Files
004_comission/jzzzz123/course_materials/lab8_selenium_ans.ipynb
louiscklaw c0b4825bea update,
2025-01-31 21:12:16 +08:00

377 lines
6.7 MiB
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Lab 8: Selenium "
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"Through this lab exercise, we aim to provide hints for Assignment 1. While the task is not identical to the assignment, it serves as a helpful guide to facilitate a smooth start for you. Follow the instructions and complete the tasks.\n",
"\n",
"#### Task 1.1\n",
"Launch the ChromeDriver, drive the ChromeDriver to open the website of CNN Election 2024, access to one of the states, Alabama directly. \n",
"(i.e. 'https://edition.cnn.com/election/2024/primaries-and-caucuses/results/alabama') "
]
},
{
"cell_type": "code",
"execution_count": 1,
"metadata": {},
"outputs": [],
"source": [
"# Import packages\n",
"from selenium import webdriver\n",
"from selenium.webdriver.chrome.service import Service\n",
"from webdriver_manager.chrome import ChromeDriverManager\n",
"from selenium.webdriver.common.by import By\n",
"from selenium.webdriver.common.keys import Keys\n",
"\n",
"from bs4 import BeautifulSoup\n",
"import pandas as pd\n",
"\n",
"# Create driver object and get to imdb homepage\n",
"s = Service(ChromeDriverManager().install())\n",
"driver = webdriver.Chrome(service=s)\n",
"\n",
"# complete the code below\n",
"driver.get(\"https://edition.cnn.com/election/2024/primaries-and-caucuses/results/alabama\")"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"Maximize the browser window to ensure that the web page is displayed in its optimal layout and dimensions."
]
},
{
"cell_type": "code",
"execution_count": 2,
"metadata": {},
"outputs": [],
"source": [
"# complete the code below\n",
"driver.maximize_window()"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"Get the current page title."
]
},
{
"cell_type": "code",
"execution_count": 3,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"'Alabama Democratic and Republican primary election results and maps 2024 | CNN Politics'"
]
},
"execution_count": 3,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"# complete the code below\n",
"driver.title"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"Retrieve the HTML source code of the current web page."
]
},
{
"cell_type": "code",
"execution_count": 4,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"'<html lang=\"en\" data-uri=\"cms.cnn.com/_pages/electioncenter_2024_20240305_AL_overview_page@published\" data-layout-uri=\"cms.cnn.com/_layouts/layout-no-rail/instances/electioncenter_2024_primaries_layout@published\" class=\"userconsent-cntry-hk userconsent-state- userconsent-reg-global\"><head><script type=\"text/javascript\" async=\"\" src=\"https://static.criteo.net/js/ld/publishertag.prebid.144.js\"></script><script type=\"text/javascript\" async=\"\" src=\"//www.i.cdn.cnn.com/zion/zion-mb.min.js\"></script><script async=\"\" src=\"https://cdn.boomtrain.com/p13n/cnn/p13n.min.js\"></script><script src=\"https://rules.quantcount.com/rules-p-D1yc5zQgjmqr5.js\" async=\"\"></script><style>body,h1,h2,h3,h4,h5{font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif}h1,h2,h3,h4,h5{font-weight:700}:root{--theme-background:#0c0c0c;--theme-divider:#404040;--theme-copy:#404040;--theme-copy-accent:#e6e6e6;--theme-copy-accent-hover:#ffffff;--theme-icon-color:#e6e6e6;--theme-icon-color-hover:#ffffff;--theme-ad-slot-background-color:#0c0c0c;--theme-ad-slot-text-color:#b1b1b1;--theme-ad-slot-text-hover:#ffffff;--theme-searchbox-border:#b1b1b1;--theme-copy-follow:#ffffff;--theme-article-spacing-top:0px;--theme-link-color-hover:#6e6e6e;--theme-color-link:#0c0c0c;--theme-button-color:#6e6e6e;--theme-button-color-hover:#cc0000;--theme-edition-picker-link:#e6e6e6;--theme-underline-skip-ink:auto;--theme-paragraph__font-size:16px;--theme-paragraph__line-height:26px;--theme-paragraph__font-size--from-small:16px;--theme-paragraph__line-height--from-small:26px;--theme-paragraph__link-color:#0c0c0c;--theme-paragraph__link-decoration:underline;--theme-paragraph__link-decoration-color:var(--theme-color-link);--theme-paragraph__link-decoration-thickness:1px;--theme-paragraph__hover-link-decoration:none;--theme-paragraph__hover-link-offset:4px;--theme-header__hover-item-hover:var(--theme-background);--theme-header__item-link-color:#e6e6e6;--theme-header__item-link-hover-color:#ffffff;--theme-header__item-link-hover-background-color:transparent;--theme-header__mobile-dropdown-border-color:var(--theme-divider);--theme-header__mobile-dropdown-background:#0c0c0c;--theme-header__item-link-line-height:40px;--theme-header__dropdown-background:#0c0c0c;--theme-header__dropdown-border-color:var(--theme-divider);--theme-header__login-button:#ffffff;--theme-headline__font-size:24px;--theme-headline__line-height:30px;--theme-headline__text-color:#0c0c0c;--theme-headline-sponsorship__lateral-margin:0;--theme-headline__font-weight:700;--theme-headline__margin-bottom:16px;--theme-headline__padding-bottom:48px;--theme-headline__padding-bottom-viewport-large:64px;--theme-headline__teaser-font-size:16px;--theme-headline__teaser-line-height:normal;--theme-headline__teaser-margin-top:0;--theme-headline__teaser-margin-botton:0;--theme-section-headline__font-size:36px;--theme-section-headline__line-height:42px;--theme-section-headline__text-color:#0c0c0c;--theme-section-headline__font-weight:700;--theme-section-headline__margin-bottom:0;--theme-section-headline-text__margin-top:16px;--theme-section-headline-text__margin-bottom:18px;--theme-section-headline-teaser__font-size:inherit;--theme-section-headline-teaser__color:inherit;--theme-subheader-h2__font-size:24px;--theme-subheader-h3__font-size:20px;--theme-subheader-h4__font-size:18px;--theme-subheader-h5__font-size:16px;--theme-subheader-h6__font-size:14px;--theme-subheader-h2__line-height:30px;--theme-subheader-h3__line-height:26px;--theme-subheader-h4__line-height:24px;--theme-subheader-h5__line-height:22px;--theme-subheader-h6__line-height:20px;--theme-subheader__font-weight:700;--theme-iframe__display:block;--theme-list__link-decoration:underline;--theme-container__font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif;--theme-container__font-weight:400;--theme-container-color--hover:#0c0c0c;--theme-container-image-color--hover:rgba(12, 12, 12, 0.4);--theme-container-text-decoration--hover:underline;--theme-container-image-opacity--hover:0.5;--theme-container-margin-bottom-default:24px;--theme-container-margin-bottom-600:48px;--theme-container-title__border-color:#e6e6e6;--theme-container-title__border-decorator-initial-width:16px;--theme-container-title__margin-bottom:0;--theme-container-title__margin-bottom-grid-4:0;--theme-container-title__text-size:12px;--theme-container-title__arrow-color--initial:#ffffff;--theme-container-title__arrow-size:16px;--theme-container-title__arrow-top-pos:0;--theme-container-link__background-color:inherit;--theme-container-item__margin-bottom-feature-list:32px;--theme-container__margin-bottom-grid-3:24px;--theme-container__margin-bottom-feature-grid-3:24px;--theme-container-title-emphatic__font-size:24px;--theme-container-title-emphatic__line-height:30px;--theme-container-lead-title__font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif;--theme-container-lead-title__font-weight:700;--theme-container-lead-title__font-size:20px;--theme-container-lead-title__line-height:24px;--theme-container-lead-title-mobile__font-size:16px;--theme-header-mobile-nav-border-color:transparent;--theme-header-item-container-color:#262626;--theme-header-subnav-section-title-color:#ffffff;--theme-text-banner__gradient-1:#cdb6f1;--theme-text-banner__gradient-2:#e5dbf8;--theme-zone__padding-bottom-small:64px;--theme-zone__margin-bottom-default:48px;--theme-zone__margin-top:-32px;--theme-zone-title__font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif;--theme-zone-title__font-size:24px;--theme-zone-title__font-weight:700;--theme-zone-title__line-height:30px;--theme-zone-title__font-size-medium-plus:30px;--theme-zone-title__line-height-medium-plus:30px;--theme-zone-title__link-decoration:none;--theme-zone-title__hover-link-decoration:underline;--social-sharing-display:block;--social-sharing-margin-top:16px;--theme-hero-headline__font-size:36px;--theme-hero-headline__line-height:42px;--social-sharing-open-close-fill:#4d4d4d;--social-sharing-facebook-fill:#0c0c0c;--social-sharing-twitter-fill:#0c0c0c;--social-sharing-email-fill:#0c0c0c;--social-sharing-link-fill:#0c0c0c;--theme-disclaimer-background:#e6e6e6;--theme-disclaimer-color:#4d4d4d;--theme-disclaimer-style:normal;--theme-disclaimer-link-color:#6a29d5;--theme-disclaimer-link-weight:400;--theme-disclaimer-fontsize-sm:14px;--theme-disclaimer-fontsize-xl:16px;--theme-disclaimer-lineheight-sm:22.75px;--theme-disclaimer-lineheight-xl:25.6px;--theme-newsletter-form-disable-button:#c0c0c0;--theme-paragraph-fontsize-sm:14px;--theme-paragraph-fontsize-xl:16px;--theme-paragraph-lineheight-sm:22.75px;--theme-paragraph-lineheight-xl:25.6px;--theme-main-wrapper-rail-width:360px;--theme-main-wrapper-right-rail-width:300px;--theme-main-wrapper-column-gap-medium-width:40px;--theme-main-wrapper-column-gap-large-width:50px;--theme-primary-logo-fill:#cc0000;--theme-subheader-anchor-display:inline;--theme-primary-layout-color:#fafafa;--theme-secondary-layout-color:#fff;--theme-video-playlist-status-label-color:rgba(12, 12, 12, 0.7);--theme-video-playlist-item-hover-color:#0c0c0c;--theme-footer-disclaimer-color:#6e6e6e;--theme-footer-disclaimer-weight:700;--theme-primary:#cc0000;--theme-font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif;--theme-container-text-decoration-color--hover:var(--theme-color-link);--theme-container-title__border-decorator-color:#cc0000;--theme-container-title__arrow-color--hover:var(--theme-color-link);--theme-headline__font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif;--theme-section-headline__font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif;--theme-subheader__font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif;--theme-zone__padding-bottom-default:64px;--theme-secondary-logo-fill:#0c0c0c}@media (min-width:480px){:root{--theme-section-headline-text__margin-bottom:20px;--theme-container__margin-bottom-grid-3:32px;--theme-container__margin-bottom-feature-grid-3:0}}@media (min-width:960px){:root{--theme-headline__font-size:42px;--theme-headline__line-height:48px;--theme-section-headline__font-size:42px;--theme-section-headline__line-height:48px;--theme-section-headline__margin-bottom:16px;--theme-subheader-h2__font-size:30px;--theme-subheader-h3__font-size:24px;--theme-subheader-h4__font-size:20px;--theme-subheader-h2__line-height:36px;--theme-subheader-h3__line-height:30px;--theme-subheader-h4__line-height:26px;--theme-container-margin-bottom-600:0;--theme-container__margin-bottom-feature-grid-3:0}}@media (min-width:1280px){:root{--theme-section-headline-text__margin-bottom:22px;--theme-hero-headline__font-size:42px;--theme-hero-headline__line-height:48px}}@media (max-width:959px){:root{--social-sharing-display:none}}</style>\\n<script type=\"text/javascript\" defer=\"\" async=\"\" src=\"https://z.cdp-dev.cnn.com/zfm/zfh-3.js\"></script><script id=\"GPTScript\" type=\"text/javascript\" src=\"https://securepubads.g.doubleclick.net/tag/js/gpt.js\" async=\"\"></script><script id=\"ias\" type=\"text/javascript\" src=\"https://cdn.adsafeprotected.com/iasPET.1.js\" async=\"\"></script><script id=\"proximic\" type=\"text/javascript\" src=\"https://segment-data-us-east.zqtk.net/turner-47fcf6?url=https%3A%2F%2Fedition.cnn.com%2Felection%2F2024%2Fprimaries-and-caucuses%2Fresults%2Falabama\" async=\"\"></script><script id=\"a9script\" type=\"text/javascript\" src=\"https://c.amazon-adsystem.com/aax2/apstag.js\" async=\"\"></script><script id=\"guid\" type=\"text/javascript\" src=\"https://www.ugdturner.com/xd.sjs\" async=\"\"></script><script src=\"https://secure.quantserve.com/quant.js\" async=\"\" type=\"text/javascript\"></script><script type=\"text/javascript\" async=\"\" src=\"https://sb.scorecardresearch.com/beacon.js\"></script><script async=\"\" src=\"https://vi.ml314.com/get?eid=64240&amp;tk=GBYTTE9dUG2OqHj1Rk9DPOaLspvMWfLqV236sdkHgf03d&amp;fp=\"></script><script async=\"\" src=\"https://cdn.ml314.com/taglw.js\"></script><script>window.env={\"AD_SLOT_CLIENT_INJECTOR_REGISTRY\":\"https://cdn.cnn.com/ads/cnn/cnn_quantum_leaf.json\",\"AD_SLOT_CLIENT_INJECTOR_REGISTRY_EDITION\":\"https://cdn.cnn.com/ads/cnni/cnni_quantum_leaf.json\",\"AD_SLOT_CLIENT_INJECTOR_LIVE_STORY_REGISTRY\":\"https://i.cdn.turner.com/ads/cnn_2/cnn_livestory_leaf.json\",\"AD_SLOT_CLIENT_INJECTOR_LIVE_STORY_REGISTRY_EDITION\":\"https://i.cdn.turner.com/ads/cnni_2/cnni_livestory_leaf.json\",\"ADFUEL_BUSINESS_SRC\":\"/media/sites/js/bundles/business-adfuel\",\"ADFUEL_BUSINESS_EDITION_SRC\":\"/media/sites/js/bundles/business-edition-adfuel\",\"ADFUEL_CNN_SRC\":\"/media/sites/js/bundles/cnn-adfuel\",\"ADFUEL_CNN_EDITION_SRC\":\"/media/sites/js/bundles/cnn-edition-adfuel\",\"ADFUEL_ESPANOL_SRC\":\"/media/sites/js/bundles/espanol-adfuel\",\"ADOBE_LAUNCH_SRC\":\"https://lightning.cnn.com/launch/7be62238e4c3/97fa00444124/launch-2878c87af5e3.min.js\",\"ADOBE_LAUNCH_BUSINESS_ENABLED_SECTIONS\":[\"business\",\"markets\"],\"ADVANCED_VIDEO_ENABLED\":true,\"AIRSHIP_APP_KEY\":\"3wrwsS87S6OIW06Lq4MVIQ\",\"AIRSHIP_ENABLED\":true,\"AIRSHIP_SRC\":\"https://aswpsdkus.com/notify/v1/ua-sdk.min.js\",\"AIRSHIP_TOKEN\":\"MTozd3J3c1M4N1M2T0lXMDZMcTRNVklROmRSb3lkd0lHZ0NHanFMeElRYVpjaGNQQVBrd2k5NGRKa1NobWR2SjBIUjg\",\"AIRSHIP_VAPID_PUBLIC_KEY\":\"BHJLBg0NxOGDHKXf0Bepz55qLpKT674Z6XiGZxVbW0p67B6cpiBzvOo2vSWTtnEGHjmILIuDmWkldwLOv4bwwz8=\",\"AIRSHIP_WEB_SITE_PUSH_ID\":\"web.com.cnn.redalert\",\"AIRSHIP_WORKER\":\"/service-worker.js\",\"AIRSHIP_CORE_ENABLED\":true,\"APPLE_NEWS_MANAGER_ENABLED\":true,\"ALERTS_HUB_ENABLED\":false,\"APPLE_NEWS_LOGO_NAME_TRAVEL\":\"https://media.cnn.com/api/v1/images/cnn/apple-news/cnn-travel-light.png\",\"APPLE_NEWS_LOGO_NAME_STYLE\":\"https://media.cnn.com/api/v1/images/stellar/prod/cnn-style-light.png\",\"APPLE_NEWS_LOGO_NAME_QUOTE\":\"https://media.cnn.com/api/v1/images/cnn/apple-news/quote-light.png\",\"ARKOSE_LOGIN_KEY\":\"A81F9530-112A-47B2-BA4B-8CB41D7C6DD6\",\"ARKOSE_LOGIN_SRC\":\"https://wbd-api.arkoselabs.com/v2/A81F9530-112A-47B2-BA4B-8CB41D7C6DD6/api.js\",\"ARKOSE_NEWSLETTERS_KEY\":\"12FB7448-F055-4621-BC01-1DDF7CB3945A\",\"ARKOSE_NEWSLETTERS_SRC\":\"https://wbd-api.arkoselabs.com/v2/12FB7448-F055-4621-BC01-1DDF7CB3945A/api.js\",\"ARKOSE_REGISTRATION_KEY\":\"95218C8B-B84E-413C-B875-785B35F92134\",\"ARKOSE_REGISTRATION_SRC\":\"https://wbd-api.arkoselabs.com/v2/95218C8B-B84E-413C-B875-785B35F92134/api.js\",\"AUTO_REFRESH_INTERVAL\":\"20\",\"BREAKING_NEWS_BANNER_CMS_ENABLED\":true,\"NATIVO_SRC\":\"https://s.ntv.io/serve/load.js\",\"CHARTBEAT_SRC\":\"https://static.chartbeat.com/js/chartbeat_mab.js\",\"CLAY_SITE_HOSTS_MAP\":{\"cnn\":\"cms.cnn.com\"},\"RENDER_SITE_HOSTS_MAP\":{\"render00.prod.clay.cnn.io\":\"cms.cnn.com\"},\"CMS_EVENT_BUS_BATCH_SIZE\":\"10\",\"CNN_DATAVIZ_API\":\"https://production.dataviz.cnn.io\",\"CNN_DIGITAL_PROFILE_PUBLICIST\":\"Emily Kuhn\",\"COLLABORATION_PORT\":\"4001\",\"COLLABORATION_SITE_HOSTS_MAP\":{\"cms.cnn.com\":\"collaboration-prod-rn041011-cnn.content-hub.cnn-cms.com\"},\"COLLABORATION_EXCLUDED_TYPES\":[\"audio\",\"custom\",\"feed\",\"interactive\",\"livestory\",\"profile\",\"scratchpad\",\"search\",\"static\",\"unknown\",\"user_management\"],\"CONTENT_HUB_APP_VERSION\":\"v5.6.0\",\"CONTENT_HUB_ENV\":\"prod\",\"CONTENT_HUB_PROJECT_NAME\":\"content-hub\",\"CONTENT_HUB_UNIQUE_DEPLOYMENT_KEY\":\"rn041011\",\"CONVIVA_CUSTOMER_KEY\":\"a6709203f34992a5095d2bc7ceaf2ec504f651a8\",\"DALTON_ENV\":\"production\",\"DALTON_COOKIE_VERSION\":\"v1.1\",\"DAM_API_HOST\":\"https://dam2.cms.cnn.com\",\"DAM_ACCESS_KEY\":\"b28f4002267c430b85918a3fdf75c0ea\",\"DAM_DEFAULT_PATH\":\"/stellar/prod\",\"DAM_SERVING_HOST\":\"https://media.cnn.com\",\"DALTON_API_HOST\":\"https://audience.cnn.com\",\"DALTON_TKN_HEADER_CHECK_ENABLED\":true,\"DISTROSCALE_SRC\":\"https://a.jsrdn.com/creatives/23053/cw.js\",\"EDIT_MODE_DATADOG_CLIENT_TOKEN\":\"pub2b644e04db84cf08661aa1cea78ce1cf\",\"DEDUPLICATION_ENABLED\":false,\"DIANOMI_SCRIPT_SRC\":\"https://www.dianomi.com/js/contextfeed.js\",\"DISPLAY_WORDCOUNT_ON_CARDS\":true,\"DISPLAY_VIDEO_DURATION_ON_CARDS\":true,\"ELECTION_MAP_PROOF_OF_CONCEPT_COMPONENT_ENABLED\":false,\"ENABLE_AD_LAZY_LOADING\":true,\"ENABLE_AD_FEEDBACK_DISPLAY_ADS\":true,\"ENABLE_AD_FEEDBACK_VIDEO_ADS\":true,\"ADFUEL_CONFIGS\":{\"domestic\":{\"ADFUEL\":{\"AUTO_DISPATCH\":true,\"DEFAULT_TIMEOUT\":800,\"DEFAULT_DESKTOP_TIMEOUT\":800,\"DEFAULT_MOBILE_TIMEOUT\":800,\"IFRAME_TITLE\":\"advertisement\",\"NETWORK_ID\":\"8663477\",\"REFRESH_ON_FOCUS_ONLY\":false,\"LAZY_LOAD_FETCH_PERCENT\":500,\"LAZY_LOAD_RENDER_PERCENT\":200,\"LAZY_LOAD_MOBILE_SCALING\":2,\"COLLAPSE_EMPTY_DIVS\":true,\"DEBUG\":false,\"SITE_OBJECT\":\"CNN\",\"ACTIVE_MODULES\":[]},\"A9\":{\"SLOTNAMES\":{\"PREPEND_ADUNIT\":false,\"MIDROLL\":\"aps-midroll\",\"PREROLL\":\"aps-preroll\"},\"TIMEOUTS\":{\"MOBILE\":{\"VIDEO\":{\"MIDROLL\":750,\"REFRESH\":750,\"INITIAL\":500},\"DISPLAY\":{\"REFRESH\":750,\"INITIAL\":750}},\"DESKTOP\":{\"VIDEO\":{\"MIDROLL\":750,\"REFRESH\":750,\"INITIAL\":500},\"DISPLAY\":{\"REFRESH\":1150,\"INITIAL\":1150}}},\"DEBUG\":false,\"ACCOUNT_IDS\":{\"INTL\":\"3288\",\"DOM\":\"3159\"}},\"AUI\":{\"SITE_VENDORS\":{\"DOM\":[\"AppNexus\",\"Freewheel\",\"LiveRamp\",\"PubMatic\",\"Rubicon\",\"Telaria\"],\"INTL\":[\"AppNexus\",\"Freewheel\",\"LiveRamp\",\"PubMatic\",\"Rubicon\",\"Telaria\"]},\"VENDORS\":{\"AppNexus\":{\"COOKIE_NAME\":\"zwmc\",\"URL\":\"https://ib.adnxs.com/getuid?https://umto.{{domain}}/user-sync?zwmc=$UID&domain={{domain}}\"},\"Freewheel\":{\"COOKIE_NAME\":\"bea4\",\"URL\":\"https://bea4.v.fwmrm.net/ad/u?mode=echo&cr=https://umto.{{domain}}/user-sync?bea4=#{user.id}&domain={{domain}}\"},\"LiveRamp\":{\"COOKIE_NAME\":\"orev\",\"URL\":\"https://idsync.rlcdn.com/712348.gif?partner_uid=${fwuid}\"},\"ID5\":{\"COOKIE_NAME\":\"tbd\",\"URL\":\"https://to.be.determined.com\"},\"PubMatic\":{\"COOKIE_NAME\":\"kfyn\",\"URL\":\"https://ads.pubmatic.com/AdServer/js/userSync.js\"},\"Rubicon\":{\"COOKIE_NAME\":\"ifyr\",\"URL\":\"https://pixel-us-east.rubiconproject.com/exchange/sync.php?p={{brand}}\"},\"SpotX\":{\"COOKIE_NAME\":\"hkgc\",\"URL\":\"https://sync.search.spotxchange.com/audience_id\"},\"Telaria\":{\"COOKIE_NAME\":\"goiz\",\"URL\":\"https://eq97f.publishers.tremorhub.com/pubsync?redir=https://umto.{{domain}}/user-sync?goiz=%5Btvid%5D&domain={{domain}}\"}}},\"BEEMRAY\":{\"DEBUG\":false,\"CUSTOMER_ID\":\"cnn\",\"API_KEY\":\"39a34d8d-dd1d-4fbf-aa96-fdc5f0329451\"},\"BLOCKTHROUGH\":{\"DEBUG\":false},\"CEP\":{\"DEBUG\":false},\"CONSOLE_TOOL\":{\"DEBUG\":false,\"HOTKEY\":[\"Control\",\"Shift\",\"Z\"]},\"CREATIVE_REVIEW\":{\"DEBUG\":false,\"HOTKEY\":\"^ d o h $\"},\"CRITEO\":{\"DEBUG\":false,\"DESKTOP_TIMEOUT\":750,\"DESKTOP_ZONES\":{},\"MOBILE_TIMEOUT\":750,\"MOBILE_ZONES\":{},\"MULTISIZE_FIRST\":\"F\",\"MULTISIZE_LARGEST\":\"L\",\"MULTISIZE_ALL\":\"A\",\"MULTISIZE_METHOD\":\"L\",\"TIMEOUT\":750},\"FASTLANE\":{\"DEBUG\":false,\"DESKTOP_TIMEOUT\":750,\"DOM_ACCOUNT_ID\":11078,\"INTL_ACCOUNT_ID\":11016,\"MOBILE_TIMEOUT\":750,\"TIMEOUT\":750},\"GUID\":{\"DEBUG\":false},\"IAS\":{\"ACCOUNT_IDS\":{\"DOM\":925660,\"INTL\":925660},\"DEBUG\":false},\"IX\":{\"DEBUG\":false,\"SCRIPT_KEY\":{\"DOM\":null,\"INTL\":null},\"IDENTITY\":\"\"},\"IVR\":{\"DEFAULT_DISPLAY_PERCENT\":50,\"DEFAULT_DISPLAY_MILLISECONDS\":35000,\"DEBUG\":false},\"KRUX\":{\"DEBUG\":false,\"DOM_CONTROLTAG\":\"ITb_4eqO\",\"INTL_CONTROLTAG\":\"teff71jyu\"},\"MALVERTISING\":{\"DEBUG\":false,\"SITE_VENDOR\":\"CleanIO\",\"SCRIPT_SRC\":\"//cadmus.script.ac/d2uap9jskdzp2/script.js\"},\"PREBID\":{\"SEND_ALL_BIDS\":{\"INTL\":true,\"DOM\":true},\"VENDOR\":{\"IX\":{\"IDENTITY\":\"\",\"SITE_ID\":{\"DOM\":{\"DESKTOP\":{\"atf\":{\"728x90\":\"423255\",\"970x250\":\"423255\",\"970x90\":\"423255\",\"300x600\":\"423257\",\"300x250\":\"423257\"},\"btf\":{\"300x600\":\"423258\",\"300x250\":\"423258\",\"728x90\":\"423256\",\"970x250\":\"423256\",\"970x90\":\"423256\"}},\"MOBILE\":{\"atf\":{\"320x50\":\"423259\",\"300x250\":\"423261\"},\"btf\":{\"300x250\":\"423260\",\"320x50\":\"423262\"}},\"VIDEO\":0,\"OUTSTREAM\":{\"DESKTOP\":0,\"MOBILE\":0}},\"INTL\":{\"DESKTOP\":{\"atf\":{\"728x90\":\"341959\",\"970x250\":\"341960\",\"970x90\":\"341961\",\"300x600\":\"341962\",\"300x250\":\"341963\"},\"btf\":{\"300x600\":\"341965\",\"300x250\":\"341966\",\"728x90\":\"341967\",\"970x250\":\"341968\",\"970x90\":\"341969\"}},\"MOBILE\":{\"atf\":{\"320x50\":\"341964\",\"300x250\":\"341970\"},\"btf\":{\"320x50\":\"341957\",\"300x250\":\"341971\"}},\"VIDEO\":0,\"OUTSTREAM\":{\"DESKTOP\":0,\"MOBILE\":0}}},\"OUTSTREAM\":{\"SITE_ID\":{\"DOM\":{\"DESKTOP\":0,\"MOBILE\":0},\"INTL\":{\"DESKTOP\":0,\"MOBILE\":0}}},\"VIDEO\":{\"WIDTH\":640,\"HEIGHT\":480,\"MIMES\":[\"video/mp4\"],\"PROTOCOLS\":[2,3,5,6],\"SITE_ID\":{\"DOM\":{\"DESKTOP\":\"829396\",\"MOBILE\":\"829397\"},\"INTL\":{\"DESKTOP\":\"829396\",\"MOBILE\":\"829397\"}},\"DURATION\":{\"DESKTOP\":{\"MIN\":{\"DOM\":6,\"INTL\":6},\"MAX\":{\"DOM\":30,\"INTL\":30}},\"MOBILE\":{\"MIN\":{\"DOM\":6,\"INTL\":6},\"MAX\":{\"DOM\":15,\"INTL\":15}}}}},\"RUBICON\":{\"ACCOUNT_ID\":{\"DOM\":\"11078\",\"INTL\":\"11016\"},\"SITE_ID\":{\"DOM\":{\"DESKTOP\":\"26792\",\"MOBILE\":\"42244\",\"VIDEO\":{\"DESKTOP\":0,\"MOBILE\":0}},\"INTL\":{\"DESKTOP\":\"78582\",\"MOBILE\":\"78584\",\"VIDEO\":{\"DESKTOP\":\"415330\",\"MOBILE\":\"430362\"}}},\"ZONE_MAPPING\":{\"DOM\":{\"DESKTOP\":{\"HP\":{\"btf\":\"154308\",\"atf\":\"106536\"},\"ROS\":{\"btf\":\"107752\",\"atf\":\"106830\"}},\"MOBILE\":{\"HP\":{\"btf\":\"2801022\",\"atf\":\"2801020\"},\"ROS\":{\"btf\":\"2801026\",\"atf\":\"2801024\"}},\"VIDEO\":{\"DESKTOP\":{\"HP\":{\"atf\":\"0\",\"btf\":\"0\"},\"ROS\":{\"atf\":\"0\",\"btf\":\"0\"}},\"MOBILE\":{\"HP\":{\"atf\":\"0\",\"btf\":\"0\"},\"ROS\":{\"atf\":\"0\",\"btf\":\"0\"}}}},\"INTL\":{\"DESKTOP\":{\"HP\":{\"btf\":\"650178\",\"atf\":\"650178\"},\"ROS\":{\"btf\":\"369850\",\"atf\":\"369850\"}},\"MOBILE\":{\"HP\":{\"btf\":\"369856\",\"atf\":\"369856\"},\"ROS\":{\"btf\":\"369856\",\"atf\":\"369856\"}},\"VIDEO\":{\"DESKTOP\":{\"HP\":{\"atf\":\"2341606\",\"btf\":\"2341606\"},\"ROS\":{\"atf\":\" 2341606\",\"btf\":\"2341606\"}},\"MOBILE\":{\"HP\":{\"atf\":\"2460344\",\"btf\":\"2460344\"},\"ROS\":{\"atf\":\"2460344\",\"btf\":\"2460344\"}}}}},\"LANGUAGE\":{\"DOM\":\"en\",\"INTL\":\"en\"},\"VIDEO\":{\"DURATION\":{\"DESKTOP\":{\"MIN\":{\"DOM\":6,\"INTL\":6},\"MAX\":{\"DOM\":30,\"INTL\":30}},\"MOBILE\":{\"MIN\":{\"DOM\":6,\"INTL\":6},\"MAX\":{\"DOM\":15,\"INTL\":15}}},\"LANGUAGE\":\"en\"}},\"PANGAEA\":{\"ACCOUNT_ID\":{\"INTL\":\"8613\",\"DOM\":0}},\"CRITEO\":{\"ACCOUNT_ID\":{\"INTL\":9264,\"DOM\":\"4157\"}},\"APPNEXUS\":{\"ACCOUNT_ID\":{\"DOM\":\"7745\",\"INTL\":\"8353\"},\"VIDEO_INVCODE\":{\"DOM\":\"cnn_homepage_video1\",\"INTL\":\"cnni_homepage_video1\"},\"PLAYBACK_METHOD\":{\"DOM\":{\"DESKTOP\":\"auto_play_sound_off\",\"MOBILE\":\"click_to_play\"},\"INTL\":{\"DESKTOP\":\"auto_play_sound_off\",\"MOBILE\":\"click_to_play\"}},\"VIDEO\":{\"DURATION\":{\"DESKTOP\":{\"MIN\":{\"DOM\":6,\"INTL\":6},\"MAX\":{\"DOM\":30,\"INTL\":30}},\"MOBILE\":{\"MIN\":{\"DOM\":6,\"INTL\":6},\"MAX\":{\"DOM\":15,\"INTL\":15}}}},\"RESERVE\":{\"DOM\":0.9,\"INTL\":0.9},\"SUPPLY_TYPE\":{\"DOM\":{\"WEB\":true,\"MOBILE_WEB\":true},\"INTL\":{\"WEB\":true,\"MOBILE_WEB\":true}},\"CONTEXT\":{\"DOM\":\"instream\",\"INTL\":\"instream\"}},\"TRUSTX\":{\"UID\":{\"DOM\":{\"DESKTOP\":{\"atf\":{\"970x250\":\"15218\",\"970x90\":\"15219\",\"728x90\":\"15220\",\"300x250\":\"15224\",\"300x600\":\"15225\"},\"btf\":{\"970x250\":\"15221\",\"970x90\":\"15222\",\"728x90\":\"15223\",\"300x250\":\"15226\",\"300x600\":\"15227\"}},\"MOBILE\":{\"atf\":{\"320x50\":\"15228\",\"300x250\":\"15229\"},\"btf\":{\"320x50\":\"15230\",\"300x250\":\"15231\"}}},\"INTL\":{\"DESKTOP\":{\"atf\":{},\"btf\":{}},\"MOBILE\":{\"atf\":{},\"btf\":{}}}}},\"PUBMATIC\":{\"PUBLISHER_ID\":{\"DOM\":\"162932\",\"INTL\":\"160262\"},\"MAPPINGS\":{\"DOM\":{\"DESKTOP\":{},\"MOBILE\":{}},\"INTL\":{\"DESKTOP\":{},\"MOBILE\":{}}}},\"SPOTX\":{\"CHANNEL_ID\":{\"DOM\":{\"DESKTOP\":\"\",\"MOBILE\":\"\"},\"INTL\":{\"DESKTOP\":\"325241\",\"MOBILE\":\"328164\"}},\"VIDEO\":{\"DURATION\":{\"DESKTOP\":{\"MIN\":{\"DOM\":5,\"INTL\":5},\"MAX\":{\"DOM\":15,\"INTL\":15}},\"MOBILE\":{\"MIN\":{\"DOM\":6,\"INTL\":6},\"MAX\":{\"DOM\":30,\"INTL\":30}}}}},\"TELARIA\":{\"AD_CODE\":{\"DOM\":\"\",\"INTL\":\"\"},\"SUPPLY_CODE\":{\"DOM\":\"\",\"INTL\":\"\"}},\"TRIPLELIFT\":{\"MAPPINGS\":{\"DOM\":{\"DESKTOP\":{\"HP\":{\"970x250\":\"CNN_leaderboard_Prebid\",\"970x90\":\"CNN_leaderboard_Prebid\",\"728x90\":\"CNN_leaderboard_Prebid\",\"300x600\":\"CNN_300x600_300x250_DeskTab_Prebid\",\"300x250\":\"CNN_Desktop_HPUpper2_InFeed_300x250_Prebid\"},\"ROS\":{\"970x250\":\"CNN_leaderboard_Prebid\",\"970x90\":\"CNN_leaderboard_Prebid\",\"7278x90\":\"CNN_leaderboard_Prebid\",\"300x600\":\"CNN_300x600_300x250_DeskTab_Prebid\"}},\"MOBILE\":{\"HP\":{\"300x250\":\"CNN_300x250_Mobile_Prebid\"},\"ROS\":{\"300x250\":\"CNN_300x250_Mobile_Prebid\"}}},\"INTL\":{\"DESKTOP\":{\"HP\":{},\"ROS\":{}},\"MOBILE\":{\"HP\":{},\"ROS\":{}}}}},\"SHARETHROUGH\":{\"UNIT_MAPPING\":{\"DOM\":{\"DESKTOP\":{\"100x100\":\"123456789\"},\"MOBILE\":{}},\"INTL\":{\"DESKTOP\":{\"300x600\":\"35zgzLEa9bGmYyQoYpG5bFqW\",\"728x90\":\"7H5wtn8ji86Z4Ew4s7pQZQ3s\",\"300x250\":\"mMvTwgZ1k5vgw5dWWg4E9fs3\"},\"MOBILE\":{\"300x250\":\"mMvTwgZ1k5vgw5dWWg4E9fs3\"}}}},\"MEDIANET\":{\"CUSTOMER_ID\":{\"DOM\":\"8CUTGDN33\",\"INTL\":\"\"},\"SLOT_ID\":{\"DOM\":{\"bnr\":{\"atf\":\"102325203\",\"btf\":\"845950312\"},\"rect\":{\"atf\":\"147027733\",\"btf\":\"197708286\"},\"qtm\":\"147027733\"},\"INTL\":{\"bnr\":{\"atf\":\"\",\"btf\":\"\"},\"rect\":{\"atf\":\"\",\"btf\":\"\"},\"qtm\":\"\"}}},\"FLEDGE\":{\"BIDDERS\":[]},\"TEADS\":{\"PAGE_ID\":{\"DOM\":0,\"INTL\":0},\"PLACEMENT_ID\":{\"DOM\":0,\"INTL\":0}},\"CONCERT\":{\"PARTNER_ID\":{\"DOM\":\"CNN\",\"INTL\":\" \"}}},\"TIMEOUTS\":{\"VIDEO\":{\"REFRESH\":1000,\"MIDROLL\":750,\"DEFAULT\":\"750\"},\"DISPLAY\":{\"MOBILE\":750,\"DESKTOP\":1150}},\"DEBUG\":false,\"APPROVED_BIDDERS\":{\"S2S\":{\"INTL\":[\"pangaea\",\"sharethrough\",\"ix\"],\"DOM\":[\"ix\"]},\"NATIVE\":{\"INTL\":[\"appnexus\",\"pangaea\"],\"DOM\":[\"appnexus\"]},\"CLIENT\":{\"INTL\":[\"appnexus\",\"pangaea\",\"ix\",\"rubicon\",\"sharethrough\",\"criteo\"],\"DOM\":[\"appnexus\",\"rubicon\",\"criteo\",\"ix\",\"trustx\"]}},\"BIDDERS\":{\"S2S\":{\"INTL\":[],\"DOM\":[]},\"NATIVE\":{\"INTL\":[\"appnexus\"],\"DOM\":[\"appnexus\"]},\"CLIENT\":{\"INTL\":[\"appnexus\",\"criteo\",\"ix\",\"pubmatic\",\"rubicon\",\"sharethrough\"],\"DOM\":[\"appnexus\",\"concert\",\"criteo\",\"ix\",\"medianet\",\"pubmatic\",\"rubicon\",\"triplelift\",\"trustx\"]},\"OUTSTREAM\":{\"DOM\":[],\"INTL\":[]},\"VIDEO\":{\"DOM\":[],\"INTL\":[]}},\"PRICE_BUCKETS\":{\"DOM\":{\"DISPLAY\":[{\"precision\":2,\"min\":0,\"max\":5,\"increment\":0.01},{\"precision\":2,\"min\":5,\"max\":30,\"increment\":0.05},{\"precision\":2,\"min\":30,\"max\":115,\"increment\":1}],\"VIDEO\":[{\"precision\":2,\"min\":1.5,\"max\":30,\"increment\":0.5},{\"precision\":2,\"min\":30,\"max\":115,\"increment\":1}],\"NATIVE\":[{\"precision\":2,\"min\":0,\"max\":5,\"increment\":0.01},{\"precision\":2,\"min\":5,\"max\":30,\"increment\":0.05},{\"precision\":2,\"min\":30,\"max\":115,\"increment\":1}],\"OUTSTREAM\":[{\"precision\":2,\"min\":1,\"max\":50,\"increment\":1}]},\"INTL\":{\"DISPLAY\":[{\"precision\":2,\"min\":0,\"max\":5,\"increment\":0.01},{\"precision\":2,\"min\":5,\"max\":30,\"increment\":0.05},{\"precision\":2,\"min\":30,\"max\":50,\"increment\":1}],\"VIDEO\":[{\"precision\":2,\"min\":1.5,\"max\":30,\"increment\":0.5},{\"precision\":2,\"min\":30,\"max\":50,\"increment\":1}],\"NATIVE\":[{\"precision\":2,\"min\":0,\"max\":5,\"increment\":0.01},{\"precision\":2,\"min\":5,\"max\":30,\"increment\":0.05},{\"precision\":2,\"min\":30,\"max\":50,\"increment\":1}],\"OUTSTREAM\":[{\"precision\":2,\"min\":1,\"max\":50,\"increment\":1}]}},\"LIBRARY\":{\"VENDORS\":[\"appnexus\",\"criteo\",\"ix\",\"pubmatic\",\"rubicon\",\"triplelift\",\"trustx\",\"sharethrough\",\"medianet\",\"teads\",\"concert\"],\"MODULES\":[\"categoryTranslation\",\"consentManagement\",\"prebidServerBidAdapter\",\"adpod\",\"consentManagementUsp\",\"id5IdSystem\",\"identityLinkIdSystem\",\"debugging\",\"categpryTranslation\",\"freewheelAdserverVideo\",\"userId\"]},\"FLOORS\":{\"DISPLAY\":{\"DOM\":{\"DESKTOP\":0.01,\"MOBILE\":0.01},\"INTL\":{\"DESKTOP\":0.01,\"MOBILE\":0.01}},\"VIDEO\":{\"DOM\":{\"DESKTOP\":0.01,\"MOBILE\":0.01},\"INTL\":{\"DESKTOP\":0.01,\"MOBILE\":0.01}}}},\"PROXIMIC\":{\"DEBUG\":false},\"SOURCEPOINT\":{\"DEBUG\":false},\"SSAI\":{\"VENDORS\":{\"Telaria\":{\"COOKIE_NAME\":\"goiz\",\"URL\":\"https://eq97f.publishers.tremorhub.com/pubsync?redir=https://umto.{{domain}}/user-sync?goiz=%5Btvid%5D&domain={{domain}}\"},\"Rubicon\":{\"COOKIE_NAME\":\"ifyr\",\"URL\":\"https://pixel-us-east.rubiconproject.com/exchange/sync.php?p={{brand}}\"},\"Freewheel\":{\"COOKIE_NAME\":\"bea4\",\"URL\":\"https://bea4.v.fwmrm.net/ad/u?mode=echo&cr=https://umto.{{domain}}/user-sync?bea4=#{user.id}&domain={{domain}}\"},\"AppNexus\":{\"COOKIE_NAME\":\"zwmc\",\"URL\":\"https://ib.adnxs.com/getuid?https://umto.{{domain}}/user-sync?zwmc=$UID&domain={{domain}}\"},\"PubMatic\":{\"COOKIE_NAME\":\"kfyn\",\"URL\":\"https://ads.pubmatic.com/AdServer/js/userSync.js\"},\"LiveRamp\":{\"COOKIE_NAME\":\"orev\",\"URL\":\"https://idsync.rlcdn.com/712348.gif?partner_uid=${fwuid}\"}},\"SITE_VENDORS\":[\"AppNexus\",\"Freewheel\",\"LiveRamp\",\"PubMatic\",\"Rubicon\",\"Telaria\"],\"DEBUG\":false},\"TRANSACTION_ID\":{\"DEBUG\":false},\"USER_CONSENT\":{\"ONETRUST_SRC\":\"\",\"ONETRUST_GUID\":\"\",\"COOKIE_DOMAIN\":\"\",\"DEBUG\":false,\"ENABLED\":false},\"VERSION\":\"v2.0\",\"NAME\":\"CNN_2\",\"TIMESTAMP\":[\"1\",\"713\",\"417\",\"712\",\"651\"],\"DESCRIPTION\":\"CNN Stellar Migration\"},\"international\":{\"ADFUEL\":{\"AUTO_DISPATCH\":true,\"DEFAULT_TIMEOUT\":800,\"DEFAULT_DESKTOP_TIMEOUT\":800,\"DEFAULT_MOBILE_TIMEOUT\":800,\"IFRAME_TITLE\":\"advertisement\",\"NETWORK_ID\":\"8663477\",\"REFRESH_ON_FOCUS_ONLY\":false,\"LAZY_LOAD_FETCH_PERCENT\":500,\"LAZY_LOAD_RENDER_PERCENT\":200,\"LAZY_LOAD_MOBILE_SCALING\":2,\"COLLAPSE_EMPTY_DIVS\":true,\"DEBUG\":false,\"SITE_OBJECT\":\"CNN\",\"ACTIVE_MODULES\":[]},\"A9\":{\"SLOTNAMES\":{\"PREPEND_ADUNIT\":false,\"MIDROLL\":\"aps-midroll\",\"PREROLL\":\"aps-preroll\"},\"TIMEOUTS\":{\"MOBILE\":{\"VIDEO\":{\"MIDROLL\":750,\"REFRESH\":750,\"INITIAL\":500},\"DISPLAY\":{\"REFRESH\":750,\"INITIAL\":750}},\"DESKTOP\":{\"VIDEO\":{\"MIDROLL\":750,\"REFRESH\":750,\"INITIAL\":500},\"DISPLAY\":{\"REFRESH\":1150,\"INITIAL\":1150}}},\"DEBUG\":false,\"ACCOUNT_IDS\":{\"INTL\":\"3288\",\"DOM\":\"3159\"}},\"AUI\":{\"SITE_VENDORS\":{\"DOM\":[\"AppNexus\",\"Freewheel\",\"LiveRamp\",\"Rubicon\",\"Telaria\"],\"INTL\":[\"AppNexus\",\"Freewheel\",\"LiveRamp\",\"Rubicon\",\"Telaria\"]},\"VENDORS\":{\"AppNexus\":{\"COOKIE_NAME\":\"zwmc\",\"URL\":\"https://ib.adnxs.com/getuid?https://umto.{{domain}}/user-sync?zwmc=$UID&domain={{domain}}\"},\"Freewheel\":{\"COOKIE_NAME\":\"bea4\",\"URL\":\"https://bea4.v.fwmrm.net/ad/u?mode=echo&cr=https://umto.{{domain}}/user-sync?bea4=#{user.id}&domain={{domain}}\"},\"LiveRamp\":{\"COOKIE_NAME\":\"orev\",\"URL\":\"https://idsync.rlcdn.com/712348.gif?partner_uid=${fwuid}\"},\"PubMatic\":{\"COOKIE_NAME\":\"kfyn\",\"URL\":\"https://ads.pubmatic.com/AdServer/js/userSync.js\"},\"Rubicon\":{\"COOKIE_NAME\":\"ifyr\",\"URL\":\"https://pixel-us-east.rubiconproject.com/exchange/sync.php?p={{brand}}\"},\"SpotX\":{\"COOKIE_NAME\":\"hkgc\",\"URL\":\"https://sync.search.spotxchange.com/audience_id\"},\"Telaria\":{\"COOKIE_NAME\":\"goiz\",\"URL\":\"https://eq97f.publishers.tremorhub.com/pubsync?redir=https://umto.{{domain}}/user-sync?goiz=%5Btvid%5D&domain={{domain}}\"}}},\"BEEMRAY\":{\"DEBUG\":false,\"CUSTOMER_ID\":\"\",\"API_KEY\":\"\"},\"BLOCKTHROUGH\":{\"DEBUG\":false},\"CEP\":{\"DEBUG\":false},\"CONSOLE_TOOL\":{\"DEBUG\":false,\"HOTKEY\":[\"Control\",\"Shift\",\"Z\"]},\"CREATIVE_REVIEW\":{\"DEBUG\":false,\"HOTKEY\":\"^ d o h $\"},\"CRITEO\":{\"DEBUG\":false,\"DESKTOP_TIMEOUT\":750,\"DESKTOP_ZONES\":{},\"MOBILE_TIMEOUT\":750,\"MOBILE_ZONES\":{},\"MULTISIZE_FIRST\":\"F\",\"MULTISIZE_LARGEST\":\"L\",\"MULTISIZE_ALL\":\"A\",\"MULTISIZE_METHOD\":\"L\",\"TIMEOUT\":750},\"FASTLANE\":{\"DEBUG\":false,\"DESKTOP_TIMEOUT\":750,\"DOM_ACCOUNT_ID\":11078,\"INTL_ACCOUNT_ID\":11016,\"MOBILE_TIMEOUT\":750,\"TIMEOUT\":750},\"GUID\":{\"DEBUG\":false},\"IAS\":{\"ACCOUNT_IDS\":{\"DOM\":925660,\"INTL\":925660},\"DEBUG\":false},\"IX\":{\"DEBUG\":false,\"SCRIPT_KEY\":{\"DOM\":null,\"INTL\":null},\"IDENTITY\":\"\"},\"IVR\":{\"DEFAULT_DISPLAY_PERCENT\":50,\"DEFAULT_DISPLAY_MILLISECONDS\":35000,\"DEBUG\":false},\"KRUX\":{\"INTL_CONTROLTAG\":\"\",\"DOM_CONTROLTAG\":\"\",\"DEBUG\":false},\"MALVERTISING\":{\"SCRIPT_SRC\":\"//cadmus.script.ac/d2uap9jskdzp2/script.js\",\"SITE_VENDOR\":\"CleanIO\",\"DEBUG\":false},\"PREBID\":{\"SEND_ALL_BIDS\":{\"INTL\":true,\"DOM\":true},\"VENDOR\":{\"IX\":{\"IDENTITY\":\"\",\"SITE_ID\":{\"DOM\":{\"DESKTOP\":{\"atf\":{\"728x90\":\"423255\",\"970x250\":\"423255\",\"970x90\":\"423255\",\"300x600\":\"423257\",\"300x250\":\"423257\"},\"btf\":{\"300x600\":\"423258\",\"300x250\":\"423258\",\"728x90\":\"423256\",\"970x250\":\"423256\",\"970x90\":\"423256\"}},\"MOBILE\":{\"atf\":{\"320x50\":\"423259\",\"300x250\":\"423261\"},\"btf\":{\"300x250\":\"423260\",\"320x50\":\"423262\"}},\"VIDEO\":0,\"OUTSTREAM\":{\"DESKTOP\":0,\"MOBILE\":0}},\"INTL\":{\"DESKTOP\":{\"atf\":{\"728x90\":\"341959\",\"970x250\":\"341960\",\"970x90\":\"341961\",\"300x600\":\"341962\",\"300x250\":\"341963\"},\"btf\":{\"300x600\":\"341965\",\"300x250\":\"341966\",\"728x90\":\"341967\",\"970x250\":\"341968\",\"970x90\":\"341969\"}},\"MOBILE\":{\"atf\":{\"320x50\":\"341964\",\"300x250\":\"341970\"},\"btf\":{\"320x50\":\"341957\",\"300x250\":\"341971\"}},\"VIDEO\":0,\"OUTSTREAM\":{\"DESKTOP\":0,\"MOBILE\":0}}},\"OUTSTREAM\":{\"SITE_ID\":{\"DOM\":{\"DESKTOP\":0,\"MOBILE\":0},\"INTL\":{\"DESKTOP\":0,\"MOBILE\":0}}},\"VIDEO\":{\"WIDTH\":640,\"HEIGHT\":480,\"MIMES\":[\"video/mp4\"],\"PROTOCOLS\":[2,3,5,6],\"SITE_ID\":{\"DOM\":{\"DESKTOP\":\"829396\",\"MOBILE\":\"829397\"},\"INTL\":{\"DESKTOP\":\"829396\",\"MOBILE\":\"829397\"}},\"DURATION\":{\"DESKTOP\":{\"MIN\":{\"DOM\":6,\"INTL\":6},\"MAX\":{\"DOM\":30,\"INTL\":30}},\"MOBILE\":{\"MIN\":{\"DOM\":6,\"INTL\":6},\"MAX\":{\"DOM\":15,\"INTL\":15}}}}},\"RUBICON\":{\"ACCOUNT_ID\":{\"DOM\":\"11078\",\"INTL\":\"11016\"},\"SITE_ID\":{\"DOM\":{\"DESKTOP\":0,\"MOBILE\":0,\"VIDEO\":{\"DESKTOP\":0,\"MOBILE\":0}},\"INTL\":{\"DESKTOP\":\"78582\",\"MOBILE\":\"78584\",\"VIDEO\":{\"DESKTOP\":\"415330\",\"MOBILE\":\"430362\"}}},\"ZONE_MAPPING\":{\"DOM\":{\"DESKTOP\":{\"HP\":{\"btf\":0,\"atf\":0},\"ROS\":{\"btf\":0,\"atf\":0}},\"MOBILE\":{\"HP\":{\"btf\":0,\"atf\":0},\"ROS\":{\"btf\":0,\"atf\":0}},\"VIDEO\":{\"DESKTOP\":{\"HP\":{\"atf\":\"0\",\"btf\":\"0\"},\"ROS\":{\"atf\":\"0\",\"btf\":\"0\"}},\"MOBILE\":{\"HP\":{\"atf\":\"0\",\"btf\":\"0\"},\"ROS\":{\"atf\":\"0\",\"btf\":\"0\"}}}},\"INTL\":{\"DESKTOP\":{\"HP\":{\"btf\":\"650178\",\"atf\":\"650178\"},\"ROS\":{\"btf\":\"369856\",\"atf\":\"369856\"}},\"MOBILE\":{\"HP\":{\"btf\":\"369856\",\"atf\":\"369856\"},\"ROS\":{\"btf\":\"369856\",\"atf\":\"369856\"}},\"VIDEO\":{\"DESKTOP\":{\"HP\":{\"atf\":\"2341606\",\"btf\":\"2341606\"},\"ROS\":{\"atf\":\" 2341606\",\"btf\":\"2341606\"}},\"MOBILE\":{\"HP\":{\"atf\":\"2460344\",\"btf\":\"2460344\"},\"ROS\":{\"atf\":\"2460344\",\"btf\":\"2460344\"}}}}},\"LANGUAGE\":{\"DOM\":\"en\",\"INTL\":\"en\"},\"VIDEO\":{\"DURATION\":{\"DESKTOP\":{\"MIN\":{\"DOM\":6,\"INTL\":6},\"MAX\":{\"DOM\":30,\"INTL\":30}},\"MOBILE\":{\"MIN\":{\"DOM\":6,\"INTL\":6},\"MAX\":{\"DOM\":15,\"INTL\":15}}},\"LANGUAGE\":\"en\"}},\"PANGAEA\":{\"ACCOUNT_ID\":{\"INTL\":\"8613\",\"DOM\":0}},\"CRITEO\":{\"ACCOUNT_ID\":{\"INTL\":9264,\"DOM\":4157}},\"APPNEXUS\":{\"ACCOUNT_ID\":{\"DOM\":\"7745\",\"INTL\":\"8353\"},\"VIDEO_INVCODE\":{\"DOM\":\"cnn_homepage_video1\",\"INTL\":\"cnni_homepage_video1\"},\"PLAYBACK_METHOD\":{\"DOM\":{\"DESKTOP\":\"auto_play_sound_off\",\"MOBILE\":\"click_to_play\"},\"INTL\":{\"DESKTOP\":\"auto_play_sound_off\",\"MOBILE\":\"click_to_play\"}},\"VIDEO\":{\"DURATION\":{\"DESKTOP\":{\"MIN\":{\"DOM\":5,\"INTL\":5},\"MAX\":{\"DOM\":15,\"INTL\":15}},\"MOBILE\":{\"MIN\":{\"DOM\":6,\"INTL\":6},\"MAX\":{\"DOM\":30,\"INTL\":30}}}},\"RESERVE\":{\"DOM\":0.9,\"INTL\":0.9},\"SUPPLY_TYPE\":{\"DOM\":{\"WEB\":true,\"MOBILE_WEB\":true},\"INTL\":{\"WEB\":true,\"MOBILE_WEB\":true}},\"CONTEXT\":{\"DOM\":\"instream\",\"INTL\":\"instream\"}},\"PUBMATIC\":{\"PUBLISHER_ID\":{\"DOM\":\"162932\",\"INTL\":\"160262\"},\"MAPPINGS\":{\"DOM\":{\"DESKTOP\":{},\"MOBILE\":{}},\"INTL\":{\"DESKTOP\":{},\"MOBILE\":{}}}},\"SHARETHROUGH\":{\"UNIT_MAPPING\":{\"DOM\":{\"DESKTOP\":{},\"MOBILE\":{}},\"INTL\":{\"DESKTOP\":{\"300x250\":\"mMvTwgZ1k5vgw5dWWg4E9fs3\",\"300x600\":\"35zgzLEa9bGmYyQoYpG5bFqW\",\"728x90\":\"7H5wtn8ji86Z4Ew4s7pQZQ3\",\"970x250\":\"r99VVje1tPxSLmvMdbemDVKq\"},\"MOBILE\":{\"300x250\":\"mMvTwgZ1k5vgw5dWWg4E9fs3\"}}}},\"TEADS\":{\"PAGE_ID\":{\"DOM\":0,\"INTL\":\"124050\"},\"PLACEMENT_ID\":{\"DOM\":0,\"INTL\":\"134874\"}},\"FLEDGE\":{\"BIDDERS\":[]}},\"TIMEOUTS\":{\"VIDEO\":{\"REFRESH\":1000,\"MIDROLL\":750,\"DEFAULT\":500},\"DISPLAY\":{\"MOBILE\":750,\"DESKTOP\":1150}},\"DEBUG\":false,\"APPROVED_BIDDERS\":{\"S2S\":{\"INTL\":[\"pangaea\",\"sharethrough\",\"ix\"],\"DOM\":[\"ix\"]},\"NATIVE\":{\"INTL\":[\"appnexus\",\"pangaea\"],\"DOM\":[\"appnexus\"]},\"CLIENT\":{\"INTL\":[\"appnexus\",\"pangaea\",\"ix\",\"rubicon\",\"sharethrough\",\"criteo\"],\"DOM\":[\"appnexus\",\"rubicon\",\"criteo\",\"ix\",\"trustx\"]}},\"BIDDERS\":{\"S2S\":{\"INTL\":[],\"DOM\":[]},\"NATIVE\":{\"INTL\":[],\"DOM\":[]},\"CLIENT\":{\"INTL\":[\"appnexus\",\"criteo\",\"ix\",\"pubmatic\",\"rubicon\",\"sharethrough\"],\"DOM\":[]},\"OUTSTREAM\":{\"DOM\":[],\"INTL\":[\"appnexus\",\"pubmatic\",\"teads\"]},\"VIDEO\":{\"DOM\":[],\"INTL\":[]}},\"FLOORS\":{\"DISPLAY\":{\"DOM\":{\"DESKTOP\":0.01,\"MOBILE\":0.01},\"INTL\":{\"DESKTOP\":0.01,\"MOBILE\":0.01}},\"VIDEO\":{\"DOM\":{\"DESKTOP\":0.01,\"MOBILE\":0.01},\"INTL\":{\"DESKTOP\":0.01,\"MOBILE\":0.01}}},\"PRICE_BUCKETS\":{\"DOM\":{\"DISPLAY\":[{\"precision\":2,\"min\":0,\"max\":5,\"increment\":0.01},{\"precision\":2,\"min\":5,\"max\":30,\"increment\":0.05},{\"precision\":2,\"min\":30,\"max\":115,\"increment\":1}],\"VIDEO\":[{\"precision\":2,\"min\":4,\"max\":50,\"increment\":1},{\"precision\":2,\"min\":50,\"max\":100,\"increment\":5}],\"OUTSTREAM\":[{\"precision\":2,\"min\":1,\"max\":50,\"increment\":1}]},\"INTL\":{\"DISPLAY\":[{\"precision\":2,\"min\":0,\"max\":5,\"increment\":0.01},{\"precision\":2,\"min\":5,\"max\":30,\"increment\":0.05},{\"precision\":2,\"min\":30,\"max\":50,\"increment\":1}],\"VIDEO\":[{\"precision\":2,\"min\":4,\"max\":50,\"increment\":1},{\"precision\":2,\"min\":50,\"max\":100,\"increment\":5}],\"OUTSTREAM\":[{\"precision\":2,\"min\":1,\"max\":50,\"increment\":1}]}},\"LIBRARY\":{\"VENDORS\":[\"appnexus\",\"criteo\",\"rubicon\",\"pubmatic\",\"ix\",\"sharethrough\",\"teads\"],\"MODULES\":[\"categoryTranslation\",\"consentManagement\",\"prebidServerBidAdapter\",\"id5IdSystem\",\"identityLinkIdSystem\"]}},\"PROXIMIC\":{\"DEBUG\":false},\"SOURCEPOINT\":{\"DEBUG\":false},\"SSAI\":{\"VENDORS\":{\"Telaria\":{\"COOKIE_NAME\":\"goiz\",\"URL\":\"https://eq97f.publishers.tremorhub.com/pubsync?redir=https://umto.{{domain}}/user-sync?goiz=%5Btvid%5D&domain={{domain}}\"},\"Rubicon\":{\"COOKIE_NAME\":\"ifyr\",\"URL\":\"https://pixel-us-east.rubiconproject.com/exchange/sync.php?p={{brand}}\"},\"Freewheel\":{\"COOKIE_NAME\":\"bea4\",\"URL\":\"https://bea4.v.fwmrm.net/ad/u?mode=echo&cr=https://umto.{{domain}}/user-sync?bea4=#{user.id}&domain={{domain}}\"},\"AppNexus\":{\"COOKIE_NAME\":\"zwmc\",\"URL\":\"https://ib.adnxs.com/getuid?https://umto.{{domain}}/user-sync?zwmc=$UID&domain={{domain}}\"},\"PubMatic\":{\"COOKIE_NAME\":\"kfyn\",\"URL\":\"https://ads.pubmatic.com/AdServer/js/userSync.js\"},\"LiveRamp\":{\"COOKIE_NAME\":\"orev\",\"URL\":\"https://idsync.rlcdn.com/712348.gif?partner_uid=${fwuid}\"}},\"SITE_VENDORS\":[\"AppNexus\",\"Freewheel\",\"Rubicon\",\"Telaria\"],\"DEBUG\":false},\"TRANSACTION_ID\":{\"DEBUG\":false},\"USER_CONSENT\":{\"ONETRUST_SRC\":\"\",\"ONETRUST_GUID\":\"\",\"COOKIE_DOMAIN\":\"\",\"DEBUG\":false,\"ENABLED\":false},\"VERSION\":\"v2.0\",\"NAME\":\"CNNi_2\",\"TIMESTAMP\":[\"1\",\"713\",\"417\",\"712\",\"681\"],\"DESCRIPTION\":\"CNN International Stellar Migration\"},\"espanol\":{\"ADFUEL\":{\"AUTO_DISPATCH\":true,\"DEFAULT_TIMEOUT\":800,\"DEFAULT_DESKTOP_TIMEOUT\":800,\"DEFAULT_MOBILE_TIMEOUT\":800,\"IFRAME_TITLE\":\"advertisement\",\"NETWORK_ID\":\"21756062855\",\"REFRESH_ON_FOCUS_ONLY\":false,\"LAZY_LOAD_FETCH_PERCENT\":500,\"LAZY_LOAD_RENDER_PERCENT\":200,\"LAZY_LOAD_MOBILE_SCALING\":2,\"COLLAPSE_EMPTY_DIVS\":true,\"DEBUG\":false,\"SITE_OBJECT\":\"CNN\",\"ACTIVE_MODULES\":[\"\"]},\"A9\":{\"SLOTNAMES\":{\"PREPEND_ADUNIT\":false,\"MIDROLL\":\"aps-midroll\",\"PREROLL\":\"aps-preroll\"},\"TIMEOUTS\":{\"MOBILE\":{\"VIDEO\":{\"MIDROLL\":750,\"REFRESH\":750,\"INITIAL\":500},\"DISPLAY\":{\"REFRESH\":750,\"INITIAL\":750}},\"DESKTOP\":{\"VIDEO\":{\"MIDROLL\":750,\"REFRESH\":750,\"INITIAL\":500},\"DISPLAY\":{\"REFRESH\":1150,\"INITIAL\":1150}}},\"DEBUG\":false,\"ACCOUNT_IDS\":{\"INTL\":\"3288\",\"DOM\":\"3159\"}},\"AUI\":{\"SITE_VENDORS\":{\"DOM\":[\"AppNexus\",\"Freewheel\",\"Rubicon\",\"Telaria\"],\"INTL\":[\"AppNexus\",\"Freewheel\",\"Rubicon\",\"Telaria\"]},\"VENDORS\":{\"AppNexus\":{\"COOKIE_NAME\":\"zwmc\",\"URL\":\"https://ib.adnxs.com/getuid?https://umto.{{domain}}/user-sync?zwmc=$UID&domain={{domain}}\"},\"Freewheel\":{\"COOKIE_NAME\":\"bea4\",\"URL\":\"https://bea4.v.fwmrm.net/ad/u?mode=echo&cr=https://umto.{{domain}}/user-sync?bea4=#{user.id}&domain={{domain}}\"},\"LiveRamp\":{\"COOKIE_NAME\":\"orev\",\"URL\":\"https://idsync.rlcdn.com/712348.gif?partner_uid=${fwuid}\"},\"PubMatic\":{\"COOKIE_NAME\":\"kfyn\",\"URL\":\"https://ads.pubmatic.com/AdServer/js/userSync.js\"},\"Rubicon\":{\"COOKIE_NAME\":\"ifyr\",\"URL\":\"https://pixel-us-east.rubiconproject.com/exchange/sync.php?p={{brand}}\"},\"SpotX\":{\"COOKIE_NAME\":\"hkgc\",\"URL\":\"https://sync.search.spotxchange.com/audience_id\"},\"Telaria\":{\"COOKIE_NAME\":\"goiz\",\"URL\":\"https://eq97f.publishers.tremorhub.com/pubsync?redir=https://umto.{{domain}}/user-sync?goiz=%5Btvid%5D&domain={{domain}}\"}}},\"BEEMRAY\":{\"DEBUG\":false,\"CUSTOMER_ID\":\"\",\"API_KEY\":\"\"},\"BLOCKTHROUGH\":{\"DEBUG\":false},\"CEP\":{\"DEBUG\":false},\"CONSOLE_TOOL\":{\"DEBUG\":false,\"HOTKEY\":[\"Control\",\"Shift\",\"Z\"]},\"CREATIVE_REVIEW\":{\"DEBUG\":false,\"HOTKEY\":\"^ d o h $\"},\"CRITEO\":{\"DEBUG\":false,\"DESKTOP_TIMEOUT\":750,\"DESKTOP_ZONES\":{},\"MOBILE_TIMEOUT\":750,\"MOBILE_ZONES\":{},\"MULTISIZE_FIRST\":\"F\",\"MULTISIZE_LARGEST\":\"L\",\"MULTISIZE_ALL\":\"A\",\"MULTISIZE_METHOD\":\"L\",\"TIMEOUT\":750},\"FASTLANE\":{\"DEBUG\":false,\"DESKTOP_TIMEOUT\":750,\"DOM_ACCOUNT_ID\":11078,\"INTL_ACCOUNT_ID\":11016,\"MOBILE_TIMEOUT\":750,\"TIMEOUT\":750},\"GUID\":{\"DEBUG\":false},\"IAS\":{\"ACCOUNT_IDS\":{\"DOM\":925660,\"INTL\":925660},\"DEBUG\":false},\"IX\":{\"DEBUG\":false,\"SCRIPT_KEY\":{\"DOM\":null,\"INTL\":null},\"IDENTITY\":\"\"},\"IVR\":{\"DEFAULT_DISPLAY_PERCENT\":50,\"DEFAULT_DISPLAY_MILLISECONDS\":35000,\"DEBUG\":false},\"KRUX\":{\"INTL_CONTROLTAG\":\"\",\"DOM_CONTROLTAG\":\"\",\"DEBUG\":false},\"MALVERTISING\":{\"SCRIPT_SRC\":\"//cadmus.script.ac/d2uap9jskdzp2/script.js\",\"SITE_VENDOR\":\"CleanIO\",\"DEBUG\":false},\"PREBID\":{\"SEND_ALL_BIDS\":{\"INTL\":true,\"DOM\":true},\"VENDOR\":{\"IX\":{\"IDENTITY\":\"\"},\"RUBICON\":{\"ZONE_MAPPING\":{\"INTL\":{\"MOBILE\":{\"ROS\":{\"btf\":0,\"atf\":0},\"HP\":{\"btf\":0,\"atf\":0}},\"DESKTOP\":{\"ROS\":{\"btf\":0,\"atf\":0},\"HP\":{\"btf\":0,\"atf\":0}}},\"DOM\":{\"MOBILE\":{\"ROS\":{\"btf\":0,\"atf\":0},\"HP\":{\"btf\":0,\"atf\":0}},\"DESKTOP\":{\"ROS\":{\"btf\":0,\"atf\":0},\"HP\":{\"btf\":0,\"atf\":0}}}},\"SITE_ID\":{\"INTL\":{\"MOBILE\":0,\"DESKTOP\":0},\"DOM\":{\"MOBILE\":0,\"DESKTOP\":0}},\"ACCOUNT_ID\":{\"INTL\":\"11016\",\"DOM\":\"11078\"}},\"PANGAEA\":{\"ACCOUNT_ID\":{\"INTL\":\"8613\",\"DOM\":0}},\"CRITEO\":{\"ACCOUNT_ID\":{\"INTL\":9264,\"DOM\":4157}},\"APPNEXUS\":{\"ACCOUNT_ID\":{\"INTL\":\"8353\",\"DOM\":\"7745\"}}},\"TIMEOUTS\":{\"VIDEO\":{\"REFRESH\":1000,\"MIDROLL\":750,\"DEFAULT\":500},\"DISPLAY\":{\"MOBILE\":750,\"DESKTOP\":1150}},\"DEBUG\":false,\"APPROVED_BIDDERS\":{\"S2S\":{\"INTL\":[\"pangaea\",\"sharethrough\",\"ix\"],\"DOM\":[\"ix\"]},\"NATIVE\":{\"INTL\":[\"appnexus\",\"pangaea\"],\"DOM\":[\"appnexus\"]},\"CLIENT\":{\"INTL\":[\"appnexus\",\"pangaea\",\"ix\",\"rubicon\",\"sharethrough\",\"criteo\"],\"DOM\":[\"appnexus\",\"rubicon\",\"criteo\",\"ix\",\"trustx\"]}},\"BIDDERS\":{\"S2S\":{\"INTL\":[],\"DOM\":[]},\"NATIVE\":{\"INTL\":[],\"DOM\":[]},\"CLIENT\":{\"INTL\":[],\"DOM\":[]}}},\"PROXIMIC\":{\"DEBUG\":false},\"SOURCEPOINT\":{\"DEBUG\":false},\"SSAI\":{\"VENDORS\":{\"Telaria\":{\"COOKIE_NAME\":\"goiz\",\"URL\":\"https://eq97f.publishers.tremorhub.com/pubsync?redir=https://umto.{{domain}}/user-sync?goiz=%5Btvid%5D&domain={{domain}}\"},\"Rubicon\":{\"COOKIE_NAME\":\"ifyr\",\"URL\":\"https://pixel-us-east.rubiconproject.com/exchange/sync.php?p={{brand}}\"},\"Freewheel\":{\"COOKIE_NAME\":\"bea4\",\"URL\":\"https://bea4.v.fwmrm.net/ad/u?mode=echo&cr=https://umto.{{domain}}/user-sync?bea4=#{user.id}&domain={{domain}}\"},\"AppNexus\":{\"COOKIE_NAME\":\"zwmc\",\"URL\":\"https://ib.adnxs.com/getuid?https://umto.{{domain}}/user-sync?zwmc=$UID&domain={{domain}}\"},\"PubMatic\":{\"COOKIE_NAME\":\"kfyn\",\"URL\":\"https://ads.pubmatic.com/AdServer/js/userSync.js\"},\"LiveRamp\":{\"COOKIE_NAME\":\"orev\",\"URL\":\"https://idsync.rlcdn.com/712348.gif?partner_uid=${fwuid}\"}},\"SITE_VENDORS\":[\"AppNexus\",\"Freewheel\",\"Rubicon\",\"Telaria\"],\"DEBUG\":false},\"TRANSACTION_ID\":{\"DEBUG\":false},\"USER_CONSENT\":{\"ONETRUST_SRC\":\"\",\"ONETRUST_GUID\":\"\",\"COOKIE_DOMAIN\":\"\",\"DEBUG\":false,\"ENABLED\":false},\"VERSION\":\"v2.0\",\"NAME\":\"CNNEspanol_2\",\"TIMESTAMP\":[\"1\",\"713\",\"417\",\"712\",\"712\"],\"DESCRIPTION\":\"CNN Espanol http://cnnespanol.com/\"},\"business-domestic\":{\"ADFUEL\":{\"AUTO_DISPATCH\":true,\"DEFAULT_TIMEOUT\":800,\"DEFAULT_DESKTOP_TIMEOUT\":800,\"DEFAULT_MOBILE_TIMEOUT\":800,\"IFRAME_TITLE\":\"advertisement\",\"NETWORK_ID\":\"8663477\",\"REFRESH_ON_FOCUS_ONLY\":false,\"LAZY_LOAD_FETCH_PERCENT\":500,\"LAZY_LOAD_RENDER_PERCENT\":200,\"LAZY_LOAD_MOBILE_SCALING\":2,\"COLLAPSE_EMPTY_DIVS\":true,\"DEBUG\":false,\"SITE_OBJECT\":\"CNN\",\"ACTIVE_MODULES\":[\"\"]},\"A9\":{\"SLOTNAMES\":{\"PREPEND_ADUNIT\":false,\"MIDROLL\":\"aps-midroll\",\"PREROLL\":\"aps-preroll\"},\"TIMEOUTS\":{\"MOBILE\":{\"VIDEO\":{\"MIDROLL\":750,\"REFRESH\":750,\"INITIAL\":500},\"DISPLAY\":{\"REFRESH\":750,\"INITIAL\":750}},\"DESKTOP\":{\"VIDEO\":{\"MIDROLL\":750,\"REFRESH\":750,\"INITIAL\":500},\"DISPLAY\":{\"REFRESH\":1150,\"INITIAL\":1150}}},\"DEBUG\":false,\"ACCOUNT_IDS\":{\"INTL\":\"3288\",\"DOM\":\"3159\"}},\"AUI\":{\"SITE_VENDORS\":{\"DOM\":[\"AppNexus\",\"Freewheel\",\"LiveRamp\",\"PubMatic\",\"Rubicon\",\"SpotX\",\"Telaria\"],\"INTL\":[\"AppNexus\",\"Freewheel\",\"LiveRamp\",\"PubMatic\",\"Rubicon\",\"SpotX\",\"Telaria\"]},\"VENDORS\":{\"AppNexus\":{\"COOKIE_NAME\":\"zwmc\",\"URL\":\"https://ib.adnxs.com/getuid?https://umto.{{domain}}/user-sync?zwmc=$UID&domain={{domain}}\"},\"Freewheel\":{\"COOKIE_NAME\":\"bea4\",\"URL\":\"https://bea4.v.fwmrm.net/ad/u?mode=echo&cr=https://umto.{{domain}}/user-sync?bea4=#{user.id}&domain={{domain}}\"},\"LiveRamp\":{\"COOKIE_NAME\":\"orev\",\"URL\":\"https://idsync.rlcdn.com/712348.gif?partner_uid=${fwuid}\"},\"PubMatic\":{\"COOKIE_NAME\":\"kfyn\",\"URL\":\"https://ads.pubmatic.com/AdServer/js/userSync.js\"},\"Rubicon\":{\"COOKIE_NAME\":\"ifyr\",\"URL\":\"https://pixel-us-east.rubiconproject.com/exchange/sync.php?p={{brand}}\"},\"SpotX\":{\"COOKIE_NAME\":\"hkgc\",\"URL\":\"https://sync.search.spotxchange.com/audience_id\"},\"Telaria\":{\"COOKIE_NAME\":\"goiz\",\"URL\":\"https://eq97f.publishers.tremorhub.com/pubsync?redir=https://umto.{{domain}}/user-sync?goiz=%5Btvid%5D&domain={{domain}}\"}}},\"BEEMRAY\":{\"DEBUG\":false,\"CUSTOMER_ID\":\"\",\"API_KEY\":\"\"},\"BLOCKTHROUGH\":{\"DEBUG\":false},\"CEP\":{\"DEBUG\":false},\"CONSOLE_TOOL\":{\"DEBUG\":false,\"HOTKEY\":[\"Control\",\"Shift\",\"Z\"]},\"CREATIVE_REVIEW\":{\"DEBUG\":false,\"HOTKEY\":\"^ d o h $\"},\"CRITEO\":{\"DEBUG\":false,\"DESKTOP_TIMEOUT\":750,\"DESKTOP_ZONES\":{},\"MOBILE_TIMEOUT\":750,\"MOBILE_ZONES\":{},\"MULTISIZE_FIRST\":\"F\",\"MULTISIZE_LARGEST\":\"L\",\"MULTISIZE_ALL\":\"A\",\"MULTISIZE_METHOD\":\"L\",\"TIMEOUT\":750},\"FASTLANE\":{\"DEBUG\":false,\"DESKTOP_TIMEOUT\":750,\"DOM_ACCOUNT_ID\":11078,\"INTL_ACCOUNT_ID\":11016,\"MOBILE_TIMEOUT\":750,\"TIMEOUT\":750},\"GUID\":{\"DEBUG\":false},\"IAS\":{\"ACCOUNT_IDS\":{\"DOM\":925660,\"INTL\":925660},\"DEBUG\":false},\"IX\":{\"DEBUG\":false,\"SCRIPT_KEY\":{\"DOM\":null,\"INTL\":null},\"IDENTITY\":\"\"},\"IVR\":{\"DEFAULT_DISPLAY_PERCENT\":50,\"DEFAULT_DISPLAY_MILLISECONDS\":35000,\"DEBUG\":false},\"KRUX\":{\"INTL_CONTROLTAG\":\"teff9xc7i\",\"DOM_CONTROLTAG\":\"IWzCuclz\",\"DEBUG\":false},\"MALVERTISING\":{\"SCRIPT_SRC\":\"//cadmus.script.ac/d2uap9jskdzp2/script.js\",\"SITE_VENDOR\":\"CleanIO\",\"DEBUG\":false},\"PREBID\":{\"SEND_ALL_BIDS\":{\"INTL\":false,\"DOM\":true},\"VENDOR\":{\"IX\":{\"IDENTITY\":\"\",\"SITE_ID\":{\"DOM\":{\"DESKTOP\":{\"atf\":{\"728x90\":\"423255\",\"970x250\":\"423255\",\"970x90\":\"423255\",\"300x600\":\"423257\",\"300x250\":\"423257\"},\"btf\":{\"300x600\":\"423258\",\"300x250\":\"423258\",\"728x90\":\"423256\",\"970x250\":\"423256\",\"970x90\":\"423256\"}},\"MOBILE\":{\"atf\":{\"320x50\":\"423259\",\"300x250\":\"423261\"},\"btf\":{\"300x250\":\"423260\",\"320x50\":\"423262\"}},\"VIDEO\":{\"DESKTOP\":0,\"MOBILE\":0}},\"INTL\":{\"DESKTOP\":{\"atf\":{\"728x90\":\"341959\",\"970x250\":\"341960\",\"970x90\":\"341961\",\"300x600\":\"341962\",\"300x250\":\"341963\"},\"btf\":{\"300x600\":\"341965\",\"300x250\":\"341966\",\"728x90\":\"341967\",\"970x250\":\"341968\",\"970x90\":\"341969\"}},\"MOBILE\":{\"atf\":{\"320x50\":\"341964\",\"300x250\":\"341970\"},\"btf\":{\"320x50\":\"341957\",\"300x250\":\"341971\"}},\"VIDEO\":{\"DESKTOP\":0,\"MOBILE\":0}}},\"VIDEO\":{\"WIDTH\":640,\"HEIGHT\":480,\"MIMES\":[\"video/mp4\"],\"PROTOCOLS\":[2,3,5,6],\"SITE_ID\":{\"DOM\":{\"DESKTOP\":0,\"MOBILE\":0},\"INTL\":{\"DESKTOP\":\"829396\",\"MOBILE\":\"829397\"}},\"DURATION\":{\"DESKTOP\":{\"MIN\":{\"DOM\":6,\"INTL\":6},\"MAX\":{\"DOM\":30,\"INTL\":30}},\"MOBILE\":{\"MIN\":{\"DOM\":6,\"INTL\":6},\"MAX\":{\"DOM\":15,\"INTL\":15}}}}},\"RUBICON\":{\"ACCOUNT_ID\":{\"DOM\":\"11078\",\"INTL\":\"11016\"},\"SITE_ID\":{\"DOM\":{\"DESKTOP\":\"26792\",\"MOBILE\":\"42244\",\"VIDEO\":{\"DESKTOP\":0,\"MOBILE\":0}},\"INTL\":{\"DESKTOP\":\"78582\",\"MOBILE\":\"78584\",\"VIDEO\":{\"DESKTOP\":\"415330\",\"MOBILE\":\"430362\"}}},\"ZONE_MAPPING\":{\"DOM\":{\"DESKTOP\":{\"HP\":{\"btf\":\"154308\",\"atf\":\"106536\"},\"ROS\":{\"btf\":\"107752\",\"atf\":\"106830\"}},\"MOBILE\":{\"HP\":{\"btf\":\"185914\",\"atf\":\"185914\"},\"ROS\":{\"btf\":\"185914\",\"atf\":\"185914\"}},\"VIDEO\":{\"DESKTOP\":{\"HP\":{\"atf\":\"0\",\"btf\":\"0\"},\"ROS\":{\"atf\":\"0\",\"btf\":\"0\"}},\"MOBILE\":{\"HP\":{\"atf\":\"0\",\"btf\":\"0\"},\"ROS\":{\"atf\":\"0\",\"btf\":\"0\"}}}},\"INTL\":{\"DESKTOP\":{\"HP\":{\"btf\":\"650178\",\"atf\":\"650178\"},\"ROS\":{\"btf\":\"369850\",\"atf\":\"369850\"}},\"MOBILE\":{\"HP\":{\"btf\":\"369856\",\"atf\":\"369856\"},\"ROS\":{\"btf\":\"369856\",\"atf\":\"369856\"}},\"VIDEO\":{\"DESKTOP\":{\"HP\":{\"atf\":\"2341606\",\"btf\":\"2341606\"},\"ROS\":{\"atf\":\" 2341606\",\"btf\":\"2341606\"}},\"MOBILE\":{\"HP\":{\"atf\":\"2460344\",\"btf\":\"2460344\"},\"ROS\":{\"atf\":\"2460344\",\"btf\":\"2460344\"}}}}},\"LANGUAGE\":{\"DOM\":\"en\",\"INTL\":\"en\"},\"VIDEO\":{\"DURATION\":{\"DESKTOP\":{\"MIN\":{\"DOM\":6,\"INTL\":6},\"MAX\":{\"DOM\":30,\"INTL\":30}},\"MOBILE\":{\"MIN\":{\"DOM\":6,\"INTL\":6},\"MAX\":{\"DOM\":15,\"INTL\":15}}}}},\"PANGAEA\":{\"ACCOUNT_ID\":{\"INTL\":\"8613\",\"DOM\":0}},\"CRITEO\":{\"ACCOUNT_ID\":{\"INTL\":9264,\"DOM\":4157}},\"APPNEXUS\":{\"ACCOUNT_ID\":{\"DOM\":\"7745\",\"INTL\":\"8353\"},\"VIDEO_INVCODE\":{\"DOM\":\"cnn_homepage_video1\",\"INTL\":\"cnni_homepage_video1\"},\"PLAYBACK_METHOD\":{\"DOM\":{\"DESKTOP\":\"auto_play_sound_off\",\"MOBILE\":\"click_to_play\"},\"INTL\":{\"DESKTOP\":\"auto_play_sound_off\",\"MOBILE\":\"click_to_play\"}},\"VIDEO\":{\"DURATION\":{\"DESKTOP\":{\"MIN\":{\"DOM\":6,\"INTL\":6},\"MAX\":{\"DOM\":30,\"INTL\":30}},\"MOBILE\":{\"MIN\":{\"DOM\":6,\"INTL\":6},\"MAX\":{\"DOM\":15,\"INTL\":15}}}},\"RESERVE\":{\"DOM\":0.9,\"INTL\":null},\"SUPPLY_TYPE\":{\"DOM\":{\"WEB\":true,\"MOBILE_WEB\":true},\"INTL\":{\"WEB\":true,\"MOBILE_WEB\":true}},\"CONTEXT\":{\"DOM\":\"instream\",\"INTL\":\"instream\"}},\"PUBMATIC\":{\"PUBLISHER_ID\":{\"DOM\":\"162932\",\"INTL\":\"160262\"},\"MAPPINGS\":{\"DOM\":{\"DESKTOP\":{},\"MOBILE\":{}},\"INTL\":{\"DESKTOP\":{},\"MOBILE\":{}}}},\"TRUSTX\":{\"UID\":{\"DOM\":{\"DESKTOP\":{\"atf\":{\"970x250\":\"15218\",\"970x90\":\"15219\",\"728x90\":\"15220\",\"300x250\":\"15224\"},\"btf\":{\"970x250\":\"15221\",\"970x90\":\"15222\",\"728x90\":\"15223\",\"300x250\":\"15226\"}},\"MOBILE\":{\"atf\":{\"320x50\":\"15228\"},\"btf\":{\"320x50\":\"15230\"}}},\"INTL\":{\"DESKTOP\":{\"atf\":{},\"btf\":{}},\"MOBILE\":{\"atf\":{},\"btf\":{}}}}},\"TRIPLELIFT\":{\"MAPPINGS\":{\"DOM\":{\"DESKTOP\":{\"HP\":{\"970x250\":\"CNN_leaderboard_Prebid\",\"970x90\":\"CNN_leaderboard_Prebid\",\"728x90\":\"CNN_leaderboard_Prebid\",\"300x600\":\"CNN_300x600_300x250_DeskTab_Prebid\"},\"ROS\":{\"970x250\":\"CNN_leaderboard_Prebid\",\"970x90\":\"CNN_leaderboard_Prebid\",\"728x90\":\"CNN_leaderboard_Prebid\",\"300x600\":\"CNN_300x600_300x250_DeskTab_Prebid\"}},\"MOBILE\":{\"HP\":{\"300x250\":\"CNN_300x250_Mobile_Prebid\"},\"ROS\":{\"300x250\":\"CNN_300x250_Mobile_Prebid\"}}},\"INTL\":{\"DESKTOP\":{\"HP\":{},\"ROS\":{}},\"MOBILE\":{\"HP\":{},\"ROS\":{}}}}},\"SPOTX\":{\"CHANNEL_ID\":{\"DOM\":{\"DESKTOP\":\"\",\"MOBILE\":\"\"},\"INTL\":{\"DESKTOP\":\"325241\",\"MOBILE\":\"328164\"}},\"VIDEO\":{\"DURATION\":{\"DESKTOP\":{\"MIN\":{\"DOM\":5,\"INTL\":5},\"MAX\":{\"DOM\":15,\"INTL\":15}},\"MOBILE\":{\"MIN\":{\"DOM\":6,\"INTL\":6},\"MAX\":{\"DOM\":30,\"INTL\":30}}}}}},\"TIMEOUTS\":{\"VIDEO\":{\"REFRESH\":1000,\"MIDROLL\":750,\"DEFAULT\":500},\"DISPLAY\":{\"MOBILE\":750,\"DESKTOP\":1150}},\"DEBUG\":false,\"APPROVED_BIDDERS\":{\"S2S\":{\"INTL\":[\"pangaea\",\"sharethrough\",\"ix\"],\"DOM\":[\"ix\"]},\"NATIVE\":{\"INTL\":[\"appnexus\",\"pangaea\"],\"DOM\":[\"appnexus\"]},\"CLIENT\":{\"INTL\":[\"appnexus\",\"pangaea\",\"ix\",\"rubicon\",\"sharethrough\",\"criteo\"],\"DOM\":[\"appnexus\",\"rubicon\",\"criteo\",\"ix\",\"trustx\"]}},\"BIDDERS\":{\"S2S\":{\"INTL\":[],\"DOM\":[]},\"NATIVE\":{\"INTL\":[],\"DOM\":[]},\"CLIENT\":{\"INTL\":[\"appnexus\",\"criteo\",\"ix\",\"pubmatic\",\"rubicon\"],\"DOM\":[\"appnexus\",\"criteo\",\"ix\",\"rubicon\",\"triplelift\",\"trustx\"]},\"OUTSTREAM\":{\"DOM\":[],\"INTL\":[\"appnexus\",\"pubmatic\"]},\"VIDEO\":{\"DOM\":[],\"INTL\":[\"appnexus\",\"ix\",\"rubicon\",\"spotx\"]}},\"FLOORS\":{\"DISPLAY\":{\"DOM\":{\"DESKTOP\":0.01,\"MOBILE\":0.01},\"INTL\":{\"DESKTOP\":0.01,\"MOBILE\":0.01}},\"VIDEO\":{\"DOM\":{\"DESKTOP\":0.01,\"MOBILE\":0.01},\"INTL\":{\"DESKTOP\":0.01,\"MOBILE\":0.01}}},\"PRICE_BUCKETS\":{\"DOM\":{\"DISPLAY\":[{\"precision\":2,\"min\":0,\"max\":5,\"increment\":0.01},{\"precision\":2,\"min\":5,\"max\":30,\"increment\":0.05},{\"precision\":2,\"min\":30,\"max\":115,\"increment\":1}],\"VIDEO\":[{\"precision\":2,\"min\":4,\"max\":50,\"increment\":1},{\"precision\":2,\"min\":50,\"max\":100,\"increment\":5}],\"OUTSTREAM\":[{\"precision\":2,\"min\":1,\"max\":50,\"increment\":1}]},\"INTL\":{\"DISPLAY\":[{\"precision\":2,\"min\":0,\"max\":5,\"increment\":0.01},{\"precision\":2,\"min\":5,\"max\":30,\"increment\":0.05},{\"precision\":2,\"min\":30,\"max\":50,\"increment\":1}],\"VIDEO\":[{\"precision\":2,\"min\":4,\"max\":50,\"increment\":1},{\"precision\":2,\"min\":50,\"max\":100,\"increment\":5}],\"OUTSTREAM\":[{\"precision\":2,\"min\":1,\"max\":50,\"increment\":1}]}},\"LIBRARY\":{\"VENDORS\":[\"appnexus\",\"rubicon\",\"criteo\",\"ix\",\"trustx\",\"triplelift\",\"spotx\",\"pubmatic\"]}},\"PROXIMIC\":{\"DEBUG\":false},\"SOURCEPOINT\":{\"DEBUG\":false},\"SSAI\":{\"VENDORS\":{\"Telaria\":{\"COOKIE_NAME\":\"goiz\",\"URL\":\"https://eq97f.publishers.tremorhub.com/pubsync?redir=https://umto.{{domain}}/user-sync?goiz=%5Btvid%5D&domain={{domain}}\"},\"Rubicon\":{\"COOKIE_NAME\":\"ifyr\",\"URL\":\"https://pixel-us-east.rubiconproject.com/exchange/sync.php?p={{brand}}\"},\"Freewheel\":{\"COOKIE_NAME\":\"bea4\",\"URL\":\"https://bea4.v.fwmrm.net/ad/u?mode=echo&cr=https://umto.{{domain}}/user-sync?bea4=#{user.id}&domain={{domain}}\"},\"AppNexus\":{\"COOKIE_NAME\":\"zwmc\",\"URL\":\"https://ib.adnxs.com/getuid?https://umto.{{domain}}/user-sync?zwmc=$UID&domain={{domain}}\"},\"PubMatic\":{\"COOKIE_NAME\":\"kfyn\",\"URL\":\"https://ads.pubmatic.com/AdServer/js/userSync.js\"},\"LiveRamp\":{\"COOKIE_NAME\":\"orev\",\"URL\":\"https://idsync.rlcdn.com/712348.gif?partner_uid=${fwuid}\"}},\"SITE_VENDORS\":[\"AppNexus\",\"Freewheel\",\"LiveRamp\",\"PubMatic\",\"Rubicon\",\"Telaria\"],\"DEBUG\":false},\"TRANSACTION_ID\":{\"DEBUG\":false},\"USER_CONSENT\":{\"ONETRUST_SRC\":\"\",\"ONETRUST_GUID\":\"\",\"COOKIE_DOMAIN\":\"\",\"DEBUG\":false,\"ENABLED\":false},\"VERSION\":\"v2.0\",\"NAME\":\"CNN Business\",\"TIMESTAMP\":[\"1\",\"713\",\"417\",\"712\",\"766\"],\"DESCRIPTION\":\"CNN Business Domestic\"},\"business-international\":{\"ADFUEL\":{\"AUTO_DISPATCH\":true,\"DEFAULT_TIMEOUT\":800,\"DEFAULT_DESKTOP_TIMEOUT\":800,\"DEFAULT_MOBILE_TIMEOUT\":800,\"IFRAME_TITLE\":\"advertisement\",\"NETWORK_ID\":\"8663477\",\"REFRESH_ON_FOCUS_ONLY\":false,\"LAZY_LOAD_FETCH_PERCENT\":500,\"LAZY_LOAD_RENDER_PERCENT\":200,\"LAZY_LOAD_MOBILE_SCALING\":2,\"COLLAPSE_EMPTY_DIVS\":true,\"DEBUG\":false,\"ACTIVE_MODULES\":[],\"SITE_OBJECT\":\"CNN\"},\"A9\":{\"SLOTNAMES\":{\"PREPEND_ADUNIT\":false,\"MIDROLL\":\"aps-midroll\",\"PREROLL\":\"aps-preroll\"},\"TIMEOUTS\":{\"MOBILE\":{\"VIDEO\":{\"MIDROLL\":750,\"REFRESH\":750,\"INITIAL\":500},\"DISPLAY\":{\"REFRESH\":750,\"INITIAL\":750}},\"DESKTOP\":{\"VIDEO\":{\"MIDROLL\":750,\"REFRESH\":750,\"INITIAL\":500},\"DISPLAY\":{\"REFRESH\":1150,\"INITIAL\":1150}}},\"DEBUG\":false,\"ACCOUNT_IDS\":{\"INTL\":\"3288\",\"DOM\":\"3159\"}},\"AUI\":{\"SITE_VENDORS\":{\"DOM\":[],\"INTL\":[]},\"VENDORS\":{\"AppNexus\":{\"COOKIE_NAME\":\"zwmc\",\"URL\":\"https://ib.adnxs.com/getuid?https://umto.{{domain}}/user-sync?zwmc=$UID&domain={{domain}}\"},\"Freewheel\":{\"COOKIE_NAME\":\"bea4\",\"URL\":\"https://bea4.v.fwmrm.net/ad/u?mode=echo&cr=https://umto.{{domain}}/user-sync?bea4=#{user.id}&domain={{domain}}\"},\"LiveRamp\":{\"COOKIE_NAME\":\"orev\",\"URL\":\"https://idsync.rlcdn.com/712348.gif?partner_uid=${fwuid}\"},\"PubMatic\":{\"COOKIE_NAME\":\"kfyn\",\"URL\":\"https://ads.pubmatic.com/AdServer/js/userSync.js\"},\"Rubicon\":{\"COOKIE_NAME\":\"ifyr\",\"URL\":\"https://pixel-us-east.rubiconproject.com/exchange/sync.php?p={{brand}}\"},\"SpotX\":{\"COOKIE_NAME\":\"hkgc\",\"URL\":\"https://sync.search.spotxchange.com/audience_id\"},\"Telaria\":{\"COOKIE_NAME\":\"goiz\",\"URL\":\"https://eq97f.publishers.tremorhub.com/pubsync?redir=https://umto.{{domain}}/user-sync?goiz=%5Btvid%5D&domain={{domain}}\"}}},\"BEEMRAY\":{\"DEBUG\":false,\"CUSTOMER_ID\":\"\",\"API_KEY\":\"\"},\"BLOCKTHROUGH\":{\"DEBUG\":false},\"CEP\":{\"DEBUG\":false},\"CONSOLE_TOOL\":{\"DEBUG\":false,\"HOTKEY\":[\"Control\",\"Shift\",\"Z\"]},\"CREATIVE_REVIEW\":{\"DEBUG\":false,\"HOTKEY\":\"^ d o h $\"},\"CRITEO\":{\"DEBUG\":false,\"DESKTOP_TIMEOUT\":750,\"DESKTOP_ZONES\":{},\"MOBILE_TIMEOUT\":750,\"MOBILE_ZONES\":{},\"MULTISIZE_FIRST\":\"F\",\"MULTISIZE_LARGEST\":\"L\",\"MULTISIZE_ALL\":\"A\",\"MULTISIZE_METHOD\":\"L\",\"TIMEOUT\":750},\"FASTLANE\":{\"DEBUG\":false,\"DESKTOP_TIMEOUT\":750,\"DOM_ACCOUNT_ID\":11078,\"INTL_ACCOUNT_ID\":11016,\"MOBILE_TIMEOUT\":750,\"TIMEOUT\":750},\"GUID\":{\"DEBUG\":false},\"IAS\":{\"ACCOUNT_IDS\":{\"DOM\":925660,\"INTL\":925660},\"DEBUG\":false},\"IX\":{\"DEBUG\":false,\"SCRIPT_KEY\":{\"DOM\":null,\"INTL\":null},\"IDENTITY\":\"\"},\"IVR\":{\"DEFAULT_DISPLAY_PERCENT\":50,\"DEFAULT_DISPLAY_MILLISECONDS\":35000,\"DEBUG\":false},\"KRUX\":{\"INTL_CONTROLTAG\":\"\",\"DOM_CONTROLTAG\":\"\",\"DEBUG\":false},\"MALVERTISING\":{\"SCRIPT_SRC\":\"//d9esmwyn3ffr1.cloudfront.net/script.js\",\"SITE_VENDOR\":\"CleanIO\",\"DEBUG\":false},\"PREBID\":{\"SEND_ALL_BIDS\":{\"INTL\":true,\"DOM\":true},\"VENDOR\":{\"IX\":{\"IDENTITY\":\"\",\"SITE_ID\":{\"DOM\":{\"DESKTOP\":{\"atf\":{\"728x90\":\"423255\",\"970x250\":\"423255\",\"970x90\":\"423255\",\"300x600\":\"423257\",\"300x250\":\"423257\"},\"btf\":{\"300x600\":\"423258\",\"300x250\":\"423258\",\"728x90\":\"423256\",\"970x250\":\"423256\",\"970x90\":\"423256\"}},\"MOBILE\":{\"atf\":{\"320x50\":\"423259\",\"300x250\":\"423261\"},\"btf\":{\"300x250\":\"423260\",\"320x50\":\"423262\"}},\"VIDEO\":0,\"OUTSTREAM\":{\"DESKTOP\":0,\"MOBILE\":0}},\"INTL\":{\"DESKTOP\":{\"atf\":{\"728x90\":\"341959\",\"970x250\":\"341960\",\"970x90\":\"341961\",\"300x600\":\"341962\",\"300x250\":\"341963\"},\"btf\":{\"300x600\":\"341965\",\"300x250\":\"341966\",\"728x90\":\"341967\",\"970x250\":\"341968\",\"970x90\":\"341969\"}},\"MOBILE\":{\"atf\":{\"320x50\":\"341964\",\"300x250\":\"341970\"},\"btf\":{\"320x50\":\"341957\",\"300x250\":\"341971\"}},\"VIDEO\":0,\"OUTSTREAM\":{\"DESKTOP\":0,\"MOBILE\":0}}},\"OUTSTREAM\":{\"SITE_ID\":{\"DOM\":{\"DESKTOP\":0,\"MOBILE\":0},\"INTL\":{\"DESKTOP\":0,\"MOBILE\":0}}},\"VIDEO\":{\"WIDTH\":640,\"HEIGHT\":480,\"MIMES\":[\"video/mp4\"],\"PROTOCOLS\":[2,3,5,6],\"SITE_ID\":{\"DOM\":{\"DESKTOP\":\"829396\",\"MOBILE\":\"829397\"},\"INTL\":{\"DESKTOP\":\"829396\",\"MOBILE\":\"829397\"}},\"DURATION\":{\"DESKTOP\":{\"MIN\":{\"DOM\":6,\"INTL\":6},\"MAX\":{\"DOM\":30,\"INTL\":30}},\"MOBILE\":{\"MIN\":{\"DOM\":6,\"INTL\":6},\"MAX\":{\"DOM\":15,\"INTL\":15}}}}},\"RUBICON\":{\"ACCOUNT_ID\":{\"DOM\":\"11078\",\"INTL\":\"11016\"},\"SITE_ID\":{\"DOM\":{\"DESKTOP\":0,\"MOBILE\":0,\"VIDEO\":{\"DESKTOP\":0,\"MOBILE\":0}},\"INTL\":{\"DESKTOP\":\"78598\",\"MOBILE\":\"78600\",\"VIDEO\":{\"DESKTOP\":\"415330\",\"MOBILE\":\"430362\"}}},\"ZONE_MAPPING\":{\"DOM\":{\"DESKTOP\":{\"HP\":{\"btf\":0,\"atf\":0},\"ROS\":{\"btf\":0,\"atf\":0}},\"MOBILE\":{\"HP\":{\"btf\":0,\"atf\":0},\"ROS\":{\"btf\":0,\"atf\":0}},\"VIDEO\":{\"DESKTOP\":{\"HP\":{\"atf\":\"0\",\"btf\":\"0\"},\"ROS\":{\"atf\":\"0\",\"btf\":\"0\"}},\"MOBILE\":{\"HP\":{\"atf\":\"0\",\"btf\":\"0\"},\"ROS\":{\"atf\":\"0\",\"btf\":\"0\"}}}},\"INTL\":{\"DESKTOP\":{\"HP\":{\"btf\":\"455710\",\"atf\":\"455740\"},\"ROS\":{\"btf\":\"455710\",\"atf\":\"455750\"}},\"MOBILE\":{\"HP\":{\"btf\":\"369882\",\"atf\":\"369882\"},\"ROS\":{\"btf\":\"369882\",\"atf\":\"369882\"}},\"VIDEO\":{\"DESKTOP\":{\"HP\":{\"atf\":\"2341606\",\"btf\":\"2341606\"},\"ROS\":{\"atf\":\" 2341606\",\"btf\":\"2341606\"}},\"MOBILE\":{\"HP\":{\"atf\":\"2460344\",\"btf\":\"2460344\"},\"ROS\":{\"atf\":\"2460344\",\"btf\":\"2460344\"}}}}},\"LANGUAGE\":{\"DOM\":\"en\",\"INTL\":\"en\"},\"VIDEO\":{\"DURATION\":{\"DESKTOP\":{\"MIN\":{\"DOM\":6,\"INTL\":6},\"MAX\":{\"DOM\":30,\"INTL\":30}},\"MOBILE\":{\"MIN\":{\"DOM\":6,\"INTL\":6},\"MAX\":{\"DOM\":15,\"INTL\":15}}},\"LANGUAGE\":\"en\"}},\"PANGAEA\":{\"ACCOUNT_ID\":{\"INTL\":\"8613\",\"DOM\":0}},\"CRITEO\":{\"ACCOUNT_ID\":{\"INTL\":9264,\"DOM\":4157}},\"APPNEXUS\":{\"ACCOUNT_ID\":{\"DOM\":\"7745\",\"INTL\":\"8353\"},\"VIDEO_INVCODE\":{\"DOM\":\"cnn_homepage_video1\",\"INTL\":\"cnni_homepage_video1\"},\"PLAYBACK_METHOD\":{\"DOM\":{\"DESKTOP\":\"auto_play_sound_off\",\"MOBILE\":\"click_to_play\"},\"INTL\":{\"DESKTOP\":\"auto_play_sound_off\",\"MOBILE\":\"click_to_play\"}},\"VIDEO\":{\"DURATION\":{\"DESKTOP\":{\"MIN\":{\"DOM\":5,\"INTL\":5},\"MAX\":{\"DOM\":15,\"INTL\":15}},\"MOBILE\":{\"MIN\":{\"DOM\":6,\"INTL\":6},\"MAX\":{\"DOM\":30,\"INTL\":30}}}},\"RESERVE\":{\"DOM\":0.9,\"INTL\":0.9},\"SUPPLY_TYPE\":{\"DOM\":{\"WEB\":true,\"MOBILE_WEB\":true},\"INTL\":{\"WEB\":true,\"MOBILE_WEB\":true}},\"CONTEXT\":{\"DOM\":\"instream\",\"INTL\":\"instream\"}},\"PUBMATIC\":{\"PUBLISHER_ID\":{\"DOM\":\"162932\",\"INTL\":\"160262\"},\"MAPPINGS\":{\"DOM\":{\"DESKTOP\":{},\"MOBILE\":{}},\"INTL\":{\"DESKTOP\":{},\"MOBILE\":{}}}},\"SHARETHROUGH\":{\"UNIT_MAPPING\":{\"DOM\":{\"DESKTOP\":{},\"MOBILE\":{}},\"INTL\":{\"DESKTOP\":{},\"MOBILE\":{}}}},\"FLEDGE\":{\"BIDDERS\":[]}},\"TIMEOUTS\":{\"VIDEO\":{\"REFRESH\":1000,\"MIDROLL\":750,\"DEFAULT\":500},\"DISPLAY\":{\"MOBILE\":750,\"DESKTOP\":1150}},\"DEBUG\":false,\"APPROVED_BIDDERS\":{\"S2S\":{\"INTL\":[\"pangaea\",\"sharethrough\",\"ix\"],\"DOM\":[\"ix\"]},\"NATIVE\":{\"INTL\":[\"appnexus\",\"pangaea\"],\"DOM\":[\"appnexus\"]},\"CLIENT\":{\"INTL\":[\"appnexus\",\"pangaea\",\"ix\",\"rubicon\",\"sharethrough\",\"criteo\"],\"DOM\":[\"appnexus\",\"rubicon\",\"criteo\",\"ix\",\"trustx\"]}},\"BIDDERS\":{\"S2S\":{\"INTL\":[],\"DOM\":[]},\"NATIVE\":{\"INTL\":[],\"DOM\":[]},\"CLIENT\":{\"INTL\":[\"appnexus\",\"criteo\",\"ix\",\"pubmatic\",\"rubicon\"],\"DOM\":[]},\"OUTSTREAM\":{\"DOM\":[],\"INTL\":[]},\"VIDEO\":{\"DOM\":[],\"INTL\":[]}},\"FLOORS\":{\"DISPLAY\":{\"DOM\":{\"DESKTOP\":0.01,\"MOBILE\":0.01},\"INTL\":{\"DESKTOP\":0.01,\"MOBILE\":0.01}},\"VIDEO\":{\"DOM\":{\"DESKTOP\":0.01,\"MOBILE\":0.01},\"INTL\":{\"DESKTOP\":0.01,\"MOBILE\":0.01}}},\"PRICE_BUCKETS\":{\"DOM\":{\"DISPLAY\":[{\"precision\":2,\"min\":0,\"max\":5,\"increment\":0.01},{\"precision\":2,\"min\":5,\"max\":30,\"increment\":0.05},{\"precision\":2,\"min\":30,\"max\":115,\"increment\":1}],\"VIDEO\":[{\"precision\":2,\"min\":4,\"max\":50,\"increment\":1},{\"precision\":2,\"min\":50,\"max\":100,\"increment\":5}],\"OUTSTREAM\":[{\"precision\":2,\"min\":1,\"max\":50,\"increment\":1}]},\"INTL\":{\"DISPLAY\":[{\"precision\":2,\"min\":0,\"max\":5,\"increment\":0.01},{\"precision\":2,\"min\":5,\"max\":30,\"increment\":0.05},{\"precision\":2,\"min\":30,\"max\":50,\"increment\":1}],\"VIDEO\":[{\"precision\":2,\"min\":4,\"max\":50,\"increment\":1},{\"precision\":2,\"min\":50,\"max\":100,\"increment\":5}],\"OUTSTREAM\":[{\"precision\":2,\"min\":1,\"max\":50,\"increment\":1}]}},\"LIBRARY\":{\"VENDORS\":[\"appnexus\",\"criteo\",\"ix\",\"pubmatic\",\"rubicon\"]}},\"PROXIMIC\":{\"DEBUG\":false},\"SOURCEPOINT\":{\"DEBUG\":false},\"SSAI\":{\"VENDORS\":{\"Telaria\":{\"COOKIE_NAME\":\"goiz\",\"URL\":\"https://eq97f.publishers.tremorhub.com/pubsync?redir=https://umto.{{domain}}/user-sync?goiz=%5Btvid%5D&domain={{domain}}\"},\"Rubicon\":{\"COOKIE_NAME\":\"ifyr\",\"URL\":\"https://pixel-us-east.rubiconproject.com/exchange/sync.php?p={{brand}}\"},\"Freewheel\":{\"COOKIE_NAME\":\"bea4\",\"URL\":\"https://bea4.v.fwmrm.net/ad/u?mode=echo&cr=https://umto.{{domain}}/user-sync?bea4=#{user.id}&domain={{domain}}\"},\"AppNexus\":{\"COOKIE_NAME\":\"zwmc\",\"URL\":\"https://ib.adnxs.com/getuid?https://umto.{{domain}}/user-sync?zwmc=$UID&domain={{domain}}\"},\"PubMatic\":{\"COOKIE_NAME\":\"kfyn\",\"URL\":\"https://ads.pubmatic.com/AdServer/js/userSync.js\"},\"LiveRamp\":{\"COOKIE_NAME\":\"orev\",\"URL\":\"https://idsync.rlcdn.com/712348.gif?partner_uid=${fwuid}\"}},\"SITE_VENDORS\":[\"AppNexus\",\"Freewheel\",\"Rubicon\",\"Telaria\"],\"DEBUG\":false},\"TRANSACTION_ID\":{\"DEBUG\":false},\"USER_CONSENT\":{\"ONETRUST_SRC\":\"\",\"ONETRUST_GUID\":\"\",\"COOKIE_DOMAIN\":\"\",\"DEBUG\":false,\"ENABLED\":false},\"VERSION\":\"v2.0\",\"NAME\":\"CNN Business Edition\",\"TIMESTAMP\":[\"1\",\"713\",\"417\",\"712\",\"799\"],\"DESCRIPTION\":\"CNN Business INTL Edition\"}},\"ENABLE_RELEVANCE_USER_JS\":true,\"ENABLE_AUTO_REFRESH\":true,\"ENABLE_VIDEO_AUTOSTART_ON_ARTICLE\":false,\"ENABLE_VIDEO_AUTOSTART_ON_VIDEOLEAF\":true,\"ENABLE_VIDEO_AUTOSTART_ON_LIVESTORY\":false,\"ENABLE_AD_SLOT_CLIENT_INJECTOR\":true,\"ENABLE_ADFUEL\":true,\"ENABLE_ADFUEL_METRICS\":false,\"ENABLE_NATIVO\":true,\"ENABLE_CHARTBEAT\":true,\"ENABLE_CONTENT_RECS\":true,\"ENABLE_DATADOG_TELEMETRY\":true,\"ENABLE_DUAL_NEWSLETTERS_ARKOSE\":false,\"ENABLE_EXCLUDE_FEATURES\":false,\"ENABLE_GOOGLE_TAG_MANAGER\":true,\"ENABLE_UNDERSCORED_HUMAN_BOT_CONFIG\":true,\"UNDERSCORED_HUMAN_BOT_CONFIG_SRC\":\"https://www.cnn.com/cnn-underscored/prod/init.js\",\"ENABLE_PW_RESET_ARKOSE\":true,\"ENABLE_LIVE_STORY_UPDATES\":true,\"ENABLE_LOGIN_ARKOSE\":true,\"ENABLE_NEWSLETTERS_ARKOSE\":true,\"ENABLE_ONE_TAP_PLAY\":true,\"ENABLE_ONE_TAP_CAROUSEL\":true,\"ENABLE_OPENWEB\":true,\"ENABLE_OPENWEB_AD\":true,\"ENABLE_OPENWEB_SSO\":true,\"ENABLE_OPENWEB_MIDPROMO\":true,\"ENABLE_PAYMENT_ARKOSE\":true,\"ENABLE_ARKOSE_DATA_EXCHANGE\":true,\"ONE_TAP_PLAYLIST_ENDPOINT\":\"https://fave.api.cnn.io/v1/video-playlist?stellarUri=\",\"ENABLE_REGISTRATION_ARKOSE\":true,\"ENABLE_SERVER_AD_REGISTRIES\":true,\"ENABLE_SOVRN\":true,\"ENABLE_TAG_MANAGER\":true,\"ENABLE_USER_CONSENT\":true,\"ENABLE_USER_FIRST_LAST_NAME\":false,\"ENABLE_USER_FIRST_LAST_NAME_UPDATES\":true,\"ENABLE_WUNDERKIND\":false,\"ENABLE_ZETA\":true,\"ENABLE_ZION\":true,\"ENABLE_ZION_ANALYTICS_CLICK_EVENTS\":true,\"ENABLE_ZION_ANALYTICS_ON_OFF_EVENTS\":true,\"ENSIGHTEN_SRC\":\"https://agility.cnn.com/turner/cnn-prod/Bootstrap.js\",\"FACEBOOK_APP_ID\":\"80401312489\",\"FAVE_TOP_PLAYER\":{\"ads\":{\"default\":{\"ssai\":{\"dev\":{\"clips\":{\"enabled\":true,\"profile\":\"m6Np541neR\"},\"liveAuth\":{\"enabled\":true,\"profile\":\"UsIeS2TKlX\"},\"liveUnauth\":{\"enabled\":true,\"profile\":\"2iUzxPSeOP\"}},\"environment\":\"prod\",\"prod\":{\"clips\":{\"enabled\":true,\"profile\":\"5lycn5OPFj\"},\"liveAuth\":{\"enabled\":true,\"profile\":\"33hkbvnyaO\"},\"liveUnauth\":{\"enabled\":true,\"profile\":\"ENHa1vBbDp\"}}}},\"livestory\":{\"ssai\":{\"dev\":{\"clips\":{\"enabled\":true,\"profile\":\"N5SsGHrH8R\"},\"liveAuth\":{\"enabled\":true,\"profile\":\"UsIeS2TKlX\"},\"liveUnauth\":{\"enabled\":true,\"profile\":\"U0k3XgD9A0\"}},\"environment\":\"prod\",\"prod\":{\"clips\":{\"enabled\":true,\"profile\":\"sqKNPXeFWm\"},\"liveAuth\":{\"enabled\":true,\"profile\":\"33hkbvnyaO\"},\"liveUnauth\":{\"enabled\":true,\"profile\":\"TBn9mv6qeq\"}}}}}},\"FAVE_MEDIA_PLAYER\":\"top\",\"FOLLOW_AUDIENCE\":\"reg\",\"FOLLOW_CLIENT_ID\":\"8gi02gh2jnr3hhnr3rti04hj\",\"FOLLOW_COMPONENTS_ENABLED\":[\"follow-topics-bar\",\"user-account-my-news\",\"tooltip\"],\"FOLLOW_CONTENT_API\":\"https://content.api.cnn.com\",\"FOLLOW_CONTENT_API_UDK\":\"\",\"FOLLOW_COOKIE_NAME\":\"cnn_follow_v1\",\"FOLLOW_EXCLUDE_SECTIONS\":\"cnn-underscored\",\"FOLLOW_FEATURE_ENABLED\":true,\"GIZMO_UK_SERVER_ENDPOINT\":\"/gizmo/api/1/wingman\",\"GIZMO_UK_STRIPE_PUBLISH_KEY\":\"pk_live_51IdcnkJ8No30pLfwQoIZQCXHkAv62Y0s6hjOqbhuqOUORTluS4P1wThSRlTrh9Z78Uy41mNZWWRYrOwwKBOptyTa001tdtas8n\",\"GOOGLE_TAG_MANAGER_ID\":\"GTM-KJZD388\",\"LAZYLOAD_BUFFER_DESKTOP\":\"200\",\"LAZYLOAD_BUFFER_MOBILE\":\"400\",\"ONE_TRUST_SRC\":\"https://cdn.cookielaw.org/scripttemplates/otSDKStub.js\",\"OPTIMIZELY_BASE_SRC\":\"https://cdn.optimizely.com/public/125375509/s/\",\"OPTIMIZELY_ENV\":\"prod\",\"MARKETS_QUOTES_SRC\":\"https://markets.money.cnn.com/services/api/quotehover/multiquote.asp?symb=\",\"CNN_BUSINESS_API\":\"https://api.business.cnn.io\",\"CNN_BUSINESS_MONEY_HOST\":\"https://money.cnn.com\",\"MARKETS_SEARCH_SRC\":\"https://markets.money.cnn.com/common/symbolLookup/getSymbols.asp?jsoncallback=symbolSearch&callback=symbolSearch&render=JSON&q=\",\"MEDIUM_SERVICE_ENVIRONMENT\":\"prod\",\"OPENWEB_DEFAULT_SECTIONS\":[\"travel\",\"style\"],\"OPENWEB_LAUNCHER_SRC\":\"https://launcher.spot.im/spot/sp_hsRkxHeO\",\"OPENWEB_SSO_LAUNCHER_SRC\":\"https://launcher.spot.im/spot/sp_4hCVuB3p\",\"OPENWEB_SPOT_ID\":\"sp_hsRkxHeO\",\"OPENWEB_SSO_SPOT_ID\":\"sp_4hCVuB3p\",\"OPENWEB_PLACEMENT\":\"inline\",\"PERSONALIZED_RECIRC_API\":\"https://prod.di.api.cnn.io/recommendations\",\"PERSONALIZED_RECIRC_TENANT_ID\":\"read-next-from-article.mobileweb\",\"YOUR_PERSONALIZED_RECIRC_TENANT_ID\":\"your-cnn.web\",\"POPULARITY_API\":\"https://prod.di.api.cnn.io/popularity/popular-hydrated\",\"PRISM_APP_ID\":\"5e9f25a81c9d440000a83808\",\"PRISM_BRAND\":\"cnn\",\"PRISM_ENV\":\"prod\",\"PYMJS_SRC\":\"https://cdn.cnn.com/cnn/.e/interactive/js/lib/vendor/pym/pym.v1.min.js\",\"REGWALL_ACTIVATION_COOKIE\":\"perm_cnn_regwall_activate_v1\",\"REGWALL_ACTIVATION_METER_KEY\":\"perm_cnn_regwall_v1\",\"REGWALL_FEATURE_ENABLED\":true,\"REG_SSO_GOOGLE_ENABLED\":false,\"REG_SSO_APPLE_ENABLED\":false,\"REGWALL_STORAGE_KEY\":\"REG_WALL_METER\",\"SSO_GOOGLE_CLIENT_ID\":\"169215074403-himehoo0hs1if74qpf5be0hpn3ef7sna.apps.googleusercontent.com\",\"SSO_APPLE_CLIENT_ID\":\"com.cnn.webprod\",\"SOVRN_SRC\":\"https://get.s-onetag.com/c15ddde9-ec7d-4a49-b8ca-7a21bc4b943b/tag.min.js\",\"SEARCH_API_ENDPOINT_URL\":\"https://search.prod.di.api.cnn.io/content\",\"SERVICE_BUILD_TYPE\":\"renderer\",\"TAG_MANAGER\":\"adobe\",\"TECH_STACK\":\"stellar2.0\",\"TOP_AD_RENDER_STICKY_TIMEOUT\":\"3000\",\"TOP_AUTH_SRC\":\"https://turnip.cdn.turner.com/top/auth/2.12.1-22/auth.min.js\",\"TOP_AUTH_ENV\":\"@top_auth_env\",\"TOP_AUTH_ECID\":\"37D8CAC3-36E0-46D9-B160-CB987896CCEF\",\"TOP_AUTH_MVPD_CONFIG_URL\":\"https://tvem.cdn.turner.com/v2/getConfig?brand=CNN&platform=web&country=US\",\"TOP_AUTH_SERVICE_APP_ID\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuZXR3b3JrIjoiY25uIiwicHJvZHVjdCI6ImNubiIsInBsYXRmb3JtIjoid2ViLXRvcDIiLCJhcHBJZCI6ImNubi1jbm4td2ViLXRvcDItOWowYnI2In0.TbUdtroeG7T1gfSTUfdobssbI8vPsAX6tFEX5KI8hcA\",\"TOP_AUTH_SOFTWARE_STATEMENT\":\"eyJhbGciOiJSUzI1NiJ9.eyJzdWIiOiIyY2QwZTZiZC01ZjFlLTRhMjItYTRhMC01Njg3YzNjOWI3NTEiLCJuYmYiOjE1MzcxOTA3NTcsImlzcyI6ImF1dGguYWRvYmUuY29tIiwiaWF0IjoxNTM3MTkwNzU3fQ.tBxO0aQhj8sy6RPiDMeThvvZgBkYRNVr1VseVCV3soJZdQJO7dWCcjeNghS8Qg2pc4u7vy6MQNtABcMU25BnCEBH8xKBf4HWb49NaFQLnmdXQULpfc1Uts5_CY0ALAtMgmfEdI_lzB9a80FuEiZ4VZcGxSpy7QTgZZivBqaq9hk71Yynhik9nsCv8pcHUKBkdq5W4lMyMGbDVGlCcHepmjj3yohzyc-4_gsfqtkaJHQBBAXSSqYVTKkg6bM-1GmKm2nBhjDBTHngM3vyA0YjpZ5dVsrGkRpGdfXLnCYB_9T91h-dYV8tle_V0HiLAn_8EVOmuQmKl7BzBJlERwo8JA\",\"TOP_AUTH_SESSION_NAME\":\"com.turner.top-2.activationRegCode\",\"TOP_FREEVIEW_SRC\":\"https://turnip.cdn.turner.com/top/freeview/2.12.1-22/freeview.min.js\",\"TOP_FREEVIEW_ENV\":\"prod\",\"TOP_FREEVIEW_SECRET_KEY\":\"hhX*-sB*YqRDpgs7RFTCacJocTFarXQf\",\"PLUS_TOP_AUTH_MVPD_CONFIG_URL\":\"https://ite.api.tvemanager.ngtv.io/v2/getConfig?brand=cnnplus&platform=web&country=US\",\"EMPLOYEE_TOP_AUTH_MVPD_CONFIG_URL\":\"https://ite.api.tvemanager.ngtv.io/v2/getConfig?brand=cnnplusee&platform=web\",\"TRINITY_CONFIGURATION.domestic.michonne.features.enableMyFinance\":true,\"TRINITY_CONFIGURATION.domestic.michonne.features.enableIndexExchange\":true,\"TRINITY_CONFIGURATION.domestic.michonne.features.enablePrebid\":true,\"TRINITY_CONFIGURATION.domestic.michonne.features.enableAmazonDisplayAds\":true,\"TRINITY_CONFIGURATION.domestic.michonne.features.enableCep\":true,\"TRINITY_CONFIGURATION.domestic.michonne.features.enableIntegralAdScience\":true,\"TRINITY_CONFIGURATION.domestic.michonne.features.enableInViewRefresh\":true,\"TRINITY_CONFIGURATION.domestic.michonne.features.enableMalvertisingDetection\":true,\"TRINITY_CONFIGURATION.domestic.michonne.features.enableProximic\":true,\"TRINITY_CONFIGURATION.domestic.michonne.features.enableSourcePoint\":true,\"TRINITY_CONFIGURATION.domestic.michonne.features.enableBlockThrough\":true,\"TRINITY_CONFIGURATION.domestic.michonne.features.enableSSAI\":true,\"TRINITY_CONFIGURATION.domestic.michonne.features.enableHHID\":true,\"TRINITY_CONFIGURATION.domestic.michonne.features.enableFreewheelProgrammatic\":true,\"TRINITY_CONFIGURATION.international.michonne.features.enableMyFinance\":false,\"TRINITY_CONFIGURATION.international.michonne.features.enableIndexExchange\":false,\"TRINITY_CONFIGURATION.international.michonne.features.enablePrebid\":true,\"TRINITY_CONFIGURATION.international.michonne.features.enableAmazonDisplayAds\":true,\"TRINITY_CONFIGURATION.international.michonne.features.enableCep\":true,\"TRINITY_CONFIGURATION.international.michonne.features.enableIntegralAdScience\":true,\"TRINITY_CONFIGURATION.international.michonne.features.enableInViewRefresh\":true,\"TRINITY_CONFIGURATION.international.michonne.features.enableMalvertisingDetection\":true,\"TRINITY_CONFIGURATION.international.michonne.features.enableProximic\":true,\"TRINITY_CONFIGURATION.international.michonne.features.enableSourcePoint\":true,\"TRINITY_CONFIGURATION.international.michonne.features.enableBlockThrough\":true,\"TRINITY_CONFIGURATION.international.michonne.features.enableSSAI\":true,\"TRINITY_CONFIGURATION.international.michonne.features.enableHHID\":true,\"TRINITY_CONFIGURATION.international.michonne.features.enableFreewheelProgrammatic\":true,\"TRINITY_CONFIGURATION.siteinfo.userAccountLegalDocs\":[{\"docName\":\"TOS\",\"version\":\"1.0\",\"label\":\"By clicking Register you\\xa0confirm you have read and agree to our\\xa0<a href=\\'https://www.cnn.com/terms\\' target=\\'_blank\\'>Terms and Conditions</a>\\xa0and acknowledge our\\xa0<a href=\\'https://www.cnn.com/privacy\\' target=\\'_blank\\'>Privacy Policy.</a>\",\"type\":\"domestic\"},{\"docName\":\"TOS-Intl\",\"version\":\"1.0\",\"label\":\"By clicking Register you\\xa0confirm you have read and agree to our\\xa0<a href=\\'https://www.cnn.com/terms\\' target=\\'_blank\\'>Terms and Conditions</a>\\xa0and acknowledge our\\xa0<a href=\\'https://www.cnn.com/privacy\\' target=\\'_blank\\'>Privacy Policy.</a>\",\"type\":\"intl\"}],\"TRINITY_CONFIGURATION.domestic.michonne.autoStartDisabledMobileSections\":[\"world\",\"weather\",\"vr\",\"us\",\"uk\",\"tennis\",\"tech\",\"success\",\"sport\",\"politics\",\"perspectives\",\"opinions\",\"olympics\",\"movies\",\"motorsport\",\"middleeast\",\"media\",\"living\",\"investing\",\"india\",\"health\",\"golf\",\"football\",\"europe\",\"entertainment\",\"energy\",\"economy\",\"china\",\"cars\",\"business-india\",\"business\",\"australia\",\"asia\",\"africa\",\"americas\"],\"TRINITY_CONFIGURATION.international.michonne.autoStartDisabledMobileSections\":[\"world\",\"weather\",\"vr\",\"us\",\"uk\",\"tennis\",\"tech\",\"success\",\"sport\",\"politics\",\"perspectives\",\"opinions\",\"olympics\",\"movies\",\"motorsport\",\"middleeast\",\"media\",\"living\",\"investing\",\"india\",\"health\",\"golf\",\"football\",\"europe\",\"entertainment\",\"energy\",\"economy\",\"china\",\"cars\",\"business-india\",\"business\",\"australia\",\"asia\",\"africa\",\"americas\"],\"TRINITY_CONFIGURATION.domestic.michonne.video.fave\":{\"adobeAnalytics\":{\"enabled\":true},\"ads\":{\"ssai\":{\"dev\":{\"clips\":{\"profile\":\"m6Np541neR\"},\"liveAuth\":{\"profile\":\"UsIeS2TKlX\"},\"liveUnauth\":{\"profile\":\"2iUzxPSeOP\"}},\"prod\":{\"clips\":{\"profile\":\"5lycn5OPFj\"},\"liveAuth\":{\"profile\":\"33hkbvnyaO\"},\"liveUnauth\":{\"profile\":\"ENHa1vBbDp\"}}}},\"amazonA9\":{\"enabled\":true,\"refreshedTargetingData\":{\"timeout\":1000},\"targetingData\":{\"timeout\":500}},\"autoplayMuteEnabledPages\":{\"sections\":[\"business\",\"entertainment\",\"health\",\"homepage\",\"intl_homepage\",\"opinions\",\"politics\",\"us\",\"videos\",\"vr\",\"world\"]},\"chartbeat\":{\"enabled\":true},\"conviva\":{\"applicationName\":\"CNN-FAVE\",\"custom\":{\"applicationName\":\"CNN-Web\",\"applicationNameByVertical\":{\"business\":\"CNN-Web-Business\"}},\"customerKey\":\"a6709203f34992a5095d2bc7ceaf2ec504f651a8\",\"enabled\":true,\"gatewayUrl\":\"\",\"integration\":\"conviva\"},\"cssUrl\":\"https://registry.api.cnn.io/bundles/fave/latest-4.x/css\",\"enabledPageTypes\":{\"exclude\":{\"article\":[\"studentnews\"],\"section\":[\"studentnews\"],\"video\":[\"studentnews\"]}},\"enableFaveContentXml\":true,\"freewheel\":{\"globalAdTimer\":{\"adComplete\":{\"errorCode\":{\"skip\":\"SKIP_CURRENT_AD_COMPLETE\",\"stop\":\"STOP_CURRENT_AD_COMPLETE\"},\"timeout\":30000,\"type\":\"adComplete\"},\"adWaterfall\":{\"errorCode\":{\"skip\":\"SKIP_CURRENT_AD_WATERFALL\",\"stop\":\"STOP_CURRENT_AD_WATERFALL\"},\"timeout\":30000,\"type\":\"adWaterfall\"},\"enabled\":true,\"errorInfo\":{\"skip\":\"A custom global ad timeout of {timeout} milliseconds caused the skipCurrentAd() function to be invoked. Attempt {skipCurrentAdAttempts} of {maxSkipCurrentAdAttempts}. Type: {type}\",\"stop\":\"The maximum of {maxSkipCurrentAdAttempts} skip current ad attempts has been exceeded causing the stop() function to be invoked. Timeout: {timeout} milliseconds. Type: {type}.\"},\"maxSkipCurrentAdAttempts\":0}},\"iframe\":\"<iframe width=\\\\\"416\\\\\" height=\\\\\"234\\\\\" src=\\\\\"//fave.api.cnn.io/v1/fav/?video={video}&customer=cnn&edition={edition}&env={env}\\\\\" frameborder=\\\\\"0\\\\\"></iframe>\",\"injectCss\":false,\"injectorJs\":{\"featureName\":\"cnn-fave-lib\",\"source\":\"https://registry.api.cnn.io/bundles/fave/latest-4.x/js\"},\"live\":{\"enabled\":true,\"enabledLiveStreams\":[\"cvplive/cvpstream0\",\"cvplive/cvpstream1\",\"cvplive/cvpstream2\",\"cvplive/cvpstream3\",\"cvplive/cvpstream4\",\"cvplive/cnngo\",\"cvplive/cnniuk\"]},\"mediaPlayer\":\"top\",\"oneTapEnabledPages\":{\"pageTypes\":[\"section\"],\"sections\":[\"homepage\",\"intl_homepage\",\"business\",\"health\",\"opinions\",\"politics\",\"us\",\"world\"]},\"oneClickEnabledPages\":{\"pageTypes\":[\"section\"],\"sections\":[\"homepage\",\"intl_homepage\"]},\"openMeasurement\":{\"enabled\":true},\"optimizely\":{\"enabled\":true},\"player\":{\"autoplay\":{\"compatibility\":{\"testMobile\":true},\"muted\":{\"desktop\":{\"enabled\":true,\"viewportChange\":{\"pauseVideoOnViewportChange\":true,\"playerInViewportPercent\":50}},\"mobile\":{\"enabled\":true,\"viewportChange\":{\"pauseVideoOnViewportChange\":true,\"playerInViewportPercent\":50}},\"unmuteCTA\":{\"variant\":{\"shrink\":false,\"wave\":false}}}},\"autoStopLive\":{\"timeout\":1200000},\"closedCaptionsOn\":false,\"closedCaptionsThreshold\":0.2,\"maxBitrate\":\"1500000\",\"message\":{\"liveOffline\":\"The live stream went offline.<br/>Player will resume on rebroadcast.\",\"error\":\"The video player encountered an error.\"},\"poster\":{\"big\":\"768x432\",\"small\":\"640x360\",\"override\":true,\"overrideImages\":{\"big\":\"medium\",\"small\":\"small\"}},\"screenOrientationManager\":{\"fullscreenOnLandscape\":true},\"stateRemembrance\":{\"closedCaptions\":{\"enabled\":true}},\"ui\":{\"theme\":{\"adCountdown\":{\"shouldRender\":false}}},\"vr\":{\"clickAndDragCta\":{\"enabled\":true}}},\"prebid\":{\"enabled\":false},\"server\":{\"medium\":{\"enabled\":true,\"environment\":\"prod\"}},\"stellar\":{\"ads\":{\"default\":{\"ssai\":{\"dev\":{\"clips\":{\"enabled\":true,\"profile\":\"m6Np541neR\"},\"liveAuth\":{\"enabled\":true,\"profile\":\"UsIeS2TKlX\"},\"liveUnauth\":{\"enabled\":true,\"profile\":\"2iUzxPSeOP\"}},\"environment\":\"prod\",\"prod\":{\"clips\":{\"enabled\":true,\"profile\":\"5lycn5OPFj\"},\"liveAuth\":{\"enabled\":true,\"profile\":\"33hkbvnyaO\"},\"liveUnauth\":{\"enabled\":true,\"profile\":\"ENHa1vBbDp\"}}}},\"fastLiveStreamDesktopWeb\":{\"ssai\":{\"dev\":{\"liveUnauth\":{\"enabled\":true,\"profile\":\"jd7CwJlXEW\"}},\"environment\":\"prod\",\"prod\":{\"liveUnauth\":{\"enabled\":true,\"profile\":\"jd7CwJlXEW\"}}}},\"fastLiveStreamMobileWeb\":{\"ssai\":{\"dev\":{\"liveUnauth\":{\"enabled\":true,\"profile\":\"JEIXPY2Q3E\"}},\"environment\":\"prod\",\"prod\":{\"liveUnauth\":{\"enabled\":true,\"profile\":\"JEIXPY2Q3E\"}}}},\"livestory\":{\"ssai\":{\"dev\":{\"clips\":{\"enabled\":true,\"profile\":\"N5SsGHrH8R\"},\"liveAuth\":{\"enabled\":true,\"profile\":\"UsIeS2TKlX\"},\"liveUnauth\":{\"enabled\":true,\"profile\":\"U0k3XgD9A0\"}},\"environment\":\"prod\",\"prod\":{\"clips\":{\"enabled\":true,\"profile\":\"sqKNPXeFWm\"},\"liveAuth\":{\"enabled\":true,\"profile\":\"33hkbvnyaO\"},\"liveUnauth\":{\"enabled\":true,\"profile\":\"TBn9mv6qeq\"}}}},\"verticalVideo\":{\"ssai\":{\"dev\":{\"clips\":{\"enabled\":true,\"profile\":\"38PbsVgxaq\"}},\"environment\":\"prod\",\"prod\":{\"clips\":{\"enabled\":true,\"profile\":\"38PbsVgxaq\"}}}}},\"fastLiveStreams\":[\"livec76319f599742ab668c8b3ba6dcfed3ce7e817ad\",\"live89dc8d181af9acac4036fff1055df79a4d4ee33d\",\"live51fd6cf689647b6d6ca0bcd2d6f4e69c30dbdc49\",\"livedbcedb554833b248c3ce8374acd2bbcd3983d7dd\"],\"mediaPlayer\":\"top\"},\"windows7PreferredFileType\":\"mp4\",\"zion\":{\"bridgeEnabled\":true,\"enabled\":true,\"enableLogging\":false,\"environment\":\"prod\"}},\"TRINITY_CONFIGURATION.international.michonne.video.fave\":{\"adobeAnalytics\":{\"enabled\":true},\"ads\":{\"ssai\":{\"dev\":{\"clips\":{\"profile\":\"TMhPsequTq\"},\"liveAuth\":{\"profile\":\"56bYhbIS7X\"},\"liveUnauth\":{\"profile\":\"56bYhbIS7X\"}},\"prod\":{\"clips\":{\"profile\":\"TMhPsequTq\"},\"liveAuth\":{\"profile\":\"56bYhbIS7X\"},\"liveUnauth\":{\"profile\":\"56bYhbIS7X\"}}}},\"amazonA9\":{\"enabled\":true,\"refreshedTargetingData\":{\"timeout\":1000},\"targetingData\":{\"timeout\":500}},\"autoplayMuteEnabledPages\":{\"sections\":[\"business\",\"entertainment\",\"health\",\"homepage\",\"intl_homepage\",\"opinions\",\"politics\",\"us\",\"videos\",\"vr\",\"world\"]},\"chartbeat\":{\"enabled\":true},\"conviva\":{\"applicationName\":\"CNN-FAVE\",\"custom\":{\"applicationName\":\"CNN-Web\",\"applicationNameByVertical\":{\"business\":\"CNN-Web-Business\"}},\"customerKey\":\"a6709203f34992a5095d2bc7ceaf2ec504f651a8\",\"enabled\":true,\"gatewayUrl\":\"\",\"integration\":\"conviva\"},\"cssUrl\":\"https://registry.api.cnn.io/bundles/fave/latest-4.x/css\",\"enabledPageTypes\":{\"exclude\":{\"article\":[\"studentnews\"],\"section\":[\"studentnews\"],\"video\":[\"studentnews\"]}},\"enableFaveContentXml\":true,\"freewheel\":{\"globalAdTimer\":{\"adComplete\":{\"errorCode\":{\"skip\":\"SKIP_CURRENT_AD_COMPLETE\",\"stop\":\"STOP_CURRENT_AD_COMPLETE\"},\"timeout\":30000,\"type\":\"adComplete\"},\"adWaterfall\":{\"errorCode\":{\"skip\":\"SKIP_CURRENT_AD_WATERFALL\",\"stop\":\"STOP_CURRENT_AD_WATERFALL\"},\"timeout\":30000,\"type\":\"adWaterfall\"},\"enabled\":true,\"errorInfo\":{\"skip\":\"A custom global ad timeout of {timeout} milliseconds caused the skipCurrentAd() function to be invoked. Attempt {skipCurrentAdAttempts} of {maxSkipCurrentAdAttempts}. Type: {type}\",\"stop\":\"The maximum of {maxSkipCurrentAdAttempts} skip current ad attempts has been exceeded causing the stop() function to be invoked. Timeout: {timeout} milliseconds. Type: {type}.\"},\"maxSkipCurrentAdAttempts\":0}},\"iframe\":\"<iframe width=\\\\\"416\\\\\" height=\\\\\"234\\\\\" src=\\\\\"//fave.api.cnn.io/v1/fav/?video={video}&customer=cnn&edition={edition}&env={env}\\\\\" frameborder=\\\\\"0\\\\\"></iframe>\",\"injectCss\":false,\"injectorJs\":{\"featureName\":\"cnn-fave-lib\",\"source\":\"https://registry.api.cnn.io/bundles/fave/latest-4.x/js\"},\"live\":{\"enabled\":true,\"enabledLiveStreams\":[\"cvplive/cvpstream0\",\"cvplive/cvpstream1\",\"cvplive/cvpstream2\",\"cvplive/cvpstream3\",\"cvplive/cvpstream4\",\"cvplive/cnngo\",\"cvplive/cnniuk\"]},\"mediaPlayer\":\"top\",\"oneTapEnabledPages\":{\"pageTypes\":[\"section\"],\"sections\":[\"homepage\",\"intl_homepage\",\"business\",\"health\",\"opinions\",\"politics\",\"us\",\"world\"]},\"oneClickEnabledPages\":{\"pageTypes\":[\"section\"],\"sections\":[\"homepage\",\"intl_homepage\"]},\"openMeasurement\":{\"enabled\":true},\"optimizely\":{\"enabled\":true},\"player\":{\"autoplay\":{\"compatibility\":{\"testMobile\":true},\"muted\":{\"desktop\":{\"enabled\":true,\"viewportChange\":{\"pauseVideoOnViewportChange\":true,\"playerInViewportPercent\":50}},\"mobile\":{\"enabled\":true,\"viewportChange\":{\"pauseVideoOnViewportChange\":true,\"playerInViewportPercent\":50}},\"unmuteCTA\":{\"variant\":{\"shrink\":false,\"wave\":false}}}},\"autoStopLive\":{\"timeout\":1200000},\"closedCaptionsOn\":false,\"closedCaptionsThreshold\":0.2,\"maxBitrate\":\"1500000\",\"message\":{\"liveOffline\":\"The live stream went offline.<br/>Player will resume on rebroadcast.\",\"error\":\"The video player encountered an error.\"},\"poster\":{\"big\":\"768x432\",\"small\":\"640x360\",\"override\":true,\"overrideImages\":{\"big\":\"medium\",\"small\":\"small\"}},\"screenOrientationManager\":{\"fullscreenOnLandscape\":true},\"stateRemembrance\":{\"closedCaptions\":{\"enabled\":true}},\"ui\":{\"theme\":{\"adCountdown\":{\"shouldRender\":false}}},\"vr\":{\"clickAndDragCta\":{\"enabled\":true}}},\"prebid\":{\"enabled\":true},\"server\":{\"medium\":{\"enabled\":true,\"environment\":\"prod\"}},\"stellar\":{\"ads\":{\"default\":{\"ssai\":{\"dev\":{\"clips\":{\"enabled\":true,\"profile\":\"m6Np541neR\"},\"liveAuth\":{\"enabled\":true,\"profile\":\"UsIeS2TKlX\"},\"liveUnauth\":{\"enabled\":true,\"profile\":\"2iUzxPSeOP\"}},\"environment\":\"prod\",\"prod\":{\"clips\":{\"enabled\":true,\"profile\":\"5lycn5OPFj\"},\"liveAuth\":{\"enabled\":true,\"profile\":\"33hkbvnyaO\"},\"liveUnauth\":{\"enabled\":true,\"profile\":\"ENHa1vBbDp\"}}}},\"fastLiveStreamDesktopWeb\":{\"ssai\":{\"dev\":{\"liveUnauth\":{\"enabled\":true,\"profile\":\"5I8NQT75Ti\"}},\"environment\":\"prod\",\"prod\":{\"liveUnauth\":{\"enabled\":true,\"profile\":\"5I8NQT75Ti\"}}}},\"fastLiveStreamMobileWeb\":{\"ssai\":{\"dev\":{\"liveUnauth\":{\"enabled\":true,\"profile\":\"NwRsq2FBUw\"}},\"environment\":\"prod\",\"prod\":{\"liveUnauth\":{\"enabled\":true,\"profile\":\"NwRsq2FBUw\"}}}},\"livestory\":{\"ssai\":{\"dev\":{\"clips\":{\"enabled\":true,\"profile\":\"N5SsGHrH8R\"},\"liveAuth\":{\"enabled\":true,\"profile\":\"UsIeS2TKlX\"},\"liveUnauth\":{\"enabled\":true,\"profile\":\"U0k3XgD9A0\"}},\"environment\":\"prod\",\"prod\":{\"clips\":{\"enabled\":true,\"profile\":\"sqKNPXeFWm\"},\"liveAuth\":{\"enabled\":true,\"profile\":\"33hkbvnyaO\"},\"liveUnauth\":{\"enabled\":true,\"profile\":\"TBn9mv6qeq\"}}}},\"verticalVideo\":{\"ssai\":{\"dev\":{\"clips\":{\"enabled\":true,\"profile\":\"38PbsVgxaq\"}},\"environment\":\"prod\",\"prod\":{\"clips\":{\"enabled\":true,\"profile\":\"38PbsVgxaq\"}}}}},\"fastLiveStreams\":[\"livec76319f599742ab668c8b3ba6dcfed3ce7e817ad\",\"live89dc8d181af9acac4036fff1055df79a4d4ee33d\",\"live51fd6cf689647b6d6ca0bcd2d6f4e69c30dbdc49\",\"livedbcedb554833b248c3ce8374acd2bbcd3983d7dd\"],\"mediaPlayer\":\"top\"},\"windows7PreferredFileType\":\"mp4\",\"zion\":{\"bridgeEnabled\":true,\"enabled\":true,\"enableLogging\":false,\"environment\":\"prod\"}},\"TRINITY_CONFIGURATION.domestic.michonne.features.enableAutoplayMuted\":false,\"TRINITY_CONFIGURATION.international.michonne.features.enableAutoplayMuted\":false,\"TRINITY_CONFIGURATION.domestic.michonne.features.enableAutoplayBlock\":false,\"TRINITY_CONFIGURATION.international.michonne.features.enableAutoplayBlock\":false,\"TRINITY_CONFIGURATION.domestic.michonne.ads.adfuelOptionsOverrides\":{\"business\":{},\"default\":{}},\"TRINITY_CONFIGURATION.international.michonne.ads.adfuelOptionsOverrides\":{\"business\":{},\"default\":{}},\"USER_CONSENT_COOKIE\":\"OptanonConsent\",\"USER_CONSENT_COOKIE_DOMAIN\":\".cnn.com\",\"USER_CONSENT_COOKIE_SAMESITE\":\"None\",\"USER_CONSENT_COOKIE_SECURE\":true,\"USER_CONSENT_CONFIRM_COOKIE\":\"OptanonAlertBoxClosed\",\"USER_CONSENT_DOM_ID\":\"3d9a6f21-8e47-43f8-8d58-d86150f3e92b\",\"USER_CONSENT_GPC_FIX_COOKIE\":\"SecGpc\",\"USER_ACCOUNT_AVATAR_BASE_URL\":\"https://d2otbl5v981rj6.cloudfront.net/static/images/avatars/\",\"USER_ACCOUNT_ENABLED\":true,\"USER_ACCOUNT_PAYMENTS_ENABLED\":true,\"USER_ACCOUNT_RESTRICTED_VIEWS_ENABLED\":true,\"USER_SERVICES_ENABLED\":true,\"USER_ACCOUNT_ONBOARDING_ENABLED\":true,\"USER_ACCOUNT_MOTIF_ENABLED\":true,\"VIDEO_EMBED_URL\":\"https://fave.api.cnn.io/v1/fav/\",\"AMP_VIDEO_EMBED_URL\":\"https://fave-api.cnn.com/v1/amp/\",\"NEWSLETTER_ACQUISITION_ENABLED\":true,\"NEWSLETTER_LANDING_ACQUISITION_ENABLED\":true,\"WOPR_API_URL\":\"https://wopr.turnerapps.com\",\"WUNDERKIND_SRC\":\"https://tag.bounceexchange.com/340/i.js\",\"ZETA_SITE_ID\":\"cnn\",\"ZETA_CLIENT_HASH_KEY\":\"16b6410431b6374e780104abb0443ca8\",\"ZETA_PARTNER_HASH_KEY\":\"34747f0775f02a6784bb965de6833e73\",\"ZETA_SHORT_NAME\":\"cnn-pixel-8786\",\"ZION_API_KEY\":\"mXFw59FFEpUNOu3aeVJChKAsqAlZ4NEf\",\"ZION_BEHAVIOURAL_ENABLED_PAGE_VARIANTS\":[\"article_leaf\",\"markets\"],\"ZION_CLICK_OBSERVED_COMPONENTS\":[\"footer\",\"gallery\",\"header\",\"related-content\",\"video\",\"image\"],\"ZION_ENV\":\"Prod\",\"ZION_ON_OFF_OBSERVED_COMPONENTS\":[\"bizdev-outbrain\",\"footer\",\"headline\",\"paragraph\",\"related-content\",\"market-tabbed-container\",\"market-fng-indicator\"],\"ZION_SRC\":\"https://z.cdp-dev.cnn.com/zion-web-client/3.0/zion-web-client.min.js\",\"ZION_TELEMETRY_ENDPOINT\":\"//zion-telemetry.api.cnn.io\",\"FAVE_SRC\":\"https://registry.api.cnn.io/bundles/fave/latest-4.x/js\",\"PARSELY_SRC\":\"@parsely_src\",\"SSE_HOST\":\"https://sse01.cnn.com\",\"UNDERSCORED_GET_AFFILIATE_TAG_API_URL\":\"https://bvrmvkrkie.execute-api.us-east-1.amazonaws.com/v1/get-affiliate-tag\",\"UNDERSCORED_API_HOST\":\"web-prod-ursd0001\",\"UNDERSCORED_ACCESS_KEY\":\"produnderscoredaccesskey\",\"MOBILE_GOOGLE_AD_ACCOUNT_ID\":\"8663477\",\"PUBLIC_GOOD_WIDGET_ENABLED\":true,\"PUBLIC_GOOD_WIDGET_SRC\":\"https://assets.publicgood.com/pgm/v1/dpg.js\",\"PUBLIC_GOOD_WIDGET_CONFIG_CLASS\":\"pgs-dpg-btn\",\"PUBLIC_GOOD_WIDGET_CONFIG_PARTNER_ID\":\"cnn\",\"PUBLIC_GOOD_WIDGET_CONFIG_TARGET_TYPE\":\"campaign\",\"MOBILE_WATCH_NEXT_URL\":\"https://prod.di.api.cnn.io/recs/v1/WatchNextVideo\",\"MOBILE_SUPPORTED_SECTIONS\":[\"mobile-app\",\"opinions\",\"world\",\"us\",\"politics\",\"business\",\"health\",\"entertainment\",\"travel\",\"sport\",\"style\",\"videos\",\"weather\",\"homepage\",\"tv\",\"series\",\"wbd\",\"yourcnn\",\"bleacherreport\",\"video_vertical\"],\"ENABLE_AMP_EXCLUDE_TEST\":true,\"AMP_EXCLUDE_SECTIONS\":\"[]\",\"AMP_EXCLUDE_PAGE_TYPES\":[\"video\",\"gallery\"],\"FORCE_WEBP_IMAGES\":true,\"POLITICS_ELECTION_CONTEXT_FEED\":\"https://politics.api.cnn.io/available-races/all/index.json\",\"POLITICS_FEATURE_FLAG_BASEPATH\":\"https://politics-static.cnn.io/2021/feature-flags\",\"POLITICS_FEED_URL_BASEPATH\":\"https://politics.api.cnn.io\",\"POLITICS_MAP_URL_BASEPATH\":\"https://atlas.cnn.io/us\",\"POLITICS_STATIC_ASSETS_BASEPATH\":\"https://politics-static.cnn.io/\",\"RTCCONFIG_APS_PUB_ID\":\"3159\",\"CNN_DATA_API\":\"https://data.api.cnn.io\",\"PLEDGE_DONATION_ENABLED\":true,\"PLEDGE_DONATION_SRC\":\"https://www.pledge.to/assets/widget.js\",\"PLEDGE_DONATION_CONFIG_CLASS\":\"plg-donate\",\"AWS_REGION\":\"us-east-2\"}</script>\\n\\n <meta charset=\"utf-8\">\\n <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\\n <meta name=\"viewport\" content=\"width=device-width,initial-scale=1,shrink-to-fit=no\">\\n\\n <!-- data-editable=\"head\" -->\\n <!-- data-uri=\"cms.cnn.com/_components/meta-title/instances/electioncenter_2024_20240305_AL_overview_meta@published\" -->\\n <title>Alabama Democratic and Republican primary election results and maps 2024 | CNN Politics</title>\\n<meta property=\"og:title\" content=\"Alabama Democratic and Republican primary election results and maps 2024 | CNN Politics\">\\n<meta name=\"twitter:title\" content=\"Alabama Democratic and Republican primary election results and maps 2024 | CNN Politics\">\\n\\n <!-- data-uri=\"cms.cnn.com/_components/meta-description/instances/electioncenter_2024_20240305_AL_overview_meta@published\" -->\\n<meta name=\"description\" content=\"View Alabama election results and maps for the 2024 Democratic and Republican primary elections. For more information, visit cnn.com/election.\">\\n<meta name=\"twitter:description\" content=\"View Alabama election results and maps for the 2024 Democratic and Republican primary elections. For more information, visit cnn.com/election.\">\\n<meta name=\"og:description\" content=\"View Alabama election results and maps for the 2024 Democratic and Republican primary elections. For more information, visit cnn.com/election.\">\\n\\n <!-- data-uri=\"cms.cnn.com/_components/meta-image/instances/electioncenter_2024_20240305_AL_overview_meta@published\" -->\\n <meta name=\"twitter:image\" content=\"https://politics-static.cnn.io/2024/images/social/overview/alabama.png\">\\n <meta property=\"og:image\" content=\"https://politics-static.cnn.io/2024/images/social/overview/alabama.png\">\\n\\n \\n<!-- data-uri=\"cms.cnn.com/_components/meta-page/instances/electioncenter_2024_20240305_AL_overview_meta@published\" -->\\n<meta name=\"template_type\" content=\"landing_section\">\\n<meta property=\"og:type\" content=\"website\">\\n<meta name=\"type\" content=\"section\">\\n<meta name=\"meta-section\" content=\"politics\">\\n<meta name=\"meta-branding\" content=\"2024-electioncenter-primaries\">\\n<meta name=\"theme\" content=\"politics\">\\n<meta name=\"twitter:card\" content=\"summary_large_image\">\\n\\n\\n<link href=\"/media/sites/cnn/apple-touch-icon.png\" rel=\"apple-touch-icon\" type=\"image/png\">\\n<script>\\n window.CNN = window.CNN || {};\\n window.CNN.ads = {\"lazyLoad\":true,\"registry\":[{\"rktr_deployed_date\":\"2024-04-18 01:21:26\",\"rktr_slot_id\":\"page\",\"rktr_id\":\"cnni_landing\",\"gpt_id\":\"8663477\",\"site\":\"cnni_2\",\"root\":\"CNNI\",\"child_directed_treatment\":false,\"targeting\":[]},{\"rktr_slot_id\":\"ad_bnr_atf_01\",\"rktr_ad_id\":\"CNNi/politics/elections/landing\",\"sizes\":[[1,1],[1,2],[2,2],[320,50],[728,90],[970,66],[970,90],[970,250],[\"fluid\"]],\"targeting\":[[\"pos\",[\"bnr_atf_01\"]]],\"responsive\":[[[\"1024\",\"0\"],[[\"970\",\"250\"],[\"970\",\"90\"],[\"970\",\"66\"],[\"728\",\"90\"],[\"2\",\"2\"],[\"1\",\"2\"],[\"1\",\"1\"],[\"fluid\"]]],[[\"728\",\"0\"],[[\"970\",\"250\"],[\"970\",\"90\"],[\"970\",\"66\"],[\"728\",\"90\"],[\"2\",\"2\"],[\"1\",\"2\"],[\"1\",\"1\"],[\"fluid\"]]],[[\"0\",\"0\"],[[\"2\",\"2\"],[\"1\",\"2\"],[\"1\",\"1\"],[\"fluid\"]]]]},{\"rktr_slot_id\":\"ad_rect_atf_01\",\"rktr_ad_id\":\"CNNi/politics/elections/landing\",\"sizes\":[[1,2],[300,250],[\"fluid\"]],\"targeting\":[[\"pos\",[\"rect_atf_01\"]]],\"responsive\":[[[\"1024\",\"0\"],[[\"300\",\"250\"],[\"1\",\"2\"],[\"fluid\"]]],[[\"728\",\"0\"],[[\"300\",\"250\"],[\"1\",\"2\"],[\"fluid\"]]],[[\"0\",\"0\"],[[\"300\",\"250\"],[\"1\",\"2\"],[\"fluid\"]]]]},{\"rktr_slot_id\":\"ad_rect_btf_01\",\"rktr_ad_id\":\"CNNi/politics/elections/landing\",\"sizes\":[[1,2],[300,250],[300,251],[\"fluid\"]],\"hasInViewRefresh\":true,\"inViewRefreshCount\":\"5\",\"inViewRefreshInterval\":\"35\",\"targeting\":[[\"pos\",[\"rect_btf_01\"]]],\"responsive\":[[[\"1024\",\"0\"],[[\"300\",\"251\"],[\"300\",\"250\"],[\"1\",\"2\"],[\"fluid\"]]],[[\"728\",\"0\"],[[\"300\",\"251\"],[\"300\",\"250\"],[\"1\",\"2\"],[\"fluid\"]]],[[\"0\",\"0\"],[[\"300\",\"251\"],[\"300\",\"250\"],[\"1\",\"2\"],[\"fluid\"]]]]},{\"rktr_slot_id\":\"ad_bnr_btf_01\",\"rktr_ad_id\":\"CNNi/politics/elections/landing\",\"sizes\":[[1,1],[320,50],[728,90],[970,66],[970,90],[970,250]],\"hasInViewRefresh\":true,\"inViewRefreshCount\":\"5\",\"inViewRefreshInterval\":\"35\",\"targeting\":[[\"pos\",[\"bnr_btf_01\"]]],\"responsive\":[[[\"1024\",\"0\"],[[\"970\",\"250\"],[\"970\",\"90\"],[\"970\",\"66\"],[\"1\",\"1\"]]],[[\"728\",\"0\"],[[\"728\",\"90\"],[\"1\",\"1\"]]],[[\"0\",\"0\"],[\"suppress\"]]]},{\"rktr_slot_id\":\"ad_bnr_btf_02\",\"rktr_ad_id\":\"CNNi/politics/elections/landing\",\"sizes\":[[1,1],[728,90],[970,250]],\"hasInViewRefresh\":true,\"inViewRefreshCount\":\"5\",\"inViewRefreshInterval\":\"35\",\"targeting\":[[\"pos\",[\"bnr_btf_02\"]]],\"responsive\":[[[\"1024\",\"0\"],[[\"970\",\"250\"],[\"728\",\"90\"],[\"1\",\"1\"]]],[[\"728\",\"0\"],[[\"970\",\"250\"],[\"728\",\"90\"],[\"1\",\"1\"]]],[[\"0\",\"0\"],[[\"1\",\"1\"]]]]},{\"rktr_slot_id\":\"ad_bnr_btf_03\",\"rktr_ad_id\":\"CNNi/politics/elections/landing\",\"sizes\":[[1,1]],\"hasInViewRefresh\":true,\"inViewRefreshCount\":\"5\",\"inViewRefreshInterval\":\"35\",\"targeting\":[[\"pos\",[\"bnr_btf_03\"]]],\"responsive\":[[[\"1024\",\"0\"],[[\"1\",\"1\"]]],[[\"728\",\"0\"],[[\"1\",\"1\"]]],[[\"0\",\"0\"],[[\"1\",\"1\"]]]]},{\"rktr_slot_id\":\"ad_bnr_btf_04\",\"rktr_ad_id\":\"CNNi/politics/elections/landing\",\"sizes\":[[1,1],[1,2],[728,90],[728,91],[970,66],[970,90],[970,91],[970,250]],\"hasInViewRefresh\":true,\"inViewRefreshCount\":\"5\",\"inViewRefreshInterval\":\"35\",\"targeting\":[[\"pos\",[\"bnr_btf_04\"]]],\"responsive\":[[[\"1024\",\"0\"],[[\"970\",\"250\"],[\"970\",\"91\"],[\"970\",\"90\"],[\"970\",\"66\"],[\"728\",\"91\"],[\"728\",\"90\"],[\"1\",\"2\"],[\"1\",\"1\"]]],[[\"728\",\"0\"],[[\"728\",\"91\"],[\"728\",\"90\"],[\"1\",\"2\"],[\"1\",\"1\"]]],[[\"0\",\"0\"],[[\"1\",\"1\"]]]]},{\"rktr_slot_id\":\"ad_rect_btf_02\",\"rktr_ad_id\":\"CNNi/politics/elections/landing\",\"sizes\":[[1,1],[300,600],[300,250]],\"hasInViewRefresh\":true,\"inViewRefreshCount\":\"5\",\"inViewRefreshInterval\":\"35\",\"targeting\":[[\"pos\",[\"rect_btf_02\"]]],\"responsive\":[[[\"1024\",\"0\"],[[\"300\",\"600\"],[\"300\",\"250\"]]],[[\"728\",\"0\"],[[\"300\",\"600\"],[\"300\",\"250\"]]],[[\"0\",\"0\"],[[\"300\",\"250\"]]]]},{\"rktr_slot_id\":\"ad_rect_btf_03\",\"rktr_ad_id\":\"CNNi/politics/elections/landing\",\"sizes\":[[1,1],[300,250],[2,2]],\"targeting\":[[\"pos\",[\"rect_btf_03\"]]],\"responsive\":[[[\"1024\",\"0\"],[\"suppress\"]],[[\"728\",\"0\"],[\"suppress\"]],[[\"0\",\"0\"],[\"suppress\"]]]},{\"rktr_slot_id\":\"ad_ns_atf_01\",\"rktr_ad_id\":\"CNNi/politics/elections/landing\",\"sizes\":[[1,2],[140,42],[200,60]],\"targeting\":[[\"pos\",[\"ns_atf_01\"]]],\"responsive\":[[[\"1024\",\"0\"],[[\"200\",\"60\"],[\"1\",\"2\"]]],[[\"728\",\"0\"],[[\"200\",\"60\"],[\"140\",\"42\"],[\"1\",\"2\"]]],[[\"0\",\"0\"],[[\"200\",\"60\"],[\"140\",\"42\"],[\"1\",\"2\"]]]]}],\"registryPath\":\"international/politics/elections/landing\",\"showAds\":true,\"rktr_ad_id\":\"CNNi/politics/elections/landing\"};\\n \\n window.CNN.contentModel = {\\n _wedgerId: \\'\\',\\n _wedgerLegacyCmsId: \\'\\',\\n analytics: {\\n authors: \\'\\',\\n chartbeat: {\\n sections: \\'politics\\'\\n }\\n },\\n author: \\'\\',\\n brandSite: \\'cnn\\',\\n branding: {\\n key: \\'2024-electioncenter-primaries\\',\\n spec: \\'\\',\\n displayName: \\'2024-electioncenter-primaries\\'\\n },\\n canonicalUrl: \\'https://www.cnn.com/election/2024/primaries-and-caucuses/results/alabama\\',\\n pageStellarId: \\'L19wYWdlcy9lbGVjdGlvbmNlbnRlcl8yMDI0XzIwMjQwMzA1X0FMX292ZXJ2aWV3X3BhZ2U&#x3D;\\',\\n firstCanonicalUrl: \\'https://www.cnn.com/election/2024/primaries-and-caucuses/results/alabama\\',\\n cmsId: document.querySelector(\\'html\\').dataset.uri,\\n commentsEnabled: \\'false\\',\\n edition: true,\\n environment: \\'prod\\',\\n headline: \\'Presidential and Congressional Primaries: Alabama Results 2024\\',\\n isSponsorship: false,\\n last_updated_date: \\'2024-03-27T15:42:00.058Z\\',\\n pageType: \\'section\\',\\n pageTags: \\'\\',\\n published_date: \\'2024-03-05T13:07:27.238Z\\',\\n section: \\'politics\\',\\n subsection: \\'elections\\',\\n subsubsection: \\'\\',\\n sourceId: \\'cms.cnn.com/_pages/electioncenter_2024_20240305_AL_overview_page@published\\',\\n techStack: \\'stellar2.0\\',\\n templateType: \\'landing_section\\',\\n vertical: \\'politics\\'\\n };\\n window.CNN.omniture = {\\n ...(window.CNN.omniture || {}),\\n branding_content_page: \\'2024-electioncenter-primaries\\',\\n cap_author: \\'\\',\\n cap_content_type: \\'landing_section\\',\\n content_id: document.querySelector(\\'html\\').dataset.uri,\\n content_type: \\'adbp:none\\',\\n gallery_name: \\'\\',\\n headline: \\'Presidential and Congressional Primaries: Alabama Results 2024\\',\\n last_updated_date: \\'2024/03/27\\',\\n publish_date: \\'2024/03/05\\',\\n rs_flag: \\'prod\\',\\n section: [\\n \\'politics\\',\\n \\'elections\\',\\n \\'\\'\\n ],\\n source_id: \\'cms.cnn.com/_pages/electioncenter_2024_20240305_AL_overview_page@published\\',\\n template_type: \\'landing_section\\',\\n video_opportunity: document.querySelectorAll(\\'*[data-uri*=\"/_components/video-resource/\"]\\').length,\\n \\n cap_genre: \\'\\',\\n cap_topic: \\'\\',\\n screen_state: \\'default\\'\\n };\\n\\n window.CNN.metadata = {\"content\":{\"author\":[],\"branding\":[{\"sponsorship\":\"2024-electioncenter-primaries\",\"value\":\"2024-electioncenter-primaries\"}],\"byline\":\"\",\"canonicalUrl\":\"https://www.cnn.com/election/2024/primaries-and-caucuses/results/alabama\",\"firstCanonicalUrl\":\"https://www.cnn.com/election/2024/primaries-and-caucuses/results/alabama\",\"headline\":\"Presidential and Congressional Primaries: Alabama Results 2024\",\"identifiers\":{\"pageStellarId\":\"L19wYWdlcy9lbGVjdGlvbmNlbnRlcl8yMDI0XzIwMjQwMzA1X0FMX292ZXJ2aWV3X3BhZ2U=\"},\"pageType\":\"section\",\"pageVariant\":\"landing_section\",\"publishDateCreated\":\"2024-03-04T20:45:54.311Z\",\"publishDatePublished\":\"2024-03-05T13:07:27.238Z\",\"publishDateModified\":\"2024-03-27T15:42:00.058Z\",\"section\":[\"politics\",\"elections\"],\"topics\":{\"cepBrsf\":[],\"cepIabt\":[],\"cepOther\":[],\"cepSent\":[],\"cnnSections\":[\"politics\",\"elections\"],\"tags\":[]},\"vertical\":\"politics\"}}\\n\\n window.ntvConfig = window.ntvConfig || {};\\n window.ntvConfig.keyValues = {\\n ...(window.ntvConfig.keyValues || {}),\\'section\\': `politics`,\\'subsection\\': `elections`,\\'page_type\\': `landing_section`,\\'spec\\': ``,};\\n\\n window.CNN.Zion = {\\n ...(window.CNN.Zion || {}),\\'apiKey\\': `mXFw59FFEpUNOu3aeVJChKAsqAlZ4NEf`,\\'environmentType\\': `Prod`,\\'sourceId\\': `cms.cnn.com/_pages/electioncenter_2024_20240305_AL_overview_page@published`,};\\n\\n\\nwindow.CNN.helpers = {\\n PAGE_VARIANTS: {\"ARTICLE_COMMS\":\"article_comms\",\"ARTICLE_FEATURE\":\"article_feature\",\"ARTICLE_FULLWIDTH\":\"article_fullwidth\",\"ARTICLE\":\"article_leaf\",\"GALLERY_UNFURLED\":\"gallery_unfurled\",\"GALLERY\":\"gallery_leaf\",\"HOMEPAGE\":\"landing_homepage\",\"LIVESTORY\":\"article_livestory\",\"TV_CHANNELS\":\"tv_channels\",\"PROFILE\":\"profile\",\"SECTION\":\"landing_section\",\"TVE_FILM\":\"detail\",\"TVE_SERIES\":\"series\",\"TVE_STREAM\":\"network\",\"GENERAL_TOPIC\":\"topic_light\",\"GRIP_TOPIC\":\"topic_grid\",\"SPOTLIGHT_TOPIC\":\"topic_full\",\"ELECTION\":\"election\",\"MARKETS\":\"markets\",\"TVE_BROWSE\":\"browse\",\"VIDEO\":\"video_leaf\",\"VIDEO_SHOW\":\"video_show\",\"UNKNOWN\":\"\"},\\n PAGE_TYPES: {\"ARTICLE\":\"article\",\"AUDIO\":\"audio\",\"CUSTOM\":\"custom\",\"ELECTION\":\"election-center\",\"FEED\":\"feed\",\"GALLERY\":\"gallery\",\"INTERACTIVE\":\"interactive\",\"LIVESTORY\":\"live-story\",\"NEWSLETTER_LANDING_PAGE\":\"newsletter-landing-page\",\"PROFILE\":\"profile\",\"SCRATCHPAD\":\"scratchpad\",\"SEARCH\":\"search\",\"SECTION\":\"section\",\"STATIC\":\"static\",\"TVE\":\"tve\",\"UNKNOWN\":\"\",\"USER_MANAGEMENT\":\"user-management\",\"VERTICAL_VIDEO\":\"vertical-video\",\"VIDEO\":\"video\"},\\n SECTIONS: {\"US\":\"us\",\"WORLD\":\"world\",\"POLITICS\":\"politics\",\"BUSINESS\":\"business\",\"OPINIONS\":\"opinions\",\"HEALTH\":\"health\",\"ENTERTAINMENT\":\"entertainment\",\"STYLE\":\"style\",\"TRAVEL\":\"travel\",\"HOMEPAGE\":\"homepage\",\"SPORTS\":\"sport\",\"UNDERSCORED\":\"cnn-underscored\",\"WEATHER\":\"weather\",\"PHOTOS\":\"photos\",\"PROFILES\":\"profiles\",\"TV\":\"tv\",\"LIVING\":\"living\",\"NEWSLETTERS\":\"newsletters\",\"UNKNOWN\":\"\"},\\n isSection: function isSection(sections) {\\n return (!Array.isArray(sections) ? [sections] : sections).includes(\\n window.CNN.contentModel?.section || window.CNN.helpers?.SECTIONS.UNKNOWN\\n );\\n},\\n isPageVariant: function isPageVariant(pageVariants) {\\n return (!Array.isArray(pageVariants) ? [pageVariants] : pageVariants).includes(\\n window.CNN.contentModel?.templateType || window.CNN.helpers?.PAGE_VARIANTS.UNKNOWN\\n );\\n},\\n isPageType: function isPageType(pageTypes) {\\n return (!Array.isArray(pageTypes) ? [pageTypes] : pageTypes).includes(\\n window.CNN.contentModel?.pageType || window.CNN.helpers?.PAGE_TYPES.UNKNOWN\\n );\\n},\\n isEditionPage: function isEditionPage() {\\n return window.CNN.contentModel?.edition;\\n},\\n isEspanolPage: function isEspanolPage() {\\n return window.CNN.contentModel?.brandSite === \\'es\\';\\n},\\n addScriptTag: function addScriptTag(options = {}, prependToBody = false) {\\n const script = document.createElement(\\'script\\');\\n\\n const opts = {\\n language: \\'javascript\\',\\n type: \\'text/javascript\\',\\n ...options\\n };\\n\\n Object.keys(opts).forEach((key) => {\\n if (key === \\'data\\') {\\n const { data } = opts;\\n Object.keys(data).forEach((dataKey) => {\\n if (data[dataKey]) {\\n script.setAttribute(`data-${dataKey}`, data[dataKey]);\\n }\\n });\\n } else {\\n script[key] = opts[key];\\n }\\n });\\n\\n if (prependToBody) {\\n document.body.prepend(script);\\n } else {\\n document.head.append(script);\\n }\\n return script;\\n},\\n getAdfuelSrc: (body = false) => {\\n let src;\\n if (window.CNN.helpers.isEspanolPage()) {\\n src = window.env.ADFUEL_ESPANOL_SRC;\\n } else if (window.CNN.helpers.isSection(window.CNN.helpers.SECTIONS.BUSINESS)) {\\n src = window.CNN.helpers.isEditionPage()\\n ? window.env.ADFUEL_BUSINESS_EDITION_SRC\\n : window.env.ADFUEL_BUSINESS_SRC;\\n } else {\\n src = window.CNN.helpers.isEditionPage()\\n ? window.env.ADFUEL_CNN_EDITION_SRC\\n : window.env.ADFUEL_CNN_SRC;\\n }\\n\\n return body ? `${src}-body.min.js` : `${src}.min.js`;\\n}\\n};\\n\\n</script>\\n\\n <!-- data-uri=\"cms.cnn.com/_components/meta-url/instances/electioncenter_2024_20240305_AL_overview_meta@published\" -->\\n<link rel=\"canonical\" href=\"https://www.cnn.com/election/2024/primaries-and-caucuses/results/alabama\">\\n <meta property=\"og:url\" content=\"https://www.cnn.com/election/2024/primaries-and-caucuses/results/alabama\">\\n\\n\\n\\n <!-- data-uri=\"cms.cnn.com/_components/meta-keywords/instances/electioncenter_2024_20240305_AL_overview_meta@published\" -->\\n <meta name=\"keywords\" content=\"\">\\n <meta property=\"article:tag\" content=\"\">\\n\\n <!-- data-uri=\"cms.cnn.com/_components/meta-authors/instances/electioncenter_2024_20240305_AL_overview_meta@published\" -->\\n<meta name=\"author\" content=\"\">\\n\\n <!-- data-uri=\"cms.cnn.com/_components/meta-hreflang/instances/electioncenter_2024_20240305_AL_overview_meta@published\" -->\\n<link rel=\"alternate\" hreflang=\"en-gb\" href=\"https://edition.cnn.com/election/2024/primaries-and-caucuses/results/alabama\">\\n<link rel=\"alternate\" hreflang=\"en-ca\" href=\"https://www.cnn.com/election/2024/primaries-and-caucuses/results/alabama\">\\n<link rel=\"alternate\" hreflang=\"en-us\" href=\"https://www.cnn.com/election/2024/primaries-and-caucuses/results/alabama\">\\n<link rel=\"alternate\" hreflang=\"x-default\" href=\"https://edition.cnn.com/election/2024/primaries-and-caucuses/results/alabama\">\\n\\n \\n <!-- data-editable-end -->\\n <!-- data-editable=\"headLayout\" -->\\n <!-- data-uri=\"cms.cnn.com/_components/analytics-chartbeat/instances/default-v1@published\" -->\\n <script>\\n (function() {\\n function getPath() {\\n const domain = window.location.hostname;\\n const metaURL = document.querySelector(\\'[rel=canonical]\\').getAttribute?.(\\'href\\');\\n try {\\n const canURL = new URL(metaURL);\\n return domain + canURL.pathname;\\n } catch (e) {\\n // we should never run into this situation where the canonical\\n // url is missing in the meta tag but just in case\\n return domain + document.location.pathname;\\n }\\n }\\n function getDomain() {\\n var domain = !window.CNN.contentModel.edition ? \\'cnn.com\\' : \\'edition.cnn.com\\'\\n if (window.CNN.contentModel && window.CNN.contentModel.brandSite === \\'es\\') {\\n domain = \\'cnnespanol.cnn.com\\';\\n }\\n if (window.CNN.omniture.rs_flag != \"prod\") {\\n domain = \"dev.\" + domain;\\n }\\n return domain;\\n }\\n function getTitle(headline = \\'\\') {\\n const isHomepage = window.CNN?.contentModel?.section === \\'homepage\\';\\n return isHomepage ? headline.replace(\\' Desktop\\', \\'\\').replace(\\' Mobile\\', \\'\\') : headline;\\n }\\n var _sf_async_config = window._sf_async_config = (window._sf_async_config || {});\\n _sf_async_config.uid = 37612;\\n _sf_async_config.domain = getDomain();\\n _sf_async_config.sections = window.CNN.contentModel.vertical;\\n _sf_async_config.authors = window.CNN.omniture.cap_author;\\n _sf_async_config.title = getTitle(window.CNN.omniture.headline);\\n _sf_async_config.flickerControl = false;\\n _sf_async_config.path = getPath();\\n })();\\n </script>\\n\\n <script async=\"\" src=\"https://static.chartbeat.com/js/chartbeat_mab.js\"></script>\\n\\n <!-- data-uri=\"cms.cnn.com/_components/external-scripts/instances/article-with-ads-no-browsi-v1@published\" -->\\n <link rel=\"preconnect\" href=\"//cdn.optimizely.com\">\\n <link rel=\"dns-prefetch\" href=\"//cdn.optimizely.com\">\\n <link rel=\"preconnect\" href=\"//get.s-onetag.com\">\\n <link rel=\"dns-prefetch\" href=\"//get.s-onetag.com\">\\n <link rel=\"preconnect\" href=\"//tpc.googlesyndication.com\">\\n <link rel=\"dns-prefetch\" href=\"//tpc.googlesyndication.com\">\\n <link rel=\"preconnect\" href=\"//pagead2.googlesyndication.com\">\\n <link rel=\"dns-prefetch\" href=\"//pagead2.googlesyndication.com\">\\n <link rel=\"preconnect\" href=\"//www.googletagservices.com\">\\n <link rel=\"dns-prefetch\" href=\"//www.googletagservices.com\">\\n <link rel=\"preconnect\" href=\"//www.google.com\">\\n <link rel=\"dns-prefetch\" href=\"//www.google.com\">\\n <link rel=\"preconnect\" href=\"//c.amazon-adsystem.com\">\\n <link rel=\"dns-prefetch\" href=\"//c.amazon-adsystem.com\">\\n <link rel=\"preconnect\" href=\"//ib.adnxs.com\">\\n <link rel=\"dns-prefetch\" href=\"//ib.adnxs.com\">\\n <link rel=\"preconnect\" href=\"//static.yieldmo.com\">\\n <link rel=\"dns-prefetch\" href=\"//static.yieldmo.com\">\\n <link rel=\"preconnect\" href=\"//widgets.outbrain.com\">\\n <link rel=\"dns-prefetch\" href=\"//widgets.outbrain.com\">\\n <link rel=\"preconnect\" href=\"//odb.outbrain.com\">\\n <link rel=\"dns-prefetch\" href=\"//odb.outbrain.com\">\\n <link rel=\"preconnect\" href=\"//cdn.adsafeprotected.com\">\\n <link rel=\"dns-prefetch\" href=\"//cdn.adsafeprotected.com\">\\n <link rel=\"preconnect\" href=\"//securepubads.g.doubleclick.net\">\\n <link rel=\"dns-prefetch\" href=\"//securepubads.g.doubleclick.net\">\\n <link rel=\"preconnect\" href=\"//segment-data-us-east.zqtk.net\">\\n <link rel=\"dns-prefetch\" href=\"//segment-data-us-east.zqtk.net\">\\n <link rel=\"preconnect\" href=\"//js-sec.indexww.com\">\\n <link rel=\"dns-prefetch\" href=\"//js-sec.indexww.com\">\\n <link rel=\"preconnect\" href=\"//registry.api.cnn.io\">\\n <link rel=\"dns-prefetch\" href=\"//registry.api.cnn.io\">\\n <script id=\"preload-scripts\">\\n (function(){\\n function preloadScript(srcipt) {\\n try {\\n const preload = document.createElement(\\'link\\');\\n preload.href = srcipt.src;\\n preload.rel = \"preload\";\\n preload.as=\"script\"\\n preload.type=\"application/x-javascript\"\\n document.head.appendChild(preload);\\n } catch(e) {\\n console.error(\\'ExternalScripts: error preloading script\\', e);\\n }\\n };\\n preloadScript({ src: (function(){\\n try {\\n return window.env.ADOBE_LAUNCH_SRC;\\n\\n } catch (e) {\\n console.error(\\'external-scripts: error generating tag-manager preload\\', e);\\n }\\n})() });\\npreloadScript({ src: (function(){\\n try {\\n return window.CNN.helpers.getAdfuelSrc();\\n\\n } catch (e) {\\n console.error(\\'external-scripts: error generating adfuel preload\\', e);\\n }\\n})() });\\npreloadScript({ src: (function(){\\n try {\\n return window.CNN.helpers.getAdfuelSrc(true);\\n\\n } catch (e) {\\n console.error(\\'external-scripts: error generating adfuel preload\\', e);\\n }\\n})() });\\n }())\\n </script><link href=\"https://lightning.cnn.com/launch/7be62238e4c3/97fa00444124/launch-2878c87af5e3.min.js\" rel=\"preload\" as=\"script\" type=\"application/x-javascript\"><link href=\"/media/sites/js/bundles/cnn-edition-adfuel.min.js\" rel=\"preload\" as=\"script\" type=\"application/x-javascript\"><link href=\"/media/sites/js/bundles/cnn-edition-adfuel-body.min.js\" rel=\"preload\" as=\"script\" type=\"application/x-javascript\">\\n <script>\\n window.CNN=Object.assign(window.CNN || {}, {\\n \"Features\": {\\n \"enableUserConsent\": true\\n }\\n});\\nwindow.WM=Object.assign(window.WM || {}, {\\n \"UserConsentConfig\": {\\n \"cookieDomain\": \".cnn.com\",\\n \"cookieSameSite\": \"None\",\\n \"cookieSecure\": true,\\n \"domId\": \"3d9a6f21-8e47-43f8-8d58-d86150f3e92b\",\\n \"gpcFixCookie\": \"SecGpc\"\\n }\\n});\\nwindow.zeta=Object.assign(window.zeta || {}, {\\n \"site_id\": \"cnn\",\\n \"client_hash_key\": \"16b6410431b6374e780104abb0443ca8\",\\n \"partner_hash_key\": \"34747f0775f02a6784bb965de6833e73\",\\n \"tag_short_name\": \"cnn-pixel-8786\"\\n});\\n </script>\\n <script id=\"external-scripts\">\\n (function(){\\n function addScript({ async, defer, name, src, ucStates, id, data }) {\\n try {\\n if (src && typeof src === \\'string\\') {\\n if (ucStates && ucStates.length) {\\n WM.UserConsent.addScript({ src, async, defer }, ucStates);\\n } else {\\n const script = document.createElement(\\'script\\');\\n script.src = src;\\n script.dataset.uid = name;\\n script.async = async;\\n script.defer = defer;\\n script.onload = () => {window.dispatchEvent(new CustomEvent(name+\\'.loaded\\'));};\\n if (id) {\\n script.id = id;\\n }\\n if (data && typeof data === \\'object\\') {\\n Object.keys(data).forEach(key => script.dataset[key] = data[key]);\\n }\\n document.head.appendChild(script);\\n }\\n }\\n } catch(e) {\\n console.error(\\'ExternalScripts: error adding script \"\\' + name + \\'\"\\', e);\\n }\\n };\\n //snippet: user-consent\\n !function(){\"use strict\";var e,t,n,s,o,i,r,a,c,l,d,u,g,p,h;!function(e){e.STUB=\"stub\",e.LOADING=\"loading\",e.LOADED=\"loaded\",e.ERROR=\"error\"}(e||(e={})),function(e){e.VISIBLE=\"visible\",e.HIDDEN=\"hidden\",e.DISABLED=\"disabled\"}(t||(t={}));class S{constructor(e,t,n,s){this.eventName=e,this.listenerId=t,this.data=n,this.pingData=s}}class f{constructor(e){this.gppVersion=e.gppVersion,this.cmpStatus=e.cmpStatus,this.cmpDisplayStatus=e.cmpDisplayStatus,this.signalStatus=e.signalStatus,this.supportedAPIs=e.supportedAPIs,this.cmpId=e.cmpId,this.sectionList=e.gppModel.getSectionIds(),this.applicableSections=e.applicableSections,this.gppString=e.gppModel.encode(),this.parsedSections=e.gppModel.toObject()}}class E{constructor(e){this.eventQueue=new Map,this.queueNumber=1e3,this.cmpApiContext=e;try{let e=window.__gpp(\"events\")||[];for(var t=0;t<e.length;t++){let n=e[t];this.eventQueue.set(n.id,{callback:n.callback,parameter:n.parameter})}}catch(e){console.log(e)}}add(e){return this.eventQueue.set(this.queueNumber,e),this.queueNumber++}get(e){return this.eventQueue.get(e)}remove(e){return this.eventQueue.delete(e)}exec(e,t){this.eventQueue.forEach(((n,s)=>{let o=new S(e,s,t,new f(this.cmpApiContext));n.callback(o,!0)}))}clear(){this.queueNumber=1e3,this.eventQueue.clear()}get size(){return this.eventQueue.size}events(){let e=[];return this.eventQueue.forEach(((t,n)=>{e.push({id:n,callback:t.callback,parameter:t.parameter})})),e}}class C extends Error{constructor(e){super(e),this.name=\"DecodingError\"}}class m{static encode(e,t){let n=[];if(e>=1)for(n.push(1);e>=2*n[0];)n.unshift(2*n[0]);let s=\"\";for(let t=0;t<n.length;t++){let o=n[t];e>=o?(s+=\"1\",e-=o):s+=\"0\"}for(;s.length<t;)s=\"0\"+s;return s}static decode(e){if(!/^[0-1]*$/.test(e))throw new C(\"Undecodable FixedInteger \\'\"+e+\"\\'\");let t=0,n=[];for(let t=0;t<e.length;t++)n[e.length-(t+1)]=0===t?1:2*n[e.length-t];for(let s=0;s<e.length;s++)\"1\"===e.charAt(s)&&(t+=n[s]);return t}}class I extends Error{constructor(e){super(e),this.name=\"EncodingError\"}}class T{encode(e){if(!/^[0-1]*$/.test(e))throw new I(\"Unencodable Base64Url \\'\"+e+\"\\'\");e=this.pad(e);let t=\"\",n=0;for(;n<=e.length-6;){let s=e.substring(n,n+6);try{let e=m.decode(s);t+=T.DICT.charAt(e),n+=6}catch(t){throw new I(\"Unencodable Base64Url \\'\"+e+\"\\'\")}}return t}decode(e){if(!/^[A-Za-z0-9\\\\-_]*$/.test(e))throw new C(\"Undecodable Base64URL string\");let t=\"\";for(let n=0;n<e.length;n++){let s=e.charAt(n),o=T.REVERSE_DICT.get(s);t+=m.encode(o,6)}return t}}T.DICT=\"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_\",T.REVERSE_DICT=new Map([[\"A\",0],[\"B\",1],[\"C\",2],[\"D\",3],[\"E\",4],[\"F\",5],[\"G\",6],[\"H\",7],[\"I\",8],[\"J\",9],[\"K\",10],[\"L\",11],[\"M\",12],[\"N\",13],[\"O\",14],[\"P\",15],[\"Q\",16],[\"R\",17],[\"S\",18],[\"T\",19],[\"U\",20],[\"V\",21],[\"W\",22],[\"X\",23],[\"Y\",24],[\"Z\",25],[\"a\",26],[\"b\",27],[\"c\",28],[\"d\",29],[\"e\",30],[\"f\",31],[\"g\",32],[\"h\",33],[\"i\",34],[\"j\",35],[\"k\",36],[\"l\",37],[\"m\",38],[\"n\",39],[\"o\",40],[\"p\",41],[\"q\",42],[\"r\",43],[\"s\",44],[\"t\",45],[\"u\",46],[\"v\",47],[\"w\",48],[\"x\",49],[\"y\",50],[\"z\",51],[\"0\",52],[\"1\",53],[\"2\",54],[\"3\",55],[\"4\",56],[\"5\",57],[\"6\",58],[\"7\",59],[\"8\",60],[\"9\",61],[\"-\",62],[\"_\",63]]);class _ extends T{pad(e){for(;e.length%8>0;)e+=\"0\";for(;e.length%6>0;)e+=\"0\";return e}}class O{static encode(e){let t=[];if(e>=1&&(t.push(1),e>=2)){t.push(2);let n=2;for(;e>=t[n-1]+t[n-2];)t.push(t[n-1]+t[n-2]),n++}let n=\"1\";for(let s=t.length-1;s>=0;s--){let o=t[s];e>=o?(n=\"1\"+n,e-=o):n=\"0\"+n}return n}static decode(e){if(!/^[0-1]*$/.test(e)||e.length<2||e.indexOf(\"11\")!==e.length-2)throw new C(\"Undecodable FibonacciInteger \\'\"+e+\"\\'\");let t=0,n=[];for(let t=0;t<e.length-1;t++)0===t?n.push(1):1===t?n.push(2):n.push(n[t-1]+n[t-2]);for(let s=0;s<e.length-1;s++)\"1\"===e.charAt(s)&&(t+=n[s]);return t}}class N{static encode(e){if(!0===e)return\"1\";if(!1===e)return\"0\";throw new I(\"Unencodable Boolean \\'\"+e+\"\\'\")}static decode(e){if(\"1\"===e)return!0;if(\"0\"===e)return!1;throw new C(\"Undecodable Boolean \\'\"+e+\"\\'\")}}class A{static encode(e){e=e.sort(((e,t)=>e-t));let t=[],n=0,s=0;for(;s<e.length;){let n=s;for(;n<e.length-1&&e[n]+1===e[n+1];)n++;t.push(e.slice(s,n+1)),s=n+1}let o=m.encode(t.length,12);for(let e=0;e<t.length;e++)if(1==t[e].length){let s=t[e][0]-n;n=t[e][0],o+=\"0\"+O.encode(s)}else{let s=t[e][0]-n;n=t[e][0];let i=t[e][t[e].length-1]-n;n=t[e][t[e].length-1],o+=\"1\"+O.encode(s)+O.encode(i)}return o}static decode(e){if(!/^[0-1]*$/.test(e)||e.length<12)throw new C(\"Undecodable FibonacciIntegerRange \\'\"+e+\"\\'\");let t=[],n=m.decode(e.substring(0,12)),s=0,o=12;for(let i=0;i<n;i++){let n=N.decode(e.substring(o,o+1));if(o++,!0===n){let n=e.indexOf(\"11\",o),i=O.decode(e.substring(o,n+2))+s;s=i,o=n+2,n=e.indexOf(\"11\",o);let r=O.decode(e.substring(o,n+2))+s;s=r,o=n+2;for(let e=i;e<=r;e++)t.push(e)}else{let n=e.indexOf(\"11\",o),i=O.decode(e.substring(o,n+2))+s;s=i,t.push(i),o=n+2}}return t}}class b{hasValue(){return void 0!==this.value&&null!==this.value}getValue(){return this.value}setValue(e){this.value=e}}class y extends b{constructor(e){super(),this.setValue(e)}encode(){return A.encode(this.value)}decode(e){this.value=A.decode(e)}substring(e,t){let n=m.decode(e.substring(t,t+12)),s=t+12;for(let t=0;t<n;t++)s=\"1\"===e.charAt(s)?e.indexOf(\"11\",e.indexOf(\"11\",s+1)+2)+2:e.indexOf(\"11\",s+1)+2;return e.substring(t,s)}getValue(){return[...super.getValue()]}setValue(e){super.setValue(Array.from(new Set(e)).sort(((e,t)=>e-t)))}}class P extends b{constructor(e,t){super(),this.bitStringLength=e,this.setValue(t)}encode(){return m.encode(this.value,this.bitStringLength)}decode(e){this.value=m.decode(e)}substring(e,t){return e.substring(t,t+this.bitStringLength)}}!function(e){e.ID=\"Id\",e.VERSION=\"Version\",e.SECTION_IDS=\"SectionIds\"}(n||(n={}));class D{constructor(e,t){this.fields=e,this.fieldOrder=t}hasField(e){return this.fields.has(e)}getFieldValue(e){return this.fields.has(e)?this.fields.get(e).getValue():null}setFieldValue(e,t){if(!this.fields.has(e))throw new Error(e+\" not found\");this.fields.get(e).setValue(t)}getFieldOrder(){return this.fieldOrder}encodeToBitString(){let e=\"\";for(let t=0;t<this.fieldOrder.length;t++){let n=this.fieldOrder[t];if(!this.fields.has(n))throw new Error(\"Field not found: \\'\"+n+\"\\'\");e+=this.fields.get(n).encode()}return e}decodeFromBitString(e){let t=0;for(let n=0;n<this.fieldOrder.length;n++){let s=this.fieldOrder[n];if(!this.fields.has(s))throw new Error(\"Field not found: \\'\"+s+\"\\'\");{let n=this.fields.get(s),o=n.substring(e,t);n.decode(o),t+=o.length}}}toObj(){let e={};for(let t=0;t<this.fieldOrder.length;t++){let n=this.fieldOrder[t];if(this.fields.has(n)){let t=this.fields.get(n).getValue();e[n]=t}}return e}}class w extends D{constructor(e){let t=new Map;t.set(n.ID.toString(),new P(6,w.ID)),t.set(n.VERSION.toString(),new P(6,w.VERSION)),t.set(n.SECTION_IDS.toString(),new y([])),super(t,[n.ID.toString(),n.VERSION.toString(),n.SECTION_IDS.toString()]),this.base64UrlEncoder=new _,e&&e.length>0&&this.decode(e)}encode(){let e=this.encodeToBitString();return this.base64UrlEncoder.encode(e)}decode(e){let t=this.base64UrlEncoder.decode(e);this.decodeFromBitString(t)}getId(){return w.ID}getName(){return w.NAME}}w.ID=3,w.VERSION=1,w.NAME=\"header\";class v extends b{constructor(e){super(),this.setValue(e)}encode(){return N.encode(this.value)}decode(e){this.value=N.decode(e)}substring(e,t){return e.substring(t,t+1)}}class R{static encode(e){return e?m.encode(Math.round(e.getTime()/100),36):m.encode(0,36)}static decode(e){if(!/^[0-1]*$/.test(e)||36!==e.length)throw new C(\"Undecodable Datetime \\'\"+e+\"\\'\");return new Date(100*m.decode(e))}}class V extends b{constructor(e){super(),this.setValue(e)}encode(){return R.encode(this.value)}decode(e){this.value=R.decode(e)}substring(e,t){return e.substring(t,t+36)}}class L{static encode(e,t){let n=\"\";for(let t=0;t<e.length;t++)n+=N.encode(e[t]);for(;n.length<t;)n+=\"0\";return n}static decode(e){if(!/^[0-1]*$/.test(e))throw new C(\"Undecodable FixedBitfield \\'\"+e+\"\\'\");let t=[];for(let n=0;n<e.length;n++)t.push(N.decode(e.substring(n,n+1)));return t}}class k extends b{constructor(e,t){super(),this.getLength=e,this.setValue(t)}encode(){return L.encode(this.value,this.getLength())}decode(e){this.value=L.decode(e)}substring(e,t){return e.substring(t,t+this.getLength())}getValue(){return[...super.getValue()]}setValue(e){let t=this.getLength(),n=[...e];for(let e=n.length;e<t;e++)n.push(!1);n.length>t&&(n=n.slice(0,t)),super.setValue([...n])}}class U extends b{constructor(e){super(),this.numElements=e.length,this.setValue(e)}encode(){return L.encode(this.value,this.numElements)}decode(e){this.value=L.decode(e)}substring(e,t){return e.substring(t,t+this.numElements)}getValue(){return[...super.getValue()]}setValue(e){let t=[...e];for(let e=t.length;e<this.numElements;e++)t.push(!1);t.length>this.numElements&&(t=t.slice(0,this.numElements)),super.setValue(t)}}class M{static encode(e,t){for(;e.length<t;)e+=\" \";let n=\"\";for(let t=0;t<e.length;t++){let s=e.charCodeAt(t);if(32===s)n+=m.encode(63,6);else{if(!(s>=65))throw new I(\"Unencodable FixedString \\'\"+e+\"\\'\");n+=m.encode(e.charCodeAt(t)-65,6)}}return n}static decode(e){if(!/^[0-1]*$/.test(e)||e.length%6!=0)throw new C(\"Undecodable FixedString \\'\"+e+\"\\'\");let t=\"\";for(let n=0;n<e.length;n+=6){let s=m.decode(e.substring(n,n+6));t+=63===s?\" \":String.fromCharCode(s+65)}return t.trim()}}class x extends b{constructor(e,t){super(),this.stringLength=e,this.setValue(t)}encode(){return M.encode(this.value,this.stringLength)}decode(e){this.value=M.decode(e)}substring(e,t){return e.substring(t,t+6*this.stringLength)}}class G{constructor(e,t){this.fields=e,this.segments=t}hasField(e){return this.fields.has(e)}getFieldValue(e){return this.fields.has(e)?this.fields.get(e).getValue():null}setFieldValue(e,t){if(!this.fields.has(e))throw new Error(e+\" not found\");this.fields.get(e).setValue(t)}getSegments(){return this.segments}encodeSegmentsToBitStrings(){let e=[];for(let t=0;t<this.segments.length;t++){let n=\"\";for(let e=0;e<this.segments[t].length;e++){let s=this.segments[t][e];if(!this.fields.has(s))throw new Error(\"Field not found: \\'\"+s+\"\\'\");try{n+=this.fields.get(s).encode()}catch(e){throw new Error(\"Unable to encode \"+s)}}e.push(n)}return e}decodeSegmentsFromBitStrings(e){for(let t=0;t<this.segments.length&&t<e.length;t++){let n=e[t];if(n&&n.length>0){let e=0;for(let s=0;s<this.segments[t].length;s++){let o=this.segments[t][s];if(!this.fields.has(o))throw new Error(\"Field not found: \\'\"+o+\"\\'\");try{let t=this.fields.get(o),s=t.substring(n,e);t.decode(s),e+=s.length}catch(e){throw new Error(\"Unable to decode \"+o)}}}}}toObj(){let e={};for(let t=0;t<this.segments.length;t++)for(let n=0;n<this.segments[t].length;n++){let s=this.segments[t][n];if(this.fields.has(s)){let t=this.fields.get(s).getValue();e[s]=t}}return e}}class F{static encode(e){e.sort(((e,t)=>e-t));let t=[],n=0;for(;n<e.length;){let s=n;for(;s<e.length-1&&e[s]+1===e[s+1];)s++;t.push(e.slice(n,s+1)),n=s+1}let s=m.encode(t.length,12);for(let e=0;e<t.length;e++)1===t[e].length?s+=\"0\"+m.encode(t[e][0],16):s+=\"1\"+m.encode(t[e][0],16)+m.encode(t[e][t[e].length-1],16);return s}static decode(e){if(!/^[0-1]*$/.test(e)||e.length<12)throw new C(\"Undecodable FixedIntegerRange \\'\"+e+\"\\'\");let t=[],n=m.decode(e.substring(0,12)),s=12;for(let o=0;o<n;o++){let n=N.decode(e.substring(s,s+1));if(s++,!0===n){let n=m.decode(e.substring(s,s+16));s+=16;let o=m.decode(e.substring(s,s+16));s+=16;for(let e=n;e<=o;e++)t.push(e)}else{let n=m.decode(e.substring(s,s+16));t.push(n),s+=16}}return t}}class B extends b{constructor(e){super(),this.setValue(e)}encode(){return F.encode(this.value)}decode(e){this.value=F.decode(e)}substring(e,t){let n=m.decode(e.substring(t,t+12)),s=t+12;for(let t=0;t<n;t++)\"1\"===e.charAt(s)?s+=33:s+=17;return e.substring(t,s)}getValue(){return[...super.getValue()]}setValue(e){super.setValue(Array.from(new Set(e)).sort(((e,t)=>e-t)))}}class W extends b{constructor(e){super(),this.setValue(e)}encode(){let e=this.value.length>0?this.value[this.value.length-1]:0,t=F.encode(this.value),n=e;if(t.length<=n)return m.encode(e,16)+\"1\"+t;{let t=[],s=0;for(let n=0;n<e;n++)n===this.value[s]-1?(t[n]=!0,s++):t[n]=!1;return m.encode(e,16)+\"0\"+L.encode(t,n)}}decode(e){if(\"1\"===e.charAt(16))this.value=F.decode(e.substring(17));else{let t=[],n=L.decode(e.substring(17));for(let e=0;e<n.length;e++)!0===n[e]&&t.push(e+1);this.value=t}}substring(e,t){let n=m.decode(e.substring(t,t+16));return\"1\"===e.charAt(t+16)?e.substring(t,t+17)+new B([]).substring(e,t+17):e.substring(t,t+17+n)}getValue(){return[...super.getValue()]}setValue(e){super.setValue(Array.from(new Set(e)).sort(((e,t)=>e-t)))}}!function(e){e.VERSION=\"Version\",e.CREATED=\"Created\",e.LAST_UPDATED=\"LastUpdated\",e.CMP_ID=\"CmpId\",e.CMP_VERSION=\"CmpVersion\",e.CONSENT_SCREEN=\"ConsentScreen\",e.CONSENT_LANGUAGE=\"ConsentLanguage\",e.VENDOR_LIST_VERSION=\"VendorListVersion\",e.POLICY_VERSION=\"PolicyVersion\",e.IS_SERVICE_SPECIFIC=\"IsServiceSpecific\",e.USE_NON_STANDARD_STACKS=\"UseNonStandardStacks\",e.SPECIAL_FEATURE_OPTINS=\"SpecialFeatureOptins\",e.PURPOSE_CONSENTS=\"PurposeConsents\",e.PURPOSE_LEGITIMATE_INTERESTS=\"PurposeLegitimateInterests\",e.PURPOSE_ONE_TREATMENT=\"PurposeOneTreatment\",e.PUBLISHER_COUNTRY_CODE=\"PublisherCountryCode\",e.VENDOR_CONSENTS=\"VendorConsents\",e.VENDOR_LEGITIMATE_INTERESTS=\"VendorLegitimateInterests\",e.PUBLISHER_RESTRICTIONS=\"PublisherRestrictions\",e.PUBLISHER_PURPOSES_SEGMENT_TYPE=\"PublisherPurposesSegmentType\",e.PUBLISHER_CONSENTS=\"PublisherConsents\",e.PUBLISHER_LEGITIMATE_INTERESTS=\"PublisherLegitimateInterests\",e.NUM_CUSTOM_PURPOSES=\"NumCustomPurposes\",e.PUBLISHER_CUSTOM_CONSENTS=\"PublisherCustomConsents\",e.PUBLISHER_CUSTOM_LEGITIMATE_INTERESTS=\"PublisherCustomLegitimateInterests\",e.VENDORS_ALLOWED_SEGMENT_TYPE=\"VendorsAllowedSegmentType\",e.VENDORS_ALLOWED=\"VendorsAllowed\",e.VENDORS_DISCLOSED_SEGMENT_TYPE=\"VendorsDisclosedSegmentType\",e.VENDORS_DISCLOSED=\"VendorsDisclosed\"}(s||(s={}));class H extends T{pad(e){for(;e.length%24>0;)e+=\"0\";return e}}class z extends G{constructor(e){let t=new Map,n=new Date;t.set(s.VERSION.toString(),new P(6,z.VERSION)),t.set(s.CREATED.toString(),new V(n)),t.set(s.LAST_UPDATED.toString(),new V(n)),t.set(s.CMP_ID.toString(),new P(12,0)),t.set(s.CMP_VERSION.toString(),new P(12,0)),t.set(s.CONSENT_SCREEN.toString(),new P(6,0)),t.set(s.CONSENT_LANGUAGE.toString(),new x(2,\"EN\")),t.set(s.VENDOR_LIST_VERSION.toString(),new P(12,0)),t.set(s.POLICY_VERSION.toString(),new P(6,2)),t.set(s.IS_SERVICE_SPECIFIC.toString(),new v(!1)),t.set(s.USE_NON_STANDARD_STACKS.toString(),new v(!1)),t.set(s.SPECIAL_FEATURE_OPTINS.toString(),new U([!1,!1,!1,!1,!1,!1,!1,!1,!1,!1,!1,!1])),t.set(s.PURPOSE_CONSENTS.toString(),new U([!1,!1,!1,!1,!1,!1,!1,!1,!1,!1,!1,!1,!1,!1,!1,!1,!1,!1,!1,!1,!1,!1,!1,!1])),t.set(s.PURPOSE_LEGITIMATE_INTERESTS.toString(),new U([!1,!1,!1,!1,!1,!1,!1,!1,!1,!1,!1,!1,!1,!1,!1,!1,!1,!1,!1,!1,!1,!1,!1,!1])),t.set(s.PURPOSE_ONE_TREATMENT.toString(),new v(!1)),t.set(s.PUBLISHER_COUNTRY_CODE.toString(),new x(2,\"AA\")),t.set(s.VENDOR_CONSENTS.toString(),new W([])),t.set(s.VENDOR_LEGITIMATE_INTERESTS.toString(),new W([])),t.set(s.PUBLISHER_RESTRICTIONS.toString(),new B([])),t.set(s.PUBLISHER_PURPOSES_SEGMENT_TYPE.toString(),new P(3,3)),t.set(s.PUBLISHER_CONSENTS.toString(),new U([!1,!1,!1,!1,!1,!1,!1,!1,!1,!1,!1,!1,!1,!1,!1,!1,!1,!1,!1,!1,!1,!1,!1,!1])),t.set(s.PUBLISHER_LEGITIMATE_INTERESTS.toString(),new U([!1,!1,!1,!1,!1,!1,!1,!1,!1,!1,!1,!1,!1,!1,!1,!1,!1,!1,!1,!1,!1,!1,!1,!1]));let o=new P(6,0);t.set(s.NUM_CUSTOM_PURPOSES.toString(),o),t.set(s.PUBLISHER_CUSTOM_CONSENTS.toString(),new k((()=>o.getValue()),[])),t.set(s.PUBLISHER_CUSTOM_LEGITIMATE_INTERESTS.toString(),new k((()=>o.getValue()),[])),t.set(s.VENDORS_ALLOWED_SEGMENT_TYPE.toString(),new P(3,2)),t.set(s.VENDORS_ALLOWED.toString(),new W([])),t.set(s.VENDORS_DISCLOSED_SEGMENT_TYPE.toString(),new P(3,1)),t.set(s.VENDORS_DISCLOSED.toString(),new W([])),super(t,[[s.VERSION.toString(),s.CREATED.toString(),s.LAST_UPDATED.toString(),s.CMP_ID.toString(),s.CMP_VERSION.toString(),s.CONSENT_SCREEN.toString(),s.CONSENT_LANGUAGE.toString(),s.VENDOR_LIST_VERSION.toString(),s.POLICY_VERSION.toString(),s.IS_SERVICE_SPECIFIC.toString(),s.USE_NON_STANDARD_STACKS.toString(),s.SPECIAL_FEATURE_OPTINS.toString(),s.PURPOSE_CONSENTS.toString(),s.PURPOSE_LEGITIMATE_INTERESTS.toString(),s.PURPOSE_ONE_TREATMENT.toString(),s.PUBLISHER_COUNTRY_CODE.toString(),s.VENDOR_CONSENTS.toString(),s.VENDOR_LEGITIMATE_INTERESTS.toString(),s.PUBLISHER_RESTRICTIONS.toString()],[s.PUBLISHER_PURPOSES_SEGMENT_TYPE.toString(),s.PUBLISHER_CONSENTS.toString(),s.PUBLISHER_LEGITIMATE_INTERESTS.toString(),s.NUM_CUSTOM_PURPOSES.toString(),s.PUBLISHER_CUSTOM_CONSENTS.toString(),s.PUBLISHER_CUSTOM_LEGITIMATE_INTERESTS.toString()],[s.VENDORS_ALLOWED_SEGMENT_TYPE.toString(),s.VENDORS_ALLOWED.toString()],[s.VENDORS_DISCLOSED_SEGMENT_TYPE.toString(),s.VENDORS_DISCLOSED.toString()]]),this.base64UrlEncoder=new H,e&&e.length>0&&this.decode(e)}encode(){let e=this.encodeSegmentsToBitStrings(),t=[];return this.updateDateStamp(),t.push(this.base64UrlEncoder.encode(e[0])),this.getFieldValue(s.IS_SERVICE_SPECIFIC.toString())?e[1]&&e[1].length>0&&t.push(this.base64UrlEncoder.encode(e[1])):(e[2]&&e[2].length>0&&t.push(this.base64UrlEncoder.encode(e[2])),e[3]&&e[3].length>0&&t.push(this.base64UrlEncoder.encode(e[3]))),t.join(\".\")}decode(e){let t=e.split(\".\"),n=[];for(let e=0;e<t.length;e++){let s=this.base64UrlEncoder.decode(t[e]);switch(s.substring(0,3)){case\"000\":n[0]=s;break;case\"001\":n[3]=s;break;case\"010\":n[2]=s;break;case\"011\":n[1]=s;break;default:throw new C(\"Unable to decode segment \\'\"+t[e]+\"\\'\")}}this.decodeSegmentsFromBitStrings(n)}setFieldValue(e,t){e==s.PURPOSE_LEGITIMATE_INTERESTS.toString()&&(t[0]=!1,t[2]=t[3]=t[4]=t[5]=!1),e!=s.CREATED.toString()&&e!=s.LAST_UPDATED.toString()||(e==s.CREATED.toString()?super.setFieldValue(s.LAST_UPDATED.toString(),t):super.setFieldValue(s.CREATED.toString(),t)),super.setFieldValue(e,t)}getId(){return z.ID}getName(){return z.NAME}updateDateStamp(){const e=new Date,t=new Date(Date.UTC(e.getUTCFullYear(),e.getUTCMonth(),e.getUTCDate()));console.log(\"Debug: updateDateStamp\"),super.setFieldValue(s.CREATED.toString(),t),super.setFieldValue(s.LAST_UPDATED.toString(),t)}}z.ID=2,z.VERSION=2,z.NAME=\"tcfeuv2\",function(e){e.VERSION=\"Version\",e.CREATED=\"Created\",e.LAST_UPDATED=\"LastUpdated\",e.CMP_ID=\"CmpId\",e.CMP_VERSION=\"CmpVersion\",e.CONSENT_SCREEN=\"ConsentScreen\",e.CONSENT_LANGUAGE=\"ConsentLanguage\",e.VENDOR_LIST_VERSION=\"VendorListVersion\",e.TCF_POLICY_VERSION=\"TcfPolicyVersion\",e.USE_NON_STANDARD_STACKS=\"UseNonStandardStacks\",e.SPECIAL_FEATURE_EXPRESS_CONSENT=\"SpecialFeatureExpressConsent\",e.PURPOSES_EXPRESS_CONSENT=\"PurposesExpressConsent\",e.PURPOSES_IMPLIED_CONSENT=\"PurposesImpliedConsent\",e.VENDOR_EXPRESS_CONSENT=\"VendorExpressConsent\",e.VENDOR_IMPLIED_CONSENT=\"VendorImpliedConsent\",e.SEGMENT_TYPE=\"SegmentType\",e.PUB_PURPOSES_EXPRESS_CONSENT=\"PubPurposesExpressConsent\",e.PUB_PURPOSES_IMPLIED_CONSENT=\"PubPurposesImpliedConsent\",e.NUM_CUSTOM_PURPOSES=\"NumCustomPurposes\",e.CUSTOM_PURPOSES_EXPRESS_CONSENT=\"CustomPurposesExpressConsent\",e.CUSTOM_PURPOSES_IMPLIED_CONSENT=\"CustomPurposesImpliedConsent\"}(o||(o={}));class j extends G{constructor(e){let t=new Map,n=new Date;t.set(o.VERSION.toString(),new P(6,j.VERSION)),t.set(o.CREATED.toString(),new V(n)),t.set(o.LAST_UPDATED.toString(),new V(n)),t.set(o.CMP_ID.toString(),new P(12,0)),t.set(o.CMP_VERSION.toString(),new P(12,0)),t.set(o.CONSENT_SCREEN.toString(),new P(6,0)),t.set(o.CONSENT_LANGUAGE.toString(),new x(2,\"EN\")),t.set(o.VENDOR_LIST_VERSION.toString(),new P(12,0)),t.set(o.TCF_POLICY_VERSION.toString(),new P(6,1)),t.set(o.USE_NON_STANDARD_STACKS.toString(),new v(!1)),t.set(o.SPECIAL_FEATURE_EXPRESS_CONSENT.toString(),new U([!1,!1,!1,!1,!1,!1,!1,!1,!1,!1,!1,!1])),t.set(o.PURPOSES_EXPRESS_CONSENT.toString(),new U([!1,!1,!1,!1,!1,!1,!1,!1,!1,!1,!1,!1,!1,!1,!1,!1,!1,!1,!1,!1,!1,!1,!1,!1])),t.set(o.PURPOSES_IMPLIED_CONSENT.toString(),new U([!1,!1,!1,!1,!1,!1,!1,!1,!1,!1,!1,!1,!1,!1,!1,!1,!1,!1,!1,!1,!1,!1,!1,!1])),t.set(o.VENDOR_EXPRESS_CONSENT.toString(),new W([])),t.set(o.VENDOR_IMPLIED_CONSENT.toString(),new W([])),t.set(o.SEGMENT_TYPE.toString(),new P(3,3)),t.set(o.PUB_PURPOSES_EXPRESS_CONSENT.toString(),new U([!1,!1,!1,!1,!1,!1,!1,!1,!1,!1,!1,!1,!1,!1,!1,!1,!1,!1,!1,!1,!1,!1,!1,!1])),t.set(o.PUB_PURPOSES_IMPLIED_CONSENT.toString(),new U([!1,!1,!1,!1,!1,!1,!1,!1,!1,!1,!1,!1,!1,!1,!1,!1,!1,!1,!1,!1,!1,!1,!1,!1]));let s=new P(6,0);t.set(o.NUM_CUSTOM_PURPOSES.toString(),s),t.set(o.CUSTOM_PURPOSES_EXPRESS_CONSENT.toString(),new k((()=>s.getValue()),[])),t.set(o.CUSTOM_PURPOSES_IMPLIED_CONSENT.toString(),new k((()=>s.getValue()),[])),super(t,[[o.VERSION.toString(),o.CREATED.toString(),o.LAST_UPDATED.toString(),o.CMP_ID.toString(),o.CMP_VERSION.toString(),o.CONSENT_SCREEN.toString(),o.CONSENT_LANGUAGE.toString(),o.VENDOR_LIST_VERSION.toString(),o.TCF_POLICY_VERSION.toString(),o.USE_NON_STANDARD_STACKS.toString(),o.SPECIAL_FEATURE_EXPRESS_CONSENT.toString(),o.PURPOSES_EXPRESS_CONSENT.toString(),o.PURPOSES_IMPLIED_CONSENT.toString(),o.VENDOR_EXPRESS_CONSENT.toString(),o.VENDOR_IMPLIED_CONSENT.toString()],[o.SEGMENT_TYPE.toString(),o.PUB_PURPOSES_EXPRESS_CONSENT.toString(),o.PUB_PURPOSES_IMPLIED_CONSENT.toString(),o.NUM_CUSTOM_PURPOSES.toString(),o.CUSTOM_PURPOSES_EXPRESS_CONSENT.toString(),o.CUSTOM_PURPOSES_IMPLIED_CONSENT.toString()]]),this.base64UrlEncoder=new _,e&&e.length>0&&this.decode(e)}encode(){let e=this.encodeSegmentsToBitStrings(),t=[];return t.push(this.base64UrlEncoder.encode(e[0])),e[1]&&e[1].length>0&&t.push(this.base64UrlEncoder.encode(e[1])),t.join(\".\")}decode(e){let t=e.split(\".\"),n=[];for(let e=0;e<t.length;e++){let s=this.base64UrlEncoder.decode(t[e]);switch(s.substring(0,3)){case\"000\":n[0]=s;break;case\"011\":n[1]=s;break;default:throw new C(\"Unable to decode segment \\'\"+t[e]+\"\\'\")}}this.decodeSegmentsFromBitStrings(n)}setFieldValue(e,t){if(super.setFieldValue(e,t),e!==o.CREATED.toString()&&e!==o.LAST_UPDATED.toString()){const e=new Date,t=new Date(Date.UTC(e.getUTCFullYear(),e.getUTCMonth(),e.getUTCDate()));this.setFieldValue(o.CREATED.toString(),t),this.setFieldValue(o.LAST_UPDATED.toString(),t)}}getId(){return j.ID}getName(){return j.NAME}}j.ID=5,j.VERSION=1,j.NAME=\"tcfcav1\";class q extends Error{constructor(e){super(e),this.name=\"InvalidFieldError\"}}!function(e){e.VERSION=\"Version\",e.NOTICE=\"Notice\",e.OPT_OUT_SALE=\"OptOutSale\",e.LSPA_COVERED=\"LspaCovered\"}(i||(i={}));class Y{constructor(e){this.fields=new Map,this.fields.set(i.VERSION.toString(),Y.VERSION),this.fields.set(i.NOTICE.toString(),\"-\"),this.fields.set(i.OPT_OUT_SALE.toString(),\"-\"),this.fields.set(i.LSPA_COVERED.toString(),\"-\"),e&&e.length>0&&this.decode(e)}hasField(e){return this.fields.has(e)}getFieldValue(e){return this.fields.has(e)?this.fields.get(e):null}setFieldValue(e,t){if(!this.fields.has(e))throw new q(e+\" not found\");this.fields.set(e,t)}toObj(){let e={};for(const t of this.fields.keys()){let n=this.fields.get(t);e[t.toString()]=n}return e}encode(){let e=\"\";return e+=this.getFieldValue(i.VERSION.toString()),e+=this.getFieldValue(i.NOTICE.toString()),e+=this.getFieldValue(i.OPT_OUT_SALE.toString()),e+=this.getFieldValue(i.LSPA_COVERED.toString()),e}decode(e){this.setFieldValue(i.VERSION.toString(),parseInt(e.charAt(0))),this.setFieldValue(i.NOTICE.toString(),e.charAt(1)),this.setFieldValue(i.OPT_OUT_SALE.toString(),e.charAt(2)),this.setFieldValue(i.LSPA_COVERED.toString(),e.charAt(3))}getId(){return Y.ID}getName(){return Y.NAME}}Y.ID=6,Y.VERSION=1,Y.NAME=\"uspv1\";class Q{static encode(e,t,n){let s=\"\";for(let n=0;n<e.length;n++)s+=m.encode(e[n],t);for(;s.length<t*n;)s+=\"0\";return s}static decode(e,t,n){if(!/^[0-1]*$/.test(e))throw new C(\"Undecodable FixedInteger \\'\"+e+\"\\'\");if(e.length>t*n)throw new C(\"Undecodable FixedIntegerList \\'\"+e+\"\\'\");if(e.length%t!=0)throw new C(\"Undecodable FixedIntegerList \\'\"+e+\"\\'\");for(;e.length<t*n;)e+=\"0\";e.length>t*n&&(e=e.substring(0,t*n));let s=[];for(let n=0;n<e.length;n+=t)s.push(m.decode(e.substring(n,n+t)));for(;s.length<n;)s.push(0);return s}}class J extends b{constructor(e,t){super(),this.elementBitStringLength=e,this.numElements=t.length,this.setValue(t)}encode(){return Q.encode(this.value,this.elementBitStringLength,this.numElements)}decode(e){this.value=Q.decode(e,this.elementBitStringLength,this.numElements)}substring(e,t){return e.substring(t,t+this.elementBitStringLength*this.numElements)}getValue(){return[...super.getValue()]}setValue(e){let t=[...e];for(let e=t.length;e<this.numElements;e++)t.push(0);t.length>this.numElements&&(t=t.slice(0,this.numElements)),super.setValue(t)}}!function(e){e.VERSION=\"Version\",e.SHARING_NOTICE=\"SharingNotice\",e.SALE_OPT_OUT_NOTICE=\"SaleOptOutNotice\",e.SHARING_OPT_OUT_NOTICE=\"SharingOptOutNotice\",e.TARGETED_ADVERTISING_OPT_OUT_NOTICE=\"TargetedAdvertisingOptOutNotice\",e.SENSITIVE_DATA_PROCESSING_OPT_OUT_NOTICE=\"SensitiveDataProcessingOptOutNotice\",e.SENSITIVE_DATA_LIMIT_USE_NOTICE=\"SensitiveDataLimitUseNotice\",e.SALE_OPT_OUT=\"SaleOptOut\",e.SHARING_OPT_OUT=\"SharingOptOut\",e.TARGETED_ADVERTISING_OPT_OUT=\"TargetedAdvertisingOptOut\",e.SENSITIVE_DATA_PROCESSING=\"SensitiveDataProcessing\",e.KNOWN_CHILD_SENSITIVE_DATA_CONSENTS=\"KnownChildSensitiveDataConsents\",e.PERSONAL_DATA_CONSENTS=\"PersonalDataConsents\",e.MSPA_COVERED_TRANSACTION=\"MspaCoveredTransaction\",e.MSPA_OPT_OUT_OPTION_MODE=\"MspaOptOutOptionMode\",e.MSPA_SERVICE_PROVIDER_MODE=\"MspaServiceProviderMode\",e.GPC_SEGMENT_TYPE=\"GpcSegmentType\",e.GPC_SEGMENT_INCLUDED=\"GpcSegmentIncluded\",e.GPC=\"Gpc\"}(r||(r={}));class X extends G{constructor(e){let t=new Map;t.set(r.VERSION.toString(),new P(6,X.VERSION)),t.set(r.SHARING_NOTICE.toString(),new P(2,0)),t.set(r.SALE_OPT_OUT_NOTICE.toString(),new P(2,0)),t.set(r.SHARING_OPT_OUT_NOTICE.toString(),new P(2,0)),t.set(r.TARGETED_ADVERTISING_OPT_OUT_NOTICE.toString(),new P(2,0)),t.set(r.SENSITIVE_DATA_PROCESSING_OPT_OUT_NOTICE.toString(),new P(2,0)),t.set(r.SENSITIVE_DATA_LIMIT_USE_NOTICE.toString(),new P(2,0)),t.set(r.SALE_OPT_OUT.toString(),new P(2,0)),t.set(r.SHARING_OPT_OUT.toString(),new P(2,0)),t.set(r.TARGETED_ADVERTISING_OPT_OUT.toString(),new P(2,0)),t.set(r.SENSITIVE_DATA_PROCESSING.toString(),new J(2,[0,0,0,0,0,0,0,0,0,0,0,0])),t.set(r.KNOWN_CHILD_SENSITIVE_DATA_CONSENTS.toString(),new J(2,[0,0])),t.set(r.PERSONAL_DATA_CONSENTS.toString(),new P(2,0)),t.set(r.MSPA_COVERED_TRANSACTION.toString(),new P(2,0)),t.set(r.MSPA_OPT_OUT_OPTION_MODE.toString(),new P(2,0)),t.set(r.MSPA_SERVICE_PROVIDER_MODE.toString(),new P(2,0)),t.set(r.GPC_SEGMENT_TYPE.toString(),new P(2,1)),t.set(r.GPC_SEGMENT_INCLUDED.toString(),new v(!0)),t.set(r.GPC.toString(),new v(!1)),super(t,[[r.VERSION.toString(),r.SHARING_NOTICE.toString(),r.SALE_OPT_OUT_NOTICE.toString(),r.SHARING_OPT_OUT_NOTICE.toString(),r.TARGETED_ADVERTISING_OPT_OUT_NOTICE.toString(),r.SENSITIVE_DATA_PROCESSING_OPT_OUT_NOTICE.toString(),r.SENSITIVE_DATA_LIMIT_USE_NOTICE.toString(),r.SALE_OPT_OUT.toString(),r.SHARING_OPT_OUT.toString(),r.TARGETED_ADVERTISING_OPT_OUT.toString(),r.SENSITIVE_DATA_PROCESSING.toString(),r.KNOWN_CHILD_SENSITIVE_DATA_CONSENTS.toString(),r.PERSONAL_DATA_CONSENTS.toString(),r.MSPA_COVERED_TRANSACTION.toString(),r.MSPA_OPT_OUT_OPTION_MODE.toString(),r.MSPA_SERVICE_PROVIDER_MODE.toString()],[r.GPC_SEGMENT_TYPE.toString(),r.GPC.toString()]]),this.base64UrlEncoder=new _,e&&e.length>0&&this.decode(e)}encode(){let e=this.encodeSegmentsToBitStrings(),t=[];if(t.push(this.base64UrlEncoder.encode(e[0])),e[1]&&e[1].length>0){!0===this.fields.get(r.GPC_SEGMENT_INCLUDED).getValue()&&t.push(this.base64UrlEncoder.encode(e[1]))}return t.join(\".\")}decode(e){let t=e.split(\".\"),n=[],s=!1;for(let e=0;e<t.length;e++){let o=this.base64UrlEncoder.decode(t[e]);switch(o.substring(0,2)){case\"00\":n[0]=o;break;case\"01\":s=!0,n[1]=o;break;default:throw new C(\"Unable to decode segment \\'\"+t[e]+\"\\'\")}}this.decodeSegmentsFromBitStrings(n),this.fields.get(r.GPC_SEGMENT_INCLUDED).setValue(s)}getId(){return X.ID}getName(){return X.NAME}}X.ID=7,X.VERSION=1,X.NAME=\"usnatv1\";class K{}K.SECTION_ID_NAME_MAP=new Map([[z.ID,z.NAME],[j.ID,j.NAME],[Y.ID,Y.NAME],[X.ID,X.NAME]]),K.SECTION_ORDER=[z.NAME,j.NAME,Y.NAME,X.NAME];class $ extends C{constructor(e){super(e),this.name=\"LazyDecodingError\"}}class Z{constructor(e){this.sections=new Map,e?(this.encodedString=e,this.decoded=!1,this.dirty=!1):(this.encodedString=\"DBAA\",this.decoded=!1,this.dirty=!1)}setFieldValue(e,t,n){if(!this.decoded&&null!=this.encodedString&&this.encodedString.length>0)try{this.decode(this.encodedString)}catch(e){throw new $(e.message)}let s=null;if(this.sections.has(e)?s=this.sections.get(e):e===j.NAME?(s=new j,this.sections.set(j.NAME,s)):e===z.NAME?(s=new z,this.sections.set(z.NAME,s)):e===Y.NAME?(s=new Y,this.sections.set(Y.NAME,s)):e===X.NAME&&(s=new X,this.sections.set(X.NAME,s)),!s)throw new q(e+\".\"+t+\" not found\");s.setFieldValue(t,n),this.dirty=!0}setFieldValueBySectionId(e,t,n){this.setFieldValue(K.SECTION_ID_NAME_MAP.get(e),t,n)}getFieldValue(e,t){if(!this.decoded&&null!=this.encodedString&&this.encodedString.length>0)try{this.decode(this.encodedString)}catch(e){throw new $(e.message)}return this.sections.has(e)?this.sections.get(e).getFieldValue(t):null}getFieldValueBySectionId(e,t){return this.getFieldValue(K.SECTION_ID_NAME_MAP.get(e),t)}hasField(e,t){if(!this.decoded&&null!=this.encodedString&&this.encodedString.length>0)try{this.decode(this.encodedString)}catch(e){throw new $(e.message)}return!!this.sections.has(e)&&this.sections.get(e).hasField(t)}hasFieldBySectionId(e,t){return this.hasField(K.SECTION_ID_NAME_MAP.get(e),t)}hasSection(e){if(!this.decoded&&null!=this.encodedString&&this.encodedString.length>0)try{this.decode(this.encodedString)}catch(e){throw new $(e.message)}return this.sections.has(e)}hasSectionId(e){return this.hasSection(K.SECTION_ID_NAME_MAP.get(e))}deleteSection(e){if(!this.decoded&&null!=this.encodedString&&this.encodedString.length>0)try{this.decode(this.encodedString)}catch(e){throw new $(e.message)}this.sections.delete(e),this.dirty=!0}deleteSectionById(e){this.deleteSection(K.SECTION_ID_NAME_MAP.get(e))}clear(){this.sections.clear(),this.encodedString=\"DBAA\",this.decoded=!1,this.dirty=!1}getHeader(){if(!this.decoded&&null!=this.encodedString&&this.encodedString.length>0)try{this.decode(this.encodedString)}catch(e){throw new $(e.message)}let e=new w;return e.setFieldValue(\"SectionIds\",this.getSectionIds()),e.toObj()}getSection(e){if(!this.decoded&&null!=this.encodedString&&this.encodedString.length>0)try{this.decode(this.encodedString)}catch(e){throw new $(e.message)}return this.sections.has(e)?this.sections.get(e).toObj():null}getSectionIds(){if(!this.decoded&&null!=this.encodedString&&this.encodedString.length>0)try{this.decode(this.encodedString)}catch(e){throw new $(e.message)}let e=[];for(let t=0;t<K.SECTION_ORDER.length;t++){let n=K.SECTION_ORDER[t];if(this.sections.has(n)){let t=this.sections.get(n);e.push(t.getId())}}return e}encode(){if(!this.dirty)return this.encodedString;if(!this.decoded&&null!=this.encodedString&&this.encodedString.length>0)try{this.decode(this.encodedString)}catch(e){throw new $(e.message)}let e=[],t=[];for(let n=0;n<K.SECTION_ORDER.length;n++){let s=K.SECTION_ORDER[n];if(this.sections.has(s)){let n=this.sections.get(s);e.push(n.encode()),t.push(n.getId())}}let n=new w;return n.setFieldValue(\"SectionIds\",this.getSectionIds()),e.unshift(n.encode()),this.encodedString=e.join(\"~\"),this.dirty=!1,this.encodedString}decode(e){this.encodedString=e,this.decoded=!1,this.dirty=!0,this.sections.clear();let t=e.split(\"~\"),n=new w(t[0]);this.sections.set(w.NAME,n);let s=n.getFieldValue(\"SectionIds\");for(let e=0;e<s.length;e++)if(s[e]===j.ID){let n=new j(t[e+1]);this.sections.set(j.NAME,n)}else if(s[e]===z.ID){let n=new z(t[e+1]);this.sections.set(z.NAME,n)}else if(s[e]===Y.ID){let n=new Y(t[e+1]);this.sections.set(Y.NAME,n)}else if(s[e]===X.ID){let n=new X(t[e+1]);this.sections.set(X.NAME,n)}this.decoded=!0,this.dirty=!1}encodeSection(e){if(!this.decoded&&null!=this.encodedString&&this.encodedString.length>0)try{this.decode(this.encodedString)}catch(e){throw new $(e.message)}return this.sections.has(e)?this.sections.get(e).encode():null}encodeSectionById(e){return this.encodeSection(K.SECTION_ID_NAME_MAP.get(e))}decodeSection(e,t){if(!this.decoded&&null!=this.encodedString&&this.encodedString.length>0)try{this.decode(this.encodedString)}catch(e){throw new $(e.message)}let n=null;this.sections.has(e)?n=this.sections.get(e):e===j.NAME?(n=new j,this.sections.set(j.NAME,n)):e===z.NAME?(n=new z,this.sections.set(z.NAME,n)):e===Y.NAME?(n=new Y,this.sections.set(Y.NAME,n)):e===X.NAME&&(n=new X,this.sections.set(X.NAME,n)),n&&n.decode(t)}decodeSectionById(e,t){this.decodeSection(K.SECTION_ID_NAME_MAP.get(e),t)}toObject(){if(!this.decoded&&null!=this.encodedString&&this.encodedString.length>0)try{this.decode(this.encodedString)}catch(e){throw new $(e.message)}let e={};for(let t=0;t<K.SECTION_ORDER.length;t++){let n=K.SECTION_ORDER[t];this.sections.has(n)&&(e[n]=this.sections.get(n).toObj())}return e}}!function(e){e.NOT_READY=\"not ready\",e.READY=\"ready\"}(a||(a={}));class ee{constructor(){this.gppVersion=\"1.1\",this.supportedAPIs=[],this.eventQueue=new E(this),this.cmpStatus=e.LOADING,this.cmpDisplayStatus=t.HIDDEN,this.signalStatus=a.NOT_READY,this.applicableSections=[],this.gppModel=new Z}reset(){this.eventQueue.clear(),this.cmpStatus=e.LOADING,this.cmpDisplayStatus=t.HIDDEN,this.signalStatus=a.NOT_READY,this.applicableSections=[],this.supportedAPIs=[],this.gppModel=new Z,delete this.cmpId,delete this.cmpVersion,delete this.eventStatus}}!function(e){e.ADD_EVENT_LISTENER=\"addEventListener\",e.GET_FIELD=\"getField\",e.GET_SECTION=\"getSection\",e.HAS_SECTION=\"hasSection\",e.PING=\"ping\",e.REMOVE_EVENT_LISTENER=\"removeEventListener\"}(c||(c={}));class te{constructor(e,t,n){this.success=!0,this.cmpApiContext=e,Object.assign(this,{callback:t,parameter:n})}execute(){try{return this.respond()}catch(e){return this.invokeCallback(null),null}}invokeCallback(e){const t=null!==e;this.callback&&this.callback(e,t)}}class ne{}l=c.ADD_EVENT_LISTENER,d=c.GET_FIELD,u=c.GET_SECTION,g=c.HAS_SECTION,p=c.PING,h=c.REMOVE_EVENT_LISTENER,ne[l]=class extends te{respond(){let e=this.cmpApiContext.eventQueue.add({callback:this.callback,parameter:this.parameter}),t=new S(\"listenerRegistered\",e,!0,new f(this.cmpApiContext));this.invokeCallback(t)}},ne[d]=class extends te{respond(){if(!this.parameter||0===this.parameter.length)throw new Error(\"<section>.<field> parameter required\");let e=this.parameter.split(\".\");if(2!=e.length)throw new Error(\"Field name must be in the format <section>.<fieldName>\");let t=e[0],n=e[1],s=null;\"tcfeuv2\"!=this.parameter&&(s=this.cmpApiContext.gppModel.getFieldValue(t,n)),this.invokeCallback(s)}},ne[u]=class extends te{respond(){if(!this.parameter||0===this.parameter.length)throw new Error(\"<section> parameter required\");let e=null;\"tcfeuv2\"!=this.parameter&&this.cmpApiContext.gppModel.hasSection(this.parameter)&&(e=this.cmpApiContext.gppModel.getSection(this.parameter)),this.invokeCallback(e)}},ne[g]=class extends te{respond(){if(!this.parameter||0===this.parameter.length)throw new Error(\"<section>[.version] parameter required\");let e=this.cmpApiContext.gppModel.hasSection(this.parameter);this.invokeCallback(e)}},ne[p]=class extends te{respond(){let e=new f(this.cmpApiContext);this.invokeCallback(e)}},ne[h]=class extends te{respond(){let e=this.parameter,t=this.cmpApiContext.eventQueue.remove(e),n=new S(\"listenerRemoved\",e,t,new f(this.cmpApiContext));this.invokeCallback(n)}};class se{constructor(e,t){if(this.cmpApiContext=e,t){let e=c.ADD_EVENT_LISTENER;if(null==t?void 0:t[e])throw new Error(`Built-In Custom Commmand for ${e} not allowed`);if(e=c.REMOVE_EVENT_LISTENER,null==t?void 0:t[e])throw new Error(`Built-In Custom Commmand for ${e} not allowed`);this.customCommands=t}try{this.callQueue=window.__gpp()||[]}catch(e){this.callQueue=[]}finally{window.__gpp=this.apiCall.bind(this),this.purgeQueuedCalls()}}apiCall(e,t,n,s){if(\"string\"!=typeof e)t(null,!1);else{if(\"events\"===e)return this.cmpApiContext.eventQueue.events();if(t&&\"function\"!=typeof t)throw new Error(\"invalid callback function\");this.isCustomCommand(e)?this.customCommands[e](t,n):this.isBuiltInCommand(e)?new ne[e](this.cmpApiContext,t,n).execute():t&&t(null,!1)}}purgeQueuedCalls(){const e=this.callQueue;this.callQueue=[],e.forEach((e=>{window.__gpp(...e)}))}isCustomCommand(e){return this.customCommands&&\"function\"==typeof this.customCommands[e]}isBuiltInCommand(e){return void 0!==ne[e]}}class oe{static absCall(e,t,n,s){return new Promise(((o,i)=>{const r=new XMLHttpRequest;r.withCredentials=n,r.addEventListener(\"load\",(()=>{if(r.readyState==XMLHttpRequest.DONE)if(r.status>=200&&r.status<300){let e=r.response;if(\"string\"==typeof e)try{e=JSON.parse(e)}catch(e){}o(e)}else i(new Error(`HTTP Status: ${r.status} response type: ${r.responseType}`))})),r.addEventListener(\"error\",(()=>{i(new Error(\"error\"))})),r.addEventListener(\"abort\",(()=>{i(new Error(\"aborted\"))})),null===t?r.open(\"GET\",e,!0):r.open(\"POST\",e,!0),r.responseType=\"json\",r.timeout=s,r.ontimeout=()=>{i(new Error(\"Timeout \"+s+\"ms \"+e))},r.send(t)}))}static post(e,t,n=!1,s=0){return this.absCall(e,JSON.stringify(t),n,s)}static fetch(e,t=!1,n=0){return this.absCall(e,null,t,n)}}class ie extends Error{constructor(e){super(e),this.name=\"GVLError\"}}class re{has(e){return re.langSet.has(e)}forEach(e){re.langSet.forEach(e)}get size(){return re.langSet.size}}re.langSet=new Set([\"BG\",\"CA\",\"CS\",\"DA\",\"DE\",\"EL\",\"EN\",\"ES\",\"ET\",\"FI\",\"FR\",\"HR\",\"HU\",\"IT\",\"JA\",\"LT\",\"LV\",\"MT\",\"NL\",\"NO\",\"PL\",\"PT\",\"RO\",\"RU\",\"SK\",\"SL\",\"SV\",\"TR\",\"ZH\"]);var ae=window&&window.__awaiter||function(e,t,n,s){return new(n||(n=Promise))((function(o,i){function r(e){try{c(s.next(e))}catch(e){i(e)}}function a(e){try{c(s.throw(e))}catch(e){i(e)}}function c(e){var t;e.done?o(e.value):(t=e.value,t instanceof n?t:new n((function(e){e(t)}))).then(r,a)}c((s=s.apply(e,t||[])).next())}))};class ce{constructor(){this.consentLanguages=new re,this.language=ce.DEFAULT_LANGUAGE,this.ready=!1,this.languageFilename=\"purposes-[LANG].json\"}static fromVendorList(e){let t=new ce;return t.populate(e),t}static fromUrl(e){return ae(this,void 0,void 0,(function*(){let t=e.baseUrl;if(!t||0===t.length)throw new ie(\"Invalid baseUrl: \\'\"+t+\"\\'\");if(/^https?:\\\\/\\\\/vendorlist\\\\.consensu\\\\.org\\\\//.test(t))throw new ie(\"Invalid baseUrl! You may not pull directly from vendorlist.consensu.org and must provide your own cache\");t.length>0&&\"/\"!==t[t.length-1]&&(t+=\"/\");let n=new ce;if(n.baseUrl=t,e.languageFilename?n.languageFilename=e.languageFilename:n.languageFilename=\"purposes-[LANG].json\",e.version>0){let s=e.versionedFilename;s||(s=\"archives/vendor-list-v[VERSION].json\");let o=t+s.replace(\"[VERSION]\",String(e.version));n.populate(yield oe.fetch(o))}else{let s=e.latestFilename;s||(s=\"vendor-list.json\");let o=t+s;n.populate(yield oe.fetch(o))}return n}))}changeLanguage(e){return ae(this,void 0,void 0,(function*(){const t=e.toUpperCase();if(!this.consentLanguages.has(t))throw new ie(`unsupported language ${e}`);if(t!==this.language){this.language=t;const n=this.baseUrl+this.languageFilename.replace(\"[LANG]\",e);try{this.populate(yield oe.fetch(n))}catch(e){throw new ie(\"unable to load language: \"+e.message)}}}))}getJson(){return JSON.parse(JSON.stringify({gvlSpecificationVersion:this.gvlSpecificationVersion,vendorListVersion:this.vendorListVersion,tcfPolicyVersion:this.tcfPolicyVersion,lastUpdated:this.lastUpdated,purposes:this.purposes,specialPurposes:this.specialPurposes,features:this.features,specialFeatures:this.specialFeatures,stacks:this.stacks,dataCategories:this.dataCategories,vendors:this.fullVendorList}))}isVendorList(e){return void 0!==e&&void 0!==e.vendors}populate(e){this.purposes=e.purposes,this.specialPurposes=e.specialPurposes,this.features=e.features,this.specialFeatures=e.specialFeatures,this.stacks=e.stacks,this.dataCategories=e.dataCategories,this.isVendorList(e)&&(this.gvlSpecificationVersion=e.gvlSpecificationVersion,this.tcfPolicyVersion=e.tcfPolicyVersion,this.vendorListVersion=e.vendorListVersion,this.lastUpdated=e.lastUpdated,\"string\"==typeof this.lastUpdated&&(this.lastUpdated=new Date(this.lastUpdated)),this.vendors=e.vendors,this.fullVendorList=e.vendors,this.mapVendors(),this.ready=!0)}mapVendors(e){this.byPurposeVendorMap={},this.bySpecialPurposeVendorMap={},this.byFeatureVendorMap={},this.bySpecialFeatureVendorMap={},Object.keys(this.purposes).forEach((e=>{this.byPurposeVendorMap[e]={legInt:new Set,consent:new Set,flexible:new Set}})),Object.keys(this.specialPurposes).forEach((e=>{this.bySpecialPurposeVendorMap[e]=new Set})),Object.keys(this.features).forEach((e=>{this.byFeatureVendorMap[e]=new Set})),Object.keys(this.specialFeatures).forEach((e=>{this.bySpecialFeatureVendorMap[e]=new Set})),Array.isArray(e)||(e=Object.keys(this.fullVendorList).map((e=>+e))),this.vendorIds=new Set(e),this.vendors=e.reduce(((e,t)=>{const n=this.vendors[String(t)];return n&&void 0===n.deletedDate&&(n.purposes.forEach((e=>{this.byPurposeVendorMap[String(e)].consent.add(t)})),n.specialPurposes.forEach((e=>{this.bySpecialPurposeVendorMap[String(e)].add(t)})),n.legIntPurposes.forEach((e=>{this.byPurposeVendorMap[String(e)].legInt.add(t)})),n.flexiblePurposes&&n.flexiblePurposes.forEach((e=>{this.byPurposeVendorMap[String(e)].flexible.add(t)})),n.features.forEach((e=>{this.byFeatureVendorMap[String(e)].add(t)})),n.specialFeatures.forEach((e=>{this.bySpecialFeatureVendorMap[String(e)].add(t)})),e[t]=n),e}),{})}getFilteredVendors(e,t,n,s){const o=e.charAt(0).toUpperCase()+e.slice(1);let i;const r={};return i=\"purpose\"===e&&n?this[\"by\"+o+\"VendorMap\"][String(t)][n]:this[\"by\"+(s?\"Special\":\"\")+o+\"VendorMap\"][String(t)],i.forEach((e=>{r[String(e)]=this.vendors[String(e)]})),r}getVendorsWithConsentPurpose(e){return this.getFilteredVendors(\"purpose\",e,\"consent\")}getVendorsWithLegIntPurpose(e){return this.getFilteredVendors(\"purpose\",e,\"legInt\")}getVendorsWithFlexiblePurpose(e){return this.getFilteredVendors(\"purpose\",e,\"flexible\")}getVendorsWithSpecialPurpose(e){return this.getFilteredVendors(\"purpose\",e,void 0,!0)}getVendorsWithFeature(e){return this.getFilteredVendors(\"feature\",e)}getVendorsWithSpecialFeature(e){return this.getFilteredVendors(\"feature\",e,void 0,!0)}narrowVendorsTo(e){this.mapVendors(e)}get isReady(){return this.ready}static isInstanceOf(e){return\"object\"==typeof e&&\"function\"==typeof e.narrowVendorsTo}}ce.DEFAULT_LANGUAGE=\"EN\";var le=window&&window.__awaiter||function(e,t,n,s){return new(n||(n=Promise))((function(o,i){function r(e){try{c(s.next(e))}catch(e){i(e)}}function a(e){try{c(s.throw(e))}catch(e){i(e)}}function c(e){var t;e.done?o(e.value):(t=e.value,t instanceof n?t:new n((function(e){e(t)}))).then(r,a)}c((s=s.apply(e,t||[])).next())}))};class de{constructor(e,t,n){this.cmpApiContext=new ee,this.cmpApiContext.cmpId=e,this.cmpApiContext.cmpVersion=t,this.callResponder=new se(this.cmpApiContext,n)}fireEvent(e,t){this.cmpApiContext.eventQueue.exec(e,t)}fireErrorEvent(e){this.cmpApiContext.eventQueue.exec(\"error\",e)}fireSectionChange(e){this.cmpApiContext.eventQueue.exec(\"sectionChange\",e)}getEventStatus(){return this.cmpApiContext.eventStatus}setEventStatus(e){this.cmpApiContext.eventStatus=e}getCmpStatus(){return this.cmpApiContext.cmpStatus}setCmpStatus(e){this.cmpApiContext.cmpStatus=e,this.cmpApiContext.eventQueue.exec(\"cmpStatus\",e)}getCmpDisplayStatus(){return this.cmpApiContext.cmpDisplayStatus}setCmpDisplayStatus(e){this.cmpApiContext.cmpDisplayStatus=e,this.cmpApiContext.eventQueue.exec(\"cmpDisplayStatus\",e)}getSignalStatus(){return this.cmpApiContext.signalStatus}setSignalStatus(e){this.cmpApiContext.signalStatus=e,this.cmpApiContext.eventQueue.exec(\"signalStatus\",e)}getApplicableSections(){return this.cmpApiContext.applicableSections}setApplicableSections(e){this.cmpApiContext.applicableSections=e}getSupportedAPIs(){return this.cmpApiContext.supportedAPIs}setSupportedAPIs(e){this.cmpApiContext.supportedAPIs=e}setGppString(e){this.cmpApiContext.gppModel.decode(e)}getGppString(){return this.cmpApiContext.gppModel.encode()}setSectionString(e,t){this.cmpApiContext.gppModel.decodeSection(e,t)}setSectionStringById(e,t){this.setSectionString(K.SECTION_ID_NAME_MAP.get(e),t)}getSectionString(e){return this.cmpApiContext.gppModel.encodeSection(e)}getSectionStringById(e){return this.getSectionString(K.SECTION_ID_NAME_MAP.get(e))}setFieldValue(e,t,n){this.cmpApiContext.gppModel.setFieldValue(e,t,n)}setFieldValueBySectionId(e,t,n){this.setFieldValue(K.SECTION_ID_NAME_MAP.get(e),t,n)}getFieldValue(e,t){return this.cmpApiContext.gppModel.getFieldValue(e,t)}getFieldValueBySectionId(e,t){return this.getFieldValue(K.SECTION_ID_NAME_MAP.get(e),t)}getSection(e){return this.cmpApiContext.gppModel.getSection(e)}getSectionById(e){return this.getSection(K.SECTION_ID_NAME_MAP.get(e))}hasSection(e){return this.cmpApiContext.gppModel.hasSection(e)}hasSectionId(e){return this.hasSection(K.SECTION_ID_NAME_MAP.get(e))}deleteSection(e){this.cmpApiContext.gppModel.deleteSection(e)}deleteSectionById(e){this.deleteSection(K.SECTION_ID_NAME_MAP.get(e))}clear(){this.cmpApiContext.gppModel.clear()}getObject(){return this.cmpApiContext.gppModel.toObject()}getGvlFromVendorList(e){return ce.fromVendorList(e)}getGvlFromUrl(e){return le(this,void 0,void 0,(function*(){return ce.fromUrl(e)}))}}window.WBD=window.WBD||{},window.WM=window.WM||{},function(e,t){if(\"function\"!=typeof e.CustomEvent){var n=function(e,n){var s;return n=n||{bubbles:!1,cancelable:!1,detail:void 0},(s=t.createEvent(\"CustomEvent\")).initCustomEvent(e,n.bubbles,n.cancelable,n.detail),s};n.prototype=e.Event.prototype,e.CustomEvent=n,\"function\"!==e.Event&&(e.Event=n)}}(window,document),window.WBD.UserConsent=window.WBD.UserConsent||function(e,t){var n,s,o,i=\"\",r=0,a={},c={},l=!1,d=[],u=\"\",g=0,p=\"\",h=null,S=null,f=\"unknown\",E={},C=!1,m={},I=\"\",T=\"\",_=\"\",O=\"\",N={tcfeuv2:2,tcfcav1:5,uspv1:6,usnatv1:7},A=null,b=0,y=\"\",P=\"\",D=null,w=!1,v=!1,R=\"en\",V={binary:!0,boolean:!0,trinary:!0,integer:!0},L=\"\",k=\"\",U=!1,M=\"4.1.8\",x=null,G=!1,F=!1,B=null,W=!1,H=!1,z=!1,j=null,q=\"\",Y={addtlConsentCookie:\"OTAdditionalConsentString\",adChoicesLinkAction:\"https://www.wbdprivacy.com/policycenter/b2c/\",adChoicesLinkTitle:{ar:\"اختيارات الإعلان\",de:\"Anzeigenauswahl\",en:\"Ad Choices\",es:\"Elecciones de anuncios\",fr:\"Choix dannonces\"},affiliatesLinkAction:\"https://www.wbdprivacy.com/policycenter/affiliates/\",affiliatesLinkTitle:{ar:\"الشركات التابعة\",en:\"Affiliates\",de:\"Mitgliedsorganisationen\",es:\"Afiliadas\",fr:\"Affiliées\"},categories:{req:\"required\",dsa:\"data-store\",cad:\"ads-contextual\",pap:\"ads-person-prof\",pad:\"ads-person\",pcp:\"content-person-prof\",pcd:\"content-person\",map:\"measure-ads\",mcp:\"measure-content\",mra:\"measure-market\",pdd:\"product-develop\",ccd:\"content-contextual\",sec:\"product-security\",tdc:\"deliver-content\",cos:\"combine-data\",dlk:\"link-devices\",did:\"id-devices\",gld:\"geolocate\",sid:\"scan-devices\",dsh:\"data-share\",dsl:\"data-sell\",pdu:\"personal-data\",kc12:\"known-child-12\",kc16:\"known-child-16\",sdre:\"sensitive-racial\",sdrb:\"sensitive-belief\",sdhe:\"sensitive-health\",sdso:\"sensitive-sexual\",sdir:\"sensitive-citizen\",sdge:\"sensitive-gene\",sdbm:\"sensitive-biometric\",sdsp:\"sensitive-spi\",sdss:\"sensitive-ssi\",sduo:\"sensitive-org\",sdco:\"sensitive-comm\"},ccCookie:\"countryCode\",ccpaGeos:[\"US:CA\",\"US:CO\",\"US:CT\",\"US:UT\",\"US:VA\"],compatCategories:{vendor:[\"data-share\",\"data-sell\",\"ads-person-prof\",\"ads-person\"],\"targeted-ads\":[\"ads-person-prof\",\"ads-person\"],\"sensitive-geo\":[\"geolocate\"]},confirmCookie:\"OptanonAlertBoxClosed\",consentChangeAction:null,consentChangeActionDelay:1e3,consentCookie:\"OptanonConsent\",consentDefaults:{required:!0,\"data-store\":!0,\"ads-contextual\":!0,\"ads-person\":!0,\"ads-person-prof\":!0,\"content-person\":!0,\"content-person-prof\":!0,\"measure-ads\":!0,\"measure-content\":!0,\"measure-market\":!0,\"product-develop\":!0,\"content-contextual\":!0,\"product-security\":!0,\"deliver-content\":!0,\"combine-data\":!0,\"link-devices\":!0,\"id-devices\":!0,geolocate:!1,\"scan-devices\":!1,\"data-share\":!0,\"data-sell\":!0,\"personal-data\":!1,\"known-child-12\":!1,\"known-child-16\":!1,\"sensitive-racial\":!1,\"sensitive-belief\":!1,\"sensitive-health\":!1,\"sensitive-sexual\":!1,\"sensitive-citizen\":!1,\"sensitive-gene\":!1,\"sensitive-biometric\":!1,\"sensitive-spi\":!1,\"sensitive-ssi\":!1,\"sensitive-org\":!1,\"sensitive-comm\":!1},consentExpireIn:1,consentNotApplicable:[\"personal-data\",\"known-child-12\",\"known-child-16\",\"sensitive-racial\",\"sensitive-belief\",\"sensitive-health\",\"sensitive-sexual\",\"sensitive-citizen\",\"sensitive-gene\",\"sensitive-biometric\",\"geolocate\",\"sensitive-spi\",\"sensitive-ssi\",\"sensitive-org\",\"sensitive-comm\"],consentLinkTitle:{ar:\"ملفات تعريف الارتباط\",de:\"Cookie-Einstellungen\",en:\"Cookie Settings\",es:\"Configuración de Cookies\",fr:\"Paramètres des Cookies\"},controlCookie:\"OptanonControl\",cookieSameSite:\"Lax\",cookieSecure:!1,defaultCountry:\"US\",defaultLanguage:\"en\",defaultState:\"\",enableDebug:!1,enableGPC:!0,enableTransitionCheck:!0,enableWebViewCheck:!0,gdprIabCookie:\"eupubconsent-v2\",geoCheckFunction:null,geoPassedToOneTrust:!0,gpcFixCookie:\"\",gppCategories:{usnatv1:[{field:\"SharingNotice\",type:\"trinary\",default:1},{field:\"SaleOptOutNotice\",type:\"trinary\",default:1},{field:\"SharingOptOutNotice\",type:\"trinary\",default:1},{field:\"TargetedAdvertisingOptOutNotice\",type:\"trinary\",default:1},{field:\"SharingOptOut\",type:\"trinary\",val:\"data-share\"},{field:\"SaleOptOut\",type:\"trinary\",val:\"data-sell\"},{field:\"TargetedAdvertisingOptOut\",type:\"trinary\",val:[\"ads-person-prof\",\"ads-person\"]},{field:\"PersonalDataConsents\",type:\"trinary\",default:0,val:\"personal-data\"},{field:\"KnownChildSensitiveDataConsents\",type:\"array-trinary\",default:[0,0],maxCount:2,0:\"known-child-12\",1:\"known-child-16\"},{field:\"SensitiveDataProcessing\",type:\"array-trinary\",default:[0,0,0,0,0,0,0,0,0,0,0,0],maxCount:12,0:\"sensitive-racial\",1:\"sensitive-belief\",2:\"sensitive-health\",3:\"sensitive-sexual\",4:\"sensitive-citizen\",5:\"sensitive-gene\",6:\"sensitive-biometric\",7:\"geolocate\",8:\"sensitive-spi\",9:\"sensitive-ssi\",10:\"sensitive-org\",11:\"sensitive-comm\"}],uspv1:[{field:\"OptOutSale\",type:\"binary\",val:[\"data-share\",\"data-sell\",\"ads-person-prof\",\"ads-person\"]}]},gppIabCookie:\"OTGPPConsent\",gppSection:\"\",iabRegion:\"\",languageFromBrowser:!0,oneTrustLoadTimeout:1e4,privacyCenterLinkAction:\"https://www.wbdprivacy.com/policycenter/b2c/\",privacyCenterLinkTitle:{ar:\"سياسة خصوصية المستهلك\",de:\"Datenschutzhinweise\",en:\"Privacy Policy\",es:\"Política de Privacidad\",fr:\"Politique de Confidentialité\"},regionChangeAction:null,regions:[{id:\"us\",compatCodes:{ven:[\"dsh\",\"dsl\",\"pap\",\"pad\"],tpv:[\"dsh\",\"dsl\",\"pap\",\"pad\"]},compatTransition:{cond:!1,new:[\"dsh\",\"dsl\",\"pap\",\"pad\"],old:\"ven\"},consentExpireIn:3,consentGpcDefaults:{\"data-share\":!1,\"data-sell\":!1,\"ads-person-prof\":!1,\"ads-person\":!1},consentImpliedDefaults:{\"data-store\":!0,\"ads-contextual\":!0,\"content-person\":!0,\"content-person-prof\":!0,\"measure-ads\":!0,\"measure-content\":!0,\"measure-market\":!0,\"product-develop\":!0,\"content-contextual\":!0,\"product-security\":!0,\"deliver-content\":!0,\"combine-data\":!0,\"link-devices\":!0,\"id-devices\":!0},consentLinkTitle:{ar:\"لا تبيع أو تشارك معلوماتي الشخصية\",de:\"Nicht Verkauf oder Nicht Weitergabe Ihrer personenbezogenen Daten zu stellen\",en:\"Do Not Sell Or Share My Personal Information\",es:\"No Venda Vi Comparta Mi Información Personal\",fr:\"Ne pas vendre ni partager mes informations personnelles\"},rightsRequestLinkAction:\"https://www.wbdprivacy.com/policycenter/usstatesupplement/en-us/\",geoMatch:[\"US:CA\",\"US:CO\",\"US:CT\",\"US:UT\",\"US:VA\"],gppSection:\"usnatv1\",iabRegion:\"ccpa\"},{id:\"gdpr\",consentDefaults:{\"data-store\":!1,\"ads-contextual\":!1,\"ads-person-prof\":!1,\"ads-person\":!1,\"content-person-prof\":!1,\"content-person\":!1,\"measure-ads\":!1,\"measure-content\":!1,\"measure-market\":!1,\"product-develop\":!1,\"content-contextual\":!1,\"combine-data\":!1,\"link-devices\":!1,\"id-devices\":!1},consentImpliedDefaults:{\"product-security\":!0,\"deliver-content\":!0,\"combine-data\":!0,\"link-devices\":!0,\"id-devices\":!0,\"data-share\":!0,\"data-sell\":!0},consentLinkTitle:{ar:\"إدارة ملفات تعريف الارتباط+\",de:\"Cookies Verwalten+\",en:\"Manage Cookies+\",es:\"Administrar cookies+\",fr:\"Gérer les Cookies+\"},geoMatch:[\"GB\",\"DE\",\"FR\",\"IT\",\"ES\",\"PL\",\"RO\",\"NL\",\"BE\",\"GR\",\"CZ\",\"PT\",\"SE\",\"HU\",\"AT\",\"BG\",\"DK\",\"FI\",\"SK\",\"IE\",\"HR\",\"LT\",\"SI\",\"LV\",\"EE\",\"CY\",\"LU\",\"MT\",\"NO\",\"IS\",\"LI\"],iabRegion:\"gdpr\"},{id:\"other-optin\",consentDefaults:{\"data-store\":!1,\"ads-contextual\":!1,\"ads-person-prof\":!1,\"ads-person\":!1,\"content-person-prof\":!1,\"content-person\":!1,\"measure-ads\":!1,\"measure-content\":!1,\"measure-market\":!1,\"product-develop\":!1,\"content-contextual\":!1,\"combine-data\":!1,\"link-devices\":!1,\"id-devices\":!1},consentImpliedDefaults:{\"product-security\":!0,\"deliver-content\":!0,\"combine-data\":!0,\"link-devices\":!0,\"id-devices\":!0,\"data-share\":!0,\"data-sell\":!0},geoMatch:[\"CO\",\"UY\",\"PE\",\"AR\",\"CR\",\"CL\"]},{id:\"other-optout\",consentImpliedDefaults:{\"product-security\":!0,\"deliver-content\":!0,\"combine-data\":!0,\"link-devices\":!0,\"id-devices\":!0,\"data-share\":!0,\"data-sell\":!0},geoMatch:[\"MX\",\"PY\",\"BR\",\"VE\",\"NI\"]},{id:\"global\",geoMatch:[\"*\"],useFixedConsent:!0}],reloadOnConsentChange:!0,reloadOnConsentReduction:!1,rightsRequestLinkAction:\"https://www.wbdprivacy.com/policycenter/b2c/\",rightsRequestLinkTitle:{ar:\"بوابة طلبات الحقوق الفردية\",de:\"Anfrageportal für Individualrechte\",en:\"Individual Rights Request Portal\",es:\"Portal de solicitud de derechos individuales\",fr:\"Portail de demande de droits des individus\"},scCookie:\"stateCode\",setPageClass:!0,src:\"https://cdn.cookielaw.org/scripttemplates/otSDKStub.js\",strictIabCompliance:!0,tcfOpts:{categories:{purposes:[\"data-store\",\"ads-contextual\",\"ads-person-prof\",\"ads-person\",\"content-person-prof\",\"content-person\",\"measure-ads\",\"measure-content\",\"measure-market\",\"product-develop\",\"content-contextual\"],specialPurposes:[\"product-security\",\"deliver-content\"],features:[\"combine-data\",\"link-devices\",\"id-devices\"],specialFeatures:[\"geolocate\",\"scan-devices\"]},policies:{2:{iabMaxPurposes:10,iabMaxSpecialFeats:2},3:{iabMaxPurposes:10,iabMaxSpecialFeats:2},4:{iabMaxPurposes:11,iabMaxSpecialFeats:2}}},ucFlavor:\"iab\",useFixedConsent:!1,useGPP:!0,useIAB:!0,useIabString:!0,uspApiCookieName:\"usprivacy\",uspApiExplicitNotice:!0,uspApiIsLspa:!1};function Q(e){const t=Array.prototype.slice.call(arguments);t[0]=\"[WMUC]\"+(0===I.length?\"\":\" (\"+I+\")\")+\":\",\"error\"===e?console.error.apply(console,t):console.log.apply(console,t)}function J(e){const n=t.cookie.match(new RegExp(\"(^|;) *\"+e+\" *= *([^;]+)\"));return n?n.pop():null}function X(e,n,s){e&&(s=s||{},t.cookie=e+\"=\"+(\"string\"==typeof n?n:\"\")+\"; Domain=\"+(s.domain||c.cookieDomain)+\"; Path=\"+(s.path||\"/\")+(s.maxage?\"; Max-Age=\"+s.maxage:s.expires?\"; Expires=\"+s.expires:\"\")+(s.secure?\"; Secure\":\"\")+(s.samesite?\"; SameSite=\"+s.samesite:\"\"))}function K(t){if(\"function\"==typeof e.atob)try{return atob(t.replace(/_/g,\"/\").replace(/-/g,\"+\"))}catch(e){Q(\"error\",\"Failed to decode TC string\")}return\"\"}function $(e){return!!Number(e)}function Z(e){return parseInt(e,2)||0}function ee(e){return 100*Z(e)}function te(e){const t=\"A\".charCodeAt(),n=e.match(/.{6}/g)||[];let s=\"\";for(let e=0;e<n.length;e++)s+=String.fromCharCode(Z(n[e])+t);return s}function ne(e){const t=e.split(\"\");let n={};for(let e=0;e<t.length;e++)$(t[e])&&(n[e+1]=!0);return n}function se(e){let t=0,n={},s=function(e,t,n,s){let o=()=>{if(s.pubRestrictionEntry&&s.rangeEntry)for(let e in s.rangeEntry)Object.prototype.hasOwnProperty.call(s.rangeEntry,e)&&(s.pubRestrictionEntry[e]=(s.pubRestrictionEntry[e]||[]).concat(s.rangeEntry[e]));s.numPubRestrictions&&(s.numPubRestrictions--,e.push({key:\"purposeId\",size:6},{key:\"restrictionType\",size:2},{key:\"numEntries\",size:12}))},i=()=>{s.numEntries?(s.numEntries--,e.push({key:\"isARange\",size:1,decoder:$},{key:\"startVendorId\",size:16})):o()},r=()=>!s.purposeId||[{purpose:s.purposeId,isAllowed:0!==s.restrictionType,isConsentRequired:1===s.restrictionType,isLegitimateInterestRequired:2===s.restrictionType}];if(\"isRangeEncoding\"===t.key)e.push(n?{key:\"numEntries\",size:12}:{key:\"bitField\",size:s.maxVendorId,decoder:ne});else if(\"numEntries\"===t.key)s.rangeEntry={},i();else if(\"isARange\"===t.key)n&&e.push({key:\"endVendorId\",size:16});else if(\"startVendorId\"===t.key)s.isARange||(s.rangeEntry[n]=r(),i());else if(\"endVendorId\"===t.key){for(let e=s.startVendorId;e<=s.endVendorId;e+=1)s.rangeEntry[e]=r();i()}else\"numCustomPurposes\"===t.key?e.push({key:\"customPurposeConsents\",size:s.numCustomPurposes,decoder:ne},{key:\"customPurposeLegitimateInterests\",size:s.numCustomPurposes,decoder:ne}):\"numPubRestrictions\"===t.key&&(s.pubRestrictionEntry={},o())},o=e=>e.pubRestrictionEntry||e.rangeEntry||e.bitField||e,i=(e,n)=>{const s=n.slice(t,t+e.size);return t+=e.size,(e.decoder||Z)(s)},r=(e,t)=>{let n={};if(!e.queue)return i(e,t);for(let o=0;o<e.queue.length;o+=1){let r=e.queue[o],a=i(r,t);r.key&&(n[r.key]=a),s(e.queue,r,a,n)}return o(n)},a=(e,t)=>{let n={};for(let o=0;o<e.queue.length;o++){let i=e.queue[o],a=r(i,t);i.key&&(n[i.key]=a),s(e.queue,i,a,n)}return o(n)};const c=function(e){let t,n=[];if(\"string\"!=typeof e)return Q(\"error\",\"Invalid TC string specified\"),n;t=e.split(\".\");for(let e=0;e<t.length;e++){let s=K(t[e]),o=\"\";for(let e=0;e<s.length;e++){let t=s.charCodeAt(e).toString(2);o+=\"00000000\".slice(0,8-t.length)+t}n.push(o)}return 2!==Z(n[0].slice(0,6))?(Q(\"error\",\"Unsupported TC string version\"),[]):n}(e),l=function(e){const t=[{key:\"purposeConsents\",size:24,decoder:ne},{key:\"purposeLegitimateInterests\",size:24,decoder:ne}],n=[{key:\"maxVendorId\",size:16},{key:\"isRangeEncoding\",size:1,decoder:$}],s=[{key:\"version\",size:6},{key:\"created\",size:36,decoder:ee},{key:\"lastUpdated\",size:36,decoder:ee},{key:\"cmpId\",size:12},{key:\"cmpVersion\",size:12},{key:\"consentScreen\",size:6},{key:\"consentLanguage\",size:12,decoder:te},{key:\"vendorListVersion\",size:12},{key:\"tcfPolicyVersion\",size:6},{key:\"isServiceSpecific\",size:1,decoder:$},{key:\"useNonStandardStacks\",size:1,decoder:$},{key:\"specialFeatureOptins\",size:12,decoder:ne}].concat(t).concat({key:\"purposeOneTreatment\",size:1,decoder:$},{key:\"publisherCountryCode\",size:12,decoder:te},{key:\"vendorConsents\",queue:[{key:\"maxVendorId\",size:16},{key:\"isRangeEncoding\",size:1,decoder:$}]},{key:\"vendorLegitimateInterests\",queue:n},{key:\"publisherRestrictions\",queue:[{key:\"numPubRestrictions\",size:12}]}),o=[{size:3}],i=[].concat(o).concat(n),r=[].concat(o).concat(n),a=[].concat(o).concat(t).concat({key:\"numCustomPurposes\",size:6});let c=[{key:\"core\",queue:s}];for(let t=1;t<e.length;t++){let n=Z(e[t].slice(0,3));1===n?c.push({key:\"disclosedVendors\",queue:i}):2===n?c.push({key:\"allowedVendors\",queue:r}):3===n&&c.push({key:\"publisherTC\",queue:a})}return c}(c);for(let e=0;e<l.length;e++){let s=a(l[e],c[e]);l[e].key&&(n[l[e].key]=s),t=0}return n}function oe(e){let t=!1;for(let n=0;n<e.length;n++)if(e[n])if(T===e[n]||O===e[n]||\"*\"===e[n]||e[n]===c.regId)t=!0;else if(\"!\"===e[n].charAt(0)){let s=e[n].substring(1);if(T===s||O===s||c.regId===s){t=!1;break}}return t}function ie(e,t){let n=t?new Date(t):new Date;return n.setUTCFullYear(n.getUTCFullYear()+e),n}function re(e){let t;return t=\"object\"==typeof e&&null!==e?e[R]||e[c.defaultLanguage]||\"\":\"string\"==typeof e?e:\"\",t}function ae(e){let t={};if(e)for(let s=0;s<n.length;s++)t[n[s]]=e[n[s]];else Q(\"error\",\"Critical Error: Attempt to read or copy consent before UserConsent is initialized!\");return t}function ce(e,t){if(t){e=e||{};for(let s=0;s<n.length;s++)\"boolean\"==typeof t[n[s]]&&(e[n[s]]=t[n[s]])}return e}function le(){if(!w){if(e.OneTrust&&\"function\"==typeof e.OneTrust.getGeolocationData){let t=e.OneTrust.getGeolocationData();!t||t.country===T&&t.state===_?w=!0:\"function\"==typeof e.OneTrust.setGeoLocation?(e.OneTrust.setGeoLocation(T,_),w=!0):e.OneTrustStub&&\"function\"==typeof e.OneTrustStub.setGeoLocation&&(e.OneTrustStub.setGeoLocation(T,_),w=!0)}else e.OneTrustStub&&\"function\"==typeof e.OneTrustStub.setGeoLocation&&(e.OneTrustStub.setGeoLocation(T,_),w=!0);C&&Q(\"debug\",w?\"Set OneTrust geo-location.\":\"Not yet able to set OneTrust geo-location.\")}}function ue(e,t,s){let o=A.getFieldValue(e,t.field),i=t.type.toLowerCase(),r=(e,t,o)=>{const i=\"string\"==typeof t?[t]:t,r=\"boolean\"===o?e:\"trinary\"===o?2===e:0!==e;for(let e of i)(0===c.consentNotApplicable.length||c.consentNotApplicable.indexOf(e)<0)&&(n.indexOf(e)>=0&&c.consentNotApplicable.indexOf(e)<0?s[e]=r:Q(\"error\",\\'Invalid consent \"\\'+e+\\'\" specified in GPP Categories!\\'))};if(i.startsWith(\"array\"))if(i=i.substring(6),V[i]&&t.maxCount&&Array.isArray(o))for(let e=0;e<t.maxCount;e++)t[e]&&r(o[e],t[e],i);else Q(\"error\",\\'Error: Unparsable data type \"\\'+i+\\'\" or missing maxCount in GPP Categories \"\\'+t.field+\\'\" value!\\');else t.val&&(V[i]?r(o,void 0!==t.val?t.val:t.default,i):Q(\"error\",\\'Error: Unparsable data type \"\\'+i+\\'\" in GPP Categories!\\'))}function ge(e,t,s){let o=A.getFieldValue(e,t.field),i=t.type.toLowerCase(),r=(e,t)=>{const o=\"string\"==typeof e?[e]:e;let i=0,r=!0;for(let e of o)n.indexOf(e)>=0?void 0!==s[e]&&(r=r&&s[e],i++):Q(\"error\",\\'Invalid consent \"\\'+e+\\'\" specified in GPP Categories!\\');return i>0?\"boolean\"===t?r:\"trinary\"===t?r?2:1:r?1:0:\"boolean\"!==t&&0};try{if(i.startsWith(\"array\")){if(i=i.substring(6),!V[i])throw\"unparse\";if(!t.maxCount||!Array.isArray(o))throw\"badarray\";for(let e=0;e<t.maxCount;e++)t[e]?o[e]=r(t[e],i):t.default&&void 0!==t.default[e]&&(o[e]=t.default[e])}else{if(!V[i])throw\"unparse\";t.val?o=r(t.val,i):void 0!==t.default&&(o=t.default)}A.setFieldValue(e,t.field,o)}catch(e){Q(\"error\",\"unparse\"===e?\\'Error: Unparsable data type \"\\'+i+\\'\" in GPP Categories!\\':\"badarray\"===e?\\'Error: Missing maxCount or bad array in GPP Categories \"\\'+t.field+\\'\" value!\\':\\'Failed to set GPP field \"\\'+t.field+\\'\" value!\\')}}function pe(t){const n=c.gppSection;let s=\"string\"==typeof t?t:\"\",o=\"CMP\",i=null;if(\"\"===s&&(c.useExternalConsent?(s=e.OTExternalConsent.gppString||\"\",o=\"external consent\"):(s=function(e){let t;if(null===(t=J(e))){t=\"\";for(let n=1,s=null;\"\"!==s&&n<10;n++,t+=s)s=J(e+n.toString(10))||\"\"}return t}(c.gppIabCookie)||\"\",o=\"cookie\")),\"\"===s)return C&&Q(\"debug\",\"No GPP string present.\"),null;if(A.setGppString(s),!A.hasSection(n)||!Array.isArray(c.gppCategories[n]))return C&&Q(\"debug\",\"GPP string present, but for different region/section.\"),null;A.setApplicableSections([N[n]]);const r=c.gppCategories[n];i=ae(c.consentDefaults);for(let e of r)\"object\"==typeof e&&null!==e&&e.field&&ue(n,e,i);return c.useExternalConsent||(A.getFieldValue(n,\"GpcSegmentIncluded\")&&!A.getFieldValue(n,\"Gpc\")===F&&(A.setFieldValue(n,\"Gpc\",F),s=A.getGppString()),F&&(i=ce(i,c.consentGpcDefaults))),s!==y&&(y=s),C&&Q(\"debug\",\"Processed GPP string from \"+o+\": \"+y),i}function he(e,t){const n=c.gppSection;if(\"string\"==typeof e&&e.length>0)try{A.setGppString(e),(y=e)&&A.hasSection(n)&&A.setApplicableSections([N[n]]),C&&Q(\"debug\",\"GPP string set from CMP: \",e)}catch(e){return Q(\"error\",\"Failed to set GPP string: \",e),!1}else{if(\"object\"!=typeof t||null===t||!Array.isArray(c.gppCategories[c.gppSection]))return Q(\"error\",\"Failed to set GPP string, invalid parameters.\"),!1;try{if(y||A.setApplicableSections([N[n]]),Array.isArray(c.gppCategories[n])){const e=c.gppCategories[n];for(let s of e)\"object\"==typeof s&&null!==s&&s.field&&ge(n,s,t)}F&&A.setFieldValue(n,\"Gpc\",F),(y=A.getGppString())&&A.hasSection(n)&&A.setApplicableSections([N[n]]),C&&Q(\"debug\",\"GPP string set from consent state: \",y)}catch(e){return Q(\"error\",\"Failed to set GPP string: \",e),!1}}return!0}function Se(t){let n;return c.useExternalConsent||function(){let e=J(c.consentCookie);if(e&&e.indexOf(\"&groups=\")>=0){const t=e.split(\"&\");for(let e=0;e<t.length;e++){let n=t[e];if(n){let e=n.split(\"=\"),t=e[0],s=e[1];\"version\"===t&&s?f=s:\"consentId\"===t&&s&&(u=s)}}return!0}return!1}()||(l=!1,S=null),!l||c.useFixedConsent?(n=ae(c.consentDefaults),p=\"defaults\"):!0!==c.useExternalConsent&&z&&c.gppIabCookie&&(n=pe(t))?p=t?\"gpp string\":c.gppIabCookie+\" cookie\":!0!==c.useExternalConsent&&H&&c.gdprIabCookie&&(n=function(t,n){let s=null;if(\"string\"==typeof t&&0!==t.length){let o,r;if(!0===c.useExternalConsent&&e.OTExternalConsent.tcString?(L=e.OTExternalConsent.tcString,o=\"external consent\",r=o,i=e.OTExternalConsent.addtlConsent?e.OTExternalConsent.addtlConsent:\"\"):(L=J(t),o=\\'\"\\'+t+\\'\" cookie\\',r=\\'\"\\'+n+\\'\" cookie\\',null===(i=\"string\"==typeof n&&0!==n.length?J(n):\"\")&&(i=\"\")),L&&c.useIabString){const e=se(L);if(e&&e.core&&\"object\"==typeof c.tcfOpts.policies[e.core.tcfPolicyVersion]&&e.core.purposeConsents){let t,n,a=c.tcfOpts.policies[e.core.tcfPolicyVersion],l=e.core.purposeConsents,d=e.core.purposeLegitimateInterests||{},u=e.core.specialFeatureOptins||{};for(C&&Q(\"debug\",\"Processed TC string (policy \"+e.core.tcfPolicyVersion+\") from \"+o+\": \",e),k=e.core.tcfPolicyVersion,s=ae(c.consentImpliedDefaults),t=1;t<=c.tcfOpts.categories.purposes.length;t++)n=c.tcfOpts.categories.purposes[t-1],\"unused\"!==n&&(t<=a.iabMaxPurposes?s[n]=\"boolean\"==typeof l[t]?l[t]:\"boolean\"==typeof d[t]?d[t]:\"boolean\"==typeof c.consentImpliedDefaults[n]&&c.consentImpliedDefaults[n]:s[n]=\"boolean\"==typeof c.consentImpliedDefaults[n]&&c.consentImpliedDefaults[n]);for(t=1;t<=c.tcfOpts.categories.specialFeatures.length;t++)n=c.tcfOpts.categories.specialFeatures[t-1],\"unused\"!==n&&(t<=a.iabMaxSpecialFeats?s[n]=\"boolean\"==typeof u[t]?u[t]:\"boolean\"==typeof c.consentImpliedDefaults[n]&&c.consentImpliedDefaults[n]:s[n]=\"boolean\"==typeof c.consentImpliedDefaults[n]&&c.consentImpliedDefaults[n]);0!==i.length&&-1===i.search(/^\\\\d+~[\\\\d\\\\.]*$/)&&(Q(\"error\",\"Error: Invalid AC string in \"+r+\".\"),i=\"\")}else Q(\"error\",\"Error: Invalid TC string in \"+o+\".\"),L=\"\",i=\"\"}else c.useIabString?(L=\"\",i=\"\"):C&&Q(\"debug\",\"Bypassed parsing TC string.\")}return s}(c.gdprIabCookie,c.addtlConsentCookie))?p=c.gdprIabCookie+\" cookie\":(n=function(){let t=J(c.consentCookie),n=null;if(c.useExternalConsent&&(t=\"groups=\"+encodeURIComponent(e.OTExternalConsent.groups),F=!1),t&&t.indexOf(\"&groups=\")>=0){const e=t.split(\"&\");for(let t=0;t<e.length;t++){let s=e[t];if(s){let e=s.split(\"=\"),t=e[0],o=e[1];if(\"groups\"===t&&o){let e=decodeURIComponent(o).split(\",\"),t=[],s=[],i=0,r=!1;n=ce(ae(c.consentDefaults),c.consentImpliedDefaults);for(let o=0;o<e.length;o++){let a=e[o].split(\":\"),l=a[0].toLowerCase(),d=\"1\"===a[1];l&&(c.categories[l]?(n[c.categories[l]]=d,\"required\"!==c.categories[l]&&i++):(c.compatTransition&&c.compatTransition.old===l&&c.compatTransition.cond===d&&(r=!0),c.compatCodes[l]&&(t.push(l),s.push(d))))}if(0===i&&t.length>0){G=!0;for(let e=0;e<t.length;e++){let o=c.compatCodes[t[e]];o&&!Array.isArray(o)&&(o=[o]);for(let t of o){let o=c.categories[t];o&&(n[o]=s[e],i++)}}}else if(r&&c.compatTransition.new)if(Array.isArray(c.compatTransition.new))for(let e=0;e<c.compatTransition.new.length;e++)n[c.categories[c.compatTransition.new[e]]]=c.compatTransition.cond,i++;else n[c.categories[c.compatTransition.new]]=c.compatTransition.cond,i++;0===i&&(n=null)}}}}return n}())?p=c.useExternalConsent?\"external consent\":c.consentCookie+\" cookie\":(n=ae(c.consentDefaults),p=\"defaults\"),c.useExternalConsent||F&&(n=ce(n,c.consentGpcDefaults)),n}function fe(){return ae(h)}function Ee(){return U}function Ce(){return!U}function me(){return v}function Ie(){return null!==h}function Te(e,t){const n=\"iab-\"+(c.iabRegion||\"N/A\"),s=\"gpp-\"+(c.gppSection||\"N/A\");let o=!0,i=\"not ready\";if(t=t||{},Ie()&&e){e=Array.isArray(e)?e:[e];for(let r=0;r<e.length&&o;r++)if(i=e[r],i&&\"required\"!==i)if(\"gpp\"===i||\"iab-gpp\"===i||i===s){if(z&&(!t||!t.ignoreIAB))break}else if(\"iab\"===i||i===n){if(c.useIAB&&\"\"!==c.iabRegion&&(!t||!t.ignoreIAB))break}else if(\"boolean\"==typeof h[i]&&!1===h[i])o=!1;else if(c.compatCategories[i]){let e=c.compatCategories[i];for(let t=0;t<e.length;t++){let n=e[t];if(\"boolean\"==typeof h[n]&&!1===h[n]){o=!1;break}}}}return C&&!t.internal&&(t.name=t.name||t.id||\"unnamed\",d.push({ts:new Date,act:t.cact||\"CHK\",desc:t.name,res:o,note:!o&&i||\"\"}),Q(\"debug\",o?\"Check for consent [\"+(e&&e.join(\",\")||\"empty\")+\\'] ALLOWS \"\\'+t.name+\\'\"\\'+(\"ADD\"===t.cact?\", script added\":\"\"):\"Check for consent [\"+(e&&e.join(\",\")||\"empty\")+\\'] REJECTS \"\\'+t.name+\\'\"\\'+(\"ADD\"===t.cact?\", script NOT added\":\"\"))),o}function _e(){let e;return e=W?\"1\"+(c.uspApiExplicitNotice?\"Y\":\"N\")+(Te([\"vendor\"],{internal:!0})?\"N\":\"Y\")+(c.uspApiIsLspa?\"Y\":\"N\"):\"1---\",e!==q&&(q=e,Ce()&&(null===j&&X(c.uspApiCookieName,e,{domain:c.cookieDomain,path:\"/\",samesite:c.cookieSameSite,secure:c.cookieSecure}),C&&Q(\"debug\",\"USP string updated: \",e))),q}function Oe(){let n=function(n,s,o){let i,r,a=t.createElement(o||\"div\");return n&&(a.id=n),s&&(a.className=s),a.style.width=\"1px\",a.style.display=\"block\",a=t.body.appendChild(a),i=e.getComputedStyle(a),r=\"none\"===i.display,a.remove(),r};t.body?(s=n(\"onetrust-consent-sdk\",\"ot-cookie-consent\")||n(\"ot-lst-cnt\",\"ot-sdk-show-settings\")||n(\"onetrust-pc-sdk\",\"otPcCenter ot-fade-in\")||n(\"ot-pc-header\",\"onetrust-pc-dark-filter\")||n(\"ot-pc-content\",\"ot-pc-scrollbar\")||n(\"ot-sdk-btn\",\"ot_cookie_settings_btn\")||!1)&&(C&&Q(\"debug\",\"OneTrust being blocked by filter.\"),t.dispatchEvent(new CustomEvent(\"oneTrustBlocked\",{bubbles:!1,cancelable:!1,detail:{region:c.regId,time:new Date,consentConfirmed:l,otId:u,otVers:f}}))):setTimeout(Oe.bind(e),5)}function Ne(){e.location.reload()}function Ae(n){if(!e.frames[n]){if(t.body){const e=t.createElement(\"iframe\");e.style.cssText=\"display:none\",e.name=n,t.body.appendChild(e)}else setTimeout(Ae.bind(e,n),5);return!0}return!1}function be(t){let n=null;for(let s=e;s;s=s.parent){try{if(s.frames&&s.frames[t]){n=s;break}}catch(e){}if(s===e.top)break}return n}function ye(t){e.addEventListener?e.addEventListener(\"message\",t,!1):e.attachEvent(\"onmessage\",t)}function Pe(e){E=e||{ccpaTCS:q,consentInteractions:g,consentTime:S,consentVersion:f,countryCode:T,region:c.regId,stateCode:_,userConsentVersion:M},Ce()&&X(c.controlCookie,\"ccc=\"+E.countryCode+\"&csc=\"+E.stateCode+\"&cic=\"+E.consentInteractions+\"&otvers=\"+E.consentVersion+\"&pctm=\"+(E.consentTime&&encodeURIComponent(E.consentTime.toISOString())||\"0\")+\"&reg=\"+E.region+\"&ustcs=\"+encodeURIComponent(E.ccpaTCS)+\"&vers=\"+E.userConsentVersion,{domain:c.cookieDomain,expires:ie(c.consentExpireIn).toUTCString(),path:\"/\",samesite:c.cookieSameSite,secure:c.cookieSecure})}function De(){const t=J(c.confirmCookie);if(\"string\"==typeof t&&0!==t.length){let n=new Date(t);if(!e.isNaN(n.valueOf()))return n}return null}function we(s){const o=De(),r=l,a=S,p=e.OneTrust&&\"function\"==typeof e.OneTrust.GetDomainData?e.OneTrust.GetDomainData():null;let m,I=!1,T=!1,_=\"\";if(p)try{_=p.ConsentIntegrationData.consentPayload.dsDataElements.InteractionType}catch(e){_=\"\"}o&&(null===S||o>S)&&(l=!0,S=o),s&&!z&&(s=\"\"),m=Se(s);for(let e of n)if(m[e]!==h[e]&&(I=!0,!0!==m[e])){T=!0;break}if(I||!r&&l){const n=e.WBD.UserConsent_wrapproc>0?new Date(e.WBD.UserConsent_wrapproc):null;let o;if(g++,n&&(null===S||n.getTime()>S.getTime()+c.consentChangeActionDelay+1e3)&&(S=n),o=h,h=m,_e(),z&&he(s,m),Pe(),I){if(C)try{d.push({ts:new Date,act:\"CHG\",desc:JSON.stringify(m),res:c.reloadOnConsentChange||c.reloadOnConsentReduction&&T,note:\"function\"==typeof c.consentChangeAction?\"change function\":\"\"})}catch(e){Q(\"error\",\"Failed to track consent change: \",e)}if(\"function\"==typeof c.consentChangeAction&&c.consentChangeAction(fe(),c.regId,f,o),t.dispatchEvent(new CustomEvent(\"userConsentChanged\",{bubbles:!1,cancelable:!1,detail:{region:c.regId,time:S,otId:u,otVers:f,otIact:_,old:o,new:fe(),gpcActive:F,gpp:y,gppCmpId:b,gppVers:P,usp:q,tcf:L,tcfVers:k,acf:i}})),c.reloadOnConsentChange||T&&c.reloadOnConsentReduction)setTimeout(Ne,100);else if(Ce())try{e.sessionStorage.setItem(\"_ucWBDCons\",JSON.stringify({consentState:h,consentTime:S,consentVersion:f,consentConfirmed:l,gppString:y,tcString:L,acString:i})),e.postMessage(\"_ucWBDConsReset\",\"*\")}catch(e){Q(\"error\",\"Failed to update session storage and notify children of consent change: \",e)}}}if(!I&&e.WBD.UserConsent_optLoaded){try{d.push({ts:new Date,act:\"NCC\",desc:JSON.stringify(h),res:!1,note:c.regId})}catch(e){Q(\"error\",\"Failed to track consent no-change: \",e)}S=a,(!E.region||!E.consentVersion&&f||!E.userConsentVersion||E.userConsentVersion<\"3.1.1\")&&Pe(),t.dispatchEvent(new CustomEvent(\"userConsentNotChanged\",{bubbles:!1,cancelable:!1,detail:{region:c.regId,time:S,otId:u,otVers:f,otIact:_,new:fe(),gpcActive:F,gpp:y,gppCmpId:b,gppVers:P,usp:q,tcf:L,tcfVers:k,acf:i}}))}e.WBD.UserConsent_optLoaded=!0,e.WBD.UserConsent_wrapproc=0}function ve(s){const o=t.createElement(\"script\");let u,b,P,V=!1,k=null;if(null!==h)return;if(!s||!s.domId||!s.cookieDomain)throw new Error(\"Invalid config passed to user-consent!\");if(s.regId=\"\",P=be(\"_usrConWBD\"),null!==P)if(e===e.top)Q(\"error\",\"Detected an instance of UserConsent in an iframe acting as the primary instance. This was likely caused by a delay in this instance initializing, which must be corrected. Consent is not working correctly!\");else{let t,o;I=e.name||\"child\";try{t=JSON.parse(e.sessionStorage.getItem(\"_ucWBDConf\"))}catch(e){t=null,Q(\"error\",\"Failed to parse parent frame consent settings.\")}if(\"object\"==typeof t&&null!==t){s.countryCode=t.countryCode,s.cookieDomain=t.cookieDomain,s.cookieSameSite=t.cookieSameSite,s.cookieSecure=t.cookieSecure,s.domId=t.domId,s.languageFromBrowser=!!t.langFromBrowser,s.enableDebug=!!t.enableDebug,s.enableGPC=!!t.enableGPC,s.regId=t.regId,s.stateCode=t.stateCode,s.src=t.src;try{o=JSON.parse(e.sessionStorage.getItem(\"_ucWBDCons\"))}catch(e){o=null,Q(\"error\",\"Failed to parse parent frame consent state.\")}\"object\"==typeof o&&null!==o&&(h=o.consentState,S=o.consentTime,f=o.consentVersion,l=o.consentConfirmed,y=o.gppString,L=o.tcString,i=o.acString,U=!0),t.parentReload||ye((function(t){var s,o;if(\"_ucWBDConsReset\"===t.data){try{o=JSON.parse(e.sessionStorage.getItem(\"_ucWBDCons\"))}catch(e){o=null}\"object\"==typeof o&&null!==o&&(s=function(e,t){if(e&&t)for(let s=0;s<n.length;s++)if(e[n[s]]&&!t[n[s]])return!0;return!1}(h,o.consentState),c.reloadOnConsentChange||s&&c.reloadOnConsentReduction?setTimeout(Ne,100):(h=o.consentState,S=o.consentTime,f=o.consentVersion,l=o.consentConfirmed,y=o.gppString||\"\",L=o.tcString||\"\",i=o.acString||\"\",_e()))}}))}}if(void 0===s.gppCategories)s.gppCategories=Y.gppCategories;else{for(b in s.gppCategories)\"usnat\"===b?(s.gppCategories.usnatv1=s.gppCategories.usnat,delete s.gppCategories.usnat):\"uspnatv1\"===b?(s.gppCategories.usnatv1=s.gppCategories.uspnatv1,delete s.gppCategories.uspnatv1):N[b]||(Q(\"error\",\\'Error: Unsupported GPP section \"\\'+b+\\'\" ignored.\\'),delete s.gppCategories[b]);for(b in Y.gppCategories)s.gppCategories[b]=s.gppCategories[b]||Y.gppCategories[b]}for(b in Y)c[b]=void 0!==s[b]?s[b]:Y[b];if(Y=null,c.cookieDomain=s.cookieDomain,c.domId=s.domId,c.changeRegions=s.changeRegions,C=!(!console||!s.enableDebug&&-1===e.location.search.search(/[?&]wmuc_debug=[1t]/)),c.strictIabCompliance=!!c.strictIabCompliance,\"string\"==typeof s.countryCode&&2===s.countryCode.length&&(c.countryCode=s.countryCode),\"string\"==typeof s.stateCode&&2===s.stateCode.length&&(c.stateCode=s.stateCode),\"\"!==c.gpcFixCookie&&function(t){if(void 0===e.navigator.globalPrivacyControl&&t){const n=J(t);if(n&&(\"1\"===n||n.startsWith(\"t\")))try{Object.defineProperty(e.Navigator.prototype,\"globalPrivacyControl\",{get:function(){return!0},configurable:!0,enumerable:!0})}catch(e){Q(\"error\",\"GPC signal error in browser.\")}}}(c.gpcFixCookie),\"object\"==typeof e.GetExternalConsent&&null!==e.GetExternalConsent&&\"function\"==typeof e.GetExternalConsent.oneTrustCookie){let t;try{t=JSON.parse(e.GetExternalConsent.oneTrustCookie())}catch(e){t=null}\"object\"==typeof t&&null!==t&&t.consentedDate&&(t.gppString||t.tcString||t.groups)&&(t.gppString=t.gppString||\"\",e.OTExternalConsent=t),\"function\"==typeof e.GetExternalConsent.countryCode&&e.GetExternalConsent.countryCode()&&(e.ExternalConsentGeo={countryCode:e.GetExternalConsent.countryCode(),stateCode:e.GetExternalConsent.stateCode()||\"\"})}c.enableWebViewCheck&&\"object\"==typeof e.OTExternalConsent&&null!==e.OTExternalConsent&&e.OTExternalConsent.consentedDate?(c.useExternalConsent=!0,C&&Q(\"debug\",\"Reading consent from external consent data: \",e.OTExternalConsent)):c.useExternalConsent=!1;const M=\"function\"==typeof c.geoCheckFunction?c.geoCheckFunction():null;if(Ce()&&C&&-1!==e.location.search.search(/[?&]wmuc_cc=[A-Za-z]{2}/))Q(\"debug\",\"Set debug CC to: \",T=e.location.search.match(/[?&]wmuc_cc=([A-Za-z]{2})/)[1].toUpperCase());else if(c.useExternalConsent&&\"object\"==typeof e.ExternalConsentGeo&&\"string\"==typeof e.ExternalConsentGeo.countryCode&&2===e.ExternalConsentGeo.countryCode.length)T=e.ExternalConsentGeo.countryCode.toUpperCase();else if(\"string\"==typeof c.countryCode&&2===c.countryCode.length)T=c.countryCode.toUpperCase();else if(M&&M.countryCode&&2===M.countryCode.length)T=M.countryCode.toUpperCase();else{const e=J(c.ccCookie||\"countryCode\");e&&2===e.length&&(T=e.toUpperCase())}if(T&&2===T.length||Q(\"error\",\"User-Consent unable to determine country, missing or invalid cookies! Using default (\"+(T=c.defaultCountry&&2==c.defaultCountry.length?c.defaultCountry.toUpperCase():\"US\")+\").\"),C&&-1!==e.location.search.search(/[?&]wmuc_sc=[A-Za-z]{2}/))Q(\"debug\",\"Set debug SC to: \",_=e.location.search.match(/[?&]wmuc_sc=([A-Za-z]{2})/)[1].toUpperCase());else if(c.useExternalConsent&&\"object\"==typeof e.ExternalConsentGeo&&\"string\"==typeof e.ExternalConsentGeo.stateCode&&2===e.ExternalConsentGeo.stateCode.length)_=e.ExternalConsentGeo.stateCode.toUpperCase();else if(\"string\"==typeof c.stateCode&&2===c.stateCode.length)_=c.stateCode.toUpperCase();else if(M&&M.countryCode&&2===M.countryCode.length)_=\"string\"==typeof M.stateCode?M.stateCode.toUpperCase():\"\";else{const e=J(c.scCookie||\"stateCode\");e&&2===e.length&&(_=e.toUpperCase())}if(_&&0!==_.length||(_=c.defaultState&&c.defaultState.length>0?c.defaultState.toUpperCase():\"\",C&&Q(\"debug\",\"User-Consent unable to determine state. Using default (\"+_+\").\")),O=T+\":\"+_,Ce()){!w&&c.geoPassedToOneTrust&&(e.OneTrust=e.OneTrust||{},e.OneTrust.geolocationResponse={countryCode:T,stateCode:_});let t=function(t){c.geoPassedToOneTrust&&le(),v&&!c.useExternalConsent&&null!==h&&0===e.WBD.UserConsent_wrapproc&&(e.WBD.UserConsent_wrapproc=(new Date).getTime(),C&&Q(\"debug\",\"Consent changed event handler determining consent changes.\"),z?e.__gpp(\"ping\",(function(e){e&&e.gppString&&we(e.gppString)})):setTimeout(we,c.consentChangeActionDelay))};e.addEventListener?e.addEventListener(\"consent.onetrust\",t,!1):e.attachEvent(\"consent.onetrust\",t)}u=Object.keys(c.categories),n=[];for(let e=0;e<u.length;e++)n.push(c.categories[u[e]]);if(c.changeRegions){for(let e of[\"remove\",\"replace\",\"insert\"])if(c.changeRegions[e]&&Array.isArray(c.changeRegions[e])&&0!==c.changeRegions[e].length){b=c.changeRegions[e];for(let t=0;t<b.length;t++)if(\"object\"==typeof b[t]&&null!==b[t]&&b[t].id){let n=c.regions.length,s=b[t],o=\"insert\"===e&&s.insertAfter?s.insertAfter:s.id,i=0;e:for(;i<n&&(!c.regions[i]||!c.regions[i].id||c.regions[i].id!==o);i++);\"remove\"===e?i<n&&delete c.regions[i]:\"replace\"===e?i<n&&(c.regions[i]=s):\"insert\"===e&&(i<n?s.insertAfter?(delete s.insertAfter,c.regions.splice(i+1,0,s)):c.regions[i]=s:(delete s.insertAfter,c.regions.splice(i+1,0,s)))}}delete c.changeRegions}for(let e=0;e<c.regions.length;e++)if(c.regions[e]&&c.regions[e].id&&c.regions[e].geoMatch){if(Ce()&&oe(c.regions[e].geoMatch)||Ee()&&c.regions[e].id===s.regId){k=c.regions[e];break}}else Q(\"error\",\"Invalid region, missing id or geoMatch!\");if(!k){if(Ee())throw new Error(\"No matching user-consent region, parent and iframe configs do not match!\");throw new Error(\"No matching user-consent region!\")}c.regId=k.id,c.defaultLanguage=(k.defaultLanguage||c.defaultLanguage).toLowerCase();try{let n=\"\";c.languageFromBrowser||(n=t.getElementsByTagName(\"html\")[0].getAttribute(\"xml:lang\")||t.documentElement.lang||c.defaultLanguage),n||(n=e.navigator.language||c.defaultLanguage),R=n?n.substr(0,2).toLowerCase():\"en\"}catch(e){R=\"en\"}if(C&&-1!==e.location.search.search(/[?&]wmuc_lang=[A-Za-z]{2}/)){let t=e.location.search.match(/[?&]wmuc_lang=([A-Za-z]{2})/)[1].toLowerCase();V=R!==t,Q(\"debug\",\"Set debug Language to: \",R=t)}if(c.adChoicesLinkAction=k.adChoicesLinkAction||c.adChoicesLinkAction||null,c.adChoicesLinkTitle=re(k.adChoicesLinkTitle||c.adChoicesLinkTitle),c.affiliatesLinkAction=k.affiliatesLinkAction||c.affiliatesLinkAction||null,c.affiliatesLinkTitle=re(k.affiliatesLinkTitle||c.affiliatesLinkTitle),c.compatTransition=c.enableTransitionCheck&&k.compatTransition?k.compatTransition:null,c.compatCategories=k.compatCategories||c.compatCategories||{},c.compatCodes=k.compatCodes||c.compatCodes||{},c.consentExpireIn=k.consentExpireIn||c.consentExpireIn||1,c.consentLinkAction=k.consentLinkAction||c.consentLinkAction||null,c.consentLinkTitle=re(k.consentLinkTitle||c.consentLinkTitle),c.confirmCookie=k.confirmCookie||c.confirmCookie,c.consentCookie=k.consentCookie||c.consentCookie,c.addtlConsentCookie=k.addtlConsentCookie||c.addtlConsentCookie,k.consentDefaults&&(c.consentDefaults=ce(c.consentDefaults,k.consentDefaults)),c.consentGpcDefaults=k.consentGpcDefaults||c.consentGpcDefaults||null,c.consentImpliedDefaults=k.consentImpliedDefaults||c.consentImpliedDefaults||{},c.consentImpliedDefaults.required||(c.consentImpliedDefaults.required=!0),c.consentNotApplicable=k.consentNotApplicable||c.consentNotApplicable||[],c.consentNotApplicable&&Array.isArray(c.consentNotApplicable)&&0!==c.consentNotApplicable.length)for(let e of c.consentNotApplicable)void 0!==c.consentDefaults[e]&&delete c.consentDefaults[e],void 0!==c.consentImpliedDefaults[e]&&delete c.consentImpliedDefaults[e];if(c.useFixedConsent=\"boolean\"==typeof k.useFixedConsent?k.useFixedConsent:c.useFixedConsent,c.domId=k.domId||c.domId,c.src=k.src||c.src,c.gdprIabCookie=k.gdprIabCookie||c.gdprIabCookie,c.tcfOpts=k.tcfOpts||c.tcfOpts||null,c.privacyCenterLinkAction=k.privacyCenterLinkAction||c.privacyCenterLinkAction||null,c.privacyCenterLinkTitle=re(k.privacyCenterLinkTitle||c.privacyCenterLinkTitle),c.rightsRequestLinkAction=k.rightsRequestLinkAction||c.rightsRequestLinkAction||null,c.rightsRequestLinkTitle=re(k.rightsRequestLinkTitle||c.rightsRequestLinkTitle),c.useIAB&&(c.iabRegion=(\"string\"==typeof k.iabRegion&&k.iabRegion||c.iabRegion).toLowerCase(),\"ccpa\"===c.iabRegion?W=!0:\"gdpr\"===c.iabRegion&&c.tcfOpts?H=!0:c.iabRegion&&\"gpp\"!==c.iabRegion&&Q(\"error\",\\'Error: Invalid IAB region \"\\'+c.iabRegion+\\'\" specified for region \"\\'+c.regId+\\'\", IAB not enabled for region!\\')),c.useGPP&&(c.gppSection=(\"string\"==typeof k.gppSection&&k.gppSection||c.gppSection).toLowerCase(),c.gppSection=\"usnat\"===c.gppSection||\"uspnatv1\"===c.gppSection?\"usnatv1\":c.gppSection,c.useGPP&&c.gppSection&&(N[c.gppSection]&&c.gppCategories[c.gppSection]?(z=!0,W&&c.ccpaGeos&&!oe(c.ccpaGeos)&&(W=!1)):Q(\"error\",\\'Error: Invalid GPP section \"\\'+c.gppSection+\\'\" specified for region \"\\'+c.regId+\\'\", IAB/GPP not enabled for region!\\'))),z||W||H||(c.iabRegion=\"\",c.gppSection=\"\",c.useIAB=!1,c.useGPP=!1),c.enableGPC&&c.consentGpcDefaults&&navigator.globalPrivacyControl&&(F=!0),c.setPageClass&&t.documentElement&&(t.documentElement.className=(t.documentElement.className&&\" \"!==t.documentElement.className?t.documentElement.className+\" userconsent-cntry-\":\"userconsent-cntry-\")+T.toLowerCase()+\" userconsent-state-\"+_.toLowerCase()+\" userconsent-reg-\"+c.regId.toLowerCase()+(F?\" userconsent-gpc\":\"\")),C&&(Q(\"debug\",\"GeoIP Country Code: \"+T+\", using consent region: \"+c.regId),Q(\"debug\",\"IAB \"+(c.useIAB?\"enabled\":\"disabled\"))),(z||W||H||c.ccpaGeos)&&function(){let t,n,s=function(e,t){const n=\"string\"==typeof t.data,s=e+\"Return\";let o,i;try{o=n?JSON.parse(t.data):t.data}catch(e){o={}}if(i=o[s],i&&void 0!==i.callId&&\"function\"==typeof a[i.callId]){const e=i.callId,t=i.returnValue;try{t&&\"number\"==typeof t.listenerId&&!0===i.success?(C&&Q(\"debug\",\"Calling post message callback \"+e+\" (listenerId: \"+t.listenerId+\")\"),m[t.listenerId]=e,a[e](t,i.success)):(C&&Q(\"debug\",\"Calling post message callback \",e),a[e](t,i.success),delete a[e])}catch(t){Q(\"error\",\"Post message callback error (callId \"+e+\"): \",t)}}else i&&Q(\"error\",\"Post message bad or missing callback (callId \"+i.callId+\").\")},o=function(t,n){const s=\"string\"==typeof n.data,o=t+\"Call\";let i,r={},a=function(e,o){let i={};i[t+\"Return\"]={returnValue:e,success:o,callId:r.callId};try{n.source.postMessage(s?JSON.stringify(i):i,\"*\")}catch(e){Q(\"error\",\"Failed to post reply: \",e)}};try{i=s?JSON.parse(n.data):n.data}catch(e){i={}}\"object\"==typeof i&&null!==i&&i[o]&&(r=i[o],\"__gpp\"===t?e.__gpp(r.command,a,r.parameter,r.version):e[t](r.command,r.version,a,r.parameter))};if(null===(j=be(\"__uspapiLocator\"))?(Ae(\"__uspapiLocator\"),e.__uspapi=function(t,n,s){if(\"function\"==typeof s){if(n=0===n?1:n,\"getUSPData\"===t&&1===n)return s({version:1,uspString:e.WBD.UserConsent.getUspAPIstring()},!0),!0;if(\"ping\"===t)return s({version:1,uspapiLoaded:!0},!0),!0;s(null,!1)}return!1},e.__uspapi.msgHandler=o.bind(e,\"__uspapi\"),ye(e.__uspapi.msgHandler),Ee()?Q(\"error\",\"Unable to locate USP messaging frame from iframe! Consent logic may not work correctly!\"):C&&Q(\"debug\",\"IAB for CCPA ready.\")):(e.__uspapi=function(e,t,n,s){const o=r++,i={__uspapiCall:{command:e,parameter:s,version:t||1,callId:o}};a[o]=n,j.postMessage(i,\"*\")},e.__uspapi.postHandler=s.bind(e,\"__uspapi\"),ye(e.__uspapi.postHandler),C&&Q(\"debug\",\"IAB for CCPA ready (via frame).\")),H&&(t=\"__tcfapi\",n=\"2.0\",null===(x=be(t+\"Locator\"))&&\"function\"!=typeof e[t]?(Ae(t+\"Locator\"),e[t]=function(){let s=arguments;return e[t].a=e[t].a||[],s.length>0&&(\"ping\"===s[0]?s[2]({apiVersion:n,gdprApplies:!0,gdprAppliesGlobally:!1,cmpLoaded:!1,cmpStatus:\"stub\",displayStatus:\"hidden\"},!0):\"setGdprApplies\"===s[0]&&s.length>3&&\"boolean\"==typeof s[3]?(H=s[3])&&W&&(W=!1):e[t].a.push([].slice.apply(s))),e[t].a},e[t].msgHandler=o.bind(e,t),ye(e[t].msgHandler),Ee()?Q(\"error\",\"Unable to locate TCF messaging frame from iframe! Consent logic may not work correctly!\"):C&&Q(\"debug\",\"IAB (v\"+n+\") for GDPR ready.\"),e[t](\"getTCData\",0,e.OptanonWrapper)):x&&(e.__tcfapi=function(e,t,n,s){const o=r++,i={__tcfapiCall:{command:e,parameter:s,version:t||2,callId:o}};a[o]=n,x.postMessage(i,\"*\"),\"removeEventListener\"===e&&\"number\"==typeof s&&void 0!==m[s]&&a[m[s]]&&(delete a[m[s]],delete m[s])},e.__tcfapi.postHandler=s.bind(e,\"__tcfapi\"),ye(e.__tcfapi.postHandler),C&&Q(\"debug\",\"IAB (v\"+n+\") for GDPR ready (via frame).\"))),z)if(t=\"__gpp\",n=\"1.1\",null!==(B=be(\"__gppLocator\"))||e.__gpp)null!==B&&(e.__gpp=function(e,t,s,o){const i=r++,c={__gppCall:{command:e,parameter:s,version:o||n,callId:i}};a[i]=t,B.postMessage(c,\"*\"),\"removeEventListener\"===e&&\"number\"==typeof s&&void 0!==m[s]&&a[m[s]]&&(delete a[m[s]],delete m[s])},e.__gpp.postHandler=s.bind(e,\"__gpp\"),ye(e.__gpp.postHandler),C&&Q(\"debug\",\"IAB for GPP ready (via frame).\"));else{let t,n=[];Ae(\"__gppLocator\"),e.__gpp=function(){return null},(A=A||new de(0,1)).setCmpStatus(\"loading\"),t=Object.keys(N);for(let e=0;e<t.length;e++)n.push(N[t[e]].toString(10)+\":\"+t[e]);A.setSupportedAPIs(n),D=e.__gpp,e.__gpp.msgHandler=o.bind(e,\"__gpp\"),ye(e.__gpp.msgHandler),Ee()?Q(\"error\",\"Unable to locate GPP messaging frame from iframe! Consent logic may not work correctly!\"):C&&Q(\"debug\",\"IAB for GPP ready.\")}}(),Ce()){let t;if(E=function(){const e=J(c.controlCookie),t={consentInteractions:g,consentTime:null,consentVersion:\"\",countryCode:\"\",region:\"\",stateCode:\"\",userConsentVersion:\"\"};if(\"string\"==typeof e&&0!==e.length){const n=e.split(\"&\");for(let e=0;e<n.length;e++){let s=n[e].split(\"=\");if(\"string\"==typeof s[0]&&0!==s[0].length&&\"string\"==typeof s[1])switch(s[0]){case\"ccc\":t.countryCode=s[1].toLowerCase();break;case\"csc\":t.stateCode=s[1].toLowerCase();break;case\"cic\":t.consentInteractions=parseInt(s[1],10),(isNaN(t.consentInteractions)||t.consentInteractions<g)&&(t.consentInteractions=g);break;case\"otvers\":t.consentVersion=s[1].toLowerCase();break;case\"pctm\":let e;try{e=\"0\"===s[1]?null:new Date(decodeURIComponent(s[1]))}catch(t){e=null}t.consentTime=null===e||isNaN(e.valueOf())?null:e;break;case\"reg\":t.region=s[1].toLowerCase();break;case\"ustcs\":try{t.ccpaTCS=decodeURIComponent(s[1]).toUpperCase()}catch(e){t.ccpaTCS=\"\"}break;case\"vers\":t.userConsentVersion=s[1].toLowerCase()}}}return t}(),g=E.consentInteractions,c.useExternalConsent)try{S=new Date(e.OTExternalConsent.consentedDate),F=!1,C&&Q(\"debug\",\"Consent time read from external consent data: \",S)}catch(e){Q(\"error\",\"Consent Date from external consent data is invalid.\"),S=null}else S=De(),null!==E.consentTime&&(null===S||E.consentTime>S)?(S=E.consentTime,C&&Q(\"debug\",\\'Consent time read from \"\\'+c.controlCookie+\\'\": \\',S)):null!==S&&C&&Q(\"debug\",\\'Consent time read from \"\\'+c.confirmCookie+\\'\": \\',S);if(t=C&&F?\" [GPC override]\":\"\",null!==S?(l=!0,h=Se(),l?(o.async=!0,null!==E.consentTime&&E.consentTime<S&&(E.region=\"\"),C&&(Q(\"debug\",\"Consent state read from \"+p+\" (\"+f+\")\"+t+\": \",h),G&&Q(\"debug\",\"Consent state using compatibility config.\"))):(S=null,E.region=\"\",C&&Q(\"debug\",\"Consent state expired or removed, reset from defaults\"+t+\": \",h))):(h=ae(c.consentDefaults),F&&(h=ce(h,c.consentGpcDefaults)),C&&Q(\"debug\",\"Consent state from defaults\"+t+\": \",h)),z&&!y&&he(\"\",h),C)try{d.push({ts:new Date,act:\"SET\",desc:JSON.stringify(h),res:null!==S,note:c.regId})}catch(e){Q(\"error\",\"Failed to track setting initial consent: \",e)}}if(e.WBD.UserConsent_initted)Q(\"error\",\"ERROR: Second instance of UserConsent initialized!\");else{if(e.WBD.UserConsent_initted=!0,_e(),Ce()){if(c.useExternalConsent?Pe():E.region&&E.region!==c.regId&&(q=E.region,X=c.regId,C&&Q(\"debug\",\\'User-Consent detected region change from \"\\'+q+\\'\" to \"\\'+X+\\'\".\\'),\"function\"==typeof c.regionChangeAction&&c.regionChangeAction(q,X,c.consentLinkAction)),null===P&&Ae(\"_usrConWBD\"))try{e.sessionStorage.setItem(\"_ucWBDConf\",JSON.stringify({cookieDomain:c.cookieDomain,cookieSameSite:c.cookieSameSite,cookieSecure:c.cookieSecure,countryCode:T,domId:c.domId,enableDebug:C,langFromBrowser:c.languageFromBrowser,parentReload:c.reloadOnConsentChange,regId:c.regId,src:c.src,stateCode:_})),e.sessionStorage.setItem(\"_ucWBDCons\",JSON.stringify({consentState:h,consentTime:S,consentVersion:f,consentConfirmed:l,gppString:y,tcString:L,acString:i}))}catch(e){Q(\"error\",\"Failed to set UserConsent frame data!\")}e.WBD.UserConsent_wait=setTimeout(e.OptanonWrapper.bind(window,!0),c.oneTrustLoadTimeout),o.charset=\"utf-8\",c.languageFromBrowser&&!V||(o.dataset.documentLanguage=\"true\",V&&(o.dataset.language=R)),o.dataset.domainScript=c.domId,o.src=c.src,t.getElementsByTagName(\"head\")[0].appendChild(o)}var q,X;C&&z&&e.__gpp&&e.__gpp(\"addEventListener\",(function(e,t){Q(\"debug\",\"GPP event: \",e)})),Oe(),C&&Q(\"debug\",\"Dispatching UserConsentReady event.\"),t.dispatchEvent(new CustomEvent(\"userConsentReady\",{bubbles:!1,cancelable:!1,detail:{region:c.regId,time:new Date,consentConfirmed:l}}))}}return e.WBD.UserConsent_loaded?Q(\"error\",\"ERROR: Second instance of UserConsent loaded!\"):(e.WBD.UserConsent_loaded=!0,e.WBD.UserConsent_optLoaded=!1,e.WBD.UserConsent_wrapproc=0,e.WBD.UserConsent_wait=-1,e.OptanonWrapper=function(n){if(!v&&!o){let s=function(){v&&(u=\"function\"==typeof e.OneTrust.getDataSubjectId&&e.OneTrust.getDataSubjectId()||u,C&&Q(\"debug\",\"Dispatching oneTrustLoaded event.\"),t.dispatchEvent(new CustomEvent(\"oneTrustLoaded\",{bubbles:!1,cancelable:!1,detail:{region:c.regId,time:new Date,consentConfirmed:l,otId:u,otVers:f}})),t.dispatchEvent(new CustomEvent(\"optanonLoaded\",{bubbles:!1,cancelable:!1,detail:{region:c.regId,time:new Date,consentConfirmed:l,otId:u,otVers:f}})),c.useExternalConsent&&!e.OneTrust.IsAlertBoxClosed()&&e.Optanon.Close()),e.OptanonWrapper=function(){}};if(e.WBD.UserConsent_wait>=0&&(clearTimeout(e.WBD.UserConsent_wait),e.WBD.UserConsent_wait=-1),!e.OneTrust||\"function\"!=typeof e.OneTrust.GetDomainData){const s=e.OneTrustStub?e.OneTrustStub.otSdkStub?n?3:4:2:1,i=1===s?\"Stub load failure\":2===s?\"Initialization failure\":3===s?\"SDK load timeout\":\"Unknown error\";return v=!1,o=!0,Q(\"error\",\"OneTrust Error (\",s,\"): \",i),C&&Q(\"debug\",\"Dispatching oneTrustFailed event.\"),t.dispatchEvent(new CustomEvent(\"oneTrustFailed\",{bubbles:!1,cancelable:!1,detail:{region:c.regId,time:new Date,consentConfirmed:l,otId:u,otVers:f,code:s,msg:i}})),void(e.OptanonWrapper=function(){})}v=!0,c.geoPassedToOneTrust&&le(),z?(\"function\"!=typeof e.__gpp&&(e.__gpp=D),e.__gpp(\"ping\",(function(t){t&&0!==t.cmpId?(b=t.cmpId,t.gppVersion&&\"1.0\"===t.gppVersion&&(t=e.__gpp(\"getGPPData\")),t&&t.gppString&&(P=t.gppVersion,he(t.gppString,null))):(z=!1,C&&Q(\"debug\",\"OneTrust did NOT initialize GPP for this region.\"),A&&(A.setCmpStatus(\"error\"),A.fireErrorEvent(\"CMP did not initialize GPP for this region.\"))),s()}))):s()}},\"object\"==typeof e.WBD.UserConsentConfig&&null!==e.WBD.UserConsentConfig?ve(e.WBD.UserConsentConfig):\"object\"==typeof e.WM.UserConsentConfig&&null!==e.WM.UserConsentConfig&&ve(e.WM.UserConsentConfig)),{addScript:function(e,n,s,o){if(e&&(e.src||e.text)){const i={cact:\"ADD\",name:e.name||e.src||e.id||\"unnamed inline\"},r=s||t.head,a=o||[\"*\"];if(!oe(a))return C&&(d.push({ts:new Date,act:\"ADD\",desc:i.name,res:!1,note:\"Not in script region\"}),Q(\"debug\",\"Check for region [\"+(a.join(\",\")||\"empty\")+\\'] REJECTS \"\\'+i.name+\\'\", script NOT added\\')),!1;if(Te(n,i)){const n=t.createElement(\"script\"),s=Object.keys(e);for(let t=0;t<s.length;t++)n[s[t]]=e[s[t]];return r.appendChild(n),!0}}else Q(\"error\",\"Invalid or missing options to addScript.\");return!1},addScriptElement:function(e,n,s,o){if(e){const i={cact:\"ADD\",name:e.name||e.src||e.id||\"unnamed inline\"},r=s||t.head,a=o||[\"*\"];if(!oe(a))return C&&(d.push({ts:new Date,act:\"ADD\",desc:i.name,res:!1,note:\"Not in script region\"}),Q(\"debug\",\"Check for region [\"+(a.join(\",\")||\"empty\")+\\'] REJECTS \"\\'+i.name+\\'\", script NOT added\\')),!1;if(Te(n,i))return r.appendChild(e),!0}else Q(\"error\",\"Invalid or missing options to addScriptElement.\");return!1},forceReconsent:function(){Ce()&&(t.cookie=c.consentCookie+\"=; Domain=\"+c.cookieDomain+\"; Path=/; Expires=Thu, 01 Jan 2000 00:00:01 GMT;\",t.cookie=c.confirmCookie+\"=; Domain=\"+c.cookieDomain+\"; Path=/; Expires=Thu, 01 Jan 2000 00:00:01 GMT;\",Pe({ccpaTCS:\"\",consentInteractions:g,consentTime:null,consentVersion:f,countryCode:T,region:c.regId,stateCode:_,userConsentVersion:M}),setTimeout(Ne,100))},getAdChoicesLinkAction:function(){return\"function\"==typeof c.adChoicesLinkAction?c.adChoicesLinkAction:\"string\"==typeof c.adChoicesLinkAction&&-1!==c.adChoicesLinkAction.search(/^http/)?function(){e.open(c.adChoicesLinkAction,\"_blank\")}:null},getAdChoicesLinkTitle:function(){return c.adChoicesLinkTitle},getAffiliatesLinkAction:function(){return\"function\"==typeof c.affiliatesLinkAction?c.affiliatesLinkAction:\"string\"==typeof c.affiliatesLinkAction&&-1!==c.affiliatesLinkAction.search(/^http/)?function(){e.open(c.affiliatesLinkAction,\"_blank\")}:null},getAffiliatesLinkTitle:function(){return c.affiliatesLinkTitle},getCmpString:function(t,n){let s,o,r,a=\"\";if(\"function\"==typeof t){if(n=n||this.getRegion(),!c.useIAB)return C&&Q(\"debug\",\"getCmpString called with IAB disabled\"),void t(n,0,\"\",\"\",new Error(\"IAB disabled\"));if(z){if(\"string\"==typeof y&&0!==y.length)return C&&Q(\"debug\",\"getCmpString returning GPP CMP string\"),void t(n,1,y,\"\",null);s=e.__gpp,o=\"ping\",r=1,a=\"GPP\"}else if(H){if(\"string\"==typeof L&&0!==L.length)return C&&Q(\"debug\",\"getCmpString returning GDPR v2 CMP string\"),void t(n,2,L,i,null);s=e.__tcfapi,o=\"getTCData\",r=2,a=\"TCF\"}if(o){let e=function(e,t,n,s,o,i){i?(C&&Q(\"debug\",\"getCmpString returning \"+n+\" v\"+s+\" CMP string\"),e(t,s,\"GPP\"===n?o.pingData.gppString:o.tcString,o.addtlConsent?o.addtlConsent:\"\",null)):(C&&Q(\"debug\",\"getCmpString returning \"+n+\" v\"+s+\" error\"),e(t,s,\"\",\"\",new Error(n+\" CMP request failure\")))}.bind(this,t,n,a,r);\"GPP\"===a?s(o,e):s(o,r,e)}else C&&Q(\"debug\",\"getCmpString returning CCPA v1 CMP string\"),t(n,1,q,\"\",0!==q.length?null:new Error(\"CMP request failure\"))}else Q(\"error\",\"getCmpString called without callback\")},getConsentConfirmed:function(){return l},getConsentHistory:function(){return d},getConsentState:fe,getConsentTime:function(){return S},getConsentVersion:function(){return f},getGeoCountry:function(){return T},getGeoState:function(){return _},getGppAPIstring:function(){return y},getGppSection:function(){return z&&\"\"!==c.gppSection?c.gppSection:\"none\"},getIABInterface:function(){return z?\"__gpp\":W?\"__uspapi\":H?\"__tcfapi\":\"none\"},getIABRegion:function(){return\"\"!==c.iabRegion?c.iabRegion:\"none\"},getIABVersion:function(){return z?\"1.1\":W?\"1.0\":H?\"2.2\":\"none\"},getLinkAction:function(){return c.consentLinkAction||e.OneTrust&&e.OneTrust.ToggleInfoDisplay||function(){e.OneTrust&&e.OneTrust.ToggleInfoDisplay&&e.Optanon.ToggleInfoDisplay()}},getLinkTitle:function(){return c.consentLinkTitle},getPrivacyCenterLinkAction:function(){return\"function\"==typeof c.privacyCenterLinkAction?c.privacyCenterLinkAction:\"string\"==typeof c.privacyCenterLinkAction&&-1!==c.privacyCenterLinkAction.search(/^http/)?function(){e.open(c.privacyCenterLinkAction,\"_blank\")}:null},getPrivacyCenterLinkTitle:function(){return c.privacyCenterLinkTitle},getRegion:function(){return c.regId},getReloadOnChange:function(){return c.reloadOnConsentChange},getReloadOnConsentReduction:function(){return c.reloadOnConsentReduction},getRightsRequestLinkAction:function(){return\"function\"==typeof c.rightsRequestLinkAction?c.rightsRequestLinkAction:\"string\"==typeof c.rightsRequestLinkAction&&-1!==c.rightsRequestLinkAction.search(/^http/)?function(){e.open(c.rightsRequestLinkAction,\"_blank\")}:null},getRightsRequestLinkTitle:function(){return c.rightsRequestLinkTitle},getSimpleConsentState:function(){let e={};for(let t in h)\"boolean\"==typeof h[t]&&(e[t]=h[t]);return e},getTcfAPIaddtlString:function(){return i},getTcfAPIstring:function(){return L},getUserConsentAdvertisingState:function(){return\"iab\"!=typeof c.ucFlavor?Te([\"vendor\",\"targeting\"]):Te([\"data-share\",\"data-sell\",\"ads-contextual\",\"ads-person-prof\",\"ads-person\"])},getUspAPIstring:function(){return q},getVersion:function(){return M},init:ve,inUserConsentState:Te,isChild:Ee,isTop:Ce,isEnabled:function(){return!0},isGpcInUse:function(){return F},isGpcSet:function(){return!!navigator.globalPrivacyControl},isInCcpaRegion:function(){return oe(c.ccpaGeos)},isInGdprRegion:function(){return H},isInGppRegion:function(){return z},isInIabRegion:function(e){return e=\"string\"==typeof e?e:\"\",c.iabRegion===e},isInRegion:function(e){return c.regId===e},isOneTrustBlocked:function(){return s},isOneTrustFailing:function(){return o},isOneTrustLoaded:me,isOptanonLoaded:me,isReady:Ie,isSiteIABCompliant:function(){return c.strictIabCompliance},usingCompatConsent:function(){return G},usingExternalConsent:function(){return c.useExternalConsent},usingGPP:function(){return z},usingIAB:function(){return c.useIAB&&(z||W||H)},usingPSM:function(){return!1}}}(window,document),window.WM.UserConsent=window.WBD.UserConsent}();\\n\\n \\n//snippet: tag-manager\\n (function() {\\n function init() {\\n addScript({\\n src: window.env.ADOBE_LAUNCH_SRC,\\n async: true,\\n defer: false,\\n name: \\'tag-manager\\',\\n });\\n }\\n if (window.WM.UserConsent) {\\n init();\\n } else {\\n window.addEventListener(\\'user-consent.loaded\\', init);\\n }\\n})();\\n\\n \\n//snippet: adfuel\\n (function() {\\n window.CNN.helpers.addScriptTag({\\n src: window.CNN.helpers.getAdfuelSrc(),\\n async: true,\\n data: {\\n uid: \\'adfuel\\'\\n },\\n onload: () => {\\n return window.dispatchEvent(new CustomEvent(\\'adfuel.loaded\\'));\\n }\\n });\\n\\n const observer = new MutationObserver(function() {\\n if (document.body) {\\n window.CNN.helpers.addScriptTag({\\n src: window.CNN.helpers.getAdfuelSrc(true),\\n async: true,\\n data: {\\n uid: \\'adfuel-body\\'\\n },\\n onload: () => {\\n return window.dispatchEvent(new CustomEvent(\\'adfuel-body.loaded\\'));\\n }\\n });\\n observer.disconnect();\\n }\\n });\\n observer.observe(document.documentElement, {childList: true});\\n})();\\n\\n \\n\\n//snippet: nativo\\n if (window.WM.UserConsent.inUserConsentState([\\'iab\\',\\'data-store\\',\\'ads-contextual\\',\\'ads-person-prof\\',\\'ads-person\\',\\'measure-ads\\'])) {\\n (function() {\\n /* serve nativo only on domestic pages */\\n if (!window.CNN.helpers.isEditionPage() && window.env.NATIVO_SRC) {\\n const nativoScriptObj = {\\n name: \\'nativo\\',\\n src: window.env.NATIVO_SRC,\\n defer: true\\n }\\n addScript(nativoScriptObj);\\n }\\n})();\\n\\n }\\n \\n//snippet: zion\\n if (window.WM.UserConsent.inUserConsentState([\\'data-store\\',\\'ads-person-prof\\',\\'ads-person\\',\\'content-person-prof\\',\\'content-person\\',\\'measure-content\\'])) {\\n (function() {\\n addScript({\\n src: window.env.ZION_SRC,\\n async: true,\\n defer: false,\\n name: \\'zion\\',\\n });\\n window.addEventListener(\\'zion.loaded\\', () => {\\n if (\\n window.CNN.Zion.environmentType &&\\n window.CNN.Zion.sourceId &&\\n window.ZION_SDK\\n ) {\\n const environment = window.ZION_SDK.EnvironmentType[window.CNN.Zion.environmentType];\\n const enableLogging = environment !== window.ZION_SDK.EnvironmentType.Prod;\\n\\n window.zion_analytics.configure({\\n bridgeEnabled: true,\\n bufferSize: 20,\\n enableLogging,\\n customFeatureManagerPath: \\'https://z.cdp-dev.cnn.com/zfm/zfh-3.js\\',\\n environment: window.CNN.Zion.environmentType,\\n isSecure: true,\\n telemetryEndpoint: window.env.ZION_TELEMETRY_ENDPOINT,\\n trackAdvertising: false,\\n trackBluetooth: false,\\n trackDeeplink: false,\\n trackLifecycle: false,\\n trackLocation: false,\\n trackNotifications: false,\\n trackPurchases: false,\\n trackScreens: false,\\n trackUxMetrics: true,\\n uxMetricsPercentage: 15,\\n });\\n\\n if (window.zion_analytics) {\\n window.zion_analytics.track(new window.ZION_SDK.Pageview({\\n canonicalUrl: window.CNN.contentModel.canonicalUrl,\\n traits: {\\n event_source: window.CNN.contentModel.techStack || \\'stellar\\',\\n page_variant: window.CNN.contentModel.templateType || \\'\\',\\n raw_url: window.location.href,\\n cms_id: CNN.contentModel.cmsId || \\'\\',\\n page_type: CNN.contentModel.pageType || \\'\\',\\n edition: window.CNN.helpers.isEditionPage(),\\n section: CNN.contentModel.section || \\'\\',\\n subsection: CNN.contentModel.subsection || \\'\\',\\n section_level_3: CNN.contentModel.subsubsection || \\'\\',\\n experience_type: \\'cnn_core\\'\\n },\\n sourceId: window.CNN.contentModel.sourceId || \\'\\'\\n }));\\n }\\n } else {\\n throw new Error(\\'zion: missing either \"apiKey\", \"environmentType\" or \"sourceId\"\\');\\n }\\n });\\n})();\\n\\n }\\n \\n//script: sovrn\\n addScript({ async: false, defer: true, name: \\'sovrn\\', src: \\'https://get.s-onetag.com/c15ddde9-ec7d-4a49-b8ca-7a21bc4b943b/tag.min.js\\' }, [\\'iab\\',\\'data-share\\',\\'data-sell\\',\\'data-store\\',\\'ads-contextual\\',\\'ads-person-prof\\',\\'ads-person\\',\\'content-person-prof\\',\\'content-person\\',\\'measure-ads\\',\\'measure-content\\',\\'measure-market\\',\\'product-develop\\']);\\n \\n\\n//script: fave\\n addScript({ async: false, defer: true, name: \\'fave\\', src: \\'https://registry.api.cnn.io/bundles/fave/latest-4.x/js\\' });\\n \\n\\n//script: pym-js\\n addScript({ async: true, defer: false, name: \\'pym-js\\', src: \\'https://cdn.cnn.com/cnn/.e/interactive/js/lib/vendor/pym/pym.v1.min.js\\' });\\n \\n\\n\\n\\n }())\\n </script><script charset=\"utf-8\" data-domain-script=\"3d9a6f21-8e47-43f8-8d58-d86150f3e92b\" src=\"https://cdn.cookielaw.org/scripttemplates/otSDKStub.js\"></script><script src=\"https://lightning.cnn.com/launch/7be62238e4c3/97fa00444124/launch-2878c87af5e3.min.js\" data-uid=\"tag-manager\" async=\"\"></script><script type=\"text/javascript\" src=\"/media/sites/js/bundles/cnn-edition-adfuel.min.js\" async=\"\" data-uid=\"adfuel\"></script><script src=\"https://z.cdp-dev.cnn.com/zion-web-client/3.0/zion-web-client.min.js\" data-uid=\"zion\" async=\"\"></script><script src=\"https://get.s-onetag.com/c15ddde9-ec7d-4a49-b8ca-7a21bc4b943b/tag.min.js\" data-uid=\"sovrn\" defer=\"\"></script><script src=\"https://registry.api.cnn.io/bundles/fave/latest-4.x/js\" data-uid=\"fave\" defer=\"\"></script><script src=\"https://cdn.cnn.com/cnn/.e/interactive/js/lib/vendor/pym/pym.v1.min.js\" data-uid=\"pym-js\" async=\"\"></script>\\n\\n <!-- data-uri=\"cms.cnn.com/_components/meta-site/instances/politics-v1@published\" -->\\n<meta name=\"twitter:site\" content=\"@cnnpolitics\">\\n<meta property=\"article:publisher\" content=\"https://www.facebook.com/CNN\">\\n<meta property=\"fb:app_id\" content=\"80401312489\">\\n<meta property=\"og:site_name\" content=\"CNN\">\\n\\n <!-- data-uri=\"cms.cnn.com/_components/meta-icons/instances/cnn-v1@published\" -->\\n<link rel=\"shortcut icon\" type=\"image/x-icon\" href=\"/media/sites/cnn/favicon.ico\">\\n\\n <!-- data-uri=\"cms.cnn.com/_components/ad-config/instances/cnn-electioncenter-v1@published\" -->\\n\\n <script type=\"text/javascript\" src=\"/media/sites/js/bundles/cnn-edition-adfuel-body.min.js\" async=\"\" data-uid=\"adfuel-body\"></script><script src=\"https://signal-beacon.s-onetag.com/beacon.min.js\"></script><link rel=\"stylesheet\" href=\"https://registry.api.cnn.io/bundles/fave/4.21.6/css\"><script type=\"text/javascript\" charset=\"utf-8\" src=\"https://registry.api.cnn.io/bundles/fave/vendor-f290d5a9/vendor\"></script><script type=\"text/javascript\" charset=\"utf-8\" src=\"https://registry.api.cnn.io/bundles/fave/4.21.6/app\"></script><script src=\"https://lightning.cnn.com/launch/7be62238e4c3/97fa00444124/09c6454f9df7/EX1d194815a3a24f70a72344c972c1a2fa-libraryCode_source.min.js\" async=\"\"></script><script type=\"text/javascript\" src=\"//tag.bounceexchange.com/340/i.js\" async=\"\"></script><script src=\"https://ads.stickyadstv.com/user-matching?id=185&amp;_fw_gdpr=0&amp;_fw_gdpr_consent=\"></script><script src=\"https://ads.stickyadstv.com/auto-user-sync\"></script><script src=\"//static.chartbeat.com/js/chartbeat_video.js\" async=\"\"></script><script src=\"https://live.rezync.com/sync?c=16b6410431b6374e780104abb0443ca8&amp;p=34747f0775f02a6784bb965de6833e73&amp;k=cnn-pixel-8786&amp;zmpID=cnn&amp;custom1=cms.cnn.com/_pages/electioncenter_2024_20240305_AL_overview_page@published&amp;custom2=section&amp;custom3=politics&amp;cache_buster=1713423014691\" async=\"\"></script><style id=\"cnn-pcl-1a4cfl8\">article.cnn-pcl-1a4cfl8.cnn-pcl-1a4cfl8{border:1px solid #e6e6e6;border-radius:4px;position:relative;display:grid;background:#fff;grid-template-areas:\"header\" \"results\" \"footer\" \"state-election-map\";grid-template-columns:1fr}@media screen and (min-width: 1024px){article.cnn-pcl-1a4cfl8.cnn-pcl-1a4cfl8{border:1px solid #e6e6e6;border-radius:4px;position:relative;display:grid;background:#fff;grid-template-areas:\"header header\" \"results state-election-map\" \"footer state-election-map\";grid-template-columns:3fr 2fr;margin:0 auto}article.centered-1S94jJ.cnn-pcl-1a4cfl8.cnn-pcl-1a4cfl8{max-width:1220px}}.stacked-qcczXo.cnn-pcl-1a4cfl8 article.cnn-pcl-1a4cfl8{grid-template-areas:\"header\" \"results\" \"state-election-map\" \"footer\";grid-template-columns:1fr}article.called-3lX9Im.cnn-pcl-1a4cfl8.cnn-pcl-1a4cfl8::before{content:\"\";height:8px;width:calc(100% + 2px);margin-left:-1px;margin-top:-1px;border-top-left-radius:4px;border-top-right-radius:4px;position:absolute;top:0;left:0;background:var(--winnerPartyColor)}.cta-wrapper-1KjYeR.cnn-pcl-1a4cfl8.cnn-pcl-1a4cfl8{display:flex;justify-content:flex-end;margin-top:10px}@media screen and (max-width: 479px){.cta-wrapper-1KjYeR.cnn-pcl-1a4cfl8.cnn-pcl-1a4cfl8{justify-content:center}}.cta-wrapper-1KjYeR.cnn-pcl-1a4cfl8>a{text-decoration:none;border:1px solid #262626;border-radius:5px;color:#0c0c0c;padding:7px 28px;font-size:16px;font-family:cnn_sans_display, helveticaneue, Helvetica, Arial, Utkal, sans-serif;font-weight:400;margin-right:5px}.cta-wrapper-1KjYeR.cnn-pcl-1a4cfl8>a:last-of-type{margin-right:0}.results-suite-container-28sdat.cnn-pcl-1a4cfl8.cnn-pcl-1a4cfl8{margin:0px auto 40px auto}.results-suite-container-28sdat.centered-1S94jJ.cnn-pcl-1a4cfl8.cnn-pcl-1a4cfl8{max-width:1220px}.house-tiles-wrapper-3Qd2mY.cnn-pcl-1a4cfl8.cnn-pcl-1a4cfl8{padding:20px}</style><style id=\"cnn-pcl-xk8c6r\">.header-container-1LzJY9.cnn-pcl-xk8c6r.cnn-pcl-xk8c6r{grid-area:header;position:relative;padding:0 0 16px 11px}.header-container-1LzJY9.cnn-pcl-xk8c6r .header-2-AOgLYo.cnn-pcl-xk8c6r{font-weight:700;font-size:20px;line-height:26px;font-family:cnn_sans_display, helveticaneue, Helvetica, Arial, Utkal, sans-serif;font-weight:700;color:#000;margin:0;padding:15px 11px 0 0;display:block}.header-container-1LzJY9.cnn-pcl-xk8c6r .header-2-AOgLYo.cnn-pcl-xk8c6r>a{cursor:pointer;color:initial;text-decoration:none}.header-container-1LzJY9.cnn-pcl-xk8c6r .header-2-AOgLYo.cnn-pcl-xk8c6r>a:hover{text-decoration:underline;color:initial !important}.header-container-1LzJY9.has-follow-1yIbzu.cnn-pcl-xk8c6r .header-2-AOgLYo.cnn-pcl-xk8c6r{padding-right:102px}.header-container-1LzJY9.cnn-pcl-xk8c6r ul.cnn-pcl-xk8c6r{list-style:none;padding:6px 0 0 0;margin:0}.header-container-1LzJY9.cnn-pcl-xk8c6r ul li.cnn-pcl-xk8c6r{display:inline-block;margin-right:8px;font-size:12px;line-height:10px;font-family:cnn_sans_display, helveticaneue, Helvetica, Arial, Utkal, sans-serif;font-weight:700;color:#262626;text-transform:uppercase}.header-container-1LzJY9.cnn-pcl-xk8c6r ul li.cnn-pcl-xk8c6r:last-child{margin-right:0}.header-container-1LzJY9.cnn-pcl-xk8c6r .key-race-indicator-3UoYn8.cnn-pcl-xk8c6r{background:#ffc61c;padding:3px 5px 2px;border-radius:3px}.header-container-1LzJY9.cnn-pcl-xk8c6r .flipped-seat-indicator-2uueIY.cnn-pcl-xk8c6r{background:#404040;color:#fff;padding:3px 5px 2px;border-radius:3px}.header-container-1LzJY9.cnn-pcl-xk8c6r .flipped-seat-indicator-2uueIY .flipped-seat-icon-container-1RKmaM.cnn-pcl-xk8c6r{position:relative}.header-container-1LzJY9.cnn-pcl-xk8c6r .flipped-seat-indicator-2uueIY .flipped-seat-icon-container-1RKmaM.cnn-pcl-xk8c6r:before{position:absolute;content:\"\";border-radius:50%;border:2px solid #fff;left:-2px;right:-2px;top:1px;bottom:3px}.header-container-1LzJY9.cnn-pcl-xk8c6r .status-indicator-1_QVUG.cnn-pcl-xk8c6r{background:#404040;color:#fff;padding:3px 5px 2px;border-radius:3px}.header-container-1LzJY9.cnn-pcl-xk8c6r .action-button-2bIakM.cnn-pcl-xk8c6r{position:absolute;right:12px;top:0;padding-top:15px}.header-container-1LzJY9.embedded-Dg7OBM.cnn-pcl-xk8c6r.cnn-pcl-xk8c6r{border-bottom:1px solid #e6e6e6}</style><style id=\"cnn-pcl-1hveimy\">button.cnn-pcl-1hveimy{text-decoration:none;background-color:#fff;color:#000000;font-family:cnn_sans_display, helveticaneue, Helvetica, Arial, Utkal, sans-serif;font-weight:700;cursor:pointer;font-size:10px;padding:4px 9px 4px;border:1px solid #000000;border-radius:14px;line-height:16px;min-width:74px}.followed-1x17z8.cnn-pcl-1hveimy{background-color:#000000;color:#fff}.small-1-yuya.cnn-pcl-1hveimy{box-sizing:content-box;max-height:16px;padding:0;margin:0 0 1px}.isAdded-3-hBK3.cnn-pcl-1hveimy{background-image:linear-gradient(to left, rgb(199, 224, 248), rgb(254, 206, 207)), linear-gradient(283deg, rgb(199, 224, 248) 102%, rgb(254, 206, 207));background-origin:border-box;background-clip:border-box;color:#000000}.onhover-legkqF.cnn-pcl-1hveimy{background-color:#fff;color:#000000}</style><style id=\"cnn-pcl-1ksfwcp\">.core-result__total-counts-y78OQg.cnn-pcl-1ksfwcp{display:flex;flex-direction:column;row-gap:12px;padding:16px 0 0;width:calc(100% - 32px)}.core-result__total-counts-y78OQg.embedded-3x_873.cnn-pcl-1ksfwcp{border-bottom:1px solid #e6e6e6}</style><style id=\"cnn-pcl-eyhmk3\">.circular_summary-LUtCUF.cnn-pcl-eyhmk3.cnn-pcl-eyhmk3{align-items:center;background:transparent;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;width:100%}.circular_summary__primary_text-36YSkr.cnn-pcl-eyhmk3.cnn-pcl-eyhmk3{background-color:#ffffff;border:0.0625rem solid #0c0c0c;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;color:#0c0c0c;flex-shrink:0;font-family:cnn_sans_display, helveticaneue, Helvetica, Arial, Utkal, sans-serif;font-weight:700;font-size:0.875rem;height:2.1875rem;letter-spacing:0.2px;line-height:2.1875rem;margin:0 0.25rem 0 0;text-align:center;width:2.1875rem}.circular_summary__primary_text-36YSkr.cnn-pcl-eyhmk3+.circular_summary__secondary_text-1rcr5S.cnn-pcl-eyhmk3{padding:0 0 0 0}.circular_summary__secondary_text-1rcr5S.cnn-pcl-eyhmk3.cnn-pcl-eyhmk3{color:#0c0c0c;font-family:cnn_sans_display, helveticaneue, Helvetica, Arial, Utkal, sans-serif;font-weight:700;font-size:0.75rem;letter-spacing:0.2px;line-height:1.0625rem;margin:1px 0 0 0;padding:0 0 0 0;text-transform:uppercase}</style><style id=\"cnn-pcl-1me6450\">table.cnn-pcl-1me6450.cnn-pcl-1me6450.cnn-pcl-1me6450.cnn-pcl-1me6450{grid-area:results;margin-top:8px;border-spacing:0;height:fit-content;width:100%;border-collapse:collapse;table-layout:fixed}table.cnn-pcl-1me6450>thead.cnn-pcl-1me6450>tr.cnn-pcl-1me6450.cnn-pcl-1me6450{vertical-align:baseline}table.cnn-pcl-1me6450>thead.cnn-pcl-1me6450>tr.cnn-pcl-1me6450>th.cnn-pcl-1me6450{color:#0c0c0c;border-bottom:1px solid #e6e6e6;font-family:cnn_sans_display, helveticaneue, Helvetica, Arial, Utkal, sans-serif;font-weight:400;font-size:14px;padding:0 0 10px 0;line-height:1.2}.col-header-delegates-mobile-2hj6He.cnn-pcl-1me6450.cnn-pcl-1me6450.cnn-pcl-1me6450.cnn-pcl-1me6450{display:none}table.cnn-pcl-1me6450>thead.cnn-pcl-1me6450>tr.cnn-pcl-1me6450>th.cnn-pcl-1me6450,table.cnn-pcl-1me6450>tbody.cnn-pcl-1me6450>tr.cnn-pcl-1me6450>td.cnn-pcl-1me6450{text-align:left;position:relative}table.cnn-pcl-1me6450>thead.cnn-pcl-1me6450>tr.cnn-pcl-1me6450>th.cnn-pcl-1me6450:first-child{padding-left:7px}table.cnn-pcl-1me6450>thead.cnn-pcl-1me6450>tr.cnn-pcl-1me6450>th.cnn-pcl-1me6450:last-child{padding-right:14px}table.cnn-pcl-1me6450>tbody.cnn-pcl-1me6450>tr.cnn-pcl-1me6450.cnn-pcl-1me6450{background:var(--background);line-height:16px;letter-spacing:0.2px;font-family:cnn_sans_display, helveticaneue, Helvetica, Arial, Utkal, sans-serif;vertical-align:top;border-bottom:1px solid #e6e6e6}table.cnn-pcl-1me6450>tbody.cnn-pcl-1me6450>tr.cnn-pcl-1me6450>td.col-candidate-name-2EqdE6.cnn-pcl-1me6450:before{content:\"\";height:100%;width:8px;position:absolute;left:0;top:0;background-color:var(--candidateColor)}table.cnn-pcl-1me6450>tbody.cnn-pcl-1me6450>tr.isWinner-3g_AYM.cnn-pcl-1me6450.cnn-pcl-1me6450{font-family:cnn_sans_display, helveticaneue, Helvetica, Arial, Utkal, sans-serif;font-weight:700}table.cnn-pcl-1me6450>thead.cnn-pcl-1me6450>tr.cnn-pcl-1me6450>th.cnn-pcl-1me6450:not(:first-child),table.cnn-pcl-1me6450>tbody.cnn-pcl-1me6450>tr.cnn-pcl-1me6450>td.cnn-pcl-1me6450:not(:first-child){text-align:right;padding-right:8px}table.cnn-pcl-1me6450>tbody.cnn-pcl-1me6450>tr.cnn-pcl-1me6450>td.cnn-pcl-1me6450{padding:12px 0}table.cnn-pcl-1me6450>tbody.cnn-pcl-1me6450>tr.cnn-pcl-1me6450:last-child>td.beforeMode-G8cTcd.cnn-pcl-1me6450{border-bottom:none;padding-right:10px}td.col-candidate-name-2EqdE6.cnn-pcl-1me6450>span.cnn-pcl-1me6450.cnn-pcl-1me6450.cnn-pcl-1me6450{display:flex;align-items:center}td.col-candidate-name-2EqdE6.cnn-pcl-1me6450 span.candidate-icon-indicator-bHSeQg.cnn-pcl-1me6450.cnn-pcl-1me6450.cnn-pcl-1me6450{display:block;padding:0 0 0 8px}td.col-candidate-name-2EqdE6.cnn-pcl-1me6450 span.candidate-icon-indicator-bHSeQg.cnn-pcl-1me6450>svg{display:block;margin-left:4px;margin-right:4px}td.col-candidate-name-2EqdE6.cnn-pcl-1me6450 span.candidate-icon-indicator-bHSeQg.cnn-pcl-1me6450>svg .politics-crm__checkmark-background{fill:var(--partyColor)}td.cnn-pcl-1me6450 span.race-indicator-zone-BCF66v.cnn-pcl-1me6450.cnn-pcl-1me6450.cnn-pcl-1me6450{width:32px;min-width:32px}td.col-candidate-name-2EqdE6.cnn-pcl-1me6450 span.party-label-239xt1.cnn-pcl-1me6450.cnn-pcl-1me6450.cnn-pcl-1me6450{display:block;font-family:cnn_sans_display, helveticaneue, Helvetica, Arial, Utkal, sans-serif;font-weight:400;font-size:12px;line-height:12px;font-style:italic;color:#404040;padding:2px 0 0 32px}td.col-candidate-name-2EqdE6.cnn-pcl-1me6450 span.dropped-out-_Z9Pxg.cnn-pcl-1me6450.cnn-pcl-1me6450.cnn-pcl-1me6450{display:block;padding:2px 0 0 32px;margin-top:2px}.dropped-out-indicator-1IATQM.cnn-pcl-1me6450.cnn-pcl-1me6450.cnn-pcl-1me6450.cnn-pcl-1me6450{background:var(--delegateDroppedOut);color:#ffffff;font-family:cnn_sans_display, helveticaneue, Helvetica, Arial, Utkal, sans-serif;font-weight:700;font-size:12px;letter-spacing:0.7363636494px;text-align:center;border-radius:3px;margin-top:6px;padding:1px 4px;white-space:nowrap}td.col-vote-percent-1JXrHP.cnn-pcl-1me6450.cnn-pcl-1me6450.cnn-pcl-1me6450.cnn-pcl-1me6450{padding-left:8px;width:40px}td.col-votes-3Y8smS.cnn-pcl-1me6450.cnn-pcl-1me6450.cnn-pcl-1me6450.cnn-pcl-1me6450{padding:12px 14px 12px 0;width:80px}@media screen and (min-width: 360px){td.col-votes-3Y8smS.cnn-pcl-1me6450.cnn-pcl-1me6450.cnn-pcl-1me6450.cnn-pcl-1me6450{padding-left:8px}}td.col-delegates-2rW54a.cnn-pcl-1me6450.cnn-pcl-1me6450.cnn-pcl-1me6450.cnn-pcl-1me6450{padding:12px 14px 12px 0;width:120px}@media screen and (min-width: 360px){td.col-delegates-2rW54a.cnn-pcl-1me6450.cnn-pcl-1me6450.cnn-pcl-1me6450.cnn-pcl-1me6450{padding-left:8px}}tr.cnn-pcl-1me6450:first-child>td.col-votes-3Y8smS.cnn-pcl-1me6450>div.vote-count-1Z7s9a.cnn-pcl-1me6450.cnn-pcl-1me6450{display:grid}tr.cnn-pcl-1me6450:first-child>td.col-votes-3Y8smS>div.vote-count-1Z7s9a span.ahead-count-Kon8-M.cnn-pcl-1me6450.cnn-pcl-1me6450.cnn-pcl-1me6450{display:block;font-size:12px;line-height:12px;color:#404040;font-style:italic;font-family:cnn_sans_display, helveticaneue, Helvetica, Arial, Utkal, sans-serif;font-weight:400;padding:2px 0 0 0}span.ahead-count-Kon8-M.cnn-pcl-1me6450.cnn-pcl-1me6450.cnn-pcl-1me6450.cnn-pcl-1me6450{display:none}table.cnn-pcl-1me6450>tfoot.cnn-pcl-1me6450>tr.cnn-pcl-1me6450.cnn-pcl-1me6450{font-family:cnn_sans_display, helveticaneue, Helvetica, Arial, Utkal, sans-serif;font-weight:400;font-size:12px;line-height:14px;height:24px}table.cnn-pcl-1me6450>tfoot.cnn-pcl-1me6450>tr.cnn-pcl-1me6450>td.icon-informational-3hdsk9.cnn-pcl-1me6450{padding:12px 0 0 8px}@media screen and (max-width: 479px){table.with-delegates-22I-Fo.cnn-pcl-1me6450.cnn-pcl-1me6450.cnn-pcl-1me6450.cnn-pcl-1me6450{table-layout:auto}.col-header-delegates-mobile-2hj6He.cnn-pcl-1me6450.cnn-pcl-1me6450.cnn-pcl-1me6450.cnn-pcl-1me6450{display:table-cell}.col-header-delegates-desktop-2NtLkZ.cnn-pcl-1me6450.cnn-pcl-1me6450.cnn-pcl-1me6450.cnn-pcl-1me6450{display:none}}</style><style id=\"cnn-pcl-glx31i\">.state-election-map-2kyVCy.cnn-pcl-glx31i.cnn-pcl-glx31i{grid-area:state-election-map;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:10px}.state-election-map-2kyVCy.cnn-pcl-glx31i h2.cnn-pcl-glx31i{font-family:cnn_sans_display, helveticaneue, Helvetica, Arial, Utkal, sans-serif;font-weight:700;font-size:20px;line-height:26px}.state-election-map-2kyVCy.card-sOoYGi.cnn-pcl-glx31i .map-wrapper-3pB_Q0.cnn-pcl-glx31i{margin-bottom:24px;height:100%;width:100%}.state-election-map-2kyVCy.card-sOoYGi.mini-ZKujOi.cnn-pcl-glx31i .map-wrapper-3pB_Q0.cnn-pcl-glx31i{margin-bottom:0}.title-link-1e1dJN.cnn-pcl-glx31i.cnn-pcl-glx31i{cursor:pointer;color:initial !important;text-decoration:none}.title-link-1e1dJN.cnn-pcl-glx31i.cnn-pcl-glx31i:hover{text-decoration:underline;color:initial}.card-title-2fmh_w.cnn-pcl-glx31i.cnn-pcl-glx31i{text-transform:uppercase;margin:0 0 16px 0}.map-wrapper-3pB_Q0.cnn-pcl-glx31i.cnn-pcl-glx31i{display:flex;justify-content:center}.tooltip-2duQjE.cnn-pcl-glx31i.cnn-pcl-glx31i{display:flex;flex-direction:column;position:fixed;width:100%;left:0;bottom:0;pointer-events:all;box-sizing:border-box;z-index:10001}.tooltip-2duQjE.cnn-pcl-glx31i button.cnn-pcl-glx31i{position:absolute;z-index:1002;top:0px;right:20px;width:32px;height:32px;background:rgb(12, 12, 12);border:none;transform:translateY(-50%);border-radius:1000px;box-shadow:rgba(0, 0, 0, 0.2) 0px 3px 3px 0px}.tooltip-2duQjE.cnn-pcl-glx31i button.cnn-pcl-glx31i::before,.tooltip-2duQjE.cnn-pcl-glx31i button.cnn-pcl-glx31i::after{content:\"\";width:18px;height:1px;position:absolute;margin-top:-1px;top:50%;left:50%;background:white}.tooltip-2duQjE.cnn-pcl-glx31i button.cnn-pcl-glx31i::before{-webkit-transform:translateX(-50%) rotate(45deg);transform:translateX(-50%) rotate(45deg)}.tooltip-2duQjE.cnn-pcl-glx31i button.cnn-pcl-glx31i::after{-webkit-transform:translateX(-50%) rotate(-45deg);transform:translateX(-50%) rotate(-45deg)}@media screen and (min-width: 768px){.tooltip-2duQjE.cnn-pcl-glx31i.cnn-pcl-glx31i{display:none;position:fixed;z-index:10001;max-width:300px}.tooltip-2duQjE.cnn-pcl-glx31i button.cnn-pcl-glx31i{display:none}}@media screen and (min-width: 1024px){.embedded-iPSj5f.cnn-pcl-glx31i.cnn-pcl-glx31i{border-left:1px solid #e6e6e6}.state-election-map-2kyVCy.stacked-1825de.cnn-pcl-glx31i.cnn-pcl-glx31i{border-left:none}}</style><style id=\"cnn-pcl-1s2y172\">.updated-3SEzh0.cnn-pcl-1s2y172.cnn-pcl-1s2y172{font-family:cnn_sans_display, helveticaneue, Helvetica, Arial, Utkal, sans-serif;font-weight:400;font-size:10px;padding:4px 0 0 0;display:flex;flex-direction:row;align-items:center;width:100%}.updated-3SEzh0.cnn-pcl-1s2y172 .line-2xgLzQ.cnn-pcl-1s2y172{border-top:1px solid #e6e6e6;flex:1}.updated-3SEzh0.cnn-pcl-1s2y172 .timestamp-3V94I1.cnn-pcl-1s2y172{margin:0 12px;color:#8d8d8d;font-size:12px}</style><style id=\"cnn-pcl-1e0vjke\">footer.cnn-pcl-1e0vjke.cnn-pcl-1e0vjke.cnn-pcl-1e0vjke.cnn-pcl-1e0vjke{grid-area:footer;margin-top:12px;padding:0 12px 14px;height:fit-content;display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end}.embedded-JUJHRu.cnn-pcl-1e0vjke.cnn-pcl-1e0vjke.cnn-pcl-1e0vjke.cnn-pcl-1e0vjke{border-bottom:1px solid #e6e6e6}.footer-info-s7AjA1.cnn-pcl-1e0vjke.cnn-pcl-1e0vjke.cnn-pcl-1e0vjke.cnn-pcl-1e0vjke{display:flex;flex-direction:column;align-self:flex-start}footer.cnn-pcl-1e0vjke>div.cnn-pcl-1e0vjke>p.cnn-pcl-1e0vjke.cnn-pcl-1e0vjke{margin:0;display:flex}footer.cnn-pcl-1e0vjke>div.cnn-pcl-1e0vjke>p.cnn-pcl-1e0vjke>span.reporting-1zjL7t.cnn-pcl-1e0vjke{font-size:12px;letter-spacing:-0.2px;line-height:16px;font-family:cnn_sans_display, helveticaneue, Helvetica, Arial, Utkal, sans-serif;font-weight:700;padding:0;margin:0}footer.cnn-pcl-1e0vjke>div.cnn-pcl-1e0vjke>p.cnn-pcl-1e0vjke>span.next-update-hLyQmu.cnn-pcl-1e0vjke{margin-left:0}footer.cnn-pcl-1e0vjke>div.cnn-pcl-1e0vjke>p.last-updated-foB4fW.cnn-pcl-1e0vjke.cnn-pcl-1e0vjke{font-size:12px;font-family:cnn_sans_display, helveticaneue, Helvetica, Arial, Utkal, sans-serif;font-weight:400;line-height:16px;letter-spacing:-0.2px;padding:0;margin:0 0 0 0}.icons-1_eqvG.cnn-pcl-1e0vjke.cnn-pcl-1e0vjke.cnn-pcl-1e0vjke.cnn-pcl-1e0vjke{height:16px;display:flex;flex-direction:row;justify-content:flex-end}.keyrace-1GBW9N.cnn-pcl-1e0vjke.cnn-pcl-1e0vjke.cnn-pcl-1e0vjke.cnn-pcl-1e0vjke{width:20px;height:20px;border:2px solid rgb(255, 198, 28)}.icon-wrapper-3HzsYP.cnn-pcl-1e0vjke.cnn-pcl-1e0vjke.cnn-pcl-1e0vjke.cnn-pcl-1e0vjke{display:flex;flex-direction:row;align-items:center;margin:3px}.label-1xyB8i.cnn-pcl-1e0vjke.cnn-pcl-1e0vjke.cnn-pcl-1e0vjke.cnn-pcl-1e0vjke{font-size:12px;font-family:cnn_sans_display, helveticaneue, Helvetica, Arial, Utkal, sans-serif;font-weight:400;line-height:1.17;margin-left:5px;white-space:nowrap}a.cnn-pcl-1e0vjke.cnn-pcl-1e0vjke.cnn-pcl-1e0vjke.cnn-pcl-1e0vjke{color:#0c0c0c;font-family:cnn_sans_display, helveticaneue, Helvetica, Arial, Utkal, sans-serif;font-weight:700;text-decoration:underline;font-size:12px}footer.stacked-Bhpln2.cnn-pcl-1e0vjke.cnn-pcl-1e0vjke.cnn-pcl-1e0vjke.cnn-pcl-1e0vjke{border-top:1px solid #e6e6e6;margin-top:0;padding-top:14px}@media screen and (min-width: 768px){footer.cnn-pcl-1e0vjke.cnn-pcl-1e0vjke.cnn-pcl-1e0vjke.cnn-pcl-1e0vjke{align-self:flex-end}}@media screen and (min-width: 1024px){.embedded-JUJHRu.cnn-pcl-1e0vjke.cnn-pcl-1e0vjke.cnn-pcl-1e0vjke.cnn-pcl-1e0vjke{border-bottom:none}}</style><style id=\"cnn-pcl-zzgmc2\">.secondary-nav-2DZq0y.cnn-pcl-zzgmc2.cnn-pcl-zzgmc2{top:40px;width:100%;z-index:300;background:#ffffff;width:100%;border-bottom:solid 1px #e6e6e6;height:40px;overflow-y:hidden}@media screen and (min-width: 480px){.secondary-nav-2DZq0y.cnn-pcl-zzgmc2.cnn-pcl-zzgmc2{height:40px}}.secondary-nav__scrollable-area-9vSHMy.cnn-pcl-zzgmc2.cnn-pcl-zzgmc2{padding:0 16px;margin:0 auto;height:100%;max-width:1440px;width:100%;overflow-x:auto;overflow-y:hidden;display:flex;flex-wrap:nowrap;justify-content:space-between}@media screen and (min-width: 960px){.secondary-nav__scrollable-area-9vSHMy.cnn-pcl-zzgmc2.cnn-pcl-zzgmc2{padding:0 32px}}.secondary-nav__scrollable-area-9vSHMy.cnn-pcl-zzgmc2 nav.cnn-pcl-zzgmc2{display:flex}.secondary-nav__scrollable-area-9vSHMy.cnn-pcl-zzgmc2 nav ul.cnn-pcl-zzgmc2{margin:0;padding:0;display:flex;flex-wrap:nowrap}.secondary-nav__item-outer-3S6rfq.cnn-pcl-zzgmc2.cnn-pcl-zzgmc2{flex-shrink:0;display:inline-block;height:100%;position:relative}.secondary-nav__item-inner-LBiXtL.cnn-pcl-zzgmc2.cnn-pcl-zzgmc2{display:flex;align-items:center;height:100%}.secondary-nav__item-inner-LBiXtL[href].cnn-pcl-zzgmc2.cnn-pcl-zzgmc2{text-decoration:none}.secondary-nav__item-inner-LBiXtL[href].cnn-pcl-zzgmc2.cnn-pcl-zzgmc2:hover{cursor:pointer}.secondary-nav__leading-img-pipe-container-LDm5cH.cnn-pcl-zzgmc2.cnn-pcl-zzgmc2{display:flex;align-items:center;justify-content:center}.secondary-nav__leading-image--large-1eiuhT.cnn-pcl-zzgmc2.cnn-pcl-zzgmc2{margin-right:15px;display:none}@media screen and (min-width: 480px){.secondary-nav__leading-image--large-1eiuhT.cnn-pcl-zzgmc2.cnn-pcl-zzgmc2{display:inline-block}}.secondary-nav__leading-image--small-3QnFHw.cnn-pcl-zzgmc2.cnn-pcl-zzgmc2{margin-right:13px}@media screen and (min-width: 480px){.secondary-nav__leading-image--small-3QnFHw.cnn-pcl-zzgmc2.cnn-pcl-zzgmc2{display:none}}.secondary-nav__pipe-1Q5hUB.cnn-pcl-zzgmc2.cnn-pcl-zzgmc2{height:100%}.secondary-nav__pipe-1Q5hUB.cnn-pcl-zzgmc2 line.cnn-pcl-zzgmc2{stroke:#e6e6e6;stroke-width:2}.secondary-nav__item-text-g7-hem.cnn-pcl-zzgmc2.cnn-pcl-zzgmc2{padding-left:5px;padding-right:5px;font-size:12px;font-family:cnn_sans_display, helveticaneue, Helvetica, Arial, Utkal, sans-serif;font-weight:400;line-height:18px;color:#0c0c0c;white-space:nowrap}@media(hover: hover){.secondary-nav__item-text-g7-hem.cnn-pcl-zzgmc2.cnn-pcl-zzgmc2:hover{font-family:cnn_sans_display, helveticaneue, Helvetica, Arial, Utkal, sans-serif;font-weight:700}}.secondary-nav__item-text--active-2owImW.cnn-pcl-zzgmc2.cnn-pcl-zzgmc2{font-family:cnn_sans_display, helveticaneue, Helvetica, Arial, Utkal, sans-serif;font-weight:700}@media screen and (min-width: 480px){.secondary-nav__item-text-g7-hem.cnn-pcl-zzgmc2.cnn-pcl-zzgmc2{padding-left:7px;padding-right:7px;font-size:14px}}</style><style id=\"cnn-pcl-o2dj3h\">.pol-dropdown-2TrxKl.cnn-pcl-o2dj3h.cnn-pcl-o2dj3h{font-family:cnn_sans_display, helveticaneue, Helvetica, Arial, Utkal, sans-serif;font-weight:400;position:absolute;top:0;left:0;height:100%;width:100%;background:transparent;opacity:0;cursor:pointer;font-size:14px}.visually-hidden-n7xcpS.cnn-pcl-o2dj3h.cnn-pcl-o2dj3h:not(:focus):not(:active){clip:rect(0 0 0 0);clip-path:inset(50%);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px;top:0;left:0}.pol-dropdown-2TrxKl.cnn-pcl-o2dj3h:focus~.selectedHeader-1QskTx.cnn-pcl-o2dj3h{border-color:rgba(0, 0, 0, 0.2);border-style:solid;border-width:2px}.selectedHeader-1QskTx.cnn-pcl-o2dj3h.cnn-pcl-o2dj3h{display:flex;justify-content:space-between;align-items:center;font-size:14px;min-width:0;color:#262626}.selectedHeader-1QskTx.electionExplorer-2HXawY.cnn-pcl-o2dj3h.cnn-pcl-o2dj3h{font-size:16px;font-family:cnn_sans_display, helveticaneue, Helvetica, Arial, Utkal, sans-serif;font-weight:400;font-weight:400;letter-spacing:0.2px}.selectedHeader-1QskTx.secondaryNav-2Hh0Rs.cnn-pcl-o2dj3h.cnn-pcl-o2dj3h{font-size:12px}@media screen and (min-width: 480px){.selectedHeader-1QskTx.secondaryNav-2Hh0Rs.cnn-pcl-o2dj3h.cnn-pcl-o2dj3h{font-size:14px}}.displayText-3PNCeH.cnn-pcl-o2dj3h.cnn-pcl-o2dj3h{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.caretPosition-17NHgn.cnn-pcl-o2dj3h.cnn-pcl-o2dj3h{display:flex;margin-left:8px;align-items:center}.dropdownWrapper-WYcXj4.cnn-pcl-o2dj3h.cnn-pcl-o2dj3h{position:relative;border-style:solid;display:inline-flex;justify-content:space-evenly;height:32px;border-width:1px;border-color:#262626;padding-left:14px;padding-right:14px;border-radius:4px}.dropdownWrapper-WYcXj4.secondaryNav-2Hh0Rs.cnn-pcl-o2dj3h.cnn-pcl-o2dj3h{border-style:none;font-size:14px;font-family:cnn_sans_display, helveticaneue, Helvetica, Arial, Utkal, sans-serif;font-weight:400;height:100%;padding:0 8px}@media screen and (min-width: 480px){.dropdownWrapper-WYcXj4.secondaryNav-2Hh0Rs.cnn-pcl-o2dj3h.cnn-pcl-o2dj3h{height:calc(100% - 1px)}}@media(hover: hover){.dropdownWrapper-WYcXj4.secondaryNav-2Hh0Rs.cnn-pcl-o2dj3h.cnn-pcl-o2dj3h:hover{font-weight:bold}}</style><style id=\"cnn-pcl-1j6uw92\">.multi-map-lite-wrapper-HnVCxc.cnn-pcl-1j6uw92{border:0.5px solid #e6e6e6;max-width:100%;border-radius:6px}.multi-map-lite-wrapper-HnVCxc.cnn-pcl-1j6uw92>div:nth-child(2){max-width:100%}.multi-map-lite-wrapper-HnVCxc.cnn-pcl-1j6uw92>div:nth-child(2)>div:last-child{display:none}.multi-map-lite-wrapper-HnVCxc.hidden-title-1egO7g.cnn-pcl-1j6uw92>div:nth-child(2){border-top:none}.multi-map-lite-wrapper-HnVCxc.cnn-pcl-1j6uw92>div:nth-child(2)>div{display:flex;justify-content:space-around;width:100%}@media screen and (max-width: 479px){.multi-map-lite-wrapper-HnVCxc.cnn-pcl-1j6uw92>div:nth-child(2)>div{padding-left:8px;padding-right:8px;justify-content:unset}}.multi-map-lite-wrapper-HnVCxc.cnn-pcl-1j6uw92>div:nth-child(2)>div>a:first-of-type{margin-left:0}@media screen and (max-width: 479px){.multi-map-lite-wrapper-HnVCxc.cnn-pcl-1j6uw92>div:nth-child(2)>div>a:first-of-type{margin-left:auto}}.multi-map-lite-wrapper-HnVCxc.cnn-pcl-1j6uw92>div:nth-child(2)>div>a{padding:0 0 5px 0}.multi-map-lite-wrapper-HnVCxc.cnn-pcl-1j6uw92>div:nth-child(2)>div>a:last-of-type{margin-right:0}@media screen and (max-width: 479px){.multi-map-lite-wrapper-HnVCxc.cnn-pcl-1j6uw92>div:nth-child(2)>div>a:last-of-type{margin-right:auto}}.link-wrapper-GGASdF.cnn-pcl-1j6uw92{text-decoration:none}</style><style id=\"cnn-pcl-5qkupf\">.hidden-title-J0xI3C.cnn-pcl-5qkupf.cnn-pcl-5qkupf{display:none}.header-container-k-E_Vi.cnn-pcl-5qkupf.cnn-pcl-5qkupf{grid-area:header;position:relative;padding:8px 12px 6px}.header-container-k-E_Vi.cnn-pcl-5qkupf h2.cnn-pcl-5qkupf{font-size:14px;line-height:20px;font-family:cnn_sans_display, helveticaneue, Helvetica, Arial, Utkal, sans-serif;font-weight:700;color:#000;margin:0;padding:0;display:block}</style><style id=\"cnn-pcl-rdd933\">.nav-button-1xCpdP.cnn-pcl-rdd933.cnn-pcl-rdd933{display:inline-block;font-size:14px;line-height:1.14;text-align:center;text-decoration:none;white-space:nowrap;color:#262626;font-family:cnn_sans_display, helveticaneue, Helvetica, Arial, Utkal, sans-serif;font-weight:700;background:none;border:none;cursor:pointer;padding:0 16px 7px 16px;text-transform:uppercase;border-bottom:solid 2px #e6e6e6}.nav-button-1xCpdP.selected-14g-Tw.cnn-pcl-rdd933.cnn-pcl-rdd933{border-bottom:solid 2px #262626}.nav-button-1xCpdP.selected-14g-Tw.issue-hub-1kseJs.cnn-pcl-rdd933.cnn-pcl-rdd933{border-bottom:solid 3px #cc0000;color:black}.centered-2VEiNl.cnn-pcl-rdd933 .nav-button-1xCpdP.cnn-pcl-rdd933:first-of-type{margin-left:auto}.centered-2VEiNl.cnn-pcl-rdd933 .nav-button-1xCpdP.cnn-pcl-rdd933:last-of-type{margin-right:auto}.tab-wrapper-2jF4iI.cnn-pcl-rdd933.cnn-pcl-rdd933{display:flex;overflow-x:auto}.tab-wrapper-2jF4iI.centered-2VEiNl.cnn-pcl-rdd933.cnn-pcl-rdd933{display:flex}.nav-bar-wrapper-1o8Kr7.cnn-pcl-rdd933.cnn-pcl-rdd933{position:relative}.nav-bar-wrapper-1o8Kr7.issue-hub-1kseJs.cnn-pcl-rdd933.cnn-pcl-rdd933{border-top:1px solid #e6e6e6;padding:12px 0 0 0;border-bottom:1px solid #e6e6e6;display:flex}.nav-button-1xCpdP.issue-hub-1kseJs.cnn-pcl-rdd933.cnn-pcl-rdd933{padding:0 0px 7px 0px;color:#6e6e6e;font-family:cnn_sans_display, helveticaneue, Helvetica, Arial, Utkal, sans-serif;font-weight:700;font-size:12px;line-height:17px;letter-spacing:0.01em;border-bottom:solid 3px transparent;margin:0 28px 0 4px}.nav-button-1xCpdP.issue-hub-1kseJs.cnn-pcl-rdd933.cnn-pcl-rdd933:hover{border-bottom:solid 3px #b1b1b1;color:black}.nav-button-1xCpdP.issue-hub-1kseJs.selected-14g-Tw.cnn-pcl-rdd933.cnn-pcl-rdd933{border-bottom:solid 3px #cc0000;color:black}</style><style>\\n .scrollable-gradient-hidden-scrollbar {\\n scrollbar-width: none;\\n -ms-overflow-style: none;\\n }\\n .scrollable-gradient-hidden-scrollbar::-webkit-scrollbar {\\n display: none;\\n }\\n </style><style id=\"cnn-pcl-1ch2hn7\">a.cnn-pcl-1ch2hn7{text-decoration:inherit;color:inherit}</style><style id=\"cnn-pcl-fm1ncy\">article.cnn-pcl-fm1ncy{border:1px solid #e6e6e6;border-radius:4px;position:relative;display:grid;background:#fff;grid-template-areas:\"header header\" \"results results\" \"footer footer\";margin:0 0 24px 0}article.called-1bIiML.cnn-pcl-fm1ncy::before{content:\"\";height:8px;width:calc(100% + 2px);margin-left:-1px;margin-top:-1px;border-top-left-radius:4px;border-top-right-radius:4px;position:absolute;top:0;left:0;background:var(--winnerPartyColor)}</style><style id=\"cnn-pcl-1k0jrn2\">.header-container-2NUUsd.cnn-pcl-1k0jrn2.cnn-pcl-1k0jrn2{grid-area:header;position:relative;padding:0 0 16px 12px}.header-container-2NUUsd.cnn-pcl-1k0jrn2 h2.cnn-pcl-1k0jrn2{font-size:20px;line-height:26px;font-family:cnn_sans_display, helveticaneue, Helvetica, Arial, Utkal, sans-serif;font-weight:700;color:#000;margin:0;padding:15px 102px 0 0;display:block}.header-container-2NUUsd.cnn-pcl-1k0jrn2 h2.cnn-pcl-1k0jrn2>a{cursor:pointer;color:initial;text-decoration:none}.header-container-2NUUsd.cnn-pcl-1k0jrn2 h2.cnn-pcl-1k0jrn2>a:hover{text-decoration:underline;color:initial !important}.header-container-2NUUsd.cnn-pcl-1k0jrn2 p.subtitle-1hydv9.cnn-pcl-1k0jrn2{font-weight:700;font-size:20px;line-height:26px;font-family:cnn_sans_display, helveticaneue, Helvetica, Arial, Utkal, sans-serif;font-weight:700;padding:0;margin:0}.header-container-2NUUsd.cnn-pcl-1k0jrn2 .action-button-MXWPft.cnn-pcl-1k0jrn2{position:absolute;right:12px;top:0;padding-top:15px}</style><style id=\"cnn-pcl-xtr4hv\">table.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv{grid-area:results;border-spacing:0;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;box-sizing:border-box;padding:1rem;position:relative;width:100%;max-width:100%;border-collapse:collapse;position:relative;text-align:right;width:100%}table.cnn-pcl-xtr4hv .cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv,table.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv::before,table.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv::after{box-sizing:inherit}table.cnn-pcl-xtr4hv thead tr.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv{vertical-align:bottom;border-bottom:1px solid #d3d3d3}table.cnn-pcl-xtr4hv thead tr th.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv{font-family:cnn_sans_display, helveticaneue, Helvetica, Arial, Utkal, sans-serif;font-weight:400;font-size:13px;padding:0 0 12px 0}table.cnn-pcl-xtr4hv thead tr th.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv:first-child{text-align:left;padding-left:12px}table.cnn-pcl-xtr4hv thead tr th:nth-child(2) .total-delegates-ADQTa2.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv{display:inline-block}table.cnn-pcl-xtr4hv thead tr th:nth-child(2) .hidden-1SXjCH.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv{display:none}table.cnn-pcl-xtr4hv thead tr th.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv:last-child{direction:rtl;max-width:90px;padding-right:12px;padding-left:12px}@media screen and (min-width: 480px){table.cnn-pcl-xtr4hv thead tr th.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv:last-child{padding-left:18px}}@media screen and (min-width: 960px){table.cnn-pcl-xtr4hv thead tr th.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv:last-child{padding-left:24px}}table.cnn-pcl-xtr4hv tbody tr.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv{border-bottom:1px solid #d3d3d3;background:var(--background);display:var(--display);line-height:16px;letter-spacing:0.2px;vertical-align:middle;font-family:cnn_sans_display, helveticaneue, Helvetica, Arial, Utkal, sans-serif;font-weight:400}table.cnn-pcl-xtr4hv tbody tr.isWinner-7j8KXa.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv{font-family:cnn_sans_display, helveticaneue, Helvetica, Arial, Utkal, sans-serif;font-weight:700}table.cnn-pcl-xtr4hv tbody tr td.col-candidate-name-1pAsq5.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv{padding-left:16px;min-width:116px;text-align:left;position:relative}table.cnn-pcl-xtr4hv tbody tr td.col-candidate-name-1pAsq5.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv:before{content:\"\";height:100%;width:8px;position:absolute;left:0;top:0;background-color:var(--candidateColor)}table.cnn-pcl-xtr4hv tbody tr td.col-candidate-name-1pAsq5.cnn-pcl-xtr4hv>span.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv{display:flex;align-items:center}table.cnn-pcl-xtr4hv tbody tr td span.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv{display:flex;align-items:center}table.cnn-pcl-xtr4hv tbody tr td span.race-indicator-zone-2TE5h7.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv{width:18px;min-width:18px;display:flex}table.cnn-pcl-xtr4hv tbody tr td.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv{border-bottom:1px solid #d3d3d3;padding:16px 0}table.cnn-pcl-xtr4hv tbody tr td.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv:last-child{padding-right:12px}table.cnn-pcl-xtr4hv tbody tr td.col-progress-bar-HuBjC8.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv{width:60%}table.cnn-pcl-xtr4hv tbody tr td.col-candidate-name-1pAsq5.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv{padding-right:24px}@media screen and (min-width: 480px){table.cnn-pcl-xtr4hv tbody tr td.col-candidate-name-1pAsq5.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv{padding-right:32px}}@media screen and (min-width: 960px){table.cnn-pcl-xtr4hv tbody tr td.col-candidate-name-1pAsq5.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv{padding-right:48px}}table.cnn-pcl-xtr4hv tbody tr td span.full-name-3lhPUj.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv{display:flex;flex-direction:column;align-items:flex-start;width:116px}table.cnn-pcl-xtr4hv tbody tr td span.full-name-3lhPUj.cnn-pcl-xtr4hv>span.dropped-out-1AJ89G.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv{background:var(--delegateDroppedOut);color:#ffffff;font-family:cnn_sans_display, helveticaneue, Helvetica, Arial, Utkal, sans-serif;font-weight:700;font-size:12px;letter-spacing:0.7363636494px;text-align:center;border-radius:3px;padding:1px 2px;margin-top:6px;padding-left:4px;padding-right:4px}table.cnn-pcl-xtr4hv tbody .progress-bar-bdx54d.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv{background-color:var(--progressBarBackgroundColor);height:24px;position:relative;width:100%}table.cnn-pcl-xtr4hv tbody .percentage-29wjBM.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv{background-color:var(--progressbarColor);height:24px;width:var(--progressbarWidth)}table.cnn-pcl-xtr4hv tbody [data-testid=accordion].cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv{display:flex}table.cnn-pcl-xtr4hv tbody tr.accordion-row-2KcLFL.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv{border-bottom:none;display:table-row;padding-left:6px}table.cnn-pcl-xtr4hv tbody tr.accordion-row-2KcLFL td.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv{border-bottom:none;padding:8px 0 8px 6px}table.cnn-pcl-xtr4hv tbody tr.accordion-row-2KcLFL td.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv:first-child:before{content:\"\";display:none}table.cnn-pcl-xtr4hv tbody .delegate-ahead-count-No29zo.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv{display:block;font-size:12px;line-height:12px;color:#404040;font-style:italic;font-family:cnn_sans_display, helveticaneue, Helvetica, Arial, Utkal, sans-serif;font-weight:400;padding:4px 0 0 10px}table.cnn-pcl-xtr4hv>tfoot.cnn-pcl-xtr4hv>tr.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv{text-align:left;font-family:cnn_sans_display, helveticaneue, Helvetica, Arial, Utkal, sans-serif;font-weight:400;font-size:12px;line-height:14px;height:24px}table.cnn-pcl-xtr4hv>tfoot.cnn-pcl-xtr4hv>tr.cnn-pcl-xtr4hv>td.icon-informational-32GQ2W.cnn-pcl-xtr4hv{padding:12px 0 0 8px}</style><style id=\"cnn-pcl-1gfshy2\">.accordion-container.cnn-pcl-1gfshy2{display:flex;flex-direction:column;align-items:center}h3.cnn-pcl-1gfshy2{margin:0}button.cnn-pcl-1gfshy2{background:none;display:flex;flex-direction:row;align-items:center;font-size:16px;font-family:cnn_sans_display, helveticaneue, Helvetica, Arial, Utkal, sans-serif;font-weight:700;color:#0c0c0c;cursor:pointer;margin:0;padding:4px;border:2px solid transparent}span[data-accordion-type=business].cnn-pcl-1gfshy2,span[data-accordion-type=with-icon].cnn-pcl-1gfshy2{margin-right:4px}button.cnn-pcl-1gfshy2>svg path{fill:#0c0c0c}button.cnn-pcl-1gfshy2:hover{color:#6e6e6e}button.cnn-pcl-1gfshy2:hover>svg path{fill:#6e6e6e !important}button.cnn-pcl-1gfshy2:focus-visible{outline:2px solid #0c0c0c;border-radius:5px;color:#0c0c0c}button.cnn-pcl-1gfshy2:focus>svg path{fill:#0c0c0c}button.cnn-pcl-1gfshy2:active{color:#404040;background:#e6e6e6;border-radius:4px}button.cnn-pcl-1gfshy2:active>svg path{color:#404040 !important}</style><style id=\"cnn-pcl-13at84h\">footer.cnn-pcl-13at84h.cnn-pcl-13at84h.cnn-pcl-13at84h.cnn-pcl-13at84h{grid-area:footer;margin-top:12px;padding:0 12px 14px;height:fit-content;display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end}.embedded-1klVVX.cnn-pcl-13at84h.cnn-pcl-13at84h.cnn-pcl-13at84h.cnn-pcl-13at84h{border-bottom:1px solid #e6e6e6}.footer-info-cDvY3f.cnn-pcl-13at84h.cnn-pcl-13at84h.cnn-pcl-13at84h.cnn-pcl-13at84h{display:flex;flex-direction:column;align-self:flex-start}footer.cnn-pcl-13at84h>div.cnn-pcl-13at84h>p.cnn-pcl-13at84h.cnn-pcl-13at84h{margin:0;display:flex}footer.cnn-pcl-13at84h>div.cnn-pcl-13at84h>p.cnn-pcl-13at84h>span.next-update-3RWuW_.cnn-pcl-13at84h{margin-left:0}footer.cnn-pcl-13at84h>div.cnn-pcl-13at84h>p.last-updated-38oKS4.cnn-pcl-13at84h.cnn-pcl-13at84h{font-size:12px;font-family:cnn_sans_display, helveticaneue, Helvetica, Arial, Utkal, sans-serif;font-weight:400;line-height:16px;letter-spacing:-0.2px;padding:0;margin:0 0 0 0}a.cnn-pcl-13at84h.cnn-pcl-13at84h.cnn-pcl-13at84h.cnn-pcl-13at84h{color:#0c0c0c;font-family:cnn_sans_display, helveticaneue, Helvetica, Arial, Utkal, sans-serif;font-weight:700;text-decoration:underline;font-size:12px}@media screen and (min-width: 768px){footer.cnn-pcl-13at84h.cnn-pcl-13at84h.cnn-pcl-13at84h.cnn-pcl-13at84h{align-self:flex-end}}@media screen and (min-width: 1024px){.embedded-1klVVX.cnn-pcl-13at84h.cnn-pcl-13at84h.cnn-pcl-13at84h.cnn-pcl-13at84h{border-bottom:none}}</style><style id=\"cnn-pcl-3f3tda\">.col-bar-graph-2i-5mJ.cnn-pcl-3f3tda.cnn-pcl-3f3tda.cnn-pcl-3f3tda.cnn-pcl-3f3tda.cnn-pcl-3f3tda{display:none}@media screen and (min-width: 480px){.col-bar-graph-2i-5mJ.cnn-pcl-3f3tda.cnn-pcl-3f3tda.cnn-pcl-3f3tda.cnn-pcl-3f3tda.cnn-pcl-3f3tda{width:40%;display:table-cell}}.results-list-1UdYAS.cnn-pcl-3f3tda.cnn-pcl-3f3tda.cnn-pcl-3f3tda.cnn-pcl-3f3tda.cnn-pcl-3f3tda{border:1px solid #d3d3d3;border-radius:5px}.results-list__article-2qT-gK.cnn-pcl-3f3tda.cnn-pcl-3f3tda.cnn-pcl-3f3tda.cnn-pcl-3f3tda.cnn-pcl-3f3tda{border-bottom:1px solid #d3d3d3;padding:14px 12px 8px}.results-list__title-7vhqrQ.cnn-pcl-3f3tda.cnn-pcl-3f3tda.cnn-pcl-3f3tda.cnn-pcl-3f3tda.cnn-pcl-3f3tda{font-size:18px;font-family:cnn_sans_display, helveticaneue, Helvetica, Arial, Utkal, sans-serif;font-weight:700;font-weight:700;line-height:26px;margin:0}.results-list__description-LsIC2Y.cnn-pcl-3f3tda.cnn-pcl-3f3tda.cnn-pcl-3f3tda.cnn-pcl-3f3tda.cnn-pcl-3f3tda{font-family:cnn_sans_display, helveticaneue, Helvetica, Arial, Utkal, sans-serif;font-weight:400;font-size:12px;font-weight:400;line-height:20px;letter-spacing:0px;text-align:left;margin:0}@media screen and (min-width: 480px){.results-list__description-LsIC2Y.cnn-pcl-3f3tda.cnn-pcl-3f3tda.cnn-pcl-3f3tda.cnn-pcl-3f3tda.cnn-pcl-3f3tda{line-height:26px;margin:0 3px}}.results-list-1UdYAS.cnn-pcl-3f3tda table.cnn-pcl-3f3tda.cnn-pcl-3f3tda.cnn-pcl-3f3tda.cnn-pcl-3f3tda{grid-area:results;margin:0 17px;border-spacing:0;padding:0 12px;width:calc(100% - 34px);height:fit-content;border-collapse:collapse;table-layout:inherit}@media screen and (min-width: 480px){.results-list-1UdYAS.cnn-pcl-3f3tda table.cnn-pcl-3f3tda.cnn-pcl-3f3tda.cnn-pcl-3f3tda.cnn-pcl-3f3tda{margin:0 31px;width:calc(100% - 62px)}}.results-list-1UdYAS.cnn-pcl-3f3tda table.cnn-pcl-3f3tda>thead.cnn-pcl-3f3tda>tr.cnn-pcl-3f3tda>th.cnn-pcl-3f3tda{color:#0c0c0c;padding:16px 4px 2px 0;border-bottom:0.9px solid #d3d3d3;font-family:cnn_sans_display, helveticaneue, Helvetica, Arial, Utkal, sans-serif;font-weight:400;font-size:12px}@media screen and (min-width: 480px){.results-list-1UdYAS.cnn-pcl-3f3tda table.cnn-pcl-3f3tda>thead.cnn-pcl-3f3tda>tr.cnn-pcl-3f3tda>th.cnn-pcl-3f3tda{font-size:14px}}.results-list-1UdYAS.cnn-pcl-3f3tda table.cnn-pcl-3f3tda>thead.cnn-pcl-3f3tda>tr.cnn-pcl-3f3tda>th.cnn-pcl-3f3tda{text-align:left}.results-list-1UdYAS.cnn-pcl-3f3tda table.cnn-pcl-3f3tda>thead.cnn-pcl-3f3tda>tr.cnn-pcl-3f3tda>th.cnn-pcl-3f3tda:not(:first-child):not(:nth-child(2)){text-align:right}.results-list-1UdYAS.cnn-pcl-3f3tda table.cnn-pcl-3f3tda>thead.cnn-pcl-3f3tda>tr.cnn-pcl-3f3tda>th.cnn-pcl-3f3tda:nth-child(3){padding-right:24px}</style><style id=\"cnn-pcl-310bxq\">tr.cnn-pcl-310bxq>td.cnn-pcl-310bxq.cnn-pcl-310bxq{text-align:left}tr.cnn-pcl-310bxq>td.cnn-pcl-310bxq.cnn-pcl-310bxq{vertical-align:top}tr.cnn-pcl-310bxq>td.cnn-pcl-310bxq.cnn-pcl-310bxq{padding-top:5px}tr.cnn-pcl-310bxq>td.cnn-pcl-310bxq.cnn-pcl-310bxq:nth-child(4){padding-top:10px}tr.first-2FZOl4.cnn-pcl-310bxq>td.cnn-pcl-310bxq.cnn-pcl-310bxq{padding-top:10px}@media screen and (min-width: 480px){tr.first-2FZOl4.cnn-pcl-310bxq>td.cnn-pcl-310bxq.cnn-pcl-310bxq{padding-top:15px}}tr.first-2FZOl4.cnn-pcl-310bxq>td.cnn-pcl-310bxq.cnn-pcl-310bxq:nth-child(4){padding-top:15px}@media screen and (min-width: 480px){tr.first-2FZOl4.cnn-pcl-310bxq>td.cnn-pcl-310bxq.cnn-pcl-310bxq:nth-child(4){padding-top:20px}}tr.cnn-pcl-310bxq>td.cnn-pcl-310bxq.cnn-pcl-310bxq:not(:first-child):not(:nth-child(2)){text-align:right}tr.cnn-pcl-310bxq>td.cnn-pcl-310bxq.cnn-pcl-310bxq{height:25px}.tall-11eG88.cnn-pcl-310bxq.cnn-pcl-310bxq.cnn-pcl-310bxq{height:50px}tr.last-1WWZ67.cnn-pcl-310bxq.cnn-pcl-310bxq.cnn-pcl-310bxq{height:30px}@media screen and (min-width: 480px){tr.last-1WWZ67.cnn-pcl-310bxq.cnn-pcl-310bxq.cnn-pcl-310bxq{height:34px}}tr.first-2FZOl4.cnn-pcl-310bxq.cnn-pcl-310bxq.cnn-pcl-310bxq:not(:first-child){border-top:1px solid #d3d3d3}td.col-district-name-1JoDZf.cnn-pcl-310bxq.cnn-pcl-310bxq.cnn-pcl-310bxq{font-size:14px;font-family:cnn_sans_display, helveticaneue, Helvetica, Arial, Utkal, sans-serif;font-weight:400;display:flex;flex-direction:column;margin:0 6px 0 0}@media screen and (min-width: 480px){td.col-district-name-1JoDZf.cnn-pcl-310bxq.cnn-pcl-310bxq.cnn-pcl-310bxq{display:0 10px 0 0}}td.col-district-name-1JoDZf.cnn-pcl-310bxq>a{color:#0c0c0c;font-size:14px;font-family:cnn_sans_display, helveticaneue, Helvetica, Arial, Utkal, sans-serif;font-weight:400}td.col-district-name-1JoDZf.cnn-pcl-310bxq>div.key-race-3vt56S.cnn-pcl-310bxq.cnn-pcl-310bxq{font-family:cnn_sans_display, helveticaneue, Helvetica, Arial, Utkal, sans-serif;font-weight:700;font-size:7px;font-weight:700;line-height:10px;border-radius:3px;text-align:center;padding:3px 2px 1px;width:40px;height:14px;color:#262626;background:#ffc61c;margin:4px 0 0}@media screen and (min-width: 480px){td.col-district-name-1JoDZf.cnn-pcl-310bxq>div.key-race-3vt56S.cnn-pcl-310bxq.cnn-pcl-310bxq{font-size:9px;font-weight:700;width:65px;height:16px;padding:4px 0px 2px}}td.col-candidate-name-R5KKUj.cnn-pcl-310bxq.cnn-pcl-310bxq.cnn-pcl-310bxq{padding-left:13px;font-size:14px;font-family:cnn_sans_display, helveticaneue, Helvetica, Arial, Utkal, sans-serif;font-weight:400}td.col-candidate-name-R5KKUj.cnn-pcl-310bxq>span.cnn-pcl-310bxq.cnn-pcl-310bxq{display:flex;align-items:center}td.col-candidate-name-R5KKUj.cnn-pcl-310bxq span.candidate-icon-indicator-1Eq5wI.cnn-pcl-310bxq.cnn-pcl-310bxq{display:block;align-self:center}td.col-candidate-name-R5KKUj.cnn-pcl-310bxq span.candidate-icon-indicator-1Eq5wI.cnn-pcl-310bxq>svg{display:block;margin-left:4px;height:16px;width:16px}td.col-candidate-name-R5KKUj.cnn-pcl-310bxq span.candidate-icon-indicator-1Eq5wI.cnn-pcl-310bxq>svg .politics-crm__checkmark-background{fill:var(--partyColor)}td.col-candidate-name-R5KKUj.cnn-pcl-310bxq span.col-party-dot-1iztIu.cnn-pcl-310bxq.cnn-pcl-310bxq{display:inline-block;margin-left:-13px;margin-right:5px;content:\"\";height:8px;width:8px;border-radius:4px;background:var(--partyColor);flex-shrink:0}td.col-candidate-name-R5KKUj.cnn-pcl-310bxq span.incumbent-3R9HEl.cnn-pcl-310bxq.cnn-pcl-310bxq{font-size:8px;color:#6e6e6e;font-family:cnn_sans_display, helveticaneue, Helvetica, Arial, Utkal, sans-serif;font-weight:400}td.col-candidate-name-R5KKUj.cnn-pcl-310bxq span.last-1WWZ67.cnn-pcl-310bxq.cnn-pcl-310bxq{margin:0 0 2px}td.col-bar-graph-Pj2xgD.cnn-pcl-310bxq.cnn-pcl-310bxq.cnn-pcl-310bxq{display:none}@media screen and (min-width: 480px){td.col-bar-graph-Pj2xgD.cnn-pcl-310bxq.cnn-pcl-310bxq.cnn-pcl-310bxq{width:40%;display:table-cell}}td.cnn-pcl-310bxq>div.bar-graph-3ElJOk.cnn-pcl-310bxq.cnn-pcl-310bxq{width:100%;height:10px;position:relative;background:#e6e6e6}td.cnn-pcl-310bxq>div.bar-graph-3ElJOk.cnn-pcl-310bxq.cnn-pcl-310bxq::after{position:absolute;content:\"\";height:10px;width:100%;background:#6e6e6e;top:0;left:0;z-index:-1}td.cnn-pcl-310bxq>div.bar-graph-3ElJOk.cnn-pcl-310bxq>span.cnn-pcl-310bxq{display:block;height:10px;background:var(--partyColor)}td.col-vote-percent-1X7T6A.cnn-pcl-310bxq.cnn-pcl-310bxq.cnn-pcl-310bxq{font-size:14px;font-family:cnn_sans_display, helveticaneue, Helvetica, Arial, Utkal, sans-serif;font-weight:400;padding-right:24px}td.col-votes-37xqqZ.cnn-pcl-310bxq.cnn-pcl-310bxq.cnn-pcl-310bxq{font-size:14px;font-family:cnn_sans_display, helveticaneue, Helvetica, Arial, Utkal, sans-serif;font-weight:400}tr.cnn-pcl-310bxq>td.col-votes-37xqqZ.cnn-pcl-310bxq>div.vote-count-1TX3KN.cnn-pcl-310bxq{display:grid}tr.cnn-pcl-310bxq>td.col-votes-37xqqZ>div.vote-count-1TX3KN span.ahead-count-Y0vCF9.cnn-pcl-310bxq.cnn-pcl-310bxq{display:block;font-size:8px;color:#6e6e6e;font-family:cnn_sans_display, helveticaneue, Helvetica, Arial, Utkal, sans-serif;font-weight:400}</style><style id=\"cnn-pcl-19hnj0w\">tr.results-list-footer-1gfzF_.cnn-pcl-19hnj0w>td.cnn-pcl-19hnj0w.cnn-pcl-19hnj0w.cnn-pcl-19hnj0w{margin:0}tr.results-list-footer-1gfzF_.cnn-pcl-19hnj0w>td.cnn-pcl-19hnj0w>div.cnn-pcl-19hnj0w.cnn-pcl-19hnj0w{white-space:nowrap;display:flex;flex-direction:column;padding:4px 0 12px}tr.results-list-footer-1gfzF_.cnn-pcl-19hnj0w>td.cnn-pcl-19hnj0w>div.cnn-pcl-19hnj0w>span.reporting-srbBg7.cnn-pcl-19hnj0w{font-size:12px;line-height:16px;font-family:cnn_sans_display, helveticaneue, Helvetica, Arial, Utkal, sans-serif;font-weight:700;letter-spacing:-0.2px;padding:0;margin:0;max-height:14px}tr.results-list-footer-1gfzF_.cnn-pcl-19hnj0w>td.cnn-pcl-19hnj0w>div.cnn-pcl-19hnj0w>span.next-update-K9Q1kO.cnn-pcl-19hnj0w{font-size:12px;line-height:16px;margin-left:0;letter-spacing:-0.2px}</style><style id=\"cnn-pcl-qhsuxp\">[data-theme=\"politics\"]{background-color:#262626;-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;color:#ffffff;font-family:cnn_sans_display, helveticaneue, Helvetica, Arial, Utkal, sans-serif;font-weight:400;font-size:12px;font-weight:normal;max-width:256px !important;padding:12px 16px}</style><script src=\"https://cdn.cookielaw.org/scripttemplates/202403.1.0/otBannerSdk.js\" async=\"\" type=\"text/javascript\"></script><script src=\"https://lightning.cnn.com/launch/7be62238e4c3/97fa00444124/09c6454f9df7/RC0a75db439ab34afb8b66060869d3f1f8-source.min.js\" async=\"\"></script><script src=\"https://config.aps.amazon-adsystem.com/configs/3288\" type=\"text/javascript\" async=\"async\"></script><meta http-equiv=\"origin-trial\" content=\"AlK2UR5SkAlj8jjdEc9p3F3xuFYlF6LYjAML3EOqw1g26eCwWPjdmecULvBH5MVPoqKYrOfPhYVL71xAXI1IBQoAAAB8eyJvcmlnaW4iOiJodHRwczovL2RvdWJsZWNsaWNrLm5ldDo0NDMiLCJmZWF0dXJlIjoiV2ViVmlld1hSZXF1ZXN0ZWRXaXRoRGVwcmVjYXRpb24iLCJleHBpcnkiOjE3NTgwNjcxOTksImlzU3ViZG9tYWluIjp0cnVlfQ==\"><meta http-equiv=\"origin-trial\" content=\"Amm8/NmvvQfhwCib6I7ZsmUxiSCfOxWxHayJwyU1r3gRIItzr7bNQid6O8ZYaE1GSQTa69WwhPC9flq/oYkRBwsAAACCeyJvcmlnaW4iOiJodHRwczovL2dvb2dsZXN5bmRpY2F0aW9uLmNvbTo0NDMiLCJmZWF0dXJlIjoiV2ViVmlld1hSZXF1ZXN0ZWRXaXRoRGVwcmVjYXRpb24iLCJleHBpcnkiOjE3NTgwNjcxOTksImlzU3ViZG9tYWluIjp0cnVlfQ==\"><meta http-equiv=\"origin-trial\" content=\"A/ERL66fN363FkXxgDc6F1+ucRUkAhjEca9W3la6xaLnD2Y1lABsqmdaJmPNaUKPKVBRpyMKEhXYl7rSvrQw+AkAAACNeyJvcmlnaW4iOiJodHRwczovL2RvdWJsZWNsaWNrLm5ldDo0NDMiLCJmZWF0dXJlIjoiRmxlZGdlQmlkZGluZ0FuZEF1Y3Rpb25TZXJ2ZXIiLCJleHBpcnkiOjE3MTkzNTk5OTksImlzU3ViZG9tYWluIjp0cnVlLCJpc1RoaXJkUGFydHkiOnRydWV9\"><meta http-equiv=\"origin-trial\" content=\"A6OdGH3fVf4eKRDbXb4thXA4InNqDJDRhZ8U533U/roYjp4Yau0T3YSuc63vmAs/8ga1cD0E3A7LEq6AXk1uXgsAAACTeyJvcmlnaW4iOiJodHRwczovL2dvb2dsZXN5bmRpY2F0aW9uLmNvbTo0NDMiLCJmZWF0dXJlIjoiRmxlZGdlQmlkZGluZ0FuZEF1Y3Rpb25TZXJ2ZXIiLCJleHBpcnkiOjE3MTkzNTk5OTksImlzU3ViZG9tYWluIjp0cnVlLCJpc1RoaXJkUGFydHkiOnRydWV9\"><script src=\"https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202404110101/pubads_impl.js\" async=\"\"></script><style id=\"cnn-pcl-1lgl0jt\">.next-update-timer-1K0nuP.cnn-pcl-1lgl0jt{display:flex;flex-direction:row;margin:0;font-family:cnn_sans_display, helveticaneue, Helvetica, Arial, Utkal, sans-serif;font-weight:400;font-size:12px;line-height:16px;letter-spacing:-0.2px}.text-1eIsT7.cnn-pcl-1lgl0jt{margin-left:0}.time-1C6GVD.cnn-pcl-1lgl0jt{font-family:cnnclock, helveticaneue, Helvetica, Arial, Utkal, sans-serif}</style><script src=\"https://lightning.cnn.com/launch/7be62238e4c3/97fa00444124/09c6454f9df7/RCb892c206aa454d1ca1f9e143a4716a73-source.min.js\" async=\"\"></script><style id=\"cnn-pcl-aeyajg\">.legend-koNQTc.cnn-pcl-aeyajg{display:flex;flex-direction:row;justify-content:center;align-items:center;width:100%;flex-wrap:wrap;font-size:16px;font-family:cnn_sans_display, helveticaneue, Helvetica, Arial, Utkal, sans-serif;font-weight:700;margin:10px 0 0 0}.legend-koNQTc.mini-3nqkcV.cnn-pcl-aeyajg{margin:0}.stacked-legend-RY9Mjd.cnn-pcl-aeyajg{flex-direction:column;max-width:450px}.palettes-69eAQF.cnn-pcl-aeyajg{display:flex;flex-direction:row;width:fit-content;flex-wrap:wrap;margin:0 0 4px;justify-content:center;align-items:flex-end}.stacked-palettes-9pJ1nU.cnn-pcl-aeyajg{flex-wrap:wrap;width:100%}.title-container-3xFuQR.cnn-pcl-aeyajg{display:flex;flex-direction:row;width:92%;justify-content:center}h5.cnn-pcl-aeyajg{margin:0 4px 12px 0}.center-title-3lxiQD.cnn-pcl-aeyajg{margin:0 0;font-size:16px;display:flex;align-self:flex-start;padding:1px 4px 0 0}.title-59hK4V.cnn-pcl-aeyajg{display:flex;margin:0 10px}.line-2j-vRX.cnn-pcl-aeyajg{border-top:0.5px solid rgba(170, 170, 170, 0.5037);flex:1;margin-top:7px}</style><style id=\"cnn-pcl-1pbjuv4\">.wrapper-2pUJsI.cnn-pcl-1pbjuv4.cnn-pcl-1pbjuv4{display:flex;flex-direction:row;margin:4px 2px;justify-content:center}.stacked-wrapper-1-MlAs.cnn-pcl-1pbjuv4.cnn-pcl-1pbjuv4{flex:1 1 30%;flex-direction:column-reverse;align-items:center;margin:0 6px}.card-wrapper-1a4Qp8.cnn-pcl-1pbjuv4.cnn-pcl-1pbjuv4{margin:0 1px 2px}.card-wrapper-1a4Qp8.cnn-pcl-1pbjuv4 .cnn-pcl-1pbjuv4:last-child{margin:0 0 2px 3px}.shades-q2_F7g.cnn-pcl-1pbjuv4.cnn-pcl-1pbjuv4{display:flex;flex-direction:row;justify-content:space-between}.palette-3VoUOr.cnn-pcl-1pbjuv4.cnn-pcl-1pbjuv4{margin:1px;display:flex;flex-direction:column;align-items:center;width:max-content}.palette-3VoUOr.card-1YY_s1.cnn-pcl-1pbjuv4.cnn-pcl-1pbjuv4{margin:1px 3px}.palette-color-WwdGQJ.cnn-pcl-1pbjuv4.cnn-pcl-1pbjuv4{height:14px;width:21px}.solid-28PFA1.cnn-pcl-1pbjuv4.cnn-pcl-1pbjuv4{background:var(--shade)}.pattern-2M-WDY.cnn-pcl-1pbjuv4.cnn-pcl-1pbjuv4{background-image:repeating-linear-gradient(135deg, var(--lineColor), var(--lineColor) 2px, var(--shade) 2px, var(--shade) 4px)}.color-desc-2-th2k.cnn-pcl-1pbjuv4.cnn-pcl-1pbjuv4{color:#000;font-size:8px;margin:0 auto;font-family:cnn_sans_display, helveticaneue, Helvetica, Arial, Utkal, sans-serif;font-weight:400}.group-name-16MNYT.cnn-pcl-1pbjuv4.cnn-pcl-1pbjuv4{color:#000;font-size:14px;margin:0 0 0 2px;text-align:center}@media screen and (min-width: 768px){.wrapper-2pUJsI.cnn-pcl-1pbjuv4.cnn-pcl-1pbjuv4{display:flex;flex-direction:row;margin:4px 7px;flex:1;justify-content:center}.stacked-wrapper-1-MlAs.cnn-pcl-1pbjuv4.cnn-pcl-1pbjuv4{flex:1 1 30%;flex-direction:column-reverse;align-items:center}.card-wrapper-1a4Qp8.cnn-pcl-1pbjuv4.cnn-pcl-1pbjuv4{margin:0 1px 2px}.card-wrapper-1a4Qp8.cnn-pcl-1pbjuv4 .cnn-pcl-1pbjuv4:last-child{margin:0 0 2px 3px}.palette-3VoUOr.cnn-pcl-1pbjuv4.cnn-pcl-1pbjuv4{margin:1px 2px}.palette-3VoUOr.card-1YY_s1.cnn-pcl-1pbjuv4.cnn-pcl-1pbjuv4{margin:1px 3px}.palette-color-WwdGQJ.card-1YY_s1.cnn-pcl-1pbjuv4.cnn-pcl-1pbjuv4{height:12px;width:18px}}</style><script src=\"https://lightning.cnn.com/launch/7be62238e4c3/97fa00444124/09c6454f9df7/RC0f55d142cf324bfe96150fc9a20d8e8c-source.min.js\" async=\"\"></script><script src=\"//assets.bounceexchange.com/assets/smart-tag/versioned/inbox-v2_749c9ccd613f1a40075d1e7b59caea42.br.js\" async=\"\" type=\"text/javascript\"></script><script src=\"//assets.bounceexchange.com/assets/smart-tag/versioned/onsite-v2_8dc35175d75f0a8ccaa43f4f7e126eae.br.js\" async=\"\" type=\"text/javascript\"></script><script src=\"//assets.bounceexchange.com/assets/smart-tag/versioned/ads-v2_017beb97750bef416a5bb7eef3394ee1.br.js\" async=\"\" type=\"text/javascript\"></script><script esp-signal=\"true\" src=\"https://cdn.id5-sync.com/api/1.0/esp.js\"></script><style id=\"onetrust-style\">#onetrust-banner-sdk{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}#onetrust-banner-sdk .onetrust-vendors-list-handler{cursor:pointer;color:#1f96db;font-size:inherit;font-weight:bold;text-decoration:none;margin-left:5px}#onetrust-banner-sdk .onetrust-vendors-list-handler:hover{color:#1f96db}#onetrust-banner-sdk:focus{outline:2px solid #000;outline-offset:-2px}#onetrust-banner-sdk a:focus{outline:2px solid #000}#onetrust-banner-sdk #onetrust-accept-btn-handler,#onetrust-banner-sdk #onetrust-reject-all-handler,#onetrust-banner-sdk #onetrust-pc-btn-handler{outline-offset:1px}#onetrust-banner-sdk.ot-bnr-w-logo .ot-bnr-logo{height:64px;width:64px}#onetrust-banner-sdk .ot-tcf2-vendor-count.ot-text-bold{font-weight:bold}#onetrust-banner-sdk .ot-close-icon,#onetrust-pc-sdk .ot-close-icon,#ot-sync-ntfy .ot-close-icon{background-size:contain;background-repeat:no-repeat;background-position:center;height:12px;width:12px}#onetrust-banner-sdk .powered-by-logo,#onetrust-banner-sdk .ot-pc-footer-logo a,#onetrust-pc-sdk .powered-by-logo,#onetrust-pc-sdk .ot-pc-footer-logo a,#ot-sync-ntfy .powered-by-logo,#ot-sync-ntfy .ot-pc-footer-logo a{background-size:contain;background-repeat:no-repeat;background-position:center;height:25px;width:152px;display:block;text-decoration:none;font-size:.75em}#onetrust-banner-sdk .powered-by-logo:hover,#onetrust-banner-sdk .ot-pc-footer-logo a:hover,#onetrust-pc-sdk .powered-by-logo:hover,#onetrust-pc-sdk .ot-pc-footer-logo a:hover,#ot-sync-ntfy .powered-by-logo:hover,#ot-sync-ntfy .ot-pc-footer-logo a:hover{color:#565656}#onetrust-banner-sdk h3 *,#onetrust-banner-sdk h4 *,#onetrust-banner-sdk h6 *,#onetrust-banner-sdk button *,#onetrust-banner-sdk a[data-parent-id] *,#onetrust-pc-sdk h3 *,#onetrust-pc-sdk h4 *,#onetrust-pc-sdk h6 *,#onetrust-pc-sdk button *,#onetrust-pc-sdk a[data-parent-id] *,#ot-sync-ntfy h3 *,#ot-sync-ntfy h4 *,#ot-sync-ntfy h6 *,#ot-sync-ntfy button *,#ot-sync-ntfy a[data-parent-id] *{font-size:inherit;font-weight:inherit;color:inherit}#onetrust-banner-sdk .ot-hide,#onetrust-pc-sdk .ot-hide,#ot-sync-ntfy .ot-hide{display:none !important}#onetrust-banner-sdk button.ot-link-btn:hover,#onetrust-pc-sdk button.ot-link-btn:hover,#ot-sync-ntfy button.ot-link-btn:hover{text-decoration:underline;opacity:1}#onetrust-pc-sdk .ot-sdk-row .ot-sdk-column{padding:0}#onetrust-pc-sdk .ot-sdk-container{padding-right:0}#onetrust-pc-sdk .ot-sdk-row{flex-direction:initial;width:100%}#onetrust-pc-sdk [type=checkbox]:checked,#onetrust-pc-sdk [type=checkbox]:not(:checked){pointer-events:initial}#onetrust-pc-sdk [type=checkbox]:disabled+label::before,#onetrust-pc-sdk [type=checkbox]:disabled+label:after,#onetrust-pc-sdk [type=checkbox]:disabled+label{pointer-events:none;opacity:.7}#onetrust-pc-sdk #vendor-list-content{transform:translate3d(0, 0, 0)}#onetrust-pc-sdk li input[type=checkbox]{z-index:1}#onetrust-pc-sdk li .ot-checkbox label{z-index:2}#onetrust-pc-sdk li .ot-checkbox input[type=checkbox]{height:auto;width:auto}#onetrust-pc-sdk li .host-title a,#onetrust-pc-sdk li .ot-host-name a,#onetrust-pc-sdk li .accordion-text,#onetrust-pc-sdk li .ot-acc-txt{z-index:2;position:relative}#onetrust-pc-sdk input{margin:3px .1ex}#onetrust-pc-sdk .pc-logo,#onetrust-pc-sdk .ot-pc-logo{height:60px;width:180px;background-position:center;background-size:contain;background-repeat:no-repeat;display:inline-flex;justify-content:center;align-items:center}#onetrust-pc-sdk .pc-logo img,#onetrust-pc-sdk .ot-pc-logo img{max-height:100%;max-width:100%}#onetrust-pc-sdk .screen-reader-only,#onetrust-pc-sdk .ot-scrn-rdr,.ot-sdk-cookie-policy .screen-reader-only,.ot-sdk-cookie-policy .ot-scrn-rdr{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}#onetrust-pc-sdk.ot-fade-in,.onetrust-pc-dark-filter.ot-fade-in,#onetrust-banner-sdk.ot-fade-in{animation-name:onetrust-fade-in;animation-duration:400ms;animation-timing-function:ease-in-out}#onetrust-pc-sdk.ot-hide{display:none !important}.onetrust-pc-dark-filter.ot-hide{display:none !important}#ot-sdk-btn.ot-sdk-show-settings,#ot-sdk-btn.optanon-show-settings{color:#68b631;border:1px solid #68b631;height:auto;white-space:normal;word-wrap:break-word;padding:.8em 2em;font-size:.8em;line-height:1.2;cursor:pointer;-moz-transition:.1s ease;-o-transition:.1s ease;-webkit-transition:1s ease;transition:.1s ease}#ot-sdk-btn.ot-sdk-show-settings:hover,#ot-sdk-btn.optanon-show-settings:hover{color:#fff;background-color:#68b631}.onetrust-pc-dark-filter{background:rgba(0,0,0,.5);z-index:2147483646;width:100%;height:100%;overflow:hidden;position:fixed;top:0;bottom:0;left:0}@keyframes onetrust-fade-in{0%{opacity:0}100%{opacity:1}}.ot-cookie-label{text-decoration:underline}@media only screen and (min-width: 426px)and (max-width: 896px)and (orientation: landscape){#onetrust-pc-sdk p{font-size:.75em}}#onetrust-banner-sdk .banner-option-input:focus+label{outline:1px solid #000;outline-style:auto}.category-vendors-list-handler+a:focus,.category-vendors-list-handler+a:focus-visible{outline:2px solid #000}#onetrust-pc-sdk .ot-userid-title{margin-top:10px}#onetrust-pc-sdk .ot-userid-title>span,#onetrust-pc-sdk .ot-userid-timestamp>span{font-weight:700}#onetrust-pc-sdk .ot-userid-desc{font-style:italic}#onetrust-pc-sdk .ot-host-desc a{pointer-events:initial}#onetrust-pc-sdk .ot-ven-hdr>p a{position:relative;z-index:2;pointer-events:initial}#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-vnd-info a,#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-vnd-info a{margin-right:auto}#onetrust-pc-sdk .ot-pc-footer-logo img{width:136px;height:16px}#onetrust-pc-sdk .ot-pur-vdr-count{font-weight:400;font-size:.7rem;padding-top:3px;display:block}#onetrust-banner-sdk .ot-optout-signal,#onetrust-pc-sdk .ot-optout-signal{border:1px solid #32ae88;border-radius:3px;padding:5px;margin-bottom:10px;background-color:#f9fffa;font-size:.85rem;line-height:2}#onetrust-banner-sdk .ot-optout-signal .ot-optout-icon,#onetrust-pc-sdk .ot-optout-signal .ot-optout-icon{display:inline;margin-right:5px}#onetrust-banner-sdk .ot-optout-signal svg,#onetrust-pc-sdk .ot-optout-signal svg{height:20px;width:30px;transform:scale(0.5)}#onetrust-banner-sdk .ot-optout-signal svg path,#onetrust-pc-sdk .ot-optout-signal svg path{fill:#32ae88}#onetrust-consent-sdk .ot-general-modal{overflow:hidden;position:fixed;margin:0 auto;top:50%;left:50%;width:40%;padding:1.5rem;max-width:575px;min-width:575px;z-index:2147483647;border-radius:2.5px;transform:translate(-50%, -50%)}#onetrust-consent-sdk .ot-signature-health-group{margin-top:1rem;padding-left:1.25rem;padding-right:1.25rem;margin-bottom:.625rem;width:calc(100% - 2.5rem)}#onetrust-consent-sdk .ot-signature-health-group .ot-signature-health-form{gap:.5rem}#onetrust-consent-sdk .ot-signature-health .ot-signature-health-form{width:70%;gap:.35rem}#onetrust-consent-sdk .ot-signature-health .ot-signature-input{height:38px;padding:6px 10px;background-color:#fff;border:1px solid #d1d1d1;border-radius:4px;box-shadow:none;box-sizing:border-box}#onetrust-consent-sdk .ot-signature-health .ot-signature-subtitle{font-size:1.125rem}#onetrust-consent-sdk .ot-signature-health .ot-signature-group-title{font-size:1.125rem;font-weight:bold}#onetrust-consent-sdk .ot-signature-health,#onetrust-consent-sdk .ot-signature-health-group{display:flex;flex-direction:column;gap:1rem}#onetrust-consent-sdk .ot-signature-health .ot-signature-cont,#onetrust-consent-sdk .ot-signature-health-group .ot-signature-cont{display:flex;flex-direction:column;gap:.25rem}#onetrust-consent-sdk .ot-signature-health .ot-signarure-paragraph,#onetrust-consent-sdk .ot-signature-health-group .ot-signarure-paragraph{margin:0;line-height:20px;font-size:max(14px,.875rem)}#onetrust-consent-sdk .ot-signature-health .ot-health-signature-error,#onetrust-consent-sdk .ot-signature-health-group .ot-health-signature-error{color:#4d4d4d;font-size:min(12px,.75rem)}#onetrust-consent-sdk .ot-signature-health .ot-signature-buttons-cont,#onetrust-consent-sdk .ot-signature-health-group .ot-signature-buttons-cont{margin-top:max(.75rem,2%);gap:1rem;display:flex;justify-content:flex-end}#onetrust-consent-sdk .ot-signature-health .ot-signature-button,#onetrust-consent-sdk .ot-signature-health-group .ot-signature-button{flex:1;height:auto;color:#fff;cursor:pointer;line-height:1.2;min-width:125px;font-weight:600;font-size:.813em;border-radius:2px;padding:12px 10px;white-space:normal;word-wrap:break-word;word-break:break-word;background-color:#68b631;border:2px solid #68b631}#onetrust-consent-sdk .ot-signature-health .ot-signature-button.reject,#onetrust-consent-sdk .ot-signature-health-group .ot-signature-button.reject{background-color:#fff}#onetrust-consent-sdk .ot-input-field-cont{display:flex;flex-direction:column;gap:.5rem}#onetrust-consent-sdk .ot-input-field-cont .ot-signature-input{width:65%}#onetrust-consent-sdk .ot-signature-health-form{display:flex;flex-direction:column}#onetrust-consent-sdk .ot-signature-health-form .ot-signature-label{margin-bottom:0;line-height:20px;font-size:max(14px,.875rem)}@media only screen and (max-width: 600px){#onetrust-consent-sdk .ot-general-modal{min-width:100%}#onetrust-consent-sdk .ot-signature-health .ot-signature-health-form{width:100%}#onetrust-consent-sdk .ot-input-field-cont .ot-signature-input{width:100%}}#onetrust-banner-sdk,#onetrust-pc-sdk,#ot-sdk-cookie-policy,#ot-sync-ntfy{font-size:16px}#onetrust-banner-sdk *,#onetrust-banner-sdk ::after,#onetrust-banner-sdk ::before,#onetrust-pc-sdk *,#onetrust-pc-sdk ::after,#onetrust-pc-sdk ::before,#ot-sdk-cookie-policy *,#ot-sdk-cookie-policy ::after,#ot-sdk-cookie-policy ::before,#ot-sync-ntfy *,#ot-sync-ntfy ::after,#ot-sync-ntfy ::before{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}#onetrust-banner-sdk div,#onetrust-banner-sdk span,#onetrust-banner-sdk h1,#onetrust-banner-sdk h2,#onetrust-banner-sdk h3,#onetrust-banner-sdk h4,#onetrust-banner-sdk h5,#onetrust-banner-sdk h6,#onetrust-banner-sdk p,#onetrust-banner-sdk img,#onetrust-banner-sdk svg,#onetrust-banner-sdk button,#onetrust-banner-sdk section,#onetrust-banner-sdk a,#onetrust-banner-sdk label,#onetrust-banner-sdk input,#onetrust-banner-sdk ul,#onetrust-banner-sdk li,#onetrust-banner-sdk nav,#onetrust-banner-sdk table,#onetrust-banner-sdk thead,#onetrust-banner-sdk tr,#onetrust-banner-sdk td,#onetrust-banner-sdk tbody,#onetrust-banner-sdk .ot-main-content,#onetrust-banner-sdk .ot-toggle,#onetrust-banner-sdk #ot-content,#onetrust-banner-sdk #ot-pc-content,#onetrust-banner-sdk .checkbox,#onetrust-pc-sdk div,#onetrust-pc-sdk span,#onetrust-pc-sdk h1,#onetrust-pc-sdk h2,#onetrust-pc-sdk h3,#onetrust-pc-sdk h4,#onetrust-pc-sdk h5,#onetrust-pc-sdk h6,#onetrust-pc-sdk p,#onetrust-pc-sdk img,#onetrust-pc-sdk svg,#onetrust-pc-sdk button,#onetrust-pc-sdk section,#onetrust-pc-sdk a,#onetrust-pc-sdk label,#onetrust-pc-sdk input,#onetrust-pc-sdk ul,#onetrust-pc-sdk li,#onetrust-pc-sdk nav,#onetrust-pc-sdk table,#onetrust-pc-sdk thead,#onetrust-pc-sdk tr,#onetrust-pc-sdk td,#onetrust-pc-sdk tbody,#onetrust-pc-sdk .ot-main-content,#onetrust-pc-sdk .ot-toggle,#onetrust-pc-sdk #ot-content,#onetrust-pc-sdk #ot-pc-content,#onetrust-pc-sdk .checkbox,#ot-sdk-cookie-policy div,#ot-sdk-cookie-policy span,#ot-sdk-cookie-policy h1,#ot-sdk-cookie-policy h2,#ot-sdk-cookie-policy h3,#ot-sdk-cookie-policy h4,#ot-sdk-cookie-policy h5,#ot-sdk-cookie-policy h6,#ot-sdk-cookie-policy p,#ot-sdk-cookie-policy img,#ot-sdk-cookie-policy svg,#ot-sdk-cookie-policy button,#ot-sdk-cookie-policy section,#ot-sdk-cookie-policy a,#ot-sdk-cookie-policy label,#ot-sdk-cookie-policy input,#ot-sdk-cookie-policy ul,#ot-sdk-cookie-policy li,#ot-sdk-cookie-policy nav,#ot-sdk-cookie-policy table,#ot-sdk-cookie-policy thead,#ot-sdk-cookie-policy tr,#ot-sdk-cookie-policy td,#ot-sdk-cookie-policy tbody,#ot-sdk-cookie-policy .ot-main-content,#ot-sdk-cookie-policy .ot-toggle,#ot-sdk-cookie-policy #ot-content,#ot-sdk-cookie-policy #ot-pc-content,#ot-sdk-cookie-policy .checkbox,#ot-sync-ntfy div,#ot-sync-ntfy span,#ot-sync-ntfy h1,#ot-sync-ntfy h2,#ot-sync-ntfy h3,#ot-sync-ntfy h4,#ot-sync-ntfy h5,#ot-sync-ntfy h6,#ot-sync-ntfy p,#ot-sync-ntfy img,#ot-sync-ntfy svg,#ot-sync-ntfy button,#ot-sync-ntfy section,#ot-sync-ntfy a,#ot-sync-ntfy label,#ot-sync-ntfy input,#ot-sync-ntfy ul,#ot-sync-ntfy li,#ot-sync-ntfy nav,#ot-sync-ntfy table,#ot-sync-ntfy thead,#ot-sync-ntfy tr,#ot-sync-ntfy td,#ot-sync-ntfy tbody,#ot-sync-ntfy .ot-main-content,#ot-sync-ntfy .ot-toggle,#ot-sync-ntfy #ot-content,#ot-sync-ntfy #ot-pc-content,#ot-sync-ntfy .checkbox{font-family:inherit;font-weight:normal;-webkit-font-smoothing:auto;letter-spacing:normal;line-height:normal;padding:0;margin:0;height:auto;min-height:0;max-height:none;width:auto;min-width:0;max-width:none;border-radius:0;border:none;clear:none;float:none;position:static;bottom:auto;left:auto;right:auto;top:auto;text-align:left;text-decoration:none;text-indent:0;text-shadow:none;text-transform:none;white-space:normal;background:none;overflow:visible;vertical-align:baseline;visibility:visible;z-index:auto;box-shadow:none}#onetrust-banner-sdk label:before,#onetrust-banner-sdk label:after,#onetrust-banner-sdk .checkbox:after,#onetrust-banner-sdk .checkbox:before,#onetrust-pc-sdk label:before,#onetrust-pc-sdk label:after,#onetrust-pc-sdk .checkbox:after,#onetrust-pc-sdk .checkbox:before,#ot-sdk-cookie-policy label:before,#ot-sdk-cookie-policy label:after,#ot-sdk-cookie-policy .checkbox:after,#ot-sdk-cookie-policy .checkbox:before,#ot-sync-ntfy label:before,#ot-sync-ntfy label:after,#ot-sync-ntfy .checkbox:after,#ot-sync-ntfy .checkbox:before{content:\"\";content:none}#onetrust-banner-sdk .ot-sdk-container,#onetrust-pc-sdk .ot-sdk-container,#ot-sdk-cookie-policy .ot-sdk-container{position:relative;width:100%;max-width:100%;margin:0 auto;padding:0 20px;box-sizing:border-box}#onetrust-banner-sdk .ot-sdk-column,#onetrust-banner-sdk .ot-sdk-columns,#onetrust-pc-sdk .ot-sdk-column,#onetrust-pc-sdk .ot-sdk-columns,#ot-sdk-cookie-policy .ot-sdk-column,#ot-sdk-cookie-policy .ot-sdk-columns{width:100%;float:left;box-sizing:border-box;padding:0;display:initial}@media(min-width: 400px){#onetrust-banner-sdk .ot-sdk-container,#onetrust-pc-sdk .ot-sdk-container,#ot-sdk-cookie-policy .ot-sdk-container{width:90%;padding:0}}@media(min-width: 550px){#onetrust-banner-sdk .ot-sdk-container,#onetrust-pc-sdk .ot-sdk-container,#ot-sdk-cookie-policy .ot-sdk-container{width:100%}#onetrust-banner-sdk .ot-sdk-column,#onetrust-banner-sdk .ot-sdk-columns,#onetrust-pc-sdk .ot-sdk-column,#onetrust-pc-sdk .ot-sdk-columns,#ot-sdk-cookie-policy .ot-sdk-column,#ot-sdk-cookie-policy .ot-sdk-columns{margin-left:4%}#onetrust-banner-sdk .ot-sdk-column:first-child,#onetrust-banner-sdk .ot-sdk-columns:first-child,#onetrust-pc-sdk .ot-sdk-column:first-child,#onetrust-pc-sdk .ot-sdk-columns:first-child,#ot-sdk-cookie-policy .ot-sdk-column:first-child,#ot-sdk-cookie-policy .ot-sdk-columns:first-child{margin-left:0}#onetrust-banner-sdk .ot-sdk-two.ot-sdk-columns,#onetrust-pc-sdk .ot-sdk-two.ot-sdk-columns,#ot-sdk-cookie-policy .ot-sdk-two.ot-sdk-columns{width:13.3333333333%}#onetrust-banner-sdk .ot-sdk-three.ot-sdk-columns,#onetrust-pc-sdk .ot-sdk-three.ot-sdk-columns,#ot-sdk-cookie-policy .ot-sdk-three.ot-sdk-columns{width:22%}#onetrust-banner-sdk .ot-sdk-four.ot-sdk-columns,#onetrust-pc-sdk .ot-sdk-four.ot-sdk-columns,#ot-sdk-cookie-policy .ot-sdk-four.ot-sdk-columns{width:30.6666666667%}#onetrust-banner-sdk .ot-sdk-eight.ot-sdk-columns,#onetrust-pc-sdk .ot-sdk-eight.ot-sdk-columns,#ot-sdk-cookie-policy .ot-sdk-eight.ot-sdk-columns{width:65.3333333333%}#onetrust-banner-sdk .ot-sdk-nine.ot-sdk-columns,#onetrust-pc-sdk .ot-sdk-nine.ot-sdk-columns,#ot-sdk-cookie-policy .ot-sdk-nine.ot-sdk-columns{width:74%}#onetrust-banner-sdk .ot-sdk-ten.ot-sdk-columns,#onetrust-pc-sdk .ot-sdk-ten.ot-sdk-columns,#ot-sdk-cookie-policy .ot-sdk-ten.ot-sdk-columns{width:82.6666666667%}#onetrust-banner-sdk .ot-sdk-eleven.ot-sdk-columns,#onetrust-pc-sdk .ot-sdk-eleven.ot-sdk-columns,#ot-sdk-cookie-policy .ot-sdk-eleven.ot-sdk-columns{width:91.3333333333%}#onetrust-banner-sdk .ot-sdk-twelve.ot-sdk-columns,#onetrust-pc-sdk .ot-sdk-twelve.ot-sdk-columns,#ot-sdk-cookie-policy .ot-sdk-twelve.ot-sdk-columns{width:100%;margin-left:0}}#onetrust-banner-sdk h1,#onetrust-banner-sdk h2,#onetrust-banner-sdk h3,#onetrust-banner-sdk h4,#onetrust-banner-sdk h5,#onetrust-banner-sdk h6,#onetrust-pc-sdk h1,#onetrust-pc-sdk h2,#onetrust-pc-sdk h3,#onetrust-pc-sdk h4,#onetrust-pc-sdk h5,#onetrust-pc-sdk h6,#ot-sdk-cookie-policy h1,#ot-sdk-cookie-policy h2,#ot-sdk-cookie-policy h3,#ot-sdk-cookie-policy h4,#ot-sdk-cookie-policy h5,#ot-sdk-cookie-policy h6{margin-top:0;font-weight:600;font-family:inherit}#onetrust-banner-sdk h1,#onetrust-pc-sdk h1,#ot-sdk-cookie-policy h1{font-size:1.5rem;line-height:1.2}#onetrust-banner-sdk h2,#onetrust-pc-sdk h2,#ot-sdk-cookie-policy h2{font-size:1.5rem;line-height:1.25}#onetrust-banner-sdk h3,#onetrust-pc-sdk h3,#ot-sdk-cookie-policy h3{font-size:1.5rem;line-height:1.3}#onetrust-banner-sdk h4,#onetrust-pc-sdk h4,#ot-sdk-cookie-policy h4{font-size:1.5rem;line-height:1.35}#onetrust-banner-sdk h5,#onetrust-pc-sdk h5,#ot-sdk-cookie-policy h5{font-size:1.5rem;line-height:1.5}#onetrust-banner-sdk h6,#onetrust-pc-sdk h6,#ot-sdk-cookie-policy h6{font-size:1.5rem;line-height:1.6}@media(min-width: 550px){#onetrust-banner-sdk h1,#onetrust-pc-sdk h1,#ot-sdk-cookie-policy h1{font-size:1.5rem}#onetrust-banner-sdk h2,#onetrust-pc-sdk h2,#ot-sdk-cookie-policy h2{font-size:1.5rem}#onetrust-banner-sdk h3,#onetrust-pc-sdk h3,#ot-sdk-cookie-policy h3{font-size:1.5rem}#onetrust-banner-sdk h4,#onetrust-pc-sdk h4,#ot-sdk-cookie-policy h4{font-size:1.5rem}#onetrust-banner-sdk h5,#onetrust-pc-sdk h5,#ot-sdk-cookie-policy h5{font-size:1.5rem}#onetrust-banner-sdk h6,#onetrust-pc-sdk h6,#ot-sdk-cookie-policy h6{font-size:1.5rem}}#onetrust-banner-sdk p,#onetrust-pc-sdk p,#ot-sdk-cookie-policy p{margin:0 0 1em 0;font-family:inherit;line-height:normal}#onetrust-banner-sdk a,#onetrust-pc-sdk a,#ot-sdk-cookie-policy a{color:#565656;text-decoration:underline}#onetrust-banner-sdk a:hover,#onetrust-pc-sdk a:hover,#ot-sdk-cookie-policy a:hover{color:#565656;text-decoration:none}#onetrust-banner-sdk .ot-sdk-button,#onetrust-banner-sdk button,#onetrust-pc-sdk .ot-sdk-button,#onetrust-pc-sdk button,#ot-sdk-cookie-policy .ot-sdk-button,#ot-sdk-cookie-policy button{margin-bottom:1rem;font-family:inherit}#onetrust-banner-sdk .ot-sdk-button,#onetrust-banner-sdk button,#onetrust-pc-sdk .ot-sdk-button,#onetrust-pc-sdk button,#ot-sdk-cookie-policy .ot-sdk-button,#ot-sdk-cookie-policy button{display:inline-block;height:38px;padding:0 30px;color:#555;text-align:center;font-size:.9em;font-weight:400;line-height:38px;letter-spacing:.01em;text-decoration:none;white-space:nowrap;background-color:rgba(0,0,0,0);border-radius:2px;border:1px solid #bbb;cursor:pointer;box-sizing:border-box}#onetrust-banner-sdk .ot-sdk-button:hover,#onetrust-banner-sdk :not(.ot-leg-btn-container)>button:not(.ot-link-btn):hover,#onetrust-banner-sdk :not(.ot-leg-btn-container)>button:not(.ot-link-btn):focus,#onetrust-pc-sdk .ot-sdk-button:hover,#onetrust-pc-sdk :not(.ot-leg-btn-container)>button:not(.ot-link-btn):hover,#onetrust-pc-sdk :not(.ot-leg-btn-container)>button:not(.ot-link-btn):focus,#ot-sdk-cookie-policy .ot-sdk-button:hover,#ot-sdk-cookie-policy :not(.ot-leg-btn-container)>button:not(.ot-link-btn):hover,#ot-sdk-cookie-policy :not(.ot-leg-btn-container)>button:not(.ot-link-btn):focus{color:#333;border-color:#888;opacity:.7}#onetrust-banner-sdk .ot-sdk-button:focus,#onetrust-banner-sdk :not(.ot-leg-btn-container)>button:focus,#onetrust-pc-sdk .ot-sdk-button:focus,#onetrust-pc-sdk :not(.ot-leg-btn-container)>button:focus,#ot-sdk-cookie-policy .ot-sdk-button:focus,#ot-sdk-cookie-policy :not(.ot-leg-btn-container)>button:focus{outline:2px solid #000}#onetrust-banner-sdk .ot-sdk-button.ot-sdk-button-primary,#onetrust-banner-sdk button.ot-sdk-button-primary,#onetrust-banner-sdk input[type=submit].ot-sdk-button-primary,#onetrust-banner-sdk input[type=reset].ot-sdk-button-primary,#onetrust-banner-sdk input[type=button].ot-sdk-button-primary,#onetrust-pc-sdk .ot-sdk-button.ot-sdk-button-primary,#onetrust-pc-sdk button.ot-sdk-button-primary,#onetrust-pc-sdk input[type=submit].ot-sdk-button-primary,#onetrust-pc-sdk input[type=reset].ot-sdk-button-primary,#onetrust-pc-sdk input[type=button].ot-sdk-button-primary,#ot-sdk-cookie-policy .ot-sdk-button.ot-sdk-button-primary,#ot-sdk-cookie-policy button.ot-sdk-button-primary,#ot-sdk-cookie-policy input[type=submit].ot-sdk-button-primary,#ot-sdk-cookie-policy input[type=reset].ot-sdk-button-primary,#ot-sdk-cookie-policy input[type=button].ot-sdk-button-primary{color:#fff;background-color:#33c3f0;border-color:#33c3f0}#onetrust-banner-sdk .ot-sdk-button.ot-sdk-button-primary:hover,#onetrust-banner-sdk button.ot-sdk-button-primary:hover,#onetrust-banner-sdk input[type=submit].ot-sdk-button-primary:hover,#onetrust-banner-sdk input[type=reset].ot-sdk-button-primary:hover,#onetrust-banner-sdk input[type=button].ot-sdk-button-primary:hover,#onetrust-banner-sdk .ot-sdk-button.ot-sdk-button-primary:focus,#onetrust-banner-sdk button.ot-sdk-button-primary:focus,#onetrust-banner-sdk input[type=submit].ot-sdk-button-primary:focus,#onetrust-banner-sdk input[type=reset].ot-sdk-button-primary:focus,#onetrust-banner-sdk input[type=button].ot-sdk-button-primary:focus,#onetrust-pc-sdk .ot-sdk-button.ot-sdk-button-primary:hover,#onetrust-pc-sdk button.ot-sdk-button-primary:hover,#onetrust-pc-sdk input[type=submit].ot-sdk-button-primary:hover,#onetrust-pc-sdk input[type=reset].ot-sdk-button-primary:hover,#onetrust-pc-sdk input[type=button].ot-sdk-button-primary:hover,#onetrust-pc-sdk .ot-sdk-button.ot-sdk-button-primary:focus,#onetrust-pc-sdk button.ot-sdk-button-primary:focus,#onetrust-pc-sdk input[type=submit].ot-sdk-button-primary:focus,#onetrust-pc-sdk input[type=reset].ot-sdk-button-primary:focus,#onetrust-pc-sdk input[type=button].ot-sdk-button-primary:focus,#ot-sdk-cookie-policy .ot-sdk-button.ot-sdk-button-primary:hover,#ot-sdk-cookie-policy button.ot-sdk-button-primary:hover,#ot-sdk-cookie-policy input[type=submit].ot-sdk-button-primary:hover,#ot-sdk-cookie-policy input[type=reset].ot-sdk-button-primary:hover,#ot-sdk-cookie-policy input[type=button].ot-sdk-button-primary:hover,#ot-sdk-cookie-policy .ot-sdk-button.ot-sdk-button-primary:focus,#ot-sdk-cookie-policy button.ot-sdk-button-primary:focus,#ot-sdk-cookie-policy input[type=submit].ot-sdk-button-primary:focus,#ot-sdk-cookie-policy input[type=reset].ot-sdk-button-primary:focus,#ot-sdk-cookie-policy input[type=button].ot-sdk-button-primary:focus{color:#fff;background-color:#1eaedb;border-color:#1eaedb}#onetrust-banner-sdk input[type=text],#onetrust-pc-sdk input[type=text],#ot-sdk-cookie-policy input[type=text]{height:38px;padding:6px 10px;background-color:#fff;border:1px solid #d1d1d1;border-radius:4px;box-shadow:none;box-sizing:border-box}#onetrust-banner-sdk input[type=text],#onetrust-pc-sdk input[type=text],#ot-sdk-cookie-policy input[type=text]{-webkit-appearance:none;-moz-appearance:none;appearance:none}#onetrust-banner-sdk input[type=text]:focus,#onetrust-pc-sdk input[type=text]:focus,#ot-sdk-cookie-policy input[type=text]:focus{border:1px solid #000;outline:0}#onetrust-banner-sdk label,#onetrust-pc-sdk label,#ot-sdk-cookie-policy label{display:block;margin-bottom:.5rem;font-weight:600}#onetrust-banner-sdk input[type=checkbox],#onetrust-pc-sdk input[type=checkbox],#ot-sdk-cookie-policy input[type=checkbox]{display:inline}#onetrust-banner-sdk ul,#onetrust-pc-sdk ul,#ot-sdk-cookie-policy ul{list-style:circle inside}#onetrust-banner-sdk ul,#onetrust-pc-sdk ul,#ot-sdk-cookie-policy ul{padding-left:0;margin-top:0}#onetrust-banner-sdk ul ul,#onetrust-pc-sdk ul ul,#ot-sdk-cookie-policy ul ul{margin:1.5rem 0 1.5rem 3rem;font-size:90%}#onetrust-banner-sdk li,#onetrust-pc-sdk li,#ot-sdk-cookie-policy li{margin-bottom:1rem}#onetrust-banner-sdk th,#onetrust-banner-sdk td,#onetrust-pc-sdk th,#onetrust-pc-sdk td,#ot-sdk-cookie-policy th,#ot-sdk-cookie-policy td{padding:12px 15px;text-align:left;border-bottom:1px solid #e1e1e1}#onetrust-banner-sdk button,#onetrust-pc-sdk button,#ot-sdk-cookie-policy button{margin-bottom:1rem;font-family:inherit}#onetrust-banner-sdk .ot-sdk-container:after,#onetrust-banner-sdk .ot-sdk-row:after,#onetrust-pc-sdk .ot-sdk-container:after,#onetrust-pc-sdk .ot-sdk-row:after,#ot-sdk-cookie-policy .ot-sdk-container:after,#ot-sdk-cookie-policy .ot-sdk-row:after{content:\"\";display:table;clear:both}#onetrust-banner-sdk .ot-sdk-row,#onetrust-pc-sdk .ot-sdk-row,#ot-sdk-cookie-policy .ot-sdk-row{margin:0;max-width:none;display:block}#onetrust-banner-sdk{box-shadow:0 0 18px rgba(0,0,0,.2)}#onetrust-banner-sdk.otFlat{position:fixed;z-index:2147483645;bottom:0;right:0;left:0;background-color:#fff;max-height:90%;overflow-x:hidden;overflow-y:auto}#onetrust-banner-sdk.otFlat.top{top:0px;bottom:auto}#onetrust-banner-sdk.otRelFont{font-size:1rem}#onetrust-banner-sdk>.ot-sdk-container{overflow:hidden}#onetrust-banner-sdk::-webkit-scrollbar{width:11px}#onetrust-banner-sdk::-webkit-scrollbar-thumb{border-radius:10px;background:#c1c1c1}#onetrust-banner-sdk{scrollbar-arrow-color:#c1c1c1;scrollbar-darkshadow-color:#c1c1c1;scrollbar-face-color:#c1c1c1;scrollbar-shadow-color:#c1c1c1}#onetrust-banner-sdk #onetrust-policy{margin:1.25em 0 .625em 2em;overflow:hidden}#onetrust-banner-sdk #onetrust-policy .ot-gv-list-handler{float:left;font-size:.82em;padding:0;margin-bottom:0;border:0;line-height:normal;height:auto;width:auto}#onetrust-banner-sdk #onetrust-policy-title{font-size:1.2em;line-height:1.3;margin-bottom:10px}#onetrust-banner-sdk #onetrust-policy-text{clear:both;text-align:left;font-size:.88em;line-height:1.4}#onetrust-banner-sdk #onetrust-policy-text *{font-size:inherit;line-height:inherit}#onetrust-banner-sdk #onetrust-policy-text a{font-weight:bold;margin-left:5px}#onetrust-banner-sdk #onetrust-policy-title,#onetrust-banner-sdk #onetrust-policy-text{color:dimgray;float:left}#onetrust-banner-sdk #onetrust-button-group-parent{min-height:1px;text-align:center}#onetrust-banner-sdk #onetrust-button-group{display:inline-block}#onetrust-banner-sdk #onetrust-accept-btn-handler,#onetrust-banner-sdk #onetrust-reject-all-handler,#onetrust-banner-sdk #onetrust-pc-btn-handler{background-color:#68b631;color:#fff;border-color:#68b631;margin-right:1em;min-width:125px;height:auto;white-space:normal;word-break:break-word;word-wrap:break-word;padding:12px 10px;line-height:1.2;font-size:.813em;font-weight:600}#onetrust-banner-sdk #onetrust-pc-btn-handler.cookie-setting-link{background-color:#fff;border:none;color:#68b631;text-decoration:underline;padding-left:0;padding-right:0}#onetrust-banner-sdk .onetrust-close-btn-ui{width:44px;height:44px;background-size:12px;border:none;position:relative;margin:auto;padding:0}#onetrust-banner-sdk .banner_logo{display:none}#onetrust-banner-sdk.ot-bnr-w-logo .ot-bnr-logo{position:absolute;top:50%;transform:translateY(-50%);left:0px}#onetrust-banner-sdk.ot-bnr-w-logo #onetrust-policy{margin-left:65px}#onetrust-banner-sdk .ot-b-addl-desc{clear:both;float:left;display:block}#onetrust-banner-sdk #banner-options{float:left;display:table;margin-right:0;margin-left:1em;width:calc(100% - 1em)}#onetrust-banner-sdk .banner-option-input{cursor:pointer;width:auto;height:auto;border:none;padding:0;padding-right:3px;margin:0 0 10px;font-size:.82em;line-height:1.4}#onetrust-banner-sdk .banner-option-input *{pointer-events:none;font-size:inherit;line-height:inherit}#onetrust-banner-sdk .banner-option-input[aria-expanded=true]~.banner-option-details{display:block;height:auto}#onetrust-banner-sdk .banner-option-input[aria-expanded=true] .ot-arrow-container{transform:rotate(90deg)}#onetrust-banner-sdk .banner-option{margin-bottom:12px;margin-left:0;border:none;float:left;padding:0}#onetrust-banner-sdk .banner-option:first-child{padding-left:2px}#onetrust-banner-sdk .banner-option:not(:first-child){padding:0;border:none}#onetrust-banner-sdk .banner-option-header{cursor:pointer;display:inline-block}#onetrust-banner-sdk .banner-option-header :first-child{color:dimgray;font-weight:bold;float:left}#onetrust-banner-sdk .banner-option-header .ot-arrow-container{display:inline-block;border-top:6px solid rgba(0,0,0,0);border-bottom:6px solid rgba(0,0,0,0);border-left:6px solid dimgray;margin-left:10px;vertical-align:middle}#onetrust-banner-sdk .banner-option-details{display:none;font-size:.83em;line-height:1.5;padding:10px 0px 5px 10px;margin-right:10px;height:0px}#onetrust-banner-sdk .banner-option-details *{font-size:inherit;line-height:inherit;color:dimgray}#onetrust-banner-sdk .ot-arrow-container,#onetrust-banner-sdk .banner-option-details{transition:all 300ms ease-in 0s;-webkit-transition:all 300ms ease-in 0s;-moz-transition:all 300ms ease-in 0s;-o-transition:all 300ms ease-in 0s}#onetrust-banner-sdk .ot-dpd-container{float:left}#onetrust-banner-sdk .ot-dpd-title{margin-bottom:10px}#onetrust-banner-sdk .ot-dpd-title,#onetrust-banner-sdk .ot-dpd-desc{font-size:.88em;line-height:1.4;color:dimgray}#onetrust-banner-sdk .ot-dpd-title *,#onetrust-banner-sdk .ot-dpd-desc *{font-size:inherit;line-height:inherit}#onetrust-banner-sdk.ot-iab-2 #onetrust-policy-text *{margin-bottom:0}#onetrust-banner-sdk.ot-iab-2 .onetrust-vendors-list-handler{display:block;margin-left:0;margin-top:5px;clear:both;margin-bottom:0;padding:0;border:0;height:auto;width:auto}#onetrust-banner-sdk.ot-iab-2 #onetrust-button-group button{display:block}#onetrust-banner-sdk.ot-close-btn-link{padding-top:25px}#onetrust-banner-sdk.ot-close-btn-link #onetrust-close-btn-container{top:15px;transform:none;right:15px}#onetrust-banner-sdk.ot-close-btn-link #onetrust-close-btn-container button{padding:0;white-space:pre-wrap;border:none;height:auto;line-height:1.5;text-decoration:underline;font-size:.69em}#onetrust-banner-sdk #onetrust-policy-text,#onetrust-banner-sdk .ot-dpd-desc,#onetrust-banner-sdk .ot-b-addl-desc{font-size:.813em;line-height:1.5}#onetrust-banner-sdk .ot-dpd-desc{margin-bottom:10px}#onetrust-banner-sdk .ot-dpd-desc>.ot-b-addl-desc{margin-top:10px;margin-bottom:10px;font-size:1em}@media only screen and (max-width: 425px){#onetrust-banner-sdk #onetrust-close-btn-container{position:absolute;top:6px;right:2px}#onetrust-banner-sdk #onetrust-policy{margin-left:0;margin-top:3em}#onetrust-banner-sdk #onetrust-button-group{display:block}#onetrust-banner-sdk #onetrust-accept-btn-handler,#onetrust-banner-sdk #onetrust-reject-all-handler,#onetrust-banner-sdk #onetrust-pc-btn-handler{width:100%}#onetrust-banner-sdk .onetrust-close-btn-ui{top:auto;transform:none}#onetrust-banner-sdk #onetrust-policy-title{display:inline;float:none}#onetrust-banner-sdk #banner-options{margin:0;padding:0;width:100%}}@media only screen and (min-width: 426px)and (max-width: 896px){#onetrust-banner-sdk #onetrust-close-btn-container{position:absolute;top:0;right:0}#onetrust-banner-sdk #onetrust-policy{margin-left:1em;margin-right:1em}#onetrust-banner-sdk .onetrust-close-btn-ui{top:10px;right:10px}#onetrust-banner-sdk:not(.ot-iab-2) #onetrust-group-container{width:95%}#onetrust-banner-sdk.ot-iab-2 #onetrust-group-container{width:100%}#onetrust-banner-sdk.ot-bnr-w-logo #onetrust-button-group-parent{padding-left:50px}#onetrust-banner-sdk #onetrust-button-group-parent{width:100%;position:relative;margin-left:0}#onetrust-banner-sdk #onetrust-button-group button{display:inline-block}#onetrust-banner-sdk #onetrust-button-group{margin-right:0;text-align:center}#onetrust-banner-sdk .has-reject-all-button #onetrust-pc-btn-handler{float:left}#onetrust-banner-sdk .has-reject-all-button #onetrust-reject-all-handler,#onetrust-banner-sdk .has-reject-all-button #onetrust-accept-btn-handler{float:right}#onetrust-banner-sdk .has-reject-all-button #onetrust-button-group{width:calc(100% - 2em);margin-right:0}#onetrust-banner-sdk .has-reject-all-button #onetrust-pc-btn-handler.cookie-setting-link{padding-left:0px;text-align:left}#onetrust-banner-sdk.ot-buttons-fw .ot-sdk-three button{width:100%;text-align:center}#onetrust-banner-sdk.ot-buttons-fw #onetrust-button-group-parent button{float:none}#onetrust-banner-sdk.ot-buttons-fw #onetrust-pc-btn-handler.cookie-setting-link{text-align:center}}@media only screen and (min-width: 550px){#onetrust-banner-sdk .banner-option:not(:first-child){border-left:1px solid #d8d8d8;padding-left:25px}}@media only screen and (min-width: 425px)and (max-width: 550px){#onetrust-banner-sdk.ot-iab-2 #onetrust-button-group,#onetrust-banner-sdk.ot-iab-2 #onetrust-policy,#onetrust-banner-sdk.ot-iab-2 .banner-option{width:100%}#onetrust-banner-sdk.ot-iab-2 #onetrust-button-group #onetrust-accept-btn-handler,#onetrust-banner-sdk.ot-iab-2 #onetrust-button-group #onetrust-reject-all-handler,#onetrust-banner-sdk.ot-iab-2 #onetrust-button-group #onetrust-pc-btn-handler{width:100%}#onetrust-banner-sdk.ot-iab-2 #onetrust-button-group #onetrust-accept-btn-handler,#onetrust-banner-sdk.ot-iab-2 #onetrust-button-group #onetrust-reject-all-handler{float:left}}@media only screen and (min-width: 769px){#onetrust-banner-sdk #onetrust-button-group{margin-right:30%}#onetrust-banner-sdk #banner-options{margin-left:2em;margin-right:5em;margin-bottom:1.25em;width:calc(100% - 7em)}}@media only screen and (min-width: 897px)and (max-width: 1023px){#onetrust-banner-sdk.vertical-align-content #onetrust-button-group-parent{position:absolute;top:50%;left:75%;transform:translateY(-50%)}#onetrust-banner-sdk #onetrust-close-btn-container{top:50%;margin:auto;transform:translate(-50%, -50%);position:absolute;padding:0;right:0}#onetrust-banner-sdk #onetrust-close-btn-container button{position:relative;margin:0;right:-22px;top:2px}}@media only screen and (min-width: 1024px){#onetrust-banner-sdk #onetrust-close-btn-container{top:50%;margin:auto;transform:translate(-50%, -50%);position:absolute;right:0}#onetrust-banner-sdk #onetrust-close-btn-container button{right:-12px}#onetrust-banner-sdk #onetrust-policy{margin-left:2em}#onetrust-banner-sdk.vertical-align-content #onetrust-button-group-parent{position:absolute;top:50%;left:60%;transform:translateY(-50%)}#onetrust-banner-sdk .ot-optout-signal{width:50%}#onetrust-banner-sdk.ot-iab-2 #onetrust-policy-title{width:50%}#onetrust-banner-sdk.ot-iab-2 #onetrust-policy-text,#onetrust-banner-sdk.ot-iab-2 :not(.ot-dpd-desc)>.ot-b-addl-desc{margin-bottom:1em;width:50%;border-right:1px solid #d8d8d8;padding-right:1rem}#onetrust-banner-sdk.ot-iab-2 #onetrust-policy-text{margin-bottom:0;padding-bottom:1em}#onetrust-banner-sdk.ot-iab-2 :not(.ot-dpd-desc)>.ot-b-addl-desc{margin-bottom:0;padding-bottom:1em}#onetrust-banner-sdk.ot-iab-2 .ot-dpd-container{width:45%;padding-left:1rem;display:inline-block;float:none}#onetrust-banner-sdk.ot-iab-2 .ot-dpd-title{line-height:1.7}#onetrust-banner-sdk.ot-iab-2 #onetrust-button-group-parent{left:auto;right:4%;margin-left:0}#onetrust-banner-sdk.ot-iab-2 #onetrust-button-group button{display:block}#onetrust-banner-sdk:not(.ot-iab-2) #onetrust-button-group-parent{margin:auto;width:30%}#onetrust-banner-sdk:not(.ot-iab-2) #onetrust-group-container{width:60%}#onetrust-banner-sdk #onetrust-button-group{margin-right:auto}#onetrust-banner-sdk #onetrust-accept-btn-handler,#onetrust-banner-sdk #onetrust-reject-all-handler,#onetrust-banner-sdk #onetrust-pc-btn-handler{margin-top:1em}}@media only screen and (min-width: 890px){#onetrust-banner-sdk.ot-buttons-fw:not(.ot-iab-2) #onetrust-button-group-parent{padding-left:3%;padding-right:4%;margin-left:0}#onetrust-banner-sdk.ot-buttons-fw:not(.ot-iab-2) #onetrust-button-group{margin-right:0;margin-top:1.25em;width:100%}#onetrust-banner-sdk.ot-buttons-fw:not(.ot-iab-2) #onetrust-button-group button{width:100%;margin-bottom:5px;margin-top:5px}#onetrust-banner-sdk.ot-buttons-fw:not(.ot-iab-2) #onetrust-button-group button:last-of-type{margin-bottom:20px}}@media only screen and (min-width: 1280px){#onetrust-banner-sdk:not(.ot-iab-2) #onetrust-group-container{width:55%}#onetrust-banner-sdk:not(.ot-iab-2) #onetrust-button-group-parent{width:44%;padding-left:2%;padding-right:2%}#onetrust-banner-sdk:not(.ot-iab-2).vertical-align-content #onetrust-button-group-parent{position:absolute;left:55%}}\\n #onetrust-consent-sdk #onetrust-banner-sdk {background-color: #FFFFFF;}\\n #onetrust-consent-sdk #onetrust-policy-title,\\n #onetrust-consent-sdk #onetrust-policy-text,\\n #onetrust-consent-sdk .ot-b-addl-desc,\\n #onetrust-consent-sdk .ot-dpd-desc,\\n #onetrust-consent-sdk .ot-dpd-title,\\n #onetrust-consent-sdk #onetrust-policy-text *:not(.onetrust-vendors-list-handler),\\n #onetrust-consent-sdk .ot-dpd-desc *:not(.onetrust-vendors-list-handler),\\n #onetrust-consent-sdk #onetrust-banner-sdk #banner-options *,\\n #onetrust-banner-sdk .ot-cat-header,\\n #onetrust-banner-sdk .ot-optout-signal\\n {\\n color: #696969;\\n }\\n #onetrust-consent-sdk #onetrust-banner-sdk .banner-option-details {\\n background-color: #E9E9E9;}\\n #onetrust-consent-sdk #onetrust-banner-sdk a[href],\\n #onetrust-consent-sdk #onetrust-banner-sdk a[href] font,\\n #onetrust-consent-sdk #onetrust-banner-sdk .ot-link-btn\\n {\\n color: #3860BE;\\n }#onetrust-consent-sdk #onetrust-accept-btn-handler,\\n #onetrust-banner-sdk #onetrust-reject-all-handler {\\n background-color: #346E4A;border-color: #346E4A;\\n color: #FFFFFF;\\n }\\n #onetrust-consent-sdk #onetrust-banner-sdk *:focus,\\n #onetrust-consent-sdk #onetrust-banner-sdk:focus {\\n outline-color: #000000;\\n outline-width: 1px;\\n }\\n #onetrust-consent-sdk #onetrust-pc-btn-handler,\\n #onetrust-consent-sdk #onetrust-pc-btn-handler.cookie-setting-link {\\n color: #346E4A; border-color: #346E4A;\\n background-color:\\n #FFFFFF;\\n }#onetrust-pc-sdk.otPcCenter{overflow:hidden;position:fixed;margin:0 auto;top:5%;right:0;left:0;width:40%;max-width:575px;min-width:575px;border-radius:2.5px;z-index:2147483647;background-color:#fff;-webkit-box-shadow:0px 2px 10px -3px #999;-moz-box-shadow:0px 2px 10px -3px #999;box-shadow:0px 2px 10px -3px #999}#onetrust-pc-sdk.otPcCenter[dir=rtl]{right:0;left:0}#onetrust-pc-sdk.otRelFont{font-size:1rem}#onetrust-pc-sdk .ot-optout-signal{margin-top:.625rem}#onetrust-pc-sdk #ot-addtl-venlst .ot-arw-cntr,#onetrust-pc-sdk #ot-addtl-venlst .ot-plus-minus,#onetrust-pc-sdk .ot-hide-tgl{visibility:hidden}#onetrust-pc-sdk #ot-addtl-venlst .ot-arw-cntr *,#onetrust-pc-sdk #ot-addtl-venlst .ot-plus-minus *,#onetrust-pc-sdk .ot-hide-tgl *{visibility:hidden}#onetrust-pc-sdk #ot-gn-venlst .ot-ven-item .ot-acc-hdr{min-height:40px}#onetrust-pc-sdk .ot-pc-header{height:39px;padding:10px 0 10px 30px;border-bottom:1px solid #e9e9e9}#onetrust-pc-sdk #ot-pc-title,#onetrust-pc-sdk #ot-category-title,#onetrust-pc-sdk .ot-cat-header,#onetrust-pc-sdk #ot-lst-title,#onetrust-pc-sdk .ot-ven-hdr .ot-ven-name,#onetrust-pc-sdk .ot-always-active{font-weight:bold;color:dimgray}#onetrust-pc-sdk .ot-always-active-group .ot-cat-header{width:55%;font-weight:700}#onetrust-pc-sdk .ot-cat-item p{clear:both;float:left;margin-top:10px;margin-bottom:5px;line-height:1.5;font-size:.812em;color:dimgray}#onetrust-pc-sdk .ot-close-icon{height:44px;width:44px;background-size:10px}#onetrust-pc-sdk #ot-pc-title{float:left;font-size:1em;line-height:1.5;margin-bottom:10px;margin-top:10px;width:100%}#onetrust-pc-sdk #accept-recommended-btn-handler{margin-right:10px;margin-bottom:25px;outline-offset:-1px}#onetrust-pc-sdk #ot-pc-desc{clear:both;width:100%;font-size:.812em;line-height:1.5;margin-bottom:25px}#onetrust-pc-sdk #ot-pc-desc a{margin-left:5px}#onetrust-pc-sdk #ot-pc-desc *{font-size:inherit;line-height:inherit}#onetrust-pc-sdk #ot-pc-desc ul li{padding:10px 0px}#onetrust-pc-sdk a{color:#656565;cursor:pointer}#onetrust-pc-sdk a:hover{color:#3860be}#onetrust-pc-sdk label{margin-bottom:0}#onetrust-pc-sdk #vdr-lst-dsc{font-size:.812em;line-height:1.5;padding:10px 15px 5px 15px}#onetrust-pc-sdk button{max-width:394px;padding:12px 30px;line-height:1;word-break:break-word;word-wrap:break-word;white-space:normal;font-weight:bold;height:auto}#onetrust-pc-sdk .ot-link-btn{padding:0;margin-bottom:0;border:0;font-weight:normal;line-height:normal;width:auto;height:auto}#onetrust-pc-sdk #ot-pc-content{position:absolute;overflow-y:scroll;padding-left:0px;padding-right:30px;top:60px;bottom:110px;margin:1px 3px 0 30px;width:calc(100% - 63px)}#onetrust-pc-sdk .ot-vs-list .ot-always-active,#onetrust-pc-sdk .ot-cat-grp .ot-always-active{float:right;clear:none;color:#3860be;margin:0;font-size:.813em;line-height:1.3}#onetrust-pc-sdk .ot-pc-scrollbar::-webkit-scrollbar-track{margin-right:20px}#onetrust-pc-sdk .ot-pc-scrollbar::-webkit-scrollbar{width:11px}#onetrust-pc-sdk .ot-pc-scrollbar::-webkit-scrollbar-thumb{border-radius:10px;background:#d8d8d8}#onetrust-pc-sdk input[type=checkbox]:focus+.ot-acc-hdr{outline:#000 1px solid}#onetrust-pc-sdk .ot-pc-scrollbar{scrollbar-arrow-color:#d8d8d8;scrollbar-darkshadow-color:#d8d8d8;scrollbar-face-color:#d8d8d8;scrollbar-shadow-color:#d8d8d8}#onetrust-pc-sdk .save-preference-btn-handler{margin-right:20px}#onetrust-pc-sdk .ot-pc-refuse-all-handler{margin-right:10px}#onetrust-pc-sdk #ot-pc-desc .privacy-notice-link{margin-left:0;margin-right:8px}#onetrust-pc-sdk #ot-pc-desc .ot-imprint-handler{margin-left:0;margin-right:8px}#onetrust-pc-sdk .ot-subgrp-cntr{display:inline-block;clear:both;width:100%;padding-top:15px}#onetrust-pc-sdk .ot-switch+.ot-subgrp-cntr{padding-top:10px}#onetrust-pc-sdk ul.ot-subgrps{margin:0;font-size:initial}#onetrust-pc-sdk ul.ot-subgrps li p,#onetrust-pc-sdk ul.ot-subgrps li h5{font-size:.813em;line-height:1.4;color:dimgray}#onetrust-pc-sdk ul.ot-subgrps .ot-switch{min-height:auto}#onetrust-pc-sdk ul.ot-subgrps .ot-switch-nob{top:0}#onetrust-pc-sdk ul.ot-subgrps .ot-acc-hdr{display:inline-block;width:100%}#onetrust-pc-sdk ul.ot-subgrps .ot-acc-txt{margin:0}#onetrust-pc-sdk ul.ot-subgrps li{padding:0;border:none}#onetrust-pc-sdk ul.ot-subgrps li h5{position:relative;top:5px;font-weight:bold;margin-bottom:0;float:left}#onetrust-pc-sdk li.ot-subgrp{margin-left:20px;overflow:auto}#onetrust-pc-sdk li.ot-subgrp>h5{width:calc(100% - 100px)}#onetrust-pc-sdk .ot-cat-item p>ul,#onetrust-pc-sdk li.ot-subgrp p>ul{margin:0px;list-style:disc;margin-left:15px;font-size:inherit}#onetrust-pc-sdk .ot-cat-item p>ul li,#onetrust-pc-sdk li.ot-subgrp p>ul li{font-size:inherit;padding-top:10px;padding-left:0px;padding-right:0px;border:none}#onetrust-pc-sdk .ot-cat-item p>ul li:last-child,#onetrust-pc-sdk li.ot-subgrp p>ul li:last-child{padding-bottom:10px}#onetrust-pc-sdk .ot-pc-logo{height:40px;width:120px}#onetrust-pc-sdk .ot-pc-footer{position:absolute;bottom:0px;width:100%;max-height:160px;border-top:1px solid #d8d8d8}#onetrust-pc-sdk.ot-ftr-stacked .ot-pc-refuse-all-handler{margin-bottom:0px}#onetrust-pc-sdk.ot-ftr-stacked #ot-pc-content{bottom:160px}#onetrust-pc-sdk.ot-ftr-stacked .ot-pc-footer button{width:100%;max-width:none}#onetrust-pc-sdk.ot-ftr-stacked .ot-btn-container{margin:0 30px;width:calc(100% - 60px);padding-right:0}#onetrust-pc-sdk .ot-pc-footer-logo{height:30px;width:100%;text-align:right;background:#f4f4f4}#onetrust-pc-sdk .ot-pc-footer-logo a{display:inline-block;margin-top:5px;margin-right:10px}#onetrust-pc-sdk[dir=rtl] .ot-pc-footer-logo{direction:rtl}#onetrust-pc-sdk[dir=rtl] .ot-pc-footer-logo a{margin-right:25px}#onetrust-pc-sdk .ot-tgl{float:right;position:relative;z-index:1}#onetrust-pc-sdk .ot-tgl input:checked+.ot-switch .ot-switch-nob{background-color:#468254;border:1px solid #fff}#onetrust-pc-sdk .ot-tgl input:checked+.ot-switch .ot-switch-nob:before{-webkit-transform:translateX(20px);-ms-transform:translateX(20px);transform:translateX(20px);background-color:#fff;border-color:#fff}#onetrust-pc-sdk .ot-tgl input:focus+.ot-switch{outline:#000 solid 1px}#onetrust-pc-sdk .ot-switch{position:relative;display:inline-block;width:45px;height:25px}#onetrust-pc-sdk .ot-switch-nob{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#767676;border:1px solid #ddd;transition:all .2s ease-in 0s;-moz-transition:all .2s ease-in 0s;-o-transition:all .2s ease-in 0s;-webkit-transition:all .2s ease-in 0s;border-radius:20px}#onetrust-pc-sdk .ot-switch-nob:before{position:absolute;content:\"\";height:18px;width:18px;bottom:3px;left:3px;background-color:#fff;-webkit-transition:.4s;transition:.4s;border-radius:20px}#onetrust-pc-sdk .ot-chkbox input:checked~label::before{background-color:#3860be}#onetrust-pc-sdk .ot-chkbox input+label::after{content:none;color:#fff}#onetrust-pc-sdk .ot-chkbox input:checked+label::after{content:\"\"}#onetrust-pc-sdk .ot-chkbox input:focus+label::before{outline-style:solid;outline-width:2px;outline-style:auto}#onetrust-pc-sdk .ot-chkbox label{position:relative;display:inline-block;padding-left:30px;cursor:pointer;font-weight:500}#onetrust-pc-sdk .ot-chkbox label::before,#onetrust-pc-sdk .ot-chkbox label::after{position:absolute;content:\"\";display:inline-block;border-radius:3px}#onetrust-pc-sdk .ot-chkbox label::before{height:18px;width:18px;border:1px solid #3860be;left:0px;top:auto}#onetrust-pc-sdk .ot-chkbox label::after{height:5px;width:9px;border-left:3px solid;border-bottom:3px solid;transform:rotate(-45deg);-o-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);left:4px;top:5px}#onetrust-pc-sdk .ot-label-txt{display:none}#onetrust-pc-sdk .ot-chkbox input,#onetrust-pc-sdk .ot-tgl input{position:absolute;opacity:0;width:0;height:0}#onetrust-pc-sdk .ot-arw-cntr{float:right;position:relative;pointer-events:none}#onetrust-pc-sdk .ot-arw-cntr .ot-arw{width:16px;height:16px;margin-left:5px;color:dimgray;display:inline-block;vertical-align:middle;-webkit-transition:all 150ms ease-in 0s;-moz-transition:all 150ms ease-in 0s;-o-transition:all 150ms ease-in 0s;transition:all 150ms ease-in 0s}#onetrust-pc-sdk input:checked~.ot-acc-hdr .ot-arw,#onetrust-pc-sdk button[aria-expanded=true]~.ot-acc-hdr .ot-arw-cntr svg{transform:rotate(90deg);-o-transform:rotate(90deg);-ms-transform:rotate(90deg);-webkit-transform:rotate(90deg)}#onetrust-pc-sdk input[type=checkbox]:focus+.ot-acc-hdr{outline:#000 1px solid}#onetrust-pc-sdk .ot-tgl-cntr,#onetrust-pc-sdk .ot-arw-cntr{display:inline-block}#onetrust-pc-sdk .ot-tgl-cntr{width:45px;float:right;margin-top:2px}#onetrust-pc-sdk #ot-lst-cnt .ot-tgl-cntr{margin-top:10px}#onetrust-pc-sdk .ot-always-active-subgroup{width:auto;padding-left:0px !important;top:3px;position:relative}#onetrust-pc-sdk .ot-label-status{padding-left:5px;font-size:.75em;display:none}#onetrust-pc-sdk .ot-arw-cntr{margin-top:-1px}#onetrust-pc-sdk .ot-arw-cntr svg{-webkit-transition:all 300ms ease-in 0s;-moz-transition:all 300ms ease-in 0s;-o-transition:all 300ms ease-in 0s;transition:all 300ms ease-in 0s;height:10px;width:10px}#onetrust-pc-sdk input:checked~.ot-acc-hdr .ot-arw{transform:rotate(90deg);-o-transform:rotate(90deg);-ms-transform:rotate(90deg);-webkit-transform:rotate(90deg)}#onetrust-pc-sdk .ot-arw{width:10px;margin-left:15px;transition:all 300ms ease-in 0s;-webkit-transition:all 300ms ease-in 0s;-moz-transition:all 300ms ease-in 0s;-o-transition:all 300ms ease-in 0s}#onetrust-pc-sdk .ot-vlst-cntr{margin-bottom:0}#onetrust-pc-sdk .ot-hlst-cntr{margin-top:5px;display:inline-block;width:100%}#onetrust-pc-sdk .category-vendors-list-handler,#onetrust-pc-sdk .category-vendors-list-handler+a,#onetrust-pc-sdk .category-host-list-handler{clear:both;color:#3860be;margin-left:0;font-size:.813em;text-decoration:none;float:left;overflow:hidden}#onetrust-pc-sdk .category-vendors-list-handler:hover,#onetrust-pc-sdk .category-vendors-list-handler+a:hover,#onetrust-pc-sdk .category-host-list-handler:hover{text-decoration-line:underline}#onetrust-pc-sdk .category-vendors-list-handler+a{clear:none}#onetrust-pc-sdk .ot-vlst-cntr .ot-ext-lnk,#onetrust-pc-sdk .ot-ven-hdr .ot-ext-lnk{display:inline-block;height:13px;width:13px;background-repeat:no-repeat;margin-left:1px;margin-top:6px;cursor:pointer}#onetrust-pc-sdk .ot-ven-hdr .ot-ext-lnk{margin-bottom:-1px}#onetrust-pc-sdk .back-btn-handler{font-size:1em;text-decoration:none}#onetrust-pc-sdk .back-btn-handler:hover{opacity:.6}#onetrust-pc-sdk #ot-lst-title h3{display:inline-block;word-break:break-word;word-wrap:break-word;margin-bottom:0;color:#656565;font-size:1em;font-weight:bold;margin-left:15px}#onetrust-pc-sdk #ot-lst-title{margin:10px 0 10px 0px;font-size:1em;text-align:left}#onetrust-pc-sdk #ot-pc-hdr{margin:0 0 0 30px;height:auto;width:auto}#onetrust-pc-sdk #ot-pc-hdr input::placeholder{color:#d4d4d4;font-style:italic}#onetrust-pc-sdk #vendor-search-handler{height:31px;width:100%;border-radius:50px;font-size:.8em;padding-right:35px;padding-left:15px;float:left;margin-left:15px}#onetrust-pc-sdk .ot-ven-name{display:block;width:auto;padding-right:5px}#onetrust-pc-sdk #ot-lst-cnt{overflow-y:auto;margin-left:20px;margin-right:7px;width:calc(100% - 27px);max-height:calc(100% - 80px);height:100%;transform:translate3d(0, 0, 0)}#onetrust-pc-sdk #ot-pc-lst{width:100%;bottom:100px;position:absolute;top:60px}#onetrust-pc-sdk #ot-pc-lst:not(.ot-enbl-chr) .ot-tgl-cntr .ot-arw-cntr,#onetrust-pc-sdk #ot-pc-lst:not(.ot-enbl-chr) .ot-tgl-cntr .ot-arw-cntr *{visibility:hidden}#onetrust-pc-sdk #ot-pc-lst .ot-tgl-cntr{right:12px;position:absolute}#onetrust-pc-sdk #ot-pc-lst .ot-arw-cntr{float:right;position:relative}#onetrust-pc-sdk #ot-pc-lst .ot-arw{margin-left:10px}#onetrust-pc-sdk #ot-pc-lst .ot-acc-hdr{overflow:hidden;cursor:pointer}#onetrust-pc-sdk .ot-vlst-cntr{overflow:hidden}#onetrust-pc-sdk #ot-sel-blk{overflow:hidden;width:100%;position:sticky;position:-webkit-sticky;top:0;z-index:3}#onetrust-pc-sdk #ot-back-arw{height:12px;width:12px}#onetrust-pc-sdk .ot-lst-subhdr{width:100%;display:inline-block}#onetrust-pc-sdk .ot-search-cntr{float:left;width:78%;position:relative}#onetrust-pc-sdk .ot-search-cntr>svg{width:30px;height:30px;position:absolute;float:left;right:-15px}#onetrust-pc-sdk .ot-fltr-cntr{float:right;right:50px;position:relative}#onetrust-pc-sdk #filter-btn-handler{background-color:#3860be;border-radius:17px;display:inline-block;position:relative;width:32px;height:32px;-moz-transition:.1s ease;-o-transition:.1s ease;-webkit-transition:1s ease;transition:.1s ease;padding:0;margin:0}#onetrust-pc-sdk #filter-btn-handler:hover{background-color:#3860be}#onetrust-pc-sdk #filter-btn-handler svg{width:12px;height:12px;margin:3px 10px 0 10px;display:block;position:static;right:auto;top:auto}#onetrust-pc-sdk .ot-ven-link,#onetrust-pc-sdk .ot-ven-legclaim-link{color:#3860be;text-decoration:none;font-weight:100;display:inline-block;padding-top:10px;transform:translate(0, 1%);-o-transform:translate(0, 1%);-ms-transform:translate(0, 1%);-webkit-transform:translate(0, 1%);position:relative;z-index:2}#onetrust-pc-sdk .ot-ven-link *,#onetrust-pc-sdk .ot-ven-legclaim-link *{font-size:inherit}#onetrust-pc-sdk .ot-ven-link:hover,#onetrust-pc-sdk .ot-ven-legclaim-link:hover{text-decoration:underline}#onetrust-pc-sdk .ot-ven-hdr{width:calc(100% - 160px);height:auto;float:left;word-break:break-word;word-wrap:break-word;vertical-align:middle;padding-bottom:3px}#onetrust-pc-sdk .ot-ven-link,#onetrust-pc-sdk .ot-ven-legclaim-link{letter-spacing:.03em;font-size:.75em;font-weight:400}#onetrust-pc-sdk .ot-ven-dets{border-radius:2px;background-color:#f8f8f8}#onetrust-pc-sdk .ot-ven-dets li:first-child p:first-child{border-top:none}#onetrust-pc-sdk .ot-ven-dets .ot-ven-disc:not(:first-child){border-top:1px solid #ddd !important}#onetrust-pc-sdk .ot-ven-dets .ot-ven-disc:nth-child(n+3) p{display:inline-block}#onetrust-pc-sdk .ot-ven-dets .ot-ven-disc:nth-child(n+3) p:nth-of-type(odd){width:30%}#onetrust-pc-sdk .ot-ven-dets .ot-ven-disc:nth-child(n+3) p:nth-of-type(even){width:50%;word-break:break-word;word-wrap:break-word}#onetrust-pc-sdk .ot-ven-dets .ot-ven-disc p,#onetrust-pc-sdk .ot-ven-dets .ot-ven-disc h4{padding-top:5px;padding-bottom:5px;display:block}#onetrust-pc-sdk .ot-ven-dets .ot-ven-disc h4{display:inline-block}#onetrust-pc-sdk .ot-ven-dets .ot-ven-disc p:nth-last-child(-n+1){padding-bottom:10px}#onetrust-pc-sdk .ot-ven-dets .ot-ven-disc p:nth-child(-n+2):not(.disc-pur){padding-top:10px}#onetrust-pc-sdk .ot-ven-dets .ot-ven-disc .disc-pur-cont{display:inline}#onetrust-pc-sdk .ot-ven-dets .ot-ven-disc .disc-pur{position:relative;width:50% !important;word-break:break-word;word-wrap:break-word;left:calc(30% + 17px)}#onetrust-pc-sdk .ot-ven-dets .ot-ven-disc .disc-pur:nth-child(-n+1){position:static}#onetrust-pc-sdk .ot-ven-dets p,#onetrust-pc-sdk .ot-ven-dets h4,#onetrust-pc-sdk .ot-ven-dets span{font-size:.69em;text-align:left;vertical-align:middle;word-break:break-word;word-wrap:break-word;margin:0;padding-bottom:10px;padding-left:15px;color:#2e3644}#onetrust-pc-sdk .ot-ven-dets h4{padding-top:5px}#onetrust-pc-sdk .ot-ven-dets span{color:dimgray;padding:0;vertical-align:baseline}#onetrust-pc-sdk .ot-ven-dets .ot-ven-pur h4{border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;padding-bottom:5px;margin-bottom:5px;font-weight:bold}#onetrust-pc-sdk #ot-host-lst .ot-sel-all{float:right;position:relative;margin-right:42px;top:10px}#onetrust-pc-sdk #ot-host-lst .ot-sel-all input[type=checkbox]{width:auto;height:auto}#onetrust-pc-sdk #ot-host-lst .ot-sel-all label{height:20px;width:20px;padding-left:0px}#onetrust-pc-sdk #ot-host-lst .ot-acc-txt{overflow:hidden;width:95%}#onetrust-pc-sdk .ot-host-hdr{position:relative;z-index:1;pointer-events:none;width:calc(100% - 125px);float:left}#onetrust-pc-sdk .ot-host-name,#onetrust-pc-sdk .ot-host-desc{display:inline-block;width:90%}#onetrust-pc-sdk .ot-host-name{pointer-events:none}#onetrust-pc-sdk .ot-host-hdr>a{text-decoration:underline;font-size:.82em;position:relative;z-index:2;float:left;margin-bottom:5px;pointer-events:initial}#onetrust-pc-sdk .ot-host-name+a{margin-top:5px}#onetrust-pc-sdk .ot-host-name,#onetrust-pc-sdk .ot-host-name a,#onetrust-pc-sdk .ot-host-desc,#onetrust-pc-sdk .ot-host-info{color:dimgray;word-break:break-word;word-wrap:break-word}#onetrust-pc-sdk .ot-host-name,#onetrust-pc-sdk .ot-host-name a{font-weight:bold;font-size:.82em;line-height:1.3}#onetrust-pc-sdk .ot-host-name a{font-size:1em}#onetrust-pc-sdk .ot-host-expand{margin-top:3px;margin-bottom:3px;clear:both;display:block;color:#3860be;font-size:.72em;font-weight:normal}#onetrust-pc-sdk .ot-host-expand *{font-size:inherit}#onetrust-pc-sdk .ot-host-desc,#onetrust-pc-sdk .ot-host-info{font-size:.688em;line-height:1.4;font-weight:normal}#onetrust-pc-sdk .ot-host-desc{margin-top:10px}#onetrust-pc-sdk .ot-host-opt{margin:0;font-size:inherit;display:inline-block;width:100%}#onetrust-pc-sdk .ot-host-opt li>div div{font-size:.8em;padding:5px 0}#onetrust-pc-sdk .ot-host-opt li>div div:nth-child(1){width:30%;float:left}#onetrust-pc-sdk .ot-host-opt li>div div:nth-child(2){width:70%;float:left;word-break:break-word;word-wrap:break-word}#onetrust-pc-sdk .ot-host-info{border:none;display:inline-block;width:calc(100% - 10px);padding:10px;margin-bottom:10px;background-color:#f8f8f8}#onetrust-pc-sdk .ot-host-info>div{overflow:auto}#onetrust-pc-sdk #no-results{text-align:center;margin-top:30px}#onetrust-pc-sdk #no-results p{font-size:1em;color:#2e3644;word-break:break-word;word-wrap:break-word}#onetrust-pc-sdk #no-results p span{font-weight:bold}#onetrust-pc-sdk #ot-fltr-modal{width:100%;height:auto;display:none;-moz-transition:.2s ease;-o-transition:.2s ease;-webkit-transition:2s ease;transition:.2s ease;overflow:hidden;opacity:1;right:0}#onetrust-pc-sdk #ot-fltr-modal .ot-label-txt{display:inline-block;font-size:.85em;color:dimgray}#onetrust-pc-sdk #ot-fltr-cnt{z-index:2147483646;background-color:#fff;position:absolute;height:90%;max-height:300px;width:325px;left:210px;margin-top:10px;margin-bottom:20px;padding-right:10px;border-radius:3px;-webkit-box-shadow:0px 0px 12px 2px #c7c5c7;-moz-box-shadow:0px 0px 12px 2px #c7c5c7;box-shadow:0px 0px 12px 2px #c7c5c7}#onetrust-pc-sdk .ot-fltr-scrlcnt{overflow-y:auto;overflow-x:hidden;clear:both;max-height:calc(100% - 60px)}#onetrust-pc-sdk #ot-anchor{border:12px solid rgba(0,0,0,0);display:none;position:absolute;z-index:2147483647;right:55px;top:75px;transform:rotate(45deg);-o-transform:rotate(45deg);-ms-transform:rotate(45deg);-webkit-transform:rotate(45deg);background-color:#fff;-webkit-box-shadow:-3px -3px 5px -2px #c7c5c7;-moz-box-shadow:-3px -3px 5px -2px #c7c5c7;box-shadow:-3px -3px 5px -2px #c7c5c7}#onetrust-pc-sdk .ot-fltr-btns{margin-left:15px}#onetrust-pc-sdk #filter-apply-handler{margin-right:15px}#onetrust-pc-sdk .ot-fltr-opt{margin-bottom:25px;margin-left:15px;width:75%;position:relative}#onetrust-pc-sdk .ot-fltr-opt p{display:inline-block;margin:0;font-size:.9em;color:#2e3644}#onetrust-pc-sdk .ot-chkbox label span{font-size:.85em;color:dimgray}#onetrust-pc-sdk .ot-chkbox input[type=checkbox]+label::after{content:none;color:#fff}#onetrust-pc-sdk .ot-chkbox input[type=checkbox]:checked+label::after{content:\"\"}#onetrust-pc-sdk .ot-chkbox input[type=checkbox]:focus+label::before{outline-style:solid;outline-width:2px;outline-style:auto}#onetrust-pc-sdk #ot-selall-vencntr,#onetrust-pc-sdk #ot-selall-adtlvencntr,#onetrust-pc-sdk #ot-selall-hostcntr,#onetrust-pc-sdk #ot-selall-licntr,#onetrust-pc-sdk #ot-selall-gnvencntr{right:15px;position:relative;width:20px;height:20px;float:right}#onetrust-pc-sdk #ot-selall-vencntr label,#onetrust-pc-sdk #ot-selall-adtlvencntr label,#onetrust-pc-sdk #ot-selall-hostcntr label,#onetrust-pc-sdk #ot-selall-licntr label,#onetrust-pc-sdk #ot-selall-gnvencntr label{float:left;padding-left:0}#onetrust-pc-sdk #ot-ven-lst:first-child{border-top:1px solid #e2e2e2}#onetrust-pc-sdk ul{list-style:none;padding:0}#onetrust-pc-sdk ul li{position:relative;margin:0;padding:15px 15px 15px 10px;border-bottom:1px solid #e2e2e2}#onetrust-pc-sdk ul li h3{font-size:.75em;color:#656565;margin:0;display:inline-block;width:70%;height:auto;word-break:break-word;word-wrap:break-word}#onetrust-pc-sdk ul li p{margin:0;font-size:.7em}#onetrust-pc-sdk ul li input[type=checkbox]{position:absolute;cursor:pointer;width:100%;height:100%;opacity:0;margin:0;top:0;left:0}#onetrust-pc-sdk .ot-cat-item>button:focus,#onetrust-pc-sdk .ot-acc-cntr>button:focus,#onetrust-pc-sdk li>button:focus{outline:#000 solid 2px}#onetrust-pc-sdk .ot-cat-item>button,#onetrust-pc-sdk .ot-acc-cntr>button,#onetrust-pc-sdk li>button{position:absolute;cursor:pointer;width:100%;height:100%;margin:0;top:0;left:0;z-index:1;max-width:none;border:none}#onetrust-pc-sdk .ot-cat-item>button[aria-expanded=false]~.ot-acc-txt,#onetrust-pc-sdk .ot-acc-cntr>button[aria-expanded=false]~.ot-acc-txt,#onetrust-pc-sdk li>button[aria-expanded=false]~.ot-acc-txt{margin-top:0;max-height:0;opacity:0;overflow:hidden;width:100%;transition:.25s ease-out;display:none}#onetrust-pc-sdk .ot-cat-item>button[aria-expanded=true]~.ot-acc-txt,#onetrust-pc-sdk .ot-acc-cntr>button[aria-expanded=true]~.ot-acc-txt,#onetrust-pc-sdk li>button[aria-expanded=true]~.ot-acc-txt{transition:.1s ease-in;margin-top:10px;width:100%;overflow:auto;display:block}#onetrust-pc-sdk .ot-cat-item>button[aria-expanded=true]~.ot-acc-grpcntr,#onetrust-pc-sdk .ot-acc-cntr>button[aria-expanded=true]~.ot-acc-grpcntr,#onetrust-pc-sdk li>button[aria-expanded=true]~.ot-acc-grpcntr{width:auto;margin-top:0px;padding-bottom:10px}#onetrust-pc-sdk .ot-host-item>button:focus,#onetrust-pc-sdk .ot-ven-item>button:focus{outline:0;border:2px solid #000}#onetrust-pc-sdk .ot-hide-acc>button{pointer-events:none}#onetrust-pc-sdk .ot-hide-acc .ot-plus-minus>*,#onetrust-pc-sdk .ot-hide-acc .ot-arw-cntr>*{visibility:hidden}#onetrust-pc-sdk .ot-hide-acc .ot-acc-hdr{min-height:30px}#onetrust-pc-sdk.ot-addtl-vendors #ot-lst-cnt:not(.ot-host-cnt){padding-right:10px;width:calc(100% - 37px);margin-top:10px;max-height:calc(100% - 90px)}#onetrust-pc-sdk.ot-addtl-vendors #ot-lst-cnt:not(.ot-host-cnt) #ot-sel-blk{background-color:#f9f9fc;border:1px solid #e2e2e2;width:calc(100% - 2px);padding-bottom:5px;padding-top:5px}#onetrust-pc-sdk.ot-addtl-vendors #ot-lst-cnt:not(.ot-host-cnt) #ot-sel-blk.ot-vnd-list-cnt{border:unset;background-color:unset}#onetrust-pc-sdk.ot-addtl-vendors #ot-lst-cnt:not(.ot-host-cnt) #ot-sel-blk.ot-vnd-list-cnt .ot-sel-all-hdr{display:none}#onetrust-pc-sdk.ot-addtl-vendors #ot-lst-cnt:not(.ot-host-cnt) #ot-sel-blk.ot-vnd-list-cnt .ot-sel-all{padding-right:.5rem}#onetrust-pc-sdk.ot-addtl-vendors #ot-lst-cnt:not(.ot-host-cnt) #ot-sel-blk.ot-vnd-list-cnt .ot-sel-all .ot-chkbox{right:0}#onetrust-pc-sdk.ot-addtl-vendors #ot-lst-cnt:not(.ot-host-cnt) .ot-sel-all{padding-right:34px}#onetrust-pc-sdk.ot-addtl-vendors #ot-lst-cnt:not(.ot-host-cnt) .ot-sel-all-chkbox{width:auto}#onetrust-pc-sdk.ot-addtl-vendors #ot-lst-cnt:not(.ot-host-cnt) ul li{border:1px solid #e2e2e2;margin-bottom:10px}#onetrust-pc-sdk.ot-addtl-vendors #ot-lst-cnt:not(.ot-host-cnt) .ot-acc-cntr>.ot-acc-hdr{padding:10px 0 10px 15px}#onetrust-pc-sdk.ot-addtl-vendors .ot-sel-all-chkbox{float:right}#onetrust-pc-sdk.ot-addtl-vendors .ot-plus-minus~.ot-sel-all-chkbox{right:34px}#onetrust-pc-sdk.ot-addtl-vendors #ot-ven-lst:first-child{border-top:none}#onetrust-pc-sdk .ot-acc-cntr{position:relative;border-left:1px solid #e2e2e2;border-right:1px solid #e2e2e2;border-bottom:1px solid #e2e2e2}#onetrust-pc-sdk .ot-acc-cntr input{z-index:1}#onetrust-pc-sdk .ot-acc-cntr>.ot-acc-hdr{background-color:#f9f9fc;padding:5px 0 5px 15px;width:auto}#onetrust-pc-sdk .ot-acc-cntr>.ot-acc-hdr .ot-plus-minus{vertical-align:middle;top:auto}#onetrust-pc-sdk .ot-acc-cntr>.ot-acc-hdr .ot-arw-cntr{right:10px}#onetrust-pc-sdk .ot-acc-cntr>.ot-acc-hdr input{z-index:2}#onetrust-pc-sdk .ot-acc-cntr.ot-add-tech .ot-acc-hdr{padding:10px 0 10px 15px}#onetrust-pc-sdk .ot-acc-cntr>input[type=checkbox]:checked~.ot-acc-hdr{border-bottom:1px solid #e2e2e2}#onetrust-pc-sdk .ot-acc-cntr>.ot-acc-txt{padding-left:10px;padding-right:10px}#onetrust-pc-sdk .ot-acc-cntr button[aria-expanded=true]~.ot-acc-txt{width:auto}#onetrust-pc-sdk .ot-acc-cntr .ot-addtl-venbox{display:none}#onetrust-pc-sdk .ot-vlst-cntr{margin-bottom:0;width:100%}#onetrust-pc-sdk .ot-vensec-title{font-size:.813em;vertical-align:middle;display:inline-block}#onetrust-pc-sdk .category-vendors-list-handler,#onetrust-pc-sdk .category-vendors-list-handler+a{margin-left:0;margin-top:10px}#onetrust-pc-sdk #ot-selall-vencntr.line-through label::after,#onetrust-pc-sdk #ot-selall-adtlvencntr.line-through label::after,#onetrust-pc-sdk #ot-selall-licntr.line-through label::after,#onetrust-pc-sdk #ot-selall-hostcntr.line-through label::after,#onetrust-pc-sdk #ot-selall-gnvencntr.line-through label::after{height:auto;border-left:0;transform:none;-o-transform:none;-ms-transform:none;-webkit-transform:none;left:5px;top:9px}#onetrust-pc-sdk #ot-category-title{float:left;padding-bottom:10px;font-size:1em;width:100%}#onetrust-pc-sdk .ot-cat-grp{margin-top:10px}#onetrust-pc-sdk .ot-cat-item{line-height:1.1;margin-top:10px;display:inline-block;width:100%}#onetrust-pc-sdk .ot-btn-container{text-align:right}#onetrust-pc-sdk .ot-btn-container button{display:inline-block;font-size:.75em;letter-spacing:.08em;margin-top:19px}#onetrust-pc-sdk #close-pc-btn-handler.ot-close-icon{position:absolute;top:10px;right:0;z-index:1;padding:0;background-color:rgba(0,0,0,0);border:none}#onetrust-pc-sdk #close-pc-btn-handler.ot-close-icon svg{display:block;height:10px;width:10px}#onetrust-pc-sdk #clear-filters-handler{margin-top:20px;margin-bottom:10px;float:right;max-width:200px;text-decoration:none;color:#3860be;font-size:.9em;font-weight:bold;background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0);padding:1px}#onetrust-pc-sdk #clear-filters-handler:hover{color:#2285f7}#onetrust-pc-sdk #clear-filters-handler:focus{outline:#000 solid 1px}#onetrust-pc-sdk .ot-enbl-chr h4~.ot-tgl,#onetrust-pc-sdk .ot-enbl-chr h4~.ot-always-active{right:45px}#onetrust-pc-sdk .ot-enbl-chr h4~.ot-tgl+.ot-tgl{right:120px}#onetrust-pc-sdk .ot-enbl-chr .ot-pli-hdr.ot-leg-border-color span:first-child{width:90px}#onetrust-pc-sdk .ot-enbl-chr li.ot-subgrp>h5+.ot-tgl-cntr{padding-right:25px}#onetrust-pc-sdk .ot-plus-minus{width:20px;height:20px;font-size:1.5em;position:relative;display:inline-block;margin-right:5px;top:3px}#onetrust-pc-sdk .ot-plus-minus span{position:absolute;background:#27455c;border-radius:1px}#onetrust-pc-sdk .ot-plus-minus span:first-of-type{top:25%;bottom:25%;width:10%;left:45%}#onetrust-pc-sdk .ot-plus-minus span:last-of-type{left:25%;right:25%;height:10%;top:45%}#onetrust-pc-sdk button[aria-expanded=true]~.ot-acc-hdr .ot-arw,#onetrust-pc-sdk button[aria-expanded=true]~.ot-acc-hdr .ot-plus-minus span:first-of-type,#onetrust-pc-sdk button[aria-expanded=true]~.ot-acc-hdr .ot-plus-minus span:last-of-type{transform:rotate(90deg)}#onetrust-pc-sdk button[aria-expanded=true]~.ot-acc-hdr .ot-plus-minus span:last-of-type{left:50%;right:50%}#onetrust-pc-sdk #ot-selall-vencntr label,#onetrust-pc-sdk #ot-selall-adtlvencntr label,#onetrust-pc-sdk #ot-selall-hostcntr label,#onetrust-pc-sdk #ot-selall-licntr label{position:relative;display:inline-block;width:20px;height:20px}#onetrust-pc-sdk .ot-host-item .ot-plus-minus,#onetrust-pc-sdk .ot-ven-item .ot-plus-minus{float:left;margin-right:8px;top:10px}#onetrust-pc-sdk .ot-ven-item ul{list-style:none inside;font-size:100%;margin:0}#onetrust-pc-sdk .ot-ven-item ul li{margin:0 !important;padding:0;border:none !important}#onetrust-pc-sdk .ot-pli-hdr{color:#77808e;overflow:hidden;padding-top:7.5px;padding-bottom:7.5px;width:calc(100% - 2px);border-top-left-radius:3px;border-top-right-radius:3px}#onetrust-pc-sdk .ot-pli-hdr span:first-child{top:50%;transform:translateY(50%);max-width:90px}#onetrust-pc-sdk .ot-pli-hdr span:last-child{padding-right:10px;max-width:95px;text-align:center}#onetrust-pc-sdk .ot-li-title{float:right;font-size:.813em}#onetrust-pc-sdk .ot-pli-hdr.ot-leg-border-color{background-color:#f4f4f4;border:1px solid #d8d8d8}#onetrust-pc-sdk .ot-pli-hdr.ot-leg-border-color span:first-child{text-align:left;width:70px}#onetrust-pc-sdk li.ot-subgrp>h5,#onetrust-pc-sdk .ot-cat-header{width:calc(100% - 130px)}#onetrust-pc-sdk li.ot-subgrp>h5+.ot-tgl-cntr{padding-left:13px}#onetrust-pc-sdk .ot-acc-grpcntr .ot-acc-grpdesc{margin-bottom:5px}#onetrust-pc-sdk .ot-acc-grpcntr .ot-subgrp-cntr{border-top:1px solid #d8d8d8}#onetrust-pc-sdk .ot-acc-grpcntr .ot-vlst-cntr+.ot-subgrp-cntr{border-top:none}#onetrust-pc-sdk .ot-acc-hdr .ot-arw-cntr+.ot-tgl-cntr,#onetrust-pc-sdk .ot-acc-txt h4+.ot-tgl-cntr{padding-left:13px}#onetrust-pc-sdk .ot-pli-hdr~.ot-cat-item .ot-subgrp>h5,#onetrust-pc-sdk .ot-pli-hdr~.ot-cat-item .ot-cat-header{width:calc(100% - 145px)}#onetrust-pc-sdk .ot-pli-hdr~.ot-cat-item h5+.ot-tgl-cntr,#onetrust-pc-sdk .ot-pli-hdr~.ot-cat-item .ot-cat-header+.ot-tgl{padding-left:28px}#onetrust-pc-sdk .ot-sel-all-hdr,#onetrust-pc-sdk .ot-sel-all-chkbox{display:inline-block;width:100%;position:relative}#onetrust-pc-sdk .ot-sel-all-chkbox{z-index:1}#onetrust-pc-sdk .ot-sel-all{margin:0;position:relative;padding-right:23px;float:right}#onetrust-pc-sdk .ot-consent-hdr,#onetrust-pc-sdk .ot-li-hdr{float:right;font-size:.812em;line-height:normal;text-align:center;word-break:break-word;word-wrap:break-word}#onetrust-pc-sdk .ot-li-hdr{max-width:100px;padding-right:10px}#onetrust-pc-sdk .ot-consent-hdr{max-width:55px}#onetrust-pc-sdk #ot-selall-licntr{display:block;width:21px;height:auto;float:right;position:relative;right:80px}#onetrust-pc-sdk #ot-selall-licntr label{position:absolute}#onetrust-pc-sdk .ot-ven-ctgl{margin-left:66px}#onetrust-pc-sdk .ot-ven-litgl+.ot-arw-cntr{margin-left:81px}#onetrust-pc-sdk .ot-enbl-chr .ot-host-cnt .ot-tgl-cntr{width:auto}#onetrust-pc-sdk #ot-lst-cnt:not(.ot-host-cnt) .ot-tgl-cntr{width:auto;top:auto;height:20px}#onetrust-pc-sdk #ot-lst-cnt .ot-chkbox{position:relative;display:inline-block;width:20px;height:20px}#onetrust-pc-sdk #ot-lst-cnt .ot-chkbox label{position:absolute;padding:0;width:20px;height:20px}#onetrust-pc-sdk #ot-lst-cnt .ot-vnd-info-cntr{border:1px solid #d8d8d8;padding:.75rem 2rem;padding-bottom:0;width:auto;margin-top:.5rem}#onetrust-pc-sdk .ot-acc-grpdesc+.ot-leg-btn-container{padding-left:20px;padding-right:20px;width:calc(100% - 40px);margin-bottom:5px}#onetrust-pc-sdk .ot-subgrp .ot-leg-btn-container{margin-bottom:5px}#onetrust-pc-sdk #ot-ven-lst .ot-leg-btn-container{margin-top:10px}#onetrust-pc-sdk .ot-leg-btn-container{display:inline-block;width:100%;margin-bottom:10px}#onetrust-pc-sdk .ot-leg-btn-container button{height:auto;padding:6.5px 8px;margin-bottom:0;letter-spacing:0;font-size:.75em;line-height:normal}#onetrust-pc-sdk .ot-leg-btn-container svg{display:none;height:14px;width:14px;padding-right:5px;vertical-align:sub}#onetrust-pc-sdk .ot-active-leg-btn{cursor:default;pointer-events:none}#onetrust-pc-sdk .ot-active-leg-btn svg{display:inline-block}#onetrust-pc-sdk .ot-remove-objection-handler{text-decoration:underline;padding:0;font-size:.75em;font-weight:600;line-height:1;padding-left:10px}#onetrust-pc-sdk .ot-obj-leg-btn-handler span{font-weight:bold;text-align:center;font-size:inherit;line-height:1.5}#onetrust-pc-sdk.ot-close-btn-link #close-pc-btn-handler{border:none;height:auto;line-height:1.5;text-decoration:underline;font-size:.69em;background:none;right:15px;top:15px;width:auto;font-weight:normal}#onetrust-pc-sdk .ot-pgph-link{font-size:.813em !important;margin-top:5px;position:relative}#onetrust-pc-sdk .ot-pgph-link.ot-pgph-link-subgroup{margin-bottom:1rem}#onetrust-pc-sdk .ot-pgph-contr{margin:0 2.5rem}#onetrust-pc-sdk .ot-pgph-title{font-size:1.18rem;margin-bottom:2rem}#onetrust-pc-sdk .ot-pgph-desc{font-size:1rem;font-weight:400;margin-bottom:2rem;line-height:1.5rem}#onetrust-pc-sdk .ot-pgph-desc:not(:last-child):after{content:\"\";width:96%;display:block;margin:0 auto;padding-bottom:2rem;border-bottom:1px solid #e9e9e9}#onetrust-pc-sdk .ot-cat-header{float:left;font-weight:600;font-size:.875em;line-height:1.5;max-width:90%;vertical-align:middle}#onetrust-pc-sdk .ot-vnd-item>button:focus{outline:#000 solid 2px}#onetrust-pc-sdk .ot-vnd-item>button{position:absolute;cursor:pointer;width:100%;height:100%;margin:0;top:0;left:0;z-index:1;max-width:none;border:none}#onetrust-pc-sdk .ot-vnd-item>button[aria-expanded=false]~.ot-acc-txt{margin-top:0;max-height:0;opacity:0;overflow:hidden;width:100%;transition:.25s ease-out;display:none}#onetrust-pc-sdk .ot-vnd-item>button[aria-expanded=true]~.ot-acc-txt{transition:.1s ease-in;margin-top:10px;width:100%;overflow:auto;display:block}#onetrust-pc-sdk .ot-vnd-item>button[aria-expanded=true]~.ot-acc-grpcntr{width:auto;margin-top:0px;padding-bottom:10px}#onetrust-pc-sdk .ot-accordion-layout.ot-cat-item{position:relative;border-radius:2px;margin:0;padding:0;border:1px solid #d8d8d8;border-top:none;width:calc(100% - 2px);float:left}#onetrust-pc-sdk .ot-accordion-layout.ot-cat-item:first-of-type{margin-top:10px;border-top:1px solid #d8d8d8}#onetrust-pc-sdk .ot-accordion-layout .ot-acc-grpdesc{padding-left:20px;padding-right:20px;width:calc(100% - 40px);font-size:.812em;margin-bottom:10px;margin-top:15px}#onetrust-pc-sdk .ot-accordion-layout .ot-acc-grpdesc>ul{padding-top:10px}#onetrust-pc-sdk .ot-accordion-layout .ot-acc-grpdesc>ul li{padding-top:0;line-height:1.5;padding-bottom:10px}#onetrust-pc-sdk .ot-accordion-layout div+.ot-acc-grpdesc{margin-top:5px}#onetrust-pc-sdk .ot-accordion-layout .ot-vlst-cntr:first-child{margin-top:10px}#onetrust-pc-sdk .ot-accordion-layout .ot-vlst-cntr:last-child,#onetrust-pc-sdk .ot-accordion-layout .ot-hlst-cntr:last-child{margin-bottom:5px}#onetrust-pc-sdk .ot-accordion-layout .ot-acc-hdr{padding-top:11.5px;padding-bottom:11.5px;padding-left:20px;padding-right:20px;width:calc(100% - 40px);display:inline-block}#onetrust-pc-sdk .ot-accordion-layout .ot-acc-txt{width:100%;padding:0}#onetrust-pc-sdk .ot-accordion-layout .ot-subgrp-cntr{padding-left:20px;padding-right:15px;padding-bottom:0;width:calc(100% - 35px)}#onetrust-pc-sdk .ot-accordion-layout .ot-subgrp{padding-right:5px}#onetrust-pc-sdk .ot-accordion-layout .ot-acc-grpcntr{z-index:1;position:relative}#onetrust-pc-sdk .ot-accordion-layout .ot-cat-header+.ot-arw-cntr{position:absolute;top:50%;transform:translateY(-50%);right:20px;margin-top:-2px}#onetrust-pc-sdk .ot-accordion-layout .ot-cat-header+.ot-arw-cntr .ot-arw{width:15px;height:20px;margin-left:5px;color:dimgray}#onetrust-pc-sdk .ot-accordion-layout .ot-cat-header{float:none;color:#2e3644;margin:0;display:inline-block;height:auto;word-wrap:break-word;min-height:inherit}#onetrust-pc-sdk .ot-accordion-layout .ot-vlst-cntr,#onetrust-pc-sdk .ot-accordion-layout .ot-hlst-cntr{padding-left:20px;width:calc(100% - 20px);display:inline-block;margin-top:0;padding-bottom:2px}#onetrust-pc-sdk .ot-accordion-layout .ot-acc-hdr{position:relative;min-height:25px}#onetrust-pc-sdk .ot-accordion-layout h4~.ot-tgl,#onetrust-pc-sdk .ot-accordion-layout h4~.ot-always-active{position:absolute;top:50%;transform:translateY(-50%);right:20px}#onetrust-pc-sdk .ot-accordion-layout h4~.ot-tgl+.ot-tgl{right:95px}#onetrust-pc-sdk .ot-accordion-layout .category-vendors-list-handler,#onetrust-pc-sdk .ot-accordion-layout .category-vendors-list-handler+a{margin-top:5px}#onetrust-pc-sdk #ot-lst-cnt{margin-top:1rem;max-height:calc(100% - 96px)}#onetrust-pc-sdk #ot-lst-cnt .ot-vnd-info-cntr{border:1px solid #d8d8d8;padding:.75rem 2rem;padding-bottom:0;width:auto;margin-top:.5rem}#onetrust-pc-sdk #ot-lst-cnt .ot-vnd-info{margin-bottom:1rem;padding-left:.75rem;padding-right:.75rem;display:flex;flex-direction:column}#onetrust-pc-sdk #ot-lst-cnt .ot-vnd-info[data-vnd-info-key*=DPOEmail]{border-top:1px solid #d8d8d8;padding-top:1rem}#onetrust-pc-sdk #ot-lst-cnt .ot-vnd-info[data-vnd-info-key*=DPOLink]{border-bottom:1px solid #d8d8d8;padding-bottom:1rem}#onetrust-pc-sdk #ot-lst-cnt .ot-vnd-info .ot-vnd-lbl{font-weight:bold;font-size:.85em;margin-bottom:.5rem}#onetrust-pc-sdk #ot-lst-cnt .ot-vnd-info .ot-vnd-cnt{margin-left:.5rem;font-weight:500;font-size:.85rem}#onetrust-pc-sdk .ot-vs-list,#onetrust-pc-sdk .ot-vnd-serv{width:auto;padding:1rem 1.25rem;padding-bottom:0}#onetrust-pc-sdk .ot-vs-list .ot-vnd-serv-hdr-cntr,#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-serv-hdr-cntr{padding-bottom:.75rem;border-bottom:1px solid #d8d8d8}#onetrust-pc-sdk .ot-vs-list .ot-vnd-serv-hdr-cntr .ot-vnd-serv-hdr,#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-serv-hdr-cntr .ot-vnd-serv-hdr{font-weight:600;font-size:.95em;line-height:2;margin-left:.5rem}#onetrust-pc-sdk .ot-vs-list .ot-vnd-item,#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item{border:none;margin:0;padding:0}#onetrust-pc-sdk .ot-vs-list .ot-vnd-item button,#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item button{outline:none;border-bottom:1px solid #d8d8d8}#onetrust-pc-sdk .ot-vs-list .ot-vnd-item button[aria-expanded=true],#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item button[aria-expanded=true]{border-bottom:none}#onetrust-pc-sdk .ot-vs-list .ot-vnd-item:first-child,#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item:first-child{margin-top:.25rem;border-top:unset}#onetrust-pc-sdk .ot-vs-list .ot-vnd-item:last-child,#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item:last-child{margin-bottom:.5rem}#onetrust-pc-sdk .ot-vs-list .ot-vnd-item:last-child button,#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item:last-child button{border-bottom:none}#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-vnd-info-cntr,#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-vnd-info-cntr{border:1px solid #d8d8d8;padding:.75rem 1.75rem;padding-bottom:0;width:auto;margin-top:.5rem}#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-vnd-info,#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-vnd-info{margin-bottom:1rem;padding-left:.75rem;padding-right:.75rem;display:flex;flex-direction:column}#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-vnd-info[data-vnd-info-key*=DPOEmail],#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-vnd-info[data-vnd-info-key*=DPOEmail]{border-top:1px solid #d8d8d8;padding-top:1rem}#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-vnd-info[data-vnd-info-key*=DPOLink],#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-vnd-info[data-vnd-info-key*=DPOLink]{border-bottom:1px solid #d8d8d8;padding-bottom:1rem}#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-vnd-info .ot-vnd-lbl,#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-vnd-info .ot-vnd-lbl{font-weight:bold;font-size:.85em;margin-bottom:.5rem}#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-vnd-info .ot-vnd-cnt,#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-vnd-info .ot-vnd-cnt{margin-left:.5rem;font-weight:500;font-size:.85rem}#onetrust-pc-sdk .ot-vs-list.ot-vnd-subgrp-cnt,#onetrust-pc-sdk .ot-vnd-serv.ot-vnd-subgrp-cnt{padding-left:40px}#onetrust-pc-sdk .ot-vs-list.ot-vnd-subgrp-cnt .ot-vnd-serv-hdr-cntr .ot-vnd-serv-hdr,#onetrust-pc-sdk .ot-vnd-serv.ot-vnd-subgrp-cnt .ot-vnd-serv-hdr-cntr .ot-vnd-serv-hdr{font-size:.8em}#onetrust-pc-sdk .ot-vs-list.ot-vnd-subgrp-cnt .ot-cat-header,#onetrust-pc-sdk .ot-vnd-serv.ot-vnd-subgrp-cnt .ot-cat-header{font-size:.8em}#onetrust-pc-sdk .ot-subgrp-cntr .ot-vnd-serv{margin-bottom:1rem;padding:1rem .95rem}#onetrust-pc-sdk .ot-subgrp-cntr .ot-vnd-serv .ot-vnd-serv-hdr-cntr{padding-bottom:.75rem;border-bottom:1px solid #d8d8d8}#onetrust-pc-sdk .ot-subgrp-cntr .ot-vnd-serv .ot-vnd-serv-hdr-cntr .ot-vnd-serv-hdr{font-weight:700;font-size:.8em;line-height:20px;margin-left:.82rem}#onetrust-pc-sdk .ot-subgrp-cntr .ot-cat-header{font-weight:700;font-size:.8em;line-height:20px}#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps .ot-vnd-serv .ot-vnd-lst-cont .ot-accordion-layout .ot-acc-hdr div.ot-chkbox{margin-left:.82rem}#onetrust-pc-sdk .ot-vs-config .ot-acc-hdr,#onetrust-pc-sdk ul.ot-subgrps .ot-acc-hdr,#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps .ot-acc-hdr,#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-acc-hdr,#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-acc-hdr,#onetrust-pc-sdk #ot-pc-lst .ot-vs-list .ot-vnd-item .ot-acc-hdr,#onetrust-pc-sdk .ot-accordion-layout.ot-checkbox-consent .ot-acc-hdr{padding:.7rem 0;margin:0;display:flex;width:100%;align-items:center;justify-content:space-between}#onetrust-pc-sdk .ot-vs-config .ot-acc-hdr div:first-child,#onetrust-pc-sdk ul.ot-subgrps .ot-acc-hdr div:first-child,#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps .ot-acc-hdr div:first-child,#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-acc-hdr div:first-child,#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-acc-hdr div:first-child,#onetrust-pc-sdk #ot-pc-lst .ot-vs-list .ot-vnd-item .ot-acc-hdr div:first-child,#onetrust-pc-sdk .ot-accordion-layout.ot-checkbox-consent .ot-acc-hdr div:first-child{margin-left:.5rem}#onetrust-pc-sdk .ot-vs-config .ot-acc-hdr div:last-child,#onetrust-pc-sdk ul.ot-subgrps .ot-acc-hdr div:last-child,#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps .ot-acc-hdr div:last-child,#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-acc-hdr div:last-child,#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-acc-hdr div:last-child,#onetrust-pc-sdk #ot-pc-lst .ot-vs-list .ot-vnd-item .ot-acc-hdr div:last-child,#onetrust-pc-sdk .ot-accordion-layout.ot-checkbox-consent .ot-acc-hdr div:last-child{margin-right:.5rem;margin-left:.5rem}#onetrust-pc-sdk .ot-vs-config .ot-acc-hdr .ot-always-active,#onetrust-pc-sdk ul.ot-subgrps .ot-acc-hdr .ot-always-active,#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps .ot-acc-hdr .ot-always-active,#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-always-active,#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-acc-hdr .ot-always-active,#onetrust-pc-sdk #ot-pc-lst .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-always-active,#onetrust-pc-sdk .ot-accordion-layout.ot-checkbox-consent .ot-acc-hdr .ot-always-active{position:relative;right:unset;top:unset;transform:unset}#onetrust-pc-sdk .ot-vs-config .ot-acc-hdr .ot-plus-minus,#onetrust-pc-sdk ul.ot-subgrps .ot-acc-hdr .ot-plus-minus,#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps .ot-acc-hdr .ot-plus-minus,#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-plus-minus,#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-acc-hdr .ot-plus-minus,#onetrust-pc-sdk #ot-pc-lst .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-plus-minus,#onetrust-pc-sdk .ot-accordion-layout.ot-checkbox-consent .ot-acc-hdr .ot-plus-minus{top:0}#onetrust-pc-sdk .ot-vs-config .ot-acc-hdr .ot-arw-cntr,#onetrust-pc-sdk ul.ot-subgrps .ot-acc-hdr .ot-arw-cntr,#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps .ot-acc-hdr .ot-arw-cntr,#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-arw-cntr,#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-acc-hdr .ot-arw-cntr,#onetrust-pc-sdk #ot-pc-lst .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-arw-cntr,#onetrust-pc-sdk .ot-accordion-layout.ot-checkbox-consent .ot-acc-hdr .ot-arw-cntr{float:none;top:unset;right:unset;transform:unset;margin-top:-2px;position:relative}#onetrust-pc-sdk .ot-vs-config .ot-acc-hdr .ot-cat-header,#onetrust-pc-sdk ul.ot-subgrps .ot-acc-hdr .ot-cat-header,#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps .ot-acc-hdr .ot-cat-header,#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-cat-header,#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-acc-hdr .ot-cat-header,#onetrust-pc-sdk #ot-pc-lst .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-cat-header,#onetrust-pc-sdk .ot-accordion-layout.ot-checkbox-consent .ot-acc-hdr .ot-cat-header{flex:1;margin:0 .5rem}#onetrust-pc-sdk .ot-vs-config .ot-acc-hdr .ot-tgl,#onetrust-pc-sdk ul.ot-subgrps .ot-acc-hdr .ot-tgl,#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps .ot-acc-hdr .ot-tgl,#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-tgl,#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-acc-hdr .ot-tgl,#onetrust-pc-sdk #ot-pc-lst .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-tgl,#onetrust-pc-sdk .ot-accordion-layout.ot-checkbox-consent .ot-acc-hdr .ot-tgl{position:relative;transform:none;right:0;top:0;float:none}#onetrust-pc-sdk .ot-vs-config .ot-acc-hdr .ot-chkbox,#onetrust-pc-sdk ul.ot-subgrps .ot-acc-hdr .ot-chkbox,#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps .ot-acc-hdr .ot-chkbox,#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-chkbox,#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-acc-hdr .ot-chkbox,#onetrust-pc-sdk #ot-pc-lst .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-chkbox,#onetrust-pc-sdk .ot-accordion-layout.ot-checkbox-consent .ot-acc-hdr .ot-chkbox{position:relative;margin:0 .5rem}#onetrust-pc-sdk .ot-vs-config .ot-acc-hdr .ot-chkbox label,#onetrust-pc-sdk ul.ot-subgrps .ot-acc-hdr .ot-chkbox label,#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps .ot-acc-hdr .ot-chkbox label,#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-chkbox label,#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-acc-hdr .ot-chkbox label,#onetrust-pc-sdk #ot-pc-lst .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-chkbox label,#onetrust-pc-sdk .ot-accordion-layout.ot-checkbox-consent .ot-acc-hdr .ot-chkbox label{padding:0}#onetrust-pc-sdk .ot-vs-config .ot-acc-hdr .ot-chkbox label::before,#onetrust-pc-sdk ul.ot-subgrps .ot-acc-hdr .ot-chkbox label::before,#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps .ot-acc-hdr .ot-chkbox label::before,#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-chkbox label::before,#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-acc-hdr .ot-chkbox label::before,#onetrust-pc-sdk #ot-pc-lst .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-chkbox label::before,#onetrust-pc-sdk .ot-accordion-layout.ot-checkbox-consent .ot-acc-hdr .ot-chkbox label::before{position:relative}#onetrust-pc-sdk .ot-vs-config .ot-acc-hdr .ot-chkbox input,#onetrust-pc-sdk ul.ot-subgrps .ot-acc-hdr .ot-chkbox input,#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps .ot-acc-hdr .ot-chkbox input,#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-chkbox input,#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-acc-hdr .ot-chkbox input,#onetrust-pc-sdk #ot-pc-lst .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-chkbox input,#onetrust-pc-sdk .ot-accordion-layout.ot-checkbox-consent .ot-acc-hdr .ot-chkbox input{position:absolute;cursor:pointer;width:100%;height:100%;opacity:0;margin:0;top:0;left:0;z-index:1}#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps li.ot-subgrp .ot-acc-hdr h5.ot-cat-header,#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps li.ot-subgrp .ot-acc-hdr h4.ot-cat-header{margin:0}#onetrust-pc-sdk .ot-vs-config .ot-subgrp-cntr ul.ot-subgrps li.ot-subgrp h5{top:0;line-height:20px}#onetrust-pc-sdk .ot-vs-list{display:flex;flex-direction:column;padding:0;margin:.5rem 4px}#onetrust-pc-sdk .ot-vs-selc-all{display:flex;padding:0;float:unset;align-items:center;justify-content:flex-start}#onetrust-pc-sdk .ot-vs-selc-all.ot-toggle-conf{justify-content:flex-end}#onetrust-pc-sdk .ot-vs-selc-all.ot-toggle-conf.ot-caret-conf .ot-sel-all-chkbox{margin-right:48px}#onetrust-pc-sdk .ot-vs-selc-all.ot-toggle-conf .ot-sel-all-chkbox{margin:0;padding:0;margin-right:14px;justify-content:flex-end}#onetrust-pc-sdk .ot-vs-selc-all.ot-toggle-conf #ot-selall-vencntr.ot-chkbox,#onetrust-pc-sdk .ot-vs-selc-all.ot-toggle-conf #ot-selall-vencntr.ot-tgl{display:inline-block;right:unset;width:auto;height:auto;float:none}#onetrust-pc-sdk .ot-vs-selc-all.ot-toggle-conf #ot-selall-vencntr label{width:45px;height:25px}#onetrust-pc-sdk .ot-vs-selc-all .ot-sel-all-chkbox{margin-right:11px;margin-left:.75rem;display:flex;align-items:center}#onetrust-pc-sdk .ot-vs-selc-all .sel-all-hdr{margin:0 1.25rem;font-size:.812em;line-height:normal;text-align:center;word-break:break-word;word-wrap:break-word}#onetrust-pc-sdk .ot-vnd-list-cnt #ot-selall-vencntr.ot-chkbox{float:unset;right:0}#onetrust-pc-sdk[dir=rtl] #ot-back-arw,#onetrust-pc-sdk[dir=rtl] input~.ot-acc-hdr .ot-arw{transform:rotate(180deg);-o-transform:rotate(180deg);-ms-transform:rotate(180deg);-webkit-transform:rotate(180deg)}#onetrust-pc-sdk[dir=rtl] input:checked~.ot-acc-hdr .ot-arw{transform:rotate(270deg);-o-transform:rotate(270deg);-ms-transform:rotate(270deg);-webkit-transform:rotate(270deg)}#onetrust-pc-sdk[dir=rtl] .ot-chkbox label::after{transform:rotate(45deg);-webkit-transform:rotate(45deg);-o-transform:rotate(45deg);-ms-transform:rotate(45deg);border-left:0;border-right:3px solid}#onetrust-pc-sdk[dir=rtl] .ot-search-cntr>svg{right:0}@media only screen and (max-width: 600px){#onetrust-pc-sdk.otPcCenter{left:0;min-width:100%;height:100%;top:0;border-radius:0}#onetrust-pc-sdk #ot-pc-content,#onetrust-pc-sdk.ot-ftr-stacked .ot-btn-container{margin:1px 3px 0 10px;padding-right:10px;width:calc(100% - 23px)}#onetrust-pc-sdk .ot-btn-container button{max-width:none;letter-spacing:.01em}#onetrust-pc-sdk #close-pc-btn-handler{top:10px;right:17px}#onetrust-pc-sdk p{font-size:.7em}#onetrust-pc-sdk #ot-pc-hdr{margin:10px 10px 0 5px;width:calc(100% - 15px)}#onetrust-pc-sdk .vendor-search-handler{font-size:1em}#onetrust-pc-sdk #ot-back-arw{margin-left:12px}#onetrust-pc-sdk #ot-lst-cnt{margin:0;padding:0 5px 0 10px;min-width:95%}#onetrust-pc-sdk .switch+p{max-width:80%}#onetrust-pc-sdk .ot-ftr-stacked button{width:100%}#onetrust-pc-sdk #ot-fltr-cnt{max-width:320px;width:90%;border-top-right-radius:0;border-bottom-right-radius:0;margin:0;margin-left:15px;left:auto;right:40px;top:85px}#onetrust-pc-sdk .ot-fltr-opt{margin-left:25px;margin-bottom:10px}#onetrust-pc-sdk .ot-pc-refuse-all-handler{margin-bottom:0}#onetrust-pc-sdk #ot-fltr-cnt{right:40px}}@media only screen and (max-width: 476px){#onetrust-pc-sdk .ot-fltr-cntr,#onetrust-pc-sdk #ot-fltr-cnt{right:10px}#onetrust-pc-sdk #ot-anchor{right:25px}#onetrust-pc-sdk button{width:100%}#onetrust-pc-sdk:not(.ot-addtl-vendors) #ot-pc-lst:not(.ot-enbl-chr) .ot-sel-all{padding-right:9px}#onetrust-pc-sdk:not(.ot-addtl-vendors) #ot-pc-lst:not(.ot-enbl-chr) .ot-tgl-cntr{right:0}}@media only screen and (max-width: 896px)and (max-height: 425px)and (orientation: landscape){#onetrust-pc-sdk.otPcCenter{left:0;top:0;min-width:100%;height:100%;border-radius:0}#onetrust-pc-sdk .ot-pc-header{height:auto;min-height:20px}#onetrust-pc-sdk .ot-pc-header .ot-pc-logo{max-height:30px}#onetrust-pc-sdk .ot-pc-footer{max-height:60px;overflow-y:auto}#onetrust-pc-sdk #ot-pc-content,#onetrust-pc-sdk #ot-pc-lst{bottom:70px}#onetrust-pc-sdk.ot-ftr-stacked #ot-pc-content{bottom:70px}#onetrust-pc-sdk #ot-anchor{left:initial;right:50px}#onetrust-pc-sdk #ot-lst-title{margin-top:12px}#onetrust-pc-sdk #ot-lst-title *{font-size:inherit}#onetrust-pc-sdk #ot-pc-hdr input{margin-right:0;padding-right:45px}#onetrust-pc-sdk .switch+p{max-width:85%}#onetrust-pc-sdk #ot-sel-blk{position:static}#onetrust-pc-sdk #ot-pc-lst{overflow:auto}#onetrust-pc-sdk #ot-lst-cnt{max-height:none;overflow:initial}#onetrust-pc-sdk #ot-lst-cnt.no-results{height:auto}#onetrust-pc-sdk input{font-size:1em !important}#onetrust-pc-sdk p{font-size:.6em}#onetrust-pc-sdk #ot-fltr-modal{width:100%;top:0}#onetrust-pc-sdk ul li p,#onetrust-pc-sdk .category-vendors-list-handler,#onetrust-pc-sdk .category-vendors-list-handler+a,#onetrust-pc-sdk .category-host-list-handler{font-size:.6em}#onetrust-pc-sdk.ot-shw-fltr #ot-anchor{display:none !important}#onetrust-pc-sdk.ot-shw-fltr #ot-pc-lst{height:100% !important;overflow:hidden;top:0px}#onetrust-pc-sdk.ot-shw-fltr #ot-fltr-cnt{margin:0;height:100%;max-height:none;padding:10px;top:0;width:calc(100% - 20px);position:absolute;right:0;left:0;max-width:none}#onetrust-pc-sdk.ot-shw-fltr .ot-fltr-scrlcnt{max-height:calc(100% - 65px)}}\\n #onetrust-consent-sdk #onetrust-pc-sdk,\\n #onetrust-consent-sdk #ot-search-cntr,\\n #onetrust-consent-sdk #onetrust-pc-sdk .ot-switch.ot-toggle,\\n #onetrust-consent-sdk #onetrust-pc-sdk ot-grp-hdr1 .checkbox,\\n #onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-title:after\\n ,#onetrust-consent-sdk #onetrust-pc-sdk #ot-sel-blk,\\n #onetrust-consent-sdk #onetrust-pc-sdk #ot-fltr-cnt,\\n #onetrust-consent-sdk #onetrust-pc-sdk #ot-anchor {\\n background-color: #FFFFFF;\\n }\\n \\n #onetrust-consent-sdk #onetrust-pc-sdk h3,\\n #onetrust-consent-sdk #onetrust-pc-sdk h4,\\n #onetrust-consent-sdk #onetrust-pc-sdk h5,\\n #onetrust-consent-sdk #onetrust-pc-sdk h6,\\n #onetrust-consent-sdk #onetrust-pc-sdk p,\\n #onetrust-consent-sdk #onetrust-pc-sdk #ot-ven-lst .ot-ven-opts p,\\n #onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-desc,\\n #onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-title,\\n #onetrust-consent-sdk #onetrust-pc-sdk .ot-li-title,\\n #onetrust-consent-sdk #onetrust-pc-sdk .ot-sel-all-hdr span,\\n #onetrust-consent-sdk #onetrust-pc-sdk #ot-host-lst .ot-host-info,\\n #onetrust-consent-sdk #onetrust-pc-sdk #ot-fltr-modal #modal-header,\\n #onetrust-consent-sdk #onetrust-pc-sdk .ot-checkbox label span,\\n #onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-lst #ot-sel-blk p,\\n #onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-lst #ot-lst-title h3,\\n #onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-lst .back-btn-handler p,\\n #onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-lst .ot-ven-name,\\n #onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-lst #ot-ven-lst .consent-category,\\n #onetrust-consent-sdk #onetrust-pc-sdk .ot-leg-btn-container .ot-inactive-leg-btn,\\n #onetrust-consent-sdk #onetrust-pc-sdk .ot-label-status,\\n #onetrust-consent-sdk #onetrust-pc-sdk .ot-chkbox label span,\\n #onetrust-consent-sdk #onetrust-pc-sdk #clear-filters-handler,\\n #onetrust-consent-sdk #onetrust-pc-sdk .ot-optout-signal\\n {\\n color: #696969;\\n }\\n #onetrust-consent-sdk #onetrust-pc-sdk .privacy-notice-link,\\n #onetrust-consent-sdk #onetrust-pc-sdk .ot-pgph-link,\\n #onetrust-consent-sdk #onetrust-pc-sdk .category-vendors-list-handler,\\n #onetrust-consent-sdk #onetrust-pc-sdk .category-vendors-list-handler + a,\\n #onetrust-consent-sdk #onetrust-pc-sdk .category-host-list-handler,\\n #onetrust-consent-sdk #onetrust-pc-sdk .ot-ven-link,\\n #onetrust-consent-sdk #onetrust-pc-sdk .ot-ven-legclaim-link,\\n #onetrust-consent-sdk #onetrust-pc-sdk #ot-host-lst .ot-host-name a,\\n #onetrust-consent-sdk #onetrust-pc-sdk #ot-host-lst .ot-acc-hdr .ot-host-expand,\\n #onetrust-consent-sdk #onetrust-pc-sdk #ot-host-lst .ot-host-info a,\\n #onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-content #ot-pc-desc .ot-link-btn,\\n #onetrust-consent-sdk #onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-vnd-info a,\\n #onetrust-consent-sdk #onetrust-pc-sdk #ot-lst-cnt .ot-vnd-info a\\n {\\n color: #3860BE;\\n }\\n #onetrust-consent-sdk #onetrust-pc-sdk .category-vendors-list-handler:hover { text-decoration: underline;}\\n \\n #onetrust-consent-sdk #onetrust-pc-sdk #ot-host-lst .ot-host-info,\\n #onetrust-consent-sdk #onetrust-pc-sdk .ot-acc-txt .ot-ven-dets\\n {\\n background-color: #F8F8F8;\\n }\\n #onetrust-consent-sdk #onetrust-pc-sdk\\n button:not(#clear-filters-handler):not(.ot-close-icon):not(#filter-btn-handler):not(.ot-remove-objection-handler):not(.ot-obj-leg-btn-handler):not([aria-expanded]):not(.ot-link-btn),\\n #onetrust-consent-sdk #onetrust-pc-sdk .ot-leg-btn-container .ot-active-leg-btn {\\n background-color: #346E4A;border-color: #346E4A;\\n color: #FFFFFF;\\n }\\n #onetrust-consent-sdk #onetrust-pc-sdk .ot-active-menu {\\n border-color: #346E4A;\\n }\\n \\n #onetrust-consent-sdk #onetrust-pc-sdk .ot-leg-btn-container .ot-remove-objection-handler{\\n background-color: transparent;\\n border: 1px solid transparent;\\n }\\n #onetrust-consent-sdk #onetrust-pc-sdk .ot-leg-btn-container .ot-inactive-leg-btn {\\n background-color: #FFFFFF;\\n color: #78808E; border-color: #78808E;\\n }\\n #onetrust-consent-sdk #onetrust-pc-sdk .ot-tgl input:focus + .ot-switch, .ot-switch .ot-switch-nob, .ot-switch .ot-switch-nob:before,\\n #onetrust-pc-sdk .ot-checkbox input[type=\"checkbox\"]:focus + label::before,\\n #onetrust-pc-sdk .ot-chkbox input[type=\"checkbox\"]:focus + label::before {\\n outline-color: #000000;\\n outline-width: 1px;\\n }\\n #onetrust-pc-sdk .ot-host-item > button:focus, #onetrust-pc-sdk .ot-ven-item > button:focus {\\n border: 1px solid #000000;\\n }\\n #onetrust-consent-sdk #onetrust-pc-sdk *:focus,\\n #onetrust-consent-sdk #onetrust-pc-sdk .ot-vlst-cntr > a:focus {\\n outline: 1px solid #000000;\\n }#onetrust-pc-sdk .ot-vlst-cntr .ot-ext-lnk, #onetrust-pc-sdk .ot-ven-hdr .ot-ext-lnk{\\n background-image: url(\\'https://cdn.cookielaw.org/logos/static/ot_external_link.svg\\');\\n }\\n #onetrust-pc-sdk .ot-switch-nob:before {\\n background-color: #494949;\\n border: 1px solid #494949;\\n}\\n\\n#onetrust-pc-sdk .ot-tgl input:checked+.ot-switch .ot-switch-nob {\\n background-color: #af9fff;\\n border: 1px solid #b535f6;\\n}\\n\\n#onetrust-pc-sdk .ot-tgl input:checked+.ot-switch .ot-switch-nob:before {\\n -webkit-transform: translateX(20px);\\n -ms-transform: translateX(20px);\\n transform: translateX(20px);\\n background-color: #494949;\\n border-color: #3860be;\\n}\\n\\n#onetrust-pc-sdk h2#ot-pc-title,\\n#onetrust-pc-sdk div#ot-pc-desc,\\n#onetrust-pc-sdk h3#ot-category-title,\\n#onetrust-pc-sdk .ot-pc-footer-logo {\\n display: none;\\n}.ot-sdk-cookie-policy{font-family:inherit;font-size:16px}.ot-sdk-cookie-policy.otRelFont{font-size:1rem}.ot-sdk-cookie-policy h3,.ot-sdk-cookie-policy h4,.ot-sdk-cookie-policy h6,.ot-sdk-cookie-policy p,.ot-sdk-cookie-policy li,.ot-sdk-cookie-policy a,.ot-sdk-cookie-policy th,.ot-sdk-cookie-policy #cookie-policy-description,.ot-sdk-cookie-policy .ot-sdk-cookie-policy-group,.ot-sdk-cookie-policy #cookie-policy-title{color:dimgray}.ot-sdk-cookie-policy #cookie-policy-description{margin-bottom:1em}.ot-sdk-cookie-policy h4{font-size:1.2em}.ot-sdk-cookie-policy h6{font-size:1em;margin-top:2em}.ot-sdk-cookie-policy th{min-width:75px}.ot-sdk-cookie-policy a,.ot-sdk-cookie-policy a:hover{background:#fff}.ot-sdk-cookie-policy thead{background-color:#f6f6f4;font-weight:bold}.ot-sdk-cookie-policy .ot-mobile-border{display:none}.ot-sdk-cookie-policy section{margin-bottom:2em}.ot-sdk-cookie-policy table{border-collapse:inherit}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy{font-family:inherit;font-size:1rem}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy h3,#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy h4,#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy h6,#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy p,#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy li,#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy a,#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy th,#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy #cookie-policy-description,#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-sdk-cookie-policy-group,#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy #cookie-policy-title{color:dimgray}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy #cookie-policy-description{margin-bottom:1em}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-sdk-subgroup{margin-left:1.5em}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy #cookie-policy-description,#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-sdk-cookie-policy-group-desc,#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-table-header,#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy a,#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy span,#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy td{font-size:.9em}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy td span,#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy td a{font-size:inherit}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-sdk-cookie-policy-group{font-size:1em;margin-bottom:.6em}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-sdk-cookie-policy-title{margin-bottom:1.2em}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy>section{margin-bottom:1em}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy th{min-width:75px}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy a,#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy a:hover{background:#fff}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy thead{background-color:#f6f6f4;font-weight:bold}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-mobile-border{display:none}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy section{margin-bottom:2em}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-sdk-subgroup ul li{list-style:disc;margin-left:1.5em}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-sdk-subgroup ul li h4{display:inline-block}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table{border-collapse:inherit;margin:auto;border:1px solid #d7d7d7;border-radius:5px;border-spacing:initial;width:100%;overflow:hidden}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table th,#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table td{border-bottom:1px solid #d7d7d7;border-right:1px solid #d7d7d7}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table tr:last-child td{border-bottom:0px}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table tr th:last-child,#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table tr td:last-child{border-right:0px}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table .ot-host,#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table .ot-cookies-type{width:25%}.ot-sdk-cookie-policy[dir=rtl]{text-align:left}#ot-sdk-cookie-policy h3{font-size:1.5em}@media only screen and (max-width: 530px){.ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) table,.ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) thead,.ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) tbody,.ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) th,.ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) td,.ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) tr{display:block}.ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) thead tr{position:absolute;top:-9999px;left:-9999px}.ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) tr{margin:0 0 1em 0}.ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) tr:nth-child(odd),.ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) tr:nth-child(odd) a{background:#f6f6f4}.ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) td{border:none;border-bottom:1px solid #eee;position:relative;padding-left:50%}.ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) td:before{position:absolute;height:100%;left:6px;width:40%;padding-right:10px}.ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) .ot-mobile-border{display:inline-block;background-color:#e4e4e4;position:absolute;height:100%;top:0;left:45%;width:2px}.ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) td:before{content:attr(data-label);font-weight:bold}.ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) li{word-break:break-word;word-wrap:break-word}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table{overflow:hidden}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table td{border:none;border-bottom:1px solid #d7d7d7}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table,#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy thead,#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy tbody,#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy th,#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy td,#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy tr{display:block}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table .ot-host,#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table .ot-cookies-type{width:auto}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy tr{margin:0 0 1em 0}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy td:before{height:100%;width:40%;padding-right:10px}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy td:before{content:attr(data-label);font-weight:bold}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy li{word-break:break-word;word-wrap:break-word}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy thead tr{position:absolute;top:-9999px;left:-9999px;z-index:-9999}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table tr:last-child td{border-bottom:1px solid #d7d7d7;border-right:0px}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table tr:last-child td:last-child{border-bottom:0px}}\\n \\n #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy h5,\\n #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy h6,\\n #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy li,\\n #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy p,\\n #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy a,\\n #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy span,\\n #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy td,\\n #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy #cookie-policy-description {\\n color: #696969;\\n }\\n #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy th {\\n color: #696969;\\n }\\n #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-sdk-cookie-policy-group {\\n color: #696969;\\n }\\n \\n #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy #cookie-policy-title {\\n color: #696969;\\n }\\n \\n \\n #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table th {\\n background-color: #F8F8F8;\\n }\\n \\n .ot-floating-button__front{background-image:url(\\'https://cdn.cookielaw.org/logos/static/ot_persistent_cookie_icon.png\\')}</style><script src=\"https://lightning.cnn.com/launch/7be62238e4c3/97fa00444124/09c6454f9df7/RC9dd7eeb21a144b1288f0694ae4bc3d46-source.min.js\" async=\"\"></script><script src=\"https://assets.bounceexchange.com/assets/bounce/jquery-3.5.1.min.js\" async=\"\"></script><script src=\"https://cnn.bounceexchange.com/bounce/init1.js?wklzs=2619&amp;wklz=C4ewVgigvAZgrgOwMbAJYgQMhQZygRgHZ8BmAFgCYSAGfAVkIE5DNgAvEKAWjIA5rMAdwCmAIxypgwgPqoAJlHICATsJwgANnDQYojCowAevAGxlMqmMOWrlUbAEMNG1AgDm0uMo1QAFsGAABxwAUhIAQRCKADEo6OE5SXQEADokBFSkEABbOOENYRRkuIpqCjI4wOVUbIdqtS4HBDkuJAc4JDgcNTjVHDgNYFCYpwdRB1rMADdUCWBpLJAAa1RhKBDCACEoig1AnbDIigp-IOG6CKi6GKuYhKSMNIy0nNv4gqKMN9Lyt6qauqrHCNZqtdqdbrnGJ9AZDN6jca1A4UADCO2UB0ux2RaOOwkMmPCRFIlD49BM1EIGwAItgQMtVustjtEnJCTszIxmIReIx8CZCNcSAwTDQcTsZmzsRFieQqLQGIKyGQqaiJezmccstlAgUpHJpBI3Ag4PtpeEYE5ulFcbsHDh5pCJBhpJLCZaNNa1ccnckFiBEMBCdQbTt+qJspJ9Z5mtYcFlVFKKIcPV7beHIwEEtI5MIre6rcJQz64BGo9mRA5gL5rAXPUXvRQM+WDdXhIEQK4g+bUw306XM9HLaoEjg3BoQOMNKJ6jBXG462mwwOW9IYYMcHVhK5F33l2Wswa51NhNX58NkxFe8WmyvD9IXFZRNo3COELWe4Wb837w45LDfHpORn2AURTykDFP3rb872jVQXDGAp1C8JAeigpcSwPaMqhAKZlnbOM4D-BtLwtL9Gx-aM3CAh04BgGBdxgrDszoLJNwvFNyP7ZiDRcE9JWEEBGIo2Ds1cRIHCcaw4XQvdMMHbMwJgEBVDbMDnGE7iFINGpAjzJBfGyYQEG7UjrxEnjpCMppBF8VACk0-dtKsvMEFs+ztxMmtIzkOQCjzB1HPk1cZzzFZ3HfQQOKvLinNXfJCh0ZBjIgoLb0shMMAcGZlC6NLKIrXwqysqsIOisjoIs5z0gQfAQ1kpjnMEFSlmAZQmhwZTlCMpNOMqrTVwQVA3H8NozTM2LgvvZ8JHfHByvMgb7xwfzxr6jD0uch0+gWybNtXSQnAAT3y0SDSMwxUCyU7LI7QIH1QKwbucudgDm3b+ri+82uy-JpBEYQlg0E6Gqq1d41WZLntXAzXAcaH72UEAjqcaRIo+jaCoNdrUIR6MwFA+kliQLRRDx7M6jGK7pFChxwo8dHyYNPN5h6pn-qrAyFgyNKEBABYJ26aRAnteY0CMmB2qMwk2rgOT0vjaowINdG9VS0H0ykZw6mFjQqy63JzVl+Wsf+lma2UMmNZ2YQT2UB8QDcNwxIQRjCGpGlpjqHAAG1cxwVqQHuv9XVmVBRAKABdWBCy95RfbqNASZkEXnej42499mA9bcHA7PuuQcgcVxo97TOfeyDBhCO6RE6ugphYcNOY-rcvuk+BA0YmYRo47Fwk5wcvQBwUvY6mb2fe1XVT2zI0TUCUfW-H+OfYE-ndQcI750X7py9p+m0eEKLhb6FKd+EcvK-fGv2mrFTo7bvSkFQVG6+T8-y71h1DTUZ1O8lD+y9fa+hdFkQM0cBBAJ9uMJASw5zOBzO2CcR0jImQflAuQMBAgUEQVIFA0c+bzFUH+I6bczoxlzPHBMCRAET1NrmK0tCV6m0rG2ZQTDgHkLbB2LsHCfam2HMIUc45JxOBnKsOc7g+Gm3XEMLcJcW67ygQI1AJ4zzuBHooi+yjyGPjEC+N81hpHkL-ABICIEwJZnYVoshll4IvwjmoAMyhUKaLLjo26SM8JLAIvHIiuY+FFRwIachqtwJGJsR45y1EQByFovRYxllWIgHYnwrIJkUrSGAEdPSiTnJ8VtvIQSeSDrNBflJZQQwSnTWEF1U8NZ1IaD4cZOQY1dYOFQqg+YBlChLGqdGXS+lDJn0iXQ8h1k3J2SjqM5h4zXLuQKF2by8g-JCNFv0xSxD6bow2czD4SVUIZOse4sZGUVJZRyl0XZ-0iqs1KnGa5NU6rXOasoVq7UECdRUj1a5Q0RrADGtcmarhf7XJWkIheMzOGWW2qCqF-DyGHWBtci6V0QDXLug9Kw1zXrvWuT9E8GgzaA2RfC02ENjKoUeXZBADhrlIxRkSnZZLyE4x7iyyyBNRBExJqWa5lNRDU33vOQ+UVrksxcnIF5nNfDcwQHw0AgRqbyDcWPCergXDvmkMIWo9lpDKQhDQ+FXQRWrGkCpbVchm4nJXg4rJQdqbACbqqpedDMmKsdc6vhM5Or2qVUgLJXr4U1X9AyNQfC+YCxSSnUWWSai1KluyjOUCQ3UUNIBQQaBgDTNsYrcO2YwlWOkVrPW9sN7AANunXK2i3UdyyTk9lXZrC0qSk4cuHS0Anh-m4LpLzzbWFENIjsnyVIU0qfXdlNrfaIEofGUdBocDDvUPHfOfCg7i1QGwfINcqhqBGVOn2E4nYu2aXbB2x6dLyvhW-BuM4miJCkVAH4ZAuAJQ7ociCXB-i1HqIPKBqg3BSG-tqLpIqO2qMnWqlehQXDBBkDeyDS9cwwB9pGkm0bG7f3Fgm7uVa5bTGQwi8QSAlYFqPuCotNjFgrBkKAfmpbnY2NEIEKAAhTwsZ9pHTAgQhj2CnghZK+qc72CmEVKAQA\" type=\"text/javascript\" async=\"async\"></script><script src=\"https://cnn.bounceexchange.com/bounce/reloadCampaigns.js?wklzs=3012&amp;wklz=C4ewVgigvAZgrgOwMbAJYgQMhQZygRgHZ8BmAFgCYSAGIwgDms2AC8QoBaMxzAdwFMARjlTB+AfVQATKOSYAnfjhAAbOGgxQAnBS0APegDYymRTH7zF8qNgCGKlagQBzcXHkqoAC2DAADjgApCQAgoEUAGLhEfxSougIAHRICElIIAC20fwq-CgJ0RTUFGTRfvKoGbYVShy2CFIcSLZwSHA4StGKOHAqwEGR9raCtlWYAG6oIsDi6SAA1qj8UIGEAELhFCp+m8FhFBQ+-gMArKHhJ5EXkbHxGMmpyZnXMbn5GC9FJS-lldVLODqDSaLTaHVOkW6vX6LyGIyquwoAGFNvJducDoiUQd+Hp0SEiKRKNx8IZqCR6OFsRQpuJnCBxOCRB9MaEYPYOlTNrTnH5GUpmQh8eyVJzCAARbAgBZLFbrTZxKT4zbGLRaQgMLSkwiXEgnQiGGhYzaTJWsgnEchUWikiiMQyU5Em5Xyg7pDJ+XJiKSM1DOBBwHbmkWcp0HFS2HAzJkJcSm-GEq00fC2+2O6kxjCzECIYAJrkHHqCDKib1uBoWHDpRRmih7EP8AsUIsl3yxcRSfgc4Ucxth5twYul9sCWzALwWHuivsZwetsvj-h+EBOPPB3tNlvDn3sxSxHDOFQgEYqQQ1GBOZxT0Ozodtn1Qvo4ar8JzXmebLf38QX8b8ceXgMdZshu-ZfmWjjmII6jOHuCCTuu06bnO27iLYUjQl40pSNBwCCP+YhoohN6fih36KI4wy5Mo7hIJ0xEfoWZFluUIDjAsS6VnA6F9sBIQNshd5lvSIBSFGcAwDA76CfO7YnOkz5AfWoG3rJPqOH+pr8CA0lgcx7ZOHEtj2BYMIMTJqH4TAICKIu+EOLpqmoZUfhdkgXgZPwCBrnxAl6UJ7aefUvBeKguSOaRAU+kFCAhWFr7eROJZSFIuRdlGEVMVF4hnl2iwuPBvBKSBSH+Wp4g5HkGjIF5hGZQO2XVhgtiTPI7T1eBI5eGO4hVG28jFfxKmReVKQIPg1AdfpPq8DZ8zAPI9Q4NZ8iebWymlU534IH6PjNEGvnDVl5XQSI8E4INflbWWOBpQdG0kcdqFRt0l1HQ15WiPYACeU3ZZ5eioOkf3lcufKQbxD2MR9qEXsA51vZtI2oQtLU5OIAj8PMKi-eZZXPUgSw1SDqHuU4tgk+RIDffY4iFYjj0w+Rth0ZTZZgHh0rzEgaiCGz7bVMMQM5Yotj5a49P8z6XYzGtUsY2O7mzKk9UIAyPMgB04h+JGMxoJ5MCLZ5yoHAtcCQ-5VYVPhPr016dXmoidZgWIDjVNrEbACtWTmmb0OdTNMsTvIfN49S-B-vI4hHs4zgGUK5kSk2MDjD5eyJpQyb4E2tg6eak39tsJuHL4AQXBilxRBQle3NVDxpM81c3G81WfMUpRNxEvxVDUgL1I0zStO09GV4+ZmV3CowU5i-aRviBfUuMfjjPm-brRiFDrf2RF8U7TZIKnCaWpnNqbtIq-Us4SA73sJzZ-2Pt8QvmwqIf5oZ9aKZNlIzgRKgA3AAADIgHQviP2qxJTjGqDgAA2p2HA80QB8nQnGKYqBBC5AALqwF7BMaBMDqhoB5hIHWcdsF+zwQNGBMAIzOBwKFPkUhMi2CcNghslDYEZAwPwb6aF5BENyNrWwZCcHTg4TAjo7wEB01GPwbBy5HBEJwOI0AOA2G4KgVQ90np-zthEP6QM6ixGaNgVpBknpbDfUvEYjo4jcpi0vHTfgRVtbdFqjY-g4iuHwV4S0ccNlsHiJwK5QmtNCFAywaI2xJiYERijPyC6sZTTYI-lnQwdpqAOiCQKWM6RcwpLsSzeYF4HAdiXEeb6nlvKBJiVIGAfgKBlLECgbBasZiiykN9IJ01yydgGtWWIHjunZU7ByIZMSA4YyDhYcZ+DJmLmXKuWZVDJm7n4PuQ8x57BniWBeFwyzYGTLHs+RQrComeImT038-5QouDUec4Z5UIa4Vgus+C8gDkSJ6ehTC2FcL4X6p8o5ORUBUSUDmeQdF7nsMudlVi7F5icQGtxTsnzuo4EZD0u2BEZkPNheVESYlgASRgECnp8lNaRk+ekbytVxDAG+q5Ml2UNIR2kNpZln0GigpMvw6FGi5k9KsjZG5QgcgqE+V5KQ+0PYs34FUmY7k8jzE5c5D0bkPLuLxYK-6XZYqhUiTCnV5UYpxVyKuJK0hUrrN1qq789jxb0ztWWSqUi6K0o+dqlZPSmoIBav-dozquo9T6oRflxjjWk1SBNINM05qowQMtGya1Y1012sAfaqbTpOAFKm266y-B5oWrmr1hyelfRxqmgGQMQCprBtHVA5hU1wwRqm1Gf4VBTKxpW0tXzspViJnRVNZM-WpvkNTWmTre1HLlamjmgguY80HKmwWghhYOscVOo13rsoy16oM6dPTeCKy8MrBAnzQB+GFtIcN0T8FOEcPBCqVQwo-hAGCA927YHtEcUscQNkKo-zkb20Fgh6VIOFsAYRt6LlzLpZeyD0HPlnmWuBq9SB6VId7WNbMMolCfLVrMI8WsdbxP1vwQ2sjyFtVg1o1IdIGT0JALwNAwBInDKtug9s2LAU2Ama7CMUcLFe2TdR822SpH0sZcB1cFg-XVXsOIlmaA-z8mcAq1No5FwhyBcuRNIqfThOIZ8xAfSqwGcZHp5QA0GGfKQfrVALAci8PKEoLVX7YkgFjvHSVkdo5ebjj6M5HmjOCLPP3axUAvhkA4K66q7rCIcG7v8JQ4jFDODEPE90CrHHKdQH+SVPNUABAkKF4D7C5iLAkKABkgm44PMEH4KATB-xNZgZgzAfh+g2G0ZRGqP5aE2DqX4drUAyBaDIMUcgep6ATG6s1zrpoCCmD6NJqAZWhFxwADSSOqjIzyW3vE8LQuoLC8gtvDcaZ2ZpwAts4fpIyLCLHRC5B2wJ92wnvY7aqrGBlrktsbfC9ylw33ElZjyd5LbcTow5KzKaHbg5OM2ycUVe2FgVt+s8lATRoHchAA\" type=\"text/javascript\" async=\"async\"></script><script src=\"https://cnn.bounceexchange.com/bounce/reloadCampaigns.js?wklzs=2906&amp;wklz=C4ewVgigvAZgrgOwMbAJYgQMhQZygRgHZ8BmAFgCYSAGfADkLv02AC8QoBaMu6zAdwCmAIxypgggPqoAJlHJ8AToJwgANnDQYoATgo6AHnQBsZTMpiDFyxVGwBDNWtQIA5pLiK1UABbBgAA44AKQkAILBFABikVGCMuLoCAB0SAgpSCAAtrGCaoIoSbEU1BRksQGKqFn2VSqc9ggynEj2cEhwOCqxyjhwasAh0Y72wvY1mABuqGLAkpkgANaoglDBhABCkRRqAduhERQUfoFDAKzhkWfRV9HxiRip6anZt3H5hRhvJWVvldW1FY4BpNFptDpdc7RXr9QZvEZjGr7CgAYW2in2lyOyLRR0EBkxYSIpEoPHwxmoJDokVxFBmklcIEkkLEX2x4Rgji6NO29NcAWZKlZCEJnLU3MIABFsCAlis1pttgkZITtqYdDpCIwdOTCNcSGdCMYaDjttMVeyicRyFRaOSKLxjNTUWbVYqjpksgF8hIZMzUK4EHA9paxdyXUc1PYcHMWUlJObCcSbTR8PbHc7aXGMPMQIhgEmeUc+sIsuJfR4mlYcJllBaKAcw4IixQS2X-PFJDJBFzRVzmxHW3BS+XO0J7MAfFY++KB1nh+2K5PBAEQC4C6H+y226O-ZzlPEcK41CAxmphHUYC5XDPw-ORx2-TCBjhaoIXLe59sd4-JFfJoIk7XkMDYclug4-hWziWMImiuAeCDTpus7bguu6SPYMiwj4soyLBwDCIBEgYshd7fmhv7KM4oz5KonhIN0pFfsWFEVpUICTEsK7VnAmEDqBYRNqhD4VoyIAyDGcAwDAn7CYunZnJkr4gY24H3vJfrOAB5qCCAskQaxnYuAk9iOFYcJMXJ6GETAIDKMuhFOPp6nodUAQ9kgPhZIICAbgJQkGSJnbeY0-A+Kg+TOeRQV+iFCBhRF76+VOZYyDI+Q9jGUUsTFkgXj2yxuIh-AqWBKGBRpkh5AUWjID5xHZUOuW1hg9jTIonSNZBY4+BOkg1B2iilYJanRZVaQIPg1BdYZfr8HZizAIojQ4LZijefWqnlS5v4IAGfitCG-mjTllWwWIiE4MNAU7RWOAZUdW1kad6Exr010nU1lXiI4ACeM25d5BioJkAOVauArQfxT3MV96FXsAl0fdtY3oUtbV5JIQiCIsaj-ZZFWvUgKx1WD6GeS49hk5RIC-Y4kjFcjz1w5R9gMdTFZgARsqLEgGjCBzna1KMIN5co9iFe4jOC36PZzBtMtYxOnnzOkjUIEyfMgF0kgBNGcxoN5MDLd5qpHEtcDQ4FNZVIRfqMz6DWWsiDYQRITi1LrUbAGtOSWhbsPdXNctTooAsE7SggAYokgnq4rhGSKllSi2MCTH5BzJpQqb4C29h6Za02DrsZvHP4QRXFi1wxBQ1f3LVTwZK8td3B8tXfKU5Qt1E-w1HUwKNM0rTtJ0jHV8+FnVwi4xU9ig7RoSRe0pMASTIWg6bViFCbYOJECS7LZIOnSbWtndrbrIhKu7SrhIHvBxnLng5+wJS-bGox+Wlntppi2MiuFEVAQ1gAABkQCYUJAHdY0pJi1BwAAbW7DgRaIABSYQTDMVAwh8gAF1YD9imHA+BtQ0B8ykHrBOeCA6EKGvAmAUZXA4HCgKGQ2R7AuDwU2GhCCsgYEEL9DCihSH5F1vYSh+DZzcPgV0T4CAGbjEEHg1czhSE4CkaAHAnCCGwNoZ6b0gFOxiEDMGLRkidEIJ0kyb09hfrXlMV0KR+UJbXgZoIEqutej1XsYIKRvDEICLaJOOyeCpE4HcsTemJCQa4IkQ48x8CowxkFFdeM5o8HfxzsYB01AnShKFPGTI+Z0mOLZosK8TguwrhPL9byvkQnxJkDAAIFBKkSBQHgxwJ5+ChNmpWbsQ1azxG8T03K3YuTDPiUHLGIcrATKIVM5cq51xzNoVM-cghDzHlPI4C8KwrxuBWQgqZE9XzKA4bEnxkzen-kAuFNwmiLkjMqlDfC8ENmIUUIc6RvTMLYVwvhQig0vnHLyKgGiKg8yKAYg8rhVzcrsU4osbiQ1eLdi+b1HAzJekOyIrMx5cLKpiQksAKSMBgW9MUtraMXzMi+XqpIYAv13LktylpKOshdIsu+k0MFZkhEwu0fM3pNk7K3JEHkNQXyfIyEOl7NmghalzE8gURYXLXJeg8l5Lx+KhWAx7PFcKMTYW6sqnFBK+R1wpVkOlDZ+s1W-icZLRm9qKzVVkQxOlnydWrN6S1BAbUgGdBdT1PqA1iICrMSa8m6QprBrmgtdGCBVp2Q2nGhm+1gCHTTedFwQo033Q2QEfNS083eqOb0n6eM01AxBiANNENY6oEsGmhGSM03owAmoaZOMq1lu+blGsJMGJpopv6tNihab02dX2458q01c2EDzPmw403C2EKLR1Ljp3Gp9blOW-Uhkzt6fwZWPhVYIC+aAAIotZARriUQlwzhEJVRqBFP8IAISHp3QgzoLiViSDslVf+ii+1guEAy1BotgBiLvZc+Z9Kr1QZg18i8q0IPXqQAy5DfaJq5jlCoL5Gt5gnh1nrJJhtBDGwUVQjqcHdHpAZEyJhIB+BoGADEkZNssGdhxUCuwkz3ZRhjtYn2KaaOWzybIhlTKQPrisP62qjgpFszQABQUrhFVpvHMuMOwLVxJtFX6KJZCvmIH6TWQzzJ9OqCGswr5qDDaoFYHkARlQVDau-QkkA8dE5SujrHbzCc-TnM88ZkRF5B52KgD8MgnA3W1Q9cRTgvdAQqCkcoVwEgkmekVS4lTqAAJSr5qgIIUgwsga4QsZYUhQBMiEwnR5wgAhQD4IBZr8CcGYACIMOwejqJ1T-AwuwjSAgdagGQHQZBSjkANHQKYvUWtdfNAQcwAwZNQBGy07sbTgCrf9d5KAOiwP5CAA\" type=\"text/javascript\" async=\"async\"></script></head><body class=\"layout layout-no-rail politics\" data-page-type=\"section\"><div id=\"ad-feedback__modal-overlay\" class=\"ad-feedback__modal modal__overlay\" style=\"display:none\">\\n <div class=\"ad-feedback__container\">\\n <form class=\"ad-feedback__form\">\\n <div class=\"ad-feedback__heading\">\\n <h3 class=\"ad-feedback__heading__text\">CNN values your feedback</h3>\\n <div id=\"ad-feedback__close-icon\" class=\"ad-feedback__heading__close\"></div>\\n </div>\\n <div class=\"ad-feedback__content-container\" data-sentiment=\"ad\">\\n <div class=\"ad-feedback__question-container\">\\n 1. How relevant is this ad to you?\\n </div>\\n <div class=\"ad-feedback__answers-container\">\\n <div class=\"ad-feedback__emoji-container\">\\n <input class=\"ad-feedback__emoji-radio-input\" id=\"ad-feedback__0-bad\" name=\"ad\" type=\"radio\" value=\"1\" aria-label=\"Bad\">\\n <label for=\"ad-feedback__0-bad\" class=\"ad-feedback__emoji-base ad-feedback__emoji-bad\">\\n </label>\\n </div>\\n <div class=\"ad-feedback__emoji-container\">\\n <input class=\"ad-feedback__emoji-radio-input\" id=\"ad-feedback__0-not-good\" name=\"ad\" type=\"radio\" value=\"2\" aria-label=\"Not Good\">\\n <label for=\"ad-feedback__0-not-good\" class=\"ad-feedback__emoji-base ad-feedback__emoji-not-good\">\\n </label>\\n </div>\\n <div class=\"ad-feedback__emoji-container\">\\n <input class=\"ad-feedback__emoji-radio-input\" id=\"ad-feedback__0-okay\" name=\"ad\" type=\"radio\" value=\"3\" aria-label=\"Okay\">\\n <label for=\"ad-feedback__0-okay\" class=\"ad-feedback__emoji-base ad-feedback__emoji-okay\">\\n </label>\\n </div>\\n <div class=\"ad-feedback__emoji-container\">\\n <input class=\"ad-feedback__emoji-radio-input\" id=\"ad-feedback__0-good\" name=\"ad\" type=\"radio\" value=\"4\" aria-label=\"Good\">\\n <label for=\"ad-feedback__0-good\" class=\"ad-feedback__emoji-base ad-feedback__emoji-good\">\\n </label>\\n </div>\\n <div class=\"ad-feedback__emoji-container\">\\n <input class=\"ad-feedback__emoji-radio-input\" id=\"ad-feedback__0-great\" name=\"ad\" type=\"radio\" value=\"5\" aria-label=\"Great\">\\n <label for=\"ad-feedback__0-great\" class=\"ad-feedback__emoji-base ad-feedback__emoji-great\">\\n </label>\\n </div>\\n </div>\\n </div>\\n\\n <div class=\"ad-feedback__content-container\">\\n <div class=\"ad-feedback__question-container\">\\n 2. Did you encounter any technical issues?\\n </div>\\n <div class=\"ad-feedback__technical-issues-checkbox-container\">\\n <label class=\"switch\">\\n <input id=\"ad-feedback__technical-issues-checkbox\" class=\"ad-feedback__technical-issues-slider\" type=\"checkbox\" name=\"didEncounterIssues\" aria-label=\"Toggle Button\">\\n <span class=\"slider round\"></span>\\n </label>\\n <span class=\"ad-feedback__technical-issues-checkbox-label\">No</span>\\n </div>\\n </div>\\n\\n <div class=\"ad-feedback__technical-issues-container\" style=\"display:none\">\\n <div class=\"ad-feedback__content-container video_issues issues-checkboxes-container\" style=\"display: none\">\\n <label class=\"ad-feedback__checkbox-container\">\\n Video player was slow to load content\\n <input class=\"ad-feedback__checkbox__input video_issue\" type=\"checkbox\" value=\"Video player was slow to load content\" name=\"issues\">\\n <span class=\"ad-feedback__checkmark\"></span>\\n </label>\\n <label class=\"ad-feedback__checkbox-container\">\\n Video content never loaded\\n <input class=\"ad-feedback__checkbox__input video_issue\" type=\"checkbox\" value=\"Video content never loaded\" name=\"issues\">\\n <span class=\"ad-feedback__checkmark\"></span>\\n </label>\\n <label class=\"ad-feedback__checkbox-container\">\\n Ad froze or did not finish loading\\n <input class=\"ad-feedback__checkbox__input video_issue\" type=\"checkbox\" value=\"Ad froze or did not finish loading\" name=\"issues\">\\n <span class=\"ad-feedback__checkmark\"></span>\\n </label>\\n <label class=\"ad-feedback__checkbox-container\">\\n Video content did not start after ad\\n <input class=\"ad-feedback__checkbox__input video_issue\" type=\"checkbox\" value=\"Video content did not start after ad\" name=\"issues\">\\n <span class=\"ad-feedback__checkmark\"></span>\\n </label>\\n <label class=\"ad-feedback__checkbox-container\">\\n Audio on ad was too loud\\n <input class=\"ad-feedback__checkbox__input video_issue\" type=\"checkbox\" value=\"Audio on ad was too loud\" name=\"issues\">\\n <span class=\"ad-feedback__checkmark\"></span>\\n </label>\\n <label class=\"ad-feedback__checkbox-container\">\\n Other issues\\n <input class=\"ad-feedback__checkbox__input video_issue\" type=\"checkbox\" value=\"Other issues\" name=\"issues\">\\n <span class=\"ad-feedback__checkmark\"></span>\\n </label>\\n </div>\\n <div class=\"ad-feedback__content-container display_ad_issues issues-checkboxes-container\" style=\"display: none\">\\n <label class=\"ad-feedback__checkbox-container\">\\n Ad never loaded\\n <input class=\"ad-feedback__checkbox__input display_ad_issue\" type=\"checkbox\" value=\"Ad never loaded\" name=\"issues\">\\n <span class=\"ad-feedback__checkmark\"></span>\\n </label>\\n <label class=\"ad-feedback__checkbox-container\">\\n Ad prevented/slowed the page from loading\\n <input class=\"ad-feedback__checkbox__input display_ad_issue\" type=\"checkbox\" value=\"Ad prevented/slowed the page from loading\" name=\"issues\">\\n <span class=\"ad-feedback__checkmark\"></span>\\n </label>\\n <label class=\"ad-feedback__checkbox-container\">\\n Content moved around while ad loaded\\n <input class=\"ad-feedback__checkbox__input display_ad_issue\" type=\"checkbox\" value=\"Content moved around while ad loaded\" name=\"issues\">\\n <span class=\"ad-feedback__checkmark\"></span>\\n </label>\\n <label class=\"ad-feedback__checkbox-container\">\\n Ad was repetitive to ads I\\'ve seen previously\\n <input class=\"ad-feedback__checkbox__input display_ad_issue\" type=\"checkbox\" value=\"Ad was repetitive to ads I\\'ve seen previously\" name=\"issues\">\\n <span class=\"ad-feedback__checkmark\"></span>\\n </label>\\n <label class=\"ad-feedback__checkbox-container\">\\n Other issues\\n <input class=\"ad-feedback__checkbox__input display_ad_issue\" type=\"checkbox\" value=\"Other issues\" name=\"issues\">\\n <span class=\"ad-feedback__checkmark\"></span>\\n </label>\\n </div>\\n <div class=\"ad-feedback__content-container\">\\n <textarea rows=\"5\" class=\"ad-feedback__comment\" maxlength=\"1000\" name=\"comment\"></textarea>\\n <div class=\"ad-feedback__comment-error-msg\"></div>\\n </div>\\n </div>\\n\\n <div class=\"ad-feedback__content-container\">\\n <div class=\"ad-feedback__actions\">\\n <button type=\"button\" id=\"ad-feedback__cancel\" class=\"ad-feedback__cancel button\">\\n Cancel\\n </button>\\n <button type=\"submit\" id=\"ad-feedback__submit\" class=\"ad-feedback__submit button\" disabled=\"\">\\n Submit\\n </button>\\n </div>\\n </div>\\n </form>\\n\\n <div class=\"ad-feedback__submitted\">\\n <div class=\"ad-feedback__submitted__checkmark\"></div>\\n <div class=\"ad-feedback__submitted__title\">Thank You!</div>\\n <div class=\"ad-feedback__submitted__message\">\\n Your effort and contribution in providing this feedback is much\\n appreciated.\\n </div>\\n <div id=\"ad-feedback__submitted__close\" class=\"ad-feedback__submitted__close\">\\n Close\\n </div>\\n <div class=\"ad-feedback__submitted__close-icon\" id=\"ad-feedback__submitted__close-icon\"></div>\\n </div>\\n </div>\\n </div>\\n\\n <!-- data-uri=\"cms.cnn.com/_components/analytics-optimizely/instances/default-v1@published\" -->\\n <script>\\n if (!window.WM.UserConsent.inUserConsentState([\"data-share\",\"data-store\",\"content-person-prof\",\"content-person\",\"measure-ads\",\"measure-content\"])) {\\n window.optimizely = window.optimizely || [];\\n window.optimizely.push({ type: \\'disable\\' });\\n }\\n </script>\\n <link rel=\"preload\" href=\"https://cdn.optimizely.com/public/125375509/s/electionprod.js\" as=\"script\" type=\"application/x-javascript\">\\n <script src=\"https://cdn.optimizely.com/public/125375509/s/electionprod.js\"></script><iframe name=\"__uspapiLocator\" style=\"display: none;\"></iframe><iframe name=\"_usrConWBD\" style=\"display: none;\"></iframe><iframe src=\"https://a125375509.cdn.optimizely.com/client_storage/a125375509.html\" hidden=\"\" tabindex=\"-1\" title=\"Optimizely Internal Frame\" height=\"0\" width=\"0\" style=\"display: none;\"></iframe>\\n\\n <!-- data-editable-end -->\\n\\n <script type=\"application/ld+json\">{\"@type\":\"NewsArticle\",\"@context\":\"https://schema.org\",\"articleBody\":\"\",\"articleSection\":[\"politics\",\"elections\"],\"author\":[],\"dateModified\":\"2024-03-27T15:42:00.058Z\",\"description\":\"View Alabama election results and maps for the 2024 Democratic and Republican primary elections. For more information, visit cnn.com/election.\",\"headline\":\"\",\"image\":[{\"@type\":\"ImageObject\",\"contentUrl\":\"\",\"width\":\"1000\",\"height\":\"562.5\"}],\"thumbnailUrl\":\"\",\"inLanguage\":\"en\",\"mainEntityOfPage\":{\"@type\":\"WebPage\",\"@context\":\"https://schema.org\",\"url\":\"https://www.cnn.com/election/2024/primaries-and-caucuses/results/alabama\",\"dateModified\":\"2024-03-27T15:42:00.058Z\",\"inLanguage\":\"en\",\"additionalType\":\"landing_section\",\"publisher\":{\"@type\":\"NewsMediaOrganization\",\"name\":\"CNN\",\"logo\":\"https://media.cnn.com/api/v1/images/stellar/prod/cnnlogo.png?q=w_60,h_61\",\"foundingDate\":\"1980-06-01\",\"url\":\"https://www.cnn.com\",\"sameAs\":[\"https://www.facebook.com/cnn/\",\"https://twitter.com/CNN\",\"https://www.instagram.com/cnn/\",\"https://www.youtube.com/cnn\"]},\"description\":\"View Alabama election results and maps for the 2024 Democratic and Republican primary elections. For more information, visit cnn.com/election.\",\"datePublished\":\"2024-03-05T13:07:27.238Z\"},\"publisher\":{\"@type\":\"NewsMediaOrganization\",\"name\":\"CNN\",\"logo\":\"https://media.cnn.com/api/v1/images/stellar/prod/cnnlogo.png?q=w_60,h_61\",\"foundingDate\":\"1980-06-01\",\"url\":\"https://www.cnn.com\",\"sameAs\":[\"https://www.facebook.com/cnn/\",\"https://twitter.com/CNN\",\"https://www.instagram.com/cnn/\",\"https://www.youtube.com/cnn\"]},\"datePublished\":\"2024-03-05T13:07:27.238Z\",\"isAccessibleForFree\":false,\"hasPart\":{\"@type\":\"WebPageElement\",\"isAccessibleForFree\":false,\"cssSelector\":\".article__content\"}}</script><style>@font-face{font-family:cnnclock;font-weight:700;src:url(/fonts/politics/cnnclock-bold-v1.woff2)}@font-face{font-family:cnnclock;src:url(/fonts/politics/cnnclock-v1.woff2)}@font-face{font-family:cnn_sans_display;font-weight:700;src:url(/fonts/cnn/cnn_sans_display-bold-v1.woff2)}@font-face{font-family:cnn_sans_display;font-weight:500;src:url(/fonts/cnn/cnn_sans_display-medium-v1.woff2)}@font-face{font-family:cnn_sans_display;src:url(/fonts/cnn/cnn_sans_display-v1.woff2)}@font-face{font-family:helveticaneue;src:url(/fonts/cnn/helveticaneue-v1.woff2)}.footer{background:var(--theme-background);padding:48px 0 24px;border-top:1px solid var(--theme-divider)}.footer__right{align-items:center;display:flex;position:relative}.footer__user-account-menu,.footer__user-account-nav-menu{display:none;width:100%;text-align:center}.footer__user-account-icon{margin:0 0 0 16px;padding:0}.footer__user-account-nav-mobile{display:block;margin:0}.footer__user-account-nav-desktop{display:none}.footer .footer__inner{margin:0 auto;width:100%;max-width:1440px;padding:0 16px}.footer .footer__subnav{display:flex;flex-wrap:wrap}.footer .footer__divider{background-color:var(--theme-divider);height:1px;border:none;margin:24px auto;width:100%}.footer__divider-mobile{display:block}.footer__mobile-only{display:contents}.footer__desktop-only{display:none}.footer .footer__row{display:flex;align-items:center;flex-direction:column}.footer .footer__brand-logo{margin-bottom:32px}.footer .footer__links{display:flex;margin-top:24px;justify-content:center;flex-flow:row wrap}.footer .footer__copyright-text,.footer .footer__disclaimer-text,.footer .footer__link{font-size:12px;display:block;text-decoration:none;font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif;letter-spacing:0;text-align:center;line-height:20px}.footer .footer__link{margin:0 16px 4px 0;color:var(--theme-copy-accent)}.footer .footer__copyright-text{margin:24px auto 0;color:var(--theme-copy-accent)}.footer .footer__copyright-text>a{color:var(--theme-copy-accent);text-decoration:none}.footer .footer__disclaimer-text{color:var(--theme-footer-disclaimer-color);font-weight:var(--theme-footer-disclaimer-weight);text-align:center;margin:32px auto 0}.footer .footer__disclaimer-text>a{color:#262626;text-decoration:none}.footer .footer__copyright-text>a:hover,.footer .footer__link:hover{text-decoration:underline;color:var(--theme-copy-accent-hover)}.footer .footer__disclaimer-text>a:hover{text-decoration:underline;color:var(--theme-copy-accent)}.footer .uclink,.footer__vertical-divider{display:none}.footer__audio-link,.footer__live-tv-link,.footer__video-link{display:block;color:var(--theme-copy-accent);font-size:15px;font-weight:400;position:relative;text-decoration:none;line-height:20px}.footer__audio-link:active,.footer__audio-link:focus,.footer__audio-link:hover,.footer__live-tv-link:active,.footer__live-tv-link:focus,.footer__live-tv-link:hover,.footer__video-link:active,.footer__video-link:focus,.footer__video-link:hover{color:var(--theme-header__item-link-hover-color)}.footer__audio-link-desktop,.footer__live-tv-link-desktop,.footer__video-link-desktop{display:none}.footer__audio-link-mobile,.footer__live-tv-link-mobile,.footer__video-link-mobile{letter-spacing:.2px;line-height:26px;font-size:18px;text-align:center}.footer__audio-link-mobile,.footer__live-tv-link-mobile{margin-bottom:12px}@media screen and (min-width:480px){body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .footer{padding-top:48px;padding-right:0;margin-right:0}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .footer__user-account-menu,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .footer__user-account-nav-menu{display:block}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .footer .user_account-nav--auth .user-account-nav__icon-button--auth{display:none}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .footer .user_account-nav--unauth .user-account-nav__icon-button--unauth{display:block}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .footer .footer__inner{padding:0 16px}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .footer .footer__subnav{margin-bottom:24px}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .footer__user-account-icon{margin:0 0 0 16px}}@media screen and (min-width:960px){body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .footer .footer__inner{padding:0 32px}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .footer .footer__subnav{margin-bottom:24px}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .footer__right{padding:0 0 0 80px;align-self:flex-end;align-items:inherit}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .footer__user-account-nav-icon{margin:0 0 0 24px}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .footer__user-account-nav-desktop{display:block}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .footer__user-account-menu .footer__divider,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .footer__user-account-nav-menu .footer__divider,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .footer__user-account-nav-mobile{display:none}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .footer__vertical-divider{display:block;height:24px;margin:0 0 0 24px;border-left:1px solid var(--theme-divider)}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .footer__divider-mobile,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .footer__mobile-only,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .footer__vertical-divider.footer__audio-link-desktop,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .footer__vertical-divider.footer__live-tv-link-desktop,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .footer__vertical-divider.footer__video-link-desktop{display:none}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .footer__desktop-only{display:contents}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .footer__audio-link-mobile,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .footer__live-tv-link-mobile,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .footer__video-link-mobile{display:none}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .footer__audio-link,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .footer__video-link{margin:0 24px 0 0}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .footer .footer__brand-logo{margin-bottom:0}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .footer .footer__row{flex-direction:row;justify-content:space-between;margin-top:32px}}@media screen and (min-width:1280px){body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .footer{padding-top:48px}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .footer__audio-link-desktop,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .footer__live-tv-link-desktop,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .footer__video-link-desktop{white-space:nowrap;display:block}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .footer__vertical-divider.footer__audio-link-desktop,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .footer__vertical-divider.footer__live-tv-link-desktop,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .footer__vertical-divider.footer__video-link-desktop{display:block}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .footer .footer__subnav{padding:0}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .footer .footer__divider:first-of-type{display:none}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .footer .footer__divider:last-of-type{display:block}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .footer .footer__links{justify-content:flex-start}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .footer .footer__copyright-text,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .footer .footer__disclaimer-text{text-align:left}}@media screen and (min-width:1280px) and (max-width:1440px){body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .footer .footer__subnav{padding:0}}.bizdev-outbrain{position:relative}.bizdev-outbrain[data-visible-viewport=desktop]{margin-bottom:0}.bizdev-outbrain--unfurled{max-width:1100px;margin:0 auto;padding:0 10px}@media screen and (min-width:960px){body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .bizdev-outbrain[data-visible-viewport=mobile]{margin-bottom:0}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .bizdev-outbrain[data-visible-viewport=desktop]{margin-bottom:48px}}.ad-slot-dynamic{display:flex;position:relative;justify-content:center;align-items:center;width:100%;overflow:hidden}.ad-slot-dynamic--outstream{position:relative;background-color:#b1b1b1;max-height:600px;transition:max-height .5s ease-out;transition-property:max-height;transition-duration:.5s;transition-timing-function:ease-out;transition-delay:0s}.ad-slot-dynamic--hidden{display:none}.ad-slot-dynamic__close{position:absolute;right:0;top:0;width:18px;height:18px;opacity:.3;cursor:pointer}.ad-slot-dynamic__close:hover{opacity:1}.ad-slot-dynamic__close::after,.ad-slot-dynamic__close::before{position:absolute;left:8px;content:\\' \\';height:19px;width:2px;background-color:#333}.ad-slot-dynamic__close::before{transform:rotate(45deg)}.ad-slot-dynamic__close::after{transform:rotate(-45deg)}.ad-slot-dynamic .ad-slot .ad::after{padding-bottom:0}.ad-slot-dynamic iframe{max-width:100%}@media screen and (min-width:1280px){body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .ad-slot-dynamic[data-uri*=below-playlist] .ad-slot{padding-top:40px;margin:0 0 0 24px}}@media screen and (max-width:479px){body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .ad-slot-dynamic[data-uri$=\\'sharethrough@published\\'],body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .ad-slot-dynamic[data-uri$=\\'sharethrough@published\\'] .ad-slot,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .ad-slot-dynamic[data-uri$=sharethrough],body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .ad-slot-dynamic[data-uri$=sharethrough] .ad-slot{padding:0}}.bizdev-yieldmo{margin-bottom:48px}.ad-feedback__container{box-sizing:border-box;margin:0 auto;padding:30px;background:#fff;box-shadow:0 8px 24px 0 rgba(0,0,0,.25);border-radius:8px;display:block;flex-direction:row-reverse;justify-content:space-between;max-height:100%;max-width:500px;overflow-y:auto}.ad-feedback__container .ad-feedback__form{display:block;flex-grow:1}.ad-feedback__container .ad-feedback__form .ad-feedback__heading{padding-bottom:20px;display:flex;justify-content:space-between}.ad-feedback__container .ad-feedback__form .ad-feedback__heading__text{margin:0;color:#0c0c0c;font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif;height:auto;font-size:20px;font-weight:700;letter-spacing:2px;line-height:normal;text-transform:uppercase;width:320px}.ad-feedback__container .ad-feedback__form .ad-feedback__heading__close{width:24px;height:24px;cursor:pointer;background-image:url(/media/sites/cnn/icons/ui-close.svg)}.ad-feedback__container .ad-feedback__form .ad-feedback__content-container{display:flex;flex-flow:column;margin-bottom:20px}.ad-feedback__container .ad-feedback__form .ad-feedback__content-container:last-of-type{margin-bottom:0}.ad-feedback__container .ad-feedback__form .ad-feedback__content-container .ad-feedback__question-container{color:#0c0c0c;font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif;font-size:16px;font-weight:700;letter-spacing:.2px;line-height:24px;margin:0 0 10px}.ad-feedback__container .ad-feedback__form .ad-feedback__content-container .ad-feedback__answers-container{display:flex;margin-left:-7px}.ad-feedback__container .ad-feedback__form .ad-feedback__content-container .ad-feedback__answers-container .ad-feedback__emoji-container{display:flex;flex-flow:column;align-items:center;margin-right:20px}.ad-feedback__container .ad-feedback__form .ad-feedback__technical-issues-checkbox-container{display:flex;align-items:center}.ad-feedback__container .ad-feedback__form .ad-feedback__technical-issues-checkbox-container .switch{position:relative;display:inline-block;width:60px;height:34px}.ad-feedback__container .ad-feedback__form .ad-feedback__technical-issues-checkbox-container .ad-feedback__technical-issues-slider{opacity:0;width:60px;height:34px}.ad-feedback__container .ad-feedback__form .ad-feedback__technical-issues-checkbox-container .slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#e6e6e6;transition:.4s}.ad-feedback__container .ad-feedback__form .ad-feedback__technical-issues-checkbox-container .slider:before{position:absolute;content:\\'\\';height:26px;width:26px;left:4px;bottom:4px;background-color:#fff;transition:.4s}.ad-feedback__container .ad-feedback__form .ad-feedback__technical-issues-checkbox-container .slider.round{border-radius:34px}.ad-feedback__container .ad-feedback__form .ad-feedback__technical-issues-checkbox-container .slider.round:before{border-radius:50%}.ad-feedback__container .ad-feedback__form .ad-feedback__technical-issues-checkbox-container .ad-feedback__technical-issues-slider:checked~.slider:before{transform:translateX(26px)}.ad-feedback__container .ad-feedback__form .ad-feedback__technical-issues-checkbox-container .ad-feedback__technical-issues-slider:checked~.slider{background-color:#006598}.ad-feedback__container .ad-feedback__form .ad-feedback__technical-issues-checkbox-container .ad-feedback__technical-issues-checkbox-label{margin-left:10px;font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif;color:#0c0c0c}.ad-feedback__container .ad-feedback__form .ad-feedback__technical-issues-container{margin-bottom:20px}.ad-feedback__container .ad-feedback__form .hide{display:none}.ad-feedback__container .ad-feedback__emoji-base{text-align:center;cursor:pointer;padding:8px}.ad-feedback__container .ad-feedback__emoji-base .ad-feedback__emoji-label-text{width:56px;height:19px;color:#0c0c0c;font-size:12px;font-weight:400;text-align:center;letter-spacing:.2px;line-height:18px;margin-top:5px;margin-bottom:0}.ad-feedback__container .ad-feedback__emoji-base:before{background-position:center;background-repeat:no-repeat;background-size:cover;display:inline-block;width:32px;height:32px;position:relative;vertical-align:top;cursor:pointer;text-align:center;content:\\'\\';filter:invert(95%) sepia(3%) saturate(4129%) hue-rotate(189deg) brightness(123%) contrast(39%)}.ad-feedback__container .ad-feedback__emoji-base:hover:before{filter:none}.ad-feedback__container .ad-feedback__emoji-base.ad-feedback__emoji-bad:before{background-image:url(/media/sites/cnn/icons/feedback-emoji-bad.svg)}.ad-feedback__container .ad-feedback__emoji-base.ad-feedback__emoji-not-good:before{background-image:url(/media/sites/cnn/icons/feedback-emoji-not-good.svg)}.ad-feedback__container .ad-feedback__emoji-base.ad-feedback__emoji-okay:before{background-image:url(/media/sites/cnn/icons/feedback-emoji-okay.svg)}.ad-feedback__container .ad-feedback__emoji-base.ad-feedback__emoji-good:before{background-image:url(/media/sites/cnn/icons/feedback-emoji-good.svg)}.ad-feedback__container .ad-feedback__emoji-base.ad-feedback__emoji-great:before{background-image:url(/media/sites/cnn/icons/feedback-emoji-great.svg)}.ad-feedback__container .ad-feedback__emoji-radio-input{position:absolute;opacity:0;width:30px;height:30px}.ad-feedback__container .ad-feedback__emoji-radio-input:checked~.ad-feedback__emoji-base{font-weight:700;white-space:nowrap}.ad-feedback__container .ad-feedback__emoji-radio-input:checked~.ad-feedback__emoji-bad:before,.ad-feedback__container .ad-feedback__emoji-radio-input:checked~.ad-feedback__emoji-not-good:before{filter:invert(37%) sepia(83%) saturate(3309%) hue-rotate(337deg) brightness(100%) contrast(100%)}.ad-feedback__container .ad-feedback__emoji-radio-input:checked~.ad-feedback__emoji-okay:before{filter:invert(75%) sepia(51%) saturate(594%) hue-rotate(343deg) brightness(102%) contrast(101%)}.ad-feedback__container .ad-feedback__emoji-radio-input:checked~.ad-feedback__emoji-good:before,.ad-feedback__container .ad-feedback__emoji-radio-input:checked~.ad-feedback__emoji-great:before{filter:invert(72%) sepia(18%) saturate(860%) hue-rotate(125deg) brightness(89%) contrast(91%)}.ad-feedback__container .ad-feedback__comment{font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif;color:#0c0c0c;font-size:13px;font-weight:400;letter-spacing:.2px;line-height:24px;padding:10px 16px;background:#fff;border-radius:4px;border:1px solid #b1b1b1;height:78px;resize:none}.ad-feedback__container .ad-feedback__comment:-ms-input-placeholder{color:#6e6e6e}.ad-feedback__container .ad-feedback__comment::placeholder{color:#6e6e6e}.ad-feedback__container .ad-feedback__comment.ad-feedback__comment_error{background-color:#ffd5d5;border:1px solid #a20000}.ad-feedback__container .ad-feedback__comment-error-msg{margin-top:5px;font-size:14px;color:#a20000}.ad-feedback__container .ad-feedback__actions{display:flex;justify-content:flex-end;margin-bottom:10px}.ad-feedback__container .ad-feedback__actions>.button{border:none;font-size:16px;font-weight:700;border-radius:4px;height:44px;width:106px;font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif;cursor:pointer}.ad-feedback__container .ad-feedback__actions>.button.ad-feedback__cancel{color:#0c0c0c;background-color:transparent;margin-right:20px}.ad-feedback__container .ad-feedback__actions>.button.ad-feedback__cancel:hover,.ad-feedback__container .ad-feedback__submitted__close:hover{background-color:#e6e6e6}.ad-feedback__container .ad-feedback__actions>.button.ad-feedback__submit{color:#fff;background-color:#0c0c0c}.ad-feedback__container .ad-feedback__actions>.button.ad-feedback__submit:hover{background-color:#6e6e6e}.ad-feedback__container .ad-feedback__actions>.button.ad-feedback__submit:disabled{background-color:rgba(12,12,12,.2);cursor:default}.ad-feedback__container .ad-feedback__checkbox-container{display:flex;align-items:center;position:relative;width:fit-content;width:-moz-max-content;padding-left:30px;margin-bottom:10px;cursor:pointer;-webkit-user-select:none;-ms-user-select:none;user-select:none;color:#0c0c0c;font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif;font-size:14px;font-weight:400;height:24px;letter-spacing:.18px;line-height:24px;white-space:nowrap}.ad-feedback__container .ad-feedback__checkbox-container .ad-feedback__checkmark{position:absolute;left:0;background:#fff;border-radius:4px;border:1px solid #b1b1b1;height:20px;width:20px}.ad-feedback__container .ad-feedback__checkbox-container .ad-feedback__checkmark:after{content:\\'\\';position:absolute;display:none;left:7px;top:4px;width:5px;height:10px;border:solid #fff;border-width:0 1px 1px 0;transform:rotate(45deg)}.ad-feedback__container .ad-feedback__checkbox-container .ad-feedback__checkbox__input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.ad-feedback__container .ad-feedback__checkbox-container .ad-feedback__checkbox__input:checked~.ad-feedback__checkmark{background:#006598;border:none}.ad-feedback__container .ad-feedback__checkbox-container .ad-feedback__checkbox__input:checked~.ad-feedback__checkmark:after{display:block}.ad-feedback__container .ad-feedback__submitted{color:#0c0c0c;display:none;flex-direction:column;align-items:center;width:100%;position:relative}.ad-feedback__container .ad-feedback__submitted__checkmark{background:url(/media/sites/cnn/icons/system-check-default.svg) center no-repeat;background-size:cover;height:64px;width:64px;filter:invert(39%) sepia(39%) saturate(542%) hue-rotate(98deg) brightness(96%) contrast(100%)}.ad-feedback__container .ad-feedback__submitted__title{color:#0c0c0c;font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif;font-size:20px;font-weight:700;height:26px;letter-spacing:2px;line-height:26px;text-transform:uppercase;margin-top:24px}.ad-feedback__container .ad-feedback__submitted__close,.ad-feedback__container .ad-feedback__submitted__message{color:#0c0c0c;font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif;font-size:16px;text-align:center}.ad-feedback__container .ad-feedback__submitted__message{font-weight:400;letter-spacing:.2px;line-height:24px;width:295px;margin-top:16px}.ad-feedback__container .ad-feedback__submitted__close{font-weight:700;margin-top:30px;cursor:pointer;border:none;border-radius:4px;height:44px;line-height:44px;width:106px}.ad-feedback__container .ad-feedback__submitted__close-icon{width:24px;height:24px;cursor:pointer;background-image:url(/media/sites/cnn/icons/ui-close.svg);position:absolute;top:0;right:0}.ad-feedback__container.submitted{width:422px}.ad-feedback__container.submitted .ad-feedback__form{display:none}.ad-feedback__container.submitted .ad-feedback__submitted{display:flex}.modal__overlay{z-index:200;height:100%;width:100%;position:fixed;top:0;left:0;display:flex;justify-content:center;align-items:center;background:rgba(12,12,12,.95);opacity:100%}.modal__overlay .modal__container{background:#0c0c0c;color:#fff}@media screen and (min-width:480px){.modal__container{height:auto;width:auto}}@media screen and (max-width:479px){body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .ad-feedback__container{padding:8% 6% 6%;margin:8px;overflow-y:auto;max-height:100%}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .ad-feedback__container .ad-feedback__scrollable{overflow-y:auto}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .ad-feedback__container .ad-feedback__heading{position:relative;margin-bottom:30px}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .ad-feedback__container .ad-feedback__heading__text{font-size:16px;font-weight:700;width:fit-content;width:-moz-max-content;line-height:18px;margin-bottom:0;letter-spacing:.5px}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .ad-feedback__container .ad-feedback__heading__close{position:absolute;background-position:0 -4px;top:0;right:0;width:20px;cursor:pointer;background-image:url(/media/sites/cnn/icons/ui-close.svg)}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .ad-feedback__container .ad-feedback__form .ad-feedback__content-container .ad-feedback__question-container{font-size:14px;line-height:18px;margin:0 0 10px}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .ad-feedback__container .ad-feedback__form .ad-feedback__content-container .ad-feedback__answers-container{justify-content:space-between;margin-left:7px}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .ad-feedback__container .ad-feedback__form .ad-feedback__content-container .ad-feedback__answers-container .ad-feedback__emoji-container{width:20px}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .ad-feedback__container .ad-feedback__checkbox-container{font-size:14px;padding-left:25px;margin-bottom:10px;line-height:16px;height:30px;white-space:normal}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .ad-feedback__container .ad-feedback__comment{line-height:18px}}.ad-slot-header{position:fixed;top:0;left:0;width:100%}.ad-slot-header .ad-slot-header__container{background-color:var(--theme-ad-slot-background-color);transform:translateY(0);transition:transform 1s ease 0s;width:100%}.userAccountVisible .ad-slot-header .ad-slot-header__container{transition:none}.kiln-edit-mode .ad-slot-header .ad-slot-header__container{background-color:transparent}.ad-slot-header .resizeListenerIframe{display:block;height:100%;left:0;opacity:0;overflow:hidden;pointer-events:none;position:absolute;top:0;width:100%;z-index:-1}.ad-slot-header .ad.ad::after{display:none}.ad-slot-header .ad-slot{padding:0!important;position:sticky;top:0;z-index:-1}.ad-slot-header .ad-slot .celtra-ad-inline-host{margin:0}.ad-slot-header.userAccountVisible{position:fixed}.ad-slot-header__wrapper{-webkit-clip-path:inset(0);clip-path:inset(0)}@media screen and (max-width:959px){.ad-slot-header__wrapper{min-height:50px;background-color:#0c0c0c}.ad-slot-header .ad-slot-header__container .adSlotLoaded .ad-slot__ad-label::after{content:\\'\\'}}@media screen and (min-width:960px){.ad-slot-header,.ad-slot-header__wrapper{min-height:276px}.ad-slot-header{z-index:1;display:flex;align-items:center;justify-content:center;background-color:#0c0c0c}.ad-slot-header .ad-slot-header__container{display:flex;align-items:center;justify-content:center;background-color:#0c0c0c}.ad-slot-header .ad-slot-header__container .ad-feedback-link-container,.ad-slot-header .ad-slot-header__container .ad-slot__feedback{justify-content:space-between}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) header.header__wrapper-outer{height:calc(276px + 40px);top:-276px}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .ad-slot-header .ad-slot__ad-label{margin:2px 0 0}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .ad-slot-header .ad-feedback-link-container,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .ad-slot-header .ad-slot__feedback{padding:0!important;justify-content:space-between;max-width:100%!important}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .ad-slot-header .ad-feedback-link-container .ad-slot__ad-label,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .ad-slot-header .ad-slot__feedback .ad-slot__ad-label{color:var(--theme-ad-slot-text-color)}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .ad-slot-header .ad-feedback-link-container .ad-feedback-link,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .ad-slot-header .ad-feedback-link-container .ad-slot__feedback-text,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .ad-slot-header .ad-slot__feedback .ad-feedback-link,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .ad-slot-header .ad-slot__feedback .ad-slot__feedback-text{color:var(--theme-ad-slot-text-color);margin:4px 0 2px}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .ad-slot-header .ad-feedback-link-container .ad-feedback-link .icon-ui-speech-bubble,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .ad-slot-header .ad-feedback-link-container .ad-slot__feedback-text .icon-ui-speech-bubble,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .ad-slot-header .ad-slot__feedback .ad-feedback-link .icon-ui-speech-bubble,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .ad-slot-header .ad-slot__feedback .ad-slot__feedback-text .icon-ui-speech-bubble{fill:var(--theme-ad-slot-text-color)}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .ad-slot-header .ad-feedback-link-container .ad-feedback-link__label:before,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .ad-slot-header .ad-feedback-link-container .ad-slot__feedback-text__label:before,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .ad-slot-header .ad-slot__feedback .ad-feedback-link__label:before,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .ad-slot-header .ad-slot__feedback .ad-slot__feedback-text__label:before{background-color:var(--theme-ad-slot-text-color)}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .ad-slot-header .ad-feedback-link-container .ad-feedback-link:hover,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .ad-slot-header .ad-feedback-link-container .ad-slot__feedback-text:hover,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .ad-slot-header .ad-slot__feedback .ad-feedback-link:hover,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .ad-slot-header .ad-slot__feedback .ad-slot__feedback-text:hover{color:var(--theme-ad-slot-text-hover)}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .ad-slot-header .ad-feedback-link-container .ad-feedback-link:hover .icon-ui-speech-bubble,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .ad-slot-header .ad-feedback-link-container .ad-slot__feedback-text:hover .icon-ui-speech-bubble,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .ad-slot-header .ad-slot__feedback .ad-feedback-link:hover .icon-ui-speech-bubble,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .ad-slot-header .ad-slot__feedback .ad-slot__feedback-text:hover .icon-ui-speech-bubble{fill:var(--theme-ad-slot-text-hover)}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .ad-slot-header .ad-feedback-link-container .ad-feedback-link:hover .ad-feedback-link__label:before,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .ad-slot-header .ad-feedback-link-container .ad-slot__feedback-text:hover .ad-feedback-link__label:before,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .ad-slot-header .ad-slot__feedback .ad-feedback-link:hover .ad-feedback-link__label:before,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .ad-slot-header .ad-slot__feedback .ad-slot__feedback-text:hover .ad-feedback-link__label:before{background-color:var(--theme-ad-slot-text-hover)}}@media screen and (max-width:959px){body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .ad-slot-header .ad-slot{margin-bottom:0}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .ad-slot-header .ad-slot.adSlotLoaded{padding-bottom:8px}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .ad-slot-header .ad-slot .ad-feedback-link-container{display:none}}.header__container,.header__mobile-nav .header__nav-item-link-accordion{justify-content:space-between}html{scroll-padding-top:40px}.header{background-color:var(--theme-background);border-bottom:1px solid var(--theme-divider);height:40px;left:0;right:0;transform:translateY(0);transition:transform 1s ease 0s;z-index:100;position:sticky;position:-webkit-sticky;top:0}.userAccountVisible+.header{transition:none}.header__nav-item-link,.header__nav-more-link,.header__nav-special-text{font-weight:500;transition:color .4s ease;line-height:var(--theme-header__item-link-line-height);text-decoration:none}.kiln-edit-mode .header.component-selector-wrapper{position:sticky;top:3.5rem}.header__menu-icon{display:block}.header__outer{height:40px;position:relative;z-index:50}.header__socials{display:none}.header__subnav-mount{position:relative}.header__container{display:flex;align-items:flex-start;margin:0 auto;overflow:visible;padding:0 16px;max-width:1440px}.header__left{display:flex;flex:0 0 auto;align-items:center;height:40px}.header__nav{margin-left:16px;display:none;height:auto;overflow:visible}.header__nav-more{display:none}.header__nav-special{display:none;border-bottom:solid 1px var(--theme-header-mobile-nav-border-color);width:100%}.header__nav-special-text{color:var(--theme-header__item-link-color);font-size:14px;margin:0 16px;white-space:normal}.header__nav-special-text:hover{color:var(--theme-copy-accent-hover)}.header__nav-item-link,.header__nav-more-link{color:var(--theme-copy-accent);font-size:15px;display:block;white-space:nowrap}.header__nav-item-dropdown-item,.header__nav-item-link:hover,.header__nav-item:hover .header__nav-item-link,.header__nav-more-dropdown-item,.header__nav-more-link:hover,.header__nav-more:hover .header__nav-item-link{color:var(--theme-header__item-link-hover-color)}.header__editionizer-button,.header__nav-item--active>.header__nav-item-link,.header__nav-more--active>.header__nav-item-link,.header__nav-more-link:hover{font-weight:700}.header__nav-item-link-centered,.header__nav-more-link-centered{justify-content:center;margin:0}.header__nav-item-dropdown,.header__nav-more-dropdown{background-color:var(--theme-header__mobile-dropdown-background);display:none;position:absolute;opacity:0;transition:opacity .3s ease;width:fit-content}.header__nav-item-dropdown-item,.header__nav-more-dropdown-item{line-height:var(--theme-header__item-link-line-height);display:block;padding:0 16px;text-decoration:none;font-size:15px;border-bottom:1px solid var(--theme-header-mobile-nav-border-color)}.header__nav-item-dropdown-item:hover,.header__nav-more-dropdown-item:hover{background-color:var(--theme-header__hover-item-hover)}.header__nav-item-dropdown-item:last-of-type,.header__nav-more-dropdown-item:last-of-type{border-bottom:0}.header__nav-item:hover,.header__nav-more:hover{background-color:var(--theme-header__item-link-hover-background-color)}.header__nav-button{cursor:pointer;-webkit-user-select:none;-ms-user-select:none;user-select:none}.header__subnav-item{margin:0;padding:0}.header__user-account-icon{margin:0 0 0 16px;padding:0}.header__search-icon{margin:0 0 0 24px;padding:0}.header__user-account-nav-mobile{display:block;margin:0}.header__user-account-nav-desktop{display:none}.header__close-icon,.header__menu-icon{margin:0 16px 0 0;padding:0}.header__menu-icon,.header__search-icon{height:32px}.header__close-icon,.header__search-icon{display:none}.header__close-icon,.header__menu-icon,.header__search-icon{background:0 0;border:none;box-shadow:none}.header__close-icon-svg,.header__menu-icon-svg,.header__search-icon-svg{height:24px;width:24px;fill:var(--theme-icon-color);transition:fill .4s ease}.header__close-icon:focus,.header__menu-icon:focus,.header__search-icon:focus{color:#fff}.header__close-icon:active,.header__close-icon:focus,.header__close-icon:hover,.header__menu-icon:active,.header__menu-icon:focus,.header__menu-icon:hover,.header__search-icon:active,.header__search-icon:focus,.header__search-icon:hover{cursor:pointer}.header__close-icon:active .header__close-icon-svg,.header__close-icon:active .header__menu-icon-svg,.header__close-icon:active .header__search-icon-svg,.header__close-icon:focus .header__close-icon-svg,.header__close-icon:focus .header__menu-icon-svg,.header__close-icon:focus .header__search-icon-svg,.header__close-icon:hover .header__close-icon-svg,.header__close-icon:hover .header__menu-icon-svg,.header__close-icon:hover .header__search-icon-svg,.header__menu-icon:active .header__close-icon-svg,.header__menu-icon:active .header__menu-icon-svg,.header__menu-icon:active .header__search-icon-svg,.header__menu-icon:focus .header__close-icon-svg,.header__menu-icon:focus .header__menu-icon-svg,.header__menu-icon:focus .header__search-icon-svg,.header__menu-icon:hover .header__close-icon-svg,.header__menu-icon:hover .header__menu-icon-svg,.header__menu-icon:hover .header__search-icon-svg,.header__search-icon:active .header__close-icon-svg,.header__search-icon:active .header__menu-icon-svg,.header__search-icon:active .header__search-icon-svg,.header__search-icon:focus .header__close-icon-svg,.header__search-icon:focus .header__menu-icon-svg,.header__search-icon:focus .header__search-icon-svg,.header__search-icon:hover .header__close-icon-svg,.header__search-icon:hover .header__menu-icon-svg,.header__search-icon:hover .header__search-icon-svg{fill:var(--theme-icon-color-hover)}.header__editionizer{display:none;text-align:center;width:100%;z-index:1}.header__editionizer-menu{display:none;padding:0;text-align:center}.header__editionizer-item{margin:16px 0;list-style:none}.header__editionizer-item:hover{text-decoration:underline;text-underline-offset:var(--theme-paragraph__hover-link-offset)}.header__editionizer-link{color:var(--theme-copy-accent);font-size:14px;text-decoration:none}.header__editionizer--active .header__editionizer-menu{display:block}.header__editionizer--active .header__editionizer-button .icon-ui-caret-down{transform:rotate(180deg)}.header__editionizer-button{background:0 0;border:none;color:var(--theme-copy-accent);font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif;font-size:18px;line-height:1.25;cursor:pointer}.header__editionizer .header__editionizer-caret{display:inline-block}.header__editionizer .header__editionizer-caret .icon-ui-caret-down{fill:var(--theme-copy-accent);transition:transform .25s ease;height:14px;width:16px;display:block;margin:0 auto 0 8px}.header__editionizer .header__editionizer-desktop{display:none}.header__right{align-items:center;display:flex;position:relative;height:40px}.header__right .header__editionizer-button{margin:0 0 0 16px;padding:0;height:32px}.header__user-account-menu,.header__user-account-nav-menu{display:none;width:100%;text-align:center}.header__audio-link,.header__live-tv-link,.header__video-link{display:block;color:var(--theme-copy-accent);font-size:15px;font-weight:400;position:relative;text-decoration:none;line-height:20px}.header__audio-link:active,.header__audio-link:focus,.header__audio-link:hover,.header__live-tv-link:active,.header__live-tv-link:focus,.header__live-tv-link:hover,.header__video-link:active,.header__video-link:focus,.header__video-link:hover{color:var(--theme-header__item-link-hover-color)}.header__subnav{background:var(--theme-background);border-bottom:1px solid var(--theme-divider);box-shadow:rgba(0,0,0,.25) 0 25px 27px -31px;display:none;left:0;max-height:calc(80vh - 40px);overflow-y:scroll;position:absolute;top:100%;width:100%;z-index:5}.header__subnav .header__container{padding:24px 16px;flex-direction:column;align-items:center}.header--active .header__subnav{display:block}.header--active .header__menu-icon{display:none}.header--active .header__close-icon{display:inline-block}.header__divider{background-color:var(--theme-divider);margin:24px auto;height:1px;border:none;width:40px}.header__divider .header__menu-icon{display:none}.header__divider .header__close-icon{display:inline-block}.header__divider--full-width{width:100%}.header .subnav__specific-content{display:none}.header .subnav:before{content:url(/media/sites/cnn/cnn-logo-bg.svg);display:block;margin:auto;width:56px}.header__mobile-nav{display:block;width:calc(100% + 32px)}.header__mobile-nav .header__nav{display:block;margin:0 0 16px}.header__mobile-nav .header__nav-item:first-child{border-top:solid 1px var(--theme-header-mobile-nav-border-color)}.header__mobile-nav .header__nav-item-accordion--open .header__nav-item-link-accordion::after{transform:rotate(180deg)}.header__mobile-nav .header__nav-item-link{display:flex;padding:8px 16px;width:100%;line-height:24px;white-space:normal;border-bottom:solid 1px var(--theme-header-mobile-nav-border-color)}.header__mobile-nav .header__nav-item-link-accordion:after{background-color:#fff;display:inline-block;content:\\'\\';-webkit-mask:url(/media/sites/cnn/icons/ui-caret-down.svg) no-repeat 50% 50%;mask:url(/media/sites/cnn/icons/ui-caret-down.svg) no-repeat 50% 50%;-webkit-mask-size:contain;mask-size:contain;transition:transform .5s ease;width:16px;min-width:16px}.header__mobile-nav .header__nav-item-dropdown{display:block;width:100%;opacity:1;overflow:hidden;max-height:0;position:relative;transition:max-height .45s ease}.header__mobile-nav .header__nav-item-dropdown--open{transition:max-height .8s ease;max-height:1200px}.header__mobile-nav .header__nav-item-dropdown-item{padding:8px 16px;font-size:14px;line-height:24px}.underscored .header__nav-item-dropdown,.underscored .header__nav-more-dropdown{margin-top:-1px}.header__wrapper-outer{position:sticky;z-index:10000;height:40px;top:0;pointer-events:none}.header__wrapper-inner{position:sticky;top:0;height:fit-content;min-height:40px;pointer-events:all}@media screen and (min-width:480px){body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .header__container{max-width:1440px;width:100%;padding:0 16px}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .header__right .header__editionizer-button{margin:0 0 0 24px}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .header__user-account-icon,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .header__user-account-nav-icon{margin:0 0 0 16px}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .header__user-account-nav-mobile{display:none}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .header .user-account-nav--auth .user-account-nav__icon-button--auth,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .header__user-account-nav-desktop{display:block}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .header .user-account-nav--unauth .user-account-nav__icon-button--unauth,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .header .user-account-nav__menu-button,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .header__audio-link-mobile,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .header__live-tv-link-mobile,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .header__mobile-only,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .header__video-link-mobile{display:none}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .header .user-account-nav--unauth .user-account-nav__text-button--unauth{border:1px solid var(--theme-header__login-button);box-sizing:border-box;border-radius:8px;padding:4px 8px;font-size:14px;line-height:20px;height:32px}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .header .user-account-nav--unauth .user-account-nav__text-button--unauth:hover{background-color:var(--theme-divider)}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .header__search-icon{margin:0 0 0 24px}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .header__audio-link,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .header__video-link{margin:0 24px 0 0}}@media screen and (max-width:479px){body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .header_nav-item-link{font-size:18px}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .header__audio-link-desktop,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .header__video-link-desktop{display:none}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .header__audio-link-mobile,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .header__live-tv-link-mobile,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .header__video-link-mobile{letter-spacing:.2px;line-height:26px;font-size:18px}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .header__audio-link-mobile,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .header__live-tv-link-mobile{margin-bottom:12px}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .header__mobile-only{display:block}}@media screen and (min-width:960px){body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .header__close-icon,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .header__menu-icon{margin:0 24px 0 0}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .header__nav{position:relative;display:contents;flex-wrap:wrap;overflow:hidden;visibility:hidden;height:16px}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .header__nav-special{width:auto;border:0}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .header__nav-item,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .header__nav-more{height:var(--theme-header__item-link-line-height);transition:background-color .2s ease;padding:0 12px;text-align:left}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .header__nav-item-dropdown,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .header__nav-more-dropdown{background-color:var(--theme-header__dropdown-background);margin:0 0 0 -12px}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .header__nav-item-dropdown-item,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .header__nav-more-dropdown-item{border-width:0 1px 1px;border-style:solid;border-color:var(--theme-header__dropdown-border-color)}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .header__nav-item:first-of-type,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .header__nav-more:first-of-type{margin-left:12px}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .header__nav-item:last-of-type,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .header__nav-more:last-of-type{border-bottom:0}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .header__nav-item:hover>.header__nav-item-dropdown,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .header__nav-more:hover>.header__nav-item-dropdown{display:block;opacity:1;z-index:300}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .header__nav-container{display:contents}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .header__container{padding:0 32px}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .header__audio-link-desktop,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .header__live-tv-link-desktop,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .header__video-link-desktop{white-space:nowrap}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .header__editionizer{position:relative;display:block;padding-top:0;width:100%;white-space:nowrap}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .header__editionizer .header__editionizer-header{display:block;padding:0;line-height:20px;width:calc(100% / 5);text-align:left;background:0 0;border:none;color:var(--theme-copy-follow);font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif;font-size:18px;font-weight:700}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .header__editionizer .header__editionizer-desktop{display:flex;width:inherit}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .header__editionizer .header__editionizer-mobile{display:none}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .header__editionizer-link{display:inherit;padding:0;line-height:20px;width:fit-content;color:var(--theme-edition-picker-link)}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .header__editionizer-link:hover{text-decoration:underline;-webkit-text-decoration-color:var(--theme-edition-picker-link);text-decoration-color:var(--theme-edition-picker-link);text-underline-offset:var(--theme-paragraph__hover-link-offset)}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .header__editionizer-link[data-current-edition]{color:#c00}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .header__editionizer-link:first-of-type .header__editionizer-list{color:#c00;font-weight:700}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .header__editionizer-item{margin:0;width:calc(100% / 5);text-align:left;padding:0}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .header__right{padding:0 0 0 80px}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .header__right .header__search-icon{display:inline-block}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .header__editionizer .header__divider,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .header__user-account-menu .header__divider,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .header__user-account-nav-menu .header__divider{display:none}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .header__subnav{max-height:calc(100vh - 40px)}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .header__subnav:before{content:none}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .header__subnav .header__editionizer{display:flex;align-self:flex-start;align-items:baseline}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .header__subnav .header__container{padding:24px 16px}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .header__socials{align-items:flex-end;display:flex;flex-flow:column;width:100%}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .header__mobile-nav,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .header__mobile-only{display:none}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .header .subnav:before{content:none}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ).kiln-edit-mode .header__nav{visibility:visible}}@media screen and (max-width:959px){body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ).menu-opened{position:fixed}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .header__subnav .header__editionizer{display:block}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .header__left .brand-logo{z-index:7}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .header__left .brand-logo:after{content:\\'\\';display:block;position:absolute;bottom:0;left:0;width:100%}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ).underscored .header .search{display:none}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ).underscored .header__subnav{background:#0c0c0c}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ).underscored .header__subnav *{color:#fff;fill:#fff}}@media screen and (min-width:960px) and (max-width:1279px){body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .header__nav{display:contents}}@media screen and (min-width:1280px){body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .header__nav{height:auto}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .header__nav-special{white-space:nowrap}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .header__nav-item{display:block}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .header__container{padding:0 32px}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .header__right .header__editionizer-header{margin:0 0 0 24px}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .header__subnav .header__container{padding:40px 32px}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .header__editionizer .header__editionizer-header,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .header__editionizer-item{width:calc(100% / 7)}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .header__divider{width:100%;margin:24px auto}}.kiln-edit-mode .header__wrapper-outer{height:auto;position:relative;top:unset}.kiln-edit-mode .header__inner{top:55px}.kiln-edit-mode.homepage-mobile--layout .header__inner,.kiln-edit-mode.homepage-mobile-app--layout .header__inner{margin:auto}.kiln-edit-mode.homepage-mobile--layout .header__inner{width:320px}.kiln-edit-mode.homepage-mobile-app--layout .header__inner{width:375px}.alerts,.alerts__container{position:relative;width:100%}.alerts{z-index:2}.alerts--visible{display:block}.alerts__item{background-color:#c00;color:#fff;display:flex;justify-content:center;z-index:1}.alerts__container{margin:16px}.alerts__content,.alerts__title{font-weight:700;font-size:16px}.alerts__title{text-transform:uppercase;margin-bottom:8px}.alerts__close{position:absolute;right:0;margin-right:8px;cursor:pointer;height:50px;width:50px}.alerts__close:after,.alerts__close:before{position:absolute;left:15px;content:\\' \\';height:22px;width:2px;background-color:#fff;transform:rotate(45deg)}.alerts__close:after{transform:rotate(-45deg)}.alerts__content{line-height:22px}.alerts__content ul{padding-left:18px;margin:0}.alerts__content a{text-decoration:none;color:#fff}.alerts__content a:hover{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:4px}@media screen and (min-width:960px){body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .alerts__container{max-width:calc(1440px - 63px);width:calc(100% - (2 * 32px))}}.series-banner_landing-page{height:100%;margin-bottom:16px}.series-banner_landing-page__background-wrapper{z-index:1;position:relative;overflow:hidden}.series-banner_landing-page__background{position:absolute;height:100%;top:0;width:100%;left:0}.series-banner_landing-page__background .image{margin:0;height:100%;width:100%;padding:0}.series-banner_landing-page__background .image .image__container{display:block}.series-banner_landing-page__title-wrapper{width:100%;padding:0;position:relative;top:0}.series-banner_landing-page__title{margin:0 auto;padding:48px 16px;width:100%;height:100%;max-width:1440px;min-width:300px;display:flex;flex-direction:column;justify-content:center}.series-banner_landing-page__no-image{border-bottom:1px solid #e6e6e6}.series-banner_landing-page__logo{display:flex;justify-content:space-between;text-decoration:none;color:inherit}.series-banner_landing-page__logo .image{display:block;padding:0;width:100%;margin:0;border-bottom:none}.series-banner_landing-page__logo .image__picture{display:block;height:40px}.series-banner_landing-page__logo .image__container{display:block;margin-bottom:0;background-color:initial}.series-banner_landing-page__logo .image.image--eq-small .image__container:only-child{margin-bottom:0}.series-banner_landing-page__logo .image__dam-img{max-height:40px;max-width:100%;object-fit:initial;width:auto}.series-banner_landing-page__logo-heading{font-size:36px;font-family:var(--theme-section-headline__font-family);line-height:42px;margin:0}.series-banner_landing-page__logo-heading--no-logo{max-width:676px}.series-banner_landing-page__description{display:none}.series-banner_landing-page__description-mobile{color:#000;margin:0 auto;padding:16px 16px 0;width:100%;max-width:1440px;min-width:300px}.series-banner_landing-page__see-more{text-decoration:none;font-size:14px;display:flex;align-items:center;width:80px;font-weight:700;justify-content:space-between}.series-banner_landing-page .image__metadata,.series-banner_landing-page .image__outer-container::after,.series-banner_landing-page~.ad-slot-top .ad-feedback-link-container{display:none}.series-banner_landing-page__see-more>.icon-ui-caret-right-thick{fill:inherit;width:12px;height:12px}.series-banner_landing-page__light-text{color:#fff;fill:#fff}.series-banner_landing-page__light-text .series-banner_landing-page__background:after{height:100%;position:absolute;content:\\'\\';width:100%;top:0;left:0;background:linear-gradient(83.03deg,rgba(0,0,0,.5) 21.86%,rgba(0,0,0,0) 64.84%)}.series-banner_landing-page .image__container{height:100%}.series-banner_landing-page .image__outer-container{float:none;margin:0;padding:0}.series-banner_landing-page~.ad-slot-top{padding:16px 0 0 16px}.series-banner_landing-page~.ad-slot-top .ad-slot{z-index:2;width:unset;border:none;margin-bottom:0!important;padding:0}.layout__content-wrapper:has(.zone:first-child.zone--t-dark) [data-uri*=\\'/_components/series-banner/\\']{margin-bottom:0}@media screen and (min-width:960px){body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .series-banner_landing-page__title{padding:48px 32px}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .series-banner_landing-page__logo .image{padding:0}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .series-banner_landing-page__logo .image__picture{height:80px}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .series-banner_landing-page__logo .image__dam-img{max-height:80px;height:80px}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .series-banner_landing-page__logo-heading{font-size:42px;line-height:48px}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .series-banner_landing-page__description{display:block;padding-top:16px;max-width:676px}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .series-banner_landing-page__description-mobile{display:none}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .series-banner_landing-page~.ad-slot-top{height:100%;position:absolute;max-width:1440px;min-width:300px;padding:48px 32px;left:0;top:0;right:0;margin-left:auto;margin-right:auto;display:flex;justify-content:flex-end;align-items:center}}article.cnn-pcl-1a4cfl8.cnn-pcl-1a4cfl8{border:1px solid #e6e6e6;border-radius:4px;position:relative;display:grid;background:#fff;grid-template-areas:\"header\" \"results\" \"footer\" \"state-election-map\";grid-template-columns:1fr}@media screen and (min-width:1024px){article.cnn-pcl-1a4cfl8.cnn-pcl-1a4cfl8{border:1px solid #e6e6e6;border-radius:4px;position:relative;display:grid;background:#fff;grid-template-areas:\"header header\" \"results state-election-map\" \"footer state-election-map\";grid-template-columns:3fr 2fr;margin:0 auto}article.centered-1S94jJ.cnn-pcl-1a4cfl8.cnn-pcl-1a4cfl8{max-width:1220px}}.stacked-qcczXo.cnn-pcl-1a4cfl8 article.cnn-pcl-1a4cfl8{grid-template-areas:\"header\" \"results\" \"state-election-map\" \"footer\";grid-template-columns:1fr}article.called-3lX9Im.cnn-pcl-1a4cfl8.cnn-pcl-1a4cfl8::before{content:\"\";height:8px;width:calc(100% + 2px);margin-left:-1px;margin-top:-1px;border-top-left-radius:4px;border-top-right-radius:4px;position:absolute;top:0;left:0;background:var(--winnerPartyColor)}.cta-wrapper-1KjYeR.cnn-pcl-1a4cfl8.cnn-pcl-1a4cfl8{display:flex;justify-content:flex-end;margin-top:10px}@media screen and (max-width:479px){.cta-wrapper-1KjYeR.cnn-pcl-1a4cfl8.cnn-pcl-1a4cfl8{justify-content:center}}.cta-wrapper-1KjYeR.cnn-pcl-1a4cfl8>a{text-decoration:none;border:1px solid #262626;border-radius:5px;color:#0c0c0c;padding:7px 28px;font-size:16px;font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif;font-weight:400;margin-right:5px}.cta-wrapper-1KjYeR.cnn-pcl-1a4cfl8>a:last-of-type{margin-right:0}.results-suite-container-28sdat.cnn-pcl-1a4cfl8.cnn-pcl-1a4cfl8{margin:0 auto 40px}.results-suite-container-28sdat.centered-1S94jJ.cnn-pcl-1a4cfl8.cnn-pcl-1a4cfl8{max-width:1220px}.house-tiles-wrapper-3Qd2mY.cnn-pcl-1a4cfl8.cnn-pcl-1a4cfl8{padding:20px}.no-data-available-2PiLx9.cnn-pcl-lcv429{font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif;font-weight:400;background:#fff;border:1px solid #e6e6e6;font-size:16px;border-radius:4px;padding:12px}.updated-3SEzh0.cnn-pcl-1s2y172.cnn-pcl-1s2y172{font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif;font-weight:400;font-size:10px;padding:4px 0 0;display:flex;flex-direction:row;align-items:center;width:100%}.updated-3SEzh0.cnn-pcl-1s2y172 .line-2xgLzQ.cnn-pcl-1s2y172{border-top:1px solid #e6e6e6;flex:1}.updated-3SEzh0.cnn-pcl-1s2y172 .timestamp-3V94I1.cnn-pcl-1s2y172{margin:0 12px;color:#8d8d8d;font-size:12px}.state-election-map-2kyVCy.cnn-pcl-glx31i.cnn-pcl-glx31i{grid-area:state-election-map;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:10px}.state-election-map-2kyVCy.cnn-pcl-glx31i h2.cnn-pcl-glx31i{font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif;font-weight:700;font-size:20px;line-height:26px}.state-election-map-2kyVCy.card-sOoYGi.cnn-pcl-glx31i .map-wrapper-3pB_Q0.cnn-pcl-glx31i{margin-bottom:24px;height:100%;width:100%}.state-election-map-2kyVCy.card-sOoYGi.mini-ZKujOi.cnn-pcl-glx31i .map-wrapper-3pB_Q0.cnn-pcl-glx31i{margin-bottom:0}.title-link-1e1dJN.cnn-pcl-glx31i.cnn-pcl-glx31i{cursor:pointer;color:initial!important;text-decoration:none}.title-link-1e1dJN.cnn-pcl-glx31i.cnn-pcl-glx31i:hover{text-decoration:underline;color:initial}.card-title-2fmh_w.cnn-pcl-glx31i.cnn-pcl-glx31i{text-transform:uppercase;margin:0 0 16px}.map-wrapper-3pB_Q0.cnn-pcl-glx31i.cnn-pcl-glx31i{display:flex;justify-content:center}.tooltip-2duQjE.cnn-pcl-glx31i.cnn-pcl-glx31i{display:flex;flex-direction:column;position:fixed;width:100%;left:0;bottom:0;pointer-events:all;box-sizing:border-box;z-index:10001}.tooltip-2duQjE.cnn-pcl-glx31i button.cnn-pcl-glx31i{position:absolute;z-index:1002;top:0;right:20px;width:32px;height:32px;background:#0c0c0c;border:none;transform:translateY(-50%);border-radius:1000px;box-shadow:rgba(0,0,0,.2) 0 3px 3px 0}.tooltip-2duQjE.cnn-pcl-glx31i button.cnn-pcl-glx31i::after,.tooltip-2duQjE.cnn-pcl-glx31i button.cnn-pcl-glx31i::before{content:\"\";width:18px;height:1px;position:absolute;margin-top:-1px;top:50%;left:50%;background:#fff}.tooltip-2duQjE.cnn-pcl-glx31i button.cnn-pcl-glx31i::before{transform:translateX(-50%) rotate(45deg)}.tooltip-2duQjE.cnn-pcl-glx31i button.cnn-pcl-glx31i::after{transform:translateX(-50%) rotate(-45deg)}@media screen and (min-width:768px){.tooltip-2duQjE.cnn-pcl-glx31i.cnn-pcl-glx31i{display:none;position:fixed;z-index:10001;max-width:300px}.tooltip-2duQjE.cnn-pcl-glx31i button.cnn-pcl-glx31i{display:none}}div.cnn-pcl-1nupa81{grid-area:state-election-map}div.cnn-pcl-1nupa81 .atlas-poi-circle,div.cnn-pcl-1nupa81 .atlas-poi-text{opacity:var(--poiOpacity);transition:opacity .5s ease-in-out}@media screen and (min-width:1024px){.embedded-iPSj5f.cnn-pcl-glx31i.cnn-pcl-glx31i{border-left:1px solid #e6e6e6}.state-election-map-2kyVCy.stacked-1825de.cnn-pcl-glx31i.cnn-pcl-glx31i{border-left:none}.zoomable-map-container.cnn-pcl-1nupa81{border-left:1px solid #e6e6e6}}.zoom-wrapper.cnn-pcl-1uhc2w5.cnn-pcl-1uhc2w5{position:relative}.zoom-controls.cnn-pcl-1uhc2w5 button.cnn-pcl-1uhc2w5{position:absolute;right:0;cursor:pointer;background:0 0;border:none;margin:0;padding:5px;height:34px;width:34px}.svg-icon.cnn-pcl-12nb5um{transition:transform .1s linear}.dark-blue.cnn-pcl-1uvs9b7{fill:#0e243c}.blue.cnn-pcl-1uvs9b7{fill:#3061f2}.red.cnn-pcl-1uvs9b7{fill:#ff3f3f}.wrapper-2pUJsI.cnn-pcl-1pbjuv4.cnn-pcl-1pbjuv4{display:flex;flex-direction:row;margin:4px 2px;justify-content:center}.stacked-wrapper-1-MlAs.cnn-pcl-1pbjuv4.cnn-pcl-1pbjuv4{flex:1 1 30%;flex-direction:column-reverse;align-items:center;margin:0 6px}.card-wrapper-1a4Qp8.cnn-pcl-1pbjuv4.cnn-pcl-1pbjuv4{margin:0 1px 2px}.card-wrapper-1a4Qp8.cnn-pcl-1pbjuv4 .cnn-pcl-1pbjuv4:last-child{margin:0 0 2px 3px}.shades-q2_F7g.cnn-pcl-1pbjuv4.cnn-pcl-1pbjuv4{display:flex;flex-direction:row;justify-content:space-between}.palette-3VoUOr.cnn-pcl-1pbjuv4.cnn-pcl-1pbjuv4{margin:1px;display:flex;flex-direction:column;align-items:center;width:max-content}.palette-3VoUOr.card-1YY_s1.cnn-pcl-1pbjuv4.cnn-pcl-1pbjuv4{margin:1px 3px}.palette-color-WwdGQJ.cnn-pcl-1pbjuv4.cnn-pcl-1pbjuv4{height:14px;width:21px}.solid-28PFA1.cnn-pcl-1pbjuv4.cnn-pcl-1pbjuv4{background:var(--shade)}.pattern-2M-WDY.cnn-pcl-1pbjuv4.cnn-pcl-1pbjuv4{background-image:repeating-linear-gradient(135deg,var(--lineColor),var(--lineColor) 2px,var(--shade) 2px,var(--shade) 4px)}.color-desc-2-th2k.cnn-pcl-1pbjuv4.cnn-pcl-1pbjuv4{color:#000;font-size:8px;margin:0 auto;font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif;font-weight:400}.header-container-1LzJY9.cnn-pcl-xk8c6r .header-2-AOgLYo.cnn-pcl-xk8c6r,.header-container-1LzJY9.cnn-pcl-xk8c6r ul li.cnn-pcl-xk8c6r,.legend-koNQTc.cnn-pcl-aeyajg{font-weight:700;font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif}.group-name-16MNYT.cnn-pcl-1pbjuv4.cnn-pcl-1pbjuv4{color:#000;font-size:14px;margin:0 0 0 2px;text-align:center}@media screen and (min-width:768px){.wrapper-2pUJsI.cnn-pcl-1pbjuv4.cnn-pcl-1pbjuv4{display:flex;flex-direction:row;margin:4px 7px;flex:1;justify-content:center}.stacked-wrapper-1-MlAs.cnn-pcl-1pbjuv4.cnn-pcl-1pbjuv4{flex:1 1 30%;flex-direction:column-reverse;align-items:center}.card-wrapper-1a4Qp8.cnn-pcl-1pbjuv4.cnn-pcl-1pbjuv4{margin:0 1px 2px}.card-wrapper-1a4Qp8.cnn-pcl-1pbjuv4 .cnn-pcl-1pbjuv4:last-child{margin:0 0 2px 3px}.palette-3VoUOr.cnn-pcl-1pbjuv4.cnn-pcl-1pbjuv4{margin:1px 2px}.palette-3VoUOr.card-1YY_s1.cnn-pcl-1pbjuv4.cnn-pcl-1pbjuv4{margin:1px 3px}.palette-color-WwdGQJ.card-1YY_s1.cnn-pcl-1pbjuv4.cnn-pcl-1pbjuv4{height:12px;width:18px}}.legend-koNQTc.cnn-pcl-aeyajg{display:flex;flex-direction:row;justify-content:center;align-items:center;width:100%;flex-wrap:wrap;font-size:16px;margin:10px 0 0}.legend-koNQTc.mini-3nqkcV.cnn-pcl-aeyajg{margin:0}.stacked-legend-RY9Mjd.cnn-pcl-aeyajg{flex-direction:column;max-width:450px}.palettes-69eAQF.cnn-pcl-aeyajg{display:flex;flex-direction:row;width:fit-content;flex-wrap:wrap;margin:0 0 4px;justify-content:center;align-items:flex-end}.stacked-palettes-9pJ1nU.cnn-pcl-aeyajg{flex-wrap:wrap;width:100%}.title-container-3xFuQR.cnn-pcl-aeyajg{display:flex;flex-direction:row;width:92%;justify-content:center}h5.cnn-pcl-aeyajg{margin:0 4px 12px 0}.center-title-3lxiQD.cnn-pcl-aeyajg{margin:0;font-size:16px;display:flex;align-self:flex-start;padding:1px 4px 0 0}.title-59hK4V.cnn-pcl-aeyajg{display:flex;margin:0 10px}.line-2j-vRX.cnn-pcl-aeyajg{border-top:.5px solid rgba(170,170,170,.5037);flex:1;margin-top:7px}.icon-base-1JnuOE.cnn-pcl-1m76dex{margin:4px 6px 0;display:flex;align-items:flex-start}.circle-icon-2MS7qO.cnn-pcl-1m76dex{background-color:var(--fillColor);border:2px solid var(--borderColor);width:12px;height:12px;border-radius:10.9px;box-sizing:border-box}.label-2_Y1Ml.cnn-pcl-1m76dex{font-size:12px;font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif;font-weight:400;line-height:1.17;margin-left:5px;white-space:nowrap}.core-result__editorial-content-2hv5GK.cnn-pcl-1wwonlt{padding:12px 12px 0 0;font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif;font-weight:400;font-size:14px;line-height:19px}.core-result__total-counts-y78OQg.cnn-pcl-1ksfwcp{display:flex;flex-direction:column;row-gap:12px;padding:16px 0 0;width:calc(100% - 32px)}.core-result__total-counts-y78OQg.embedded-3x_873.cnn-pcl-1ksfwcp{border-bottom:1px solid #e6e6e6}.header-container-1LzJY9.cnn-pcl-xk8c6r.cnn-pcl-xk8c6r{grid-area:header;position:relative;padding:0 0 16px 11px}.header-container-1LzJY9.cnn-pcl-xk8c6r .header-2-AOgLYo.cnn-pcl-xk8c6r{font-size:20px;line-height:26px;color:#000;margin:0;padding:15px 11px 0 0;display:block}.header-container-1LzJY9.cnn-pcl-xk8c6r .header-2-AOgLYo.cnn-pcl-xk8c6r>a{cursor:pointer;color:initial;text-decoration:none}.header-container-1LzJY9.cnn-pcl-xk8c6r .header-2-AOgLYo.cnn-pcl-xk8c6r>a:hover{text-decoration:underline;color:initial!important}.header-container-1LzJY9.has-follow-1yIbzu.cnn-pcl-xk8c6r .header-2-AOgLYo.cnn-pcl-xk8c6r{padding-right:102px}.header-container-1LzJY9.cnn-pcl-xk8c6r ul.cnn-pcl-xk8c6r{list-style:none;padding:6px 0 0;margin:0}.header-container-1LzJY9.cnn-pcl-xk8c6r ul li.cnn-pcl-xk8c6r{display:inline-block;margin-right:8px;font-size:12px;line-height:10px;color:#262626;text-transform:uppercase}.header-container-1LzJY9.cnn-pcl-xk8c6r ul li.cnn-pcl-xk8c6r:last-child{margin-right:0}.header-container-1LzJY9.cnn-pcl-xk8c6r .key-race-indicator-3UoYn8.cnn-pcl-xk8c6r{background:#ffc61c;padding:3px 5px 2px;border-radius:3px}.header-container-1LzJY9.cnn-pcl-xk8c6r .flipped-seat-indicator-2uueIY.cnn-pcl-xk8c6r{background:#404040;color:#fff;padding:3px 5px 2px;border-radius:3px}.header-container-1LzJY9.cnn-pcl-xk8c6r .flipped-seat-indicator-2uueIY .flipped-seat-icon-container-1RKmaM.cnn-pcl-xk8c6r{position:relative}.header-container-1LzJY9.cnn-pcl-xk8c6r .flipped-seat-indicator-2uueIY .flipped-seat-icon-container-1RKmaM.cnn-pcl-xk8c6r:before{position:absolute;content:\"\";border-radius:50%;border:2px solid #fff;left:-2px;right:-2px;top:1px;bottom:3px}.header-container-1LzJY9.cnn-pcl-xk8c6r .status-indicator-1_QVUG.cnn-pcl-xk8c6r{background:#404040;color:#fff;padding:3px 5px 2px;border-radius:3px}.header-container-1LzJY9.cnn-pcl-xk8c6r .action-button-2bIakM.cnn-pcl-xk8c6r{position:absolute;right:12px;top:0;padding-top:15px}.header-container-1LzJY9.embedded-Dg7OBM.cnn-pcl-xk8c6r.cnn-pcl-xk8c6r{border-bottom:1px solid #e6e6e6}table.cnn-pcl-1me6450.cnn-pcl-1me6450.cnn-pcl-1me6450.cnn-pcl-1me6450{grid-area:results;margin-top:8px;border-spacing:0;height:fit-content;width:100%;border-collapse:collapse;table-layout:fixed}table.cnn-pcl-1me6450>thead.cnn-pcl-1me6450>tr.cnn-pcl-1me6450.cnn-pcl-1me6450{vertical-align:baseline}table.cnn-pcl-1me6450>thead.cnn-pcl-1me6450>tr.cnn-pcl-1me6450>th.cnn-pcl-1me6450{color:#0c0c0c;border-bottom:1px solid #e6e6e6;font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif;font-weight:400;font-size:14px;padding:0 0 10px;line-height:1.2}.col-header-delegates-mobile-2hj6He.cnn-pcl-1me6450.cnn-pcl-1me6450.cnn-pcl-1me6450.cnn-pcl-1me6450{display:none}table.cnn-pcl-1me6450>tbody.cnn-pcl-1me6450>tr.cnn-pcl-1me6450>td.cnn-pcl-1me6450,table.cnn-pcl-1me6450>thead.cnn-pcl-1me6450>tr.cnn-pcl-1me6450>th.cnn-pcl-1me6450{text-align:left;position:relative}table.cnn-pcl-1me6450>thead.cnn-pcl-1me6450>tr.cnn-pcl-1me6450>th.cnn-pcl-1me6450:first-child{padding-left:7px}table.cnn-pcl-1me6450>thead.cnn-pcl-1me6450>tr.cnn-pcl-1me6450>th.cnn-pcl-1me6450:last-child{padding-right:14px}table.cnn-pcl-1me6450>tbody.cnn-pcl-1me6450>tr.cnn-pcl-1me6450.cnn-pcl-1me6450{background:var(--background);line-height:16px;letter-spacing:.2px;font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif;vertical-align:top;border-bottom:1px solid #e6e6e6}table.cnn-pcl-1me6450>tbody.cnn-pcl-1me6450>tr.cnn-pcl-1me6450>td.col-candidate-name-2EqdE6.cnn-pcl-1me6450:before{content:\"\";height:100%;width:8px;position:absolute;left:0;top:0;background-color:var(--candidateColor)}table.cnn-pcl-1me6450>tbody.cnn-pcl-1me6450>tr.isWinner-3g_AYM.cnn-pcl-1me6450.cnn-pcl-1me6450{font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif;font-weight:700}table.cnn-pcl-1me6450>tbody.cnn-pcl-1me6450>tr.cnn-pcl-1me6450>td.cnn-pcl-1me6450:not(:first-child),table.cnn-pcl-1me6450>thead.cnn-pcl-1me6450>tr.cnn-pcl-1me6450>th.cnn-pcl-1me6450:not(:first-child){text-align:right;padding-right:8px}table.cnn-pcl-1me6450>tbody.cnn-pcl-1me6450>tr.cnn-pcl-1me6450>td.cnn-pcl-1me6450{padding:12px 0}table.cnn-pcl-1me6450>tbody.cnn-pcl-1me6450>tr.cnn-pcl-1me6450:last-child>td.beforeMode-G8cTcd.cnn-pcl-1me6450{border-bottom:none;padding-right:10px}td.col-candidate-name-2EqdE6.cnn-pcl-1me6450>span.cnn-pcl-1me6450.cnn-pcl-1me6450.cnn-pcl-1me6450{display:flex;align-items:center}td.col-candidate-name-2EqdE6.cnn-pcl-1me6450 span.candidate-icon-indicator-bHSeQg.cnn-pcl-1me6450.cnn-pcl-1me6450.cnn-pcl-1me6450{display:block;padding:0 0 0 8px}td.col-candidate-name-2EqdE6.cnn-pcl-1me6450 span.candidate-icon-indicator-bHSeQg.cnn-pcl-1me6450>svg{display:block;margin-left:4px;margin-right:4px}td.col-candidate-name-2EqdE6.cnn-pcl-1me6450 span.candidate-icon-indicator-bHSeQg.cnn-pcl-1me6450>svg .politics-crm__checkmark-background{fill:var(--partyColor)}td.cnn-pcl-1me6450 span.race-indicator-zone-BCF66v.cnn-pcl-1me6450.cnn-pcl-1me6450.cnn-pcl-1me6450{width:32px;min-width:32px}td.col-candidate-name-2EqdE6.cnn-pcl-1me6450 span.party-label-239xt1.cnn-pcl-1me6450.cnn-pcl-1me6450.cnn-pcl-1me6450{display:block;font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif;font-weight:400;font-size:12px;line-height:12px;font-style:italic;color:#404040;padding:2px 0 0 32px}td.col-candidate-name-2EqdE6.cnn-pcl-1me6450 span.dropped-out-_Z9Pxg.cnn-pcl-1me6450.cnn-pcl-1me6450.cnn-pcl-1me6450{display:block;padding:2px 0 0 32px;margin-top:2px}.dropped-out-indicator-1IATQM.cnn-pcl-1me6450.cnn-pcl-1me6450.cnn-pcl-1me6450.cnn-pcl-1me6450{background:var(--delegateDroppedOut);color:#fff;font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif;font-weight:700;font-size:12px;letter-spacing:.74px;text-align:center;border-radius:3px;margin-top:6px;padding:1px 4px;white-space:nowrap}td.col-vote-percent-1JXrHP.cnn-pcl-1me6450.cnn-pcl-1me6450.cnn-pcl-1me6450.cnn-pcl-1me6450{padding-left:8px;width:40px}td.col-votes-3Y8smS.cnn-pcl-1me6450.cnn-pcl-1me6450.cnn-pcl-1me6450.cnn-pcl-1me6450{padding:12px 14px 12px 0;width:80px}@media screen and (min-width:360px){td.col-votes-3Y8smS.cnn-pcl-1me6450.cnn-pcl-1me6450.cnn-pcl-1me6450.cnn-pcl-1me6450{padding-left:8px}}td.col-delegates-2rW54a.cnn-pcl-1me6450.cnn-pcl-1me6450.cnn-pcl-1me6450.cnn-pcl-1me6450{padding:12px 14px 12px 0;width:120px}@media screen and (min-width:360px){td.col-delegates-2rW54a.cnn-pcl-1me6450.cnn-pcl-1me6450.cnn-pcl-1me6450.cnn-pcl-1me6450{padding-left:8px}}tr.cnn-pcl-1me6450:first-child>td.col-votes-3Y8smS.cnn-pcl-1me6450>div.vote-count-1Z7s9a.cnn-pcl-1me6450.cnn-pcl-1me6450{display:grid}tr.cnn-pcl-1me6450:first-child>td.col-votes-3Y8smS>div.vote-count-1Z7s9a span.ahead-count-Kon8-M.cnn-pcl-1me6450.cnn-pcl-1me6450.cnn-pcl-1me6450{display:block;font-size:12px;line-height:12px;color:#404040;font-style:italic;font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif;font-weight:400;padding:2px 0 0}span.ahead-count-Kon8-M.cnn-pcl-1me6450.cnn-pcl-1me6450.cnn-pcl-1me6450.cnn-pcl-1me6450{display:none}table.cnn-pcl-1me6450>tfoot.cnn-pcl-1me6450>tr.cnn-pcl-1me6450.cnn-pcl-1me6450{font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif;font-weight:400;font-size:12px;line-height:14px;height:24px}table.cnn-pcl-1me6450>tfoot.cnn-pcl-1me6450>tr.cnn-pcl-1me6450>td.icon-informational-3hdsk9.cnn-pcl-1me6450{padding:12px 0 0 8px}@media screen and (max-width:479px){table.with-delegates-22I-Fo.cnn-pcl-1me6450.cnn-pcl-1me6450.cnn-pcl-1me6450.cnn-pcl-1me6450{table-layout:auto}.col-header-delegates-mobile-2hj6He.cnn-pcl-1me6450.cnn-pcl-1me6450.cnn-pcl-1me6450.cnn-pcl-1me6450{display:table-cell}.col-header-delegates-desktop-2NtLkZ.cnn-pcl-1me6450.cnn-pcl-1me6450.cnn-pcl-1me6450.cnn-pcl-1me6450{display:none}}footer.cnn-pcl-1e0vjke.cnn-pcl-1e0vjke.cnn-pcl-1e0vjke.cnn-pcl-1e0vjke{grid-area:footer;margin-top:12px;padding:0 12px 14px;height:fit-content;display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end}.embedded-JUJHRu.cnn-pcl-1e0vjke.cnn-pcl-1e0vjke.cnn-pcl-1e0vjke.cnn-pcl-1e0vjke{border-bottom:1px solid #e6e6e6}.footer-info-s7AjA1.cnn-pcl-1e0vjke.cnn-pcl-1e0vjke.cnn-pcl-1e0vjke.cnn-pcl-1e0vjke{display:flex;flex-direction:column;align-self:flex-start}footer.cnn-pcl-1e0vjke>div.cnn-pcl-1e0vjke>p.cnn-pcl-1e0vjke.cnn-pcl-1e0vjke{margin:0;display:flex}footer.cnn-pcl-1e0vjke>div.cnn-pcl-1e0vjke>p.cnn-pcl-1e0vjke>span.reporting-1zjL7t.cnn-pcl-1e0vjke{font-size:12px;letter-spacing:-.2px;line-height:16px;font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif;font-weight:700;padding:0;margin:0}footer.cnn-pcl-1e0vjke>div.cnn-pcl-1e0vjke>p.cnn-pcl-1e0vjke>span.next-update-hLyQmu.cnn-pcl-1e0vjke{margin-left:0}footer.cnn-pcl-1e0vjke>div.cnn-pcl-1e0vjke>p.last-updated-foB4fW.cnn-pcl-1e0vjke.cnn-pcl-1e0vjke{font-size:12px;font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif;font-weight:400;line-height:16px;letter-spacing:-.2px;padding:0;margin:0}.icons-1_eqvG.cnn-pcl-1e0vjke.cnn-pcl-1e0vjke.cnn-pcl-1e0vjke.cnn-pcl-1e0vjke{height:16px;display:flex;flex-direction:row;justify-content:flex-end}.keyrace-1GBW9N.cnn-pcl-1e0vjke.cnn-pcl-1e0vjke.cnn-pcl-1e0vjke.cnn-pcl-1e0vjke{width:20px;height:20px;border:2px solid #ffc61c}.icon-wrapper-3HzsYP.cnn-pcl-1e0vjke.cnn-pcl-1e0vjke.cnn-pcl-1e0vjke.cnn-pcl-1e0vjke{display:flex;flex-direction:row;align-items:center;margin:3px}.label-1xyB8i.cnn-pcl-1e0vjke.cnn-pcl-1e0vjke.cnn-pcl-1e0vjke.cnn-pcl-1e0vjke{font-size:12px;font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif;font-weight:400;line-height:1.17;margin-left:5px;white-space:nowrap}a.cnn-pcl-1e0vjke.cnn-pcl-1e0vjke.cnn-pcl-1e0vjke.cnn-pcl-1e0vjke{color:#0c0c0c;font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif;font-weight:700;text-decoration:underline;font-size:12px}footer.stacked-Bhpln2.cnn-pcl-1e0vjke.cnn-pcl-1e0vjke.cnn-pcl-1e0vjke.cnn-pcl-1e0vjke{border-top:1px solid #e6e6e6;margin-top:0;padding-top:14px}@media screen and (min-width:768px){footer.cnn-pcl-1e0vjke.cnn-pcl-1e0vjke.cnn-pcl-1e0vjke.cnn-pcl-1e0vjke{align-self:flex-end}}@media screen and (min-width:1024px){.embedded-JUJHRu.cnn-pcl-1e0vjke.cnn-pcl-1e0vjke.cnn-pcl-1e0vjke.cnn-pcl-1e0vjke{border-bottom:none}}article.cnn-pcl-1hnl3l7{border:1px solid #e6e6e6;border-radius:4px;position:relative;display:grid;background:#fff;grid-template-areas:\"header header\" \"results results\" \"footer footer\"}article.called-r39uAo.cnn-pcl-1hnl3l7::before{content:\"\";height:8px;width:calc(100% + 2px);margin-left:-1px;margin-top:-1px;border-top-left-radius:4px;border-top-right-radius:4px;position:absolute;top:0;left:0;background:var(--winnerPartyColor)}.cta-wrapper-1GPRid.cnn-pcl-1hnl3l7{display:flex;justify-content:flex-end;margin-top:10px}.cta-wrapper-1GPRid.cnn-pcl-1hnl3l7>a{text-decoration:none;border:1px solid #262626;border-radius:5px;color:#0c0c0c;padding:7px 28px;font-size:16px;font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif;font-weight:400;margin-right:5px}.cta-wrapper-1GPRid.cnn-pcl-1hnl3l7>a:last-of-type{margin-right:0}.not-logged-in-GcQ4Di.cnn-pcl-4y6kns.cnn-pcl-4y6kns{width:100%}.not-logged-in-GcQ4Di.cnn-pcl-4y6kns button.cnn-pcl-4y6kns{background:#0C0C0C;border-radius:8px;border:none;color:#fff;padding:10px 24px;display:flex;align-items:center;justify-content:center;font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif;font-style:normal;font-weight:700;line-height:24px;font-size:16px;margin-bottom:16px;cursor:pointer}.no-races-dk4iA2.cnn-pcl-1rruesh,.not-logged-in-GcQ4Di.cnn-pcl-4y6kns a.cnn-pcl-4y6kns,a.cnn-pcl-1rruesh{font-size:14px;font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif}.not-logged-in-GcQ4Di.cnn-pcl-4y6kns button.cnn-pcl-4y6kns:hover{background:#6e6e6e}.not-logged-in-GcQ4Di.cnn-pcl-4y6kns a.cnn-pcl-4y6kns{color:#000;border:none;border-radius:none;font-weight:400;text-decoration:none}.not-logged-in-GcQ4Di.cnn-pcl-4y6kns a.cnn-pcl-4y6kns:hover{text-decoration:underline;color:#6e6e6e}.no-races-dk4iA2.cnn-pcl-1rruesh{padding:30px 0;font-weight:400;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;box-sizing:border-box;max-width:100%;width:100%;max-height:140px;height:100%;border:1px solid #E6E6E6;border-radius:3px}a.cnn-pcl-1rruesh{text-decoration:none;background:#FEFEFE;border:1px solid #262626;border-radius:5px;margin:24px 0 0;padding:9px 0;width:182px;font-style:normal;font-weight:500;text-align:center;letter-spacing:-.2px;color:#0C0C0C}.collection-wrappper-2ovk0G.cnn-pcl-1pd61zu{display:flex;flex-wrap:wrap;flex-direction:row}.card-dovf45.cnn-pcl-1pd61zu{flex:0 0 100%;margin:0 0 20px;border-radius:2px}@media screen and (min-width:960px){.card-dovf45.cnn-pcl-1pd61zu{flex:0 0 calc(50% - 10px);margin-left:5px;margin-right:5px}}@media screen and (min-width:1280px){.card-dovf45.cnn-pcl-1pd61zu{flex:0 0 calc(33.33% - 10px);margin-left:5px;margin-right:5px}}h2.cnn-pcl-8s4bzb{font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif;font-weight:700;font-size:30px}.bop-bottom__text-2L0Kpn.cnn-pcl-1e4ghpb,.bop-top__count-3JRTdY.cnn-pcl-z8rg7w,.bop-top__name-242R9Z.cnn-pcl-z8rg7w,.threshold__container-2X5c09.cnn-pcl-n1h9q1.cnn-pcl-n1h9q1,p.cnn-pcl-8s4bzb{font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif;font-weight:400}p.cnn-pcl-8s4bzb{font-size:14px;line-height:21px;letter-spacing:.2px;text-align:left;color:#0C0C0C}.threshold__container-2X5c09.cnn-pcl-n1h9q1.cnn-pcl-n1h9q1{background:#fff;color:#000}.threshold__container-2X5c09.cnn-pcl-n1h9q1 .threshold__label-Sv6nxT.cnn-pcl-n1h9q1{font-size:14px;left:var(--thresholdPercentage);transform:translate(calc(var(--thresholdPercentage) * -1));bottom:var(--thresholdVerticalOffset);width:115px;text-align:center;z-index:1;line-height:1.2}.threshold__container-2X5c09.cnn-pcl-n1h9q1 .threshold__label-Sv6nxT.cnn-pcl-n1h9q1:before{content:\"\";height:var(--thresholdLineHeight);position:absolute;bottom:var(--thresholdLineHeightPosition);left:50%;width:0;border-right:2px dotted #000;z-index:1;transform:translate(-50%)}.threshold__container-2X5c09.cnn-pcl-n1h9q1 .threshold__label-Sv6nxT.cnn-pcl-n1h9q1:after{content:\"\";box-sizing:content-box;border-top:7px solid #000;border-right:4px solid transparent;border-left:4px solid transparent;border-bottom:4px solid transparent;bottom:-12px;z-index:1;position:absolute;left:50%;transform:translate(-50%)}.threshold__container-2X5c09.cnn-pcl-n1h9q1 .threshold__label-Sv6nxT.embedded-2Oxptf.cnn-pcl-n1h9q1{font-size:12px}.threshold__container-2X5c09.cnn-pcl-n1h9q1 .threshold__label-Sv6nxT.hide-3h7HVI.cnn-pcl-n1h9q1{visibility:hidden}.threshold__container-2X5c09.cnn-pcl-n1h9q1 .threshold__label-Sv6nxT .threshold__tooltip-8cNzPj.cnn-pcl-n1h9q1{position:relative}.threshold__container-2X5c09.cnn-pcl-n1h9q1 .threshold__label-Sv6nxT .threshold__tooltip-8cNzPj.cnn-pcl-n1h9q1>div{margin:0}.bop-top-2756Bl.cnn-pcl-z8rg7w{display:flex;width:100%;margin:0 auto;flex-direction:row;justify-content:space-between;align-items:flex-end;position:relative;top:var(--bopTopVertical)}.bop-top__count-container-1mP00r.cnn-pcl-z8rg7w{display:flex;flex-direction:column;flex:1}.bop-top__count-container-1mP00r.cnn-pcl-z8rg7w:first-child{align-items:flex-start}.bop-top__count-container-1mP00r.cnn-pcl-z8rg7w:last-child{align-items:flex-end}.bop-top__count-3JRTdY.cnn-pcl-z8rg7w{font-size:28px;color:#000;line-height:.5;margin:0;position:relative}@media screen and (min-width:480px){.bop-top__count-3JRTdY.cnn-pcl-z8rg7w{font-size:35px}}.bop-top__count-3JRTdY.embedded-1GMWkF.cnn-pcl-z8rg7w{font-size:16px}.bop-top__party-3ODhRG.cnn-pcl-z8rg7w{display:flex;flex-direction:row;align-items:center;padding:4px 0 0}.bop-top__party-3ODhRG.embedded-1GMWkF.cnn-pcl-z8rg7w{padding:0}.bop-top__name-242R9Z.cnn-pcl-z8rg7w{font-size:15px;color:#000}@media screen and (min-width:480px){.bop-top__name-242R9Z.cnn-pcl-z8rg7w{font-size:23px}}.bop-top__name-242R9Z.embedded-1GMWkF.cnn-pcl-z8rg7w{font-size:16px}.bop-top__checkmark-wrapper-4szRWW.cnn-pcl-z8rg7w{margin:0 4px}.bop-top__tooltip-left-2OU8Xp.cnn-pcl-z8rg7w{position:absolute;right:-12px;bottom:14px}@media screen and (min-width:480px){.bop-top__tooltip-left-2OU8Xp.cnn-pcl-z8rg7w{right:-14px;bottom:16px}}.bop-top__tooltip-right-2rvF4u.cnn-pcl-z8rg7w{position:absolute;left:-13px;bottom:14px}@media screen and (min-width:480px){.bop-top__tooltip-right-2rvF4u.cnn-pcl-z8rg7w{left:-15px;bottom:16px}}.bop-bottom-3jl77W.cnn-pcl-1e4ghpb{display:flex;width:100%;margin:2px auto 0;flex-direction:column;color:#000}.bop-bottom__main-container-3QX3nL.cnn-pcl-1e4ghpb{display:flex;flex-direction:row;justify-content:space-between}.bop-bottom__count-container-2nyqc.cnn-pcl-1e4ghpb{display:flex;flex-direction:column;flex:1}.bop-bottom__count-container-2nyqc.cnn-pcl-1e4ghpb:first-child{align-items:flex-start}.bop-bottom__count-container-2nyqc.cnn-pcl-1e4ghpb:last-child{align-items:flex-end}.bop-bottom__text-container--left-3GIb03.cnn-pcl-1e4ghpb{display:flex;flex-direction:column;align-items:flex-start;margin:0 0 6px;text-align:left}.bop-bottom__text-container--right-3LmyeJ.cnn-pcl-1e4ghpb{display:flex;flex-direction:column;align-items:flex-end;margin:0 0 6px;text-align:right}.bop-bottom__text-2L0Kpn.cnn-pcl-1e4ghpb{font-size:12px;line-height:1;margin:0}.bop-bottom__text--bold-UYcRuV.cnn-pcl-1e4ghpb{font-weight:700}.bop-bottom__explainer-8gbsho.cnn-pcl-1e4ghpb,.bop-top__count-CMGrtu.cnn-pcl-17vdq52,.bop-top__name-lciW7X.cnn-pcl-17vdq52,.bop-top__party-name-3v3eoK.cnn-pcl-17vdq52{font-weight:400;font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif}.bop-bottom__explainer-8gbsho.cnn-pcl-1e4ghpb{color:#6e6e6e;font-size:12px;line-height:1;max-width:67%}.bop-top-1i11U5.cnn-pcl-17vdq52{display:flex;width:100%;margin:0 auto;flex-direction:row;justify-content:space-between;position:relative;top:var(--bopTopVertical)}.bop-top__party-container-1c_1oa.cnn-pcl-17vdq52{display:flex;flex-direction:row}.bop-top__count-container-left-2wu9f7.cnn-pcl-17vdq52,.bop-top__count-container-right-r-bQFD.cnn-pcl-17vdq52{display:flex;flex-direction:column;flex:1;align-self:center}.bop-top__count-CMGrtu.cnn-pcl-17vdq52{font-size:28px;color:#000;line-height:.5;margin:0;position:relative}@media screen and (min-width:720px){.bop-top__count-CMGrtu.cnn-pcl-17vdq52{font-size:35px}}.bop-top__count-CMGrtu.embedded-t46LR8.cnn-pcl-17vdq52{font-size:16px;padding:0 0 1px}.bop-top__count-CMGrtu.right-2Ca5RB.cnn-pcl-17vdq52{text-align:right}.bop-top__party-UnbSoc.cnn-pcl-17vdq52{display:flex;flex-direction:row;align-items:center;padding:4px 0 0}.bop-top__party-UnbSoc.embedded-t46LR8.cnn-pcl-17vdq52{padding:0}.bop-top__name-lciW7X.cnn-pcl-17vdq52{font-size:15px;color:#000}@media screen and (min-width:720px){.bop-top__name-lciW7X.cnn-pcl-17vdq52{font-size:23px}}.bop-top__name-lciW7X.embedded-t46LR8.cnn-pcl-17vdq52{font-size:16px}.bop-top__name-lciW7X.right-2Ca5RB.cnn-pcl-17vdq52{text-align:right}.bop-top__party-name-3v3eoK.cnn-pcl-17vdq52{font-size:16px;color:#000;display:none}@media screen and (min-width:720px){.bop-top__party-name-3v3eoK.cnn-pcl-17vdq52{display:block}}.bop-top__party-name-3v3eoK.embedded-t46LR8.cnn-pcl-17vdq52{display:none}.bop-top__party-name-3v3eoK.right-2Ca5RB.cnn-pcl-17vdq52{text-align:right}.bop-top__checkmark-wrapper-197PTE.cnn-pcl-17vdq52{margin:0 4px}.bop-top__headshot-3wHH7G.cnn-pcl-17vdq52{width:90px;height:90px;border-radius:50%;background-size:cover;background-position:center;display:none}@media screen and (min-width:720px){.bop-top__headshot-3wHH7G.cnn-pcl-17vdq52{display:block}}.bop-top__headshot-3wHH7G.embedded-t46LR8.cnn-pcl-17vdq52{display:none}.bop-top__headshot-3wHH7G.left-1FUGrB.cnn-pcl-17vdq52{margin:0 8px 8px 0}.bop-top__headshot-3wHH7G.right-2Ca5RB.cnn-pcl-17vdq52{margin:0 0 8px 8px}h2.cnn-pcl-rahbf2{text-align:center;font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif;font-weight:700;line-height:.8;font-size:20px;margin:0;width:100%;color:#000}.segmented-bar__label-1hKL-s.cnn-pcl-pamy6x,[data-theme=politics]{font-size:12px;font-weight:400;font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif}.generals-bop__container-2H07wP.cnn-pcl-rahbf2{max-width:830px;text-decoration:none;color:#000}a{text-decoration:none;color:#000}.tooltip-3R5ImY.cnn-pcl-16crzd1{display:inline-block;margin:26px 0 0 4px;position:relative}[data-theme=politics]{background-color:#262626;border-radius:8px;color:#fff;max-width:256px!important;padding:12px 16px}.segmented-bar__item-3btMz2.cnn-pcl-pamy6x{display:flex;flex-direction:column;width:100%}.segmented-bar__label-1hKL-s.cnn-pcl-pamy6x{margin-top:1px;align-self:center}.threshold__container-2VPufF.cnn-pcl-p8fal4.cnn-pcl-p8fal4{background:#fff;font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif;font-weight:400}.threshold__container-2VPufF.cnn-pcl-p8fal4 div.cnn-pcl-p8fal4{position:relative;font-size:14px;left:var(--thresholdPercentage);transform:translate(calc(var(--thresholdPercentage) * -1));width:115px;text-align:center;padding-bottom:49px;z-index:1}.threshold__container-2VPufF.cnn-pcl-p8fal4 div.cnn-pcl-p8fal4:before{content:\"\";height:var(--thresholdLineHeight);position:absolute;bottom:var(--thresholdLineHeightPosition);left:50%;width:0;border-right:2px dotted #000;z-index:1;transform:translate(-50%)}.threshold__container-2VPufF.cnn-pcl-p8fal4 div.cnn-pcl-p8fal4:after{content:\"\";box-sizing:content-box;border-top:7px solid #000;border-right:4px solid transparent;border-left:4px solid transparent;border-bottom:4px solid transparent;bottom:36px;z-index:1;position:absolute;left:50%;transform:translate(-50%)}[data-caption-status=active].cnn-pcl-6m5zcb.cnn-pcl-6m5zcb,[data-caption-status=inactive].cnn-pcl-6m5zcb.cnn-pcl-6m5zcb{position:relative;z-index:2}.captions__container-2JZ1Ei.cnn-pcl-6m5zcb.cnn-pcl-6m5zcb{display:flex;width:100%;align-self:flex-end;flex-direction:column}.captions__label-3OaAT.cnn-pcl-6m5zcb.cnn-pcl-6m5zcb{text-align:center;font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif;font-weight:400;font-size:14px}.captions__label__value-3WHVqM.cnn-pcl-6m5zcb.cnn-pcl-6m5zcb{font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif;font-weight:700}.race-ratings-bop-mobile-1VuAah.cnn-pcl-gcfja0 table tr td.cnn-pcl-gcfja0,.race-ratings-bop-mobile-1VuAah.cnn-pcl-gcfja0 table tr td.cnn-pcl-gcfja0:first-child,.race-ratings-bop-mobile-1VuAah.cnn-pcl-gcfja0 table.cnn-pcl-gcfja0,.race-ratings-label-text-2fW8wb.cnn-pcl-4kzcjq,.race-ratings-last-updated-1zn_9s.cnn-pcl-haellg,.race-ratings-text-box__text-jbLUCx.cnn-pcl-pdy2u9{font-weight:400;font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif}.captions__data-SP5OSH.cnn-pcl-6m5zcb.cnn-pcl-6m5zcb{background-color:var(--caption-data-background-color);display:none}[data-caption-status=active].cnn-pcl-6m5zcb .captions__label-3OaAT span.cnn-pcl-6m5zcb,[data-caption-status=active].cnn-pcl-6m5zcb .captions__label-3OaAT strong.cnn-pcl-6m5zcb,[data-caption-status=inactive].cnn-pcl-6m5zcb .captions__label-3OaAT span.cnn-pcl-6m5zcb,[data-caption-status=inactive].cnn-pcl-6m5zcb .captions__label-3OaAT strong.cnn-pcl-6m5zcb{background:#fff}[data-caption-status=active].cnn-pcl-6m5zcb .captions__data-SP5OSH.cnn-pcl-6m5zcb{margin-top:10px;display:block;height:5px}[data-caption-status=disabled].captions__container-2JZ1Ei.cnn-pcl-6m5zcb.cnn-pcl-6m5zcb{display:none}:root{--pcl-bar-chart-border-color:black;--pcl-bar-chart-border-width:0;--pcl-bar-chart-gap:0px}.bar-chart__container-1zUqiW.cnn-pcl-1iiby7o.cnn-pcl-1iiby7o{list-style:none;padding:0;margin:0;box-sizing:border-box;display:flex;flex-direction:row;width:100%;align-items:stretch;height:100%;transition:all .3s ease-in;gap:var(--pcl-bar-chart-gap)}.bar-chart__container-1zUqiW[data-bar-chart-orientation=horizontal].cnn-pcl-1iiby7o.cnn-pcl-1iiby7o{flex-direction:row}.bar-chart__container-1zUqiW[data-bar-chart-orientation=vertical].cnn-pcl-1iiby7o.cnn-pcl-1iiby7o{flex-direction:column}.bar-chart__item-1gm3ed.cnn-pcl-1iiby7o.cnn-pcl-1iiby7o{display:flex;justify-content:center;align-items:center;overflow-x:hidden}[data-bar-chart-orientation=horizontal].cnn-pcl-1iiby7o .bar-chart__item-1gm3ed.cnn-pcl-1iiby7o{overflow-x:hidden}[data-bar-chart-orientation=vertical].cnn-pcl-1iiby7o .bar-chart__item-1gm3ed.cnn-pcl-1iiby7o{overflow-y:hidden}[data-bar-chart-border-status=active]+[data-bar-chart-border-status=inactive]>div>div>[data-bar-chart-item--border-status=inactive]::before{content:\"\";position:absolute;left:0;right:0;bottom:0;top:0;border-left:1px solid #000}[data-bar-chart-border-status=active]:last-of-type>div>div>[data-bar-chart-item-border-status=active]::before{border-right:1px solid #000!important}.bar-chart-item__container-27pgZi.cnn-pcl-xwq246.cnn-pcl-xwq246{width:100%;height:100%;display:flex;overflow:hidden;margin-top:5px;position:relative;min-height:var(--minBopBarHeight)}.bar-chart-item__container-27pgZi.cnn-pcl-xwq246 .bar-chart-item__content-1U8p3u.cnn-pcl-xwq246{opacity:0}.bar-chart-item__container-27pgZi[data-bar-chart-item-party=R][data-bar-chart-item-status=inactive].cnn-pcl-xwq246.cnn-pcl-xwq246{background:repeating-linear-gradient(-77deg,#c4c4c4,#c4c4c4 3px,rgba(255,109,109,.4) 3px,rgba(255,109,109,.4) 6px)}.bar-chart-item__container-27pgZi[data-bar-chart-item-party=D][data-bar-chart-item-status=inactive].cnn-pcl-xwq246.cnn-pcl-xwq246{background:repeating-linear-gradient(-77deg,#c4c4c4,#c4c4c4 3px,rgba(59,154,255,.4) 3px,rgba(59,154,255,.4) 6px)}.bar-chart-item__container-27pgZi[data-bar-chart-item-party=DEM-gen][data-bar-chart-item-status=inactive].cnn-pcl-xwq246.cnn-pcl-xwq246{background:repeating-linear-gradient(-60deg,#ccc,#ccc 1px,rgba(59,154,255,0) 1px,rgba(59,154,255,0) 3px)}.bar-chart-item__container-27pgZi[data-bar-chart-item-party=REP-gen][data-bar-chart-item-status=inactive].cnn-pcl-xwq246.cnn-pcl-xwq246{background:repeating-linear-gradient(-60deg,#ccc,#ccc 1px,rgba(255,109,109,0) 1px,rgba(255,109,109,0) 3px)}.bar-chart-item__container-27pgZi[data-bar-chart-item-party=GRN-gen][data-bar-chart-item-status=inactive].cnn-pcl-xwq246.cnn-pcl-xwq246{background:repeating-linear-gradient(-60deg,#000,#000 1px,#38ba79 1px,#38ba79 3px)}.bar-chart-item__container-27pgZi[data-bar-chart-item-party=LIB-gen][data-bar-chart-item-status=inactive].cnn-pcl-xwq246.cnn-pcl-xwq246{background:repeating-linear-gradient(-60deg,#000,#000 1px,#ffc61b 1px,#ffc61b 3px)}.bar-chart-item__container-27pgZi[data-bar-chart-item-party=IND-gen][data-bar-chart-item-status=inactive].cnn-pcl-xwq246.cnn-pcl-xwq246{background:repeating-linear-gradient(-60deg,#fff,#fff 1px,#853dcc 1px,#853dcc 3px)}.bar-chart-item__container-27pgZi[data-bar-chart-item-border-status=active].cnn-pcl-xwq246.cnn-pcl-xwq246:before{content:\"\";position:absolute;left:0;right:0;bottom:0;top:0;border:1px solid #000;border-right:0}.race-ratings-bop-mobile-1VuAah.cnn-pcl-gcfja0.cnn-pcl-gcfja0{width:100%;display:flex;flex-direction:column;justify-content:center}.race-ratings-bop-mobile-1VuAah.cnn-pcl-gcfja0 table.cnn-pcl-gcfja0{font-size:12px;width:100%;margin:0 -6px;border-collapse:separate;border-spacing:6px 4px}.race-ratings-bop-mobile-1VuAah.cnn-pcl-gcfja0 table tr th.cnn-pcl-gcfja0{min-width:28px;max-width:60px;column-span:1;text-align:center;vertical-align:bottom;max-height:25px;line-height:13px}.race-ratings-bop-mobile-1VuAah.cnn-pcl-gcfja0 table tr td.cnn-pcl-gcfja0{width:14%;text-align:center;font-size:15px;border:.5px solid #000;background-color:var(--bgColor);color:var(--color)}.race-ratings-bop-mobile-1VuAah.cnn-pcl-gcfja0 table tr td.cnn-pcl-gcfja0:first-child{white-space:nowrap;font-size:12px;border:none;background-color:none;text-align:start;line-height:13px}.race-ratings-bop-mobile-1VuAah.cnn-pcl-gcfja0 table tr td.cnn-pcl-gcfja0:last-child{position:relative}.race-ratings-bop-mobile-1VuAah.cnn-pcl-gcfja0 table tr td.cnn-pcl-gcfja0:last-child::before{content:\"\";width:1px;height:28px;position:absolute;border-left:0 solid;left:-4px;top:-4px;background:#000}.race-ratings-bop-mobile-1VuAah.cnn-pcl-gcfja0 table tr td.initial-border-T2H0ay.cnn-pcl-gcfja0::before{content:\"\";width:1px;height:30px;position:absolute;border-left:0 solid;left:-4px;top:-1px;background:#000}.race-ratings-bop-mobile-1VuAah.cnn-pcl-gcfja0 table tr td.hidden-2gOsBD.cnn-pcl-gcfja0{border:none;background-color:inherit}.race-ratings-bop-mobile-1VuAah.cnn-pcl-gcfja0 table tr td.hatched-3xYJu1.cnn-pcl-gcfja0{width:20%;background:repeating-linear-gradient(283deg,#c4c4c4,#c4c4c4 2px,var(--hatchColor) 2px,var(--hatchColor) 4px)}.race-ratings-bop-mobile-1VuAah.cnn-pcl-gcfja0 table tr:last-child td.cnn-pcl-gcfja0{border:none;position:relative}.race-ratings-bop-mobile-1VuAah.cnn-pcl-gcfja0 table tr:last-child td.cnn-pcl-gcfja0::before{content:\"\";width:1px;height:30px;position:absolute;border-left:0 solid;left:-4px;top:0;background:#fff}.race-ratings-bop-mobile-1VuAah.cnn-pcl-gcfja0 table tr:last-child td.cnn-pcl-gcfja0:last-child::before{content:\"\";width:100%;height:1px;position:absolute;border-top:0 solid;left:0;top:0;background:#000}.race-ratings-last-updated-1zn_9s.cnn-pcl-haellg{font-size:12px;line-height:20px;text-align:left}.race-ratings-label-item-container-Aa45MO.cnn-pcl-4kzcjq{display:flex;margin-bottom:10px}.race-ratings-label-box-2oam0m.cnn-pcl-4kzcjq{width:27px;height:20px;border:1px solid #000;margin-right:15px}.race-ratings-label-text-2fW8wb.cnn-pcl-4kzcjq{font-style:normal;font-size:14px;line-height:21px}.race-ratings-label-container-3t0IJs.cnn-pcl-1igd34d{display:flex;justify-content:center;margin-top:40px;margin-bottom:20px}.race-ratings-label-group-3WvrgF.cnn-pcl-1igd34d{margin-right:20px}.race-ratings-text-box-2jaN6W.cnn-pcl-pdy2u9{padding:5px 0;border-top:1px solid #000}.race-ratings-text-box__text-jbLUCx.cnn-pcl-pdy2u9{font-size:var(--fontSize)}.race-ratings-text-box__text-jbLUCx.cnn-pcl-pdy2u9 strong{font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif;font-weight:700}.electoral-votes-card__candidate-details-25rzwW.cnn-pcl-192x6qc,.race-rating-tag{font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif;font-weight:400}@media screen and (min-width:481px){.race-ratings-text-box-2jaN6W.cnn-pcl-pdy2u9{border:1px solid #000;padding:5px 20px;margin:0 0 34px}}.race-rating-tag{border:.02em solid #000;box-sizing:border-box;border-radius:3px;font-size:1em;line-height:1.4em;padding:0 .41em;text-align:left;white-space:nowrap;color:var(--fontColor);background:var(--ratingColor);display:inline-block}.race-ratings-mobile-container--BZ9o7.cnn-pcl-1mc3yh7{margin:0 auto;max-width:420px}.electoral-votes-card-3bXmiC.cnn-pcl-192x6qc{display:inline-flex;border:2px solid var(--candidateColor);overflow:auto;min-width:100px;border-radius:4px;padding:6px;max-height:100px;width:100%;max-width:fit-content}@media screen and (min-width:480px){.electoral-votes-card-3bXmiC.cnn-pcl-192x6qc{margin:2px;min-width:180px;border-radius:5px;padding:10px;max-height:100px}}@media screen and (min-width:960px){.electoral-votes-card-3bXmiC.cnn-pcl-192x6qc{margin:2px;min-width:195px;border-radius:5px;padding:12px;max-height:110px}}.electoral-votes-card__circle-1ZYKAO.cnn-pcl-192x6qc{width:36px;height:36px;flex:0 0 36px;border-radius:36px;background-color:var(--candidateColor);margin-right:6px;margin-top:1px;display:inline-block}.electoral-votes-card__candidate-details-25rzwW.cnn-pcl-192x6qc{font-style:normal;letter-spacing:.2px;line-break:anywhere}.circular_summary__primary_text-36YSkr.cnn-pcl-eyhmk3.cnn-pcl-eyhmk3,.circular_summary__secondary_text-1rcr5S.cnn-pcl-eyhmk3.cnn-pcl-eyhmk3,button.cnn-pcl-1hveimy{font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif;font-weight:700}.electoral-votes-card__number-of-votes-3WZssq.cnn-pcl-192x6qc{font-size:14px;line-height:24px}@media screen and (min-width:480px){.electoral-votes-card__circle-1ZYKAO.cnn-pcl-192x6qc{width:48px;height:48px;flex:0 0 48px;border-radius:48px;margin-right:11px;margin-top:2px}.electoral-votes-card__number-of-votes-3WZssq.cnn-pcl-192x6qc{font-size:18px;line-height:26px}}.electoral-votes-card__candidate-name-Sz0gyq.cnn-pcl-192x6qc{font-size:12px;line-height:16px}@media screen and (min-width:480px){.electoral-votes-card__candidate-name-Sz0gyq.cnn-pcl-192x6qc{font-size:14px;line-height:21px}}.electoral-votes-card__party-name-1DG4Mq.cnn-pcl-192x6qc{font-size:12px;line-height:14px}.electoral-votes-card-group-1JP6yh.cnn-pcl-xar3qr{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.electoral-votes-card-group__item-1Bnh-M.cnn-pcl-xar3qr{padding:8px 0}.electoral-votes-card-group__item-1Bnh-M.cnn-pcl-xar3qr:only-child{margin:0 auto}@media screen and (min-width:480px){.electoral-votes-card__party-name-1DG4Mq.cnn-pcl-192x6qc{font-size:12px;line-height:18px}.electoral-votes-card-group-1JP6yh.cnn-pcl-xar3qr{justify-content:center}.electoral-votes-card-group__item-1Bnh-M.cnn-pcl-xar3qr{padding:8px}}@media screen and (min-width:960px){.electoral-votes-card-group__item-1Bnh-M.cnn-pcl-xar3qr{padding:11.5px}}a.cnn-pcl-1ch2hn7{text-decoration:inherit;color:inherit}button.cnn-pcl-1hveimy{text-decoration:none;background-color:#fff;color:#000;cursor:pointer;font-size:10px;padding:4px 9px;border:1px solid #000;border-radius:14px;line-height:16px;min-width:74px}.followed-1x17z8.cnn-pcl-1hveimy{background-color:#000;color:#fff}.small-1-yuya.cnn-pcl-1hveimy{box-sizing:content-box;max-height:16px;padding:0;margin:0 0 1px}.isAdded-3-hBK3.cnn-pcl-1hveimy{background-image:linear-gradient(to left,#c7e0f8,#fececf),linear-gradient(283deg,#c7e0f8 102%,#fececf);background-origin:border-box;background-clip:border-box;color:#000}.onhover-legkqF.cnn-pcl-1hveimy{background-color:#fff;color:#000}.circular_summary-LUtCUF.cnn-pcl-eyhmk3.cnn-pcl-eyhmk3{align-items:center;background:0 0;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;width:100%}.circular_summary__primary_text-36YSkr.cnn-pcl-eyhmk3.cnn-pcl-eyhmk3{background-color:#fff;border:.0625rem solid #0c0c0c;border-radius:50%;color:#0c0c0c;flex-shrink:0;font-size:.875rem;height:2.1875rem;letter-spacing:.2px;line-height:2.1875rem;margin:0 .25rem 0 0;text-align:center;width:2.1875rem}.circular_summary__primary_text-36YSkr.cnn-pcl-eyhmk3+.circular_summary__secondary_text-1rcr5S.cnn-pcl-eyhmk3{padding:0}.circular_summary__secondary_text-1rcr5S.cnn-pcl-eyhmk3.cnn-pcl-eyhmk3{color:#0c0c0c;font-size:.75rem;letter-spacing:.2px;line-height:1.0625rem;margin:1px 0 0;padding:0;text-transform:uppercase}.proportional_allocation__electoral_vote-2eR5by.cnn-pcl-15mw7pb,.proportional_allocation__title-2lNAU6.cnn-pcl-15mw7pb{font-size:.75rem;line-height:1.125rem;font-weight:700;letter-spacing:.2px;font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif}.proportional_allocation-3gAlOP.cnn-pcl-15mw7pb{align-items:center;border:1px solid #0c0c0c;border-radius:3px;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;padding:.1875rem .5rem;min-width:0;width:100%;max-width:100%}.proportional_allocation__title-2lNAU6.cnn-pcl-15mw7pb{color:#0c0c0c;margin:0}.proportional_allocation__electoral_vote--wrapper-2qpPJT.cnn-pcl-15mw7pb{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start}.proportional_allocation__electoral_vote-2eR5by.cnn-pcl-15mw7pb{color:var(--partyColor);margin:0 0 0 .75rem}.header-container-2NUUsd.cnn-pcl-1k0jrn2.cnn-pcl-1k0jrn2{grid-area:header;position:relative;padding:0 0 16px 12px}.header-container-2NUUsd.cnn-pcl-1k0jrn2 h2.cnn-pcl-1k0jrn2{font-size:20px;line-height:26px;font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif;font-weight:700;color:#000;margin:0;padding:15px 102px 0 0;display:block}.header-container-2NUUsd.cnn-pcl-1k0jrn2 h2.cnn-pcl-1k0jrn2>a{cursor:pointer;color:initial;text-decoration:none}.header-container-2NUUsd.cnn-pcl-1k0jrn2 h2.cnn-pcl-1k0jrn2>a:hover{text-decoration:underline;color:initial!important}.header-container-2NUUsd.cnn-pcl-1k0jrn2 p.subtitle-1hydv9.cnn-pcl-1k0jrn2{font-size:20px;line-height:26px;font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif;font-weight:700;padding:0;margin:0}.header-container-2NUUsd.cnn-pcl-1k0jrn2 .action-button-MXWPft.cnn-pcl-1k0jrn2{position:absolute;right:12px;top:0;padding-top:15px}table.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv{grid-area:results;border-spacing:0;border-radius:4px;box-sizing:border-box;padding:1rem;max-width:100%;border-collapse:collapse;position:relative;text-align:right;width:100%}table.cnn-pcl-xtr4hv .cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv,table.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv::after,table.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv::before{box-sizing:inherit}table.cnn-pcl-xtr4hv thead tr.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv{vertical-align:bottom;border-bottom:1px solid #d3d3d3}table.cnn-pcl-xtr4hv thead tr th.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv{font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif;font-weight:400;font-size:13px;padding:0 0 12px}table.cnn-pcl-xtr4hv thead tr th.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv:first-child{text-align:left;padding-left:12px}table.cnn-pcl-xtr4hv thead tr th:nth-child(2) .total-delegates-ADQTa2.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv{display:inline-block}table.cnn-pcl-xtr4hv thead tr th:nth-child(2) .hidden-1SXjCH.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv{display:none}table.cnn-pcl-xtr4hv thead tr th.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv:last-child{direction:rtl;max-width:90px;padding-right:12px;padding-left:12px}@media screen and (min-width:480px){table.cnn-pcl-xtr4hv thead tr th.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv:last-child{padding-left:18px}}@media screen and (min-width:960px){table.cnn-pcl-xtr4hv thead tr th.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv:last-child{padding-left:24px}}table.cnn-pcl-xtr4hv tbody tr.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv{border-bottom:1px solid #d3d3d3;background:var(--background);display:var(--display);line-height:16px;letter-spacing:.2px;vertical-align:middle;font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif;font-weight:400}table.cnn-pcl-xtr4hv tbody tr.isWinner-7j8KXa.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv{font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif;font-weight:700}table.cnn-pcl-xtr4hv tbody tr td.col-candidate-name-1pAsq5.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv{padding-left:16px;min-width:116px;text-align:left;position:relative}table.cnn-pcl-xtr4hv tbody tr td.col-candidate-name-1pAsq5.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv:before{content:\"\";height:100%;width:8px;position:absolute;left:0;top:0;background-color:var(--candidateColor)}table.cnn-pcl-xtr4hv tbody tr td span.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv,table.cnn-pcl-xtr4hv tbody tr td.col-candidate-name-1pAsq5.cnn-pcl-xtr4hv>span.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv{display:flex;align-items:center}table.cnn-pcl-xtr4hv tbody tr td span.race-indicator-zone-2TE5h7.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv{width:18px;min-width:18px;display:flex}table.cnn-pcl-xtr4hv tbody tr td.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv{border-bottom:1px solid #d3d3d3;padding:16px 0}table.cnn-pcl-xtr4hv tbody tr td.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv:last-child{padding-right:12px}table.cnn-pcl-xtr4hv tbody tr td.col-progress-bar-HuBjC8.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv{width:60%}table.cnn-pcl-xtr4hv tbody tr td.col-candidate-name-1pAsq5.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv{padding-right:24px}@media screen and (min-width:480px){table.cnn-pcl-xtr4hv tbody tr td.col-candidate-name-1pAsq5.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv{padding-right:32px}}@media screen and (min-width:960px){table.cnn-pcl-xtr4hv tbody tr td.col-candidate-name-1pAsq5.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv{padding-right:48px}}table.cnn-pcl-xtr4hv tbody tr td span.full-name-3lhPUj.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv{display:flex;flex-direction:column;align-items:flex-start;width:116px}table.cnn-pcl-xtr4hv tbody tr td span.full-name-3lhPUj.cnn-pcl-xtr4hv>span.dropped-out-1AJ89G.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv{background:var(--delegateDroppedOut);color:#fff;font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif;font-weight:700;font-size:12px;letter-spacing:.74px;text-align:center;border-radius:3px;padding:1px 4px;margin-top:6px}table.cnn-pcl-xtr4hv tbody .progress-bar-bdx54d.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv{background-color:var(--progressBarBackgroundColor);height:24px;position:relative;width:100%}table.cnn-pcl-xtr4hv tbody .percentage-29wjBM.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv{background-color:var(--progressbarColor);height:24px;width:var(--progressbarWidth)}table.cnn-pcl-xtr4hv tbody [data-testid=accordion].cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv{display:flex}table.cnn-pcl-xtr4hv tbody tr.accordion-row-2KcLFL.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv{border-bottom:none;display:table-row;padding-left:6px}table.cnn-pcl-xtr4hv tbody tr.accordion-row-2KcLFL td.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv{border-bottom:none;padding:8px 0 8px 6px}table.cnn-pcl-xtr4hv tbody tr.accordion-row-2KcLFL td.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv:first-child:before{content:\"\";display:none}table.cnn-pcl-xtr4hv tbody .delegate-ahead-count-No29zo.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv{display:block;font-size:12px;line-height:12px;color:#404040;font-style:italic;font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif;font-weight:400;padding:4px 0 0 10px}table.cnn-pcl-xtr4hv>tfoot.cnn-pcl-xtr4hv>tr.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv{text-align:left;font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif;font-weight:400;font-size:12px;line-height:14px;height:24px}table.cnn-pcl-xtr4hv>tfoot.cnn-pcl-xtr4hv>tr.cnn-pcl-xtr4hv>td.icon-informational-32GQ2W.cnn-pcl-xtr4hv{padding:12px 0 0 8px}footer.cnn-pcl-13at84h.cnn-pcl-13at84h.cnn-pcl-13at84h.cnn-pcl-13at84h{grid-area:footer;margin-top:12px;padding:0 12px 14px;height:fit-content;display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end}.embedded-1klVVX.cnn-pcl-13at84h.cnn-pcl-13at84h.cnn-pcl-13at84h.cnn-pcl-13at84h{border-bottom:1px solid #e6e6e6}.footer-info-cDvY3f.cnn-pcl-13at84h.cnn-pcl-13at84h.cnn-pcl-13at84h.cnn-pcl-13at84h{display:flex;flex-direction:column;align-self:flex-start}footer.cnn-pcl-13at84h>div.cnn-pcl-13at84h>p.cnn-pcl-13at84h.cnn-pcl-13at84h{margin:0;display:flex}footer.cnn-pcl-13at84h>div.cnn-pcl-13at84h>p.cnn-pcl-13at84h>span.next-update-3RWuW_.cnn-pcl-13at84h{margin-left:0}footer.cnn-pcl-13at84h>div.cnn-pcl-13at84h>p.last-updated-38oKS4.cnn-pcl-13at84h.cnn-pcl-13at84h{font-size:12px;font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif;font-weight:400;line-height:16px;letter-spacing:-.2px;padding:0;margin:0}a.cnn-pcl-13at84h.cnn-pcl-13at84h.cnn-pcl-13at84h.cnn-pcl-13at84h{color:#0c0c0c;font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif;font-weight:700;text-decoration:underline;font-size:12px}@media screen and (min-width:1024px){.embedded-1klVVX.cnn-pcl-13at84h.cnn-pcl-13at84h.cnn-pcl-13at84h.cnn-pcl-13at84h{border-bottom:none}}article.cnn-pcl-fm1ncy{border:1px solid #e6e6e6;border-radius:4px;position:relative;display:grid;background:#fff;grid-template-areas:\"header header\" \"results results\" \"footer footer\";margin:0 0 24px}article.called-1bIiML.cnn-pcl-fm1ncy::before{content:\"\";height:8px;width:calc(100% + 2px);margin-left:-1px;margin-top:-1px;border-top-left-radius:4px;border-top-right-radius:4px;position:absolute;top:0;left:0;background:var(--winnerPartyColor)}.accordion-container.cnn-pcl-1gfshy2{display:flex;flex-direction:column;align-items:center}h3.cnn-pcl-1gfshy2{margin:0}button.cnn-pcl-1gfshy2{background:0 0;display:flex;flex-direction:row;align-items:center;font-size:16px;font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif;font-weight:700;color:#0c0c0c;cursor:pointer;margin:0;padding:4px;border:2px solid transparent}span[data-accordion-type=business].cnn-pcl-1gfshy2,span[data-accordion-type=with-icon].cnn-pcl-1gfshy2{margin-right:4px}button.cnn-pcl-1gfshy2>svg path{fill:#0c0c0c}button.cnn-pcl-1gfshy2:hover{color:#6e6e6e}button.cnn-pcl-1gfshy2:hover>svg path{fill:#6e6e6e!important}button.cnn-pcl-1gfshy2:focus-visible{outline:#0c0c0c solid 2px;border-radius:5px;color:#0c0c0c}button.cnn-pcl-1gfshy2:focus>svg path{fill:#0c0c0c}button.cnn-pcl-1gfshy2:active{color:#404040;background:#e6e6e6;border-radius:4px}button.cnn-pcl-1gfshy2:active>svg path{color:#404040!important}.next-update-timer-1K0nuP.cnn-pcl-1lgl0jt{display:flex;flex-direction:row;margin:0;font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif;font-weight:400;font-size:12px;line-height:16px;letter-spacing:-.2px}.text-1eIsT7.cnn-pcl-1lgl0jt{margin-left:0}.time-1C6GVD.cnn-pcl-1lgl0jt{font-family:cnnclock,helveticaneue,Helvetica,Arial,Utkal,sans-serif}.house-tile-tooltip-27SEP.cnn-pcl-lswo9.cnn-pcl-lswo9{display:none;flex-direction:column;position:fixed;width:100%;left:0;bottom:0;pointer-events:all;box-sizing:border-box;z-index:10001}.house-tile-tooltip-27SEP.cnn-pcl-lswo9 button.cnn-pcl-lswo9{position:absolute;z-index:1002;top:0;right:20px;width:32px;height:32px;background:#0c0c0c;border:none;transform:translateY(-50%);border-radius:1000px;box-shadow:rgba(0,0,0,.2) 0 3px 3px 0}.house-tile-tooltip-27SEP.cnn-pcl-lswo9 button.cnn-pcl-lswo9::after,.house-tile-tooltip-27SEP.cnn-pcl-lswo9 button.cnn-pcl-lswo9::before{content:\"\";width:18px;height:1px;position:absolute;margin-top:-1px;top:50%;left:50%;background:#fff}.house-tile-tooltip-27SEP.cnn-pcl-lswo9 button.cnn-pcl-lswo9::before{transform:translateX(-50%) rotate(45deg);-webkit-transform:translateX(-50%) rotate(45deg)}.house-tile-tooltip-27SEP.cnn-pcl-lswo9 button.cnn-pcl-lswo9::after{transform:translateX(-50%) rotate(-45deg);-webkit-transform:translateX(-50%) rotate(-45deg)}@media screen and (min-width:768px){footer.cnn-pcl-13at84h.cnn-pcl-13at84h.cnn-pcl-13at84h.cnn-pcl-13at84h{align-self:flex-end}.house-tile-tooltip-27SEP.cnn-pcl-lswo9.cnn-pcl-lswo9{display:none;position:fixed;z-index:10001;max-width:300px}.house-tile-tooltip-27SEP.cnn-pcl-lswo9 button.cnn-pcl-lswo9{display:none}}.house-tiles-3lOSAn.cnn-pcl-eu8ydm{padding:3px 0;display:inline-flex;flex-wrap:wrap;gap:var(--houseTilesGap)}.tile-FHOxaV.cnn-pcl-hp4480{border:.5px solid var(--borderColor);box-sizing:border-box;font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif;font-weight:700;font-size:15px;box-shadow:0 0 0 1px #fff,0 0 0 3px var(--haloColor);display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;cursor:var(--cursor);background:repeating-linear-gradient(135deg,var(--stripeBackground),var(--stripeBackground) 2px,var(--backgroundColor) 2px,var(--backgroundColor) 6px)}.tile__text-1wyQdS.cnn-pcl-hp4480{color:var(--textColor);text-shadow:-1px -1px 0 var(--textShadowColor),1px -1px 0 var(--textShadowColor),-1px 1px 0 var(--textShadowColor),1px 1px 0 var(--textShadowColor)}.politics-results-suite{margin:32px 0}.politics-results-suite .cnn-pcl-svg-map{max-height:250px}.product-zone__title,.product-zone__title-url{font-size:var(--theme-zone-title__font-size);line-height:var(--theme-zone-title__line-height);font-weight:var(--theme-zone-title__font-weight)}.product-zone__title-underscored-url,.product-zone__title-url{text-decoration-line:var(--theme-paragraph__link-decoration);text-decoration-thickness:var(--theme-paragraph__link-decoration-thickness);text-underline-offset:var(--theme-paragraph__hover-link-offset);-webkit-text-decoration-skip-ink:var(--theme-underline-skip-ink);text-decoration-skip-ink:var(--theme-underline-skip-ink);-webkit-text-decoration-skip:var(--theme-underline-skip-ink);text-decoration-skip:var(--theme-underline-skip-ink)}.product-zone{display:flex;justify-content:center}.product-zone .container{margin-bottom:0}.product-zone .stack .container{margin-bottom:var(--theme-container-margin-bottom-default)}.product-zone .stack .container:last-child{margin-bottom:0}.product-zone__inner{max-width:1440px;min-width:300px;padding:0;width:100%}.product-zone__title-url{letter-spacing:0;color:var(--theme-paragraph__link-color);-webkit-text-decoration-line:var(--theme-paragraph__link-decoration);-webkit-text-decoration-color:var(--theme-paragraph__link-decoration-color);text-decoration-color:var(--theme-paragraph__link-decoration-color);-webkit-text-decoration:var(--theme-zone-title__link-decoration);text-decoration:var(--theme-zone-title__link-decoration)}.product-zone__title-url:hover{color:var(--theme-link-color-hover);-webkit-text-decoration:var(--theme-zone-title__hover-link-decoration);text-decoration:var(--theme-zone-title__hover-link-decoration);text-decoration-thickness:var(--theme-paragraph__link-decoration-thickness)}.product-zone__title-container{display:flex;align-items:baseline}.product-zone__title{color:#0c0c0c;font-family:var(--theme-zone-title__font-family);margin-top:0;margin-bottom:16px}.product-zone__title:after{border-top:4px solid #e6e6e6;border-bottom:4px solid #e6e6e6;height:calc(8px + 1px);margin-left:16px;flex:1;content:\\'\\'}.product-zone__title--full-width,.product-zone__title--full-width .product-zone__title-url{text-align:center;font-size:48px;display:block;letter-spacing:1px;font-weight:var(--theme-zone-title__font-weight);line-height:56px;font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif;margin:24px}.product-zone__title--full-width .product-zone__title-url:after,.product-zone__title--full-width:after{border-top:none;border-bottom:none;height:0;margin-left:0;flex:1;content:\\'\\'}.product-zone__title--18-24{font-size:18px;line-height:18px}.product-zone__title-underscored-url{-webkit-text-decoration-line:var(--theme-paragraph__link-decoration);color:#0c0c0c;font-size:16px;line-height:30px;font-weight:400;-webkit-text-decoration-color:#0c0c0c;text-decoration-color:#0c0c0c}.product-zone__title-underscored-url:hover{-webkit-text-decoration:var(--theme-paragraph__hover-link-decoration);text-decoration:var(--theme-paragraph__hover-link-decoration);color:#6e6e6e}.product-zone__title--underscored{font-size:36px;font-weight:700;margin-bottom:24px;margin-right:12px;text-transform:none;line-height:1}.product-zone__title--underscored:after{display:none}.product-zone__title--underscored .product-zone__title-underscored-text{border-bottom:6px solid #0c0c0c;padding:0;margin-left:0;display:inline-block}.product-zone__title--underscored .product-zone__title-url{font-size:36px;font-weight:var(--theme-zone-title__font-weight);margin-bottom:0;margin-right:12px;text-transform:none;text-decoration:none}.product-zone__items{display:flex;flex:1;flex-wrap:wrap;justify-content:space-between}.product-zone__items>div{width:100%}.product-zone--outlined{padding:20px 12px;border:.5px solid #ddd;border-radius:5px;min-height:400px}.product-zone--t-highlight{background-color:#f8f8f8}.product-zone--t-light{background-color:transparent}.product-zone--t-white{background-color:#fff}.product-zone--t-dark,.product-zone--t-dark .product-zone__inner,.product-zone--t-dark .product-zone__outer{background-color:#0c0c0c;color:#fff}.product-zone--t-dark+.product-zone--t-light,.product-zone--t-dark+.zone--t-light{margin-top:64px}.product-zone--t-dark .product-zone__title{color:#fff;font-weight:700}.product-zone--t-dark .product-zone__title:after{border-top:4px solid #c00;border-bottom:4px solid #c00}.product-zone--t-dark .product-zone__title-url,.product-zone--t-dark .product-zone__title-url:hover{color:#fff}.product-zone--t-dark .layout--7-3{padding-top:16px}.product-zone--t-dark .container__title:after{border-color:#404040}.product-zone--t-dark .container__headline,.product-zone--t-dark .container__headline:hover,.product-zone--t-dark .container__item a,.product-zone--t-dark .container__item a:hover,.product-zone--t-dark .container__link:hover .container__headline,.product-zone--t-dark .container__title,.product-zone--t-dark .container__title:hover{color:#fff}.product-zone--t-dark .container__title-arrow,.product-zone--t-dark .icon-sig-photo-default,.product-zone--t-dark .icon-sig-video{fill:#fff}.product-zone--t-dark .container__item:not(:last-child){border-color:#6e6e6e}.product-zone--t-dark .container__item .image__credit,.product-zone--t-dark .container__item .image_sponsorship__credit{color:#b1b1b1}.product-zone--t-dark .container__text .icon-sig-photo-default,.product-zone--t-dark .container__text .icon-sig-video{fill:#f8f8f8}.product-zone--t-dark .container__text-label{color:#fff}.product-zone--t-dark .container__text-label--type-breaking,.product-zone--t-dark .container__text-label--type-updates{color:#c00}.product-zone--t-dark .container__title-url .right-arrow{fill:#0c0c0c}.product-zone--t-dark,.product-zone--t-day-of-deals,.product-zone--t-sleep-week,.product-zone--t-underscored{position:relative;padding:0}.product-zone--t-dark .product-zone__outer,.product-zone--t-day-of-deals .product-zone__outer,.product-zone--t-sleep-week .product-zone__outer,.product-zone--t-underscored .product-zone__outer{z-index:1;position:relative;right:50%;left:50%;width:100vw;margin-left:-50vw;margin-right:-50vw}.product-zone--t-dark .product-zone__inner,.product-zone--t-day-of-deals .product-zone__inner,.product-zone--t-sleep-week .product-zone__inner,.product-zone--t-underscored .product-zone__inner{z-index:2}.product-zone--t-dark .product-zone__inner:not(:has(.layout--full-bleed)),.product-zone--t-day-of-deals .product-zone__inner:not(:has(.layout--full-bleed)),.product-zone--t-sleep-week .product-zone__inner:not(:has(.layout--full-bleed)),.product-zone--t-underscored .product-zone__inner:not(:has(.layout--full-bleed)){padding:40px 0 32px}.product-zone--t-underscored{margin-top:-32px}.product-zone--t-underscored .product-zone__outer{background:linear-gradient(to bottom,#fff4d1,#ffe0e0 28%,#e2f8ff 65%,#fff 89%)}.product-zone--t-sleep-week .product-zone__outer{background:linear-gradient(to bottom,#120038,#e6dbff 32%,#ffe5fa 65%,#fff 89%)}.product-zone--t-day-of-deals .product-zone__outer{background:linear-gradient(to bottom,#e7e0fc,#e5fbff 32%,#f7fff2 65%,#fff 89%)}.product-zone .product-zone__items.layout--full-bleed{left:50%;margin-left:-50vw;position:relative;width:100vw}@media screen and (min-width:480px) and (max-width:959px){body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobil-app.kiln-edit-mode ) .product-zone--t-sleep-week .product-zone__outer{background:linear-gradient(to bottom,#120038,#e6dbff 22%,#ffe5fa 26%,#fff 39%)}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobil-app.kiln-edit-mode ) .product-zone--t-day-of-deals .product-zone__outer{background:linear-gradient(to bottom,#e7e0fc,#e5fbff 22%,#f7fff2 26%,#fff 39%)}}@supports not selector(:has(*)){.product-zone--t-dark .product-zone__inner:not(.has-pseudo-class-fix-layout--full-bleed),.product-zone--t-dark .zone__inner:not(.has-pseudo-class-fix-layout--full-bleed),.product-zone--t-day-of-deals .zone__inner:not(.has-pseudo-class-fix-layout--full-bleed),.product-zone--t-sleep-week .zone__inner:not(.has-pseudo-class-fix-layout--full-bleed),.product-zone--t-underscored .zone__inner:not(.has-pseudo-class-fix-layout--full-bleed){padding:40px 0 32px}.product-zone__with-ribbon{margin-bottom:0}.product-zone__with-ribbon .container_ribbon__field-links{margin:0}}@media screen and (max-width:479px){body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ).underscored .product-zone{margin-bottom:8px}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .product-zone__title-container{flex-wrap:wrap;margin-bottom:24px}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .product-zone__title--underscored{font-size:30px;margin-bottom:4px}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout-homepage .product-zone:first-child>.product-zone__inner{padding-top:24px}}@media screen and (min-width:480px){body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .product-zone--t-dark{margin-bottom:0}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .product-zone--t-dark .product-zone__inner:not(:has(.layout--full-bleed)){padding-bottom:var(--theme-zone__padding-bottom-small)}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .product-zone--t-day-of-deals,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .product-zone--t-sleep-week,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .product-zone--t-underscored{margin-bottom:var(--theme-zone__padding-bottom-small)}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .product-zone--t-day-of-deals .product-zone__inner,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .product-zone--t-sleep-week .product-zone__inner,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .product-zone--t-underscored .product-zone__inner{padding-bottom:0}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .product-zone--outlined{padding:30px 24px}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .product-zone__items.layout--balanced-2-fixed-300>div:nth-child(3),body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .product-zone__items.layout--balanced-3-fixed-300>div:nth-child(4){width:300px;margin:0 auto}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .product-zone__items.layout--balanced-2-min-300>div:nth-child(3){min-width:300px}}@supports not selector(:has(*)){@media screen and (min-width:480px){body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .product-zone--t-dark .product-zone__inner:not(.has-pseudo-class-fix-layout--full-bleed){padding-bottom:var(--theme-zone__padding-bottom-small)}}}@media screen and (max-width:959px){body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .product-zone{margin-bottom:0}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .product-zone .container,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .product-zone--t-dark:not(.product-zone_negative-top) .layout--full-bleed .container_hero-card-feature:last-child,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .product-zone--t-dark:not(.product-zone_negative-top) .layout--full-bleed .container_shelf-carousel:last-child{margin-bottom:24px}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .product-zone--t-dark:not(.product-zone_negative-top) .layout--full-bleed .container_shelf-carousel:last-child .container_shelf-carousel__text,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .product-zone--t-light:not(.product-zone_negative-top){margin-bottom:0}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .product-zone--t-light:not(.product-zone_negative-top) .container_hero-card-feature:last-child,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .product-zone--t-light:not(.product-zone_negative-top) .container_shelf-carousel:last-child{margin-bottom:24px}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .product-zone--t-light:not(.product-zone_negative-top) .container_shelf-carousel:last-child .container_shelf-carousel__text{margin-bottom:0}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--balanced-2-fixed-300 .container__item:not(:first-child) .image__credit,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--balanced-2-fixed-300 .container__item:not(:first-child) .image_sponsorship__credit,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--balanced-2-fixed-300 .container_lead-plus-headlines-with-images:not(:first-child) .image__credit,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--balanced-2-fixed-300 .container_lead-plus-headlines-with-images:not(:first-child) .image_sponsorship__credit{display:none}}@media screen and (min-width:960px){body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout__top .product-zone{margin-bottom:32px}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout__top .product-zone:not(.product-zone_negative-top):has(+.headline){margin-bottom:0}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .product-zone{margin-bottom:var(--theme-zone__margin-bottom-default)}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .product-zone:has(.container_ribbon){margin-bottom:0}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .product-zone:has(.container_ribbon) .container_ribbon__field-links{margin:0}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .product-zone .container_ribbon{margin:0 0 32px}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ).underscored .product-zone{margin-bottom:16px}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .product-zone--outlined{padding:30px 24px}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .product-zone--t-dark{margin:0}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .product-zone--t-dark .product-zone__inner:not(:has(.layout--full-bleed)){padding-bottom:var(--theme-zone__padding-bottom-default)}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .product-zone--t-light+.product-zone--t-dark .product-zone__inner,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .product-zone--t-light+.zone--t-dark .product-zone__inner{padding-top:64px}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .product-zone__title{font-size:var(--theme-zone-title__font-size-medium-plus);line-height:var(--theme-zone-title__line-height-medium-plus);margin-bottom:24px}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .product-zone__title-url{font-size:var(--theme-zone-title__font-size-medium-plus);line-height:var(--theme-zone-title__line-height-medium-plus)}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .product-zone__title--18-24{font-size:24px;line-height:20px}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .product-zone__items.layout--full-width>div:first-child{width:100%}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .product-zone__items.layout--full-width .container_vertical-strip{padding:0;max-width:769px;margin:0 auto}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .product-zone__items.layout--full-width .container_vertical-strip .image__container,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .product-zone__items.layout--full-width .container_vertical-strip img{max-height:433px}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .product-zone__items.layout--6-4>div:first-child{width:calc(60% - (24px / 2))}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .product-zone__items.layout--6-4>div:nth-child(2){width:calc(40% - (24px / 2))}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .product-zone__items.layout--7-3>div:first-child{width:calc(70% - (24px / 2))}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .product-zone__items.layout--7-3>div:nth-child(2){width:calc(30% - (24px / 2))}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .product-zone__items.layout--one-third-two-thirds>div:first-child{width:calc(33.33% - ((24px / 2)))}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .product-zone__items.layout--one-third-two-thirds>div:nth-child(2){width:calc(66.66% - ((24px / 2)))}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .product-zone__items.layout--4-6>div:first-child{width:calc(40% - (24px / 2))}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .product-zone__items.layout--4-6>div:nth-child(2){width:calc(60% - (24px / 2))}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .product-zone__items.layout--balanced-3-fixed-300>div:nth-child(4){width:300px}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .product-zone__items.layout--balanced-3-fixed-300>div:first-child,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .product-zone__items.layout--balanced-3-fixed-300>div:nth-child(2),body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .product-zone__items.layout--balanced-3-fixed-300>div:nth-child(3){width:calc(33.33% - 100px - ((24px * 3)/ 3))}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .product-zone__items.layout--5-4-3>div:first-child,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .product-zone__items.layout--5-4-3>div:nth-child(2),body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .product-zone__items.layout--5-4-3>div:nth-child(3),body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .product-zone__items.layout--balanced-2-min-300>div:first-child,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .product-zone__items.layout--balanced-2-min-300>div:nth-child(2),body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .product-zone__items.layout--balanced-2-min-300>div:nth-child(3),body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .product-zone__items.layout--balanced-3>div:first-child,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .product-zone__items.layout--balanced-3>div:nth-child(2),body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .product-zone__items.layout--balanced-3>div:nth-child(3),body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .product-zone__items.layout--wide-center>div:first-child,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .product-zone__items.layout--wide-center>div:nth-child(2),body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .product-zone__items.layout--wide-center>div:nth-child(3),body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .product-zone__items.layout--wide-right-2>div:first-child,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .product-zone__items.layout--wide-right-2>div:nth-child(2),body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .product-zone__items.layout--wide-right-2>div:nth-child(3){width:calc(33.33% - ((24px * 2)/ 3))}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .product-zone__items.layout--wide-left-balanced-2>div:first-child{width:calc(50% - ((24px * 2)/ 3))}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .product-zone__items.layout--wide-left-balanced-2>div:nth-child(2),body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .product-zone__items.layout--wide-left-balanced-2>div:nth-child(3){width:calc(25% - ((24px * 2)/ 3))}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .product-zone__items.layout--balanced-2-fixed-300>div:first-child,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .product-zone__items.layout--balanced-2-fixed-300>div:nth-child(2){width:calc(50% - 150px - ((24px * 2)/ 2))}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .product-zone__items.layout--balanced-2-fixed-300>div:nth-child(3){width:300px;margin:0}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .product-zone__items.layout--balanced-2>div:first-child,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .product-zone__items.layout--balanced-2>div:nth-child(2),body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .product-zone__items.layout--balanced-4>div{width:calc(50% - ((24px)/ 2))}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .product-zone__items.layout--balanced-4>div:first-child,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .product-zone__items.layout--balanced-4>div:nth-child(2){margin-bottom:32px}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .product-zone__items .container>.container__ads>.ad-slot.adSlotLoaded{padding:0 0 16px}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--4-6 .container_card:first-child .image__credit,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--4-6 .container_card:first-child .image_sponsorship__credit,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--5-4-3 .container_card .image__credit,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--5-4-3 .container_card .image_sponsorship__credit,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--5-4-3 .container_grid-2 .image__credit,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--5-4-3 .container_grid-2 .image_sponsorship__credit,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--6-4 .container_card:not(:first-child) .image__credit,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--6-4 .container_card:not(:first-child) .image_sponsorship__credit,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--6-4 .container_grid-2:not(:first-child) .image__credit,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--6-4 .container_grid-2:not(:first-child) .image_sponsorship__credit,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--7-3 .container_card:not(:first-child) .image__credit,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--7-3 .container_card:not(:first-child) .image_sponsorship__credit,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--7-3 .container_grid-2:not(:first-child) .image__credit,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--7-3 .container_grid-2:not(:first-child) .image_sponsorship__credit,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--balanced-2-fixed-300 .container_card .image__credit,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--balanced-2-fixed-300 .container_card .image_sponsorship__credit,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--balanced-2-fixed-300 .container_grid-2 .image__credit,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--balanced-2-fixed-300 .container_grid-2 .image_sponsorship__credit,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--balanced-3 .container_card .image__credit,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--balanced-3 .container_card .image_sponsorship__credit,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--balanced-3 .container_grid-2 .image__credit,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--balanced-3 .container_grid-2 .image_sponsorship__credit,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--balanced-3-fixed-300 .container_card .image__credit,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--balanced-3-fixed-300 .container_card .image_sponsorship__credit,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--balanced-3-fixed-300 .container_grid-2 .image__credit,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--balanced-3-fixed-300 .container_grid-2 .image_sponsorship__credit,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--wide-center .container_grid-2 .image__credit,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--wide-center .container_grid-2 .image_sponsorship__credit,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--wide-right-2 .container_card:not(:last-child) .image__credit,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--wide-right-2 .container_card:not(:last-child) .image_sponsorship__credit{display:none}}@supports not selector(:has(*)){@media screen and (min-width:960px){body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .product-zone--t-dark .product-zone__inner:not(.has-pseudo-class-fix-layout--full-bleed){padding-bottom:var(--theme-zone__padding-bottom-default)}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .product-zone.product-zone__with-ribbon{margin-bottom:0}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .product-zone.product-zone__with-ribbon .container_ribbon__field-links{margin:0}}}@media screen and (min-width:1280px){body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .product-zone__items.layout--wide-center>div:first-child,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .product-zone__items.layout--wide-center>div:nth-child(3){width:calc(30% - ((24px * 2)/ 3))}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .product-zone__items.layout--wide-center>div:nth-child(2){width:calc(40% - ((24px * 2)/ 3))}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .product-zone__items.layout--balanced-2-min-300>div,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .product-zone__items.layout--balanced-3>div{width:calc(33.33% - ((24px * 2)/ 3))}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .product-zone__items.layout--balanced-4>div{width:calc(25% - ((24px * 2)/ 4))}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .product-zone__items.layout--balanced-4>div:first-child,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .product-zone__items.layout--balanced-4>div:nth-child(2){margin-bottom:0}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .product-zone__items.layout--5-4-3>div:first-child{width:calc(41.66% - ((24px * 2)/ 3))}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .product-zone__items.layout--5-4-3>div:nth-child(2){width:calc(33.33% - ((24px * 2)/ 3))}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .product-zone__items.layout--5-4-3>div:nth-child(3){width:calc(25% - ((24px * 2)/ 3))}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .product-zone__items.layout--wide-left-balanced-2>div:first-child{width:calc(50% - ((24px * 2)/ 3))}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .product-zone__items.layout--wide-left-balanced-2>div:nth-child(2),body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .product-zone__items.layout--wide-left-balanced-2>div:nth-child(3),body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .product-zone__items.layout--wide-right-2>div:first-child,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .product-zone__items.layout--wide-right-2>div:nth-child(2){width:calc(25% - ((24px * 2)/ 3))}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .product-zone__items.layout--wide-right-2>div:nth-child(3){width:calc(50% - ((24px * 2)/ 3))}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .product-zone__items.layout--full-bleed{justify-content:center}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--4-6 .container_grid-2:first-child .image__credit,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--4-6 .container_grid-2:first-child .image_sponsorship__credit,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--6-4 .container_grid-2:not(:first-child) .image__credit,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--6-4 .container_grid-2:not(:first-child) .image_sponsorship__credit,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--wide-center .container_card .image__credit,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--wide-center .container_card .image_sponsorship__credit,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--wide-left-balanced-2 .container_card:not(:first-child) .image__credit,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--wide-left-balanced-2 .container_card:not(:first-child) .image_sponsorship__credit,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--wide-left-balanced-2 .container_grid-2:not(:first-child) .image__credit,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--wide-left-balanced-2 .container_grid-2:not(:first-child) .image_sponsorship__credit,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--wide-right-2 .container_grid-2:not(:last-child) .image__credit,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--wide-right-2 .container_grid-2:not(:last-child) .image_sponsorship__credit{display:none}}@media screen and (min-width:2000px){body:not(.layout-homepage) .product-zone .layout--full-bleed{max-width:2000px;width:100%;object-fit:cover;height:100%;margin-left:0;margin-right:0;position:inherit}}.layout--4-6 .container_lead-plus-headlines-with-images .container__item:not(:first-child) .image__credit,.layout--4-6 .container_lead-plus-headlines-with-images .container__item:not(:first-child) .image_sponsorship__credit,.layout--4-6 .container_list-headlines-with-images .image__credit,.layout--4-6 .container_list-headlines-with-images .image_sponsorship__credit,.layout--5-4-3 .container_lead-plus-headlines-with-images .container__item:not(:first-child) .image__credit,.layout--5-4-3 .container_lead-plus-headlines-with-images .container__item:not(:first-child) .image_sponsorship__credit,.layout--5-4-3 .container_list-headlines-with-images .image__credit,.layout--5-4-3 .container_list-headlines-with-images .image_sponsorship__credit,.layout--6-4 .container_lead-plus-headlines-with-images .container__item:not(:first-child) .image__credit,.layout--6-4 .container_lead-plus-headlines-with-images .container__item:not(:first-child) .image_sponsorship__credit,.layout--6-4 .container_list-headlines-with-images .image__credit,.layout--6-4 .container_list-headlines-with-images .image_sponsorship__credit,.layout--7-3 .container_lead-plus-headlines-with-images .container__item:not(:first-child) .image__credit,.layout--7-3 .container_lead-plus-headlines-with-images .container__item:not(:first-child) .image_sponsorship__credit,.layout--7-3 .container_list-headlines-with-images .image__credit,.layout--7-3 .container_list-headlines-with-images .image_sponsorship__credit,.layout--balanced-2 .container_lead-plus-headlines-with-images .container__item:not(:first-child) .image__credit,.layout--balanced-2 .container_lead-plus-headlines-with-images .container__item:not(:first-child) .image_sponsorship__credit,.layout--balanced-2 .container_list-headlines-with-images .image__credit,.layout--balanced-2 .container_list-headlines-with-images .image_sponsorship__credit,.layout--balanced-2-fixed-300 .container_lead-plus-headlines-with-images .container__item:not(:first-child) .image__credit,.layout--balanced-2-fixed-300 .container_lead-plus-headlines-with-images .container__item:not(:first-child) .image_sponsorship__credit,.layout--balanced-2-fixed-300 .container_list-headlines-with-images .image__credit,.layout--balanced-2-fixed-300 .container_list-headlines-with-images .image_sponsorship__credit,.layout--balanced-3 .container_lead-plus-headlines-with-images .container__item:not(:first-child) .image__credit,.layout--balanced-3 .container_lead-plus-headlines-with-images .container__item:not(:first-child) .image_sponsorship__credit,.layout--balanced-3 .container_list-headlines-with-images .image__credit,.layout--balanced-3 .container_list-headlines-with-images .image_sponsorship__credit,.layout--balanced-3-fixed-300 .container_lead-plus-headlines-with-images .container__item:not(:first-child) .image__credit,.layout--balanced-3-fixed-300 .container_lead-plus-headlines-with-images .container__item:not(:first-child) .image_sponsorship__credit,.layout--balanced-3-fixed-300 .container_list-headlines-with-images .image__credit,.layout--balanced-3-fixed-300 .container_list-headlines-with-images .image_sponsorship__credit,.layout--full-width .container_lead-plus-headlines-with-images .container__item:not(:first-child) .image__credit,.layout--full-width .container_lead-plus-headlines-with-images .container__item:not(:first-child) .image_sponsorship__credit,.layout--wide-center .container_lead-plus-headlines-with-images .container__item:not(:first-child) .image__credit,.layout--wide-center .container_lead-plus-headlines-with-images .container__item:not(:first-child) .image_sponsorship__credit,.layout--wide-center .container_list-headlines-with-images .image__credit,.layout--wide-center .container_list-headlines-with-images .image_sponsorship__credit,.layout--wide-left-balanced-2 .container_lead-plus-headlines-with-images .container__item:not(:first-child) .image__credit,.layout--wide-left-balanced-2 .container_lead-plus-headlines-with-images .container__item:not(:first-child) .image_sponsorship__credit,.layout--wide-left-balanced-2 .container_list-headlines-with-images .image__credit,.layout--wide-left-balanced-2 .container_list-headlines-with-images .image_sponsorship__credit,.layout--wide-right-2 .container_lead-plus-headlines-with-images .container__item:not(:first-child) .image__credit,.layout--wide-right-2 .container_lead-plus-headlines-with-images .container__item:not(:first-child) .image_sponsorship__credit,.layout--wide-right-2 .container_list-headlines-with-images .image__credit,.layout--wide-right-2 .container_list-headlines-with-images .image_sponsorship__credit{display:none}@media screen and (max-width:640px){body:not([class^=homepage-mobile]) .layout--4-6 .container_grid-2 .image__credit,body:not([class^=homepage-mobile]) .layout--4-6 .container_grid-2 .image_sponsorship__credit,body:not([class^=homepage-mobile]) .layout--5-4-3 .container_grid-2 .image__credit,body:not([class^=homepage-mobile]) .layout--5-4-3 .container_grid-2 .image_sponsorship__credit,body:not([class^=homepage-mobile]) .layout--5-4-3 .container_grid-3 .image__credit,body:not([class^=homepage-mobile]) .layout--5-4-3 .container_grid-3 .image_sponsorship__credit,body:not([class^=homepage-mobile]) .layout--5-4-3 .container_grid-4 .image__credit,body:not([class^=homepage-mobile]) .layout--5-4-3 .container_grid-4 .image_sponsorship__credit,body:not([class^=homepage-mobile]) .layout--6-4 .container_grid-2 .image__credit,body:not([class^=homepage-mobile]) .layout--6-4 .container_grid-2 .image_sponsorship__credit,body:not([class^=homepage-mobile]) .layout--7-3 .container_grid-2 .image__credit,body:not([class^=homepage-mobile]) .layout--7-3 .container_grid-2 .image_sponsorship__credit,body:not([class^=homepage-mobile]) .layout--balanced-2 .container_grid-2 .image__credit,body:not([class^=homepage-mobile]) .layout--balanced-2 .container_grid-2 .image_sponsorship__credit,body:not([class^=homepage-mobile]) .layout--balanced-2-fixed-300 .container_grid-2 .image__credit,body:not([class^=homepage-mobile]) .layout--balanced-2-fixed-300 .container_grid-2 .image_sponsorship__credit,body:not([class^=homepage-mobile]) .layout--balanced-3 .container_grid-2 .image__credit,body:not([class^=homepage-mobile]) .layout--balanced-3 .container_grid-2 .image_sponsorship__credit,body:not([class^=homepage-mobile]) .layout--balanced-3-fixed-300 .container_grid-2 .image__credit,body:not([class^=homepage-mobile]) .layout--balanced-3-fixed-300 .container_grid-2 .image_sponsorship__credit,body:not([class^=homepage-mobile]) .layout--full-width .container_grid-2 .image__credit,body:not([class^=homepage-mobile]) .layout--full-width .container_grid-2 .image_sponsorship__credit,body:not([class^=homepage-mobile]) .layout--wide-center .container_grid-2 .image__credit,body:not([class^=homepage-mobile]) .layout--wide-center .container_grid-2 .image_sponsorship__credit,body:not([class^=homepage-mobile]) .layout--wide-left-balanced-2 .container_grid-2 .image__credit,body:not([class^=homepage-mobile]) .layout--wide-left-balanced-2 .container_grid-2 .image_sponsorship__credit,body:not([class^=homepage-mobile]) .layout--wide-right-2 .container_grid-2 .image__credit,body:not([class^=homepage-mobile]) .layout--wide-right-2 .container_grid-2 .image_sponsorship__credit{display:none}}@media screen and (min-width:960px) and (max-width:1279px){body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--4-6 .container_grid-2 .image__credit,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--4-6 .container_grid-2 .image_sponsorship__credit,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--6-4 .container_grid-2 .image__credit,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--6-4 .container_grid-2 .image_sponsorship__credit,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--7-3 .container_grid-2 .image__credit,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--7-3 .container_grid-2 .image_sponsorship__credit,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--balanced-2 .container_card .image__credit,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--balanced-2 .container_card .image_sponsorship__credit,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--balanced-2 .container_grid-2 .image__credit,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--balanced-2 .container_grid-2 .image_sponsorship__credit,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--balanced-3-fixed-300 .container_app-collections:not(:last-child) .image__credit,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--balanced-3-fixed-300 .container_app-collections:not(:last-child) .image_sponsorship__credit,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--balanced-3-fixed-300 .container_grid-3:not(:last-child) .image__credit,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--balanced-3-fixed-300 .container_grid-3:not(:last-child) .image_sponsorship__credit,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--balanced-3-fixed-300 .container_lead-plus-headlines-with-images:not(:last-child) .image__credit,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--balanced-3-fixed-300 .container_lead-plus-headlines-with-images:not(:last-child) .image_sponsorship__credit,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--balanced-3-fixed-300 .container_lead-plus-headlines:not(:last-child) .image__credit,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--balanced-3-fixed-300 .container_lead-plus-headlines:not(:last-child) .image_sponsorship__credit,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--balanced-3-fixed-300 .container_vertical-strip:not(:last-child) .image__credit,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--balanced-3-fixed-300 .container_vertical-strip:not(:last-child) .image_sponsorship__credit,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--wide-center .container_card .image__credit,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--wide-center .container_card .image_sponsorship__credit,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--wide-left-balanced-2 .container_card .image__credit,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--wide-left-balanced-2 .container_card .image_sponsorship__credit,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--wide-left-balanced-2 .container_grid-2 .image__credit,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--wide-left-balanced-2 .container_grid-2 .image_sponsorship__credit,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--wide-right-2 .container_card:last-child .image__credit,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--wide-right-2 .container_card:last-child .image_sponsorship__credit,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--wide-right-2 .container_grid-2 .image__credit,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--wide-right-2 .container_grid-2 .image_sponsorship__credit{display:none}}@media screen and (max-width:1279px){body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--full-width .container_list-headlines-with-images .image__credit,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--full-width .container_list-headlines-with-images .image_sponsorship__credit{display:none}}.subnav{width:100%}.subnav__sections,.subnav__subsections{display:flex;flex-direction:column;align-items:center;width:100%;margin:0;padding:0;list-style:none}.subnav__section{margin-bottom:12px}.subnav__section-top{display:flex;flex-direction:row}.subnav__toggle-button{background:0 0;border:none;cursor:pointer;height:20px;margin:0;padding:0;width:20px}.subnav__toggle-button svg{fill:var(--theme-copy-accent)}.subnav__subsection-link{margin-top:4px}.subnav__section-link,.subnav__subsection-link{text-decoration:none;transition:color .4s ease;font-size:14px;line-height:18px;color:var(--theme-copy-accent)}.subnav__section-link:active,.subnav__section-link:focus,.subnav__section-link:hover,.subnav__subsection-link:active,.subnav__subsection-link:focus,.subnav__subsection-link:hover{color:var(--theme-copy-accent-hover);text-decoration:underline;text-underline-offset:var(--theme-paragraph__hover-link-offset)}.subnav__subsections{display:none;font-size:12px}.subnav__section--collapsed .subnav__subsections{display:none}.subnav__section--expanded .subnav__subsections{display:block;text-align:left;margin-top:8px}.subnav__section--expanded .subnav__toggle-button svg{bottom:2px;position:relative;transform:rotate(180deg)}.subnav__subsection{margin-top:4px}.subnav__specific-content{display:block;text-align:center}.subnav__social-links{margin-top:32px}.subnav .cnn-badge-icon{width:50px;height:50px;margin-bottom:24px}@media screen and (max-width:959px){body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .subnav__section-link{line-height:26px;font-size:18px}}@media screen and (min-width:960px){body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .subnav__sections{display:flex;flex-direction:row;flex-wrap:wrap;align-items:flex-start}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .subnav__subsections{display:block;margin-top:12px}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .subnav__section{padding:0 12px 0 0;margin-bottom:24px;width:calc(100% / 5)}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .subnav__section-link{margin-bottom:16px;font-size:18px;line-height:20px;font-weight:700;color:var(--theme-copy-follow)}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .subnav__section--collapsed .subnav__subsections,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .subnav__specific-content{display:none}}@media screen and (min-width:1280px){body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .subnav__section{width:calc(100% / 7)}}.brand-logo{height:40px;display:flex}.brand-logo .cnn-badge-icon{height:40px;fill:var(--theme-primary-logo-fill)}.brand-logo__theme{display:block;height:100%}.brand-logo__theme .business-logo-icon,.brand-logo__theme .entertainment-logo-icon,.brand-logo__theme .health-logo-icon,.brand-logo__theme .politics-logo-icon,.brand-logo__theme .style-logo-icon,.brand-logo__theme .tech-logo-icon,.brand-logo__theme .travel-logo-icon,.brand-logo__theme .underscored-logo-icon{position:relative}.brand-logo__theme .business-logo-icon .logo-title,.brand-logo__theme .entertainment-logo-icon .logo-title,.brand-logo__theme .health-logo-icon .logo-title,.brand-logo__theme .politics-logo-icon .logo-title,.brand-logo__theme .style-logo-icon .logo-title,.brand-logo__theme .tech-logo-icon .logo-title,.brand-logo__theme .travel-logo-icon .logo-title,.brand-logo__theme .underscored-logo-icon .logo-title{fill:var(--theme-secondary-logo-fill)}.brand-logo__section-text{align-items:center;color:var(--theme-copy-follow);display:flex;font-weight:700;font-size:18px;margin-left:4px;height:100%}.brand-logo__theme-link{text-decoration:none}.search-bar{width:100%}.search-bar__form{position:relative;display:block;width:100%;margin-bottom:24px}.search-bar__input{border:1px solid var(--theme-searchbox-border);border-radius:8px;font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif;font-size:16px;height:48px;width:100%;padding:0 64px 0 8px;box-shadow:none;color:var(--theme-copy)}.search-bar__input:-ms-input-placeholder{font-size:16px;line-height:26px;letter-spacing:0;color:#404040}.search-bar__input::placeholder{font-size:16px;line-height:26px;letter-spacing:0;color:#404040}.search-bar__input:focus{outline:0}.search-bar__input::-ms-clear{display:none}.search-bar__submit{position:absolute;top:50%;transform:translateY(-50%);right:0;border:none;box-shadow:none;background:0 0;display:flex;align-items:center;height:32px;letter-spacing:0;color:#404040;font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif;font-weight:700;content:url(/media/sites/cnn/icons/ui-search.svg)}.search-bar__submit:hover{cursor:pointer}.search-bar__button-text{display:none;font-size:14px;font-weight:700;line-height:32px;letter-spacing:0;margin-right:16px}.search-bar__arrow,.search-bar__search-icon{position:relative}.search-bar__arrow{display:none;right:8px;top:1px}.search-bar__arrow svg{width:12px;height:12px}@media screen and (min-width:960px){body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .search-bar__input{padding:0 calc(64px * 2) 0 8px}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .search-bar__arrow,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .search-bar__button-text{display:block}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .search-bar__search-icon{display:none}}.social-links{text-align:center}.social-links__copy{color:var(--theme-copy-follow);font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:1px;margin-left:0}.social-links--dark .social-links__copy{color:#404040}.social-links__items{display:flex;align-items:center;justify-content:center;padding:0;margin:16px 0 0;flex-wrap:wrap}.social-links__item{height:24px;list-style:none;margin-left:0;padding:0 16px}.social-links__link{color:unset;text-decoration:none}.social-links__link .facebook-icon,.social-links__link .instagram-icon,.social-links__link .linkedin-icon,.social-links__link .tiktok-icon,.social-links__link .twitter-icon,.social-links__link .youtube-icon{fill:var(--theme-icon-color);transition:fill .4s ease;height:24px;width:24px}.social-links__link .facebook-icon:hover,.social-links__link .instagram-icon:hover,.social-links__link .linkedin-icon:hover,.social-links__link .tiktok-icon:hover,.social-links__link .twitter-icon:hover,.social-links__link .youtube-icon:hover{fill:var(--theme-icon-color-hover)}.social-links--dark .social-links__link .facebook-icon,.social-links--dark .social-links__link .facebook-icon:hover,.social-links--dark .social-links__link .instagram-icon,.social-links--dark .social-links__link .instagram-icon:hover,.social-links--dark .social-links__link .tiktok-icon,.social-links--dark .social-links__link .tiktok-icon:hover,.social-links--dark .social-links__link .twitter-icon,.social-links--dark .social-links__link .twitter-icon:hover,.social-links--dark .social-links__link .youtube-icon,.social-links--dark .social-links__link .youtube-icon:hover{fill:#404040}@media screen and (min-width:960px){body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .social-links{display:flex;align-items:center}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .social-links__items{margin-top:0;justify-content:center}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .social-links__copy{margin-left:24px}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .social-links__item{margin-left:24px;padding:0}}.subheader{clear:inherit;display:block;padding:16px 0 8px;margin:0;font-family:var(--theme-subheader__font-family);font-weight:var(--theme-subheader__font-weight)}.subheader,.subheader a,.subheader__link{color:#0c0c0c}.subheader a,.subheader__link{color:var(--theme-paragraph__link-color);-webkit-text-decoration-line:var(--theme-paragraph__link-decoration);text-decoration-line:var(--theme-paragraph__link-decoration);-webkit-text-decoration-color:var(--theme-paragraph__link-decoration-color);text-decoration-color:var(--theme-paragraph__link-decoration-color);text-decoration-thickness:var(--theme-paragraph__link-decoration-thickness);text-underline-offset:var(--theme-paragraph__hover-link-offset);-webkit-text-decoration-skip-ink:var(--theme-underline-skip-ink);text-decoration-skip-ink:var(--theme-underline-skip-ink);-webkit-text-decoration-skip:var(--theme-underline-skip-ink);text-decoration-skip:var(--theme-underline-skip-ink)}.subheader a:hover,.subheader__link:hover{color:var(--theme-link-color-hover);-webkit-text-decoration:var(--theme-paragraph__hover-link-decoration);text-decoration:var(--theme-paragraph__hover-link-decoration)}h2.subheader{font-size:var(--theme-subheader-h2__font-size);line-height:var(--theme-subheader-h2__line-height)}h3.subheader{font-size:var(--theme-subheader-h3__font-size);line-height:var(--theme-subheader-h3__line-height)}h4.subheader{font-size:var(--theme-subheader-h4__font-size);line-height:var(--theme-subheader-h4__line-height)}h5.subheader{font-size:var(--theme-subheader-h5__font-size);line-height:var(--theme-subheader-h5__line-height)}h6.subheader{font-size:var(--theme-subheader-h6__font-size);line-height:var(--theme-subheader-h6__line-height);text-transform:uppercase}@media screen and (min-width:960px){body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) h2.subheader{font-size:var(--theme-subheader-h2__font-size);line-height:var(--theme-subheader-h2__line-height)}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) h3.subheader{font-size:var(--theme-subheader-h3__font-size);line-height:var(--theme-subheader-h3__line-height)}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) h4.subheader{font-size:var(--theme-subheader-h4__font-size);line-height:var(--theme-subheader-h4__line-height)}}.paragraph{max-width:676px}.zone__ads .ad-slot{margin-top:48px;margin-bottom:24px}@media screen and (max-width:959px){body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .ad-slot.adSlotLoaded{margin:48px -16px 24px;padding-left:0;padding-right:0;width:calc(100% + (16px * 2));overflow:hidden}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .ad-slot-header .ad-slot.adSlotLoaded{margin-top:0}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) header.header__wrapper-outer{top:calc(-276px + 30px)}}.zone__title-underscored-url,.zone__title-url{-webkit-text-decoration-line:var(--theme-paragraph__link-decoration);text-decoration-line:var(--theme-paragraph__link-decoration);text-decoration-thickness:var(--theme-paragraph__link-decoration-thickness);text-decoration-skip-ink:var(--theme-underline-skip-ink);-webkit-text-decoration-skip:var(--theme-underline-skip-ink);text-decoration-skip:var(--theme-underline-skip-ink)}.zone{display:flex;justify-content:center;margin-bottom:var(--theme-zone__margin-bottom-default)}.zone .container{margin-bottom:0}.zone .stack .container{margin-bottom:var(--theme-container-margin-bottom-default)}.zone .stack .container:last-child{margin-bottom:0}.zone__inner{max-width:1440px;min-width:300px;padding:0;width:100%}.zone__kicker{text-align:center}.zone__kicker-url{text-decoration:none}.zone__kicker-text{display:block;margin:8px 0 0;font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif;font-weight:700;font-size:18px;line-height:26px;color:#0c0c0c}.zone__title,.zone__title-url{font-size:var(--theme-zone-title__font-size);font-weight:var(--theme-zone-title__font-weight)}.zone__kicker .image{border-bottom:none;margin:8px 0 0;padding:0}.zone__kicker:not(:empty)+.zone__title--full-width,.zone__title{margin-top:0}.zone__kicker .image img{width:auto;height:auto;max-width:250px;max-height:25px}.zone__title-url{line-height:30px;letter-spacing:0;color:var(--theme-paragraph__link-color);-webkit-text-decoration-color:var(--theme-paragraph__link-decoration-color);text-decoration-color:var(--theme-paragraph__link-decoration-color);text-underline-offset:var(--theme-paragraph__hover-link-offset);-webkit-text-decoration-skip-ink:var(--theme-underline-skip-ink);-webkit-text-decoration:var(--theme-zone-title__link-decoration);text-decoration:var(--theme-zone-title__link-decoration)}.zone__title-url:hover{color:var(--theme-link-color-hover);-webkit-text-decoration:var(--theme-zone-title__hover-link-decoration);text-decoration:var(--theme-zone-title__hover-link-decoration);text-decoration-thickness:var(--theme-paragraph__link-decoration-thickness)}.zone__title-container{display:flex;align-items:baseline}.zone__title{color:#0c0c0c;line-height:var(--theme-zone-title__line-height);font-family:var(--theme-zone-title__font-family);margin-bottom:16px}.zone__title:after{border-top:4px solid #e6e6e6;border-bottom:4px solid #e6e6e6;height:calc(8px + 1px);margin-left:16px;flex:1;content:\\'\\'}.zone__title--full-width,.zone__title--full-width .zone__title-url{text-align:center;font-size:48px;display:block;font-weight:700;line-height:56px;font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif;margin:24px;letter-spacing:0}.zone__title--full-width .zone__title-url:after,.zone__title--full-width:after{border-top:none;border-bottom:none;height:0;margin-left:0;flex:1;content:\\'\\'}.zone__title--bold{font-weight:700}.zone__title-underscored-url{text-underline-offset:var(--theme-paragraph__hover-link-offset);-webkit-text-decoration-skip-ink:var(--theme-underline-skip-ink);color:#0c0c0c;font-size:16px;line-height:30px;font-weight:400;-webkit-text-decoration-color:#0c0c0c;text-decoration-color:#0c0c0c}.zone__title-underscored-url:hover{-webkit-text-decoration:var(--theme-paragraph__hover-link-decoration);text-decoration:var(--theme-paragraph__hover-link-decoration);color:#6e6e6e}.zone__title--18-24{font-size:18px;line-height:18px}.zone__title--underscored,.zone__title--underscored .zone__title-url{font-size:36px;font-weight:700;margin-right:12px;text-transform:none}.zone__title--underscored{margin-bottom:24px;line-height:1}.zone__title--underscored:after{display:none}.zone__title--underscored .zone__title-underscored-text{border-bottom:6px solid #0c0c0c;padding:0;margin-left:0;display:inline-block}.zone__title--underscored .zone__title-url{margin-bottom:0;text-decoration:none}.zone__items{display:flex;flex:1;flex-wrap:wrap;justify-content:space-between}.layout--4-6 .container_lead-plus-headlines-with-images .container__item:not(:first-child) .image__credit,.layout--4-6 .container_lead-plus-headlines-with-images .container__item:not(:first-child) .image_sponsorship__credit,.layout--4-6 .container_list-headlines-with-images .image__credit,.layout--4-6 .container_list-headlines-with-images .image_sponsorship__credit,.layout--5-4-3 .container_lead-plus-headlines-with-images .container__item:not(:first-child) .image__credit,.layout--5-4-3 .container_lead-plus-headlines-with-images .container__item:not(:first-child) .image_sponsorship__credit,.layout--5-4-3 .container_list-headlines-with-images .image__credit,.layout--5-4-3 .container_list-headlines-with-images .image_sponsorship__credit,.layout--6-4 .container_lead-plus-headlines-with-images .container__item:not(:first-child) .image__credit,.layout--6-4 .container_lead-plus-headlines-with-images .container__item:not(:first-child) .image_sponsorship__credit,.layout--6-4 .container_list-headlines-with-images .image__credit,.layout--6-4 .container_list-headlines-with-images .image_sponsorship__credit,.layout--7-3 .container_lead-plus-headlines-with-images .container__item:not(:first-child) .image__credit,.layout--7-3 .container_lead-plus-headlines-with-images .container__item:not(:first-child) .image_sponsorship__credit,.layout--7-3 .container_list-headlines-with-images .image__credit,.layout--7-3 .container_list-headlines-with-images .image_sponsorship__credit,.layout--balanced-2 .container_lead-plus-headlines-with-images .container__item:not(:first-child) .image__credit,.layout--balanced-2 .container_lead-plus-headlines-with-images .container__item:not(:first-child) .image_sponsorship__credit,.layout--balanced-2 .container_list-headlines-with-images .image__credit,.layout--balanced-2 .container_list-headlines-with-images .image_sponsorship__credit,.layout--balanced-2-fixed-300 .container_lead-plus-headlines-with-images .container__item:not(:first-child) .image__credit,.layout--balanced-2-fixed-300 .container_lead-plus-headlines-with-images .container__item:not(:first-child) .image_sponsorship__credit,.layout--balanced-2-fixed-300 .container_list-headlines-with-images .image__credit,.layout--balanced-2-fixed-300 .container_list-headlines-with-images .image_sponsorship__credit,.layout--balanced-3 .container_lead-plus-headlines-with-images .container__item:not(:first-child) .image__credit,.layout--balanced-3 .container_lead-plus-headlines-with-images .container__item:not(:first-child) .image_sponsorship__credit,.layout--balanced-3 .container_list-headlines-with-images .image__credit,.layout--balanced-3 .container_list-headlines-with-images .image_sponsorship__credit,.layout--balanced-3-fixed-300 .container_lead-plus-headlines-with-images .container__item:not(:first-child) .image__credit,.layout--balanced-3-fixed-300 .container_lead-plus-headlines-with-images .container__item:not(:first-child) .image_sponsorship__credit,.layout--balanced-3-fixed-300 .container_list-headlines-with-images .image__credit,.layout--balanced-3-fixed-300 .container_list-headlines-with-images .image_sponsorship__credit,.layout--full-width .container_lead-plus-headlines-with-images .container__item:not(:first-child) .image__credit,.layout--full-width .container_lead-plus-headlines-with-images .container__item:not(:first-child) .image_sponsorship__credit,.layout--wide-center .container_lead-plus-headlines-with-images .container__item:not(:first-child) .image__credit,.layout--wide-center .container_lead-plus-headlines-with-images .container__item:not(:first-child) .image_sponsorship__credit,.layout--wide-center .container_list-headlines-with-images .image__credit,.layout--wide-center .container_list-headlines-with-images .image_sponsorship__credit,.layout--wide-left-balanced-2 .container_lead-plus-headlines-with-images .container__item:not(:first-child) .image__credit,.layout--wide-left-balanced-2 .container_lead-plus-headlines-with-images .container__item:not(:first-child) .image_sponsorship__credit,.layout--wide-left-balanced-2 .container_list-headlines-with-images .image__credit,.layout--wide-left-balanced-2 .container_list-headlines-with-images .image_sponsorship__credit,.layout--wide-right-2 .container_lead-plus-headlines-with-images .container__item:not(:first-child) .image__credit,.layout--wide-right-2 .container_lead-plus-headlines-with-images .container__item:not(:first-child) .image_sponsorship__credit,.layout--wide-right-2 .container_list-headlines-with-images .image__credit,.layout--wide-right-2 .container_list-headlines-with-images .image_sponsorship__credit,.zone .layout--5-4-3>.container:nth-child(3) [data-component-name=video-resource][data-custom-experience=tve] .auth-player-container__back-player-icon-container,.zone .layout--5-4-3>.container:nth-child(3) [data-component-name=video-resource][data-custom-experience=tve] .freeview-overlay__t1-copy,.zone .layout--5-4-3>.container:nth-child(3) [data-component-name=video-resource][data-custom-experience=tve] .pui_metadata_title,.zone .layout--balanced-2-fixed-300>.container:nth-child(3) [data-component-name=video-resource][data-custom-experience=tve] .auth-player-container__back-player-icon-container,.zone .layout--balanced-2-fixed-300>.container:nth-child(3) [data-component-name=video-resource][data-custom-experience=tve] .freeview-overlay__t1-copy,.zone .layout--balanced-2-fixed-300>.container:nth-child(3) [data-component-name=video-resource][data-custom-experience=tve] .pui_metadata_title,.zone .layout--wide-left-balanced-2>.container:not(:first-child) [data-component-name=video-resource][data-custom-experience=tve] .auth-player-container__back-player-icon-container,.zone .layout--wide-left-balanced-2>.container:not(:first-child) [data-component-name=video-resource][data-custom-experience=tve] .freeview-overlay__t1-copy,.zone .layout--wide-left-balanced-2>.container:not(:first-child) [data-component-name=video-resource][data-custom-experience=tve] .pui_metadata_title,.zone .layout--wide-right-2>.container:not(:nth-child(3)) [data-component-name=video-resource][data-custom-experience=tve] .auth-player-container__back-player-icon-container,.zone .layout--wide-right-2>.container:not(:nth-child(3)) [data-component-name=video-resource][data-custom-experience=tve] .freeview-overlay__t1-copy,.zone .layout--wide-right-2>.container:not(:nth-child(3)) [data-component-name=video-resource][data-custom-experience=tve] .pui_metadata_title,.zone [data-component-name=video-resource][data-custom-experience=tve] .fave-player-container__back-player-icon-container:first-child{display:none}.zone__items>div{width:100%}.zone--outlined{padding:20px 12px;border:.5px solid #ddd;border-radius:5px;margin-bottom:30px;min-height:400px}.zone--t-highlight{background-color:#f8f8f8}.zone--t-light{background-color:transparent}.zone--t-light-with-margins{margin:0 16px}.zone--t-white{background-color:#fff}.zone--t-dark,.zone--t-dark .zone__inner,.zone--t-dark .zone__outer{background-color:#0c0c0c;color:#fff}.zone--t-dark+.product-zone--t-light,.zone--t-dark+.zone--t-light{margin-top:48px}.zone--t-dark .zone__title{color:#fff}.zone--t-dark .zone__title:after{border-top:4px solid #c00;border-bottom:4px solid #c00}.zone--t-dark .zone__title-url,.zone--t-dark .zone__title-url:hover{color:#fff}.zone--t-dark .layout--7-3{padding-top:16px}.zone--t-dark .container__title:after{border-color:#404040}.zone--t-dark .container__title-url .right-arrow{fill:#0c0c0c}.zone--t-dark .container__headline:hover .right-arrow,.zone--t-dark .container__item a:hover .right-arrow,.zone--t-dark .container__title-arrow,.zone--t-dark .container__title.hover:hover .right-arrow,.zone--t-dark .container__title:hover .right-arrow,.zone--t-dark .icon-sig-photo-default,.zone--t-dark .icon-sig-video{fill:#fff}.zone--t-dark .container__headline,.zone--t-dark .container__headline:hover,.zone--t-dark .container__item a,.zone--t-dark .container__item a:hover,.zone--t-dark .container__title,.zone--t-dark .container__title.hover,.zone--t-dark .container__title.hover:hover,.zone--t-dark .container__title:hover{color:#fff}.zone--t-dark .container__link:hover .container__headline{color:#fff;-webkit-text-decoration-color:#fff;text-decoration-color:#fff}.zone--t-dark .container__item:not(:last-child){border-color:#6e6e6e}.zone--t-dark .container__item .image__credit,.zone--t-dark .container__item .image_sponsorship__credit{color:#b1b1b1}.zone--t-dark .container__text .icon-sig-photo-default,.zone--t-dark .container__text .icon-sig-video{fill:#f8f8f8}.zone--t-dark .container__text-label{color:#fff}.zone--t-dark .container__text-label--type-breaking,.zone--t-dark .container__text-label--type-updates{color:#c00}.zone--t-dark,.zone--t-day-of-deals,.zone--t-sleep-week,.zone--t-underscored{position:relative;padding:0}.zone--t-dark .zone__outer,.zone--t-day-of-deals .zone__outer,.zone--t-sleep-week .zone__outer,.zone--t-underscored .zone__outer{z-index:1;position:relative;right:50%;left:50%;width:100vw;margin-left:-50vw;margin-right:-50vw}.zone--t-dark .zone__inner,.zone--t-day-of-deals .zone__inner,.zone--t-sleep-week .zone__inner,.zone--t-underscored .zone__inner{z-index:2}.zone--t-dark .zone__inner:not(:has(.layout--full-bleed)),.zone--t-day-of-deals .zone__inner:not(:has(.layout--full-bleed)),.zone--t-sleep-week .zone__inner:not(:has(.layout--full-bleed)),.zone--t-underscored .zone__inner:not(:has(.layout--full-bleed)){padding:40px 0 32px}.zone--t-underscored{margin-top:-32px}.zone--t-underscored .zone__outer{background:linear-gradient(to bottom,#fff4d1,#ffe0e0 28%,#e2f8ff 65%,#fff 89%)}.zone--t-sleep-week .zone__outer{background:linear-gradient(to bottom,#120038,#e6dbff 32%,#ffe5fa 65%,#fff 89%)}.zone--t-day-of-deals .zone__outer{background:linear-gradient(to bottom,#e7e0fc,#e5fbff 32%,#f7fff2 65%,#fff 89%)}.zone .zone__items.layout--full-bleed{left:50%;margin-left:-50vw;position:relative;width:100vw}.zone [data-component-name=video-resource][data-custom-experience=tve] .fave-player-container__tv-co-branding-image>img{position:relative;object-fit:contain}.zone [data-component-name=video-resource][data-custom-experience=tve] .fave-player-container__tv-co-branding-container{top:4px;right:16px}@media screen and (min-width:960px){.zone [data-component-name=video-resource][data-custom-experience=tve] .fave-player-container__tv-co-branding-container body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ){width:35%}}.zone .layout--5-4-3>.container:nth-child(3) [data-component-name=video-resource][data-custom-experience=tve] .freeview-overlay,.zone .layout--balanced-2-fixed-300>.container:nth-child(3) [data-component-name=video-resource][data-custom-experience=tve] .freeview-overlay,.zone .layout--wide-left-balanced-2>.container:not(:first-child) [data-component-name=video-resource][data-custom-experience=tve] .freeview-overlay,.zone .layout--wide-right-2>.container:not(:nth-child(3)) [data-component-name=video-resource][data-custom-experience=tve] .freeview-overlay{padding:0 4px;top:2px;right:0}.zone .layout--5-4-3>.container:nth-child(3) [data-component-name=video-resource][data-custom-experience=tve] .freeview-overlay__t2-copy,.zone .layout--balanced-2-fixed-300>.container:nth-child(3) [data-component-name=video-resource][data-custom-experience=tve] .freeview-overlay__t2-copy,.zone .layout--wide-left-balanced-2>.container:not(:first-child) [data-component-name=video-resource][data-custom-experience=tve] .freeview-overlay__t2-copy,.zone .layout--wide-right-2>.container:not(:nth-child(3)) [data-component-name=video-resource][data-custom-experience=tve] .freeview-overlay__t2-copy{font-size:8px}.zone .layout--5-4-3>.container:nth-child(3) [data-component-name=video-resource][data-custom-experience=tve] .freeview-overlay__cta,.zone .layout--balanced-2-fixed-300>.container:nth-child(3) [data-component-name=video-resource][data-custom-experience=tve] .freeview-overlay__cta,.zone .layout--wide-left-balanced-2>.container:not(:first-child) [data-component-name=video-resource][data-custom-experience=tve] .freeview-overlay__cta,.zone .layout--wide-right-2>.container:not(:nth-child(3)) [data-component-name=video-resource][data-custom-experience=tve] .freeview-overlay__cta{font-size:11px;line-height:26px;padding:0 8px;margin-left:7px}.zone .layout--5-4-3>.container:nth-child(3) [data-component-name=video-resource][data-custom-experience=tve] .fave-player-container__tv-co-branding-text,.zone .layout--balanced-2-fixed-300>.container:nth-child(3) [data-component-name=video-resource][data-custom-experience=tve] .fave-player-container__tv-co-branding-text,.zone .layout--wide-left-balanced-2>.container:not(:first-child) [data-component-name=video-resource][data-custom-experience=tve] .fave-player-container__tv-co-branding-text,.zone .layout--wide-right-2>.container:not(:nth-child(3)) [data-component-name=video-resource][data-custom-experience=tve] .fave-player-container__tv-co-branding-text{font-size:8px}.zone .layout--5-4-3>.container:nth-child(3) [data-component-name=video-resource][data-custom-experience=tve] .fave-player-container__tv-co-branding-image,.zone .layout--balanced-2-fixed-300>.container:nth-child(3) [data-component-name=video-resource][data-custom-experience=tve] .fave-player-container__tv-co-branding-image,.zone .layout--wide-left-balanced-2>.container:not(:first-child) [data-component-name=video-resource][data-custom-experience=tve] .fave-player-container__tv-co-branding-image,.zone .layout--wide-right-2>.container:not(:nth-child(3)) [data-component-name=video-resource][data-custom-experience=tve] .fave-player-container__tv-co-branding-image{height:20px}#taui-mvpdpicker{z-index:10001}@media screen and (min-width:480px) and (max-width:959px){body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobil-app.kiln-edit-mode ) .zone--t-sleep-week .zone__outer{background:linear-gradient(to bottom,#120038,#e6dbff 22%,#ffe5fa 26%,#fff 39%)}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobil-app.kiln-edit-mode ) .zone--t-day-of-deals .zone__outer{background:linear-gradient(to bottom,#e7e0fc,#e5fbff 22%,#f7fff2 26%,#fff 39%)}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobil-app.kiln-edit-mode ) .zone__kicker .image img{max-width:350px;max-height:35px}}@media screen and (max-width:479px){body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ).underscored .zone{margin-bottom:8px}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .zone__title-container{flex-wrap:wrap;margin-bottom:24px}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .zone__title--underscored{font-size:30px;margin-bottom:4px}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout-homepage .zone:first-child>.zone__inner{padding-top:24px}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ).layout-homepage .zone--t-dark:last-of-type,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ).layout-homepage-mobile .zone--t-dark:last-of-type{margin-bottom:0}}@media screen and (min-width:480px){body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .zone--t-dark{margin-bottom:0}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .zone--t-dark .zone__inner:not(:has(.layout--full-bleed)){padding-bottom:var(--theme-zone__padding-bottom-small)}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .zone--t-day-of-deals,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .zone--t-sleep-week,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .zone--t-underscored{margin-bottom:var(--theme-zone__padding-bottom-small)}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .zone--t-day-of-deals .zone__inner,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .zone--t-sleep-week .zone__inner,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .zone--t-underscored .zone__inner{padding-bottom:0}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .zone__title--full-width.zone__title .zone__title-url:hover{text-decoration-thickness:1px;text-underline-offset:4px}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .zone--outlined{padding:30px 24px}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .zone__items.layout--balanced-2-fixed-300>div:nth-child(3),body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .zone__items.layout--balanced-3-fixed-300>div:nth-child(4){width:300px;margin:0 auto}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .zone__items.layout--balanced-2-min-300>div:nth-child(3){min-width:300px}}@media screen and (max-width:959px){body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .zone{margin-bottom:0}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .zone .container{margin-bottom:24px}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .zone__title--full-width.zone__title,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .zone__title--full-width.zone__title .zone__title-url{font-size:42px;font-weight:700;line-height:48px}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--balanced-2-fixed-300 .container__item:not(:first-child) .image__credit,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--balanced-2-fixed-300 .container__item:not(:first-child) .image_sponsorship__credit,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--balanced-2-fixed-300 .container_lead-plus-headlines-with-images:not(:first-child) .image__credit,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--balanced-2-fixed-300 .container_lead-plus-headlines-with-images:not(:first-child) .image_sponsorship__credit{display:none}}@media screen and (min-width:960px){body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .zone__title,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .zone__title-url{font-size:var(--theme-zone-title__font-size-medium-plus);line-height:var(--theme-zone-title__line-height-medium-plus)}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .zone__title{margin-bottom:24px}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .zone__title--18-24{font-size:24px;line-height:20px}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .zone__title--full-width{margin:0}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .zone__title--full-width-size-l1,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .zone__title--full-width-size-l1 .zone__title-url{font-size:64px;line-height:86px;font-weight:700}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .zone__title--full-width-size-l2,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .zone__title--full-width-size-l2 .zone__title-url{font-size:74px;line-height:96px;font-weight:700}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .zone__title--full-width-size-l3,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .zone__title--full-width-size-l3 .zone__title-url{font-size:84px;line-height:106px;font-weight:700}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .zone__title--full-width-size-l4,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .zone__title--full-width-size-l4 .zone__title-url{font-size:94px;line-height:116px;font-weight:700}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .zone__title--full-width-size-l5,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .zone__title--full-width-size-l5 .zone__title-url{font-size:104px;line-height:126px;font-weight:700}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .zone__title--full-width .zone__title-url{margin:0 24px 12px}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .zone__kicker-text{font-size:30px;line-height:36px;margin:0}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .zone__kicker .image{margin:0}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .zone__kicker .image img{max-width:500px;max-height:50px}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .zone--outlined{padding:30px 24px}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ).underscored .zone{margin-bottom:16px}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .zone--t-dark{margin:0}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .zone--t-dark .zone__inner:not(:has(.layout--full-bleed)){padding-bottom:var(--theme-zone__padding-bottom-default)}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .zone--t-light+.product-zone--t-dark .zone__inner,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .zone--t-light+.zone--t-dark .zone__inner{padding-top:64px}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .zone__items.layout--full-width>div:first-child{width:100%}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .zone__items.layout--full-width .container_vertical-strip{padding:0;max-width:769px;margin:0 auto}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .zone__items.layout--full-width .container_vertical-strip .image__container,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .zone__items.layout--full-width .container_vertical-strip img{max-height:433px}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .zone__items.layout--6-4>div:first-child{width:calc(60% - (24px / 2))}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .zone__items.layout--6-4>div:nth-child(2){width:calc(40% - (24px / 2))}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .zone__items.layout--7-3>div:first-child{width:calc(70% - (24px / 2))}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .zone__items.layout--7-3>div:nth-child(2){width:calc(30% - (24px / 2))}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .zone__items.layout--one-third-two-thirds>div:first-child{width:calc(33.33% - (24px / 2))}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .zone__items.layout--one-third-two-thirds>div:nth-child(2){width:calc(66.66% - (24px / 2))}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .zone__items.layout--4-6>div:first-child{width:calc(40% - (24px / 2))}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .zone__items.layout--4-6>div:nth-child(2){width:calc(60% - (24px / 2))}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .zone__items.layout--balanced-3-fixed-300>div:nth-child(4){width:300px}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .zone__items.layout--balanced-3-fixed-300>div:first-child,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .zone__items.layout--balanced-3-fixed-300>div:nth-child(2),body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .zone__items.layout--balanced-3-fixed-300>div:nth-child(3){width:calc(33.33% - 100px - ((24px * 3)/ 3))}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .zone__items.layout--wide-center>div:first-child,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .zone__items.layout--wide-center>div:nth-child(3){width:calc(30% - ((24px * 2)/ 3))}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .zone__items.layout--wide-center>div:nth-child(2){width:calc(40% - ((24px * 2)/ 3))}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .zone__items.layout--5-4-3>div:first-child,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .zone__items.layout--5-4-3>div:nth-child(2),body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .zone__items.layout--5-4-3>div:nth-child(3),body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .zone__items.layout--balanced-2-min-300>div:first-child,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .zone__items.layout--balanced-2-min-300>div:nth-child(2),body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .zone__items.layout--balanced-2-min-300>div:nth-child(3),body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .zone__items.layout--balanced-3>div:first-child,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .zone__items.layout--balanced-3>div:nth-child(2),body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .zone__items.layout--balanced-3>div:nth-child(3),body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .zone__items.layout--wide-right-2>div:first-child,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .zone__items.layout--wide-right-2>div:nth-child(2),body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .zone__items.layout--wide-right-2>div:nth-child(3){width:calc(33.33% - ((24px * 2)/ 3))}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .zone__items.layout--wide-left-balanced-2>div:first-child{width:calc(50% - ((24px * 2)/ 3))}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .zone__items.layout--wide-left-balanced-2>div:nth-child(2),body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .zone__items.layout--wide-left-balanced-2>div:nth-child(3){width:calc(25% - ((24px * 2)/ 3))}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .zone__items.layout--balanced-2-fixed-300>div:first-child,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .zone__items.layout--balanced-2-fixed-300>div:nth-child(2){width:calc(50% - 150px - ((24px * 2)/ 2))}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .zone__items.layout--balanced-2-fixed-300>div:nth-child(3){width:300px;margin:0}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .zone__items.layout--balanced-2>div:first-child,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .zone__items.layout--balanced-2>div:nth-child(2),body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .zone__items.layout--balanced-4>div{width:calc(50% - ((24px)/ 2))}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .zone__items.layout--balanced-4>div:first-child,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .zone__items.layout--balanced-4>div:nth-child(2){margin-bottom:32px}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .zone__items .container>.container__ads>.ad-slot.adSlotLoaded{padding:0 0 16px}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .product-zone+.zone .zone__title:not(.zone__title--full-width){margin:0 0 24px}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--4-6 .container_card:first-child .image__credit,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--4-6 .container_card:first-child .image_sponsorship__credit,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--5-4-3 .container_card .image__credit,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--5-4-3 .container_card .image_sponsorship__credit,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--5-4-3 .container_grid-2 .image__credit,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--5-4-3 .container_grid-2 .image_sponsorship__credit,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--6-4 .container_card:not(:first-child) .image__credit,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--6-4 .container_card:not(:first-child) .image_sponsorship__credit,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--6-4 .container_grid-2:not(:first-child) .image__credit,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--6-4 .container_grid-2:not(:first-child) .image_sponsorship__credit,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--7-3 .container_card:not(:first-child) .image__credit,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--7-3 .container_card:not(:first-child) .image_sponsorship__credit,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--7-3 .container_grid-2:not(:first-child) .image__credit,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--7-3 .container_grid-2:not(:first-child) .image_sponsorship__credit,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--balanced-2-fixed-300 .container_card .image__credit,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--balanced-2-fixed-300 .container_card .image_sponsorship__credit,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--balanced-2-fixed-300 .container_grid-2 .image__credit,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--balanced-2-fixed-300 .container_grid-2 .image_sponsorship__credit,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--balanced-3 .container_card .image__credit,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--balanced-3 .container_card .image_sponsorship__credit,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--balanced-3 .container_grid-2 .image__credit,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--balanced-3 .container_grid-2 .image_sponsorship__credit,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--balanced-3-fixed-300 .container_card .image__credit,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--balanced-3-fixed-300 .container_card .image_sponsorship__credit,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--balanced-3-fixed-300 .container_grid-2 .image__credit,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--balanced-3-fixed-300 .container_grid-2 .image_sponsorship__credit,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--wide-center .container_grid-2 .image__credit,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--wide-center .container_grid-2 .image_sponsorship__credit,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--wide-right-2 .container_card:not(:last-child) .image__credit,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--wide-right-2 .container_card:not(:last-child) .image_sponsorship__credit{display:none}}@supports not selector(:has(*)){.zone--t-dark .zone__inner:not(.has-pseudo-class-fix-layout--full-bleed),.zone--t-day-of-deals .zone__inner:not(.has-pseudo-class-fix-layout--full-bleed),.zone--t-sleep-week .zone__inner:not(.has-pseudo-class-fix-layout--full-bleed),.zone--t-underscored .zone__inner:not(.has-pseudo-class-fix-layout--full-bleed){padding:40px 0 32px}@media screen and (min-width:480px){body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .zone--t-dark .zone__inner:not(.has-pseudo-class-fix-layout--full-bleed){padding-bottom:var(--theme-zone__padding-bottom-small)}}@media screen and (min-width:960px){body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .zone--t-dark .zone__inner:not(.has-pseudo-class-fix-layout--full-bleed){padding-bottom:var(--theme-zone__padding-bottom-default)}}}@media screen and (min-width:1280px){body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .zone__items.layout--wide-center>div:first-child,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .zone__items.layout--wide-center>div:nth-child(3){width:calc(25% - ((24px * 2)/ 3))}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .zone__items.layout--wide-center>div:nth-child(2){width:calc(50% - ((24px * 2)/ 3))}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .zone__items.layout--balanced-2-min-300>div,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .zone__items.layout--balanced-3>div{width:calc(33.33% - ((24px * 2)/ 3))}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .zone__items.layout--balanced-4>div{width:calc(25% - ((24px * 2)/ 4))}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .zone__items.layout--balanced-4>div:first-child,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .zone__items.layout--balanced-4>div:nth-child(2){margin-bottom:0}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .zone__items.layout--5-4-3>div:first-child{width:calc(41.66% - ((24px * 2)/ 3))}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .zone__items.layout--5-4-3>div:nth-child(2){width:calc(33.33% - ((24px * 2)/ 3))}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .zone__items.layout--5-4-3>div:nth-child(3){width:calc(25% - ((24px * 2)/ 3))}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .zone__items.layout--wide-left-balanced-2>div:first-child{width:calc(50% - ((24px * 2)/ 3))}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .zone__items.layout--wide-left-balanced-2>div:nth-child(2),body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .zone__items.layout--wide-left-balanced-2>div:nth-child(3),body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .zone__items.layout--wide-right-2>div:first-child,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .zone__items.layout--wide-right-2>div:nth-child(2){width:calc(25% - ((24px * 2)/ 3))}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .zone__items.layout--wide-right-2>div:nth-child(3){width:calc(50% - ((24px * 2)/ 3))}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--4-6 .container_grid-2:first-child .image__credit,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--4-6 .container_grid-2:first-child .image_sponsorship__credit,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--6-4 .container_grid-2:not(:first-child) .image__credit,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--6-4 .container_grid-2:not(:first-child) .image_sponsorship__credit,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--wide-center .container_card .image__credit,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--wide-center .container_card .image_sponsorship__credit,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--wide-left-balanced-2 .container_card:not(:first-child) .image__credit,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--wide-left-balanced-2 .container_card:not(:first-child) .image_sponsorship__credit,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--wide-left-balanced-2 .container_grid-2:not(:first-child) .image__credit,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--wide-left-balanced-2 .container_grid-2:not(:first-child) .image_sponsorship__credit,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--wide-right-2 .container_grid-2:not(:last-child) .image__credit,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--wide-right-2 .container_grid-2:not(:last-child) .image_sponsorship__credit{display:none}}@media screen and (max-width:640px){body:not([class^=homepage-mobile]) .layout--4-6 .container_grid-2 .image__credit,body:not([class^=homepage-mobile]) .layout--4-6 .container_grid-2 .image_sponsorship__credit,body:not([class^=homepage-mobile]) .layout--5-4-3 .container_grid-2 .image__credit,body:not([class^=homepage-mobile]) .layout--5-4-3 .container_grid-2 .image_sponsorship__credit,body:not([class^=homepage-mobile]) .layout--5-4-3 .container_grid-3 .image__credit,body:not([class^=homepage-mobile]) .layout--5-4-3 .container_grid-3 .image_sponsorship__credit,body:not([class^=homepage-mobile]) .layout--5-4-3 .container_grid-4 .image__credit,body:not([class^=homepage-mobile]) .layout--5-4-3 .container_grid-4 .image_sponsorship__credit,body:not([class^=homepage-mobile]) .layout--6-4 .container_grid-2 .image__credit,body:not([class^=homepage-mobile]) .layout--6-4 .container_grid-2 .image_sponsorship__credit,body:not([class^=homepage-mobile]) .layout--7-3 .container_grid-2 .image__credit,body:not([class^=homepage-mobile]) .layout--7-3 .container_grid-2 .image_sponsorship__credit,body:not([class^=homepage-mobile]) .layout--balanced-2 .container_grid-2 .image__credit,body:not([class^=homepage-mobile]) .layout--balanced-2 .container_grid-2 .image_sponsorship__credit,body:not([class^=homepage-mobile]) .layout--balanced-2-fixed-300 .container_grid-2 .image__credit,body:not([class^=homepage-mobile]) .layout--balanced-2-fixed-300 .container_grid-2 .image_sponsorship__credit,body:not([class^=homepage-mobile]) .layout--balanced-3 .container_grid-2 .image__credit,body:not([class^=homepage-mobile]) .layout--balanced-3 .container_grid-2 .image_sponsorship__credit,body:not([class^=homepage-mobile]) .layout--balanced-3-fixed-300 .container_grid-2 .image__credit,body:not([class^=homepage-mobile]) .layout--balanced-3-fixed-300 .container_grid-2 .image_sponsorship__credit,body:not([class^=homepage-mobile]) .layout--full-width .container_grid-2 .image__credit,body:not([class^=homepage-mobile]) .layout--full-width .container_grid-2 .image_sponsorship__credit,body:not([class^=homepage-mobile]) .layout--wide-center .container_grid-2 .image__credit,body:not([class^=homepage-mobile]) .layout--wide-center .container_grid-2 .image_sponsorship__credit,body:not([class^=homepage-mobile]) .layout--wide-left-balanced-2 .container_grid-2 .image__credit,body:not([class^=homepage-mobile]) .layout--wide-left-balanced-2 .container_grid-2 .image_sponsorship__credit,body:not([class^=homepage-mobile]) .layout--wide-right-2 .container_grid-2 .image__credit,body:not([class^=homepage-mobile]) .layout--wide-right-2 .container_grid-2 .image_sponsorship__credit{display:none}}@media screen and (min-width:960px) and (max-width:1279px){body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--4-6 .container_grid-2 .image__credit,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--4-6 .container_grid-2 .image_sponsorship__credit,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--6-4 .container_grid-2 .image__credit,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--6-4 .container_grid-2 .image_sponsorship__credit,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--7-3 .container_grid-2 .image__credit,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--7-3 .container_grid-2 .image_sponsorship__credit,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--balanced-2 .container_card .image__credit,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--balanced-2 .container_card .image_sponsorship__credit,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--balanced-2 .container_grid-2 .image__credit,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--balanced-2 .container_grid-2 .image_sponsorship__credit,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--balanced-3-fixed-300 .container_app-collections:not(:last-child) .image__credit,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--balanced-3-fixed-300 .container_app-collections:not(:last-child) .image_sponsorship__credit,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--balanced-3-fixed-300 .container_grid-3:not(:last-child) .image__credit,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--balanced-3-fixed-300 .container_grid-3:not(:last-child) .image_sponsorship__credit,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--balanced-3-fixed-300 .container_lead-plus-headlines-with-images:not(:last-child) .image__credit,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--balanced-3-fixed-300 .container_lead-plus-headlines-with-images:not(:last-child) .image_sponsorship__credit,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--balanced-3-fixed-300 .container_lead-plus-headlines:not(:last-child) .image__credit,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--balanced-3-fixed-300 .container_lead-plus-headlines:not(:last-child) .image_sponsorship__credit,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--balanced-3-fixed-300 .container_vertical-strip:not(:last-child) .image__credit,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--balanced-3-fixed-300 .container_vertical-strip:not(:last-child) .image_sponsorship__credit,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--wide-center .container_card .image__credit,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--wide-center .container_card .image_sponsorship__credit,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--wide-left-balanced-2 .container_card .image__credit,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--wide-left-balanced-2 .container_card .image_sponsorship__credit,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--wide-left-balanced-2 .container_grid-2 .image__credit,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--wide-left-balanced-2 .container_grid-2 .image_sponsorship__credit,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--wide-right-2 .container_card:last-child .image__credit,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--wide-right-2 .container_card:last-child .image_sponsorship__credit,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--wide-right-2 .container_grid-2 .image__credit,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--wide-right-2 .container_grid-2 .image_sponsorship__credit{display:none}}@media screen and (max-width:1279px){body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--full-width .container_list-headlines-with-images .image__credit,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--full-width .container_list-headlines-with-images .image_sponsorship__credit{display:none}}.paragraph{letter-spacing:.4px;margin:0 0 16px;word-wrap:break-word}.paragraph,.paragraph a{font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif;font-weight:400;font-size:var(--theme-paragraph__font-size);line-height:var(--theme-paragraph__line-height)}.paragraph[data-has-icon=true]{display:flex}.paragraph svg{fill:currentColor;margin-top:4px;margin-right:16px}.paragraph a{color:var(--theme-paragraph__link-color);-webkit-text-decoration-line:var(--theme-paragraph__link-decoration);text-decoration-line:var(--theme-paragraph__link-decoration);-webkit-text-decoration-color:var(--theme-paragraph__link-decoration-color);text-decoration-color:var(--theme-paragraph__link-decoration-color);text-decoration-thickness:var(--theme-paragraph__link-decoration-thickness);text-underline-offset:var(--theme-paragraph__hover-link-offset);-webkit-text-decoration-skip-ink:var(--theme-underline-skip-ink);text-decoration-skip-ink:var(--theme-underline-skip-ink);-webkit-text-decoration-skip:var(--theme-underline-skip-ink);text-decoration-skip:var(--theme-underline-skip-ink)}.paragraph a:hover{color:var(--theme-link-color-hover);-webkit-text-decoration:var(--theme-paragraph__hover-link-decoration);text-decoration:var(--theme-paragraph__hover-link-decoration)}.paragraph strong{font-weight:700}.layout-explorer-hub .paragraph{margin:0 0 24px}.layout-explorer-hub__rail .paragraph{padding:8px;border:1px solid #b1b1b1;background-color:#fff;font-size:12px;line-height:18px}.layout-explorer-hub__rail .paragraph a{font-size:12px;line-height:18px}@media screen and (min-width:480px){body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .paragraph,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .paragraph a{font-size:var(--theme-paragraph__font-size--from-small);line-height:var(--theme-paragraph__line-height--from-small)}}.radio-control{font-family:system-ui,sans-serif;font-size:16px;display:flex;position:relative}.radio-control .radio{-webkit-appearance:none;appearance:none;background-color:#fff;font:inherit;color:#a2a2a2;width:1.3em;height:1.3em;border:1px solid #a2a2a2;border-radius:50%;transform:translateY(-.13em);display:grid;place-content:center;margin:0 6px 0 0}.radio-control .radio::before{content:\\'\\';width:.8em;height:.8em;border-radius:50%;transform:scale(0);transition:120ms transform ease-in-out;box-shadow:inset 1em 1em #1976d3}.radio-control .radio.checked::before{transform:scale(1)}.checkbox-control{font-family:system-ui,sans-serif;font-size:16px;display:flex;position:relative}.checkbox-control .checkbox{color:#a2a2a2;border:1px solid #a2a2a2;display:grid;place-content:center;margin:0 6px 0 0}.checkbox-control .checkbox::before{content:\\'\\';width:1.3em;height:1.3em;transform:scale(0);transition:120ms transform ease-in-out;box-shadow:inset 1.3em 1.3em #1976d3}.checkbox-control .checkbox.checked::before{transform:scale(1)}.configuration{display:none;background-color:#fff}.configuration .selector{display:none}.configuration .image{padding-bottom:0}.configuration .component-selector-wrapper--selected{box-shadow:none}.configuration .settings{cursor:default}.configuration [data-tabcontent=Settings]{display:flex;flex-wrap:wrap}.configuration .settings-section{margin:20px 0 0;padding:20px;border-radius:4px;max-width:500px}.configuration .settings-section:hover{border-radius:4px;box-shadow:0 0 0 2px rgb(25 118 210 / 75%)}.configuration .settings-section *{cursor:pointer}.configuration .settings-section .tabcontent__headline{font-size:18px;font-weight:700}.configuration .settings-section .tabcontent__label{font-size:15px;margin:0}.configuration .settings-section .tabcontent__select{font-size:15px;padding:8px 0;max-width:none}.configuration .settings-section .checkbox-label>*{margin:8px 0}.configuration .settings-section .body{margin:30px 0 0}.configuration .settings-section .body .url-option{margin:35px 0 0}.configuration .settings-section .body .url-sub{padding:25px 0 0 28px;font-size:15px;color:#6d6d6d;line-height:1.8em}.configuration .settings-section .body .url-sub .input-text{border-bottom:1px solid #6d6d6d;color:#000}.configuration .settings-section .body .url-sub .sub-text{color:#4b4b4b;font-size:12px}.configuration .settings-section .body .url-sub .ui-checkbox{margin:8px 0 0}.configuration .settings-section .body .url-sub .checkbox-text{padding:0 0 0 8px;color:#000;font-size:16px}.configuration .settings-section .body .preview-url-section{margin:30px 0 0}.configuration .settings-section .body .preview-url-section .preview-url-heading{font-size:15px;color:#6d6d6d}.configuration .settings-section .body .preview-url-section .preview-url{font-size:15px;font-weight:700;margin:8px 0 0}.configuration [data-tabcontent=Settings] .settings-section{flex:50%}.configuration__divider{background-color:var(--theme-divider);margin:24px auto;height:1px;border:none}.configuration-cep__collapsed .simple-list-items-wrapper{max-height:42px;overflow:hidden;transition-duration:.3s}.configuration-cep__expanded .simple-list-items-wrapper{max-height:1200px;overflow:hidden;transition-duration:.3s}.configuration-cep__collapsed .ui-icon{transform:rotate(0)}.configuration-cep__expanded .ui-icon{transform:rotate(-180deg)}.kiln-overlay-form--configuration .date-time-picker{margin:30px 0}.user-account-nav{visibility:hidden}.user-account-nav__icons{display:grid;width:max-content;margin:auto}.user-account-nav .user-account-nav__avatar{width:42px;height:42px;border-radius:50%}.user-account-nav__icon-button{display:none;font-size:10px;color:var(--theme-copy-accent);font-weight:700;background:0 0;border:none;padding:0}.user-account-nav__icon-button:hover{cursor:pointer}.user-account-nav__icon-button .userAccountFollowDot{height:6px;width:6px;background-color:#c00;border-radius:50%;top:3px;position:absolute;display:none}.user-account-nav__icon-button .userAccountFollowDot--show{display:inline-block}.user-account-nav__icon-button .icon-ui-avatar-default,.user-account-nav__icon-button .icon-ui-avatar-fill{height:30px;width:30px;fill:var(--theme-copy-accent);transition:transform .25s ease}.user-account-nav__icon-button:focus{color:var(--theme-header__login-button)}.user-account-nav__icon-button:focus .user-icon{fill:var(--theme-header__login-button)}.user-account-nav__menu-options{display:none;padding:0;text-align:center;z-index:200}.user-account-nav__menu--active>.user-account-nav__menu-options{display:block}.user-account-nav__menu-notification-dot{height:6px;width:6px;background-color:#c00;border-radius:50%;margin-left:5px;display:none}.user-account-nav__menu-notification-dot--show{display:inline-block}.user-account-nav--auth .user-account-nav__icon-button--unauth,.user-account-nav--auth .user-account-nav__text-button--unauth,.user-account-nav__menu-link--hide{display:none}.user-account-nav__menu-item{margin:16px 0;list-style:none}.user-account-nav__menu-link{color:var(--theme-copy-accent);font-size:14px;text-decoration:none}.user-account-nav__menu-button{font-size:18px;color:var(--theme-copy-accent);font-weight:700;background:0 0;border:none}.user-account-nav__menu-button:hover{cursor:pointer}.user-account-nav__menu-button .icon-ui-caret-down{fill:var(--theme-copy-accent);height:14px;width:16px;margin-left:8px;transition:transform .25s ease}.user-account-nav__menu--active>.user-account-nav__menu-button .icon-ui-caret-down{transform:rotate(180deg)}.user-account-nav__menu-button:active,.user-account-nav__menu-button:focus,.user-account-nav__menu-button:hover{color:var(--theme-header__login-button)}.user-account-nav--auth .user-account-nav__icon-button--auth:focus{outline:0}.user-account-nav--auth .user-account-nav__menu{display:block;width:max-content;margin:auto}.user-account-nav--auth .hide{display:none}.user-account-nav--unauth .user-account-nav__icon-button--unauth{display:block;padding:8px 32px}.user-account-nav--unauth .user-account-nav__text-button--unauth{display:block;font-size:18px;font-weight:700;font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif;line-height:26px;letter-spacing:.2px;border:none;background-color:inherit;color:var(--theme-header__login-button);cursor:pointer;padding:4px 32px 0}.user-account-nav--unauth .user-account-nav__menu,.user-account-nav__override-link,.user-account-nav__user{display:none}@media screen and (min-width:960px){body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .user-account-nav{position:relative}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .user-account-nav--auth .user-account-nav__icon-button--auth{display:block}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .user-account-nav--unauth .user-account-nav__text-button--unauth{border:1px solid var(--theme-header__login-button);box-sizing:border-box;border-radius:8px;padding:4px 8px;font-size:14px;line-height:20px;height:32px}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .user-account-nav--unauth .user-account-nav__text-button--unauth:hover{background-color:var(--theme-divider)}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .user-account-nav--unauth .user-account-nav__icon-button--unauth,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .user-account-nav__menu-button{display:none}}@media screen and (min-width:480px){body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .user-account-nav__menu-options{padding:12px 0;text-align:left;background:#fff;position:absolute;margin-top:4px;width:fit-content;right:calc(4px / 2);border-radius:4px;box-shadow:rgba(0,0,0,.25) 0 2px 6px 0}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .user-account-nav__menu-options:after{content:\\'\\';width:0;height:0;position:absolute;top:-5px;right:5px;border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:5px solid #fefefe}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .user-account-nav__menu-item{margin:0;width:100%;white-space:nowrap}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .user-account-nav__menu-link{padding:0 24px;font-size:12px;line-height:24px;color:#404040;display:flex;flex-direction:row;align-items:center}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .user-account-nav__menu-link:hover{background-color:#e6e6e6;color:#262626}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .user-account-nav__menu-link--hide{display:none}}.component-selector-wrapper .user-account-nav .user-account-nav__icons .user-account-nav__icon-button--unauth{display:block}@keyframes ad-loading-dark{0%,100%{background-color:#262626}50%{background-color:#404040}}@keyframes ad-loading-light{0%,100%{background-color:#e6e6e6;opacity:1}50%{background-color:#e6e6e6;opacity:.4}}.ad-slot{text-align:center;width:100%}.ad-slot.adSlotLoaded{display:block;padding:0 0 24px}.ad-slot.adSlotLoaded .ad-slot__ad-label::after{content:\\'Advertisement\\'}.ad-slot.adSlotLoaded .ad-feedback-link-container,.ad-slot.adSlotLoaded .ad-slot__feedback{visibility:visible;display:flex}.ad-slot .ad-feedback-link-container,.ad-slot .ad-slot__feedback{visibility:hidden;display:flex;justify-content:space-between;padding:0 4px;max-width:350px;margin-right:auto}.ad-slot #ad_ns_atf_01+.ad-slot__feedback,.ad-slot[data-desktop-slot-id=ad_out_vid_01][data-ad-slot-rendered-size=\\'1x1\\'],.ad-slot[data-desktop-slot-id=ad_nat_related_01] .ad-feedback-link-container,.ad-slot[data-mobile-slot-id=ad_nat_related_01] .ad-feedback-link-container,.zone__ads .ad-slot:empty,.zone__ads_side .ad-slot:empty{display:none}.ad-slot .ad-feedback-link-container .ad-feedback-link,.ad-slot .ad-feedback-link-container .ad-slot__feedback-text,.ad-slot .ad-slot__feedback .ad-feedback-link,.ad-slot .ad-slot__feedback .ad-slot__feedback-text{margin-top:4px}.layout-explorer-hub .ad-slot{margin:0 0 24px}.layout-explorer-hub__full-width .ad-slot{margin-bottom:48px;padding:0}.layout-explorer-hub__rail .ad-slot{padding:0}.ad-slot-top .ad-slot.adSlotLoaded{padding:16px 0 40px}.ad-slot-top .ad-slot .ad::after{content:unset}.ad-slot[data-desktop-slot-id=ad_ns_atf_02]{margin-top:16px;padding:0 0 24px}.zone__ads .ad-slot.adSlotLoaded{margin-top:48px}.zone__ads_side .ad-slot{margin-top:0}.ad-slot .ad-feedback-link-container,.ad-slot .ad-slot__feedback{width:fit-content;width:-moz-max-content;margin-top:8px;font-size:12px;margin-left:auto;color:#6e6e6e;-webkit-user-select:none;-ms-user-select:none;user-select:none}.ad-slot .ad-feedback-link-container .ad-feedback-link,.ad-slot .ad-feedback-link-container .ad-slot__feedback-text,.ad-slot .ad-slot__feedback .ad-feedback-link,.ad-slot .ad-slot__feedback .ad-slot__feedback-text{cursor:pointer;display:flex;color:#6e6e6e}.ad-slot .ad-feedback-link-container .ad-feedback-link .icon-ui-speech-bubble,.ad-slot .ad-feedback-link-container .ad-feedback-link__label:before,.ad-slot .ad-feedback-link-container .ad-slot__feedback-text .icon-ui-speech-bubble,.ad-slot .ad-feedback-link-container .ad-slot__feedback-text__label:before,.ad-slot .ad-slot__feedback .ad-feedback-link .icon-ui-speech-bubble,.ad-slot .ad-slot__feedback .ad-feedback-link__label:before,.ad-slot .ad-slot__feedback .ad-slot__feedback-text .icon-ui-speech-bubble,.ad-slot .ad-slot__feedback .ad-slot__feedback-text__label:before{width:12px;height:12px}.ad-slot .ad-feedback-link-container .ad-feedback-link .icon-ui-speech-bubble,.ad-slot .ad-feedback-link-container .ad-slot__feedback-text .icon-ui-speech-bubble,.ad-slot .ad-slot__feedback .ad-feedback-link .icon-ui-speech-bubble,.ad-slot .ad-slot__feedback .ad-slot__feedback-text .icon-ui-speech-bubble{fill:#6e6e6e;margin-top:1px}.ad-slot .ad-feedback-link-container .ad-feedback-link__label:before,.ad-slot .ad-feedback-link-container .ad-slot__feedback-text__label:before,.ad-slot .ad-slot__feedback .ad-feedback-link__label:before,.ad-slot .ad-slot__feedback .ad-slot__feedback-text__label:before{display:inline-block;content:\\'\\';-webkit-mask:url(/media/sites/cnn/icons/ui-speech-bubble.svg);mask:url(/media/sites/cnn/icons/ui-speech-bubble.svg);background-color:#6e6e6e;position:relative;top:2px;right:4px}.ad-slot .ad-feedback-link-container .ad-feedback-link:hover,.ad-slot .ad-feedback-link-container .ad-slot__feedback-text:hover,.ad-slot .ad-slot__feedback .ad-feedback-link:hover,.ad-slot .ad-slot__feedback .ad-slot__feedback-text:hover{color:#0c0c0c}.ad-slot .ad-feedback-link-container .ad-feedback-link:hover .icon-ui-speech-bubble,.ad-slot .ad-feedback-link-container .ad-slot__feedback-text:hover .icon-ui-speech-bubble,.ad-slot .ad-slot__feedback .ad-feedback-link:hover .icon-ui-speech-bubble,.ad-slot .ad-slot__feedback .ad-slot__feedback-text:hover .icon-ui-speech-bubble{fill:#0c0c0c}.ad-slot .ad-feedback-link-container .ad-feedback-link:hover .ad-feedback-link__label:before,.ad-slot .ad-feedback-link-container .ad-slot__feedback-text:hover .ad-feedback-link__label:before,.ad-slot .ad-slot__feedback .ad-feedback-link:hover .ad-feedback-link__label:before,.ad-slot .ad-slot__feedback .ad-slot__feedback-text:hover .ad-feedback-link__label:before{background-color:#0c0c0c}.ad-slot .ad-slot__ad-label{display:block;cursor:default;margin-top:4px}.ad-slot .ad-slot__ad-label:only-child{width:100%}@media (min-width:960px){.ad-slot .ad-feedback-link-container,.ad-slot .ad-slot__feedback{margin-top:0}}html[data-layout-uri*=\\'homepage/instances/homepage-domestic\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_atf_01],html[data-layout-uri*=\\'homepage/instances/homepage-domestic\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_02],html[data-layout-uri*=\\'homepage/instances/homepage-domestic\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_03]{display:block;padding:0 16px 24px;min-height:270px}html[data-layout-uri*=\\'homepage/instances/homepage-domestic\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_atf_01] .ad-feedback-link-container,html[data-layout-uri*=\\'homepage/instances/homepage-domestic\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_atf_01] .ad-slot__feedback,html[data-layout-uri*=\\'homepage/instances/homepage-domestic\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_02] .ad-feedback-link-container,html[data-layout-uri*=\\'homepage/instances/homepage-domestic\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_02] .ad-slot__feedback,html[data-layout-uri*=\\'homepage/instances/homepage-domestic\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_03] .ad-feedback-link-container,html[data-layout-uri*=\\'homepage/instances/homepage-domestic\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_03] .ad-slot__feedback{display:none}html[data-layout-uri*=\\'homepage/instances/homepage-domestic\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_atf_01]::after,html[data-layout-uri*=\\'homepage/instances/homepage-domestic\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_02]::after,html[data-layout-uri*=\\'homepage/instances/homepage-domestic\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_03]::after{display:block;animation:ad-loading-light 2s ease infinite;content:\\'\\';margin:auto;width:300px;height:270px}html[data-layout-uri*=\\'homepage/instances/homepage-domestic\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_bnr_btf_01]{display:block;padding:0 16px 24px;margin-top:48px;min-height:110px}html[data-layout-uri*=\\'homepage/instances/homepage-domestic\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_bnr_btf_01] .ad-feedback-link-container,html[data-layout-uri*=\\'homepage/instances/homepage-domestic\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_bnr_btf_01] .ad-slot__feedback{display:none}html[data-layout-uri*=\\'homepage/instances/homepage-domestic\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_bnr_btf_01]::after{display:block;animation:ad-loading-light 2s ease infinite;content:\\'\\';margin:auto;width:728px;height:110px}html[data-layout-uri*=\\'homepage/instances/homepage-domestic\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_nfs_btf_02]{display:block;padding:0 16px 24px;min-height:120px}html[data-layout-uri*=\\'homepage/instances/homepage-domestic\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_nfs_btf_02] .ad-feedback-link-container,html[data-layout-uri*=\\'homepage/instances/homepage-domestic\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_nfs_btf_02] .ad-slot__feedback{display:none}html[data-layout-uri*=\\'homepage/instances/homepage-domestic\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_nfs_btf_02]::after{display:block;animation:ad-loading-light 2s ease infinite;content:\\'\\';margin:auto;width:300px;height:120px}html[data-layout-uri*=\\'homepage-mobile/instances/homepage-domestic\\'] .ad-slot:not(.adSlotLoaded)[data-mobile-slot-id=ad_rect_btf_01],html[data-layout-uri*=\\'homepage-mobile/instances/homepage-domestic\\'] .ad-slot:not(.adSlotLoaded)[data-mobile-slot-id=ad_rect_btf_04],html[data-layout-uri*=\\'homepage-mobile/instances/homepage-domestic\\'] .ad-slot:not(.adSlotLoaded)[data-mobile-slot-id=ad_rect_atf_01],html[data-layout-uri*=\\'homepage-mobile/instances/homepage-domestic\\'] .ad-slot:not(.adSlotLoaded)[data-mobile-slot-id=ad_rect_btf_02],html[data-layout-uri*=\\'homepage-mobile/instances/homepage-domestic\\'] .ad-slot:not(.adSlotLoaded)[data-mobile-slot-id=ad_rect_btf_03]{display:block;padding:0 16px 24px;min-height:270px}html[data-layout-uri*=\\'homepage-mobile/instances/homepage-domestic\\'] .ad-slot:not(.adSlotLoaded)[data-mobile-slot-id=ad_rect_btf_01] .ad-feedback-link-container,html[data-layout-uri*=\\'homepage-mobile/instances/homepage-domestic\\'] .ad-slot:not(.adSlotLoaded)[data-mobile-slot-id=ad_rect_btf_01] .ad-slot__feedback,html[data-layout-uri*=\\'homepage-mobile/instances/homepage-domestic\\'] .ad-slot:not(.adSlotLoaded)[data-mobile-slot-id=ad_rect_btf_04] .ad-feedback-link-container,html[data-layout-uri*=\\'homepage-mobile/instances/homepage-domestic\\'] .ad-slot:not(.adSlotLoaded)[data-mobile-slot-id=ad_rect_btf_04] .ad-slot__feedback,html[data-layout-uri*=\\'homepage-mobile/instances/homepage-domestic\\'] .ad-slot:not(.adSlotLoaded)[data-mobile-slot-id=ad_rect_atf_01] .ad-feedback-link-container,html[data-layout-uri*=\\'homepage-mobile/instances/homepage-domestic\\'] .ad-slot:not(.adSlotLoaded)[data-mobile-slot-id=ad_rect_atf_01] .ad-slot__feedback,html[data-layout-uri*=\\'homepage-mobile/instances/homepage-domestic\\'] .ad-slot:not(.adSlotLoaded)[data-mobile-slot-id=ad_rect_btf_02] .ad-feedback-link-container,html[data-layout-uri*=\\'homepage-mobile/instances/homepage-domestic\\'] .ad-slot:not(.adSlotLoaded)[data-mobile-slot-id=ad_rect_btf_02] .ad-slot__feedback,html[data-layout-uri*=\\'homepage-mobile/instances/homepage-domestic\\'] .ad-slot:not(.adSlotLoaded)[data-mobile-slot-id=ad_rect_btf_03] .ad-feedback-link-container,html[data-layout-uri*=\\'homepage-mobile/instances/homepage-domestic\\'] .ad-slot:not(.adSlotLoaded)[data-mobile-slot-id=ad_rect_btf_03] .ad-slot__feedback{display:none}html[data-layout-uri*=\\'homepage-mobile/instances/homepage-domestic\\'] .ad-slot:not(.adSlotLoaded)[data-mobile-slot-id=ad_rect_btf_01]::after,html[data-layout-uri*=\\'homepage-mobile/instances/homepage-domestic\\'] .ad-slot:not(.adSlotLoaded)[data-mobile-slot-id=ad_rect_btf_04]::after,html[data-layout-uri*=\\'homepage-mobile/instances/homepage-domestic\\'] .ad-slot:not(.adSlotLoaded)[data-mobile-slot-id=ad_rect_atf_01]::after,html[data-layout-uri*=\\'homepage-mobile/instances/homepage-domestic\\'] .ad-slot:not(.adSlotLoaded)[data-mobile-slot-id=ad_rect_btf_02]::after,html[data-layout-uri*=\\'homepage-mobile/instances/homepage-domestic\\'] .ad-slot:not(.adSlotLoaded)[data-mobile-slot-id=ad_rect_btf_03]::after{display:block;animation:ad-loading-light 2s ease infinite;content:\\'\\';margin:auto;width:300px;height:270px}html[data-layout-uri*=\\'homepage/instances/homepage-international\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_01],html[data-layout-uri*=\\'homepage/instances/homepage-international\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_atf_01],html[data-layout-uri*=\\'homepage/instances/homepage-international\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_02]{display:block;padding:0 16px 24px;min-height:270px}html[data-layout-uri*=\\'homepage/instances/homepage-international\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_01] .ad-feedback-link-container,html[data-layout-uri*=\\'homepage/instances/homepage-international\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_01] .ad-slot__feedback,html[data-layout-uri*=\\'homepage/instances/homepage-international\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_atf_01] .ad-feedback-link-container,html[data-layout-uri*=\\'homepage/instances/homepage-international\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_atf_01] .ad-slot__feedback,html[data-layout-uri*=\\'homepage/instances/homepage-international\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_02] .ad-feedback-link-container,html[data-layout-uri*=\\'homepage/instances/homepage-international\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_02] .ad-slot__feedback{display:none}html[data-layout-uri*=\\'homepage/instances/homepage-international\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_01]::after,html[data-layout-uri*=\\'homepage/instances/homepage-international\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_atf_01]::after,html[data-layout-uri*=\\'homepage/instances/homepage-international\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_02]::after{display:block;animation:ad-loading-light 2s ease infinite;content:\\'\\';margin:auto;width:300px;height:270px}html[data-layout-uri*=\\'homepage/instances/homepage-international\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_bnr_btf_02],html[data-layout-uri*=\\'homepage/instances/homepage-international\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_bnr_btf_04]{display:block;padding:0 16px 24px;margin-top:48px;min-height:110px}html[data-layout-uri*=\\'homepage/instances/homepage-international\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_bnr_btf_02] .ad-feedback-link-container,html[data-layout-uri*=\\'homepage/instances/homepage-international\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_bnr_btf_02] .ad-slot__feedback,html[data-layout-uri*=\\'homepage/instances/homepage-international\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_bnr_btf_04] .ad-feedback-link-container,html[data-layout-uri*=\\'homepage/instances/homepage-international\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_bnr_btf_04] .ad-slot__feedback{display:none}html[data-layout-uri*=\\'homepage/instances/homepage-international\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_bnr_btf_02]::after,html[data-layout-uri*=\\'homepage/instances/homepage-international\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_bnr_btf_04]::after{display:block;animation:ad-loading-light 2s ease infinite;content:\\'\\';margin:auto;width:728px;height:110px}html[data-layout-uri*=\\'homepage-mobile/instances/homepage-international\\'] .ad-slot:not(.adSlotLoaded)[data-mobile-slot-id=ad_rect_btf_01],html[data-layout-uri*=\\'homepage-mobile/instances/homepage-international\\'] .ad-slot:not(.adSlotLoaded)[data-mobile-slot-id=ad_rect_atf_01],html[data-layout-uri*=\\'homepage-mobile/instances/homepage-international\\'] .ad-slot:not(.adSlotLoaded)[data-mobile-slot-id=ad_rect_btf_02]{display:block;padding:0 16px 24px;min-height:270px}html[data-layout-uri*=\\'homepage-mobile/instances/homepage-international\\'] .ad-slot:not(.adSlotLoaded)[data-mobile-slot-id=ad_rect_btf_01] .ad-feedback-link-container,html[data-layout-uri*=\\'homepage-mobile/instances/homepage-international\\'] .ad-slot:not(.adSlotLoaded)[data-mobile-slot-id=ad_rect_btf_01] .ad-slot__feedback,html[data-layout-uri*=\\'homepage-mobile/instances/homepage-international\\'] .ad-slot:not(.adSlotLoaded)[data-mobile-slot-id=ad_rect_atf_01] .ad-feedback-link-container,html[data-layout-uri*=\\'homepage-mobile/instances/homepage-international\\'] .ad-slot:not(.adSlotLoaded)[data-mobile-slot-id=ad_rect_atf_01] .ad-slot__feedback,html[data-layout-uri*=\\'homepage-mobile/instances/homepage-international\\'] .ad-slot:not(.adSlotLoaded)[data-mobile-slot-id=ad_rect_btf_02] .ad-feedback-link-container,html[data-layout-uri*=\\'homepage-mobile/instances/homepage-international\\'] .ad-slot:not(.adSlotLoaded)[data-mobile-slot-id=ad_rect_btf_02] .ad-slot__feedback{display:none}html[data-layout-uri*=\\'homepage-mobile/instances/homepage-international\\'] .ad-slot:not(.adSlotLoaded)[data-mobile-slot-id=ad_rect_btf_01]::after,html[data-layout-uri*=\\'homepage-mobile/instances/homepage-international\\'] .ad-slot:not(.adSlotLoaded)[data-mobile-slot-id=ad_rect_atf_01]::after,html[data-layout-uri*=\\'homepage-mobile/instances/homepage-international\\'] .ad-slot:not(.adSlotLoaded)[data-mobile-slot-id=ad_rect_btf_02]::after{display:block;animation:ad-loading-light 2s ease infinite;content:\\'\\';margin:auto;width:300px;height:270px}@media screen and (min-width:960px){html[data-layout-uri*=\\'layout-with-rail/instances/cnn-article-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_01],html[data-layout-uri*=\\'layout-with-rail/instances/cnn-article-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_atf_01],html[data-layout-uri*=\\'layout-with-rail/instances/cnn-article-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_02],html[data-layout-uri*=\\'layout-with-rail/instances/cnn-article-feature-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_01],html[data-layout-uri*=\\'layout-with-rail/instances/cnn-article-feature-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_atf_01],html[data-layout-uri*=\\'layout-with-rail/instances/cnn-article-feature-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_02],html[data-layout-uri*=\\'layout-with-rail/instances/us-article-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_01],html[data-layout-uri*=\\'layout-with-rail/instances/us-article-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_atf_01],html[data-layout-uri*=\\'layout-with-rail/instances/us-article-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_02],html[data-layout-uri*=\\'layout-with-rail/instances/us-article-feature-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_01],html[data-layout-uri*=\\'layout-with-rail/instances/us-article-feature-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_atf_01],html[data-layout-uri*=\\'layout-with-rail/instances/us-article-feature-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_02],html[data-layout-uri*=\\'layout-with-rail/instances/world-article-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_01],html[data-layout-uri*=\\'layout-with-rail/instances/world-article-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_atf_01],html[data-layout-uri*=\\'layout-with-rail/instances/world-article-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_02],html[data-layout-uri*=\\'layout-with-rail/instances/world-article-feature-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_01],html[data-layout-uri*=\\'layout-with-rail/instances/world-article-feature-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_atf_01],html[data-layout-uri*=\\'layout-with-rail/instances/world-article-feature-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_02],html[data-layout-uri*=\\'layout-with-rail/instances/politics-article-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_01],html[data-layout-uri*=\\'layout-with-rail/instances/politics-article-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_atf_01],html[data-layout-uri*=\\'layout-with-rail/instances/politics-article-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_02],html[data-layout-uri*=\\'layout-with-rail/instances/politics-article-feature-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_01],html[data-layout-uri*=\\'layout-with-rail/instances/politics-article-feature-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_atf_01],html[data-layout-uri*=\\'layout-with-rail/instances/politics-article-feature-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_02],html[data-layout-uri*=\\'layout-with-rail/instances/business-article-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_01],html[data-layout-uri*=\\'layout-with-rail/instances/business-article-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_atf_01],html[data-layout-uri*=\\'layout-with-rail/instances/business-article-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_02],html[data-layout-uri*=\\'layout-with-rail/instances/business-article-feature-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_01],html[data-layout-uri*=\\'layout-with-rail/instances/business-article-feature-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_atf_01],html[data-layout-uri*=\\'layout-with-rail/instances/business-article-feature-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_02],html[data-layout-uri*=\\'layout-with-rail/instances/opinions-article-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_01],html[data-layout-uri*=\\'layout-with-rail/instances/opinions-article-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_atf_01],html[data-layout-uri*=\\'layout-with-rail/instances/opinions-article-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_02],html[data-layout-uri*=\\'layout-with-rail/instances/opinions-article-feature-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_01],html[data-layout-uri*=\\'layout-with-rail/instances/opinions-article-feature-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_atf_01],html[data-layout-uri*=\\'layout-with-rail/instances/opinions-article-feature-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_02],html[data-layout-uri*=\\'layout-with-rail/instances/health-article-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_01],html[data-layout-uri*=\\'layout-with-rail/instances/health-article-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_atf_01],html[data-layout-uri*=\\'layout-with-rail/instances/health-article-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_02],html[data-layout-uri*=\\'layout-with-rail/instances/health-article-feature-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_01],html[data-layout-uri*=\\'layout-with-rail/instances/health-article-feature-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_atf_01],html[data-layout-uri*=\\'layout-with-rail/instances/health-article-feature-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_02],html[data-layout-uri*=\\'layout-with-rail/instances/entertainment-article-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_01],html[data-layout-uri*=\\'layout-with-rail/instances/entertainment-article-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_atf_01],html[data-layout-uri*=\\'layout-with-rail/instances/entertainment-article-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_02],html[data-layout-uri*=\\'layout-with-rail/instances/entertainment-article-feature-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_01],html[data-layout-uri*=\\'layout-with-rail/instances/entertainment-article-feature-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_atf_01],html[data-layout-uri*=\\'layout-with-rail/instances/entertainment-article-feature-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_02],html[data-layout-uri*=\\'layout-with-rail/instances/style-article-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_01],html[data-layout-uri*=\\'layout-with-rail/instances/style-article-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_atf_01],html[data-layout-uri*=\\'layout-with-rail/instances/style-article-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_02],html[data-layout-uri*=\\'layout-with-rail/instances/style-article-feature-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_01],html[data-layout-uri*=\\'layout-with-rail/instances/style-article-feature-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_atf_01],html[data-layout-uri*=\\'layout-with-rail/instances/style-article-feature-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_02],html[data-layout-uri*=\\'layout-with-rail/instances/travel-article-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_01],html[data-layout-uri*=\\'layout-with-rail/instances/travel-article-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_atf_01],html[data-layout-uri*=\\'layout-with-rail/instances/travel-article-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_02],html[data-layout-uri*=\\'layout-with-rail/instances/travel-article-feature-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_01],html[data-layout-uri*=\\'layout-with-rail/instances/travel-article-feature-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_atf_01],html[data-layout-uri*=\\'layout-with-rail/instances/travel-article-feature-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_02],html[data-layout-uri*=\\'layout-with-rail/instances/sport-article-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_01],html[data-layout-uri*=\\'layout-with-rail/instances/sport-article-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_atf_01],html[data-layout-uri*=\\'layout-with-rail/instances/sport-article-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_02],html[data-layout-uri*=\\'layout-with-rail/instances/sport-article-feature-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_01],html[data-layout-uri*=\\'layout-with-rail/instances/sport-article-feature-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_atf_01],html[data-layout-uri*=\\'layout-with-rail/instances/sport-article-feature-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_02]{display:block;padding:0 16px 24px;min-height:270px}html[data-layout-uri*=\\'layout-with-rail/instances/cnn-article-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_01] .ad-feedback-link-container,html[data-layout-uri*=\\'layout-with-rail/instances/cnn-article-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_01] .ad-slot__feedback,html[data-layout-uri*=\\'layout-with-rail/instances/cnn-article-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_atf_01] .ad-feedback-link-container,html[data-layout-uri*=\\'layout-with-rail/instances/cnn-article-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_atf_01] .ad-slot__feedback,html[data-layout-uri*=\\'layout-with-rail/instances/cnn-article-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_02] .ad-feedback-link-container,html[data-layout-uri*=\\'layout-with-rail/instances/cnn-article-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_02] .ad-slot__feedback,html[data-layout-uri*=\\'layout-with-rail/instances/cnn-article-feature-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_01] .ad-feedback-link-container,html[data-layout-uri*=\\'layout-with-rail/instances/cnn-article-feature-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_01] .ad-slot__feedback,html[data-layout-uri*=\\'layout-with-rail/instances/cnn-article-feature-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_atf_01] .ad-feedback-link-container,html[data-layout-uri*=\\'layout-with-rail/instances/cnn-article-feature-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_atf_01] .ad-slot__feedback,html[data-layout-uri*=\\'layout-with-rail/instances/cnn-article-feature-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_02] .ad-feedback-link-container,html[data-layout-uri*=\\'layout-with-rail/instances/cnn-article-feature-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_02] .ad-slot__feedback,html[data-layout-uri*=\\'layout-with-rail/instances/us-article-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_01] .ad-feedback-link-container,html[data-layout-uri*=\\'layout-with-rail/instances/us-article-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_01] .ad-slot__feedback,html[data-layout-uri*=\\'layout-with-rail/instances/us-article-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_atf_01] .ad-feedback-link-container,html[data-layout-uri*=\\'layout-with-rail/instances/us-article-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_atf_01] .ad-slot__feedback,html[data-layout-uri*=\\'layout-with-rail/instances/us-article-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_02] .ad-feedback-link-container,html[data-layout-uri*=\\'layout-with-rail/instances/us-article-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_02] .ad-slot__feedback,html[data-layout-uri*=\\'layout-with-rail/instances/us-article-feature-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_01] .ad-feedback-link-container,html[data-layout-uri*=\\'layout-with-rail/instances/us-article-feature-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_01] .ad-slot__feedback,html[data-layout-uri*=\\'layout-with-rail/instances/us-article-feature-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_atf_01] .ad-feedback-link-container,html[data-layout-uri*=\\'layout-with-rail/instances/us-article-feature-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_atf_01] .ad-slot__feedback,html[data-layout-uri*=\\'layout-with-rail/instances/us-article-feature-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_02] .ad-feedback-link-container,html[data-layout-uri*=\\'layout-with-rail/instances/us-article-feature-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_02] .ad-slot__feedback,html[data-layout-uri*=\\'layout-with-rail/instances/world-article-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_01] .ad-feedback-link-container,html[data-layout-uri*=\\'layout-with-rail/instances/world-article-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_01] .ad-slot__feedback,html[data-layout-uri*=\\'layout-with-rail/instances/world-article-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_atf_01] .ad-feedback-link-container,html[data-layout-uri*=\\'layout-with-rail/instances/world-article-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_atf_01] .ad-slot__feedback,html[data-layout-uri*=\\'layout-with-rail/instances/world-article-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_02] .ad-feedback-link-container,html[data-layout-uri*=\\'layout-with-rail/instances/world-article-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_02] .ad-slot__feedback,html[data-layout-uri*=\\'layout-with-rail/instances/world-article-feature-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_01] .ad-feedback-link-container,html[data-layout-uri*=\\'layout-with-rail/instances/world-article-feature-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_01] .ad-slot__feedback,html[data-layout-uri*=\\'layout-with-rail/instances/world-article-feature-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_atf_01] .ad-feedback-link-container,html[data-layout-uri*=\\'layout-with-rail/instances/world-article-feature-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_atf_01] .ad-slot__feedback,html[data-layout-uri*=\\'layout-with-rail/instances/world-article-feature-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_02] .ad-feedback-link-container,html[data-layout-uri*=\\'layout-with-rail/instances/world-article-feature-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_02] .ad-slot__feedback,html[data-layout-uri*=\\'layout-with-rail/instances/politics-article-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_01] .ad-feedback-link-container,html[data-layout-uri*=\\'layout-with-rail/instances/politics-article-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_01] .ad-slot__feedback,html[data-layout-uri*=\\'layout-with-rail/instances/politics-article-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_atf_01] .ad-feedback-link-container,html[data-layout-uri*=\\'layout-with-rail/instances/politics-article-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_atf_01] .ad-slot__feedback,html[data-layout-uri*=\\'layout-with-rail/instances/politics-article-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_02] .ad-feedback-link-container,html[data-layout-uri*=\\'layout-with-rail/instances/politics-article-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_02] .ad-slot__feedback,html[data-layout-uri*=\\'layout-with-rail/instances/politics-article-feature-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_01] .ad-feedback-link-container,html[data-layout-uri*=\\'layout-with-rail/instances/politics-article-feature-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_01] .ad-slot__feedback,html[data-layout-uri*=\\'layout-with-rail/instances/politics-article-feature-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_atf_01] .ad-feedback-link-container,html[data-layout-uri*=\\'layout-with-rail/instances/politics-article-feature-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_atf_01] .ad-slot__feedback,html[data-layout-uri*=\\'layout-with-rail/instances/politics-article-feature-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_02] .ad-feedback-link-container,html[data-layout-uri*=\\'layout-with-rail/instances/politics-article-feature-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_02] .ad-slot__feedback,html[data-layout-uri*=\\'layout-with-rail/instances/business-article-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_01] .ad-feedback-link-container,html[data-layout-uri*=\\'layout-with-rail/instances/business-article-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_01] .ad-slot__feedback,html[data-layout-uri*=\\'layout-with-rail/instances/business-article-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_atf_01] .ad-feedback-link-container,html[data-layout-uri*=\\'layout-with-rail/instances/business-article-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_atf_01] .ad-slot__feedback,html[data-layout-uri*=\\'layout-with-rail/instances/business-article-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_02] .ad-feedback-link-container,html[data-layout-uri*=\\'layout-with-rail/instances/business-article-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_02] .ad-slot__feedback,html[data-layout-uri*=\\'layout-with-rail/instances/business-article-feature-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_01] .ad-feedback-link-container,html[data-layout-uri*=\\'layout-with-rail/instances/business-article-feature-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_01] .ad-slot__feedback,html[data-layout-uri*=\\'layout-with-rail/instances/business-article-feature-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_atf_01] .ad-feedback-link-container,html[data-layout-uri*=\\'layout-with-rail/instances/business-article-feature-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_atf_01] .ad-slot__feedback,html[data-layout-uri*=\\'layout-with-rail/instances/business-article-feature-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_02] .ad-feedback-link-container,html[data-layout-uri*=\\'layout-with-rail/instances/business-article-feature-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_02] .ad-slot__feedback,html[data-layout-uri*=\\'layout-with-rail/instances/opinions-article-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_01] .ad-feedback-link-container,html[data-layout-uri*=\\'layout-with-rail/instances/opinions-article-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_01] .ad-slot__feedback,html[data-layout-uri*=\\'layout-with-rail/instances/opinions-article-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_atf_01] .ad-feedback-link-container,html[data-layout-uri*=\\'layout-with-rail/instances/opinions-article-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_atf_01] .ad-slot__feedback,html[data-layout-uri*=\\'layout-with-rail/instances/opinions-article-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_02] .ad-feedback-link-container,html[data-layout-uri*=\\'layout-with-rail/instances/opinions-article-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_02] .ad-slot__feedback,html[data-layout-uri*=\\'layout-with-rail/instances/opinions-article-feature-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_01] .ad-feedback-link-container,html[data-layout-uri*=\\'layout-with-rail/instances/opinions-article-feature-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_01] .ad-slot__feedback,html[data-layout-uri*=\\'layout-with-rail/instances/opinions-article-feature-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_atf_01] .ad-feedback-link-container,html[data-layout-uri*=\\'layout-with-rail/instances/opinions-article-feature-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_atf_01] .ad-slot__feedback,html[data-layout-uri*=\\'layout-with-rail/instances/opinions-article-feature-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_02] .ad-feedback-link-container,html[data-layout-uri*=\\'layout-with-rail/instances/opinions-article-feature-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_02] .ad-slot__feedback,html[data-layout-uri*=\\'layout-with-rail/instances/health-article-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_01] .ad-feedback-link-container,html[data-layout-uri*=\\'layout-with-rail/instances/health-article-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_01] .ad-slot__feedback,html[data-layout-uri*=\\'layout-with-rail/instances/health-article-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_atf_01] .ad-feedback-link-container,html[data-layout-uri*=\\'layout-with-rail/instances/health-article-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_atf_01] .ad-slot__feedback,html[data-layout-uri*=\\'layout-with-rail/instances/health-article-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_02] .ad-feedback-link-container,html[data-layout-uri*=\\'layout-with-rail/instances/health-article-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_02] .ad-slot__feedback,html[data-layout-uri*=\\'layout-with-rail/instances/health-article-feature-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_01] .ad-feedback-link-container,html[data-layout-uri*=\\'layout-with-rail/instances/health-article-feature-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_01] .ad-slot__feedback,html[data-layout-uri*=\\'layout-with-rail/instances/health-article-feature-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_atf_01] .ad-feedback-link-container,html[data-layout-uri*=\\'layout-with-rail/instances/health-article-feature-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_atf_01] .ad-slot__feedback,html[data-layout-uri*=\\'layout-with-rail/instances/health-article-feature-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_02] .ad-feedback-link-container,html[data-layout-uri*=\\'layout-with-rail/instances/health-article-feature-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_02] .ad-slot__feedback,html[data-layout-uri*=\\'layout-with-rail/instances/entertainment-article-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_01] .ad-feedback-link-container,html[data-layout-uri*=\\'layout-with-rail/instances/entertainment-article-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_01] .ad-slot__feedback,html[data-layout-uri*=\\'layout-with-rail/instances/entertainment-article-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_atf_01] .ad-feedback-link-container,html[data-layout-uri*=\\'layout-with-rail/instances/entertainment-article-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_atf_01] .ad-slot__feedback,html[data-layout-uri*=\\'layout-with-rail/instances/entertainment-article-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_02] .ad-feedback-link-container,html[data-layout-uri*=\\'layout-with-rail/instances/entertainment-article-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_02] .ad-slot__feedback,html[data-layout-uri*=\\'layout-with-rail/instances/entertainment-article-feature-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_01] .ad-feedback-link-container,html[data-layout-uri*=\\'layout-with-rail/instances/entertainment-article-feature-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_01] .ad-slot__feedback,html[data-layout-uri*=\\'layout-with-rail/instances/entertainment-article-feature-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_atf_01] .ad-feedback-link-container,html[data-layout-uri*=\\'layout-with-rail/instances/entertainment-article-feature-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_atf_01] .ad-slot__feedback,html[data-layout-uri*=\\'layout-with-rail/instances/entertainment-article-feature-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_02] .ad-feedback-link-container,html[data-layout-uri*=\\'layout-with-rail/instances/entertainment-article-feature-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_02] .ad-slot__feedback,html[data-layout-uri*=\\'layout-with-rail/instances/style-article-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_01] .ad-feedback-link-container,html[data-layout-uri*=\\'layout-with-rail/instances/style-article-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_01] .ad-slot__feedback,html[data-layout-uri*=\\'layout-with-rail/instances/style-article-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_atf_01] .ad-feedback-link-container,html[data-layout-uri*=\\'layout-with-rail/instances/style-article-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_atf_01] .ad-slot__feedback,html[data-layout-uri*=\\'layout-with-rail/instances/style-article-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_02] .ad-feedback-link-container,html[data-layout-uri*=\\'layout-with-rail/instances/style-article-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_02] .ad-slot__feedback,html[data-layout-uri*=\\'layout-with-rail/instances/style-article-feature-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_01] .ad-feedback-link-container,html[data-layout-uri*=\\'layout-with-rail/instances/style-article-feature-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_01] .ad-slot__feedback,html[data-layout-uri*=\\'layout-with-rail/instances/style-article-feature-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_atf_01] .ad-feedback-link-container,html[data-layout-uri*=\\'layout-with-rail/instances/style-article-feature-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_atf_01] .ad-slot__feedback,html[data-layout-uri*=\\'layout-with-rail/instances/style-article-feature-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_02] .ad-feedback-link-container,html[data-layout-uri*=\\'layout-with-rail/instances/style-article-feature-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_02] .ad-slot__feedback,html[data-layout-uri*=\\'layout-with-rail/instances/travel-article-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_01] .ad-feedback-link-container,html[data-layout-uri*=\\'layout-with-rail/instances/travel-article-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_01] .ad-slot__feedback,html[data-layout-uri*=\\'layout-with-rail/instances/travel-article-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_atf_01] .ad-feedback-link-container,html[data-layout-uri*=\\'layout-with-rail/instances/travel-article-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_atf_01] .ad-slot__feedback,html[data-layout-uri*=\\'layout-with-rail/instances/travel-article-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_02] .ad-feedback-link-container,html[data-layout-uri*=\\'layout-with-rail/instances/travel-article-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_02] .ad-slot__feedback,html[data-layout-uri*=\\'layout-with-rail/instances/travel-article-feature-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_01] .ad-feedback-link-container,html[data-layout-uri*=\\'layout-with-rail/instances/travel-article-feature-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_01] .ad-slot__feedback,html[data-layout-uri*=\\'layout-with-rail/instances/travel-article-feature-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_atf_01] .ad-feedback-link-container,html[data-layout-uri*=\\'layout-with-rail/instances/travel-article-feature-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_atf_01] .ad-slot__feedback,html[data-layout-uri*=\\'layout-with-rail/instances/travel-article-feature-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_02] .ad-feedback-link-container,html[data-layout-uri*=\\'layout-with-rail/instances/travel-article-feature-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_02] .ad-slot__feedback,html[data-layout-uri*=\\'layout-with-rail/instances/sport-article-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_01] .ad-feedback-link-container,html[data-layout-uri*=\\'layout-with-rail/instances/sport-article-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_01] .ad-slot__feedback,html[data-layout-uri*=\\'layout-with-rail/instances/sport-article-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_atf_01] .ad-feedback-link-container,html[data-layout-uri*=\\'layout-with-rail/instances/sport-article-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_atf_01] .ad-slot__feedback,html[data-layout-uri*=\\'layout-with-rail/instances/sport-article-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_02] .ad-feedback-link-container,html[data-layout-uri*=\\'layout-with-rail/instances/sport-article-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_02] .ad-slot__feedback,html[data-layout-uri*=\\'layout-with-rail/instances/sport-article-feature-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_01] .ad-feedback-link-container,html[data-layout-uri*=\\'layout-with-rail/instances/sport-article-feature-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_01] .ad-slot__feedback,html[data-layout-uri*=\\'layout-with-rail/instances/sport-article-feature-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_atf_01] .ad-feedback-link-container,html[data-layout-uri*=\\'layout-with-rail/instances/sport-article-feature-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_atf_01] .ad-slot__feedback,html[data-layout-uri*=\\'layout-with-rail/instances/sport-article-feature-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_02] .ad-feedback-link-container,html[data-layout-uri*=\\'layout-with-rail/instances/sport-article-feature-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_02] .ad-slot__feedback{display:none}html[data-layout-uri*=\\'layout-with-rail/instances/cnn-article-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_01]::after,html[data-layout-uri*=\\'layout-with-rail/instances/cnn-article-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_atf_01]::after,html[data-layout-uri*=\\'layout-with-rail/instances/cnn-article-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_02]::after,html[data-layout-uri*=\\'layout-with-rail/instances/cnn-article-feature-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_01]::after,html[data-layout-uri*=\\'layout-with-rail/instances/cnn-article-feature-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_atf_01]::after,html[data-layout-uri*=\\'layout-with-rail/instances/cnn-article-feature-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_02]::after,html[data-layout-uri*=\\'layout-with-rail/instances/us-article-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_01]::after,html[data-layout-uri*=\\'layout-with-rail/instances/us-article-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_atf_01]::after,html[data-layout-uri*=\\'layout-with-rail/instances/us-article-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_02]::after,html[data-layout-uri*=\\'layout-with-rail/instances/us-article-feature-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_01]::after,html[data-layout-uri*=\\'layout-with-rail/instances/us-article-feature-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_atf_01]::after,html[data-layout-uri*=\\'layout-with-rail/instances/us-article-feature-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_02]::after,html[data-layout-uri*=\\'layout-with-rail/instances/world-article-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_01]::after,html[data-layout-uri*=\\'layout-with-rail/instances/world-article-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_atf_01]::after,html[data-layout-uri*=\\'layout-with-rail/instances/world-article-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_02]::after,html[data-layout-uri*=\\'layout-with-rail/instances/world-article-feature-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_01]::after,html[data-layout-uri*=\\'layout-with-rail/instances/world-article-feature-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_atf_01]::after,html[data-layout-uri*=\\'layout-with-rail/instances/world-article-feature-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_02]::after,html[data-layout-uri*=\\'layout-with-rail/instances/politics-article-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_01]::after,html[data-layout-uri*=\\'layout-with-rail/instances/politics-article-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_atf_01]::after,html[data-layout-uri*=\\'layout-with-rail/instances/politics-article-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_02]::after,html[data-layout-uri*=\\'layout-with-rail/instances/politics-article-feature-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_01]::after,html[data-layout-uri*=\\'layout-with-rail/instances/politics-article-feature-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_atf_01]::after,html[data-layout-uri*=\\'layout-with-rail/instances/politics-article-feature-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_02]::after,html[data-layout-uri*=\\'layout-with-rail/instances/business-article-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_01]::after,html[data-layout-uri*=\\'layout-with-rail/instances/business-article-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_atf_01]::after,html[data-layout-uri*=\\'layout-with-rail/instances/business-article-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_02]::after,html[data-layout-uri*=\\'layout-with-rail/instances/business-article-feature-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_01]::after,html[data-layout-uri*=\\'layout-with-rail/instances/business-article-feature-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_atf_01]::after,html[data-layout-uri*=\\'layout-with-rail/instances/business-article-feature-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_02]::after,html[data-layout-uri*=\\'layout-with-rail/instances/opinions-article-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_01]::after,html[data-layout-uri*=\\'layout-with-rail/instances/opinions-article-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_atf_01]::after,html[data-layout-uri*=\\'layout-with-rail/instances/opinions-article-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_02]::after,html[data-layout-uri*=\\'layout-with-rail/instances/opinions-article-feature-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_01]::after,html[data-layout-uri*=\\'layout-with-rail/instances/opinions-article-feature-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_atf_01]::after,html[data-layout-uri*=\\'layout-with-rail/instances/opinions-article-feature-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_02]::after,html[data-layout-uri*=\\'layout-with-rail/instances/health-article-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_01]::after,html[data-layout-uri*=\\'layout-with-rail/instances/health-article-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_atf_01]::after,html[data-layout-uri*=\\'layout-with-rail/instances/health-article-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_02]::after,html[data-layout-uri*=\\'layout-with-rail/instances/health-article-feature-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_01]::after,html[data-layout-uri*=\\'layout-with-rail/instances/health-article-feature-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_atf_01]::after,html[data-layout-uri*=\\'layout-with-rail/instances/health-article-feature-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_02]::after,html[data-layout-uri*=\\'layout-with-rail/instances/entertainment-article-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_01]::after,html[data-layout-uri*=\\'layout-with-rail/instances/entertainment-article-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_atf_01]::after,html[data-layout-uri*=\\'layout-with-rail/instances/entertainment-article-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_02]::after,html[data-layout-uri*=\\'layout-with-rail/instances/entertainment-article-feature-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_01]::after,html[data-layout-uri*=\\'layout-with-rail/instances/entertainment-article-feature-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_atf_01]::after,html[data-layout-uri*=\\'layout-with-rail/instances/entertainment-article-feature-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_02]::after,html[data-layout-uri*=\\'layout-with-rail/instances/style-article-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_01]::after,html[data-layout-uri*=\\'layout-with-rail/instances/style-article-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_atf_01]::after,html[data-layout-uri*=\\'layout-with-rail/instances/style-article-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_02]::after,html[data-layout-uri*=\\'layout-with-rail/instances/style-article-feature-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_01]::after,html[data-layout-uri*=\\'layout-with-rail/instances/style-article-feature-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_atf_01]::after,html[data-layout-uri*=\\'layout-with-rail/instances/style-article-feature-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_02]::after,html[data-layout-uri*=\\'layout-with-rail/instances/travel-article-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_01]::after,html[data-layout-uri*=\\'layout-with-rail/instances/travel-article-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_atf_01]::after,html[data-layout-uri*=\\'layout-with-rail/instances/travel-article-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_02]::after,html[data-layout-uri*=\\'layout-with-rail/instances/travel-article-feature-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_01]::after,html[data-layout-uri*=\\'layout-with-rail/instances/travel-article-feature-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_atf_01]::after,html[data-layout-uri*=\\'layout-with-rail/instances/travel-article-feature-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_02]::after,html[data-layout-uri*=\\'layout-with-rail/instances/sport-article-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_01]::after,html[data-layout-uri*=\\'layout-with-rail/instances/sport-article-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_atf_01]::after,html[data-layout-uri*=\\'layout-with-rail/instances/sport-article-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_02]::after,html[data-layout-uri*=\\'layout-with-rail/instances/sport-article-feature-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_01]::after,html[data-layout-uri*=\\'layout-with-rail/instances/sport-article-feature-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_atf_01]::after,html[data-layout-uri*=\\'layout-with-rail/instances/sport-article-feature-v\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_02]::after{display:block;animation:ad-loading-light 2s ease infinite;content:\\'\\';margin:auto;width:300px;height:270px}.ad-slot-top body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .ad-slot.adSlotLoaded{padding:0 0 12px}}@media screen and (max-width:959px){body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .ad-slot[data-desktop-slot-id=ad_bnr_btf_01]:not([data-mobile-slot-id]){display:none}}@media screen and (min-width:1280px){.layout-explorer-hub__full-width body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .ad-slot{margin-bottom:56px}.ad-slot-top body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .ad-slot.adSlotLoaded{padding:0 0 24px}}html[data-layout-uri*=\\'layout-no-rail/instances/us-v1\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_bnr_btf_01],html[data-layout-uri*=\\'layout-no-rail/instances/world-v1\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_bnr_btf_01],html[data-layout-uri*=\\'layout-no-rail/instances/new-politics-v1\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_bnr_btf_01],html[data-layout-uri*=\\'layout-no-rail/instances/business-v1\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_bnr_btf_01],html[data-layout-uri*=\\'layout-no-rail/instances/health-v1\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_bnr_btf_01],html[data-layout-uri*=\\'layout-no-rail/instances/entertainment-v1\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_bnr_btf_01],html[data-layout-uri*=\\'layout-no-rail/instances/travel-landing-section\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_bnr_btf_01],html[data-layout-uri*=\\'layout-no-rail/instances/sport-v1\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_bnr_btf_01],html[data-layout-uri*=\\'layout-no-rail/instances/style-landing-section\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_bnr_btf_01]{display:block;padding:0 16px 24px;min-height:110px}html[data-layout-uri*=\\'layout-no-rail/instances/us-v1\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_bnr_btf_01] .ad-feedback-link-container,html[data-layout-uri*=\\'layout-no-rail/instances/us-v1\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_bnr_btf_01] .ad-slot__feedback,html[data-layout-uri*=\\'layout-no-rail/instances/world-v1\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_bnr_btf_01] .ad-feedback-link-container,html[data-layout-uri*=\\'layout-no-rail/instances/world-v1\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_bnr_btf_01] .ad-slot__feedback,html[data-layout-uri*=\\'layout-no-rail/instances/new-politics-v1\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_bnr_btf_01] .ad-feedback-link-container,html[data-layout-uri*=\\'layout-no-rail/instances/new-politics-v1\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_bnr_btf_01] .ad-slot__feedback,html[data-layout-uri*=\\'layout-no-rail/instances/business-v1\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_bnr_btf_01] .ad-feedback-link-container,html[data-layout-uri*=\\'layout-no-rail/instances/business-v1\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_bnr_btf_01] .ad-slot__feedback,html[data-layout-uri*=\\'layout-no-rail/instances/health-v1\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_bnr_btf_01] .ad-feedback-link-container,html[data-layout-uri*=\\'layout-no-rail/instances/health-v1\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_bnr_btf_01] .ad-slot__feedback,html[data-layout-uri*=\\'layout-no-rail/instances/entertainment-v1\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_bnr_btf_01] .ad-feedback-link-container,html[data-layout-uri*=\\'layout-no-rail/instances/entertainment-v1\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_bnr_btf_01] .ad-slot__feedback,html[data-layout-uri*=\\'layout-no-rail/instances/travel-landing-section\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_bnr_btf_01] .ad-feedback-link-container,html[data-layout-uri*=\\'layout-no-rail/instances/travel-landing-section\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_bnr_btf_01] .ad-slot__feedback,html[data-layout-uri*=\\'layout-no-rail/instances/sport-v1\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_bnr_btf_01] .ad-feedback-link-container,html[data-layout-uri*=\\'layout-no-rail/instances/sport-v1\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_bnr_btf_01] .ad-slot__feedback,html[data-layout-uri*=\\'layout-no-rail/instances/style-landing-section\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_bnr_btf_01] .ad-feedback-link-container,html[data-layout-uri*=\\'layout-no-rail/instances/style-landing-section\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_bnr_btf_01] .ad-slot__feedback{display:none}html[data-layout-uri*=\\'layout-no-rail/instances/us-v1\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_bnr_btf_01]::after,html[data-layout-uri*=\\'layout-no-rail/instances/world-v1\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_bnr_btf_01]::after,html[data-layout-uri*=\\'layout-no-rail/instances/new-politics-v1\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_bnr_btf_01]::after,html[data-layout-uri*=\\'layout-no-rail/instances/business-v1\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_bnr_btf_01]::after,html[data-layout-uri*=\\'layout-no-rail/instances/health-v1\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_bnr_btf_01]::after,html[data-layout-uri*=\\'layout-no-rail/instances/entertainment-v1\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_bnr_btf_01]::after,html[data-layout-uri*=\\'layout-no-rail/instances/travel-landing-section\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_bnr_btf_01]::after,html[data-layout-uri*=\\'layout-no-rail/instances/sport-v1\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_bnr_btf_01]::after,html[data-layout-uri*=\\'layout-no-rail/instances/style-landing-section\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_bnr_btf_01]::after{display:block;animation:ad-loading-light 2s ease infinite;content:\\'\\';margin:auto;width:300px;height:110px}html[data-layout-uri*=\\'layout-no-rail/instances/us-v1\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_01],html[data-layout-uri*=\\'layout-no-rail/instances/us-v1\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_atf_01],html[data-layout-uri*=\\'layout-no-rail/instances/world-v1\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_01],html[data-layout-uri*=\\'layout-no-rail/instances/world-v1\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_atf_01],html[data-layout-uri*=\\'layout-no-rail/instances/new-politics-v1\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_01],html[data-layout-uri*=\\'layout-no-rail/instances/new-politics-v1\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_atf_01],html[data-layout-uri*=\\'layout-no-rail/instances/business-v1\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_01],html[data-layout-uri*=\\'layout-no-rail/instances/business-v1\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_atf_01],html[data-layout-uri*=\\'layout-no-rail/instances/health-v1\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_01],html[data-layout-uri*=\\'layout-no-rail/instances/health-v1\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_atf_01],html[data-layout-uri*=\\'layout-no-rail/instances/entertainment-v1\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_01],html[data-layout-uri*=\\'layout-no-rail/instances/entertainment-v1\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_atf_01],html[data-layout-uri*=\\'layout-no-rail/instances/travel-landing-section\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_01],html[data-layout-uri*=\\'layout-no-rail/instances/travel-landing-section\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_atf_01],html[data-layout-uri*=\\'layout-no-rail/instances/sport-v1\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_01],html[data-layout-uri*=\\'layout-no-rail/instances/sport-v1\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_atf_01],html[data-layout-uri*=\\'layout-no-rail/instances/style-landing-section\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_01],html[data-layout-uri*=\\'layout-no-rail/instances/style-landing-section\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_atf_01]{display:block;padding:0 16px 24px;min-height:295px}html[data-layout-uri*=\\'layout-no-rail/instances/us-v1\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_01] .ad-feedback-link-container,html[data-layout-uri*=\\'layout-no-rail/instances/us-v1\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_01] .ad-slot__feedback,html[data-layout-uri*=\\'layout-no-rail/instances/us-v1\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_atf_01] .ad-feedback-link-container,html[data-layout-uri*=\\'layout-no-rail/instances/us-v1\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_atf_01] .ad-slot__feedback,html[data-layout-uri*=\\'layout-no-rail/instances/world-v1\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_01] .ad-feedback-link-container,html[data-layout-uri*=\\'layout-no-rail/instances/world-v1\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_01] .ad-slot__feedback,html[data-layout-uri*=\\'layout-no-rail/instances/world-v1\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_atf_01] .ad-feedback-link-container,html[data-layout-uri*=\\'layout-no-rail/instances/world-v1\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_atf_01] .ad-slot__feedback,html[data-layout-uri*=\\'layout-no-rail/instances/new-politics-v1\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_01] .ad-feedback-link-container,html[data-layout-uri*=\\'layout-no-rail/instances/new-politics-v1\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_01] .ad-slot__feedback,html[data-layout-uri*=\\'layout-no-rail/instances/new-politics-v1\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_atf_01] .ad-feedback-link-container,html[data-layout-uri*=\\'layout-no-rail/instances/new-politics-v1\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_atf_01] .ad-slot__feedback,html[data-layout-uri*=\\'layout-no-rail/instances/business-v1\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_01] .ad-feedback-link-container,html[data-layout-uri*=\\'layout-no-rail/instances/business-v1\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_01] .ad-slot__feedback,html[data-layout-uri*=\\'layout-no-rail/instances/business-v1\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_atf_01] .ad-feedback-link-container,html[data-layout-uri*=\\'layout-no-rail/instances/business-v1\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_atf_01] .ad-slot__feedback,html[data-layout-uri*=\\'layout-no-rail/instances/health-v1\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_01] .ad-feedback-link-container,html[data-layout-uri*=\\'layout-no-rail/instances/health-v1\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_01] .ad-slot__feedback,html[data-layout-uri*=\\'layout-no-rail/instances/health-v1\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_atf_01] .ad-feedback-link-container,html[data-layout-uri*=\\'layout-no-rail/instances/health-v1\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_atf_01] .ad-slot__feedback,html[data-layout-uri*=\\'layout-no-rail/instances/entertainment-v1\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_01] .ad-feedback-link-container,html[data-layout-uri*=\\'layout-no-rail/instances/entertainment-v1\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_01] .ad-slot__feedback,html[data-layout-uri*=\\'layout-no-rail/instances/entertainment-v1\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_atf_01] .ad-feedback-link-container,html[data-layout-uri*=\\'layout-no-rail/instances/entertainment-v1\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_atf_01] .ad-slot__feedback,html[data-layout-uri*=\\'layout-no-rail/instances/travel-landing-section\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_01] .ad-feedback-link-container,html[data-layout-uri*=\\'layout-no-rail/instances/travel-landing-section\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_01] .ad-slot__feedback,html[data-layout-uri*=\\'layout-no-rail/instances/travel-landing-section\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_atf_01] .ad-feedback-link-container,html[data-layout-uri*=\\'layout-no-rail/instances/travel-landing-section\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_atf_01] .ad-slot__feedback,html[data-layout-uri*=\\'layout-no-rail/instances/sport-v1\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_01] .ad-feedback-link-container,html[data-layout-uri*=\\'layout-no-rail/instances/sport-v1\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_01] .ad-slot__feedback,html[data-layout-uri*=\\'layout-no-rail/instances/sport-v1\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_atf_01] .ad-feedback-link-container,html[data-layout-uri*=\\'layout-no-rail/instances/sport-v1\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_atf_01] .ad-slot__feedback,html[data-layout-uri*=\\'layout-no-rail/instances/style-landing-section\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_01] .ad-feedback-link-container,html[data-layout-uri*=\\'layout-no-rail/instances/style-landing-section\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_01] .ad-slot__feedback,html[data-layout-uri*=\\'layout-no-rail/instances/style-landing-section\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_atf_01] .ad-feedback-link-container,html[data-layout-uri*=\\'layout-no-rail/instances/style-landing-section\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_atf_01] .ad-slot__feedback{display:none}html[data-layout-uri*=\\'layout-no-rail/instances/us-v1\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_01]::after,html[data-layout-uri*=\\'layout-no-rail/instances/us-v1\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_atf_01]::after,html[data-layout-uri*=\\'layout-no-rail/instances/world-v1\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_01]::after,html[data-layout-uri*=\\'layout-no-rail/instances/world-v1\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_atf_01]::after,html[data-layout-uri*=\\'layout-no-rail/instances/new-politics-v1\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_01]::after,html[data-layout-uri*=\\'layout-no-rail/instances/new-politics-v1\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_atf_01]::after,html[data-layout-uri*=\\'layout-no-rail/instances/business-v1\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_01]::after,html[data-layout-uri*=\\'layout-no-rail/instances/business-v1\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_atf_01]::after,html[data-layout-uri*=\\'layout-no-rail/instances/health-v1\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_01]::after,html[data-layout-uri*=\\'layout-no-rail/instances/health-v1\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_atf_01]::after,html[data-layout-uri*=\\'layout-no-rail/instances/entertainment-v1\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_01]::after,html[data-layout-uri*=\\'layout-no-rail/instances/entertainment-v1\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_atf_01]::after,html[data-layout-uri*=\\'layout-no-rail/instances/travel-landing-section\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_01]::after,html[data-layout-uri*=\\'layout-no-rail/instances/travel-landing-section\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_atf_01]::after,html[data-layout-uri*=\\'layout-no-rail/instances/sport-v1\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_01]::after,html[data-layout-uri*=\\'layout-no-rail/instances/sport-v1\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_atf_01]::after,html[data-layout-uri*=\\'layout-no-rail/instances/style-landing-section\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_01]::after,html[data-layout-uri*=\\'layout-no-rail/instances/style-landing-section\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_atf_01]::after{display:block;animation:ad-loading-light 2s ease infinite;content:\\'\\';margin:auto;width:300px;height:250px}html[data-layout-uri*=\\'layout-no-rail/instances/opinions-v1\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_01],html[data-layout-uri*=\\'layout-no-rail/instances/opinions-v1\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_atf_01]{display:block;padding:0 16px 24px;min-height:287px}html[data-layout-uri*=\\'layout-no-rail/instances/opinions-v1\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_01] .ad-feedback-link-container,html[data-layout-uri*=\\'layout-no-rail/instances/opinions-v1\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_01] .ad-slot__feedback,html[data-layout-uri*=\\'layout-no-rail/instances/opinions-v1\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_atf_01] .ad-feedback-link-container,html[data-layout-uri*=\\'layout-no-rail/instances/opinions-v1\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_atf_01] .ad-slot__feedback{display:none}html[data-layout-uri*=\\'layout-no-rail/instances/opinions-v1\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_btf_01]::after,html[data-layout-uri*=\\'layout-no-rail/instances/opinions-v1\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_rect_atf_01]::after{display:block;animation:ad-loading-light 2s ease infinite;content:\\'\\';margin:auto;width:300px;height:250px}@media screen and (min-width:960px){html[data-layout-uri*=\\'layout-no-rail/instances/us-v1\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_bnr_btf_01],html[data-layout-uri*=\\'layout-no-rail/instances/world-v1\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_bnr_btf_01],html[data-layout-uri*=\\'layout-no-rail/instances/new-politics-v1\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_bnr_btf_01],html[data-layout-uri*=\\'layout-no-rail/instances/business-v1\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_bnr_btf_01],html[data-layout-uri*=\\'layout-no-rail/instances/health-v1\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_bnr_btf_01],html[data-layout-uri*=\\'layout-no-rail/instances/entertainment-v1\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_bnr_btf_01],html[data-layout-uri*=\\'layout-no-rail/instances/travel-landing-section\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_bnr_btf_01],html[data-layout-uri*=\\'layout-no-rail/instances/sport-v1\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_bnr_btf_01],html[data-layout-uri*=\\'layout-no-rail/instances/style-landing-section\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_bnr_btf_01],html[data-layout-uri*=\\'layout-no-rail/instances/opinions-v1\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_bnr_btf_01]{display:block;padding:0 16px 24px;min-height:110px}html[data-layout-uri*=\\'layout-no-rail/instances/us-v1\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_bnr_btf_01] .ad-feedback-link-container,html[data-layout-uri*=\\'layout-no-rail/instances/us-v1\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_bnr_btf_01] .ad-slot__feedback,html[data-layout-uri*=\\'layout-no-rail/instances/world-v1\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_bnr_btf_01] .ad-feedback-link-container,html[data-layout-uri*=\\'layout-no-rail/instances/world-v1\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_bnr_btf_01] .ad-slot__feedback,html[data-layout-uri*=\\'layout-no-rail/instances/new-politics-v1\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_bnr_btf_01] .ad-feedback-link-container,html[data-layout-uri*=\\'layout-no-rail/instances/new-politics-v1\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_bnr_btf_01] .ad-slot__feedback,html[data-layout-uri*=\\'layout-no-rail/instances/business-v1\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_bnr_btf_01] .ad-feedback-link-container,html[data-layout-uri*=\\'layout-no-rail/instances/business-v1\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_bnr_btf_01] .ad-slot__feedback,html[data-layout-uri*=\\'layout-no-rail/instances/health-v1\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_bnr_btf_01] .ad-feedback-link-container,html[data-layout-uri*=\\'layout-no-rail/instances/health-v1\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_bnr_btf_01] .ad-slot__feedback,html[data-layout-uri*=\\'layout-no-rail/instances/entertainment-v1\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_bnr_btf_01] .ad-feedback-link-container,html[data-layout-uri*=\\'layout-no-rail/instances/entertainment-v1\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_bnr_btf_01] .ad-slot__feedback,html[data-layout-uri*=\\'layout-no-rail/instances/travel-landing-section\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_bnr_btf_01] .ad-feedback-link-container,html[data-layout-uri*=\\'layout-no-rail/instances/travel-landing-section\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_bnr_btf_01] .ad-slot__feedback,html[data-layout-uri*=\\'layout-no-rail/instances/sport-v1\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_bnr_btf_01] .ad-feedback-link-container,html[data-layout-uri*=\\'layout-no-rail/instances/sport-v1\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_bnr_btf_01] .ad-slot__feedback,html[data-layout-uri*=\\'layout-no-rail/instances/style-landing-section\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_bnr_btf_01] .ad-feedback-link-container,html[data-layout-uri*=\\'layout-no-rail/instances/style-landing-section\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_bnr_btf_01] .ad-slot__feedback,html[data-layout-uri*=\\'layout-no-rail/instances/opinions-v1\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_bnr_btf_01] .ad-feedback-link-container,html[data-layout-uri*=\\'layout-no-rail/instances/opinions-v1\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_bnr_btf_01] .ad-slot__feedback{display:none}html[data-layout-uri*=\\'layout-no-rail/instances/us-v1\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_bnr_btf_01]::after,html[data-layout-uri*=\\'layout-no-rail/instances/world-v1\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_bnr_btf_01]::after,html[data-layout-uri*=\\'layout-no-rail/instances/new-politics-v1\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_bnr_btf_01]::after,html[data-layout-uri*=\\'layout-no-rail/instances/business-v1\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_bnr_btf_01]::after,html[data-layout-uri*=\\'layout-no-rail/instances/health-v1\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_bnr_btf_01]::after,html[data-layout-uri*=\\'layout-no-rail/instances/entertainment-v1\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_bnr_btf_01]::after,html[data-layout-uri*=\\'layout-no-rail/instances/travel-landing-section\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_bnr_btf_01]::after,html[data-layout-uri*=\\'layout-no-rail/instances/sport-v1\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_bnr_btf_01]::after,html[data-layout-uri*=\\'layout-no-rail/instances/style-landing-section\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_bnr_btf_01]::after,html[data-layout-uri*=\\'layout-no-rail/instances/opinions-v1\\'] .ad-slot:not(.adSlotLoaded)[data-desktop-slot-id=ad_bnr_btf_01]::after{display:block;animation:ad-loading-light 2s ease infinite;content:\\'\\';margin:48px auto auto;width:728px;height:110px}}.ad-slot-header .ad-slot-header__container .ad-slot{display:block;padding:0 16px 24px;min-height:unset}.ad-slot-header .ad-slot-header__container .ad-slot .ad-feedback-link-container,.ad-slot-header .ad-slot-header__container .ad-slot .ad-slot__feedback{display:none}.ad-slot-header .ad-slot-header__container .ad-slot::after{content:\\'\\';display:block;width:320px;height:50px;animation:ad-loading-dark 2s ease infinite;margin:0 auto}.kiln-edit-mode .ad-slot-header .ad-slot-header__container .ad-slot::after{display:none}.ad-slot-header .ad-slot-header__container .ad-slot.adSlotLoaded::after{content:none}@media screen and (min-width:960px){.ad-slot-header .ad-slot-header__container .ad-slot{display:block;padding:0 16px 24px;min-height:unset}.ad-slot-header .ad-slot-header__container .ad-slot .ad-feedback-link-container,.ad-slot-header .ad-slot-header__container .ad-slot .ad-slot__feedback{display:none}.ad-slot-header .ad-slot-header__container .ad-slot::after{display:block;animation:ad-loading-light 2s ease infinite;content:\\'\\';margin:auto;position:absolute;width:728px;height:90px;animation-name:ad-loading-dark;top:0;left:50%;transform:translate(-50%,-50%)}.kiln-edit-mode .ad-slot-header .ad-slot-header__container .ad-slot::after{display:none}.ad-slot-header .ad-slot-header__container .ad-slot.adSlotLoaded::after{content:none}}.secondary-nav-2DZq0y.cnn-pcl-zzgmc2.cnn-pcl-zzgmc2{top:40px;z-index:300;background:#fff;width:100%;border-bottom:solid 1px #e6e6e6;height:40px;overflow-y:hidden}@media screen and (min-width:480px){.secondary-nav-2DZq0y.cnn-pcl-zzgmc2.cnn-pcl-zzgmc2{height:40px}}.secondary-nav__scrollable-area-9vSHMy.cnn-pcl-zzgmc2.cnn-pcl-zzgmc2{padding:0 16px;margin:0 auto;height:100%;max-width:1440px;width:100%;overflow-x:auto;overflow-y:hidden;display:flex;flex-wrap:nowrap;justify-content:space-between}@media screen and (min-width:960px){.secondary-nav__scrollable-area-9vSHMy.cnn-pcl-zzgmc2.cnn-pcl-zzgmc2{padding:0 32px}}.secondary-nav__scrollable-area-9vSHMy.cnn-pcl-zzgmc2 nav.cnn-pcl-zzgmc2{display:flex}.secondary-nav__scrollable-area-9vSHMy.cnn-pcl-zzgmc2 nav ul.cnn-pcl-zzgmc2{margin:0;padding:0;display:flex;flex-wrap:nowrap}.secondary-nav__item-outer-3S6rfq.cnn-pcl-zzgmc2.cnn-pcl-zzgmc2{flex-shrink:0;display:inline-block;height:100%;position:relative}.secondary-nav__item-inner-LBiXtL.cnn-pcl-zzgmc2.cnn-pcl-zzgmc2{display:flex;align-items:center;height:100%}.secondary-nav__item-inner-LBiXtL[href].cnn-pcl-zzgmc2.cnn-pcl-zzgmc2{text-decoration:none}.secondary-nav__item-inner-LBiXtL[href].cnn-pcl-zzgmc2.cnn-pcl-zzgmc2:hover{cursor:pointer}.secondary-nav__leading-img-pipe-container-LDm5cH.cnn-pcl-zzgmc2.cnn-pcl-zzgmc2{display:flex;align-items:center;justify-content:center}.secondary-nav__leading-image--large-1eiuhT.cnn-pcl-zzgmc2.cnn-pcl-zzgmc2{margin-right:15px;display:none}.secondary-nav__leading-image--small-3QnFHw.cnn-pcl-zzgmc2.cnn-pcl-zzgmc2{margin-right:13px}.secondary-nav__pipe-1Q5hUB.cnn-pcl-zzgmc2.cnn-pcl-zzgmc2{height:100%}.secondary-nav__pipe-1Q5hUB.cnn-pcl-zzgmc2 line.cnn-pcl-zzgmc2{stroke:#e6e6e6;stroke-width:2}.secondary-nav__item-text-g7-hem.cnn-pcl-zzgmc2.cnn-pcl-zzgmc2{padding-left:5px;padding-right:5px;font-size:12px;font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif;font-weight:400;line-height:18px;color:#0c0c0c;white-space:nowrap}@media(hover:hover){.secondary-nav__item-text-g7-hem.cnn-pcl-zzgmc2.cnn-pcl-zzgmc2:hover{font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif;font-weight:700}}.secondary-nav__item-text--active-2owImW.cnn-pcl-zzgmc2.cnn-pcl-zzgmc2{font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif;font-weight:700}@media screen and (min-width:480px){.secondary-nav__leading-image--large-1eiuhT.cnn-pcl-zzgmc2.cnn-pcl-zzgmc2{display:inline-block}.secondary-nav__leading-image--small-3QnFHw.cnn-pcl-zzgmc2.cnn-pcl-zzgmc2{display:none}.secondary-nav__item-text-g7-hem.cnn-pcl-zzgmc2.cnn-pcl-zzgmc2{padding-left:7px;padding-right:7px;font-size:14px}}.svg-icon.cnn-pcl-12nb5um{transition:transform .1s linear}.dark-blue.cnn-pcl-1uvs9b7{fill:#0e243c}.blue.cnn-pcl-1uvs9b7{fill:#3061f2}.red.cnn-pcl-1uvs9b7{fill:#ff3f3f}.pol-dropdown-2TrxKl.cnn-pcl-o2dj3h.cnn-pcl-o2dj3h{font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif;font-weight:400;position:absolute;top:0;left:0;height:100%;width:100%;background:0 0;opacity:0;cursor:pointer;font-size:14px}.visually-hidden-n7xcpS.cnn-pcl-o2dj3h.cnn-pcl-o2dj3h:not(:focus):not(:active){clip:rect(0 0 0 0);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px;top:0;left:0}.pol-dropdown-2TrxKl.cnn-pcl-o2dj3h:focus~.selectedHeader-1QskTx.cnn-pcl-o2dj3h{border-color:rgba(0,0,0,.2);border-style:solid;border-width:2px}.selectedHeader-1QskTx.cnn-pcl-o2dj3h.cnn-pcl-o2dj3h{display:flex;justify-content:space-between;align-items:center;font-size:14px;min-width:0;color:#262626}.selectedHeader-1QskTx.electionExplorer-2HXawY.cnn-pcl-o2dj3h.cnn-pcl-o2dj3h{font-size:16px;font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif;font-weight:400;letter-spacing:.2px}.selectedHeader-1QskTx.secondaryNav-2Hh0Rs.cnn-pcl-o2dj3h.cnn-pcl-o2dj3h{font-size:12px}.displayText-3PNCeH.cnn-pcl-o2dj3h.cnn-pcl-o2dj3h{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.caretPosition-17NHgn.cnn-pcl-o2dj3h.cnn-pcl-o2dj3h{display:flex;margin-left:8px;align-items:center}.dropdownWrapper-WYcXj4.cnn-pcl-o2dj3h.cnn-pcl-o2dj3h{position:relative;border-style:solid;display:inline-flex;justify-content:space-evenly;height:32px;border-width:1px;border-color:#262626;padding-left:14px;padding-right:14px;border-radius:4px}.dropdownWrapper-WYcXj4.secondaryNav-2Hh0Rs.cnn-pcl-o2dj3h.cnn-pcl-o2dj3h{border-style:none;font-size:14px;font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif;font-weight:400;height:100%;padding:0 8px}@media screen and (min-width:480px){.selectedHeader-1QskTx.secondaryNav-2Hh0Rs.cnn-pcl-o2dj3h.cnn-pcl-o2dj3h{font-size:14px}.dropdownWrapper-WYcXj4.secondaryNav-2Hh0Rs.cnn-pcl-o2dj3h.cnn-pcl-o2dj3h{height:calc(100% - 1px)}}@media(hover:hover){.dropdownWrapper-WYcXj4.secondaryNav-2Hh0Rs.cnn-pcl-o2dj3h.cnn-pcl-o2dj3h:hover{font-weight:700}}.placeHolderDiv{background:#87cefa;height:150px;width:100%}.header__wrapper-outer:has(.header__inner>.header__subnav-mount>.header__container)~.layout__content-wrapper{padding-top:40px}.image{border-bottom:1px solid #e6e6e6;margin:32px 0;padding-bottom:8px;width:100%}.image__hide-placeholder .kiln-placeholder{display:none}.image__picture{width:100%}.image__metadata{display:grid}.image__caption{color:#0c0c0c;font-size:12px;font-weight:400;line-height:18px;margin-top:8px;text-align:left;order:2}.image__credit{color:#6e6e6e;font-size:10px;font-weight:400;margin-top:4px;text-align:right;order:1;visibility:hidden}.image__container{display:flex}.image__dam-img{width:100%;object-fit:cover;height:100%}.image__dam-img--loading{background-color:#e6e6e6}.image__img{width:100%;height:100%;max-width:100%}.image__img--fade-in{opacity:0;visibility:hidden;transition:opacity .4s ease-in}.image__img--visible{display:block}.image__img--hidden{display:none}.image__label{font-size:10px;font-weight:700;position:absolute;bottom:0;left:0;margin:0;text-transform:uppercase;white-space:nowrap;padding:4px 8px;display:flex;align-items:center}.image__label-indicator{display:none}.image__label--type-breaking{background:#c00;color:#fff}.image__label--type-exclusive,.image__label--type-investigates{background:#0c0c0c;color:#fff}.image__label--type-live-video,.image__label--type-updates{display:block;background:#fff;color:#0c0c0c}.image__label--type-live-video .image__label-indicator,.image__label--type-updates .image__label-indicator{display:block;color:#c00;font-size:26px;line-height:.4;padding-right:4px}.image__label--type-analysis,.image__label--type-opinion,.image__label--type-trending{background:#fff;color:#c00}.image__label--type-custom{background:#fff;color:#0c0c0c}.image__label--type-custom-video,.image__label--type-gallery,.image__label--type-podcasts,.image__label--type-video{background:rgba(12,12,12,.5);color:#fff}.kiln-edit-mode .image__label{visibility:visible}.image__label-icon{float:left;fill:#f8f8f8;margin-right:4px;width:12px;height:12px;background-repeat:no-repeat}.image__label--type-custom-video .image__label-icon,.image__label--type-video .image__label-icon{background-image:url(\"data:image/svg+xml,%3Csvg xmlns=\\'http://www.w3.org/2000/svg\\' viewBox=\\'0 0 24 24\\'%3E%3Cpath fill=\\'%23f8f8f8\\' d=\\'M12 3.333c-4.779 0-8.667 3.888-8.667 8.667S7.221 20.667 12 20.667s8.667-3.888 8.667-8.667S16.779 3.333 12 3.333M12 22C6.486 22 2 17.514 2 12S6.486 2 12 2s10 4.486 10 10-4.486 10-10 10m-1.064-6.793l4.61-2.74a.715.715 0 00-.003-1.23l-4.61-2.712a.714.714 0 00-1.076.616v5.452c0 .554.603.897 1.08.614\\'/%3E%3C/svg%3E\")}.image__label--type-gallery .image__label-icon{background-image:url(\"data:image/svg+xml,%3Csvg xmlns=\\'http://www.w3.org/2000/svg\\' viewBox=\\'0 0 24 24\\'%3E%3Cpath fill=\\'%23f8f8f8\\' d=\\'M12.017 15.672a2.67 2.67 0 01-2.667-2.668 2.67 2.67 0 012.667-2.668 2.67 2.67 0 012.666 2.668 2.67 2.67 0 01-2.666 2.668m0-6.67c-2.206 0-4 1.795-4 4.002a4.006 4.006 0 004 4.002c2.205 0 4-1.795 4-4.002a4.005 4.005 0 00-4-4.002m8.681 8.867c0 .26-.211.471-.472.471H3.774a.472.472 0 01-.472-.471V9.106c0-.26.211-.47.472-.47h4.348l1.211-1.97h5.334l1.24 1.97h4.32c.26 0 .471.21.471.47v8.763zm0-10.534h-3.96l-.915-1.663c-.195-.381-.49-.672-1.156-.672H9.383c-.477 0-.956.23-1.193.672l-.927 1.663H3.327C2.577 7.32 2 7.937 2 8.654v9.686c.001.78.667 1.326 1.303 1.326h17.364c.68.025 1.332-.564 1.333-1.326V8.847c0-.826-.583-1.512-1.303-1.512z\\'/%3E%3C/svg%3E%0A\")}.image__label-bull-span{align-items:center;display:flex}.image__lede>.image{margin:0 0 32px;width:100%}.image__lede>.image__container{width:100%;height:0;padding-bottom:calc(100% * (9 / 16));position:relative}.image__lede>.image__dam-img{width:100%;height:auto;position:absolute}.image__related-content .image{border:0;margin:0;padding:0}.image__related-content .image__outer-container{margin:0;padding:0}.image__related-content .image__outer-container::after{display:none}.image__related-content .image__container{display:flex}.image__related-content .image__caption,.image__related-content .image__credit{display:none}.image__related-content .image__img{width:100%}.image--eq-extra-small .image__container{margin-bottom:24px}.image--eq-extra-small .image__credit{visibility:hidden;margin:0;padding:0}.image.image--eq-small .image__container{margin-bottom:auto}.image.image--eq-small .image__container:only-child{margin-bottom:24px}.image.image--eq-small .image__credit{line-height:12px;padding:4px 0;visibility:visible}.image.image--eq-small .image__label{font-size:12px;padding:8px 16px}.image.image--eq-small .image__label-icon{width:16px;height:16px}.underscored .article__content>.image,.underscored .article__main>.image__lede .image{border-bottom:0;padding-bottom:0}.underscored .article__content>.image .image__credit,.underscored .article__main>.image__lede .image .image__credit{padding-bottom:0}.card:not(:only-child) .underscored:empty{min-height:24px;margin:4px 0 0;padding:0}@media screen and (min-width:960px){body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .image__caption{margin-top:4px}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .underscored .card:not(:only-child) .image__credit:empty{min-height:24px;margin-top:4px;padding:0}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .image__related-content.related-content__image .image{border:0;margin:0;padding:0}}.multi-map-lite-wrapper-HnVCxc.cnn-pcl-1j6uw92>div:nth-child(2)>div>a:first-of-type,footer.cnn-pcl-13at84h>div.cnn-pcl-13at84h>p.cnn-pcl-13at84h>span.next-update-3RWuW_.cnn-pcl-13at84h,footer.cnn-pcl-1e0vjke>div.cnn-pcl-1e0vjke>p.cnn-pcl-1e0vjke>span.next-update-hLyQmu.cnn-pcl-1e0vjke{margin-left:0}.header-container-k-E_Vi.cnn-pcl-5qkupf h2.cnn-pcl-5qkupf,.nav-button-1xCpdP.cnn-pcl-rdd933.cnn-pcl-rdd933,.nav-button-1xCpdP.issue-hub-1kseJs.cnn-pcl-rdd933.cnn-pcl-rdd933{font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif;font-weight:700}.hidden-title-J0xI3C.cnn-pcl-5qkupf.cnn-pcl-5qkupf{display:none}.header-container-k-E_Vi.cnn-pcl-5qkupf.cnn-pcl-5qkupf{grid-area:header;position:relative;padding:8px 12px 6px}.header-container-k-E_Vi.cnn-pcl-5qkupf h2.cnn-pcl-5qkupf{font-size:14px;line-height:20px;color:#000;margin:0;padding:0;display:block}.multi-map-lite-wrapper-HnVCxc.cnn-pcl-1j6uw92{border:.5px solid #e6e6e6;max-width:100%;border-radius:6px}.multi-map-lite-wrapper-HnVCxc.cnn-pcl-1j6uw92>div:nth-child(2){max-width:100%}.multi-map-lite-wrapper-HnVCxc.cnn-pcl-1j6uw92>div:nth-child(2)>div:last-child{display:none}.multi-map-lite-wrapper-HnVCxc.hidden-title-1egO7g.cnn-pcl-1j6uw92>div:nth-child(2){border-top:none}.multi-map-lite-wrapper-HnVCxc.cnn-pcl-1j6uw92>div:nth-child(2)>div{display:flex;justify-content:space-around;width:100%}@media screen and (max-width:479px){.multi-map-lite-wrapper-HnVCxc.cnn-pcl-1j6uw92>div:nth-child(2)>div{padding-left:8px;padding-right:8px;justify-content:unset}.multi-map-lite-wrapper-HnVCxc.cnn-pcl-1j6uw92>div:nth-child(2)>div>a:first-of-type{margin-left:auto}}.multi-map-lite-wrapper-HnVCxc.cnn-pcl-1j6uw92>div:nth-child(2)>div>a{padding:0 0 5px}.multi-map-lite-wrapper-HnVCxc.cnn-pcl-1j6uw92>div:nth-child(2)>div>a:last-of-type{margin-right:0}@media screen and (max-width:479px){.multi-map-lite-wrapper-HnVCxc.cnn-pcl-1j6uw92>div:nth-child(2)>div>a:last-of-type{margin-right:auto}}.link-wrapper-GGASdF.cnn-pcl-1j6uw92{text-decoration:none}.nav-button-1xCpdP.cnn-pcl-rdd933.cnn-pcl-rdd933{display:inline-block;font-size:14px;line-height:1.14;text-align:center;text-decoration:none;white-space:nowrap;color:#262626;background:0 0;border:none;cursor:pointer;padding:0 16px 7px;text-transform:uppercase;border-bottom:solid 2px #e6e6e6}.nav-button-1xCpdP.selected-14g-Tw.cnn-pcl-rdd933.cnn-pcl-rdd933{border-bottom:solid 2px #262626}.nav-button-1xCpdP.selected-14g-Tw.issue-hub-1kseJs.cnn-pcl-rdd933.cnn-pcl-rdd933{border-bottom:solid 3px #c00;color:#000}.centered-2VEiNl.cnn-pcl-rdd933 .nav-button-1xCpdP.cnn-pcl-rdd933:first-of-type{margin-left:auto}.centered-2VEiNl.cnn-pcl-rdd933 .nav-button-1xCpdP.cnn-pcl-rdd933:last-of-type{margin-right:auto}.tab-wrapper-2jF4iI.cnn-pcl-rdd933.cnn-pcl-rdd933{display:flex;overflow-x:auto}.tab-wrapper-2jF4iI.centered-2VEiNl.cnn-pcl-rdd933.cnn-pcl-rdd933{display:flex}.nav-bar-wrapper-1o8Kr7.cnn-pcl-rdd933.cnn-pcl-rdd933{position:relative}.nav-bar-wrapper-1o8Kr7.issue-hub-1kseJs.cnn-pcl-rdd933.cnn-pcl-rdd933{border-top:1px solid #e6e6e6;padding:12px 0 0;border-bottom:1px solid #e6e6e6;display:flex}.nav-button-1xCpdP.issue-hub-1kseJs.cnn-pcl-rdd933.cnn-pcl-rdd933{padding:0 0 7px;color:#6e6e6e;font-size:12px;line-height:17px;letter-spacing:.01em;border-bottom:solid 3px transparent;margin:0 28px 0 4px}.no-data-available-2PiLx9.cnn-pcl-lcv429,.updated-3SEzh0.cnn-pcl-1s2y172.cnn-pcl-1s2y172{font-weight:400;font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif}.nav-button-1xCpdP.issue-hub-1kseJs.cnn-pcl-rdd933.cnn-pcl-rdd933:hover{border-bottom:solid 3px #b1b1b1;color:#000}.nav-button-1xCpdP.issue-hub-1kseJs.selected-14g-Tw.cnn-pcl-rdd933.cnn-pcl-rdd933{border-bottom:solid 3px #c00;color:#000}.no-data-available-2PiLx9.cnn-pcl-lcv429{background:#fff;border:1px solid #e6e6e6;font-size:16px;border-radius:4px;padding:12px}.updated-3SEzh0.cnn-pcl-1s2y172.cnn-pcl-1s2y172{font-size:10px;padding:4px 0 0;display:flex;flex-direction:row;align-items:center;width:100%}.updated-3SEzh0.cnn-pcl-1s2y172 .line-2xgLzQ.cnn-pcl-1s2y172{border-top:1px solid #e6e6e6;flex:1}.updated-3SEzh0.cnn-pcl-1s2y172 .timestamp-3V94I1.cnn-pcl-1s2y172{margin:0 12px;color:#8d8d8d;font-size:12px}.state-election-map-2kyVCy.cnn-pcl-glx31i.cnn-pcl-glx31i{grid-area:state-election-map;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:10px}.state-election-map-2kyVCy.cnn-pcl-glx31i h2.cnn-pcl-glx31i{font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif;font-weight:700;font-size:20px;line-height:26px}.state-election-map-2kyVCy.card-sOoYGi.cnn-pcl-glx31i .map-wrapper-3pB_Q0.cnn-pcl-glx31i{margin-bottom:24px;height:100%;width:100%}.state-election-map-2kyVCy.card-sOoYGi.mini-ZKujOi.cnn-pcl-glx31i .map-wrapper-3pB_Q0.cnn-pcl-glx31i{margin-bottom:0}.title-link-1e1dJN.cnn-pcl-glx31i.cnn-pcl-glx31i{cursor:pointer;color:initial!important;text-decoration:none}.title-link-1e1dJN.cnn-pcl-glx31i.cnn-pcl-glx31i:hover{text-decoration:underline;color:initial}.card-title-2fmh_w.cnn-pcl-glx31i.cnn-pcl-glx31i{text-transform:uppercase;margin:0 0 16px}.map-wrapper-3pB_Q0.cnn-pcl-glx31i.cnn-pcl-glx31i{display:flex;justify-content:center}.tooltip-2duQjE.cnn-pcl-glx31i.cnn-pcl-glx31i{display:flex;flex-direction:column;position:fixed;width:100%;left:0;bottom:0;pointer-events:all;box-sizing:border-box;z-index:10001}.tooltip-2duQjE.cnn-pcl-glx31i button.cnn-pcl-glx31i{position:absolute;z-index:1002;top:0;right:20px;width:32px;height:32px;background:#0c0c0c;border:none;transform:translateY(-50%);border-radius:1000px;box-shadow:rgba(0,0,0,.2) 0 3px 3px 0}.tooltip-2duQjE.cnn-pcl-glx31i button.cnn-pcl-glx31i::after,.tooltip-2duQjE.cnn-pcl-glx31i button.cnn-pcl-glx31i::before{content:\"\";width:18px;height:1px;position:absolute;margin-top:-1px;top:50%;left:50%;background:#fff}.tooltip-2duQjE.cnn-pcl-glx31i button.cnn-pcl-glx31i::before{transform:translateX(-50%) rotate(45deg)}.tooltip-2duQjE.cnn-pcl-glx31i button.cnn-pcl-glx31i::after{transform:translateX(-50%) rotate(-45deg)}@media screen and (min-width:768px){.tooltip-2duQjE.cnn-pcl-glx31i.cnn-pcl-glx31i{display:none;position:fixed;z-index:10001;max-width:300px}.tooltip-2duQjE.cnn-pcl-glx31i button.cnn-pcl-glx31i{display:none}}div.cnn-pcl-1nupa81{grid-area:state-election-map}div.cnn-pcl-1nupa81 .atlas-poi-circle,div.cnn-pcl-1nupa81 .atlas-poi-text{opacity:var(--poiOpacity);transition:opacity .5s ease-in-out}@media screen and (min-width:1024px){.embedded-iPSj5f.cnn-pcl-glx31i.cnn-pcl-glx31i{border-left:1px solid #e6e6e6}.state-election-map-2kyVCy.stacked-1825de.cnn-pcl-glx31i.cnn-pcl-glx31i{border-left:none}.zoomable-map-container.cnn-pcl-1nupa81{border-left:1px solid #e6e6e6}}.zoom-wrapper.cnn-pcl-1uhc2w5.cnn-pcl-1uhc2w5{position:relative}.zoom-controls.cnn-pcl-1uhc2w5 button.cnn-pcl-1uhc2w5{position:absolute;right:0;cursor:pointer;background:0 0;border:none;margin:0;padding:5px;height:34px;width:34px}.svg-icon.cnn-pcl-12nb5um{transition:transform .1s linear}.dark-blue.cnn-pcl-1uvs9b7{fill:#0e243c}.blue.cnn-pcl-1uvs9b7{fill:#3061f2}.red.cnn-pcl-1uvs9b7{fill:#ff3f3f}.wrapper-2pUJsI.cnn-pcl-1pbjuv4.cnn-pcl-1pbjuv4{display:flex;flex-direction:row;margin:4px 2px;justify-content:center}.stacked-wrapper-1-MlAs.cnn-pcl-1pbjuv4.cnn-pcl-1pbjuv4{flex:1 1 30%;flex-direction:column-reverse;align-items:center;margin:0 6px}.card-wrapper-1a4Qp8.cnn-pcl-1pbjuv4.cnn-pcl-1pbjuv4{margin:0 1px 2px}.card-wrapper-1a4Qp8.cnn-pcl-1pbjuv4 .cnn-pcl-1pbjuv4:last-child{margin:0 0 2px 3px}.shades-q2_F7g.cnn-pcl-1pbjuv4.cnn-pcl-1pbjuv4{display:flex;flex-direction:row;justify-content:space-between}.palette-3VoUOr.cnn-pcl-1pbjuv4.cnn-pcl-1pbjuv4{margin:1px;display:flex;flex-direction:column;align-items:center;width:max-content}.palette-3VoUOr.card-1YY_s1.cnn-pcl-1pbjuv4.cnn-pcl-1pbjuv4{margin:1px 3px}.palette-color-WwdGQJ.cnn-pcl-1pbjuv4.cnn-pcl-1pbjuv4{height:14px;width:21px}.solid-28PFA1.cnn-pcl-1pbjuv4.cnn-pcl-1pbjuv4{background:var(--shade)}.pattern-2M-WDY.cnn-pcl-1pbjuv4.cnn-pcl-1pbjuv4{background-image:repeating-linear-gradient(135deg,var(--lineColor),var(--lineColor) 2px,var(--shade) 2px,var(--shade) 4px)}.color-desc-2-th2k.cnn-pcl-1pbjuv4.cnn-pcl-1pbjuv4{color:#000;font-size:8px;margin:0 auto;font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif;font-weight:400}.group-name-16MNYT.cnn-pcl-1pbjuv4.cnn-pcl-1pbjuv4{color:#000;font-size:14px;margin:0 0 0 2px;text-align:center}@media screen and (min-width:768px){.wrapper-2pUJsI.cnn-pcl-1pbjuv4.cnn-pcl-1pbjuv4{display:flex;flex-direction:row;margin:4px 7px;flex:1;justify-content:center}.stacked-wrapper-1-MlAs.cnn-pcl-1pbjuv4.cnn-pcl-1pbjuv4{flex:1 1 30%;flex-direction:column-reverse;align-items:center}.card-wrapper-1a4Qp8.cnn-pcl-1pbjuv4.cnn-pcl-1pbjuv4{margin:0 1px 2px}.card-wrapper-1a4Qp8.cnn-pcl-1pbjuv4 .cnn-pcl-1pbjuv4:last-child{margin:0 0 2px 3px}.palette-3VoUOr.cnn-pcl-1pbjuv4.cnn-pcl-1pbjuv4{margin:1px 2px}.palette-3VoUOr.card-1YY_s1.cnn-pcl-1pbjuv4.cnn-pcl-1pbjuv4{margin:1px 3px}.palette-color-WwdGQJ.card-1YY_s1.cnn-pcl-1pbjuv4.cnn-pcl-1pbjuv4{height:12px;width:18px}}.legend-koNQTc.cnn-pcl-aeyajg{display:flex;flex-direction:row;justify-content:center;align-items:center;width:100%;flex-wrap:wrap;font-size:16px;font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif;font-weight:700;margin:10px 0 0}.core-result__editorial-content-2hv5GK.cnn-pcl-1wwonlt,.label-2_Y1Ml.cnn-pcl-1m76dex{font-weight:400;font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif}.legend-koNQTc.mini-3nqkcV.cnn-pcl-aeyajg{margin:0}.stacked-legend-RY9Mjd.cnn-pcl-aeyajg{flex-direction:column;max-width:450px}.palettes-69eAQF.cnn-pcl-aeyajg{display:flex;flex-direction:row;width:fit-content;flex-wrap:wrap;margin:0 0 4px;justify-content:center;align-items:flex-end}.stacked-palettes-9pJ1nU.cnn-pcl-aeyajg{flex-wrap:wrap;width:100%}.title-container-3xFuQR.cnn-pcl-aeyajg{display:flex;flex-direction:row;width:92%;justify-content:center}h5.cnn-pcl-aeyajg{margin:0 4px 12px 0}.center-title-3lxiQD.cnn-pcl-aeyajg{margin:0;font-size:16px;display:flex;align-self:flex-start;padding:1px 4px 0 0}.title-59hK4V.cnn-pcl-aeyajg{display:flex;margin:0 10px}.line-2j-vRX.cnn-pcl-aeyajg{border-top:.5px solid rgba(170,170,170,.5037);flex:1;margin-top:7px}.icon-base-1JnuOE.cnn-pcl-1m76dex{margin:4px 6px 0;display:flex;align-items:flex-start}.circle-icon-2MS7qO.cnn-pcl-1m76dex{background-color:var(--fillColor);border:2px solid var(--borderColor);width:12px;height:12px;border-radius:10.9px;box-sizing:border-box}.label-2_Y1Ml.cnn-pcl-1m76dex{font-size:12px;line-height:1.17;margin-left:5px;white-space:nowrap}.core-result__editorial-content-2hv5GK.cnn-pcl-1wwonlt{padding:12px 12px 0 0;font-size:14px;line-height:19px}.core-result__total-counts-y78OQg.cnn-pcl-1ksfwcp{display:flex;flex-direction:column;row-gap:12px;padding:16px 0 0;width:calc(100% - 32px)}.core-result__total-counts-y78OQg.embedded-3x_873.cnn-pcl-1ksfwcp{border-bottom:1px solid #e6e6e6}.header-container-1LzJY9.cnn-pcl-xk8c6r.cnn-pcl-xk8c6r{grid-area:header;position:relative;padding:0 0 16px 11px}.header-container-1LzJY9.cnn-pcl-xk8c6r .header-2-AOgLYo.cnn-pcl-xk8c6r{font-size:20px;line-height:26px;font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif;font-weight:700;color:#000;margin:0;padding:15px 11px 0 0;display:block}.header-container-1LzJY9.cnn-pcl-xk8c6r .header-2-AOgLYo.cnn-pcl-xk8c6r>a{cursor:pointer;color:initial;text-decoration:none}.header-container-1LzJY9.cnn-pcl-xk8c6r .header-2-AOgLYo.cnn-pcl-xk8c6r>a:hover{text-decoration:underline;color:initial!important}.header-container-1LzJY9.has-follow-1yIbzu.cnn-pcl-xk8c6r .header-2-AOgLYo.cnn-pcl-xk8c6r{padding-right:102px}.header-container-1LzJY9.cnn-pcl-xk8c6r ul.cnn-pcl-xk8c6r{list-style:none;padding:6px 0 0;margin:0}.header-container-1LzJY9.cnn-pcl-xk8c6r ul li.cnn-pcl-xk8c6r{display:inline-block;margin-right:8px;font-size:12px;line-height:10px;font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif;font-weight:700;color:#262626;text-transform:uppercase}.header-container-1LzJY9.cnn-pcl-xk8c6r ul li.cnn-pcl-xk8c6r:last-child{margin-right:0}.header-container-1LzJY9.cnn-pcl-xk8c6r .key-race-indicator-3UoYn8.cnn-pcl-xk8c6r{background:#ffc61c;padding:3px 5px 2px;border-radius:3px}.header-container-1LzJY9.cnn-pcl-xk8c6r .flipped-seat-indicator-2uueIY.cnn-pcl-xk8c6r{background:#404040;color:#fff;padding:3px 5px 2px;border-radius:3px}.header-container-1LzJY9.cnn-pcl-xk8c6r .flipped-seat-indicator-2uueIY .flipped-seat-icon-container-1RKmaM.cnn-pcl-xk8c6r{position:relative}.header-container-1LzJY9.cnn-pcl-xk8c6r .flipped-seat-indicator-2uueIY .flipped-seat-icon-container-1RKmaM.cnn-pcl-xk8c6r:before{position:absolute;content:\"\";border-radius:50%;border:2px solid #fff;left:-2px;right:-2px;top:1px;bottom:3px}.header-container-1LzJY9.cnn-pcl-xk8c6r .status-indicator-1_QVUG.cnn-pcl-xk8c6r{background:#404040;color:#fff;padding:3px 5px 2px;border-radius:3px}.header-container-1LzJY9.cnn-pcl-xk8c6r .action-button-2bIakM.cnn-pcl-xk8c6r{position:absolute;right:12px;top:0;padding-top:15px}.header-container-1LzJY9.embedded-Dg7OBM.cnn-pcl-xk8c6r.cnn-pcl-xk8c6r{border-bottom:1px solid #e6e6e6}table.cnn-pcl-1me6450.cnn-pcl-1me6450.cnn-pcl-1me6450.cnn-pcl-1me6450{grid-area:results;margin-top:8px;border-spacing:0;height:fit-content;width:100%;border-collapse:collapse;table-layout:fixed}table.cnn-pcl-1me6450>thead.cnn-pcl-1me6450>tr.cnn-pcl-1me6450.cnn-pcl-1me6450{vertical-align:baseline}table.cnn-pcl-1me6450>thead.cnn-pcl-1me6450>tr.cnn-pcl-1me6450>th.cnn-pcl-1me6450{color:#0c0c0c;border-bottom:1px solid #e6e6e6;font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif;font-weight:400;font-size:14px;padding:0 0 10px;line-height:1.2}.col-header-delegates-mobile-2hj6He.cnn-pcl-1me6450.cnn-pcl-1me6450.cnn-pcl-1me6450.cnn-pcl-1me6450{display:none}table.cnn-pcl-1me6450>tbody.cnn-pcl-1me6450>tr.cnn-pcl-1me6450>td.cnn-pcl-1me6450,table.cnn-pcl-1me6450>thead.cnn-pcl-1me6450>tr.cnn-pcl-1me6450>th.cnn-pcl-1me6450{text-align:left;position:relative}table.cnn-pcl-1me6450>thead.cnn-pcl-1me6450>tr.cnn-pcl-1me6450>th.cnn-pcl-1me6450:first-child{padding-left:7px}table.cnn-pcl-1me6450>thead.cnn-pcl-1me6450>tr.cnn-pcl-1me6450>th.cnn-pcl-1me6450:last-child{padding-right:14px}table.cnn-pcl-1me6450>tbody.cnn-pcl-1me6450>tr.cnn-pcl-1me6450.cnn-pcl-1me6450{background:var(--background);line-height:16px;letter-spacing:.2px;font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif;vertical-align:top;border-bottom:1px solid #e6e6e6}table.cnn-pcl-1me6450>tbody.cnn-pcl-1me6450>tr.cnn-pcl-1me6450>td.col-candidate-name-2EqdE6.cnn-pcl-1me6450:before{content:\"\";height:100%;width:8px;position:absolute;left:0;top:0;background-color:var(--candidateColor)}table.cnn-pcl-1me6450>tbody.cnn-pcl-1me6450>tr.isWinner-3g_AYM.cnn-pcl-1me6450.cnn-pcl-1me6450{font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif;font-weight:700}table.cnn-pcl-1me6450>tbody.cnn-pcl-1me6450>tr.cnn-pcl-1me6450>td.cnn-pcl-1me6450:not(:first-child),table.cnn-pcl-1me6450>thead.cnn-pcl-1me6450>tr.cnn-pcl-1me6450>th.cnn-pcl-1me6450:not(:first-child){text-align:right;padding-right:8px}table.cnn-pcl-1me6450>tbody.cnn-pcl-1me6450>tr.cnn-pcl-1me6450>td.cnn-pcl-1me6450{padding:12px 0}table.cnn-pcl-1me6450>tbody.cnn-pcl-1me6450>tr.cnn-pcl-1me6450:last-child>td.beforeMode-G8cTcd.cnn-pcl-1me6450{border-bottom:none;padding-right:10px}td.col-candidate-name-2EqdE6.cnn-pcl-1me6450>span.cnn-pcl-1me6450.cnn-pcl-1me6450.cnn-pcl-1me6450{display:flex;align-items:center}td.col-candidate-name-2EqdE6.cnn-pcl-1me6450 span.candidate-icon-indicator-bHSeQg.cnn-pcl-1me6450.cnn-pcl-1me6450.cnn-pcl-1me6450{display:block;padding:0 0 0 8px}td.col-candidate-name-2EqdE6.cnn-pcl-1me6450 span.candidate-icon-indicator-bHSeQg.cnn-pcl-1me6450>svg{display:block;margin-left:4px;margin-right:4px}td.col-candidate-name-2EqdE6.cnn-pcl-1me6450 span.candidate-icon-indicator-bHSeQg.cnn-pcl-1me6450>svg .politics-crm__checkmark-background{fill:var(--partyColor)}td.cnn-pcl-1me6450 span.race-indicator-zone-BCF66v.cnn-pcl-1me6450.cnn-pcl-1me6450.cnn-pcl-1me6450{width:32px;min-width:32px}td.col-candidate-name-2EqdE6.cnn-pcl-1me6450 span.party-label-239xt1.cnn-pcl-1me6450.cnn-pcl-1me6450.cnn-pcl-1me6450{display:block;font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif;font-weight:400;font-size:12px;line-height:12px;font-style:italic;color:#404040;padding:2px 0 0 32px}td.col-candidate-name-2EqdE6.cnn-pcl-1me6450 span.dropped-out-_Z9Pxg.cnn-pcl-1me6450.cnn-pcl-1me6450.cnn-pcl-1me6450{display:block;padding:2px 0 0 32px;margin-top:2px}.dropped-out-indicator-1IATQM.cnn-pcl-1me6450.cnn-pcl-1me6450.cnn-pcl-1me6450.cnn-pcl-1me6450{background:var(--delegateDroppedOut);color:#fff;font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif;font-weight:700;font-size:12px;letter-spacing:.74px;text-align:center;border-radius:3px;margin-top:6px;padding:1px 4px;white-space:nowrap}td.col-vote-percent-1JXrHP.cnn-pcl-1me6450.cnn-pcl-1me6450.cnn-pcl-1me6450.cnn-pcl-1me6450{padding-left:8px;width:40px}td.col-votes-3Y8smS.cnn-pcl-1me6450.cnn-pcl-1me6450.cnn-pcl-1me6450.cnn-pcl-1me6450{padding:12px 14px 12px 0;width:80px}@media screen and (min-width:360px){td.col-votes-3Y8smS.cnn-pcl-1me6450.cnn-pcl-1me6450.cnn-pcl-1me6450.cnn-pcl-1me6450{padding-left:8px}}td.col-delegates-2rW54a.cnn-pcl-1me6450.cnn-pcl-1me6450.cnn-pcl-1me6450.cnn-pcl-1me6450{padding:12px 14px 12px 0;width:120px}@media screen and (min-width:360px){td.col-delegates-2rW54a.cnn-pcl-1me6450.cnn-pcl-1me6450.cnn-pcl-1me6450.cnn-pcl-1me6450{padding-left:8px}}tr.cnn-pcl-1me6450:first-child>td.col-votes-3Y8smS.cnn-pcl-1me6450>div.vote-count-1Z7s9a.cnn-pcl-1me6450.cnn-pcl-1me6450{display:grid}tr.cnn-pcl-1me6450:first-child>td.col-votes-3Y8smS>div.vote-count-1Z7s9a span.ahead-count-Kon8-M.cnn-pcl-1me6450.cnn-pcl-1me6450.cnn-pcl-1me6450{display:block;font-size:12px;line-height:12px;color:#404040;font-style:italic;font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif;font-weight:400;padding:2px 0 0}span.ahead-count-Kon8-M.cnn-pcl-1me6450.cnn-pcl-1me6450.cnn-pcl-1me6450.cnn-pcl-1me6450{display:none}table.cnn-pcl-1me6450>tfoot.cnn-pcl-1me6450>tr.cnn-pcl-1me6450.cnn-pcl-1me6450{font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif;font-weight:400;font-size:12px;line-height:14px;height:24px}table.cnn-pcl-1me6450>tfoot.cnn-pcl-1me6450>tr.cnn-pcl-1me6450>td.icon-informational-3hdsk9.cnn-pcl-1me6450{padding:12px 0 0 8px}@media screen and (max-width:479px){table.with-delegates-22I-Fo.cnn-pcl-1me6450.cnn-pcl-1me6450.cnn-pcl-1me6450.cnn-pcl-1me6450{table-layout:auto}.col-header-delegates-mobile-2hj6He.cnn-pcl-1me6450.cnn-pcl-1me6450.cnn-pcl-1me6450.cnn-pcl-1me6450{display:table-cell}.col-header-delegates-desktop-2NtLkZ.cnn-pcl-1me6450.cnn-pcl-1me6450.cnn-pcl-1me6450.cnn-pcl-1me6450{display:none}}footer.cnn-pcl-1e0vjke.cnn-pcl-1e0vjke.cnn-pcl-1e0vjke.cnn-pcl-1e0vjke{grid-area:footer;margin-top:12px;padding:0 12px 14px;height:fit-content;display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end}.embedded-JUJHRu.cnn-pcl-1e0vjke.cnn-pcl-1e0vjke.cnn-pcl-1e0vjke.cnn-pcl-1e0vjke{border-bottom:1px solid #e6e6e6}.footer-info-s7AjA1.cnn-pcl-1e0vjke.cnn-pcl-1e0vjke.cnn-pcl-1e0vjke.cnn-pcl-1e0vjke{display:flex;flex-direction:column;align-self:flex-start}footer.cnn-pcl-1e0vjke>div.cnn-pcl-1e0vjke>p.cnn-pcl-1e0vjke.cnn-pcl-1e0vjke{margin:0;display:flex}footer.cnn-pcl-1e0vjke>div.cnn-pcl-1e0vjke>p.cnn-pcl-1e0vjke>span.reporting-1zjL7t.cnn-pcl-1e0vjke{font-size:12px;letter-spacing:-.2px;line-height:16px;font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif;font-weight:700;padding:0;margin:0}footer.cnn-pcl-1e0vjke>div.cnn-pcl-1e0vjke>p.last-updated-foB4fW.cnn-pcl-1e0vjke.cnn-pcl-1e0vjke{font-size:12px;font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif;font-weight:400;line-height:16px;letter-spacing:-.2px;padding:0;margin:0}.icons-1_eqvG.cnn-pcl-1e0vjke.cnn-pcl-1e0vjke.cnn-pcl-1e0vjke.cnn-pcl-1e0vjke{height:16px;display:flex;flex-direction:row;justify-content:flex-end}.keyrace-1GBW9N.cnn-pcl-1e0vjke.cnn-pcl-1e0vjke.cnn-pcl-1e0vjke.cnn-pcl-1e0vjke{width:20px;height:20px;border:2px solid #ffc61c}.icon-wrapper-3HzsYP.cnn-pcl-1e0vjke.cnn-pcl-1e0vjke.cnn-pcl-1e0vjke.cnn-pcl-1e0vjke{display:flex;flex-direction:row;align-items:center;margin:3px}.label-1xyB8i.cnn-pcl-1e0vjke.cnn-pcl-1e0vjke.cnn-pcl-1e0vjke.cnn-pcl-1e0vjke{font-size:12px;font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif;font-weight:400;line-height:1.17;margin-left:5px;white-space:nowrap}a.cnn-pcl-1e0vjke.cnn-pcl-1e0vjke.cnn-pcl-1e0vjke.cnn-pcl-1e0vjke{color:#0c0c0c;font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif;font-weight:700;text-decoration:underline;font-size:12px}.cta-wrapper-1GPRid.cnn-pcl-1hnl3l7>a,.not-logged-in-GcQ4Di.cnn-pcl-4y6kns a.cnn-pcl-4y6kns{text-decoration:none;font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif}footer.stacked-Bhpln2.cnn-pcl-1e0vjke.cnn-pcl-1e0vjke.cnn-pcl-1e0vjke.cnn-pcl-1e0vjke{border-top:1px solid #e6e6e6;margin-top:0;padding-top:14px}@media screen and (min-width:768px){footer.cnn-pcl-1e0vjke.cnn-pcl-1e0vjke.cnn-pcl-1e0vjke.cnn-pcl-1e0vjke{align-self:flex-end}}@media screen and (min-width:1024px){.embedded-JUJHRu.cnn-pcl-1e0vjke.cnn-pcl-1e0vjke.cnn-pcl-1e0vjke.cnn-pcl-1e0vjke{border-bottom:none}}article.cnn-pcl-1hnl3l7{border:1px solid #e6e6e6;border-radius:4px;position:relative;display:grid;background:#fff;grid-template-areas:\"header header\" \"results results\" \"footer footer\"}article.called-r39uAo.cnn-pcl-1hnl3l7::before{content:\"\";height:8px;width:calc(100% + 2px);margin-left:-1px;margin-top:-1px;border-top-left-radius:4px;border-top-right-radius:4px;position:absolute;top:0;left:0;background:var(--winnerPartyColor)}.cta-wrapper-1GPRid.cnn-pcl-1hnl3l7{display:flex;justify-content:flex-end;margin-top:10px}.cta-wrapper-1GPRid.cnn-pcl-1hnl3l7>a{border:1px solid #262626;border-radius:5px;color:#0c0c0c;padding:7px 28px;font-size:16px;font-weight:400;margin-right:5px}.cta-wrapper-1GPRid.cnn-pcl-1hnl3l7>a:last-of-type{margin-right:0}.not-logged-in-GcQ4Di.cnn-pcl-4y6kns.cnn-pcl-4y6kns{width:100%}.not-logged-in-GcQ4Di.cnn-pcl-4y6kns button.cnn-pcl-4y6kns{background:#0C0C0C;border-radius:8px;border:none;color:#fff;padding:10px 24px;display:flex;align-items:center;justify-content:center;font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif;font-style:normal;font-weight:700;line-height:24px;font-size:16px;margin-bottom:16px;cursor:pointer}.not-logged-in-GcQ4Di.cnn-pcl-4y6kns button.cnn-pcl-4y6kns:hover{background:#6e6e6e}.not-logged-in-GcQ4Di.cnn-pcl-4y6kns a.cnn-pcl-4y6kns{color:#000;border:none;border-radius:none;font-size:14px;font-weight:400}.not-logged-in-GcQ4Di.cnn-pcl-4y6kns a.cnn-pcl-4y6kns:hover{text-decoration:underline;color:#6e6e6e}.no-races-dk4iA2.cnn-pcl-1rruesh{padding:30px 0;font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif;font-weight:400;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;box-sizing:border-box;max-width:100%;width:100%;max-height:140px;height:100%;font-size:14px;border:1px solid #E6E6E6;border-radius:3px}a.cnn-pcl-1rruesh{text-decoration:none;background:#FEFEFE;border:1px solid #262626;border-radius:5px;margin:24px 0 0;padding:9px 0;width:182px;font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif;font-style:normal;font-weight:500;font-size:14px;text-align:center;letter-spacing:-.2px;color:#0C0C0C}.collection-wrappper-2ovk0G.cnn-pcl-1pd61zu{display:flex;flex-wrap:wrap;flex-direction:row}.card-dovf45.cnn-pcl-1pd61zu{flex:0 0 100%;margin:0 0 20px;border-radius:2px}@media screen and (min-width:960px){.card-dovf45.cnn-pcl-1pd61zu{flex:0 0 calc(50% - 10px);margin-left:5px;margin-right:5px}}@media screen and (min-width:1280px){.card-dovf45.cnn-pcl-1pd61zu{flex:0 0 calc(33.33% - 10px);margin-left:5px;margin-right:5px}}h2.cnn-pcl-8s4bzb{font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif;font-weight:700;font-size:30px}.bop-bottom__text-2L0Kpn.cnn-pcl-1e4ghpb,.bop-top__count-3JRTdY.cnn-pcl-z8rg7w,.bop-top__name-242R9Z.cnn-pcl-z8rg7w,.threshold__container-2X5c09.cnn-pcl-n1h9q1.cnn-pcl-n1h9q1,p.cnn-pcl-8s4bzb{font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif;font-weight:400}p.cnn-pcl-8s4bzb{font-size:14px;line-height:21px;letter-spacing:.2px;text-align:left;color:#0C0C0C}.threshold__container-2X5c09.cnn-pcl-n1h9q1.cnn-pcl-n1h9q1{background:#fff;color:#000}.threshold__container-2X5c09.cnn-pcl-n1h9q1 .threshold__label-Sv6nxT.cnn-pcl-n1h9q1{font-size:14px;left:var(--thresholdPercentage);transform:translate(calc(var(--thresholdPercentage) * -1));bottom:var(--thresholdVerticalOffset);width:115px;text-align:center;z-index:1;line-height:1.2}.threshold__container-2X5c09.cnn-pcl-n1h9q1 .threshold__label-Sv6nxT.cnn-pcl-n1h9q1:before{content:\"\";height:var(--thresholdLineHeight);position:absolute;bottom:var(--thresholdLineHeightPosition);left:50%;width:0;border-right:2px dotted #000;z-index:1;transform:translate(-50%)}.threshold__container-2X5c09.cnn-pcl-n1h9q1 .threshold__label-Sv6nxT.cnn-pcl-n1h9q1:after{content:\"\";box-sizing:content-box;border-top:7px solid #000;border-right:4px solid transparent;border-left:4px solid transparent;border-bottom:4px solid transparent;bottom:-12px;z-index:1;position:absolute;left:50%;transform:translate(-50%)}.threshold__container-2X5c09.cnn-pcl-n1h9q1 .threshold__label-Sv6nxT.embedded-2Oxptf.cnn-pcl-n1h9q1{font-size:12px}.threshold__container-2X5c09.cnn-pcl-n1h9q1 .threshold__label-Sv6nxT.hide-3h7HVI.cnn-pcl-n1h9q1{visibility:hidden}.threshold__container-2X5c09.cnn-pcl-n1h9q1 .threshold__label-Sv6nxT .threshold__tooltip-8cNzPj.cnn-pcl-n1h9q1{position:relative}.threshold__container-2X5c09.cnn-pcl-n1h9q1 .threshold__label-Sv6nxT .threshold__tooltip-8cNzPj.cnn-pcl-n1h9q1>div{margin:0}.bop-top-2756Bl.cnn-pcl-z8rg7w{display:flex;width:100%;margin:0 auto;flex-direction:row;justify-content:space-between;align-items:flex-end;position:relative;top:var(--bopTopVertical)}.bop-top__count-container-1mP00r.cnn-pcl-z8rg7w{display:flex;flex-direction:column;flex:1}.bop-top__count-container-1mP00r.cnn-pcl-z8rg7w:first-child{align-items:flex-start}.bop-top__count-container-1mP00r.cnn-pcl-z8rg7w:last-child{align-items:flex-end}.bop-top__count-3JRTdY.cnn-pcl-z8rg7w{font-size:28px;color:#000;line-height:.5;margin:0;position:relative}@media screen and (min-width:480px){.bop-top__count-3JRTdY.cnn-pcl-z8rg7w{font-size:35px}}.bop-top__count-3JRTdY.embedded-1GMWkF.cnn-pcl-z8rg7w{font-size:16px}.bop-top__party-3ODhRG.cnn-pcl-z8rg7w{display:flex;flex-direction:row;align-items:center;padding:4px 0 0}.bop-top__party-3ODhRG.embedded-1GMWkF.cnn-pcl-z8rg7w{padding:0}.bop-top__name-242R9Z.cnn-pcl-z8rg7w{font-size:15px;color:#000}@media screen and (min-width:480px){.bop-top__name-242R9Z.cnn-pcl-z8rg7w{font-size:23px}}.bop-top__name-242R9Z.embedded-1GMWkF.cnn-pcl-z8rg7w{font-size:16px}.bop-top__checkmark-wrapper-4szRWW.cnn-pcl-z8rg7w{margin:0 4px}.bop-top__tooltip-left-2OU8Xp.cnn-pcl-z8rg7w{position:absolute;right:-12px;bottom:14px}@media screen and (min-width:480px){.bop-top__tooltip-left-2OU8Xp.cnn-pcl-z8rg7w{right:-14px;bottom:16px}}.bop-top__tooltip-right-2rvF4u.cnn-pcl-z8rg7w{position:absolute;left:-13px;bottom:14px}@media screen and (min-width:480px){.bop-top__tooltip-right-2rvF4u.cnn-pcl-z8rg7w{left:-15px;bottom:16px}}.bop-bottom-3jl77W.cnn-pcl-1e4ghpb{display:flex;width:100%;margin:2px auto 0;flex-direction:column;color:#000}.bop-bottom__main-container-3QX3nL.cnn-pcl-1e4ghpb{display:flex;flex-direction:row;justify-content:space-between}.bop-bottom__count-container-2nyqc.cnn-pcl-1e4ghpb{display:flex;flex-direction:column;flex:1}.bop-bottom__count-container-2nyqc.cnn-pcl-1e4ghpb:first-child{align-items:flex-start}.bop-bottom__count-container-2nyqc.cnn-pcl-1e4ghpb:last-child{align-items:flex-end}.bop-bottom__text-container--left-3GIb03.cnn-pcl-1e4ghpb{display:flex;flex-direction:column;align-items:flex-start;margin:0 0 6px;text-align:left}.bop-bottom__text-container--right-3LmyeJ.cnn-pcl-1e4ghpb{display:flex;flex-direction:column;align-items:flex-end;margin:0 0 6px;text-align:right}.bop-bottom__text-2L0Kpn.cnn-pcl-1e4ghpb{font-size:12px;line-height:1;margin:0}.bop-bottom__text--bold-UYcRuV.cnn-pcl-1e4ghpb{font-weight:700}.bop-bottom__explainer-8gbsho.cnn-pcl-1e4ghpb,.bop-top__count-CMGrtu.cnn-pcl-17vdq52,.bop-top__name-lciW7X.cnn-pcl-17vdq52,.bop-top__party-name-3v3eoK.cnn-pcl-17vdq52{font-weight:400;font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif}.bop-bottom__explainer-8gbsho.cnn-pcl-1e4ghpb{color:#6e6e6e;font-size:12px;line-height:1;max-width:67%}.bop-top-1i11U5.cnn-pcl-17vdq52{display:flex;width:100%;margin:0 auto;flex-direction:row;justify-content:space-between;position:relative;top:var(--bopTopVertical)}.bop-top__party-container-1c_1oa.cnn-pcl-17vdq52{display:flex;flex-direction:row}.bop-top__count-container-left-2wu9f7.cnn-pcl-17vdq52,.bop-top__count-container-right-r-bQFD.cnn-pcl-17vdq52{display:flex;flex-direction:column;flex:1;align-self:center}.bop-top__count-CMGrtu.cnn-pcl-17vdq52{font-size:28px;color:#000;line-height:.5;margin:0;position:relative}@media screen and (min-width:720px){.bop-top__count-CMGrtu.cnn-pcl-17vdq52{font-size:35px}}.bop-top__count-CMGrtu.embedded-t46LR8.cnn-pcl-17vdq52{font-size:16px;padding:0 0 1px}.bop-top__count-CMGrtu.right-2Ca5RB.cnn-pcl-17vdq52{text-align:right}.bop-top__party-UnbSoc.cnn-pcl-17vdq52{display:flex;flex-direction:row;align-items:center;padding:4px 0 0}.bop-top__party-UnbSoc.embedded-t46LR8.cnn-pcl-17vdq52{padding:0}.bop-top__name-lciW7X.cnn-pcl-17vdq52{font-size:15px;color:#000}@media screen and (min-width:720px){.bop-top__name-lciW7X.cnn-pcl-17vdq52{font-size:23px}}.bop-top__name-lciW7X.embedded-t46LR8.cnn-pcl-17vdq52{font-size:16px}.bop-top__name-lciW7X.right-2Ca5RB.cnn-pcl-17vdq52{text-align:right}.bop-top__party-name-3v3eoK.cnn-pcl-17vdq52{font-size:16px;color:#000;display:none}@media screen and (min-width:720px){.bop-top__party-name-3v3eoK.cnn-pcl-17vdq52{display:block}}.bop-top__party-name-3v3eoK.embedded-t46LR8.cnn-pcl-17vdq52{display:none}.bop-top__party-name-3v3eoK.right-2Ca5RB.cnn-pcl-17vdq52{text-align:right}.bop-top__checkmark-wrapper-197PTE.cnn-pcl-17vdq52{margin:0 4px}.bop-top__headshot-3wHH7G.cnn-pcl-17vdq52{width:90px;height:90px;border-radius:50%;background-size:cover;background-position:center;display:none}@media screen and (min-width:720px){.bop-top__headshot-3wHH7G.cnn-pcl-17vdq52{display:block}}.bop-top__headshot-3wHH7G.embedded-t46LR8.cnn-pcl-17vdq52{display:none}.bop-top__headshot-3wHH7G.left-1FUGrB.cnn-pcl-17vdq52{margin:0 8px 8px 0}.bop-top__headshot-3wHH7G.right-2Ca5RB.cnn-pcl-17vdq52{margin:0 0 8px 8px}h2.cnn-pcl-rahbf2{text-align:center;font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif;font-weight:700;line-height:.8;font-size:20px;margin:0;width:100%;color:#000}.segmented-bar__label-1hKL-s.cnn-pcl-pamy6x,[data-theme=politics]{font-size:12px;font-weight:400;font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif}.generals-bop__container-2H07wP.cnn-pcl-rahbf2{max-width:830px;text-decoration:none;color:#000}a{text-decoration:none;color:#000}.tooltip-3R5ImY.cnn-pcl-16crzd1{display:inline-block;margin:26px 0 0 4px;position:relative}[data-theme=politics]{background-color:#262626;border-radius:8px;color:#fff;max-width:256px!important;padding:12px 16px}.segmented-bar__item-3btMz2.cnn-pcl-pamy6x{display:flex;flex-direction:column;width:100%}.segmented-bar__label-1hKL-s.cnn-pcl-pamy6x{margin-top:1px;align-self:center}.threshold__container-2VPufF.cnn-pcl-p8fal4.cnn-pcl-p8fal4{background:#fff;font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif;font-weight:400}.threshold__container-2VPufF.cnn-pcl-p8fal4 div.cnn-pcl-p8fal4{position:relative;font-size:14px;left:var(--thresholdPercentage);transform:translate(calc(var(--thresholdPercentage) * -1));width:115px;text-align:center;padding-bottom:49px;z-index:1}.threshold__container-2VPufF.cnn-pcl-p8fal4 div.cnn-pcl-p8fal4:before{content:\"\";height:var(--thresholdLineHeight);position:absolute;bottom:var(--thresholdLineHeightPosition);left:50%;width:0;border-right:2px dotted #000;z-index:1;transform:translate(-50%)}.threshold__container-2VPufF.cnn-pcl-p8fal4 div.cnn-pcl-p8fal4:after{content:\"\";box-sizing:content-box;border-top:7px solid #000;border-right:4px solid transparent;border-left:4px solid transparent;border-bottom:4px solid transparent;bottom:36px;z-index:1;position:absolute;left:50%;transform:translate(-50%)}[data-caption-status=active].cnn-pcl-6m5zcb.cnn-pcl-6m5zcb,[data-caption-status=inactive].cnn-pcl-6m5zcb.cnn-pcl-6m5zcb{position:relative;z-index:2}.captions__container-2JZ1Ei.cnn-pcl-6m5zcb.cnn-pcl-6m5zcb{display:flex;width:100%;align-self:flex-end;flex-direction:column}.captions__label-3OaAT.cnn-pcl-6m5zcb.cnn-pcl-6m5zcb{text-align:center;font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif;font-weight:400;font-size:14px}.captions__label__value-3WHVqM.cnn-pcl-6m5zcb.cnn-pcl-6m5zcb{font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif;font-weight:700}.race-ratings-bop-mobile-1VuAah.cnn-pcl-gcfja0 table tr td.cnn-pcl-gcfja0,.race-ratings-bop-mobile-1VuAah.cnn-pcl-gcfja0 table tr td.cnn-pcl-gcfja0:first-child,.race-ratings-bop-mobile-1VuAah.cnn-pcl-gcfja0 table.cnn-pcl-gcfja0,.race-ratings-label-text-2fW8wb.cnn-pcl-4kzcjq,.race-ratings-last-updated-1zn_9s.cnn-pcl-haellg,.race-ratings-text-box__text-jbLUCx.cnn-pcl-pdy2u9{font-weight:400;font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif}.captions__data-SP5OSH.cnn-pcl-6m5zcb.cnn-pcl-6m5zcb{background-color:var(--caption-data-background-color);display:none}[data-caption-status=active].cnn-pcl-6m5zcb .captions__label-3OaAT span.cnn-pcl-6m5zcb,[data-caption-status=active].cnn-pcl-6m5zcb .captions__label-3OaAT strong.cnn-pcl-6m5zcb,[data-caption-status=inactive].cnn-pcl-6m5zcb .captions__label-3OaAT span.cnn-pcl-6m5zcb,[data-caption-status=inactive].cnn-pcl-6m5zcb .captions__label-3OaAT strong.cnn-pcl-6m5zcb{background:#fff}[data-caption-status=active].cnn-pcl-6m5zcb .captions__data-SP5OSH.cnn-pcl-6m5zcb{margin-top:10px;display:block;height:5px}[data-caption-status=disabled].captions__container-2JZ1Ei.cnn-pcl-6m5zcb.cnn-pcl-6m5zcb{display:none}:root{--pcl-bar-chart-border-color:black;--pcl-bar-chart-border-width:0;--pcl-bar-chart-gap:0px}.bar-chart__container-1zUqiW.cnn-pcl-1iiby7o.cnn-pcl-1iiby7o{list-style:none;padding:0;margin:0;box-sizing:border-box;display:flex;flex-direction:row;width:100%;align-items:stretch;height:100%;transition:all .3s ease-in;gap:var(--pcl-bar-chart-gap)}.bar-chart__container-1zUqiW[data-bar-chart-orientation=horizontal].cnn-pcl-1iiby7o.cnn-pcl-1iiby7o{flex-direction:row}.bar-chart__container-1zUqiW[data-bar-chart-orientation=vertical].cnn-pcl-1iiby7o.cnn-pcl-1iiby7o{flex-direction:column}.bar-chart__item-1gm3ed.cnn-pcl-1iiby7o.cnn-pcl-1iiby7o{display:flex;justify-content:center;align-items:center;overflow-x:hidden}[data-bar-chart-orientation=horizontal].cnn-pcl-1iiby7o .bar-chart__item-1gm3ed.cnn-pcl-1iiby7o{overflow-x:hidden}[data-bar-chart-orientation=vertical].cnn-pcl-1iiby7o .bar-chart__item-1gm3ed.cnn-pcl-1iiby7o{overflow-y:hidden}[data-bar-chart-border-status=active]+[data-bar-chart-border-status=inactive]>div>div>[data-bar-chart-item--border-status=inactive]::before{content:\"\";position:absolute;left:0;right:0;bottom:0;top:0;border-left:1px solid #000}[data-bar-chart-border-status=active]:last-of-type>div>div>[data-bar-chart-item-border-status=active]::before{border-right:1px solid #000!important}.bar-chart-item__container-27pgZi.cnn-pcl-xwq246.cnn-pcl-xwq246{width:100%;height:100%;display:flex;overflow:hidden;margin-top:5px;position:relative;min-height:var(--minBopBarHeight)}.bar-chart-item__container-27pgZi.cnn-pcl-xwq246 .bar-chart-item__content-1U8p3u.cnn-pcl-xwq246{opacity:0}.bar-chart-item__container-27pgZi[data-bar-chart-item-party=R][data-bar-chart-item-status=inactive].cnn-pcl-xwq246.cnn-pcl-xwq246{background:repeating-linear-gradient(-77deg,#c4c4c4,#c4c4c4 3px,rgba(255,109,109,.4) 3px,rgba(255,109,109,.4) 6px)}.bar-chart-item__container-27pgZi[data-bar-chart-item-party=D][data-bar-chart-item-status=inactive].cnn-pcl-xwq246.cnn-pcl-xwq246{background:repeating-linear-gradient(-77deg,#c4c4c4,#c4c4c4 3px,rgba(59,154,255,.4) 3px,rgba(59,154,255,.4) 6px)}.bar-chart-item__container-27pgZi[data-bar-chart-item-party=DEM-gen][data-bar-chart-item-status=inactive].cnn-pcl-xwq246.cnn-pcl-xwq246{background:repeating-linear-gradient(-60deg,#ccc,#ccc 1px,rgba(59,154,255,0) 1px,rgba(59,154,255,0) 3px)}.bar-chart-item__container-27pgZi[data-bar-chart-item-party=REP-gen][data-bar-chart-item-status=inactive].cnn-pcl-xwq246.cnn-pcl-xwq246{background:repeating-linear-gradient(-60deg,#ccc,#ccc 1px,rgba(255,109,109,0) 1px,rgba(255,109,109,0) 3px)}.bar-chart-item__container-27pgZi[data-bar-chart-item-party=GRN-gen][data-bar-chart-item-status=inactive].cnn-pcl-xwq246.cnn-pcl-xwq246{background:repeating-linear-gradient(-60deg,#000,#000 1px,#38ba79 1px,#38ba79 3px)}.bar-chart-item__container-27pgZi[data-bar-chart-item-party=LIB-gen][data-bar-chart-item-status=inactive].cnn-pcl-xwq246.cnn-pcl-xwq246{background:repeating-linear-gradient(-60deg,#000,#000 1px,#ffc61b 1px,#ffc61b 3px)}.bar-chart-item__container-27pgZi[data-bar-chart-item-party=IND-gen][data-bar-chart-item-status=inactive].cnn-pcl-xwq246.cnn-pcl-xwq246{background:repeating-linear-gradient(-60deg,#fff,#fff 1px,#853dcc 1px,#853dcc 3px)}.bar-chart-item__container-27pgZi[data-bar-chart-item-border-status=active].cnn-pcl-xwq246.cnn-pcl-xwq246:before{content:\"\";position:absolute;left:0;right:0;bottom:0;top:0;border:1px solid #000;border-right:0}.race-ratings-bop-mobile-1VuAah.cnn-pcl-gcfja0.cnn-pcl-gcfja0{width:100%;display:flex;flex-direction:column;justify-content:center}.race-ratings-bop-mobile-1VuAah.cnn-pcl-gcfja0 table.cnn-pcl-gcfja0{font-size:12px;width:100%;margin:0 -6px;border-collapse:separate;border-spacing:6px 4px}.race-ratings-bop-mobile-1VuAah.cnn-pcl-gcfja0 table tr th.cnn-pcl-gcfja0{min-width:28px;max-width:60px;column-span:1;text-align:center;vertical-align:bottom;max-height:25px;line-height:13px}.race-ratings-bop-mobile-1VuAah.cnn-pcl-gcfja0 table tr td.cnn-pcl-gcfja0{width:14%;text-align:center;font-size:15px;border:.5px solid #000;background-color:var(--bgColor);color:var(--color)}.race-ratings-bop-mobile-1VuAah.cnn-pcl-gcfja0 table tr td.cnn-pcl-gcfja0:first-child{white-space:nowrap;font-size:12px;border:none;background-color:none;text-align:start;line-height:13px}.race-ratings-bop-mobile-1VuAah.cnn-pcl-gcfja0 table tr td.cnn-pcl-gcfja0:last-child{position:relative}.race-ratings-bop-mobile-1VuAah.cnn-pcl-gcfja0 table tr td.cnn-pcl-gcfja0:last-child::before{content:\"\";width:1px;height:28px;position:absolute;border-left:0 solid;left:-4px;top:-4px;background:#000}.race-ratings-bop-mobile-1VuAah.cnn-pcl-gcfja0 table tr td.initial-border-T2H0ay.cnn-pcl-gcfja0::before{content:\"\";width:1px;height:30px;position:absolute;border-left:0 solid;left:-4px;top:-1px;background:#000}.race-ratings-bop-mobile-1VuAah.cnn-pcl-gcfja0 table tr td.hidden-2gOsBD.cnn-pcl-gcfja0{border:none;background-color:inherit}.race-ratings-bop-mobile-1VuAah.cnn-pcl-gcfja0 table tr td.hatched-3xYJu1.cnn-pcl-gcfja0{width:20%;background:repeating-linear-gradient(283deg,#c4c4c4,#c4c4c4 2px,var(--hatchColor) 2px,var(--hatchColor) 4px)}.race-ratings-bop-mobile-1VuAah.cnn-pcl-gcfja0 table tr:last-child td.cnn-pcl-gcfja0{border:none;position:relative}.race-ratings-bop-mobile-1VuAah.cnn-pcl-gcfja0 table tr:last-child td.cnn-pcl-gcfja0::before{content:\"\";width:1px;height:30px;position:absolute;border-left:0 solid;left:-4px;top:0;background:#fff}.race-ratings-bop-mobile-1VuAah.cnn-pcl-gcfja0 table tr:last-child td.cnn-pcl-gcfja0:last-child::before{content:\"\";width:100%;height:1px;position:absolute;border-top:0 solid;left:0;top:0;background:#000}.race-ratings-last-updated-1zn_9s.cnn-pcl-haellg{font-size:12px;line-height:20px;text-align:left}.race-ratings-label-item-container-Aa45MO.cnn-pcl-4kzcjq{display:flex;margin-bottom:10px}.race-ratings-label-box-2oam0m.cnn-pcl-4kzcjq{width:27px;height:20px;border:1px solid #000;margin-right:15px}.race-ratings-label-text-2fW8wb.cnn-pcl-4kzcjq{font-style:normal;font-size:14px;line-height:21px}.race-ratings-label-container-3t0IJs.cnn-pcl-1igd34d{display:flex;justify-content:center;margin-top:40px;margin-bottom:20px}.race-ratings-label-group-3WvrgF.cnn-pcl-1igd34d{margin-right:20px}.race-ratings-text-box-2jaN6W.cnn-pcl-pdy2u9{padding:5px 0;border-top:1px solid #000}.race-ratings-text-box__text-jbLUCx.cnn-pcl-pdy2u9{font-size:var(--fontSize)}.race-ratings-text-box__text-jbLUCx.cnn-pcl-pdy2u9 strong{font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif;font-weight:700}.electoral-votes-card__candidate-details-25rzwW.cnn-pcl-192x6qc,.race-rating-tag{font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif;font-weight:400}@media screen and (min-width:481px){.race-ratings-text-box-2jaN6W.cnn-pcl-pdy2u9{border:1px solid #000;padding:5px 20px;margin:0 0 34px}}.race-rating-tag{border:.02em solid #000;box-sizing:border-box;border-radius:3px;font-size:1em;line-height:1.4em;padding:0 .41em;text-align:left;white-space:nowrap;color:var(--fontColor);background:var(--ratingColor);display:inline-block}.race-ratings-mobile-container--BZ9o7.cnn-pcl-1mc3yh7{margin:0 auto;max-width:420px}.electoral-votes-card-3bXmiC.cnn-pcl-192x6qc{display:inline-flex;border:2px solid var(--candidateColor);overflow:auto;min-width:100px;border-radius:4px;padding:6px;max-height:100px;width:100%;max-width:fit-content}@media screen and (min-width:480px){.electoral-votes-card-3bXmiC.cnn-pcl-192x6qc{margin:2px;min-width:180px;border-radius:5px;padding:10px;max-height:100px}}@media screen and (min-width:960px){.electoral-votes-card-3bXmiC.cnn-pcl-192x6qc{margin:2px;min-width:195px;border-radius:5px;padding:12px;max-height:110px}}.electoral-votes-card__circle-1ZYKAO.cnn-pcl-192x6qc{width:36px;height:36px;flex:0 0 36px;border-radius:36px;background-color:var(--candidateColor);margin-right:6px;margin-top:1px;display:inline-block}.electoral-votes-card__candidate-details-25rzwW.cnn-pcl-192x6qc{font-style:normal;letter-spacing:.2px;line-break:anywhere}.circular_summary__primary_text-36YSkr.cnn-pcl-eyhmk3.cnn-pcl-eyhmk3,.circular_summary__secondary_text-1rcr5S.cnn-pcl-eyhmk3.cnn-pcl-eyhmk3,button.cnn-pcl-1hveimy{font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif;font-weight:700}.electoral-votes-card__number-of-votes-3WZssq.cnn-pcl-192x6qc{font-size:14px;line-height:24px}@media screen and (min-width:480px){.electoral-votes-card__circle-1ZYKAO.cnn-pcl-192x6qc{width:48px;height:48px;flex:0 0 48px;border-radius:48px;margin-right:11px;margin-top:2px}.electoral-votes-card__number-of-votes-3WZssq.cnn-pcl-192x6qc{font-size:18px;line-height:26px}}.electoral-votes-card__candidate-name-Sz0gyq.cnn-pcl-192x6qc{font-size:12px;line-height:16px}@media screen and (min-width:480px){.electoral-votes-card__candidate-name-Sz0gyq.cnn-pcl-192x6qc{font-size:14px;line-height:21px}}.electoral-votes-card__party-name-1DG4Mq.cnn-pcl-192x6qc{font-size:12px;line-height:14px}.electoral-votes-card-group-1JP6yh.cnn-pcl-xar3qr{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.electoral-votes-card-group__item-1Bnh-M.cnn-pcl-xar3qr{padding:8px 0}.electoral-votes-card-group__item-1Bnh-M.cnn-pcl-xar3qr:only-child{margin:0 auto}@media screen and (min-width:480px){.electoral-votes-card__party-name-1DG4Mq.cnn-pcl-192x6qc{font-size:12px;line-height:18px}.electoral-votes-card-group-1JP6yh.cnn-pcl-xar3qr{justify-content:center}.electoral-votes-card-group__item-1Bnh-M.cnn-pcl-xar3qr{padding:8px}}@media screen and (min-width:960px){.electoral-votes-card-group__item-1Bnh-M.cnn-pcl-xar3qr{padding:11.5px}}a.cnn-pcl-1ch2hn7{text-decoration:inherit;color:inherit}button.cnn-pcl-1hveimy{text-decoration:none;background-color:#fff;color:#000;cursor:pointer;font-size:10px;padding:4px 9px;border:1px solid #000;border-radius:14px;line-height:16px;min-width:74px}.followed-1x17z8.cnn-pcl-1hveimy{background-color:#000;color:#fff}.small-1-yuya.cnn-pcl-1hveimy{box-sizing:content-box;max-height:16px;padding:0;margin:0 0 1px}.isAdded-3-hBK3.cnn-pcl-1hveimy{background-image:linear-gradient(to left,#c7e0f8,#fececf),linear-gradient(283deg,#c7e0f8 102%,#fececf);background-origin:border-box;background-clip:border-box;color:#000}.onhover-legkqF.cnn-pcl-1hveimy{background-color:#fff;color:#000}.circular_summary-LUtCUF.cnn-pcl-eyhmk3.cnn-pcl-eyhmk3{align-items:center;background:0 0;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;width:100%}.circular_summary__primary_text-36YSkr.cnn-pcl-eyhmk3.cnn-pcl-eyhmk3{background-color:#fff;border:.0625rem solid #0c0c0c;border-radius:50%;color:#0c0c0c;flex-shrink:0;font-size:.875rem;height:2.1875rem;letter-spacing:.2px;line-height:2.1875rem;margin:0 .25rem 0 0;text-align:center;width:2.1875rem}.circular_summary__primary_text-36YSkr.cnn-pcl-eyhmk3+.circular_summary__secondary_text-1rcr5S.cnn-pcl-eyhmk3{padding:0}.circular_summary__secondary_text-1rcr5S.cnn-pcl-eyhmk3.cnn-pcl-eyhmk3{color:#0c0c0c;font-size:.75rem;letter-spacing:.2px;line-height:1.0625rem;margin:1px 0 0;padding:0;text-transform:uppercase}.proportional_allocation__electoral_vote-2eR5by.cnn-pcl-15mw7pb,.proportional_allocation__title-2lNAU6.cnn-pcl-15mw7pb{font-size:.75rem;line-height:1.125rem;font-weight:700;letter-spacing:.2px;font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif}.proportional_allocation-3gAlOP.cnn-pcl-15mw7pb{align-items:center;border:1px solid #0c0c0c;border-radius:3px;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;padding:.1875rem .5rem;min-width:0;width:100%;max-width:100%}.proportional_allocation__title-2lNAU6.cnn-pcl-15mw7pb{color:#0c0c0c;margin:0}.proportional_allocation__electoral_vote--wrapper-2qpPJT.cnn-pcl-15mw7pb{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start}.proportional_allocation__electoral_vote-2eR5by.cnn-pcl-15mw7pb{color:var(--partyColor);margin:0 0 0 .75rem}.header-container-2NUUsd.cnn-pcl-1k0jrn2.cnn-pcl-1k0jrn2{grid-area:header;position:relative;padding:0 0 16px 12px}.header-container-2NUUsd.cnn-pcl-1k0jrn2 h2.cnn-pcl-1k0jrn2{font-size:20px;line-height:26px;font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif;font-weight:700;color:#000;margin:0;padding:15px 102px 0 0;display:block}.header-container-2NUUsd.cnn-pcl-1k0jrn2 h2.cnn-pcl-1k0jrn2>a{cursor:pointer;color:initial;text-decoration:none}.header-container-2NUUsd.cnn-pcl-1k0jrn2 h2.cnn-pcl-1k0jrn2>a:hover{text-decoration:underline;color:initial!important}.header-container-2NUUsd.cnn-pcl-1k0jrn2 p.subtitle-1hydv9.cnn-pcl-1k0jrn2{font-size:20px;line-height:26px;font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif;font-weight:700;padding:0;margin:0}.header-container-2NUUsd.cnn-pcl-1k0jrn2 .action-button-MXWPft.cnn-pcl-1k0jrn2{position:absolute;right:12px;top:0;padding-top:15px}table.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv{grid-area:results;border-spacing:0;border-radius:4px;box-sizing:border-box;padding:1rem;max-width:100%;border-collapse:collapse;position:relative;text-align:right;width:100%}table.cnn-pcl-xtr4hv .cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv,table.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv::after,table.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv::before{box-sizing:inherit}table.cnn-pcl-xtr4hv thead tr.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv{vertical-align:bottom;border-bottom:1px solid #d3d3d3}table.cnn-pcl-xtr4hv thead tr th.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv{font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif;font-weight:400;font-size:13px;padding:0 0 12px}table.cnn-pcl-xtr4hv thead tr th.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv:first-child{text-align:left;padding-left:12px}table.cnn-pcl-xtr4hv thead tr th:nth-child(2) .total-delegates-ADQTa2.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv{display:inline-block}table.cnn-pcl-xtr4hv thead tr th:nth-child(2) .hidden-1SXjCH.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv{display:none}table.cnn-pcl-xtr4hv thead tr th.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv:last-child{direction:rtl;max-width:90px;padding-right:12px;padding-left:12px}@media screen and (min-width:480px){table.cnn-pcl-xtr4hv thead tr th.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv:last-child{padding-left:18px}}@media screen and (min-width:960px){table.cnn-pcl-xtr4hv thead tr th.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv:last-child{padding-left:24px}}table.cnn-pcl-xtr4hv tbody tr.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv{border-bottom:1px solid #d3d3d3;background:var(--background);display:var(--display);line-height:16px;letter-spacing:.2px;vertical-align:middle;font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif;font-weight:400}table.cnn-pcl-xtr4hv tbody tr.isWinner-7j8KXa.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv{font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif;font-weight:700}table.cnn-pcl-xtr4hv tbody tr td.col-candidate-name-1pAsq5.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv{padding-left:16px;min-width:116px;text-align:left;position:relative}table.cnn-pcl-xtr4hv tbody tr td.col-candidate-name-1pAsq5.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv:before{content:\"\";height:100%;width:8px;position:absolute;left:0;top:0;background-color:var(--candidateColor)}table.cnn-pcl-xtr4hv tbody tr td span.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv,table.cnn-pcl-xtr4hv tbody tr td.col-candidate-name-1pAsq5.cnn-pcl-xtr4hv>span.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv{display:flex;align-items:center}table.cnn-pcl-xtr4hv tbody tr td span.race-indicator-zone-2TE5h7.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv{width:18px;min-width:18px;display:flex}table.cnn-pcl-xtr4hv tbody tr td.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv{border-bottom:1px solid #d3d3d3;padding:16px 0}table.cnn-pcl-xtr4hv tbody tr td.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv:last-child{padding-right:12px}table.cnn-pcl-xtr4hv tbody tr td.col-progress-bar-HuBjC8.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv{width:60%}table.cnn-pcl-xtr4hv tbody tr td.col-candidate-name-1pAsq5.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv{padding-right:24px}@media screen and (min-width:480px){table.cnn-pcl-xtr4hv tbody tr td.col-candidate-name-1pAsq5.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv{padding-right:32px}}@media screen and (min-width:960px){table.cnn-pcl-xtr4hv tbody tr td.col-candidate-name-1pAsq5.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv{padding-right:48px}}table.cnn-pcl-xtr4hv tbody tr td span.full-name-3lhPUj.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv{display:flex;flex-direction:column;align-items:flex-start;width:116px}table.cnn-pcl-xtr4hv tbody tr td span.full-name-3lhPUj.cnn-pcl-xtr4hv>span.dropped-out-1AJ89G.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv{background:var(--delegateDroppedOut);color:#fff;font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif;font-weight:700;font-size:12px;letter-spacing:.74px;text-align:center;border-radius:3px;padding:1px 4px;margin-top:6px}table.cnn-pcl-xtr4hv tbody .progress-bar-bdx54d.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv{background-color:var(--progressBarBackgroundColor);height:24px;position:relative;width:100%}table.cnn-pcl-xtr4hv tbody .percentage-29wjBM.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv{background-color:var(--progressbarColor);height:24px;width:var(--progressbarWidth)}table.cnn-pcl-xtr4hv tbody [data-testid=accordion].cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv{display:flex}table.cnn-pcl-xtr4hv tbody tr.accordion-row-2KcLFL.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv{border-bottom:none;display:table-row;padding-left:6px}table.cnn-pcl-xtr4hv tbody tr.accordion-row-2KcLFL td.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv{border-bottom:none;padding:8px 0 8px 6px}table.cnn-pcl-xtr4hv tbody tr.accordion-row-2KcLFL td.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv:first-child:before{content:\"\";display:none}table.cnn-pcl-xtr4hv tbody .delegate-ahead-count-No29zo.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv{display:block;font-size:12px;line-height:12px;color:#404040;font-style:italic;font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif;font-weight:400;padding:4px 0 0 10px}table.cnn-pcl-xtr4hv>tfoot.cnn-pcl-xtr4hv>tr.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv{text-align:left;font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif;font-weight:400;font-size:12px;line-height:14px;height:24px}table.cnn-pcl-xtr4hv>tfoot.cnn-pcl-xtr4hv>tr.cnn-pcl-xtr4hv>td.icon-informational-32GQ2W.cnn-pcl-xtr4hv{padding:12px 0 0 8px}footer.cnn-pcl-13at84h.cnn-pcl-13at84h.cnn-pcl-13at84h.cnn-pcl-13at84h{grid-area:footer;margin-top:12px;padding:0 12px 14px;height:fit-content;display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end}.embedded-1klVVX.cnn-pcl-13at84h.cnn-pcl-13at84h.cnn-pcl-13at84h.cnn-pcl-13at84h{border-bottom:1px solid #e6e6e6}.footer-info-cDvY3f.cnn-pcl-13at84h.cnn-pcl-13at84h.cnn-pcl-13at84h.cnn-pcl-13at84h{display:flex;flex-direction:column;align-self:flex-start}footer.cnn-pcl-13at84h>div.cnn-pcl-13at84h>p.cnn-pcl-13at84h.cnn-pcl-13at84h{margin:0;display:flex}footer.cnn-pcl-13at84h>div.cnn-pcl-13at84h>p.last-updated-38oKS4.cnn-pcl-13at84h.cnn-pcl-13at84h{font-size:12px;font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif;font-weight:400;line-height:16px;letter-spacing:-.2px;padding:0;margin:0}a.cnn-pcl-13at84h.cnn-pcl-13at84h.cnn-pcl-13at84h.cnn-pcl-13at84h{color:#0c0c0c;font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif;font-weight:700;text-decoration:underline;font-size:12px}@media screen and (min-width:768px){footer.cnn-pcl-13at84h.cnn-pcl-13at84h.cnn-pcl-13at84h.cnn-pcl-13at84h{align-self:flex-end}}@media screen and (min-width:1024px){.embedded-1klVVX.cnn-pcl-13at84h.cnn-pcl-13at84h.cnn-pcl-13at84h.cnn-pcl-13at84h{border-bottom:none}}article.cnn-pcl-fm1ncy{border:1px solid #e6e6e6;border-radius:4px;position:relative;display:grid;background:#fff;grid-template-areas:\"header header\" \"results results\" \"footer footer\";margin:0 0 24px}article.called-1bIiML.cnn-pcl-fm1ncy::before{content:\"\";height:8px;width:calc(100% + 2px);margin-left:-1px;margin-top:-1px;border-top-left-radius:4px;border-top-right-radius:4px;position:absolute;top:0;left:0;background:var(--winnerPartyColor)}.accordion-container.cnn-pcl-1gfshy2{display:flex;flex-direction:column;align-items:center}.next-update-timer-1K0nuP.cnn-pcl-1lgl0jt,button.cnn-pcl-1gfshy2{flex-direction:row;font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif}h3.cnn-pcl-1gfshy2{margin:0}button.cnn-pcl-1gfshy2{background:0 0;display:flex;align-items:center;font-size:16px;font-weight:700;color:#0c0c0c;cursor:pointer;margin:0;padding:4px;border:2px solid transparent}span[data-accordion-type=business].cnn-pcl-1gfshy2,span[data-accordion-type=with-icon].cnn-pcl-1gfshy2{margin-right:4px}button.cnn-pcl-1gfshy2>svg path{fill:#0c0c0c}button.cnn-pcl-1gfshy2:hover{color:#6e6e6e}button.cnn-pcl-1gfshy2:hover>svg path{fill:#6e6e6e!important}button.cnn-pcl-1gfshy2:focus-visible{outline:#0c0c0c solid 2px;border-radius:5px;color:#0c0c0c}button.cnn-pcl-1gfshy2:focus>svg path{fill:#0c0c0c}button.cnn-pcl-1gfshy2:active{color:#404040;background:#e6e6e6;border-radius:4px}button.cnn-pcl-1gfshy2:active>svg path{color:#404040!important}.next-update-timer-1K0nuP.cnn-pcl-1lgl0jt{display:flex;margin:0;font-weight:400;font-size:12px;line-height:16px;letter-spacing:-.2px}.text-1eIsT7.cnn-pcl-1lgl0jt{margin-left:0}.time-1C6GVD.cnn-pcl-1lgl0jt{font-family:cnnclock,helveticaneue,Helvetica,Arial,Utkal,sans-serif}.politics-multi-map-lite{width:100%;margin-bottom:8px}.dropdown-navigation__select{-webkit-appearance:none;appearance:none;background:0 0;border:1px solid #b1b1b1;border-radius:4px;color:#0c0c0c;cursor:pointer;display:block;font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif;font-size:16px;line-height:24px;overflow:hidden;padding:10px 16px;position:relative;text-overflow:ellipsis;white-space:nowrap;width:100%;z-index:2}.dropdown-navigation__select::-ms-expand{display:none}.dropdown-navigation__select:focus{outline:0!important;color:initial}.dropdown-navigation__wrapper{position:relative;width:269px;margin-bottom:16px}.dropdown-navigation .icon-ui-caret-down-thick{fill:#0c0c0c;height:24px;position:absolute;right:16px;top:50%;transform:translateY(-50%);width:24px;z-index:1}.tags__list,.tags__title{font-size:12px;letter-spacing:3px;text-transform:uppercase}.tags__list,.tags__list-item{display:inline}.tags__list{padding:0}.tags__list-item:not(:last-child) .tags__link::after{content:\\',\\'}.tags__list-item--hidden,.tags__list-item--invisible{display:none}.tags__link{color:#0c0c0c;text-decoration:none}.tags__link:active,.tags__link:focus,.tags__link:hover{box-shadow:0 1px 0 var(--theme-primary)}.tags__more-link{color:var(--theme-color-link);cursor:pointer}.container__title--underscored .container_card__title_url-sub-text,.container__title_url-sub-text{-webkit-text-decoration-skip-ink:var(--theme-underline-skip-ink);text-decoration-skip-ink:var(--theme-underline-skip-ink);-webkit-text-decoration-skip:var(--theme-underline-skip-ink);text-decoration-skip:var(--theme-underline-skip-ink)}.container{margin-bottom:var(--theme-container-margin-bottom-default);width:100%}.container:last-child{margin-bottom:0}.container__title{box-sizing:border-box;position:relative;width:100%;margin-bottom:var(--theme-container-title__margin-bottom)}.container__title:after,.container__title:before{content:\\'\\';display:block;left:0;position:absolute;top:0}.container__title:not( .container__title--emphatic,.container__title--underscored,.container__title--bulleted-headlines ):after{border-top:1px solid var(--theme-container-title__border-color);right:0}.container__title:before{background-color:var(--theme-container-title__border-decorator-color);height:4px;transition:width .3s;transition-timing-function:ease-in-out;width:var(--theme-container-title__border-decorator-initial-width)}.container__title-url{color:inherit;text-decoration:none}.container__title-url .right-arrow{content:\\'\\';display:inline-block;fill:var(--theme-container-title__arrow-color--initial);height:var(--theme-container-title__arrow-size);margin-left:8px;position:relative;top:var(--theme-container-title__arrow-top-pos);vertical-align:middle;width:var(--theme-container-title__arrow-size)}.container__title.hover:hover:before{width:100%}.container__title.hover:hover .right-arrow{fill:var(--theme-container-title__arrow-color--hover);transition:.4s}.container__title-text,.container__title_url-text{display:inline-block;font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif;font-size:var(--theme-container-title__text-size);font-weight:700;letter-spacing:.5px;line-height:16px;text-decoration:none;text-transform:uppercase;width:100%;margin-bottom:16px;margin-top:10px}.container__title--underscored:before{display:none;transition:none}.container__title--underscored.hover:hover:before{transition:none;width:16px}.container__title--underscored .container__title-url{align-items:center;display:inline-flex;margin-bottom:24px}.container__title--underscored .container__title-text,.container__title--underscored .container__title_url-text{font-size:36px;font-weight:700;line-height:36px;margin-bottom:0;margin-top:8px;margin-right:12px;text-transform:none;padding-bottom:0}.container__title--underscored:after{border-top:none}.container__title--underscored .container__title_url-text{width:auto}.container__title--underscored .container_card__title_url-sub-text{-webkit-text-decoration-line:var(--theme-paragraph__link-decoration);text-decoration-line:var(--theme-paragraph__link-decoration);text-decoration-thickness:var(--theme-paragraph__link-decoration-thickness);text-underline-offset:var(--theme-paragraph__hover-link-offset);color:inherit;-webkit-text-decoration-color:inherit;text-decoration-color:inherit}.container__title--underscored .container_card__title_url-sub-text:hover{-webkit-text-decoration:var(--theme-paragraph__hover-link-decoration);text-decoration:var(--theme-paragraph__hover-link-decoration);color:#6e6e6e}.container__kicker-url,.container__link{text-decoration:none}.container__title--bold:after,.container__title--bold:before{display:none}.container__title--bold .container__title-text,.container__title--bold .container__title_url-text{text-align:left;text-transform:initial;font-weight:700;font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif,cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif;font-size:24px;color:#0c0c0c;letter-spacing:.6px;line-height:30px}.container__kicker,.container__title--emphatic{text-align:center}.container__title--bold .container__title_url-text{-webkit-text-decoration-line:underline;text-decoration-line:underline;text-decoration-thickness:2px;-webkit-text-decoration-color:#0c0c0c;text-decoration-color:#0c0c0c;text-underline-offset:var(--theme-paragraph__hover-link-offset)}.container__title--bold .container__title_url-text:hover{color:#6e6e6e;-webkit-text-decoration-line:none;text-decoration-line:none}.container__link:hover .container__banner,.container__link:hover .container__headline,.container__title--emphatic .container__title-text:hover,.container__title--emphatic .container__title_url-text:hover{-webkit-text-decoration-line:underline;text-decoration-line:underline;text-decoration-thickness:var(--theme-paragraph__link-decoration-thickness);text-underline-offset:var(--theme-paragraph__hover-link-offset)}.container__title--emphatic:before{content:unset}.container__title--emphatic .container__title-text,.container__title--emphatic .container__title_url-text{text-transform:none;font-size:var(--theme-container-title-emphatic__font-size);font-weight:var(--theme-section-headline__font-weight);line-height:var(--theme-container-title-emphatic__line-height);letter-spacing:0;margin-top:0}.container__title--emphatic .container__title-text:hover,.container__title--emphatic .container__title_url-text:hover{color:var(--theme-link-color-hover);cursor:pointer}.container__kicker-text{display:block;margin:8px 0 0;font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif;font-weight:700;font-size:18px;line-height:26px;color:#0c0c0c}.container__item .image .mini-selector,.container__item .image__caption,.container__item .image_inline-small .mini-selector,.container__item .image_inline-small__caption,.container__item .video__caption{display:none}.container__kicker .image{border-bottom:none;margin:8px 0 0;padding:0}.container__kicker .image img{width:auto;height:auto;max-width:250px;max-height:25px}.container__item{list-style:none;margin:0;padding:0;position:relative}.container__item:first-child{border-top:none;padding-top:0}.container__item.fill,.container__item.placeholder{opacity:.5}.container__item .component-selector-wrapper{position:unset}.container__item .interactive-video,.container__item .interactive-video_inline-small{margin-top:0;margin-bottom:0}.container__item .interactive-video__player,.container__item .interactive-video_inline-small__player{object-position:top}.container__item img,.container__item video{height:100%;left:0;object-fit:cover;object-position:center;position:absolute;right:0;top:0;width:100%}.container__item .image,.container__item .image_inline-small{margin:0;padding:0;border:none}.container__item .image__credit,.container__item .image_inline-small__credit{color:#6e6e6e;font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif;font-size:10px;font-weight:400;line-height:0;padding:0 0 8px;text-align:right}.container__item .video{border-bottom:0;margin:0;padding-bottom:8px}.container__item .video__credit{margin-top:6px}.container__item-media-wrapper{display:flex;flex-direction:column;justify-content:center;position:relative}.container__item-media .image__credit,.container__item-media .image_sponsorship__credit,.container__item-media .interactive-video__credit{visibility:hidden}.container__item-media .image__container,.container__item-media .image_sponsorship__container,.container__item-media .interactive-video__container{flex-direction:column;overflow:hidden;position:relative}.container__item-media .image__container:after,.container__item-media .image_sponsorship__container:after,.container__item-media .interactive-video__container:after{content:\\'\\';display:block;padding-bottom:56.25%}.container__item-media .image--eq-small~.image__metadata .image__credit,.container__item-media .image_sponsorship--eq-small~.image__metadata .image__credit,.container__item-media .interactive-video--eq-small~.image__metadata .image__credit{line-height:12px;padding:4px;visibility:visible}.container__item-media .image--eq-small~.image__metadata .card__label,.container__item-media .image_sponsorship--eq-small~.image__metadata .card__label,.container__item-media .interactive-video--eq-small~.image__metadata .card__label{font-size:12px;padding:8px 16px;letter-spacing:.5px}.container__item-media .image--eq-small~.image__metadata .card__label-icon,.container__item-media .image_sponsorship--eq-small~.image__metadata .card__label-icon,.container__item-media .interactive-video--eq-small~.image__metadata .card__label-icon{width:16px;height:16px}.container__item-media .interactive-video__container::after{position:relative}.container.lazy .image__container,.container.lazy .image_sponsorship__container{background:#e6e6e6}.container__headline{color:#0c0c0c;font-family:var(--theme-container__font-family);font-size:16px;font-weight:var(--theme-container__font-weight);letter-spacing:.5px;line-height:22px}.container_headline-carousel__headline{font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif;font-style:normal;font-weight:400;font-size:18px}.container__banner{color:#0c0c0c;font-size:18px;font-weight:400;letter-spacing:.5px;line-height:22px;width:calc(100% - 30px)}.container__link{color:unset;display:inline-block;width:100%}.container__link:hover img,.container__link:hover video{opacity:var(--theme-container-image-opacity--hover);transition:.2s}.container__link:hover .image__container,.container__link:hover .image_sponsorship__container{background:var(--theme-container-image-color--hover)}.container__link:hover .container__banner,.container__link:hover .container__headline{color:var(--theme-container-color--hover);-webkit-text-decoration-color:var(--theme-container-text-decoration-color--hover);text-decoration-color:var(--theme-container-text-decoration-color--hover)}.container__field-links{margin:0;padding:0}.container__text-label{font-weight:700;letter-spacing:.5px}.container__text-label--type-breaking,.container__text-label--type-live-video,.container__text-label--type-updates{color:#c00}.container__text-label--type-gallery,.container__text-label--type-video{display:none}.container__text-label:not(:empty)::after{content:\\':\\'}.container__text{display:inline-block;font-family:var(--theme-font-family);width:100%}.container__text .icon-sig-photo-default,.container__text .icon-sig-video{float:left;height:20px;margin-right:4px;margin-top:2px;padding-bottom:3px}.container__video-duration{display:none}.container__headline .icon-sig-photo-default,.container__headline .icon-sig-video,.container__text .icon-sig-photo-default,.container__text .icon-sig-video{fill:#a4001e}.container__description{display:none}.container__title_url-sub-text{-webkit-text-decoration-line:var(--theme-paragraph__link-decoration);text-decoration-line:var(--theme-paragraph__link-decoration);text-decoration-thickness:var(--theme-paragraph__link-decoration-thickness);text-underline-offset:var(--theme-paragraph__hover-link-offset);color:#0c0c0c;-webkit-text-decoration-color:#0c0c0c;text-decoration-color:#0c0c0c;display:none;padding-top:16px;font-size:16px;font-weight:400;line-height:22px}.container__title_url-sub-text:hover{-webkit-text-decoration:var(--theme-paragraph__hover-link-decoration);text-decoration:var(--theme-paragraph__hover-link-decoration);color:#6e6e6e}.container__title--bulleted-headlines{display:flex}.container__title--bulleted-headlines::before{display:none}.container__title--bulleted-headlines::after{margin:0 0 0 8px;display:block;position:relative;top:-4px;border-top:none;border-bottom:1px solid #e6e6e6;align-self:center;flex-grow:2}.container__title--bulleted-headlines .container__title-text,.container__title--bulleted-headlines .container__title_url-text{margin:0 0 16px;width:auto;letter-spacing:.5px}.container.hide{display:none}.container .pagination{align-items:center;background:#fff;display:flex;justify-content:center;height:56px;font-size:16px;font-weight:700;margin:32px auto 8px;transition:opacity 1.5s}.container .pagination-previous::before{-webkit-mask:url(/media/sites/cnn/icons/ui-arrow-left.svg);mask:url(/media/sites/cnn/icons/ui-arrow-left.svg)}.container .pagination-next::before{-webkit-mask:url(/media/sites/cnn/icons/ui-arrow-right.svg);mask:url(/media/sites/cnn/icons/ui-arrow-right.svg)}.container .pagination-next,.container .pagination-previous{align-items:center;border-radius:50%;border:1px solid #0c0c0c;color:#0c0c0c;display:flex;justify-content:center;padding:12px 16px;text-decoration:none}.container .pagination-next:hover,.container .pagination-previous:hover{background:#e6e6e6}.container .pagination-next.disabled,.container .pagination-previous.disabled{border:1px solid #b1b1b1;pointer-events:none;cursor:default}.container .pagination-next.disabled::before,.container .pagination-previous.disabled::before{background-color:#b1b1b1}.container .pagination-next svg,.container .pagination-previous svg{margin:0}.container .pagination-next-direction,.container .pagination-previous-direction{display:block;text-indent:-9999px}.container .pagination-next::before,.container .pagination-previous::before{content:\\'\\';width:12px;height:12px;background-color:#0c0c0c;-webkit-mask-size:contain;mask-size:contain}.container .pagination-links{display:flex;margin:0;padding:0 24px;list-style:none}.container .pagination-link{color:#6e6e6e;min-width:25px;margin:0 4px;padding-bottom:4px;position:relative;text-decoration:none;display:flex;align-items:center;justify-content:center;flex-direction:column}.container .pagination-link.active,.container .pagination-link:active,.container .pagination-link:focus,.container .pagination-link:hover{color:#0c0c0c}.container .pagination-link:after{content:\\'\\';width:100%;height:3px;position:absolute;bottom:0;left:50%;transform:translateX(-50%)}.container .pagination-link.active:after{background:#000}.container .pagination-link:active:after,.container .pagination-link:focus:after,.container .pagination-link:hover:after{background:#e6e6e6}@media screen and (min-width:960px){body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .container__title--emphatic.container__title--emphatic-size-l1 .container__title-text,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .container__title--emphatic.container__title--emphatic-size-l1 .container__title_url-text{font-size:36px;line-height:38px;font-weight:700}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .container__title--emphatic.container__title--emphatic-size-l2 .container__title-text,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .container__title--emphatic.container__title--emphatic-size-l2 .container__title_url-text{font-size:46px;line-height:52px;font-weight:700}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .container__title--emphatic.container__title--emphatic-size-l3 .container__title-text,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .container__title--emphatic.container__title--emphatic-size-l3 .container__title_url-text{font-size:56px;line-height:62px;font-weight:700}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .container__kicker-text{font-size:20px;line-height:26px;margin:0}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .container__kicker .image{margin:0 0 8px}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .container__kicker .image img{max-width:400px;max-height:40px}}@media screen and (max-width:959px){body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .container__title--bold .container__title-text,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .container__title--bold .container__title_url-text{letter-spacing:0;margin-top:0}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .container__title--emphatic .container__title-text,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .container__title--emphatic .container__title_url-text{font-size:32px;font-weight:700;line-height:38px}}@media screen and (min-width:480px) and (max-width:959px){body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobil-app.kiln-edit-mode ) .container__kicker .image img{max-width:350px;max-height:35px}}@media screen and (max-width:479px){body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .container__title_url-sub-text{font-size:14px}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .container__title--underscored a{flex-wrap:wrap}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .container__title--underscored a p{padding-top:0}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .container__title--underscored .container__title-text,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .container__title--underscored .container__title_url-text{font-size:30px}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .container__title--underscored .container__title_url-text{margin-bottom:4px}}.container_grid-2{margin-bottom:var(--theme-container-margin-bottom-default)}.container_grid-2__field-links{display:flex;flex-flow:row wrap;gap:24px;justify-content:space-between}.container_grid-2__field-links.paginated{row-gap:0;margin-top:-32px}.container_grid-2__field-links.paginated .card{overflow:hidden;transition:opacity .5s;margin-bottom:0;margin-top:32px}.container_grid-2__field-links.paginated .card.hide{margin-top:0;height:0;opacity:0}.container_grid-2__item--type-section{margin-bottom:24px}.container_grid-2__item{align-items:flex-start;border-top:0;display:flex;justify-content:left;margin-right:auto;min-width:134px;flex-basis:calc(50% - 12px);flex-direction:column}.container_grid-2__item.container__item{padding:0}.container_grid-2__item.container__item .interactive-video,.container_grid-2__item.container__item [data-component-name=video-resource]{margin-top:0}.container_grid-2__item-media-wrapper{width:100%}.container_grid-2__item-media{margin-bottom:0}.container_grid-2 .container_grid-2__headline{font-weight:400}@media screen and (min-width:960px){body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .container_grid-2__text{margin-top:0}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .container_grid-2__item{min-width:0}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .container_grid-2__headline{font-size:16px;line-height:24px}}.card .container__text{display:inline-block}.card .container__text-edit{display:table}.card__label{font-size:10px;font-weight:700;position:absolute;bottom:0;left:0;margin:0 0 8px;text-transform:uppercase;white-space:nowrap;padding:4px 8px;display:flex;align-items:center}.card__label-indicator{display:none}.card__label--type-breaking{background:#c00;color:#fff}.card__label--type-exclusive,.card__label--type-investigates{background:#0c0c0c;color:#fff}.card__label--type-live-video,.card__label--type-updates{display:block;background:#fff;color:#0c0c0c}.card__label--type-live-video .card__label-indicator,.card__label--type-updates .card__label-indicator{display:block;color:#c00;font-size:26px;line-height:.4;padding-right:4px}.card__label--type-analysis,.card__label--type-opinion,.card__label--type-trending{background:#fff;color:#c00}.card__label--type-custom{background:#fff;color:#0c0c0c}.card__label--type-custom-video,.card__label--type-gallery,.card__label--type-podcasts,.card__label--type-video{background:rgba(12,12,12,.5);color:#fff}.card__label--duration{display:none}.card__label--type-custom-video .card__label-icon,.card__label--type-gallery .card__label-icon,.card__label--type-video .card__label-icon{float:left;fill:#f8f8f8;margin-right:4px;width:12px;height:12px;background-repeat:no-repeat}.card__label--type-custom-video .card__label-icon,.card__label--type-video .card__label-icon{background-image:url(\"data:image/svg+xml,%3Csvg xmlns=\\'http://www.w3.org/2000/svg\\' viewBox=\\'0 0 24 24\\'%3E%3Cpath fill=\\'%23f8f8f8\\' d=\\'M12 3.333c-4.779 0-8.667 3.888-8.667 8.667S7.221 20.667 12 20.667s8.667-3.888 8.667-8.667S16.779 3.333 12 3.333M12 22C6.486 22 2 17.514 2 12S6.486 2 12 2s10 4.486 10 10-4.486 10-10 10m-1.064-6.793l4.61-2.74a.715.715 0 00-.003-1.23l-4.61-2.712a.714.714 0 00-1.076.616v5.452c0 .554.603.897 1.08.614\\'/%3E%3C/svg%3E\")}.card__label--type-gallery .card__label-icon{background-image:url(\"data:image/svg+xml,%3Csvg xmlns=\\'http://www.w3.org/2000/svg\\' viewBox=\\'0 0 24 24\\'%3E%3Cpath fill=\\'%23f8f8f8\\' d=\\'M12.017 15.672a2.67 2.67 0 01-2.667-2.668 2.67 2.67 0 012.667-2.668 2.67 2.67 0 012.666 2.668 2.67 2.67 0 01-2.666 2.668m0-6.67c-2.206 0-4 1.795-4 4.002a4.006 4.006 0 004 4.002c2.205 0 4-1.795 4-4.002a4.005 4.005 0 00-4-4.002m8.681 8.867c0 .26-.211.471-.472.471H3.774a.472.472 0 01-.472-.471V9.106c0-.26.211-.47.472-.47h4.348l1.211-1.97h5.334l1.24 1.97h4.32c.26 0 .471.21.471.47v8.763zm0-10.534h-3.96l-.915-1.663c-.195-.381-.49-.672-1.156-.672H9.383c-.477 0-.956.23-1.193.672l-.927 1.663H3.327C2.577 7.32 2 7.937 2 8.654v9.686c.001.78.667 1.326 1.303 1.326h17.364c.68.025 1.332-.564 1.333-1.326V8.847c0-.826-.583-1.512-1.303-1.512z\\'/%3E%3C/svg%3E%0A\")}.card__label-bull-span{align-items:center;display:flex}.card>.container__link{display:block}.card [data-component-name=interactive-video]~.card__label{margin-bottom:6px}.card [data-component-name=video-resource]{margin-bottom:8px}.card [data-component-name=video-resource] .video-resource__details{display:none}.card .card__headline-with-timestamp{width:calc(100% - 40px);float:left}.card:not(:first-child) .container_lead-package__text.card__headline-with-timestamp{padding:0 0 12px}.card .card__timestamp{display:flex;width:40px;justify-content:flex-end;align-items:baseline;color:#6e6e6e}.card .card__timestamp-recent{color:#c00}.card:first-child .card__timestamp{line-height:26px}.card [data-component-name=video-resource]+.card__label{display:none}[data-page-type=section] .card--media-large~.container__text .container__headline:not(.container_hero-card-feature__headline){font-size:var(--theme-container-lead-title__font-size);line-height:var(--theme-container-lead-title__line-height);font-weight:var(--theme-container-lead-title__font-weight)}[data-page-type=section] .card--media-large .card__label{font-size:12px;line-height:18px;padding:8px 16px}.card__label--type-custom-video [data-page-type=section] .card--media-large .card__label-icon,.card__label--type-gallery [data-page-type=section] .card--media-large .card__label-icon,.card__label--type-video [data-page-type=section] .card--media-large .card__label-icon{width:16px;height:16px}[data-page-type=section] .card--media-large :not([data-component-name=interactive-video])~.card__label{margin-bottom:24px}[data-page-type=section] .card--media-large .image__metadata{margin-bottom:0;min-height:24px}[data-page-type=section] .card--media-large .image__metadata .image__credit{display:block;visibility:visible;padding:4px 0 8px}[data-page-type=section] .container__item-media-wrapper:not(.card--media-large):not( .container_shelf-carousel__item-media-wrapper ):not(.container_hero-card-feature__item-media-wrapper) .card__label{font-size:10px;padding:4px 8px;line-height:16px}[data-page-type=section] .container__item-media-wrapper:not(.card--media-large):not( .container_shelf-carousel__item-media-wrapper ):not(.container_hero-card-feature__item-media-wrapper) .image__container{margin-bottom:8px}[data-page-type=section] .container__item-media-wrapper:not(.card--media-large):not( .container_shelf-carousel__item-media-wrapper ):not(.container_hero-card-feature__item-media-wrapper) .image__credit,[data-page-type=section] .container__item-media-wrapper:not(.card--media-large):not( .container_shelf-carousel__item-media-wrapper ):not(.container_hero-card-feature__item-media-wrapper) .image__metadata{display:none}[data-page-type=section] .layout__top .product-zone .container__item-media-wrapper.card--media-large.container_hero-card-feature__item-media-wrapper .card__label,[data-page-type=section] .layout__top .product-zone .container__item-media-wrapper:not( .card--media-large ).container_hero-card-feature__item-media-wrapper .card__label{margin-bottom:0}[data-page-type=section] .card [data-component-name=interactive-video],[data-page-type=section] .card [data-component-name=image]{pointer-events:none}.container__title--underscored .container_card__title_url-sub-text,.container__title_url-sub-text{text-decoration-skip-ink:var(--theme-underline-skip-ink);-webkit-text-decoration-skip:var(--theme-underline-skip-ink)}.container{margin-bottom:var(--theme-container-margin-bottom-default);width:100%}.container:last-child{margin-bottom:0}.container__title{box-sizing:border-box;position:relative;width:100%;margin-bottom:var(--theme-container-title__margin-bottom)}.container__title:after,.container__title:before{content:\\'\\';display:block;left:0;position:absolute;top:0}.container__title:not( .container__title--emphatic,.container__title--underscored,.container__title--bulleted-headlines ):after{border-top:1px solid var(--theme-container-title__border-color);right:0}.container__title:before{background-color:var(--theme-container-title__border-decorator-color);height:4px;transition:width .3s;transition-timing-function:ease-in-out;width:var(--theme-container-title__border-decorator-initial-width)}.container__title-url{color:inherit;text-decoration:none}.container__title-url .right-arrow{content:\\'\\';display:inline-block;fill:var(--theme-container-title__arrow-color--initial);height:var(--theme-container-title__arrow-size);margin-left:8px;position:relative;top:var(--theme-container-title__arrow-top-pos);vertical-align:middle;width:var(--theme-container-title__arrow-size)}.container__title.hover:hover:before{width:100%}.container__title.hover:hover .right-arrow{fill:var(--theme-container-title__arrow-color--hover);transition:.4s}.container__title-text,.container__title_url-text{display:inline-block;font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif;font-size:var(--theme-container-title__text-size);font-weight:700;letter-spacing:.5px;line-height:16px;text-decoration:none;text-transform:uppercase;width:100%;margin-bottom:16px;margin-top:10px}.container__title--underscored:before{display:none;transition:none}.container__title--underscored.hover:hover:before{transition:none;width:16px}.container__title--underscored .container__title-url{align-items:center;display:inline-flex;margin-bottom:24px}.container__title--underscored .container__title-text,.container__title--underscored .container__title_url-text{font-size:36px;font-weight:700;line-height:36px;margin-bottom:0;margin-top:8px;margin-right:12px;text-transform:none;padding-bottom:0}.container__title--underscored:after{border-top:none}.container__title--underscored .container__title_url-text{width:auto}.container__title--underscored .container_card__title_url-sub-text{-webkit-text-decoration-line:var(--theme-paragraph__link-decoration);text-decoration-line:var(--theme-paragraph__link-decoration);text-decoration-thickness:var(--theme-paragraph__link-decoration-thickness);text-underline-offset:var(--theme-paragraph__hover-link-offset);-webkit-text-decoration-skip-ink:var(--theme-underline-skip-ink);text-decoration-skip:var(--theme-underline-skip-ink);color:inherit;-webkit-text-decoration-color:inherit;text-decoration-color:inherit}.container__title--underscored .container_card__title_url-sub-text:hover{-webkit-text-decoration:var(--theme-paragraph__hover-link-decoration);text-decoration:var(--theme-paragraph__hover-link-decoration);color:#6e6e6e}.container__kicker-url,.container__link{text-decoration:none}.container__title--bold:after,.container__title--bold:before{display:none}.container__title--bold .container__title-text,.container__title--bold .container__title_url-text{text-align:left;text-transform:initial;font-weight:700;font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif,cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif;font-size:24px;color:#0c0c0c;letter-spacing:.6px;line-height:30px}.container__kicker,.container__title--emphatic{text-align:center}.container__title--bold .container__title_url-text{-webkit-text-decoration-line:underline;text-decoration-line:underline;text-decoration-thickness:2px;-webkit-text-decoration-color:#0c0c0c;text-decoration-color:#0c0c0c;text-underline-offset:var(--theme-paragraph__hover-link-offset)}.container__title--bold .container__title_url-text:hover{color:#6e6e6e;-webkit-text-decoration-line:none;text-decoration-line:none}.container__link:hover .container__banner,.container__link:hover .container__headline,.container__title--emphatic .container__title-text:hover,.container__title--emphatic .container__title_url-text:hover{-webkit-text-decoration-line:underline;text-decoration-line:underline;text-decoration-thickness:var(--theme-paragraph__link-decoration-thickness);text-underline-offset:var(--theme-paragraph__hover-link-offset)}.container__title--emphatic:before{content:unset}.container__title--emphatic .container__title-text,.container__title--emphatic .container__title_url-text{text-transform:none;font-size:var(--theme-container-title-emphatic__font-size);font-weight:var(--theme-section-headline__font-weight);line-height:var(--theme-container-title-emphatic__line-height);letter-spacing:0;margin-top:0}.container__title--emphatic .container__title-text:hover,.container__title--emphatic .container__title_url-text:hover{color:var(--theme-link-color-hover);cursor:pointer}.container__kicker-text{display:block;margin:8px 0 0;font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif;font-weight:700;font-size:18px;line-height:26px;color:#0c0c0c}.container__item .image .mini-selector,.container__item .image__caption,.container__item .image_inline-small .mini-selector,.container__item .image_inline-small__caption,.container__item .video__caption{display:none}.container__kicker .image{border-bottom:none;margin:8px 0 0;padding:0}.container__kicker .image img{width:auto;height:auto;max-width:250px;max-height:25px}.container__item{list-style:none;margin:0;padding:0;position:relative}.container__item:first-child{border-top:none;padding-top:0}.container__item.fill,.container__item.placeholder{opacity:.5}.container__item .component-selector-wrapper{position:unset}.container__item .interactive-video,.container__item .interactive-video_inline-small{margin-top:0;margin-bottom:0}.container__item .interactive-video__player,.container__item .interactive-video_inline-small__player{object-position:top}.container__item img,.container__item video{height:100%;left:0;object-fit:cover;object-position:center;position:absolute;right:0;top:0;width:100%}.container__item .image,.container__item .image_inline-small{margin:0;padding:0;border:none}.container__item .image__credit,.container__item .image_inline-small__credit{color:#6e6e6e;font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif;font-size:10px;font-weight:400;line-height:0;padding:0 0 8px;text-align:right}.container__item .video{border-bottom:0;margin:0;padding-bottom:8px}.container__item .video__credit{margin-top:6px}.container__item-media-wrapper{display:flex;flex-direction:column;justify-content:center;position:relative}.container__item-media .image__credit,.container__item-media .image_sponsorship__credit,.container__item-media .interactive-video__credit{visibility:hidden}.container__item-media .image__container,.container__item-media .image_sponsorship__container,.container__item-media .interactive-video__container{flex-direction:column;overflow:hidden;position:relative}.container__item-media .image__container:after,.container__item-media .image_sponsorship__container:after,.container__item-media .interactive-video__container:after{content:\\'\\';display:block;padding-bottom:56.25%}.container__item-media .image--eq-small~.image__metadata .image__credit,.container__item-media .image_sponsorship--eq-small~.image__metadata .image__credit,.container__item-media .interactive-video--eq-small~.image__metadata .image__credit{line-height:12px;padding:4px;visibility:visible}.container__item-media .image--eq-small~.image__metadata .card__label,.container__item-media .image_sponsorship--eq-small~.image__metadata .card__label,.container__item-media .interactive-video--eq-small~.image__metadata .card__label{font-size:12px;padding:8px 16px;letter-spacing:.5px}.container__item-media .image--eq-small~.image__metadata .card__label-icon,.container__item-media .image_sponsorship--eq-small~.image__metadata .card__label-icon,.container__item-media .interactive-video--eq-small~.image__metadata .card__label-icon{width:16px;height:16px}.container__item-media .interactive-video__container::after{position:relative}.container.lazy .image__container,.container.lazy .image_sponsorship__container{background:#e6e6e6}.container__headline{color:#0c0c0c;font-family:var(--theme-container__font-family);font-size:16px;font-weight:var(--theme-container__font-weight);letter-spacing:.5px;line-height:22px}.container_headline-carousel__headline{font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif;font-style:normal;font-weight:400;font-size:18px}.container__banner{color:#0c0c0c;font-size:18px;font-weight:400;letter-spacing:.5px;line-height:22px;width:calc(100% - 30px)}.container__link{color:unset;display:inline-block;width:100%}.container__link:hover img,.container__link:hover video{opacity:var(--theme-container-image-opacity--hover);transition:.2s}.container__link:hover .image__container,.container__link:hover .image_sponsorship__container{background:var(--theme-container-image-color--hover)}.container__link:hover .container__banner,.container__link:hover .container__headline{color:var(--theme-container-color--hover);-webkit-text-decoration-color:var(--theme-container-text-decoration-color--hover);text-decoration-color:var(--theme-container-text-decoration-color--hover)}.container__field-links{margin:0;padding:0}.container__text-label{font-weight:700;letter-spacing:.5px}.container__text-label--type-breaking,.container__text-label--type-live-video,.container__text-label--type-updates{color:#c00}.container__text-label--type-gallery,.container__text-label--type-video{display:none}.container__text,.container_lead-plus-headlines__item .container_lead-plus-headlines__link{display:inline-block}.container__text-label:not(:empty)::after{content:\\':\\'}.container__text{font-family:var(--theme-font-family);width:100%}.container__text .icon-sig-photo-default,.container__text .icon-sig-video{float:left;height:20px;margin-right:4px;margin-top:2px;padding-bottom:3px}.container__video-duration{display:none}.container__headline .icon-sig-photo-default,.container__headline .icon-sig-video,.container__text .icon-sig-photo-default,.container__text .icon-sig-video{fill:#a4001e}.container__description{display:none}.container__title_url-sub-text{-webkit-text-decoration-line:var(--theme-paragraph__link-decoration);text-decoration-line:var(--theme-paragraph__link-decoration);text-decoration-thickness:var(--theme-paragraph__link-decoration-thickness);text-underline-offset:var(--theme-paragraph__hover-link-offset);-webkit-text-decoration-skip-ink:var(--theme-underline-skip-ink);text-decoration-skip:var(--theme-underline-skip-ink);color:#0c0c0c;-webkit-text-decoration-color:#0c0c0c;text-decoration-color:#0c0c0c;display:none;padding-top:16px;font-size:16px;font-weight:400;line-height:22px}.container__title_url-sub-text:hover{-webkit-text-decoration:var(--theme-paragraph__hover-link-decoration);text-decoration:var(--theme-paragraph__hover-link-decoration);color:#6e6e6e}.container__title--bulleted-headlines{display:flex}.container__title--bulleted-headlines::before{display:none}.container__title--bulleted-headlines::after{margin:0 0 0 8px;display:block;position:relative;top:-4px;border-top:none;border-bottom:1px solid #e6e6e6;align-self:center;flex-grow:2}.container__title--bulleted-headlines .container__title-text,.container__title--bulleted-headlines .container__title_url-text{margin:0 0 16px;width:auto;letter-spacing:.5px}.container.hide{display:none}.container .pagination{align-items:center;background:#fff;display:flex;justify-content:center;height:56px;font-size:16px;font-weight:700;margin:32px auto 8px;transition:opacity 1.5s}.container .pagination-previous::before{-webkit-mask:url(/media/sites/cnn/icons/ui-arrow-left.svg);mask:url(/media/sites/cnn/icons/ui-arrow-left.svg)}.container .pagination-next::before{-webkit-mask:url(/media/sites/cnn/icons/ui-arrow-right.svg);mask:url(/media/sites/cnn/icons/ui-arrow-right.svg)}.container .pagination-next,.container .pagination-previous{align-items:center;border-radius:50%;border:1px solid #0c0c0c;color:#0c0c0c;display:flex;justify-content:center;padding:12px 16px;text-decoration:none}.container .pagination-next:hover,.container .pagination-previous:hover{background:#e6e6e6}.container .pagination-next.disabled,.container .pagination-previous.disabled{border:1px solid #b1b1b1;pointer-events:none;cursor:default}.container .pagination-next.disabled::before,.container .pagination-previous.disabled::before{background-color:#b1b1b1}.container .pagination-next svg,.container .pagination-previous svg{margin:0}.container .pagination-next-direction,.container .pagination-previous-direction{display:block;text-indent:-9999px}.container .pagination-next::before,.container .pagination-previous::before{content:\\'\\';width:12px;height:12px;background-color:#0c0c0c;-webkit-mask-size:contain;mask-size:contain}.container .pagination-links{display:flex;margin:0;padding:0 24px;list-style:none}.container .pagination-link{color:#6e6e6e;min-width:25px;margin:0 4px;padding-bottom:4px;position:relative;text-decoration:none;display:flex;align-items:center;justify-content:center;flex-direction:column}.container .pagination-link.active,.container .pagination-link:active,.container .pagination-link:focus,.container .pagination-link:hover{color:#0c0c0c}.container .pagination-link:after{content:\\'\\';width:100%;height:3px;position:absolute;bottom:0;left:50%;transform:translateX(-50%)}.container .pagination-link.active:after{background:#000}.container .pagination-link:active:after,.container .pagination-link:focus:after,.container .pagination-link:hover:after{background:#e6e6e6}@media screen and (min-width:960px){body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .container__title--emphatic.container__title--emphatic-size-l1 .container__title-text,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .container__title--emphatic.container__title--emphatic-size-l1 .container__title_url-text{font-size:36px;line-height:38px;font-weight:700}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .container__title--emphatic.container__title--emphatic-size-l2 .container__title-text,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .container__title--emphatic.container__title--emphatic-size-l2 .container__title_url-text{font-size:46px;line-height:52px;font-weight:700}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .container__title--emphatic.container__title--emphatic-size-l3 .container__title-text,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .container__title--emphatic.container__title--emphatic-size-l3 .container__title_url-text{font-size:56px;line-height:62px;font-weight:700}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .container__kicker-text{font-size:20px;line-height:26px;margin:0}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .container__kicker .image{margin:0 0 8px}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .container__kicker .image img{max-width:400px;max-height:40px}}@media screen and (max-width:959px){body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .container__title--bold .container__title-text,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .container__title--bold .container__title_url-text{letter-spacing:0;margin-top:0}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .container__title--emphatic .container__title-text,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .container__title--emphatic .container__title_url-text{font-size:32px;font-weight:700;line-height:38px}}@media screen and (min-width:480px) and (max-width:959px){body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobil-app.kiln-edit-mode ) .container__kicker .image img{max-width:350px;max-height:35px}}@media screen and (max-width:479px){body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .container__title_url-sub-text{font-size:14px}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .container__title--underscored a{flex-wrap:wrap}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .container__title--underscored a p{padding-top:0}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .container__title--underscored .container__title-text,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .container__title--underscored .container__title_url-text{font-size:30px}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .container__title--underscored .container__title_url-text{margin-bottom:4px}}.container_lead-plus-headlines{margin-bottom:var(--theme-container-margin-bottom-default)}.container_lead-plus-headlines__ads .ad-slot.adSlotLoaded{padding:0 0 24px}.container_lead-plus-headlines__item,.container_lead-plus-headlines__text{padding:0;margin:0}.container_lead-plus-headlines__item:not(:last-child){border-bottom:1px solid #e6e6e6;margin:0 0 12px;padding:0 0 12px}.container_lead-plus-headlines__item:nth-child(1) .container_lead-plus-headlines__link:first-child{display:block}.container_lead-plus-headlines__item:nth-child(1) .container_lead-plus-headlines__text-label{display:none}.container_lead-plus-headlines__item:nth-child(1) .container_lead-plus-headlines__headline{font-size:20px;line-height:26px;font-weight:700!important;letter-spacing:0}.container_lead-plus-headlines__item:nth-child(1) .image__credit,.container_lead-plus-headlines__item:nth-child(1) .image_sponsorship__credit{padding:4px 0}.container_lead-plus-headlines .card:first-child .card__timestamp{line-height:28px}@media screen and (max-width:959px){body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .container_lead-plus-headlines .container__title--emphatic{margin-top:24px}}@media screen and (min-width:960px){body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .container_lead-plus-headlines__item:nth-child(1) .container_lead-plus-headlines__banner{font-size:36px;line-height:42px}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout--balanced-3 .container_lead-plus-headlines:nth-child(n+4){margin-top:48px}}.text-1eIsT7.cnn-pcl-1lgl0jt,footer.cnn-pcl-13at84h>div.cnn-pcl-13at84h>p.cnn-pcl-13at84h>span.next-update-3RWuW_.cnn-pcl-13at84h{margin-left:0}.header-container-2NUUsd.cnn-pcl-1k0jrn2.cnn-pcl-1k0jrn2{grid-area:header;position:relative;padding:0 0 16px 12px}.header-container-2NUUsd.cnn-pcl-1k0jrn2 h2.cnn-pcl-1k0jrn2{font-size:20px;line-height:26px;font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif;font-weight:700;color:#000;margin:0;padding:15px 102px 0 0;display:block}.header-container-2NUUsd.cnn-pcl-1k0jrn2 h2.cnn-pcl-1k0jrn2>a{cursor:pointer;color:initial;text-decoration:none}.header-container-2NUUsd.cnn-pcl-1k0jrn2 h2.cnn-pcl-1k0jrn2>a:hover{text-decoration:underline;color:initial!important}.header-container-2NUUsd.cnn-pcl-1k0jrn2 p.subtitle-1hydv9.cnn-pcl-1k0jrn2{font-size:20px;line-height:26px;font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif;font-weight:700;padding:0;margin:0}.header-container-2NUUsd.cnn-pcl-1k0jrn2 .action-button-MXWPft.cnn-pcl-1k0jrn2{position:absolute;right:12px;top:0;padding-top:15px}table.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv{grid-area:results;border-spacing:0;border-radius:4px;box-sizing:border-box;padding:1rem;max-width:100%;border-collapse:collapse;position:relative;text-align:right;width:100%}table.cnn-pcl-xtr4hv .cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv,table.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv::after,table.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv::before{box-sizing:inherit}table.cnn-pcl-xtr4hv thead tr.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv{vertical-align:bottom;border-bottom:1px solid #d3d3d3}table.cnn-pcl-xtr4hv thead tr th.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv{font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif;font-weight:400;font-size:13px;padding:0 0 12px}table.cnn-pcl-xtr4hv thead tr th.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv:first-child{text-align:left;padding-left:12px}table.cnn-pcl-xtr4hv thead tr th:nth-child(2) .total-delegates-ADQTa2.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv{display:inline-block}table.cnn-pcl-xtr4hv thead tr th:nth-child(2) .hidden-1SXjCH.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv{display:none}table.cnn-pcl-xtr4hv thead tr th.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv:last-child{direction:rtl;max-width:90px;padding-right:12px;padding-left:12px}@media screen and (min-width:480px){table.cnn-pcl-xtr4hv thead tr th.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv:last-child{padding-left:18px}}@media screen and (min-width:960px){table.cnn-pcl-xtr4hv thead tr th.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv:last-child{padding-left:24px}}table.cnn-pcl-xtr4hv tbody tr.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv{border-bottom:1px solid #d3d3d3;background:var(--background);display:var(--display);line-height:16px;letter-spacing:.2px;vertical-align:middle;font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif;font-weight:400}table.cnn-pcl-xtr4hv tbody tr.isWinner-7j8KXa.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv{font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif;font-weight:700}table.cnn-pcl-xtr4hv tbody tr td.col-candidate-name-1pAsq5.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv{padding-left:16px;min-width:116px;text-align:left;position:relative}table.cnn-pcl-xtr4hv tbody tr td.col-candidate-name-1pAsq5.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv:before{content:\"\";height:100%;width:8px;position:absolute;left:0;top:0;background-color:var(--candidateColor)}table.cnn-pcl-xtr4hv tbody tr td span.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv,table.cnn-pcl-xtr4hv tbody tr td.col-candidate-name-1pAsq5.cnn-pcl-xtr4hv>span.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv{display:flex;align-items:center}table.cnn-pcl-xtr4hv tbody tr td span.race-indicator-zone-2TE5h7.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv{width:18px;min-width:18px;display:flex}table.cnn-pcl-xtr4hv tbody tr td.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv{border-bottom:1px solid #d3d3d3;padding:16px 0}table.cnn-pcl-xtr4hv tbody tr td.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv:last-child{padding-right:12px}table.cnn-pcl-xtr4hv tbody tr td.col-progress-bar-HuBjC8.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv{width:60%}table.cnn-pcl-xtr4hv tbody tr td.col-candidate-name-1pAsq5.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv{padding-right:24px}@media screen and (min-width:480px){table.cnn-pcl-xtr4hv tbody tr td.col-candidate-name-1pAsq5.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv{padding-right:32px}}@media screen and (min-width:960px){table.cnn-pcl-xtr4hv tbody tr td.col-candidate-name-1pAsq5.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv{padding-right:48px}}table.cnn-pcl-xtr4hv tbody tr td span.full-name-3lhPUj.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv{display:flex;flex-direction:column;align-items:flex-start;width:116px}table.cnn-pcl-xtr4hv tbody tr td span.full-name-3lhPUj.cnn-pcl-xtr4hv>span.dropped-out-1AJ89G.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv{background:var(--delegateDroppedOut);color:#fff;font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif;font-weight:700;font-size:12px;letter-spacing:.74px;text-align:center;border-radius:3px;padding:1px 4px;margin-top:6px}table.cnn-pcl-xtr4hv tbody .progress-bar-bdx54d.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv{background-color:var(--progressBarBackgroundColor);height:24px;position:relative;width:100%}table.cnn-pcl-xtr4hv tbody .percentage-29wjBM.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv{background-color:var(--progressbarColor);height:24px;width:var(--progressbarWidth)}table.cnn-pcl-xtr4hv tbody [data-testid=accordion].cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv{display:flex}table.cnn-pcl-xtr4hv tbody tr.accordion-row-2KcLFL.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv{border-bottom:none;display:table-row;padding-left:6px}table.cnn-pcl-xtr4hv tbody tr.accordion-row-2KcLFL td.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv{border-bottom:none;padding:8px 0 8px 6px}table.cnn-pcl-xtr4hv tbody tr.accordion-row-2KcLFL td.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv:first-child:before{content:\"\";display:none}table.cnn-pcl-xtr4hv tbody .delegate-ahead-count-No29zo.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv{display:block;font-size:12px;line-height:12px;color:#404040;font-style:italic;font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif;font-weight:400;padding:4px 0 0 10px}table.cnn-pcl-xtr4hv>tfoot.cnn-pcl-xtr4hv>tr.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv{text-align:left;font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif;font-weight:400;font-size:12px;line-height:14px;height:24px}table.cnn-pcl-xtr4hv>tfoot.cnn-pcl-xtr4hv>tr.cnn-pcl-xtr4hv>td.icon-informational-32GQ2W.cnn-pcl-xtr4hv{padding:12px 0 0 8px}footer.cnn-pcl-13at84h.cnn-pcl-13at84h.cnn-pcl-13at84h.cnn-pcl-13at84h{grid-area:footer;margin-top:12px;padding:0 12px 14px;height:fit-content;display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end}.embedded-1klVVX.cnn-pcl-13at84h.cnn-pcl-13at84h.cnn-pcl-13at84h.cnn-pcl-13at84h{border-bottom:1px solid #e6e6e6}.footer-info-cDvY3f.cnn-pcl-13at84h.cnn-pcl-13at84h.cnn-pcl-13at84h.cnn-pcl-13at84h{display:flex;flex-direction:column;align-self:flex-start}footer.cnn-pcl-13at84h>div.cnn-pcl-13at84h>p.cnn-pcl-13at84h.cnn-pcl-13at84h{margin:0;display:flex}footer.cnn-pcl-13at84h>div.cnn-pcl-13at84h>p.last-updated-38oKS4.cnn-pcl-13at84h.cnn-pcl-13at84h{font-size:12px;font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif;font-weight:400;line-height:16px;letter-spacing:-.2px;padding:0;margin:0}a.cnn-pcl-13at84h.cnn-pcl-13at84h.cnn-pcl-13at84h.cnn-pcl-13at84h,button.cnn-pcl-1gfshy2,button.cnn-pcl-1hveimy{font-weight:700;font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif}a.cnn-pcl-13at84h.cnn-pcl-13at84h.cnn-pcl-13at84h.cnn-pcl-13at84h{color:#0c0c0c;text-decoration:underline;font-size:12px}@media screen and (min-width:768px){footer.cnn-pcl-13at84h.cnn-pcl-13at84h.cnn-pcl-13at84h.cnn-pcl-13at84h{align-self:flex-end}}@media screen and (min-width:1024px){.embedded-1klVVX.cnn-pcl-13at84h.cnn-pcl-13at84h.cnn-pcl-13at84h.cnn-pcl-13at84h{border-bottom:none}}article.cnn-pcl-fm1ncy{border:1px solid #e6e6e6;border-radius:4px;position:relative;display:grid;background:#fff;grid-template-areas:\"header header\" \"results results\" \"footer footer\";margin:0 0 24px}article.called-1bIiML.cnn-pcl-fm1ncy::before{content:\"\";height:8px;width:calc(100% + 2px);margin-left:-1px;margin-top:-1px;border-top-left-radius:4px;border-top-right-radius:4px;position:absolute;top:0;left:0;background:var(--winnerPartyColor)}button.cnn-pcl-1hveimy{text-decoration:none;background-color:#fff;color:#000;cursor:pointer;font-size:10px;padding:4px 9px;border:1px solid #000;border-radius:14px;line-height:16px;min-width:74px}.followed-1x17z8.cnn-pcl-1hveimy{background-color:#000;color:#fff}.small-1-yuya.cnn-pcl-1hveimy{box-sizing:content-box;max-height:16px;padding:0;margin:0 0 1px}.isAdded-3-hBK3.cnn-pcl-1hveimy{background-image:linear-gradient(to left,#c7e0f8,#fececf),linear-gradient(283deg,#c7e0f8 102%,#fececf);background-origin:border-box;background-clip:border-box;color:#000}.onhover-legkqF.cnn-pcl-1hveimy{background-color:#fff;color:#000}.accordion-container.cnn-pcl-1gfshy2{display:flex;flex-direction:column;align-items:center}h3.cnn-pcl-1gfshy2{margin:0}button.cnn-pcl-1gfshy2{background:0 0;display:flex;flex-direction:row;align-items:center;font-size:16px;color:#0c0c0c;cursor:pointer;margin:0;padding:4px;border:2px solid transparent}span[data-accordion-type=business].cnn-pcl-1gfshy2,span[data-accordion-type=with-icon].cnn-pcl-1gfshy2{margin-right:4px}button.cnn-pcl-1gfshy2>svg path{fill:#0c0c0c}button.cnn-pcl-1gfshy2:hover{color:#6e6e6e}button.cnn-pcl-1gfshy2:hover>svg path{fill:#6e6e6e!important}button.cnn-pcl-1gfshy2:focus-visible{outline:#0c0c0c solid 2px;border-radius:5px;color:#0c0c0c}button.cnn-pcl-1gfshy2:focus>svg path{fill:#0c0c0c}button.cnn-pcl-1gfshy2:active{color:#404040;background:#e6e6e6;border-radius:4px}button.cnn-pcl-1gfshy2:active>svg path{color:#404040!important}.svg-icon.cnn-pcl-12nb5um{transition:transform .1s linear}.dark-blue.cnn-pcl-1uvs9b7{fill:#0e243c}.blue.cnn-pcl-1uvs9b7{fill:#3061f2}.red.cnn-pcl-1uvs9b7{fill:#ff3f3f}.next-update-timer-1K0nuP.cnn-pcl-1lgl0jt{display:flex;flex-direction:row;margin:0;font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif;font-weight:400;font-size:12px;line-height:16px;letter-spacing:-.2px}.time-1C6GVD.cnn-pcl-1lgl0jt{font-family:cnnclock,helveticaneue,Helvetica,Arial,Utkal,sans-serif}a.cnn-pcl-1ch2hn7{text-decoration:inherit;color:inherit}.politics-delegate-tracker{margin-bottom:24px}tr.cnn-pcl-310bxq>td.cnn-pcl-310bxq.cnn-pcl-310bxq{text-align:left;vertical-align:top;padding-top:5px;height:25px}tr.cnn-pcl-310bxq>td.cnn-pcl-310bxq.cnn-pcl-310bxq:nth-child(4),tr.first-2FZOl4.cnn-pcl-310bxq>td.cnn-pcl-310bxq.cnn-pcl-310bxq{padding-top:10px}tr.first-2FZOl4.cnn-pcl-310bxq>td.cnn-pcl-310bxq.cnn-pcl-310bxq:nth-child(4){padding-top:15px}tr.cnn-pcl-310bxq>td.cnn-pcl-310bxq.cnn-pcl-310bxq:not(:first-child):not(:nth-child(2)){text-align:right}.tall-11eG88.cnn-pcl-310bxq.cnn-pcl-310bxq.cnn-pcl-310bxq{height:50px}tr.last-1WWZ67.cnn-pcl-310bxq.cnn-pcl-310bxq.cnn-pcl-310bxq{height:30px}tr.first-2FZOl4.cnn-pcl-310bxq.cnn-pcl-310bxq.cnn-pcl-310bxq:not(:first-child){border-top:1px solid #d3d3d3}td.col-district-name-1JoDZf.cnn-pcl-310bxq.cnn-pcl-310bxq.cnn-pcl-310bxq{font-size:14px;font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif;font-weight:400;display:flex;flex-direction:column;margin:0 6px 0 0}@media screen and (min-width:480px){tr.first-2FZOl4.cnn-pcl-310bxq>td.cnn-pcl-310bxq.cnn-pcl-310bxq{padding-top:15px}tr.first-2FZOl4.cnn-pcl-310bxq>td.cnn-pcl-310bxq.cnn-pcl-310bxq:nth-child(4){padding-top:20px}tr.last-1WWZ67.cnn-pcl-310bxq.cnn-pcl-310bxq.cnn-pcl-310bxq{height:34px}td.col-district-name-1JoDZf.cnn-pcl-310bxq.cnn-pcl-310bxq.cnn-pcl-310bxq{display:0 10px 0 0}}td.col-district-name-1JoDZf.cnn-pcl-310bxq>a{color:#0c0c0c;font-size:14px;font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif;font-weight:400}td.col-district-name-1JoDZf.cnn-pcl-310bxq>div.key-race-3vt56S.cnn-pcl-310bxq.cnn-pcl-310bxq{font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif;font-size:7px;font-weight:700;line-height:10px;border-radius:3px;text-align:center;padding:3px 2px 1px;width:40px;height:14px;color:#262626;background:#ffc61c;margin:4px 0 0}@media screen and (min-width:480px){td.col-district-name-1JoDZf.cnn-pcl-310bxq>div.key-race-3vt56S.cnn-pcl-310bxq.cnn-pcl-310bxq{font-size:9px;font-weight:700;width:65px;height:16px;padding:4px 0 2px}}td.col-candidate-name-R5KKUj.cnn-pcl-310bxq.cnn-pcl-310bxq.cnn-pcl-310bxq{padding-left:13px;font-size:14px;font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif;font-weight:400}td.col-candidate-name-R5KKUj.cnn-pcl-310bxq>span.cnn-pcl-310bxq.cnn-pcl-310bxq{display:flex;align-items:center}td.col-candidate-name-R5KKUj.cnn-pcl-310bxq span.candidate-icon-indicator-1Eq5wI.cnn-pcl-310bxq.cnn-pcl-310bxq{display:block;align-self:center}td.col-candidate-name-R5KKUj.cnn-pcl-310bxq span.candidate-icon-indicator-1Eq5wI.cnn-pcl-310bxq>svg{display:block;margin-left:4px;height:16px;width:16px}td.col-candidate-name-R5KKUj.cnn-pcl-310bxq span.candidate-icon-indicator-1Eq5wI.cnn-pcl-310bxq>svg .politics-crm__checkmark-background{fill:var(--partyColor)}td.col-candidate-name-R5KKUj.cnn-pcl-310bxq span.col-party-dot-1iztIu.cnn-pcl-310bxq.cnn-pcl-310bxq{display:inline-block;margin-left:-13px;margin-right:5px;content:\"\";height:8px;width:8px;border-radius:4px;background:var(--partyColor);flex-shrink:0}td.col-candidate-name-R5KKUj.cnn-pcl-310bxq span.incumbent-3R9HEl.cnn-pcl-310bxq.cnn-pcl-310bxq{font-size:8px;color:#6e6e6e;font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif;font-weight:400}td.col-vote-percent-1X7T6A.cnn-pcl-310bxq.cnn-pcl-310bxq.cnn-pcl-310bxq,td.col-votes-37xqqZ.cnn-pcl-310bxq.cnn-pcl-310bxq.cnn-pcl-310bxq{font-size:14px;font-weight:400;font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif}td.col-candidate-name-R5KKUj.cnn-pcl-310bxq span.last-1WWZ67.cnn-pcl-310bxq.cnn-pcl-310bxq{margin:0 0 2px}td.col-bar-graph-Pj2xgD.cnn-pcl-310bxq.cnn-pcl-310bxq.cnn-pcl-310bxq{display:none}@media screen and (min-width:480px){td.col-bar-graph-Pj2xgD.cnn-pcl-310bxq.cnn-pcl-310bxq.cnn-pcl-310bxq{width:40%;display:table-cell}}td.cnn-pcl-310bxq>div.bar-graph-3ElJOk.cnn-pcl-310bxq.cnn-pcl-310bxq{width:100%;height:10px;position:relative;background:#e6e6e6}td.cnn-pcl-310bxq>div.bar-graph-3ElJOk.cnn-pcl-310bxq.cnn-pcl-310bxq::after{position:absolute;content:\"\";height:10px;width:100%;background:#6e6e6e;top:0;left:0;z-index:-1}td.cnn-pcl-310bxq>div.bar-graph-3ElJOk.cnn-pcl-310bxq>span.cnn-pcl-310bxq{display:block;height:10px;background:var(--partyColor)}td.col-vote-percent-1X7T6A.cnn-pcl-310bxq.cnn-pcl-310bxq.cnn-pcl-310bxq{padding-right:24px}tr.cnn-pcl-310bxq>td.col-votes-37xqqZ.cnn-pcl-310bxq>div.vote-count-1TX3KN.cnn-pcl-310bxq{display:grid}tr.cnn-pcl-310bxq>td.col-votes-37xqqZ>div.vote-count-1TX3KN span.ahead-count-Y0vCF9.cnn-pcl-310bxq.cnn-pcl-310bxq{display:block;font-size:8px;color:#6e6e6e;font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif;font-weight:400}tr.results-list-footer-1gfzF_.cnn-pcl-19hnj0w>td.cnn-pcl-19hnj0w.cnn-pcl-19hnj0w.cnn-pcl-19hnj0w{margin:0}tr.results-list-footer-1gfzF_.cnn-pcl-19hnj0w>td.cnn-pcl-19hnj0w>div.cnn-pcl-19hnj0w.cnn-pcl-19hnj0w{white-space:nowrap;display:flex;flex-direction:column;padding:4px 0 12px}tr.results-list-footer-1gfzF_.cnn-pcl-19hnj0w>td.cnn-pcl-19hnj0w>div.cnn-pcl-19hnj0w>span.reporting-srbBg7.cnn-pcl-19hnj0w{font-size:12px;line-height:16px;font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif;font-weight:700;letter-spacing:-.2px;padding:0;margin:0;max-height:14px}tr.results-list-footer-1gfzF_.cnn-pcl-19hnj0w>td.cnn-pcl-19hnj0w>div.cnn-pcl-19hnj0w>span.next-update-K9Q1kO.cnn-pcl-19hnj0w{font-size:12px;line-height:16px;margin-left:0;letter-spacing:-.2px}.col-bar-graph-2i-5mJ.cnn-pcl-3f3tda.cnn-pcl-3f3tda.cnn-pcl-3f3tda.cnn-pcl-3f3tda.cnn-pcl-3f3tda{display:none}.results-list-1UdYAS.cnn-pcl-3f3tda.cnn-pcl-3f3tda.cnn-pcl-3f3tda.cnn-pcl-3f3tda.cnn-pcl-3f3tda{border:1px solid #d3d3d3;border-radius:5px}.results-list__article-2qT-gK.cnn-pcl-3f3tda.cnn-pcl-3f3tda.cnn-pcl-3f3tda.cnn-pcl-3f3tda.cnn-pcl-3f3tda{border-bottom:1px solid #d3d3d3;padding:14px 12px 8px}.results-list__title-7vhqrQ.cnn-pcl-3f3tda.cnn-pcl-3f3tda.cnn-pcl-3f3tda.cnn-pcl-3f3tda.cnn-pcl-3f3tda{font-size:18px;font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif;font-weight:700;line-height:26px;margin:0}.results-list__description-LsIC2Y.cnn-pcl-3f3tda.cnn-pcl-3f3tda.cnn-pcl-3f3tda.cnn-pcl-3f3tda.cnn-pcl-3f3tda{font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif;font-size:12px;font-weight:400;line-height:20px;letter-spacing:0;text-align:left;margin:0}@media screen and (min-width:480px){.col-bar-graph-2i-5mJ.cnn-pcl-3f3tda.cnn-pcl-3f3tda.cnn-pcl-3f3tda.cnn-pcl-3f3tda.cnn-pcl-3f3tda{width:40%;display:table-cell}.results-list__description-LsIC2Y.cnn-pcl-3f3tda.cnn-pcl-3f3tda.cnn-pcl-3f3tda.cnn-pcl-3f3tda.cnn-pcl-3f3tda{line-height:26px;margin:0 3px}}.results-list-1UdYAS.cnn-pcl-3f3tda table.cnn-pcl-3f3tda.cnn-pcl-3f3tda.cnn-pcl-3f3tda.cnn-pcl-3f3tda{grid-area:results;margin:0 17px;border-spacing:0;padding:0 12px;width:calc(100% - 34px);height:fit-content;border-collapse:collapse;table-layout:inherit}.results-list-1UdYAS.cnn-pcl-3f3tda table.cnn-pcl-3f3tda>thead.cnn-pcl-3f3tda>tr.cnn-pcl-3f3tda>th.cnn-pcl-3f3tda{color:#0c0c0c;padding:16px 4px 2px 0;border-bottom:.9px solid #d3d3d3;font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif;font-weight:400;font-size:12px;text-align:left}@media screen and (min-width:480px){.results-list-1UdYAS.cnn-pcl-3f3tda table.cnn-pcl-3f3tda.cnn-pcl-3f3tda.cnn-pcl-3f3tda.cnn-pcl-3f3tda{margin:0 31px;width:calc(100% - 62px)}.results-list-1UdYAS.cnn-pcl-3f3tda table.cnn-pcl-3f3tda>thead.cnn-pcl-3f3tda>tr.cnn-pcl-3f3tda>th.cnn-pcl-3f3tda{font-size:14px}}.next-update-timer-1K0nuP.cnn-pcl-1lgl0jt,[data-theme=politics]{font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif;font-weight:400;font-size:12px}.results-list-1UdYAS.cnn-pcl-3f3tda table.cnn-pcl-3f3tda>thead.cnn-pcl-3f3tda>tr.cnn-pcl-3f3tda>th.cnn-pcl-3f3tda:not(:first-child):not(:nth-child(2)){text-align:right}.results-list-1UdYAS.cnn-pcl-3f3tda table.cnn-pcl-3f3tda>thead.cnn-pcl-3f3tda>tr.cnn-pcl-3f3tda>th.cnn-pcl-3f3tda:nth-child(3){padding-right:24px}.svg-icon.cnn-pcl-12nb5um{transition:transform .1s linear}.dark-blue.cnn-pcl-1uvs9b7{fill:#0e243c}.blue.cnn-pcl-1uvs9b7{fill:#3061f2}.red.cnn-pcl-1uvs9b7{fill:#ff3f3f}.tooltip-3R5ImY.cnn-pcl-16crzd1{display:inline-block;margin:26px 0 0 4px;position:relative}[data-theme=politics]{background-color:#262626;border-radius:8px;color:#fff;max-width:256px!important;padding:12px 16px}.next-update-timer-1K0nuP.cnn-pcl-1lgl0jt{display:flex;flex-direction:row;margin:0;line-height:16px;letter-spacing:-.2px}.text-1eIsT7.cnn-pcl-1lgl0jt{margin-left:0}.time-1C6GVD.cnn-pcl-1lgl0jt{font-family:cnnclock,helveticaneue,Helvetica,Arial,Utkal,sans-serif}.politics-results-list{margin:32px 0}.custom-placeholder .status-label,.kiln-edit-mode .container_headline-carousel__headline:hover,.kiln-edit-mode [data-component-name=video-resource] .video-resource__image:hover::after,html{font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif}.layout,.layout__content-wrapper{background-color:#fff;width:100%}.kiln-edit-mode .configuration input[disabled],.kiln-edit-mode .configuration select[disabled],.kiln-edit-mode .kiln-overlay-form.kiln-overlay-form--product-card .ui-textbox.has-floating-label .ui-textbox__label-text.is-inline,.kiln-edit-mode .kiln-overlay-form.kiln-overlay-form--product-offer-card .ui-textbox.has-floating-label .ui-textbox__label-text.is-inline,.kiln-edit-mode .product-offer-card-container_related-products,.kiln-edit-mode .tabcontent__section *{pointer-events:none}html{box-sizing:border-box;min-height:100%;min-width:320px;overflow-x:hidden;-webkit-text-size-adjust:100%;text-size-adjust:100%;width:100%}.kiln-edit-mode .gallery-inline.gallery--hidden,.kiln-edit-mode .gallery-inline_unfurled,.kiln-edit-mode [data-component-name=correction]{overflow:visible}*,:after,:before{box-sizing:inherit;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility}.layout{margin:0;padding:0}.layout__content-wrapper{display:inline-block;position:relative}.kiln-edit-mode .contributors-list .add-contributor-wrapper .add-contributor-button,.kiln-edit-mode .kiln-overlay-form.card button[aria-label=\\'Add Card\\'],.kiln-edit-mode .kiln-overlay-form.card button[aria-label=\\'Duplicate Card\\'],.kiln-edit-mode .kiln-overlay-form.kiln-overlay-form--voter-tool-detail .complex-list-item-actions-right>.ui-button,.layout__top:empty{display:none}.layout__content-wrapper .layout__info{position:relative}.layout__bottom,.layout__breadcrumb,.layout__top,.layout__wrapper{margin:0 auto;padding:0 16px;width:100%;max-width:1440px;min-width:300px}.layout__bottom{padding:0;max-width:100%}.layout__lede .interactive-video{margin-top:0;margin-bottom:32px}@media screen and (min-width:960px){body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout__top,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout__wrapper{padding:0 32px}}.kiln-field button:focus,.kiln-field input:focus,.kiln-field select:focus,.kiln-field textarea:focus,.kiln-wrapper button:focus,.kiln-wrapper input:focus,.kiln-wrapper select:focus,.kiln-wrapper textarea:focus{outline:0}.kiln-edit-mode .kiln-overlay-form.byline button[aria-label=\\'Do Magic\\']{position:absolute;right:-1px;margin-top:-11px;cursor:default}.kiln-edit-mode .kiln-overlay-form.byline button[aria-label=\\'Do Magic\\']:hover{background:0 0}.kiln-edit-mode .kiln-overlay-form.card__label{visibility:visible}.kiln-edit-mode .kiln-overlay-form.kiln-overlay-form--product-card .input-container{padding:15px 30px 120px}.kiln-edit-mode .kiln-overlay-form.kiln-overlay-form--product-offer-card{top:8vh!important;left:50vw!important;width:fit-content!important}.kiln-edit-mode .kiln-overlay-form.kiln-overlay-form--product-offer-card .input-container{padding:15px 30px 24px}.kiln-edit-mode .kiln-overlay-form.kiln-overlay-form--product-offer-card .ui-textbox__counter{float:right;margin-bottom:8px;position:relative;top:0}.kiln-edit-mode .kiln-overlay-form.kiln-overlay-form--image{top:10%!important;min-height:80vh;width:initial!important}.kiln-edit-mode .kiln-overlay-form.kiln-overlay-form--image .rich-text-input .rich-text__feedback{color:rgba(0,0,0,.54);font-size:.875em}.kiln-edit-mode .kiln-overlay-form.kiln-overlay-form--video-resource{min-height:80vh;left:50vw!important;width:85vw!important}.kiln-edit-mode .kiln-overlay-form.kiln-overlay-form--feed .ui-textbox__textarea{min-height:20vh}.kiln-edit-mode .kiln-overlay-form.kiln-overlay-form--voter-tool-detail .complex-list .complex-list .complex-list .complex-list-item-actions-right>.ui-button,.kiln-edit-mode .kiln-overlay-form.kiln-overlay-form--voter-tool-detail .ui-tab:nth-child(3) .complex-list .complex-list .ui-button{display:inline-block}.kiln-edit-mode .kiln-overlay-form.kiln-overlay-form--configuration .static-input-text{height:auto;min-height:2rem}.kiln-edit-mode .kiln-overlay-form.kiln-overlay-form--product-card .static-input-text,.kiln-edit-mode .kiln-overlay-form.kiln-overlay-form--product-offer-card .static-input-text{font-size:16px}.kiln-edit-mode .ui-tabs.right-drawer .ui-tab{word-break:break-word}.kiln-edit-mode .simple-modal--image-search-modal .ui-modal__container{width:80vw;max-width:1500px}.kiln-edit-mode .simple-modal--selective-publishing .ui-confirm.selective-publishing{word-wrap:break-word}.kiln-edit-mode .image.component-selector-wrapper{min-height:40px}.kiln-edit-mode .image.component-selector-wrapper .image__metadata .image__credit{visibility:visible}.kiln-edit-mode .image_inline-small{z-index:1000}.kiln-edit-mode .container_list-headlines-with-images .icon-sig-photo-default,.kiln-edit-mode .container_list-headlines-with-images .icon-sig-video{margin-right:4px}.kiln-edit-mode.layout-homepage-mobile,.kiln-edit-mode.layout-homepage-mobile-app{width:414px;margin:auto;background:repeating-linear-gradient(to bottom,#000,#000 2px,transparent 1px,transparent 880px);padding:0}.kiln-edit-mode.layout-homepage-mobile-app__bottom,.kiln-edit-mode.layout-homepage-mobile-app__top,.kiln-edit-mode.layout-homepage-mobile-app__wrapper,.kiln-edit-mode.layout-homepage-mobile__bottom,.kiln-edit-mode.layout-homepage-mobile__top,.kiln-edit-mode.layout-homepage-mobile__wrapper{margin:0 auto}.kiln-edit-mode.layout-homepage-mobile-app{background:repeating-linear-gradient(to bottom,#000,#000 2px,transparent 1px,transparent 880px);padding:0}.kiln-edit-mode.layout-homepage-mobile-app__content{width:414px;margin:auto}.kiln-edit-mode.layout-homepage-mobile-app__bottom,.kiln-edit-mode.layout-homepage-mobile-app__top,.kiln-edit-mode.layout-homepage-mobile-app__wrapper{margin:0 auto}.kiln-edit-mode .product-comparison .ql-bubble .ql-tooltip-editor input[type=text]{left:0}.kiln-edit-mode .product-comparison .ql-editor{text-align:left}.kiln-edit-mode .ad-slot-header,.kiln-edit-mode .ad-slot-header__wrapper,.kiln-edit-mode .header__wrapper-outer{height:unset!important;min-height:unset!important;top:unset!important}.kiln-edit-mode .ad-slot{align-items:center;background-color:#f8f8f8;display:flex;justify-content:center;margin:0 0 10px;min-height:48px;position:relative;flex-direction:column}.kiln-edit-mode .ad-slot .ad-feedback-link-container,.kiln-edit-mode .ad-slot .ad-slot__feedback{display:none}.kiln-edit-mode .ad-slot.component-selector-wrapper{min-height:48px}.kiln-edit-mode .ad-slot[data-desktop-slot-id]::before{color:#6e6e6e;content:\\'AD SLOT (desktop: \\' attr(data-desktop-slot-id) \\')\\';display:block;font-size:16px}.kiln-edit-mode .ad-slot[data-mobile-slot-id]::after{color:#6e6e6e;content:\\'AD SLOT (mobile: \\' attr(data-mobile-slot-id) \\')\\';display:block;font-size:16px}.kiln-edit-mode [data-uri*=\\'/bizdev-outbrain/\\'] .kiln-permanent-placeholder{min-height:50px!important}.kiln-edit-mode [data-uri*=\\'/bizdev-healthgrade/\\'],.kiln-edit-mode [data-uri*=\\'/bizdev-outbrain/\\'],.kiln-edit-mode [data-uri*=\\'/bizdev-nativo/\\']{width:100%;margin-bottom:10px}.kiln-edit-mode .layout__bottom [data-placement]{display:none}.kiln-edit-mode .newsleter-signup .newsletter-signup__form-section--gdpr,.kiln-edit-mode .newsletter-signup_hub .newsletter-signup__form-section--gdpr,.kiln-edit-mode .user-account-registration-form [data-specific-to-regions]{display:block}.kiln-edit-mode .openweb-convo{margin:8px 0}.kiln-edit-mode .paragraph .ql-toolbar svg{margin:0}.kiln-edit-mode .user-account-registration-form [data-specific-to-regions] .formfield-checkbox__checkbox-label,.kiln-edit-mode .user-account-registration-form [data-specific-to-regions] .formfield-checkbox__checkbox-label a{color:#262626}.kiln-edit-mode .newsleter-signup,.kiln-edit-mode .newsletter-signup_hub{visibility:visible;height:initial;opacity:1}.nav-content .page-list-sites{display:none}html[data-layout-uri*=\\'homepage/instances/homepage-domestic\\'] .kiln-edit-mode .ad-slot:not(.adSlotLoaded),html[data-layout-uri*=\\'homepage-mobile/instances/homepage-domestic\\'] .kiln-edit-mode .ad-slot:not(.adSlotLoaded),html[data-layout-uri*=\\'homepage/instances/homepage-international\\'] .kiln-edit-mode .ad-slot:not(.adSlotLoaded),html[data-layout-uri*=\\'homepage-mobile/instances/homepage-international\\'] .kiln-edit-mode .ad-slot:not(.adSlotLoaded),html[data-layout-uri*=\\'layout-with-rail/instances/cnn-article-v\\'] .ad-slot:not(.adSlotLoaded),html[data-layout-uri*=\\'layout-with-rail/instances/cnn-article-feature-v\\'] .ad-slot:not(.adSlotLoaded),html[data-layout-uri*=\\'layout-with-rail/instances/us-article-v\\'] .ad-slot:not(.adSlotLoaded),html[data-layout-uri*=\\'layout-with-rail/instances/us-article-feature-v\\'] .ad-slot:not(.adSlotLoaded),html[data-layout-uri*=\\'layout-with-rail/instances/world-article-v\\'] .ad-slot:not(.adSlotLoaded),html[data-layout-uri*=\\'layout-with-rail/instances/world-article-feature-v\\'] .ad-slot:not(.adSlotLoaded),html[data-layout-uri*=\\'layout-with-rail/instances/politics-article-v\\'] .ad-slot:not(.adSlotLoaded),html[data-layout-uri*=\\'layout-with-rail/instances/politics-article-feature-v\\'] .ad-slot:not(.adSlotLoaded),html[data-layout-uri*=\\'layout-with-rail/instances/business-article-v\\'] .ad-slot:not(.adSlotLoaded),html[data-layout-uri*=\\'layout-with-rail/instances/business-article-feature-v\\'] .ad-slot:not(.adSlotLoaded),html[data-layout-uri*=\\'layout-with-rail/instances/opinions-article-v\\'] .ad-slot:not(.adSlotLoaded),html[data-layout-uri*=\\'layout-with-rail/instances/opinions-article-feature-v\\'] .ad-slot:not(.adSlotLoaded),html[data-layout-uri*=\\'layout-with-rail/instances/health-article-v\\'] .ad-slot:not(.adSlotLoaded),html[data-layout-uri*=\\'layout-with-rail/instances/health-article-feature-v\\'] .ad-slot:not(.adSlotLoaded),html[data-layout-uri*=\\'layout-with-rail/instances/entertainment-article-v\\'] .ad-slot:not(.adSlotLoaded),html[data-layout-uri*=\\'layout-with-rail/instances/entertainment-article-feature-v\\'] .ad-slot:not(.adSlotLoaded),html[data-layout-uri*=\\'layout-with-rail/instances/style-article-v\\'] .ad-slot:not(.adSlotLoaded),html[data-layout-uri*=\\'layout-with-rail/instances/style-article-feature-v\\'] .ad-slot:not(.adSlotLoaded),html[data-layout-uri*=\\'layout-with-rail/instances/travel-article-v\\'] .ad-slot:not(.adSlotLoaded),html[data-layout-uri*=\\'layout-with-rail/instances/travel-article-feature-v\\'] .ad-slot:not(.adSlotLoaded),html[data-layout-uri*=\\'layout-with-rail/instances/sport-article-v\\'] .ad-slot:not(.adSlotLoaded),html[data-layout-uri*=\\'layout-with-rail/instances/sport-article-feature-v\\'] .ad-slot:not(.adSlotLoaded){height:auto;display:flex;min-height:0;animation:none;padding:0}.layout-profile__top .headline,body[class*=homepage-mobile].kiln-edit-mode [data-desktop-slot-id]:not([data-mobile-slot-id]){display:none}.new-page-nav .filterable-list-item-children{margin-left:15px}.html-embed .kiln-permanent-placeholder{min-height:18px!important}.kiln-placeholder{margin-bottom:12px}.inline-placeholder .kiln-placeholder{background:0 0;padding:0;margin:0;min-height:initial!important;display:block}.inline-placeholder .kiln-placeholder .placeholder-icon,.kiln-internals .clay-kiln-logo.stellar>svg,.layout-shared-components .kiln-wrapper.view-mode{display:none}.inline-placeholder .kiln-placeholder .placeholder-text{color:#8c8c8c;font-family:inherit;font-size:inherit;font-weight:inherit;text-align:left;text-transform:none;line-height:inherit;width:100%}.inline-placeholder .kiln-placeholder .placeholder-text::first-letter{text-transform:none}.publish-location-form .publishSectionTop{margin-bottom:20px}.publish-location-form .publishSectionBottom input[disabled]{border-bottom-style:dotted;color:#404040;cursor:default}.kiln-internals .clay-kiln-logo.stellar::before{background-image:url(/media/sites/cnn/stellar-logo.svg);background-size:100%;background-repeat:no-repeat;content:\\' \\';color:transparent;position:absolute;left:calc(50vw - 155px);top:calc(50vh - 55px);width:300px;height:100px}.kiln-internals .clay-kiln.stellar .breaking-news .ui-button--size-normal,.kiln-internals .clay-kiln.stellar .component-search__add-button,.kiln-internals .clay-kiln.stellar .media-manager .ui-fileupload,.kiln-internals .clay-kiln.stellar .ui-toolbar--type-colored,.kiln-internals .clay-kiln.stellar .ui-toolbar__body .ui-button,.kiln-internals .clay-kiln.stellar .ui-toolbar__body>.ui-button,.kiln-internals .clay-kiln.stellar .ui-toolbar__right .toolbar-publish-button,.kiln-internals .clay-kiln.stellar .view-menu-button{background-color:#1976d2}.kiln-internals .clay-kiln.stellar .component-search__add-button:hover,.kiln-internals .clay-kiln.stellar .ui-toolbar__body .ui-button:hover,.kiln-internals .clay-kiln.stellar .ui-toolbar__right .toolbar-publish-button:hover{background-color:rgba(0,0,0,.1)}.kiln-internals .clay-kiln.stellar .breaking-news .ui-button--size-normal:hover,.kiln-internals .clay-kiln.stellar .media-manager .ui-fileupload:hover{background:#0066ce}.kiln-wrapper.view-mode .ui-fab{font-size:16px!important}.kiln-wrapper.view-mode .ui-fab--size-normal,.kiln-wrapper.view-mode .ui-fab--size-normal .ui-fab__focus-ring{height:3.5em!important;width:3.5em!important}.kiln-wrapper.view-mode .ui-fab--size-small,.kiln-wrapper.view-mode .ui-fab--size-small .ui-fab__focus-ring{width:2.5em!important;height:2.5em!important}.kiln-wrapper.view-mode .ui-fab__icon .ui-icon{font-size:1.5em!important}.kiln-edit-mode .interactive__edit-info{background-color:#e3f2fd;margin:16px 0;color:#0a0a0a;padding:24px}.kiln-edit-mode .interactive__title{display:inline-block;border-bottom:2px solid #0a0a0a}.kiln-edit-mode .interactive__overflow{width:100%;overflow:scroll}.tooltip{font-size:20px}.tooltip .tooltip-content,.tooltip .tooltip-content .ui-tooltip{font-size:.8125em!important}.tooltip .tooltip-content{height:1.625em!important}.custom-placeholder{position:relative}.custom-placeholder__right{position:absolute;display:flex;align-items:center;height:100%;top:0;right:0}.custom-placeholder .placeholder-label{justify-content:start!important}.custom-placeholder .status-label{font-size:12px;line-height:12px;color:#fff;margin:12px;padding:8px;border-radius:16px}.custom-placeholder.ready{border-top:2px solid #58e59e}.custom-placeholder.ready .status-label{background-color:#58e59e}.custom-placeholder.new,.custom-placeholder.updated{border-top:2px solid #ff7979}.custom-placeholder.new .status-label,.custom-placeholder.updated .status-label{background-color:#ff7979}.kiln-search-active{display:flex;flex-flow:column nowrap;overflow:auto}.kiln-edit-mode .kiln-overlay-form--product-card .input-container .reveal-leave-active,.kiln-edit-mode .kiln-overlay-form--product-offer-card .input-container .reveal-leave-active,.kiln-edit-mode .product-offer-card .complex-list-trash.kiln-sortable-drop-area,.kiln-edit-mode .product-offer-card_carousel .complex-list-trash.kiln-sortable-drop-area,.kiln-edit-mode .product-offer-card_expanded .complex-list-trash.kiln-sortable-drop-area,.kiln-edit-mode .product-offer-card_listing .complex-list-trash.kiln-sortable-drop-area,.kiln-edit-mode .product-offer-card_listing-item .complex-list-trash.kiln-sortable-drop-area,.layout.tabs{display:none}.kiln-search-active .kiln-edit-mode:not(.layout-homepage-mobile):not(.layout-homepage-mobile-app) .header{margin-left:400px!important;width:100%}.kiln-search-active .kiln-edit-mode:not(.layout-homepage-mobile):not(.layout-homepage-mobile-app) .header__container{margin-left:0}.kiln-search-active .kiln-edit-mode:not(.layout-homepage-mobile):not(.layout-homepage-mobile-app) .layout__bottom,.kiln-search-active .kiln-edit-mode:not(.layout-homepage-mobile):not(.layout-homepage-mobile-app) .layout__wrapper{margin-left:400px!important}.kiln-search-active .kiln-edit-mode:not(.layout-homepage-mobile):not(.layout-homepage-mobile-app) .footer__inner{margin-left:0}.kiln-edit-mode .content-recs,.kiln-edit-mode .more-from-cnn{margin-bottom:12px}.kiln-edit-mode .container.container_headline-carousel.component-selector-wrapper .container_headline-carousel__cards-wrapper{overflow:scroll}.kiln-edit-mode .container.container_headline-carousel.component-selector-wrapper .container_headline-carousel__cards-wrapper .container_headline-carousel__field-wrapper{overflow:unset}.kiln-edit-mode .article-text-banner_underscored-deals{padding:0}.kiln-edit-mode .article-text-banner_underscored-deals__container{height:unset;margin-top:8px;margin-bottom:8px}.kiln-edit-mode .article-text-banner_underscored-deals .kiln-permanent-placeholder{min-height:unset!important}.kiln-edit-mode .article-text-banner_underscored-deals-with-bullets .kiln-permanent-placeholder{min-height:auto!important}.kiln-edit-mode .container_headline-carousel__field-links,.kiln-edit-mode .container_shelf-carousel__field-links{padding:38px 30px 15px;margin-bottom:10px}.kiln-edit-mode .container.container_shelf-carousel.component-selector-wrapper .container_shelf-carousel__cards-wrapper{overflow:scroll}.kiln-edit-mode .container.container_shelf-carousel.component-selector-wrapper .container_shelf-carousel__field-wrapper{overflow:unset}.kiln-edit-mode .container.container_shelf-carousel.component-selector-wrapper .container_shelf-carousel__item.container__item{min-width:unset}.kiln-edit-mode .container_headline-carousel__title{padding:0 25px;margin-bottom:-30px}.kiln-edit-mode .accordion-item__content{max-height:100%;padding:0 0 40px}.kiln-edit-mode .accordion-item__content>*{padding:0 16px}.kiln-edit-mode .product-card-container_carousel__container-items:has(.sticker) .product-card_carousel__title,.kiln-edit-mode .product-card-container_grid__container-items:has(.sticker) .product-card_carousel__title{margin-top:0}.kiln-edit-mode .product-card-container_carousel__container-items:has(.sticker) .product-card_carousel__sticker-container,.kiln-edit-mode .product-card-container_grid__container-items:has(.sticker) .product-card_carousel__sticker-container{margin-bottom:0;height:fit-content}.kiln-edit-mode .product-card-container_carousel__container-items:has(.sticker) .product-card_carousel .product-card_carousel__image,.kiln-edit-mode .product-card-container_grid__container-items:has(.sticker) .product-card_carousel .product-card_carousel__image{margin-bottom:58px}.kiln-edit-mode .product-card-container_carousel__container-items:has(.sticker) .product-card_carousel:has(.sticker) .product-card_carousel__image,.kiln-edit-mode .product-card-container_grid__container-items:has(.sticker) .product-card_carousel:has(.sticker) .product-card_carousel__image{margin-bottom:0!important}.kiln-edit-mode .product-offer-card-container_related-products .product-offer-card_related-product__image .image{margin:0!important}.kiln-edit-mode .product-offer-card-container_carousel__container-items:has(.sticker) .product-offer-card_carousel__title,.kiln-edit-mode .product-offer-card-container_grid__container-items:has(.sticker) .product-offer-card_carousel__title{margin-top:0}.kiln-edit-mode .product-offer-card-container_carousel__container-items:has(.sticker) .product-offer-card_carousel__sticker-container,.kiln-edit-mode .product-offer-card-container_grid__container-items:has(.sticker) .product-offer-card_carousel__sticker-container{margin-bottom:0;height:fit-content}.kiln-edit-mode .product-offer-card-container_carousel__container-items:has(.sticker) .product-offer-card_carousel .product-offer-card_carousel__image,.kiln-edit-mode .product-offer-card-container_grid__container-items:has(.sticker) .product-offer-card_carousel .product-offer-card_carousel__image{margin-bottom:58px}.kiln-edit-mode .product-offer-card-container_carousel__container-items:has(.sticker) .product-offer-card_carousel:has(.sticker) .product-offer-card_carousel__image,.kiln-edit-mode .product-offer-card-container_grid__container-items:has(.sticker) .product-offer-card_carousel:has(.sticker) .product-offer-card_carousel__image{margin-bottom:0!important}.kiln-edit-mode .product-card-container_landing-page .product-card_landing .kiln-permanent-placeholder,.kiln-edit-mode .product-card-container_landing-page .product-offer-card_landing .kiln-permanent-placeholder,.kiln-edit-mode .product-offer-card-container_landing-page .product-card_landing .kiln-permanent-placeholder,.kiln-edit-mode .product-offer-card-container_landing-page .product-offer-card_landing .kiln-permanent-placeholder{min-width:100%}.kiln-edit-mode .product-offer-card__button-link.offer-link.kiln-sortable-chosen,.kiln-edit-mode .product-offer-card_carousel__button-link.offer-link.kiln-sortable-chosen,.kiln-edit-mode .product-offer-card_expanded__button-link.offer-link.kiln-sortable-chosen,.kiln-edit-mode .product-offer-card_listing-item__button-link.offer-link.kiln-sortable-chosen,.kiln-edit-mode .product-offer-card_listing__button-link.offer-link.kiln-sortable-chosen{border:2px solid #3061f2;padding:calc(16px - 2px) calc(32px - 2px);border-radius:0;box-shadow:0 0 0 3px #fff inset}.kiln-edit-mode .product-offer-card.component-selector-wrapper__sticker-container [data-sticker-expired-or-unsupported=true],.kiln-edit-mode .product-offer-card.component-selector-wrapper__sticker-container.hide,.kiln-edit-mode .product-offer-card_carousel.component-selector-wrapper__sticker-container [data-sticker-expired-or-unsupported=true],.kiln-edit-mode .product-offer-card_carousel.component-selector-wrapper__sticker-container.hide,.kiln-edit-mode .product-offer-card_expanded.component-selector-wrapper__sticker-container [data-sticker-expired-or-unsupported=true],.kiln-edit-mode .product-offer-card_expanded.component-selector-wrapper__sticker-container.hide,.kiln-edit-mode .product-offer-card_listing-item.component-selector-wrapper__sticker-container [data-sticker-expired-or-unsupported=true],.kiln-edit-mode .product-offer-card_listing-item.component-selector-wrapper__sticker-container.hide,.kiln-edit-mode .product-offer-card_listing.component-selector-wrapper__sticker-container [data-sticker-expired-or-unsupported=true],.kiln-edit-mode .product-offer-card_listing.component-selector-wrapper__sticker-container.hide{display:block}.kiln-edit-mode .product-offer-card__sticker-container,.kiln-edit-mode .product-offer-card_expanded__sticker-container{margin-top:68px}.kiln-edit-mode .product-offer-card__sticker-container .sticker,.kiln-edit-mode .product-offer-card_expanded__sticker-container .sticker{width:fit-content;position:relative;top:0}.kiln-edit-mode .product-offer-card .kiln-permanent-placeholder,.kiln-edit-mode .product-offer-card_expanded .kiln-permanent-placeholder{min-height:auto}.kiln-edit-mode .product-quick-picks--sponsorship .kiln-permanent-placeholder{min-height:auto!important}.kiln-edit-mode .featured-product .featured-product__image .kiln-placeholder{margin:0;min-height:160px!important}.kiln-edit-mode .call-to-action__cta-container .image.portrait.image_hide-placeholder,.kiln-edit-mode .call-to-action__cta-container div,.kiln-edit-mode .call-to-action__cta-container div.image,.kiln-edit-mode .call-to-action__cta-container div.portrait{max-width:initial}.kiln-edit-mode .call-to-action__cta-container .call-to-action__button-text,.kiln-edit-mode .call-to-action__cta-container a{color:#fff;text-decoration:none;width:50%;left:25%}.kiln-edit-mode .sticker{display:flex!important}.kiln-edit-mode .layout.tabs{display:block}.kiln-edit-mode .layout-homepage-mobile-app__content-wrapper .layout.tabs,.kiln-edit-mode .layout-homepage-mobile__content-wrapper .layout.tabs{width:90vw;margin-left:-35vw}.kiln-edit-mode .tabs{margin-bottom:0}.kiln-edit-mode .tabs:not(.active){display:none}.kiln-edit-mode .tabs.layout{background:#edf4fb;border-bottom:solid 1px #1976d2;margin-bottom:10px}.kiln-edit-mode .tabs__wrapper{line-height:46px;max-width:1440px;margin:0 auto;padding-top:2px}.sponsorship .kiln-edit-mode .tabs__wrapper{max-width:1100px}.kiln-edit-mode .tabs__list{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap}.kiln-edit-mode .tabs__item{border-bottom:solid 4px transparent;color:#5c5c5c;cursor:pointer;display:inline;font-size:14px;font-weight:700;letter-spacing:1px;padding:10px 30px;text-transform:uppercase}.kiln-edit-mode .tabs__item.active{border-bottom-color:#1976d2;color:#000}.kiln-edit-mode .tabs__item:hover{border-bottom-color:#8cbae8}.kiln-edit-mode .tabcontent{margin:32px 0 48px}.kiln-edit-mode .tabcontent__config,.kiln-edit-mode .tabcontent__meta,.kiln-edit-mode .tabcontent__other{background-color:#fafafa;border:1px solid #edf0f2;padding:18px;margin-bottom:18px}.kiln-edit-mode .tabcontent:not(.active){display:none}.kiln-edit-mode .tabcontent__settings{padding-top:18px}.kiln-edit-mode .tabcontent__meta,.kiln-edit-mode .tabcontent__other{margin-top:18px}.kiln-edit-mode .tabcontent__meta .header,.kiln-edit-mode .tabcontent__other .header{font-size:18px;font-weight:700;margin-bottom:12px}.kiln-edit-mode .tabcontent__group,.kiln-edit-mode .tabcontent__subgroup{position:relative}.kiln-edit-mode .tabcontent__subgroup{margin-bottom:14px}.kiln-edit-mode .tabcontent__help,.kiln-edit-mode .tabcontent__label{color:#8c8c8c;margin-bottom:2px}.kiln-edit-mode .tabcontent__help{font-size:13px}.kiln-edit-mode .tabcontent__underline{border-bottom:1px solid #8c8c8c;margin-bottom:14px;margin-right:32px}.kiln-edit-mode .tabcontent__underline .kiln-placeholder{margin:0;padding:0}.kiln-edit-mode .tabcontent__wand{background-image:url(\"data:image/svg+xml,%3Csvg xmlns=\\'http://www.w3.org/2000/svg\\' width=\\'26\\' height=\\'28\\' viewBox=\\'0 0 26 28\\'%3E%3Cpath d=\\'M18.594 9.078L23.172 4.5 21.5 2.828l-4.578 4.578zM25.578 4.5q0 .422-.281.703L5.203 25.297q-.281.281-.703.281t-.703-.281L.703 22.203q-.281-.281-.281-.703t.281-.703L20.797.703q.281-.281.703-.281t.703.281l3.094 3.094q.281.281.281.703zM4.469 1.531L6 2l-1.531.469L4 4l-.469-1.531L2 2l1.531-.469L4 0zm5.469 2.531L13.001 5l-3.063.938L9 9.001l-.938-3.063L4.999 5l3.063-.938L9 .999zm14.531 7.469L26 12l-1.531.469L24 14l-.469-1.531L22 12l1.531-.469L24 10zm-10-10L16 2l-1.531.469L14 4l-.469-1.531L12 2l1.531-.469L14 0z\\'%3E%3C/path%3E%3C/svg%3E\");background-size:24px 24px;background-repeat:no-repeat;width:24px;height:24px;display:block;position:absolute;right:0;bottom:0}.kiln-edit-mode .tabcontent__thumbnail{max-width:300px}.kiln-edit-mode .tabcontent__thumbnail .image,.kiln-edit-mode .tabcontent__thumbnail .kiln-placeholder{margin-bottom:0}.kiln-edit-mode .tabcontent__thumbnail .kiln-placeholder{min-height:175px!important}.kiln-edit-mode .tabcontent__thumbnail .image__caption{display:none}.kiln-edit-mode .tabcontent__section{margin:56px 0 0;padding:0;border:0;cursor:pointer}.kiln-edit-mode .tabcontent__section:nth-of-type(1){margin-top:0}.kiln-edit-mode .tabcontent__header{margin-bottom:12px;margin-top:0}.kiln-edit-mode .tabcontent__text{margin:0;font-size:14px}.kiln-edit-mode .tabcontent__text--disabled{color:#6e6e6e}.kiln-edit-mode .tabcontent__block{display:block;margin:32px 0 0}.kiln-edit-mode .tabcontent__block:nth-of-type(1){margin-top:0}.kiln-edit-mode .tabcontent__block--inline{display:flex}.kiln-edit-mode .tabcontent__alert,.kiln-edit-mode .tabcontent__label{display:block;margin:0 0 4px;font-size:14px;line-height:20px;color:#6e6e6e}.kiln-edit-mode .tabcontent__alert{color:#c00}.kiln-edit-mode .tabcontent__checkbox,.kiln-edit-mode .tabcontent__select{-webkit-appearance:none;-moz-appearance:none;border-radius:0}.kiln-edit-mode .tabcontent__select{width:100%;max-width:340px;padding:0 0 8px;border:0;border-bottom:1px solid #6e6e6e;background:url(\"data:image/svg+xml,<svg width=\\'8\\' height=\\'3\\' viewBox=\\'0 0 8 3\\' xmlns=\\'http://www.w3.org/2000/svg\\'><path d=\\'M0.708496 0H7.4834L4.09595 3L0.708496 0Z\\' fill=\\'%23263239\\'/></svg>\") right center no-repeat;font-size:14px;line-height:20px;color:#0c0c0c;text-transform:capitalize}.kiln-edit-mode .tabcontent__select:disabled{opacity:1}.kiln-edit-mode .tabcontent__checkbox{display:block;width:20px;height:20px;margin-right:8px;border:1px solid #e6e6e6;color:#fff}.kiln-edit-mode .tabcontent__image .image__caption,.kiln-edit-mode .tabcontent__image .quick-icon-remove{display:none}.kiln-edit-mode .tabcontent__checkbox--checked{border-color:#3061f2;background:url(\"data:image/svg+xml,<svg width=\\'16\\' height=\\'14\\' viewBox=\\'0 0 16 14\\' fill=\\'none\\' xmlns=\\'http://www.w3.org/2000/svg\\'><path d=\\'M15.0643 2.04738L13.6714 0.680222L5.29737 10.3043L2.08653 6.90847L0.749893 8.34671L5.38429 13.2037L15.0643 2.04738Z\\' fill=\\'white\\'/></svg>\") center center no-repeat #3061f2}.kiln-edit-mode .tabcontent__image{max-width:340px;position:relative}.kiln-edit-mode .tabcontent__image .tabcontent__wand{right:-34px;top:0}.kiln-edit-mode .tabcontent__image .image,.kiln-edit-mode .tabcontent__image .kiln-placeholder{border-bottom:0;margin:0!important}.kiln-edit-mode .tabcontent__image .kiln-placeholder{min-height:175px!important}.kiln-edit-mode .configuration{display:block}.kiln-edit-mode .container .container__field-links.kiln-field__disabled .container__link:hover::after,.kiln-edit-mode .container .container__field-links>.kiln-placeholder .placeholder-add-component,.kiln-edit-mode .container .personalization__cards-wrapper{display:none}.kiln-edit-mode .layout-homepage-mobile-app__content-wrapper .configuration,.kiln-edit-mode .layout-homepage-mobile__content-wrapper .configuration{width:90vw;margin-left:-36vw}.kiln-edit-mode .container .card .container__text-edit .icon-sig-photo-default,.kiln-edit-mode .container .card .container__text-edit .icon-sig-video{position:relative;height:16px;width:16px;top:2px}.kiln-edit-mode .container .container__field-links>.kiln-placeholder{height:68px}.kiln-edit-mode .container .container__field-links>.kiln-placeholder::after,.kiln-edit-mode .container .container__field-links>.kiln-placeholder::before{color:#1976d2}.kiln-edit-mode .container .container__field-links>.kiln-placeholder::after{content:\\'Drag Card Here\\';font-family:Noto Sans,Arial,sans-serif;font-size:14px;font-weight:400;letter-spacing:.16px;line-height:18px;text-transform:uppercase}.kiln-edit-mode .container .container__field-links>.kiln-placeholder::before{content:\\'add\\';font-family:\\'Material Icons\\';font-size:24px}.kiln-edit-mode .container .container__field-links.kiln-field__disabled .container__link:hover{outline:0}.kiln-edit-mode .container .factbox{border-top:1px solid #e6e6e6;border-bottom:1px solid #e6e6e6;padding:16px;z-index:1}.kiln-edit-mode .container .zone__placeholder{margin-bottom:10px}.kiln-edit-mode .gallery-inline.gallery--hidden .kiln-permanent-placeholder,.kiln-edit-mode .gallery-inline_unfurled .kiln-permanent-placeholder{min-height:48px!important}.kiln-edit-mode .gallery-inline.gallery--hidden .gallery-inline__slides .image img,.kiln-edit-mode .gallery-inline.gallery--hidden .gallery-inline_slides.kiln-field__disabled,.kiln-edit-mode .gallery-inline.gallery--hidden .gallery-inline_unfurled__slides-unfurled .image img,.kiln-edit-mode .gallery-inline.gallery--hidden .gallery-inline_unfurled__slides-unfurled.kiln-field__disabled,.kiln-edit-mode .gallery-inline_unfurled .gallery-inline__slides .image img,.kiln-edit-mode .gallery-inline_unfurled .gallery-inline_slides.kiln-field__disabled,.kiln-edit-mode .gallery-inline_unfurled .gallery-inline_unfurled__slides-unfurled .image img,.kiln-edit-mode .gallery-inline_unfurled .gallery-inline_unfurled__slides-unfurled.kiln-field__disabled{opacity:1}.kiln-edit-mode .gallery-inline.gallery--hidden[data-items-layout] .gallery-inline__container,.kiln-edit-mode .gallery-inline_unfurled[data-items-layout] .gallery-inline__container{padding:25px 15px}.kiln-edit-mode .gallery-inline.gallery--hidden[data-items-layout=grid] .gallery-inline__slides,.kiln-edit-mode .gallery-inline.gallery--hidden[data-items-layout=grid] .gallery-inline_unfurled__slides-unfurled,.kiln-edit-mode .gallery-inline_unfurled[data-items-layout=grid] .gallery-inline__slides,.kiln-edit-mode .gallery-inline_unfurled[data-items-layout=grid] .gallery-inline_unfurled__slides-unfurled{flex-direction:row;flex-wrap:wrap;overflow-x:visible;justify-content:left}.kiln-edit-mode .gallery-inline.gallery--hidden[data-items-layout=grid] .gallery-inline__slides .image,.kiln-edit-mode .gallery-inline.gallery--hidden[data-items-layout=grid] .gallery-inline_unfurled__slides-unfurled .image,.kiln-edit-mode .gallery-inline_unfurled[data-items-layout=grid] .gallery-inline__slides .image,.kiln-edit-mode .gallery-inline_unfurled[data-items-layout=grid] .gallery-inline_unfurled__slides-unfurled .image{max-width:295px;margin:5px}.kiln-edit-mode .gallery-inline.gallery--hidden[data-items-layout=grid] .gallery-inline__slides .image img,.kiln-edit-mode .gallery-inline.gallery--hidden[data-items-layout=grid] .gallery-inline_unfurled__slides-unfurled .image img,.kiln-edit-mode .gallery-inline_unfurled[data-items-layout=grid] .gallery-inline__slides .image img,.kiln-edit-mode .gallery-inline_unfurled[data-items-layout=grid] .gallery-inline_unfurled__slides-unfurled .image img{max-width:295px;width:auto}.kiln-edit-mode .gallery-inline.gallery--hidden[data-items-layout=grid] .gallery-inline__slides .image__metadata,.kiln-edit-mode .gallery-inline.gallery--hidden[data-items-layout=grid] .gallery-inline_unfurled__slides-unfurled .image__metadata,.kiln-edit-mode .gallery-inline_unfurled[data-items-layout=grid] .gallery-inline__slides .image__metadata,.kiln-edit-mode .gallery-inline_unfurled[data-items-layout=grid] .gallery-inline_unfurled__slides-unfurled .image__metadata{max-width:295px;width:100%}.kiln-edit-mode .gallery-inline.gallery--hidden[data-items-layout=list] .gallery-inline__slides,.kiln-edit-mode .gallery-inline_unfurled[data-items-layout=list] .gallery-inline__slides{flex-wrap:nowrap;flex-direction:column;justify-content:left;overflow-x:scroll;padding:0 35px 0 15px}.kiln-edit-mode .gallery-inline.gallery--hidden[data-items-layout=list] .gallery-inline_unfurled__slides-unfurled,.kiln-edit-mode .gallery-inline_unfurled[data-items-layout=list] .gallery-inline_unfurled__slides-unfurled{flex-direction:column;justify-content:center}.kiln-edit-mode .gallery-inline.gallery--hidden[data-items-layout=list] .gallery-inline_unfurled__slides-unfurled .image .image__container,.kiln-edit-mode .gallery-inline.gallery--hidden[data-items-layout=list] .gallery-inline_unfurled__slides-unfurled .image .image__metadata,.kiln-edit-mode .gallery-inline_unfurled[data-items-layout=list] .gallery-inline_unfurled__slides-unfurled .image .image__container,.kiln-edit-mode .gallery-inline_unfurled[data-items-layout=list] .gallery-inline_unfurled__slides-unfurled .image .image__metadata{max-width:100%}.kiln-edit-mode .gallery-inline.gallery--hidden[data-items-layout=list][data-component-variation=gallery-inline] .gallery-inline__slides,.kiln-edit-mode .gallery-inline_unfurled[data-items-layout=list][data-component-variation=gallery-inline] .gallery-inline__slides{flex-direction:row}.kiln-edit-mode .gallery-inline.gallery--hidden[data-items-layout=list][data-component-variation=gallery-inline] .image__metadata,.kiln-edit-mode .gallery-inline_unfurled[data-items-layout=list][data-component-variation=gallery-inline] .image__metadata{flex-direction:row-reverse;padding:5px}.kiln-edit-mode .gallery-inline.gallery--hidden[data-items-layout=list][data-component-variation=gallery-inline] .image__caption,.kiln-edit-mode .gallery-inline_unfurled[data-items-layout=list][data-component-variation=gallery-inline] .image__caption{margin:0}.kiln-edit-mode .gallery-inline.gallery--hidden[data-items-layout=list][data-component-variation=gallery-inline_unfurled] .gallery-inline__slides,.kiln-edit-mode .gallery-inline_unfurled[data-items-layout=list][data-component-variation=gallery-inline_unfurled] .gallery-inline__slides{flex-direction:column}.kiln-edit-mode .gallery-inline.gallery--hidden[data-items-layout=list][data-component-variation=gallery-inline_unfurled] .image,.kiln-edit-mode .gallery-inline_unfurled[data-items-layout=list][data-component-variation=gallery-inline_unfurled] .image{margin:0!important;width:100%}.kiln-edit-mode .gallery-inline.gallery--hidden[data-items-layout=list][data-component-variation=gallery-inline_unfurled] .image__container,.kiln-edit-mode .gallery-inline_unfurled[data-items-layout=list][data-component-variation=gallery-inline_unfurled] .image__container{height:unset;display:flex}.kiln-edit-mode .gallery-inline.gallery--hidden[data-items-layout=list][data-component-variation=gallery-inline_unfurled] .image img,.kiln-edit-mode .gallery-inline_unfurled[data-items-layout=list][data-component-variation=gallery-inline_unfurled] .image img{max-width:unset;max-height:unset;height:100%;width:100%}.kiln-edit-mode .gallery-inline.gallery--hidden[data-items-layout=list][data-component-variation=gallery-inline_unfurled] .image__metadata,.kiln-edit-mode .gallery-inline_unfurled[data-items-layout=list][data-component-variation=gallery-inline_unfurled] .image__metadata{width:636px;margin:auto}.kiln-edit-mode .gallery-inline.gallery--hidden[data-items-layout=list][data-component-variation=gallery-inline_unfurled] .image__caption,.kiln-edit-mode .gallery-inline.gallery--hidden[data-items-layout=list][data-component-variation=gallery-inline_unfurled] .image__credit,.kiln-edit-mode .gallery-inline_unfurled[data-items-layout=list][data-component-variation=gallery-inline_unfurled] .image__caption,.kiln-edit-mode .gallery-inline_unfurled[data-items-layout=list][data-component-variation=gallery-inline_unfurled] .image__credit{width:unset}.kiln-edit-mode .gallery-inline.gallery--hidden[data-items-layout=list][data-component-variation=gallery-inline_unfurled] .image__caption,.kiln-edit-mode .gallery-inline.gallery--hidden[data-items-layout=list][data-component-variation=gallery-inline_unfurled] .image__credit,.kiln-edit-mode .gallery-inline.gallery--hidden[data-items-layout=list][data-component-variation=gallery-inline_unfurled] .image__metadata,.kiln-edit-mode .gallery-inline_unfurled[data-items-layout=list][data-component-variation=gallery-inline_unfurled] .image__caption,.kiln-edit-mode .gallery-inline_unfurled[data-items-layout=list][data-component-variation=gallery-inline_unfurled] .image__credit,.kiln-edit-mode .gallery-inline_unfurled[data-items-layout=list][data-component-variation=gallery-inline_unfurled] .image__metadata{display:inline;margin-top:unset;max-width:unset;font-size:14px;padding-left:4px;text-align:left}.kiln-edit-mode .gallery-inline.gallery--hidden[data-items-layout=gallery-inline_unfurled],.kiln-edit-mode .gallery-inline_unfurled[data-items-layout=gallery-inline_unfurled]{flex-direction:column;justify-content:center}.kiln-edit-mode .gallery-inline.gallery--hidden[data-items-layout=gallery-inline_unfurled] .image .image__container,.kiln-edit-mode .gallery-inline.gallery--hidden[data-items-layout=gallery-inline_unfurled] .image .image__metadata,.kiln-edit-mode .gallery-inline_unfurled[data-items-layout=gallery-inline_unfurled] .image .image__container,.kiln-edit-mode .gallery-inline_unfurled[data-items-layout=gallery-inline_unfurled] .image .image__metadata{max-width:100%}.kiln-edit-mode .gallery-inline.gallery--hidden[data-items-layout=gallery-inline_unfurled] .gallery-inline__slides,.kiln-edit-mode .gallery-inline_unfurled[data-items-layout=gallery-inline_unfurled] .gallery-inline__slides{flex-direction:column;flex-wrap:nowrap;justify-content:left;overflow-x:scroll;padding:0 35px 0 15px}.kiln-edit-mode .gallery-inline.gallery--hidden[data-items-layout=gallery-inline_unfurled] .image,.kiln-edit-mode .gallery-inline_unfurled[data-items-layout=gallery-inline_unfurled] .image{margin:0!important;width:100%}.kiln-edit-mode .gallery-inline.gallery--hidden[data-items-layout=gallery-inline_unfurled] .image__container,.kiln-edit-mode .gallery-inline_unfurled[data-items-layout=gallery-inline_unfurled] .image__container{height:unset!important;display:flex}.kiln-edit-mode .gallery-inline.gallery--hidden[data-items-layout=gallery-inline_unfurled] .image img,.kiln-edit-mode .gallery-inline_unfurled[data-items-layout=gallery-inline_unfurled] .image img{max-width:unset;max-height:unset;height:100%;width:100%}.kiln-edit-mode .gallery-inline.gallery--hidden[data-items-layout=gallery-inline_unfurled] .image__metadata,.kiln-edit-mode .gallery-inline_unfurled[data-items-layout=gallery-inline_unfurled] .image__metadata{width:636px;margin:auto}.kiln-edit-mode .gallery-inline.gallery--hidden[data-items-layout=gallery-inline_unfurled] .image__caption,.kiln-edit-mode .gallery-inline.gallery--hidden[data-items-layout=gallery-inline_unfurled] .image__credit,.kiln-edit-mode .gallery-inline_unfurled[data-items-layout=gallery-inline_unfurled] .image__caption,.kiln-edit-mode .gallery-inline_unfurled[data-items-layout=gallery-inline_unfurled] .image__credit{width:unset}.kiln-edit-mode .gallery-inline.gallery--hidden[data-items-layout=gallery-inline_unfurled] .image__caption,.kiln-edit-mode .gallery-inline.gallery--hidden[data-items-layout=gallery-inline_unfurled] .image__credit,.kiln-edit-mode .gallery-inline.gallery--hidden[data-items-layout=gallery-inline_unfurled] .image__metadata,.kiln-edit-mode .gallery-inline_unfurled[data-items-layout=gallery-inline_unfurled] .image__caption,.kiln-edit-mode .gallery-inline_unfurled[data-items-layout=gallery-inline_unfurled] .image__credit,.kiln-edit-mode .gallery-inline_unfurled[data-items-layout=gallery-inline_unfurled] .image__metadata{display:inline;margin-top:unset;max-width:unset;font-size:14px;padding-left:4px;text-align:left}.kiln-edit-mode .gallery-inline.gallery--hidden__top,.kiln-edit-mode .gallery-inline_unfurled__top{min-height:100px}.kiln-edit-mode .gallery-inline.gallery--hidden__top .inline-placeholder .placeholder-text,.kiln-edit-mode .gallery-inline.gallery--hidden__top .ql-editor,.kiln-edit-mode .gallery-inline_unfurled__top .inline-placeholder .placeholder-text,.kiln-edit-mode .gallery-inline_unfurled__top .ql-editor{text-align:center}.kiln-edit-mode .gallery-inline.gallery--hidden__top--image,.kiln-edit-mode .gallery-inline_unfurled__top--image{max-height:attr(data-original-height)}.kiln-edit-mode .gallery-inline.gallery--hidden__slides,.kiln-edit-mode .gallery-inline.gallery--hidden__slides-unfurled,.kiln-edit-mode .gallery-inline_unfurled__slides,.kiln-edit-mode .gallery-inline_unfurled__slides-unfurled{counter-reset:slide-number;display:flex}.kiln-edit-mode .gallery-inline.gallery--hidden__slides .image__container,.kiln-edit-mode .gallery-inline.gallery--hidden__slides-unfurled .image__container,.kiln-edit-mode .gallery-inline_unfurled__slides .image__container,.kiln-edit-mode .gallery-inline_unfurled__slides-unfurled .image__container{height:fit-content!important;position:relative}.kiln-edit-mode .gallery-inline.gallery--hidden__slides .image__dam-img,.kiln-edit-mode .gallery-inline.gallery--hidden__slides-unfurled .image__dam-img,.kiln-edit-mode .gallery-inline_unfurled__slides .image__dam-img,.kiln-edit-mode .gallery-inline_unfurled__slides-unfurled .image__dam-img{max-height:none;transform:none;position:static}.kiln-edit-mode .gallery-inline.gallery--hidden__slides .image__container:before,.kiln-edit-mode .gallery-inline.gallery--hidden__slides-unfurled .image__container:before,.kiln-edit-mode .gallery-inline_unfurled__slides .image__container:before,.kiln-edit-mode .gallery-inline_unfurled__slides-unfurled .image__container:before{counter-increment:slide-number;content:counter(slide-number);position:absolute;opacity:.75;padding:2px 5px;border-radius:5px;background-color:#000;color:#fff;bottom:10px;left:5px}.kiln-edit-mode .gallery-inline.gallery--hidden .image,.kiln-edit-mode .gallery-inline_unfurled .image{margin:5px auto;opacity:1;pointer-events:auto;height:auto!important;padding-bottom:20px;display:flex;flex-direction:column;width:fit-content}.kiln-edit-mode .gallery-inline.gallery--hidden .gallery-inline__controls,.kiln-edit-mode .gallery-inline.gallery--hidden .gallery-inline__counter,.kiln-edit-mode .gallery-inline.gallery--hidden .gallery-inline__next-overlay,.kiln-edit-mode .gallery-inline.gallery--hidden .gallery-inline__prev-overlay,.kiln-edit-mode .gallery-inline_unfurled .gallery-inline__controls,.kiln-edit-mode .gallery-inline_unfurled .gallery-inline__counter,.kiln-edit-mode .gallery-inline_unfurled .gallery-inline__next-overlay,.kiln-edit-mode .gallery-inline_unfurled .gallery-inline__prev-overlay,.kiln-edit-mode .video-inline .video-playlist__outer-container::after{display:none!important}.kiln-edit-mode .gallery-inline.gallery--hidden .image img,.kiln-edit-mode .gallery-inline_unfurled .image img{max-width:720px;max-height:405px;width:auto;height:auto}.kiln-edit-mode .gallery-inline.gallery--hidden .image__container,.kiln-edit-mode .gallery-inline_unfurled .image__container{padding-bottom:0}.kiln-edit-mode .gallery-inline.gallery--hidden .image__metadata,.kiln-edit-mode .gallery-inline_unfurled .image__metadata{visibility:visible;position:static;max-width:720px}.kiln-edit-mode .gallery-inline.gallery--hidden .image__caption,.kiln-edit-mode .gallery-inline_unfurled .image__caption{width:100%}.kiln-edit-mode .gallery-inline.gallery--hidden .image__title,.kiln-edit-mode .gallery-inline_unfurled .image__title{white-space:normal}.kiln-edit-mode .gallery-inline.gallery--hidden--hidden .gallery-inline__main,.kiln-edit-mode .gallery-inline_unfurled--hidden .gallery-inline__main{background-color:transparent;min-height:auto;min-width:auto}.kiln-edit-mode .gallery-inline.gallery--hidden--hidden .gallery-inline__container,.kiln-edit-mode .gallery-inline_unfurled--hidden .gallery-inline__container{visibility:visible}.kiln-edit-mode .gallery_unfurled .configuration{max-width:999px;margin:auto;padding:24px}.kiln-edit-mode .layout-no-rail[data-page-type=gallery] .headline__wrapper{position:static!important;padding:0!important;margin:32px 0;transform:initial!important}.kiln-edit-mode .layout-no-rail-article-fullwidth-comms__top .headline__wrapper .placeholder-text,.kiln-edit-mode .layout-no-rail-article-fullwidth__top .headline__wrapper .placeholder-text,.kiln-edit-mode .layout-no-rail[data-page-type=gallery] .headline__wrapper .placeholder-text{text-align:center}.kiln-edit-mode .image-slider__image-container{display:flex;height:auto;padding-top:0}.kiln-edit-mode .image-slider__image-container img{position:unset}.kiln-edit-mode .image-slider__image-container .image-slider__handle,.kiln-edit-mode .image-slider__image-container .image-slider__overlay{visibility:hidden}.kiln-edit-mode .image-slider__image-container .image-slider__image-after,.kiln-edit-mode .image-slider__image-container .image-slider__image-before{width:100%;height:100%;position:unset}.kiln-edit-mode .image-slider__image-container .image-slider__image-after .image__dam-img,.kiln-edit-mode .image-slider__image-container .image-slider__image-before .image__dam-img{-webkit-clip-path:unset;clip-path:unset}.kiln-edit-mode .product-card__sticker,.kiln-edit-mode .product-card__sticker-container,.kiln-edit-mode .product-card_expanded__sticker,.kiln-edit-mode .product-card_expanded__sticker-container,.kiln-edit-mode .product-card_listing__sticker,.kiln-edit-mode .product-card_listing__sticker-container{width:max-content}.kiln-edit-mode [class^=container] .complex-list-trash,.kiln-edit-mode [class^=container] .component-list-trash{background:#455a64;border-radius:50%;color:#fff;display:none;height:70px;left:calc(50% - 35px);width:70px}.kiln-edit-mode [class^=container] .complex-list-trash .material-icons,.kiln-edit-mode [class^=container] .component-list-trash .material-icons{font-size:40px}.kiln-edit-mode [class^=container] .complex-list-trash.kiln-sortable-drop-area,.kiln-edit-mode [class^=container] .component-list-trash.kiln-sortable-drop-area{display:flex}.kiln-edit-mode .vertical-video .call-to-action,.kiln-edit-mode .vertical-video .video-resource__image::before{display:none}.kiln-edit-mode [class^=container] .complex-list-trash.kiln-sortable-drop-area .material-icons:not(:only-child),.kiln-edit-mode [class^=container] .component-list-trash.kiln-sortable-drop-area .material-icons:not(:only-child){align-items:center;background:#607d8b;border-radius:50%;color:#fff;font-size:45px;justify-content:center;padding:20px;transform:scale(1.2,1.2);transition:transform .3s}.kiln-edit-mode .vertical-video .image__dam-img{object-fit:contain}.kiln-edit-mode .vertical-video .video-inline_vertical-video__video-resource{height:300px}.kiln-edit-mode .vertical-video .video-inline_vertical-video__video-resource .image__dam-img{max-height:300px}.kiln-edit-mode .vertical-video .video-resource__image{height:150px}.kiln-edit-mode .vertical-video .video-playlist__items-container{height:400px}.kiln-edit-mode .vertical-video .video-playlist__items-container .image__dam-img{max-height:150px}.kiln-edit-mode .vertical-video .video-resource{height:150px}.kiln-edit-mode .vertical-video .video-playlist{margin-top:5px}.kiln-edit-mode .video-inline .video-playlist{overflow-x:hidden;overflow-y:auto;height:520px}.kiln-edit-mode .video-inline .video-playlist>.kiln-permanent-placeholder{min-height:56px!important;height:56px!important;margin-left:12px}.kiln-edit-mode .video-inline .video-playlist__items-container{margin-right:4px;flex-direction:unset;height:unset!important;overflow:unset!important}.kiln-edit-mode .video-inline .video-playlist__outer-container{margin-left:0!important;overflow:unset}.kiln-edit-mode .video-inline .video-playlist__navigation{display:none}.kiln-edit-mode .video-inline .video-playlist__playlist-wrapper{padding:0 12px!important}.kiln-edit-mode .video-inline .video-playlist__playlist-wrapper::after{display:none!important}.kiln-edit-mode .video-inline_carousel .video-playlist{overflow-x:visible;overflow-y:auto}.kiln-edit-mode .video-inline_carousel .video-playlist .kiln-permanent-placeholder:first-of-type{min-height:36px!important;height:36px!important;position:sticky;top:0;left:0}.kiln-edit-mode .video-inline_carousel .video-playlist .selector{position:sticky;top:0;left:0;z-index:1}.kiln-edit-mode .video-inline_carousel .video-playlist__items-container{flex-direction:unset;height:unset!important;overflow:unset}.kiln-edit-mode .video-inline_carousel .video-playlist__items-container[data-editable=videos] .video-resource::after{background:unset}.kiln-edit-mode .video-inline_carousel .video-playlist__outer-container{margin-left:32px!important;overflow:unset}.kiln-edit-mode .video-inline_carousel .video-playlist__navigation{display:none}.kiln-edit-mode .video-inline_carousel .video-playlist__playlist-wrapper::after{display:none!important}.kiln-edit-mode .kiln-field :has([field=bylinePicker])>fieldset legend,.kiln-edit-mode .video-playlist__navigation,.kiln-edit-mode .video-playlist__outer-container::after{display:none}.kiln-edit-mode .video-inline_carousel .video-playlist[data-items-layout=grid] .video-playlist__items-container{overflow:visible;flex-wrap:wrap}.kiln-edit-mode .video-inline_carousel__wrapper{padding-top:1px;padding-bottom:1px}.kiln-edit-mode .video-playlist .kiln-permanent-placeholder:first-of-type{min-height:56px!important;height:56px!important;margin-left:12px}.kiln-edit-mode .video-playlist__items-container,.kiln-edit-mode .video-playlist__outer-container{overflow:visible}.kiln-edit-mode .video-playlist [data-component-name=video-resource]{margin-top:4px}.kiln-edit-mode .video-playlist [data-component-name=video-resource] .video-resource__image{margin-right:8px}.kiln-edit-mode .kiln-field :has([field=bylinePicker])>fieldset{padding:0}.kiln-edit-mode .kiln-field :has([field=bylinePicker]) .component.video-resource{border:none;padding:0;margin-bottom:-.75rem}.kiln-edit-mode .container_vertical-strip-original-ratio{display:block}.kiln-edit-mode .container_vertical-strip-original-ratio .container__headline.container_vertical-strip-original-ratio__headline span{font-weight:700;vertical-align:middle}.kiln-edit-mode .container_ribbon__field-links{overflow:visible}.kiln-edit-mode .container_ribbon__field-links .inline-form{display:inline-block}.kiln-edit-mode html:not([data-layout-uri*=layout-homepage-mobile]) [data-component-name=video-resource]{min-width:268px}.kiln-edit-mode [data-component-name=video-resource]{height:100%}.kiln-edit-mode [data-component-name=video-resource] [data-editable=media]{width:100%}.kiln-edit-mode [data-component-name=video-resource] .kiln-placeholder{width:100%;margin-bottom:16px;min-height:60px!important;height:60px}.kiln-edit-mode [data-component-name=video-resource] .selector{position:initial!important}.kiln-edit-mode [data-component-name=video-resource]:hover{text-decoration:none!important}.kiln-edit-mode [data-component-name=video-resource] .play-icon{position:absolute;top:42%;left:40%;height:25%;width:20%;fill:#fff;margin:0 auto;opacity:.9}.kiln-edit-mode [data-component-name=video-resource] .video-resource__image::before{content:\\'\\';background-size:20%;position:absolute;height:100%;width:100%;z-index:1;opacity:.9}.kiln-edit-mode [data-component-name=video-resource] .video-resource__image::after{transition:opacity .8s ease;content:\\'\\';opacity:0}.kiln-edit-mode [data-component-name=video-resource] .video-resource__image:hover::after{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);margin-top:54px;padding:6px;z-index:1;background-color:#000;color:#fff;font-weight:400;font-size:12px;opacity:1}.kiln-edit-mode [data-component-name=video-resource][data-autostart=disabled] .video-resource__image::before{background:url(/media/sites/cnn/icons/play-icon.svg) center no-repeat}.kiln-edit-mode [data-component-name=video-resource][data-autostart=disabled] .video-resource__image:hover::after{content:\\'Autoplay disabled\\'}.kiln-edit-mode [data-component-name=video-resource][data-autostart=unmuted] .video-resource__image::before{background:url(/media/sites/cnn/icons/autoplay-icon.svg) center no-repeat}.kiln-edit-mode [data-component-name=video-resource][data-autostart=unmuted] .video-resource__image:hover::after{content:\\'Autoplay enabled unmuted\\'}.kiln-edit-mode [data-component-name=video-resource][data-autostart=muted] .video-resource__image::before{background:url(/media/sites/cnn/icons/autoplay-muted-icon.svg) center no-repeat}.kiln-edit-mode [data-component-name=video-resource][data-autostart=muted] .video-resource__image:hover::after{content:\\'Autoplay enabled muted\\'}.kiln-edit-mode [data-component-name=video-resource][data-autostart=scroll] .video-resource__image::before{background:url(/media/sites/cnn/icons/autoplay-onscroll-icon.svg) center no-repeat}.kiln-edit-mode [data-component-name=video-resource][data-autostart=scroll] .video-resource__image:hover::after{content:\\'Autoplay enabled on scroll\\'}.kiln-edit-mode [data-component-name=video-playlist] .video-resource[data-unselectable=true]{opacity:.5}.kiln-edit-mode [data-component-name=video-playlist] [data-component-name=video-resource] .video-resource__image:before{background:unset}.kiln-edit-mode .dynamic{padding:15px 10px 5px;background-color:#e3f2fd}.kiln-edit-mode .dynamic .dynamic--header{font-family:\\'Noto Sans\\',Arial,sans-serif;font-size:14px;font-stretch:100%;font-weight:600;margin:0 0 5px;padding:0 0 5px 10px}.kiln-edit-mode .header__container{height:40px}.kiln-edit-mode[data-page-type=tve] [data-component-name=video-resource]{display:none}.kiln-edit-mode[data-page-type=vertical-video] [data-component-name=video-playlist]{display:block}.kiln-edit-mode[data-page-type=vertical-video] .vertical-video__closeButton{display:none}.kiln-edit-mode[data-page-type=vertical-video] .video-inline_vertical-video__video-resource{position:static;width:auto}.kiln-edit-mode[data-page-type=vertical-video] .video-resource__image{width:auto}.kiln-edit-mode[data-page-type=vertical-video] .video-inline_vertical-video .video-playlist__items-container{width:auto;height:auto;overflow-y:visible}.kiln-edit-mode [data-component-name=podcast-episode]{min-height:20px}.kiln-edit-mode [data-component-name=tve-headline-hero] .custom-placeholder .custom-placeholder__right{margin-top:16px}.kiln-edit-mode [data-component-name=tve-carousel] .tve-carousel_3x4-standard__content,.kiln-edit-mode [data-component-name=tve-carousel] .tve-carousel__content,.kiln-edit-mode [data-component-name=tve-carousel] .tve-carousel_grid-image-title-only__content,.kiln-edit-mode [data-component-name=tve-carousel] .tve-carousel_grid__content{margin-left:0!important;margin-right:0!important}.kiln-edit-mode [data-component-name=tve-carousel] .tve-carousel_3x4-standard__arrow,.kiln-edit-mode [data-component-name=tve-carousel] .tve-carousel__arrow,.kiln-edit-mode [data-component-name=tve-carousel] .tve-carousel_grid-image-title-only__arrow,.kiln-edit-mode [data-component-name=tve-carousel] .tve-carousel_grid__arrow{display:none!important}.kiln-edit-mode [data-component-name=tve-carousel] .tve-carousel_3x4-standard__mask,.kiln-edit-mode [data-component-name=tve-carousel] .tve-carousel__mask,.kiln-edit-mode [data-component-name=tve-carousel] .tve-carousel_grid-image-title-only__mask,.kiln-edit-mode [data-component-name=tve-carousel] .tve-carousel_grid__mask{-webkit-mask-image:none!important;mask-image:none!important}.kiln-edit-mode [data-component-name=tve-carousel] .tve-assets__container{min-height:176px;overflow:visible;display:grid;grid-template-columns:1fr 1fr 1fr 1fr;column-gap:15px;row-gap:15px}.kiln-edit-mode [data-component-name=tve-carousel] .tve-assets__container .kiln-permanent-placeholder{display:none}.kiln-edit-mode .highlights,.kiln-edit-mode.underscored[data-page-type=article] .headline__text .kiln-placeholder .placeholder-label,.kiln-edit-mode.underscored[data-page-type=article] .headline_underscored__text .kiln-placeholder .placeholder-label{display:block}.kiln-edit-mode [data-component-name=tve-carousel] [data-component-name=tve-asset]{margin:0!important;padding:0!important;width:100%!important;max-width:unset}.kiln-edit-mode [data-component-name=tve-carousel] [data-component-name=tve-asset] .tve-asset__image{width:100%!important;max-width:unset}.kiln-edit-mode [data-component-name=tve-carousel] [data-component-name=tve-asset] .tve-asset__image img{width:100%}.kiln-edit-mode [data-component-name=tve-carousel] .kiln-permanent-placeholder{max-height:50px;min-height:20px!important}.kiln-edit-mode [data-component-name=tve-carousel].tve-carousel_3x4-standard .tve-assets__container{grid-template-columns:1fr 1fr 1fr 1fr 1fr}.kiln-edit-mode [data-component-name=tve-carousel].tve-carousel_large-image-only .tve-assets__container{grid-template-columns:1fr 1fr!important}.kiln-edit-mode[data-page-type=scratchpad] .ui-toolbar__right .toolbar-publish-button{cursor:default}.kiln-edit-mode[data-page-type=section]{counter-reset:zone-number product-zone-number stack-number container-number}.kiln-edit-mode[data-page-type=section] [data-uri*=\\'/_components/zone/\\']::before,.kiln-edit-mode[data-page-type=section] [data-uri*=\\'/_components/product-zone/\\']::before,.kiln-edit-mode[data-page-type=section] [data-uri*=\\'/_components/stack/\\']::before,.kiln-edit-mode[data-page-type=section] [data-uri*=\\'/_components/container/\\']::before{background-color:#0c0c0c;color:#fff;font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif;font-size:10px;font-weight:700;padding:4px;border-radius:4px;margin:16px 8px;position:absolute;z-index:2;left:0}.kiln-edit-mode[data-page-type=section] [data-uri*=\\'/_components/zone/\\'] .kiln-permanent-placeholder,.kiln-edit-mode[data-page-type=section] [data-uri*=\\'/_components/product-zone/\\'] .kiln-permanent-placeholder,.kiln-edit-mode[data-page-type=section] [data-uri*=\\'/_components/stack/\\'] .kiln-permanent-placeholder,.kiln-edit-mode[data-page-type=section] [data-uri*=\\'/_components/container/\\'] .kiln-permanent-placeholder{padding:16px 32px}.kiln-edit-mode[data-page-type=section] [data-uri*=\\'/_components/zone/\\']:before{counter-increment:zone-number;content:counter(zone-number)}.kiln-edit-mode[data-page-type=section] [data-uri*=\\'/_components/product-zone/\\']:before{counter-increment:product-zone-number;content:counter(product-zone-number)}.kiln-edit-mode[data-page-type=section] [data-uri*=\\'/_components/stack/\\']:before{counter-increment:stack-number;content:counter(stack-number)}.kiln-edit-mode[data-page-type=section] [data-uri*=\\'/_components/container/\\']:before{counter-increment:container-number;content:counter(container-number)}.kiln-edit-mode[data-page-type=article] .kiln-sortable-ghost{border-top:2px solid #1976d2;border-bottom:none;max-height:2px;overflow:hidden;padding:0}.kiln-edit-mode .image__lede .kiln-placeholder+.image__container,.kiln-edit-mode .image__lede .kiln-placeholder+.mini-selector+.image__container{padding-bottom:0}.kiln-edit-mode .headline_section-banner-image{height:110px}.kiln-edit-mode .headline__text{height:24px;margin-top:20px;padding-top:32px}.kiln-edit-mode .headline__text .editor-inline{margin-left:0}.kiln-edit-mode .headline_sponsorship__wrapper{margin-top:10px}.kiln-edit-mode .headline_sponsorship:has(.selector) .add-bottom,.kiln-edit-mode .headline_sponsorship:has(.selector) .add-top{text-align:center;left:0;right:0}.kiln-edit-mode .product-zone .layout--full-bleed .custom-placeholder__right,.kiln-edit-mode .product-zone .product-zone__inner:has(.layout--full-bleed) .custom-placeholder__right,.kiln-edit-mode .product-zone .zone__inner:has(.layout--full-bleed) .custom-placeholder__right,.kiln-edit-mode .product-zone aside:has(~.zone__inner .layout--full-bleed,~.product-zone__inner .layout--full-bleed) .quick-bar,.kiln-edit-mode .zone .layout--full-bleed .custom-placeholder__right,.kiln-edit-mode .zone .product-zone__inner:has(.layout--full-bleed) .custom-placeholder__right,.kiln-edit-mode .zone .zone__inner:has(.layout--full-bleed) .custom-placeholder__right,.kiln-edit-mode .zone aside:has(~.zone__inner .layout--full-bleed,~.product-zone__inner .layout--full-bleed) .quick-bar{right:16px}.kiln-edit-mode .product-zone:has(.layout--full-bleed),.kiln-edit-mode .zone:has(.layout--full-bleed){left:50%;margin-left:-50vw!important;position:relative;width:100vw}.kiln-edit-mode .product-zone .layout--full-bleed,.kiln-edit-mode .product-zone .product-zone__inner:has(.layout--full-bleed),.kiln-edit-mode .product-zone .zone__inner:has(.layout--full-bleed),.kiln-edit-mode .zone .layout--full-bleed,.kiln-edit-mode .zone .product-zone__inner:has(.layout--full-bleed),.kiln-edit-mode .zone .zone__inner:has(.layout--full-bleed){padding:0 16px}.kiln-edit-mode .product-zone .layout--full-bleed .kiln-permanent-placeholder,.kiln-edit-mode .product-zone .product-zone__inner:has(.layout--full-bleed) .kiln-permanent-placeholder,.kiln-edit-mode .product-zone .zone__inner:has(.layout--full-bleed) .kiln-permanent-placeholder,.kiln-edit-mode .zone .layout--full-bleed .kiln-permanent-placeholder,.kiln-edit-mode .zone .product-zone__inner:has(.layout--full-bleed) .kiln-permanent-placeholder,.kiln-edit-mode .zone .zone__inner:has(.layout--full-bleed) .kiln-permanent-placeholder{max-width:unset}.kiln-edit-mode .product-zone .layout--full-bleed .custom-placeholder,.kiln-edit-mode .product-zone .product-zone__inner:has(.layout--full-bleed) .custom-placeholder,.kiln-edit-mode .product-zone .zone__inner:has(.layout--full-bleed) .custom-placeholder,.kiln-edit-mode .zone .layout--full-bleed .custom-placeholder,.kiln-edit-mode .zone .product-zone__inner:has(.layout--full-bleed) .custom-placeholder,.kiln-edit-mode .zone .zone__inner:has(.layout--full-bleed) .custom-placeholder{left:50%;margin-left:-50vw;position:relative;width:100vw;padding:0 16px}.kiln-edit-mode .product-zone aside:has(~.zone__inner .layout--full-bleed,~.product-zone__inner .layout--full-bleed) .add-bottom,.kiln-edit-mode .product-zone aside:has(~.zone__inner .layout--full-bleed,~.product-zone__inner .layout--full-bleed) .add-top,.kiln-edit-mode .zone aside:has(~.zone__inner .layout--full-bleed,~.product-zone__inner .layout--full-bleed) .add-bottom,.kiln-edit-mode .zone aside:has(~.zone__inner .layout--full-bleed,~.product-zone__inner .layout--full-bleed) .add-top{left:50%;margin-left:-50vw}.kiln-edit-mode .product-zone aside:has(~.zone__inner .layout--full-bleed,~.product-zone__inner .layout--full-bleed) .add-bottom .ui-button,.kiln-edit-mode .product-zone aside:has(~.zone__inner .layout--full-bleed,~.product-zone__inner .layout--full-bleed) .add-top .ui-button,.kiln-edit-mode .zone aside:has(~.zone__inner .layout--full-bleed,~.product-zone__inner .layout--full-bleed) .add-bottom .ui-button,.kiln-edit-mode .zone aside:has(~.zone__inner .layout--full-bleed,~.product-zone__inner .layout--full-bleed) .add-top .ui-button{z-index:10000}.kiln-edit-mode .product-zone aside:has(~.zone__inner .layout--full-bleed,~.product-zone__inner .layout--full-bleed) .selector-label,.kiln-edit-mode .zone aside:has(~.zone__inner .layout--full-bleed,~.product-zone__inner .layout--full-bleed) .selector-label{left:16px}.layout-no-rail.underscored.sponsorship .footer__inner .footer__divider,.layout-no-rail.underscored.sponsorship .footer__inner .footer__row,.layout-no-rail.underscored.sponsorship .layout__main .image__metadata{display:none}.layout-no-rail[data-page-type=gallery] .layout-no-rail__top.kiln-page-area .headline__wrapper{position:unset;transform:unset;width:unset;padding-bottom:20px}@media screen and (min-width:960px){.kiln-edit-mode .headline__text{height:100%}.kiln-edit-mode .layout-no-rail-article-fullwidth-comms__top .headline__text,.kiln-edit-mode .layout-no-rail-article-fullwidth__top .headline__text{padding-top:32px}}.layout-no-rail__topFullBleed,.layout-no-rail__topGroup{position:relative}.layout-no-rail--with-secondary-header .layout__content-wrapper{padding-top:40px}.layout-no-rail--with-secondary-header .header__secondary-header-wrapper{pointer-events:all}.layout-no-rail.travel .bizdev-nativo .container_lead-plus-headlines__item:not(:last-child){border-bottom:1px solid #e6e6e6;margin:0 0 12px;padding:0 0 12px}.layout-no-rail.travel .bizdev-nativo .container_lead-plus-headlines__item:nth-child(1) .container_lead-plus-headlines__headline{font-size:20px;line-height:26px;font-weight:700;letter-spacing:0}.layout-no-rail.underscored.sponsorship .layout__main .paragraph,.layout-no-rail.underscored.sponsorship .layout__main .paragraph a{line-height:var(--theme-paragraph__line-height);font-family:helveticaneue,Helvetica,Arial,Utkal,sans-serif}.layout-no-rail.underscored__top{padding-top:32px;padding-bottom:0}.layout-no-rail.underscored__top:empty~.layout-no-rail__wrapper{padding-top:0}.layout-no-rail.underscored__top:empty~.layout-no-rail__wrapper .zone--t-light:first-child{padding-top:32px}.layout-no-rail.underscored.sponsorship{--theme-primary:#000000;font-family:helveticaneue,Helvetica,Arial,Utkal,sans-serif}.layout-no-rail.underscored.sponsorship .headline_sponsorship__text{text-align:center;margin-bottom:32px}.layout-no-rail.underscored.sponsorship .layout__main .subheader>a,.layout-no-rail.underscored.sponsorship .layout__main p>a,.layout-no-rail.underscored.sponsorship .layout__main span>a{-webkit-text-decoration-line:var(--theme-paragraph__link-decoration);text-decoration-line:var(--theme-paragraph__link-decoration);text-decoration-thickness:1px;text-underline-offset:var(--theme-paragraph__hover-link-offset);-webkit-text-decoration-skip-ink:var(--theme-underline-skip-ink);text-decoration-skip-ink:var(--theme-underline-skip-ink);-webkit-text-decoration-skip:var(--theme-underline-skip-ink);text-decoration-skip:var(--theme-underline-skip-ink);color:#0c0c0c;-webkit-text-decoration-color:#0c0c0c;text-decoration-color:#0c0c0c}.layout-no-rail.underscored.sponsorship .layout__main .subheader>a:hover,.layout-no-rail.underscored.sponsorship .layout__main p>a:hover,.layout-no-rail.underscored.sponsorship .layout__main span>a:hover{-webkit-text-decoration:var(--theme-paragraph__hover-link-decoration);text-decoration:var(--theme-paragraph__hover-link-decoration);color:#0c0c0c}.layout-no-rail.underscored.sponsorship .layout__main .paragraph{letter-spacing:normal}.layout-no-rail.underscored.sponsorship .layout__main .subheader{font-family:helveticaneue,Helvetica,Arial,Utkal,sans-serif;font-weight:700}.layout-no-rail.underscored.sponsorship .layout__main .article__lede-wrapper{margin:0}.layout-no-rail.underscored.sponsorship .layout__main .pull-quote{border-left:solid 2px #000;margin-left:0}.layout-no-rail.underscored.sponsorship .layout__main .pull-quote__text{font-family:helveticaneue,Helvetica,Arial,Utkal,sans-serif;font-weight:400;letter-spacing:.2px}.layout-no-rail.underscored.sponsorship .layout__main .pull-quote__attribution{font-size:16px}.layout-no-rail.underscored.sponsorship .footer__inner{max-width:1100px;padding:0!important}.layout-no-rail.underscored.sponsorship .layout-no-rail__top,.layout-no-rail.underscored.sponsorship__top,.layout-no-rail.underscored.sponsorship__wrapper{max-width:none}.layout-no-rail.underscored.sponsorship__top{display:flex;flex-direction:column;padding:0}.layout-no-rail.underscored.sponsorship__top:empty{display:none}.layout-no-rail__top{padding-top:0}.layout-no-rail__top .zone__items.layout--full-width>div:first-child:not(.market-feature-ribbon){padding-top:16px}.layout-no-rail__top .market-feature-ribbon .market-feature-ribbon__content{padding:0}.layout-no-rail__top:empty~.layout-no-rail__wrapper{padding-top:16px}.layout-no-rail.sport .zone__ads .ad-slot.adSlotLoaded{padding:0 0 24px}.layout-no-rail.layout.markets .header__wrapper-outer,.layout-no-rail.layout.markets .layout__content-wrapper{background-color:#f9f9f9;height:initial}.layout-no-rail.layout.markets .layout-no-rail__belowTopLayout{position:sticky;top:39px;z-index:3}.layout-no-rail.layout.markets .series-banner{margin-bottom:0;border-bottom:none}.layout-no-rail.layout.markets .ad-slot-header{position:relative;z-index:1}.layout-no-rail.layout.markets [data-component-name=headline] .headline_section-banner__text{color:#0c0c0c;margin-bottom:0;font-family:cnn_sans_display,helveticaneue,Helvetica,Arial,Utkal,sans-serif}.layout-no-rail.layout.markets [data-component-name=headline] .headline_section-banner__description-text{color:#0c0c0c;margin:4px 0 16px;font-size:18px;font-weight:700}.layout-no-rail[data-page-type=section].layout .layout__content-wrapper.layout-no-rail__content-wrapper h1{margin-bottom:0}.layout-no-rail[data-page-type=section].layout .layout__content-wrapper.layout-no-rail__content-wrapper .headline{padding-top:0;padding-bottom:32px}.layout-no-rail[data-page-type=section].layout .layout__content-wrapper.layout-no-rail__content-wrapper .layout-no-rail__top{padding-top:32px;padding-bottom:0}@media screen and (max-width:479px){body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode )__top>div:first-child:not(.headline_sponsorship){padding-top:0}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ).underscored .layout-no-rail__wrapper{padding:16px 16px 0}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ).underscored.sponsorship .article__main{margin-top:0}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ).underscored.sponsorship .headline_sponsorship__text{margin-bottom:0;font-size:24px;line-height:30px}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ).underscored.sponsorship h1#maincontent{text-align:left}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ).underscored.sponsorship h2{font-size:24px;line-height:30px;padding-top:16px}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ).underscored.sponsorship h3{font-size:20px;line-height:26px;padding-bottom:0}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ).underscored.sponsorship h4{font-size:16px;line-height:22px;padding-bottom:0}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ).underscored.sponsorship .image__lede .image{margin:0 0 16px}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ).underscored.sponsorship .pull-quote{margin:8px 0}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ).underscored.sponsorship .pull-quote__text{font-size:16px}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ).markets .headline_section-banner__text{font-size:24px;line-height:30px}}@media screen and (min-width:480px){body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ).underscored.sponsorship .article__content-container{display:flex;width:100%;margin:0 auto}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ).underscored.sponsorship .article__content-container .article__content{order:1;margin:0 auto;width:80%;padding-right:50px}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ).underscored.sponsorship .article__content-container .table-of-contents--sponsorship{order:2;width:30%;padding:0}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ).underscored.sponsorship h2.subheader{padding-top:40px}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ).underscored.sponsorship .pull-quote__text{font-size:18px}}@media screen and (min-width:960px){body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout-no-rail__top .zone__items.layout--full-width>div:first-child:not(.market-feature-ribbon){padding-top:32px}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ) .layout-no-rail__top .market-feature-ribbon .market-feature-ribbon__content,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ).underscored.sponsorship .layout-no-rail__top{padding:0}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ).underscored.sponsorship .headline_sponsorship{padding-top:0}body:not(.layout-homepage-mobile):not(.layout-homepage-mobile-app) .layout-no-rail__top:empty~.layout-no-rail__wrapper{padding-top:32px}.layout-no-rail.sport .zone--title:first-child{margin-bottom:28px}.layout-no-rail.markets .layout-no-rail__top{display:flex;justify-content:space-between}.layout-no-rail.markets .layout-no-rail__top .headline_section-banner{width:calc(70% - (48px / 2))}.layout-no-rail.markets .layout-no-rail__top .market-search{margin:auto 1px auto 48px;width:calc(30% - (32px / 2))}.layout-no-rail.opinions .zone:nth-child(2) .zone__items.layout--wide-left-balanced-2>div:first-child{width:calc((7 * (100% - 320px - (2 * 24px)))/ 11)}.layout-no-rail.opinions .zone:nth-child(2) .zone__items.layout--wide-left-balanced-2>div:nth-child(2){width:calc((4 * (100% - 320px - (2 * 24px)))/ 11);padding-right:0}.layout-no-rail.opinions .zone:nth-child(2) .zone__items.layout--wide-left-balanced-2>div:nth-child(3){width:320px}}@media screen and (max-width:959px){body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ).layout-no-rail.underscored .layout-no-rail__top{padding-top:8px;padding-bottom:24px}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ).layout-no-rail.underscored .layout-no-rail__wrapper{padding:16px 16px 0}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ).layout-no-rail.sport .headline__text{line-height:42px;font-size:36px}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ).layout-no-rail.underscored.sponsorship .article__content-container{display:block}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ).layout-no-rail.underscored.sponsorship .article__content-container .article__content{width:100%;padding:0}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ).layout-no-rail.underscored.sponsorship .article__content-container .table-of-contents--sponsorship{width:100%}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ).layout-no-rail.underscored.sponsorship .layout-no-rail__top{padding:0}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ).layout-no-rail.underscored.sponsorship .layout-no-rail__top .ad-slot-top{display:none}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ).layout-no-rail.underscored.sponsorship .footer__inner,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ).layout-no-rail.underscored.sponsorship .layout-no-rail__wrapper{max-width:calc(590px + 32px)}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ).layout-no-rail.underscored.sponsorship .layout__main .paragraph,body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ).layout-no-rail.underscored.sponsorship .layout__main .paragraph a{line-height:24px}body:not(.layout-homepage-mobile.kiln-edit-mode):not( .layout-homepage-mobile-app.kiln-edit-mode ).layout-no-rail[data-page-type=section] .headline__text{font-size:30px;line-height:36px}}</style>\\n \\n <header class=\"header__wrapper-outer\" style=\"height: 316px; top: -276px; margin-bottom: 0px;\">\\n <div class=\"header__wrapper-inner\">\\n <div id=\"ad-feedback__modal-overlay\" class=\"ad-feedback__modal modal__overlay\" style=\"display:none\">\\n <div class=\"ad-feedback__container\">\\n <form class=\"ad-feedback__form\">\\n <div class=\"ad-feedback__heading\">\\n <h3 class=\"ad-feedback__heading__text\">CNN values your feedback</h3>\\n <div id=\"ad-feedback__close-icon\" class=\"ad-feedback__heading__close\"></div>\\n </div>\\n <div class=\"ad-feedback__content-container\" data-sentiment=\"ad\">\\n <div class=\"ad-feedback__question-container\">\\n 1. How relevant is this ad to you?\\n </div>\\n <div class=\"ad-feedback__answers-container\">\\n <div class=\"ad-feedback__emoji-container\">\\n <input class=\"ad-feedback__emoji-radio-input\" id=\"ad-feedback__0-bad\" name=\"ad\" type=\"radio\" value=\"1\" aria-label=\"Bad\">\\n <label for=\"ad-feedback__0-bad\" class=\"ad-feedback__emoji-base ad-feedback__emoji-bad\">\\n </label>\\n </div>\\n <div class=\"ad-feedback__emoji-container\">\\n <input class=\"ad-feedback__emoji-radio-input\" id=\"ad-feedback__0-not-good\" name=\"ad\" type=\"radio\" value=\"2\" aria-label=\"Not Good\">\\n <label for=\"ad-feedback__0-not-good\" class=\"ad-feedback__emoji-base ad-feedback__emoji-not-good\">\\n </label>\\n </div>\\n <div class=\"ad-feedback__emoji-container\">\\n <input class=\"ad-feedback__emoji-radio-input\" id=\"ad-feedback__0-okay\" name=\"ad\" type=\"radio\" value=\"3\" aria-label=\"Okay\">\\n <label for=\"ad-feedback__0-okay\" class=\"ad-feedback__emoji-base ad-feedback__emoji-okay\">\\n </label>\\n </div>\\n <div class=\"ad-feedback__emoji-container\">\\n <input class=\"ad-feedback__emoji-radio-input\" id=\"ad-feedback__0-good\" name=\"ad\" type=\"radio\" value=\"4\" aria-label=\"Good\">\\n <label for=\"ad-feedback__0-good\" class=\"ad-feedback__emoji-base ad-feedback__emoji-good\">\\n </label>\\n </div>\\n <div class=\"ad-feedback__emoji-container\">\\n <input class=\"ad-feedback__emoji-radio-input\" id=\"ad-feedback__0-great\" name=\"ad\" type=\"radio\" value=\"5\" aria-label=\"Great\">\\n <label for=\"ad-feedback__0-great\" class=\"ad-feedback__emoji-base ad-feedback__emoji-great\">\\n </label>\\n </div>\\n </div>\\n </div>\\n\\n <div class=\"ad-feedback__content-container\">\\n <div class=\"ad-feedback__question-container\">\\n 2. Did you encounter any technical issues?\\n </div>\\n <div class=\"ad-feedback__technical-issues-checkbox-container\">\\n <label class=\"switch\">\\n <input id=\"ad-feedback__technical-issues-checkbox\" class=\"ad-feedback__technical-issues-slider\" type=\"checkbox\" name=\"didEncounterIssues\" aria-label=\"Toggle Button\">\\n <span class=\"slider round\"></span>\\n </label>\\n <span class=\"ad-feedback__technical-issues-checkbox-label\"></span>\\n </div>\\n </div>\\n\\n <div class=\"ad-feedback__technical-issues-container\" style=\"display:none\">\\n <div class=\"ad-feedback__content-container video_issues issues-checkboxes-container\" style=\"display: none\">\\n <label class=\"ad-feedback__checkbox-container\">\\n Video player was slow to load content\\n <input class=\"ad-feedback__checkbox__input video_issue\" type=\"checkbox\" value=\"Video player was slow to load content\" name=\"issues\">\\n <span class=\"ad-feedback__checkmark\"></span>\\n </label>\\n <label class=\"ad-feedback__checkbox-container\">\\n Video content never loaded\\n <input class=\"ad-feedback__checkbox__input video_issue\" type=\"checkbox\" value=\"Video content never loaded\" name=\"issues\">\\n <span class=\"ad-feedback__checkmark\"></span>\\n </label>\\n <label class=\"ad-feedback__checkbox-container\">\\n Ad froze or did not finish loading\\n <input class=\"ad-feedback__checkbox__input video_issue\" type=\"checkbox\" value=\"Ad froze or did not finish loading\" name=\"issues\">\\n <span class=\"ad-feedback__checkmark\"></span>\\n </label>\\n <label class=\"ad-feedback__checkbox-container\">\\n Video content did not start after ad\\n <input class=\"ad-feedback__checkbox__input video_issue\" type=\"checkbox\" value=\"Video content did not start after ad\" name=\"issues\">\\n <span class=\"ad-feedback__checkmark\"></span>\\n </label>\\n <label class=\"ad-feedback__checkbox-container\">\\n Audio on ad was too loud\\n <input class=\"ad-feedback__checkbox__input video_issue\" type=\"checkbox\" value=\"Audio on ad was too loud\" name=\"issues\">\\n <span class=\"ad-feedback__checkmark\"></span>\\n </label>\\n <label class=\"ad-feedback__checkbox-container\">\\n Other issues\\n <input class=\"ad-feedback__checkbox__input video_issue\" type=\"checkbox\" value=\"Other issues\" name=\"issues\">\\n <span class=\"ad-feedback__checkmark\"></span>\\n </label>\\n </div>\\n <div class=\"ad-feedback__content-container display_ad_issues issues-checkboxes-container\" style=\"display: none\">\\n <label class=\"ad-feedback__checkbox-container\">\\n Ad never loaded\\n <input class=\"ad-feedback__checkbox__input display_ad_issue\" type=\"checkbox\" value=\"Ad never loaded\" name=\"issues\">\\n <span class=\"ad-feedback__checkmark\"></span>\\n </label>\\n <label class=\"ad-feedback__checkbox-container\">\\n Ad prevented/slowed the page from loading\\n <input class=\"ad-feedback__checkbox__input display_ad_issue\" type=\"checkbox\" value=\"Ad prevented/slowed the page from loading\" name=\"issues\">\\n <span class=\"ad-feedback__checkmark\"></span>\\n </label>\\n <label class=\"ad-feedback__checkbox-container\">\\n Content moved around while ad loaded\\n <input class=\"ad-feedback__checkbox__input display_ad_issue\" type=\"checkbox\" value=\"Content moved around while ad loaded\" name=\"issues\">\\n <span class=\"ad-feedback__checkmark\"></span>\\n </label>\\n <label class=\"ad-feedback__checkbox-container\">\\n Ad was repetitive to ads I\\'ve seen previously\\n <input class=\"ad-feedback__checkbox__input display_ad_issue\" type=\"checkbox\" value=\"Ad was repetitive to ads I\\'ve seen previously\" name=\"issues\">\\n <span class=\"ad-feedback__checkmark\"></span>\\n </label>\\n <label class=\"ad-feedback__checkbox-container\">\\n Other issues\\n <input class=\"ad-feedback__checkbox__input display_ad_issue\" type=\"checkbox\" value=\"Other issues\" name=\"issues\">\\n <span class=\"ad-feedback__checkmark\"></span>\\n </label>\\n </div>\\n <div class=\"ad-feedback__content-container\">\\n <textarea rows=\"5\" class=\"ad-feedback__comment\" maxlength=\"1000\" name=\"comment\"></textarea>\\n <div class=\"ad-feedback__comment-error-msg\"></div>\\n </div>\\n </div>\\n\\n <div class=\"ad-feedback__content-container\">\\n <div class=\"ad-feedback__actions\">\\n <button type=\"button\" id=\"ad-feedback__cancel\" class=\"ad-feedback__cancel button\">\\n Cancel\\n </button>\\n <button type=\"submit\" id=\"ad-feedback__submit\" class=\"ad-feedback__submit button\" disabled=\"\">\\n Submit\\n </button>\\n </div>\\n </div>\\n </form>\\n\\n <div class=\"ad-feedback__submitted\">\\n <div class=\"ad-feedback__submitted__checkmark\"></div>\\n <div class=\"ad-feedback__submitted__title\">Thank You!</div>\\n <div class=\"ad-feedback__submitted__message\">\\n Your effort and contribution in providing this feedback is much\\n appreciated.\\n </div>\\n <div id=\"ad-feedback__submitted__close\" class=\"ad-feedback__submitted__close\">\\n Close\\n </div>\\n <div class=\"ad-feedback__submitted__close-icon\" id=\"ad-feedback__submitted__close-icon\"></div>\\n </div>\\n </div>\\n </div>\\n\\n <div class=\"ad-slot-header__wrapper\" style=\"height: 276px;\">\\n <div class=\"ad-slot-header\" data-uri=\"cms.cnn.com/_components/ad-slot-header/instances/cnn-v1@published\" style=\"height: 90px;\">\\n <div class=\"ad-slot-header__container adSlotHeaderContainer\" style=\"height: 90px;\">\\n <div data-uri=\"cms.cnn.com/_components/ad-slot/instances/cnn-v1@published\" class=\"ad-slot\" data-path=\"header/ad-slot-header[0]/items\" data-desktop-slot-id=\"ad_bnr_atf_01\" data-mobile-slot-id=\"ad_bnr_atf_01\" data-unselectable=\"true\" data-ad-slot-rendered-size=\"970x90\"><div id=\"ad_bnr_atf_01\" class=\"ad\" style=\"display: none;\"><div id=\"google_ads_iframe_/8663477/CNNi/politics/elections/landing_1__container__\" style=\"border: 0pt none; width: 970px; height: 2px;\"></div></div>\\n <div class=\"ad-slot__feedback ad-feedback-link-container\" style=\"width: 970px;\">\\n <div class=\"ad-slot__ad-label\"></div>\\n \\n <div data-ad-type=\"DISPLAY\" data-ad-identifier=\"ad_bnr_atf_01\" class=\"ad-feedback-link\">\\n <div class=\"ad-feedback-link__label\">Ad Feedback</div>\\n </div>\\n \\n </div>\\n <iframe class=\"resizeListenerIframe\" src=\"about:blank\" tabindex=\"-1\" frameborder=\"0\" aria-hidden=\"true\"></iframe></div>\\n\\n </div>\\n </div>\\n </div>\\n\\n <nav data-uri=\"cms.cnn.com/_components/header/instances/electioncenter_2024_primaries_header@published\" id=\"pageHeader\" data-editable=\"settings\" class=\"header cnn-app-display-none\" data-analytics-aggregate-events=\"true\">\\n <div class=\"header__inner\">\\n <div class=\"header__subnav-mount\">\\n <div class=\"header__container\">\\n <div class=\"header__left\">\\n <button id=\"headerMenuIcon\" class=\"header__menu-icon\" aria-label=\"Open Menu Icon\" data-zjs=\"click\" data-zjs-component_id=\"header__menu-icon\" data-zjs-component_text=\"Open Menu Icon\" data-zjs-component_type=\"icon\" data-zjs-container_id=\"cms.cnn.com/_components/header/instances/electioncenter_2024_primaries_header@published\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"main\" data-zjs-navigation-location=\"header\">\\n <svg class=\"header__menu-icon-svg\" role=\"img\" viewBox=\"0 0 64 63\" xmlns=\"https://www.w3.org/2000/svg\" aria-hidden=\"true\" aria-haspopup=\"true\" aria-expanded=\"false\"><path d=\"M52.75,47.84H11.25a2.08,2.08,0,1,0,0,4.16h41.5a2.08,2.08,0,1,0,0-4.16Z\"></path><path d=\"M52.75,28.92H11.25a2.08,2.08,0,1,0,0,4.16h41.5a2.08,2.08,0,1,0,0-4.16Z\"></path><path d=\"M11.25,14.16h41.5a2.08,2.08,0,1,0,0-4.16H11.25a2.08,2.08,0,1,0,0,4.16Z\"></path></svg>\\n\\n </button>\\n <button id=\"headerCloseIcon\" class=\"header__close-icon\" aria-label=\"Close Menu Icon\" data-zjs=\"click\" data-zjs-component_id=\"header__close-icon\" data-zjs-component_text=\"Close Menu Icon\" data-zjs-component_type=\"icon\" data-zjs-container_id=\"cms.cnn.com/_components/header/instances/electioncenter_2024_primaries_header@published\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"main\" data-zjs-navigation-location=\"header\">\\n <svg class=\"header__close-icon-svg\" role=\"img\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"\" xmlns=\"https://www.w3.org/2000/svg\" aria-labelledby=\"closeIconTitle\" aria-haspopup=\"true\" aria-expanded=\"false\"><title id=\"closeIconTitle\">Close icon</title><path d=\"M29.1,32L10.6,50.6c-0.8,0.8-0.8,2.1,0,2.9c0.8,0.8,2.1,0.8,2.9,0L32,34.9l18.5,18.5 c0.8,0.8,2.1,0.8,2.9,0c0.8-0.8,0.8-2.1,0-2.9L34.9,32l18.5-18.5c0.8-0.8,0.8-2.1,0-2.9s-2.1-0.8-2.9,0L32,29.1L13.5,10.6 c-0.8-0.8-2.1-0.8-2.9,0c-0.8,0.8-0.8,2.1,0,2.9L29.1,32z\"></path></svg>\\n\\n </button>\\n <div data-uri=\"cms.cnn.com/_components/brand-logo/instances/new-politics-header-v1@published\" class=\"brand-logo\" data-editable=\"settings\">\\n\\t <a class=\"brand-logo__logo-link\" href=\"https://www.cnn.com\" title=\"CNN logo\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com\" data-zjs-component_text=\"Main Logo\" data-zjs-component_type=\"icon\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\">\\n\\t\\t<span class=\"brand-logo__logo\">\\n\\t\\t\\t\\t\\t<svg class=\"cnn-badge-icon\" width=\"40\" height=\"40\" viewBox=\"0 0 240 240\" fill=\"\" xmlns=\"https://www.w3.org/2000/svg\" aria-hidden=\"true\"><rect x=\"0\" y=\"0\" width=\"100%\" height=\"100%\" fill=\"#fff\"></rect><path d=\"M.31-.07v240h240V-.07ZM86.54,135.29V92.51c0-16.1,20.81-23.83,31.82-5.12.8,1.35,18.14,31.22,18.14,31.22V92.51c0-16.1,20.8-23.83,31.81-5.12.8,1.35,18.14,31.22,18.14,31.22V76.79h10.38V147a2.11,2.11,0,0,1-1.51,2.14c-1.1.3-2.26-.38-3.11-1.82-.17-.28-9-15.46-17.48-30.13L159.17,90.4c-2.18-3.7-5.43-4.35-7.74-3.72a6.23,6.23,0,0,0-4.55,6.13V147a2.12,2.12,0,0,1-1.51,2.14c-1.11.3-2.27-.38-3.11-1.82-.15-.25-8.34-14.36-16.25-28-10.08-17.38-16.7-28.78-16.8-28.95-2.18-3.71-5.44-4.35-7.77-3.72a6.24,6.24,0,0,0-4.56,6.13v53.05a2.9,2.9,0,0,1-2.72,2.71H67.23a28.64,28.64,0,0,1,0-57.28h14v10.36H67.35a18.28,18.28,0,1,0,0,36.56H83.68A2.84,2.84,0,0,0,86.54,135.29Zm124.77,12.05c0,16.1-20.81,23.83-31.82,5.13-.79-1.35-18.14-31.23-18.14-31.23v26.1c0,16.1-20.8,23.83-31.81,5.13-.8-1.35-18.14-31.23-18.14-31.23v24.61c0,11.17-6.63,17.22-17,17.22H67.25a43.14,43.14,0,0,1,0-86.28h14V87.15h-14a32.78,32.78,0,1,0,0,65.56H94.16a7,7,0,0,0,6.86-6.85V92.81a2.1,2.1,0,0,1,1.51-2.13c1.1-.3,2.26.38,3.11,1.82l16.79,28.93c9.76,16.83,16.17,27.88,16.25,28,2.19,3.7,5.45,4.35,7.78,3.71A6.22,6.22,0,0,0,151,147V92.82a2.11,2.11,0,0,1,1.49-2.14c1.09-.3,2.24.38,3.08,1.82l15.56,26.81,17.49,30.15c1.71,2.9,4.09,3.93,6.16,3.93a6,6,0,0,0,1.61-.22A6.23,6.23,0,0,0,201,147V76.79h10.34Z\" transform=\"translate(-0.31 0.07)\"></path></svg>\\n\\t\\t</span>\\n\\t\\t</a>\\n\\t<a class=\"brand-logo__theme-link\" href=\"https://www.cnn.com/politics\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/politics\" data-zjs-component_text=\"Politics\" data-zjs-component_type=\"icon\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/politics\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\">\\n\\t\\t\\t<span class=\"brand-logo__theme brand-logo__section-text\">Politics</span>\\n\\t</a>\\n</div>\\n\\n <nav class=\"header__nav\" style=\"visibility: visible;\">\\n <div class=\"header__nav-container\">\\n <div class=\"header__nav-item\" style=\"display: block;\">\\n <a class=\"header__nav-item-link\" href=\"https://www.cnn.com/politics/supreme-court\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/politics/supreme-court\" data-zjs-component_text=\"SCOTUS\" data-zjs-component_type=\"link\" data-zjs-container_id=\"cms.cnn.com/_components/header/instances/electioncenter_2024_primaries_header@published\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/politics/supreme-court\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"main\" data-zjs-navigation-location=\"header\">\\n \\n SCOTUS\\n </a>\\n </div>\\n <div class=\"header__nav-item\" style=\"display: block;\">\\n <a class=\"header__nav-item-link\" href=\"https://www.cnn.com/politics/congress\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/politics/congress\" data-zjs-component_text=\"Congress\" data-zjs-component_type=\"link\" data-zjs-container_id=\"cms.cnn.com/_components/header/instances/electioncenter_2024_primaries_header@published\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/politics/congress\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"main\" data-zjs-navigation-location=\"header\">\\n \\n Congress\\n </a>\\n </div>\\n <div class=\"header__nav-item\" style=\"display: block;\">\\n <a class=\"header__nav-item-link\" href=\"https://www.cnn.com/specials/politics/fact-check-politics\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/specials/politics/fact-check-politics\" data-zjs-component_text=\"Facts First\" data-zjs-component_type=\"link\" data-zjs-container_id=\"cms.cnn.com/_components/header/instances/electioncenter_2024_primaries_header@published\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/specials/politics/fact-check-politics\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"main\" data-zjs-navigation-location=\"header\">\\n \\n Facts First\\n </a>\\n </div>\\n <div class=\"header__nav-item\" style=\"display: block;\">\\n <a class=\"header__nav-item-link\" href=\"https://www.cnn.com/election/2024\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/election/2024\" data-zjs-component_text=\"2024 Elections\" data-zjs-component_type=\"link\" data-zjs-container_id=\"cms.cnn.com/_components/header/instances/electioncenter_2024_primaries_header@published\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/election/2024\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"main\" data-zjs-navigation-location=\"header\">\\n \\n 2024 Elections\\n </a>\\n </div>\\n <div class=\"header__nav-more\" style=\"display: none;\">\\n <a id=\"moreDropdown\" class=\"header__nav-item-link header__nav-more-link header__nav-button\">\\n <b>\\n More\\n </b>\\n </a>\\n <div class=\"header__nav-item-dropdown\">\\n <a class=\"header__nav-item-dropdown-item\" href=\"https://www.cnn.com/politics/supreme-court\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/politics/supreme-court\" data-zjs-component_text=\"SCOTUS\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/politics/supreme-court\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"main\" data-zjs-navigation-location=\"header\" style=\"display: none;\">\\n SCOTUS\\n </a>\\n <a class=\"header__nav-item-dropdown-item\" href=\"https://www.cnn.com/politics/congress\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/politics/congress\" data-zjs-component_text=\"Congress\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/politics/congress\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"main\" data-zjs-navigation-location=\"header\" style=\"display: none;\">\\n Congress\\n </a>\\n <a class=\"header__nav-item-dropdown-item\" href=\"https://www.cnn.com/specials/politics/fact-check-politics\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/specials/politics/fact-check-politics\" data-zjs-component_text=\"Facts First\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/specials/politics/fact-check-politics\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"main\" data-zjs-navigation-location=\"header\" style=\"display: none;\">\\n Facts First\\n </a>\\n <a class=\"header__nav-item-dropdown-item\" href=\"https://www.cnn.com/election/2024\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/election/2024\" data-zjs-component_text=\"2024 Elections\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/election/2024\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"main\" data-zjs-navigation-location=\"header\" style=\"display: none;\">\\n 2024 Elections\\n </a>\\n </div>\\n </div>\\n </div>\\n </nav>\\n </div>\\n <div class=\"header__right\">\\n <a class=\"header__audio-link header__audio-link-desktop\" href=\"/audio\" data-zjs=\"click\" data-zjs-component_id=\"/audio\" data-zjs-component_text=\"Audio\" data-zjs-component_type=\"link\" data-zjs-container_id=\"cms.cnn.com/_components/header/instances/electioncenter_2024_primaries_header@published\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"/audio\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"main\" data-zjs-navigation-location=\"header\">\\n Audio\\n </a>\\n <a class=\"header__live-tv-link header__live-tv-link-desktop\" href=\"/live-tv\" data-zjs=\"click\" data-zjs-component_id=\"/live-tv\" data-zjs-component_text=\"Live TV\" data-zjs-component_type=\"link\" data-zjs-container_id=\"cms.cnn.com/_components/header/instances/electioncenter_2024_primaries_header@published\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"/live-tv\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"main\" data-zjs-navigation-location=\"footer\">\\n Live TV\\n </a>\\n <button id=\"headerSearchIcon\" class=\"header__search-icon\" aria-label=\"Search Icon\">\\n <svg class=\"header__search-icon-svg\" role=\"img\" viewBox=\"0 0 64 64\" xmlns=\"https://www.w3.org/2000/svg\" aria-hidden=\"true\"><path d=\"M55.3,51.89,42.46,39a19.22,19.22,0,1,0-3.38,3.43L51.9,55.29a2.38,2.38,0,0,0,3.4,0A2.42,2.42,0,0,0,55.3,51.89ZM11.2,27.28a16,16,0,1,1,16,16.07A16.07,16.07,0,0,1,11.2,27.28Z\"></path></svg>\\n\\n </button>\\n <div id=\"headerAccountNavIcon\" class=\"header__user-account-nav-icon header__user-account-nav-desktop\">\\n <nav class=\"user-account-nav user-account-nav--unauth\" data-uri=\"cms.cnn.com/_components/user-account-nav/instances/user-account-nav@published\" data-editable=\"settings\" aria-label=\"User Account Nav\" data-avatar-enabled=\"false\" tabindex=\"0\" style=\"visibility: visible;\">\\n <div class=\"user-account-nav__icons\">\\n <button class=\"user-account-nav__icon-button user-account-nav__icon-button--auth userAccountButton\" aria-haspopup=\"true\" aria-expanded=\"false\" aria-label=\"User Account Nav Button\" data-zjs=\"click\" data-zjs-component_id=\"user-account-nav__icon-button user-account-nav__icon-button--auth userAccountButton\" data-zjs-component_text=\"User Account Nav Button\" data-zjs-component_type=\"button\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"main\" data-zjs-navigation-location=\"header\">\\n <svg class=\"icon-ui-avatar-fill\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\" aria-label=\"User Avatar\" role=\"img\"><path d=\"M18.975 17.15c-.088-.38-.227-.563-.231-.572-.537-1.055-2.583-2.014-5.736-2.194 2.284-.622 3.806-3.113 2.79-5.727a3.94 3.94 0 00-2.233-2.233c-3.013-1.171-5.879 1.034-5.879 3.896a4.22 4.22 0 003.126 4.068c-3.118.189-5.142 1.143-5.674 2.191-.014.023-.114.173-.193.458-1.453-2.03-2.058-4.706-1.274-7.51.762-2.723 2.854-4.92 5.551-5.767C15.18 1.892 20.674 6.316 20.674 12a8.628 8.628 0 01-1.7 5.15M9.135 2.4a9.753 9.753 0 00-6.74 6.759c-1.09 3.92.169 7.628 2.68 10.043v.002l.03.027c2.433 2.321 6.026 3.435 9.813 2.353a9.752 9.752 0 006.686-6.734A10.038 10.038 0 009.134 2.4\"></path></svg>\\n\\n </button>\\n <button class=\"user-account-nav__icon-button user-account-nav__icon-button--unauth userAccountButton\" aria-haspopup=\"true\" aria-expanded=\"false\" role=\"link\" data-login-href=\"/account/log-in\" aria-label=\"User Account Log In Button\" data-zjs=\"click\" data-zjs-component_id=\"/account/log-in\" data-zjs-component_text=\"User Account Log In Button\" data-zjs-component_type=\"button\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"/account/log-in\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"main\" data-zjs-navigation-location=\"header\">\\n <svg class=\"icon-ui-avatar-default\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\" aria-label=\"User Avatar\" role=\"img\"><path d=\"M12 20.674a8.654 8.654 0 01-6.483-2.92c.168-.397.523-.758 1.067-1.076 1.334-.782 3.268-1.23 5.305-1.23 2.027 0 3.955.445 5.288 1.22.628.365.998.787 1.125 1.283A8.649 8.649 0 0112 20.674m1.521-7.203c-3.033 1.496-6.04-1.51-4.544-4.543a2.831 2.831 0 011.282-1.282c3.032-1.491 6.035 1.512 4.543 4.543a2.833 2.833 0 01-1.28 1.282m1.69-9.564c2.334.85 4.161 2.752 4.958 5.106.974 2.873.47 5.65-.941 7.773-.307-.486-.765-.912-1.382-1.27-.912-.53-2.054-.922-3.303-1.155a4.642 4.642 0 001.89-4.755 4.567 4.567 0 00-3.745-3.62 4.648 4.648 0 00-5.442 4.574c0 1.571.787 2.96 1.986 3.8-1.258.235-2.407.63-3.323 1.167-.536.314-.953.674-1.256 1.076A8.617 8.617 0 013.326 12c0-5.821 5.765-10.322 11.885-8.093m.112-1.368A10.052 10.052 0 002.539 15.321a9.611 9.611 0 006.138 6.14A10.052 10.052 0 0021.461 8.679a9.611 9.611 0 00-6.138-6.14\"></path></svg>\\n\\n </button>\\n <button class=\"user-account-nav__text-button user-account-nav__text-button--unauth userAccountButton\" aria-haspopup=\"true\" aria-expanded=\"false\" role=\"link\" aria-label=\"User Account Log In Button\" data-login-href=\"/account/log-in\" data-zjs=\"click\" data-zjs-component_id=\"/account/log-in\" data-zjs-component_text=\"User Account Log In Button\" data-zjs-component_type=\"button\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"/account/log-in\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"main\" data-zjs-navigation-location=\"header\">\\n Sign in\\n </button>\\n </div>\\n <div class=\"user-account-nav__menu userAccountNavMenu\" aria-label=\"User Account Nav Menu\">\\n <div class=\"user-account-nav__menu-button userAccountNavMenuButton\" aria-haspopup=\"true\" aria-expanded=\"false\" data-zjs=\"click\" data-zjs-component_id=\"user-account-nav__menu-button userAccountNavMenuButton\" data-zjs-component_text=\"My Account\" data-zjs-component_type=\"button\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"main\" data-zjs-navigation-location=\"header\">\\n My Account<span aria-hidden=\"true\"><svg class=\"icon-ui-caret-down\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M12.478 17.218a.637.637 0 01-.946 0L2.206 7.2c-.225-.242-.28-.632-.093-.91a.613.613 0 01.975-.088l8.917 9.579 8.878-9.538c.225-.242.589-.3.847-.1.33.255.357.752.082 1.048l-9.334 10.027z\"></path></svg>\\n</span>\\n </div>\\n <ul class=\"user-account-nav__menu-options userAccountNavOptions\" role=\"menu\" tabindex=\"0\">\\n <li class=\"user-account-nav__menu-item\">\\n <a class=\"user-account-nav__menu-link\" data-name=\"settings\" href=\"/account/settings\" data-zjs=\"click\" data-zjs-component_id=\"cms.cnn.com/_components/user-account-nav/instances/user-account-nav@published\" data-zjs-component_text=\"Settings\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"/account/settings\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"main\" data-zjs-navigation-location=\"header\">\\n Settings\\n </a>\\n </li>\\n <li class=\"user-account-nav__menu-item\">\\n <a class=\"user-account-nav__menu-link user-account-nav__menu-link--hide\" data-name=\"follow\" href=\"/follow?iid=fw_var-nav\" data-zjs=\"click\" data-zjs-component_id=\"cms.cnn.com/_components/user-account-nav/instances/user-account-nav@published\" data-zjs-component_text=\"Topics You Follow\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"/follow?iid=fw_var-nav\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"main\" data-zjs-navigation-location=\"header\">\\n Topics You Follow\\n <span class=\"user-account-nav__menu-notification-dot\"></span>\\n </a>\\n </li>\\n <li class=\"user-account-nav__menu-item\">\\n <a class=\"user-account-nav__menu-link\" data-name=\"logout\" href=\"#\" data-zjs=\"click\" data-zjs-component_id=\"cms.cnn.com/_components/user-account-nav/instances/user-account-nav@published\" data-zjs-component_text=\"Sign Out\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"#\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"main\" data-zjs-navigation-location=\"header\">\\n Sign Out\\n </a>\\n </li>\\n </ul>\\n </div>\\n <div class=\"user-account-nav__user\">\\n <span class=\"user-account-nav__user__text user-account-nav__user__text--auth\">Your CNN account</span>\\n <span class=\"user-account-nav__user__text user-account-nav__user__text--unauth\">Sign in to your CNN account</span>\\n </div>\\n <a class=\"user-account-nav__override-link\" href=\"/account/log-in\" data-zjs=\"click\" data-zjs-component_id=\"user-account-nav__override-link\" data-zjs-component_text=\"\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"#\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"main\" data-zjs-navigation-location=\"header\"></a>\\n</nav>\\n\\n </div>\\n </div>\\n </div>\\n <div class=\"politics-secondary-nav\" data-uri=\"cms.cnn.com/_components/politics-secondary-nav/instances/electioncenter_2024_primaries_nav@published\" data-editable=\"settings\" data-state=\"{&quot;_ref&quot;:&quot;cms.cnn.com/_components/politics-secondary-nav/instances/electioncenter_2024_primaries_nav@published&quot;,&quot;items&quot;:[{&quot;label&quot;:&quot;Primary results&quot;,&quot;options&quot;:[{&quot;path&quot;:&quot;/election/2024/primaries-and-caucuses/results/alaska&quot;,&quot;label&quot;:&quot;Alaska &quot;,&quot;activePattern&quot;:&quot;/election/2024/results/alaska*&quot;},{&quot;path&quot;:&quot;/election/2024/primaries-and-caucuses/results/alabama&quot;,&quot;label&quot;:&quot;Alabama&quot;,&quot;activePattern&quot;:&quot;/election/2024/results/alabama*&quot;},{&quot;path&quot;:&quot;/election/2024/primaries-and-caucuses/results/american-samoa&quot;,&quot;label&quot;:&quot;American Samoa &quot;,&quot;activePattern&quot;:&quot;/election/2024/results/american-samoa*&quot;},{&quot;path&quot;:&quot;/election/2024/primaries-and-caucuses/results/arizona&quot;,&quot;label&quot;:&quot;Arizona&quot;},{&quot;path&quot;:&quot;/election/2024/primaries-and-caucuses/results/arkansas&quot;,&quot;label&quot;:&quot;Arkansas &quot;,&quot;activePattern&quot;:&quot;/election/2024/results/arkansas*&quot;},{&quot;path&quot;:&quot;/election/2024/primaries-and-caucuses/results/california&quot;,&quot;label&quot;:&quot;California &quot;,&quot;activePattern&quot;:&quot;/election/2024/results/california*&quot;},{&quot;path&quot;:&quot;/election/2024/primaries-and-caucuses/results/colorado&quot;,&quot;label&quot;:&quot;Colorado &quot;,&quot;activePattern&quot;:&quot;/election/2024/results/colorado*&quot;},{&quot;path&quot;:&quot;/election/2024/primaries-and-caucuses/results/connecticut&quot;,&quot;label&quot;:&quot;Connecticut&quot;},{&quot;path&quot;:&quot;/election/2024/primaries-and-caucuses/results/delaware&quot;,&quot;label&quot;:&quot;Delaware&quot;},{&quot;path&quot;:&quot;/election/2024/primaries-and-caucuses/results/democrats-abroad/democratic-presidential-primary&quot;,&quot;label&quot;:&quot;Democrats Abroad&quot;},{&quot;path&quot;:&quot;/election/2024/primaries-and-caucuses/results/district-of-columbia/republican-presidential-primary&quot;,&quot;label&quot;:&quot;District of Columbia &quot;},{&quot;path&quot;:&quot;/election/2024/primaries-and-caucuses/results/florida&quot;,&quot;label&quot;:&quot;Florida&quot;},{&quot;path&quot;:&quot;/election/2024/primaries-and-caucuses/results/georgia&quot;,&quot;label&quot;:&quot;Georgia&quot;},{&quot;path&quot;:&quot;/election/2024/primaries-and-caucuses/results/hawaii&quot;,&quot;label&quot;:&quot;Hawaii&quot;},{&quot;path&quot;:&quot;/election/2024/primaries-and-caucuses/results/idaho/republican-presidential-caucuses&quot;,&quot;label&quot;:&quot;Idaho &quot;},{&quot;path&quot;:&quot;/election/2024/primaries-and-caucuses/results/illinois&quot;,&quot;label&quot;:&quot;Illinois&quot;},{&quot;path&quot;:&quot;/election/2024/primaries-and-caucuses/results/iowa&quot;,&quot;label&quot;:&quot;Iowa &quot;,&quot;activePattern&quot;:&quot;/election/2024/results/iowa*&quot;},{&quot;path&quot;:&quot;/election/2024/primaries-and-caucuses/results/kansas&quot;,&quot;label&quot;:&quot;Kansas&quot;},{&quot;path&quot;:&quot;/election/2024/primaries-and-caucuses/results/louisiana&quot;,&quot;label&quot;:&quot;Louisiana&quot;},{&quot;path&quot;:&quot;/election/2024/primaries-and-caucuses/results/maine&quot;,&quot;label&quot;:&quot;Maine &quot;,&quot;activePattern&quot;:&quot;/election/2024/results/maine*&quot;},{&quot;path&quot;:&quot;/election/2024/primaries-and-caucuses/results/massachusetts&quot;,&quot;label&quot;:&quot;Massachusetts &quot;,&quot;activePattern&quot;:&quot;/election/2024/results/massachusetts*&quot;},{&quot;path&quot;:&quot;/election/2024/primaries-and-caucuses/results/michigan&quot;,&quot;label&quot;:&quot;Michigan &quot;},{&quot;path&quot;:&quot;/election/2024/primaries-and-caucuses/results/minnesota&quot;,&quot;label&quot;:&quot;Minnesota &quot;,&quot;activePattern&quot;:&quot;/election/2024/results/minnesota*&quot;},{&quot;path&quot;:&quot;/election/2024/primaries-and-caucuses/results/mississippi&quot;,&quot;label&quot;:&quot;Mississippi&quot;},{&quot;path&quot;:&quot;/election/2024/primaries-and-caucuses/results/missouri&quot;,&quot;label&quot;:&quot;Missouri &quot;},{&quot;path&quot;:&quot;/election/2024/primaries-and-caucuses/results/nevada&quot;,&quot;label&quot;:&quot;Nevada &quot;},{&quot;path&quot;:&quot;/election/2024/primaries-and-caucuses/results/new-hampshire&quot;,&quot;label&quot;:&quot;New Hampshire &quot;},{&quot;path&quot;:&quot;/election/2024/primaries-and-caucuses/results/new-york&quot;,&quot;label&quot;:&quot;New York&quot;},{&quot;path&quot;:&quot;/election/2024/primaries-and-caucuses/results/north-carolina&quot;,&quot;label&quot;:&quot;North Carolina&quot;,&quot;activePattern&quot;:&quot;/election/2024/results/north-carolina*&quot;},{&quot;path&quot;:&quot;/election/2024/primaries-and-caucuses/results/north-dakota/republican-presidential-caucuses&quot;,&quot;label&quot;:&quot;North Dakota &quot;},{&quot;path&quot;:&quot;/election/2024/primaries-and-caucuses/results/northern-mariana-islands/democratic-presidential-primary&quot;,&quot;label&quot;:&quot;Northern Mariana Islands&quot;},{&quot;path&quot;:&quot;/election/2024/primaries-and-caucuses/results/ohio&quot;,&quot;label&quot;:&quot;Ohio&quot;},{&quot;path&quot;:&quot;/election/2024/primaries-and-caucuses/results/oklahoma&quot;,&quot;label&quot;:&quot;Oklahoma &quot;,&quot;activePattern&quot;:&quot;/election/2024/results/oklahoma*&quot;},{&quot;path&quot;:&quot;/election/2024/primaries-and-caucuses/results/rhode-island&quot;,&quot;label&quot;:&quot;Rhode Island&quot;},{&quot;path&quot;:&quot;/election/2024/primaries-and-caucuses/results/south-carolina&quot;,&quot;label&quot;:&quot;South Carolina &quot;},{&quot;path&quot;:&quot;/election/2024/primaries-and-caucuses/results/tennessee&quot;,&quot;label&quot;:&quot;Tennessee &quot;,&quot;activePattern&quot;:&quot;/election/2024/results/tennessee*&quot;},{&quot;path&quot;:&quot;/election/2024/primaries-and-caucuses/results/texas&quot;,&quot;label&quot;:&quot;Texas&quot;,&quot;activePattern&quot;:&quot;/election/2024/results/texas*&quot;},{&quot;path&quot;:&quot;/election/2024/primaries-and-caucuses/results/us-virgin-islands/republican-presidential-caucuses&quot;,&quot;label&quot;:&quot;US Virgin Islands &quot;},{&quot;path&quot;:&quot;/election/2024/primaries-and-caucuses/results/utah&quot;,&quot;label&quot;:&quot;Utah &quot;,&quot;activePattern&quot;:&quot;/election/2024/results/utah*&quot;},{&quot;path&quot;:&quot;/election/2024/primaries-and-caucuses/results/vermont&quot;,&quot;label&quot;:&quot;Vermont &quot;,&quot;activePattern&quot;:&quot;/election/2024/results/vermont*&quot;},{&quot;path&quot;:&quot;/election/2024/primaries-and-caucuses/results/virginia&quot;,&quot;label&quot;:&quot;Virginia&quot;,&quot;activePattern&quot;:&quot;/election/2024/results/virginia*&quot;},{&quot;path&quot;:&quot;/election/2024/primaries-and-caucuses/results/washington&quot;,&quot;label&quot;:&quot;Washington&quot;},{&quot;path&quot;:&quot;/election/2024/primaries-and-caucuses/results/wisconsin&quot;,&quot;label&quot;:&quot;Wisconsin&quot;},{&quot;path&quot;:&quot;/election/2024/primaries-and-caucuses/results/wyoming&quot;,&quot;label&quot;:&quot;Wyoming&quot;}],&quot;itemType&quot;:&quot;dropdown&quot;},{&quot;path&quot;:&quot;/election/2024/primaries-and-caucuses/exit-polls&quot;,&quot;label&quot;:&quot;Exit polls&quot;,&quot;options&quot;:[{&quot;path&quot;:&quot;/election/2024/primaries-and-caucuses/exit-polls/california/republican-primary/0&quot;,&quot;label&quot;:&quot;California Republican presidential primary&quot;},{&quot;path&quot;:&quot;/election/2024/primaries-and-caucuses/exit-polls/california/senate-open-primary/0&quot;,&quot;label&quot;:&quot;California Senate primary &quot;},{&quot;path&quot;:&quot;/election/2024/primaries-and-caucuses/exit-polls/iowa/republican-caucus/0&quot;,&quot;label&quot;:&quot;Iowa Republican presidential caucuses&quot;},{&quot;path&quot;:&quot;/election/2024/primaries-and-caucuses/exit-polls/new-hampshire/republican-primary/0&quot;,&quot;label&quot;:&quot;New Hampshire Republican presidential primary&quot;},{&quot;path&quot;:&quot;/election/2024/primaries-and-caucuses/exit-polls/north-carolina/republican-primary/0&quot;,&quot;label&quot;:&quot;North Carolina Republican presidential primary&quot;},{&quot;path&quot;:&quot;/election/2024/primaries-and-caucuses/exit-polls/north-carolina/governor-republican-primary/0&quot;,&quot;label&quot;:&quot;North Carolina Republican gubernatorial primary&quot;},{&quot;path&quot;:&quot;/election/2024/primaries-and-caucuses/exit-polls/ohio/republican-primary/0&quot;,&quot;label&quot;:&quot;Ohio Republican presidential primary&quot;},{&quot;path&quot;:&quot;/election/2024/primaries-and-caucuses/exit-polls/ohio/senate-republican-primary/0&quot;,&quot;label&quot;:&quot;Ohio Senate primary&quot;},{&quot;path&quot;:&quot;/election/2024/primaries-and-caucuses/exit-polls/south-carolina/republican-primary/0&quot;,&quot;label&quot;:&quot;South Carolina Republican presidential primary&quot;},{&quot;path&quot;:&quot;/election/2024/primaries-and-caucuses/exit-polls/virginia/republican-primary/0&quot;,&quot;label&quot;:&quot;Virginia Republican presidential primary&quot;}],&quot;itemType&quot;:&quot;dropdown&quot;,&quot;activePattern&quot;:&quot;/election/2024/primaries-and-caucuses/exit-polls*&quot;},{&quot;path&quot;:&quot;https://www.cnn.com/election/2024/primaries-and-caucuses/results/republican-party/president&quot;,&quot;label&quot;:&quot;Presidential primary results maps&quot;,&quot;options&quot;:[{&quot;path&quot;:&quot;https://www.cnn.com/election/2024/primaries-and-caucuses/results/republican-party/president&quot;,&quot;label&quot;:&quot;Republican presidential primary results map&quot;},{&quot;path&quot;:&quot;https://www.cnn.com/election/2024/primaries-and-caucuses/results/democratic-party/president&quot;,&quot;label&quot;:&quot;Democratic presidential primary results map&quot;}],&quot;itemType&quot;:&quot;dropdown&quot;,&quot;activePattern&quot;:&quot;/election/2024/primaries-and-caucuses/results/republican-party/president&quot;},{&quot;path&quot;:&quot;/election/2024/electoral-college-map&quot;,&quot;label&quot;:&quot;Road to 270&quot;,&quot;options&quot;:null,&quot;itemType&quot;:&quot;link&quot;,&quot;activePattern&quot;:&quot;/election/2024/electoral-college-map&quot;},{&quot;path&quot;:&quot;/election/2024/calendar&quot;,&quot;label&quot;:&quot;Calendar&quot;,&quot;options&quot;:null,&quot;itemType&quot;:&quot;link&quot;,&quot;activePattern&quot;:&quot;/election/2024/calendar*&quot;},{&quot;path&quot;:&quot;/politics/elections/presidential-candidates-money-raised-dg&quot;,&quot;label&quot;:&quot;Fundraising&quot;,&quot;options&quot;:null,&quot;itemType&quot;:&quot;link&quot;,&quot;activePattern&quot;:&quot;/politics/elections/presidential-candidates-money-raised-dg&quot;},{&quot;path&quot;:&quot;/election/2024/presidential-candidates&quot;,&quot;label&quot;:&quot;GOP presidential candidates&quot;,&quot;options&quot;:null,&quot;itemType&quot;:&quot;link&quot;,&quot;activePattern&quot;:&quot;/election/2024/presidential-candidates*&quot;}],&quot;__fields&quot;:{&quot;status&quot;:&quot;active-updated&quot;,&quot;created_at&quot;:&quot;Mon, 04 Mar 2024 20:44:40 GMT&quot;,&quot;updated_at&quot;:&quot;Sat, 13 Apr 2024 20:50:03 GMT&quot;},&quot;_version&quot;:1.1,&quot;selectedIcon&quot;:&quot;2024&quot;,&quot;leadingImagePath&quot;:&quot;https://www.cnn.com/election/2024&quot;,&quot;componentVariation&quot;:&quot;politics-secondary-nav&quot;}\"><div class=\"secondary-nav-2DZq0y cnn-pcl-zzgmc2\"><div class=\"secondary-nav__scrollable-area-9vSHMy cnn-pcl-zzgmc2\"><nav aria-label=\"Secondary Navigation\" class=\"cnn-pcl-zzgmc2\"><ul class=\"cnn-pcl-zzgmc2\"><li class=\"secondary-nav__item-outer-3S6rfq secondary-nav__leading-img-pipe-container-LDm5cH cnn-pcl-zzgmc2\"><a data-testid=\"leading-image-a\" class=\"secondary-nav__item-inner-LBiXtL cnn-pcl-zzgmc2\" href=\"https://www.cnn.com/election/2024\"><div class=\"secondary-nav__leading-image--large-1eiuhT cnn-pcl-zzgmc2\"><svg width=\"178\" height=\"10\" aria-label=\"Election Center 2024\" role=\"img\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 178 10\"><defs><style>.cls-1 {\\n fill: #0c0c0c;\\n }\\n .cls-1,\\n .cls-2,\\n .cls-3 {\\n stroke-width: 0px;\\n }\\n .cls-2 {\\n fill: #3061f2;\\n }\\n .cls-3 {\\n fill: #ff3f3f;\\n }\\n </style></defs><path class=\"cls-2\" d=\"m6,0H0v6h6V0Z\"></path><path class=\"cls-3\" d=\"m16,8H0v2h16v-2Z\"></path><path class=\"cls-3\" d=\"m16,0h-8v2h8V0Z\"></path><path class=\"cls-3\" d=\"m16,4h-8v2h8v-2Z\"></path><polygon class=\"cls-1\" points=\"22.265 5.735 26.623 5.735 26.623 3.984 22.265 3.984 22.265 2.019 26.971 2.019 26.971 .267 20.086 .267 20.086 9.799 27.078 9.799 27.078 8.048 22.265 8.048 22.265 5.735\"></polygon><polygon class=\"cls-1\" points=\"30.57 .267 28.324 .267 28.324 9.799 35.008 9.799 35.008 7.995 30.57 7.995 30.57 .267\"></polygon><polygon class=\"cls-1\" points=\"38.01 5.735 42.369 5.735 42.369 3.984 38.01 3.984 38.01 2.019 42.716 2.019 42.716 .267 35.831 .267 35.831 9.799 42.823 9.799 42.823 8.048 38.01 8.048 38.01 5.735\"></polygon><path class=\"cls-1\" d=\"m49.698,7.701c-.348.303-.829.455-1.444.455-.464,0-.865-.12-1.203-.361-.339-.25-.602-.611-.789-1.083-.178-.472-.267-1.043-.267-1.711,0-.677.089-1.252.267-1.725.187-.472.45-.829.789-1.07.348-.25.758-.374,1.23-.374.579,0,1.034.138,1.364.414.33.267.544.642.642,1.123h2.193c-.045-.633-.241-1.203-.588-1.711-.339-.517-.815-.922-1.431-1.217-.606-.294-1.315-.441-2.126-.441-.9,0-1.698.201-2.393.602s-1.239.98-1.631,1.738c-.383.749-.575,1.635-.575,2.66,0,1.034.187,1.93.561,2.687.374.749.9,1.323,1.578,1.725.686.392,1.484.588,2.393.588.784,0,1.497-.152,2.139-.455.642-.303,1.15-.731,1.524-1.283.383-.553.588-1.185.615-1.898h-2.206c-.071.588-.285,1.034-.642,1.337Z\"></path><polygon class=\"cls-1\" points=\"52.878 2.072 55.686 2.072 55.686 9.799 57.932 9.799 57.932 2.072 60.739 2.072 60.739 .267 52.878 .267 52.878 2.072\"></polygon><rect class=\"cls-1\" x=\"61.577\" y=\".267\" width=\"2.246\" height=\"9.532\"></rect><path class=\"cls-1\" d=\"m72.047.602c-.695-.401-1.488-.602-2.38-.602s-1.689.201-2.393.602c-.695.392-1.243.967-1.644,1.725-.392.758-.588,1.649-.588,2.674,0,1.034.196,1.93.588,2.687.401.749.949,1.323,1.644,1.725.704.392,1.502.588,2.393.588s1.685-.196,2.38-.588c.704-.401,1.252-.976,1.644-1.725.401-.758.602-1.653.602-2.687,0-1.025-.201-1.916-.602-2.674-.392-.758-.94-1.332-1.644-1.725Zm-.294,6.136c-.196.472-.477.829-.842,1.07-.357.241-.771.361-1.243.361s-.891-.12-1.257-.361c-.357-.241-.637-.597-.842-1.07-.196-.481-.294-1.061-.294-1.738,0-.686.098-1.266.294-1.738.205-.481.486-.842.842-1.083.365-.241.784-.361,1.257-.361s.887.12,1.243.361c.365.241.646.602.842,1.083.205.472.307,1.052.307,1.738,0,.677-.102,1.257-.307,1.738Z\"></path><polygon class=\"cls-1\" points=\"81.523 6.511 77.86 .267 75.507 .267 75.507 9.799 77.593 9.799 77.593 3.583 81.256 9.799 83.609 9.799 83.609 .267 81.523 .267 81.523 6.511\"></polygon><path class=\"cls-1\" d=\"m95.041,7.701h-.001c-.348.303-.829.455-1.444.455-.463,0-.865-.12-1.203-.361-.339-.25-.602-.611-.789-1.083-.178-.472-.267-1.043-.267-1.711,0-.677.089-1.252.267-1.725.187-.472.45-.829.789-1.07.348-.25.758-.374,1.23-.374.579,0,1.034.138,1.364.414.33.267.544.642.642,1.123h2.193c-.045-.633-.241-1.203-.588-1.711-.339-.517-.815-.922-1.43-1.217-.606-.294-1.315-.441-2.126-.441-.9,0-1.698.201-2.393.602-.695.401-1.239.98-1.631,1.738-.383.749-.575,1.635-.575,2.66,0,1.034.187,1.93.562,2.687.374.749.9,1.323,1.577,1.725.686.392,1.484.588,2.393.588.784,0,1.497-.152,2.139-.455.642-.303,1.15-.731,1.524-1.283.383-.553.588-1.185.615-1.898h-2.206c-.071.588-.285,1.034-.642,1.337Z\"></path><polygon class=\"cls-1\" points=\"101.108 5.735 105.466 5.735 105.466 3.984 101.108 3.984 101.108 2.019 105.814 2.019 105.814 .267 98.929 .267 98.929 9.799 105.921 9.799 105.921 8.048 101.108 8.048 101.108 5.735\"></polygon><polygon class=\"cls-1\" points=\"113.183 6.511 109.52 .267 107.167 .267 107.167 9.799 109.253 9.799 109.253 3.583 112.916 9.799 115.269 9.799 115.269 .267 113.183 .267 113.183 6.511\"></polygon><polygon class=\"cls-1\" points=\"116.107 2.072 118.914 2.072 118.914 9.799 121.16 9.799 121.16 2.072 123.968 2.072 123.968 .267 116.107 .267 116.107 2.072\"></polygon><polygon class=\"cls-1\" points=\"126.984 5.735 131.343 5.735 131.343 3.984 126.984 3.984 126.984 2.019 131.69 2.019 131.69 .267 124.805 .267 124.805 9.799 131.797 9.799 131.797 8.048 126.984 8.048 126.984 5.735\"></polygon><path class=\"cls-1\" d=\"m140.918,8.29h0s-.161-1.164-.161-1.164c-.053-.481-.187-.869-.401-1.163-.205-.294-.526-.513-.962-.655.49-.205.855-.508,1.096-.909.249-.401.374-.882.374-1.444,0-.847-.285-1.506-.855-1.979-.571-.472-1.435-.709-2.594-.709h-4.372v9.532h2.22v-3.596h1.938c.455,0,.784.094.989.281.214.187.348.481.402.882l.173,1.217c.009.071.023.169.04.294.027.125.058.281.094.468.036.187.076.339.12.455h2.22c-.081-.178-.143-.374-.188-.588-.035-.214-.08-.521-.133-.922Zm-3.784-3.772h0s-1.871,0-1.871,0V1.952h1.871c.482,0,.851.103,1.11.307.258.196.388.504.388.922,0,.891-.499,1.337-1.498,1.337Z\"></path><path class=\"cls-1\" d=\"m149.257,7.499h0c.17-.186.437-.427.803-.721l1.684-1.35c.366-.294.673-.66.923-1.096.249-.437.374-.896.374-1.377,0-.579-.143-1.092-.428-1.537-.276-.446-.673-.793-1.19-1.043-.508-.25-1.096-.374-1.764-.374-.731,0-1.364.138-1.899.414-.526.276-.931.686-1.216,1.23-.286.535-.428,1.181-.428,1.938h2.166c0-.606.106-1.065.32-1.377.223-.312.566-.468,1.03-.468.267,0,.494.049.682.147.187.098.325.236.414.414.098.169.147.357.147.562,0,.214-.044.41-.134.588-.08.169-.2.334-.361.495-.151.16-.365.357-.641.588l-1.645,1.39c-.704.597-1.194,1.163-1.47,1.698-.268.526-.401,1.074-.401,1.644v.535h6.885v-1.792h-4.131c.026-.16.12-.33.28-.508Z\"></path><path class=\"cls-1\" d=\"m159.618.495h0c-.535-.33-1.194-.495-1.978-.495-.794,0-1.458.165-1.992.495-.535.321-.945.851-1.23,1.591-.277.731-.415,1.693-.415,2.888,0,1.765.308,3.044.923,3.837.615.793,1.519,1.19,2.714,1.19s2.099-.397,2.714-1.19c.623-.793.935-2.072.935-3.837,0-1.194-.142-2.157-.427-2.888-.286-.74-.7-1.27-1.244-1.591Zm-.601,6.405h0c-.107.471-.272.81-.495,1.015-.214.205-.504.307-.869.307s-.66-.102-.882-.307c-.223-.205-.388-.544-.495-1.016-.107-.481-.16-1.123-.16-1.925s.053-1.435.16-1.898c.107-.464.267-.793.481-.989.223-.205.517-.307.883-.307s.659.102.882.307c.223.196.388.53.495,1.003.107.463.16,1.092.16,1.885,0,.811-.053,1.453-.16,1.925Z\"></path><path class=\"cls-1\" d=\"m165.264,7.499h0c.169-.186.436-.427.802-.721l1.684-1.35c.366-.294.673-.66.923-1.096.249-.437.374-.896.374-1.377,0-.579-.142-1.092-.428-1.537-.276-.446-.673-.793-1.19-1.043-.508-.25-1.096-.374-1.764-.374-.731,0-1.364.138-1.899.414-.525.276-.931.686-1.216,1.23-.285.535-.428,1.181-.428,1.938h2.166c0-.606.107-1.065.321-1.377.222-.312.566-.468,1.029-.468.267,0,.495.049.682.147.187.098.325.236.414.414.098.169.147.357.147.562,0,.214-.044.41-.133.588-.081.169-.201.334-.361.495-.152.16-.366.357-.642.588l-1.644,1.39c-.705.597-1.195,1.163-1.471,1.698-.267.526-.401,1.074-.401,1.644v.535h6.885v-1.792h-4.131c.027-.16.12-.33.281-.508Z\"></path><path class=\"cls-1\" d=\"m176.206,6.109V.267h-2.46l-4.091,6.003v1.604h4.319v1.925h2.232v-1.925h1.23v-1.765h-1.23Zm-2.166,0h-2.139l2.139-3.195v3.195Z\"></path></svg></div> <div class=\"secondary-nav__leading-image--small-3QnFHw cnn-pcl-zzgmc2\"><svg width=\"53\" height=\"10\" aria-label=\"Election Center 2024\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 53 10\"><defs><style>.cls-1 {\\n fill: #0c0c0c;\\n }\\n .cls-1,\\n .cls-2,\\n .cls-3 {\\n stroke-width: 0px;\\n }\\n .cls-2 {\\n fill: #3061f2;\\n }\\n .cls-3 {\\n fill: #ff3f3f;\\n }\\n </style></defs><path class=\"cls-1\" d=\"m23.31,7.5c.178-.187.46-.428.845-.722l1.775-1.35c.385-.294.709-.66.972-1.096s.394-.896.394-1.377c0-.579-.15-1.092-.451-1.537-.291-.446-.709-.793-1.254-1.043-.535-.25-1.155-.374-1.859-.374-.77,0-1.437.138-2,.414-.554.276-.981.686-1.282,1.23-.3.535-.451,1.181-.451,1.938h2.282c0-.606.113-1.065.338-1.377.235-.312.596-.468,1.085-.468.282,0,.521.049.718.147.197.098.343.236.437.414.103.169.155.357.155.562,0,.214-.047.41-.141.588-.085.169-.211.334-.38.495-.16.16-.385.357-.676.588l-1.733,1.39c-.742.597-1.258,1.163-1.549,1.698-.282.526-.423,1.074-.423,1.644v.535h7.254v-1.792h-4.352c.028-.16.127-.33.296-.508Z\"></path><path class=\"cls-1\" d=\"m34.227.495c-.564-.33-1.258-.495-2.085-.495-.836,0-1.535.165-2.099.495-.563.321-.995.851-1.296,1.591-.291.731-.437,1.693-.437,2.888,0,1.765.324,3.044.972,3.837.648.793,1.601,1.19,2.859,1.19s2.211-.397,2.859-1.19c.657-.793.986-2.072.986-3.837,0-1.194-.15-2.157-.451-2.888-.3-.74-.737-1.27-1.31-1.591Zm-.634,6.404c-.113.472-.286.811-.521,1.016-.225.205-.531.307-.916.307s-.695-.102-.93-.307c-.235-.205-.409-.544-.521-1.016-.113-.481-.169-1.123-.169-1.925s.056-1.435.169-1.898c.113-.464.282-.793.507-.989.235-.205.545-.307.93-.307s.695.102.93.307c.235.196.409.53.521,1.003.113.463.169,1.092.169,1.885,0,.811-.056,1.453-.169,1.925Z\"></path><path class=\"cls-1\" d=\"m40.175,7.5c.178-.187.46-.428.845-.722l1.775-1.35c.385-.294.709-.66.972-1.096.263-.437.394-.896.394-1.377,0-.579-.15-1.092-.451-1.537-.291-.446-.709-.793-1.254-1.043-.535-.25-1.155-.374-1.859-.374-.77,0-1.437.138-2,.414-.554.276-.981.686-1.282,1.23-.3.535-.451,1.181-.451,1.938h2.282c0-.606.113-1.065.338-1.377.235-.312.596-.468,1.085-.468.282,0,.521.049.718.147.197.098.343.236.437.414.103.169.155.357.155.562,0,.214-.047.41-.141.588-.084.169-.211.334-.38.495-.16.16-.385.357-.676.588l-1.733,1.39c-.742.597-1.258,1.163-1.549,1.698-.282.526-.422,1.074-.422,1.644v.535h7.254v-1.792h-4.352c.028-.16.127-.33.296-.508Z\"></path><path class=\"cls-1\" d=\"m51.704,6.11V.267h-2.592l-4.31,6.003v1.604h4.55v1.925h2.352v-1.925h1.296v-1.765h-1.296Zm-2.282,0h-2.254l2.254-3.195v3.195Z\"></path><path class=\"cls-2\" d=\"m6,0H0v6h6V0Z\"></path><path class=\"cls-3\" d=\"m16,8H0v2h16v-2Z\"></path><path class=\"cls-3\" d=\"m16,0h-8v2h8V0Z\"></path><path class=\"cls-3\" d=\"m16,4h-8v2h8v-2Z\"></path></svg></div></a> <svg data-testid=\"pipe\" class=\"secondary-nav__pipe-1Q5hUB cnn-pcl-zzgmc2\" height=\"22\" width=\"9\"><line x1=\"0\" y1=\"0\" x2=\"0\" y2=\"140\" class=\"cnn-pcl-zzgmc2\"></line></svg></li> <li class=\"secondary-nav__item-outer-3S6rfq cnn-pcl-zzgmc2\" data-testid=\"nav-dropdown\"><label for=\"pol-dropdown\" class=\"visually-hidden-n7xcpS cnn-pcl-o2dj3h\">select destination</label> <div class=\"dropdownWrapper-WYcXj4 cnn-pcl-o2dj3h secondaryNav-2Hh0Rs\"><select class=\"pol-dropdown-2TrxKl cnn-pcl-o2dj3h\" name=\"select\" id=\"pol-dropdown\"><option value=\"default\">Primary results </option><option value=\"Alaska \">Alaska </option><option value=\"Alabama\">Alabama </option><option value=\"American Samoa \">American Samoa </option><option value=\"Arizona\">Arizona </option><option value=\"Arkansas \">Arkansas </option><option value=\"California \">California </option><option value=\"Colorado \">Colorado </option><option value=\"Connecticut\">Connecticut </option><option value=\"Delaware\">Delaware </option><option value=\"Democrats Abroad\">Democrats Abroad </option><option value=\"District of Columbia \">District of Columbia </option><option value=\"Florida\">Florida </option><option value=\"Georgia\">Georgia </option><option value=\"Hawaii\">Hawaii </option><option value=\"Idaho \">Idaho </option><option value=\"Illinois\">Illinois </option><option value=\"Iowa \">Iowa </option><option value=\"Kansas\">Kansas </option><option value=\"Louisiana\">Louisiana </option><option value=\"Maine \">Maine </option><option value=\"Massachusetts \">Massachusetts </option><option value=\"Michigan \">Michigan </option><option value=\"Minnesota \">Minnesota </option><option value=\"Mississippi\">Mississippi </option><option value=\"Missouri \">Missouri </option><option value=\"Nevada \">Nevada </option><option value=\"New Hampshire \">New Hampshire </option><option value=\"New York\">New York </option><option value=\"North Carolina\">North Carolina </option><option value=\"North Dakota \">North Dakota </option><option value=\"Northern Mariana Islands\">Northern Mariana Islands </option><option value=\"Ohio\">Ohio </option><option value=\"Oklahoma \">Oklahoma </option><option value=\"Rhode Island\">Rhode Island </option><option value=\"South Carolina \">South Carolina </option><option value=\"Tennessee \">Tennessee </option><option value=\"Texas\">Texas </option><option value=\"US Virgin Islands \">US Virgin Islands </option><option value=\"Utah \">Utah </option><option value=\"Vermont \">Vermont </option><option value=\"Virginia\">Virginia </option><option value=\"Washington\">Washington </option><option value=\"Wisconsin\">Wisconsin </option><option value=\"Wyoming\">Wyoming </option></select> <div class=\"selectedHeader-1QskTx cnn-pcl-o2dj3h secondaryNav-2Hh0Rs\"><div class=\"displayText-3PNCeH cnn-pcl-o2dj3h\">Primary results</div> <div class=\"caretPosition-17NHgn cnn-pcl-o2dj3h\"><svg width=\"15\" height=\"6\" role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 8\"><path id=\"a-caret-down\" fill=\"black\" fill-rule=\"nonzero\" d=\"M1.81 1.295C1.445.99 1.445.533 1.81.23a.999.999 0 0 1 1.27 0l7.086 5.942L17.161.23a.999.999 0 0 1 1.272 0c.363.304.363.761 0 1.066l-7.63 6.476a.999.999 0 0 1-1.272 0L1.809 1.295z\"></path></svg></div></div></div> </li><li class=\"secondary-nav__item-outer-3S6rfq cnn-pcl-zzgmc2\" data-testid=\"nav-dropdown\"><label for=\"pol-dropdown\" class=\"visually-hidden-n7xcpS cnn-pcl-o2dj3h\">select destination</label> <div class=\"dropdownWrapper-WYcXj4 cnn-pcl-o2dj3h secondaryNav-2Hh0Rs\"><select class=\"pol-dropdown-2TrxKl cnn-pcl-o2dj3h\" name=\"select\" id=\"pol-dropdown\"><option value=\"default\">Exit polls </option><option value=\"California Republican presidential primary\">California Republican presidential primary </option><option value=\"California Senate primary \">California Senate primary </option><option value=\"Iowa Republican presidential caucuses\">Iowa Republican presidential caucuses </option><option value=\"New Hampshire Republican presidential primary\">New Hampshire Republican presidential primary </option><option value=\"North Carolina Republican presidential primary\">North Carolina Republican presidential primary </option><option value=\"North Carolina Republican gubernatorial primary\">North Carolina Republican gubernatorial primary </option><option value=\"Ohio Republican presidential primary\">Ohio Republican presidential primary </option><option value=\"Ohio Senate primary\">Ohio Senate primary </option><option value=\"South Carolina Republican presidential primary\">South Carolina Republican presidential primary </option><option value=\"Virginia Republican presidential primary\">Virginia Republican presidential primary </option></select> <div class=\"selectedHeader-1QskTx cnn-pcl-o2dj3h secondaryNav-2Hh0Rs\"><div class=\"displayText-3PNCeH cnn-pcl-o2dj3h\">Exit polls</div> <div class=\"caretPosition-17NHgn cnn-pcl-o2dj3h\"><svg width=\"15\" height=\"6\" role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 8\"><path id=\"a-caret-down\" fill=\"black\" fill-rule=\"nonzero\" d=\"M1.81 1.295C1.445.99 1.445.533 1.81.23a.999.999 0 0 1 1.27 0l7.086 5.942L17.161.23a.999.999 0 0 1 1.272 0c.363.304.363.761 0 1.066l-7.63 6.476a.999.999 0 0 1-1.272 0L1.809 1.295z\"></path></svg></div></div></div> </li><li class=\"secondary-nav__item-outer-3S6rfq cnn-pcl-zzgmc2\" data-testid=\"nav-dropdown\"><label for=\"pol-dropdown\" class=\"visually-hidden-n7xcpS cnn-pcl-o2dj3h\">select destination</label> <div class=\"dropdownWrapper-WYcXj4 cnn-pcl-o2dj3h secondaryNav-2Hh0Rs\"><select class=\"pol-dropdown-2TrxKl cnn-pcl-o2dj3h\" name=\"select\" id=\"pol-dropdown\"><option value=\"default\">Presidential primary results maps </option><option value=\"Republican presidential primary results map\">Republican presidential primary results map </option><option value=\"Democratic presidential primary results map\">Democratic presidential primary results map </option></select> <div class=\"selectedHeader-1QskTx cnn-pcl-o2dj3h secondaryNav-2Hh0Rs\"><div class=\"displayText-3PNCeH cnn-pcl-o2dj3h\">Presidential primary results maps</div> <div class=\"caretPosition-17NHgn cnn-pcl-o2dj3h\"><svg width=\"15\" height=\"6\" role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 8\"><path id=\"a-caret-down\" fill=\"black\" fill-rule=\"nonzero\" d=\"M1.81 1.295C1.445.99 1.445.533 1.81.23a.999.999 0 0 1 1.27 0l7.086 5.942L17.161.23a.999.999 0 0 1 1.272 0c.363.304.363.761 0 1.066l-7.63 6.476a.999.999 0 0 1-1.272 0L1.809 1.295z\"></path></svg></div></div></div> </li><li class=\"secondary-nav__item-outer-3S6rfq cnn-pcl-zzgmc2\" data-testid=\"nav-item-3\"><a class=\"secondary-nav__item-inner-LBiXtL secondary-nav__item-text-g7-hem cnn-pcl-zzgmc2\" href=\"/election/2024/electoral-college-map\" data-active=\"false\">Road to 270</a> </li><li class=\"secondary-nav__item-outer-3S6rfq cnn-pcl-zzgmc2\" data-testid=\"nav-item-4\"><a class=\"secondary-nav__item-inner-LBiXtL secondary-nav__item-text-g7-hem cnn-pcl-zzgmc2\" href=\"/election/2024/calendar\" data-active=\"false\">Calendar</a> </li><li class=\"secondary-nav__item-outer-3S6rfq cnn-pcl-zzgmc2\" data-testid=\"nav-item-5\"><a class=\"secondary-nav__item-inner-LBiXtL secondary-nav__item-text-g7-hem cnn-pcl-zzgmc2\" href=\"/politics/elections/presidential-candidates-money-raised-dg\" data-active=\"false\">Fundraising</a> </li><li class=\"secondary-nav__item-outer-3S6rfq cnn-pcl-zzgmc2\" data-testid=\"nav-item-6\"><a class=\"secondary-nav__item-inner-LBiXtL secondary-nav__item-text-g7-hem cnn-pcl-zzgmc2\" href=\"/election/2024/presidential-candidates\" data-active=\"false\">GOP presidential candidates</a> </li></ul></nav></div></div></div>\\n\\n <div class=\"header__subnav\">\\n <div class=\"header__container\">\\n <div id=\"headerAccountNavIcon\" class=\"header__user-account-nav-icon header__user-account-nav-mobile\">\\n <nav class=\"user-account-nav user-account-nav--unauth\" data-uri=\"cms.cnn.com/_components/user-account-nav/instances/user-account-nav@published\" data-editable=\"settings\" aria-label=\"User Account Nav\" data-avatar-enabled=\"false\" tabindex=\"0\" style=\"visibility: visible;\">\\n <div class=\"user-account-nav__icons\">\\n <button class=\"user-account-nav__icon-button user-account-nav__icon-button--auth userAccountButton\" aria-haspopup=\"true\" aria-expanded=\"false\" aria-label=\"User Account Nav Button\" data-zjs=\"click\" data-zjs-component_id=\"user-account-nav__icon-button user-account-nav__icon-button--auth userAccountButton\" data-zjs-component_text=\"User Account Nav Button\" data-zjs-component_type=\"button\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"header\">\\n <svg class=\"icon-ui-avatar-fill\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\" aria-label=\"User Avatar\" role=\"img\"><path d=\"M18.975 17.15c-.088-.38-.227-.563-.231-.572-.537-1.055-2.583-2.014-5.736-2.194 2.284-.622 3.806-3.113 2.79-5.727a3.94 3.94 0 00-2.233-2.233c-3.013-1.171-5.879 1.034-5.879 3.896a4.22 4.22 0 003.126 4.068c-3.118.189-5.142 1.143-5.674 2.191-.014.023-.114.173-.193.458-1.453-2.03-2.058-4.706-1.274-7.51.762-2.723 2.854-4.92 5.551-5.767C15.18 1.892 20.674 6.316 20.674 12a8.628 8.628 0 01-1.7 5.15M9.135 2.4a9.753 9.753 0 00-6.74 6.759c-1.09 3.92.169 7.628 2.68 10.043v.002l.03.027c2.433 2.321 6.026 3.435 9.813 2.353a9.752 9.752 0 006.686-6.734A10.038 10.038 0 009.134 2.4\"></path></svg>\\n\\n </button>\\n <button class=\"user-account-nav__icon-button user-account-nav__icon-button--unauth userAccountButton\" aria-haspopup=\"true\" aria-expanded=\"false\" role=\"link\" data-login-href=\"/account/log-in\" aria-label=\"User Account Log In Button\" data-zjs=\"click\" data-zjs-component_id=\"/account/log-in\" data-zjs-component_text=\"User Account Log In Button\" data-zjs-component_type=\"button\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"/account/log-in\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"header\">\\n <svg class=\"icon-ui-avatar-default\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\" aria-label=\"User Avatar\" role=\"img\"><path d=\"M12 20.674a8.654 8.654 0 01-6.483-2.92c.168-.397.523-.758 1.067-1.076 1.334-.782 3.268-1.23 5.305-1.23 2.027 0 3.955.445 5.288 1.22.628.365.998.787 1.125 1.283A8.649 8.649 0 0112 20.674m1.521-7.203c-3.033 1.496-6.04-1.51-4.544-4.543a2.831 2.831 0 011.282-1.282c3.032-1.491 6.035 1.512 4.543 4.543a2.833 2.833 0 01-1.28 1.282m1.69-9.564c2.334.85 4.161 2.752 4.958 5.106.974 2.873.47 5.65-.941 7.773-.307-.486-.765-.912-1.382-1.27-.912-.53-2.054-.922-3.303-1.155a4.642 4.642 0 001.89-4.755 4.567 4.567 0 00-3.745-3.62 4.648 4.648 0 00-5.442 4.574c0 1.571.787 2.96 1.986 3.8-1.258.235-2.407.63-3.323 1.167-.536.314-.953.674-1.256 1.076A8.617 8.617 0 013.326 12c0-5.821 5.765-10.322 11.885-8.093m.112-1.368A10.052 10.052 0 002.539 15.321a9.611 9.611 0 006.138 6.14A10.052 10.052 0 0021.461 8.679a9.611 9.611 0 00-6.138-6.14\"></path></svg>\\n\\n </button>\\n <button class=\"user-account-nav__text-button user-account-nav__text-button--unauth userAccountButton\" aria-haspopup=\"true\" aria-expanded=\"false\" role=\"link\" aria-label=\"User Account Log In Button\" data-login-href=\"/account/log-in\" data-zjs=\"click\" data-zjs-component_id=\"/account/log-in\" data-zjs-component_text=\"User Account Log In Button\" data-zjs-component_type=\"button\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"/account/log-in\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"header\">\\n Sign in\\n </button>\\n </div>\\n <div class=\"user-account-nav__menu userAccountNavMenu\" aria-label=\"User Account Nav Menu\">\\n <div class=\"user-account-nav__menu-button userAccountNavMenuButton\" aria-haspopup=\"true\" aria-expanded=\"false\" data-zjs=\"click\" data-zjs-component_id=\"user-account-nav__menu-button userAccountNavMenuButton\" data-zjs-component_text=\"My Account\" data-zjs-component_type=\"button\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"header\">\\n My Account<span aria-hidden=\"true\"><svg class=\"icon-ui-caret-down\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M12.478 17.218a.637.637 0 01-.946 0L2.206 7.2c-.225-.242-.28-.632-.093-.91a.613.613 0 01.975-.088l8.917 9.579 8.878-9.538c.225-.242.589-.3.847-.1.33.255.357.752.082 1.048l-9.334 10.027z\"></path></svg>\\n</span>\\n </div>\\n <ul class=\"user-account-nav__menu-options userAccountNavOptions\" role=\"menu\" tabindex=\"0\">\\n <li class=\"user-account-nav__menu-item\">\\n <a class=\"user-account-nav__menu-link\" data-name=\"settings\" href=\"/account/settings\" data-zjs=\"click\" data-zjs-component_id=\"cms.cnn.com/_components/user-account-nav/instances/user-account-nav@published\" data-zjs-component_text=\"Settings\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"/account/settings\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"header\">\\n Settings\\n </a>\\n </li>\\n <li class=\"user-account-nav__menu-item\">\\n <a class=\"user-account-nav__menu-link user-account-nav__menu-link--hide\" data-name=\"follow\" href=\"/follow?iid=fw_var-nav\" data-zjs=\"click\" data-zjs-component_id=\"cms.cnn.com/_components/user-account-nav/instances/user-account-nav@published\" data-zjs-component_text=\"Topics You Follow\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"/follow?iid=fw_var-nav\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"header\">\\n Topics You Follow\\n <span class=\"user-account-nav__menu-notification-dot\"></span>\\n </a>\\n </li>\\n <li class=\"user-account-nav__menu-item\">\\n <a class=\"user-account-nav__menu-link\" data-name=\"logout\" href=\"#\" data-zjs=\"click\" data-zjs-component_id=\"cms.cnn.com/_components/user-account-nav/instances/user-account-nav@published\" data-zjs-component_text=\"Sign Out\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"#\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"header\">\\n Sign Out\\n </a>\\n </li>\\n </ul>\\n </div>\\n <div class=\"user-account-nav__user\">\\n <span class=\"user-account-nav__user__text user-account-nav__user__text--auth\">Your CNN account</span>\\n <span class=\"user-account-nav__user__text user-account-nav__user__text--unauth\">Sign in to your CNN account</span>\\n </div>\\n <a class=\"user-account-nav__override-link\" href=\"/account/log-in\" data-zjs=\"click\" data-zjs-component_id=\"user-account-nav__override-link\" data-zjs-component_text=\"\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"#\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"header\"></a>\\n</nav>\\n\\n </div>\\n <hr class=\"header__divider header__divider--full-width header__user-account-nav-mobile\">\\n <a class=\"header__live-tv-link header__live-tv-link-mobile\" href=\"/live-tv\" data-zjs=\"click\" data-zjs-component_id=\"/live-tv\" data-zjs-component_text=\"Live TV\" data-zjs-component_type=\"link\" data-zjs-container_id=\"cms.cnn.com/_components/header/instances/electioncenter_2024_primaries_header@published\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"/live-tv\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"main\" data-zjs-navigation-location=\"footer\">\\n Live TV\\n </a>\\n <a class=\"header__audio-link header__audio-link-mobile\" href=\"/audio\" data-zjs=\"click\" data-zjs-component_id=\"/audio\" data-zjs-component_text=\"Audio\" data-zjs-component_type=\"link\" data-zjs-container_id=\"cms.cnn.com/_components/header/instances/electioncenter_2024_primaries_header@published\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"/audio\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"main\" data-zjs-navigation-location=\"header\">\\n Audio\\n </a>\\n <nav class=\"header__editionizer\">\\n <div class=\"header__editionizer-desktop\">\\n <div class=\"header__editionizer-header\">\\n Edition\\n </div>\\n <div class=\"header__editionizer-item\">\\n <a class=\"header__editionizer-link\" aria-label=\"U.S. Edition Link\" href=\"//us.cnn.com?hpt=header_edition-picker\" data-zjs=\"click\" data-zjs-component_id=\"//us.cnn.com?hpt=header_edition-picker\" data-zjs-component_text=\"U.S.\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"//us.cnn.com?hpt=header_edition-picker\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"header\">\\n U.S.\\n </a>\\n </div>\\n <div class=\"header__editionizer-item\">\\n <a class=\"header__editionizer-link\" aria-label=\"International Edition Link\" href=\"//edition.cnn.com?hpt=header_edition-picker\" data-zjs=\"click\" data-zjs-component_id=\"//edition.cnn.com?hpt=header_edition-picker\" data-zjs-component_text=\"International\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"//edition.cnn.com?hpt=header_edition-picker\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"header\">\\n International\\n </a>\\n </div>\\n <div class=\"header__editionizer-item\">\\n <a class=\"header__editionizer-link\" aria-label=\"Arabic Edition Link\" href=\"//arabic.cnn.com?hpt=header_edition-picker\" data-zjs=\"click\" data-zjs-component_id=\"//arabic.cnn.com?hpt=header_edition-picker\" data-zjs-component_text=\"Arabic\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"//arabic.cnn.com?hpt=header_edition-picker\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"header\">\\n Arabic\\n </a>\\n </div>\\n <div class=\"header__editionizer-item\">\\n <a class=\"header__editionizer-link\" aria-label=\"Español Edition Link\" href=\"//cnnespanol.cnn.com/?hpt=header_edition-picker\" data-zjs=\"click\" data-zjs-component_id=\"//cnnespanol.cnn.com/?hpt=header_edition-picker\" data-zjs-component_text=\"Español\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"//cnnespanol.cnn.com/?hpt=header_edition-picker\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"header\">\\n Español\\n </a>\\n </div>\\n </div>\\n <div class=\"header__editionizer-mobile\">\\n <div class=\"header__editionizer-button\" aria-haspopup=\"true\" aria-expanded=\"false\">\\n Edition<span class=\"header__editionizer-caret\" aria-hidden=\"true\"><svg class=\"icon-ui-caret-down\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M12.478 17.218a.637.637 0 01-.946 0L2.206 7.2c-.225-.242-.28-.632-.093-.91a.613.613 0 01.975-.088l8.917 9.579 8.878-9.538c.225-.242.589-.3.847-.1.33.255.357.752.082 1.048l-9.334 10.027z\"></path></svg>\\n</span>\\n </div>\\n <ul class=\"header__editionizer-menu\">\\n <li class=\"header__editionizer-item\">\\n <a class=\"header__editionizer-link\" href=\"//us.cnn.com?hpt=header_edition-picker\" data-zjs=\"click\" data-zjs-component_id=\"//us.cnn.com?hpt=header_edition-picker\" data-zjs-component_text=\"U.S.\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"//us.cnn.com?hpt=header_edition-picker\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"header\">\\n U.S.\\n </a>\\n </li>\\n <li class=\"header__editionizer-item\">\\n <a class=\"header__editionizer-link\" href=\"//edition.cnn.com?hpt=header_edition-picker\" data-zjs=\"click\" data-zjs-component_id=\"//edition.cnn.com?hpt=header_edition-picker\" data-zjs-component_text=\"International\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"//edition.cnn.com?hpt=header_edition-picker\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"header\">\\n International\\n </a>\\n </li>\\n <li class=\"header__editionizer-item\">\\n <a class=\"header__editionizer-link\" href=\"//arabic.cnn.com?hpt=header_edition-picker\" data-zjs=\"click\" data-zjs-component_id=\"//arabic.cnn.com?hpt=header_edition-picker\" data-zjs-component_text=\"Arabic\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"//arabic.cnn.com?hpt=header_edition-picker\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"header\">\\n Arabic\\n </a>\\n </li>\\n <li class=\"header__editionizer-item\">\\n <a class=\"header__editionizer-link\" href=\"//cnnespanol.cnn.com/?hpt=header_edition-picker\" data-zjs=\"click\" data-zjs-component_id=\"//cnnespanol.cnn.com/?hpt=header_edition-picker\" data-zjs-component_text=\"Español\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"//cnnespanol.cnn.com/?hpt=header_edition-picker\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"header\">\\n Español\\n </a>\\n </li>\\n </ul>\\n </div>\\n </nav>\\n <hr class=\"header__divider header__divider--full-width\">\\n <div class=\"header__mobile-nav\">\\n <nav class=\"header__nav\">\\n <div class=\"header__subnav-item\">\\n <a class=\"header__nav-item-link header__nav-item-link-centered\" href=\"https://www.cnn.com/politics/supreme-court\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/politics/supreme-court\" data-zjs-component_text=\"SCOTUS\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/politics/supreme-court\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"header\">\\n SCOTUS\\n </a>\\n </div>\\n <div class=\"header__subnav-item\">\\n <a class=\"header__nav-item-link header__nav-item-link-centered\" href=\"https://www.cnn.com/politics/congress\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/politics/congress\" data-zjs-component_text=\"Congress\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/politics/congress\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"header\">\\n Congress\\n </a>\\n </div>\\n <div class=\"header__subnav-item\">\\n <a class=\"header__nav-item-link header__nav-item-link-centered\" href=\"https://www.cnn.com/specials/politics/fact-check-politics\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/specials/politics/fact-check-politics\" data-zjs-component_text=\"Facts First\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/specials/politics/fact-check-politics\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"header\">\\n Facts First\\n </a>\\n </div>\\n <div class=\"header__subnav-item\">\\n <a class=\"header__nav-item-link header__nav-item-link-centered\" href=\"https://www.cnn.com/election/2024\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/election/2024\" data-zjs-component_text=\"2024 Elections\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/election/2024\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"header\">\\n 2024 Elections\\n </a>\\n </div>\\n </nav>\\n <div data-uri=\"cms.cnn.com/_components/social-links/instances/new-politics-header-v1@published\" class=\"social-links\" data-editable=\"settings\">\\n\\t\\t<span class=\"social-links__copy\">Follow CNN Politics</span>\\n\\t<ul class=\"social-links__items\">\\n\\t\\t<li class=\"social-links__item\">\\n\\t\\t\\t<a class=\"social-links__link\" href=\"https://facebook.com/cnnpolitics\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"Visit us on Facebook\">\\n\\t\\t\\t\\t<svg class=\"facebook-icon\" aria-label=\"Facebook\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"\" xmlns=\"https://www.w3.org/2000/svg\" aria-hidden=\"true\"><path d=\"M56,5.1H8c-1.6,0-3,1.4-3,3v48.8c0,1.7,1.3,3,3,3h25.9V38.7h-7v-8.3h7v-6.1 c0-7.1,4.3-10.9,10.5-10.9c3,0,5.9,0.2,6.7,0.3v7.7h-4.7c-3.4,0-4.1,1.6-4.1,4v5h8.1l-1,8.3h-7v21.2H56c1.6,0,3-1.4,3-3V8.1 C59,6.4,57.7,5.1,56,5.1\"></path></svg>\\n\\t\\t\\t</a>\\n\\t\\t</li>\\n\\t\\t<li class=\"social-links__item\">\\n\\t\\t\\t<a class=\"social-links__link\" href=\"https://twitter.com/cnnpolitics\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"Visit us on X\">\\n\\t\\t\\t\\t<svg class=\"twitter-icon\" aria-label=\"Twitter\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"https://www.w3.org/2000/svg\" aria-hidden=\"true\"><path fill=\"\" d=\"M13.903 10.469 21.348 2h-1.764l-6.465 7.353L7.955 2H2l7.808 11.12L2 22h1.764l6.828-7.765L16.044 22H22l-8.097-11.531Zm-2.417 2.748-.791-1.107L4.4 3.3h2.71l5.08 7.11.791 1.107 6.604 9.242h-2.71l-5.389-7.542Z\"></path></svg>\\n\\n\\t\\t\\t</a>\\n\\t\\t</li>\\n\\t\\t<li class=\"social-links__item\">\\n\\t\\t\\t<a class=\"social-links__link\" href=\"https://instagram.com/cnnpolitics\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"Visit us on Instagram\">\\n\\t\\t\\t\\t<svg class=\"instagram-icon\" aria-label=\"Instagram\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"\" xmlns=\"https://www.w3.org/2000/svg\" aria-hidden=\"true\"><path d=\"M47,13.2c-1.9,0-3.5,1.6-3.5,3.6s1.6,3.6,3.5,3.6s3.5-1.6,3.5-3.6S49,13.2,47,13.2 L47,13.2z M31.9,23c-5.1,0-9.3,4.3-9.3,9.5s4.2,9.5,9.3,9.5s9.3-4.3,9.3-9.5S37,23,31.9,23L31.9,23z M31.9,46.7 c-7.7,0-14-6.4-14-14.2s6.3-14.2,14-14.2s14,6.4,14,14.2S39.6,46.7,31.9,46.7L31.9,46.7z M15.7,8.8c-3.9,0-7,3.2-7,7.1v33.2 c0,3.9,3.1,7.1,7,7.1h32.7c3.9,0,7-3.2,7-7.1V15.9c0-3.9-3.1-7.1-7-7.1C48.4,8.8,15.7,8.8,15.7,8.8z M48.3,60.9H15.7 C9.2,60.9,4,55.6,4,49.1V15.9C4,9.4,9.2,4.1,15.7,4.1h32.7C54.8,4.1,60,9.4,60,15.9v33.2C60,55.6,54.8,60.9,48.3,60.9L48.3,60.9z\"></path></svg>\\n\\t\\t\\t</a>\\n\\t\\t</li>\\n\\t</ul>\\n</div>\\n\\n <hr class=\"header__divider header__divider--full-width\">\\n </div>\\n <nav class=\"subnav\" data-uri=\"cms.cnn.com/_components/subnav/instances/new-cnn-header-v1@published\" data-editable=\"settings\">\\n <ul class=\"subnav__sections\">\\n <li class=\"subnav__section\">\\n <div class=\"subnav__section-top\">\\n <a href=\"https://www.cnn.com/us\" class=\"subnav__section-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/us\" data-zjs-component_text=\"US\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/us\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"header\">\\n US\\n </a>\\n \\n </div>\\n <ul class=\"subnav__subsections\">\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/us/crime-and-justice\" aria-label=\"US Crime + Justice\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/us/crime-and-justice\" data-zjs-component_text=\"Crime + Justice\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/us/crime-and-justice\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"header\">\\n Crime + Justice\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/specials/us/energy-and-environment\" aria-label=\"US Energy + Environment\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/specials/us/energy-and-environment\" data-zjs-component_text=\"Energy + Environment\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/specials/us/energy-and-environment\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"header\">\\n Energy + Environment\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/specials/us/extreme-weather\" aria-label=\"US Extreme Weather\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/specials/us/extreme-weather\" data-zjs-component_text=\"Extreme Weather\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/specials/us/extreme-weather\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"header\">\\n Extreme Weather\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/specials/space-science\" aria-label=\"US Space + Science\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/specials/space-science\" data-zjs-component_text=\"Space + Science\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/specials/space-science\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"header\">\\n Space + Science\\n </a>\\n </li>\\n </ul>\\n </li>\\n <li class=\"subnav__section\">\\n <div class=\"subnav__section-top\">\\n <a href=\"https://www.cnn.com/world\" class=\"subnav__section-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/world\" data-zjs-component_text=\"World\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/world\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"header\">\\n World\\n </a>\\n \\n </div>\\n <ul class=\"subnav__subsections\">\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/world/africa\" aria-label=\"World Africa\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/world/africa\" data-zjs-component_text=\"Africa\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/world/africa\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"header\">\\n Africa\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/world/americas\" aria-label=\"World Americas\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/world/americas\" data-zjs-component_text=\"Americas\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/world/americas\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"header\">\\n Americas\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/world/asia\" aria-label=\"World Asia\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/world/asia\" data-zjs-component_text=\"Asia\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/world/asia\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"header\">\\n Asia\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/world/australia\" aria-label=\"World Australia\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/world/australia\" data-zjs-component_text=\"Australia\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/world/australia\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"header\">\\n Australia\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/world/china\" aria-label=\"World China\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/world/china\" data-zjs-component_text=\"China\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/world/china\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"header\">\\n China\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/world/europe\" aria-label=\"World Europe\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/world/europe\" data-zjs-component_text=\"Europe\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/world/europe\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"header\">\\n Europe\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/world/india\" aria-label=\"World India\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/world/india\" data-zjs-component_text=\"India\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/world/india\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"header\">\\n India\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/world/middle-east\" aria-label=\"World Middle East\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/world/middle-east\" data-zjs-component_text=\"Middle East\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/world/middle-east\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"header\">\\n Middle East\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/world/united-kingdom\" aria-label=\"World United Kingdom\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/world/united-kingdom\" data-zjs-component_text=\"United Kingdom\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/world/united-kingdom\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"header\">\\n United Kingdom\\n </a>\\n </li>\\n </ul>\\n </li>\\n <li class=\"subnav__section\">\\n <div class=\"subnav__section-top\">\\n <a href=\"https://www.cnn.com/politics\" class=\"subnav__section-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/politics\" data-zjs-component_text=\"Politics\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/politics\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"header\">\\n Politics\\n </a>\\n \\n </div>\\n <ul class=\"subnav__subsections\">\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/politics/supreme-court\" aria-label=\"Politics SCOTUS\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/politics/supreme-court\" data-zjs-component_text=\"SCOTUS\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/politics/supreme-court\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"header\">\\n SCOTUS\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/politics/congress\" aria-label=\"Politics Congress\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/politics/congress\" data-zjs-component_text=\"Congress\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/politics/congress\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"header\">\\n Congress\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/politics/fact-check\" aria-label=\"Politics Facts First\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/politics/fact-check\" data-zjs-component_text=\"Facts First\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/politics/fact-check\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"header\">\\n Facts First\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/election/2024\" aria-label=\"Politics 2024 Elections\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/election/2024\" data-zjs-component_text=\"2024 Elections\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/election/2024\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"header\">\\n 2024 Elections\\n </a>\\n </li>\\n </ul>\\n </li>\\n <li class=\"subnav__section\">\\n <div class=\"subnav__section-top\">\\n <a href=\"https://www.cnn.com/business\" class=\"subnav__section-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/business\" data-zjs-component_text=\"Business\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/business\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"header\">\\n Business\\n </a>\\n \\n </div>\\n <ul class=\"subnav__subsections\">\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/business/tech\" aria-label=\"Business Tech\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/business/tech\" data-zjs-component_text=\"Tech\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/business/tech\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"header\">\\n Tech\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/business/media\" aria-label=\"Business Media\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/business/media\" data-zjs-component_text=\"Media\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/business/media\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"header\">\\n Media\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/business/financial-calculators\" aria-label=\"Business Calculators\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/business/financial-calculators\" data-zjs-component_text=\"Calculators\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/business/financial-calculators\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"header\">\\n Calculators\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/business/videos\" aria-label=\"Business Video\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/business/videos\" data-zjs-component_text=\"Video\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/business/videos\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"header\">\\n Video\\n </a>\\n </li>\\n </ul>\\n </li>\\n <li class=\"subnav__section\">\\n <div class=\"subnav__section-top\">\\n <a href=\"https://www.cnn.com/markets\" class=\"subnav__section-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/markets\" data-zjs-component_text=\"Markets\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/markets\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"header\">\\n Markets\\n </a>\\n \\n </div>\\n <ul class=\"subnav__subsections\">\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/markets/premarkets\" aria-label=\"Markets Pre-markets\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/markets/premarkets\" data-zjs-component_text=\"Pre-markets\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/markets/premarkets\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"header\">\\n Pre-markets\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/markets/after-hours\" aria-label=\"Markets After-Hours\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/markets/after-hours\" data-zjs-component_text=\"After-Hours\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/markets/after-hours\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"header\">\\n After-Hours\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://money.cnn.com/data/hotstocks/\" aria-label=\"Markets Market Movers\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://money.cnn.com/data/hotstocks/\" data-zjs-component_text=\"Market Movers\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://money.cnn.com/data/hotstocks/\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"header\">\\n Market Movers\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/markets/fear-and-greed\" aria-label=\"Markets Fear &amp; Greed\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/markets/fear-and-greed\" data-zjs-component_text=\"Fear &amp; Greed\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/markets/fear-and-greed\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"header\">\\n Fear &amp; Greed\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://money.cnn.com/data/world_markets/americas/\" aria-label=\"Markets World Markets\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://money.cnn.com/data/world_markets/americas/\" data-zjs-component_text=\"World Markets\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://money.cnn.com/data/world_markets/americas/\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"header\">\\n World Markets\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/business/investing\" aria-label=\"Markets Investing\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/business/investing\" data-zjs-component_text=\"Investing\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/business/investing\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"header\">\\n Investing\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/specials/investing/markets-now\" aria-label=\"Markets Markets Now\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/specials/investing/markets-now\" data-zjs-component_text=\"Markets Now\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/specials/investing/markets-now\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"header\">\\n Markets Now\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/specials/investing/before-the-bell\" aria-label=\"Markets Before the Bell\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/specials/investing/before-the-bell\" data-zjs-component_text=\"Before the Bell\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/specials/investing/before-the-bell\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"header\">\\n Before the Bell\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/specials/business/nightcap\" aria-label=\"Markets Nightcap\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/specials/business/nightcap\" data-zjs-component_text=\"Nightcap\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/specials/business/nightcap\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"header\">\\n Nightcap\\n </a>\\n </li>\\n </ul>\\n </li>\\n <li class=\"subnav__section\">\\n <div class=\"subnav__section-top\">\\n <a href=\"https://www.cnn.com/opinions\" class=\"subnav__section-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/opinions\" data-zjs-component_text=\"Opinion\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/opinions\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"header\">\\n Opinion\\n </a>\\n \\n </div>\\n <ul class=\"subnav__subsections\">\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/opinions/opinion-politics\" aria-label=\"Opinion Political Op-Eds\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/opinions/opinion-politics\" data-zjs-component_text=\"Political Op-Eds\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/opinions/opinion-politics\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"header\">\\n Political Op-Eds\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/opinions/opinion-social-issues\" aria-label=\"Opinion Social Commentary\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/opinions/opinion-social-issues\" data-zjs-component_text=\"Social Commentary\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/opinions/opinion-social-issues\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"header\">\\n Social Commentary\\n </a>\\n </li>\\n </ul>\\n </li>\\n <li class=\"subnav__section\">\\n <div class=\"subnav__section-top\">\\n <a href=\"https://www.cnn.com/health\" class=\"subnav__section-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/health\" data-zjs-component_text=\"Health\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/health\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"header\">\\n Health\\n </a>\\n \\n </div>\\n <ul class=\"subnav__subsections\">\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/interactive/life-but-better/\" aria-label=\"Health Life, But Better\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/interactive/life-but-better/\" data-zjs-component_text=\"Life, But Better\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/interactive/life-but-better/\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"header\">\\n Life, But Better\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/specials/health/fitness-life-but-better\" aria-label=\"Health Fitness\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/specials/health/fitness-life-but-better\" data-zjs-component_text=\"Fitness\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/specials/health/fitness-life-but-better\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"header\">\\n Fitness\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/specials/health/food-life-but-better\" aria-label=\"Health Food\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/specials/health/food-life-but-better\" data-zjs-component_text=\"Food\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/specials/health/food-life-but-better\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"header\">\\n Food\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/specials/health/sleep-life-but-better\" aria-label=\"Health Sleep\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/specials/health/sleep-life-but-better\" data-zjs-component_text=\"Sleep\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/specials/health/sleep-life-but-better\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"header\">\\n Sleep\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/specials/health/mindfulness-life-but-better\" aria-label=\"Health Mindfulness\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/specials/health/mindfulness-life-but-better\" data-zjs-component_text=\"Mindfulness\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/specials/health/mindfulness-life-but-better\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"header\">\\n Mindfulness\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/specials/health/relationships-life-but-better\" aria-label=\"Health Relationships\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/specials/health/relationships-life-but-better\" data-zjs-component_text=\"Relationships\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/specials/health/relationships-life-but-better\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"header\">\\n Relationships\\n </a>\\n </li>\\n </ul>\\n </li>\\n <li class=\"subnav__section\">\\n <div class=\"subnav__section-top\">\\n <a href=\"https://www.cnn.com/entertainment\" class=\"subnav__section-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/entertainment\" data-zjs-component_text=\"Entertainment\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/entertainment\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"header\">\\n Entertainment\\n </a>\\n \\n </div>\\n <ul class=\"subnav__subsections\">\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/entertainment/movies\" aria-label=\"Entertainment Movies\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/entertainment/movies\" data-zjs-component_text=\"Movies\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/entertainment/movies\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"header\">\\n Movies\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/entertainment/tv-shows\" aria-label=\"Entertainment Television\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/entertainment/tv-shows\" data-zjs-component_text=\"Television\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/entertainment/tv-shows\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"header\">\\n Television\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/entertainment/celebrities\" aria-label=\"Entertainment Celebrity\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/entertainment/celebrities\" data-zjs-component_text=\"Celebrity\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/entertainment/celebrities\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"header\">\\n Celebrity\\n </a>\\n </li>\\n </ul>\\n </li>\\n <li class=\"subnav__section\">\\n <div class=\"subnav__section-top\">\\n <a href=\"https://www.cnn.com/business/tech\" class=\"subnav__section-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/business/tech\" data-zjs-component_text=\"Tech\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/business/tech\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"header\">\\n Tech\\n </a>\\n \\n </div>\\n <ul class=\"subnav__subsections\">\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/specials/tech/innovate\" aria-label=\"Tech Innovate\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/specials/tech/innovate\" data-zjs-component_text=\"Innovate\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/specials/tech/innovate\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"header\">\\n Innovate\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/specials/tech/gadget\" aria-label=\"Tech Gadget\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/specials/tech/gadget\" data-zjs-component_text=\"Gadget\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/specials/tech/gadget\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"header\">\\n Gadget\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/specials/tech/foreseeable-future\" aria-label=\"Tech Foreseeable Future\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/specials/tech/foreseeable-future\" data-zjs-component_text=\"Foreseeable Future\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/specials/tech/foreseeable-future\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"header\">\\n Foreseeable Future\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/specials/tech/mission-ahead\" aria-label=\"Tech Mission: Ahead\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/specials/tech/mission-ahead\" data-zjs-component_text=\"Mission: Ahead\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/specials/tech/mission-ahead\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"header\">\\n Mission: Ahead\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/specials/tech/upstarts\" aria-label=\"Tech Upstarts\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/specials/tech/upstarts\" data-zjs-component_text=\"Upstarts\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/specials/tech/upstarts\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"header\">\\n Upstarts\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/specials/tech/work-transformed\" aria-label=\"Tech Work Transformed\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/specials/tech/work-transformed\" data-zjs-component_text=\"Work Transformed\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/specials/tech/work-transformed\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"header\">\\n Work Transformed\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/specials/tech/innovative-cities\" aria-label=\"Tech Innovative Cities\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/specials/tech/innovative-cities\" data-zjs-component_text=\"Innovative Cities\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/specials/tech/innovative-cities\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"header\">\\n Innovative Cities\\n </a>\\n </li>\\n </ul>\\n </li>\\n <li class=\"subnav__section\">\\n <div class=\"subnav__section-top\">\\n <a href=\"https://www.cnn.com/style\" class=\"subnav__section-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/style\" data-zjs-component_text=\"Style\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/style\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"header\">\\n Style\\n </a>\\n \\n </div>\\n <ul class=\"subnav__subsections\">\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/style/arts\" aria-label=\"Style Arts\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/style/arts\" data-zjs-component_text=\"Arts\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/style/arts\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"header\">\\n Arts\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/style/design\" aria-label=\"Style Design\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/style/design\" data-zjs-component_text=\"Design\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/style/design\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"header\">\\n Design\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/style/fashion\" aria-label=\"Style Fashion\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/style/fashion\" data-zjs-component_text=\"Fashion\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/style/fashion\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"header\">\\n Fashion\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/style/architecture\" aria-label=\"Style Architecture\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/style/architecture\" data-zjs-component_text=\"Architecture\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/style/architecture\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"header\">\\n Architecture\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/style/luxury\" aria-label=\"Style Luxury\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/style/luxury\" data-zjs-component_text=\"Luxury\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/style/luxury\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"header\">\\n Luxury\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/style/beauty\" aria-label=\"Style Beauty\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/style/beauty\" data-zjs-component_text=\"Beauty\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/style/beauty\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"header\">\\n Beauty\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/style/videos\" aria-label=\"Style Video\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/style/videos\" data-zjs-component_text=\"Video\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/style/videos\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"header\">\\n Video\\n </a>\\n </li>\\n </ul>\\n </li>\\n <li class=\"subnav__section\">\\n <div class=\"subnav__section-top\">\\n <a href=\"https://www.cnn.com/travel\" class=\"subnav__section-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/travel\" data-zjs-component_text=\"Travel\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/travel\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"header\">\\n Travel\\n </a>\\n \\n </div>\\n <ul class=\"subnav__subsections\">\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/travel/destinations\" aria-label=\"Travel Destinations\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/travel/destinations\" data-zjs-component_text=\"Destinations\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/travel/destinations\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"header\">\\n Destinations\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/travel/food-and-drink\" aria-label=\"Travel Food &amp; Drink\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/travel/food-and-drink\" data-zjs-component_text=\"Food &amp; Drink\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/travel/food-and-drink\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"header\">\\n Food &amp; Drink\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/travel/stay\" aria-label=\"Travel Stay\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/travel/stay\" data-zjs-component_text=\"Stay\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/travel/stay\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"header\">\\n Stay\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/travel/videos\" aria-label=\"Travel Videos\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/travel/videos\" data-zjs-component_text=\"Videos\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/travel/videos\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"header\">\\n Videos\\n </a>\\n </li>\\n </ul>\\n </li>\\n <li class=\"subnav__section\">\\n <div class=\"subnav__section-top\">\\n <a href=\"https://www.cnn.com/sports\" class=\"subnav__section-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/sports\" data-zjs-component_text=\"Sports\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/sports\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"header\">\\n Sports\\n </a>\\n \\n </div>\\n <ul class=\"subnav__subsections\">\\n <li class=\"subnav__subsection\">\\n <a href=\"https://bleacherreport.com/nfl\" target=\"_blank\" aria-label=\"Sports Pro Football\" class=\"subnav__subsection-link\" rel=\"noopener noreferrer\" data-zjs=\"click\" data-zjs-component_id=\"https://bleacherreport.com/nfl\" data-zjs-component_text=\"Pro Football\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://bleacherreport.com/nfl\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"header\">\\n Pro Football\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://bleacherreport.com/college-football\" target=\"_blank\" aria-label=\"Sports College Football\" class=\"subnav__subsection-link\" rel=\"noopener noreferrer\" data-zjs=\"click\" data-zjs-component_id=\"https://bleacherreport.com/college-football\" data-zjs-component_text=\"College Football\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://bleacherreport.com/college-football\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"header\">\\n College Football\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://bleacherreport.com/nba\" target=\"_blank\" aria-label=\"Sports Basketball\" class=\"subnav__subsection-link\" rel=\"noopener noreferrer\" data-zjs=\"click\" data-zjs-component_id=\"https://bleacherreport.com/nba\" data-zjs-component_text=\"Basketball\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://bleacherreport.com/nba\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"header\">\\n Basketball\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://bleacherreport.com/mlb\" target=\"_blank\" aria-label=\"Sports Baseball\" class=\"subnav__subsection-link\" rel=\"noopener noreferrer\" data-zjs=\"click\" data-zjs-component_id=\"https://bleacherreport.com/mlb\" data-zjs-component_text=\"Baseball\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://bleacherreport.com/mlb\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"header\">\\n Baseball\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://bleacherreport.com/world-football\" target=\"_blank\" aria-label=\"Sports Soccer\" class=\"subnav__subsection-link\" rel=\"noopener noreferrer\" data-zjs=\"click\" data-zjs-component_id=\"https://bleacherreport.com/world-football\" data-zjs-component_text=\"Soccer\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://bleacherreport.com/world-football\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"header\">\\n Soccer\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/sport/paris-olympics-2024\" aria-label=\"Sports Olympics\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/sport/paris-olympics-2024\" data-zjs-component_text=\"Olympics\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/sport/paris-olympics-2024\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"header\">\\n Olympics\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://bleacherreport.com/nhl\" target=\"_blank\" aria-label=\"Sports Hockey\" class=\"subnav__subsection-link\" rel=\"noopener noreferrer\" data-zjs=\"click\" data-zjs-component_id=\"https://bleacherreport.com/nhl\" data-zjs-component_text=\"Hockey\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://bleacherreport.com/nhl\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"header\">\\n Hockey\\n </a>\\n </li>\\n </ul>\\n </li>\\n <li class=\"subnav__section\">\\n <div class=\"subnav__section-top\">\\n <a href=\"https://www.cnn.com/videos\" class=\"subnav__section-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/videos\" data-zjs-component_text=\"Watch\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/videos\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"header\">\\n Watch\\n </a>\\n \\n </div>\\n <ul class=\"subnav__subsections\">\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/live-tv\" aria-label=\"Watch Live TV\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/live-tv\" data-zjs-component_text=\"Live TV\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/live-tv\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"header\">\\n Live TV\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/videos/fast/cnn-headlines\" aria-label=\"Watch CNN Headlines\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/videos/fast/cnn-headlines\" data-zjs-component_text=\"CNN Headlines\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/videos/fast/cnn-headlines\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"header\">\\n CNN Headlines\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/shorts/cnn-shorts\" aria-label=\"Watch CNN Shorts\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/shorts/cnn-shorts\" data-zjs-component_text=\"CNN Shorts\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/shorts/cnn-shorts\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"header\">\\n CNN Shorts\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/specials/tv/all-shows\" aria-label=\"Watch Shows A-Z\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/specials/tv/all-shows\" data-zjs-component_text=\"Shows A-Z\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/specials/tv/all-shows\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"header\">\\n Shows A-Z\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/cnn10\" aria-label=\"Watch CNN10\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/cnn10\" data-zjs-component_text=\"CNN10\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/cnn10\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"header\">\\n CNN10\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.max.com/channel/cnn-max\" target=\"_blank\" aria-label=\"Watch CNN Max\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.max.com/channel/cnn-max\" data-zjs-component_text=\"CNN Max\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.max.com/channel/cnn-max\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"header\">\\n CNN Max\\n </a>\\n </li>\\n </ul>\\n </li>\\n <li class=\"subnav__section\">\\n <div class=\"subnav__section-top\">\\n <a href=\"https://www.cnn.com/audio\" class=\"subnav__section-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/audio\" data-zjs-component_text=\"Listen\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/audio\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"header\">\\n Listen\\n </a>\\n \\n </div>\\n <ul class=\"subnav__subsections\">\\n </ul>\\n </li>\\n <li class=\"subnav__section\">\\n <div class=\"subnav__section-top\">\\n <a href=\"https://www.cnn.com/cnn-underscored\" class=\"subnav__section-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/cnn-underscored\" data-zjs-component_text=\"CNN Underscored\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/cnn-underscored\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"header\">\\n CNN Underscored\\n </a>\\n \\n </div>\\n <ul class=\"subnav__subsections\">\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/cnn-underscored/electronics\" aria-label=\"CNN Underscored Electronics\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/cnn-underscored/electronics\" data-zjs-component_text=\"Electronics\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/cnn-underscored/electronics\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"header\">\\n Electronics\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/cnn-underscored/fashion\" aria-label=\"CNN Underscored Fashion\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/cnn-underscored/fashion\" data-zjs-component_text=\"Fashion\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/cnn-underscored/fashion\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"header\">\\n Fashion\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/cnn-underscored/beauty\" aria-label=\"CNN Underscored Beauty\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/cnn-underscored/beauty\" data-zjs-component_text=\"Beauty\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/cnn-underscored/beauty\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"header\">\\n Beauty\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/cnn-underscored/health-fitness\" aria-label=\"CNN Underscored Health &amp; Fitness\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/cnn-underscored/health-fitness\" data-zjs-component_text=\"Health &amp; Fitness\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/cnn-underscored/health-fitness\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"header\">\\n Health &amp; Fitness\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/cnn-underscored/home\" aria-label=\"CNN Underscored Home\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/cnn-underscored/home\" data-zjs-component_text=\"Home\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/cnn-underscored/home\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"header\">\\n Home\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/cnn-underscored/reviews\" aria-label=\"CNN Underscored Reviews\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/cnn-underscored/reviews\" data-zjs-component_text=\"Reviews\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/cnn-underscored/reviews\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"header\">\\n Reviews\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/cnn-underscored/deals\" aria-label=\"CNN Underscored Deals\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/cnn-underscored/deals\" data-zjs-component_text=\"Deals\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/cnn-underscored/deals\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"header\">\\n Deals\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/cnn-underscored/money\" aria-label=\"CNN Underscored Money\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/cnn-underscored/money\" data-zjs-component_text=\"Money\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/cnn-underscored/money\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"header\">\\n Money\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/cnn-underscored/gifts\" aria-label=\"CNN Underscored Gifts\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/cnn-underscored/gifts\" data-zjs-component_text=\"Gifts\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/cnn-underscored/gifts\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"header\">\\n Gifts\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/cnn-underscored/travel\" aria-label=\"CNN Underscored Travel\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/cnn-underscored/travel\" data-zjs-component_text=\"Travel\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/cnn-underscored/travel\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"header\">\\n Travel\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/cnn-underscored/outdoors\" aria-label=\"CNN Underscored Outdoors\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/cnn-underscored/outdoors\" data-zjs-component_text=\"Outdoors\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/cnn-underscored/outdoors\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"header\">\\n Outdoors\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/cnn-underscored/pets\" aria-label=\"CNN Underscored Pets\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/cnn-underscored/pets\" data-zjs-component_text=\"Pets\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/cnn-underscored/pets\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"header\">\\n Pets\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://store.cnn.com/?utm_source=cnn.com&amp;utm_medium=referral&amp;utm_campaign=navbar\" aria-label=\"CNN Underscored CNN Store\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://store.cnn.com/?utm_source=cnn.com&amp;utm_medium=referral&amp;utm_campaign=navbar\" data-zjs-component_text=\"CNN Store\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://store.cnn.com/?utm_source=cnn.com&amp;utm_medium=referral&amp;utm_campaign=navbar\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"header\">\\n CNN Store\\n </a>\\n </li>\\n </ul>\\n </li>\\n <li class=\"subnav__section subnav__section--collapsible subnav__section--collapsed\">\\n <div class=\"subnav__section-top\">\\n <a href=\"https://coupons.cnn.com/\" class=\"subnav__section-link\" data-zjs=\"click\" data-zjs-component_id=\"https://coupons.cnn.com/\" data-zjs-component_text=\"Coupons\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://coupons.cnn.com/\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"header\">\\n Coupons\\n </a>\\n <button class=\"subnav__toggle-button\">\\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7.406 7.828L12 12.422l4.594-4.594L18 9.234l-6 6-6-6z\"></path></svg>\\n </button>\\n </div>\\n <ul class=\"subnav__subsections\">\\n <li class=\"subnav__subsection\">\\n <a href=\"https://coupons.cnn.com/target\" aria-label=\"Coupons Target\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://coupons.cnn.com/target\" data-zjs-component_text=\"Target\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://coupons.cnn.com/target\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"header\">\\n Target\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://coupons.cnn.com/kohls\" aria-label=\"Coupons Kohls\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://coupons.cnn.com/kohls\" data-zjs-component_text=\"Kohls\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://coupons.cnn.com/kohls\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"header\">\\n Kohls\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://coupons.cnn.com/wayfair\" aria-label=\"Coupons Wayfair\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://coupons.cnn.com/wayfair\" data-zjs-component_text=\"Wayfair\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://coupons.cnn.com/wayfair\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"header\">\\n Wayfair\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://coupons.cnn.com/chewy\" aria-label=\"Coupons Chewy\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://coupons.cnn.com/chewy\" data-zjs-component_text=\"Chewy\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://coupons.cnn.com/chewy\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"header\">\\n Chewy\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://coupons.cnn.com/shein\" aria-label=\"Coupons Shein\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://coupons.cnn.com/shein\" data-zjs-component_text=\"Shein\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://coupons.cnn.com/shein\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"header\">\\n Shein\\n </a>\\n </li>\\n </ul>\\n </li>\\n <li class=\"subnav__section\">\\n <div class=\"subnav__section-top\">\\n <a href=\"https://www.cnn.com/weather\" class=\"subnav__section-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/weather\" data-zjs-component_text=\"Weather\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/weather\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"header\">\\n Weather\\n </a>\\n \\n </div>\\n <ul class=\"subnav__subsections\">\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/specials/world/cnn-climate\" aria-label=\"Weather Climate\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/specials/world/cnn-climate\" data-zjs-component_text=\"Climate\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/specials/world/cnn-climate\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"header\">\\n Climate\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/interactive/storm-tracker\" aria-label=\"Weather Storm Tracker\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/interactive/storm-tracker\" data-zjs-component_text=\"Storm Tracker\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/interactive/storm-tracker\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"header\">\\n Storm Tracker\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/interactive/2020/weather/wildfire-and-air-quality-tracker/\" aria-label=\"Weather Wildfire Tracker\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/interactive/2020/weather/wildfire-and-air-quality-tracker/\" data-zjs-component_text=\"Wildfire Tracker\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/interactive/2020/weather/wildfire-and-air-quality-tracker/\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"header\">\\n Wildfire Tracker\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/weather/video\" aria-label=\"Weather Video\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/weather/video\" data-zjs-component_text=\"Video\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/weather/video\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"header\">\\n Video\\n </a>\\n </li>\\n </ul>\\n </li>\\n <li class=\"subnav__section\">\\n <div class=\"subnav__section-top\">\\n <a href=\"https://www.cnn.com/about\" class=\"subnav__section-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/about\" data-zjs-component_text=\"About CNN\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/about\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"header\">\\n About CNN\\n </a>\\n \\n </div>\\n <ul class=\"subnav__subsections\">\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/specials/photos\" aria-label=\"About CNN Photos\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/specials/photos\" data-zjs-component_text=\"Photos\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/specials/photos\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"header\">\\n Photos\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/specials/cnn-investigates\" aria-label=\"About CNN Investigations\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/specials/cnn-investigates\" data-zjs-component_text=\"Investigations\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/specials/cnn-investigates\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"header\">\\n Investigations\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/specials/profiles\" aria-label=\"About CNN CNN Profiles\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/specials/profiles\" data-zjs-component_text=\"CNN Profiles\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/specials/profiles\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"header\">\\n CNN Profiles\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/specials/more/cnn-leadership\" aria-label=\"About CNN CNN Leadership\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/specials/more/cnn-leadership\" data-zjs-component_text=\"CNN Leadership\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/specials/more/cnn-leadership\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"header\">\\n CNN Leadership\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/email/subscription\" aria-label=\"About CNN CNN Newsletters\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/email/subscription\" data-zjs-component_text=\"CNN Newsletters\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/email/subscription\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"header\">\\n CNN Newsletters\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://careers.wbd.com/cnnjobs\" target=\"_blank\" aria-label=\"About CNN Work for CNN\" class=\"subnav__subsection-link\" rel=\"noopener noreferrer\" data-zjs=\"click\" data-zjs-component_id=\"https://careers.wbd.com/cnnjobs\" data-zjs-component_text=\"Work for CNN\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://careers.wbd.com/cnnjobs\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"header\">\\n Work for CNN\\n </a>\\n </li>\\n </ul>\\n </li>\\n </ul>\\n</nav>\\n\\n </div>\\n </div>\\n </div>\\n </div>\\n</nav>\\n\\n </div>\\n </header>\\n <div class=\"layout__content-wrapper layout-no-rail__content-wrapper\">\\n <div class=\"sticky-anchor\" data-sticky-anchor-pos=\"top\" data-sticky-anchor-condition-type=\"pageType,templateType\" data-sticky-anchor-condition-value=\"gallery,gallery_unfurled\" data-sticky-anchor-priority=\"2\"></div>\\n <section class=\"layout__info layout-no-rail__info layout-no-rail__topLayout\" data-editable=\"topLayout\" data-track-zone=\"topLayout\"> <div data-uri=\"cms.cnn.com/_components/alerts/instances/cnn-v1@published\" class=\"alerts\"></div>\\n\\n</section>\\n <section class=\"layout__info layout-no-rail__info layout-no-rail__belowTopLayout\" data-editable=\"belowTopLayout\" data-track-zone=\"belowTopLayout\"></section>\\n <div class=\"layout__info layout-no-rail__info layout-no-rail__topGroup\">\\n <section class=\"layout__info layout-no-rail__info layout-no-rail__topFullBleed\" data-editable=\"topFullBleed\" data-track-zone=\"topFullBleed\">\\n \\n <div data-uri=\"cms.cnn.com/_components/series-banner/instances/electioncenter_2024_20240305_AL_overview_banner@published\" data-rendered=\"true\" class=\"series-banner_landing-page series-banner_landing-page__light-text \">\\n\\n <div class=\"series-banner_landing-page__background-wrapper\">\\n <div class=\"series-banner_landing-page__background\">\\n <picture class=\"image__picture\"><source height=\"809\" width=\"1439\" media=\"(min-width: 1280px)\" srcset=\"https://media.cnn.com/api/v1/images/stellar/prod/map-brand-20240304203447310.png?q=h_809,w_1439,c_fill\"><source height=\"719\" width=\"1279\" media=\"(min-width: 960px)\" srcset=\"https://media.cnn.com/api/v1/images/stellar/prod/map-brand-20240304203447310.png?q=h_719,w_1279,c_fill\"><source height=\"539\" width=\"959\" media=\"(min-width: 480px)\" srcset=\"https://media.cnn.com/api/v1/images/stellar/prod/map-brand-20240304203447310.png?q=h_539,w_959,c_fill\"><source height=\"270\" width=\"480\" media=\"(max-width: 479px)\" srcset=\"https://media.cnn.com/api/v1/images/stellar/prod/map-brand-20240304203447310.png?c=16x9&amp;q=h_270,w_480,c_fill\"><img src=\"https://media.cnn.com/api/v1/images/stellar/prod/map-brand-20240304203447310.png?q=h_809,w_1439,c_fill\" alt=\"map-brand.png\" class=\"image__dam-img\" onload=\"this.classList.remove(\\'image__dam-img--loading\\')\" onerror=\"imageLoadError(this)\" height=\"809\" width=\"1439\" loading=\"lazy\" pinger-seen=\"true\"></picture>\\n </div>\\n <div class=\"series-banner_landing-page__title-wrapper\">\\n <div class=\"series-banner_landing-page__title\">\\n <a href=\"\" class=\"series-banner_landing-page__logo\">\\n <h1 class=\"series-banner_landing-page__logo-heading series-banner_landing-page__logo-heading--no-logo\">\\n Presidential and Congressional Primaries: Alabama Results 2024\\n </h1>\\n </a>\\n <div class=\"series-banner_landing-page__description\">Results from the 2024 Alabama presidential and congressional primaries.</div>\\n</div>\\n </div>\\n </div> <div class=\"series-banner_landing-page__description-mobile\">Results from the 2024 Alabama presidential and congressional primaries.</div>\\n</div> </section>\\n <section class=\"layout__top layout-no-rail__top\" data-editable=\"top\" data-track-zone=\"top\"></section>\\n </div>\\n \\n <div class=\"sticky-anchor\" data-sticky-anchor-pos=\"top\" data-sticky-anchor-condition-type=\"pageType,subsection\" data-sticky-anchor-condition-value=\"article,!elections\" data-sticky-anchor-priority=\"1\"></div>\\n <div class=\"sticky-anchor\" data-sticky-anchor-pos=\"top\" data-sticky-anchor-condition-type=\"pageType,templateType,subsection\" data-sticky-anchor-condition-value=\"section,landing_section,!elections\" data-sticky-anchor-priority=\"1\"></div>\\n <section class=\"layout__wrapper layout-no-rail__wrapper\">\\n <section class=\"layout__main layout-no-rail__main\" data-editable=\"main\" data-track-zone=\"main\" data-reorderable=\"main\"> <div data-uri=\"cms.cnn.com/_components/section/instances/electioncenter_2024_20240305_AL_overview_main@published\" class=\"section\" role=\"main\" data-unselectable=\"true\">\\n <section class=\"body tabcontent active\" data-tabcontent=\"Content\">\\n <div data-editable=\"items\" data-reorderable-component=\"items\">\\n <h3 class=\"subheader\" data-editable=\"text\" data-uri=\"cms.cnn.com/_components/subheader/instances/cltdj1jcs00003b6hvd34pt41@published\" data-component-name=\"subheader\" id=\"our-coverage-of-alabama\" data-article-gutter=\"true\">\\n Our coverage of Alabama\\n</h3>\\n\\n <div data-uri=\"cms.cnn.com/_components/politics-results-suite/instances/electioncenter_2024_20240305_AL_overview_results_AL_president_democratic-party@published\" class=\"politics-results-suite\" data-editable=\"settings\" data-state=\"{&quot;_ref&quot;:&quot;cms.cnn.com/_components/politics-results-suite/instances/electioncenter_2024_20240305_AL_overview_results_AL_president_democratic-party@published&quot;,&quot;mode&quot;:&quot;ahead-single-bucket&quot;,&quot;title&quot;:&quot;Democratic Presidential Primary: Alabama&quot;,&quot;mapURL&quot;:&quot;https://atlas.cnn.io/us/election-county/2024/AL.svg&quot;,&quot;feedURL&quot;:&quot;https://politics.api.cnn.io/results/race/2024-PD-AL.json&quot;,&quot;svgData&quot;:&quot;<?xml version=\\\\&quot;1.0\\\\&quot;?>\\\\n<svg xmlns=\\\\&quot;http://www.w3.org/2000/svg\\\\&quot; version=\\\\&quot;1.2\\\\&quot; baseProfile=\\\\&quot;tiny\\\\&quot; width=\\\\&quot;800\\\\&quot; height=\\\\&quot;1303\\\\&quot; viewBox=\\\\&quot;0 0 800 1303\\\\&quot; stroke-linecap=\\\\&quot;round\\\\&quot; stroke-linejoin=\\\\&quot;round\\\\&quot;>\\\\n<g transform=\\\\&quot;translate(0,1303) scale(1,-1)\\\\&quot; data-year=\\\\&quot;2024\\\\&quot; data-state=\\\\&quot;AL\\\\&quot; data-admin2-type=\\\\&quot;ec\\\\&quot; id=\\\\&quot;ec-lo-2024-AL\\\\&quot; class=\\\\&quot;flipped-map\\\\&quot;>\\\\n<path d=\\\\&quot;M 331.74 665.09 338.4 637.4 337.23 633.64 352.21 607.39 358.18 603.97 354.55 597.54 363.67 586.26 362.39 582.57 361.8 575.73 368.24 576.21 371.51 583.46 368.35 596.86 375.26 596.58 381.92 600.89 384.5 590.02 390.7 588.65 396.31 595.22 396.08 600.55 403.69 603.76 405.21 595.63 421.35 594.4 424.16 588.11 431.76 590.43 438.43 599.93 437.96 606.63 448.73 609.44 440.54 687.18 375.02 680.2 376.31 668.72 353.85 666.12 331.74 665.09 Z\\\\&quot; data-geo-id=\\\\&quot;01001\\\\&quot;/>\\\\n<path d=\\\\&quot;M 137.53 125.37 157.07 117.92 160.58 109.57 163.97 89.27 158.12 74.43 162.21 71.49 166.66 55.77 182.81 48.45 190.06 37.65 203.16 27.87 200.94 20.08 180.82 12.55 173.33 11.6 163.27 16.59 156.83 9.27 143.5 4.97 166.19 8.66 185.96 9.55 226.21 18.98 256.63 29.72 271.02 36.21 271.25 39.08 259.43 37.03 258.62 41.41 267.39 44.62 273.59 64.38 286.11 71.83 285.76 76.14 275.7 77.99 267.04 91.18 272.3 105.2 276.28 123.73 272.3 135.01 249.84 145.2 242.59 150.32 239.08 159.21 225.62 169.13 216.97 180.2 224.92 206.87 221.88 215.34 218.25 214.93 212.4 279.55 198.6 282.9 188.42 292.95 178.13 290.42 168.18 292.06 174.38 284.95 164.55 283.44 163.97 271.75 158.47 272.43 156.72 267.1 147.59 258.83 140.22 259.72 141.51 251.51 135.07 251.31 142.79 247.48 135.89 232.1 144.67 221.98 140.22 211.04 141.04 200.51 150.87 192.78 145.37 190.05 138.23 175.89 148.76 164.13 139.64 159.21 132.62 148.89 132.15 143.28 139.05 129.4 137.53 125.37 Z\\\\&quot; data-geo-id=\\\\&quot;01003\\\\&quot;/>\\\\n<path d=\\\\&quot;M 628.43 488.35 624.57 481.51 630.06 463.53 623.86 452.87 620.7 437.48 621.76 429.55 615.91 417.72 689.03 426.13 686.57 448.9 730.68 452.8 731.73 463.12 743.43 473.04 748.58 470.64 744.95 475.02 746.35 478.37 742.73 495.46 743.31 504.62 747.41 505.17 753.72 518.3 751.5 522.67 754.54 532.04 756.88 537.31 755.01 550.91 726.82 547.36 715.94 556.93 708.33 568.07 674.99 563.9 671.48 561.58 674.87 529.1 656.39 526.78 656.86 523.08 640.48 520.62 637.79 510.71 629.48 496.76 628.43 488.35 Z\\\\&quot; data-geo-id=\\\\&quot;01005\\\\&quot;/>\\\\n<path d=\\\\&quot;M 213.81 743.72 217.08 709.94 239.08 712.13 240.25 700.71 260.96 703.59 305.3 708.23 336.42 710.97 330.92 766.9 329.98 766.83 318.16 769.43 313.6 778.11 309.62 777.7 308.1 793.36 295.82 794.18 293.48 815.3 285.06 814.62 277.45 807.17 266.81 809.08 257.45 798.76 259.08 781.46 241.07 780.43 235.57 769.63 236.15 746.45 213.81 743.72 Z\\\\&quot; data-geo-id=\\\\&quot;01007\\\\&quot;/>\\\\n<path d=\\\\&quot;M 291.96 977 295.12 965.93 309.39 974.68 336.18 976.59 362.39 961.28 377.13 960.66 376.19 970.3 388.13 971.46 398.65 977.55 405.56 978.03 412.11 982.88 424.86 999.77 422.75 1005.04 426.5 1011.94 417.02 1010.91 423.81 1023.84 422.29 1039.7 426.97 1054.06 401.7 1079.56 390.82 1092.82 376.78 1089.47 367.42 1065.68 360.28 1051.25 351.97 1048.72 351.62 1044.55 341.8 1040.86 343.55 1028.9 332.09 1017.27 331.74 1011.53 326.35 1005.24 319.92 1005.86 306.93 993.96 298.98 991.16 300.85 981.65 291.96 977 Z\\\\&quot; data-geo-id=\\\\&quot;01009\\\\&quot;/>\\\\n<path d=\\\\&quot;M 559.99 585.17 545.36 583.05 543.14 577.03 549.22 525 567.71 527.94 571.92 526.43 576.13 505.72 596.84 507.91 599.06 485.21 628.43 488.35 629.48 496.76 637.79 510.71 640.48 520.62 656.86 523.08 656.39 526.78 674.87 529.1 671.48 561.58 674.99 563.9 671.25 563.49 667.27 586.33 575.43 575.59 570.16 578.88 568.53 590.57 563.61 593.64 564.43 585.78 559.99 585.17 Z\\\\&quot; data-geo-id=\\\\&quot;01011\\\\&quot;/>\\\\n<path d=\\\\&quot;M 362.5 482.61 351.27 481.45 355.02 447.19 357.24 426.95 360.05 395.44 368.47 381.83 371.16 373.76 377.6 368.84 408.13 371.44 452.7 376.22 449.31 410.2 460.54 411.37 459.84 423.33 452.47 492.18 362.5 482.61 Z\\\\&quot; data-geo-id=\\\\&quot;01013\\\\&quot;/>\\\\n<path d=\\\\&quot;M 484.99 992.04 486.4 980.42 491.78 971.94 472.94 957.24 472.24 947.53 492.72 948.49 498.92 941.65 501.02 929.89 507.11 926.68 550.28 931.06 550.74 923.33 561.97 924.49 561.16 936.05 578.94 945.14 581.98 951.3 578.59 983.84 588.88 992.59 587.83 1004.08 576.6 1003.05 575.78 1010.71 582.92 1015.15 597.89 1016.66 596.84 1030.4 596.6 1034.23 551.33 1032.59 551.91 1023.84 536.47 1025.34 521.26 1024.52 517.64 1022.2 518.69 1012.62 510.85 1015.63 503.6 1013.17 499.38 999.57 484.99 992.04 Z\\\\&quot; data-geo-id=\\\\&quot;01015\\\\&quot;/>\\\\n<path d=\\\\&quot;M 607.37 810.59 618.25 711.52 685.17 719.58 684.7 723.34 717.22 727.52 719.21 734.76 708.1 743.65 710.2 751.31 702.83 758.62 685.28 819.54 607.37 810.59 Z\\\\&quot; data-geo-id=\\\\&quot;01017\\\\&quot;/>\\\\n<path d=\\\\&quot;M 583.38 1183.42 571.22 1171.52 571.92 1159.9 561.97 1139.38 554.25 1132.27 535.65 1107.93 528.16 1107.05 528.87 1101.99 521.14 1102.53 522.43 1090.84 525.47 1067.46 535.77 1072.45 535.18 1065.75 551.21 1038.06 551.33 1032.59 596.6 1034.23 596.84 1030.4 603.86 1035.26 624.21 1039.49 615.91 1069.51 601.28 1122.36 583.38 1183.42 Z\\\\&quot; data-geo-id=\\\\&quot;01019\\\\&quot;/>\\\\n<path d=\\\\&quot;M 305.3 708.23 308.34 680.07 309.97 662.77 331.74 665.09 353.85 666.12 376.31 668.72 375.02 680.2 440.54 687.18 439.25 698.53 447.56 700.1 438.31 708.3 428.14 714.11 429.31 724.85 421.47 729.43 418.43 737.36 412.34 743.04 411.99 757.8 409.65 766.9 399.71 765.6 387.31 773.46 388.24 777.84 341.68 772.91 329.28 772.57 329.98 766.83 330.92 766.9 336.42 710.97 305.3 708.23 Z\\\\&quot; data-geo-id=\\\\&quot;01021\\\\&quot;/>\\\\n<path d=\\\\&quot;M 14.69 382.38 97.64 389.49 92.6 405.28 84.53 402.41 74.82 418 82.19 431.74 84.06 442.54 99.16 447.88 92.84 447.74 84.88 454.58 90.03 458.88 95.88 457.72 94.59 465.93 85.35 469.34 83.36 481.04 87.92 486.37 93.66 484.66 99.04 490.81 96.82 495.53 99.51 507.15 102.43 507.15 104.89 518.23 99.97 544.14 109.1 550.91 118.81 552.42 68.15 547.49 11.41 543.05 10.94 521.65 8.6 433.52 14.69 382.38 Z\\\\&quot; data-geo-id=\\\\&quot;01023\\\\&quot;/>\\\\n<path d=\\\\&quot;M 94.59 465.93 95.88 457.72 90.03 458.88 84.88 454.58 92.84 447.74 99.16 447.88 84.06 442.54 82.19 431.74 74.82 418 84.53 402.41 92.6 405.28 97.64 389.49 97.99 378.41 103.48 362.34 116.24 352.36 133.55 347.1 142.56 338.62 141.39 327.41 137.18 324.81 142.91 320.91 141.97 311.68 148.53 311.75 145.84 294.45 133.67 291.03 137.65 286.66 136.59 279.07 129.92 276.4 139.64 273.19 142.91 268.26 140.22 259.72 147.59 258.83 156.72 267.1 158.47 272.43 163.97 271.75 164.55 283.44 174.38 284.95 168.18 292.06 178.13 290.42 173.09 297.19 178.94 307.65 181.52 300.19 186.43 303.34 185.14 311.2 189.01 318.93 197.31 325.29 212.17 323.37 217.2 329.87 218.02 342.52 205.03 349.63 216.5 361.32 212.75 398.85 223.99 400.02 220.71 430.44 224.22 434.68 198.01 431.81 196.84 443.09 186.67 443.64 183.74 473.86 94.59 465.93 Z\\\\&quot; data-geo-id=\\\\&quot;01025\\\\&quot;/>\\\\n<path d=\\\\&quot;M 540.33 906.99 528.98 905.76 530.15 894.2 526.29 893.79 527.81 878.48 516.82 873.56 518.45 850.52 488.62 847.92 490.84 821.18 479.5 820.36 481.6 796.43 517.4 800.19 517.75 796.43 524.89 801.15 594.26 809.01 591.34 836.64 585.37 911.09 559.05 908.97 556.13 900.91 533.43 898.51 540.33 906.99 Z\\\\&quot; data-geo-id=\\\\&quot;01027\\\\&quot;/>\\\\n<path d=\\\\&quot;M 540.33 906.99 533.43 898.51 556.13 900.91 559.05 908.97 585.37 911.09 648.08 917.11 658.73 915.81 646.44 959.5 628.78 1023.43 624.21 1039.49 603.86 1035.26 596.84 1030.4 597.89 1016.66 582.92 1015.15 575.78 1010.71 576.6 1003.05 587.83 1004.08 588.88 992.59 578.59 983.84 581.98 951.3 578.94 945.14 561.16 936.05 561.97 924.49 550.74 923.33 550.98 919.57 540.33 906.99 Z\\\\&quot; data-geo-id=\\\\&quot;01029\\\\&quot;/>\\\\n<path d=\\\\&quot;M 522.43 360.84 522.31 356.94 529.22 296.16 585.72 303.2 618.25 306.69 606.9 416.77 528.28 408.36 530.86 387.5 519.86 384.29 522.43 360.84 Z\\\\&quot; data-geo-id=\\\\&quot;01031\\\\&quot;/>\\\\n<path d=\\\\&quot;M 25.8 1226.76 25.1 1182.32 23.58 1144.44 59.26 1145.95 153.79 1151.83 162.92 1174.94 168.88 1174.8 167.48 1187.24 172.39 1191.21 169.12 1207.82 170.17 1214.94 157.07 1217.6 148.64 1221.57 136.24 1216.99 130.51 1211.11 111.21 1202.49 107.11 1195.52 91.08 1189.91 84.77 1191.83 65.35 1206.94 60.78 1217.88 52.36 1226.49 35.4 1231.28 25.8 1226.76 Z\\\\&quot; data-geo-id=\\\\&quot;01033\\\\&quot;/>\\\\n<path d=\\\\&quot;M 357.24 426.95 339.69 416.15 326 414.85 326 404.05 318.75 396.73 309.39 393.25 305.65 360.91 297.69 343.34 293.13 341.97 279.44 326.86 267.51 303.68 260.49 298.69 253.94 287.41 400.99 301.49 400.64 285.9 416.91 284.81 412.34 324.74 419.6 331.71 416.2 349.22 410.35 348.67 408.13 371.44 377.6 368.84 371.16 373.76 368.47 381.83 360.05 395.44 357.24 426.95 Z\\\\&quot; data-geo-id=\\\\&quot;01035\\\\&quot;/>\\\\n<path d=\\\\&quot;M 409.65 766.9 411.99 757.8 412.34 743.04 418.43 737.36 421.47 729.43 429.31 724.85 428.14 714.11 438.31 708.3 447.56 700.1 527.46 708.78 517.75 796.43 517.4 800.19 481.6 796.43 413.16 789.05 409.07 784.13 409.65 766.9 Z\\\\&quot; data-geo-id=\\\\&quot;01037\\\\&quot;/>\\\\n<path d=\\\\&quot;M 408.13 371.44 410.35 348.67 416.2 349.22 419.6 331.71 412.34 324.74 416.91 284.81 421.82 234.76 424.63 233.53 491.2 240.03 536 244.61 535.07 246.86 529.22 296.16 522.31 356.94 522.43 360.84 507.46 359.61 503.71 363.03 501.02 381.97 496.93 381.56 489.21 369.93 483.47 369.25 476.92 359.13 474.58 378.89 452.7 376.22 408.13 371.44 Z\\\\&quot; data-geo-id=\\\\&quot;01039\\\\&quot;/>\\\\n<path d=\\\\&quot;M 452.47 492.18 459.84 423.33 460.54 411.37 449.31 410.2 452.7 376.22 474.58 378.89 476.92 359.13 483.47 369.25 489.21 369.93 496.93 381.56 501.02 381.97 503.71 363.03 507.46 359.61 522.43 360.84 519.86 384.29 530.86 387.5 528.28 408.36 520.79 407.19 526.76 420.12 523.02 453.55 511.79 452.25 514.24 463.53 513.42 489.38 508.74 498.4 484.53 495.53 481.84 518.16 459.37 515.56 461.95 492.86 452.47 492.18 Z\\\\&quot; data-geo-id=\\\\&quot;01041\\\\&quot;/>\\\\n<path d=\\\\&quot;M 248.32 1008.59 257.45 1000.52 265.28 987.19 263.65 982.75 281.78 984.11 282.48 978.3 291.96 977 300.85 981.65 298.98 991.16 306.93 993.96 319.92 1005.86 326.35 1005.24 331.74 1011.53 332.09 1017.27 343.55 1028.9 341.8 1040.86 351.62 1044.55 351.97 1048.72 360.28 1051.25 367.42 1065.68 376.78 1089.47 390.82 1092.82 384.5 1103.7 362.15 1101.99 307.28 1097.54 249.26 1093.51 249.61 1089.68 256.74 1009.14 248.32 1008.59 Z\\\\&quot; data-geo-id=\\\\&quot;01043\\\\&quot;/>\\\\n<path d=\\\\&quot;M 606.9 416.77 618.25 306.69 636.26 308.33 639.89 313.53 643.99 328.16 657.91 331.03 671.01 327.61 684.58 327.06 683.41 337.73 698.62 339.17 697.69 346.69 689.03 426.13 615.91 417.72 606.9 416.77 Z\\\\&quot; data-geo-id=\\\\&quot;01045\\\\&quot;/>\\\\n<path d=\\\\&quot;M 219.07 560.42 220.36 549.27 226.33 550.84 231.59 544.83 242.7 539.97 245.75 533.41 250.54 535.12 262.01 527.46 265.17 521.51 271.48 521.65 278.97 509.41 286.46 508.11 290.09 498.27 349.52 504.01 344.84 550.3 366.25 552.35 358.88 556.38 353.14 564.11 360.75 573.13 354.9 578.74 362.39 582.57 363.67 586.26 354.55 597.54 358.18 603.97 352.21 607.39 337.23 633.64 338.4 637.4 331.74 665.09 309.97 662.77 308.34 680.07 305.76 670.97 306.82 662.63 304.48 651.01 306.47 645.06 298.39 637.13 299.09 628.38 292.78 614.77 225.86 607.32 230.3 561.58 219.07 560.42 Z\\\\&quot; data-geo-id=\\\\&quot;01047\\\\&quot;/>\\\\n<path d=\\\\&quot;M 469.2 1158.32 459.26 1144.51 466.39 1085.1 522.43 1090.84 521.14 1102.53 528.87 1101.99 528.16 1107.05 535.65 1107.93 554.25 1132.27 561.97 1139.38 571.92 1159.9 571.22 1171.52 583.38 1183.42 578.7 1200.03 576.25 1209.06 558.93 1269.91 550.63 1261.43 545.71 1240.51 539.04 1236.88 522.9 1203.45 493.18 1173.91 488.86 1166.67 480.55 1160.58 469.2 1158.32 Z\\\\&quot; data-geo-id=\\\\&quot;01049\\\\&quot;/>\\\\n<path d=\\\\&quot;M 447.56 700.1 439.25 698.53 440.54 687.18 448.73 609.44 451.53 614.29 462.77 616.82 471.31 614.22 466.98 619.35 469.79 626.94 484.53 635.56 493.42 625.09 496.11 626.53 505.23 619.08 510.5 622.15 512.96 617.92 519.39 619.76 528.52 616.62 533.31 620.79 545.6 629.68 560.57 630.97 564.9 640.41 561.16 643.08 556.24 671.66 556.48 683.42 550.39 690.8 555.19 711.58 527.46 708.78 447.56 700.1 Z\\\\&quot; data-geo-id=\\\\&quot;01051\\\\&quot;/>\\\\n<path d=\\\\&quot;M 212.4 279.55 218.25 214.93 221.88 215.34 318.75 224.51 402.87 232.03 424.63 233.53 421.82 234.76 416.91 284.81 400.64 285.9 400.99 301.49 253.94 287.41 240.25 286.11 225.39 276.13 212.4 279.55 Z\\\\&quot; data-geo-id=\\\\&quot;01053\\\\&quot;/>\\\\n<path d=\\\\&quot;M 426.97 1054.06 422.29 1039.7 423.81 1023.84 417.02 1010.91 426.5 1011.94 433.05 1024.18 441.71 1020.28 452.35 1027.53 459.61 1021.99 460.89 1012.35 466.86 1005.31 473.18 1007.22 477.62 996.35 486.4 996.35 484.99 992.04 499.38 999.57 503.6 1013.17 510.85 1015.63 518.69 1012.62 517.64 1022.2 521.26 1024.52 536.47 1025.34 551.91 1023.84 551.33 1032.59 551.21 1038.06 535.18 1065.75 535.77 1072.45 525.47 1067.46 522.43 1090.84 466.39 1085.1 466.98 1081.34 453.76 1080.24 446.97 1076.76 426.97 1054.06 Z\\\\&quot; data-geo-id=\\\\&quot;01055\\\\&quot;/>\\\\n<path d=\\\\&quot;M 78.45 974.06 84.77 911.16 88.39 870.27 111.21 872.39 133.67 873.01 148.76 874.86 147.47 890.1 154.96 890.99 154.26 898.65 199.18 900.63 197.2 923.4 174.62 922.17 169.82 968.18 147.24 967.36 146.3 978.71 124.08 976.59 78.45 974.06 Z\\\\&quot; data-geo-id=\\\\&quot;01057\\\\&quot;/>\\\\n<path d=\\\\&quot;M 22.06 1075.39 53.3 1076.55 137.41 1081.54 159.87 1082.91 153.79 1151.83 59.26 1145.95 23.58 1144.44 22.76 1113.06 22.06 1075.39 Z\\\\&quot; data-geo-id=\\\\&quot;01059\\\\&quot;/>\\\\n<path d=\\\\&quot;M 529.22 296.16 535.07 246.86 536 244.61 569.81 247.96 601.28 251.31 689.03 261.77 691.25 262.04 685.87 314.96 663.87 311.27 636.26 308.33 618.25 306.69 585.72 303.2 529.22 296.16 Z\\\\&quot; data-geo-id=\\\\&quot;01061\\\\&quot;/>\\\\n<path d=\\\\&quot;M 51.19 727.65 53.53 716.85 51.77 710.83 44.99 708.17 49.08 705.02 52.13 694.9 57.97 690.46 53.41 683.62 63.24 685.6 69.91 677.06 76.81 679.24 76.11 670.84 69.56 669.81 76.23 654.02 69.79 651.35 78.33 647.59 83.6 651.55 83.01 636.58 79.5 630.7 85.7 624.21 102.08 630.22 112.14 636.79 117.76 632.55 127.35 635.15 131.8 631.45 128.29 626.94 122.67 631.73 119.63 626.87 125.13 621.95 126.06 614.7 130.74 611.9 137.3 615.52 139.87 610.74 144.2 620.51 154.73 629.4 151.69 635.15 144.2 632.34 137.18 639.32 146.42 644.31 140.69 648.14 139.17 661.06 131.68 659.69 135.66 670.49 132.15 673.78 124.19 670.63 131.8 681.23 131.91 691.42 128.52 693.12 133.2 708.58 142.68 711.86 139.05 715.07 148.18 723.55 143.26 730.93 151.1 733.53 149.93 738.93 150.75 741.87 124.43 739.55 120.21 775.1 97.52 761.15 93.42 752.74 85.7 751.04 68.97 739.75 62.54 740.71 51.19 727.65 Z\\\\&quot; data-geo-id=\\\\&quot;01063\\\\&quot;/>\\\\n<path d=\\\\&quot;M 149.93 738.93 151.1 733.53 143.26 730.93 148.18 723.55 139.05 715.07 142.68 711.86 133.2 708.58 128.52 693.12 131.91 691.42 131.8 681.23 124.19 670.63 132.15 673.78 135.66 670.49 131.68 659.69 139.17 661.06 140.69 648.14 146.42 644.31 137.18 639.32 144.2 632.34 151.69 635.15 154.73 629.4 144.2 620.51 139.87 610.74 158.24 612.31 159.17 600.89 203.75 605.13 199.53 650.6 210.77 651.62 207.02 697.43 218.02 698.46 217.08 709.94 213.81 743.72 149.93 738.93 Z\\\\&quot; data-geo-id=\\\\&quot;01065\\\\&quot;/>\\\\n<path d=\\\\&quot;M 689.03 426.13 697.69 346.69 750.57 350.72 770.81 353.32 769.52 395.37 773.85 408.77 774.08 415.06 769.52 422.44 768.11 434.95 750.8 453.14 748.58 470.64 743.43 473.04 731.73 463.12 730.68 452.8 686.57 448.9 689.03 426.13 Z\\\\&quot; data-geo-id=\\\\&quot;01067\\\\&quot;/>\\\\n<path d=\\\\&quot;M 697.69 346.69 698.62 339.17 683.41 337.73 684.58 327.06 671.01 327.61 657.91 331.03 643.99 328.16 639.89 313.53 636.26 308.33 663.87 311.27 685.87 314.96 691.25 262.04 745.42 269.15 799 275.24 795.37 288.78 790.93 294.11 788.35 302.38 777.47 314.28 772.33 315.71 769.75 325.22 771.27 331.44 765.77 344.5 770.81 353.32 750.57 350.72 697.69 346.69 Z\\\\&quot; data-geo-id=\\\\&quot;01069\\\\&quot;/>\\\\n<path d=\\\\&quot;M 401.46 1287.82 407.43 1279.61 413.63 1277.02 411.52 1271.14 405.91 1275.99 399.71 1273.32 403.45 1267.79 396.08 1256.16 402.52 1245.57 399.24 1241.46 401.93 1227.45 398.42 1219.65 400.88 1192.78 408.6 1184.78 446.5 1188.54 448.03 1171.38 459.37 1169.4 464.17 1154.77 469.2 1158.32 480.55 1160.58 488.86 1166.67 493.18 1173.91 522.9 1203.45 539.04 1236.88 545.71 1240.51 550.63 1261.43 558.93 1269.91 550.74 1301.97 495.99 1296.98 401.46 1287.82 Z\\\\&quot; data-geo-id=\\\\&quot;01071\\\\&quot;/>\\\\n<path d=\\\\&quot;M 235.1 880.33 231.94 872.87 221.88 873.28 221.76 864.12 233.11 860.98 245.51 850.11 246.21 842.45 253.82 841.15 262.83 828.29 270.31 828.91 270.78 824.94 279.32 825.7 284.35 822.21 285.06 814.62 293.48 815.3 303.07 816.12 305.41 822 314.54 825.7 314.07 830.48 322.61 840.88 333.72 841.76 333.14 849.35 344.14 852.02 348.47 865.76 355.95 866.24 364.03 880.33 379.12 881.97 387.19 896.12 396.43 898.79 395.96 904.46 388.01 907.67 386.6 923.13 391.4 931.26 389.53 950.27 384.62 961.41 377.13 960.66 362.39 961.28 336.18 976.59 309.39 974.68 295.12 965.93 292.08 958 284.59 957.52 278.62 941.52 279.79 930.1 276.75 922.1 269.14 921.55 269.85 913.96 258.73 913.01 251.6 908.49 247.03 898.85 251.6 893.18 241.89 887.91 235.1 880.33 Z\\\\&quot; data-geo-id=\\\\&quot;01073\\\\&quot;/>\\\\n<path d=\\\\&quot;M 17.38 866.99 88.39 870.27 84.77 911.16 78.45 974.06 76.11 1000.86 68.5 1000.45 67.92 1008.11 20.54 1005.79 18.43 922.78 17.38 866.99 Z\\\\&quot; data-geo-id=\\\\&quot;01075\\\\&quot;/>\\\\n<path d=\\\\&quot;M 25.8 1226.76 35.4 1231.28 52.36 1226.49 60.78 1217.88 65.35 1206.94 84.77 1191.83 91.08 1189.91 107.11 1195.52 111.21 1202.49 130.51 1211.11 136.24 1216.99 148.64 1221.57 157.07 1217.6 170.17 1214.94 181.99 1217.33 187.72 1215.62 198.6 1204.47 206.32 1207.28 202.23 1210.83 214.63 1223.35 211.12 1271.34 208.31 1271.21 127.35 1264.98 47.21 1258.69 1 1255.34 1.82 1252.2 13.05 1233.74 25.8 1226.76 Z\\\\&quot; data-geo-id=\\\\&quot;01077\\\\&quot;/>\\\\n<path d=\\\\&quot;M 153.79 1151.83 159.87 1082.91 218.6 1086.81 249.61 1089.68 249.26 1093.51 241.18 1191.28 232.99 1200.65 212.75 1209.33 206.32 1207.28 198.6 1204.47 187.72 1215.62 181.99 1217.33 170.17 1214.94 169.12 1207.82 172.39 1191.21 167.48 1187.24 168.88 1174.8 162.92 1174.94 153.79 1151.83 Z\\\\&quot; data-geo-id=\\\\&quot;01079\\\\&quot;/>\\\\n<path d=\\\\&quot;M 618.25 711.52 614.97 707.35 599.88 705.29 596.6 700.99 599.65 674.46 608.07 667.96 647.5 653.54 658.61 654.77 662.12 632.07 684.7 634.87 682.24 649.91 741.91 657.84 740.5 667.28 753.61 669.06 747.87 677.06 736.88 685.54 733.25 692.65 729.97 705.43 724.01 711.52 722.37 724.37 717.22 727.52 684.7 723.34 685.17 719.58 618.25 711.52 Z\\\\&quot; data-geo-id=\\\\&quot;01081\\\\&quot;/>\\\\n<path d=\\\\&quot;M 211.12 1271.34 214.63 1223.35 202.23 1210.83 206.32 1207.28 212.75 1209.33 232.99 1200.65 241.18 1191.28 253.82 1182.87 256.86 1183.76 285.76 1167.42 300.97 1162.7 311.5 1162.22 309.04 1195.31 301.55 1278.11 290.44 1276.95 211.12 1271.34 Z\\\\&quot; data-geo-id=\\\\&quot;01083\\\\&quot;/>\\\\n<path d=\\\\&quot;M 362.39 582.57 354.9 578.74 360.75 573.13 353.14 564.11 358.88 556.38 366.25 552.35 344.84 550.3 349.52 504.01 360.63 505.17 362.5 482.61 452.47 492.18 461.95 492.86 459.37 515.56 453.64 566.16 442.06 572.86 436.21 572.86 431.76 590.43 424.16 588.11 421.35 594.4 405.21 595.63 403.69 603.76 396.08 600.55 396.31 595.22 390.7 588.65 384.5 590.02 381.92 600.89 375.26 596.58 368.35 596.86 371.51 583.46 368.24 576.21 361.8 575.73 362.39 582.57 Z\\\\&quot; data-geo-id=\\\\&quot;01085\\\\&quot;/>\\\\n<path d=\\\\&quot;M 533.31 620.79 542.55 599.59 549.92 597.2 551.56 591.59 559.99 585.17 564.43 585.78 563.61 593.64 568.53 590.57 570.16 578.88 575.43 575.59 667.27 586.33 662.12 632.07 658.61 654.77 647.5 653.54 608.07 667.96 599.65 674.46 596.37 670.36 577.77 668.17 580.46 645.47 561.16 643.08 564.9 640.41 560.57 630.97 545.6 629.68 533.31 620.79 Z\\\\&quot; data-geo-id=\\\\&quot;01087\\\\&quot;/>\\\\n<path d=\\\\&quot;M 301.55 1278.11 309.04 1195.31 311.5 1162.22 319.22 1164.27 325.42 1172.27 333.72 1172.89 342.03 1164.68 348.23 1172.82 355.95 1174.46 362.62 1165.98 368.59 1153.95 381.69 1149.23 391.17 1151.21 398.07 1157.3 396.9 1161.95 404.62 1164.2 408.6 1161.13 413.98 1175.07 408.36 1177.81 414.92 1180.27 408.6 1184.78 400.88 1192.78 398.42 1219.65 401.93 1227.45 399.24 1241.46 402.52 1245.57 396.08 1256.16 403.45 1267.79 399.71 1273.32 405.91 1275.99 411.52 1271.14 413.63 1277.02 407.43 1279.61 401.46 1287.82 399.82 1287.68 301.55 1278.11 Z\\\\&quot; data-geo-id=\\\\&quot;01089\\\\&quot;/>\\\\n<path d=\\\\&quot;M 118.81 552.42 109.1 550.91 99.97 544.14 104.89 518.23 102.43 507.15 99.51 507.15 96.82 495.53 99.04 490.81 93.66 484.66 87.92 486.37 83.36 481.04 85.35 469.34 94.59 465.93 183.74 473.86 193.33 478.44 190.18 511.6 212.52 513.72 209.36 545.65 220.36 549.27 219.07 560.42 207.96 559.32 203.75 605.13 159.17 600.89 158.24 612.31 139.87 610.74 137.3 615.52 130.74 611.9 131.21 607.52 120.57 608.69 111.67 599.52 105.82 590.16 94.01 582.77 92.02 567.73 104.19 560.89 109.22 560.55 118.81 552.42 Z\\\\&quot; data-geo-id=\\\\&quot;01091\\\\&quot;/>\\\\n<path d=\\\\&quot;M 20.54 1005.79 67.92 1008.11 68.5 1000.45 76.11 1000.86 78.45 974.06 124.08 976.59 146.3 978.71 144.2 1001.48 137.41 1081.54 53.3 1076.55 22.06 1075.39 20.77 1013.31 20.54 1005.79 Z\\\\&quot; data-geo-id=\\\\&quot;01093\\\\&quot;/>\\\\n<path d=\\\\&quot;M 362.62 1165.98 360.52 1119.42 362.15 1101.99 384.5 1103.7 390.82 1092.82 401.7 1079.56 426.97 1054.06 446.97 1076.76 453.76 1080.24 466.98 1081.34 466.39 1085.1 459.26 1144.51 469.2 1158.32 464.17 1154.77 459.37 1169.4 448.03 1171.38 446.5 1188.54 408.6 1184.78 414.92 1180.27 408.36 1177.81 413.98 1175.07 408.6 1161.13 404.62 1164.2 396.9 1161.95 398.07 1157.3 391.17 1151.21 381.69 1149.23 368.59 1153.95 362.62 1165.98 Z\\\\&quot; data-geo-id=\\\\&quot;01095\\\\&quot;/>\\\\n<path d=\\\\&quot;M 131.45 78.46 137.76 74.84 135.31 82.7 131.45 78.46 Z M 75.99 1.07 81.14 1 104.3 8.04 132.26 10.78 120.33 18.85 117.29 11.05 75.99 1.07 Z M 33.99 230.25 37.85 200.03 46.28 131.59 57.86 36.28 65.58 46.4 78.8 42.23 87.69 42.09 104.65 38.33 104.65 26.3 112.49 29.58 116.59 25.96 122.2 43.6 120.8 78.33 124.43 83.59 123.37 95.08 129.11 106.02 126.65 113.95 131.8 115.52 137.53 125.37 139.05 129.4 132.15 143.28 132.62 148.89 139.64 159.21 148.76 164.13 138.23 175.89 145.37 190.05 150.87 192.78 141.04 200.51 140.22 211.04 144.67 221.98 135.89 232.1 142.79 247.48 135.07 251.31 131.21 253.77 124.43 245.56 56.1 239.82 56.69 232.1 33.99 230.25 Z\\\\&quot; data-geo-id=\\\\&quot;01097\\\\&quot;/>\\\\n<path d=\\\\&quot;M 224.22 434.68 220.71 430.44 223.99 400.02 212.75 398.85 216.5 361.32 205.03 349.63 218.02 342.52 217.2 329.87 212.17 323.37 197.31 325.29 189.01 318.93 185.14 311.2 186.43 303.34 181.52 300.19 178.94 307.65 173.09 297.19 178.13 290.42 188.42 292.95 198.6 282.9 212.4 279.55 225.39 276.13 240.25 286.11 253.94 287.41 260.49 298.69 267.51 303.68 279.44 326.86 293.13 341.97 297.69 343.34 305.65 360.91 309.39 393.25 318.75 396.73 326 404.05 326 414.85 339.69 416.15 357.24 426.95 355.02 447.19 287.4 440.29 284.24 440.77 224.22 434.68 Z\\\\&quot; data-geo-id=\\\\&quot;01099\\\\&quot;/>\\\\n<path d=\\\\&quot;M 431.76 590.43 436.21 572.86 442.06 572.86 453.64 566.16 459.37 515.56 481.84 518.16 484.53 495.53 508.74 498.4 551.8 503.19 549.22 525 543.14 577.03 545.36 583.05 559.99 585.17 551.56 591.59 549.92 597.2 542.55 599.59 533.31 620.79 528.52 616.62 519.39 619.76 512.96 617.92 510.5 622.15 505.23 619.08 496.11 626.53 493.42 625.09 484.53 635.56 469.79 626.94 466.98 619.35 471.31 614.22 462.77 616.82 451.53 614.29 448.73 609.44 437.96 606.63 438.43 599.93 431.76 590.43 Z\\\\&quot; data-geo-id=\\\\&quot;01101\\\\&quot;/>\\\\n<path d=\\\\&quot;M 241.18 1191.28 249.26 1093.51 307.28 1097.54 362.15 1101.99 360.52 1119.42 362.62 1165.98 355.95 1174.46 348.23 1172.82 342.03 1164.68 333.72 1172.89 325.42 1172.27 319.22 1164.27 311.5 1162.22 300.97 1162.7 285.76 1167.42 256.86 1183.76 253.82 1182.87 241.18 1191.28 Z\\\\&quot; data-geo-id=\\\\&quot;01103\\\\&quot;/>\\\\n<path d=\\\\&quot;M 203.75 605.13 207.96 559.32 219.07 560.42 230.3 561.58 225.86 607.32 292.78 614.77 299.09 628.38 298.39 637.13 306.47 645.06 304.48 651.01 306.82 662.63 305.76 670.97 308.34 680.07 305.3 708.23 260.96 703.59 240.25 700.71 239.08 712.13 217.08 709.94 218.02 698.46 207.02 697.43 210.77 651.62 199.53 650.6 203.75 605.13 Z\\\\&quot; data-geo-id=\\\\&quot;01105\\\\&quot;/>\\\\n<path d=\\\\&quot;M 14.69 723.41 51.19 727.65 62.54 740.71 68.97 739.75 85.7 751.04 93.42 752.74 97.52 761.15 120.21 775.1 111.21 872.39 88.39 870.27 17.38 866.99 16.21 801.97 14.69 723.41 Z\\\\&quot; data-geo-id=\\\\&quot;01107\\\\&quot;/>\\\\n<path d=\\\\&quot;M 508.74 498.4 513.42 489.38 514.24 463.53 511.79 452.25 523.02 453.55 526.76 420.12 520.79 407.19 528.28 408.36 606.9 416.77 615.91 417.72 621.76 429.55 620.7 437.48 623.86 452.87 630.06 463.53 624.57 481.51 628.43 488.35 599.06 485.21 596.84 507.91 576.13 505.72 571.92 526.43 567.71 527.94 549.22 525 551.8 503.19 508.74 498.4 Z\\\\&quot; data-geo-id=\\\\&quot;01109\\\\&quot;/>\\\\n<path d=\\\\&quot;M 585.37 911.09 591.34 836.64 594.26 809.01 607.37 810.59 685.28 819.54 683.76 825.08 662.59 901.73 658.73 915.81 648.08 917.11 585.37 911.09 Z\\\\&quot; data-geo-id=\\\\&quot;01111\\\\&quot;/>\\\\n<path d=\\\\&quot;M 662.12 632.07 667.27 586.33 671.25 563.49 674.99 563.9 708.33 568.07 715.94 556.93 726.82 547.36 755.01 550.91 756.65 557.41 751.62 568.89 761.8 583.18 771.04 587.7 768.7 593.58 778.99 598.09 785.55 606.84 774.67 615.45 758.99 619.9 757.23 623.59 763.9 635.21 761.21 644.03 764.37 647.11 757 653.74 753.61 669.06 740.5 667.28 741.91 657.84 682.24 649.91 684.7 634.87 662.12 632.07 Z\\\\&quot; data-geo-id=\\\\&quot;01113\\\\&quot;/>\\\\n<path d=\\\\&quot;M 426.5 1011.94 422.75 1005.04 424.86 999.77 412.11 982.88 405.56 978.03 398.65 977.55 388.13 971.46 376.19 970.3 377.13 960.66 384.62 961.41 389.53 950.27 391.4 931.26 386.6 923.13 388.01 907.67 395.96 904.46 403.57 905.28 404.62 893.86 426.97 896.12 429.77 866.92 435.97 872.46 443.23 884.84 447.44 900.15 457.97 897.21 459.14 904.19 466.28 911.98 458.79 922.78 465.81 923.74 462.53 929.01 468.73 931.33 466.98 941.86 459.96 950.41 472.24 947.53 472.94 957.24 491.78 971.94 486.4 980.42 484.99 992.04 486.4 996.35 477.62 996.35 473.18 1007.22 466.86 1005.31 460.89 1012.35 459.61 1021.99 452.35 1027.53 441.71 1020.28 433.05 1024.18 426.5 1011.94 Z\\\\&quot; data-geo-id=\\\\&quot;01115\\\\&quot;/>\\\\n<path d=\\\\&quot;M 293.48 815.3 295.82 794.18 308.1 793.36 309.62 777.7 313.6 778.11 318.16 769.43 329.98 766.83 329.28 772.57 341.68 772.91 388.24 777.84 387.31 773.46 399.71 765.6 409.65 766.9 409.07 784.13 413.16 789.05 419.25 795.54 408.48 808.74 411.64 815.03 417.02 815.85 416.67 826.04 422.05 827.34 420.88 837.32 429.66 836.36 436.79 843.2 433.4 854.21 438.55 856.74 429.77 866.92 426.97 896.12 404.62 893.86 403.57 905.28 395.96 904.46 396.43 898.79 387.19 896.12 379.12 881.97 364.03 880.33 355.95 866.24 348.47 865.76 344.14 852.02 333.14 849.35 333.72 841.76 322.61 840.88 314.07 830.48 314.54 825.7 305.41 822 303.07 816.12 293.48 815.3 Z\\\\&quot; data-geo-id=\\\\&quot;01117\\\\&quot;/>\\\\n<path d=\\\\&quot;M 11.41 543.05 68.15 547.49 118.81 552.42 109.22 560.55 104.19 560.89 92.02 567.73 94.01 582.77 105.82 590.16 111.67 599.52 120.57 608.69 131.21 607.52 130.74 611.9 126.06 614.7 125.13 621.95 119.63 626.87 122.67 631.73 128.29 626.94 131.8 631.45 127.35 635.15 117.76 632.55 112.14 636.79 102.08 630.22 85.7 624.21 79.5 630.7 83.01 636.58 83.6 651.55 78.33 647.59 69.79 651.35 76.23 654.02 69.56 669.81 76.11 670.84 76.81 679.24 69.91 677.06 63.24 685.6 53.41 683.62 57.97 690.46 52.13 694.9 49.08 705.02 44.99 708.17 51.77 710.83 53.53 716.85 51.19 727.65 14.69 723.41 14.34 707 12.82 614.29 11.41 543.05 Z\\\\&quot; data-geo-id=\\\\&quot;01119\\\\&quot;/>\\\\n<path d=\\\\&quot;M 429.77 866.92 438.55 856.74 433.4 854.21 436.79 843.2 429.66 836.36 420.88 837.32 422.05 827.34 416.67 826.04 417.02 815.85 411.64 815.03 408.48 808.74 419.25 795.54 413.16 789.05 481.6 796.43 479.5 820.36 490.84 821.18 488.62 847.92 518.45 850.52 516.82 873.56 527.81 878.48 526.29 893.79 530.15 894.2 528.98 905.76 540.33 906.99 550.98 919.57 550.74 923.33 550.28 931.06 507.11 926.68 501.02 929.89 498.92 941.65 492.72 948.49 472.24 947.53 459.96 950.41 466.98 941.86 468.73 931.33 462.53 929.01 465.81 923.74 458.79 922.78 466.28 911.98 459.14 904.19 457.97 897.21 447.44 900.15 443.23 884.84 435.97 872.46 429.77 866.92 Z\\\\&quot; data-geo-id=\\\\&quot;01121\\\\&quot;/>\\\\n<path d=\\\\&quot;M 517.75 796.43 527.46 708.78 555.19 711.58 550.39 690.8 556.48 683.42 556.24 671.66 561.16 643.08 580.46 645.47 577.77 668.17 596.37 670.36 599.65 674.46 596.6 700.99 599.88 705.29 614.97 707.35 618.25 711.52 607.37 810.59 594.26 809.01 524.89 801.15 517.75 796.43 Z\\\\&quot; data-geo-id=\\\\&quot;01123\\\\&quot;/>\\\\n<path d=\\\\&quot;M 111.21 872.39 120.21 775.1 124.43 739.55 150.75 741.87 149.93 738.93 213.81 743.72 236.15 746.45 235.57 769.63 241.07 780.43 259.08 781.46 257.45 798.76 266.81 809.08 277.45 807.17 285.06 814.62 284.35 822.21 279.32 825.7 270.78 824.94 270.31 828.91 262.83 828.29 253.82 841.15 246.21 842.45 245.51 850.11 233.11 860.98 221.76 864.12 221.88 873.28 231.94 872.87 235.1 880.33 224.1 879.64 222.23 898.79 210.88 897.69 210.53 901.52 199.18 900.63 154.26 898.65 154.96 890.99 147.47 890.1 148.76 874.86 133.67 873.01 111.21 872.39 Z\\\\&quot; data-geo-id=\\\\&quot;01125\\\\&quot;/>\\\\n<path d=\\\\&quot;M 144.2 1001.48 146.3 978.71 147.24 967.36 169.82 968.18 174.62 922.17 197.2 923.4 199.18 900.63 210.53 901.52 210.88 897.69 222.23 898.79 224.1 879.64 235.1 880.33 241.89 887.91 251.6 893.18 247.03 898.85 251.6 908.49 258.73 913.01 269.85 913.96 269.14 921.55 276.75 922.1 279.79 930.1 278.62 941.52 284.59 957.52 292.08 958 295.12 965.93 291.96 977 282.48 978.3 281.78 984.11 263.65 982.75 265.28 987.19 257.45 1000.52 248.32 1008.59 239.9 1010.37 234.28 1007.43 173.56 1002.64 144.2 1001.48 Z\\\\&quot; data-geo-id=\\\\&quot;01127\\\\&quot;/>\\\\n<path d=\\\\&quot;M 14.69 382.38 23.35 314 33.99 230.25 56.69 232.1 56.1 239.82 124.43 245.56 131.21 253.77 135.07 251.31 141.51 251.51 140.22 259.72 142.91 268.26 139.64 273.19 129.92 276.4 136.59 279.07 137.65 286.66 133.67 291.03 145.84 294.45 148.53 311.75 141.97 311.68 142.91 320.91 137.18 324.81 141.39 327.41 142.56 338.62 133.55 347.1 116.24 352.36 103.48 362.34 97.99 378.41 97.64 389.49 14.69 382.38 Z\\\\&quot; data-geo-id=\\\\&quot;01129\\\\&quot;/>\\\\n<path d=\\\\&quot;M 220.36 549.27 209.36 545.65 212.52 513.72 190.18 511.6 193.33 478.44 183.74 473.86 186.67 443.64 196.84 443.09 198.01 431.81 224.22 434.68 284.24 440.77 287.4 440.29 355.02 447.19 351.27 481.45 362.5 482.61 360.63 505.17 349.52 504.01 290.09 498.27 286.46 508.11 278.97 509.41 271.48 521.65 265.17 521.51 262.01 527.46 250.54 535.12 245.75 533.41 242.7 539.97 231.59 544.83 226.33 550.84 220.36 549.27 Z\\\\&quot; data-geo-id=\\\\&quot;01131\\\\&quot;/>\\\\n<path d=\\\\&quot;M 137.41 1081.54 144.2 1001.48 173.56 1002.64 234.28 1007.43 239.9 1010.37 248.32 1008.59 256.74 1009.14 249.61 1089.68 218.6 1086.81 159.87 1082.91 137.41 1081.54 Z\\\\&quot; data-geo-id=\\\\&quot;01133\\\\&quot;/>\\\\n</g>\\\\n<g data-year=\\\\&quot;2024\\\\&quot; data-state=\\\\&quot;AL\\\\&quot; data-admin2-type=\\\\&quot;ec\\\\&quot; id=\\\\&quot;ec-lo-2024-AL\\\\&quot;>\\\\n<circle class=\\\\&quot;atlas-poi-circle\\\\&quot; cx=\\\\&quot;475.0641\\\\&quot; cy=\\\\&quot;704.9887\\\\&quot; id=\\\\&quot;Montgomery\\\\&quot; r=\\\\&quot;8\\\\&quot; strokewidth=\\\\&quot;4\\\\&quot;></circle>\\\\n<text class=\\\\&quot;atlas-poi-text\\\\&quot; dy=\\\\&quot;-20\\\\&quot; fontsize=\\\\&quot;52px\\\\&quot; id=\\\\&quot;Montgomery\\\\&quot; text-anchor=\\\\&quot;middle\\\\&quot; x=\\\\&quot;475.0641\\\\&quot; y=\\\\&quot;704.9887\\\\&quot;>Montgomery</text>\\\\n<circle class=\\\\&quot;atlas-poi-circle\\\\&quot; cx=\\\\&quot;336.213\\\\&quot; cy=\\\\&quot;417.4612\\\\&quot; id=\\\\&quot;Birmingham\\\\&quot; r=\\\\&quot;8\\\\&quot; strokewidth=\\\\&quot;4\\\\&quot;></circle>\\\\n<text class=\\\\&quot;atlas-poi-text\\\\&quot; dy=\\\\&quot;-20\\\\&quot; fontsize=\\\\&quot;52px\\\\&quot; id=\\\\&quot;Birmingham\\\\&quot; text-anchor=\\\\&quot;middle\\\\&quot; x=\\\\&quot;336.213\\\\&quot; y=\\\\&quot;417.4612\\\\&quot;>Birmingham</text>\\\\n<circle class=\\\\&quot;atlas-poi-circle\\\\&quot; cx=\\\\&quot;133.126\\\\&quot; cy=\\\\&quot;1180.9111\\\\&quot; id=\\\\&quot;Mobile\\\\&quot; r=\\\\&quot;8\\\\&quot; strokewidth=\\\\&quot;4\\\\&quot;></circle>\\\\n<text class=\\\\&quot;atlas-poi-text\\\\&quot; dy=\\\\&quot;-20\\\\&quot; fontsize=\\\\&quot;52px\\\\&quot; id=\\\\&quot;Mobile\\\\&quot; text-anchor=\\\\&quot;middle\\\\&quot; x=\\\\&quot;133.126\\\\&quot; y=\\\\&quot;1180.9111\\\\&quot;>Mobile</text>\\\\n</g>\\\\n</svg>&quot;,&quot;__fields&quot;:{&quot;status&quot;:&quot;active-updated&quot;,&quot;created_at&quot;:&quot;Tue, 05 Mar 2024 13:07:27 GMT&quot;,&quot;updated_at&quot;:&quot;Wed, 27 Mar 2024 16:38:03 GMT&quot;},&quot;raceType&quot;:&quot;PD&quot;,&quot;mapFeedURL&quot;:&quot;https://politics.api.cnn.io/results/county-races/2024-PD-AL.json&quot;,&quot;variations&quot;:[&quot;--lastnames-in-legend&quot;],&quot;zoomOnLoad&quot;:false,&quot;zoomOnClick&quot;:false,&quot;zoomToGeoID&quot;:null,&quot;componentKey&quot;:&quot;2024primaries-PD-AL-*-ResultsSuite&quot;,&quot;resultForCRM&quot;:{&quot;result&quot;:{&quot;ahead&quot;:&quot;&quot;,&quot;title&quot;:&quot;President: Alabama&quot;,&quot;status&quot;:&quot;&quot;,&quot;winner&quot;:{&quot;id&quot;:1036,&quot;party&quot;:&quot;dem&quot;,&quot;winner&quot;:&quot;&quot;,&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Joe Biden&quot;,&quot;lastName&quot;:&quot;Biden&quot;,&quot;firstName&quot;:&quot;Joe&quot;,&quot;incumbent&quot;:true,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;votePercent&quot;:&quot;&quot;,&quot;isDroppedOut&quot;:false,&quot;electoralVotes&quot;:&quot;&quot;,&quot;totalDelegates&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;regularDelegates&quot;:&quot;&quot;,&quot;isRunoffCandidate&quot;:false},&quot;isSwitch&quot;:&quot;&quot;,&quot;isKeyRace&quot;:false,&quot;candidates&quot;:[{&quot;id&quot;:1036,&quot;party&quot;:&quot;dem&quot;,&quot;winner&quot;:&quot;&quot;,&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Joe Biden&quot;,&quot;lastName&quot;:&quot;Biden&quot;,&quot;firstName&quot;:&quot;Joe&quot;,&quot;incumbent&quot;:true,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;votePercent&quot;:&quot;&quot;,&quot;isDroppedOut&quot;:false,&quot;electoralVotes&quot;:&quot;&quot;,&quot;totalDelegates&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;regularDelegates&quot;:&quot;&quot;,&quot;isRunoffCandidate&quot;:false},{&quot;id&quot;:100004,&quot;party&quot;:&quot;dem&quot;,&quot;winner&quot;:&quot;&quot;,&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Uncommitted&quot;,&quot;lastName&quot;:&quot;Uncommitted&quot;,&quot;firstName&quot;:&quot;&quot;,&quot;incumbent&quot;:false,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;votePercent&quot;:&quot;&quot;,&quot;isDroppedOut&quot;:false,&quot;electoralVotes&quot;:&quot;&quot;,&quot;totalDelegates&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;regularDelegates&quot;:&quot;&quot;,&quot;isRunoffCandidate&quot;:false},{&quot;id&quot;:20286,&quot;party&quot;:&quot;dem&quot;,&quot;winner&quot;:&quot;&quot;,&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Dean Phillips&quot;,&quot;lastName&quot;:&quot;Phillips&quot;,&quot;firstName&quot;:&quot;Dean&quot;,&quot;incumbent&quot;:false,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;votePercent&quot;:&quot;&quot;,&quot;isDroppedOut&quot;:false,&quot;electoralVotes&quot;:&quot;&quot;,&quot;totalDelegates&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;regularDelegates&quot;:&quot;&quot;,&quot;isRunoffCandidate&quot;:false}],&quot;isCountyRace&quot;:false,&quot;electoralVotes&quot;:&quot;&quot;,&quot;showAheadCount&quot;:true,&quot;isBallotMeasure&quot;:false,&quot;keyRaceFlagText&quot;:&quot;Key Race&quot;,&quot;jurisdictionCode&quot;:0,&quot;winnerBopPartyId&quot;:&quot;DEM&quot;,&quot;droppedOutFlagText&quot;:&quot;DROPPED OUT&quot;,&quot;percentReportingStr&quot;:&quot;&quot;,&quot;lastUpdatedTimestamp&quot;:&quot;&quot;,&quot;showUpdatedTimestamp&quot;:true,&quot;totalDelegatesAtStake&quot;:&quot;52&quot;},&quot;houseDistricts&quot;:[]},&quot;rightButtons&quot;:[{&quot;href&quot;:&quot;/election/2024/primaries-and-caucuses/results/alabama/democratic-presidential-primary&quot;,&quot;label&quot;:&quot;See county-level results&quot;}],&quot;resultsForMap&quot;:[{&quot;cid&quot;:&quot;ESS::CountyRace::1711557344296&quot;,&quot;ecKey&quot;:&quot;2024-PD-AL&quot;,&quot;stateId&quot;:1,&quot;version&quot;:1,&quot;raceType&quot;:&quot;P&quot;,&quot;stateName&quot;:&quot;Alabama&quot;,&quot;candidates&quot;:[{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Joe Biden&quot;,&quot;lastName&quot;:&quot;Biden&quot;,&quot;firstName&quot;:&quot;Joe&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:1036,&quot;isIncumbent&quot;:true,&quot;lastNameSlug&quot;:&quot;biden&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Dean Phillips&quot;,&quot;lastName&quot;:&quot;Phillips&quot;,&quot;firstName&quot;:&quot;Dean&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:20286,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;phillips&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Uncommitted&quot;,&quot;lastName&quot;:&quot;Uncommitted&quot;,&quot;firstName&quot;:&quot;&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:100004,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;uncommitted&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;}],&quot;countyName&quot;:&quot;Autauga&quot;,&quot;contestType&quot;:&quot;PD&quot;,&quot;externalKey&quot;:&quot;production-key&quot;,&quot;extractedAt&quot;:&quot;2024-03-27T16:35:44.425480&quot;,&quot;electionType&quot;:&quot;D&quot;,&quot;raceTypeCode&quot;:&quot;P&quot;,&quot;resourceType&quot;:&quot;county-races&quot;,&quot;stateFipsCode&quot;:&quot;01&quot;,&quot;voteTimestamp&quot;:&quot;2024-03-25T16:55:05.000Z&quot;,&quot;countyFipsCode&quot;:&quot;01001&quot;,&quot;percentReporting&quot;:&quot;&quot;,&quot;stateAbbreviation&quot;:&quot;AL&quot;},{&quot;cid&quot;:&quot;ESS::CountyRace::1711557344296&quot;,&quot;ecKey&quot;:&quot;2024-PD-AL&quot;,&quot;stateId&quot;:1,&quot;version&quot;:1,&quot;raceType&quot;:&quot;P&quot;,&quot;stateName&quot;:&quot;Alabama&quot;,&quot;candidates&quot;:[{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Joe Biden&quot;,&quot;lastName&quot;:&quot;Biden&quot;,&quot;firstName&quot;:&quot;Joe&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:1036,&quot;isIncumbent&quot;:true,&quot;lastNameSlug&quot;:&quot;biden&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Uncommitted&quot;,&quot;lastName&quot;:&quot;Uncommitted&quot;,&quot;firstName&quot;:&quot;&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:100004,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;uncommitted&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Dean Phillips&quot;,&quot;lastName&quot;:&quot;Phillips&quot;,&quot;firstName&quot;:&quot;Dean&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:20286,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;phillips&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;}],&quot;countyName&quot;:&quot;Baldwin&quot;,&quot;contestType&quot;:&quot;PD&quot;,&quot;externalKey&quot;:&quot;production-key&quot;,&quot;extractedAt&quot;:&quot;2024-03-27T16:35:44.425480&quot;,&quot;electionType&quot;:&quot;D&quot;,&quot;raceTypeCode&quot;:&quot;P&quot;,&quot;resourceType&quot;:&quot;county-races&quot;,&quot;stateFipsCode&quot;:&quot;01&quot;,&quot;voteTimestamp&quot;:&quot;2024-03-25T16:37:59.000Z&quot;,&quot;countyFipsCode&quot;:&quot;01003&quot;,&quot;percentReporting&quot;:&quot;&quot;,&quot;stateAbbreviation&quot;:&quot;AL&quot;},{&quot;cid&quot;:&quot;ESS::CountyRace::1711557344296&quot;,&quot;ecKey&quot;:&quot;2024-PD-AL&quot;,&quot;stateId&quot;:1,&quot;version&quot;:1,&quot;raceType&quot;:&quot;P&quot;,&quot;stateName&quot;:&quot;Alabama&quot;,&quot;candidates&quot;:[{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Joe Biden&quot;,&quot;lastName&quot;:&quot;Biden&quot;,&quot;firstName&quot;:&quot;Joe&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:1036,&quot;isIncumbent&quot;:true,&quot;lastNameSlug&quot;:&quot;biden&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Uncommitted&quot;,&quot;lastName&quot;:&quot;Uncommitted&quot;,&quot;firstName&quot;:&quot;&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:100004,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;uncommitted&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Dean Phillips&quot;,&quot;lastName&quot;:&quot;Phillips&quot;,&quot;firstName&quot;:&quot;Dean&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:20286,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;phillips&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;}],&quot;countyName&quot;:&quot;Barbour&quot;,&quot;contestType&quot;:&quot;PD&quot;,&quot;externalKey&quot;:&quot;production-key&quot;,&quot;extractedAt&quot;:&quot;2024-03-27T16:35:44.425480&quot;,&quot;electionType&quot;:&quot;D&quot;,&quot;raceTypeCode&quot;:&quot;P&quot;,&quot;resourceType&quot;:&quot;county-races&quot;,&quot;stateFipsCode&quot;:&quot;01&quot;,&quot;voteTimestamp&quot;:&quot;2024-03-25T16:54:57.000Z&quot;,&quot;countyFipsCode&quot;:&quot;01005&quot;,&quot;percentReporting&quot;:&quot;&quot;,&quot;stateAbbreviation&quot;:&quot;AL&quot;},{&quot;cid&quot;:&quot;ESS::CountyRace::1711557344296&quot;,&quot;ecKey&quot;:&quot;2024-PD-AL&quot;,&quot;stateId&quot;:1,&quot;version&quot;:1,&quot;raceType&quot;:&quot;P&quot;,&quot;stateName&quot;:&quot;Alabama&quot;,&quot;candidates&quot;:[{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Joe Biden&quot;,&quot;lastName&quot;:&quot;Biden&quot;,&quot;firstName&quot;:&quot;Joe&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:1036,&quot;isIncumbent&quot;:true,&quot;lastNameSlug&quot;:&quot;biden&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Dean Phillips&quot;,&quot;lastName&quot;:&quot;Phillips&quot;,&quot;firstName&quot;:&quot;Dean&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:20286,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;phillips&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Uncommitted&quot;,&quot;lastName&quot;:&quot;Uncommitted&quot;,&quot;firstName&quot;:&quot;&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:100004,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;uncommitted&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;}],&quot;countyName&quot;:&quot;Bibb&quot;,&quot;contestType&quot;:&quot;PD&quot;,&quot;externalKey&quot;:&quot;production-key&quot;,&quot;extractedAt&quot;:&quot;2024-03-27T16:35:44.425480&quot;,&quot;electionType&quot;:&quot;D&quot;,&quot;raceTypeCode&quot;:&quot;P&quot;,&quot;resourceType&quot;:&quot;county-races&quot;,&quot;stateFipsCode&quot;:&quot;01&quot;,&quot;voteTimestamp&quot;:&quot;2024-03-25T16:37:58.000Z&quot;,&quot;countyFipsCode&quot;:&quot;01007&quot;,&quot;percentReporting&quot;:&quot;&quot;,&quot;stateAbbreviation&quot;:&quot;AL&quot;},{&quot;cid&quot;:&quot;ESS::CountyRace::1711557344296&quot;,&quot;ecKey&quot;:&quot;2024-PD-AL&quot;,&quot;stateId&quot;:1,&quot;version&quot;:1,&quot;raceType&quot;:&quot;P&quot;,&quot;stateName&quot;:&quot;Alabama&quot;,&quot;candidates&quot;:[{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Joe Biden&quot;,&quot;lastName&quot;:&quot;Biden&quot;,&quot;firstName&quot;:&quot;Joe&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:1036,&quot;isIncumbent&quot;:true,&quot;lastNameSlug&quot;:&quot;biden&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Uncommitted&quot;,&quot;lastName&quot;:&quot;Uncommitted&quot;,&quot;firstName&quot;:&quot;&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:100004,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;uncommitted&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Dean Phillips&quot;,&quot;lastName&quot;:&quot;Phillips&quot;,&quot;firstName&quot;:&quot;Dean&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:20286,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;phillips&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;}],&quot;countyName&quot;:&quot;Blount&quot;,&quot;contestType&quot;:&quot;PD&quot;,&quot;externalKey&quot;:&quot;production-key&quot;,&quot;extractedAt&quot;:&quot;2024-03-27T16:35:44.425480&quot;,&quot;electionType&quot;:&quot;D&quot;,&quot;raceTypeCode&quot;:&quot;P&quot;,&quot;resourceType&quot;:&quot;county-races&quot;,&quot;stateFipsCode&quot;:&quot;01&quot;,&quot;voteTimestamp&quot;:&quot;2024-03-25T16:37:58.000Z&quot;,&quot;countyFipsCode&quot;:&quot;01009&quot;,&quot;percentReporting&quot;:&quot;&quot;,&quot;stateAbbreviation&quot;:&quot;AL&quot;},{&quot;cid&quot;:&quot;ESS::CountyRace::1711557344296&quot;,&quot;ecKey&quot;:&quot;2024-PD-AL&quot;,&quot;stateId&quot;:1,&quot;version&quot;:1,&quot;raceType&quot;:&quot;P&quot;,&quot;stateName&quot;:&quot;Alabama&quot;,&quot;candidates&quot;:[{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Joe Biden&quot;,&quot;lastName&quot;:&quot;Biden&quot;,&quot;firstName&quot;:&quot;Joe&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:1036,&quot;isIncumbent&quot;:true,&quot;lastNameSlug&quot;:&quot;biden&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Uncommitted&quot;,&quot;lastName&quot;:&quot;Uncommitted&quot;,&quot;firstName&quot;:&quot;&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:100004,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;uncommitted&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Dean Phillips&quot;,&quot;lastName&quot;:&quot;Phillips&quot;,&quot;firstName&quot;:&quot;Dean&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:20286,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;phillips&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;}],&quot;countyName&quot;:&quot;Bullock&quot;,&quot;contestType&quot;:&quot;PD&quot;,&quot;externalKey&quot;:&quot;production-key&quot;,&quot;extractedAt&quot;:&quot;2024-03-27T16:35:44.425480&quot;,&quot;electionType&quot;:&quot;D&quot;,&quot;raceTypeCode&quot;:&quot;P&quot;,&quot;resourceType&quot;:&quot;county-races&quot;,&quot;stateFipsCode&quot;:&quot;01&quot;,&quot;voteTimestamp&quot;:&quot;2024-03-06T03:31:29.000Z&quot;,&quot;countyFipsCode&quot;:&quot;01011&quot;,&quot;percentReporting&quot;:&quot;&quot;,&quot;stateAbbreviation&quot;:&quot;AL&quot;},{&quot;cid&quot;:&quot;ESS::CountyRace::1711557344296&quot;,&quot;ecKey&quot;:&quot;2024-PD-AL&quot;,&quot;stateId&quot;:1,&quot;version&quot;:1,&quot;raceType&quot;:&quot;P&quot;,&quot;stateName&quot;:&quot;Alabama&quot;,&quot;candidates&quot;:[{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Joe Biden&quot;,&quot;lastName&quot;:&quot;Biden&quot;,&quot;firstName&quot;:&quot;Joe&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:1036,&quot;isIncumbent&quot;:true,&quot;lastNameSlug&quot;:&quot;biden&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Dean Phillips&quot;,&quot;lastName&quot;:&quot;Phillips&quot;,&quot;firstName&quot;:&quot;Dean&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:20286,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;phillips&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Uncommitted&quot;,&quot;lastName&quot;:&quot;Uncommitted&quot;,&quot;firstName&quot;:&quot;&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:100004,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;uncommitted&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;}],&quot;countyName&quot;:&quot;Butler&quot;,&quot;contestType&quot;:&quot;PD&quot;,&quot;externalKey&quot;:&quot;production-key&quot;,&quot;extractedAt&quot;:&quot;2024-03-27T16:35:44.425480&quot;,&quot;electionType&quot;:&quot;D&quot;,&quot;raceTypeCode&quot;:&quot;P&quot;,&quot;resourceType&quot;:&quot;county-races&quot;,&quot;stateFipsCode&quot;:&quot;01&quot;,&quot;voteTimestamp&quot;:&quot;2024-03-25T16:55:26.000Z&quot;,&quot;countyFipsCode&quot;:&quot;01013&quot;,&quot;percentReporting&quot;:&quot;&quot;,&quot;stateAbbreviation&quot;:&quot;AL&quot;},{&quot;cid&quot;:&quot;ESS::CountyRace::1711557344296&quot;,&quot;ecKey&quot;:&quot;2024-PD-AL&quot;,&quot;stateId&quot;:1,&quot;version&quot;:1,&quot;raceType&quot;:&quot;P&quot;,&quot;stateName&quot;:&quot;Alabama&quot;,&quot;candidates&quot;:[{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Joe Biden&quot;,&quot;lastName&quot;:&quot;Biden&quot;,&quot;firstName&quot;:&quot;Joe&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:1036,&quot;isIncumbent&quot;:true,&quot;lastNameSlug&quot;:&quot;biden&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Uncommitted&quot;,&quot;lastName&quot;:&quot;Uncommitted&quot;,&quot;firstName&quot;:&quot;&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:100004,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;uncommitted&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Dean Phillips&quot;,&quot;lastName&quot;:&quot;Phillips&quot;,&quot;firstName&quot;:&quot;Dean&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:20286,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;phillips&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;}],&quot;countyName&quot;:&quot;Calhoun&quot;,&quot;contestType&quot;:&quot;PD&quot;,&quot;externalKey&quot;:&quot;production-key&quot;,&quot;extractedAt&quot;:&quot;2024-03-27T16:35:44.425480&quot;,&quot;electionType&quot;:&quot;D&quot;,&quot;raceTypeCode&quot;:&quot;P&quot;,&quot;resourceType&quot;:&quot;county-races&quot;,&quot;stateFipsCode&quot;:&quot;01&quot;,&quot;voteTimestamp&quot;:&quot;2024-03-25T16:37:58.000Z&quot;,&quot;countyFipsCode&quot;:&quot;01015&quot;,&quot;percentReporting&quot;:&quot;&quot;,&quot;stateAbbreviation&quot;:&quot;AL&quot;},{&quot;cid&quot;:&quot;ESS::CountyRace::1711557344296&quot;,&quot;ecKey&quot;:&quot;2024-PD-AL&quot;,&quot;stateId&quot;:1,&quot;version&quot;:1,&quot;raceType&quot;:&quot;P&quot;,&quot;stateName&quot;:&quot;Alabama&quot;,&quot;candidates&quot;:[{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Joe Biden&quot;,&quot;lastName&quot;:&quot;Biden&quot;,&quot;firstName&quot;:&quot;Joe&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:1036,&quot;isIncumbent&quot;:true,&quot;lastNameSlug&quot;:&quot;biden&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Uncommitted&quot;,&quot;lastName&quot;:&quot;Uncommitted&quot;,&quot;firstName&quot;:&quot;&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:100004,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;uncommitted&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Dean Phillips&quot;,&quot;lastName&quot;:&quot;Phillips&quot;,&quot;firstName&quot;:&quot;Dean&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:20286,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;phillips&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;}],&quot;countyName&quot;:&quot;Chambers&quot;,&quot;contestType&quot;:&quot;PD&quot;,&quot;externalKey&quot;:&quot;production-key&quot;,&quot;extractedAt&quot;:&quot;2024-03-27T16:35:44.425480&quot;,&quot;electionType&quot;:&quot;D&quot;,&quot;raceTypeCode&quot;:&quot;P&quot;,&quot;resourceType&quot;:&quot;county-races&quot;,&quot;stateFipsCode&quot;:&quot;01&quot;,&quot;voteTimestamp&quot;:&quot;2024-03-25T16:37:58.000Z&quot;,&quot;countyFipsCode&quot;:&quot;01017&quot;,&quot;percentReporting&quot;:&quot;&quot;,&quot;stateAbbreviation&quot;:&quot;AL&quot;},{&quot;cid&quot;:&quot;ESS::CountyRace::1711557344296&quot;,&quot;ecKey&quot;:&quot;2024-PD-AL&quot;,&quot;stateId&quot;:1,&quot;version&quot;:1,&quot;raceType&quot;:&quot;P&quot;,&quot;stateName&quot;:&quot;Alabama&quot;,&quot;candidates&quot;:[{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Joe Biden&quot;,&quot;lastName&quot;:&quot;Biden&quot;,&quot;firstName&quot;:&quot;Joe&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:1036,&quot;isIncumbent&quot;:true,&quot;lastNameSlug&quot;:&quot;biden&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Uncommitted&quot;,&quot;lastName&quot;:&quot;Uncommitted&quot;,&quot;firstName&quot;:&quot;&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:100004,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;uncommitted&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Dean Phillips&quot;,&quot;lastName&quot;:&quot;Phillips&quot;,&quot;firstName&quot;:&quot;Dean&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:20286,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;phillips&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;}],&quot;countyName&quot;:&quot;Cherokee&quot;,&quot;contestType&quot;:&quot;PD&quot;,&quot;externalKey&quot;:&quot;production-key&quot;,&quot;extractedAt&quot;:&quot;2024-03-27T16:35:44.425480&quot;,&quot;electionType&quot;:&quot;D&quot;,&quot;raceTypeCode&quot;:&quot;P&quot;,&quot;resourceType&quot;:&quot;county-races&quot;,&quot;stateFipsCode&quot;:&quot;01&quot;,&quot;voteTimestamp&quot;:&quot;2024-03-06T03:30:52.000Z&quot;,&quot;countyFipsCode&quot;:&quot;01019&quot;,&quot;percentReporting&quot;:&quot;&quot;,&quot;stateAbbreviation&quot;:&quot;AL&quot;},{&quot;cid&quot;:&quot;ESS::CountyRace::1711557344296&quot;,&quot;ecKey&quot;:&quot;2024-PD-AL&quot;,&quot;stateId&quot;:1,&quot;version&quot;:1,&quot;raceType&quot;:&quot;P&quot;,&quot;stateName&quot;:&quot;Alabama&quot;,&quot;candidates&quot;:[{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Joe Biden&quot;,&quot;lastName&quot;:&quot;Biden&quot;,&quot;firstName&quot;:&quot;Joe&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:1036,&quot;isIncumbent&quot;:true,&quot;lastNameSlug&quot;:&quot;biden&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Uncommitted&quot;,&quot;lastName&quot;:&quot;Uncommitted&quot;,&quot;firstName&quot;:&quot;&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:100004,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;uncommitted&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Dean Phillips&quot;,&quot;lastName&quot;:&quot;Phillips&quot;,&quot;firstName&quot;:&quot;Dean&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:20286,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;phillips&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;}],&quot;countyName&quot;:&quot;Chilton&quot;,&quot;contestType&quot;:&quot;PD&quot;,&quot;externalKey&quot;:&quot;production-key&quot;,&quot;extractedAt&quot;:&quot;2024-03-27T16:35:44.425480&quot;,&quot;electionType&quot;:&quot;D&quot;,&quot;raceTypeCode&quot;:&quot;P&quot;,&quot;resourceType&quot;:&quot;county-races&quot;,&quot;stateFipsCode&quot;:&quot;01&quot;,&quot;voteTimestamp&quot;:&quot;2024-03-25T16:37:58.000Z&quot;,&quot;countyFipsCode&quot;:&quot;01021&quot;,&quot;percentReporting&quot;:&quot;&quot;,&quot;stateAbbreviation&quot;:&quot;AL&quot;},{&quot;cid&quot;:&quot;ESS::CountyRace::1711557344296&quot;,&quot;ecKey&quot;:&quot;2024-PD-AL&quot;,&quot;stateId&quot;:1,&quot;version&quot;:1,&quot;raceType&quot;:&quot;P&quot;,&quot;stateName&quot;:&quot;Alabama&quot;,&quot;candidates&quot;:[{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Joe Biden&quot;,&quot;lastName&quot;:&quot;Biden&quot;,&quot;firstName&quot;:&quot;Joe&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:1036,&quot;isIncumbent&quot;:true,&quot;lastNameSlug&quot;:&quot;biden&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Dean Phillips&quot;,&quot;lastName&quot;:&quot;Phillips&quot;,&quot;firstName&quot;:&quot;Dean&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:20286,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;phillips&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Uncommitted&quot;,&quot;lastName&quot;:&quot;Uncommitted&quot;,&quot;firstName&quot;:&quot;&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:100004,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;uncommitted&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;}],&quot;countyName&quot;:&quot;Choctaw&quot;,&quot;contestType&quot;:&quot;PD&quot;,&quot;externalKey&quot;:&quot;production-key&quot;,&quot;extractedAt&quot;:&quot;2024-03-27T16:35:44.425480&quot;,&quot;electionType&quot;:&quot;D&quot;,&quot;raceTypeCode&quot;:&quot;P&quot;,&quot;resourceType&quot;:&quot;county-races&quot;,&quot;stateFipsCode&quot;:&quot;01&quot;,&quot;voteTimestamp&quot;:&quot;2024-03-06T03:57:21.000Z&quot;,&quot;countyFipsCode&quot;:&quot;01023&quot;,&quot;percentReporting&quot;:&quot;&quot;,&quot;stateAbbreviation&quot;:&quot;AL&quot;},{&quot;cid&quot;:&quot;ESS::CountyRace::1711557344296&quot;,&quot;ecKey&quot;:&quot;2024-PD-AL&quot;,&quot;stateId&quot;:1,&quot;version&quot;:1,&quot;raceType&quot;:&quot;P&quot;,&quot;stateName&quot;:&quot;Alabama&quot;,&quot;candidates&quot;:[{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Joe Biden&quot;,&quot;lastName&quot;:&quot;Biden&quot;,&quot;firstName&quot;:&quot;Joe&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:1036,&quot;isIncumbent&quot;:true,&quot;lastNameSlug&quot;:&quot;biden&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Dean Phillips&quot;,&quot;lastName&quot;:&quot;Phillips&quot;,&quot;firstName&quot;:&quot;Dean&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:20286,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;phillips&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Uncommitted&quot;,&quot;lastName&quot;:&quot;Uncommitted&quot;,&quot;firstName&quot;:&quot;&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:100004,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;uncommitted&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;}],&quot;countyName&quot;:&quot;Clarke&quot;,&quot;contestType&quot;:&quot;PD&quot;,&quot;externalKey&quot;:&quot;production-key&quot;,&quot;extractedAt&quot;:&quot;2024-03-27T16:35:44.425480&quot;,&quot;electionType&quot;:&quot;D&quot;,&quot;raceTypeCode&quot;:&quot;P&quot;,&quot;resourceType&quot;:&quot;county-races&quot;,&quot;stateFipsCode&quot;:&quot;01&quot;,&quot;voteTimestamp&quot;:&quot;2024-03-25T16:56:13.000Z&quot;,&quot;countyFipsCode&quot;:&quot;01025&quot;,&quot;percentReporting&quot;:&quot;&quot;,&quot;stateAbbreviation&quot;:&quot;AL&quot;},{&quot;cid&quot;:&quot;ESS::CountyRace::1711557344296&quot;,&quot;ecKey&quot;:&quot;2024-PD-AL&quot;,&quot;stateId&quot;:1,&quot;version&quot;:1,&quot;raceType&quot;:&quot;P&quot;,&quot;stateName&quot;:&quot;Alabama&quot;,&quot;candidates&quot;:[{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Joe Biden&quot;,&quot;lastName&quot;:&quot;Biden&quot;,&quot;firstName&quot;:&quot;Joe&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:1036,&quot;isIncumbent&quot;:true,&quot;lastNameSlug&quot;:&quot;biden&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Dean Phillips&quot;,&quot;lastName&quot;:&quot;Phillips&quot;,&quot;firstName&quot;:&quot;Dean&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:20286,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;phillips&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Uncommitted&quot;,&quot;lastName&quot;:&quot;Uncommitted&quot;,&quot;firstName&quot;:&quot;&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:100004,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;uncommitted&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;}],&quot;countyName&quot;:&quot;Clay&quot;,&quot;contestType&quot;:&quot;PD&quot;,&quot;externalKey&quot;:&quot;production-key&quot;,&quot;extractedAt&quot;:&quot;2024-03-27T16:35:44.425480&quot;,&quot;electionType&quot;:&quot;D&quot;,&quot;raceTypeCode&quot;:&quot;P&quot;,&quot;resourceType&quot;:&quot;county-races&quot;,&quot;stateFipsCode&quot;:&quot;01&quot;,&quot;voteTimestamp&quot;:&quot;2024-03-25T16:55:20.000Z&quot;,&quot;countyFipsCode&quot;:&quot;01027&quot;,&quot;percentReporting&quot;:&quot;&quot;,&quot;stateAbbreviation&quot;:&quot;AL&quot;},{&quot;cid&quot;:&quot;ESS::CountyRace::1711557344296&quot;,&quot;ecKey&quot;:&quot;2024-PD-AL&quot;,&quot;stateId&quot;:1,&quot;version&quot;:1,&quot;raceType&quot;:&quot;P&quot;,&quot;stateName&quot;:&quot;Alabama&quot;,&quot;candidates&quot;:[{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Joe Biden&quot;,&quot;lastName&quot;:&quot;Biden&quot;,&quot;firstName&quot;:&quot;Joe&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:1036,&quot;isIncumbent&quot;:true,&quot;lastNameSlug&quot;:&quot;biden&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Uncommitted&quot;,&quot;lastName&quot;:&quot;Uncommitted&quot;,&quot;firstName&quot;:&quot;&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:100004,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;uncommitted&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Dean Phillips&quot;,&quot;lastName&quot;:&quot;Phillips&quot;,&quot;firstName&quot;:&quot;Dean&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:20286,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;phillips&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;}],&quot;countyName&quot;:&quot;Cleburne&quot;,&quot;contestType&quot;:&quot;PD&quot;,&quot;externalKey&quot;:&quot;production-key&quot;,&quot;extractedAt&quot;:&quot;2024-03-27T16:35:44.425480&quot;,&quot;electionType&quot;:&quot;D&quot;,&quot;raceTypeCode&quot;:&quot;P&quot;,&quot;resourceType&quot;:&quot;county-races&quot;,&quot;stateFipsCode&quot;:&quot;01&quot;,&quot;voteTimestamp&quot;:&quot;2024-03-06T03:08:51.000Z&quot;,&quot;countyFipsCode&quot;:&quot;01029&quot;,&quot;percentReporting&quot;:&quot;&quot;,&quot;stateAbbreviation&quot;:&quot;AL&quot;},{&quot;cid&quot;:&quot;ESS::CountyRace::1711557344296&quot;,&quot;ecKey&quot;:&quot;2024-PD-AL&quot;,&quot;stateId&quot;:1,&quot;version&quot;:1,&quot;raceType&quot;:&quot;P&quot;,&quot;stateName&quot;:&quot;Alabama&quot;,&quot;candidates&quot;:[{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Joe Biden&quot;,&quot;lastName&quot;:&quot;Biden&quot;,&quot;firstName&quot;:&quot;Joe&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:1036,&quot;isIncumbent&quot;:true,&quot;lastNameSlug&quot;:&quot;biden&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Uncommitted&quot;,&quot;lastName&quot;:&quot;Uncommitted&quot;,&quot;firstName&quot;:&quot;&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:100004,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;uncommitted&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Dean Phillips&quot;,&quot;lastName&quot;:&quot;Phillips&quot;,&quot;firstName&quot;:&quot;Dean&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:20286,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;phillips&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;}],&quot;countyName&quot;:&quot;Coffee&quot;,&quot;contestType&quot;:&quot;PD&quot;,&quot;externalKey&quot;:&quot;production-key&quot;,&quot;extractedAt&quot;:&quot;2024-03-27T16:35:44.425480&quot;,&quot;electionType&quot;:&quot;D&quot;,&quot;raceTypeCode&quot;:&quot;P&quot;,&quot;resourceType&quot;:&quot;county-races&quot;,&quot;stateFipsCode&quot;:&quot;01&quot;,&quot;voteTimestamp&quot;:&quot;2024-03-25T16:37:58.000Z&quot;,&quot;countyFipsCode&quot;:&quot;01031&quot;,&quot;percentReporting&quot;:&quot;&quot;,&quot;stateAbbreviation&quot;:&quot;AL&quot;},{&quot;cid&quot;:&quot;ESS::CountyRace::1711557344296&quot;,&quot;ecKey&quot;:&quot;2024-PD-AL&quot;,&quot;stateId&quot;:1,&quot;version&quot;:1,&quot;raceType&quot;:&quot;P&quot;,&quot;stateName&quot;:&quot;Alabama&quot;,&quot;candidates&quot;:[{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Joe Biden&quot;,&quot;lastName&quot;:&quot;Biden&quot;,&quot;firstName&quot;:&quot;Joe&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:1036,&quot;isIncumbent&quot;:true,&quot;lastNameSlug&quot;:&quot;biden&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Uncommitted&quot;,&quot;lastName&quot;:&quot;Uncommitted&quot;,&quot;firstName&quot;:&quot;&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:100004,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;uncommitted&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Dean Phillips&quot;,&quot;lastName&quot;:&quot;Phillips&quot;,&quot;firstName&quot;:&quot;Dean&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:20286,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;phillips&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;}],&quot;countyName&quot;:&quot;Colbert&quot;,&quot;contestType&quot;:&quot;PD&quot;,&quot;externalKey&quot;:&quot;production-key&quot;,&quot;extractedAt&quot;:&quot;2024-03-27T16:35:44.425480&quot;,&quot;electionType&quot;:&quot;D&quot;,&quot;raceTypeCode&quot;:&quot;P&quot;,&quot;resourceType&quot;:&quot;county-races&quot;,&quot;stateFipsCode&quot;:&quot;01&quot;,&quot;voteTimestamp&quot;:&quot;2024-03-25T16:37:59.000Z&quot;,&quot;countyFipsCode&quot;:&quot;01033&quot;,&quot;percentReporting&quot;:&quot;&quot;,&quot;stateAbbreviation&quot;:&quot;AL&quot;},{&quot;cid&quot;:&quot;ESS::CountyRace::1711557344296&quot;,&quot;ecKey&quot;:&quot;2024-PD-AL&quot;,&quot;stateId&quot;:1,&quot;version&quot;:1,&quot;raceType&quot;:&quot;P&quot;,&quot;stateName&quot;:&quot;Alabama&quot;,&quot;candidates&quot;:[{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Joe Biden&quot;,&quot;lastName&quot;:&quot;Biden&quot;,&quot;firstName&quot;:&quot;Joe&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:1036,&quot;isIncumbent&quot;:true,&quot;lastNameSlug&quot;:&quot;biden&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Dean Phillips&quot;,&quot;lastName&quot;:&quot;Phillips&quot;,&quot;firstName&quot;:&quot;Dean&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:20286,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;phillips&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Uncommitted&quot;,&quot;lastName&quot;:&quot;Uncommitted&quot;,&quot;firstName&quot;:&quot;&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:100004,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;uncommitted&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;}],&quot;countyName&quot;:&quot;Conecuh&quot;,&quot;contestType&quot;:&quot;PD&quot;,&quot;externalKey&quot;:&quot;production-key&quot;,&quot;extractedAt&quot;:&quot;2024-03-27T16:35:44.425480&quot;,&quot;electionType&quot;:&quot;D&quot;,&quot;raceTypeCode&quot;:&quot;P&quot;,&quot;resourceType&quot;:&quot;county-races&quot;,&quot;stateFipsCode&quot;:&quot;01&quot;,&quot;voteTimestamp&quot;:&quot;2024-03-25T16:41:04.000Z&quot;,&quot;countyFipsCode&quot;:&quot;01035&quot;,&quot;percentReporting&quot;:&quot;&quot;,&quot;stateAbbreviation&quot;:&quot;AL&quot;},{&quot;cid&quot;:&quot;ESS::CountyRace::1711557344296&quot;,&quot;ecKey&quot;:&quot;2024-PD-AL&quot;,&quot;stateId&quot;:1,&quot;version&quot;:1,&quot;raceType&quot;:&quot;P&quot;,&quot;stateName&quot;:&quot;Alabama&quot;,&quot;candidates&quot;:[{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Joe Biden&quot;,&quot;lastName&quot;:&quot;Biden&quot;,&quot;firstName&quot;:&quot;Joe&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:1036,&quot;isIncumbent&quot;:true,&quot;lastNameSlug&quot;:&quot;biden&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Dean Phillips&quot;,&quot;lastName&quot;:&quot;Phillips&quot;,&quot;firstName&quot;:&quot;Dean&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:20286,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;phillips&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Uncommitted&quot;,&quot;lastName&quot;:&quot;Uncommitted&quot;,&quot;firstName&quot;:&quot;&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:100004,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;uncommitted&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;}],&quot;countyName&quot;:&quot;Coosa&quot;,&quot;contestType&quot;:&quot;PD&quot;,&quot;externalKey&quot;:&quot;production-key&quot;,&quot;extractedAt&quot;:&quot;2024-03-27T16:35:44.425480&quot;,&quot;electionType&quot;:&quot;D&quot;,&quot;raceTypeCode&quot;:&quot;P&quot;,&quot;resourceType&quot;:&quot;county-races&quot;,&quot;stateFipsCode&quot;:&quot;01&quot;,&quot;voteTimestamp&quot;:&quot;2024-03-06T03:30:53.000Z&quot;,&quot;countyFipsCode&quot;:&quot;01037&quot;,&quot;percentReporting&quot;:&quot;&quot;,&quot;stateAbbreviation&quot;:&quot;AL&quot;},{&quot;cid&quot;:&quot;ESS::CountyRace::1711557344296&quot;,&quot;ecKey&quot;:&quot;2024-PD-AL&quot;,&quot;stateId&quot;:1,&quot;version&quot;:1,&quot;raceType&quot;:&quot;P&quot;,&quot;stateName&quot;:&quot;Alabama&quot;,&quot;candidates&quot;:[{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Joe Biden&quot;,&quot;lastName&quot;:&quot;Biden&quot;,&quot;firstName&quot;:&quot;Joe&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:1036,&quot;isIncumbent&quot;:true,&quot;lastNameSlug&quot;:&quot;biden&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Uncommitted&quot;,&quot;lastName&quot;:&quot;Uncommitted&quot;,&quot;firstName&quot;:&quot;&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:100004,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;uncommitted&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Dean Phillips&quot;,&quot;lastName&quot;:&quot;Phillips&quot;,&quot;firstName&quot;:&quot;Dean&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:20286,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;phillips&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;}],&quot;countyName&quot;:&quot;Covington&quot;,&quot;contestType&quot;:&quot;PD&quot;,&quot;externalKey&quot;:&quot;production-key&quot;,&quot;extractedAt&quot;:&quot;2024-03-27T16:35:44.425480&quot;,&quot;electionType&quot;:&quot;D&quot;,&quot;raceTypeCode&quot;:&quot;P&quot;,&quot;resourceType&quot;:&quot;county-races&quot;,&quot;stateFipsCode&quot;:&quot;01&quot;,&quot;voteTimestamp&quot;:&quot;2024-03-25T16:37:58.000Z&quot;,&quot;countyFipsCode&quot;:&quot;01039&quot;,&quot;percentReporting&quot;:&quot;&quot;,&quot;stateAbbreviation&quot;:&quot;AL&quot;},{&quot;cid&quot;:&quot;ESS::CountyRace::1711557344296&quot;,&quot;ecKey&quot;:&quot;2024-PD-AL&quot;,&quot;stateId&quot;:1,&quot;version&quot;:1,&quot;raceType&quot;:&quot;P&quot;,&quot;stateName&quot;:&quot;Alabama&quot;,&quot;candidates&quot;:[{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Joe Biden&quot;,&quot;lastName&quot;:&quot;Biden&quot;,&quot;firstName&quot;:&quot;Joe&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:1036,&quot;isIncumbent&quot;:true,&quot;lastNameSlug&quot;:&quot;biden&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Dean Phillips&quot;,&quot;lastName&quot;:&quot;Phillips&quot;,&quot;firstName&quot;:&quot;Dean&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:20286,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;phillips&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Uncommitted&quot;,&quot;lastName&quot;:&quot;Uncommitted&quot;,&quot;firstName&quot;:&quot;&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:100004,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;uncommitted&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;}],&quot;countyName&quot;:&quot;Crenshaw&quot;,&quot;contestType&quot;:&quot;PD&quot;,&quot;externalKey&quot;:&quot;production-key&quot;,&quot;extractedAt&quot;:&quot;2024-03-27T16:35:44.425480&quot;,&quot;electionType&quot;:&quot;D&quot;,&quot;raceTypeCode&quot;:&quot;P&quot;,&quot;resourceType&quot;:&quot;county-races&quot;,&quot;stateFipsCode&quot;:&quot;01&quot;,&quot;voteTimestamp&quot;:&quot;2024-03-06T03:41:27.000Z&quot;,&quot;countyFipsCode&quot;:&quot;01041&quot;,&quot;percentReporting&quot;:&quot;&quot;,&quot;stateAbbreviation&quot;:&quot;AL&quot;},{&quot;cid&quot;:&quot;ESS::CountyRace::1711557344296&quot;,&quot;ecKey&quot;:&quot;2024-PD-AL&quot;,&quot;stateId&quot;:1,&quot;version&quot;:1,&quot;raceType&quot;:&quot;P&quot;,&quot;stateName&quot;:&quot;Alabama&quot;,&quot;candidates&quot;:[{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Joe Biden&quot;,&quot;lastName&quot;:&quot;Biden&quot;,&quot;firstName&quot;:&quot;Joe&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:1036,&quot;isIncumbent&quot;:true,&quot;lastNameSlug&quot;:&quot;biden&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Dean Phillips&quot;,&quot;lastName&quot;:&quot;Phillips&quot;,&quot;firstName&quot;:&quot;Dean&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:20286,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;phillips&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Uncommitted&quot;,&quot;lastName&quot;:&quot;Uncommitted&quot;,&quot;firstName&quot;:&quot;&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:100004,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;uncommitted&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;}],&quot;countyName&quot;:&quot;Cullman&quot;,&quot;contestType&quot;:&quot;PD&quot;,&quot;externalKey&quot;:&quot;production-key&quot;,&quot;extractedAt&quot;:&quot;2024-03-27T16:35:44.425480&quot;,&quot;electionType&quot;:&quot;D&quot;,&quot;raceTypeCode&quot;:&quot;P&quot;,&quot;resourceType&quot;:&quot;county-races&quot;,&quot;stateFipsCode&quot;:&quot;01&quot;,&quot;voteTimestamp&quot;:&quot;2024-03-25T16:37:58.000Z&quot;,&quot;countyFipsCode&quot;:&quot;01043&quot;,&quot;percentReporting&quot;:&quot;&quot;,&quot;stateAbbreviation&quot;:&quot;AL&quot;},{&quot;cid&quot;:&quot;ESS::CountyRace::1711557344296&quot;,&quot;ecKey&quot;:&quot;2024-PD-AL&quot;,&quot;stateId&quot;:1,&quot;version&quot;:1,&quot;raceType&quot;:&quot;P&quot;,&quot;stateName&quot;:&quot;Alabama&quot;,&quot;candidates&quot;:[{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Joe Biden&quot;,&quot;lastName&quot;:&quot;Biden&quot;,&quot;firstName&quot;:&quot;Joe&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:1036,&quot;isIncumbent&quot;:true,&quot;lastNameSlug&quot;:&quot;biden&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Uncommitted&quot;,&quot;lastName&quot;:&quot;Uncommitted&quot;,&quot;firstName&quot;:&quot;&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:100004,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;uncommitted&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Dean Phillips&quot;,&quot;lastName&quot;:&quot;Phillips&quot;,&quot;firstName&quot;:&quot;Dean&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:20286,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;phillips&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;}],&quot;countyName&quot;:&quot;Dale&quot;,&quot;contestType&quot;:&quot;PD&quot;,&quot;externalKey&quot;:&quot;production-key&quot;,&quot;extractedAt&quot;:&quot;2024-03-27T16:35:44.425480&quot;,&quot;electionType&quot;:&quot;D&quot;,&quot;raceTypeCode&quot;:&quot;P&quot;,&quot;resourceType&quot;:&quot;county-races&quot;,&quot;stateFipsCode&quot;:&quot;01&quot;,&quot;voteTimestamp&quot;:&quot;2024-03-06T04:59:39.000Z&quot;,&quot;countyFipsCode&quot;:&quot;01045&quot;,&quot;percentReporting&quot;:&quot;&quot;,&quot;stateAbbreviation&quot;:&quot;AL&quot;},{&quot;cid&quot;:&quot;ESS::CountyRace::1711557344296&quot;,&quot;ecKey&quot;:&quot;2024-PD-AL&quot;,&quot;stateId&quot;:1,&quot;version&quot;:1,&quot;raceType&quot;:&quot;P&quot;,&quot;stateName&quot;:&quot;Alabama&quot;,&quot;candidates&quot;:[{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Joe Biden&quot;,&quot;lastName&quot;:&quot;Biden&quot;,&quot;firstName&quot;:&quot;Joe&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:1036,&quot;isIncumbent&quot;:true,&quot;lastNameSlug&quot;:&quot;biden&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Uncommitted&quot;,&quot;lastName&quot;:&quot;Uncommitted&quot;,&quot;firstName&quot;:&quot;&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:100004,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;uncommitted&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Dean Phillips&quot;,&quot;lastName&quot;:&quot;Phillips&quot;,&quot;firstName&quot;:&quot;Dean&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:20286,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;phillips&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;}],&quot;countyName&quot;:&quot;Dallas&quot;,&quot;contestType&quot;:&quot;PD&quot;,&quot;externalKey&quot;:&quot;production-key&quot;,&quot;extractedAt&quot;:&quot;2024-03-27T16:35:44.425480&quot;,&quot;electionType&quot;:&quot;D&quot;,&quot;raceTypeCode&quot;:&quot;P&quot;,&quot;resourceType&quot;:&quot;county-races&quot;,&quot;stateFipsCode&quot;:&quot;01&quot;,&quot;voteTimestamp&quot;:&quot;2024-03-25T16:51:02.000Z&quot;,&quot;countyFipsCode&quot;:&quot;01047&quot;,&quot;percentReporting&quot;:&quot;&quot;,&quot;stateAbbreviation&quot;:&quot;AL&quot;},{&quot;cid&quot;:&quot;ESS::CountyRace::1711557344296&quot;,&quot;ecKey&quot;:&quot;2024-PD-AL&quot;,&quot;stateId&quot;:1,&quot;version&quot;:1,&quot;raceType&quot;:&quot;P&quot;,&quot;stateName&quot;:&quot;Alabama&quot;,&quot;candidates&quot;:[{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Joe Biden&quot;,&quot;lastName&quot;:&quot;Biden&quot;,&quot;firstName&quot;:&quot;Joe&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:1036,&quot;isIncumbent&quot;:true,&quot;lastNameSlug&quot;:&quot;biden&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Uncommitted&quot;,&quot;lastName&quot;:&quot;Uncommitted&quot;,&quot;firstName&quot;:&quot;&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:100004,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;uncommitted&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Dean Phillips&quot;,&quot;lastName&quot;:&quot;Phillips&quot;,&quot;firstName&quot;:&quot;Dean&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:20286,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;phillips&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;}],&quot;countyName&quot;:&quot;DeKalb&quot;,&quot;contestType&quot;:&quot;PD&quot;,&quot;externalKey&quot;:&quot;production-key&quot;,&quot;extractedAt&quot;:&quot;2024-03-27T16:35:44.425480&quot;,&quot;electionType&quot;:&quot;D&quot;,&quot;raceTypeCode&quot;:&quot;P&quot;,&quot;resourceType&quot;:&quot;county-races&quot;,&quot;stateFipsCode&quot;:&quot;01&quot;,&quot;voteTimestamp&quot;:&quot;2024-03-25T16:37:58.000Z&quot;,&quot;countyFipsCode&quot;:&quot;01049&quot;,&quot;percentReporting&quot;:&quot;&quot;,&quot;stateAbbreviation&quot;:&quot;AL&quot;},{&quot;cid&quot;:&quot;ESS::CountyRace::1711557344296&quot;,&quot;ecKey&quot;:&quot;2024-PD-AL&quot;,&quot;stateId&quot;:1,&quot;version&quot;:1,&quot;raceType&quot;:&quot;P&quot;,&quot;stateName&quot;:&quot;Alabama&quot;,&quot;candidates&quot;:[{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Joe Biden&quot;,&quot;lastName&quot;:&quot;Biden&quot;,&quot;firstName&quot;:&quot;Joe&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:1036,&quot;isIncumbent&quot;:true,&quot;lastNameSlug&quot;:&quot;biden&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Dean Phillips&quot;,&quot;lastName&quot;:&quot;Phillips&quot;,&quot;firstName&quot;:&quot;Dean&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:20286,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;phillips&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Uncommitted&quot;,&quot;lastName&quot;:&quot;Uncommitted&quot;,&quot;firstName&quot;:&quot;&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:100004,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;uncommitted&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;}],&quot;countyName&quot;:&quot;Elmore&quot;,&quot;contestType&quot;:&quot;PD&quot;,&quot;externalKey&quot;:&quot;production-key&quot;,&quot;extractedAt&quot;:&quot;2024-03-27T16:35:44.425480&quot;,&quot;electionType&quot;:&quot;D&quot;,&quot;raceTypeCode&quot;:&quot;P&quot;,&quot;resourceType&quot;:&quot;county-races&quot;,&quot;stateFipsCode&quot;:&quot;01&quot;,&quot;voteTimestamp&quot;:&quot;2024-03-25T16:37:58.000Z&quot;,&quot;countyFipsCode&quot;:&quot;01051&quot;,&quot;percentReporting&quot;:&quot;&quot;,&quot;stateAbbreviation&quot;:&quot;AL&quot;},{&quot;cid&quot;:&quot;ESS::CountyRace::1711557344296&quot;,&quot;ecKey&quot;:&quot;2024-PD-AL&quot;,&quot;stateId&quot;:1,&quot;version&quot;:1,&quot;raceType&quot;:&quot;P&quot;,&quot;stateName&quot;:&quot;Alabama&quot;,&quot;candidates&quot;:[{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Joe Biden&quot;,&quot;lastName&quot;:&quot;Biden&quot;,&quot;firstName&quot;:&quot;Joe&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:1036,&quot;isIncumbent&quot;:true,&quot;lastNameSlug&quot;:&quot;biden&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Dean Phillips&quot;,&quot;lastName&quot;:&quot;Phillips&quot;,&quot;firstName&quot;:&quot;Dean&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:20286,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;phillips&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Uncommitted&quot;,&quot;lastName&quot;:&quot;Uncommitted&quot;,&quot;firstName&quot;:&quot;&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:100004,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;uncommitted&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;}],&quot;countyName&quot;:&quot;Escambia&quot;,&quot;contestType&quot;:&quot;PD&quot;,&quot;externalKey&quot;:&quot;production-key&quot;,&quot;extractedAt&quot;:&quot;2024-03-27T16:35:44.425480&quot;,&quot;electionType&quot;:&quot;D&quot;,&quot;raceTypeCode&quot;:&quot;P&quot;,&quot;resourceType&quot;:&quot;county-races&quot;,&quot;stateFipsCode&quot;:&quot;01&quot;,&quot;voteTimestamp&quot;:&quot;2024-03-06T04:31:34.000Z&quot;,&quot;countyFipsCode&quot;:&quot;01053&quot;,&quot;percentReporting&quot;:&quot;&quot;,&quot;stateAbbreviation&quot;:&quot;AL&quot;},{&quot;cid&quot;:&quot;ESS::CountyRace::1711557344296&quot;,&quot;ecKey&quot;:&quot;2024-PD-AL&quot;,&quot;stateId&quot;:1,&quot;version&quot;:1,&quot;raceType&quot;:&quot;P&quot;,&quot;stateName&quot;:&quot;Alabama&quot;,&quot;candidates&quot;:[{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Joe Biden&quot;,&quot;lastName&quot;:&quot;Biden&quot;,&quot;firstName&quot;:&quot;Joe&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:1036,&quot;isIncumbent&quot;:true,&quot;lastNameSlug&quot;:&quot;biden&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Uncommitted&quot;,&quot;lastName&quot;:&quot;Uncommitted&quot;,&quot;firstName&quot;:&quot;&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:100004,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;uncommitted&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Dean Phillips&quot;,&quot;lastName&quot;:&quot;Phillips&quot;,&quot;firstName&quot;:&quot;Dean&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:20286,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;phillips&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;}],&quot;countyName&quot;:&quot;Etowah&quot;,&quot;contestType&quot;:&quot;PD&quot;,&quot;externalKey&quot;:&quot;production-key&quot;,&quot;extractedAt&quot;:&quot;2024-03-27T16:35:44.425480&quot;,&quot;electionType&quot;:&quot;D&quot;,&quot;raceTypeCode&quot;:&quot;P&quot;,&quot;resourceType&quot;:&quot;county-races&quot;,&quot;stateFipsCode&quot;:&quot;01&quot;,&quot;voteTimestamp&quot;:&quot;2024-03-25T16:37:58.000Z&quot;,&quot;countyFipsCode&quot;:&quot;01055&quot;,&quot;percentReporting&quot;:&quot;&quot;,&quot;stateAbbreviation&quot;:&quot;AL&quot;},{&quot;cid&quot;:&quot;ESS::CountyRace::1711557344296&quot;,&quot;ecKey&quot;:&quot;2024-PD-AL&quot;,&quot;stateId&quot;:1,&quot;version&quot;:1,&quot;raceType&quot;:&quot;P&quot;,&quot;stateName&quot;:&quot;Alabama&quot;,&quot;candidates&quot;:[{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Joe Biden&quot;,&quot;lastName&quot;:&quot;Biden&quot;,&quot;firstName&quot;:&quot;Joe&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:1036,&quot;isIncumbent&quot;:true,&quot;lastNameSlug&quot;:&quot;biden&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Dean Phillips&quot;,&quot;lastName&quot;:&quot;Phillips&quot;,&quot;firstName&quot;:&quot;Dean&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:20286,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;phillips&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Uncommitted&quot;,&quot;lastName&quot;:&quot;Uncommitted&quot;,&quot;firstName&quot;:&quot;&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:100004,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;uncommitted&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;}],&quot;countyName&quot;:&quot;Fayette&quot;,&quot;contestType&quot;:&quot;PD&quot;,&quot;externalKey&quot;:&quot;production-key&quot;,&quot;extractedAt&quot;:&quot;2024-03-27T16:35:44.425480&quot;,&quot;electionType&quot;:&quot;D&quot;,&quot;raceTypeCode&quot;:&quot;P&quot;,&quot;resourceType&quot;:&quot;county-races&quot;,&quot;stateFipsCode&quot;:&quot;01&quot;,&quot;voteTimestamp&quot;:&quot;2024-03-06T03:44:49.000Z&quot;,&quot;countyFipsCode&quot;:&quot;01057&quot;,&quot;percentReporting&quot;:&quot;&quot;,&quot;stateAbbreviation&quot;:&quot;AL&quot;},{&quot;cid&quot;:&quot;ESS::CountyRace::1711557344296&quot;,&quot;ecKey&quot;:&quot;2024-PD-AL&quot;,&quot;stateId&quot;:1,&quot;version&quot;:1,&quot;raceType&quot;:&quot;P&quot;,&quot;stateName&quot;:&quot;Alabama&quot;,&quot;candidates&quot;:[{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Joe Biden&quot;,&quot;lastName&quot;:&quot;Biden&quot;,&quot;firstName&quot;:&quot;Joe&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:1036,&quot;isIncumbent&quot;:true,&quot;lastNameSlug&quot;:&quot;biden&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Uncommitted&quot;,&quot;lastName&quot;:&quot;Uncommitted&quot;,&quot;firstName&quot;:&quot;&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:100004,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;uncommitted&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Dean Phillips&quot;,&quot;lastName&quot;:&quot;Phillips&quot;,&quot;firstName&quot;:&quot;Dean&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:20286,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;phillips&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;}],&quot;countyName&quot;:&quot;Franklin&quot;,&quot;contestType&quot;:&quot;PD&quot;,&quot;externalKey&quot;:&quot;production-key&quot;,&quot;extractedAt&quot;:&quot;2024-03-27T16:35:44.425480&quot;,&quot;electionType&quot;:&quot;D&quot;,&quot;raceTypeCode&quot;:&quot;P&quot;,&quot;resourceType&quot;:&quot;county-races&quot;,&quot;stateFipsCode&quot;:&quot;01&quot;,&quot;voteTimestamp&quot;:&quot;2024-03-06T05:20:44.000Z&quot;,&quot;countyFipsCode&quot;:&quot;01059&quot;,&quot;percentReporting&quot;:&quot;&quot;,&quot;stateAbbreviation&quot;:&quot;AL&quot;},{&quot;cid&quot;:&quot;ESS::CountyRace::1711557344296&quot;,&quot;ecKey&quot;:&quot;2024-PD-AL&quot;,&quot;stateId&quot;:1,&quot;version&quot;:1,&quot;raceType&quot;:&quot;P&quot;,&quot;stateName&quot;:&quot;Alabama&quot;,&quot;candidates&quot;:[{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Joe Biden&quot;,&quot;lastName&quot;:&quot;Biden&quot;,&quot;firstName&quot;:&quot;Joe&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:1036,&quot;isIncumbent&quot;:true,&quot;lastNameSlug&quot;:&quot;biden&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Uncommitted&quot;,&quot;lastName&quot;:&quot;Uncommitted&quot;,&quot;firstName&quot;:&quot;&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:100004,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;uncommitted&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Dean Phillips&quot;,&quot;lastName&quot;:&quot;Phillips&quot;,&quot;firstName&quot;:&quot;Dean&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:20286,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;phillips&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;}],&quot;countyName&quot;:&quot;Geneva&quot;,&quot;contestType&quot;:&quot;PD&quot;,&quot;externalKey&quot;:&quot;production-key&quot;,&quot;extractedAt&quot;:&quot;2024-03-27T16:35:44.425480&quot;,&quot;electionType&quot;:&quot;D&quot;,&quot;raceTypeCode&quot;:&quot;P&quot;,&quot;resourceType&quot;:&quot;county-races&quot;,&quot;stateFipsCode&quot;:&quot;01&quot;,&quot;voteTimestamp&quot;:&quot;2024-03-06T02:57:18.000Z&quot;,&quot;countyFipsCode&quot;:&quot;01061&quot;,&quot;percentReporting&quot;:&quot;&quot;,&quot;stateAbbreviation&quot;:&quot;AL&quot;},{&quot;cid&quot;:&quot;ESS::CountyRace::1711557344296&quot;,&quot;ecKey&quot;:&quot;2024-PD-AL&quot;,&quot;stateId&quot;:1,&quot;version&quot;:1,&quot;raceType&quot;:&quot;P&quot;,&quot;stateName&quot;:&quot;Alabama&quot;,&quot;candidates&quot;:[{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Joe Biden&quot;,&quot;lastName&quot;:&quot;Biden&quot;,&quot;firstName&quot;:&quot;Joe&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:1036,&quot;isIncumbent&quot;:true,&quot;lastNameSlug&quot;:&quot;biden&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Uncommitted&quot;,&quot;lastName&quot;:&quot;Uncommitted&quot;,&quot;firstName&quot;:&quot;&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:100004,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;uncommitted&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Dean Phillips&quot;,&quot;lastName&quot;:&quot;Phillips&quot;,&quot;firstName&quot;:&quot;Dean&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:20286,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;phillips&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;}],&quot;countyName&quot;:&quot;Greene&quot;,&quot;contestType&quot;:&quot;PD&quot;,&quot;externalKey&quot;:&quot;production-key&quot;,&quot;extractedAt&quot;:&quot;2024-03-27T16:35:44.425480&quot;,&quot;electionType&quot;:&quot;D&quot;,&quot;raceTypeCode&quot;:&quot;P&quot;,&quot;resourceType&quot;:&quot;county-races&quot;,&quot;stateFipsCode&quot;:&quot;01&quot;,&quot;voteTimestamp&quot;:&quot;2024-03-25T16:46:14.000Z&quot;,&quot;countyFipsCode&quot;:&quot;01063&quot;,&quot;percentReporting&quot;:&quot;&quot;,&quot;stateAbbreviation&quot;:&quot;AL&quot;},{&quot;cid&quot;:&quot;ESS::CountyRace::1711557344296&quot;,&quot;ecKey&quot;:&quot;2024-PD-AL&quot;,&quot;stateId&quot;:1,&quot;version&quot;:1,&quot;raceType&quot;:&quot;P&quot;,&quot;stateName&quot;:&quot;Alabama&quot;,&quot;candidates&quot;:[{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Joe Biden&quot;,&quot;lastName&quot;:&quot;Biden&quot;,&quot;firstName&quot;:&quot;Joe&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:1036,&quot;isIncumbent&quot;:true,&quot;lastNameSlug&quot;:&quot;biden&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Uncommitted&quot;,&quot;lastName&quot;:&quot;Uncommitted&quot;,&quot;firstName&quot;:&quot;&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:100004,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;uncommitted&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Dean Phillips&quot;,&quot;lastName&quot;:&quot;Phillips&quot;,&quot;firstName&quot;:&quot;Dean&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:20286,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;phillips&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;}],&quot;countyName&quot;:&quot;Hale&quot;,&quot;contestType&quot;:&quot;PD&quot;,&quot;externalKey&quot;:&quot;production-key&quot;,&quot;extractedAt&quot;:&quot;2024-03-27T16:35:44.425480&quot;,&quot;electionType&quot;:&quot;D&quot;,&quot;raceTypeCode&quot;:&quot;P&quot;,&quot;resourceType&quot;:&quot;county-races&quot;,&quot;stateFipsCode&quot;:&quot;01&quot;,&quot;voteTimestamp&quot;:&quot;2024-03-25T16:54:22.000Z&quot;,&quot;countyFipsCode&quot;:&quot;01065&quot;,&quot;percentReporting&quot;:&quot;&quot;,&quot;stateAbbreviation&quot;:&quot;AL&quot;},{&quot;cid&quot;:&quot;ESS::CountyRace::1711557344296&quot;,&quot;ecKey&quot;:&quot;2024-PD-AL&quot;,&quot;stateId&quot;:1,&quot;version&quot;:1,&quot;raceType&quot;:&quot;P&quot;,&quot;stateName&quot;:&quot;Alabama&quot;,&quot;candidates&quot;:[{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Joe Biden&quot;,&quot;lastName&quot;:&quot;Biden&quot;,&quot;firstName&quot;:&quot;Joe&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:1036,&quot;isIncumbent&quot;:true,&quot;lastNameSlug&quot;:&quot;biden&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Dean Phillips&quot;,&quot;lastName&quot;:&quot;Phillips&quot;,&quot;firstName&quot;:&quot;Dean&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:20286,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;phillips&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Uncommitted&quot;,&quot;lastName&quot;:&quot;Uncommitted&quot;,&quot;firstName&quot;:&quot;&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:100004,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;uncommitted&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;}],&quot;countyName&quot;:&quot;Henry&quot;,&quot;contestType&quot;:&quot;PD&quot;,&quot;externalKey&quot;:&quot;production-key&quot;,&quot;extractedAt&quot;:&quot;2024-03-27T16:35:44.425480&quot;,&quot;electionType&quot;:&quot;D&quot;,&quot;raceTypeCode&quot;:&quot;P&quot;,&quot;resourceType&quot;:&quot;county-races&quot;,&quot;stateFipsCode&quot;:&quot;01&quot;,&quot;voteTimestamp&quot;:&quot;2024-03-25T16:37:58.000Z&quot;,&quot;countyFipsCode&quot;:&quot;01067&quot;,&quot;percentReporting&quot;:&quot;&quot;,&quot;stateAbbreviation&quot;:&quot;AL&quot;},{&quot;cid&quot;:&quot;ESS::CountyRace::1711557344296&quot;,&quot;ecKey&quot;:&quot;2024-PD-AL&quot;,&quot;stateId&quot;:1,&quot;version&quot;:1,&quot;raceType&quot;:&quot;P&quot;,&quot;stateName&quot;:&quot;Alabama&quot;,&quot;candidates&quot;:[{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Joe Biden&quot;,&quot;lastName&quot;:&quot;Biden&quot;,&quot;firstName&quot;:&quot;Joe&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:1036,&quot;isIncumbent&quot;:true,&quot;lastNameSlug&quot;:&quot;biden&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Uncommitted&quot;,&quot;lastName&quot;:&quot;Uncommitted&quot;,&quot;firstName&quot;:&quot;&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:100004,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;uncommitted&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Dean Phillips&quot;,&quot;lastName&quot;:&quot;Phillips&quot;,&quot;firstName&quot;:&quot;Dean&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:20286,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;phillips&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;}],&quot;countyName&quot;:&quot;Houston&quot;,&quot;contestType&quot;:&quot;PD&quot;,&quot;externalKey&quot;:&quot;production-key&quot;,&quot;extractedAt&quot;:&quot;2024-03-27T16:35:44.425480&quot;,&quot;electionType&quot;:&quot;D&quot;,&quot;raceTypeCode&quot;:&quot;P&quot;,&quot;resourceType&quot;:&quot;county-races&quot;,&quot;stateFipsCode&quot;:&quot;01&quot;,&quot;voteTimestamp&quot;:&quot;2024-03-25T16:37:58.000Z&quot;,&quot;countyFipsCode&quot;:&quot;01069&quot;,&quot;percentReporting&quot;:&quot;&quot;,&quot;stateAbbreviation&quot;:&quot;AL&quot;},{&quot;cid&quot;:&quot;ESS::CountyRace::1711557344296&quot;,&quot;ecKey&quot;:&quot;2024-PD-AL&quot;,&quot;stateId&quot;:1,&quot;version&quot;:1,&quot;raceType&quot;:&quot;P&quot;,&quot;stateName&quot;:&quot;Alabama&quot;,&quot;candidates&quot;:[{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Joe Biden&quot;,&quot;lastName&quot;:&quot;Biden&quot;,&quot;firstName&quot;:&quot;Joe&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:1036,&quot;isIncumbent&quot;:true,&quot;lastNameSlug&quot;:&quot;biden&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Uncommitted&quot;,&quot;lastName&quot;:&quot;Uncommitted&quot;,&quot;firstName&quot;:&quot;&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:100004,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;uncommitted&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Dean Phillips&quot;,&quot;lastName&quot;:&quot;Phillips&quot;,&quot;firstName&quot;:&quot;Dean&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:20286,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;phillips&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;}],&quot;countyName&quot;:&quot;Jackson&quot;,&quot;contestType&quot;:&quot;PD&quot;,&quot;externalKey&quot;:&quot;production-key&quot;,&quot;extractedAt&quot;:&quot;2024-03-27T16:35:44.425480&quot;,&quot;electionType&quot;:&quot;D&quot;,&quot;raceTypeCode&quot;:&quot;P&quot;,&quot;resourceType&quot;:&quot;county-races&quot;,&quot;stateFipsCode&quot;:&quot;01&quot;,&quot;voteTimestamp&quot;:&quot;2024-03-06T03:43:42.000Z&quot;,&quot;countyFipsCode&quot;:&quot;01071&quot;,&quot;percentReporting&quot;:&quot;&quot;,&quot;stateAbbreviation&quot;:&quot;AL&quot;},{&quot;cid&quot;:&quot;ESS::CountyRace::1711557344296&quot;,&quot;ecKey&quot;:&quot;2024-PD-AL&quot;,&quot;stateId&quot;:1,&quot;version&quot;:1,&quot;raceType&quot;:&quot;P&quot;,&quot;stateName&quot;:&quot;Alabama&quot;,&quot;candidates&quot;:[{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Joe Biden&quot;,&quot;lastName&quot;:&quot;Biden&quot;,&quot;firstName&quot;:&quot;Joe&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:1036,&quot;isIncumbent&quot;:true,&quot;lastNameSlug&quot;:&quot;biden&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Uncommitted&quot;,&quot;lastName&quot;:&quot;Uncommitted&quot;,&quot;firstName&quot;:&quot;&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:100004,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;uncommitted&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Dean Phillips&quot;,&quot;lastName&quot;:&quot;Phillips&quot;,&quot;firstName&quot;:&quot;Dean&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:20286,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;phillips&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;}],&quot;countyName&quot;:&quot;Jefferson&quot;,&quot;contestType&quot;:&quot;PD&quot;,&quot;externalKey&quot;:&quot;production-key&quot;,&quot;extractedAt&quot;:&quot;2024-03-27T16:35:44.425480&quot;,&quot;electionType&quot;:&quot;D&quot;,&quot;raceTypeCode&quot;:&quot;P&quot;,&quot;resourceType&quot;:&quot;county-races&quot;,&quot;stateFipsCode&quot;:&quot;01&quot;,&quot;voteTimestamp&quot;:&quot;2024-03-25T16:54:38.000Z&quot;,&quot;countyFipsCode&quot;:&quot;01073&quot;,&quot;percentReporting&quot;:&quot;&quot;,&quot;stateAbbreviation&quot;:&quot;AL&quot;},{&quot;cid&quot;:&quot;ESS::CountyRace::1711557344296&quot;,&quot;ecKey&quot;:&quot;2024-PD-AL&quot;,&quot;stateId&quot;:1,&quot;version&quot;:1,&quot;raceType&quot;:&quot;P&quot;,&quot;stateName&quot;:&quot;Alabama&quot;,&quot;candidates&quot;:[{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Joe Biden&quot;,&quot;lastName&quot;:&quot;Biden&quot;,&quot;firstName&quot;:&quot;Joe&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:1036,&quot;isIncumbent&quot;:true,&quot;lastNameSlug&quot;:&quot;biden&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Dean Phillips&quot;,&quot;lastName&quot;:&quot;Phillips&quot;,&quot;firstName&quot;:&quot;Dean&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:20286,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;phillips&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Uncommitted&quot;,&quot;lastName&quot;:&quot;Uncommitted&quot;,&quot;firstName&quot;:&quot;&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:100004,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;uncommitted&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;}],&quot;countyName&quot;:&quot;Lamar&quot;,&quot;contestType&quot;:&quot;PD&quot;,&quot;externalKey&quot;:&quot;production-key&quot;,&quot;extractedAt&quot;:&quot;2024-03-27T16:35:44.425480&quot;,&quot;electionType&quot;:&quot;D&quot;,&quot;raceTypeCode&quot;:&quot;P&quot;,&quot;resourceType&quot;:&quot;county-races&quot;,&quot;stateFipsCode&quot;:&quot;01&quot;,&quot;voteTimestamp&quot;:&quot;2024-03-06T03:34:49.000Z&quot;,&quot;countyFipsCode&quot;:&quot;01075&quot;,&quot;percentReporting&quot;:&quot;&quot;,&quot;stateAbbreviation&quot;:&quot;AL&quot;},{&quot;cid&quot;:&quot;ESS::CountyRace::1711557344296&quot;,&quot;ecKey&quot;:&quot;2024-PD-AL&quot;,&quot;stateId&quot;:1,&quot;version&quot;:1,&quot;raceType&quot;:&quot;P&quot;,&quot;stateName&quot;:&quot;Alabama&quot;,&quot;candidates&quot;:[{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Joe Biden&quot;,&quot;lastName&quot;:&quot;Biden&quot;,&quot;firstName&quot;:&quot;Joe&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:1036,&quot;isIncumbent&quot;:true,&quot;lastNameSlug&quot;:&quot;biden&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Uncommitted&quot;,&quot;lastName&quot;:&quot;Uncommitted&quot;,&quot;firstName&quot;:&quot;&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:100004,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;uncommitted&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Dean Phillips&quot;,&quot;lastName&quot;:&quot;Phillips&quot;,&quot;firstName&quot;:&quot;Dean&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:20286,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;phillips&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;}],&quot;countyName&quot;:&quot;Lauderdale&quot;,&quot;contestType&quot;:&quot;PD&quot;,&quot;externalKey&quot;:&quot;production-key&quot;,&quot;extractedAt&quot;:&quot;2024-03-27T16:35:44.425480&quot;,&quot;electionType&quot;:&quot;D&quot;,&quot;raceTypeCode&quot;:&quot;P&quot;,&quot;resourceType&quot;:&quot;county-races&quot;,&quot;stateFipsCode&quot;:&quot;01&quot;,&quot;voteTimestamp&quot;:&quot;2024-03-25T16:37:58.000Z&quot;,&quot;countyFipsCode&quot;:&quot;01077&quot;,&quot;percentReporting&quot;:&quot;&quot;,&quot;stateAbbreviation&quot;:&quot;AL&quot;},{&quot;cid&quot;:&quot;ESS::CountyRace::1711557344296&quot;,&quot;ecKey&quot;:&quot;2024-PD-AL&quot;,&quot;stateId&quot;:1,&quot;version&quot;:1,&quot;raceType&quot;:&quot;P&quot;,&quot;stateName&quot;:&quot;Alabama&quot;,&quot;candidates&quot;:[{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Joe Biden&quot;,&quot;lastName&quot;:&quot;Biden&quot;,&quot;firstName&quot;:&quot;Joe&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:1036,&quot;isIncumbent&quot;:true,&quot;lastNameSlug&quot;:&quot;biden&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Dean Phillips&quot;,&quot;lastName&quot;:&quot;Phillips&quot;,&quot;firstName&quot;:&quot;Dean&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:20286,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;phillips&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Uncommitted&quot;,&quot;lastName&quot;:&quot;Uncommitted&quot;,&quot;firstName&quot;:&quot;&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:100004,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;uncommitted&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;}],&quot;countyName&quot;:&quot;Lawrence&quot;,&quot;contestType&quot;:&quot;PD&quot;,&quot;externalKey&quot;:&quot;production-key&quot;,&quot;extractedAt&quot;:&quot;2024-03-27T16:35:44.425480&quot;,&quot;electionType&quot;:&quot;D&quot;,&quot;raceTypeCode&quot;:&quot;P&quot;,&quot;resourceType&quot;:&quot;county-races&quot;,&quot;stateFipsCode&quot;:&quot;01&quot;,&quot;voteTimestamp&quot;:&quot;2024-03-06T04:59:39.000Z&quot;,&quot;countyFipsCode&quot;:&quot;01079&quot;,&quot;percentReporting&quot;:&quot;&quot;,&quot;stateAbbreviation&quot;:&quot;AL&quot;},{&quot;cid&quot;:&quot;ESS::CountyRace::1711557344296&quot;,&quot;ecKey&quot;:&quot;2024-PD-AL&quot;,&quot;stateId&quot;:1,&quot;version&quot;:1,&quot;raceType&quot;:&quot;P&quot;,&quot;stateName&quot;:&quot;Alabama&quot;,&quot;candidates&quot;:[{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Joe Biden&quot;,&quot;lastName&quot;:&quot;Biden&quot;,&quot;firstName&quot;:&quot;Joe&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:1036,&quot;isIncumbent&quot;:true,&quot;lastNameSlug&quot;:&quot;biden&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Uncommitted&quot;,&quot;lastName&quot;:&quot;Uncommitted&quot;,&quot;firstName&quot;:&quot;&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:100004,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;uncommitted&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Dean Phillips&quot;,&quot;lastName&quot;:&quot;Phillips&quot;,&quot;firstName&quot;:&quot;Dean&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:20286,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;phillips&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;}],&quot;countyName&quot;:&quot;Lee&quot;,&quot;contestType&quot;:&quot;PD&quot;,&quot;externalKey&quot;:&quot;production-key&quot;,&quot;extractedAt&quot;:&quot;2024-03-27T16:35:44.425480&quot;,&quot;electionType&quot;:&quot;D&quot;,&quot;raceTypeCode&quot;:&quot;P&quot;,&quot;resourceType&quot;:&quot;county-races&quot;,&quot;stateFipsCode&quot;:&quot;01&quot;,&quot;voteTimestamp&quot;:&quot;2024-03-25T16:37:58.000Z&quot;,&quot;countyFipsCode&quot;:&quot;01081&quot;,&quot;percentReporting&quot;:&quot;&quot;,&quot;stateAbbreviation&quot;:&quot;AL&quot;},{&quot;cid&quot;:&quot;ESS::CountyRace::1711557344296&quot;,&quot;ecKey&quot;:&quot;2024-PD-AL&quot;,&quot;stateId&quot;:1,&quot;version&quot;:1,&quot;raceType&quot;:&quot;P&quot;,&quot;stateName&quot;:&quot;Alabama&quot;,&quot;candidates&quot;:[{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Joe Biden&quot;,&quot;lastName&quot;:&quot;Biden&quot;,&quot;firstName&quot;:&quot;Joe&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:1036,&quot;isIncumbent&quot;:true,&quot;lastNameSlug&quot;:&quot;biden&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Uncommitted&quot;,&quot;lastName&quot;:&quot;Uncommitted&quot;,&quot;firstName&quot;:&quot;&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:100004,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;uncommitted&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Dean Phillips&quot;,&quot;lastName&quot;:&quot;Phillips&quot;,&quot;firstName&quot;:&quot;Dean&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:20286,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;phillips&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;}],&quot;countyName&quot;:&quot;Limestone&quot;,&quot;contestType&quot;:&quot;PD&quot;,&quot;externalKey&quot;:&quot;production-key&quot;,&quot;extractedAt&quot;:&quot;2024-03-27T16:35:44.425480&quot;,&quot;electionType&quot;:&quot;D&quot;,&quot;raceTypeCode&quot;:&quot;P&quot;,&quot;resourceType&quot;:&quot;county-races&quot;,&quot;stateFipsCode&quot;:&quot;01&quot;,&quot;voteTimestamp&quot;:&quot;2024-03-25T16:37:58.000Z&quot;,&quot;countyFipsCode&quot;:&quot;01083&quot;,&quot;percentReporting&quot;:&quot;&quot;,&quot;stateAbbreviation&quot;:&quot;AL&quot;},{&quot;cid&quot;:&quot;ESS::CountyRace::1711557344296&quot;,&quot;ecKey&quot;:&quot;2024-PD-AL&quot;,&quot;stateId&quot;:1,&quot;version&quot;:1,&quot;raceType&quot;:&quot;P&quot;,&quot;stateName&quot;:&quot;Alabama&quot;,&quot;candidates&quot;:[{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Joe Biden&quot;,&quot;lastName&quot;:&quot;Biden&quot;,&quot;firstName&quot;:&quot;Joe&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:1036,&quot;isIncumbent&quot;:true,&quot;lastNameSlug&quot;:&quot;biden&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Uncommitted&quot;,&quot;lastName&quot;:&quot;Uncommitted&quot;,&quot;firstName&quot;:&quot;&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:100004,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;uncommitted&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Dean Phillips&quot;,&quot;lastName&quot;:&quot;Phillips&quot;,&quot;firstName&quot;:&quot;Dean&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:20286,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;phillips&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;}],&quot;countyName&quot;:&quot;Lowndes&quot;,&quot;contestType&quot;:&quot;PD&quot;,&quot;externalKey&quot;:&quot;production-key&quot;,&quot;extractedAt&quot;:&quot;2024-03-27T16:35:44.425480&quot;,&quot;electionType&quot;:&quot;D&quot;,&quot;raceTypeCode&quot;:&quot;P&quot;,&quot;resourceType&quot;:&quot;county-races&quot;,&quot;stateFipsCode&quot;:&quot;01&quot;,&quot;voteTimestamp&quot;:&quot;2024-03-25T16:57:07.000Z&quot;,&quot;countyFipsCode&quot;:&quot;01085&quot;,&quot;percentReporting&quot;:&quot;&quot;,&quot;stateAbbreviation&quot;:&quot;AL&quot;},{&quot;cid&quot;:&quot;ESS::CountyRace::1711557344296&quot;,&quot;ecKey&quot;:&quot;2024-PD-AL&quot;,&quot;stateId&quot;:1,&quot;version&quot;:1,&quot;raceType&quot;:&quot;P&quot;,&quot;stateName&quot;:&quot;Alabama&quot;,&quot;candidates&quot;:[{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Joe Biden&quot;,&quot;lastName&quot;:&quot;Biden&quot;,&quot;firstName&quot;:&quot;Joe&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:1036,&quot;isIncumbent&quot;:true,&quot;lastNameSlug&quot;:&quot;biden&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Uncommitted&quot;,&quot;lastName&quot;:&quot;Uncommitted&quot;,&quot;firstName&quot;:&quot;&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:100004,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;uncommitted&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Dean Phillips&quot;,&quot;lastName&quot;:&quot;Phillips&quot;,&quot;firstName&quot;:&quot;Dean&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:20286,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;phillips&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;}],&quot;countyName&quot;:&quot;Macon&quot;,&quot;contestType&quot;:&quot;PD&quot;,&quot;externalKey&quot;:&quot;production-key&quot;,&quot;extractedAt&quot;:&quot;2024-03-27T16:35:44.425480&quot;,&quot;electionType&quot;:&quot;D&quot;,&quot;raceTypeCode&quot;:&quot;P&quot;,&quot;resourceType&quot;:&quot;county-races&quot;,&quot;stateFipsCode&quot;:&quot;01&quot;,&quot;voteTimestamp&quot;:&quot;2024-03-25T16:50:35.000Z&quot;,&quot;countyFipsCode&quot;:&quot;01087&quot;,&quot;percentReporting&quot;:&quot;&quot;,&quot;stateAbbreviation&quot;:&quot;AL&quot;},{&quot;cid&quot;:&quot;ESS::CountyRace::1711557344296&quot;,&quot;ecKey&quot;:&quot;2024-PD-AL&quot;,&quot;stateId&quot;:1,&quot;version&quot;:1,&quot;raceType&quot;:&quot;P&quot;,&quot;stateName&quot;:&quot;Alabama&quot;,&quot;candidates&quot;:[{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Joe Biden&quot;,&quot;lastName&quot;:&quot;Biden&quot;,&quot;firstName&quot;:&quot;Joe&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:1036,&quot;isIncumbent&quot;:true,&quot;lastNameSlug&quot;:&quot;biden&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Uncommitted&quot;,&quot;lastName&quot;:&quot;Uncommitted&quot;,&quot;firstName&quot;:&quot;&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:100004,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;uncommitted&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Dean Phillips&quot;,&quot;lastName&quot;:&quot;Phillips&quot;,&quot;firstName&quot;:&quot;Dean&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:20286,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;phillips&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;}],&quot;countyName&quot;:&quot;Madison&quot;,&quot;contestType&quot;:&quot;PD&quot;,&quot;externalKey&quot;:&quot;production-key&quot;,&quot;extractedAt&quot;:&quot;2024-03-27T16:35:44.425480&quot;,&quot;electionType&quot;:&quot;D&quot;,&quot;raceTypeCode&quot;:&quot;P&quot;,&quot;resourceType&quot;:&quot;county-races&quot;,&quot;stateFipsCode&quot;:&quot;01&quot;,&quot;voteTimestamp&quot;:&quot;2024-03-25T16:37:58.000Z&quot;,&quot;countyFipsCode&quot;:&quot;01089&quot;,&quot;percentReporting&quot;:&quot;&quot;,&quot;stateAbbreviation&quot;:&quot;AL&quot;},{&quot;cid&quot;:&quot;ESS::CountyRace::1711557344296&quot;,&quot;ecKey&quot;:&quot;2024-PD-AL&quot;,&quot;stateId&quot;:1,&quot;version&quot;:1,&quot;raceType&quot;:&quot;P&quot;,&quot;stateName&quot;:&quot;Alabama&quot;,&quot;candidates&quot;:[{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Joe Biden&quot;,&quot;lastName&quot;:&quot;Biden&quot;,&quot;firstName&quot;:&quot;Joe&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:1036,&quot;isIncumbent&quot;:true,&quot;lastNameSlug&quot;:&quot;biden&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Uncommitted&quot;,&quot;lastName&quot;:&quot;Uncommitted&quot;,&quot;firstName&quot;:&quot;&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:100004,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;uncommitted&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Dean Phillips&quot;,&quot;lastName&quot;:&quot;Phillips&quot;,&quot;firstName&quot;:&quot;Dean&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:20286,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;phillips&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;}],&quot;countyName&quot;:&quot;Marengo&quot;,&quot;contestType&quot;:&quot;PD&quot;,&quot;externalKey&quot;:&quot;production-key&quot;,&quot;extractedAt&quot;:&quot;2024-03-27T16:35:44.425480&quot;,&quot;electionType&quot;:&quot;D&quot;,&quot;raceTypeCode&quot;:&quot;P&quot;,&quot;resourceType&quot;:&quot;county-races&quot;,&quot;stateFipsCode&quot;:&quot;01&quot;,&quot;voteTimestamp&quot;:&quot;2024-03-25T16:45:31.000Z&quot;,&quot;countyFipsCode&quot;:&quot;01091&quot;,&quot;percentReporting&quot;:&quot;&quot;,&quot;stateAbbreviation&quot;:&quot;AL&quot;},{&quot;cid&quot;:&quot;ESS::CountyRace::1711557344296&quot;,&quot;ecKey&quot;:&quot;2024-PD-AL&quot;,&quot;stateId&quot;:1,&quot;version&quot;:1,&quot;raceType&quot;:&quot;P&quot;,&quot;stateName&quot;:&quot;Alabama&quot;,&quot;candidates&quot;:[{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Joe Biden&quot;,&quot;lastName&quot;:&quot;Biden&quot;,&quot;firstName&quot;:&quot;Joe&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:1036,&quot;isIncumbent&quot;:true,&quot;lastNameSlug&quot;:&quot;biden&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Uncommitted&quot;,&quot;lastName&quot;:&quot;Uncommitted&quot;,&quot;firstName&quot;:&quot;&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:100004,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;uncommitted&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Dean Phillips&quot;,&quot;lastName&quot;:&quot;Phillips&quot;,&quot;firstName&quot;:&quot;Dean&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:20286,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;phillips&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;}],&quot;countyName&quot;:&quot;Marion&quot;,&quot;contestType&quot;:&quot;PD&quot;,&quot;externalKey&quot;:&quot;production-key&quot;,&quot;extractedAt&quot;:&quot;2024-03-27T16:35:44.425480&quot;,&quot;electionType&quot;:&quot;D&quot;,&quot;raceTypeCode&quot;:&quot;P&quot;,&quot;resourceType&quot;:&quot;county-races&quot;,&quot;stateFipsCode&quot;:&quot;01&quot;,&quot;voteTimestamp&quot;:&quot;2024-03-06T02:51:42.000Z&quot;,&quot;countyFipsCode&quot;:&quot;01093&quot;,&quot;percentReporting&quot;:&quot;&quot;,&quot;stateAbbreviation&quot;:&quot;AL&quot;},{&quot;cid&quot;:&quot;ESS::CountyRace::1711557344296&quot;,&quot;ecKey&quot;:&quot;2024-PD-AL&quot;,&quot;stateId&quot;:1,&quot;version&quot;:1,&quot;raceType&quot;:&quot;P&quot;,&quot;stateName&quot;:&quot;Alabama&quot;,&quot;candidates&quot;:[{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Joe Biden&quot;,&quot;lastName&quot;:&quot;Biden&quot;,&quot;firstName&quot;:&quot;Joe&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:1036,&quot;isIncumbent&quot;:true,&quot;lastNameSlug&quot;:&quot;biden&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Uncommitted&quot;,&quot;lastName&quot;:&quot;Uncommitted&quot;,&quot;firstName&quot;:&quot;&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:100004,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;uncommitted&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Dean Phillips&quot;,&quot;lastName&quot;:&quot;Phillips&quot;,&quot;firstName&quot;:&quot;Dean&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:20286,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;phillips&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;}],&quot;countyName&quot;:&quot;Marshall&quot;,&quot;contestType&quot;:&quot;PD&quot;,&quot;externalKey&quot;:&quot;production-key&quot;,&quot;extractedAt&quot;:&quot;2024-03-27T16:35:44.425480&quot;,&quot;electionType&quot;:&quot;D&quot;,&quot;raceTypeCode&quot;:&quot;P&quot;,&quot;resourceType&quot;:&quot;county-races&quot;,&quot;stateFipsCode&quot;:&quot;01&quot;,&quot;voteTimestamp&quot;:&quot;2024-03-06T03:33:44.000Z&quot;,&quot;countyFipsCode&quot;:&quot;01095&quot;,&quot;percentReporting&quot;:&quot;&quot;,&quot;stateAbbreviation&quot;:&quot;AL&quot;},{&quot;cid&quot;:&quot;ESS::CountyRace::1711557344296&quot;,&quot;ecKey&quot;:&quot;2024-PD-AL&quot;,&quot;stateId&quot;:1,&quot;version&quot;:1,&quot;raceType&quot;:&quot;P&quot;,&quot;stateName&quot;:&quot;Alabama&quot;,&quot;candidates&quot;:[{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Joe Biden&quot;,&quot;lastName&quot;:&quot;Biden&quot;,&quot;firstName&quot;:&quot;Joe&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:1036,&quot;isIncumbent&quot;:true,&quot;lastNameSlug&quot;:&quot;biden&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Uncommitted&quot;,&quot;lastName&quot;:&quot;Uncommitted&quot;,&quot;firstName&quot;:&quot;&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:100004,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;uncommitted&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Dean Phillips&quot;,&quot;lastName&quot;:&quot;Phillips&quot;,&quot;firstName&quot;:&quot;Dean&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:20286,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;phillips&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;}],&quot;countyName&quot;:&quot;Mobile&quot;,&quot;contestType&quot;:&quot;PD&quot;,&quot;externalKey&quot;:&quot;production-key&quot;,&quot;extractedAt&quot;:&quot;2024-03-27T16:35:44.425480&quot;,&quot;electionType&quot;:&quot;D&quot;,&quot;raceTypeCode&quot;:&quot;P&quot;,&quot;resourceType&quot;:&quot;county-races&quot;,&quot;stateFipsCode&quot;:&quot;01&quot;,&quot;voteTimestamp&quot;:&quot;2024-03-25T16:54:44.000Z&quot;,&quot;countyFipsCode&quot;:&quot;01097&quot;,&quot;percentReporting&quot;:&quot;&quot;,&quot;stateAbbreviation&quot;:&quot;AL&quot;},{&quot;cid&quot;:&quot;ESS::CountyRace::1711557344296&quot;,&quot;ecKey&quot;:&quot;2024-PD-AL&quot;,&quot;stateId&quot;:1,&quot;version&quot;:1,&quot;raceType&quot;:&quot;P&quot;,&quot;stateName&quot;:&quot;Alabama&quot;,&quot;candidates&quot;:[{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Joe Biden&quot;,&quot;lastName&quot;:&quot;Biden&quot;,&quot;firstName&quot;:&quot;Joe&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:1036,&quot;isIncumbent&quot;:true,&quot;lastNameSlug&quot;:&quot;biden&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Dean Phillips&quot;,&quot;lastName&quot;:&quot;Phillips&quot;,&quot;firstName&quot;:&quot;Dean&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:20286,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;phillips&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Uncommitted&quot;,&quot;lastName&quot;:&quot;Uncommitted&quot;,&quot;firstName&quot;:&quot;&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:100004,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;uncommitted&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;}],&quot;countyName&quot;:&quot;Monroe&quot;,&quot;contestType&quot;:&quot;PD&quot;,&quot;externalKey&quot;:&quot;production-key&quot;,&quot;extractedAt&quot;:&quot;2024-03-27T16:35:44.425480&quot;,&quot;electionType&quot;:&quot;D&quot;,&quot;raceTypeCode&quot;:&quot;P&quot;,&quot;resourceType&quot;:&quot;county-races&quot;,&quot;stateFipsCode&quot;:&quot;01&quot;,&quot;voteTimestamp&quot;:&quot;2024-03-25T16:55:14.000Z&quot;,&quot;countyFipsCode&quot;:&quot;01099&quot;,&quot;percentReporting&quot;:&quot;&quot;,&quot;stateAbbreviation&quot;:&quot;AL&quot;},{&quot;cid&quot;:&quot;ESS::CountyRace::1711557344296&quot;,&quot;ecKey&quot;:&quot;2024-PD-AL&quot;,&quot;stateId&quot;:1,&quot;version&quot;:1,&quot;raceType&quot;:&quot;P&quot;,&quot;stateName&quot;:&quot;Alabama&quot;,&quot;candidates&quot;:[{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Joe Biden&quot;,&quot;lastName&quot;:&quot;Biden&quot;,&quot;firstName&quot;:&quot;Joe&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:1036,&quot;isIncumbent&quot;:true,&quot;lastNameSlug&quot;:&quot;biden&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Uncommitted&quot;,&quot;lastName&quot;:&quot;Uncommitted&quot;,&quot;firstName&quot;:&quot;&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:100004,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;uncommitted&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Dean Phillips&quot;,&quot;lastName&quot;:&quot;Phillips&quot;,&quot;firstName&quot;:&quot;Dean&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:20286,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;phillips&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;}],&quot;countyName&quot;:&quot;Montgomery&quot;,&quot;contestType&quot;:&quot;PD&quot;,&quot;externalKey&quot;:&quot;production-key&quot;,&quot;extractedAt&quot;:&quot;2024-03-27T16:35:44.425480&quot;,&quot;electionType&quot;:&quot;D&quot;,&quot;raceTypeCode&quot;:&quot;P&quot;,&quot;resourceType&quot;:&quot;county-races&quot;,&quot;stateFipsCode&quot;:&quot;01&quot;,&quot;voteTimestamp&quot;:&quot;2024-03-25T16:53:22.000Z&quot;,&quot;countyFipsCode&quot;:&quot;01101&quot;,&quot;percentReporting&quot;:&quot;&quot;,&quot;stateAbbreviation&quot;:&quot;AL&quot;},{&quot;cid&quot;:&quot;ESS::CountyRace::1711557344296&quot;,&quot;ecKey&quot;:&quot;2024-PD-AL&quot;,&quot;stateId&quot;:1,&quot;version&quot;:1,&quot;raceType&quot;:&quot;P&quot;,&quot;stateName&quot;:&quot;Alabama&quot;,&quot;candidates&quot;:[{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Joe Biden&quot;,&quot;lastName&quot;:&quot;Biden&quot;,&quot;firstName&quot;:&quot;Joe&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:1036,&quot;isIncumbent&quot;:true,&quot;lastNameSlug&quot;:&quot;biden&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Uncommitted&quot;,&quot;lastName&quot;:&quot;Uncommitted&quot;,&quot;firstName&quot;:&quot;&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:100004,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;uncommitted&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Dean Phillips&quot;,&quot;lastName&quot;:&quot;Phillips&quot;,&quot;firstName&quot;:&quot;Dean&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:20286,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;phillips&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;}],&quot;countyName&quot;:&quot;Morgan&quot;,&quot;contestType&quot;:&quot;PD&quot;,&quot;externalKey&quot;:&quot;production-key&quot;,&quot;extractedAt&quot;:&quot;2024-03-27T16:35:44.425480&quot;,&quot;electionType&quot;:&quot;D&quot;,&quot;raceTypeCode&quot;:&quot;P&quot;,&quot;resourceType&quot;:&quot;county-races&quot;,&quot;stateFipsCode&quot;:&quot;01&quot;,&quot;voteTimestamp&quot;:&quot;2024-03-25T16:37:58.000Z&quot;,&quot;countyFipsCode&quot;:&quot;01103&quot;,&quot;percentReporting&quot;:&quot;&quot;,&quot;stateAbbreviation&quot;:&quot;AL&quot;},{&quot;cid&quot;:&quot;ESS::CountyRace::1711557344296&quot;,&quot;ecKey&quot;:&quot;2024-PD-AL&quot;,&quot;stateId&quot;:1,&quot;version&quot;:1,&quot;raceType&quot;:&quot;P&quot;,&quot;stateName&quot;:&quot;Alabama&quot;,&quot;candidates&quot;:[{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Joe Biden&quot;,&quot;lastName&quot;:&quot;Biden&quot;,&quot;firstName&quot;:&quot;Joe&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:1036,&quot;isIncumbent&quot;:true,&quot;lastNameSlug&quot;:&quot;biden&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Dean Phillips&quot;,&quot;lastName&quot;:&quot;Phillips&quot;,&quot;firstName&quot;:&quot;Dean&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:20286,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;phillips&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Uncommitted&quot;,&quot;lastName&quot;:&quot;Uncommitted&quot;,&quot;firstName&quot;:&quot;&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:100004,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;uncommitted&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;}],&quot;countyName&quot;:&quot;Perry&quot;,&quot;contestType&quot;:&quot;PD&quot;,&quot;externalKey&quot;:&quot;production-key&quot;,&quot;extractedAt&quot;:&quot;2024-03-27T16:35:44.425480&quot;,&quot;electionType&quot;:&quot;D&quot;,&quot;raceTypeCode&quot;:&quot;P&quot;,&quot;resourceType&quot;:&quot;county-races&quot;,&quot;stateFipsCode&quot;:&quot;01&quot;,&quot;voteTimestamp&quot;:&quot;2024-03-25T16:56:52.000Z&quot;,&quot;countyFipsCode&quot;:&quot;01105&quot;,&quot;percentReporting&quot;:&quot;&quot;,&quot;stateAbbreviation&quot;:&quot;AL&quot;},{&quot;cid&quot;:&quot;ESS::CountyRace::1711557344296&quot;,&quot;ecKey&quot;:&quot;2024-PD-AL&quot;,&quot;stateId&quot;:1,&quot;version&quot;:1,&quot;raceType&quot;:&quot;P&quot;,&quot;stateName&quot;:&quot;Alabama&quot;,&quot;candidates&quot;:[{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Joe Biden&quot;,&quot;lastName&quot;:&quot;Biden&quot;,&quot;firstName&quot;:&quot;Joe&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:1036,&quot;isIncumbent&quot;:true,&quot;lastNameSlug&quot;:&quot;biden&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Dean Phillips&quot;,&quot;lastName&quot;:&quot;Phillips&quot;,&quot;firstName&quot;:&quot;Dean&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:20286,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;phillips&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Uncommitted&quot;,&quot;lastName&quot;:&quot;Uncommitted&quot;,&quot;firstName&quot;:&quot;&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:100004,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;uncommitted&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;}],&quot;countyName&quot;:&quot;Pickens&quot;,&quot;contestType&quot;:&quot;PD&quot;,&quot;externalKey&quot;:&quot;production-key&quot;,&quot;extractedAt&quot;:&quot;2024-03-27T16:35:44.425480&quot;,&quot;electionType&quot;:&quot;D&quot;,&quot;raceTypeCode&quot;:&quot;P&quot;,&quot;resourceType&quot;:&quot;county-races&quot;,&quot;stateFipsCode&quot;:&quot;01&quot;,&quot;voteTimestamp&quot;:&quot;2024-03-06T03:53:59.000Z&quot;,&quot;countyFipsCode&quot;:&quot;01107&quot;,&quot;percentReporting&quot;:&quot;&quot;,&quot;stateAbbreviation&quot;:&quot;AL&quot;},{&quot;cid&quot;:&quot;ESS::CountyRace::1711557344296&quot;,&quot;ecKey&quot;:&quot;2024-PD-AL&quot;,&quot;stateId&quot;:1,&quot;version&quot;:1,&quot;raceType&quot;:&quot;P&quot;,&quot;stateName&quot;:&quot;Alabama&quot;,&quot;candidates&quot;:[{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Joe Biden&quot;,&quot;lastName&quot;:&quot;Biden&quot;,&quot;firstName&quot;:&quot;Joe&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:1036,&quot;isIncumbent&quot;:true,&quot;lastNameSlug&quot;:&quot;biden&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Dean Phillips&quot;,&quot;lastName&quot;:&quot;Phillips&quot;,&quot;firstName&quot;:&quot;Dean&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:20286,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;phillips&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Uncommitted&quot;,&quot;lastName&quot;:&quot;Uncommitted&quot;,&quot;firstName&quot;:&quot;&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:100004,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;uncommitted&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;}],&quot;countyName&quot;:&quot;Pike&quot;,&quot;contestType&quot;:&quot;PD&quot;,&quot;externalKey&quot;:&quot;production-key&quot;,&quot;extractedAt&quot;:&quot;2024-03-27T16:35:44.425480&quot;,&quot;electionType&quot;:&quot;D&quot;,&quot;raceTypeCode&quot;:&quot;P&quot;,&quot;resourceType&quot;:&quot;county-races&quot;,&quot;stateFipsCode&quot;:&quot;01&quot;,&quot;voteTimestamp&quot;:&quot;2024-03-25T16:42:17.000Z&quot;,&quot;countyFipsCode&quot;:&quot;01109&quot;,&quot;percentReporting&quot;:&quot;&quot;,&quot;stateAbbreviation&quot;:&quot;AL&quot;},{&quot;cid&quot;:&quot;ESS::CountyRace::1711557344296&quot;,&quot;ecKey&quot;:&quot;2024-PD-AL&quot;,&quot;stateId&quot;:1,&quot;version&quot;:1,&quot;raceType&quot;:&quot;P&quot;,&quot;stateName&quot;:&quot;Alabama&quot;,&quot;candidates&quot;:[{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Joe Biden&quot;,&quot;lastName&quot;:&quot;Biden&quot;,&quot;firstName&quot;:&quot;Joe&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:1036,&quot;isIncumbent&quot;:true,&quot;lastNameSlug&quot;:&quot;biden&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Dean Phillips&quot;,&quot;lastName&quot;:&quot;Phillips&quot;,&quot;firstName&quot;:&quot;Dean&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:20286,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;phillips&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Uncommitted&quot;,&quot;lastName&quot;:&quot;Uncommitted&quot;,&quot;firstName&quot;:&quot;&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:100004,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;uncommitted&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;}],&quot;countyName&quot;:&quot;Randolph&quot;,&quot;contestType&quot;:&quot;PD&quot;,&quot;externalKey&quot;:&quot;production-key&quot;,&quot;extractedAt&quot;:&quot;2024-03-27T16:35:44.425480&quot;,&quot;electionType&quot;:&quot;D&quot;,&quot;raceTypeCode&quot;:&quot;P&quot;,&quot;resourceType&quot;:&quot;county-races&quot;,&quot;stateFipsCode&quot;:&quot;01&quot;,&quot;voteTimestamp&quot;:&quot;2024-03-06T02:24:58.000Z&quot;,&quot;countyFipsCode&quot;:&quot;01111&quot;,&quot;percentReporting&quot;:&quot;&quot;,&quot;stateAbbreviation&quot;:&quot;AL&quot;},{&quot;cid&quot;:&quot;ESS::CountyRace::1711557344296&quot;,&quot;ecKey&quot;:&quot;2024-PD-AL&quot;,&quot;stateId&quot;:1,&quot;version&quot;:1,&quot;raceType&quot;:&quot;P&quot;,&quot;stateName&quot;:&quot;Alabama&quot;,&quot;candidates&quot;:[{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Joe Biden&quot;,&quot;lastName&quot;:&quot;Biden&quot;,&quot;firstName&quot;:&quot;Joe&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:1036,&quot;isIncumbent&quot;:true,&quot;lastNameSlug&quot;:&quot;biden&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Uncommitted&quot;,&quot;lastName&quot;:&quot;Uncommitted&quot;,&quot;firstName&quot;:&quot;&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:100004,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;uncommitted&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Dean Phillips&quot;,&quot;lastName&quot;:&quot;Phillips&quot;,&quot;firstName&quot;:&quot;Dean&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:20286,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;phillips&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;}],&quot;countyName&quot;:&quot;Russell&quot;,&quot;contestType&quot;:&quot;PD&quot;,&quot;externalKey&quot;:&quot;production-key&quot;,&quot;extractedAt&quot;:&quot;2024-03-27T16:35:44.425480&quot;,&quot;electionType&quot;:&quot;D&quot;,&quot;raceTypeCode&quot;:&quot;P&quot;,&quot;resourceType&quot;:&quot;county-races&quot;,&quot;stateFipsCode&quot;:&quot;01&quot;,&quot;voteTimestamp&quot;:&quot;2024-03-25T16:41:56.000Z&quot;,&quot;countyFipsCode&quot;:&quot;01113&quot;,&quot;percentReporting&quot;:&quot;&quot;,&quot;stateAbbreviation&quot;:&quot;AL&quot;},{&quot;cid&quot;:&quot;ESS::CountyRace::1711557344296&quot;,&quot;ecKey&quot;:&quot;2024-PD-AL&quot;,&quot;stateId&quot;:1,&quot;version&quot;:1,&quot;raceType&quot;:&quot;P&quot;,&quot;stateName&quot;:&quot;Alabama&quot;,&quot;candidates&quot;:[{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Joe Biden&quot;,&quot;lastName&quot;:&quot;Biden&quot;,&quot;firstName&quot;:&quot;Joe&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:1036,&quot;isIncumbent&quot;:true,&quot;lastNameSlug&quot;:&quot;biden&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Uncommitted&quot;,&quot;lastName&quot;:&quot;Uncommitted&quot;,&quot;firstName&quot;:&quot;&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:100004,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;uncommitted&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Dean Phillips&quot;,&quot;lastName&quot;:&quot;Phillips&quot;,&quot;firstName&quot;:&quot;Dean&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:20286,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;phillips&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;}],&quot;countyName&quot;:&quot;Shelby&quot;,&quot;contestType&quot;:&quot;PD&quot;,&quot;externalKey&quot;:&quot;production-key&quot;,&quot;extractedAt&quot;:&quot;2024-03-27T16:35:44.425480&quot;,&quot;electionType&quot;:&quot;D&quot;,&quot;raceTypeCode&quot;:&quot;P&quot;,&quot;resourceType&quot;:&quot;county-races&quot;,&quot;stateFipsCode&quot;:&quot;01&quot;,&quot;voteTimestamp&quot;:&quot;2024-03-25T16:37:58.000Z&quot;,&quot;countyFipsCode&quot;:&quot;01117&quot;,&quot;percentReporting&quot;:&quot;&quot;,&quot;stateAbbreviation&quot;:&quot;AL&quot;},{&quot;cid&quot;:&quot;ESS::CountyRace::1711557344296&quot;,&quot;ecKey&quot;:&quot;2024-PD-AL&quot;,&quot;stateId&quot;:1,&quot;version&quot;:1,&quot;raceType&quot;:&quot;P&quot;,&quot;stateName&quot;:&quot;Alabama&quot;,&quot;candidates&quot;:[{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Joe Biden&quot;,&quot;lastName&quot;:&quot;Biden&quot;,&quot;firstName&quot;:&quot;Joe&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:1036,&quot;isIncumbent&quot;:true,&quot;lastNameSlug&quot;:&quot;biden&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Uncommitted&quot;,&quot;lastName&quot;:&quot;Uncommitted&quot;,&quot;firstName&quot;:&quot;&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:100004,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;uncommitted&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Dean Phillips&quot;,&quot;lastName&quot;:&quot;Phillips&quot;,&quot;firstName&quot;:&quot;Dean&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:20286,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;phillips&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;}],&quot;countyName&quot;:&quot;St. Clair&quot;,&quot;contestType&quot;:&quot;PD&quot;,&quot;externalKey&quot;:&quot;production-key&quot;,&quot;extractedAt&quot;:&quot;2024-03-27T16:35:44.425480&quot;,&quot;electionType&quot;:&quot;D&quot;,&quot;raceTypeCode&quot;:&quot;P&quot;,&quot;resourceType&quot;:&quot;county-races&quot;,&quot;stateFipsCode&quot;:&quot;01&quot;,&quot;voteTimestamp&quot;:&quot;2024-03-25T16:37:58.000Z&quot;,&quot;countyFipsCode&quot;:&quot;01115&quot;,&quot;percentReporting&quot;:&quot;&quot;,&quot;stateAbbreviation&quot;:&quot;AL&quot;},{&quot;cid&quot;:&quot;ESS::CountyRace::1711557344296&quot;,&quot;ecKey&quot;:&quot;2024-PD-AL&quot;,&quot;stateId&quot;:1,&quot;version&quot;:1,&quot;raceType&quot;:&quot;P&quot;,&quot;stateName&quot;:&quot;Alabama&quot;,&quot;candidates&quot;:[{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Joe Biden&quot;,&quot;lastName&quot;:&quot;Biden&quot;,&quot;firstName&quot;:&quot;Joe&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:1036,&quot;isIncumbent&quot;:true,&quot;lastNameSlug&quot;:&quot;biden&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Uncommitted&quot;,&quot;lastName&quot;:&quot;Uncommitted&quot;,&quot;firstName&quot;:&quot;&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:100004,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;uncommitted&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Dean Phillips&quot;,&quot;lastName&quot;:&quot;Phillips&quot;,&quot;firstName&quot;:&quot;Dean&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:20286,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;phillips&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;}],&quot;countyName&quot;:&quot;Sumter&quot;,&quot;contestType&quot;:&quot;PD&quot;,&quot;externalKey&quot;:&quot;production-key&quot;,&quot;extractedAt&quot;:&quot;2024-03-27T16:35:44.425480&quot;,&quot;electionType&quot;:&quot;D&quot;,&quot;raceTypeCode&quot;:&quot;P&quot;,&quot;resourceType&quot;:&quot;county-races&quot;,&quot;stateFipsCode&quot;:&quot;01&quot;,&quot;voteTimestamp&quot;:&quot;2024-03-25T16:40:47.000Z&quot;,&quot;countyFipsCode&quot;:&quot;01119&quot;,&quot;percentReporting&quot;:&quot;&quot;,&quot;stateAbbreviation&quot;:&quot;AL&quot;},{&quot;cid&quot;:&quot;ESS::CountyRace::1711557344296&quot;,&quot;ecKey&quot;:&quot;2024-PD-AL&quot;,&quot;stateId&quot;:1,&quot;version&quot;:1,&quot;raceType&quot;:&quot;P&quot;,&quot;stateName&quot;:&quot;Alabama&quot;,&quot;candidates&quot;:[{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Joe Biden&quot;,&quot;lastName&quot;:&quot;Biden&quot;,&quot;firstName&quot;:&quot;Joe&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:1036,&quot;isIncumbent&quot;:true,&quot;lastNameSlug&quot;:&quot;biden&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Dean Phillips&quot;,&quot;lastName&quot;:&quot;Phillips&quot;,&quot;firstName&quot;:&quot;Dean&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:20286,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;phillips&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Uncommitted&quot;,&quot;lastName&quot;:&quot;Uncommitted&quot;,&quot;firstName&quot;:&quot;&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:100004,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;uncommitted&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;}],&quot;countyName&quot;:&quot;Talladega&quot;,&quot;contestType&quot;:&quot;PD&quot;,&quot;externalKey&quot;:&quot;production-key&quot;,&quot;extractedAt&quot;:&quot;2024-03-27T16:35:44.425480&quot;,&quot;electionType&quot;:&quot;D&quot;,&quot;raceTypeCode&quot;:&quot;P&quot;,&quot;resourceType&quot;:&quot;county-races&quot;,&quot;stateFipsCode&quot;:&quot;01&quot;,&quot;voteTimestamp&quot;:&quot;2024-03-25T16:37:57.000Z&quot;,&quot;countyFipsCode&quot;:&quot;01121&quot;,&quot;percentReporting&quot;:&quot;&quot;,&quot;stateAbbreviation&quot;:&quot;AL&quot;},{&quot;cid&quot;:&quot;ESS::CountyRace::1711557344296&quot;,&quot;ecKey&quot;:&quot;2024-PD-AL&quot;,&quot;stateId&quot;:1,&quot;version&quot;:1,&quot;raceType&quot;:&quot;P&quot;,&quot;stateName&quot;:&quot;Alabama&quot;,&quot;candidates&quot;:[{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Joe Biden&quot;,&quot;lastName&quot;:&quot;Biden&quot;,&quot;firstName&quot;:&quot;Joe&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:1036,&quot;isIncumbent&quot;:true,&quot;lastNameSlug&quot;:&quot;biden&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Dean Phillips&quot;,&quot;lastName&quot;:&quot;Phillips&quot;,&quot;firstName&quot;:&quot;Dean&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:20286,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;phillips&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Uncommitted&quot;,&quot;lastName&quot;:&quot;Uncommitted&quot;,&quot;firstName&quot;:&quot;&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:100004,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;uncommitted&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;}],&quot;countyName&quot;:&quot;Tallapoosa&quot;,&quot;contestType&quot;:&quot;PD&quot;,&quot;externalKey&quot;:&quot;production-key&quot;,&quot;extractedAt&quot;:&quot;2024-03-27T16:35:44.425480&quot;,&quot;electionType&quot;:&quot;D&quot;,&quot;raceTypeCode&quot;:&quot;P&quot;,&quot;resourceType&quot;:&quot;county-races&quot;,&quot;stateFipsCode&quot;:&quot;01&quot;,&quot;voteTimestamp&quot;:&quot;2024-03-25T16:37:58.000Z&quot;,&quot;countyFipsCode&quot;:&quot;01123&quot;,&quot;percentReporting&quot;:&quot;&quot;,&quot;stateAbbreviation&quot;:&quot;AL&quot;},{&quot;cid&quot;:&quot;ESS::CountyRace::1711557344296&quot;,&quot;ecKey&quot;:&quot;2024-PD-AL&quot;,&quot;stateId&quot;:1,&quot;version&quot;:1,&quot;raceType&quot;:&quot;P&quot;,&quot;stateName&quot;:&quot;Alabama&quot;,&quot;candidates&quot;:[{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Joe Biden&quot;,&quot;lastName&quot;:&quot;Biden&quot;,&quot;firstName&quot;:&quot;Joe&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:1036,&quot;isIncumbent&quot;:true,&quot;lastNameSlug&quot;:&quot;biden&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Uncommitted&quot;,&quot;lastName&quot;:&quot;Uncommitted&quot;,&quot;firstName&quot;:&quot;&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:100004,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;uncommitted&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Dean Phillips&quot;,&quot;lastName&quot;:&quot;Phillips&quot;,&quot;firstName&quot;:&quot;Dean&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:20286,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;phillips&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;}],&quot;countyName&quot;:&quot;Tuscaloosa&quot;,&quot;contestType&quot;:&quot;PD&quot;,&quot;externalKey&quot;:&quot;production-key&quot;,&quot;extractedAt&quot;:&quot;2024-03-27T16:35:44.425480&quot;,&quot;electionType&quot;:&quot;D&quot;,&quot;raceTypeCode&quot;:&quot;P&quot;,&quot;resourceType&quot;:&quot;county-races&quot;,&quot;stateFipsCode&quot;:&quot;01&quot;,&quot;voteTimestamp&quot;:&quot;2024-03-25T16:38:02.000Z&quot;,&quot;countyFipsCode&quot;:&quot;01125&quot;,&quot;percentReporting&quot;:&quot;&quot;,&quot;stateAbbreviation&quot;:&quot;AL&quot;},{&quot;cid&quot;:&quot;ESS::CountyRace::1711557344296&quot;,&quot;ecKey&quot;:&quot;2024-PD-AL&quot;,&quot;stateId&quot;:1,&quot;version&quot;:1,&quot;raceType&quot;:&quot;P&quot;,&quot;stateName&quot;:&quot;Alabama&quot;,&quot;candidates&quot;:[{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Joe Biden&quot;,&quot;lastName&quot;:&quot;Biden&quot;,&quot;firstName&quot;:&quot;Joe&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:1036,&quot;isIncumbent&quot;:true,&quot;lastNameSlug&quot;:&quot;biden&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Uncommitted&quot;,&quot;lastName&quot;:&quot;Uncommitted&quot;,&quot;firstName&quot;:&quot;&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:100004,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;uncommitted&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Dean Phillips&quot;,&quot;lastName&quot;:&quot;Phillips&quot;,&quot;firstName&quot;:&quot;Dean&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:20286,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;phillips&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;}],&quot;countyName&quot;:&quot;Walker&quot;,&quot;contestType&quot;:&quot;PD&quot;,&quot;externalKey&quot;:&quot;production-key&quot;,&quot;extractedAt&quot;:&quot;2024-03-27T16:35:44.425480&quot;,&quot;electionType&quot;:&quot;D&quot;,&quot;raceTypeCode&quot;:&quot;P&quot;,&quot;resourceType&quot;:&quot;county-races&quot;,&quot;stateFipsCode&quot;:&quot;01&quot;,&quot;voteTimestamp&quot;:&quot;2024-03-06T04:59:39.000Z&quot;,&quot;countyFipsCode&quot;:&quot;01127&quot;,&quot;percentReporting&quot;:&quot;&quot;,&quot;stateAbbreviation&quot;:&quot;AL&quot;},{&quot;cid&quot;:&quot;ESS::CountyRace::1711557344296&quot;,&quot;ecKey&quot;:&quot;2024-PD-AL&quot;,&quot;stateId&quot;:1,&quot;version&quot;:1,&quot;raceType&quot;:&quot;P&quot;,&quot;stateName&quot;:&quot;Alabama&quot;,&quot;candidates&quot;:[{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Joe Biden&quot;,&quot;lastName&quot;:&quot;Biden&quot;,&quot;firstName&quot;:&quot;Joe&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:1036,&quot;isIncumbent&quot;:true,&quot;lastNameSlug&quot;:&quot;biden&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Dean Phillips&quot;,&quot;lastName&quot;:&quot;Phillips&quot;,&quot;firstName&quot;:&quot;Dean&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:20286,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;phillips&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Uncommitted&quot;,&quot;lastName&quot;:&quot;Uncommitted&quot;,&quot;firstName&quot;:&quot;&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:100004,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;uncommitted&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;}],&quot;countyName&quot;:&quot;Washington&quot;,&quot;contestType&quot;:&quot;PD&quot;,&quot;externalKey&quot;:&quot;production-key&quot;,&quot;extractedAt&quot;:&quot;2024-03-27T16:35:44.425480&quot;,&quot;electionType&quot;:&quot;D&quot;,&quot;raceTypeCode&quot;:&quot;P&quot;,&quot;resourceType&quot;:&quot;county-races&quot;,&quot;stateFipsCode&quot;:&quot;01&quot;,&quot;voteTimestamp&quot;:&quot;2024-03-25T16:37:58.000Z&quot;,&quot;countyFipsCode&quot;:&quot;01129&quot;,&quot;percentReporting&quot;:&quot;&quot;,&quot;stateAbbreviation&quot;:&quot;AL&quot;},{&quot;cid&quot;:&quot;ESS::CountyRace::1711557344296&quot;,&quot;ecKey&quot;:&quot;2024-PD-AL&quot;,&quot;stateId&quot;:1,&quot;version&quot;:1,&quot;raceType&quot;:&quot;P&quot;,&quot;stateName&quot;:&quot;Alabama&quot;,&quot;candidates&quot;:[{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Joe Biden&quot;,&quot;lastName&quot;:&quot;Biden&quot;,&quot;firstName&quot;:&quot;Joe&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:1036,&quot;isIncumbent&quot;:true,&quot;lastNameSlug&quot;:&quot;biden&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Dean Phillips&quot;,&quot;lastName&quot;:&quot;Phillips&quot;,&quot;firstName&quot;:&quot;Dean&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:20286,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;phillips&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Uncommitted&quot;,&quot;lastName&quot;:&quot;Uncommitted&quot;,&quot;firstName&quot;:&quot;&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:100004,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;uncommitted&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;}],&quot;countyName&quot;:&quot;Wilcox&quot;,&quot;contestType&quot;:&quot;PD&quot;,&quot;externalKey&quot;:&quot;production-key&quot;,&quot;extractedAt&quot;:&quot;2024-03-27T16:35:44.425480&quot;,&quot;electionType&quot;:&quot;D&quot;,&quot;raceTypeCode&quot;:&quot;P&quot;,&quot;resourceType&quot;:&quot;county-races&quot;,&quot;stateFipsCode&quot;:&quot;01&quot;,&quot;voteTimestamp&quot;:&quot;2024-03-25T16:55:58.000Z&quot;,&quot;countyFipsCode&quot;:&quot;01131&quot;,&quot;percentReporting&quot;:&quot;&quot;,&quot;stateAbbreviation&quot;:&quot;AL&quot;},{&quot;cid&quot;:&quot;ESS::CountyRace::1711557344296&quot;,&quot;ecKey&quot;:&quot;2024-PD-AL&quot;,&quot;stateId&quot;:1,&quot;version&quot;:1,&quot;raceType&quot;:&quot;P&quot;,&quot;stateName&quot;:&quot;Alabama&quot;,&quot;candidates&quot;:[{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Joe Biden&quot;,&quot;lastName&quot;:&quot;Biden&quot;,&quot;firstName&quot;:&quot;Joe&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:1036,&quot;isIncumbent&quot;:true,&quot;lastNameSlug&quot;:&quot;biden&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Uncommitted&quot;,&quot;lastName&quot;:&quot;Uncommitted&quot;,&quot;firstName&quot;:&quot;&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:100004,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;uncommitted&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Dean Phillips&quot;,&quot;lastName&quot;:&quot;Phillips&quot;,&quot;firstName&quot;:&quot;Dean&quot;,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;majorParty&quot;:&quot;DEM&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:20286,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;phillips&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;D&quot;}],&quot;countyName&quot;:&quot;Winston&quot;,&quot;contestType&quot;:&quot;PD&quot;,&quot;externalKey&quot;:&quot;production-key&quot;,&quot;extractedAt&quot;:&quot;2024-03-27T16:35:44.425480&quot;,&quot;electionType&quot;:&quot;D&quot;,&quot;raceTypeCode&quot;:&quot;P&quot;,&quot;resourceType&quot;:&quot;county-races&quot;,&quot;stateFipsCode&quot;:&quot;01&quot;,&quot;voteTimestamp&quot;:&quot;2024-03-06T04:59:42.000Z&quot;,&quot;countyFipsCode&quot;:&quot;01133&quot;,&quot;percentReporting&quot;:&quot;&quot;,&quot;stateAbbreviation&quot;:&quot;AL&quot;}],&quot;featureFlagURL&quot;:&quot;https://politics-static.cnn.io/2021/feature-flags/2024primaries.json&quot;,&quot;suppressColorsUntilConfig&quot;:true,&quot;componentVariation&quot;:&quot;politics-results-suite&quot;}\" data-key=\"2024primaries-PD-AL-*-ResultsSuite\"><div class=\"results-suite-container-28sdat cnn-pcl-1a4cfl8\"><article class=\"results-suite cnn-pcl-1a4cfl8 called-3lX9Im\" style=\"--winnerPartyColor: #186CFD;\"><div class=\"header-container-1LzJY9 cnn-pcl-xk8c6r embedded-Dg7OBM has-follow-1yIbzu\"><h2 class=\"header-2-AOgLYo cnn-pcl-xk8c6r\">Democratic Presidential Primary: Alabama</h2> <div class=\"action-button-2bIakM cnn-pcl-xk8c6r\"></div> <span class=\"core-result__total-counts-y78OQg cnn-pcl-1ksfwcp\"><div class=\"circular_summary-LUtCUF wrapper cnn-pcl-eyhmk3\" data-testid=\"pcl-circular_summary\"><div class=\"circular_summary__primary_text-36YSkr cnn-pcl-eyhmk3\" data-testid=\"pcl-circular_summary__primary_text\">52</div> <div class=\"circular_summary__secondary_text-1rcr5S cnn-pcl-eyhmk3\" data-testid=\"pcl-circular_summary__secondary_text\">Pledged Delegates</div></div> </span></div> <div><table aria-label=\"results\" class=\"cnn-pcl-1me6450 with-delegates-22I-Fo\"><thead class=\"cnn-pcl-1me6450\"><tr class=\"cnn-pcl-1me6450\"><th class=\"cnn-pcl-1me6450\">Candidate</th> <th class=\"cnn-pcl-1me6450\">%</th> <th class=\"cnn-pcl-1me6450\">Votes</th> <th class=\"col-header-delegates-desktop-2NtLkZ cnn-pcl-1me6450\">Pledged Delegates</th> <th class=\"col-header-delegates-mobile-2hj6He cnn-pcl-1me6450\">Del.</th></tr></thead> <tbody class=\"cnn-pcl-1me6450\"><tr style=\"--background: #186CFD27; --candidateColor: #186CFD; --delegateDroppedOut: #6e6e6e;\" class=\"cnn-pcl-1me6450 isWinner-3g_AYM\"><td class=\"col-candidate-name-2EqdE6 cnn-pcl-1me6450\"><span class=\"cnn-pcl-1me6450\"><span class=\"race-indicator-zone-BCF66v cnn-pcl-1me6450\"><span class=\"candidate-icon-indicator-bHSeQg cnn-pcl-1me6450\"><svg width=\"14\" height=\"14\" aria-label=\"Race called\" role=\"img\" viewBox=\"0 0 16 16\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" data-icon=\"checkmark\"><g id=\"icons\" stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g id=\"icon-/-checkmark--/-dem\"><path d=\"M0,8 C0,12.4181333 3.58186667,16 8,16 C12.4181333,16 16,12.4181333 16,8 C16,3.5816 12.4181333,0 8,0 C3.58186667,0 0,3.5816 0,8 Z\" id=\"path-1-copy\" fill=\"#030000\"></path><path d=\"M13.5967059,5.98070588 L8.248,11.3294118 L7.24329412,12.3341176 C7.10541176,12.472 6.93788235,12.5407059 6.74117647,12.5407059 C6.544,12.5407059 6.37647059,12.472 6.23858824,12.3341176 L5.23435294,11.3294118 L2.55952941,8.65505882 C2.42164706,8.51717647 2.35294118,8.34964706 2.35294118,8.15294118 C2.35294118,7.95576471 2.42164706,7.78823529 2.55952941,7.65035294 L3.56470588,6.64564706 C3.70258824,6.50823529 3.86964706,6.43905882 4.06682353,6.43905882 C4.264,6.43905882 4.43105882,6.50823529 4.56894118,6.64564706 L6.74117647,8.82494118 L11.5872941,3.97129412 C11.7247059,3.83341176 11.8922353,3.76470588 12.0894118,3.76470588 C12.2865882,3.76470588 12.4541176,3.83341176 12.592,3.97129412 L13.5967059,4.976 C13.7345882,5.11435294 13.8032941,5.28188235 13.8032941,5.47858824 C13.8032941,5.67529412 13.7345882,5.84282353 13.5967059,5.98070588 Z\" id=\"Fill-1\" fill=\"#FFF\"></path></g></g></svg></span> </span> <span class=\"name\" data-testid=\"candidate-name\">Joe Biden</span></span> <span class=\"party-label-239xt1 cnn-pcl-1me6450\" data-testid=\"party-label\"><span data-testid=\"incumbent\">Democratic, Incumbent</span></span> </td> <td class=\"col-vote-percent-1JXrHP cnn-pcl-1me6450\" data-testid=\"votepercent\">89.5%</td> <td class=\"col-votes-3Y8smS cnn-pcl-1me6450\"><div class=\"vote-count-1Z7s9a cnn-pcl-1me6450\"><span data-testid=\"votes\">168,080</span> <span class=\"ahead-count-Kon8-M cnn-pcl-1me6450\" data-testid=\"aheadcount\">156,797 ahead</span></div></td> <td class=\"col-delegates-2rW54a cnn-pcl-1me6450\" data-testid=\"delegates\">52</td> </tr><tr style=\"--background: #ffffff; --candidateColor: #7EA3CE; --delegateDroppedOut: #6e6e6e;\" class=\"cnn-pcl-1me6450\"><td class=\"col-candidate-name-2EqdE6 cnn-pcl-1me6450\"><span class=\"cnn-pcl-1me6450\"><span class=\"race-indicator-zone-BCF66v cnn-pcl-1me6450\"> </span> <span class=\"name\" data-testid=\"candidate-name\">Uncommitted</span></span> <span class=\"party-label-239xt1 cnn-pcl-1me6450\" data-testid=\"party-label\"><span>Democratic</span></span> </td> <td class=\"col-vote-percent-1JXrHP cnn-pcl-1me6450\" data-testid=\"votepercent\">6.0%</td> <td class=\"col-votes-3Y8smS cnn-pcl-1me6450\"><div class=\"vote-count-1Z7s9a cnn-pcl-1me6450\"><span data-testid=\"votes\">11,283</span> <span class=\"ahead-count-Kon8-M cnn-pcl-1me6450\" data-testid=\"aheadcount\">156,797 ahead</span></div></td> <td class=\"col-delegates-2rW54a cnn-pcl-1me6450\" data-testid=\"delegates\"></td> </tr><tr style=\"--background: #ffffff; --candidateColor: #4CB8FF; --delegateDroppedOut: #6e6e6e;\" class=\"cnn-pcl-1me6450\"><td class=\"col-candidate-name-2EqdE6 cnn-pcl-1me6450\"><span class=\"cnn-pcl-1me6450\"><span class=\"race-indicator-zone-BCF66v cnn-pcl-1me6450\"> </span> <span class=\"name\" data-testid=\"candidate-name\">Dean Phillips</span></span> <span class=\"party-label-239xt1 cnn-pcl-1me6450\" data-testid=\"party-label\"><span>Democratic</span></span> </td> <td class=\"col-vote-percent-1JXrHP cnn-pcl-1me6450\" data-testid=\"votepercent\">4.5%</td> <td class=\"col-votes-3Y8smS cnn-pcl-1me6450\"><div class=\"vote-count-1Z7s9a cnn-pcl-1me6450\"><span data-testid=\"votes\">8,442</span> <span class=\"ahead-count-Kon8-M cnn-pcl-1me6450\" data-testid=\"aheadcount\">156,797 ahead</span></div></td> <td class=\"col-delegates-2rW54a cnn-pcl-1me6450\" data-testid=\"delegates\"></td> </tr></tbody> <tfoot class=\"cnn-pcl-1me6450\"><tr class=\"cnn-pcl-1me6450\"><td colspan=\"3\" class=\"icon-informational-3hdsk9 cnn-pcl-1me6450\"><span data-testid=\"iconinformational\"><svg width=\"10\" height=\"10\" aria-label=\"Race called\" role=\"img\" viewBox=\"0 0 16 16\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" data-icon=\"checkmark\"><g id=\"icons\" stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g id=\"icon-/-checkmark--/-dem\"><path d=\"M0,8 C0,12.4181333 3.58186667,16 8,16 C12.4181333,16 16,12.4181333 16,8 C16,3.5816 12.4181333,0 8,0 C3.58186667,0 0,3.5816 0,8 Z\" id=\"path-1-copy\" fill=\"#030000\"></path><path d=\"M13.5967059,5.98070588 L8.248,11.3294118 L7.24329412,12.3341176 C7.10541176,12.472 6.93788235,12.5407059 6.74117647,12.5407059 C6.544,12.5407059 6.37647059,12.472 6.23858824,12.3341176 L5.23435294,11.3294118 L2.55952941,8.65505882 C2.42164706,8.51717647 2.35294118,8.34964706 2.35294118,8.15294118 C2.35294118,7.95576471 2.42164706,7.78823529 2.55952941,7.65035294 L3.56470588,6.64564706 C3.70258824,6.50823529 3.86964706,6.43905882 4.06682353,6.43905882 C4.264,6.43905882 4.43105882,6.50823529 4.56894118,6.64564706 L6.74117647,8.82494118 L11.5872941,3.97129412 C11.7247059,3.83341176 11.8922353,3.76470588 12.0894118,3.76470588 C12.2865882,3.76470588 12.4541176,3.83341176 12.592,3.97129412 L13.5967059,4.976 C13.7345882,5.11435294 13.8032941,5.28188235 13.8032941,5.47858824 C13.8032941,5.67529412 13.7345882,5.84282353 13.5967059,5.98070588 Z\" id=\"Fill-1\" fill=\"#FFF\"></path></g></g></svg></span> Projected Winner</td></tr></tfoot></table></div> <div class=\"state-election-map-2kyVCy cnn-pcl-glx31i embedded-iPSj5f\"> <div class=\"map-wrapper-3pB_Q0 cnn-pcl-glx31i\"><div style=\"width: calc(100% - 20px); height: 100%; margin: 10px;\"><!--?xml version=\"1.0\"?-->\\n<svg xmlns=\"http://www.w3.org/2000/svg\" version=\"1.2\" baseProfile=\"tiny\" width=\"800\" height=\"1303\" viewBox=\"0 0 800 1303\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"cnn-pcl-svg-map\" preserveAspectRatio=\"xMidYMid meet\" style=\"max-height: 300px; max-width: 100%; width: 100%; height: 100%;\">\\n<g transform=\"translate(0,1303) scale(1,-1)\" data-year=\"2024\" data-state=\"AL\" data-admin2-type=\"ec\" id=\"ec-lo-2024-AL\" class=\"flipped-map\">\\n<path d=\"M 331.74 665.09 338.4 637.4 337.23 633.64 352.21 607.39 358.18 603.97 354.55 597.54 363.67 586.26 362.39 582.57 361.8 575.73 368.24 576.21 371.51 583.46 368.35 596.86 375.26 596.58 381.92 600.89 384.5 590.02 390.7 588.65 396.31 595.22 396.08 600.55 403.69 603.76 405.21 595.63 421.35 594.4 424.16 588.11 431.76 590.43 438.43 599.93 437.96 606.63 448.73 609.44 440.54 687.18 375.02 680.2 376.31 668.72 353.85 666.12 331.74 665.09 Z\" data-geo-id=\"01001\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(24, 108, 253);\"></path>\\n<path d=\"M 137.53 125.37 157.07 117.92 160.58 109.57 163.97 89.27 158.12 74.43 162.21 71.49 166.66 55.77 182.81 48.45 190.06 37.65 203.16 27.87 200.94 20.08 180.82 12.55 173.33 11.6 163.27 16.59 156.83 9.27 143.5 4.97 166.19 8.66 185.96 9.55 226.21 18.98 256.63 29.72 271.02 36.21 271.25 39.08 259.43 37.03 258.62 41.41 267.39 44.62 273.59 64.38 286.11 71.83 285.76 76.14 275.7 77.99 267.04 91.18 272.3 105.2 276.28 123.73 272.3 135.01 249.84 145.2 242.59 150.32 239.08 159.21 225.62 169.13 216.97 180.2 224.92 206.87 221.88 215.34 218.25 214.93 212.4 279.55 198.6 282.9 188.42 292.95 178.13 290.42 168.18 292.06 174.38 284.95 164.55 283.44 163.97 271.75 158.47 272.43 156.72 267.1 147.59 258.83 140.22 259.72 141.51 251.51 135.07 251.31 142.79 247.48 135.89 232.1 144.67 221.98 140.22 211.04 141.04 200.51 150.87 192.78 145.37 190.05 138.23 175.89 148.76 164.13 139.64 159.21 132.62 148.89 132.15 143.28 139.05 129.4 137.53 125.37 Z\" data-geo-id=\"01003\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(24, 108, 253);\"></path>\\n<path d=\"M 628.43 488.35 624.57 481.51 630.06 463.53 623.86 452.87 620.7 437.48 621.76 429.55 615.91 417.72 689.03 426.13 686.57 448.9 730.68 452.8 731.73 463.12 743.43 473.04 748.58 470.64 744.95 475.02 746.35 478.37 742.73 495.46 743.31 504.62 747.41 505.17 753.72 518.3 751.5 522.67 754.54 532.04 756.88 537.31 755.01 550.91 726.82 547.36 715.94 556.93 708.33 568.07 674.99 563.9 671.48 561.58 674.87 529.1 656.39 526.78 656.86 523.08 640.48 520.62 637.79 510.71 629.48 496.76 628.43 488.35 Z\" data-geo-id=\"01005\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(24, 108, 253);\"></path>\\n<path d=\"M 213.81 743.72 217.08 709.94 239.08 712.13 240.25 700.71 260.96 703.59 305.3 708.23 336.42 710.97 330.92 766.9 329.98 766.83 318.16 769.43 313.6 778.11 309.62 777.7 308.1 793.36 295.82 794.18 293.48 815.3 285.06 814.62 277.45 807.17 266.81 809.08 257.45 798.76 259.08 781.46 241.07 780.43 235.57 769.63 236.15 746.45 213.81 743.72 Z\" data-geo-id=\"01007\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(24, 108, 253);\"></path>\\n<path d=\"M 291.96 977 295.12 965.93 309.39 974.68 336.18 976.59 362.39 961.28 377.13 960.66 376.19 970.3 388.13 971.46 398.65 977.55 405.56 978.03 412.11 982.88 424.86 999.77 422.75 1005.04 426.5 1011.94 417.02 1010.91 423.81 1023.84 422.29 1039.7 426.97 1054.06 401.7 1079.56 390.82 1092.82 376.78 1089.47 367.42 1065.68 360.28 1051.25 351.97 1048.72 351.62 1044.55 341.8 1040.86 343.55 1028.9 332.09 1017.27 331.74 1011.53 326.35 1005.24 319.92 1005.86 306.93 993.96 298.98 991.16 300.85 981.65 291.96 977 Z\" data-geo-id=\"01009\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(24, 108, 253);\"></path>\\n<path d=\"M 559.99 585.17 545.36 583.05 543.14 577.03 549.22 525 567.71 527.94 571.92 526.43 576.13 505.72 596.84 507.91 599.06 485.21 628.43 488.35 629.48 496.76 637.79 510.71 640.48 520.62 656.86 523.08 656.39 526.78 674.87 529.1 671.48 561.58 674.99 563.9 671.25 563.49 667.27 586.33 575.43 575.59 570.16 578.88 568.53 590.57 563.61 593.64 564.43 585.78 559.99 585.17 Z\" data-geo-id=\"01011\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(24, 108, 253);\"></path>\\n<path d=\"M 362.5 482.61 351.27 481.45 355.02 447.19 357.24 426.95 360.05 395.44 368.47 381.83 371.16 373.76 377.6 368.84 408.13 371.44 452.7 376.22 449.31 410.2 460.54 411.37 459.84 423.33 452.47 492.18 362.5 482.61 Z\" data-geo-id=\"01013\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(24, 108, 253);\"></path>\\n<path d=\"M 484.99 992.04 486.4 980.42 491.78 971.94 472.94 957.24 472.24 947.53 492.72 948.49 498.92 941.65 501.02 929.89 507.11 926.68 550.28 931.06 550.74 923.33 561.97 924.49 561.16 936.05 578.94 945.14 581.98 951.3 578.59 983.84 588.88 992.59 587.83 1004.08 576.6 1003.05 575.78 1010.71 582.92 1015.15 597.89 1016.66 596.84 1030.4 596.6 1034.23 551.33 1032.59 551.91 1023.84 536.47 1025.34 521.26 1024.52 517.64 1022.2 518.69 1012.62 510.85 1015.63 503.6 1013.17 499.38 999.57 484.99 992.04 Z\" data-geo-id=\"01015\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(24, 108, 253);\"></path>\\n<path d=\"M 607.37 810.59 618.25 711.52 685.17 719.58 684.7 723.34 717.22 727.52 719.21 734.76 708.1 743.65 710.2 751.31 702.83 758.62 685.28 819.54 607.37 810.59 Z\" data-geo-id=\"01017\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(24, 108, 253);\"></path>\\n<path d=\"M 583.38 1183.42 571.22 1171.52 571.92 1159.9 561.97 1139.38 554.25 1132.27 535.65 1107.93 528.16 1107.05 528.87 1101.99 521.14 1102.53 522.43 1090.84 525.47 1067.46 535.77 1072.45 535.18 1065.75 551.21 1038.06 551.33 1032.59 596.6 1034.23 596.84 1030.4 603.86 1035.26 624.21 1039.49 615.91 1069.51 601.28 1122.36 583.38 1183.42 Z\" data-geo-id=\"01019\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(24, 108, 253);\"></path>\\n<path d=\"M 305.3 708.23 308.34 680.07 309.97 662.77 331.74 665.09 353.85 666.12 376.31 668.72 375.02 680.2 440.54 687.18 439.25 698.53 447.56 700.1 438.31 708.3 428.14 714.11 429.31 724.85 421.47 729.43 418.43 737.36 412.34 743.04 411.99 757.8 409.65 766.9 399.71 765.6 387.31 773.46 388.24 777.84 341.68 772.91 329.28 772.57 329.98 766.83 330.92 766.9 336.42 710.97 305.3 708.23 Z\" data-geo-id=\"01021\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(24, 108, 253);\"></path>\\n<path d=\"M 14.69 382.38 97.64 389.49 92.6 405.28 84.53 402.41 74.82 418 82.19 431.74 84.06 442.54 99.16 447.88 92.84 447.74 84.88 454.58 90.03 458.88 95.88 457.72 94.59 465.93 85.35 469.34 83.36 481.04 87.92 486.37 93.66 484.66 99.04 490.81 96.82 495.53 99.51 507.15 102.43 507.15 104.89 518.23 99.97 544.14 109.1 550.91 118.81 552.42 68.15 547.49 11.41 543.05 10.94 521.65 8.6 433.52 14.69 382.38 Z\" data-geo-id=\"01023\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(24, 108, 253);\"></path>\\n<path d=\"M 94.59 465.93 95.88 457.72 90.03 458.88 84.88 454.58 92.84 447.74 99.16 447.88 84.06 442.54 82.19 431.74 74.82 418 84.53 402.41 92.6 405.28 97.64 389.49 97.99 378.41 103.48 362.34 116.24 352.36 133.55 347.1 142.56 338.62 141.39 327.41 137.18 324.81 142.91 320.91 141.97 311.68 148.53 311.75 145.84 294.45 133.67 291.03 137.65 286.66 136.59 279.07 129.92 276.4 139.64 273.19 142.91 268.26 140.22 259.72 147.59 258.83 156.72 267.1 158.47 272.43 163.97 271.75 164.55 283.44 174.38 284.95 168.18 292.06 178.13 290.42 173.09 297.19 178.94 307.65 181.52 300.19 186.43 303.34 185.14 311.2 189.01 318.93 197.31 325.29 212.17 323.37 217.2 329.87 218.02 342.52 205.03 349.63 216.5 361.32 212.75 398.85 223.99 400.02 220.71 430.44 224.22 434.68 198.01 431.81 196.84 443.09 186.67 443.64 183.74 473.86 94.59 465.93 Z\" data-geo-id=\"01025\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(24, 108, 253);\"></path>\\n<path d=\"M 540.33 906.99 528.98 905.76 530.15 894.2 526.29 893.79 527.81 878.48 516.82 873.56 518.45 850.52 488.62 847.92 490.84 821.18 479.5 820.36 481.6 796.43 517.4 800.19 517.75 796.43 524.89 801.15 594.26 809.01 591.34 836.64 585.37 911.09 559.05 908.97 556.13 900.91 533.43 898.51 540.33 906.99 Z\" data-geo-id=\"01027\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(24, 108, 253);\"></path>\\n<path d=\"M 540.33 906.99 533.43 898.51 556.13 900.91 559.05 908.97 585.37 911.09 648.08 917.11 658.73 915.81 646.44 959.5 628.78 1023.43 624.21 1039.49 603.86 1035.26 596.84 1030.4 597.89 1016.66 582.92 1015.15 575.78 1010.71 576.6 1003.05 587.83 1004.08 588.88 992.59 578.59 983.84 581.98 951.3 578.94 945.14 561.16 936.05 561.97 924.49 550.74 923.33 550.98 919.57 540.33 906.99 Z\" data-geo-id=\"01029\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(24, 108, 253);\"></path>\\n<path d=\"M 522.43 360.84 522.31 356.94 529.22 296.16 585.72 303.2 618.25 306.69 606.9 416.77 528.28 408.36 530.86 387.5 519.86 384.29 522.43 360.84 Z\" data-geo-id=\"01031\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(24, 108, 253);\"></path>\\n<path d=\"M 25.8 1226.76 25.1 1182.32 23.58 1144.44 59.26 1145.95 153.79 1151.83 162.92 1174.94 168.88 1174.8 167.48 1187.24 172.39 1191.21 169.12 1207.82 170.17 1214.94 157.07 1217.6 148.64 1221.57 136.24 1216.99 130.51 1211.11 111.21 1202.49 107.11 1195.52 91.08 1189.91 84.77 1191.83 65.35 1206.94 60.78 1217.88 52.36 1226.49 35.4 1231.28 25.8 1226.76 Z\" data-geo-id=\"01033\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(24, 108, 253);\"></path>\\n<path d=\"M 357.24 426.95 339.69 416.15 326 414.85 326 404.05 318.75 396.73 309.39 393.25 305.65 360.91 297.69 343.34 293.13 341.97 279.44 326.86 267.51 303.68 260.49 298.69 253.94 287.41 400.99 301.49 400.64 285.9 416.91 284.81 412.34 324.74 419.6 331.71 416.2 349.22 410.35 348.67 408.13 371.44 377.6 368.84 371.16 373.76 368.47 381.83 360.05 395.44 357.24 426.95 Z\" data-geo-id=\"01035\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(24, 108, 253);\"></path>\\n<path d=\"M 409.65 766.9 411.99 757.8 412.34 743.04 418.43 737.36 421.47 729.43 429.31 724.85 428.14 714.11 438.31 708.3 447.56 700.1 527.46 708.78 517.75 796.43 517.4 800.19 481.6 796.43 413.16 789.05 409.07 784.13 409.65 766.9 Z\" data-geo-id=\"01037\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(24, 108, 253);\"></path>\\n<path d=\"M 408.13 371.44 410.35 348.67 416.2 349.22 419.6 331.71 412.34 324.74 416.91 284.81 421.82 234.76 424.63 233.53 491.2 240.03 536 244.61 535.07 246.86 529.22 296.16 522.31 356.94 522.43 360.84 507.46 359.61 503.71 363.03 501.02 381.97 496.93 381.56 489.21 369.93 483.47 369.25 476.92 359.13 474.58 378.89 452.7 376.22 408.13 371.44 Z\" data-geo-id=\"01039\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(24, 108, 253);\"></path>\\n<path d=\"M 452.47 492.18 459.84 423.33 460.54 411.37 449.31 410.2 452.7 376.22 474.58 378.89 476.92 359.13 483.47 369.25 489.21 369.93 496.93 381.56 501.02 381.97 503.71 363.03 507.46 359.61 522.43 360.84 519.86 384.29 530.86 387.5 528.28 408.36 520.79 407.19 526.76 420.12 523.02 453.55 511.79 452.25 514.24 463.53 513.42 489.38 508.74 498.4 484.53 495.53 481.84 518.16 459.37 515.56 461.95 492.86 452.47 492.18 Z\" data-geo-id=\"01041\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(24, 108, 253);\"></path>\\n<path d=\"M 248.32 1008.59 257.45 1000.52 265.28 987.19 263.65 982.75 281.78 984.11 282.48 978.3 291.96 977 300.85 981.65 298.98 991.16 306.93 993.96 319.92 1005.86 326.35 1005.24 331.74 1011.53 332.09 1017.27 343.55 1028.9 341.8 1040.86 351.62 1044.55 351.97 1048.72 360.28 1051.25 367.42 1065.68 376.78 1089.47 390.82 1092.82 384.5 1103.7 362.15 1101.99 307.28 1097.54 249.26 1093.51 249.61 1089.68 256.74 1009.14 248.32 1008.59 Z\" data-geo-id=\"01043\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(24, 108, 253);\"></path>\\n<path d=\"M 606.9 416.77 618.25 306.69 636.26 308.33 639.89 313.53 643.99 328.16 657.91 331.03 671.01 327.61 684.58 327.06 683.41 337.73 698.62 339.17 697.69 346.69 689.03 426.13 615.91 417.72 606.9 416.77 Z\" data-geo-id=\"01045\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(24, 108, 253);\"></path>\\n<path d=\"M 219.07 560.42 220.36 549.27 226.33 550.84 231.59 544.83 242.7 539.97 245.75 533.41 250.54 535.12 262.01 527.46 265.17 521.51 271.48 521.65 278.97 509.41 286.46 508.11 290.09 498.27 349.52 504.01 344.84 550.3 366.25 552.35 358.88 556.38 353.14 564.11 360.75 573.13 354.9 578.74 362.39 582.57 363.67 586.26 354.55 597.54 358.18 603.97 352.21 607.39 337.23 633.64 338.4 637.4 331.74 665.09 309.97 662.77 308.34 680.07 305.76 670.97 306.82 662.63 304.48 651.01 306.47 645.06 298.39 637.13 299.09 628.38 292.78 614.77 225.86 607.32 230.3 561.58 219.07 560.42 Z\" data-geo-id=\"01047\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(24, 108, 253);\"></path>\\n<path d=\"M 469.2 1158.32 459.26 1144.51 466.39 1085.1 522.43 1090.84 521.14 1102.53 528.87 1101.99 528.16 1107.05 535.65 1107.93 554.25 1132.27 561.97 1139.38 571.92 1159.9 571.22 1171.52 583.38 1183.42 578.7 1200.03 576.25 1209.06 558.93 1269.91 550.63 1261.43 545.71 1240.51 539.04 1236.88 522.9 1203.45 493.18 1173.91 488.86 1166.67 480.55 1160.58 469.2 1158.32 Z\" data-geo-id=\"01049\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(24, 108, 253);\"></path>\\n<path d=\"M 447.56 700.1 439.25 698.53 440.54 687.18 448.73 609.44 451.53 614.29 462.77 616.82 471.31 614.22 466.98 619.35 469.79 626.94 484.53 635.56 493.42 625.09 496.11 626.53 505.23 619.08 510.5 622.15 512.96 617.92 519.39 619.76 528.52 616.62 533.31 620.79 545.6 629.68 560.57 630.97 564.9 640.41 561.16 643.08 556.24 671.66 556.48 683.42 550.39 690.8 555.19 711.58 527.46 708.78 447.56 700.1 Z\" data-geo-id=\"01051\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(24, 108, 253);\"></path>\\n<path d=\"M 212.4 279.55 218.25 214.93 221.88 215.34 318.75 224.51 402.87 232.03 424.63 233.53 421.82 234.76 416.91 284.81 400.64 285.9 400.99 301.49 253.94 287.41 240.25 286.11 225.39 276.13 212.4 279.55 Z\" data-geo-id=\"01053\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(24, 108, 253);\"></path>\\n<path d=\"M 426.97 1054.06 422.29 1039.7 423.81 1023.84 417.02 1010.91 426.5 1011.94 433.05 1024.18 441.71 1020.28 452.35 1027.53 459.61 1021.99 460.89 1012.35 466.86 1005.31 473.18 1007.22 477.62 996.35 486.4 996.35 484.99 992.04 499.38 999.57 503.6 1013.17 510.85 1015.63 518.69 1012.62 517.64 1022.2 521.26 1024.52 536.47 1025.34 551.91 1023.84 551.33 1032.59 551.21 1038.06 535.18 1065.75 535.77 1072.45 525.47 1067.46 522.43 1090.84 466.39 1085.1 466.98 1081.34 453.76 1080.24 446.97 1076.76 426.97 1054.06 Z\" data-geo-id=\"01055\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(24, 108, 253);\"></path>\\n<path d=\"M 78.45 974.06 84.77 911.16 88.39 870.27 111.21 872.39 133.67 873.01 148.76 874.86 147.47 890.1 154.96 890.99 154.26 898.65 199.18 900.63 197.2 923.4 174.62 922.17 169.82 968.18 147.24 967.36 146.3 978.71 124.08 976.59 78.45 974.06 Z\" data-geo-id=\"01057\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(24, 108, 253);\"></path>\\n<path d=\"M 22.06 1075.39 53.3 1076.55 137.41 1081.54 159.87 1082.91 153.79 1151.83 59.26 1145.95 23.58 1144.44 22.76 1113.06 22.06 1075.39 Z\" data-geo-id=\"01059\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(24, 108, 253);\"></path>\\n<path d=\"M 529.22 296.16 535.07 246.86 536 244.61 569.81 247.96 601.28 251.31 689.03 261.77 691.25 262.04 685.87 314.96 663.87 311.27 636.26 308.33 618.25 306.69 585.72 303.2 529.22 296.16 Z\" data-geo-id=\"01061\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(24, 108, 253);\"></path>\\n<path d=\"M 51.19 727.65 53.53 716.85 51.77 710.83 44.99 708.17 49.08 705.02 52.13 694.9 57.97 690.46 53.41 683.62 63.24 685.6 69.91 677.06 76.81 679.24 76.11 670.84 69.56 669.81 76.23 654.02 69.79 651.35 78.33 647.59 83.6 651.55 83.01 636.58 79.5 630.7 85.7 624.21 102.08 630.22 112.14 636.79 117.76 632.55 127.35 635.15 131.8 631.45 128.29 626.94 122.67 631.73 119.63 626.87 125.13 621.95 126.06 614.7 130.74 611.9 137.3 615.52 139.87 610.74 144.2 620.51 154.73 629.4 151.69 635.15 144.2 632.34 137.18 639.32 146.42 644.31 140.69 648.14 139.17 661.06 131.68 659.69 135.66 670.49 132.15 673.78 124.19 670.63 131.8 681.23 131.91 691.42 128.52 693.12 133.2 708.58 142.68 711.86 139.05 715.07 148.18 723.55 143.26 730.93 151.1 733.53 149.93 738.93 150.75 741.87 124.43 739.55 120.21 775.1 97.52 761.15 93.42 752.74 85.7 751.04 68.97 739.75 62.54 740.71 51.19 727.65 Z\" data-geo-id=\"01063\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(24, 108, 253);\"></path>\\n<path d=\"M 149.93 738.93 151.1 733.53 143.26 730.93 148.18 723.55 139.05 715.07 142.68 711.86 133.2 708.58 128.52 693.12 131.91 691.42 131.8 681.23 124.19 670.63 132.15 673.78 135.66 670.49 131.68 659.69 139.17 661.06 140.69 648.14 146.42 644.31 137.18 639.32 144.2 632.34 151.69 635.15 154.73 629.4 144.2 620.51 139.87 610.74 158.24 612.31 159.17 600.89 203.75 605.13 199.53 650.6 210.77 651.62 207.02 697.43 218.02 698.46 217.08 709.94 213.81 743.72 149.93 738.93 Z\" data-geo-id=\"01065\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(24, 108, 253);\"></path>\\n<path d=\"M 689.03 426.13 697.69 346.69 750.57 350.72 770.81 353.32 769.52 395.37 773.85 408.77 774.08 415.06 769.52 422.44 768.11 434.95 750.8 453.14 748.58 470.64 743.43 473.04 731.73 463.12 730.68 452.8 686.57 448.9 689.03 426.13 Z\" data-geo-id=\"01067\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(24, 108, 253);\"></path>\\n<path d=\"M 697.69 346.69 698.62 339.17 683.41 337.73 684.58 327.06 671.01 327.61 657.91 331.03 643.99 328.16 639.89 313.53 636.26 308.33 663.87 311.27 685.87 314.96 691.25 262.04 745.42 269.15 799 275.24 795.37 288.78 790.93 294.11 788.35 302.38 777.47 314.28 772.33 315.71 769.75 325.22 771.27 331.44 765.77 344.5 770.81 353.32 750.57 350.72 697.69 346.69 Z\" data-geo-id=\"01069\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(24, 108, 253);\"></path>\\n<path d=\"M 401.46 1287.82 407.43 1279.61 413.63 1277.02 411.52 1271.14 405.91 1275.99 399.71 1273.32 403.45 1267.79 396.08 1256.16 402.52 1245.57 399.24 1241.46 401.93 1227.45 398.42 1219.65 400.88 1192.78 408.6 1184.78 446.5 1188.54 448.03 1171.38 459.37 1169.4 464.17 1154.77 469.2 1158.32 480.55 1160.58 488.86 1166.67 493.18 1173.91 522.9 1203.45 539.04 1236.88 545.71 1240.51 550.63 1261.43 558.93 1269.91 550.74 1301.97 495.99 1296.98 401.46 1287.82 Z\" data-geo-id=\"01071\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(24, 108, 253);\"></path>\\n<path d=\"M 235.1 880.33 231.94 872.87 221.88 873.28 221.76 864.12 233.11 860.98 245.51 850.11 246.21 842.45 253.82 841.15 262.83 828.29 270.31 828.91 270.78 824.94 279.32 825.7 284.35 822.21 285.06 814.62 293.48 815.3 303.07 816.12 305.41 822 314.54 825.7 314.07 830.48 322.61 840.88 333.72 841.76 333.14 849.35 344.14 852.02 348.47 865.76 355.95 866.24 364.03 880.33 379.12 881.97 387.19 896.12 396.43 898.79 395.96 904.46 388.01 907.67 386.6 923.13 391.4 931.26 389.53 950.27 384.62 961.41 377.13 960.66 362.39 961.28 336.18 976.59 309.39 974.68 295.12 965.93 292.08 958 284.59 957.52 278.62 941.52 279.79 930.1 276.75 922.1 269.14 921.55 269.85 913.96 258.73 913.01 251.6 908.49 247.03 898.85 251.6 893.18 241.89 887.91 235.1 880.33 Z\" data-geo-id=\"01073\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(24, 108, 253);\"></path>\\n<path d=\"M 17.38 866.99 88.39 870.27 84.77 911.16 78.45 974.06 76.11 1000.86 68.5 1000.45 67.92 1008.11 20.54 1005.79 18.43 922.78 17.38 866.99 Z\" data-geo-id=\"01075\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(24, 108, 253);\"></path>\\n<path d=\"M 25.8 1226.76 35.4 1231.28 52.36 1226.49 60.78 1217.88 65.35 1206.94 84.77 1191.83 91.08 1189.91 107.11 1195.52 111.21 1202.49 130.51 1211.11 136.24 1216.99 148.64 1221.57 157.07 1217.6 170.17 1214.94 181.99 1217.33 187.72 1215.62 198.6 1204.47 206.32 1207.28 202.23 1210.83 214.63 1223.35 211.12 1271.34 208.31 1271.21 127.35 1264.98 47.21 1258.69 1 1255.34 1.82 1252.2 13.05 1233.74 25.8 1226.76 Z\" data-geo-id=\"01077\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(24, 108, 253);\"></path>\\n<path d=\"M 153.79 1151.83 159.87 1082.91 218.6 1086.81 249.61 1089.68 249.26 1093.51 241.18 1191.28 232.99 1200.65 212.75 1209.33 206.32 1207.28 198.6 1204.47 187.72 1215.62 181.99 1217.33 170.17 1214.94 169.12 1207.82 172.39 1191.21 167.48 1187.24 168.88 1174.8 162.92 1174.94 153.79 1151.83 Z\" data-geo-id=\"01079\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(24, 108, 253);\"></path>\\n<path d=\"M 618.25 711.52 614.97 707.35 599.88 705.29 596.6 700.99 599.65 674.46 608.07 667.96 647.5 653.54 658.61 654.77 662.12 632.07 684.7 634.87 682.24 649.91 741.91 657.84 740.5 667.28 753.61 669.06 747.87 677.06 736.88 685.54 733.25 692.65 729.97 705.43 724.01 711.52 722.37 724.37 717.22 727.52 684.7 723.34 685.17 719.58 618.25 711.52 Z\" data-geo-id=\"01081\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(24, 108, 253);\"></path>\\n<path d=\"M 211.12 1271.34 214.63 1223.35 202.23 1210.83 206.32 1207.28 212.75 1209.33 232.99 1200.65 241.18 1191.28 253.82 1182.87 256.86 1183.76 285.76 1167.42 300.97 1162.7 311.5 1162.22 309.04 1195.31 301.55 1278.11 290.44 1276.95 211.12 1271.34 Z\" data-geo-id=\"01083\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(24, 108, 253);\"></path>\\n<path d=\"M 362.39 582.57 354.9 578.74 360.75 573.13 353.14 564.11 358.88 556.38 366.25 552.35 344.84 550.3 349.52 504.01 360.63 505.17 362.5 482.61 452.47 492.18 461.95 492.86 459.37 515.56 453.64 566.16 442.06 572.86 436.21 572.86 431.76 590.43 424.16 588.11 421.35 594.4 405.21 595.63 403.69 603.76 396.08 600.55 396.31 595.22 390.7 588.65 384.5 590.02 381.92 600.89 375.26 596.58 368.35 596.86 371.51 583.46 368.24 576.21 361.8 575.73 362.39 582.57 Z\" data-geo-id=\"01085\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(24, 108, 253);\"></path>\\n<path d=\"M 533.31 620.79 542.55 599.59 549.92 597.2 551.56 591.59 559.99 585.17 564.43 585.78 563.61 593.64 568.53 590.57 570.16 578.88 575.43 575.59 667.27 586.33 662.12 632.07 658.61 654.77 647.5 653.54 608.07 667.96 599.65 674.46 596.37 670.36 577.77 668.17 580.46 645.47 561.16 643.08 564.9 640.41 560.57 630.97 545.6 629.68 533.31 620.79 Z\" data-geo-id=\"01087\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(24, 108, 253);\"></path>\\n<path d=\"M 301.55 1278.11 309.04 1195.31 311.5 1162.22 319.22 1164.27 325.42 1172.27 333.72 1172.89 342.03 1164.68 348.23 1172.82 355.95 1174.46 362.62 1165.98 368.59 1153.95 381.69 1149.23 391.17 1151.21 398.07 1157.3 396.9 1161.95 404.62 1164.2 408.6 1161.13 413.98 1175.07 408.36 1177.81 414.92 1180.27 408.6 1184.78 400.88 1192.78 398.42 1219.65 401.93 1227.45 399.24 1241.46 402.52 1245.57 396.08 1256.16 403.45 1267.79 399.71 1273.32 405.91 1275.99 411.52 1271.14 413.63 1277.02 407.43 1279.61 401.46 1287.82 399.82 1287.68 301.55 1278.11 Z\" data-geo-id=\"01089\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(24, 108, 253);\"></path>\\n<path d=\"M 118.81 552.42 109.1 550.91 99.97 544.14 104.89 518.23 102.43 507.15 99.51 507.15 96.82 495.53 99.04 490.81 93.66 484.66 87.92 486.37 83.36 481.04 85.35 469.34 94.59 465.93 183.74 473.86 193.33 478.44 190.18 511.6 212.52 513.72 209.36 545.65 220.36 549.27 219.07 560.42 207.96 559.32 203.75 605.13 159.17 600.89 158.24 612.31 139.87 610.74 137.3 615.52 130.74 611.9 131.21 607.52 120.57 608.69 111.67 599.52 105.82 590.16 94.01 582.77 92.02 567.73 104.19 560.89 109.22 560.55 118.81 552.42 Z\" data-geo-id=\"01091\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(24, 108, 253);\"></path>\\n<path d=\"M 20.54 1005.79 67.92 1008.11 68.5 1000.45 76.11 1000.86 78.45 974.06 124.08 976.59 146.3 978.71 144.2 1001.48 137.41 1081.54 53.3 1076.55 22.06 1075.39 20.77 1013.31 20.54 1005.79 Z\" data-geo-id=\"01093\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(24, 108, 253);\"></path>\\n<path d=\"M 362.62 1165.98 360.52 1119.42 362.15 1101.99 384.5 1103.7 390.82 1092.82 401.7 1079.56 426.97 1054.06 446.97 1076.76 453.76 1080.24 466.98 1081.34 466.39 1085.1 459.26 1144.51 469.2 1158.32 464.17 1154.77 459.37 1169.4 448.03 1171.38 446.5 1188.54 408.6 1184.78 414.92 1180.27 408.36 1177.81 413.98 1175.07 408.6 1161.13 404.62 1164.2 396.9 1161.95 398.07 1157.3 391.17 1151.21 381.69 1149.23 368.59 1153.95 362.62 1165.98 Z\" data-geo-id=\"01095\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(24, 108, 253);\"></path>\\n<path d=\"M 131.45 78.46 137.76 74.84 135.31 82.7 131.45 78.46 Z M 75.99 1.07 81.14 1 104.3 8.04 132.26 10.78 120.33 18.85 117.29 11.05 75.99 1.07 Z M 33.99 230.25 37.85 200.03 46.28 131.59 57.86 36.28 65.58 46.4 78.8 42.23 87.69 42.09 104.65 38.33 104.65 26.3 112.49 29.58 116.59 25.96 122.2 43.6 120.8 78.33 124.43 83.59 123.37 95.08 129.11 106.02 126.65 113.95 131.8 115.52 137.53 125.37 139.05 129.4 132.15 143.28 132.62 148.89 139.64 159.21 148.76 164.13 138.23 175.89 145.37 190.05 150.87 192.78 141.04 200.51 140.22 211.04 144.67 221.98 135.89 232.1 142.79 247.48 135.07 251.31 131.21 253.77 124.43 245.56 56.1 239.82 56.69 232.1 33.99 230.25 Z\" data-geo-id=\"01097\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(24, 108, 253);\"></path>\\n<path d=\"M 224.22 434.68 220.71 430.44 223.99 400.02 212.75 398.85 216.5 361.32 205.03 349.63 218.02 342.52 217.2 329.87 212.17 323.37 197.31 325.29 189.01 318.93 185.14 311.2 186.43 303.34 181.52 300.19 178.94 307.65 173.09 297.19 178.13 290.42 188.42 292.95 198.6 282.9 212.4 279.55 225.39 276.13 240.25 286.11 253.94 287.41 260.49 298.69 267.51 303.68 279.44 326.86 293.13 341.97 297.69 343.34 305.65 360.91 309.39 393.25 318.75 396.73 326 404.05 326 414.85 339.69 416.15 357.24 426.95 355.02 447.19 287.4 440.29 284.24 440.77 224.22 434.68 Z\" data-geo-id=\"01099\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(24, 108, 253);\"></path>\\n<path d=\"M 431.76 590.43 436.21 572.86 442.06 572.86 453.64 566.16 459.37 515.56 481.84 518.16 484.53 495.53 508.74 498.4 551.8 503.19 549.22 525 543.14 577.03 545.36 583.05 559.99 585.17 551.56 591.59 549.92 597.2 542.55 599.59 533.31 620.79 528.52 616.62 519.39 619.76 512.96 617.92 510.5 622.15 505.23 619.08 496.11 626.53 493.42 625.09 484.53 635.56 469.79 626.94 466.98 619.35 471.31 614.22 462.77 616.82 451.53 614.29 448.73 609.44 437.96 606.63 438.43 599.93 431.76 590.43 Z\" data-geo-id=\"01101\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(24, 108, 253);\"></path>\\n<path d=\"M 241.18 1191.28 249.26 1093.51 307.28 1097.54 362.15 1101.99 360.52 1119.42 362.62 1165.98 355.95 1174.46 348.23 1172.82 342.03 1164.68 333.72 1172.89 325.42 1172.27 319.22 1164.27 311.5 1162.22 300.97 1162.7 285.76 1167.42 256.86 1183.76 253.82 1182.87 241.18 1191.28 Z\" data-geo-id=\"01103\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(24, 108, 253);\"></path>\\n<path d=\"M 203.75 605.13 207.96 559.32 219.07 560.42 230.3 561.58 225.86 607.32 292.78 614.77 299.09 628.38 298.39 637.13 306.47 645.06 304.48 651.01 306.82 662.63 305.76 670.97 308.34 680.07 305.3 708.23 260.96 703.59 240.25 700.71 239.08 712.13 217.08 709.94 218.02 698.46 207.02 697.43 210.77 651.62 199.53 650.6 203.75 605.13 Z\" data-geo-id=\"01105\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(24, 108, 253);\"></path>\\n<path d=\"M 14.69 723.41 51.19 727.65 62.54 740.71 68.97 739.75 85.7 751.04 93.42 752.74 97.52 761.15 120.21 775.1 111.21 872.39 88.39 870.27 17.38 866.99 16.21 801.97 14.69 723.41 Z\" data-geo-id=\"01107\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(24, 108, 253);\"></path>\\n<path d=\"M 508.74 498.4 513.42 489.38 514.24 463.53 511.79 452.25 523.02 453.55 526.76 420.12 520.79 407.19 528.28 408.36 606.9 416.77 615.91 417.72 621.76 429.55 620.7 437.48 623.86 452.87 630.06 463.53 624.57 481.51 628.43 488.35 599.06 485.21 596.84 507.91 576.13 505.72 571.92 526.43 567.71 527.94 549.22 525 551.8 503.19 508.74 498.4 Z\" data-geo-id=\"01109\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(24, 108, 253);\"></path>\\n<path d=\"M 585.37 911.09 591.34 836.64 594.26 809.01 607.37 810.59 685.28 819.54 683.76 825.08 662.59 901.73 658.73 915.81 648.08 917.11 585.37 911.09 Z\" data-geo-id=\"01111\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(24, 108, 253);\"></path>\\n<path d=\"M 662.12 632.07 667.27 586.33 671.25 563.49 674.99 563.9 708.33 568.07 715.94 556.93 726.82 547.36 755.01 550.91 756.65 557.41 751.62 568.89 761.8 583.18 771.04 587.7 768.7 593.58 778.99 598.09 785.55 606.84 774.67 615.45 758.99 619.9 757.23 623.59 763.9 635.21 761.21 644.03 764.37 647.11 757 653.74 753.61 669.06 740.5 667.28 741.91 657.84 682.24 649.91 684.7 634.87 662.12 632.07 Z\" data-geo-id=\"01113\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(24, 108, 253);\"></path>\\n<path d=\"M 426.5 1011.94 422.75 1005.04 424.86 999.77 412.11 982.88 405.56 978.03 398.65 977.55 388.13 971.46 376.19 970.3 377.13 960.66 384.62 961.41 389.53 950.27 391.4 931.26 386.6 923.13 388.01 907.67 395.96 904.46 403.57 905.28 404.62 893.86 426.97 896.12 429.77 866.92 435.97 872.46 443.23 884.84 447.44 900.15 457.97 897.21 459.14 904.19 466.28 911.98 458.79 922.78 465.81 923.74 462.53 929.01 468.73 931.33 466.98 941.86 459.96 950.41 472.24 947.53 472.94 957.24 491.78 971.94 486.4 980.42 484.99 992.04 486.4 996.35 477.62 996.35 473.18 1007.22 466.86 1005.31 460.89 1012.35 459.61 1021.99 452.35 1027.53 441.71 1020.28 433.05 1024.18 426.5 1011.94 Z\" data-geo-id=\"01115\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(24, 108, 253);\"></path>\\n<path d=\"M 293.48 815.3 295.82 794.18 308.1 793.36 309.62 777.7 313.6 778.11 318.16 769.43 329.98 766.83 329.28 772.57 341.68 772.91 388.24 777.84 387.31 773.46 399.71 765.6 409.65 766.9 409.07 784.13 413.16 789.05 419.25 795.54 408.48 808.74 411.64 815.03 417.02 815.85 416.67 826.04 422.05 827.34 420.88 837.32 429.66 836.36 436.79 843.2 433.4 854.21 438.55 856.74 429.77 866.92 426.97 896.12 404.62 893.86 403.57 905.28 395.96 904.46 396.43 898.79 387.19 896.12 379.12 881.97 364.03 880.33 355.95 866.24 348.47 865.76 344.14 852.02 333.14 849.35 333.72 841.76 322.61 840.88 314.07 830.48 314.54 825.7 305.41 822 303.07 816.12 293.48 815.3 Z\" data-geo-id=\"01117\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(24, 108, 253);\"></path>\\n<path d=\"M 11.41 543.05 68.15 547.49 118.81 552.42 109.22 560.55 104.19 560.89 92.02 567.73 94.01 582.77 105.82 590.16 111.67 599.52 120.57 608.69 131.21 607.52 130.74 611.9 126.06 614.7 125.13 621.95 119.63 626.87 122.67 631.73 128.29 626.94 131.8 631.45 127.35 635.15 117.76 632.55 112.14 636.79 102.08 630.22 85.7 624.21 79.5 630.7 83.01 636.58 83.6 651.55 78.33 647.59 69.79 651.35 76.23 654.02 69.56 669.81 76.11 670.84 76.81 679.24 69.91 677.06 63.24 685.6 53.41 683.62 57.97 690.46 52.13 694.9 49.08 705.02 44.99 708.17 51.77 710.83 53.53 716.85 51.19 727.65 14.69 723.41 14.34 707 12.82 614.29 11.41 543.05 Z\" data-geo-id=\"01119\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(24, 108, 253);\"></path>\\n<path d=\"M 429.77 866.92 438.55 856.74 433.4 854.21 436.79 843.2 429.66 836.36 420.88 837.32 422.05 827.34 416.67 826.04 417.02 815.85 411.64 815.03 408.48 808.74 419.25 795.54 413.16 789.05 481.6 796.43 479.5 820.36 490.84 821.18 488.62 847.92 518.45 850.52 516.82 873.56 527.81 878.48 526.29 893.79 530.15 894.2 528.98 905.76 540.33 906.99 550.98 919.57 550.74 923.33 550.28 931.06 507.11 926.68 501.02 929.89 498.92 941.65 492.72 948.49 472.24 947.53 459.96 950.41 466.98 941.86 468.73 931.33 462.53 929.01 465.81 923.74 458.79 922.78 466.28 911.98 459.14 904.19 457.97 897.21 447.44 900.15 443.23 884.84 435.97 872.46 429.77 866.92 Z\" data-geo-id=\"01121\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(24, 108, 253);\"></path>\\n<path d=\"M 517.75 796.43 527.46 708.78 555.19 711.58 550.39 690.8 556.48 683.42 556.24 671.66 561.16 643.08 580.46 645.47 577.77 668.17 596.37 670.36 599.65 674.46 596.6 700.99 599.88 705.29 614.97 707.35 618.25 711.52 607.37 810.59 594.26 809.01 524.89 801.15 517.75 796.43 Z\" data-geo-id=\"01123\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(24, 108, 253);\"></path>\\n<path d=\"M 111.21 872.39 120.21 775.1 124.43 739.55 150.75 741.87 149.93 738.93 213.81 743.72 236.15 746.45 235.57 769.63 241.07 780.43 259.08 781.46 257.45 798.76 266.81 809.08 277.45 807.17 285.06 814.62 284.35 822.21 279.32 825.7 270.78 824.94 270.31 828.91 262.83 828.29 253.82 841.15 246.21 842.45 245.51 850.11 233.11 860.98 221.76 864.12 221.88 873.28 231.94 872.87 235.1 880.33 224.1 879.64 222.23 898.79 210.88 897.69 210.53 901.52 199.18 900.63 154.26 898.65 154.96 890.99 147.47 890.1 148.76 874.86 133.67 873.01 111.21 872.39 Z\" data-geo-id=\"01125\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(24, 108, 253);\"></path>\\n<path d=\"M 144.2 1001.48 146.3 978.71 147.24 967.36 169.82 968.18 174.62 922.17 197.2 923.4 199.18 900.63 210.53 901.52 210.88 897.69 222.23 898.79 224.1 879.64 235.1 880.33 241.89 887.91 251.6 893.18 247.03 898.85 251.6 908.49 258.73 913.01 269.85 913.96 269.14 921.55 276.75 922.1 279.79 930.1 278.62 941.52 284.59 957.52 292.08 958 295.12 965.93 291.96 977 282.48 978.3 281.78 984.11 263.65 982.75 265.28 987.19 257.45 1000.52 248.32 1008.59 239.9 1010.37 234.28 1007.43 173.56 1002.64 144.2 1001.48 Z\" data-geo-id=\"01127\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(24, 108, 253);\"></path>\\n<path d=\"M 14.69 382.38 23.35 314 33.99 230.25 56.69 232.1 56.1 239.82 124.43 245.56 131.21 253.77 135.07 251.31 141.51 251.51 140.22 259.72 142.91 268.26 139.64 273.19 129.92 276.4 136.59 279.07 137.65 286.66 133.67 291.03 145.84 294.45 148.53 311.75 141.97 311.68 142.91 320.91 137.18 324.81 141.39 327.41 142.56 338.62 133.55 347.1 116.24 352.36 103.48 362.34 97.99 378.41 97.64 389.49 14.69 382.38 Z\" data-geo-id=\"01129\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(24, 108, 253);\"></path>\\n<path d=\"M 220.36 549.27 209.36 545.65 212.52 513.72 190.18 511.6 193.33 478.44 183.74 473.86 186.67 443.64 196.84 443.09 198.01 431.81 224.22 434.68 284.24 440.77 287.4 440.29 355.02 447.19 351.27 481.45 362.5 482.61 360.63 505.17 349.52 504.01 290.09 498.27 286.46 508.11 278.97 509.41 271.48 521.65 265.17 521.51 262.01 527.46 250.54 535.12 245.75 533.41 242.7 539.97 231.59 544.83 226.33 550.84 220.36 549.27 Z\" data-geo-id=\"01131\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(24, 108, 253);\"></path>\\n<path d=\"M 137.41 1081.54 144.2 1001.48 173.56 1002.64 234.28 1007.43 239.9 1010.37 248.32 1008.59 256.74 1009.14 249.61 1089.68 218.6 1086.81 159.87 1082.91 137.41 1081.54 Z\" data-geo-id=\"01133\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(24, 108, 253);\"></path>\\n</g>\\n<g data-year=\"2024\" data-state=\"AL\" data-admin2-type=\"ec\" id=\"ec-lo-2024-AL\">\\n<circle class=\"atlas-poi-circle\" cx=\"475.0641\" cy=\"704.9887\" id=\"Montgomery\" r=\"8\" strokewidth=\"4\" style=\"display: block; stroke: white; stroke-width: 4; pointer-events: none;\"></circle>\\n<text class=\"atlas-poi-text\" dy=\"-20\" fontsize=\"52px\" id=\"Montgomery\" text-anchor=\"middle\" x=\"475.0641\" y=\"704.9887\" style=\"display: block; font-size: 52px; pointer-events: none; z-index: 2; font-family: Arial; font-weight: bold; stroke: white; paint-order: stroke; stroke-width: 0.1em;\">Montgomery</text>\\n<circle class=\"atlas-poi-circle\" cx=\"336.213\" cy=\"417.4612\" id=\"Birmingham\" r=\"8\" strokewidth=\"4\" style=\"display: block; stroke: white; stroke-width: 4; pointer-events: none;\"></circle>\\n<text class=\"atlas-poi-text\" dy=\"-20\" fontsize=\"52px\" id=\"Birmingham\" text-anchor=\"middle\" x=\"336.213\" y=\"417.4612\" style=\"display: block; font-size: 52px; pointer-events: none; z-index: 2; font-family: Arial; font-weight: bold; stroke: white; paint-order: stroke; stroke-width: 0.1em;\">Birmingham</text>\\n<circle class=\"atlas-poi-circle\" cx=\"133.126\" cy=\"1180.9111\" id=\"Mobile\" r=\"8\" strokewidth=\"4\" style=\"display: block; stroke: white; stroke-width: 4; pointer-events: none;\"></circle>\\n<text class=\"atlas-poi-text\" dy=\"-20\" fontsize=\"52px\" id=\"Mobile\" text-anchor=\"middle\" x=\"133.126\" y=\"1180.9111\" style=\"display: block; font-size: 52px; pointer-events: none; z-index: 2; font-family: Arial; font-weight: bold; stroke: white; paint-order: stroke; stroke-width: 0.1em;\">Mobile</text>\\n</g>\\n</svg></div></div> <div class=\"legend-koNQTc cnn-pcl-aeyajg\"><h5 class=\"center-title-3lxiQD cnn-pcl-aeyajg\">Leading</h5> <div class=\"palettes-69eAQF cnn-pcl-aeyajg\"><div class=\"wrapper-2pUJsI cnn-pcl-1pbjuv4\"><div class=\"shades-q2_F7g cnn-pcl-1pbjuv4\"><div class=\"palette-3VoUOr cnn-pcl-1pbjuv4\"><div class=\"solid-28PFA1 palette-color-WwdGQJ cnn-pcl-1pbjuv4\" style=\"--shade: #186CFD;\"></div> <div class=\"color-desc-2-th2k cnn-pcl-1pbjuv4\"></div> </div></div> <div class=\"group-name-16MNYT cnn-pcl-1pbjuv4\">Biden</div></div></div></div> </div> <footer class=\"cnn-pcl-1e0vjke embedded-JUJHRu\"><div class=\"footer-info-s7AjA1 cnn-pcl-1e0vjke\"><p class=\"cnn-pcl-1e0vjke\"><span class=\"reporting-1zjL7t cnn-pcl-1e0vjke\" data-testid=\"percentreporting\">Est. vote in: 99%</span></p> <p class=\"last-updated-foB4fW cnn-pcl-1e0vjke\"><time data-testid=\"timestamp\">Updated 12:57 p.m. ET, Mar. 25</time></p> <p class=\"cnn-pcl-1e0vjke\"><span class=\"next-update-hLyQmu cnn-pcl-1e0vjke\"><span data-testid=\"next-update-timer\" class=\"next-update-timer-1K0nuP cnn-pcl-1lgl0jt\"><span class=\"text-1eIsT7 cnn-pcl-1lgl0jt\">Checking for updates in: <span class=\"time-1C6GVD cnn-pcl-1lgl0jt\">08</span> seconds</span></span></span></p></div> </footer></article> <div class=\"cta-wrapper-1KjYeR cnn-pcl-1a4cfl8\"><a href=\"/election/2024/primaries-and-caucuses/results/alabama/democratic-presidential-primary\" data-zjs-interaction=\"election_2024_president_democratic primary_al_link_clicked\" data-zjs-year=\"2024\" data-zjs-race=\"President Democratic Primary\" data-zjs-place=\"AL\" data-zjs-jurisdiction=\"\" data-zjs-component_type=\"ResultsSuite\" data-zjs-canonical_url=\"https://www.cnn.com/election/2024/primaries-and-caucuses/results/alabama\" data-zjs-cms_id=\"cms.cnn.com/_pages/electioncenter_2024_20240305_AL_overview_page@published\" data-zjs-source_id=\"cms.cnn.com/_pages/electioncenter_2024_20240305_AL_overview_page@published\" data-zjs-raw_url=\"\" data-zjs-component_text=\"See county-level results\">See county-level results</a></div></div></div>\\n <div data-uri=\"cms.cnn.com/_components/politics-results-suite/instances/electioncenter_2024_20240305_AL_overview_results_AL_president_republican-party@published\" class=\"politics-results-suite\" data-editable=\"settings\" data-state=\"{&quot;_ref&quot;:&quot;cms.cnn.com/_components/politics-results-suite/instances/electioncenter_2024_20240305_AL_overview_results_AL_president_republican-party@published&quot;,&quot;mode&quot;:&quot;ahead-single-bucket&quot;,&quot;title&quot;:&quot;Republican Presidential Primary: Alabama&quot;,&quot;mapURL&quot;:&quot;https://atlas.cnn.io/us/election-county/2024/AL.svg&quot;,&quot;feedURL&quot;:&quot;https://politics.api.cnn.io/results/race/2024-PR-AL.json&quot;,&quot;svgData&quot;:&quot;<?xml version=\\\\&quot;1.0\\\\&quot;?>\\\\n<svg xmlns=\\\\&quot;http://www.w3.org/2000/svg\\\\&quot; version=\\\\&quot;1.2\\\\&quot; baseProfile=\\\\&quot;tiny\\\\&quot; width=\\\\&quot;800\\\\&quot; height=\\\\&quot;1303\\\\&quot; viewBox=\\\\&quot;0 0 800 1303\\\\&quot; stroke-linecap=\\\\&quot;round\\\\&quot; stroke-linejoin=\\\\&quot;round\\\\&quot;>\\\\n<g transform=\\\\&quot;translate(0,1303) scale(1,-1)\\\\&quot; data-year=\\\\&quot;2024\\\\&quot; data-state=\\\\&quot;AL\\\\&quot; data-admin2-type=\\\\&quot;ec\\\\&quot; id=\\\\&quot;ec-lo-2024-AL\\\\&quot; class=\\\\&quot;flipped-map\\\\&quot;>\\\\n<path d=\\\\&quot;M 331.74 665.09 338.4 637.4 337.23 633.64 352.21 607.39 358.18 603.97 354.55 597.54 363.67 586.26 362.39 582.57 361.8 575.73 368.24 576.21 371.51 583.46 368.35 596.86 375.26 596.58 381.92 600.89 384.5 590.02 390.7 588.65 396.31 595.22 396.08 600.55 403.69 603.76 405.21 595.63 421.35 594.4 424.16 588.11 431.76 590.43 438.43 599.93 437.96 606.63 448.73 609.44 440.54 687.18 375.02 680.2 376.31 668.72 353.85 666.12 331.74 665.09 Z\\\\&quot; data-geo-id=\\\\&quot;01001\\\\&quot;/>\\\\n<path d=\\\\&quot;M 137.53 125.37 157.07 117.92 160.58 109.57 163.97 89.27 158.12 74.43 162.21 71.49 166.66 55.77 182.81 48.45 190.06 37.65 203.16 27.87 200.94 20.08 180.82 12.55 173.33 11.6 163.27 16.59 156.83 9.27 143.5 4.97 166.19 8.66 185.96 9.55 226.21 18.98 256.63 29.72 271.02 36.21 271.25 39.08 259.43 37.03 258.62 41.41 267.39 44.62 273.59 64.38 286.11 71.83 285.76 76.14 275.7 77.99 267.04 91.18 272.3 105.2 276.28 123.73 272.3 135.01 249.84 145.2 242.59 150.32 239.08 159.21 225.62 169.13 216.97 180.2 224.92 206.87 221.88 215.34 218.25 214.93 212.4 279.55 198.6 282.9 188.42 292.95 178.13 290.42 168.18 292.06 174.38 284.95 164.55 283.44 163.97 271.75 158.47 272.43 156.72 267.1 147.59 258.83 140.22 259.72 141.51 251.51 135.07 251.31 142.79 247.48 135.89 232.1 144.67 221.98 140.22 211.04 141.04 200.51 150.87 192.78 145.37 190.05 138.23 175.89 148.76 164.13 139.64 159.21 132.62 148.89 132.15 143.28 139.05 129.4 137.53 125.37 Z\\\\&quot; data-geo-id=\\\\&quot;01003\\\\&quot;/>\\\\n<path d=\\\\&quot;M 628.43 488.35 624.57 481.51 630.06 463.53 623.86 452.87 620.7 437.48 621.76 429.55 615.91 417.72 689.03 426.13 686.57 448.9 730.68 452.8 731.73 463.12 743.43 473.04 748.58 470.64 744.95 475.02 746.35 478.37 742.73 495.46 743.31 504.62 747.41 505.17 753.72 518.3 751.5 522.67 754.54 532.04 756.88 537.31 755.01 550.91 726.82 547.36 715.94 556.93 708.33 568.07 674.99 563.9 671.48 561.58 674.87 529.1 656.39 526.78 656.86 523.08 640.48 520.62 637.79 510.71 629.48 496.76 628.43 488.35 Z\\\\&quot; data-geo-id=\\\\&quot;01005\\\\&quot;/>\\\\n<path d=\\\\&quot;M 213.81 743.72 217.08 709.94 239.08 712.13 240.25 700.71 260.96 703.59 305.3 708.23 336.42 710.97 330.92 766.9 329.98 766.83 318.16 769.43 313.6 778.11 309.62 777.7 308.1 793.36 295.82 794.18 293.48 815.3 285.06 814.62 277.45 807.17 266.81 809.08 257.45 798.76 259.08 781.46 241.07 780.43 235.57 769.63 236.15 746.45 213.81 743.72 Z\\\\&quot; data-geo-id=\\\\&quot;01007\\\\&quot;/>\\\\n<path d=\\\\&quot;M 291.96 977 295.12 965.93 309.39 974.68 336.18 976.59 362.39 961.28 377.13 960.66 376.19 970.3 388.13 971.46 398.65 977.55 405.56 978.03 412.11 982.88 424.86 999.77 422.75 1005.04 426.5 1011.94 417.02 1010.91 423.81 1023.84 422.29 1039.7 426.97 1054.06 401.7 1079.56 390.82 1092.82 376.78 1089.47 367.42 1065.68 360.28 1051.25 351.97 1048.72 351.62 1044.55 341.8 1040.86 343.55 1028.9 332.09 1017.27 331.74 1011.53 326.35 1005.24 319.92 1005.86 306.93 993.96 298.98 991.16 300.85 981.65 291.96 977 Z\\\\&quot; data-geo-id=\\\\&quot;01009\\\\&quot;/>\\\\n<path d=\\\\&quot;M 559.99 585.17 545.36 583.05 543.14 577.03 549.22 525 567.71 527.94 571.92 526.43 576.13 505.72 596.84 507.91 599.06 485.21 628.43 488.35 629.48 496.76 637.79 510.71 640.48 520.62 656.86 523.08 656.39 526.78 674.87 529.1 671.48 561.58 674.99 563.9 671.25 563.49 667.27 586.33 575.43 575.59 570.16 578.88 568.53 590.57 563.61 593.64 564.43 585.78 559.99 585.17 Z\\\\&quot; data-geo-id=\\\\&quot;01011\\\\&quot;/>\\\\n<path d=\\\\&quot;M 362.5 482.61 351.27 481.45 355.02 447.19 357.24 426.95 360.05 395.44 368.47 381.83 371.16 373.76 377.6 368.84 408.13 371.44 452.7 376.22 449.31 410.2 460.54 411.37 459.84 423.33 452.47 492.18 362.5 482.61 Z\\\\&quot; data-geo-id=\\\\&quot;01013\\\\&quot;/>\\\\n<path d=\\\\&quot;M 484.99 992.04 486.4 980.42 491.78 971.94 472.94 957.24 472.24 947.53 492.72 948.49 498.92 941.65 501.02 929.89 507.11 926.68 550.28 931.06 550.74 923.33 561.97 924.49 561.16 936.05 578.94 945.14 581.98 951.3 578.59 983.84 588.88 992.59 587.83 1004.08 576.6 1003.05 575.78 1010.71 582.92 1015.15 597.89 1016.66 596.84 1030.4 596.6 1034.23 551.33 1032.59 551.91 1023.84 536.47 1025.34 521.26 1024.52 517.64 1022.2 518.69 1012.62 510.85 1015.63 503.6 1013.17 499.38 999.57 484.99 992.04 Z\\\\&quot; data-geo-id=\\\\&quot;01015\\\\&quot;/>\\\\n<path d=\\\\&quot;M 607.37 810.59 618.25 711.52 685.17 719.58 684.7 723.34 717.22 727.52 719.21 734.76 708.1 743.65 710.2 751.31 702.83 758.62 685.28 819.54 607.37 810.59 Z\\\\&quot; data-geo-id=\\\\&quot;01017\\\\&quot;/>\\\\n<path d=\\\\&quot;M 583.38 1183.42 571.22 1171.52 571.92 1159.9 561.97 1139.38 554.25 1132.27 535.65 1107.93 528.16 1107.05 528.87 1101.99 521.14 1102.53 522.43 1090.84 525.47 1067.46 535.77 1072.45 535.18 1065.75 551.21 1038.06 551.33 1032.59 596.6 1034.23 596.84 1030.4 603.86 1035.26 624.21 1039.49 615.91 1069.51 601.28 1122.36 583.38 1183.42 Z\\\\&quot; data-geo-id=\\\\&quot;01019\\\\&quot;/>\\\\n<path d=\\\\&quot;M 305.3 708.23 308.34 680.07 309.97 662.77 331.74 665.09 353.85 666.12 376.31 668.72 375.02 680.2 440.54 687.18 439.25 698.53 447.56 700.1 438.31 708.3 428.14 714.11 429.31 724.85 421.47 729.43 418.43 737.36 412.34 743.04 411.99 757.8 409.65 766.9 399.71 765.6 387.31 773.46 388.24 777.84 341.68 772.91 329.28 772.57 329.98 766.83 330.92 766.9 336.42 710.97 305.3 708.23 Z\\\\&quot; data-geo-id=\\\\&quot;01021\\\\&quot;/>\\\\n<path d=\\\\&quot;M 14.69 382.38 97.64 389.49 92.6 405.28 84.53 402.41 74.82 418 82.19 431.74 84.06 442.54 99.16 447.88 92.84 447.74 84.88 454.58 90.03 458.88 95.88 457.72 94.59 465.93 85.35 469.34 83.36 481.04 87.92 486.37 93.66 484.66 99.04 490.81 96.82 495.53 99.51 507.15 102.43 507.15 104.89 518.23 99.97 544.14 109.1 550.91 118.81 552.42 68.15 547.49 11.41 543.05 10.94 521.65 8.6 433.52 14.69 382.38 Z\\\\&quot; data-geo-id=\\\\&quot;01023\\\\&quot;/>\\\\n<path d=\\\\&quot;M 94.59 465.93 95.88 457.72 90.03 458.88 84.88 454.58 92.84 447.74 99.16 447.88 84.06 442.54 82.19 431.74 74.82 418 84.53 402.41 92.6 405.28 97.64 389.49 97.99 378.41 103.48 362.34 116.24 352.36 133.55 347.1 142.56 338.62 141.39 327.41 137.18 324.81 142.91 320.91 141.97 311.68 148.53 311.75 145.84 294.45 133.67 291.03 137.65 286.66 136.59 279.07 129.92 276.4 139.64 273.19 142.91 268.26 140.22 259.72 147.59 258.83 156.72 267.1 158.47 272.43 163.97 271.75 164.55 283.44 174.38 284.95 168.18 292.06 178.13 290.42 173.09 297.19 178.94 307.65 181.52 300.19 186.43 303.34 185.14 311.2 189.01 318.93 197.31 325.29 212.17 323.37 217.2 329.87 218.02 342.52 205.03 349.63 216.5 361.32 212.75 398.85 223.99 400.02 220.71 430.44 224.22 434.68 198.01 431.81 196.84 443.09 186.67 443.64 183.74 473.86 94.59 465.93 Z\\\\&quot; data-geo-id=\\\\&quot;01025\\\\&quot;/>\\\\n<path d=\\\\&quot;M 540.33 906.99 528.98 905.76 530.15 894.2 526.29 893.79 527.81 878.48 516.82 873.56 518.45 850.52 488.62 847.92 490.84 821.18 479.5 820.36 481.6 796.43 517.4 800.19 517.75 796.43 524.89 801.15 594.26 809.01 591.34 836.64 585.37 911.09 559.05 908.97 556.13 900.91 533.43 898.51 540.33 906.99 Z\\\\&quot; data-geo-id=\\\\&quot;01027\\\\&quot;/>\\\\n<path d=\\\\&quot;M 540.33 906.99 533.43 898.51 556.13 900.91 559.05 908.97 585.37 911.09 648.08 917.11 658.73 915.81 646.44 959.5 628.78 1023.43 624.21 1039.49 603.86 1035.26 596.84 1030.4 597.89 1016.66 582.92 1015.15 575.78 1010.71 576.6 1003.05 587.83 1004.08 588.88 992.59 578.59 983.84 581.98 951.3 578.94 945.14 561.16 936.05 561.97 924.49 550.74 923.33 550.98 919.57 540.33 906.99 Z\\\\&quot; data-geo-id=\\\\&quot;01029\\\\&quot;/>\\\\n<path d=\\\\&quot;M 522.43 360.84 522.31 356.94 529.22 296.16 585.72 303.2 618.25 306.69 606.9 416.77 528.28 408.36 530.86 387.5 519.86 384.29 522.43 360.84 Z\\\\&quot; data-geo-id=\\\\&quot;01031\\\\&quot;/>\\\\n<path d=\\\\&quot;M 25.8 1226.76 25.1 1182.32 23.58 1144.44 59.26 1145.95 153.79 1151.83 162.92 1174.94 168.88 1174.8 167.48 1187.24 172.39 1191.21 169.12 1207.82 170.17 1214.94 157.07 1217.6 148.64 1221.57 136.24 1216.99 130.51 1211.11 111.21 1202.49 107.11 1195.52 91.08 1189.91 84.77 1191.83 65.35 1206.94 60.78 1217.88 52.36 1226.49 35.4 1231.28 25.8 1226.76 Z\\\\&quot; data-geo-id=\\\\&quot;01033\\\\&quot;/>\\\\n<path d=\\\\&quot;M 357.24 426.95 339.69 416.15 326 414.85 326 404.05 318.75 396.73 309.39 393.25 305.65 360.91 297.69 343.34 293.13 341.97 279.44 326.86 267.51 303.68 260.49 298.69 253.94 287.41 400.99 301.49 400.64 285.9 416.91 284.81 412.34 324.74 419.6 331.71 416.2 349.22 410.35 348.67 408.13 371.44 377.6 368.84 371.16 373.76 368.47 381.83 360.05 395.44 357.24 426.95 Z\\\\&quot; data-geo-id=\\\\&quot;01035\\\\&quot;/>\\\\n<path d=\\\\&quot;M 409.65 766.9 411.99 757.8 412.34 743.04 418.43 737.36 421.47 729.43 429.31 724.85 428.14 714.11 438.31 708.3 447.56 700.1 527.46 708.78 517.75 796.43 517.4 800.19 481.6 796.43 413.16 789.05 409.07 784.13 409.65 766.9 Z\\\\&quot; data-geo-id=\\\\&quot;01037\\\\&quot;/>\\\\n<path d=\\\\&quot;M 408.13 371.44 410.35 348.67 416.2 349.22 419.6 331.71 412.34 324.74 416.91 284.81 421.82 234.76 424.63 233.53 491.2 240.03 536 244.61 535.07 246.86 529.22 296.16 522.31 356.94 522.43 360.84 507.46 359.61 503.71 363.03 501.02 381.97 496.93 381.56 489.21 369.93 483.47 369.25 476.92 359.13 474.58 378.89 452.7 376.22 408.13 371.44 Z\\\\&quot; data-geo-id=\\\\&quot;01039\\\\&quot;/>\\\\n<path d=\\\\&quot;M 452.47 492.18 459.84 423.33 460.54 411.37 449.31 410.2 452.7 376.22 474.58 378.89 476.92 359.13 483.47 369.25 489.21 369.93 496.93 381.56 501.02 381.97 503.71 363.03 507.46 359.61 522.43 360.84 519.86 384.29 530.86 387.5 528.28 408.36 520.79 407.19 526.76 420.12 523.02 453.55 511.79 452.25 514.24 463.53 513.42 489.38 508.74 498.4 484.53 495.53 481.84 518.16 459.37 515.56 461.95 492.86 452.47 492.18 Z\\\\&quot; data-geo-id=\\\\&quot;01041\\\\&quot;/>\\\\n<path d=\\\\&quot;M 248.32 1008.59 257.45 1000.52 265.28 987.19 263.65 982.75 281.78 984.11 282.48 978.3 291.96 977 300.85 981.65 298.98 991.16 306.93 993.96 319.92 1005.86 326.35 1005.24 331.74 1011.53 332.09 1017.27 343.55 1028.9 341.8 1040.86 351.62 1044.55 351.97 1048.72 360.28 1051.25 367.42 1065.68 376.78 1089.47 390.82 1092.82 384.5 1103.7 362.15 1101.99 307.28 1097.54 249.26 1093.51 249.61 1089.68 256.74 1009.14 248.32 1008.59 Z\\\\&quot; data-geo-id=\\\\&quot;01043\\\\&quot;/>\\\\n<path d=\\\\&quot;M 606.9 416.77 618.25 306.69 636.26 308.33 639.89 313.53 643.99 328.16 657.91 331.03 671.01 327.61 684.58 327.06 683.41 337.73 698.62 339.17 697.69 346.69 689.03 426.13 615.91 417.72 606.9 416.77 Z\\\\&quot; data-geo-id=\\\\&quot;01045\\\\&quot;/>\\\\n<path d=\\\\&quot;M 219.07 560.42 220.36 549.27 226.33 550.84 231.59 544.83 242.7 539.97 245.75 533.41 250.54 535.12 262.01 527.46 265.17 521.51 271.48 521.65 278.97 509.41 286.46 508.11 290.09 498.27 349.52 504.01 344.84 550.3 366.25 552.35 358.88 556.38 353.14 564.11 360.75 573.13 354.9 578.74 362.39 582.57 363.67 586.26 354.55 597.54 358.18 603.97 352.21 607.39 337.23 633.64 338.4 637.4 331.74 665.09 309.97 662.77 308.34 680.07 305.76 670.97 306.82 662.63 304.48 651.01 306.47 645.06 298.39 637.13 299.09 628.38 292.78 614.77 225.86 607.32 230.3 561.58 219.07 560.42 Z\\\\&quot; data-geo-id=\\\\&quot;01047\\\\&quot;/>\\\\n<path d=\\\\&quot;M 469.2 1158.32 459.26 1144.51 466.39 1085.1 522.43 1090.84 521.14 1102.53 528.87 1101.99 528.16 1107.05 535.65 1107.93 554.25 1132.27 561.97 1139.38 571.92 1159.9 571.22 1171.52 583.38 1183.42 578.7 1200.03 576.25 1209.06 558.93 1269.91 550.63 1261.43 545.71 1240.51 539.04 1236.88 522.9 1203.45 493.18 1173.91 488.86 1166.67 480.55 1160.58 469.2 1158.32 Z\\\\&quot; data-geo-id=\\\\&quot;01049\\\\&quot;/>\\\\n<path d=\\\\&quot;M 447.56 700.1 439.25 698.53 440.54 687.18 448.73 609.44 451.53 614.29 462.77 616.82 471.31 614.22 466.98 619.35 469.79 626.94 484.53 635.56 493.42 625.09 496.11 626.53 505.23 619.08 510.5 622.15 512.96 617.92 519.39 619.76 528.52 616.62 533.31 620.79 545.6 629.68 560.57 630.97 564.9 640.41 561.16 643.08 556.24 671.66 556.48 683.42 550.39 690.8 555.19 711.58 527.46 708.78 447.56 700.1 Z\\\\&quot; data-geo-id=\\\\&quot;01051\\\\&quot;/>\\\\n<path d=\\\\&quot;M 212.4 279.55 218.25 214.93 221.88 215.34 318.75 224.51 402.87 232.03 424.63 233.53 421.82 234.76 416.91 284.81 400.64 285.9 400.99 301.49 253.94 287.41 240.25 286.11 225.39 276.13 212.4 279.55 Z\\\\&quot; data-geo-id=\\\\&quot;01053\\\\&quot;/>\\\\n<path d=\\\\&quot;M 426.97 1054.06 422.29 1039.7 423.81 1023.84 417.02 1010.91 426.5 1011.94 433.05 1024.18 441.71 1020.28 452.35 1027.53 459.61 1021.99 460.89 1012.35 466.86 1005.31 473.18 1007.22 477.62 996.35 486.4 996.35 484.99 992.04 499.38 999.57 503.6 1013.17 510.85 1015.63 518.69 1012.62 517.64 1022.2 521.26 1024.52 536.47 1025.34 551.91 1023.84 551.33 1032.59 551.21 1038.06 535.18 1065.75 535.77 1072.45 525.47 1067.46 522.43 1090.84 466.39 1085.1 466.98 1081.34 453.76 1080.24 446.97 1076.76 426.97 1054.06 Z\\\\&quot; data-geo-id=\\\\&quot;01055\\\\&quot;/>\\\\n<path d=\\\\&quot;M 78.45 974.06 84.77 911.16 88.39 870.27 111.21 872.39 133.67 873.01 148.76 874.86 147.47 890.1 154.96 890.99 154.26 898.65 199.18 900.63 197.2 923.4 174.62 922.17 169.82 968.18 147.24 967.36 146.3 978.71 124.08 976.59 78.45 974.06 Z\\\\&quot; data-geo-id=\\\\&quot;01057\\\\&quot;/>\\\\n<path d=\\\\&quot;M 22.06 1075.39 53.3 1076.55 137.41 1081.54 159.87 1082.91 153.79 1151.83 59.26 1145.95 23.58 1144.44 22.76 1113.06 22.06 1075.39 Z\\\\&quot; data-geo-id=\\\\&quot;01059\\\\&quot;/>\\\\n<path d=\\\\&quot;M 529.22 296.16 535.07 246.86 536 244.61 569.81 247.96 601.28 251.31 689.03 261.77 691.25 262.04 685.87 314.96 663.87 311.27 636.26 308.33 618.25 306.69 585.72 303.2 529.22 296.16 Z\\\\&quot; data-geo-id=\\\\&quot;01061\\\\&quot;/>\\\\n<path d=\\\\&quot;M 51.19 727.65 53.53 716.85 51.77 710.83 44.99 708.17 49.08 705.02 52.13 694.9 57.97 690.46 53.41 683.62 63.24 685.6 69.91 677.06 76.81 679.24 76.11 670.84 69.56 669.81 76.23 654.02 69.79 651.35 78.33 647.59 83.6 651.55 83.01 636.58 79.5 630.7 85.7 624.21 102.08 630.22 112.14 636.79 117.76 632.55 127.35 635.15 131.8 631.45 128.29 626.94 122.67 631.73 119.63 626.87 125.13 621.95 126.06 614.7 130.74 611.9 137.3 615.52 139.87 610.74 144.2 620.51 154.73 629.4 151.69 635.15 144.2 632.34 137.18 639.32 146.42 644.31 140.69 648.14 139.17 661.06 131.68 659.69 135.66 670.49 132.15 673.78 124.19 670.63 131.8 681.23 131.91 691.42 128.52 693.12 133.2 708.58 142.68 711.86 139.05 715.07 148.18 723.55 143.26 730.93 151.1 733.53 149.93 738.93 150.75 741.87 124.43 739.55 120.21 775.1 97.52 761.15 93.42 752.74 85.7 751.04 68.97 739.75 62.54 740.71 51.19 727.65 Z\\\\&quot; data-geo-id=\\\\&quot;01063\\\\&quot;/>\\\\n<path d=\\\\&quot;M 149.93 738.93 151.1 733.53 143.26 730.93 148.18 723.55 139.05 715.07 142.68 711.86 133.2 708.58 128.52 693.12 131.91 691.42 131.8 681.23 124.19 670.63 132.15 673.78 135.66 670.49 131.68 659.69 139.17 661.06 140.69 648.14 146.42 644.31 137.18 639.32 144.2 632.34 151.69 635.15 154.73 629.4 144.2 620.51 139.87 610.74 158.24 612.31 159.17 600.89 203.75 605.13 199.53 650.6 210.77 651.62 207.02 697.43 218.02 698.46 217.08 709.94 213.81 743.72 149.93 738.93 Z\\\\&quot; data-geo-id=\\\\&quot;01065\\\\&quot;/>\\\\n<path d=\\\\&quot;M 689.03 426.13 697.69 346.69 750.57 350.72 770.81 353.32 769.52 395.37 773.85 408.77 774.08 415.06 769.52 422.44 768.11 434.95 750.8 453.14 748.58 470.64 743.43 473.04 731.73 463.12 730.68 452.8 686.57 448.9 689.03 426.13 Z\\\\&quot; data-geo-id=\\\\&quot;01067\\\\&quot;/>\\\\n<path d=\\\\&quot;M 697.69 346.69 698.62 339.17 683.41 337.73 684.58 327.06 671.01 327.61 657.91 331.03 643.99 328.16 639.89 313.53 636.26 308.33 663.87 311.27 685.87 314.96 691.25 262.04 745.42 269.15 799 275.24 795.37 288.78 790.93 294.11 788.35 302.38 777.47 314.28 772.33 315.71 769.75 325.22 771.27 331.44 765.77 344.5 770.81 353.32 750.57 350.72 697.69 346.69 Z\\\\&quot; data-geo-id=\\\\&quot;01069\\\\&quot;/>\\\\n<path d=\\\\&quot;M 401.46 1287.82 407.43 1279.61 413.63 1277.02 411.52 1271.14 405.91 1275.99 399.71 1273.32 403.45 1267.79 396.08 1256.16 402.52 1245.57 399.24 1241.46 401.93 1227.45 398.42 1219.65 400.88 1192.78 408.6 1184.78 446.5 1188.54 448.03 1171.38 459.37 1169.4 464.17 1154.77 469.2 1158.32 480.55 1160.58 488.86 1166.67 493.18 1173.91 522.9 1203.45 539.04 1236.88 545.71 1240.51 550.63 1261.43 558.93 1269.91 550.74 1301.97 495.99 1296.98 401.46 1287.82 Z\\\\&quot; data-geo-id=\\\\&quot;01071\\\\&quot;/>\\\\n<path d=\\\\&quot;M 235.1 880.33 231.94 872.87 221.88 873.28 221.76 864.12 233.11 860.98 245.51 850.11 246.21 842.45 253.82 841.15 262.83 828.29 270.31 828.91 270.78 824.94 279.32 825.7 284.35 822.21 285.06 814.62 293.48 815.3 303.07 816.12 305.41 822 314.54 825.7 314.07 830.48 322.61 840.88 333.72 841.76 333.14 849.35 344.14 852.02 348.47 865.76 355.95 866.24 364.03 880.33 379.12 881.97 387.19 896.12 396.43 898.79 395.96 904.46 388.01 907.67 386.6 923.13 391.4 931.26 389.53 950.27 384.62 961.41 377.13 960.66 362.39 961.28 336.18 976.59 309.39 974.68 295.12 965.93 292.08 958 284.59 957.52 278.62 941.52 279.79 930.1 276.75 922.1 269.14 921.55 269.85 913.96 258.73 913.01 251.6 908.49 247.03 898.85 251.6 893.18 241.89 887.91 235.1 880.33 Z\\\\&quot; data-geo-id=\\\\&quot;01073\\\\&quot;/>\\\\n<path d=\\\\&quot;M 17.38 866.99 88.39 870.27 84.77 911.16 78.45 974.06 76.11 1000.86 68.5 1000.45 67.92 1008.11 20.54 1005.79 18.43 922.78 17.38 866.99 Z\\\\&quot; data-geo-id=\\\\&quot;01075\\\\&quot;/>\\\\n<path d=\\\\&quot;M 25.8 1226.76 35.4 1231.28 52.36 1226.49 60.78 1217.88 65.35 1206.94 84.77 1191.83 91.08 1189.91 107.11 1195.52 111.21 1202.49 130.51 1211.11 136.24 1216.99 148.64 1221.57 157.07 1217.6 170.17 1214.94 181.99 1217.33 187.72 1215.62 198.6 1204.47 206.32 1207.28 202.23 1210.83 214.63 1223.35 211.12 1271.34 208.31 1271.21 127.35 1264.98 47.21 1258.69 1 1255.34 1.82 1252.2 13.05 1233.74 25.8 1226.76 Z\\\\&quot; data-geo-id=\\\\&quot;01077\\\\&quot;/>\\\\n<path d=\\\\&quot;M 153.79 1151.83 159.87 1082.91 218.6 1086.81 249.61 1089.68 249.26 1093.51 241.18 1191.28 232.99 1200.65 212.75 1209.33 206.32 1207.28 198.6 1204.47 187.72 1215.62 181.99 1217.33 170.17 1214.94 169.12 1207.82 172.39 1191.21 167.48 1187.24 168.88 1174.8 162.92 1174.94 153.79 1151.83 Z\\\\&quot; data-geo-id=\\\\&quot;01079\\\\&quot;/>\\\\n<path d=\\\\&quot;M 618.25 711.52 614.97 707.35 599.88 705.29 596.6 700.99 599.65 674.46 608.07 667.96 647.5 653.54 658.61 654.77 662.12 632.07 684.7 634.87 682.24 649.91 741.91 657.84 740.5 667.28 753.61 669.06 747.87 677.06 736.88 685.54 733.25 692.65 729.97 705.43 724.01 711.52 722.37 724.37 717.22 727.52 684.7 723.34 685.17 719.58 618.25 711.52 Z\\\\&quot; data-geo-id=\\\\&quot;01081\\\\&quot;/>\\\\n<path d=\\\\&quot;M 211.12 1271.34 214.63 1223.35 202.23 1210.83 206.32 1207.28 212.75 1209.33 232.99 1200.65 241.18 1191.28 253.82 1182.87 256.86 1183.76 285.76 1167.42 300.97 1162.7 311.5 1162.22 309.04 1195.31 301.55 1278.11 290.44 1276.95 211.12 1271.34 Z\\\\&quot; data-geo-id=\\\\&quot;01083\\\\&quot;/>\\\\n<path d=\\\\&quot;M 362.39 582.57 354.9 578.74 360.75 573.13 353.14 564.11 358.88 556.38 366.25 552.35 344.84 550.3 349.52 504.01 360.63 505.17 362.5 482.61 452.47 492.18 461.95 492.86 459.37 515.56 453.64 566.16 442.06 572.86 436.21 572.86 431.76 590.43 424.16 588.11 421.35 594.4 405.21 595.63 403.69 603.76 396.08 600.55 396.31 595.22 390.7 588.65 384.5 590.02 381.92 600.89 375.26 596.58 368.35 596.86 371.51 583.46 368.24 576.21 361.8 575.73 362.39 582.57 Z\\\\&quot; data-geo-id=\\\\&quot;01085\\\\&quot;/>\\\\n<path d=\\\\&quot;M 533.31 620.79 542.55 599.59 549.92 597.2 551.56 591.59 559.99 585.17 564.43 585.78 563.61 593.64 568.53 590.57 570.16 578.88 575.43 575.59 667.27 586.33 662.12 632.07 658.61 654.77 647.5 653.54 608.07 667.96 599.65 674.46 596.37 670.36 577.77 668.17 580.46 645.47 561.16 643.08 564.9 640.41 560.57 630.97 545.6 629.68 533.31 620.79 Z\\\\&quot; data-geo-id=\\\\&quot;01087\\\\&quot;/>\\\\n<path d=\\\\&quot;M 301.55 1278.11 309.04 1195.31 311.5 1162.22 319.22 1164.27 325.42 1172.27 333.72 1172.89 342.03 1164.68 348.23 1172.82 355.95 1174.46 362.62 1165.98 368.59 1153.95 381.69 1149.23 391.17 1151.21 398.07 1157.3 396.9 1161.95 404.62 1164.2 408.6 1161.13 413.98 1175.07 408.36 1177.81 414.92 1180.27 408.6 1184.78 400.88 1192.78 398.42 1219.65 401.93 1227.45 399.24 1241.46 402.52 1245.57 396.08 1256.16 403.45 1267.79 399.71 1273.32 405.91 1275.99 411.52 1271.14 413.63 1277.02 407.43 1279.61 401.46 1287.82 399.82 1287.68 301.55 1278.11 Z\\\\&quot; data-geo-id=\\\\&quot;01089\\\\&quot;/>\\\\n<path d=\\\\&quot;M 118.81 552.42 109.1 550.91 99.97 544.14 104.89 518.23 102.43 507.15 99.51 507.15 96.82 495.53 99.04 490.81 93.66 484.66 87.92 486.37 83.36 481.04 85.35 469.34 94.59 465.93 183.74 473.86 193.33 478.44 190.18 511.6 212.52 513.72 209.36 545.65 220.36 549.27 219.07 560.42 207.96 559.32 203.75 605.13 159.17 600.89 158.24 612.31 139.87 610.74 137.3 615.52 130.74 611.9 131.21 607.52 120.57 608.69 111.67 599.52 105.82 590.16 94.01 582.77 92.02 567.73 104.19 560.89 109.22 560.55 118.81 552.42 Z\\\\&quot; data-geo-id=\\\\&quot;01091\\\\&quot;/>\\\\n<path d=\\\\&quot;M 20.54 1005.79 67.92 1008.11 68.5 1000.45 76.11 1000.86 78.45 974.06 124.08 976.59 146.3 978.71 144.2 1001.48 137.41 1081.54 53.3 1076.55 22.06 1075.39 20.77 1013.31 20.54 1005.79 Z\\\\&quot; data-geo-id=\\\\&quot;01093\\\\&quot;/>\\\\n<path d=\\\\&quot;M 362.62 1165.98 360.52 1119.42 362.15 1101.99 384.5 1103.7 390.82 1092.82 401.7 1079.56 426.97 1054.06 446.97 1076.76 453.76 1080.24 466.98 1081.34 466.39 1085.1 459.26 1144.51 469.2 1158.32 464.17 1154.77 459.37 1169.4 448.03 1171.38 446.5 1188.54 408.6 1184.78 414.92 1180.27 408.36 1177.81 413.98 1175.07 408.6 1161.13 404.62 1164.2 396.9 1161.95 398.07 1157.3 391.17 1151.21 381.69 1149.23 368.59 1153.95 362.62 1165.98 Z\\\\&quot; data-geo-id=\\\\&quot;01095\\\\&quot;/>\\\\n<path d=\\\\&quot;M 131.45 78.46 137.76 74.84 135.31 82.7 131.45 78.46 Z M 75.99 1.07 81.14 1 104.3 8.04 132.26 10.78 120.33 18.85 117.29 11.05 75.99 1.07 Z M 33.99 230.25 37.85 200.03 46.28 131.59 57.86 36.28 65.58 46.4 78.8 42.23 87.69 42.09 104.65 38.33 104.65 26.3 112.49 29.58 116.59 25.96 122.2 43.6 120.8 78.33 124.43 83.59 123.37 95.08 129.11 106.02 126.65 113.95 131.8 115.52 137.53 125.37 139.05 129.4 132.15 143.28 132.62 148.89 139.64 159.21 148.76 164.13 138.23 175.89 145.37 190.05 150.87 192.78 141.04 200.51 140.22 211.04 144.67 221.98 135.89 232.1 142.79 247.48 135.07 251.31 131.21 253.77 124.43 245.56 56.1 239.82 56.69 232.1 33.99 230.25 Z\\\\&quot; data-geo-id=\\\\&quot;01097\\\\&quot;/>\\\\n<path d=\\\\&quot;M 224.22 434.68 220.71 430.44 223.99 400.02 212.75 398.85 216.5 361.32 205.03 349.63 218.02 342.52 217.2 329.87 212.17 323.37 197.31 325.29 189.01 318.93 185.14 311.2 186.43 303.34 181.52 300.19 178.94 307.65 173.09 297.19 178.13 290.42 188.42 292.95 198.6 282.9 212.4 279.55 225.39 276.13 240.25 286.11 253.94 287.41 260.49 298.69 267.51 303.68 279.44 326.86 293.13 341.97 297.69 343.34 305.65 360.91 309.39 393.25 318.75 396.73 326 404.05 326 414.85 339.69 416.15 357.24 426.95 355.02 447.19 287.4 440.29 284.24 440.77 224.22 434.68 Z\\\\&quot; data-geo-id=\\\\&quot;01099\\\\&quot;/>\\\\n<path d=\\\\&quot;M 431.76 590.43 436.21 572.86 442.06 572.86 453.64 566.16 459.37 515.56 481.84 518.16 484.53 495.53 508.74 498.4 551.8 503.19 549.22 525 543.14 577.03 545.36 583.05 559.99 585.17 551.56 591.59 549.92 597.2 542.55 599.59 533.31 620.79 528.52 616.62 519.39 619.76 512.96 617.92 510.5 622.15 505.23 619.08 496.11 626.53 493.42 625.09 484.53 635.56 469.79 626.94 466.98 619.35 471.31 614.22 462.77 616.82 451.53 614.29 448.73 609.44 437.96 606.63 438.43 599.93 431.76 590.43 Z\\\\&quot; data-geo-id=\\\\&quot;01101\\\\&quot;/>\\\\n<path d=\\\\&quot;M 241.18 1191.28 249.26 1093.51 307.28 1097.54 362.15 1101.99 360.52 1119.42 362.62 1165.98 355.95 1174.46 348.23 1172.82 342.03 1164.68 333.72 1172.89 325.42 1172.27 319.22 1164.27 311.5 1162.22 300.97 1162.7 285.76 1167.42 256.86 1183.76 253.82 1182.87 241.18 1191.28 Z\\\\&quot; data-geo-id=\\\\&quot;01103\\\\&quot;/>\\\\n<path d=\\\\&quot;M 203.75 605.13 207.96 559.32 219.07 560.42 230.3 561.58 225.86 607.32 292.78 614.77 299.09 628.38 298.39 637.13 306.47 645.06 304.48 651.01 306.82 662.63 305.76 670.97 308.34 680.07 305.3 708.23 260.96 703.59 240.25 700.71 239.08 712.13 217.08 709.94 218.02 698.46 207.02 697.43 210.77 651.62 199.53 650.6 203.75 605.13 Z\\\\&quot; data-geo-id=\\\\&quot;01105\\\\&quot;/>\\\\n<path d=\\\\&quot;M 14.69 723.41 51.19 727.65 62.54 740.71 68.97 739.75 85.7 751.04 93.42 752.74 97.52 761.15 120.21 775.1 111.21 872.39 88.39 870.27 17.38 866.99 16.21 801.97 14.69 723.41 Z\\\\&quot; data-geo-id=\\\\&quot;01107\\\\&quot;/>\\\\n<path d=\\\\&quot;M 508.74 498.4 513.42 489.38 514.24 463.53 511.79 452.25 523.02 453.55 526.76 420.12 520.79 407.19 528.28 408.36 606.9 416.77 615.91 417.72 621.76 429.55 620.7 437.48 623.86 452.87 630.06 463.53 624.57 481.51 628.43 488.35 599.06 485.21 596.84 507.91 576.13 505.72 571.92 526.43 567.71 527.94 549.22 525 551.8 503.19 508.74 498.4 Z\\\\&quot; data-geo-id=\\\\&quot;01109\\\\&quot;/>\\\\n<path d=\\\\&quot;M 585.37 911.09 591.34 836.64 594.26 809.01 607.37 810.59 685.28 819.54 683.76 825.08 662.59 901.73 658.73 915.81 648.08 917.11 585.37 911.09 Z\\\\&quot; data-geo-id=\\\\&quot;01111\\\\&quot;/>\\\\n<path d=\\\\&quot;M 662.12 632.07 667.27 586.33 671.25 563.49 674.99 563.9 708.33 568.07 715.94 556.93 726.82 547.36 755.01 550.91 756.65 557.41 751.62 568.89 761.8 583.18 771.04 587.7 768.7 593.58 778.99 598.09 785.55 606.84 774.67 615.45 758.99 619.9 757.23 623.59 763.9 635.21 761.21 644.03 764.37 647.11 757 653.74 753.61 669.06 740.5 667.28 741.91 657.84 682.24 649.91 684.7 634.87 662.12 632.07 Z\\\\&quot; data-geo-id=\\\\&quot;01113\\\\&quot;/>\\\\n<path d=\\\\&quot;M 426.5 1011.94 422.75 1005.04 424.86 999.77 412.11 982.88 405.56 978.03 398.65 977.55 388.13 971.46 376.19 970.3 377.13 960.66 384.62 961.41 389.53 950.27 391.4 931.26 386.6 923.13 388.01 907.67 395.96 904.46 403.57 905.28 404.62 893.86 426.97 896.12 429.77 866.92 435.97 872.46 443.23 884.84 447.44 900.15 457.97 897.21 459.14 904.19 466.28 911.98 458.79 922.78 465.81 923.74 462.53 929.01 468.73 931.33 466.98 941.86 459.96 950.41 472.24 947.53 472.94 957.24 491.78 971.94 486.4 980.42 484.99 992.04 486.4 996.35 477.62 996.35 473.18 1007.22 466.86 1005.31 460.89 1012.35 459.61 1021.99 452.35 1027.53 441.71 1020.28 433.05 1024.18 426.5 1011.94 Z\\\\&quot; data-geo-id=\\\\&quot;01115\\\\&quot;/>\\\\n<path d=\\\\&quot;M 293.48 815.3 295.82 794.18 308.1 793.36 309.62 777.7 313.6 778.11 318.16 769.43 329.98 766.83 329.28 772.57 341.68 772.91 388.24 777.84 387.31 773.46 399.71 765.6 409.65 766.9 409.07 784.13 413.16 789.05 419.25 795.54 408.48 808.74 411.64 815.03 417.02 815.85 416.67 826.04 422.05 827.34 420.88 837.32 429.66 836.36 436.79 843.2 433.4 854.21 438.55 856.74 429.77 866.92 426.97 896.12 404.62 893.86 403.57 905.28 395.96 904.46 396.43 898.79 387.19 896.12 379.12 881.97 364.03 880.33 355.95 866.24 348.47 865.76 344.14 852.02 333.14 849.35 333.72 841.76 322.61 840.88 314.07 830.48 314.54 825.7 305.41 822 303.07 816.12 293.48 815.3 Z\\\\&quot; data-geo-id=\\\\&quot;01117\\\\&quot;/>\\\\n<path d=\\\\&quot;M 11.41 543.05 68.15 547.49 118.81 552.42 109.22 560.55 104.19 560.89 92.02 567.73 94.01 582.77 105.82 590.16 111.67 599.52 120.57 608.69 131.21 607.52 130.74 611.9 126.06 614.7 125.13 621.95 119.63 626.87 122.67 631.73 128.29 626.94 131.8 631.45 127.35 635.15 117.76 632.55 112.14 636.79 102.08 630.22 85.7 624.21 79.5 630.7 83.01 636.58 83.6 651.55 78.33 647.59 69.79 651.35 76.23 654.02 69.56 669.81 76.11 670.84 76.81 679.24 69.91 677.06 63.24 685.6 53.41 683.62 57.97 690.46 52.13 694.9 49.08 705.02 44.99 708.17 51.77 710.83 53.53 716.85 51.19 727.65 14.69 723.41 14.34 707 12.82 614.29 11.41 543.05 Z\\\\&quot; data-geo-id=\\\\&quot;01119\\\\&quot;/>\\\\n<path d=\\\\&quot;M 429.77 866.92 438.55 856.74 433.4 854.21 436.79 843.2 429.66 836.36 420.88 837.32 422.05 827.34 416.67 826.04 417.02 815.85 411.64 815.03 408.48 808.74 419.25 795.54 413.16 789.05 481.6 796.43 479.5 820.36 490.84 821.18 488.62 847.92 518.45 850.52 516.82 873.56 527.81 878.48 526.29 893.79 530.15 894.2 528.98 905.76 540.33 906.99 550.98 919.57 550.74 923.33 550.28 931.06 507.11 926.68 501.02 929.89 498.92 941.65 492.72 948.49 472.24 947.53 459.96 950.41 466.98 941.86 468.73 931.33 462.53 929.01 465.81 923.74 458.79 922.78 466.28 911.98 459.14 904.19 457.97 897.21 447.44 900.15 443.23 884.84 435.97 872.46 429.77 866.92 Z\\\\&quot; data-geo-id=\\\\&quot;01121\\\\&quot;/>\\\\n<path d=\\\\&quot;M 517.75 796.43 527.46 708.78 555.19 711.58 550.39 690.8 556.48 683.42 556.24 671.66 561.16 643.08 580.46 645.47 577.77 668.17 596.37 670.36 599.65 674.46 596.6 700.99 599.88 705.29 614.97 707.35 618.25 711.52 607.37 810.59 594.26 809.01 524.89 801.15 517.75 796.43 Z\\\\&quot; data-geo-id=\\\\&quot;01123\\\\&quot;/>\\\\n<path d=\\\\&quot;M 111.21 872.39 120.21 775.1 124.43 739.55 150.75 741.87 149.93 738.93 213.81 743.72 236.15 746.45 235.57 769.63 241.07 780.43 259.08 781.46 257.45 798.76 266.81 809.08 277.45 807.17 285.06 814.62 284.35 822.21 279.32 825.7 270.78 824.94 270.31 828.91 262.83 828.29 253.82 841.15 246.21 842.45 245.51 850.11 233.11 860.98 221.76 864.12 221.88 873.28 231.94 872.87 235.1 880.33 224.1 879.64 222.23 898.79 210.88 897.69 210.53 901.52 199.18 900.63 154.26 898.65 154.96 890.99 147.47 890.1 148.76 874.86 133.67 873.01 111.21 872.39 Z\\\\&quot; data-geo-id=\\\\&quot;01125\\\\&quot;/>\\\\n<path d=\\\\&quot;M 144.2 1001.48 146.3 978.71 147.24 967.36 169.82 968.18 174.62 922.17 197.2 923.4 199.18 900.63 210.53 901.52 210.88 897.69 222.23 898.79 224.1 879.64 235.1 880.33 241.89 887.91 251.6 893.18 247.03 898.85 251.6 908.49 258.73 913.01 269.85 913.96 269.14 921.55 276.75 922.1 279.79 930.1 278.62 941.52 284.59 957.52 292.08 958 295.12 965.93 291.96 977 282.48 978.3 281.78 984.11 263.65 982.75 265.28 987.19 257.45 1000.52 248.32 1008.59 239.9 1010.37 234.28 1007.43 173.56 1002.64 144.2 1001.48 Z\\\\&quot; data-geo-id=\\\\&quot;01127\\\\&quot;/>\\\\n<path d=\\\\&quot;M 14.69 382.38 23.35 314 33.99 230.25 56.69 232.1 56.1 239.82 124.43 245.56 131.21 253.77 135.07 251.31 141.51 251.51 140.22 259.72 142.91 268.26 139.64 273.19 129.92 276.4 136.59 279.07 137.65 286.66 133.67 291.03 145.84 294.45 148.53 311.75 141.97 311.68 142.91 320.91 137.18 324.81 141.39 327.41 142.56 338.62 133.55 347.1 116.24 352.36 103.48 362.34 97.99 378.41 97.64 389.49 14.69 382.38 Z\\\\&quot; data-geo-id=\\\\&quot;01129\\\\&quot;/>\\\\n<path d=\\\\&quot;M 220.36 549.27 209.36 545.65 212.52 513.72 190.18 511.6 193.33 478.44 183.74 473.86 186.67 443.64 196.84 443.09 198.01 431.81 224.22 434.68 284.24 440.77 287.4 440.29 355.02 447.19 351.27 481.45 362.5 482.61 360.63 505.17 349.52 504.01 290.09 498.27 286.46 508.11 278.97 509.41 271.48 521.65 265.17 521.51 262.01 527.46 250.54 535.12 245.75 533.41 242.7 539.97 231.59 544.83 226.33 550.84 220.36 549.27 Z\\\\&quot; data-geo-id=\\\\&quot;01131\\\\&quot;/>\\\\n<path d=\\\\&quot;M 137.41 1081.54 144.2 1001.48 173.56 1002.64 234.28 1007.43 239.9 1010.37 248.32 1008.59 256.74 1009.14 249.61 1089.68 218.6 1086.81 159.87 1082.91 137.41 1081.54 Z\\\\&quot; data-geo-id=\\\\&quot;01133\\\\&quot;/>\\\\n</g>\\\\n<g data-year=\\\\&quot;2024\\\\&quot; data-state=\\\\&quot;AL\\\\&quot; data-admin2-type=\\\\&quot;ec\\\\&quot; id=\\\\&quot;ec-lo-2024-AL\\\\&quot;>\\\\n<circle class=\\\\&quot;atlas-poi-circle\\\\&quot; cx=\\\\&quot;475.0641\\\\&quot; cy=\\\\&quot;704.9887\\\\&quot; id=\\\\&quot;Montgomery\\\\&quot; r=\\\\&quot;8\\\\&quot; strokewidth=\\\\&quot;4\\\\&quot;></circle>\\\\n<text class=\\\\&quot;atlas-poi-text\\\\&quot; dy=\\\\&quot;-20\\\\&quot; fontsize=\\\\&quot;52px\\\\&quot; id=\\\\&quot;Montgomery\\\\&quot; text-anchor=\\\\&quot;middle\\\\&quot; x=\\\\&quot;475.0641\\\\&quot; y=\\\\&quot;704.9887\\\\&quot;>Montgomery</text>\\\\n<circle class=\\\\&quot;atlas-poi-circle\\\\&quot; cx=\\\\&quot;336.213\\\\&quot; cy=\\\\&quot;417.4612\\\\&quot; id=\\\\&quot;Birmingham\\\\&quot; r=\\\\&quot;8\\\\&quot; strokewidth=\\\\&quot;4\\\\&quot;></circle>\\\\n<text class=\\\\&quot;atlas-poi-text\\\\&quot; dy=\\\\&quot;-20\\\\&quot; fontsize=\\\\&quot;52px\\\\&quot; id=\\\\&quot;Birmingham\\\\&quot; text-anchor=\\\\&quot;middle\\\\&quot; x=\\\\&quot;336.213\\\\&quot; y=\\\\&quot;417.4612\\\\&quot;>Birmingham</text>\\\\n<circle class=\\\\&quot;atlas-poi-circle\\\\&quot; cx=\\\\&quot;133.126\\\\&quot; cy=\\\\&quot;1180.9111\\\\&quot; id=\\\\&quot;Mobile\\\\&quot; r=\\\\&quot;8\\\\&quot; strokewidth=\\\\&quot;4\\\\&quot;></circle>\\\\n<text class=\\\\&quot;atlas-poi-text\\\\&quot; dy=\\\\&quot;-20\\\\&quot; fontsize=\\\\&quot;52px\\\\&quot; id=\\\\&quot;Mobile\\\\&quot; text-anchor=\\\\&quot;middle\\\\&quot; x=\\\\&quot;133.126\\\\&quot; y=\\\\&quot;1180.9111\\\\&quot;>Mobile</text>\\\\n</g>\\\\n</svg>&quot;,&quot;__fields&quot;:{&quot;status&quot;:&quot;active-updated&quot;,&quot;created_at&quot;:&quot;Tue, 05 Mar 2024 13:07:27 GMT&quot;,&quot;updated_at&quot;:&quot;Wed, 27 Mar 2024 16:38:03 GMT&quot;},&quot;raceType&quot;:&quot;PR&quot;,&quot;mapFeedURL&quot;:&quot;https://politics.api.cnn.io/results/county-races/2024-PR-AL.json&quot;,&quot;variations&quot;:[&quot;--lastnames-in-legend&quot;],&quot;zoomOnLoad&quot;:false,&quot;zoomOnClick&quot;:false,&quot;zoomToGeoID&quot;:null,&quot;componentKey&quot;:&quot;2024primaries-PR-AL-*-ResultsSuite&quot;,&quot;resultForCRM&quot;:{&quot;result&quot;:{&quot;ahead&quot;:&quot;&quot;,&quot;title&quot;:&quot;President: Alabama&quot;,&quot;status&quot;:&quot;&quot;,&quot;winner&quot;:{&quot;id&quot;:8639,&quot;party&quot;:&quot;rep&quot;,&quot;winner&quot;:&quot;&quot;,&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Donald Trump&quot;,&quot;lastName&quot;:&quot;Trump&quot;,&quot;firstName&quot;:&quot;Donald&quot;,&quot;incumbent&quot;:false,&quot;partyName&quot;:&quot;Republican&quot;,&quot;votePercent&quot;:&quot;&quot;,&quot;isDroppedOut&quot;:false,&quot;electoralVotes&quot;:&quot;&quot;,&quot;totalDelegates&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;regularDelegates&quot;:&quot;&quot;,&quot;isRunoffCandidate&quot;:false},&quot;isSwitch&quot;:&quot;&quot;,&quot;isKeyRace&quot;:true,&quot;candidates&quot;:[{&quot;id&quot;:8639,&quot;party&quot;:&quot;rep&quot;,&quot;winner&quot;:&quot;&quot;,&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Donald Trump&quot;,&quot;lastName&quot;:&quot;Trump&quot;,&quot;firstName&quot;:&quot;Donald&quot;,&quot;incumbent&quot;:false,&quot;partyName&quot;:&quot;Republican&quot;,&quot;votePercent&quot;:&quot;&quot;,&quot;isDroppedOut&quot;:false,&quot;electoralVotes&quot;:&quot;&quot;,&quot;totalDelegates&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;regularDelegates&quot;:&quot;&quot;,&quot;isRunoffCandidate&quot;:false},{&quot;id&quot;:60420,&quot;party&quot;:&quot;rep&quot;,&quot;winner&quot;:&quot;&quot;,&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Nikki Haley&quot;,&quot;lastName&quot;:&quot;Haley&quot;,&quot;firstName&quot;:&quot;Nikki&quot;,&quot;incumbent&quot;:false,&quot;partyName&quot;:&quot;Republican&quot;,&quot;votePercent&quot;:&quot;&quot;,&quot;isDroppedOut&quot;:true,&quot;electoralVotes&quot;:&quot;&quot;,&quot;totalDelegates&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;regularDelegates&quot;:&quot;&quot;,&quot;isRunoffCandidate&quot;:false}],&quot;isCountyRace&quot;:false,&quot;electoralVotes&quot;:&quot;&quot;,&quot;showAheadCount&quot;:true,&quot;isBallotMeasure&quot;:false,&quot;keyRaceFlagText&quot;:&quot;Key Race&quot;,&quot;jurisdictionCode&quot;:0,&quot;winnerBopPartyId&quot;:&quot;REP&quot;,&quot;droppedOutFlagText&quot;:&quot;DROPPED OUT&quot;,&quot;percentReportingStr&quot;:&quot;&quot;,&quot;lastUpdatedTimestamp&quot;:&quot;&quot;,&quot;showUpdatedTimestamp&quot;:true,&quot;totalDelegatesAtStake&quot;:&quot;50&quot;},&quot;houseDistricts&quot;:[]},&quot;rightButtons&quot;:[{&quot;href&quot;:&quot;/election/2024/primaries-and-caucuses/results/alabama/republican-presidential-primary&quot;,&quot;label&quot;:&quot;See county-level results&quot;}],&quot;resultsForMap&quot;:[{&quot;cid&quot;:&quot;ESS::CountyRace::1711557344296&quot;,&quot;ecKey&quot;:&quot;2024-PR-AL&quot;,&quot;stateId&quot;:1,&quot;version&quot;:1,&quot;raceType&quot;:&quot;P&quot;,&quot;stateName&quot;:&quot;Alabama&quot;,&quot;candidates&quot;:[{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Donald Trump&quot;,&quot;lastName&quot;:&quot;Trump&quot;,&quot;firstName&quot;:&quot;Donald&quot;,&quot;partyName&quot;:&quot;Republican&quot;,&quot;majorParty&quot;:&quot;REP&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:8639,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;trump&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;R&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Nikki Haley&quot;,&quot;lastName&quot;:&quot;Haley&quot;,&quot;firstName&quot;:&quot;Nikki&quot;,&quot;partyName&quot;:&quot;Republican&quot;,&quot;majorParty&quot;:&quot;REP&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:60420,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;haley&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;R&quot;}],&quot;countyName&quot;:&quot;Autauga&quot;,&quot;contestType&quot;:&quot;PR&quot;,&quot;externalKey&quot;:&quot;production-key&quot;,&quot;extractedAt&quot;:&quot;2024-03-27T16:35:44.425480&quot;,&quot;electionType&quot;:&quot;R&quot;,&quot;raceTypeCode&quot;:&quot;P&quot;,&quot;resourceType&quot;:&quot;county-races&quot;,&quot;stateFipsCode&quot;:&quot;01&quot;,&quot;voteTimestamp&quot;:&quot;2024-03-25T16:08:39.000Z&quot;,&quot;countyFipsCode&quot;:&quot;01001&quot;,&quot;percentReporting&quot;:&quot;&quot;,&quot;stateAbbreviation&quot;:&quot;AL&quot;},{&quot;cid&quot;:&quot;ESS::CountyRace::1711557344296&quot;,&quot;ecKey&quot;:&quot;2024-PR-AL&quot;,&quot;stateId&quot;:1,&quot;version&quot;:1,&quot;raceType&quot;:&quot;P&quot;,&quot;stateName&quot;:&quot;Alabama&quot;,&quot;candidates&quot;:[{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Donald Trump&quot;,&quot;lastName&quot;:&quot;Trump&quot;,&quot;firstName&quot;:&quot;Donald&quot;,&quot;partyName&quot;:&quot;Republican&quot;,&quot;majorParty&quot;:&quot;REP&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:8639,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;trump&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;R&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Nikki Haley&quot;,&quot;lastName&quot;:&quot;Haley&quot;,&quot;firstName&quot;:&quot;Nikki&quot;,&quot;partyName&quot;:&quot;Republican&quot;,&quot;majorParty&quot;:&quot;REP&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:60420,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;haley&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;R&quot;}],&quot;countyName&quot;:&quot;Baldwin&quot;,&quot;contestType&quot;:&quot;PR&quot;,&quot;externalKey&quot;:&quot;production-key&quot;,&quot;extractedAt&quot;:&quot;2024-03-27T16:35:44.425480&quot;,&quot;electionType&quot;:&quot;R&quot;,&quot;raceTypeCode&quot;:&quot;P&quot;,&quot;resourceType&quot;:&quot;county-races&quot;,&quot;stateFipsCode&quot;:&quot;01&quot;,&quot;voteTimestamp&quot;:&quot;2024-03-25T16:44:37.000Z&quot;,&quot;countyFipsCode&quot;:&quot;01003&quot;,&quot;percentReporting&quot;:&quot;&quot;,&quot;stateAbbreviation&quot;:&quot;AL&quot;},{&quot;cid&quot;:&quot;ESS::CountyRace::1711557344296&quot;,&quot;ecKey&quot;:&quot;2024-PR-AL&quot;,&quot;stateId&quot;:1,&quot;version&quot;:1,&quot;raceType&quot;:&quot;P&quot;,&quot;stateName&quot;:&quot;Alabama&quot;,&quot;candidates&quot;:[{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Donald Trump&quot;,&quot;lastName&quot;:&quot;Trump&quot;,&quot;firstName&quot;:&quot;Donald&quot;,&quot;partyName&quot;:&quot;Republican&quot;,&quot;majorParty&quot;:&quot;REP&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:8639,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;trump&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;R&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Nikki Haley&quot;,&quot;lastName&quot;:&quot;Haley&quot;,&quot;firstName&quot;:&quot;Nikki&quot;,&quot;partyName&quot;:&quot;Republican&quot;,&quot;majorParty&quot;:&quot;REP&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:60420,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;haley&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;R&quot;}],&quot;countyName&quot;:&quot;Barbour&quot;,&quot;contestType&quot;:&quot;PR&quot;,&quot;externalKey&quot;:&quot;production-key&quot;,&quot;extractedAt&quot;:&quot;2024-03-27T16:35:44.425480&quot;,&quot;electionType&quot;:&quot;R&quot;,&quot;raceTypeCode&quot;:&quot;P&quot;,&quot;resourceType&quot;:&quot;county-races&quot;,&quot;stateFipsCode&quot;:&quot;01&quot;,&quot;voteTimestamp&quot;:&quot;2024-03-25T16:56:59.000Z&quot;,&quot;countyFipsCode&quot;:&quot;01005&quot;,&quot;percentReporting&quot;:&quot;&quot;,&quot;stateAbbreviation&quot;:&quot;AL&quot;},{&quot;cid&quot;:&quot;ESS::CountyRace::1711557344296&quot;,&quot;ecKey&quot;:&quot;2024-PR-AL&quot;,&quot;stateId&quot;:1,&quot;version&quot;:1,&quot;raceType&quot;:&quot;P&quot;,&quot;stateName&quot;:&quot;Alabama&quot;,&quot;candidates&quot;:[{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Donald Trump&quot;,&quot;lastName&quot;:&quot;Trump&quot;,&quot;firstName&quot;:&quot;Donald&quot;,&quot;partyName&quot;:&quot;Republican&quot;,&quot;majorParty&quot;:&quot;REP&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:8639,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;trump&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;R&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Nikki Haley&quot;,&quot;lastName&quot;:&quot;Haley&quot;,&quot;firstName&quot;:&quot;Nikki&quot;,&quot;partyName&quot;:&quot;Republican&quot;,&quot;majorParty&quot;:&quot;REP&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:60420,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;haley&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;R&quot;}],&quot;countyName&quot;:&quot;Bibb&quot;,&quot;contestType&quot;:&quot;PR&quot;,&quot;externalKey&quot;:&quot;production-key&quot;,&quot;extractedAt&quot;:&quot;2024-03-27T16:35:44.425480&quot;,&quot;electionType&quot;:&quot;R&quot;,&quot;raceTypeCode&quot;:&quot;P&quot;,&quot;resourceType&quot;:&quot;county-races&quot;,&quot;stateFipsCode&quot;:&quot;01&quot;,&quot;voteTimestamp&quot;:&quot;2024-03-25T16:55:39.000Z&quot;,&quot;countyFipsCode&quot;:&quot;01007&quot;,&quot;percentReporting&quot;:&quot;&quot;,&quot;stateAbbreviation&quot;:&quot;AL&quot;},{&quot;cid&quot;:&quot;ESS::CountyRace::1711557344296&quot;,&quot;ecKey&quot;:&quot;2024-PR-AL&quot;,&quot;stateId&quot;:1,&quot;version&quot;:1,&quot;raceType&quot;:&quot;P&quot;,&quot;stateName&quot;:&quot;Alabama&quot;,&quot;candidates&quot;:[{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Donald Trump&quot;,&quot;lastName&quot;:&quot;Trump&quot;,&quot;firstName&quot;:&quot;Donald&quot;,&quot;partyName&quot;:&quot;Republican&quot;,&quot;majorParty&quot;:&quot;REP&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:8639,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;trump&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;R&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Nikki Haley&quot;,&quot;lastName&quot;:&quot;Haley&quot;,&quot;firstName&quot;:&quot;Nikki&quot;,&quot;partyName&quot;:&quot;Republican&quot;,&quot;majorParty&quot;:&quot;REP&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:60420,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;haley&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;R&quot;}],&quot;countyName&quot;:&quot;Blount&quot;,&quot;contestType&quot;:&quot;PR&quot;,&quot;externalKey&quot;:&quot;production-key&quot;,&quot;extractedAt&quot;:&quot;2024-03-27T16:35:44.425480&quot;,&quot;electionType&quot;:&quot;R&quot;,&quot;raceTypeCode&quot;:&quot;P&quot;,&quot;resourceType&quot;:&quot;county-races&quot;,&quot;stateFipsCode&quot;:&quot;01&quot;,&quot;voteTimestamp&quot;:&quot;2024-03-25T16:41:18.000Z&quot;,&quot;countyFipsCode&quot;:&quot;01009&quot;,&quot;percentReporting&quot;:&quot;&quot;,&quot;stateAbbreviation&quot;:&quot;AL&quot;},{&quot;cid&quot;:&quot;ESS::CountyRace::1711557344296&quot;,&quot;ecKey&quot;:&quot;2024-PR-AL&quot;,&quot;stateId&quot;:1,&quot;version&quot;:1,&quot;raceType&quot;:&quot;P&quot;,&quot;stateName&quot;:&quot;Alabama&quot;,&quot;candidates&quot;:[{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Donald Trump&quot;,&quot;lastName&quot;:&quot;Trump&quot;,&quot;firstName&quot;:&quot;Donald&quot;,&quot;partyName&quot;:&quot;Republican&quot;,&quot;majorParty&quot;:&quot;REP&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:8639,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;trump&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;R&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Nikki Haley&quot;,&quot;lastName&quot;:&quot;Haley&quot;,&quot;firstName&quot;:&quot;Nikki&quot;,&quot;partyName&quot;:&quot;Republican&quot;,&quot;majorParty&quot;:&quot;REP&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:60420,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;haley&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;R&quot;}],&quot;countyName&quot;:&quot;Bullock&quot;,&quot;contestType&quot;:&quot;PR&quot;,&quot;externalKey&quot;:&quot;production-key&quot;,&quot;extractedAt&quot;:&quot;2024-03-27T16:35:44.425480&quot;,&quot;electionType&quot;:&quot;R&quot;,&quot;raceTypeCode&quot;:&quot;P&quot;,&quot;resourceType&quot;:&quot;county-races&quot;,&quot;stateFipsCode&quot;:&quot;01&quot;,&quot;voteTimestamp&quot;:&quot;2024-03-06T03:32:49.000Z&quot;,&quot;countyFipsCode&quot;:&quot;01011&quot;,&quot;percentReporting&quot;:&quot;&quot;,&quot;stateAbbreviation&quot;:&quot;AL&quot;},{&quot;cid&quot;:&quot;ESS::CountyRace::1711557344296&quot;,&quot;ecKey&quot;:&quot;2024-PR-AL&quot;,&quot;stateId&quot;:1,&quot;version&quot;:1,&quot;raceType&quot;:&quot;P&quot;,&quot;stateName&quot;:&quot;Alabama&quot;,&quot;candidates&quot;:[{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Donald Trump&quot;,&quot;lastName&quot;:&quot;Trump&quot;,&quot;firstName&quot;:&quot;Donald&quot;,&quot;partyName&quot;:&quot;Republican&quot;,&quot;majorParty&quot;:&quot;REP&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:8639,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;trump&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;R&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Nikki Haley&quot;,&quot;lastName&quot;:&quot;Haley&quot;,&quot;firstName&quot;:&quot;Nikki&quot;,&quot;partyName&quot;:&quot;Republican&quot;,&quot;majorParty&quot;:&quot;REP&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:60420,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;haley&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;R&quot;}],&quot;countyName&quot;:&quot;Butler&quot;,&quot;contestType&quot;:&quot;PR&quot;,&quot;externalKey&quot;:&quot;production-key&quot;,&quot;extractedAt&quot;:&quot;2024-03-27T16:35:44.425480&quot;,&quot;electionType&quot;:&quot;R&quot;,&quot;raceTypeCode&quot;:&quot;P&quot;,&quot;resourceType&quot;:&quot;county-races&quot;,&quot;stateFipsCode&quot;:&quot;01&quot;,&quot;voteTimestamp&quot;:&quot;2024-03-25T16:37:58.000Z&quot;,&quot;countyFipsCode&quot;:&quot;01013&quot;,&quot;percentReporting&quot;:&quot;&quot;,&quot;stateAbbreviation&quot;:&quot;AL&quot;},{&quot;cid&quot;:&quot;ESS::CountyRace::1711557344296&quot;,&quot;ecKey&quot;:&quot;2024-PR-AL&quot;,&quot;stateId&quot;:1,&quot;version&quot;:1,&quot;raceType&quot;:&quot;P&quot;,&quot;stateName&quot;:&quot;Alabama&quot;,&quot;candidates&quot;:[{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Donald Trump&quot;,&quot;lastName&quot;:&quot;Trump&quot;,&quot;firstName&quot;:&quot;Donald&quot;,&quot;partyName&quot;:&quot;Republican&quot;,&quot;majorParty&quot;:&quot;REP&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:8639,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;trump&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;R&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Nikki Haley&quot;,&quot;lastName&quot;:&quot;Haley&quot;,&quot;firstName&quot;:&quot;Nikki&quot;,&quot;partyName&quot;:&quot;Republican&quot;,&quot;majorParty&quot;:&quot;REP&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:60420,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;haley&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;R&quot;}],&quot;countyName&quot;:&quot;Calhoun&quot;,&quot;contestType&quot;:&quot;PR&quot;,&quot;externalKey&quot;:&quot;production-key&quot;,&quot;extractedAt&quot;:&quot;2024-03-27T16:35:44.425480&quot;,&quot;electionType&quot;:&quot;R&quot;,&quot;raceTypeCode&quot;:&quot;P&quot;,&quot;resourceType&quot;:&quot;county-races&quot;,&quot;stateFipsCode&quot;:&quot;01&quot;,&quot;voteTimestamp&quot;:&quot;2024-03-25T16:41:23.000Z&quot;,&quot;countyFipsCode&quot;:&quot;01015&quot;,&quot;percentReporting&quot;:&quot;&quot;,&quot;stateAbbreviation&quot;:&quot;AL&quot;},{&quot;cid&quot;:&quot;ESS::CountyRace::1711557344296&quot;,&quot;ecKey&quot;:&quot;2024-PR-AL&quot;,&quot;stateId&quot;:1,&quot;version&quot;:1,&quot;raceType&quot;:&quot;P&quot;,&quot;stateName&quot;:&quot;Alabama&quot;,&quot;candidates&quot;:[{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Donald Trump&quot;,&quot;lastName&quot;:&quot;Trump&quot;,&quot;firstName&quot;:&quot;Donald&quot;,&quot;partyName&quot;:&quot;Republican&quot;,&quot;majorParty&quot;:&quot;REP&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:8639,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;trump&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;R&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Nikki Haley&quot;,&quot;lastName&quot;:&quot;Haley&quot;,&quot;firstName&quot;:&quot;Nikki&quot;,&quot;partyName&quot;:&quot;Republican&quot;,&quot;majorParty&quot;:&quot;REP&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:60420,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;haley&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;R&quot;}],&quot;countyName&quot;:&quot;Chambers&quot;,&quot;contestType&quot;:&quot;PR&quot;,&quot;externalKey&quot;:&quot;production-key&quot;,&quot;extractedAt&quot;:&quot;2024-03-27T16:35:44.425480&quot;,&quot;electionType&quot;:&quot;R&quot;,&quot;raceTypeCode&quot;:&quot;P&quot;,&quot;resourceType&quot;:&quot;county-races&quot;,&quot;stateFipsCode&quot;:&quot;01&quot;,&quot;voteTimestamp&quot;:&quot;2024-03-25T16:40:41.000Z&quot;,&quot;countyFipsCode&quot;:&quot;01017&quot;,&quot;percentReporting&quot;:&quot;&quot;,&quot;stateAbbreviation&quot;:&quot;AL&quot;},{&quot;cid&quot;:&quot;ESS::CountyRace::1711557344296&quot;,&quot;ecKey&quot;:&quot;2024-PR-AL&quot;,&quot;stateId&quot;:1,&quot;version&quot;:1,&quot;raceType&quot;:&quot;P&quot;,&quot;stateName&quot;:&quot;Alabama&quot;,&quot;candidates&quot;:[{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Donald Trump&quot;,&quot;lastName&quot;:&quot;Trump&quot;,&quot;firstName&quot;:&quot;Donald&quot;,&quot;partyName&quot;:&quot;Republican&quot;,&quot;majorParty&quot;:&quot;REP&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:8639,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;trump&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;R&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Nikki Haley&quot;,&quot;lastName&quot;:&quot;Haley&quot;,&quot;firstName&quot;:&quot;Nikki&quot;,&quot;partyName&quot;:&quot;Republican&quot;,&quot;majorParty&quot;:&quot;REP&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:60420,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;haley&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;R&quot;}],&quot;countyName&quot;:&quot;Cherokee&quot;,&quot;contestType&quot;:&quot;PR&quot;,&quot;externalKey&quot;:&quot;production-key&quot;,&quot;extractedAt&quot;:&quot;2024-03-27T16:35:44.425480&quot;,&quot;electionType&quot;:&quot;R&quot;,&quot;raceTypeCode&quot;:&quot;P&quot;,&quot;resourceType&quot;:&quot;county-races&quot;,&quot;stateFipsCode&quot;:&quot;01&quot;,&quot;voteTimestamp&quot;:&quot;2024-03-25T16:37:58.000Z&quot;,&quot;countyFipsCode&quot;:&quot;01019&quot;,&quot;percentReporting&quot;:&quot;&quot;,&quot;stateAbbreviation&quot;:&quot;AL&quot;},{&quot;cid&quot;:&quot;ESS::CountyRace::1711557344296&quot;,&quot;ecKey&quot;:&quot;2024-PR-AL&quot;,&quot;stateId&quot;:1,&quot;version&quot;:1,&quot;raceType&quot;:&quot;P&quot;,&quot;stateName&quot;:&quot;Alabama&quot;,&quot;candidates&quot;:[{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Donald Trump&quot;,&quot;lastName&quot;:&quot;Trump&quot;,&quot;firstName&quot;:&quot;Donald&quot;,&quot;partyName&quot;:&quot;Republican&quot;,&quot;majorParty&quot;:&quot;REP&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:8639,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;trump&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;R&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Nikki Haley&quot;,&quot;lastName&quot;:&quot;Haley&quot;,&quot;firstName&quot;:&quot;Nikki&quot;,&quot;partyName&quot;:&quot;Republican&quot;,&quot;majorParty&quot;:&quot;REP&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:60420,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;haley&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;R&quot;}],&quot;countyName&quot;:&quot;Chilton&quot;,&quot;contestType&quot;:&quot;PR&quot;,&quot;externalKey&quot;:&quot;production-key&quot;,&quot;extractedAt&quot;:&quot;2024-03-27T16:35:44.425480&quot;,&quot;electionType&quot;:&quot;R&quot;,&quot;raceTypeCode&quot;:&quot;P&quot;,&quot;resourceType&quot;:&quot;county-races&quot;,&quot;stateFipsCode&quot;:&quot;01&quot;,&quot;voteTimestamp&quot;:&quot;2024-03-25T16:54:27.000Z&quot;,&quot;countyFipsCode&quot;:&quot;01021&quot;,&quot;percentReporting&quot;:&quot;&quot;,&quot;stateAbbreviation&quot;:&quot;AL&quot;},{&quot;cid&quot;:&quot;ESS::CountyRace::1711557344296&quot;,&quot;ecKey&quot;:&quot;2024-PR-AL&quot;,&quot;stateId&quot;:1,&quot;version&quot;:1,&quot;raceType&quot;:&quot;P&quot;,&quot;stateName&quot;:&quot;Alabama&quot;,&quot;candidates&quot;:[{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Donald Trump&quot;,&quot;lastName&quot;:&quot;Trump&quot;,&quot;firstName&quot;:&quot;Donald&quot;,&quot;partyName&quot;:&quot;Republican&quot;,&quot;majorParty&quot;:&quot;REP&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:8639,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;trump&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;R&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Nikki Haley&quot;,&quot;lastName&quot;:&quot;Haley&quot;,&quot;firstName&quot;:&quot;Nikki&quot;,&quot;partyName&quot;:&quot;Republican&quot;,&quot;majorParty&quot;:&quot;REP&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:60420,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;haley&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;R&quot;}],&quot;countyName&quot;:&quot;Choctaw&quot;,&quot;contestType&quot;:&quot;PR&quot;,&quot;externalKey&quot;:&quot;production-key&quot;,&quot;extractedAt&quot;:&quot;2024-03-27T16:35:44.425480&quot;,&quot;electionType&quot;:&quot;R&quot;,&quot;raceTypeCode&quot;:&quot;P&quot;,&quot;resourceType&quot;:&quot;county-races&quot;,&quot;stateFipsCode&quot;:&quot;01&quot;,&quot;voteTimestamp&quot;:&quot;2024-03-25T16:41:44.000Z&quot;,&quot;countyFipsCode&quot;:&quot;01023&quot;,&quot;percentReporting&quot;:&quot;&quot;,&quot;stateAbbreviation&quot;:&quot;AL&quot;},{&quot;cid&quot;:&quot;ESS::CountyRace::1711557344296&quot;,&quot;ecKey&quot;:&quot;2024-PR-AL&quot;,&quot;stateId&quot;:1,&quot;version&quot;:1,&quot;raceType&quot;:&quot;P&quot;,&quot;stateName&quot;:&quot;Alabama&quot;,&quot;candidates&quot;:[{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Donald Trump&quot;,&quot;lastName&quot;:&quot;Trump&quot;,&quot;firstName&quot;:&quot;Donald&quot;,&quot;partyName&quot;:&quot;Republican&quot;,&quot;majorParty&quot;:&quot;REP&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:8639,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;trump&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;R&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Nikki Haley&quot;,&quot;lastName&quot;:&quot;Haley&quot;,&quot;firstName&quot;:&quot;Nikki&quot;,&quot;partyName&quot;:&quot;Republican&quot;,&quot;majorParty&quot;:&quot;REP&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:60420,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;haley&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;R&quot;}],&quot;countyName&quot;:&quot;Clarke&quot;,&quot;contestType&quot;:&quot;PR&quot;,&quot;externalKey&quot;:&quot;production-key&quot;,&quot;extractedAt&quot;:&quot;2024-03-27T16:35:44.425480&quot;,&quot;electionType&quot;:&quot;R&quot;,&quot;raceTypeCode&quot;:&quot;P&quot;,&quot;resourceType&quot;:&quot;county-races&quot;,&quot;stateFipsCode&quot;:&quot;01&quot;,&quot;voteTimestamp&quot;:&quot;2024-03-25T16:40:49.000Z&quot;,&quot;countyFipsCode&quot;:&quot;01025&quot;,&quot;percentReporting&quot;:&quot;&quot;,&quot;stateAbbreviation&quot;:&quot;AL&quot;},{&quot;cid&quot;:&quot;ESS::CountyRace::1711557344296&quot;,&quot;ecKey&quot;:&quot;2024-PR-AL&quot;,&quot;stateId&quot;:1,&quot;version&quot;:1,&quot;raceType&quot;:&quot;P&quot;,&quot;stateName&quot;:&quot;Alabama&quot;,&quot;candidates&quot;:[{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Donald Trump&quot;,&quot;lastName&quot;:&quot;Trump&quot;,&quot;firstName&quot;:&quot;Donald&quot;,&quot;partyName&quot;:&quot;Republican&quot;,&quot;majorParty&quot;:&quot;REP&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:8639,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;trump&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;R&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Nikki Haley&quot;,&quot;lastName&quot;:&quot;Haley&quot;,&quot;firstName&quot;:&quot;Nikki&quot;,&quot;partyName&quot;:&quot;Republican&quot;,&quot;majorParty&quot;:&quot;REP&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:60420,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;haley&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;R&quot;}],&quot;countyName&quot;:&quot;Clay&quot;,&quot;contestType&quot;:&quot;PR&quot;,&quot;externalKey&quot;:&quot;production-key&quot;,&quot;extractedAt&quot;:&quot;2024-03-27T16:35:44.425480&quot;,&quot;electionType&quot;:&quot;R&quot;,&quot;raceTypeCode&quot;:&quot;P&quot;,&quot;resourceType&quot;:&quot;county-races&quot;,&quot;stateFipsCode&quot;:&quot;01&quot;,&quot;voteTimestamp&quot;:&quot;2024-03-25T16:42:43.000Z&quot;,&quot;countyFipsCode&quot;:&quot;01027&quot;,&quot;percentReporting&quot;:&quot;&quot;,&quot;stateAbbreviation&quot;:&quot;AL&quot;},{&quot;cid&quot;:&quot;ESS::CountyRace::1711557344296&quot;,&quot;ecKey&quot;:&quot;2024-PR-AL&quot;,&quot;stateId&quot;:1,&quot;version&quot;:1,&quot;raceType&quot;:&quot;P&quot;,&quot;stateName&quot;:&quot;Alabama&quot;,&quot;candidates&quot;:[{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Donald Trump&quot;,&quot;lastName&quot;:&quot;Trump&quot;,&quot;firstName&quot;:&quot;Donald&quot;,&quot;partyName&quot;:&quot;Republican&quot;,&quot;majorParty&quot;:&quot;REP&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:8639,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;trump&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;R&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Nikki Haley&quot;,&quot;lastName&quot;:&quot;Haley&quot;,&quot;firstName&quot;:&quot;Nikki&quot;,&quot;partyName&quot;:&quot;Republican&quot;,&quot;majorParty&quot;:&quot;REP&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:60420,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;haley&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;R&quot;}],&quot;countyName&quot;:&quot;Cleburne&quot;,&quot;contestType&quot;:&quot;PR&quot;,&quot;externalKey&quot;:&quot;production-key&quot;,&quot;extractedAt&quot;:&quot;2024-03-27T16:35:44.425480&quot;,&quot;electionType&quot;:&quot;R&quot;,&quot;raceTypeCode&quot;:&quot;P&quot;,&quot;resourceType&quot;:&quot;county-races&quot;,&quot;stateFipsCode&quot;:&quot;01&quot;,&quot;voteTimestamp&quot;:&quot;2024-03-25T16:53:49.000Z&quot;,&quot;countyFipsCode&quot;:&quot;01029&quot;,&quot;percentReporting&quot;:&quot;&quot;,&quot;stateAbbreviation&quot;:&quot;AL&quot;},{&quot;cid&quot;:&quot;ESS::CountyRace::1711557344296&quot;,&quot;ecKey&quot;:&quot;2024-PR-AL&quot;,&quot;stateId&quot;:1,&quot;version&quot;:1,&quot;raceType&quot;:&quot;P&quot;,&quot;stateName&quot;:&quot;Alabama&quot;,&quot;candidates&quot;:[{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Donald Trump&quot;,&quot;lastName&quot;:&quot;Trump&quot;,&quot;firstName&quot;:&quot;Donald&quot;,&quot;partyName&quot;:&quot;Republican&quot;,&quot;majorParty&quot;:&quot;REP&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:8639,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;trump&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;R&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Nikki Haley&quot;,&quot;lastName&quot;:&quot;Haley&quot;,&quot;firstName&quot;:&quot;Nikki&quot;,&quot;partyName&quot;:&quot;Republican&quot;,&quot;majorParty&quot;:&quot;REP&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:60420,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;haley&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;R&quot;}],&quot;countyName&quot;:&quot;Coffee&quot;,&quot;contestType&quot;:&quot;PR&quot;,&quot;externalKey&quot;:&quot;production-key&quot;,&quot;extractedAt&quot;:&quot;2024-03-27T16:35:44.425480&quot;,&quot;electionType&quot;:&quot;R&quot;,&quot;raceTypeCode&quot;:&quot;P&quot;,&quot;resourceType&quot;:&quot;county-races&quot;,&quot;stateFipsCode&quot;:&quot;01&quot;,&quot;voteTimestamp&quot;:&quot;2024-03-25T16:37:58.000Z&quot;,&quot;countyFipsCode&quot;:&quot;01031&quot;,&quot;percentReporting&quot;:&quot;&quot;,&quot;stateAbbreviation&quot;:&quot;AL&quot;},{&quot;cid&quot;:&quot;ESS::CountyRace::1711557344296&quot;,&quot;ecKey&quot;:&quot;2024-PR-AL&quot;,&quot;stateId&quot;:1,&quot;version&quot;:1,&quot;raceType&quot;:&quot;P&quot;,&quot;stateName&quot;:&quot;Alabama&quot;,&quot;candidates&quot;:[{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Donald Trump&quot;,&quot;lastName&quot;:&quot;Trump&quot;,&quot;firstName&quot;:&quot;Donald&quot;,&quot;partyName&quot;:&quot;Republican&quot;,&quot;majorParty&quot;:&quot;REP&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:8639,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;trump&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;R&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Nikki Haley&quot;,&quot;lastName&quot;:&quot;Haley&quot;,&quot;firstName&quot;:&quot;Nikki&quot;,&quot;partyName&quot;:&quot;Republican&quot;,&quot;majorParty&quot;:&quot;REP&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:60420,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;haley&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;R&quot;}],&quot;countyName&quot;:&quot;Colbert&quot;,&quot;contestType&quot;:&quot;PR&quot;,&quot;externalKey&quot;:&quot;production-key&quot;,&quot;extractedAt&quot;:&quot;2024-03-27T16:35:44.425480&quot;,&quot;electionType&quot;:&quot;R&quot;,&quot;raceTypeCode&quot;:&quot;P&quot;,&quot;resourceType&quot;:&quot;county-races&quot;,&quot;stateFipsCode&quot;:&quot;01&quot;,&quot;voteTimestamp&quot;:&quot;2024-03-25T16:37:59.000Z&quot;,&quot;countyFipsCode&quot;:&quot;01033&quot;,&quot;percentReporting&quot;:&quot;&quot;,&quot;stateAbbreviation&quot;:&quot;AL&quot;},{&quot;cid&quot;:&quot;ESS::CountyRace::1711557344296&quot;,&quot;ecKey&quot;:&quot;2024-PR-AL&quot;,&quot;stateId&quot;:1,&quot;version&quot;:1,&quot;raceType&quot;:&quot;P&quot;,&quot;stateName&quot;:&quot;Alabama&quot;,&quot;candidates&quot;:[{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Donald Trump&quot;,&quot;lastName&quot;:&quot;Trump&quot;,&quot;firstName&quot;:&quot;Donald&quot;,&quot;partyName&quot;:&quot;Republican&quot;,&quot;majorParty&quot;:&quot;REP&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:8639,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;trump&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;R&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Nikki Haley&quot;,&quot;lastName&quot;:&quot;Haley&quot;,&quot;firstName&quot;:&quot;Nikki&quot;,&quot;partyName&quot;:&quot;Republican&quot;,&quot;majorParty&quot;:&quot;REP&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:60420,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;haley&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;R&quot;}],&quot;countyName&quot;:&quot;Conecuh&quot;,&quot;contestType&quot;:&quot;PR&quot;,&quot;externalKey&quot;:&quot;production-key&quot;,&quot;extractedAt&quot;:&quot;2024-03-27T16:35:44.425480&quot;,&quot;electionType&quot;:&quot;R&quot;,&quot;raceTypeCode&quot;:&quot;P&quot;,&quot;resourceType&quot;:&quot;county-races&quot;,&quot;stateFipsCode&quot;:&quot;01&quot;,&quot;voteTimestamp&quot;:&quot;2024-03-25T16:55:32.000Z&quot;,&quot;countyFipsCode&quot;:&quot;01035&quot;,&quot;percentReporting&quot;:&quot;&quot;,&quot;stateAbbreviation&quot;:&quot;AL&quot;},{&quot;cid&quot;:&quot;ESS::CountyRace::1711557344296&quot;,&quot;ecKey&quot;:&quot;2024-PR-AL&quot;,&quot;stateId&quot;:1,&quot;version&quot;:1,&quot;raceType&quot;:&quot;P&quot;,&quot;stateName&quot;:&quot;Alabama&quot;,&quot;candidates&quot;:[{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Donald Trump&quot;,&quot;lastName&quot;:&quot;Trump&quot;,&quot;firstName&quot;:&quot;Donald&quot;,&quot;partyName&quot;:&quot;Republican&quot;,&quot;majorParty&quot;:&quot;REP&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:8639,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;trump&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;R&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Nikki Haley&quot;,&quot;lastName&quot;:&quot;Haley&quot;,&quot;firstName&quot;:&quot;Nikki&quot;,&quot;partyName&quot;:&quot;Republican&quot;,&quot;majorParty&quot;:&quot;REP&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:60420,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;haley&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;R&quot;}],&quot;countyName&quot;:&quot;Coosa&quot;,&quot;contestType&quot;:&quot;PR&quot;,&quot;externalKey&quot;:&quot;production-key&quot;,&quot;extractedAt&quot;:&quot;2024-03-27T16:35:44.425480&quot;,&quot;electionType&quot;:&quot;R&quot;,&quot;raceTypeCode&quot;:&quot;P&quot;,&quot;resourceType&quot;:&quot;county-races&quot;,&quot;stateFipsCode&quot;:&quot;01&quot;,&quot;voteTimestamp&quot;:&quot;2024-03-06T03:30:53.000Z&quot;,&quot;countyFipsCode&quot;:&quot;01037&quot;,&quot;percentReporting&quot;:&quot;&quot;,&quot;stateAbbreviation&quot;:&quot;AL&quot;},{&quot;cid&quot;:&quot;ESS::CountyRace::1711557344296&quot;,&quot;ecKey&quot;:&quot;2024-PR-AL&quot;,&quot;stateId&quot;:1,&quot;version&quot;:1,&quot;raceType&quot;:&quot;P&quot;,&quot;stateName&quot;:&quot;Alabama&quot;,&quot;candidates&quot;:[{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Donald Trump&quot;,&quot;lastName&quot;:&quot;Trump&quot;,&quot;firstName&quot;:&quot;Donald&quot;,&quot;partyName&quot;:&quot;Republican&quot;,&quot;majorParty&quot;:&quot;REP&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:8639,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;trump&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;R&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Nikki Haley&quot;,&quot;lastName&quot;:&quot;Haley&quot;,&quot;firstName&quot;:&quot;Nikki&quot;,&quot;partyName&quot;:&quot;Republican&quot;,&quot;majorParty&quot;:&quot;REP&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:60420,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;haley&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;R&quot;}],&quot;countyName&quot;:&quot;Covington&quot;,&quot;contestType&quot;:&quot;PR&quot;,&quot;externalKey&quot;:&quot;production-key&quot;,&quot;extractedAt&quot;:&quot;2024-03-27T16:35:44.425480&quot;,&quot;electionType&quot;:&quot;R&quot;,&quot;raceTypeCode&quot;:&quot;P&quot;,&quot;resourceType&quot;:&quot;county-races&quot;,&quot;stateFipsCode&quot;:&quot;01&quot;,&quot;voteTimestamp&quot;:&quot;2024-03-25T16:53:42.000Z&quot;,&quot;countyFipsCode&quot;:&quot;01039&quot;,&quot;percentReporting&quot;:&quot;&quot;,&quot;stateAbbreviation&quot;:&quot;AL&quot;},{&quot;cid&quot;:&quot;ESS::CountyRace::1711557344296&quot;,&quot;ecKey&quot;:&quot;2024-PR-AL&quot;,&quot;stateId&quot;:1,&quot;version&quot;:1,&quot;raceType&quot;:&quot;P&quot;,&quot;stateName&quot;:&quot;Alabama&quot;,&quot;candidates&quot;:[{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Donald Trump&quot;,&quot;lastName&quot;:&quot;Trump&quot;,&quot;firstName&quot;:&quot;Donald&quot;,&quot;partyName&quot;:&quot;Republican&quot;,&quot;majorParty&quot;:&quot;REP&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:8639,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;trump&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;R&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Nikki Haley&quot;,&quot;lastName&quot;:&quot;Haley&quot;,&quot;firstName&quot;:&quot;Nikki&quot;,&quot;partyName&quot;:&quot;Republican&quot;,&quot;majorParty&quot;:&quot;REP&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:60420,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;haley&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;R&quot;}],&quot;countyName&quot;:&quot;Crenshaw&quot;,&quot;contestType&quot;:&quot;PR&quot;,&quot;externalKey&quot;:&quot;production-key&quot;,&quot;extractedAt&quot;:&quot;2024-03-27T16:35:44.425480&quot;,&quot;electionType&quot;:&quot;R&quot;,&quot;raceTypeCode&quot;:&quot;P&quot;,&quot;resourceType&quot;:&quot;county-races&quot;,&quot;stateFipsCode&quot;:&quot;01&quot;,&quot;voteTimestamp&quot;:&quot;2024-03-06T03:32:44.000Z&quot;,&quot;countyFipsCode&quot;:&quot;01041&quot;,&quot;percentReporting&quot;:&quot;&quot;,&quot;stateAbbreviation&quot;:&quot;AL&quot;},{&quot;cid&quot;:&quot;ESS::CountyRace::1711557344296&quot;,&quot;ecKey&quot;:&quot;2024-PR-AL&quot;,&quot;stateId&quot;:1,&quot;version&quot;:1,&quot;raceType&quot;:&quot;P&quot;,&quot;stateName&quot;:&quot;Alabama&quot;,&quot;candidates&quot;:[{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Donald Trump&quot;,&quot;lastName&quot;:&quot;Trump&quot;,&quot;firstName&quot;:&quot;Donald&quot;,&quot;partyName&quot;:&quot;Republican&quot;,&quot;majorParty&quot;:&quot;REP&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:8639,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;trump&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;R&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Nikki Haley&quot;,&quot;lastName&quot;:&quot;Haley&quot;,&quot;firstName&quot;:&quot;Nikki&quot;,&quot;partyName&quot;:&quot;Republican&quot;,&quot;majorParty&quot;:&quot;REP&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:60420,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;haley&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;R&quot;}],&quot;countyName&quot;:&quot;Cullman&quot;,&quot;contestType&quot;:&quot;PR&quot;,&quot;externalKey&quot;:&quot;production-key&quot;,&quot;extractedAt&quot;:&quot;2024-03-27T16:35:44.425480&quot;,&quot;electionType&quot;:&quot;R&quot;,&quot;raceTypeCode&quot;:&quot;P&quot;,&quot;resourceType&quot;:&quot;county-races&quot;,&quot;stateFipsCode&quot;:&quot;01&quot;,&quot;voteTimestamp&quot;:&quot;2024-03-25T16:37:59.000Z&quot;,&quot;countyFipsCode&quot;:&quot;01043&quot;,&quot;percentReporting&quot;:&quot;&quot;,&quot;stateAbbreviation&quot;:&quot;AL&quot;},{&quot;cid&quot;:&quot;ESS::CountyRace::1711557344296&quot;,&quot;ecKey&quot;:&quot;2024-PR-AL&quot;,&quot;stateId&quot;:1,&quot;version&quot;:1,&quot;raceType&quot;:&quot;P&quot;,&quot;stateName&quot;:&quot;Alabama&quot;,&quot;candidates&quot;:[{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Donald Trump&quot;,&quot;lastName&quot;:&quot;Trump&quot;,&quot;firstName&quot;:&quot;Donald&quot;,&quot;partyName&quot;:&quot;Republican&quot;,&quot;majorParty&quot;:&quot;REP&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:8639,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;trump&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;R&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Nikki Haley&quot;,&quot;lastName&quot;:&quot;Haley&quot;,&quot;firstName&quot;:&quot;Nikki&quot;,&quot;partyName&quot;:&quot;Republican&quot;,&quot;majorParty&quot;:&quot;REP&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:60420,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;haley&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;R&quot;}],&quot;countyName&quot;:&quot;Dale&quot;,&quot;contestType&quot;:&quot;PR&quot;,&quot;externalKey&quot;:&quot;production-key&quot;,&quot;extractedAt&quot;:&quot;2024-03-27T16:35:44.425480&quot;,&quot;electionType&quot;:&quot;R&quot;,&quot;raceTypeCode&quot;:&quot;P&quot;,&quot;resourceType&quot;:&quot;county-races&quot;,&quot;stateFipsCode&quot;:&quot;01&quot;,&quot;voteTimestamp&quot;:&quot;2024-03-25T16:54:03.000Z&quot;,&quot;countyFipsCode&quot;:&quot;01045&quot;,&quot;percentReporting&quot;:&quot;&quot;,&quot;stateAbbreviation&quot;:&quot;AL&quot;},{&quot;cid&quot;:&quot;ESS::CountyRace::1711557344296&quot;,&quot;ecKey&quot;:&quot;2024-PR-AL&quot;,&quot;stateId&quot;:1,&quot;version&quot;:1,&quot;raceType&quot;:&quot;P&quot;,&quot;stateName&quot;:&quot;Alabama&quot;,&quot;candidates&quot;:[{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Donald Trump&quot;,&quot;lastName&quot;:&quot;Trump&quot;,&quot;firstName&quot;:&quot;Donald&quot;,&quot;partyName&quot;:&quot;Republican&quot;,&quot;majorParty&quot;:&quot;REP&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:8639,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;trump&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;R&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Nikki Haley&quot;,&quot;lastName&quot;:&quot;Haley&quot;,&quot;firstName&quot;:&quot;Nikki&quot;,&quot;partyName&quot;:&quot;Republican&quot;,&quot;majorParty&quot;:&quot;REP&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:60420,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;haley&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;R&quot;}],&quot;countyName&quot;:&quot;Dallas&quot;,&quot;contestType&quot;:&quot;PR&quot;,&quot;externalKey&quot;:&quot;production-key&quot;,&quot;extractedAt&quot;:&quot;2024-03-27T16:35:44.425480&quot;,&quot;electionType&quot;:&quot;R&quot;,&quot;raceTypeCode&quot;:&quot;P&quot;,&quot;resourceType&quot;:&quot;county-races&quot;,&quot;stateFipsCode&quot;:&quot;01&quot;,&quot;voteTimestamp&quot;:&quot;2024-03-06T04:25:44.000Z&quot;,&quot;countyFipsCode&quot;:&quot;01047&quot;,&quot;percentReporting&quot;:&quot;&quot;,&quot;stateAbbreviation&quot;:&quot;AL&quot;},{&quot;cid&quot;:&quot;ESS::CountyRace::1711557344296&quot;,&quot;ecKey&quot;:&quot;2024-PR-AL&quot;,&quot;stateId&quot;:1,&quot;version&quot;:1,&quot;raceType&quot;:&quot;P&quot;,&quot;stateName&quot;:&quot;Alabama&quot;,&quot;candidates&quot;:[{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Donald Trump&quot;,&quot;lastName&quot;:&quot;Trump&quot;,&quot;firstName&quot;:&quot;Donald&quot;,&quot;partyName&quot;:&quot;Republican&quot;,&quot;majorParty&quot;:&quot;REP&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:8639,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;trump&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;R&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Nikki Haley&quot;,&quot;lastName&quot;:&quot;Haley&quot;,&quot;firstName&quot;:&quot;Nikki&quot;,&quot;partyName&quot;:&quot;Republican&quot;,&quot;majorParty&quot;:&quot;REP&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:60420,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;haley&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;R&quot;}],&quot;countyName&quot;:&quot;DeKalb&quot;,&quot;contestType&quot;:&quot;PR&quot;,&quot;externalKey&quot;:&quot;production-key&quot;,&quot;extractedAt&quot;:&quot;2024-03-27T16:35:44.425480&quot;,&quot;electionType&quot;:&quot;R&quot;,&quot;raceTypeCode&quot;:&quot;P&quot;,&quot;resourceType&quot;:&quot;county-races&quot;,&quot;stateFipsCode&quot;:&quot;01&quot;,&quot;voteTimestamp&quot;:&quot;2024-03-25T16:37:59.000Z&quot;,&quot;countyFipsCode&quot;:&quot;01049&quot;,&quot;percentReporting&quot;:&quot;&quot;,&quot;stateAbbreviation&quot;:&quot;AL&quot;},{&quot;cid&quot;:&quot;ESS::CountyRace::1711557344296&quot;,&quot;ecKey&quot;:&quot;2024-PR-AL&quot;,&quot;stateId&quot;:1,&quot;version&quot;:1,&quot;raceType&quot;:&quot;P&quot;,&quot;stateName&quot;:&quot;Alabama&quot;,&quot;candidates&quot;:[{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Donald Trump&quot;,&quot;lastName&quot;:&quot;Trump&quot;,&quot;firstName&quot;:&quot;Donald&quot;,&quot;partyName&quot;:&quot;Republican&quot;,&quot;majorParty&quot;:&quot;REP&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:8639,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;trump&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;R&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Nikki Haley&quot;,&quot;lastName&quot;:&quot;Haley&quot;,&quot;firstName&quot;:&quot;Nikki&quot;,&quot;partyName&quot;:&quot;Republican&quot;,&quot;majorParty&quot;:&quot;REP&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:60420,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;haley&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;R&quot;}],&quot;countyName&quot;:&quot;Elmore&quot;,&quot;contestType&quot;:&quot;PR&quot;,&quot;externalKey&quot;:&quot;production-key&quot;,&quot;extractedAt&quot;:&quot;2024-03-27T16:35:44.425480&quot;,&quot;electionType&quot;:&quot;R&quot;,&quot;raceTypeCode&quot;:&quot;P&quot;,&quot;resourceType&quot;:&quot;county-races&quot;,&quot;stateFipsCode&quot;:&quot;01&quot;,&quot;voteTimestamp&quot;:&quot;2024-03-25T16:37:58.000Z&quot;,&quot;countyFipsCode&quot;:&quot;01051&quot;,&quot;percentReporting&quot;:&quot;&quot;,&quot;stateAbbreviation&quot;:&quot;AL&quot;},{&quot;cid&quot;:&quot;ESS::CountyRace::1711557344296&quot;,&quot;ecKey&quot;:&quot;2024-PR-AL&quot;,&quot;stateId&quot;:1,&quot;version&quot;:1,&quot;raceType&quot;:&quot;P&quot;,&quot;stateName&quot;:&quot;Alabama&quot;,&quot;candidates&quot;:[{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Donald Trump&quot;,&quot;lastName&quot;:&quot;Trump&quot;,&quot;firstName&quot;:&quot;Donald&quot;,&quot;partyName&quot;:&quot;Republican&quot;,&quot;majorParty&quot;:&quot;REP&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:8639,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;trump&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;R&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Nikki Haley&quot;,&quot;lastName&quot;:&quot;Haley&quot;,&quot;firstName&quot;:&quot;Nikki&quot;,&quot;partyName&quot;:&quot;Republican&quot;,&quot;majorParty&quot;:&quot;REP&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:60420,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;haley&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;R&quot;}],&quot;countyName&quot;:&quot;Escambia&quot;,&quot;contestType&quot;:&quot;PR&quot;,&quot;externalKey&quot;:&quot;production-key&quot;,&quot;extractedAt&quot;:&quot;2024-03-27T16:35:44.425480&quot;,&quot;electionType&quot;:&quot;R&quot;,&quot;raceTypeCode&quot;:&quot;P&quot;,&quot;resourceType&quot;:&quot;county-races&quot;,&quot;stateFipsCode&quot;:&quot;01&quot;,&quot;voteTimestamp&quot;:&quot;2024-03-25T16:41:12.000Z&quot;,&quot;countyFipsCode&quot;:&quot;01053&quot;,&quot;percentReporting&quot;:&quot;&quot;,&quot;stateAbbreviation&quot;:&quot;AL&quot;},{&quot;cid&quot;:&quot;ESS::CountyRace::1711557344296&quot;,&quot;ecKey&quot;:&quot;2024-PR-AL&quot;,&quot;stateId&quot;:1,&quot;version&quot;:1,&quot;raceType&quot;:&quot;P&quot;,&quot;stateName&quot;:&quot;Alabama&quot;,&quot;candidates&quot;:[{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Donald Trump&quot;,&quot;lastName&quot;:&quot;Trump&quot;,&quot;firstName&quot;:&quot;Donald&quot;,&quot;partyName&quot;:&quot;Republican&quot;,&quot;majorParty&quot;:&quot;REP&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:8639,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;trump&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;R&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Nikki Haley&quot;,&quot;lastName&quot;:&quot;Haley&quot;,&quot;firstName&quot;:&quot;Nikki&quot;,&quot;partyName&quot;:&quot;Republican&quot;,&quot;majorParty&quot;:&quot;REP&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:60420,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;haley&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;R&quot;}],&quot;countyName&quot;:&quot;Etowah&quot;,&quot;contestType&quot;:&quot;PR&quot;,&quot;externalKey&quot;:&quot;production-key&quot;,&quot;extractedAt&quot;:&quot;2024-03-27T16:35:44.425480&quot;,&quot;electionType&quot;:&quot;R&quot;,&quot;raceTypeCode&quot;:&quot;P&quot;,&quot;resourceType&quot;:&quot;county-races&quot;,&quot;stateFipsCode&quot;:&quot;01&quot;,&quot;voteTimestamp&quot;:&quot;2024-03-25T16:38:00.000Z&quot;,&quot;countyFipsCode&quot;:&quot;01055&quot;,&quot;percentReporting&quot;:&quot;&quot;,&quot;stateAbbreviation&quot;:&quot;AL&quot;},{&quot;cid&quot;:&quot;ESS::CountyRace::1711557344296&quot;,&quot;ecKey&quot;:&quot;2024-PR-AL&quot;,&quot;stateId&quot;:1,&quot;version&quot;:1,&quot;raceType&quot;:&quot;P&quot;,&quot;stateName&quot;:&quot;Alabama&quot;,&quot;candidates&quot;:[{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Donald Trump&quot;,&quot;lastName&quot;:&quot;Trump&quot;,&quot;firstName&quot;:&quot;Donald&quot;,&quot;partyName&quot;:&quot;Republican&quot;,&quot;majorParty&quot;:&quot;REP&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:8639,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;trump&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;R&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Nikki Haley&quot;,&quot;lastName&quot;:&quot;Haley&quot;,&quot;firstName&quot;:&quot;Nikki&quot;,&quot;partyName&quot;:&quot;Republican&quot;,&quot;majorParty&quot;:&quot;REP&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:60420,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;haley&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;R&quot;}],&quot;countyName&quot;:&quot;Fayette&quot;,&quot;contestType&quot;:&quot;PR&quot;,&quot;externalKey&quot;:&quot;production-key&quot;,&quot;extractedAt&quot;:&quot;2024-03-27T16:35:44.425480&quot;,&quot;electionType&quot;:&quot;R&quot;,&quot;raceTypeCode&quot;:&quot;P&quot;,&quot;resourceType&quot;:&quot;county-races&quot;,&quot;stateFipsCode&quot;:&quot;01&quot;,&quot;voteTimestamp&quot;:&quot;2024-03-25T16:37:58.000Z&quot;,&quot;countyFipsCode&quot;:&quot;01057&quot;,&quot;percentReporting&quot;:&quot;&quot;,&quot;stateAbbreviation&quot;:&quot;AL&quot;},{&quot;cid&quot;:&quot;ESS::CountyRace::1711557344296&quot;,&quot;ecKey&quot;:&quot;2024-PR-AL&quot;,&quot;stateId&quot;:1,&quot;version&quot;:1,&quot;raceType&quot;:&quot;P&quot;,&quot;stateName&quot;:&quot;Alabama&quot;,&quot;candidates&quot;:[{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Donald Trump&quot;,&quot;lastName&quot;:&quot;Trump&quot;,&quot;firstName&quot;:&quot;Donald&quot;,&quot;partyName&quot;:&quot;Republican&quot;,&quot;majorParty&quot;:&quot;REP&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:8639,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;trump&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;R&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Nikki Haley&quot;,&quot;lastName&quot;:&quot;Haley&quot;,&quot;firstName&quot;:&quot;Nikki&quot;,&quot;partyName&quot;:&quot;Republican&quot;,&quot;majorParty&quot;:&quot;REP&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:60420,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;haley&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;R&quot;}],&quot;countyName&quot;:&quot;Franklin&quot;,&quot;contestType&quot;:&quot;PR&quot;,&quot;externalKey&quot;:&quot;production-key&quot;,&quot;extractedAt&quot;:&quot;2024-03-27T16:35:44.425480&quot;,&quot;electionType&quot;:&quot;R&quot;,&quot;raceTypeCode&quot;:&quot;P&quot;,&quot;resourceType&quot;:&quot;county-races&quot;,&quot;stateFipsCode&quot;:&quot;01&quot;,&quot;voteTimestamp&quot;:&quot;2024-03-25T16:44:51.000Z&quot;,&quot;countyFipsCode&quot;:&quot;01059&quot;,&quot;percentReporting&quot;:&quot;&quot;,&quot;stateAbbreviation&quot;:&quot;AL&quot;},{&quot;cid&quot;:&quot;ESS::CountyRace::1711557344296&quot;,&quot;ecKey&quot;:&quot;2024-PR-AL&quot;,&quot;stateId&quot;:1,&quot;version&quot;:1,&quot;raceType&quot;:&quot;P&quot;,&quot;stateName&quot;:&quot;Alabama&quot;,&quot;candidates&quot;:[{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Donald Trump&quot;,&quot;lastName&quot;:&quot;Trump&quot;,&quot;firstName&quot;:&quot;Donald&quot;,&quot;partyName&quot;:&quot;Republican&quot;,&quot;majorParty&quot;:&quot;REP&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:8639,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;trump&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;R&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Nikki Haley&quot;,&quot;lastName&quot;:&quot;Haley&quot;,&quot;firstName&quot;:&quot;Nikki&quot;,&quot;partyName&quot;:&quot;Republican&quot;,&quot;majorParty&quot;:&quot;REP&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:60420,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;haley&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;R&quot;}],&quot;countyName&quot;:&quot;Geneva&quot;,&quot;contestType&quot;:&quot;PR&quot;,&quot;externalKey&quot;:&quot;production-key&quot;,&quot;extractedAt&quot;:&quot;2024-03-27T16:35:44.425480&quot;,&quot;electionType&quot;:&quot;R&quot;,&quot;raceTypeCode&quot;:&quot;P&quot;,&quot;resourceType&quot;:&quot;county-races&quot;,&quot;stateFipsCode&quot;:&quot;01&quot;,&quot;voteTimestamp&quot;:&quot;2024-03-25T16:52:24.000Z&quot;,&quot;countyFipsCode&quot;:&quot;01061&quot;,&quot;percentReporting&quot;:&quot;&quot;,&quot;stateAbbreviation&quot;:&quot;AL&quot;},{&quot;cid&quot;:&quot;ESS::CountyRace::1711557344296&quot;,&quot;ecKey&quot;:&quot;2024-PR-AL&quot;,&quot;stateId&quot;:1,&quot;version&quot;:1,&quot;raceType&quot;:&quot;P&quot;,&quot;stateName&quot;:&quot;Alabama&quot;,&quot;candidates&quot;:[{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Donald Trump&quot;,&quot;lastName&quot;:&quot;Trump&quot;,&quot;firstName&quot;:&quot;Donald&quot;,&quot;partyName&quot;:&quot;Republican&quot;,&quot;majorParty&quot;:&quot;REP&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:8639,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;trump&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;R&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Nikki Haley&quot;,&quot;lastName&quot;:&quot;Haley&quot;,&quot;firstName&quot;:&quot;Nikki&quot;,&quot;partyName&quot;:&quot;Republican&quot;,&quot;majorParty&quot;:&quot;REP&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:60420,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;haley&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;R&quot;}],&quot;countyName&quot;:&quot;Greene&quot;,&quot;contestType&quot;:&quot;PR&quot;,&quot;externalKey&quot;:&quot;production-key&quot;,&quot;extractedAt&quot;:&quot;2024-03-27T16:35:44.425480&quot;,&quot;electionType&quot;:&quot;R&quot;,&quot;raceTypeCode&quot;:&quot;P&quot;,&quot;resourceType&quot;:&quot;county-races&quot;,&quot;stateFipsCode&quot;:&quot;01&quot;,&quot;voteTimestamp&quot;:&quot;2024-03-25T16:37:58.000Z&quot;,&quot;countyFipsCode&quot;:&quot;01063&quot;,&quot;percentReporting&quot;:&quot;&quot;,&quot;stateAbbreviation&quot;:&quot;AL&quot;},{&quot;cid&quot;:&quot;ESS::CountyRace::1711557344296&quot;,&quot;ecKey&quot;:&quot;2024-PR-AL&quot;,&quot;stateId&quot;:1,&quot;version&quot;:1,&quot;raceType&quot;:&quot;P&quot;,&quot;stateName&quot;:&quot;Alabama&quot;,&quot;candidates&quot;:[{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Donald Trump&quot;,&quot;lastName&quot;:&quot;Trump&quot;,&quot;firstName&quot;:&quot;Donald&quot;,&quot;partyName&quot;:&quot;Republican&quot;,&quot;majorParty&quot;:&quot;REP&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:8639,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;trump&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;R&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Nikki Haley&quot;,&quot;lastName&quot;:&quot;Haley&quot;,&quot;firstName&quot;:&quot;Nikki&quot;,&quot;partyName&quot;:&quot;Republican&quot;,&quot;majorParty&quot;:&quot;REP&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:60420,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;haley&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;R&quot;}],&quot;countyName&quot;:&quot;Hale&quot;,&quot;contestType&quot;:&quot;PR&quot;,&quot;externalKey&quot;:&quot;production-key&quot;,&quot;extractedAt&quot;:&quot;2024-03-27T16:35:44.425480&quot;,&quot;electionType&quot;:&quot;R&quot;,&quot;raceTypeCode&quot;:&quot;P&quot;,&quot;resourceType&quot;:&quot;county-races&quot;,&quot;stateFipsCode&quot;:&quot;01&quot;,&quot;voteTimestamp&quot;:&quot;2024-03-06T04:59:38.000Z&quot;,&quot;countyFipsCode&quot;:&quot;01065&quot;,&quot;percentReporting&quot;:&quot;&quot;,&quot;stateAbbreviation&quot;:&quot;AL&quot;},{&quot;cid&quot;:&quot;ESS::CountyRace::1711557344296&quot;,&quot;ecKey&quot;:&quot;2024-PR-AL&quot;,&quot;stateId&quot;:1,&quot;version&quot;:1,&quot;raceType&quot;:&quot;P&quot;,&quot;stateName&quot;:&quot;Alabama&quot;,&quot;candidates&quot;:[{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Donald Trump&quot;,&quot;lastName&quot;:&quot;Trump&quot;,&quot;firstName&quot;:&quot;Donald&quot;,&quot;partyName&quot;:&quot;Republican&quot;,&quot;majorParty&quot;:&quot;REP&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:8639,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;trump&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;R&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Nikki Haley&quot;,&quot;lastName&quot;:&quot;Haley&quot;,&quot;firstName&quot;:&quot;Nikki&quot;,&quot;partyName&quot;:&quot;Republican&quot;,&quot;majorParty&quot;:&quot;REP&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:60420,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;haley&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;R&quot;}],&quot;countyName&quot;:&quot;Henry&quot;,&quot;contestType&quot;:&quot;PR&quot;,&quot;externalKey&quot;:&quot;production-key&quot;,&quot;extractedAt&quot;:&quot;2024-03-27T16:35:44.425480&quot;,&quot;electionType&quot;:&quot;R&quot;,&quot;raceTypeCode&quot;:&quot;P&quot;,&quot;resourceType&quot;:&quot;county-races&quot;,&quot;stateFipsCode&quot;:&quot;01&quot;,&quot;voteTimestamp&quot;:&quot;2024-03-25T16:50:20.000Z&quot;,&quot;countyFipsCode&quot;:&quot;01067&quot;,&quot;percentReporting&quot;:&quot;&quot;,&quot;stateAbbreviation&quot;:&quot;AL&quot;},{&quot;cid&quot;:&quot;ESS::CountyRace::1711557344296&quot;,&quot;ecKey&quot;:&quot;2024-PR-AL&quot;,&quot;stateId&quot;:1,&quot;version&quot;:1,&quot;raceType&quot;:&quot;P&quot;,&quot;stateName&quot;:&quot;Alabama&quot;,&quot;candidates&quot;:[{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Donald Trump&quot;,&quot;lastName&quot;:&quot;Trump&quot;,&quot;firstName&quot;:&quot;Donald&quot;,&quot;partyName&quot;:&quot;Republican&quot;,&quot;majorParty&quot;:&quot;REP&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:8639,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;trump&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;R&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Nikki Haley&quot;,&quot;lastName&quot;:&quot;Haley&quot;,&quot;firstName&quot;:&quot;Nikki&quot;,&quot;partyName&quot;:&quot;Republican&quot;,&quot;majorParty&quot;:&quot;REP&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:60420,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;haley&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;R&quot;}],&quot;countyName&quot;:&quot;Houston&quot;,&quot;contestType&quot;:&quot;PR&quot;,&quot;externalKey&quot;:&quot;production-key&quot;,&quot;extractedAt&quot;:&quot;2024-03-27T16:35:44.425480&quot;,&quot;electionType&quot;:&quot;R&quot;,&quot;raceTypeCode&quot;:&quot;P&quot;,&quot;resourceType&quot;:&quot;county-races&quot;,&quot;stateFipsCode&quot;:&quot;01&quot;,&quot;voteTimestamp&quot;:&quot;2024-03-25T16:41:38.000Z&quot;,&quot;countyFipsCode&quot;:&quot;01069&quot;,&quot;percentReporting&quot;:&quot;&quot;,&quot;stateAbbreviation&quot;:&quot;AL&quot;},{&quot;cid&quot;:&quot;ESS::CountyRace::1711557344296&quot;,&quot;ecKey&quot;:&quot;2024-PR-AL&quot;,&quot;stateId&quot;:1,&quot;version&quot;:1,&quot;raceType&quot;:&quot;P&quot;,&quot;stateName&quot;:&quot;Alabama&quot;,&quot;candidates&quot;:[{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Donald Trump&quot;,&quot;lastName&quot;:&quot;Trump&quot;,&quot;firstName&quot;:&quot;Donald&quot;,&quot;partyName&quot;:&quot;Republican&quot;,&quot;majorParty&quot;:&quot;REP&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:8639,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;trump&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;R&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Nikki Haley&quot;,&quot;lastName&quot;:&quot;Haley&quot;,&quot;firstName&quot;:&quot;Nikki&quot;,&quot;partyName&quot;:&quot;Republican&quot;,&quot;majorParty&quot;:&quot;REP&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:60420,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;haley&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;R&quot;}],&quot;countyName&quot;:&quot;Jackson&quot;,&quot;contestType&quot;:&quot;PR&quot;,&quot;externalKey&quot;:&quot;production-key&quot;,&quot;extractedAt&quot;:&quot;2024-03-27T16:35:44.425480&quot;,&quot;electionType&quot;:&quot;R&quot;,&quot;raceTypeCode&quot;:&quot;P&quot;,&quot;resourceType&quot;:&quot;county-races&quot;,&quot;stateFipsCode&quot;:&quot;01&quot;,&quot;voteTimestamp&quot;:&quot;2024-03-25T16:37:58.000Z&quot;,&quot;countyFipsCode&quot;:&quot;01071&quot;,&quot;percentReporting&quot;:&quot;&quot;,&quot;stateAbbreviation&quot;:&quot;AL&quot;},{&quot;cid&quot;:&quot;ESS::CountyRace::1711557344296&quot;,&quot;ecKey&quot;:&quot;2024-PR-AL&quot;,&quot;stateId&quot;:1,&quot;version&quot;:1,&quot;raceType&quot;:&quot;P&quot;,&quot;stateName&quot;:&quot;Alabama&quot;,&quot;candidates&quot;:[{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Donald Trump&quot;,&quot;lastName&quot;:&quot;Trump&quot;,&quot;firstName&quot;:&quot;Donald&quot;,&quot;partyName&quot;:&quot;Republican&quot;,&quot;majorParty&quot;:&quot;REP&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:8639,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;trump&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;R&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Nikki Haley&quot;,&quot;lastName&quot;:&quot;Haley&quot;,&quot;firstName&quot;:&quot;Nikki&quot;,&quot;partyName&quot;:&quot;Republican&quot;,&quot;majorParty&quot;:&quot;REP&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:60420,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;haley&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;R&quot;}],&quot;countyName&quot;:&quot;Jefferson&quot;,&quot;contestType&quot;:&quot;PR&quot;,&quot;externalKey&quot;:&quot;production-key&quot;,&quot;extractedAt&quot;:&quot;2024-03-27T16:35:44.425480&quot;,&quot;electionType&quot;:&quot;R&quot;,&quot;raceTypeCode&quot;:&quot;P&quot;,&quot;resourceType&quot;:&quot;county-races&quot;,&quot;stateFipsCode&quot;:&quot;01&quot;,&quot;voteTimestamp&quot;:&quot;2024-03-25T16:50:52.000Z&quot;,&quot;countyFipsCode&quot;:&quot;01073&quot;,&quot;percentReporting&quot;:&quot;&quot;,&quot;stateAbbreviation&quot;:&quot;AL&quot;},{&quot;cid&quot;:&quot;ESS::CountyRace::1711557344296&quot;,&quot;ecKey&quot;:&quot;2024-PR-AL&quot;,&quot;stateId&quot;:1,&quot;version&quot;:1,&quot;raceType&quot;:&quot;P&quot;,&quot;stateName&quot;:&quot;Alabama&quot;,&quot;candidates&quot;:[{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Donald Trump&quot;,&quot;lastName&quot;:&quot;Trump&quot;,&quot;firstName&quot;:&quot;Donald&quot;,&quot;partyName&quot;:&quot;Republican&quot;,&quot;majorParty&quot;:&quot;REP&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:8639,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;trump&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;R&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Nikki Haley&quot;,&quot;lastName&quot;:&quot;Haley&quot;,&quot;firstName&quot;:&quot;Nikki&quot;,&quot;partyName&quot;:&quot;Republican&quot;,&quot;majorParty&quot;:&quot;REP&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:60420,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;haley&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;R&quot;}],&quot;countyName&quot;:&quot;Lamar&quot;,&quot;contestType&quot;:&quot;PR&quot;,&quot;externalKey&quot;:&quot;production-key&quot;,&quot;extractedAt&quot;:&quot;2024-03-27T16:35:44.425480&quot;,&quot;electionType&quot;:&quot;R&quot;,&quot;raceTypeCode&quot;:&quot;P&quot;,&quot;resourceType&quot;:&quot;county-races&quot;,&quot;stateFipsCode&quot;:&quot;01&quot;,&quot;voteTimestamp&quot;:&quot;2024-03-25T16:52:42.000Z&quot;,&quot;countyFipsCode&quot;:&quot;01075&quot;,&quot;percentReporting&quot;:&quot;&quot;,&quot;stateAbbreviation&quot;:&quot;AL&quot;},{&quot;cid&quot;:&quot;ESS::CountyRace::1711557344296&quot;,&quot;ecKey&quot;:&quot;2024-PR-AL&quot;,&quot;stateId&quot;:1,&quot;version&quot;:1,&quot;raceType&quot;:&quot;P&quot;,&quot;stateName&quot;:&quot;Alabama&quot;,&quot;candidates&quot;:[{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Donald Trump&quot;,&quot;lastName&quot;:&quot;Trump&quot;,&quot;firstName&quot;:&quot;Donald&quot;,&quot;partyName&quot;:&quot;Republican&quot;,&quot;majorParty&quot;:&quot;REP&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:8639,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;trump&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;R&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Nikki Haley&quot;,&quot;lastName&quot;:&quot;Haley&quot;,&quot;firstName&quot;:&quot;Nikki&quot;,&quot;partyName&quot;:&quot;Republican&quot;,&quot;majorParty&quot;:&quot;REP&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:60420,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;haley&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;R&quot;}],&quot;countyName&quot;:&quot;Lauderdale&quot;,&quot;contestType&quot;:&quot;PR&quot;,&quot;externalKey&quot;:&quot;production-key&quot;,&quot;extractedAt&quot;:&quot;2024-03-27T16:35:44.425480&quot;,&quot;electionType&quot;:&quot;R&quot;,&quot;raceTypeCode&quot;:&quot;P&quot;,&quot;resourceType&quot;:&quot;county-races&quot;,&quot;stateFipsCode&quot;:&quot;01&quot;,&quot;voteTimestamp&quot;:&quot;2024-03-25T16:37:58.000Z&quot;,&quot;countyFipsCode&quot;:&quot;01077&quot;,&quot;percentReporting&quot;:&quot;&quot;,&quot;stateAbbreviation&quot;:&quot;AL&quot;},{&quot;cid&quot;:&quot;ESS::CountyRace::1711557344296&quot;,&quot;ecKey&quot;:&quot;2024-PR-AL&quot;,&quot;stateId&quot;:1,&quot;version&quot;:1,&quot;raceType&quot;:&quot;P&quot;,&quot;stateName&quot;:&quot;Alabama&quot;,&quot;candidates&quot;:[{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Donald Trump&quot;,&quot;lastName&quot;:&quot;Trump&quot;,&quot;firstName&quot;:&quot;Donald&quot;,&quot;partyName&quot;:&quot;Republican&quot;,&quot;majorParty&quot;:&quot;REP&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:8639,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;trump&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;R&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Nikki Haley&quot;,&quot;lastName&quot;:&quot;Haley&quot;,&quot;firstName&quot;:&quot;Nikki&quot;,&quot;partyName&quot;:&quot;Republican&quot;,&quot;majorParty&quot;:&quot;REP&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:60420,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;haley&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;R&quot;}],&quot;countyName&quot;:&quot;Lawrence&quot;,&quot;contestType&quot;:&quot;PR&quot;,&quot;externalKey&quot;:&quot;production-key&quot;,&quot;extractedAt&quot;:&quot;2024-03-27T16:35:44.425480&quot;,&quot;electionType&quot;:&quot;R&quot;,&quot;raceTypeCode&quot;:&quot;P&quot;,&quot;resourceType&quot;:&quot;county-races&quot;,&quot;stateFipsCode&quot;:&quot;01&quot;,&quot;voteTimestamp&quot;:&quot;2024-03-25T16:37:58.000Z&quot;,&quot;countyFipsCode&quot;:&quot;01079&quot;,&quot;percentReporting&quot;:&quot;&quot;,&quot;stateAbbreviation&quot;:&quot;AL&quot;},{&quot;cid&quot;:&quot;ESS::CountyRace::1711557344296&quot;,&quot;ecKey&quot;:&quot;2024-PR-AL&quot;,&quot;stateId&quot;:1,&quot;version&quot;:1,&quot;raceType&quot;:&quot;P&quot;,&quot;stateName&quot;:&quot;Alabama&quot;,&quot;candidates&quot;:[{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Donald Trump&quot;,&quot;lastName&quot;:&quot;Trump&quot;,&quot;firstName&quot;:&quot;Donald&quot;,&quot;partyName&quot;:&quot;Republican&quot;,&quot;majorParty&quot;:&quot;REP&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:8639,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;trump&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;R&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Nikki Haley&quot;,&quot;lastName&quot;:&quot;Haley&quot;,&quot;firstName&quot;:&quot;Nikki&quot;,&quot;partyName&quot;:&quot;Republican&quot;,&quot;majorParty&quot;:&quot;REP&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:60420,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;haley&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;R&quot;}],&quot;countyName&quot;:&quot;Lee&quot;,&quot;contestType&quot;:&quot;PR&quot;,&quot;externalKey&quot;:&quot;production-key&quot;,&quot;extractedAt&quot;:&quot;2024-03-27T16:35:44.425480&quot;,&quot;electionType&quot;:&quot;R&quot;,&quot;raceTypeCode&quot;:&quot;P&quot;,&quot;resourceType&quot;:&quot;county-races&quot;,&quot;stateFipsCode&quot;:&quot;01&quot;,&quot;voteTimestamp&quot;:&quot;2024-03-25T16:37:58.000Z&quot;,&quot;countyFipsCode&quot;:&quot;01081&quot;,&quot;percentReporting&quot;:&quot;&quot;,&quot;stateAbbreviation&quot;:&quot;AL&quot;},{&quot;cid&quot;:&quot;ESS::CountyRace::1711557344296&quot;,&quot;ecKey&quot;:&quot;2024-PR-AL&quot;,&quot;stateId&quot;:1,&quot;version&quot;:1,&quot;raceType&quot;:&quot;P&quot;,&quot;stateName&quot;:&quot;Alabama&quot;,&quot;candidates&quot;:[{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Donald Trump&quot;,&quot;lastName&quot;:&quot;Trump&quot;,&quot;firstName&quot;:&quot;Donald&quot;,&quot;partyName&quot;:&quot;Republican&quot;,&quot;majorParty&quot;:&quot;REP&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:8639,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;trump&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;R&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Nikki Haley&quot;,&quot;lastName&quot;:&quot;Haley&quot;,&quot;firstName&quot;:&quot;Nikki&quot;,&quot;partyName&quot;:&quot;Republican&quot;,&quot;majorParty&quot;:&quot;REP&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:60420,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;haley&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;R&quot;}],&quot;countyName&quot;:&quot;Limestone&quot;,&quot;contestType&quot;:&quot;PR&quot;,&quot;externalKey&quot;:&quot;production-key&quot;,&quot;extractedAt&quot;:&quot;2024-03-27T16:35:44.425480&quot;,&quot;electionType&quot;:&quot;R&quot;,&quot;raceTypeCode&quot;:&quot;P&quot;,&quot;resourceType&quot;:&quot;county-races&quot;,&quot;stateFipsCode&quot;:&quot;01&quot;,&quot;voteTimestamp&quot;:&quot;2024-03-25T16:37:58.000Z&quot;,&quot;countyFipsCode&quot;:&quot;01083&quot;,&quot;percentReporting&quot;:&quot;&quot;,&quot;stateAbbreviation&quot;:&quot;AL&quot;},{&quot;cid&quot;:&quot;ESS::CountyRace::1711557344296&quot;,&quot;ecKey&quot;:&quot;2024-PR-AL&quot;,&quot;stateId&quot;:1,&quot;version&quot;:1,&quot;raceType&quot;:&quot;P&quot;,&quot;stateName&quot;:&quot;Alabama&quot;,&quot;candidates&quot;:[{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Donald Trump&quot;,&quot;lastName&quot;:&quot;Trump&quot;,&quot;firstName&quot;:&quot;Donald&quot;,&quot;partyName&quot;:&quot;Republican&quot;,&quot;majorParty&quot;:&quot;REP&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:8639,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;trump&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;R&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Nikki Haley&quot;,&quot;lastName&quot;:&quot;Haley&quot;,&quot;firstName&quot;:&quot;Nikki&quot;,&quot;partyName&quot;:&quot;Republican&quot;,&quot;majorParty&quot;:&quot;REP&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:60420,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;haley&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;R&quot;}],&quot;countyName&quot;:&quot;Lowndes&quot;,&quot;contestType&quot;:&quot;PR&quot;,&quot;externalKey&quot;:&quot;production-key&quot;,&quot;extractedAt&quot;:&quot;2024-03-27T16:35:44.425480&quot;,&quot;electionType&quot;:&quot;R&quot;,&quot;raceTypeCode&quot;:&quot;P&quot;,&quot;resourceType&quot;:&quot;county-races&quot;,&quot;stateFipsCode&quot;:&quot;01&quot;,&quot;voteTimestamp&quot;:&quot;2024-03-06T04:00:51.000Z&quot;,&quot;countyFipsCode&quot;:&quot;01085&quot;,&quot;percentReporting&quot;:&quot;&quot;,&quot;stateAbbreviation&quot;:&quot;AL&quot;},{&quot;cid&quot;:&quot;ESS::CountyRace::1711557344296&quot;,&quot;ecKey&quot;:&quot;2024-PR-AL&quot;,&quot;stateId&quot;:1,&quot;version&quot;:1,&quot;raceType&quot;:&quot;P&quot;,&quot;stateName&quot;:&quot;Alabama&quot;,&quot;candidates&quot;:[{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Donald Trump&quot;,&quot;lastName&quot;:&quot;Trump&quot;,&quot;firstName&quot;:&quot;Donald&quot;,&quot;partyName&quot;:&quot;Republican&quot;,&quot;majorParty&quot;:&quot;REP&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:8639,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;trump&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;R&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Nikki Haley&quot;,&quot;lastName&quot;:&quot;Haley&quot;,&quot;firstName&quot;:&quot;Nikki&quot;,&quot;partyName&quot;:&quot;Republican&quot;,&quot;majorParty&quot;:&quot;REP&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:60420,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;haley&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;R&quot;}],&quot;countyName&quot;:&quot;Macon&quot;,&quot;contestType&quot;:&quot;PR&quot;,&quot;externalKey&quot;:&quot;production-key&quot;,&quot;extractedAt&quot;:&quot;2024-03-27T16:35:44.425480&quot;,&quot;electionType&quot;:&quot;R&quot;,&quot;raceTypeCode&quot;:&quot;P&quot;,&quot;resourceType&quot;:&quot;county-races&quot;,&quot;stateFipsCode&quot;:&quot;01&quot;,&quot;voteTimestamp&quot;:&quot;2024-03-25T16:54:52.000Z&quot;,&quot;countyFipsCode&quot;:&quot;01087&quot;,&quot;percentReporting&quot;:&quot;&quot;,&quot;stateAbbreviation&quot;:&quot;AL&quot;},{&quot;cid&quot;:&quot;ESS::CountyRace::1711557344296&quot;,&quot;ecKey&quot;:&quot;2024-PR-AL&quot;,&quot;stateId&quot;:1,&quot;version&quot;:1,&quot;raceType&quot;:&quot;P&quot;,&quot;stateName&quot;:&quot;Alabama&quot;,&quot;candidates&quot;:[{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Donald Trump&quot;,&quot;lastName&quot;:&quot;Trump&quot;,&quot;firstName&quot;:&quot;Donald&quot;,&quot;partyName&quot;:&quot;Republican&quot;,&quot;majorParty&quot;:&quot;REP&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:8639,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;trump&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;R&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Nikki Haley&quot;,&quot;lastName&quot;:&quot;Haley&quot;,&quot;firstName&quot;:&quot;Nikki&quot;,&quot;partyName&quot;:&quot;Republican&quot;,&quot;majorParty&quot;:&quot;REP&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:60420,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;haley&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;R&quot;}],&quot;countyName&quot;:&quot;Madison&quot;,&quot;contestType&quot;:&quot;PR&quot;,&quot;externalKey&quot;:&quot;production-key&quot;,&quot;extractedAt&quot;:&quot;2024-03-27T16:35:44.425480&quot;,&quot;electionType&quot;:&quot;R&quot;,&quot;raceTypeCode&quot;:&quot;P&quot;,&quot;resourceType&quot;:&quot;county-races&quot;,&quot;stateFipsCode&quot;:&quot;01&quot;,&quot;voteTimestamp&quot;:&quot;2024-03-25T16:47:48.000Z&quot;,&quot;countyFipsCode&quot;:&quot;01089&quot;,&quot;percentReporting&quot;:&quot;&quot;,&quot;stateAbbreviation&quot;:&quot;AL&quot;},{&quot;cid&quot;:&quot;ESS::CountyRace::1711557344296&quot;,&quot;ecKey&quot;:&quot;2024-PR-AL&quot;,&quot;stateId&quot;:1,&quot;version&quot;:1,&quot;raceType&quot;:&quot;P&quot;,&quot;stateName&quot;:&quot;Alabama&quot;,&quot;candidates&quot;:[{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Donald Trump&quot;,&quot;lastName&quot;:&quot;Trump&quot;,&quot;firstName&quot;:&quot;Donald&quot;,&quot;partyName&quot;:&quot;Republican&quot;,&quot;majorParty&quot;:&quot;REP&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:8639,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;trump&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;R&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Nikki Haley&quot;,&quot;lastName&quot;:&quot;Haley&quot;,&quot;firstName&quot;:&quot;Nikki&quot;,&quot;partyName&quot;:&quot;Republican&quot;,&quot;majorParty&quot;:&quot;REP&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:60420,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;haley&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;R&quot;}],&quot;countyName&quot;:&quot;Marengo&quot;,&quot;contestType&quot;:&quot;PR&quot;,&quot;externalKey&quot;:&quot;production-key&quot;,&quot;extractedAt&quot;:&quot;2024-03-27T16:35:44.425480&quot;,&quot;electionType&quot;:&quot;R&quot;,&quot;raceTypeCode&quot;:&quot;P&quot;,&quot;resourceType&quot;:&quot;county-races&quot;,&quot;stateFipsCode&quot;:&quot;01&quot;,&quot;voteTimestamp&quot;:&quot;2024-03-25T16:52:50.000Z&quot;,&quot;countyFipsCode&quot;:&quot;01091&quot;,&quot;percentReporting&quot;:&quot;&quot;,&quot;stateAbbreviation&quot;:&quot;AL&quot;},{&quot;cid&quot;:&quot;ESS::CountyRace::1711557344296&quot;,&quot;ecKey&quot;:&quot;2024-PR-AL&quot;,&quot;stateId&quot;:1,&quot;version&quot;:1,&quot;raceType&quot;:&quot;P&quot;,&quot;stateName&quot;:&quot;Alabama&quot;,&quot;candidates&quot;:[{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Donald Trump&quot;,&quot;lastName&quot;:&quot;Trump&quot;,&quot;firstName&quot;:&quot;Donald&quot;,&quot;partyName&quot;:&quot;Republican&quot;,&quot;majorParty&quot;:&quot;REP&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:8639,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;trump&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;R&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Nikki Haley&quot;,&quot;lastName&quot;:&quot;Haley&quot;,&quot;firstName&quot;:&quot;Nikki&quot;,&quot;partyName&quot;:&quot;Republican&quot;,&quot;majorParty&quot;:&quot;REP&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:60420,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;haley&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;R&quot;}],&quot;countyName&quot;:&quot;Marion&quot;,&quot;contestType&quot;:&quot;PR&quot;,&quot;externalKey&quot;:&quot;production-key&quot;,&quot;extractedAt&quot;:&quot;2024-03-27T16:35:44.425480&quot;,&quot;electionType&quot;:&quot;R&quot;,&quot;raceTypeCode&quot;:&quot;P&quot;,&quot;resourceType&quot;:&quot;county-races&quot;,&quot;stateFipsCode&quot;:&quot;01&quot;,&quot;voteTimestamp&quot;:&quot;2024-03-25T16:53:28.000Z&quot;,&quot;countyFipsCode&quot;:&quot;01093&quot;,&quot;percentReporting&quot;:&quot;&quot;,&quot;stateAbbreviation&quot;:&quot;AL&quot;},{&quot;cid&quot;:&quot;ESS::CountyRace::1711557344296&quot;,&quot;ecKey&quot;:&quot;2024-PR-AL&quot;,&quot;stateId&quot;:1,&quot;version&quot;:1,&quot;raceType&quot;:&quot;P&quot;,&quot;stateName&quot;:&quot;Alabama&quot;,&quot;candidates&quot;:[{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Donald Trump&quot;,&quot;lastName&quot;:&quot;Trump&quot;,&quot;firstName&quot;:&quot;Donald&quot;,&quot;partyName&quot;:&quot;Republican&quot;,&quot;majorParty&quot;:&quot;REP&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:8639,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;trump&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;R&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Nikki Haley&quot;,&quot;lastName&quot;:&quot;Haley&quot;,&quot;firstName&quot;:&quot;Nikki&quot;,&quot;partyName&quot;:&quot;Republican&quot;,&quot;majorParty&quot;:&quot;REP&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:60420,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;haley&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;R&quot;}],&quot;countyName&quot;:&quot;Marshall&quot;,&quot;contestType&quot;:&quot;PR&quot;,&quot;externalKey&quot;:&quot;production-key&quot;,&quot;extractedAt&quot;:&quot;2024-03-27T16:35:44.425480&quot;,&quot;electionType&quot;:&quot;R&quot;,&quot;raceTypeCode&quot;:&quot;P&quot;,&quot;resourceType&quot;:&quot;county-races&quot;,&quot;stateFipsCode&quot;:&quot;01&quot;,&quot;voteTimestamp&quot;:&quot;2024-03-25T16:37:58.000Z&quot;,&quot;countyFipsCode&quot;:&quot;01095&quot;,&quot;percentReporting&quot;:&quot;&quot;,&quot;stateAbbreviation&quot;:&quot;AL&quot;},{&quot;cid&quot;:&quot;ESS::CountyRace::1711557344296&quot;,&quot;ecKey&quot;:&quot;2024-PR-AL&quot;,&quot;stateId&quot;:1,&quot;version&quot;:1,&quot;raceType&quot;:&quot;P&quot;,&quot;stateName&quot;:&quot;Alabama&quot;,&quot;candidates&quot;:[{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Donald Trump&quot;,&quot;lastName&quot;:&quot;Trump&quot;,&quot;firstName&quot;:&quot;Donald&quot;,&quot;partyName&quot;:&quot;Republican&quot;,&quot;majorParty&quot;:&quot;REP&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:8639,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;trump&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;R&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Nikki Haley&quot;,&quot;lastName&quot;:&quot;Haley&quot;,&quot;firstName&quot;:&quot;Nikki&quot;,&quot;partyName&quot;:&quot;Republican&quot;,&quot;majorParty&quot;:&quot;REP&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:60420,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;haley&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;R&quot;}],&quot;countyName&quot;:&quot;Mobile&quot;,&quot;contestType&quot;:&quot;PR&quot;,&quot;externalKey&quot;:&quot;production-key&quot;,&quot;extractedAt&quot;:&quot;2024-03-27T16:35:44.425480&quot;,&quot;electionType&quot;:&quot;R&quot;,&quot;raceTypeCode&quot;:&quot;P&quot;,&quot;resourceType&quot;:&quot;county-races&quot;,&quot;stateFipsCode&quot;:&quot;01&quot;,&quot;voteTimestamp&quot;:&quot;2024-03-25T16:41:31.000Z&quot;,&quot;countyFipsCode&quot;:&quot;01097&quot;,&quot;percentReporting&quot;:&quot;&quot;,&quot;stateAbbreviation&quot;:&quot;AL&quot;},{&quot;cid&quot;:&quot;ESS::CountyRace::1711557344296&quot;,&quot;ecKey&quot;:&quot;2024-PR-AL&quot;,&quot;stateId&quot;:1,&quot;version&quot;:1,&quot;raceType&quot;:&quot;P&quot;,&quot;stateName&quot;:&quot;Alabama&quot;,&quot;candidates&quot;:[{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Donald Trump&quot;,&quot;lastName&quot;:&quot;Trump&quot;,&quot;firstName&quot;:&quot;Donald&quot;,&quot;partyName&quot;:&quot;Republican&quot;,&quot;majorParty&quot;:&quot;REP&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:8639,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;trump&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;R&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Nikki Haley&quot;,&quot;lastName&quot;:&quot;Haley&quot;,&quot;firstName&quot;:&quot;Nikki&quot;,&quot;partyName&quot;:&quot;Republican&quot;,&quot;majorParty&quot;:&quot;REP&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:60420,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;haley&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;R&quot;}],&quot;countyName&quot;:&quot;Monroe&quot;,&quot;contestType&quot;:&quot;PR&quot;,&quot;externalKey&quot;:&quot;production-key&quot;,&quot;extractedAt&quot;:&quot;2024-03-27T16:35:44.425480&quot;,&quot;electionType&quot;:&quot;R&quot;,&quot;raceTypeCode&quot;:&quot;P&quot;,&quot;resourceType&quot;:&quot;county-races&quot;,&quot;stateFipsCode&quot;:&quot;01&quot;,&quot;voteTimestamp&quot;:&quot;2024-03-25T16:41:11.000Z&quot;,&quot;countyFipsCode&quot;:&quot;01099&quot;,&quot;percentReporting&quot;:&quot;&quot;,&quot;stateAbbreviation&quot;:&quot;AL&quot;},{&quot;cid&quot;:&quot;ESS::CountyRace::1711557344296&quot;,&quot;ecKey&quot;:&quot;2024-PR-AL&quot;,&quot;stateId&quot;:1,&quot;version&quot;:1,&quot;raceType&quot;:&quot;P&quot;,&quot;stateName&quot;:&quot;Alabama&quot;,&quot;candidates&quot;:[{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Donald Trump&quot;,&quot;lastName&quot;:&quot;Trump&quot;,&quot;firstName&quot;:&quot;Donald&quot;,&quot;partyName&quot;:&quot;Republican&quot;,&quot;majorParty&quot;:&quot;REP&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:8639,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;trump&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;R&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Nikki Haley&quot;,&quot;lastName&quot;:&quot;Haley&quot;,&quot;firstName&quot;:&quot;Nikki&quot;,&quot;partyName&quot;:&quot;Republican&quot;,&quot;majorParty&quot;:&quot;REP&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:60420,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;haley&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;R&quot;}],&quot;countyName&quot;:&quot;Montgomery&quot;,&quot;contestType&quot;:&quot;PR&quot;,&quot;externalKey&quot;:&quot;production-key&quot;,&quot;extractedAt&quot;:&quot;2024-03-27T16:35:44.425480&quot;,&quot;electionType&quot;:&quot;R&quot;,&quot;raceTypeCode&quot;:&quot;P&quot;,&quot;resourceType&quot;:&quot;county-races&quot;,&quot;stateFipsCode&quot;:&quot;01&quot;,&quot;voteTimestamp&quot;:&quot;2024-03-25T16:56:24.000Z&quot;,&quot;countyFipsCode&quot;:&quot;01101&quot;,&quot;percentReporting&quot;:&quot;&quot;,&quot;stateAbbreviation&quot;:&quot;AL&quot;},{&quot;cid&quot;:&quot;ESS::CountyRace::1711557344296&quot;,&quot;ecKey&quot;:&quot;2024-PR-AL&quot;,&quot;stateId&quot;:1,&quot;version&quot;:1,&quot;raceType&quot;:&quot;P&quot;,&quot;stateName&quot;:&quot;Alabama&quot;,&quot;candidates&quot;:[{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Donald Trump&quot;,&quot;lastName&quot;:&quot;Trump&quot;,&quot;firstName&quot;:&quot;Donald&quot;,&quot;partyName&quot;:&quot;Republican&quot;,&quot;majorParty&quot;:&quot;REP&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:8639,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;trump&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;R&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Nikki Haley&quot;,&quot;lastName&quot;:&quot;Haley&quot;,&quot;firstName&quot;:&quot;Nikki&quot;,&quot;partyName&quot;:&quot;Republican&quot;,&quot;majorParty&quot;:&quot;REP&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:60420,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;haley&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;R&quot;}],&quot;countyName&quot;:&quot;Morgan&quot;,&quot;contestType&quot;:&quot;PR&quot;,&quot;externalKey&quot;:&quot;production-key&quot;,&quot;extractedAt&quot;:&quot;2024-03-27T16:35:44.425480&quot;,&quot;electionType&quot;:&quot;R&quot;,&quot;raceTypeCode&quot;:&quot;P&quot;,&quot;resourceType&quot;:&quot;county-races&quot;,&quot;stateFipsCode&quot;:&quot;01&quot;,&quot;voteTimestamp&quot;:&quot;2024-03-25T16:37:58.000Z&quot;,&quot;countyFipsCode&quot;:&quot;01103&quot;,&quot;percentReporting&quot;:&quot;&quot;,&quot;stateAbbreviation&quot;:&quot;AL&quot;},{&quot;cid&quot;:&quot;ESS::CountyRace::1711557344296&quot;,&quot;ecKey&quot;:&quot;2024-PR-AL&quot;,&quot;stateId&quot;:1,&quot;version&quot;:1,&quot;raceType&quot;:&quot;P&quot;,&quot;stateName&quot;:&quot;Alabama&quot;,&quot;candidates&quot;:[{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Donald Trump&quot;,&quot;lastName&quot;:&quot;Trump&quot;,&quot;firstName&quot;:&quot;Donald&quot;,&quot;partyName&quot;:&quot;Republican&quot;,&quot;majorParty&quot;:&quot;REP&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:8639,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;trump&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;R&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Nikki Haley&quot;,&quot;lastName&quot;:&quot;Haley&quot;,&quot;firstName&quot;:&quot;Nikki&quot;,&quot;partyName&quot;:&quot;Republican&quot;,&quot;majorParty&quot;:&quot;REP&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:60420,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;haley&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;R&quot;}],&quot;countyName&quot;:&quot;Perry&quot;,&quot;contestType&quot;:&quot;PR&quot;,&quot;externalKey&quot;:&quot;production-key&quot;,&quot;extractedAt&quot;:&quot;2024-03-27T16:35:44.425480&quot;,&quot;electionType&quot;:&quot;R&quot;,&quot;raceTypeCode&quot;:&quot;P&quot;,&quot;resourceType&quot;:&quot;county-races&quot;,&quot;stateFipsCode&quot;:&quot;01&quot;,&quot;voteTimestamp&quot;:&quot;2024-03-25T16:37:58.000Z&quot;,&quot;countyFipsCode&quot;:&quot;01105&quot;,&quot;percentReporting&quot;:&quot;&quot;,&quot;stateAbbreviation&quot;:&quot;AL&quot;},{&quot;cid&quot;:&quot;ESS::CountyRace::1711557344296&quot;,&quot;ecKey&quot;:&quot;2024-PR-AL&quot;,&quot;stateId&quot;:1,&quot;version&quot;:1,&quot;raceType&quot;:&quot;P&quot;,&quot;stateName&quot;:&quot;Alabama&quot;,&quot;candidates&quot;:[{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Donald Trump&quot;,&quot;lastName&quot;:&quot;Trump&quot;,&quot;firstName&quot;:&quot;Donald&quot;,&quot;partyName&quot;:&quot;Republican&quot;,&quot;majorParty&quot;:&quot;REP&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:8639,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;trump&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;R&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Nikki Haley&quot;,&quot;lastName&quot;:&quot;Haley&quot;,&quot;firstName&quot;:&quot;Nikki&quot;,&quot;partyName&quot;:&quot;Republican&quot;,&quot;majorParty&quot;:&quot;REP&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:60420,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;haley&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;R&quot;}],&quot;countyName&quot;:&quot;Pickens&quot;,&quot;contestType&quot;:&quot;PR&quot;,&quot;externalKey&quot;:&quot;production-key&quot;,&quot;extractedAt&quot;:&quot;2024-03-27T16:35:44.425480&quot;,&quot;electionType&quot;:&quot;R&quot;,&quot;raceTypeCode&quot;:&quot;P&quot;,&quot;resourceType&quot;:&quot;county-races&quot;,&quot;stateFipsCode&quot;:&quot;01&quot;,&quot;voteTimestamp&quot;:&quot;2024-03-25T16:37:59.000Z&quot;,&quot;countyFipsCode&quot;:&quot;01107&quot;,&quot;percentReporting&quot;:&quot;&quot;,&quot;stateAbbreviation&quot;:&quot;AL&quot;},{&quot;cid&quot;:&quot;ESS::CountyRace::1711557344296&quot;,&quot;ecKey&quot;:&quot;2024-PR-AL&quot;,&quot;stateId&quot;:1,&quot;version&quot;:1,&quot;raceType&quot;:&quot;P&quot;,&quot;stateName&quot;:&quot;Alabama&quot;,&quot;candidates&quot;:[{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Donald Trump&quot;,&quot;lastName&quot;:&quot;Trump&quot;,&quot;firstName&quot;:&quot;Donald&quot;,&quot;partyName&quot;:&quot;Republican&quot;,&quot;majorParty&quot;:&quot;REP&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:8639,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;trump&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;R&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Nikki Haley&quot;,&quot;lastName&quot;:&quot;Haley&quot;,&quot;firstName&quot;:&quot;Nikki&quot;,&quot;partyName&quot;:&quot;Republican&quot;,&quot;majorParty&quot;:&quot;REP&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:60420,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;haley&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;R&quot;}],&quot;countyName&quot;:&quot;Pike&quot;,&quot;contestType&quot;:&quot;PR&quot;,&quot;externalKey&quot;:&quot;production-key&quot;,&quot;extractedAt&quot;:&quot;2024-03-27T16:35:44.425480&quot;,&quot;electionType&quot;:&quot;R&quot;,&quot;raceTypeCode&quot;:&quot;P&quot;,&quot;resourceType&quot;:&quot;county-races&quot;,&quot;stateFipsCode&quot;:&quot;01&quot;,&quot;voteTimestamp&quot;:&quot;2024-03-25T16:37:58.000Z&quot;,&quot;countyFipsCode&quot;:&quot;01109&quot;,&quot;percentReporting&quot;:&quot;&quot;,&quot;stateAbbreviation&quot;:&quot;AL&quot;},{&quot;cid&quot;:&quot;ESS::CountyRace::1711557344296&quot;,&quot;ecKey&quot;:&quot;2024-PR-AL&quot;,&quot;stateId&quot;:1,&quot;version&quot;:1,&quot;raceType&quot;:&quot;P&quot;,&quot;stateName&quot;:&quot;Alabama&quot;,&quot;candidates&quot;:[{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Donald Trump&quot;,&quot;lastName&quot;:&quot;Trump&quot;,&quot;firstName&quot;:&quot;Donald&quot;,&quot;partyName&quot;:&quot;Republican&quot;,&quot;majorParty&quot;:&quot;REP&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:8639,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;trump&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;R&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Nikki Haley&quot;,&quot;lastName&quot;:&quot;Haley&quot;,&quot;firstName&quot;:&quot;Nikki&quot;,&quot;partyName&quot;:&quot;Republican&quot;,&quot;majorParty&quot;:&quot;REP&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:60420,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;haley&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;R&quot;}],&quot;countyName&quot;:&quot;Randolph&quot;,&quot;contestType&quot;:&quot;PR&quot;,&quot;externalKey&quot;:&quot;production-key&quot;,&quot;extractedAt&quot;:&quot;2024-03-27T16:35:44.425480&quot;,&quot;electionType&quot;:&quot;R&quot;,&quot;raceTypeCode&quot;:&quot;P&quot;,&quot;resourceType&quot;:&quot;county-races&quot;,&quot;stateFipsCode&quot;:&quot;01&quot;,&quot;voteTimestamp&quot;:&quot;2024-03-25T16:42:01.000Z&quot;,&quot;countyFipsCode&quot;:&quot;01111&quot;,&quot;percentReporting&quot;:&quot;&quot;,&quot;stateAbbreviation&quot;:&quot;AL&quot;},{&quot;cid&quot;:&quot;ESS::CountyRace::1711557344296&quot;,&quot;ecKey&quot;:&quot;2024-PR-AL&quot;,&quot;stateId&quot;:1,&quot;version&quot;:1,&quot;raceType&quot;:&quot;P&quot;,&quot;stateName&quot;:&quot;Alabama&quot;,&quot;candidates&quot;:[{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Donald Trump&quot;,&quot;lastName&quot;:&quot;Trump&quot;,&quot;firstName&quot;:&quot;Donald&quot;,&quot;partyName&quot;:&quot;Republican&quot;,&quot;majorParty&quot;:&quot;REP&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:8639,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;trump&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;R&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Nikki Haley&quot;,&quot;lastName&quot;:&quot;Haley&quot;,&quot;firstName&quot;:&quot;Nikki&quot;,&quot;partyName&quot;:&quot;Republican&quot;,&quot;majorParty&quot;:&quot;REP&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:60420,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;haley&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;R&quot;}],&quot;countyName&quot;:&quot;Russell&quot;,&quot;contestType&quot;:&quot;PR&quot;,&quot;externalKey&quot;:&quot;production-key&quot;,&quot;extractedAt&quot;:&quot;2024-03-27T16:35:44.425480&quot;,&quot;electionType&quot;:&quot;R&quot;,&quot;raceTypeCode&quot;:&quot;P&quot;,&quot;resourceType&quot;:&quot;county-races&quot;,&quot;stateFipsCode&quot;:&quot;01&quot;,&quot;voteTimestamp&quot;:&quot;2024-03-25T16:54:33.000Z&quot;,&quot;countyFipsCode&quot;:&quot;01113&quot;,&quot;percentReporting&quot;:&quot;&quot;,&quot;stateAbbreviation&quot;:&quot;AL&quot;},{&quot;cid&quot;:&quot;ESS::CountyRace::1711557344296&quot;,&quot;ecKey&quot;:&quot;2024-PR-AL&quot;,&quot;stateId&quot;:1,&quot;version&quot;:1,&quot;raceType&quot;:&quot;P&quot;,&quot;stateName&quot;:&quot;Alabama&quot;,&quot;candidates&quot;:[{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Donald Trump&quot;,&quot;lastName&quot;:&quot;Trump&quot;,&quot;firstName&quot;:&quot;Donald&quot;,&quot;partyName&quot;:&quot;Republican&quot;,&quot;majorParty&quot;:&quot;REP&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:8639,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;trump&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;R&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Nikki Haley&quot;,&quot;lastName&quot;:&quot;Haley&quot;,&quot;firstName&quot;:&quot;Nikki&quot;,&quot;partyName&quot;:&quot;Republican&quot;,&quot;majorParty&quot;:&quot;REP&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:60420,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;haley&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;R&quot;}],&quot;countyName&quot;:&quot;Shelby&quot;,&quot;contestType&quot;:&quot;PR&quot;,&quot;externalKey&quot;:&quot;production-key&quot;,&quot;extractedAt&quot;:&quot;2024-03-27T16:35:44.425480&quot;,&quot;electionType&quot;:&quot;R&quot;,&quot;raceTypeCode&quot;:&quot;P&quot;,&quot;resourceType&quot;:&quot;county-races&quot;,&quot;stateFipsCode&quot;:&quot;01&quot;,&quot;voteTimestamp&quot;:&quot;2024-03-25T16:52:56.000Z&quot;,&quot;countyFipsCode&quot;:&quot;01117&quot;,&quot;percentReporting&quot;:&quot;&quot;,&quot;stateAbbreviation&quot;:&quot;AL&quot;},{&quot;cid&quot;:&quot;ESS::CountyRace::1711557344296&quot;,&quot;ecKey&quot;:&quot;2024-PR-AL&quot;,&quot;stateId&quot;:1,&quot;version&quot;:1,&quot;raceType&quot;:&quot;P&quot;,&quot;stateName&quot;:&quot;Alabama&quot;,&quot;candidates&quot;:[{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Donald Trump&quot;,&quot;lastName&quot;:&quot;Trump&quot;,&quot;firstName&quot;:&quot;Donald&quot;,&quot;partyName&quot;:&quot;Republican&quot;,&quot;majorParty&quot;:&quot;REP&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:8639,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;trump&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;R&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Nikki Haley&quot;,&quot;lastName&quot;:&quot;Haley&quot;,&quot;firstName&quot;:&quot;Nikki&quot;,&quot;partyName&quot;:&quot;Republican&quot;,&quot;majorParty&quot;:&quot;REP&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:60420,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;haley&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;R&quot;}],&quot;countyName&quot;:&quot;St. Clair&quot;,&quot;contestType&quot;:&quot;PR&quot;,&quot;externalKey&quot;:&quot;production-key&quot;,&quot;extractedAt&quot;:&quot;2024-03-27T16:35:44.425480&quot;,&quot;electionType&quot;:&quot;R&quot;,&quot;raceTypeCode&quot;:&quot;P&quot;,&quot;resourceType&quot;:&quot;county-races&quot;,&quot;stateFipsCode&quot;:&quot;01&quot;,&quot;voteTimestamp&quot;:&quot;2024-03-25T16:37:58.000Z&quot;,&quot;countyFipsCode&quot;:&quot;01115&quot;,&quot;percentReporting&quot;:&quot;&quot;,&quot;stateAbbreviation&quot;:&quot;AL&quot;},{&quot;cid&quot;:&quot;ESS::CountyRace::1711557344296&quot;,&quot;ecKey&quot;:&quot;2024-PR-AL&quot;,&quot;stateId&quot;:1,&quot;version&quot;:1,&quot;raceType&quot;:&quot;P&quot;,&quot;stateName&quot;:&quot;Alabama&quot;,&quot;candidates&quot;:[{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Donald Trump&quot;,&quot;lastName&quot;:&quot;Trump&quot;,&quot;firstName&quot;:&quot;Donald&quot;,&quot;partyName&quot;:&quot;Republican&quot;,&quot;majorParty&quot;:&quot;REP&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:8639,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;trump&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;R&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Nikki Haley&quot;,&quot;lastName&quot;:&quot;Haley&quot;,&quot;firstName&quot;:&quot;Nikki&quot;,&quot;partyName&quot;:&quot;Republican&quot;,&quot;majorParty&quot;:&quot;REP&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:60420,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;haley&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;R&quot;}],&quot;countyName&quot;:&quot;Sumter&quot;,&quot;contestType&quot;:&quot;PR&quot;,&quot;externalKey&quot;:&quot;production-key&quot;,&quot;extractedAt&quot;:&quot;2024-03-27T16:35:44.425480&quot;,&quot;electionType&quot;:&quot;R&quot;,&quot;raceTypeCode&quot;:&quot;P&quot;,&quot;resourceType&quot;:&quot;county-races&quot;,&quot;stateFipsCode&quot;:&quot;01&quot;,&quot;voteTimestamp&quot;:&quot;2024-03-06T04:48:21.000Z&quot;,&quot;countyFipsCode&quot;:&quot;01119&quot;,&quot;percentReporting&quot;:&quot;&quot;,&quot;stateAbbreviation&quot;:&quot;AL&quot;},{&quot;cid&quot;:&quot;ESS::CountyRace::1711557344296&quot;,&quot;ecKey&quot;:&quot;2024-PR-AL&quot;,&quot;stateId&quot;:1,&quot;version&quot;:1,&quot;raceType&quot;:&quot;P&quot;,&quot;stateName&quot;:&quot;Alabama&quot;,&quot;candidates&quot;:[{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Donald Trump&quot;,&quot;lastName&quot;:&quot;Trump&quot;,&quot;firstName&quot;:&quot;Donald&quot;,&quot;partyName&quot;:&quot;Republican&quot;,&quot;majorParty&quot;:&quot;REP&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:8639,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;trump&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;R&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Nikki Haley&quot;,&quot;lastName&quot;:&quot;Haley&quot;,&quot;firstName&quot;:&quot;Nikki&quot;,&quot;partyName&quot;:&quot;Republican&quot;,&quot;majorParty&quot;:&quot;REP&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:60420,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;haley&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;R&quot;}],&quot;countyName&quot;:&quot;Talladega&quot;,&quot;contestType&quot;:&quot;PR&quot;,&quot;externalKey&quot;:&quot;production-key&quot;,&quot;extractedAt&quot;:&quot;2024-03-27T16:35:44.425480&quot;,&quot;electionType&quot;:&quot;R&quot;,&quot;raceTypeCode&quot;:&quot;P&quot;,&quot;resourceType&quot;:&quot;county-races&quot;,&quot;stateFipsCode&quot;:&quot;01&quot;,&quot;voteTimestamp&quot;:&quot;2024-03-25T16:37:58.000Z&quot;,&quot;countyFipsCode&quot;:&quot;01121&quot;,&quot;percentReporting&quot;:&quot;&quot;,&quot;stateAbbreviation&quot;:&quot;AL&quot;},{&quot;cid&quot;:&quot;ESS::CountyRace::1711557344296&quot;,&quot;ecKey&quot;:&quot;2024-PR-AL&quot;,&quot;stateId&quot;:1,&quot;version&quot;:1,&quot;raceType&quot;:&quot;P&quot;,&quot;stateName&quot;:&quot;Alabama&quot;,&quot;candidates&quot;:[{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Donald Trump&quot;,&quot;lastName&quot;:&quot;Trump&quot;,&quot;firstName&quot;:&quot;Donald&quot;,&quot;partyName&quot;:&quot;Republican&quot;,&quot;majorParty&quot;:&quot;REP&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:8639,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;trump&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;R&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Nikki Haley&quot;,&quot;lastName&quot;:&quot;Haley&quot;,&quot;firstName&quot;:&quot;Nikki&quot;,&quot;partyName&quot;:&quot;Republican&quot;,&quot;majorParty&quot;:&quot;REP&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:60420,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;haley&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;R&quot;}],&quot;countyName&quot;:&quot;Tallapoosa&quot;,&quot;contestType&quot;:&quot;PR&quot;,&quot;externalKey&quot;:&quot;production-key&quot;,&quot;extractedAt&quot;:&quot;2024-03-27T16:35:44.425480&quot;,&quot;electionType&quot;:&quot;R&quot;,&quot;raceTypeCode&quot;:&quot;P&quot;,&quot;resourceType&quot;:&quot;county-races&quot;,&quot;stateFipsCode&quot;:&quot;01&quot;,&quot;voteTimestamp&quot;:&quot;2024-03-25T16:37:58.000Z&quot;,&quot;countyFipsCode&quot;:&quot;01123&quot;,&quot;percentReporting&quot;:&quot;&quot;,&quot;stateAbbreviation&quot;:&quot;AL&quot;},{&quot;cid&quot;:&quot;ESS::CountyRace::1711557344296&quot;,&quot;ecKey&quot;:&quot;2024-PR-AL&quot;,&quot;stateId&quot;:1,&quot;version&quot;:1,&quot;raceType&quot;:&quot;P&quot;,&quot;stateName&quot;:&quot;Alabama&quot;,&quot;candidates&quot;:[{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Donald Trump&quot;,&quot;lastName&quot;:&quot;Trump&quot;,&quot;firstName&quot;:&quot;Donald&quot;,&quot;partyName&quot;:&quot;Republican&quot;,&quot;majorParty&quot;:&quot;REP&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:8639,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;trump&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;R&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Nikki Haley&quot;,&quot;lastName&quot;:&quot;Haley&quot;,&quot;firstName&quot;:&quot;Nikki&quot;,&quot;partyName&quot;:&quot;Republican&quot;,&quot;majorParty&quot;:&quot;REP&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:60420,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;haley&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;R&quot;}],&quot;countyName&quot;:&quot;Tuscaloosa&quot;,&quot;contestType&quot;:&quot;PR&quot;,&quot;externalKey&quot;:&quot;production-key&quot;,&quot;extractedAt&quot;:&quot;2024-03-27T16:35:44.425480&quot;,&quot;electionType&quot;:&quot;R&quot;,&quot;raceTypeCode&quot;:&quot;P&quot;,&quot;resourceType&quot;:&quot;county-races&quot;,&quot;stateFipsCode&quot;:&quot;01&quot;,&quot;voteTimestamp&quot;:&quot;2024-03-25T16:56:43.000Z&quot;,&quot;countyFipsCode&quot;:&quot;01125&quot;,&quot;percentReporting&quot;:&quot;&quot;,&quot;stateAbbreviation&quot;:&quot;AL&quot;},{&quot;cid&quot;:&quot;ESS::CountyRace::1711557344296&quot;,&quot;ecKey&quot;:&quot;2024-PR-AL&quot;,&quot;stateId&quot;:1,&quot;version&quot;:1,&quot;raceType&quot;:&quot;P&quot;,&quot;stateName&quot;:&quot;Alabama&quot;,&quot;candidates&quot;:[{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Donald Trump&quot;,&quot;lastName&quot;:&quot;Trump&quot;,&quot;firstName&quot;:&quot;Donald&quot;,&quot;partyName&quot;:&quot;Republican&quot;,&quot;majorParty&quot;:&quot;REP&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:8639,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;trump&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;R&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Nikki Haley&quot;,&quot;lastName&quot;:&quot;Haley&quot;,&quot;firstName&quot;:&quot;Nikki&quot;,&quot;partyName&quot;:&quot;Republican&quot;,&quot;majorParty&quot;:&quot;REP&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:60420,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;haley&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;R&quot;}],&quot;countyName&quot;:&quot;Walker&quot;,&quot;contestType&quot;:&quot;PR&quot;,&quot;externalKey&quot;:&quot;production-key&quot;,&quot;extractedAt&quot;:&quot;2024-03-27T16:35:44.425480&quot;,&quot;electionType&quot;:&quot;R&quot;,&quot;raceTypeCode&quot;:&quot;P&quot;,&quot;resourceType&quot;:&quot;county-races&quot;,&quot;stateFipsCode&quot;:&quot;01&quot;,&quot;voteTimestamp&quot;:&quot;2024-03-25T16:37:58.000Z&quot;,&quot;countyFipsCode&quot;:&quot;01127&quot;,&quot;percentReporting&quot;:&quot;&quot;,&quot;stateAbbreviation&quot;:&quot;AL&quot;},{&quot;cid&quot;:&quot;ESS::CountyRace::1711557344296&quot;,&quot;ecKey&quot;:&quot;2024-PR-AL&quot;,&quot;stateId&quot;:1,&quot;version&quot;:1,&quot;raceType&quot;:&quot;P&quot;,&quot;stateName&quot;:&quot;Alabama&quot;,&quot;candidates&quot;:[{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Donald Trump&quot;,&quot;lastName&quot;:&quot;Trump&quot;,&quot;firstName&quot;:&quot;Donald&quot;,&quot;partyName&quot;:&quot;Republican&quot;,&quot;majorParty&quot;:&quot;REP&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:8639,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;trump&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;R&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Nikki Haley&quot;,&quot;lastName&quot;:&quot;Haley&quot;,&quot;firstName&quot;:&quot;Nikki&quot;,&quot;partyName&quot;:&quot;Republican&quot;,&quot;majorParty&quot;:&quot;REP&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:60420,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;haley&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;R&quot;}],&quot;countyName&quot;:&quot;Washington&quot;,&quot;contestType&quot;:&quot;PR&quot;,&quot;externalKey&quot;:&quot;production-key&quot;,&quot;extractedAt&quot;:&quot;2024-03-27T16:35:44.425480&quot;,&quot;electionType&quot;:&quot;R&quot;,&quot;raceTypeCode&quot;:&quot;P&quot;,&quot;resourceType&quot;:&quot;county-races&quot;,&quot;stateFipsCode&quot;:&quot;01&quot;,&quot;voteTimestamp&quot;:&quot;2024-03-25T16:37:58.000Z&quot;,&quot;countyFipsCode&quot;:&quot;01129&quot;,&quot;percentReporting&quot;:&quot;&quot;,&quot;stateAbbreviation&quot;:&quot;AL&quot;},{&quot;cid&quot;:&quot;ESS::CountyRace::1711557344296&quot;,&quot;ecKey&quot;:&quot;2024-PR-AL&quot;,&quot;stateId&quot;:1,&quot;version&quot;:1,&quot;raceType&quot;:&quot;P&quot;,&quot;stateName&quot;:&quot;Alabama&quot;,&quot;candidates&quot;:[{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Donald Trump&quot;,&quot;lastName&quot;:&quot;Trump&quot;,&quot;firstName&quot;:&quot;Donald&quot;,&quot;partyName&quot;:&quot;Republican&quot;,&quot;majorParty&quot;:&quot;REP&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:8639,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;trump&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;R&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Nikki Haley&quot;,&quot;lastName&quot;:&quot;Haley&quot;,&quot;firstName&quot;:&quot;Nikki&quot;,&quot;partyName&quot;:&quot;Republican&quot;,&quot;majorParty&quot;:&quot;REP&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:60420,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;haley&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;R&quot;}],&quot;countyName&quot;:&quot;Wilcox&quot;,&quot;contestType&quot;:&quot;PR&quot;,&quot;externalKey&quot;:&quot;production-key&quot;,&quot;extractedAt&quot;:&quot;2024-03-27T16:35:44.425480&quot;,&quot;electionType&quot;:&quot;R&quot;,&quot;raceTypeCode&quot;:&quot;P&quot;,&quot;resourceType&quot;:&quot;county-races&quot;,&quot;stateFipsCode&quot;:&quot;01&quot;,&quot;voteTimestamp&quot;:&quot;2024-03-25T16:52:36.000Z&quot;,&quot;countyFipsCode&quot;:&quot;01131&quot;,&quot;percentReporting&quot;:&quot;&quot;,&quot;stateAbbreviation&quot;:&quot;AL&quot;},{&quot;cid&quot;:&quot;ESS::CountyRace::1711557344296&quot;,&quot;ecKey&quot;:&quot;2024-PR-AL&quot;,&quot;stateId&quot;:1,&quot;version&quot;:1,&quot;raceType&quot;:&quot;P&quot;,&quot;stateName&quot;:&quot;Alabama&quot;,&quot;candidates&quot;:[{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Donald Trump&quot;,&quot;lastName&quot;:&quot;Trump&quot;,&quot;firstName&quot;:&quot;Donald&quot;,&quot;partyName&quot;:&quot;Republican&quot;,&quot;majorParty&quot;:&quot;REP&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:8639,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;trump&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;R&quot;},{&quot;voteNum&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Nikki Haley&quot;,&quot;lastName&quot;:&quot;Haley&quot;,&quot;firstName&quot;:&quot;Nikki&quot;,&quot;partyName&quot;:&quot;Republican&quot;,&quot;majorParty&quot;:&quot;REP&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;candidateId&quot;:60420,&quot;isIncumbent&quot;:false,&quot;lastNameSlug&quot;:&quot;haley&quot;,&quot;votePercentNum&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;candidatePartyCode&quot;:&quot;R&quot;}],&quot;countyName&quot;:&quot;Winston&quot;,&quot;contestType&quot;:&quot;PR&quot;,&quot;externalKey&quot;:&quot;production-key&quot;,&quot;extractedAt&quot;:&quot;2024-03-27T16:35:44.425480&quot;,&quot;electionType&quot;:&quot;R&quot;,&quot;raceTypeCode&quot;:&quot;P&quot;,&quot;resourceType&quot;:&quot;county-races&quot;,&quot;stateFipsCode&quot;:&quot;01&quot;,&quot;voteTimestamp&quot;:&quot;2024-03-25T16:49:04.000Z&quot;,&quot;countyFipsCode&quot;:&quot;01133&quot;,&quot;percentReporting&quot;:&quot;&quot;,&quot;stateAbbreviation&quot;:&quot;AL&quot;}],&quot;featureFlagURL&quot;:&quot;https://politics-static.cnn.io/2021/feature-flags/2024primaries.json&quot;,&quot;suppressColorsUntilConfig&quot;:true,&quot;componentVariation&quot;:&quot;politics-results-suite&quot;}\" data-key=\"2024primaries-PR-AL-*-ResultsSuite\"><div class=\"results-suite-container-28sdat cnn-pcl-1a4cfl8\"><article class=\"results-suite cnn-pcl-1a4cfl8 called-3lX9Im\" style=\"--winnerPartyColor: #A30000;\"><div class=\"header-container-1LzJY9 cnn-pcl-xk8c6r embedded-Dg7OBM has-follow-1yIbzu\"><h2 class=\"header-2-AOgLYo cnn-pcl-xk8c6r\">Republican Presidential Primary: Alabama</h2> <ul class=\"cnn-pcl-xk8c6r\"><li class=\"cnn-pcl-xk8c6r\"><span class=\"key-race-indicator-3UoYn8 cnn-pcl-xk8c6r\">Key Race</span></li> </ul> <div class=\"action-button-2bIakM cnn-pcl-xk8c6r\"></div> <span class=\"core-result__total-counts-y78OQg cnn-pcl-1ksfwcp\"><div class=\"circular_summary-LUtCUF wrapper cnn-pcl-eyhmk3\" data-testid=\"pcl-circular_summary\"><div class=\"circular_summary__primary_text-36YSkr cnn-pcl-eyhmk3\" data-testid=\"pcl-circular_summary__primary_text\">50</div> <div class=\"circular_summary__secondary_text-1rcr5S cnn-pcl-eyhmk3\" data-testid=\"pcl-circular_summary__secondary_text\">Bound Delegates</div></div> </span></div> <div><table aria-label=\"results\" class=\"cnn-pcl-1me6450 with-delegates-22I-Fo\"><thead class=\"cnn-pcl-1me6450\"><tr class=\"cnn-pcl-1me6450\"><th class=\"cnn-pcl-1me6450\">Candidate</th> <th class=\"cnn-pcl-1me6450\">%</th> <th class=\"cnn-pcl-1me6450\">Votes</th> <th class=\"col-header-delegates-desktop-2NtLkZ cnn-pcl-1me6450\">Bound Delegates</th> <th class=\"col-header-delegates-mobile-2hj6He cnn-pcl-1me6450\">Del.</th></tr></thead> <tbody class=\"cnn-pcl-1me6450\"><tr style=\"--background: #A3000027; --candidateColor: #A30000; --delegateDroppedOut: #6e6e6e;\" class=\"cnn-pcl-1me6450 isWinner-3g_AYM\"><td class=\"col-candidate-name-2EqdE6 cnn-pcl-1me6450\"><span class=\"cnn-pcl-1me6450\"><span class=\"race-indicator-zone-BCF66v cnn-pcl-1me6450\"><span class=\"candidate-icon-indicator-bHSeQg cnn-pcl-1me6450\"><svg width=\"14\" height=\"14\" aria-label=\"Race called\" role=\"img\" viewBox=\"0 0 16 16\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" data-icon=\"checkmark\"><g id=\"icons\" stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g id=\"icon-/-checkmark--/-dem\"><path d=\"M0,8 C0,12.4181333 3.58186667,16 8,16 C12.4181333,16 16,12.4181333 16,8 C16,3.5816 12.4181333,0 8,0 C3.58186667,0 0,3.5816 0,8 Z\" id=\"path-1-copy\" fill=\"#030000\"></path><path d=\"M13.5967059,5.98070588 L8.248,11.3294118 L7.24329412,12.3341176 C7.10541176,12.472 6.93788235,12.5407059 6.74117647,12.5407059 C6.544,12.5407059 6.37647059,12.472 6.23858824,12.3341176 L5.23435294,11.3294118 L2.55952941,8.65505882 C2.42164706,8.51717647 2.35294118,8.34964706 2.35294118,8.15294118 C2.35294118,7.95576471 2.42164706,7.78823529 2.55952941,7.65035294 L3.56470588,6.64564706 C3.70258824,6.50823529 3.86964706,6.43905882 4.06682353,6.43905882 C4.264,6.43905882 4.43105882,6.50823529 4.56894118,6.64564706 L6.74117647,8.82494118 L11.5872941,3.97129412 C11.7247059,3.83341176 11.8922353,3.76470588 12.0894118,3.76470588 C12.2865882,3.76470588 12.4541176,3.83341176 12.592,3.97129412 L13.5967059,4.976 C13.7345882,5.11435294 13.8032941,5.28188235 13.8032941,5.47858824 C13.8032941,5.67529412 13.7345882,5.84282353 13.5967059,5.98070588 Z\" id=\"Fill-1\" fill=\"#FFF\"></path></g></g></svg></span> </span> <span class=\"name\" data-testid=\"candidate-name\">Donald Trump</span></span> <span class=\"party-label-239xt1 cnn-pcl-1me6450\" data-testid=\"party-label\"><span>Republican</span></span> </td> <td class=\"col-vote-percent-1JXrHP cnn-pcl-1me6450\" data-testid=\"votepercent\">83.2%</td> <td class=\"col-votes-3Y8smS cnn-pcl-1me6450\"><div class=\"vote-count-1Z7s9a cnn-pcl-1me6450\"><span data-testid=\"votes\">499,147</span> <span class=\"ahead-count-Kon8-M cnn-pcl-1me6450\" data-testid=\"aheadcount\">421,158 ahead</span></div></td> <td class=\"col-delegates-2rW54a cnn-pcl-1me6450\" data-testid=\"delegates\">50</td> </tr><tr style=\"--background: #ffffff; --candidateColor: #FF9900; --delegateDroppedOut: #6e6e6e;\" class=\"cnn-pcl-1me6450\"><td class=\"col-candidate-name-2EqdE6 cnn-pcl-1me6450\"><span class=\"cnn-pcl-1me6450\"><span class=\"race-indicator-zone-BCF66v cnn-pcl-1me6450\"> </span> <span class=\"name\" data-testid=\"candidate-name\">Nikki Haley</span></span> <span class=\"party-label-239xt1 cnn-pcl-1me6450\" data-testid=\"party-label\"><span>Republican</span></span> </td> <td class=\"col-vote-percent-1JXrHP cnn-pcl-1me6450\" data-testid=\"votepercent\">13.0%</td> <td class=\"col-votes-3Y8smS cnn-pcl-1me6450\"><div class=\"vote-count-1Z7s9a cnn-pcl-1me6450\"><span data-testid=\"votes\">77,989</span> <span class=\"ahead-count-Kon8-M cnn-pcl-1me6450\" data-testid=\"aheadcount\">421,158 ahead</span></div></td> <td class=\"col-delegates-2rW54a cnn-pcl-1me6450\" data-testid=\"delegates\">0</td> </tr></tbody> <tfoot class=\"cnn-pcl-1me6450\"><tr class=\"cnn-pcl-1me6450\"><td colspan=\"3\" class=\"icon-informational-3hdsk9 cnn-pcl-1me6450\"><span data-testid=\"iconinformational\"><svg width=\"10\" height=\"10\" aria-label=\"Race called\" role=\"img\" viewBox=\"0 0 16 16\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" data-icon=\"checkmark\"><g id=\"icons\" stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g id=\"icon-/-checkmark--/-dem\"><path d=\"M0,8 C0,12.4181333 3.58186667,16 8,16 C12.4181333,16 16,12.4181333 16,8 C16,3.5816 12.4181333,0 8,0 C3.58186667,0 0,3.5816 0,8 Z\" id=\"path-1-copy\" fill=\"#030000\"></path><path d=\"M13.5967059,5.98070588 L8.248,11.3294118 L7.24329412,12.3341176 C7.10541176,12.472 6.93788235,12.5407059 6.74117647,12.5407059 C6.544,12.5407059 6.37647059,12.472 6.23858824,12.3341176 L5.23435294,11.3294118 L2.55952941,8.65505882 C2.42164706,8.51717647 2.35294118,8.34964706 2.35294118,8.15294118 C2.35294118,7.95576471 2.42164706,7.78823529 2.55952941,7.65035294 L3.56470588,6.64564706 C3.70258824,6.50823529 3.86964706,6.43905882 4.06682353,6.43905882 C4.264,6.43905882 4.43105882,6.50823529 4.56894118,6.64564706 L6.74117647,8.82494118 L11.5872941,3.97129412 C11.7247059,3.83341176 11.8922353,3.76470588 12.0894118,3.76470588 C12.2865882,3.76470588 12.4541176,3.83341176 12.592,3.97129412 L13.5967059,4.976 C13.7345882,5.11435294 13.8032941,5.28188235 13.8032941,5.47858824 C13.8032941,5.67529412 13.7345882,5.84282353 13.5967059,5.98070588 Z\" id=\"Fill-1\" fill=\"#FFF\"></path></g></g></svg></span> Projected Winner</td></tr></tfoot></table></div> <div class=\"state-election-map-2kyVCy cnn-pcl-glx31i embedded-iPSj5f\"> <div class=\"map-wrapper-3pB_Q0 cnn-pcl-glx31i\"><div style=\"width: calc(100% - 20px); height: 100%; margin: 10px;\"><!--?xml version=\"1.0\"?-->\\n<svg xmlns=\"http://www.w3.org/2000/svg\" version=\"1.2\" baseProfile=\"tiny\" width=\"800\" height=\"1303\" viewBox=\"0 0 800 1303\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"cnn-pcl-svg-map\" preserveAspectRatio=\"xMidYMid meet\" style=\"max-height: 300px; max-width: 100%; width: 100%; height: 100%;\">\\n<g transform=\"translate(0,1303) scale(1,-1)\" data-year=\"2024\" data-state=\"AL\" data-admin2-type=\"ec\" id=\"ec-lo-2024-AL\" class=\"flipped-map\">\\n<path d=\"M 331.74 665.09 338.4 637.4 337.23 633.64 352.21 607.39 358.18 603.97 354.55 597.54 363.67 586.26 362.39 582.57 361.8 575.73 368.24 576.21 371.51 583.46 368.35 596.86 375.26 596.58 381.92 600.89 384.5 590.02 390.7 588.65 396.31 595.22 396.08 600.55 403.69 603.76 405.21 595.63 421.35 594.4 424.16 588.11 431.76 590.43 438.43 599.93 437.96 606.63 448.73 609.44 440.54 687.18 375.02 680.2 376.31 668.72 353.85 666.12 331.74 665.09 Z\" data-geo-id=\"01001\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(163, 0, 0);\"></path>\\n<path d=\"M 137.53 125.37 157.07 117.92 160.58 109.57 163.97 89.27 158.12 74.43 162.21 71.49 166.66 55.77 182.81 48.45 190.06 37.65 203.16 27.87 200.94 20.08 180.82 12.55 173.33 11.6 163.27 16.59 156.83 9.27 143.5 4.97 166.19 8.66 185.96 9.55 226.21 18.98 256.63 29.72 271.02 36.21 271.25 39.08 259.43 37.03 258.62 41.41 267.39 44.62 273.59 64.38 286.11 71.83 285.76 76.14 275.7 77.99 267.04 91.18 272.3 105.2 276.28 123.73 272.3 135.01 249.84 145.2 242.59 150.32 239.08 159.21 225.62 169.13 216.97 180.2 224.92 206.87 221.88 215.34 218.25 214.93 212.4 279.55 198.6 282.9 188.42 292.95 178.13 290.42 168.18 292.06 174.38 284.95 164.55 283.44 163.97 271.75 158.47 272.43 156.72 267.1 147.59 258.83 140.22 259.72 141.51 251.51 135.07 251.31 142.79 247.48 135.89 232.1 144.67 221.98 140.22 211.04 141.04 200.51 150.87 192.78 145.37 190.05 138.23 175.89 148.76 164.13 139.64 159.21 132.62 148.89 132.15 143.28 139.05 129.4 137.53 125.37 Z\" data-geo-id=\"01003\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(163, 0, 0);\"></path>\\n<path d=\"M 628.43 488.35 624.57 481.51 630.06 463.53 623.86 452.87 620.7 437.48 621.76 429.55 615.91 417.72 689.03 426.13 686.57 448.9 730.68 452.8 731.73 463.12 743.43 473.04 748.58 470.64 744.95 475.02 746.35 478.37 742.73 495.46 743.31 504.62 747.41 505.17 753.72 518.3 751.5 522.67 754.54 532.04 756.88 537.31 755.01 550.91 726.82 547.36 715.94 556.93 708.33 568.07 674.99 563.9 671.48 561.58 674.87 529.1 656.39 526.78 656.86 523.08 640.48 520.62 637.79 510.71 629.48 496.76 628.43 488.35 Z\" data-geo-id=\"01005\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(163, 0, 0);\"></path>\\n<path d=\"M 213.81 743.72 217.08 709.94 239.08 712.13 240.25 700.71 260.96 703.59 305.3 708.23 336.42 710.97 330.92 766.9 329.98 766.83 318.16 769.43 313.6 778.11 309.62 777.7 308.1 793.36 295.82 794.18 293.48 815.3 285.06 814.62 277.45 807.17 266.81 809.08 257.45 798.76 259.08 781.46 241.07 780.43 235.57 769.63 236.15 746.45 213.81 743.72 Z\" data-geo-id=\"01007\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(163, 0, 0);\"></path>\\n<path d=\"M 291.96 977 295.12 965.93 309.39 974.68 336.18 976.59 362.39 961.28 377.13 960.66 376.19 970.3 388.13 971.46 398.65 977.55 405.56 978.03 412.11 982.88 424.86 999.77 422.75 1005.04 426.5 1011.94 417.02 1010.91 423.81 1023.84 422.29 1039.7 426.97 1054.06 401.7 1079.56 390.82 1092.82 376.78 1089.47 367.42 1065.68 360.28 1051.25 351.97 1048.72 351.62 1044.55 341.8 1040.86 343.55 1028.9 332.09 1017.27 331.74 1011.53 326.35 1005.24 319.92 1005.86 306.93 993.96 298.98 991.16 300.85 981.65 291.96 977 Z\" data-geo-id=\"01009\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(163, 0, 0);\"></path>\\n<path d=\"M 559.99 585.17 545.36 583.05 543.14 577.03 549.22 525 567.71 527.94 571.92 526.43 576.13 505.72 596.84 507.91 599.06 485.21 628.43 488.35 629.48 496.76 637.79 510.71 640.48 520.62 656.86 523.08 656.39 526.78 674.87 529.1 671.48 561.58 674.99 563.9 671.25 563.49 667.27 586.33 575.43 575.59 570.16 578.88 568.53 590.57 563.61 593.64 564.43 585.78 559.99 585.17 Z\" data-geo-id=\"01011\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(163, 0, 0);\"></path>\\n<path d=\"M 362.5 482.61 351.27 481.45 355.02 447.19 357.24 426.95 360.05 395.44 368.47 381.83 371.16 373.76 377.6 368.84 408.13 371.44 452.7 376.22 449.31 410.2 460.54 411.37 459.84 423.33 452.47 492.18 362.5 482.61 Z\" data-geo-id=\"01013\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(163, 0, 0);\"></path>\\n<path d=\"M 484.99 992.04 486.4 980.42 491.78 971.94 472.94 957.24 472.24 947.53 492.72 948.49 498.92 941.65 501.02 929.89 507.11 926.68 550.28 931.06 550.74 923.33 561.97 924.49 561.16 936.05 578.94 945.14 581.98 951.3 578.59 983.84 588.88 992.59 587.83 1004.08 576.6 1003.05 575.78 1010.71 582.92 1015.15 597.89 1016.66 596.84 1030.4 596.6 1034.23 551.33 1032.59 551.91 1023.84 536.47 1025.34 521.26 1024.52 517.64 1022.2 518.69 1012.62 510.85 1015.63 503.6 1013.17 499.38 999.57 484.99 992.04 Z\" data-geo-id=\"01015\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(163, 0, 0);\"></path>\\n<path d=\"M 607.37 810.59 618.25 711.52 685.17 719.58 684.7 723.34 717.22 727.52 719.21 734.76 708.1 743.65 710.2 751.31 702.83 758.62 685.28 819.54 607.37 810.59 Z\" data-geo-id=\"01017\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(163, 0, 0);\"></path>\\n<path d=\"M 583.38 1183.42 571.22 1171.52 571.92 1159.9 561.97 1139.38 554.25 1132.27 535.65 1107.93 528.16 1107.05 528.87 1101.99 521.14 1102.53 522.43 1090.84 525.47 1067.46 535.77 1072.45 535.18 1065.75 551.21 1038.06 551.33 1032.59 596.6 1034.23 596.84 1030.4 603.86 1035.26 624.21 1039.49 615.91 1069.51 601.28 1122.36 583.38 1183.42 Z\" data-geo-id=\"01019\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(163, 0, 0);\"></path>\\n<path d=\"M 305.3 708.23 308.34 680.07 309.97 662.77 331.74 665.09 353.85 666.12 376.31 668.72 375.02 680.2 440.54 687.18 439.25 698.53 447.56 700.1 438.31 708.3 428.14 714.11 429.31 724.85 421.47 729.43 418.43 737.36 412.34 743.04 411.99 757.8 409.65 766.9 399.71 765.6 387.31 773.46 388.24 777.84 341.68 772.91 329.28 772.57 329.98 766.83 330.92 766.9 336.42 710.97 305.3 708.23 Z\" data-geo-id=\"01021\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(163, 0, 0);\"></path>\\n<path d=\"M 14.69 382.38 97.64 389.49 92.6 405.28 84.53 402.41 74.82 418 82.19 431.74 84.06 442.54 99.16 447.88 92.84 447.74 84.88 454.58 90.03 458.88 95.88 457.72 94.59 465.93 85.35 469.34 83.36 481.04 87.92 486.37 93.66 484.66 99.04 490.81 96.82 495.53 99.51 507.15 102.43 507.15 104.89 518.23 99.97 544.14 109.1 550.91 118.81 552.42 68.15 547.49 11.41 543.05 10.94 521.65 8.6 433.52 14.69 382.38 Z\" data-geo-id=\"01023\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(163, 0, 0);\"></path>\\n<path d=\"M 94.59 465.93 95.88 457.72 90.03 458.88 84.88 454.58 92.84 447.74 99.16 447.88 84.06 442.54 82.19 431.74 74.82 418 84.53 402.41 92.6 405.28 97.64 389.49 97.99 378.41 103.48 362.34 116.24 352.36 133.55 347.1 142.56 338.62 141.39 327.41 137.18 324.81 142.91 320.91 141.97 311.68 148.53 311.75 145.84 294.45 133.67 291.03 137.65 286.66 136.59 279.07 129.92 276.4 139.64 273.19 142.91 268.26 140.22 259.72 147.59 258.83 156.72 267.1 158.47 272.43 163.97 271.75 164.55 283.44 174.38 284.95 168.18 292.06 178.13 290.42 173.09 297.19 178.94 307.65 181.52 300.19 186.43 303.34 185.14 311.2 189.01 318.93 197.31 325.29 212.17 323.37 217.2 329.87 218.02 342.52 205.03 349.63 216.5 361.32 212.75 398.85 223.99 400.02 220.71 430.44 224.22 434.68 198.01 431.81 196.84 443.09 186.67 443.64 183.74 473.86 94.59 465.93 Z\" data-geo-id=\"01025\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(163, 0, 0);\"></path>\\n<path d=\"M 540.33 906.99 528.98 905.76 530.15 894.2 526.29 893.79 527.81 878.48 516.82 873.56 518.45 850.52 488.62 847.92 490.84 821.18 479.5 820.36 481.6 796.43 517.4 800.19 517.75 796.43 524.89 801.15 594.26 809.01 591.34 836.64 585.37 911.09 559.05 908.97 556.13 900.91 533.43 898.51 540.33 906.99 Z\" data-geo-id=\"01027\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(163, 0, 0);\"></path>\\n<path d=\"M 540.33 906.99 533.43 898.51 556.13 900.91 559.05 908.97 585.37 911.09 648.08 917.11 658.73 915.81 646.44 959.5 628.78 1023.43 624.21 1039.49 603.86 1035.26 596.84 1030.4 597.89 1016.66 582.92 1015.15 575.78 1010.71 576.6 1003.05 587.83 1004.08 588.88 992.59 578.59 983.84 581.98 951.3 578.94 945.14 561.16 936.05 561.97 924.49 550.74 923.33 550.98 919.57 540.33 906.99 Z\" data-geo-id=\"01029\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(163, 0, 0);\"></path>\\n<path d=\"M 522.43 360.84 522.31 356.94 529.22 296.16 585.72 303.2 618.25 306.69 606.9 416.77 528.28 408.36 530.86 387.5 519.86 384.29 522.43 360.84 Z\" data-geo-id=\"01031\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(163, 0, 0);\"></path>\\n<path d=\"M 25.8 1226.76 25.1 1182.32 23.58 1144.44 59.26 1145.95 153.79 1151.83 162.92 1174.94 168.88 1174.8 167.48 1187.24 172.39 1191.21 169.12 1207.82 170.17 1214.94 157.07 1217.6 148.64 1221.57 136.24 1216.99 130.51 1211.11 111.21 1202.49 107.11 1195.52 91.08 1189.91 84.77 1191.83 65.35 1206.94 60.78 1217.88 52.36 1226.49 35.4 1231.28 25.8 1226.76 Z\" data-geo-id=\"01033\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(163, 0, 0);\"></path>\\n<path d=\"M 357.24 426.95 339.69 416.15 326 414.85 326 404.05 318.75 396.73 309.39 393.25 305.65 360.91 297.69 343.34 293.13 341.97 279.44 326.86 267.51 303.68 260.49 298.69 253.94 287.41 400.99 301.49 400.64 285.9 416.91 284.81 412.34 324.74 419.6 331.71 416.2 349.22 410.35 348.67 408.13 371.44 377.6 368.84 371.16 373.76 368.47 381.83 360.05 395.44 357.24 426.95 Z\" data-geo-id=\"01035\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(163, 0, 0);\"></path>\\n<path d=\"M 409.65 766.9 411.99 757.8 412.34 743.04 418.43 737.36 421.47 729.43 429.31 724.85 428.14 714.11 438.31 708.3 447.56 700.1 527.46 708.78 517.75 796.43 517.4 800.19 481.6 796.43 413.16 789.05 409.07 784.13 409.65 766.9 Z\" data-geo-id=\"01037\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(163, 0, 0);\"></path>\\n<path d=\"M 408.13 371.44 410.35 348.67 416.2 349.22 419.6 331.71 412.34 324.74 416.91 284.81 421.82 234.76 424.63 233.53 491.2 240.03 536 244.61 535.07 246.86 529.22 296.16 522.31 356.94 522.43 360.84 507.46 359.61 503.71 363.03 501.02 381.97 496.93 381.56 489.21 369.93 483.47 369.25 476.92 359.13 474.58 378.89 452.7 376.22 408.13 371.44 Z\" data-geo-id=\"01039\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(163, 0, 0);\"></path>\\n<path d=\"M 452.47 492.18 459.84 423.33 460.54 411.37 449.31 410.2 452.7 376.22 474.58 378.89 476.92 359.13 483.47 369.25 489.21 369.93 496.93 381.56 501.02 381.97 503.71 363.03 507.46 359.61 522.43 360.84 519.86 384.29 530.86 387.5 528.28 408.36 520.79 407.19 526.76 420.12 523.02 453.55 511.79 452.25 514.24 463.53 513.42 489.38 508.74 498.4 484.53 495.53 481.84 518.16 459.37 515.56 461.95 492.86 452.47 492.18 Z\" data-geo-id=\"01041\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(163, 0, 0);\"></path>\\n<path d=\"M 248.32 1008.59 257.45 1000.52 265.28 987.19 263.65 982.75 281.78 984.11 282.48 978.3 291.96 977 300.85 981.65 298.98 991.16 306.93 993.96 319.92 1005.86 326.35 1005.24 331.74 1011.53 332.09 1017.27 343.55 1028.9 341.8 1040.86 351.62 1044.55 351.97 1048.72 360.28 1051.25 367.42 1065.68 376.78 1089.47 390.82 1092.82 384.5 1103.7 362.15 1101.99 307.28 1097.54 249.26 1093.51 249.61 1089.68 256.74 1009.14 248.32 1008.59 Z\" data-geo-id=\"01043\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(163, 0, 0);\"></path>\\n<path d=\"M 606.9 416.77 618.25 306.69 636.26 308.33 639.89 313.53 643.99 328.16 657.91 331.03 671.01 327.61 684.58 327.06 683.41 337.73 698.62 339.17 697.69 346.69 689.03 426.13 615.91 417.72 606.9 416.77 Z\" data-geo-id=\"01045\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(163, 0, 0);\"></path>\\n<path d=\"M 219.07 560.42 220.36 549.27 226.33 550.84 231.59 544.83 242.7 539.97 245.75 533.41 250.54 535.12 262.01 527.46 265.17 521.51 271.48 521.65 278.97 509.41 286.46 508.11 290.09 498.27 349.52 504.01 344.84 550.3 366.25 552.35 358.88 556.38 353.14 564.11 360.75 573.13 354.9 578.74 362.39 582.57 363.67 586.26 354.55 597.54 358.18 603.97 352.21 607.39 337.23 633.64 338.4 637.4 331.74 665.09 309.97 662.77 308.34 680.07 305.76 670.97 306.82 662.63 304.48 651.01 306.47 645.06 298.39 637.13 299.09 628.38 292.78 614.77 225.86 607.32 230.3 561.58 219.07 560.42 Z\" data-geo-id=\"01047\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(163, 0, 0);\"></path>\\n<path d=\"M 469.2 1158.32 459.26 1144.51 466.39 1085.1 522.43 1090.84 521.14 1102.53 528.87 1101.99 528.16 1107.05 535.65 1107.93 554.25 1132.27 561.97 1139.38 571.92 1159.9 571.22 1171.52 583.38 1183.42 578.7 1200.03 576.25 1209.06 558.93 1269.91 550.63 1261.43 545.71 1240.51 539.04 1236.88 522.9 1203.45 493.18 1173.91 488.86 1166.67 480.55 1160.58 469.2 1158.32 Z\" data-geo-id=\"01049\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(163, 0, 0);\"></path>\\n<path d=\"M 447.56 700.1 439.25 698.53 440.54 687.18 448.73 609.44 451.53 614.29 462.77 616.82 471.31 614.22 466.98 619.35 469.79 626.94 484.53 635.56 493.42 625.09 496.11 626.53 505.23 619.08 510.5 622.15 512.96 617.92 519.39 619.76 528.52 616.62 533.31 620.79 545.6 629.68 560.57 630.97 564.9 640.41 561.16 643.08 556.24 671.66 556.48 683.42 550.39 690.8 555.19 711.58 527.46 708.78 447.56 700.1 Z\" data-geo-id=\"01051\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(163, 0, 0);\"></path>\\n<path d=\"M 212.4 279.55 218.25 214.93 221.88 215.34 318.75 224.51 402.87 232.03 424.63 233.53 421.82 234.76 416.91 284.81 400.64 285.9 400.99 301.49 253.94 287.41 240.25 286.11 225.39 276.13 212.4 279.55 Z\" data-geo-id=\"01053\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(163, 0, 0);\"></path>\\n<path d=\"M 426.97 1054.06 422.29 1039.7 423.81 1023.84 417.02 1010.91 426.5 1011.94 433.05 1024.18 441.71 1020.28 452.35 1027.53 459.61 1021.99 460.89 1012.35 466.86 1005.31 473.18 1007.22 477.62 996.35 486.4 996.35 484.99 992.04 499.38 999.57 503.6 1013.17 510.85 1015.63 518.69 1012.62 517.64 1022.2 521.26 1024.52 536.47 1025.34 551.91 1023.84 551.33 1032.59 551.21 1038.06 535.18 1065.75 535.77 1072.45 525.47 1067.46 522.43 1090.84 466.39 1085.1 466.98 1081.34 453.76 1080.24 446.97 1076.76 426.97 1054.06 Z\" data-geo-id=\"01055\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(163, 0, 0);\"></path>\\n<path d=\"M 78.45 974.06 84.77 911.16 88.39 870.27 111.21 872.39 133.67 873.01 148.76 874.86 147.47 890.1 154.96 890.99 154.26 898.65 199.18 900.63 197.2 923.4 174.62 922.17 169.82 968.18 147.24 967.36 146.3 978.71 124.08 976.59 78.45 974.06 Z\" data-geo-id=\"01057\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(163, 0, 0);\"></path>\\n<path d=\"M 22.06 1075.39 53.3 1076.55 137.41 1081.54 159.87 1082.91 153.79 1151.83 59.26 1145.95 23.58 1144.44 22.76 1113.06 22.06 1075.39 Z\" data-geo-id=\"01059\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(163, 0, 0);\"></path>\\n<path d=\"M 529.22 296.16 535.07 246.86 536 244.61 569.81 247.96 601.28 251.31 689.03 261.77 691.25 262.04 685.87 314.96 663.87 311.27 636.26 308.33 618.25 306.69 585.72 303.2 529.22 296.16 Z\" data-geo-id=\"01061\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(163, 0, 0);\"></path>\\n<path d=\"M 51.19 727.65 53.53 716.85 51.77 710.83 44.99 708.17 49.08 705.02 52.13 694.9 57.97 690.46 53.41 683.62 63.24 685.6 69.91 677.06 76.81 679.24 76.11 670.84 69.56 669.81 76.23 654.02 69.79 651.35 78.33 647.59 83.6 651.55 83.01 636.58 79.5 630.7 85.7 624.21 102.08 630.22 112.14 636.79 117.76 632.55 127.35 635.15 131.8 631.45 128.29 626.94 122.67 631.73 119.63 626.87 125.13 621.95 126.06 614.7 130.74 611.9 137.3 615.52 139.87 610.74 144.2 620.51 154.73 629.4 151.69 635.15 144.2 632.34 137.18 639.32 146.42 644.31 140.69 648.14 139.17 661.06 131.68 659.69 135.66 670.49 132.15 673.78 124.19 670.63 131.8 681.23 131.91 691.42 128.52 693.12 133.2 708.58 142.68 711.86 139.05 715.07 148.18 723.55 143.26 730.93 151.1 733.53 149.93 738.93 150.75 741.87 124.43 739.55 120.21 775.1 97.52 761.15 93.42 752.74 85.7 751.04 68.97 739.75 62.54 740.71 51.19 727.65 Z\" data-geo-id=\"01063\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(163, 0, 0);\"></path>\\n<path d=\"M 149.93 738.93 151.1 733.53 143.26 730.93 148.18 723.55 139.05 715.07 142.68 711.86 133.2 708.58 128.52 693.12 131.91 691.42 131.8 681.23 124.19 670.63 132.15 673.78 135.66 670.49 131.68 659.69 139.17 661.06 140.69 648.14 146.42 644.31 137.18 639.32 144.2 632.34 151.69 635.15 154.73 629.4 144.2 620.51 139.87 610.74 158.24 612.31 159.17 600.89 203.75 605.13 199.53 650.6 210.77 651.62 207.02 697.43 218.02 698.46 217.08 709.94 213.81 743.72 149.93 738.93 Z\" data-geo-id=\"01065\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(163, 0, 0);\"></path>\\n<path d=\"M 689.03 426.13 697.69 346.69 750.57 350.72 770.81 353.32 769.52 395.37 773.85 408.77 774.08 415.06 769.52 422.44 768.11 434.95 750.8 453.14 748.58 470.64 743.43 473.04 731.73 463.12 730.68 452.8 686.57 448.9 689.03 426.13 Z\" data-geo-id=\"01067\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(163, 0, 0);\"></path>\\n<path d=\"M 697.69 346.69 698.62 339.17 683.41 337.73 684.58 327.06 671.01 327.61 657.91 331.03 643.99 328.16 639.89 313.53 636.26 308.33 663.87 311.27 685.87 314.96 691.25 262.04 745.42 269.15 799 275.24 795.37 288.78 790.93 294.11 788.35 302.38 777.47 314.28 772.33 315.71 769.75 325.22 771.27 331.44 765.77 344.5 770.81 353.32 750.57 350.72 697.69 346.69 Z\" data-geo-id=\"01069\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(163, 0, 0);\"></path>\\n<path d=\"M 401.46 1287.82 407.43 1279.61 413.63 1277.02 411.52 1271.14 405.91 1275.99 399.71 1273.32 403.45 1267.79 396.08 1256.16 402.52 1245.57 399.24 1241.46 401.93 1227.45 398.42 1219.65 400.88 1192.78 408.6 1184.78 446.5 1188.54 448.03 1171.38 459.37 1169.4 464.17 1154.77 469.2 1158.32 480.55 1160.58 488.86 1166.67 493.18 1173.91 522.9 1203.45 539.04 1236.88 545.71 1240.51 550.63 1261.43 558.93 1269.91 550.74 1301.97 495.99 1296.98 401.46 1287.82 Z\" data-geo-id=\"01071\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(163, 0, 0);\"></path>\\n<path d=\"M 235.1 880.33 231.94 872.87 221.88 873.28 221.76 864.12 233.11 860.98 245.51 850.11 246.21 842.45 253.82 841.15 262.83 828.29 270.31 828.91 270.78 824.94 279.32 825.7 284.35 822.21 285.06 814.62 293.48 815.3 303.07 816.12 305.41 822 314.54 825.7 314.07 830.48 322.61 840.88 333.72 841.76 333.14 849.35 344.14 852.02 348.47 865.76 355.95 866.24 364.03 880.33 379.12 881.97 387.19 896.12 396.43 898.79 395.96 904.46 388.01 907.67 386.6 923.13 391.4 931.26 389.53 950.27 384.62 961.41 377.13 960.66 362.39 961.28 336.18 976.59 309.39 974.68 295.12 965.93 292.08 958 284.59 957.52 278.62 941.52 279.79 930.1 276.75 922.1 269.14 921.55 269.85 913.96 258.73 913.01 251.6 908.49 247.03 898.85 251.6 893.18 241.89 887.91 235.1 880.33 Z\" data-geo-id=\"01073\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(163, 0, 0);\"></path>\\n<path d=\"M 17.38 866.99 88.39 870.27 84.77 911.16 78.45 974.06 76.11 1000.86 68.5 1000.45 67.92 1008.11 20.54 1005.79 18.43 922.78 17.38 866.99 Z\" data-geo-id=\"01075\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(163, 0, 0);\"></path>\\n<path d=\"M 25.8 1226.76 35.4 1231.28 52.36 1226.49 60.78 1217.88 65.35 1206.94 84.77 1191.83 91.08 1189.91 107.11 1195.52 111.21 1202.49 130.51 1211.11 136.24 1216.99 148.64 1221.57 157.07 1217.6 170.17 1214.94 181.99 1217.33 187.72 1215.62 198.6 1204.47 206.32 1207.28 202.23 1210.83 214.63 1223.35 211.12 1271.34 208.31 1271.21 127.35 1264.98 47.21 1258.69 1 1255.34 1.82 1252.2 13.05 1233.74 25.8 1226.76 Z\" data-geo-id=\"01077\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(163, 0, 0);\"></path>\\n<path d=\"M 153.79 1151.83 159.87 1082.91 218.6 1086.81 249.61 1089.68 249.26 1093.51 241.18 1191.28 232.99 1200.65 212.75 1209.33 206.32 1207.28 198.6 1204.47 187.72 1215.62 181.99 1217.33 170.17 1214.94 169.12 1207.82 172.39 1191.21 167.48 1187.24 168.88 1174.8 162.92 1174.94 153.79 1151.83 Z\" data-geo-id=\"01079\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(163, 0, 0);\"></path>\\n<path d=\"M 618.25 711.52 614.97 707.35 599.88 705.29 596.6 700.99 599.65 674.46 608.07 667.96 647.5 653.54 658.61 654.77 662.12 632.07 684.7 634.87 682.24 649.91 741.91 657.84 740.5 667.28 753.61 669.06 747.87 677.06 736.88 685.54 733.25 692.65 729.97 705.43 724.01 711.52 722.37 724.37 717.22 727.52 684.7 723.34 685.17 719.58 618.25 711.52 Z\" data-geo-id=\"01081\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(163, 0, 0);\"></path>\\n<path d=\"M 211.12 1271.34 214.63 1223.35 202.23 1210.83 206.32 1207.28 212.75 1209.33 232.99 1200.65 241.18 1191.28 253.82 1182.87 256.86 1183.76 285.76 1167.42 300.97 1162.7 311.5 1162.22 309.04 1195.31 301.55 1278.11 290.44 1276.95 211.12 1271.34 Z\" data-geo-id=\"01083\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(163, 0, 0);\"></path>\\n<path d=\"M 362.39 582.57 354.9 578.74 360.75 573.13 353.14 564.11 358.88 556.38 366.25 552.35 344.84 550.3 349.52 504.01 360.63 505.17 362.5 482.61 452.47 492.18 461.95 492.86 459.37 515.56 453.64 566.16 442.06 572.86 436.21 572.86 431.76 590.43 424.16 588.11 421.35 594.4 405.21 595.63 403.69 603.76 396.08 600.55 396.31 595.22 390.7 588.65 384.5 590.02 381.92 600.89 375.26 596.58 368.35 596.86 371.51 583.46 368.24 576.21 361.8 575.73 362.39 582.57 Z\" data-geo-id=\"01085\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(163, 0, 0);\"></path>\\n<path d=\"M 533.31 620.79 542.55 599.59 549.92 597.2 551.56 591.59 559.99 585.17 564.43 585.78 563.61 593.64 568.53 590.57 570.16 578.88 575.43 575.59 667.27 586.33 662.12 632.07 658.61 654.77 647.5 653.54 608.07 667.96 599.65 674.46 596.37 670.36 577.77 668.17 580.46 645.47 561.16 643.08 564.9 640.41 560.57 630.97 545.6 629.68 533.31 620.79 Z\" data-geo-id=\"01087\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(163, 0, 0);\"></path>\\n<path d=\"M 301.55 1278.11 309.04 1195.31 311.5 1162.22 319.22 1164.27 325.42 1172.27 333.72 1172.89 342.03 1164.68 348.23 1172.82 355.95 1174.46 362.62 1165.98 368.59 1153.95 381.69 1149.23 391.17 1151.21 398.07 1157.3 396.9 1161.95 404.62 1164.2 408.6 1161.13 413.98 1175.07 408.36 1177.81 414.92 1180.27 408.6 1184.78 400.88 1192.78 398.42 1219.65 401.93 1227.45 399.24 1241.46 402.52 1245.57 396.08 1256.16 403.45 1267.79 399.71 1273.32 405.91 1275.99 411.52 1271.14 413.63 1277.02 407.43 1279.61 401.46 1287.82 399.82 1287.68 301.55 1278.11 Z\" data-geo-id=\"01089\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(163, 0, 0);\"></path>\\n<path d=\"M 118.81 552.42 109.1 550.91 99.97 544.14 104.89 518.23 102.43 507.15 99.51 507.15 96.82 495.53 99.04 490.81 93.66 484.66 87.92 486.37 83.36 481.04 85.35 469.34 94.59 465.93 183.74 473.86 193.33 478.44 190.18 511.6 212.52 513.72 209.36 545.65 220.36 549.27 219.07 560.42 207.96 559.32 203.75 605.13 159.17 600.89 158.24 612.31 139.87 610.74 137.3 615.52 130.74 611.9 131.21 607.52 120.57 608.69 111.67 599.52 105.82 590.16 94.01 582.77 92.02 567.73 104.19 560.89 109.22 560.55 118.81 552.42 Z\" data-geo-id=\"01091\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(163, 0, 0);\"></path>\\n<path d=\"M 20.54 1005.79 67.92 1008.11 68.5 1000.45 76.11 1000.86 78.45 974.06 124.08 976.59 146.3 978.71 144.2 1001.48 137.41 1081.54 53.3 1076.55 22.06 1075.39 20.77 1013.31 20.54 1005.79 Z\" data-geo-id=\"01093\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(163, 0, 0);\"></path>\\n<path d=\"M 362.62 1165.98 360.52 1119.42 362.15 1101.99 384.5 1103.7 390.82 1092.82 401.7 1079.56 426.97 1054.06 446.97 1076.76 453.76 1080.24 466.98 1081.34 466.39 1085.1 459.26 1144.51 469.2 1158.32 464.17 1154.77 459.37 1169.4 448.03 1171.38 446.5 1188.54 408.6 1184.78 414.92 1180.27 408.36 1177.81 413.98 1175.07 408.6 1161.13 404.62 1164.2 396.9 1161.95 398.07 1157.3 391.17 1151.21 381.69 1149.23 368.59 1153.95 362.62 1165.98 Z\" data-geo-id=\"01095\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(163, 0, 0);\"></path>\\n<path d=\"M 131.45 78.46 137.76 74.84 135.31 82.7 131.45 78.46 Z M 75.99 1.07 81.14 1 104.3 8.04 132.26 10.78 120.33 18.85 117.29 11.05 75.99 1.07 Z M 33.99 230.25 37.85 200.03 46.28 131.59 57.86 36.28 65.58 46.4 78.8 42.23 87.69 42.09 104.65 38.33 104.65 26.3 112.49 29.58 116.59 25.96 122.2 43.6 120.8 78.33 124.43 83.59 123.37 95.08 129.11 106.02 126.65 113.95 131.8 115.52 137.53 125.37 139.05 129.4 132.15 143.28 132.62 148.89 139.64 159.21 148.76 164.13 138.23 175.89 145.37 190.05 150.87 192.78 141.04 200.51 140.22 211.04 144.67 221.98 135.89 232.1 142.79 247.48 135.07 251.31 131.21 253.77 124.43 245.56 56.1 239.82 56.69 232.1 33.99 230.25 Z\" data-geo-id=\"01097\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(163, 0, 0);\"></path>\\n<path d=\"M 224.22 434.68 220.71 430.44 223.99 400.02 212.75 398.85 216.5 361.32 205.03 349.63 218.02 342.52 217.2 329.87 212.17 323.37 197.31 325.29 189.01 318.93 185.14 311.2 186.43 303.34 181.52 300.19 178.94 307.65 173.09 297.19 178.13 290.42 188.42 292.95 198.6 282.9 212.4 279.55 225.39 276.13 240.25 286.11 253.94 287.41 260.49 298.69 267.51 303.68 279.44 326.86 293.13 341.97 297.69 343.34 305.65 360.91 309.39 393.25 318.75 396.73 326 404.05 326 414.85 339.69 416.15 357.24 426.95 355.02 447.19 287.4 440.29 284.24 440.77 224.22 434.68 Z\" data-geo-id=\"01099\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(163, 0, 0);\"></path>\\n<path d=\"M 431.76 590.43 436.21 572.86 442.06 572.86 453.64 566.16 459.37 515.56 481.84 518.16 484.53 495.53 508.74 498.4 551.8 503.19 549.22 525 543.14 577.03 545.36 583.05 559.99 585.17 551.56 591.59 549.92 597.2 542.55 599.59 533.31 620.79 528.52 616.62 519.39 619.76 512.96 617.92 510.5 622.15 505.23 619.08 496.11 626.53 493.42 625.09 484.53 635.56 469.79 626.94 466.98 619.35 471.31 614.22 462.77 616.82 451.53 614.29 448.73 609.44 437.96 606.63 438.43 599.93 431.76 590.43 Z\" data-geo-id=\"01101\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(163, 0, 0);\"></path>\\n<path d=\"M 241.18 1191.28 249.26 1093.51 307.28 1097.54 362.15 1101.99 360.52 1119.42 362.62 1165.98 355.95 1174.46 348.23 1172.82 342.03 1164.68 333.72 1172.89 325.42 1172.27 319.22 1164.27 311.5 1162.22 300.97 1162.7 285.76 1167.42 256.86 1183.76 253.82 1182.87 241.18 1191.28 Z\" data-geo-id=\"01103\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(163, 0, 0);\"></path>\\n<path d=\"M 203.75 605.13 207.96 559.32 219.07 560.42 230.3 561.58 225.86 607.32 292.78 614.77 299.09 628.38 298.39 637.13 306.47 645.06 304.48 651.01 306.82 662.63 305.76 670.97 308.34 680.07 305.3 708.23 260.96 703.59 240.25 700.71 239.08 712.13 217.08 709.94 218.02 698.46 207.02 697.43 210.77 651.62 199.53 650.6 203.75 605.13 Z\" data-geo-id=\"01105\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(163, 0, 0);\"></path>\\n<path d=\"M 14.69 723.41 51.19 727.65 62.54 740.71 68.97 739.75 85.7 751.04 93.42 752.74 97.52 761.15 120.21 775.1 111.21 872.39 88.39 870.27 17.38 866.99 16.21 801.97 14.69 723.41 Z\" data-geo-id=\"01107\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(163, 0, 0);\"></path>\\n<path d=\"M 508.74 498.4 513.42 489.38 514.24 463.53 511.79 452.25 523.02 453.55 526.76 420.12 520.79 407.19 528.28 408.36 606.9 416.77 615.91 417.72 621.76 429.55 620.7 437.48 623.86 452.87 630.06 463.53 624.57 481.51 628.43 488.35 599.06 485.21 596.84 507.91 576.13 505.72 571.92 526.43 567.71 527.94 549.22 525 551.8 503.19 508.74 498.4 Z\" data-geo-id=\"01109\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(163, 0, 0);\"></path>\\n<path d=\"M 585.37 911.09 591.34 836.64 594.26 809.01 607.37 810.59 685.28 819.54 683.76 825.08 662.59 901.73 658.73 915.81 648.08 917.11 585.37 911.09 Z\" data-geo-id=\"01111\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(163, 0, 0);\"></path>\\n<path d=\"M 662.12 632.07 667.27 586.33 671.25 563.49 674.99 563.9 708.33 568.07 715.94 556.93 726.82 547.36 755.01 550.91 756.65 557.41 751.62 568.89 761.8 583.18 771.04 587.7 768.7 593.58 778.99 598.09 785.55 606.84 774.67 615.45 758.99 619.9 757.23 623.59 763.9 635.21 761.21 644.03 764.37 647.11 757 653.74 753.61 669.06 740.5 667.28 741.91 657.84 682.24 649.91 684.7 634.87 662.12 632.07 Z\" data-geo-id=\"01113\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(163, 0, 0);\"></path>\\n<path d=\"M 426.5 1011.94 422.75 1005.04 424.86 999.77 412.11 982.88 405.56 978.03 398.65 977.55 388.13 971.46 376.19 970.3 377.13 960.66 384.62 961.41 389.53 950.27 391.4 931.26 386.6 923.13 388.01 907.67 395.96 904.46 403.57 905.28 404.62 893.86 426.97 896.12 429.77 866.92 435.97 872.46 443.23 884.84 447.44 900.15 457.97 897.21 459.14 904.19 466.28 911.98 458.79 922.78 465.81 923.74 462.53 929.01 468.73 931.33 466.98 941.86 459.96 950.41 472.24 947.53 472.94 957.24 491.78 971.94 486.4 980.42 484.99 992.04 486.4 996.35 477.62 996.35 473.18 1007.22 466.86 1005.31 460.89 1012.35 459.61 1021.99 452.35 1027.53 441.71 1020.28 433.05 1024.18 426.5 1011.94 Z\" data-geo-id=\"01115\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(163, 0, 0);\"></path>\\n<path d=\"M 293.48 815.3 295.82 794.18 308.1 793.36 309.62 777.7 313.6 778.11 318.16 769.43 329.98 766.83 329.28 772.57 341.68 772.91 388.24 777.84 387.31 773.46 399.71 765.6 409.65 766.9 409.07 784.13 413.16 789.05 419.25 795.54 408.48 808.74 411.64 815.03 417.02 815.85 416.67 826.04 422.05 827.34 420.88 837.32 429.66 836.36 436.79 843.2 433.4 854.21 438.55 856.74 429.77 866.92 426.97 896.12 404.62 893.86 403.57 905.28 395.96 904.46 396.43 898.79 387.19 896.12 379.12 881.97 364.03 880.33 355.95 866.24 348.47 865.76 344.14 852.02 333.14 849.35 333.72 841.76 322.61 840.88 314.07 830.48 314.54 825.7 305.41 822 303.07 816.12 293.48 815.3 Z\" data-geo-id=\"01117\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(163, 0, 0);\"></path>\\n<path d=\"M 11.41 543.05 68.15 547.49 118.81 552.42 109.22 560.55 104.19 560.89 92.02 567.73 94.01 582.77 105.82 590.16 111.67 599.52 120.57 608.69 131.21 607.52 130.74 611.9 126.06 614.7 125.13 621.95 119.63 626.87 122.67 631.73 128.29 626.94 131.8 631.45 127.35 635.15 117.76 632.55 112.14 636.79 102.08 630.22 85.7 624.21 79.5 630.7 83.01 636.58 83.6 651.55 78.33 647.59 69.79 651.35 76.23 654.02 69.56 669.81 76.11 670.84 76.81 679.24 69.91 677.06 63.24 685.6 53.41 683.62 57.97 690.46 52.13 694.9 49.08 705.02 44.99 708.17 51.77 710.83 53.53 716.85 51.19 727.65 14.69 723.41 14.34 707 12.82 614.29 11.41 543.05 Z\" data-geo-id=\"01119\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(163, 0, 0);\"></path>\\n<path d=\"M 429.77 866.92 438.55 856.74 433.4 854.21 436.79 843.2 429.66 836.36 420.88 837.32 422.05 827.34 416.67 826.04 417.02 815.85 411.64 815.03 408.48 808.74 419.25 795.54 413.16 789.05 481.6 796.43 479.5 820.36 490.84 821.18 488.62 847.92 518.45 850.52 516.82 873.56 527.81 878.48 526.29 893.79 530.15 894.2 528.98 905.76 540.33 906.99 550.98 919.57 550.74 923.33 550.28 931.06 507.11 926.68 501.02 929.89 498.92 941.65 492.72 948.49 472.24 947.53 459.96 950.41 466.98 941.86 468.73 931.33 462.53 929.01 465.81 923.74 458.79 922.78 466.28 911.98 459.14 904.19 457.97 897.21 447.44 900.15 443.23 884.84 435.97 872.46 429.77 866.92 Z\" data-geo-id=\"01121\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(163, 0, 0);\"></path>\\n<path d=\"M 517.75 796.43 527.46 708.78 555.19 711.58 550.39 690.8 556.48 683.42 556.24 671.66 561.16 643.08 580.46 645.47 577.77 668.17 596.37 670.36 599.65 674.46 596.6 700.99 599.88 705.29 614.97 707.35 618.25 711.52 607.37 810.59 594.26 809.01 524.89 801.15 517.75 796.43 Z\" data-geo-id=\"01123\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(163, 0, 0);\"></path>\\n<path d=\"M 111.21 872.39 120.21 775.1 124.43 739.55 150.75 741.87 149.93 738.93 213.81 743.72 236.15 746.45 235.57 769.63 241.07 780.43 259.08 781.46 257.45 798.76 266.81 809.08 277.45 807.17 285.06 814.62 284.35 822.21 279.32 825.7 270.78 824.94 270.31 828.91 262.83 828.29 253.82 841.15 246.21 842.45 245.51 850.11 233.11 860.98 221.76 864.12 221.88 873.28 231.94 872.87 235.1 880.33 224.1 879.64 222.23 898.79 210.88 897.69 210.53 901.52 199.18 900.63 154.26 898.65 154.96 890.99 147.47 890.1 148.76 874.86 133.67 873.01 111.21 872.39 Z\" data-geo-id=\"01125\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(163, 0, 0);\"></path>\\n<path d=\"M 144.2 1001.48 146.3 978.71 147.24 967.36 169.82 968.18 174.62 922.17 197.2 923.4 199.18 900.63 210.53 901.52 210.88 897.69 222.23 898.79 224.1 879.64 235.1 880.33 241.89 887.91 251.6 893.18 247.03 898.85 251.6 908.49 258.73 913.01 269.85 913.96 269.14 921.55 276.75 922.1 279.79 930.1 278.62 941.52 284.59 957.52 292.08 958 295.12 965.93 291.96 977 282.48 978.3 281.78 984.11 263.65 982.75 265.28 987.19 257.45 1000.52 248.32 1008.59 239.9 1010.37 234.28 1007.43 173.56 1002.64 144.2 1001.48 Z\" data-geo-id=\"01127\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(163, 0, 0);\"></path>\\n<path d=\"M 14.69 382.38 23.35 314 33.99 230.25 56.69 232.1 56.1 239.82 124.43 245.56 131.21 253.77 135.07 251.31 141.51 251.51 140.22 259.72 142.91 268.26 139.64 273.19 129.92 276.4 136.59 279.07 137.65 286.66 133.67 291.03 145.84 294.45 148.53 311.75 141.97 311.68 142.91 320.91 137.18 324.81 141.39 327.41 142.56 338.62 133.55 347.1 116.24 352.36 103.48 362.34 97.99 378.41 97.64 389.49 14.69 382.38 Z\" data-geo-id=\"01129\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(163, 0, 0);\"></path>\\n<path d=\"M 220.36 549.27 209.36 545.65 212.52 513.72 190.18 511.6 193.33 478.44 183.74 473.86 186.67 443.64 196.84 443.09 198.01 431.81 224.22 434.68 284.24 440.77 287.4 440.29 355.02 447.19 351.27 481.45 362.5 482.61 360.63 505.17 349.52 504.01 290.09 498.27 286.46 508.11 278.97 509.41 271.48 521.65 265.17 521.51 262.01 527.46 250.54 535.12 245.75 533.41 242.7 539.97 231.59 544.83 226.33 550.84 220.36 549.27 Z\" data-geo-id=\"01131\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(163, 0, 0);\"></path>\\n<path d=\"M 137.41 1081.54 144.2 1001.48 173.56 1002.64 234.28 1007.43 239.9 1010.37 248.32 1008.59 256.74 1009.14 249.61 1089.68 218.6 1086.81 159.87 1082.91 137.41 1081.54 Z\" data-geo-id=\"01133\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(163, 0, 0);\"></path>\\n</g>\\n<g data-year=\"2024\" data-state=\"AL\" data-admin2-type=\"ec\" id=\"ec-lo-2024-AL\">\\n<circle class=\"atlas-poi-circle\" cx=\"475.0641\" cy=\"704.9887\" id=\"Montgomery\" r=\"8\" strokewidth=\"4\" style=\"display: block; stroke: white; stroke-width: 4; pointer-events: none;\"></circle>\\n<text class=\"atlas-poi-text\" dy=\"-20\" fontsize=\"52px\" id=\"Montgomery\" text-anchor=\"middle\" x=\"475.0641\" y=\"704.9887\" style=\"display: block; font-size: 52px; pointer-events: none; z-index: 2; font-family: Arial; font-weight: bold; stroke: white; paint-order: stroke; stroke-width: 0.1em;\">Montgomery</text>\\n<circle class=\"atlas-poi-circle\" cx=\"336.213\" cy=\"417.4612\" id=\"Birmingham\" r=\"8\" strokewidth=\"4\" style=\"display: block; stroke: white; stroke-width: 4; pointer-events: none;\"></circle>\\n<text class=\"atlas-poi-text\" dy=\"-20\" fontsize=\"52px\" id=\"Birmingham\" text-anchor=\"middle\" x=\"336.213\" y=\"417.4612\" style=\"display: block; font-size: 52px; pointer-events: none; z-index: 2; font-family: Arial; font-weight: bold; stroke: white; paint-order: stroke; stroke-width: 0.1em;\">Birmingham</text>\\n<circle class=\"atlas-poi-circle\" cx=\"133.126\" cy=\"1180.9111\" id=\"Mobile\" r=\"8\" strokewidth=\"4\" style=\"display: block; stroke: white; stroke-width: 4; pointer-events: none;\"></circle>\\n<text class=\"atlas-poi-text\" dy=\"-20\" fontsize=\"52px\" id=\"Mobile\" text-anchor=\"middle\" x=\"133.126\" y=\"1180.9111\" style=\"display: block; font-size: 52px; pointer-events: none; z-index: 2; font-family: Arial; font-weight: bold; stroke: white; paint-order: stroke; stroke-width: 0.1em;\">Mobile</text>\\n</g>\\n</svg></div></div> <div class=\"legend-koNQTc cnn-pcl-aeyajg\"><h5 class=\"center-title-3lxiQD cnn-pcl-aeyajg\">Leading</h5> <div class=\"palettes-69eAQF cnn-pcl-aeyajg\"><div class=\"wrapper-2pUJsI cnn-pcl-1pbjuv4\"><div class=\"shades-q2_F7g cnn-pcl-1pbjuv4\"><div class=\"palette-3VoUOr cnn-pcl-1pbjuv4\"><div class=\"solid-28PFA1 palette-color-WwdGQJ cnn-pcl-1pbjuv4\" style=\"--shade: #A30000;\"></div> <div class=\"color-desc-2-th2k cnn-pcl-1pbjuv4\"></div> </div></div> <div class=\"group-name-16MNYT cnn-pcl-1pbjuv4\">Trump</div></div></div></div> </div> <footer class=\"cnn-pcl-1e0vjke embedded-JUJHRu\"><div class=\"footer-info-s7AjA1 cnn-pcl-1e0vjke\"><p class=\"cnn-pcl-1e0vjke\"><span class=\"reporting-1zjL7t cnn-pcl-1e0vjke\" data-testid=\"percentreporting\">Est. vote in: 92%</span></p> <p class=\"last-updated-foB4fW cnn-pcl-1e0vjke\"><time data-testid=\"timestamp\">Updated 12:57 p.m. ET, Mar. 25</time></p> <p class=\"cnn-pcl-1e0vjke\"><span class=\"next-update-hLyQmu cnn-pcl-1e0vjke\"><span data-testid=\"next-update-timer\" class=\"next-update-timer-1K0nuP cnn-pcl-1lgl0jt\"><span class=\"text-1eIsT7 cnn-pcl-1lgl0jt\">Checking for updates in: <span class=\"time-1C6GVD cnn-pcl-1lgl0jt\">08</span> seconds</span></span></span></p></div> </footer></article> <div class=\"cta-wrapper-1KjYeR cnn-pcl-1a4cfl8\"><a href=\"/election/2024/primaries-and-caucuses/results/alabama/republican-presidential-primary\" data-zjs-interaction=\"election_2024_president_republican primary_al_link_clicked\" data-zjs-year=\"2024\" data-zjs-race=\"President Republican Primary\" data-zjs-place=\"AL\" data-zjs-jurisdiction=\"\" data-zjs-component_type=\"ResultsSuite\" data-zjs-canonical_url=\"https://www.cnn.com/election/2024/primaries-and-caucuses/results/alabama\" data-zjs-cms_id=\"cms.cnn.com/_pages/electioncenter_2024_20240305_AL_overview_page@published\" data-zjs-source_id=\"cms.cnn.com/_pages/electioncenter_2024_20240305_AL_overview_page@published\" data-zjs-raw_url=\"\" data-zjs-component_text=\"See county-level results\">See county-level results</a></div></div></div>\\n <div data-uri=\"cms.cnn.com/_components/zone/instances/electioncenter_2024_20240305_AL_overview_adzones_zone2@published\" data-analytics-collection=\"zone\" data-selective-publishing=\"true\" class=\"zone_electioncenter-2022-v2 \" data-collapsed-text=\"\">\\n <div class=\"zone__outer\"></div>\\n <div class=\"zone__inner has-pseudo-class-fix-layout--full-width\">\\n\\n\\n\\n <div class=\"zone__items layout--full-width\" data-editable=\"items\" data-reorderable-component=\"items\">\\n </div>\\n <div class=\"zone__ads\">\\n <div data-uri=\"cms.cnn.com/_components/ad-slot/instances/electioncenter_2024_20240305_AL_overview_adzones_zone2@published\" class=\"ad-slot\" data-path=\"main/section[0]/items/zone[0]/ads\" data-desktop-slot-id=\"ad_bnr_btf_01\" data-mobile-slot-id=\"ad_rect_atf_01\" data-unselectable=\"true\"><div id=\"ad_bnr_btf_01\" class=\"ad\"></div>\\n <div class=\"ad-slot__feedback ad-feedback-link-container\">\\n <div class=\"ad-slot__ad-label\"></div>\\n \\n <div data-ad-type=\"DISPLAY\" data-ad-identifier=\"ad_bnr_btf_01\" class=\"ad-feedback-link\">\\n <div class=\"ad-feedback-link__label\">Ad Feedback</div>\\n </div>\\n \\n </div>\\n </div>\\n\\n </div>\\n </div>\\n</div>\\n\\n <div data-uri=\"cms.cnn.com/_components/politics-results-list/instances/electioncenter_2024_20240305_AL_overview_results_AL_us-house_democratic-party@published\" class=\"politics-results-list\" data-editable=\"settings\" data-state=\"{&quot;_ref&quot;:&quot;cms.cnn.com/_components/politics-results-list/instances/electioncenter_2024_20240305_AL_overview_results_AL_us-house_democratic-party@published&quot;,&quot;feedUrl&quot;:&quot;https://politics.api.cnn.io/results/cd-races/2024-HD-AL.json&quot;,&quot;__fields&quot;:{&quot;status&quot;:&quot;active&quot;,&quot;created_at&quot;:&quot;Tue, 05 Mar 2024 13:07:27 GMT&quot;,&quot;updated_at&quot;:&quot;Wed, 27 Mar 2024 16:38:03 GMT&quot;},&quot;stateSlug&quot;:&quot;alabama&quot;,&quot;description&quot;:&quot;Click the House district name for the full results.&quot;,&quot;linkPattern&quot;:&quot;/election/2024/primaries-and-caucuses/results/{stateSlug}/democratic-party/us-house-district-{district}&quot;,&quot;resultsList&quot;:[{&quot;title&quot;:&quot;House 1: Alabama&quot;,&quot;candidates&quot;:[{&quot;id&quot;:20077342,&quot;lastName&quot;:&quot;Holmes&quot;,&quot;party&quot;:&quot;dem&quot;,&quot;incumbent&quot;:false,&quot;isRunoffCandidate&quot;:false,&quot;winner&quot;:&quot;&quot;,&quot;votePercent&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;isDroppedOut&quot;:false,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;voteNum&quot;:&quot;&quot;,&quot;firstName&quot;:&quot;Tom&quot;,&quot;fullName&quot;:&quot;Tom Holmes&quot;,&quot;totalDelegates&quot;:&quot;&quot;,&quot;regularDelegates&quot;:&quot;&quot;,&quot;electoralVotes&quot;:&quot;&quot;}],&quot;winner&quot;:{&quot;id&quot;:20077342,&quot;lastName&quot;:&quot;Holmes&quot;,&quot;party&quot;:&quot;dem&quot;,&quot;incumbent&quot;:false,&quot;isRunoffCandidate&quot;:false,&quot;winner&quot;:&quot;&quot;,&quot;votePercent&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;isDroppedOut&quot;:false,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;voteNum&quot;:&quot;&quot;,&quot;firstName&quot;:&quot;Tom&quot;,&quot;fullName&quot;:&quot;Tom Holmes&quot;,&quot;totalDelegates&quot;:&quot;&quot;,&quot;regularDelegates&quot;:&quot;&quot;,&quot;electoralVotes&quot;:&quot;&quot;},&quot;percentReportingStr&quot;:&quot;&quot;,&quot;lastUpdatedTimestamp&quot;:&quot;&quot;,&quot;isSwitch&quot;:&quot;&quot;,&quot;isKeyRace&quot;:false,&quot;keyRaceFlagText&quot;:&quot;Key Race&quot;,&quot;droppedOutFlagText&quot;:&quot;DROPPED OUT&quot;,&quot;showUpdatedTimestamp&quot;:false,&quot;isBallotMeasure&quot;:false,&quot;ahead&quot;:&quot;&quot;,&quot;showAheadCount&quot;:false,&quot;status&quot;:&quot;&quot;,&quot;jurisdictionCode&quot;:1,&quot;isCountyRace&quot;:false,&quot;winnerBopPartyId&quot;:&quot;DEM&quot;,&quot;electoralVotes&quot;:&quot;&quot;},{&quot;title&quot;:&quot;House 2: Alabama&quot;,&quot;candidates&quot;:[{&quot;id&quot;:20077274,&quot;lastName&quot;:&quot;Figures&quot;,&quot;party&quot;:&quot;dem&quot;,&quot;incumbent&quot;:false,&quot;isRunoffCandidate&quot;:true,&quot;winner&quot;:&quot;&quot;,&quot;votePercent&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;isDroppedOut&quot;:false,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;voteNum&quot;:&quot;&quot;,&quot;firstName&quot;:&quot;Shomari&quot;,&quot;fullName&quot;:&quot;Shomari Figures&quot;,&quot;totalDelegates&quot;:&quot;&quot;,&quot;regularDelegates&quot;:&quot;&quot;,&quot;electoralVotes&quot;:&quot;&quot;},{&quot;id&quot;:20077273,&quot;lastName&quot;:&quot;Daniels&quot;,&quot;party&quot;:&quot;dem&quot;,&quot;incumbent&quot;:false,&quot;isRunoffCandidate&quot;:true,&quot;winner&quot;:&quot;&quot;,&quot;votePercent&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;isDroppedOut&quot;:false,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;voteNum&quot;:&quot;&quot;,&quot;firstName&quot;:&quot;Anthony&quot;,&quot;fullName&quot;:&quot;Anthony Daniels&quot;,&quot;totalDelegates&quot;:&quot;&quot;,&quot;regularDelegates&quot;:&quot;&quot;,&quot;electoralVotes&quot;:&quot;&quot;},{&quot;id&quot;:20077271,&quot;lastName&quot;:&quot;Bracy&quot;,&quot;party&quot;:&quot;dem&quot;,&quot;incumbent&quot;:false,&quot;isRunoffCandidate&quot;:false,&quot;winner&quot;:&quot;&quot;,&quot;votePercent&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;isDroppedOut&quot;:false,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;voteNum&quot;:&quot;&quot;,&quot;firstName&quot;:&quot;Napoleon&quot;,&quot;fullName&quot;:&quot;Napoleon Bracy&quot;,&quot;totalDelegates&quot;:&quot;&quot;,&quot;regularDelegates&quot;:&quot;&quot;,&quot;electoralVotes&quot;:&quot;&quot;},{&quot;id&quot;:20077272,&quot;lastName&quot;:&quot;Coleman&quot;,&quot;party&quot;:&quot;dem&quot;,&quot;incumbent&quot;:false,&quot;isRunoffCandidate&quot;:false,&quot;winner&quot;:&quot;&quot;,&quot;votePercent&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;isDroppedOut&quot;:false,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;voteNum&quot;:&quot;&quot;,&quot;firstName&quot;:&quot;Merika&quot;,&quot;fullName&quot;:&quot;Merika Coleman&quot;,&quot;totalDelegates&quot;:&quot;&quot;,&quot;regularDelegates&quot;:&quot;&quot;,&quot;electoralVotes&quot;:&quot;&quot;},{&quot;id&quot;:20073417,&quot;lastName&quot;:&quot;Harvey-Hall&quot;,&quot;party&quot;:&quot;dem&quot;,&quot;incumbent&quot;:false,&quot;isRunoffCandidate&quot;:false,&quot;winner&quot;:&quot;&quot;,&quot;votePercent&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;isDroppedOut&quot;:false,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;voteNum&quot;:&quot;&quot;,&quot;firstName&quot;:&quot;Phyllis&quot;,&quot;fullName&quot;:&quot;Phyllis Harvey-Hall&quot;,&quot;totalDelegates&quot;:&quot;&quot;,&quot;regularDelegates&quot;:&quot;&quot;,&quot;electoralVotes&quot;:&quot;&quot;},{&quot;id&quot;:20073100,&quot;lastName&quot;:&quot;Averhart&quot;,&quot;party&quot;:&quot;dem&quot;,&quot;incumbent&quot;:false,&quot;isRunoffCandidate&quot;:false,&quot;winner&quot;:&quot;&quot;,&quot;votePercent&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;isDroppedOut&quot;:false,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;voteNum&quot;:&quot;&quot;,&quot;firstName&quot;:&quot;James&quot;,&quot;fullName&quot;:&quot;James Averhart&quot;,&quot;totalDelegates&quot;:&quot;&quot;,&quot;regularDelegates&quot;:&quot;&quot;,&quot;electoralVotes&quot;:&quot;&quot;},{&quot;id&quot;:20077276,&quot;lastName&quot;:&quot;Gray&quot;,&quot;party&quot;:&quot;dem&quot;,&quot;incumbent&quot;:false,&quot;isRunoffCandidate&quot;:false,&quot;winner&quot;:&quot;&quot;,&quot;votePercent&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;isDroppedOut&quot;:false,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;voteNum&quot;:&quot;&quot;,&quot;firstName&quot;:&quot;Jeremy&quot;,&quot;fullName&quot;:&quot;Jeremy Gray&quot;,&quot;totalDelegates&quot;:&quot;&quot;,&quot;regularDelegates&quot;:&quot;&quot;,&quot;electoralVotes&quot;:&quot;&quot;},{&quot;id&quot;:20077275,&quot;lastName&quot;:&quot;Givan&quot;,&quot;party&quot;:&quot;dem&quot;,&quot;incumbent&quot;:false,&quot;isRunoffCandidate&quot;:false,&quot;winner&quot;:&quot;&quot;,&quot;votePercent&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;isDroppedOut&quot;:false,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;voteNum&quot;:&quot;&quot;,&quot;firstName&quot;:&quot;Juandalynn&quot;,&quot;fullName&quot;:&quot;Juandalynn Givan&quot;,&quot;totalDelegates&quot;:&quot;&quot;,&quot;regularDelegates&quot;:&quot;&quot;,&quot;electoralVotes&quot;:&quot;&quot;},{&quot;id&quot;:20074797,&quot;lastName&quot;:&quot;Patel&quot;,&quot;party&quot;:&quot;dem&quot;,&quot;incumbent&quot;:false,&quot;isRunoffCandidate&quot;:false,&quot;winner&quot;:&quot;&quot;,&quot;votePercent&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;isDroppedOut&quot;:false,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;voteNum&quot;:&quot;&quot;,&quot;firstName&quot;:&quot;Vimal&quot;,&quot;fullName&quot;:&quot;Vimal Patel&quot;,&quot;totalDelegates&quot;:&quot;&quot;,&quot;regularDelegates&quot;:&quot;&quot;,&quot;electoralVotes&quot;:&quot;&quot;},{&quot;id&quot;:20077345,&quot;lastName&quot;:&quot;Simpson&quot;,&quot;party&quot;:&quot;dem&quot;,&quot;incumbent&quot;:false,&quot;isRunoffCandidate&quot;:false,&quot;winner&quot;:&quot;&quot;,&quot;votePercent&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;isDroppedOut&quot;:false,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;voteNum&quot;:&quot;&quot;,&quot;firstName&quot;:&quot;Larry&quot;,&quot;fullName&quot;:&quot;Larry Simpson&quot;,&quot;totalDelegates&quot;:&quot;&quot;,&quot;regularDelegates&quot;:&quot;&quot;,&quot;electoralVotes&quot;:&quot;&quot;},{&quot;id&quot;:20077344,&quot;lastName&quot;:&quot;Lenard&quot;,&quot;party&quot;:&quot;dem&quot;,&quot;incumbent&quot;:false,&quot;isRunoffCandidate&quot;:false,&quot;winner&quot;:&quot;&quot;,&quot;votePercent&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;isDroppedOut&quot;:false,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;voteNum&quot;:&quot;&quot;,&quot;firstName&quot;:&quot;Willie&quot;,&quot;fullName&quot;:&quot;Willie Lenard&quot;,&quot;totalDelegates&quot;:&quot;&quot;,&quot;regularDelegates&quot;:&quot;&quot;,&quot;electoralVotes&quot;:&quot;&quot;}],&quot;winner&quot;:&quot;&quot;,&quot;percentReportingStr&quot;:&quot;&quot;,&quot;lastUpdatedTimestamp&quot;:&quot;&quot;,&quot;isSwitch&quot;:&quot;&quot;,&quot;isKeyRace&quot;:false,&quot;keyRaceFlagText&quot;:&quot;Key Race&quot;,&quot;droppedOutFlagText&quot;:&quot;DROPPED OUT&quot;,&quot;showUpdatedTimestamp&quot;:true,&quot;isBallotMeasure&quot;:false,&quot;ahead&quot;:&quot;&quot;,&quot;showAheadCount&quot;:true,&quot;status&quot;:&quot;&quot;,&quot;jurisdictionCode&quot;:2,&quot;isCountyRace&quot;:false,&quot;winnerBopPartyId&quot;:&quot;DEM&quot;,&quot;electoralVotes&quot;:&quot;&quot;},{&quot;title&quot;:&quot;House 6: Alabama&quot;,&quot;candidates&quot;:[{&quot;id&quot;:20077352,&quot;lastName&quot;:&quot;Anderson&quot;,&quot;party&quot;:&quot;dem&quot;,&quot;incumbent&quot;:false,&quot;isRunoffCandidate&quot;:false,&quot;winner&quot;:&quot;&quot;,&quot;votePercent&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;isDroppedOut&quot;:false,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;voteNum&quot;:&quot;&quot;,&quot;firstName&quot;:&quot;Elizabeth&quot;,&quot;fullName&quot;:&quot;Elizabeth Anderson&quot;,&quot;totalDelegates&quot;:&quot;&quot;,&quot;regularDelegates&quot;:&quot;&quot;,&quot;electoralVotes&quot;:&quot;&quot;}],&quot;winner&quot;:{&quot;id&quot;:20077352,&quot;lastName&quot;:&quot;Anderson&quot;,&quot;party&quot;:&quot;dem&quot;,&quot;incumbent&quot;:false,&quot;isRunoffCandidate&quot;:false,&quot;winner&quot;:&quot;&quot;,&quot;votePercent&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;isDroppedOut&quot;:false,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;voteNum&quot;:&quot;&quot;,&quot;firstName&quot;:&quot;Elizabeth&quot;,&quot;fullName&quot;:&quot;Elizabeth Anderson&quot;,&quot;totalDelegates&quot;:&quot;&quot;,&quot;regularDelegates&quot;:&quot;&quot;,&quot;electoralVotes&quot;:&quot;&quot;},&quot;percentReportingStr&quot;:&quot;&quot;,&quot;lastUpdatedTimestamp&quot;:&quot;&quot;,&quot;isSwitch&quot;:&quot;&quot;,&quot;isKeyRace&quot;:false,&quot;keyRaceFlagText&quot;:&quot;Key Race&quot;,&quot;droppedOutFlagText&quot;:&quot;DROPPED OUT&quot;,&quot;showUpdatedTimestamp&quot;:false,&quot;isBallotMeasure&quot;:false,&quot;ahead&quot;:&quot;&quot;,&quot;showAheadCount&quot;:false,&quot;status&quot;:&quot;&quot;,&quot;jurisdictionCode&quot;:6,&quot;isCountyRace&quot;:false,&quot;winnerBopPartyId&quot;:&quot;DEM&quot;,&quot;electoralVotes&quot;:&quot;&quot;},{&quot;title&quot;:&quot;House 7: Alabama&quot;,&quot;candidates&quot;:[{&quot;id&quot;:60639,&quot;lastName&quot;:&quot;Sewell&quot;,&quot;party&quot;:&quot;dem&quot;,&quot;incumbent&quot;:true,&quot;isRunoffCandidate&quot;:false,&quot;winner&quot;:&quot;&quot;,&quot;votePercent&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;isDroppedOut&quot;:false,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;voteNum&quot;:&quot;&quot;,&quot;firstName&quot;:&quot;Terri&quot;,&quot;fullName&quot;:&quot;Terri Sewell&quot;,&quot;totalDelegates&quot;:&quot;&quot;,&quot;regularDelegates&quot;:&quot;&quot;,&quot;electoralVotes&quot;:&quot;&quot;},{&quot;id&quot;:20077353,&quot;lastName&quot;:&quot;Davis&quot;,&quot;party&quot;:&quot;dem&quot;,&quot;incumbent&quot;:false,&quot;isRunoffCandidate&quot;:false,&quot;winner&quot;:&quot;&quot;,&quot;votePercent&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;isDroppedOut&quot;:false,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;voteNum&quot;:&quot;&quot;,&quot;firstName&quot;:&quot;Chris&quot;,&quot;fullName&quot;:&quot;Chris Davis&quot;,&quot;totalDelegates&quot;:&quot;&quot;,&quot;regularDelegates&quot;:&quot;&quot;,&quot;electoralVotes&quot;:&quot;&quot;}],&quot;winner&quot;:{&quot;id&quot;:60639,&quot;lastName&quot;:&quot;Sewell&quot;,&quot;party&quot;:&quot;dem&quot;,&quot;incumbent&quot;:true,&quot;isRunoffCandidate&quot;:false,&quot;winner&quot;:&quot;&quot;,&quot;votePercent&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;isDroppedOut&quot;:false,&quot;partyName&quot;:&quot;Democratic&quot;,&quot;voteNum&quot;:&quot;&quot;,&quot;firstName&quot;:&quot;Terri&quot;,&quot;fullName&quot;:&quot;Terri Sewell&quot;,&quot;totalDelegates&quot;:&quot;&quot;,&quot;regularDelegates&quot;:&quot;&quot;,&quot;electoralVotes&quot;:&quot;&quot;},&quot;percentReportingStr&quot;:&quot;&quot;,&quot;lastUpdatedTimestamp&quot;:&quot;&quot;,&quot;isSwitch&quot;:&quot;&quot;,&quot;isKeyRace&quot;:false,&quot;keyRaceFlagText&quot;:&quot;Key Race&quot;,&quot;droppedOutFlagText&quot;:&quot;DROPPED OUT&quot;,&quot;showUpdatedTimestamp&quot;:true,&quot;isBallotMeasure&quot;:false,&quot;ahead&quot;:&quot;&quot;,&quot;showAheadCount&quot;:true,&quot;status&quot;:&quot;&quot;,&quot;jurisdictionCode&quot;:7,&quot;isCountyRace&quot;:false,&quot;winnerBopPartyId&quot;:&quot;DEM&quot;,&quot;electoralVotes&quot;:&quot;&quot;}],&quot;componentKey&quot;:&quot;2024primaries-HD-AL-*-ResultsList&quot;,&quot;titleOverride&quot;:&quot;Democratic House Districts: Alabama&quot;,&quot;featureFlagUrl&quot;:&quot;https://politics-static.cnn.io/2021/feature-flags/2024primaries.json&quot;,&quot;numberOfCandidates&quot;:2,&quot;componentVariation&quot;:&quot;politics-results-list&quot;}\" data-key=\"2024primaries-HD-AL-*-ResultsList\"><div class=\"results-list-1UdYAS cnn-pcl-3f3tda\"><article class=\"results-list__article-2qT-gK cnn-pcl-3f3tda\"><h2 class=\"results-list__title-7vhqrQ cnn-pcl-3f3tda\">Democratic House Districts: Alabama</h2> <p class=\"results-list__description-LsIC2Y cnn-pcl-3f3tda\">Click the House district name for the full results.</p></article> <table aria-label=\"district-results\" class=\"cnn-pcl-3f3tda\"><thead class=\"cnn-pcl-3f3tda\"><tr class=\"cnn-pcl-3f3tda\"><th class=\"cnn-pcl-3f3tda\">District</th> <th class=\"cnn-pcl-3f3tda\">Leading candidate(s)</th> <th class=\"col-percent cnn-pcl-3f3tda\">%</th> <th class=\"col-bar-graph-2i-5mJ cnn-pcl-3f3tda\"></th> <th class=\"cnn-pcl-3f3tda\">Votes</th></tr></thead> <tbody><tr style=\"--partyColor: #00268f;\" class=\"cnn-pcl-310bxq first-2FZOl4 last-1WWZ67\"><td class=\"col-district-name-1JoDZf cnn-pcl-310bxq\"><a href=\"/election/2024/primaries-and-caucuses/results/alabama/democratic-party/us-house-district-1\">AL 1</a> </td> <td class=\"col-candidate-name-R5KKUj cnn-pcl-310bxq\"><span class=\"cnn-pcl-310bxq\"><span class=\"col-party-dot-1iztIu cnn-pcl-310bxq\" role=\"img\" aria-label=\"Democrat\"></span> <span class=\"name\" data-testid=\"candidate-name\">Holmes</span> <span class=\"candidate-icon-indicator-1Eq5wI cnn-pcl-310bxq\"><svg width=\"16\" height=\"16\" aria-label=\"Race called\" role=\"img\" viewBox=\"0 0 16 16\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" data-icon=\"checkmark\"><g id=\"icons\" stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g id=\"icon-/-checkmark--/-dem\"><path d=\"M0,8 C0,12.4181333 3.58186667,16 8,16 C12.4181333,16 16,12.4181333 16,8 C16,3.5816 12.4181333,0 8,0 C3.58186667,0 0,3.5816 0,8 Z\" id=\"path-1-copy\" fill=\"#00268f\"></path><path d=\"M13.5967059,5.98070588 L8.248,11.3294118 L7.24329412,12.3341176 C7.10541176,12.472 6.93788235,12.5407059 6.74117647,12.5407059 C6.544,12.5407059 6.37647059,12.472 6.23858824,12.3341176 L5.23435294,11.3294118 L2.55952941,8.65505882 C2.42164706,8.51717647 2.35294118,8.34964706 2.35294118,8.15294118 C2.35294118,7.95576471 2.42164706,7.78823529 2.55952941,7.65035294 L3.56470588,6.64564706 C3.70258824,6.50823529 3.86964706,6.43905882 4.06682353,6.43905882 C4.264,6.43905882 4.43105882,6.50823529 4.56894118,6.64564706 L6.74117647,8.82494118 L11.5872941,3.97129412 C11.7247059,3.83341176 11.8922353,3.76470588 12.0894118,3.76470588 C12.2865882,3.76470588 12.4541176,3.83341176 12.592,3.97129412 L13.5967059,4.976 C13.7345882,5.11435294 13.8032941,5.28188235 13.8032941,5.47858824 C13.8032941,5.67529412 13.7345882,5.84282353 13.5967059,5.98070588 Z\" id=\"Fill-1\" fill=\"#FFF\"></path></g></g></svg></span> </span> </td> <td class=\"col-vote-percent-1X7T6A cnn-pcl-310bxq\" data-testid=\"votepercent\">0.0%</td> <td class=\"col-bar-graph-Pj2xgD cnn-pcl-310bxq\" data-testid=\"bargraph-results-list\"><div class=\"bar-graph-3ElJOk cnn-pcl-310bxq\"><span data-testid=\"votebar\" style=\"width: 0%;\" class=\"cnn-pcl-310bxq\"></span></div></td> <td class=\"col-votes-37xqqZ cnn-pcl-310bxq\"><div class=\"vote-count-1TX3KN cnn-pcl-310bxq\"><span data-testid=\"votes\">0</span> </div></td></tr> <tr class=\"results-list-footer-1gfzF_ cnn-pcl-19hnj0w\"><td colspan=\"5\" class=\"cnn-pcl-19hnj0w\"><div class=\"race-footer-info cnn-pcl-19hnj0w\"><span class=\"reporting-srbBg7 cnn-pcl-19hnj0w\" data-testid=\"percentreporting\">Est. vote in: 0%</span> <span class=\"next-update-K9Q1kO cnn-pcl-19hnj0w\" data-testid=\"nextupdate\"><span data-testid=\"next-update-timer\" class=\"next-update-timer-1K0nuP cnn-pcl-1lgl0jt\"><span class=\"text-1eIsT7 cnn-pcl-1lgl0jt\">Checking for updates in: <span class=\"time-1C6GVD cnn-pcl-1lgl0jt\">08</span> seconds</span></span></span></div></td></tr> <tr style=\"--partyColor: #0e40b6;\" class=\"cnn-pcl-310bxq first-2FZOl4\"><td class=\"col-district-name-1JoDZf cnn-pcl-310bxq\"><a href=\"/election/2024/primaries-and-caucuses/results/alabama/democratic-party/us-house-district-2\">AL 2</a> </td> <td class=\"col-candidate-name-R5KKUj cnn-pcl-310bxq\"><span class=\"cnn-pcl-310bxq\"><span class=\"col-party-dot-1iztIu cnn-pcl-310bxq\" role=\"img\" aria-label=\"Democrat\"></span> <span class=\"name\" data-testid=\"candidate-name\">Figures</span> <div data-testid=\"tooltip\" aria-label=\"Advancing to runoff\" title=\"\"><span data-testid=\"runoff\" class=\"candidate-icon-indicator-1Eq5wI cnn-pcl-310bxq\"><svg width=\"16px\" height=\"16px\" aria-label=\"Going to runoff\" role=\"img\" viewBox=\"0 0 16 16\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" data-icon=\"runoff\"><g id=\"Page-1\" stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g id=\"Runoffs-&amp;-Special-Elections\" transform=\"translate(-778.000000, -529.000000)\"><g id=\"Group-8\" transform=\"translate(778.000000, 529.000000)\"><path d=\"M0,8 C0,12.4181333 3.58186667,16 8,16 C12.4181333,16 16,12.4181333 16,8 C16,3.5816 12.4181333,0 8,0 C3.58186667,0 0,3.5816 0,8 Z\" id=\"path-1-copy\" fill=\"#6E6E6E\"></path><path d=\"M9.61055539,7.23397401 L9.61055539,5.15476062 C9.61055539,5.04532834 9.83090724,4.93589605 9.83090724,5.04532834 L12.9158331,7.78113543 C13.0280556,7.9057572 13.0280556,8.0942428 12.9158331,8.21886457 L9.83090724,10.9546717 C9.72073131,11.0641039 9.61055539,10.9546717 9.61055539,10.8452394 L9.61055539,8.6565937 L3.66105554,8.6565937 C3.30743074,8.63047086 3.02630036,8.35123799 3,8 C3.02630036,7.64876201 3.30743074,7.36952914 3.66105554,7.3434063 L9.61055539,7.3434063 L9.61055539,7.23397401 L9.61055539,7.23397401 L9.61055539,7.23397401 Z\" id=\"Combined-Shape-2\" fill=\"#FFFFFF\"></path></g></g></g></svg></span></div></span> </td> <td class=\"col-vote-percent-1X7T6A cnn-pcl-310bxq\" data-testid=\"votepercent\">43.5%</td> <td class=\"col-bar-graph-Pj2xgD cnn-pcl-310bxq\" data-testid=\"bargraph-results-list\"><div class=\"bar-graph-3ElJOk cnn-pcl-310bxq\"><span data-testid=\"votebar\" style=\"width: 43.5%;\" class=\"cnn-pcl-310bxq\"></span></div></td> <td class=\"col-votes-37xqqZ cnn-pcl-310bxq\"><div class=\"vote-count-1TX3KN cnn-pcl-310bxq\"><span data-testid=\"votes\">24,825</span> <span class=\"ahead-count-Y0vCF9 cnn-pcl-310bxq\" data-testid=\"aheadcount\">12,051 ahead</span></div></td></tr><tr style=\"--partyColor: #0633a3;\" class=\"cnn-pcl-310bxq last-1WWZ67\"><td class=\"cnn-pcl-310bxq\"></td> <td class=\"col-candidate-name-R5KKUj cnn-pcl-310bxq\"><span class=\"cnn-pcl-310bxq\"><span class=\"col-party-dot-1iztIu cnn-pcl-310bxq\" role=\"img\" aria-label=\"Democrat\"></span> <span class=\"name\" data-testid=\"candidate-name\">Daniels</span> <div data-testid=\"tooltip\" aria-label=\"Advancing to runoff\" title=\"\"><span data-testid=\"runoff\" class=\"candidate-icon-indicator-1Eq5wI cnn-pcl-310bxq\"><svg width=\"16px\" height=\"16px\" aria-label=\"Going to runoff\" role=\"img\" viewBox=\"0 0 16 16\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" data-icon=\"runoff\"><g id=\"Page-1\" stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g id=\"Runoffs-&amp;-Special-Elections\" transform=\"translate(-778.000000, -529.000000)\"><g id=\"Group-8\" transform=\"translate(778.000000, 529.000000)\"><path d=\"M0,8 C0,12.4181333 3.58186667,16 8,16 C12.4181333,16 16,12.4181333 16,8 C16,3.5816 12.4181333,0 8,0 C3.58186667,0 0,3.5816 0,8 Z\" id=\"path-1-copy\" fill=\"#6E6E6E\"></path><path d=\"M9.61055539,7.23397401 L9.61055539,5.15476062 C9.61055539,5.04532834 9.83090724,4.93589605 9.83090724,5.04532834 L12.9158331,7.78113543 C13.0280556,7.9057572 13.0280556,8.0942428 12.9158331,8.21886457 L9.83090724,10.9546717 C9.72073131,11.0641039 9.61055539,10.9546717 9.61055539,10.8452394 L9.61055539,8.6565937 L3.66105554,8.6565937 C3.30743074,8.63047086 3.02630036,8.35123799 3,8 C3.02630036,7.64876201 3.30743074,7.36952914 3.66105554,7.3434063 L9.61055539,7.3434063 L9.61055539,7.23397401 L9.61055539,7.23397401 L9.61055539,7.23397401 Z\" id=\"Combined-Shape-2\" fill=\"#FFFFFF\"></path></g></g></g></svg></span></div></span> </td> <td class=\"col-vote-percent-1X7T6A cnn-pcl-310bxq\" data-testid=\"votepercent\">22.4%</td> <td class=\"col-bar-graph-Pj2xgD cnn-pcl-310bxq\" data-testid=\"bargraph-results-list\"><div class=\"bar-graph-3ElJOk cnn-pcl-310bxq\"><span data-testid=\"votebar\" style=\"width: 22.4%;\" class=\"cnn-pcl-310bxq\"></span></div></td> <td class=\"col-votes-37xqqZ cnn-pcl-310bxq\"><div class=\"vote-count-1TX3KN cnn-pcl-310bxq\"><span data-testid=\"votes\">12,774</span> </div></td></tr> <tr class=\"results-list-footer-1gfzF_ cnn-pcl-19hnj0w\"><td colspan=\"5\" class=\"cnn-pcl-19hnj0w\"><div class=\"race-footer-info cnn-pcl-19hnj0w\"><span class=\"reporting-srbBg7 cnn-pcl-19hnj0w\" data-testid=\"percentreporting\">Est. vote in: 82%</span> <span class=\"next-update-K9Q1kO cnn-pcl-19hnj0w\" data-testid=\"nextupdate\"><span data-testid=\"next-update-timer\" class=\"next-update-timer-1K0nuP cnn-pcl-1lgl0jt\"><span class=\"text-1eIsT7 cnn-pcl-1lgl0jt\">Checking for updates in: <span class=\"time-1C6GVD cnn-pcl-1lgl0jt\">08</span> seconds</span></span></span></div></td></tr> <tr style=\"--partyColor: #00268f;\" class=\"cnn-pcl-310bxq first-2FZOl4 last-1WWZ67\"><td class=\"col-district-name-1JoDZf cnn-pcl-310bxq\"><a href=\"/election/2024/primaries-and-caucuses/results/alabama/democratic-party/us-house-district-6\">AL 6</a> </td> <td class=\"col-candidate-name-R5KKUj cnn-pcl-310bxq\"><span class=\"cnn-pcl-310bxq\"><span class=\"col-party-dot-1iztIu cnn-pcl-310bxq\" role=\"img\" aria-label=\"Democrat\"></span> <span class=\"name\" data-testid=\"candidate-name\">Anderson</span> <span class=\"candidate-icon-indicator-1Eq5wI cnn-pcl-310bxq\"><svg width=\"16\" height=\"16\" aria-label=\"Race called\" role=\"img\" viewBox=\"0 0 16 16\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" data-icon=\"checkmark\"><g id=\"icons\" stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g id=\"icon-/-checkmark--/-dem\"><path d=\"M0,8 C0,12.4181333 3.58186667,16 8,16 C12.4181333,16 16,12.4181333 16,8 C16,3.5816 12.4181333,0 8,0 C3.58186667,0 0,3.5816 0,8 Z\" id=\"path-1-copy\" fill=\"#00268f\"></path><path d=\"M13.5967059,5.98070588 L8.248,11.3294118 L7.24329412,12.3341176 C7.10541176,12.472 6.93788235,12.5407059 6.74117647,12.5407059 C6.544,12.5407059 6.37647059,12.472 6.23858824,12.3341176 L5.23435294,11.3294118 L2.55952941,8.65505882 C2.42164706,8.51717647 2.35294118,8.34964706 2.35294118,8.15294118 C2.35294118,7.95576471 2.42164706,7.78823529 2.55952941,7.65035294 L3.56470588,6.64564706 C3.70258824,6.50823529 3.86964706,6.43905882 4.06682353,6.43905882 C4.264,6.43905882 4.43105882,6.50823529 4.56894118,6.64564706 L6.74117647,8.82494118 L11.5872941,3.97129412 C11.7247059,3.83341176 11.8922353,3.76470588 12.0894118,3.76470588 C12.2865882,3.76470588 12.4541176,3.83341176 12.592,3.97129412 L13.5967059,4.976 C13.7345882,5.11435294 13.8032941,5.28188235 13.8032941,5.47858824 C13.8032941,5.67529412 13.7345882,5.84282353 13.5967059,5.98070588 Z\" id=\"Fill-1\" fill=\"#FFF\"></path></g></g></svg></span> </span> </td> <td class=\"col-vote-percent-1X7T6A cnn-pcl-310bxq\" data-testid=\"votepercent\">0.0%</td> <td class=\"col-bar-graph-Pj2xgD cnn-pcl-310bxq\" data-testid=\"bargraph-results-list\"><div class=\"bar-graph-3ElJOk cnn-pcl-310bxq\"><span data-testid=\"votebar\" style=\"width: 0%;\" class=\"cnn-pcl-310bxq\"></span></div></td> <td class=\"col-votes-37xqqZ cnn-pcl-310bxq\"><div class=\"vote-count-1TX3KN cnn-pcl-310bxq\"><span data-testid=\"votes\">0</span> </div></td></tr> <tr class=\"results-list-footer-1gfzF_ cnn-pcl-19hnj0w\"><td colspan=\"5\" class=\"cnn-pcl-19hnj0w\"><div class=\"race-footer-info cnn-pcl-19hnj0w\"><span class=\"reporting-srbBg7 cnn-pcl-19hnj0w\" data-testid=\"percentreporting\">Est. vote in: 0%</span> <span class=\"next-update-K9Q1kO cnn-pcl-19hnj0w\" data-testid=\"nextupdate\"><span data-testid=\"next-update-timer\" class=\"next-update-timer-1K0nuP cnn-pcl-1lgl0jt\"><span class=\"text-1eIsT7 cnn-pcl-1lgl0jt\">Checking for updates in: <span class=\"time-1C6GVD cnn-pcl-1lgl0jt\">08</span> seconds</span></span></span></div></td></tr> <tr style=\"--partyColor: #1a6aff;\" class=\"cnn-pcl-310bxq first-2FZOl4\"><td class=\"col-district-name-1JoDZf cnn-pcl-310bxq\"><a href=\"/election/2024/primaries-and-caucuses/results/alabama/democratic-party/us-house-district-7\">AL 7</a> </td> <td class=\"col-candidate-name-R5KKUj cnn-pcl-310bxq\"><span class=\"cnn-pcl-310bxq\"><span class=\"col-party-dot-1iztIu cnn-pcl-310bxq\" role=\"img\" aria-label=\"Democrat\"></span> <span class=\"name\" data-testid=\"candidate-name\">Sewell</span> <span class=\"candidate-icon-indicator-1Eq5wI cnn-pcl-310bxq\"><svg width=\"16\" height=\"16\" aria-label=\"Race called\" role=\"img\" viewBox=\"0 0 16 16\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" data-icon=\"checkmark\"><g id=\"icons\" stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g id=\"icon-/-checkmark--/-dem\"><path d=\"M0,8 C0,12.4181333 3.58186667,16 8,16 C12.4181333,16 16,12.4181333 16,8 C16,3.5816 12.4181333,0 8,0 C3.58186667,0 0,3.5816 0,8 Z\" id=\"path-1-copy\" fill=\"#1a6aff\"></path><path d=\"M13.5967059,5.98070588 L8.248,11.3294118 L7.24329412,12.3341176 C7.10541176,12.472 6.93788235,12.5407059 6.74117647,12.5407059 C6.544,12.5407059 6.37647059,12.472 6.23858824,12.3341176 L5.23435294,11.3294118 L2.55952941,8.65505882 C2.42164706,8.51717647 2.35294118,8.34964706 2.35294118,8.15294118 C2.35294118,7.95576471 2.42164706,7.78823529 2.55952941,7.65035294 L3.56470588,6.64564706 C3.70258824,6.50823529 3.86964706,6.43905882 4.06682353,6.43905882 C4.264,6.43905882 4.43105882,6.50823529 4.56894118,6.64564706 L6.74117647,8.82494118 L11.5872941,3.97129412 C11.7247059,3.83341176 11.8922353,3.76470588 12.0894118,3.76470588 C12.2865882,3.76470588 12.4541176,3.83341176 12.592,3.97129412 L13.5967059,4.976 C13.7345882,5.11435294 13.8032941,5.28188235 13.8032941,5.47858824 C13.8032941,5.67529412 13.7345882,5.84282353 13.5967059,5.98070588 Z\" id=\"Fill-1\" fill=\"#FFF\"></path></g></g></svg></span> </span> <span class=\"incumbent-3R9HEl cnn-pcl-310bxq\" data-testid=\"incumbent\">Incumbent</span></td> <td class=\"col-vote-percent-1X7T6A cnn-pcl-310bxq\" data-testid=\"votepercent\">92.6%</td> <td class=\"col-bar-graph-Pj2xgD cnn-pcl-310bxq\" data-testid=\"bargraph-results-list\"><div class=\"bar-graph-3ElJOk cnn-pcl-310bxq\"><span data-testid=\"votebar\" style=\"width: 92.6%;\" class=\"cnn-pcl-310bxq\"></span></div></td> <td class=\"col-votes-37xqqZ cnn-pcl-310bxq\"><div class=\"vote-count-1TX3KN cnn-pcl-310bxq\"><span data-testid=\"votes\">59,040</span> <span class=\"ahead-count-Y0vCF9 cnn-pcl-310bxq\" data-testid=\"aheadcount\">54,331 ahead</span></div></td></tr><tr style=\"--partyColor: #00268f;\" class=\"cnn-pcl-310bxq last-1WWZ67\"><td class=\"cnn-pcl-310bxq\"></td> <td class=\"col-candidate-name-R5KKUj cnn-pcl-310bxq\"><span class=\"cnn-pcl-310bxq\"><span class=\"col-party-dot-1iztIu cnn-pcl-310bxq\" role=\"img\" aria-label=\"Democrat\"></span> <span class=\"name\" data-testid=\"candidate-name\">Davis</span> </span> </td> <td class=\"col-vote-percent-1X7T6A cnn-pcl-310bxq\" data-testid=\"votepercent\">7.4%</td> <td class=\"col-bar-graph-Pj2xgD cnn-pcl-310bxq\" data-testid=\"bargraph-results-list\"><div class=\"bar-graph-3ElJOk cnn-pcl-310bxq\"><span data-testid=\"votebar\" style=\"width: 7.4%;\" class=\"cnn-pcl-310bxq\"></span></div></td> <td class=\"col-votes-37xqqZ cnn-pcl-310bxq\"><div class=\"vote-count-1TX3KN cnn-pcl-310bxq\"><span data-testid=\"votes\">4,709</span> </div></td></tr> <tr class=\"results-list-footer-1gfzF_ cnn-pcl-19hnj0w\"><td colspan=\"5\" class=\"cnn-pcl-19hnj0w\"><div class=\"race-footer-info cnn-pcl-19hnj0w\"><span class=\"reporting-srbBg7 cnn-pcl-19hnj0w\" data-testid=\"percentreporting\">Est. vote in: 99%</span> <span class=\"next-update-K9Q1kO cnn-pcl-19hnj0w\" data-testid=\"nextupdate\"><span data-testid=\"next-update-timer\" class=\"next-update-timer-1K0nuP cnn-pcl-1lgl0jt\"><span class=\"text-1eIsT7 cnn-pcl-1lgl0jt\">Checking for updates in: <span class=\"time-1C6GVD cnn-pcl-1lgl0jt\">08</span> seconds</span></span></span></div></td></tr> </tbody></table></div></div>\\n <div data-uri=\"cms.cnn.com/_components/politics-results-list/instances/electioncenter_2024_20240305_AL_overview_results_AL_us-house_republican-party@published\" class=\"politics-results-list\" data-editable=\"settings\" data-state=\"{&quot;_ref&quot;:&quot;cms.cnn.com/_components/politics-results-list/instances/electioncenter_2024_20240305_AL_overview_results_AL_us-house_republican-party@published&quot;,&quot;feedUrl&quot;:&quot;https://politics.api.cnn.io/results/cd-races/2024-HR-AL.json&quot;,&quot;__fields&quot;:{&quot;status&quot;:&quot;active-updated&quot;,&quot;created_at&quot;:&quot;Tue, 05 Mar 2024 13:07:27 GMT&quot;,&quot;updated_at&quot;:&quot;Wed, 27 Mar 2024 16:38:03 GMT&quot;},&quot;stateSlug&quot;:&quot;alabama&quot;,&quot;description&quot;:&quot;Click the House district name for the full results.&quot;,&quot;linkPattern&quot;:&quot;/election/2024/primaries-and-caucuses/results/{stateSlug}/republican-party/us-house-district-{district}&quot;,&quot;resultsList&quot;:[{&quot;title&quot;:&quot;House 1: Alabama&quot;,&quot;candidates&quot;:[{&quot;id&quot;:20073840,&quot;lastName&quot;:&quot;Moore&quot;,&quot;party&quot;:&quot;rep&quot;,&quot;incumbent&quot;:true,&quot;isRunoffCandidate&quot;:false,&quot;winner&quot;:&quot;&quot;,&quot;votePercent&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;isDroppedOut&quot;:false,&quot;partyName&quot;:&quot;Republican&quot;,&quot;voteNum&quot;:&quot;&quot;,&quot;firstName&quot;:&quot;Barry&quot;,&quot;fullName&quot;:&quot;Barry Moore&quot;,&quot;totalDelegates&quot;:&quot;&quot;,&quot;regularDelegates&quot;:&quot;&quot;,&quot;electoralVotes&quot;:&quot;&quot;},{&quot;id&quot;:20073861,&quot;lastName&quot;:&quot;Carl&quot;,&quot;party&quot;:&quot;rep&quot;,&quot;incumbent&quot;:true,&quot;isRunoffCandidate&quot;:false,&quot;winner&quot;:&quot;&quot;,&quot;votePercent&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;isDroppedOut&quot;:false,&quot;partyName&quot;:&quot;Republican&quot;,&quot;voteNum&quot;:&quot;&quot;,&quot;firstName&quot;:&quot;Jerry&quot;,&quot;fullName&quot;:&quot;Jerry Carl&quot;,&quot;totalDelegates&quot;:&quot;&quot;,&quot;regularDelegates&quot;:&quot;&quot;,&quot;electoralVotes&quot;:&quot;&quot;}],&quot;winner&quot;:{&quot;id&quot;:20073840,&quot;lastName&quot;:&quot;Moore&quot;,&quot;party&quot;:&quot;rep&quot;,&quot;incumbent&quot;:true,&quot;isRunoffCandidate&quot;:false,&quot;winner&quot;:&quot;&quot;,&quot;votePercent&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;isDroppedOut&quot;:false,&quot;partyName&quot;:&quot;Republican&quot;,&quot;voteNum&quot;:&quot;&quot;,&quot;firstName&quot;:&quot;Barry&quot;,&quot;fullName&quot;:&quot;Barry Moore&quot;,&quot;totalDelegates&quot;:&quot;&quot;,&quot;regularDelegates&quot;:&quot;&quot;,&quot;electoralVotes&quot;:&quot;&quot;},&quot;percentReportingStr&quot;:&quot;&quot;,&quot;lastUpdatedTimestamp&quot;:&quot;&quot;,&quot;isSwitch&quot;:&quot;&quot;,&quot;isKeyRace&quot;:true,&quot;keyRaceFlagText&quot;:&quot;Key Race&quot;,&quot;droppedOutFlagText&quot;:&quot;DROPPED OUT&quot;,&quot;showUpdatedTimestamp&quot;:true,&quot;isBallotMeasure&quot;:false,&quot;ahead&quot;:&quot;&quot;,&quot;showAheadCount&quot;:true,&quot;status&quot;:&quot;&quot;,&quot;jurisdictionCode&quot;:1,&quot;isCountyRace&quot;:false,&quot;winnerBopPartyId&quot;:&quot;REP&quot;,&quot;electoralVotes&quot;:&quot;&quot;},{&quot;title&quot;:&quot;House 2: Alabama&quot;,&quot;candidates&quot;:[{&quot;id&quot;:20077280,&quot;lastName&quot;:&quot;Brewbaker&quot;,&quot;party&quot;:&quot;rep&quot;,&quot;incumbent&quot;:false,&quot;isRunoffCandidate&quot;:true,&quot;winner&quot;:&quot;&quot;,&quot;votePercent&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;isDroppedOut&quot;:false,&quot;partyName&quot;:&quot;Republican&quot;,&quot;voteNum&quot;:&quot;&quot;,&quot;firstName&quot;:&quot;Dick&quot;,&quot;fullName&quot;:&quot;Dick Brewbaker&quot;,&quot;totalDelegates&quot;:&quot;&quot;,&quot;regularDelegates&quot;:&quot;&quot;,&quot;electoralVotes&quot;:&quot;&quot;},{&quot;id&quot;:20077281,&quot;lastName&quot;:&quot;Dobson&quot;,&quot;party&quot;:&quot;rep&quot;,&quot;incumbent&quot;:false,&quot;isRunoffCandidate&quot;:true,&quot;winner&quot;:&quot;&quot;,&quot;votePercent&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;isDroppedOut&quot;:false,&quot;partyName&quot;:&quot;Republican&quot;,&quot;voteNum&quot;:&quot;&quot;,&quot;firstName&quot;:&quot;Caroleene&quot;,&quot;fullName&quot;:&quot;Caroleene Dobson&quot;,&quot;totalDelegates&quot;:&quot;&quot;,&quot;regularDelegates&quot;:&quot;&quot;,&quot;electoralVotes&quot;:&quot;&quot;},{&quot;id&quot;:20077347,&quot;lastName&quot;:&quot;Albritton&quot;,&quot;party&quot;:&quot;rep&quot;,&quot;incumbent&quot;:false,&quot;isRunoffCandidate&quot;:false,&quot;winner&quot;:&quot;&quot;,&quot;votePercent&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;isDroppedOut&quot;:false,&quot;partyName&quot;:&quot;Republican&quot;,&quot;voteNum&quot;:&quot;&quot;,&quot;firstName&quot;:&quot;Greg&quot;,&quot;fullName&quot;:&quot;Greg Albritton&quot;,&quot;totalDelegates&quot;:&quot;&quot;,&quot;regularDelegates&quot;:&quot;&quot;,&quot;electoralVotes&quot;:&quot;&quot;},{&quot;id&quot;:20077350,&quot;lastName&quot;:&quot;Shepperson&quot;,&quot;party&quot;:&quot;rep&quot;,&quot;incumbent&quot;:false,&quot;isRunoffCandidate&quot;:false,&quot;winner&quot;:&quot;&quot;,&quot;votePercent&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;isDroppedOut&quot;:false,&quot;partyName&quot;:&quot;Republican&quot;,&quot;voteNum&quot;:&quot;&quot;,&quot;firstName&quot;:&quot;Stacey&quot;,&quot;fullName&quot;:&quot;Stacey Shepperson&quot;,&quot;totalDelegates&quot;:&quot;&quot;,&quot;regularDelegates&quot;:&quot;&quot;,&quot;electoralVotes&quot;:&quot;&quot;},{&quot;id&quot;:20077349,&quot;lastName&quot;:&quot;Harris&quot;,&quot;party&quot;:&quot;rep&quot;,&quot;incumbent&quot;:false,&quot;isRunoffCandidate&quot;:false,&quot;winner&quot;:&quot;&quot;,&quot;votePercent&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;isDroppedOut&quot;:false,&quot;partyName&quot;:&quot;Republican&quot;,&quot;voteNum&quot;:&quot;&quot;,&quot;firstName&quot;:&quot;Hampton&quot;,&quot;fullName&quot;:&quot;Hampton Harris&quot;,&quot;totalDelegates&quot;:&quot;&quot;,&quot;regularDelegates&quot;:&quot;&quot;,&quot;electoralVotes&quot;:&quot;&quot;},{&quot;id&quot;:20077351,&quot;lastName&quot;:&quot;Thomas&quot;,&quot;party&quot;:&quot;rep&quot;,&quot;incumbent&quot;:false,&quot;isRunoffCandidate&quot;:false,&quot;winner&quot;:&quot;&quot;,&quot;votePercent&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;isDroppedOut&quot;:false,&quot;partyName&quot;:&quot;Republican&quot;,&quot;voteNum&quot;:&quot;&quot;,&quot;firstName&quot;:&quot;Belinda&quot;,&quot;fullName&quot;:&quot;Belinda Thomas&quot;,&quot;totalDelegates&quot;:&quot;&quot;,&quot;regularDelegates&quot;:&quot;&quot;,&quot;electoralVotes&quot;:&quot;&quot;},{&quot;id&quot;:20077348,&quot;lastName&quot;:&quot;Gilberry&quot;,&quot;party&quot;:&quot;rep&quot;,&quot;incumbent&quot;:false,&quot;isRunoffCandidate&quot;:false,&quot;winner&quot;:&quot;&quot;,&quot;votePercent&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;isDroppedOut&quot;:false,&quot;partyName&quot;:&quot;Republican&quot;,&quot;voteNum&quot;:&quot;&quot;,&quot;firstName&quot;:&quot;Wallace&quot;,&quot;fullName&quot;:&quot;Wallace Gilberry&quot;,&quot;totalDelegates&quot;:&quot;&quot;,&quot;regularDelegates&quot;:&quot;&quot;,&quot;electoralVotes&quot;:&quot;&quot;},{&quot;id&quot;:20074781,&quot;lastName&quot;:&quot;DuPriest&quot;,&quot;party&quot;:&quot;rep&quot;,&quot;incumbent&quot;:false,&quot;isRunoffCandidate&quot;:false,&quot;winner&quot;:&quot;&quot;,&quot;votePercent&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;isDroppedOut&quot;:false,&quot;partyName&quot;:&quot;Republican&quot;,&quot;voteNum&quot;:&quot;&quot;,&quot;firstName&quot;:&quot;Karla&quot;,&quot;fullName&quot;:&quot;Karla DuPriest&quot;,&quot;totalDelegates&quot;:&quot;&quot;,&quot;regularDelegates&quot;:&quot;&quot;,&quot;electoralVotes&quot;:&quot;&quot;}],&quot;winner&quot;:&quot;&quot;,&quot;percentReportingStr&quot;:&quot;&quot;,&quot;lastUpdatedTimestamp&quot;:&quot;&quot;,&quot;isSwitch&quot;:&quot;&quot;,&quot;isKeyRace&quot;:false,&quot;keyRaceFlagText&quot;:&quot;Key Race&quot;,&quot;droppedOutFlagText&quot;:&quot;DROPPED OUT&quot;,&quot;showUpdatedTimestamp&quot;:true,&quot;isBallotMeasure&quot;:false,&quot;ahead&quot;:&quot;&quot;,&quot;showAheadCount&quot;:true,&quot;status&quot;:&quot;&quot;,&quot;jurisdictionCode&quot;:2,&quot;isCountyRace&quot;:false,&quot;winnerBopPartyId&quot;:&quot;REP&quot;,&quot;electoralVotes&quot;:&quot;&quot;},{&quot;title&quot;:&quot;House 3: Alabama&quot;,&quot;candidates&quot;:[{&quot;id&quot;:1161,&quot;lastName&quot;:&quot;Rogers&quot;,&quot;party&quot;:&quot;rep&quot;,&quot;incumbent&quot;:true,&quot;isRunoffCandidate&quot;:false,&quot;winner&quot;:&quot;&quot;,&quot;votePercent&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;isDroppedOut&quot;:false,&quot;partyName&quot;:&quot;Republican&quot;,&quot;voteNum&quot;:&quot;&quot;,&quot;firstName&quot;:&quot;Mike&quot;,&quot;fullName&quot;:&quot;Mike Rogers&quot;,&quot;totalDelegates&quot;:&quot;&quot;,&quot;regularDelegates&quot;:&quot;&quot;,&quot;electoralVotes&quot;:&quot;&quot;},{&quot;id&quot;:20077283,&quot;lastName&quot;:&quot;Newell&quot;,&quot;party&quot;:&quot;rep&quot;,&quot;incumbent&quot;:false,&quot;isRunoffCandidate&quot;:false,&quot;winner&quot;:&quot;&quot;,&quot;votePercent&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;isDroppedOut&quot;:false,&quot;partyName&quot;:&quot;Republican&quot;,&quot;voteNum&quot;:&quot;&quot;,&quot;firstName&quot;:&quot;Bryan&quot;,&quot;fullName&quot;:&quot;Bryan Newell&quot;,&quot;totalDelegates&quot;:&quot;&quot;,&quot;regularDelegates&quot;:&quot;&quot;,&quot;electoralVotes&quot;:&quot;&quot;},{&quot;id&quot;:20077282,&quot;lastName&quot;:&quot;Bevels&quot;,&quot;party&quot;:&quot;rep&quot;,&quot;incumbent&quot;:false,&quot;isRunoffCandidate&quot;:false,&quot;winner&quot;:&quot;&quot;,&quot;votePercent&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;isDroppedOut&quot;:false,&quot;partyName&quot;:&quot;Republican&quot;,&quot;voteNum&quot;:&quot;&quot;,&quot;firstName&quot;:&quot;Barron Rae&quot;,&quot;fullName&quot;:&quot;Barron Rae Bevels&quot;,&quot;totalDelegates&quot;:&quot;&quot;,&quot;regularDelegates&quot;:&quot;&quot;,&quot;electoralVotes&quot;:&quot;&quot;}],&quot;winner&quot;:{&quot;id&quot;:1161,&quot;lastName&quot;:&quot;Rogers&quot;,&quot;party&quot;:&quot;rep&quot;,&quot;incumbent&quot;:true,&quot;isRunoffCandidate&quot;:false,&quot;winner&quot;:&quot;&quot;,&quot;votePercent&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;isDroppedOut&quot;:false,&quot;partyName&quot;:&quot;Republican&quot;,&quot;voteNum&quot;:&quot;&quot;,&quot;firstName&quot;:&quot;Mike&quot;,&quot;fullName&quot;:&quot;Mike Rogers&quot;,&quot;totalDelegates&quot;:&quot;&quot;,&quot;regularDelegates&quot;:&quot;&quot;,&quot;electoralVotes&quot;:&quot;&quot;},&quot;percentReportingStr&quot;:&quot;&quot;,&quot;lastUpdatedTimestamp&quot;:&quot;&quot;,&quot;isSwitch&quot;:&quot;&quot;,&quot;isKeyRace&quot;:false,&quot;keyRaceFlagText&quot;:&quot;Key Race&quot;,&quot;droppedOutFlagText&quot;:&quot;DROPPED OUT&quot;,&quot;showUpdatedTimestamp&quot;:true,&quot;isBallotMeasure&quot;:false,&quot;ahead&quot;:&quot;&quot;,&quot;showAheadCount&quot;:true,&quot;status&quot;:&quot;&quot;,&quot;jurisdictionCode&quot;:3,&quot;isCountyRace&quot;:false,&quot;winnerBopPartyId&quot;:&quot;REP&quot;,&quot;electoralVotes&quot;:&quot;&quot;},{&quot;title&quot;:&quot;House 4: Alabama&quot;,&quot;candidates&quot;:[{&quot;id&quot;:17,&quot;lastName&quot;:&quot;Aderholt&quot;,&quot;party&quot;:&quot;rep&quot;,&quot;incumbent&quot;:true,&quot;isRunoffCandidate&quot;:false,&quot;winner&quot;:&quot;&quot;,&quot;votePercent&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;isDroppedOut&quot;:false,&quot;partyName&quot;:&quot;Republican&quot;,&quot;voteNum&quot;:&quot;&quot;,&quot;firstName&quot;:&quot;Robert&quot;,&quot;fullName&quot;:&quot;Robert Aderholt&quot;,&quot;totalDelegates&quot;:&quot;&quot;,&quot;regularDelegates&quot;:&quot;&quot;,&quot;electoralVotes&quot;:&quot;&quot;},{&quot;id&quot;:20077284,&quot;lastName&quot;:&quot;Holcomb&quot;,&quot;party&quot;:&quot;rep&quot;,&quot;incumbent&quot;:false,&quot;isRunoffCandidate&quot;:false,&quot;winner&quot;:&quot;&quot;,&quot;votePercent&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;isDroppedOut&quot;:false,&quot;partyName&quot;:&quot;Republican&quot;,&quot;voteNum&quot;:&quot;&quot;,&quot;firstName&quot;:&quot;Justin&quot;,&quot;fullName&quot;:&quot;Justin Holcomb&quot;,&quot;totalDelegates&quot;:&quot;&quot;,&quot;regularDelegates&quot;:&quot;&quot;,&quot;electoralVotes&quot;:&quot;&quot;}],&quot;winner&quot;:{&quot;id&quot;:17,&quot;lastName&quot;:&quot;Aderholt&quot;,&quot;party&quot;:&quot;rep&quot;,&quot;incumbent&quot;:true,&quot;isRunoffCandidate&quot;:false,&quot;winner&quot;:&quot;&quot;,&quot;votePercent&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;isDroppedOut&quot;:false,&quot;partyName&quot;:&quot;Republican&quot;,&quot;voteNum&quot;:&quot;&quot;,&quot;firstName&quot;:&quot;Robert&quot;,&quot;fullName&quot;:&quot;Robert Aderholt&quot;,&quot;totalDelegates&quot;:&quot;&quot;,&quot;regularDelegates&quot;:&quot;&quot;,&quot;electoralVotes&quot;:&quot;&quot;},&quot;percentReportingStr&quot;:&quot;&quot;,&quot;lastUpdatedTimestamp&quot;:&quot;&quot;,&quot;isSwitch&quot;:&quot;&quot;,&quot;isKeyRace&quot;:false,&quot;keyRaceFlagText&quot;:&quot;Key Race&quot;,&quot;droppedOutFlagText&quot;:&quot;DROPPED OUT&quot;,&quot;showUpdatedTimestamp&quot;:true,&quot;isBallotMeasure&quot;:false,&quot;ahead&quot;:&quot;&quot;,&quot;showAheadCount&quot;:true,&quot;status&quot;:&quot;&quot;,&quot;jurisdictionCode&quot;:4,&quot;isCountyRace&quot;:false,&quot;winnerBopPartyId&quot;:&quot;REP&quot;,&quot;electoralVotes&quot;:&quot;&quot;},{&quot;title&quot;:&quot;House 5: Alabama&quot;,&quot;candidates&quot;:[{&quot;id&quot;:20074504,&quot;lastName&quot;:&quot;Strong&quot;,&quot;party&quot;:&quot;rep&quot;,&quot;incumbent&quot;:true,&quot;isRunoffCandidate&quot;:false,&quot;winner&quot;:&quot;&quot;,&quot;votePercent&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;isDroppedOut&quot;:false,&quot;partyName&quot;:&quot;Republican&quot;,&quot;voteNum&quot;:&quot;&quot;,&quot;firstName&quot;:&quot;Dale&quot;,&quot;fullName&quot;:&quot;Dale Strong&quot;,&quot;totalDelegates&quot;:&quot;&quot;,&quot;regularDelegates&quot;:&quot;&quot;,&quot;electoralVotes&quot;:&quot;&quot;}],&quot;winner&quot;:{&quot;id&quot;:20074504,&quot;lastName&quot;:&quot;Strong&quot;,&quot;party&quot;:&quot;rep&quot;,&quot;incumbent&quot;:true,&quot;isRunoffCandidate&quot;:false,&quot;winner&quot;:&quot;&quot;,&quot;votePercent&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;isDroppedOut&quot;:false,&quot;partyName&quot;:&quot;Republican&quot;,&quot;voteNum&quot;:&quot;&quot;,&quot;firstName&quot;:&quot;Dale&quot;,&quot;fullName&quot;:&quot;Dale Strong&quot;,&quot;totalDelegates&quot;:&quot;&quot;,&quot;regularDelegates&quot;:&quot;&quot;,&quot;electoralVotes&quot;:&quot;&quot;},&quot;percentReportingStr&quot;:&quot;&quot;,&quot;lastUpdatedTimestamp&quot;:&quot;&quot;,&quot;isSwitch&quot;:&quot;&quot;,&quot;isKeyRace&quot;:false,&quot;keyRaceFlagText&quot;:&quot;Key Race&quot;,&quot;droppedOutFlagText&quot;:&quot;DROPPED OUT&quot;,&quot;showUpdatedTimestamp&quot;:false,&quot;isBallotMeasure&quot;:false,&quot;ahead&quot;:&quot;&quot;,&quot;showAheadCount&quot;:false,&quot;status&quot;:&quot;&quot;,&quot;jurisdictionCode&quot;:5,&quot;isCountyRace&quot;:false,&quot;winnerBopPartyId&quot;:&quot;REP&quot;,&quot;electoralVotes&quot;:&quot;&quot;},{&quot;title&quot;:&quot;House 6: Alabama&quot;,&quot;candidates&quot;:[{&quot;id&quot;:63532,&quot;lastName&quot;:&quot;Palmer&quot;,&quot;party&quot;:&quot;rep&quot;,&quot;incumbent&quot;:true,&quot;isRunoffCandidate&quot;:false,&quot;winner&quot;:&quot;&quot;,&quot;votePercent&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;isDroppedOut&quot;:false,&quot;partyName&quot;:&quot;Republican&quot;,&quot;voteNum&quot;:&quot;&quot;,&quot;firstName&quot;:&quot;Gary&quot;,&quot;fullName&quot;:&quot;Gary Palmer&quot;,&quot;totalDelegates&quot;:&quot;&quot;,&quot;regularDelegates&quot;:&quot;&quot;,&quot;electoralVotes&quot;:&quot;&quot;},{&quot;id&quot;:20077286,&quot;lastName&quot;:&quot;Wilkins&quot;,&quot;party&quot;:&quot;rep&quot;,&quot;incumbent&quot;:false,&quot;isRunoffCandidate&quot;:false,&quot;winner&quot;:&quot;&quot;,&quot;votePercent&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;isDroppedOut&quot;:false,&quot;partyName&quot;:&quot;Republican&quot;,&quot;voteNum&quot;:&quot;&quot;,&quot;firstName&quot;:&quot;Gerrick&quot;,&quot;fullName&quot;:&quot;Gerrick Wilkins&quot;,&quot;totalDelegates&quot;:&quot;&quot;,&quot;regularDelegates&quot;:&quot;&quot;,&quot;electoralVotes&quot;:&quot;&quot;},{&quot;id&quot;:20077285,&quot;lastName&quot;:&quot;McFeeters&quot;,&quot;party&quot;:&quot;rep&quot;,&quot;incumbent&quot;:false,&quot;isRunoffCandidate&quot;:false,&quot;winner&quot;:&quot;&quot;,&quot;votePercent&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;isDroppedOut&quot;:false,&quot;partyName&quot;:&quot;Republican&quot;,&quot;voteNum&quot;:&quot;&quot;,&quot;firstName&quot;:&quot;Ken&quot;,&quot;fullName&quot;:&quot;Ken McFeeters&quot;,&quot;totalDelegates&quot;:&quot;&quot;,&quot;regularDelegates&quot;:&quot;&quot;,&quot;electoralVotes&quot;:&quot;&quot;}],&quot;winner&quot;:{&quot;id&quot;:63532,&quot;lastName&quot;:&quot;Palmer&quot;,&quot;party&quot;:&quot;rep&quot;,&quot;incumbent&quot;:true,&quot;isRunoffCandidate&quot;:false,&quot;winner&quot;:&quot;&quot;,&quot;votePercent&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;isDroppedOut&quot;:false,&quot;partyName&quot;:&quot;Republican&quot;,&quot;voteNum&quot;:&quot;&quot;,&quot;firstName&quot;:&quot;Gary&quot;,&quot;fullName&quot;:&quot;Gary Palmer&quot;,&quot;totalDelegates&quot;:&quot;&quot;,&quot;regularDelegates&quot;:&quot;&quot;,&quot;electoralVotes&quot;:&quot;&quot;},&quot;percentReportingStr&quot;:&quot;&quot;,&quot;lastUpdatedTimestamp&quot;:&quot;&quot;,&quot;isSwitch&quot;:&quot;&quot;,&quot;isKeyRace&quot;:false,&quot;keyRaceFlagText&quot;:&quot;Key Race&quot;,&quot;droppedOutFlagText&quot;:&quot;DROPPED OUT&quot;,&quot;showUpdatedTimestamp&quot;:true,&quot;isBallotMeasure&quot;:false,&quot;ahead&quot;:&quot;&quot;,&quot;showAheadCount&quot;:true,&quot;status&quot;:&quot;&quot;,&quot;jurisdictionCode&quot;:6,&quot;isCountyRace&quot;:false,&quot;winnerBopPartyId&quot;:&quot;REP&quot;,&quot;electoralVotes&quot;:&quot;&quot;},{&quot;title&quot;:&quot;House 7: Alabama&quot;,&quot;candidates&quot;:[{&quot;id&quot;:20074975,&quot;lastName&quot;:&quot;Horn&quot;,&quot;party&quot;:&quot;rep&quot;,&quot;incumbent&quot;:false,&quot;isRunoffCandidate&quot;:false,&quot;winner&quot;:&quot;&quot;,&quot;votePercent&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;isDroppedOut&quot;:false,&quot;partyName&quot;:&quot;Republican&quot;,&quot;voteNum&quot;:&quot;&quot;,&quot;firstName&quot;:&quot;Christian&quot;,&quot;fullName&quot;:&quot;Christian Horn&quot;,&quot;totalDelegates&quot;:&quot;&quot;,&quot;regularDelegates&quot;:&quot;&quot;,&quot;electoralVotes&quot;:&quot;&quot;},{&quot;id&quot;:20077288,&quot;lastName&quot;:&quot;Litaker&quot;,&quot;party&quot;:&quot;rep&quot;,&quot;incumbent&quot;:false,&quot;isRunoffCandidate&quot;:false,&quot;winner&quot;:&quot;&quot;,&quot;votePercent&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;isDroppedOut&quot;:false,&quot;partyName&quot;:&quot;Republican&quot;,&quot;voteNum&quot;:&quot;&quot;,&quot;firstName&quot;:&quot;Robin&quot;,&quot;fullName&quot;:&quot;Robin Litaker&quot;,&quot;totalDelegates&quot;:&quot;&quot;,&quot;regularDelegates&quot;:&quot;&quot;,&quot;electoralVotes&quot;:&quot;&quot;}],&quot;winner&quot;:{&quot;id&quot;:20074975,&quot;lastName&quot;:&quot;Horn&quot;,&quot;party&quot;:&quot;rep&quot;,&quot;incumbent&quot;:false,&quot;isRunoffCandidate&quot;:false,&quot;winner&quot;:&quot;&quot;,&quot;votePercent&quot;:&quot;&quot;,&quot;votePercentStr&quot;:&quot;&quot;,&quot;voteStr&quot;:&quot;&quot;,&quot;isDroppedOut&quot;:false,&quot;partyName&quot;:&quot;Republican&quot;,&quot;voteNum&quot;:&quot;&quot;,&quot;firstName&quot;:&quot;Christian&quot;,&quot;fullName&quot;:&quot;Christian Horn&quot;,&quot;totalDelegates&quot;:&quot;&quot;,&quot;regularDelegates&quot;:&quot;&quot;,&quot;electoralVotes&quot;:&quot;&quot;},&quot;percentReportingStr&quot;:&quot;&quot;,&quot;lastUpdatedTimestamp&quot;:&quot;&quot;,&quot;isSwitch&quot;:&quot;&quot;,&quot;isKeyRace&quot;:false,&quot;keyRaceFlagText&quot;:&quot;Key Race&quot;,&quot;droppedOutFlagText&quot;:&quot;DROPPED OUT&quot;,&quot;showUpdatedTimestamp&quot;:true,&quot;isBallotMeasure&quot;:false,&quot;ahead&quot;:&quot;&quot;,&quot;showAheadCount&quot;:true,&quot;status&quot;:&quot;&quot;,&quot;jurisdictionCode&quot;:7,&quot;isCountyRace&quot;:false,&quot;winnerBopPartyId&quot;:&quot;REP&quot;,&quot;electoralVotes&quot;:&quot;&quot;}],&quot;componentKey&quot;:&quot;2024primaries-HR-AL-*-ResultsList&quot;,&quot;titleOverride&quot;:&quot;Republican House Districts: Alabama&quot;,&quot;featureFlagUrl&quot;:&quot;https://politics-static.cnn.io/2021/feature-flags/2024primaries.json&quot;,&quot;numberOfCandidates&quot;:2,&quot;componentVariation&quot;:&quot;politics-results-list&quot;}\" data-key=\"2024primaries-HR-AL-*-ResultsList\"><div class=\"results-list-1UdYAS cnn-pcl-3f3tda\"><article class=\"results-list__article-2qT-gK cnn-pcl-3f3tda\"><h2 class=\"results-list__title-7vhqrQ cnn-pcl-3f3tda\">Republican House Districts: Alabama</h2> <p class=\"results-list__description-LsIC2Y cnn-pcl-3f3tda\">Click the House district name for the full results.</p></article> <table aria-label=\"district-results\" class=\"cnn-pcl-3f3tda\"><thead class=\"cnn-pcl-3f3tda\"><tr class=\"cnn-pcl-3f3tda\"><th class=\"cnn-pcl-3f3tda\">District</th> <th class=\"cnn-pcl-3f3tda\">Leading candidate(s)</th> <th class=\"col-percent cnn-pcl-3f3tda\">%</th> <th class=\"col-bar-graph-2i-5mJ cnn-pcl-3f3tda\"></th> <th class=\"cnn-pcl-3f3tda\">Votes</th></tr></thead> <tbody><tr style=\"--partyColor: #7A0000;\" class=\"cnn-pcl-310bxq first-2FZOl4\"><td class=\"col-district-name-1JoDZf cnn-pcl-310bxq\"><a href=\"/election/2024/primaries-and-caucuses/results/alabama/republican-party/us-house-district-1\">AL 1</a> <div class=\"key-race-3vt56S cnn-pcl-310bxq\" data-testid=\"key-race\">Key Race</div></td> <td class=\"col-candidate-name-R5KKUj cnn-pcl-310bxq\"><span class=\"cnn-pcl-310bxq\"><span class=\"col-party-dot-1iztIu cnn-pcl-310bxq\" role=\"img\" aria-label=\"Republican\"></span> <span class=\"name\" data-testid=\"candidate-name\">Moore</span> <span class=\"candidate-icon-indicator-1Eq5wI cnn-pcl-310bxq\"><svg width=\"16\" height=\"16\" aria-label=\"Race called\" role=\"img\" viewBox=\"0 0 16 16\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" data-icon=\"checkmark\"><g id=\"icons\" stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g id=\"icon-/-checkmark--/-dem\"><path d=\"M0,8 C0,12.4181333 3.58186667,16 8,16 C12.4181333,16 16,12.4181333 16,8 C16,3.5816 12.4181333,0 8,0 C3.58186667,0 0,3.5816 0,8 Z\" id=\"path-1-copy\" fill=\"#7A0000\"></path><path d=\"M13.5967059,5.98070588 L8.248,11.3294118 L7.24329412,12.3341176 C7.10541176,12.472 6.93788235,12.5407059 6.74117647,12.5407059 C6.544,12.5407059 6.37647059,12.472 6.23858824,12.3341176 L5.23435294,11.3294118 L2.55952941,8.65505882 C2.42164706,8.51717647 2.35294118,8.34964706 2.35294118,8.15294118 C2.35294118,7.95576471 2.42164706,7.78823529 2.55952941,7.65035294 L3.56470588,6.64564706 C3.70258824,6.50823529 3.86964706,6.43905882 4.06682353,6.43905882 C4.264,6.43905882 4.43105882,6.50823529 4.56894118,6.64564706 L6.74117647,8.82494118 L11.5872941,3.97129412 C11.7247059,3.83341176 11.8922353,3.76470588 12.0894118,3.76470588 C12.2865882,3.76470588 12.4541176,3.83341176 12.592,3.97129412 L13.5967059,4.976 C13.7345882,5.11435294 13.8032941,5.28188235 13.8032941,5.47858824 C13.8032941,5.67529412 13.7345882,5.84282353 13.5967059,5.98070588 Z\" id=\"Fill-1\" fill=\"#FFF\"></path></g></g></svg></span> </span> <span class=\"incumbent-3R9HEl cnn-pcl-310bxq\" data-testid=\"incumbent\">Incumbent</span></td> <td class=\"col-vote-percent-1X7T6A cnn-pcl-310bxq\" data-testid=\"votepercent\">57.7%</td> <td class=\"col-bar-graph-Pj2xgD cnn-pcl-310bxq\" data-testid=\"bargraph-results-list\"><div class=\"bar-graph-3ElJOk cnn-pcl-310bxq\"><span data-testid=\"votebar\" style=\"width: 57.7%;\" class=\"cnn-pcl-310bxq\"></span></div></td> <td class=\"col-votes-37xqqZ cnn-pcl-310bxq\"><div class=\"vote-count-1TX3KN cnn-pcl-310bxq\"><span data-testid=\"votes\">53,956</span> <span class=\"ahead-count-Y0vCF9 cnn-pcl-310bxq\" data-testid=\"aheadcount\">14,462 ahead</span></div></td></tr><tr style=\"--partyColor: #B1231C;\" class=\"cnn-pcl-310bxq last-1WWZ67\"><td class=\"cnn-pcl-310bxq\"></td> <td class=\"col-candidate-name-R5KKUj cnn-pcl-310bxq\"><span class=\"cnn-pcl-310bxq\"><span class=\"col-party-dot-1iztIu cnn-pcl-310bxq\" role=\"img\" aria-label=\"Republican\"></span> <span class=\"name\" data-testid=\"candidate-name\">Carl</span> </span> <span class=\"incumbent-3R9HEl cnn-pcl-310bxq last-1WWZ67\" data-testid=\"incumbent\">Incumbent</span></td> <td class=\"col-vote-percent-1X7T6A cnn-pcl-310bxq\" data-testid=\"votepercent\">42.3%</td> <td class=\"col-bar-graph-Pj2xgD cnn-pcl-310bxq\" data-testid=\"bargraph-results-list\"><div class=\"bar-graph-3ElJOk cnn-pcl-310bxq\"><span data-testid=\"votebar\" style=\"width: 42.3%;\" class=\"cnn-pcl-310bxq\"></span></div></td> <td class=\"col-votes-37xqqZ cnn-pcl-310bxq\"><div class=\"vote-count-1TX3KN cnn-pcl-310bxq\"><span data-testid=\"votes\">39,494</span> </div></td></tr> <tr class=\"results-list-footer-1gfzF_ cnn-pcl-19hnj0w\"><td colspan=\"5\" class=\"cnn-pcl-19hnj0w\"><div class=\"race-footer-info cnn-pcl-19hnj0w\"><span class=\"reporting-srbBg7 cnn-pcl-19hnj0w\" data-testid=\"percentreporting\">Est. vote in: 87%</span> <span class=\"next-update-K9Q1kO cnn-pcl-19hnj0w\" data-testid=\"nextupdate\"><span data-testid=\"next-update-timer\" class=\"next-update-timer-1K0nuP cnn-pcl-1lgl0jt\"><span class=\"text-1eIsT7 cnn-pcl-1lgl0jt\">Checking for updates in: <span class=\"time-1C6GVD cnn-pcl-1lgl0jt\">08</span> seconds</span></span></span></div></td></tr> <tr style=\"--partyColor: #7A0000;\" class=\"cnn-pcl-310bxq first-2FZOl4\"><td class=\"col-district-name-1JoDZf cnn-pcl-310bxq\"><a href=\"/election/2024/primaries-and-caucuses/results/alabama/republican-party/us-house-district-2\">AL 2</a> </td> <td class=\"col-candidate-name-R5KKUj cnn-pcl-310bxq\"><span class=\"cnn-pcl-310bxq\"><span class=\"col-party-dot-1iztIu cnn-pcl-310bxq\" role=\"img\" aria-label=\"Republican\"></span> <span class=\"name\" data-testid=\"candidate-name\">Brewbaker</span> <div data-testid=\"tooltip\" aria-label=\"Advancing to runoff\" title=\"\"><span data-testid=\"runoff\" class=\"candidate-icon-indicator-1Eq5wI cnn-pcl-310bxq\"><svg width=\"16px\" height=\"16px\" aria-label=\"Going to runoff\" role=\"img\" viewBox=\"0 0 16 16\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" data-icon=\"runoff\"><g id=\"Page-1\" stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g id=\"Runoffs-&amp;-Special-Elections\" transform=\"translate(-778.000000, -529.000000)\"><g id=\"Group-8\" transform=\"translate(778.000000, 529.000000)\"><path d=\"M0,8 C0,12.4181333 3.58186667,16 8,16 C12.4181333,16 16,12.4181333 16,8 C16,3.5816 12.4181333,0 8,0 C3.58186667,0 0,3.5816 0,8 Z\" id=\"path-1-copy\" fill=\"#6E6E6E\"></path><path d=\"M9.61055539,7.23397401 L9.61055539,5.15476062 C9.61055539,5.04532834 9.83090724,4.93589605 9.83090724,5.04532834 L12.9158331,7.78113543 C13.0280556,7.9057572 13.0280556,8.0942428 12.9158331,8.21886457 L9.83090724,10.9546717 C9.72073131,11.0641039 9.61055539,10.9546717 9.61055539,10.8452394 L9.61055539,8.6565937 L3.66105554,8.6565937 C3.30743074,8.63047086 3.02630036,8.35123799 3,8 C3.02630036,7.64876201 3.30743074,7.36952914 3.66105554,7.3434063 L9.61055539,7.3434063 L9.61055539,7.23397401 L9.61055539,7.23397401 L9.61055539,7.23397401 Z\" id=\"Combined-Shape-2\" fill=\"#FFFFFF\"></path></g></g></g></svg></span></div></span> </td> <td class=\"col-vote-percent-1X7T6A cnn-pcl-310bxq\" data-testid=\"votepercent\">37.0%</td> <td class=\"col-bar-graph-Pj2xgD cnn-pcl-310bxq\" data-testid=\"bargraph-results-list\"><div class=\"bar-graph-3ElJOk cnn-pcl-310bxq\"><span data-testid=\"votebar\" style=\"width: 37%;\" class=\"cnn-pcl-310bxq\"></span></div></td> <td class=\"col-votes-37xqqZ cnn-pcl-310bxq\"><div class=\"vote-count-1TX3KN cnn-pcl-310bxq\"><span data-testid=\"votes\">22,589</span> <span class=\"ahead-count-Y0vCF9 cnn-pcl-310bxq\" data-testid=\"aheadcount\">7,487 ahead</span></div></td></tr><tr style=\"--partyColor: #E34D47;\" class=\"cnn-pcl-310bxq last-1WWZ67\"><td class=\"cnn-pcl-310bxq\"></td> <td class=\"col-candidate-name-R5KKUj cnn-pcl-310bxq\"><span class=\"cnn-pcl-310bxq\"><span class=\"col-party-dot-1iztIu cnn-pcl-310bxq\" role=\"img\" aria-label=\"Republican\"></span> <span class=\"name\" data-testid=\"candidate-name\">Dobson</span> <div data-testid=\"tooltip\" aria-label=\"Advancing to runoff\" title=\"\"><span data-testid=\"runoff\" class=\"candidate-icon-indicator-1Eq5wI cnn-pcl-310bxq\"><svg width=\"16px\" height=\"16px\" aria-label=\"Going to runoff\" role=\"img\" viewBox=\"0 0 16 16\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" data-icon=\"runoff\"><g id=\"Page-1\" stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g id=\"Runoffs-&amp;-Special-Elections\" transform=\"translate(-778.000000, -529.000000)\"><g id=\"Group-8\" transform=\"translate(778.000000, 529.000000)\"><path d=\"M0,8 C0,12.4181333 3.58186667,16 8,16 C12.4181333,16 16,12.4181333 16,8 C16,3.5816 12.4181333,0 8,0 C3.58186667,0 0,3.5816 0,8 Z\" id=\"path-1-copy\" fill=\"#6E6E6E\"></path><path d=\"M9.61055539,7.23397401 L9.61055539,5.15476062 C9.61055539,5.04532834 9.83090724,4.93589605 9.83090724,5.04532834 L12.9158331,7.78113543 C13.0280556,7.9057572 13.0280556,8.0942428 12.9158331,8.21886457 L9.83090724,10.9546717 C9.72073131,11.0641039 9.61055539,10.9546717 9.61055539,10.8452394 L9.61055539,8.6565937 L3.66105554,8.6565937 C3.30743074,8.63047086 3.02630036,8.35123799 3,8 C3.02630036,7.64876201 3.30743074,7.36952914 3.66105554,7.3434063 L9.61055539,7.3434063 L9.61055539,7.23397401 L9.61055539,7.23397401 L9.61055539,7.23397401 Z\" id=\"Combined-Shape-2\" fill=\"#FFFFFF\"></path></g></g></g></svg></span></div></span> </td> <td class=\"col-vote-percent-1X7T6A cnn-pcl-310bxq\" data-testid=\"votepercent\">24.8%</td> <td class=\"col-bar-graph-Pj2xgD cnn-pcl-310bxq\" data-testid=\"bargraph-results-list\"><div class=\"bar-graph-3ElJOk cnn-pcl-310bxq\"><span data-testid=\"votebar\" style=\"width: 24.8%;\" class=\"cnn-pcl-310bxq\"></span></div></td> <td class=\"col-votes-37xqqZ cnn-pcl-310bxq\"><div class=\"vote-count-1TX3KN cnn-pcl-310bxq\"><span data-testid=\"votes\">15,102</span> </div></td></tr> <tr class=\"results-list-footer-1gfzF_ cnn-pcl-19hnj0w\"><td colspan=\"5\" class=\"cnn-pcl-19hnj0w\"><div class=\"race-footer-info cnn-pcl-19hnj0w\"><span class=\"reporting-srbBg7 cnn-pcl-19hnj0w\" data-testid=\"percentreporting\">Est. vote in: 99%</span> <span class=\"next-update-K9Q1kO cnn-pcl-19hnj0w\" data-testid=\"nextupdate\"><span data-testid=\"next-update-timer\" class=\"next-update-timer-1K0nuP cnn-pcl-1lgl0jt\"><span class=\"text-1eIsT7 cnn-pcl-1lgl0jt\">Checking for updates in: <span class=\"time-1C6GVD cnn-pcl-1lgl0jt\">08</span> seconds</span></span></span></div></td></tr> <tr style=\"--partyColor: #ff4a43;\" class=\"cnn-pcl-310bxq first-2FZOl4\"><td class=\"col-district-name-1JoDZf cnn-pcl-310bxq\"><a href=\"/election/2024/primaries-and-caucuses/results/alabama/republican-party/us-house-district-3\">AL 3</a> </td> <td class=\"col-candidate-name-R5KKUj cnn-pcl-310bxq\"><span class=\"cnn-pcl-310bxq\"><span class=\"col-party-dot-1iztIu cnn-pcl-310bxq\" role=\"img\" aria-label=\"Republican\"></span> <span class=\"name\" data-testid=\"candidate-name\">Rogers</span> <span class=\"candidate-icon-indicator-1Eq5wI cnn-pcl-310bxq\"><svg width=\"16\" height=\"16\" aria-label=\"Race called\" role=\"img\" viewBox=\"0 0 16 16\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" data-icon=\"checkmark\"><g id=\"icons\" stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g id=\"icon-/-checkmark--/-dem\"><path d=\"M0,8 C0,12.4181333 3.58186667,16 8,16 C12.4181333,16 16,12.4181333 16,8 C16,3.5816 12.4181333,0 8,0 C3.58186667,0 0,3.5816 0,8 Z\" id=\"path-1-copy\" fill=\"#ff4a43\"></path><path d=\"M13.5967059,5.98070588 L8.248,11.3294118 L7.24329412,12.3341176 C7.10541176,12.472 6.93788235,12.5407059 6.74117647,12.5407059 C6.544,12.5407059 6.37647059,12.472 6.23858824,12.3341176 L5.23435294,11.3294118 L2.55952941,8.65505882 C2.42164706,8.51717647 2.35294118,8.34964706 2.35294118,8.15294118 C2.35294118,7.95576471 2.42164706,7.78823529 2.55952941,7.65035294 L3.56470588,6.64564706 C3.70258824,6.50823529 3.86964706,6.43905882 4.06682353,6.43905882 C4.264,6.43905882 4.43105882,6.50823529 4.56894118,6.64564706 L6.74117647,8.82494118 L11.5872941,3.97129412 C11.7247059,3.83341176 11.8922353,3.76470588 12.0894118,3.76470588 C12.2865882,3.76470588 12.4541176,3.83341176 12.592,3.97129412 L13.5967059,4.976 C13.7345882,5.11435294 13.8032941,5.28188235 13.8032941,5.47858824 C13.8032941,5.67529412 13.7345882,5.84282353 13.5967059,5.98070588 Z\" id=\"Fill-1\" fill=\"#FFF\"></path></g></g></svg></span> </span> <span class=\"incumbent-3R9HEl cnn-pcl-310bxq\" data-testid=\"incumbent\">Incumbent</span></td> <td class=\"col-vote-percent-1X7T6A cnn-pcl-310bxq\" data-testid=\"votepercent\">81.9%</td> <td class=\"col-bar-graph-Pj2xgD cnn-pcl-310bxq\" data-testid=\"bargraph-results-list\"><div class=\"bar-graph-3ElJOk cnn-pcl-310bxq\"><span data-testid=\"votebar\" style=\"width: 81.9%;\" class=\"cnn-pcl-310bxq\"></span></div></td> <td class=\"col-votes-37xqqZ cnn-pcl-310bxq\"><div class=\"vote-count-1TX3KN cnn-pcl-310bxq\"><span data-testid=\"votes\">71,242</span> <span class=\"ahead-count-Y0vCF9 cnn-pcl-310bxq\" data-testid=\"aheadcount\">60,316 ahead</span></div></td></tr><tr style=\"--partyColor: #B1231C;\" class=\"cnn-pcl-310bxq last-1WWZ67\"><td class=\"cnn-pcl-310bxq\"></td> <td class=\"col-candidate-name-R5KKUj cnn-pcl-310bxq\"><span class=\"cnn-pcl-310bxq\"><span class=\"col-party-dot-1iztIu cnn-pcl-310bxq\" role=\"img\" aria-label=\"Republican\"></span> <span class=\"name\" data-testid=\"candidate-name\">Newell</span> </span> </td> <td class=\"col-vote-percent-1X7T6A cnn-pcl-310bxq\" data-testid=\"votepercent\">12.5%</td> <td class=\"col-bar-graph-Pj2xgD cnn-pcl-310bxq\" data-testid=\"bargraph-results-list\"><div class=\"bar-graph-3ElJOk cnn-pcl-310bxq\"><span data-testid=\"votebar\" style=\"width: 12.5%;\" class=\"cnn-pcl-310bxq\"></span></div></td> <td class=\"col-votes-37xqqZ cnn-pcl-310bxq\"><div class=\"vote-count-1TX3KN cnn-pcl-310bxq\"><span data-testid=\"votes\">10,926</span> </div></td></tr> <tr class=\"results-list-footer-1gfzF_ cnn-pcl-19hnj0w\"><td colspan=\"5\" class=\"cnn-pcl-19hnj0w\"><div class=\"race-footer-info cnn-pcl-19hnj0w\"><span class=\"reporting-srbBg7 cnn-pcl-19hnj0w\" data-testid=\"percentreporting\">Est. vote in: 95%</span> <span class=\"next-update-K9Q1kO cnn-pcl-19hnj0w\" data-testid=\"nextupdate\"><span data-testid=\"next-update-timer\" class=\"next-update-timer-1K0nuP cnn-pcl-1lgl0jt\"><span class=\"text-1eIsT7 cnn-pcl-1lgl0jt\">Checking for updates in: <span class=\"time-1C6GVD cnn-pcl-1lgl0jt\">08</span> seconds</span></span></span></div></td></tr> <tr style=\"--partyColor: #ff4a43;\" class=\"cnn-pcl-310bxq first-2FZOl4\"><td class=\"col-district-name-1JoDZf cnn-pcl-310bxq\"><a href=\"/election/2024/primaries-and-caucuses/results/alabama/republican-party/us-house-district-4\">AL 4</a> </td> <td class=\"col-candidate-name-R5KKUj cnn-pcl-310bxq\"><span class=\"cnn-pcl-310bxq\"><span class=\"col-party-dot-1iztIu cnn-pcl-310bxq\" role=\"img\" aria-label=\"Republican\"></span> <span class=\"name\" data-testid=\"candidate-name\">Aderholt</span> <span class=\"candidate-icon-indicator-1Eq5wI cnn-pcl-310bxq\"><svg width=\"16\" height=\"16\" aria-label=\"Race called\" role=\"img\" viewBox=\"0 0 16 16\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" data-icon=\"checkmark\"><g id=\"icons\" stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g id=\"icon-/-checkmark--/-dem\"><path d=\"M0,8 C0,12.4181333 3.58186667,16 8,16 C12.4181333,16 16,12.4181333 16,8 C16,3.5816 12.4181333,0 8,0 C3.58186667,0 0,3.5816 0,8 Z\" id=\"path-1-copy\" fill=\"#ff4a43\"></path><path d=\"M13.5967059,5.98070588 L8.248,11.3294118 L7.24329412,12.3341176 C7.10541176,12.472 6.93788235,12.5407059 6.74117647,12.5407059 C6.544,12.5407059 6.37647059,12.472 6.23858824,12.3341176 L5.23435294,11.3294118 L2.55952941,8.65505882 C2.42164706,8.51717647 2.35294118,8.34964706 2.35294118,8.15294118 C2.35294118,7.95576471 2.42164706,7.78823529 2.55952941,7.65035294 L3.56470588,6.64564706 C3.70258824,6.50823529 3.86964706,6.43905882 4.06682353,6.43905882 C4.264,6.43905882 4.43105882,6.50823529 4.56894118,6.64564706 L6.74117647,8.82494118 L11.5872941,3.97129412 C11.7247059,3.83341176 11.8922353,3.76470588 12.0894118,3.76470588 C12.2865882,3.76470588 12.4541176,3.83341176 12.592,3.97129412 L13.5967059,4.976 C13.7345882,5.11435294 13.8032941,5.28188235 13.8032941,5.47858824 C13.8032941,5.67529412 13.7345882,5.84282353 13.5967059,5.98070588 Z\" id=\"Fill-1\" fill=\"#FFF\"></path></g></g></svg></span> </span> <span class=\"incumbent-3R9HEl cnn-pcl-310bxq\" data-testid=\"incumbent\">Incumbent</span></td> <td class=\"col-vote-percent-1X7T6A cnn-pcl-310bxq\" data-testid=\"votepercent\">79.7%</td> <td class=\"col-bar-graph-Pj2xgD cnn-pcl-310bxq\" data-testid=\"bargraph-results-list\"><div class=\"bar-graph-3ElJOk cnn-pcl-310bxq\"><span data-testid=\"votebar\" style=\"width: 79.7%;\" class=\"cnn-pcl-310bxq\"></span></div></td> <td class=\"col-votes-37xqqZ cnn-pcl-310bxq\"><div class=\"vote-count-1TX3KN cnn-pcl-310bxq\"><span data-testid=\"votes\">88,976</span> <span class=\"ahead-count-Y0vCF9 cnn-pcl-310bxq\" data-testid=\"aheadcount\">66,295 ahead</span></div></td></tr><tr style=\"--partyColor: #7A0000;\" class=\"cnn-pcl-310bxq last-1WWZ67\"><td class=\"cnn-pcl-310bxq\"></td> <td class=\"col-candidate-name-R5KKUj cnn-pcl-310bxq\"><span class=\"cnn-pcl-310bxq\"><span class=\"col-party-dot-1iztIu cnn-pcl-310bxq\" role=\"img\" aria-label=\"Republican\"></span> <span class=\"name\" data-testid=\"candidate-name\">Holcomb</span> </span> </td> <td class=\"col-vote-percent-1X7T6A cnn-pcl-310bxq\" data-testid=\"votepercent\">20.3%</td> <td class=\"col-bar-graph-Pj2xgD cnn-pcl-310bxq\" data-testid=\"bargraph-results-list\"><div class=\"bar-graph-3ElJOk cnn-pcl-310bxq\"><span data-testid=\"votebar\" style=\"width: 20.3%;\" class=\"cnn-pcl-310bxq\"></span></div></td> <td class=\"col-votes-37xqqZ cnn-pcl-310bxq\"><div class=\"vote-count-1TX3KN cnn-pcl-310bxq\"><span data-testid=\"votes\">22,681</span> </div></td></tr> <tr class=\"results-list-footer-1gfzF_ cnn-pcl-19hnj0w\"><td colspan=\"5\" class=\"cnn-pcl-19hnj0w\"><div class=\"race-footer-info cnn-pcl-19hnj0w\"><span class=\"reporting-srbBg7 cnn-pcl-19hnj0w\" data-testid=\"percentreporting\">Est. vote in: 92%</span> <span class=\"next-update-K9Q1kO cnn-pcl-19hnj0w\" data-testid=\"nextupdate\"><span data-testid=\"next-update-timer\" class=\"next-update-timer-1K0nuP cnn-pcl-1lgl0jt\"><span class=\"text-1eIsT7 cnn-pcl-1lgl0jt\">Checking for updates in: <span class=\"time-1C6GVD cnn-pcl-1lgl0jt\">08</span> seconds</span></span></span></div></td></tr> <tr style=\"--partyColor: #ff4a43;\" class=\"cnn-pcl-310bxq first-2FZOl4 last-1WWZ67\"><td class=\"col-district-name-1JoDZf cnn-pcl-310bxq\"><a href=\"/election/2024/primaries-and-caucuses/results/alabama/republican-party/us-house-district-5\">AL 5</a> </td> <td class=\"col-candidate-name-R5KKUj cnn-pcl-310bxq\"><span class=\"cnn-pcl-310bxq\"><span class=\"col-party-dot-1iztIu cnn-pcl-310bxq\" role=\"img\" aria-label=\"Republican\"></span> <span class=\"name\" data-testid=\"candidate-name\">Strong</span> <span class=\"candidate-icon-indicator-1Eq5wI cnn-pcl-310bxq\"><svg width=\"16\" height=\"16\" aria-label=\"Race called\" role=\"img\" viewBox=\"0 0 16 16\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" data-icon=\"checkmark\"><g id=\"icons\" stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g id=\"icon-/-checkmark--/-dem\"><path d=\"M0,8 C0,12.4181333 3.58186667,16 8,16 C12.4181333,16 16,12.4181333 16,8 C16,3.5816 12.4181333,0 8,0 C3.58186667,0 0,3.5816 0,8 Z\" id=\"path-1-copy\" fill=\"#ff4a43\"></path><path d=\"M13.5967059,5.98070588 L8.248,11.3294118 L7.24329412,12.3341176 C7.10541176,12.472 6.93788235,12.5407059 6.74117647,12.5407059 C6.544,12.5407059 6.37647059,12.472 6.23858824,12.3341176 L5.23435294,11.3294118 L2.55952941,8.65505882 C2.42164706,8.51717647 2.35294118,8.34964706 2.35294118,8.15294118 C2.35294118,7.95576471 2.42164706,7.78823529 2.55952941,7.65035294 L3.56470588,6.64564706 C3.70258824,6.50823529 3.86964706,6.43905882 4.06682353,6.43905882 C4.264,6.43905882 4.43105882,6.50823529 4.56894118,6.64564706 L6.74117647,8.82494118 L11.5872941,3.97129412 C11.7247059,3.83341176 11.8922353,3.76470588 12.0894118,3.76470588 C12.2865882,3.76470588 12.4541176,3.83341176 12.592,3.97129412 L13.5967059,4.976 C13.7345882,5.11435294 13.8032941,5.28188235 13.8032941,5.47858824 C13.8032941,5.67529412 13.7345882,5.84282353 13.5967059,5.98070588 Z\" id=\"Fill-1\" fill=\"#FFF\"></path></g></g></svg></span> </span> <span class=\"incumbent-3R9HEl cnn-pcl-310bxq last-1WWZ67\" data-testid=\"incumbent\">Incumbent</span></td> <td class=\"col-vote-percent-1X7T6A cnn-pcl-310bxq\" data-testid=\"votepercent\">0.0%</td> <td class=\"col-bar-graph-Pj2xgD cnn-pcl-310bxq\" data-testid=\"bargraph-results-list\"><div class=\"bar-graph-3ElJOk cnn-pcl-310bxq\"><span data-testid=\"votebar\" style=\"width: 0%;\" class=\"cnn-pcl-310bxq\"></span></div></td> <td class=\"col-votes-37xqqZ cnn-pcl-310bxq\"><div class=\"vote-count-1TX3KN cnn-pcl-310bxq\"><span data-testid=\"votes\">0</span> </div></td></tr> <tr class=\"results-list-footer-1gfzF_ cnn-pcl-19hnj0w\"><td colspan=\"5\" class=\"cnn-pcl-19hnj0w\"><div class=\"race-footer-info cnn-pcl-19hnj0w\"><span class=\"reporting-srbBg7 cnn-pcl-19hnj0w\" data-testid=\"percentreporting\">Est. vote in: 0%</span> <span class=\"next-update-K9Q1kO cnn-pcl-19hnj0w\" data-testid=\"nextupdate\"><span data-testid=\"next-update-timer\" class=\"next-update-timer-1K0nuP cnn-pcl-1lgl0jt\"><span class=\"text-1eIsT7 cnn-pcl-1lgl0jt\">Checking for updates in: <span class=\"time-1C6GVD cnn-pcl-1lgl0jt\">08</span> seconds</span></span></span></div></td></tr> <tr style=\"--partyColor: #ff4a43;\" class=\"cnn-pcl-310bxq first-2FZOl4\"><td class=\"col-district-name-1JoDZf cnn-pcl-310bxq\"><a href=\"/election/2024/primaries-and-caucuses/results/alabama/republican-party/us-house-district-6\">AL 6</a> </td> <td class=\"col-candidate-name-R5KKUj cnn-pcl-310bxq\"><span class=\"cnn-pcl-310bxq\"><span class=\"col-party-dot-1iztIu cnn-pcl-310bxq\" role=\"img\" aria-label=\"Republican\"></span> <span class=\"name\" data-testid=\"candidate-name\">Palmer</span> <span class=\"candidate-icon-indicator-1Eq5wI cnn-pcl-310bxq\"><svg width=\"16\" height=\"16\" aria-label=\"Race called\" role=\"img\" viewBox=\"0 0 16 16\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" data-icon=\"checkmark\"><g id=\"icons\" stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g id=\"icon-/-checkmark--/-dem\"><path d=\"M0,8 C0,12.4181333 3.58186667,16 8,16 C12.4181333,16 16,12.4181333 16,8 C16,3.5816 12.4181333,0 8,0 C3.58186667,0 0,3.5816 0,8 Z\" id=\"path-1-copy\" fill=\"#ff4a43\"></path><path d=\"M13.5967059,5.98070588 L8.248,11.3294118 L7.24329412,12.3341176 C7.10541176,12.472 6.93788235,12.5407059 6.74117647,12.5407059 C6.544,12.5407059 6.37647059,12.472 6.23858824,12.3341176 L5.23435294,11.3294118 L2.55952941,8.65505882 C2.42164706,8.51717647 2.35294118,8.34964706 2.35294118,8.15294118 C2.35294118,7.95576471 2.42164706,7.78823529 2.55952941,7.65035294 L3.56470588,6.64564706 C3.70258824,6.50823529 3.86964706,6.43905882 4.06682353,6.43905882 C4.264,6.43905882 4.43105882,6.50823529 4.56894118,6.64564706 L6.74117647,8.82494118 L11.5872941,3.97129412 C11.7247059,3.83341176 11.8922353,3.76470588 12.0894118,3.76470588 C12.2865882,3.76470588 12.4541176,3.83341176 12.592,3.97129412 L13.5967059,4.976 C13.7345882,5.11435294 13.8032941,5.28188235 13.8032941,5.47858824 C13.8032941,5.67529412 13.7345882,5.84282353 13.5967059,5.98070588 Z\" id=\"Fill-1\" fill=\"#FFF\"></path></g></g></svg></span> </span> <span class=\"incumbent-3R9HEl cnn-pcl-310bxq\" data-testid=\"incumbent\">Incumbent</span></td> <td class=\"col-vote-percent-1X7T6A cnn-pcl-310bxq\" data-testid=\"votepercent\">83.2%</td> <td class=\"col-bar-graph-Pj2xgD cnn-pcl-310bxq\" data-testid=\"bargraph-results-list\"><div class=\"bar-graph-3ElJOk cnn-pcl-310bxq\"><span data-testid=\"votebar\" style=\"width: 83.2%;\" class=\"cnn-pcl-310bxq\"></span></div></td> <td class=\"col-votes-37xqqZ cnn-pcl-310bxq\"><div class=\"vote-count-1TX3KN cnn-pcl-310bxq\"><span data-testid=\"votes\">76,488</span> <span class=\"ahead-count-Y0vCF9 cnn-pcl-310bxq\" data-testid=\"aheadcount\">66,787 ahead</span></div></td></tr><tr style=\"--partyColor: #B1231C;\" class=\"cnn-pcl-310bxq last-1WWZ67\"><td class=\"cnn-pcl-310bxq\"></td> <td class=\"col-candidate-name-R5KKUj cnn-pcl-310bxq\"><span class=\"cnn-pcl-310bxq\"><span class=\"col-party-dot-1iztIu cnn-pcl-310bxq\" role=\"img\" aria-label=\"Republican\"></span> <span class=\"name\" data-testid=\"candidate-name\">Wilkins</span> </span> </td> <td class=\"col-vote-percent-1X7T6A cnn-pcl-310bxq\" data-testid=\"votepercent\">10.6%</td> <td class=\"col-bar-graph-Pj2xgD cnn-pcl-310bxq\" data-testid=\"bargraph-results-list\"><div class=\"bar-graph-3ElJOk cnn-pcl-310bxq\"><span data-testid=\"votebar\" style=\"width: 10.6%;\" class=\"cnn-pcl-310bxq\"></span></div></td> <td class=\"col-votes-37xqqZ cnn-pcl-310bxq\"><div class=\"vote-count-1TX3KN cnn-pcl-310bxq\"><span data-testid=\"votes\">9,701</span> </div></td></tr> <tr class=\"results-list-footer-1gfzF_ cnn-pcl-19hnj0w\"><td colspan=\"5\" class=\"cnn-pcl-19hnj0w\"><div class=\"race-footer-info cnn-pcl-19hnj0w\"><span class=\"reporting-srbBg7 cnn-pcl-19hnj0w\" data-testid=\"percentreporting\">Est. vote in: 82%</span> <span class=\"next-update-K9Q1kO cnn-pcl-19hnj0w\" data-testid=\"nextupdate\"><span data-testid=\"next-update-timer\" class=\"next-update-timer-1K0nuP cnn-pcl-1lgl0jt\"><span class=\"text-1eIsT7 cnn-pcl-1lgl0jt\">Checking for updates in: <span class=\"time-1C6GVD cnn-pcl-1lgl0jt\">08</span> seconds</span></span></span></div></td></tr> <tr style=\"--partyColor: #7A0000;\" class=\"cnn-pcl-310bxq first-2FZOl4\"><td class=\"col-district-name-1JoDZf cnn-pcl-310bxq\"><a href=\"/election/2024/primaries-and-caucuses/results/alabama/republican-party/us-house-district-7\">AL 7</a> </td> <td class=\"col-candidate-name-R5KKUj cnn-pcl-310bxq\"><span class=\"cnn-pcl-310bxq\"><span class=\"col-party-dot-1iztIu cnn-pcl-310bxq\" role=\"img\" aria-label=\"Republican\"></span> <span class=\"name\" data-testid=\"candidate-name\">Horn</span> <span class=\"candidate-icon-indicator-1Eq5wI cnn-pcl-310bxq\"><svg width=\"16\" height=\"16\" aria-label=\"Race called\" role=\"img\" viewBox=\"0 0 16 16\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" data-icon=\"checkmark\"><g id=\"icons\" stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g id=\"icon-/-checkmark--/-dem\"><path d=\"M0,8 C0,12.4181333 3.58186667,16 8,16 C12.4181333,16 16,12.4181333 16,8 C16,3.5816 12.4181333,0 8,0 C3.58186667,0 0,3.5816 0,8 Z\" id=\"path-1-copy\" fill=\"#7A0000\"></path><path d=\"M13.5967059,5.98070588 L8.248,11.3294118 L7.24329412,12.3341176 C7.10541176,12.472 6.93788235,12.5407059 6.74117647,12.5407059 C6.544,12.5407059 6.37647059,12.472 6.23858824,12.3341176 L5.23435294,11.3294118 L2.55952941,8.65505882 C2.42164706,8.51717647 2.35294118,8.34964706 2.35294118,8.15294118 C2.35294118,7.95576471 2.42164706,7.78823529 2.55952941,7.65035294 L3.56470588,6.64564706 C3.70258824,6.50823529 3.86964706,6.43905882 4.06682353,6.43905882 C4.264,6.43905882 4.43105882,6.50823529 4.56894118,6.64564706 L6.74117647,8.82494118 L11.5872941,3.97129412 C11.7247059,3.83341176 11.8922353,3.76470588 12.0894118,3.76470588 C12.2865882,3.76470588 12.4541176,3.83341176 12.592,3.97129412 L13.5967059,4.976 C13.7345882,5.11435294 13.8032941,5.28188235 13.8032941,5.47858824 C13.8032941,5.67529412 13.7345882,5.84282353 13.5967059,5.98070588 Z\" id=\"Fill-1\" fill=\"#FFF\"></path></g></g></svg></span> </span> </td> <td class=\"col-vote-percent-1X7T6A cnn-pcl-310bxq\" data-testid=\"votepercent\">58.2%</td> <td class=\"col-bar-graph-Pj2xgD cnn-pcl-310bxq\" data-testid=\"bargraph-results-list\"><div class=\"bar-graph-3ElJOk cnn-pcl-310bxq\"><span data-testid=\"votebar\" style=\"width: 58.2%;\" class=\"cnn-pcl-310bxq\"></span></div></td> <td class=\"col-votes-37xqqZ cnn-pcl-310bxq\"><div class=\"vote-count-1TX3KN cnn-pcl-310bxq\"><span data-testid=\"votes\">18,100</span> <span class=\"ahead-count-Y0vCF9 cnn-pcl-310bxq\" data-testid=\"aheadcount\">5,110 ahead</span></div></td></tr><tr style=\"--partyColor: #B1231C;\" class=\"cnn-pcl-310bxq last-1WWZ67\"><td class=\"cnn-pcl-310bxq\"></td> <td class=\"col-candidate-name-R5KKUj cnn-pcl-310bxq\"><span class=\"cnn-pcl-310bxq\"><span class=\"col-party-dot-1iztIu cnn-pcl-310bxq\" role=\"img\" aria-label=\"Republican\"></span> <span class=\"name\" data-testid=\"candidate-name\">Litaker</span> </span> </td> <td class=\"col-vote-percent-1X7T6A cnn-pcl-310bxq\" data-testid=\"votepercent\">41.8%</td> <td class=\"col-bar-graph-Pj2xgD cnn-pcl-310bxq\" data-testid=\"bargraph-results-list\"><div class=\"bar-graph-3ElJOk cnn-pcl-310bxq\"><span data-testid=\"votebar\" style=\"width: 41.8%;\" class=\"cnn-pcl-310bxq\"></span></div></td> <td class=\"col-votes-37xqqZ cnn-pcl-310bxq\"><div class=\"vote-count-1TX3KN cnn-pcl-310bxq\"><span data-testid=\"votes\">12,990</span> </div></td></tr> <tr class=\"results-list-footer-1gfzF_ cnn-pcl-19hnj0w\"><td colspan=\"5\" class=\"cnn-pcl-19hnj0w\"><div class=\"race-footer-info cnn-pcl-19hnj0w\"><span class=\"reporting-srbBg7 cnn-pcl-19hnj0w\" data-testid=\"percentreporting\">Est. vote in: 63%</span> <span class=\"next-update-K9Q1kO cnn-pcl-19hnj0w\" data-testid=\"nextupdate\"><span data-testid=\"next-update-timer\" class=\"next-update-timer-1K0nuP cnn-pcl-1lgl0jt\"><span class=\"text-1eIsT7 cnn-pcl-1lgl0jt\">Checking for updates in: <span class=\"time-1C6GVD cnn-pcl-1lgl0jt\">08</span> seconds</span></span></span></div></td></tr> </tbody></table></div></div>\\n <div data-uri=\"cms.cnn.com/_components/zone/instances/clti16yh800003b6htunlbspm@published\" data-analytics-collection=\"zone\" data-selective-publishing=\"true\" class=\"zone zone--t-light \" data-collapsed-text=\"\">\\n <div class=\"zone__inner has-pseudo-class-fix-layout--full-width\">\\n\\n <div class=\"zone__kicker\" data-editable=\"kicker\">\\n </div>\\n\\n\\n <div class=\"zone__items layout--full-width\" data-editable=\"items\" data-reorderable-component=\"items\">\\n </div>\\n <div class=\"zone__ads\">\\n <div data-uri=\"cms.cnn.com/_components/ad-slot/instances/clti16yo500023b6hak8bosxk@published\" class=\"ad-slot\" data-path=\"main/section[0]/items/zone[1]/ads\" data-desktop-slot-id=\"ad_bnr_btf_02\" data-mobile-slot-id=\"ad_rect_btf_01\" data-unselectable=\"true\"><div id=\"ad_bnr_btf_02\" class=\"ad\"></div>\\n <div class=\"ad-slot__feedback ad-feedback-link-container\">\\n <div class=\"ad-slot__ad-label\"></div>\\n \\n <div data-ad-type=\"DISPLAY\" data-ad-identifier=\"ad_bnr_btf_02\" class=\"ad-feedback-link\">\\n <div class=\"ad-feedback-link__label\">Ad Feedback</div>\\n </div>\\n \\n </div>\\n </div>\\n\\n </div>\\n </div>\\n</div>\\n\\n <h3 class=\"subheader\" data-editable=\"text\" data-uri=\"cms.cnn.com/_components/subheader/instances/cltdj566a001e3b6hry7uecdy@published\" data-component-name=\"subheader\" id=\"presidential-primary-and-caucus-winners\" data-article-gutter=\"true\">\\n Presidential primary and caucus winners\\n</h3>\\n\\n <div data-uri=\"cms.cnn.com/_components/zone/instances/cltxf6rt100003b6hky3ks7xh@published\" data-analytics-collection=\"zone\" data-selective-publishing=\"true\" class=\"zone zone--t-light \" data-collapsed-text=\"\">\\n <div class=\"zone__inner has-pseudo-class-fix-layout--full-width\">\\n\\n <div class=\"zone__kicker\" data-editable=\"kicker\">\\n </div>\\n\\n\\n <div class=\"zone__items layout--full-width\" data-editable=\"items\" data-reorderable-component=\"items\">\\n <div data-uri=\"cms.cnn.com/_components/dropdown-navigation/instances/cltdj6adb001j3b6h8us1k15u@published\" class=\"dropdown-navigation dropdown-navigation\" data-article-gutter=\"true\">\\n <nav class=\"dropdown-navigation__wrapper\">\\n <select class=\"dropdown-navigation__select\">\\n <option class=\"formfield-dropdown__item\" value=\"\" disabled=\"\" selected=\"\" hidden=\"\">Browse all state results</option>\\n <option class=\"dropdown-navigation__item\" value=\"https://www.cnn.com/election/2024/primaries-and-caucuses/results/alabama\">\\n Alabama\\n </option>\\n <option class=\"dropdown-navigation__item\" value=\"https://www.cnn.com/election/2024/primaries-and-caucuses/results/alaska\">\\n Alaska\\n </option>\\n <option class=\"dropdown-navigation__item\" value=\"https://www.cnn.com/election/2024/primaries-and-caucuses/results/american-samoa\">\\n American Samoa\\n </option>\\n <option class=\"dropdown-navigation__item\" value=\"https://www.cnn.com/election/2024/primaries-and-caucuses/results/arizona\">\\n Arizona\\n </option>\\n <option class=\"dropdown-navigation__item\" value=\"https://www.cnn.com/election/2024/primaries-and-caucuses/results/arkansas\">\\n Arkansas\\n </option>\\n <option class=\"dropdown-navigation__item\" value=\"https://www.cnn.com/election/2024/primaries-and-caucuses/results/california\">\\n California\\n </option>\\n <option class=\"dropdown-navigation__item\" value=\"https://www.cnn.com/election/2024/primaries-and-caucuses/results/colorado\">\\n Colorado\\n </option>\\n <option class=\"dropdown-navigation__item\" value=\"https://www.cnn.com/election/2024/primaries-and-caucuses/results/democrats-abroad/democratic-presidential-primary\">\\n Democrats Abroad\\n </option>\\n <option class=\"dropdown-navigation__item\" value=\"https://www.cnn.com/election/2024/primaries-and-caucuses/results/district-of-columbia/republican-presidential-primary\">\\n District of Columbia\\n </option>\\n <option class=\"dropdown-navigation__item\" value=\"https://www.cnn.com/election/2024/primaries-and-caucuses/results/florida/\">\\n Florida\\n </option>\\n <option class=\"dropdown-navigation__item\" value=\"https://www.cnn.com/election/2024/primaries-and-caucuses/results/georgia\">\\n Georgia\\n </option>\\n <option class=\"dropdown-navigation__item\" value=\"https://www.cnn.com/election/2024/primaries-and-caucuses/results/guam/republican-presidential-primary\">\\n Guam\\n </option>\\n <option class=\"dropdown-navigation__item\" value=\"https://www.cnn.com/election/2024/primaries-and-caucuses/results/hawaii\">\\n Hawaii\\n </option>\\n <option class=\"dropdown-navigation__item\" value=\"https://www.cnn.com/election/2024/primaries-and-caucuses/results/idaho/republican-presidential-caucuses\">\\n Idaho\\n </option>\\n <option class=\"dropdown-navigation__item\" value=\"https://www.cnn.com/election/2024/primaries-and-caucuses/results/illinois\">\\n Illinois\\n </option>\\n <option class=\"dropdown-navigation__item\" value=\"https://www.cnn.com/election/2024/primaries-and-caucuses/results/iowa\">\\n Iowa\\n </option>\\n <option class=\"dropdown-navigation__item\" value=\"https://www.cnn.com/election/2024/primaries-and-caucuses/results/kansas\">\\n Kansas\\n </option>\\n <option class=\"dropdown-navigation__item\" value=\"https://www.cnn.com/election/2024/primaries-and-caucuses/results/maine\">\\n Maine\\n </option>\\n <option class=\"dropdown-navigation__item\" value=\"https://www.cnn.com/election/2024/primaries-and-caucuses/results/massachusetts\">\\n Massachusetts\\n </option>\\n <option class=\"dropdown-navigation__item\" value=\"https://www.cnn.com/election/2024/primaries-and-caucuses/results/michigan\">\\n Michigan\\n </option>\\n <option class=\"dropdown-navigation__item\" value=\"https://www.cnn.com/election/2024/primaries-and-caucuses/results/minnesota\">\\n Minnesota\\n </option>\\n <option class=\"dropdown-navigation__item\" value=\"https://www.cnn.com/election/2024/primaries-and-caucuses/results/mississippi\">\\n Mississippi\\n </option>\\n <option class=\"dropdown-navigation__item\" value=\"https://www.cnn.com/election/2024/primaries-and-caucuses/results/missouri/republican-presidential-caucuses\">\\n Missouri\\n </option>\\n <option class=\"dropdown-navigation__item\" value=\"https://www.cnn.com/election/2024/primaries-and-caucuses/results/nevada\">\\n Nevada\\n </option>\\n <option class=\"dropdown-navigation__item\" value=\"https://www.cnn.com/election/2024/primaries-and-caucuses/results/new-hampshire\">\\n New Hampshire\\n </option>\\n <option class=\"dropdown-navigation__item\" value=\"https://www.cnn.com/election/2024/primaries-and-caucuses/results/north-carolina\">\\n North Carolina\\n </option>\\n <option class=\"dropdown-navigation__item\" value=\"https://www.cnn.com/election/2024/primaries-and-caucuses/results/north-dakota/republican-presidential-caucuses\">\\n North Dakota\\n </option>\\n <option class=\"dropdown-navigation__item\" value=\"https://www.cnn.com/election/2024/primaries-and-caucuses/results/northern-mariana-islands/\">\\n Northern Mariana Islands\\n </option>\\n <option class=\"dropdown-navigation__item\" value=\"https://www.cnn.com/election/2024/primaries-and-caucuses/results/ohio\">\\n Ohio\\n </option>\\n <option class=\"dropdown-navigation__item\" value=\"https://www.cnn.com/election/2024/primaries-and-caucuses/results/oklahoma\">\\n Oklahoma\\n </option>\\n <option class=\"dropdown-navigation__item\" value=\"https://www.cnn.com/election/2024/primaries-and-caucuses/results/south-carolina\">\\n South Carolina\\n </option>\\n <option class=\"dropdown-navigation__item\" value=\"https://www.cnn.com/election/2024/primaries-and-caucuses/results/tennessee\">\\n Tennessee\\n </option>\\n <option class=\"dropdown-navigation__item\" value=\"https://www.cnn.com/election/2024/primaries-and-caucuses/results/texas\">\\n Texas\\n </option>\\n <option class=\"dropdown-navigation__item\" value=\"https://www.cnn.com/election/2024/primaries-and-caucuses/results/us-virgin-islands/republican-presidential-caucuses\">\\n US Virgin Islands\\n </option>\\n <option class=\"dropdown-navigation__item\" value=\"https://www.cnn.com/election/2024/primaries-and-caucuses/results/utah\">\\n Utah\\n </option>\\n <option class=\"dropdown-navigation__item\" value=\"https://www.cnn.com/election/2024/primaries-and-caucuses/results/vermont\">\\n Vermont\\n </option>\\n <option class=\"dropdown-navigation__item\" value=\"https://www.cnn.com/election/2024/primaries-and-caucuses/results/virginia\">\\n Virginia\\n </option>\\n <option class=\"dropdown-navigation__item\" value=\"https://www.cnn.com/election/2024/primaries-and-caucuses/results/washington\">\\n Washington\\n </option>\\n </select>\\n <svg class=\"icon-ui-caret-down-thick\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M21.334 6.297c-.654-.498-1.6-.34-2.169.252l-7.149 7.438a.022.022 0 01-.033 0l-7.142-7.43c-.573-.597-1.528-.759-2.183-.254-.81.623-.873 1.833-.187 2.546l8.28 8.614a1.722 1.722 0 002.498 0l8.28-8.614c.687-.716.622-1.93-.195-2.552\"></path></svg>\\n\\n </nav>\\n</div>\\n\\n </div>\\n <div class=\"zone__ads\">\\n <div data-uri=\"cms.cnn.com/_components/ad-slot/instances/cltxf6str00013b6hd17nbs61@published\" class=\"ad-slot\" data-path=\"main/section[0]/items/zone[2]/ads\" data-desktop-slot-id=\"ad_bnr_btf_03\" data-mobile-slot-id=\"ad_rect_btf_02\" data-unselectable=\"true\"><div id=\"ad_bnr_btf_03\" class=\"ad\"></div>\\n <div class=\"ad-slot__feedback ad-feedback-link-container\">\\n <div class=\"ad-slot__ad-label\"></div>\\n \\n <div data-ad-type=\"DISPLAY\" data-ad-identifier=\"ad_bnr_btf_03\" class=\"ad-feedback-link\">\\n <div class=\"ad-feedback-link__label\">Ad Feedback</div>\\n </div>\\n \\n </div>\\n </div>\\n\\n </div>\\n </div>\\n</div>\\n\\n <div data-uri=\"cms.cnn.com/_components/product-zone/instances/cltdjl4g7003o3b6hd7ah6zi2@published\" data-analytics-collection=\"zone\" data-selective-publishing=\"true\" class=\"product-zone product-zone product-zone--t-light \" data-collapsed-text=\"\">\\n <div class=\"product-zone__inner has-pseudo-class-fix-layout--balanced-2\">\\n <div class=\"product-zone__items layout--balanced-2\" data-editable=\"items\" data-reorderable-component=\"items\">\\n <div data-uri=\"cms.cnn.com/_components/politics-multi-map-lite/instances/cltdjl4g8003q3b6hvgnslj06@published\" class=\"politics-multi-map-lite\" data-editable=\"settings\" data-state=\"{&quot;tabs&quot;:[{&quot;id&quot;:&quot;PD&quot;,&quot;href&quot;:&quot;https://www.cnn.com/election/2024/primaries-and-caucuses/results/democratic-party/president&quot;,&quot;title&quot;:&quot;DEMOCRATIC&quot;,&quot;manualFeedUrl&quot;:null,&quot;authoredFilters&quot;:null,&quot;addAuthoredFilters&quot;:false,&quot;authoredCollections&quot;:null,&quot;addAuthoredCollections&quot;:false},{&quot;id&quot;:&quot;PR&quot;,&quot;href&quot;:&quot;https://www.cnn.com/election/2024/primaries-and-caucuses/results/republican-party/president&quot;,&quot;title&quot;:&quot;REPUBLICAN&quot;,&quot;manualFeedUrl&quot;:null,&quot;authoredFilters&quot;:null,&quot;addAuthoredFilters&quot;:false,&quot;authoredCollections&quot;:null,&quot;addAuthoredCollections&quot;:false}],&quot;year&quot;:&quot;2024&quot;,&quot;title&quot;:&quot;Presidential primary and caucus winners in 2024&quot;,&quot;baseUrl&quot;:null,&quot;adminLevel&quot;:&quot;Admin0&quot;,&quot;variations&quot;:{&quot;--card&quot;:true,&quot;--mini&quot;:true,&quot;--legend&quot;:true,&quot;--no-tooltip&quot;:true,&quot;--lastnames-in-legend&quot;:true,&quot;politics-nav-bar_issue-hub&quot;:true,&quot;--obscure-flipped-in-legend&quot;:true},&quot;hrefBaseUrl&quot;:null,&quot;selectedTab&quot;:&quot;PR&quot;,&quot;componentKey&quot;:&quot;2024primaries-P-US-*-MultiRaceMap&quot;,&quot;paintingMode&quot;:&quot;projection&quot;,&quot;pollInterval&quot;:10,&quot;resourceType&quot;:&quot;NationalRaces&quot;,&quot;featureFlagURL&quot;:&quot;https://politics-static.cnn.io/2021/feature-flags/2024primaries.json&quot;,&quot;contestTypeBucket&quot;:&quot;Primaries&quot;,&quot;componentVariation&quot;:&quot;politics-multi-map-lite&quot;,&quot;featureFlagPollInterval&quot;:null}\" data-key=\"2024primaries-P-US-*-MultiRaceMap\">\\n<div class=\"multi-map-lite-wrapper-HnVCxc cnn-pcl-1j6uw92\"><div class=\"header-container-k-E_Vi cnn-pcl-5qkupf\"><h2 class=\"cnn-pcl-5qkupf\">Presidential primary and caucus winners in 2024</h2></div> <div class=\"nav-bar-wrapper-1o8Kr7 cnn-pcl-rdd933 issue-hub-1kseJs\"><div id=\"tab-wrapper-id\" class=\"tab-wrapper-2jF4iI cnn-pcl-rdd933 scrollable-gradient-hidden-scrollbar\" style=\"--gradient-width: 28%; --gradient-visibility: hidden;\"><a data-testid=\"nav-button-testid\" class=\"nav-button-1xCpdP cnn-pcl-rdd933 issue-hub-1kseJs\" href=\"https://www.cnn.com/election/2024/primaries-and-caucuses/results/democratic-party/president\">DEMOCRATIC </a><a data-testid=\"nav-button-selected-testid\" class=\"nav-button-1xCpdP cnn-pcl-rdd933 selected-14g-Tw issue-hub-1kseJs\" href=\"https://www.cnn.com/election/2024/primaries-and-caucuses/results/republican-party/president\">REPUBLICAN </a><div style=\"position: absolute; top: 0px; right: 0px; height: 100%; box-sizing: border-box; overflow-x: auto; pointer-events: none; display: block; width: var(--gradient-width, 28%); z-index: 1; background: linear-gradient(to right, rgba(255, 255, 255, 0) 11%, rgba(255, 255, 255, 0.83) 50%); visibility: var(--gradient-visibility, hidden);\"></div></div></div> <a class=\"link-wrapper-GGASdF cnn-pcl-1j6uw92\" href=\"https://www.cnn.com/election/2024/primaries-and-caucuses/results/republican-party/president\" target=\"_blank\"><div class=\"state-election-map-2kyVCy cnn-pcl-glx31i card-sOoYGi mini-ZKujOi\"> <div class=\"map-wrapper-3pB_Q0 cnn-pcl-glx31i\"><div style=\"width: calc(100% - 20px); height: 100%; margin: 10px;\"><!--?xml version=\"1.0\"?-->\\n<svg xmlns=\"http://www.w3.org/2000/svg\" version=\"1.2\" baseProfile=\"tiny\" width=\"800\" height=\"500\" viewBox=\"0 0 800 500\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"cnn-pcl-svg-map\" preserveAspectRatio=\"xMidYMid meet\" style=\"max-height: 300px; max-width: 100%; width: 100%; height: 100%;\">\\n <pattern class=\"hatched-flip-projections\" id=\"hatch-431-2024primaries-PR-US-*-StateElectionMap\" width=\"10\" height=\"5\" patternTransform=\"rotate(45 0 0)\" patternUnits=\"userSpaceOnUse\">\\n <rect x=\"0\" y=\"0\" width=\"10\" height=\"5\" style=\"fill:#7A0000\"></rect>\\n <line x1=\"0\" y1=\"0\" x2=\"0\" y2=\"10\" style=\"stroke:#fff; stroke-width:10\"></line>\\n </pattern>\\n \\n <pattern class=\"hatched-flip-projections\" id=\"hatch-1036-2024primaries-PR-US-*-StateElectionMap\" width=\"10\" height=\"5\" patternTransform=\"rotate(45 0 0)\" patternUnits=\"userSpaceOnUse\">\\n <rect x=\"0\" y=\"0\" width=\"10\" height=\"5\" style=\"fill:#186CFD\"></rect>\\n <line x1=\"0\" y1=\"0\" x2=\"0\" y2=\"10\" style=\"stroke:#fff; stroke-width:10\"></line>\\n </pattern>\\n \\n <pattern class=\"hatched-flip-projections\" id=\"hatch-5956-2024primaries-PR-US-*-StateElectionMap\" width=\"10\" height=\"5\" patternTransform=\"rotate(45 0 0)\" patternUnits=\"userSpaceOnUse\">\\n <rect x=\"0\" y=\"0\" width=\"10\" height=\"5\" style=\"fill:#AD6800\"></rect>\\n <line x1=\"0\" y1=\"0\" x2=\"0\" y2=\"10\" style=\"stroke:#fff; stroke-width:10\"></line>\\n </pattern>\\n \\n <pattern class=\"hatched-flip-projections\" id=\"hatch-8639-2024primaries-PR-US-*-StateElectionMap\" width=\"10\" height=\"5\" patternTransform=\"rotate(45 0 0)\" patternUnits=\"userSpaceOnUse\">\\n <rect x=\"0\" y=\"0\" width=\"10\" height=\"5\" style=\"fill:#A30000\"></rect>\\n <line x1=\"0\" y1=\"0\" x2=\"0\" y2=\"10\" style=\"stroke:#fff; stroke-width:10\"></line>\\n </pattern>\\n \\n <pattern class=\"hatched-flip-projections\" id=\"hatch-20286-2024primaries-PR-US-*-StateElectionMap\" width=\"10\" height=\"5\" patternTransform=\"rotate(45 0 0)\" patternUnits=\"userSpaceOnUse\">\\n <rect x=\"0\" y=\"0\" width=\"10\" height=\"5\" style=\"fill:#4CB8FF\"></rect>\\n <line x1=\"0\" y1=\"0\" x2=\"0\" y2=\"10\" style=\"stroke:#fff; stroke-width:10\"></line>\\n </pattern>\\n \\n <pattern class=\"hatched-flip-projections\" id=\"hatch-60051-2024primaries-PR-US-*-StateElectionMap\" width=\"10\" height=\"5\" patternTransform=\"rotate(45 0 0)\" patternUnits=\"userSpaceOnUse\">\\n <rect x=\"0\" y=\"0\" width=\"10\" height=\"5\" style=\"fill:#7A0000\"></rect>\\n <line x1=\"0\" y1=\"0\" x2=\"0\" y2=\"10\" style=\"stroke:#fff; stroke-width:10\"></line>\\n </pattern>\\n \\n <pattern class=\"hatched-flip-projections\" id=\"hatch-60345-2024primaries-PR-US-*-StateElectionMap\" width=\"10\" height=\"5\" patternTransform=\"rotate(45 0 0)\" patternUnits=\"userSpaceOnUse\">\\n <rect x=\"0\" y=\"0\" width=\"10\" height=\"5\" style=\"fill:#663300\"></rect>\\n <line x1=\"0\" y1=\"0\" x2=\"0\" y2=\"10\" style=\"stroke:#fff; stroke-width:10\"></line>\\n </pattern>\\n \\n <pattern class=\"hatched-flip-projections\" id=\"hatch-60420-2024primaries-PR-US-*-StateElectionMap\" width=\"10\" height=\"5\" patternTransform=\"rotate(45 0 0)\" patternUnits=\"userSpaceOnUse\">\\n <rect x=\"0\" y=\"0\" width=\"10\" height=\"5\" style=\"fill:#FF9900\"></rect>\\n <line x1=\"0\" y1=\"0\" x2=\"0\" y2=\"10\" style=\"stroke:#fff; stroke-width:10\"></line>\\n </pattern>\\n \\n <pattern class=\"hatched-flip-projections\" id=\"hatch-62557-2024primaries-PR-US-*-StateElectionMap\" width=\"10\" height=\"5\" patternTransform=\"rotate(45 0 0)\" patternUnits=\"userSpaceOnUse\">\\n <rect x=\"0\" y=\"0\" width=\"10\" height=\"5\" style=\"fill:#7A0047\"></rect>\\n <line x1=\"0\" y1=\"0\" x2=\"0\" y2=\"10\" style=\"stroke:#fff; stroke-width:10\"></line>\\n </pattern>\\n \\n <pattern class=\"hatched-flip-projections\" id=\"hatch-100004-2024primaries-PR-US-*-StateElectionMap\" width=\"10\" height=\"5\" patternTransform=\"rotate(45 0 0)\" patternUnits=\"userSpaceOnUse\">\\n <rect x=\"0\" y=\"0\" width=\"10\" height=\"5\" style=\"fill:#7EA3CE\"></rect>\\n <line x1=\"0\" y1=\"0\" x2=\"0\" y2=\"10\" style=\"stroke:#fff; stroke-width:10\"></line>\\n </pattern>\\n \\n <pattern class=\"hatched-flip-projections\" id=\"hatch-100005-2024primaries-PR-US-*-StateElectionMap\" width=\"10\" height=\"5\" patternTransform=\"rotate(45 0 0)\" patternUnits=\"userSpaceOnUse\">\\n <rect x=\"0\" y=\"0\" width=\"10\" height=\"5\" style=\"fill:#7EA3CE\"></rect>\\n <line x1=\"0\" y1=\"0\" x2=\"0\" y2=\"10\" style=\"stroke:#fff; stroke-width:10\"></line>\\n </pattern>\\n \\n <pattern class=\"hatched-flip-projections\" id=\"hatch-100006-2024primaries-PR-US-*-StateElectionMap\" width=\"10\" height=\"5\" patternTransform=\"rotate(45 0 0)\" patternUnits=\"userSpaceOnUse\">\\n <rect x=\"0\" y=\"0\" width=\"10\" height=\"5\" style=\"fill:#7EA3CE\"></rect>\\n <line x1=\"0\" y1=\"0\" x2=\"0\" y2=\"10\" style=\"stroke:#fff; stroke-width:10\"></line>\\n </pattern>\\n \\n <pattern class=\"hatched-flip-projections\" id=\"hatch-20072519-2024primaries-PR-US-*-StateElectionMap\" width=\"10\" height=\"5\" patternTransform=\"rotate(45 0 0)\" patternUnits=\"userSpaceOnUse\">\\n <rect x=\"0\" y=\"0\" width=\"10\" height=\"5\" style=\"fill:#BD6565\"></rect>\\n <line x1=\"0\" y1=\"0\" x2=\"0\" y2=\"10\" style=\"stroke:#fff; stroke-width:10\"></line>\\n </pattern>\\n \\n <pattern class=\"hatched-flip-projections\" id=\"hatch-20072905-2024primaries-PR-US-*-StateElectionMap\" width=\"10\" height=\"5\" patternTransform=\"rotate(45 0 0)\" patternUnits=\"userSpaceOnUse\">\\n <rect x=\"0\" y=\"0\" width=\"10\" height=\"5\" style=\"fill:#00268F\"></rect>\\n <line x1=\"0\" y1=\"0\" x2=\"0\" y2=\"10\" style=\"stroke:#fff; stroke-width:10\"></line>\\n </pattern>\\n \\n <pattern class=\"hatched-flip-projections\" id=\"hatch-20077010-2024primaries-PR-US-*-StateElectionMap\" width=\"10\" height=\"5\" patternTransform=\"rotate(45 0 0)\" patternUnits=\"userSpaceOnUse\">\\n <rect x=\"0\" y=\"0\" width=\"10\" height=\"5\" style=\"fill:#FF6666\"></rect>\\n <line x1=\"0\" y1=\"0\" x2=\"0\" y2=\"10\" style=\"stroke:#fff; stroke-width:10\"></line>\\n </pattern>\\n \\n <pattern class=\"hatched-flip-projections\" id=\"hatch-20077062-2024primaries-PR-US-*-StateElectionMap\" width=\"10\" height=\"5\" patternTransform=\"rotate(45 0 0)\" patternUnits=\"userSpaceOnUse\">\\n <rect x=\"0\" y=\"0\" width=\"10\" height=\"5\" style=\"fill:#AD6800\"></rect>\\n <line x1=\"0\" y1=\"0\" x2=\"0\" y2=\"10\" style=\"stroke:#fff; stroke-width:10\"></line>\\n </pattern>\\n \\n <pattern class=\"hatched-flip-projections\" id=\"hatch-20077070-2024primaries-PR-US-*-StateElectionMap\" width=\"10\" height=\"5\" patternTransform=\"rotate(45 0 0)\" patternUnits=\"userSpaceOnUse\">\\n <rect x=\"0\" y=\"0\" width=\"10\" height=\"5\" style=\"fill:#0AAC8D\"></rect>\\n <line x1=\"0\" y1=\"0\" x2=\"0\" y2=\"10\" style=\"stroke:#fff; stroke-width:10\"></line>\\n </pattern>\\n \\n <pattern class=\"hatched-flip-projections\" id=\"hatch-20077538-2024primaries-PR-US-*-StateElectionMap\" width=\"10\" height=\"5\" patternTransform=\"rotate(45 0 0)\" patternUnits=\"userSpaceOnUse\">\\n <rect x=\"0\" y=\"0\" width=\"10\" height=\"5\" style=\"fill:#BD6565\"></rect>\\n <line x1=\"0\" y1=\"0\" x2=\"0\" y2=\"10\" style=\"stroke:#fff; stroke-width:10\"></line>\\n </pattern>\\n \\n <pattern class=\"hatched-flip-projections\" id=\"hatch-20077540-2024primaries-PR-US-*-StateElectionMap\" width=\"10\" height=\"5\" patternTransform=\"rotate(45 0 0)\" patternUnits=\"userSpaceOnUse\">\\n <rect x=\"0\" y=\"0\" width=\"10\" height=\"5\" style=\"fill:#7EA3CE\"></rect>\\n <line x1=\"0\" y1=\"0\" x2=\"0\" y2=\"10\" style=\"stroke:#fff; stroke-width:10\"></line>\\n </pattern>\\n \\n <pattern class=\"hatched-flip-projections\" id=\"hatch-20077668-2024primaries-PR-US-*-StateElectionMap\" width=\"10\" height=\"5\" patternTransform=\"rotate(45 0 0)\" patternUnits=\"userSpaceOnUse\">\\n <rect x=\"0\" y=\"0\" width=\"10\" height=\"5\" style=\"fill:#BD6565\"></rect>\\n <line x1=\"0\" y1=\"0\" x2=\"0\" y2=\"10\" style=\"stroke:#fff; stroke-width:10\"></line>\\n </pattern>\\n \\n <pattern class=\"hatched-flip-projections\" id=\"hatch-REP-2024primaries-PR-US-*-StateElectionMap\" width=\"10\" height=\"5\" patternTransform=\"rotate(45 0 0)\" patternUnits=\"userSpaceOnUse\">\\n <rect x=\"0\" y=\"0\" width=\"10\" height=\"5\" style=\"fill:#ff4a43\"></rect>\\n <line x1=\"0\" y1=\"0\" x2=\"0\" y2=\"10\" style=\"stroke:#fff; stroke-width:10\"></line>\\n </pattern>\\n \\n <pattern class=\"hatched-flip-projections\" id=\"hatch-DEM-2024primaries-PR-US-*-StateElectionMap\" width=\"10\" height=\"5\" patternTransform=\"rotate(45 0 0)\" patternUnits=\"userSpaceOnUse\">\\n <rect x=\"0\" y=\"0\" width=\"10\" height=\"5\" style=\"fill:#1a6aff\"></rect>\\n <line x1=\"0\" y1=\"0\" x2=\"0\" y2=\"10\" style=\"stroke:#fff; stroke-width:10\"></line>\\n </pattern>\\n \\n <pattern class=\"hatched-flip-projections\" id=\"hatch-GRN-2024primaries-PR-US-*-StateElectionMap\" width=\"10\" height=\"5\" patternTransform=\"rotate(45 0 0)\" patternUnits=\"userSpaceOnUse\">\\n <rect x=\"0\" y=\"0\" width=\"10\" height=\"5\" style=\"fill:#38ba79\"></rect>\\n <line x1=\"0\" y1=\"0\" x2=\"0\" y2=\"10\" style=\"stroke:#000; stroke-width:10\"></line>\\n </pattern>\\n \\n <pattern class=\"hatched-flip-projections\" id=\"hatch-LIB-2024primaries-PR-US-*-StateElectionMap\" width=\"10\" height=\"5\" patternTransform=\"rotate(45 0 0)\" patternUnits=\"userSpaceOnUse\">\\n <rect x=\"0\" y=\"0\" width=\"10\" height=\"5\" style=\"fill:#FFC61C\"></rect>\\n <line x1=\"0\" y1=\"0\" x2=\"0\" y2=\"10\" style=\"stroke:#000; stroke-width:10\"></line>\\n </pattern>\\n \\n <pattern class=\"hatched-flip-projections\" id=\"hatch-TRD-2024primaries-PR-US-*-StateElectionMap\" width=\"10\" height=\"5\" patternTransform=\"rotate(45 0 0)\" patternUnits=\"userSpaceOnUse\">\\n <rect x=\"0\" y=\"0\" width=\"10\" height=\"5\" style=\"fill:#853DCC\"></rect>\\n <line x1=\"0\" y1=\"0\" x2=\"0\" y2=\"10\" style=\"stroke:#fff; stroke-width:10\"></line>\\n </pattern>\\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \\n<g data-year=\"2024\" data-state=\"US\" data-admin2-type=\"ec\" id=\"ec-lo-2024-US\">\\n<path d=\"M 534.64 405.02 534.84 405.12 535.48 405.22 535.65 405.18 535.85 405.05 535.88 405.2 535.48 405.31 534.81 405.18 534.64 405.02 Z M 533.12 402.8 533.35 402.71 533.39 402.94 533.16 402.91 533.12 402.8 Z M 530.2 404.83 530.51 404.75 530.81 404.72 531.04 404.58 531.55 404.71 531.68 404.72 532.08 404.86 533.09 404.94 533.03 405.03 532.15 404.95 531.94 404.97 531.58 404.9 531.11 404.75 530.49 404.89 530.2 404.83 Z M 526.75 405.69 527.25 405.62 527.23 405.69 526.88 405.76 526.75 405.69 Z M 524.43 405.48 525.16 405.45 525.15 405.65 525 405.76 524.63 405.78 524.55 405.61 523.85 405.54 524.43 405.48 Z M 488.03 354.58 488.07 354.28 488.26 354.14 488.46 354.08 488.64 353.89 488.7 353.58 488.63 353.4 488.21 353.08 487.86 352.98 487.7 352.79 487.36 352.59 487.34 352.29 487.43 352.1 487.61 351.96 487.98 351.95 488.15 352.14 488.45 352.16 488.88 352.09 489.06 351.98 489.14 351.81 489.16 351.49 489.15 351.13 489 350.37 489.14 350.34 489.35 350.12 489.62 349.75 489.71 349.3 489.63 349.14 489.32 349.08 489.14 349.16 489.03 349.35 488.98 349.67 488.85 350.04 488.67 349.9 488.53 349.6 488.37 349.48 488.4 349.26 488.13 348.9 488.06 348.35 488.1 348.19 488.07 347.95 488.4 347.65 488.68 347.19 489.07 346.81 489.32 346.36 489.31 346.04 489.15 345.86 488.98 345.86 488.85 345.94 488.74 346.12 488.7 346.33 488.75 346.6 488.69 346.78 488.48 347.08 488.06 347.35 487.66 347.38 487.25 347.21 486.95 346.96 487 346.75 487.09 346.67 487.33 346.63 487.46 346.68 487.9 346.46 488.15 346.39 488.31 346.12 488.35 345.92 488.22 345.56 488.03 345.41 487.58 345.12 487.45 345.15 487.38 345.35 487.42 345.63 487.54 345.99 487.42 346.17 487.27 346.27 486.96 346.38 486.51 346.3 486.54 345.95 486.9 345.71 487.08 345.32 487.27 345.12 487.19 344.89 486.73 344.55 486.55 344.34 486.44 344.12 486.49 343.89 486.6 343.81 486.89 343.75 487.3 343.49 487.68 343.48 487.89 343.31 487.99 343.14 487.99 342.92 487.84 342.65 487.32 342.25 487.09 342.15 486.55 342.02 486.39 341.84 486.39 341.62 486.49 341.42 486.72 341.26 487.19 341.19 487.42 341.1 487.93 341.7 488.41 341.95 488.68 341.99 489.07 341.8 489.45 341.65 489.51 341.48 489.22 341.02 489.01 340.87 488.87 340.85 488.54 341.04 488.1 341.1 487.98 341.04 487.66 340.71 487.62 340.53 487.69 340.08 487.61 339.93 487.77 339.63 487.94 339.63 488.2 339.84 488.54 339.71 489.04 339.64 489.48 339.91 489.7 339.88 489.9 339.78 490.03 339.63 490.07 339.48 490.01 339.32 489.87 339.2 489.55 339.12 489.11 338.93 488.76 338.47 488.66 338.15 488.68 337.97 488.91 337.64 489.34 337.14 489.57 336.79 489.41 336.58 488.98 336.4 488.48 336.3 488.31 336.17 488.31 335.9 488.56 335.71 488.92 335.68 489.37 335.31 489.7 336 489.9 336.1 490.07 336.09 490.27 335.94 490.29 335.71 489.98 335.34 489.84 334.98 490.11 334.92 490.43 334.97 490.67 334.93 490.84 334.85 491.22 334.81 491.38 334.69 491.36 334.37 491.39 334.14 491.57 333.87 491.62 333.66 491.51 333.47 491.24 333.39 490.92 333.5 490.81 333.49 490.4 333.21 490.24 333.01 490.17 332.82 490.24 332.66 490.91 332.1 491.16 332.18 491.35 332.35 491.65 332.54 491.93 332.6 492.1 332.57 492.31 332.44 492.52 332.09 492.49 331.82 492.36 331.69 492.02 331.69 491.74 331.65 491.24 331.77 490.79 331.51 490.51 331.18 490.43 330.95 490.43 330.76 490.62 330.56 490.88 330.59 491 330.87 491.35 331.12 491.7 331.17 491.85 331.26 491.96 330.88 491.94 330.69 492.02 330.08 492.14 329.91 492.47 329.77 493.07 329.77 493.25 329.6 493.42 329.25 493.42 329.12 493.27 328.79 493 328.58 492.95 328.25 493.11 328.1 493.34 328.09 493.61 328.14 493.81 328.13 494.33 327.96 494.3 328.31 494.16 328.6 494.15 328.9 494.4 329.07 494.65 329.01 494.7 328.78 494.53 328.38 494.53 328.24 494.69 327.93 494.63 327.86 495.04 327.61 495.32 327.53 495.82 327.12 496.02 326.74 495.99 326.53 495.88 326.32 495.71 326.19 495.63 325.97 495.59 325.7 495.7 325.16 495.87 324.91 496.22 324.65 496.28 324.39 496.19 324.16 495.99 323.9 495.79 323.71 495.49 323.19 495.46 322.98 495.52 322.67 495.46 322.5 495.41 322.13 495.55 321.87 495.71 321.68 495.89 321.58 496.1 321.75 496.17 321.86 496.17 322.09 495.98 322.31 495.96 322.57 496.09 322.85 496.26 322.91 496.56 322.83 496.87 322.48 497.12 322.24 497.31 321.95 497.35 321.76 497.27 321.55 497.14 321.45 496.96 321.45 496.42 321.58 496.04 321.49 495.71 321.15 495.67 320.91 495.78 320.76 496.1 320.65 496.15 320.56 495.95 320.12 495.92 319.91 496.08 319.63 496.41 319.55 496.61 319.96 496.66 320.15 496.6 320.26 496.35 320.48 496.34 320.78 496.41 320.9 496.7 321.03 496.9 321.03 497.2 320.95 497.37 320.82 497.46 320.53 497.33 320.22 497.13 319.91 497.05 319.68 497.1 319.45 497.27 319.26 497.29 319.08 497.17 318.87 496.83 318.38 496.81 318.08 496.87 317.96 497.07 317.8 497.26 317.78 497.54 317.93 497.65 318.14 497.64 318.38 497.71 318.71 497.79 318.84 497.93 318.88 498.14 318.81 498.46 318.58 498.89 318.42 499.06 318.27 499.35 318.52 499.53 318.55 499.64 318.42 499.63 318.25 499.47 318.03 499.64 317.85 499.98 317.64 500.41 317.28 500.48 317.01 500.46 316.7 500.36 316.44 500.2 316.32 499.91 316.2 499.61 316 499.48 315.84 499.39 315.64 502.06 315.49 504.88 315.32 507.37 315.17 508.2 315.1 509.71 314.99 511.78 314.86 512.97 314.8 516.34 314.55 517.28 314.49 519.3 314.33 520.87 314.21 521.47 314.15 522.02 314.12 524.61 313.92 528.04 313.64 529.32 313.54 532.12 313.32 532.35 313.7 532.54 313.92 532.94 314.66 533.24 314.92 533.87 315.17 533.85 316.72 533.81 317.99 533.82 318.41 533.73 320.38 533.64 323.46 533.62 325.01 533.59 326.73 533.55 328.14 533.56 328.45 533.5 330.17 533.47 331.84 533.41 334.11 533.37 335.36 533.31 337.82 533.3 338.54 533.26 340.65 533.23 341.81 533.18 344.96 533.13 347.44 533.07 350.29 533 354.1 532.97 356.55 532.95 357.25 532.92 358.88 532.87 361.61 532.86 362.31 532.82 363.75 532.77 366.14 532.73 367.63 532.66 370.19 532.61 372.24 532.59 373 533.03 376.72 533.23 378.17 533.61 381.25 533.86 383.22 534.12 385.18 534.13 385.29 534.38 387.27 534.72 390.01 535.01 392.35 535.04 392.51 535.35 395.1 535.77 398.64 536.18 401.94 536.13 402.11 536.23 402.32 536.12 402.43 535.99 402.35 535.92 402.18 535.79 402.27 535.52 402.22 535.33 402.32 535.38 402.61 535.28 402.78 534.99 402.98 534.86 403.03 534.46 403.02 534.42 402.89 534.06 402.63 533.19 402.66 533.13 402.44 532.94 402.36 532.66 402.5 532.63 402.18 532.51 402.17 532.21 402.44 531.78 402.43 531.53 402.57 531.2 402.83 530.73 402.88 530.43 402.81 530 402.5 529.31 402.18 529.57 402.19 529.59 402.03 529.32 401.99 528.79 401.75 528.7 401.55 528.49 401.38 528.29 401.51 528.32 401.79 528.51 401.83 528.55 402.18 528.37 402.13 527.95 402.12 527.48 402.15 526.68 402.27 526.23 402.37 525.21 402.7 524.84 402.85 524.86 403.11 524.76 403.22 524.62 402.96 523.22 403.66 522.68 403.87 521.85 404.25 521.53 404.31 521.49 403.84 521.55 403.74 521.8 403.71 521.86 403.58 521.57 403.34 521.35 403.11 521.21 403.14 521.05 402.97 520.71 403.02 520.43 403.14 520.25 403.45 520.81 403.7 521 404.05 520.9 404.37 520.67 404.57 520.33 404.75 520.06 405.1 519.49 405.39 519.42 405.57 519.5 405.87 519.35 406 519.08 406.42 519.17 406.69 518.99 406.83 518.89 406.67 518.77 406.6 518.47 406.67 518.3 406.87 518.02 406.83 517.85 406.91 517.69 406.66 517.47 406.7 517.35 406.85 517.1 406.97 516.92 406.87 516.77 406.61 516.54 406.33 516.35 406.27 516.27 406.13 516.3 405.86 516.26 405.75 515.99 405.58 515.97 405.15 515.69 404.95 515.8 404.86 515.79 404.63 516.01 404.49 515.94 404.36 515.92 404.01 515.44 403.71 515.34 403.44 514.94 402.8 515.02 402.64 514.97 402.36 514.88 402.16 514.89 401.93 514.77 401.79 514.57 401.7 514.43 401.46 514.32 401.47 514.16 401.21 513.86 401.13 513.79 401.03 513.59 400.98 513.54 400.79 513.42 400.82 513.36 400.58 513.19 400.27 512.95 400.21 512.93 400.05 513 399.78 512.73 399.86 512.56 399.27 512.42 399.17 512.42 398.63 512.32 398.32 512 398.06 511.93 397.95 512.07 397.54 512.08 397.37 511.91 397.24 512.17 396.88 512.03 396.83 512.07 396.66 512.2 396.55 512.12 396.38 512.16 396.23 512.05 396.13 512.12 395.93 512.32 395.55 512.77 394.88 512.65 394.8 512.73 394.38 512.94 394.35 512.98 394.12 512.79 393.96 512.93 393.82 512.85 393.54 513.06 393.54 513.12 393.45 512.99 393.25 513.22 393.21 513.3 393.09 513.16 392.93 513.21 392.83 513.08 392.64 513.15 392.48 513.38 392.17 513.48 391.66 513.39 391.44 513.15 391.55 513.06 391.52 511.36 391.63 510.28 391.71 506.34 391.96 502.99 392.18 502.81 392.2 499.76 392.38 497.03 392.54 494.41 392.68 491.58 392.84 489.02 392.97 488.66 392.98 485.77 393.13 483.89 393.21 482.47 393.28 482.47 393.16 483.02 392.91 483.22 392.77 483.43 392.48 483.49 392.18 483.35 391.88 482.89 391.5 482.55 391.27 482.36 391.04 482.35 390.81 482.41 390.65 482.79 390.12 482.9 389.83 482.88 389.54 482.67 389.27 482.27 388.95 481.95 388.8 481.82 388.65 481.78 388.4 482.03 388.16 482.3 388.15 483.07 388.24 483.4 388.19 483.66 388.09 483.97 387.93 484.11 387.61 484.11 387.2 484.07 387.13 483.7 386.86 483.63 386.74 483.41 386.58 483.36 386.32 483.37 386.02 483.42 385.9 483.26 385.83 483.06 386.01 482.88 385.61 482.91 385.39 483.08 385.13 483.34 384.95 483.47 384.98 483.53 385.12 483.5 385.29 483.64 385.74 483.74 385.92 483.92 386.11 484.12 386.2 484.53 386.19 484.63 386.06 484.61 385.59 484.14 385.14 483.9 384.69 483.83 384.39 483.79 383.95 483.81 383.44 483.68 383.22 483.78 383.04 484.2 382.96 484.37 383.03 484.84 382.82 485.04 382.69 485.39 382.37 485.5 382.22 485.54 381.83 485.23 381.71 485.01 381.76 484.68 381.92 484.23 381.96 483.93 381.79 483.7 381.5 483.68 381.2 483.74 381.06 483.97 380.84 484.05 380.86 484.28 381.14 484.54 381.29 484.99 381.42 485.24 381.43 485.56 381.24 485.63 380.79 485.51 379.95 485.54 379.5 485.92 378.88 486.03 378.77 486.45 378.72 486.91 378.71 487.22 378.77 487.48 378.75 487.67 378.57 487.66 378.33 487.28 378.25 487.04 378.37 486.65 378.49 486.18 378.58 486.01 378.52 486.02 378.16 486.07 377.79 486.25 376.95 486.36 376.78 486.54 376.7 487.06 376.57 487.16 376.83 487.18 377.17 487.26 377.37 487.4 377.49 487.64 377.52 487.86 377.26 487.88 377.05 487.52 376.73 487.49 376.51 487.8 376.35 488.01 376.21 488.41 375.74 488.53 375.56 488.81 375.41 488.78 375.09 488.63 375.05 488.68 374.56 488.85 374.32 489.05 374.13 489.8 374 490.01 373.93 490.23 373.73 490.44 373.4 490.29 373.13 490.11 373.02 489.3 372.89 489.11 372.78 489.01 372.5 489.2 372.25 489.36 372.21 489.53 372.3 489.78 372.64 490.04 372.82 490.36 372.76 490.29 372.28 490.31 372.21 490.96 371.81 491.08 371.62 491.06 371.38 491.24 371.31 491.36 371.16 491.47 370.87 491.47 370.56 491.12 370.57 490.84 370.36 490.56 370.25 490.56 370.43 490.72 370.69 490.7 371.33 490.44 371.2 490.23 371.16 489.92 371.24 489.76 371.36 489.44 371.36 489.23 371.29 488.93 371.26 488.77 371.04 488.72 370.84 488.75 370.43 488.84 370.03 488.94 369.93 489.32 369.69 489.59 369.8 489.73 369.77 489.85 369.58 490.11 369.4 490.31 369.4 490.48 369.53 490.6 369.34 490.69 369.09 490.89 369.07 491.1 369.16 491.41 369.4 491.4 369.6 491.45 369.91 491.57 369.98 491.73 369.62 491.72 369.22 491.76 368.98 491.92 368.8 491.69 368.47 491.66 368.29 491.77 367.97 491.96 367.95 492.11 368.15 492.24 368.19 492.45 368.05 492.73 367.78 492.89 367.54 492.95 367.25 493.22 366.72 493.31 366.43 493.04 366.48 492.97 366.79 492.75 367.09 492.25 366.99 492.07 367 491.54 366.92 491.32 366.82 491.24 366.62 491.35 366.23 491.37 365.93 491.68 365.76 491.8 365.58 491.79 365.33 491.58 365.09 491.33 365.03 490.77 365.39 490.39 365.32 489.92 365.11 489.69 364.96 489.46 364.72 489.34 364.51 489.31 364.19 489.53 363.69 489.57 363.32 489.63 363.23 489.95 363.52 490.36 364.13 490.58 364.31 490.81 364.4 491.13 364.44 491.34 364.32 491.36 364.07 491.25 363.92 490.86 363.71 490.33 363.55 489.93 363.26 489.83 363.08 490.52 362.6 490.86 362.22 491 362 491.01 361.75 490.81 361.42 490.62 361.31 490.43 361.51 490.27 362.08 489.81 362.23 489.19 362.56 488.92 362.45 488.73 362.22 488.59 361.81 488.59 361.53 488.83 361.33 488.97 361.04 489.11 360.86 489.41 360.63 489.69 360.5 489.95 360.26 490.08 359.89 489.98 359.79 489.49 359.65 488.97 359.55 488.53 359.59 488.4 359.57 488.28 359.42 488.28 359.22 488.39 358.86 488.26 358.76 488.28 358.25 488.33 358.05 488.42 357.97 488.52 357.65 488.78 357.4 489.13 357.32 489.42 357.02 489.66 356.71 489.75 356.47 489.72 355.98 489.59 355.77 489.45 355.68 489.43 355.3 489.32 355.05 489.14 354.86 488.99 354.82 488.7 354.92 488.54 355.02 488.5 355.18 488.62 355.32 488.53 355.54 488.65 355.97 488.62 356.21 488.46 356.45 488.22 356.57 487.88 356.56 487.63 356.47 487.36 356.19 487.35 355.92 487.54 355.6 487.5 355.43 487.72 355.13 487.93 354.93 488.03 354.58 Z\" data-geo-id=\"28\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(163, 0, 0);\"></path>\\n<path d=\"M 720.08 267.1 720.2 267 720.62 266.97 721.16 267.19 721.18 267.44 721.43 267.4 721.79 267.77 722.06 268.24 722.05 268.41 722.27 269 722.14 269.15 721.88 269.02 721.43 269.02 721.29 268.92 721.48 268.71 721.38 268.27 721.11 267.93 720.98 267.93 720.66 267.65 720.54 267.41 720.17 267.29 720.08 267.1 Z M 722.68 281.23 722.95 281.02 723.2 280.88 723.4 280.66 723.43 280.5 723.57 280.22 723.75 280.41 723.89 280.39 724.26 280.12 724.53 279.7 724.81 279.44 724.79 279.2 725.05 279.27 725.38 279.12 725.65 278.94 725.87 278.96 725.88 278.34 725.81 278.17 725.81 277.94 725.7 277.68 725.67 277.29 725.8 276.96 725.81 276.62 725.75 276.45 725.75 276.14 725.69 275.77 725.69 275.54 725.55 274.61 725.42 274.3 725.42 273.94 725.5 273.83 725.48 273.48 725.42 273.3 725.44 273.13 725.4 272.82 725.32 272.69 725.21 272.17 725.01 271.9 724.63 271.29 724.48 270.83 724.32 270.69 724.05 270.18 724.01 270.02 723.73 269.55 723.89 269.56 724.21 269.98 724.68 270.78 724.99 271.43 725.48 272.68 725.56 272.98 725.62 273.35 725.67 274.8 725.91 276.37 725.91 277.86 726 279.17 725.96 279.45 726.01 279.89 725.76 279.76 725.5 279.74 725.2 279.78 724.84 279.91 724.17 280.26 723.32 280.85 722.77 281.25 722.68 281.23 Z M 719.23 284.31 719.42 284.08 719.57 283.7 719.48 283.6 719.45 283.37 719.6 283.25 719.91 283.29 720.06 283.18 720.29 282.91 720.39 282.86 721.04 282.31 721.33 282.14 721.41 282.02 721.82 281.76 721.98 281.59 722.26 281.46 722.31 281.27 722.47 281.31 722.41 281.45 721.82 281.85 721.14 282.39 720.45 282.99 719.87 283.6 719.42 284.22 719.34 284.38 719.23 284.31 Z M 714.2 280.53 714.22 280.34 714.37 280.34 714.5 280.53 714.41 280.63 714.2 280.53 Z M 715.32 289.52 715.41 289.48 715.49 289.27 715.72 288.96 715.75 288.68 715.99 288.63 716.14 288.32 716.25 288.23 716.58 287.72 716.92 287 717.32 286.41 717.48 286.33 717.45 286.18 717.63 285.84 717.92 285.53 717.93 285.35 718.09 285.22 718.21 285.03 718.24 284.75 718.31 284.52 718.46 284.43 718.63 284.42 718.92 284.55 718.94 284.64 718.77 284.83 718.46 285.1 718.18 285.46 717.09 287.02 716.42 288.11 715.7 289.08 715.38 289.56 715.32 289.52 Z M 712.54 292.79 712.67 292.74 712.98 292.77 712.96 292.93 712.63 292.96 712.54 292.79 Z M 712.79 294.46 712.92 294.62 713.16 294.63 713.26 294.21 713.47 293.46 713.37 293.37 713.48 293.22 713.57 292.86 713.71 292.64 713.66 292.55 713.8 292.3 713.95 292.22 714.07 292.02 714 291.55 714.08 291.4 714.31 291.41 714.37 291.34 714.31 291.08 714.46 290.95 714.44 290.81 714.72 290.68 714.82 290.36 714.92 290.2 715.08 290.11 714.56 291.14 714.17 291.99 713.6 293.35 713.45 293.78 713.26 294.51 713.19 295 712.92 294.73 712.79 294.46 Z M 711.93 292.85 712.34 292.85 712.32 293 712.47 293.08 712.74 293.04 712.94 293.08 712.97 293.2 712.06 293.12 711.93 292.85 Z M 710.81 293.56 711.04 293.53 711.39 293.56 711.79 293.67 712.3 293.76 712.69 293.91 712.87 293.91 713.06 294 713.13 294.19 713.03 294.24 712.79 294.02 712.39 293.85 712.14 293.79 711.58 293.72 711.08 293.7 710.81 293.56 Z M 704.35 295.72 704.47 295.52 704.83 295.28 705.52 294.91 705.73 294.95 706.13 294.77 706.57 294.63 707.12 294.41 707.25 294.28 707.48 294.25 707.69 294.12 708.06 294.02 708.28 293.81 708.81 293.68 709.17 293.64 709.23 293.69 709.54 293.56 709.64 293.38 709.78 293.56 710.25 293.25 710.47 293.44 710.37 293.57 709.6 293.65 709.04 293.79 708.51 293.95 707.31 294.38 706.23 294.82 705.57 295.12 704.97 295.43 704.44 295.75 704.35 295.72 Z M 703.32 296.34 703.63 296.07 703.95 295.85 704.07 295.94 703.83 296.06 703.36 296.4 703.32 296.34 Z M 628.28 271.24 629.44 271.08 630.66 271.02 631.14 270.98 631.33 270.92 631.86 270.91 632.88 270.8 633.89 270.63 634.77 270.53 635.87 270.38 635.96 270.39 637.29 270.25 637.66 270.2 638.5 270.13 639.37 270 641.01 269.81 641.51 269.7 641.97 269.64 642.62 269.49 643 269.43 643.78 269.36 644.22 269.31 647.02 269 649.22 268.76 650.27 268.59 651.82 268.35 655.09 267.8 655.35 267.75 658.67 267.2 661.02 266.81 661.99 266.63 664.93 266.11 668.99 265.36 671.73 264.87 673.73 264.5 674.6 264.36 676.03 264.09 676.61 263.96 679.98 263.28 681.67 262.98 685.52 262.22 687.4 261.84 691.52 261.04 695.54 260.25 696.06 260.09 696.33 260.1 697.19 259.92 699.87 259.39 699.84 259.24 701.47 258.93 702.49 258.71 704.92 258.22 705.43 258.12 706.57 257.87 708.84 257.4 711.68 256.8 714.21 256.26 715.49 255.99 715.85 256.91 716.49 258.29 716.99 259.47 717.6 260.66 718.2 261.73 718.5 262.15 719.02 263.03 719.49 263.73 719.96 264.34 720.76 265.29 722.74 267.95 723.17 268.67 723.6 269.26 723.62 269.5 723.4 269.43 723.36 269.25 723.1 269.14 723.04 268.99 722.81 268.73 722.87 268.61 722.53 268.36 722.41 268.22 722.21 267.85 721.82 267.58 721.81 267.42 721.93 267.3 721.8 266.92 721.2 266.3 720.84 266.24 720.79 266.08 720.51 265.83 720.3 265.91 720.04 265.79 719.8 265.83 719.73 265.48 719.96 265.36 719.97 265.09 719.8 264.95 719.5 265.16 719.37 264.88 719.32 264.52 719.21 264.21 718.95 263.68 719.01 263.48 718.95 263.25 718.69 262.86 718.63 262.65 718.25 261.95 718.06 262.01 717.81 261.79 717.71 261.58 717.55 261.48 717.58 261.11 717.47 260.8 717.34 260.69 717.03 260.72 716.81 260.53 716.63 260.2 716.69 260.02 716.8 260.02 717.07 260.14 716.96 259.68 716.8 259.54 716.81 259.35 716.71 259.25 716.48 259.17 716.53 259.04 716.5 258.79 716.36 258.76 716.37 258.37 716.17 258.33 715.98 258.11 715.8 258.17 715.61 258.11 715.6 257.97 715.47 257.75 715.38 257.7 715.28 257.38 715.15 257.34 714.87 257.46 714.71 257.34 714.42 257.38 714.14 257.38 713.89 257.45 713.95 257.09 713.81 256.84 713.66 256.82 713.52 256.68 713.1 256.73 713.11 256.86 713.25 257.14 713.03 257.3 713.31 257.8 713.58 258.21 713.74 258.39 714.12 258.52 714.38 258.46 714.51 258.62 714.76 259.09 714.93 259.12 714.89 258.86 714.97 258.61 715.15 258.52 715.27 258.82 715.26 259.01 715.41 259.19 715.39 259.61 715.79 260.19 716 260.43 716.21 260.9 716.34 261.04 716.6 260.97 716.74 261 716.83 261.49 716.64 261.62 716.77 261.73 716.81 261.91 716.94 262.13 717.11 262.22 717.18 262.13 717.48 262.53 717.32 262.62 717.41 262.93 717.55 263.07 717.73 263.13 717.79 263.46 718.01 263.62 718.18 263.9 718.26 263.91 718.29 264.29 718.4 264.37 718.57 264.61 718.43 264.77 717.85 264.5 717.59 264.37 717.2 263.94 717.14 263.33 716.93 263.11 716.83 262.92 716.61 262.8 716.21 262.5 716.04 262.13 715.9 261.93 715.44 261.76 715.23 261.88 715.52 262.18 715.65 262.42 715.58 262.91 715.95 263.17 716.27 263.26 716.4 263.4 715.97 263.47 715.08 263.41 714.72 263.32 714.52 263.06 714.24 262.94 714.03 262.59 713.55 262.56 713.46 262.37 713.15 262.23 713.02 262 712.66 261.82 712.08 261.8 711.92 261.65 711.64 261.79 711.77 262.08 712.08 262.37 712.33 262.3 712.66 262.46 712.75 262.68 712.9 262.8 713.11 263.13 713.27 263.14 713.72 263.28 714.01 263.84 714.23 264.16 714.08 264.37 713.79 264.52 713.31 264.71 713 264.8 712.73 264.98 712.41 265.02 712.07 264.85 711.87 264.63 711.67 264.52 711.48 264.3 711.3 264.27 711.25 264.09 710.8 264.07 710.84 264.26 711.17 264.49 711.4 264.57 711.59 264.78 711.63 264.94 711.96 265.25 712.28 265.37 712.13 265.65 711.43 265.6 711.35 265.62 711 265.53 710.91 265.44 710.58 265.41 710.33 265.27 709.77 265.28 709.57 265.36 709.46 265.29 709.22 264.96 708.69 264.7 708.59 264.73 708.39 264.55 708.13 264.59 708.11 264.74 708.49 264.97 708.54 265.1 708.7 265.1 709.22 265.42 709.67 265.74 710.04 265.6 710.19 265.8 710.58 265.88 710.78 265.97 710.59 266.09 710.53 266.21 710.16 266.21 709.63 266.47 709.34 266.58 709.17 266.91 709.03 267.09 708.74 267.59 708.71 267.78 708.27 268.01 707.97 268.28 707.49 268.31 706.96 268.41 706.52 268.02 706.39 267.67 706.25 267.7 706.18 267.9 706.03 268.09 705.78 268.17 705.6 268.08 705.39 268.09 705.07 267.71 705.07 267.46 704.96 267.25 704.96 266.93 704.7 266.93 704.59 266.74 704.52 266.48 704.31 266.26 704.25 266.03 704.19 265.45 704.14 265.25 704.18 264.81 704.36 264.49 704.37 264.3 704.56 263.77 704.1 263.6 704.18 263.86 704.09 263.99 704.08 264.21 703.92 264.42 703.93 264.71 703.77 264.65 703.69 264.79 703.69 265.07 703.63 265.15 703.72 265.41 703.67 265.51 703.82 266.37 703.95 266.66 704.05 266.74 704.29 267.13 704.44 267.25 704.45 267.67 704.59 267.95 704.75 268.14 704.95 268.2 705.11 268.8 705.39 268.82 705.52 269.12 705.31 269.48 705.05 269.72 705 269.9 705.02 270.14 705.23 270.15 705.31 270.04 705.68 270.06 706.03 270.15 706.35 269.99 706.83 269.89 706.88 269.82 707.33 269.68 707.64 269.66 708 269.51 708.29 269.33 708.52 269.09 708.76 269.02 708.96 268.84 709.45 268.55 709.79 268.38 710.07 268.54 710.09 268.63 710.28 268.82 710.17 268.93 710.32 269.03 710.41 269.19 710.66 269.06 710.72 268.97 711.08 268.97 711.22 268.74 711.61 268.29 711.75 268.17 711.93 268.11 712.44 267.83 712.69 267.67 713.06 267.58 713.18 267.43 713.52 267.35 713.77 267.4 714.23 267.26 714.61 267.23 714.82 267.15 715.47 267.43 715.62 267.53 715.68 267.71 715.69 268.12 715.84 268.29 715.65 268.55 715.69 268.66 715.54 268.89 715.5 269.1 715.55 269.37 715.4 269.56 715.36 269.74 715.41 270.11 715.47 270.29 715.74 270.58 715.74 270.75 715.82 271.18 715.84 271.47 716.01 271.72 716.05 271.88 716 272.24 715.94 272.3 716.09 272.55 716.27 272.56 716.43 272.76 716.38 273.1 716.4 273.46 716.48 273.55 716.65 273.54 716.83 273.36 716.89 273.2 716.85 273.03 716.93 272.86 716.9 272.62 716.96 272.54 716.9 272.22 716.81 271.95 716.9 271.6 716.86 271.31 716.89 271 716.82 270.73 716.69 270.58 716.56 270.29 716.62 270.02 716.73 269.74 716.46 269.34 716.54 269.16 716.38 268.82 716.47 268.64 716.68 268.51 716.83 268.11 717.05 267.93 717.16 267.73 716.92 267.51 716.68 267.36 717.17 266.99 717.36 266.9 717.6 266.86 717.75 266.77 718.3 266.81 718.75 266.93 718.86 267.17 719.26 267.33 719.32 267.59 719.56 267.82 719.76 268.1 719.95 268.15 719.95 268.4 720.06 268.55 720.05 268.78 720.37 268.98 720.52 269.2 720.45 269.28 720.56 269.56 720.5 269.7 720.59 270.05 720.51 270.18 720.65 270.37 720.67 270.65 720.89 270.8 720.88 270.98 721 271.26 721.14 271.34 721.22 271.63 721.03 271.91 720.81 271.6 720.55 271.53 720.41 271.56 720.31 271.86 720.31 271.99 720.55 272.13 720.56 272.35 720.87 272.58 721.01 272.52 721.23 272.9 721.11 273.06 721.07 273.36 720.81 273.57 720.6 273.68 720.65 273.84 720.8 273.97 720.49 274.13 720.12 274.29 719.91 274.33 719.54 274.1 719.43 273.86 719.28 273.81 718.97 273.91 718.95 274.05 719.17 274.25 719.23 274.39 719.04 274.43 718.92 274.65 718.7 274.77 718.73 274.93 718.87 275.06 718.64 275.25 718.44 275.32 718.27 275.56 718.25 275.77 718.08 275.74 718.01 275.87 718.28 276.05 718.32 276.18 717.96 276.43 717.9 276.64 717.93 276.86 717.85 277.15 717.73 277.33 717.83 277.72 717.66 277.96 717.55 277.77 717.4 277.62 717.11 277.62 717.19 277.85 717.17 278.01 717.03 278.12 717.1 278.34 716.94 278.39 716.91 278.51 717.05 278.61 717.22 278.55 717.18 278.85 716.87 278.94 716.84 279.11 716.61 279.28 716.32 279.28 716.16 279.38 716.29 279.56 716.02 279.74 715.71 279.63 715.53 279.77 715.26 279.87 715.14 279.77 715.02 279.9 714.79 279.59 714.59 279.48 714.33 279.55 714.5 279.82 714.31 280.06 714.14 280.04 713.68 279.9 713.58 279.63 713.35 279.62 713.25 279.37 712.94 279.31 712.79 279.52 713.1 279.98 713.19 280.25 712.9 280.32 712.7 280.49 712.62 280.38 712.59 280.06 712.4 280.06 712.36 280.23 712.11 280.4 712.06 280.11 711.85 280.08 711.87 279.88 711.98 279.85 712.47 279.89 712.71 279.98 712.76 279.72 712.63 279.58 712.43 279.55 712.13 279.32 712.24 279.02 712.15 278.83 712.02 278.74 711.71 278.93 711.71 279.07 711.51 279.5 711.28 279.69 711.22 279.53 710.84 279.52 711.13 280.06 710.91 280.09 710.69 280 710.42 279.75 710.33 279.83 710.07 279.74 709.91 279.59 709.97 279.36 709.94 279.16 709.62 279.14 709.38 278.94 709.63 278.66 709.32 278.45 709.27 278.14 708.95 278.02 708.82 277.89 709.17 277.79 709.28 277.82 709.59 277.72 709.92 277.76 710.29 277.67 710.48 277.49 710.56 277.32 710.51 276.94 710.63 276.73 710.47 276.57 710.3 276.68 710.26 276.98 710.1 277.14 709.9 277.11 709.76 277.28 709.63 277.25 709.1 277.32 708.77 277.27 708.51 277.34 708.33 277.52 708.03 277.97 708.21 278.07 708.49 278.38 708.77 278.43 708.72 278.96 708.82 279.17 709.01 279.27 709.12 279.44 709.13 279.63 709.29 279.78 709.44 280.14 709.15 280.17 708.98 280.11 708.31 280.07 708.19 280.03 707.95 279.8 707.76 279.93 707.4 279.87 707.26 279.79 707.08 279.87 706.77 279.92 706.56 280.12 706.38 280 705.73 279.87 705.56 279.68 705.36 279.8 705.12 279.8 704.57 279.73 704.18 279.81 703.66 279.62 703.51 279.65 703.31 279.53 702.98 279.59 702.81 279.43 702.46 279.22 702.4 279.11 701.81 278.77 701.66 278.91 701.86 279 702.24 279.29 702.28 279.43 701.94 279.32 701.91 279.41 702.1 279.58 702.33 279.65 702.62 279.81 702.91 279.81 703.14 280.03 703.37 280.48 703.72 280.19 703.93 280.07 704.05 280.19 704.24 280.26 704.76 280.38 705.13 280.28 705.25 280.29 705.63 280.52 705.69 280.67 706.05 280.78 706.46 280.69 706.55 280.83 707.05 280.88 707.33 280.82 707.63 280.99 707.77 280.98 708.01 281.18 708.29 281.2 708.5 281.27 708.57 281.19 709.02 281.11 709.22 281.33 709.35 281.26 709.7 281.21 710.18 281.19 710.51 281.25 711.14 281.24 711.17 281.38 710.95 281.43 710.99 281.61 711.1 281.69 711.06 281.93 711.34 281.88 711.48 282.05 711.3 282.14 711.4 282.44 711.14 282.68 711.35 282.92 711.18 283.02 710.96 283.01 710.78 282.94 710.36 282.97 710.24 283.09 710.34 283.18 710.68 283.21 710.87 283.37 711.06 283.45 711 283.8 710.8 283.69 710.65 283.78 710.21 283.65 710.03 283.66 709.82 283.8 709.83 283.9 709.71 284.16 709.41 284.34 709.47 284.59 709.76 284.49 709.92 284.5 710 284.6 710.21 284.56 710.23 284.17 710.46 284.15 710.5 284.27 710.92 284.59 710.77 285.03 710.78 285.23 710.71 285.33 710.69 285.56 710.4 285.67 710.32 285.76 710.39 285.91 710.36 286.11 710.2 286.28 709.91 286.45 709.78 286.66 709.55 286.88 709.35 287.18 709.22 287.21 708.97 287.48 708.89 287.78 708.62 287.88 708.38 288.11 708.24 288.15 708.09 288.49 707.8 288.61 707.67 288.73 707.36 288.75 706.94 288.5 706.54 288.32 706.41 288.32 705.92 287.98 705.79 287.94 705.55 287.98 705.39 287.91 705.41 287.76 705.17 287.75 705.01 287.54 704.71 287.61 704.45 287.49 704.25 287.31 703.97 286.89 703.83 286.88 703.82 286.71 703.54 286.35 703.13 286.15 703.06 286.29 703.21 286.39 703.22 286.52 703.39 286.6 703.56 286.77 703.56 287.01 703.81 287.27 703.96 287.3 704.03 287.52 704.32 287.72 704.51 287.9 704.78 288.53 704.97 288.72 705.3 288.85 705.59 289.07 706.26 289.23 706.4 289.39 706.72 289.34 707.08 289.49 707.37 289.33 707.62 289.32 708.48 289.6 708.69 289.43 708.66 289.28 708.96 289.27 709.06 289.09 709.15 288.71 709.6 288.53 709.56 288.34 709.7 288.21 709.8 288.02 710.18 287.82 710.57 287.82 710.85 287.9 711.03 287.89 711.06 287.74 710.96 287.63 711.15 287.43 711.46 287.3 711.93 287.14 711.99 287.29 712.22 287.47 712.42 287.37 712.14 287.03 712.24 286.87 712.13 286.74 712.19 286.39 712.49 286.2 712.35 286 712.24 286.03 712.28 285.68 712.39 285.64 712.62 285.78 712.72 285.93 712.88 285.9 712.95 286.19 713.08 286.44 712.98 286.73 713.1 286.97 713.26 286.93 713.4 287.38 713.32 287.56 713.5 287.88 713.61 287.81 713.75 287.58 713.89 287.9 714.04 287.76 714.07 287.38 714.12 287.29 714.33 287.34 714.57 287.24 714.96 287.38 715.01 287.26 714.96 287.09 714.57 286.74 714.34 286.43 714.03 286.19 714.05 286.08 714.81 286.23 715.23 286.36 715.94 286.38 716.04 286.44 716 286.75 715.85 286.9 715.62 286.72 715.37 286.59 715.12 286.74 715.47 287.13 715.67 287.23 715.72 287.6 715.47 287.78 715.51 287.99 715.26 287.98 714.94 287.87 714.82 287.94 714.84 288.11 714.97 288.37 715.33 288.37 715.15 288.83 714.97 289 714.96 289.09 714.64 289.17 714.52 289.3 714.49 289.51 714.32 289.54 714.2 289.4 714.26 289.14 714.06 289.02 714.05 289.52 714.09 289.64 714.13 290.07 713.95 290.11 713.85 290.2 713.8 290.41 713.63 290.52 713.63 290.66 713.45 291.45 713.3 291.65 713.08 291.72 712.88 291.87 713.08 292.01 713.2 292.23 713.1 292.31 713.03 292.5 712.69 292.51 712.62 292.61 712.39 292.53 712.06 292.67 711.93 292.51 712 292.33 711.77 292.05 711.88 291.95 711.82 291.72 711.59 291.79 711.36 291.48 711.17 291.56 711.25 291.76 711.3 292.22 711.23 292.36 711.33 292.7 711.29 292.88 711.5 293.02 711.46 293.14 710.99 293.14 710.67 293.17 710.61 293.11 710.4 293.25 710.33 293.14 709.97 293.22 709.64 293.19 708.71 293.28 708.51 293.34 707.96 293.37 707.82 293.44 707.21 293.6 706.63 293.9 706.45 294.03 706.13 294.18 706.05 294.15 705.61 294.57 705.31 294.71 705.16 294.86 705.08 294.74 704.8 294.99 704.34 295.21 704.07 295.17 703.91 295.02 703.67 295.21 703.66 295.4 703.41 295.5 703.46 295.62 703.12 296.02 702.77 296.3 702.71 296.51 702.32 297.08 702.5 297.17 702.16 297.52 701.8 297.98 701.32 298.52 700.12 299.51 699.42 300.14 699.03 300.52 698.18 301.45 697.85 301.84 696.95 303.1 696.77 303.27 696.5 303.67 696.22 304.23 695.89 304.73 695.49 305.57 694.92 307.07 694.8 307.52 694.55 308.69 694.28 310.93 694.23 311.02 694.17 311.46 694.01 312.14 693.97 312.47 693.98 312.82 694.05 313.48 693.45 313.37 693.19 313.17 693.32 312.9 692.98 312.82 692.12 312.71 691.5 312.68 691.06 312.71 690.42 312.79 689.62 312.97 689.46 312.94 688.31 313.28 687.78 313.45 687.57 313.55 687.32 313.58 687.17 313.7 686.65 313.97 685.45 314.66 684.99 315.02 683.62 314.04 682.77 313.43 678.86 310.64 675.25 308.07 672.92 306.39 671.99 305.72 670.94 304.92 669.99 304.21 668.15 302.9 667.94 302.78 667.6 302.51 665.04 300.71 664.25 300.15 662.74 300.39 661.25 300.66 658.83 301 655.64 301.46 653.08 301.84 651.54 302.05 650.58 302.21 649.3 302.4 646.95 302.75 646.83 300.51 646.09 299.78 644.89 298.53 643.96 297.63 643.65 297.97 642.51 299.08 642.21 298.79 642.15 298.34 642.19 298.13 642.4 297.98 642.43 297.75 642.31 297.53 642.12 297.47 642.16 297.09 641.14 297.17 639.09 297.38 637.16 297.58 633.84 297.94 631.76 298.14 630.44 298.29 628.53 298.5 627.36 298.61 626 298.77 625.23 298.84 624.65 298.91 623.81 298.97 623.12 299.01 622.52 299.28 622.42 299.41 622.07 299.3 621.82 299.38 621.7 299.58 621.51 299.45 621.54 299.28 621.42 299.05 621.31 298.98 621.14 299.21 620.9 299.36 620.85 299.48 620.79 299.88 620.69 300.03 620.34 299.84 619.94 300.01 619.84 300.17 619.52 300.24 619.47 300.33 619.25 300.45 619.13 300.32 618.95 300.36 618.98 300.51 618.82 300.57 618.74 300.71 618.47 300.79 618.33 300.91 618.15 300.91 617.98 301.02 617.89 301.2 617.76 301.13 617.39 301.42 617.21 301.44 617.18 301.29 617 301.34 616.91 301.56 617.05 301.67 616.91 301.93 616.83 301.87 616.65 302.02 616.46 302.02 616.33 302.32 616.12 302.35 616.06 302.58 615.77 302.7 615.69 302.66 615.74 302.37 615.62 302.3 613.94 303.11 612.43 303.83 610.83 304.62 609.58 304.81 607.55 305.15 604.06 305.68 602.97 305.83 602.99 305.94 600.98 306.18 599.73 306.35 596.66 306.74 595.12 306.93 592.15 307.28 592.1 304.71 592.1 303.53 592.08 302.7 592.5 302.33 592.59 302.17 592.78 302.03 593 301.74 593.19 301.77 593.35 301.95 593.43 302.18 593.61 302.23 593.87 302.08 594.29 302.01 594.46 302.08 594.55 301.92 594.84 301.85 594.98 301.91 595.21 301.61 595.58 301.43 595.76 301.21 595.84 301 596.01 300.84 596.03 300.73 595.77 300.44 595.83 300.14 595.71 300.07 595.66 299.88 595.87 299.73 596.07 299.36 595.99 299.13 596.02 299.01 595.84 298.86 595.74 298.67 595.87 298.61 596.07 298.31 596.14 298.07 596.41 297.82 596.56 297.51 596.75 297.54 596.91 297.32 597.29 297.18 597.4 296.77 597.52 296.63 597.64 296.34 597.78 296.25 598.15 296.23 598.39 296.1 598.49 296.1 598.8 295.72 599.12 295.51 599.22 295.26 599.45 295.21 599.56 295.24 599.77 295.13 599.96 295.17 600.2 295.01 600.95 294.9 601.15 294.94 601.38 294.87 601.78 294.62 602.13 294.88 602.36 294.78 602.58 294.78 603.06 294.7 603.11 294.74 603.41 294.7 603.59 294.58 603.75 294.12 603.97 293.95 604.09 293.66 604.3 293.67 604.87 293.3 604.91 293.13 605.23 292.99 605.36 292.75 605.41 292.55 605.65 292.41 605.86 292.44 606.01 292.57 606.24 292.48 606.32 292.15 606.58 291.98 606.78 291.67 606.73 291.28 606.93 291.05 607.58 290.99 607.76 290.88 607.85 290.59 607.96 290.54 608 290.29 608.07 290.15 608.55 290.03 608.67 290.05 608.99 289.81 609.24 289.52 609.47 289.54 609.64 289.46 609.89 289.47 610.6 289.63 610.84 289.35 610.99 289.27 610.99 289.06 611.18 288.57 611.29 288.5 611.36 288.32 611.58 288.19 611.48 288.01 611.44 287.68 611.72 287.56 611.78 287.4 611.67 287.23 611.41 286.61 611.61 286.46 611.55 286.32 611.66 286.16 611.93 285.98 612.14 286.05 612.26 286 612.72 286.31 612.8 286.45 613.07 286.26 613 286.11 613.25 285.8 613.28 285.55 613.38 285.4 613.21 285.31 613.18 285.12 613.29 284.87 613.67 284.7 613.92 284.44 614.15 284.31 614.14 284.19 614.51 283.95 614.57 283.79 614.79 283.63 615.05 283.5 615.3 283.31 615.56 283.49 615.85 283.81 616.02 283.86 615.88 284.03 615.82 284.35 615.74 284.52 615.94 284.74 615.87 285 615.89 285.13 616.4 285.12 616.43 285.22 616.73 285.28 616.83 285.06 617.09 284.87 617.47 284.71 617.75 284.36 618.07 284.04 618.64 282.49 618.9 282.19 619.03 282.12 619.37 281.76 619.65 281.73 619.92 281.57 620.12 281.34 620.31 281.23 620.47 281.34 620.7 281.33 620.76 281.2 620.96 281.23 621.25 280.81 621.28 280.68 621.54 280.63 621.7 280.75 622 280.85 622.06 280.76 622.42 280.65 622.65 281.02 622.66 281.2 622.8 281.43 623.04 281.43 623.58 281.32 623.84 281.15 623.91 280.87 624.24 280.95 625.05 278.73 625.29 278.15 625.62 277.21 625.92 277.03 626.3 276.47 626.63 276.18 626.92 276.06 627.08 275.9 627.24 275.92 627.29 276.06 627.44 276.03 627.68 276.19 627.99 276.16 628.11 276.04 628.39 276.13 628.56 276.12 628.52 275.92 628.37 275.91 628.24 275.73 628.18 275.52 628.02 275.34 628.09 275.21 628.04 275.06 627.92 275.06 627.84 274.71 627.99 274.65 628.11 274.49 628.16 274.2 628.1 273.82 628.36 273.57 628.22 272.87 628.1 272.59 628.01 272.49 627.97 272.3 628.08 272.21 628.2 271.88 628.15 271.64 628.34 271.57 628.28 271.24 Z\" data-geo-id=\"37\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(163, 0, 0);\"></path>\\n<path d=\"M 304.92 275.81 305.15 275.86 306.8 275.96 307.78 276.03 308.85 276.14 309.51 276.24 314.69 276.61 316.12 276.7 316.91 276.77 319.42 276.95 322.68 277.13 325.62 277.29 328.91 277.46 330.9 277.56 335 277.75 336.01 277.81 338 277.89 339.21 277.95 341.98 278.06 346.24 278.23 348.58 278.33 350.4 278.42 352.21 278.49 355.51 278.65 355.64 278.67 358.56 278.78 359.78 278.81 361.26 278.87 364.71 278.99 365.02 279 367.44 279.08 369.79 279.15 372.36 279.22 375.25 279.32 378.92 279.4 382.48 279.47 386.57 279.54 388.76 279.58 391.2 279.61 395.31 279.66 399.75 279.69 403.33 279.73 404.94 279.72 407.88 279.74 410.9 279.74 412.27 279.73 413.82 279.73 415.51 279.73 419.89 279.71 422 279.69 426.13 279.65 428.29 279.64 430.04 279.62 431.85 279.59 431.89 282.51 431.96 287.03 431.99 289.21 432.26 291.07 432.53 293.04 432.96 295.88 433.18 297.29 433.61 300.06 434.01 302.7 434.63 306.81 434.87 308.46 435.2 310.46 435.12 310.58 435.19 310.9 435.13 314.22 435.14 314.41 435.1 317.46 435.07 320.01 435.07 320.12 435.04 322.51 435.02 325.03 435 328.34 434.98 330.47 434.95 335.26 434.92 338.05 434.91 340.09 434.88 343.7 434.88 344.19 434.8 344.44 434.59 344.52 434.48 344.48 434.23 344.62 434.1 344.47 434.34 344.23 434.25 344.14 434.04 344.2 433.83 344.4 433.56 344.4 433.62 344.19 433.94 344.04 433.96 343.83 433.83 343.77 433.63 343.86 433.31 344.12 433.23 344.01 433.41 343.84 433.66 343.72 433.67 343.61 433.39 343.69 433.38 343.43 433.22 343.45 433.16 343.69 433.02 343.73 432.85 343.49 432.62 343.39 432.48 343.72 432.24 343.8 432.03 343.76 431.94 343.63 432.07 343.51 432.26 343.59 432.29 343.39 432.45 343.17 432.29 343.07 432.2 343.26 432.01 343.14 431.72 343.34 431.39 343.28 431.45 342.98 431.03 342.75 430.98 342.92 431.14 342.96 431.22 343.09 431.17 343.26 430.91 343.21 430.81 343.03 430.62 342.96 430.9 342.75 430.96 342.61 430.79 342.54 430.65 342.4 430.5 342.54 430.32 342.56 430.11 342.46 430.07 342.37 430.3 342.17 430.49 342.17 430.51 341.94 430.35 341.89 430.23 342.02 430.18 342.2 429.88 342.43 429.63 342.32 429.7 342.17 429.58 341.77 429.48 341.76 429.39 341.96 429.52 342.16 429.39 342.3 429.11 342.32 428.79 342.2 428.66 342.08 428.82 341.89 428.69 341.79 428.36 341.77 428.23 341.61 428.11 341.58 427.95 341.33 428.02 341.01 428.13 340.93 428.05 340.7 427.87 340.74 427.89 341 427.66 341.06 427.53 341.01 427.44 340.86 427.59 340.61 427.27 340.47 427.19 340.01 426.99 340.18 426.82 340.18 426.67 339.97 426.5 340.07 425.96 339.99 425.9 339.7 425.77 339.51 425.74 339.24 425.45 339.22 425.42 339.62 425.28 339.65 425.13 339.45 425.16 339.28 425.42 339.13 425.28 339.01 424.84 339.21 424.69 339.15 424.61 338.98 424.77 338.68 424.62 338.58 424.47 338.62 424.19 338.57 423.98 338.4 423.54 338.26 423.3 338.1 423.04 338.15 423.01 338.34 422.74 338.56 422.77 338.91 422.7 339.41 422.58 339.54 422.5 339.39 422.49 339.11 422.29 339.11 422.18 339.24 422.27 339.37 422.3 339.73 422.13 339.82 421.87 339.79 421.73 339.66 421.49 339.59 421.41 339.76 420.97 339.95 420.63 339.92 420.35 340 419.95 339.89 419.74 339.97 419.46 339.87 419.24 339.7 418.84 339.82 418.71 339.76 418.72 339.42 418.63 339.37 418.28 339.69 418.09 339.71 418 339.46 418.04 339.17 417.94 338.79 417.79 338.7 417.52 338.68 417.38 338.53 417.27 338.53 417.16 338.77 416.96 338.81 416.8 339.18 416.59 339.24 416.27 339.14 416.12 339.23 415.89 339.53 415.48 339.63 415.13 339.42 414.92 339.41 414.76 339.48 414.66 339.83 414.83 340.09 414.74 340.3 414.53 340.39 414.23 340.16 414.06 340.09 413.73 340.18 413.77 340.41 413.62 340.57 413.36 340.51 413.19 340.32 413.01 340.28 412.7 340.02 412.58 339.97 412.08 339.63 411.98 339.67 411.84 340.08 411.35 340.18 411.16 340.26 411.16 340.03 411 340.09 410.94 340.29 410.83 340.39 410.6 340.49 410.6 340.24 410.45 340.19 410.32 340.47 410.14 340.57 409.58 340.37 409.33 340.35 409.34 340.68 409.17 340.64 408.97 340.5 408.57 340.54 408.52 340.65 408.56 340.9 408.31 340.92 408.09 341.06 408.14 341.23 408.37 341.15 408.34 341.48 408.23 341.84 408.1 342.02 407.75 342.18 407.43 342.27 407.29 342.26 406.75 341.89 406.36 341.81 406.23 341.92 406.05 342.51 406.06 342.8 406.01 342.98 405.83 343.27 405.56 343.39 405.28 343.42 405.18 343.33 405.07 342.85 404.53 342.28 404.38 342.06 404.23 341.71 403.83 341.61 403.66 341.73 403.44 341.72 403.01 341.77 402.76 341.48 402.75 341.18 402.59 340.84 402.5 340.8 402.21 340.87 401.86 340.87 401.64 340.7 401.07 340.44 400.98 340.23 401.25 339.91 401.48 339.8 401.67 339.53 401.56 339.4 401 339.42 400.5 338.99 400.29 339.07 400.17 339.38 400.14 339.81 400.01 340.27 399.87 340.48 399.66 340.62 399.13 340.73 398.88 340.75 398.76 340.69 398.65 340.41 398.6 340.1 398.37 339.89 397.78 339.77 397.66 339.9 397.63 340.19 397.48 340.3 397.23 340.18 396.97 339.9 396.78 339.35 396.73 338.63 396.64 338.37 396.37 338.13 395.57 338.58 395.46 338.47 395.47 338.21 395.34 338.22 395.22 338.36 395.22 338.65 395.37 339.17 395.36 339.52 394.75 340.33 394.51 340.44 394.39 340.42 394.24 340.1 394.05 340.01 393.75 340.14 393.69 340.31 393.8 340.39 394.2 340.47 394.34 340.6 394.36 340.84 393.87 340.93 393.73 341 393.62 341.2 393.63 341.38 393.76 341.83 393.74 342.25 393.56 342.55 393.31 342.72 393.1 342.76 392.74 342.66 392.52 342.51 392.38 342.35 392.23 342 392.06 341.89 392.14 341.73 392.09 341.5 391.86 341.09 391.9 340.73 392.06 340.55 392.26 340.55 392.49 340.38 392.49 340.25 392.3 339.38 392.21 339.22 391.81 338.92 391.56 338.94 391.32 339.1 391.25 339.21 391.2 339.7 391.08 339.92 390.86 340.02 390.61 339.81 390.31 339.47 390.16 339.84 389.94 340.06 389.86 339.89 390.02 339.62 389.83 339.6 389.77 339.93 389.62 340.27 389.46 340.54 389.23 340.74 388.38 340.73 388.1 340.64 387.96 340.54 387.81 340.29 388 339.73 388.02 339.34 387.87 339.09 387.46 338.84 387.24 338.78 386.85 338.93 386.43 339.19 386.26 339.13 385.97 339.15 385.84 339.06 385.72 338.75 385.82 338.54 385.75 338.39 385.86 338.14 385.69 338.05 385.55 337.82 385.45 337.79 385.16 337.56 384.81 337.4 384.57 337.36 384.31 337.45 384.15 337.62 384.05 337.89 383.84 338.19 383.59 338.39 383.27 338.38 383.11 338.43 383.16 338.73 382.95 338.81 382.84 338.71 382.74 338.83 382.82 338.99 382.83 339.17 382.66 339.11 382.48 339.19 382.46 339.46 382.2 339.47 382.2 339.65 381.96 339.88 381.81 339.89 381.46 340.03 381.27 340.01 380.97 339.85 380.35 339.43 380.12 339.45 379.86 339.36 379.7 339.22 379.6 339.01 379.68 338.8 379.84 338.91 380.04 338.75 380.12 338.46 380.07 338.3 379.83 338.31 379.81 338.17 380 338.03 380.24 337.34 380.05 337.28 379.85 337 379.6 337.1 379.09 337.21 378.75 337.21 378.09 337.02 378.1 336.86 377.86 336.6 377.74 336.4 377.96 336.41 378.09 336.27 377.86 336.13 377.62 335.86 377.53 335.67 377.55 335.43 377.8 335.17 378.02 334.72 378 334.53 377.83 334.46 377.85 334.24 377.74 334.1 377.52 334.08 377.31 334.26 377.02 334.68 376.78 334.84 376.3 334.78 375.93 334.61 375.82 334.44 375.42 334.52 375.04 334.48 374.73 334.4 374.34 334.08 373.74 333.95 373.46 334.09 373.37 334.25 373.46 334.37 373.24 334.43 373.18 334.62 373.17 334.94 372.97 335.02 372.96 335.25 372.82 335.36 372.61 335.3 372.46 335.34 372.36 335.52 372.12 335.51 371.95 335.68 371.77 335.71 371.49 335.52 371.13 335.07 371 334.83 370.78 334.6 370.63 334.51 370.64 334.33 370.38 334.02 370.03 333.78 369.84 333.85 369.69 333.84 369.28 333.69 368.59 334.27 368.44 334.21 368.29 334.29 368.19 334.2 367.91 334.2 367.82 334.36 367.54 334.4 367.41 334.17 367.2 334.09 367.06 333.97 366.94 334.04 366.81 333.82 366.4 333.65 366.31 333.75 365.99 333.66 365.96 333.82 365.81 333.87 365.71 333.73 365.76 333.57 365.54 333.51 365.44 333.42 365.18 333.32 365 333.2 364.89 333.02 364.55 332.64 364.43 332.59 364.3 332.83 364.17 332.78 364.07 332.51 363.92 332.43 363.77 332.5 363.73 332.67 363.56 332.77 363.2 332.69 363.08 332.85 362.85 332.8 362.73 332.65 362.52 332.58 361.89 332.75 361.73 332.69 361.76 332.41 361.61 332.4 361.45 332.58 361.27 332.59 360.8 332.47 360.8 332.22 360.7 331.89 360.79 331.66 360.7 331.53 360.76 331.36 360.74 331.18 360.56 331.12 360.5 330.95 360.48 330.61 360.6 330.49 360.56 330.09 360.44 330.01 360.25 330.1 360.18 330.01 360.27 329.87 360.19 329.77 360.14 329.52 359.97 329.33 359.62 329.21 359.74 329.09 359.8 328.8 359.52 328.85 359.41 328.6 359.28 328.55 359.06 328.65 358.89 328.66 358.75 328.4 358.33 328 358.37 327.82 358.14 327.68 357.96 327.71 357.73 327.98 357.74 328.26 357.68 328.42 357.82 328.57 357.68 328.87 357.66 329.19 357.49 329.31 357.28 329.15 357.14 329.14 357.11 329.33 357 329.32 356.79 328.98 356.58 328.83 356.25 328.78 356.06 328.55 355.79 328.44 355.6 328.49 355.29 328.46 355.09 328.36 354.81 328.36 354.74 328.53 354.72 328.85 354.47 329.16 354.36 329.11 354.09 329.17 353.72 328.98 353.49 329.14 353.25 329.01 352.98 329.03 352.71 328.78 352.67 328.55 352.45 328.38 352.09 328.17 351.89 327.99 351.92 327.85 351.49 327.52 351.19 327.08 351.16 326.82 351.08 326.65 350.92 326.61 350.61 326.37 350.37 326.06 350.3 325.87 350.11 325.63 349.58 325.2 349.56 325.12 349.21 325.02 348.8 325.33 348.34 325.34 348.5 321.77 348.58 319.72 348.72 316.32 348.85 313.39 349.05 308.66 349.15 306.28 349.3 302.56 349.41 299.97 349.54 296.86 349.73 292.42 349.91 288.07 347.16 287.95 344.82 287.85 341.96 287.72 340.04 287.62 336.96 287.46 333.99 287.31 333.39 287.29 329.1 287.05 325.81 286.86 322.1 286.63 320.52 286.52 317.6 286.33 316.99 286.29 313.64 286.07 310.77 285.88 307.4 285.64 304.21 285.41 304.35 283.44 304.45 282.05 304.58 280.35 304.79 277.55 304.92 275.81 Z\" data-geo-id=\"40\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(163, 0, 0);\"></path>\\n<path d=\"M 708.37 232.32 708.32 232.03 708.73 232.17 708.72 232.28 708.49 232.63 708.37 232.32 Z M 712.95 228.63 713.19 228.04 716.4 226.96 718.63 226.2 718.48 226.61 718.11 227.7 717.68 229.36 717.39 229.89 717.28 229.96 717.01 229.65 717.11 229.5 717.32 229.55 717.43 229.63 717.56 229.54 717.67 229.32 717.59 229.14 717.37 229.12 717.16 229.17 717.06 229.06 716.7 229.19 716.59 229.56 716.61 229.74 716.41 229.8 716.24 229.95 715.83 230.65 715.6 231.2 715.46 231.6 715.26 232.44 715.15 232.7 715.09 233.51 714.99 233.65 715.02 234.09 715.02 234.69 714.91 235.08 714.91 235.25 715.07 235.85 715.28 235.92 715.06 236.57 714.61 237.78 714.39 237.77 714.34 238.05 714.49 238.23 714.83 238.16 714.92 238.46 714.75 238.79 714.56 239.36 714.36 240.05 714.27 240.3 714.26 240.62 714.16 240.95 714.02 241.27 713.77 241.65 713.67 241.57 713.48 241.73 713.61 242.08 713.72 242.51 713.72 242.72 713.65 242.93 713.67 243.21 713.51 243.38 713.63 243.61 713.62 243.73 713.46 243.96 713.48 244.12 713.19 244.51 712.96 245.01 712.75 245.4 712.5 245.57 712.52 245.36 712.24 245.27 712.03 245.47 711.73 245.62 711.83 245.81 712.03 245.82 712.17 245.91 712.19 246.08 711.95 246.26 711.71 246.23 711.6 246.09 711.6 245.94 711.69 245.79 711.66 245.51 711.43 244.97 710.96 244.39 710.68 244.11 710.61 243.57 710.53 243.54 710.28 243.19 710.27 242.96 710.38 242.73 710.3 242.55 710.35 242.43 710.17 242.36 710.15 242.03 710.18 241.7 710.3 241.42 710.4 240.87 710.37 240.71 710.53 240.61 710.57 240.32 710.37 240.27 710.28 240.07 710.24 239.63 710.32 239.23 710.42 238.98 710.33 238.88 710.29 238.4 710.34 237.97 710.43 237.7 710.48 237.37 710.3 237.15 710.37 236.82 710.56 236.66 710.4 236.49 710.52 235.94 710.62 235.87 710.76 236.18 710.99 236.14 711.05 235.98 710.94 235.91 710.85 235.69 710.72 235.61 710.73 235.3 710.94 234.95 711.14 234.98 711.27 234.85 711.14 234.73 711.11 234.58 711.16 234.3 711.26 234.22 711.25 234.07 711.46 233.87 711.61 233.84 711.78 233.62 711.67 233.52 711.32 233.69 711.24 233.57 711.44 233.24 711.51 233.3 711.72 233.16 711.77 233.02 711.7 232.88 711.54 232.8 711.43 232.62 711.33 232.69 711.22 232.51 711.49 232.15 711.61 232.08 711.83 232.08 712.29 232.34 712.51 232.26 712.63 232.12 712.51 231.61 712.52 231.47 712.63 231.01 712.89 231.22 713.08 230.89 712.79 230.78 712.71 230.64 712.86 230.46 712.83 230.21 712.69 230.26 712.64 230.11 712.51 230.01 712.16 230.08 711.95 230.23 711.94 230.05 711.78 229.97 711.96 229.75 712.05 229.47 712.29 229.52 712.43 229.46 712.61 229.18 712.82 229.25 713.15 229.19 713.21 229 713.17 228.81 712.95 228.63 Z M 707.18 230.14 707.95 229.97 707.65 230.18 707.61 230.31 707.72 230.49 707.61 230.57 707.47 230.47 707.54 230.26 707.45 230.13 707.27 230.2 707.18 230.14 Z M 621.22 253.8 621.38 253.83 621.62 254.07 621.89 254.15 621.67 254.31 621.53 254.5 621.57 254.65 621.39 254.65 621.22 254.84 621 254.91 620.96 255.04 621.07 255.33 621.2 255.44 621.37 255.38 621.47 255.55 621.75 255.52 621.99 255.67 621.93 255.82 622.09 256.06 622.21 256.46 622.15 256.77 622.21 256.94 622.32 257.02 622.52 257.28 622.8 257.4 622.91 257.6 623.15 257.59 623.45 257.8 623.57 257.96 623.63 258.32 623.86 258.31 623.93 258.39 624.16 258.4 624.39 258.24 624.7 258.26 624.85 258.39 625.04 258.34 625.41 258.71 625.4 258.93 625.49 259 625.72 258.92 625.86 259.13 626.34 259.36 626.5 259.56 628.24 259.2 628.34 259.15 628.44 258.89 628.78 258.72 628.94 258.59 628.96 258.19 629.31 258.17 629.56 257.96 629.56 257.85 629.89 257.63 630.03 257.67 630.19 257.6 630.32 257.13 630.4 256.96 630.35 256.85 630.5 256.63 630.69 256.64 630.82 256.25 631.56 256.88 633.17 257.89 633.44 257.68 633.95 257.22 634.71 256.79 635.12 256.61 635.8 256.39 636.62 256.02 636.64 256.21 636.85 256.19 637.12 256.07 637.51 255.81 637.76 255.59 638.16 255.07 638.43 254.87 637.81 254.24 638.03 253.66 637.97 253.51 638.07 253.36 638.38 253.36 638.89 253.67 639.01 253.82 639.25 253.8 639.53 254.19 639.67 254.12 640.43 253.61 641.12 253.01 641.39 252.72 641.53 252.68 641.6 252.55 641.83 252.38 642.01 252.14 642.46 251.74 642.68 251.69 643.04 251.49 643.39 251.9 643.36 252.15 643.43 252.33 643.75 252.51 644.19 252.15 644.41 251.88 645.24 251.15 645.17 251.07 645.49 250.88 645.66 250.82 646.1 250.46 646.27 249.94 646.13 249.9 645.89 250.12 645.55 250 645.79 249.77 645.49 249.47 646.43 248.7 646.67 248.44 646.89 247.99 646.58 247.85 646.14 247.76 645.93 247.58 645.57 246.96 645.69 246.85 646.1 246.13 645.92 246 645.94 245.65 646.05 245.61 646.04 245.39 646.14 245.38 646.27 245.16 646.47 245.05 646.24 244.89 646.34 244.53 646.5 244.38 646.53 244.22 646.73 243.92 646.74 243.74 646.97 243.15 647.12 242.89 647.24 242.96 647.7 242.17 647.8 242.17 648.04 241.66 648.38 241.3 648.53 241.07 648.94 240.52 649.01 240.21 649.16 239.8 649.34 239.06 649.37 238.73 649.6 238.38 649.7 238.15 649.5 238.1 649.34 237.74 649.55 237.54 649.57 237.33 649.66 237.07 649.53 236.75 649.61 236.58 649.83 236.45 649.89 236.22 650.05 236.06 650.44 235.43 650.61 235.35 650.64 235.21 650.78 235.21 651.19 234.65 651.02 234.35 650.91 234.33 650.76 234.1 650.9 233.72 651.2 233.43 651.2 233.19 651.26 233.01 651.57 233.01 651.81 232.77 651.69 232.61 651.72 232.34 651.91 231.74 652.11 231.4 652.07 231.04 651.98 230.79 651.83 230.59 651.83 230.22 651.98 230.06 651.99 229.87 652.24 229.73 652.03 229.51 652.09 229.31 652.02 229.11 652.04 228.69 652.18 228.26 653.4 228.6 653.65 228.61 653.95 228.74 654.23 229.03 655.14 230.37 656.8 230.66 657.7 230.8 657.87 230.71 658.14 230.48 658.07 230.35 658.27 230.18 658.42 229.82 658.58 229.82 658.56 229.52 658.75 229.35 658.78 229.18 658.91 229 658.93 228.79 658.86 228.73 658.88 228.39 659 228.02 659.1 227.82 659.12 227.65 659.3 227.17 659.34 226.98 659.32 226.61 659.43 226.14 659.49 226.06 659.53 225.75 659.66 225.59 659.88 225.63 660.07 225.53 660.1 225 659.98 224.9 659.92 224.72 659.94 224.37 660.06 223.81 660.24 223.53 660.28 223.28 660.19 223.04 660.29 222.9 660.57 222.85 660.61 222.71 660.56 222.52 660.59 222.34 660.77 222.18 660.78 221.77 660.85 221.66 662.97 222.98 663.17 222.32 663.33 221.91 663.43 221.57 663.53 221.06 663.73 220.45 663.83 220.29 664.09 220.08 664.16 219.77 664.29 219.52 664.52 219.4 664.6 219.6 664.62 219.81 664.7 219.89 664.84 219.66 664.94 219.63 665.04 219.44 665.15 219.4 665.38 218.93 665.49 218.5 665.61 218.51 665.69 218.22 665.82 218.16 666.16 218.45 666.25 218.29 666.37 217.9 666.6 217.44 666.71 217.3 666.35 217.09 666.71 216.47 666.93 216.22 666.98 216 667.21 215.62 667.43 215.37 667.69 215.25 667.92 214.84 667.92 214.65 668.02 214.42 668.19 214.27 668.31 214.07 668.05 213.93 667.88 213.77 667.81 213.6 667.69 213.59 668.05 212.87 668.09 212.61 667.76 212.41 668.05 211.86 668.1 211.64 668.4 211.11 668.53 210.67 668.56 210.38 668.16 210.34 668.29 210.08 668.39 209.72 668.13 209.47 668.08 209.31 668.21 208.99 668.08 208.84 668.14 208.75 668.12 208.39 668.06 208.27 669.05 208.81 669.46 209.02 670.43 209.6 670.73 209.77 671.22 210.08 671.51 210.21 672.05 210.53 673.32 211.23 676.75 213.15 676.81 212.99 676.77 212.85 676.85 212.49 676.93 212.3 676.97 211.59 677.19 211.02 677.2 210.77 677.31 210.2 677.32 209.85 677.44 209.49 677.63 209.28 677.96 209.27 678.25 209.1 678.41 209.21 678.65 209.28 679.19 209.34 679.59 209.27 679.89 209.13 679.97 209.2 680.04 209.49 680.37 209.81 680.92 209.98 681.25 210.01 681.76 210.36 681.75 210.48 681.59 210.72 681.62 210.97 681.5 211.18 681.23 211.3 681.11 211.55 681.05 212.04 681.16 212.38 681.32 212.53 681.79 212.62 681.95 212.77 682.24 213.18 682.4 213.22 682.85 213.25 683.56 213.21 684.06 213.08 684.47 213.21 684.8 213.26 685.12 213.44 685.41 213.46 685.61 213.62 685.51 213.98 685.75 214.33 686.12 214.47 686.49 214.49 686.69 214.41 686.95 214.37 687.23 214.39 687.4 214.53 687.6 214.79 687.74 214.87 688.05 215.23 688.22 215.33 688.63 215.38 688.72 215.57 689 215.87 689.12 215.83 689.33 216.2 689.29 216.57 689.39 216.9 689.45 217.33 689.44 217.37 689.59 218.29 689.66 218.58 689.64 218.81 689.55 218.92 689.17 219.01 688.84 219.32 688.65 219.57 688.54 219.83 688.58 220.29 688.72 220.56 688.31 220.6 688.2 220.85 687.74 221.09 687.48 220.75 687.64 220.67 687.75 220.44 687.57 220.33 687.47 220.38 687.09 220.39 687.32 220.62 687.29 220.79 687.03 220.89 687.11 221.16 687.09 221.45 687.02 221.6 687.19 221.74 686.97 221.98 687.16 222.32 686.93 222.64 686.96 222.78 686.92 223.05 686.79 223.46 686.65 223.69 686.56 224.29 686.59 224.74 686.8 225.21 686.99 225.57 686.91 225.62 686.95 225.85 687.31 226.05 687.47 226.22 687.54 226.45 687.66 226.57 687.91 226.66 688.27 226.62 688.76 226.34 689.11 226.25 689.35 226.11 689.62 225.62 689.82 225.61 690.1 225.49 690.4 225.46 690.57 225.24 690.74 224.79 690.91 224.73 691.31 225.01 691.47 225.51 691.55 225.92 691.49 226.1 691.36 226.23 691.19 226.2 690.97 226.28 691.23 226.45 691.4 226.37 691.5 226.53 691.65 226.58 691.94 226.85 691.98 226.98 692.27 226.93 692.61 227.21 692.77 227.56 692.65 227.78 692.77 228.01 693.19 228.16 693.59 228.18 694.21 228.54 694.45 228.51 694.77 228.6 694.98 228.55 695.32 228.38 695.91 228.3 696.18 228.46 696.3 228.59 696.35 228.85 696.51 228.87 696.8 228.46 696.8 228.25 696.96 228.21 697.37 228.37 697.54 228.58 697.84 228.78 697.93 228.66 697.69 228.3 697.87 228.17 698.15 228.2 698.2 228.41 698.33 228.52 698.46 228.89 698.83 229.11 699.18 229.21 699.56 229.38 699.59 229.52 699.88 229.86 699.76 229.88 699.63 230.04 699.47 230.05 699.46 230.36 699.75 230.38 700.05 230.21 700.35 230.29 700.6 230.31 700.93 230.61 700.79 230.69 700.82 230.86 700.99 230.79 701.3 230.77 701.52 230.87 701.72 231.03 702.22 231.13 702.6 231.13 702.86 231.17 703.76 231.49 704.14 231.61 704.43 231.86 704.65 231.92 704.62 232.68 704.67 233 704.51 233.38 704.28 233.5 704.22 233.35 703.9 233.42 703.97 233.84 703.87 234 703.93 234.2 704.04 234.32 704.19 234.96 704.03 235.05 704.1 235.39 704.42 235.67 704.48 235.88 704.04 236.1 704.21 236.25 704.08 236.49 704.07 236.65 704.22 236.82 704.29 237.12 704.48 237.14 704.52 236.83 704.84 236.88 705.11 237.18 704.93 237.28 704.59 237.16 704.47 237.28 704.3 237.22 703.99 237.37 703.92 237.58 703.58 237.33 703.43 237.29 703.27 237.38 703.03 237.22 702.81 237.21 702.61 237.03 702.45 237.14 702.29 236.95 702.08 236.88 702.1 236.79 702.3 236.61 702.02 236.3 701.9 236.35 701.79 236.55 701.89 236.74 701.8 236.98 701.74 237.38 701.58 237.39 701.19 237.16 701.11 237.02 701.07 236.66 700.89 236.29 700.66 236.17 700.54 235.98 700.38 235.88 700.31 235.65 700 235.23 699.76 235.26 699.47 235.1 699.3 234.94 699.28 234.81 699.04 234.76 698.94 234.96 698.8 234.78 698.62 234.72 698.4 234.49 698.1 234.62 697.75 234.41 697.56 234.19 697.39 234.12 697.4 233.92 697.22 233.75 696.94 233.74 696.82 233.38 696.62 233.17 696.28 232.97 696.12 233.03 695.93 232.89 695.76 232.95 695.43 232.64 695.46 232.53 695.32 232.23 695.13 232.18 694.98 232.05 694.68 232.1 694.51 231.89 694.24 231.94 694.18 232.29 694.37 232.41 694.72 232.31 694.95 232.36 694.87 232.74 694.98 232.73 695.35 233.01 695.6 233.28 695.82 233.24 696.03 233.47 696.28 233.54 696.46 233.53 696.5 233.72 696.69 233.94 696.75 234.1 696.96 234.22 697.14 234.56 697.37 234.74 697.71 235.17 697.91 235.33 698.04 235.35 698.42 235.29 698.58 235.35 698.59 235.64 698.72 235.8 698.93 235.84 699.29 235.78 699.61 235.84 699.67 236.1 700.05 236.29 700.13 236.62 700.26 236.71 700.31 236.87 700.48 237.06 700.36 237.23 700.63 237.36 700.6 237.51 700.82 237.69 700.96 237.74 701.13 237.95 701.49 238.07 702 237.93 702.25 237.92 702.52 237.82 702.91 237.78 702.95 238.04 703.04 238.21 703.26 238.31 703.35 238.27 703.76 238.35 704.13 238.26 704.51 238.25 704.84 238.33 705.03 238.31 705.03 238.51 704.91 238.63 704.67 238.69 704.63 238.79 704.23 239.01 704.34 239.4 704.48 239.54 704.72 239.5 704.96 239.81 705.09 239.73 705.39 239.17 705.52 239.27 705.74 239.58 705.61 239.69 705.19 239.59 705.19 239.71 705.67 239.88 705.69 240.06 705.93 240.18 706.11 240.23 706.13 240.4 706.23 240.52 706.46 241.3 706.52 241.59 706.42 241.94 706.26 242.11 706.24 242.23 706.37 242.6 706.39 242.91 706 242.72 705.82 242.71 705.68 242.43 705.59 242.47 705.29 242.2 705.06 242.04 704.98 242.1 704.79 242.04 704.7 241.94 704.47 241.92 704.23 241.62 704.14 241.35 703.93 241.36 703.92 241.54 704.1 242.31 703.84 242.1 703.51 242.18 703.34 242.09 703.28 242.25 703.33 242.5 703.52 242.61 703.67 242.43 703.86 242.63 704.01 242.67 704.11 242.8 704.38 242.83 704.23 243.05 704.31 243.16 703.94 243.26 703.96 243.41 704.27 243.47 704.55 243.3 704.62 243.48 704.88 243.63 705.02 243.84 705.37 243.81 705.27 244.03 705.02 244.08 704.88 244.21 704.47 244.26 704.43 244.47 704.26 244.47 703.83 244.69 703.64 244.73 703.54 244.66 703.25 244.91 703.22 245.03 703.49 245.25 703.86 245.36 704.36 245.19 704.57 245.06 704.74 245.04 705.07 244.9 704.93 245.32 705.15 245.54 705.17 245.9 704.96 245.93 704.95 246.2 705.43 246.21 705.7 245.9 706 245.83 705.97 245.95 706.2 246.27 706.54 246.32 706.83 246.53 706.78 246.75 707.07 246.92 707.15 246.92 707.33 247.15 707.29 247.73 707.22 248.21 707.21 248.73 707.19 248.88 707.03 248.91 707 248.76 706.59 248.73 706.51 248.92 706.12 249.19 705.89 249.53 705.75 249.94 705.53 249.92 705.01 249.4 705.03 249.21 704.71 248.89 704.18 248.66 703.65 248.41 703.59 248.12 703.3 247.97 703.22 248.13 702.96 248.14 702.73 247.94 702.44 247.8 702.4 247.72 702.07 247.63 701.99 247.52 701.92 247.21 702 247.16 702.1 246.87 701.87 246.5 701.77 246.26 701.56 246.02 701.2 245.81 701.05 245.8 700.56 245.89 700.44 246.04 700.03 246.22 699.62 246.24 699.61 246.3 700.01 246.4 699.94 246.63 699.72 246.69 699.59 246.57 699.32 246.43 699.04 246.05 698.57 245.9 698.16 246.04 697.87 246.08 697.86 245.89 697.75 245.7 697.59 245.92 697.43 246 697.35 246.18 697.21 246.18 697.19 246.37 696.94 246.33 696.84 246.37 696.78 246.58 697.13 246.74 697.55 246.97 697.72 246.95 698.06 246.69 698.77 246.62 699.03 246.55 699.03 246.7 699.15 246.85 699.26 246.86 699.4 247.02 699.75 247.15 700.03 247.43 700.31 247.48 700.52 247.38 700.62 246.92 700.68 246.83 700.68 246.43 700.75 246.37 701.05 246.57 701.18 246.74 701.13 247.05 701.19 247.36 701.33 247.51 701.41 247.79 701.52 247.88 701.57 248.18 701.5 248.59 701.53 248.91 701.76 249.2 701.98 249.28 702.49 249.19 702.89 249.24 703.1 249.46 703.02 249.64 703.12 249.78 703.34 249.64 703.53 249.69 703.73 249.86 703.98 249.9 704.08 250.09 704.22 250.16 704.49 250.16 704.66 250.29 704.74 250.63 704.59 250.6 704.57 250.85 704.92 251.07 704.94 251.42 704.81 251.53 704.88 251.73 705.04 251.75 705.14 251.65 705.42 251.56 705.39 251.39 705.45 251.18 705.68 251.1 706.06 251.16 706.32 251.14 706.35 251.06 706.28 250.61 706.75 250.52 706.94 251.02 707.06 251.02 707.38 251.11 707.46 251.05 707.43 250.78 707.25 250.79 707.15 250.52 707.04 250.08 707.02 249.67 707.2 249.79 707.42 249.72 707.43 249.47 707.72 249.43 707.87 249.46 708.44 249.72 708.66 249.79 709.3 249.84 709.94 249.84 710.73 249.97 710.83 249.87 711.17 249.7 711.37 249.4 711.58 249.31 711.87 249.31 712.07 249.41 712.23 249.7 712.75 250.83 712.97 251.37 713.41 252.29 714.1 253.5 714.31 253.83 714.81 254.56 715.25 255.39 715.49 255.99 714.21 256.26 711.68 256.8 708.84 257.4 706.57 257.87 705.43 258.12 704.92 258.22 702.49 258.71 701.47 258.93 699.84 259.24 699.87 259.39 697.19 259.92 696.33 260.1 696.06 260.09 695.54 260.25 691.52 261.04 687.4 261.84 685.52 262.22 681.67 262.98 679.98 263.28 676.61 263.96 676.03 264.09 674.6 264.36 673.73 264.5 671.73 264.87 668.99 265.36 664.93 266.11 661.99 266.63 661.02 266.81 658.67 267.2 655.35 267.75 655.09 267.8 651.82 268.35 650.27 268.59 649.22 268.76 647.02 269 644.22 269.31 643.78 269.36 643 269.43 642.62 269.49 641.97 269.64 641.51 269.7 641.01 269.81 639.37 270 638.5 270.13 637.66 270.2 637.29 270.25 635.96 270.39 635.87 270.38 634.77 270.53 633.89 270.63 632.88 270.8 631.86 270.91 631.33 270.92 631.14 270.98 630.66 271.02 629.44 271.08 628.28 271.24 628.67 270.72 627.32 270.91 624.51 271.26 624.4 271.71 620.78 272.23 620.23 272.29 618.93 272.48 616.37 272.87 616.06 272.89 614.22 273.19 613.16 273.35 610.02 273.79 607.9 274.07 604.39 274.55 604.15 274.5 602.66 274.72 599.91 275.08 598.92 275.2 598.11 275.25 598.46 274.9 598.47 274.78 598.81 274.69 598.95 274.5 599.24 274.33 599.49 274.27 599.69 274.06 599.99 273.92 600.12 273.74 600.41 273.62 600.68 273.57 600.86 273.62 601.28 273.59 601.75 273.48 602.14 273.24 602.26 273.04 602.64 272.85 602.88 272.67 603.39 272.4 603.68 272.32 604.02 272.13 604.65 271.85 605.01 271.64 605.51 271.56 605.88 271.45 605.99 271.29 605.89 271.04 605.91 270.81 605.83 270.68 606.02 270.53 606.27 270.02 606.18 269.74 606.38 269.54 606.55 269.46 606.55 269.19 606.94 269.19 607.24 269.08 607.33 269.18 607.57 269.18 607.66 269 607.94 268.9 608.08 268.92 608.34 268.72 608.55 268.67 608.76 268.51 608.98 268.47 608.99 268.37 609.36 268.13 609.47 267.87 609.34 267.77 609.56 267.4 609.5 267.14 609.55 266.88 609.3 266.66 609.29 266.49 609.5 266.25 609.63 266.26 609.82 266.04 609.91 265.82 610.23 265.7 610.51 265.66 610.8 265.25 610.98 265.26 611 264.95 611.26 264.9 611.27 264.58 611.16 264.31 611.29 264.24 611.19 264.07 611.15 263.67 611.07 263.57 611.11 263.4 611.63 263.02 611.75 263.02 612.01 262.79 612.08 262.64 612.34 262.56 612.45 262.38 612.88 261.93 613.07 261.79 613.45 261.43 613.88 261.2 614.16 260.89 614.86 260.46 615.12 260.36 615.8 260.01 615.9 260 616.26 259.8 616.44 259.53 616.61 259.44 616.71 259.2 617.51 258.25 618.19 257.42 619.19 256.26 619.99 255.29 620.14 255.08 621.22 253.8 Z\" data-geo-id=\"51\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(163, 0, 0);\"></path>\\n<path d=\"M 609.51 238.3 609.62 238.46 609.88 238.58 610.2 238.57 610.5 238.49 611.09 238.15 611.83 237.81 612.24 237.57 612.47 237.64 613.18 237.41 613.4 237.21 613.5 236.83 613.5 236.54 613.56 236.27 613.51 235.76 613.57 235.45 613.52 234.67 613.73 234.35 613.9 234.24 614.13 234.2 614.5 234.28 614.75 234.24 614.98 234.14 615.13 233.95 615.14 233.52 614.97 233.1 614.85 232.91 614.71 232.52 614.76 231.96 614.38 231.06 614.09 230.9 613.97 230.55 614 230.38 614.33 229.95 614.74 229.71 614.94 229.37 614.95 228.89 614.81 228.55 614.8 228.27 614.98 228.01 615.17 227.54 615.17 227.29 615.26 227.08 615.37 226.67 615.87 226.24 615.95 225.77 616.01 225.61 616.26 225.48 616.42 225.47 616.62 225.58 616.96 226.11 617.32 225.99 617.62 226.11 617.89 226.48 618.01 226.7 618.23 226.99 618.28 227.22 617.96 227.74 617.98 227.93 618.26 228.12 618.58 228.17 618.98 227.8 619.09 227.57 619.08 227.04 619.22 226.72 619.47 226.64 619.94 226.96 620.12 226.99 620.32 226.91 620.35 226.75 619.96 226.38 619.89 226.21 619.94 225.58 620.02 225.46 620 225.21 619.84 225.02 619.34 224.68 619.18 224.47 619.09 224.1 619.17 224 619.65 224.04 619.96 223.77 620.04 223.6 620.03 223.23 619.97 223.05 619.9 222.63 619.65 222.11 619.72 221.92 619.89 221.7 619.9 221.52 620 221.29 620.33 221.16 620.45 221 620.31 220.62 620.29 220.46 620.36 220.27 620.5 220.1 620.82 219.98 621.33 219.98 621.51 219.9 621.87 219.99 622.09 219.98 622.14 219.81 622.09 219.47 622.07 218.6 622.25 218.29 622.76 217.82 622.93 217.58 623.11 217.24 623.33 217.03 623.47 216.99 623.74 217.04 624.11 217.32 624.36 217.92 624.56 218.12 624.69 218.13 625.09 217.99 625.74 217.34 625.95 217.21 626.09 217.06 626.49 216.91 626.77 216.95 626.91 216.83 626.9 216.58 627.14 216.16 627.18 216.01 627.38 215.81 627.89 215.62 628.11 215.17 628.25 214.74 628.6 214.13 628.91 213.68 629.09 213.48 629.16 213.33 629.54 212.9 629.82 212.48 630.28 211.93 630.5 211.82 630.87 211.8 631.03 211.7 631.07 211.56 631.13 211.06 631.04 210.41 631.07 210.27 631.45 210.01 631.43 209.7 631.16 209.39 630.84 209.14 630.74 208.95 630.81 208.72 631.16 208.36 631.27 208.19 631.28 207.93 631.24 207.68 631.12 207.37 631.24 207.13 631.54 206.87 631.56 206.7 631.47 206.51 631.19 206.16 631.22 205.85 631.53 205.83 631.76 205.94 631.91 205.78 631.8 205.56 631.7 205.23 631.75 204.98 631.97 204.71 631.95 204.44 631.84 204.06 631.84 203.63 631.89 203.43 631.86 203.2 631.67 202.72 631.75 202.49 632.01 202.2 632.02 201.97 631.92 201.71 631.89 201.46 631.92 201.13 632.1 200.58 632.26 200.35 632.3 200.2 632.3 199.61 632.39 199.3 632.48 199.16 632.76 198.91 632.82 198.7 632.78 198.32 632.9 198 632.91 197.79 632.63 197.25 632.64 196.83 632.44 196.62 632.26 196.59 632.26 196.37 632.47 196.18 632.38 195.7 632.38 195.54 632.5 195.12 632.51 194.86 632.41 194.66 632.25 194.55 632.08 194.33 631.84 193.71 631.75 193.67 631.4 193.26 631.16 193.09 631.12 192.92 631.17 192.74 631.3 192.59 631.49 192.21 631.58 192.12 631.97 191.95 632.32 192.11 632.52 191.89 632.88 191.6 633.06 191.5 633.58 194.64 633.63 194.85 633.92 196.65 633.99 197.14 634.56 200.61 634.81 202.16 635.25 204.84 635.4 205.71 635.66 207.32 635.92 208.94 638.95 208.44 642.31 207.87 645.52 207.34 646.8 207.12 649 206.72 649.9 206.58 650.93 206.39 651.19 207.85 651.18 207.89 651.53 209.99 651.48 210 652.08 213.56 652.05 213.56 652.24 214.79 652.32 215.07 652.5 216.19 652.75 216.19 652.86 216.02 653.14 215.86 653.33 215.61 653.35 215.39 653.47 215.34 653.62 215.07 653.67 214.89 653.84 214.66 654.19 214.48 654.27 214.16 654.42 214.01 654.66 213.88 654.86 213.94 655.03 213.91 655.09 213.7 655.07 213.44 655.42 213.07 655.33 212.73 655.43 212.74 655.66 212.53 655.91 212.5 655.92 212.36 656.03 212.2 656.08 211.98 656.26 212.01 656.57 211.83 656.48 211.67 656.58 211.31 656.67 211.37 656.97 211.26 656.92 211.03 657.23 210.55 657.29 210.32 657.15 210.2 657.17 210.06 657.44 210.12 657.64 210.02 657.84 210.04 657.92 209.8 658.09 209.9 658.16 210.06 658.41 210.03 658.53 210.12 659.02 210.28 659.25 210.44 659.37 210.38 659.35 210.1 659.27 209.93 659.43 209.86 659.51 209.69 659.44 209.57 659.54 209.45 659.79 209.4 659.91 209.02 659.86 208.89 660.04 208.84 660.03 208.6 660.27 208.6 660.31 208.42 660.5 207.95 660.48 207.83 660.63 207.66 660.9 207.74 660.99 207.59 660.77 207.44 660.74 207.22 660.91 207.02 660.91 206.81 661.11 206.8 660.95 206.42 661.07 206.19 661.34 206.17 661.32 206.47 661.54 206.49 661.72 206.31 661.92 206.36 661.98 206.5 661.82 206.69 661.74 206.62 661.5 206.69 661.38 206.86 661.59 207.09 661.76 207.19 661.92 207.19 662.07 207.02 662.14 207.23 662.28 207.43 662.45 207.43 662.57 207.53 662.75 207.55 662.85 207.68 663.37 207.8 663.83 207.62 664.3 207.68 664.72 207.85 665.35 207.63 665.63 207.69 665.95 207.63 666.13 207.64 666.21 207.44 666.17 207.22 666.32 207.19 666.76 206.88 666.59 206.72 666.41 206.67 666.14 206.51 666.05 206.27 666.24 206.16 666.79 206.3 666.95 206.16 666.9 206.05 666.52 205.87 666.28 205.62 666.45 205.48 666.83 205.56 667.11 205.66 667.18 205.57 666.99 205.41 667.1 205.23 667.27 205.28 667.37 204.98 668.04 205.07 668.43 205.17 668.67 205.16 668.7 204.93 668.78 204.72 669.13 204.21 668.97 204.09 669.04 203.97 669.38 203.89 669.49 203.63 669.61 203.49 669.77 203.45 670.03 203.5 670.19 203.47 670.73 203.53 671.03 203.68 671.21 203.7 671.93 204.21 672.4 204.74 672.54 204.78 672.91 204.73 673.09 204.52 673.27 204.58 673.29 204.79 673.5 204.86 673.47 204.27 673.66 204.48 674.19 204.53 674.27 204.46 674.17 204.17 674.65 204.25 674.88 204.22 674.99 204.3 675.05 204.48 675.08 204.87 674.97 205.02 674.45 205.14 674.33 205.25 674.38 205.38 674.62 205.49 674.76 205.64 674.8 205.97 674.89 206.02 675.14 205.89 675.12 205.68 675.34 205.64 675.38 205.88 675.14 206.14 675.16 206.28 675.74 206.33 675.91 206.31 676.08 206.09 676.32 206.11 676.26 206.25 675.94 206.45 676.05 206.82 676 206.95 676.21 207.08 676.02 207.24 676.17 207.42 676.6 207.37 676.77 207.44 677.04 207.81 677.14 208.07 676.96 208.17 676.93 208.29 677.11 208.52 677.13 208.75 676.97 208.93 677.06 209.14 677.63 209.28 677.44 209.49 677.32 209.85 677.31 210.2 677.2 210.77 677.19 211.02 676.97 211.59 676.93 212.3 676.85 212.49 676.77 212.85 676.81 212.99 676.75 213.15 673.32 211.23 672.05 210.53 671.51 210.21 671.22 210.08 670.73 209.77 670.43 209.6 669.46 209.02 669.05 208.81 668.06 208.27 668.12 208.39 668.14 208.75 668.08 208.84 668.21 208.99 668.08 209.31 668.13 209.47 668.39 209.72 668.29 210.08 668.16 210.34 668.56 210.38 668.53 210.67 668.4 211.11 668.1 211.64 668.05 211.86 667.76 212.41 668.09 212.61 668.05 212.87 667.69 213.59 667.81 213.6 667.88 213.77 668.05 213.93 668.31 214.07 668.19 214.27 668.02 214.42 667.92 214.65 667.92 214.84 667.69 215.25 667.43 215.37 667.21 215.62 666.98 216 666.93 216.22 666.71 216.47 666.35 217.09 666.71 217.3 666.6 217.44 666.37 217.9 666.25 218.29 666.16 218.45 665.82 218.16 665.69 218.22 665.61 218.51 665.49 218.5 665.38 218.93 665.15 219.4 665.04 219.44 664.94 219.63 664.84 219.66 664.7 219.89 664.62 219.81 664.6 219.6 664.52 219.4 664.29 219.52 664.16 219.77 664.09 220.08 663.83 220.29 663.73 220.45 663.53 221.06 663.43 221.57 663.33 221.91 663.17 222.32 662.97 222.98 660.85 221.66 660.78 221.77 660.77 222.18 660.59 222.34 660.56 222.52 660.61 222.71 660.57 222.85 660.29 222.9 660.19 223.04 660.28 223.28 660.24 223.53 660.06 223.81 659.94 224.37 659.92 224.72 659.98 224.9 660.1 225 660.07 225.53 659.88 225.63 659.66 225.59 659.53 225.75 659.49 226.06 659.43 226.14 659.32 226.61 659.34 226.98 659.3 227.17 659.12 227.65 659.1 227.82 659 228.02 658.88 228.39 658.86 228.73 658.93 228.79 658.91 229 658.78 229.18 658.75 229.35 658.56 229.52 658.58 229.82 658.42 229.82 658.27 230.18 658.07 230.35 658.14 230.48 657.87 230.71 657.7 230.8 656.8 230.66 655.14 230.37 654.23 229.03 653.95 228.74 653.65 228.61 653.4 228.6 652.18 228.26 652.04 228.69 652.02 229.11 652.09 229.31 652.03 229.51 652.24 229.73 651.99 229.87 651.98 230.06 651.83 230.22 651.83 230.59 651.98 230.79 652.07 231.04 652.11 231.4 651.91 231.74 651.72 232.34 651.69 232.61 651.81 232.77 651.57 233.01 651.26 233.01 651.2 233.19 651.2 233.43 650.9 233.72 650.76 234.1 650.91 234.33 651.02 234.35 651.19 234.65 650.78 235.21 650.64 235.21 650.61 235.35 650.44 235.43 650.05 236.06 649.89 236.22 649.83 236.45 649.61 236.58 649.53 236.75 649.66 237.07 649.57 237.33 649.55 237.54 649.34 237.74 649.5 238.1 649.7 238.15 649.6 238.38 649.37 238.73 649.34 239.06 649.16 239.8 649.01 240.21 648.94 240.52 648.53 241.07 648.38 241.3 648.04 241.66 647.8 242.17 647.7 242.17 647.24 242.96 647.12 242.89 646.97 243.15 646.74 243.74 646.73 243.92 646.53 244.22 646.5 244.38 646.34 244.53 646.24 244.89 646.47 245.05 646.27 245.16 646.14 245.38 646.04 245.39 646.05 245.61 645.94 245.65 645.92 246 646.1 246.13 645.69 246.85 645.57 246.96 645.93 247.58 646.14 247.76 646.58 247.85 646.89 247.99 646.67 248.44 646.43 248.7 645.49 249.47 645.79 249.77 645.55 250 645.89 250.12 646.13 249.9 646.27 249.94 646.1 250.46 645.66 250.82 645.49 250.88 645.17 251.07 645.24 251.15 644.41 251.88 644.19 252.15 643.75 252.51 643.43 252.33 643.36 252.15 643.39 251.9 643.04 251.49 642.68 251.69 642.46 251.74 642.01 252.14 641.83 252.38 641.6 252.55 641.53 252.68 641.39 252.72 641.12 253.01 640.43 253.61 639.67 254.12 639.53 254.19 639.25 253.8 639.01 253.82 638.89 253.67 638.38 253.36 638.07 253.36 637.97 253.51 638.03 253.66 637.81 254.24 638.43 254.87 638.16 255.07 637.76 255.59 637.51 255.81 637.12 256.07 636.85 256.19 636.64 256.21 636.62 256.02 635.8 256.39 635.12 256.61 634.71 256.79 633.95 257.22 633.44 257.68 633.17 257.89 631.56 256.88 630.82 256.25 630.69 256.64 630.5 256.63 630.35 256.85 630.4 256.96 630.32 257.13 630.19 257.6 630.03 257.67 629.89 257.63 629.56 257.85 629.56 257.96 629.31 258.17 628.96 258.19 628.94 258.59 628.78 258.72 628.44 258.89 628.34 259.15 628.24 259.2 626.5 259.56 626.34 259.36 625.86 259.13 625.72 258.92 625.49 259 625.4 258.93 625.41 258.71 625.04 258.34 624.85 258.39 624.7 258.26 624.39 258.24 624.16 258.4 623.93 258.39 623.86 258.31 623.63 258.32 623.57 257.96 623.45 257.8 623.15 257.59 622.91 257.6 622.8 257.4 622.52 257.28 622.32 257.02 622.21 256.94 622.15 256.77 622.21 256.46 622.09 256.06 621.93 255.82 621.99 255.67 621.75 255.52 621.47 255.55 621.37 255.38 621.2 255.44 621.07 255.33 620.96 255.04 621 254.91 621.22 254.84 621.39 254.65 621.57 254.65 621.53 254.5 621.67 254.31 621.89 254.15 621.62 254.07 621.38 253.83 621.22 253.8 621.16 253.65 620.85 253.85 620.73 253.79 620.64 253.97 620.31 253.95 620.05 253.81 620.11 254.01 619.78 254.04 619.76 253.89 619.6 253.71 619.36 253.73 619.21 253.81 619.12 253.68 618.93 253.73 618.86 253.89 618.71 253.89 618.64 253.68 618.78 253.42 618.62 253.11 618.47 253.1 618.25 253.18 618.21 252.86 618.09 252.91 617.89 252.73 617.79 252.58 617.9 252.48 617.79 252.15 617.6 252.27 617.72 252.56 617.32 252.68 617.2 252.53 617.05 252.18 616.82 252.05 616.58 252.17 616.34 252.07 616.16 251.87 615.99 251.99 615.92 251.7 615.81 251.52 615.87 251.39 615.7 251.31 615.53 251.07 615.46 250.85 615.2 250.69 615.37 250.51 615.36 250.4 615.14 250.28 614.99 249.89 614.62 249.77 614.41 249.66 614.34 249.5 614.03 249.34 613.99 249.18 613.77 248.94 613.63 248.88 613.69 248.72 613.56 248.58 613.58 248.4 613.49 248.15 613.34 248.11 613.23 247.92 612.99 247.79 612.75 247.72 612.58 247.73 612.43 247.66 612.19 247.43 612.25 247.16 612.37 247.17 612.57 246.87 612.37 246.82 612.38 246.63 612.56 246.6 612.59 246.37 612.32 246.42 612.2 246.15 611.93 246.14 611.83 246.2 611.6 245.83 611.58 245.7 611.36 245.52 611.36 245.37 611.23 245.21 611.09 244.91 610.96 244.89 610.85 244.75 610.72 244.74 610.55 244.6 610.48 244.29 610.13 244.07 609.91 244.06 609.89 243.89 609.63 243.79 609.56 243.45 609.45 243.3 609.52 243.18 609.81 243.18 609.93 243.11 610.03 242.6 609.99 242.21 609.82 242.11 609.74 241.91 609.79 241.69 610.1 241.65 610.22 241.28 610.02 240.59 610.12 240.33 610.02 240.05 609.79 239.85 609.65 239.78 609.61 239.4 609.62 239.1 609.52 238.95 609.56 238.76 609.49 238.54 609.51 238.3 Z\" data-geo-id=\"54\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(230, 230, 230);\"></path>\\n<path d=\"M 528.82 408.64 529.09 408.91 529.5 409.56 529.7 410.08 529.87 410.76 529.92 411.62 529.84 412.43 529.77 412.88 529.59 413.37 529.28 414.09 529.3 413.5 529.6 412.85 529.67 412.29 529.54 412.13 529.72 411.83 529.71 411.03 529.52 410.59 529.47 410.26 529.51 410.03 529.39 409.63 529.24 409.3 528.85 408.74 528.82 408.64 Z M 521.02 409.02 521.4 408.88 521.63 408.36 522.25 407.94 522.74 407.58 523.22 407.17 523.39 406.89 523.47 406.97 523.4 407.13 523.25 407.23 523.06 407.48 522.98 407.67 522.83 407.73 522.6 408.11 522.71 408.22 522.84 408.13 522.89 408.37 523.01 408.64 523.49 408.69 523.75 408.8 523.83 409.12 523.67 409.34 523.36 409.32 523.2 409.47 523.25 409.8 523.42 409.95 523.2 410.12 522.96 410 523.04 409.87 522.97 409.61 522.78 409.39 522.74 409.02 522.49 408.89 522.4 409.11 522.15 409.36 521.95 409.31 521.61 409.35 521.34 409.21 521.2 409.47 521.07 409.29 521.02 409.02 Z M 519.29 407.69 519.26 407.51 519.66 407.5 519.5 407.8 519.33 407.83 519.29 407.69 Z M 516.99 419.31 517.39 419.21 517.54 419.05 517.69 419.07 517.83 418.97 518 419.04 517.61 419.48 517.62 419.58 517.48 419.8 517.22 419.64 517.01 419.42 516.99 419.31 Z M 512.7 423.76 512.8 423.64 513.17 423.65 513.37 423.81 513.01 423.92 512.7 423.76 Z M 511.93 424.57 512.05 424.57 512.19 424.39 512.57 424.17 512.49 424.35 512.04 424.66 511.93 424.57 Z M 511.31 423.77 511.48 423.76 511.57 423.93 511.52 424.13 511.37 424 511.31 423.77 Z M 505.07 428.15 505.4 427.97 505.4 427.75 505.61 427.82 505.55 427.98 505.12 428.17 505.07 428.15 Z M 502.12 428.69 502.64 428.85 503.49 429.09 504.18 429.1 503.96 429.27 503.45 429.23 502.49 428.93 502.12 428.69 Z M 498.68 429.74 498.91 429.7 499.08 429.58 499.3 429.54 499.45 429.41 499.56 429.48 499.84 429.38 499.89 429.46 499.34 429.64 498.73 429.77 498.68 429.74 Z M 496.84 429.65 497.26 429.76 497.64 429.6 497.84 429.62 497.76 429.78 497.42 429.85 496.9 429.7 496.84 429.65 Z M 476.96 420.68 477.14 420.68 477.18 420.41 477.34 420.36 477.38 420.18 477.75 419.95 478.04 420.05 478.46 419.99 478.65 419.82 478.68 419.63 479.05 419.45 479.25 419.62 479.67 419.57 479.89 419.67 480.06 419.59 480.11 419.82 480.27 419.89 480.39 420.05 480.68 420.09 480.76 420.3 481.06 420.19 481.33 420.55 481.81 420.53 481.88 420.76 482.07 420.76 482.3 420.6 482.28 420.87 481.92 421.18 481.75 421.25 481.43 421.49 481.3 421.88 481.42 422.15 481.12 422.3 480.83 422.22 480.65 422.34 480.54 422.5 480.38 422.4 480.12 422.42 480.01 422.12 479.84 421.97 479.57 421.98 479.27 421.86 479.1 421.71 478.94 421.72 478.29 421.38 478.13 421.42 477.98 421.29 477.62 421.16 477.25 420.98 477.05 420.84 476.96 420.68 Z M 442.14 355.93 444.13 355.89 447.24 355.81 450.94 355.74 454.97 355.63 457.65 355.56 461.26 355.48 462.02 355.47 464.14 355.42 466.69 355.36 471.17 355.25 475.49 355.1 476.72 355.04 478.63 354.97 478.94 354.95 480.68 354.89 482.7 354.79 483.72 354.75 486.45 354.64 488.03 354.58 487.93 354.93 487.72 355.13 487.5 355.43 487.54 355.6 487.35 355.92 487.36 356.19 487.63 356.47 487.88 356.56 488.22 356.57 488.46 356.45 488.62 356.21 488.65 355.97 488.53 355.54 488.62 355.32 488.5 355.18 488.54 355.02 488.7 354.92 488.99 354.82 489.14 354.86 489.32 355.05 489.43 355.3 489.45 355.68 489.59 355.77 489.72 355.98 489.75 356.47 489.66 356.71 489.42 357.02 489.13 357.32 488.78 357.4 488.52 357.65 488.42 357.97 488.33 358.05 488.28 358.25 488.26 358.76 488.39 358.86 488.28 359.22 488.28 359.42 488.4 359.57 488.53 359.59 488.97 359.55 489.49 359.65 489.98 359.79 490.08 359.89 489.95 360.26 489.69 360.5 489.41 360.63 489.11 360.86 488.97 361.04 488.83 361.33 488.59 361.53 488.59 361.81 488.73 362.22 488.92 362.45 489.19 362.56 489.81 362.23 490.27 362.08 490.43 361.51 490.62 361.31 490.81 361.42 491.01 361.75 491 362 490.86 362.22 490.52 362.6 489.83 363.08 489.93 363.26 490.33 363.55 490.86 363.71 491.25 363.92 491.36 364.07 491.34 364.32 491.13 364.44 490.81 364.4 490.58 364.31 490.36 364.13 489.95 363.52 489.63 363.23 489.57 363.32 489.53 363.69 489.31 364.19 489.34 364.51 489.46 364.72 489.69 364.96 489.92 365.11 490.39 365.32 490.77 365.39 491.33 365.03 491.58 365.09 491.79 365.33 491.8 365.58 491.68 365.76 491.37 365.93 491.35 366.23 491.24 366.62 491.32 366.82 491.54 366.92 492.07 367 492.25 366.99 492.75 367.09 492.97 366.79 493.04 366.48 493.31 366.43 493.22 366.72 492.95 367.25 492.89 367.54 492.73 367.78 492.45 368.05 492.24 368.19 492.11 368.15 491.96 367.95 491.77 367.97 491.66 368.29 491.69 368.47 491.92 368.8 491.76 368.98 491.72 369.22 491.73 369.62 491.57 369.98 491.45 369.91 491.4 369.6 491.41 369.4 491.1 369.16 490.89 369.07 490.69 369.09 490.6 369.34 490.48 369.53 490.31 369.4 490.11 369.4 489.85 369.58 489.73 369.77 489.59 369.8 489.32 369.69 488.94 369.93 488.84 370.03 488.75 370.43 488.72 370.84 488.77 371.04 488.93 371.26 489.23 371.29 489.44 371.36 489.76 371.36 489.92 371.24 490.23 371.16 490.44 371.2 490.7 371.33 490.72 370.69 490.56 370.43 490.56 370.25 490.84 370.36 491.12 370.57 491.47 370.56 491.47 370.87 491.36 371.16 491.24 371.31 491.06 371.38 491.08 371.62 490.96 371.81 490.31 372.21 490.29 372.28 490.36 372.76 490.04 372.82 489.78 372.64 489.53 372.3 489.36 372.21 489.2 372.25 489.01 372.5 489.11 372.78 489.3 372.89 490.11 373.02 490.29 373.13 490.44 373.4 490.23 373.73 490.01 373.93 489.8 374 489.05 374.13 488.85 374.32 488.68 374.56 488.63 375.05 488.78 375.09 488.81 375.41 488.53 375.56 488.41 375.74 488.01 376.21 487.8 376.35 487.49 376.51 487.52 376.73 487.88 377.05 487.86 377.26 487.64 377.52 487.4 377.49 487.26 377.37 487.18 377.17 487.16 376.83 487.06 376.57 486.54 376.7 486.36 376.78 486.25 376.95 486.07 377.79 486.02 378.16 486.01 378.52 486.18 378.58 486.65 378.49 487.04 378.37 487.28 378.25 487.66 378.33 487.67 378.57 487.48 378.75 487.22 378.77 486.91 378.71 486.45 378.72 486.03 378.77 485.92 378.88 485.54 379.5 485.51 379.95 485.63 380.79 485.56 381.24 485.24 381.43 484.99 381.42 484.54 381.29 484.28 381.14 484.05 380.86 483.97 380.84 483.74 381.06 483.68 381.2 483.7 381.5 483.93 381.79 484.23 381.96 484.68 381.92 485.01 381.76 485.23 381.71 485.54 381.83 485.5 382.22 485.39 382.37 485.04 382.69 484.84 382.82 484.37 383.03 484.2 382.96 483.78 383.04 483.68 383.22 483.81 383.44 483.79 383.95 483.83 384.39 483.9 384.69 484.14 385.14 484.61 385.59 484.63 386.06 484.53 386.19 484.12 386.2 483.92 386.11 483.74 385.92 483.64 385.74 483.5 385.29 483.53 385.12 483.47 384.98 483.34 384.95 483.08 385.13 482.91 385.39 482.88 385.61 483.06 386.01 483.26 385.83 483.42 385.9 483.37 386.02 483.36 386.32 483.41 386.58 483.63 386.74 483.7 386.86 484.07 387.13 484.11 387.2 484.11 387.61 483.97 387.93 483.66 388.09 483.4 388.19 483.07 388.24 482.3 388.15 482.03 388.16 481.78 388.4 481.82 388.65 481.95 388.8 482.27 388.95 482.67 389.27 482.88 389.54 482.9 389.83 482.79 390.12 482.41 390.65 482.35 390.81 482.36 391.04 482.55 391.27 482.89 391.5 483.35 391.88 483.49 392.18 483.43 392.48 483.22 392.77 483.02 392.91 482.47 393.16 482.47 393.28 483.89 393.21 485.77 393.13 488.66 392.98 489.02 392.97 491.58 392.84 494.41 392.68 497.03 392.54 499.76 392.38 502.81 392.2 502.99 392.18 506.34 391.96 510.28 391.71 511.36 391.63 513.06 391.52 513.15 391.55 513.39 391.44 513.48 391.66 513.38 392.17 513.15 392.48 513.08 392.64 513.21 392.83 513.16 392.93 513.3 393.09 513.22 393.21 512.99 393.25 513.12 393.45 513.06 393.54 512.85 393.54 512.93 393.82 512.79 393.96 512.98 394.12 512.94 394.35 512.73 394.38 512.65 394.8 512.77 394.88 512.32 395.55 512.12 395.93 512.05 396.13 512.16 396.23 512.12 396.38 512.2 396.55 512.07 396.66 512.03 396.83 512.17 396.88 511.91 397.24 512.08 397.37 512.07 397.54 511.93 397.95 512 398.06 512.32 398.32 512.42 398.63 512.42 399.17 512.56 399.27 512.73 399.86 513 399.78 512.93 400.05 512.95 400.21 513.19 400.27 513.36 400.58 513.42 400.82 513.54 400.79 513.59 400.98 513.79 401.03 513.86 401.13 514.16 401.21 514.32 401.47 514.43 401.46 514.57 401.7 514.77 401.79 514.89 401.93 514.88 402.16 514.97 402.36 515.02 402.64 514.94 402.8 515.34 403.44 515.44 403.71 515.92 404.01 515.94 404.36 516.01 404.49 515.79 404.63 515.8 404.86 515.69 404.95 515.97 405.15 515.99 405.58 516.26 405.75 516.3 405.86 516.27 406.13 516.35 406.27 516.54 406.33 516.77 406.61 516.92 406.87 517.1 406.97 517.35 406.85 517.47 406.7 517.69 406.66 517.85 406.91 517.75 406.99 517.62 406.91 517.31 406.97 517.13 407.12 517.1 407.35 516.86 407.56 516.24 407.47 516.14 407.72 515.99 407.85 515.75 408.25 515.38 408.54 515.34 409.1 515.13 409.2 514.76 409.27 514.6 409.43 514.58 409.58 514.87 410.03 514.75 410.15 514.61 410.17 514.34 409.92 514.01 409.75 513.58 409.76 513.18 409.81 512.75 410.3 512.58 410.63 512.7 411.14 512.86 411.55 512.97 411.73 513.3 411.95 513.78 411.92 514.48 411.64 514.76 411.39 515.01 411.57 514.5 411.92 514.56 412.35 514.99 412.66 515.26 412.95 515.54 413.05 515.82 413.05 515.93 413.12 516.44 413.08 516.78 412.93 517.06 412.73 517.13 412.54 517.07 412 517.23 411.76 517.22 411.45 517.38 411.14 517.36 410.87 517.18 410.6 517.24 410.48 517.51 410.42 517.91 410.07 518.59 409.6 518.47 409.17 518.53 408.97 518.72 408.89 519.01 409.03 519.14 409.16 519.33 409.1 519.57 409.26 519.38 409.38 519.41 409.49 519.6 409.6 519.83 409.39 520.24 409.21 520.45 409.28 520.4 409.52 520.28 409.63 520.02 409.67 520.1 410.04 519.98 410.04 519.89 409.79 519.74 409.92 519.61 409.7 519.38 409.82 519.33 410.04 519.19 410.31 519.27 410.39 519.44 410.31 519.61 410.42 519.56 410.57 519.62 410.74 519.76 410.78 519.81 410.93 520.28 410.9 520.24 411.07 520.4 411.25 520.55 411.3 520.67 411.97 520.79 412.23 520.96 412.24 521.07 412.01 521.03 411.84 521.19 411.83 521.36 411.91 521.46 411.69 521.61 411.61 521.89 411 522 410.85 522.11 410.58 522.23 410.49 522.22 410.26 522.69 410.17 522.63 410.39 522.72 410.53 523.03 410.57 523.07 410.63 522.84 411.34 522.23 411.46 521.98 411.63 521.67 411.97 521.54 412.24 521.26 412.37 521.39 412.56 521.75 412.37 522.12 412.38 522.61 412.25 522.93 412.21 522.95 412.33 522.74 412.43 522.57 412.58 522.39 412.94 522.23 412.92 522.09 412.69 521.88 412.66 521.89 412.8 521.75 412.91 521.96 413.07 521.69 413.22 521.83 413.41 521.58 413.49 521.41 413.25 521.52 413.11 521.33 413 520.96 413.1 520.63 413.23 520.6 413.32 520.72 413.57 521 413.46 521.22 413.56 521.08 413.78 521.12 413.97 521.33 414 521.48 414.22 521.79 414.23 521.95 414.12 522.01 413.97 522.19 413.91 522.25 414.16 522.26 414.52 522.04 414.69 521.87 414.62 521.55 414.32 521.2 414.28 520.98 414.41 520.82 414.2 520.51 414.2 520.43 414.29 520.43 414.59 520.18 414.94 519.98 415.18 520.08 415.35 520.02 415.44 520.03 415.71 520.44 416.03 520.61 415.99 520.77 416.28 520.5 416.27 520.15 415.99 519.9 416.31 519.87 416.51 520.04 416.79 519.85 416.88 519.52 416.91 519.4 416.51 519.53 416.37 519.42 416.01 519.27 415.88 519.11 415.64 518.9 415.69 518.65 415.52 518.44 415.55 518.57 416.01 518.5 416.53 518.41 416.71 518.56 416.83 518.75 416.86 518.91 417.18 518.62 417.18 518.47 416.98 518.09 416.97 517.85 416.88 517.57 416.98 517.4 417.21 516.97 417.38 516.76 417.24 516.27 417.23 516.33 417.41 516.56 417.55 516.82 417.53 516.76 417.68 516.99 417.87 517.05 418.05 517.21 418.11 517.19 418.31 516.87 418.13 516.73 418.15 516.71 417.86 516.5 417.62 516.08 417.62 515.92 417.67 515.97 417.82 516.14 417.95 516.19 418.35 516.54 418.35 516.69 418.56 516.34 418.79 516.1 418.75 516 418.84 516.08 418.98 516.03 419.1 516.15 419.32 516.49 419.4 516.5 419.58 516.81 419.92 517 419.93 517.34 420.15 517.6 420.05 518 420.03 518.05 420.23 517.98 420.39 518.33 420.74 518.62 420.81 518.57 420.98 518.67 421.34 518.89 421.5 518.95 421.71 518.54 421.7 518.38 421.61 518.26 421.89 518.51 421.92 518.65 422.03 519.09 422.08 519.77 421.67 520 421.82 520.32 421.89 520.59 421.87 520.48 422.06 520.61 422.09 520.83 422.02 520.83 421.89 521.23 421.82 521.53 421.89 521.63 421.97 522.03 421.91 521.86 422.22 522.02 422.39 522.32 422.38 522.48 422.25 522.44 422.07 522.31 421.94 522.28 421.74 522.42 421.74 522.61 422.08 522.77 422.1 523.13 422.4 523.23 422.41 523.39 422.65 523.48 422.91 523.81 423.24 523.98 423.05 524.04 422.84 524.34 422.44 524.65 422.55 524.73 422.74 524.82 422.79 524.98 423.18 525.12 423.3 525.41 423.38 525.53 423.6 525.49 423.68 525.62 423.85 525.88 424.08 525.8 424.26 525.84 424.45 525.67 424.49 525.74 424.7 525.9 424.71 525.94 424.84 525.84 425.05 526.16 425.07 526.29 425.29 526.42 425.14 526.7 425.15 526.94 425.04 527.08 424.88 527.27 424.81 527.42 424.68 527.79 425.21 527.84 425.33 527.74 425.51 527.6 425.41 527.11 425.29 527.06 425.56 526.58 425.59 526.43 425.69 526.23 425.72 526.07 425.84 526.17 426.09 526.34 426.22 526.88 426.28 527.31 426.21 527.07 426.79 526.92 427.1 526.69 426.76 526.46 426.61 526.26 426.65 526.23 426.75 526.24 427.1 526.11 427.47 525.87 427.55 525.6 427.57 525.58 427.85 525.63 428.14 525.48 428.52 525.61 428.67 525.78 429.07 525.61 429.16 525.52 429 524.47 428.57 524.41 428.47 524.49 428.13 524.37 427.78 524.01 427.42 523.84 427.46 523.79 427.6 523.83 427.81 523.74 427.94 523.35 428.07 522.86 428.78 522.57 429.06 522.11 429.7 522.11 429.84 521.89 430.02 521.47 430.52 521.24 430.5 521.48 430.06 521.51 429.75 521.69 429.48 521.8 429.4 521.96 429.17 522.24 428.6 522.22 428.33 522.4 428.28 522.34 428.05 522.73 428.03 522.88 427.76 522.81 427.45 522.95 427.42 522.93 427.05 522.78 426.88 522.95 426.81 523.03 426.55 523.31 426.46 523.24 426.04 523.3 425.78 522.96 425.32 522.74 425.25 522.56 425.29 522.41 425.51 522.48 425.77 522.41 426.31 522.12 426.7 521.46 426.86 521.31 426.87 520.99 426.6 520.82 426.5 520.45 425.82 519.99 425.36 519.8 425.23 518.88 424.89 517.7 424.63 517.71 424.5 517.55 424.37 517.38 424.36 517.09 423.97 516.56 424.04 515.63 423.81 514.69 423.74 514.14 423.71 513.67 423.66 513.8 423.41 513.77 423.2 513.89 423.14 513.92 422.95 514.07 422.9 514.31 422.96 514.34 423.15 514.53 423.42 514.87 423.24 515.02 422.97 515.57 422.79 516.19 422.73 516.52 422.59 516.86 422.35 516.99 422.4 517.29 422.89 517.74 422.68 517.48 422.09 517.26 421.99 516.99 421.94 516.9 421.78 516.76 421.71 516.76 421.99 516.47 422.11 516.04 422.1 515.69 422.2 515.52 422.18 514.83 422.24 514.79 422.07 514.42 421.85 514.04 422.08 513.83 421.8 513.53 421.7 513.55 421.43 513.63 421.11 513.94 420.94 513.58 420.68 513.32 420.68 513.15 420.8 513.14 421.09 513 421.29 512.97 421.45 512.84 421.5 512.71 421.31 512.48 421.43 512.46 421.29 512.24 421.28 512 421.46 511.8 421.1 511.59 421.15 511.4 421.05 511.03 421.31 511.22 421.54 511.41 421.65 511.17 422.04 511.16 422.16 510.91 422.22 510.95 422.43 510.83 422.69 510.47 422.79 510.28 422.93 510.36 423.14 510.54 423.09 510.74 423.17 510.85 422.92 511.03 422.84 511.23 423.07 511.39 423.15 511.31 423.38 510.9 423.37 510.72 423.24 510.49 423.37 510.39 423.6 510.4 423.79 510.49 424.15 510.8 424.19 510.86 424.3 510.78 424.45 510.55 424.57 510.3 424.51 510.13 424.34 509.82 424.34 509.59 424.57 509.5 424.76 509.38 424.79 509.31 424.96 509.36 425.17 509.48 425.44 509.78 425.62 509.92 425.79 509.96 425.96 510.16 425.99 510.36 425.94 510.5 426.02 510.8 425.71 510.91 425.49 511.05 425.44 511.12 425.17 511.23 425.14 511.37 424.9 511.56 424.97 511.61 424.85 511.95 424.83 511.82 425.06 510.81 425.8 510.51 426.14 510.37 426.35 510.11 426.52 509.64 426.89 509.31 427.19 508.44 427.87 508.19 428.12 507.6 428.46 507.17 428.3 507.18 428.04 507.39 428.03 507.36 427.68 507.02 427.42 507.12 427.34 506.93 427.19 506.91 427 506.76 426.78 506.86 426.63 506.8 426.52 506.87 426.36 506.56 426.16 506.48 425.95 506.38 425.89 506.3 425.62 505.98 425.05 505.73 425.03 505.34 424.74 505.35 424.57 505.16 424.44 505.03 424.57 504.8 424.69 504.8 425.04 504.9 425.23 504.77 425.38 504.68 425.37 504.62 425.66 504.46 425.71 504.41 425.51 504.53 425.4 504.45 425.07 504.44 424.87 504.52 424.65 504.43 424.4 504.28 424.34 503.96 424.06 503.86 423.75 503.68 423.69 503.43 423.82 503.36 423.94 503.52 424.23 503.46 424.37 503.29 424.49 503.29 424.65 503.09 424.82 502.86 424.79 502.64 424.59 502.51 424.66 502.19 424.66 502.12 424.8 501.97 424.85 501.85 425.02 501.63 424.68 501.44 424.51 501.1 424.72 501.08 425 501.3 425.32 501.25 425.8 501.38 425.89 501.68 425.92 501.57 426.1 501.2 425.92 500.87 426.01 501.05 426.23 500.96 426.41 500.56 426.45 500.45 426.78 500.44 427.05 500.38 427.27 499.94 427.25 499.79 427.42 499.86 427.6 499.75 427.9 499.68 428.2 499.48 428.28 499.4 428.38 499.19 428.02 498.98 428.05 498.84 428.39 498.53 428.4 498.37 428.6 498.13 428.61 498.04 428.86 497.91 428.89 497.91 429.39 497.37 429.45 497.1 429.31 496.94 428.92 496.77 428.86 496.8 428.71 496.43 428.43 496.4 428.28 496.22 428.18 496.24 428.05 495.94 427.96 495.54 427.64 495.57 427.56 495.37 427.45 495.18 427.27 494.8 427.53 494.52 427.56 494.34 427.52 494.06 427.3 494.04 427.05 493.85 426.89 493.72 426.96 493.63 427.23 493.43 427.41 493.18 427.27 492.92 427.28 492.61 426.96 492.31 426.77 492.19 426.83 491.87 426.75 491.48 426.77 490.88 426.72 489.97 426.39 489.63 426.24 489.38 426.02 489.16 425.75 488.79 425.38 488.81 425.29 489.13 425.33 489.45 425.22 489.54 425.02 489.78 424.77 489.75 424.58 489.91 424.22 490.31 424.03 490.33 424.29 490.6 424.65 490.62 424.8 490.76 424.86 491.07 425.22 491.24 425.11 491.41 424.9 491.58 424.82 491.67 424.94 491.57 425.13 491.55 425.4 491.6 425.52 491.54 425.68 491.68 426.17 491.58 426.48 491.83 426.36 491.98 426.38 492.03 426.19 492.29 426.25 492.47 426.04 492.4 425.8 492.2 425.62 492.31 425.43 492.41 425.13 492.36 424.95 492.25 424.83 492.26 424.62 492.14 424.48 491.84 424.42 491.85 424.26 491.65 424.13 491.37 424.09 491.02 423.88 490.97 423.62 490.86 423.52 490.64 423.49 490.65 423.3 490.74 423.03 490.58 422.74 490.38 422.75 490.24 422.86 490.06 422.68 489.89 422.9 489.77 423.21 489.5 423.43 489.25 423.25 488.74 423.69 488.67 423.27 488.78 423.02 488.43 423.11 488.46 422.7 488.36 422.5 488.43 422.4 488.69 422.33 488.66 422.15 488.84 422.09 488.83 421.94 488.54 422 488.2 422.16 488.53 421.79 488.35 421.7 488.25 421.55 488.23 421.4 487.87 421.43 487.84 421.55 487.69 421.6 487.64 421.73 487.43 421.92 487.26 421.98 487.16 421.91 486.55 422.3 486.3 421.85 486.11 421.77 486.08 421.34 485.83 421.22 485.9 421.02 485.56 421.21 485.29 421.25 485.26 421.18 485.4 420.91 485.33 420.67 485.19 420.54 485.21 420.17 485.08 419.93 484.84 419.22 484.45 419.17 483.66 419.41 483.3 419.3 483.47 419.18 483.68 418.6 483.63 418.37 483.67 418.04 483.73 417.92 483.74 417.67 483.64 417.37 483.53 417.27 483.19 417.2 482.78 417.21 482.38 417.29 482.11 417.41 481.71 417.18 481.45 417.2 481.12 417.29 480.13 417.82 479.84 418.06 479.4 417.93 479.75 417.65 479.76 417.44 479.67 417.35 479.39 417.33 479.35 417.16 479.52 417.06 479.52 416.96 479.74 416.71 480.04 416.77 480.21 416.63 480.25 416.29 480.21 416.05 480.1 415.89 480.09 415.74 479.57 415.82 479.24 415.66 479.12 415.66 478.83 415.77 478.7 415.99 478.43 415.95 478.33 416.06 478.15 415.95 477.92 415.9 477.81 415.73 477.63 415.86 477.53 416.04 477.68 416.34 477.6 416.48 477.3 416.55 476.98 416.71 476.73 416.8 475.95 417.26 475.43 417.65 474.98 418.11 474.88 417.93 475.05 417.86 475.19 417.71 475.3 417.39 475.15 417.16 474.97 417.13 474.91 417.33 474.74 417.43 474.62 417.24 474.44 417.31 474.52 417.69 473.97 417.45 473.88 417.59 474.05 417.97 474.29 418.13 474.58 418.44 474.89 418.51 475.11 418.43 475.66 418.41 475.68 418.53 475.16 418.97 475.15 419.13 475.29 419.3 475.33 419.5 475.59 419.96 475.7 420.08 476.05 419.85 476.3 419.9 476.66 419.81 476.78 419.67 476.93 419.66 477 419.78 476.48 420.09 476.29 420.28 476.37 420.42 476.75 420.42 476.75 420.55 476.32 420.56 476.19 420.6 475.74 420.53 475.04 420.6 474.67 420.73 474.13 420.99 473.27 421.54 472.8 421.67 472.47 421.69 472.14 421.75 471.18 421.57 470.57 421.48 470.35 421.4 469.72 421.25 468.65 421.13 468.56 421.08 468.21 421.05 468.08 420.8 467.91 420.95 467.51 420.95 467.12 420.88 467.07 420.76 466.89 420.71 466.63 420.77 466.22 420.64 465.93 420.52 465.38 420.37 465.13 420.28 464.76 420.06 464.51 420.02 463.51 419.55 463.27 419.47 461.85 418.82 461.33 418.61 460.88 418.48 460.63 418.48 460.56 418.37 459.67 418.1 459.45 418.07 457.8 417.69 457.19 417.61 456.57 417.58 456.03 417.65 454.99 417.92 454.25 417.86 453.45 417.84 452.91 417.85 452.26 417.9 450.93 418.13 450.19 418.23 449.42 418.37 448.47 418.6 447.8 418.85 447.24 419.15 446.94 419.38 446.86 419.5 446.42 418.87 446.3 418.65 445.99 418.53 445.9 418.33 445.95 418.16 445.82 417.98 445.41 417.73 445.3 417.5 445.31 417.26 445.39 417.08 445.75 416.73 446.21 416.44 446.5 416.2 446.77 415.83 446.89 415.61 447.11 415.1 447.24 414.45 447.47 414.03 447.57 413.76 447.82 413.65 448.08 413.28 448.34 413.1 448.37 412.85 448.64 412.54 448.99 412.42 448.87 412.26 448.7 412.23 448.58 411.97 448.57 411.76 448.72 411.61 448.76 411.46 448.91 411.4 448.93 410.91 449.06 410.96 449 410.65 448.81 410.57 448.9 410.41 448.86 410.23 448.71 409.92 448.59 409.57 448.59 409.39 448.79 408.98 448.74 408.49 448.8 408.02 448.47 407.93 448.14 407.76 447.81 407.01 447.83 406.85 447.99 406.68 447.89 406.62 447.92 406.41 447.89 406.11 448.07 406 448.34 405.67 448.37 405.36 448.48 405.41 448.67 405.34 448.82 405.2 448.83 405.06 448.68 404.86 448.8 404.81 448.51 404.36 448.61 404.27 448.5 404.13 448.65 403.79 448.59 403.67 448.2 403.42 448.27 403.16 448.24 403 448.35 402.89 448.28 402.6 448.51 402.34 448.68 402.31 448.85 402.2 448.93 402.28 449.08 402.2 449 401.94 448.96 401.61 448.99 401.31 449.19 401.08 449.19 400.98 449.36 400.9 449.44 400.74 449.71 400.68 449.84 400.54 449.99 400.27 449.92 400.14 450.13 399.81 450.13 399.5 449.99 399.35 450.16 399.24 450.05 399.08 450.21 398.97 450.42 398.93 450.4 398.77 450.54 398.59 450.69 398.2 450.91 398.08 450.86 397.89 451.01 397.78 451.03 397.59 450.94 397.46 450.78 397.4 450.95 397.23 450.83 396.91 450.66 396.61 450.78 396.41 451.06 396.36 450.9 396.05 451.04 395.85 451.15 395.92 451.35 395.83 451.42 395.58 451.31 395.36 451.32 395.19 451.08 395.2 451.06 395.07 450.69 394.86 450.77 394.63 450.62 394.56 450.54 394.41 450.74 394.15 450.9 394.33 450.97 394.22 451.17 394.23 451.26 394.03 451.44 394 451.66 393.82 451.44 393.69 451.47 393.52 451.28 393.4 451.31 393.29 451.48 393.2 451.24 392.97 450.92 392.89 450.92 392.78 450.74 392.54 450.96 392.48 451.08 392.23 451.09 391.93 450.94 391.56 450.94 391.42 451.14 391.36 451.04 391.12 451.19 391.06 451.18 390.87 450.92 390.83 450.59 391.01 450.44 391.21 450.29 391.25 450.09 391.05 450.05 390.61 449.96 390.5 450.09 390.13 449.77 389.97 449.83 389.62 449.82 389.43 449.68 389.23 449.33 389.25 449.21 389.01 449.07 389.05 448.94 388.77 448.66 388.69 448.6 388.53 448.65 388.37 448.8 388.29 448.76 388.13 448.88 387.99 448.87 387.75 448.94 387.67 449.22 387.61 449.33 387.31 448.93 387.47 448.82 386.93 448.78 386.85 448.42 386.63 448.27 386.61 448.27 386.45 448.46 386.03 448.24 386.04 448.27 385.8 448.04 385.73 447.97 385.8 447.52 385.52 447.64 385.23 447.87 385.12 448.09 384.62 447.76 384.66 447.64 384.56 447.6 384.4 447.41 384.35 447.33 384.47 446.99 384.45 446.7 384.29 446.67 384.14 446.44 383.98 446.32 383.83 446.3 383.63 446.08 383.3 446 383.06 446.02 382.91 446.14 382.78 446.33 382.72 446.37 382.42 446.29 382 446.18 381.76 446.25 381.62 446.38 381.58 446.53 381.39 446.69 381.07 446.48 381.06 446.32 380.95 446.39 380.83 446.37 380.62 446.22 380.5 445.99 380.2 446.15 379.93 446.18 379.69 446 379.53 445.92 379.21 445.69 379.12 445.33 378.81 445.29 378.61 445.32 378.45 445.18 378.33 445.19 378.05 444.87 377.71 444.94 377.43 444.64 377.47 444.54 377.6 444.37 377.46 444.52 377.28 444.41 377.11 444.02 377.14 443.93 376.92 443.69 376.93 443.56 376.58 443.35 376.37 443.13 375.95 442.98 375.82 442.96 375.65 442.76 375.53 442.56 375.6 442.54 375.47 442.5 373.16 442.44 370.3 442.35 366.14 442.29 363.13 442.26 362.18 442.2 358.76 442.14 355.93 Z\" data-geo-id=\"22\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(163, 0, 0);\"></path>\\n<path d=\"M 583.05 113.42 583.24 113.36 583.28 113.52 583.14 113.57 583.05 113.42 Z M 573.33 95.37 573.44 95.12 573.6 95.08 573.68 95.23 573.84 95.26 573.84 95.4 573.73 95.53 573.55 95.59 573.44 95.39 573.33 95.37 Z M 572.5 94.51 572.68 94.35 572.93 94.35 573.09 94.51 572.5 94.51 Z M 572.07 96.99 572.2 96.37 572.29 96.34 572.45 95.96 572.58 95.98 572.74 96.12 572.63 96.25 572.8 96.48 573.07 96.7 573.19 96.6 573.2 96.46 573.36 96.38 573.5 95.86 573.87 95.83 573.98 95.6 574.18 95.48 574.49 95.52 574.4 95.33 574.67 95.13 574.55 94.8 574.25 94.79 573.79 94.63 573.92 94.34 574.18 94.25 574.7 94.25 574.85 94.17 575.16 94.16 575.31 94.26 575.63 94.36 575.78 94.32 575.94 94.67 576.17 94.83 576.33 95.05 576.48 95.54 576.64 95.8 576.8 95.74 577 95.97 577.23 95.86 577.34 95.91 577.47 96.12 577.39 96.37 577.18 96.63 577.23 96.82 577.07 97.06 577.1 97.27 576.91 97.47 576.78 97.39 576.62 97.52 576.45 97.45 576.2 97.52 575.9 97.47 575.7 97.33 575.5 97.42 575.49 97.28 575.62 97.13 575.32 97.12 575.13 97.18 574.76 97.42 574.62 97.32 574.52 97.47 574.34 97.5 574.25 97.31 574.04 97.47 573.9 97.41 573.79 97.17 573.64 97.21 573.55 97.32 573.46 97.63 573.02 97.36 572.83 97.4 572.64 97.35 572.62 97.22 572.27 97.22 572.08 97.11 572.07 96.99 Z M 570.09 95.01 570.3 94.92 570.54 95.24 570.34 95.28 570.09 95.1 570.09 95.01 Z M 562.84 98.38 562.9 98.25 563.12 98.34 563.06 98.56 562.84 98.38 Z M 563.09 101.24 563.29 101.09 563.79 101.25 564.17 101.14 564.66 101.32 565.22 101.48 565.34 101.4 565.48 101.19 565.58 101.41 565.79 101.47 566.29 101.66 566.13 101.96 566.17 102.09 565.9 102.31 565.89 102.53 565.74 102.66 565.56 102.72 565.36 102.59 565.13 102.65 564.81 102.57 564.72 102.63 564.45 102.53 564.3 102.22 564.07 102.1 564.04 102.02 563.67 101.61 563.49 101.5 563.22 101.42 563.09 101.24 Z M 562.04 98.29 562.18 98.15 562.49 98.34 562.37 98.53 562.21 98.61 562.04 98.29 Z M 562.16 100.39 562.21 100.16 562.17 99.99 562.41 99.99 562.51 100.07 562.84 100.51 562.62 100.67 562.34 100.56 562.16 100.39 Z M 556.73 102.89 557.38 102.77 557.55 102.83 557.46 102.97 557.25 102.92 556.77 102.96 556.73 102.89 Z M 552.07 103.13 552.45 103.15 552.7 102.86 552.6 102.45 552.84 102.34 553.03 102.59 553.04 102.75 552.92 102.88 552.95 103.01 552.75 103.29 552.41 103.16 552.07 103.13 Z M 550.58 102.93 550.75 102.81 550.59 102.57 550.6 102.39 551.01 102.46 551.41 102.7 551.44 102.86 551.66 102.91 551.55 103.13 551.67 103.27 551.4 103.35 551.3 103.23 551.15 103.39 550.98 103.3 551 103.09 550.93 102.98 550.58 102.93 Z M 549.74 106.83 549.8 106.72 549.8 106.39 549.98 106.08 549.85 105.62 549.9 105.51 549.88 105.28 550.04 104.95 550.25 104.67 550.22 104.36 550.34 104.2 550.21 103.77 550.36 103.73 550.55 103.87 550.8 103.86 551.04 103.74 551.17 103.9 550.98 104.11 551.2 104.28 551.32 104.8 551.22 104.95 551.2 105.15 551.31 105.46 551.47 105.67 551.58 106.25 551.55 106.52 551.36 106.64 551.33 106.76 551.11 106.88 550.96 107.21 550.69 107.29 550.36 107.19 550.2 107.23 549.86 107.16 549.74 106.83 Z M 548.49 104.34 548.63 104.16 548.73 104.14 549.11 104.24 549.19 104.57 549.15 104.7 548.85 105.12 548.62 105.11 548.71 104.68 548.58 104.41 548.49 104.34 Z M 547.82 109.23 547.9 109.15 548.08 109.23 548.15 109.42 548.02 109.6 547.93 109.42 547.79 109.34 547.82 109.23 Z M 546.64 110.18 547.09 110.28 547.39 110.57 547.49 110.84 547.49 111.25 547.31 111.14 546.95 110.68 546.8 110.54 546.64 110.18 Z M 544.84 116.24 544.88 115.99 545.07 115.83 545.6 115.85 545.83 115.91 546.02 116.14 546.08 116.43 546.03 116.56 546.03 117.12 546.15 117.38 546.17 117.58 545.89 117.77 545.77 117.72 545.63 117.51 545.25 117.14 545 116.97 544.98 116.7 544.84 116.24 Z M 543.86 118.75 544.04 118.18 544.31 118.05 544.76 118.17 544.88 118.29 544.62 118.36 544.57 118.51 544.68 118.82 544.43 118.98 544.18 119.05 543.91 118.97 543.86 118.75 Z M 536.01 108.7 536.07 108.53 536.19 108.58 536.31 108.78 536.47 108.77 536.56 109.02 536.51 109.21 536.34 109.36 536.23 109.34 536.12 109.12 536.01 108.7 Z M 535.41 108.24 535.51 108.01 535.72 108.06 535.84 108.15 535.75 108.32 535.58 108.42 535.41 108.24 Z M 533.56 90.42 533.69 90.23 533.94 90.09 534.1 90.15 534.27 90.06 534.67 90.51 534.66 90.84 534.49 91.44 534.65 91.59 534.75 91.6 534.85 91.39 534.97 91.27 535.04 91.61 535.02 91.74 534.86 91.99 534.63 92.06 534.52 91.91 534.66 91.73 534.35 91.78 534.23 92.17 534.01 92.08 533.99 91.94 533.97 91.25 533.81 91.2 533.72 91.06 533.56 90.42 Z M 534.51 110.32 534.62 110.14 534.85 110.25 534.89 110.72 534.79 110.74 534.59 110.56 534.51 110.32 Z M 540.87 181.78 541.5 181.25 542.29 180.51 542.71 180.06 542.89 179.74 543.13 179.48 543.49 178.98 543.78 178.45 543.95 177.97 544.24 176.7 544.65 175.62 544.94 174.72 544.98 174.46 545.22 174.13 545.97 172.85 546.19 172.43 546.53 171.68 546.9 170.55 547.15 169.61 547.26 168.89 547.24 168.76 547.33 168.52 547.48 167.92 547.59 167 547.58 166.05 547.61 165.5 547.69 164.98 547.55 164.17 547.67 163.74 547.72 163.23 547.72 162.76 547.64 162.04 547.53 161.49 547.51 161.21 547.41 160.41 547.37 159.91 547.28 159.45 547.18 158.78 546.9 157.47 546.76 156.95 546.53 156.32 546.41 156.13 546.32 155.69 545.86 154.72 545.56 154.18 545.09 153.37 544.82 152.99 544.73 152.78 543.92 151.45 543.46 150.51 543.22 149.96 542.96 149.31 542.63 148.33 542.38 147.76 541.7 146.65 541.54 146.34 541.37 145.89 541.31 145.6 541.29 145.1 541.38 144.73 541.6 144.31 541.94 143.76 542.18 143.32 542.36 142.82 542.46 142.23 542.45 141.74 542.35 141.21 542.13 140.57 542.04 140.03 541.91 139.62 541.81 139.47 541.73 139.05 541.39 138.5 541.1 138.13 540.88 137.65 540.86 137.46 541.02 137.1 541.69 136.45 541.9 136.16 542.08 135.78 542.3 135.19 542.38 134.87 542.64 134.39 542.75 133.96 542.82 133.57 543.02 133.29 543.13 132.87 543.3 132.39 543.65 131.64 543.71 131.18 543.71 130.89 543.77 130.56 543.78 130.17 543.67 129.59 543.65 128.99 543.75 128.62 543.77 128.19 543.86 127.7 543.84 127.22 543.75 126.83 543.54 126.39 543.43 126.24 543.16 125.57 543.15 125.12 543.23 124.88 543.44 124.72 544.11 124.41 544.31 124.28 544.44 124.12 544.9 124.15 545.09 124.07 545.3 123.84 545.42 123.51 545.45 123.28 545.34 122.82 545.45 122.32 545.42 122.04 545.24 121.09 545.28 120.69 545.57 120.48 545.89 120.68 546.06 120.73 546.29 120.69 546.44 120.56 546.53 120.38 546.57 120.1 546.74 119.86 546.86 119.59 546.89 119.39 546.97 119.3 547.18 119.28 547.53 119.45 547.72 119.71 547.86 119.77 548.32 119.7 548.68 119.48 548.92 119.05 549.01 118.8 549 118.47 548.93 118.3 549.13 118.03 549.22 117.67 549.36 117.37 549.72 117.14 549.89 116.95 550.09 116.58 550.13 116.33 550.11 116.14 550.28 115.73 550.31 115.53 550.74 114.69 550.9 114.84 551.18 114.77 551.44 114.51 551.59 114.14 551.72 114.13 551.79 114.31 551.96 114.51 551.92 114.75 551.66 114.97 551.45 115.23 551.23 115.27 551.06 115.38 551.05 115.55 550.91 115.82 551.07 116.18 551.22 116.33 551.2 116.48 551.45 116.84 551.7 117.05 551.73 117.34 551.58 117.29 551.44 117.15 551.32 117.38 551.33 117.81 551.07 118.17 550.96 118.22 550.78 118.83 551.03 118.89 551.26 118.56 551.39 118.71 551.44 119.16 551.43 119.4 551.52 119.66 551.19 119.76 551.16 120.04 551 120.5 550.98 121.17 551.03 121.5 551.2 121.88 551.34 122.06 551.35 122.22 551.29 122.55 551.48 122.69 551.87 122.67 551.99 122.05 552.03 121.66 552.16 121.49 552.34 120.75 552.54 120.53 552.53 120.21 552.6 120.08 552.47 120.01 552.11 120.08 552.36 119.71 552.46 119.34 552.44 119.12 552.53 118.86 552.5 118.6 552.75 118.43 552.86 118.24 553.07 118.19 553.25 118.68 553.07 118.76 553.02 118.95 552.99 119.44 553.01 119.78 553.08 119.92 553.05 120.27 552.99 120.5 553.02 120.81 552.92 120.98 552.78 121.04 552.53 121.28 552.34 121.61 552.32 122.12 552.36 122.2 552.19 122.75 552.51 122.93 552.88 122.91 553.12 122.54 553.14 122.39 553.04 122.13 553.14 121.79 553.49 121.52 553.68 120.94 553.68 120.78 553.87 120.48 553.96 120.21 553.97 119.96 554.13 119.74 554.26 119.23 554.32 118.89 554.28 118.79 554.35 118.32 554.29 118.11 554.38 117.82 554.27 117.54 554.22 117.01 554.24 116.83 554.36 116.56 554.3 116.46 554.32 116.23 554.31 115.75 554.16 115.48 554.02 115.01 553.94 114.46 553.81 114.27 553.76 113.91 553.74 113.37 553.86 112.73 554.07 112.44 554.28 112.31 554.38 112.06 554.58 111.98 554.67 111.73 554.84 111.79 555.08 111.74 555.31 111.52 555.35 111.24 555.51 111.24 555.69 111.07 555.92 110.75 556.07 110.77 556.33 110.68 556.45 110.57 556.64 110.54 556.77 110.43 557.17 110.51 557.89 110.47 558.06 110.51 558.45 110.28 558.71 110.31 559.13 110.07 559.69 109.71 559.7 109.39 559.55 109.18 559.08 109.12 558.74 109.13 558.5 109.2 558.31 109.14 557.98 109.11 557.61 108.84 557.12 108.31 557.02 107.97 556.84 107.63 556.71 107.25 556.59 106.69 556.65 106.36 556.87 106.06 557.02 105.72 557.05 105.48 557.21 105.26 557.8 104.96 557.96 104.76 558.03 104.39 558.19 104.35 558.34 104.18 558.41 104 558.61 103.77 558.6 103.39 558.3 103.12 558.07 103 557.84 103.06 557.83 102.91 558.52 102.82 558.77 102.83 559.01 102.98 559.15 102.96 559.38 102.77 559.91 102.93 560.14 102.74 560.3 102.84 560.45 102.82 560.58 102.7 560.66 102.52 560.48 102.14 560.71 101.97 561.01 102.07 561.23 101.93 561.34 101.95 561.42 102.3 562.02 102.47 562.04 102.59 562.46 102.66 562.71 102.83 563.54 103.15 563.76 103.16 563.86 103.36 564.08 103.52 564.27 103.56 564.45 103.71 564.63 103.74 564.75 103.9 564.99 103.96 565.16 104.06 565.41 104 565.59 104.16 565.72 103.95 565.53 103.8 565.55 103.71 565.76 103.67 566.29 103.87 566.89 103.63 567.49 103.79 567.73 103.9 568.21 103.99 568.48 104 568.77 104.22 569.22 104.73 569.67 105.05 569.85 105.33 569.88 105.6 570.03 106.05 570.15 106.23 570.49 106.45 570.76 106.52 570.95 106.49 571.18 106.3 571.82 106.34 572.06 106.24 572.49 106.22 572.91 106.31 573.09 106.47 573.32 106.6 573.68 106.96 573.94 107.15 574.12 107.19 574.38 107.38 574.75 107.46 574.95 107.57 575.08 107.45 575.35 107.58 575.4 107.42 575.66 107.32 575.96 107.64 576.43 107.82 576.92 108.12 577.28 108.16 577.41 108.3 577.79 108.34 577.97 108.28 578.17 108.09 578.44 108.26 578.8 108.36 579.04 108.59 579.07 108.46 579.24 108.47 579.26 108.64 579.46 108.76 579.56 108.89 579.71 108.92 579.89 109.16 580.09 109.19 580.38 109.36 580.49 109.49 580.4 109.83 580.07 109.81 580.15 110.1 580.28 110.33 580.47 110.56 580.67 110.73 580.87 111.07 580.92 111.3 581.05 111.47 581.2 111.47 581.43 111.79 581.69 111.79 581.63 111.95 581.76 112.09 581.69 112.19 581.85 112.4 581.83 112.56 581.99 112.65 582.06 112.89 582.24 113.09 582.21 113.3 582.08 113.35 582.05 113.52 582.44 113.54 582.55 113.67 582.65 113.96 582.36 113.92 582.12 113.82 581.62 113.73 581.39 113.6 581.2 113.4 581.19 113.26 581.04 113.14 580.76 113.29 580.42 113.58 580.32 113.6 580.18 113.89 580.12 114.25 580.18 114.37 580.42 114.46 580.45 114.66 580.28 114.62 580.2 114.74 580.36 115.07 580.46 115.61 580.55 115.82 580.77 116.06 581.07 116.18 581.21 116.31 581.25 116.45 581.51 116.48 581.68 116.64 582.37 116.74 582.4 116.97 582.34 117.17 582.47 117.46 582.7 117.69 582.72 117.86 582.84 118.07 582.85 118.48 582.98 118.88 582.91 119.09 583.01 119.43 583.19 119.69 583.35 119.82 583.37 120.24 583.32 120.67 583.31 120.92 583.11 121.48 583.07 121.89 583.09 122.15 583.21 122.82 583.34 123.14 583.26 123.69 583.34 124.23 583.32 125.03 583.35 125.32 583.5 125.73 583.41 126.41 583.42 126.69 583.51 127.02 583.42 127.21 583.1 127.22 582.98 127.33 582.67 127.88 582.51 128.04 582.41 128.48 582.2 128.88 582.14 128.84 582.2 128.54 582.03 128.45 581.67 128.43 581.29 128.6 581.1 128.86 580.96 129.14 580.86 129.56 580.87 130.28 580.78 130.94 580.84 131.5 580.96 131.9 580.89 131.92 580.67 132.31 580.69 132.63 580.88 132.99 580.45 132.91 579.92 133.06 579.56 133.42 579.55 133.89 579.65 134.22 579.59 134.33 579.36 134.33 579.26 134.22 579.14 134.3 578.95 134.17 578.64 134.51 578.36 134.56 577.59 134.6 577.4 134.8 577.32 135.08 577.2 135.23 577.06 135.25 577.05 135.55 576.93 135.97 576.73 136.11 576.76 136.67 576.81 137 576.78 137.48 576.88 138.12 576.81 138.33 576.78 138.82 576.66 138.91 576.68 139.06 576.51 139.14 576.54 139.35 576.65 139.53 576.8 139.97 577.26 140.65 577.73 140.96 578.18 141.14 578.33 140.96 578.68 141.24 578.96 141.25 579.8 141.45 580.32 141.73 580.39 141.96 580.6 142.02 580.82 141.87 581.07 141.56 581.33 141.16 581.8 140.3 581.95 140.11 582.15 139.62 582.47 139.21 582.84 139.27 583.01 139.18 583.22 138.87 583.21 138.75 583.04 138.68 583.07 138.56 583.31 138.6 583.47 138.2 583.49 137.99 583.67 137.26 583.53 137.12 583.14 137.31 583.03 137.28 583.16 136.8 583.22 136.71 583.13 136.45 583.19 136.32 583.44 136.33 583.38 136.59 583.78 136.63 584.04 136.34 584.31 136.24 584.56 135.93 584.66 135.68 584.65 135.5 584.5 135.31 583.98 135.28 583.72 135.36 583.68 135.18 583.94 135.22 584.66 135.08 584.87 134.96 585.14 134.65 585.35 134.2 585.41 133.94 585.39 133.82 585.59 133.78 585.83 133.66 586.24 133.55 586.43 133.56 586.62 133.43 586.87 133.38 587.08 133.25 587.36 132.99 587.82 132.99 588.08 132.86 588.25 132.59 588.4 132.04 588.9 131.92 589.13 131.56 589.27 131.49 589.45 131.59 589.68 131.42 590.18 131.58 590.26 131.69 590.47 131.78 591.34 131.9 591.39 131.97 591.65 132.03 591.82 132.28 592.05 132.26 592.48 132.57 592.68 132.85 592.84 133.18 592.98 133.3 593.18 133.68 593.43 133.96 593.48 134.24 593.58 134.46 593.94 134.69 594.15 134.99 594.11 135.18 594.34 135.37 594.48 135.8 594.59 136 594.58 136.18 594.73 136.32 594.72 136.53 594.79 136.94 594.86 137.02 594.91 137.34 595.04 137.62 595.01 137.85 595.16 138.32 595.17 138.54 595.28 138.88 595.29 139.05 595.42 139.4 595.38 139.47 595.47 139.88 595.53 139.97 595.76 140.73 595.93 141.01 596.05 141.34 596.15 141.48 596.17 141.67 596.36 141.9 596.42 142.19 596.53 142.31 596.53 142.45 596.73 142.75 596.8 143.42 596.92 143.68 596.94 144.26 597.07 144.54 597.15 144.95 597.14 145.15 597.24 145.46 597.29 145.74 597.37 145.83 597.33 146.02 597.4 146.17 597.48 146.66 597.57 146.9 597.76 147.18 597.95 147.83 598.1 148.16 598.22 148.64 598.33 148.93 598.58 149.18 598.73 149.51 599.14 150.11 599.38 150.43 599.46 150.6 599.47 150.88 599.67 151.17 599.65 151.37 599.53 151.67 599.31 151.98 599.23 152.2 599.14 152.98 599.24 153.52 599.24 153.95 599.18 154.18 599.18 154.5 599.38 154.91 599.51 155.36 599.37 155.93 599.4 156.23 599.3 156.58 599.17 157.29 599.26 157.82 599.2 158.28 599.13 158.45 598.86 158.76 598.77 158.95 598.5 159.32 598.39 159.62 598.13 159.69 597.88 159.57 597.64 159.66 597.41 159.93 597.23 160.34 597.18 160.09 597.3 160.02 597.37 159.85 597.53 159.69 597.56 159.57 597.35 159.42 597.08 159.71 596.99 159.52 597.13 159.24 597.31 159.17 597.33 158.99 597.05 158.9 596.93 159.08 596.75 159.17 596.6 159.09 596.55 158.96 596.7 158.77 596.89 158.75 597.01 158.54 596.89 158.43 597.13 158.22 597.24 157.84 597.47 158.02 597.57 157.96 597.64 157.68 597.61 157.51 597.42 157.34 597.07 157.33 596.85 157.19 596.69 157.16 596.47 157.2 596.38 157.33 596.14 157.38 596.03 157.58 595.88 157.61 595.72 157.8 595.74 157.94 595.47 158.06 595.3 158.03 595.13 158.18 595.04 158.34 594.99 158.63 595.03 158.82 595.14 158.91 595.48 159 595.54 159.34 595.63 159.56 595.46 159.64 595.12 159.69 594.95 159.77 594.77 160.03 594.51 160.69 594.46 161.14 594.54 161.31 594.54 161.55 594.79 162.01 594.66 162.91 594.64 163.15 594.47 163.44 594.33 163.54 594.18 163.92 594.27 164.05 593.98 164.18 593.8 164.35 593.42 164.55 592.91 164.69 592.42 164.99 592.21 165.21 591.99 165.62 591.89 166.15 591.75 166.6 591.76 167.13 591.8 167.83 592.02 168.52 592.14 168.74 592.04 169.48 591.7 169.57 591.58 169.82 591.29 170.04 591.4 170.41 591.2 170.62 591.35 170.77 591.54 170.73 591.68 170.81 591.67 170.96 591.42 171.32 591.19 171.52 590.97 171.58 590.7 171.9 590.64 172.16 590.72 172.44 590.5 172.57 590.3 172.5 590.13 172.52 589.82 172.8 589.71 173.17 589.71 173.64 589.64 173.85 589.46 173.98 589.25 173.95 589.11 174.09 588.94 174.49 588.83 174.91 588.71 175.1 588.51 175.18 588.43 175.39 588.49 175.91 588.76 176.46 588.74 176.58 588.44 176.7 588.45 176.86 586.47 177.19 584.12 177.6 582.77 177.82 580.82 178.16 580.53 178.2 578.92 178.47 575.75 178.99 572.77 179.44 570.28 179.81 569.49 179.95 569.35 178.72 567 179.01 566.06 179.11 564.19 179.33 562.27 179.54 558.05 180.03 555.46 180.31 552.64 180.6 550.71 180.79 548.77 181 545.19 181.37 543.47 181.54 540.87 181.78 Z M 519.71 75.05 519.85 75.02 520.05 74.85 520.14 74.91 520.4 74.91 520.38 75.18 520.16 75.2 520.03 75.09 519.71 75.05 Z M 498.14 68.16 498.23 68.03 498.62 67.92 498.55 67.76 498.62 67.34 498.84 67.19 498.85 67.1 499.13 66.85 500.17 66.15 501.25 65.52 501.42 65.4 501.97 65.13 502.22 64.97 502.3 64.98 502.66 64.8 502.67 64.69 503.39 64.21 503.23 64.47 503.57 64.3 503.64 64.19 504 64.05 504.12 63.95 504.27 63.61 504.97 63.18 505.36 62.86 505.45 62.56 506.1 62.15 506.55 61.97 506.93 61.7 507.23 61.86 507.53 61.78 507.76 61.54 508.04 61.44 508.2 61.45 508.51 61.27 508.58 61.47 508.57 61.65 508.26 61.97 506.8 63.25 506.68 63.43 506.74 63.84 506.61 64.02 505.59 64.91 504.99 65.27 504.39 65.52 504.31 65.59 504.06 65.65 503.54 65.97 503.3 65.96 502.84 66.25 502.72 66.24 502.4 66.45 502.41 66.57 502.13 66.71 501.91 66.9 501.44 67.18 501.43 67.37 501.49 67.52 501.79 67.41 502.05 67.4 502.14 67.47 502.78 67.2 502.64 67.42 502.15 67.69 501.83 67.82 501.25 68.15 500.98 68.22 500.18 68.66 499.98 68.81 499.7 68.85 499.5 68.94 499.09 68.78 499 68.51 498.86 68.45 498.53 68.47 498.66 68.15 498.93 67.84 498.79 67.81 498.61 67.99 498.22 68.18 498.14 68.16 Z M 484.65 93.86 485.06 93.51 485.76 92.98 486.08 93.07 486.61 92.74 486.97 92.61 487.31 92.42 487.91 92.15 488.73 91.91 489.45 91.62 489.66 91.49 490.07 91.1 490.26 90.82 490.55 90.62 490.95 90.23 491.19 89.95 491.88 89.03 492.09 88.86 492.62 88.55 493.53 88.26 493.96 88.23 494.14 88.17 494.6 88.31 494.73 88.41 494.95 88.38 495.17 88.23 495.68 88.04 495.83 88.02 496.22 87.86 496.78 87.91 497.23 87.84 497.52 87.73 498.32 87.32 498.56 87.1 498.82 86.97 499.04 86.79 499.18 86.74 499.52 86.49 499.88 86.25 500.2 85.88 500.43 85.48 500.53 85.23 500.72 85.12 500.9 84.81 501.07 84.65 501.21 84.61 501.37 84.74 501.74 84.73 501.94 84.66 502.23 84.43 502.37 84.39 502.54 84.51 502.92 84.42 503.1 84.32 503.37 84.07 503.57 83.73 503.79 83.18 503.8 82.9 503.89 82.66 504.06 82.37 504.48 82.08 504.6 82.06 504.78 81.81 504.88 81.61 505.28 81.32 505.47 81.31 505.65 81.18 506.02 80.59 506.38 80.2 506.92 79.77 507.12 79.73 507.39 79.58 507.45 79.49 507.91 79.33 508.22 78.97 508.84 78.32 509.11 77.92 509.19 77.64 509.31 77.4 509.59 77.06 509.71 76.83 509.85 76.75 510.36 76.32 510.59 76.27 510.98 76.05 511.45 75.66 511.96 75.51 512.19 75.35 512.34 75.06 512.74 74.88 513.02 74.81 513.26 74.84 513.28 74.74 513.86 74.6 514.04 74.53 514.23 74.56 514.46 74.5 514.55 74.38 515.35 74.25 515.87 74.2 516.34 74.21 516.66 74.36 517.01 74.32 517.07 74.21 517.46 74.21 517.66 74.17 518.26 74.35 518.62 74.54 518.83 74.7 518.89 74.95 518.84 75.04 518.95 75.33 518.94 75.43 518.54 75.38 518.33 75.45 518.23 75.63 517.81 75.7 517.62 75.86 517.07 75.7 516.74 75.73 516.56 75.82 516.38 75.81 515.78 75.97 515.69 76.22 515.75 76.44 515.95 76.56 516.09 76.8 516 76.96 515.71 77.01 515.46 77.23 515.13 77.56 514.65 77.76 514.45 77.99 514.16 78.5 513.9 78.64 513.67 79.04 513.43 79.24 513.32 79.45 512.97 79.6 512.73 79.61 512.53 79.83 512.42 80.08 512.42 80.61 512.57 80.83 512.39 81.04 512.24 80.89 512.11 80.9 511.94 81.03 511.86 81.2 511.89 81.49 511.79 81.8 511.14 82.28 511.12 82.69 511.08 82.98 510.99 83.23 511 83.38 510.78 83.68 510.49 84.21 510.28 84.24 510.07 84.35 510.05 84.84 509.99 85.29 509.85 85.85 509.78 86.02 509.82 86.19 509.78 86.48 509.78 87.16 509.93 87.41 509.94 87.57 510.1 87.83 510.02 88.02 509.85 87.99 509.66 88.45 509.92 88.6 510.09 88.55 510.3 88.32 510.31 88.18 510.47 87.73 510.69 87.36 511.09 86.82 510.96 86.58 510.78 86.6 510.94 86.29 511.16 86.18 511.13 86.38 511.23 86.45 511.45 86.44 511.95 85.77 512.3 85.42 512.54 85.23 512.75 84.95 513.09 84.73 513.32 84.63 513.43 84.46 513.99 84.13 514.16 84.24 513.99 84.38 513.96 84.58 513.51 85.09 513.2 85.3 512.94 85.6 512.84 85.79 512.66 86.42 512.54 86.72 512.4 86.84 512.54 86.98 512.66 86.73 512.76 86.67 512.88 86.24 512.99 86.01 513.25 85.78 513.19 85.64 513.57 85.36 513.87 85.33 514.32 85.2 514.64 85.03 514.89 84.95 515.11 84.96 515.56 85.11 515.76 85.06 516.01 85.14 516.56 85.02 517.32 84.96 517.65 85.24 518.04 85.38 518.41 85.21 518.6 85.38 518.88 85.38 518.98 85.62 519.26 85.72 519.45 85.61 519.58 86.14 519.69 86.31 520 86.32 520.37 86.07 520.39 86.32 520.49 86.44 520.74 86.51 520.95 86.49 521.32 86.91 521.54 87.03 521.51 87.17 521.61 87.57 521.74 87.84 521.75 87.98 521.89 88.17 522.31 88.45 522.36 88.57 522.57 88.67 522.6 88.94 522.8 89.2 522.94 89.46 523.08 89.54 523.42 89.65 523.51 90.04 523.81 90.24 523.98 90.46 524.22 90.41 524.29 90.48 524.59 90.56 524.52 90.79 524.78 91.23 524.6 91.32 524.57 91.5 524.76 91.79 525.07 92.02 525.43 92.13 525.74 92.18 526.43 92.19 527.17 92.07 527.46 91.96 527.55 91.78 527.73 91.87 528.05 91.93 528.29 91.89 528.77 91.45 529.2 91.31 529.27 91.2 529.44 91.19 529.47 91.03 529.84 91.13 530.07 91.12 530.25 91.29 530.59 91.96 530.63 92.16 530.83 92.23 531.07 92.17 531.35 92.29 531.42 92.56 531.57 92.68 532.08 92.69 532.35 92.59 532.38 92.31 532.46 92.03 532.65 91.8 533.09 91.72 533.41 91.84 533.4 91.96 533.61 92.13 533.84 92.42 534.1 92.4 534.27 92.26 534.46 92.3 534.52 92.5 534.41 92.7 534.57 92.87 534.75 92.86 535.09 92.22 535.06 92.05 535.23 92.02 535.38 91.72 535.54 91.53 535.73 91.16 535.98 91.05 536.18 90.72 536.42 90.53 536.56 90.17 536.72 89.97 536.92 89.96 537.05 90.04 537.51 89.76 537.72 89.66 538.23 89.33 538.59 89.03 540.2 87.67 540.52 87.34 540.82 87.24 541.09 87.52 541.28 87.55 541.52 87.51 541.89 87.35 542.16 87.2 542.7 87.03 542.92 87.07 543.3 86.93 543.8 86.66 544.2 86.54 544.69 86.53 545.31 86.61 545.9 86.62 546.37 86.57 546.97 86.45 547.55 86.41 548.05 86.44 548.63 86.38 549.06 86.3 549.41 86.18 549.86 85.92 550.11 85.75 550.34 85.65 550.9 85.32 551.54 84.84 552.21 84.46 552.72 84.34 553.48 84.09 554.49 84.12 555.08 84 555.57 83.73 555.89 83.66 556.15 83.73 555.76 84.21 555.53 84.56 555.4 84.88 555.34 85.18 555.38 85.6 555.39 86.56 555.42 87.02 555.49 87.38 555.63 87.78 555.68 88.1 555.5 88.18 555.36 88.33 555.38 88.67 555.47 88.87 555.71 89.15 555.98 89.28 556.65 89.25 556.85 89.03 556.98 89.03 557.22 89.32 557.61 89.36 558.02 89.23 558.13 89.31 558.36 89.64 558.66 89.64 558.88 89.58 559.27 89.39 559.84 89.04 560.39 88.6 560.72 88.67 561.01 88.58 561.15 88.69 561.38 89.08 561.51 89.16 561.54 89.35 561.48 89.5 561.63 89.85 561.8 89.86 562.11 89.76 562.32 89.64 562.62 89.35 562.71 89.37 562.86 89.09 563.13 89.33 563.33 89.14 563.39 88.89 563.37 88.72 563.26 88.65 563.45 88.21 563.75 87.94 564.09 87.93 564.34 87.71 564.77 87.69 564.99 87.81 565.44 87.89 565.8 87.82 565.92 87.68 566.22 87 566.62 86.83 566.87 87.06 567.02 87.05 567.36 86.89 567.5 86.92 567.68 87.13 567.8 87.38 567.54 89.05 567.75 89.92 568.09 90.55 568.29 90.81 568.14 90.97 568.3 91.85 568.56 92.04 568.46 92.34 568.36 92.4 568.31 92.6 568.13 92.56 567.99 92.65 567.92 92.8 567.74 92.51 567.44 92.65 567.39 92.47 567.13 92.42 567.1 92.7 566.96 92.72 566.82 92.95 566.74 92.9 566.54 93.03 566.38 93.37 566.55 93.56 566.81 93.72 566.73 93.82 567.16 94.01 567.47 93.91 567.53 93.8 567.79 93.57 567.87 93.72 568.12 93.58 568.17 93.7 568.34 93.73 568.42 93.55 568.53 93.62 568.56 93.83 568.94 94.11 569.04 94.03 569.18 94.12 569.32 94.06 569.75 94.23 569.65 94.41 569.49 94.55 569.3 94.88 569.31 95.09 569.68 95.39 569.98 95.76 570.23 95.92 570.31 95.87 570.65 96.18 570.71 96.32 570.86 96.31 570.88 96.14 571.23 96.05 571.27 96.23 571.65 96.36 571.88 96.81 571.75 96.95 571.79 97.06 571.75 97.37 571.57 97.21 571.3 97.28 570.82 97.28 570.61 97.45 570.58 97.65 570.33 97.53 569.85 97.45 569.64 97.47 569.08 97.34 568.96 97.24 568.63 97.35 568.55 97.48 568.39 97.49 568.18 97.4 567.95 97.49 567.91 97.58 567.57 97.38 567.58 97.53 567.44 97.55 567.25 97.47 567.09 97.48 566.88 97.4 567.12 97.78 567.06 98.01 566.9 97.96 566.68 98.09 566.46 97.94 566.34 98.08 566.16 98.13 565.85 98.12 566.03 98.33 565.91 98.45 565.74 98.47 565.46 98.37 565.29 98.46 564.95 98.22 565.03 98.05 564.96 97.95 565.17 97.73 565.09 97.56 564.87 97.39 564.65 97.32 564.53 97.42 564.36 97.37 564.26 97.49 564.35 97.75 564.43 97.83 564.29 98.04 564.15 97.94 564.02 97.62 563.78 97.6 563.69 97.71 563.73 98.12 563.49 98.18 563.44 98 563.47 97.76 563.37 97.44 563.21 97.19 562.93 97.04 562.7 97.1 562.64 97.18 562.38 97.17 562.24 97.06 562 97.01 561.66 96.8 561.42 96.96 561.29 97.19 561.27 97.53 561.4 97.74 561.39 97.99 561.32 98.13 561.46 98.27 561.43 98.39 561.16 98.39 561.14 98.51 560.97 98.52 560.89 98.65 560.81 98.96 560.91 99.17 561.12 99.27 561.22 99.48 560.97 99.52 560.99 99.87 561.11 99.95 561.3 100.43 561.52 100.65 561.46 100.75 561.06 100.82 560.92 100.98 560.55 100.84 560.29 100.69 560.12 100.49 559.89 100.56 559.75 100.5 559.64 100.33 559.59 100.03 559.32 99.97 559.04 99.78 558.88 99.59 558.62 99.65 558.54 99.61 558.08 98.98 557.61 98.56 557.17 98.23 556.46 97.99 555.93 97.96 555.4 97.66 555.11 97.61 554.93 97.68 554.82 97.52 554.68 97.47 554.6 97.72 554.31 97.6 554.07 97.55 553.99 97.6 553.77 97.5 553.62 97.51 552.96 97.27 552.73 97.12 552.46 97.09 552.32 97.13 552.03 97.47 551.86 97.15 551.56 97.04 551.36 97.05 550.98 97.31 550.66 97.23 550.4 97.25 550.13 97.39 549.9 97.64 549.62 98.03 549.53 98.31 549.37 98.43 549.14 98.82 549.04 99.15 548.84 99.49 548.67 99.61 548.65 99.91 548.25 100 548.16 100.17 547.89 100.09 547.62 100.08 547.57 100.14 547.15 100.06 546.8 99.93 546.54 99.92 546.34 100.01 546.27 100.18 546.14 100.24 545.89 100.21 545.46 100.28 545.27 100.45 545.11 100.68 545.1 100.99 545.23 101.05 545.19 101.2 544.87 101.06 544.68 100.92 544.1 100.73 543.23 100.57 542.79 100.57 542.41 100.65 542.13 100.82 541.91 100.9 541.45 100.78 541.14 100.89 541.03 101.12 540.73 101.11 540.44 101.26 540.43 101.46 540.34 101.6 540.07 101.72 539.86 102.04 539.89 102.4 539.8 102.75 539.93 103.01 539.77 103.18 539.67 103.47 539.74 103.67 539.65 103.99 539.74 104.09 539.48 104.34 539.2 104.22 538.95 104.25 538.75 104.38 538.73 104.67 538.65 104.93 538.49 104.92 538.41 105.07 538.15 104.93 538.07 105.03 538.02 105.28 537.79 105.19 537.4 105.34 537.43 105.67 537.41 106.08 537.26 106 536.91 105.98 536.82 106.07 536.79 106.34 536.85 106.57 536.75 106.69 536.77 106.97 536.5 106.91 536.3 107.12 536.37 107.44 536.52 107.92 536.3 107.92 536.08 107.98 535.86 107.89 535.55 107.68 535.41 107.32 535.17 107.27 535.06 106.96 535.08 106.78 535.25 106.62 535.43 106.67 535.59 106.57 535.71 106.36 535.6 106.02 535.7 105.85 535.85 105.85 535.93 105.62 536.13 105.31 536.17 105.13 535.98 105.14 536.05 104.9 536.24 104.77 536.35 104.85 536.62 104.8 536.8 104.9 536.99 104.84 536.83 104.65 536.69 104.58 536.69 104.38 536.88 104.29 536.97 104.1 536.9 103.99 536.94 103.76 537.12 103.63 537.26 103.31 537.2 102.9 537.1 102.7 536.75 102.48 536.46 102.57 536.27 102.96 536.08 102.99 535.85 103.32 535.89 103.64 535.73 103.66 535.51 103.85 535 103.72 534.77 103.77 534.56 103.67 534.39 103.38 534.17 103.35 533.87 103.51 533.9 103.88 533.83 103.99 533.99 104.13 534.07 104.43 533.96 104.76 533.72 104.81 533.69 105.14 533.51 105.27 533.54 105.54 533.4 105.65 533.25 105.94 533.33 106.06 533.32 106.26 533.08 106.37 533.02 106.47 532.63 106.49 532.53 106.54 532.34 106.8 532.25 106.69 532.04 106.72 531.92 107.06 531.72 107.21 531.68 106.95 531.52 106.91 531.45 106.71 531.46 106.35 531.5 106.26 531.48 105.74 531.4 105.67 531.33 105.35 531.36 105.18 531.26 104.97 531.21 104.72 531.04 104.6 530.95 104.4 531.18 104.23 531.21 104.01 531.37 103.86 531.43 103.67 531.63 103.41 531.59 103.02 531.36 102.91 531.18 102.9 531.19 103.12 531.04 103.21 530.86 103.63 530.68 103.82 530.83 103.96 531.01 104.03 530.76 104.22 530.49 104.34 530.34 104.58 530.29 104.77 530.3 105.8 530.43 105.98 530.68 106.05 530.43 106.21 530.29 106.57 530.45 106.75 529.98 106.94 529.95 107.19 529.57 107.35 529.4 107.52 529.1 107.71 529 107.83 528.99 108.01 528.74 108.26 528.65 108.54 528.41 109.13 528.33 109.24 528.29 109.49 528.13 109.67 528 109.98 528 110.21 527.79 110.75 527.76 110.98 527.57 111.34 527.53 111.59 527.39 111.75 527.26 112.06 527.27 112.25 527.38 112.38 527.27 112.67 526.99 112.91 526.96 113.15 526.83 113.39 526.6 113.61 526.59 113.99 526.41 114.15 526.45 114.32 526.28 114.47 526.16 114.67 526.11 114.88 526.14 115.1 525.84 115.44 525.75 115.67 525.39 116.23 525.24 116.52 525.24 116.6 524.99 116.88 524.92 117.12 524.62 117.34 524.5 117.59 524.35 117.71 524.36 117.86 524.19 118.03 524.26 118.24 524.11 118.32 524.07 118.56 524.11 118.73 524.39 119.09 523.89 118.96 523.83 118.91 523.43 118.9 523.16 118.49 523.07 118.25 522.73 118.07 522.32 117.67 522.2 117.29 522.39 117.05 522.36 116.87 522.42 116.72 522.38 116.6 522.54 116.46 522.57 115.96 522.66 115.88 522.64 115.65 522.76 115.32 523.07 114.85 523.05 114.75 523.22 114.49 523.21 114.27 523.07 114.13 523.03 113.92 522.82 113.8 522.79 113.71 522.52 113.58 522.21 113.85 521.96 114.27 521.78 114.42 521.39 114.45 521.29 114.39 521.03 114.45 520.72 114.46 520.66 114.6 520.49 114.57 520.21 114.43 520.07 114.53 520.01 114.32 520.17 114.1 520.16 113.92 520.31 113.8 520.29 113.6 520.4 113.39 520.23 113.13 520.2 112.93 520.55 112.49 520.8 112.31 520.96 111.89 521.01 111.6 520.87 111.36 520.81 110.88 520.58 110.64 520.38 110.52 520.41 110.33 520.85 110.42 520.96 110.34 520.95 110.05 521.08 109.9 521.09 109.64 520.99 109.41 520.83 109.38 520.65 109.16 520.55 108.98 520.35 108.84 520.34 108.54 520.6 108.45 520.88 108.29 520.77 108.03 520.47 107.81 520.41 107.6 520.06 107.53 519.8 107.36 519.67 107.17 519.69 107.02 519.43 106.85 519.17 106.9 518.77 106.8 518.54 106.89 518.31 106.88 518.26 106.78 517.99 106.69 518.05 106.55 517.93 106.25 517.86 106.21 517.41 106.37 517.25 106.37 517.12 106.55 516.85 106.59 516.74 106.52 516.53 106.51 516.4 106.41 516.31 106.19 516.02 106.1 515.94 105.84 516.37 105.29 516.63 105 516.69 104.79 516.5 104.69 516.27 104.66 516.18 104.35 516.31 104.03 516.2 103.93 515.88 103.96 515.57 103.68 515.24 103.64 515.16 103.53 514.89 103.44 514.81 103.54 514.42 103.58 514.29 103.54 514.23 103.31 513.74 103.49 513.63 103.58 513.39 103.44 513.24 103.44 512.81 103.15 512.4 102.9 512.31 103.07 512.12 103.13 511.94 103.25 511.8 103.09 511.6 102.98 511.49 103.01 511.35 102.84 511.18 102.82 511.14 102.96 510.98 103.03 510.84 102.96 510.64 102.52 510.33 102.5 510.23 102.65 509.9 102.64 509.6 102.87 509.53 102.69 509.39 102.67 509.31 102.92 509.27 103.23 508.64 103.27 508.39 102.8 508.05 102.74 507.95 102.85 507.82 102.68 507.57 102.6 507.31 102.76 507.24 102.71 507.02 102.85 506.93 102.62 506.7 102.78 506.25 102.65 506.08 102.46 504.13 101.52 502.74 100.83 502.29 100.75 500.23 100.33 497.27 99.73 496.76 99.62 495.35 99.34 491.57 98.56 488.85 97.98 488.84 97.55 488.63 97.33 488.62 97.19 488.48 96.99 488.43 96.82 488.27 96.63 488.24 96.38 488.17 96.16 487.97 96.06 487.95 95.76 487.79 95.72 487.73 95.46 487.61 95.4 487.38 94.92 487.22 94.94 487.18 94.78 486.99 94.89 486.74 94.92 486.6 94.71 486.48 94.65 486.08 94.73 486.1 94.28 485.8 94.03 485.64 94.07 485.57 94.29 485.35 94.29 485.02 94.48 484.8 94.07 484.65 93.86 Z\" data-geo-id=\"26\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(163, 0, 0);\"></path>\\n<path d=\"M 774.42 147.61 774.72 147.65 774.78 147.71 775.01 147.55 775.03 147.26 775.89 147.04 776.45 146.78 776.66 146.52 776.82 146.22 776.94 145.84 776.88 145.27 776.68 145.11 776.51 145.07 776.52 144.95 776.93 145.24 778.23 146.68 778.3 146.95 778.3 147.13 778.19 147.34 777.68 147.65 777.13 147.69 776.71 147.79 776.5 147.93 776.24 147.97 775.45 147.89 774.64 147.72 774.42 147.61 Z M 773.71 147.3 773.89 147.24 774.15 147.28 774.29 147.44 774.22 147.61 773.87 147.44 773.71 147.3 Z M 765.66 146.57 765.73 146.34 765.88 146.12 766 146.1 766.05 145.88 766.22 145.77 766.28 145.58 766.49 145.45 766.69 145.08 766.86 145.14 767.21 145.07 767.04 145.28 766.82 145.4 766.8 145.62 766.52 145.77 766.39 145.99 766.25 146 766.33 146.22 766.2 146.44 766.09 146.47 765.95 146.73 765.82 146.77 765.66 146.57 Z M 766.32 150.36 766.55 150.24 766.75 150.26 766.75 150.44 766.45 150.47 766.32 150.36 Z M 764.54 144.12 764.73 144.03 764.82 144.22 764.71 144.3 764.54 144.12 Z M 765.79 148.75 765.82 148.62 766.11 148.49 766.55 148.53 766.72 148.38 766.79 148.09 766.96 147.72 767 147.41 767.1 147.36 767.21 147.14 767.24 146.63 767.4 146.44 767.6 146.36 767.68 145.98 767.91 145.88 768.34 145.36 768.51 145.59 768.5 145.74 768.63 145.81 768.8 145.52 768.96 145.46 769.18 145.72 769.26 146.14 769.45 146.39 769.76 146.51 770.08 146.52 770.24 146.78 770.39 146.77 770.59 146.46 770.51 146.24 770.58 146.01 770.76 145.93 770.94 146.36 770.98 146.67 771.13 147.16 770.95 147.33 770.52 147.45 769.35 147.73 768.4 148.04 767.83 148.25 767.29 148.56 767.13 148.73 766.96 149 766.97 149.3 766.89 149.37 766.46 149.23 766.15 149.05 765.79 148.75 Z M 765.23 146.8 765.31 146.67 765.48 146.62 765.69 146.74 765.42 146.98 765.23 146.8 Z M 764.47 147.5 764.49 147.36 764.76 147.33 764.76 147.22 764.96 147.07 765.22 147.2 764.96 147.48 764.54 147.61 764.47 147.5 Z M 763.92 147.89 764.11 147.65 764.2 147.84 763.96 148.01 763.92 147.89 Z M 725.89 131.26 727.56 130.9 732.12 129.91 734.76 129.36 736.92 128.9 739.29 128.4 741.5 127.92 743.46 127.5 744.17 127.33 746.68 126.78 749.11 126.22 752.05 125.55 752.84 125.36 752.98 125.04 753.05 124.73 753.27 124.34 753.54 124.19 754.16 124.2 753.84 123.23 754.02 122.83 754.41 122.47 755.41 122.5 755.42 121.97 755.46 121.64 755.59 121.4 756.41 120.99 756.81 120.57 757.18 120.43 757.43 120.44 758.04 120.71 758.4 120.38 758.51 120.78 758.72 121.28 758.81 121.41 759.02 122.01 759.36 122.61 759.82 123.2 759.87 123.59 760.06 123.65 760.35 123.65 760.65 123.88 760.99 123.94 761.2 123.93 761.46 123.42 761.65 123.14 761.84 123.02 761.96 123.1 762.04 123.28 762.1 123.58 762.34 123.55 762.49 123.66 762.62 123.96 762.46 124 762.32 124.16 762.19 124.44 762.23 124.75 762.06 125.16 761.9 125.17 761.95 124.87 761.78 124.7 761.64 124.77 761.65 125.05 761.49 125.41 761.36 125.54 761.1 125.63 760.95 125.61 760.74 125.76 760.69 125.94 760.52 126.04 760.26 126 759.94 126.35 759.53 126.54 759.35 126.57 759.22 126.87 759.41 126.79 759.48 126.97 759.34 127.07 759.3 127.38 759.47 127.4 759.55 127.11 759.63 127.03 759.81 127.06 759.89 127.21 759.81 127.4 759.9 127.51 759.54 127.9 759.51 128.19 759.43 128.29 759.21 128.23 759.03 128.28 758.89 128.49 758.95 128.83 759.13 129.01 759.27 129.08 759.07 129.24 758.77 128.53 758.6 128.81 758.66 128.91 758.48 129.13 758.39 129.45 758.39 129.64 758.61 129.89 758.75 129.98 758.93 130.31 758.92 130.43 759.11 130.48 759.11 130.65 758.84 130.48 758.8 130.28 758.6 130.38 758.71 130.53 758.49 130.66 758.44 131.15 758.21 131.26 758.09 131.4 758.26 131.47 758.22 131.76 758.58 131.66 758.78 131.76 758.59 131.99 758.7 132.09 759 132.18 759.09 132.27 759.35 132.25 759.4 132.13 759.63 131.99 759.65 132.34 759.81 132.34 759.99 132.15 759.95 131.95 760.07 131.87 760.25 132.02 760.45 131.96 760.46 132.11 760.65 132.23 760.7 132.01 760.55 131.82 760.56 131.62 760.34 131.29 760.1 131.28 760.34 131.04 760.41 131.21 760.63 131.45 760.98 131.7 761.26 131.65 761.55 131.66 761.9 131.74 762.1 131.68 762.28 131.71 762.39 131.98 762.63 132.18 762.91 132.32 763.18 132.38 763.21 132.76 763.35 133.04 763.48 133.12 763.92 133.6 764.34 133.98 764.76 134.25 764.82 134.38 764.73 134.51 764.75 134.66 764.92 135.06 764.67 135.22 764.62 135.32 764.67 135.62 764.78 135.77 764.66 135.94 764.51 135.83 764.38 135.86 764.19 136.03 764.26 136.17 764.4 136.15 764.47 136.36 764.74 136.43 764.86 136.55 765.27 136.83 765.57 136.82 765.23 136.44 765.28 136.38 765.57 136.74 765.73 136.89 765.95 136.88 766.05 136.71 766.24 136.61 766.55 136.8 766.9 136.91 766.97 137.27 767.25 137.54 767.39 137.98 767.49 138.09 767.49 138.45 767.41 138.66 767.5 138.94 767.67 139.12 767.95 139.31 768.33 139.46 768.36 139.54 768.73 139.69 769.62 139.78 770.16 139.75 771.34 139.51 771.87 139.77 772.09 139.47 772.12 139.34 772.31 139.07 772.64 138.8 772.72 138.8 773.15 138.55 773.25 138.46 773.52 138.41 774.12 137.96 774.23 137.93 774.7 137.51 774.85 137.2 774.87 137.04 774.71 136.48 774.45 135.8 774.52 135.58 774.24 135.56 774.14 135.49 774.24 135.27 774.04 135.21 773.91 135.08 773.93 134.89 773.68 134.95 773.49 135.13 773.56 135.59 773.46 135.62 773.24 134.9 773.17 134.83 772.95 134.05 772.73 133.58 772.46 133.24 772.24 133.09 771.99 132.99 771.49 132.92 771.31 133.02 771.13 133.26 771.09 133.55 770.93 133.71 770.72 133.46 770.26 133.23 770.32 133.04 770.46 132.88 770.69 132.75 770.93 132.68 771.35 132.64 772 132.67 772.52 132.79 772.93 132.96 773.38 133.28 773.82 133.72 774.38 134.36 774.82 135 775.48 136.14 775.77 136.77 776.25 138 776.43 138.6 776.51 139.18 776.44 139.47 776.45 140.17 776.48 140.35 776.4 140.54 776.2 140.67 776.2 140.95 776.41 141.68 776.39 141.83 776.27 142 776.08 141.85 776.2 141.51 776.19 141.06 776.1 140.8 776.11 140.47 776.18 139.93 776.06 139.8 775.71 139.63 775.44 139.61 775.26 139.75 774.46 140.07 773.82 140.49 773.44 140.57 773.09 140.75 772.81 141.05 772.5 141.3 772.4 141.48 772.4 141.68 772.29 141.71 772.19 141.44 772.08 141.33 771.85 141.35 771.74 141.49 771.54 141.62 771.45 141.55 771.19 141.5 770.92 141.69 770.86 142 770.76 142.12 770.49 142.3 769.99 142.45 769.95 142.74 769.84 143.17 769.7 143.47 769.5 143.65 769.04 143.89 768.77 143.87 768.15 144.16 767.64 144.44 767.53 144.59 767.44 144.96 767.17 144.86 767.02 144.95 766.95 144.8 767.2 144.67 767.18 144.53 767.3 144.3 767.23 144.02 767.34 143.84 767.3 143.64 767.04 143.27 767.06 142.97 767.12 142.86 766.86 142.64 766.86 142.5 767.11 142.35 767.17 142.23 766.99 142.13 766.93 142.22 766.71 142.12 766.94 141.88 766.75 141.84 766.53 141.9 766.68 141.6 766.94 141.43 766.85 141.17 766.65 141.14 766.52 141.25 766.32 141.25 766.06 141.1 765.95 141.2 765.68 141.17 765.47 141.09 765.49 141.25 765.41 141.37 765.71 141.71 765.52 141.74 765.71 141.94 765.57 142.02 765.31 141.89 765.18 142 765.34 142.23 765.15 142.35 765.3 142.51 765.26 143.04 765.11 142.89 764.85 142.95 764.63 142.86 764.47 142.98 764.48 143.09 764.77 143.17 764.88 143.33 764.78 143.49 764.6 143.49 764.44 143.59 764.29 143.54 764.18 143.71 764.24 143.86 764.47 144.14 764.35 144.43 763.91 143.67 763.66 143.64 763.63 143.82 763.43 143.88 763.4 143.98 763.56 144.11 763.73 144.42 763.55 144.41 763.29 144.1 763.19 144.15 763.33 144.5 763.31 144.78 763.11 144.86 763.33 145.07 763.46 145.37 763.37 145.77 763.1 145.8 762.94 145.93 762.91 146.08 762.98 146.29 762.7 146.31 762.49 146.42 762.47 146.52 762.25 146.71 762.12 146.64 761.78 146.61 761.58 146.66 761.5 146.78 761.16 147.01 761.01 146.55 760.54 145.28 760.34 145.08 760.25 144.73 760.3 144.63 760.18 144.03 759.54 144.04 759.24 143.98 758.67 143.43 757.96 142.79 756.91 142.51 756.75 142.27 756.63 142.19 756.61 142.02 756.43 141.79 756.53 141.51 756.39 141.36 756.42 141.01 756.23 140.67 756.18 140.36 755.61 140.61 755 138.27 753.39 138.73 753.02 138.87 749.78 139.82 749.34 139.97 749.24 139.69 748.01 139.99 746.67 140.29 745.63 140.55 744.63 140.75 743.06 141.12 742.14 141.35 740.21 141.8 739.23 142.04 738.64 142.27 738.54 142.41 738.2 142.49 738.16 142.38 737.67 142.47 736.92 142.57 736.1 142.79 736.19 142.89 736.1 143.36 736.11 143.45 735.45 143.72 735.31 142.98 734.62 143.13 732.75 143.57 732.01 143.73 729.56 144.23 728.67 144.41 726.75 144.8 726 145 725.87 145.03 725.55 144.39 725.65 140.85 725.73 137.56 725.83 133.52 725.89 131.26 Z\" data-geo-id=\"25\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(163, 0, 0);\"></path>\\n<path d=\"M 134.29 76.34 134.3 75.89 134.23 75.77 134.27 75.47 134.2 75.35 134.22 75.04 134.09 74.73 133.83 74.58 133.83 74.36 133.97 74.26 134.16 74.28 134.32 74.08 134.38 73.85 134.62 73.67 134.72 73.33 134.9 73.24 134.92 73.05 134.81 72.97 134.75 72.73 134.54 72.4 134.54 72.21 134.74 71.93 134.77 71.62 134.7 71.23 134.49 70.89 134.64 70.61 134.6 70.47 134.4 70.31 134.27 70.09 134.32 69.69 134.25 69.59 133.94 69.42 133.88 69.27 133.94 69.03 134.2 68.81 134.52 68.13 134.48 67.98 134.97 65.82 135.64 62.87 136.11 60.73 137.09 56.4 137.97 52.5 138.88 48.45 139.2 46.96 139.27 46.66 139.88 43.91 140.35 41.76 140.88 39.4 141.56 36.47 141.94 34.95 142.66 31.95 143.19 29.56 143.7 27.34 143.86 26.67 144.25 24.96 144.79 22.66 145.3 20.37 148.72 21.12 151.42 21.72 153.46 22.15 157.53 23.02 156.7 26.89 156.03 30.06 155.48 32.62 154.61 36.7 154.07 39.22 153.48 41.96 153.7 42.09 153.9 42.56 153.88 42.7 153.99 42.92 153.98 43.05 154.07 43.26 154.27 43.41 154.19 43.61 154.36 43.76 154.51 44.07 154.65 44.53 154.82 44.84 155.09 44.78 155.17 45.08 155.39 45.31 155.42 45.52 155.31 45.78 155.27 46.06 155.37 46.37 155.33 46.53 155.43 46.73 155.72 46.68 155.91 46.91 155.95 47.03 155.86 47.26 155.94 47.51 156.14 47.52 156.43 47.86 156.5 48.08 156.38 48.3 156.37 48.46 156.17 48.78 156.2 49.03 156.46 49.23 156.59 49.47 156.47 49.83 156.55 50.01 156.3 50.17 156.26 50.29 156.06 50.28 155.55 50.63 155.54 50.83 156.2 51.25 155.98 51.29 156.06 51.71 156.16 51.77 156.15 52.07 156.4 52.05 156.45 52.27 156.8 52.27 156.8 52.43 156.64 52.66 156.51 52.7 156.15 52.69 155.97 52.57 155.82 52.63 155.63 52.59 155.5 52.66 155.19 52.71 154.98 53.01 155.47 53.08 155.55 53.29 155.8 53.35 155.99 53.5 155.94 53.63 156.19 53.72 156.28 53.99 156.28 54.19 156.6 54.16 156.8 54.29 156.86 54.42 157.08 54.55 157.07 54.77 157.28 54.86 157.36 55 157.3 55.24 157.42 55.36 157.4 55.58 157.48 55.76 157.44 55.94 157.69 56.14 157.89 56.23 157.95 56.38 158.19 56.33 158.27 56.52 158.43 56.58 158.68 56.57 158.8 56.9 159.15 56.91 159.46 57.13 159.71 57.12 159.9 57.29 159.85 57.48 159.9 57.73 160.1 57.93 160.13 58.23 159.94 58.52 159.93 58.62 160.09 58.74 160.4 58.84 160.45 58.98 160.42 59.19 160.53 59.46 160.79 59.55 160.89 59.71 161.05 59.79 161.18 60.01 161.27 60.46 161.4 60.59 161.61 60.63 161.59 61.05 161.65 61.28 161.94 61.76 162.12 61.83 162.15 62.14 162.25 62.24 162.19 62.47 162.24 62.73 162.19 62.83 162.36 63.13 162.34 63.35 162.62 63.29 162.96 63.43 163.1 63.9 163.32 64.31 163.73 64.62 163.51 64.99 163.49 65.38 163.22 65.63 163.45 65.8 163.41 66.01 163.45 66.34 163.74 66.59 163.82 66.76 164.11 66.72 164.14 66.9 164.27 67.11 164.4 67.2 164.46 67.4 164.74 67.47 164.83 67.61 165 67.61 165 67.79 165.2 68.03 165.05 68.45 164.85 68.58 164.73 68.83 164.95 69.01 164.94 69.16 165.13 69.2 165.35 68.96 165.75 68.93 165.81 68.75 165.95 68.65 166.2 68.6 166.43 68.65 166.63 68.84 166.63 69 166.84 69.26 166.87 69.37 166.79 69.64 166.5 69.82 166.51 70.21 166.69 70.27 166.77 70.49 166.71 70.64 166.97 70.81 167.09 70.83 167.3 70.68 167.37 70.74 167.6 70.71 167.68 70.63 167.92 70.86 168.21 70.97 168.41 71.12 168.59 71.16 168.81 71 168.88 70.87 169.25 70.72 169.38 70.83 169.65 70.72 170.14 70.74 170.18 70.85 170.43 70.95 170.54 71.23 170.45 71.62 170.35 71.78 170.39 71.9 170.24 72.11 170.03 72.25 170.13 72.61 169.85 72.94 169.85 73.16 169.74 73.37 169.78 73.59 169.63 73.77 169.3 73.82 169.21 73.74 168.98 73.75 168.91 73.89 168.88 74.18 168.93 74.37 169.09 74.57 168.99 74.83 169.12 74.93 168.9 75.18 168.84 75.49 168.27 75.84 168.34 76.28 168.19 76.83 167.84 77.33 167.83 77.76 167.69 77.87 167.44 77.93 167.3 77.86 167.19 77.98 167.18 78.35 167.35 78.5 167.35 78.92 167.26 78.98 167.32 79.23 167.18 79.77 166.74 79.94 166.59 79.78 166.24 79.74 166.21 79.97 166.02 80.08 166.1 80.31 166.03 80.49 166.38 80.79 166.57 80.83 166.71 81.16 166.61 81.51 166.49 81.51 166.46 81.81 166.11 81.92 165.85 82.27 166.07 82.39 166.2 82.36 166.23 82.71 166.01 82.85 166.02 82.98 166.14 83.1 166.38 83.04 166.47 83.26 166.71 83.32 166.91 83.52 166.98 83.81 166.95 83.92 166.61 84.13 166.49 84.26 166.66 84.57 166.64 84.76 166.84 85.01 166.89 85.19 166.86 85.38 166.71 85.56 166.62 85.53 166.47 85.88 166.13 85.62 165.68 85.74 165.29 85.68 165.14 85.75 164.99 85.96 165.01 86.08 164.78 86.19 164.72 86.36 164.5 86.55 164.47 86.7 164.35 86.73 164.12 86.96 164.21 87.15 164.36 87.29 164.27 87.57 164.4 87.67 164.48 87.91 164.63 87.95 164.75 88.08 164.8 88.45 164.68 88.61 164.47 88.74 164.65 88.83 164.62 89.07 164.45 89.29 164.23 89.39 164.01 89.33 163.91 89.45 163.72 89.46 163.64 89.6 163.72 89.88 163.83 89.94 163.88 90.13 163.73 90.25 163.53 90.52 163.57 90.67 163.46 90.86 163.5 91.04 163.88 90.85 164.21 91.21 164.41 91.13 164.67 91.2 164.63 91.49 164.8 91.59 165.01 91.87 164.98 92.1 165.1 92.28 165.47 92.5 165.72 92.76 165.75 93.02 165.89 93.41 166.02 93.44 166.51 93.26 166.62 93.16 166.83 93.19 167.13 92.93 167.21 92.66 167.41 92.43 167.4 92.19 167.47 92.05 167.75 92.09 168.02 92.34 168.18 92.35 168.38 92.12 168.74 92.15 168.8 92.06 168.99 92.11 169.11 91.98 169.1 91.84 169.28 91.64 169.6 91.65 169.84 91.51 169.9 91.24 170.02 91.19 170.16 90.96 170.37 90.91 170.67 90.67 170.87 90.7 170.96 90.43 170.85 90.16 171.04 90.05 171.02 89.87 171.32 89.85 171.39 89.73 171.68 89.8 171.68 89.99 171.82 90.07 172.08 90.01 172.12 90.51 172.21 90.77 172.39 90.94 172.47 91.1 172.36 91.19 172.28 91.49 172.51 91.61 172.85 91.56 173 91.66 173.05 91.82 173.31 91.87 173.49 92.08 173.55 92.5 173.41 92.55 173.18 92.74 173.2 92.85 173.09 93.09 172.96 93.26 172.84 93.56 173.26 93.59 173.73 93.72 173.63 93.83 173.67 94.1 173.68 94.49 173.42 94.65 173.42 94.79 173.28 94.9 173.36 95.09 173.29 95.31 173.49 95.49 173.23 95.65 173.23 95.85 173.54 95.98 173.7 96.22 173.65 96.59 173.56 96.66 173.63 96.92 173.45 97.11 173.43 97.41 173.64 97.69 173.7 97.99 174.01 98.47 173.85 98.57 173.8 98.74 173.93 99.04 174.18 99.24 174.36 99.83 174.57 100.07 174.85 100.48 174.86 100.61 174.76 100.8 174.77 101.02 174.89 101.18 175.08 101.21 174.87 101.51 174.94 101.66 175.12 101.8 175.16 101.92 175.66 101.94 175.73 102.1 175.62 102.26 175.45 102.37 175.54 102.54 175.76 102.66 175.86 102.8 175.85 103.01 175.98 103.07 176.19 103.06 176.27 103.18 176.25 103.44 176.16 103.52 176.26 103.67 176.18 103.91 176.28 104.19 176.14 104.32 176.03 105.06 175.9 105.19 175.71 105.24 175.51 105.15 175.29 105.17 175.25 105.27 175.28 105.61 175.48 105.94 175.35 106.2 175.55 106.4 175.51 106.49 175.56 106.81 175.69 106.91 175.73 107.04 175.87 107.09 175.9 107.42 176.08 107.39 176.4 107.51 176.49 107.67 176.72 107.92 176.78 108.3 176.66 108.47 176.81 108.61 177.12 108.48 177.38 108.43 177.71 108.25 178.19 108.13 178.28 108.32 178.64 108.48 178.86 108.7 178.96 108.96 179.55 109.34 179.43 109.57 179.45 109.73 179.6 109.86 179.68 110.14 179.8 110.24 179.73 110.68 179.79 110.9 179.92 110.99 179.92 111.16 180.08 111.28 180.02 111.45 180.01 111.84 180.16 112.1 180.15 112.25 180.02 112.43 179.77 112.48 179.55 112.72 179.84 113.03 179.75 113.15 180.1 113.49 179.9 113.78 180.09 114.04 180.17 114.03 180.38 114.41 180.23 114.46 180.17 114.69 180.01 114.81 180.06 115.07 180.19 115.32 180.16 115.67 180.43 116.11 180.6 116.33 180.76 116.34 180.76 116.48 181.02 116.61 181.18 116.81 181.34 116.94 181.52 116.85 181.57 117.03 181.56 117.36 181.77 117.6 181.85 117.8 181.98 117.86 182.47 117.58 182.53 117.37 182.46 116.98 182.28 116.63 182.47 116.49 182.48 116.35 182.8 116.15 182.97 116.01 183.28 115.63 183.85 115.6 183.95 115.45 184.16 115.4 184.55 115.59 184.57 115.69 184.75 115.76 184.85 115.87 185.28 115.86 185.31 116.02 185.69 115.94 185.89 116.16 186.38 116.18 186.55 116.33 186.83 116.45 186.83 116.6 187.2 116.59 187.37 116.46 187.84 116.89 187.82 116.99 188.06 117.08 188.17 117.03 188.45 117.25 188.72 116.95 189 116.47 189.08 115.79 189.17 115.67 189.65 115.69 189.78 115.43 190.08 115.32 190.19 115.21 190.45 115.31 190.59 115.23 190.94 115.43 190.89 115.7 190.97 115.83 191.44 116.12 191.73 116 191.93 116.13 192.1 116.1 192.21 116.33 192.51 116.54 192.65 116.38 192.99 116.31 193.19 116.35 193.47 116.55 193.52 116.21 193.86 116.42 194.23 116.54 194.68 116.22 194.87 116.22 195.11 116.29 195.34 116.3 195.5 116.19 195.62 116.3 195.75 116.26 195.81 116.5 195.96 116.75 196.01 117.03 196.16 117.18 196.24 117.4 196.38 117.38 196.51 117.16 196.64 117.12 196.77 117.2 197.15 117.09 197.35 116.97 197.77 116.99 197.97 116.71 198.14 116.79 198.23 116.73 198.38 116.83 198.91 116.99 199.17 117.12 199.56 116.91 199.96 117.12 200.08 117.1 200.2 117.25 200.36 117.33 200.44 117.55 200.94 117.54 201.07 117.6 201.12 117.27 200.96 117.27 200.83 117.16 200.63 117.1 200.74 116.91 200.55 116.7 200.51 116.53 200.52 116.24 200.69 115.98 200.89 115.89 200.76 115.53 201.04 115.57 201.42 115.2 201.41 114.91 201.29 114.52 201.65 114.33 202.13 114.27 202.34 114.5 202.6 114.28 202.61 114.08 202.76 113.76 202.86 113.73 203.08 114.01 203.18 114.31 203.27 114.36 203.44 114.24 203.62 114.36 203.59 114.54 203.9 114.92 203.86 115.12 204.05 115.31 204.17 115.69 204.03 115.82 204.09 116.01 204.32 115.97 204.67 116.59 204.38 116.69 204.43 117.03 204.4 117.27 204.43 117.43 204.78 117.51 205.04 117.68 205 117.95 205.07 118.07 205.26 118.16 205.34 118.39 205.59 118.48 205.45 118.76 205.5 119.09 205.87 119.39 206.49 119.67 206.52 119.76 206.22 121.64 206.15 122.04 205.47 126.36 205.45 126.56 205.15 128.35 205.11 128.73 204.85 130.47 204.57 132.22 204.11 135.19 203.63 138.18 203.08 141.7 202.74 143.88 202.06 148.15 201.75 150.05 201.3 152.94 200.84 155.59 200.6 157.06 199.91 161.32 199.49 163.94 199.07 166.62 195.3 166.02 193.46 165.73 193.05 165.68 191.16 165.37 189.24 165.05 187.93 164.85 185.6 164.46 183.62 164.14 183.36 164.01 183.18 163.99 180.69 163.56 176.75 162.89 174.97 162.58 170.54 161.83 167.76 161.36 164.5 160.81 161.18 160.25 159.74 160 159.27 159.9 158.06 159.58 157.35 159.43 154.01 158.78 151.44 158.25 151.01 158.18 149.62 157.91 147.94 157.5 146.77 157.2 145.8 157.01 143.62 156.68 139.71 155.87 136.17 155.13 135.4 154.95 132.02 154.25 131.78 154.18 130.41 153.88 129.69 153.74 125.62 152.87 125.13 152.78 123.34 152.37 121.56 151.97 118.32 151.23 116.84 150.9 116.29 150.79 116.06 150.7 116.76 147.58 117.57 144 117.65 143.6 118.69 138.98 119.47 135.56 120.38 131.49 121.6 126.05 122.57 121.74 123.15 119.17 123.67 116.83 123.79 116.63 123.68 116.4 123.83 116.21 123.99 116.28 124.09 116.17 123.92 115.98 123.96 115.9 124.28 115.86 124.38 115.89 124.54 115.78 124.55 115.6 124.72 115.36 124.76 114.97 124.99 114.98 125.08 114.74 125 114.64 125.13 114.41 125.23 114.12 125.05 113.87 125.3 113.76 125.6 113.8 125.66 113.69 125.61 113.43 125.75 113.28 125.81 113.12 125.75 112.83 125.41 112.49 125.5 111.79 125.66 111.72 125.99 111.73 126.25 111.53 126.33 111.32 126.52 111.2 126.61 110.97 126.74 110.91 126.93 110.64 126.95 110.43 126.89 110.26 126.73 110.15 126.64 109.96 126.52 109.89 126.34 109.9 126.05 109.72 126.06 109.51 126.15 109.35 126.14 109.18 126.2 109 126.18 108.85 126.04 108.77 125.64 108.68 125.46 108.58 125.29 108.66 125.18 108.89 125.05 108.84 124.97 108.56 124.73 108.23 124.72 108.01 124.62 107.78 124.39 107.77 124.08 108.06 123.82 108.04 123.65 107.97 123.34 107.61 123.16 107.28 123.12 107.09 123.22 106.92 123.44 106.86 123.67 106.58 123.72 106.46 123.68 106.26 123.28 105.63 123.27 105.18 123.52 105.06 123.77 104.69 123.86 104.3 123.85 103.68 124.1 103.62 124.35 103.4 124.43 103.22 124.62 103 124.9 103.02 125.05 102.93 125.21 102.69 125.29 102.26 125.63 102.04 125.67 101.85 125.82 101.48 126.22 101.06 126.32 100.85 126.36 100.61 126.59 100.49 126.69 100.15 126.99 99.93 127.07 99.55 127.24 99.49 127.38 99.27 127.83 99.14 128.03 99.19 128.53 98.94 128.78 98.94 128.99 98.87 129.07 98.6 129.59 98.01 129.66 98 129.81 97.64 129.98 97.63 130.12 97.5 130.27 97.46 130.52 97.18 130.85 96.55 130.97 96.42 130.96 96.24 130.83 95.87 130.9 95.75 131.07 95.7 131.26 95.48 131.16 95.4 130.92 95.62 130.82 95.53 130.86 95.36 131.09 95.08 131.14 94.67 131.26 94.53 131.5 94.45 131.96 94.12 132.21 93.84 132.3 93.5 132.45 93.34 132.75 93.24 132.9 93.06 132.95 92.91 133.16 92.82 133.35 92.41 133.39 92.25 133.71 91.71 133.77 91.44 133.94 91.04 134.2 90.63 134.47 90.44 134.56 90.21 134.67 89.6 135.71 88.33 136.05 88.12 136.29 87.58 136.68 87.33 136.81 87.31 136.84 86.96 136.97 86.7 136.97 86.49 137.17 86.38 137.32 86.2 137.57 85.84 137.57 85.7 137.78 85.68 137.92 85.52 138.22 85.39 138.3 85.19 138.58 84.96 138.64 84.72 138.55 84.52 138.46 84.01 138.22 83.56 138.06 83.31 138.01 83.1 138.07 82.66 138.18 82.3 138.1 81.96 137.95 81.84 137.61 81.31 137.13 81.08 136.92 81.13 136.68 81.04 136.53 80.78 136.41 80.22 136.25 80.08 135.93 80.01 135.71 80.11 135.54 80.11 135.33 79.89 135.28 79.75 135.34 79.52 135.29 79.24 135.13 78.83 134.81 78.47 134.68 78.21 134.61 77.94 134.61 77.39 134.65 77.22 134.47 77.07 134.52 76.76 134.33 76.47 134.29 76.34 Z\" data-geo-id=\"16\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(163, 0, 0);\"></path>\\n<path d=\"M 684.97 479.23 685.01 479.04 684.96 478.82 685.04 478.7 685.01 478.54 685.13 478.45 685.55 478.24 685.65 478.07 685.61 477.87 685.7 477.54 685.77 477.15 685.77 476.95 685.89 476.52 685.73 476.47 685.72 476.31 685.85 476.27 685.99 476.64 685.84 477.14 685.86 477.28 685.72 477.94 685.74 478.05 685.35 478.63 685.4 478.7 685.28 479.25 685.33 479.34 685.16 479.48 684.98 479.33 684.97 479.23 Z M 678.83 485.06 679.03 484.99 679.16 485.18 679.08 485.44 678.94 485.11 678.83 485.06 Z M 677.75 484.59 678 484.69 677.94 484.78 677.75 484.59 Z M 678.16 489.99 678.27 489.77 678.49 489.77 678.28 490.07 678.16 489.99 Z M 676.44 491.2 676.69 491.05 677.04 490.55 677.19 490.74 677.39 490.64 677.46 490.72 677.36 490.92 676.84 490.99 676.49 491.23 676.44 491.2 Z M 671.93 493.78 672.21 493.63 672.36 493.62 672.5 493.51 672.73 493.47 673.13 493.01 673.36 492.87 673.57 493.02 673.72 492.97 674.09 492.74 674.18 492.52 674.31 492.53 674.56 492.28 674.99 492.14 674.59 492.51 674.54 492.59 674.16 492.93 673.66 493.32 673.44 493.15 672.91 493.48 672.71 493.94 672.27 494.08 671.93 493.78 Z M 669.36 495.16 669.56 494.95 669.67 494.75 669.95 494.81 669.36 495.16 Z M 668.28 493.92 668.37 493.88 668.26 493.53 668.48 493.71 668.6 493.7 668.77 493.83 668.76 494.11 668.6 493.92 668.28 493.92 Z M 665.03 475.88 665.25 475.67 665.36 475.74 665.36 476.03 665.16 476.12 665.06 476.08 665.03 475.88 Z M 660.3 498.32 660.38 498.15 660.53 498.24 660.64 498.02 660.84 497.95 660.96 497.8 661.09 497.75 661.35 497.82 661.56 497.61 661.81 497.25 661.67 497.07 661.24 496.93 660.98 496.88 661.12 496.46 661.25 496.33 661.97 495.88 662.19 495.68 662.42 495.4 662.68 495.29 662.88 495.08 663.6 494.64 663.84 494.47 664.02 494.07 664.17 493.97 664.6 493.8 664.81 493.64 665.18 493.2 665.56 493.03 666.07 492.67 666.87 492.96 667.42 493.12 667.56 493.28 667.62 493.78 667.78 494.02 668.15 494.37 668.55 494.39 668.62 494.48 668.85 495.07 669.08 495.21 668.82 495.4 668.57 495.48 668.27 495.71 668.02 495.8 667.48 496.11 667.34 496.08 667.21 495.75 667.09 495.68 666.92 495.71 666.68 495.67 666.56 495.84 666.47 495.65 665.88 495.85 665.44 495.79 665.4 495.94 665.45 496.1 665.44 496.34 665.32 496.49 665.05 496.55 664.64 496.77 664.57 496.89 664.12 497.15 663.92 497.32 663.26 497.64 662.9 497.72 662.59 498.05 662.37 498.06 662.14 498.16 661.72 498.21 661.39 498.36 661.24 498.37 660.86 498.53 660.4 498.63 660.43 498.41 660.3 498.32 Z M 654.47 498.67 654.55 498.55 654.81 498.48 655.12 498.56 655.25 498.64 655.31 498.83 655.14 498.97 655 498.97 654.9 498.76 654.57 498.64 654.47 498.67 Z M 647.62 461.33 647.78 461.31 647.97 461.65 648.21 462.19 648.33 462.36 648.45 462.73 648.63 462.91 648.69 463.1 648.92 463.31 649.24 463.49 649.52 463.42 649.75 463.49 650.34 463.76 650.51 463.52 650.74 463.41 651.31 463.66 651.62 463.63 650.85 464.25 650.66 464.34 650.26 464.34 649.74 464.2 649.31 463.9 648.86 463.73 648.7 463.59 648.57 463.36 648.2 462.33 648.03 461.94 647.86 461.74 647.72 461.68 647.62 461.33 Z M 646.74 459.91 646.8 459.83 646.8 459.52 646.96 459.46 647.05 459.62 647.03 459.83 647.24 459.98 647.21 460.25 647.43 460.57 647.56 460.88 647.32 460.71 647.04 460.29 646.76 460.03 646.74 459.91 Z M 640.57 438.17 640.56 437.84 640.74 437.81 640.79 438.11 640.71 438.22 640.57 438.17 Z M 640.6 438.85 640.63 438.68 640.75 438.68 640.78 438.99 640.62 438.99 640.6 438.85 Z M 632.73 421.37 632.97 421.28 633.18 421.37 633.31 421.48 633.2 421.62 633.14 421.83 632.94 421.67 632.87 421.41 632.73 421.37 Z M 632.69 432.7 632.85 432.79 632.91 433.08 632.83 433.41 632.69 432.7 Z M 598.55 406.89 598.77 406.95 598.98 406.88 599.04 406.76 599.36 406.72 599.56 406.49 599.67 406.27 599.85 406.16 600.01 405.93 600.13 405.89 600.14 406.16 600.02 406.33 599.38 406.74 598.82 406.99 598.6 407.01 598.55 406.89 Z M 591.93 410.74 592.02 410.72 592.43 411 592.72 411.09 593.15 411.16 593.34 411.01 593.61 410.95 593.88 410.85 594.39 410.52 594.72 410.05 594.92 409.94 595.07 409.94 595.23 409.77 595.35 409.76 595.72 409.4 595.86 409.4 596.66 409.08 596.85 408.95 596.72 408.86 596.76 408.7 596.98 408.87 597.06 408.8 597.03 408.58 597.19 408.49 597.51 408.16 597.61 408.14 597.92 407.87 597.25 408.7 597.07 408.87 596.73 409.11 596.39 409.3 595.86 409.54 595.38 409.84 594.28 410.7 593.02 411.33 592.87 411.38 592.43 411.08 591.97 410.83 591.93 410.74 Z M 589.74 409.96 590.07 409.87 590.62 409.81 590.83 409.84 591.18 409.67 591.51 409.59 591.85 409.62 592.1 409.78 592.1 409.97 591.97 410.27 591.92 410.61 591.53 410.71 591.19 410.67 590.9 410.44 590.35 410.16 589.74 409.96 Z M 590.46 384.5 590.5 385.02 590.87 385.13 590.94 385.33 590.91 385.67 591.14 385.82 591.23 386.02 591.42 386.18 591.69 386.52 591.79 386.58 591.79 386.8 591.88 386.98 591.88 387.15 592.02 387.36 591.94 387.53 591.94 387.79 592.11 388.11 592.16 388.35 592.33 388.56 592.32 388.8 592.45 389.02 592.75 389.04 592.91 389.19 592.99 389.36 593.24 389.54 593.35 389.73 593.81 389.69 596.96 389.48 598.69 389.37 599.76 389.32 601.38 389.18 603.44 389.03 606.6 388.82 609.5 388.62 610.65 388.55 613.92 388.33 615.75 388.19 617.56 388.07 621.1 387.85 621.81 387.8 625.99 387.51 628.92 387.31 631.05 387.15 634.25 386.92 636.88 386.74 636.6 387.01 636.62 387.15 636.55 387.38 636.74 387.57 636.77 387.74 637.33 388.28 637.37 388.48 637.3 388.76 637.4 389.06 637.34 389.29 637.35 389.45 637.52 389.87 638 390.43 638.19 390.59 638.33 390.59 638.62 390.44 639.23 390.26 639.42 390.38 639.85 390.34 640.17 390.22 640.27 390.07 640.31 389.77 640.19 389.57 640.16 389.23 640.23 389.07 640.15 388.84 640.26 388.58 640.28 388.19 640.35 388.03 640.3 387.71 640.29 387.31 640.2 387.11 640.22 386.6 640.3 386.33 640.11 385.78 640.02 385.62 639.84 385.58 639.77 385.29 639.54 385.02 639.46 384.8 639.33 384.7 639.34 384.5 639.26 384.31 639.4 383.7 639.35 383.48 639.22 383.29 639.23 382.93 639.56 382.74 639.64 382.58 639.39 382.23 639.48 382.05 639.62 382 640.14 382.25 640.21 382.19 640.26 381.95 640.35 381.83 640.3 381.5 640.32 381.35 640.47 381.21 640.66 381.18 640.75 381.3 641.13 381.34 641.24 381.05 641.43 381.16 641.45 381.29 641.65 381.55 641.88 381.67 642.14 381.6 642.37 381.7 642.9 381.58 643.12 381.61 643.32 381.84 643.4 382.04 643.54 381.76 643.64 381.73 643.86 381.86 644.19 382.12 644.43 382.22 644.83 382.08 644.94 382.2 645.21 382.21 645.36 382.1 645.54 382.09 645.57 382.28 645.68 382.36 645.79 382.23 646.05 382.35 646.35 382.41 646.49 382.24 646.87 382.28 647.04 382.34 647.11 382.44 647.28 382.29 647.43 382.43 647.55 382.37 647.55 382.13 647.8 382.13 648.22 381.99 648.48 382.17 648.67 382.22 649.01 382.19 649.33 382.32 649.36 382.89 649.35 383.65 649.36 384.23 649.43 384.82 649.5 385.15 649.68 385.64 649.65 386.17 649.83 386.35 650.1 386.25 650.23 386.58 650.31 386.94 650.41 387.24 650.45 387.53 650.59 387.86 650.75 387.97 650.74 388.3 650.81 388.76 651.06 389.7 651.36 390.58 652.05 392.29 652.76 394.17 652.93 394.66 653.38 395.81 653.62 396.34 653.86 396.78 654.09 396.96 654.39 397.76 654.65 398.76 654.85 399.3 655.18 399.97 655.44 400.4 655.86 401.26 656.98 403.24 657.88 404.65 659.65 407.59 661.45 410.38 661.93 411.02 662.22 411.34 662.62 411.68 663 412.27 663.32 412.71 665.24 415.03 666.25 416.29 666.88 417.05 668.16 418.36 668.8 419.09 669.66 419.89 669.84 420.31 670.05 420.88 670.21 421.18 670.62 421.79 670.86 422.12 670.83 422.31 670.67 422.4 670.29 422.67 670.09 422.95 669.96 423.26 669.88 423.71 669.86 424.05 669.88 424.6 670 425.4 670.19 426.21 670.52 427.25 670.65 427.57 671.15 428.77 671.37 429.22 671.75 429.88 672.14 430.49 672.64 431.24 673.31 432.17 674.01 433.1 674.01 433.14 674.8 434.28 675.45 435.2 675.95 436.19 676.31 436.99 676.34 437.12 676.5 437.4 676.78 437.72 676.97 438.24 677.33 439.02 677.59 439.45 677.85 439.93 677.87 440.06 678.58 441.33 679.22 442.24 679.39 442.57 680.19 443.84 680.9 444.81 681.11 445.22 681.06 445.35 681.36 445.89 681.46 446.12 681.66 446.43 682.03 446.93 682.59 447.87 682.82 448.43 682.95 448.66 683.35 449.54 683.9 450.7 684.35 451.83 684.41 452.26 684.34 452.41 684.58 453.36 684.73 454.65 684.88 455.46 684.94 456.09 684.96 456.54 684.94 457.23 684.99 458.69 685.14 460.52 685.11 460.86 685.22 461.99 685.15 462.34 685.22 464.36 685.31 465.11 685.26 465.21 685.44 467.16 685.64 468.83 685.79 469.41 685.86 469.79 685.92 470.4 685.89 471.21 685.91 471.34 685.74 471.62 685.73 471.8 685.51 472 685.72 472.09 685.75 472.23 685.68 472.63 685.69 472.77 685.82 473.13 685.64 473.1 685.33 472.92 685.48 472.61 685.3 472.48 685.52 472.32 685.63 472.18 685.21 471.83 685.14 471.82 684.63 471.91 684.18 472.34 684.03 472.63 684.15 472.89 683.96 473.38 683.89 473.69 683.87 474.07 683.81 474.11 683.68 474.47 683.47 474.47 683.37 474.6 683.34 474.83 683.42 475.16 683.55 475.41 683.46 476.11 683.29 476.15 683.19 476.3 683.23 476.49 683.13 476.85 683.22 477.41 683.34 477.54 683.56 477.97 683.66 478.48 683.66 478.73 683.95 478.86 684.07 478.84 684.03 479.12 683.81 479.47 683.76 479.68 683.61 479.99 683.64 480.14 683.3 480.11 683.15 480.22 683.1 480.63 683.23 480.9 682.98 480.86 682.82 481.17 682.82 481.46 682.92 481.7 682.91 481.88 682.68 481.98 682.71 482.14 682.63 482.43 682.74 482.67 683.01 482.75 683.19 482.71 683.21 482.61 683.5 482.54 683.49 482.4 683.81 482.32 683.98 481.92 684.03 481.66 684 481.23 683.85 481.22 683.75 481.01 683.55 481.03 683.51 480.92 683.78 480.73 683.93 480.81 684.03 480.74 684.55 480.14 684.54 479.98 684.68 479.85 684.75 479.5 684.85 479.39 685.12 479.57 685.05 479.88 684.9 479.99 684.79 480.28 684.8 480.39 684.71 480.71 684.44 481.29 684.35 481.63 684.26 481.74 684.1 482.11 684.01 482.52 683.89 482.63 683.88 482.78 683.77 482.91 683.91 483.02 683.89 483.35 683.7 483.44 683.63 483.82 683.46 484.03 683.31 484.29 683.14 484.43 682.9 484.44 682.83 484.73 682.65 485.02 682.35 485.18 682.2 485.37 682.03 485.7 681.89 485.86 681.99 486.01 681.86 486.24 681.69 486.36 681.61 486.57 681.36 486.72 681.14 487.12 681.09 487.27 680.95 487.42 680.84 487.63 680.36 487.85 679.94 488.39 679.84 488.57 679.48 488.95 679.41 488.83 679.57 488.62 679.72 488.57 680 488.17 680.09 487.78 680.3 487.84 680.28 487.63 680.36 487.46 680.52 487.55 680.59 487.47 680.8 487.49 680.98 487.29 681.08 486.76 681.15 486.69 681.1 486.46 681.38 486.33 681.58 486.37 681.65 486.1 681.81 485.71 681.97 485.58 682.33 485.02 682.33 484.89 682.47 484.81 682.73 484.4 682.7 484.29 682.52 484.16 682.17 484.03 682.21 483.84 682.1 483.71 682.07 483.51 682.19 483.14 682.32 483 682.17 482.78 681.85 482.57 681.6 482.58 681.23 482.83 680.97 482.56 680.8 482.54 680.73 482.7 680.57 482.72 680.17 482.83 680.27 483.06 680.12 483.2 680.08 482.86 679.84 482.92 679.85 483.1 679.71 483.16 679.67 483.34 679.54 483.36 679.4 483.13 678.92 483.45 678.68 483.45 678.53 483.78 678.83 483.8 678.74 484.16 678.82 484.32 678.67 484.43 678.51 484.4 678.75 483.97 678.66 483.89 678.51 483.97 678.41 483.84 678.23 483.87 677.98 484.12 678.01 484.28 677.79 484.37 677.57 484.26 677.28 484.27 677.27 484.46 677.43 484.43 677.62 484.5 677.27 484.63 677.02 484.37 676.86 484.32 676.63 484.39 676.5 484.31 676.22 484.41 676.26 484.09 676 484.04 675.9 484.09 676.02 484.33 675.76 484.53 675.61 484.33 675.33 484.28 675 484.36 674.8 484.48 674.73 484.61 674.48 484.71 674.54 485.13 674.27 485.14 673.82 485.34 673.57 485.36 673.33 485.43 672.88 485.69 672.45 485.66 671.98 485.75 671.72 485.87 671.44 486.07 671.31 486.06 671.16 485.83 670.87 485.6 670.57 485.46 670.33 485.46 670.23 484.99 669.93 484.56 669.6 484.34 669.55 483.9 669.55 483.44 669.62 483.32 669.58 483.15 669.6 482.89 669.7 482.74 669.72 482.49 669.65 482.38 669.8 482.04 669.91 481.99 670.13 482.04 670.16 481.72 670 481.63 669.99 481.29 669.66 481.3 669.49 481.21 669.45 480.99 669.5 480.89 669.37 480.58 669.25 480.5 669.24 480.35 669.02 480.07 668.95 479.73 668.55 479.58 668.12 479.15 668.08 478.96 668.15 478.62 668 478.37 667.69 478.23 667.52 478.06 667.3 477.65 667.28 477.38 666.74 477.31 666.64 477.13 666.64 476.87 666.45 476.78 666.31 476.62 666.22 476.29 666.27 476.15 666.2 476 665.96 475.92 665.79 475.77 665.45 475.68 664.97 475.41 664.84 475.18 664.45 475.1 664.47 474.94 664.38 474.61 664.23 474.52 664.13 474.57 663.78 474.53 663.59 474.38 663.28 474.32 663 474.4 662.77 474.32 662.86 474.16 662.56 474.01 662.39 474.02 662.3 473.87 661.76 473.76 661.52 473.5 661.3 473.67 661.2 473.52 660.83 473.43 660.72 473.46 660.63 473.25 660.2 473.02 659.9 473.1 659.73 472.99 659.66 473.17 659.48 473.04 659.08 473.39 659.04 473.5 659.16 473.67 659.07 473.99 658.86 473.98 658.21 473.02 658.01 473.03 657.91 472.62 657.76 472.46 657.49 472.31 657.43 472.2 657.58 471.93 657.44 471.54 657.17 471.31 656.91 470.83 656.65 470.47 656.26 469.82 655.97 468.7 655.81 468.33 655.68 467.7 655.53 467.15 655.15 466.11 654.86 465.52 654.3 464.63 653.95 464.31 653.74 464.24 653.44 463.83 653.21 463.68 652.93 463.56 652.6 463.47 652.35 463.27 652.31 463.06 651.82 462.97 651.62 463.01 651.53 462.96 651.56 462.62 651.49 462.33 651.39 462.19 651.21 462.19 650.95 462.33 650.9 462.19 650.6 461.94 650.45 462.21 650.43 462.4 650.52 462.61 650.77 462.95 650.29 463.11 650.13 463.24 649.97 463.26 649.93 463.12 649.98 462.75 649.93 462.59 649.74 462.46 649.67 462.22 649.48 461.97 649.4 461.74 649.38 461.47 649.17 460.97 649.05 460.94 648.83 460.55 648.9 460.36 648.74 460.19 648.43 459.95 648.35 459.82 648.13 459.75 648.06 459.51 648.19 459.29 648.46 459.22 648.58 459.26 649.03 459.28 649.32 459.58 649.53 460.07 649.63 460.21 649.82 460.16 649.9 460.03 649.71 459.81 649.74 459.45 649.72 459.12 649.77 458.84 649.92 458.32 649.92 457.72 649.88 457.44 649.95 457.18 649.79 456.51 649.76 456.13 649.71 455.88 649.6 455.81 649.13 455.7 649.02 455.61 648.91 455.22 649.06 454.91 649.39 454.86 649.59 454.6 649.34 454.36 649.11 454.32 648.91 454.43 648.46 454.32 648.52 454.55 648.37 454.67 648.19 455.13 648.05 455.22 647.54 454.87 647.41 455 647.48 455.27 647.72 455.66 648.13 456.46 648.46 457.66 648.05 458.08 647.61 458.09 647.49 458.26 647.23 458.26 647.05 458.2 646.74 458.4 646.67 459.08 646.35 458.04 646.07 457.71 646.04 457.49 645.64 457.06 645.14 456.45 644.81 456.17 644.2 455.41 643.97 455.08 643.58 454.62 643.37 454.27 643.16 453.99 642.61 453.31 642.14 452.42 642.07 452.37 641.86 451.88 641.36 451.19 641.29 451.03 640.86 450.35 640.57 450.07 640.38 449.8 640.04 449.68 639.92 449.51 640.04 449.19 639.87 449.15 639.73 448.96 639.52 448.8 639.44 448.64 638.78 448.09 638.39 447.62 638.02 447.23 637.47 446.89 637.43 446.71 637.03 445.94 636.68 445.49 636.32 445.2 636.31 445.05 636.74 445.23 636.93 445.26 636.94 445.68 637.02 445.73 637.36 445.7 637.33 445.5 637.5 445.26 637.82 445.18 638.05 445.07 637.95 444.93 638.12 444.79 638.14 444.55 638.42 444.14 638.39 443.87 638.62 443.67 638.77 443.65 638.93 443.52 639.09 443.19 639.07 442.77 639.15 442.74 639.42 442.05 639.69 441.53 639.71 441.38 640 441.08 640.21 441.04 640.3 440.94 640.21 440.53 640.54 440.36 640.9 440.09 640.85 439.88 641.17 439.35 641.17 439.15 641.3 439.1 641.39 438.61 641.2 438.2 641.12 437.79 640.85 437.49 640.62 437.54 640.32 437.37 640.28 437.45 640.05 437.45 639.98 436.89 639.9 436.94 639.55 437.3 639.54 437.4 639.66 437.76 639.81 437.89 639.71 438.19 639.73 438.35 640.11 438.69 640.1 439.08 639.81 439.13 639.44 439.08 638.97 438.9 638.66 438.81 638.64 438.52 638.88 438.45 638.99 438.19 638.95 438.06 638.77 438.09 638.89 437.7 638.79 437.45 638.78 437.16 638.5 436.72 638.35 436.57 638.15 436.59 637.82 436.41 637.52 436.44 637.12 436.23 637.02 436.11 636.81 436.02 636.75 435.84 636.51 435.87 636.52 436.22 636.38 436.19 636.3 435.92 636.31 435.68 636.1 435.62 635.9 435.76 636.2 436.13 636.06 436.48 635.97 436.58 636.03 436.82 635.91 437.04 635.56 437.2 635.63 437.54 635.94 437.73 636.1 437.73 636.28 437.83 636.99 437.86 637.16 437.95 637.13 438.16 637.52 438.34 637.89 438.73 638.13 439.22 638.04 439.55 637.89 439.85 637.92 439.96 637.67 440.1 637.72 440.35 637.72 440.62 637.63 440.75 637.77 440.91 637.72 440.99 637.78 441.25 637.69 441.57 637.6 441.71 637.4 441.81 637.06 441.75 636.91 441.77 636.78 441.91 636.6 441.77 636.39 441.86 636.3 442.13 636.33 442.66 636.56 443.05 636.79 443.07 636.71 443.34 636.2 443.68 636.17 443.46 636.09 443.35 635.94 442.91 635.92 442.6 635.99 442.33 635.94 441.89 635.87 441.68 635.73 441.47 635.45 441.23 635.24 440.85 635.05 440.71 634.83 440.43 634.27 440.08 634.11 439.94 633.82 439.56 633.72 439.38 633.55 438.8 633.58 437.87 633.67 437.56 633.69 437.27 633.6 436.22 633.69 435.66 633.81 435.98 633.82 436.34 633.95 436.43 633.84 436.64 634.13 437.18 634.22 436.39 634.19 435.87 634.23 435.6 634.01 435.62 633.73 435.53 633.61 435.57 633.38 435.41 633.27 435.13 633.27 434.89 633.45 435.03 633.53 435.39 633.75 435.4 633.98 435.54 634.26 435.5 634.18 435.27 634.28 435.11 634.19 434.99 634.2 434.66 634.12 434.49 634.1 434.09 633.88 433.64 633.6 433.69 633.71 433.5 633.58 433.23 633.67 433 633.83 432.86 633.88 432.57 634.08 432.56 634.24 432.14 634.11 432.1 634.12 431.87 634.29 431.8 634.29 431.6 634.37 431.36 634.34 431.17 634.48 430.88 634.41 430.73 634.42 430.26 634.62 429.84 634.63 429.57 634.73 429.15 634.67 429.08 634.64 428.76 634.81 428.64 634.7 428.53 634.78 428.33 635.02 428.08 635.1 427.78 635.05 427.67 634.87 427.64 634.84 427.51 635.05 427.39 635.1 427.02 635.01 426.93 634.94 426.29 635.15 426.17 635.17 426.07 634.96 425.85 635.14 425.71 634.99 425.38 635.1 425.22 634.88 424.92 634.8 424.88 634.79 424.58 634.54 424.31 634.62 424.04 634.44 423.93 634.76 423.5 634.75 423.39 634.53 423.37 634.52 423.21 634.37 423.1 634.09 423.08 633.83 422.87 633.57 422.92 633.63 422.66 633.77 422.46 634.02 422.42 633.86 422.23 633.8 421.73 633.7 421.68 633.85 421.44 633.72 421.31 633.47 421.28 632.97 420.87 632.98 420.65 633.12 420.57 632.98 420.34 633.03 419.97 633.47 419.77 633.63 419.61 633.59 419.23 633.34 419 633.4 418.77 633.18 418.71 632.88 418.41 632.83 418.25 632.51 418.14 632.49 417.99 632.24 417.88 632.09 417.63 632.15 417.49 632.13 417.25 632.19 417.1 631.95 416.6 631.72 416.58 631.27 416.7 631.25 416.65 631.57 416.45 631.58 416.37 631.3 416.3 631.04 416.37 631.02 416.1 630.84 415.9 630.97 415.82 631.16 415.52 631.02 415.36 631.03 414.96 630.83 414.68 630.72 414.7 630.52 414.87 630.1 414.79 629.81 414.88 629.28 414.85 629.01 414.79 628.64 414.88 627.74 414.89 627.71 415.21 627.54 415.29 627.46 415.59 627.25 415.73 627.13 415.67 626.9 415.85 626.85 415.68 626.73 415.64 626.64 415.44 626.65 415.22 626.58 414.95 626.47 414.83 626.2 414.42 626.15 414.13 626.19 413.85 626.29 413.67 626.23 413.53 626.01 413.35 625.69 413.35 625.37 413.2 624.94 413.05 624.76 413.15 624.61 413.08 624.44 412.67 624.59 412.62 624.61 412.44 624.44 412.31 624.46 412.1 624.26 412.03 624.01 411.63 623.93 411.68 623.8 411.4 623.8 411.19 623.64 411.14 623.64 411.01 623.48 410.73 623.3 410.74 623.25 410.63 623.07 410.55 622.55 410.63 622.23 410.59 621.91 410.19 621.87 410.02 621.6 409.91 621.47 409.95 621.3 409.77 621.12 409.73 620.98 409.54 620.76 409.57 620.6 409.52 620.5 409.36 620.22 409.31 620.27 409.13 620.11 408.83 620.14 408.69 620.05 408.42 619.97 408.32 619.93 407.98 619.99 407.5 619.91 407.12 619.78 406.81 619.61 406.58 619.22 406.37 619.03 406.43 618.85 406.36 618.41 406.27 618.2 405.82 618.01 405.83 617.35 405.64 617.13 405.42 617.02 405.4 616.88 405.06 616.65 404.96 616.44 404.7 616.54 404.52 616.39 404.28 616.39 404.02 616.27 404.04 616.23 403.87 616.1 403.84 615.81 403.65 615.58 403.27 615.38 402.86 615.1 402.73 614.77 402.48 614.67 402.46 614.59 402.28 613.77 402.02 613.42 401.74 613.33 401.79 613.06 401.59 612.68 401.46 612.37 401.51 612.16 401.39 612.01 401.43 611.7 401.19 611.39 401.04 611.2 401 610.3 400.66 610.17 400.5 609.66 400.16 609.53 400.16 609.41 400.05 609.25 400.06 608.92 399.87 608.95 399.74 608.51 399.57 608.11 399.62 607.88 399.69 607.57 399.9 607.39 399.89 607.2 399.97 607.08 400.09 606.89 400.02 606.73 400.18 606.4 400.42 606.04 400.46 605.94 400.39 606.08 400.11 605.74 400.02 605.57 399.77 605.47 399.88 605.68 400.22 605.61 400.29 605.06 400.34 604.9 400.22 604.85 400.07 604.6 400.05 604.46 400.29 604.45 400.47 604.54 400.74 604.46 400.9 604.12 401 603.82 401.22 603.57 401.46 603.33 401.95 603.25 401.86 603.12 402.06 603.23 402.25 603.23 402.45 603.41 402.59 603.52 402.47 603.62 402.64 603.5 402.78 603.08 402.69 602.87 402.7 602.71 402.62 602.47 402.6 602.31 402.65 601.99 402.59 602.1 402.81 601.96 402.99 602.03 403.13 602.24 403.1 602.37 402.98 602.6 403.06 602.98 403 603.15 403.14 603.33 403.08 603.76 403.25 603.85 403.6 603.83 403.81 603.73 404.09 603.14 404.27 602.73 404.17 602.42 404.17 602.11 404.02 601.89 403.74 601.6 403.86 601.27 404.18 601.11 404.08 600.96 404.1 600.55 404.27 600.06 404.69 599.52 405.05 599.37 405.22 598.78 405.76 598.76 405.91 598.54 405.91 598.01 406.22 597.62 406.6 597.52 406.65 597.21 407 597.11 407.01 596.14 407.71 595.93 407.78 595.45 408.1 595.25 408.28 595.17 408.51 594.91 408.3 595.1 407.7 595.32 407.37 595.29 407.07 595.1 407.1 595.08 407.33 594.76 407.34 594.59 407.41 594.43 407.86 594.15 408.2 593.87 408.33 593.83 408.58 593.7 408.71 593.12 409 592.93 408.97 592.76 409.06 592.68 408.99 592.14 408.93 591.65 408.99 591.33 409.09 590.27 409.52 589.78 409.78 589.62 410.01 589.44 410.05 588.84 409.99 588.47 410.02 588.15 410.11 587.87 410.25 587.64 410.45 587.39 410.27 587.19 410.02 586.94 409.59 586.7 409.09 586.32 408.04 586.19 407.5 586.23 406.9 586.41 406.62 586.44 407.06 586.31 407.45 586.4 407.66 586.39 407.99 586.85 409.09 586.89 409.32 587.11 409.69 587.24 409.81 587.42 410.19 587.58 410.21 587.96 410.01 588.09 410.04 588.23 409.89 588.21 409.53 588.27 409.14 588.19 408.62 588.19 407.85 588.14 407.67 587.98 407.58 587.89 407.24 587.69 407.02 587.57 407.02 587.37 406.81 587.21 406.46 586.94 406.07 586.55 405.69 586.17 405.4 585.9 405.26 585.31 405.15 584.88 405.17 584.4 404.95 584.1 404.69 583.86 404.4 583.57 404.28 582.8 403.62 582.42 403.44 581.27 403.01 580.99 402.9 580.47 402.58 580.09 402.27 579.63 401.94 578.99 401.59 577.82 401 577.04 400.66 576.61 400.48 575.71 400.16 574.16 399.7 572.48 399.28 571.21 399.01 570.36 398.88 569.52 398.81 568.73 398.78 568.2 398.78 567.76 398.81 567.18 398.9 566.94 398.84 565.2 398.82 564.68 398.87 563.35 399.07 561.76 399.41 561.12 399.58 559.88 399.94 558.34 400.41 556.62 400.97 555.8 401.16 555.09 401.31 554.74 401.35 554.46 401.29 554.24 401.18 554.02 401.33 552.21 401.98 551.78 402.08 550.74 402.41 550.73 402.35 551.79 401.94 551.66 401.8 551.39 401.83 551.27 401.9 550.95 401.88 550.89 401.56 551.09 401.41 551.53 401.33 551.73 401.06 551.69 400.66 551.88 400.39 551.83 400.19 551.98 399.88 552.15 399.8 552.4 399.78 552.52 399.62 552.67 399.55 552.9 399.34 552.96 399.22 552.88 399.03 552.7 398.98 552.44 399 552.14 398.9 551.87 398.67 551.76 398.49 551.8 398.19 551.64 398 551.56 397.99 551.5 397.62 551.64 397.18 551.89 396.92 552.02 396.48 552.03 396.17 552.14 396.05 552.19 395.56 552.08 395.12 551.92 394.9 551.89 394.74 551.68 394.67 551.48 394.52 551.39 394.53 551.12 394.34 551.03 394.39 550.73 394.24 550.6 394.07 550.25 394 550.08 393.79 549.72 393.63 549.61 393.27 549.45 393.1 549.46 392.98 549.33 392.84 548.98 392.6 548.8 392.39 548.48 392.26 548.37 392.06 548.2 392.01 548.17 391.91 547.99 391.78 548.02 391.65 547.84 391.45 547.91 391.17 548.02 391.06 547.99 390.83 548.09 390.74 548.18 390.29 548.4 389.76 548.42 389.5 548.21 388.89 549.5 388.77 550.49 388.67 551.03 388.63 553.81 388.37 554.09 388.38 555.67 388.17 557.99 387.97 559.14 387.88 562.44 387.57 562.75 387.58 563.43 387.52 565.08 387.35 565.79 387.31 568.24 387.04 569.55 386.92 570.37 386.82 572.35 386.65 573.69 386.5 574.28 386.45 575.99 386.25 578.32 385.98 578.33 385.97 582.41 385.49 586.54 384.95 588.13 384.77 590.46 384.5 Z\" data-geo-id=\"12\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(163, 0, 0);\"></path>\\n<path d=\"M 298.82 159.48 299.68 159.53 300.6 159.62 302.14 159.74 303.52 159.86 304.38 159.92 304.86 159.98 307.83 160.21 311.6 160.5 313.44 160.64 316.34 160.86 320.57 161.17 322.42 161.29 326.2 161.54 329.44 161.75 331.33 161.91 332.56 161.99 334.3 162.08 338.06 162.28 340.66 162.42 341.26 162.46 343.11 162.54 346.39 162.71 346.48 162.7 348.6 162.79 350.32 162.88 352.42 162.98 353.42 163.02 356.32 163.15 359.37 163.28 362.54 163.4 366.39 163.53 370.5 163.66 373.77 163.75 376.1 163.81 376.2 164.21 376.5 164.8 376.63 164.88 376.88 165.18 377.15 165.12 377.32 165.24 378.22 165.74 378.45 166.02 379.08 166.26 379.39 166.28 379.75 166.54 379.91 166.7 380.33 166.93 380.59 167.02 380.91 166.97 381.05 167.12 381.17 167.34 381.46 167.55 381.64 167.77 381.8 167.87 382.07 168.13 382.11 168.29 382.46 168.46 382.94 168.49 383.26 168.37 383.65 168.39 383.89 168.23 384.29 167.84 384.53 167.49 384.71 166.91 384.73 166.7 385.15 166.53 385.38 166.51 385.54 166.65 386.13 166.89 386.88 166.95 387.36 167.06 387.61 167.05 387.91 166.97 388.29 166.8 388.52 166.77 388.68 166.86 389.1 166.99 389.52 166.95 389.9 166.79 390.17 166.95 390.38 166.95 390.77 167.04 390.91 166.94 391.13 166.67 391.25 166.62 391.45 166.7 391.69 166.69 391.93 166.89 392.18 166.88 392.67 166.66 392.9 166.89 393.2 166.95 393.48 166.9 393.89 167.09 393.89 167.4 394 167.8 394.14 167.87 394.65 167.96 394.83 168.07 395 168.3 395.09 168.53 395.37 168.58 395.74 168.57 395.93 168.53 396.2 168.57 396.58 168.73 397.03 168.79 397.18 168.77 397.36 168.89 397.47 169.15 397.4 169.41 397.43 169.54 397.63 169.56 397.98 169.36 398.23 169.29 398.5 169.46 398.87 169.55 399.11 169.72 399.63 169.87 399.69 169.98 399.68 170.49 399.8 170.61 400.21 170.69 400.45 170.61 400.72 170.6 401.14 170.75 401.28 170.87 401.21 171.08 401 171.4 400.95 171.73 401.01 171.9 401.3 172.31 401.43 172.43 401.67 172.54 401.96 172.82 402.03 173.04 402.05 173.35 402.13 173.55 402.44 173.73 402.71 173.67 402.88 173.52 403.08 173.43 403.36 173.47 403.54 173.63 403.67 173.93 403.87 174.16 404.23 174.21 404.66 174.01 405.16 174.07 405.35 174.14 405.49 174.32 405.56 174.57 405.56 174.86 405.47 175.13 405.12 175.54 405.08 175.88 405.17 176.21 405.03 176.55 405.04 176.69 405.17 176.96 405.51 177.18 405.7 177.47 405.72 177.83 405.89 178.13 406.1 178.27 406.25 178.46 406.3 178.64 406.26 178.83 406.35 179.03 406.17 179.24 405.89 179.31 405.85 179.45 406 179.7 405.97 180.03 406.01 180.24 406.14 180.42 406.4 180.63 406.54 180.9 406.66 180.99 406.97 181.07 407.14 181.33 407.13 181.6 406.97 182.02 406.98 182.29 407.08 182.58 407.29 182.72 407.54 182.66 407.72 182.77 407.75 183.01 407.54 183.21 407.51 183.46 407.66 183.56 407.78 183.5 407.87 183.32 408 183.27 408.25 183.33 408.32 183.45 408.19 183.75 408.31 183.9 408.7 183.83 408.91 183.87 409.08 184 409 184.37 408.89 184.49 408.88 184.66 408.98 184.85 408.9 185.08 408.66 185.18 408.62 185.34 408.83 185.67 408.87 185.92 409 186.08 409.27 186.24 409.38 186.52 409.34 186.71 409.39 186.9 409.58 187.05 409.76 187.1 409.92 187.23 409.97 187.51 409.81 187.72 409.8 188.04 409.71 188.2 409.43 188.37 409.46 188.68 409.78 188.88 409.88 189.05 409.83 189.19 409.63 189.27 409.42 189.22 409.24 189.33 409.19 189.65 409.49 189.97 409.56 190.23 409.48 190.46 409.29 190.68 409.24 190.95 409.36 191.2 409.73 191.46 409.76 191.64 409.58 191.95 409.54 192.19 409.6 192.42 409.86 192.61 410.15 192.9 410.39 192.89 410.53 192.29 410.64 192.2 410.91 192.31 411 192.62 411.01 192.84 410.94 192.98 410.68 193.21 410.63 193.33 410.84 193.6 411.15 193.65 411.4 193.77 411.67 193.72 411.87 193.76 412.05 194 412.04 194.14 411.86 194.43 411.9 194.87 411.81 195.06 411.84 195.29 411.92 195.47 411.9 195.67 411.53 195.97 411.58 196.15 411.78 196.36 411.97 196.49 412.5 196.55 412.65 196.67 412.75 197 412.59 197.27 412.3 197.43 412.16 197.31 412.28 197.04 412.26 196.9 411.95 196.95 411.93 197.27 412.14 197.47 412.05 197.52 412.04 197.71 412.18 198.11 412.13 198.4 411.99 198.62 411.97 198.92 412.08 199.09 412.2 199.14 412.85 199.06 413.05 199.13 413.18 199.32 413.02 199.5 412.74 199.45 412.58 199.71 412.6 199.92 412.83 200.42 412.88 200.99 412.84 201.14 412.66 201.35 412.6 201.52 412.64 201.66 412.89 201.93 412.92 202.2 412.78 202.51 412.87 202.74 413.3 203.02 413.37 203.22 413.35 203.38 413.24 203.64 413.2 203.84 413.26 204.19 413.58 204.55 413.64 204.7 413.61 204.91 413.43 205.09 413.23 205.15 413.1 205.3 413.11 205.49 413.25 205.85 413.16 206.19 413.16 206.46 413.27 206.72 413.26 206.99 413.03 207.2 412.78 207.31 412.59 207.54 412.51 207.85 412.59 208.12 412.94 208.3 413.1 208.57 413.18 208.89 413.46 209.09 413.73 209.13 413.95 209.24 414.14 209.47 414.21 209.62 414.23 209.91 414.31 210.05 414.5 210.21 414.54 210.32 414.47 210.52 414.29 210.67 414.18 210.8 414.2 211.03 414.32 211.38 414.24 211.6 414.42 211.81 414.71 211.85 414.92 211.76 415.12 211.89 415.28 211.76 415.33 211.21 415.65 211.1 415.93 211.57 415.88 211.85 415.8 211.97 415.24 212.2 415.32 212.43 415.29 212.71 415.35 212.89 415.66 213.14 415.85 213.42 415.88 213.67 415.81 213.92 415.84 214.06 416.06 214.48 416.09 214.81 416.31 215.13 416.37 215.36 416.21 215.59 415.93 215.72 415.87 215.94 416.05 216.04 416.37 215.91 416.55 215.88 416.72 215.96 416.97 216.16 417.17 216.16 417.38 216.32 417.41 216.51 417.34 216.71 417.4 216.88 417.52 216.9 417.92 217.12 418.25 217.11 418.48 217.24 418.6 217.53 418.55 217.81 418.42 218.05 418.42 218.22 418.51 218.41 418.74 218.66 419.09 218.86 419.17 219.25 419.34 219.4 419.64 219.48 419.72 219.77 419.52 220.02 419.47 220.15 419.49 220.48 419.32 220.78 419.44 221.17 419.6 221.32 419.88 221.39 420.16 221.3 420.41 221.36 420.56 221.54 420.91 221.72 420.97 221.9 417.34 221.92 412.62 221.93 410.16 221.92 408.67 221.93 406.48 221.92 401.86 221.89 399.23 221.86 395.65 221.83 392.64 221.79 391 221.75 388.93 221.73 386.62 221.69 384.18 221.64 380.38 221.56 379.02 221.52 376.13 221.45 373.68 221.39 371.79 221.34 371.5 221.33 368.24 221.24 364.82 221.13 361.43 221.01 358.16 220.89 355.47 220.8 352.89 220.69 349.9 220.56 345.95 220.38 343.38 220.25 342.83 220.22 339.14 220.03 337.36 219.93 333.53 219.72 332.28 219.65 329.13 219.47 326.02 219.27 325.11 219.21 322.96 219.08 323.14 216.29 323.38 212.64 323.62 208.8 323.91 204.33 324.19 199.88 320.76 199.66 317.95 199.47 316.96 199.4 313.86 199.18 312.54 199.09 310.59 198.94 309.51 198.87 305.4 198.56 304.95 198.51 303.51 198.42 299.89 198.12 297.66 197.95 295.57 197.77 295.75 195.6 295.82 194.78 296.02 192.52 296.26 189.79 296.49 186.98 296.58 185.86 296.76 183.74 297.01 180.83 297.2 178.66 297.4 176.24 297.6 173.84 297.62 173.64 298.01 169.06 298.26 166.19 298.42 164.19 298.82 159.48 Z\" data-geo-id=\"31\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(230, 230, 230);\"></path>\\n<path d=\"M 74.9 9.13 75.06 9.01 75.07 9.25 74.9 9.13 Z M 74.51 7.82 74.81 8.01 75.01 7.93 75 8.21 74.84 8.28 74.68 8.17 74.51 7.82 Z M 73.62 10.78 73.79 10.59 73.75 10.42 73.82 10.15 74.01 10.19 74.04 10.44 74.35 10.88 74.54 11.06 74.54 11.25 74.48 11.41 74.22 11.19 73.93 11.25 73.66 11.24 73.57 11.16 73.55 10.97 73.62 10.78 Z M 66.73 33.93 66.99 33.99 67.38 34.61 67.55 34.91 67.48 35.07 67.28 35.22 67.15 35.11 67.08 34.82 66.91 34.4 66.72 34.01 66.73 33.93 Z M 73.44 9.3 73.79 9.23 73.88 9.45 73.78 9.66 73.66 9.58 73.44 9.3 Z M 72.51 11.85 72.6 11.76 72.77 11.8 72.81 12 72.6 11.96 72.51 11.85 Z M 73.73 7.22 73.9 6.97 74.03 7.07 74.18 7.44 74.16 7.64 74.28 7.82 74.26 8.04 74.47 8.22 74.69 8.69 74.69 9.09 74.38 8.97 74.07 8.31 74 7.69 73.9 7.55 73.7 7.5 73.73 7.22 Z M 65.66 34.95 66 34.71 66.06 34.6 66.38 34.69 66.4 34.79 66.69 35.09 66.69 35.38 66.46 35.46 66.19 35.43 65.76 35.15 65.66 34.95 Z M 72.74 9.81 72.9 9.77 73.03 9.54 73.23 9.48 73.37 9.79 73.3 9.91 73.47 10.18 73.51 10.34 73.23 10.51 73.25 10.74 72.93 10.74 72.73 10.68 72.85 10.25 72.69 10.02 72.74 9.81 Z M 65.2 35.85 65.41 35.8 65.41 35.68 65.53 35.53 65.81 35.39 65.95 35.4 66.15 35.74 66.03 36.2 65.96 36.33 65.73 36.23 65.63 36.56 65.43 36.46 65.2 35.85 Z M 70.5 16.21 70.65 16.04 70.88 15.68 71.24 15.4 71.49 14.98 71.74 14.83 71.88 14.64 72.36 14.24 72.57 13.9 72.71 13.42 72.98 13.42 73.21 13.58 73.44 13.43 73.57 13.58 73.55 13.74 73.66 13.82 73.6 13.99 73.6 14.26 73.31 14.46 73.66 14.74 73.8 14.9 74.01 15.3 74.13 15.42 74.19 15.64 74.16 15.83 74.05 15.93 73.74 16.06 73.4 15.97 73.26 15.68 72.98 15.53 72.72 15.53 72.51 15.92 72.35 15.89 72.33 15.71 72.2 15.6 72.06 15.75 72.15 15.94 72.07 16.19 71.96 16.29 71.7 16.34 71.37 16.25 71.04 16.26 70.96 16.37 71.03 16.63 71.16 16.66 71.42 16.58 71.66 16.62 72.22 16.8 72.43 17.18 72.39 17.26 72.54 17.69 72.48 18.12 72.59 18.36 72.52 18.66 72.55 18.96 72.29 19.2 72.38 19.71 72.48 19.76 72.42 20.01 72.33 20.16 72.43 20.26 72.33 20.7 72.24 20.79 72.39 20.92 72.55 20.84 72.74 20.55 72.73 20.28 72.91 19.9 72.84 19.46 73 19.49 73.26 19.63 73.44 20.02 73.58 20.51 73.74 20.74 74.03 20.9 74.05 20.99 74.37 21.12 74.35 21.4 74.26 21.86 74.39 22.11 74.36 22.4 74.27 22.69 74.08 22.95 73.79 23.14 73.73 23.39 73.53 23.42 73.45 23.07 73.29 23.21 73.09 23.06 72.97 22.78 73.14 22.4 73.12 22.17 72.86 21.57 72.57 21.54 72.37 21.6 72.25 21.73 71.9 21.74 71.9 21.54 72.1 21.29 71.94 20.98 71.69 20.83 71.59 20.5 71.48 20.36 71.65 20.26 71.77 19.95 71.62 19.58 72.01 18.95 72.09 18.48 72.07 18.07 71.96 17.92 71.7 17.8 71.44 17.81 71.27 17.88 71.23 17.72 71.25 17.47 71.04 17.03 70.78 16.83 70.72 16.62 70.52 16.45 70.5 16.21 Z M 71.56 9.72 71.7 9.54 71.89 9.49 72.09 9.72 72.25 10.1 72.18 10.29 71.81 10.54 71.63 10.55 71.51 10.06 71.56 9.72 Z M 64.48 33.61 64.56 33.43 64.76 33.44 64.57 33.66 64.48 33.61 Z M 71.37 6.05 71.6 6.02 71.79 6.11 71.93 6.31 71.67 6.33 71.37 6.05 Z M 69.65 11.03 69.81 10.67 69.94 10.54 70.03 10.36 70.25 10.31 70.26 10 70.35 9.79 70.52 9.86 70.75 9.76 70.96 9.9 70.92 10.13 71.07 10.17 70.8 10.7 70.69 10.78 70.82 11.37 70.62 11.66 70.8 11.76 70.85 11.91 71.02 11.76 70.98 11.57 71.06 11.29 71.08 10.94 71.19 10.71 71.33 10.62 71.78 10.71 72 11.03 71.8 11.02 71.68 11.08 71.54 11.25 71.3 11.31 71.21 11.49 71.25 11.6 71.11 11.8 71.16 11.96 71.15 12.4 70.99 12.54 70.86 12.5 70.72 12.25 70.48 12.41 70.23 12.37 70.19 12.2 70.48 12.02 70.33 11.87 69.99 11.75 69.78 11.75 69.88 11.52 69.8 11.41 69.56 11.39 69.66 11.17 69.65 11.03 Z M 67.8 17.48 68.02 17.34 68.16 17.48 67.91 17.55 67.8 17.48 Z M 69.36 8.73 69.46 8.85 69.84 8.81 70.28 9.08 70.35 9.2 70.55 9.14 70.7 9.27 70.68 9.4 70.4 9.58 70.1 9.63 70.05 9.76 69.77 9.66 69.56 9.44 69.69 9.26 69.53 8.97 69.34 8.94 69.36 8.73 Z M 69.41 7.96 69.67 7.78 69.79 7.58 70.15 7.4 70.21 7.31 70.53 7.23 70.88 6.97 70.86 6.82 71.25 6.85 71.73 7.01 71.83 7.17 72.15 7.38 72.57 7.91 72.79 8.13 73.13 8.41 72.94 8.47 72.9 8.59 72.55 8.69 72.3 8.81 72.06 9 72.13 9.29 71.92 9.17 71.71 9.18 71.8 8.93 71.61 8.76 71.54 8.39 71.39 8.23 71.38 7.94 71.52 7.49 71.42 7.27 71.11 7.28 71.06 7.34 71.12 7.66 71.05 7.72 71.02 7.96 71.29 8.35 71.27 8.65 71.39 8.89 71.34 9.03 71.18 9.17 70.99 9.23 70.75 9.08 70.49 9.03 70.26 8.85 70.26 8.44 70.34 8.32 70.19 8.21 70.05 7.91 69.9 8.01 69.91 8.18 70.03 8.55 69.9 8.71 69.76 8.58 69.7 8.34 69.41 8.37 69.34 8.32 69.41 7.96 Z M 69.32 6.55 69.64 6.47 69.75 6.34 69.88 6.4 70.15 6.36 70.06 6.72 70.06 6.88 69.9 7.02 69.69 7.09 69.66 6.85 69.56 6.71 69.32 6.55 Z M 70.65 1 71.32 1.19 71.36 1.56 71.28 1.73 71.12 1.62 70.57 1.58 70.63 1.38 70.65 1 Z M 67.88 7.13 68.4 7.48 68.35 7.58 68.13 7.42 67.88 7.13 Z M 67.1 7.96 67.26 7.77 67.53 7.57 67.79 7.75 67.97 7.63 68.06 7.76 68.45 7.82 68.5 8.05 68.39 8.27 68.66 8.49 68.99 9.14 69.22 9.24 69.31 9.48 69.25 9.66 69.34 9.8 69.66 9.88 69.55 10.16 69.27 10.19 69.15 10.03 68.99 10.03 68.83 10.44 68.9 10.69 68.87 10.94 69.06 11.15 69.4 11.23 69.32 11.46 68.66 11.13 68.39 10.98 68.15 10.69 68.15 10.55 67.86 10.43 67.78 10.27 67.59 10.15 67.45 9.98 67.32 9.65 67.25 9.29 67.36 8.97 67.26 8.66 67.39 8.44 67.29 8.22 67.08 8.12 67.1 7.96 Z M 67.18 6.22 67.45 6.2 67.82 6.42 68.16 6.82 67.91 6.86 67.62 6.83 67.5 6.76 67.3 6.54 67.18 6.22 Z M 145.3 20.37 144.79 22.66 144.25 24.96 143.86 26.67 143.7 27.34 143.19 29.56 142.66 31.95 141.94 34.95 141.56 36.47 140.88 39.4 140.35 41.76 139.88 43.91 139.27 46.66 139.2 46.96 138.88 48.45 137.97 52.5 137.09 56.4 136.11 60.73 135.64 62.87 134.97 65.82 134.48 67.98 134.52 68.13 134.2 68.81 133.94 69.03 133.88 69.27 133.94 69.42 134.25 69.59 134.32 69.69 134.27 70.09 134.4 70.31 134.6 70.47 134.64 70.61 134.49 70.89 134.7 71.23 134.77 71.62 134.74 71.93 134.54 72.21 134.54 72.4 134.75 72.73 134.81 72.97 134.92 73.05 134.9 73.24 134.72 73.33 134.62 73.67 134.38 73.85 134.32 74.08 134.16 74.28 133.97 74.26 133.83 74.36 133.83 74.58 134.09 74.73 134.22 75.04 134.2 75.35 134.27 75.47 134.23 75.77 134.3 75.89 134.29 76.34 133.39 76.1 128.83 75.04 128.6 75.03 128.14 74.88 127.04 74.64 123.89 73.88 120.27 73.01 118.59 72.62 117.26 72.3 113.79 71.47 111.97 71.02 108.03 70.07 107.44 69.93 107.06 70.25 106.78 70.37 106.28 70.46 105.8 70.65 105.33 70.73 104.74 70.69 104.41 70.6 104.04 70.41 103.66 70.18 102.79 70.09 102.19 70.17 101.06 69.97 100.52 70.05 100.06 69.89 99.53 69.42 99.13 69.43 98.76 69.62 97.93 70.37 96.55 70.23 96.17 70.1 95.16 70.09 94.72 70.11 93.95 69.99 93.43 70.1 92.41 70.36 91.43 70.34 91 70.45 90.31 70.98 89.36 70.83 88.7 70.86 87.67 70.82 86.64 70.64 86.36 70.46 86.2 70.22 85.85 69.57 85.48 69.31 84.91 69.17 84.4 69.34 84.06 69.54 83.56 69.59 82.63 69.74 81.69 69.78 81.03 70.17 80.79 70.16 80.47 69.75 80.36 69.72 79.92 69.77 79.64 69.59 79.29 69.54 78.9 69.41 78.61 69.42 78.03 69.75 78.04 69.86 77.81 69.96 77.32 69.9 77.12 69.84 77.01 69.6 77.09 69.37 77.12 68.98 77.03 68.53 76.19 67.99 75.93 67.66 75.62 67.48 75.16 67.39 74.74 67.48 74.46 67.38 73.99 67.1 73.62 66.62 73.21 66.39 71.83 66.44 71.36 66.3 70.8 66.35 70.44 66.27 69.52 65.76 68.73 65.81 68.17 66.1 68.13 66.26 68 66.37 67.6 66.47 67.33 66.4 67.18 66.57 66.87 66.69 66.57 66.74 66.32 66.68 66.01 66.71 65.14 66.98 64.99 66.98 64.64 66.82 64.05 66.79 63.75 66.97 63.05 67.1 62.8 67.1 62.43 67.01 61.99 66.79 61.82 66.32 61.5 66.1 61.35 66.08 61.07 66.14 60.68 66.11 60.51 65.98 60.3 65.71 59.72 65.32 59.45 65.1 58.8 64.69 58.28 64.5 57.92 64.24 57.75 64.05 57.53 63.74 57.25 63.52 56.99 63.19 56.97 62.72 57.1 62.38 57.44 61.78 57.56 61.33 57.57 60.9 57.39 60.27 57.46 59.99 57.7 59.68 57.83 59.25 57.75 58.89 57.73 58.32 57.9 57.98 57.96 57.43 57.76 56.98 57.7 56.29 57.51 55.91 57.58 55.35 57.46 54.85 56.82 54.24 56.44 53.56 56.04 53.19 55.95 53.02 55.39 52.38 55.29 52.2 54.67 51.94 53.99 52.07 53.71 52.15 52.98 52.32 51.82 51.95 51.63 51.73 51.26 51.08 51.56 50.22 51.41 49.77 51.23 49.42 51.11 49.3 50.85 49.18 50.19 49.22 49.99 49.12 49.5 48.97 49.36 48.96 49.11 48.78 48.68 48.62 48.59 48.48 48.7 48.04 48.49 47.81 48.18 47.78 48.05 47.99 47.79 47.85 47.58 48.12 47.38 48.07 47.18 47.81 46.95 47.83 46.8 48 46.6 47.96 46.37 48.05 46.17 48.21 45.91 48.32 45.52 48.09 45.38 47.92 45.37 47.8 45.16 47.47 45.11 47.16 45.01 47.02 45.04 46.87 44.9 46.64 44.49 46.38 44.27 46.56 44.1 46.58 44 47.02 43.77 46.9 43.54 46.88 43.68 46.52 43.99 46.01 44.4 44.94 44.54 44.53 45.01 43 45.3 41.84 45.47 40.99 45.71 40.15 45.92 40.06 45.91 40.29 46.05 40.49 46.04 40.62 45.82 40.66 45.83 41.16 45.93 41.5 45.83 41.84 45.62 42.42 45.54 42.79 45.35 43.04 45.09 44.56 44.91 45.25 44.97 45.41 45.4 45.38 45.55 45.49 45.69 45.49 45.91 44.93 45.71 44.9 45.73 44.59 45.84 44.45 45.81 44.32 45.59 44.06 45.7 43.76 45.67 43.69 45.8 43.33 45.9 43.2 46.05 43.46 46.01 43.66 46.31 43.95 46.43 43.54 46.75 43.37 46.87 43.2 46.99 43.31 47.17 43.24 47.25 42.85 47.34 42.79 47.36 42.58 47.23 42.48 47.14 42.12 47.16 41.75 46.94 41.36 46.92 41.19 47.02 40.77 47.12 40.8 47.18 41 47.28 41.03 47.3 40.76 47.59 40.66 47.7 40.34 47.83 40.17 47.97 40.2 48.58 40 48.77 39.98 49.06 40.02 49.08 39.76 48.91 39.7 48.85 39.55 48.6 39.37 48.56 38.96 48.26 38.95 48.12 39.06 48.12 39.3 47.67 39.19 47.47 38.92 47.27 39.08 47.23 39.49 47.08 39.37 46.93 39.35 46.77 39.04 46.61 39.02 46.27 38.6 46.05 38.51 45.92 38.24 45.99 38.06 46.13 37.55 46.21 37.05 46.27 36.56 46.29 35.37 46.31 35.23 46.48 35.24 46.66 35.16 46.82 35.43 46.82 35.55 46.69 35.76 46.68 36.06 46.85 36.23 47.13 36.14 47.31 35.78 47.52 35.7 47.83 35.69 47.95 35.55 48.11 35.57 48.29 35.47 48.64 35.59 48.93 35.53 49.85 35.52 50.15 35.44 50.27 35.3 50.13 35.12 49.75 34.98 49.66 34.89 49.37 34.8 49.03 34.76 48.95 34.48 48.53 34.39 48.3 34.22 48.27 34.04 48.49 33.9 48.36 33.75 48.4 33.66 48.37 33.34 48.17 33.2 48.01 32.97 47.94 32.99 47.44 32.81 47.23 32.77 46.95 32.81 46.75 33.03 46.75 33.25 46.8 33.48 46.72 33.67 46.64 33.99 46.63 34.5 46.9 34.6 46.81 34.8 46.52 34.5 46.28 34.56 46.25 34.65 45.95 34.65 46.02 34.39 46.15 34.09 46.38 33.45 46.72 32.12 46.83 31.63 47.04 30.08 47.12 29.23 47.17 27.87 47 27.48 46.75 27.36 46.74 26.7 46.71 26.51 46.51 26.31 46.62 25.46 46.57 25.34 46.71 24.83 46.93 23.79 47.19 22.01 47.2 21.59 47.27 21.05 47.28 20.39 47.23 19.86 47.32 19.21 47.31 18.79 47.15 18.56 47.14 18.41 46.96 18.25 46.91 17.83 46.98 17.46 46.9 17.15 46.71 17.1 46.65 16.89 46.43 16.78 46.49 16.64 46.38 16.54 46.33 16.36 46.37 16.19 46.21 16.07 46.18 15.9 45.84 15.69 45.65 15.38 45.68 15.16 45.6 15.06 45.7 14.86 45.71 14.55 45.57 14.28 45.64 13.97 45.54 13.92 45.66 13.6 45.63 13.39 45.73 13.08 45.73 12.86 45.85 12.33 45.81 12.13 45.83 11.93 45.95 11.61 46.06 11.54 46.11 11.24 45.99 10.31 45.91 10.14 45.96 9.97 46.24 9.83 46.38 9.81 46.71 9.35 46.75 9.14 46.68 8.8 46.79 8.69 47.02 8.61 47.19 8.23 47.18 8.02 47.5 7.88 47.61 7.7 47.64 7.51 47.77 7.34 47.69 7.11 47.46 7.09 47.41 6.85 47.3 6.73 47.29 6.49 47.16 6.35 47.15 6.15 47.38 6.05 47.49 6.16 47.7 6.14 48.1 6.25 48.31 6.43 48.36 6.71 48.56 6.88 48.84 6.83 49.13 7.03 49.35 7.45 49.51 7.52 49.81 7.85 50.18 8.32 50.29 8.42 50.37 8.63 50.61 8.81 50.77 9.1 50.93 9.23 51.18 9.25 51.39 9.55 51.84 9.84 51.83 10.01 52.18 10.21 52.38 10.15 52.55 10.17 52.76 10.42 53.03 10.64 53.56 11.17 53.65 11.34 53.99 11.51 53.83 11.8 54.2 12.11 54.4 12.41 55.28 12.95 55.63 13.01 55.74 13.15 55.97 13.25 56.34 13.33 56.55 13.52 56.88 13.6 57.07 13.55 57.18 13.7 57.64 13.84 58.29 13.84 58.4 14 58.56 13.87 58.99 14.1 59.31 14.36 59.33 14.6 59.85 14.9 60.43 14.75 60.6 14.91 60.7 15.14 60.86 15.27 61.29 15.35 61.75 15.33 62.2 15.48 62.2 15.55 61.78 15.39 61.44 15.38 61.44 15.48 61.81 15.82 62.16 16 62.41 16.08 62.69 16.09 62.85 16.22 63.15 16.3 63.52 16.27 63.73 16.43 64.11 16.5 64.43 16.41 64.83 16.21 65.29 15.9 65.58 15.79 65.73 15.86 65.52 16.14 65.85 16.41 65.88 16.55 66.06 16.9 66.26 17.08 66.38 17.57 66.39 17.9 66.69 17.9 66.87 17.85 67.21 17.85 67.63 17.92 67.97 18.07 67.69 18.56 67.76 18.75 68.2 19.1 68.31 19.3 68.32 19.73 68.21 19.88 67.99 19.99 68 20.1 68.27 20.13 68.44 20.06 68.54 19.94 68.83 19.29 68.57 19.03 68.56 18.83 68.36 18.57 68.21 18.51 68.4 18.33 68.44 17.99 69.22 17.67 69.88 17.69 70.17 17.77 70.08 17.99 70.18 18.29 69.75 18.38 69.5 18.51 69.37 18.64 69.49 18.86 69.48 19.04 69.56 19.23 69.57 19.63 69.72 19.87 69.93 19.84 69.9 19.55 70.04 19.2 69.95 19.11 70.23 18.82 70.73 18.73 70.78 18.87 70.72 19.04 70.73 19.3 70.61 19.88 70.72 20.13 70.63 20.39 70.37 20.49 70.05 20.1 69.91 20.13 69.93 20.56 69.88 20.76 70.02 21.08 70.23 21.16 70.25 21.43 70.06 21.67 70.05 21.91 69.94 22.21 70.08 22.17 70.27 21.99 70.36 22.21 70.23 22.49 70.37 22.83 70.6 22.89 70.53 23.12 70.42 23.05 70.3 23.23 70.07 23.26 69.89 23.15 69.55 23.02 69.58 23.51 69.44 23.72 69.23 23.77 68.96 23.97 68.57 24 68.55 24.2 68.45 24.28 68.34 24.65 68.17 24.8 68.1 25.01 67.93 25.07 67.72 25.31 67.57 25.7 67.67 25.89 67.62 25.98 67.1 26 66.91 25.79 67.09 25.41 67.26 25.37 67.29 25.17 67.41 25.08 67.47 24.8 67.65 24.64 67.76 24.38 67.95 24.08 68.04 23.85 67.97 23.7 68.04 23.42 67.96 23.11 67.81 23.11 67.67 23.39 67.72 23.69 67.54 24 67.24 24.11 67.1 24.05 67.22 23.75 67.24 23.61 67.02 23.65 66.91 24.22 67.04 24.42 66.93 24.68 66.68 24.65 66.58 24.88 66.48 24.83 66.36 25.15 66.26 25.27 66.31 25.6 66.02 25.73 65.8 25.95 65.83 26.17 65.76 26.32 65.36 26.23 65.21 26.43 64.73 26.64 64.62 26.63 64.55 26.81 64.23 27.07 63.81 27.51 63.61 27.78 63.49 27.77 63.33 27.91 63.07 28.4 62.77 28.57 62.31 28.93 62.18 28.97 62.02 29.29 61.5 29.87 61.27 30.35 61.13 30.4 61.1 30.81 61.19 30.89 61.53 30.73 61.73 30.74 61.79 30.86 62 30.95 62.1 31.1 62.61 31.23 63.32 30.96 63.81 30.93 63.93 30.97 64.11 30.91 64.3 30.97 64.66 30.7 64.84 30.69 65.03 30.52 64.78 30.41 64.57 30.5 64.37 30.5 64.01 30.6 63.51 30.6 63.38 30.71 62.97 30.78 62.74 31.06 62.5 31.04 62.37 30.81 62.04 30.59 61.78 30.56 61.7 30.16 62.05 29.8 62.06 29.75 62.45 29.32 62.7 29.13 62.87 28.94 63.11 28.8 63.33 28.6 63.45 28.3 63.71 28.06 63.85 28 64.52 27.43 64.67 27.19 65.06 27.21 65.27 27.12 65.42 26.93 65.46 26.72 65.75 26.71 66.28 26.6 66.38 26.46 66.72 26.4 66.58 26.64 66.64 26.7 66.94 26.58 67.32 26.49 67.79 26.42 67.99 26.02 68.06 25.57 68.28 25.26 68.38 25.26 68.56 25.09 68.76 24.77 69.12 24.67 69.31 24.32 69.83 24.01 70.17 23.85 70.26 23.86 70.56 23.54 70.99 23.64 71.09 23.35 71.07 22.79 71.1 22.58 71.04 22.42 70.8 22.25 70.88 22.01 71.05 22.03 71.03 22.19 71.1 22.39 71.22 22.47 71.62 22.61 71.7 22.74 71.88 22.82 71.81 23.04 71.88 23.42 71.77 23.7 71.79 24.04 71.7 24.36 71.72 24.47 71.91 24.74 71.82 24.93 71.54 25.12 71.72 25.35 71.72 25.6 71.79 25.68 71.7 25.97 71.46 26.03 71.13 25.93 70.87 25.79 70.68 25.82 70.55 26.11 70.63 26.29 70.61 26.43 70.73 26.58 70.99 26.58 71.02 26.87 70.83 27.28 70.87 27.52 70.66 27.56 70.69 27.78 70.87 28.04 70.65 28.28 70.66 28.44 70.58 28.67 70.49 28.75 70.7 28.91 70.64 29 70.39 29.04 70.2 29.01 69.9 29.15 69.8 29.25 69.78 29.49 69.62 29.73 69.64 29.83 69.9 29.91 70.11 30.09 70.16 30.26 69.73 30.62 69.63 30.8 69.48 30.88 69.44 31.12 69.33 31.23 69.28 31.59 68.97 31.94 68.84 32.17 68.91 32.56 68.74 32.71 68.54 33.01 68.32 33.21 68.17 33.48 68.2 33.72 68.32 34.18 67.99 34.48 67.68 34.62 67.54 34.41 67.59 34.23 67.4 34.22 67.24 34.03 66.9 33.83 66.77 33.71 66.62 33.79 66.43 33.66 66.65 33.26 66.88 33.01 67.06 32.71 67.26 32.54 67.59 32.44 67.81 32.25 67.82 32.12 67.5 32.18 67.03 32.23 66.91 32.39 66.62 32.52 66.3 32.57 66.32 32.71 66.22 32.89 66 33.08 65.81 33.32 65.68 33.68 65.7 33.92 65.8 33.93 65.8 34.15 65.91 34.29 65.84 34.44 65.82 34.73 65.33 35.02 65.31 35.21 65.16 35.5 64.88 35.53 64.89 35.17 64.76 35.09 64.68 34.6 64.73 34.39 64.56 34.17 64.52 33.91 64.89 33.39 65.18 33.23 65.36 33.03 65.41 32.62 65.61 32.25 65.69 31.91 65.45 31.9 65.43 31.52 65.55 31.28 65.45 31.15 65.22 31.48 65.29 31.63 65.2 31.85 65.19 32.15 65.04 32.26 65.14 32.43 65.05 32.55 64.88 32.43 64.76 32.6 64.6 32.62 64.62 32.88 64.27 33.11 64.28 33.27 64.11 33.63 64.09 33.87 64.18 33.97 64.16 34.22 64.26 34.5 63.97 34.93 63.75 35.13 63.9 35.33 63.96 35.57 63.87 35.62 63.81 36.16 63.95 36.08 64.15 35.43 64.31 35.17 64.53 35.71 64.48 36.21 64.61 36.37 64.74 36.42 64.81 36.58 65.15 36.96 65.4 37.03 65.47 36.95 65.72 37.04 66.1 36.67 66.31 36.57 66.58 36.51 66.78 36.27 66.88 36.05 67.18 36.01 67.39 35.75 67.52 35.43 67.74 35.27 67.9 34.88 68 34.89 68.1 34.73 68.46 34.39 68.6 34.1 68.48 33.61 68.67 33.66 68.79 33.87 68.93 33.95 68.98 34.18 69.24 34.6 69.44 34.75 69.55 34.99 69.83 34.91 70.08 34.62 69.94 34.4 69.7 34.27 69.86 34.18 69.98 33.97 70.34 34.02 70.51 33.96 70.69 34.02 70.75 33.93 71.26 33.91 71.45 33.82 71.62 33.1 71.63 32.69 71.51 32.51 71.56 32.01 71.44 31.86 71.25 31.75 71.48 31.65 71.55 31.4 71.68 31.27 71.65 31.04 71.47 30.8 71.4 30.47 71.5 30.36 71.58 29.88 71.52 29.54 71.43 29.32 71.71 29.25 71.96 29.09 72.05 29.32 72.21 29.39 72.49 29.33 72.57 29.19 72.55 28.99 72.32 28.61 72.16 28.54 71.84 28.18 71.83 27.92 71.75 27.78 72.09 27.54 72.28 27.17 72.54 27.11 72.72 26.92 72.82 26.7 72.8 26.33 72.89 26.14 72.78 25.84 72.81 25.65 72.93 25.48 72.95 25.2 73.16 25.13 73.65 24.74 73.85 24.67 74.1 24.3 74.1 24.09 74.42 23.53 74.62 23.35 74.79 22.92 75.19 22.89 75.57 22.94 75.86 22.8 76.02 22.28 76.04 22.1 76.25 21.94 76.2 21.71 76.07 21.68 75.71 21.23 75.76 21.08 75.72 20.94 75.5 20.84 75.5 20.72 75.29 20.47 75.3 20.24 75.11 20.09 75.09 19.75 75.02 19.67 75 19.32 75.12 19.04 75.12 18.77 75.37 18.5 75.26 18.29 75.31 18.03 75.4 17.87 75.36 17.67 75.19 17.49 74.88 17.49 74.75 17.26 74.61 17.23 74.42 17.31 74.4 17.58 74.46 17.7 74.24 17.89 74.03 17.88 73.9 17.96 73.82 18.36 74.02 18.89 74.05 19.13 74.25 19.36 74.61 20.15 74.73 20.79 74.48 20.7 74.39 20.52 74.39 20.26 74.19 19.92 74.14 19.71 73.92 19.56 73.74 19.05 73.6 19.04 73.45 19.16 73.2 18.83 73.26 18.56 73.17 18.1 73.15 17.83 73.26 17.64 73.23 17.48 73.39 17.13 73.47 16.81 73.57 16.65 74 16.64 74.13 16.79 74.3 16.75 74.47 16.52 74.65 16.63 75.12 17.06 75.25 17.07 75.48 16.65 75.6 16.15 75.53 16.07 75.51 15.76 75.34 15.49 75.12 15.36 74.96 15.04 74.46 14.75 74.46 14.65 74.21 14.34 74.24 13.94 74.15 13.86 74.16 13.34 74.38 13.03 74.04 12.94 73.95 13.13 73.81 13.26 73.56 13.23 73.4 13.37 73.26 13.31 73.14 13.37 72.85 13.33 72.72 12.96 72.76 12.74 73.11 12.5 73.17 12.14 73.11 11.86 72.9 11.69 72.72 11.64 73.03 11.39 73.17 11.53 73.95 11.41 74.14 11.48 74.03 11.63 74 12.01 74.03 12.52 74.2 12.57 74.25 12.06 74.53 12.01 74.63 12.68 74.88 12.73 74.93 12.85 75.37 12.87 75.51 12.74 75.43 12.62 75.42 12.41 75.49 12.09 75.57 11.94 75.59 11.59 75.52 11.5 75.54 11.02 75.33 10.91 75.16 10.68 75.71 10.84 75.79 11.19 75.87 11.27 76.03 11.14 76.17 11.18 76.51 10.96 76.7 10.66 76.53 10.16 76.35 10.05 76.17 9.66 75.99 9.19 76.27 9.13 76.32 8.9 76.3 8.62 76.15 8.45 76.15 8.2 76.63 7.84 76.68 7.68 76.45 7.49 76.46 7.38 76.31 7.23 76.26 7.07 75.93 6.93 75.68 7 75.62 6.95 75.3 7.05 75.24 7.15 74.8 7.44 74.58 7.73 74.46 7.64 74.44 7.41 74.35 7.28 74.87 6.71 74.94 6.51 74.72 6.31 74.59 6.05 74.29 5.99 74.39 5.42 74.36 5.01 74.11 4.77 74.04 4.59 73.76 4.21 73.83 4.04 74.06 3.9 74.32 3.85 74.44 3.69 74.48 3.52 74.41 3.34 74.25 3.22 73.98 3.35 73.65 3.11 73.63 2.99 73.75 2.81 74.1 2.53 74.46 2.32 74.73 2.28 74.72 2.18 76.58 2.72 79 3.41 80.92 3.95 82.79 4.49 84.6 5.04 87.02 5.76 91.4 6.92 92.02 7.07 93.1 7.38 93.44 7.45 94.72 7.79 96.52 8.3 99.75 9.17 103.94 10.27 108.56 11.49 110.1 11.87 112.26 12.43 115.62 13.28 119.29 14.19 122.94 15.09 127.06 16.09 130.85 17 133.27 17.57 133.28 17.59 134.73 17.93 134.83 17.94 138.17 18.71 141.98 19.6 144.13 20.11 145.3 20.37 Z M 70.22 29.56 70.52 29.74 70.41 29.91 70.25 29.86 70.22 29.56 Z M 68.98 32.91 69.13 32.76 69.2 32.61 69.13 32.3 69.28 32.04 69.41 31.95 69.6 31.31 69.73 31.11 69.94 30.88 70.17 30.8 70.39 30.31 70.66 30.54 70.55 30.61 70.48 30.81 70.7 31.28 70.51 31.48 70.47 31.78 70.52 32.07 70.36 32.16 70.34 32.34 70.44 32.48 70.83 32.64 71.05 32.91 70.97 32.96 70.67 32.95 70.12 33.11 69.93 33.26 69.8 33.46 69.61 33.38 69.55 33.23 69.84 32.84 69.97 32.93 70.16 32.74 70.3 32.4 70.03 32.37 70.15 32.65 70.04 32.74 69.79 32.59 69.61 32.68 69.24 33.55 68.94 33.41 68.88 33.15 68.98 32.91 Z\" data-geo-id=\"53\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(163, 0, 0);\"></path>\\n<path d=\"M 213.88 266.19 215.24 266.38 219.88 267.01 223.88 267.53 225.81 267.78 225.83 267.79 229.57 268.26 233.91 268.8 236.97 269.17 239.6 269.49 241.65 269.74 244.84 270.11 246.47 270.3 246.57 270.46 248.36 270.66 249.71 270.8 250.37 270.88 252.13 271.06 254.5 271.31 255.25 271.4 256.63 271.54 259.73 271.85 263.92 272.28 265.29 272.42 268 272.69 270.96 272.99 271.42 273.04 272.93 273.18 274.3 273.37 274.74 273.4 278.44 273.74 280.1 273.89 280.41 273.9 282 274.06 284.72 274.3 286.06 274.4 289.72 274.68 293.85 274.99 297.82 275.29 302.6 275.64 304.92 275.81 304.79 277.55 304.58 280.35 304.45 282.05 304.35 283.44 304.21 285.41 303.61 285.36 303.35 288.86 303.23 290.57 302.99 293.91 302.67 298.08 302.61 298.97 302.36 302.21 302.03 306.58 301.72 310.64 301.63 311.75 301.61 312.04 301.39 315.03 301.24 317.02 300.99 320.45 300.68 324.45 300.55 326.04 300.26 330.04 300.02 333.25 299.85 335.2 299.44 339.58 299.4 340 299.27 341.53 298.94 345.01 298.85 346.14 298.65 348.24 298.26 352.43 298.02 355.73 297.81 358.5 297.58 361.57 297.32 365.15 297.05 368.77 296.84 371.53 292.62 371.21 286.23 370.71 283.78 370.5 281.37 370.31 276.46 369.89 273.21 369.6 271.41 369.43 266.99 369.02 263.2 368.65 260.21 368.36 258.06 368.15 253.91 367.71 253.61 367.66 251.94 367.49 251.43 367.44 247.58 367.03 246.37 366.91 243.54 366.61 243.26 366.58 239.66 366.2 239.55 366.37 239.43 366.38 239.27 366.54 239.41 366.73 239.58 366.83 239.48 366.94 239.45 367.44 239.41 367.62 239.59 367.74 239.09 367.98 239 368.16 239.23 368.4 239.09 368.72 239.39 369.13 239.53 369.15 239.58 369.29 239.5 369.5 239.76 369.65 239.91 369.89 240.15 369.9 240.39 370 240.67 370.38 240.64 370.49 240.59 370.47 237.07 370.08 233.04 369.62 228.27 369.06 226.25 368.82 222.75 368.39 219.12 367.94 213.61 367.24 213.2 370.47 212.91 372.62 212.51 375.78 204.44 374.72 203.13 374.56 201.96 374.4 198.91 373.98 199.3 371.18 199.72 368.22 200.14 365.19 200.35 363.78 200.72 361.07 200.92 359.64 201.82 353.24 202.4 349.05 202.75 346.57 203.26 342.79 203.5 341.05 203.58 340.58 203.98 337.6 204.29 335.41 204.4 334.56 204.98 330.47 205.27 328.28 205.64 325.71 205.96 323.33 206.4 320.16 206.99 315.97 207.5 312.31 208 308.66 208.5 305.07 209.04 301.12 209.26 299.54 209.55 297.37 209.93 294.61 210.51 290.48 210.92 287.54 211.55 283.01 211.71 281.78 212.11 278.97 212.64 275.19 213.27 270.58 213.88 266.19 Z\" data-geo-id=\"35\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(230, 230, 230);\"></path>\\n<path d=\"M 301.99 121.34 302.24 121.35 302.58 117.26 302.84 114.19 303.11 110.69 303.42 107.03 303.59 104.78 303.69 103.32 307.72 103.65 310.17 103.85 313.82 104.14 316.96 104.37 318.66 104.5 321.53 104.71 322.23 104.75 323.57 104.85 326.54 105.06 328.55 105.19 331.26 105.37 334.59 105.58 335.15 105.61 338.63 105.83 340.61 105.93 342.88 106.06 345.09 106.18 349.19 106.39 351.82 106.51 355.28 106.69 358.01 106.82 360.88 106.95 363.04 107.03 364.35 107.1 367.45 107.21 369.65 107.28 373.72 107.43 375.88 107.51 378.7 107.62 381.75 107.7 385.79 107.79 387.2 107.82 391.17 107.9 392.84 107.92 395.63 107.96 396.19 107.95 397.59 107.97 400.17 108 400.35 107.99 403.39 108.03 403.38 108.33 403.3 108.47 403.32 108.93 403.28 108.95 403.23 109.78 403.16 110.11 403.06 110.29 402.93 110.38 402.72 110.71 402.55 110.83 402.37 111.17 402.32 111.37 402.18 111.62 401.91 111.89 401.39 112.17 400.86 112.52 400.72 112.74 400.19 113.1 399.64 113.53 399.41 114.28 400.15 115.25 400.26 115.34 400.64 115.91 400.9 116.53 401.08 117.14 401.18 117.25 401.6 117.9 401.76 118.03 402.2 118.04 402.6 118.09 402.83 118.18 403.12 118.39 403.57 118.61 403.89 118.71 404.33 119.07 404.46 119.41 404.81 120.2 404.81 121.9 404.79 126.61 404.78 129.62 404.77 131.58 404.76 134.62 404.75 136.22 404.73 138.8 404.71 141.27 404.68 145.46 404.68 147.37 404.66 150.99 404.64 154.62 402.63 154.61 402.8 154.79 402.79 155.03 402.85 155.25 402.61 155.44 402.57 155.59 402.68 155.88 402.95 155.93 402.97 156.17 403.19 156.41 403.47 156.64 403.65 156.64 403.69 157.03 403.6 157.16 403.64 157.56 403.49 157.76 403.62 158.22 403.55 158.46 403.4 158.55 403.01 158.55 402.95 158.48 402.75 158.53 402.85 158.67 402.91 159.07 403.08 159.22 403.24 159.27 403.23 159.47 402.98 159.63 403.02 159.77 403.2 159.87 403.59 159.92 403.7 160.04 404.17 159.92 404.29 159.96 404.37 160.29 404.35 160.66 404.45 160.73 404.42 161.34 404.52 161.47 404.65 161.5 404.74 161.66 404.8 162.04 404.5 162.4 404.57 162.53 404.58 162.79 404.5 163 404.27 163.03 404.08 163.25 403.81 163.26 403.69 163.41 403.82 163.51 403.79 163.75 403.96 163.85 404.06 164.04 403.97 164.26 403.84 164.29 403.66 164.65 403.86 164.77 403.94 165 403.81 165.28 403.36 165.67 403.42 166.03 403.55 166.32 403.37 166.34 403.4 166.55 403.28 166.63 403.23 166.85 403.29 167.1 403.23 167.28 402.78 167.41 402.84 167.53 402.66 167.9 402.59 168.19 402.46 168.38 402.25 168.36 402.06 168.66 402.12 168.87 401.96 169.26 402.17 169.7 402.09 169.86 402.56 170.2 402.86 170.31 403.12 170.66 403.38 170.84 403.38 171.01 403.53 171.11 403.68 171.32 403.67 171.61 403.77 171.66 403.98 172.18 404.1 172.41 403.91 172.66 403.96 172.74 404.22 172.75 404.18 173.36 404.02 173.44 404.03 173.59 404.18 173.61 404.27 173.76 404.24 174.03 404.51 173.97 404.66 174.01 404.23 174.21 403.87 174.16 403.67 173.93 403.54 173.63 403.36 173.47 403.08 173.43 402.88 173.52 402.71 173.67 402.44 173.73 402.13 173.55 402.05 173.35 402.03 173.04 401.96 172.82 401.67 172.54 401.43 172.43 401.3 172.31 401.01 171.9 400.95 171.73 401 171.4 401.21 171.08 401.28 170.87 401.14 170.75 400.72 170.6 400.45 170.61 400.21 170.69 399.8 170.61 399.68 170.49 399.69 169.98 399.63 169.87 399.11 169.72 398.87 169.55 398.5 169.46 398.23 169.29 397.98 169.36 397.63 169.56 397.43 169.54 397.4 169.41 397.47 169.15 397.36 168.89 397.18 168.77 397.03 168.79 396.58 168.73 396.2 168.57 395.93 168.53 395.74 168.57 395.37 168.58 395.09 168.53 395 168.3 394.83 168.07 394.65 167.96 394.14 167.87 394 167.8 393.89 167.4 393.89 167.09 393.48 166.9 393.2 166.95 392.9 166.89 392.67 166.66 392.18 166.88 391.93 166.89 391.69 166.69 391.45 166.7 391.25 166.62 391.13 166.67 390.91 166.94 390.77 167.04 390.38 166.95 390.17 166.95 389.9 166.79 389.52 166.95 389.1 166.99 388.68 166.86 388.52 166.77 388.29 166.8 387.91 166.97 387.61 167.05 387.36 167.06 386.88 166.95 386.13 166.89 385.54 166.65 385.38 166.51 385.15 166.53 384.73 166.7 384.71 166.91 384.53 167.49 384.29 167.84 383.89 168.23 383.65 168.39 383.26 168.37 382.94 168.49 382.46 168.46 382.11 168.29 382.07 168.13 381.8 167.87 381.64 167.77 381.46 167.55 381.17 167.34 381.05 167.12 380.91 166.97 380.59 167.02 380.33 166.93 379.91 166.7 379.75 166.54 379.39 166.28 379.08 166.26 378.45 166.02 378.22 165.74 377.32 165.24 377.15 165.12 376.88 165.18 376.63 164.88 376.5 164.8 376.2 164.21 376.1 163.81 373.77 163.75 370.5 163.66 366.39 163.53 362.54 163.4 359.37 163.28 356.32 163.15 353.42 163.02 352.42 162.98 350.32 162.88 348.6 162.79 346.48 162.7 346.39 162.71 343.11 162.54 341.26 162.46 340.66 162.42 338.06 162.28 334.3 162.08 332.56 161.99 331.33 161.91 329.44 161.75 326.2 161.54 322.42 161.29 320.57 161.17 316.34 160.86 313.44 160.64 311.6 160.5 307.83 160.21 304.86 159.98 304.38 159.92 303.52 159.86 302.14 159.74 300.6 159.62 299.68 159.53 298.82 159.48 299 157.31 299.2 154.92 299.44 151.89 299.7 148.83 299.89 146.62 300.16 143.32 300.47 139.78 300.63 137.95 300.92 134.31 301.23 130.63 301.43 128.29 301.66 125.57 301.8 123.83 301.82 123.68 301.99 121.34 Z\" data-geo-id=\"46\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(230, 230, 230);\"></path>\\n<path d=\"M 430.56 426.77 430.61 426.47 430.59 426.36 430.77 426.23 431.27 426.6 431.26 426.76 430.98 426.98 430.59 426.97 430.56 426.77 Z M 428.75 421.84 428.91 421.77 429.1 422.03 428.95 422.14 428.75 421.84 Z M 427.9 419.95 428.32 420.06 428.41 420.2 428.52 420.52 428.31 420.58 428.41 420.69 428.4 420.89 428.56 421.14 428.43 421.28 428.33 421.18 428.35 420.99 428.23 420.85 428.12 420.56 428.07 420.26 427.9 419.95 Z M 425.61 431.3 425.81 431.13 426.03 430.72 426.58 430.37 426.98 430.04 427.17 429.99 427.32 429.63 427.53 429.55 427.55 429.45 427.81 429.34 427.77 429.15 428.04 429.13 428.15 428.9 428.26 428.79 428.55 428.74 428.49 428.61 428.57 428.47 428.73 428.53 428.79 428.32 428.95 428.13 429.44 427.8 429.63 427.75 429.59 427.63 429.72 427.43 429.93 427.32 430.33 427.23 430.61 427.04 430.99 427.06 431.37 426.81 431.41 426.57 431.51 426.5 431.85 426.55 432.09 426.5 432.17 426.61 431.5 427.1 431.05 427.51 429.85 428.32 429.44 428.59 427.16 430.18 426.49 430.68 426.18 430.93 425.87 431.29 425.71 431.38 425.61 431.3 Z M 391.76 454.96 392.2 454.17 392.39 454.31 392.51 454.16 392.55 453.96 392.81 453.74 393.02 453.81 393.08 454.26 393.04 454.46 392.81 454.9 391.76 455.02 391.76 454.96 Z M 391.12 455.33 391.49 455.33 391.46 455.42 391.18 455.42 391.12 455.33 Z M 389.69 457.94 389.84 457.86 390.21 457.94 390.12 458.08 389.93 458.73 389.88 458.73 390 458.11 389.93 457.94 389.69 457.94 Z M 389.38 454.3 389.64 454.36 389.85 454.89 390 455.12 389.82 455.1 389.53 454.46 389.38 454.3 Z M 387.15 479.19 388.15 479.14 389.01 479.14 389.06 479.56 389.4 480.74 389.86 482.46 390.27 484.3 390.49 485.64 390.64 486.98 390.77 488.06 390.9 488.51 390.67 488.41 390.61 488.18 390.67 488.03 390.56 487.62 390.55 487.34 390.42 487 390.42 486.7 390.48 486.37 390.37 485.73 390.33 485.39 390.24 485.17 390.19 484.53 389.95 483.42 389.72 482.92 389.83 482.79 389.79 482.65 389.55 482.15 389.43 482.05 389.44 481.61 389.25 480.86 389.06 480.28 388.96 480.09 388.9 479.85 388.69 479.38 388.38 479.22 388.01 479.24 387.16 479.23 387.15 479.19 Z M 386.87 473.33 387 473.03 386.96 472.43 387.04 471.78 387.1 471.64 386.99 471.38 387.04 471.05 387.07 470.51 387.06 469.97 387.1 469.34 387.15 469.23 387.01 468.49 387.09 468.38 387.1 467.97 387.15 467.53 387.25 467.18 387.11 466.95 387.3 466.87 387.3 466.55 387.25 466.18 387.46 466.11 387.62 465.68 387.5 465.52 387.46 465.18 387.72 465 387.55 464.58 387.64 464.04 387.89 463.5 388.08 463.22 388.19 462.86 388.19 462.62 388.38 462.17 388.6 461.74 388.76 461.53 388.66 461.25 389.06 460.39 389.34 459.87 389.78 458.88 390.11 458.88 390.3 458.99 390.21 458.67 390.41 458.71 390.52 458.46 390.53 457.92 390.75 457.7 391.14 456.91 391.2 456.63 391.43 456.26 391.77 456.13 391.84 456.02 391.87 455.55 391.85 455.44 391.61 455.27 391.74 455.2 392.46 455.08 392.64 455 392.95 454.96 393.15 455.1 392.97 455.28 392.36 456.01 392.06 456.44 391.26 457.69 390.82 458.47 390.48 459.09 389.46 461.2 389.15 461.86 388.64 463.11 388.37 463.85 388.03 464.96 387.68 466.29 387.53 467.06 387.43 467.7 387.31 468.9 387.26 469.94 387.25 470.65 387.28 471.59 387.36 472.53 387.47 473.38 387.68 474.53 387.89 475.51 388.3 477.17 388.75 478.71 388.9 479.08 388.78 479.1 388.31 479.05 388.58 478.88 388.34 478.34 388.29 478.11 388.01 477.53 387.98 477.29 387.9 477.11 387.55 476.04 387.51 475.79 387.38 475.45 387.42 475.36 387.25 475.12 387.17 474.86 387.15 474.63 386.99 474.31 387.03 473.88 386.87 473.33 Z M 386.41 475.51 386.56 475.5 386.55 475.73 386.41 475.73 386.41 475.51 Z M 304.21 285.41 307.4 285.64 310.77 285.88 313.64 286.07 316.99 286.29 317.6 286.33 320.52 286.52 322.1 286.63 325.81 286.86 329.1 287.05 333.39 287.29 333.99 287.31 336.96 287.46 340.04 287.62 341.96 287.72 344.82 287.85 347.16 287.95 349.91 288.07 349.73 292.42 349.54 296.86 349.41 299.97 349.3 302.56 349.15 306.28 349.05 308.66 348.85 313.39 348.72 316.32 348.58 319.72 348.5 321.77 348.34 325.34 348.8 325.33 349.21 325.02 349.56 325.12 349.58 325.2 350.11 325.63 350.3 325.87 350.37 326.06 350.61 326.37 350.92 326.61 351.08 326.65 351.16 326.82 351.19 327.08 351.49 327.52 351.92 327.85 351.89 327.99 352.09 328.17 352.45 328.38 352.67 328.55 352.71 328.78 352.98 329.03 353.25 329.01 353.49 329.14 353.72 328.98 354.09 329.17 354.36 329.11 354.47 329.16 354.72 328.85 354.74 328.53 354.81 328.36 355.09 328.36 355.29 328.46 355.6 328.49 355.79 328.44 356.06 328.55 356.25 328.78 356.58 328.83 356.79 328.98 357 329.32 357.11 329.33 357.14 329.14 357.28 329.15 357.49 329.31 357.66 329.19 357.68 328.87 357.82 328.57 357.68 328.42 357.74 328.26 357.73 327.98 357.96 327.71 358.14 327.68 358.37 327.82 358.33 328 358.75 328.4 358.89 328.66 359.06 328.65 359.28 328.55 359.41 328.6 359.52 328.85 359.8 328.8 359.74 329.09 359.62 329.21 359.97 329.33 360.14 329.52 360.19 329.77 360.27 329.87 360.18 330.01 360.25 330.1 360.44 330.01 360.56 330.09 360.6 330.49 360.48 330.61 360.5 330.95 360.56 331.12 360.74 331.18 360.76 331.36 360.7 331.53 360.79 331.66 360.7 331.89 360.8 332.22 360.8 332.47 361.27 332.59 361.45 332.58 361.61 332.4 361.76 332.41 361.73 332.69 361.89 332.75 362.52 332.58 362.73 332.65 362.85 332.8 363.08 332.85 363.2 332.69 363.56 332.77 363.73 332.67 363.77 332.5 363.92 332.43 364.07 332.51 364.17 332.78 364.3 332.83 364.43 332.59 364.55 332.64 364.89 333.02 365 333.2 365.18 333.32 365.44 333.42 365.54 333.51 365.76 333.57 365.71 333.73 365.81 333.87 365.96 333.82 365.99 333.66 366.31 333.75 366.4 333.65 366.81 333.82 366.94 334.04 367.06 333.97 367.2 334.09 367.41 334.17 367.54 334.4 367.82 334.36 367.91 334.2 368.19 334.2 368.29 334.29 368.44 334.21 368.59 334.27 369.28 333.69 369.69 333.84 369.84 333.85 370.03 333.78 370.38 334.02 370.64 334.33 370.63 334.51 370.78 334.6 371 334.83 371.13 335.07 371.49 335.52 371.77 335.71 371.95 335.68 372.12 335.51 372.36 335.52 372.46 335.34 372.61 335.3 372.82 335.36 372.96 335.25 372.97 335.02 373.17 334.94 373.18 334.62 373.24 334.43 373.46 334.37 373.37 334.25 373.46 334.09 373.74 333.95 374.34 334.08 374.73 334.4 375.04 334.48 375.42 334.52 375.82 334.44 375.93 334.61 376.3 334.78 376.78 334.84 377.02 334.68 377.31 334.26 377.52 334.08 377.74 334.1 377.85 334.24 377.83 334.46 378 334.53 378.02 334.72 377.8 335.17 377.55 335.43 377.53 335.67 377.62 335.86 377.86 336.13 378.09 336.27 377.96 336.41 377.74 336.4 377.86 336.6 378.1 336.86 378.09 337.02 378.75 337.21 379.09 337.21 379.6 337.1 379.85 337 380.05 337.28 380.24 337.34 380 338.03 379.81 338.17 379.83 338.31 380.07 338.3 380.12 338.46 380.04 338.75 379.84 338.91 379.68 338.8 379.6 339.01 379.7 339.22 379.86 339.36 380.12 339.45 380.35 339.43 380.97 339.85 381.27 340.01 381.46 340.03 381.81 339.89 381.96 339.88 382.2 339.65 382.2 339.47 382.46 339.46 382.48 339.19 382.66 339.11 382.83 339.17 382.82 338.99 382.74 338.83 382.84 338.71 382.95 338.81 383.16 338.73 383.11 338.43 383.27 338.38 383.59 338.39 383.84 338.19 384.05 337.89 384.15 337.62 384.31 337.45 384.57 337.36 384.81 337.4 385.16 337.56 385.45 337.79 385.55 337.82 385.69 338.05 385.86 338.14 385.75 338.39 385.82 338.54 385.72 338.75 385.84 339.06 385.97 339.15 386.26 339.13 386.43 339.19 386.85 338.93 387.24 338.78 387.46 338.84 387.87 339.09 388.02 339.34 388 339.73 387.81 340.29 387.96 340.54 388.1 340.64 388.38 340.73 389.23 340.74 389.46 340.54 389.62 340.27 389.77 339.93 389.83 339.6 390.02 339.62 389.86 339.89 389.94 340.06 390.16 339.84 390.31 339.47 390.61 339.81 390.86 340.02 391.08 339.92 391.2 339.7 391.25 339.21 391.32 339.1 391.56 338.94 391.81 338.92 392.21 339.22 392.3 339.38 392.49 340.25 392.49 340.38 392.26 340.55 392.06 340.55 391.9 340.73 391.86 341.09 392.09 341.5 392.14 341.73 392.06 341.89 392.23 342 392.38 342.35 392.52 342.51 392.74 342.66 393.1 342.76 393.31 342.72 393.56 342.55 393.74 342.25 393.76 341.83 393.63 341.38 393.62 341.2 393.73 341 393.87 340.93 394.36 340.84 394.34 340.6 394.2 340.47 393.8 340.39 393.69 340.31 393.75 340.14 394.05 340.01 394.24 340.1 394.39 340.42 394.51 340.44 394.75 340.33 395.36 339.52 395.37 339.17 395.22 338.65 395.22 338.36 395.34 338.22 395.47 338.21 395.46 338.47 395.57 338.58 396.37 338.13 396.64 338.37 396.73 338.63 396.78 339.35 396.97 339.9 397.23 340.18 397.48 340.3 397.63 340.19 397.66 339.9 397.78 339.77 398.37 339.89 398.6 340.1 398.65 340.41 398.76 340.69 398.88 340.75 399.13 340.73 399.66 340.62 399.87 340.48 400.01 340.27 400.14 339.81 400.17 339.38 400.29 339.07 400.5 338.99 401 339.42 401.56 339.4 401.67 339.53 401.48 339.8 401.25 339.91 400.98 340.23 401.07 340.44 401.64 340.7 401.86 340.87 402.21 340.87 402.5 340.8 402.59 340.84 402.75 341.18 402.76 341.48 403.01 341.77 403.44 341.72 403.66 341.73 403.83 341.61 404.23 341.71 404.38 342.06 404.53 342.28 405.07 342.85 405.18 343.33 405.28 343.42 405.56 343.39 405.83 343.27 406.01 342.98 406.06 342.8 406.05 342.51 406.23 341.92 406.36 341.81 406.75 341.89 407.29 342.26 407.43 342.27 407.75 342.18 408.1 342.02 408.23 341.84 408.34 341.48 408.37 341.15 408.14 341.23 408.09 341.06 408.31 340.92 408.56 340.9 408.52 340.65 408.57 340.54 408.97 340.5 409.17 340.64 409.34 340.68 409.33 340.35 409.58 340.37 410.14 340.57 410.32 340.47 410.45 340.19 410.6 340.24 410.6 340.49 410.83 340.39 410.94 340.29 411 340.09 411.16 340.03 411.16 340.26 411.35 340.18 411.84 340.08 411.98 339.67 412.08 339.63 412.58 339.97 412.7 340.02 413.01 340.28 413.19 340.32 413.36 340.51 413.62 340.57 413.77 340.41 413.73 340.18 414.06 340.09 414.23 340.16 414.53 340.39 414.74 340.3 414.83 340.09 414.66 339.83 414.76 339.48 414.92 339.41 415.13 339.42 415.48 339.63 415.89 339.53 416.12 339.23 416.27 339.14 416.59 339.24 416.8 339.18 416.96 338.81 417.16 338.77 417.27 338.53 417.38 338.53 417.52 338.68 417.79 338.7 417.94 338.79 418.04 339.17 418 339.46 418.09 339.71 418.28 339.69 418.63 339.37 418.72 339.42 418.71 339.76 418.84 339.82 419.24 339.7 419.46 339.87 419.74 339.97 419.95 339.89 420.35 340 420.63 339.92 420.97 339.95 421.41 339.76 421.49 339.59 421.73 339.66 421.87 339.79 422.13 339.82 422.3 339.73 422.27 339.37 422.18 339.24 422.29 339.11 422.49 339.11 422.5 339.39 422.58 339.54 422.7 339.41 422.77 338.91 422.74 338.56 423.01 338.34 423.04 338.15 423.3 338.1 423.54 338.26 423.98 338.4 424.19 338.57 424.47 338.62 424.62 338.58 424.77 338.68 424.61 338.98 424.69 339.15 424.84 339.21 425.28 339.01 425.42 339.13 425.16 339.28 425.13 339.45 425.28 339.65 425.42 339.62 425.45 339.22 425.74 339.24 425.77 339.51 425.9 339.7 425.96 339.99 426.5 340.07 426.67 339.97 426.82 340.18 426.99 340.18 427.19 340.01 427.27 340.47 427.59 340.61 427.44 340.86 427.53 341.01 427.66 341.06 427.89 341 427.87 340.74 428.05 340.7 428.13 340.93 428.02 341.01 427.95 341.33 428.11 341.58 428.23 341.61 428.36 341.77 428.69 341.79 428.82 341.89 428.66 342.08 428.79 342.2 429.11 342.32 429.39 342.3 429.52 342.16 429.39 341.96 429.48 341.76 429.58 341.77 429.7 342.17 429.63 342.32 429.88 342.43 430.18 342.2 430.23 342.02 430.35 341.89 430.51 341.94 430.49 342.17 430.3 342.17 430.07 342.37 430.11 342.46 430.32 342.56 430.5 342.54 430.65 342.4 430.79 342.54 430.96 342.61 430.9 342.75 430.62 342.96 430.81 343.03 430.91 343.21 431.17 343.26 431.22 343.09 431.14 342.96 430.98 342.92 431.03 342.75 431.45 342.98 431.39 343.28 431.72 343.34 432.01 343.14 432.2 343.26 432.29 343.07 432.45 343.17 432.29 343.39 432.26 343.59 432.07 343.51 431.94 343.63 432.03 343.76 432.24 343.8 432.48 343.72 432.62 343.39 432.85 343.49 433.02 343.73 433.16 343.69 433.22 343.45 433.38 343.43 433.39 343.69 433.67 343.61 433.66 343.72 433.41 343.84 433.23 344.01 433.31 344.12 433.63 343.86 433.83 343.77 433.96 343.83 433.94 344.04 433.62 344.19 433.56 344.4 433.83 344.4 434.04 344.2 434.25 344.14 434.34 344.23 434.1 344.47 434.23 344.62 434.48 344.48 434.59 344.52 434.8 344.44 434.88 344.19 435.2 344.21 435.27 344.07 435.5 344.13 435.48 344.24 435.25 344.32 435.41 344.47 435.38 344.62 435.15 344.77 435.18 344.92 435.33 344.94 435.4 345.06 435.78 345.07 436.05 345.48 436.21 345.5 436.48 345.24 436.61 345.37 436.54 345.52 436.3 345.57 436.24 345.67 436.44 345.91 436.56 345.96 436.97 345.97 437.1 345.8 437.02 345.64 437.24 345.51 437.35 345.77 437.55 345.85 437.7 345.8 437.87 345.32 438.1 345.21 438.13 345.38 438 345.48 438 345.65 438.26 345.65 438.51 345.19 438.7 345.06 438.85 345.12 438.81 345.3 438.62 345.52 438.64 345.68 438.84 345.76 439.02 345.75 439.22 345.55 439.38 345.48 439.49 345.7 439.59 345.55 439.52 345.34 439.25 345.34 439.25 345.16 439.48 345.19 439.68 344.93 440.02 345.04 440.03 345.19 440.18 345.28 440.25 345.48 440.47 345.41 440.53 345.72 440.66 345.71 440.7 345.45 440.81 345.44 441.05 345.31 441.29 345.27 441.54 345.39 441.46 345.68 441.63 345.76 441.92 345.7 441.98 348.24 442 349.42 442.09 353.22 442.08 353.55 442.14 355.93 442.2 358.76 442.26 362.18 442.29 363.13 442.35 366.14 442.44 370.3 442.5 373.16 442.54 375.47 442.56 375.6 442.76 375.53 442.96 375.65 442.98 375.82 443.13 375.95 443.35 376.37 443.56 376.58 443.69 376.93 443.93 376.92 444.02 377.14 444.41 377.11 444.52 377.28 444.37 377.46 444.54 377.6 444.64 377.47 444.94 377.43 444.87 377.71 445.19 378.05 445.18 378.33 445.32 378.45 445.29 378.61 445.33 378.81 445.69 379.12 445.92 379.21 446 379.53 446.18 379.69 446.15 379.93 445.99 380.2 446.22 380.5 446.37 380.62 446.39 380.83 446.32 380.95 446.48 381.06 446.69 381.07 446.53 381.39 446.38 381.58 446.25 381.62 446.18 381.76 446.29 382 446.37 382.42 446.33 382.72 446.14 382.78 446.02 382.91 446 383.06 446.08 383.3 446.3 383.63 446.32 383.83 446.44 383.98 446.67 384.14 446.7 384.29 446.99 384.45 447.33 384.47 447.41 384.35 447.6 384.4 447.64 384.56 447.76 384.66 448.09 384.62 447.87 385.12 447.64 385.23 447.52 385.52 447.97 385.8 448.04 385.73 448.27 385.8 448.24 386.04 448.46 386.03 448.27 386.45 448.27 386.61 448.42 386.63 448.78 386.85 448.82 386.93 448.93 387.47 449.33 387.31 449.22 387.61 448.94 387.67 448.87 387.75 448.88 387.99 448.76 388.13 448.8 388.29 448.65 388.37 448.6 388.53 448.66 388.69 448.94 388.77 449.07 389.05 449.21 389.01 449.33 389.25 449.68 389.23 449.82 389.43 449.83 389.62 449.77 389.97 450.09 390.13 449.96 390.5 450.05 390.61 450.09 391.05 450.29 391.25 450.44 391.21 450.59 391.01 450.92 390.83 451.18 390.87 451.19 391.06 451.04 391.12 451.14 391.36 450.94 391.42 450.94 391.56 451.09 391.93 451.08 392.23 450.96 392.48 450.74 392.54 450.92 392.78 450.92 392.89 451.24 392.97 451.48 393.2 451.31 393.29 451.28 393.4 451.47 393.52 451.44 393.69 451.66 393.82 451.44 394 451.26 394.03 451.17 394.23 450.97 394.22 450.9 394.33 450.74 394.15 450.54 394.41 450.62 394.56 450.77 394.63 450.69 394.86 451.06 395.07 451.08 395.2 451.32 395.19 451.31 395.36 451.42 395.58 451.35 395.83 451.15 395.92 451.04 395.85 450.9 396.05 451.06 396.36 450.78 396.41 450.66 396.61 450.83 396.91 450.95 397.23 450.78 397.4 450.94 397.46 451.03 397.59 451.01 397.78 450.86 397.89 450.91 398.08 450.69 398.2 450.54 398.59 450.4 398.77 450.42 398.93 450.21 398.97 450.05 399.08 450.16 399.24 449.99 399.35 450.13 399.5 450.13 399.81 449.92 400.14 449.99 400.27 449.84 400.54 449.71 400.68 449.44 400.74 449.36 400.9 449.19 400.98 449.19 401.08 448.99 401.31 448.96 401.61 449 401.94 449.08 402.2 448.93 402.28 448.85 402.2 448.68 402.31 448.51 402.34 448.28 402.6 448.35 402.89 448.24 403 448.27 403.16 448.2 403.42 448.59 403.67 448.65 403.79 448.5 404.13 448.61 404.27 448.51 404.36 448.8 404.81 448.68 404.86 448.83 405.06 448.82 405.2 448.67 405.34 448.48 405.41 448.37 405.36 448.34 405.67 448.07 406 447.89 406.11 447.92 406.41 447.89 406.62 447.99 406.68 447.83 406.85 447.81 407.01 448.14 407.76 448.47 407.93 448.8 408.02 448.74 408.49 448.79 408.98 448.59 409.39 448.59 409.57 448.71 409.92 448.86 410.23 448.9 410.41 448.81 410.57 449 410.65 449.06 410.96 448.93 410.91 448.91 411.4 448.76 411.46 448.72 411.61 448.57 411.76 448.58 411.97 448.7 412.23 448.87 412.26 448.99 412.42 448.64 412.54 448.37 412.85 448.34 413.1 448.08 413.28 447.82 413.65 447.57 413.76 447.47 414.03 447.24 414.45 447.11 415.1 446.89 415.61 446.77 415.83 446.5 416.2 446.21 416.44 445.75 416.73 445.39 417.08 445.31 417.26 445.3 417.5 445.41 417.73 445.82 417.98 445.95 418.16 445.9 418.33 445.99 418.53 446.3 418.65 446.42 418.87 446.86 419.5 446.86 419.72 446.47 419.73 445.45 419.68 444.95 419.68 444.14 419.73 443.91 419.77 443.23 419.94 442.58 420.16 441.73 420.52 441.11 420.8 439.32 421.65 436.07 423.12 434.84 423.71 433.73 424.29 433.34 424.52 432.91 424.82 432.46 425.24 432.21 425.64 432.13 425.83 432.01 425.95 431.82 425.82 431.3 426.04 431.31 425.77 431.48 425.49 431.36 425.32 431.68 425 431.84 425.14 432.25 424.73 432.53 424.6 432.72 424.15 432.91 423.94 433.16 423.8 433.48 423.88 433.78 423.83 434.19 423.63 434.26 423.55 434.33 423.23 434.66 422.83 434.87 422.77 435.4 423.03 435.64 422.98 435.77 423.12 436.02 423.08 436.09 422.96 435.98 422.86 436.12 422.63 436.29 422.47 436.38 422.25 435.96 422.39 435.92 422.48 435.54 422.57 435.41 422.28 435.23 422.13 435.13 421.98 434.87 421.94 434.2 422.23 433.59 422.42 433.28 422.47 432.78 422.66 432.53 422.65 431.89 422.88 431.53 422.94 431.25 422.83 431.08 422.52 431.24 422.46 431.37 422.65 431.54 422.61 431.73 422.38 431.67 422.23 431.95 421.97 432.13 421.57 432.3 421.29 432.52 420.73 432.58 420.31 432.59 419.93 432.7 419.7 432.69 419.39 432.64 419.12 432.49 418.79 432.46 418.55 432.19 418.31 431.96 418.47 431.8 418.35 431.59 418.04 431.06 418.28 430.88 418.33 430.59 418.49 430.01 419.2 429.78 419.7 429.74 420.02 429.66 420.16 429.34 420.36 429.07 420.47 428.83 420.43 428.6 419.96 428.6 419.77 428.49 419.67 427.97 419.58 427.89 419.46 427.55 419.47 427.45 419.56 427.52 419.7 427.84 420.08 427.53 420.31 427.35 420.6 427.3 420.93 427.41 421.1 427.74 421.36 427.84 421.51 427.55 421.87 427.37 422.14 427.26 422.41 427.32 422.69 427.66 423.07 427.97 423.23 428.74 423.44 429.04 423.5 429.07 423.58 428.82 423.99 428.77 423.82 428.58 423.82 428.36 423.96 428.39 424.06 428.66 424.29 428.81 424.27 428.88 424.41 429.39 424.69 429.45 425.08 429.49 425.58 429.57 425.74 429.83 425.82 429.83 425.95 429.41 426.17 429.38 426.43 429.3 426.58 429.4 426.76 429.41 426.98 429.33 427.15 429.08 427.37 428.93 427.36 428.93 427.59 428.71 427.54 428.08 427.63 427.81 427.92 427.53 428.36 427.19 428.63 427.08 428.93 426.93 429.07 426.66 429.23 426.44 429.29 425.95 429.67 425.83 429.51 425.75 429.26 425.52 429.24 425.42 429.33 425.12 429.25 425.01 429.28 425.13 429.58 425.07 429.72 425.05 430.11 424.85 430.69 424.86 430.84 424.97 431.05 425.14 431.13 425.35 431.44 425.58 431.53 425.59 431.64 425.24 431.94 424.49 432.52 423.46 433.41 422.88 434 422.74 434.21 422.31 434.49 421.98 434.76 421.36 435.33 421.26 435.49 420.72 435.7 419.89 435.96 419.53 436.15 418.25 436.92 417.08 437.58 416.64 437.78 416.61 437.88 414.75 439.01 413.71 439.6 412.76 440.07 411.32 440.71 411.1 440.79 409.51 441.52 408.47 442.05 407.45 442.6 406.35 443.28 405.91 443.6 405.51 444 405.35 443.97 405.13 444.1 404.32 444.79 404.33 444.92 404.15 445.26 403.94 445.53 403.43 446.01 403.27 446.11 402.13 446.64 401.43 447.02 401.05 447.25 400.22 447.79 399.18 448.54 398.17 449.33 397.14 450.21 396.48 450.81 395.88 451.4 395.18 452.14 394.59 452.81 393.81 453.79 393.5 454.24 393.28 454.64 393.13 455 392.98 454.86 393.19 454.33 393.17 454.02 393.25 453.97 393.37 453.62 393.56 453.56 393.85 453.32 393.89 453.11 393.72 453.05 393.22 453.31 393.16 453.25 393.42 453.03 394.1 452.93 394.21 452.67 394.18 452.44 394.21 452.27 394.5 451.64 394.7 451.4 394.87 451.13 395.08 450.92 395.12 450.61 395.23 450.3 395.57 450.07 395.99 449.98 395.88 449.78 396.11 449.46 396.44 449.71 396.62 449.93 396.88 449.85 397.19 449.61 397.16 449.47 397.31 449.43 397.31 449.26 397.09 449.31 397.08 448.99 397.01 448.85 397.4 448.48 397.6 448.4 398.31 448.42 398.76 448.33 399.11 448.18 399.02 447.92 399.24 447.88 399.51 447.75 399.7 447.73 399.7 447.61 399.83 447.34 400.13 447.11 400.27 447.05 400.32 446.91 400.66 446.63 400.71 446.47 401.07 446.3 401.47 446.3 401.66 446.23 401.76 446.02 402.04 445.9 403.01 445.72 403.3 445.63 403.47 445.53 403.45 445.35 403.59 445.14 403.4 445.01 402.95 445.1 403 444.98 403.26 444.82 403.36 444.59 403.81 444.36 403.82 444.13 403.27 444.09 402.27 444.76 401.62 445.02 401.23 445.22 401.03 445.37 400.35 446.02 400.49 446.21 400.32 446.23 400.32 446.08 400.22 445.97 399.81 445.99 399.67 446.14 399.35 446.05 399.29 445.79 399 445.39 399.08 445.17 399.1 444.78 398.98 444.56 398.98 444.33 398.71 444.25 398.29 444.23 398.21 444.01 398.21 443.78 398.11 443.63 397.69 443.35 397.53 443.16 397.53 442.88 397.42 442.85 397.16 442.97 396.95 443.15 397.23 443.35 397.52 443.3 397.9 443.87 398.01 443.93 398 444.17 397.63 444.37 397.2 444.02 397.09 443.9 396.77 443.78 396.61 443.84 396.44 444.03 396.43 444.23 396.62 444.4 396.96 444.8 397.41 445.07 397.54 445.21 397.48 445.39 397.56 445.88 397.53 446.08 397.23 446.49 397.41 446.77 397.42 446.89 397.56 447.09 397.65 447.38 397.63 447.65 397.16 447.87 397.03 448.01 396.95 448.22 396.6 448.58 396.61 448.67 396.3 448.72 395.89 449.05 395.86 449.18 395.67 449.26 395.47 449.59 395.44 449.7 395.22 449.79 395.49 449.43 395.43 449.37 395.19 449.53 395.13 449.63 394.64 449.64 394.68 449.48 394.91 449.15 394.88 449 394.97 448.73 395.09 448.68 395.28 448.2 395.16 447.98 395 447.91 395 447.74 395.21 447.52 395.24 447.37 395.48 446.97 395.45 446.87 395.21 447.01 395.18 447.17 394.95 447.22 394.83 447.33 394.83 447.51 394.52 447.8 394.64 447.97 394.9 448.25 394.84 448.45 394.49 448.74 394.55 448.91 394.44 449.04 394.35 449.33 394.39 449.46 394.25 449.6 394.06 449.4 393.85 449.41 393.79 449.29 393.56 449.14 393.72 449.05 393.65 448.87 393.67 448.48 393.86 448.35 393.84 448.12 393.72 448.11 393.47 448.38 393.2 448.45 392.71 448.64 392.06 448.98 391.81 449.17 391.5 449.26 391.19 449.52 390.82 449.77 390.46 450.08 390.19 450.46 390.93 450.82 390.94 451.09 391.21 451.02 391.23 451.17 391.34 451.31 391.6 451.43 391.87 451.4 392.07 451.32 392.05 451.15 391.8 451.15 391.66 451.03 391.89 450.96 392.06 450.82 392.06 450.64 392.28 450.47 392.5 450.45 392.8 450.34 393.05 450.2 393.17 450.02 393.15 449.75 393.28 449.71 393.55 449.81 393.62 449.98 393.42 450.17 393.34 450.52 393.4 450.74 393.4 450.94 393.52 451.17 393.53 451.35 393.21 451.43 393.13 451.54 392.9 452.03 392.79 452.39 392.78 452.62 392.46 452.51 391.88 453.4 391.7 453.53 391.67 453.79 391.52 454.09 391.42 454.09 391.16 454.43 390.68 455.28 390.32 455.32 390.14 455.25 390.16 454.99 389.92 454.76 389.69 454.27 389.27 454.16 388.86 454.24 388.02 454.53 388.29 454.3 388.19 454.11 387.85 454.15 387.79 454.25 387.55 454.26 387.09 454.23 386.85 454.33 386.19 454.3 386.06 454.47 385.74 454.52 385.73 454.34 385.58 454.14 385.49 454.11 385.15 454.29 385.07 454.49 385.17 454.68 385.47 454.71 385.63 454.84 385.61 455.02 385.74 455.14 386.04 455.22 386.22 455.18 386.36 455.06 386.51 455.05 386.83 455.25 386.95 455.04 387.36 454.92 387.48 455.07 387.25 455.41 387.26 455.76 387.22 456 387.33 456.27 387.44 456.37 387.51 456.64 387.75 456.92 388.04 457.13 388.5 457.35 388.93 457.49 389.12 457.51 389.69 457.71 389.53 457.76 389.45 457.98 389.33 458.07 388.82 459.23 388.77 459.38 388.84 459.63 388.37 460.07 388.14 460.76 387.97 461.13 387.85 461.72 387.56 462.45 387.52 463.07 386.97 464.34 386.89 464.58 386.73 464.74 386.38 464.88 386.1 464.88 385.55 465.17 385.11 465.6 384.88 465.5 384.7 465.52 384.49 465.41 384.81 465.3 384.96 465.03 385.18 465.03 385.31 464.92 385.22 464.7 385.28 464.6 385.59 464.37 385.48 464.14 385.64 463.77 385.54 463.68 385.51 463.48 385.39 463.41 385.3 463.57 385.32 463.76 385.11 463.83 385.08 463.93 384.8 464.18 384.69 464.36 384.12 464.76 383.83 464.93 383.42 465.34 383.18 465.31 383.1 465.17 382.95 465.11 383.04 464.92 382.99 464.62 382.68 464.62 382.4 464.21 382.54 463.99 382.27 463.84 382.21 463.63 382.05 463.54 381.72 463.44 381.66 463.61 381.89 463.96 382.01 464.3 381.98 464.43 382.12 464.59 382.11 464.7 382.26 464.85 382.61 464.99 382.49 465.29 382.37 465.37 382.15 465.39 381.82 465.54 381.63 465.49 381.39 465.64 381.35 465.79 381.66 465.77 382.38 465.59 382.73 465.53 382.85 465.64 382.85 465.96 383 466.18 383.58 466.18 383.97 466.26 384.27 466.4 384.73 466.46 385.07 466.35 385.24 466.18 385.43 466.09 385.81 466.01 386.05 465.85 386.3 465.83 386.57 465.87 386.57 465.95 386.34 467 386.22 467.72 386.4 467.78 386.33 468.08 386.23 469.37 386.19 470.25 386.12 471.06 386.05 471.71 385.95 472.38 385.87 473.04 386.64 473.14 386.64 473.27 385.92 473.2 385.86 473.22 385.8 473.71 386.03 473.96 386.27 474.05 386.59 474.24 386.53 474.33 386.13 474.14 386.02 474.18 385.72 474.15 385.69 474.41 385.48 474.47 385.55 475.19 385.63 475.71 385.62 476.11 385.68 476.23 385.68 476.6 385.75 476.72 385.82 477.11 386.01 477.75 385.97 477.91 385.99 478.21 386.19 478.58 386.2 478.73 386.35 479.23 386.49 479.29 386.39 479.61 386.45 479.92 386.63 480.29 386.51 480.64 386.64 480.69 387.07 480.66 387.5 481.76 387.63 482.04 387.92 482.8 387.93 482.97 388.03 483.09 388.47 484.16 388.59 484.22 388.74 484.46 388.76 484.64 388.65 484.71 388.96 485.71 388.91 485.74 388.57 484.64 388.25 484.31 388.08 484.47 388.17 484.59 388.37 484.62 388.43 484.83 388.28 485.23 388.25 485.43 388.11 485.52 388.32 485.93 388.48 486.12 388.46 486.31 388.33 486.53 388.47 486.82 388.4 486.97 388.63 487.33 388.64 487.58 388.47 487.6 388.53 487.78 388.72 488.02 388.89 488.13 389.28 488.25 389.96 488.27 390.27 488.46 390.12 488.52 390.16 488.9 390.7 488.58 390.93 488.65 390.9 489.05 390.92 489.45 390.99 490.34 390.98 490.67 390.82 490.74 390.79 490.58 390.53 490.45 390.3 490.55 390.28 490.63 389.96 490.55 389.63 490.54 389.31 490.64 389.25 490.74 388.73 490.66 388.59 490.71 388.72 490.97 388.25 490.96 387.89 491.18 387.65 491.22 387.69 491.08 387.48 491.04 387.42 491.18 387.02 491.51 387.17 491.58 387.15 491.9 387.29 492.04 387.28 492.15 387.09 492.41 387.03 492.75 386.58 492.76 386.38 492.54 386.34 492.72 386.08 492.69 385.95 492.56 385.82 492.58 385.72 492.37 385.79 492.22 385.56 491.89 385.44 491.95 385.35 491.81 385.15 491.97 384.88 491.95 384.9 491.67 384.64 491.82 384.49 491.84 384.43 491.63 384.26 491.34 384.06 491.12 384.04 490.93 383.82 490.96 383.42 490.85 383.47 490.74 383.44 490.42 383.21 490.41 383.08 490.47 382.94 490.31 382.98 490.11 382.82 490.04 382.75 489.87 382.34 489.53 382.49 489.38 382.36 489.13 382.14 489.28 381.98 489.3 381.84 489.16 381.6 489.11 381.52 489.27 381.36 489.05 381.24 489.14 381.06 489.05 380.8 489.03 380.47 489.04 380.3 489.11 380.32 488.82 380.06 489.06 379.81 488.97 379.72 488.85 379.82 488.61 379.68 488.49 378.82 488.61 378.49 488.51 378.35 488.37 378.17 488.32 378.06 488.44 377.78 488.5 377.46 488.51 377.08 488.39 376.78 488.58 376.58 488.42 376.54 488.28 376.32 488.43 376.19 488.31 375.83 488.4 375.69 488.29 375.52 488.75 375.13 488.64 374.99 488.54 374.89 488.23 374.63 488.39 374.39 488.23 373.99 488.32 373.84 488.32 373.7 488.55 373.43 488.27 373.29 488.29 373.16 488.06 372.87 488.46 372.75 488.39 372.66 488.21 372.39 488.01 372.23 488 371.9 488.08 371.85 487.95 371.66 487.84 371.57 487.68 371.26 487.5 371.26 487.41 371.55 487.41 371.53 487.28 371.17 487.15 371.05 487.19 370.92 487.45 370.85 487.25 370.68 487.19 370.43 486.81 370.39 486.55 370.48 486.41 370.46 486.28 370.24 486.3 370.2 486.52 369.93 486.39 369.6 486.43 369.46 486.24 369.28 486.11 369.26 485.93 369.02 485.89 368.83 485.7 368.6 485.6 368.67 485.38 368.65 485.22 368.55 485.12 368.37 485.23 368.27 485.09 368.13 485.18 367.94 485.2 367.61 485.38 367.49 485.34 367.6 485.14 367.37 485.04 367.24 485.14 367.03 485.06 366.85 484.7 366.81 484.89 366.5 485.02 366.46 484.75 366.24 484.86 366.16 484.7 366.25 484.51 366.12 484.43 365.91 484.43 365.68 484.51 365.53 484.4 365.34 484.52 365.32 484.66 364.96 484.81 364.7 484.8 364.53 484.62 364.56 484.43 364.46 484.26 364.2 484.23 363.87 484.11 363.98 483.97 364.13 484.01 364.16 483.84 363.88 483.81 363.72 483.59 363.48 483.67 363.33 483.64 363.58 483.37 363.38 483.17 363.36 482.99 363.24 482.97 363.03 483.07 362.83 483.04 362.66 482.94 362.7 482.83 362.56 482.6 362.53 482.39 362.38 482.21 362.25 482.27 362.04 482.21 361.78 482.39 361.52 482.26 361.39 482.26 360.83 482.47 360.73 482.12 360.51 482.08 360.38 481.9 360.38 481.73 360.2 481.8 360.18 482.06 359.97 482.13 359.82 481.98 359.88 481.72 359.74 481.59 359.5 481.53 359.3 481.68 358.87 481.67 358.7 481.37 358.44 481.25 358 481.55 357.65 481.56 357.53 481.33 357.17 480.98 357.14 480.81 357.33 480.68 357.4 480.31 357.54 480.03 357.32 479.58 356.94 479.1 356.67 479.04 356.28 478.87 356.2 478.61 356.28 478.42 356.13 477.27 355.77 476.58 355.63 475.86 355.67 475.28 355.15 474.87 355.13 474.06 354.81 473.53 354.72 473.01 354.52 472.72 354.28 472.57 353.91 472.55 353.71 472.28 353.85 471.77 353.8 471.6 353.59 471.46 353.08 471.33 352.88 471.22 352.73 471.03 352.66 470.65 352.94 470.47 352.92 470.36 352.77 470.31 352.5 470.01 352.43 469.78 352.31 469.63 352.07 469.74 351.98 469.72 351.79 469.5 351.81 469.12 351.71 468.75 351.75 468.65 352.03 468.46 352.11 468.15 351.92 467.95 352.13 467.55 352.12 467.34 352.01 467.2 352.02 467.03 352.16 466.94 352.24 466.61 352.14 466.09 352.14 465.95 351.94 465.71 352.02 465.46 352.03 465.21 351.85 464.94 351.67 464.85 351.36 465 351.17 464.91 351.1 464.76 351.25 464.48 351.26 464.33 351.16 464.16 350.56 464.09 350.43 463.87 350.54 463.76 350.72 463.74 351.01 463.47 350.97 463.2 351.13 462.84 351.25 462.71 351.25 462.48 351.35 462.11 351.23 461.6 351.25 461.36 351.45 461.07 351.54 460.86 351.51 460.67 351.25 460.44 350.72 460.44 350.78 460.23 350.86 459.59 351.06 459.21 350.98 459.06 350.74 458.9 350.56 458.41 350.34 458.24 350.28 458.34 349.91 458.45 349.95 458.13 349.72 457.95 349.7 457.76 349.54 457.68 349.16 457.88 348.92 457.95 348.66 457.89 348.47 457.76 348.61 457.54 348.44 457.3 348.14 457.26 348.06 457.12 347.92 457.37 347.83 457.37 347.55 457.15 347.51 457.01 347.29 456.64 346.97 456.26 346.9 456.05 346.76 455.87 346.4 455.86 346.24 455.66 346.18 455.34 346.07 455.05 345.91 455.17 345.69 455.24 345.56 455.12 345.44 454.64 345.12 454.61 344.99 454.49 345.06 454.21 345.01 454.04 345.05 453.79 344.96 453.55 344.73 453.4 344.64 453.27 344.61 452.98 344.79 452.73 344.8 452.62 344.7 452.37 344.41 452.24 344.27 452.06 344.27 451.9 344.09 451.8 344.08 451.54 344.2 451.29 344.21 451.04 343.69 450.97 343.24 450.77 342.96 450.23 342.89 449.92 342.82 449.39 342.65 449.22 342.36 449.1 342.24 448.98 342.21 448.67 342.02 448.43 341.86 448.13 341.78 447.84 341.66 447.75 341.17 447.59 340.82 447.34 340.54 447.34 340.36 447.25 340.27 447.1 339.9 446.88 339.71 446.87 339.64 446.75 339.58 446.17 339.48 446 339.1 446.01 338.91 445.88 338.75 445.69 338.51 445.29 338.34 445.13 338.33 445.02 338.49 444.57 338.45 444.4 338.05 443.84 338.01 443.62 337.61 443.07 337.5 442.73 337.6 442.59 337.75 442.22 337.68 441.85 337.26 441.35 337.36 441.21 337.52 441.21 337.79 441.05 337.83 440.89 337.48 440.79 337.38 440.72 336.97 440.59 336.84 440.31 336.68 440.16 336.59 439.85 336.85 439.41 336.8 439.2 336.28 438.97 336.26 438.8 336.03 438.73 336.02 438.59 336.09 438.14 335.8 438.11 335.61 437.99 335.53 437.84 335.23 437.74 335.05 437.14 335.03 436.82 335.13 436.65 335.14 436.19 334.92 435.86 334.74 435.86 334.78 435.59 334.69 435.47 334.77 435.21 334.72 434.93 334.57 434.79 334.55 434.54 334.45 434.49 334.09 434.46 334.06 434.32 334.14 434.09 333.85 433.8 333.87 433.62 333.66 433.31 333.72 433.07 333.51 433.05 333.35 432.89 333.21 433.01 333.09 432.75 333.24 432.61 333.11 432.53 333.03 432.33 332.92 432.25 333 431.97 332.99 431.58 333.04 431.41 333.01 431.14 332.9 430.82 332.81 430.22 332.82 429.73 332.67 429.23 332.39 428.92 332.1 428.82 331.81 428.63 331.65 428.43 331.63 428.21 331.35 428.09 331.24 427.92 331.05 427.75 331.22 427.52 331.21 427.34 331.08 427.25 331.1 427.06 330.92 426.69 330.77 426.7 330.79 426.47 330.75 426.33 330.46 426.19 330.51 426.03 330.16 426.03 329.8 425.74 329.44 425.62 329.4 425.27 329.32 425.1 329.03 425 328.84 424.86 328.82 424.76 328.45 424.57 328.33 424.29 328.07 424.28 327.93 424.14 327.57 423.95 327.42 423.91 327.26 423.73 327.24 423.47 326.92 423.1 326.84 422.64 326.62 422.42 326.59 422.08 326.15 421.85 325.87 421.81 325.68 421.84 325.44 421.64 325.31 421.73 325.08 421.65 324.78 421.12 324.75 420.91 324.44 420.79 323.87 420.72 323.74 420.66 323.41 420.73 323.32 420.41 323.56 419.99 323.68 419.88 323.54 419.14 323.64 418.88 323.59 418.76 323.39 418.62 323.29 418.63 323.08 418.91 323.12 419.06 323.1 419.37 322.86 419.72 322.63 419.59 322.53 419.44 322.54 418.95 322.78 418.4 322.73 418.17 322.56 418.03 322.05 417.95 321.85 418.18 321.75 418.11 321.72 417.83 321.62 417.58 321.65 417.32 321.6 417.16 321.39 417.04 321.23 416.85 321.28 416.66 321.22 416.45 320.98 416.28 321 416.16 321.25 416.03 321.28 415.89 321.1 415.82 320.66 416.14 320.49 416.19 320.41 416.11 320.35 415.76 320.41 415.55 320.26 415.41 320.04 415.47 319.84 415.67 319.55 415.85 319.28 415.83 319.07 415.92 318.95 415.87 318.99 415.4 319.06 415.19 318.96 414.93 318.77 415.05 318.52 415.14 318.4 415.32 318.41 415.62 318.33 415.69 317.82 415.57 317.44 415.65 317.35 415.83 317.16 415.9 316.91 415.57 316.59 415.75 316.46 415.54 316.3 415.64 316.08 415.68 315.99 415.44 315.8 415.49 315.6 415.34 315.4 415.35 315.13 415.15 314.89 415.12 314.84 415.28 314.63 415.27 314.47 415.18 314.42 415.02 314.61 414.81 314.38 414.64 314.26 414.7 314.35 415.04 314.25 415.1 314.01 414.94 313.83 414.68 313.55 414.86 313.29 414.92 313.13 414.83 312.88 414.79 312.75 414.84 312.58 415.06 312.44 415.03 312.45 414.8 312.24 414.71 312.09 414.81 311.99 414.75 311.91 414.46 311.68 414.4 311.61 414.71 311.49 414.72 311.4 414.56 311.1 414.71 310.96 414.59 310.78 414.56 310.67 414.64 310.65 414.83 310.44 414.87 310.12 414.85 309.95 414.68 309.75 414.74 309.54 414.71 309.31 414.5 309.21 414.56 309 414.47 308.86 414.29 308.73 414.23 308.61 414 308.42 414 308.44 413.72 308.4 413.61 308.24 413.58 308.08 413.75 307.93 413.61 307.7 413.67 307.56 413.5 307.41 413.51 307.4 413.3 307.21 413.4 307.06 413.36 307.1 413.18 306.98 413.09 306.85 413.18 306.7 413.03 306.46 412.87 306.14 412.83 306.04 413.13 305.79 412.99 305.64 413.11 305.56 413.31 305.37 413.42 305.39 413.65 305.26 413.89 305.1 414.26 305.09 414.46 304.87 414.59 304.93 414.76 304.9 414.91 304.69 414.83 304.52 414.9 304.11 414.65 303.73 414.66 303.6 414.48 303.48 414.62 303.36 414.61 303.26 414.4 303.05 414.48 302.79 414.41 302.86 414.63 302.8 414.77 302.49 414.92 302.2 415.13 301.91 414.6 301.81 414.65 301.82 414.87 301.54 414.99 301.4 414.94 301.13 414.99 300.96 415.19 300.68 415.23 300.31 415.16 300.11 414.98 299.97 415.28 299.79 415.4 299.81 415.72 299.67 415.83 299.61 416.09 299.7 416.26 299.52 416.34 299.35 416.58 299.18 416.7 299.13 416.83 298.97 416.86 298.83 417.03 298.88 417.24 298.82 417.67 298.74 417.77 298.46 417.65 298.35 417.72 298.43 418.02 298.15 418.34 298.15 418.61 297.93 418.67 297.86 418.88 297.58 419.05 297.6 419.18 297.56 419.59 297.66 419.74 297.44 419.79 297.39 420.02 297.21 420.31 297.27 420.41 297.1 420.51 297.06 420.72 297.13 421.02 297.02 421.14 297.12 421.41 296.99 421.58 296.95 421.75 296.77 421.83 296.75 421.99 296.84 422.12 296.48 422.23 296.19 422.15 296.08 422.28 296.14 422.45 296.04 422.79 295.88 423 295.94 423.33 295.67 423.6 295.72 423.74 295.59 423.88 295.88 424.21 296.15 424.31 296.17 424.67 296 424.81 295.64 424.89 295.49 424.68 295.36 424.76 295.42 424.93 295.29 425.07 295.3 425.22 295.06 425.13 294.87 425.18 294.8 425.37 294.66 425.41 294.37 425.24 294.1 425.27 293.95 425.4 293.96 425.68 293.84 425.88 293.73 425.91 293.71 426.11 293.59 426.17 293.37 426.5 293.2 426.82 293.05 426.87 292.89 426.76 292.72 426.92 292.62 426.87 292.45 426.99 292.49 427.2 292.3 427.35 292.08 427.46 292.06 427.63 291.94 427.89 292.07 428.1 291.71 428.59 291.72 428.87 291.39 428.88 291.04 429.08 290.78 428.89 290.26 428.72 289.88 428.64 289.67 428.78 289.47 428.79 289.41 428.67 289.21 428.48 289.11 428.67 288.96 428.82 288.88 428.37 288.61 428.21 288.42 428.19 288.54 427.99 288.15 428.01 288.04 427.93 288.08 427.79 288.22 427.74 288.25 427.58 288.16 427.48 287.97 427.44 287.78 427.87 287.67 427.93 287.45 427.82 287.22 427.78 287.22 427.6 286.99 427.62 286.96 427.48 286.78 427.49 286.24 426.92 286.25 426.78 285.86 426.78 285.93 426.51 285.71 426.32 285.48 425.9 285.31 425.79 285.08 425.77 285.11 425.48 284.87 425.27 284.65 425.24 284.7 425.07 284.38 425.06 284.23 425.14 283.99 425.12 283.71 424.8 283.22 424.85 283.07 424.92 282.95 424.68 282.76 424.57 282.61 424.56 282.44 424.46 282.25 424.45 282.18 424.32 281.93 424.36 281.84 424.14 281.58 423.81 281.58 423.56 281.28 423.33 281.12 423.57 280.95 423.39 281 423.09 281.1 423.02 280.98 422.68 280.77 422.77 280.61 422.74 280.5 422.48 280.28 422.55 280.09 422.36 279.79 422.27 279.68 422.31 279.33 422.18 279.25 422.28 279.09 422.1 278.76 422.12 278.7 421.96 278.46 421.95 278.07 421.8 277.84 421.83 277.55 421.65 277.13 421.47 276.83 421.29 276.56 421.06 276.57 420.94 276.31 420.75 276.14 420.74 275.73 420.16 275.53 420.2 275.33 419.93 275.08 419.88 274.79 419.65 274.79 419.44 274.62 419.36 274.62 419.14 274.45 418.88 274.44 418.77 274.17 418.58 274.06 418.42 274.15 418.35 274.25 417.99 274.14 417.92 273.88 418 273.87 417.73 273.66 417.52 273.42 417.41 273.43 417.3 272.94 417.14 272.87 417.05 272.17 417.07 271.87 416.8 271.65 416.56 271.54 416.59 271.3 416.3 271.24 415.98 270.42 415.31 270.35 415.2 270.19 415.18 270.09 414.99 270.07 414.81 269.9 414.78 269.73 414.56 269.57 414.6 269.43 414.52 269.44 414.29 269.31 414.15 269.31 413.98 269.1 413.76 269.27 413.53 269.06 413.42 269.08 413.05 268.97 412.89 269.04 412.56 268.72 412.3 268.82 412.15 268.83 411.97 268.65 411.63 268.46 411.41 268.33 411.06 268.18 410.98 268.22 410.82 268.16 410.47 267.9 410.31 267.88 409.97 267.68 409.8 267.68 409.7 267.5 409.54 267.51 409.35 267.41 409.2 267.28 409.15 267.2 408.95 267.18 408.66 267.23 408.48 267.37 408.28 267.19 408.27 267.25 407.88 267.16 407.81 267.23 407.63 267.13 407.31 267.2 407.15 266.98 406.95 267.14 406.71 266.98 406.44 267.38 405.87 267.28 405.49 267.34 405.31 267.3 404.88 267.48 404.73 267.43 404.59 267.54 404.04 267.36 403.64 267.34 403.37 267.21 403.14 267.32 402.94 267.2 402.87 266.91 402.4 266.79 402.42 266.62 402.33 266.69 402.16 266.48 402.15 266.55 401.96 266.52 401.61 266.29 401.42 266.07 401.16 265.98 400.99 265.75 400.91 265.8 400.76 265.61 400.59 265.74 400.52 265.82 400.35 265.56 400.13 265.4 400.1 265.24 399.9 265.07 399.75 265.16 399.55 265.14 399.4 265.29 399.25 265.1 399.06 265.18 398.87 265.03 398.72 265.09 398.61 265.02 398.44 265.09 398.33 265.06 398.05 265.14 397.81 265.02 397.74 265.08 397.45 264.95 397.25 264.95 397.03 264.84 396.96 264.88 396.79 264.81 396.61 264.74 396.27 264.62 396.13 264.59 395.97 264.44 395.95 264.41 395.6 264.29 395.68 264.15 395.58 263.95 395.55 263.82 395.41 263.62 395.4 263.5 395.17 263.47 394.91 263.48 394.38 263.25 394.17 263.18 393.9 262.77 393.97 262.65 393.81 262.49 393.95 262.19 393.5 262.09 393.5 261.75 393.19 261.55 392.85 261.6 392.73 261.45 392.51 261.11 392.43 260.77 392.38 260.9 392.08 260.7 391.94 260.56 392.08 260.44 391.88 260.43 391.75 260.29 391.59 260.02 391.76 259.89 391.62 260.08 391.46 259.96 391.3 259.56 391.33 259.28 391.45 259.14 391.15 259 391.16 258.97 391.01 258.85 390.96 258.78 390.79 258.63 390.91 258.35 391.04 258.33 390.72 258.06 390.58 258.04 390.44 257.71 390.3 257.43 390.22 257.29 390.12 257.14 390.19 257.21 389.67 257.05 389.59 256.93 389.2 256.73 389.16 256.49 388.97 256.37 388.66 256.11 388.62 256.07 388.46 255.81 388.25 255.65 387.8 255.42 387.77 255.32 387.57 255.17 387.4 254.98 387.37 254.78 387.27 254.6 386.88 254.63 386.75 254.45 386.51 254.49 386.35 254.45 385.94 254.28 385.76 254.26 385.56 254.16 385.36 253.84 385.07 253.59 385.03 253.52 384.7 252.58 384.21 252.44 383.95 252.11 383.63 251.75 383.59 251.6 383.52 251.52 383.21 251.54 383.05 251.48 382.9 251.33 382.82 250.99 382.24 250.74 381.9 250.54 381.52 250.5 381.38 250.28 381.04 250.19 380.98 249.93 380.99 249.85 380.92 249.69 380.52 249.3 380.48 249.22 380.36 249.11 379.94 249.17 379.69 249.06 379.46 248.8 379.41 248.29 378.84 247.17 378.63 247.01 378.53 246.75 378.17 246.62 378.07 246.29 378 245.89 377.69 245.73 377.44 245.58 377.31 245.23 377.14 245 376.78 244.95 376.38 244.78 376.12 244.7 375.64 244.57 375.45 244.17 375.13 244.1 374.65 243.95 374.2 243.87 373.8 243.51 373.1 243.34 372.46 242.99 372.07 242.91 371.73 242.36 371.28 242.08 371.19 241.85 370.99 241.58 371.05 241.47 371.21 241.19 371.22 240.96 370.97 240.87 370.79 240.7 370.63 240.64 370.49 240.67 370.38 240.39 370 240.15 369.9 239.91 369.89 239.76 369.65 239.5 369.5 239.58 369.29 239.53 369.15 239.39 369.13 239.09 368.72 239.23 368.4 239 368.16 239.09 367.98 239.59 367.74 239.41 367.62 239.45 367.44 239.48 366.94 239.58 366.83 239.41 366.73 239.27 366.54 239.43 366.38 239.55 366.37 239.66 366.2 243.26 366.58 243.54 366.61 246.37 366.91 247.58 367.03 251.43 367.44 251.94 367.49 253.61 367.66 253.91 367.71 258.06 368.15 260.21 368.36 263.2 368.65 266.99 369.02 271.41 369.43 273.21 369.6 276.46 369.89 281.37 370.31 283.78 370.5 286.23 370.71 292.62 371.21 296.84 371.53 297.05 368.77 297.32 365.15 297.58 361.57 297.81 358.5 298.02 355.73 298.26 352.43 298.65 348.24 298.85 346.14 298.94 345.01 299.27 341.53 299.4 340 299.44 339.58 299.85 335.2 300.02 333.25 300.26 330.04 300.55 326.04 300.68 324.45 300.99 320.45 301.24 317.02 301.39 315.03 301.61 312.04 301.63 311.75 301.72 310.64 302.03 306.58 302.36 302.21 302.61 298.97 302.67 298.08 302.99 293.91 303.23 290.57 303.35 288.86 303.61 285.36 304.21 285.41 Z\" data-geo-id=\"48\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(163, 0, 0);\"></path>\\n<path d=\"M 55.7 304.99 55.96 305.15 56.21 305.18 56.6 305.3 56.7 305.27 56.79 305.46 57.04 305.78 57.15 305.84 57.14 306.04 57.24 306.08 57.44 306.01 57.92 306.51 58.25 306.62 58.82 307.1 59 307.16 58.94 307.4 59.13 307.89 59.35 308.25 59.59 308.77 59.6 309.05 59.56 309.24 59.34 309.37 59.2 309.38 58.95 309.2 58.82 309.01 58.53 308.8 58.01 308.65 57.75 308.66 57.5 308.59 57.15 308.36 56.93 307.81 56.94 307.62 57.09 307.47 57.2 307.12 57.18 306.88 57.22 306.52 57.08 306.45 56.91 306.25 56.56 306.18 56.53 306.06 56.13 305.97 55.84 305.36 55.71 305.17 55.7 304.99 Z M 53.59 313.28 53.78 313.26 53.83 313.39 54.07 313.37 54.2 313.59 54.21 313.94 54.35 314.06 54.33 314.32 54.4 314.51 54.67 315.01 54.66 315.09 54.99 315.77 55.23 315.98 55.38 316.32 55.78 316.91 56.11 317.35 56.4 317.78 56.62 318.19 56.41 318.14 56.05 317.95 55.81 317.99 55.73 318.13 55.5 318.15 55.32 318.26 55.27 317.97 55.05 317.81 54.78 317.37 54.53 317.19 54.39 317.02 54.42 316.82 54.36 316.7 54.42 316.51 54.25 316.33 54.17 315.92 54.03 315.77 54.06 315.65 54 315.32 54.04 315.08 53.97 314.84 53.84 314.68 53.79 314.48 53.76 313.73 53.66 313.61 53.51 313.6 53.59 313.28 Z M 48.73 303.54 49.1 303.19 49.14 303.41 49.06 303.56 48.73 303.54 Z M 45.32 291.84 45.63 291.9 45.62 292.08 45.35 291.93 45.32 291.84 Z M 39.77 305 39.97 305.2 40.15 305.12 40.55 305.06 40.86 305.39 40.93 305.53 41.07 305.58 41.47 305.86 41.67 306.2 41.75 306.43 41.63 306.63 41.12 306.6 40.83 306.43 40.51 306.28 40.42 306.15 40.04 305.98 39.8 305.63 39.82 305.48 39.71 305.39 39.77 305 Z M 38.08 289.09 38.32 288.8 38.73 289 38.85 288.99 39.24 289.16 39.66 289.49 39.74 289.65 39.9 289.71 40.11 289.66 40.48 289.8 40.67 289.77 40.99 290.11 41.12 290.1 41.31 290.24 41.54 290.58 41.6 290.78 41.86 290.91 42.09 290.9 42.31 291.09 42.61 291.1 42.91 290.88 42.86 290.75 43.14 290.58 43.38 290.62 43.66 290.6 43.73 290.75 44.1 290.99 44.2 291.15 44.06 291.27 43.88 291.28 43.66 291.5 43.66 291.59 43.41 291.72 43.18 291.65 42.93 291.72 42.48 291.65 42.04 291.53 41.8 291.51 41.58 291.6 41.05 291.67 40.89 291.76 40.36 291.58 40.22 291.63 40.05 291.53 39.74 291.51 39.54 291.36 39.3 291.38 39.15 291.17 38.88 291.12 38.67 290.84 38.56 290.79 38.49 290.53 38.49 290.21 38.71 289.97 38.76 289.81 38.64 289.58 38.28 289.17 38.08 289.09 Z M 32.93 288.89 33.15 288.81 33.4 288.86 33.76 289.07 33.96 289.05 34.21 289.11 34.5 288.99 34.59 288.88 34.77 288.9 35.06 289.1 35.44 289.2 35.72 289.18 36.06 289.01 36.23 289.09 36.19 289.24 36.02 289.48 36.01 289.74 36.26 290.08 36.56 290.29 36.88 290.28 36.95 290.36 36.88 290.57 36.87 290.82 36.92 290.96 36.85 291.1 36.43 291.01 36.15 291.04 35.94 291.15 35.76 291.17 35.55 291.32 34.9 291.25 34.65 291.29 34.54 291.43 34.36 291.38 33.88 290.86 33.8 290.83 33.64 290.55 33.57 290.15 33.46 290.03 33.39 289.61 33.27 289.45 33.27 289.28 33.04 289.11 32.93 288.89 Z M 30.03 287.5 30.19 287.49 30.41 287.34 30.66 287.25 30.81 287.38 31.01 287.41 31.32 287.27 31.55 287.13 31.6 287.42 31.5 287.57 31.66 287.68 31.91 287.7 32.06 287.88 32.18 288.16 32.14 288.29 31.98 288.32 31.71 288.21 31.42 288.17 31.34 288.23 31.09 288.09 31 287.95 30.64 287.7 30.33 287.75 30.03 287.5 Z M 20.76 209.23 20.89 209.25 20.94 209.61 20.79 209.7 20.72 209.29 20.76 209.23 Z M 19.93 208.38 20.21 208.24 20.34 208.48 20.23 208.6 20.06 208.57 19.93 208.38 Z M 17.88 124.71 19.09 125.11 20.74 125.63 22.97 126.31 23.27 126.42 24.41 126.72 25.36 127.05 25.84 127.09 26.58 127.3 28.27 127.8 29.59 128.22 31.84 128.75 32.37 128.85 32.65 128.94 33.72 129.36 36.85 130.25 38.22 130.64 39.29 130.94 40.47 131.22 42.27 131.72 42.79 131.85 44.38 132.34 45.7 132.72 48.49 133.58 48.73 133.64 50.61 134.2 53.46 135.05 56.8 136.02 57.45 136.18 59.13 136.64 60.39 137.02 61.19 137.27 61.76 137.43 63.16 137.79 65.85 138.52 66.74 138.76 68.47 139.21 70.69 139.81 71.27 139.96 72.59 140.27 75.18 140.93 74.6 143.16 74.02 145.5 73.41 147.82 73.39 147.94 72.8 150.15 71.27 156.03 70.45 159.24 69.79 161.83 69.21 164.13 69.08 164.67 68.04 168.79 66.89 173.22 66.23 175.75 65.4 178.92 64.87 180.87 64.22 183.27 63.33 186.69 62.51 189.74 61.77 192.53 60.75 196.75 61.81 198.34 63.19 200.41 65.33 203.62 66.83 205.85 67.65 207.11 68.13 207.8 68.73 208.71 70.76 211.74 70.92 212.01 71.51 212.87 71.83 213.38 72.42 214.21 73.43 215.73 74.41 217.22 75.06 218.16 76.1 219.76 76.66 220.58 78.29 223.03 80.29 226.03 82.56 229.42 82.69 229.64 83.43 230.72 84.23 231.97 84.57 232.42 86.44 235.27 86.81 235.78 87.94 237.52 88.89 238.89 90.31 241.07 91.58 242.98 91.83 243.32 93.14 245.29 93.9 246.43 94.67 247.57 95.96 249.53 98.06 252.67 100.67 256.56 101.93 258.5 101.99 258.55 103.46 260.76 105.28 263.49 107.71 267.12 108.19 267.82 109.4 269.66 110.39 271.1 110.9 271.88 112.4 274.14 113.46 275.7 113.54 275.84 115.16 278.26 116.5 280.27 117.92 282.37 119.15 284.23 119.35 284.52 120.83 286.73 122.91 289.85 122.94 289.99 122.89 290.26 122.73 290.65 122.75 290.93 122.61 291.37 122.6 291.64 122.42 292.03 122.44 292.41 122.57 292.62 122.79 292.81 123 293.12 123.08 293.54 123.09 293.95 123.27 294.52 123.56 294.9 123.71 295.2 123.99 295.43 124.16 295.7 124.31 295.79 124.32 296.21 124.44 296.75 124.32 296.9 124.48 297.12 124.51 297.29 124.47 297.61 124.65 297.86 124.62 298.01 124.42 298.08 124.57 298.43 124.79 298.69 125.02 299.51 124.98 299.95 124.87 300.15 124.82 300.49 124.67 300.85 124.82 301.1 125.32 301.11 125.43 301.15 125.52 301.42 125.87 301.7 125.97 301.9 126.01 302.14 126.34 302.29 126.48 302.53 126.71 302.84 126.8 303.07 127.19 303.23 127.49 303.53 127.58 303.74 127.68 304.18 127.92 304.51 127.85 305.01 127.88 305.3 127.39 305.31 127.29 305.44 126.85 305.72 126.39 306.06 126.2 306.16 126.09 306.43 125.9 306.47 125.66 306.61 125.43 306.63 125.14 306.57 125.04 306.62 124.66 306.98 124.44 307.09 124.07 307.07 123.92 307.12 123.72 307.31 123.52 307.32 123.32 307.4 123.16 307.34 122.92 307.37 122.56 307.69 122.37 308.23 122.37 308.63 122.26 308.9 121.96 309.07 121.83 309.02 121.76 309.17 121.85 309.26 121.44 309.55 121.08 309.86 120.72 309.91 120.43 310.26 120.43 310.43 120.71 310.78 120.72 310.99 120.46 311.07 120.7 311.45 120.69 311.62 120.47 311.76 120.32 311.73 120.2 311.91 120.26 312.37 120.1 312.54 120.25 313.49 120.23 313.82 120.04 314.11 120.23 314.44 120.23 314.66 120.15 314.86 119.68 314.98 119.56 315.09 119.5 315.26 119.66 315.57 119.46 315.56 119.4 315.66 119.5 315.95 119.34 316.13 119.44 316.4 119.31 316.46 119.07 316.71 119.06 317.15 119.18 317.5 118.57 317.78 118.48 318.06 118.32 318.17 118.14 318.19 117.94 318.29 117.76 318.55 117.29 319 117.27 319.17 117.08 319.51 116.82 319.68 116.58 319.71 116.35 319.56 116.13 319.52 115.88 319.66 115.6 319.61 115.52 319.78 115.69 320.1 115.68 320.24 115.75 320.56 115.63 321.01 115.41 321.28 115.18 321.4 115.03 321.56 115.1 321.86 115.51 322.1 115.75 322.34 115.73 322.62 115.46 322.77 115.62 323.19 115.47 323.59 115.47 323.89 115.32 324.22 115.32 324.35 115.11 324.72 114.92 324.89 114.62 325.49 114.61 325.67 114.87 325.8 114.85 326.06 114.99 326.35 114.95 326.53 114.98 326.73 115.16 326.85 115.35 326.63 115.49 326.69 115.62 326.99 115.75 327.09 116.02 327.18 116.29 327.18 116.52 327.06 117.03 327.22 117.31 327.34 117.48 327.63 117.53 327.9 117.5 328.36 117.55 328.57 117.79 328.51 117.89 328.59 117.85 328.89 117.57 329.25 117.59 329.48 117.74 329.72 117.72 329.93 117.42 330.98 116.95 331.31 116.67 331.39 116.24 331.8 116.17 332.07 116.19 332.46 115.99 332.42 115.97 332.56 115.57 332.48 115.54 332.62 115.27 332.57 115.24 332.7 114.75 332.62 114.64 332.72 113.89 332.45 113.57 332.32 113.39 332.13 113.14 332.37 113.02 332.58 108.53 332.05 103.25 331.42 101.11 331.16 97.49 330.74 95.07 330.45 91.82 330.06 90.55 329.92 89.19 329.75 86.33 329.41 83.91 329.12 82.53 328.97 78.85 328.52 77.71 328.4 77.42 328.35 76.13 328.2 75.55 328.13 74.56 328.01 74.58 327.82 74.55 327.5 74.69 326.81 74.72 326.22 74.54 325.52 74.45 325.28 74.21 324.99 74.07 324.89 73.83 324.83 73.64 324.88 73.26 325.16 73.23 325.06 73.22 324.45 73.29 323.95 73.49 323.47 73.59 322.83 73.57 322.5 73.34 322.07 73.39 321.75 73.57 321.55 73.7 321.63 73.88 321.47 74.02 321.2 74.08 320.71 74.12 320.11 74.15 318.52 74.03 317.85 73.96 317.25 73.95 316.87 73.88 316.3 73.55 315.31 73.24 314.57 73.05 314.39 73.08 314.22 72.69 313.14 72.43 312.54 72.03 311.72 71.52 310.98 71.23 310.71 71.16 310.59 70.87 310.4 70.82 310.13 70.61 309.64 70.37 309.25 70.18 309 69.88 308.69 69.64 308.75 69.35 308.6 69.27 308.12 69.17 308.07 69.12 307.86 68.95 307.48 68.7 307.03 68.62 306.82 68.39 306.68 68.14 306.45 67.9 306.03 67.42 305.54 67.11 305.31 66.7 305.08 66.56 304.79 65.79 303.94 65.31 303.21 65.05 302.64 64.77 302.18 64.43 301.88 64.19 301.61 63.71 301.3 63.49 301.32 63.29 301.47 63.28 301.98 62.92 301.9 61.98 302.03 61.86 302.02 61.66 301.88 61.58 301.93 60.84 301.35 60.7 301.28 60.61 301.08 60.38 301 60.31 300.89 60.03 300.95 59.86 300.79 59.83 300.44 59.74 300.12 59.97 299.91 60.15 299.88 60.21 299.73 60.4 299.69 60.49 299.5 60.59 299.13 60.49 298.94 60.54 298.75 60.47 298.14 60.21 296.66 60.12 296.37 59.87 295.76 59.68 295.35 59.48 295.06 59.17 294.77 58.98 294.74 58.78 294.62 58.54 294.64 58.41 294.56 58.14 294.56 57.95 294.48 57.73 294.47 57.25 294.3 56.99 294.4 56.78 294.31 56.63 294.34 56.24 294.17 55.93 294.15 55.35 294.22 55.18 294.42 54.96 294.51 54.79 294.19 54.49 293.77 54.32 293.65 53.48 293.32 53.31 293.2 53.15 293.21 52.78 292.94 52.72 292.84 52.35 292.56 52.17 292.5 51.81 292.09 51.46 291.96 51.14 291.6 50.96 291.55 50.78 291.58 50.49 291.41 50.32 291.22 49.76 290.47 49.56 290.32 49.37 290.24 49.19 289.6 49.02 288.54 49.05 288.04 48.98 287.75 48.83 287.55 48.65 287.55 48.2 287.08 48.08 286.78 47.83 286.42 47.52 286.37 47.36 286.01 47.07 285.52 46.89 285.46 46.71 285.05 46.54 284.98 46.21 284.71 46.1 284.7 45.85 284.46 45.66 284.36 45.34 283.89 45.14 283.9 44.95 283.74 44.56 283.58 44.2 283.6 44.06 283.53 43.7 283.46 43.44 283.46 43.34 283.62 43.04 283.7 42.73 283.61 41.86 282.95 41.38 282.85 41.13 282.85 41.02 283.01 40.9 282.91 40.52 282.83 40.37 282.54 40.27 282.49 40.07 282.25 39.78 282.07 39.47 282 39.11 281.6 39.03 281.59 38.81 281.33 38.56 281.31 38.36 281.15 38.17 281.14 37.86 281.04 37.59 281.02 37.18 280.72 36.97 280.6 36.7 280.52 36.42 280.52 35.56 280.28 35.36 280.28 34.68 280.1 34.51 280.01 34.39 280.05 33.86 280 33.75 280.04 32.74 279.85 32.42 279.87 32.19 279.78 32.02 279.82 31.72 279.73 31.77 279.35 31.75 279.08 31.58 278.75 31.57 278.5 31.49 278.17 31.1 277.74 30.93 277.65 30.6 277.26 30.19 277.16 29.96 277.15 29.75 276.91 29.73 276.64 29.95 276.12 30.31 275.65 30.95 274.63 31.03 274.44 30.94 273.9 30.81 273.72 30.8 273.41 30.73 273.34 30.82 273.15 31.13 272.7 31.57 271.84 31.64 271.55 31.59 271.37 31.31 271.02 31.35 270.84 31.29 270.6 30.97 270.51 31.24 269.9 31.91 268.74 32.15 268.21 32.35 267.69 32.53 266.94 32.57 266.51 32.45 266 32.31 265.86 32.12 265.81 31.85 265.38 31.36 265.1 31.03 265.09 30.87 265.35 30.64 265.1 30.58 264.91 29.67 264.09 29.61 263.85 29.53 263.81 29.46 263.54 29.27 263.16 29.4 262.85 29.58 262.54 29.75 262.37 30.1 261.81 30.27 261.46 30.35 261.2 30.24 261.14 30.29 260.97 30.4 260.9 30.45 260.39 30.35 259.82 30.23 259.55 30.1 259.38 29.62 259.3 29.46 259.23 29.24 258.93 29.13 258.92 28.89 258.76 28.74 258.78 28.52 258.25 28.39 258.12 28.23 257.71 28.14 257.64 27.71 256.75 27.64 256.17 27.57 255.83 27.37 255.52 27.18 254.88 26.89 254.64 26.69 254.72 26.55 254.46 26.41 254.34 26.17 254.27 25.92 253.96 25.76 253.87 25.55 253.83 25.62 253.38 25.36 252.83 25.43 252.68 25.48 252.24 25.55 252.1 25.42 251.96 25.5 251.75 25.46 251.46 25.2 250.97 24.84 250.49 24.67 250.02 24.63 249.8 24.29 249.47 24.17 249.18 24.03 248.97 24.13 248.68 24.04 248.35 24.11 247.97 24.09 247.57 24.13 247.36 24.03 246.74 23.94 246.59 23.68 246.36 23.38 246.17 23.18 246.12 23.1 245.99 23.07 245.67 23 245.51 23.04 245.17 22.86 244.99 22.76 244.7 22.78 244.41 22.71 244.04 22.59 243.79 22.51 243.52 22.31 243.08 22.03 242.66 21.87 242.25 21.46 241.83 21.26 241.57 20.89 241.2 20.64 241.13 20.48 240.92 20.4 240.73 20.4 240.54 20.31 240.17 20.03 239.86 19.9 239.55 19.76 239.42 19.88 239.25 19.9 239.07 20.03 238.84 19.9 238.49 20 238.36 19.99 238.17 20.11 238.03 20.14 237.71 20.03 237.58 20.05 237.36 20.15 237.16 20.07 236.59 20.15 236.5 20.06 236.21 20.09 236.04 20.02 235.83 20.16 235.75 20.21 235.57 20.05 235.3 20.5 235.28 20.58 234.6 20.37 234.39 20.27 234.5 20.07 234.26 20.04 234.11 20.24 233.98 20.44 233.58 20.61 233.6 20.75 233.49 20.88 233.21 21.02 233.19 21.13 233.4 21.32 233.56 21.43 234 21.71 234.03 21.9 233.95 22.27 233.67 22.66 233.24 22.95 232.81 23.22 232.26 23.43 231.59 23.77 230.96 23.96 230.67 23.97 230.45 23.88 229.75 23.77 229.11 23.54 228 23.37 227.58 23.08 227.13 22.79 226.86 22.65 226.82 22.44 226.9 22.04 227.13 21.9 227 21.5 226.8 21.34 226.77 21.23 226.96 21.03 226.88 20.89 226.9 20.64 226.86 20.11 226.55 19.74 226.21 19.7 226.06 19.52 225.97 19.44 225.72 19.2 225.44 19.17 225.34 18.95 225.06 18.85 224.82 18.75 224.77 18.75 224.51 18.52 224.03 18.46 223.75 18.26 223.11 18.03 222.75 17.93 222.69 17.67 222.72 17.58 222.53 17.67 222.26 17.62 222.08 17.41 221.9 17.47 221.65 17.44 221.45 17.31 221.25 17.08 221.18 17.09 220.95 17.01 220.87 17.05 220.51 17.1 220.42 17.05 220.14 17.09 219.84 17.28 219.55 17.81 218.27 17.93 217.86 17.86 217.75 17.89 217.54 17.79 217.15 17.78 216.88 17.72 216.26 17.82 215.78 17.83 215.4 17.79 215.15 17.65 214.95 17.29 215.01 17.27 214.84 17.11 214.38 17.16 214.07 17.32 213.82 17.34 213.52 17.48 213.1 17.75 212.99 17.84 212.85 18.09 212.2 18.28 211.41 18.34 210.68 18.52 209.59 18.7 209.48 18.99 209.52 19.21 209.18 19.38 209.35 19.96 209.39 20.23 209.46 20.33 209.61 20.44 209.93 20.41 210.27 20.32 210.61 20.43 210.94 20.35 211.07 20.53 211.19 20.42 211.36 19.88 211.44 19.81 211.99 19.92 212.36 19.76 212.6 19.59 212.58 19.69 212.84 19.87 213.03 19.79 213.15 19.94 213.31 19.86 213.4 19.72 213.26 19.56 213.39 19.67 213.48 19.75 213.71 20.4 213.92 20.35 214.06 20.45 214.25 20.76 214.34 20.89 214.47 21.06 214.45 21.19 214.61 21.25 214.82 21.62 215.29 21.74 215.32 21.83 215.5 21.72 215.59 22.14 216.23 22.55 216.2 22.63 216.38 22.61 217.02 22.81 217.17 22.95 217.42 23.23 217.54 23.36 217.65 23.55 217.66 23.69 217.58 23.73 217.44 23.58 217.32 23.57 217.17 23.65 216.76 23.29 216.53 22.98 216.53 22.9 216.45 23.01 215.91 22.94 215.25 22.87 215.19 22.82 214.66 22.92 214.31 22.92 214.05 23 213.66 23 213.12 22.95 212.89 22.85 212.81 22.81 212.61 22.7 212.5 22.64 212.14 22.5 212.16 22.43 212.34 22.01 211.7 22.08 211.66 21.97 211.32 22.27 211.24 21.92 210.94 21.85 210.79 21.5 210.61 21.33 210.42 21.15 210.32 21.24 210.06 21.13 209.87 21.31 209.77 21.44 209.83 21.63 209.54 21.92 209.6 21.94 209.45 21.68 209.37 21.73 209.27 21.94 209.37 21.99 209.08 21.93 208.91 21.8 208.81 21.74 208.63 21.97 208.59 21.98 208.34 21.93 208.05 21.79 207.96 21.42 207.85 21.29 207.91 20.99 207.72 21.09 207.52 20.94 207.26 20.83 207.21 20.84 206.95 20.72 206.52 20.96 206.63 21.05 206.82 21.18 206.76 21.15 206.58 21.44 206.6 21.68 206.53 21.83 206.34 21.82 205.98 22.02 206.02 22.31 206.25 22.61 206.13 22.81 206.2 23.04 206.04 23.13 206.05 23.32 205.81 23.54 205.73 23.57 205.6 23.48 205.27 23.45 204.94 23.28 204.48 23.11 204.26 22.59 203.69 22.18 203.37 21.38 203.67 21.15 203.59 20.74 203.55 20.59 203.62 20.63 203.77 20.51 204.32 20.3 204.57 20.07 204.99 20.03 205.24 20.2 205.52 20.45 205.68 20.56 205.93 20.57 206.09 20.42 206.14 20.2 206.04 20.07 206.21 19.85 206.28 19.81 206.63 19.7 206.8 19.52 206.63 19.47 206.89 19.68 207.09 19.8 207.39 19.72 207.43 19.93 207.72 20.07 207.77 20.15 208.04 19.92 208.17 19.65 208.16 19.6 208.02 19.65 207.79 19.49 207.57 19.32 207.55 19.26 208.09 19.46 208.28 19.4 208.43 19.43 208.72 19.27 208.91 19.1 208.84 18.95 208.92 18.63 208.73 18.51 208.82 18.46 208.57 18.32 208.42 18.22 208.08 17.96 207.9 17.77 207.48 17.48 207.28 17.31 206.9 17.1 206.69 16.83 206.58 16.59 206.62 16.42 206.71 16.12 206.41 16.09 205.98 15.56 205.37 15.54 204.95 15.5 204.79 15.34 204.57 15.26 204.32 14.86 203.8 14.54 203.54 14.23 203.38 13.97 203.3 13.75 203.17 13.49 203.16 13.22 203.25 13.02 203.42 12.94 203.63 13.04 203.76 12.34 203.5 12.57 203.4 13.05 202.77 13.88 201.59 14.15 201.15 14.32 200.69 14.31 200.4 14.22 200.2 14.26 199.9 14.15 199.61 14.06 199.12 14.18 199.17 14.25 199.36 14.52 198.98 14.49 198.65 14.38 198.52 14.38 198.37 14.26 198 14.04 197.67 13.85 197.55 13.66 197.55 13.57 197.75 13.44 197.66 13.39 197.23 13.55 197.03 13.68 196.57 13.6 196.2 13.6 195.93 13.51 195.82 13.48 195.39 13.3 195.05 13.31 194.64 12.94 194.18 12.91 194.03 12.5 193.53 12.13 193.25 12.09 193.11 11.9 193.03 11.72 192.67 11.75 192.59 11.32 192.07 11.3 191.93 11.04 191.67 10.96 191.51 11.03 191.31 10.96 191.01 10.85 190.99 10.73 190.82 10.8 190.63 10.71 190.56 10.57 190.2 10.6 190.13 10.44 189.69 10.47 189.55 10.39 189.28 10.22 189.08 10.28 188.99 10.22 188.72 10.09 188.54 9.97 188.25 9.77 188.03 9.69 187.83 9.41 187.64 9.22 186.88 8.83 186.24 8.68 186.2 8.61 186.07 8.58 185.76 8.42 185.57 8.22 185.23 8.11 185.16 8.11 184.76 8.08 184.61 7.84 184.34 7.8 184.1 7.63 183.88 7.6 183.62 7.37 183.46 7.4 183.26 7.49 183.15 7.38 182.72 7.57 182.77 7.93 182.46 8.28 182.02 8.46 181.74 8.62 181.19 8.58 180.73 8.6 180.24 8.67 180.17 8.61 179.74 8.69 179.53 8.48 179.36 8.58 178.93 8.43 178.62 8.42 178.3 8.29 178.2 8.35 178.07 8.33 177.86 8.44 177.39 8.43 176.93 8.46 176.74 8.33 176.67 8.35 176.3 8.48 176.32 8.53 176.12 8.35 176.04 8.35 175.85 8.53 175.89 8.52 175.57 8.35 175.12 8.51 174.92 8.54 174.72 8.69 174.36 8.76 174.07 8.91 173.9 9.05 173.4 9.37 172.92 9.48 172.68 9.6 172.61 9.86 172.34 10.34 171.61 10.37 171 10.29 170.8 10.3 170.65 10.42 170.49 10.5 170.28 10.55 169.93 10.66 169.55 10.61 169.39 10.72 168.96 10.64 168.76 10.64 168.52 10.45 168.32 10.47 168.05 10.45 167.63 10.6 167.19 10.67 166.83 10.66 166.57 10.71 166.19 10.69 166.06 10.36 165.73 10.17 165.46 10.1 165.3 10.04 164.34 9.77 164 9.75 163.69 9.64 163.16 9.48 162.9 9.15 161.99 8.92 161.7 8.69 161.66 8.63 161.45 8.82 160.82 8.8 160.57 8.62 160 8.28 159.65 7.9 159.37 7.69 159.18 7.49 158.51 7.27 158.14 7.02 157.89 6.88 157.61 6.7 157.41 6.39 156.85 6.36 156.62 6.18 156.43 6 156.04 6.08 155.75 6.52 155.11 6.54 154.78 6.48 154.53 6.61 153.93 6.6 153.56 6.44 153.23 6.37 152.9 6.42 152.68 6.4 152.49 6.68 152.19 7 151.73 7.05 151.45 7.19 151.21 7.41 151 8.48 149.64 8.85 149.25 9.39 148.65 10.26 147.8 10.73 147.25 11.3 146.7 11.86 146.1 12.3 145.58 12.87 144.76 13.48 143.67 13.78 143 13.71 142.55 13.49 142.3 13.39 141.94 13.53 141.71 13.52 141.47 13.67 141.05 13.62 140.88 13.79 140.67 14 140.7 14.55 139.96 14.98 139.29 15.05 139.09 15.51 138.28 16.27 136.76 16.76 135.61 16.78 135.38 16.89 135.03 16.93 134.41 16.91 134.21 17.11 133.54 17 133.39 16.97 133.06 17.11 132.78 17.05 132.59 17.16 132.45 17.05 132.13 17.11 131.68 16.99 131.3 17.06 130.73 17.18 130.31 17.14 129.91 17.06 129.66 16.92 129.5 16.68 129.62 16.6 129.42 16.42 129.23 16.38 129.07 16.05 128.58 16.43 128.18 16.92 127.47 17.3 126.75 17.67 125.8 17.63 125.59 17.78 125.34 17.88 125.02 17.88 124.71 Z\" data-geo-id=\"06\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(163, 0, 0);\"></path>\\n<path d=\"M 541.58 398.87 541.86 398.56 542.01 398.65 542.09 399.1 542.04 399.13 541.58 398.87 Z M 537.51 404.51 537.63 404.46 537.96 404.43 539.18 404.07 539.55 403.93 539.7 403.94 540.54 403.78 540.7 403.63 540.78 403.4 540.76 403.21 541.42 403.61 541.64 403.8 541.21 403.97 540.81 403.9 540.12 403.91 539.58 404 537.89 404.51 537.51 404.51 Z M 532.12 313.32 532.05 313.08 535.2 312.86 537.5 312.67 540.41 312.46 541.02 312.4 544.06 312.15 546.07 312 547.44 311.91 550.54 311.69 552.86 311.53 555.73 311.25 558.03 311.05 558.96 310.96 560.06 310.83 561.39 310.7 565.25 310.33 568.93 309.97 572.32 309.67 572.61 310.81 572.93 312 573.5 314.08 574.18 316.42 574.37 317.1 574.75 318.42 575.8 321.98 576.21 323.43 576.88 325.78 576.92 325.99 577.49 328.09 577.51 328.13 578.27 330.83 578.81 332.81 579.32 334.63 580.21 337.82 580.84 340.06 581.63 342.91 582.16 344.83 582.96 347.62 583.44 349.28 583.46 349.45 583.71 349.59 583.82 349.5 583.97 349.66 583.79 350.03 583.87 350.18 583.83 350.37 584.12 350.67 584.29 350.7 584.34 350.82 584.56 350.91 584.64 351.01 584.41 351.12 584.35 351.29 584.55 351.58 584.77 351.63 584.87 351.77 584.77 351.97 584.9 352.55 584.99 352.71 585.14 352.76 585.32 352.93 585.43 353.15 585.19 353.43 585.29 353.57 585.58 353.6 585.49 353.77 585.62 353.93 585.68 354.17 585.94 354.6 586.42 355.01 586.58 355.19 586.74 355.22 586.91 355.52 587.02 355.55 587.13 355.71 587.23 356.1 587.3 356.25 587.31 356.72 587.4 356.92 587.77 357.03 587.95 357.4 587.71 357.62 587.71 357.81 587.88 358.02 587.69 358.02 587.67 358.24 587.72 358.37 587.71 358.65 587.46 358.95 587.42 359.12 587.55 359.38 587.76 359.41 588.69 359.71 588.9 359.93 589.23 360.12 589.49 360.34 589.3 360.43 589.19 360.61 589.11 360.85 588.93 361.21 588.26 361.3 588.15 361.52 588.37 361.56 588.43 361.73 587.76 362.06 587.5 362.4 587.25 362.86 587.01 363.1 587.29 363.78 587.37 363.94 587.26 364.07 587.25 364.73 587.34 364.91 587.39 365.41 587.27 365.55 587.2 365.99 587.3 366.18 586.99 366.47 587.16 366.79 586.88 367.09 586.73 367.46 586.7 367.75 586.4 367.79 586.5 368.1 586.35 368.45 586.42 368.69 586.37 368.83 586.53 369.01 586.59 369.22 586.62 369.7 586.49 369.92 586.77 370.14 586.75 370.34 586.97 370.81 586.88 371.13 586.95 371.54 587.15 371.67 587.25 371.84 587.56 372.14 587.77 372.21 587.71 372.43 587.92 372.69 588.21 372.87 588.19 373.07 588.27 373.12 588.27 373.53 588.31 373.77 588.46 374.05 588.64 374.31 588.58 374.56 588.64 374.7 588.37 375.44 588.31 375.75 588.47 376.28 588.49 376.45 588.35 376.58 588.31 376.86 588.36 377 588.32 377.36 588.21 377.76 588.22 377.89 588.34 378.02 588.33 378.33 588.42 378.43 588.4 379.07 588.27 379.3 588.1 379.37 588.09 379.7 588.44 380.41 588.44 380.68 588.32 380.86 588.35 381.17 588.51 381.27 588.51 381.55 588.66 381.64 588.92 381.67 589.15 381.92 589.35 382.32 589.69 382.52 589.9 382.96 589.88 383.15 590.08 383.42 590.2 383.51 590.28 383.91 590.48 384.24 590.46 384.5 588.13 384.77 586.54 384.95 582.41 385.49 578.33 385.97 578.32 385.98 575.99 386.25 574.28 386.45 573.69 386.5 572.35 386.65 570.37 386.82 569.55 386.92 568.24 387.04 565.79 387.31 565.08 387.35 563.43 387.52 562.75 387.58 562.44 387.57 559.14 387.88 557.99 387.97 555.67 388.17 554.09 388.38 553.81 388.37 551.03 388.63 550.49 388.67 549.5 388.77 548.21 388.89 548.42 389.5 548.4 389.76 548.18 390.29 548.09 390.74 547.99 390.83 548.02 391.06 547.91 391.17 547.84 391.45 548.02 391.65 547.99 391.78 548.17 391.91 548.2 392.01 548.37 392.06 548.48 392.26 548.8 392.39 548.98 392.6 549.33 392.84 549.46 392.98 549.45 393.1 549.61 393.27 549.72 393.63 550.08 393.79 550.25 394 550.6 394.07 550.73 394.24 551.03 394.39 551.12 394.34 551.39 394.53 551.48 394.52 551.68 394.67 551.89 394.74 551.92 394.9 552.08 395.12 552.19 395.56 552.14 396.05 552.03 396.17 552.02 396.48 551.89 396.92 551.64 397.18 551.5 397.62 551.56 397.99 551.64 398 551.8 398.19 551.76 398.49 551.87 398.67 552.14 398.9 552.44 399 552.7 398.98 552.88 399.03 552.96 399.22 552.9 399.34 552.67 399.55 552.52 399.62 552.4 399.78 552.15 399.8 551.98 399.88 551.83 400.19 551.88 400.39 551.69 400.66 551.73 401.06 551.53 401.33 551.09 401.41 550.89 401.56 550.95 401.88 551.27 401.9 551.39 401.83 551.66 401.8 551.79 401.94 550.73 402.35 550.74 402.41 550.09 402.65 549.72 402.72 548.51 403.2 547.23 403.48 546.18 403.79 545.56 403.89 544.11 403.95 543.52 404.02 542.45 404.22 542.5 404.09 542.7 404.03 543.44 403.91 543.7 403.48 543.9 403.37 544.21 403.5 544.29 403.6 544.64 403.74 545.19 403.67 545.86 403.34 546.35 403.3 546.66 403.12 546.84 402.76 546.82 402.55 546.5 402.19 546.09 401.98 545.87 401.84 545.5 401.47 545.35 401.21 545.34 401.05 545.06 401.03 544.87 400.95 544.15 400.52 544.1 400.43 543.96 399.83 543.83 399.37 543.73 399.25 543.53 399.16 543.68 398.89 543.75 398.57 543.82 398.47 543.96 398.08 544 397.82 543.93 397.54 543.72 397.17 543.71 396.6 543.55 396.4 543.57 396.22 543.45 395.99 543.25 395.84 542.93 395.84 542.42 395.53 542.06 395.47 541.85 395.61 541.82 395.91 541.73 395.94 541.6 396.16 541.49 396.13 541.22 396.28 541.36 396.46 541.28 396.6 541.4 396.86 541.32 396.95 541.26 397.33 540.99 397.65 540.96 397.84 541.05 398.16 541.06 398.49 540.94 398.6 540.8 398.88 540.79 399.2 540.92 399.61 540.79 399.97 540.87 400.45 540.9 401.41 540.8 401.81 540.57 402.26 540.46 402.67 540.35 402.49 540.18 402.43 539.86 402.51 539.61 402.67 539.49 402.29 539.62 402.13 539.61 401.79 539.25 401.87 539.12 401.74 538.82 401.69 538.37 401.52 538.01 401.54 537.91 401.46 537.72 401.51 537.66 401.79 537.53 401.7 537.46 401.41 537.07 401.2 536.98 401.28 536.75 401.2 536.66 401.55 536.49 401.61 536.18 401.94 535.77 398.64 535.35 395.1 535.04 392.51 535.01 392.35 534.72 390.01 534.38 387.27 534.13 385.29 534.12 385.18 533.86 383.22 533.61 381.25 533.23 378.17 533.03 376.72 532.59 373 532.61 372.24 532.66 370.19 532.73 367.63 532.77 366.14 532.82 363.75 532.86 362.31 532.87 361.61 532.92 358.88 532.95 357.25 532.97 356.55 533 354.1 533.07 350.29 533.13 347.44 533.18 344.96 533.23 341.81 533.26 340.65 533.3 338.54 533.31 337.82 533.37 335.36 533.41 334.11 533.47 331.84 533.5 330.17 533.56 328.45 533.55 328.14 533.59 326.73 533.62 325.01 533.64 323.46 533.73 320.38 533.82 318.41 533.81 317.99 533.85 316.72 533.87 315.17 533.24 314.92 532.94 314.66 532.54 313.92 532.35 313.7 532.12 313.32 Z\" data-geo-id=\"01\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(163, 0, 0);\"></path>\\n<path d=\"M 572.32 309.67 574.47 309.46 575.73 309.32 577.39 309.1 578.89 308.9 580.98 308.65 582.61 308.44 584.64 308.21 587.52 307.85 589.25 307.65 591.02 307.43 592.15 307.28 595.12 306.93 596.66 306.74 599.73 306.35 600.98 306.18 602.99 305.94 602.97 305.83 604.06 305.68 607.55 305.15 609.58 304.81 610.83 304.62 610.95 304.83 610.9 305.01 610.74 305.25 610.69 305.64 610.96 305.86 610.68 305.99 610.5 306.13 610.24 306.1 610.31 306.34 610.12 306.31 610.06 306.46 609.83 306.76 609.71 307.02 609.59 307.12 609.08 307.25 609.08 307.68 608.96 307.91 608.79 307.84 608.74 308.12 608.82 308.15 608.84 308.36 608.73 308.47 608.57 308.37 608.36 308.55 608.37 308.76 608.19 308.87 608.06 309.08 608.16 309.38 608.18 309.67 607.94 310.08 607.8 310.14 607.76 310.31 607.8 310.55 607.99 310.94 608.09 311.07 608.38 311.22 608.48 311.36 608.66 311.33 608.88 311.6 609.23 311.77 609.51 311.84 609.77 312.06 609.74 312.19 609.94 312.29 610.25 312.26 610.51 312.36 610.76 312.24 610.98 312.54 611.18 312.55 611.15 312.75 611.38 312.83 611.48 313.03 611.84 313.17 612.07 313.36 612.15 313.52 612.42 313.51 612.54 313.67 612.6 313.91 612.74 314.03 612.91 313.97 613 314.09 613.33 314.31 613.41 314.28 613.85 314.46 613.99 314.3 614.18 314.2 614.26 314.26 614.43 314.14 614.52 314.22 614.73 314.08 614.93 314.05 615.02 314.11 615.38 313.96 615.62 314.04 615.75 314.25 616.01 314.39 616.21 314.68 616.26 314.9 616.37 315.04 616.42 315.27 616.67 315.8 616.74 316.11 617.44 316.53 617.63 317.07 617.77 317.32 617.95 317.51 618.22 317.65 618.37 317.82 618.46 318.26 618.6 318.69 618.6 318.88 618.8 319.18 618.83 319.42 619.01 319.68 619.14 319.96 619.37 320.11 619.56 320.12 619.81 320.23 619.99 320.43 620.17 320.73 620.36 320.79 620.51 321.01 620.46 321.22 620.56 321.37 620.71 321.39 620.87 321.5 621.12 321.83 621.35 321.97 621.4 322.25 621.54 322.54 621.76 322.64 621.75 322.9 621.92 323.05 622.05 323.33 622.19 323.51 622.42 323.56 622.7 323.47 622.9 323.57 623.29 324.04 623.51 324.16 623.96 324.49 624.2 324.58 624.51 324.76 624.73 324.68 625.13 324.85 625.41 325.04 625.78 325.15 626.17 325.37 626.6 325.68 626.65 325.95 626.88 326.04 627.03 326.17 627.42 326.36 627.56 326.47 627.72 326.79 627.9 327.44 628.19 327.67 628.36 327.95 628.55 328.09 628.57 328.38 628.69 328.68 629.09 328.96 629.35 328.98 629.53 329.18 629.79 329.29 630.04 329.14 630.21 329.13 630.43 329.35 630.78 329.4 631.05 329.57 631.23 329.6 631.73 330.08 631.9 330.15 632.06 330.32 632.29 330.66 632.4 330.92 632.71 330.99 633.4 331.23 633.66 331.61 633.64 331.78 633.43 331.98 633.8 332.15 633.76 332.25 633.55 332.21 633.44 332.49 633.56 332.82 633.67 332.92 633.6 333.04 633.45 332.98 633.39 333.15 633.57 333.28 633.52 333.5 633.76 333.46 633.89 333.68 634.11 333.82 634.49 333.89 634.5 334.03 634.61 334.15 634.7 333.95 634.99 333.96 635.11 334.06 635.07 334.18 634.89 334.21 634.89 334.39 635.19 334.45 635.37 334.75 635.17 335.06 635.28 335.24 635.44 335.3 635.61 335.45 635.92 335.52 636.02 335.72 636.26 335.74 636.44 335.69 636.6 335.55 636.7 335.77 636.82 335.86 636.7 336.08 636.74 336.42 636.83 336.61 637.19 336.9 637.87 337.28 638 337.26 638.64 337.43 638.92 337.58 639.3 337.48 639.42 337.51 639.46 337.69 639.64 337.82 639.84 337.87 640.13 338.15 640.35 338.12 640.33 338.28 640.69 338.33 641.2 338.54 641.33 338.7 641.55 338.85 641.58 339.02 641.53 339.16 641.58 339.38 641.55 339.68 641.36 339.66 641.44 339.92 641.61 340.04 641.57 340.17 641.93 340.44 642.01 340.59 642.04 340.87 642.17 340.9 642.13 341.08 642.18 341.26 642.53 341.27 642.59 341.37 642.56 341.76 642.69 341.72 642.87 341.88 642.97 341.81 643.16 341.93 643.15 342.07 643.25 342.33 643.16 342.42 643.22 342.72 643.2 342.85 643.44 342.98 643.41 343.22 643.52 343.32 643.49 343.57 643.68 343.65 643.52 343.9 643.53 344.27 643.45 344.47 643.74 344.59 643.93 344.82 643.92 345.06 644.13 345.38 643.98 345.54 643.98 345.75 643.81 345.82 643.95 346.02 644.52 346.48 644.99 346.63 644.99 346.77 645.57 346.91 645.87 346.79 645.94 346.92 646.33 347.06 646.28 347.23 646.76 347.52 647.06 347.51 647.03 347.72 647.13 347.85 647.75 348.34 647.93 348.36 647.71 348.74 647.84 348.84 647.71 348.97 647.8 349.19 648.34 349.73 648.31 349.95 648.55 350.16 648.54 350.28 648.71 350.47 649.04 350.44 649.28 350.64 649.16 350.83 649.28 350.87 649.33 351.09 649.47 351.22 649.57 351.55 649.36 351.89 649.12 352.43 649.18 352.58 649.36 352.73 649.53 353.01 649.77 353.19 649.9 353.48 649.91 353.64 649.77 353.89 649.9 353.94 650.03 354.22 650.02 354.46 650.12 354.61 650.11 354.76 650.23 354.85 650.54 354.83 650.62 354.95 651 355.15 651.28 355.21 651.56 355.16 651.92 354.8 652.14 354.89 652.28 355.07 652.44 355.18 652.85 355.28 653.25 355.62 653.53 355.77 654.06 355.75 654.26 356.06 654.57 355.84 654.8 355.84 654.86 356.06 654.81 356.54 654.64 356.63 654.62 356.92 654.35 357.21 653.78 357.65 653.67 357.67 653.53 357.24 653.36 357.23 653.29 357.37 652.95 357.73 652.77 357.78 652.8 357.94 653.09 358.2 653.33 358.24 653.53 358.19 653.73 358.25 653.16 358.93 652.88 359.36 652.76 359.4 652.5 359.23 652.28 359.26 652.04 359.14 651.66 359.18 651.83 359.53 651.8 359.79 651.61 359.98 651.64 360.12 651.88 360.23 652.04 360.25 652.23 360.14 652.33 360.37 652.19 360.57 651.9 361.19 651.57 361.68 651.08 362.27 650.96 362.32 650.58 362.24 650.37 362.28 650.05 362.22 649.92 362.51 650.07 362.6 650.25 362.81 650.68 362.93 650.81 362.78 651 362.72 651.15 362.78 651.11 363.02 651.27 363.82 651.38 363.99 651.15 364.76 651.05 365.22 650.9 365.46 650.79 365.5 650.65 365.33 650.37 365.34 650.2 365.59 649.82 365.76 649.59 365.73 649.52 365.89 649.5 366.19 649.6 366.25 649.98 366.17 650.09 366.21 650.33 366.15 650.54 365.95 650.77 366.05 650.96 366.3 650.78 366.56 650.63 367.17 650.1 368.23 649.97 368.6 649.87 369.03 649.5 369.37 649.69 369.71 649.81 370.14 649.78 370.45 650.02 371.16 650.17 371.25 650.22 371.38 650.12 371.48 650.05 371.69 650.01 372.21 649.8 372.26 649.41 372.71 649.11 373.33 648.99 373.72 648.68 374.03 648.49 374.06 648.37 374.34 648.5 374.59 648.64 375.23 648.55 376.13 648.5 376.33 648.26 376.35 648 376.43 647.91 376.55 647.89 376.77 647.45 377.11 647.43 377.26 647.56 377.39 647.75 377.43 647.88 377.32 648.2 377.37 648.24 377.53 648.57 377.49 648.63 377.14 648.8 377.04 648.94 377.4 649.09 378.43 649.01 378.79 648.89 379.76 648.67 380.3 648.59 380.69 648.57 381.09 648.67 381.62 649.01 382.19 648.67 382.22 648.48 382.17 648.22 381.99 647.8 382.13 647.55 382.13 647.55 382.37 647.43 382.43 647.28 382.29 647.11 382.44 647.04 382.34 646.87 382.28 646.49 382.24 646.35 382.41 646.05 382.35 645.79 382.23 645.68 382.36 645.57 382.28 645.54 382.09 645.36 382.1 645.21 382.21 644.94 382.2 644.83 382.08 644.43 382.22 644.19 382.12 643.86 381.86 643.64 381.73 643.54 381.76 643.4 382.04 643.32 381.84 643.12 381.61 642.9 381.58 642.37 381.7 642.14 381.6 641.88 381.67 641.65 381.55 641.45 381.29 641.43 381.16 641.24 381.05 641.13 381.34 640.75 381.3 640.66 381.18 640.47 381.21 640.32 381.35 640.3 381.5 640.35 381.83 640.26 381.95 640.21 382.19 640.14 382.25 639.62 382 639.48 382.05 639.39 382.23 639.64 382.58 639.56 382.74 639.23 382.93 639.22 383.29 639.35 383.48 639.4 383.7 639.26 384.31 639.34 384.5 639.33 384.7 639.46 384.8 639.54 385.02 639.77 385.29 639.84 385.58 640.02 385.62 640.11 385.78 640.3 386.33 640.22 386.6 640.2 387.11 640.29 387.31 640.3 387.71 640.35 388.03 640.28 388.19 640.26 388.58 640.15 388.84 640.23 389.07 640.16 389.23 640.19 389.57 640.31 389.77 640.27 390.07 640.17 390.22 639.85 390.34 639.42 390.38 639.23 390.26 638.62 390.44 638.33 390.59 638.19 390.59 638 390.43 637.52 389.87 637.35 389.45 637.34 389.29 637.4 389.06 637.3 388.76 637.37 388.48 637.33 388.28 636.77 387.74 636.74 387.57 636.55 387.38 636.62 387.15 636.6 387.01 636.88 386.74 634.25 386.92 631.05 387.15 628.92 387.31 625.99 387.51 621.81 387.8 621.1 387.85 617.56 388.07 615.75 388.19 613.92 388.33 610.65 388.55 609.5 388.62 606.6 388.82 603.44 389.03 601.38 389.18 599.76 389.32 598.69 389.37 596.96 389.48 593.81 389.69 593.35 389.73 593.24 389.54 592.99 389.36 592.91 389.19 592.75 389.04 592.45 389.02 592.32 388.8 592.33 388.56 592.16 388.35 592.11 388.11 591.94 387.79 591.94 387.53 592.02 387.36 591.88 387.15 591.88 386.98 591.79 386.8 591.79 386.58 591.69 386.52 591.42 386.18 591.23 386.02 591.14 385.82 590.91 385.67 590.94 385.33 590.87 385.13 590.5 385.02 590.46 384.5 590.48 384.24 590.28 383.91 590.2 383.51 590.08 383.42 589.88 383.15 589.9 382.96 589.69 382.52 589.35 382.32 589.15 381.92 588.92 381.67 588.66 381.64 588.51 381.55 588.51 381.27 588.35 381.17 588.32 380.86 588.44 380.68 588.44 380.41 588.09 379.7 588.1 379.37 588.27 379.3 588.4 379.07 588.42 378.43 588.33 378.33 588.34 378.02 588.22 377.89 588.21 377.76 588.32 377.36 588.36 377 588.31 376.86 588.35 376.58 588.49 376.45 588.47 376.28 588.31 375.75 588.37 375.44 588.64 374.7 588.58 374.56 588.64 374.31 588.46 374.05 588.31 373.77 588.27 373.53 588.27 373.12 588.19 373.07 588.21 372.87 587.92 372.69 587.71 372.43 587.77 372.21 587.56 372.14 587.25 371.84 587.15 371.67 586.95 371.54 586.88 371.13 586.97 370.81 586.75 370.34 586.77 370.14 586.49 369.92 586.62 369.7 586.59 369.22 586.53 369.01 586.37 368.83 586.42 368.69 586.35 368.45 586.5 368.1 586.4 367.79 586.7 367.75 586.73 367.46 586.88 367.09 587.16 366.79 586.99 366.47 587.3 366.18 587.2 365.99 587.27 365.55 587.39 365.41 587.34 364.91 587.25 364.73 587.26 364.07 587.37 363.94 587.29 363.78 587.01 363.1 587.25 362.86 587.5 362.4 587.76 362.06 588.43 361.73 588.37 361.56 588.15 361.52 588.26 361.3 588.93 361.21 589.11 360.85 589.19 360.61 589.3 360.43 589.49 360.34 589.23 360.12 588.9 359.93 588.69 359.71 587.76 359.41 587.55 359.38 587.42 359.12 587.46 358.95 587.71 358.65 587.72 358.37 587.67 358.24 587.69 358.02 587.88 358.02 587.71 357.81 587.71 357.62 587.95 357.4 587.77 357.03 587.4 356.92 587.31 356.72 587.3 356.25 587.23 356.1 587.13 355.71 587.02 355.55 586.91 355.52 586.74 355.22 586.58 355.19 586.42 355.01 585.94 354.6 585.68 354.17 585.62 353.93 585.49 353.77 585.58 353.6 585.29 353.57 585.19 353.43 585.43 353.15 585.32 352.93 585.14 352.76 584.99 352.71 584.9 352.55 584.77 351.97 584.87 351.77 584.77 351.63 584.55 351.58 584.35 351.29 584.41 351.12 584.64 351.01 584.56 350.91 584.34 350.82 584.29 350.7 584.12 350.67 583.83 350.37 583.87 350.18 583.79 350.03 583.97 349.66 583.82 349.5 583.71 349.59 583.46 349.45 583.44 349.28 582.96 347.62 582.16 344.83 581.63 342.91 580.84 340.06 580.21 337.82 579.32 334.63 578.81 332.81 578.27 330.83 577.51 328.13 577.49 328.09 576.92 325.99 576.88 325.78 576.21 323.43 575.8 321.98 574.75 318.42 574.37 317.1 574.18 316.42 573.5 314.08 572.93 312 572.61 310.81 572.32 309.67 Z\" data-geo-id=\"13\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(163, 0, 0);\"></path>\\n<path d=\"M 628.88 166.09 629.27 165.83 630.17 165.25 630.41 165.13 630.9 164.78 631.34 164.54 632.13 163.94 632.46 163.58 632.79 163.39 633.01 163.22 633.4 162.84 633.54 162.64 633.69 161.94 633.89 161.61 634.11 161.43 634.58 161.35 634.41 161.54 634.55 161.68 634.55 161.85 634.74 161.85 635.67 161.03 636.34 160.38 636.73 160.11 637.07 159.76 637.11 159.78 637.45 159.62 638.29 158.9 638.49 158.78 638.84 160.81 639.31 163.53 639.38 163.9 640.65 163.68 643.41 163.22 646.51 162.66 647.5 162.47 650.22 161.99 651.73 161.74 653.47 161.41 655.59 160.99 658.52 160.45 660.11 160.16 662.14 159.75 663.92 159.44 666.22 159 667.35 158.78 670.74 158.09 673.17 157.61 676.02 157.05 676.86 156.86 678.84 156.43 681.21 155.95 683.87 155.43 685.2 155.18 686.84 154.85 689.88 154.19 693.38 153.45 695.16 153.08 696.98 152.67 700.44 151.9 700.72 151.97 700.8 152.07 700.78 152.32 700.99 152.39 701.33 152.69 701.54 152.54 701.64 152.75 701.8 152.79 701.91 153.09 702.1 153.35 702.06 153.55 702.13 153.73 702.29 153.77 702.36 153.88 702.3 154.02 702.42 154.16 702.6 154.03 702.91 154.15 702.99 153.93 703.22 153.86 703.45 153.97 703.5 153.72 703.64 153.8 703.66 153.94 703.8 154.1 704.09 153.99 704.24 154.09 704.48 154.07 704.58 154.46 705.01 154.58 705.19 154.5 705.19 154.8 704.97 154.89 704.89 155.08 704.9 155.34 705.09 155.42 705.31 155.3 705.55 155.39 705.7 155.59 705.76 155.92 705.91 156.28 705.69 156.38 705.68 156.47 705.98 156.79 706.03 156.98 705.96 157.07 706.13 157.27 706.28 157.84 706.4 158.09 706.17 158.19 706.03 158.41 706.29 158.65 706.51 158.75 706.65 158.98 706.86 159.06 707.03 159.25 707.08 159.42 707 159.49 707.35 159.72 707.48 160.02 707.7 159.99 707.77 160.18 707.77 160.38 707.85 160.48 708.19 160.48 708.33 160.31 708.52 160.28 708.89 160.4 708.97 160.6 709.14 160.62 709.26 160.73 709.2 160.85 709.32 160.97 709.71 160.76 710.06 160.94 710.18 160.93 710.29 160.71 710.45 160.64 710.67 160.95 710.75 160.98 711.01 160.83 711.19 160.85 711.4 160.64 711.52 160.78 711.48 161.01 711.61 161.24 711.96 161.33 712.07 161.52 712.37 161.68 712.35 161.88 712.04 162.15 711.59 162.28 711.51 162.58 711.43 162.73 711.15 162.84 711.2 163.07 710.86 163.47 710.7 163.84 710.65 164.13 710.66 164.36 710.56 164.43 710.5 164.86 710.65 164.97 710.54 165.43 710.5 165.78 710.32 166.11 710.28 166.33 710.11 166.71 709.84 166.95 709.82 167.07 709.63 167.29 709.41 167.46 709.34 167.79 709.41 167.86 709.64 167.65 709.66 167.86 709.31 168.16 709.15 168.34 709.14 168.54 709.05 168.76 709.07 168.89 708.5 169.46 708.07 169.81 707.83 170.13 707.82 170.41 708.03 170.49 708.17 170.8 708.6 171.27 708.87 171.42 708.99 171.75 709.4 172.09 709.47 172.26 709.33 172.47 709.36 172.58 708.98 172.67 708.92 172.84 709.13 173.01 709.18 173.11 709.02 173.48 709.05 173.63 708.97 173.81 708.79 173.94 708.68 174.22 708.15 174.26 708.12 174.53 707.9 174.83 707.95 174.94 708.19 175.19 708.18 175.39 708.09 175.53 708.05 175.98 708.19 176.15 708.48 176.16 708.46 176.4 708.36 176.5 708.29 176.81 708.47 176.99 708.55 177.19 708.41 177.42 708.59 177.62 708.67 177.84 708.67 178.12 708.98 178.27 709.22 178.21 709.34 178.03 709.48 177.95 709.77 177.93 710.03 177.98 710.42 178.28 710.58 178.36 710.7 178.65 710.92 179.48 710.88 179.65 710.92 180 711.01 180.14 711.24 180.66 711.78 180.83 712.15 180.61 712.27 180.62 712.68 180.79 713.02 181.32 713.18 181.72 713.26 181.79 713.79 182.09 714.12 182.14 714.45 182.37 714.61 182.54 715.01 183.12 715.38 183.28 715.76 183.37 716.16 183.56 716.41 183.86 716.51 184.04 716.87 184.2 717.09 184.43 717.12 184.7 716.94 184.96 716.68 185.04 716.41 185.37 716.14 185.39 715.9 185.34 715.77 185.45 715.7 185.92 715.5 186.12 715.46 186.29 714.83 186.72 714.5 186.82 714.08 187.24 713.58 187.98 713.29 188.15 713.06 188.42 712.98 188.8 712.86 188.99 712.5 189.18 712.16 189.52 712.13 189.76 712.22 190.13 712.39 190.4 712.35 190.84 712.21 190.99 711.73 191.13 711.27 191.64 711.1 191.77 710.6 192.03 710.06 192.13 709.77 192.22 709.47 192.46 709.06 193.04 708.76 193.37 708.62 193.31 708.14 193.14 707.44 193.04 706.84 193.07 706.4 193.15 705.75 193.39 705.43 193.58 705.15 193.78 704.68 194.25 704.39 194.67 704.13 195.25 704.02 195.66 703.98 195.98 703.77 196.03 703.61 196.07 700.77 196.68 700.56 196.72 697.42 197.4 694.77 197.96 690.53 198.84 688.03 199.37 687.37 199.5 686.59 199.67 685.62 199.86 682.27 200.54 679.75 201.04 676.09 201.74 673.93 202.13 670.71 202.74 667.39 203.37 664.42 203.93 661.75 204.41 658.77 204.96 657.12 205.25 654.78 205.69 650.93 206.39 649.9 206.58 649 206.72 646.8 207.12 645.52 207.34 642.31 207.87 638.95 208.44 635.92 208.94 635.66 207.32 635.4 205.71 635.25 204.84 634.81 202.16 634.56 200.61 633.99 197.14 633.92 196.65 633.63 194.85 633.58 194.64 633.06 191.5 632.77 189.7 632.18 186.14 631.72 183.3 631.4 181.39 631.16 179.92 630.87 178.18 630.58 176.38 630.25 174.41 629.84 171.93 629.28 168.52 628.88 166.09 Z\" data-geo-id=\"42\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(230, 230, 230);\"></path>\\n<path d=\"M 414.29 210.67 416.08 210.68 417.76 210.71 420.18 210.74 422.14 210.75 425.46 210.78 426.83 210.78 429.43 210.8 430.65 210.8 432.71 210.78 435.62 210.71 438.61 210.63 441.23 210.51 443.36 210.43 444.23 210.41 446.28 210.31 447.81 210.28 450.42 210.19 452.22 210.09 452.95 210.04 455.02 209.91 457.67 209.8 458.69 209.75 460.22 209.65 461.6 209.55 463.11 209.46 464.28 209.38 467.19 209.2 469.33 209.04 470.47 208.94 471.1 208.87 472.47 208.74 472.73 209.09 473.08 209.3 473.13 209.42 473.07 209.75 473.21 209.87 474.03 210.02 474.12 210.1 474.1 210.53 474.18 210.76 474.51 210.93 474.63 211.08 474.74 211.38 474.99 211.57 475.28 211.61 475.5 211.58 475.58 211.78 475.45 211.93 475.51 212.06 475.66 212.11 475.56 212.33 475.6 212.51 475.99 212.66 476.27 213.03 476.48 212.96 476.51 213.14 476.68 213.13 476.83 212.92 477.15 213.06 477.05 213.18 476.8 213.37 476.57 213.78 476.45 214.27 476.27 214.74 476.18 215.03 476.23 215.39 476.02 215.85 476.06 216.08 476.03 216.25 476.09 216.58 475.98 216.92 476.07 217.36 476.03 217.57 476.06 217.93 476.15 218.31 476.33 219.02 476.43 219.28 476.37 219.68 477.13 221.13 477.29 221.38 477.53 221.62 477.56 221.97 477.25 222.4 477.2 222.7 477.4 223.32 477.51 223.46 478.28 223.93 478.44 224.14 478.54 224.43 478.5 224.54 478.52 224.94 478.46 225.2 478.47 225.44 478.74 225.76 479.46 226.33 479.51 226.41 479.9 226.66 480.15 226.97 480.33 227.12 480.45 227.32 480.63 227.49 480.82 227.59 481.28 227.76 481.45 227.98 481.57 228.52 481.81 228.83 481.89 228.87 482.59 228.97 483 229.64 483.16 229.79 483.21 230.19 483.26 230.29 483.59 230.66 483.82 230.84 484.27 231.12 484.59 231.27 484.95 231.38 485.12 231.5 485.18 231.66 485.38 231.82 485.57 231.86 485.79 232.11 486.31 232.39 486.6 232.58 486.97 232.95 487.32 233.14 487.37 233.27 487.6 233.45 487.73 233.69 487.98 233.96 488.17 234.01 488.36 234.21 488.54 234.92 488.56 235.24 488.68 235.64 488.72 236.04 488.87 236.41 489.1 236.74 489.19 237.07 489.18 237.31 488.94 237.64 488.92 237.76 488.78 237.93 488.8 238.13 489.12 238.69 489.35 239.16 489.42 239.73 489.53 239.99 489.67 240.43 489.88 240.67 490.01 240.73 490.25 241.1 490.88 241.44 491.13 241.43 491.46 241.29 491.83 240.81 491.97 240.73 492.24 240.26 492.29 239.9 492.42 239.62 492.73 239.43 493.39 239.49 493.74 239.61 494.3 239.86 494.49 239.99 494.86 240.15 495.24 240.12 495.74 240.18 496.15 240.39 496.55 240.75 497.02 240.94 497.25 241.1 497.84 241.41 497.92 241.63 497.83 242.25 497.76 242.4 497.43 242.71 497.15 242.93 496.93 243.44 496.62 243.74 496.56 243.86 496.55 244.14 496.6 244.31 496.82 244.59 497.03 245.01 497.13 245.44 497.13 245.7 497.07 246.04 496.98 246.29 496.83 246.5 496.52 246.78 496.19 247.39 496.04 247.71 495.94 248.15 495.83 248.8 495.77 249.37 495.64 249.7 495.27 250.2 494.98 250.53 494.89 250.69 494.81 251.03 494.66 251.42 494.62 251.75 494.65 252.12 494.64 252.55 494.84 253.42 495.02 253.84 495.34 254.28 495.52 254.43 496.01 254.62 496.26 254.85 496.63 255.41 496.78 255.69 497.17 256.02 497.89 256.45 498.09 256.34 498.52 256.55 498.59 256.69 498.61 256.97 498.86 257.22 499.12 257.37 499.32 257.41 499.55 257.37 499.67 257.41 499.77 257.61 500.06 257.75 500.45 258.21 500.63 258.33 500.9 258.33 501.44 258.15 501.58 258.35 501.71 258.44 501.61 258.58 501.4 258.73 501.22 258.74 501.19 258.86 501.01 259.01 501.03 259.16 501.39 259.83 501.63 259.98 501.85 260.04 502.17 260.04 502.46 259.83 502.72 259.48 502.98 259.3 503.71 259.75 503.69 259.96 503.76 260.13 504.23 260.25 504.41 260.35 504.62 260.32 504.79 260.54 505.21 260.86 505.73 261.16 505.88 261.41 505.88 261.61 505.8 261.93 505.85 262.07 506.1 262.18 506.34 262.16 506.58 262.07 506.61 262.21 506.91 262.37 507.13 262.73 507.39 262.83 508.01 262.96 508.23 263.19 508.2 263.54 508.21 264.05 508.4 264.35 508.85 264.82 508.88 265.07 508.64 265.2 508.3 265.14 508.24 265.25 508.25 265.6 508.37 266.08 508.64 266.5 508.79 266.85 509.14 267.36 509.46 267.66 509.75 268.08 509.96 268.64 509.99 268.96 509.93 269.44 509.83 269.67 509.55 269.79 509.25 269.83 509.01 269.98 508.96 270.11 508.73 270.39 508.67 270.89 508.74 271.04 509.14 271.51 509.43 271.46 509.58 271.5 509.63 271.69 509.51 272.06 509.63 272.48 509.73 272.69 510.04 273.19 510.09 273.36 510.44 273.86 510.93 274.25 511.08 274.57 511.05 274.87 510.98 275.12 511 275.31 511.1 275.47 511.36 275.63 511.84 275.79 512.06 275.92 512.47 276.28 512.68 276.34 512.86 276.18 512.96 275.8 512.91 275.65 512.63 275.43 512.26 275.28 512.1 275.04 512.13 274.81 512.55 274.87 512.86 274.87 512.92 274.71 513.29 275.36 513.75 275.66 513.86 275.81 514 276.41 514.11 276.53 514.35 276.57 514.89 276.3 515.11 276.29 515.25 276.39 515.42 276.61 515.43 277 515.33 277.47 515.25 278.11 515.14 278.41 515 278.9 514.77 278.93 514.47 279.08 514.4 279.25 514.46 279.71 514.57 279.88 514.81 280.04 515.22 280.04 515.42 280.25 515.41 280.56 515.31 280.72 514.84 280.68 514.68 280.62 514.42 280.75 514.24 281.04 514.21 281.3 514.25 281.49 514.74 281.98 514.78 282.3 514.93 282.4 514.72 282.72 514.53 282.91 514.4 283.16 514.36 283.69 514.22 284.11 514.03 284.34 513.56 284.45 513.41 284.39 512.97 283.94 512.65 283.45 512.43 283.24 511.99 283.34 511.85 283.41 511.71 283.6 511.65 284.23 511.48 284.7 511.46 285.04 511.23 285.89 511.16 286.08 510.97 286.38 510.74 286.65 510.58 286.74 510.24 286.68 510.12 286.52 510.1 286.36 510.2 285.99 510.38 285.67 510.45 285.35 510.4 285.02 510.3 284.78 510.11 284.56 509.87 284.49 509.45 284.43 509.07 284.53 508.87 284.79 508.83 285.12 509.02 285.53 509.31 285.91 509.38 286.04 509.65 286.34 509.72 286.61 509.62 286.92 509.43 287.12 509.37 287.25 509.44 287.54 509.91 288.18 509.99 288.4 509.88 288.89 509.7 289.08 509.5 289.14 509.27 289.14 508.94 289.07 508.65 289.08 508.5 289.14 508.37 289.36 508.37 289.48 508.52 289.74 508.87 289.95 509.06 290.1 509.44 290.28 509.58 290.22 509.73 290.4 509.77 290.75 509.62 290.85 509.42 290.8 508.98 291.05 508.62 291.08 508.22 290.94 507.97 290.9 507.59 290.98 507.32 290.91 507.19 291.23 507.39 291.44 508 291.85 508.29 292.07 508.59 292.23 508.77 292.38 509.03 292.77 509.03 293.22 508.92 293.37 508.53 293.64 507.96 293.89 507.77 294.16 507.72 295.1 507.66 295.36 507.46 295.75 507.06 295.79 504.49 295.98 501.38 296.2 501.02 296.23 497.19 296.5 497.37 296.14 497.55 295.91 497.59 295.59 497.75 295.46 497.79 295.08 497.98 295 497.96 294.69 498.08 294.54 498.26 294.46 498.35 294.14 498.66 294.05 498.83 293.86 499.01 293.81 499.2 293.61 499.25 293.45 499.18 293.23 499.26 292.95 499.38 292.72 499.62 292.67 499.75 292.4 499.85 292.3 500.25 292.07 500.33 292.11 500.52 291.83 500.68 291.84 500.78 291.66 500.69 291.57 500.86 291.31 500.9 291.07 501.36 290.91 501.47 290.73 501.43 290.6 501.63 290.3 501.54 290.12 501.33 289.96 501.41 289.72 501.36 289.44 501.53 289.23 501.52 288.79 501.26 288.44 501.04 288.39 500.81 288.41 500.62 288.29 500.41 288.25 500.41 288.07 500.27 287.92 500.4 287.81 500.33 287.45 500.25 287.3 500.04 287.31 500.07 287.16 499.97 287 500.02 286.67 498.88 286.72 497.19 286.81 494.54 286.96 491.54 287.14 487.74 287.34 485.21 287.49 480.97 287.71 478.96 287.77 476.9 287.85 473.95 288 472.12 288.08 470.07 288.16 466.57 288.32 464.03 288.4 463.31 288.43 460.13 288.55 458.28 288.61 455.62 288.69 454.74 288.73 450.15 288.84 445.56 288.95 442.85 289.02 439.73 289.09 435.91 289.14 433.49 289.19 431.99 289.21 431.96 287.03 431.89 282.51 431.85 279.59 431.79 275.93 431.76 273.34 431.74 271.66 431.72 269.53 431.66 266.43 431.64 264.68 431.64 261.38 431.62 259.6 431.59 257.42 431.59 256.12 431.56 254.25 431.53 252.54 431.49 248.36 431.49 244.37 431.48 243.99 431.44 241.4 431.43 239.78 431.4 238.78 431.66 238.37 431.68 238.16 431.57 238.01 431.38 237.95 430.93 238.09 430.77 238.09 430.61 237.92 430.64 237.7 430.49 237.55 430.22 237.53 429.83 237.79 429.5 237.81 429.27 237.74 429.1 237.61 428.92 237.22 428.74 237.08 428.38 237.11 428.21 237.05 428.04 236.78 428.17 236.43 428.08 236.16 427.86 235.92 427.39 235.69 427.26 235.58 427.06 235.32 426.94 234.87 426.9 234.4 427.01 234.16 427.18 234.09 427.35 233.86 427.26 233.59 427.02 233.54 426.71 233.7 426.55 233.68 426.38 233.53 426.36 233.3 426.24 233.14 426.07 233.08 425.91 232.9 425.88 232.71 425.71 232.52 425.33 232.4 425.07 232.25 424.87 231.98 424.83 231.61 424.68 231.38 424.42 231.24 424.04 230.86 423.88 230.47 423.97 230.08 424.23 229.94 424.42 230.02 424.71 229.95 424.82 229.77 424.86 229.54 424.73 229.16 424.8 228.84 425.12 228.31 425.39 228.11 425.75 228.06 425.87 227.99 425.97 227.77 425.94 227.02 426.16 226.75 426.39 226.83 426.7 227.07 426.93 227.16 427.09 227.14 427.32 227.03 427.51 226.79 427.53 226.4 427.44 226.24 427.23 226.25 426.97 226.44 426.72 226.45 426.46 226.21 426.48 225.97 426.58 225.9 427.06 225.87 427.19 225.8 427.3 225.56 427.28 225.24 427.14 225.06 426.7 225 426.39 224.74 426.32 224.61 426.37 224.41 426.48 224.3 426.53 224.04 426.29 223.81 426.07 223.75 425.62 223.84 425.42 223.78 425.2 223.84 425.1 224.05 425.07 224.34 424.93 224.46 424.29 224.54 423.61 224.3 423.43 224.16 423.38 223.77 423.15 223.68 422.86 223.81 422.65 223.8 422.48 223.66 422.54 223.16 422.49 223.07 422.26 222.96 421.95 222.95 421.71 222.76 421.53 222.49 421.06 222.2 420.97 221.9 420.91 221.72 420.56 221.54 420.41 221.36 420.16 221.3 419.88 221.39 419.6 221.32 419.44 221.17 419.32 220.78 419.49 220.48 419.47 220.15 419.52 220.02 419.72 219.77 419.64 219.48 419.34 219.4 419.17 219.25 419.09 218.86 418.74 218.66 418.51 218.41 418.42 218.22 418.42 218.05 418.55 217.81 418.6 217.53 418.48 217.24 418.25 217.11 417.92 217.12 417.52 216.9 417.4 216.88 417.34 216.71 417.41 216.51 417.38 216.32 417.17 216.16 416.97 216.16 416.72 215.96 416.55 215.88 416.37 215.91 416.05 216.04 415.87 215.94 415.93 215.72 416.21 215.59 416.37 215.36 416.31 215.13 416.09 214.81 416.06 214.48 415.84 214.06 415.81 213.92 415.88 213.67 415.85 213.42 415.66 213.14 415.35 212.89 415.29 212.71 415.32 212.43 415.24 212.2 415.8 211.97 415.88 211.85 415.93 211.57 415.65 211.1 415.33 211.21 415.28 211.76 415.12 211.89 414.92 211.76 414.71 211.85 414.42 211.81 414.24 211.6 414.32 211.38 414.2 211.03 414.18 210.8 414.29 210.67 Z\" data-geo-id=\"29\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(163, 0, 0);\"></path>\\n<path d=\"M 224.36 189.85 226.71 190.18 230.31 190.66 231.79 190.87 232.16 190.91 235.72 191.38 236.71 191.5 238.63 191.71 240.45 191.95 244.62 192.46 248.29 192.89 250.09 193.11 253.52 193.5 255.55 193.75 261.31 194.41 262.27 194.53 263.19 194.68 264.66 194.86 266.89 195.11 271.69 195.62 276.15 196.05 278.4 196.26 282.85 196.69 284.1 196.81 284.47 196.82 286.67 196.99 289.22 197.21 289.64 197.25 293.26 197.57 295.57 197.77 297.66 197.95 299.89 198.12 303.51 198.42 304.95 198.51 305.4 198.56 309.51 198.87 310.59 198.94 312.54 199.09 313.86 199.18 316.96 199.4 317.95 199.47 320.76 199.66 324.19 199.88 323.91 204.33 323.62 208.8 323.38 212.64 323.14 216.29 322.96 219.08 322.78 222.02 322.55 225.94 322.43 228 322.29 230.22 322.16 232.53 321.87 237.46 321.6 241.95 321.43 244.71 321.16 248.87 321.13 249.59 321.08 250.2 320.93 252.78 320.76 255.42 320.67 256.71 320.4 261.37 320.27 263.73 320.09 266.52 319.9 269.6 319.86 270.03 319.6 274.09 319.42 276.95 316.91 276.77 316.12 276.7 314.69 276.61 309.51 276.24 308.85 276.14 307.78 276.03 306.8 275.96 305.15 275.86 304.92 275.81 302.6 275.64 297.82 275.29 293.85 274.99 289.72 274.68 286.06 274.4 284.72 274.3 282 274.06 280.41 273.9 280.1 273.89 278.44 273.74 274.74 273.4 274.3 273.37 272.93 273.18 271.42 273.04 270.96 272.99 268 272.69 265.29 272.42 263.92 272.28 259.73 271.85 256.63 271.54 255.25 271.4 254.5 271.31 252.13 271.06 250.37 270.88 249.71 270.8 248.36 270.66 246.57 270.46 246.47 270.3 244.84 270.11 241.65 269.74 239.6 269.49 236.97 269.17 233.91 268.8 229.57 268.26 225.83 267.79 225.81 267.78 223.88 267.53 219.88 267.01 215.24 266.38 213.88 266.19 214.18 264.04 214.34 262.79 214.86 259.02 215.23 256.64 215.33 256.06 215.68 253.47 216.05 250.92 216.23 249.53 216.34 248.88 216.48 247.59 217 243.96 217.03 241.81 217.62 237.53 217.88 235.63 218.21 233.33 218.44 231.89 218.69 230.38 219.05 228 219.4 225.6 220.04 221.01 220.38 218.51 220.81 215.4 221.38 211.31 221.86 207.8 222.29 204.68 222.88 200.45 223.14 198.62 223.38 197.12 223.62 195.3 223.92 193.18 224.36 189.85 Z\" data-geo-id=\"08\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(163, 0, 0);\"></path>\\n<path d=\"M 157.35 159.43 158.06 159.58 159.27 159.9 159.74 160 161.18 160.25 164.5 160.81 167.76 161.36 170.54 161.83 174.97 162.58 176.75 162.89 180.69 163.56 183.18 163.99 183.36 164.01 183.62 164.14 185.6 164.46 187.93 164.85 189.24 165.05 191.16 165.37 193.05 165.68 193.46 165.73 195.3 166.02 199.07 166.62 198.41 170.83 197.81 174.63 197.19 178.47 197.13 178.79 196.51 182.68 196.03 185.68 200.22 186.36 200.72 186.45 203.21 186.84 203.76 186.95 205.53 187.22 207.3 187.47 207.48 187.51 209.08 187.73 209.14 187.72 211.21 188.02 212.92 188.27 215.46 188.63 217.47 188.92 217.95 188.98 221.51 189.44 221.78 189.46 222.6 189.6 224.36 189.85 223.92 193.18 223.62 195.3 223.38 197.12 223.14 198.62 222.88 200.45 222.29 204.68 221.86 207.8 221.38 211.31 220.81 215.4 220.38 218.51 220.04 221.01 219.4 225.6 219.05 228 218.69 230.38 218.44 231.89 218.21 233.33 217.88 235.63 217.62 237.53 217.03 241.81 217 243.96 216.48 247.59 216.34 248.88 216.23 249.53 216.05 250.92 215.68 253.47 215.33 256.06 215.23 256.64 214.86 259.02 214.34 262.79 214.18 264.04 213.88 266.19 211.84 265.91 208.82 265.48 207.13 265.24 205.17 264.98 201.42 264.43 199.55 264.16 199.23 264.1 195.42 263.54 192.51 263.1 192.08 262.91 190.59 262.7 190.2 262.63 188.33 262.35 183.6 261.62 182.59 261.49 180.78 261.19 180.43 261.14 178.53 260.81 175.1 260.25 171.65 259.68 164.3 258.42 161.57 257.95 158.83 257.47 155.22 256.83 153.53 256.52 150.62 256 148.61 255.62 145.44 255.03 140.33 254.07 139.07 253.82 139.37 252.15 139.41 251.85 139.54 251.28 139.91 249.4 140.12 248.28 140.57 245.92 140.61 245.66 141.19 242.61 141.24 242.38 141.76 239.71 141.86 239.35 142.04 238.51 142.08 238.25 142.29 237.16 142.71 234.91 143.26 232.1 143.62 230.18 143.68 229.91 144.52 225.45 145.37 221.12 145.45 220.73 145.9 218.36 145.94 218.3 146.38 215.9 148.21 206.55 148.36 205.74 149.15 201.64 149.69 198.87 150.02 197.15 150.41 195.12 150.88 192.71 151.49 189.56 151.62 188.96 151.89 187.52 152.89 182.51 153.73 178.2 154.54 174.05 155.54 168.92 155.56 168.76 155.99 166.58 156.03 166.4 156.5 163.97 156.83 162.14 156.98 161.49 157.35 159.43 Z\" data-geo-id=\"49\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(163, 0, 0);\"></path>\\n<path d=\"M 507.06 295.79 507.46 295.75 507.66 295.36 507.72 295.1 507.77 294.16 507.96 293.89 508.53 293.64 508.92 293.37 509.03 293.22 509.03 292.77 508.77 292.38 508.59 292.23 508.29 292.07 508 291.85 507.39 291.44 507.19 291.23 507.32 290.91 507.59 290.98 507.97 290.9 508.22 290.94 508.62 291.08 508.98 291.05 509.42 290.8 509.62 290.85 509.77 290.75 509.73 290.4 509.58 290.22 509.44 290.28 509.06 290.1 508.87 289.95 508.52 289.74 508.37 289.48 508.37 289.36 508.5 289.14 508.65 289.08 508.94 289.07 509.27 289.14 509.5 289.14 509.7 289.08 509.88 288.89 509.99 288.4 509.91 288.18 509.44 287.54 509.37 287.25 509.43 287.12 509.62 286.92 509.72 286.61 509.65 286.34 509.38 286.04 510.2 285.99 510.1 286.36 510.12 286.52 510.24 286.68 510.58 286.74 510.74 286.65 510.97 286.38 511.16 286.08 511.23 285.89 511.63 285.86 513 285.61 515.79 285.48 518.12 285.33 519.11 285.26 520.09 285.17 524.5 284.85 525.35 284.8 527.76 284.62 530.85 284.4 531.98 284.34 532.19 284 532.23 283.48 532.15 283.08 532.07 282.87 531.93 282.3 531.73 281.78 531.67 281.54 531.49 281.24 531.43 280.89 532.32 280.83 534.46 280.88 534.8 280.88 534.8 281.47 536.44 281.27 538.01 281.1 541.44 280.73 545.98 280.29 547.54 280.11 549.13 279.91 552.04 279.57 553.91 279.33 554.34 279.65 555.16 279.2 557.81 279.01 558.42 279.01 559.88 278.97 561.64 278.9 562.39 278.89 563.5 278.81 564.81 278.76 565.45 278.72 565.91 278.67 566.97 278.59 567.79 278.54 569.71 278.38 570.67 278.29 571.54 278.12 573.49 277.79 573.64 277.73 575.08 277.59 576.59 277.47 577.68 277.41 578.91 277.4 580.45 277.36 581.33 277.29 583.77 277.07 585.01 276.99 585.66 276.9 586.53 276.81 589.13 276.57 589.79 276.48 591.31 276.3 593.42 276.07 594.84 275.95 596.44 275.8 597.93 275.63 598.11 275.25 598.92 275.2 599.91 275.08 602.66 274.72 604.15 274.5 604.39 274.55 607.9 274.07 610.02 273.79 613.16 273.35 614.22 273.19 616.06 272.89 616.37 272.87 618.93 272.48 620.23 272.29 620.78 272.23 624.4 271.71 624.51 271.26 627.32 270.91 628.67 270.72 628.28 271.24 628.34 271.57 628.15 271.64 628.2 271.88 628.08 272.21 627.97 272.3 628.01 272.49 628.1 272.59 628.22 272.87 628.36 273.57 628.1 273.82 628.16 274.2 628.11 274.49 627.99 274.65 627.84 274.71 627.92 275.06 628.04 275.06 628.09 275.21 628.02 275.34 628.18 275.52 628.24 275.73 628.37 275.91 628.52 275.92 628.56 276.12 628.39 276.13 628.11 276.04 627.99 276.16 627.68 276.19 627.44 276.03 627.29 276.06 627.24 275.92 627.08 275.9 626.92 276.06 626.63 276.18 626.3 276.47 625.92 277.03 625.62 277.21 625.29 278.15 625.05 278.73 624.24 280.95 623.91 280.87 623.84 281.15 623.58 281.32 623.04 281.43 622.8 281.43 622.66 281.2 622.65 281.02 622.42 280.65 622.06 280.76 622 280.85 621.7 280.75 621.54 280.63 621.28 280.68 621.25 280.81 620.96 281.23 620.76 281.2 620.7 281.33 620.47 281.34 620.31 281.23 620.12 281.34 619.92 281.57 619.65 281.73 619.37 281.76 619.03 282.12 618.9 282.19 618.64 282.49 618.07 284.04 617.75 284.36 617.47 284.71 617.09 284.87 616.83 285.06 616.73 285.28 616.43 285.22 616.4 285.12 615.89 285.13 615.87 285 615.94 284.74 615.74 284.52 615.82 284.35 615.88 284.03 616.02 283.86 615.85 283.81 615.56 283.49 615.3 283.31 615.05 283.5 614.79 283.63 614.57 283.79 614.51 283.95 614.14 284.19 614.15 284.31 613.92 284.44 613.67 284.7 613.29 284.87 613.18 285.12 613.21 285.31 613.38 285.4 613.28 285.55 613.25 285.8 613 286.11 613.07 286.26 612.8 286.45 612.72 286.31 612.26 286 612.14 286.05 611.93 285.98 611.66 286.16 611.55 286.32 611.61 286.46 611.41 286.61 611.67 287.23 611.78 287.4 611.72 287.56 611.44 287.68 611.48 288.01 611.58 288.19 611.36 288.32 611.29 288.5 611.18 288.57 610.99 289.06 610.99 289.27 610.84 289.35 610.6 289.63 609.89 289.47 609.64 289.46 609.47 289.54 609.24 289.52 608.99 289.81 608.67 290.05 608.55 290.03 608.07 290.15 608 290.29 607.96 290.54 607.85 290.59 607.76 290.88 607.58 290.99 606.93 291.05 606.73 291.28 606.78 291.67 606.58 291.98 606.32 292.15 606.24 292.48 606.01 292.57 605.86 292.44 605.65 292.41 605.41 292.55 605.36 292.75 605.23 292.99 604.91 293.13 604.87 293.3 604.3 293.67 604.09 293.66 603.97 293.95 603.75 294.12 603.59 294.58 603.41 294.7 603.11 294.74 603.06 294.7 602.58 294.78 602.36 294.78 602.13 294.88 601.78 294.62 601.38 294.87 601.15 294.94 600.95 294.9 600.2 295.01 599.96 295.17 599.77 295.13 599.56 295.24 599.45 295.21 599.22 295.26 599.12 295.51 598.8 295.72 598.49 296.1 598.39 296.1 598.15 296.23 597.78 296.25 597.64 296.34 597.52 296.63 597.4 296.77 597.29 297.18 596.91 297.32 596.75 297.54 596.56 297.51 596.41 297.82 596.14 298.07 596.07 298.31 595.87 298.61 595.74 298.67 595.84 298.86 596.02 299.01 595.99 299.13 596.07 299.36 595.87 299.73 595.66 299.88 595.71 300.07 595.83 300.14 595.77 300.44 596.03 300.73 596.01 300.84 595.84 301 595.76 301.21 595.58 301.43 595.21 301.61 594.98 301.91 594.84 301.85 594.55 301.92 594.46 302.08 594.29 302.01 593.87 302.08 593.61 302.23 593.43 302.18 593.35 301.95 593.19 301.77 593 301.74 592.78 302.03 592.59 302.17 592.5 302.33 592.08 302.7 592.1 303.53 592.1 304.71 592.15 307.28 591.02 307.43 589.25 307.65 587.52 307.85 584.64 308.21 582.61 308.44 580.98 308.65 578.89 308.9 577.39 309.1 575.73 309.32 574.47 309.46 572.32 309.67 568.93 309.97 565.25 310.33 561.39 310.7 560.06 310.83 558.96 310.96 558.03 311.05 555.73 311.25 552.86 311.53 550.54 311.69 547.44 311.91 546.07 312 544.06 312.15 541.02 312.4 540.41 312.46 537.5 312.67 535.2 312.86 532.05 313.08 532.12 313.32 529.32 313.54 528.04 313.64 524.61 313.92 522.02 314.12 521.47 314.15 520.87 314.21 519.3 314.33 517.28 314.49 516.34 314.55 512.97 314.8 511.78 314.86 509.71 314.99 508.2 315.1 507.37 315.17 504.88 315.32 502.06 315.49 499.39 315.64 499.36 315.37 499.53 314.82 499.6 314.74 500.02 314.74 500.16 314.85 500.57 314.88 500.9 314.96 501.1 314.73 501.08 314.27 501.26 313.68 501.35 313.16 501.61 312.9 501.87 312.83 502.35 313.09 502.49 313.12 502.75 313.01 502.99 312.72 503.01 312.63 502.92 312.38 502.56 312.34 502.38 312.14 502.14 311.77 502.15 311.57 502.46 311.62 502.56 311.27 502.78 311.28 502.69 310.97 502.34 310.53 502.07 310.47 501.71 310.56 501.52 310.5 501.41 310.38 501.23 310.01 501.29 309.74 501.5 309.59 501.67 309.66 501.9 309.54 502.13 309.52 502.18 308.98 502.11 308.78 502.3 308.43 502.44 308.27 502.56 307.96 502.21 307.77 501.88 307.47 501.67 307.45 501.48 307.6 501.44 307.74 501.5 307.96 501.64 308.16 501.49 308.21 501.16 308.23 500.95 308.04 501.05 307.56 501.06 307.33 501.65 306.91 501.76 306.44 501.95 306.21 502.29 306.15 502.57 306.38 502.52 307 502.58 307.21 502.72 307.35 502.62 307.49 502.87 307.84 503.01 307.68 502.82 307.57 502.97 307.38 503.05 307.18 503.18 307.09 503.23 306.69 503.33 306.36 503.3 306.26 503.06 306.07 502.92 305.86 502.83 305.63 502.8 305.29 502.91 304.78 503.01 304.67 503.38 304.52 503.67 304.5 503.88 304.61 504.17 304.82 504.2 305.1 504.4 305.24 504.81 305.32 504.98 305.13 505.02 304.92 504.86 304.63 504.61 304.61 504.41 304.52 504.19 304.16 504.14 303.89 504.3 303.66 504.81 303.32 505.07 303.34 505.33 303.11 505.62 302.94 505.69 302.63 505.64 302.39 505.45 302.26 505.25 302.38 505.13 302.6 504.95 302.67 504.7 302.65 504.45 302.53 504.03 301.96 503.94 301.33 504.05 301.04 504.72 300.6 505.24 300.91 505.63 300.6 505.84 300.61 506.12 300.49 506.33 300.18 506.35 299.84 506.56 299.59 506.92 299.47 507.16 299.54 507.45 299.45 507.71 299.26 507.76 299.01 507.63 298.87 507.31 298.72 506.76 298.55 506.63 298.43 506.61 298.22 506.7 297.92 507.06 297.6 507.46 297.58 507.88 297.73 508.07 297.94 508.24 297.98 508.5 297.75 508.54 297.55 508.34 297.15 507.84 296.76 507.39 296.49 507.32 296.39 507.29 296.06 507.06 295.79 Z\" data-geo-id=\"47\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(163, 0, 0);\"></path>\\n<path d=\"M 301.99 121.34 301.82 123.68 301.8 123.83 301.66 125.57 301.43 128.29 301.23 130.63 300.92 134.31 300.63 137.95 300.47 139.78 300.16 143.32 299.89 146.62 299.7 148.83 299.44 151.89 299.2 154.92 299 157.31 298.82 159.48 298.42 164.19 298.26 166.19 298.01 169.06 297.62 173.64 297.6 173.84 297.4 176.24 297.2 178.66 297.01 180.83 296.76 183.74 296.58 185.86 296.49 186.98 296.26 189.79 296.02 192.52 295.82 194.78 295.75 195.6 295.57 197.77 293.26 197.57 289.64 197.25 289.22 197.21 286.67 196.99 284.47 196.82 284.1 196.81 282.85 196.69 278.4 196.26 276.15 196.05 271.69 195.62 266.89 195.11 264.66 194.86 263.19 194.68 262.27 194.53 261.31 194.41 255.55 193.75 253.52 193.5 250.09 193.11 248.29 192.89 244.62 192.46 240.45 191.95 238.63 191.71 236.71 191.5 235.72 191.38 232.16 190.91 231.79 190.87 230.31 190.66 226.71 190.18 224.36 189.85 222.6 189.6 221.78 189.46 221.51 189.44 217.95 188.98 217.47 188.92 215.46 188.63 212.92 188.27 211.21 188.02 209.14 187.72 209.08 187.73 207.48 187.51 207.3 187.47 205.53 187.22 203.76 186.95 203.21 186.84 200.72 186.45 200.22 186.36 196.03 185.68 196.51 182.68 197.13 178.79 197.19 178.47 197.81 174.63 198.41 170.83 199.07 166.62 199.49 163.94 199.91 161.32 200.6 157.06 200.84 155.59 201.3 152.94 201.75 150.05 202.06 148.15 202.74 143.88 203.08 141.7 203.63 138.18 204.11 135.19 204.57 132.22 204.85 130.47 205.11 128.73 205.15 128.35 205.45 126.56 205.47 126.36 206.15 122.04 206.22 121.64 206.52 119.76 206.49 119.67 207.04 116.12 207.62 112.45 208.04 109.79 208.9 109.93 211.57 110.35 212.69 110.7 215.59 111.13 216.16 111.2 216.69 111.17 217.79 111.34 218.32 111.46 219.68 111.68 220.73 111.71 224.48 112.27 225.34 112.42 227.53 112.72 231.51 113.24 234.17 113.6 234.42 113.76 236 113.97 239.78 114.47 241.78 114.74 242.04 114.78 245.31 115.2 248.89 115.66 251.01 115.92 253.98 116.29 255.89 116.51 257.44 116.71 260.67 117.11 261.24 117.24 263.86 117.56 268.14 118.06 272.27 118.54 274.67 118.8 276.79 119.03 277.01 118.92 280.84 119.31 284.3 119.66 287.02 119.93 290.79 120.29 294.27 120.64 295.94 120.79 299.23 121.09 301.99 121.34 Z\" data-geo-id=\"56\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(230, 230, 230);\"></path>\\n<path d=\"M 749.73 154.94 749.83 154.39 750.12 154.51 750.21 154.4 750.21 154.19 750.44 154.13 750.51 154.04 750.81 153.97 750.87 153.82 751.05 153.91 750.77 154.16 750.57 154.25 750.29 154.57 750.19 154.76 749.97 154.76 749.73 154.94 Z M 748.98 158.15 749.14 157.9 749.3 157.81 749.85 157.87 749.82 158.17 749.96 158.42 749.95 158.68 749.82 158.78 749.72 158.39 749.59 158.22 749.32 158.15 749.06 158.23 748.98 158.15 Z M 747.65 156.88 747.91 156.61 747.96 156.76 747.89 157.09 747.65 156.88 Z M 722.16 176.4 722.29 176.11 722.26 175.91 722.13 175.7 722.34 175.42 722.51 175.38 722.57 175.25 722.54 174.7 722.61 174.44 722.53 174.17 722.44 174.13 722.4 173.9 722.51 173.66 722.63 173.57 723.04 173.6 723.49 173.43 723.93 173.2 724.08 173.18 724.2 173.28 724.3 173.6 724.6 173.93 724.47 174.35 724.23 174.75 724.03 175.19 723.9 175.3 723.74 175.59 723.56 175.54 723.42 175.73 723.15 175.91 722.94 176.14 722.8 176.22 722.7 176.38 722.51 176.44 722.35 176.59 722.16 176.4 Z M 678.91 116.58 678.97 116.37 679.11 116.48 678.91 116.58 Z M 679.26 119.56 679.34 119.23 679.51 119.03 679.71 118.93 679.65 119.42 679.56 119.49 679.26 119.56 Z M 678.27 116.65 678.29 116.49 678.39 116.34 678.76 116.23 678.76 116.52 678.58 116.67 678.38 116.71 678.27 116.65 Z M 678.01 119.59 678.2 119.19 678.42 118.9 678.63 118.84 678.74 118.9 678.71 119.09 678.23 119.54 678.01 119.59 Z M 638.49 158.78 638.79 158.59 639.49 158.05 639.96 157.63 640.36 157.23 640.53 156.99 640.66 156.97 640.89 156.77 641.6 156.04 642.03 155.54 642.3 155.36 642.62 154.91 642.65 154.5 642.82 154.44 643.1 154.13 643.33 153.83 643.37 153.6 643.75 153.56 643.87 153.3 644.17 153.1 644.39 153.03 644.46 152.87 644.67 152.68 644.71 152.58 644.89 152.53 645.36 152.2 645.53 152.15 645.87 151.95 646.03 151.91 646.14 151.68 646.16 151.18 646.27 151.08 646.35 150.69 646.5 150.5 646.54 150.34 646.65 150.28 646.7 150.11 646.9 149.98 646.84 149.6 646.92 149.37 646.97 149.06 647.49 148.71 647.69 148.65 648.25 148.03 648.58 147.87 649.19 147.09 649.31 146.82 649.28 146.63 648.93 146.14 648.93 145.92 649.03 145.75 648.91 145.56 648.82 145.58 648.49 145.16 648.44 145.01 648.19 144.78 648.12 144.32 647.86 143.91 647.64 143.77 647.23 143.81 647.01 143.64 646.45 143.42 646.3 143.26 646.19 142.86 646.3 142.59 646.38 142.05 646.24 141.88 645.27 141.82 645.4 141.23 645.21 141.01 645.35 140.85 645.49 140.61 645.49 140.5 645.37 140.16 645.24 139.96 645.21 139.46 645.06 139.27 645.08 139.04 644.93 138.45 644.7 138.32 645.35 137.99 645.78 137.83 646.19 137.61 646.5 137.4 647.52 136.84 647.71 136.69 648.53 136.36 649.1 136.03 649.29 136 649.66 135.84 650.33 135.44 650.79 135.28 651.47 135 652.25 134.75 652.48 134.79 653.86 134.42 653.94 134.45 654.32 134.4 654.67 134.32 654.8 134.34 655.47 134.2 655.75 134.21 656.06 134.09 656.49 134.03 656.73 133.91 657.48 133.75 658.13 133.73 658.39 133.67 658.49 133.72 658.87 133.63 658.94 133.67 659.4 133.53 660.02 133.63 660.27 133.58 660.69 133.64 661.08 133.62 661.38 133.64 661.52 133.6 661.79 133.62 662.29 133.5 662.35 133.56 662.74 133.62 662.98 133.7 663.12 133.93 663.51 134.1 663.97 134.37 664.35 134.46 665.15 134.85 665.53 134.92 665.81 134.86 665.98 134.74 666.16 134.51 666.35 134.47 666.56 134.3 666.91 134.12 667.11 133.94 667.27 133.93 667.56 133.73 667.67 133.73 668.22 133.51 668.65 133.47 669.28 133.37 669.94 133.1 670.51 133.04 670.8 132.83 670.99 132.86 671.37 132.71 671.55 132.76 671.83 132.77 671.9 132.72 672.33 132.88 672.9 132.75 673.23 132.63 673.55 132.64 674.22 132.01 674.48 132.01 674.77 131.85 674.92 131.68 675.14 131.65 675.63 131.42 676.01 131.06 676.28 130.65 676.77 130.49 677.02 130.05 677.25 129.32 677.37 129.06 677.49 129.03 677.65 128.81 677.76 128.76 678.16 128.21 679.08 127.49 679.23 127.06 679.79 126.54 679.92 126.38 680.48 126.21 680.84 126.38 681.05 126.36 681.32 126.24 681.58 126.21 681.73 126.05 682.26 125.77 682.42 125.53 682.52 124.82 682.48 124.32 682.26 123.14 682.07 122.53 681.68 121.49 681.27 120.59 681.11 120.39 680.84 120.24 680.63 120.32 680.65 120.1 680.46 120.04 680.19 120.14 680.2 119.93 680.14 119.81 680.25 119.55 680.54 119.22 680.66 119.22 680.95 119.04 681.06 119.16 681.07 119.43 681.23 119.45 681.38 119.62 681.46 119.56 681.39 119.37 681.63 119.07 681.95 118.75 682.06 118.77 682.27 118.54 682.24 118.25 682.08 117.89 681.94 117.77 682.09 117.55 682.17 117.56 682.36 117.19 682.55 116.93 682.77 117.02 682.86 116.91 682.83 116.7 682.45 116.6 682.02 117.18 681.88 117.31 681.75 117.33 681.6 117.49 681.46 117.52 681.36 117.43 681.32 117.24 681.01 117.43 680.88 117.32 680.89 117.04 681.05 116.79 681.54 116.54 681.76 116.26 681.82 116.02 681.78 115.9 681.53 115.94 681.44 116.11 681.18 116.09 681.35 115.83 681.38 115.66 681.23 115.5 680.97 115.56 680.86 115.69 680.61 115.83 680.34 115.65 680.04 115.81 679.82 116.02 679.72 116.43 679.72 116.73 679.82 116.73 680.36 116.37 680.74 116.28 680.79 116.35 680.6 116.84 680.62 117.01 680.47 117.35 680.28 117.62 680.2 117.62 679.96 117.82 679.88 117.69 679.98 117.42 680.02 117.12 679.94 117.01 679.66 116.87 679.45 116.87 679.34 116.19 679.37 116 679.09 116.05 678.82 116.01 678.76 115.8 678.62 115.92 678.44 115.85 678.6 115.63 678.39 115.53 678.33 115.38 678.19 115.35 678.41 114.92 678.3 114.74 678.58 113.42 678.92 113.26 679.47 113.14 679.94 112.83 680.12 112.66 680.41 112.24 680.28 111.46 680.63 111.08 680.81 111.07 681.07 110.93 681.64 110.18 682.17 109.75 682.41 109.7 682.6 109.75 682.85 109.58 683.07 109.32 683.14 109.13 683.26 109.12 683.71 108.5 684.23 107.65 684.25 106.88 684.62 105.93 685.03 105.31 685.34 104.76 685.69 104.21 686.17 103.56 687.31 101.64 687.63 101.27 688.19 100.44 688.26 100.11 688.48 100.04 688.58 99.89 688.8 99.79 688.78 99.69 689.03 99.22 689.18 99.24 689.52 98.77 689.4 98.6 689.85 98.14 690 98.05 690.15 97.84 690.32 97.78 690.41 97.57 690.62 97.53 691.05 97.12 691.37 96.98 691.37 96.62 691.56 96.46 691.74 96.46 691.82 96.29 692.23 96.15 692.27 96.04 692.65 95.72 692.9 95.43 692.92 95.17 692.98 95.04 693.22 94.87 693.56 94.77 694.07 94.68 694.13 94.48 694.27 94.31 694.55 94.24 694.78 93.99 695.01 93.83 695.15 93.88 695.35 93.78 695.5 93.94 695.89 93.83 695.98 94.02 696.2 94.06 696.38 94.02 696.46 93.85 696.71 93.69 696.96 93.7 698.75 93.32 699.96 93.07 701.6 92.79 702.93 92.48 704.08 92.22 707.62 91.19 709.08 90.81 710.24 90.54 710.7 90.42 713.34 89.67 714.57 89.34 714.53 89.81 714.58 89.93 714.83 90.16 715.03 90.93 715.03 91.12 714.88 91.35 714.86 91.5 714.88 92.1 714.78 92.31 714.82 92.54 715.11 92.84 715.3 92.91 715.61 93.15 715.71 93.43 715.7 93.56 715.6 93.77 715.58 94.12 715.49 94.41 715.69 95.23 715.73 95.79 715.69 96.44 715.73 96.8 715.85 96.88 715.98 97.09 715.97 97.3 716.13 97.53 716.44 97.8 716.65 97.87 716.95 98.26 717.05 98.3 717.11 98.51 717.36 98.71 717.56 99.13 717.66 99.54 717.81 99.78 717.83 100.02 717.75 100.54 717.76 100.82 717.59 101.18 717.64 101.47 717.89 101.86 717.99 102.31 718.33 102.93 718.34 103.1 718.3 103.54 718.21 103.55 718.01 103.87 717.95 104.32 717.73 104.6 717.65 104.78 717.65 105.04 717.69 105.62 717.57 105.9 717.72 106.26 717.72 106.53 717.64 106.94 717.68 107.61 717.93 107.79 718.12 107.86 718.25 108.13 718.31 108.74 718.44 108.96 718.54 109.3 718.57 109.6 718.88 110.12 719.1 110.3 719.3 110.59 719.27 110.89 719.3 111.01 719.45 111.12 719.3 111.41 719.28 111.61 719.45 111.75 719.61 112 719.92 112.18 720.08 112.41 719.94 112.99 720.02 113.35 719.88 113.66 719.83 113.91 719.74 114.05 719.77 114.51 719.72 114.95 719.64 115.07 719.66 115.23 719.84 115.4 719.82 115.63 719.89 115.79 719.83 116.05 719.88 116.17 720.36 116.37 720.51 116.18 720.41 115.9 720.53 115.58 720.46 115.47 720.63 115.18 721.17 115 721.39 115.01 721.48 115.25 721.63 115.38 721.72 115.83 721.83 115.79 722.25 115.97 722.43 116.14 722.46 116.34 722.61 116.48 722.58 116.66 722.81 117.7 723.21 119.57 723.67 121.66 723.77 122.22 724.29 124.73 724.5 125.87 724.87 127.63 725.3 129.68 725.21 129.69 725.25 129.95 725.32 130.06 725.28 130.3 725.73 131.3 725.89 131.26 725.83 133.52 725.73 137.56 725.65 140.85 725.55 144.39 725.87 145.03 726 145 726.2 145.94 726.45 147.41 726.56 147.97 726.66 148.62 726.99 150.52 727.23 151.87 727.48 153.15 727.77 154.91 728.09 156.68 728.41 158.73 728.53 159.31 729.15 159.93 729.85 160.63 728.87 161.61 727.98 162.49 726.94 163.55 728.35 164.97 728.33 165.2 728.44 165.47 728.48 165.8 728.25 165.96 728.24 166.24 728.13 166.36 728 166.35 727.75 166.51 727.78 166.68 727.65 166.92 727.38 167.16 727.31 167.48 727.15 167.75 727.19 168.02 727.09 168.2 727.31 168.47 726.89 168.58 726.9 168.81 726.99 168.98 727.24 169.12 727.69 169.59 727.99 169.86 728.03 169.58 727.93 169.27 727.71 169.1 727.82 168.87 727.72 168.64 727.76 168.54 728 168.68 728.26 168.73 728.41 168.93 728.52 168.81 728.47 168.54 728.32 168.42 728.13 168.56 728.06 168.39 727.92 168.28 728.05 168.11 728.17 167.82 728.76 167.93 729.07 168.3 729.16 168.25 729.11 168.07 729.14 167.92 729 167.74 728.96 167.47 729.08 167.07 729.58 166.83 729.66 166.7 729.82 166.64 730.02 166.47 730.31 166.54 730.56 166.32 730.87 166.4 730.77 166.58 730.79 166.86 730.59 166.84 730.7 166.66 730.65 166.44 730.33 166.63 730.41 166.96 730.54 167.11 730.72 167.04 730.83 167.1 731.05 167.02 730.91 166.8 730.92 166.69 731.11 166.62 731.29 166.93 731.6 167.07 731.42 166.58 731.1 166.2 730.95 166.11 730.93 165.74 731.01 165.62 731.35 165.71 731.74 165.67 731.91 165.9 731.9 166.15 732.17 166.18 732.42 166.02 732.67 166.09 732.7 165.86 732.84 165.96 732.98 165.81 732.96 165.6 732.72 165.54 732.61 165.66 732.3 165.67 732.17 165.43 732.16 165.2 732.26 165.14 732.6 165.41 732.95 165.54 733.24 165.42 733.77 165.39 734.2 165.48 734.78 165.51 735.47 165.04 735.78 164.81 735.72 164.29 735.63 164.11 735.86 164 735.98 163.78 736.25 163.9 736.52 163.75 737.02 163.82 737.74 163.58 738.31 163.45 738.91 163.37 739.26 163.28 739.99 162.95 740.84 162.84 741.22 162.68 741.7 162.37 742 162.25 742.18 162.24 742.69 162.04 743.31 161.58 743.62 161.17 744.05 160.55 744.16 160.5 744.56 160.18 744.74 159.85 744.84 159.43 745.21 159.3 745.46 159.07 745.57 158.85 745.58 158.68 745.73 158.54 745.86 158.23 745.85 158.11 746.06 158.04 746.31 158.02 746.39 157.81 746.81 157.49 746.98 157.54 747.26 157.33 747.37 157.34 747.26 157.71 747.26 157.87 746.98 158.17 746.64 158.07 746.48 157.95 746.37 157.99 746.27 158.16 746.19 158.52 746.27 158.66 746.5 158.73 746.61 158.94 746.85 159 747.16 158.96 747.18 159.2 747.39 159.47 747.62 159.6 747.87 159.48 748.22 159.48 748.37 159.56 748.63 159.53 748.76 159.38 748.79 159.22 748.92 159.05 749.05 159.04 749.34 159.21 749.41 159.5 749.6 159.62 749.82 159.88 749.95 159.96 750.15 159.96 750.3 159.82 750.33 159.56 750.51 159.47 750.56 159.24 750.98 159.17 751.26 158.72 751.32 158.52 751.46 158.48 751.62 158.6 751.8 158.41 751.66 158.13 751.65 157.99 751.92 157.8 752.17 157.67 752.35 157.51 752.51 157.64 752.88 157.59 753.09 157.63 752.86 158.12 751.88 158.81 751.03 159.57 749.98 160.39 748.5 161.65 748.23 161.91 747.25 162.78 746.57 163.35 745.65 164.06 744.34 164.98 743.21 165.75 741.87 166.62 740.68 167.49 739.93 168.06 738.83 169 738.3 169.39 737.91 169.64 736.32 170.58 735.6 170.93 734.99 171.11 734.66 170.94 734.32 171.08 733.48 171.66 733.05 171.92 732.19 172.35 731.75 172.6 731.46 172.69 730.87 172.76 730.47 172.95 729.57 173.15 729.03 173.22 728.83 173.18 728.56 173.25 728.14 173.47 727.78 173.7 727.23 174.14 726.72 174.44 726.44 174.7 726.42 174.05 726.22 174.11 725.61 174.35 725.3 174.34 725.41 174.17 725.33 173.92 725.15 173.84 724.89 173.83 724.75 173.71 724.65 173.5 724.7 173.06 724.84 172.78 724.72 172.42 724.87 172.22 724.92 171.94 724.67 171.97 724.53 171.86 724.47 170.94 724.87 169.45 724.91 169.03 725.07 168.17 725.1 167.46 725.12 166.33 725.08 166.04 724.96 166.06 722.76 165.36 720.51 164.65 719.69 164.42 718.62 164.08 718.32 163.96 717.39 163.65 716.13 163.17 715.46 162.95 713.74 162.34 712.35 161.88 712.37 161.68 712.07 161.52 711.96 161.33 711.61 161.24 711.48 161.01 711.52 160.78 711.4 160.64 711.19 160.85 711.01 160.83 710.75 160.98 710.67 160.95 710.45 160.64 710.29 160.71 710.18 160.93 710.06 160.94 709.71 160.76 709.32 160.97 709.2 160.85 709.26 160.73 709.14 160.62 708.97 160.6 708.89 160.4 708.52 160.28 708.33 160.31 708.19 160.48 707.85 160.48 707.77 160.38 707.77 160.18 707.7 159.99 707.48 160.02 707.35 159.72 707 159.49 707.08 159.42 707.03 159.25 706.86 159.06 706.65 158.98 706.51 158.75 706.29 158.65 706.03 158.41 706.17 158.19 706.4 158.09 706.28 157.84 706.13 157.27 705.96 157.07 706.03 156.98 705.98 156.79 705.68 156.47 705.69 156.38 705.91 156.28 705.76 155.92 705.7 155.59 705.55 155.39 705.31 155.3 705.09 155.42 704.9 155.34 704.89 155.08 704.97 154.89 705.19 154.8 705.19 154.5 705.01 154.58 704.58 154.46 704.48 154.07 704.24 154.09 704.09 153.99 703.8 154.1 703.66 153.94 703.64 153.8 703.5 153.72 703.45 153.97 703.22 153.86 702.99 153.93 702.91 154.15 702.6 154.03 702.42 154.16 702.3 154.02 702.36 153.88 702.29 153.77 702.13 153.73 702.06 153.55 702.1 153.35 701.91 153.09 701.8 152.79 701.64 152.75 701.54 152.54 701.33 152.69 700.99 152.39 700.78 152.32 700.8 152.07 700.72 151.97 700.44 151.9 696.98 152.67 695.16 153.08 693.38 153.45 689.88 154.19 686.84 154.85 685.2 155.18 683.87 155.43 681.21 155.95 678.84 156.43 676.86 156.86 676.02 157.05 673.17 157.61 670.74 158.09 667.35 158.78 666.22 159 663.92 159.44 662.14 159.75 660.11 160.16 658.52 160.45 655.59 160.99 653.47 161.41 651.73 161.74 650.22 161.99 647.5 162.47 646.51 162.66 643.41 163.22 640.65 163.68 639.38 163.9 639.31 163.53 638.84 160.81 638.49 158.78 Z\" data-geo-id=\"36\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(163, 0, 0);\"></path>\\n<path d=\"M 322.96 219.08 325.11 219.21 326.02 219.27 329.13 219.47 332.28 219.65 333.53 219.72 337.36 219.93 339.14 220.03 342.83 220.22 343.38 220.25 345.95 220.38 349.9 220.56 352.89 220.69 355.47 220.8 358.16 220.89 361.43 221.01 364.82 221.13 368.24 221.24 371.5 221.33 371.79 221.34 373.68 221.39 376.13 221.45 379.02 221.52 380.38 221.56 384.18 221.64 386.62 221.69 388.93 221.73 391 221.75 392.64 221.79 395.65 221.83 399.23 221.86 401.86 221.89 406.48 221.92 408.67 221.93 410.16 221.92 412.62 221.93 417.34 221.92 420.97 221.9 421.06 222.2 421.53 222.49 421.71 222.76 421.95 222.95 422.26 222.96 422.49 223.07 422.54 223.16 422.48 223.66 422.65 223.8 422.86 223.81 423.15 223.68 423.38 223.77 423.43 224.16 423.61 224.3 424.29 224.54 424.93 224.46 425.07 224.34 425.1 224.05 425.2 223.84 425.42 223.78 425.62 223.84 426.07 223.75 426.29 223.81 426.53 224.04 426.48 224.3 426.37 224.41 426.32 224.61 426.39 224.74 426.7 225 427.14 225.06 427.28 225.24 427.3 225.56 427.19 225.8 427.06 225.87 426.58 225.9 426.48 225.97 426.46 226.21 426.72 226.45 426.97 226.44 427.23 226.25 427.44 226.24 427.53 226.4 427.51 226.79 427.32 227.03 427.09 227.14 426.93 227.16 426.7 227.07 426.39 226.83 426.16 226.75 425.94 227.02 425.97 227.77 425.87 227.99 425.75 228.06 425.39 228.11 425.12 228.31 424.8 228.84 424.73 229.16 424.86 229.54 424.82 229.77 424.71 229.95 424.42 230.02 424.23 229.94 423.97 230.08 423.88 230.47 424.04 230.86 424.42 231.24 424.68 231.38 424.83 231.61 424.87 231.98 425.07 232.25 425.33 232.4 425.71 232.52 425.88 232.71 425.91 232.9 426.07 233.08 426.24 233.14 426.36 233.3 426.38 233.53 426.55 233.68 426.71 233.7 427.02 233.54 427.26 233.59 427.35 233.86 427.18 234.09 427.01 234.16 426.9 234.4 426.94 234.87 427.06 235.32 427.26 235.58 427.39 235.69 427.86 235.92 428.08 236.16 428.17 236.43 428.04 236.78 428.21 237.05 428.38 237.11 428.74 237.08 428.92 237.22 429.1 237.61 429.27 237.74 429.5 237.81 429.83 237.79 430.22 237.53 430.49 237.55 430.64 237.7 430.61 237.92 430.77 238.09 430.93 238.09 431.38 237.95 431.57 238.01 431.68 238.16 431.66 238.37 431.4 238.78 431.43 239.78 431.44 241.4 431.48 243.99 431.49 244.37 431.49 248.36 431.53 252.54 431.56 254.25 431.59 256.12 431.59 257.42 431.62 259.6 431.64 261.38 431.64 264.68 431.66 266.43 431.72 269.53 431.74 271.66 431.76 273.34 431.79 275.93 431.85 279.59 430.04 279.62 428.29 279.64 426.13 279.65 422 279.69 419.89 279.71 415.51 279.73 413.82 279.73 412.27 279.73 410.9 279.74 407.88 279.74 404.94 279.72 403.33 279.73 399.75 279.69 395.31 279.66 391.2 279.61 388.76 279.58 386.57 279.54 382.48 279.47 378.92 279.4 375.25 279.32 372.36 279.22 369.79 279.15 367.44 279.08 365.02 279 364.71 278.99 361.26 278.87 359.78 278.81 358.56 278.78 355.64 278.67 355.51 278.65 352.21 278.49 350.4 278.42 348.58 278.33 346.24 278.23 341.98 278.06 339.21 277.95 338 277.89 336.01 277.81 335 277.75 330.9 277.56 328.91 277.46 325.62 277.29 322.68 277.13 319.42 276.95 319.6 274.09 319.86 270.03 319.9 269.6 320.09 266.52 320.27 263.73 320.4 261.37 320.67 256.71 320.76 255.42 320.93 252.78 321.08 250.2 321.13 249.59 321.16 248.87 321.43 244.71 321.6 241.95 321.87 237.46 322.16 232.53 322.29 230.22 322.43 228 322.55 225.94 322.78 222.02 322.96 219.08 Z\" data-geo-id=\"20\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(163, 0, 0);\"></path>\\n<path d=\"M 167.9 482.53 167.92 482.43 168.01 482.38 168.09 482.53 168.16 482.65 168.16 482.7 168.08 482.85 168.05 482.86 168.02 482.72 167.96 482.67 167.9 482.53 Z M 167.78 483.02 167.83 483 167.87 483.09 167.81 483.09 167.78 483.02 Z M 167.41 484.8 167.39 484.71 167.45 484.65 167.47 484.5 167.57 484.51 167.66 484.64 167.65 484.72 167.62 484.77 167.67 484.88 167.66 484.96 167.58 484.96 167.56 484.92 167.45 484.88 167.41 484.8 Z M 167.35 485.27 167.37 485.17 167.43 485.13 167.46 485.06 167.53 485.09 167.49 485.14 167.49 485.23 167.42 485.23 167.35 485.27 Z M 166.23 483.7 166.32 483.73 166.45 483.74 166.5 483.77 166.52 483.82 166.4 483.86 166.31 483.79 166.23 483.7 Z M 166.66 486.02 166.69 485.86 166.73 485.82 166.73 485.75 166.93 485.74 166.97 485.64 167.1 485.6 167.15 485.52 167.23 485.53 167.2 485.44 167.33 485.43 167.39 485.4 167.41 485.36 167.54 485.28 167.6 485.35 167.6 485.42 167.55 485.48 167.68 485.65 167.66 485.76 167.75 485.8 167.77 485.76 167.86 485.79 167.91 485.84 167.84 485.99 167.81 486.03 167.84 486.09 167.72 486.16 167.76 486.23 167.72 486.28 167.58 486.31 167.57 486.21 167.48 486.27 167.46 486.33 167.41 486.4 167.29 486.35 167.21 486.35 167.13 486.22 166.94 486.17 166.9 486.07 166.84 486.13 166.78 486.1 166.66 486.02 Z M 166.38 485.59 166.51 485.59 166.56 485.63 166.6 485.8 166.53 485.88 166.51 485.77 166.46 485.69 166.39 485.63 166.38 485.59 Z M 166.17 486.05 166.24 485.96 166.24 485.86 166.35 485.89 166.39 485.88 166.49 485.91 166.36 486.01 166.38 486.06 166.32 486.09 166.31 486.13 166.19 486.09 166.17 486.05 Z M 165.87 485.4 165.93 485.36 165.94 485.3 165.98 485.23 165.95 485.19 165.98 485.11 166.02 485.06 166.01 485.01 165.91 484.99 165.93 484.89 165.93 484.81 166 484.75 166.16 484.79 166.15 484.72 166.17 484.66 166.14 484.59 166.06 484.57 165.99 484.58 165.96 484.5 165.87 484.51 165.81 484.48 165.89 484.39 165.88 484.33 165.78 484.22 165.72 484.07 165.69 484.05 165.69 483.97 165.72 483.9 165.7 483.78 165.79 483.8 165.86 483.76 165.94 483.75 165.98 483.79 166.17 483.82 166.15 483.88 166.26 483.95 166.3 484 166.37 484.02 166.48 484 166.57 484.03 166.68 484.14 166.92 484.23 166.92 484.26 166.78 484.31 166.82 484.43 166.87 484.49 166.91 484.61 166.89 484.67 166.92 484.73 166.87 484.78 166.88 484.83 166.96 484.86 167 484.93 167.03 485.14 166.99 485.24 167 485.32 166.95 485.38 166.88 485.39 166.8 485.43 166.69 485.44 166.64 485.47 166.55 485.48 166.46 485.4 166.44 485.27 166.38 485.19 166.33 485.16 166.28 485.22 166.35 485.36 166.26 485.5 166.2 485.55 166.18 485.63 166.13 485.72 166.05 485.67 165.95 485.64 165.88 485.48 165.87 485.4 Z M 165.33 483.45 165.37 483.42 165.47 483.46 165.58 483.54 165.59 483.6 165.47 483.54 165.42 483.53 165.33 483.45 Z M 164.18 479.91 164.24 479.85 164.26 479.75 164.23 479.65 164.28 479.52 164.35 479.46 164.38 479.45 164.47 479.5 164.64 479.66 164.67 479.71 164.68 479.81 164.62 479.82 164.46 479.83 164.38 479.86 164.31 479.86 164.27 479.92 164.18 479.91 Z M 164.67 482.03 164.69 481.92 164.75 481.92 164.76 481.97 164.73 482.04 164.67 482.03 Z M 163.71 480.06 163.75 480.01 163.81 480.04 163.77 480.1 163.71 480.06 Z M 164.24 482.32 164.36 482.25 164.37 482.17 164.43 482.14 164.5 482.14 164.59 482.1 164.62 482.29 164.58 482.32 164.54 482.42 164.44 482.49 164.4 482.57 164.36 482.53 164.34 482.4 164.28 482.39 164.24 482.32 Z M 162.52 479.01 162.51 478.87 162.54 478.78 162.55 478.58 162.67 478.68 162.84 478.97 162.88 479.01 162.89 479.14 162.83 479.19 162.84 479.33 162.77 479.4 162.68 479.36 162.68 479.25 162.67 479.17 162.62 479.18 162.54 479.12 162.52 479.01 Z M 162.34 479.08 162.37 478.99 162.43 479.09 162.34 479.08 Z M 163.23 483.16 163.27 483.11 163.36 483.12 163.33 483.2 163.24 483.18 163.23 483.16 Z M 162.21 482.98 162.27 482.94 162.38 482.94 162.45 483.05 162.29 483.04 162.21 482.98 Z M 160.14 476.07 160.11 475.93 160.12 475.88 160.21 475.88 160.28 476 160.27 476.04 160.2 476.11 160.14 476.07 Z M 160.04 475.73 160.11 475.52 160.21 475.46 160.26 475.4 160.29 475.55 160.23 475.66 160.14 475.75 160.03 475.76 160.04 475.73 Z M 160.03 477.02 160.04 476.92 160.09 476.86 160.08 476.8 160.17 476.66 160.21 476.63 160.47 476.72 160.54 476.73 160.61 476.79 160.62 476.88 160.58 476.94 160.5 476.93 160.47 476.99 160.49 477.05 160.36 477.13 160.35 477.22 160.25 477.25 160.13 477.22 160.07 477.15 160.03 477.02 Z M 159.78 476.08 159.82 475.96 159.83 475.88 159.85 475.83 159.91 475.83 159.91 475.9 159.94 475.97 159.91 476.05 159.93 476.17 159.88 476.2 159.79 476.11 159.78 476.08 Z M 159.63 476.29 159.64 476.25 159.75 476.21 159.81 476.24 159.81 476.3 159.87 476.31 159.84 476.38 159.76 476.4 159.67 476.37 159.63 476.29 Z M 159.53 476.5 159.61 476.42 159.65 476.42 159.79 476.48 159.87 476.56 159.87 476.62 159.83 476.66 159.76 476.65 159.58 476.57 159.53 476.5 Z M 161.67 486.9 161.73 486.85 161.78 486.93 161.67 486.93 161.67 486.9 Z M 161.42 487.42 161.47 487.43 161.56 487.36 161.58 487.29 161.66 487.34 161.66 487.27 161.74 487.24 161.81 487.19 161.86 487.23 161.82 487.31 161.87 487.34 161.9 487.29 161.95 487.28 162.02 487.36 162.14 487.34 162.31 487.51 162.24 487.55 162.2 487.66 162.32 487.72 162.35 487.75 162.26 487.8 162.21 487.76 162.16 487.81 162.23 487.88 162.21 487.94 162.35 487.95 162.38 488.02 162.42 488.02 162.43 488.1 162.53 488.2 162.54 488.28 162.49 488.28 162.47 488.41 162.37 488.4 162.31 488.33 162.27 488.34 162.23 488.24 162.16 488.17 162.08 488.03 161.93 487.95 161.91 487.89 161.69 487.82 161.55 487.65 161.54 487.54 161.5 487.48 161.42 487.42 Z M 161.09 487.1 161.15 487.04 161.2 486.95 161.35 487.01 161.35 487.05 161.33 487.14 161.4 487.22 161.37 487.33 161.32 487.27 161.25 487.29 161.17 487.24 161.08 487.15 161.09 487.1 Z M 160.75 486.5 160.74 486.42 160.82 486.42 160.79 486.34 160.87 486.27 160.95 486.46 160.9 486.54 160.87 486.66 160.82 486.64 160.83 486.57 160.75 486.5 Z M 159.01 479.19 159.03 479.08 159.05 479.03 159.13 479.03 159.25 479.06 159.39 479.24 159.28 479.23 159.24 479.29 159.12 479.3 159.01 479.19 Z M 158.66 478.77 158.76 478.72 158.81 478.73 158.95 478.79 159.06 478.86 159.11 478.91 159.06 478.96 159 478.93 158.93 478.95 158.77 478.81 158.72 478.82 158.66 478.77 Z M 158.56 478.35 158.55 478.28 158.58 478.21 158.64 478.18 158.7 478.21 158.73 478.31 158.7 478.39 158.63 478.41 158.56 478.35 Z M 158.6 478.59 158.64 478.54 158.58 478.46 158.78 478.43 158.81 478.48 158.88 478.47 158.93 478.57 158.9 478.66 158.79 478.69 158.64 478.65 158.6 478.59 Z M 158.65 478.86 158.7 478.83 158.75 478.87 158.83 479.01 158.74 479.07 158.71 478.94 158.68 478.94 158.65 478.86 Z M 160.29 485.92 160.36 485.85 160.45 485.79 160.48 485.86 160.38 485.95 160.32 485.97 160.29 485.92 Z M 158.15 477.74 158.22 477.61 158.21 477.55 158.25 477.45 158.26 477.32 158.29 477.27 158.28 477.17 158.36 477.16 158.36 477.07 158.45 477.04 158.44 476.96 158.53 476.9 158.63 476.88 158.68 476.89 158.75 476.86 158.94 476.93 159 476.92 159.06 476.84 159.13 476.78 159.21 476.74 159.34 476.72 159.53 476.78 159.63 476.83 159.73 476.91 159.76 477.05 159.81 477.11 159.77 477.18 159.73 477.19 159.69 477.27 159.66 477.42 159.69 477.51 159.77 477.6 159.85 477.77 159.83 477.84 159.86 477.9 159.82 477.96 159.63 478.12 159.48 478.19 159.45 478.18 159.36 478.23 159.11 478.41 159.04 478.31 158.97 478.27 158.93 478.28 158.88 478.23 158.78 478.19 158.71 478.09 158.53 478.01 158.4 477.98 158.21 477.91 158.15 477.74 Z M 158.53 479.56 158.52 479.52 158.6 479.41 158.65 479.36 158.72 479.35 158.76 479.29 158.85 479.36 158.83 479.44 158.86 479.49 158.94 479.55 158.97 479.69 158.88 479.72 158.85 479.7 158.71 479.73 158.66 479.79 158.58 479.7 158.53 479.56 Z M 157.77 477.05 157.86 477.02 157.88 476.96 157.94 476.93 158.03 476.97 158.01 477.03 157.9 477.06 157.77 477.05 Z M 158.67 484.44 158.73 484.23 158.78 484.23 158.89 484.16 158.99 484.18 159.01 484.28 158.96 484.46 158.88 484.47 158.84 484.51 158.76 484.55 158.69 484.52 158.67 484.44 Z M 157.97 483.77 158 483.66 157.95 483.61 157.98 483.56 158.04 483.56 158.07 483.48 158.16 483.5 158.24 483.4 158.34 483.46 158.37 483.41 158.43 483.46 158.47 483.44 158.6 483.51 158.61 483.58 158.67 483.66 158.67 483.85 158.63 483.99 158.61 484.05 158.56 484.05 158.5 484.11 158.47 484.26 158.38 484.17 158.32 484.13 158.25 484.15 158.25 484.09 158.2 484.02 158.23 483.99 158.16 483.93 158.02 483.86 157.97 483.77 Z M 157.22 481.17 157.29 481.16 157.31 481.22 157.24 481.23 157.22 481.17 Z M 157.15 481.38 157.21 481.32 157.3 481.34 157.3 481.38 157.17 481.44 157.15 481.38 Z M 154.95 472.01 154.99 471.96 155.07 472.07 155.12 472.15 155.1 472.2 154.95 472.01 Z M 158.65 488.59 158.67 488.48 158.72 488.51 158.73 488.61 158.78 488.66 158.85 488.77 158.85 488.83 158.92 488.93 158.91 489.11 158.78 489.04 158.76 488.9 158.76 488.83 158.72 488.79 158.75 488.72 158.7 488.7 158.65 488.59 Z M 157.45 484.48 157.5 484.34 157.53 484.3 157.62 484.27 157.66 484.21 157.65 484.16 157.7 484.11 157.7 484.04 157.66 483.96 157.7 483.86 157.77 483.87 157.83 483.91 157.96 483.94 158.11 484.04 158.2 484.24 158.2 484.31 158.13 484.44 157.92 484.51 157.86 484.55 157.74 484.58 157.68 484.54 157.65 484.49 157.49 484.5 157.45 484.48 Z M 153.75 468.46 153.77 468.44 153.9 468.47 153.86 468.53 153.75 468.46 Z M 157.04 483.3 157.1 483.32 157.17 483.37 157.27 483.31 157.28 483.24 157.22 483.21 157.13 483.14 157.13 483.08 157.21 482.97 157.18 482.92 157.11 482.94 157.12 482.83 157.06 482.76 157.09 482.74 157.21 482.84 157.26 482.83 157.36 482.86 157.42 482.91 157.41 483.03 157.44 483.08 157.35 483.23 157.34 483.37 157.32 483.4 157.29 483.53 157.24 483.57 157.11 483.44 157.08 483.43 157.03 483.33 157.04 483.3 Z M 157.31 484.73 157.36 484.66 157.37 484.59 157.5 484.6 157.41 484.67 157.4 484.72 157.35 484.75 157.31 484.73 Z M 157.4 485.53 157.39 485.46 157.44 485.43 157.45 485.37 157.5 485.35 157.52 485.19 157.58 485.09 157.55 485.05 157.47 485.09 157.39 485.06 157.42 484.91 157.49 484.89 157.56 484.93 157.54 484.83 157.58 484.8 157.53 484.69 157.58 484.6 157.66 484.58 157.73 484.69 157.84 484.67 158.02 484.58 158.09 484.62 158.12 484.54 158.16 484.55 158.28 484.48 158.32 484.51 158.35 484.63 158.35 484.75 158.3 484.8 158.2 484.84 158.09 484.95 158.04 484.95 158.02 485.05 157.96 485.15 157.94 485.21 157.83 485.18 157.82 485.24 157.85 485.38 157.83 485.45 157.76 485.51 157.81 485.54 157.82 485.69 157.8 485.85 157.84 485.93 157.76 485.92 157.71 485.87 157.64 485.75 157.54 485.73 157.49 485.53 157.42 485.58 157.4 485.53 Z M 156.43 481.53 156.49 481.49 156.59 481.56 156.62 481.67 156.61 481.76 156.52 481.7 156.52 481.63 156.45 481.58 156.43 481.53 Z M 156.76 483.08 156.75 483.01 156.91 482.92 156.96 482.94 156.95 483.14 156.9 483.12 156.75 483.12 156.76 483.08 Z M 156.8 483.55 156.82 483.48 156.88 483.49 156.95 483.59 156.95 483.65 156.88 483.66 156.81 483.59 156.8 483.55 Z M 155.91 481.17 155.95 481.13 155.93 481.08 155.99 481.04 156.01 480.88 156.05 480.75 156.08 480.76 156.09 480.62 156.15 480.52 156.2 480.48 156.21 480.41 156.18 480.29 156.22 480.22 156.26 480.21 156.32 480.13 156.55 480.09 156.65 480.14 156.71 480.04 156.76 480.08 156.81 480.06 156.87 480.08 156.93 480.05 156.91 479.97 156.85 479.94 156.6 479.97 156.42 479.95 156.34 479.9 156.31 479.82 156.35 479.81 156.35 479.66 156.42 479.71 156.55 479.75 156.62 479.64 156.68 479.62 156.69 479.53 156.62 479.53 156.6 479.43 156.53 479.41 156.46 479.42 156.41 479.35 156.33 479.26 156.28 479.27 156.18 479.34 156.11 479.27 156.1 479.22 156.15 479.16 156.22 479.18 156.19 478.98 156.09 478.89 156.02 478.77 156.01 478.71 156.04 478.66 155.95 478.57 155.94 478.51 155.98 478.43 156.06 478.46 156.11 478.54 156.16 478.55 156.1 478.42 156.12 478.39 155.99 478.3 156.03 478.2 156.17 478.22 156.21 478.2 156.3 478.22 156.34 478.2 156.5 478.2 156.6 478.21 156.68 478.25 156.73 478.22 156.85 478.24 156.91 478.16 157.14 478.11 157.23 478.11 157.29 478.17 157.38 478.13 157.41 478.05 157.48 478.05 157.58 478.11 157.62 478.09 157.68 477.99 157.74 478.02 157.79 478.02 157.83 478.07 157.88 478.1 157.92 478.17 158.04 478.3 158.1 478.34 158.07 478.38 158.14 478.42 158.15 478.51 158.23 478.49 158.32 478.5 158.35 478.55 158.36 478.64 158.48 478.74 158.49 478.79 158.46 478.86 158.53 478.88 158.56 478.95 158.55 479.02 158.57 479.13 158.5 479.16 158.54 479.24 158.49 479.29 158.52 479.38 158.48 479.48 158.42 479.57 158.33 479.44 158.3 479.53 158.37 479.59 158.43 479.7 158.46 479.7 158.54 479.79 158.55 479.88 158.67 479.9 158.76 479.86 158.85 479.76 158.93 479.8 158.98 479.77 159.02 479.68 159.16 479.65 159.21 479.74 159.24 479.9 159.3 479.9 159.37 479.86 159.38 479.8 159.51 479.79 159.55 479.75 159.67 479.88 159.72 479.88 159.79 479.93 159.89 479.98 160.05 480 160.16 480.15 160.26 480.22 160.46 480.31 160.62 480.41 160.65 480.49 160.81 480.58 160.85 480.65 160.93 480.72 161.07 480.81 161.15 480.9 161.21 480.95 161.35 481.11 161.4 481.14 161.35 481.26 161.35 481.32 161.41 481.36 161.43 481.41 161.57 481.5 161.61 481.55 161.62 481.66 161.58 481.69 161.63 481.84 161.62 481.93 161.7 481.89 161.73 481.96 161.72 482.02 161.75 482.08 161.72 482.19 161.8 482.16 161.8 482.06 161.83 482 161.8 481.89 161.9 481.84 161.98 481.89 162.08 481.99 162.08 482.03 162.15 482.14 162.21 482.28 162.28 482.32 162.3 482.44 162.42 482.52 162.48 482.66 162.52 482.67 162.56 482.62 162.62 482.62 162.65 482.66 162.73 482.67 162.91 482.73 163 482.79 163.07 482.85 163.13 482.97 163.17 482.95 163.23 483.09 163.19 483.13 163.11 483.15 163.05 483.09 162.92 483.06 162.84 482.97 162.72 482.92 162.68 482.93 162.53 482.87 162.43 482.87 162.31 482.82 162.14 482.78 161.99 482.77 161.91 482.73 161.81 482.7 161.67 482.55 161.62 482.59 161.53 482.58 161.39 482.62 161.32 482.7 161.52 482.73 161.56 482.8 161.43 483.07 161.44 483.1 161.38 483.25 161.33 483.27 161.33 483.37 161.24 483.41 161.23 483.51 161.17 483.56 161.19 483.63 161.24 483.63 161.27 483.57 161.31 483.45 161.4 483.38 161.44 483.39 161.54 483.35 161.51 483.13 161.67 483.03 161.69 483.11 161.76 483.07 161.81 483.07 161.98 482.96 162.06 482.93 162.11 482.99 162.13 483.09 162.17 483.1 162.2 483.19 162.28 483.13 162.41 483.15 162.48 483.09 162.53 483.12 162.53 483.16 162.63 483.21 162.71 483.29 162.64 483.36 162.48 483.43 162.41 483.48 162.32 483.49 162.28 483.47 162.25 483.53 162.19 483.5 162.16 483.54 162.22 483.58 162.32 483.61 162.31 483.65 162.38 483.69 162.41 483.74 162.48 483.73 162.45 483.62 162.48 483.57 162.59 483.64 162.57 483.55 162.64 483.53 162.68 483.48 162.82 483.46 162.86 483.52 162.98 483.59 163.01 483.67 163.15 483.74 163.29 483.69 163.27 483.78 163.31 483.82 163.38 483.84 163.42 483.9 163.45 484.01 163.53 484.12 163.61 484.17 163.64 484.23 163.71 484.22 163.7 484.31 163.74 484.33 163.68 484.45 163.61 484.45 163.58 484.49 163.63 484.55 163.54 484.6 163.31 484.61 163.23 484.6 163.21 484.66 163.26 484.67 163.23 484.74 163.17 484.76 163.18 484.83 163.15 484.88 163.18 484.93 163.29 484.84 163.29 484.79 163.35 484.76 163.4 484.78 163.44 484.72 163.59 484.75 163.71 484.73 163.7 484.78 163.77 484.83 163.82 484.81 163.84 484.71 163.81 484.67 163.87 484.63 163.89 484.54 163.84 484.46 163.87 484.33 163.93 484.27 163.91 484.24 164.01 484.18 164.15 484.28 164.18 484.42 164.25 484.5 164.28 484.59 164.25 484.63 164.33 484.74 164.36 484.83 164.32 484.94 164.32 484.98 164.27 485.04 164.22 485.04 164.2 485.14 164.26 485.18 164.22 485.24 164.21 485.31 164.31 485.24 164.38 485.26 164.41 485.31 164.32 485.42 164.3 485.47 164.23 485.55 164.16 485.55 164.09 485.61 164.1 485.66 164.05 485.76 164.12 485.79 164.16 485.87 164.08 485.95 163.99 486.01 163.98 486.07 163.81 486.18 163.75 486.25 163.66 486.29 163.69 486.36 163.75 486.37 163.82 486.34 163.84 486.28 163.92 486.27 163.95 486.34 164.05 486.4 164.02 486.29 164.1 486.19 164.1 486.13 164.23 486.09 164.27 485.98 164.34 485.98 164.36 485.85 164.41 485.81 164.45 485.87 164.53 485.79 164.58 485.79 164.59 485.98 164.64 485.98 164.66 486.14 164.73 486.31 164.77 486.31 164.77 486.42 164.8 486.54 164.79 486.6 164.81 486.68 164.84 486.71 164.84 486.79 164.89 486.9 164.86 486.97 164.67 486.88 164.65 486.78 164.54 486.84 164.61 486.95 164.67 486.98 164.77 487 164.84 487.06 164.93 487.07 164.95 487.14 165 487.17 165.1 487.38 165.11 487.47 165.06 487.54 164.99 487.56 164.97 487.68 164.94 487.74 165.01 487.8 165.04 487.92 165 488 164.99 488.08 165.04 488.21 164.92 488.2 164.86 488.18 164.79 488.21 164.73 488.22 164.67 488.35 164.63 488.32 164.43 488.35 164.42 488.26 164.34 488.29 164.28 488.28 164.24 488.16 164.13 488.24 164.08 488.19 163.99 488.2 163.95 488.33 163.88 488.34 163.78 488.32 163.79 488.24 163.73 488.15 163.55 488.16 163.49 488.12 163.51 488.01 163.47 487.93 163.41 487.96 163.38 488.01 163.23 487.96 163.13 488 163.01 488.09 162.95 488.11 162.94 488.02 163.08 487.94 163.09 487.9 163.05 487.84 163.06 487.74 163.11 487.68 163.26 487.72 163.26 487.66 163.44 487.67 163.51 487.59 163.54 487.58 163.56 487.51 163.48 487.5 163.46 487.43 163.4 487.36 163.18 487.34 163.14 487.26 163.07 487.19 162.99 487.2 162.9 487.13 162.89 487.21 162.82 487.2 162.83 487.26 162.75 487.3 162.67 487.3 162.57 487.17 162.61 487.12 162.59 487.05 162.52 487.08 162.45 487.07 162.38 487.03 162.27 486.93 162.23 486.92 162.18 486.87 162.16 486.73 162.19 486.64 162.3 486.64 162.27 486.52 162.19 486.53 162.16 486.44 162.18 486.37 162.26 486.32 162.29 486.27 162.29 486.19 162.23 486.16 162.25 485.94 162.3 485.9 162.31 485.83 162.28 485.79 162.17 485.87 162.16 485.76 162.09 485.76 162.06 485.83 162.01 486.05 162 486.21 162.01 486.32 161.97 486.31 161.91 486.15 161.93 485.99 161.9 485.92 161.92 485.82 161.92 485.75 161.95 485.59 162 485.56 161.99 485.49 161.92 485.46 161.9 485.4 161.83 485.31 161.64 485.16 161.58 485.1 161.51 485.09 161.54 485.19 161.6 485.24 161.7 485.38 161.75 485.41 161.79 485.49 161.8 485.61 161.74 485.73 161.61 485.75 161.45 485.73 161.23 485.6 161.11 485.59 161.1 485.52 161.02 485.48 160.95 485.5 161.02 485.61 161.07 485.66 161.17 485.66 161.23 485.69 161.27 485.76 161.42 485.84 161.52 485.8 161.6 485.87 161.64 485.88 161.62 485.95 161.64 486 161.58 486.03 161.59 486.12 161.7 486.2 161.7 486.29 161.79 486.41 161.81 486.54 161.79 486.61 161.8 486.66 161.73 486.67 161.65 486.76 161.62 486.82 161.55 486.83 161.51 486.77 161.46 486.77 161.35 486.8 161.23 486.74 161.08 486.75 160.97 486.68 161 486.62 160.99 486.54 161.02 486.45 161 486.3 161.01 486.25 160.93 486.23 160.88 486.12 160.89 486.04 160.75 486.09 160.71 486.04 160.64 486.04 160.65 485.96 160.71 485.99 160.77 485.85 160.76 485.77 160.73 485.73 160.66 485.79 160.54 485.77 160.51 485.72 160.56 485.64 160.51 485.53 160.42 485.55 160.32 485.54 160.23 485.65 160.17 485.61 160.12 485.64 160.07 485.56 160.06 485.47 160.09 485.43 160.18 485.39 160.18 485.32 160.04 485.36 160.01 485.32 160.03 485.26 159.99 485.23 159.91 485.25 159.92 485.35 159.79 485.33 159.73 485.38 159.81 485.45 159.91 485.46 159.93 485.55 159.86 485.54 159.9 485.69 159.96 485.74 159.91 485.77 159.9 485.83 160.01 485.78 160.04 485.86 160.12 485.96 160 486 160.01 486.06 160.15 486.12 160.24 486.14 160.28 486.1 160.37 486.19 160.36 486.26 160.43 486.36 160.44 486.45 160.52 486.47 160.61 486.55 160.55 486.58 160.43 486.52 160.38 486.47 160.24 486.54 160.25 486.57 160.35 486.58 160.38 486.63 160.46 486.64 160.5 486.68 160.48 486.74 160.63 486.82 160.63 486.88 160.73 486.85 160.77 486.88 160.79 486.99 160.78 487.08 160.81 487.08 160.83 487.17 160.93 487.25 161.06 487.33 161.08 487.37 161.14 487.42 161.08 487.5 161.22 487.62 161.29 487.63 161.35 487.6 161.4 487.69 161.56 487.81 161.59 487.85 161.56 487.9 161.49 487.93 161.5 487.98 161.66 487.9 161.78 487.95 161.82 488.02 161.9 488.04 161.94 488.15 162.04 488.29 162.11 488.35 162.1 488.45 162.13 488.53 162.13 488.6 162.31 488.6 162.26 488.68 162.26 488.75 162.31 488.82 162.23 488.88 162.35 488.91 162.44 488.95 162.44 489.01 162.39 489.06 162.31 489.01 162.24 489.09 162.11 488.99 162.13 488.95 162.06 488.92 161.97 489 161.92 488.99 161.86 488.91 161.82 488.99 161.71 489.01 161.59 488.95 161.64 488.89 161.58 488.84 161.51 488.76 161.5 488.68 161.53 488.64 161.44 488.55 161.37 488.54 161.36 488.48 161.19 488.47 161.13 488.41 161.05 488.39 161.02 488.32 160.89 488.25 160.88 488.19 160.83 488.18 160.72 488.07 160.7 487.98 160.66 487.94 160.6 487.94 160.63 487.87 160.56 487.84 160.47 487.75 160.44 487.67 160.33 487.66 160.28 487.69 160.2 487.61 160.13 487.6 160.02 487.5 160.07 487.46 160.03 487.36 159.97 487.34 159.97 487.29 160.02 487.21 159.93 487.11 159.91 487.01 159.78 487 159.7 486.92 159.68 486.81 159.83 486.84 159.83 486.78 159.73 486.77 159.57 486.69 159.53 486.65 159.51 486.55 159.54 486.5 159.62 486.49 159.8 486.5 159.94 486.44 159.85 486.41 159.69 486.43 159.52 486.4 159.53 486.34 159.6 486.28 159.56 486.23 159.51 486.23 159.46 486.14 159.56 486.1 159.52 486.03 159.45 486.03 159.39 486.01 159.36 485.9 159.37 485.83 159.42 485.79 159.38 485.75 159.35 485.6 159.37 485.54 159.48 485.48 159.54 485.48 159.61 485.43 159.64 485.36 159.7 485.33 159.69 485.28 159.49 485.37 159.43 485.37 159.36 485.34 159.3 485.35 159.27 485.4 159.27 485.53 159.25 485.75 159.13 485.83 159.05 485.84 159.01 485.9 158.94 485.93 158.85 485.82 158.73 485.81 158.69 485.84 158.68 485.91 158.64 485.98 158.53 485.98 158.44 485.9 158.37 485.75 158.35 485.64 158.35 485.56 158.51 485.54 158.54 485.41 158.47 485.47 158.36 485.46 158.3 485.35 158.27 485.25 158.33 485.23 158.36 485.17 158.43 485.15 158.57 485.15 158.55 485.06 158.66 484.96 158.77 484.96 158.82 484.99 158.83 485.04 158.88 485.05 158.89 485.12 158.95 485.22 158.9 485.28 158.9 485.38 158.96 485.39 158.96 485.31 158.99 485.28 159.1 485.27 159.18 485.35 159.27 485.33 159.19 485.26 159.17 485.19 159.18 485.11 159.09 485.07 159.01 485.01 158.96 484.93 158.89 484.86 159.02 484.88 159.13 484.82 159.13 484.8 158.99 484.81 159.02 484.71 159.06 484.71 159.11 484.6 159.25 484.57 159.4 484.66 159.39 484.57 159.41 484.54 159.49 484.54 159.44 484.47 159.41 484.5 159.34 484.47 159.48 484.39 159.48 484.29 159.55 484.39 159.61 484.36 159.64 484.27 159.62 484.2 159.52 484.19 159.45 484.14 159.42 484.07 159.45 483.99 159.4 483.97 159.32 484 159.28 483.97 159.29 483.91 159.12 483.86 159.09 483.78 159.13 483.71 159.18 483.74 159.2 483.78 159.27 483.79 159.29 483.72 159.27 483.62 159.22 483.59 159.13 483.6 159.14 483.52 159.12 483.48 159.04 483.49 159.02 483.43 158.97 483.39 159 483.32 159.08 483.29 159.08 483.21 159.04 483.19 158.98 483.2 158.89 483.16 158.85 483.18 158.84 483.26 158.71 483.25 158.72 483.31 158.68 483.35 158.63 483.3 158.49 483.35 158.46 483.32 158.48 483.24 158.42 483.21 158.35 483.22 158.15 483.12 158.1 483.15 158.05 483.1 157.98 483.08 157.9 483 157.91 482.91 157.88 482.86 157.8 482.91 157.79 482.82 157.86 482.8 158 482.8 157.99 482.69 157.95 482.67 157.92 482.58 157.84 482.53 157.82 482.48 157.84 482.41 157.92 482.38 157.93 482.3 158.01 482.35 158.04 482.31 158.03 482.25 158.08 482.18 158.04 482.14 157.96 482.13 157.88 482.2 157.88 482.23 157.77 482.31 157.65 482.26 157.6 482.28 157.47 482.23 157.4 482.15 157.38 482.24 157.49 482.42 157.54 482.42 157.56 482.55 157.55 482.61 157.45 482.68 157.43 482.73 157.21 482.69 157.11 482.63 157.06 482.63 156.93 482.58 156.76 482.41 156.76 482.35 156.62 482.25 156.78 482.12 156.73 482.07 156.72 482 156.74 481.94 156.8 481.91 156.8 481.84 156.87 481.87 156.92 481.95 157.01 481.98 156.96 481.88 156.96 481.83 157 481.77 157.12 481.76 157.17 481.81 157.31 481.84 157.33 481.89 157.4 481.86 157.39 481.98 157.45 482.02 157.5 481.97 157.45 481.92 157.51 481.89 157.54 482 157.63 481.99 157.75 481.92 157.86 481.89 157.86 481.84 157.82 481.81 157.8 481.7 157.86 481.72 157.87 481.79 157.93 481.83 157.95 481.78 158.03 481.77 158.05 481.71 157.99 481.62 157.94 481.61 157.84 481.53 157.94 481.51 157.94 481.42 157.84 481.29 157.82 481.25 157.66 481.33 157.63 481.29 157.54 481.26 157.59 481.21 157.55 481.16 157.5 481.2 157.36 481.18 157.37 481.11 157.44 481.1 157.47 481 157.41 480.94 157.38 481.01 157.29 481.01 157.22 480.96 157.12 480.92 157.16 480.73 157.21 480.59 157.13 480.49 157.12 480.38 157.07 480.37 157.05 480.48 157 480.59 156.99 480.65 156.95 480.74 156.88 480.81 156.83 480.81 156.76 480.89 156.75 481.01 156.72 481.03 156.71 481.15 156.66 481.18 156.66 481.25 156.57 481.26 156.53 481.32 156.48 481.32 156.44 481.36 156.45 481.45 156.4 481.51 156.36 481.49 156.33 481.35 156.27 481.35 156.22 481.41 156.14 481.32 156.02 481.39 156 481.33 155.94 481.26 155.91 481.17 Z M 156.67 484.7 156.67 484.64 156.8 484.49 156.76 484.39 156.8 484.27 156.96 484.12 156.97 484.07 156.93 484.03 156.89 484.05 156.78 484.03 156.79 483.92 156.84 483.87 157.11 483.78 157.21 483.83 157.28 483.94 157.3 483.88 157.28 483.76 157.4 483.79 157.46 483.85 157.48 484.02 157.51 484.08 157.47 484.13 157.35 484.22 157.36 484.31 157.34 484.39 157.37 484.44 157.36 484.51 157.32 484.53 157.29 484.61 157.19 484.54 157.07 484.53 156.99 484.44 156.79 484.57 156.75 484.63 156.72 484.72 156.67 484.7 Z M 155.13 477.94 155.24 477.92 155.29 477.99 155.37 478.03 155.35 478.08 155.27 478.11 155.21 478.07 155.13 477.94 Z M 155 477.45 155 477.4 155.09 477.43 155.15 477.49 155.21 477.5 155.29 477.6 155.24 477.67 155.19 477.61 155.12 477.61 155 477.48 155 477.45 Z M 153.67 472.09 153.68 472.01 153.66 471.98 153.69 471.8 153.77 471.79 153.79 471.73 153.94 471.83 153.95 471.88 153.89 471.88 153.86 471.92 153.79 471.87 153.78 471.97 153.67 472.09 Z M 155.5 481.64 155.48 481.54 155.5 481.5 155.6 481.44 155.63 481.36 155.69 481.33 155.8 481.36 155.88 481.54 155.85 481.61 155.91 481.62 155.93 481.71 155.86 481.7 155.85 481.76 155.93 481.78 155.87 481.98 155.8 482 155.71 481.96 155.6 481.86 155.58 481.77 155.53 481.73 155.5 481.64 Z M 153.98 474.81 154.1 474.89 154.07 474.93 153.98 474.81 Z M 153.63 474.59 153.67 474.56 153.77 474.64 153.82 474.71 153.7 474.68 153.7 474.63 153.63 474.59 Z M 154.67 481.46 154.72 481.23 154.77 481.2 154.74 481.34 154.73 481.43 154.76 481.49 154.76 481.61 154.7 481.58 154.67 481.46 Z M 151.4 466.51 151.47 466.49 151.57 466.52 151.6 466.59 151.58 466.63 151.43 466.6 151.4 466.51 Z M 151.46 468.04 151.5 468.01 151.56 468.03 151.6 468.12 151.73 468.25 151.73 468.29 151.91 468.47 152.01 468.61 152.07 468.75 152.03 468.81 151.96 468.77 151.94 468.69 151.73 468.5 151.66 468.43 151.62 468.34 151.7 468.33 151.55 468.17 151.46 468.04 Z M 151.13 467.65 151.27 467.63 151.38 467.72 151.46 467.7 151.58 467.83 151.57 467.91 151.52 467.9 151.5 467.95 151.43 467.94 151.38 467.98 151.28 467.89 151.18 467.77 151.13 467.65 Z M 153.84 481.93 153.87 481.86 153.93 481.79 154.1 481.82 154.15 481.74 154.22 481.74 154.24 481.84 154.28 481.97 154.33 481.98 154.41 481.92 154.39 481.85 154.43 481.82 154.54 481.85 154.53 481.79 154.57 481.72 154.67 481.67 154.79 481.68 154.8 481.71 154.78 481.82 154.64 481.91 154.62 481.96 154.56 482.01 154.51 482.09 154.46 482.13 154.44 482.22 154.38 482.3 154.31 482.32 154.34 482.42 154.3 482.47 154.25 482.42 154.17 482.47 154.05 482.41 154.01 482.32 154.02 482.27 154.1 482.18 154.08 482.12 154.03 482.12 153.93 482.06 153.85 481.98 153.84 481.93 Z M 152.27 475.54 152.29 475.4 152.38 475.32 152.4 475.26 152.46 475.16 152.44 475.11 152.55 474.98 152.66 474.95 152.96 475.13 153.12 475.19 153.16 475.23 153.25 475.27 153.34 475.22 153.25 475.16 153.25 475.05 153.19 474.98 153.15 475 152.95 474.93 152.99 474.87 152.95 474.82 152.87 474.79 152.78 474.83 152.69 474.77 152.73 474.71 152.94 474.72 153.03 474.78 153.15 474.79 153.12 474.72 153.15 474.59 153.18 474.52 153.29 474.58 153.5 474.61 153.57 474.66 153.59 474.77 153.65 474.8 153.76 474.97 153.81 475.06 153.84 475.17 153.89 475.29 153.95 475.27 154.02 475.27 154.04 475.39 154.12 475.4 154.17 475.46 154.26 475.67 154.3 475.75 154.24 475.86 154.36 475.94 154.39 475.93 154.45 476.04 154.51 475.9 154.51 475.83 154.47 475.77 154.51 475.68 154.47 475.64 154.45 475.48 154.36 475.4 154.32 475.35 154.39 475.28 154.48 475.31 154.63 475.3 154.6 475.34 154.64 475.38 154.8 475.36 154.76 475.28 154.75 475.21 154.69 475.19 154.65 475.12 154.59 475.1 154.56 475.07 154.49 475.08 154.48 475.03 154.53 474.94 154.31 474.94 154.26 474.9 154.18 474.78 154.2 474.75 154.16 474.69 154.23 474.66 154.24 474.59 154.21 474.54 154.1 474.5 153.98 474.43 154.01 474.39 154.1 474.4 154.12 474.37 154.06 474.31 153.97 474.27 153.85 474.2 153.77 474.12 153.66 474.05 153.57 474.06 153.55 474 153.45 473.95 153.48 473.9 153.49 473.8 153.41 473.71 153.41 473.67 153.47 473.58 153.58 473.51 153.67 473.51 153.7 473.44 153.84 473.33 153.92 473.28 153.99 473.3 154.21 473.32 154.48 473.31 154.51 473.3 154.65 473.37 154.72 473.38 154.8 473.37 154.88 473.38 155.01 473.33 155.1 473.36 155.17 473.41 155.27 473.39 155.33 473.43 155.39 473.43 155.47 473.4 155.55 473.46 155.64 473.45 155.72 473.51 155.83 473.52 155.93 473.51 156.02 473.47 156.04 473.44 156.16 473.43 156.19 473.38 156.28 473.38 156.38 473.4 156.51 473.37 156.63 473.31 156.92 473.32 156.98 473.3 157.1 473.35 157.15 473.42 157.23 473.47 157.33 473.58 157.39 473.58 157.49 473.63 157.59 473.75 157.69 473.97 157.76 474.04 157.81 474.17 157.86 474.26 157.87 474.37 157.94 474.4 158.02 474.5 158.2 474.51 158.38 474.49 158.48 474.57 158.49 474.61 158.58 474.67 158.66 474.7 158.72 474.81 158.8 474.89 158.83 474.97 158.98 475.02 159.06 475.02 159.06 475.11 159.14 475.12 159.35 475.17 159.37 475.22 159.36 475.33 159.44 475.39 159.51 475.51 159.56 475.53 159.62 475.51 159.68 475.55 159.75 475.54 159.79 475.68 159.74 475.76 159.65 475.85 159.63 475.88 159.55 475.94 159.54 475.98 159.43 476 159.36 476.12 159.39 476.18 159.27 476.21 159.22 476.35 159.17 476.4 159.06 476.43 159.04 476.49 158.89 476.55 158.66 476.5 158.56 476.58 158.43 476.56 158.36 476.57 158.27 476.39 158.23 476.38 158.19 476.44 158.24 476.55 158.2 476.6 158 476.58 157.91 476.5 157.82 476.55 157.82 476.58 157.88 476.65 157.78 476.67 157.75 476.8 157.77 476.85 157.73 476.91 157.75 476.95 157.66 477.09 157.49 477.22 157.42 477.17 157.38 477.1 157.33 477.13 157.26 477.06 157.21 477.07 157.16 477.13 157.08 477.08 157.05 477.14 156.99 477.2 156.87 477.18 156.84 477.08 156.77 477.04 156.67 477.06 156.65 477.08 156.52 477.08 156.54 477.14 156.65 477.22 156.68 477.31 156.63 477.33 156.61 477.39 156.55 477.37 156.5 477.43 156.43 477.43 156.38 477.47 156.35 477.56 156.29 477.59 156.25 477.57 155.99 477.65 155.83 477.66 155.75 477.63 155.7 477.51 155.66 477.35 155.66 477.3 155.63 477.22 155.55 477.18 155.59 477.11 155.56 477.02 155.57 476.89 155.45 476.84 155.42 476.97 155.39 476.97 155.37 476.89 155.36 476.77 155.43 476.73 155.55 476.61 155.51 476.56 155.43 476.51 155.4 476.45 155.35 476.51 155.39 476.56 155.37 476.67 155.3 476.73 155.31 476.86 155.28 476.91 155.11 476.93 155.05 476.87 155.03 476.81 154.85 476.74 154.82 476.66 154.75 476.66 154.69 476.7 154.61 476.66 154.58 476.67 154.68 476.79 154.82 476.83 154.88 476.93 154.83 477.02 154.77 477.02 154.82 477.13 154.81 477.2 154.83 477.29 154.79 477.38 154.64 477.38 154.62 477.41 154.68 477.51 154.76 477.51 154.81 477.56 154.94 477.58 154.97 477.68 155.02 477.78 155.11 477.89 155.04 477.89 155 477.92 154.91 477.84 154.83 477.89 154.83 477.94 154.9 477.95 154.9 478 155.01 478.18 154.93 478.22 154.85 478.15 154.87 478.27 154.84 478.34 154.9 478.34 154.93 478.39 155.06 478.43 155.1 478.39 155.14 478.45 155.18 478.46 155.25 478.54 155.29 478.63 155.26 478.71 155.21 478.78 155.27 478.9 155.19 478.99 155.13 478.95 155.09 478.84 155.02 478.84 154.79 478.57 154.75 478.55 154.68 478.62 154.75 478.74 154.75 478.8 154.91 478.86 154.97 478.95 154.98 479.01 155.04 479.03 155.09 479.14 155.13 479.16 155.19 479.28 155.25 479.36 155.22 479.43 155.21 479.52 155.17 479.53 155.12 479.47 155.05 479.49 154.99 479.55 155.04 479.66 155.14 479.81 155.15 479.92 155.19 479.93 155.17 480.02 155.09 480.05 155.16 480.29 155.15 480.34 155.02 480.43 154.94 480.42 154.78 480.23 154.8 480.17 154.81 480 154.77 479.97 154.79 479.89 154.74 479.82 154.71 479.7 154.61 479.61 154.58 479.55 154.58 479.48 154.54 479.4 154.59 479.29 154.5 479.01 154.38 478.87 154.35 478.93 154.39 478.99 154.43 479.13 154.42 479.22 154.46 479.29 154.48 479.39 154.46 479.46 154.41 479.48 154.47 479.74 154.45 479.8 154.49 479.85 154.44 479.96 154.34 479.99 154.21 479.97 154.18 479.94 154.09 479.93 154.13 479.99 154.23 480.03 154.18 480.11 154.27 480.13 154.28 480.18 154.36 480.11 154.42 480.13 154.48 480.1 154.53 480.15 154.52 480.32 154.55 480.38 154.65 480.42 154.64 480.48 154.6 480.54 154.51 480.58 154.43 480.51 154.41 480.52 154.51 480.66 154.63 480.76 154.64 480.97 154.59 481.06 154.5 481.03 154.49 481 154.41 481 154.38 480.86 154.46 480.82 154.41 480.76 154.34 480.77 154.18 480.76 154.12 480.72 154.11 480.57 154.16 480.46 154.05 480.41 154 480.43 153.95 480.4 153.93 480.32 154 480.22 154.04 480.22 154.09 480.11 154.04 480.06 153.87 480.09 153.88 480.01 153.85 479.83 153.81 479.76 153.81 479.68 153.74 479.6 153.69 479.49 153.68 479.4 153.75 479.35 153.77 479.31 153.83 479.29 153.87 479.22 153.89 479.11 153.87 479.04 153.94 479.02 153.98 478.93 153.96 478.88 153.9 478.9 153.75 479.06 153.79 479.12 153.74 479.22 153.68 479.19 153.64 479.24 153.55 479.25 153.56 479.18 153.53 479.11 153.61 479.05 153.58 478.96 153.49 478.88 153.48 478.79 153.57 478.66 153.62 478.64 153.59 478.58 153.6 478.46 153.65 478.46 153.62 478.37 153.55 478.34 153.54 478.25 153.57 478.22 153.5 478.15 153.5 478.05 153.57 477.98 153.56 477.9 153.6 477.88 153.75 478.05 153.85 478.23 153.95 478.38 153.99 478.46 154.07 478.48 154.01 478.38 154 478.3 153.94 478.24 153.92 478.14 153.87 478.11 153.91 477.99 153.97 477.94 153.93 477.86 153.81 477.72 153.79 477.67 153.74 477.69 153.69 477.58 153.64 477.59 153.59 477.52 153.55 477.42 153.4 477.38 153.37 477.35 153.27 477.35 153.18 477.37 153.16 477.42 153.09 477.44 153.07 477.35 153.14 477.25 153.14 477.2 153.06 477.13 153.09 477.03 153.05 476.95 153.13 476.93 153.12 476.88 153.07 476.85 153.01 476.75 152.89 476.79 152.81 476.62 152.71 476.63 152.68 476.53 152.59 476.41 152.51 476.29 152.49 476.18 152.5 476.06 152.44 475.9 152.36 475.79 152.28 475.57 152.27 475.54 Z M 149.03 465.88 149.1 465.94 149.06 465.97 149.03 465.88 Z M 148.04 464.5 148.05 464.43 148.1 464.46 148.19 464.59 148.32 464.72 148.4 464.82 148.45 464.91 148.62 465.14 148.52 465.18 148.48 465.16 148.34 464.95 148.29 464.9 148.25 464.82 148.2 464.77 148.18 464.66 148.08 464.59 148.04 464.5 Z M 147.86 463.82 147.89 463.82 148.03 463.95 147.98 463.96 147.91 463.86 147.86 463.82 Z M 148.03 465.28 148.04 465.25 148.02 465 148.07 465.02 148.19 465.16 148.31 465.39 148.35 465.49 148.4 465.57 148.46 465.55 148.38 465.35 148.49 465.41 148.54 465.39 148.7 465.5 148.74 465.67 148.82 465.71 148.86 465.77 148.93 465.78 148.97 465.82 149.03 465.98 149.11 466.07 149.18 466.09 149.19 466.16 149.23 466.34 149.27 466.36 149.32 466.54 149.54 466.48 149.62 466.42 149.77 466.32 149.74 466.24 149.78 466.21 149.87 466.27 150.02 466.32 150.12 466.3 150.22 466.26 150.32 466.27 150.45 466.33 150.51 466.37 150.59 466.35 150.72 466.37 150.75 466.31 150.8 466.29 150.87 466.3 150.9 466.24 151.02 466.21 151.1 466.13 151.14 466.15 151.22 466.15 151.23 466.27 151.27 466.29 151.3 466.37 151.24 466.42 151.12 466.44 151.2 466.49 151.3 466.62 151.28 466.69 151.38 466.79 151.46 466.82 151.47 466.85 151.57 466.94 151.66 467.05 151.7 467.06 151.75 467.14 151.78 467.21 151.75 467.29 151.82 467.36 152.07 467.58 152.16 467.64 152.27 467.73 152.29 467.8 152.24 467.87 152.39 468.02 152.41 468.08 152.5 468.12 152.65 468.26 152.76 468.39 152.79 468.44 152.77 468.49 152.81 468.66 152.89 468.79 152.9 468.84 152.97 468.88 152.93 469.01 152.96 469.08 152.95 469.13 152.99 469.19 152.98 469.23 153.07 469.33 153.17 469.42 153.37 469.55 153.43 469.72 153.47 469.85 153.46 469.96 153.41 469.97 153.35 469.93 153.25 469.78 153.22 469.65 153.05 469.51 152.95 469.39 152.85 469.35 152.83 469.32 152.74 469.27 152.69 469.27 152.68 469.21 152.55 469.02 152.5 468.93 152.48 468.85 152.38 468.76 152.39 468.69 152.36 468.59 152.33 468.55 152.26 468.41 152.23 468.42 152.09 468.32 151.95 468.24 151.87 468.14 151.83 468.04 151.75 468.05 151.71 467.96 151.59 467.74 151.64 467.66 151.59 467.6 151.58 467.54 151.43 467.41 151.42 467.35 151.26 467.2 151.19 467.21 151.11 467.19 151.02 467.14 150.9 467.15 151.11 467.31 151.24 467.42 151.29 467.54 151.22 467.54 151.14 467.48 151.04 467.46 150.9 467.39 150.87 467.4 150.88 467.48 150.96 467.54 151.01 467.61 151.04 467.7 151.2 467.92 151.23 468.11 151.22 468.23 151.22 468.33 151.18 468.36 151.21 468.42 151.23 468.54 151.3 468.53 151.31 468.48 151.27 468.41 151.27 468.36 151.37 468.2 151.45 468.25 151.53 468.35 151.56 468.42 151.85 468.76 151.89 468.84 152.06 469.06 152.12 469.06 152.15 469.16 152.34 469.29 152.42 469.38 152.43 469.42 152.29 469.47 152.27 469.57 152.31 469.63 152.36 469.56 152.44 469.54 152.58 469.52 152.74 469.61 152.82 469.68 152.9 469.72 152.94 469.79 152.94 469.9 152.96 470.08 153.01 470.2 153.07 470.29 153.19 470.38 153.27 470.46 153.39 470.62 153.47 470.75 153.45 470.78 153.55 470.89 153.52 470.92 153.46 470.84 153.39 470.78 153.38 470.74 153.25 470.62 153.19 470.63 153.22 470.7 153.17 470.78 153.28 470.9 153.32 470.88 153.43 471.04 153.43 471.17 153.58 471.41 153.54 471.53 153.41 471.63 153.36 471.69 153.3 471.91 153.24 471.94 153.14 471.9 153.08 471.83 152.97 471.84 152.9 471.81 152.87 471.75 152.75 471.65 152.78 471.74 152.79 471.84 152.73 471.93 152.66 471.83 152.63 471.73 152.54 471.63 152.47 471.61 152.4 471.51 152.31 471.52 152.31 471.58 152.37 471.62 152.41 471.68 152.47 471.69 152.51 471.82 152.48 471.85 152.5 471.9 152.57 471.89 152.66 471.95 152.61 471.98 152.55 472.07 152.65 472.05 152.76 472.13 152.78 472.17 152.84 472.2 152.86 472.33 152.82 472.49 152.78 472.43 152.68 472.49 152.71 472.59 152.7 472.63 152.72 472.77 152.67 472.84 152.62 472.95 152.56 473.04 152.5 473.08 152.47 473.01 152.37 473.02 152.35 473.12 152.42 473.12 152.42 473.18 152.34 473.18 152.32 473.24 152.36 473.31 152.28 473.37 152.15 473.37 152.2 473.48 152.08 473.51 152.01 473.46 151.95 473.5 151.91 473.62 151.95 473.66 152.08 473.7 152.08 473.73 151.99 473.87 151.92 473.95 151.76 474.08 151.73 474.13 151.75 474.21 151.8 474.28 151.65 474.3 151.53 474.36 151.46 474.34 151.43 474.27 151.31 474.32 151.29 474.45 151.27 474.46 151.25 474.35 151.26 474.25 151.19 474.11 151.19 474.07 151.12 473.96 151.12 473.89 151.06 473.84 151.06 473.73 151.08 473.67 151.02 473.64 151.05 473.53 151.12 473.46 150.99 473.37 150.92 473.28 150.9 473.18 150.85 473.11 150.83 472.99 150.87 472.87 150.93 472.94 151.01 472.94 151.05 472.99 151.15 473 151.22 472.87 151.16 472.85 151.08 472.86 150.93 472.75 150.9 472.67 150.99 472.61 151.06 472.39 151.24 472.28 151.21 472.2 151.11 472.15 151 472.18 150.94 472.15 150.93 471.9 150.86 471.75 150.95 471.69 151.04 471.68 151.07 471.75 151.05 471.79 151.16 471.82 151.24 471.87 151.45 471.85 151.52 471.81 151.46 471.74 151.38 471.78 151.3 471.78 151.29 471.72 151.19 471.66 151.17 471.61 150.91 471.36 150.88 471.26 150.71 471.31 150.74 471.25 150.75 471.17 150.67 471.05 150.6 471.01 150.65 470.97 150.61 470.9 150.6 470.83 150.57 470.79 150.5 470.64 150.36 470.51 150.31 470.45 150.18 470.36 150.19 470.31 150.06 470.04 150.05 469.97 149.98 469.89 149.97 469.78 149.85 469.68 149.79 469.49 149.8 469.28 149.82 469.17 149.77 469.12 149.76 468.85 149.68 468.77 149.7 468.7 149.6 468.48 149.53 468.4 149.49 468.31 149.46 468.13 149.47 468.11 149.38 468.03 149.31 467.89 149.36 467.86 149.3 467.73 149.21 467.65 149.16 467.58 149.12 467.55 149.12 467.48 149.07 467.44 149.06 467.34 149.07 467.26 149.13 467.24 149.11 467.17 149.16 467.11 149.17 467.04 149.09 467.06 149.02 467.02 148.96 466.92 148.9 466.77 148.85 466.71 148.76 466.64 148.72 466.56 148.68 466.53 148.61 466.52 148.54 466.46 148.5 466.38 148.42 466.27 148.44 466.21 148.49 466.18 148.53 466.11 148.53 466.06 148.47 466.03 148.41 466.04 148.43 466.1 148.38 466.12 148.26 465.95 148.19 465.74 148.16 465.69 148.15 465.53 148.13 465.51 148.05 465.35 148.03 465.28 Z M 147.53 464.2 147.59 464.24 147.62 464.29 147.74 464.39 147.83 464.37 147.87 464.47 147.97 464.51 148 464.56 147.94 464.58 147.78 464.54 147.73 464.51 147.61 464.34 147.6 464.29 147.53 464.2 Z M 147.76 466.1 147.81 466.14 147.84 466.22 147.9 466.27 147.89 466.32 147.8 466.23 147.79 466.16 147.76 466.1 Z M 145.99 460.87 146.03 460.87 146.14 460.97 146.08 461 146.06 460.94 145.99 460.87 Z M 145.75 461.06 145.77 461.02 145.85 461.09 146.02 461.38 146.04 461.6 146.08 461.67 146.04 461.71 145.94 461.59 145.82 461.33 145.75 461.06 Z M 148.43 474.94 148.51 474.94 148.49 474.89 148.55 474.85 148.61 474.87 148.57 474.95 148.49 474.98 148.43 474.94 Z M 148.14 474.62 148.17 474.58 148.23 474.59 148.22 474.65 148.14 474.62 Z M 148.26 475.64 148.26 475.6 148.35 475.58 148.44 475.63 148.43 475.81 148.37 475.76 148.36 475.71 148.26 475.64 Z M 147.97 474.66 148.05 474.67 148.03 474.72 147.97 474.66 Z M 147.85 474.55 147.89 474.52 147.89 474.42 148.01 474.4 148.07 474.49 148.09 474.59 148.05 474.62 147.96 474.57 147.85 474.55 Z M 147.59 473.66 147.64 473.61 147.7 473.47 147.84 473.5 147.96 473.44 148 473.46 148.03 473.53 148.05 473.64 148 473.83 147.91 473.93 147.85 473.9 147.7 473.76 147.64 473.73 147.59 473.66 Z M 147.87 476.24 147.89 476.2 148.03 476.23 148.07 476.27 148.11 476.21 148.2 476.26 148.14 476.3 148.05 476.4 148 476.36 147.94 476.37 147.87 476.24 Z M 146.75 472.86 146.77 472.78 146.82 472.8 146.85 472.75 146.98 472.73 147.03 472.74 147.27 472.75 147.39 472.73 147.49 472.77 147.53 472.75 147.53 472.67 147.47 472.69 147.37 472.65 147.19 472.63 147.13 472.59 146.97 472.62 146.93 472.55 146.98 472.53 147 472.47 147.07 472.42 147.13 472.26 147.1 472.23 147.13 472.16 147.22 472.13 147.23 472.05 147.18 471.88 147.1 471.75 147.2 471.69 147.25 471.62 147.26 471.55 147.37 471.38 147.4 471.31 147.48 471.26 147.52 471.29 147.65 471.26 147.75 471.29 147.81 471.34 147.89 471.35 147.97 471.48 148.05 471.53 148.05 471.58 148 471.65 147.81 471.8 147.77 471.85 147.65 471.98 147.66 472.03 147.71 472.1 147.76 472.1 147.75 472 147.85 471.92 147.88 471.82 147.96 471.8 148.01 471.74 148.07 471.71 148.14 471.73 148.25 471.69 148.33 471.63 148.47 471.67 148.52 471.75 148.6 471.77 148.6 471.82 148.5 471.87 148.46 471.92 148.5 471.96 148.56 471.94 148.61 471.89 148.7 471.91 148.83 471.92 148.93 471.97 149.02 471.97 149.06 472.05 149.16 472.04 149.19 471.98 149.26 471.99 149.29 471.91 149.37 471.89 149.48 471.82 149.65 471.83 149.73 471.84 149.83 471.89 149.89 471.84 149.91 471.93 149.91 472.04 149.99 472.14 150.04 472.28 150.11 472.34 150.1 472.49 150.14 472.57 150.14 472.65 150.07 472.69 150.01 472.59 149.92 472.57 149.73 472.41 149.68 472.45 149.62 472.47 149.55 472.44 149.4 472.47 149.46 472.51 149.57 472.55 149.55 472.63 149.57 472.69 149.66 472.74 149.65 472.8 149.69 472.83 149.68 472.94 149.75 473 149.8 473 149.83 472.9 149.77 472.78 149.79 472.73 149.89 472.75 149.92 472.81 149.87 472.87 149.93 472.89 149.98 472.87 150.05 472.94 150.1 473.02 150.12 473.16 150.08 473.27 150.29 473.44 150.37 473.57 150.32 473.61 150.35 473.72 150.43 473.78 150.47 473.85 150.55 474.04 150.51 474.07 150.55 474.14 150.59 474.14 150.65 474.21 150.65 474.27 150.74 474.45 150.72 474.52 150.83 474.63 150.86 474.79 150.8 474.88 150.89 474.89 150.9 474.99 150.96 475.01 151.04 475.19 150.95 475.2 150.99 475.25 151.09 475.26 151.14 475.33 151.16 475.41 151.14 475.48 151.17 475.59 151.2 475.63 151.19 475.72 151.21 475.77 151.35 475.86 151.35 475.92 151.39 475.94 151.45 476.16 151.4 476.21 151.5 476.24 151.52 476.32 151.6 476.4 151.59 476.45 151.64 476.49 151.7 476.67 151.7 476.72 151.74 476.84 151.77 476.89 151.77 477 151.83 477.1 151.82 477.17 151.86 477.35 151.85 477.44 151.87 477.55 151.9 477.65 151.9 477.73 151.84 477.76 151.79 477.61 151.73 477.49 151.71 477.64 151.76 477.81 151.86 478.04 151.87 478.13 151.91 478.15 151.97 478.22 151.97 478.36 152.02 478.48 151.96 478.55 152.02 478.57 152.06 478.63 152.1 478.74 152.08 478.82 152.12 478.85 152.15 478.92 152.16 479.04 152.13 479.15 152.04 479.24 151.97 479.34 151.99 479.37 152.15 479.25 152.19 479.25 152.23 479.36 152.23 479.42 152.17 479.58 152.11 479.62 152.16 479.74 152.19 479.76 152.25 479.69 152.32 479.69 152.35 479.76 152.3 479.81 152.27 479.93 152.27 480.1 152.32 480.15 152.31 480.4 152.27 480.41 152.21 480.36 152.15 480.38 152.13 480.28 152.18 480.19 152.08 480.06 152.12 479.96 152.03 480.03 151.98 480.13 151.83 480.13 151.77 480.07 151.81 480.03 151.68 480.04 151.66 480 151.7 479.92 151.65 479.8 151.61 479.91 151.55 479.84 151.56 479.75 151.47 479.73 151.46 479.64 151.32 479.57 151.22 479.55 151.18 479.51 151.2 479.46 151.15 479.34 151.05 479.25 151.05 479.18 150.95 479.17 150.92 479.08 150.92 478.95 150.87 478.93 150.75 478.84 150.77 478.79 150.68 478.74 150.64 478.62 150.56 478.56 150.56 478.53 150.49 478.47 150.43 478.36 150.4 478.25 150.36 478.21 150.3 478.21 150.27 478.12 150.31 478.07 150.25 477.99 150.23 477.92 150.25 477.8 150.3 477.73 150.38 477.65 150.44 477.62 150.53 477.62 150.58 477.52 150.48 477.47 150.42 477.41 150.26 477.42 150.25 477.53 150.16 477.64 150.06 477.75 149.87 477.79 149.9 477.64 149.89 477.57 149.85 477.52 149.84 477.44 149.76 477.44 149.78 477.34 149.76 477.29 149.78 477.16 149.73 477.14 149.64 477.21 149.64 477.33 149.52 477.38 149.39 477.28 149.43 477.17 149.5 477.13 149.53 477.01 149.49 476.96 149.43 477 149.42 477.11 149.34 477.13 149.33 477.17 149.2 477.17 149.13 477.1 149.16 477.06 149.03 477.01 149 476.87 149.15 476.75 149.11 476.68 149.02 476.65 148.96 476.61 148.91 476.65 148.93 476.74 148.86 476.87 148.81 476.82 148.8 476.74 148.76 476.66 148.66 476.73 148.47 476.71 148.41 476.78 148.34 476.73 148.25 476.72 148.25 476.54 148.21 476.42 148.28 476.38 148.3 476.32 148.36 476.36 148.42 476.32 148.42 476.22 148.5 476.27 148.55 476.37 148.64 476.33 148.57 476.26 148.57 476.1 148.61 476.06 148.51 475.96 148.57 475.95 148.64 475.87 148.52 475.81 148.57 475.76 148.65 475.76 148.79 475.83 148.78 475.77 148.73 475.75 148.62 475.59 148.52 475.57 148.42 475.53 148.47 475.48 148.45 475.31 148.41 475.26 148.44 475.23 148.54 475.24 148.71 475.23 148.69 475.16 148.56 475.17 148.48 475.16 148.46 475.07 148.6 475.1 148.63 475.04 148.74 474.98 148.87 474.98 148.91 474.86 148.95 474.8 149.03 474.82 149.04 474.85 149.18 474.92 149.24 474.91 149.13 474.81 149.06 474.78 149.02 474.73 148.93 474.7 148.9 474.77 148.85 474.83 148.79 474.8 148.76 474.84 148.66 474.76 148.59 474.8 148.55 474.77 148.41 474.86 148.35 474.86 148.43 474.71 148.38 474.68 148.3 474.57 148.26 474.53 148.19 474.43 148.2 474.28 148.27 474.22 148.23 474.13 148.36 473.98 148.41 473.96 148.51 473.96 148.56 473.94 148.55 473.87 148.45 473.86 148.39 473.88 148.33 473.86 148.31 473.93 148.21 474.04 148.17 474.17 148.09 474.13 148.02 474 148.07 473.9 148.07 473.86 148.15 473.76 148.16 473.68 148.13 473.53 148.18 473.5 148.21 473.4 148.15 473.36 148.1 473.39 148.01 473.41 147.94 473.41 147.9 473.45 147.83 473.47 147.73 473.44 147.61 473.47 147.59 473.51 147.52 473.6 147.44 473.63 147.4 473.59 147.29 473.41 147.21 473.35 147.3 473.27 147.15 473.22 147.02 473.15 147.01 473.09 146.94 473.07 146.86 473.01 146.75 472.86 Z M 145.26 465.85 145.32 465.76 145.37 465.76 145.52 465.67 145.69 465.7 145.8 465.75 145.84 465.79 146 465.88 145.97 466 145.88 466.04 145.7 466.05 145.61 466.09 145.49 466.07 145.38 465.98 145.26 465.85 Z M 146.24 473.93 146.29 473.88 146.32 473.8 146.37 473.71 146.35 473.68 146.25 473.64 146.3 473.6 146.32 473.54 146.29 473.5 146.29 473.43 146.32 473.37 146.31 473.32 146.18 473.25 146.2 473.13 146.25 473.1 146.44 473.11 146.49 472.99 146.56 473.04 146.59 473.12 146.64 473.05 146.83 473.13 146.9 473.15 147.02 473.23 147.07 473.22 147.15 473.33 147.24 473.4 147.29 473.48 147.36 473.56 147.4 473.64 147.39 473.7 147.29 473.72 147.21 473.68 147.15 473.62 147.06 473.65 147.18 473.72 147.21 473.82 147.26 473.9 147.31 473.94 147.31 474.04 147.35 474.17 147.41 474.18 147.4 474.1 147.49 474.04 147.52 473.96 147.49 473.81 147.52 473.78 147.5 473.69 147.53 473.67 147.68 473.77 147.82 473.91 147.88 473.95 147.91 474 147.99 474.08 148 474.17 147.88 474.14 147.91 474.09 147.89 474.04 147.83 474.03 147.75 474.15 147.66 474.16 147.66 474.2 147.74 474.23 147.73 474.27 147.61 474.24 147.58 474.19 147.5 474.2 147.55 474.34 147.52 474.41 147.54 474.49 147.52 474.53 147.57 474.66 147.5 474.76 147.48 474.84 147.5 474.93 147.48 475.02 147.44 475.09 147.42 475.18 147.43 475.27 147.35 475.25 147.25 475.27 147.14 475.37 146.95 475.42 146.92 475.46 146.79 475.5 146.76 475.54 146.64 475.54 146.6 475.52 146.59 475.43 146.62 475.38 146.59 475.31 146.6 475.24 146.58 475.02 146.55 475 146.55 474.89 146.61 474.83 146.6 474.78 146.66 474.75 146.68 474.7 146.76 474.68 146.82 474.63 146.83 474.52 146.8 474.46 146.87 474.37 146.81 474.31 146.81 474.27 146.64 474.23 146.57 474.31 146.49 474.31 146.46 474.26 146.49 474.04 146.45 473.93 146.51 473.82 146.47 473.72 146.41 473.78 146.38 473.84 146.39 473.91 146.29 473.97 146.24 473.93 Z M 145.89 472.68 145.91 472.6 146 472.63 145.92 472.72 145.89 472.68 Z M 144 465.04 144.02 464.98 144.09 464.94 144.14 464.97 144.09 465.07 144.01 465.09 144 465.04 Z M 143.44 464.53 143.46 464.44 143.58 464.43 143.64 464.52 143.71 464.7 143.67 464.76 143.44 464.53 Z M 143.83 466.75 143.93 466.61 143.94 466.56 144.03 466.56 144.11 466.5 144.13 466.46 144.21 466.4 144.25 466.54 144.28 466.72 144.19 466.73 144.14 466.79 144.14 466.84 144.06 466.88 143.94 466.86 143.83 466.75 Z M 143.01 464.12 143.04 464.03 143.12 464.07 143.14 464.16 143.21 464.29 143.17 464.32 143.09 464.26 143.01 464.12 Z M 144.06 470.79 144.13 470.78 144.19 470.68 144.26 470.75 144.3 470.83 144.27 470.9 144.19 470.96 144.17 470.88 144.11 470.81 144.06 470.79 Z M 143.55 470.25 143.63 470.24 143.61 470.31 143.55 470.25 Z M 142.94 466.98 143.03 466.97 143.09 467.01 143.16 466.94 143.25 466.91 143.35 466.93 143.4 466.97 143.36 467.03 143.4 467.07 143.34 467.19 143.26 467.17 143.16 467.18 143.18 467.23 143.1 467.24 143.07 467.12 142.93 467.01 142.94 466.98 Z M 143.02 467.5 143.02 467.47 143.15 467.44 143.14 467.5 143.06 467.52 143.02 467.5 Z M 143.03 467.65 143.05 467.63 143.12 467.7 143.06 467.73 143.03 467.65 Z M 142.61 468.77 142.65 468.73 142.65 468.64 142.61 468.61 142.6 468.53 142.63 468.37 142.67 468.29 142.83 468.23 142.92 468.23 142.98 468.12 142.96 468.07 143.04 468 143.09 467.92 143.14 467.92 143.23 467.81 143.36 467.88 143.42 467.96 143.56 468.02 143.59 468.08 143.63 468.06 143.57 467.95 143.48 467.89 143.47 467.82 143.51 467.77 143.45 467.73 143.4 467.74 143.35 467.69 143.36 467.64 143.26 467.56 143.21 467.49 143.23 467.46 143.17 467.39 143.18 467.29 143.27 467.3 143.31 467.36 143.35 467.34 143.4 467.24 143.45 467.24 143.48 467.28 143.51 467.38 143.62 467.46 143.66 467.59 143.71 467.66 143.79 467.67 143.86 467.6 143.81 467.54 143.79 467.49 143.83 467.4 143.9 467.29 143.91 467.23 143.89 467.17 143.95 467.13 144.05 467.13 144.23 467.15 144.34 467.11 144.37 467.17 144.43 467.19 144.45 467.28 144.54 467.29 144.59 467.24 144.6 467.12 144.69 467.02 144.72 466.92 144.81 466.8 144.91 466.76 144.97 466.66 145.02 466.61 145.04 466.51 145.13 466.45 145.2 466.47 145.26 466.59 145.31 466.57 145.35 466.66 145.44 466.76 145.47 466.73 145.55 466.78 145.64 466.81 145.76 466.74 145.84 466.8 145.88 466.87 146.09 466.92 146.22 466.99 146.25 466.97 146.33 467.03 146.39 467.06 146.35 467.18 146.32 467.23 146.36 467.39 146.37 467.43 146.32 467.53 146.33 467.58 146.19 467.74 146.1 467.92 146.08 468 145.91 467.99 145.93 468.05 145.85 468.1 145.91 468.17 145.95 468.15 146.02 468.2 146.11 468.19 146.1 468.36 146.13 468.44 146.27 468.4 146.35 468.18 146.34 468.06 146.41 467.85 146.47 467.82 146.47 467.73 146.51 467.69 146.5 467.64 146.6 467.65 146.57 467.55 146.65 467.51 146.58 467.39 146.57 467.29 146.67 467.26 146.7 467.2 146.81 467.2 146.88 467.25 146.95 467.26 147.04 467.3 147.04 467.4 147.13 467.38 147.23 467.48 147.3 467.42 147.67 467.42 147.72 467.38 147.81 467.39 147.89 467.34 148.01 467.39 148.03 467.48 147.94 467.47 147.93 467.54 148.01 467.52 148.29 467.54 148.46 467.54 148.57 467.58 148.67 467.73 148.71 467.86 148.79 467.99 148.72 468.03 148.73 468.16 148.81 468.21 148.83 468.37 148.71 468.48 148.73 468.52 148.6 468.66 148.67 468.75 148.78 468.81 148.75 468.84 148.65 468.75 148.48 468.62 148.45 468.65 148.33 468.62 148.27 468.58 148.14 468.56 147.98 468.5 147.92 468.45 147.81 468.42 147.81 468.5 147.93 468.6 147.98 468.68 148.12 468.78 148.19 468.8 148.37 468.82 148.43 468.88 148.49 468.87 148.57 469.03 148.68 469.01 148.64 469.09 148.74 469.09 148.87 469.15 148.88 469.22 148.8 469.25 148.7 469.39 148.68 469.45 148.62 469.45 148.51 469.52 148.4 469.46 148.32 469.53 148.38 469.65 148.44 469.69 148.52 469.69 148.61 469.64 148.69 469.66 148.72 469.7 148.82 469.6 148.85 469.55 149 469.51 149.04 469.53 149.13 469.76 149.15 469.85 149.23 469.96 149.18 470.08 149.21 470.12 149.16 470.17 149.23 470.21 149.3 470.23 149.36 470.29 149.52 470.54 149.59 470.71 149.61 470.87 149.6 470.96 149.63 471.06 149.69 471.15 149.75 471.16 149.74 471.24 149.79 471.38 149.75 471.42 149.62 471.28 149.57 471.25 149.53 471.29 149.57 471.33 149.53 471.37 149.66 471.48 149.69 471.53 149.6 471.58 149.48 471.59 149.46 471.61 149.3 471.62 149.28 471.67 149.22 471.65 149.11 471.71 148.98 471.68 148.87 471.69 148.79 471.64 148.68 471.5 148.55 471.46 148.39 471.35 148.31 471.35 148.15 471.23 148.06 471.2 147.86 471.1 147.81 471.1 147.72 471.02 147.65 471.03 147.45 470.91 147.41 470.91 147.27 470.84 147.19 470.82 147.03 470.71 146.93 470.7 146.92 470.65 146.81 470.61 146.74 470.7 146.71 470.78 146.66 470.81 146.65 470.87 146.53 470.94 146.56 470.99 146.74 471.06 146.81 471.02 146.83 470.98 147.04 471.03 147.1 471.08 147.09 471.15 147.03 471.15 146.92 471.23 146.89 471.33 146.8 471.31 146.78 471.4 146.98 471.47 146.99 471.52 146.96 471.66 147.01 471.72 147.04 471.8 147.1 471.85 147.13 471.93 147.15 472.1 147.09 472.13 147 472.22 147.06 472.26 147.04 472.33 146.94 472.4 146.95 472.45 146.91 472.5 146.76 472.53 146.78 472.6 146.87 472.63 146.83 472.71 146.79 472.66 146.74 472.71 146.75 472.75 146.69 472.81 146.64 472.81 146.53 472.83 146.46 472.81 146.39 472.73 146.29 472.77 146.12 472.73 146.03 472.52 146 472.57 145.83 472.43 145.68 472.34 145.59 472.34 145.51 472.18 145.42 472.12 145.35 472.13 145.31 472.08 145.21 472.04 145.2 471.95 145.1 471.87 145.09 471.82 145.03 471.8 144.99 471.74 144.99 471.67 145.11 471.57 145.07 471.52 144.97 471.47 144.9 471.56 144.86 471.56 144.83 471.45 144.77 471.45 144.79 471.55 144.79 471.69 144.71 471.77 144.7 471.71 144.52 471.64 144.44 471.6 144.46 471.54 144.54 471.54 144.59 471.46 144.54 471.38 144.49 471.43 144.4 471.39 144.4 471.31 144.31 471.23 144.26 471.1 144.27 471.04 144.22 471.02 144.32 470.89 144.42 470.89 144.39 470.72 144.48 470.71 144.49 470.67 144.43 470.59 144.31 470.56 144.33 470.43 144.29 470.42 144.23 470.5 144.13 470.41 144.1 470.43 144.14 470.54 144.13 470.66 144.08 470.71 144.04 470.7 143.97 470.59 143.9 470.56 143.94 470.46 143.94 470.38 143.85 470.37 143.83 470.33 143.76 470.34 143.79 470.24 143.68 470.21 143.67 470.11 143.63 470.05 143.55 470.04 143.53 470.14 143.45 470.16 143.36 470 143.3 470.02 143.25 469.99 143.25 469.94 143.16 469.92 143.1 469.85 143.17 469.71 143.1 469.71 143.11 469.65 142.97 469.65 142.97 469.59 143 469.52 142.97 469.46 142.93 469.54 142.9 469.63 142.84 469.6 142.79 469.64 142.74 469.46 142.79 469.41 142.71 469.3 142.73 469.19 142.72 469.07 142.77 469.06 142.81 468.98 142.76 468.93 142.68 468.95 142.61 468.77 Z M 141.53 462.75 141.57 462.69 141.61 462.71 141.64 462.79 141.59 462.82 141.53 462.75 Z M 140.45 462.6 140.48 462.52 140.52 462.51 140.64 462.54 140.64 462.64 140.76 462.73 140.73 462.78 140.64 462.77 140.48 462.65 140.45 462.6 Z M 129.89 458.57 129.93 458.46 130 458.41 130.05 458.47 130.18 458.53 130.17 458.58 130.05 458.65 129.92 458.62 129.89 458.57 Z M 129.7 459.26 129.76 459.2 129.79 459.26 129.77 459.31 129.7 459.26 Z M 129.28 459.59 129.38 459.47 129.45 459.3 129.53 459.25 129.54 459.33 129.52 459.39 129.53 459.49 129.6 459.54 129.61 459.61 129.55 459.63 129.43 459.59 129.44 459.66 129.38 459.79 129.28 459.59 Z M 112.79 457.77 112.82 457.76 112.86 457.84 112.86 457.89 112.9 458.1 112.89 458.2 112.82 458.18 112.84 458.03 112.8 457.9 112.79 457.77 Z M 112.61 457.03 112.72 457.02 112.81 457.06 112.96 457.1 113 457.23 113 457.37 112.94 457.47 112.83 457.3 112.71 457.17 112.65 457.12 112.61 457.03 Z M 112.14 459.65 112.18 459.52 112.23 459.41 112.27 459.21 112.35 459.12 112.42 459 112.51 458.92 112.54 458.86 112.67 458.71 112.65 458.66 112.7 458.56 112.75 458.59 112.83 458.54 112.92 458.41 113 458.33 112.99 458.25 113.07 458.17 113.11 458.21 113.18 458.16 113.43 458.05 113.52 458.07 113.41 458.2 113.18 458.41 113 458.59 112.95 458.64 112.91 458.7 112.78 458.82 112.65 459.06 112.54 459.13 112.41 459.3 112.29 459.53 112.14 459.65 Z M 110.25 455.95 110.3 455.74 110.4 455.61 110.42 455.69 110.28 455.95 110.25 455.95 Z M 108.22 455.74 108.24 455.71 108.4 455.73 108.47 455.7 108.6 455.75 108.7 455.92 108.78 455.96 108.78 456.07 108.61 456.17 108.47 456.13 108.41 456.02 108.31 455.94 108.26 455.87 108.22 455.74 Z M 107.03 455.55 107.23 455.46 107.45 455.53 107.48 455.5 107.56 455.51 107.7 455.59 107.85 455.56 107.95 455.57 107.97 455.65 107.94 455.78 107.85 455.83 107.67 455.86 107.54 455.81 107.46 455.7 107.33 455.66 107.05 455.59 107.03 455.55 Z M 105.89 455.1 105.94 454.99 105.94 454.87 106.04 454.72 106.19 454.71 106.27 454.7 106.35 454.65 106.49 454.62 106.54 454.67 106.64 454.58 106.7 454.56 106.79 454.49 106.93 454.44 106.98 454.42 107.01 454.32 107.04 454.31 107.13 454.37 107.18 454.31 107.15 454.28 107.19 454.22 107.24 454.2 107.33 454.21 107.36 454.16 107.45 454.18 107.54 454.17 107.73 454.09 107.75 454.03 107.81 453.97 107.85 453.99 107.75 454.12 107.75 454.15 107.84 454.17 107.71 454.36 107.64 454.42 107.6 454.43 107.44 454.52 107.31 454.61 107.21 454.65 107.13 454.71 106.95 454.81 106.82 454.92 106.73 454.98 106.55 455.06 106.32 455.17 106.25 455.19 106.1 455.19 105.96 455.17 105.89 455.1 Z M 104.53 455.72 104.59 455.67 104.59 455.57 104.61 455.5 104.69 455.4 104.73 455.39 104.74 455.3 104.81 455.14 104.92 454.98 104.98 454.97 105.04 454.99 105.18 454.95 105.27 455.06 105.37 455.07 105.43 455.04 105.52 455.08 105.59 455.04 105.69 454.97 105.74 455.01 105.82 455.03 105.84 455.07 105.8 455.21 105.82 455.3 105.8 455.36 105.83 455.42 105.81 455.5 105.89 455.51 106.01 455.44 106.18 455.4 106.24 455.4 106.42 455.34 106.48 455.34 106.6 455.3 106.64 455.44 106.75 455.45 106.77 455.47 106.75 455.59 106.77 455.67 106.82 455.76 106.8 455.78 106.67 455.76 106.57 455.77 106.41 455.83 106.4 455.91 106.32 455.92 106.21 456.01 106.13 455.96 106.04 455.96 105.9 456 105.77 456.06 105.57 456.19 105.47 456.28 105.4 456.32 105.34 456.4 105.26 456.46 105.19 456.56 105.07 456.64 104.97 456.75 104.91 456.76 104.82 456.74 104.79 456.63 104.71 456.62 104.65 456.51 104.65 456.45 104.8 456.29 104.86 456.31 104.91 456.22 105.11 456.13 105.12 456.04 105.23 456.04 105.23 455.96 105.28 455.9 105.27 455.85 105.11 455.92 105.01 455.9 104.94 455.91 104.94 455.97 104.88 456.06 104.81 456.09 104.76 456.02 104.67 455.97 104.57 456 104.53 455.89 104.56 455.82 104.53 455.72 Z M 104.17 452.06 104.27 452.02 104.3 452.04 104.33 452.14 104.26 452.13 104.25 452.08 104.17 452.06 Z M 104.17 452.61 104.19 452.58 104.17 452.45 104.22 452.34 104.28 452.25 104.31 452.26 104.38 452.36 104.4 452.31 104.38 452.25 104.31 452.18 104.35 452.15 104.4 452.17 104.57 452.38 104.56 452.44 104.51 452.47 104.53 452.58 104.48 452.65 104.36 452.68 104.26 452.7 104.17 452.61 Z M 101.88 385.6 101.93 385.55 101.98 385.46 102.04 385.47 102.05 385.54 101.94 385.59 101.88 385.6 Z M 102.42 452.22 102.53 452.16 102.53 452.12 102.63 452.13 102.64 452.06 102.76 451.98 102.81 451.98 102.77 452.12 102.8 452.12 102.85 451.99 102.97 452.06 103.02 452.04 103.14 452.04 103.1 452.12 103.11 452.18 103.18 452.13 103.19 452.06 103.28 452.05 103.28 452.16 103.23 452.24 103.08 452.37 103.02 452.38 102.98 452.34 102.89 452.34 102.92 452.24 102.84 452.24 102.76 452.29 102.68 452.25 102.52 452.25 102.42 452.22 Z M 102.17 454.77 102.24 454.7 102.33 454.74 102.23 454.78 102.17 454.77 Z M 102.17 459.41 102.24 459.34 102.27 459.39 102.19 459.44 102.17 459.41 Z M 102.12 453.47 102.15 453.41 102.2 453.44 102.31 453.37 102.34 453.46 102.26 453.59 102.13 453.51 102.12 453.47 Z M 101.96 452.2 102 452.17 102.09 452.22 102.1 452.3 102.05 452.31 101.96 452.2 Z M 101.89 453.27 102.05 453.27 102.06 453.2 102.13 453.25 102.16 453.17 102.24 453.21 102.14 453.35 102.06 453.36 101.91 453.32 101.89 453.27 Z M 101.83 453.8 101.97 453.76 102.03 453.7 102 453.66 101.91 453.64 101.91 453.58 101.99 453.54 102.03 453.49 102.06 453.59 102.15 453.56 102.17 453.59 102.19 453.69 102.26 453.82 102.31 453.82 102.32 453.72 102.42 453.73 102.43 453.65 102.52 453.75 102.45 453.81 102.45 453.86 102.37 453.99 102.3 454.01 102.28 453.96 102.23 453.94 102.21 453.88 102.15 453.87 102.11 453.98 101.99 454.06 101.88 454.07 101.92 454.01 101.96 454 101.96 453.92 102.01 453.93 102.05 453.84 101.97 453.85 101.88 453.88 101.83 453.8 Z M 101.85 456.64 101.87 456.59 101.98 456.58 102.03 456.52 102.1 456.42 102.22 456.31 102.26 456.39 102.36 456.3 102.4 456.29 102.42 456.5 102.35 456.57 102.26 456.61 102.24 456.66 102.18 456.65 102.09 456.72 102.06 456.75 101.94 456.85 101.85 456.8 101.9 456.73 101.85 456.64 Z M 100.89 453.75 100.95 453.59 100.97 453.51 101.02 453.53 100.99 453.59 100.93 453.73 100.89 453.75 Z M 100.36 460.01 100.46 459.94 100.47 459.8 100.42 459.64 100.46 459.58 100.51 459.46 100.6 459.39 100.88 459.38 100.98 459.32 100.97 459.27 100.83 459.27 100.77 459.13 100.8 459.04 100.96 458.95 100.93 458.91 101.03 458.8 101.13 458.82 101.22 458.81 101.24 458.75 101.29 458.71 101.22 458.61 101.15 458.6 101.19 458.5 101.22 458.5 101.38 458.41 101.47 458.38 101.61 458.24 101.62 458.19 101.68 458.11 101.75 458.08 101.85 457.98 101.91 457.97 101.94 457.92 102.1 457.8 102.11 457.74 102.2 457.67 102.22 457.58 102.27 457.56 102.31 457.47 102.31 457.33 102.41 457.26 102.45 457.16 102.51 457.11 102.51 457.04 102.56 456.98 102.52 456.93 102.52 456.87 102.64 456.84 102.73 456.87 102.75 456.79 102.82 456.73 102.87 456.76 102.95 456.66 102.88 456.64 102.86 456.56 102.94 456.53 102.9 456.47 102.81 456.42 102.85 456.28 102.93 456.29 103 456.27 102.99 456.19 102.93 456.14 102.85 456.13 102.86 455.98 103.03 455.89 103.06 455.82 103.18 455.77 103.26 455.76 103.29 455.8 103.29 455.86 103.11 456.04 103.21 456.05 103.29 456.01 103.35 456.04 103.49 456 103.59 456 103.59 456.06 103.55 456.15 103.3 456.38 103.22 456.54 103.29 456.58 103.39 456.53 103.39 456.49 103.48 456.46 103.51 456.39 103.59 456.32 103.69 456.32 103.77 456.24 103.89 456.26 103.9 456.37 103.79 456.52 103.73 456.68 103.65 456.71 103.61 456.79 103.54 456.84 103.43 456.95 103.41 456.99 103.33 457.03 103.32 457.08 103.15 457.17 102.92 457.39 102.87 457.47 102.76 457.62 102.7 457.74 102.56 457.88 102.49 458.01 102.37 458.15 102.32 458.31 102.29 458.45 102.34 458.52 102.3 458.58 102.3 458.66 102.4 458.75 102.33 458.81 102.29 458.75 102.24 458.77 102.16 458.71 102.02 458.81 102 458.86 101.89 458.91 101.88 459.05 101.93 459.13 102.02 459.17 102.08 459.16 102.06 459.33 102.09 459.4 102 459.5 101.9 459.53 101.85 459.6 101.78 459.62 101.71 459.57 101.62 459.53 101.47 459.54 101.42 459.58 101.34 459.69 101.37 459.78 101.32 459.8 101.22 459.91 101.18 459.87 101.07 459.9 101.03 459.9 100.92 459.97 100.81 460.01 100.71 460.12 100.55 460.17 100.44 460.11 100.36 460.01 Z M 100.22 456.7 100.26 456.63 100.33 456.62 100.36 456.44 100.41 456.36 100.49 456.39 100.54 456.35 100.62 456.33 100.66 456.38 100.71 456.33 100.82 456.3 100.9 456.24 100.9 456.2 101.01 456.16 100.95 456.05 100.9 456.1 100.85 456.11 100.78 456.17 100.65 456.24 100.54 456.21 100.49 456.23 100.45 456.08 100.55 456.03 100.58 455.95 100.52 455.9 100.61 455.8 100.61 455.7 100.67 455.6 100.7 455.43 100.74 455.31 100.83 455.19 100.83 455.09 100.88 455.03 100.92 455.09 100.86 455.3 100.9 455.37 100.95 455.3 101 455.33 101.05 455.31 101.05 455.22 101.09 455.16 101.05 455.12 101.08 454.94 101.08 454.86 101.18 454.83 101.2 454.94 101.26 454.94 101.29 454.89 101.34 454.86 101.28 454.73 101.29 454.68 101.26 454.61 101.35 454.62 101.42 454.52 101.39 454.49 101.43 454.42 101.49 454.5 101.56 454.5 101.59 454.46 101.54 454.4 101.61 454.33 101.67 454.41 101.65 454.46 101.67 454.54 101.65 454.56 101.62 454.67 101.58 454.62 101.56 454.8 101.58 454.96 101.5 454.9 101.45 455.02 101.42 454.97 101.37 454.99 101.4 455.07 101.42 455.17 101.35 455.23 101.34 455.29 101.45 455.38 101.47 455.45 101.33 455.56 101.29 455.54 101.2 455.58 101.18 455.64 101.25 455.74 101.31 455.7 101.41 455.7 101.44 455.77 101.44 455.87 101.36 456 101.36 456.08 101.28 456.13 101.29 456.23 101.23 456.32 101.18 456.36 101.16 456.44 101.07 456.5 101.1 456.56 101.08 456.6 101 456.65 101.04 456.73 101.04 456.79 101.17 456.75 101.1 457.02 101.02 457.08 100.94 457.04 100.94 457.1 101 457.17 100.95 457.37 100.92 457.39 100.85 457.33 100.81 457.17 100.75 457.21 100.66 457.12 100.7 457.06 100.71 457 100.76 456.96 100.77 456.9 100.67 456.9 100.64 456.94 100.58 456.89 100.47 456.88 100.42 456.9 100.36 456.84 100.32 456.9 100.27 456.85 100.29 456.75 100.22 456.7 Z M 100.04 453.31 100.14 453.28 100.15 453.36 100.19 453.37 100.2 453.47 100.27 453.48 100.19 453.21 100.24 453.12 100.28 453.16 100.3 453.33 100.39 453.4 100.34 453.22 100.37 453.2 100.45 453.24 100.65 453.54 100.57 453.7 100.36 453.63 100.37 453.69 100.34 453.8 100.21 453.68 100.2 453.59 100.11 453.58 100.13 453.49 100.12 453.41 100.04 453.31 Z M 99.95 457.33 99.97 457.26 100.03 457.17 100.11 457.23 100.1 457.3 100 457.43 99.96 457.4 99.95 457.33 Z M 99.91 458.84 99.99 458.72 100.09 458.55 100.16 458.53 100.19 458.43 100.25 458.36 100.32 458.34 100.35 458.19 100.42 458.14 100.53 457.99 100.64 457.92 100.65 457.99 100.73 457.99 100.76 458.05 100.74 458.15 100.71 458.19 100.65 458.32 100.61 458.38 100.58 458.52 100.47 458.66 100.4 458.7 100.1 458.86 100 458.92 99.91 458.84 Z M 99.57 456.25 99.6 456.14 99.69 456.11 99.73 456.05 99.79 456.04 99.77 455.95 99.8 455.89 99.85 455.89 99.92 455.79 100.03 455.82 100.08 455.74 100.14 455.78 100.16 455.84 100.14 455.99 100.08 456.11 100.05 456.24 100.05 456.39 100.03 456.48 99.97 456.52 99.84 456.53 99.75 456.49 99.67 456.48 99.69 456.41 99.59 456.38 99.57 456.25 Z M 99.57 458.5 99.64 458.5 99.65 458.45 99.62 458.37 99.66 458.33 99.67 458.24 99.71 458.12 99.77 458.02 99.84 457.83 99.96 457.76 99.97 457.69 100.05 457.66 100.08 457.76 100.14 457.63 100.12 457.56 100.18 457.45 100.21 457.35 100.25 457.44 100.24 457.58 100.32 457.55 100.38 457.6 100.43 457.55 100.5 457.65 100.5 457.74 100.44 457.82 100.34 457.87 100.32 457.92 100.24 457.97 100.17 458.05 100.15 458.15 100.01 458.16 99.95 458.26 99.88 458.27 99.78 458.41 99.77 458.47 99.69 458.58 99.63 458.58 99.57 458.5 Z M 99.23 458.92 99.35 458.92 99.45 458.87 99.38 458.84 99.34 458.8 99.42 458.76 99.47 458.68 99.39 458.68 99.35 458.63 99.42 458.61 99.49 458.64 99.6 458.64 99.62 458.7 99.69 458.72 99.75 458.66 99.79 458.57 99.82 458.55 99.89 458.44 99.92 458.43 99.96 458.36 100.07 458.21 100.13 458.23 100.13 458.28 100.07 458.36 99.98 458.56 99.86 458.69 99.78 458.8 99.59 458.93 99.32 458.97 99.31 458.93 99.23 458.92 Z M 95.29 459.11 95.4 459.08 95.32 458.97 95.37 458.95 95.35 458.89 95.41 458.82 95.45 458.91 95.44 459.02 95.41 459.1 95.36 459.16 95.29 459.11 Z M 95.12 459.49 95.16 459.47 95.17 459.36 95.22 459.36 95.28 459.44 95.28 459.51 95.25 459.54 95.19 459.47 95.15 459.55 95.12 459.49 Z M 96.34 383.07 96.47 383.12 96.41 383.15 96.37 383.13 96.34 383.07 Z M 94.18 460.78 94.21 460.74 94.18 460.69 94.19 460.6 94.22 460.59 94.24 460.76 94.26 460.82 94.23 460.89 94.33 460.9 94.41 460.96 94.38 461.06 94.34 461.01 94.31 460.93 94.2 460.92 94.2 460.82 94.18 460.78 Z M 93.54 460.7 93.68 460.85 93.77 461.02 93.82 461.2 93.63 460.92 93.63 460.87 93.58 460.85 93.54 460.7 Z M 92.34 450.3 92.44 450.29 92.49 450.23 92.56 450.01 92.6 449.99 92.75 449.97 92.78 450 92.75 450.12 92.65 450.23 92.5 450.34 92.37 450.33 92.34 450.3 Z M 91.35 462.8 91.4 462.76 91.49 462.77 91.58 462.73 91.6 462.81 91.56 462.85 91.58 462.89 91.54 463.02 91.42 462.95 91.44 462.9 91.55 462.92 91.51 462.82 91.45 462.8 91.35 462.8 Z M 90.13 463.13 90.22 463.11 90.2 463.06 90.14 463.03 90.16 462.98 90.23 463 90.26 462.94 90.28 462.82 90.37 462.78 90.41 462.67 90.39 462.6 90.4 462.53 90.44 462.43 90.53 462.49 90.65 462.52 90.74 462.62 90.75 462.7 90.7 462.68 90.74 462.81 90.71 462.83 90.7 462.92 90.62 462.94 90.55 463.04 90.54 463.13 90.47 463.24 90.42 463.25 90.38 463.31 90.32 463.35 90.27 463.33 90.3 463.27 90.35 463.24 90.29 463.19 90.21 463.24 90.12 463.21 90.13 463.13 Z M 87.55 461.55 87.62 461.48 87.67 461.53 87.67 461.62 87.64 461.63 87.55 461.55 Z M 87.36 464.21 87.46 464.22 87.56 464.27 87.63 464.33 87.68 464.33 87.7 464.45 87.66 464.51 87.54 464.46 87.47 464.38 87.41 464.38 87.36 464.33 87.38 464.26 87.36 464.21 Z M 86.63 464.4 86.71 464.3 86.79 464.31 86.83 464.37 86.91 464.41 86.94 464.46 86.85 464.56 86.78 464.52 86.67 464.51 86.63 464.4 Z M 86.08 464.08 86.17 464.02 86.22 464.01 86.3 463.94 86.38 463.94 86.42 464.04 86.38 464.12 86.39 464.16 86.38 464.23 86.34 464.25 86.23 464.17 86.1 464.15 86.08 464.08 Z M 85.63 470.89 85.66 470.85 85.64 470.77 85.74 470.68 85.71 470.56 85.75 470.5 85.84 470.46 85.87 470.41 85.97 470.44 86.02 470.49 86.04 470.6 86.01 470.72 86.01 470.82 85.95 470.99 85.73 471.13 85.69 471.09 85.69 471.01 85.63 470.95 85.63 470.89 Z M 85.47 465.76 85.52 465.76 85.63 465.7 85.72 465.75 85.71 465.78 85.51 465.82 85.47 465.76 Z M 85.27 465.69 85.31 465.68 85.34 465.6 85.34 465.55 85.41 465.52 85.49 465.54 85.46 465.6 85.37 465.68 85.34 465.8 85.27 465.76 85.27 465.69 Z M 85.88 455.58 85.92 455.45 86.06 455.46 86.15 455.4 86.18 455.26 86.13 455.19 86.27 455.11 86.34 454.97 86.36 454.88 86.38 454.77 86.34 454.66 86.35 454.59 86.43 454.49 86.41 454.41 86.51 454.4 86.56 454.45 86.74 454.56 86.81 454.62 86.59 454.76 86.57 454.81 86.61 454.9 86.57 454.94 86.45 454.97 86.4 455.01 86.33 455.16 86.26 455.24 86.28 455.31 86.34 455.42 86.22 455.49 85.91 455.61 85.88 455.58 Z M 83.88 473.94 83.92 473.87 84.04 473.8 84.1 473.71 84.16 473.68 84.19 473.77 84.16 473.83 84.09 473.86 84.04 473.9 83.94 473.95 83.88 473.94 Z M 83.66 476.71 83.72 476.61 83.82 476.52 83.89 476.53 83.91 476.61 83.86 476.66 83.78 476.71 83.66 476.71 Z M 84.25 465.68 84.36 465.71 84.42 465.64 84.42 465.57 84.48 465.51 84.5 465.42 84.6 465.46 84.6 465.49 84.71 465.56 84.84 465.56 84.91 465.51 84.98 465.6 84.89 465.63 84.8 465.6 84.71 465.7 84.66 465.74 84.47 465.77 84.34 465.75 84.25 465.68 Z M 83.71 473.73 83.78 473.64 83.83 473.61 83.86 473.71 83.89 473.75 83.83 473.85 83.72 473.88 83.73 473.82 83.71 473.73 Z M 83.38 467.57 83.47 467.53 83.47 467.6 83.43 467.61 83.38 467.57 Z M 83.86 456.72 83.93 456.62 83.97 456.65 84.07 456.68 84.13 456.9 84.11 457 84.15 457.09 84.13 457.21 84.01 457.11 83.96 456.99 83.88 456.84 83.86 456.72 Z M 81.91 472.36 81.97 472.26 82.18 472.22 82.34 472.25 82.38 472.19 82.45 472.19 82.45 472.26 82.42 472.3 82.36 472.47 82.37 472.51 82.27 472.61 82.2 472.64 82.07 472.57 82.07 472.53 81.95 472.47 81.91 472.36 Z M 79.89 471.46 79.99 471.32 80.09 471.28 80.13 471.23 80.22 471.2 80.23 471.07 80.3 471.03 80.31 470.95 80.4 470.89 80.47 470.88 80.53 470.91 80.75 471.23 80.83 471.33 81.01 471.33 81.05 471.3 81.13 471.35 81.28 471.2 81.19 471.21 81.13 471.18 81.02 471.18 80.93 471.22 80.89 471.18 80.87 471.06 80.8 471 80.69 470.82 80.69 470.75 80.73 470.68 80.71 470.64 80.75 470.57 80.75 470.52 80.89 470.42 80.94 470.44 80.97 470.49 81.08 470.51 81.09 470.54 81.21 470.56 81.23 470.6 81.31 470.62 81.4 470.57 81.5 470.59 81.53 470.49 81.51 470.44 81.38 470.35 81.3 470.32 81.18 470.17 81.18 470.13 81.32 470.02 81.34 469.93 81.41 469.88 81.41 469.83 81.52 469.89 81.56 469.88 81.62 469.92 81.65 469.98 81.75 470 81.81 470.05 81.87 470.03 81.87 470.1 81.91 470.11 82.02 470.1 81.99 470.04 82.03 470.01 82.26 470.02 82.23 469.96 82.16 469.92 81.93 469.86 81.88 469.81 81.84 469.66 81.89 469.62 82.02 469.62 82.07 469.68 82.26 469.73 82.24 469.78 82.32 469.79 82.35 469.88 82.42 469.88 82.43 469.82 82.39 469.72 82.32 469.63 82.33 469.59 82.41 469.59 82.42 469.47 82.32 469.46 82.27 469.4 82.27 469.36 82.17 469.35 82.05 469.16 82.15 469.19 82.34 469.2 82.41 469.16 82.47 469.09 82.51 468.97 82.59 468.96 82.62 468.82 82.74 468.8 82.8 468.82 82.87 468.81 82.87 468.76 82.92 468.7 82.97 468.68 83.04 468.75 83.11 468.73 83.13 468.79 83.23 468.8 83.35 468.88 83.45 468.83 83.4 468.78 83.28 468.74 83.24 468.67 83.1 468.62 82.96 468.51 82.97 468.45 83.02 468.42 83.02 468.34 82.94 468.28 82.95 468.17 82.99 468.1 83.06 468.04 83.06 467.94 83.18 467.82 83.25 467.84 83.32 467.73 83.36 467.72 83.42 467.8 83.41 467.87 83.47 467.88 83.5 467.96 83.56 467.91 83.57 467.85 83.64 467.87 83.66 467.82 83.77 467.67 83.89 467.85 83.96 467.72 84.08 467.67 84.18 467.65 84.25 467.7 84.17 467.77 84.19 467.82 84.15 467.86 84.12 467.95 84.17 468.02 84.13 468.11 84.04 468.18 83.99 468.31 84.05 468.4 83.97 468.45 83.91 468.51 83.85 468.51 83.82 468.57 83.88 468.59 83.86 468.66 83.76 468.74 83.69 468.75 83.59 468.82 83.59 468.89 83.5 469 83.45 469.12 83.37 469.21 83.39 469.26 83.47 469.22 83.6 469.32 83.55 469.43 83.49 469.5 83.49 469.63 83.51 469.65 83.63 469.66 83.67 469.62 83.65 469.52 83.71 469.52 83.77 469.63 83.79 469.69 83.85 469.76 83.9 469.72 83.86 469.65 83.94 469.63 83.96 469.49 84.06 469.4 84 469.23 84.02 469.17 84.12 469.28 84.16 469.22 84.1 469.16 84.14 469.11 84.23 469.15 84.29 469.19 84.33 469.28 84.41 469.34 84.44 469.42 84.52 469.51 84.42 469.59 84.51 469.72 84.63 469.69 84.69 469.57 84.76 469.53 84.85 469.45 84.9 469.46 84.87 469.54 84.89 469.6 84.98 469.6 85.06 469.66 84.96 469.67 84.91 469.82 84.86 469.83 84.88 469.92 84.81 470.05 84.77 470.16 84.73 470.34 84.71 470.54 84.72 470.65 84.78 470.62 84.78 470.53 84.82 470.51 84.86 470.41 84.88 470.27 84.92 470.16 84.98 470.07 85.04 470.02 85.08 470.06 85.06 470.17 85.01 470.32 85.04 470.37 85.11 470.25 85.15 470.22 85.31 469.84 85.37 469.83 85.43 469.92 85.4 470.05 85.41 470.11 85.4 470.22 85.35 470.27 85.39 470.32 85.4 470.44 85.35 470.47 85.31 470.57 85.36 470.63 85.31 470.75 85.24 470.81 85.12 470.79 85.03 470.87 85.01 470.93 85.06 470.96 85.03 471.02 84.91 471.16 84.8 471.2 84.77 471.11 84.71 471.13 84.7 470.99 84.64 470.97 84.54 471.01 84.48 470.98 84.47 470.89 84.42 470.86 84.41 470.77 84.48 470.72 84.43 470.66 84.43 470.59 84.39 470.58 84.38 470.51 84.32 470.47 84.28 470.52 84.17 470.48 84.1 470.49 84.09 470.57 84.09 470.69 84.17 470.77 84.18 470.9 84.15 470.95 84 470.85 83.95 470.9 84.01 470.92 84.01 471.05 84.05 471.07 84.1 471.14 84.14 471.15 84.19 471.23 84.23 471.26 84.18 471.33 84.13 471.3 84.03 471.3 84.03 471.34 83.92 471.41 83.91 471.31 83.78 471.27 83.74 471.34 83.69 471.28 83.61 471.26 83.59 471.2 83.53 471.19 83.5 471.27 83.42 471.24 83.39 471.29 83.3 471.34 83.26 471.32 83.21 471.46 83.21 471.52 83.11 471.53 83.11 471.43 83.08 471.31 83.13 471.16 83.15 470.88 83.12 470.8 83.03 470.8 83.02 470.92 82.97 471.04 82.95 471.25 82.89 471.38 82.88 471.43 82.84 471.51 82.85 471.57 82.79 471.59 82.73 471.67 82.44 471.73 82.34 471.68 82.32 471.54 82.27 471.55 82.27 471.7 82.35 471.9 82.31 472.01 82.26 472.04 82.24 472.13 82.16 472.15 82.09 472.1 82.05 472.13 81.96 472.1 81.86 472.18 81.81 472.26 81.72 472.2 81.66 472.21 81.57 472.18 81.47 472.18 81.38 472.12 81.23 472.09 81.09 472 80.94 471.85 80.85 471.79 80.79 471.79 80.66 471.72 80.6 471.6 80.54 471.63 80.38 471.59 80.34 471.57 80.08 471.64 80.04 471.53 79.89 471.46 Z M 79.63 467.6 79.72 467.51 79.73 467.61 79.63 467.6 Z M 80.11 462.08 80.17 461.97 80.39 461.98 80.5 461.95 80.52 461.9 80.69 461.85 80.79 461.88 80.82 462.01 80.9 462.11 80.92 462.16 80.94 462.28 80.85 462.41 80.76 462.43 80.65 462.51 80.64 462.47 80.51 462.46 80.48 462.47 80.3 462.49 80.21 462.42 80.17 462.37 80.22 462.22 80.19 462.14 80.11 462.12 80.11 462.08 Z M 78.44 479.62 78.51 479.57 78.68 479.54 78.72 479.56 78.67 479.64 78.54 479.72 78.49 479.71 78.44 479.62 Z M 77.24 480.74 77.34 480.67 77.36 480.71 77.25 480.79 77.24 480.74 Z M 76.22 480.96 76.31 480.82 76.39 480.77 76.42 480.83 76.48 480.82 76.58 480.75 76.69 480.73 76.77 480.77 76.75 480.84 76.77 480.95 76.73 481 76.63 481 76.59 480.95 76.49 480.94 76.46 480.91 76.36 480.89 76.26 480.98 76.22 480.96 Z M 75.33 481.88 75.41 481.78 75.41 481.75 75.55 481.59 75.66 481.52 75.75 481.49 75.93 481.41 75.94 481.44 76.03 481.49 76.22 481.49 76.33 481.44 76.41 481.43 76.47 481.54 76.47 481.64 76.51 481.76 76.58 481.88 76.66 481.93 76.75 481.94 76.83 481.93 76.87 481.9 76.97 481.92 77.1 481.89 77.25 481.92 77.27 482 77.18 482.13 77.09 482.18 76.97 482.22 76.9 482.3 76.82 482.29 76.74 482.3 76.71 482.27 76.62 482.25 76.56 482.26 76.51 482.32 76.47 482.29 76.29 482.27 76.23 482.23 76.09 482.19 75.93 482.22 75.81 482.28 75.7 482.23 75.64 482.18 75.53 482.17 75.4 482.13 75.32 482 75.33 481.88 Z M 75.82 471.06 75.88 471.02 75.95 471.07 76 471.08 76 471.14 75.93 471.17 75.86 471.17 75.82 471.13 75.82 471.06 Z M 73.57 482.49 73.58 482.46 73.69 482.31 73.7 482.28 73.84 482.11 73.88 482.04 74.05 481.87 74.26 481.75 74.35 481.68 74.6 481.49 74.79 481.41 74.86 481.4 74.94 481.42 75.21 481.55 75.25 481.67 75.22 481.79 75.06 481.87 75.02 481.88 74.93 481.96 74.9 482.04 74.86 482.07 74.77 482.07 74.55 482.13 74.37 482.2 74.21 482.3 74.09 482.4 74 482.51 73.93 482.61 73.81 482.7 73.69 482.72 73.65 482.69 73.58 482.59 73.57 482.49 Z M 74.24 476.02 74.32 475.9 74.37 475.89 74.38 475.96 74.47 475.97 74.55 475.9 74.64 475.75 74.68 475.62 74.67 475.56 74.59 475.52 74.61 475.47 74.69 475.4 74.73 475.35 74.82 475.3 74.9 475.09 74.94 475.06 74.98 474.95 75.06 474.9 75.17 474.88 75.27 474.81 75.39 474.75 75.45 474.65 75.46 474.57 75.53 474.51 75.57 474.55 75.67 474.57 75.76 474.52 75.82 474.51 75.91 474.41 75.94 474.36 76.13 474.25 76.18 474.14 76.22 474.17 76.31 474.17 76.4 474.14 76.47 474.14 76.52 474.08 76.62 474.01 77.09 474.14 77.25 474.13 77.35 474.09 77.37 474.15 77.46 474.12 77.53 474.19 77.5 474.25 77.49 474.32 77.52 474.39 77.5 474.45 77.49 474.64 77.52 474.77 77.49 474.89 77.45 474.93 77.52 474.98 77.57 474.97 77.67 475.03 77.68 475.13 77.67 475.22 77.86 475.18 77.88 475.05 77.86 474.96 77.98 474.85 77.99 474.77 78.09 474.74 78.15 474.7 78.08 474.58 77.95 474.43 77.91 474.34 77.92 474.27 77.97 474.22 78.03 474.22 78.13 474.25 78.23 474.26 78.32 474.25 78.39 474.29 78.43 474.26 78.5 474.32 78.59 474.26 78.61 474.34 78.73 474.36 78.79 474.29 78.7 474.15 78.59 474.11 78.37 473.99 78.31 474 78.26 473.92 78.16 473.92 78.12 473.88 78.01 473.83 77.79 473.85 77.77 473.73 77.81 473.72 77.75 473.61 77.8 473.48 77.79 473.33 77.82 473.08 77.96 472.99 77.97 472.93 78.08 472.9 78.15 472.81 78.14 472.72 78.26 472.72 78.33 472.69 78.39 472.7 78.45 472.64 78.53 472.63 78.54 472.57 78.62 472.55 78.65 472.5 78.69 472.61 78.78 472.62 78.88 472.67 78.94 472.64 79.04 472.67 78.98 472.8 78.98 472.86 79 472.94 79.1 472.94 79.13 473 79.19 473.03 79.22 473.23 79.27 473.29 79.31 473.45 79.22 473.56 79.19 473.72 79.2 473.82 79.23 473.87 79.3 473.91 79.38 473.74 79.46 473.46 79.55 473.54 79.65 473.53 79.64 473.41 79.58 473.37 79.58 473.31 79.53 473.19 79.51 473.03 79.57 472.99 79.66 473.02 79.74 473.07 79.8 473.09 79.88 473.17 79.99 473.25 80.06 473.27 80.12 473.31 80.19 473.33 80.29 473.28 80.31 473.22 80.14 473.17 80.09 473.13 80.13 473.08 80.1 472.98 79.92 472.94 79.87 472.91 79.87 472.85 79.82 472.8 79.73 472.78 79.66 472.74 79.57 472.61 79.53 472.59 79.39 472.37 79.4 472.3 79.45 472.25 79.47 472.14 79.54 472.1 79.62 472.08 79.69 472.11 79.83 472.25 79.91 472.28 80 472.38 80.1 472.41 80.1 472.46 80.16 472.5 80.21 472.58 80.3 472.6 80.34 472.7 80.4 472.75 80.48 472.69 80.57 472.72 80.63 472.78 80.74 472.84 80.77 472.91 80.86 472.99 80.91 473 80.92 473.06 80.97 473.11 81.02 473.03 81 472.93 80.93 472.89 80.87 472.79 80.87 472.74 80.76 472.62 80.75 472.55 80.66 472.49 80.63 472.4 80.55 472.37 80.47 472.3 80.39 472.25 80.34 472.13 80.3 472.09 80.28 471.99 80.33 471.94 80.37 471.93 80.48 471.96 80.65 472.17 80.75 472.21 80.83 472.21 80.95 472.34 81.01 472.29 81.07 472.28 81.13 472.3 81.18 472.27 81.31 472.34 81.32 472.4 81.38 472.39 81.54 472.42 81.64 472.4 81.75 472.5 81.94 472.55 82.03 472.64 82.11 472.68 82.14 472.75 82.06 472.83 81.87 472.92 81.93 473 81.83 473.05 81.82 473.1 81.77 473.13 81.69 473.26 81.69 473.34 81.66 473.38 81.71 473.48 81.71 473.55 81.66 473.62 81.62 473.64 81.64 473.78 81.7 473.87 81.76 473.94 81.82 473.96 81.86 473.93 81.85 473.81 81.85 473.6 81.87 473.57 81.87 473.44 81.9 473.3 81.97 473.19 82.11 473.11 82.18 473.13 82.25 473.19 82.28 473.38 82.34 473.38 82.37 473.24 82.41 473.17 82.41 473.12 82.47 473.02 82.58 472.95 82.62 472.96 82.71 472.87 82.73 472.72 82.77 472.69 82.84 472.68 83 472.84 83.1 472.81 83.18 472.71 83.27 472.63 83.32 472.56 83.31 472.41 83.42 472.48 83.52 472.37 83.6 472.39 83.62 472.46 83.58 472.53 83.6 472.58 83.56 472.62 83.64 472.69 83.78 472.71 83.86 472.75 83.91 472.8 83.87 472.86 83.79 472.92 83.83 472.96 83.74 473.01 83.59 472.98 83.53 472.93 83.52 472.87 83.44 472.85 83.35 472.94 83.39 473.08 83.51 473.12 83.52 473.18 83.59 473.19 83.57 473.26 83.52 473.31 83.43 473.32 83.45 473.39 83.51 473.48 83.59 473.41 83.7 473.39 83.73 473.34 83.79 473.36 83.82 473.43 83.86 473.45 83.79 473.55 83.64 473.64 83.67 473.7 83.61 473.79 83.48 473.79 83.43 473.71 83.29 473.81 83.26 473.88 83.24 473.97 83.18 474.02 83.16 474.07 83.19 474.13 83.26 474.1 83.28 474.06 83.35 474.06 83.38 474.13 83.31 474.15 83.25 474.2 83.27 474.27 83.23 474.38 83.27 474.4 83.23 474.48 83.09 474.57 83.11 474.64 83.16 474.66 83.24 474.58 83.39 474.48 83.45 474.4 83.53 474.39 83.62 474.46 83.51 474.55 83.51 474.6 83.43 474.65 83.38 474.76 83.29 474.9 83.21 474.99 83.24 475.04 83.36 475.05 83.42 475 83.44 474.95 83.52 474.91 83.55 474.84 83.62 474.82 83.63 474.73 83.71 474.65 83.75 474.68 83.81 474.78 83.76 474.84 83.8 474.9 83.98 474.83 83.98 474.87 84.05 474.94 84.14 474.92 84.2 474.92 84.25 474.88 84.33 474.9 84.4 474.88 84.41 474.96 84.37 474.98 84.36 475.09 84.39 475.13 84.18 475.33 83.97 475.56 83.83 475.63 83.76 475.79 83.73 475.83 83.69 475.96 83.69 476.09 83.67 476.16 83.71 476.23 83.61 476.29 83.54 476.24 83.36 476.17 83.25 476.16 83.17 476.18 83.1 476.25 83.06 476.22 83.18 476.11 83.21 476.05 83.2 476 83.13 475.94 83.07 475.93 83.01 476.07 82.94 476.16 82.86 476.05 82.8 476.07 82.77 476.01 82.69 476.05 82.68 476 82.62 475.93 82.65 475.87 82.56 475.83 82.45 475.91 82.32 475.89 82.26 475.78 82.2 475.79 82.19 475.68 82.14 475.6 82.07 475.58 82 475.6 81.9 475.66 81.83 475.64 81.74 475.55 81.68 475.52 81.6 475.51 81.55 475.56 81.45 475.57 81.46 475.61 81.53 475.63 81.56 475.7 81.46 475.73 81.47 475.79 81.51 475.82 81.59 475.8 81.71 475.81 81.79 475.85 81.83 475.81 81.95 475.9 82.03 475.92 82.1 476 82.14 476.08 82.15 476.19 82.25 476.25 82.33 476.25 82.37 476.31 82.51 476.33 82.52 476.43 82.6 476.5 82.57 476.55 82.57 476.68 82.46 476.75 82.44 476.84 82.47 476.86 82.45 476.94 82.28 477.09 82.18 477.2 82.13 477.12 82.14 477.04 82.09 476.98 82.02 476.96 81.98 476.99 81.93 477.07 81.86 477.13 81.83 477.2 81.74 477.27 81.62 477.2 81.61 477.16 81.65 477.04 81.59 476.98 81.52 477.08 81.47 477.07 81.46 477.01 81.38 476.93 81.37 476.84 81.47 476.77 81.47 476.69 81.28 476.78 81.2 476.78 81.14 476.76 81.12 476.69 80.85 476.75 80.75 476.79 80.71 476.84 80.67 476.82 80.5 476.78 80.39 476.85 80.39 476.89 80.47 476.94 80.6 476.96 80.66 477.04 80.77 476.99 80.9 477.01 80.98 476.96 81.13 477.09 81.18 477.2 81.24 477.28 81.2 477.36 81.1 477.4 81.08 477.43 80.95 477.47 80.91 477.46 80.82 477.54 80.72 477.57 80.66 477.55 80.59 477.56 80.39 477.54 80.35 477.49 80.22 477.47 80.17 477.52 80.19 477.62 80.23 477.65 80.29 477.63 80.34 477.65 80.37 477.72 80.34 477.82 80.29 477.88 80.34 477.93 80.47 477.86 80.53 477.8 80.74 477.74 80.69 477.84 80.71 477.88 80.79 477.86 80.83 477.9 80.89 477.9 80.94 477.81 81.09 477.77 81.18 477.78 81.2 477.87 81.28 477.95 81.39 477.94 81.43 477.96 81.46 478.07 81.4 478.14 81.28 478.23 81.23 478.22 81.12 478.27 81.08 478.24 80.99 478.26 80.86 478.22 80.78 478.25 80.72 478.31 80.59 478.31 80.58 478.39 80.46 478.42 80.42 478.35 80.34 478.34 80.2 478.41 80.13 478.48 80.08 478.61 80.13 478.64 80.14 478.76 80.12 478.81 80.03 478.9 79.98 479.01 79.87 479 79.75 479.06 79.7 479.07 79.67 479.01 79.59 478.98 79.56 478.92 79.66 478.82 79.67 478.7 79.63 478.66 79.53 478.67 79.53 478.62 79.65 478.52 79.7 478.42 79.61 478.44 79.39 478.53 79.38 478.41 79.57 478.29 79.52 478.22 79.46 478.22 79.5 478.12 79.68 477.96 79.82 477.78 79.88 477.74 79.89 477.61 79.94 477.55 79.9 477.51 79.76 477.63 79.68 477.66 79.58 477.59 79.57 477.74 79.44 477.88 79.36 477.98 79.32 478.08 79.27 478.1 79.22 478.17 79.16 478.14 79.15 478.07 79.11 478.03 79.11 477.97 79.02 477.93 78.98 478.03 79.05 478.2 79.07 478.32 79.05 478.42 79 478.49 78.92 478.41 78.82 478.35 78.72 478.26 78.6 478.3 78.36 478.28 78.33 478.33 78.36 478.37 78.22 478.48 78.37 478.52 78.47 478.49 78.49 478.52 78.57 478.54 78.64 478.52 78.68 478.57 78.69 478.65 78.6 478.71 78.55 478.76 78.57 478.82 78.68 478.84 78.74 478.91 78.8 478.93 78.73 479.14 78.65 479.2 78.56 479.23 78.51 479.38 78.41 479.37 78.28 479.38 78.23 479.34 78.17 479.24 78.14 479.3 78.18 479.48 78.11 479.57 78 479.66 77.86 479.7 77.82 479.79 77.87 479.86 77.91 479.85 77.94 479.78 78.04 479.75 78.13 479.75 78.19 479.77 78.08 479.92 77.96 479.94 77.85 480 77.81 480.05 77.76 480.04 77.75 479.95 77.71 479.92 77.58 479.98 77.51 480.06 77.54 480.11 77.48 480.18 77.4 480.24 77.38 480.3 77.31 480.3 77.27 480.36 77.27 480.45 77.15 480.49 77.09 480.53 76.97 480.6 76.81 480.58 76.79 480.5 76.75 480.43 76.67 480.43 76.55 480.51 76.48 480.53 76.37 480.55 76.32 480.49 76.36 480.35 76.41 480.25 76.51 480.16 76.52 480.06 76.58 479.97 76.69 479.82 76.79 479.78 76.85 479.8 76.92 479.76 76.97 479.68 76.98 479.62 77.04 479.58 77.05 479.51 77.13 479.44 77.2 479.4 77.3 479.4 77.36 479.34 77.48 479.34 77.6 479.22 77.64 479.15 77.62 479.07 77.57 479.06 77.56 478.99 77.49 478.99 77.45 479.06 77.34 479.11 77.22 479.1 77.13 479.11 77.11 479.08 77.15 478.96 77.14 478.92 77.18 478.86 77.16 478.81 77.24 478.67 77.33 478.56 77.4 478.42 77.37 478.37 77.51 478.27 77.59 478.19 77.67 478.19 77.88 478.04 77.92 477.94 77.97 477.91 77.98 477.85 77.97 477.74 77.89 477.72 77.82 477.83 77.81 477.93 77.72 477.97 77.62 478 77.57 477.99 77.47 478.12 77.38 478.17 77.32 478.24 77.26 478.27 77.24 478.32 77.18 478.33 77.16 478.39 77.03 478.56 76.98 478.64 76.94 478.65 76.88 478.74 76.84 478.83 76.73 478.96 76.65 478.98 76.63 478.94 76.57 478.96 76.56 479.02 76.52 479.06 76.36 479.29 76.3 479.29 76.23 479.33 76.17 479.34 76.13 479.43 76.07 479.49 76.08 479.58 75.98 479.63 75.89 479.71 75.81 479.75 75.78 479.72 75.81 479.47 75.8 479.3 75.73 479.17 75.65 479.12 75.6 479.07 75.57 478.98 75.47 478.87 75.24 478.73 75.02 478.62 75.03 478.53 75.08 478.39 75.1 478.21 75.12 478.05 75.12 477.75 75.14 477.48 75.14 477.29 75.09 477.11 75.03 477 75.01 476.87 74.95 476.74 74.85 476.63 74.61 476.64 74.66 476.58 74.59 476.5 74.46 476.54 74.25 476.49 74.38 476.43 74.4 476.36 74.36 476.33 74.42 476.27 74.4 476.17 74.3 476.12 74.27 476.04 74.24 476.02 Z M 69.33 486.36 69.35 486.35 69.57 486.27 69.64 486.23 69.76 486.11 69.87 485.87 69.94 485.82 70.03 485.8 70.15 485.85 70.16 485.94 70.05 486.15 70.02 486.23 70.03 486.32 70.07 486.52 70.05 486.63 70.06 486.68 70 486.74 69.94 486.86 69.83 486.89 69.74 486.8 69.72 486.76 69.62 486.72 69.52 486.74 69.4 486.71 69.41 486.62 69.38 486.59 69.43 486.51 69.36 486.44 69.33 486.36 Z M 68.64 475.15 68.7 475.1 68.76 475.16 68.73 475.19 68.64 475.15 Z M 68.53 475.23 68.56 475.2 68.64 475.24 68.57 475.3 68.53 475.23 Z M 68.4 475.44 68.46 475.37 68.52 475.43 68.46 475.46 68.4 475.44 Z M 67.45 477.48 67.49 477.42 67.52 477.42 67.59 477.55 67.45 477.48 Z M 65.6 484.36 65.7 484.37 65.73 484.31 65.81 484.32 65.82 484.26 65.76 484.22 65.69 484.11 65.72 484.04 65.84 484.15 65.93 484.04 65.92 483.96 65.98 483.97 66 484.09 66.06 484.18 66.06 484.34 65.88 484.38 65.9 484.44 65.85 484.5 65.87 484.58 65.87 484.68 65.83 484.69 65.79 484.61 65.74 484.57 65.76 484.5 65.63 484.45 65.6 484.36 Z M 65.5 483.41 65.54 483.33 65.53 483.2 65.57 483.17 65.57 483.08 65.6 483.02 65.65 483.05 65.64 483.13 65.74 483.27 65.67 483.38 65.67 483.45 65.65 483.54 65.57 483.53 65.5 483.49 65.5 483.41 Z M 63.84 480.52 63.89 480.49 63.96 480.43 63.97 480.38 64.08 480.31 64.11 480.26 64.21 480.25 64.25 480.3 64.35 480.31 64.51 480.29 64.59 480.29 64.64 480.33 64.78 480.33 64.85 480.36 64.99 480.49 65.05 480.52 65.1 480.6 65.14 480.61 65.22 480.72 65.15 480.74 65.09 480.7 65.05 480.62 64.87 480.57 64.74 480.57 64.66 480.54 64.57 480.59 64.52 480.69 64.39 480.64 64.34 480.67 64.28 480.63 64.17 480.6 64.07 480.62 63.93 480.58 63.84 480.61 63.84 480.52 Z M 63.56 479.71 63.62 479.71 63.69 479.78 63.63 479.81 63.57 479.78 63.56 479.71 Z M 62.2 480.63 62.27 480.53 62.29 480.6 62.2 480.63 Z M 61.41 481.54 61.52 481.51 61.56 481.46 61.72 481.44 61.8 481.52 61.73 481.59 61.74 481.65 61.79 481.77 61.72 481.76 61.67 481.84 61.59 481.76 61.55 481.65 61.45 481.61 61.41 481.54 Z M 60.2 482.8 60.34 482.8 60.38 482.82 60.36 482.9 60.3 482.85 60.21 482.84 60.2 482.8 Z M 56.94 484.55 57.07 484.34 57.04 484.29 57.12 484.21 57.22 484.23 57.33 484.17 57.41 484.15 57.45 484.23 57.49 484.22 57.6 484.31 57.57 484.37 57.57 484.48 57.68 484.51 57.74 484.59 57.73 484.63 57.67 484.68 57.6 484.65 57.64 484.59 57.63 484.56 57.54 484.55 57.49 484.57 57.46 484.49 57.39 484.5 57.35 484.45 57.4 484.36 57.31 484.36 57.19 484.38 57.11 484.46 57.08 484.58 57.03 484.59 57.09 484.71 56.98 484.68 56.94 484.55 Z M 55.84 484.25 55.89 484.23 55.99 484.11 56.03 484.03 56.15 484.15 56.2 484.16 56.2 484.22 56.14 484.24 56.19 484.3 56.19 484.37 56.09 484.42 56 484.38 55.92 484.29 55.87 484.29 55.84 484.25 Z M 54.3 489.59 54.36 489.58 54.44 489.63 54.43 489.71 54.35 489.66 54.3 489.59 Z M 54.07 490.71 54.15 490.67 54.23 490.68 54.27 490.6 54.22 490.51 54.3 490.47 54.38 490.41 54.43 490.48 54.41 490.58 54.51 490.63 54.6 490.59 54.65 490.61 54.66 490.74 54.58 490.86 54.48 490.95 54.4 490.99 54.3 491.02 54.19 491 54.16 490.96 54.16 490.88 54.12 490.84 54.13 490.78 54.07 490.71 Z M 55.08 484.47 55.13 484.38 55.3 484.35 55.3 484.41 55.37 484.48 55.34 484.6 55.41 484.66 55.36 484.76 55.23 484.82 55.26 484.69 55.21 484.63 55.21 484.56 55.17 484.5 55.08 484.47 Z M 55.1 484.19 55.18 484.23 55.12 484.27 55.1 484.19 Z M 54.85 484.97 54.91 484.92 54.95 484.83 54.95 484.76 54.99 484.72 55.03 484.61 55.08 484.61 55.17 484.64 55.19 484.69 55.16 484.73 54.91 484.94 54.85 484.97 Z M 53.66 489.78 53.71 489.78 53.78 489.7 53.81 489.62 53.87 489.62 53.87 489.53 53.98 489.59 54.04 489.56 54.14 489.56 54.24 489.61 54.26 489.72 54.22 489.78 54.18 489.74 54.09 489.67 54.01 489.81 54.08 489.83 54.14 489.91 54.1 489.95 54.19 490.01 54.22 490.09 54.22 490.19 54.12 490.22 54.06 490.19 53.96 490.31 53.84 490.31 53.78 490.36 53.66 490.35 53.75 490.26 53.76 490.22 53.71 490.14 53.8 490.07 53.86 490.12 53.94 490.14 53.96 490.01 53.91 490 53.88 489.94 53.91 489.78 53.99 489.74 53.93 489.7 53.85 489.72 53.82 489.77 53.74 489.82 53.66 489.85 53.66 489.78 Z M 52.91 491.12 52.96 491.07 53.07 491.09 53.15 491.26 53.25 491.38 53.21 491.54 53.18 491.58 53.08 491.58 52.97 491.56 52.88 491.49 52.95 491.42 52.95 491.25 52.91 491.21 52.91 491.12 Z M 53.09 488.93 53.14 488.86 53.2 488.91 53.26 488.94 53.32 489.03 53.33 489.08 53.44 489.17 53.48 489.1 53.37 488.96 53.41 488.9 53.42 488.84 53.5 488.88 53.56 488.89 53.6 488.84 53.56 488.79 53.47 488.77 53.38 488.73 53.41 488.68 53.48 488.73 53.51 488.63 53.48 488.44 53.48 488.37 53.54 488.34 53.57 488.44 53.63 488.43 53.71 488.32 53.72 488.26 53.78 488.2 53.83 488.26 53.81 488.35 53.76 488.46 53.63 488.54 53.66 488.58 53.63 488.66 53.7 488.69 53.77 488.67 53.78 488.82 53.66 488.82 53.64 488.88 53.71 488.9 53.75 488.95 53.65 489.04 53.6 488.98 53.54 488.99 53.62 489.08 53.57 489.15 53.58 489.23 53.53 489.3 53.58 489.4 53.63 489.45 53.68 489.54 53.65 489.58 53.56 489.6 53.54 489.53 53.49 489.5 53.46 489.31 53.42 489.26 53.35 489.28 53.35 489.47 53.34 489.54 53.24 489.53 53.18 489.46 53.02 489.47 53.04 489.4 53.03 489.34 53.08 489.31 53.08 489.24 53.12 489.22 53.24 489.25 53.29 489.18 53.17 489.09 53.17 488.99 53.09 488.93 Z M 53.12 488.5 53.18 488.52 53.18 488.61 53.11 488.56 53.12 488.5 Z M 52.66 489.07 52.68 489.01 52.76 488.99 52.75 488.94 52.81 488.86 52.87 488.86 52.88 488.94 52.83 489.09 52.76 489.13 52.68 489.1 52.66 489.07 Z M 52.04 490.95 52.11 490.96 52.19 490.92 52.24 490.95 52.32 490.87 52.4 490.83 52.46 490.85 52.57 490.92 52.48 490.97 52.48 491.03 52.35 490.99 52.3 491.02 52.3 491.08 52.21 491.08 52.22 491.15 52.1 491.12 52.08 491.05 52.04 490.95 Z M 52.34 489.16 52.39 489.12 52.4 489.06 52.46 489.04 52.53 489.06 52.6 489.12 52.59 489.23 52.42 489.26 52.34 489.16 Z M 52.18 489.34 52.24 489.27 52.3 489.4 52.33 489.57 52.25 489.59 52.21 489.49 52.22 489.42 52.18 489.34 Z M 56.28 464.32 56.37 464.35 56.39 464.43 56.31 464.48 56.28 464.32 Z M 51.27 489.84 51.32 489.87 51.32 489.98 51.26 489.93 51.27 489.84 Z M 51.95 486.01 51.98 485.93 52.07 485.9 52.05 485.99 51.95 486.01 Z M 51.54 487.14 51.66 487.09 51.76 487.11 51.8 487.21 51.87 487.27 51.85 487.34 51.8 487.38 51.68 487.35 51.55 487.28 51.54 487.14 Z M 50.72 489.54 50.81 489.52 50.83 489.57 50.72 489.54 Z M 55.73 462.5 55.81 462.5 55.8 462.57 55.88 462.67 55.82 462.69 55.8 462.6 55.72 462.56 55.73 462.5 Z M 50.4 490.02 50.45 489.98 50.48 489.85 50.57 489.79 50.63 489.81 50.69 489.87 50.8 489.77 50.75 489.64 50.88 489.6 50.93 489.53 51.03 489.36 51.17 489.31 51.17 489.25 51.26 489.25 51.29 489.2 51.24 489.11 51.08 489.13 51.06 489.11 50.94 489.05 50.95 488.94 50.99 488.91 51.04 488.94 51.1 488.92 51.17 489.01 51.2 488.98 51.2 488.91 51.17 488.83 51.04 488.76 50.94 488.69 50.93 488.62 51 488.56 51.09 488.58 51.25 488.74 51.37 488.84 51.4 488.89 51.46 488.85 51.39 488.78 51.35 488.78 51.27 488.55 51.24 488.52 51.24 488.42 51.34 488.34 51.39 488.42 51.45 488.46 51.48 488.55 51.51 488.58 51.51 488.65 51.55 488.7 51.63 488.73 51.62 488.81 51.69 488.79 51.74 488.72 51.68 488.66 51.74 488.61 51.67 488.53 51.74 488.46 51.69 488.44 51.63 488.36 51.63 488.27 51.6 488.22 51.62 488.16 51.58 488.1 51.71 488.1 51.79 488.17 51.82 488.25 51.9 488.34 51.9 488.44 51.95 488.46 51.99 488.4 51.98 488.35 51.97 488.09 52.03 488.09 52.06 488.15 52.12 488.15 52.15 488.12 52.12 487.9 52.19 487.87 52.22 487.82 52.29 487.77 52.37 487.62 52.43 487.62 52.5 487.79 52.49 487.87 52.51 487.95 52.44 488.05 52.36 488.03 52.32 488.05 52.25 488.02 52.22 488.06 52.25 488.17 52.24 488.25 52.18 488.39 52.17 488.5 52.12 488.61 52.2 488.61 52.19 488.72 52.22 488.73 52.31 488.6 52.34 488.43 52.38 488.4 52.47 488.43 52.54 488.43 52.54 488.48 52.47 488.51 52.51 488.57 52.47 488.62 52.46 488.69 52.41 488.78 52.35 488.78 52.28 488.75 52.31 488.89 52.21 488.98 52.16 488.94 52.15 488.88 52.1 488.87 52.02 488.77 51.99 488.69 51.93 488.71 51.92 488.83 51.89 488.88 51.79 488.86 51.84 488.97 51.91 488.96 51.91 489.08 51.87 489.12 51.75 489.09 51.65 489.02 51.6 489.1 51.66 489.21 51.6 489.28 51.49 489.35 51.44 489.3 51.39 489.38 51.36 489.47 51.28 489.48 51.22 489.53 51.11 489.55 51.02 489.68 51.01 489.81 50.95 489.84 50.87 489.82 50.77 489.84 50.73 489.88 50.71 490.08 50.59 490.17 50.61 490.26 50.53 490.28 50.49 490.32 50.47 490.24 50.47 490.13 50.41 490.08 50.4 490.02 Z M 55.21 463.56 55.28 463.47 55.28 463.39 55.33 463.32 55.38 463.39 55.39 463.46 55.35 463.64 55.42 463.69 55.44 463.76 55.39 463.89 55.33 463.89 55.35 463.8 55.32 463.74 55.21 463.61 55.21 463.56 Z M 50.74 486.32 50.86 486.21 50.94 486.19 51.13 486.12 51.22 486.18 51.28 486.2 51.25 486.26 51.27 486.3 51.33 486.34 51.43 486.35 51.53 486.31 51.6 486.33 51.52 486.42 51.48 486.53 51.52 486.64 51.47 486.68 51.5 486.74 51.44 486.8 51.26 486.66 51.17 486.5 51.11 486.47 51.04 486.47 50.95 486.58 50.8 486.56 50.73 486.37 50.74 486.32 Z M 54.77 463.49 54.83 463.4 54.89 463.21 54.96 463.09 54.98 463.09 55.02 463.24 55.02 463.3 54.99 463.42 54.94 463.47 54.82 463.56 54.77 463.49 Z M 49.88 486.91 49.96 486.91 50.02 486.85 50 486.81 50.02 486.73 50.09 486.69 50.17 486.7 50.19 486.78 50.33 486.87 50.57 486.77 50.58 486.75 50.71 486.79 50.73 486.86 50.6 486.93 50.71 486.98 50.71 487.15 50.73 487.2 50.69 487.29 50.64 487.32 50.64 487.37 50.58 487.48 50.53 487.51 50.39 487.43 50.41 487.38 50.39 487.25 50.32 487.22 50.27 487.25 50.23 487.22 50.23 487.15 50.2 487.13 50.06 487.17 49.91 487 49.88 486.91 Z M 48.55 486.64 48.66 486.63 48.68 486.53 48.75 486.47 48.76 486.42 48.89 486.28 48.96 486.24 49.08 486.24 49.2 486.15 49.29 486.23 49.35 486.22 49.45 486.28 49.5 486.35 49.5 486.4 49.46 486.49 49.47 486.56 49.43 486.65 49.38 486.69 49.33 486.77 49.3 486.74 49.22 486.77 49.22 486.84 49.25 486.9 49.31 486.93 49.42 486.88 49.43 486.83 49.5 486.82 49.53 486.77 49.63 486.78 49.62 486.71 49.57 486.64 49.64 486.56 49.68 486.54 49.83 486.4 49.88 486.42 49.99 486.52 49.97 486.57 49.97 486.66 49.93 486.67 49.88 486.75 49.74 486.81 49.72 486.88 49.67 486.92 49.66 486.98 49.67 487.13 49.66 487.19 49.72 487.3 49.79 487.35 49.79 487.43 49.74 487.47 49.67 487.44 49.61 487.47 49.61 487.51 49.74 487.54 49.83 487.57 49.88 487.61 49.86 487.68 49.87 487.82 49.98 487.89 49.95 487.93 49.87 487.91 49.85 487.94 49.77 487.89 49.74 487.84 49.64 487.83 49.8 488.01 49.78 488.07 49.72 488.12 49.64 488.23 49.62 488.15 49.62 488.04 49.5 488.03 49.48 488.09 49.41 488.08 49.39 488 49.31 488.05 49.26 487.91 49.18 487.92 49.1 487.83 49.09 487.67 49 487.62 48.8 487.61 48.74 487.67 48.75 487.71 48.64 487.83 48.62 487.9 48.58 487.95 48.57 488.01 48.52 488.04 48.46 488.05 48.51 487.92 48.5 487.88 48.56 487.84 48.56 487.73 48.53 487.69 48.55 487.61 48.48 487.48 48.44 487.45 48.46 487.38 48.56 487.23 48.57 487.12 48.5 487 48.63 486.82 48.6 486.7 48.55 486.64 Z M 49.08 482.59 49.17 482.53 49.27 482.56 49.35 482.56 49.45 482.5 49.53 482.41 49.58 482.31 49.63 482.34 49.58 482.42 49.58 482.55 49.53 482.59 49.44 482.56 49.09 482.6 49.08 482.59 Z M 48.89 481.75 48.92 481.72 49.04 481.67 49.23 481.7 49.31 481.73 49.27 481.77 49.21 481.74 49.02 481.72 48.9 481.8 48.89 481.75 Z M 52.32 463.71 52.38 463.62 52.38 463.55 52.41 463.46 52.39 463.4 52.46 463.28 52.48 463.19 52.53 463.15 52.57 463.04 52.57 462.98 52.71 462.93 52.81 462.86 53.13 462.75 53.3 462.79 53.42 462.76 53.53 462.68 53.63 462.64 53.72 462.66 53.8 462.58 53.84 462.51 53.93 462.51 54.05 462.45 53.96 462.59 53.81 462.8 53.64 463 53.48 463.25 53.46 463.29 53.21 463.61 53.15 463.7 53.05 463.9 53.02 463.93 52.87 464.03 52.76 464.04 52.69 464.08 52.63 464.03 52.42 463.97 52.3 464.03 52.26 463.97 52.33 463.84 52.3 463.74 52.32 463.71 Z M 59.49 424.85 59.52 424.76 59.55 424.92 59.48 424.89 59.49 424.85 Z M 46.09 487.01 46.18 486.92 46.3 486.89 46.38 486.97 46.49 486.94 46.51 486.99 46.48 487.07 46.51 487.09 46.53 487.19 46.51 487.29 46.47 487.37 46.42 487.39 46.18 487.18 46.19 487.13 46.1 487.08 46.09 487.01 Z M 45.24 487.76 45.26 487.76 45.34 487.65 45.33 487.49 45.43 487.59 45.5 487.74 45.47 487.85 45.43 487.87 45.33 487.88 45.24 487.76 Z M 45.67 484.67 45.73 484.6 45.76 484.67 45.67 484.67 Z M 45.1 486.74 45.13 486.67 45.18 486.59 45.31 486.53 45.36 486.56 45.49 486.6 45.59 486.56 45.69 486.57 45.81 486.53 45.83 486.59 45.73 486.68 45.68 486.74 45.68 486.8 45.62 486.88 45.59 486.83 45.54 486.81 45.41 486.85 45.34 486.9 45.19 486.81 45.12 486.82 45.1 486.74 Z M 44.19 487.02 44.23 486.99 44.26 486.91 44.37 486.91 44.43 486.84 44.51 486.85 44.54 486.82 44.66 486.93 44.77 486.96 44.8 487.05 44.85 487.06 44.86 487.18 44.91 487.19 45.09 487.32 45.14 487.33 45.21 487.38 45.19 487.51 45.08 487.53 45.02 487.55 44.97 487.61 44.98 487.66 44.88 487.62 44.82 487.72 44.68 487.75 44.63 487.75 44.58 487.63 44.52 487.58 44.52 487.48 44.56 487.41 44.63 487.4 44.69 487.35 44.75 487.24 44.75 487.11 44.69 487.05 44.69 487 44.6 486.99 44.56 487.01 44.63 487.1 44.6 487.2 44.52 487.29 44.51 487.33 44.4 487.25 44.39 487.21 44.3 487.16 44.22 487.15 44.19 487.02 Z M 43.96 487.86 44.05 487.91 44.08 488.01 44.13 488.06 44.07 488.13 44 488.03 43.99 487.95 43.95 487.9 43.96 487.86 Z M 44.05 487.23 44.14 487.2 44.17 487.28 44.23 487.28 44.28 487.35 44.24 487.43 44.18 487.44 44.07 487.28 44.05 487.23 Z M 43.83 487.42 43.88 487.46 43.86 487.55 43.91 487.61 43.93 487.7 43.87 487.72 43.82 487.54 43.83 487.42 Z M 41.5 490.13 41.53 490.04 41.6 490.06 41.58 490.17 41.51 490.18 41.5 490.13 Z M 41.74 488.03 41.9 488.03 41.98 487.99 42.08 487.89 42.07 487.85 42.27 487.76 42.51 487.86 42.55 487.9 42.58 488.02 42.57 488.12 42.52 488.23 42.53 488.31 42.49 488.5 42.46 488.54 42.41 488.54 42.28 488.67 42.25 488.78 42.15 488.82 42.06 488.84 41.96 488.75 41.95 488.64 41.89 488.56 41.84 488.54 41.81 488.43 41.75 488.41 41.77 488.29 41.74 488.24 41.78 488.1 41.74 488.03 Z M 40.75 491.55 40.79 491.52 40.91 491.58 40.94 491.63 41.07 491.67 41.02 491.7 41.02 491.81 41.06 491.84 41.13 491.81 41.2 491.82 41.17 491.88 41.11 491.9 41.09 491.94 41.02 491.88 40.94 491.86 40.89 491.89 40.82 491.79 40.78 491.68 40.78 491.63 40.75 491.55 Z M 40.55 491.8 40.69 491.82 40.71 491.89 40.62 491.88 40.55 491.84 40.55 491.8 Z M 54.42 427.72 54.49 427.74 54.52 427.66 54.65 427.63 54.69 427.57 54.77 427.5 54.79 427.59 54.86 427.61 54.87 427.52 54.99 427.47 55.08 427.49 55.11 427.55 55.21 427.61 55.31 427.61 55.36 427.59 55.38 427.53 55.46 427.57 55.52 427.64 55.49 427.77 55.58 427.91 55.51 427.96 55.51 428.03 55.46 428.06 55.47 428.15 55.49 428.2 55.44 428.26 55.39 428.23 55.4 428.15 55.34 428.1 55.25 428.18 55.08 428.12 55.04 428.16 54.89 428.08 54.81 428.12 54.76 428.08 54.7 428.1 54.65 428.07 54.61 427.95 54.56 427.92 54.5 427.93 54.46 427.88 54.51 427.81 54.45 427.78 54.42 427.72 Z M 39.26 491.13 39.37 491.04 39.39 490.95 39.43 490.91 39.51 490.9 39.44 490.78 39.45 490.72 39.53 490.74 39.6 490.72 39.94 490.96 39.96 491.01 40.08 491.06 40.04 491.11 40.09 491.16 40.12 491.11 40.2 491.2 40.27 491.14 40.35 491.18 40.3 491.24 40.45 491.38 40.45 491.46 40.55 491.46 40.61 491.51 40.6 491.56 40.44 491.51 40.43 491.6 40.48 491.68 40.44 491.73 40.36 491.64 40.29 491.64 40.23 491.54 40.17 491.57 40.05 491.53 40.03 491.56 40.03 491.63 39.96 491.59 39.98 491.54 39.93 491.5 39.85 491.53 39.77 491.42 39.73 491.41 39.52 491.48 39.56 491.54 39.51 491.56 39.48 491.48 39.4 491.39 39.34 491.23 39.26 491.13 Z M 40.67 484.74 40.84 484.66 41.06 484.57 41.29 484.49 41.42 484.46 41.44 484.51 41.33 484.51 41.22 484.57 41.06 484.6 40.89 484.66 40.7 484.75 40.67 484.74 Z M 39.87 487.8 39.92 487.79 39.95 487.85 39.89 487.87 39.87 487.8 Z M 40.1 485.27 40.3 485.09 40.46 484.92 40.47 484.94 40.29 485.16 40.26 485.16 40.15 485.26 40.1 485.27 Z M 39.6 484 39.65 483.91 39.77 483.89 39.83 483.95 39.84 484.01 39.8 484.15 39.71 484.18 39.63 484.11 39.6 484 Z M 43.7 453.58 43.72 453.58 43.82 453.72 43.88 453.78 43.96 453.81 43.95 453.88 43.87 453.84 43.75 453.72 43.7 453.58 Z M 47.68 430.01 47.78 429.95 47.85 429.97 47.89 430.03 47.86 430.09 47.78 430.12 47.7 430.08 47.68 430.01 Z M 47.69 429.73 47.72 429.67 47.83 429.58 47.87 429.63 47.85 429.75 47.74 429.8 47.67 429.8 47.69 429.73 Z M 30.82 490.79 30.89 490.77 30.94 490.82 30.86 490.84 30.82 490.79 Z M 46.42 431.48 46.47 431.43 46.51 431.5 46.44 431.53 46.42 431.48 Z M 30.73 490.65 30.81 490.62 30.86 490.64 31.11 490.57 31.25 490.6 31.23 490.7 31.17 490.7 31.12 490.65 31.03 490.65 30.98 490.71 30.89 490.7 30.8 490.73 30.73 490.65 Z M 46.13 432.32 46.21 432.32 46.24 432.26 46.29 432.38 46.18 432.38 46.13 432.32 Z M 45.96 432.42 45.99 432.36 46.06 432.33 46.1 432.42 46.22 432.43 46.27 432.52 46.28 432.77 46.26 432.9 46.18 432.92 46.05 432.9 46.02 432.84 45.96 432.82 45.91 432.67 45.95 432.54 45.96 432.42 Z M 31.17 488 31.26 487.91 31.27 487.87 31.38 487.85 31.46 487.87 31.6 487.8 31.63 487.75 31.7 487.78 31.83 487.74 31.93 487.73 31.98 487.76 32.14 487.74 32.23 487.7 32.45 487.48 32.65 487.24 32.84 486.97 32.98 486.84 33.2 486.54 33.22 486.41 33.28 486.28 33.42 486.28 33.42 486.25 33.56 486.15 33.66 486.13 33.71 486.16 33.84 486.11 33.96 486.2 33.98 486.25 34.03 486.28 34.08 486.36 34.07 486.4 34.14 486.45 34.27 486.47 34.29 486.45 34.44 486.44 34.59 486.41 34.75 486.34 34.87 486.28 34.94 486.22 35.03 486.21 35.09 486.17 35.16 486.23 35.27 486.27 35.45 486.26 35.61 486.21 35.82 486.13 35.92 486.07 36.13 485.93 36.18 485.93 36.31 485.98 36.47 485.97 36.62 485.94 36.74 486.02 36.84 486.06 37.06 486.13 37.46 486.19 37.56 486.17 37.7 486.26 37.64 486.27 37.59 486.22 37.53 486.26 37.51 486.34 37.53 486.42 37.68 486.59 37.81 486.83 37.84 486.96 37.85 487.2 37.88 487.26 37.88 487.38 37.82 487.43 37.8 487.54 37.77 487.62 37.76 487.73 37.79 487.85 37.83 487.88 37.83 487.94 37.78 488.1 37.79 488.16 37.88 488.33 37.91 488.44 37.97 488.43 38.03 488.47 38.1 488.46 38.18 488.49 38.24 488.46 38.3 488.51 38.42 488.47 38.52 488.42 38.54 488.49 38.6 488.48 38.65 488.52 38.69 488.62 38.73 488.74 38.77 488.8 38.76 488.96 38.72 489.06 38.75 489.11 38.84 489.13 38.89 489.13 38.88 489.21 38.9 489.25 38.83 489.31 38.73 489.28 38.62 489.21 38.45 489.18 38.5 489.13 38.6 489.09 38.64 489.1 38.67 489.04 38.47 488.95 38.34 488.92 38.3 488.93 38.23 489.05 38.2 488.99 38.22 488.94 38.18 488.9 38.13 488.93 38.08 488.88 38.16 488.82 38.13 488.77 37.97 488.82 37.91 488.69 37.88 488.65 37.87 488.57 37.91 488.49 37.88 488.45 37.74 488.41 37.62 488.43 37.6 488.47 37.53 488.5 37.47 488.56 37.49 488.67 37.48 488.76 37.44 488.9 37.39 488.99 37.17 488.95 37.04 488.94 37 489.03 36.94 489.06 36.72 489.05 36.69 489.11 36.64 489.14 36.6 489.1 36.41 489 36.26 488.93 36.06 488.86 35.95 488.81 35.78 488.75 35.68 488.77 35.61 488.74 35.2 488.64 34.83 488.59 34.64 488.58 34.38 488.6 34.14 488.64 33.94 488.7 33.78 488.77 33.59 488.87 33.46 489.01 33.51 489.14 33.44 489.17 33.44 489.28 33.38 489.34 33.25 489.41 33.22 489.45 33.11 489.47 33.04 489.53 32.9 489.56 32.86 489.59 32.69 489.59 32.6 489.56 32.43 489.55 32.38 489.57 32.23 489.55 32.2 489.58 32.01 489.6 31.94 489.53 31.81 489.46 31.69 489.45 31.66 489.47 31.57 489.41 31.46 489.36 31.41 489.28 31.29 489.18 31.28 489.04 31.22 489 31.23 488.84 31.22 488.76 31.16 488.75 31.13 488.68 31.21 488.61 31.2 488.5 31.12 488.39 31.12 488.28 31.17 488.13 31.17 488 Z M 42.33 444.93 42.49 444.66 42.59 444.73 42.69 444.83 42.78 444.97 42.79 445.04 42.73 445.06 42.59 445.08 42.4 445.08 42.33 445.03 42.33 444.93 Z M 45.61 432.66 45.71 432.5 45.75 432.54 45.79 432.71 45.83 432.73 45.85 432.83 45.78 432.88 45.65 432.87 45.62 432.84 45.61 432.66 Z M 45.41 432.83 45.53 432.77 45.6 432.87 45.42 432.87 45.41 432.83 Z M 29.2 490.96 29.24 490.98 29.26 490.92 29.32 490.88 29.4 490.88 29.48 490.95 29.57 490.84 29.66 490.87 29.69 490.93 29.82 490.92 29.88 490.99 29.92 490.98 29.93 491.05 29.99 491.07 30.03 491.02 30.11 491.07 30.21 491.11 30.27 491.02 30.42 491.03 30.45 491.08 30.42 491.12 30.43 491.21 30.34 491.26 30.28 491.36 30.21 491.43 30.1 491.37 30.03 491.41 30 491.36 29.86 491.4 29.79 491.33 29.7 491.33 29.67 491.29 29.51 491.15 29.42 491.24 29.41 491.17 29.31 491.08 29.2 491.04 29.2 490.96 Z M 28.09 490.85 28.3 490.86 28.33 490.89 28.44 490.9 28.5 490.88 28.59 490.87 28.62 490.83 28.68 490.91 28.76 490.93 28.91 490.94 29.01 490.98 29.01 491.04 29.06 491.11 29.07 491.2 29 491.24 28.98 491.17 28.89 491.15 28.84 491.21 28.81 491.31 28.76 491.25 28.71 491.22 28.67 491.05 28.54 490.99 28.51 490.99 28.35 490.92 28.27 490.94 28.14 490.9 28.09 490.85 Z M 27.65 490.97 27.71 490.98 27.89 490.87 27.93 490.97 28.02 491.06 27.99 491.1 27.82 491.1 27.7 491.12 27.71 491.04 27.65 490.97 Z M 27.59 489.46 27.68 489.32 27.77 489.28 27.86 489.3 27.9 489.26 27.86 489.18 27.92 489.16 28.01 489.21 28.03 489.28 28.1 489.34 28.25 489.28 28.39 489.29 28.53 489.37 28.49 489.44 28.37 489.4 28.32 489.45 28.31 489.51 28.14 489.53 28.1 489.58 28.1 489.65 28.15 489.73 28.11 489.81 28.14 489.84 28.2 489.81 28.28 489.91 28.4 489.92 28.5 489.97 28.55 490.02 28.65 489.99 28.71 490.12 28.61 490.26 28.55 490.21 28.45 490.17 28.37 490.17 28.3 490.14 28.23 490.2 28.22 490.26 28.13 490.27 28.11 490.34 28.05 490.34 28.01 490.29 27.93 490.29 27.9 490.36 27.97 490.42 27.89 490.51 27.78 490.51 27.7 490.43 27.65 490.42 27.64 490.33 27.57 490.21 27.66 490.22 27.79 490.11 27.82 490.05 27.73 489.98 27.7 489.84 27.75 489.8 27.97 489.71 27.98 489.65 27.93 489.57 27.88 489.54 27.81 489.6 27.74 489.62 27.63 489.59 27.59 489.51 27.59 489.46 Z M 25.52 490.68 25.63 490.7 25.67 490.78 25.58 490.81 25.52 490.68 Z M 25.66 489.81 25.72 489.8 25.72 489.7 25.76 489.65 25.86 489.64 25.88 489.48 26.03 489.43 26.14 489.45 26.22 489.4 26.27 489.33 26.33 489.35 26.38 489.29 26.5 489.34 26.56 489.31 26.56 489.4 26.65 489.44 26.71 489.41 26.8 489.47 26.8 489.57 26.7 489.69 26.75 489.81 26.85 489.87 26.96 489.78 26.99 489.85 27.04 489.84 27.1 489.91 27.19 489.97 27.21 490.04 27.2 490.09 27.08 490.13 26.96 490.1 26.89 490.07 26.83 490.12 26.94 490.16 27.14 490.31 27.28 490.31 27.38 490.3 27.43 490.25 27.47 490.28 27.46 490.36 27.39 490.39 27.38 490.47 27.33 490.52 27.19 490.5 27.13 490.53 27.03 490.54 27 490.57 26.91 490.59 26.86 490.51 26.72 490.47 26.73 490.41 26.63 490.42 26.57 490.57 26.48 490.6 26.45 490.67 26.41 490.68 26.34 490.63 26.39 490.5 26.34 490.44 26.27 490.41 26.16 490.43 26.14 490.34 26.08 490.32 26.02 490.4 25.98 490.39 25.87 490.43 25.76 490.42 25.77 490.28 25.81 490.22 25.76 490.09 25.68 490.02 25.66 489.81 Z M 40.44 437.57 40.51 437.59 40.5 437.69 40.46 437.72 40.44 437.57 Z M 25.04 490.64 25.1 490.68 25.17 490.66 25.21 490.59 25.28 490.65 25.43 490.73 25.43 490.8 25.51 490.9 25.45 490.94 25.33 490.94 25.08 490.87 25.01 490.83 25.04 490.72 25.04 490.64 Z M 45.58 418.71 45.68 418.71 45.69 418.74 45.63 418.85 45.59 418.85 45.58 418.71 Z M 24.21 491.86 24.27 491.79 24.35 491.93 24.39 491.81 24.53 491.79 24.48 492.01 24.57 491.96 24.67 491.82 24.65 491.76 24.69 491.69 24.75 491.66 24.93 491.65 25.04 491.68 25.12 491.64 25.13 491.69 25.22 491.75 25.07 491.8 24.97 491.85 24.92 491.95 25.01 492.03 24.92 492.08 24.96 492.17 24.89 492.2 24.76 492.17 24.7 492.1 24.63 492.12 24.68 492.24 24.74 492.31 24.6 492.4 24.53 492.39 24.45 492.34 24.43 492.42 24.46 492.5 24.38 492.48 24.31 492.42 24.29 492.26 24.19 492.22 24.18 492.11 24.22 491.92 24.21 491.86 Z M 33.01 446.87 33.07 446.92 33.1 446.98 33.14 447.01 33.24 446.99 33.32 446.92 33.44 446.92 33.51 446.89 33.59 446.9 33.68 446.96 33.63 447.02 33.71 447.03 33.82 446.97 34.01 447.04 34.06 447.09 34.14 447.12 34.24 447.08 34.26 447.16 34.41 447.28 34.46 447.3 34.6 447.29 34.76 447.33 34.73 447.45 34.84 447.5 34.91 447.46 34.98 447.46 34.99 447.53 35.03 447.55 35.17 447.44 35.2 447.46 35.27 447.31 35.25 447.26 35.28 447.21 35.23 447.14 35.32 447.05 35.36 447.05 35.41 446.99 35.47 446.99 35.53 446.94 35.63 446.92 35.69 447.01 35.73 446.98 35.76 446.91 35.89 446.95 35.92 446.88 35.98 446.92 36.07 447.01 36.05 447.06 36.11 447.09 36.16 447.03 36.21 447.01 36.23 446.8 36.32 446.79 36.34 446.75 36.4 446.77 36.48 446.73 36.51 446.69 36.58 446.65 36.65 446.68 36.7 446.74 36.76 446.77 36.83 446.84 36.83 446.9 36.91 446.99 36.98 446.98 37.02 446.94 37.17 446.93 37.22 446.88 37.32 446.88 37.5 446.9 37.59 446.9 37.64 446.99 37.71 447.03 37.8 446.97 37.81 446.86 37.77 446.83 37.79 446.73 37.86 446.75 37.87 446.86 37.83 446.9 37.84 447.01 37.81 447.07 37.82 447.12 37.87 447.16 37.84 447.22 37.91 447.33 37.92 447.38 37.84 447.42 37.86 447.48 37.97 447.54 38.09 447.62 38.24 447.63 38.27 447.62 38.36 447.65 38.44 447.53 38.48 447.55 38.55 447.53 38.64 447.62 38.71 447.67 38.77 447.67 38.76 447.73 38.88 447.76 38.85 447.79 38.88 447.85 38.96 447.91 39.02 447.91 39.03 447.97 39.12 448.07 39.06 448.14 39.11 448.24 39.03 448.27 39.01 448.34 38.89 448.34 38.88 448.47 38.91 448.52 38.97 448.53 38.93 448.62 38.94 448.71 38.82 448.81 38.73 448.92 38.75 449 38.88 449.02 38.89 449.08 38.82 449.12 38.86 449.3 38.8 449.35 38.8 449.43 38.75 449.48 38.68 449.51 38.61 449.58 38.61 449.67 38.67 449.69 38.63 449.84 38.69 449.89 38.69 449.93 38.77 450 38.69 450.12 38.65 450.13 38.65 450.19 38.71 450.33 38.67 450.38 38.76 450.39 38.82 450.32 38.87 450.32 38.94 450.4 38.89 450.48 38.83 450.46 38.77 450.56 38.83 450.7 38.73 450.8 38.62 450.77 38.54 450.81 38.48 450.77 38.43 450.79 38.3 450.78 38.23 450.8 38.21 450.7 38.11 450.67 38.05 450.72 38 450.68 37.92 450.71 37.86 450.68 37.76 450.71 37.67 450.77 37.56 450.77 37.55 450.71 37.43 450.67 37.24 450.68 37.07 450.72 36.95 450.77 36.78 450.85 36.65 450.85 36.7 450.92 36.73 451.02 36.7 451.08 36.74 451.15 36.77 451.25 36.72 451.33 36.63 451.35 36.53 451.33 36.48 451.35 36.36 451.3 36.3 451.2 36.34 451.17 36.32 451.06 36.25 450.89 36.14 450.73 36.05 450.65 35.99 450.63 35.95 450.53 35.85 450.43 35.74 450.35 35.58 450.33 35.54 450.37 35.47 450.35 35.43 450.28 35.4 450.3 35.32 450.27 35.22 450.26 35.11 450.21 35.03 450.07 35.04 450.04 34.96 449.93 34.82 449.83 34.82 449.8 34.71 449.77 34.65 449.62 34.52 449.4 34.35 449.16 34.21 449.05 34.17 448.98 34.01 448.89 33.94 448.79 33.87 448.81 33.73 448.76 33.67 448.69 33.64 448.61 33.57 448.54 33.5 448.4 33.43 448.28 33.41 448.16 33.34 448.1 33.2 448.06 33.12 447.97 33.19 447.85 33.19 447.72 33.21 447.58 33.2 447.49 33.13 447.23 33.11 447.09 33.06 446.99 33.02 446.95 33.01 446.87 Z M 16.99 493.2 17.07 493.18 17.15 493.22 17.2 493.16 17.47 493.07 17.49 493.02 17.59 492.98 17.72 492.91 17.79 492.89 17.86 492.89 17.87 492.97 17.91 492.98 17.96 492.92 18.02 492.96 17.98 493.01 18.03 493.06 18.07 493 18.19 493.06 18.2 493.02 18.27 492.99 18.33 492.93 18.41 492.96 18.42 493.06 18.48 493.05 18.54 493.1 18.59 493.17 18.64 493.11 18.61 493.09 18.59 492.95 18.66 492.91 18.7 492.93 18.78 492.86 18.8 492.78 18.86 492.78 18.94 492.88 19.01 492.92 19.01 492.99 19.04 493.08 19.11 493.08 19.13 492.93 19.16 492.9 19.21 493.04 19.26 493.08 19.31 493.22 19.36 493.2 19.37 493.13 19.33 492.98 19.34 492.89 19.4 492.86 19.5 493.06 19.53 493.02 19.54 492.95 19.65 492.99 19.57 492.83 19.64 492.78 19.73 492.83 19.75 492.85 19.88 492.96 19.95 493 20.01 492.94 20.08 492.95 20.14 493.02 20.19 492.97 20.17 492.92 20.08 492.86 20.09 492.81 20.18 492.84 20.22 492.73 20.12 492.62 20.14 492.59 20.4 492.73 20.57 492.85 20.66 492.81 20.6 492.72 20.53 492.7 20.54 492.6 20.43 492.53 20.39 492.47 20.41 492.4 20.45 492.39 20.42 492.3 20.42 492.25 20.39 492.1 20.42 492.04 20.5 492.03 20.49 491.98 20.62 491.97 20.69 491.95 20.75 491.98 20.8 492.06 20.81 492.12 20.88 492.2 20.92 492.17 20.92 492.07 20.95 492.04 21.07 492.16 21.1 492.02 21.01 491.88 20.91 491.8 20.93 491.66 21.04 491.57 21.12 491.54 21.27 491.53 21.39 491.6 21.43 491.57 21.61 491.64 21.7 491.65 21.68 491.75 21.71 491.82 21.75 491.86 21.77 491.99 21.72 492.06 21.72 492.19 21.76 492.21 21.85 492.12 21.91 492.24 21.89 492.28 21.95 492.39 21.98 492.3 21.99 492.17 21.96 492.1 21.97 491.98 21.92 491.93 21.95 491.85 21.94 491.78 22.03 491.81 22.09 491.91 22.2 491.98 22.28 491.93 22.15 491.88 22.15 491.83 22.22 491.76 22.33 491.85 22.4 491.86 22.49 491.9 22.51 491.85 22.46 491.79 22.4 491.78 22.24 491.67 22.15 491.64 22.01 491.56 21.89 491.55 21.92 491.51 21.9 491.44 21.83 491.39 21.67 491.32 21.55 491.15 21.49 491.15 21.43 491.21 21.33 491.25 21.25 491.22 21.25 491.14 21.13 490.95 21.06 490.91 21.13 490.84 21.15 490.78 21.11 490.71 21.01 490.63 20.93 490.61 20.9 490.58 20.92 490.5 20.91 490.45 20.94 490.37 21.01 490.34 21.07 490.38 21.19 490.3 21.25 490.21 21.29 490.17 21.31 490.1 21.4 490.02 21.53 490.03 21.58 490.01 21.65 489.9 21.75 489.87 21.8 489.91 21.86 489.92 21.99 489.89 22 489.84 22.07 489.89 22.2 489.83 22.29 489.82 22.35 489.9 22.42 489.94 22.48 489.94 22.57 489.87 22.61 489.89 22.68 489.86 22.73 489.88 22.83 489.82 22.9 489.81 22.95 489.94 23.05 489.97 23.12 489.9 23.22 489.89 23.24 489.93 23.3 489.94 23.37 490.01 23.42 490.18 23.41 490.3 23.42 490.34 23.36 490.38 23.26 490.38 23.21 490.47 23.13 490.51 23.11 490.55 23.15 490.68 23.17 490.72 23.16 490.79 23.06 490.87 23.13 490.95 23.24 490.87 23.31 490.93 23.26 490.97 23.19 491.1 23.12 491.13 23.16 491.23 23.24 491.14 23.32 491.1 23.39 491.09 23.43 491.02 23.36 491.01 23.36 490.95 23.45 490.91 23.48 490.84 23.48 490.76 23.58 490.69 23.67 490.69 23.68 490.78 23.64 490.82 23.6 490.81 23.51 490.85 23.53 490.92 23.47 490.97 23.51 491.03 23.6 490.96 23.79 490.89 23.8 490.93 23.87 490.92 23.97 490.79 23.95 490.72 24 490.59 24.03 490.58 24.09 490.67 24.14 490.61 24.12 490.57 24.19 490.41 24.32 490.37 24.38 490.28 24.41 490.3 24.43 490.42 24.33 490.56 24.26 490.6 24.24 490.69 24.27 490.73 24.35 490.72 24.41 490.75 24.57 490.66 24.59 490.69 24.69 490.58 24.73 490.57 24.75 490.67 24.74 490.76 24.75 490.89 24.69 491 24.74 491.05 24.82 490.95 24.85 491.02 24.83 491.14 24.79 491.17 24.7 491.19 24.68 491.3 24.57 491.34 24.46 491.34 24.4 491.3 24.32 491.3 24.28 491.26 24.29 491.17 24.24 491.15 24.2 491.2 24.16 491.34 24 491.4 23.99 491.46 23.93 491.48 23.81 491.44 23.82 491.6 23.65 491.63 23.61 491.67 23.55 491.66 23.41 491.59 23.36 491.6 23.37 491.71 23.45 491.71 23.48 491.76 23.4 491.76 23.39 491.83 23.33 491.82 23.23 491.84 23.05 491.84 22.91 491.87 23.04 491.92 23.13 491.94 23.12 491.98 23.05 492.03 22.96 492.04 22.97 492.11 23.07 492.11 23.14 492.25 23.21 492.15 23.21 492.07 23.3 492.03 23.4 492.11 23.46 492.07 23.48 491.99 23.54 491.95 23.74 491.91 23.77 492.02 23.72 492.08 23.73 492.11 23.83 492.13 23.87 492.07 23.93 491.89 24.05 491.82 24.09 491.84 24.12 492.01 24.11 492.11 24.04 492.23 24.11 492.22 24.2 492.26 24.24 492.37 24.23 492.48 24.2 492.51 24.14 492.49 24.09 492.59 24.01 492.57 23.94 492.59 23.84 492.54 23.83 492.61 23.74 492.61 23.75 492.48 23.72 492.47 23.67 492.54 23.56 492.51 23.59 492.62 23.47 492.6 23.43 492.67 23.39 492.66 23.34 492.73 23.26 492.63 23.2 492.64 23.17 492.55 23.14 492.55 23.12 492.7 23 492.61 22.98 492.69 22.9 492.68 22.88 492.72 22.91 492.78 22.97 492.8 23 492.9 23 493.03 22.97 493.02 22.92 492.87 22.83 492.79 22.79 492.84 22.76 492.93 22.76 493 22.68 493.11 22.61 493.04 22.58 493.08 22.61 493.18 22.54 493.16 22.48 493.06 22.49 492.92 22.45 492.86 22.42 492.77 22.36 492.79 22.35 492.85 22.38 492.97 22.4 492.99 22.38 493.08 22.4 493.14 22.37 493.26 22.35 493.28 22.26 493.23 22.23 493.15 22.13 493.1 22.11 493 22.06 493.1 22.23 493.27 22.24 493.33 22.28 493.37 22.2 493.49 22.12 493.46 22.09 493.4 22.08 493.32 22.01 493.35 21.98 493.29 21.92 493.25 21.93 493.14 21.87 493.08 21.85 492.99 21.86 492.89 21.89 492.84 21.78 492.84 21.75 492.92 21.79 493.08 21.74 493.15 21.8 493.2 21.74 493.28 21.85 493.39 21.84 493.48 21.81 493.54 21.73 493.56 21.76 493.68 21.68 493.65 21.58 493.53 21.61 493.48 21.59 493.41 21.5 493.51 21.45 493.61 21.39 493.54 21.38 493.47 21.33 493.41 21.21 493.61 21.18 493.61 21.21 493.47 21.16 493.45 21.12 493.55 21.01 493.47 21.02 493.42 21.08 493.34 21 493.32 20.95 493.28 20.89 493.42 20.84 493.5 20.77 493.52 20.7 493.47 20.74 493.4 20.81 493.35 20.68 493.29 20.61 493.29 20.53 493.27 20.51 493.35 20.45 493.4 20.34 493.41 20.27 493.38 20.21 493.41 20.18 493.33 20.12 493.32 19.97 493.43 19.94 493.47 19.88 493.44 19.8 493.44 19.71 493.51 19.65 493.48 19.59 493.52 19.47 493.49 19.37 493.5 19.35 493.57 19.26 493.73 19.23 493.73 19 493.64 18.97 493.57 18.83 493.63 18.75 493.62 18.71 493.65 18.64 493.64 18.62 493.71 18.57 493.74 18.47 493.84 18.37 493.87 18.37 493.99 18.3 493.99 18.21 493.82 18.11 493.81 18.07 493.74 17.96 493.68 17.89 493.73 17.87 493.78 17.79 493.88 17.7 493.87 17.65 493.89 17.63 493.78 17.51 493.67 17.5 493.63 17.42 493.63 17.29 493.56 17.29 493.5 17.17 493.51 17.14 493.47 17.17 493.39 17.13 493.33 17.06 493.32 16.99 493.2 Z M 41.2 413.82 41.26 413.81 41.28 413.76 41.35 413.77 41.35 413.81 41.31 413.92 41.22 413.89 41.2 413.82 Z M 42.6 409.17 42.66 409.07 42.72 408.98 42.78 408.93 43.15 408.77 43.26 408.74 43.52 408.69 43.9 408.64 43.99 408.64 44.02 408.62 44.44 408.54 44.54 408.52 44.61 408.53 44.69 408.47 45.13 408.33 45.48 408.19 45.53 408.19 45.65 408.11 46.05 407.93 47.03 407.54 47.16 407.49 47.78 407.25 48.12 407.13 48.42 407.04 48.94 406.9 49.06 406.89 49.15 406.91 49.28 406.79 49.48 406.71 49.59 406.71 49.68 406.65 49.97 406.54 50.67 406.33 50.96 406.26 51.68 406.09 52.07 406.01 52.4 405.94 52.88 405.88 53.29 405.82 53.57 405.78 53.99 405.74 54.64 405.7 54.77 405.74 55.32 405.81 55.5 405.84 55.88 405.92 56.13 406 56.43 406.11 56.62 406.24 56.72 406.34 56.77 406.41 56.64 406.41 56.29 406.17 56.17 406.12 56.06 406.17 56.02 406.12 55.9 406.1 55.91 406.19 56.01 406.2 56.06 406.24 56.11 406.21 56.24 406.31 56.27 406.3 56.35 406.35 56.32 406.52 56.36 406.58 56.36 406.67 56.31 406.79 56.19 406.96 56.16 407.02 56 407.14 55.85 407.23 55.75 407.41 55.73 407.57 55.66 407.79 55.61 407.88 55.64 407.94 55.7 408.01 55.67 408.14 55.68 408.2 55.62 408.32 55.54 408.36 55.3 408.55 55.13 408.53 55 408.53 54.96 408.7 55 408.76 55.13 408.74 55.09 408.83 55.13 408.84 55.24 408.81 55.25 408.72 55.33 408.72 55.34 408.77 55.35 409.13 55.37 409.27 55.45 409.46 55.5 409.62 55.61 409.72 55.72 409.76 55.75 409.8 55.88 409.87 55.98 409.82 56.12 409.85 56.28 409.78 56.48 409.85 56.54 409.83 56.61 409.88 56.74 409.87 56.73 409.93 56.8 410 56.86 410.04 57.1 410.12 57.12 410.16 57.19 410.18 57.32 410.19 57.48 410.18 57.65 410.15 57.78 410.09 57.87 410.1 58.01 410.2 58.2 410.18 58.22 410.2 58.33 410.17 58.37 410.29 58.42 410.34 58.5 410.39 58.5 410.49 58.54 410.57 58.61 410.67 58.66 410.66 58.84 410.68 58.94 410.67 59.11 410.63 59.19 410.7 59.21 410.83 59.31 410.89 59.4 410.9 59.6 410.87 59.79 410.82 60.04 410.69 60.05 410.76 60.08 410.79 60.23 410.82 60.3 410.8 60.33 410.86 60.43 410.95 60.45 411 60.57 411.13 60.54 411.16 60.61 411.24 60.65 411.26 60.67 411.36 60.62 411.47 60.55 411.55 60.6 411.6 60.72 411.64 60.82 411.64 60.87 411.62 60.87 411.53 60.82 411.52 60.78 411.42 60.88 411.31 60.93 411.22 60.88 411.22 60.85 411.13 60.88 411.09 61.01 411.03 61.04 410.98 61.34 410.73 61.49 410.56 61.58 410.41 61.63 410.3 61.69 410.24 61.82 410.07 61.9 409.91 62 409.88 62.09 409.8 62.22 409.82 62.31 409.87 62.39 409.89 62.49 409.89 62.5 410.05 62.54 410.18 62.78 410.31 62.9 410.33 63.09 410.27 63.18 410.23 63.26 410.27 63.23 410.34 63.18 410.35 63.15 410.52 63.09 410.56 63.17 410.6 63.23 410.61 63.31 410.59 63.35 410.54 63.36 410.41 63.42 410.38 63.47 410.27 63.44 410.24 63.41 410.06 63.33 409.91 63.31 409.71 63.26 409.54 63.2 409.46 62.97 409.34 62.84 409.21 62.63 409.07 62.51 409.03 62.35 408.91 62.24 408.84 62.18 408.81 62.01 408.8 61.88 408.75 61.73 408.73 61.6 408.8 61.46 408.84 61.29 408.89 61.23 408.87 61.12 408.89 61.08 408.92 61.07 408.98 61.11 409.01 61.05 409.06 61.03 409.12 61.05 409.19 61.16 409.19 61.11 409.26 61.09 409.38 61.16 409.43 61.16 409.56 61.08 409.56 60.97 409.51 61.03 409.39 61.02 409.37 61.04 409.21 61.02 409.13 60.95 409.1 61.05 408.94 61.18 408.68 61.29 408.42 61.37 408.16 61.41 407.99 61.41 407.79 61.38 407.68 61.24 407.37 61.16 407.24 60.99 407.06 60.96 407 60.97 406.79 60.96 406.7 60.88 406.45 60.83 406.34 60.73 406.22 60.69 406.18 60.48 406.06 60.26 405.97 60.12 405.93 60.06 405.87 60.09 405.78 60.1 405.63 60.09 405.55 60.02 405.25 59.95 405.1 59.92 404.96 59.95 404.84 60.05 404.69 60.11 404.66 60.18 404.69 60.31 404.68 60.36 404.6 60.38 404.49 60.41 404.44 60.49 404.4 60.51 404.6 60.58 404.66 60.63 404.66 60.82 404.58 60.9 404.58 60.95 404.67 60.94 404.76 60.95 404.87 61.01 405.14 61.07 405.25 61.1 405.36 61.14 405.42 61.2 405.68 61.23 405.74 61.31 405.81 61.45 405.86 61.44 405.99 61.34 406.19 61.29 406.26 61.18 406.36 61.14 406.46 61.16 406.53 61.11 406.63 61.1 406.77 61.18 406.87 61.2 406.97 61.27 407.1 61.32 407.25 61.35 407.49 61.39 407.58 61.52 407.74 61.64 407.92 61.7 407.99 61.81 408.12 61.91 408.18 61.97 408.31 62.03 408.4 62.14 408.5 62.31 408.51 62.44 408.47 62.53 408.47 62.63 408.44 62.73 408.38 62.89 408.37 62.95 408.29 63.05 408.21 63.04 408.09 62.86 408.03 62.78 408.02 62.7 407.95 62.6 407.99 62.52 407.95 62.47 407.8 62.41 407.75 62.39 407.65 62.43 407.62 62.46 407.56 62.43 407.5 62.32 407.46 62.25 407.3 62.17 407.26 62.1 407.15 62.07 407.12 62.03 406.95 61.95 406.89 61.93 406.8 61.8 406.63 61.79 406.56 61.73 406.48 61.71 406.37 61.78 406.27 61.88 406.09 61.89 406.05 61.86 405.98 61.89 405.8 61.94 405.75 62.05 405.69 62.14 405.58 62.2 405.49 62.22 405.4 62.2 405.31 62.21 405.26 62.32 405.17 62.41 405.14 62.46 405.08 62.5 404.96 62.6 404.9 62.68 404.92 62.72 404.86 62.81 404.91 62.89 405.02 63.12 405.05 63.16 404.97 63.16 404.84 63.14 404.78 63.07 404.69 63.02 404.67 62.91 404.69 62.85 404.49 62.75 404.49 62.76 404.44 62.67 404.34 62.63 404.41 62.66 404.43 62.57 404.51 62.56 404.39 62.52 404.27 62.49 404.29 62.45 404.16 62.38 404.1 62.26 404.07 62.17 404.08 62.12 404.1 61.97 404.07 61.75 404.1 61.52 404.11 61.4 404.14 61.27 404.18 61.19 404.23 60.96 404.2 60.84 404.17 60.71 404.2 60.56 404.2 60.52 404.17 60.44 404.2 60.14 404.02 60.15 403.97 60.06 403.87 60.05 403.79 59.99 403.68 59.89 403.69 59.89 403.58 59.86 403.55 59.72 403.59 59.65 403.59 59.62 403.54 59.48 403.56 59.43 403.51 59.36 403.54 59.36 403.59 59.33 403.64 59.39 403.69 59.44 403.7 59.48 403.75 59.55 403.76 59.63 403.85 59.55 403.89 59.3 403.62 59.17 403.52 59.07 403.46 58.88 403.37 58.65 403.22 58.41 403.1 58.29 403.03 58.19 402.95 58.03 402.86 57.71 402.71 57.52 402.61 57.39 402.45 57.35 402.35 57.41 402.21 57.47 401.99 57.51 401.73 57.53 401.52 57.54 401.15 57.53 401.12 57.54 400.9 57.53 400.68 57.52 400.36 57.48 400.08 57.45 399.92 57.43 399.72 57.37 399.32 57.31 399.08 57.24 398.89 57.16 398.72 57.07 398.58 56.95 398.43 56.83 398.3 56.67 398.11 56.55 397.97 56.47 397.87 56.33 397.72 56.28 397.64 56.16 397.38 56.05 397.21 55.98 397.08 55.7 396.57 55.6 396.45 55.38 396.06 55.26 395.87 55.12 395.69 55.01 395.42 54.94 395.3 54.82 395.1 54.64 394.9 54.52 394.79 54.11 394.45 53.95 394.34 53.8 394.26 53.62 394.14 53.55 394.04 53.43 393.89 53.41 393.83 53.4 393.61 53.36 393.39 53.29 393.2 53.21 393.04 53.11 392.89 53.01 392.76 52.89 392.61 52.77 392.49 52.65 392.39 52.43 392.21 52.26 392.09 52.02 391.95 51.81 391.88 51.65 391.86 51.74 391.8 51.93 391.76 52.29 391.72 52.57 391.69 52.77 391.66 52.98 391.61 53.1 391.55 53.14 391.47 53.22 391.4 53.24 391.35 53.25 391.26 53.33 391.13 53.33 391.05 53.42 390.97 53.58 390.79 53.65 390.64 53.65 390.55 53.71 390.4 53.79 390.22 53.77 390.17 53.87 390.03 53.93 389.93 53.97 389.8 53.96 389.77 54.02 389.62 54.06 389.48 54.11 389.37 54.14 389.25 54.16 389.08 54.22 388.64 54.26 388.61 54.65 388.79 55.09 388.98 55.25 389.04 55.55 389.18 55.8 389.27 55.9 389.27 56.27 389.36 56.51 389.39 56.91 389.42 56.95 389.4 57.15 389.43 57.4 389.44 57.59 389.44 57.73 389.47 58 389.48 58.27 389.45 58.4 389.49 58.58 389.53 58.89 389.57 59.16 389.58 59.29 389.58 59.49 389.53 59.68 389.43 59.97 389.37 60.13 389.32 60.24 389.25 60.33 389.16 60.41 389.11 60.83 388.93 61.11 388.72 61.23 388.64 61.4 388.47 61.55 388.27 61.92 387.98 62.21 387.69 62.36 387.51 62.43 387.4 62.57 387.16 62.71 386.87 62.73 386.77 62.77 386.63 62.82 386.42 62.9 386.1 63.01 385.59 63.08 385.36 63.2 385.15 63.23 385.12 63.32 384.9 63.44 384.67 63.63 384.31 63.69 384.23 63.8 384.1 64.08 383.85 64.22 383.73 64.27 383.71 64.36 383.58 64.69 383.27 65 382.9 65.11 382.74 65.17 382.68 65.28 382.6 65.45 382.37 65.54 382.27 65.66 382.17 65.89 381.96 66.06 381.85 66.52 381.62 66.69 381.51 66.99 381.37 67.02 381.34 67.16 381.26 67.35 381.35 67.72 381.55 68 381.67 68.13 381.71 68.31 381.74 68.41 381.78 68.5 381.77 68.85 381.69 69.05 381.66 69.09 381.67 69.32 381.59 69.83 381.41 69.97 381.33 70.1 381.28 70.46 381.08 70.62 380.98 71.06 380.67 71.39 380.41 71.56 380.25 71.62 380.16 71.69 380.14 71.72 380.08 71.76 380.06 71.86 379.99 72.16 379.72 72.3 379.6 72.42 379.53 72.55 379.43 72.75 379.27 72.85 379.16 72.98 379.05 73.05 379.01 73.24 378.94 74.08 378.71 74.18 378.69 74.53 378.67 74.75 378.62 74.99 378.59 74.82 378.66 74.7 378.66 74.57 378.71 74.5 378.69 74.39 378.69 74.27 378.74 74.07 378.74 73.99 378.75 73.82 378.8 73.82 378.85 73.95 378.87 74.08 378.87 74.15 378.81 74.18 378.94 74.24 379.11 74.07 379.08 73.83 379.08 73.76 379.11 73.69 379.11 73.66 379.27 73.71 379.31 73.74 379.45 73.83 379.43 73.86 379.35 73.98 379.48 74.05 379.47 74.15 379.52 74.27 379.49 74.33 379.44 74.37 379.51 74.46 379.53 74.52 379.51 74.58 379.39 74.53 379.34 74.34 379.23 74.35 379.14 74.51 379.27 74.59 379.32 74.77 379.39 75.23 379.51 75.41 379.5 75.48 379.47 75.54 379.51 75.6 379.51 75.69 379.46 75.76 379.44 75.76 379.5 75.87 379.51 75.97 379.42 75.96 379.37 76.14 379.42 76.32 379.45 76.45 379.46 76.64 379.44 76.76 379.42 76.97 379.37 77.12 379.32 77.41 379.2 77.55 379.13 78.1 378.79 78.31 378.62 78.55 378.4 78.68 378.28 78.88 378.04 79.21 377.6 79.3 377.49 79.49 377.25 79.6 377.12 79.91 376.77 80.02 376.64 80.11 376.57 80.43 376.34 80.62 376.26 80.6 376.52 80.65 376.66 80.8 376.75 80.85 376.73 80.88 376.82 80.93 376.9 80.99 376.95 81.14 376.99 81.17 376.95 81.41 377.06 81.47 377.12 81.63 377.2 81.59 377.31 81.67 377.38 81.71 377.47 81.66 377.54 81.65 377.59 81.55 377.62 81.55 377.67 81.59 377.7 81.72 377.68 81.79 377.62 81.87 377.6 81.92 377.43 81.97 377.45 81.98 377.56 82.02 377.62 82.1 377.63 82.22 377.59 82.3 377.63 82.35 377.61 82.43 377.72 82.56 377.72 82.62 377.79 82.73 377.87 82.71 378.05 82.8 378.35 82.79 378.45 82.7 378.59 82.62 378.62 82.56 378.72 82.48 378.7 82.4 378.84 82.34 378.82 82.27 378.91 82.26 379.02 82.21 379.09 82.14 379.06 82.07 379.07 82.02 379.18 81.99 379.22 81.95 379.16 81.89 379.14 81.73 379.15 81.59 379.14 81.54 379.17 81.56 379.25 81.59 379.54 81.5 379.56 81.5 379.62 81.55 379.64 81.62 379.63 81.65 379.76 81.66 379.92 81.6 380.01 81.61 380.06 81.74 380.13 81.86 380.14 81.91 380.12 81.99 380.15 82.15 380.14 82.18 380.08 82.25 380.08 82.27 380.21 82.36 380.24 82.41 380.05 82.45 380.11 82.54 380.1 82.61 380.03 82.66 380.04 82.7 379.87 82.7 379.67 82.67 379.48 82.68 379.43 82.78 379.43 82.86 379.38 82.96 379.26 83.03 379.19 83.06 379.1 83.25 379.01 83.33 378.99 83.35 379.08 83.41 379.25 83.47 379.27 83.5 379.24 83.55 379.09 83.55 379.01 83.51 378.89 83.46 378.83 83.4 378.7 83.35 378.64 83.37 378.56 83.48 378.47 83.59 378.42 83.64 378.37 83.69 378.61 83.79 378.65 83.82 378.55 83.83 378.41 83.81 378.3 83.75 378.24 83.83 378.2 83.8 378.11 83.86 378.07 84.13 378.32 84.19 378.36 84.52 378.73 84.79 379.1 84.88 379.27 84.9 379.34 84.85 379.37 84.8 379.45 84.75 379.65 84.76 379.78 84.73 379.94 84.74 380.16 84.72 380.26 84.75 380.38 84.75 380.44 84.79 380.52 84.84 380.49 84.95 380.49 84.97 380.53 85.16 380.5 85.3 380.51 85.38 380.57 85.5 380.63 85.56 380.73 85.57 380.8 85.49 380.9 85.59 380.94 85.64 380.98 85.75 380.96 85.9 380.86 86.03 380.71 86.1 380.67 86.26 380.37 86.27 380.27 86.42 380.24 86.62 380.24 86.71 380.23 86.83 380.24 86.94 380.29 87 380.27 87.19 380.3 87.37 380.31 87.53 380.28 87.73 380.2 87.9 380.11 88.02 380.11 88.21 380.15 88.38 380.21 88.4 380.28 88.46 380.33 88.64 380.37 88.68 380.41 88.69 380.54 88.75 380.66 88.88 380.69 88.91 380.61 88.97 380.5 88.97 380.46 89.06 380.49 89.13 380.48 89.23 380.51 89.36 380.51 89.44 380.5 89.51 380.56 89.64 380.62 89.85 380.69 89.93 380.78 90.03 380.82 90.11 380.89 90.23 380.94 90.3 381.03 90.3 381.13 90.26 381.15 90.15 381.16 90.07 381.2 90.03 381.26 89.93 381.46 89.87 381.6 89.8 381.57 89.82 381.7 89.74 381.77 89.7 381.85 89.61 381.84 89.58 381.86 89.6 382.05 89.59 382.25 89.62 382.27 89.67 382.44 89.75 382.46 89.84 382.54 89.92 382.51 89.93 382.47 90.03 382.57 90.23 382.65 90.36 382.62 90.48 382.67 90.5 382.73 90.49 382.81 90.33 382.76 90.16 382.66 90.06 382.74 89.97 382.7 89.89 382.73 89.85 382.69 89.73 382.68 89.68 382.7 89.62 382.66 89.59 382.68 89.44 382.62 89.38 382.67 89.33 382.74 89.34 382.81 89.41 382.92 89.56 382.9 89.62 382.84 89.67 382.86 89.83 382.86 89.81 382.93 89.88 382.95 89.91 382.91 90.11 382.96 90.18 382.91 90.35 382.9 90.4 382.95 90.45 382.92 90.52 382.95 90.57 382.9 90.58 382.85 90.69 382.82 90.76 382.85 90.83 382.91 90.91 382.89 90.99 382.92 91.07 382.97 91.2 382.95 91.3 382.92 91.35 382.96 91.28 383.02 91.14 383.23 91.1 383.28 91.14 383.35 91.14 383.41 91.02 383.4 90.93 383.45 90.81 383.47 90.72 383.58 90.74 383.66 90.8 383.69 90.83 383.76 90.89 383.79 90.96 383.76 91.16 383.76 91.29 383.81 91.39 383.78 91.49 383.8 91.54 383.77 91.61 383.77 91.66 383.81 91.73 383.8 91.77 383.86 91.9 383.91 92.15 384.01 92.25 384.07 92.37 384.28 92.48 384.28 92.61 384.26 92.64 384.16 92.76 384.09 92.86 383.91 92.92 383.87 93.01 383.76 93.07 383.74 93.1 383.7 93.21 383.69 93.32 383.76 93.4 383.75 93.49 383.69 93.59 383.71 93.69 383.81 93.78 383.7 93.79 383.6 93.89 383.58 94.07 383.57 94.13 383.57 94.18 383.66 94.37 383.75 94.46 383.9 94.43 383.97 94.49 384.11 94.62 384.07 94.77 383.99 94.9 383.94 94.94 383.96 95.02 383.95 95.09 383.99 95.25 383.87 95.31 383.8 95.47 383.66 95.69 383.43 95.78 383.55 95.85 383.56 95.89 383.61 95.93 383.55 96.04 383.48 96.07 383.51 96.2 383.49 96.36 383.55 96.48 383.52 96.53 383.48 96.63 383.42 96.72 383.53 96.74 383.6 96.82 383.63 96.87 383.61 96.95 383.53 96.99 383.59 97.07 383.62 97.18 383.61 97.26 383.65 97.37 383.67 97.42 383.74 97.59 383.81 97.67 383.88 97.7 383.95 97.78 384.01 97.83 384.09 97.97 384.06 98 384.1 98.11 384.13 98.12 384.2 98.2 384.21 98.24 384.25 98.29 384.21 98.4 384.18 98.43 384.23 98.57 384.23 98.62 384.32 98.71 384.27 98.8 384.41 98.85 384.41 98.93 384.49 98.97 384.55 99.01 384.71 98.99 384.79 98.95 384.84 98.96 384.92 99.03 384.89 99.05 384.92 99.16 384.97 99.26 384.97 99.35 384.9 99.45 384.81 99.53 384.71 99.56 384.77 99.57 384.97 99.68 384.99 99.73 384.94 99.75 384.86 99.8 384.81 99.81 384.72 99.86 384.69 99.89 384.77 100.01 384.83 100.07 384.93 100.13 384.93 100.27 384.99 100.36 385.12 100.41 385.14 100.55 385.16 100.6 385.12 100.62 385.27 100.58 385.38 100.46 385.43 100.57 385.52 100.61 385.51 100.65 385.58 100.72 385.55 100.79 385.63 100.88 385.69 100.9 385.67 101.11 385.67 101.18 385.7 101.23 385.66 101.41 385.73 101.47 385.77 101.59 385.79 101.69 385.79 101.74 385.75 101.79 385.85 101.83 385.82 101.83 385.73 101.89 385.67 101.95 385.75 101.96 385.89 102.04 385.91 102.11 386.02 102.21 385.98 102.27 386.01 102.55 386.01 102.59 386.03 102.73 385.9 102.82 385.9 102.88 385.8 102.98 385.83 103.08 385.81 103.17 385.85 103.34 385.84 103.44 385.79 103.53 385.82 103.67 385.75 103.77 385.79 103.88 385.77 103.94 385.8 104.07 385.79 104.11 385.81 104.23 385.8 104.32 385.83 104.38 385.89 104.43 385.87 104.48 385.91 104.61 385.92 104.7 386.02 104.79 386.01 104.95 386.07 105.01 386.03 105.11 386.1 105.16 386.06 105.25 386.11 105.28 386.08 105.25 385.99 105.26 385.9 105.28 385.88 105.35 385.92 105.35 385.96 105.42 386.01 105.51 386.12 105.57 386.15 105.7 386.28 105.76 386.31 105.79 386.36 105.86 386.41 105.97 386.44 106.04 386.44 106.06 386.49 106.12 386.49 106.14 386.54 106.22 386.57 106.27 386.64 106.32 386.74 106.38 386.78 106.47 386.78 106.53 386.82 106.64 386.86 106.66 386.89 106.74 386.88 106.8 386.79 106.86 386.84 106.85 386.95 106.95 387.03 107.26 387.09 107.34 387.08 107.44 387.14 107.49 387.23 107.62 387.2 107.73 387.12 107.78 387.12 107.79 387.05 107.91 387.07 108.08 387.14 108.22 387.15 108.29 387.14 108.43 387.04 108.63 386.76 108.64 386.69 108.7 386.63 108.87 386.58 109.09 386.57 109.19 386.44 109.38 386.39 109.45 386.29 109.61 386.21 109.73 386.19 109.9 386.1 109.99 385.95 110.06 385.95 110.19 386.03 110.31 385.99 110.31 385.9 110.38 385.86 110.52 385.82 110.65 385.81 110.71 385.73 110.84 385.72 111.03 385.8 111.1 385.84 111.26 385.81 111.38 385.7 111.5 385.61 111.55 385.62 111.64 385.72 111.79 385.78 111.85 385.84 112.11 385.97 112.2 386.05 112.28 386.06 112.33 386.1 112.43 386.13 112.55 386.2 112.77 386.27 113.13 386.49 113.25 386.59 113.35 386.68 113.47 386.75 113.45 386.87 113.63 386.99 113.7 386.99 113.79 387.07 113.73 387.13 113.77 387.17 113.91 387.15 113.91 387.09 113.99 387.13 114.13 387.25 114.18 387.27 114.4 387.43 114.68 387.55 114.88 387.68 114.92 387.68 115.07 387.71 115.41 387.84 115.52 387.9 115.73 388.01 115.85 388.1 116.01 388.24 116.2 388.42 116.14 388.45 116.19 388.53 116.2 388.58 116.25 388.59 116.29 388.72 116.31 388.72 116.38 388.84 116.46 388.89 116.75 388.88 116.76 388.74 116.81 388.62 116.83 388.49 117.03 388.54 117.3 388.68 117.35 388.7 117.62 391.24 117.88 393.65 117.93 394.1 118.19 396.53 118.22 396.81 118.45 398.99 118.65 400.85 118.94 403.58 119.73 410.88 120.15 414.77 120.25 415.71 120.64 419.28 120.91 421.75 121.66 428.7 122.36 435.2 122.57 437.2 122.8 439.25 122.89 440.12 123.01 441.25 123.19 442.96 123.27 443.66 123.38 444.74 123.49 445.73 123.78 448.39 124.1 451.39 124.42 454.38 124.49 454.99 124.75 455.05 125.33 455.22 126.23 455.41 126.37 454.76 127.29 455.12 128.14 455.46 128.68 454.7 129 454.25 131.12 453.84 131.16 454.07 130.95 455.77 131.54 456.36 132.5 456.73 132.84 456.81 133 457.23 133.07 457.47 133.27 457.74 133.88 458.22 134.86 458.96 135.78 459.64 136.62 460.28 137.43 460.89 137.83 461.83 138.11 462.65 138.11 463.21 138.39 463.15 138.94 462.39 139.35 462 140.21 461.19 140.32 461.03 141.18 460.83 141.39 460.11 141.35 460 141.43 459.92 141.29 459.28 141.17 458.65 141.56 458.7 141.6 458.69 141.78 458.55 141.94 458.09 141.89 457.84 141.44 457.63 141.95 457.25 142.76 456.94 143.56 456.25 144.24 455.67 144.73 456.01 145.16 456.21 145.23 456.21 145.33 456.44 145.6 456.65 145.74 456.64 146.13 457 146.26 457.62 146.12 457.81 146.07 458 146.52 458.2 146.43 458.52 146.77 458.92 147.74 458.96 147.89 459.34 148.38 459.68 148.67 459.62 148.87 459.89 149.17 460.19 149.17 460.62 149.53 460.67 149.5 460.96 149.88 461.33 151.04 461.77 151.57 461.93 152.23 462.63 152.9 463.13 153.7 463.63 153.46 464 154.06 464.67 154.41 464.95 154.88 465.38 154.87 465.41 155.04 465.67 155.48 466.37 156.49 467.27 157.13 468.13 157.63 468.64 157.67 468.71 158.22 469.39 159.05 470.15 159.18 470.29 159.83 471.09 159.59 472.02 160.87 472.05 160.87 473.3 161.93 473.53 161.92 473.92 162.16 474.23 162.43 474.92 163.37 474.58 163.89 474.89 165.2 475.3 165.61 475.51 166.83 475.47 167.62 475.99 167.97 476.04 168.25 475.99 168.61 476.64 168.92 476.65 169.37 476.76 169.87 476.43 170.47 477.1 170.6 477.78 170.66 477.79 170.52 478.46 170.4 478.62 170.37 478.91 170.48 479.26 170.68 479.44 170.81 480.15 171.12 480.68 171.4 480.94 171.7 481.69 171.94 481.9 171.99 482.02 171.66 482.77 171.58 483.16 171.59 483.29 171.55 483.55 171.58 483.75 171.41 484.45 171.23 484.91 171.01 485.3 170.92 485.51 170.59 486.01 170.37 486.14 170.29 486.31 170.45 486.44 170.39 486.47 170.41 486.53 170.38 486.57 170.26 486.55 170.23 486.58 170.1 486.55 170 486.49 169.96 486.43 169.91 486.32 169.95 486.26 169.91 486.2 169.89 486.09 169.85 486.05 169.78 486.1 169.69 486.01 169.67 486.04 169.72 486.23 169.72 486.29 169.65 486.4 169.5 486.52 169.42 486.47 169.35 486.46 169.22 486.4 169.2 486.36 169.13 486.35 169.08 486.25 169.02 486.17 169.03 486.02 168.96 485.99 168.89 485.8 168.89 485.75 168.86 485.67 168.75 485.56 168.76 485.48 168.84 485.46 168.81 485.35 168.77 485.3 168.71 485.28 168.62 485.17 168.52 485.08 168.45 485.07 168.46 484.96 168.42 484.8 168.46 484.74 168.42 484.58 168.5 484.51 168.62 484.45 168.7 484.38 168.79 484.27 168.83 484.24 168.85 484.11 168.89 484.07 168.97 484.07 169.02 484.16 169.03 484.22 169.12 484.31 169.18 484.34 169.26 484.29 169.31 484.22 169.43 484.11 169.42 484.02 169.43 483.89 169.37 483.85 169.31 483.88 169.33 483.97 169.31 483.99 169.34 484.09 169.23 484.18 169.12 484.13 169.07 484.02 168.96 483.87 168.91 483.9 168.9 483.97 168.78 484.06 168.78 484.12 168.72 484.23 168.63 484.32 168.42 484.45 168.37 484.46 168.3 484.44 168.23 484.45 168.17 484.35 168.1 484.31 168 484.28 167.95 484.15 167.86 484.03 167.79 483.83 167.98 483.55 168.03 483.41 168.1 483.34 168.18 483.14 168.16 483.03 168.19 482.97 168.25 482.92 168.31 482.9 168.42 482.92 168.51 482.89 168.54 482.83 168.5 482.79 168.43 482.77 168.38 482.66 168.35 482.54 168.3 482.46 168.28 482.36 168.29 482.29 168.23 482.18 168.15 482.21 168.05 482.03 168.02 482.04 168 481.92 168.01 481.81 168.04 481.75 168.05 481.64 168.08 481.48 168.02 481.35 168.04 481.2 168.2 481.15 168.24 481.1 168.2 481.07 168.16 481.11 167.97 481.1 167.9 480.94 167.88 480.84 167.77 480.59 167.73 480.54 167.7 480.44 167.62 480.26 167.63 480.12 167.57 480.07 167.36 479.82 167.2 479.65 167.25 479.56 167.22 479.5 167.09 479.58 167.02 479.54 166.72 479.21 166.66 479.18 166.6 479.09 166.52 479.02 166.45 479 166.27 478.84 166.21 478.83 166.09 478.75 165.95 478.58 165.89 478.56 165.88 478.5 165.98 478.36 166.07 478.29 166.18 478.12 166.23 478.06 166.17 477.92 166.09 477.96 166.02 478.12 165.96 478.16 165.79 478.4 165.59 478.52 165.51 478.58 165.5 478.64 165.43 478.77 165.38 478.79 165.4 478.87 165.49 478.84 165.58 478.74 165.65 478.69 165.76 478.66 165.86 478.79 166.03 478.91 166.2 479 166.27 479.08 166.52 479.29 166.64 479.4 166.7 479.44 166.77 479.55 166.86 479.65 166.91 479.74 166.89 479.82 166.94 479.84 167.02 479.95 167.08 479.99 167.19 480.1 167.32 480.2 167.38 480.3 167.38 480.37 167.46 480.45 167.52 480.54 167.53 480.62 167.61 480.75 167.57 480.87 167.59 480.98 167.7 480.97 167.73 481.05 167.7 481.21 167.64 481.19 167.54 481.1 167.54 481.16 167.58 481.31 167.58 481.39 167.66 481.45 167.63 481.49 167.68 481.69 167.67 481.81 167.71 481.88 167.9 482.32 167.91 482.37 167.85 482.45 167.79 482.4 167.78 482.35 167.73 482.29 167.64 482.29 167.64 482.36 167.69 482.49 167.72 482.54 167.74 482.63 167.77 482.66 167.75 482.71 167.76 482.78 167.71 482.88 167.76 483.02 167.74 483.1 167.77 483.21 167.78 483.34 167.75 483.41 167.66 483.49 167.67 483.54 167.64 483.65 167.58 483.66 167.55 483.73 167.55 483.79 167.53 483.87 167.47 483.86 167.43 483.94 167.36 483.97 167.29 483.94 167.24 483.96 167.13 483.91 167.08 483.9 167.04 483.82 166.96 483.81 166.94 483.77 166.86 483.73 166.82 483.67 166.87 483.65 166.94 483.57 167.05 483.34 167.06 483.16 167.05 483.09 167.07 483.05 167.06 482.92 167.09 482.8 167.03 482.64 167.02 482.58 166.92 482.57 166.86 482.69 166.84 482.62 166.74 482.69 166.68 482.71 166.67 482.75 166.73 482.8 166.73 482.9 166.84 482.96 166.91 483.04 166.93 483.12 166.87 483.17 166.87 483.37 166.83 483.47 166.77 483.49 166.71 483.54 166.69 483.62 166.65 483.65 166.55 483.63 166.45 483.68 166.36 483.65 166.2 483.63 166.13 483.58 166.09 483.53 166.15 483.33 166.2 483.31 166.28 483.19 166.36 483.13 166.38 483.06 166.31 483.04 166.28 483.1 166.2 483.12 166.14 483.2 166.08 483.23 166.03 483.31 165.93 483.29 165.87 483.36 165.9 483.41 165.88 483.59 165.82 483.61 165.74 483.54 165.61 483.51 165.4 483.39 165.27 483.36 165.2 483.4 165.25 483.46 165.31 483.48 165.56 483.67 165.58 483.73 165.51 483.75 165.52 483.84 165.45 483.8 165.46 483.76 165.35 483.67 165.25 483.68 165.31 483.78 165.31 483.82 165.41 483.97 165.37 484.01 165.41 484.19 165.4 484.23 165.24 484.22 165.14 484.1 165.08 484.14 165.13 484.2 165.19 484.24 165.18 484.31 165.25 484.34 165.25 484.37 165.33 484.4 165.37 484.45 165.37 484.62 165.32 484.74 165.33 484.78 165.41 484.76 165.42 484.83 165.37 484.86 165.34 484.94 165.27 484.95 165.2 484.9 165.19 484.84 165.12 484.82 165.01 484.67 164.97 484.66 164.89 484.55 164.9 484.51 164.86 484.46 164.79 484.32 164.76 484.19 164.71 484.06 164.62 483.97 164.53 483.76 164.53 483.67 164.51 483.61 164.53 483.51 164.39 483.39 164.39 483.33 164.56 483.28 164.49 483.23 164.41 483.03 164.48 483 164.53 483.03 164.61 483.04 164.62 483.09 164.79 483.15 164.8 483.2 164.85 483.2 165.01 483.29 165.03 483.27 164.93 483.19 164.92 483.11 164.81 483.04 164.72 482.95 164.65 482.93 164.6 482.88 164.46 482.83 164.42 482.7 164.47 482.64 164.55 482.62 164.61 482.56 164.66 482.44 164.77 482.24 164.8 482.14 164.79 482.05 164.81 481.89 164.75 481.87 164.81 481.79 164.83 481.73 164.93 481.74 164.9 481.66 164.97 481.59 164.92 481.57 164.81 481.58 164.68 481.56 164.55 481.44 164.54 481.33 164.58 481.28 164.55 481.24 164.53 481.06 164.55 481.03 164.49 480.93 164.43 480.92 164.42 480.87 164.35 480.81 164.38 480.77 164.35 480.69 164.42 480.58 164.48 480.6 164.48 480.49 164.51 480.45 164.61 480.42 164.65 480.46 164.72 480.46 164.84 480.29 164.9 480.32 164.98 480.3 165.1 480.21 165.16 480.19 165.15 480.13 165.05 480.12 164.97 480.09 164.94 480.19 164.81 480.2 164.71 480.3 164.65 480.33 164.52 480.27 164.45 480.26 164.35 480.35 164.31 480.2 164.24 480.04 164.36 479.99 164.44 479.97 164.53 479.97 164.91 479.88 165.01 479.81 165.03 479.76 164.85 479.8 164.79 479.79 164.78 479.68 164.66 479.59 164.56 479.5 164.57 479.41 164.65 479.38 164.66 479.32 164.6 479.27 164.5 479.35 164.42 479.24 164.22 479.45 164.12 479.62 163.99 479.8 163.83 479.81 163.79 479.87 163.72 479.85 163.65 479.92 163.48 480 163.44 480 163.4 480.06 163.42 480.1 163.47 480.11 163.53 480.16 163.73 480.11 163.82 480.14 163.9 480.13 164 480.2 164.04 480.18 164.08 480.25 164.07 480.29 164.1 480.39 164.07 480.43 164.09 480.49 164.06 480.58 164.02 480.6 164.03 480.91 164.01 480.97 163.84 480.98 163.98 481.15 164.01 481.14 164.12 481.3 164.05 481.32 164.07 481.38 164.02 481.42 164.03 481.59 163.97 481.6 163.97 481.67 163.93 481.74 163.98 481.82 163.94 481.85 163.85 481.79 163.8 481.8 163.76 481.76 163.61 481.68 163.58 481.61 163.51 481.56 163.29 481.43 163.38 481.53 163.43 481.56 163.6 481.72 163.68 481.88 163.8 481.95 163.81 482.02 163.76 482.04 163.83 482.11 163.86 482.24 163.89 482.33 163.82 482.38 163.81 482.46 163.84 482.58 163.79 482.62 163.66 482.56 163.58 482.55 163.47 482.44 163.35 482.44 163.22 482.4 163.15 482.41 163.01 482.35 162.93 482.25 162.83 482.21 162.76 482.1 162.7 481.95 162.7 481.91 162.63 481.77 162.6 481.75 162.56 481.62 162.48 481.48 162.28 481.27 162.24 481.18 162.2 481.21 162.14 481.11 162.15 481.07 162.22 481.08 162.38 481.19 162.49 481.22 162.55 481.18 162.55 481.04 162.5 480.88 162.47 480.82 162.5 480.78 162.47 480.73 162.61 480.7 162.67 480.62 162.88 480.58 162.94 480.61 163.02 480.61 162.97 480.54 162.93 480.54 162.89 480.45 162.79 480.43 162.78 480.37 162.73 480.32 162.79 480.14 162.86 480.05 162.84 479.97 162.79 479.87 162.7 479.79 162.68 479.69 162.69 479.63 162.77 479.58 162.75 479.52 162.79 479.49 162.86 479.49 162.88 479.46 163.02 479.38 162.99 479.31 162.98 479.19 163.02 479.17 162.9 478.94 162.85 478.87 162.81 478.75 162.76 478.51 162.77 478.48 162.74 478.31 162.69 478.11 162.65 477.98 162.79 477.92 162.86 477.86 162.95 477.84 162.93 477.73 162.99 477.68 163.09 477.68 163.19 477.71 163.21 477.66 163.27 477.67 163.37 477.57 163.54 477.59 163.63 477.63 163.72 477.56 163.85 477.6 163.88 477.59 163.84 477.48 163.77 477.48 163.71 477.44 163.64 477.42 163.53 477.44 163.49 477.46 163.39 477.42 163.32 477.44 163.28 477.49 163.21 477.52 163.1 477.54 162.93 477.49 162.85 477.55 162.75 477.51 162.7 477.53 162.81 477.63 162.8 477.72 162.74 477.81 162.64 477.83 162.58 477.87 162.53 477.85 162.47 477.96 162.49 478.03 162.51 478.31 162.48 478.32 162.43 478.27 162.4 478.33 162.4 478.43 162.36 478.47 162.25 478.37 162.21 478.28 162.14 478.2 162.08 478.17 162.05 478.25 162 478.27 161.97 478.2 161.88 478.18 161.83 478.22 161.87 478.28 161.98 478.35 162.04 478.43 162.19 478.48 162.29 478.58 162.26 478.62 162.31 478.68 162.22 478.7 162.12 478.66 162.11 478.77 162.16 478.83 161.99 478.86 161.96 478.78 161.91 478.84 161.84 478.86 161.88 478.94 161.93 478.94 162.07 479 162.02 479.05 162.01 479.11 162.08 479.11 162.12 479.18 162.23 479.29 162.24 479.34 162.21 479.42 162.28 479.46 162.4 479.6 162.46 479.7 162.43 479.72 162.34 479.92 162.23 479.84 162.14 479.67 162.13 479.8 162.1 479.89 162.04 479.92 161.89 479.9 161.9 479.98 161.79 480.05 161.87 480.1 161.9 480.16 161.84 480.18 161.85 480.23 161.81 480.27 161.72 480.28 161.74 480.35 161.83 480.37 161.89 480.44 161.86 480.48 161.78 480.46 161.79 480.52 161.74 480.53 161.67 480.58 161.58 480.45 161.5 480.38 161.52 480.3 161.48 480.23 161.54 480.2 161.57 480.04 161.5 480.02 161.43 479.95 161.37 479.92 161.34 479.96 161.27 479.97 161.21 479.94 161.24 479.85 161.22 479.81 161.11 479.82 161.1 479.78 161.16 479.75 161.18 479.69 161.07 479.69 161.09 479.64 161.17 479.62 161.18 479.59 161.29 479.56 161.34 479.48 161.34 479.34 161.27 479.47 161.12 479.49 161 479.54 160.92 479.42 160.93 479.31 160.96 479.16 160.9 479.13 160.89 479.2 160.83 479.23 160.74 479.18 160.66 479.22 160.67 479.35 160.63 479.33 160.46 479.22 160.44 479.22 160.39 479.34 160.42 479.37 160.41 479.48 160.51 479.54 160.52 479.66 160.41 479.62 160.4 479.54 160.32 479.58 160.26 479.48 160.18 479.42 160.13 479.3 160.11 479.3 159.95 479.12 159.95 479.05 159.88 478.98 159.83 478.89 159.89 478.7 159.87 478.63 159.83 478.59 159.8 478.52 159.85 478.43 159.74 478.39 159.74 478.33 159.79 478.24 159.78 478.2 159.86 478.17 159.97 478.2 160.03 478.15 160.14 478.12 160.15 477.69 160.22 477.59 160.23 477.53 160.2 477.47 160.24 477.37 160.36 477.35 160.48 477.27 160.53 477.2 160.58 477.18 160.65 477.2 160.68 477.25 160.74 477.28 160.8 477.38 160.87 477.43 160.88 477.5 160.85 477.61 160.86 477.67 160.94 477.77 160.92 477.94 161.12 478.03 161.21 478.13 161.3 478.18 161.36 478.14 161.49 478.14 161.6 478.06 161.56 478.04 161.44 478.03 161.31 477.97 161.26 477.91 161.18 477.89 161.1 477.76 161.05 477.66 160.96 477.6 160.99 477.43 160.96 477.17 160.89 477.15 160.89 477.08 160.81 476.97 160.84 476.84 160.88 476.79 160.83 476.68 160.74 476.63 160.63 476.5 160.52 476.24 160.53 476.19 160.64 476.2 160.68 476.24 160.77 476.28 160.88 476.3 160.99 476.28 161.03 476.32 161.11 476.34 161.16 476.41 161.18 476.48 161.25 476.56 161.22 476.61 161.25 476.69 161.4 476.82 161.5 476.85 161.56 476.83 161.48 476.72 161.48 476.62 161.39 476.54 161.26 476.25 161.01 476.1 160.91 476.14 160.8 476.02 160.71 475.99 160.57 475.91 160.53 475.82 160.52 475.71 160.49 475.65 160.43 475.45 160.49 475.4 160.54 475.11 160.46 475.11 160.31 475.25 160.2 475.4 159.99 475.5 159.96 475.48 159.8 475.47 159.62 475.4 159.58 475.31 159.62 475.21 159.58 475.16 159.45 475.14 159.45 475.05 159.52 475.09 159.63 475.06 159.63 474.9 159.51 474.79 159.51 474.72 159.45 474.64 159.54 474.64 159.56 474.54 159.51 474.49 159.45 474.52 159.22 474.45 159.16 474.41 159.07 474.41 158.88 474.32 158.83 474.28 158.62 474.19 158.48 474.15 158.42 474.12 158.34 473.99 158.33 473.89 158.25 473.81 158.07 473.75 157.94 473.66 157.8 473.44 157.7 473.34 157.6 473.31 157.56 473.22 157.79 473.17 157.83 473.11 157.92 473.06 157.89 472.98 157.95 472.95 158.04 473.04 158.04 473.13 158.13 473.26 158.21 473.2 158.14 473.06 158.15 472.99 158.07 472.91 157.89 472.65 157.92 472.55 157.95 472.53 157.93 472.4 157.84 472.35 157.82 472.51 157.74 472.64 157.81 472.78 157.8 472.9 157.74 472.96 157.69 472.96 157.64 472.9 157.55 472.85 157.36 472.84 157.38 472.9 157.35 472.94 157.21 472.84 157.17 472.86 157.07 472.81 156.95 472.72 156.88 472.74 156.8 472.71 156.72 472.72 156.62 472.77 156.53 472.76 156.41 472.59 156.41 472.54 156.45 472.5 156.41 472.44 156.29 472.46 156.18 472.51 156.17 472.66 156.1 472.74 156.02 472.76 155.95 472.73 155.83 472.7 155.8 472.65 155.58 472.63 155.55 472.59 155.4 472.58 155.36 472.52 155.26 472.51 155.22 472.46 155.07 472.42 154.93 472.44 154.95 472.4 155.1 472.32 155.14 472.26 155.14 472.16 155.15 472.09 155.06 471.95 154.96 471.88 154.97 471.74 155.03 471.71 155.09 471.73 155.11 471.68 155.03 471.55 155.11 471.5 155.21 471.53 155.26 471.59 155.33 471.61 155.43 471.57 155.56 471.57 155.6 471.47 155.66 471.43 155.75 471.47 155.88 471.45 155.9 471.41 155.98 471.4 156.03 471.3 156.09 471.3 156.17 471.23 156.14 471.14 156.1 471.11 155.97 471.2 155.78 471.15 155.7 471.16 155.63 471.2 155.58 471.19 155.51 471.23 155.25 471.19 155.12 471.16 155.03 471.07 154.99 471 155 470.95 155.04 470.87 155.1 470.85 155.16 470.79 155.13 470.72 155.07 470.76 155.05 470.7 154.96 470.7 154.87 470.6 154.77 470.54 154.77 470.51 154.66 470.37 154.67 470.31 154.63 470.26 154.61 470.12 154.64 470.06 154.58 469.9 154.6 469.86 154.68 469.82 154.7 469.74 154.67 469.71 154.72 469.59 154.67 469.58 154.47 469.75 154.39 469.81 154.27 469.79 154.15 469.74 154.12 469.66 154.03 469.58 153.93 469.53 153.87 469.44 153.87 469.36 153.83 469.29 153.83 469.24 153.87 469.16 153.86 468.97 153.82 468.87 153.84 468.81 153.9 468.84 153.98 468.8 154.07 468.79 154.1 468.7 154.14 468.75 154.29 468.87 154.39 468.94 154.41 468.92 154.49 468.96 154.55 468.93 154.89 469 155.11 469.11 155.27 469.14 155.37 469.19 155.58 469.24 155.71 469.33 155.79 469.35 156.02 469.58 156.08 469.63 156.29 469.75 156.34 469.75 156.31 469.64 156.13 469.56 156.09 469.52 155.86 469.28 155.68 469.13 155.5 469.05 155.38 468.94 155.27 468.88 155.09 468.91 154.98 468.83 154.84 468.76 154.65 468.58 154.46 468.56 154.33 468.5 154.21 468.39 153.99 468.44 153.93 468.38 154 468.35 154.06 468.29 154.03 468.14 153.99 468.1 153.9 467.94 153.91 467.87 153.9 467.74 153.87 467.66 153.84 467.54 153.78 467.43 153.78 467.36 153.72 467.3 153.69 467.43 153.72 467.51 153.73 467.64 153.78 467.74 153.73 467.78 153.63 467.7 153.56 467.68 153.59 467.78 153.7 467.9 153.73 467.95 153.71 468.04 153.78 468.28 153.71 468.32 153.62 468.34 153.56 468.31 153.48 468.31 153.41 468.26 153.34 468.14 153.29 468.1 153.28 468.02 153.21 467.94 153.17 467.93 153.09 467.79 152.85 467.55 152.76 467.46 152.71 467.34 152.78 467.26 152.76 467.22 152.99 466.96 153.06 467.08 153.08 467.15 153.12 467.16 153.18 467.26 153.3 467.27 153.3 467.17 153.21 467.04 153.22 466.99 153.11 466.87 153.07 466.81 152.96 466.76 152.94 466.73 152.92 466.64 152.89 466.58 152.85 466.55 152.78 466.63 152.76 466.7 152.77 466.81 152.87 466.88 152.84 466.94 152.66 467.07 152.55 467.22 152.47 467.21 152.39 467.17 152.26 467.06 152.19 466.99 152.16 466.99 151.98 466.83 151.91 466.74 151.82 466.74 151.8 466.66 151.71 466.51 151.68 466.38 151.62 466.35 151.62 466.29 151.66 466.24 151.61 466.19 151.57 466.04 151.53 466 151.5 465.89 151.5 465.77 151.47 465.71 151.56 465.6 151.54 465.51 151.49 465.34 151.38 465.24 151.45 465.21 151.64 465.07 151.68 465.03 151.68 464.96 151.74 464.89 151.66 464.8 151.57 464.74 151.57 464.59 151.5 464.52 151.44 464.4 151.44 464.34 151.4 464.32 151.35 464.36 151.37 464.46 151.36 464.61 151.39 464.85 151.27 464.96 151.23 465.05 151.17 465.1 151.13 465.28 151.16 465.34 151.25 465.38 151.32 465.44 151.36 465.5 151.37 465.57 151.27 465.61 151.26 465.71 151.26 465.85 151.11 465.82 150.87 465.95 150.85 466 150.8 466.02 150.52 466.01 150.3 465.92 150.22 465.93 150.16 465.9 150.08 465.89 150 465.9 149.94 465.97 149.93 466.01 149.8 465.99 149.61 465.98 149.52 465.91 149.43 465.89 149.42 465.85 149.31 465.75 149.25 465.7 149.14 465.56 149.26 465.41 149.42 465.33 149.36 465.22 149.23 465.26 149.22 465.31 149.18 465.34 149.16 465.19 149.22 465.18 149.22 465.08 149.18 464.94 149.12 464.98 149.03 465 148.99 465.04 148.85 465.07 148.69 464.99 148.79 464.95 148.71 464.87 148.71 464.8 148.59 464.52 148.55 464.47 148.56 464.4 148.52 464.37 148.47 464.25 148.39 464.23 148.29 464.16 148.31 464.08 148.29 464.04 148.2 464.01 148.05 463.82 148.01 463.79 147.85 463.6 147.77 463.55 147.52 463.17 147.55 463.13 147.65 463.13 147.71 463.09 147.77 463.09 147.65 462.96 147.62 462.8 147.66 462.74 147.61 462.67 147.63 462.59 147.57 462.4 147.49 462.36 147.34 462.21 147.41 462.09 147.4 462.06 147.3 462.11 147.29 462.25 147.31 462.31 147.31 462.47 147.24 462.4 147.27 462.55 147.31 462.6 147.27 462.69 147.21 462.69 147.13 462.62 147.1 462.53 147.04 462.44 146.85 462.25 146.78 462.2 146.68 462.03 146.7 462 146.71 461.9 146.64 461.76 146.64 461.72 146.52 461.54 146.47 461.41 146.48 461.37 146.45 461.22 146.4 461.11 146.4 461.05 146.3 460.94 146.26 460.85 146.24 460.68 146.19 460.53 146.11 460.43 146.1 460.36 146.04 460.23 145.93 460.05 145.82 459.95 145.76 459.79 145.71 459.71 145.65 459.76 145.6 459.76 145.55 459.67 145.55 459.55 145.48 459.5 145.41 459.38 145.33 459.3 145.34 459.21 145.29 458.99 145.29 458.77 145.26 458.72 145.24 458.56 145.27 458.44 145.23 458.19 145.25 458.06 145.2 457.95 145.14 457.92 145.13 457.81 145.07 457.81 145.08 457.91 145.13 458.04 145.13 458.3 145.15 458.41 145.16 458.51 145.15 458.85 145.18 458.93 145.17 459 145.22 459.12 145.19 459.18 145.07 459.14 145.06 459.17 144.88 459.14 144.8 459.08 144.69 459.02 144.66 459.05 144.67 459.13 144.81 459.2 144.97 459.26 145.07 459.29 145.1 459.32 145.09 459.39 145.18 459.5 145.14 459.58 145.16 459.63 145.27 459.63 145.35 459.66 145.47 459.77 145.56 459.92 145.56 459.95 145.65 460.08 145.6 460.15 145.7 460.24 145.7 460.29 145.86 460.49 145.82 460.56 145.77 460.54 145.76 460.48 145.68 460.43 145.56 460.39 145.5 460.28 145.52 460.23 145.47 460.17 145.44 460.08 145.4 460.04 145.31 459.88 145.17 459.79 145.12 459.72 144.99 459.65 144.96 459.61 144.76 459.56 144.67 459.49 144.47 459.48 144.52 459.54 144.6 459.59 144.68 459.61 144.77 459.68 144.78 459.74 145.05 459.95 145.04 459.99 145.12 460.03 145.12 460.12 145.17 460.24 145.27 460.35 145.3 460.43 145.44 460.43 145.53 460.47 145.56 460.54 145.56 460.63 145.57 460.69 145.55 460.8 145.56 460.93 145.64 460.97 145.66 461.03 145.59 461.12 145.61 461.23 145.67 461.31 145.64 461.39 145.68 461.46 145.72 461.48 145.77 461.57 145.81 461.71 145.93 461.71 145.99 461.74 146.01 461.87 145.97 461.93 146.1 462.11 146.1 462.18 146.15 462.19 146.27 462.38 146.32 462.41 146.47 462.61 146.46 462.66 146.5 462.73 146.54 462.87 146.57 462.95 146.56 463 146.59 463.07 146.63 463.06 146.77 463.2 146.85 463.37 146.91 463.42 146.95 463.52 147.06 463.66 147.05 463.75 147.08 463.79 147.13 463.94 147.06 463.93 147.03 463.84 147.02 463.77 146.99 463.72 146.92 463.75 146.88 463.69 146.83 463.68 146.8 463.73 146.92 463.83 146.91 463.88 146.95 463.96 146.97 464.04 147.05 464.08 147.08 464.24 147.14 464.27 147.25 464.43 147.31 464.55 147.27 464.61 147.31 464.66 147.36 464.77 147.43 464.84 147.49 464.92 147.52 465.03 147.59 465.18 147.65 465.35 147.75 465.5 147.84 465.81 147.8 465.9 147.76 465.83 147.66 465.92 147.72 466.03 147.67 466.06 147.68 466.12 147.78 466.33 147.93 466.55 147.91 466.62 147.82 466.55 147.8 466.6 147.68 466.54 147.64 466.5 147.55 466.56 147.45 466.49 147.33 466.45 147.28 466.41 147.21 466.43 147.12 466.48 147.03 466.46 146.95 466.41 146.85 466.29 146.79 466.23 146.78 466.18 146.73 466.13 146.67 466.02 146.62 466 146.54 465.92 146.53 465.87 146.47 465.8 146.3 465.4 146.24 465.31 146.2 465.23 146.15 465.08 146.17 465.06 146.05 464.87 145.98 464.85 145.99 464.8 145.93 464.74 145.89 464.81 146.02 464.92 146.05 464.99 146.03 465.08 145.96 464.97 145.9 464.94 145.99 465.1 146.16 465.33 146.2 465.38 146.2 465.57 146.19 465.62 146.11 465.63 145.97 465.52 145.84 465.44 145.78 465.47 145.6 465.37 145.55 465.39 145.54 465.45 145.46 465.54 145.43 465.6 145.38 465.61 145.28 465.67 145.19 465.66 145.05 465.69 144.88 465.79 144.76 465.82 144.69 465.86 144.58 465.9 144.54 465.85 144.58 465.76 144.59 465.61 144.56 465.56 144.55 465.39 144.62 465.32 144.62 465.27 144.52 465.27 144.46 465.33 144.43 465.4 144.39 465.42 144.21 465.35 144.17 465.32 144.14 465.24 144.17 465.19 144.24 465.19 144.23 465.14 144.27 465.06 144.35 465.07 144.34 464.94 144.25 464.93 144.22 464.83 144.17 464.81 144.15 464.7 144.11 464.6 144.03 464.52 144.01 464.46 144.08 464.46 144.13 464.53 144.22 464.4 144.28 464.44 144.36 464.52 144.4 464.45 144.48 464.43 144.54 464.33 144.4 464.32 144.29 464.23 144.27 464.16 144.22 464.15 144.22 464.06 144.16 464.02 144.06 463.86 143.98 463.7 143.89 463.71 143.86 463.66 143.78 463.61 143.77 463.49 143.84 463.47 143.8 463.42 143.74 463.41 143.65 463.31 143.6 463.18 143.55 463.15 143.48 463.05 143.4 462.99 143.38 462.93 143.4 462.86 143.47 462.81 143.48 462.77 143.61 462.71 143.61 462.63 143.44 462.66 143.46 462.61 143.39 462.52 143.37 462.45 143.36 462.29 143.39 462.26 143.34 462.15 143.26 462.12 143.22 462.04 143.1 461.97 143.07 461.92 143.08 461.84 142.93 461.86 142.92 461.9 142.94 461.98 143 462.06 143 462.1 143.1 462.14 143.14 462.24 143.1 462.38 143.19 462.44 143.19 462.52 143.26 462.63 143.25 462.75 143.27 462.81 143.24 462.99 143.19 463.08 143.19 463.15 143.23 463.24 143.19 463.28 143.24 463.41 143.24 463.46 143.1 463.45 143.02 463.5 142.89 463.5 142.76 463.39 142.59 463.36 142.47 463.27 142.41 463.25 142.27 463.14 142.25 463.06 142.16 463.16 142.12 463.1 142.01 463.12 141.92 463.06 141.81 462.9 141.81 462.8 141.74 462.65 141.66 462.5 141.68 462.47 141.63 462.32 141.52 462.25 141.48 462.27 141.48 462.39 141.51 462.5 141.49 462.63 141.42 462.59 141.4 462.53 141.34 462.45 141.25 462.39 141.2 462.28 141.14 462.2 140.96 462.04 140.92 462.05 141 462.2 141.02 462.2 141.19 462.44 141.25 462.5 141.31 462.58 141.36 462.71 141.35 462.79 141.24 462.76 141.2 462.79 141.15 462.76 141.1 462.69 140.84 462.57 140.71 462.56 140.68 462.51 140.52 462.46 140.38 462.43 140.25 462.28 140.17 462.22 140.07 462.2 139.95 462.08 139.95 462.03 139.84 461.95 139.8 461.95 139.72 461.85 139.61 461.87 139.59 461.97 139.64 462 139.7 462.12 139.77 462.17 139.81 462.12 139.86 462.15 139.86 462.19 139.97 462.35 140.06 462.4 140.11 462.4 140.22 462.52 140.26 462.66 140.2 462.79 140.12 462.75 140.01 462.77 139.99 462.8 139.91 462.79 139.83 462.87 139.8 462.94 139.76 463.19 139.67 463.31 139.63 463.31 139.62 463.4 139.69 463.49 139.72 463.48 139.76 463.39 139.85 463.2 139.91 463.12 139.94 463.01 139.95 462.93 140.06 462.94 140.12 462.93 140.2 462.96 140.27 462.93 140.28 462.9 140.41 462.97 140.48 462.95 140.61 462.98 140.69 463.04 140.76 462.98 140.83 462.99 140.95 462.95 140.98 462.98 141.09 463.01 141.14 463.06 141.2 463.03 141.25 463.06 141.29 463.13 141.45 463.09 141.57 463.11 141.68 463.16 141.73 463.22 141.86 463.29 141.89 463.33 141.98 463.37 141.92 463.45 141.95 463.5 142.01 463.5 142.04 463.43 142.13 463.46 142.15 463.52 142.12 463.57 142.05 463.56 142.05 463.61 141.86 463.54 141.85 463.6 141.95 463.63 142.1 463.73 142.16 463.73 142.3 463.8 142.42 463.84 142.45 463.9 142.5 463.92 142.61 464.03 142.55 464.18 142.5 464.24 142.48 464.3 142.29 464.47 142.22 464.59 142.2 464.67 142.14 464.71 142.06 464.71 142.06 464.76 142.17 464.8 142.31 464.78 142.3 464.67 142.35 464.58 142.46 464.52 142.54 464.54 142.56 464.44 142.62 464.34 142.67 464.3 142.72 464.37 142.75 464.35 142.71 464.16 142.76 464.12 142.96 464.25 143.02 464.33 143.11 464.39 143.22 464.44 143.28 464.57 143.17 464.53 143.26 464.69 143.37 464.79 143.43 464.74 143.52 464.82 143.57 464.93 143.56 464.96 143.63 465.01 143.67 465.08 143.74 465.09 143.77 465.13 143.75 465.2 143.82 465.35 143.9 465.39 143.9 465.45 143.86 465.48 143.87 465.54 143.97 465.61 144.05 465.8 144.05 465.89 144.14 465.95 144.15 466.03 144.03 466.09 143.93 466.27 143.87 466.3 143.75 466.3 143.66 466.36 143.58 466.38 143.56 466.46 143.32 466.59 143.24 466.55 143.22 466.41 143.27 466.32 143.28 466.23 143.15 466.17 143.08 466.25 142.94 466.27 142.9 466.3 142.93 466.36 142.99 466.41 143.02 466.55 143.03 466.73 142.96 466.79 142.91 466.77 142.86 466.71 142.75 466.7 142.71 466.79 142.63 466.77 142.61 466.8 142.53 466.82 142.47 466.77 142.39 466.74 142.3 466.75 142.27 466.71 142.22 466.58 142.18 466.55 142 466.66 142.06 466.76 142.15 466.81 142.19 466.88 142.23 466.88 142.24 466.98 142.31 467.02 142.36 467.15 142.38 467.27 142.31 467.35 142.34 467.41 142.32 467.48 142.23 467.55 142.06 467.59 141.99 467.59 141.97 467.54 141.91 467.5 141.8 467.37 141.76 467.3 141.74 467.2 141.83 467.1 141.91 467.09 141.88 466.99 141.8 467.01 141.72 467.09 141.69 466.98 141.65 466.98 141.62 467.11 141.58 467.13 141.5 467.09 141.46 466.93 141.53 466.82 141.35 466.8 141.43 466.88 141.36 467 141.29 466.98 141.22 466.99 141.15 466.96 141.18 466.92 141.24 466.91 141.25 466.76 141.22 466.72 141.23 466.64 141.15 466.61 141.13 466.76 141.09 466.8 141.02 466.81 140.99 466.64 141.02 466.52 140.94 466.5 140.89 466.43 140.8 466.46 140.74 466.43 140.54 466.4 140.33 466.52 140.35 466.61 140.29 466.65 140.21 466.57 140.06 466.46 139.99 466.39 139.91 466.37 139.88 466.34 139.67 466.23 139.52 466.21 139.45 466.18 139.38 466.1 139 465.93 138.98 465.89 138.91 465.85 138.76 465.73 138.4 465.55 138.33 465.49 138.16 465.42 138.09 465.44 138.02 465.41 137.88 465.31 137.87 465.13 137.81 465.03 137.74 464.97 137.54 464.8 137.34 464.65 137.17 464.55 137.02 464.47 136.92 464.39 136.79 464.31 136.74 464.24 136.71 464.12 136.75 464.06 136.75 463.9 136.67 463.76 136.69 463.72 136.64 463.64 136.37 463.38 136.08 463.16 135.83 462.99 135.67 462.9 135.62 462.82 135.4 462.69 135.16 462.58 135.02 462.54 134.26 462.35 133.98 462.29 133.7 462.14 133.21 461.81 133.04 461.71 132.88 461.63 132.61 461.52 132.27 461.4 131.43 461.14 131.22 461.06 130.65 460.8 130.42 460.67 130.15 460.53 130.06 460.46 130.01 460.46 129.87 460.35 129.57 460.19 129.21 460.02 129.15 459.98 129.11 459.94 129.16 459.82 129.19 459.8 129.41 459.89 129.56 459.85 129.49 459.78 129.5 459.71 129.53 459.67 129.62 459.66 129.65 459.57 129.64 459.52 129.56 459.45 129.58 459.38 129.64 459.3 129.73 459.36 129.71 459.39 129.74 459.48 129.73 459.55 129.76 459.65 129.9 459.52 129.9 459.45 129.98 459.41 130.05 459.35 130.05 459.3 129.96 459.31 130 459.23 130.02 459.08 130.09 459.03 130.1 458.94 130.17 458.85 130.23 458.7 130.3 458.68 130.31 458.58 130.24 458.55 130.06 458.39 129.97 458.22 129.9 458.16 129.81 457.98 129.82 457.87 129.75 457.76 129.68 457.68 129.62 457.49 129.62 457.28 129.7 457.25 129.76 457.2 129.78 457.14 129.88 457.06 129.92 456.99 129.95 456.9 129.94 456.8 129.99 456.69 129.96 456.64 130.02 456.56 129.98 456.5 129.88 456.4 129.83 456.25 129.75 456.23 129.76 456.32 129.71 456.42 129.68 456.54 129.61 456.58 129.6 456.64 129.63 456.8 129.62 456.97 129.53 457 129.48 457.07 129.36 457.12 129.29 457.2 129.2 457.42 129.13 457.57 129.13 457.66 129.18 457.77 129.16 457.88 129.06 457.98 128.72 458.17 128.58 458.23 128.23 458.47 128.11 458.54 127.99 458.59 127.83 458.7 127.79 458.8 127.7 458.91 127.52 459.01 127.39 459.06 127.12 459.05 126.88 459.06 126.5 459.06 126.37 459.05 126.25 459.07 126.08 459.06 125.8 459.03 125.67 459 125.51 458.99 125.31 458.95 124.97 458.78 124.58 458.65 124.24 458.51 123.96 458.41 123.85 458.36 123.53 458.26 123.34 458.18 123.25 458.14 123.16 458.05 123.1 457.95 123.08 457.89 123.13 457.84 123.18 457.91 123.19 458.01 123.26 458.12 123.3 458 123.4 457.93 123.42 457.83 123.51 457.77 123.61 457.78 123.69 457.75 123.77 457.69 123.74 457.63 123.77 457.56 123.73 457.49 123.75 457.44 123.81 457.39 123.8 457.34 123.82 457.27 123.73 457.15 123.69 457.02 123.64 456.95 123.54 456.87 123.67 456.85 123.71 456.7 123.83 456.61 123.82 456.57 123.88 456.49 123.92 456.49 124 456.41 124.04 456.43 124.09 456.36 124.11 456.28 124.12 456.13 124.06 455.99 124 456.02 124.06 456.11 124.03 456.25 123.99 456.34 123.83 456.44 123.71 456.57 123.6 456.63 123.48 456.64 123.43 456.68 123.41 456.61 123.33 456.51 123.33 456.39 123.34 456.25 123.26 456.16 123.2 456.2 123.16 456.33 123.12 456.37 123.06 456.36 122.91 456.28 122.79 456.15 122.69 456.15 122.66 456.21 122.69 456.27 122.76 456.35 122.79 456.45 122.86 456.49 122.91 456.48 123 456.56 123.05 456.64 123.08 456.72 123.03 456.73 123.09 456.83 123.22 456.85 123.26 456.87 123.33 456.98 123.41 457.06 123.42 457.12 123.36 457.15 123.32 457.25 123.24 457.29 123.12 457.36 122.97 457.41 122.86 457.52 122.85 457.58 122.67 457.64 122.37 457.69 122.18 457.69 122.02 457.64 121.64 457.47 121.37 457.4 121.24 457.37 120.86 457.35 120.48 457.26 120.15 457.2 119.84 457.18 119.67 457.2 119.61 457.14 119.29 457.08 119.1 457.06 118.72 457.06 118.33 457.08 117.98 457.14 117.7 457.24 117.23 457.37 117 457.42 116.24 457.54 115.86 457.61 115.51 457.69 115.26 457.79 114.86 457.99 114.73 458.08 114.57 458.13 114.4 458.06 114.34 458.06 114.26 457.99 114.24 457.95 114.15 457.93 113.94 457.92 113.75 457.97 113.66 457.97 113.54 457.93 113.46 457.94 113.29 457.93 113.33 457.86 113.42 457.81 113.57 457.8 113.66 457.78 113.79 457.81 113.86 457.75 113.96 457.78 114.03 457.75 113.94 457.55 113.78 457.43 113.77 457.37 113.67 457.38 113.62 457.32 113.46 457.28 113.4 457.19 113.25 457.18 113.1 457.1 113.13 456.99 113.03 456.95 113.13 456.88 113.33 456.84 113.3 456.81 113.05 456.84 112.82 456.93 112.67 456.95 112.62 456.93 112.46 456.97 112.27 456.85 112.21 456.86 112.15 456.93 112.1 456.88 112.03 456.87 111.94 456.81 111.71 456.72 111.51 456.68 111.37 456.67 111.29 456.68 111.23 456.67 110.93 456.65 110.86 456.58 110.96 456.51 111.07 456.46 111.28 456.43 111.37 456.38 111.48 456.34 111.46 456.29 111.35 456.2 111.23 456.22 111.15 456.18 111 456.15 110.97 456.19 110.9 456.23 110.85 456.2 110.76 456.2 110.73 456.18 110.7 456.03 110.75 455.94 110.75 455.91 110.9 455.64 110.9 455.58 110.96 455.47 110.95 455.42 111.12 455.05 111.2 454.91 111.07 454.91 110.92 454.97 110.84 455.07 110.85 455.13 110.82 455.19 110.69 455.2 110.66 455.24 110.56 455.28 110.49 455.3 110.36 455.39 110.27 455.56 110.21 455.72 110.18 455.85 110.19 456.09 110.15 456.14 110.1 456.15 109.99 456.08 109.88 456.08 109.82 456.12 109.65 456.03 109.63 456 109.52 455.94 109.48 455.88 109.38 455.87 109.38 455.82 109.3 455.83 109 455.59 108.86 455.55 108.78 455.48 108.83 455.39 108.83 455.34 108.65 455.28 108.59 455.22 108.5 455.19 108.47 455.14 108.28 455.09 108.17 455.1 108.12 455.06 107.99 455.08 107.93 455.03 107.88 455.04 107.83 455.1 107.7 455.12 107.49 455.18 107.4 455.16 107.31 455.11 107.24 455.12 107.18 455.04 107.29 454.94 107.35 454.84 107.42 454.87 107.5 454.82 107.58 454.71 107.75 454.62 107.79 454.53 107.86 454.5 107.82 454.44 107.92 454.3 108.02 454.2 108.07 454.11 108.08 454.01 108.13 453.95 108.16 453.82 108.25 453.76 108.32 453.69 108.33 453.64 108.3 453.58 108.23 453.57 108.17 453.65 107.83 453.86 107.7 453.91 107.54 453.99 107.4 454 107.4 453.94 107.51 453.9 107.61 453.81 107.62 453.77 107.55 453.75 107.45 453.82 107.45 453.74 107.38 453.7 107.47 453.62 107.51 453.53 107.54 453.43 107.45 453.47 107.36 453.55 107.4 453.6 107.27 453.73 107.27 453.81 107.23 453.85 107.24 453.91 107.1 453.95 107.07 453.93 107.02 453.98 106.98 453.94 107.01 453.79 107.07 453.74 107.08 453.67 107.19 453.47 107.28 453.39 107.25 453.36 107.13 453.43 107.05 453.51 106.96 453.56 106.92 453.63 106.86 453.65 106.6 453.8 106.51 453.88 106.47 453.88 106.36 453.93 106.34 453.91 106.16 453.94 106.13 453.93 106.08 453.76 106.19 453.71 106.22 453.66 106.27 453.63 106.27 453.59 106.34 453.5 106.57 453.29 106.65 453.26 106.8 453.12 106.72 453.07 106.78 453.02 106.85 453.06 106.86 452.99 106.8 452.93 106.84 452.86 106.84 452.76 106.77 452.76 106.74 452.86 106.64 453.01 106.56 453.16 106.52 453.08 106.44 453.22 106.3 453.15 106.31 453.08 106.22 453.08 106.2 453.26 106.12 453.31 105.98 453.31 105.91 453.25 105.93 453.17 105.91 453.08 105.95 452.92 105.88 452.94 105.85 453.03 105.86 453.09 105.81 453.16 105.76 453.28 105.71 453.29 105.67 453.34 105.7 453.39 105.61 453.47 105.52 453.53 105.45 453.52 105.4 453.55 105.37 453.6 105.31 453.64 105.29 453.56 105.25 453.53 105.16 453.5 105.12 453.51 104.94 453.48 104.92 453.53 104.86 453.57 104.75 453.54 104.72 453.49 104.72 453.35 104.63 453.26 104.59 453.2 104.6 453.13 104.68 453.15 104.74 453.24 104.86 453.25 104.83 453.16 104.84 453.09 104.88 453.07 104.91 453 105.01 453.05 104.98 453.17 105.07 453.11 105.15 453.08 105.26 453.15 105.26 453.08 105.22 453.03 105.11 452.97 105.09 452.93 105.21 452.91 105.34 452.92 105.42 452.91 105.47 452.86 105.55 452.86 105.75 452.79 105.84 452.79 105.99 452.67 106.02 452.62 106.12 452.56 106.12 452.49 106.16 452.39 106.33 452.34 106.38 452.34 106.61 452.43 106.57 452.33 106.49 452.34 106.46 452.27 106.38 452.24 106.29 452.14 106.25 452.2 106.18 452.11 106.14 452.11 106.05 452.24 106.05 452.3 106.01 452.32 105.98 452.38 105.83 452.54 105.74 452.56 105.59 452.62 105.58 452.55 105.66 452.44 105.62 452.41 105.55 452.46 105.43 452.61 105.35 452.64 105.26 452.61 105.18 452.63 105.05 452.58 105.01 452.51 105.06 452.49 105.08 452.44 104.96 452.34 104.9 452.42 104.85 452.58 104.78 452.59 104.8 452.4 104.84 452.36 104.87 452.25 104.77 452.17 104.69 452.23 104.65 452.3 104.57 452.2 104.54 452.09 104.58 452.07 104.44 451.95 104.47 451.93 104.43 451.82 104.34 451.67 104.37 451.57 104.46 451.64 104.47 451.72 104.55 451.79 104.7 451.73 104.72 451.77 104.8 451.84 104.89 451.85 104.93 451.81 104.86 451.67 104.77 451.63 104.69 451.68 104.62 451.68 104.54 451.61 104.49 451.54 104.48 451.46 104.56 451.45 104.57 451.37 104.56 451.29 104.59 451.25 104.64 451.07 104.68 451.05 104.73 451.13 104.77 451.08 104.83 451.13 104.89 451.11 105 451.16 105.02 451.12 104.96 451.06 104.98 451.03 104.88 450.99 104.7 450.95 104.67 450.84 104.8 450.7 104.84 450.68 104.96 450.7 104.97 450.73 105.09 450.72 105.16 450.69 105.26 450.71 105.44 450.7 105.51 450.66 105.65 450.63 105.79 450.68 105.89 450.67 106.01 450.63 106.04 450.57 106.03 450.5 105.9 450.36 105.78 450.36 105.69 450.39 105.56 450.39 105.5 450.32 105.33 450.33 105.23 450.37 105.23 450.4 105.05 450.4 104.94 450.42 104.98 450.34 104.93 450.28 104.84 450.43 104.72 450.53 104.62 450.7 104.63 450.74 104.58 450.82 104.56 450.9 104.5 450.91 104.42 450.96 104.33 450.99 104.29 450.98 104.28 450.86 104.2 450.89 104.19 450.95 104.24 451.04 104.23 451.09 104.16 451.15 104.12 451.24 104.07 451.29 104.03 451.36 104 451.49 103.93 451.59 103.86 451.65 103.78 451.73 103.61 451.82 103.59 451.77 103.37 451.74 103.34 451.71 103.43 451.65 103.56 451.54 103.61 451.42 103.6 451.34 103.53 451.34 103.49 451.3 103.45 451.36 103.48 451.4 103.45 451.51 103.32 451.65 103.3 451.62 103.31 451.52 103.37 451.41 103.43 451.37 103.51 451.23 103.55 451.23 103.53 451.13 103.56 451.07 103.49 450.96 103.49 450.88 103.41 450.71 103.35 450.66 103.37 450.6 103.3 450.47 103.34 450.43 103.43 450.4 103.49 450.34 103.51 450.26 103.33 450.22 103.28 450.24 103.23 450.21 103.16 450.25 103.09 450.32 103.08 450.38 103.13 450.41 103.14 450.49 103.19 450.52 103.15 450.62 103.08 450.65 103.07 450.69 103.16 450.77 103.2 450.88 103.21 450.98 103.15 451.04 103.22 451.1 103.23 451.2 103.12 451.35 103.07 451.46 103.02 451.5 103.04 451.64 103.07 451.71 103.05 451.76 102.98 451.76 102.92 451.82 102.83 451.75 102.78 451.67 102.79 451.62 102.77 451.45 102.75 451.38 102.67 451.5 102.57 451.52 102.57 451.62 102.61 451.68 102.66 451.7 102.65 451.76 102.67 451.84 102.64 451.89 102.55 451.92 102.52 451.88 102.45 451.84 102.45 451.93 102.4 452 102.41 452.07 102.29 452.16 102.22 452.14 102.21 452.05 102.16 452.04 102.14 452.1 102.02 452.11 101.99 452.09 102.01 451.96 102.12 451.87 101.97 451.9 102.12 451.69 102.18 451.61 102.13 451.58 102.01 451.75 101.97 451.75 101.92 451.65 101.96 451.61 101.95 451.52 101.99 451.44 101.97 451.4 102.03 451.32 102.13 451.32 102.1 451.25 102.01 451.28 101.92 451.4 101.87 451.54 101.87 451.59 101.82 451.69 101.8 451.97 101.77 452.1 101.68 452.04 101.66 451.95 101.71 451.87 101.7 451.66 101.65 451.46 101.67 451.39 101.74 451.36 101.75 451.25 101.7 451.21 101.73 451.13 101.72 450.92 101.76 450.88 101.84 450.88 101.77 450.76 101.78 450.66 101.74 450.62 101.75 450.53 101.69 450.46 101.66 450.37 101.73 450.32 101.71 450.25 101.61 450.3 101.57 450.41 101.62 450.51 101.61 450.58 101.64 450.68 101.58 450.81 101.58 450.88 101.53 450.99 101.52 451.05 101.47 451.13 101.53 451.22 101.48 451.28 101.5 451.32 101.45 451.49 101.39 451.59 101.29 451.65 101.28 451.7 101.42 451.62 101.5 451.66 101.51 451.75 101.43 451.93 101.49 451.95 101.5 452.05 101.44 452.16 101.52 452.18 101.52 452.26 101.49 452.27 101.5 452.36 101.48 452.41 101.36 452.44 101.26 452.49 101.24 452.46 101.27 452.4 101.22 452.37 101.24 452.31 101.22 452.23 101.25 452.16 101.19 452.15 101.15 452.22 101.06 452.18 101.01 452.1 101.05 451.96 101.08 451.82 100.99 451.79 100.95 451.85 100.96 451.93 100.85 451.95 100.85 451.98 100.92 452.03 100.91 452.08 100.84 452.25 100.75 452.28 100.82 452.37 100.85 452.35 101 452.47 100.98 452.54 100.93 452.58 100.9 452.7 100.86 452.7 100.75 452.64 100.72 452.68 100.67 452.61 100.71 452.58 100.75 452.45 100.61 452.62 100.53 452.58 100.42 452.41 100.43 452.29 100.38 452.14 100.31 452.17 100.35 452.24 100.33 452.32 100.29 452.4 100.31 452.46 100.37 452.49 100.41 452.59 100.4 452.7 100.25 452.76 100.2 452.62 100.17 452.69 100.15 452.83 100 452.9 99.87 452.85 99.77 452.88 99.67 452.85 99.62 452.79 99.63 452.72 99.59 452.64 99.61 452.57 99.65 452.53 99.69 452.43 99.67 452.34 99.7 452.24 99.78 452.12 99.75 452.05 99.76 451.97 99.83 451.91 99.89 451.84 99.89 451.8 99.96 451.7 100.07 451.61 100.06 451.55 100.1 451.52 100.18 451.37 100.21 451.37 100.3 451.23 100.28 451.14 100.32 451.03 100.37 450.94 100.41 450.9 100.42 450.85 100.38 450.83 100.29 450.83 100.48 450.63 100.51 450.57 100.59 450.49 100.61 450.42 100.89 450.09 100.92 450.02 101.01 449.99 101.08 449.93 101.12 449.94 101.21 449.89 101.23 449.85 101.34 449.78 101.39 449.73 101.37 449.68 101.27 449.74 101.17 449.73 101.05 449.79 101.02 449.83 100.93 449.88 100.92 449.83 100.99 449.74 100.99 449.68 101.06 449.62 101.13 449.44 101.02 449.39 100.81 449.68 100.75 449.73 100.77 449.76 100.68 449.95 100.64 449.96 100.55 450.09 100.5 450.21 100.44 450.26 100.41 450.34 100.36 450.36 100.27 450.49 100.2 450.57 100.17 450.65 100.11 450.73 100.11 450.96 100.04 451.03 100.01 451.11 99.88 451.27 99.81 451.31 99.8 451.21 99.76 451.1 99.72 451.07 99.7 451 99.7 450.86 99.63 450.78 99.65 450.75 99.59 450.63 99.65 450.53 99.64 450.45 99.55 450.53 99.51 450.52 99.49 450.65 99.46 450.73 99.42 450.75 99.33 450.7 99.21 450.74 99.18 450.79 99.12 450.76 99.08 450.81 99.11 450.86 98.99 450.88 98.97 450.93 98.75 450.93 98.74 451.01 98.88 451.05 98.83 451.18 98.83 451.26 98.74 451.36 98.61 451.46 98.64 451.54 98.68 451.55 98.82 451.46 98.88 451.39 98.9 451.32 98.99 451.19 99.05 451.08 99.14 451.01 99.23 450.95 99.33 450.93 99.53 450.84 99.55 450.87 99.54 451 99.56 451.02 99.53 451.1 99.49 451.27 99.51 451.35 99.49 451.42 99.44 451.46 99.42 451.58 99.29 451.66 99.32 451.72 99.29 451.79 99.2 451.8 99.2 451.75 99.08 451.66 99.03 451.72 99.1 451.77 99.11 451.91 99.2 451.95 99.16 452.09 99.13 452.1 99.1 452.21 99.05 452.29 99.12 452.32 99.06 452.52 99.03 452.54 98.97 452.44 98.81 452.35 98.74 452.44 98.76 452.49 98.85 452.53 98.97 452.65 98.96 452.71 98.89 452.76 98.78 452.74 98.76 452.68 98.67 452.61 98.65 452.56 98.54 452.54 98.46 452.56 98.39 452.55 98.35 452.58 98.24 452.62 98.16 452.58 98.04 452.58 97.97 452.65 97.82 452.76 97.64 452.86 97.66 452.94 97.72 452.91 97.82 452.92 98.02 452.82 98.15 452.72 98.22 452.72 98.27 452.78 98.43 452.71 98.55 452.73 98.56 452.83 98.51 452.89 98.41 452.91 98.28 452.89 98.09 453 97.98 453.11 97.84 453.32 97.79 453.36 97.78 453.48 97.75 453.57 97.85 453.52 97.86 453.43 97.92 453.34 97.97 453.33 97.96 453.41 97.87 453.56 97.81 453.58 97.67 453.7 97.75 453.7 97.79 453.81 97.83 453.73 98.03 453.49 98.08 453.4 98.11 453.27 98.15 453.2 98.25 453.14 98.31 453.08 98.31 453.02 98.37 452.99 98.49 453.04 98.5 453.09 98.57 453.11 98.6 453 98.75 452.92 98.87 453.01 98.82 453.07 98.86 453.15 98.85 453.24 98.78 453.32 98.74 453.34 98.73 453.42 98.76 453.44 98.76 453.52 98.78 453.59 98.75 453.68 98.68 453.75 98.56 453.83 98.66 453.94 98.62 454 98.65 454.08 98.7 453.94 98.79 453.81 98.9 453.8 98.87 453.73 98.91 453.55 98.95 453.52 98.99 453.42 99.08 453.32 99.09 453.26 99.14 453.18 99.13 453.14 99.19 453.07 99.24 453.08 99.3 453.04 99.37 453.09 99.43 453.06 99.47 453.09 99.53 453.07 99.61 453.08 99.63 453.13 99.71 453.14 99.76 453.22 99.77 453.38 99.73 453.44 99.78 453.5 99.77 453.58 99.81 453.65 99.79 453.7 99.8 453.76 99.74 453.82 99.74 453.86 99.66 453.93 99.64 454.03 99.58 454.08 99.46 454.12 99.4 454.19 99.27 454.28 99.19 454.3 99.15 454.41 99.09 454.48 99.06 454.58 99.03 454.58 98.99 454.73 98.95 454.68 98.87 454.67 98.82 454.6 98.79 454.62 98.7 454.58 98.66 454.51 98.6 454.48 98.56 454.42 98.46 454.39 98.29 454.45 98.17 454.58 98.09 454.62 98.01 454.72 97.91 454.81 97.86 454.88 97.8 455.01 97.75 455.03 97.71 455.12 97.63 455.19 97.67 455.28 97.72 455.33 97.79 455.28 97.79 455.23 97.9 455.19 97.98 455.07 98.05 454.98 98.09 454.96 98.16 454.85 98.25 454.83 98.56 454.58 98.57 454.64 98.63 454.68 98.59 454.79 98.7 454.76 98.78 454.77 98.82 454.82 98.81 454.89 98.76 454.92 98.77 454.98 98.85 454.95 98.9 454.88 98.96 454.92 98.96 454.96 98.86 455.04 98.87 455.09 98.95 455.1 99.05 455.03 99.12 455.04 99.19 455.02 99.19 455.13 99.21 455.18 99.13 455.4 99.27 455.3 99.3 455.18 99.3 455.02 99.26 454.98 99.26 454.78 99.31 454.77 99.32 454.72 99.41 454.61 99.44 454.5 99.46 454.49 99.48 454.66 99.49 454.9 99.54 454.9 99.53 454.62 99.55 454.46 99.6 454.33 99.7 454.34 99.72 454.24 99.76 454.21 99.83 454.23 99.9 454.42 99.94 454.41 99.99 454.48 99.92 454.53 99.89 454.58 99.84 454.59 99.84 454.65 99.79 454.7 99.88 454.72 99.93 454.64 100.01 454.58 100.03 454.63 100.08 454.65 100.07 454.79 100.13 454.81 100.19 454.78 100.24 454.91 100.2 454.99 100.21 455.03 100.17 455.09 100.09 455.13 100.08 455.19 100.13 455.21 100.18 455.27 100.22 455.17 100.27 455.18 100.33 455.36 100.29 455.39 100.26 455.48 100.16 455.51 100.08 455.62 100 455.69 99.83 455.7 99.8 455.81 99.7 455.78 99.63 455.68 99.58 455.69 99.58 455.76 99.63 455.8 99.63 455.84 99.68 455.92 99.64 456 99.53 456.07 99.43 456.07 99.43 456.03 99.34 456.04 99.38 456.14 99.36 456.19 99.39 456.31 99.31 456.39 99.24 456.49 99.21 456.48 99.06 456.62 98.97 456.61 98.98 456.72 98.94 456.73 98.91 456.65 98.93 456.51 98.91 456.43 98.86 456.46 98.8 456.44 98.74 456.48 98.66 456.57 98.73 456.61 98.79 456.61 98.84 456.68 98.86 456.78 98.9 456.85 98.87 456.87 98.72 457.04 98.63 457.12 98.54 457.16 98.58 457.21 98.69 457.15 98.82 457.01 98.87 457.09 98.95 456.92 99 456.93 99.1 456.8 99.15 456.7 99.18 456.7 99.31 456.65 99.39 456.63 99.47 456.7 99.45 456.78 99.3 456.8 99.2 456.85 99.17 456.91 99.09 456.96 99.15 456.99 99.25 456.9 99.32 456.87 99.39 456.92 99.41 456.98 99.46 457.04 99.43 457.1 99.41 457.24 99.35 457.34 99.35 457.43 99.39 457.44 99.47 457.31 99.48 457.22 99.54 457.03 99.57 457.01 99.59 456.8 99.66 456.79 99.68 456.87 99.79 456.91 99.81 456.95 99.71 457.1 99.67 457.24 99.69 457.29 99.63 457.33 99.66 457.39 99.72 457.39 99.69 457.5 99.8 457.5 99.81 457.33 99.83 457.26 99.82 457.11 99.94 457.05 99.98 457.14 99.94 457.2 99.84 457.53 99.76 457.64 99.82 457.69 99.73 457.89 99.7 457.9 99.61 458.08 99.63 458.16 99.58 458.23 99.51 458.29 99.39 458.36 99.32 458.38 99.24 458.37 99.18 458.4 99.15 458.35 99.01 458.29 99 458.26 99.14 458.27 99.3 458.26 99.34 458.22 99.43 458.23 99.45 458.19 99.22 458.17 99.16 458.19 99.07 458.16 99.06 458.1 99.12 458.05 99.23 458.02 99.33 458.05 99.41 458.02 99.43 457.91 99.32 457.92 99.17 457.86 99.12 457.87 99.08 457.81 99.09 457.69 99.05 457.64 99.09 457.52 99.09 457.36 99 457.29 98.95 457.33 98.89 457.3 98.85 457.41 98.9 457.5 98.81 457.55 98.83 457.63 98.79 457.64 98.75 457.75 98.83 457.85 98.78 457.88 98.81 457.94 98.78 458.03 98.71 458.06 98.71 458.19 98.67 458.27 98.56 458.28 98.55 458.31 98.71 458.41 98.67 458.54 98.7 458.59 98.67 458.69 98.62 458.73 98.6 458.85 98.53 458.88 98.52 458.82 98.45 458.81 98.41 458.74 98.44 458.68 98.38 458.63 98.37 458.47 98.31 458.46 98.21 458.26 98.16 458.26 98.19 458.39 98.2 458.58 98.19 458.69 98.16 458.73 98.13 458.84 97.93 459.04 97.87 459.06 97.8 459.06 97.73 459.02 97.74 458.89 97.68 458.86 97.62 458.9 97.54 458.89 97.54 458.84 97.48 458.77 97.41 458.76 97.29 458.8 97.25 458.9 97.22 458.95 97.08 459 96.99 458.96 97.01 458.91 96.94 458.84 96.89 458.75 96.87 458.66 96.73 458.65 96.61 458.78 96.52 458.82 96.48 458.79 96.49 458.71 96.41 458.68 96.35 458.77 96.23 458.75 96.21 458.69 96.15 458.7 96.16 458.57 96.31 458.36 96.37 458.35 96.37 458.28 96.43 458.24 96.46 458.13 96.37 458.05 96.25 458.13 96.16 458.12 96.1 458.22 96.01 458.24 96.01 458.3 95.95 458.42 95.86 458.46 95.88 458.52 95.84 458.65 95.79 458.68 95.79 458.81 95.82 458.86 95.74 458.89 95.73 458.95 95.62 459.06 95.67 459.1 95.68 459.17 95.59 459.3 95.62 459.35 95.58 459.38 95.53 459.27 95.56 459.12 95.51 459.02 95.51 458.94 95.54 458.84 95.52 458.8 95.54 458.65 95.45 458.63 95.45 458.49 95.47 458.45 95.57 458.38 95.57 458.34 95.48 458.35 95.42 458.38 95.41 458.29 95.41 458.14 95.39 458.07 95.39 457.87 95.31 457.76 95.33 457.61 95.3 457.56 95.18 457.59 95.13 457.55 95.09 457.6 95.07 457.7 95.04 457.73 95.04 457.87 95.07 457.94 95.03 458.03 95.05 458.09 95.03 458.18 95.13 458.33 95.15 458.33 95.21 458.46 95.23 458.54 95.14 458.52 95.07 458.58 95.01 458.83 94.94 459 94.89 458.98 94.87 458.91 94.79 458.91 94.69 458.97 94.57 459.12 94.62 459.19 94.61 459.28 94.52 459.28 94.52 459.4 94.47 459.46 94.48 459.52 94.39 459.6 94.36 459.72 94.46 459.79 94.46 459.86 94.49 459.98 94.47 460.08 94.56 460.06 94.62 460.12 94.61 460.19 94.64 460.24 94.61 460.31 94.7 460.43 94.66 460.49 94.62 460.35 94.53 460.34 94.5 460.22 94.45 460.21 94.41 460.26 94.42 460.31 94.28 460.28 94.33 460.23 94.4 460.23 94.42 460.19 94.5 460.19 94.52 460.12 94.4 460.09 94.4 460 94.37 459.95 94.3 460.1 94.27 460.1 94.24 459.99 94.31 459.98 94.41 459.88 94.35 459.83 94.3 459.83 94.27 459.88 94.21 459.82 94.28 459.79 94.21 459.73 94.27 459.7 94.31 459.6 94.21 459.58 94.21 459.49 94.23 459.44 94.4 459.29 94.33 459.29 94.21 459.34 94.25 459.25 94.26 459.17 94.32 459.16 94.23 459.05 94.23 458.92 94.16 458.76 94.03 458.72 93.99 458.74 93.96 458.8 94.01 458.95 94.01 459.08 94.03 459.11 94.01 459.2 94.02 459.26 93.95 459.27 93.91 459.37 93.94 459.45 93.94 459.62 93.89 459.68 93.85 459.64 93.84 459.56 93.72 459.45 93.6 459.45 93.56 459.49 93.68 459.58 93.71 459.69 93.76 459.78 93.86 459.85 93.78 459.9 93.77 459.95 93.84 460.01 93.78 460.08 93.88 460.14 93.83 460.21 93.86 460.24 93.91 460.37 93.96 460.4 93.9 460.48 93.89 460.58 93.95 460.55 93.98 460.59 93.92 460.64 93.89 460.6 93.84 460.61 93.9 460.78 93.92 460.88 93.88 460.95 93.84 460.84 93.72 460.84 93.77 460.68 93.69 460.67 93.73 460.55 93.78 460.58 93.84 460.51 93.67 460.41 93.57 460.33 93.56 460.25 93.47 460.22 93.41 460.24 93.37 460.18 93.39 460.1 93.31 460.02 93.15 460.02 93.08 459.98 92.99 459.85 92.97 459.79 92.91 459.85 92.83 459.84 92.88 459.67 92.79 459.46 92.75 459.48 92.78 459.56 92.81 459.74 92.78 459.84 92.75 459.88 92.78 459.96 92.74 460.04 92.87 459.99 92.93 460.06 93.02 460.1 93.04 460.14 93.1 460.14 93.16 460.23 93.14 460.3 93.08 460.34 93.11 460.39 93.21 460.35 93.26 460.31 93.28 460.4 93.28 460.58 93.23 460.74 93.16 460.79 93.02 460.82 92.95 460.79 93 460.92 92.88 461.11 92.82 461.06 92.8 460.99 92.83 460.87 92.76 460.78 92.7 460.76 92.65 460.68 92.6 460.65 92.59 460.59 92.52 460.56 92.53 460.67 92.59 460.71 92.61 460.81 92.68 460.86 92.64 460.99 92.63 461.13 92.57 461.2 92.52 461.13 92.49 461.05 92.44 461.09 92.43 461.14 92.56 461.29 92.67 461.35 92.56 461.44 92.48 461.46 92.43 461.42 92.4 461.49 92.31 461.41 92.34 461.32 92.23 461.34 92.23 461.4 92.27 461.55 92.34 461.64 92.33 461.67 92.22 461.77 92.23 461.67 92.12 461.72 92.04 461.71 92.08 461.81 92.11 461.92 92.04 462.02 91.98 461.92 91.9 461.93 91.93 462.01 91.83 462.03 91.82 462.23 91.87 462.24 91.84 462.32 91.85 462.39 91.79 462.38 91.75 462.32 91.71 462.36 91.71 462.49 91.62 462.44 91.65 462.4 91.64 462.35 91.57 462.4 91.56 462.47 91.58 462.57 91.52 462.61 91.54 462.66 91.48 462.68 91.4 462.67 91.38 462.62 91.45 462.53 91.41 462.52 91.46 462.43 91.51 462.42 91.55 462.31 91.64 462.25 91.65 462.32 91.71 462.29 91.69 462.17 91.6 462.16 91.5 462.17 91.56 462.06 91.63 462.06 91.7 462.09 91.74 462.01 91.66 461.95 91.61 461.97 91.63 461.87 91.72 461.9 91.76 461.85 91.65 461.78 91.73 461.66 91.73 461.6 91.81 461.55 91.81 461.45 91.86 461.38 91.94 461.33 91.84 461.24 91.87 461.19 92.05 460.99 91.97 460.9 91.98 460.87 92.08 460.76 92.12 460.66 92.12 460.55 92.2 460.45 92.23 460.34 92.22 460.22 92.19 460.2 92.08 460.42 92 460.54 91.99 460.63 91.89 460.79 91.88 460.89 91.84 460.99 91.71 461.19 91.65 461.34 91.61 461.41 91.51 461.47 91.5 461.53 91.43 461.69 91.42 461.78 91.34 461.91 91.29 462.06 91.21 462.16 91.16 462.19 91.14 462.13 91.08 462.12 91.09 462 91.21 461.97 91.17 461.89 91.08 461.91 90.97 461.84 90.99 461.74 90.92 461.65 90.98 461.57 91.03 461.55 91.05 461.48 91.12 461.42 91.16 461.34 91.16 461.17 91.11 461.11 91.06 461.2 90.98 461.19 90.99 461.26 90.93 461.31 90.87 461.4 90.85 461.52 90.77 461.59 90.7 461.52 90.62 461.53 90.6 461.57 90.67 461.66 90.73 461.68 90.77 461.73 90.78 461.82 90.85 461.86 90.88 461.92 90.87 462.09 90.81 462.05 90.77 462.09 90.65 462.08 90.64 462.13 90.75 462.18 90.83 462.19 90.86 462.25 90.81 462.32 90.77 462.41 90.68 462.4 90.57 462.45 90.49 462.38 90.46 462.33 90.3 462.38 90.26 462.53 90.2 462.63 90.16 462.73 90.1 462.75 90.04 462.82 89.9 462.84 89.85 462.98 89.76 463.12 89.67 463.12 89.59 463.18 89.64 463.23 89.64 463.3 89.69 463.32 89.69 463.41 89.73 463.48 89.52 463.71 89.45 463.72 89.39 463.68 89.33 463.7 89.33 463.76 89.29 463.82 89.39 463.97 89.24 463.86 89.27 463.73 89.22 463.66 89.25 463.57 89.31 463.53 89.38 463.54 89.32 463.43 89.23 463.43 89.19 463.39 89.22 463.32 89.15 463.26 89.18 463.17 89.23 463.13 89.24 463.05 89.18 463.06 89.17 463.12 89.07 463.27 89.07 463.33 89 463.42 88.88 463.33 88.74 463.3 88.65 463.24 88.61 463.17 88.55 463.15 88.47 463.19 88.36 463.11 88.22 463.09 88.22 463.13 88.38 463.22 88.44 463.3 88.51 463.28 88.62 463.34 88.75 463.43 88.75 463.46 88.87 463.52 88.93 463.53 88.93 463.71 88.85 463.81 88.69 463.89 88.5 463.77 88.46 463.84 88.38 463.88 88.34 463.7 88.27 463.67 88.25 463.76 88.19 463.82 88.06 463.71 87.94 463.58 87.94 463.55 87.8 463.49 87.74 463.48 87.69 463.52 87.7 463.61 87.65 463.62 87.62 463.57 87.55 463.59 87.44 463.67 87.43 463.72 87.51 463.75 87.56 463.74 87.63 463.78 87.6 463.84 87.49 463.81 87.42 463.89 87.4 463.87 87.22 463.8 87.16 463.88 87.12 463.9 87.02 463.9 87.06 463.97 87.11 463.96 87.2 464.02 87.13 464.1 87.06 464.07 86.96 464.08 86.87 464.06 86.81 464.09 86.74 464.07 86.65 464.12 86.56 464.07 86.52 463.96 86.53 463.85 86.56 463.79 86.54 463.71 86.71 463.72 86.71 463.67 86.63 463.63 86.53 463.63 86.4 463.72 86.34 463.68 86.31 463.72 86.18 463.7 85.98 463.56 86.03 463.49 86.14 463.5 86.11 463.41 85.96 463.37 85.84 463.41 85.78 463.36 85.79 463.18 85.76 462.94 85.85 462.88 85.87 462.72 85.98 462.69 86.02 462.63 86.08 462.62 86.19 462.63 86.27 462.67 86.34 462.68 86.4 462.78 86.52 462.8 86.51 462.72 86.46 462.66 86.23 462.55 86.24 462.5 86.2 462.46 86.15 462.46 86.13 462.33 86.2 462.18 86.37 462.12 86.41 462.08 86.46 462.11 86.6 462.03 86.63 462.05 86.7 462.01 86.73 462.05 86.7 462.17 86.73 462.25 86.79 462.31 86.87 462.42 86.91 462.38 86.81 462.24 86.78 462.09 86.86 461.88 86.89 461.9 87 461.85 87.05 461.79 87.21 461.86 87.32 461.85 87.33 461.92 87.53 461.9 87.5 461.81 87.58 461.83 87.69 461.91 87.78 461.96 87.69 461.75 87.69 461.69 87.82 461.53 87.8 461.47 87.82 461.42 87.89 461.41 87.95 461.44 88.02 461.43 88.09 461.36 88.16 461.26 88.25 461.25 88.27 461.19 88.33 461.18 88.41 461.24 88.46 461.17 88.42 461.12 88.43 461.06 88.5 461.07 88.65 461.05 88.65 461.11 88.77 461.1 88.82 461.15 88.85 461.1 88.75 460.99 88.71 460.85 88.7 460.76 88.74 460.72 88.88 460.67 88.9 460.62 89.05 460.54 89 460.51 89.03 460.46 89.04 460.37 89.1 460.29 89.17 460.25 89.21 460.16 89.3 460.19 89.3 460.08 89.4 460.04 89.41 459.94 89.47 459.9 89.55 459.9 89.58 459.84 89.65 459.78 89.56 459.76 89.5 459.72 89.51 459.69 89.34 459.69 89.16 459.74 89.07 459.8 89.02 459.85 88.9 459.93 88.74 460.1 88.64 460.15 88.58 460.21 88.5 460.25 88.44 460.3 88.23 460.43 88.1 460.44 87.93 460.51 87.87 460.57 87.86 460.63 87.79 460.7 87.7 460.73 87.68 460.76 87.54 460.75 87.48 460.71 87.24 460.65 87.15 460.62 87.02 460.54 86.9 460.43 86.59 460.17 86.53 460.09 86.43 459.88 86.38 459.7 86.43 459.62 86.45 459.54 86.54 459.41 86.65 459.11 86.68 458.93 86.72 458.9 86.83 458.73 86.91 458.51 87 458.19 87.02 458.04 87.09 457.88 87.19 457.79 87.29 457.63 87.41 457.45 87.68 457.22 87.78 457.11 87.89 456.96 88.14 456.65 88.2 456.54 88.25 456.39 88.31 456.06 88.32 455.85 88.34 455.59 88.39 455.52 88.5 455.49 88.64 455.39 88.66 455.22 88.69 455.09 88.73 454.73 88.74 454.54 88.79 454.35 88.8 454.28 88.68 454.19 88.61 454.09 88.58 453.99 88.54 453.66 88.51 453.52 88.44 453.37 88.38 453.19 88.37 453.03 88.48 452.96 88.54 452.93 88.76 452.89 88.86 452.84 88.91 452.76 88.9 452.69 89.05 452.64 89.43 452.64 89.58 452.62 89.72 452.56 89.77 452.47 90.18 452.16 90.29 452.05 90.43 451.96 90.69 451.71 90.83 451.62 90.96 451.45 91.13 451.4 91.28 451.31 91.33 451.27 91.52 451.18 91.54 451.15 91.78 451.05 91.94 450.92 92.01 450.92 92.09 450.97 92.13 451.03 92.19 451.23 92.29 451.45 92.37 451.59 92.44 451.67 92.55 451.83 92.6 451.92 92.79 451.92 92.86 451.95 92.89 452.01 92.95 452.04 93.04 452.01 93.18 452.06 93.18 452.2 93.23 452.22 93.29 452.17 93.28 452.11 93.3 452 93.36 452.01 93.38 451.96 93.44 451.97 93.46 451.9 93.51 451.86 93.55 451.78 93.6 451.73 93.6 451.68 93.71 451.54 93.78 451.49 93.88 451.5 94.07 451.49 94.09 451.52 94.19 451.57 94.22 451.57 94.4 451.66 94.45 451.79 94.48 451.82 94.6 451.81 94.76 451.74 94.9 451.82 94.94 451.82 95.08 451.87 95.14 451.95 95.21 451.99 95.28 451.95 95.36 452.02 95.48 452.05 95.68 452.04 95.79 452.05 95.88 452.1 96.11 452.11 96.17 452.18 96.27 452.18 96.34 452.25 96.42 452.27 96.49 452.34 96.49 452.4 96.57 452.42 96.66 452.52 96.69 452.46 96.65 452.35 96.58 452.27 96.53 452.15 96.46 452.07 96.36 451.93 96.24 451.89 96.16 451.81 96.02 451.7 95.92 451.73 95.63 451.77 95.45 451.82 95.45 451.76 95.39 451.68 95.29 451.64 95.11 451.48 95.07 451.48 95.01 451.41 94.92 451.38 94.87 451.41 94.74 451.39 94.68 451.4 94.61 451.38 94.52 451.28 94.33 451.23 94.32 451.2 94.17 451.13 94.13 451.06 94.05 451 93.96 450.84 93.9 450.77 93.81 450.63 93.71 450.57 93.64 450.54 93.54 450.45 93.42 450.3 93.1 450.15 93.07 450.12 93.1 450.05 93.22 449.93 93.24 449.82 93.3 449.79 93.38 449.82 93.49 449.8 93.58 449.77 93.67 449.67 93.65 449.64 93.7 449.57 93.75 449.4 93.83 449.33 93.99 449.01 94.12 448.92 94.23 448.92 94.32 448.86 94.33 448.69 94.31 448.61 94.37 448.54 94.49 448.5 94.58 448.51 94.65 448.48 94.8 448.37 94.85 448.35 94.92 448.38 94.99 448.33 95.04 448.25 95.15 448.2 95.28 448.07 95.33 448.05 95.3 447.95 95.14 447.94 94.99 447.85 94.97 447.76 94.9 447.75 94.78 447.77 94.74 447.75 94.59 447.8 94.5 447.85 94.46 447.9 94.35 447.96 94.2 448.07 94.15 448.16 94.13 448.24 93.99 448.43 93.82 448.47 93.77 448.52 93.74 448.61 93.73 448.7 93.66 448.82 93.63 448.97 93.65 449.08 93.62 449.22 93.62 449.34 93.59 449.39 93.5 449.44 93.39 449.55 93.09 449.42 92.89 449.38 92.65 449.36 92.56 449.38 92.42 449.39 92.37 449.37 92.21 449.41 92.02 449.44 91.75 449.44 91.66 449.39 91.56 449.26 91.53 449.16 91.49 449.07 91.38 449.08 91.33 449.17 91.25 449.18 91.19 449.08 91.13 449.06 91.07 449.2 91.01 449.29 90.95 449.34 90.86 449.37 90.79 449.42 90.64 449.47 90.51 449.53 90.44 449.59 90.34 449.63 90.17 449.64 90.14 449.62 90.06 449.74 89.94 449.79 89.81 449.88 89.68 450.06 89.65 450.16 89.55 450.36 89.51 450.4 89.49 450.49 89.43 450.61 89.33 450.75 89.24 450.77 89.01 450.78 88.89 450.81 88.83 450.83 88.79 450.9 88.72 450.97 88.64 450.98 88.44 450.94 88.22 450.94 88.05 451.06 87.91 451.18 87.74 451.3 87.67 451.41 87.53 451.54 87.48 451.57 87.41 451.58 87.37 451.69 87.2 451.85 87.09 452 87.08 452.13 87.15 452.35 87.23 452.5 87.36 452.89 87.35 453.01 87.31 453.05 87.2 453.01 87.16 452.94 86.99 452.88 86.96 452.8 86.89 452.71 86.8 452.66 86.74 452.61 86.69 452.51 86.66 452.58 86.68 452.64 86.77 452.7 86.84 452.76 86.87 452.84 86.75 452.91 86.63 452.95 86.33 453.19 86.18 453.33 86.12 453.44 86.09 453.46 86.03 453.56 85.94 453.79 85.81 453.9 85.68 453.9 85.57 453.98 85.36 454.15 85.18 454.37 85.13 454.48 85.14 454.52 85.09 454.6 85.08 454.82 85.1 454.92 85.14 455.01 85.26 455.08 85.36 455.2 85.13 455.36 85.12 455.41 84.96 455.43 84.89 455.46 84.82 455.62 84.82 455.68 84.79 455.8 84.7 455.91 84.6 455.91 84.52 455.95 84.4 456.02 84.26 456.17 84.21 456.29 84.15 456.33 83.99 456.33 83.89 456.26 83.83 456.17 83.77 456.15 83.73 456.21 83.62 456.16 83.51 456.27 83.49 456.24 83.38 456.25 83.28 456.2 83.19 456.17 83.11 456.1 83.05 456.11 83.09 456.22 83.14 456.29 83.31 456.44 83.44 456.48 83.52 456.57 83.54 456.63 83.66 456.71 83.72 456.78 83.72 456.85 83.68 456.89 83.76 456.99 83.77 457.03 83.98 457.19 84 457.28 84.05 457.36 84.02 457.56 83.93 457.7 83.93 457.79 83.65 458.08 83.61 458.15 83.56 458.33 83.55 458.42 83.49 458.5 83.35 458.57 83.19 458.6 83.14 458.65 83.12 458.73 83.03 458.71 82.92 458.73 82.84 458.67 82.65 458.71 82.59 458.65 82.45 458.62 82.32 458.63 82.19 458.69 81.99 458.74 81.93 458.77 81.88 458.72 81.74 458.8 81.59 458.97 81.73 459 81.89 459.13 82.03 459.09 82.1 458.96 82.21 458.99 82.35 458.98 82.41 459.02 82.44 459.16 82.4 459.36 82.34 459.48 82.3 459.61 82.24 459.74 82.23 459.81 82.19 459.88 82.17 459.96 82.1 459.96 82.01 460.03 81.9 460.06 81.86 460.05 81.81 460.09 81.81 460.16 81.77 460.21 81.62 460.3 81.53 460.34 81.46 460.34 81.39 460.29 81.33 460.07 81.27 460.07 81.19 460.11 81.24 460.2 81.22 460.25 81.24 460.34 81.17 460.38 81.09 460.4 80.94 460.27 80.83 460.26 80.8 460.23 80.82 460.17 80.95 460.08 80.95 459.98 81.03 459.84 80.99 459.8 81.01 459.72 81.06 459.72 81.16 459.65 81.1 459.58 81.01 459.6 80.94 459.47 80.89 459.44 80.9 459.35 80.85 459.28 80.79 459.29 80.74 459.35 80.77 459.51 80.75 459.58 80.79 459.69 80.77 459.83 80.7 459.96 80.66 460.15 80.56 460.24 80.48 460.27 80.43 460.26 80.39 460.31 80.31 460.32 80.3 460.22 80.2 460.09 80.18 459.9 80.1 459.98 80.09 460.15 80 460.17 79.83 460.16 79.82 460.26 79.89 460.3 80.02 460.25 80.1 460.25 80.12 460.32 80.17 460.39 80.3 460.44 80.3 460.57 80.25 460.66 80.19 460.81 80.16 460.83 79.95 460.78 79.79 460.8 79.7 460.78 79.64 460.83 79.58 460.82 79.53 460.86 79.49 460.96 79.54 461 79.54 461.06 79.63 461.1 79.71 461.41 79.56 461.5 79.56 461.56 79.6 461.61 79.53 461.64 79.48 461.62 79.25 461.7 79.19 461.69 79.09 461.64 78.97 461.68 78.86 461.79 78.77 461.9 78.75 461.8 78.68 461.78 78.66 461.86 78.56 461.92 78.5 461.92 78.44 461.83 78.32 461.93 78.22 461.97 78.16 461.92 78.09 461.96 78.16 462.04 78.17 462.11 78.23 462.13 78.37 462.12 78.41 462.09 78.57 462.1 78.62 462.05 78.69 462.1 78.62 462.13 78.49 462.25 78.38 462.31 78.28 462.34 78.15 462.42 78.09 462.53 78.04 462.65 78.01 462.77 78 462.91 77.97 462.96 78 463.06 78.05 463.09 78 463.18 77.94 463.14 77.82 463.19 77.86 463.28 77.81 463.33 77.74 463.35 77.64 463.33 77.58 463.37 77.59 463.43 77.68 463.41 77.67 463.46 77.48 463.51 77.49 463.61 77.54 463.63 77.71 463.65 77.8 463.69 77.78 463.74 77.8 463.83 77.7 463.88 77.72 463.94 77.8 463.92 77.73 464.01 77.69 464.02 77.66 464.1 77.74 464.09 77.68 464.18 77.77 464.35 77.75 464.39 77.85 464.41 77.93 464.34 78.11 464.11 78.16 464.07 78.32 464.08 78.57 464.15 78.68 464.21 78.77 464.21 78.91 464.27 78.97 464.26 79.07 464.15 79.14 464.17 79.16 464.12 79.26 464.15 79.29 464.22 79.39 464.21 79.46 464.17 79.57 464.37 79.64 464.52 79.76 464.69 79.95 464.84 80.07 464.88 80.2 464.78 80.35 464.98 80.43 465 80.48 464.99 80.49 465.15 80.54 465.2 80.57 465.29 80.61 465.34 80.73 465.35 80.74 465.44 80.71 465.47 80.73 465.65 80.77 465.7 80.7 465.72 80.65 465.76 80.76 465.87 80.93 465.79 80.98 465.9 80.82 465.98 80.74 465.96 80.73 465.91 80.66 465.89 80.6 465.92 80.54 466.03 80.51 466.23 80.47 466.32 80.46 466.39 80.39 466.58 80.29 466.71 80.23 466.81 80.14 466.86 80.06 466.81 80 466.85 79.93 466.95 79.81 466.95 79.76 466.98 79.65 467.13 79.6 467.34 79.54 467.33 79.45 467.34 79.33 467.45 79.06 467.46 78.94 467.49 78.82 467.47 78.68 467.41 78.58 467.41 78.48 467.43 78.45 467.45 78.42 467.58 78.48 467.67 78.44 467.7 78.36 467.86 78.32 468.01 78.36 468.07 78.27 468.21 78.16 468.25 78.05 468.24 78.01 468.21 77.88 468.24 77.82 468.21 77.78 468.23 77.72 468.32 77.73 468.57 77.78 468.75 77.84 468.84 77.91 468.84 78 468.92 77.94 468.98 77.94 469.04 77.82 469.05 77.78 469.09 77.76 469.16 77.65 469.16 77.58 469.12 77.54 469.18 77.45 469.21 77.36 469.11 77.27 469.1 77.16 469.14 77.31 469.2 77.3 469.27 77.08 469.27 76.72 469.46 76.69 469.5 76.6 469.53 76.58 469.59 76.62 469.64 76.65 469.73 76.77 469.7 76.8 469.75 76.9 469.72 76.92 469.68 76.89 469.6 76.83 469.57 76.81 469.53 76.9 469.52 77.07 469.48 77.14 469.54 77.18 469.46 77.11 469.42 77.15 469.36 77.29 469.37 77.34 469.41 77.37 469.49 77.38 469.59 77.51 469.69 77.47 469.73 77.39 469.77 77.31 469.75 77.16 469.78 77.1 469.83 77.3 470.01 77.27 470.06 77.29 470.15 77.21 470.12 77.17 470.14 77.21 470.24 77.15 470.3 77.11 470.27 76.99 470.32 76.89 470.28 76.84 470.34 76.74 470.24 76.75 470.33 76.79 470.45 76.9 470.52 76.9 470.55 76.98 470.61 76.97 470.68 76.78 470.69 76.69 470.64 76.68 470.57 76.54 470.47 76.55 470.61 76.52 470.7 76.58 470.8 76.6 470.96 76.54 471.02 76.48 470.98 76.49 470.91 76.43 470.88 76.32 470.68 76.25 470.64 76.17 470.5 76.16 470.42 76.18 470.32 76.08 470.18 76.03 470.23 76.07 470.27 76.06 470.35 76.09 470.37 76.09 470.5 76.05 470.51 76.09 470.67 76.08 470.78 76.09 470.86 76.02 470.97 75.91 470.94 75.85 470.9 75.84 470.96 75.76 470.96 75.73 470.9 75.67 470.93 75.74 471.02 75.72 471.12 75.64 471.21 75.6 471.33 75.54 471.35 75.52 471.3 75.45 471.29 75.33 471.24 75.3 471.13 75.34 471.06 75.31 471.02 75.21 471 75.08 471.05 75.04 471.08 75 471.18 74.96 471.34 74.89 471.35 74.84 471.39 74.68 471.41 74.64 471.38 74.61 471.27 74.52 471.24 74.49 471.22 74.4 471.19 74.31 471.21 74.15 471.34 74.03 471.33 73.93 471.37 73.89 471.3 73.82 471.43 73.84 471.5 73.78 471.63 73.74 471.65 73.65 471.62 73.57 471.66 73.49 471.66 73.5 471.74 73.54 471.84 73.66 471.97 73.66 472.02 73.56 472.19 73.47 472.23 73.41 472.22 73.3 472.27 73.2 472.25 73.14 472.3 73.07 472.24 73.03 472.19 72.95 472.16 72.94 472.24 73.03 472.31 73.04 472.39 72.95 472.45 72.79 472.47 72.74 472.44 72.6 472.4 72.56 472.47 72.58 472.49 72.57 472.61 72.48 472.66 72.55 472.74 72.58 472.86 72.64 472.9 72.67 472.97 72.65 473.09 72.63 473.15 72.46 473.14 72.28 473.24 72.28 473.13 72.25 473.01 72.15 472.95 72.01 472.9 71.87 472.8 71.78 472.67 71.76 472.6 71.67 472.57 71.56 472.6 71.5 472.65 71.46 472.79 71.48 472.85 71.4 472.99 71.36 473.15 71.39 473.23 71.44 473.29 71.53 473.29 71.55 473.35 71.47 473.48 71.29 473.5 71.09 473.54 71.02 473.6 70.9 473.61 70.83 473.54 70.77 473.55 70.82 473.64 70.94 473.7 70.93 473.78 70.87 473.83 70.92 473.99 70.86 474.07 70.85 474.14 70.87 474.16 70.85 474.24 70.67 474.2 70.57 474.07 70.57 473.97 70.51 473.96 70.44 474.02 70.38 474.12 70.27 474.16 70.23 474.12 70.18 474.16 70.19 474.22 70.09 474.22 69.96 474.13 69.91 474.07 69.85 473.95 69.82 473.93 69.7 473.95 69.71 474.12 69.74 474.21 69.73 474.26 69.67 474.27 69.67 474.36 69.64 474.42 69.65 474.47 69.65 474.63 69.72 474.77 69.67 474.88 69.41 474.82 69.33 474.67 69.27 474.63 69.29 474.59 69.17 474.53 69.12 474.47 69.06 474.47 69 474.53 68.99 474.6 68.94 474.71 68.8 474.73 68.69 474.79 68.65 474.77 68.59 474.8 68.53 474.81 68.44 474.87 68.39 474.95 68.34 474.98 68.18 475.14 68.06 475.16 67.95 475.3 67.86 475.33 67.82 475.38 67.74 475.35 67.62 475.4 67.6 475.5 67.57 475.53 67.57 475.63 67.6 475.7 67.68 475.66 67.75 475.68 67.77 475.64 67.99 475.58 68.05 475.58 68.17 475.52 68.24 475.54 68.32 475.5 68.42 475.58 68.34 475.61 68.35 475.67 68.44 475.73 68.37 475.93 68.32 476.03 68.16 476.03 68.09 476.08 68.08 476.15 68.04 476.2 68.09 476.26 68.1 476.37 68.18 476.39 68.19 476.44 68.3 476.48 68.32 476.51 68.25 476.56 68.18 476.68 68.1 476.77 67.99 476.79 67.92 476.9 67.86 476.91 67.84 476.86 67.71 476.85 67.69 476.94 67.77 476.96 67.76 477.02 67.79 477.1 67.77 477.16 67.63 477.18 67.58 477.26 67.46 477.36 67.29 477.37 67.2 477.36 67.09 477.31 67.08 477.35 67.17 477.4 67.22 477.48 67.27 477.63 67.27 477.69 67.22 477.81 67.15 477.76 67.1 477.76 66.98 477.68 66.94 477.69 66.89 477.61 66.81 477.65 66.8 477.58 66.73 477.39 66.66 477.33 66.59 477.34 66.53 477.39 66.45 477.33 66.42 477.38 66.46 477.45 66.46 477.51 66.52 477.6 66.43 477.7 66.35 477.78 66.32 477.84 66.31 477.97 66.27 478.05 66.21 478.22 66.12 478.27 66.07 478.23 66.06 478.14 66.06 478.05 65.97 477.91 65.95 477.85 65.95 477.75 65.84 477.75 65.77 477.8 65.74 477.94 65.7 478 65.74 478.06 65.66 478.09 65.54 478.07 65.47 478.1 65.35 478.2 65.25 478.34 65.18 478.47 65.1 478.57 65.1 478.64 65.05 478.68 65.02 478.57 64.87 478.55 64.83 478.58 64.79 478.66 64.84 478.73 64.79 478.81 64.81 478.85 64.69 478.96 64.58 478.97 64.47 478.92 64.47 478.87 64.39 478.77 64.26 478.68 64.25 478.6 64.19 478.53 64.12 478.41 64.08 478.38 64.04 478.3 63.99 478.28 63.96 478.21 63.87 478.19 63.75 478.21 63.64 478.29 63.59 478.37 63.6 478.54 63.64 478.6 63.71 478.6 63.76 478.63 63.74 478.74 63.8 478.83 63.65 478.85 63.54 478.93 63.5 478.85 63.37 478.83 63.26 478.93 63.2 479.01 63.13 479.19 63.11 479.21 63.13 479.39 63.15 479.44 63.23 479.44 63.27 479.52 63.32 479.53 63.39 479.49 63.41 479.61 63.46 479.68 63.48 479.73 63.42 479.82 63.3 479.87 63.11 479.88 63.09 479.84 62.94 479.8 62.86 479.79 62.74 479.84 62.68 479.81 62.59 479.81 62.55 479.74 62.48 479.7 62.45 479.58 62.46 479.49 62.43 479.45 62.41 479.32 62.35 479.29 62.22 479.29 62.09 479.34 62.01 479.39 62.02 479.43 61.96 479.47 61.89 479.46 61.83 479.43 61.63 479.47 61.56 479.51 61.49 479.65 61.41 479.68 61.37 479.73 61.32 479.68 61.22 479.66 61.01 479.83 60.89 479.86 60.8 479.95 60.76 480.12 60.89 480.1 60.94 480.08 61.03 480.08 61.08 480.05 61.26 480.02 61.35 480.03 61.42 479.96 61.6 479.96 61.66 479.97 61.77 480.04 61.86 480.06 61.9 480.03 61.96 480.17 61.92 480.18 61.89 480.23 61.9 480.39 61.86 480.51 61.8 480.51 61.74 480.57 61.72 480.66 61.62 480.65 61.5 480.54 61.35 480.51 61.31 480.41 61.21 480.42 61.12 480.31 61.02 480.31 60.99 480.27 60.93 480.28 60.83 480.25 60.81 480.2 60.74 480.2 60.7 480.17 60.62 480.26 60.64 480.33 60.71 480.34 60.75 480.41 60.68 480.59 60.62 480.59 60.55 480.54 60.46 480.6 60.39 480.54 60.21 480.5 60.07 480.36 59.93 480.32 59.88 480.34 59.72 480.46 59.64 480.46 59.58 480.49 59.48 480.61 59.45 480.66 59.3 480.84 59.26 480.84 59.11 480.97 59.11 481.13 59.14 481.2 59.2 481.23 59.34 481.23 59.34 481.3 59.46 481.37 59.47 481.41 59.41 481.48 59.4 481.54 59.43 481.59 59.51 481.57 59.56 481.48 59.73 481.43 59.79 481.51 59.86 481.51 59.9 481.61 60.02 481.63 60.05 481.7 60.11 481.7 60.21 481.76 60.11 481.89 59.97 481.93 59.94 481.98 59.83 481.99 59.71 482.06 59.54 482.08 59.49 482.01 59.34 481.98 59.44 482.08 59.39 482.13 59.53 482.15 59.6 482.21 59.73 482.24 59.72 482.28 59.64 482.38 59.55 482.42 59.57 482.47 59.71 482.45 59.8 482.39 59.85 482.39 60.07 482.27 60.24 482.15 60.37 482.15 60.36 482.21 60.3 482.21 60.28 482.29 60.18 482.34 60.15 482.45 60.09 482.45 60.03 482.42 59.96 482.47 59.88 482.46 59.85 482.5 59.89 482.55 59.82 482.58 59.76 482.53 59.66 482.56 59.46 482.64 59.5 482.68 59.49 482.78 59.44 482.82 59.35 482.72 59.34 482.6 59.36 482.59 59.39 482.46 59.38 482.36 59.34 482.39 59.32 482.48 59.24 482.6 59.23 482.73 59.11 482.65 59.17 482.89 59.2 482.91 59.22 483.04 59.17 483.23 59.07 483.16 59.1 483.06 59.06 483.04 59.04 482.96 59.08 482.91 59.06 482.85 58.96 482.89 58.87 482.81 58.87 482.87 58.82 482.92 58.89 482.95 58.94 483.07 58.94 483.14 58.89 483.16 58.79 483.25 58.83 483.27 58.86 483.35 58.93 483.44 58.97 483.38 58.92 483.28 58.95 483.24 59.05 483.33 59.11 483.35 59.04 483.52 59.08 483.55 59.05 483.62 58.99 483.66 58.92 483.65 58.9 483.53 58.8 483.34 58.74 483.33 58.72 483.46 58.7 483.49 58.74 483.55 58.72 483.68 58.69 483.73 58.64 483.71 58.59 483.56 58.55 483.5 58.52 483.34 58.55 483.27 58.61 483.31 58.7 483.26 58.82 483.12 58.75 483.13 58.68 483.19 58.57 483.21 58.49 483.24 58.39 483.24 58.39 483.14 58.43 483.11 58.43 483.05 58.5 483.03 58.59 483.03 58.59 482.98 58.47 482.98 58.43 482.95 58.44 482.87 58.48 482.84 58.5 482.73 58.59 482.69 58.63 482.73 58.69 482.53 58.74 482.47 58.85 482.46 58.94 482.49 58.93 482.42 58.85 482.33 58.87 482.28 59 482.3 59.03 482.33 59.1 482.29 59.02 482.25 58.87 482.2 58.74 482.2 58.7 482.22 58.58 482.19 58.51 482.12 58.48 482.2 58.57 482.25 58.58 482.3 58.72 482.33 58.7 482.38 58.56 482.45 58.54 482.55 58.42 482.67 58.34 482.67 58.29 482.72 58.24 482.65 58.32 482.55 58.29 482.46 58.22 482.45 58.15 482.4 58.03 482.37 58.2 482.5 58.2 482.61 58.15 482.63 58.12 482.73 58.2 482.82 58.23 482.88 58.16 482.92 58.18 482.98 58.15 483.07 58.11 483.11 58.04 483.13 57.88 483.11 57.88 483.18 57.91 483.23 58.02 483.26 58.1 483.24 58.18 483.37 58.18 483.46 58.14 483.57 58.14 483.62 58.06 483.62 58.04 483.58 57.93 483.6 57.94 483.66 58 483.67 58.06 483.76 58 483.83 57.95 483.83 57.9 483.7 57.84 483.7 57.78 483.78 57.68 483.71 57.73 483.62 57.83 483.62 57.79 483.54 57.79 483.48 57.85 483.42 57.82 483.34 57.76 483.37 57.66 483.3 57.65 483.41 57.62 483.47 57.55 483.51 57.47 483.46 57.48 483.4 57.44 483.37 57.45 483.28 57.37 483.27 57.31 483.33 57.3 483.41 57.16 483.56 57 483.83 56.88 483.77 56.76 483.75 56.66 483.77 56.61 483.82 56.64 483.91 56.6 484.03 56.5 483.99 56.45 483.87 56.39 483.76 56.33 483.74 56.13 483.82 56.06 483.8 55.99 483.86 55.96 483.92 55.83 483.84 55.71 483.82 55.52 483.86 55.46 484.01 55.35 484.06 55.33 484.03 55.37 483.95 55.33 483.91 55.25 483.89 55.13 483.92 55.08 483.98 55.01 484 54.98 484.15 54.94 484.22 54.93 484.33 54.94 484.4 54.89 484.47 54.85 484.48 54.8 484.41 54.78 484.29 54.72 484.22 54.7 484.13 54.71 484.05 54.78 483.92 54.76 483.83 54.81 483.78 54.85 483.69 54.76 483.64 54.71 483.63 54.54 483.7 54.45 483.83 54.49 483.89 54.49 483.97 54.56 484.03 54.57 484.18 54.54 484.31 54.55 484.42 54.52 484.6 54.48 484.69 54.38 484.77 54.34 484.78 54.23 484.91 54.22 484.95 54.3 485.02 54.24 485.18 54.24 485.23 54.22 485.34 54.16 485.39 54.1 485.41 54.05 485.37 53.95 485.46 53.93 485.53 53.81 485.71 53.75 485.75 53.67 485.75 53.62 485.72 53.53 485.78 53.44 485.78 53.36 485.76 53.43 485.66 53.43 485.62 53.53 485.58 53.51 485.52 53.37 485.55 53.33 485.53 53.41 485.47 53.71 485.48 53.79 485.57 53.8 485.45 53.9 485.4 53.89 485.32 53.83 485.32 53.8 485.25 53.73 485.24 53.69 485.2 53.61 485.21 53.56 485.17 53.66 485.11 53.69 485.03 53.74 484.98 53.82 484.97 53.86 484.94 53.93 484.94 53.94 484.89 53.85 484.82 53.78 484.62 53.81 484.55 53.88 484.46 53.94 484.43 53.97 484.35 54.01 484.32 54.06 484.22 54.13 484.22 54.15 484.19 54.09 484.13 54.03 484.03 53.96 483.97 53.89 483.93 53.74 483.82 53.64 483.8 53.55 483.76 53.51 483.77 53.44 483.72 53.37 483.71 53.2 483.76 53.2 483.84 53.25 483.87 53.2 483.94 53.21 484.05 53.13 484.15 53.07 484.18 52.97 484.14 52.94 484.08 52.84 483.95 52.78 483.86 52.72 483.9 52.74 484.03 52.68 484.17 52.61 484.01 52.56 483.99 52.48 484.01 52.44 484.06 52.44 484.12 52.39 484.12 52.35 484.21 52.45 484.32 52.46 484.41 52.42 484.52 52.37 484.52 52.16 484.41 52.13 484.44 52.16 484.55 52.21 484.59 52.23 484.65 52.03 484.51 52.04 484.43 52.01 484.35 51.94 484.28 51.91 484.29 51.97 484.4 51.92 484.53 51.92 484.64 51.94 484.76 51.92 484.82 51.8 484.82 51.76 484.77 51.7 484.81 51.57 484.82 51.49 484.73 51.41 484.76 51.39 484.82 51.33 484.83 51.29 484.89 51.01 484.78 50.96 484.71 50.92 484.7 50.8 484.61 50.71 484.69 50.69 484.76 50.76 484.83 50.85 484.88 50.95 485.01 50.9 485.07 50.82 485.03 50.77 485.07 50.73 485.13 50.67 485.2 50.55 485.21 50.53 485.27 50.53 485.37 50.49 485.44 50.44 485.45 50.41 485.52 50.42 485.62 50.34 485.75 50.26 485.78 50.19 485.85 50.05 485.83 50.06 485.8 50.04 485.55 50.05 485.48 49.99 485.35 49.98 485.27 50.01 485.18 49.95 485.07 50.01 484.97 49.95 484.92 49.88 484.99 49.9 485.05 49.82 485.13 49.79 485.17 49.72 485.23 49.63 485.24 49.55 485.16 49.46 485.11 49.29 485.13 49.24 485.16 49.22 485.27 49.33 485.33 49.42 485.34 49.51 485.4 49.62 485.43 49.65 485.54 49.62 485.69 49.54 485.8 49.44 485.83 49.3 485.8 49.16 485.79 49.09 485.8 49 485.76 48.94 485.67 48.87 485.62 48.86 485.54 48.88 485.46 48.96 485.4 48.94 485.31 48.87 485.24 48.7 485.2 48.63 485.2 48.49 485.29 48.41 485.42 48.32 485.48 48.27 485.54 48.27 485.6 48.19 485.71 47.96 485.79 47.79 485.88 47.64 485.93 47.38 485.96 47.28 486.03 47.19 486.05 47.11 486.1 46.92 486.07 46.82 486.01 46.85 485.94 46.84 485.88 46.77 485.83 46.68 485.81 46.49 485.84 46.4 485.89 46.35 485.87 46.27 485.92 46.08 485.85 46.05 485.76 46.08 485.65 46.16 485.61 46.22 485.51 46.31 485.31 46.32 485.22 46.35 485.19 46.35 485.09 46.38 485.02 46.37 484.97 46.64 484.77 46.69 484.67 46.81 484.54 46.9 484.49 46.97 484.37 46.97 484.3 47.01 484.27 47 484.2 46.92 484.1 46.82 484.05 46.67 484 46.52 483.97 46.32 483.96 46.11 483.99 46.01 484.05 46.01 484.15 45.94 484.17 45.86 484.26 45.87 484.33 45.79 484.36 45.71 484.42 45.66 484.48 45.67 484.55 45.55 484.58 45.54 484.62 45.57 484.69 45.52 484.81 45.52 484.89 45.49 484.95 45.46 485.07 45.41 485.23 45.43 485.34 45.42 485.4 45.25 485.56 45.11 485.69 45.05 485.72 44.79 485.97 44.72 486.05 44.54 486.17 44.46 486.29 44.4 486.49 44.36 486.52 44.31 486.51 44.27 486.59 44.17 486.52 44.11 486.4 44.03 486.32 43.91 486.27 43.83 486.27 43.77 486.37 43.85 486.42 43.83 486.5 43.85 486.6 43.88 486.63 43.85 486.69 43.8 486.68 43.78 486.74 43.93 486.82 43.97 486.87 43.96 486.97 43.94 487.01 43.98 487.11 43.9 487.23 43.77 487.28 43.64 487.28 43.49 487.39 43.4 487.24 43.32 487.16 43.25 487.1 43.21 487.03 43.25 486.98 43.34 486.97 43.31 486.89 43.36 486.81 43.34 486.78 43.23 486.72 43.11 486.71 43.06 486.8 43.01 486.85 42.88 486.93 42.84 487.01 42.9 487.16 42.87 487.23 42.92 487.3 42.91 487.36 42.75 487.54 42.7 487.57 42.61 487.58 42.51 487.54 42.44 487.4 42.43 487.25 42.36 487.27 42.32 487.36 42.27 487.37 42.2 487.32 42.13 487.31 41.99 487.32 41.86 487.22 41.76 487.1 41.72 487.03 41.69 486.88 41.71 486.85 41.69 486.72 41.69 486.67 41.92 486.65 41.98 486.67 42.01 486.72 42.01 486.81 42.16 486.91 42.34 486.9 42.35 486.85 42.27 486.79 42.17 486.78 42.08 486.63 42.04 486.48 41.92 486.4 41.89 486.2 41.9 486.06 41.92 485.93 41.93 485.75 41.89 485.69 41.82 485.65 41.67 485.53 41.55 485.5 41.54 485.44 41.64 485.48 41.71 485.48 41.79 485.35 41.66 485.31 41.63 485.32 41.52 485.26 41.42 485.28 41.32 485.37 41.33 485.4 41.17 485.55 41.07 485.72 41.06 485.84 41.11 485.88 41.14 485.97 41.32 485.99 41.33 486.1 41.37 486.13 41.4 486.21 41.4 486.32 41.44 486.35 41.47 486.43 41.46 486.49 41.4 486.54 41.34 486.5 41.27 486.58 41.26 486.68 41.33 486.79 41.3 486.91 41.32 486.97 41.3 487.02 41.33 487.16 41.32 487.23 41.35 487.29 41.33 487.37 41.28 487.6 41.29 487.65 41.33 487.69 41.27 487.74 41.2 487.67 41.19 487.57 41.14 487.52 41.1 487.44 40.96 487.36 40.87 487.34 40.73 487.38 40.7 487.41 40.74 487.52 40.65 487.62 40.6 487.59 40.5 487.68 40.38 487.68 40.31 487.61 40.21 487.61 40.16 487.68 40.04 487.64 39.98 487.6 39.93 487.49 39.87 487.44 39.86 487.37 39.88 487.31 39.81 487.24 39.77 487.18 39.75 487.05 39.78 486.96 39.86 486.95 39.87 486.91 39.82 486.82 39.82 486.75 39.77 486.72 39.71 486.47 39.52 486.23 39.37 486.2 39.2 486.25 39.04 486.19 39.04 486.27 38.98 486.3 38.91 486.4 38.81 486.54 38.8 486.63 38.87 486.73 38.96 486.79 39.05 486.8 39.13 486.91 39.27 487.07 39.3 487.08 39.37 487.19 39.37 487.31 39.4 487.39 39.33 487.41 39.25 487.49 39.09 487.52 38.98 487.56 38.88 487.62 38.86 487.66 38.74 487.72 38.71 487.76 38.62 487.75 38.53 487.84 38.49 487.92 38.36 487.95 38.14 487.93 38.04 488.05 37.89 488 37.88 487.8 37.84 487.65 37.91 487.65 38.13 487.58 38.14 487.49 38.21 487.37 38.14 487.28 38.12 487.21 38.21 487.03 38.3 487.11 38.33 487.18 38.42 487.16 38.53 487.22 38.57 487.29 38.64 487.28 38.59 487.17 38.52 487.12 38.4 486.99 38.4 486.93 38.47 486.82 38.53 486.68 38.57 486.41 38.56 486.33 38.52 486.26 38.49 486.17 38.57 486.09 38.61 486.01 38.5 486.03 38.4 486.12 38.35 486.12 38.17 486.19 38.08 486.23 38.09 486.29 38.17 486.26 38.2 486.31 38.11 486.33 38.05 486.29 38.04 486.21 38.06 486.17 38.35 486.09 38.49 486.01 38.58 485.98 38.68 485.92 38.9 485.82 38.95 485.78 39.08 485.73 39.32 485.68 39.45 485.7 39.64 485.6 39.84 485.45 39.89 485.43 39.94 485.48 39.92 485.52 39.78 485.56 39.69 485.66 39.58 485.7 39.56 485.74 39.61 485.79 39.69 485.8 39.75 485.84 39.88 485.83 39.93 485.81 40 485.85 40.05 485.93 40.14 485.97 40.16 485.87 40.24 485.86 40.34 485.87 40.41 485.91 40.46 485.84 40.53 485.67 40.59 485.64 40.59 485.5 40.53 485.45 40.45 485.5 40.37 485.39 40.42 485.37 40.48 485.32 40.5 485.25 40.56 485.27 40.65 485.23 40.65 485.33 40.67 485.35 40.76 485.27 40.76 485.22 40.85 485.17 40.84 485.12 40.91 485.07 40.98 485.06 41.04 485.07 41.07 485.13 41.15 485.15 41.26 485.08 41.29 485.03 41.34 485.01 41.44 484.89 41.5 484.86 41.58 484.74 41.62 484.82 41.76 484.9 41.85 485.02 41.93 485.02 42.01 484.98 42.13 484.89 42.16 484.8 42.2 484.79 42.22 484.64 42.18 484.61 42.18 484.52 42.27 484.41 42.28 484.31 42.22 484.28 42.14 484.28 42.09 484.32 42 484.32 41.95 484.28 42.31 484.05 42.42 483.96 42.53 483.86 42.72 483.7 42.97 483.52 43.11 483.4 43.37 483.15 43.57 482.95 43.63 482.91 43.82 482.81 44.12 482.73 44.4 482.54 44.52 482.43 44.58 482.41 44.81 482.41 45.07 482.31 45.34 482.16 45.43 482.09 45.67 481.92 45.94 481.89 46.15 481.89 46.44 481.84 46.64 481.79 46.92 481.77 47.19 481.77 47.44 481.75 47.81 481.7 48.08 481.64 48.3 481.61 48.47 481.61 48.62 481.64 48.63 481.68 48.51 481.65 48.37 481.66 48.31 481.65 48.08 481.67 47.88 481.71 47.82 481.8 47.82 481.89 47.95 481.92 48.02 481.97 48.18 481.94 48.25 481.99 48.36 482.04 48.4 482.01 48.53 481.99 48.51 482.07 48.59 482.15 48.71 482.17 48.8 482.12 48.83 482.07 48.92 482.07 48.98 482.04 49.05 482.06 49.13 482 49.16 481.95 49.25 481.99 49.31 481.95 49.37 481.96 49.45 481.92 49.49 481.97 49.48 482.06 49.43 482.24 49.48 482.35 49.39 482.4 49.32 482.23 49.1 482.23 48.96 482.28 48.8 482.4 48.73 482.52 48.76 482.57 48.77 482.69 48.85 482.72 48.94 482.78 49.03 482.73 49.06 482.76 48.95 482.88 48.9 483.07 48.94 483.18 49.01 483.25 49.07 483.26 49.13 483.37 49.22 483.59 49.28 483.65 49.3 483.74 49.37 483.81 49.37 483.86 49.46 483.88 49.44 483.8 49.49 483.72 49.61 483.75 49.7 483.82 49.76 483.9 49.75 484.03 49.78 484.18 49.84 484.18 49.87 484.09 49.84 484.06 49.83 483.95 49.91 484 49.96 483.9 49.93 483.85 49.82 483.76 49.86 483.72 49.76 483.61 49.7 483.6 49.63 483.55 49.6 483.49 49.66 483.37 49.68 483.29 49.67 483.23 49.67 483.01 49.6 482.84 49.61 482.78 49.75 482.84 49.85 482.95 49.95 483.01 50.13 483.08 50.35 483.11 50.38 483.1 50.48 483.13 50.57 483.12 50.61 483.09 50.69 483.17 50.75 483.16 50.78 483.29 50.81 483.3 50.83 483.41 50.77 483.48 50.74 483.65 50.82 483.74 50.89 483.7 50.91 483.63 50.97 483.6 51.05 483.62 51.09 483.74 51.08 483.81 51.13 483.83 51.17 483.88 51.31 483.87 51.38 483.92 51.38 483.96 51.49 484.01 51.57 484.01 51.61 483.93 51.52 483.88 51.45 483.78 51.47 483.72 51.37 483.61 51.39 483.58 51.47 483.59 51.77 483.57 51.71 483.49 51.72 483.44 51.67 483.38 51.58 483.37 51.52 483.38 51.48 483.3 51.41 483.31 51.4 483.25 51.29 483.15 51.28 483.11 51.19 483.04 51.11 482.9 50.89 482.79 50.89 482.74 50.8 482.65 50.78 482.56 50.68 482.55 50.78 482.35 50.75 482.26 50.7 482.22 50.57 482.24 50.65 482.13 50.74 482.05 51 481.76 51.19 481.51 51.27 481.38 51.3 481.27 51.38 481.13 51.4 481.09 51.54 480.86 51.62 480.7 51.7 480.56 51.87 480.34 52.03 480.24 52.21 480.16 52.42 480.03 52.52 479.93 52.58 479.84 52.66 479.8 52.8 479.7 52.91 479.68 52.96 479.65 53.05 479.66 53.17 479.62 53.41 479.49 53.69 479.32 53.97 479.12 54.13 478.98 54.28 478.89 54.53 478.82 54.6 478.79 54.88 478.72 55.39 478.56 55.69 478.42 55.8 478.35 56.09 478.18 56.13 478.17 56.21 478.19 56.3 478.16 56.46 478.08 56.54 478.08 56.77 477.98 56.95 477.88 57.59 477.6 57.75 477.49 57.99 477.3 58.22 477.18 58.19 477.25 58.13 477.25 57.97 477.34 57.95 477.41 58.01 477.56 58.06 477.64 58.24 477.78 58.4 477.87 58.55 477.92 58.65 477.87 58.93 477.88 58.99 477.91 59.05 477.88 59.02 477.8 59.04 477.76 59.06 477.64 59.09 477.59 59.07 477.51 59.03 477.47 59.04 477.34 58.98 477.25 59 477.19 59.07 477.02 59.03 476.9 59.1 476.66 59.15 476.54 59.25 476.39 59.43 476.15 59.69 475.88 59.84 475.69 60.1 475.41 60.16 475.36 60.21 475.29 60.45 475.06 60.58 474.94 60.91 474.68 61 474.63 61.07 474.62 61.22 474.52 61.42 474.43 61.54 474.41 61.68 474.36 61.82 474.33 61.85 474.24 61.97 474.14 62.04 474.12 62.19 474.03 62.4 473.79 62.53 473.6 62.77 473.5 62.96 473.35 63.13 473.21 63.3 473.13 63.43 473.12 63.49 473.09 63.54 473.13 63.53 473.21 63.53 473.3 63.57 473.38 63.61 473.49 63.6 473.59 63.73 473.68 63.79 473.69 63.83 473.66 63.85 473.6 63.93 473.48 63.92 473.18 63.92 473.04 63.9 472.84 63.83 472.8 63.7 472.78 63.63 472.76 63.55 472.76 63.52 472.58 63.62 472.07 63.69 471.9 63.78 471.73 63.89 471.47 63.97 471.21 64.04 470.92 64.08 470.8 64.18 470.36 64.23 470.19 64.29 469.93 64.48 469.33 64.54 469.2 64.67 468.99 64.75 468.81 64.78 468.83 64.75 468.97 64.8 469 64.92 469.02 65.11 469.01 65.17 469 65.23 468.95 65.29 468.83 65.31 468.76 65.11 468.72 64.97 468.47 64.83 468.21 64.83 468.15 64.87 468.1 64.83 468.01 64.86 467.77 64.96 467.38 65.02 467.24 65.13 467.03 65.17 466.98 65.25 466.8 65.29 466.72 65.39 466.61 65.44 466.62 65.57 466.51 65.61 466.49 65.67 466.52 65.85 466.38 65.97 466.23 66.06 466.08 66.2 465.93 66.25 465.9 66.36 465.79 66.42 465.77 66.57 465.61 66.74 465.5 66.83 465.47 66.94 465.38 67.05 465.36 67.08 465.3 67.02 465.22 67.03 465.13 67.07 464.95 67.1 464.89 67.18 464.86 67.27 464.73 67.37 464.62 67.38 464.51 67.41 464.41 67.33 464.27 67.36 464.17 67.44 464.13 67.5 464.06 67.53 463.98 67.53 463.92 67.57 463.74 67.63 463.62 67.75 463.61 67.7 463.5 67.61 463.49 67.43 463.58 67.33 463.68 67.3 463.74 67.32 463.8 67.28 463.94 67.17 464.04 67.14 464.12 67.1 464.2 66.92 464.26 66.81 464.26 66.76 464.29 66.63 464.32 66.6 464.35 66.52 464.34 66.41 464.37 66.29 464.35 66.17 464.36 66.11 464.41 65.96 464.48 65.88 464.5 65.76 464.6 65.59 464.62 65.37 464.68 65.27 464.79 64.78 464.87 64.69 464.89 64.34 465.06 64.25 465.11 64.07 465.18 63.68 465.29 63.42 465.37 63.24 465.42 63 465.46 62.88 465.45 62.73 465.41 62.54 465.25 62.39 465.08 62.36 465.01 62.38 464.84 62.37 464.59 62.33 464.45 62.28 464.35 62.2 464.25 62.09 464.16 61.8 464.02 61.73 463.97 61.68 463.88 61.68 463.82 61.74 463.77 61.73 463.69 61.76 463.61 61.82 463.63 61.89 463.61 61.94 463.56 61.94 463.5 61.98 463.41 61.98 463.33 62.05 463.09 62.08 463.05 62.09 462.92 62.14 462.85 62.13 462.75 62.2 462.56 62.11 462.53 62.02 462.54 61.97 462.6 61.7 462.94 61.67 462.97 61.62 463.08 61.47 463.17 61.34 463.22 61.19 463.31 61 463.24 61.01 463.33 60.94 463.52 60.86 463.68 60.85 463.75 60.88 463.93 60.88 463.98 60.81 464.11 60.74 464.22 60.65 464.27 60.55 464.27 60.45 464.23 60.42 464.27 60.43 464.4 60.48 464.52 60.49 464.72 60.5 464.79 60.5 465 60.52 465.05 60.54 465.2 60.56 465.3 60.63 465.26 60.66 465.33 60.62 465.49 60.62 465.6 60.62 465.76 60.64 465.85 60.72 465.92 60.82 465.97 60.81 466.03 60.74 466.09 60.63 466.25 60.49 466.38 60.36 466.52 60.23 466.57 59.98 466.57 59.82 466.51 59.7 466.43 59.48 466.3 59.42 466.25 59.35 465.99 59.28 465.75 59.13 465.25 58.96 464.65 58.77 464.01 58.67 463.76 58.59 463.59 58.44 463.32 58.32 463.18 58.14 463.05 58.05 463.01 57.99 463.06 57.91 462.99 57.88 463.01 57.82 462.95 57.87 462.92 57.9 462.85 57.99 462.75 58.08 462.67 58.11 462.62 58.1 462.49 58.05 462.34 57.94 462.28 57.72 462.3 57.68 462.28 57.59 462.3 57.63 462.4 57.57 462.46 57.55 462.53 57.42 462.66 57.49 462.79 57.45 462.87 57.37 462.91 57.37 462.8 57.29 462.78 57.23 462.84 57.26 462.95 57.25 463.11 57.21 463.14 57.13 463.16 57.06 463.13 57.01 463.16 56.99 463.23 56.92 463.26 56.82 463.26 56.76 463.13 56.68 462.99 56.68 462.92 56.62 462.9 56.65 462.83 56.58 462.77 56.63 462.67 56.65 462.58 56.58 462.45 56.46 462.39 56.38 462.38 56.29 462.41 56.25 462.52 56.17 462.52 56.14 462.47 56.01 462.47 56 462.42 56.05 462.36 56.07 462.3 56.07 462.19 56.12 462.07 56.07 462.06 56.03 462.12 55.95 462.09 55.91 462.12 55.83 462.13 55.79 462.22 55.73 462.21 55.75 462.09 55.73 462.04 55.78 461.99 55.75 461.89 55.76 461.83 55.73 461.79 55.67 461.81 55.63 461.76 55.52 461.79 55.59 461.66 55.62 461.67 55.71 461.58 55.79 461.6 55.84 461.54 55.84 461.47 55.79 461.23 55.63 461.02 55.74 460.99 55.72 460.91 55.67 460.87 55.59 460.86 55.45 460.97 55.11 461.09 55.05 461.14 54.94 461.17 54.84 461.25 54.83 461.29 54.71 461.32 54.59 461.39 54.45 461.45 54.23 461.57 54.05 461.7 53.95 461.75 53.84 461.85 53.76 461.95 53.6 462.22 53.6 462.07 53.53 461.9 53.46 461.82 53.36 461.8 53.32 461.85 53.22 461.84 53.16 461.81 53.02 461.94 52.8 462.04 52.65 462.14 52.53 462.15 52.44 462.22 52.37 462.18 52.28 462.22 52.25 462.3 52.12 462.27 51.96 462.28 51.84 462.3 51.78 462.34 51.78 462.4 51.66 462.47 51.51 462.59 51.43 462.72 51.39 462.89 51.39 462.97 51.42 463.01 51.19 463.03 50.98 463.06 50.77 463.12 50.7 463.16 50.68 463.23 50.62 463.28 50.57 463.24 50.51 463.23 50.36 463.24 50.17 463.35 50.12 463.4 50.1 463.47 50.04 463.45 49.93 463.46 49.82 463.48 49.83 463.41 49.88 463.3 49.86 463.25 49.85 463.12 49.79 462.97 49.72 462.89 49.43 462.83 49.41 462.78 49.32 462.78 49.23 462.83 49.15 462.74 49.09 462.76 49.03 462.82 49 462.76 48.91 462.73 48.79 462.75 48.71 462.65 48.55 462.56 48.48 462.47 48.53 462.44 48.67 462.45 48.72 462.38 48.78 462.42 48.83 462.42 48.85 462.47 48.93 462.46 48.97 462.42 49.06 462.44 49.17 462.39 49.24 462.43 49.24 462.5 49.33 462.53 49.3 462.65 49.4 462.67 49.51 462.66 49.67 462.56 49.75 462.43 49.68 462.31 49.69 462.27 49.78 462.21 49.94 462.15 50.01 462.03 50.1 461.96 50.1 461.93 50.18 461.81 50.23 461.71 50.26 461.52 50.24 461.15 50.25 461.03 50.3 460.8 50.33 460.73 50.35 460.52 50.32 460.33 50.27 460.19 50.25 460.09 50.29 460 50.35 459.95 50.32 459.89 50.27 459.87 50.17 459.79 50.01 459.38 49.93 459.15 49.89 458.82 49.88 458.6 49.85 458.28 49.85 458.24 49.97 458.13 50.1 457.92 50.18 457.82 50.33 457.75 50.38 457.56 50.48 457.55 50.52 457.52 50.66 457.5 50.76 457.33 50.84 457.27 50.93 457.3 51.03 457.12 51.1 457.08 51.26 457.1 51.38 457.05 51.44 456.92 51.35 456.66 51.34 456.58 51.29 456.44 51.22 456.31 51.18 456.21 51.15 456.06 51.07 455.82 51.07 455.68 51.1 455.56 51.07 455.45 51.12 455.37 51.01 455.08 51.03 455 50.99 454.79 50.95 454.69 50.97 454.63 50.83 454.35 50.74 454.14 50.69 453.95 50.66 453.75 50.66 453.65 50.71 453.59 50.73 453.47 50.69 453.35 50.61 453.31 50.55 453.15 50.51 453.01 50.48 452.84 50.49 452.74 50.48 452.61 50.37 452.57 50.35 452.52 50.36 452.38 50.23 452.17 50.22 452.09 50.19 452.02 50.16 451.88 50.14 451.74 49.88 451.64 49.82 451.73 49.71 451.81 49.65 451.93 49.62 452.11 49.59 452.23 49.57 452.33 49.58 452.44 49.56 452.63 49.46 452.73 49.4 452.83 49.26 452.91 49.16 452.93 49.13 452.9 48.95 452.9 48.8 452.81 48.67 452.7 48.58 452.74 48.57 452.85 48.45 452.96 48.28 453.04 48.17 453.06 48 453.05 47.87 453.08 47.82 453.12 47.55 453.22 47.36 453.26 47.2 453.32 47.08 453.33 46.98 453.36 46.79 453.38 46.57 453.37 46.37 453.4 46.13 453.41 45.88 453.39 45.45 453.34 45.11 453.29 44.96 453.27 44.56 453.16 44.53 453.14 44.36 453.08 44.09 452.96 44.03 452.9 43.96 452.88 43.92 452.84 43.81 452.79 43.62 452.64 43.56 452.56 43.49 452.4 43.47 452.13 43.44 451.92 43.45 451.79 43.64 451.68 43.72 451.72 43.84 451.7 43.83 451.64 43.87 451.57 43.79 451.48 43.72 451.32 43.65 451.22 43.56 451.16 43.51 451.09 43.31 450.92 43.24 450.9 43.22 450.79 43.18 450.73 43.12 450.73 43.06 450.53 43.04 450.43 43.01 450.35 42.91 450.02 42.91 449.98 42.96 449.92 42.94 449.84 42.89 449.77 42.77 449.68 42.62 449.47 42.55 449.33 42.55 449.16 42.6 449.09 42.54 449.03 42.57 448.89 42.51 448.87 42.4 448.95 42.28 448.92 42.11 448.85 42 448.79 41.85 448.66 41.7 448.49 41.5 448.19 41.42 448.04 41.31 447.78 41.25 447.6 41.24 447.52 41.25 447.48 41.34 447.52 41.4 447.49 41.49 447.48 41.55 447.5 41.71 447.45 41.77 447.4 41.87 447.24 41.94 447.23 42 447.11 41.98 447.02 41.92 446.98 41.86 446.98 41.69 446.91 41.61 446.96 41.52 446.95 41.5 447 41.44 447.02 41.3 447.02 41.26 447.08 41.15 447.11 41.05 447.08 40.89 447.07 40.8 446.97 40.67 446.9 40.64 446.91 40.56 446.85 40.55 446.69 40.51 446.66 40.51 446.5 40.61 446.48 40.68 446.39 40.77 446.39 40.82 446.43 40.96 446.49 41.02 446.49 41.13 446.42 41.14 446.33 41.25 446.25 41.38 446.29 41.48 446.23 41.58 446.1 41.76 446.11 41.83 445.99 41.9 445.96 41.95 445.91 42.06 445.96 42.12 445.94 42.28 445.83 42.33 445.73 42.31 445.68 42.23 445.57 42.2 445.49 42.19 445.39 42.23 445.34 42.2 445.31 42.22 445.26 42.35 445.29 42.47 445.27 42.57 445.22 42.77 445.16 42.86 445.08 42.89 445.01 42.87 444.92 42.72 444.75 42.68 444.62 42.69 444.53 42.79 444.39 42.86 444.37 42.89 444.29 42.88 444.24 42.78 444.21 42.72 444.24 42.68 444.3 42.56 444.35 42.48 444.41 42.43 444.41 42.32 444.36 42.18 444.27 42.08 444.17 42.04 444.01 42.03 443.87 42.07 443.76 42.29 443.62 42.38 443.61 42.48 443.63 42.53 443.67 42.68 443.72 42.76 443.72 42.95 443.68 42.99 443.55 43.01 443.38 42.92 443.33 42.88 443.34 42.84 443.41 42.79 443.43 42.62 443.34 42.48 443.17 42.48 443.08 42.46 442.99 42.41 442.95 42.34 442.83 42.43 442.67 42.33 442.6 42.22 442.56 42.16 442.41 42.08 442.3 41.95 442.35 41.94 442.42 41.86 442.54 41.79 442.62 41.77 442.67 41.69 442.83 41.67 442.91 41.58 442.92 41.49 442.89 41.43 442.84 41.3 442.81 41.12 442.72 41.05 442.67 41 442.6 40.97 442.53 40.99 442.43 40.97 442.38 40.99 442.23 40.98 442.1 41.03 441.97 41.07 441.91 41.05 441.82 41.05 441.67 41.09 441.58 41.21 441.53 41.3 441.4 41.31 441.28 41.28 441.26 41.17 441.32 41.16 441.22 41.09 441.21 41.01 441.18 40.89 441.08 40.83 441.04 40.74 440.96 40.57 440.93 40.51 440.87 40.47 440.77 40.46 440.66 40.47 440.49 40.45 440.3 40.48 440.15 40.52 440.1 40.65 440.08 40.75 440.04 40.91 440 40.99 440.01 41.07 439.98 41.17 439.84 41.18 439.7 41.12 439.61 41.15 439.58 41.08 439.51 41.06 439.43 40.95 439.4 40.8 439.22 40.7 439.15 40.55 439.14 40.48 439.2 40.31 439.2 40.2 439.19 40.09 439.3 40.17 439.39 40.1 439.44 40.07 439.43 39.99 439.32 39.95 439.25 39.97 439.22 39.97 438.81 39.99 438.67 40.06 438.5 40.12 438.38 40.24 438.08 40.19 438.31 40.16 438.39 40.21 438.43 40.3 438.43 40.51 438.47 40.65 438.46 41.03 438.45 41.31 438.47 41.48 438.46 41.52 438.41 41.42 438.36 41.3 438.33 41.24 438.23 41.07 438.19 41 438.13 40.95 438.06 40.98 437.98 40.83 437.97 40.8 437.92 40.82 437.86 40.76 437.68 40.77 437.61 40.67 437.35 40.72 437.22 40.8 437.27 40.91 437.25 41.08 437.25 41.3 437.28 41.35 437.32 41.42 437.33 41.45 437.37 41.58 437.38 41.68 437.4 41.73 437.51 41.8 437.45 41.88 437.42 41.93 437.37 42.02 437.37 42.21 437.4 42.29 437.44 42.33 437.39 42.22 437.14 42.19 437.05 42.21 436.98 42.14 436.77 42.14 436.67 42.14 436.36 42.16 436.24 42.22 435.98 42.34 435.79 42.33 435.76 42.41 435.66 42.48 435.63 42.48 435.57 42.52 435.55 42.59 435.46 42.63 435.45 42.72 435.34 42.72 435.29 42.78 435.23 42.88 435.22 42.98 435.14 42.99 435.1 43.1 435.03 43.33 434.81 43.44 434.72 43.7 434.52 43.78 434.45 44.03 434.2 44.11 434.14 44.22 434.15 44.33 433.94 44.44 433.81 44.6 433.65 44.65 433.63 44.81 433.48 45.01 433.38 45.23 433.24 45.37 433.17 45.45 433.16 45.59 433.1 45.66 433.09 45.69 433.04 45.78 433.06 45.84 433.05 45.99 433.1 46.09 433.1 46.17 433.06 46.38 433.02 46.41 432.95 46.4 432.9 46.33 432.85 46.31 432.65 46.31 432.53 46.33 432.44 46.31 432.36 46.36 432.21 46.32 432.2 46.3 432.07 46.32 431.95 46.37 431.88 46.4 431.87 46.42 431.72 46.41 431.64 46.43 431.58 46.52 431.55 46.59 431.58 46.61 431.54 46.52 431.39 46.55 431.33 46.57 431.25 46.69 431.09 46.85 430.75 46.97 430.57 47.05 430.51 47.1 430.43 47.25 430.26 47.34 430.18 47.43 430.13 47.54 430.09 47.56 430.11 47.82 430.19 47.91 430.17 47.95 430.11 47.95 430.05 48 430.04 47.89 429.94 47.84 429.86 47.93 429.81 47.94 429.74 47.93 429.65 47.92 429.48 47.97 429.45 47.99 429.39 48.15 429.31 48.39 429.14 48.62 428.99 48.78 428.92 48.94 428.88 49.07 428.88 49.11 428.9 49.35 428.9 49.4 428.88 49.53 428.91 49.81 428.96 49.98 429.07 50.11 429.2 50.18 429.27 50.24 429.36 50.29 429.39 50.38 429.39 50.4 429.46 50.44 429.5 50.54 429.47 50.63 429.5 50.7 429.55 50.71 429.6 50.67 429.65 50.71 429.73 50.75 429.75 50.79 429.86 50.78 429.91 50.84 429.96 50.93 430.13 50.88 430.18 50.86 430.25 50.98 430.2 51.01 430.12 51.05 430.11 51.07 430.23 51.11 430.2 51.19 430.24 51.2 430.33 51.12 430.39 51.12 430.44 51.29 430.43 51.27 430.51 51.34 430.59 51.45 430.67 51.43 430.72 51.48 430.75 51.56 430.9 51.56 430.96 51.53 431.02 51.58 431.04 51.58 431.11 51.67 431.08 51.77 431.07 51.92 431.1 51.96 431.13 52.01 431.1 52.36 431.14 52.52 431.12 52.58 431.1 52.88 430.82 52.92 430.8 53.08 430.77 53.33 430.6 53.37 430.55 53.4 430.38 53.45 430.29 53.5 430.26 53.68 430.22 53.73 430.27 53.8 430.29 53.89 430.28 54.01 430.24 54.26 430.02 54.34 429.96 54.55 429.72 54.76 429.53 54.9 429.37 54.95 429.34 55.04 429.22 55.04 429.16 55.14 429.05 55.19 429.01 55.25 428.94 55.36 428.86 55.63 428.7 55.65 428.55 55.61 428.53 55.63 428.43 55.6 428.29 55.75 428.31 55.83 428.36 55.84 428.46 55.89 428.49 55.93 428.44 55.99 428.44 56.05 428.48 56.03 428.54 56.17 428.62 56.27 428.64 56.3 428.78 56.41 428.9 56.31 428.91 56.29 429.02 56.24 428.97 56.18 428.96 56.18 429.06 56.12 429.11 56.04 429.1 55.93 429.16 56.08 429.2 56.23 429.19 56.3 429.22 56.34 429.13 56.4 429.14 56.43 429.22 56.48 429.26 56.55 429.15 56.63 429.23 56.79 429.2 56.88 429.26 56.91 429.25 56.97 429.33 57.05 429.28 57.19 429.25 57.25 429.28 57.29 429.24 57.37 429.23 57.54 429.29 57.69 429.4 57.78 429.43 57.89 429.42 57.96 429.31 58.03 429.35 58.12 429.45 58.18 429.45 58.34 429.39 58.48 429.39 58.57 429.43 58.71 429.41 58.81 429.38 58.95 429.37 59.07 429.3 59.14 429.32 59.19 429.14 59.3 429.1 59.31 428.99 59.47 428.93 59.56 428.84 59.59 428.76 59.71 428.55 59.77 428.63 59.85 428.59 59.94 428.52 60.06 428.4 60.23 428.17 60.34 428.07 60.51 427.89 60.65 427.68 60.7 427.55 60.75 427.21 60.74 427.11 60.71 426.9 60.71 426.66 60.67 426.37 60.61 426.12 60.57 426.05 60.56 425.78 60.54 425.59 60.54 425.32 60.61 425.11 60.6 425 60.62 424.89 60.66 424.72 60.67 424.63 60.71 424.49 60.69 424.32 60.62 424.16 60.5 423.93 60.35 423.66 60.22 423.38 60.11 423.18 60.11 423.11 60.04 423.04 60.05 422.97 59.96 422.97 59.84 422.89 59.71 422.77 59.71 422.72 59.52 422.69 59.37 422.76 59.29 422.82 59.27 422.69 59.31 422.65 59.37 422.65 59.44 422.58 59.5 422.48 59.51 422.37 59.54 422.33 59.54 422.22 59.6 422.17 59.59 422.09 59.72 422.07 59.86 421.96 59.93 421.96 59.98 422.08 60.09 422.15 60.19 422.19 60.2 422.23 60.33 422.3 60.49 422.35 60.76 422.42 60.81 422.42 60.96 422.39 60.99 422.29 60.96 422.25 60.87 422.18 60.8 422.18 60.78 422.07 61.01 422.13 61.16 422.13 61.28 422.07 61.28 422.03 61.41 421.9 61.53 421.87 61.66 421.79 61.76 421.71 61.8 421.61 61.82 421.39 61.88 421.28 61.89 421.14 61.92 421.1 61.93 421.01 61.9 420.89 61.82 420.7 61.83 420.63 61.78 420.51 61.76 420.3 61.73 420.21 61.66 420.21 61.49 420.09 61.48 419.99 61.42 419.98 61.28 419.79 61.2 419.67 61.16 419.57 61.12 419.43 61.15 419.3 61.04 419.32 61 419.37 60.97 419.45 60.96 419.54 60.88 419.62 60.76 419.7 60.69 419.72 60.6 419.79 60.61 419.84 60.54 419.85 60.46 419.93 60.45 419.99 60.38 420.02 60.33 420.09 60.3 420.24 60.25 420.28 60.15 420.28 60.1 420.34 60.02 420.31 59.82 420.32 59.75 420.42 59.71 420.37 59.75 420.29 59.67 420.21 59.49 420.1 59.43 419.98 59.36 420.04 59.24 420.06 58.89 420.1 58.77 420.2 58.7 420.21 58.58 420.27 58.56 420.32 58.7 420.41 58.59 420.43 58.48 420.43 58.04 420.39 57.93 420.39 57.76 420.43 57.71 420.51 57.62 420.56 57.57 420.68 57.48 420.82 57.42 420.82 57.39 420.86 57.26 420.86 57.18 420.89 57.08 420.96 56.93 421 56.89 421.04 56.76 421.08 56.73 421.12 56.6 421.19 56.46 421.21 56.44 421.25 56.34 421.36 56.24 421.51 56.16 421.58 56.16 421.74 56.1 421.82 56.07 421.94 55.98 422 55.97 422.06 55.97 422.17 55.84 422.22 55.79 422.2 55.74 422.25 55.6 422.29 55.56 422.36 55.44 422.47 55.4 422.49 55.37 422.42 55.39 422.25 55.46 422.12 55.49 421.94 55.46 421.8 55.46 421.67 55.4 421.57 55.43 421.51 55.41 421.42 55.52 421.37 55.52 421.3 55.49 421.23 55.4 421.14 55.33 421.04 55.33 420.91 55.31 420.87 55.21 420.81 55.04 420.81 55.1 420.75 55.12 420.62 55.09 420.5 54.98 420.37 54.91 420.34 54.83 420.25 54.83 420.18 54.86 420.1 54.93 420.04 54.84 419.99 54.75 419.97 54.66 420 54.52 420.09 54.5 420.12 54.29 420.26 54.18 420.25 54.22 420.31 54.19 420.39 54.26 420.45 54.32 420.54 54.33 420.6 54.37 420.65 54.6 420.74 54.61 420.92 54.69 421 54.76 421 54.85 420.96 54.92 421.03 54.99 421.05 54.92 421.16 54.95 421.26 54.85 421.26 54.74 421.31 54.69 421.34 54.67 421.4 54.69 421.43 54.66 421.57 54.61 421.6 54.59 421.68 54.53 421.72 54.45 421.73 54.38 421.7 54.34 421.64 54.35 421.55 54.28 421.48 54.29 421.42 54.25 421.26 54.27 421.16 54.19 421.03 54.14 420.98 54.04 420.94 54.05 420.86 53.96 420.74 53.79 420.56 53.63 420.43 53.41 420.26 53.21 420.17 53.19 420.19 53 420.14 52.97 420.1 52.85 420.04 52.61 419.99 52.5 420.06 52.4 420.01 52.28 420.06 52.22 420.04 52.05 419.94 51.73 419.83 51.47 419.77 51.32 419.75 51.05 419.76 50.85 419.8 50.57 419.87 50.39 419.92 49.92 420.05 49.81 420.1 49.67 420.14 49.57 420.15 49.33 420.13 49.12 420.06 49.04 420.09 48.59 419.75 48.42 419.64 48 419.36 47.72 419.2 47.52 419.06 47.29 418.92 47.09 418.81 46.92 418.73 46.78 418.69 46.68 418.61 46.58 418.56 46.27 418.38 46.15 418.32 45.79 418.11 45.69 417.99 45.54 417.75 45.41 417.56 45.38 417.48 45.37 417.31 45.35 417.18 45.34 416.91 45.34 416.83 45.38 416.77 45.43 416.66 45.45 416.49 45.47 416.41 45.53 416.39 45.63 416.38 45.73 416.27 45.77 416.17 45.8 416.04 45.8 415.89 45.75 415.7 45.67 415.51 45.57 415.36 45.43 415.17 45.29 415.01 45.24 414.94 45.22 414.85 45.25 414.83 45.32 414.7 45.31 414.55 45.24 414.41 45.04 414.17 44.97 414.06 44.86 413.64 44.84 413.55 44.86 413.48 44.98 413.28 45.05 413.14 45.16 412.97 45.22 412.89 45.33 412.79 45.37 412.84 45.37 412.92 45.33 412.95 45.31 413.02 45.11 413.09 45.06 413.16 44.92 413.39 44.91 413.45 44.94 413.59 44.91 413.64 44.95 413.7 45.01 413.72 45.12 413.84 45.11 413.89 45.17 413.93 45.23 413.95 45.43 414.08 45.62 414.11 45.74 414.11 45.86 414.09 45.93 414.13 45.94 414.01 45.98 413.97 46.09 413.95 46.26 413.81 46.3 413.74 46.3 413.69 46.32 413.48 46.42 413.41 46.47 413.41 46.54 413.37 46.64 413.35 46.79 413.22 46.78 413.13 46.73 413 46.67 412.91 46.56 412.78 46.43 412.68 46.33 412.63 46.21 412.61 46.12 412.65 46.05 412.64 45.93 412.58 45.58 412.36 45.45 412.21 45.36 412.13 45.15 411.96 45.04 411.89 44.87 411.82 44.78 411.79 44.62 411.68 44.43 411.63 44.34 411.58 44.25 411.55 44.08 411.47 43.92 411.33 43.78 411.11 43.62 410.94 43.62 410.85 43.54 410.7 43.51 410.67 43.44 410.54 43.31 410.41 43.15 410.27 43.13 410.15 42.96 410 42.82 409.9 42.79 409.91 42.59 409.7 42.57 409.56 42.6 409.51 42.57 409.32 42.6 409.17 Z M 13.7 494.59 13.8 494.54 13.83 494.6 13.76 494.65 13.7 494.59 Z M 40.55 407.68 40.62 407.64 40.73 407.65 40.69 407.73 40.68 407.83 40.64 407.85 40.55 407.77 40.55 407.68 Z M 10.79 494.8 10.84 494.76 10.97 494.78 11.02 494.77 11.07 494.69 11.13 494.67 11.08 494.58 11.25 494.62 11.41 494.64 11.52 494.62 11.62 494.51 11.63 494.45 11.57 494.39 11.68 494.25 11.72 494.28 11.81 494.31 11.84 494.36 12.04 494.32 12.09 494.36 12.15 494.28 12.09 494.22 12.14 494.18 12.15 494.11 12.19 494.07 12.16 494.03 12.19 493.91 12.32 493.87 12.34 493.89 12.53 493.85 12.55 493.75 12.6 493.77 12.73 493.65 12.8 493.55 12.8 493.48 12.69 493.34 12.7 493.25 12.78 493.18 12.77 493.1 12.84 493.03 12.9 493.02 12.97 492.96 12.99 492.89 13.06 492.87 13.2 492.78 13.28 492.79 13.39 492.73 13.42 492.66 13.53 492.7 13.67 492.63 13.77 492.55 13.83 492.46 13.93 492.51 13.96 492.6 14.02 492.68 14.09 492.72 14.2 492.73 14.33 492.68 14.36 492.62 14.48 492.67 14.5 492.82 14.74 492.84 14.79 492.93 14.84 492.92 14.9 492.88 14.91 492.79 14.98 492.77 14.97 492.67 14.87 492.66 14.86 492.59 14.91 492.56 14.91 492.49 14.75 492.41 14.68 492.36 14.69 492.28 14.78 492.28 14.83 492.24 14.99 492.03 15 491.96 14.95 491.91 14.97 491.87 14.95 491.82 14.99 491.73 15.06 491.7 15.35 491.49 15.42 491.46 15.62 491.43 15.88 491.3 15.91 491.25 15.99 491.23 16.04 491.26 16.18 491.26 16.27 491.22 16.31 491.26 16.42 491.23 16.5 491.25 16.57 491.23 16.66 491.3 16.78 491.32 16.91 491.28 17.02 491.34 17.06 491.44 17.03 491.48 17.05 491.57 17.1 491.63 17.22 491.71 17.4 491.78 17.69 491.86 17.67 492.01 17.62 492.09 17.54 492.15 17.28 492.28 17.24 492.33 17.23 492.42 17.26 492.54 17.21 492.59 17.2 492.71 17.05 492.76 17.04 492.79 16.93 492.77 16.86 492.83 16.7 492.83 16.53 492.87 16.41 492.94 16.24 492.99 16.14 493 15.99 493 15.89 493.02 15.84 493.09 15.5 493.09 15.23 493.11 15.15 493.13 15.01 493.19 15.01 493.22 14.82 493.3 14.84 493.38 14.73 493.42 14.71 493.51 14.65 493.61 14.61 493.49 14.55 493.5 14.57 493.58 14.53 493.65 14.55 493.73 14.48 493.77 14.4 493.75 14.26 493.83 14.13 493.93 14.06 494 13.98 494.13 13.85 494.14 13.73 494.12 13.68 494.16 13.49 494.16 13.39 494.14 13.3 494.21 13.23 494.23 13.23 494.27 13.11 494.35 12.99 494.39 12.87 494.41 12.81 494.46 12.78 494.4 12.72 494.41 12.7 494.49 12.65 494.52 12.51 494.38 12.42 494.4 12.37 494.47 12.39 494.54 12.47 494.64 12.45 494.72 12.36 494.69 12.32 494.7 12.28 494.54 12.23 494.53 12.14 494.58 12.05 494.55 11.95 494.61 11.53 494.72 11.47 494.69 11.41 494.73 11.29 494.67 11.24 494.66 11.11 494.74 11.07 494.83 10.99 494.82 10.92 494.78 10.79 494.8 Z M 10.07 495 10.1 494.98 10.29 494.93 10.34 494.9 10.51 494.87 10.58 494.91 10.35 495 10.31 495.03 10.25 495 10.15 495.02 10.07 495 Z M 8.52 492.84 8.63 492.73 8.66 492.6 8.72 492.56 8.77 492.62 8.86 492.58 8.97 492.6 9 492.69 8.96 492.81 8.98 492.86 8.86 492.89 8.76 493.01 8.72 493.1 8.63 493.11 8.6 493.13 8.53 493.06 8.54 492.97 8.5 492.95 8.52 492.84 Z M 16.86 468.53 16.97 468.56 17.03 468.62 17.13 468.65 17.32 468.77 17.48 468.81 17.57 468.87 17.65 468.87 17.66 468.9 17.75 468.92 17.8 468.91 17.9 468.95 17.99 469.07 17.92 469.11 17.89 469.16 17.82 469.19 17.67 469.19 17.6 469.24 17.53 469.32 17.44 469.35 17.24 469.24 17.18 469.17 17.15 469.1 17.19 469 17.18 468.93 17.14 468.88 17.05 468.81 16.94 468.76 16.91 468.65 16.86 468.53 Z M 8.55 492.29 8.6 492.28 8.65 492.2 8.73 492.17 8.78 492.23 8.79 492.34 8.73 492.43 8.55 492.29 Z M 7.16 493.49 7.25 493.39 7.32 493.35 7.49 493.38 7.59 493.45 7.64 493.51 7.7 493.54 7.8 493.54 7.84 493.5 7.84 493.4 7.93 493.38 8.04 493.44 8.2 493.47 8.21 493.41 8.38 493.47 8.41 493.53 8.47 493.52 8.53 493.58 8.52 493.63 8.55 493.68 8.62 493.71 8.57 493.87 8.49 493.9 8.47 493.94 8.51 494.04 8.42 494.08 8.36 494.08 8.3 494.12 8.32 494.18 8.3 494.28 8.2 494.28 8.14 494.26 8.13 494.16 8.15 494.1 8.05 493.96 7.96 493.95 7.91 493.92 7.91 493.86 7.85 493.85 7.8 493.8 7.78 493.73 7.71 493.73 7.66 493.79 7.49 493.88 7.42 493.9 7.35 493.84 7.31 493.87 7.22 493.78 7.16 493.65 7.19 493.55 7.16 493.49 Z M 6.87 492.88 6.99 492.86 7.07 492.77 7.2 492.82 7.34 492.93 7.39 493.03 7.36 493.12 7.29 493.21 7.16 493.25 7.08 493.25 6.93 493.12 6.87 492.88 Z M 6.21 493.95 6.27 493.91 6.29 493.78 6.4 493.65 6.4 493.59 6.46 493.58 6.52 493.61 6.65 493.63 6.68 493.73 6.85 493.84 6.77 494.02 6.63 494.13 6.44 494.09 6.41 494.05 6.29 493.99 6.26 494.01 6.21 493.95 Z M 15.84 464.05 15.93 463.85 16.02 463.79 16.07 463.79 16.15 463.85 16.22 463.85 16.28 463.82 16.41 463.82 16.45 463.89 16.53 463.93 16.64 463.96 16.96 463.97 17.06 463.94 17.12 463.86 17.21 463.9 17.13 463.97 17.04 463.99 16.97 464.04 16.86 464.17 16.82 464.29 16.74 464.36 16.64 464.36 16.56 464.41 16.48 464.39 16.39 464.4 16.36 464.47 16.25 464.55 16.23 464.49 16.26 464.42 16.22 464.38 16.28 464.34 16.25 464.26 16.13 464.23 16.05 464.26 16.06 464.18 15.84 464.05 Z M 3.14 494.07 3.18 494.04 3.2 493.95 3.27 493.87 3.28 493.81 3.35 493.77 3.37 493.67 3.41 493.61 3.61 493.65 3.71 493.62 3.76 493.56 3.83 493.53 3.81 493.48 3.91 493.44 4 493.46 4.03 493.51 4.15 493.42 4.2 493.41 4.28 493.49 4.34 493.49 4.4 493.56 4.44 493.57 4.55 493.73 4.55 493.78 4.5 493.82 4.47 493.95 4.39 493.97 4.19 494.15 4.05 494.14 3.97 494.11 3.88 494.04 3.78 494.03 3.75 494.06 3.63 494.08 3.57 494.14 3.45 494.17 3.4 494.23 3.29 494.26 3.23 494.13 3.14 494.07 Z M 1.78 493.56 1.82 493.57 1.89 493.48 1.99 493.46 2.06 493.52 2.05 493.59 2 493.67 1.92 493.65 1.78 493.56 Z M 1.03 493.88 1.08 493.77 1.19 493.69 1.41 493.66 1.49 493.88 1.53 493.92 1.54 493.98 1.42 494.1 1.42 494.13 1.25 494.19 1.13 494.15 1.1 494.08 1 494.05 1 493.98 1.03 493.88 Z M 26.86 420.02 26.91 419.98 26.94 419.88 26.99 419.85 27.03 419.71 27.02 419.68 27.06 419.59 27.13 419.48 27.15 419.42 27.24 419.34 27.29 419.34 27.31 419.27 27.35 419.24 27.44 419.11 27.55 419.08 27.63 418.96 27.63 418.9 27.65 418.84 27.64 418.78 27.71 418.67 27.75 418.65 27.84 418.55 27.88 418.4 27.93 418.16 28.06 418.22 28.12 418.2 28.16 418.24 28.15 418.28 28.19 418.36 28.16 418.41 28.17 418.49 28.09 418.54 28.08 418.64 28.01 418.75 28.01 418.88 28.08 419.02 28.19 419.16 28.34 419.32 28.63 419.59 28.8 419.72 28.93 419.84 28.99 419.84 29.03 419.9 29.33 420.17 29.47 420.28 29.72 420.44 29.85 420.48 29.92 420.44 30.08 420.42 30.17 420.37 30.25 420.36 30.31 420.32 30.45 420.29 30.52 420.23 30.64 420.18 30.76 420.18 30.83 420.12 30.88 420.16 30.99 420.22 31.13 420.24 31.17 420.22 31.19 420.14 31.41 420.1 31.55 420.23 31.61 420.24 31.76 420.32 31.93 420.36 31.95 420.46 32 420.57 32.07 420.62 32.09 420.67 32.08 420.79 32.12 420.9 32.16 420.96 32.29 421.03 32.32 421.26 32.3 421.3 32.29 421.42 32.3 421.52 32.24 421.57 32.27 421.74 32.24 421.8 32.18 421.81 32.16 421.88 32.21 422.02 32.34 422.15 32.38 422.14 32.56 422.35 32.57 422.4 32.61 422.46 32.74 422.54 32.93 422.64 33.22 422.77 33.25 422.85 33.33 422.98 33.39 423.04 33.36 423.14 33.39 423.26 33.54 423.39 33.78 423.53 33.86 423.54 34.05 423.63 34.18 423.74 34.43 423.86 34.7 423.95 34.8 423.96 34.9 424 34.97 424.04 35.13 424.12 35.16 424.2 35.28 424.21 35.31 424.27 35.44 424.42 35.59 424.51 35.66 424.52 35.7 424.57 35.77 424.6 35.79 424.64 35.65 424.77 35.53 425.05 35.44 425.1 35.38 425.15 35.25 425.3 35.06 425.43 34.93 425.48 34.88 425.47 34.7 425.3 34.66 425.24 34.5 425.13 34.26 425.01 34.08 424.96 33.92 424.93 33.61 424.91 33.38 424.94 33.34 425 33.29 425.02 33.28 425.07 33.18 425.09 33.17 425.14 33.05 425.19 32.93 425.19 32.86 425.21 32.72 425.28 32.57 425.44 32.5 425.53 32.5 425.73 32.52 425.94 32.45 425.91 32.3 425.9 32.18 425.98 32.14 426.07 32.09 426.1 32 426 31.97 425.93 31.92 425.93 31.8 425.85 31.78 425.79 31.88 425.72 31.89 425.67 31.85 425.5 31.89 425.38 31.89 425.22 31.86 424.96 31.79 424.75 31.75 424.7 31.67 424.54 31.6 424.38 31.48 424.32 31.43 424.18 31.44 424.13 31.34 424.02 31.2 423.92 31.11 423.92 30.95 423.85 30.92 423.79 30.85 423.75 30.73 423.73 30.79 423.67 30.82 423.59 30.82 423.45 30.79 423.2 30.76 423.04 30.71 422.88 30.62 422.7 30.52 422.55 30.48 422.47 30.32 422.26 30.14 422.12 29.97 421.95 29.69 421.69 29.57 421.58 29.39 421.46 29.19 421.37 29.03 421.31 28.89 421.28 28.81 421.29 28.67 421.35 28.58 421.35 28.41 421.32 28.24 421.35 28.21 421.44 28.21 421.51 28.08 421.54 28.04 421.61 27.92 421.58 27.61 421.67 27.53 421.62 27.54 421.56 27.44 421.46 27.32 421.48 27.29 421.45 27.32 421.33 27.3 421.31 27.22 421.31 27.2 421.24 27.11 421.17 27.07 421.09 27 421.05 26.98 420.99 26.88 420.96 26.89 420.78 26.87 420.66 26.83 420.61 26.84 420.53 26.81 420.46 26.81 420.38 26.87 420.25 26.88 420.18 26.86 420.02 Z\" data-geo-id=\"02\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(163, 0, 0);\"></path>\\n<path d=\"M 75.18 140.93 75.35 140.96 76.88 141.32 78.06 141.62 78.93 141.87 82.78 142.86 83.93 143.17 86.01 143.71 88.86 144.41 91.67 145.13 93.03 145.47 94.34 145.75 95.74 146.05 99.92 147.02 104.38 148.05 107.79 148.85 107.82 148.85 110.31 149.4 110.86 149.53 113.42 150.11 113.7 150.16 116.06 150.7 116.29 150.79 116.84 150.9 118.32 151.23 121.56 151.97 123.34 152.37 125.13 152.78 125.62 152.87 129.69 153.74 130.41 153.88 131.78 154.18 132.02 154.25 135.4 154.95 136.17 155.13 139.71 155.87 143.62 156.68 145.8 157.01 146.77 157.2 147.94 157.5 149.62 157.91 151.01 158.18 151.44 158.25 154.01 158.78 157.35 159.43 156.98 161.49 156.83 162.14 156.5 163.97 156.03 166.4 155.99 166.58 155.56 168.76 155.54 168.92 154.54 174.05 153.73 178.2 152.89 182.51 151.89 187.52 151.62 188.96 151.49 189.56 150.88 192.71 150.41 195.12 150.02 197.15 149.69 198.87 149.15 201.64 148.36 205.74 148.21 206.55 146.38 215.9 145.94 218.3 145.9 218.36 145.45 220.73 145.37 221.12 144.52 225.45 143.68 229.91 143.62 230.18 143.26 232.1 142.71 234.91 142.29 237.16 142.08 238.25 142.04 238.51 141.86 239.35 141.76 239.71 141.24 242.38 141.19 242.61 140.61 245.66 140.57 245.92 140.12 248.28 139.91 249.4 139.54 251.28 139.41 251.85 139.37 252.15 139.07 253.82 138.92 254.63 138.5 256.79 137.96 259.71 137.32 263.37 137.25 263.87 136.92 265.58 136.73 266.48 136.68 266.79 136.5 267.58 136.43 268.08 136.24 269.1 136.01 269.14 135.81 269.32 135.18 270.26 134.82 270.39 134.73 270.55 134.85 270.76 134.36 271.4 134.25 271.76 133.98 271.99 133.79 271.87 133.03 271.96 132.65 271.91 132.46 271.76 132.31 271.56 132.28 271.23 132 271.08 131.89 270.92 131.71 270.88 131.73 270.72 131.89 270.56 131.87 270.42 131.63 269.92 131.55 269.88 131.43 269.63 131.26 269.42 131.12 269.09 130.97 269.09 130.73 268.96 130.48 268.92 129.97 269.21 129.83 268.93 129.65 268.88 129.39 269.01 129.15 269.02 129.02 268.93 129.18 268.75 129.1 268.56 128.78 268.54 128.64 268.43 128.15 268.35 127.73 268.44 127.39 268.61 127.21 268.33 126.75 268.6 126.62 268.73 126.51 268.71 126.32 268.81 126.17 268.71 126 268.76 125.5 268.74 125.31 268.84 125.14 269.05 125.32 269.6 125.18 269.83 125.41 270.23 125.09 270.44 125.02 270.56 125.02 270.84 124.93 270.96 124.95 271.15 125.2 272.06 125.26 272.15 125.19 272.44 125.28 272.67 125.73 273.31 125.6 273.45 125.41 273.45 124.98 273.64 125.09 273.99 124.9 274.3 124.74 274.44 124.88 274.78 124.76 275.17 124.8 275.43 124.69 275.85 124.48 276.24 124.51 276.45 124.73 276.73 124.71 276.94 124.54 277.17 124.5 277.42 124.64 277.64 124.75 278.06 124.89 278.3 124.83 278.55 124.71 278.73 124.53 278.76 124.57 279.16 124.51 279.51 124.55 279.73 124.42 279.9 124.16 280.06 124.07 280.51 124.15 280.98 124.12 281.31 124.23 281.73 124.53 282.18 124.62 282.99 124.67 283.3 124.69 283.86 124.56 284.39 124.59 285.07 124.5 286.09 124.59 286.28 124.57 286.62 124.49 287 124.35 287.45 124.22 287.62 123.88 287.7 123.57 287.63 123.4 287.66 123.13 287.85 123.12 288.03 123.4 288.24 123.62 288.56 123.53 288.85 123.17 289.06 122.96 289.34 122.89 289.71 122.91 289.85 120.83 286.73 119.35 284.52 119.15 284.23 117.92 282.37 116.5 280.27 115.16 278.26 113.54 275.84 113.46 275.7 112.4 274.14 110.9 271.88 110.39 271.1 109.4 269.66 108.19 267.82 107.71 267.12 105.28 263.49 103.46 260.76 101.99 258.55 101.93 258.5 100.67 256.56 98.06 252.67 95.96 249.53 94.67 247.57 93.9 246.43 93.14 245.29 91.83 243.32 91.58 242.98 90.31 241.07 88.89 238.89 87.94 237.52 86.81 235.78 86.44 235.27 84.57 232.42 84.23 231.97 83.43 230.72 82.69 229.64 82.56 229.42 80.29 226.03 78.29 223.03 76.66 220.58 76.1 219.76 75.06 218.16 74.41 217.22 73.43 215.73 72.42 214.21 71.83 213.38 71.51 212.87 70.92 212.01 70.76 211.74 68.73 208.71 68.13 207.8 67.65 207.11 66.83 205.85 65.33 203.62 63.19 200.41 61.81 198.34 60.75 196.75 61.77 192.53 62.51 189.74 63.33 186.69 64.22 183.27 64.87 180.87 65.4 178.92 66.23 175.75 66.89 173.22 68.04 168.79 69.08 164.67 69.21 164.13 69.79 161.83 70.45 159.24 71.27 156.03 72.8 150.15 73.39 147.94 73.41 147.82 74.02 145.5 74.6 143.16 75.18 140.93 Z\" data-geo-id=\"32\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(163, 0, 0);\"></path>\\n<path d=\"M 477.15 213.06 477.24 212.98 477.59 212.91 477.77 212.77 477.81 212.58 477.77 212.26 477.65 211.93 477.67 211.53 477.84 210.98 477.83 210.68 477.75 210.44 477.46 210.06 477.27 210 477.19 209.89 477.24 209.56 477.54 209.26 477.8 208.72 477.95 208.56 478.55 208.21 479.14 208.03 479.38 207.94 479.8 207.91 480.1 207.94 480.26 207.91 480.94 207.42 481.13 207.25 481.28 206.71 481.28 206.49 481.2 206.17 481.28 205.67 481.44 205.35 481.49 205.1 481.47 204.85 481.38 204.49 481.47 204.24 481.92 203.76 482.07 203.37 482.39 203.05 482.55 202.72 482.7 202.57 483.11 202.33 483.19 202.22 483.31 201.57 483.2 201.16 483.35 200.64 483.37 200.09 483.3 199.57 483.23 199.37 483.25 198.9 482.95 198.48 482.87 198.28 482.57 197.8 482.3 197.61 482.03 197.68 481.82 197.64 481.44 197.02 480.71 196.25 480.7 196.08 480.87 195.74 480.98 195.36 481.17 195.06 481.22 194.83 481.22 194.33 481.28 193.76 481.46 193.44 481.48 192.94 481.53 192.84 481.76 192.68 482.07 192.62 482.36 192.45 482.5 192.45 482.87 192.61 483.15 192.65 483.56 192.44 484.15 191.99 484.43 191.92 484.86 191.92 485.29 191.96 485.86 191.95 486.37 191.83 486.72 191.7 487.01 191.66 487.32 191.32 487.52 191.19 487.68 191 487.73 190.77 487.82 190.67 488.21 190.52 488.36 190.38 488.57 190.33 489.15 190.46 489.53 190.4 489.71 190.32 489.92 190.06 490.08 189.8 490.23 189.7 490.35 189.48 490.55 189.33 491.02 189.16 491.31 188.99 491.35 188.77 491.24 187.85 491.32 187.51 491.33 187.22 491.59 186.91 491.6 186.62 491.53 186.46 491.54 186.15 491.7 185.84 492.02 185.48 492.23 185.38 492.79 184.94 493.26 184.72 493.36 184.54 493.28 184.14 493.31 183.92 493.41 183.66 493.43 183.3 493.63 182.7 493.63 182.23 493.44 181.98 493.44 181.66 493.64 181.26 493.7 180.84 493.51 180.32 493.31 180.11 493.22 179.47 493.27 179.24 493.28 178.88 493.25 178.68 493.12 178.52 492.89 178.53 492.69 178.44 492.55 178.03 491.96 177.7 491.5 177.59 491.26 177.44 490.98 177.33 490.82 177.2 490.41 177.14 489.91 176.79 489.76 176.53 489.48 176.25 489.29 175.81 489.41 175.28 489.39 175.07 489.45 174.94 489.23 174.68 489.02 174.34 488.71 174.09 488.52 173.82 488.38 173.8 488.19 173.61 487.93 173.49 487.39 173.26 487.3 172.95 487.14 172.79 486.63 172.63 486.37 172.5 486.05 172.27 485.94 172.15 485.9 171.89 486.06 171.56 487.28 171.51 488.18 171.46 489.38 171.4 492.18 171.22 494.04 171.09 495.7 171.04 496.1 171.01 499.73 170.79 501.76 170.71 504.02 170.59 505.57 170.52 508.09 170.37 509.19 170.3 512.08 170.16 512.38 170.13 514.15 169.94 517.3 169.7 519.28 169.53 519.58 169.49 521.47 169.33 523.66 169.17 525.86 169.03 525.95 169.42 525.95 169.93 525.92 170.2 526.01 170.98 525.88 171.4 525.87 171.55 525.75 171.68 525.76 172.03 525.71 172.21 525.76 172.51 525.71 172.72 525.85 173.32 526.14 174.03 526.33 174.42 527.4 176.06 527.79 176.52 528.23 176.86 528.41 177.18 528.41 177.38 528.5 177.74 528.69 178.15 528.78 178.49 528.92 178.81 529.02 178.9 529.02 179.14 529.15 179.35 529.36 180.11 529.5 180.26 529.51 180.74 529.66 180.77 529.65 181.18 529.8 181.53 530.1 181.93 530.27 182.4 530.57 182.74 530.77 182.78 530.92 182.95 530.97 183.24 531.05 183.41 531 183.57 531.08 183.7 531.28 186.05 531.45 188.02 531.75 191.56 532.01 194.41 532.22 196.81 532.61 200.97 532.85 203.78 533.13 206.97 533.43 210.82 533.65 213.62 533.91 216.62 534.1 218.91 534.26 220.66 534.52 223.44 534.87 227.22 535.02 228.96 534.81 228.9 534.76 229.07 534.61 229.17 534.41 229.14 534.21 229.31 534 229.77 533.79 229.86 533.88 229.97 534.02 229.92 534.12 230.09 534 230.24 534.04 230.44 534.13 230.51 534.09 230.7 534.29 230.97 534.46 230.8 534.62 231.5 534.47 231.88 534.24 232.06 534.14 232.21 534.03 232.17 534.04 232.45 533.79 232.53 533.73 232.77 533.6 232.9 533.52 233.19 533.76 233.32 533.89 233.5 533.67 233.56 533.66 233.75 534.17 233.75 534.22 233.91 534.16 234.06 534.24 234.16 534.46 234.17 534.92 234.59 534.93 234.73 534.83 234.9 535.02 235.24 534.98 235.95 535.7 236.17 535.78 236.32 535.96 236.46 535.98 236.57 535.87 236.77 535.95 236.9 535.94 237.09 535.84 237.14 535.83 237.37 535.62 237.78 535.78 237.97 535.63 238.02 535.69 238.21 535.56 238.34 535.96 238.53 535.97 238.73 536.06 238.95 535.99 239.12 536.31 239.53 536.51 239.71 536.41 239.94 536.53 240.09 536.45 240.4 536.58 240.54 536.46 240.69 536.43 240.87 536.29 241.18 536.32 241.39 536.17 241.7 535.97 241.84 535.48 241.98 535.22 242.15 535.1 242.55 534.92 242.74 535.02 242.9 534.94 243.05 534.97 243.2 534.88 243.33 534.94 243.49 535.14 243.54 534.98 243.7 534.79 243.59 534.72 243.65 534.75 243.95 534.6 244.04 534.62 244.31 534.41 244.45 534.37 244.61 534.61 244.99 534.78 245.19 534.62 245.36 534.38 245.27 534.21 245.59 533.81 245.86 533.51 245.88 533.36 245.95 533.23 246.21 533.23 246.37 533.46 246.37 533.6 246.44 533.63 246.59 533.5 246.69 533.47 247.26 533.15 247.83 532.98 248.07 532.64 248.21 532.42 248.57 532.32 248.94 532.32 249.14 532.38 249.47 532.35 249.64 532.23 249.89 531.99 249.94 531.87 249.7 531.94 249.44 531.77 249.27 531.64 249.42 531.56 249.81 531.3 250.14 531.14 250.14 531.13 249.95 531.25 249.7 531.11 249.58 530.86 249.67 530.8 249.92 530.65 250.05 530.66 250.25 530.8 250.36 530.63 250.52 530.56 250.83 530.27 250.79 530.21 251.02 530.26 251.4 530.49 251.71 530.96 252 531.08 252.19 531.22 252.22 531.22 252.01 531.42 252.12 531.36 252.29 531.18 252.44 531.22 252.6 531.1 252.67 530.96 252.93 530.8 252.82 530.6 252.88 530.54 253.06 530.55 253.29 530.44 253.35 530.21 253.35 529.99 253.46 529.95 253.58 530.05 253.82 530.15 253.82 530.79 253.48 530.86 253.72 530.74 254.1 530.58 254.25 530.25 254.44 529.79 254.48 529.66 254.59 529.67 254.73 529.8 254.86 530.04 254.79 530.07 254.99 529.96 255.32 530.21 255.89 530.22 256.09 530.11 256.24 529.88 256.31 529.91 256.57 530.02 256.81 529.86 256.93 529.65 256.78 529.46 256.85 529.47 257 529.72 257.11 530.2 257.13 530.33 257.46 530.24 257.6 530.1 257.53 529.71 257.59 529.46 257.52 529.22 257.35 529.06 257.44 529.11 257.59 529.38 257.85 529.56 258.24 529.72 258.41 530.12 258.51 530.24 258.67 530.15 258.84 529.99 258.91 529.78 258.91 529.49 258.78 529.35 258.81 529.31 259.06 529.53 259.28 529.79 259.32 530.1 259.13 530.26 259.32 530.16 259.47 530.1 259.95 530.01 260.21 529.83 260.53 529.37 260.86 529.29 260.97 529.06 261.09 528.96 261.21 528.85 261.52 528.7 261.7 528.53 262.07 528.52 262.2 528.57 262.54 528.68 262.86 528.87 263.21 528.93 263.54 529.05 263.77 529.24 263.87 529.49 264.08 529.79 264.46 530.09 264.63 530.19 264.8 530.24 265.18 530.09 265.4 529.98 265.65 529.71 265.66 529.29 265.75 529.19 265.74 528.6 265.94 527.86 266.12 527.41 266.17 527.02 266.29 526.57 266.55 526.28 266.84 526.08 267.17 525.89 267.34 525.75 267.35 525.64 267.22 525.33 267.02 525.15 266.97 524.71 267.17 524.47 267.34 524.27 267.6 524.19 267.78 524.11 268.7 523.8 269.52 523.76 269.8 523.92 270.13 523.89 270.22 524.29 270.6 524.52 270.98 524.72 271.09 524.9 271.27 525.22 272.08 525.33 272.22 525.22 272.73 525.11 273.07 525.11 273.28 524.93 273.77 524.68 273.9 524.26 273.99 524 274.01 523.68 273.95 523.2 273.79 523.13 273.61 522.93 273.43 522.57 273.21 522.27 273.07 522.06 273.05 521.38 272.78 521.16 272.74 520.89 272.8 520.71 272.75 520.38 272.57 520.01 272.32 519.83 272.15 519.53 271.97 519.08 271.86 518.54 271.64 517.81 271.42 517.3 271.44 516.93 271.38 516.54 271.51 516.36 271.68 516.12 271.79 515.48 272.54 515.25 272.91 515.18 273.22 515.03 273.65 514.69 273.98 514.53 274.24 514.42 274.28 514.23 274.58 514.13 274.82 514.06 275.3 514.14 275.61 514.35 275.94 514.89 276.3 514.35 276.57 514.11 276.53 514 276.41 513.86 275.81 513.75 275.66 513.29 275.36 512.92 274.71 512.86 274.87 512.55 274.87 512.13 274.81 512.1 275.04 512.26 275.28 512.63 275.43 512.91 275.65 512.96 275.8 512.86 276.18 512.68 276.34 512.47 276.28 512.06 275.92 511.84 275.79 511.36 275.63 511.1 275.47 511 275.31 510.98 275.12 511.05 274.87 511.08 274.57 510.93 274.25 510.44 273.86 510.09 273.36 510.04 273.19 509.73 272.69 509.63 272.48 509.51 272.06 509.63 271.69 509.58 271.5 509.43 271.46 509.14 271.51 508.74 271.04 508.67 270.89 508.73 270.39 508.96 270.11 509.01 269.98 509.25 269.83 509.55 269.79 509.83 269.67 509.93 269.44 509.99 268.96 509.96 268.64 509.75 268.08 509.46 267.66 509.14 267.36 508.79 266.85 508.64 266.5 508.37 266.08 508.25 265.6 508.24 265.25 508.3 265.14 508.64 265.2 508.88 265.07 508.85 264.82 508.4 264.35 508.21 264.05 508.2 263.54 508.23 263.19 508.01 262.96 507.39 262.83 507.13 262.73 506.91 262.37 506.61 262.21 506.58 262.07 506.34 262.16 506.1 262.18 505.85 262.07 505.8 261.93 505.88 261.61 505.88 261.41 505.73 261.16 505.21 260.86 504.79 260.54 504.62 260.32 504.41 260.35 504.23 260.25 503.76 260.13 503.69 259.96 503.71 259.75 502.98 259.3 502.72 259.48 502.46 259.83 502.17 260.04 501.85 260.04 501.63 259.98 501.39 259.83 501.03 259.16 501.01 259.01 501.19 258.86 501.22 258.74 501.4 258.73 501.61 258.58 501.71 258.44 501.58 258.35 501.44 258.15 500.9 258.33 500.63 258.33 500.45 258.21 500.06 257.75 499.77 257.61 499.67 257.41 499.55 257.37 499.32 257.41 499.12 257.37 498.86 257.22 498.61 256.97 498.59 256.69 498.52 256.55 498.09 256.34 497.89 256.45 497.17 256.02 496.78 255.69 496.63 255.41 496.26 254.85 496.01 254.62 495.52 254.43 495.34 254.28 495.02 253.84 494.84 253.42 494.64 252.55 494.65 252.12 494.62 251.75 494.66 251.42 494.81 251.03 494.89 250.69 494.98 250.53 495.27 250.2 495.64 249.7 495.77 249.37 495.83 248.8 495.94 248.15 496.04 247.71 496.19 247.39 496.52 246.78 496.83 246.5 496.98 246.29 497.07 246.04 497.13 245.7 497.13 245.44 497.03 245.01 496.82 244.59 496.6 244.31 496.55 244.14 496.56 243.86 496.62 243.74 496.93 243.44 497.15 242.93 497.43 242.71 497.76 242.4 497.83 242.25 497.92 241.63 497.84 241.41 497.25 241.1 497.02 240.94 496.55 240.75 496.15 240.39 495.74 240.18 495.24 240.12 494.86 240.15 494.49 239.99 494.3 239.86 493.74 239.61 493.39 239.49 492.73 239.43 492.42 239.62 492.29 239.9 492.24 240.26 491.97 240.73 491.83 240.81 491.46 241.29 491.13 241.43 490.88 241.44 490.25 241.1 490.01 240.73 489.88 240.67 489.67 240.43 489.53 239.99 489.42 239.73 489.35 239.16 489.12 238.69 488.8 238.13 488.78 237.93 488.92 237.76 488.94 237.64 489.18 237.31 489.19 237.07 489.1 236.74 488.87 236.41 488.72 236.04 488.68 235.64 488.56 235.24 488.54 234.92 488.36 234.21 488.17 234.01 487.98 233.96 487.73 233.69 487.6 233.45 487.37 233.27 487.32 233.14 486.97 232.95 486.6 232.58 486.31 232.39 485.79 232.11 485.57 231.86 485.38 231.82 485.18 231.66 485.12 231.5 484.95 231.38 484.59 231.27 484.27 231.12 483.82 230.84 483.59 230.66 483.26 230.29 483.21 230.19 483.16 229.79 483 229.64 482.59 228.97 481.89 228.87 481.81 228.83 481.57 228.52 481.45 227.98 481.28 227.76 480.82 227.59 480.63 227.49 480.45 227.32 480.33 227.12 480.15 226.97 479.9 226.66 479.51 226.41 479.46 226.33 478.74 225.76 478.47 225.44 478.46 225.2 478.52 224.94 478.5 224.54 478.54 224.43 478.44 224.14 478.28 223.93 477.51 223.46 477.4 223.32 477.2 222.7 477.25 222.4 477.56 221.97 477.53 221.62 477.29 221.38 477.13 221.13 476.37 219.68 476.43 219.28 476.33 219.02 476.15 218.31 476.06 217.93 476.03 217.57 476.07 217.36 475.98 216.92 476.09 216.58 476.03 216.25 476.06 216.08 476.02 215.85 476.23 215.39 476.18 215.03 476.27 214.74 476.45 214.27 476.57 213.78 476.8 213.37 477.05 213.18 477.15 213.06 Z\" data-geo-id=\"17\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(163, 0, 0);\"></path>\\n<path d=\"M 714.57 89.34 717.93 88.42 719.49 88.07 721.08 87.62 721.98 87.41 723.33 87.08 724.46 86.85 724.92 86.83 725.9 86.57 727.66 86.19 728.17 86.09 730.12 85.55 730.88 85.36 732.9 84.79 733.33 84.69 735.24 84.12 736.23 83.86 737.3 83.56 738.72 83.17 739.2 83.04 738.96 83.35 738.66 83.29 738.41 83.52 738.38 83.83 738.81 84.23 738.84 84.44 738.96 84.81 739.3 85.08 739.13 85.41 739.17 85.49 738.98 85.94 738.85 86.05 738.87 86.25 738.79 86.41 738.91 86.59 738.84 86.87 738.72 87.12 738.82 87.19 738.86 87.46 738.81 87.64 738.64 87.75 738.63 87.9 738.48 88.16 738.44 88.34 738.28 88.43 738.4 88.58 738.46 88.84 738.58 88.85 738.93 89.3 739.1 89.59 739.29 89.72 739.32 90.01 739.6 90.06 739.76 90.19 739.76 90.35 739.92 90.44 739.92 90.69 740.14 91.04 740.36 91.17 740.33 91.29 740.15 91.65 740.02 91.74 739.73 91.76 739.68 91.98 740.05 92.17 740.1 92.25 740.02 92.69 740.12 92.9 740.01 93.1 739.99 93.26 739.78 93.33 739.72 93.56 739.51 93.56 739.39 94.06 739.39 94.33 739.19 94.5 739.26 94.59 738.92 95.01 738.56 95.15 738.52 95.31 738.2 95.31 738.05 95.48 737.89 95.52 737.77 95.68 737.83 95.81 737.66 95.94 737.71 96.21 737.8 96.37 737.74 96.49 737.57 96.59 737.35 96.83 737.14 96.96 736.66 96.88 736.47 96.95 736.36 97.15 735.91 97.29 735.67 97.33 735.61 97.5 735.36 97.72 735.06 97.83 735.15 98.13 735.12 98.26 734.89 98.55 734.84 98.86 735.26 99.4 735.24 99.65 735.29 99.82 735.25 100.36 735.41 100.53 735.53 100.72 735.75 100.94 735.82 101.26 735.96 101.33 735.77 101.61 735.78 101.8 735.93 102.03 736.02 101.86 736.12 101.88 736.13 102.14 736.06 102.54 735.96 102.92 735.79 103.1 735.87 103.27 735.81 103.55 735.7 103.52 735.58 103.78 735.64 103.96 735.51 104.16 735.62 104.32 735.66 104.62 735.91 104.58 735.88 104.93 735.72 105.05 735.83 105.49 735.81 105.58 735.49 106 735.45 106.28 735.31 106.35 735.3 106.49 735.43 106.66 735.24 106.78 735.22 106.97 735.4 107.36 735.38 107.62 735.51 107.92 735.41 108.23 735.34 108.33 735.4 108.61 735.27 108.73 735.13 109.13 734.78 109.5 734.69 109.52 734.41 110.21 734.46 110.59 734.55 110.9 734.48 111.12 734.54 111.4 734.4 111.52 734.4 111.96 734.53 112.08 734.51 112.24 734.33 112.51 734.06 112.74 734 112.87 734.01 113.09 734.14 113.49 734.02 113.78 734.03 114.06 734.36 114.37 734.41 114.62 734.33 114.94 734.43 115.19 734.42 115.44 734.53 116.34 734.44 116.66 734.54 116.91 734.88 116.98 734.78 117.18 734.73 117.48 735.01 117.78 734.98 117.97 734.99 118.38 734.9 118.79 734.74 118.92 734.75 119.2 734.87 119.39 734.85 119.68 734.96 119.97 734.84 120.2 734.98 120.37 734.91 120.59 735 120.9 734.97 121.08 735.07 121.21 735.42 121.5 735.44 121.69 735.37 121.88 735.55 122.12 735.48 122.44 735.27 122.86 735.42 123.06 735.44 123.3 735.58 123.49 735.78 123.57 735.77 123.76 735.62 123.82 735.6 124.03 735.68 124.14 735.56 124.39 735.45 124.38 735.33 124.53 735 124.7 734.85 125.01 735 125.17 735.13 125.56 735.08 125.7 735.13 125.96 735.05 126.15 734.9 126.28 734.99 126.89 735.16 127.06 735.32 127.45 735.46 127.72 735.81 127.92 735.99 128.08 735.94 128.32 736.01 128.4 736.27 128.16 736.54 128.38 736.64 128.59 736.92 128.9 734.76 129.36 732.12 129.91 727.56 130.9 725.89 131.26 725.73 131.3 725.28 130.3 725.32 130.06 725.25 129.95 725.21 129.69 725.3 129.68 724.87 127.63 724.5 125.87 724.29 124.73 723.77 122.22 723.67 121.66 723.21 119.57 722.81 117.7 722.58 116.66 722.61 116.48 722.46 116.34 722.43 116.14 722.25 115.97 721.83 115.79 721.72 115.83 721.63 115.38 721.48 115.25 721.39 115.01 721.17 115 720.63 115.18 720.46 115.47 720.53 115.58 720.41 115.9 720.51 116.18 720.36 116.37 719.88 116.17 719.83 116.05 719.89 115.79 719.82 115.63 719.84 115.4 719.66 115.23 719.64 115.07 719.72 114.95 719.77 114.51 719.74 114.05 719.83 113.91 719.88 113.66 720.02 113.35 719.94 112.99 720.08 112.41 719.92 112.18 719.61 112 719.45 111.75 719.28 111.61 719.3 111.41 719.45 111.12 719.3 111.01 719.27 110.89 719.3 110.59 719.1 110.3 718.88 110.12 718.57 109.6 718.54 109.3 718.44 108.96 718.31 108.74 718.25 108.13 718.12 107.86 717.93 107.79 717.68 107.61 717.64 106.94 717.72 106.53 717.72 106.26 717.57 105.9 717.69 105.62 717.65 105.04 717.65 104.78 717.73 104.6 717.95 104.32 718.01 103.87 718.21 103.55 718.3 103.54 718.34 103.1 718.33 102.93 717.99 102.31 717.89 101.86 717.64 101.47 717.59 101.18 717.76 100.82 717.75 100.54 717.83 100.02 717.81 99.78 717.66 99.54 717.56 99.13 717.36 98.71 717.11 98.51 717.05 98.3 716.95 98.26 716.65 97.87 716.44 97.8 716.13 97.53 715.97 97.3 715.98 97.09 715.85 96.88 715.73 96.8 715.69 96.44 715.73 95.79 715.69 95.23 715.49 94.41 715.58 94.12 715.6 93.77 715.7 93.56 715.71 93.43 715.61 93.15 715.3 92.91 715.11 92.84 714.82 92.54 714.78 92.31 714.88 92.1 714.86 91.5 714.88 91.35 715.03 91.12 715.03 90.93 714.83 90.16 714.58 89.93 714.53 89.81 714.57 89.34 Z\" data-geo-id=\"50\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(255, 153, 0);\"></path>\\n<path d=\"M 157.53 23.02 158.59 23.25 164.36 24.47 168.01 25.25 169.91 25.63 174.01 26.44 178.4 27.29 179.96 27.6 180.58 27.76 180.84 27.8 182.35 28.11 184.25 28.47 184.79 28.58 186.93 29 188.39 29.26 190.9 29.72 191.14 29.77 193.17 30.14 194.15 30.32 195.49 30.56 203.56 31.99 206.35 32.47 208.14 32.78 211.14 33.31 214.41 33.86 217.32 34.33 220.66 34.86 223.95 35.36 225.84 35.65 226.61 35.78 227.78 35.94 231.14 36.45 235.58 37.1 239.59 37.67 240.19 37.74 241.06 37.88 242.75 38.12 245.9 38.58 248.33 38.91 252.37 39.45 255.54 39.86 258.88 40.28 262.26 40.7 265.59 41.12 266.57 41.23 268.89 41.51 273.3 42.02 277.75 42.53 280.86 42.87 283.18 43.12 285.92 43.4 288.25 43.64 288.73 43.69 291.98 44.02 295.76 44.39 298.07 44.61 300.96 44.87 305.3 45.26 308.55 45.53 308.31 48.4 307.97 52.58 307.92 53.08 307.76 55.06 307.58 57.32 307.4 59.53 307.18 62.28 306.97 64.92 306.83 66.99 306.62 69.16 306.25 73.39 305.95 76.79 305.74 79.21 305.61 80.88 305.3 84.41 305.11 86.5 304.94 88.58 304.61 92.59 304.39 94.98 304.37 95.31 303.99 99.9 303.98 99.92 303.76 102.27 303.69 103.32 303.59 104.78 303.42 107.03 303.11 110.69 302.84 114.19 302.58 117.26 302.24 121.35 301.99 121.34 299.23 121.09 295.94 120.79 294.27 120.64 290.79 120.29 287.02 119.93 284.3 119.66 280.84 119.31 277.01 118.92 276.79 119.03 274.67 118.8 272.27 118.54 268.14 118.06 263.86 117.56 261.24 117.24 260.67 117.11 257.44 116.71 255.89 116.51 253.98 116.29 251.01 115.92 248.89 115.66 245.31 115.2 242.04 114.78 241.78 114.74 239.78 114.47 236 113.97 234.42 113.76 234.17 113.6 231.51 113.24 227.53 112.72 225.34 112.42 224.48 112.27 220.73 111.71 219.68 111.68 218.32 111.46 217.79 111.34 216.69 111.17 216.16 111.2 215.59 111.13 212.69 110.7 211.57 110.35 208.9 109.93 208.04 109.79 207.62 112.45 207.04 116.12 206.49 119.67 205.87 119.39 205.5 119.09 205.45 118.76 205.59 118.48 205.34 118.39 205.26 118.16 205.07 118.07 205 117.95 205.04 117.68 204.78 117.51 204.43 117.43 204.4 117.27 204.43 117.03 204.38 116.69 204.67 116.59 204.32 115.97 204.09 116.01 204.03 115.82 204.17 115.69 204.05 115.31 203.86 115.12 203.9 114.92 203.59 114.54 203.62 114.36 203.44 114.24 203.27 114.36 203.18 114.31 203.08 114.01 202.86 113.73 202.76 113.76 202.61 114.08 202.6 114.28 202.34 114.5 202.13 114.27 201.65 114.33 201.29 114.52 201.41 114.91 201.42 115.2 201.04 115.57 200.76 115.53 200.89 115.89 200.69 115.98 200.52 116.24 200.51 116.53 200.55 116.7 200.74 116.91 200.63 117.1 200.83 117.16 200.96 117.27 201.12 117.27 201.07 117.6 200.94 117.54 200.44 117.55 200.36 117.33 200.2 117.25 200.08 117.1 199.96 117.12 199.56 116.91 199.17 117.12 198.91 116.99 198.38 116.83 198.23 116.73 198.14 116.79 197.97 116.71 197.77 116.99 197.35 116.97 197.15 117.09 196.77 117.2 196.64 117.12 196.51 117.16 196.38 117.38 196.24 117.4 196.16 117.18 196.01 117.03 195.96 116.75 195.81 116.5 195.75 116.26 195.62 116.3 195.5 116.19 195.34 116.3 195.11 116.29 194.87 116.22 194.68 116.22 194.23 116.54 193.86 116.42 193.52 116.21 193.47 116.55 193.19 116.35 192.99 116.31 192.65 116.38 192.51 116.54 192.21 116.33 192.1 116.1 191.93 116.13 191.73 116 191.44 116.12 190.97 115.83 190.89 115.7 190.94 115.43 190.59 115.23 190.45 115.31 190.19 115.21 190.08 115.32 189.78 115.43 189.65 115.69 189.17 115.67 189.08 115.79 189 116.47 188.72 116.95 188.45 117.25 188.17 117.03 188.06 117.08 187.82 116.99 187.84 116.89 187.37 116.46 187.2 116.59 186.83 116.6 186.83 116.45 186.55 116.33 186.38 116.18 185.89 116.16 185.69 115.94 185.31 116.02 185.28 115.86 184.85 115.87 184.75 115.76 184.57 115.69 184.55 115.59 184.16 115.4 183.95 115.45 183.85 115.6 183.28 115.63 182.97 116.01 182.8 116.15 182.48 116.35 182.47 116.49 182.28 116.63 182.46 116.98 182.53 117.37 182.47 117.58 181.98 117.86 181.85 117.8 181.77 117.6 181.56 117.36 181.57 117.03 181.52 116.85 181.34 116.94 181.18 116.81 181.02 116.61 180.76 116.48 180.76 116.34 180.6 116.33 180.43 116.11 180.16 115.67 180.19 115.32 180.06 115.07 180.01 114.81 180.17 114.69 180.23 114.46 180.38 114.41 180.17 114.03 180.09 114.04 179.9 113.78 180.1 113.49 179.75 113.15 179.84 113.03 179.55 112.72 179.77 112.48 180.02 112.43 180.15 112.25 180.16 112.1 180.01 111.84 180.02 111.45 180.08 111.28 179.92 111.16 179.92 110.99 179.79 110.9 179.73 110.68 179.8 110.24 179.68 110.14 179.6 109.86 179.45 109.73 179.43 109.57 179.55 109.34 178.96 108.96 178.86 108.7 178.64 108.48 178.28 108.32 178.19 108.13 177.71 108.25 177.38 108.43 177.12 108.48 176.81 108.61 176.66 108.47 176.78 108.3 176.72 107.92 176.49 107.67 176.4 107.51 176.08 107.39 175.9 107.42 175.87 107.09 175.73 107.04 175.69 106.91 175.56 106.81 175.51 106.49 175.55 106.4 175.35 106.2 175.48 105.94 175.28 105.61 175.25 105.27 175.29 105.17 175.51 105.15 175.71 105.24 175.9 105.19 176.03 105.06 176.14 104.32 176.28 104.19 176.18 103.91 176.26 103.67 176.16 103.52 176.25 103.44 176.27 103.18 176.19 103.06 175.98 103.07 175.85 103.01 175.86 102.8 175.76 102.66 175.54 102.54 175.45 102.37 175.62 102.26 175.73 102.1 175.66 101.94 175.16 101.92 175.12 101.8 174.94 101.66 174.87 101.51 175.08 101.21 174.89 101.18 174.77 101.02 174.76 100.8 174.86 100.61 174.85 100.48 174.57 100.07 174.36 99.83 174.18 99.24 173.93 99.04 173.8 98.74 173.85 98.57 174.01 98.47 173.7 97.99 173.64 97.69 173.43 97.41 173.45 97.11 173.63 96.92 173.56 96.66 173.65 96.59 173.7 96.22 173.54 95.98 173.23 95.85 173.23 95.65 173.49 95.49 173.29 95.31 173.36 95.09 173.28 94.9 173.42 94.79 173.42 94.65 173.68 94.49 173.67 94.1 173.63 93.83 173.73 93.72 173.26 93.59 172.84 93.56 172.96 93.26 173.09 93.09 173.2 92.85 173.18 92.74 173.41 92.55 173.55 92.5 173.49 92.08 173.31 91.87 173.05 91.82 173 91.66 172.85 91.56 172.51 91.61 172.28 91.49 172.36 91.19 172.47 91.1 172.39 90.94 172.21 90.77 172.12 90.51 172.08 90.01 171.82 90.07 171.68 89.99 171.68 89.8 171.39 89.73 171.32 89.85 171.02 89.87 171.04 90.05 170.85 90.16 170.96 90.43 170.87 90.7 170.67 90.67 170.37 90.91 170.16 90.96 170.02 91.19 169.9 91.24 169.84 91.51 169.6 91.65 169.28 91.64 169.1 91.84 169.11 91.98 168.99 92.11 168.8 92.06 168.74 92.15 168.38 92.12 168.18 92.35 168.02 92.34 167.75 92.09 167.47 92.05 167.4 92.19 167.41 92.43 167.21 92.66 167.13 92.93 166.83 93.19 166.62 93.16 166.51 93.26 166.02 93.44 165.89 93.41 165.75 93.02 165.72 92.76 165.47 92.5 165.1 92.28 164.98 92.1 165.01 91.87 164.8 91.59 164.63 91.49 164.67 91.2 164.41 91.13 164.21 91.21 163.88 90.85 163.5 91.04 163.46 90.86 163.57 90.67 163.53 90.52 163.73 90.25 163.88 90.13 163.83 89.94 163.72 89.88 163.64 89.6 163.72 89.46 163.91 89.45 164.01 89.33 164.23 89.39 164.45 89.29 164.62 89.07 164.65 88.83 164.47 88.74 164.68 88.61 164.8 88.45 164.75 88.08 164.63 87.95 164.48 87.91 164.4 87.67 164.27 87.57 164.36 87.29 164.21 87.15 164.12 86.96 164.35 86.73 164.47 86.7 164.5 86.55 164.72 86.36 164.78 86.19 165.01 86.08 164.99 85.96 165.14 85.75 165.29 85.68 165.68 85.74 166.13 85.62 166.47 85.88 166.62 85.53 166.71 85.56 166.86 85.38 166.89 85.19 166.84 85.01 166.64 84.76 166.66 84.57 166.49 84.26 166.61 84.13 166.95 83.92 166.98 83.81 166.91 83.52 166.71 83.32 166.47 83.26 166.38 83.04 166.14 83.1 166.02 82.98 166.01 82.85 166.23 82.71 166.2 82.36 166.07 82.39 165.85 82.27 166.11 81.92 166.46 81.81 166.49 81.51 166.61 81.51 166.71 81.16 166.57 80.83 166.38 80.79 166.03 80.49 166.1 80.31 166.02 80.08 166.21 79.97 166.24 79.74 166.59 79.78 166.74 79.94 167.18 79.77 167.32 79.23 167.26 78.98 167.35 78.92 167.35 78.5 167.18 78.35 167.19 77.98 167.3 77.86 167.44 77.93 167.69 77.87 167.83 77.76 167.84 77.33 168.19 76.83 168.34 76.28 168.27 75.84 168.84 75.49 168.9 75.18 169.12 74.93 168.99 74.83 169.09 74.57 168.93 74.37 168.88 74.18 168.91 73.89 168.98 73.75 169.21 73.74 169.3 73.82 169.63 73.77 169.78 73.59 169.74 73.37 169.85 73.16 169.85 72.94 170.13 72.61 170.03 72.25 170.24 72.11 170.39 71.9 170.35 71.78 170.45 71.62 170.54 71.23 170.43 70.95 170.18 70.85 170.14 70.74 169.65 70.72 169.38 70.83 169.25 70.72 168.88 70.87 168.81 71 168.59 71.16 168.41 71.12 168.21 70.97 167.92 70.86 167.68 70.63 167.6 70.71 167.37 70.74 167.3 70.68 167.09 70.83 166.97 70.81 166.71 70.64 166.77 70.49 166.69 70.27 166.51 70.21 166.5 69.82 166.79 69.64 166.87 69.37 166.84 69.26 166.63 69 166.63 68.84 166.43 68.65 166.2 68.6 165.95 68.65 165.81 68.75 165.75 68.93 165.35 68.96 165.13 69.2 164.94 69.16 164.95 69.01 164.73 68.83 164.85 68.58 165.05 68.45 165.2 68.03 165 67.79 165 67.61 164.83 67.61 164.74 67.47 164.46 67.4 164.4 67.2 164.27 67.11 164.14 66.9 164.11 66.72 163.82 66.76 163.74 66.59 163.45 66.34 163.41 66.01 163.45 65.8 163.22 65.63 163.49 65.38 163.51 64.99 163.73 64.62 163.32 64.31 163.1 63.9 162.96 63.43 162.62 63.29 162.34 63.35 162.36 63.13 162.19 62.83 162.24 62.73 162.19 62.47 162.25 62.24 162.15 62.14 162.12 61.83 161.94 61.76 161.65 61.28 161.59 61.05 161.61 60.63 161.4 60.59 161.27 60.46 161.18 60.01 161.05 59.79 160.89 59.71 160.79 59.55 160.53 59.46 160.42 59.19 160.45 58.98 160.4 58.84 160.09 58.74 159.93 58.62 159.94 58.52 160.13 58.23 160.1 57.93 159.9 57.73 159.85 57.48 159.9 57.29 159.71 57.12 159.46 57.13 159.15 56.91 158.8 56.9 158.68 56.57 158.43 56.58 158.27 56.52 158.19 56.33 157.95 56.38 157.89 56.23 157.69 56.14 157.44 55.94 157.48 55.76 157.4 55.58 157.42 55.36 157.3 55.24 157.36 55 157.28 54.86 157.07 54.77 157.08 54.55 156.86 54.42 156.8 54.29 156.6 54.16 156.28 54.19 156.28 53.99 156.19 53.72 155.94 53.63 155.99 53.5 155.8 53.35 155.55 53.29 155.47 53.08 154.98 53.01 155.19 52.71 155.5 52.66 155.63 52.59 155.82 52.63 155.97 52.57 156.15 52.69 156.51 52.7 156.64 52.66 156.8 52.43 156.8 52.27 156.45 52.27 156.4 52.05 156.15 52.07 156.16 51.77 156.06 51.71 155.98 51.29 156.2 51.25 155.54 50.83 155.55 50.63 156.06 50.28 156.26 50.29 156.3 50.17 156.55 50.01 156.47 49.83 156.59 49.47 156.46 49.23 156.2 49.03 156.17 48.78 156.37 48.46 156.38 48.3 156.5 48.08 156.43 47.86 156.14 47.52 155.94 47.51 155.86 47.26 155.95 47.03 155.91 46.91 155.72 46.68 155.43 46.73 155.33 46.53 155.37 46.37 155.27 46.06 155.31 45.78 155.42 45.52 155.39 45.31 155.17 45.08 155.09 44.78 154.82 44.84 154.65 44.53 154.51 44.07 154.36 43.76 154.19 43.61 154.27 43.41 154.07 43.26 153.98 43.05 153.99 42.92 153.88 42.7 153.9 42.56 153.7 42.09 153.48 41.96 154.07 39.22 154.61 36.7 155.48 32.62 156.03 30.06 156.7 26.89 157.53 23.02 Z\" data-geo-id=\"30\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(230, 230, 230);\"></path>\\n<path d=\"M 404.64 154.62 408.78 154.64 411.21 154.64 414.5 154.64 417.63 154.63 418.46 154.61 419.38 154.61 421.27 154.6 421.36 154.58 422.6 154.59 424.55 154.56 425.93 154.55 428.42 154.52 430.82 154.49 433.36 154.45 437.29 154.38 438.98 154.35 441.4 154.3 445.53 154.2 448.65 154.12 452.07 154.01 455.31 153.9 455.84 153.88 457.26 153.83 460.62 153.7 462.38 153.63 463.76 153.57 466.93 153.44 469.31 153.33 471.05 153.26 473.27 153.15 476.44 152.99 477.05 152.97 477.09 153.27 477.04 153.53 476.88 153.76 476.95 154.03 477.33 154.51 477.43 154.97 477.33 155.37 477.22 155.55 477.41 155.86 477.7 155.91 478.08 156.1 478.44 156.25 478.76 156.47 479.08 156.88 479.29 157.26 479.29 157.44 479.5 157.58 479.45 157.79 479.23 158.09 478.85 158.53 478.7 158.65 478.64 158.9 478.46 159.25 478.41 159.51 478.25 159.78 477.99 159.95 477.96 160.07 478.02 160.55 478.02 161.14 478 161.25 478.09 161.79 478.38 162.69 478.4 162.94 478.56 163.22 478.53 163.66 478.62 163.92 478.61 164.24 478.73 164.35 479.03 164.49 479.28 164.72 479.34 165.17 479.44 165.35 479.4 165.64 479.47 165.75 479.64 165.77 479.66 166.18 479.79 166.62 479.82 166.88 479.96 167.02 479.89 167.11 480.11 167.49 480.33 167.47 480.42 167.67 480.6 167.8 480.71 167.78 480.91 167.9 481.13 168.17 481.54 168.38 481.76 168.43 481.98 168.38 482.28 168.54 482.96 168.73 484.14 168.92 484.84 169.09 485.09 169.26 485.23 169.57 485.35 170 485.47 170.19 485.74 170.44 485.86 170.78 485.98 170.88 486.14 171.36 486.06 171.56 485.9 171.89 485.94 172.15 486.05 172.27 486.37 172.5 486.63 172.63 487.14 172.79 487.3 172.95 487.39 173.26 487.93 173.49 488.19 173.61 488.38 173.8 488.52 173.82 488.71 174.09 489.02 174.34 489.23 174.68 489.45 174.94 489.39 175.07 489.41 175.28 489.29 175.81 489.48 176.25 489.76 176.53 489.91 176.79 490.41 177.14 490.82 177.2 490.98 177.33 491.26 177.44 491.5 177.59 491.96 177.7 492.55 178.03 492.69 178.44 492.89 178.53 493.12 178.52 493.25 178.68 493.28 178.88 493.27 179.24 493.22 179.47 493.31 180.11 493.51 180.32 493.7 180.84 493.64 181.26 493.44 181.66 493.44 181.98 493.63 182.23 493.63 182.7 493.43 183.3 493.41 183.66 493.31 183.92 493.28 184.14 493.36 184.54 493.26 184.72 492.79 184.94 492.23 185.38 492.02 185.48 491.7 185.84 491.54 186.15 491.53 186.46 491.6 186.62 491.59 186.91 491.33 187.22 491.32 187.51 491.24 187.85 491.35 188.77 491.31 188.99 491.02 189.16 490.55 189.33 490.35 189.48 490.23 189.7 490.08 189.8 489.92 190.06 489.71 190.32 489.53 190.4 489.15 190.46 488.57 190.33 488.36 190.38 488.21 190.52 487.82 190.67 487.73 190.77 487.68 191 487.52 191.19 487.32 191.32 487.01 191.66 486.72 191.7 486.37 191.83 485.86 191.95 485.29 191.96 484.86 191.92 484.43 191.92 484.15 191.99 483.56 192.44 483.15 192.65 482.87 192.61 482.5 192.45 482.36 192.45 482.07 192.62 481.76 192.68 481.53 192.84 481.48 192.94 481.46 193.44 481.28 193.76 481.22 194.33 481.22 194.83 481.17 195.06 480.98 195.36 480.87 195.74 480.7 196.08 480.71 196.25 481.44 197.02 481.82 197.64 482.03 197.68 482.3 197.61 482.57 197.8 482.87 198.28 482.95 198.48 483.25 198.9 483.23 199.37 483.3 199.57 483.37 200.09 483.35 200.64 483.2 201.16 483.31 201.57 483.19 202.22 483.11 202.33 482.7 202.57 482.55 202.72 482.39 203.05 482.07 203.37 481.92 203.76 481.47 204.24 481.38 204.49 481.47 204.85 481.49 205.1 481.44 205.35 481.28 205.67 481.2 206.17 481.28 206.49 481.28 206.71 481.13 207.25 480.94 207.42 480.26 207.91 480.1 207.94 479.8 207.91 479.38 207.94 479.14 208.03 478.55 208.21 477.95 208.56 477.8 208.72 477.54 209.26 477.24 209.56 477.19 209.89 477.27 210 477.46 210.06 477.75 210.44 477.83 210.68 477.84 210.98 477.67 211.53 477.65 211.93 477.77 212.26 477.81 212.58 477.77 212.77 477.59 212.91 477.24 212.98 477.15 213.06 476.83 212.92 476.68 213.13 476.51 213.14 476.48 212.96 476.27 213.03 475.99 212.66 475.6 212.51 475.56 212.33 475.66 212.11 475.51 212.06 475.45 211.93 475.58 211.78 475.5 211.58 475.28 211.61 474.99 211.57 474.74 211.38 474.63 211.08 474.51 210.93 474.18 210.76 474.1 210.53 474.12 210.1 474.03 210.02 473.21 209.87 473.07 209.75 473.13 209.42 473.08 209.3 472.73 209.09 472.47 208.74 471.1 208.87 470.47 208.94 469.33 209.04 467.19 209.2 464.28 209.38 463.11 209.46 461.6 209.55 460.22 209.65 458.69 209.75 457.67 209.8 455.02 209.91 452.95 210.04 452.22 210.09 450.42 210.19 447.81 210.28 446.28 210.31 444.23 210.41 443.36 210.43 441.23 210.51 438.61 210.63 435.62 210.71 432.71 210.78 430.65 210.8 429.43 210.8 426.83 210.78 425.46 210.78 422.14 210.75 420.18 210.74 417.76 210.71 416.08 210.68 414.29 210.67 414.47 210.52 414.54 210.32 414.5 210.21 414.31 210.05 414.23 209.91 414.21 209.62 414.14 209.47 413.95 209.24 413.73 209.13 413.46 209.09 413.18 208.89 413.1 208.57 412.94 208.3 412.59 208.12 412.51 207.85 412.59 207.54 412.78 207.31 413.03 207.2 413.26 206.99 413.27 206.72 413.16 206.46 413.16 206.19 413.25 205.85 413.11 205.49 413.1 205.3 413.23 205.15 413.43 205.09 413.61 204.91 413.64 204.7 413.58 204.55 413.26 204.19 413.2 203.84 413.24 203.64 413.35 203.38 413.37 203.22 413.3 203.02 412.87 202.74 412.78 202.51 412.92 202.2 412.89 201.93 412.64 201.66 412.6 201.52 412.66 201.35 412.84 201.14 412.88 200.99 412.83 200.42 412.6 199.92 412.58 199.71 412.74 199.45 413.02 199.5 413.18 199.32 413.05 199.13 412.85 199.06 412.2 199.14 412.08 199.09 411.97 198.92 411.99 198.62 412.13 198.4 412.18 198.11 412.04 197.71 412.05 197.52 412.14 197.47 411.93 197.27 411.95 196.95 412.26 196.9 412.28 197.04 412.16 197.31 412.3 197.43 412.59 197.27 412.75 197 412.65 196.67 412.5 196.55 411.97 196.49 411.78 196.36 411.58 196.15 411.53 195.97 411.9 195.67 411.92 195.47 411.84 195.29 411.81 195.06 411.9 194.87 411.86 194.43 412.04 194.14 412.05 194 411.87 193.76 411.67 193.72 411.4 193.77 411.15 193.65 410.84 193.6 410.63 193.33 410.68 193.21 410.94 192.98 411.01 192.84 411 192.62 410.91 192.31 410.64 192.2 410.53 192.29 410.39 192.89 410.15 192.9 409.86 192.61 409.6 192.42 409.54 192.19 409.58 191.95 409.76 191.64 409.73 191.46 409.36 191.2 409.24 190.95 409.29 190.68 409.48 190.46 409.56 190.23 409.49 189.97 409.19 189.65 409.24 189.33 409.42 189.22 409.63 189.27 409.83 189.19 409.88 189.05 409.78 188.88 409.46 188.68 409.43 188.37 409.71 188.2 409.8 188.04 409.81 187.72 409.97 187.51 409.92 187.23 409.76 187.1 409.58 187.05 409.39 186.9 409.34 186.71 409.38 186.52 409.27 186.24 409 186.08 408.87 185.92 408.83 185.67 408.62 185.34 408.66 185.18 408.9 185.08 408.98 184.85 408.88 184.66 408.89 184.49 409 184.37 409.08 184 408.91 183.87 408.7 183.83 408.31 183.9 408.19 183.75 408.32 183.45 408.25 183.33 408 183.27 407.87 183.32 407.78 183.5 407.66 183.56 407.51 183.46 407.54 183.21 407.75 183.01 407.72 182.77 407.54 182.66 407.29 182.72 407.08 182.58 406.98 182.29 406.97 182.02 407.13 181.6 407.14 181.33 406.97 181.07 406.66 180.99 406.54 180.9 406.4 180.63 406.14 180.42 406.01 180.24 405.97 180.03 406 179.7 405.85 179.45 405.89 179.31 406.17 179.24 406.35 179.03 406.26 178.83 406.3 178.64 406.25 178.46 406.1 178.27 405.89 178.13 405.72 177.83 405.7 177.47 405.51 177.18 405.17 176.96 405.04 176.69 405.03 176.55 405.17 176.21 405.08 175.88 405.12 175.54 405.47 175.13 405.56 174.86 405.56 174.57 405.49 174.32 405.35 174.14 405.16 174.07 404.66 174.01 404.51 173.97 404.24 174.03 404.27 173.76 404.18 173.61 404.03 173.59 404.02 173.44 404.18 173.36 404.22 172.75 403.96 172.74 403.91 172.66 404.1 172.41 403.98 172.18 403.77 171.66 403.67 171.61 403.68 171.32 403.53 171.11 403.38 171.01 403.38 170.84 403.12 170.66 402.86 170.31 402.56 170.2 402.09 169.86 402.17 169.7 401.96 169.26 402.12 168.87 402.06 168.66 402.25 168.36 402.46 168.38 402.59 168.19 402.66 167.9 402.84 167.53 402.78 167.41 403.23 167.28 403.29 167.1 403.23 166.85 403.28 166.63 403.4 166.55 403.37 166.34 403.55 166.32 403.42 166.03 403.36 165.67 403.81 165.28 403.94 165 403.86 164.77 403.66 164.65 403.84 164.29 403.97 164.26 404.06 164.04 403.96 163.85 403.79 163.75 403.82 163.51 403.69 163.41 403.81 163.26 404.08 163.25 404.27 163.03 404.5 163 404.58 162.79 404.57 162.53 404.5 162.4 404.8 162.04 404.74 161.66 404.65 161.5 404.52 161.47 404.42 161.34 404.45 160.73 404.35 160.66 404.37 160.29 404.29 159.96 404.17 159.92 403.7 160.04 403.59 159.92 403.2 159.87 403.02 159.77 402.98 159.63 403.23 159.47 403.24 159.27 403.08 159.22 402.91 159.07 402.85 158.67 402.75 158.53 402.95 158.48 403.01 158.55 403.4 158.55 403.55 158.46 403.62 158.22 403.49 157.76 403.64 157.56 403.6 157.16 403.69 157.03 403.65 156.64 403.47 156.64 403.19 156.41 402.97 156.17 402.95 155.93 402.68 155.88 402.57 155.59 402.61 155.44 402.85 155.25 402.79 155.03 402.8 154.79 402.63 154.61 404.64 154.62 Z\" data-geo-id=\"19\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(163, 0, 0);\"></path>\\n<path d=\"M 663.52 344.25 663.63 344.11 663.79 344.27 663.59 344.36 663.52 344.25 Z M 610.83 304.62 612.43 303.83 613.94 303.11 615.62 302.3 615.74 302.37 615.69 302.66 615.77 302.7 616.06 302.58 616.12 302.35 616.33 302.32 616.46 302.02 616.65 302.02 616.83 301.87 616.91 301.93 617.05 301.67 616.91 301.56 617 301.34 617.18 301.29 617.21 301.44 617.39 301.42 617.76 301.13 617.89 301.2 617.98 301.02 618.15 300.91 618.33 300.91 618.47 300.79 618.74 300.71 618.82 300.57 618.98 300.51 618.95 300.36 619.13 300.32 619.25 300.45 619.47 300.33 619.52 300.24 619.84 300.17 619.94 300.01 620.34 299.84 620.69 300.03 620.79 299.88 620.85 299.48 620.9 299.36 621.14 299.21 621.31 298.98 621.42 299.05 621.54 299.28 621.51 299.45 621.7 299.58 621.82 299.38 622.07 299.3 622.42 299.41 622.52 299.28 623.12 299.01 623.81 298.97 624.65 298.91 625.23 298.84 626 298.77 627.36 298.61 628.53 298.5 630.44 298.29 631.76 298.14 633.84 297.94 637.16 297.58 639.09 297.38 641.14 297.17 642.16 297.09 642.12 297.47 642.31 297.53 642.43 297.75 642.4 297.98 642.19 298.13 642.15 298.34 642.21 298.79 642.51 299.08 643.65 297.97 643.96 297.63 644.89 298.53 646.09 299.78 646.83 300.51 646.95 302.75 649.3 302.4 650.58 302.21 651.54 302.05 653.08 301.84 655.64 301.46 658.83 301 661.25 300.66 662.74 300.39 664.25 300.15 665.04 300.71 667.6 302.51 667.94 302.78 668.15 302.9 669.99 304.21 670.94 304.92 671.99 305.72 672.92 306.39 675.25 308.07 678.86 310.64 682.77 313.43 683.62 314.04 684.99 315.02 684.36 315.29 683.09 316.05 682.5 316.5 681.7 317.26 681.16 317.85 680.51 318.7 680.15 319.29 679.57 320.16 678.74 321.74 678.53 322.43 678.43 322.62 678.07 323.13 677.82 323.52 677.63 324 677.3 325.17 677.19 325.69 677.2 326.2 677.17 326.52 677.03 326.77 677.17 326.87 677.2 327.05 677.11 327.32 677.1 328.13 677.15 328.43 677.32 328.93 677.25 329.22 677.27 329.33 677.16 329.76 676.77 330.22 676.5 330.73 676.16 330.92 675.49 331.43 675.31 331.71 675.25 332.36 675.07 333.06 675.07 333.26 674.79 333.31 674.22 333.46 674.2 333.28 673.17 333.58 672.78 333.31 672.72 333.21 672.31 333.24 672.29 333.37 672.13 333.44 671.77 333.75 671.64 333.92 671.63 334.12 671.35 334.63 671.38 334.76 671.24 335.03 671.27 335.18 671.51 335.51 672.02 335.38 671.97 335.81 671.24 336.28 671.04 336.56 670.89 336.59 670.31 337.17 670.27 337.47 670.05 337.71 670.1 337.87 670.01 338.1 669.57 338.36 669.11 338.67 668.73 339.01 668.61 339.18 668.25 339.42 668.15 339.42 667.93 339.24 667.96 339.13 667.68 338.9 667.55 338.88 666.98 339.09 666.94 339.35 666.99 339.63 667.15 339.6 667.51 339.63 667.78 339.56 667.94 339.7 667.99 339.93 667.81 340.5 667.87 340.86 667.48 341.28 666.7 341.89 666.63 341.89 666.48 342.2 666.44 342.51 666.32 342.63 666.05 342.58 665.73 342.64 665.13 342.88 664.81 343.03 664.47 343.24 664.05 343.62 663.86 343.94 663.4 344.01 663.06 344.25 662.66 344.6 662.23 345.06 661.48 345.92 661.38 345.93 661.2 345.65 660.95 345.67 660.59 345.98 660.54 346.13 660.22 346.28 660.1 346.14 660.08 345.93 659.85 345.75 659.63 345.71 659.43 345.85 659.21 345.93 659.13 346.36 659.22 346.5 659.12 346.65 659.25 346.92 659.44 347.12 659.64 347.5 659.71 347.53 660.05 347.44 660.17 347.55 660.22 347.85 660.09 348.55 659.97 348.87 660.06 349.18 659.65 349.42 659.06 349.79 658.69 350.15 658.36 350.36 658.09 350.42 658.03 350.29 657.77 350.53 657.54 350.85 657.4 350.89 657.19 350.85 657.19 350.62 657.1 350.27 656.71 350.21 656.63 350.25 656.37 350.17 656.19 350.04 656 349.82 655.77 349.84 655.61 349.97 655.51 350.3 655.33 350.26 655.17 350.56 655.2 350.68 655.64 351.04 655.86 350.88 656.02 350.92 656.24 351.09 656.59 351.27 656.86 351.51 656.96 351.67 656.92 351.81 656.72 352.04 656.54 352.38 656.39 352.78 656.16 353.15 655.94 353.36 655.31 353.84 654.99 354.14 654.85 354.18 654.49 354.06 654.43 354.24 654.29 354.45 654.12 354.8 653.96 354.88 653.93 355.04 653.81 355.23 653.69 355.54 653.88 355.57 654.06 355.75 653.53 355.77 653.25 355.62 652.85 355.28 652.44 355.18 652.28 355.07 652.14 354.89 651.92 354.8 651.56 355.16 651.28 355.21 651 355.15 650.62 354.95 650.54 354.83 650.23 354.85 650.11 354.76 650.12 354.61 650.02 354.46 650.03 354.22 649.9 353.94 649.77 353.89 649.91 353.64 649.9 353.48 649.77 353.19 649.53 353.01 649.36 352.73 649.18 352.58 649.12 352.43 649.36 351.89 649.57 351.55 649.47 351.22 649.33 351.09 649.28 350.87 649.16 350.83 649.28 350.64 649.04 350.44 648.71 350.47 648.54 350.28 648.55 350.16 648.31 349.95 648.34 349.73 647.8 349.19 647.71 348.97 647.84 348.84 647.71 348.74 647.93 348.36 647.75 348.34 647.13 347.85 647.03 347.72 647.06 347.51 646.76 347.52 646.28 347.23 646.33 347.06 645.94 346.92 645.87 346.79 645.57 346.91 644.99 346.77 644.99 346.63 644.52 346.48 643.95 346.02 643.81 345.82 643.98 345.75 643.98 345.54 644.13 345.38 643.92 345.06 643.93 344.82 643.74 344.59 643.45 344.47 643.53 344.27 643.52 343.9 643.68 343.65 643.49 343.57 643.52 343.32 643.41 343.22 643.44 342.98 643.2 342.85 643.22 342.72 643.16 342.42 643.25 342.33 643.15 342.07 643.16 341.93 642.97 341.81 642.87 341.88 642.69 341.72 642.56 341.76 642.59 341.37 642.53 341.27 642.18 341.26 642.13 341.08 642.17 340.9 642.04 340.87 642.01 340.59 641.93 340.44 641.57 340.17 641.61 340.04 641.44 339.92 641.36 339.66 641.55 339.68 641.58 339.38 641.53 339.16 641.58 339.02 641.55 338.85 641.33 338.7 641.2 338.54 640.69 338.33 640.33 338.28 640.35 338.12 640.13 338.15 639.84 337.87 639.64 337.82 639.46 337.69 639.42 337.51 639.3 337.48 638.92 337.58 638.64 337.43 638 337.26 637.87 337.28 637.19 336.9 636.83 336.61 636.74 336.42 636.7 336.08 636.82 335.86 636.7 335.77 636.6 335.55 636.44 335.69 636.26 335.74 636.02 335.72 635.92 335.52 635.61 335.45 635.44 335.3 635.28 335.24 635.17 335.06 635.37 334.75 635.19 334.45 634.89 334.39 634.89 334.21 635.07 334.18 635.11 334.06 634.99 333.96 634.7 333.95 634.61 334.15 634.5 334.03 634.49 333.89 634.11 333.82 633.89 333.68 633.76 333.46 633.52 333.5 633.57 333.28 633.39 333.15 633.45 332.98 633.6 333.04 633.67 332.92 633.56 332.82 633.44 332.49 633.55 332.21 633.76 332.25 633.8 332.15 633.43 331.98 633.64 331.78 633.66 331.61 633.4 331.23 632.71 330.99 632.4 330.92 632.29 330.66 632.06 330.32 631.9 330.15 631.73 330.08 631.23 329.6 631.05 329.57 630.78 329.4 630.43 329.35 630.21 329.13 630.04 329.14 629.79 329.29 629.53 329.18 629.35 328.98 629.09 328.96 628.69 328.68 628.57 328.38 628.55 328.09 628.36 327.95 628.19 327.67 627.9 327.44 627.72 326.79 627.56 326.47 627.42 326.36 627.03 326.17 626.88 326.04 626.65 325.95 626.6 325.68 626.17 325.37 625.78 325.15 625.41 325.04 625.13 324.85 624.73 324.68 624.51 324.76 624.2 324.58 623.96 324.49 623.51 324.16 623.29 324.04 622.9 323.57 622.7 323.47 622.42 323.56 622.19 323.51 622.05 323.33 621.92 323.05 621.75 322.9 621.76 322.64 621.54 322.54 621.4 322.25 621.35 321.97 621.12 321.83 620.87 321.5 620.71 321.39 620.56 321.37 620.46 321.22 620.51 321.01 620.36 320.79 620.17 320.73 619.99 320.43 619.81 320.23 619.56 320.12 619.37 320.11 619.14 319.96 619.01 319.68 618.83 319.42 618.8 319.18 618.6 318.88 618.6 318.69 618.46 318.26 618.37 317.82 618.22 317.65 617.95 317.51 617.77 317.32 617.63 317.07 617.44 316.53 616.74 316.11 616.67 315.8 616.42 315.27 616.37 315.04 616.26 314.9 616.21 314.68 616.01 314.39 615.75 314.25 615.62 314.04 615.38 313.96 615.02 314.11 614.93 314.05 614.73 314.08 614.52 314.22 614.43 314.14 614.26 314.26 614.18 314.2 613.99 314.3 613.85 314.46 613.41 314.28 613.33 314.31 613 314.09 612.91 313.97 612.74 314.03 612.6 313.91 612.54 313.67 612.42 313.51 612.15 313.52 612.07 313.36 611.84 313.17 611.48 313.03 611.38 312.83 611.15 312.75 611.18 312.55 610.98 312.54 610.76 312.24 610.51 312.36 610.25 312.26 609.94 312.29 609.74 312.19 609.77 312.06 609.51 311.84 609.23 311.77 608.88 311.6 608.66 311.33 608.48 311.36 608.38 311.22 608.09 311.07 607.99 310.94 607.8 310.55 607.76 310.31 607.8 310.14 607.94 310.08 608.18 309.67 608.16 309.38 608.06 309.08 608.19 308.87 608.37 308.76 608.36 308.55 608.57 308.37 608.73 308.47 608.84 308.36 608.82 308.15 608.74 308.12 608.79 307.84 608.96 307.91 609.08 307.68 609.08 307.25 609.59 307.12 609.71 307.02 609.83 306.76 610.06 306.46 610.12 306.31 610.31 306.34 610.24 306.1 610.5 306.13 610.68 305.99 610.96 305.86 610.69 305.64 610.74 305.25 610.9 305.01 610.95 304.83 610.83 304.62 Z\" data-geo-id=\"45\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(163, 0, 0);\"></path>\\n<path d=\"M 738.72 83.17 738.67 82.93 738.71 82.61 738.49 82.53 738.56 82.39 738.48 82.12 738.6 81.91 738.8 81.75 738.81 81.57 738.95 81.31 738.93 81.16 739.13 80.88 739.07 80.66 738.96 80.61 739.01 80.33 738.98 80.09 739.03 79.98 739.14 79.3 739.01 79.1 738.47 78.9 738.7 78.84 738.89 78.59 739.18 78.67 739.21 78.46 739.38 78.35 739.41 78.17 739.28 78.02 739.6 77.8 739.63 77.66 739.89 77.44 739.94 77.24 740.15 77.08 740.24 77.2 740.43 77.18 740.53 77.47 740.98 77.69 741.13 77.86 741.33 77.79 741.43 77.68 741.81 77.84 741.97 77.62 742.2 77.71 742.38 77.63 742.47 77.25 742.48 76.8 742.57 76.44 742.73 76.33 743.11 77.38 743.49 78.58 743.72 79.25 744.54 81.79 744.58 81.87 744.99 83.13 745.52 84.69 746.06 86.32 746.64 88.15 747.19 89.93 747.68 91.47 748.45 93.9 748.98 95.65 749.84 98.44 750.13 99.39 750.83 101.68 751.25 103.1 751.5 103.96 751.75 104.68 752.05 105.63 752.51 107.01 752.82 108.01 753.1 108.15 753.21 108.29 753.12 108.63 753.33 108.9 753.36 109.28 753.28 109.56 753.5 109.89 753.5 110.21 753.64 110.42 753.59 110.61 753.41 110.95 753.51 111.34 753.64 111.65 753.79 111.79 754.03 112.19 754.22 112.32 754.46 112.2 754.59 112.32 754.83 112.44 754.94 112.62 755.13 112.79 755.27 113.02 755.41 113.03 755.53 113.2 755.81 113.27 755.9 113.4 756.14 113.4 756.25 113.59 756.56 113.61 756.74 113.83 756.69 114.04 756.75 114.48 756.68 114.6 756.8 114.8 756.77 114.92 756.8 115.35 757 115.69 757.7 116.02 757.95 116.1 758.18 116.31 758.46 116.36 758.87 116.21 758.99 116.49 758.89 116.55 758.96 116.82 758.92 117.06 758.82 117.18 758.8 117.49 758.71 117.92 758.62 117.95 758.57 118.19 758.61 118.31 758.54 118.66 758.38 119.04 758.42 119.41 758.33 119.52 758.32 119.72 758.39 119.99 758.4 120.38 758.04 120.71 757.43 120.44 757.18 120.43 756.81 120.57 756.41 120.99 755.59 121.4 755.46 121.64 755.42 121.97 755.41 122.5 754.41 122.47 754.02 122.83 753.84 123.23 754.16 124.2 753.54 124.19 753.27 124.34 753.05 124.73 752.98 125.04 752.84 125.36 752.05 125.55 749.11 126.22 746.68 126.78 744.17 127.33 743.46 127.5 741.5 127.92 739.29 128.4 736.92 128.9 736.64 128.59 736.54 128.38 736.27 128.16 736.01 128.4 735.94 128.32 735.99 128.08 735.81 127.92 735.46 127.72 735.32 127.45 735.16 127.06 734.99 126.89 734.9 126.28 735.05 126.15 735.13 125.96 735.08 125.7 735.13 125.56 735 125.17 734.85 125.01 735 124.7 735.33 124.53 735.45 124.38 735.56 124.39 735.68 124.14 735.6 124.03 735.62 123.82 735.77 123.76 735.78 123.57 735.58 123.49 735.44 123.3 735.42 123.06 735.27 122.86 735.48 122.44 735.55 122.12 735.37 121.88 735.44 121.69 735.42 121.5 735.07 121.21 734.97 121.08 735 120.9 734.91 120.59 734.98 120.37 734.84 120.2 734.96 119.97 734.85 119.68 734.87 119.39 734.75 119.2 734.74 118.92 734.9 118.79 734.99 118.38 734.98 117.97 735.01 117.78 734.73 117.48 734.78 117.18 734.88 116.98 734.54 116.91 734.44 116.66 734.53 116.34 734.42 115.44 734.43 115.19 734.33 114.94 734.41 114.62 734.36 114.37 734.03 114.06 734.02 113.78 734.14 113.49 734.01 113.09 734 112.87 734.06 112.74 734.33 112.51 734.51 112.24 734.53 112.08 734.4 111.96 734.4 111.52 734.54 111.4 734.48 111.12 734.55 110.9 734.46 110.59 734.41 110.21 734.69 109.52 734.78 109.5 735.13 109.13 735.27 108.73 735.4 108.61 735.34 108.33 735.41 108.23 735.51 107.92 735.38 107.62 735.4 107.36 735.22 106.97 735.24 106.78 735.43 106.66 735.3 106.49 735.31 106.35 735.45 106.28 735.49 106 735.81 105.58 735.83 105.49 735.72 105.05 735.88 104.93 735.91 104.58 735.66 104.62 735.62 104.32 735.51 104.16 735.64 103.96 735.58 103.78 735.7 103.52 735.81 103.55 735.87 103.27 735.79 103.1 735.96 102.92 736.06 102.54 736.13 102.14 736.12 101.88 736.02 101.86 735.93 102.03 735.78 101.8 735.77 101.61 735.96 101.33 735.82 101.26 735.75 100.94 735.53 100.72 735.41 100.53 735.25 100.36 735.29 99.82 735.24 99.65 735.26 99.4 734.84 98.86 734.89 98.55 735.12 98.26 735.15 98.13 735.06 97.83 735.36 97.72 735.61 97.5 735.67 97.33 735.91 97.29 736.36 97.15 736.47 96.95 736.66 96.88 737.14 96.96 737.35 96.83 737.57 96.59 737.74 96.49 737.8 96.37 737.71 96.21 737.66 95.94 737.83 95.81 737.77 95.68 737.89 95.52 738.05 95.48 738.2 95.31 738.52 95.31 738.56 95.15 738.92 95.01 739.26 94.59 739.19 94.5 739.39 94.33 739.39 94.06 739.51 93.56 739.72 93.56 739.78 93.33 739.99 93.26 740.01 93.1 740.12 92.9 740.02 92.69 740.1 92.25 740.05 92.17 739.68 91.98 739.73 91.76 740.02 91.74 740.15 91.65 740.33 91.29 740.36 91.17 740.14 91.04 739.92 90.69 739.92 90.44 739.76 90.35 739.76 90.19 739.6 90.06 739.32 90.01 739.29 89.72 739.1 89.59 738.93 89.3 738.58 88.85 738.46 88.84 738.4 88.58 738.28 88.43 738.44 88.34 738.48 88.16 738.63 87.9 738.64 87.75 738.81 87.64 738.86 87.46 738.82 87.19 738.72 87.12 738.84 86.87 738.91 86.59 738.79 86.41 738.87 86.25 738.85 86.05 738.98 85.94 739.17 85.49 739.13 85.41 739.3 85.08 738.96 84.81 738.84 84.44 738.81 84.23 738.38 83.83 738.41 83.52 738.66 83.29 738.96 83.35 739.2 83.04 738.72 83.17 Z\" data-geo-id=\"33\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(163, 0, 0);\"></path>\\n<path d=\"M 113.02 332.58 113.14 332.37 113.39 332.13 113.57 332.32 113.89 332.45 114.64 332.72 114.75 332.62 115.24 332.7 115.27 332.57 115.54 332.62 115.57 332.48 115.97 332.56 115.99 332.42 116.19 332.46 116.17 332.07 116.24 331.8 116.67 331.39 116.95 331.31 117.42 330.98 117.72 329.93 117.74 329.72 117.59 329.48 117.57 329.25 117.85 328.89 117.89 328.59 117.79 328.51 117.55 328.57 117.5 328.36 117.53 327.9 117.48 327.63 117.31 327.34 117.03 327.22 116.52 327.06 116.29 327.18 116.02 327.18 115.75 327.09 115.62 326.99 115.49 326.69 115.35 326.63 115.16 326.85 114.98 326.73 114.95 326.53 114.99 326.35 114.85 326.06 114.87 325.8 114.61 325.67 114.62 325.49 114.92 324.89 115.11 324.72 115.32 324.35 115.32 324.22 115.47 323.89 115.47 323.59 115.62 323.19 115.46 322.77 115.73 322.62 115.75 322.34 115.51 322.1 115.1 321.86 115.03 321.56 115.18 321.4 115.41 321.28 115.63 321.01 115.75 320.56 115.68 320.24 115.69 320.1 115.52 319.78 115.6 319.61 115.88 319.66 116.13 319.52 116.35 319.56 116.58 319.71 116.82 319.68 117.08 319.51 117.27 319.17 117.29 319 117.76 318.55 117.94 318.29 118.14 318.19 118.32 318.17 118.48 318.06 118.57 317.78 119.18 317.5 119.06 317.15 119.07 316.71 119.31 316.46 119.44 316.4 119.34 316.13 119.5 315.95 119.4 315.66 119.46 315.56 119.66 315.57 119.5 315.26 119.56 315.09 119.68 314.98 120.15 314.86 120.23 314.66 120.23 314.44 120.04 314.11 120.23 313.82 120.25 313.49 120.1 312.54 120.26 312.37 120.2 311.91 120.32 311.73 120.47 311.76 120.69 311.62 120.7 311.45 120.46 311.07 120.72 310.99 120.71 310.78 120.43 310.43 120.43 310.26 120.72 309.91 121.08 309.86 121.44 309.55 121.85 309.26 121.76 309.17 121.83 309.02 121.96 309.07 122.26 308.9 122.37 308.63 122.37 308.23 122.56 307.69 122.92 307.37 123.16 307.34 123.32 307.4 123.52 307.32 123.72 307.31 123.92 307.12 124.07 307.07 124.44 307.09 124.66 306.98 125.04 306.62 125.14 306.57 125.43 306.63 125.66 306.61 125.9 306.47 126.09 306.43 126.2 306.16 126.39 306.06 126.85 305.72 127.29 305.44 127.39 305.31 127.88 305.3 127.85 305.01 127.92 304.51 127.68 304.18 127.58 303.74 127.49 303.53 127.19 303.23 126.8 303.07 126.71 302.84 126.48 302.53 126.34 302.29 126.01 302.14 125.97 301.9 125.87 301.7 125.52 301.42 125.43 301.15 125.32 301.11 124.82 301.1 124.67 300.85 124.82 300.49 124.87 300.15 124.98 299.95 125.02 299.51 124.79 298.69 124.57 298.43 124.42 298.08 124.62 298.01 124.65 297.86 124.47 297.61 124.51 297.29 124.48 297.12 124.32 296.9 124.44 296.75 124.32 296.21 124.31 295.79 124.16 295.7 123.99 295.43 123.71 295.2 123.56 294.9 123.27 294.52 123.09 293.95 123.08 293.54 123 293.12 122.79 292.81 122.57 292.62 122.44 292.41 122.42 292.03 122.6 291.64 122.61 291.37 122.75 290.93 122.73 290.65 122.89 290.26 122.94 289.99 122.91 289.85 122.89 289.71 122.96 289.34 123.17 289.06 123.53 288.85 123.62 288.56 123.4 288.24 123.12 288.03 123.13 287.85 123.4 287.66 123.57 287.63 123.88 287.7 124.22 287.62 124.35 287.45 124.49 287 124.57 286.62 124.59 286.28 124.5 286.09 124.59 285.07 124.56 284.39 124.69 283.86 124.67 283.3 124.62 282.99 124.53 282.18 124.23 281.73 124.12 281.31 124.15 280.98 124.07 280.51 124.16 280.06 124.42 279.9 124.55 279.73 124.51 279.51 124.57 279.16 124.53 278.76 124.71 278.73 124.83 278.55 124.89 278.3 124.75 278.06 124.64 277.64 124.5 277.42 124.54 277.17 124.71 276.94 124.73 276.73 124.51 276.45 124.48 276.24 124.69 275.85 124.8 275.43 124.76 275.17 124.88 274.78 124.74 274.44 124.9 274.3 125.09 273.99 124.98 273.64 125.41 273.45 125.6 273.45 125.73 273.31 125.28 272.67 125.19 272.44 125.26 272.15 125.2 272.06 124.95 271.15 124.93 270.96 125.02 270.84 125.02 270.56 125.09 270.44 125.41 270.23 125.18 269.83 125.32 269.6 125.14 269.05 125.31 268.84 125.5 268.74 126 268.76 126.17 268.71 126.32 268.81 126.51 268.71 126.62 268.73 126.75 268.6 127.21 268.33 127.39 268.61 127.73 268.44 128.15 268.35 128.64 268.43 128.78 268.54 129.1 268.56 129.18 268.75 129.02 268.93 129.15 269.02 129.39 269.01 129.65 268.88 129.83 268.93 129.97 269.21 130.48 268.92 130.73 268.96 130.97 269.09 131.12 269.09 131.26 269.42 131.43 269.63 131.55 269.88 131.63 269.92 131.87 270.42 131.89 270.56 131.73 270.72 131.71 270.88 131.89 270.92 132 271.08 132.28 271.23 132.31 271.56 132.46 271.76 132.65 271.91 133.03 271.96 133.79 271.87 133.98 271.99 134.25 271.76 134.36 271.4 134.85 270.76 134.73 270.55 134.82 270.39 135.18 270.26 135.81 269.32 136.01 269.14 136.24 269.1 136.43 268.08 136.5 267.58 136.68 266.79 136.73 266.48 136.92 265.58 137.25 263.87 137.32 263.37 137.96 259.71 138.5 256.79 138.92 254.63 139.07 253.82 140.33 254.07 145.44 255.03 148.61 255.62 150.62 256 153.53 256.52 155.22 256.83 158.83 257.47 161.57 257.95 164.3 258.42 171.65 259.68 175.1 260.25 178.53 260.81 180.43 261.14 180.78 261.19 182.59 261.49 183.6 261.62 188.33 262.35 190.2 262.63 190.59 262.7 192.08 262.91 192.51 263.1 195.42 263.54 199.23 264.1 199.55 264.16 201.42 264.43 205.17 264.98 207.13 265.24 208.82 265.48 211.84 265.91 213.88 266.19 213.27 270.58 212.64 275.19 212.11 278.97 211.71 281.78 211.55 283.01 210.92 287.54 210.51 290.48 209.93 294.61 209.55 297.37 209.26 299.54 209.04 301.12 208.5 305.07 208 308.66 207.5 312.31 206.99 315.97 206.4 320.16 205.96 323.33 205.64 325.71 205.27 328.28 204.98 330.47 204.4 334.56 204.29 335.41 203.98 337.6 203.58 340.58 203.5 341.05 203.26 342.79 202.75 346.57 202.4 349.05 201.82 353.24 200.92 359.64 200.72 361.07 200.35 363.78 200.14 365.19 199.72 368.22 199.3 371.18 198.91 373.98 195.23 373.44 191.74 372.94 189.28 372.59 186.34 372.16 183.58 371.77 181.33 371.42 179.17 371.1 176.17 370.66 173.57 370.25 170.78 369.81 167.47 369.31 166.28 369.12 165.51 368.67 161.87 366.59 158.96 364.91 155.8 363.09 152.65 361.28 148.66 358.98 146.36 357.65 143.25 355.86 139.38 353.63 135.53 351.42 134.18 350.61 132.45 349.58 130.09 348.16 126.29 345.89 125.84 345.61 123.19 344.02 118.94 341.46 115.27 339.25 113.09 337.95 110.69 336.5 110.7 336.25 110.84 336.25 110.81 335.93 111.03 335.75 111.01 335.57 111.19 335.49 111.27 335.29 110.95 335.28 110.98 335.1 111.13 335.05 111.29 334.68 111.19 334.48 111.22 334.21 111.41 334.09 111.53 334.17 112.03 333.87 112.04 333.74 112.36 333.51 112.47 333.25 112.77 332.92 112.8 332.82 113.02 332.58 Z\" data-geo-id=\"04\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(163, 0, 0);\"></path>\\n<path d=\"M 687.74 214.87 688.64 213.5 690.49 214.73 690.94 215.04 689.45 217.33 689.39 216.9 689.29 216.57 689.33 216.2 689.12 215.83 689 215.87 688.72 215.57 688.63 215.38 688.22 215.33 688.05 215.23 687.74 214.87 Z\" data-geo-id=\"11\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(255, 153, 0);\"></path>\\n<path d=\"M 707.41 197.06 707.6 196.7 707.69 196.65 707.89 196.19 707.88 195.63 708.02 195.51 708.05 195.31 708.22 195.22 708.2 194.8 708.28 194.19 708.5 193.77 708.92 193.44 708.76 193.37 709.06 193.04 709.47 192.46 709.77 192.22 710.06 192.13 710.6 192.03 711.1 191.77 711.27 191.64 711.73 191.13 712.21 190.99 712.35 190.84 712.39 190.4 712.22 190.13 712.13 189.76 712.16 189.52 712.5 189.18 712.86 188.99 712.98 188.8 713.06 188.42 713.29 188.15 713.58 187.98 714.08 187.24 714.5 186.82 714.83 186.72 715.46 186.29 715.5 186.12 715.7 185.92 715.77 185.45 715.9 185.34 716.14 185.39 716.41 185.37 716.68 185.04 716.94 184.96 717.12 184.7 717.09 184.43 716.87 184.2 716.51 184.04 716.41 183.86 716.16 183.56 715.76 183.37 715.38 183.28 715.01 183.12 714.61 182.54 714.45 182.37 714.12 182.14 713.79 182.09 713.26 181.79 713.18 181.72 713.02 181.32 712.68 180.79 712.27 180.62 712.15 180.61 711.78 180.83 711.24 180.66 711.01 180.14 710.92 180 710.88 179.65 710.92 179.48 710.7 178.65 710.58 178.36 710.42 178.28 710.03 177.98 709.77 177.93 709.48 177.95 709.34 178.03 709.22 178.21 708.98 178.27 708.67 178.12 708.67 177.84 708.59 177.62 708.41 177.42 708.55 177.19 708.47 176.99 708.29 176.81 708.36 176.5 708.46 176.4 708.48 176.16 708.19 176.15 708.05 175.98 708.09 175.53 708.18 175.39 708.19 175.19 707.95 174.94 707.9 174.83 708.12 174.53 708.15 174.26 708.68 174.22 708.79 173.94 708.97 173.81 709.05 173.63 709.02 173.48 709.18 173.11 709.13 173.01 708.92 172.84 708.98 172.67 709.36 172.58 709.33 172.47 709.47 172.26 709.4 172.09 708.99 171.75 708.87 171.42 708.6 171.27 708.17 170.8 708.03 170.49 707.82 170.41 707.83 170.13 708.07 169.81 708.5 169.46 709.07 168.89 709.05 168.76 709.14 168.54 709.15 168.34 709.31 168.16 709.66 167.86 709.64 167.65 709.41 167.86 709.34 167.79 709.41 167.46 709.63 167.29 709.82 167.07 709.84 166.95 710.11 166.71 710.28 166.33 710.32 166.11 710.5 165.78 710.54 165.43 710.65 164.97 710.5 164.86 710.56 164.43 710.66 164.36 710.65 164.13 710.7 163.84 710.86 163.47 711.2 163.07 711.15 162.84 711.43 162.73 711.51 162.58 711.59 162.28 712.04 162.15 712.35 161.88 713.74 162.34 715.46 162.95 716.13 163.17 717.39 163.65 718.32 163.96 718.62 164.08 719.69 164.42 720.51 164.65 722.76 165.36 724.96 166.06 725.08 166.04 725.12 166.33 725.1 167.46 725.07 168.17 724.91 169.03 724.87 169.45 724.47 170.94 724.53 171.86 724.4 171.87 724.22 172.2 724.15 172.75 724.1 172.92 723.83 173.22 723.6 173.29 723.37 173.42 722.94 173.51 722.89 173.5 722.61 173.54 722.51 173.63 722.38 173.91 722.44 174.39 722.53 174.45 722.48 174.64 722.5 175.19 722.44 175.32 722.27 175.3 722.02 175.54 722.01 175.63 722.19 176.08 722.1 176.34 722.02 176.82 722.27 177.22 722.54 177.29 722.66 177.27 723.08 177.38 723.17 177.52 723.33 177.45 723.44 177.08 723.7 177.21 723.89 177.18 724.05 176.96 724.52 177.11 725.02 177.19 725.31 177.34 725.48 177.38 726.1 177.39 726.22 177.19 726.17 176.74 725.98 176.61 725.87 176.38 725.65 176.3 725.64 176.17 725.88 176.14 726.04 176.24 726.32 176.7 726.4 177.07 726.56 177.38 726.77 178.01 726.85 178.34 727 179.38 727.03 179.77 727.05 180.59 727.05 182.87 727.09 183.32 727.09 183.67 727.2 185.68 727.3 186.37 727.32 186.99 727.6 189.12 727.66 189.74 727.74 189.92 727.55 190.33 727.37 191.36 726.95 192.73 726.55 194.22 726.46 194.37 726.17 195.06 726 195.39 725.9 195.45 725.74 195.32 725.57 195.38 725.61 195.52 725.84 195.79 725.87 195.98 725.74 196.39 725.8 196.67 725.41 197.5 724.99 198.18 724.98 198.33 724.8 198.57 724.6 198.67 724.33 198.88 723.93 199.27 723.59 199.69 723.44 199.92 723.2 200.03 723.26 200.28 723.18 200.47 722.93 200.67 722.56 201.27 722.24 202.07 722.22 202.26 722.01 202.68 721.81 203.35 721.68 204.04 721.85 204.23 721.51 204.86 721.39 205.27 721.14 205.97 720.99 206.21 721.13 206.43 721.07 206.6 720.72 207.03 720.4 207.49 720.26 207.8 719.97 207.83 719.68 208.1 719.32 208.25 719.25 208.21 718.97 208.29 718.81 208.27 718.71 208.15 718.75 207.71 718.7 207.59 718.69 206.95 718.8 206.26 719.07 205.17 719.12 204.65 719.05 204.13 719.09 204.05 719.01 203.77 718.76 203.54 718.49 203.54 718.34 203.47 717.78 203.4 717.2 203.55 716.86 203.57 716.86 203.39 716.78 203.2 716.83 203.08 716.5 203.11 716.45 203.23 715.81 203.44 715.59 203.36 715.46 203.52 715.42 203.96 715.22 204.07 715.08 204.04 714.98 203.91 714.8 203.84 714.81 203.62 714.62 203.26 714.39 203.08 714.27 203.12 714 202.85 713.9 202.87 713.44 202.75 713.36 202.53 713.18 202.28 712.71 202.29 712.69 202.56 712.23 202.29 711.82 201.7 711.57 201.66 711.4 201.87 711.3 201.71 711.08 201.68 710.87 201.54 710.69 201.24 710.54 201.28 710.46 201.16 710.29 201.2 710.03 200.97 709.74 200.63 709.55 200.35 709.45 200.41 709.02 200.27 708.85 200.11 708.44 200.17 708.31 200 708.2 199.51 708.41 199.44 708.32 199.2 708.35 199.07 708.26 198.74 708.14 198.65 708.3 198.33 708.36 198.07 708.32 197.9 707.61 197.56 707.56 197.5 707.41 197.06 Z\" data-geo-id=\"34\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(230, 230, 230);\"></path>\\n<path d=\"M 707.95 229.97 707.18 230.14 707.08 229.67 706.99 229.46 706.98 229.09 706.91 228.9 706.95 228.64 707.21 228.46 707.42 228.45 707.54 228.66 707.77 228.72 707.95 228.96 707.84 229.38 707.84 229.72 707.96 229.79 707.95 229.97 Z M 706.51 227.51 706.67 227.57 706.82 227.51 706.69 227.33 706.59 227.04 706.81 226.9 706.82 226.76 706.97 226.72 706.99 226.88 706.9 226.99 706.92 227.19 707.03 227.22 707.19 227.42 707.27 227.66 707.14 227.72 706.99 227.61 706.73 227.71 706.51 227.51 Z M 705.73 226.32 705.79 226.06 705.68 225.8 705.96 225.78 706.05 225.7 706.14 225.43 706.56 225.77 706.65 225.91 706.44 226.09 706.64 226.3 706.61 226.42 706.34 226.5 706.12 226.13 705.92 226.38 705.73 226.32 Z M 698.64 205.94 698.66 205.62 698.79 205.64 698.64 205.94 Z M 697.1 206.76 697.48 206.45 697.68 206.48 697.64 206.63 697.35 206.93 697.15 206.89 697.1 206.76 Z M 698.94 215.88 699.04 215.58 699.17 215.68 699.41 216.17 699.23 216.28 699.12 216.25 698.98 216.05 698.94 215.88 Z M 650.93 206.39 654.78 205.69 657.12 205.25 658.77 204.96 661.75 204.41 664.42 203.93 667.39 203.37 670.71 202.74 673.93 202.13 676.09 201.74 679.75 201.04 682.27 200.54 685.62 199.86 686.59 199.67 687.37 199.5 688.03 199.37 690.53 198.84 694.77 197.96 697.42 197.4 700.56 196.72 700.77 196.68 703.61 196.07 703.77 196.03 704.02 197.23 704.58 199.24 705.28 201.73 706.17 204.89 706.52 206.16 706.6 206.4 707.68 210.25 708.68 213.82 709.36 216.23 709.95 218.34 710.27 219.49 712.23 219.15 714.15 218.79 714.99 218.62 717.69 218.04 719.66 217.6 719.74 218.3 719.74 218.8 719.73 219.48 719.67 220.1 719.55 220.14 719.47 220.4 719.37 221.25 719.34 221.7 719.24 222.45 719.19 222.97 719.14 224.13 719.05 224.74 718.87 225.46 718.63 226.2 716.4 226.96 713.19 228.04 712.95 228.63 712.84 228.8 712.53 228.7 712.34 228.77 711.93 228.63 711.68 228.98 711.61 228.9 711.55 228.6 711.37 228.8 711.45 228.92 710.95 228.95 710.73 229.34 710.57 229.3 710.41 229.46 710.55 229.56 710.54 229.71 710.41 229.74 710.4 229.9 710.1 230.12 710.04 230.22 709.8 230.31 709.72 230.42 709.58 230.35 709.48 229.91 709.47 229.64 709.66 229.67 709.89 229.52 709.79 229.35 709.8 229.18 709.7 229.13 709.57 229.31 709.38 229.21 709.37 228.83 709.52 228.22 709.42 228.05 709.6 227.94 709.71 227.96 709.85 228.11 710.01 227.86 710.3 227.51 710.43 227.47 710.62 227.2 710.67 226.96 710.41 226.88 710.46 227.1 710.26 227.13 710.34 227.33 710.04 227.29 709.84 227.32 709.66 227.27 709.5 227.37 709.5 227.54 709.32 227.6 709.17 227.22 709.34 227.18 709.28 227.04 709.36 226.69 709.59 226.47 709.53 226.23 709.65 226.06 709.92 226.01 710.22 225.86 710.18 225.71 709.91 225.87 709.68 225.78 709.46 225.77 709.41 225.89 709.16 226.03 708.98 226.04 708.82 225.96 708.62 226 708.49 226.14 708.3 226.13 708.13 226.21 708.31 226.39 708.1 226.58 707.8 226.52 707.71 226.41 707.76 225.74 707.67 225.61 707.76 225.41 708.02 225.3 708.49 224.93 708.66 225 708.85 224.91 709.14 224.62 709.3 224.51 709.41 224.29 709 224.28 708.81 224.23 709.23 223.8 709.06 223.75 708.89 223.79 708.84 223.98 708.39 224.15 708.33 224.22 708.41 224.44 708.28 224.49 708.02 224.17 707.97 224.01 707.83 223.9 707.92 223.69 707.96 223.42 707.84 223.33 707.93 223.13 708.06 222.55 708.19 222.26 708.36 222.08 708.4 221.77 708.16 221.6 708.21 221.86 708.1 222.02 707.57 222.38 707.62 222.69 707.44 222.84 707.35 223.4 707.46 223.83 707.27 224 707.42 224.27 707.46 224.48 707.23 224.46 707.22 224.26 706.87 224.08 706.87 224 706.68 223.76 706.46 223.56 706.29 223.26 706.68 223.12 706.88 222.93 706.91 222.76 706.85 222.53 706.59 222.14 706.29 222.13 706.21 222.06 706.06 222.3 706.09 222.9 705.73 223.26 705.72 223.54 705.88 223.63 706.15 223.9 706.06 224.7 706.23 224.88 706.09 224.98 705.91 225 705.66 224.76 705.51 224.55 705.27 224.63 705.25 224.46 705.47 224.32 705.17 224.16 705.01 223.93 704.8 223.81 704.6 223.91 704.59 224.07 704.69 224.17 704.39 224.32 704.35 224.22 704.54 223.84 704.48 223.7 704.32 223.72 704.01 223.68 703.83 223.54 703.64 223.58 703.58 223.43 703.74 223.37 703.94 223.57 703.99 223.39 703.83 223.34 703.78 223.13 703.58 222.91 703.34 222.87 703.04 222.65 702.97 222.44 702.83 222.37 702.73 222.51 702.84 222.64 702.78 222.77 702.8 222.96 702.92 223.16 703.09 223.35 703.23 223.4 703.29 223.57 703.18 223.63 703.18 223.9 703.47 224.1 703.58 224.25 703.77 224.14 703.92 224.2 703.95 224.58 704.06 224.73 704.3 224.93 704.54 224.87 704.85 224.93 704.84 225.1 704.7 225.19 704.37 224.99 704.18 224.98 703.91 224.72 703.79 224.49 703.62 224.34 703.47 224.13 703.17 224.01 703.07 223.9 702.9 223.33 702.81 223.3 702.58 223.03 702.09 222.77 702.01 222.65 701.99 222.38 701.89 222.16 701.7 222 701.43 221.62 701.14 221.41 700.89 221.06 700.99 220.82 701.31 220.6 701.71 220.64 701.82 220.56 701.98 220.01 702.34 219.78 702.27 219.64 702.09 219.64 701.97 219.75 701.61 219.72 701.47 219.89 701.45 219.56 701.18 219.29 701.46 218.9 701.35 218.8 701.17 218.46 701.26 218.36 701.58 218.3 701.48 218.18 701.7 218.03 701.74 218.23 702.1 218.3 702.28 218.24 702.4 218.03 702.59 217.84 702.71 217.81 702.82 218.04 702.81 218.29 702.94 218.4 703.07 218.36 703.19 218.14 703.35 218.31 703.67 218.49 703.98 218.23 704.06 218.35 704.49 218.57 704.79 218.66 705.01 218.52 704.88 218.26 704.52 218.09 704.47 217.91 704.04 217.79 703.88 217.6 703.53 217.76 703.15 217.5 702.98 217.57 702.77 217.2 702.39 216.93 702.4 216.7 702.21 216.59 702.08 216.98 701.85 216.93 701.8 216.73 701.58 216.66 701.35 216.42 701.34 216.21 701.43 216.14 701.26 215.97 701.38 215.9 701.63 216.06 701.73 215.82 701.4 215.65 701.37 215.48 701.19 215.46 701.11 215.55 701.12 215.75 700.97 215.79 701.02 216.03 700.85 216.3 700.89 216.59 700.66 216.41 700.48 216.38 700.45 216.16 700.34 215.91 700.15 216.03 700.21 216.31 700.12 216.36 700.09 216.58 700.01 216.7 700.01 216.9 700.24 217.12 700.23 217.35 700.03 217.43 699.87 217.14 699.85 216.92 699.87 216.55 699.8 216.25 699.7 216.06 699.73 215.82 699.83 215.75 699.72 215.58 699.86 215.43 699.99 215.06 699.94 214.74 700.04 214.43 700.18 214.42 700.24 214.2 700.42 213.97 700.53 214.03 700.74 214.34 700.89 214.46 701.06 214.35 701.38 214.59 701.31 214.71 701.38 214.96 701.88 215.23 702 215.43 702.18 215.44 702.24 215.17 701.94 215.03 701.77 214.77 701.55 214.61 701.53 214.43 701.58 214.08 701.42 213.83 701.27 213.68 701.28 213.49 701.23 212.86 701.13 212.87 700.97 212.21 700.85 212.18 700.87 211.97 700.67 211.95 700.49 212.08 700.42 211.87 700.28 211.67 700.14 211.72 700.27 212.17 700.16 212.35 700.25 212.44 700.19 212.59 699.94 212.21 699.67 212.53 699.59 212.68 699.39 212.7 699.09 212.98 699.18 213.08 699.2 213.34 699.31 213.55 699.42 213.85 699.31 214.04 699.16 214.04 699 214.22 698.99 214.49 698.88 214.45 698.82 214.15 698.89 213.77 698.74 213.14 698.68 212.53 698.72 212.17 698.9 211.55 698.99 211.35 698.94 210.82 699.02 210.57 699.29 210.83 699.4 211.1 699.72 211.46 699.97 211.38 700.21 211.39 700.32 211.51 700.49 211.45 700.61 211.51 700.84 211.41 701.29 210.79 701.25 210.59 701.1 210.36 700.96 210.23 700.92 209.99 700.81 209.97 700.89 209.71 701.1 209.53 701.24 209.06 701.19 208.98 700.89 208.98 700.62 209.03 700.38 209.29 700.4 209.45 700.32 209.61 700.4 209.82 700.42 210.16 700.52 210.41 700.69 210.64 700.59 210.76 700.24 210.64 700.04 210.48 700.02 210.27 700.15 210.12 700.16 209.98 700.08 209.84 699.98 209.43 699.85 209.12 699.61 208.8 699.6 208.57 699.41 208.51 699.25 208.38 699.09 208.37 699.03 208 699.09 207.69 699.24 207.29 699.29 206.85 699.38 206.59 699.42 206.1 699.53 205.84 699.64 205.84 699.65 205.62 699.79 205.56 699.85 205.36 700.01 205.38 700.05 205.24 699.87 205.17 699.83 204.99 699.7 204.83 699.83 204.72 699.87 204.54 700.01 204.44 700.4 204.42 700.3 204.21 700.33 204.04 700.53 203.84 700.57 203.61 700.93 203.57 701.26 203.46 701.7 203.46 701.87 203.53 702.25 203.25 702.33 203.09 702.18 203.02 701.66 203.11 701.49 203.05 701.56 202.79 701.77 202.64 701.89 202.49 701.96 202.17 702.15 202.03 702.27 201.46 702.07 201.35 701.99 201.55 701.86 201.66 701.79 201.5 701.82 201.29 701.76 201.04 701.82 200.88 701.8 200.62 701.84 200.5 701.8 200.25 702.04 200.07 701.83 199.68 702 199.46 702.06 199.2 702 198.95 701.8 199.12 701.82 199.27 701.74 199.45 701.4 199.72 701.36 200.01 701.2 200.04 700.9 199.98 700.78 200.13 700.54 200.18 700.12 200.46 700.02 201.09 699.92 201.45 700.09 201.46 700.33 201.61 700.54 201.53 700.71 201.55 700.98 201.99 700.73 202.3 700.58 202.17 700.43 202.24 700.41 202.44 700.26 202.58 700.21 202.72 699.92 203.09 699.74 203.11 699.59 203.48 699.55 203.72 699.44 203.67 699.35 203.95 698.88 204.36 698.76 204.2 698.61 204.24 698.54 204.08 698.5 203.7 698.53 203.34 698.72 202.95 698.49 202.75 698.51 202.39 698.34 202.33 698.24 202.58 698.24 202.71 698.36 202.84 698.34 203.3 698.17 203.51 698.27 203.7 698.17 203.94 698.17 204.13 698.05 204.2 698.4 204.32 698.44 204.49 698.55 204.53 698.6 204.7 698.37 205.06 698.4 205.49 698.18 205.49 698.22 205.19 698.04 204.99 698 204.59 697.79 204.55 697.79 204.09 697.62 203.91 697.27 203.94 696.94 203.94 696.97 204.1 697.12 204.28 697.3 204.27 697.26 204.59 697.49 204.9 697.27 204.95 697.26 205.15 697.56 205.19 697.52 205.45 697.27 205.41 697.16 205.51 696.99 205.81 696.9 205.64 696.74 205.72 696.61 205.64 696.51 205.72 696.58 205.87 696.73 205.9 696.85 206.08 697 206.05 697.03 206.21 696.88 206.24 696.9 206.46 696.8 206.7 696.68 206.87 696.49 206.77 696.36 206.83 696.33 207.04 696.64 207.18 696.95 207.12 696.99 207.18 696.76 207.41 696.71 207.7 696.56 207.8 696.35 207.53 696.13 207.62 696.16 207.81 695.71 207.98 695.6 207.86 695.64 207.74 695.59 207.51 695.48 207.43 695.36 207.53 695.24 207.3 695.02 207.39 694.88 207.2 694.67 207.1 694.17 207.13 694.23 207.27 694.55 207.45 694.63 207.76 694.79 207.87 695.15 207.94 695.13 208.06 695.27 208.2 695.21 208.31 695.37 208.52 695.58 208.58 695.79 208.75 695.99 208.8 696.07 208.6 696.24 208.8 696.91 209.1 696.97 209.5 697.23 209.99 697.26 210.11 697.2 210.4 697.11 210.62 697.25 210.71 697.68 210.89 697.91 211.24 697.68 211.51 697.43 211.57 697.23 211.74 697.24 212.07 696.86 212.08 697.02 212.53 697.39 212.76 697.25 213.06 697.37 213.28 697.23 213.38 696.88 213.14 696.62 213.34 696.67 213.46 696.87 213.49 697.03 213.94 696.7 214.44 696.43 214.53 696.49 214.71 696.8 214.63 697 214.72 697.11 214.6 697.22 214.81 697.17 214.99 697.2 215.29 697.09 215.41 697.07 215.58 696.89 215.74 696.88 215.9 696.75 216.17 696.48 216.37 696.62 216.6 696.61 216.79 696.86 217.07 697.07 217.01 697.14 217.08 697.15 217.56 697.23 217.96 697.47 218.55 697.67 218.84 697.78 219.08 697.81 219.58 697.86 219.9 697.96 220.22 697.99 220.54 698.06 220.73 698.3 221.16 698.58 221.53 698.74 221.67 699.24 222.02 699.34 222.17 699.59 222.29 699.97 222.58 700.23 222.93 700.57 223.01 700.48 223.25 700.59 223.5 700.27 224.32 699.99 224.34 699.8 224.42 699.77 224.56 699.54 224.36 699.48 224.67 699.8 224.98 700.07 224.98 700.24 224.89 700.29 224.68 700.5 224.64 700.67 224.52 701.01 224.63 701.01 224.73 700.81 225.09 700.81 225.46 701.18 226.2 701.63 226.62 701.8 226.85 702.16 227.14 702.45 227.5 702.23 227.98 702.43 228.27 702.57 228.77 702.77 229.18 702.53 229.15 702.31 229.21 702.16 229.11 701.93 228.77 701.53 228.39 701.33 228.35 701.1 228.42 700.91 228.2 700.89 228.07 700.74 227.9 700.7 227.54 700.63 227.44 700.21 227.67 700.38 227.91 700.41 228.07 700.34 228.32 700.45 228.54 700.35 228.63 700.19 228.42 699.79 228.05 699.54 228.06 699.4 228.22 699.31 227.99 699.17 227.9 698.98 227.49 698.86 227.29 698.51 227.04 698.2 226.89 697.54 226.8 697.33 226.86 696.91 226.76 696.71 226.78 696.52 226.72 696.46 226.87 696.24 226.93 696.18 226.78 696.01 226.72 695.9 227.1 695.81 227.23 695.4 227.19 695.36 226.92 695.14 226.8 694.92 226.8 694.8 226.52 694.87 226.35 694.77 226.2 694.43 225.92 694.17 225.37 694.23 225.09 693.77 224.97 693.67 225.51 693.86 225.61 694 225.76 694.02 225.97 694.13 226.04 694.41 226.5 694.29 226.87 693.99 226.68 693.6 226.57 693.29 226.44 693.03 226.45 692.99 226.05 692.82 225.86 692.21 225.62 692.05 225.64 692.03 225.37 691.89 225.26 691.7 224.67 691.5 224.43 691.4 224.2 691.1 223.8 690.75 223.89 690.32 224.37 690.16 224.74 689.94 224.81 689.67 224.77 689.65 224.97 689.55 225.17 689.3 225.39 689.02 225.73 688.64 225.98 688.49 225.94 687.93 225.67 687.75 225.32 687.6 225.13 687.66 224.79 687.47 224.56 687.49 224.45 687.32 224.2 687.35 224 687.21 223.87 687.25 223.26 687.47 222.44 687.7 222.33 687.84 221.94 688.02 221.67 688.08 221.37 688.26 221.2 688.57 221.17 688.82 220.94 688.98 220.73 689.02 220.53 688.72 220.56 688.58 220.29 688.54 219.83 688.65 219.57 688.84 219.32 689.17 219.01 689.55 218.92 689.64 218.81 689.66 218.58 689.59 218.29 689.44 217.37 689.45 217.33 690.94 215.04 690.49 214.73 688.64 213.5 687.74 214.87 687.6 214.79 687.4 214.53 687.23 214.39 686.95 214.37 686.69 214.41 686.49 214.49 686.12 214.47 685.75 214.33 685.51 213.98 685.61 213.62 685.41 213.46 685.12 213.44 684.8 213.26 684.47 213.21 684.06 213.08 683.56 213.21 682.85 213.25 682.4 213.22 682.24 213.18 681.95 212.77 681.79 212.62 681.32 212.53 681.16 212.38 681.05 212.04 681.11 211.55 681.23 211.3 681.5 211.18 681.62 210.97 681.59 210.72 681.75 210.48 681.76 210.36 681.25 210.01 680.92 209.98 680.37 209.81 680.04 209.49 679.97 209.2 679.89 209.13 679.59 209.27 679.19 209.34 678.65 209.28 678.41 209.21 678.25 209.1 677.96 209.27 677.63 209.28 677.06 209.14 676.97 208.93 677.13 208.75 677.11 208.52 676.93 208.29 676.96 208.17 677.14 208.07 677.04 207.81 676.77 207.44 676.6 207.37 676.17 207.42 676.02 207.24 676.21 207.08 676 206.95 676.05 206.82 675.94 206.45 676.26 206.25 676.32 206.11 676.08 206.09 675.91 206.31 675.74 206.33 675.16 206.28 675.14 206.14 675.38 205.88 675.34 205.64 675.12 205.68 675.14 205.89 674.89 206.02 674.8 205.97 674.76 205.64 674.62 205.49 674.38 205.38 674.33 205.25 674.45 205.14 674.97 205.02 675.08 204.87 675.05 204.48 674.99 204.3 674.88 204.22 674.65 204.25 674.17 204.17 674.27 204.46 674.19 204.53 673.66 204.48 673.47 204.27 673.5 204.86 673.29 204.79 673.27 204.58 673.09 204.52 672.91 204.73 672.54 204.78 672.4 204.74 671.93 204.21 671.21 203.7 671.03 203.68 670.73 203.53 670.19 203.47 670.03 203.5 669.77 203.45 669.61 203.49 669.49 203.63 669.38 203.89 669.04 203.97 668.97 204.09 669.13 204.21 668.78 204.72 668.7 204.93 668.67 205.16 668.43 205.17 668.04 205.07 667.37 204.98 667.27 205.28 667.1 205.23 666.99 205.41 667.18 205.57 667.11 205.66 666.83 205.56 666.45 205.48 666.28 205.62 666.52 205.87 666.9 206.05 666.95 206.16 666.79 206.3 666.24 206.16 666.05 206.27 666.14 206.51 666.41 206.67 666.59 206.72 666.76 206.88 666.32 207.19 666.17 207.22 666.21 207.44 666.13 207.64 665.95 207.63 665.63 207.69 665.35 207.63 664.72 207.85 664.3 207.68 663.83 207.62 663.37 207.8 662.85 207.68 662.75 207.55 662.57 207.53 662.45 207.43 662.28 207.43 662.14 207.23 662.07 207.02 661.92 207.19 661.76 207.19 661.59 207.09 661.38 206.86 661.5 206.69 661.74 206.62 661.82 206.69 661.98 206.5 661.92 206.36 661.72 206.31 661.54 206.49 661.32 206.47 661.34 206.17 661.07 206.19 660.95 206.42 661.11 206.8 660.91 206.81 660.91 207.02 660.74 207.22 660.77 207.44 660.99 207.59 660.9 207.74 660.63 207.66 660.48 207.83 660.5 207.95 660.31 208.42 660.27 208.6 660.03 208.6 660.04 208.84 659.86 208.89 659.91 209.02 659.79 209.4 659.54 209.45 659.44 209.57 659.51 209.69 659.43 209.86 659.27 209.93 659.35 210.1 659.37 210.38 659.25 210.44 659.02 210.28 658.53 210.12 658.41 210.03 658.16 210.06 658.09 209.9 657.92 209.8 657.84 210.04 657.64 210.02 657.44 210.12 657.17 210.06 657.15 210.2 657.29 210.32 657.23 210.55 656.92 211.03 656.97 211.26 656.67 211.37 656.58 211.31 656.48 211.67 656.57 211.83 656.26 212.01 656.08 211.98 656.03 212.2 655.92 212.36 655.91 212.5 655.66 212.53 655.43 212.74 655.33 212.73 655.42 213.07 655.07 213.44 655.09 213.7 655.03 213.91 654.86 213.94 654.66 213.88 654.42 214.01 654.27 214.16 654.19 214.48 653.84 214.66 653.67 214.89 653.62 215.07 653.47 215.34 653.35 215.39 653.33 215.61 653.14 215.86 652.86 216.02 652.75 216.19 652.5 216.19 652.32 215.07 652.24 214.79 652.05 213.56 652.08 213.56 651.48 210 651.53 209.99 651.18 207.89 651.19 207.85 650.93 206.39 Z\" data-geo-id=\"24\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(230, 230, 230);\"></path>\\n<path d=\"M 792.62 76.19 792.76 76.26 793.13 76.05 793.3 76.03 793.45 76.11 793.36 76.24 793.02 76.16 792.95 76.28 793.14 76.49 793.45 76.5 793.45 76.6 793.12 76.74 792.86 76.61 792.68 76.39 792.62 76.19 Z M 792.77 77.72 792.89 77.58 793.2 77.53 793.42 77.6 793.54 77.76 793.41 78.06 793.4 78.26 793.25 78.31 793.1 78.02 793.1 77.92 792.79 77.78 792.77 77.72 Z M 792.04 78 792 77.73 792.21 77.79 792.27 77.9 792.53 77.57 792.51 78.13 792.67 78.15 792.9 78.45 792.99 78.72 792.84 78.95 792.63 78.73 792.62 78.63 792.4 78.34 792.25 78.02 792.04 78 Z M 791.66 77.98 791.91 77.9 791.75 78.15 791.66 77.98 Z M 789.44 78.74 789.65 78.73 789.73 78.91 789.86 78.94 789.89 79.16 789.75 79.14 789.58 78.98 789.44 78.74 Z M 789.08 78.33 789.18 78.31 789.34 78.6 789.21 78.62 789.08 78.33 Z M 789.07 80.15 789.19 79.94 789.52 80.45 789.32 80.53 789.09 80.25 789.07 80.15 Z M 785.8 81.71 785.95 81.64 786.11 81.77 785.99 81.87 785.8 81.71 Z M 785.65 81.39 785.66 81.1 785.82 81.15 785.8 81.51 785.65 81.39 Z M 785.82 82.31 785.91 81.96 786.06 82.01 786.13 82.22 785.99 82.46 785.82 82.31 Z M 785.31 84.91 785.44 84.83 785.65 84.84 785.56 84.99 785.36 85.13 785.31 84.91 Z M 784.89 85.16 785.04 85.07 785.21 85.09 785.39 85.33 785.4 85.43 785.13 85.58 784.96 85.5 784.89 85.16 Z M 784.36 86.62 784.5 86.3 784.61 86.44 784.46 86.66 784.36 86.62 Z M 784.28 86.91 784.45 86.77 784.55 86.9 784.52 87.04 784.38 87.1 784.28 86.91 Z M 784.35 88.22 784.45 87.9 784.62 87.84 784.85 87.99 784.98 88.19 784.59 88.35 784.35 88.22 Z M 783.95 86.87 784.05 86.63 784.25 86.62 784.06 86.98 783.95 86.87 Z M 782.03 84.3 782.05 84.04 782.17 83.75 782.29 83.67 782.51 83.9 782.42 84.27 782.49 84.47 782.37 84.66 782.28 84.62 782.03 84.3 Z M 782.36 87.03 782.36 86.82 782.48 86.75 782.59 86.87 782.55 87.07 782.36 87.03 Z M 781.89 85.58 782.06 85.59 782.27 85.71 782.05 85.8 781.89 85.58 Z M 782.49 87.97 782.46 87.86 782.59 87.61 782.74 87.57 782.62 87.4 782.75 87.35 782.81 87.14 782.94 87.08 783.11 87.35 783.27 87.45 783.42 87.27 783.34 87.07 783.46 87.01 783.59 87.2 783.8 87.27 784.03 87.47 783.9 87.59 783.98 87.76 783.88 87.93 783.7 88.08 783.69 88.28 783.52 88.42 783.34 88.29 783.31 88.14 783.18 88.1 783.05 87.78 782.82 87.86 782.8 88.03 782.58 88.08 782.49 87.97 Z M 782.48 88.79 782.52 88.54 782.62 88.47 782.8 88.62 782.86 88.74 782.68 88.96 782.54 88.94 782.48 88.79 Z M 781.13 84.79 781.09 84.58 781.12 84.29 781.02 83.87 781.24 83.78 781.35 84 781.67 84.49 781.69 84.64 781.88 84.84 781.76 85.03 781.58 84.86 781.25 84.94 781.13 84.79 Z M 780.68 90.07 781.18 89.76 781.22 89.52 781.41 89.48 781.54 89.6 781.77 90.36 781.75 90.72 781.79 91 781.55 90.9 781.39 91.05 781.26 91.34 781.14 91.11 781.12 90.7 781.03 90.52 781.01 90.19 780.68 90.07 Z M 779.09 87.6 779.24 87.4 779.47 87.29 779.41 87.02 779.56 86.63 779.51 86.32 779.74 86.47 780.08 86.48 780.58 86.73 780.78 87.1 781.06 87.08 781.08 87.18 781.37 87.27 781.46 87.52 781.29 87.7 780.97 87.66 781.08 87.43 780.85 87.44 780.67 87.59 780.85 87.85 780.74 88.18 780.62 88.29 780.63 88.45 780.31 88.65 780.43 88.96 780.2 88.96 780.06 88.73 779.74 88.72 779.76 88.57 779.51 88.51 779.45 87.96 779.32 88.04 779.31 87.77 779.09 87.6 Z M 778.51 86.2 778.6 86.02 779.08 86.2 779.39 86.21 779.4 86.42 779.24 86.6 778.86 86.49 778.79 86.37 778.51 86.2 Z M 778.42 88.03 778.55 87.83 778.65 87.91 778.57 88.07 778.42 88.03 Z M 779.05 95.62 779.06 95.4 779.2 95.37 779.21 95.57 779.05 95.62 Z M 778.79 95.06 778.75 94.77 778.88 94.6 779.09 94.79 778.95 95.12 778.79 95.06 Z M 777.41 90.62 777.36 90.32 777.43 90.08 777.57 89.99 777.92 90.01 777.99 90.15 778.16 90.05 778.22 89.92 778.43 89.79 778.69 89.84 778.73 90.03 778.92 90.08 779.1 90.26 779.34 90.4 779.29 90.63 779.39 90.68 779.31 90.91 779.23 90.93 779.19 91.16 779.03 91.42 778.85 91.49 778.6 91.39 778.53 91.68 778.3 91.65 778.21 91.52 778.19 91.3 778.01 91.18 777.94 90.89 777.67 90.73 777.75 90.99 777.57 90.93 777.52 90.72 777.41 90.62 Z M 775.99 87.28 776.09 87.07 776.08 86.88 776.3 86.39 776.01 86.22 776.1 86.03 775.96 85.68 775.99 85.4 776.23 85.35 776.24 85.18 776.44 85.22 776.53 85.32 776.64 85.69 776.59 85.92 776.39 86.13 776.36 86.33 776.45 86.49 776.4 86.61 776.62 86.7 776.53 87.21 776.54 87.77 776.6 87.9 776.41 87.95 776.37 87.68 776.29 87.58 776.33 87.43 776.18 87.24 775.99 87.28 Z M 776.89 90.45 776.99 90.19 776.93 90.02 777.02 89.93 777.07 89.67 777.39 89.35 777.61 88.99 777.79 88.75 778.07 88.64 778.17 88.73 778.27 89.04 778.42 89.25 778.36 89.4 778.19 89.31 778.06 89.51 777.85 89.69 777.96 89.84 777.59 89.91 777.42 89.76 777.27 89.97 777.06 90.15 777.02 90.48 776.89 90.45 Z M 775.84 87.91 775.93 87.76 775.91 87.54 776.12 87.42 776.19 87.52 776.08 87.71 776.22 87.8 776.14 87.96 775.99 88.04 775.84 87.91 Z M 775.96 92.94 776.06 92.72 776.16 92.77 776.08 93.08 775.96 92.94 Z M 775.58 93.4 775.93 93.09 775.92 93.26 775.58 93.4 Z M 775.7 95.61 775.64 95.16 775.74 95.06 775.78 95.55 775.7 95.61 Z M 773.54 96.24 773.7 96.15 773.76 96.31 773.6 96.4 773.54 96.24 Z M 773.24 96.54 773.23 96.1 773.38 96.16 773.41 96.51 773.24 96.54 Z M 773.77 98.41 773.83 98.12 774.02 98.15 773.91 98.42 773.77 98.41 Z M 771.38 95.96 771.29 95.53 771.39 95.4 771.52 95.57 771.46 96.08 771.38 95.96 Z M 764.27 99.96 764.28 99.83 764.44 99.66 764.52 99.78 764.41 100.03 764.27 99.96 Z M 762.98 102.44 763.13 102.26 763.12 102.05 763.2 101.85 763.18 101.68 763.44 101.39 763.58 101.5 763.5 101.82 763.57 101.97 763.37 102.17 763.21 102.21 763.13 102.45 762.98 102.44 Z M 762.73 101.73 762.86 101.46 762.79 101.19 762.98 101.16 763 101.37 763.18 101.45 762.98 101.66 762.73 101.73 Z M 762.89 103 762.97 102.8 763.16 102.57 763.27 102.58 763.19 102.96 762.98 103.07 762.89 103 Z M 762.69 103.69 762.67 103.47 762.76 103.23 762.97 103.45 762.92 103.64 762.69 103.69 Z M 762.44 103.47 762.52 103.34 762.51 103.07 762.72 102.82 762.68 103.26 762.51 103.54 762.44 103.47 Z M 762.74 105.76 762.92 105.71 762.92 105.89 762.67 105.93 762.74 105.76 Z M 760.49 117.43 760.76 117.57 760.69 117.66 760.51 117.55 760.49 117.43 Z M 758.99 116.49 758.87 116.21 758.46 116.36 758.18 116.31 757.95 116.1 757.7 116.02 757 115.69 756.8 115.35 756.77 114.92 756.8 114.8 756.68 114.6 756.75 114.48 756.69 114.04 756.74 113.83 756.56 113.61 756.25 113.59 756.14 113.4 755.9 113.4 755.81 113.27 755.53 113.2 755.41 113.03 755.27 113.02 755.13 112.79 754.94 112.62 754.83 112.44 754.59 112.32 754.46 112.2 754.22 112.32 754.03 112.19 753.79 111.79 753.64 111.65 753.51 111.34 753.41 110.95 753.59 110.61 753.64 110.42 753.5 110.21 753.5 109.89 753.28 109.56 753.36 109.28 753.33 108.9 753.12 108.63 753.21 108.29 753.1 108.15 752.82 108.01 752.51 107.01 752.05 105.63 751.75 104.68 751.5 103.96 751.25 103.1 750.83 101.68 750.13 99.39 749.84 98.44 748.98 95.65 748.45 93.9 747.68 91.47 747.19 89.93 746.64 88.15 746.06 86.32 745.52 84.69 744.99 83.13 744.58 81.87 744.54 81.79 743.72 79.25 743.49 78.58 743.11 77.38 742.73 76.33 743.01 76.09 743.37 76.06 743.63 75.81 743.68 75.63 743.53 75.54 743.46 75.38 743.56 75.31 743.87 75.49 744.11 75.42 744.27 75.24 744.43 75.47 744.86 75.62 744.86 75.75 745.01 75.89 744.97 76.24 745.05 76.26 745.37 76.54 745.45 76.81 745.67 76.93 746.06 76.94 746.22 76.7 746.1 76.62 746 76.28 746.09 76.14 746.14 75.92 746.11 75.71 746.02 75.67 746.28 75.44 746.26 75.07 746.02 74.85 745.99 74.73 746.07 74.57 746.02 74.3 746.09 74.24 745.98 74.04 745.61 73.67 745.83 73.26 745.84 73.09 746.03 72.95 746.27 72.98 746.38 72.91 746.57 73 746.62 73.17 746.82 73.26 746.86 73.35 747.13 73.45 747.56 73.26 747.82 73.35 747.99 73.48 748.18 73.3 748.09 73.22 748.2 72.85 748.02 72.78 748.08 72.58 747.84 72.44 747.66 72.23 747.31 72.18 747.17 72.03 747.05 72.03 746.97 71.83 746.74 71.77 746.56 71.63 746.58 71.39 746.44 71.35 746.39 71.19 746.5 71.06 746.66 70.44 746.78 70.35 746.58 70.21 746.71 69.85 746.83 69.64 746.92 69.22 747.22 69.04 747.32 68.73 747.48 68.62 747.61 68.22 747.71 68.05 747.73 67.82 748.14 67.71 748.29 67.41 748.61 67.01 748.73 66.76 749.09 66.7 749.18 66.56 749.51 66.28 749.56 65.94 749.46 65.83 749.51 65.69 749.21 65.53 749.15 65.25 748.91 64.95 749.16 64.81 749.1 64.63 749.16 64.41 749.45 64.01 749.58 63.64 750.01 63.37 750.23 63.06 750.36 62.6 750.46 62.39 750.23 62.04 750.43 61.59 750.11 61.37 749.85 61.29 749.69 61.41 749.48 61.43 749.35 61.17 749.57 60.87 749.34 60.8 749.24 60.6 749.05 60.47 749.19 60.29 749.19 60.06 749.37 59.74 749.34 59.58 748.97 59.66 748.94 59.24 749.02 59 749.2 58.79 749.46 58.77 749.39 58.58 749.44 58.2 749.42 57.93 748.94 57.54 748.76 57.47 748.54 57.32 748.49 57.22 748.67 56.77 748.65 56.51 748.7 56.37 748.66 55.93 748.67 55.68 748.79 55.3 748.77 55.17 749.05 54.92 748.87 54.35 749.01 53.94 749.18 53.71 749.37 53.62 749.48 53.64 749.58 53.39 749.68 53.32 749.66 53.14 749.77 53.01 749.9 52.74 749.86 52.62 749.97 52.47 750.15 52.45 750.36 52.28 750.02 49.56 749.93 48.9 749.68 46.93 750.09 45.73 751.02 43 752.91 37.52 753.85 34.78 754.68 32.39 755.44 30.17 755.7 30.21 756.04 30.06 756.24 30.11 756.48 30.09 756.81 30.12 757.06 30.27 757.43 30.3 757.59 30.08 757.87 30.1 758.05 30.31 758.04 30.58 758.08 30.91 758.01 31.04 758.28 31.95 758.33 32.19 758.45 32.33 758.45 32.49 758.67 32.96 758.71 33.26 758.87 33.41 759.78 33.65 759.99 33.74 760.1 33.85 760.33 33.76 760.67 33.89 760.88 34.03 761.2 33.96 761.42 33.79 761.55 33.58 761.73 33.4 761.91 33.12 762.27 32.9 762.48 32.82 762.78 32.47 762.96 32.3 763.18 32.29 763.26 32.17 763.48 32.12 763.66 32.18 763.99 31.97 764.26 31.84 764.42 31.5 764.3 31.33 764.35 31.12 764.46 30.94 764.79 30.94 764.96 30.84 765.17 30.56 765.53 30.49 765.7 30.37 765.82 30.39 765.98 30.54 766.37 30.49 766.49 30.34 766.91 30.23 766.94 30.04 766.82 29.96 766.81 29.81 766.7 29.58 766.66 29.18 766.72 29 766.88 28.84 767.18 28.69 767.56 28.65 767.75 28.51 768.03 28.58 768.4 28.42 768.6 28.57 768.88 28.58 769.27 28.67 769.46 28.64 769.61 28.72 769.67 28.93 769.94 29.13 770.21 29.22 770.75 29.36 770.93 29.55 771.1 29.56 771.79 29.79 772.26 30.13 772.47 30.13 772.8 30.24 772.88 30.47 773.1 30.64 773.34 30.9 773.59 30.96 773.72 31.13 773.98 31.31 774.07 31.57 774.27 31.67 774.44 31.67 774.85 31.79 775.04 31.78 775.24 31.89 775.54 31.96 775.93 33.19 776.6 35.35 777.07 36.92 778.16 40.43 779.13 43.41 780.04 46.28 780.56 47.98 781.59 51.29 781.93 52.41 782.02 52.56 782.46 52.75 782.33 52.93 782.35 53.17 782.14 53.29 781.97 53.59 782.08 53.87 782.33 54.11 782.61 54.23 782.8 54.43 782.93 54.48 782.65 54.72 782.44 55.03 782.43 55.21 782.54 55.44 782.55 55.72 782.65 55.93 782.85 55.97 783.1 56.28 782.75 56.42 783.03 57 782.85 57.1 783.13 57.33 783.57 57.2 783.81 57.33 783.91 57.19 784.09 57.31 784.27 57.18 784.05 57.04 784.04 56.84 784.26 56.92 784.48 57.09 784.7 57.4 785.03 57.69 785.5 57.89 785.53 57.65 786.02 57.88 786.26 57.79 786.69 57.9 786.87 57.79 787.28 57.85 787.53 57.8 787.61 57.68 787.63 57.47 787.8 57.44 787.99 57.3 788.44 57.58 788.58 57.77 788.54 57.84 788.74 58.16 788.65 58.37 788.68 58.6 788.77 58.75 788.97 58.87 788.95 58.98 788.73 59.06 788.66 59.19 788.44 59.08 788.39 59.27 788.21 59.54 788.03 59.59 788.14 59.78 788.46 60.03 788.51 60.24 788.8 60.68 788.95 60.65 789.2 60.86 789.57 61.1 789.73 61.37 789.62 61.58 789.77 61.69 789.81 61.94 789.67 62.27 789.65 62.87 789.61 63.01 789.38 63.33 789.58 63.4 789.72 63.68 789.93 63.91 790.07 63.92 790.33 64.13 790.63 64.54 790.66 64.7 790.82 64.72 791.12 64.88 791.18 65.03 791.16 65.21 791.52 65.26 791.98 65.56 792.19 65.58 792.4 65.4 792.35 65.19 792.61 65.03 792.5 64.85 792.47 64.63 792.48 64.23 792.71 64.11 793.08 64.2 793.18 64.34 793.43 64.43 793.68 64.2 793.88 64.25 794.19 64.18 794.34 64.2 794.58 64.41 794.87 64.61 795.2 64.91 795.73 65.61 795.55 65.73 795.45 65.94 795.75 66.08 796.07 66.29 796.22 66.45 796.41 66.76 796.67 66.96 796.8 67.17 796.71 67.31 796.94 67.34 797.11 67.65 797.21 67.73 797.47 67.7 797.53 67.91 797.88 67.96 798 68.03 798.09 68.29 797.98 68.45 798.14 68.63 798.38 69.04 798.23 69.32 798.38 69.42 798.45 69.65 798.61 69.87 798.77 69.66 798.95 69.59 799 69.68 798.91 69.86 798.7 69.9 798.59 70.13 798.54 70.34 798.39 70.42 798.41 70.59 798.28 70.73 798.29 70.83 798.08 70.96 797.87 70.9 797.84 71.03 797.89 71.29 797.83 71.51 797.57 71.57 797.55 71.76 797.57 72.09 797.43 72.23 797.47 72.42 797.37 72.58 797.25 72.65 797.19 72.87 797.18 73.16 797.03 73.36 796.81 73.41 796.78 73.57 796.87 73.74 796.6 73.95 796.34 74.07 796.18 74.05 796.1 73.86 796.09 73.58 795.99 73.54 795.68 73.74 795.83 73.97 795.86 74.16 795.97 74.32 795.89 74.49 795.72 74.53 795.55 74.32 795.52 74.1 795.24 73.93 795.16 73.7 795.18 73.59 795.07 73.38 795.14 73.25 795.11 73.08 794.97 73.09 794.6 73.38 794.36 73.44 794.32 73.57 794.11 73.73 794.07 73.92 794.19 74.18 794.38 74.17 794.66 74.53 794.67 74.84 794.46 75.11 794.36 75.55 794.13 75.44 794.02 75.17 793.85 75.01 793.95 74.91 793.81 74.78 793.67 74.82 793.56 74.97 793.64 75.11 793.93 75.3 793.93 75.43 793.77 75.5 793.76 75.61 793.51 75.63 793.28 75.55 793.17 75.66 793.02 75.27 792.81 75.18 792.61 75.31 792.57 75.55 792.38 75.51 792.3 75.68 792.34 75.83 792.25 75.9 792.37 76.06 792.33 76.53 792.34 76.85 792.52 76.98 792.66 77.17 792.64 77.33 792.47 77.42 792.25 77.44 792 77.62 791.52 77.8 791.42 77.6 791.19 77.63 790.91 77.82 791.03 78.28 790.92 78.63 790.77 78.58 790.51 78.68 790.41 78.32 790.3 78.06 790.01 77.8 789.83 77.88 789.8 78.1 789.89 78.36 789.73 78.48 789.59 78.43 789.45 78.09 789.28 78.17 789.21 78.03 789.04 77.89 788.78 77.89 788.96 78.22 788.88 78.4 788.93 78.53 788.88 78.74 789.13 79.13 789.16 79.34 789.1 79.59 788.95 79.68 788.77 79.47 788.67 79.57 788.79 79.71 788.95 80.05 788.92 80.27 789.03 80.6 789.02 80.83 789.09 80.89 789.05 81.19 788.75 80.82 788.64 80.54 788.59 80.17 788.44 80.03 788.43 80.29 788.34 80.43 788.44 80.55 788.53 80.99 788.3 80.98 788.13 80.78 787.96 80.46 787.94 80.33 787.69 80.07 787.51 80.07 787.46 80.34 787.15 80.27 787.12 80.14 786.92 80.2 787.03 80.44 787.21 80.55 787.44 80.53 787.71 80.66 788.01 81.17 788.12 81.17 788.25 81.34 788.11 81.45 788 81.7 787.59 81.3 787.45 81.58 787.59 81.8 787.5 82.03 787.52 82.19 787.34 82.44 787.45 82.69 787.35 82.84 787.18 82.93 787 82.74 786.75 82 786.54 82.09 786.22 81.9 786.17 81.61 786.03 81.45 785.88 81.12 785.81 80.87 785.82 80.7 785.68 80.52 785.44 80.6 785.34 80.36 785.18 80.28 785.07 80.36 785.03 80.56 785.18 80.77 785.08 80.87 784.81 80.85 784.77 80.62 784.61 80.55 784.46 80.26 784.4 80.08 784.27 80.12 784.33 80.64 784.26 80.94 784.41 81.17 784.35 81.23 784.12 81.11 783.93 80.94 783.83 81.06 783.8 81.23 783.57 81.26 783.46 81.33 783.75 81.64 783.53 81.75 783.13 81.61 783.12 81.87 782.78 81.88 782.82 82.07 782.73 82.36 783.04 82.44 783.21 82.3 783.17 82.15 783.29 81.93 783.38 81.9 783.67 82.04 783.8 81.99 783.97 81.81 784.28 81.85 784.41 82.08 784.35 82.2 784.52 82.26 784.94 82.51 785.08 82.43 785.2 82.51 785.53 82.89 785.63 83.12 785.72 83.18 785.78 83.42 785.71 83.51 785.68 83.74 785.74 83.93 785.37 84.38 784.93 84.56 784.72 84.56 784.68 84.67 784.47 84.73 784.23 84.59 784.13 84.8 784.6 85.19 784.74 85.45 784.59 85.86 784.51 85.94 784.24 86.07 784 85.86 783.81 85.9 783.6 85.77 783.46 85.86 783.21 85.76 782.99 85.41 783.01 85.26 782.8 85.28 782.62 85.04 782.55 84.78 782.74 84.53 782.72 84.24 782.55 84.14 782.58 83.9 782.71 83.71 782.63 83.49 782.87 83.3 782.82 83.14 783.08 83.03 783.07 82.87 782.94 82.81 782.77 82.56 782.51 82.39 782.44 82.52 782.47 82.7 782.3 83.12 782.08 83.23 782.03 83 781.95 82.94 781.89 82.6 781.89 82.4 781.76 82.14 781.71 81.72 781.6 81.35 781.49 81.55 781.53 81.69 781.1 81.66 781.2 82.07 781.41 82.3 781.45 82.42 781.32 82.6 781.6 82.92 781.67 83.14 781.64 83.34 781.77 83.68 781.56 83.75 781.45 83.6 781.43 83.37 781.5 83.27 781.25 82.81 781.22 82.53 781.09 82.57 781.09 83.19 780.9 83.26 780.81 83.58 780.72 83.62 780.42 83.6 780.32 83.81 780.53 84.15 780.66 84.16 780.81 84.45 780.7 84.92 780.74 85.22 780.83 85.39 781.05 85.53 781.1 85.63 781.28 85.59 781.46 85.83 781.65 86 781.68 86.11 781.4 86.13 781.13 85.98 781.24 86.25 781.53 86.25 781.8 86.69 781.64 86.72 781.37 86.65 781.38 86.51 780.95 86.43 780.49 86.15 780.33 86.19 780.08 86.04 779.58 86.06 779.35 85.95 779.18 86.05 779.08 85.89 778.63 85.76 778.39 85.6 778.11 85.76 778.02 86 777.84 86.07 777.8 86.29 777.35 86.33 777.3 86.17 777.37 86.03 777.26 85.91 777.25 85.13 777.07 85.03 776.99 84.81 777.09 84.74 776.91 84.57 776.87 84.21 777.03 83.98 776.98 83.71 777.16 83.53 777.06 83.4 777.07 82.97 777.01 82.78 776.82 82.5 776.59 82.29 776.49 82.35 776.53 82.64 776.52 82.89 776.38 83.05 776.34 83.25 776.53 83.46 776.51 83.67 776.22 84.01 776.09 84.35 775.98 84.42 775.69 84.05 775.55 84.09 775.34 84.04 775.3 84.41 775.2 84.64 775.1 84.63 774.57 84.95 774.86 85.33 774.81 85.45 774.92 85.57 775.14 85.6 775.37 85.79 775.53 85.99 775.62 86.6 775.59 86.93 775.44 87.24 775.23 87.24 775.15 87.57 775.22 87.71 775.16 88.07 775.05 88.26 774.98 88.59 775.04 88.94 774.87 89.14 775.03 89.33 775.03 89.59 775.12 89.79 774.85 89.78 774.86 90.16 774.92 90.26 774.93 90.49 775.04 90.55 775.06 90.93 774.81 90.97 774.83 91.27 775.02 91.58 775.27 91.36 775.51 91.2 775.65 91.52 775.41 92.03 775.52 92.25 775.31 92.38 775.12 92.64 774.98 92.91 775.3 93.27 774.99 93.31 774.96 93.53 775.18 93.54 775.16 93.68 774.97 93.67 774.84 93.46 774.7 93.55 774.62 93.38 774.5 93.68 774.49 93.9 774.54 94.19 774.46 94.25 774.39 94.59 774.19 94.81 773.91 94.95 773.96 95.04 773.61 95.36 773.49 95.24 773.53 94.8 773.39 94.75 773.29 94.59 773.18 94.62 773 94.96 772.84 94.97 772.97 94.7 772.95 94.6 772.63 94.52 772.54 94.65 772.77 94.87 772.73 94.99 772.49 95.03 772.46 95.38 772.34 95.52 772.21 95.49 772.32 95.25 772.25 95.17 772.38 94.94 772.39 94.74 772.56 94.52 772.23 94.38 772.24 94.6 772.11 94.79 771.99 94.57 772.01 94.23 771.79 94.27 771.83 94.68 771.66 94.8 771.59 94.59 771.48 94.55 771.39 94.74 771.38 95.06 771.26 95.04 771.25 94.77 771.12 94.85 771.16 95.63 771.15 95.86 771.2 96.38 771.04 96.81 770.98 97.65 770.81 97.55 770.61 97.29 770.59 97.09 770.48 97 770.14 97.04 770.17 97.18 770.3 97.37 770.35 97.89 770.08 97.77 770 97.84 770.05 98.23 769.93 98.47 769.74 98.46 769.7 98.25 769.84 98.11 769.74 97.72 769.53 97.66 769.55 97.85 769.42 97.94 769.53 98.07 769.44 98.29 769.28 98.08 769.05 98.23 769.19 98.52 769.17 98.69 769.24 99.07 769.17 99.25 768.98 98.94 768.71 98.84 768.59 98.51 768.55 98.25 768.38 97.79 768.26 97.24 768.3 96.7 768.21 96.66 768.07 96.89 768.14 97.21 768.19 97.68 768.15 97.83 768.28 98.15 768.3 98.46 768.39 98.73 768.32 98.95 768.39 99.29 768.38 99.5 768.19 99.8 768.15 100.32 767.98 100.33 767.7 100.54 767.73 100.67 767.45 100.85 767.23 101.1 767.35 101.29 767.01 101.42 767.01 101.17 766.87 101.08 766.9 100.71 766.63 100.77 766.58 100.58 766.64 100.44 766.45 100.35 766.39 100.13 766.25 100.18 766.04 100.36 765.9 100.28 765.76 100.33 765.58 100.25 765.53 100.68 765.33 100.56 765.2 100.99 765.1 101.17 765.04 101.51 765.03 101.77 764.93 101.75 765.01 101.49 764.96 101.23 764.74 101.3 764.59 101.27 764.41 101.39 764.29 101.33 764.38 101 764.47 100.82 764.46 100.68 764.63 100.22 764.63 100.02 764.78 99.91 764.76 99.61 764.95 99.15 764.92 98.86 764.76 99.13 764.38 99.23 764.32 98.95 764.16 99.17 764.04 99.19 763.82 99.59 763.83 99.72 763.26 100.28 763.14 100.47 762.98 100.86 762.82 100.82 762.68 101.24 762.46 101.58 762.41 101.36 762.25 101.39 762.21 101.8 762.32 102 762.11 102.49 762.21 102.61 762.21 102.77 762.01 102.82 761.85 103.26 761.88 103.45 762.07 103.49 762.12 103.7 762.38 103.81 762.52 104.12 762.75 104.24 762.76 104.77 762.83 104.87 763.02 104.9 762.98 105.07 763.19 105.28 763.11 105.45 762.97 105.5 762.84 105.39 762.63 105.7 762.36 105.75 762.2 105.6 761.9 105.92 761.78 106.26 761.56 106.21 761.39 106.27 761.19 106.55 761.06 107.02 761.04 107.25 761.2 107.73 761.42 107.96 761.6 107.85 761.87 107.79 761.92 108.05 761.64 108.22 761.5 108.48 761.53 108.61 761.43 108.76 761.45 108.94 761.07 109.24 761.01 109.38 761.22 109.66 761.31 109.86 761.18 110.02 760.95 110.1 760.92 110.25 760.75 110.43 760.6 110.34 760.04 110.55 759.84 110.75 759.67 111.09 759.61 111.33 759.6 111.74 759.51 112.16 759.5 112.58 759.65 112.79 759.88 113.02 759.79 113.31 759.83 113.47 759.81 113.69 759.68 114 759.88 114.03 759.91 114.18 759.68 114.14 759.6 114.26 759.59 114.58 759.7 114.81 759.58 114.87 759.61 115.12 759.39 115.81 759.41 116.05 759.35 116.18 758.99 116.49 Z M 795.34 74.9 795.58 74.63 795.88 74.64 795.89 74.76 795.8 75 795.53 75.12 795.49 75 795.34 74.9 Z\" data-geo-id=\"23\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(163, 0, 0);\"></path>\\n<path d=\"M 247.24 475.64 247.38 475.52 247.42 475.25 247.43 474.84 247.5 474.63 247.83 474.46 248.23 474.03 248.31 474.02 248.42 473.76 248.58 473.71 248.7 473.49 249.02 473.31 249.31 473.29 249.46 473.36 249.73 473.22 249.71 472.96 250 472.63 250 472.47 250.16 472.21 250.3 472.16 250.29 471.86 250.51 471.61 250.78 471.41 250.86 471.2 251.16 471.01 251.33 470.99 251.36 470.75 251.44 470.67 251.4 470.48 251.5 469.97 251.4 469.82 250.9 469.2 250.7 469 250.39 468.46 250.37 468.28 250.26 468.11 250.08 467.36 250.01 466.74 250.11 466.12 250.31 465.7 250.5 465.51 250.67 465.42 251.21 465.38 251.39 465.5 251.57 465.52 252.35 465.86 252.66 465.94 252.81 466.09 253.13 466.3 253.08 466.47 253.24 466.64 253.96 467.07 254.56 467.33 254.77 467.52 254.88 467.73 255.12 467.76 255.35 467.85 255.53 468.1 255.69 468.2 255.9 468.17 256.09 468.05 256.28 468.01 256.99 468.27 257.35 468.32 258.41 468.69 259.06 469.01 259.27 469.17 259.69 469.34 260.35 469.71 260.92 469.97 261.24 470.06 261.75 470.39 261.83 470.52 262.62 471 262.9 471.27 263.09 471.38 263.71 471.93 264.09 472.33 264.38 472.83 264.66 472.97 264.76 473.19 264.84 473.53 264.75 473.85 264.66 474.03 264.77 474.14 264.71 474.32 264.78 474.52 264.7 475.11 264.72 475.46 264.87 475.66 265.25 475.61 265.37 475.49 265.51 475.49 265.6 475.37 265.78 475.37 265.96 475.47 266.08 475.37 266.28 475.41 266.47 475.65 266.74 476.31 266.66 476.61 266.66 476.89 266.73 477.28 267.08 477.55 267.35 477.57 267.32 477.9 267.7 478.15 267.78 478.31 267.95 478.37 268.13 478.59 268.38 478.7 268.47 478.8 268.63 478.82 268.77 478.95 269.08 478.99 269.4 479.21 269.53 479.21 269.78 479.36 269.86 479.56 269.63 480.27 269.36 480.6 268.83 481.1 268.46 481.35 268.4 481.49 268.04 481.67 267.78 481.9 267.69 481.89 267.59 482.1 267.03 482.6 266.92 482.76 266.1 483.18 265.69 483.33 265.54 483.45 265.13 483.5 264.82 483.77 264.65 483.82 264.08 484.23 263.85 484.24 263.59 484.4 263.09 484.44 262.96 484.58 262.67 484.57 262.22 484.46 262.03 484.35 261.68 484.3 261.45 484.4 261.13 484.44 260.92 484.61 260.72 484.84 260.4 485 260.19 485.38 259.99 485.53 259.68 485.67 259.46 485.7 259.23 485.9 258.95 485.97 258.67 486.3 258.44 486.48 258.31 486.65 257.96 486.74 257.7 486.86 257.39 486.93 257.23 487.04 257.24 487.18 257.1 487.34 256.95 487.37 256.66 487.77 256.42 488.02 256.48 488.51 256.24 488.95 256.05 489.05 255.89 489.42 255.73 489.59 255.73 489.92 255.64 490.1 255.27 490.12 255.13 490.49 254.93 490.72 254.79 490.78 254.63 490.98 254.13 491.21 254.1 490.76 253.87 490.53 253.38 490.15 253.06 490.08 252.74 489.95 252.67 489.84 252.18 489.53 251.98 489.33 251.87 489.33 251.36 489.17 251.08 489.15 250.78 488.96 250.56 488.89 250.49 488.54 250.23 488.18 250.06 488.01 249.85 487.34 249.85 486.97 249.99 486.65 249.88 486.55 250.02 486.32 250.07 485.67 250.19 485.53 250.13 485.28 250.22 484.96 250.16 484.82 250.37 484.03 250.35 483.81 250.39 483.57 250.33 483.47 250.43 483.26 250.4 482.95 250.18 482.34 249.96 481.98 250.07 481.72 249.9 481.53 249.77 481.24 249.76 480.91 249.65 480.8 249.8 480.48 249.72 480.37 249.41 480.34 249.24 480.27 249.28 480.1 249.07 479.63 249.14 479.54 249.12 479.36 248.91 478.7 248.87 478.38 248.74 477.96 248.59 477.78 248.58 477.65 248.42 477.37 248.33 477.41 248.04 477.21 247.91 477.22 247.76 477.05 247.85 476.67 247.72 476.46 247.54 476.35 247.47 476.24 247.45 475.94 247.24 475.64 Z M 235.81 453.07 235.88 452.75 235.9 452.48 236.31 451.6 236.42 451.39 236.65 451.37 236.81 451.2 236.81 451.03 237.07 451.05 237.4 451.01 237.49 450.88 237.75 450.89 237.84 451.12 238.02 451.14 238.16 451.25 238.26 451.21 238.45 451.51 238.55 451.45 238.69 451.76 238.88 451.72 238.88 452.16 239.05 452.39 239.18 452.48 239.2 452.68 239.4 452.79 239.48 453.09 239.67 453.29 239.69 453.42 240.23 453.44 240.67 453.19 240.78 453.22 241.24 453.09 241.41 453.08 241.67 452.82 242.02 452.65 242.25 452.64 242.51 452.48 242.78 452.62 243.22 452.51 243.38 452.72 243.57 452.62 243.97 452.69 244.2 452.83 244.21 453.09 244.44 453.12 244.51 453.32 244.72 453.47 245.02 453.77 245.28 453.92 245.29 454.03 245.69 454.17 245.94 454.15 245.99 454.5 246.11 454.54 246.22 454.77 246.32 454.81 246.7 454.73 247.29 455.12 247.66 455.17 248.12 455.33 248.54 455.77 248.52 456.04 248.58 456.22 248.57 456.76 248.5 457.02 248.39 457.07 248.3 457.27 248.05 457.52 247.77 457.57 247.55 457.8 247.56 457.92 247.44 458.08 247.12 458.2 246.87 458.11 246.6 458.29 246.3 458.33 246.27 458.42 246.06 458.51 245.99 458.65 245.79 458.74 245.69 458.63 245.52 458.59 245.35 458.67 245.11 458.66 245.08 458.57 244.86 458.55 244.46 458.65 244.09 458.88 243.21 459.25 242.92 459.41 242.5 459.38 242.2 459.47 242.01 459.46 241.59 459.57 241.5 459.52 240.9 459.42 240.87 459.19 240.65 459.21 240.39 459.01 240.46 458.83 240.42 458.69 240.16 458.39 240.36 458.19 240.37 457.95 240.32 457.81 240.32 457.35 240.27 457.08 240.26 456.77 240.11 456.51 240.05 456.19 240.02 455.7 239.8 455.47 239.52 455.37 239.22 455.38 238.87 455.74 238.66 455.77 238.55 455.66 238.14 455.43 237.84 455.38 237.4 455.1 237.22 455.14 237.05 455.02 237 454.86 236.82 454.67 236.71 454.64 236.34 454.18 236.23 454.12 236.12 453.86 235.95 453.72 236.02 453.62 236.02 453.34 235.81 453.07 Z M 235.75 460.46 235.86 460.26 236.1 460.06 236.15 459.95 236.47 459.84 236.72 459.79 237.39 459.28 237.75 459.09 238.11 459.04 238.37 459.19 238.63 459.55 238.65 459.69 238.47 459.76 238.47 460.01 238.38 460.13 238.36 460.3 238.73 460.34 238.76 460.46 238.59 460.61 238.52 460.77 238.38 460.67 238.13 460.69 237.77 460.84 237.67 460.71 237.35 460.68 237.14 460.73 236.82 460.9 236.71 460.69 236.53 460.89 236.35 460.98 236.12 460.93 235.73 460.52 235.75 460.46 Z M 229.32 453.33 229.39 453.16 229.77 452.94 230.01 452.87 230.63 452.82 230.97 452.93 231.52 452.92 231.91 453 232.31 453.15 232.5 453.29 233.46 454.22 233.59 454.39 233.86 454.87 233.86 455.15 233.72 455.44 233.58 455.6 233.43 455.91 233.2 456.09 233.04 456.08 232.78 456.2 232.35 456.51 232.22 456.42 232.05 456.5 231.79 456.52 231.5 456.48 231.05 456.57 230.71 456.16 230.53 455.52 230.57 455.44 230.61 454.94 230.54 454.77 230.29 454.33 230.2 454.24 229.68 453.98 229.51 453.93 229.31 453.54 229.32 453.33 Z M 224.95 449.38 225.05 449.26 225.05 449.08 225.22 448.72 225.47 448.43 225.6 448.39 225.93 448.06 226 447.7 225.96 447.49 225.78 447.27 225.89 447.18 226.16 447.3 226.58 447.29 226.64 447.22 226.92 447.37 227.09 447.58 227.63 447.67 228.1 447.65 228.41 447.74 228.76 447.75 229.35 447.92 229.65 447.87 229.96 447.92 230.45 448.05 230.68 447.92 230.73 447.51 230.94 447.36 231.08 447.42 231.34 447.88 231.42 448.17 231.6 448.24 232.27 448.36 232.47 448.26 232.81 448.4 233.22 448.29 233.44 448.34 233.5 448.26 233.91 448.13 234.05 448.26 234.26 448.16 234.51 448.12 235.07 448.17 235.13 448.44 235.25 448.47 235.46 448.42 235.6 448.45 235.54 448.73 235.36 449.02 235.23 449.11 235.12 449.3 234.44 449.85 234.21 449.97 234.14 450.1 233.94 450.19 233.67 450.23 233.34 450.44 232.95 450.41 232.65 450.6 232.33 450.53 232.19 450.43 231.82 450.33 231.33 450.26 231.23 450.21 230.72 450.06 229.89 449.79 229.8 449.66 229.55 449.63 229.22 449.54 228.71 449.48 228.15 449.59 227.75 449.71 227.6 449.69 227.08 449.7 225.91 449.77 225.35 449.67 225.08 449.66 224.87 449.5 224.95 449.38 Z M 207.72 440.31 208.49 440.22 208.82 440.26 209.26 440.22 209.52 440.26 209.92 440.26 210.24 440.19 210.48 440.21 210.66 440.1 210.77 439.84 211.14 439.56 211.51 439.17 211.57 438.86 212.1 438.34 212.19 438.21 212.52 438.01 212.88 437.91 212.98 437.82 213.26 437.82 213.59 438.16 213.78 438.47 213.83 438.66 213.99 438.76 213.95 438.91 214.15 439.03 214.1 439.43 214.22 439.54 214.31 439.77 214.43 439.83 214.53 440.03 214.68 440.18 214.69 440.3 214.9 440.46 214.87 440.71 215.22 440.74 215.38 440.9 215.59 441.34 215.59 441.68 215.3 441.73 215.27 441.85 215.33 442.09 215.46 442.22 215.41 442.42 215.52 442.68 215.66 442.65 215.8 442.76 215.9 442.72 216.1 443.09 216.09 443.19 216.39 443.28 216.47 443.53 216.58 443.54 216.85 443.05 216.57 442.88 216.69 442.67 216.86 442.63 217.18 442.75 217.44 442.62 217.52 442.82 217.35 442.92 217.34 443.17 217.19 443.34 217.21 443.5 217.36 443.76 217.68 443.9 217.86 444.15 217.8 444.53 217.84 444.67 218.07 445.06 218.35 445.22 218.68 445.49 218.86 445.49 218.83 445.71 218.42 445.96 218.2 446.14 218.1 446.36 217.78 446.45 217.78 446.11 217.61 445.98 216.98 446.13 216.8 446.14 216.24 446.48 215.9 446.5 215.79 446.41 215.75 446.21 215.49 446.02 215.35 446.01 214.93 445.75 214.63 445.53 214.27 445.59 213.55 445.57 213.55 445.35 213.31 445.23 213.23 445.12 213 445.34 212.23 445.5 211.82 445.56 211.71 445.61 211.19 445.66 211.11 445.7 210.78 445.7 210.6 445.58 210.33 444.84 210.31 444.56 210.11 444.16 209.74 443.78 209.55 443.73 209.46 443.51 209.44 443.15 209.26 442.87 209.12 442.77 209.01 442.59 208.76 442.4 208.72 442.24 208.53 442.11 208.58 441.31 208.53 441.08 208.2 440.69 207.77 440.4 207.72 440.31 Z M 181.05 431.24 181.13 430.91 181.14 430.58 181.84 429.98 182.06 429.43 182.11 429.17 182.27 428.98 182.69 428.75 182.85 428.74 183.4 428.57 183.67 428.42 183.9 428.21 184.34 428 184.79 427.64 185.18 427.58 185.45 427.68 185.53 427.83 185.68 427.8 185.9 427.89 186.03 428.04 186.25 427.96 186.21 427.75 186.44 427.55 186.65 427.56 186.84 427.68 187.04 427.63 187.38 427.69 187.48 427.8 187.65 427.7 187.88 427.65 187.96 427.52 188.31 427.83 188.43 427.81 188.75 427.9 188.88 427.88 189.05 428 189.25 428.26 189.48 428.42 189.53 428.69 189.7 428.94 189.63 429.12 189.81 429.14 189.86 429.24 189.86 429.65 189.79 429.99 189.65 430.1 189.63 430.26 189.42 430.54 189.33 430.92 189.13 431.01 189.01 431.53 189.11 431.99 189.06 432.12 189.15 432.74 189.05 432.83 188.84 433.18 188.71 433.18 188.46 433.38 188.25 433.46 188.06 433.72 187.81 433.89 187.8 433.98 187.58 434.08 187.27 434.34 187.07 434.44 186.54 434.17 186.31 434.1 186.08 434.12 185.89 434.05 185.62 434.12 185.54 434.06 185.18 434.05 184.87 433.91 184.78 433.94 184.51 433.74 184.19 433.79 184.04 433.75 183.74 433.53 183.46 433.13 183.41 432.98 183.27 432.95 183.14 432.75 182.45 432.59 182.31 432.47 181.54 432.22 181.43 432.08 181.29 431.71 181.07 431.46 181.05 431.24 Z M 172.82 434.86 172.87 434.55 173.09 434.25 173.1 434 173.24 433.74 173.37 433.67 173.65 433.43 173.93 433.09 174.33 432.95 174.83 432.71 175.04 432.57 175.24 432.17 175.3 431.81 175.49 431.78 175.63 431.68 175.75 431.74 176.04 431.65 176.34 431.86 176.38 432.01 176.31 432.16 176.15 432.16 176.01 432.5 175.91 432.57 175.78 433.08 175.94 433.6 175.91 433.71 175.48 433.89 174.95 434.08 174.67 434.1 174.4 434.24 173.8 435.19 173.78 435.38 173.64 435.55 173.57 435.86 173.37 435.79 173.22 435.62 173.1 435.63 172.99 435.38 172.87 435.32 172.81 435.16 172.82 434.86 Z\" data-geo-id=\"15\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(163, 0, 0);\"></path>\\n<path d=\"M 707.41 197.06 707.56 197.5 707.36 197.38 707.26 197.15 707.41 197.06 Z M 703.77 196.03 703.98 195.98 704.02 195.66 704.13 195.25 704.39 194.67 704.68 194.25 705.15 193.78 705.43 193.58 705.75 193.39 706.4 193.15 706.84 193.07 707.44 193.04 708.14 193.14 708.62 193.31 708.07 193.83 707.89 194.49 707.76 195.2 707.26 196.56 706.93 196.74 706.7 197.37 706.68 197.49 706.8 197.83 707.64 198.34 707.64 198.77 707.69 199.22 707.56 199.66 707.55 200 707.68 200.33 707.98 200.57 708.02 200.69 708.28 200.8 708.59 201 708.66 201.13 709.07 201.65 709.16 201.87 709.48 202.03 709.51 202.18 709.76 202.32 710.16 202.47 710.22 202.58 710.44 202.63 710.61 203.06 711.08 203.45 711.16 203.57 711.17 203.77 711.27 203.92 711.29 204.21 711.45 204.33 711.57 204.79 711.46 205.15 711.47 205.56 711.64 205.91 711.68 206.12 711.89 206.54 711.93 206.93 711.99 207.15 712.11 207.3 712.39 207.42 712.74 207.66 713.07 207.84 713.52 208.37 713.71 208.73 713.8 209.16 713.77 209.39 714.04 209.73 714.78 210.27 715.37 210.8 715.84 211.1 716.12 211.37 716.65 211.58 717.04 211.65 717.34 211.57 717.55 211.41 717.56 211.11 717.83 211.67 718.02 212.3 718.54 213.71 718.67 214.24 718.85 214.69 719.5 216.94 719.66 217.6 717.69 218.04 714.99 218.62 714.15 218.79 712.23 219.15 710.27 219.49 709.95 218.34 709.36 216.23 708.68 213.82 707.68 210.25 706.6 206.4 706.52 206.16 706.17 204.89 705.28 201.73 704.58 199.24 704.02 197.23 703.77 196.03 Z\" data-geo-id=\"10\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(163, 0, 0);\"></path>\\n<path d=\"M 757.21 145.07 757.38 144.82 757.44 145.03 757.36 145.13 757.65 145.27 757.94 145.3 758.12 145.67 758.03 146.13 757.93 146.25 757.76 146.15 757.69 145.77 757.71 145.4 757.51 145.31 757.32 145.31 757.21 145.07 Z M 759.24 143.98 759.54 144.04 760.18 144.03 760.3 144.63 760.25 144.73 760.34 145.08 760.54 145.28 761.01 146.55 761.16 147.01 760.95 147.13 760.97 147.34 760.85 147.52 760.73 147.55 760.62 147.73 760.67 147.85 760.44 147.94 760.35 148.04 760.26 147.51 759.97 147.29 759.97 146.99 759.79 146.75 759.78 146.51 759.6 146.44 759.6 146.12 759.53 145.77 759.42 145.71 759.51 145.52 759.33 145.25 759.28 145.01 758.9 145.19 759.02 145.79 759.18 146 759.23 146.3 759.33 146.4 759.37 146.72 759.52 146.83 759.52 147.11 759.44 147.53 759.48 147.67 759.21 147.7 759.09 147.9 758.98 147.78 758.8 147.89 758.89 148.19 758.8 148.32 758.84 148.48 758.76 148.57 758.6 148.52 758.41 148.71 758.29 148.63 758.15 148.77 758 148.5 758.16 148.33 758.33 148.31 758.56 148.1 758.4 147.87 758.34 147.65 758.21 147.59 758.16 147.39 758.4 147.25 758.26 147.14 758.37 146.92 758.3 146.78 758.48 145.82 758.51 145.53 758.45 145.21 758.58 145.11 758.66 144.86 758.86 144.81 759.02 144.47 759.18 144.44 759.24 143.98 Z M 757.48 148.71 757.54 148.57 757.34 148.11 757.55 148.04 757.56 147.81 757.35 147.68 757.29 147.5 757.3 147.21 757.23 146.87 757.25 146.65 757.34 146.5 757.45 146.53 757.57 146.79 757.58 147.09 757.7 147.35 757.72 147.63 757.84 147.67 757.78 147.96 757.98 148.26 757.74 148.37 757.71 148.51 757.48 148.71 Z M 756.02 155.08 756.02 154.64 756.12 154.56 756.28 154 756.22 153.74 756.41 153.71 756.58 153.88 756.53 154.39 756.6 154.54 756.95 154.74 756.97 154.96 756.73 155.12 756.27 155.28 756.08 155.19 756.02 155.08 Z M 751.82 152.99 752.08 152.61 752.15 152.47 752.01 152.28 751.92 152.07 751.98 151.95 751.89 151.65 751.71 151.53 751.65 151.34 751.9 151 752.22 150.97 751.47 147.59 751.21 146.48 750.4 143.69 749.71 141.32 749.34 139.97 749.78 139.82 753.02 138.87 753.39 138.73 755 138.27 755.61 140.61 756.18 140.36 756.23 140.67 756.42 141.01 756.39 141.36 756.53 141.51 756.43 141.79 756.61 142.02 756.63 142.19 756.75 142.27 756.91 142.51 757.96 142.79 758.67 143.43 758.51 143.73 758.53 143.92 758.69 144.08 758.52 144.46 758.52 144.82 758.41 144.8 758.34 144.57 757.99 144.37 758 144.57 757.82 144.67 757.74 144.43 757.74 144.25 757.84 144.09 757.79 143.82 757.51 143.69 757.48 143.52 757.23 143.52 757.02 143.58 756.95 143.4 756.75 143.25 756.64 143.28 756.43 142.82 756.29 142.61 756.15 142.61 756.03 142.73 756.3 143.16 756.44 143.69 756.64 143.82 756.78 144.05 756.85 144.35 756.78 144.43 756.82 144.68 756.78 144.81 756.59 144.75 756.52 144.53 756.14 144.62 755.81 144.67 755.78 144.86 755.92 145.03 756.11 144.9 756.38 144.98 756.58 145.75 756.7 145.84 756.59 145.96 756.74 146.08 756.81 146.34 756.36 146.61 756.29 146.77 756.39 146.93 756.64 147.05 756.62 147.17 756.88 147.37 757.01 147.74 757.01 148.09 757.18 148.56 757.02 148.64 757.13 148.85 757.13 149.08 756.86 149.43 757.01 149.86 756.87 150.21 756.77 150.67 756.87 150.88 756.5 150.7 756.09 150.76 755.83 150.87 754.99 151.32 754.1 151.95 753.77 152.27 753.56 152.31 753.3 152.51 752.99 152.54 752.45 152.83 752.07 153.1 751.93 153.24 751.84 153.2 751.82 152.99 Z\" data-geo-id=\"44\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(163, 0, 0);\"></path>\\n<path d=\"M 514.89 276.3 514.35 275.94 514.14 275.61 514.06 275.3 514.13 274.82 514.23 274.58 514.42 274.28 514.53 274.24 514.69 273.98 515.03 273.65 515.18 273.22 515.25 272.91 515.48 272.54 516.12 271.79 516.36 271.68 516.54 271.51 516.93 271.38 517.3 271.44 517.81 271.42 518.54 271.64 519.08 271.86 519.53 271.97 519.83 272.15 520.01 272.32 520.38 272.57 520.71 272.75 520.89 272.8 521.16 272.74 521.38 272.78 522.06 273.05 522.27 273.07 522.57 273.21 522.93 273.43 523.13 273.61 523.2 273.79 523.68 273.95 524 274.01 524.26 273.99 524.68 273.9 524.93 273.77 525.11 273.28 525.11 273.07 525.22 272.73 525.33 272.22 525.22 272.08 524.9 271.27 524.72 271.09 524.52 270.98 524.29 270.6 523.89 270.22 523.92 270.13 523.76 269.8 523.8 269.52 524.11 268.7 524.19 267.78 524.27 267.6 524.47 267.34 524.71 267.17 525.15 266.97 525.33 267.02 525.64 267.22 525.75 267.35 525.89 267.34 526.08 267.17 526.28 266.84 526.57 266.55 527.02 266.29 527.41 266.17 527.86 266.12 528.6 265.94 529.19 265.74 529.29 265.75 529.71 265.66 529.98 265.65 530.09 265.4 530.24 265.18 530.19 264.8 530.09 264.63 529.79 264.46 529.49 264.08 529.24 263.87 529.05 263.77 528.93 263.54 528.87 263.21 528.68 262.86 528.57 262.54 528.52 262.2 528.53 262.07 528.7 261.7 528.85 261.52 528.96 261.21 529.06 261.09 529.29 260.97 529.37 260.86 529.83 260.53 530.01 260.21 530.1 259.95 530.16 259.47 530.26 259.32 530.45 259.25 530.73 259.31 531.05 259.47 531.32 259.73 531.55 259.67 531.66 259.28 532.06 259 532.09 258.81 532 258.43 531.87 258.21 531.52 257.88 531.43 257.67 531.45 257.45 531.9 256.75 532.08 256.68 532.31 256.73 532.5 256.89 532.65 257.16 532.83 257.28 532.92 257.49 533.09 257.58 533.62 257.56 533.78 257.5 534.08 257.22 534.4 257.12 534.65 257.15 534.84 257.1 535.23 256.88 535.43 256.93 535.53 257.04 535.54 257.31 535.34 257.79 535.41 258.16 535.52 258.29 535.93 258.32 536.37 258.16 536.49 258.02 536.7 257.62 536.77 257.34 536.7 257.11 536.16 256.71 536.03 256.44 536.15 256.09 536.31 255.9 536.34 255.47 536.59 255.38 536.73 255.5 536.75 255.8 536.99 256.14 537.17 256.28 537.65 256.49 537.79 256.59 538 256.48 538.43 256.01 538.64 255.84 538.83 255.77 539.19 255.73 539.62 255.82 539.81 255.91 539.97 256.09 540.27 256.28 540.65 256.35 540.99 256.51 541.27 256.68 541.66 256.98 542.24 257.3 542.49 257.36 542.91 257.39 543.08 257.37 543.21 257.46 543.47 257.82 543.62 258.25 543.7 258.37 543.99 258.42 544.3 258.29 544.57 258 544.72 257.48 544.84 256.68 544.77 256.18 544.91 255.94 545.21 255.67 545.69 255.4 545.89 255.34 546.47 255.23 546.8 254.98 547 254.64 547.41 254.13 547.87 253.86 548 253.85 548.31 254 548.6 254.63 549.11 255.41 549.44 255.73 549.64 255.74 550.08 255.31 550.27 255.26 550.62 255.3 550.7 255.38 550.73 255.6 550.58 256.11 550.54 256.35 550.63 256.59 550.93 256.59 551.4 256.24 551.48 256.06 551.38 255.3 551.52 255.01 551.85 254.96 552.12 255.02 552.34 255.01 552.66 254.8 552.7 254.6 552.5 254.32 552.37 254.01 552.3 253.44 552.26 252.87 552.35 252.58 552.6 252.49 552.89 252.47 553.3 252.33 553.55 251.98 553.57 251.76 553.5 251.61 553.11 251.47 552.98 251.27 552.97 251.12 553.08 250.92 553.19 250.85 553.49 250.86 553.89 251.2 554.02 251.16 554.11 250.82 554.28 250.68 554.81 250.68 554.97 250.58 555.06 250.28 554.94 250.14 554.68 250.09 554.36 250.07 554.17 249.9 554.14 249.62 554.19 249.47 554.41 249.34 554.57 249.4 555.07 249.78 555.4 249.92 555.54 250.02 555.79 250.33 555.85 250.53 555.77 251.1 555.83 251.45 555.96 251.84 556.04 251.93 556.36 252.13 556.57 252.21 556.78 252.41 557.47 252.68 557.64 252.67 557.89 252.55 558.18 252.49 558.55 252.52 558.94 252.71 559.2 253.17 559.46 253.44 559.58 253.47 559.68 253.33 559.63 253.02 559.75 252.75 560.45 252.5 560.9 252.42 561.18 252.07 561.23 251.9 561.24 251.3 561.35 250.75 561.34 250.54 561.2 249.9 561.16 249.36 561.19 249.12 561.32 248.81 561.48 248.52 561.86 248.12 562.02 247.76 562.01 247.26 562.09 247.04 562.25 246.91 562.69 246.74 562.91 246.77 563.11 247.01 563.42 247.06 564.21 246.44 564.34 246.29 564.56 245.85 564.68 245.41 564.73 245.06 564.71 244.74 564.75 244.44 564.9 243.83 565.07 243.53 565.32 243.32 566.21 243.08 566.57 242.83 566.79 242.42 566.85 242.11 566.95 241.96 567.35 241.7 567.56 241.47 567.63 241.19 567.59 240.87 567.53 240.73 567.22 240.24 567.14 239.99 567.05 239.07 566.76 238.67 566.72 238.47 566.75 238.16 566.94 237.75 567.31 237.54 567.88 237.6 568.22 237.53 568.84 237.28 569.07 237.24 569.38 237.25 569.72 237.37 570.08 237.83 570.29 238.01 570.67 238.12 570.9 238.08 571.14 237.97 571.41 237.79 571.92 237.2 572.27 236.89 572.54 236.73 572.7 236.58 573.11 236.3 573.36 236.04 573.54 236 574.02 236.03 574.23 235.96 574.77 235.59 574.86 235.55 575.38 235.6 575.61 235.66 575.95 235.62 575.98 235.46 575.88 235.23 575.69 234.99 575.63 234.77 575.7 234.59 575.97 234.34 576.16 234.05 576.15 233.71 575.92 233.56 575.47 233.5 575.02 233.54 574.88 233.5 574.71 233.22 574.8 232.95 575.08 232.55 575.26 232.34 575.31 232.11 575.16 231.77 574.57 231.07 574.34 230.91 574.15 230.62 574.23 230.36 574.62 230.09 574.98 229.61 575.15 229.49 575.52 229.31 575.65 229.19 575.85 228.77 576.02 228.59 576.35 228.6 576.56 228.71 577.06 229.29 577.25 229.38 577.42 229.37 577.66 229.46 577.96 229.72 578.15 229.76 578.41 229.71 578.83 229.51 579.1 229.14 579.24 229.13 579.5 229.23 579.71 229.18 579.93 228.98 580.08 228.68 580.22 228.58 580.45 228.57 580.61 228.66 580.84 229.03 580.88 229.44 580.96 229.71 581.1 229.84 581.33 229.91 581.62 229.88 582.02 229.91 582.24 229.97 582.55 230.11 582.92 230.48 583.09 230.87 583.15 231.19 583.28 231.41 583.81 231.98 584.21 232.51 584.3 232.9 584.32 233.27 584.44 233.78 584.58 234.01 584.74 234.15 584.96 234.21 585.6 234.25 585.92 234.31 586.33 234.46 586.9 234.56 587.29 234.51 587.99 234.2 588.22 234.07 588.46 234.03 588.74 234.07 589.02 234.27 589.62 234.31 590.05 234.42 590.27 234.68 590.41 235.06 590.71 235.26 591.19 235.35 591.31 235.45 591.57 236.14 591.73 236.24 592.35 236.26 592.91 236.48 593.17 236.52 593.39 236.44 593.48 236.31 593.52 236 593.52 235.7 593.65 235.46 593.9 235.32 594.46 235.09 594.74 234.94 595.14 234.8 595.4 234.84 595.68 234.98 595.99 235.23 596.31 235.29 596.71 235.27 597.25 235.3 597.52 235.35 597.95 235.55 598.24 235.8 598.37 236.2 598.48 236.3 598.75 236.39 598.85 236.33 599.16 235.83 599.47 235.67 600.04 235.82 600.7 235.66 600.9 235.55 600.99 235.41 601.09 235.13 601.1 234.86 601.22 234.6 601.35 234.47 601.61 234.36 601.88 234.17 602.03 234.02 602.15 233.76 602.25 233.44 602.54 233.28 603.03 233.29 603.18 233.22 603.52 232.89 603.78 232.72 604.2 232.54 604.43 232.6 604.58 232.82 604.63 233.03 604.62 233.77 604.68 233.91 604.88 234.14 605.05 234.57 605.12 235.05 605.32 235.52 605.45 235.68 605.77 235.89 606.09 236.03 606.41 236.07 606.64 236.01 607.21 235.99 607.61 236.19 607.78 236.33 608.05 236.69 608.37 237.01 608.69 237.2 609.07 237.34 609.25 237.6 609.36 238.02 609.51 238.3 609.49 238.54 609.56 238.76 609.52 238.95 609.62 239.1 609.61 239.4 609.65 239.78 609.79 239.85 610.02 240.05 610.12 240.33 610.02 240.59 610.22 241.28 610.1 241.65 609.79 241.69 609.74 241.91 609.82 242.11 609.99 242.21 610.03 242.6 609.93 243.11 609.81 243.18 609.52 243.18 609.45 243.3 609.56 243.45 609.63 243.79 609.89 243.89 609.91 244.06 610.13 244.07 610.48 244.29 610.55 244.6 610.72 244.74 610.85 244.75 610.96 244.89 611.09 244.91 611.23 245.21 611.36 245.37 611.36 245.52 611.58 245.7 611.6 245.83 611.83 246.2 611.93 246.14 612.2 246.15 612.32 246.42 612.59 246.37 612.56 246.6 612.38 246.63 612.37 246.82 612.57 246.87 612.37 247.17 612.25 247.16 612.19 247.43 612.43 247.66 612.58 247.73 612.75 247.72 612.99 247.79 613.23 247.92 613.34 248.11 613.49 248.15 613.58 248.4 613.56 248.58 613.69 248.72 613.63 248.88 613.77 248.94 613.99 249.18 614.03 249.34 614.34 249.5 614.41 249.66 614.62 249.77 614.99 249.89 615.14 250.28 615.36 250.4 615.37 250.51 615.2 250.69 615.46 250.85 615.53 251.07 615.7 251.31 615.87 251.39 615.81 251.52 615.92 251.7 615.99 251.99 616.16 251.87 616.34 252.07 616.58 252.17 616.82 252.05 617.05 252.18 617.2 252.53 617.32 252.68 617.72 252.56 617.6 252.27 617.79 252.15 617.9 252.48 617.79 252.58 617.89 252.73 618.09 252.91 618.21 252.86 618.25 253.18 618.47 253.1 618.62 253.11 618.78 253.42 618.64 253.68 618.71 253.89 618.86 253.89 618.93 253.73 619.12 253.68 619.21 253.81 619.36 253.73 619.6 253.71 619.76 253.89 619.78 254.04 620.11 254.01 620.05 253.81 620.31 253.95 620.64 253.97 620.73 253.79 620.85 253.85 621.16 253.65 621.22 253.8 620.14 255.08 619.99 255.29 619.19 256.26 618.19 257.42 617.51 258.25 616.71 259.2 616.61 259.44 616.44 259.53 616.26 259.8 615.9 260 615.8 260.01 615.12 260.36 614.86 260.46 614.16 260.89 613.88 261.2 613.45 261.43 613.07 261.79 612.88 261.93 612.45 262.38 612.34 262.56 612.08 262.64 612.01 262.79 611.75 263.02 611.63 263.02 611.11 263.4 611.07 263.57 611.15 263.67 611.19 264.07 611.29 264.24 611.16 264.31 611.27 264.58 611.26 264.9 611 264.95 610.98 265.26 610.8 265.25 610.51 265.66 610.23 265.7 609.91 265.82 609.82 266.04 609.63 266.26 609.5 266.25 609.29 266.49 609.3 266.66 609.55 266.88 609.5 267.14 609.56 267.4 609.34 267.77 609.47 267.87 609.36 268.13 608.99 268.37 608.98 268.47 608.76 268.51 608.55 268.67 608.34 268.72 608.08 268.92 607.94 268.9 607.66 269 607.57 269.18 607.33 269.18 607.24 269.08 606.94 269.19 606.55 269.19 606.55 269.46 606.38 269.54 606.18 269.74 606.27 270.02 606.02 270.53 605.83 270.68 605.91 270.81 605.89 271.04 605.99 271.29 605.88 271.45 605.51 271.56 605.01 271.64 604.65 271.85 604.02 272.13 603.68 272.32 603.39 272.4 602.88 272.67 602.64 272.85 602.26 273.04 602.14 273.24 601.75 273.48 601.28 273.59 600.86 273.62 600.68 273.57 600.41 273.62 600.12 273.74 599.99 273.92 599.69 274.06 599.49 274.27 599.24 274.33 598.95 274.5 598.81 274.69 598.47 274.78 598.46 274.9 598.11 275.25 597.93 275.63 596.44 275.8 594.84 275.95 593.42 276.07 591.31 276.3 589.79 276.48 589.13 276.57 586.53 276.81 585.66 276.9 585.01 276.99 583.77 277.07 581.33 277.29 580.45 277.36 578.91 277.4 577.68 277.41 576.59 277.47 575.08 277.59 573.64 277.73 573.49 277.79 571.54 278.12 570.67 278.29 569.71 278.38 567.79 278.54 566.97 278.59 565.91 278.67 565.45 278.72 564.81 278.76 563.5 278.81 562.39 278.89 561.64 278.9 559.88 278.97 558.42 279.01 557.81 279.01 555.16 279.2 554.34 279.65 553.91 279.33 552.04 279.57 549.13 279.91 547.54 280.11 545.98 280.29 541.44 280.73 538.01 281.1 536.44 281.27 534.8 281.47 534.8 280.88 534.46 280.88 532.32 280.83 531.43 280.89 531.49 281.24 531.67 281.54 531.73 281.78 531.93 282.3 532.07 282.87 532.15 283.08 532.23 283.48 532.19 284 531.98 284.34 530.85 284.4 527.76 284.62 525.35 284.8 524.5 284.85 520.09 285.17 519.11 285.26 518.12 285.33 515.79 285.48 513 285.61 511.63 285.86 511.23 285.89 511.46 285.04 511.48 284.7 511.65 284.23 511.71 283.6 511.85 283.41 511.99 283.34 512.43 283.24 512.65 283.45 512.97 283.94 513.41 284.39 513.56 284.45 514.03 284.34 514.22 284.11 514.36 283.69 514.4 283.16 514.53 282.91 514.72 282.72 514.93 282.4 514.78 282.3 514.74 281.98 514.25 281.49 514.21 281.3 514.24 281.04 514.42 280.75 514.68 280.62 514.84 280.68 515.31 280.72 515.41 280.56 515.42 280.25 515.22 280.04 514.81 280.04 514.57 279.88 514.46 279.71 514.4 279.25 514.47 279.08 514.77 278.93 515 278.9 515.14 278.41 515.25 278.11 515.33 277.47 515.43 277 515.42 276.61 515.25 276.39 515.11 276.29 514.89 276.3 Z M 510.2 285.99 509.38 286.04 509.31 285.91 509.02 285.53 508.83 285.12 508.87 284.79 509.07 284.53 509.45 284.43 509.87 284.49 510.11 284.56 510.3 284.78 510.4 285.02 510.45 285.35 510.38 285.67 510.2 285.99 Z\" data-geo-id=\"21\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(230, 230, 230);\"></path>\\n<path d=\"M 598.9 177.94 599.04 177.8 599.09 177.6 599.25 177.57 599.37 177.7 599.64 177.69 599.69 178 599.64 178.15 599.45 178.22 599.35 178.09 599.06 178.08 598.9 177.94 Z M 597.4 176.57 597.57 176.4 597.69 176.38 597.73 176.77 597.62 176.81 597.54 176.62 597.4 176.57 Z M 597.2 176.09 597.31 175.84 597.48 175.81 597.59 176.08 597.49 176.13 597.2 176.09 Z M 597.26 177.33 597.37 177.11 597.48 177.04 597.82 177.11 597.43 177.64 597.35 177.39 597.26 177.33 Z M 569.49 179.95 570.28 179.81 572.77 179.44 575.75 178.99 578.92 178.47 580.53 178.2 580.82 178.16 582.77 177.82 584.12 177.6 586.47 177.19 588.45 176.86 588.27 177.15 588.21 177.55 588.44 177.57 588.87 177.2 589.01 177.36 588.82 177.51 589 177.62 589.42 177.52 589.6 177.6 589.99 177.53 590.13 177.39 590.18 177.14 590.67 177.44 590.68 177.64 591 177.62 591.7 178.01 591.74 178.12 591.95 178.22 592.06 178.2 592.36 178.3 593.08 178.46 593.68 178.46 593.95 178.56 594.26 178.74 594.59 179.14 594.9 179.42 595.36 179.7 595.81 179.91 596.29 179.98 596.33 180.03 596.64 179.95 596.96 179.78 597.2 179.53 597.34 179.23 597.38 178.97 597.22 178.73 597.3 178.55 597.55 178.43 597.79 178.73 598.03 178.9 598.22 179.14 598.36 179.23 598.55 179.21 598.85 179.05 599.31 179.07 599.44 179.32 599.27 179.67 598.89 179.75 598.74 179.92 598.53 179.88 598.15 179.94 598 180.09 597.95 180.27 597.63 180.09 597.31 180.34 597.13 180.42 596.6 180.49 596.41 180.56 596.13 180.56 595.99 180.66 595.89 181 595.74 181.04 595.65 181.18 595.43 181.12 595.24 181.2 595.08 181.16 595 181.27 595.56 181.63 595.76 181.32 595.98 181.33 596.21 181.67 596.47 181.84 596.74 181.78 597.18 181.45 597.27 181.28 597.6 181.27 597.97 180.89 597.91 180.61 598.17 180.64 598.89 181 599.05 181.01 599.18 180.87 599.32 180.82 599.76 180.52 599.81 180.62 600.19 180.67 600.25 180.8 600.4 180.91 600.93 181.14 601.31 181.18 601.72 181.33 601.95 181.46 602.09 181.47 602.62 181.67 603.08 181.66 603.36 181.52 603.75 181.26 604.17 180.87 604.51 180.67 604.61 180.53 605.18 180.4 605.63 180.38 605.95 180.28 606.13 180.18 606.92 179.49 606.99 179.33 607.11 179.32 607.46 179.15 607.91 178.86 608.66 178.48 609.33 178.14 609.56 178.13 609.99 178.25 610.34 178.44 610.73 178.44 611.32 178.47 611.55 178.42 612.09 178.15 612.62 178.03 613.17 178.12 613.35 178 613.78 177.55 613.87 177.41 614.17 177.1 614.29 177.12 614.52 176.87 614.66 176.78 615 176.41 615.15 176.09 615.23 176.1 615.83 175.23 616.03 175.13 616.36 174.83 616.62 174.44 616.89 173.91 617.17 173.62 617.54 173.17 617.97 172.7 618.63 172.15 618.81 171.94 619.13 171.93 619.62 171.66 620.61 170.82 621.07 170.47 621.43 170.27 621.93 169.91 622.36 169.69 622.5 169.55 623.41 169.22 623.89 169.02 624.59 168.51 624.87 168.38 625.07 168.19 625.14 168.03 625.41 167.94 625.55 167.99 625.81 167.79 626.25 167.65 626.93 167.24 627.22 167.05 627.44 166.99 627.87 166.7 628.07 166.61 628.51 166.28 628.88 166.09 629.28 168.52 629.84 171.93 630.25 174.41 630.58 176.38 630.87 178.18 631.16 179.92 631.4 181.39 631.72 183.3 632.18 186.14 632.77 189.7 633.06 191.5 632.88 191.6 632.52 191.89 632.32 192.11 631.97 191.95 631.58 192.12 631.49 192.21 631.3 192.59 631.17 192.74 631.12 192.92 631.16 193.09 631.4 193.26 631.75 193.67 631.84 193.71 632.08 194.33 632.25 194.55 632.41 194.66 632.51 194.86 632.5 195.12 632.38 195.54 632.38 195.7 632.47 196.18 632.26 196.37 632.26 196.59 632.44 196.62 632.64 196.83 632.63 197.25 632.91 197.79 632.9 198 632.78 198.32 632.82 198.7 632.76 198.91 632.48 199.16 632.39 199.3 632.3 199.61 632.3 200.2 632.26 200.35 632.1 200.58 631.92 201.13 631.89 201.46 631.92 201.71 632.02 201.97 632.01 202.2 631.75 202.49 631.67 202.72 631.86 203.2 631.89 203.43 631.84 203.63 631.84 204.06 631.95 204.44 631.97 204.71 631.75 204.98 631.7 205.23 631.8 205.56 631.91 205.78 631.76 205.94 631.53 205.83 631.22 205.85 631.19 206.16 631.47 206.51 631.56 206.7 631.54 206.87 631.24 207.13 631.12 207.37 631.24 207.68 631.28 207.93 631.27 208.19 631.16 208.36 630.81 208.72 630.74 208.95 630.84 209.14 631.16 209.39 631.43 209.7 631.45 210.01 631.07 210.27 631.04 210.41 631.13 211.06 631.07 211.56 631.03 211.7 630.87 211.8 630.5 211.82 630.28 211.93 629.82 212.48 629.54 212.9 629.16 213.33 629.09 213.48 628.91 213.68 628.6 214.13 628.25 214.74 628.11 215.17 627.89 215.62 627.38 215.81 627.18 216.01 627.14 216.16 626.9 216.58 626.91 216.83 626.77 216.95 626.49 216.91 626.09 217.06 625.95 217.21 625.74 217.34 625.09 217.99 624.69 218.13 624.56 218.12 624.36 217.92 624.11 217.32 623.74 217.04 623.47 216.99 623.33 217.03 623.11 217.24 622.93 217.58 622.76 217.82 622.25 218.29 622.07 218.6 622.09 219.47 622.14 219.81 622.09 219.98 621.87 219.99 621.51 219.9 621.33 219.98 620.82 219.98 620.5 220.1 620.36 220.27 620.29 220.46 620.31 220.62 620.45 221 620.33 221.16 620 221.29 619.9 221.52 619.89 221.7 619.72 221.92 619.65 222.11 619.9 222.63 619.97 223.05 620.03 223.23 620.04 223.6 619.96 223.77 619.65 224.04 619.17 224 619.09 224.1 619.18 224.47 619.34 224.68 619.84 225.02 620 225.21 620.02 225.46 619.94 225.58 619.89 226.21 619.96 226.38 620.35 226.75 620.32 226.91 620.12 226.99 619.94 226.96 619.47 226.64 619.22 226.72 619.08 227.04 619.09 227.57 618.98 227.8 618.58 228.17 618.26 228.12 617.98 227.93 617.96 227.74 618.28 227.22 618.23 226.99 618.01 226.7 617.89 226.48 617.62 226.11 617.32 225.99 616.96 226.11 616.62 225.58 616.42 225.47 616.26 225.48 616.01 225.61 615.95 225.77 615.87 226.24 615.37 226.67 615.26 227.08 615.17 227.29 615.17 227.54 614.98 228.01 614.8 228.27 614.81 228.55 614.95 228.89 614.94 229.37 614.74 229.71 614.33 229.95 614 230.38 613.97 230.55 614.09 230.9 614.38 231.06 614.76 231.96 614.71 232.52 614.85 232.91 614.97 233.1 615.14 233.52 615.13 233.95 614.98 234.14 614.75 234.24 614.5 234.28 614.13 234.2 613.9 234.24 613.73 234.35 613.52 234.67 613.57 235.45 613.51 235.76 613.56 236.27 613.5 236.54 613.5 236.83 613.4 237.21 613.18 237.41 612.47 237.64 612.24 237.57 611.83 237.81 611.09 238.15 610.5 238.49 610.2 238.57 609.88 238.58 609.62 238.46 609.51 238.3 609.36 238.02 609.25 237.6 609.07 237.34 608.69 237.2 608.37 237.01 608.05 236.69 607.78 236.33 607.61 236.19 607.21 235.99 606.64 236.01 606.41 236.07 606.09 236.03 605.77 235.89 605.45 235.68 605.32 235.52 605.12 235.05 605.05 234.57 604.88 234.14 604.68 233.91 604.62 233.77 604.63 233.03 604.58 232.82 604.43 232.6 604.2 232.54 603.78 232.72 603.52 232.89 603.18 233.22 603.03 233.29 602.54 233.28 602.25 233.44 602.15 233.76 602.03 234.02 601.88 234.17 601.61 234.36 601.35 234.47 601.22 234.6 601.1 234.86 601.09 235.13 600.99 235.41 600.9 235.55 600.7 235.66 600.04 235.82 599.47 235.67 599.16 235.83 598.85 236.33 598.75 236.39 598.48 236.3 598.37 236.2 598.24 235.8 597.95 235.55 597.52 235.35 597.25 235.3 596.71 235.27 596.31 235.29 595.99 235.23 595.68 234.98 595.4 234.84 595.14 234.8 594.74 234.94 594.46 235.09 593.9 235.32 593.65 235.46 593.52 235.7 593.52 236 593.48 236.31 593.39 236.44 593.17 236.52 592.91 236.48 592.35 236.26 591.73 236.24 591.57 236.14 591.31 235.45 591.19 235.35 590.71 235.26 590.41 235.06 590.27 234.68 590.05 234.42 589.62 234.31 589.02 234.27 588.74 234.07 588.46 234.03 588.22 234.07 587.99 234.2 587.29 234.51 586.9 234.56 586.33 234.46 585.92 234.31 585.6 234.25 584.96 234.21 584.74 234.15 584.58 234.01 584.44 233.78 584.32 233.27 584.3 232.9 584.21 232.51 583.81 231.98 583.28 231.41 583.15 231.19 583.09 230.87 582.92 230.48 582.55 230.11 582.24 229.97 582.02 229.91 581.62 229.88 581.33 229.91 581.1 229.84 580.96 229.71 580.88 229.44 580.84 229.03 580.61 228.66 580.45 228.57 580.22 228.58 580.08 228.68 579.93 228.98 579.71 229.18 579.5 229.23 579.24 229.13 579.1 229.14 578.83 229.51 578.41 229.71 578.15 229.76 577.96 229.72 577.66 229.46 577.42 229.37 577.25 229.38 577.06 229.29 576.56 228.71 576.35 228.6 576.02 228.59 575.85 228.77 575.65 229.19 575.52 229.31 575.15 229.49 574.87 227.17 574.71 225.67 574.37 222.37 573.99 218.96 573.63 215.93 573.27 212.46 573.01 209.9 572.88 208.58 572.66 206.43 572.42 204.49 572.31 203.51 572.24 202.76 571.93 200.03 571.57 197.05 571.13 193.45 570.83 190.92 570.53 188.41 570.17 185.44 570.11 184.92 569.68 181.53 569.49 179.95 Z\" data-geo-id=\"39\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(163, 0, 0);\"></path>\\n<path d=\"M 532.47 113.33 532.57 113.32 532.56 113.11 532.43 112.79 532.54 112.18 532.7 112.12 532.83 112.49 532.93 112.27 533.22 112.23 533.42 112.12 533.63 112.13 533.76 112.25 534.05 112.12 534.02 111.83 534.2 111.79 534.38 112.04 534.36 112.18 534.14 112.2 533.95 112.59 533.87 112.91 533.69 113.03 533.65 113.33 533.71 113.59 533.6 113.69 533.37 113.58 533.25 113.63 533.16 113.89 533.05 114.01 532.9 113.78 532.61 113.7 532.49 113.58 532.47 113.33 Z M 527.12 117.12 527.11 116.85 527.4 116.83 527.61 116.54 527.69 116.64 527.67 117.34 527.84 117.57 527.14 117.25 527.12 117.12 Z M 483.54 85.6 483.64 85.4 483.65 85.19 483.61 84.88 483.69 84.39 483.83 84.23 484.09 84.14 484.19 84.2 484.38 84.13 484.41 84.5 484.28 84.91 484.33 85.12 484.21 85.36 484.12 85.38 483.99 85.6 483.53 85.76 483.54 85.6 Z M 483.01 88.05 483.26 87.84 483.4 87.8 483.85 87.56 483.57 88.03 483.31 88.14 483.01 88.05 Z M 482.07 85.09 482.19 85.14 482.49 85.38 482.48 85.61 482.27 85.79 482.19 85.55 482.15 85.22 482.07 85.09 Z M 481.45 85.7 481.7 85.62 481.75 85.84 481.56 85.97 481.45 85.7 Z M 481.06 85.15 481.26 85.06 481.25 85.24 481.06 85.15 Z M 481.15 87.27 481.36 86.88 481.61 86.82 481.82 86.66 482.14 86.52 482.38 86.49 482.75 86.3 483.05 86.49 482.89 86.74 482.83 86.98 482.65 86.97 482.56 87.15 482.61 87.45 482.36 87.2 482.18 87.23 481.93 87.36 481.73 87.29 481.69 87.42 481.37 87.56 481.15 87.27 Z M 480.8 86.64 481.09 86.23 481.36 86.16 481.37 86.33 481.13 86.6 480.9 86.77 480.8 86.64 Z M 480.53 85.23 480.57 85 480.82 85.03 480.72 85.35 480.54 85.4 480.53 85.23 Z M 480.56 87.98 480.87 87.79 481.01 87.87 480.95 88.02 480.74 88.12 480.56 87.98 Z M 480.33 86.07 480.44 85.74 480.51 85.66 480.72 85.67 480.87 85.8 480.56 86.15 480.33 86.07 Z M 479.82 89.04 479.87 88.71 479.97 88.47 480.13 88.27 480.34 88.39 480.2 88.75 480.06 88.94 479.82 89.04 Z M 479.67 86.88 479.98 86.54 480.06 86.62 480.31 86.63 480.46 86.88 480.61 87.02 480.7 87.39 480.08 87.5 479.67 86.88 Z M 479.44 85.42 479.66 85.21 479.95 85.59 479.94 85.68 479.74 85.88 479.54 85.78 479.44 85.42 Z M 479.49 89.98 479.81 89.84 480 89.7 480.25 89.65 480.31 89.45 480.5 89.24 480.97 88.96 481.2 88.77 481.48 88.35 481.7 88.15 481.89 88.17 482.1 88.44 482.34 88.58 482.16 88.78 481.78 88.84 481.41 89.06 481.01 89.23 480.97 89.37 481.08 89.61 481.27 89.61 481.26 89.81 480.75 89.96 480.48 89.91 480.2 90.26 479.8 90.57 479.58 90.59 479.55 90.47 479.64 90.29 479.49 89.98 Z M 479.12 86.41 479.33 86.25 479.33 86.46 479.12 86.41 Z M 478.14 86.12 478.24 86.2 478.5 86.21 478.45 86.39 478.17 86.24 478.14 86.12 Z M 476.79 86.3 477.2 86.19 477.44 85.95 477.55 86.22 477.41 86.33 477.47 86.69 477.19 86.69 477.02 86.73 476.95 86.58 476.82 86.57 476.79 86.3 Z M 463.45 92.25 463.55 92.26 463.83 92.5 464.18 92.68 464.43 92.71 465.16 92.5 465.55 92.43 465.77 92.47 466.04 92.45 466.43 92.35 466.95 92.05 467.64 91.75 468.3 91.5 469.01 91.09 469.22 91.02 469.71 91.05 470.05 90.98 470.29 90.8 470.58 90.74 470.99 90.58 471.18 90.46 471.36 90.23 471.6 90.29 471.89 90.2 472.27 89.73 472.57 89.54 472.91 89.4 473.09 89.4 473.33 89.31 473.62 88.86 474.12 88.57 473.99 88.86 474.19 89.05 474.49 89.1 474.52 88.91 474.88 88.77 475.06 88.86 475.29 88.82 475.41 88.74 475.43 88.39 475.59 88.31 475.76 88.4 475.96 88.33 476.12 88.17 476.18 87.91 476.37 87.73 476.68 87.6 476.81 87.44 476.94 87.14 477.05 87.08 477.51 87.28 477.74 87.24 477.8 87.09 478.15 86.87 478.16 86.75 478.36 86.65 478.71 86.73 478.83 86.9 478.83 87.14 479.04 87.22 479.15 87.08 479.33 87.15 479.47 87.4 479.51 87.61 479.68 87.62 479.92 87.9 479.87 88.05 479.66 88.11 479.68 88.23 479.56 88.56 479.47 88.69 479.52 88.88 479.41 89.02 479.36 89.26 479.03 89.64 478.91 89.92 478.64 89.95 478.55 90.11 478.61 90.24 478.53 90.42 478.29 90.59 478.33 90.77 478.52 91.21 478.78 91.64 478.77 91.76 478.59 92.02 478.31 92.27 478.04 92.38 477.94 93.04 477.74 93.44 477.6 93.55 477.67 93.81 478.03 93.91 478.2 93.83 478.58 93.52 478.76 93.47 479.26 93.15 479.62 93.02 479.93 92.79 480.21 92.48 480.34 92.4 480.19 92.13 480.9 92.2 481.82 92.92 482.4 93.34 482.78 93.58 483.05 93.67 483.21 93.54 483.47 93.48 483.91 93.75 484.4 93.96 484.65 93.86 484.8 94.07 485.02 94.48 485.35 94.29 485.57 94.29 485.64 94.07 485.8 94.03 486.1 94.28 486.08 94.73 486.48 94.65 486.6 94.71 486.74 94.92 486.99 94.89 487.18 94.78 487.22 94.94 487.38 94.92 487.61 95.4 487.73 95.46 487.79 95.72 487.95 95.76 487.97 96.06 488.17 96.16 488.24 96.38 488.27 96.63 488.43 96.82 488.48 96.99 488.62 97.19 488.63 97.33 488.84 97.55 488.85 97.98 491.57 98.56 495.35 99.34 496.76 99.62 497.27 99.73 500.23 100.33 502.29 100.75 502.74 100.83 504.13 101.52 506.08 102.46 506.25 102.65 506.7 102.78 506.93 102.62 507.02 102.85 507.24 102.71 507.31 102.76 507.57 102.6 507.82 102.68 507.95 102.85 508.05 102.74 508.39 102.8 508.64 103.27 509.27 103.23 509.31 102.92 509.39 102.67 509.53 102.69 509.6 102.87 509.9 102.64 510.23 102.65 510.33 102.5 510.64 102.52 510.84 102.96 510.98 103.03 511.14 102.96 511.18 102.82 511.35 102.84 511.49 103.01 511.6 102.98 511.8 103.09 511.94 103.25 512.12 103.13 512.31 103.07 512.4 102.9 512.81 103.15 513.24 103.44 513.39 103.44 513.63 103.58 513.74 103.49 514.23 103.31 514.29 103.54 514.42 103.58 514.81 103.54 514.89 103.44 515.16 103.53 515.24 103.64 515.57 103.68 515.88 103.96 516.2 103.93 516.31 104.03 516.18 104.35 516.27 104.66 516.5 104.69 516.69 104.79 516.63 105 516.37 105.29 515.94 105.84 516.02 106.1 516.31 106.19 516.4 106.41 516.53 106.51 516.74 106.52 516.85 106.59 517.12 106.55 517.25 106.37 517.41 106.37 517.86 106.21 517.93 106.25 518.05 106.55 517.99 106.69 518.26 106.78 518.31 106.88 518.54 106.89 518.77 106.8 519.17 106.9 519.43 106.85 519.69 107.02 519.67 107.17 519.8 107.36 520.06 107.53 520.41 107.6 520.47 107.81 520.77 108.03 520.88 108.29 520.6 108.45 520.34 108.54 520.35 108.84 520.55 108.98 520.65 109.16 520.83 109.38 520.99 109.41 521.09 109.64 521.08 109.9 520.95 110.05 520.96 110.34 520.85 110.42 520.41 110.33 520.38 110.52 520.58 110.64 520.81 110.88 520.87 111.36 521.01 111.6 520.96 111.89 520.8 112.31 520.55 112.49 520.2 112.93 520.23 113.13 520.4 113.39 520.29 113.6 520.31 113.8 520.16 113.92 520.17 114.1 520.01 114.32 520.07 114.53 520.21 114.43 520.49 114.57 520.66 114.6 520.72 114.46 521.03 114.45 521.29 114.39 521.39 114.45 521.78 114.42 521.96 114.27 522.21 113.85 522.52 113.58 522.79 113.71 522.82 113.8 523.03 113.92 523.07 114.13 523.21 114.27 523.22 114.49 523.05 114.75 523.07 114.85 522.76 115.32 522.64 115.65 522.66 115.88 522.57 115.96 522.54 116.46 522.38 116.6 522.42 116.72 522.36 116.87 522.39 117.05 522.2 117.29 522.32 117.67 522.73 118.07 523.07 118.25 523.16 118.49 523.43 118.9 523.83 118.91 523.89 118.96 524.39 119.09 524.56 119.36 524.44 119.43 524.27 119.33 524.17 119.47 524.01 120.06 524.08 120.65 524.07 121.37 523.75 121.45 523.18 121.5 522.25 121.75 521.64 122.02 521.56 122.08 521.42 122.38 521.33 122.48 521.28 122.73 521.36 122.97 521.53 123.17 521.43 123.58 521.3 123.65 521.11 124.25 520.95 124.29 520.66 124.54 520.47 125.26 520.31 125.75 519.88 126.29 519.72 126.67 519.69 127.32 519.74 127.56 519.63 127.58 519.56 127.77 519.56 128.12 519.5 128.29 519.61 128.65 519.48 128.73 519.52 128.95 519.45 129.38 519.24 129.47 519.15 129.61 519.18 129.75 519.33 129.79 519.66 130.11 520.2 130.28 520.56 130.26 520.76 130.13 520.9 129.88 521.1 129.36 520.94 129.26 521.23 129 521.31 128.79 521.45 128.72 521.6 128.44 521.82 128.45 522.22 128.07 522.67 127.98 522.8 127.91 522.97 127.62 522.99 127.41 523.22 127.11 523.36 126.79 523.27 126.29 523.45 126.01 523.67 125.54 523.96 125.16 523.97 125 524.15 124.78 524.25 124.49 524.57 123.98 524.79 123.88 524.98 123.66 525.36 123.67 525.24 123.82 525.19 124.09 525.39 124.14 525.51 124.02 525.51 123.81 525.64 123.63 525.84 123.64 525.98 123.52 525.72 123.28 525.8 123.23 526.02 123.47 526.23 123.53 526.31 123.35 526.57 123.02 526.75 122.88 526.96 122.93 527.3 123.32 527.56 123.86 527.66 123.79 527.56 123.51 527.61 123.43 527.54 123.04 527.55 122.82 527.4 122.58 527.21 122.48 527.22 122.34 527.33 122.16 527.28 122.07 527.55 121.45 527.69 120.84 527.87 120.52 527.89 120.35 528.02 120.27 528.13 119.83 528.29 119.69 528.4 119.5 528.5 119.64 528.61 119.62 528.58 119.3 528.61 119.07 528.75 119.02 528.85 118.84 528.82 118.32 528.92 117.97 529.04 117.94 528.99 117.61 529.03 117.22 529.22 117.1 529.26 117.27 529.6 117.29 529.73 117.51 529.93 117.49 529.86 117.08 529.95 116.87 530.21 116.68 530.57 116.67 530.55 116.39 530.47 116.06 530.6 115.4 530.72 115.34 531.03 115.44 530.99 115.19 531.04 115.07 531.08 114.61 531.18 114.54 531.31 114.78 531.71 114.71 531.72 114.51 531.89 114.56 532.02 114.47 532.21 114.51 532.42 114.81 532.25 115.1 532.31 115.39 532.44 115.49 532.29 115.6 532.4 115.8 532.38 115.98 532.06 116.09 531.97 115.85 531.78 115.75 531.64 115.83 531.71 116.13 531.59 116.18 531.65 116.41 531.59 116.9 531.63 117.19 531.87 117.4 531.73 117.61 531.59 117.62 531.5 117.41 531.29 117.33 531.17 117.56 531.27 117.79 531.53 117.85 531.63 118 531.72 118.42 531.53 118.72 531.2 118.46 531.11 118.51 531.08 118.71 531.32 118.85 531.36 119.15 531.12 119.21 531.09 119.01 530.92 118.94 530.75 119.05 530.77 119.51 530.62 120.09 530.31 120.27 530.19 120.64 530.03 120.99 530.08 121.38 530.31 121.6 530.29 121.75 530.14 121.81 529.92 121.99 529.78 122.2 529.78 122.37 529.95 122.58 529.99 122.78 529.73 122.94 529.59 123.12 529.26 123.32 529.14 123.49 529.04 124.04 528.76 124.26 528.6 124.58 528.62 124.91 528.44 125.34 528.38 125.93 528.27 126.27 528.05 126.77 528 127.01 527.84 127.49 527.7 127.76 527.54 127.9 527.52 128.01 527.31 128.22 527.16 128.85 526.98 129.27 526.94 129.67 526.84 130.07 526.86 130.29 526.81 130.72 526.71 131.14 526.73 131.54 526.63 131.96 526.58 132.34 526.61 132.69 526.44 133.18 526.46 133.37 526.33 133.76 526.43 134.3 526.75 134.91 526.99 135.47 527.03 135.83 526.99 136.18 526.92 136.43 526.68 136.84 526.39 137.17 525.89 137.45 525.63 137.66 525.31 138.02 525.3 138.33 525.24 138.47 525.28 138.75 525.27 139.04 525.09 139.34 524.95 139.68 524.84 140.28 524.83 140.73 524.6 141.29 524.55 141.97 524.46 142.41 524.61 142.93 524.63 143.33 524.71 143.74 525.06 144.42 525.21 144.61 525.12 144.69 525.14 144.87 525.07 145.14 525.19 145.58 525.25 146.05 525.21 146.21 524.89 147.02 524.59 147.67 524.35 148.23 524.25 148.54 524.26 149.28 524.35 149.89 524.22 150.46 523.95 151.03 523.61 151.63 523.5 151.87 523.52 152.01 523.41 152.13 523.32 152.68 523.3 153.54 523.17 154 523.08 154.66 523.13 154.93 523.35 155.33 523.39 155.66 523.52 155.85 523.64 156.15 523.42 156.89 523.48 157.12 523.83 157.51 524.04 158.04 523.66 158.61 523.66 159.05 523.76 159.29 523.96 159.55 524.17 159.7 524.4 159.94 524.48 160.11 524.54 160.44 524.52 160.67 524.63 161 524.55 161.35 524.65 161.79 524.9 162.3 524.98 162.5 525.45 163.01 525.85 163.28 525.99 163.43 525.79 163.68 525.71 164.07 525.8 164.45 525.75 165.02 525.63 165.24 525.54 165.53 525.41 166.31 525.42 166.86 525.51 167.1 525.62 167.25 525.56 167.38 525.67 168.5 525.86 169.03 523.66 169.17 521.47 169.33 519.58 169.49 519.28 169.53 517.3 169.7 514.15 169.94 512.38 170.13 512.08 170.16 509.19 170.3 508.09 170.37 505.57 170.52 504.02 170.59 501.76 170.71 499.73 170.79 496.1 171.01 495.7 171.04 494.04 171.09 492.18 171.22 489.38 171.4 488.18 171.46 487.28 171.51 486.06 171.56 486.14 171.36 485.98 170.88 485.86 170.78 485.74 170.44 485.47 170.19 485.35 170 485.23 169.57 485.09 169.26 484.84 169.09 484.14 168.92 482.96 168.73 482.28 168.54 481.98 168.38 481.76 168.43 481.54 168.38 481.13 168.17 480.91 167.9 480.71 167.78 480.6 167.8 480.42 167.67 480.33 167.47 480.11 167.49 479.89 167.11 479.96 167.02 479.82 166.88 479.79 166.62 479.66 166.18 479.64 165.77 479.47 165.75 479.4 165.64 479.44 165.35 479.34 165.17 479.28 164.72 479.03 164.49 478.73 164.35 478.61 164.24 478.62 163.92 478.53 163.66 478.56 163.22 478.4 162.94 478.38 162.69 478.09 161.79 478 161.25 478.02 161.14 478.02 160.55 477.96 160.07 477.99 159.95 478.25 159.78 478.41 159.51 478.46 159.25 478.64 158.9 478.7 158.65 478.85 158.53 479.23 158.09 479.45 157.79 479.5 157.58 479.29 157.44 479.29 157.26 479.08 156.88 478.76 156.47 478.44 156.25 478.08 156.1 477.7 155.91 477.41 155.86 477.22 155.55 477.33 155.37 477.43 154.97 477.33 154.51 476.95 154.03 476.88 153.76 477.04 153.53 477.09 153.27 477.05 152.97 477.04 152.74 476.81 152.53 476.66 152.23 476.64 152.06 476.78 151.75 476.77 151.42 476.66 151.28 476.39 151.03 476.23 150.81 476.22 150.58 476.29 150.37 476.27 150.18 476.15 150.05 476.12 149.64 476.17 149.27 476.15 149 476.31 148.53 476.29 148.32 476.42 147.74 476.15 147.42 476 147.01 475.9 146.55 475.8 146.38 475.41 146.01 475.26 145.61 475.01 145.45 474.86 145.18 474.73 145.09 474.61 144.75 474.3 144.4 474.01 144.22 473.92 144.05 473.75 143.88 473.66 143.67 473.51 143.53 473.12 143.39 472.95 143.43 472.58 143.24 472.03 143.2 471.53 143.13 471.32 142.99 471.18 142.76 470.65 142.49 470.44 142.28 470.32 142.04 470.12 141.85 469.93 141.83 469.76 141.74 469.7 141.42 469.58 141.27 469.41 141.2 469.12 141.17 468.8 140.94 468.49 140.83 468.2 140.65 468.03 140.39 467.38 139.99 467.3 139.69 467.16 139.51 467.11 139.34 467.17 139.12 467.14 138.94 467.04 138.81 467.04 138.62 466.89 138.46 466.69 138.37 466.63 138.17 466.76 137.89 466.58 137.48 466.36 137.34 466.09 137 465.94 136.88 465.71 136.83 465.41 136.64 465.26 136.62 465 136.48 464.78 136.25 464.43 136.2 464.31 136.13 463.98 136.04 463.79 135.89 463.27 135.82 462.54 135.63 462.3 135.51 462.13 135.3 461.68 134.99 461.48 134.77 461.31 134.5 461.3 134.19 461.12 133.78 460.91 133.54 460.65 133.43 460.37 133.4 460.09 133.44 459.73 133.4 459.51 133.31 459.19 133.4 458.83 133.29 458.66 133.34 458.31 133.17 458.02 133.34 457.89 133.31 457.88 133.08 457.6 132.66 457.44 132.71 457.16 132.51 456.88 132.46 456.86 132 456.72 131.82 456.26 131.56 455.75 130.99 455.24 130.56 454.97 130.45 454.84 130.34 454.54 130.2 454.26 129.94 454.29 129.62 454.35 129.44 454.5 129.24 454.57 129.04 454.59 128.76 454.69 128.59 454.78 128.21 454.72 127.81 454.77 127.54 454.62 127.22 454.64 127.06 454.82 126.93 454.92 126.36 454.85 126.01 454.64 125.7 454.6 125.15 454.7 124.78 454.67 124.62 454.21 124.22 454.13 123.94 454.27 123.66 454.5 123.47 454.88 123.09 454.95 122.93 454.86 122.81 454.8 122.52 454.69 122.26 454.68 122.01 454.74 121.84 454.54 121.63 454.56 121.25 454.72 120.98 454.63 120.76 454.58 120.4 454.69 120.16 454.67 120.01 454.56 119.84 454.58 119.61 454.86 119.42 455.21 119 455.35 118.71 455.27 118.38 455.37 118.19 455.59 118.01 455.62 117.87 455.78 117.61 455.96 117.5 456 117.22 455.95 117.11 455.98 116.68 455.89 116.43 455.52 116.26 455.36 116.04 455.2 115.72 454.86 115.32 454.85 114.82 454.24 114.34 454.03 114.33 453.83 114.44 453.53 114.48 453.22 114.39 452.89 114.38 452.71 114.23 452.67 113.86 452.71 113.57 452.65 113.39 452.62 113.02 452.72 112.51 452.82 111.51 453.09 111.29 453.35 111.19 453.6 110.98 453.92 110.59 453.98 110.23 454.07 109.99 454.2 109.87 454.25 109.68 454.13 109.37 454.18 109.25 454.47 108.97 454.53 108.58 454.69 108.28 454.86 108.06 455.27 107.82 455.27 107.72 455.53 107.47 455.76 107.46 455.74 107.31 456.08 107.26 456.24 107.13 456.4 107.11 456.6 106.98 456.9 106.9 456.92 106.59 457.08 106.4 457.28 106.27 457.7 106.42 457.94 106.46 458.05 106.39 458.07 106.17 458.19 106.07 458.32 105.62 458.6 105.41 458.73 105.39 458.98 105.53 459.39 105.64 459.53 105.58 459.62 105.33 459.62 105.06 459.71 104.74 459.81 104.61 460.25 104.43 460.17 102.42 460.08 99.72 460.01 97.9 459.96 96.25 459.87 93.95 459.84 93.17 460.19 93.44 460.31 93.29 460.5 93.46 460.69 93.38 460.9 93.43 461.03 93.33 460.98 93.15 461.14 92.91 461.29 92.84 461.34 92.65 461.25 92.55 461.05 92.55 460.95 92.43 461.16 92.13 461.44 92.08 461.72 92.14 461.78 91.96 461.75 91.78 461.81 91.69 462.09 91.5 462.44 91.48 463.21 92.21 463.45 92.25 Z\" data-geo-id=\"55\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(163, 0, 0);\"></path>\\n<path d=\"M 50.19 49.22 50.85 49.18 51.11 49.3 51.23 49.42 51.41 49.77 51.56 50.22 51.26 51.08 51.63 51.73 51.82 51.95 52.98 52.32 53.71 52.15 53.99 52.07 54.67 51.94 55.29 52.2 55.39 52.38 55.95 53.02 56.04 53.19 56.44 53.56 56.82 54.24 57.46 54.85 57.58 55.35 57.51 55.91 57.7 56.29 57.76 56.98 57.96 57.43 57.9 57.98 57.73 58.32 57.75 58.89 57.83 59.25 57.7 59.68 57.46 59.99 57.39 60.27 57.57 60.9 57.56 61.33 57.44 61.78 57.1 62.38 56.97 62.72 56.99 63.19 57.25 63.52 57.53 63.74 57.75 64.05 57.92 64.24 58.28 64.5 58.8 64.69 59.45 65.1 59.72 65.32 60.3 65.71 60.51 65.98 60.68 66.11 61.07 66.14 61.35 66.08 61.5 66.1 61.82 66.32 61.99 66.79 62.43 67.01 62.8 67.1 63.05 67.1 63.75 66.97 64.05 66.79 64.64 66.82 64.99 66.98 65.14 66.98 66.01 66.71 66.32 66.68 66.57 66.74 66.87 66.69 67.18 66.57 67.33 66.4 67.6 66.47 68 66.37 68.13 66.26 68.17 66.1 68.73 65.81 69.52 65.76 70.44 66.27 70.8 66.35 71.36 66.3 71.83 66.44 73.21 66.39 73.62 66.62 73.99 67.1 74.46 67.38 74.74 67.48 75.16 67.39 75.62 67.48 75.93 67.66 76.19 67.99 77.03 68.53 77.12 68.98 77.09 69.37 77.01 69.6 77.12 69.84 77.32 69.9 77.81 69.96 78.04 69.86 78.03 69.75 78.61 69.42 78.9 69.41 79.29 69.54 79.64 69.59 79.92 69.77 80.36 69.72 80.47 69.75 80.79 70.16 81.03 70.17 81.69 69.78 82.63 69.74 83.56 69.59 84.06 69.54 84.4 69.34 84.91 69.17 85.48 69.31 85.85 69.57 86.2 70.22 86.36 70.46 86.64 70.64 87.67 70.82 88.7 70.86 89.36 70.83 90.31 70.98 91 70.45 91.43 70.34 92.41 70.36 93.43 70.1 93.95 69.99 94.72 70.11 95.16 70.09 96.17 70.1 96.55 70.23 97.93 70.37 98.76 69.62 99.13 69.43 99.53 69.42 100.06 69.89 100.52 70.05 101.06 69.97 102.19 70.17 102.79 70.09 103.66 70.18 104.04 70.41 104.41 70.6 104.74 70.69 105.33 70.73 105.8 70.65 106.28 70.46 106.78 70.37 107.06 70.25 107.44 69.93 108.03 70.07 111.97 71.02 113.79 71.47 117.26 72.3 118.59 72.62 120.27 73.01 123.89 73.88 127.04 74.64 128.14 74.88 128.6 75.03 128.83 75.04 133.39 76.1 134.29 76.34 134.33 76.47 134.52 76.76 134.47 77.07 134.65 77.22 134.61 77.39 134.61 77.94 134.68 78.21 134.81 78.47 135.13 78.83 135.29 79.24 135.34 79.52 135.28 79.75 135.33 79.89 135.54 80.11 135.71 80.11 135.93 80.01 136.25 80.08 136.41 80.22 136.53 80.78 136.68 81.04 136.92 81.13 137.13 81.08 137.61 81.31 137.95 81.84 138.1 81.96 138.18 82.3 138.07 82.66 138.01 83.1 138.06 83.31 138.22 83.56 138.46 84.01 138.55 84.52 138.64 84.72 138.58 84.96 138.3 85.19 138.22 85.39 137.92 85.52 137.78 85.68 137.57 85.7 137.57 85.84 137.32 86.2 137.17 86.38 136.97 86.49 136.97 86.7 136.84 86.96 136.81 87.31 136.68 87.33 136.29 87.58 136.05 88.12 135.71 88.33 134.67 89.6 134.56 90.21 134.47 90.44 134.2 90.63 133.94 91.04 133.77 91.44 133.71 91.71 133.39 92.25 133.35 92.41 133.16 92.82 132.95 92.91 132.9 93.06 132.75 93.24 132.45 93.34 132.3 93.5 132.21 93.84 131.96 94.12 131.5 94.45 131.26 94.53 131.14 94.67 131.09 95.08 130.86 95.36 130.82 95.53 130.92 95.62 131.16 95.4 131.26 95.48 131.07 95.7 130.9 95.75 130.83 95.87 130.96 96.24 130.97 96.42 130.85 96.55 130.52 97.18 130.27 97.46 130.12 97.5 129.98 97.63 129.81 97.64 129.66 98 129.59 98.01 129.07 98.6 128.99 98.87 128.78 98.94 128.53 98.94 128.03 99.19 127.83 99.14 127.38 99.27 127.24 99.49 127.07 99.55 126.99 99.93 126.69 100.15 126.59 100.49 126.36 100.61 126.32 100.85 126.22 101.06 125.82 101.48 125.67 101.85 125.63 102.04 125.29 102.26 125.21 102.69 125.05 102.93 124.9 103.02 124.62 103 124.43 103.22 124.35 103.4 124.1 103.62 123.85 103.68 123.86 104.3 123.77 104.69 123.52 105.06 123.27 105.18 123.28 105.63 123.68 106.26 123.72 106.46 123.67 106.58 123.44 106.86 123.22 106.92 123.12 107.09 123.16 107.28 123.34 107.61 123.65 107.97 123.82 108.04 124.08 108.06 124.39 107.77 124.62 107.78 124.72 108.01 124.73 108.23 124.97 108.56 125.05 108.84 125.18 108.89 125.29 108.66 125.46 108.58 125.64 108.68 126.04 108.77 126.18 108.85 126.2 109 126.14 109.18 126.15 109.35 126.06 109.51 126.05 109.72 126.34 109.9 126.52 109.89 126.64 109.96 126.73 110.15 126.89 110.26 126.95 110.43 126.93 110.64 126.74 110.91 126.61 110.97 126.52 111.2 126.33 111.32 126.25 111.53 125.99 111.73 125.66 111.72 125.5 111.79 125.41 112.49 125.75 112.83 125.81 113.12 125.75 113.28 125.61 113.43 125.66 113.69 125.6 113.8 125.3 113.76 125.05 113.87 125.23 114.12 125.13 114.41 125 114.64 125.08 114.74 124.99 114.98 124.76 114.97 124.72 115.36 124.55 115.6 124.54 115.78 124.38 115.89 124.28 115.86 123.96 115.9 123.92 115.98 124.09 116.17 123.99 116.28 123.83 116.21 123.68 116.4 123.79 116.63 123.67 116.83 123.15 119.17 122.57 121.74 121.6 126.05 120.38 131.49 119.47 135.56 118.69 138.98 117.65 143.6 117.57 144 116.76 147.58 116.06 150.7 113.7 150.16 113.42 150.11 110.86 149.53 110.31 149.4 107.82 148.85 107.79 148.85 104.38 148.05 99.92 147.02 95.74 146.05 94.34 145.75 93.03 145.47 91.67 145.13 88.86 144.41 86.01 143.71 83.93 143.17 82.78 142.86 78.93 141.87 78.06 141.62 76.88 141.32 75.35 140.96 75.18 140.93 72.59 140.27 71.27 139.96 70.69 139.81 68.47 139.21 66.74 138.76 65.85 138.52 63.16 137.79 61.76 137.43 61.19 137.27 60.39 137.02 59.13 136.64 57.45 136.18 56.8 136.02 53.46 135.05 50.61 134.2 48.73 133.64 48.49 133.58 45.7 132.72 44.38 132.34 42.79 131.85 42.27 131.72 40.47 131.22 39.29 130.94 38.22 130.64 36.85 130.25 33.72 129.36 32.65 128.94 32.37 128.85 31.84 128.75 29.59 128.22 28.27 127.8 26.58 127.3 25.84 127.09 25.36 127.05 24.41 126.72 23.27 126.42 22.97 126.31 20.74 125.63 19.09 125.11 17.88 124.71 17.83 124.51 17.53 124.05 17.35 123.6 17.13 123.54 16.99 123.37 16.98 123.18 16.88 123.06 16.78 122.63 16.65 122.41 16.59 121.91 16.76 121.62 16.67 121.42 16.69 121.13 16.89 120.74 16.81 120.42 16.88 119.98 16.85 119.8 16.61 119.25 16.82 118.72 16.92 118.21 16.73 117.81 16.87 117.64 17.14 116.88 17.32 116.28 17.33 115.72 17.66 115.34 17.85 114.69 18.09 114.43 18.39 114.02 18.73 113.39 18.69 113.03 18.87 112.38 18.81 111.99 18.89 111.77 18.67 111.46 18.49 111.28 18.58 111.13 18.52 110.76 18.54 110.66 18.5 110.14 18.31 109.9 17.98 109.9 18.04 109.74 18.15 108.89 18.13 108.39 17.93 107.93 18.24 107.62 18.4 107.51 18.5 107.27 18.64 107.23 19.2 106.64 19.64 106.1 20.11 105.44 20.55 104.77 20.92 104.09 20.99 103.82 21.12 103.62 21.19 103.27 21.39 103.12 22.02 102.14 22.25 101.69 22.32 101.45 22.76 100.66 22.79 100.26 22.76 100.02 22.69 99.92 23.04 99.59 23.27 99.44 23.55 99.45 23.74 99.33 24.32 98.76 24.96 98 25.74 96.92 26.39 95.91 26.99 94.78 27.36 93.97 27.71 93.42 28.26 92.37 28.61 91.64 29.43 89.85 30.05 88.35 30.23 87.85 30.86 86.38 30.9 86.07 31.02 85.86 31.32 85.2 31.5 84.73 31.53 84.57 31.75 84.06 31.76 83.85 31.95 83.52 31.91 83.32 31.99 83.11 32.16 82.81 32.24 82.55 32.43 82.33 32.75 81.65 33.2 80.59 33.6 79.3 33.87 78.77 34.35 77.63 34.41 77.31 34.8 76.51 34.84 76.31 34.68 76.19 34.81 76.03 35.1 75.46 35.23 75.12 35.27 74.47 35.21 74.38 35.37 73.9 35.54 73.63 35.65 73.33 35.86 73.24 35.99 73.05 36.49 72.18 36.73 71.71 36.87 71.32 37.17 70.75 37.43 70.15 37.49 69.84 37.63 69.69 37.5 69.51 37.73 69.04 38.12 68.82 38.58 67.93 38.8 67.45 38.99 66.94 39.01 66.65 39.49 65.52 39.68 64.84 39.68 64.44 39.25 64.25 39.65 64.22 39.77 64.11 40.04 63.57 40.36 62.77 40.41 62.42 40.38 62.05 40.52 61.8 40.43 61.68 40.7 61.55 40.84 61.33 41.13 60.72 41.24 60.36 41.18 60.22 41.32 59.96 41.9 58.62 42.05 58.13 42.22 57.42 42.22 57.3 42.06 57.04 42.02 56.88 42.1 56.75 41.94 56.52 42.18 56.34 42.59 55.34 42.66 54.97 42.73 54.85 42.91 54.03 42.83 53.8 42.89 53.61 42.75 53.36 42.79 53.22 43.08 53.12 43.22 52.9 43.41 52.85 43.68 52.88 43.98 52.32 44.14 51.73 44.25 51.17 44.32 50.3 44.31 49.79 44.27 49.24 44.11 48.1 44.01 47.94 44.16 47.85 44.31 47.9 44.39 48.17 44.26 48.29 44.4 48.52 44.53 48.44 44.74 48.62 44.79 48.73 45.21 49.29 45.18 49.52 45.3 49.63 45.42 49.59 45.5 49.73 45.72 49.91 45.94 49.88 45.94 49.69 45.79 49.47 46.03 49.3 46.33 49.43 46.86 49.43 47.27 49.26 47.48 49.56 47.64 49.85 47.96 49.93 48.25 49.85 48.31 49.59 48.45 49.52 48.71 49.69 49.04 49.75 49.31 49.64 49.59 49.61 50.13 49.4 50.19 49.22 Z\" data-geo-id=\"41\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(230, 230, 230);\"></path>\\n<path d=\"M 308.55 45.53 309.56 45.62 314.29 46.02 317.1 46.24 317.35 46.25 319.3 46.4 322.64 46.65 325.97 46.9 329.3 47.13 331.88 47.31 334.3 47.46 337.63 47.66 339.33 47.76 340.92 47.85 341.47 47.89 344.41 48.05 345.68 48.12 347.81 48.23 350.98 48.39 352.66 48.47 356 48.63 357.94 48.72 361.09 48.86 364.34 48.98 367.94 49.12 371.03 49.21 372.72 49.26 376.07 49.36 379.41 49.45 382.82 49.53 386.08 49.6 389.42 49.67 393.21 49.73 395.27 49.76 395.29 49.9 395.14 50.09 395.15 50.42 395.25 50.44 395.19 50.75 395.28 50.93 395.41 51.04 395.36 51.24 395.47 51.34 395.51 51.61 395.74 51.76 395.62 52.03 395.86 52.18 395.94 52.6 395.93 52.83 395.79 52.92 395.88 53.08 395.74 53.23 395.92 53.32 396.12 53.35 396.05 53.62 396.13 53.74 396.12 53.99 396.27 54.21 396.15 54.36 396.22 54.49 396.36 54.5 396.31 54.74 396.46 54.89 396.6 55.23 396.58 55.42 396.72 55.61 396.93 55.71 396.81 55.81 396.84 55.99 396.75 56.16 396.84 56.23 396.73 56.44 396.65 56.77 396.57 56.93 396.4 57.08 396.26 57.37 396.27 57.64 396.15 57.95 395.9 57.99 395.97 58.14 396.22 58.14 396.28 58.26 395.96 58.29 396.04 58.44 396.26 58.54 396.12 58.67 396.15 58.86 396.33 58.81 396.3 59.01 396.16 59 396.16 59.19 396.38 59.37 396.28 59.52 396.06 59.57 396.09 59.7 396.25 59.92 396.42 59.98 396.26 60.39 396.44 60.3 396.47 60.49 396.29 60.48 396.22 60.78 396.37 61 396.16 61.18 395.98 61.21 396.04 61.39 396.2 61.47 396.26 61.68 396.06 61.68 396.05 61.8 396.3 62.02 396.25 62.17 396.43 62.29 396.33 62.49 396.27 62.78 396.58 63.06 396.43 63.17 396.54 63.4 396.42 63.46 396.42 63.9 396.17 64.03 396.21 64.49 396.42 64.58 396.2 64.85 396.21 65 396.09 65.22 396.25 65.26 396.11 65.43 396.15 65.61 396.37 65.61 396.42 65.72 396.2 65.83 396.13 65.94 396.38 66.01 396.34 66.17 396.43 66.48 396.41 66.68 396.59 66.71 396.71 67.07 396.73 67.35 396.87 67.6 397.01 67.7 397.08 67.91 397.1 68.18 397.05 68.34 397.15 68.73 397.29 68.93 397.18 69.4 397.27 69.47 397.26 69.72 397.5 69.86 397.5 70.03 397.74 70.23 397.77 70.47 397.64 70.7 397.68 71.13 397.89 71.17 397.98 71.39 397.98 71.56 398.18 71.93 398.21 72.43 398.37 72.51 398.49 72.66 398.51 72.99 398.78 73.15 398.73 73.23 398.85 73.46 398.8 73.71 398.97 73.99 399.12 74.53 399.23 74.61 399.27 74.83 399.4 75.11 399.38 75.31 399.43 75.52 399.36 75.58 399.53 75.77 399.47 75.92 399.76 76.11 399.82 76.32 399.81 76.71 399.61 76.97 399.85 77.22 399.59 77.67 399.85 78.26 399.66 78.41 399.8 78.66 399.69 78.74 399.78 78.94 399.66 79.41 399.75 79.66 399.67 79.84 399.95 80.15 399.83 80.21 399.92 80.36 399.88 80.72 399.78 80.88 399.93 81.24 400.01 81.63 399.84 81.71 400.04 81.88 399.88 82.15 399.93 82.45 399.85 82.53 400.01 83.05 399.88 83.32 400.02 83.42 399.97 83.64 400.06 84.05 400.02 84.23 400.13 84.41 400.11 84.77 400.04 85.04 400.13 85.22 400.09 85.37 400.2 85.65 400.2 86.23 400.1 86.38 400.09 86.67 400.18 86.85 399.97 87.53 400.1 87.76 400.14 88.15 400.1 88.27 400.27 88.41 400.42 88.78 400.51 88.78 400.5 89.08 400.9 88.97 400.93 89.1 400.84 89.53 400.74 89.56 400.72 89.84 400.79 90.05 400.62 90.18 400.6 90.36 400.68 90.44 400.61 90.82 400.34 91.31 400.42 91.36 400.42 91.72 400.54 91.82 400.41 91.96 400.52 92.09 400.68 92.14 400.57 92.39 400.56 92.62 400.63 92.99 400.48 93.09 400.58 93.21 400.5 93.34 400.56 93.54 400.49 93.65 400.51 93.84 400.37 94.3 400.47 94.61 400.4 94.74 400.63 94.87 400.71 95.27 401.04 95.8 401.08 95.97 401.01 96.3 401.12 96.47 401.08 96.74 401.2 97.03 401.14 97.22 401.29 97.78 401.47 97.91 401.45 98.21 401.39 98.39 401.52 98.48 401.73 98.73 401.77 98.97 401.88 99.01 402 99.24 401.96 99.31 402.08 99.64 402.23 99.81 402.38 99.88 402.35 100.1 402.51 100.06 402.74 100.19 402.68 100.28 402.95 100.51 402.99 100.73 402.9 101.01 402.98 101.1 403.01 101.51 402.95 101.79 403.01 101.95 403.14 102.07 402.97 102.15 402.97 102.45 403.03 102.71 403.15 102.9 403.05 103.27 403.2 103.43 403.25 103.75 403.2 103.98 403.35 104.27 403.37 104.6 403.47 104.79 403.53 105.19 403.49 105.56 403.37 105.81 403.21 106.28 403.26 106.48 403.3 107.49 403.42 107.83 403.39 108.03 400.35 107.99 400.17 108 397.59 107.97 396.19 107.95 395.63 107.96 392.84 107.92 391.17 107.9 387.2 107.82 385.79 107.79 381.75 107.7 378.7 107.62 375.88 107.51 373.72 107.43 369.65 107.28 367.45 107.21 364.35 107.1 363.04 107.03 360.88 106.95 358.01 106.82 355.28 106.69 351.82 106.51 349.19 106.39 345.09 106.18 342.88 106.06 340.61 105.93 338.63 105.83 335.15 105.61 334.59 105.58 331.26 105.37 328.55 105.19 326.54 105.06 323.57 104.85 322.23 104.75 321.53 104.71 318.66 104.5 316.96 104.37 313.82 104.14 310.17 103.85 307.72 103.65 303.69 103.32 303.76 102.27 303.98 99.92 303.99 99.9 304.37 95.31 304.39 94.98 304.61 92.59 304.94 88.58 305.11 86.5 305.3 84.41 305.61 80.88 305.74 79.21 305.95 76.79 306.25 73.39 306.62 69.16 306.83 66.99 306.97 64.92 307.18 62.28 307.4 59.53 307.58 57.32 307.76 55.06 307.92 53.08 307.97 52.58 308.31 48.4 308.55 45.53 Z\" data-geo-id=\"38\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(163, 0, 0);\"></path>\\n<path d=\"M 507.06 295.79 507.29 296.06 507.32 296.39 507.39 296.49 507.84 296.76 508.34 297.15 508.54 297.55 508.5 297.75 508.24 297.98 508.07 297.94 507.88 297.73 507.46 297.58 507.06 297.6 506.7 297.92 506.61 298.22 506.63 298.43 506.76 298.55 507.31 298.72 507.63 298.87 507.76 299.01 507.71 299.26 507.45 299.45 507.16 299.54 506.92 299.47 506.56 299.59 506.35 299.84 506.33 300.18 506.12 300.49 505.84 300.61 505.63 300.6 505.24 300.91 504.72 300.6 504.05 301.04 503.94 301.33 504.03 301.96 504.45 302.53 504.7 302.65 504.95 302.67 505.13 302.6 505.25 302.38 505.45 302.26 505.64 302.39 505.69 302.63 505.62 302.94 505.33 303.11 505.07 303.34 504.81 303.32 504.3 303.66 504.14 303.89 504.19 304.16 504.41 304.52 504.61 304.61 504.86 304.63 505.02 304.92 504.98 305.13 504.81 305.32 504.4 305.24 504.2 305.1 504.17 304.82 503.88 304.61 503.67 304.5 503.38 304.52 503.01 304.67 502.91 304.78 502.8 305.29 502.83 305.63 502.92 305.86 503.06 306.07 503.3 306.26 503.33 306.36 503.23 306.69 503.18 307.09 503.05 307.18 502.97 307.38 502.82 307.57 503.01 307.68 502.87 307.84 502.62 307.49 502.72 307.35 502.58 307.21 502.52 307 502.57 306.38 502.29 306.15 501.95 306.21 501.76 306.44 501.65 306.91 501.06 307.33 501.05 307.56 500.95 308.04 501.16 308.23 501.49 308.21 501.64 308.16 501.5 307.96 501.44 307.74 501.48 307.6 501.67 307.45 501.88 307.47 502.21 307.77 502.56 307.96 502.44 308.27 502.3 308.43 502.11 308.78 502.18 308.98 502.13 309.52 501.9 309.54 501.67 309.66 501.5 309.59 501.29 309.74 501.23 310.01 501.41 310.38 501.52 310.5 501.71 310.56 502.07 310.47 502.34 310.53 502.69 310.97 502.78 311.28 502.56 311.27 502.46 311.62 502.15 311.57 502.14 311.77 502.38 312.14 502.56 312.34 502.92 312.38 503.01 312.63 502.99 312.72 502.75 313.01 502.49 313.12 502.35 313.09 501.87 312.83 501.61 312.9 501.35 313.16 501.26 313.68 501.08 314.27 501.1 314.73 500.9 314.96 500.57 314.88 500.16 314.85 500.02 314.74 499.6 314.74 499.53 314.82 499.36 315.37 499.39 315.64 499.48 315.84 499.61 316 499.91 316.2 500.2 316.32 500.36 316.44 500.46 316.7 500.48 317.01 500.41 317.28 499.98 317.64 499.64 317.85 499.47 318.03 499.63 318.25 499.64 318.42 499.53 318.55 499.35 318.52 499.06 318.27 498.89 318.42 498.46 318.58 498.14 318.81 497.93 318.88 497.79 318.84 497.71 318.71 497.64 318.38 497.65 318.14 497.54 317.93 497.26 317.78 497.07 317.8 496.87 317.96 496.81 318.08 496.83 318.38 497.17 318.87 497.29 319.08 497.27 319.26 497.1 319.45 497.05 319.68 497.13 319.91 497.33 320.22 497.46 320.53 497.37 320.82 497.2 320.95 496.9 321.03 496.7 321.03 496.41 320.9 496.34 320.78 496.35 320.48 496.6 320.26 496.66 320.15 496.61 319.96 496.41 319.55 496.08 319.63 495.92 319.91 495.95 320.12 496.15 320.56 496.1 320.65 495.78 320.76 495.67 320.91 495.71 321.15 496.04 321.49 496.42 321.58 496.96 321.45 497.14 321.45 497.27 321.55 497.35 321.76 497.31 321.95 497.12 322.24 496.87 322.48 496.56 322.83 496.26 322.91 496.09 322.85 495.96 322.57 495.98 322.31 496.17 322.09 496.17 321.86 496.1 321.75 495.89 321.58 495.71 321.68 495.55 321.87 495.41 322.13 495.46 322.5 495.52 322.67 495.46 322.98 495.49 323.19 495.79 323.71 495.99 323.9 496.19 324.16 496.28 324.39 496.22 324.65 495.87 324.91 495.7 325.16 495.59 325.7 495.63 325.97 495.71 326.19 495.88 326.32 495.99 326.53 496.02 326.74 495.82 327.12 495.32 327.53 495.04 327.61 494.63 327.86 494.69 327.93 494.53 328.24 494.53 328.38 494.7 328.78 494.65 329.01 494.4 329.07 494.15 328.9 494.16 328.6 494.3 328.31 494.33 327.96 493.81 328.13 493.61 328.14 493.34 328.09 493.11 328.1 492.95 328.25 493 328.58 493.27 328.79 493.42 329.12 493.42 329.25 493.25 329.6 493.07 329.77 492.47 329.77 492.14 329.91 492.02 330.08 491.94 330.69 491.96 330.88 491.85 331.26 491.7 331.17 491.35 331.12 491 330.87 490.88 330.59 490.62 330.56 490.43 330.76 490.43 330.95 490.51 331.18 490.79 331.51 491.24 331.77 491.74 331.65 492.02 331.69 492.36 331.69 492.49 331.82 492.52 332.09 492.31 332.44 492.1 332.57 491.93 332.6 491.65 332.54 491.35 332.35 491.16 332.18 490.91 332.1 490.24 332.66 490.17 332.82 490.24 333.01 490.4 333.21 490.81 333.49 490.92 333.5 491.24 333.39 491.51 333.47 491.62 333.66 491.57 333.87 491.39 334.14 491.36 334.37 491.38 334.69 491.22 334.81 490.84 334.85 490.67 334.93 490.43 334.97 490.11 334.92 489.84 334.98 489.98 335.34 490.29 335.71 490.27 335.94 490.07 336.09 489.9 336.1 489.7 336 489.37 335.31 488.92 335.68 488.56 335.71 488.31 335.9 488.31 336.17 488.48 336.3 488.98 336.4 489.41 336.58 489.57 336.79 489.34 337.14 488.91 337.64 488.68 337.97 488.66 338.15 488.76 338.47 489.11 338.93 489.55 339.12 489.87 339.2 490.01 339.32 490.07 339.48 490.03 339.63 489.9 339.78 489.7 339.88 489.48 339.91 489.04 339.64 488.54 339.71 488.2 339.84 487.94 339.63 487.77 339.63 487.61 339.93 487.69 340.08 487.62 340.53 487.66 340.71 487.98 341.04 488.1 341.1 488.54 341.04 488.87 340.85 489.01 340.87 489.22 341.02 489.51 341.48 489.45 341.65 489.07 341.8 488.68 341.99 488.41 341.95 487.93 341.7 487.42 341.1 487.19 341.19 486.72 341.26 486.49 341.42 486.39 341.62 486.39 341.84 486.55 342.02 487.09 342.15 487.32 342.25 487.84 342.65 487.99 342.92 487.99 343.14 487.89 343.31 487.68 343.48 487.3 343.49 486.89 343.75 486.6 343.81 486.49 343.89 486.44 344.12 486.55 344.34 486.73 344.55 487.19 344.89 487.27 345.12 487.08 345.32 486.9 345.71 486.54 345.95 486.51 346.3 486.96 346.38 487.27 346.27 487.42 346.17 487.54 345.99 487.42 345.63 487.38 345.35 487.45 345.15 487.58 345.12 488.03 345.41 488.22 345.56 488.35 345.92 488.31 346.12 488.15 346.39 487.9 346.46 487.46 346.68 487.33 346.63 487.09 346.67 487 346.75 486.95 346.96 487.25 347.21 487.66 347.38 488.06 347.35 488.48 347.08 488.69 346.78 488.75 346.6 488.7 346.33 488.74 346.12 488.85 345.94 488.98 345.86 489.15 345.86 489.31 346.04 489.32 346.36 489.07 346.81 488.68 347.19 488.4 347.65 488.07 347.95 488.1 348.19 488.06 348.35 488.13 348.9 488.4 349.26 488.37 349.48 488.53 349.6 488.67 349.9 488.85 350.04 488.98 349.67 489.03 349.35 489.14 349.16 489.32 349.08 489.63 349.14 489.71 349.3 489.62 349.75 489.35 350.12 489.14 350.34 489 350.37 489.15 351.13 489.16 351.49 489.14 351.81 489.06 351.98 488.88 352.09 488.45 352.16 488.15 352.14 487.98 351.95 487.61 351.96 487.43 352.1 487.34 352.29 487.36 352.59 487.7 352.79 487.86 352.98 488.21 353.08 488.63 353.4 488.7 353.58 488.64 353.89 488.46 354.08 488.26 354.14 488.07 354.28 488.03 354.58 486.45 354.64 483.72 354.75 482.7 354.79 480.68 354.89 478.94 354.95 478.63 354.97 476.72 355.04 475.49 355.1 471.17 355.25 466.69 355.36 464.14 355.42 462.02 355.47 461.26 355.48 457.65 355.56 454.97 355.63 450.94 355.74 447.24 355.81 444.13 355.89 442.14 355.93 442.08 353.55 442.09 353.22 442 349.42 441.98 348.24 441.92 345.7 441.63 345.76 441.46 345.68 441.54 345.39 441.29 345.27 441.05 345.31 440.81 345.44 440.7 345.45 440.66 345.71 440.53 345.72 440.47 345.41 440.25 345.48 440.18 345.28 440.03 345.19 440.02 345.04 439.68 344.93 439.48 345.19 439.25 345.16 439.25 345.34 439.52 345.34 439.59 345.55 439.49 345.7 439.38 345.48 439.22 345.55 439.02 345.75 438.84 345.76 438.64 345.68 438.62 345.52 438.81 345.3 438.85 345.12 438.7 345.06 438.51 345.19 438.26 345.65 438 345.65 438 345.48 438.13 345.38 438.1 345.21 437.87 345.32 437.7 345.8 437.55 345.85 437.35 345.77 437.24 345.51 437.02 345.64 437.1 345.8 436.97 345.97 436.56 345.96 436.44 345.91 436.24 345.67 436.3 345.57 436.54 345.52 436.61 345.37 436.48 345.24 436.21 345.5 436.05 345.48 435.78 345.07 435.4 345.06 435.33 344.94 435.18 344.92 435.15 344.77 435.38 344.62 435.41 344.47 435.25 344.32 435.48 344.24 435.5 344.13 435.27 344.07 435.2 344.21 434.88 344.19 434.88 343.7 434.91 340.09 434.92 338.05 434.95 335.26 434.98 330.47 435 328.34 435.02 325.03 435.04 322.51 435.07 320.12 435.07 320.01 435.1 317.46 435.14 314.41 435.13 314.22 435.19 310.9 435.12 310.58 435.2 310.46 434.87 308.46 434.63 306.81 434.01 302.7 433.61 300.06 433.18 297.29 432.96 295.88 432.53 293.04 432.26 291.07 431.99 289.21 433.49 289.19 435.91 289.14 439.73 289.09 442.85 289.02 445.56 288.95 450.15 288.84 454.74 288.73 455.62 288.69 458.28 288.61 460.13 288.55 463.31 288.43 464.03 288.4 466.57 288.32 470.07 288.16 472.12 288.08 473.95 288 476.9 287.85 478.96 287.77 480.97 287.71 485.21 287.49 487.74 287.34 491.54 287.14 494.54 286.96 497.19 286.81 498.88 286.72 500.02 286.67 499.97 287 500.07 287.16 500.04 287.31 500.25 287.3 500.33 287.45 500.4 287.81 500.27 287.92 500.41 288.07 500.41 288.25 500.62 288.29 500.81 288.41 501.04 288.39 501.26 288.44 501.52 288.79 501.53 289.23 501.36 289.44 501.41 289.72 501.33 289.96 501.54 290.12 501.63 290.3 501.43 290.6 501.47 290.73 501.36 290.91 500.9 291.07 500.86 291.31 500.69 291.57 500.78 291.66 500.68 291.84 500.52 291.83 500.33 292.11 500.25 292.07 499.85 292.3 499.75 292.4 499.62 292.67 499.38 292.72 499.26 292.95 499.18 293.23 499.25 293.45 499.2 293.61 499.01 293.81 498.83 293.86 498.66 294.05 498.35 294.14 498.26 294.46 498.08 294.54 497.96 294.69 497.98 295 497.79 295.08 497.75 295.46 497.59 295.59 497.55 295.91 497.37 296.14 497.19 296.5 501.02 296.23 501.38 296.2 504.49 295.98 507.06 295.79 Z\" data-geo-id=\"05\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(163, 0, 0);\"></path>\\n<path d=\"M 531.08 183.7 531.34 183.95 531.68 184.12 531.94 184.32 532.18 184.07 532.52 183.92 532.8 184.07 532.79 184.27 532.63 184.5 532.45 184.59 532.47 184.72 532.66 184.86 532.79 184.79 532.94 184.86 533.42 185 533.73 185.04 534.57 185.07 534.95 185.04 535.52 184.92 536.09 184.74 536.33 184.63 536.32 184.44 536.54 184.35 536.79 184.37 537.2 184.23 538.16 183.7 539.03 183.13 539.58 182.83 539.74 182.54 540.2 182.28 540.87 181.78 543.47 181.54 545.19 181.37 548.77 181 550.71 180.79 552.64 180.6 555.46 180.31 558.05 180.03 562.27 179.54 564.19 179.33 566.06 179.11 567 179.01 569.35 178.72 569.49 179.95 569.68 181.53 570.11 184.92 570.17 185.44 570.53 188.41 570.83 190.92 571.13 193.45 571.57 197.05 571.93 200.03 572.24 202.76 572.31 203.51 572.42 204.49 572.66 206.43 572.88 208.58 573.01 209.9 573.27 212.46 573.63 215.93 573.99 218.96 574.37 222.37 574.71 225.67 574.87 227.17 575.15 229.49 574.98 229.61 574.62 230.09 574.23 230.36 574.15 230.62 574.34 230.91 574.57 231.07 575.16 231.77 575.31 232.11 575.26 232.34 575.08 232.55 574.8 232.95 574.71 233.22 574.88 233.5 575.02 233.54 575.47 233.5 575.92 233.56 576.15 233.71 576.16 234.05 575.97 234.34 575.7 234.59 575.63 234.77 575.69 234.99 575.88 235.23 575.98 235.46 575.95 235.62 575.61 235.66 575.38 235.6 574.86 235.55 574.77 235.59 574.23 235.96 574.02 236.03 573.54 236 573.36 236.04 573.11 236.3 572.7 236.58 572.54 236.73 572.27 236.89 571.92 237.2 571.41 237.79 571.14 237.97 570.9 238.08 570.67 238.12 570.29 238.01 570.08 237.83 569.72 237.37 569.38 237.25 569.07 237.24 568.84 237.28 568.22 237.53 567.88 237.6 567.31 237.54 566.94 237.75 566.75 238.16 566.72 238.47 566.76 238.67 567.05 239.07 567.14 239.99 567.22 240.24 567.53 240.73 567.59 240.87 567.63 241.19 567.56 241.47 567.35 241.7 566.95 241.96 566.85 242.11 566.79 242.42 566.57 242.83 566.21 243.08 565.32 243.32 565.07 243.53 564.9 243.83 564.75 244.44 564.71 244.74 564.73 245.06 564.68 245.41 564.56 245.85 564.34 246.29 564.21 246.44 563.42 247.06 563.11 247.01 562.91 246.77 562.69 246.74 562.25 246.91 562.09 247.04 562.01 247.26 562.02 247.76 561.86 248.12 561.48 248.52 561.32 248.81 561.19 249.12 561.16 249.36 561.2 249.9 561.34 250.54 561.35 250.75 561.24 251.3 561.23 251.9 561.18 252.07 560.9 252.42 560.45 252.5 559.75 252.75 559.63 253.02 559.68 253.33 559.58 253.47 559.46 253.44 559.2 253.17 558.94 252.71 558.55 252.52 558.18 252.49 557.89 252.55 557.64 252.67 557.47 252.68 556.78 252.41 556.57 252.21 556.36 252.13 556.04 251.93 555.96 251.84 555.83 251.45 555.77 251.1 555.85 250.53 555.79 250.33 555.54 250.02 555.4 249.92 555.07 249.78 554.57 249.4 554.41 249.34 554.19 249.47 554.14 249.62 554.17 249.9 554.36 250.07 554.68 250.09 554.94 250.14 555.06 250.28 554.97 250.58 554.81 250.68 554.28 250.68 554.11 250.82 554.02 251.16 553.89 251.2 553.49 250.86 553.19 250.85 553.08 250.92 552.97 251.12 552.98 251.27 553.11 251.47 553.5 251.61 553.57 251.76 553.55 251.98 553.3 252.33 552.89 252.47 552.6 252.49 552.35 252.58 552.26 252.87 552.3 253.44 552.37 254.01 552.5 254.32 552.7 254.6 552.66 254.8 552.34 255.01 552.12 255.02 551.85 254.96 551.52 255.01 551.38 255.3 551.48 256.06 551.4 256.24 550.93 256.59 550.63 256.59 550.54 256.35 550.58 256.11 550.73 255.6 550.7 255.38 550.62 255.3 550.27 255.26 550.08 255.31 549.64 255.74 549.44 255.73 549.11 255.41 548.6 254.63 548.31 254 548 253.85 547.87 253.86 547.41 254.13 547 254.64 546.8 254.98 546.47 255.23 545.89 255.34 545.69 255.4 545.21 255.67 544.91 255.94 544.77 256.18 544.84 256.68 544.72 257.48 544.57 258 544.3 258.29 543.99 258.42 543.7 258.37 543.62 258.25 543.47 257.82 543.21 257.46 543.08 257.37 542.91 257.39 542.49 257.36 542.24 257.3 541.66 256.98 541.27 256.68 540.99 256.51 540.65 256.35 540.27 256.28 539.97 256.09 539.81 255.91 539.62 255.82 539.19 255.73 538.83 255.77 538.64 255.84 538.43 256.01 538 256.48 537.79 256.59 537.65 256.49 537.17 256.28 536.99 256.14 536.75 255.8 536.73 255.5 536.59 255.38 536.34 255.47 536.31 255.9 536.15 256.09 536.03 256.44 536.16 256.71 536.7 257.11 536.77 257.34 536.7 257.62 536.49 258.02 536.37 258.16 535.93 258.32 535.52 258.29 535.41 258.16 535.34 257.79 535.54 257.31 535.53 257.04 535.43 256.93 535.23 256.88 534.84 257.1 534.65 257.15 534.4 257.12 534.08 257.22 533.78 257.5 533.62 257.56 533.09 257.58 532.92 257.49 532.83 257.28 532.65 257.16 532.5 256.89 532.31 256.73 532.08 256.68 531.9 256.75 531.45 257.45 531.43 257.67 531.52 257.88 531.87 258.21 532 258.43 532.09 258.81 532.06 259 531.66 259.28 531.55 259.67 531.32 259.73 531.05 259.47 530.73 259.31 530.45 259.25 530.26 259.32 530.1 259.13 529.79 259.32 529.53 259.28 529.31 259.06 529.35 258.81 529.49 258.78 529.78 258.91 529.99 258.91 530.15 258.84 530.24 258.67 530.12 258.51 529.72 258.41 529.56 258.24 529.38 257.85 529.11 257.59 529.06 257.44 529.22 257.35 529.46 257.52 529.71 257.59 530.1 257.53 530.24 257.6 530.33 257.46 530.2 257.13 529.72 257.11 529.47 257 529.46 256.85 529.65 256.78 529.86 256.93 530.02 256.81 529.91 256.57 529.88 256.31 530.11 256.24 530.22 256.09 530.21 255.89 529.96 255.32 530.07 254.99 530.04 254.79 529.8 254.86 529.67 254.73 529.66 254.59 529.79 254.48 530.25 254.44 530.58 254.25 530.74 254.1 530.86 253.72 530.79 253.48 530.15 253.82 530.05 253.82 529.95 253.58 529.99 253.46 530.21 253.35 530.44 253.35 530.55 253.29 530.54 253.06 530.6 252.88 530.8 252.82 530.96 252.93 531.1 252.67 531.22 252.6 531.18 252.44 531.36 252.29 531.42 252.12 531.22 252.01 531.22 252.22 531.08 252.19 530.96 252 530.49 251.71 530.26 251.4 530.21 251.02 530.27 250.79 530.56 250.83 530.63 250.52 530.8 250.36 530.66 250.25 530.65 250.05 530.8 249.92 530.86 249.67 531.11 249.58 531.25 249.7 531.13 249.95 531.14 250.14 531.3 250.14 531.56 249.81 531.64 249.42 531.77 249.27 531.94 249.44 531.87 249.7 531.99 249.94 532.23 249.89 532.35 249.64 532.38 249.47 532.32 249.14 532.32 248.94 532.42 248.57 532.64 248.21 532.98 248.07 533.15 247.83 533.47 247.26 533.5 246.69 533.63 246.59 533.6 246.44 533.46 246.37 533.23 246.37 533.23 246.21 533.36 245.95 533.51 245.88 533.81 245.86 534.21 245.59 534.38 245.27 534.62 245.36 534.78 245.19 534.61 244.99 534.37 244.61 534.41 244.45 534.62 244.31 534.6 244.04 534.75 243.95 534.72 243.65 534.79 243.59 534.98 243.7 535.14 243.54 534.94 243.49 534.88 243.33 534.97 243.2 534.94 243.05 535.02 242.9 534.92 242.74 535.1 242.55 535.22 242.15 535.48 241.98 535.97 241.84 536.17 241.7 536.32 241.39 536.29 241.18 536.43 240.87 536.46 240.69 536.58 240.54 536.45 240.4 536.53 240.09 536.41 239.94 536.51 239.71 536.31 239.53 535.99 239.12 536.06 238.95 535.97 238.73 535.96 238.53 535.56 238.34 535.69 238.21 535.63 238.02 535.78 237.97 535.62 237.78 535.83 237.37 535.84 237.14 535.94 237.09 535.95 236.9 535.87 236.77 535.98 236.57 535.96 236.46 535.78 236.32 535.7 236.17 534.98 235.95 535.02 235.24 534.83 234.9 534.93 234.73 534.92 234.59 534.46 234.17 534.24 234.16 534.16 234.06 534.22 233.91 534.17 233.75 533.66 233.75 533.67 233.56 533.89 233.5 533.76 233.32 533.52 233.19 533.6 232.9 533.73 232.77 533.79 232.53 534.04 232.45 534.03 232.17 534.14 232.21 534.24 232.06 534.47 231.88 534.62 231.5 534.46 230.8 534.29 230.97 534.09 230.7 534.13 230.51 534.04 230.44 534 230.24 534.12 230.09 534.02 229.92 533.88 229.97 533.79 229.86 534 229.77 534.21 229.31 534.41 229.14 534.61 229.17 534.76 229.07 534.81 228.9 535.02 228.96 534.87 227.22 534.52 223.44 534.26 220.66 534.1 218.91 533.91 216.62 533.65 213.62 533.43 210.82 533.13 206.97 532.85 203.78 532.61 200.97 532.22 196.81 532.01 194.41 531.75 191.56 531.45 188.02 531.28 186.05 531.08 183.7 Z\" data-geo-id=\"18\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(230, 230, 230);\"></path>\\n<path d=\"M 493.76 66.62 493.89 66.4 494.16 66.35 494.24 66.48 493.84 66.76 493.76 66.62 Z M 395.27 49.76 399.06 49.81 402.39 49.84 405.75 49.86 408.25 49.86 411.23 49.87 413.89 49.87 417.48 49.87 418.95 49.86 421.69 49.84 421.66 46.46 421.63 42.57 421.97 42.85 422.83 43.15 423.39 43.08 423.71 42.84 424.11 42.81 424.72 43.18 425.12 43.5 425.43 43.66 425.91 43.72 425.81 43.95 425.8 44.22 426.17 45.73 426.17 46.04 426.5 47.49 426.8 47.89 427.22 49.76 427.69 51.94 427.7 52.16 427.59 52.23 427.59 52.52 427.69 52.77 427.48 52.93 427.45 53.07 427.58 53.36 427.59 53.87 427.69 54 427.87 54.11 428.14 54.36 428.28 54.63 428.57 54.7 428.79 54.87 428.95 55.06 429.38 55.09 429.51 55.16 429.6 55.34 430.1 55.42 430.55 55.46 430.71 55.51 430.88 55.47 431.17 55.16 431.52 55.13 431.78 55.23 432.11 55.28 432.29 55.26 432.55 55.15 432.89 55.24 433.11 55.35 433.29 55.64 433.25 56.01 433.38 56.21 433.64 56.27 433.96 56.24 434.5 56.33 435.35 56.35 435.67 56.3 435.75 56.36 436.14 56.39 436.43 56.34 437.1 56.5 437.46 56.54 437.65 56.47 437.97 56.54 438.52 56.55 438.65 56.64 438.8 56.93 438.86 57.19 439 57.47 439.04 57.66 438.96 58.03 438.98 58.19 438.89 58.43 439.2 58.68 439.74 58.69 439.88 58.64 440.3 58.62 440.48 58.68 441.11 58.61 441.28 58.37 441.35 58.35 441.56 58.52 441.76 58.38 441.97 58.42 442.37 58.37 442.77 58.24 442.97 58.11 443.38 58.02 443.51 57.71 443.38 57.23 443.4 57.15 443.73 57.11 444.1 56.81 444.28 56.9 444.59 56.86 444.78 56.73 444.88 56.45 446.05 56.11 446.66 56.1 447.05 56.45 448.19 56.33 449.52 56.36 449.9 56.2 449.96 56.22 449.98 56.64 450.24 56.66 450.5 56.85 450.69 56.87 452.86 57.85 453.76 57.69 454.05 57.74 454.2 58.3 454.18 58.48 454.06 58.56 453.84 58.53 453.75 58.63 453.44 58.62 453.27 58.68 453.24 58.87 453.11 59.28 453.44 59.64 453.76 59.69 453.85 59.76 454.88 59.64 455.37 59.49 455.76 59.48 456.18 60.01 456.43 60.09 456.44 60.34 456.2 60.9 456.3 61.28 456.53 61.69 456.82 62.14 457.03 62.32 457.36 62.99 457.57 63.54 457.69 63.72 457.89 63.52 458.16 63.44 458.38 63.3 458.81 63.22 458.95 63.14 458.9 62.98 458.67 62.82 458.51 62.39 458.59 62.05 458.43 61.86 458.57 61.72 458.63 61.35 458.97 61.11 459.69 61.26 460.05 61.13 460.06 61.03 460.25 60.91 460.47 60.85 460.49 61.03 461.27 61.04 461.34 60.96 461.63 60.93 461.72 61.12 461.76 61.38 461.97 61.54 462.36 61.61 462.22 62.07 462.31 62.39 462.33 62.67 462.55 62.76 462.67 62.99 462.8 62.88 463.01 62.91 462.98 63.26 463.24 63.23 463.52 63.13 463.8 63.14 463.93 63.33 464.15 63.47 464.2 63.7 464.83 63.58 465.06 63.74 465.7 63.79 465.82 63.68 466.14 63.76 466.18 63.98 466.07 64.12 466.04 64.31 466.28 64.29 466.26 64.64 466.4 64.84 466.39 65.03 466.25 65.36 466.49 65.32 466.7 65.48 467 65.42 467.19 65.65 467.5 65.54 467.84 65.52 468.22 65.39 468.31 65.49 468.1 65.68 468.05 66.19 468.06 66.53 468.17 66.62 468.49 66.42 469.17 66.11 469.47 66.12 469.66 66.07 469.83 66.38 469.95 66.44 470.15 66.34 470.44 66.26 470.69 66.01 470.76 66.05 471.08 65.92 471.72 65.87 472.23 65.66 472.41 65.42 472.67 65.28 472.96 64.84 473.06 64.89 473.39 64.53 473.62 64.35 473.54 64.26 473.83 64.13 473.89 64.02 474.18 63.87 474.29 63.72 474.51 63.7 474.62 63.58 474.94 63.54 475.28 63.25 475.62 62.91 476.27 62.68 476.4 62.66 476.5 62.53 476.77 62.35 476.91 62.5 477.26 62.35 477.37 62.44 477.52 63.68 477.71 63.56 477.88 63.58 478 63.92 478.26 63.86 478.22 64.17 478.02 64.3 478.16 64.52 478.29 64.58 478.51 65.06 478.65 65.19 478.78 65.11 479.26 65.06 479.48 64.96 480.06 64.87 480.24 64.7 480.88 64.49 481.1 64.47 481.15 64.55 480.98 64.75 481.16 64.95 481.67 64.86 482.05 64.84 482.29 64.64 482.68 64.81 483.13 64.66 483.41 64.87 483.97 64.78 484.07 64.66 484.38 64.59 484.6 64.69 484.79 64.6 485.06 64.6 485.42 64.47 485.6 64.49 485.89 64.44 486.04 64.35 486.2 64.39 486.61 64.33 486.83 64.45 487.14 64.43 487.59 64.56 487.71 64.64 488.04 64.75 488.17 65.07 488.26 65.05 488.47 65.4 488.45 65.66 488.5 65.79 488.75 65.88 488.84 66.03 489.05 66.09 489.1 65.99 489.28 65.98 489.38 66.24 489.79 66.48 490.13 66.49 490.16 66.42 490.44 66.34 490.53 66.16 490.64 66.19 490.76 65.9 490.95 65.91 491.42 65.71 491.85 65.7 492.09 65.79 492.1 65.9 492.29 65.97 492.45 65.87 492.86 65.86 492.92 65.95 493.27 65.8 493.67 65.91 493.86 66.06 494.18 66.08 493.84 66.33 493.52 66.38 493.55 66.21 493.4 66.08 493.13 66.27 493 66.43 493.15 66.79 493 66.8 492.91 66.67 492.67 66.72 492.51 66.95 492.64 67.11 492.43 67.19 492.24 67.39 492.03 67.52 491.96 67.67 491.5 67.99 491.25 68.22 490.82 68.46 490.74 68.42 490.49 68.6 490.26 68.61 490.03 68.81 489.95 68.75 489.6 68.88 489.56 69.1 489.26 69.31 489.11 69.33 488.98 69.52 488.61 69.65 488.35 69.8 488.12 69.82 487.92 69.94 487.74 69.97 487.64 70.09 487.18 70.31 487.11 70.3 486.61 70.38 486.39 70.52 486.28 70.71 486.11 70.75 485.75 70.75 485.41 70.87 485.31 70.94 484.8 71.19 484.67 71.19 484.32 71.43 483.69 71.54 483.61 71.62 483.1 71.76 483.06 71.89 482.68 72.01 482.34 72.17 481.84 72.37 481.67 72.63 481.24 72.83 480.68 73.18 480.16 73.54 479.97 73.61 479.43 73.94 479.01 74.29 478.83 74.38 478.68 74.57 477.76 75.31 477.41 75.66 476.93 76.17 476.66 76.37 475.65 77.37 475.49 77.41 475.18 77.86 474.88 78.24 474.74 78.3 474.47 78.54 473.89 79.35 473.79 79.64 473.52 79.93 473.24 80.36 473.12 80.41 473.02 80.62 473 80.81 472.73 80.96 472.63 81.17 472.5 81.18 472.46 81.36 472.34 81.4 472.04 81.72 472.02 81.83 471.71 82.16 471.71 82.28 471.57 82.46 471.38 82.6 471.32 82.74 470.89 83.05 470.55 83.51 470.44 83.6 470.37 83.79 470.12 84 469.78 84.12 469.61 84.4 469.37 84.46 469.24 84.62 468.93 84.71 468.68 85.24 468.57 85.22 468.23 85.55 467.98 85.9 467.87 85.96 467.86 86.18 467.66 86.15 467.55 86.36 467.29 86.39 466.88 86.84 466.51 87.34 466.38 87.44 466.36 87.61 466.18 87.67 465.95 87.87 465.56 87.99 465.39 88.21 465.12 88.35 464.87 88.55 464.67 88.81 464.16 89.16 463.99 89.34 463.74 89.51 463.57 89.72 463.33 89.84 463.12 90.06 462.97 90.13 462.76 90.42 462.46 90.59 462.35 90.75 462.4 90.93 462.6 91.29 462.97 91.78 463.31 92.17 463.45 92.25 463.21 92.21 462.44 91.48 462.09 91.5 461.81 91.69 461.75 91.78 461.78 91.96 461.72 92.14 461.44 92.08 461.16 92.13 460.95 92.43 461.05 92.55 461.25 92.55 461.34 92.65 461.29 92.84 461.14 92.91 460.98 93.15 461.03 93.33 460.9 93.43 460.69 93.38 460.5 93.46 460.31 93.29 460.19 93.44 459.84 93.17 459.87 93.95 459.96 96.25 460.01 97.9 460.08 99.72 460.17 102.42 460.25 104.43 459.81 104.61 459.71 104.74 459.62 105.06 459.62 105.33 459.53 105.58 459.39 105.64 458.98 105.53 458.73 105.39 458.6 105.41 458.32 105.62 458.19 106.07 458.07 106.17 458.05 106.39 457.94 106.46 457.7 106.42 457.28 106.27 457.08 106.4 456.92 106.59 456.9 106.9 456.6 106.98 456.4 107.11 456.24 107.13 456.08 107.26 455.74 107.31 455.76 107.46 455.53 107.47 455.27 107.72 455.27 107.82 454.86 108.06 454.69 108.28 454.53 108.58 454.47 108.97 454.18 109.25 454.13 109.37 454.25 109.68 454.2 109.87 454.07 109.99 453.98 110.23 453.92 110.59 453.6 110.98 453.35 111.19 453.09 111.29 452.82 111.51 452.72 112.51 452.62 113.02 452.65 113.39 452.71 113.57 452.67 113.86 452.71 114.23 452.89 114.38 453.22 114.39 453.53 114.48 453.83 114.44 454.03 114.33 454.24 114.34 454.85 114.82 454.86 115.32 455.2 115.72 455.36 116.04 455.52 116.26 455.89 116.43 455.98 116.68 455.95 117.11 456 117.22 455.96 117.5 455.78 117.61 455.62 117.87 455.59 118.01 455.37 118.19 455.27 118.38 455.35 118.71 455.21 119 454.86 119.42 454.58 119.61 454.56 119.84 454.67 120.01 454.69 120.16 454.58 120.4 454.63 120.76 454.72 120.98 454.56 121.25 454.54 121.63 454.74 121.84 454.68 122.01 454.69 122.26 454.8 122.52 454.86 122.81 454.95 122.93 454.88 123.09 454.5 123.47 454.27 123.66 454.13 123.94 454.21 124.22 454.67 124.62 454.7 124.78 454.6 125.15 454.64 125.7 454.85 126.01 454.92 126.36 454.82 126.93 454.64 127.06 454.62 127.22 454.77 127.54 454.72 127.81 454.78 128.21 454.69 128.59 454.59 128.76 454.57 129.04 454.5 129.24 454.35 129.44 454.29 129.62 454.26 129.94 454.54 130.2 454.84 130.34 454.97 130.45 455.24 130.56 455.75 130.99 456.26 131.56 456.72 131.82 456.86 132 456.88 132.46 457.16 132.51 457.44 132.71 457.6 132.66 457.88 133.08 457.89 133.31 458.02 133.34 458.31 133.17 458.66 133.34 458.83 133.29 459.19 133.4 459.51 133.31 459.73 133.4 460.09 133.44 460.37 133.4 460.65 133.43 460.91 133.54 461.12 133.78 461.3 134.19 461.31 134.5 461.48 134.77 461.68 134.99 462.13 135.3 462.3 135.51 462.54 135.63 463.27 135.82 463.79 135.89 463.98 136.04 464.31 136.13 464.43 136.2 464.78 136.25 465 136.48 465.26 136.62 465.41 136.64 465.71 136.83 465.94 136.88 466.09 137 466.36 137.34 466.58 137.48 466.76 137.89 466.63 138.17 466.69 138.37 466.89 138.46 467.04 138.62 467.04 138.81 467.14 138.94 467.17 139.12 467.11 139.34 467.16 139.51 467.3 139.69 467.38 139.99 468.03 140.39 468.2 140.65 468.49 140.83 468.8 140.94 469.12 141.17 469.41 141.2 469.58 141.27 469.7 141.42 469.76 141.74 469.93 141.83 470.12 141.85 470.32 142.04 470.44 142.28 470.65 142.49 471.18 142.76 471.32 142.99 471.53 143.13 472.03 143.2 472.58 143.24 472.95 143.43 473.12 143.39 473.51 143.53 473.66 143.67 473.75 143.88 473.92 144.05 474.01 144.22 474.3 144.4 474.61 144.75 474.73 145.09 474.86 145.18 475.01 145.45 475.26 145.61 475.41 146.01 475.8 146.38 475.9 146.55 476 147.01 476.15 147.42 476.42 147.74 476.29 148.32 476.31 148.53 476.15 149 476.17 149.27 476.12 149.64 476.15 150.05 476.27 150.18 476.29 150.37 476.22 150.58 476.23 150.81 476.39 151.03 476.66 151.28 476.77 151.42 476.78 151.75 476.64 152.06 476.66 152.23 476.81 152.53 477.04 152.74 477.05 152.97 476.44 152.99 473.27 153.15 471.05 153.26 469.31 153.33 466.93 153.44 463.76 153.57 462.38 153.63 460.62 153.7 457.26 153.83 455.84 153.88 455.31 153.9 452.07 154.01 448.65 154.12 445.53 154.2 441.4 154.3 438.98 154.35 437.29 154.38 433.36 154.45 430.82 154.49 428.42 154.52 425.93 154.55 424.55 154.56 422.6 154.59 421.36 154.58 421.27 154.6 419.38 154.61 418.46 154.61 417.63 154.63 414.5 154.64 411.21 154.64 408.78 154.64 404.64 154.62 404.66 150.99 404.68 147.37 404.68 145.46 404.71 141.27 404.73 138.8 404.75 136.22 404.76 134.62 404.77 131.58 404.78 129.62 404.79 126.61 404.81 121.9 404.81 120.2 404.46 119.41 404.33 119.07 403.89 118.71 403.57 118.61 403.12 118.39 402.83 118.18 402.6 118.09 402.2 118.04 401.76 118.03 401.6 117.9 401.18 117.25 401.08 117.14 400.9 116.53 400.64 115.91 400.26 115.34 400.15 115.25 399.41 114.28 399.64 113.53 400.19 113.1 400.72 112.74 400.86 112.52 401.39 112.17 401.91 111.89 402.18 111.62 402.32 111.37 402.37 111.17 402.55 110.83 402.72 110.71 402.93 110.38 403.06 110.29 403.16 110.11 403.23 109.78 403.28 108.95 403.32 108.93 403.3 108.47 403.38 108.33 403.39 108.03 403.42 107.83 403.3 107.49 403.26 106.48 403.21 106.28 403.37 105.81 403.49 105.56 403.53 105.19 403.47 104.79 403.37 104.6 403.35 104.27 403.2 103.98 403.25 103.75 403.2 103.43 403.05 103.27 403.15 102.9 403.03 102.71 402.97 102.45 402.97 102.15 403.14 102.07 403.01 101.95 402.95 101.79 403.01 101.51 402.98 101.1 402.9 101.01 402.99 100.73 402.95 100.51 402.68 100.28 402.74 100.19 402.51 100.06 402.35 100.1 402.38 99.88 402.23 99.81 402.08 99.64 401.96 99.31 402 99.24 401.88 99.01 401.77 98.97 401.73 98.73 401.52 98.48 401.39 98.39 401.45 98.21 401.47 97.91 401.29 97.78 401.14 97.22 401.2 97.03 401.08 96.74 401.12 96.47 401.01 96.3 401.08 95.97 401.04 95.8 400.71 95.27 400.63 94.87 400.4 94.74 400.47 94.61 400.37 94.3 400.51 93.84 400.49 93.65 400.56 93.54 400.5 93.34 400.58 93.21 400.48 93.09 400.63 92.99 400.56 92.62 400.57 92.39 400.68 92.14 400.52 92.09 400.41 91.96 400.54 91.82 400.42 91.72 400.42 91.36 400.34 91.31 400.61 90.82 400.68 90.44 400.6 90.36 400.62 90.18 400.79 90.05 400.72 89.84 400.74 89.56 400.84 89.53 400.93 89.1 400.9 88.97 400.5 89.08 400.51 88.78 400.42 88.78 400.27 88.41 400.1 88.27 400.14 88.15 400.1 87.76 399.97 87.53 400.18 86.85 400.09 86.67 400.1 86.38 400.2 86.23 400.2 85.65 400.09 85.37 400.13 85.22 400.04 85.04 400.11 84.77 400.13 84.41 400.02 84.23 400.06 84.05 399.97 83.64 400.02 83.42 399.88 83.32 400.01 83.05 399.85 82.53 399.93 82.45 399.88 82.15 400.04 81.88 399.84 81.71 400.01 81.63 399.93 81.24 399.78 80.88 399.88 80.72 399.92 80.36 399.83 80.21 399.95 80.15 399.67 79.84 399.75 79.66 399.66 79.41 399.78 78.94 399.69 78.74 399.8 78.66 399.66 78.41 399.85 78.26 399.59 77.67 399.85 77.22 399.61 76.97 399.81 76.71 399.82 76.32 399.76 76.11 399.47 75.92 399.53 75.77 399.36 75.58 399.43 75.52 399.38 75.31 399.4 75.11 399.27 74.83 399.23 74.61 399.12 74.53 398.97 73.99 398.8 73.71 398.85 73.46 398.73 73.23 398.78 73.15 398.51 72.99 398.49 72.66 398.37 72.51 398.21 72.43 398.18 71.93 397.98 71.56 397.98 71.39 397.89 71.17 397.68 71.13 397.64 70.7 397.77 70.47 397.74 70.23 397.5 70.03 397.5 69.86 397.26 69.72 397.27 69.47 397.18 69.4 397.29 68.93 397.15 68.73 397.05 68.34 397.1 68.18 397.08 67.91 397.01 67.7 396.87 67.6 396.73 67.35 396.71 67.07 396.59 66.71 396.41 66.68 396.43 66.48 396.34 66.17 396.38 66.01 396.13 65.94 396.2 65.83 396.42 65.72 396.37 65.61 396.15 65.61 396.11 65.43 396.25 65.26 396.09 65.22 396.21 65 396.2 64.85 396.42 64.58 396.21 64.49 396.17 64.03 396.42 63.9 396.42 63.46 396.54 63.4 396.43 63.17 396.58 63.06 396.27 62.78 396.33 62.49 396.43 62.29 396.25 62.17 396.3 62.02 396.05 61.8 396.06 61.68 396.26 61.68 396.2 61.47 396.04 61.39 395.98 61.21 396.16 61.18 396.37 61 396.22 60.78 396.29 60.48 396.47 60.49 396.44 60.3 396.26 60.39 396.42 59.98 396.25 59.92 396.09 59.7 396.06 59.57 396.28 59.52 396.38 59.37 396.16 59.19 396.16 59 396.3 59.01 396.33 58.81 396.15 58.86 396.12 58.67 396.26 58.54 396.04 58.44 395.96 58.29 396.28 58.26 396.22 58.14 395.97 58.14 395.9 57.99 396.15 57.95 396.27 57.64 396.26 57.37 396.4 57.08 396.57 56.93 396.65 56.77 396.73 56.44 396.84 56.23 396.75 56.16 396.84 55.99 396.81 55.81 396.93 55.71 396.72 55.61 396.58 55.42 396.6 55.23 396.46 54.89 396.31 54.74 396.36 54.5 396.22 54.49 396.15 54.36 396.27 54.21 396.12 53.99 396.13 53.74 396.05 53.62 396.12 53.35 395.92 53.32 395.74 53.23 395.88 53.08 395.79 52.92 395.93 52.83 395.94 52.6 395.86 52.18 395.62 52.03 395.74 51.76 395.51 51.61 395.47 51.34 395.36 51.24 395.41 51.04 395.28 50.93 395.19 50.75 395.25 50.44 395.15 50.42 395.14 50.09 395.29 49.9 395.27 49.76 Z\" data-geo-id=\"27\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(163, 0, 0);\"></path>\\n<path d=\"M 739.72 157.62 739.71 157.4 739.96 157.36 739.72 157.62 Z M 731.48 163.38 731.61 163.19 731.7 163.33 731.48 163.38 Z M 726 145 726.75 144.8 728.67 144.41 729.56 144.23 732.01 143.73 732.75 143.57 734.62 143.13 735.31 142.98 735.45 143.72 736.11 143.45 736.1 143.36 736.19 142.89 736.1 142.79 736.92 142.57 737.67 142.47 738.16 142.38 738.2 142.49 738.54 142.41 738.64 142.27 739.23 142.04 740.21 141.8 742.14 141.35 743.06 141.12 744.63 140.75 745.63 140.55 746.67 140.29 748.01 139.99 749.24 139.69 749.34 139.97 749.71 141.32 750.4 143.69 751.21 146.48 751.47 147.59 752.22 150.97 751.9 151 751.65 151.34 751.71 151.53 751.89 151.65 751.98 151.95 751.92 152.07 752.01 152.28 752.15 152.47 752.08 152.61 751.82 152.99 751.51 152.76 751.24 152.88 751.18 153.02 750.95 153.07 750.69 152.94 750.56 152.97 750.41 153.33 750.32 153.37 750.13 153.24 750.06 153.44 749.9 153.53 749.81 153.78 749.61 153.63 749.52 153.75 749.22 153.69 749.1 153.86 748.98 153.76 748.62 153.94 748.66 154.03 748.45 154.28 748.28 154.28 748.14 154.36 747.99 154.33 747.77 154.18 747.7 154.39 747.56 154.31 747.43 154.08 747.24 154.12 747.12 154.35 747.26 154.8 746.91 154.79 746.73 154.7 746.61 154.79 746.46 155.12 746.22 155.15 746.15 155.24 745.7 155.41 745.46 155.37 745.28 155.15 745.15 154.89 745.07 155.14 745.1 155.3 745.23 155.39 745.4 155.66 745.18 155.74 745.08 155.85 744.83 155.95 744.58 155.69 744.32 155.75 744.22 155.86 744.03 155.82 743.84 155.86 743.66 156.1 743.41 156.13 743.24 156.27 743.14 156.48 742.94 156.35 742.79 156.45 742.8 156.68 742.71 156.75 742.24 156.48 742.05 156.45 741.86 156.56 741.58 156.57 741.05 156.84 740.92 156.77 740.71 157.06 740.73 157.19 740.64 157.34 740.42 157.4 740.35 157.33 740.4 157.1 740.21 157.14 740.06 157.29 739.92 157.18 739.79 157.29 739.66 157.15 739.48 157.27 739.28 157.29 738.9 157.7 738.8 157.49 738.71 157.45 738.66 157.77 738.54 157.63 738.32 157.91 738.06 158.03 737.72 158.01 737.81 157.82 737.73 157.65 737.6 157.59 737.45 157.12 737.37 157.13 737.15 157.65 737.29 157.75 737.22 157.9 736.9 158.13 736.83 158.44 736.64 158.51 736.61 158.76 736.47 158.82 736.39 159.19 736.1 159.24 735.87 159.2 735.74 159.33 735.43 159.77 735.25 160.19 735.26 160.36 735.4 160.49 735.04 160.67 734.41 160.59 733.99 160.71 733.71 161.07 733.6 161.08 733.57 161.4 733.34 161.66 733.15 161.65 732.96 161.56 732.7 161.88 732.54 161.91 732.17 162.18 732 162.4 731.77 162.49 731.67 162.67 731.54 162.73 731.46 163.05 731.24 163.4 731 163.43 730.92 163.61 730.78 163.6 730.7 163.76 730.72 163.92 730.53 163.89 730.44 163.75 730.3 163.93 730.16 164 730.2 164.17 730.16 164.38 730.03 164.36 729.93 164.19 729.74 164.39 729.57 164.69 729.58 164.87 729.39 164.93 729.16 164.69 729.05 164.74 728.79 165.06 728.6 165.08 728.48 165.27 728.44 165.47 728.33 165.2 728.35 164.97 726.94 163.55 727.98 162.49 728.87 161.61 729.85 160.63 729.15 159.93 728.53 159.31 728.41 158.73 728.09 156.68 727.77 154.91 727.48 153.15 727.23 151.87 726.99 150.52 726.66 148.62 726.56 147.97 726.45 147.41 726.2 145.94 726 145 Z\" data-geo-id=\"09\" style=\"stroke-width: 1; stroke: rgb(255, 255, 255); fill: rgb(163, 0, 0);\"></path>\\n</g>\\n</svg></div></div> <div class=\"legend-koNQTc stacked-legend-RY9Mjd cnn-pcl-aeyajg mini-3nqkcV\"> <div class=\"palettes-69eAQF stacked-palettes-9pJ1nU cnn-pcl-aeyajg\"><div class=\"wrapper-2pUJsI cnn-pcl-1pbjuv4 stacked-wrapper-1-MlAs card-wrapper-1a4Qp8\"><div class=\"shades-q2_F7g cnn-pcl-1pbjuv4\"><div class=\"palette-3VoUOr cnn-pcl-1pbjuv4 card-1YY_s1\"><div class=\"solid-28PFA1 palette-color-WwdGQJ cnn-pcl-1pbjuv4 card-1YY_s1\" style=\"--shade: #FF9900;\"></div> </div></div> <div class=\"group-name-16MNYT cnn-pcl-1pbjuv4\">Haley</div></div><div class=\"wrapper-2pUJsI cnn-pcl-1pbjuv4 stacked-wrapper-1-MlAs card-wrapper-1a4Qp8\"><div class=\"shades-q2_F7g cnn-pcl-1pbjuv4\"><div class=\"palette-3VoUOr cnn-pcl-1pbjuv4 card-1YY_s1\"><div class=\"solid-28PFA1 palette-color-WwdGQJ cnn-pcl-1pbjuv4 card-1YY_s1\" style=\"--shade: #A30000;\"></div> </div></div> <div class=\"group-name-16MNYT cnn-pcl-1pbjuv4\">Trump</div></div></div></div> </div></a></div></div>\\n \\n\\n\\n<div class=\"container container_grid-2 politics lazy\" data-uri=\"cms.cnn.com/_components/container/instances/cltdjl4g8003r3b6hiu3w7muf@published\" data-selective-publishing=\"true\" data-collapsed-text=\"\">\\n <div class=\"container__ads container_grid-2__ads\">\\n \\n </div>\\n <div class=\"container__kicker\" data-editable=\"kicker\">\\n </div>\\n\\n <div class=\"container_grid-2__cards-wrapper\">\\n <div class=\"container__field-wrapper container_grid-2__field-wrapper\">\\n <div class=\"container__field-links container_grid-2__field-links\" data-editable=\"cards\">\\n \\n\\n\\n\\n\\n\\n\\n<div data-uri=\"cms.cnn.com/_components/card/instances/cltdjl4h3003u3b6hy8cbicgl@published\" data-created-updated-by=\"true\" class=\"card container__item container__item--type-media-image container__item--type-section container_grid-2__item container_grid-2__item--type-section \" data-component-name=\"card\" data-open-link=\"https://www.cnn.com/election/2024/primaries-and-caucuses/results/democratic-party/president\" data-page=\"cms.cnn.com/_components/card/instances/cltdin9gd003o3b6fvffg97hf\" data-editable=\"settings\">\\n \\n \\n \\n <a href=\"https://www.cnn.com/election/2024/primaries-and-caucuses/results/democratic-party/president\" class=\"container__link container__link--type-card container_grid-2__link container_grid-2__left container_grid-2__light\" data-link-type=\"card\">\\n <div class=\"container__item-media-wrapper container_grid-2__item-media-wrapper\" data-breakpoints=\"{&quot;card--media-large&quot;: 596}\">\\n <div class=\"container__item-media container_grid-2__item-media\">\\n <div data-uri=\"cms.cnn.com/_components/image/instances/cltdjl4hu00403b6hbqzxz945@published\" class=\"image image__hide-placeholder image--eq-extra-small image--eq-small\" data-image-variation=\"image\" data-name=\"dem map.jpg\" data-component-name=\"image\" data-observe-resizes=\"\" data-breakpoints=\"{&quot;image--eq-extra-small&quot;: 115, &quot;image--eq-small&quot;: 300}\" data-original-ratio=\"0.5621959694232106\" data-original-height=\"809\" data-original-width=\"1439\" data-url=\"https://media.cnn.com/api/v1/images/stellar/prod/dem-map.jpg?c=original\" data-unselectable=\"true\">\\n <script>function imageLoadError(img) {\\n const fallbackImage = \\'/media/sites/cnn/cnn-fallback-image.jpg\\';\\n\\n img.removeAttribute(\\'onerror\\');\\n img.src = fallbackImage;\\n let element = img.previousElementSibling;\\n\\n while (element && element.tagName === \\'SOURCE\\') {\\n element.srcset = fallbackImage;\\n element = element.previousElementSibling;\\n }\\n }</script>\\n <div class=\"image__container \" data-image-variation=\"image\" data-breakpoints=\"{&quot;image--eq-extra-small&quot;: 115, &quot;image--eq-small&quot;: 300, &quot;image--show-credits&quot;: 596}\">\\n <picture class=\"image__picture\"><source height=\"438\" width=\"780\" media=\"(min-width: 1280px)\" srcset=\"https://media.cnn.com/api/v1/images/stellar/prod/dem-map.jpg?c=16x9&amp;q=h_438,w_780,c_fill\"><source height=\"438\" width=\"780\" media=\"(min-width: 960px)\" srcset=\"https://media.cnn.com/api/v1/images/stellar/prod/dem-map.jpg?c=16x9&amp;q=h_438,w_780,c_fill\"><source height=\"270\" width=\"480\" media=\"(min-width: 480px)\" srcset=\"https://media.cnn.com/api/v1/images/stellar/prod/dem-map.jpg?c=16x9&amp;q=h_270,w_480,c_fill\"><source height=\"270\" width=\"480\" media=\"(max-width: 479px)\" srcset=\"https://media.cnn.com/api/v1/images/stellar/prod/dem-map.jpg?c=16x9&amp;q=h_270,w_480,c_fill\"><img src=\"https://media.cnn.com/api/v1/images/stellar/prod/dem-map.jpg?c=16x9&amp;q=h_438,w_780,c_fill\" alt=\"dem map.jpg\" class=\"image__dam-img\" onload=\"this.classList.remove(\\'image__dam-img--loading\\')\" onerror=\"imageLoadError(this)\" height=\"809\" width=\"1439\" pinger-seen=\"true\"></picture>\\n </div>\\n \\n <div class=\"image__metadata\">\\n \\n <figcaption class=\"image__credit\">CNN</figcaption>\\n </div>\\n \\n</div>\\n\\n </div>\\n </div>\\n </a>\\n <a href=\"https://www.cnn.com/election/2024/primaries-and-caucuses/results/democratic-party/president\" class=\"container__link container__link--type-card container_grid-2__link container_grid-2__left container_grid-2__light\" data-link-type=\"card\">\\n <div class=\"container__text container_grid-2__text\">\\n <div class=\"container__headline container_grid-2__headline\">\\n <span class=\"container__headline-text\" data-editable=\"headline\">Zoom in on the Democratic national map</span>\\n </div>\\n </div>\\n </a>\\n</div>\\n\\n \\n\\n\\n\\n\\n\\n\\n<div data-uri=\"cms.cnn.com/_components/card/instances/cltdjl4h3003t3b6h4jh7dd8h@published\" data-created-updated-by=\"true\" class=\"card container__item container__item--type-media-image container__item--type-section container_grid-2__item container_grid-2__item--type-section \" data-component-name=\"card\" data-open-link=\"https://www.cnn.com/election/2024/primaries-and-caucuses/results/republican-party/president\" data-page=\"cms.cnn.com/_components/card/instances/cltdik4pv00373b6fz7u354o9\" data-editable=\"settings\">\\n \\n \\n \\n <a href=\"https://www.cnn.com/election/2024/primaries-and-caucuses/results/republican-party/president\" class=\"container__link container__link--type-card container_grid-2__link container_grid-2__left container_grid-2__light\" data-link-type=\"card\">\\n <div class=\"container__item-media-wrapper container_grid-2__item-media-wrapper\" data-breakpoints=\"{&quot;card--media-large&quot;: 596}\">\\n <div class=\"container__item-media container_grid-2__item-media\">\\n <div data-uri=\"cms.cnn.com/_components/image/instances/cltdjl4hu003x3b6hqalr7ahu@published\" class=\"image image__hide-placeholder image--eq-extra-small image--eq-small\" data-image-variation=\"image\" data-name=\"rep map.jpg\" data-component-name=\"image\" data-observe-resizes=\"\" data-breakpoints=\"{&quot;image--eq-extra-small&quot;: 115, &quot;image--eq-small&quot;: 300}\" data-original-ratio=\"0.5621959694232106\" data-original-height=\"809\" data-original-width=\"1439\" data-url=\"https://media.cnn.com/api/v1/images/stellar/prod/rep-map.jpg?c=original\" data-unselectable=\"true\">\\n \\n <div class=\"image__container \" data-image-variation=\"image\" data-breakpoints=\"{&quot;image--eq-extra-small&quot;: 115, &quot;image--eq-small&quot;: 300, &quot;image--show-credits&quot;: 596}\">\\n <picture class=\"image__picture\"><source height=\"438\" width=\"780\" media=\"(min-width: 1280px)\" srcset=\"https://media.cnn.com/api/v1/images/stellar/prod/rep-map.jpg?c=16x9&amp;q=h_438,w_780,c_fill\"><source height=\"438\" width=\"780\" media=\"(min-width: 960px)\" srcset=\"https://media.cnn.com/api/v1/images/stellar/prod/rep-map.jpg?c=16x9&amp;q=h_438,w_780,c_fill\"><source height=\"270\" width=\"480\" media=\"(min-width: 480px)\" srcset=\"https://media.cnn.com/api/v1/images/stellar/prod/rep-map.jpg?c=16x9&amp;q=h_270,w_480,c_fill\"><source height=\"270\" width=\"480\" media=\"(max-width: 479px)\" srcset=\"https://media.cnn.com/api/v1/images/stellar/prod/rep-map.jpg?c=16x9&amp;q=h_270,w_480,c_fill\"><img src=\"https://media.cnn.com/api/v1/images/stellar/prod/rep-map.jpg?c=16x9&amp;q=h_438,w_780,c_fill\" alt=\"rep map.jpg\" class=\"image__dam-img\" onload=\"this.classList.remove(\\'image__dam-img--loading\\')\" onerror=\"imageLoadError(this)\" height=\"809\" width=\"1439\" pinger-seen=\"true\"></picture>\\n </div>\\n \\n <div class=\"image__metadata\">\\n \\n <figcaption class=\"image__credit\">CNN</figcaption>\\n </div>\\n \\n</div>\\n\\n </div>\\n </div>\\n </a>\\n <a href=\"https://www.cnn.com/election/2024/primaries-and-caucuses/results/republican-party/president\" class=\"container__link container__link--type-card container_grid-2__link container_grid-2__left container_grid-2__light\" data-link-type=\"card\">\\n <div class=\"container__text container_grid-2__text\">\\n <div class=\"container__headline container_grid-2__headline\">\\n <span class=\"container__headline-text\" data-editable=\"headline\">Zoom in on the Republican national map</span>\\n </div>\\n </div>\\n </a>\\n</div>\\n\\n </div>\\n </div>\\n </div>\\n\\n</div>\\n\\n </div>\\n <div class=\"product-zone__ads\">\\n \\n </div>\\n </div>\\n</div>\\n\\n <h3 class=\"subheader\" data-editable=\"text\" data-uri=\"cms.cnn.com/_components/subheader/instances/cltdjgi50003m3b6hg8av9z4q@published\" data-component-name=\"subheader\" id=\"biden-and-trump-clinch-their-parties-nominations-for-president\" data-article-gutter=\"true\">\\n Biden and Trump clinch their parties nominations for president\\n</h3>\\n\\n <p class=\"paragraph inline-placeholder\" data-uri=\"cms.cnn.com/_components/paragraph/instances/cltdjizne003n3b6hbs88cn54@published\" data-editable=\"text\" data-component-name=\"paragraph\" data-article-gutter=\"true\">\\n President Joe Biden and<strong>&nbsp;</strong>former President Donald Trump&nbsp;<a href=\"https://www.cnn.com/2024/03/12/politics/biden-trump-presidential-nominees/index.html\">have earned enough delegates to win</a>&nbsp;their parties presidential nominations and are headed for a November rematch.\\n </p>\\n\\n <div data-uri=\"cms.cnn.com/_components/product-zone/instances/cltdjdv8x001k3b6hf1yp68yk@published\" data-analytics-collection=\"zone\" data-selective-publishing=\"true\" class=\"product-zone product-zone product-zone--t-light \" data-collapsed-text=\"\">\\n <div class=\"product-zone__inner has-pseudo-class-fix-layout--balanced-2\">\\n <div class=\"product-zone__items layout--balanced-2\" data-editable=\"items\" data-reorderable-component=\"items\">\\n <div data-uri=\"cms.cnn.com/_components/politics-delegate-tracker/instances/cltdjdvn9001m3b6hcnc4ji5j@published\" class=\"politics-delegate-tracker\" data-editable=\"settings\" data-state=\"{&quot;_ref&quot;:&quot;cms.cnn.com/_components/politics-delegate-tracker/instances/cltdjdvn9001m3b6hcnc4ji5j@published&quot;,&quot;rows&quot;:2,&quot;result&quot;:{&quot;essEnvKey&quot;:&quot;production-key&quot;,&quot;superDelegatesAtStake&quot;:0,&quot;formattedDelegateType&quot;:null,&quot;aheadRegular&quot;:1772,&quot;cumulativeDelegateKey&quot;:&quot;0.REP&quot;,&quot;regularDelegatesAtStake&quot;:2429,&quot;neededToWin&quot;:1215,&quot;totalDelegatesAtStake&quot;:2429,&quot;totalAllocatedDelegates&quot;:1966,&quot;aheadTotal&quot;:1772,&quot;lastUpdated&quot;:&quot;&quot;,&quot;candidates&quot;:[{&quot;lastName&quot;:&quot;Trump&quot;,&quot;totalDelegates&quot;:&quot;&quot;,&quot;gender&quot;:&quot;M&quot;,&quot;fullName&quot;:&quot;Donald Trump&quot;,&quot;percent&quot;:&quot;&quot;,&quot;isWinner&quot;:&quot;&quot;,&quot;firstName&quot;:&quot;Donald&quot;,&quot;delegateTracking&quot;:true,&quot;percentDecimal&quot;:&quot;&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;regularDelegates&quot;:1863,&quot;candidateId&quot;:8639,&quot;dropOutDate&quot;:null,&quot;percentNeededDecimal&quot;:&quot;&quot;,&quot;formattedTotalDelegates&quot;:&quot;&quot;},{&quot;lastName&quot;:&quot;Haley&quot;,&quot;totalDelegates&quot;:&quot;&quot;,&quot;gender&quot;:&quot;F&quot;,&quot;fullName&quot;:&quot;Nikki Haley&quot;,&quot;percent&quot;:&quot;&quot;,&quot;isWinner&quot;:&quot;&quot;,&quot;firstName&quot;:&quot;Nikki&quot;,&quot;delegateTracking&quot;:true,&quot;percentDecimal&quot;:&quot;&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;regularDelegates&quot;:91,&quot;candidateId&quot;:60420,&quot;dropOutDate&quot;:&quot;2024-03-06T05:00:00.000Z&quot;,&quot;percentNeededDecimal&quot;:&quot;&quot;,&quot;formattedTotalDelegates&quot;:&quot;&quot;},{&quot;lastName&quot;:&quot;DeSantis&quot;,&quot;totalDelegates&quot;:&quot;&quot;,&quot;gender&quot;:&quot;M&quot;,&quot;fullName&quot;:&quot;Ron DeSantis&quot;,&quot;percent&quot;:&quot;&quot;,&quot;isWinner&quot;:&quot;&quot;,&quot;firstName&quot;:&quot;Ron&quot;,&quot;delegateTracking&quot;:true,&quot;percentDecimal&quot;:&quot;&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;regularDelegates&quot;:9,&quot;candidateId&quot;:62557,&quot;dropOutDate&quot;:&quot;2024-01-21T05:00:00.000Z&quot;,&quot;percentNeededDecimal&quot;:&quot;&quot;,&quot;formattedTotalDelegates&quot;:&quot;&quot;},{&quot;lastName&quot;:&quot;Ramaswamy&quot;,&quot;totalDelegates&quot;:&quot;&quot;,&quot;gender&quot;:&quot;M&quot;,&quot;fullName&quot;:&quot;Vivek Ramaswamy&quot;,&quot;percent&quot;:&quot;&quot;,&quot;isWinner&quot;:&quot;&quot;,&quot;firstName&quot;:&quot;Vivek&quot;,&quot;delegateTracking&quot;:true,&quot;percentDecimal&quot;:&quot;&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;regularDelegates&quot;:3,&quot;candidateId&quot;:20077010,&quot;dropOutDate&quot;:&quot;2024-01-15T05:00:00.000Z&quot;,&quot;percentNeededDecimal&quot;:&quot;&quot;,&quot;formattedTotalDelegates&quot;:&quot;&quot;}],&quot;winner&quot;:&quot;&quot;,&quot;electionDate&quot;:null,&quot;state&quot;:{&quot;fipsCode&quot;:&quot;00&quot;,&quot;title&quot;:&quot;UNITED STATES&quot;,&quot;abbreviation&quot;:&quot;US&quot;,&quot;stateId&quot;:0},&quot;regularAllocatedDelegates&quot;:1966,&quot;ecKey&quot;:&quot;2024-PR-US&quot;,&quot;extractedAt&quot;:&quot;2024-04-18T05:35:11.031724&quot;,&quot;party&quot;:{&quot;partyName&quot;:&quot;Republican&quot;,&quot;partyAbbreviation&quot;:&quot;R&quot;,&quot;partyId&quot;:&quot;REP&quot;,&quot;majorParty&quot;:true},&quot;cid&quot;:&quot;ESS::Delegates::1713418510876&quot;},&quot;altText&quot;:null,&quot;isEmbed&quot;:false,&quot;__fields&quot;:{&quot;status&quot;:&quot;active-updated&quot;,&quot;created_at&quot;:&quot;Tue, 05 Mar 2024 13:07:26 GMT&quot;,&quot;updated_at&quot;:&quot;Wed, 27 Mar 2024 16:38:03 GMT&quot;},&quot;embedAlt&quot;:null,&quot;subtitle&quot;:null,&quot;embedHref&quot;:null,&quot;titleHref&quot;:null,&quot;titleAfter&quot;:&quot;Republican bound delegates&quot;,&quot;titleDuring&quot;:&quot;Republican bound delegates&quot;,&quot;componentKey&quot;:&quot;2024primaries-PR-US-*-DelegateTracker&quot;,&quot;electionEvent&quot;:&quot;2024primaries&quot;,&quot;hideAccordion&quot;:false,&quot;noRenderColor&quot;:null,&quot;selectedParty&quot;:&quot;R&quot;,&quot;footerLinkHref&quot;:null,&quot;footerLinkText&quot;:null,&quot;overrideFeedURL&quot;:null,&quot;componentVariation&quot;:&quot;politics-delegate-tracker&quot;,&quot;projectedWinnerText&quot;:null,&quot;overrideComponentKey&quot;:null,&quot;overrideFeatureFlagURL&quot;:null,&quot;suppressColorsUntilConfig&quot;:true,&quot;suppressFeaturesUntilConfig&quot;:true}\" data-key=\"2024primaries-PR-US-*-DelegateTracker\"><article data-mode=\"during\" style=\"--winnerPartyColor: #ff4a43;\" class=\"cnn-pcl-fm1ncy called-1bIiML\"><div class=\"header-container-2NUUsd cnn-pcl-1k0jrn2\"><h2 class=\"cnn-pcl-1k0jrn2\">Republican bound delegates</h2> <div class=\"action-button-MXWPft cnn-pcl-1k0jrn2\"></div></div> <table class=\"cnn-pcl-xtr4hv\"><thead class=\"cnn-pcl-xtr4hv\"><tr class=\"cnn-pcl-xtr4hv\"><th class=\"cnn-pcl-xtr4hv\">Candidate</th> <th class=\"cnn-pcl-xtr4hv\">1,215 to win <span class=\"total-delegates-ADQTa2 cnn-pcl-xtr4hv\">(out of 2,429)</span></th> <th class=\"cnn-pcl-xtr4hv\">Bound Delegates</th></tr></thead> <tbody class=\"cnn-pcl-xtr4hv\"><tr style=\"--background: #A3000027; --candidateColor: #A30000; --delegateDroppedOut: #6e6e6e; --display: table-row;\" class=\"cnn-pcl-xtr4hv isWinner-7j8KXa\"><td class=\"col-candidate-name-1pAsq5 cnn-pcl-xtr4hv\"><span class=\"cnn-pcl-xtr4hv\"><span class=\"race-indicator-zone-2TE5h7 cnn-pcl-xtr4hv\"><span class=\"candidate-icon-indicator cnn-pcl-xtr4hv\" data-testid=\"delegate-tracker-table-checkmark\"><svg width=\"14\" height=\"14\" aria-label=\"Race called\" role=\"img\" viewBox=\"0 0 16 16\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" data-icon=\"checkmark\"><g id=\"icons\" stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g id=\"icon-/-checkmark--/-dem\"><path d=\"M0,8 C0,12.4181333 3.58186667,16 8,16 C12.4181333,16 16,12.4181333 16,8 C16,3.5816 12.4181333,0 8,0 C3.58186667,0 0,3.5816 0,8 Z\" id=\"path-1-copy\" fill=\"#030000\"></path><path d=\"M13.5967059,5.98070588 L8.248,11.3294118 L7.24329412,12.3341176 C7.10541176,12.472 6.93788235,12.5407059 6.74117647,12.5407059 C6.544,12.5407059 6.37647059,12.472 6.23858824,12.3341176 L5.23435294,11.3294118 L2.55952941,8.65505882 C2.42164706,8.51717647 2.35294118,8.34964706 2.35294118,8.15294118 C2.35294118,7.95576471 2.42164706,7.78823529 2.55952941,7.65035294 L3.56470588,6.64564706 C3.70258824,6.50823529 3.86964706,6.43905882 4.06682353,6.43905882 C4.264,6.43905882 4.43105882,6.50823529 4.56894118,6.64564706 L6.74117647,8.82494118 L11.5872941,3.97129412 C11.7247059,3.83341176 11.8922353,3.76470588 12.0894118,3.76470588 C12.2865882,3.76470588 12.4541176,3.83341176 12.592,3.97129412 L13.5967059,4.976 C13.7345882,5.11435294 13.8032941,5.28188235 13.8032941,5.47858824 C13.8032941,5.67529412 13.7345882,5.84282353 13.5967059,5.98070588 Z\" id=\"Fill-1\" fill=\"#FFF\"></path></g></g></svg></span></span> <span class=\"full-name-3lhPUj cnn-pcl-xtr4hv\">Donald Trump </span></span></td> <td class=\"col-progress-bar-HuBjC8 cnn-pcl-xtr4hv\"><div class=\"progress-bar-bdx54d cnn-pcl-xtr4hv\" style=\"--progressBarBackgroundColor: #d3d3d3;\"><div class=\"percentage-29wjBM cnn-pcl-xtr4hv\" style=\"--progressbarColor: #A30000; --progressbarWidth: 100%;\"></div></div></td> <td class=\"col-delegates cnn-pcl-xtr4hv\">1,863 <span class=\"delegate-ahead-count-No29zo cnn-pcl-xtr4hv\" data-testid=\"aheadcount\">1,772 ahead</span></td></tr><tr style=\"--background: #ffffff; --candidateColor: #6e6e6e; --delegateDroppedOut: #6e6e6e; --display: table-row;\" class=\"cnn-pcl-xtr4hv\"><td class=\"col-candidate-name-1pAsq5 cnn-pcl-xtr4hv\"><span class=\"cnn-pcl-xtr4hv\"><span class=\"race-indicator-zone-2TE5h7 cnn-pcl-xtr4hv\"></span> <span class=\"full-name-3lhPUj cnn-pcl-xtr4hv\">Nikki Haley <span class=\"dropped-out-1AJ89G cnn-pcl-xtr4hv\">DROPPED OUT</span></span></span></td> <td class=\"col-progress-bar-HuBjC8 cnn-pcl-xtr4hv\"><div class=\"progress-bar-bdx54d cnn-pcl-xtr4hv\" style=\"--progressBarBackgroundColor: #d3d3d3;\"><div class=\"percentage-29wjBM cnn-pcl-xtr4hv\" style=\"--progressbarColor: #6e6e6e; --progressbarWidth: 7.489711934156379%;\"></div></div></td> <td class=\"col-delegates cnn-pcl-xtr4hv\">91 </td></tr><tr style=\"--background: #ffffff; --candidateColor: #6e6e6e; --delegateDroppedOut: #6e6e6e; --display: none;\" class=\"cnn-pcl-xtr4hv\"><td class=\"col-candidate-name-1pAsq5 cnn-pcl-xtr4hv\"><span class=\"cnn-pcl-xtr4hv\"><span class=\"race-indicator-zone-2TE5h7 cnn-pcl-xtr4hv\"></span> <span class=\"full-name-3lhPUj cnn-pcl-xtr4hv\">Ron DeSantis <span class=\"dropped-out-1AJ89G cnn-pcl-xtr4hv\">DROPPED OUT</span></span></span></td> <td class=\"col-progress-bar-HuBjC8 cnn-pcl-xtr4hv\"><div class=\"progress-bar-bdx54d cnn-pcl-xtr4hv\" style=\"--progressBarBackgroundColor: #d3d3d3;\"><div class=\"percentage-29wjBM cnn-pcl-xtr4hv\" style=\"--progressbarColor: #6e6e6e; --progressbarWidth: 0.7407407407407408%;\"></div></div></td> <td class=\"col-delegates cnn-pcl-xtr4hv\">9 </td></tr><tr style=\"--background: #ffffff; --candidateColor: #6e6e6e; --delegateDroppedOut: #6e6e6e; --display: none;\" class=\"cnn-pcl-xtr4hv\"><td class=\"col-candidate-name-1pAsq5 cnn-pcl-xtr4hv\"><span class=\"cnn-pcl-xtr4hv\"><span class=\"race-indicator-zone-2TE5h7 cnn-pcl-xtr4hv\"></span> <span class=\"full-name-3lhPUj cnn-pcl-xtr4hv\">Vivek Ramaswamy <span class=\"dropped-out-1AJ89G cnn-pcl-xtr4hv\">DROPPED OUT</span></span></span></td> <td class=\"col-progress-bar-HuBjC8 cnn-pcl-xtr4hv\"><div class=\"progress-bar-bdx54d cnn-pcl-xtr4hv\" style=\"--progressBarBackgroundColor: #d3d3d3;\"><div class=\"percentage-29wjBM cnn-pcl-xtr4hv\" style=\"--progressbarColor: #6e6e6e; --progressbarWidth: 0.24691358024691357%;\"></div></div></td> <td class=\"col-delegates cnn-pcl-xtr4hv\">3 </td></tr> <tr class=\"accordion-row-2KcLFL cnn-pcl-xtr4hv\" data-testid=\"table-accordion\"><td colspan=\"3\" class=\"accordion-container cnn-pcl-xtr4hv\"><div data-testid=\"accordion\" class=\"cnn-pcl-xtr4hv\"><div class=\"accordion-container cnn-pcl-1gfshy2\"><h3 class=\"cnn-pcl-1gfshy2\"><button type=\"button\" aria-controls=\"sect1\" aria-expanded=\"false\" id=\"accordion1id\" class=\"cnn-pcl-1gfshy2\"><span data-accordion-type=\"with-icon\" class=\"cnn-pcl-1gfshy2\">More candidates</span> <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\"><title id=\"plus-exapand-vossi-icon\">Plus Expand Icon</title><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13.5 10.5V3.66667C13.5 2.75 12.825 2 12 2C11.175 2 10.5 2.75 10.5 3.66667V10.5H3.66667C2.75 10.5 2 11.175 2 12C2 12.825 2.75 13.5 3.66667 13.5H10.5V20.3333C10.5 21.25 11.175 22 12 22C12.825 22 13.5 21.25 13.5 20.3333V13.5H20.3333C21.25 13.5 22 12.825 22 12C22 11.175 21.25 10.5 20.3333 10.5H13.5Z\"></path><mask id=\"mask0_165_10853\" style=\"mask-type:luminance\" maskUnits=\"userSpaceOnUse\" x=\"2\" y=\"2\" width=\"12\" height=\"12\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13.5 10.5V3.66667C13.5 2.75 12.825 2 12 2C11.175 2 10.5 2.75 10.5 3.66667V10.5H3.66667C2.75 10.5 2 11.175 2 12C2 12.825 2.75 13.5 3.66667 13.5H10.5V20.3333C10.5 21.25 11.175 22 12 22C12.825 22 13.5 21.25 13.5 20.3333V13.5H20.3333C21.25 13.5 22 12.825 22 12C22 11.175 21.25 10.5 20.3333 10.5H13.5Z\" fill=\"#ffffff\"></path></mask><g mask=\"url(#mask0_165_10853)\"><rect width=\"16\" height=\"16\"></rect></g></svg></button></h3> </div></div></td></tr></tbody> <tfoot class=\"cnn-pcl-xtr4hv\"><tr class=\"cnn-pcl-xtr4hv\"><td colspan=\"3\" class=\"icon-informational-32GQ2W cnn-pcl-xtr4hv\"><span data-testid=\"iconinformational\" class=\"cnn-pcl-xtr4hv\"><svg width=\"10\" height=\"10\" aria-label=\"Race called\" role=\"img\" viewBox=\"0 0 16 16\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" data-icon=\"checkmark\"><g id=\"icons\" stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g id=\"icon-/-checkmark--/-dem\"><path d=\"M0,8 C0,12.4181333 3.58186667,16 8,16 C12.4181333,16 16,12.4181333 16,8 C16,3.5816 12.4181333,0 8,0 C3.58186667,0 0,3.5816 0,8 Z\" id=\"path-1-copy\" fill=\"#030000\"></path><path d=\"M13.5967059,5.98070588 L8.248,11.3294118 L7.24329412,12.3341176 C7.10541176,12.472 6.93788235,12.5407059 6.74117647,12.5407059 C6.544,12.5407059 6.37647059,12.472 6.23858824,12.3341176 L5.23435294,11.3294118 L2.55952941,8.65505882 C2.42164706,8.51717647 2.35294118,8.34964706 2.35294118,8.15294118 C2.35294118,7.95576471 2.42164706,7.78823529 2.55952941,7.65035294 L3.56470588,6.64564706 C3.70258824,6.50823529 3.86964706,6.43905882 4.06682353,6.43905882 C4.264,6.43905882 4.43105882,6.50823529 4.56894118,6.64564706 L6.74117647,8.82494118 L11.5872941,3.97129412 C11.7247059,3.83341176 11.8922353,3.76470588 12.0894118,3.76470588 C12.2865882,3.76470588 12.4541176,3.83341176 12.592,3.97129412 L13.5967059,4.976 C13.7345882,5.11435294 13.8032941,5.28188235 13.8032941,5.47858824 C13.8032941,5.67529412 13.7345882,5.84282353 13.5967059,5.98070588 Z\" id=\"Fill-1\" fill=\"#FFF\"></path></g></g></svg></span> Projected Winner</td></tr></tfoot></table> <footer class=\"cnn-pcl-13at84h\"><div class=\"footer-info-cDvY3f cnn-pcl-13at84h\"> <p class=\"cnn-pcl-13at84h\"><span class=\"next-update-3RWuW_ cnn-pcl-13at84h\"><span data-testid=\"next-update-timer\" class=\"next-update-timer-1K0nuP cnn-pcl-1lgl0jt\"><span class=\"text-1eIsT7 cnn-pcl-1lgl0jt\">Checking for updates in: <span class=\"time-1C6GVD cnn-pcl-1lgl0jt\">08</span> seconds</span></span></span></p></div> </footer></article></div>\\n <div data-uri=\"cms.cnn.com/_components/politics-delegate-tracker/instances/cltdjdvod001n3b6h1bua0obk@published\" class=\"politics-delegate-tracker\" data-editable=\"settings\" data-state=\"{&quot;_ref&quot;:&quot;cms.cnn.com/_components/politics-delegate-tracker/instances/cltdjdvod001n3b6h1bua0obk@published&quot;,&quot;rows&quot;:5,&quot;result&quot;:{&quot;essEnvKey&quot;:&quot;production-key&quot;,&quot;superDelegatesAtStake&quot;:0,&quot;formattedDelegateType&quot;:null,&quot;aheadRegular&quot;:3031,&quot;cumulativeDelegateKey&quot;:&quot;0.DEM&quot;,&quot;regularDelegatesAtStake&quot;:3934,&quot;neededToWin&quot;:1968,&quot;totalDelegatesAtStake&quot;:3934,&quot;totalAllocatedDelegates&quot;:3086,&quot;aheadTotal&quot;:3031,&quot;lastUpdated&quot;:&quot;&quot;,&quot;candidates&quot;:[{&quot;lastName&quot;:&quot;Biden&quot;,&quot;totalDelegates&quot;:&quot;&quot;,&quot;gender&quot;:&quot;M&quot;,&quot;fullName&quot;:&quot;Joe Biden&quot;,&quot;percent&quot;:&quot;&quot;,&quot;isWinner&quot;:&quot;&quot;,&quot;firstName&quot;:&quot;Joe&quot;,&quot;delegateTracking&quot;:true,&quot;percentDecimal&quot;:&quot;&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;regularDelegates&quot;:3057,&quot;candidateId&quot;:1036,&quot;dropOutDate&quot;:null,&quot;percentNeededDecimal&quot;:&quot;&quot;,&quot;formattedTotalDelegates&quot;:&quot;&quot;},{&quot;lastName&quot;:&quot;Uncommitted&quot;,&quot;totalDelegates&quot;:&quot;&quot;,&quot;gender&quot;:&quot;&quot;,&quot;fullName&quot;:&quot;Uncommitted&quot;,&quot;percent&quot;:&quot;&quot;,&quot;isWinner&quot;:&quot;&quot;,&quot;firstName&quot;:&quot;&quot;,&quot;delegateTracking&quot;:true,&quot;percentDecimal&quot;:&quot;&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;regularDelegates&quot;:26,&quot;candidateId&quot;:100004,&quot;dropOutDate&quot;:null,&quot;percentNeededDecimal&quot;:&quot;&quot;,&quot;formattedTotalDelegates&quot;:&quot;&quot;},{&quot;lastName&quot;:&quot;Palmer&quot;,&quot;totalDelegates&quot;:&quot;&quot;,&quot;gender&quot;:&quot;M&quot;,&quot;fullName&quot;:&quot;Jason Palmer&quot;,&quot;percent&quot;:&quot;&quot;,&quot;isWinner&quot;:&quot;&quot;,&quot;firstName&quot;:&quot;Jason&quot;,&quot;delegateTracking&quot;:true,&quot;percentDecimal&quot;:&quot;&quot;,&quot;middleName&quot;:&quot;&quot;,&quot;regularDelegates&quot;:3,&quot;candidateId&quot;:20077070,&quot;dropOutDate&quot;:null,&quot;percentNeededDecimal&quot;:&quot;&quot;,&quot;formattedTotalDelegates&quot;:&quot;&quot;}],&quot;winner&quot;:&quot;&quot;,&quot;electionDate&quot;:null,&quot;state&quot;:{&quot;fipsCode&quot;:&quot;00&quot;,&quot;title&quot;:&quot;UNITED STATES&quot;,&quot;abbreviation&quot;:&quot;US&quot;,&quot;stateId&quot;:0},&quot;regularAllocatedDelegates&quot;:3086,&quot;ecKey&quot;:&quot;2024-PD-US&quot;,&quot;extractedAt&quot;:&quot;2024-04-18T05:35:32.162243&quot;,&quot;party&quot;:{&quot;partyName&quot;:&quot;Democratic&quot;,&quot;partyAbbreviation&quot;:&quot;D&quot;,&quot;partyId&quot;:&quot;DEM&quot;,&quot;majorParty&quot;:true},&quot;cid&quot;:&quot;ESS::Delegates::1713418531994&quot;},&quot;altText&quot;:null,&quot;isEmbed&quot;:false,&quot;__fields&quot;:{&quot;status&quot;:&quot;active-updated&quot;,&quot;created_at&quot;:&quot;Tue, 05 Mar 2024 13:07:26 GMT&quot;,&quot;updated_at&quot;:&quot;Wed, 27 Mar 2024 16:38:03 GMT&quot;},&quot;embedAlt&quot;:null,&quot;subtitle&quot;:null,&quot;embedHref&quot;:null,&quot;titleHref&quot;:null,&quot;titleAfter&quot;:&quot;Democratic pledged delegates&quot;,&quot;titleDuring&quot;:&quot;Democratic pledged delegates&quot;,&quot;componentKey&quot;:&quot;2024primaries-PD-US-*-DelegateTracker&quot;,&quot;electionEvent&quot;:&quot;2024primaries&quot;,&quot;hideAccordion&quot;:false,&quot;noRenderColor&quot;:null,&quot;selectedParty&quot;:&quot;D&quot;,&quot;footerLinkHref&quot;:null,&quot;footerLinkText&quot;:null,&quot;overrideFeedURL&quot;:null,&quot;componentVariation&quot;:&quot;politics-delegate-tracker&quot;,&quot;projectedWinnerText&quot;:null,&quot;overrideComponentKey&quot;:null,&quot;overrideFeatureFlagURL&quot;:null,&quot;suppressColorsUntilConfig&quot;:true,&quot;suppressFeaturesUntilConfig&quot;:true}\" data-key=\"2024primaries-PD-US-*-DelegateTracker\"><article data-mode=\"during\" style=\"--winnerPartyColor: #1a6aff;\" class=\"cnn-pcl-fm1ncy called-1bIiML\"><div class=\"header-container-2NUUsd cnn-pcl-1k0jrn2\"><h2 class=\"cnn-pcl-1k0jrn2\">Democratic pledged delegates</h2> <div class=\"action-button-MXWPft cnn-pcl-1k0jrn2\"></div></div> <table class=\"cnn-pcl-xtr4hv\"><thead class=\"cnn-pcl-xtr4hv\"><tr class=\"cnn-pcl-xtr4hv\"><th class=\"cnn-pcl-xtr4hv\">Candidate</th> <th class=\"cnn-pcl-xtr4hv\">1,968 to win <span class=\"total-delegates-ADQTa2 cnn-pcl-xtr4hv\">(out of 3,934)</span></th> <th class=\"cnn-pcl-xtr4hv\">Pledged Delegates</th></tr></thead> <tbody class=\"cnn-pcl-xtr4hv\"><tr style=\"--background: #186CFD27; --candidateColor: #186CFD; --delegateDroppedOut: #6e6e6e; --display: table-row;\" class=\"cnn-pcl-xtr4hv isWinner-7j8KXa\"><td class=\"col-candidate-name-1pAsq5 cnn-pcl-xtr4hv\"><span class=\"cnn-pcl-xtr4hv\"><span class=\"race-indicator-zone-2TE5h7 cnn-pcl-xtr4hv\"><span class=\"candidate-icon-indicator cnn-pcl-xtr4hv\" data-testid=\"delegate-tracker-table-checkmark\"><svg width=\"14\" height=\"14\" aria-label=\"Race called\" role=\"img\" viewBox=\"0 0 16 16\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" data-icon=\"checkmark\"><g id=\"icons\" stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g id=\"icon-/-checkmark--/-dem\"><path d=\"M0,8 C0,12.4181333 3.58186667,16 8,16 C12.4181333,16 16,12.4181333 16,8 C16,3.5816 12.4181333,0 8,0 C3.58186667,0 0,3.5816 0,8 Z\" id=\"path-1-copy\" fill=\"#030000\"></path><path d=\"M13.5967059,5.98070588 L8.248,11.3294118 L7.24329412,12.3341176 C7.10541176,12.472 6.93788235,12.5407059 6.74117647,12.5407059 C6.544,12.5407059 6.37647059,12.472 6.23858824,12.3341176 L5.23435294,11.3294118 L2.55952941,8.65505882 C2.42164706,8.51717647 2.35294118,8.34964706 2.35294118,8.15294118 C2.35294118,7.95576471 2.42164706,7.78823529 2.55952941,7.65035294 L3.56470588,6.64564706 C3.70258824,6.50823529 3.86964706,6.43905882 4.06682353,6.43905882 C4.264,6.43905882 4.43105882,6.50823529 4.56894118,6.64564706 L6.74117647,8.82494118 L11.5872941,3.97129412 C11.7247059,3.83341176 11.8922353,3.76470588 12.0894118,3.76470588 C12.2865882,3.76470588 12.4541176,3.83341176 12.592,3.97129412 L13.5967059,4.976 C13.7345882,5.11435294 13.8032941,5.28188235 13.8032941,5.47858824 C13.8032941,5.67529412 13.7345882,5.84282353 13.5967059,5.98070588 Z\" id=\"Fill-1\" fill=\"#FFF\"></path></g></g></svg></span></span> <span class=\"full-name-3lhPUj cnn-pcl-xtr4hv\">Joe Biden </span></span></td> <td class=\"col-progress-bar-HuBjC8 cnn-pcl-xtr4hv\"><div class=\"progress-bar-bdx54d cnn-pcl-xtr4hv\" style=\"--progressBarBackgroundColor: #d3d3d3;\"><div class=\"percentage-29wjBM cnn-pcl-xtr4hv\" style=\"--progressbarColor: #186CFD; --progressbarWidth: 100%;\"></div></div></td> <td class=\"col-delegates cnn-pcl-xtr4hv\">3,057 <span class=\"delegate-ahead-count-No29zo cnn-pcl-xtr4hv\" data-testid=\"aheadcount\">3,031 ahead</span></td></tr><tr style=\"--background: #ffffff; --candidateColor: #7EA3CE; --delegateDroppedOut: #6e6e6e; --display: table-row;\" class=\"cnn-pcl-xtr4hv\"><td class=\"col-candidate-name-1pAsq5 cnn-pcl-xtr4hv\"><span class=\"cnn-pcl-xtr4hv\"><span class=\"race-indicator-zone-2TE5h7 cnn-pcl-xtr4hv\"></span> <span class=\"full-name-3lhPUj cnn-pcl-xtr4hv\">Uncommitted </span></span></td> <td class=\"col-progress-bar-HuBjC8 cnn-pcl-xtr4hv\"><div class=\"progress-bar-bdx54d cnn-pcl-xtr4hv\" style=\"--progressBarBackgroundColor: #d3d3d3;\"><div class=\"percentage-29wjBM cnn-pcl-xtr4hv\" style=\"--progressbarColor: #7EA3CE; --progressbarWidth: 1.321138211382114%;\"></div></div></td> <td class=\"col-delegates cnn-pcl-xtr4hv\">26 </td></tr><tr style=\"--background: #ffffff; --candidateColor: #0AAC8D; --delegateDroppedOut: #6e6e6e; --display: table-row;\" class=\"cnn-pcl-xtr4hv\"><td class=\"col-candidate-name-1pAsq5 cnn-pcl-xtr4hv\"><span class=\"cnn-pcl-xtr4hv\"><span class=\"race-indicator-zone-2TE5h7 cnn-pcl-xtr4hv\"></span> <span class=\"full-name-3lhPUj cnn-pcl-xtr4hv\">Jason Palmer </span></span></td> <td class=\"col-progress-bar-HuBjC8 cnn-pcl-xtr4hv\"><div class=\"progress-bar-bdx54d cnn-pcl-xtr4hv\" style=\"--progressBarBackgroundColor: #d3d3d3;\"><div class=\"percentage-29wjBM cnn-pcl-xtr4hv\" style=\"--progressbarColor: #0AAC8D; --progressbarWidth: 0.1524390243902439%;\"></div></div></td> <td class=\"col-delegates cnn-pcl-xtr4hv\">3 </td></tr> </tbody> <tfoot class=\"cnn-pcl-xtr4hv\"><tr class=\"cnn-pcl-xtr4hv\"><td colspan=\"3\" class=\"icon-informational-32GQ2W cnn-pcl-xtr4hv\"><span data-testid=\"iconinformational\" class=\"cnn-pcl-xtr4hv\"><svg width=\"10\" height=\"10\" aria-label=\"Race called\" role=\"img\" viewBox=\"0 0 16 16\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" data-icon=\"checkmark\"><g id=\"icons\" stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g id=\"icon-/-checkmark--/-dem\"><path d=\"M0,8 C0,12.4181333 3.58186667,16 8,16 C12.4181333,16 16,12.4181333 16,8 C16,3.5816 12.4181333,0 8,0 C3.58186667,0 0,3.5816 0,8 Z\" id=\"path-1-copy\" fill=\"#030000\"></path><path d=\"M13.5967059,5.98070588 L8.248,11.3294118 L7.24329412,12.3341176 C7.10541176,12.472 6.93788235,12.5407059 6.74117647,12.5407059 C6.544,12.5407059 6.37647059,12.472 6.23858824,12.3341176 L5.23435294,11.3294118 L2.55952941,8.65505882 C2.42164706,8.51717647 2.35294118,8.34964706 2.35294118,8.15294118 C2.35294118,7.95576471 2.42164706,7.78823529 2.55952941,7.65035294 L3.56470588,6.64564706 C3.70258824,6.50823529 3.86964706,6.43905882 4.06682353,6.43905882 C4.264,6.43905882 4.43105882,6.50823529 4.56894118,6.64564706 L6.74117647,8.82494118 L11.5872941,3.97129412 C11.7247059,3.83341176 11.8922353,3.76470588 12.0894118,3.76470588 C12.2865882,3.76470588 12.4541176,3.83341176 12.592,3.97129412 L13.5967059,4.976 C13.7345882,5.11435294 13.8032941,5.28188235 13.8032941,5.47858824 C13.8032941,5.67529412 13.7345882,5.84282353 13.5967059,5.98070588 Z\" id=\"Fill-1\" fill=\"#FFF\"></path></g></g></svg></span> Projected Winner</td></tr></tfoot></table> <footer class=\"cnn-pcl-13at84h\"><div class=\"footer-info-cDvY3f cnn-pcl-13at84h\"> <p class=\"cnn-pcl-13at84h\"><span class=\"next-update-3RWuW_ cnn-pcl-13at84h\"><span data-testid=\"next-update-timer\" class=\"next-update-timer-1K0nuP cnn-pcl-1lgl0jt\"><span class=\"text-1eIsT7 cnn-pcl-1lgl0jt\">Checking for updates in: <span class=\"time-1C6GVD cnn-pcl-1lgl0jt\">08</span> seconds</span></span></span></p></div> </footer></article></div>\\n </div>\\n <div class=\"product-zone__ads\">\\n \\n </div>\\n </div>\\n</div>\\n\\n <div data-uri=\"cms.cnn.com/_components/product-zone/instances/cltdje6w3001o3b6h2ahhtzao@published\" data-analytics-collection=\"zone\" data-selective-publishing=\"true\" class=\"product-zone product-zone product-zone--t-light \" data-collapsed-text=\"CNN Election Center features\">\\n <div class=\"product-zone__inner has-pseudo-class-fix-layout--balanced-2\">\\n <h2 class=\"product-zone__title product-zone__title--18-24\">\\n CNN Election Center features\\n </h2>\\n <div class=\"product-zone__items layout--balanced-2\" data-editable=\"items\" data-reorderable-component=\"items\">\\n \\n\\n\\n<div class=\"container container_grid-2 politics lazy\" data-uri=\"cms.cnn.com/_components/container/instances/cltdje780001q3b6huttph2s5@published\" data-selective-publishing=\"true\" data-collapsed-text=\"\">\\n <div class=\"container__ads container_grid-2__ads\">\\n \\n </div>\\n <div class=\"container__kicker\" data-editable=\"kicker\">\\n </div>\\n\\n <div class=\"container_grid-2__cards-wrapper\">\\n <div class=\"container__field-wrapper container_grid-2__field-wrapper\">\\n <div class=\"container__field-links container_grid-2__field-links\" data-editable=\"cards\">\\n \\n\\n\\n\\n\\n\\n\\n<div data-uri=\"cms.cnn.com/_components/card/instances/clrdnydlc000g3b6hh1q4e7nx@published\" data-created-updated-by=\"true\" class=\"card container__item container__item--type-media-image container__item--type-section container_grid-2__item container_grid-2__item--type-section \" data-component-name=\"card\" data-open-link=\"https://www.cnn.com/election/2024/electoral-college-map?game-id=2024-PG-CNN-ratings&amp;game-view=map\" data-page=\"cms.cnn.com/_components/card/instances/clr9cskl3000z3b6jyq53psnu\" data-editable=\"settings\">\\n \\n \\n \\n <a href=\"https://www.cnn.com/election/2024/electoral-college-map?game-id=2024-PG-CNN-ratings&amp;game-view=map\" class=\"container__link container__link--type-card container_grid-2__link container_grid-2__left container_grid-2__light\" data-link-type=\"card\">\\n <div class=\"container__item-media-wrapper container_grid-2__item-media-wrapper\" data-breakpoints=\"{&quot;card--media-large&quot;: 596}\">\\n <div class=\"container__item-media container_grid-2__item-media\">\\n <div data-uri=\"cms.cnn.com/_components/image/instances/clrdnydld000k3b6hisfdq2rr@published\" class=\"image image__hide-placeholder image--eq-extra-small image--eq-small\" data-image-variation=\"image\" data-name=\"road to 270.jpg\" data-component-name=\"image\" data-observe-resizes=\"\" data-breakpoints=\"{&quot;image--eq-extra-small&quot;: 115, &quot;image--eq-small&quot;: 300}\" data-original-ratio=\"0.5621959694232106\" data-original-height=\"809\" data-original-width=\"1439\" data-url=\"https://media.cnn.com/api/v1/images/stellar/prod/road-to-270-20240203181227935.jpg?c=original\" data-unselectable=\"true\">\\n \\n <div class=\"image__container \" data-image-variation=\"image\" data-breakpoints=\"{&quot;image--eq-extra-small&quot;: 115, &quot;image--eq-small&quot;: 300, &quot;image--show-credits&quot;: 596}\">\\n <picture class=\"image__picture\"><source height=\"438\" width=\"780\" media=\"(min-width: 1280px)\" srcset=\"https://media.cnn.com/api/v1/images/stellar/prod/road-to-270-20240203181227935.jpg?c=16x9&amp;q=h_438,w_780,c_fill\"><source height=\"438\" width=\"780\" media=\"(min-width: 960px)\" srcset=\"https://media.cnn.com/api/v1/images/stellar/prod/road-to-270-20240203181227935.jpg?c=16x9&amp;q=h_438,w_780,c_fill\"><source height=\"270\" width=\"480\" media=\"(min-width: 480px)\" srcset=\"https://media.cnn.com/api/v1/images/stellar/prod/road-to-270-20240203181227935.jpg?c=16x9&amp;q=h_270,w_480,c_fill\"><source height=\"270\" width=\"480\" media=\"(max-width: 479px)\" srcset=\"https://media.cnn.com/api/v1/images/stellar/prod/road-to-270-20240203181227935.jpg?c=16x9&amp;q=h_270,w_480,c_fill\"><img src=\"https://media.cnn.com/api/v1/images/stellar/prod/road-to-270-20240203181227935.jpg?c=16x9&amp;q=h_438,w_780,c_fill\" alt=\"road to 270.jpg\" class=\"image__dam-img\" onload=\"this.classList.remove(\\'image__dam-img--loading\\')\" onerror=\"imageLoadError(this)\" height=\"809\" width=\"1439\" pinger-seen=\"true\"></picture>\\n </div>\\n \\n <div class=\"image__metadata\">\\n \\n <figcaption class=\"image__credit\">CNN</figcaption>\\n </div>\\n \\n</div>\\n\\n </div>\\n </div>\\n </a>\\n <a href=\"https://www.cnn.com/election/2024/electoral-college-map?game-id=2024-PG-CNN-ratings&amp;game-view=map\" class=\"container__link container__link--type-card container_grid-2__link container_grid-2__left container_grid-2__light\" data-link-type=\"card\">\\n <div class=\"container__text container_grid-2__text\">\\n <div class=\"container__headline container_grid-2__headline\">\\n <span class=\"container__headline-text\" data-editable=\"headline\">Make your own predictions for who will win the White House</span>\\n </div>\\n </div>\\n </a>\\n</div>\\n\\n \\n\\n\\n\\n\\n\\n\\n<div data-uri=\"cms.cnn.com/_components/card/instances/clrdnydld000h3b6h4fm6i0yd@published\" data-created-updated-by=\"true\" class=\"card container__item container__item--type-media-image container__item--type-section container_grid-2__item container_grid-2__item--type-section \" data-component-name=\"card\" data-open-link=\"https://www.cnn.com/election/2024/calendar\" data-page=\"cms.cnn.com/_components/card/instances/clr9cw0za001g3b6j5bviimkx\" data-editable=\"settings\">\\n \\n \\n \\n <a href=\"https://www.cnn.com/election/2024/calendar\" class=\"container__link container__link--type-card container_grid-2__link container_grid-2__left container_grid-2__light\" data-link-type=\"card\">\\n <div class=\"container__item-media-wrapper container_grid-2__item-media-wrapper\" data-breakpoints=\"{&quot;card--media-large&quot;: 596}\">\\n <div class=\"container__item-media container_grid-2__item-media\">\\n <div data-uri=\"cms.cnn.com/_components/image/instances/clrdnydld000n3b6h34xtnlg5@published\" class=\"image image__hide-placeholder image--eq-extra-small image--eq-small\" data-image-variation=\"image\" data-name=\"Election Calendar.jpg\" data-component-name=\"image\" data-observe-resizes=\"\" data-breakpoints=\"{&quot;image--eq-extra-small&quot;: 115, &quot;image--eq-small&quot;: 300}\" data-original-ratio=\"0.5621959694232106\" data-original-height=\"809\" data-original-width=\"1439\" data-url=\"https://media.cnn.com/api/v1/images/stellar/prod/election-calendar-20240203181311346.jpg?c=original\" data-unselectable=\"true\">\\n \\n <div class=\"image__container \" data-image-variation=\"image\" data-breakpoints=\"{&quot;image--eq-extra-small&quot;: 115, &quot;image--eq-small&quot;: 300, &quot;image--show-credits&quot;: 596}\">\\n <picture class=\"image__picture\"><source height=\"438\" width=\"780\" media=\"(min-width: 1280px)\" srcset=\"https://media.cnn.com/api/v1/images/stellar/prod/election-calendar-20240203181311346.jpg?c=16x9&amp;q=h_438,w_780,c_fill\"><source height=\"438\" width=\"780\" media=\"(min-width: 960px)\" srcset=\"https://media.cnn.com/api/v1/images/stellar/prod/election-calendar-20240203181311346.jpg?c=16x9&amp;q=h_438,w_780,c_fill\"><source height=\"270\" width=\"480\" media=\"(min-width: 480px)\" srcset=\"https://media.cnn.com/api/v1/images/stellar/prod/election-calendar-20240203181311346.jpg?c=16x9&amp;q=h_270,w_480,c_fill\"><source height=\"270\" width=\"480\" media=\"(max-width: 479px)\" srcset=\"https://media.cnn.com/api/v1/images/stellar/prod/election-calendar-20240203181311346.jpg?c=16x9&amp;q=h_270,w_480,c_fill\"><img src=\"https://media.cnn.com/api/v1/images/stellar/prod/election-calendar-20240203181311346.jpg?c=16x9&amp;q=h_438,w_780,c_fill\" alt=\"Election Calendar.jpg\" class=\"image__dam-img\" onload=\"this.classList.remove(\\'image__dam-img--loading\\')\" onerror=\"imageLoadError(this)\" height=\"809\" width=\"1439\" pinger-seen=\"true\"></picture>\\n </div>\\n \\n <div class=\"image__metadata\">\\n \\n <figcaption class=\"image__credit\">CNN</figcaption>\\n </div>\\n \\n</div>\\n\\n </div>\\n </div>\\n </a>\\n <a href=\"https://www.cnn.com/election/2024/calendar\" class=\"container__link container__link--type-card container_grid-2__link container_grid-2__left container_grid-2__light\" data-link-type=\"card\">\\n <div class=\"container__text container_grid-2__text\">\\n <div class=\"container__headline container_grid-2__headline\">\\n <span class=\"container__headline-text\" data-editable=\"headline\">Get all the important election dates you need to know</span>\\n </div>\\n </div>\\n </a>\\n</div>\\n\\n </div>\\n </div>\\n </div>\\n\\n</div>\\n\\n \\n\\n\\n<div class=\"container container_grid-2 politics lazy\" data-uri=\"cms.cnn.com/_components/container/instances/cltdje79h001r3b6hsds07ppc@published\" data-selective-publishing=\"true\" data-collapsed-text=\"\">\\n <div class=\"container__ads container_grid-2__ads\">\\n \\n </div>\\n <div class=\"container__kicker\" data-editable=\"kicker\">\\n </div>\\n\\n <div class=\"container_grid-2__cards-wrapper\">\\n <div class=\"container__field-wrapper container_grid-2__field-wrapper\">\\n <div class=\"container__field-links container_grid-2__field-links\" data-editable=\"cards\">\\n \\n\\n\\n\\n\\n\\n\\n<div data-uri=\"cms.cnn.com/_components/card/instances/clt5377mp000f3b6fk6640rs3@published\" data-created-updated-by=\"true\" class=\"card container__item container__item--type-media-image container__item--type-section container_grid-2__item container_grid-2__item--type-section \" data-component-name=\"card\" data-open-link=\"https://www.cnn.com/election/2024/primaries-and-caucuses/exit-polls/south-carolina/republican-primary/0\" data-page=\"cms.cnn.com/_components/card/instances/clt534z4x00003b6fozae7703\" data-editable=\"settings\">\\n \\n \\n \\n <a href=\"https://www.cnn.com/election/2024/primaries-and-caucuses/exit-polls/south-carolina/republican-primary/0\" class=\"container__link container__link--type-card container_grid-2__link container_grid-2__left container_grid-2__light\" data-link-type=\"card\">\\n <div class=\"container__item-media-wrapper container_grid-2__item-media-wrapper\" data-breakpoints=\"{&quot;card--media-large&quot;: 596}\">\\n <div class=\"container__item-media container_grid-2__item-media\">\\n <div data-uri=\"cms.cnn.com/_components/image/instances/clt5377o9000g3b6f131w1y91@published\" class=\"image image__hide-placeholder image--eq-extra-small image--eq-small\" data-image-variation=\"image\" data-name=\"Exit Polls.jpg\" data-component-name=\"image\" data-observe-resizes=\"\" data-breakpoints=\"{&quot;image--eq-extra-small&quot;: 115, &quot;image--eq-small&quot;: 300}\" data-original-ratio=\"0.5621959694232106\" data-original-height=\"809\" data-original-width=\"1439\" data-url=\"https://media.cnn.com/api/v1/images/stellar/prod/exit-polls-20240228005700497.jpg?c=original\" data-unselectable=\"true\">\\n \\n <div class=\"image__container \" data-image-variation=\"image\" data-breakpoints=\"{&quot;image--eq-extra-small&quot;: 115, &quot;image--eq-small&quot;: 300, &quot;image--show-credits&quot;: 596}\">\\n <picture class=\"image__picture\"><source height=\"438\" width=\"780\" media=\"(min-width: 1280px)\" srcset=\"https://media.cnn.com/api/v1/images/stellar/prod/exit-polls-20240228005700497.jpg?c=16x9&amp;q=h_438,w_780,c_fill\"><source height=\"438\" width=\"780\" media=\"(min-width: 960px)\" srcset=\"https://media.cnn.com/api/v1/images/stellar/prod/exit-polls-20240228005700497.jpg?c=16x9&amp;q=h_438,w_780,c_fill\"><source height=\"270\" width=\"480\" media=\"(min-width: 480px)\" srcset=\"https://media.cnn.com/api/v1/images/stellar/prod/exit-polls-20240228005700497.jpg?c=16x9&amp;q=h_270,w_480,c_fill\"><source height=\"270\" width=\"480\" media=\"(max-width: 479px)\" srcset=\"https://media.cnn.com/api/v1/images/stellar/prod/exit-polls-20240228005700497.jpg?c=16x9&amp;q=h_270,w_480,c_fill\"><img src=\"https://media.cnn.com/api/v1/images/stellar/prod/exit-polls-20240228005700497.jpg?c=16x9&amp;q=h_438,w_780,c_fill\" alt=\"Exit Polls.jpg\" class=\"image__dam-img\" onload=\"this.classList.remove(\\'image__dam-img--loading\\')\" onerror=\"imageLoadError(this)\" height=\"809\" width=\"1439\" pinger-seen=\"true\"></picture>\\n </div>\\n \\n <div class=\"image__metadata\">\\n \\n <figcaption class=\"image__credit\">CNN</figcaption>\\n </div>\\n \\n</div>\\n\\n </div>\\n </div>\\n </a>\\n <a href=\"https://www.cnn.com/election/2024/primaries-and-caucuses/exit-polls/south-carolina/republican-primary/0\" class=\"container__link container__link--type-card container_grid-2__link container_grid-2__left container_grid-2__light\" data-link-type=\"card\">\\n <div class=\"container__text container_grid-2__text\">\\n <div class=\"container__headline container_grid-2__headline\">\\n <span class=\"container__headline-text\" data-editable=\"headline\">Exit poll results for 2024 presidential primaries and caucuses.</span>\\n </div>\\n </div>\\n </a>\\n</div>\\n\\n \\n\\n\\n\\n\\n\\n\\n<div data-uri=\"cms.cnn.com/_components/card/instances/clrdnyhq100123b6h1mn5e749@published\" data-created-updated-by=\"true\" class=\"card container__item container__item--type-media-image container__item--type-section container_grid-2__item container_grid-2__item--type-section \" data-component-name=\"card\" data-open-link=\"https://www.cnn.com/election/2024/presidential-candidates\" data-page=\"cms.cnn.com/_components/card/instances/clr9d04x2001x3b6jhfof3btn\" data-editable=\"settings\">\\n \\n \\n \\n <a href=\"https://www.cnn.com/election/2024/presidential-candidates\" class=\"container__link container__link--type-card container_grid-2__link container_grid-2__left container_grid-2__light\" data-link-type=\"card\">\\n <div class=\"container__item-media-wrapper container_grid-2__item-media-wrapper\" data-breakpoints=\"{&quot;card--media-large&quot;: 596}\">\\n <div class=\"container__item-media container_grid-2__item-media\">\\n <div data-uri=\"cms.cnn.com/_components/image/instances/clrdnyhq100183b6hrf2ad2ce@published\" class=\"image image__hide-placeholder image--eq-extra-small image--eq-small\" data-image-variation=\"image\" data-name=\"Presidential candidates.jpg\" data-component-name=\"image\" data-observe-resizes=\"\" data-breakpoints=\"{&quot;image--eq-extra-small&quot;: 115, &quot;image--eq-small&quot;: 300}\" data-original-ratio=\"0.5621959694232106\" data-original-height=\"809\" data-original-width=\"1439\" data-url=\"https://media.cnn.com/api/v1/images/stellar/prod/presidential-candidates.jpg?c=original\" data-unselectable=\"true\">\\n \\n <div class=\"image__container \" data-image-variation=\"image\" data-breakpoints=\"{&quot;image--eq-extra-small&quot;: 115, &quot;image--eq-small&quot;: 300, &quot;image--show-credits&quot;: 596}\">\\n <picture class=\"image__picture\"><source height=\"438\" width=\"780\" media=\"(min-width: 1280px)\" srcset=\"https://media.cnn.com/api/v1/images/stellar/prod/presidential-candidates.jpg?c=16x9&amp;q=h_438,w_780,c_fill\"><source height=\"438\" width=\"780\" media=\"(min-width: 960px)\" srcset=\"https://media.cnn.com/api/v1/images/stellar/prod/presidential-candidates.jpg?c=16x9&amp;q=h_438,w_780,c_fill\"><source height=\"270\" width=\"480\" media=\"(min-width: 480px)\" srcset=\"https://media.cnn.com/api/v1/images/stellar/prod/presidential-candidates.jpg?c=16x9&amp;q=h_270,w_480,c_fill\"><source height=\"270\" width=\"480\" media=\"(max-width: 479px)\" srcset=\"https://media.cnn.com/api/v1/images/stellar/prod/presidential-candidates.jpg?c=16x9&amp;q=h_270,w_480,c_fill\"><img src=\"https://media.cnn.com/api/v1/images/stellar/prod/presidential-candidates.jpg?c=16x9&amp;q=h_438,w_780,c_fill\" alt=\"Presidential candidates.jpg\" class=\"image__dam-img\" onload=\"this.classList.remove(\\'image__dam-img--loading\\')\" onerror=\"imageLoadError(this)\" height=\"809\" width=\"1439\" pinger-seen=\"true\"></picture>\\n </div>\\n \\n <div class=\"image__metadata\">\\n \\n <figcaption class=\"image__credit\">CNN</figcaption>\\n </div>\\n \\n</div>\\n\\n </div>\\n </div>\\n </a>\\n <a href=\"https://www.cnn.com/election/2024/presidential-candidates\" class=\"container__link container__link--type-card container_grid-2__link container_grid-2__left container_grid-2__light\" data-link-type=\"card\">\\n <div class=\"container__text container_grid-2__text\">\\n <div class=\"container__headline container_grid-2__headline\">\\n <span class=\"container__headline-text\" data-editable=\"headline\">Whos running? Who has dropped out?</span>\\n </div>\\n </div>\\n </a>\\n</div>\\n\\n </div>\\n </div>\\n </div>\\n\\n</div>\\n\\n </div>\\n <div class=\"product-zone__ads\">\\n \\n </div>\\n </div>\\n</div>\\n\\n <div data-uri=\"cms.cnn.com/_components/product-zone/instances/cltdjejpa00243b6hnjadyt0n@published\" data-analytics-collection=\"zone\" data-selective-publishing=\"true\" class=\"product-zone product-zone product-zone--t-light \" data-collapsed-text=\"\">\\n <div class=\"product-zone__inner has-pseudo-class-fix-layout--balanced-3\">\\n <div class=\"product-zone__items layout--balanced-3\" data-editable=\"items\" data-reorderable-component=\"items\">\\n \\n\\n\\n<div class=\"container container_lead-plus-headlines politics lazy\" data-uri=\"cms.cnn.com/_components/container/instances/cltdjejzu00263b6h5ax0jpq3@published\" data-selective-publishing=\"true\" data-collapsed-text=\"Latest news\">\\n <div class=\"container__ads container_lead-plus-headlines__ads\">\\n \\n </div>\\n <div class=\"container__kicker\" data-editable=\"kicker\">\\n </div>\\n <div class=\"container__title container_lead-plus-headlines__title container__title--bold \" data-editable=\"titleLink\">\\n <h2 class=\"container__title-text container_lead-plus-headlines__title-text\" data-editable=\"title\">Latest news</h2>\\n </div>\\n\\n <div class=\"container_lead-plus-headlines__cards-wrapper\">\\n <div class=\"container__field-wrapper container_lead-plus-headlines__field-wrapper\">\\n <div class=\"container__field-links container_lead-plus-headlines__field-links\" data-editable=\"cards\">\\n \\n\\n\\n\\n\\n\\n\\n<div data-uri=\"cms.cnn.com/_components/card/instances/clv402d4k00003b6ixq885z85@published\" data-created-updated-by=\"true\" class=\"card container__item container__item--type-media-image container__item--type-section container_lead-plus-headlines__item container_lead-plus-headlines__item--type-section \" data-component-name=\"card\" data-open-link=\"/2024/04/17/politics/biden-tariffs-chinese-steel-economic-pitch/index.html\" data-page=\"cms.cnn.com/_pages/clv3631oi0000v9qk5wtv436m@published\" data-editable=\"settings\" data-word-count=\"837\" data-section=\"politics\">\\n \\n \\n \\n <a href=\"/2024/04/17/politics/biden-tariffs-chinese-steel-economic-pitch/index.html\" class=\"container__link container__link--type-article container_lead-plus-headlines__link container_lead-plus-headlines__left container_lead-plus-headlines__light\" data-link-type=\"article\">\\n <div class=\"container__item-media-wrapper container_lead-plus-headlines__item-media-wrapper\" data-breakpoints=\"{&quot;card--media-large&quot;: 596}\">\\n <div class=\"container__item-media container_lead-plus-headlines__item-media\">\\n <div data-uri=\"cms.cnn.com/_components/image/instances/clv402dyb00083b6ifbqov92i@published\" class=\"image image__hide-placeholder image--eq-extra-small image--eq-small\" data-image-variation=\"image\" data-name=\"2024-04-16T230841Z_1263964568_RC2Y77AJKXSE_RTRMADP_3_USA-BIDEN.JPG\" data-component-name=\"image\" data-observe-resizes=\"\" data-breakpoints=\"{&quot;image--eq-extra-small&quot;: 115, &quot;image--eq-small&quot;: 300}\" data-original-ratio=\"0.6666666666666666\" data-original-height=\"2000\" data-original-width=\"3000\" data-url=\"https://media.cnn.com/api/v1/images/stellar/prod/2024-04-16t230841z-1263964568-rc2y77ajkxse-rtrmadp-3-usa-biden.JPG?c=original\" data-unselectable=\"true\">\\n \\n <div class=\"image__container \" data-image-variation=\"image\" data-breakpoints=\"{&quot;image--eq-extra-small&quot;: 115, &quot;image--eq-small&quot;: 300, &quot;image--show-credits&quot;: 596}\">\\n <picture class=\"image__picture\"><source height=\"438\" width=\"780\" media=\"(min-width: 1280px)\" srcset=\"https://media.cnn.com/api/v1/images/stellar/prod/2024-04-16t230841z-1263964568-rc2y77ajkxse-rtrmadp-3-usa-biden.JPG?c=16x9&amp;q=h_438,w_780,c_fill\"><source height=\"438\" width=\"780\" media=\"(min-width: 960px)\" srcset=\"https://media.cnn.com/api/v1/images/stellar/prod/2024-04-16t230841z-1263964568-rc2y77ajkxse-rtrmadp-3-usa-biden.JPG?c=16x9&amp;q=h_438,w_780,c_fill\"><source height=\"270\" width=\"480\" media=\"(min-width: 480px)\" srcset=\"https://media.cnn.com/api/v1/images/stellar/prod/2024-04-16t230841z-1263964568-rc2y77ajkxse-rtrmadp-3-usa-biden.JPG?c=16x9&amp;q=h_270,w_480,c_fill\"><source height=\"270\" width=\"480\" media=\"(max-width: 479px)\" srcset=\"https://media.cnn.com/api/v1/images/stellar/prod/2024-04-16t230841z-1263964568-rc2y77ajkxse-rtrmadp-3-usa-biden.JPG?c=16x9&amp;q=h_270,w_480,c_fill\"><img src=\"https://media.cnn.com/api/v1/images/stellar/prod/2024-04-16t230841z-1263964568-rc2y77ajkxse-rtrmadp-3-usa-biden.JPG?c=16x9&amp;q=h_438,w_780,c_fill\" alt=\"U.S. President Joe Biden speaks with supporters and volunteers attending a campaign training event at the Carpenters and Joiners Local 445 in Scranton, Pennsylvania, U.S., April 16, 2024. REUTERS/Elizabeth Frantz REFILE - QUALITY REPEAT\" class=\"image__dam-img\" onload=\"this.classList.remove(\\'image__dam-img--loading\\')\" onerror=\"imageLoadError(this)\" height=\"2000\" width=\"3000\" pinger-seen=\"true\"></picture>\\n </div>\\n \\n <div class=\"image__metadata\">\\n \\n <figcaption class=\"image__credit\">Elizabeth Frantz/Reuters</figcaption>\\n </div>\\n \\n</div>\\n\\n </div>\\n </div>\\n </a>\\n <a href=\"/2024/04/17/politics/biden-tariffs-chinese-steel-economic-pitch/index.html\" class=\"container__link container__link--type-article container_lead-plus-headlines__link container_lead-plus-headlines__left container_lead-plus-headlines__light\" data-link-type=\"article\">\\n <div class=\"container__text container_lead-plus-headlines__text\">\\n <div class=\"container__headline container_lead-plus-headlines__headline\">\\n <span class=\"container__headline-text\" data-editable=\"headline\">Biden to call for a tripling of tariffs on Chinese steel as he makes economic pitch in Pittsburgh</span>\\n </div>\\n </div>\\n </a>\\n</div>\\n\\n \\n\\n\\n\\n\\n\\n\\n<div data-uri=\"cms.cnn.com/_components/card/instances/clv403hca00093b6ii4qyngm5@published\" data-created-updated-by=\"true\" class=\"card container__item container__item--type-media-image container__item--type-section container_lead-plus-headlines__item container_lead-plus-headlines__item--type-section \" data-component-name=\"card\" data-open-link=\"/2024/04/16/politics/alabama-election-house-shomari-figures/index.html\" data-page=\"cms.cnn.com/_pages/clv35os3n000trbng15gedu3p@published\" data-editable=\"settings\" data-word-count=\"568\" data-section=\"politics\">\\n \\n <a href=\"/2024/04/16/politics/alabama-election-house-shomari-figures/index.html\" class=\"container__link container__link--type-article container_lead-plus-headlines__link container_lead-plus-headlines__left container_lead-plus-headlines__light\" data-link-type=\"article\">\\n <div class=\"container__text container_lead-plus-headlines__text\">\\n <div class=\"container__headline container_lead-plus-headlines__headline\">\\n <span class=\"container__headline-text\" data-editable=\"headline\">General election matchup set in potentially historic race for new Alabama district, CNN projects</span>\\n </div>\\n </div>\\n </a>\\n</div>\\n\\n \\n\\n\\n\\n\\n\\n\\n<div data-uri=\"cms.cnn.com/_components/card/instances/clv34sbb100003b6i0ga1ev34@published\" data-created-updated-by=\"true\" class=\"card container__item container__item--type-media-image container__item--type-section container_lead-plus-headlines__item container_lead-plus-headlines__item--type-section \" data-component-name=\"card\" data-open-link=\"/2024/04/16/politics/takeaways-trump-hush-money-trial-day-2/index.html\" data-page=\"cms.cnn.com/_pages/clv2z0gh10000lenk0o9v7q3z@published\" data-editable=\"settings\" data-word-count=\"1376\" data-section=\"politics\">\\n \\n <a href=\"/2024/04/16/politics/takeaways-trump-hush-money-trial-day-2/index.html\" class=\"container__link container__link--type-article container_lead-plus-headlines__link container_lead-plus-headlines__left container_lead-plus-headlines__light\" data-link-type=\"article\">\\n <div class=\"container__text container_lead-plus-headlines__text\">\\n <div class=\"container__headline container_lead-plus-headlines__headline\">\\n <span class=\"container__headline-text\" data-editable=\"headline\">Takeaways from the second day of jury selection in Trumps hush money trial</span>\\n </div>\\n </div>\\n </a>\\n</div>\\n\\n </div>\\n </div>\\n </div>\\n\\n</div>\\n\\n \\n\\n\\n<div class=\"container container_lead-plus-headlines politics lazy\" data-uri=\"cms.cnn.com/_components/container/instances/cltdjek1h00273b6hcibc41ja@published\" data-selective-publishing=\"true\" data-collapsed-text=\"Analysis\">\\n <div class=\"container__ads container_lead-plus-headlines__ads\">\\n \\n </div>\\n <div class=\"container__kicker\" data-editable=\"kicker\">\\n </div>\\n <div class=\"container__title container_lead-plus-headlines__title container__title--bold \" data-editable=\"titleLink\">\\n <h2 class=\"container__title-text container_lead-plus-headlines__title-text\" data-editable=\"title\">Analysis</h2>\\n </div>\\n\\n <div class=\"container_lead-plus-headlines__cards-wrapper\">\\n <div class=\"container__field-wrapper container_lead-plus-headlines__field-wrapper\">\\n <div class=\"container__field-links container_lead-plus-headlines__field-links\" data-editable=\"cards\">\\n \\n\\n\\n\\n\\n\\n\\n<div data-uri=\"cms.cnn.com/_components/card/instances/clv40kare00003b6i4k7rczcw@published\" data-created-updated-by=\"true\" class=\"card container__item container__item--type-media-image container__item--type-section container_lead-plus-headlines__item container_lead-plus-headlines__item--type-section \" data-component-name=\"card\" data-open-link=\"/2024/04/16/politics/abortion-democrats-freedom-messaging/index.html\" data-page=\"cms.cnn.com/_pages/clv2y5l8o000tjfng0v07gsx0@published\" data-editable=\"settings\" data-word-count=\"2204\" data-section=\"politics\">\\n \\n \\n \\n <a href=\"/2024/04/16/politics/abortion-democrats-freedom-messaging/index.html\" class=\"container__link container__link--type-article container_lead-plus-headlines__link container_lead-plus-headlines__left container_lead-plus-headlines__light\" data-link-type=\"article\">\\n <div class=\"container__item-media-wrapper container_lead-plus-headlines__item-media-wrapper\" data-breakpoints=\"{&quot;card--media-large&quot;: 596}\">\\n <div class=\"container__item-media container_lead-plus-headlines__item-media\">\\n <div data-uri=\"cms.cnn.com/_components/image/instances/clv40kawu00083b6immmgbi4z@published\" class=\"image image__hide-placeholder image--eq-extra-small image--eq-small\" data-image-variation=\"image\" data-name=\"\" data-component-name=\"image\" data-observe-resizes=\"\" data-breakpoints=\"{&quot;image--eq-extra-small&quot;: 115, &quot;image--eq-small&quot;: 300}\" data-original-ratio=\"0.6666666666666666\" data-original-height=\"2000\" data-original-width=\"3000\" data-url=\"https://media.cnn.com/api/v1/images/stellar/prod/bc56ff7a-5e96-468d-93c1-418068e7e891.jpg?c=original\" data-unselectable=\"true\">\\n \\n <div class=\"image__container \" data-image-variation=\"image\" data-breakpoints=\"{&quot;image--eq-extra-small&quot;: 115, &quot;image--eq-small&quot;: 300, &quot;image--show-credits&quot;: 596}\">\\n <picture class=\"image__picture\"><source height=\"438\" width=\"780\" media=\"(min-width: 1280px)\" srcset=\"https://media.cnn.com/api/v1/images/stellar/prod/bc56ff7a-5e96-468d-93c1-418068e7e891.jpg?c=16x9&amp;q=h_438,w_780,c_fill\"><source height=\"438\" width=\"780\" media=\"(min-width: 960px)\" srcset=\"https://media.cnn.com/api/v1/images/stellar/prod/bc56ff7a-5e96-468d-93c1-418068e7e891.jpg?c=16x9&amp;q=h_438,w_780,c_fill\"><source height=\"270\" width=\"480\" media=\"(min-width: 480px)\" srcset=\"https://media.cnn.com/api/v1/images/stellar/prod/bc56ff7a-5e96-468d-93c1-418068e7e891.jpg?c=16x9&amp;q=h_270,w_480,c_fill\"><source height=\"270\" width=\"480\" media=\"(max-width: 479px)\" srcset=\"https://media.cnn.com/api/v1/images/stellar/prod/bc56ff7a-5e96-468d-93c1-418068e7e891.jpg?c=16x9&amp;q=h_270,w_480,c_fill\"><img src=\"https://media.cnn.com/api/v1/images/stellar/prod/bc56ff7a-5e96-468d-93c1-418068e7e891.jpg?c=16x9&amp;q=h_438,w_780,c_fill\" alt=\"President Joe Biden speaks during a campaign event in Scranton, Pennsylvania on April 16.\" class=\"image__dam-img\" onload=\"this.classList.remove(\\'image__dam-img--loading\\')\" onerror=\"imageLoadError(this)\" height=\"2000\" width=\"3000\" pinger-seen=\"true\"></picture>\\n </div>\\n \\n <div class=\"image__metadata\">\\n \\n <figcaption class=\"image__credit\">Paul Weaver/Sipa/AP</figcaption>\\n </div>\\n \\n</div>\\n\\n </div>\\n </div>\\n </a>\\n <a href=\"/2024/04/16/politics/abortion-democrats-freedom-messaging/index.html\" class=\"container__link container__link--type-article container_lead-plus-headlines__link container_lead-plus-headlines__left container_lead-plus-headlines__light\" data-link-type=\"article\">\\n <div class=\"container__text container_lead-plus-headlines__text\">\\n <div class=\"container__headline container_lead-plus-headlines__headline\">\\n <span class=\"container__headline-text\" data-editable=\"headline\">Why Biden and Democrats are talking so much about freedom</span>\\n </div>\\n </div>\\n </a>\\n</div>\\n\\n \\n\\n\\n\\n\\n\\n\\n<div data-uri=\"cms.cnn.com/_components/card/instances/clv1p90la00003b6ie6x8xgd1@published\" data-created-updated-by=\"true\" class=\"card container__item container__item--type-media-image container__item--type-section container_lead-plus-headlines__item container_lead-plus-headlines__item--type-section \" data-component-name=\"card\" data-open-link=\"/2024/04/15/politics/trump-trial-day-1-what-matters/index.html\" data-page=\"cms.cnn.com/_pages/clv16ja3u0000c1p681q2egx3@published\" data-editable=\"settings\" data-word-count=\"1124\" data-section=\"politics\">\\n \\n <a href=\"/2024/04/15/politics/trump-trial-day-1-what-matters/index.html\" class=\"container__link container__link--type-article container_lead-plus-headlines__link container_lead-plus-headlines__left container_lead-plus-headlines__light\" data-link-type=\"article\">\\n <div class=\"container__text container_lead-plus-headlines__text\">\\n <div class=\"container__headline container_lead-plus-headlines__headline\">\\n <span class=\"container__headline-text\" data-editable=\"headline\">Trump has an unusual request on trial Day 1</span>\\n </div>\\n </div>\\n </a>\\n</div>\\n\\n \\n\\n\\n\\n\\n\\n\\n<div data-uri=\"cms.cnn.com/_components/card/instances/clv0zrqvn00003b6ixbyslpr0@published\" data-created-updated-by=\"true\" class=\"card container__item container__item--type-media-image container__item--type-section container_lead-plus-headlines__item container_lead-plus-headlines__item--type-section \" data-component-name=\"card\" data-open-link=\"/2024/04/14/politics/trump-first-criminal-trial-analysis/index.html\" data-page=\"cms.cnn.com/_pages/clv06trhg000064noeef91zwl@published\" data-editable=\"settings\" data-word-count=\"2016\" data-section=\"politics\">\\n \\n <a href=\"/2024/04/14/politics/trump-first-criminal-trial-analysis/index.html\" class=\"container__link container__link--type-article container_lead-plus-headlines__link container_lead-plus-headlines__left container_lead-plus-headlines__light\" data-link-type=\"article\">\\n <div class=\"container__text container_lead-plus-headlines__text\">\\n <div class=\"container__headline container_lead-plus-headlines__headline\">\\n <span class=\"container__headline-text\" data-editable=\"headline\">Trumps first criminal trial is a historic and solemn moment for America</span>\\n </div>\\n </div>\\n </a>\\n</div>\\n\\n </div>\\n </div>\\n </div>\\n\\n</div>\\n\\n \\n\\n\\n<div class=\"container container_lead-plus-headlines politics lazy\" data-uri=\"cms.cnn.com/_components/container/instances/cltdjek3400283b6hbcelyuv4@published\" data-selective-publishing=\"true\" data-collapsed-text=\"Election video\">\\n <div class=\"container__ads container_lead-plus-headlines__ads\">\\n \\n </div>\\n <div class=\"container__kicker\" data-editable=\"kicker\">\\n </div>\\n <div class=\"container__title container_lead-plus-headlines__title container__title--bold \" data-editable=\"titleLink\">\\n <h2 class=\"container__title-text container_lead-plus-headlines__title-text\" data-editable=\"title\">Election video</h2>\\n </div>\\n\\n <div class=\"container_lead-plus-headlines__cards-wrapper\">\\n <div class=\"container__field-wrapper container_lead-plus-headlines__field-wrapper\">\\n <div class=\"container__field-links container_lead-plus-headlines__field-links\" data-editable=\"cards\">\\n \\n\\n\\n\\n\\n\\n\\n<div data-uri=\"cms.cnn.com/_components/card/instances/clv40ldtd000i3b6imixvp9wi@published\" data-created-updated-by=\"true\" class=\"card container__item container__item--type-media-image container__item--type-section container_lead-plus-headlines__item container_lead-plus-headlines__item--type-section \" data-component-name=\"card\" data-open-link=\"/2024/04/16/politics/video/tuchman-texas-voters-trump-trial-dnt-digvid\" data-page=\"cms.cnn.com/_pages/clv35ejvb0000rbpdfeqqdhak@published\" data-editable=\"settings\" data-video-duration=\"03:19\" data-section=\"politics\">\\n \\n \\n \\n <a href=\"/2024/04/16/politics/video/tuchman-texas-voters-trump-trial-dnt-digvid\" class=\"container__link container__link--type-video container_lead-plus-headlines__link container_lead-plus-headlines__left container_lead-plus-headlines__light\" data-link-type=\"video\">\\n <div class=\"container__item-media-wrapper container_lead-plus-headlines__item-media-wrapper\" data-breakpoints=\"{&quot;card--media-large&quot;: 596}\">\\n <div class=\"container__item-media container_lead-plus-headlines__item-media\">\\n <div data-uri=\"cms.cnn.com/_components/image/instances/clv40ldwu000k3b6iyuhg8m90@published\" class=\"image image__hide-placeholder image--eq-extra-small image--eq-small\" data-image-variation=\"image\" data-name=\"tuchman dnt.jpg\" data-component-name=\"image\" data-observe-resizes=\"\" data-breakpoints=\"{&quot;image--eq-extra-small&quot;: 115, &quot;image--eq-small&quot;: 300}\" data-original-ratio=\"0.5625\" data-original-height=\"1080\" data-original-width=\"1920\" data-url=\"https://media.cnn.com/api/v1/images/stellar/prod/tuchman-dnt.jpg?c=original\" data-unselectable=\"true\">\\n \\n <div class=\"image__container \" data-image-variation=\"image\" data-breakpoints=\"{&quot;image--eq-extra-small&quot;: 115, &quot;image--eq-small&quot;: 300, &quot;image--show-credits&quot;: 596}\">\\n <picture class=\"image__picture\"><source height=\"438\" width=\"780\" media=\"(min-width: 1280px)\" srcset=\"https://media.cnn.com/api/v1/images/stellar/prod/tuchman-dnt.jpg?c=16x9&amp;q=h_438,w_780,c_fill\"><source height=\"438\" width=\"780\" media=\"(min-width: 960px)\" srcset=\"https://media.cnn.com/api/v1/images/stellar/prod/tuchman-dnt.jpg?c=16x9&amp;q=h_438,w_780,c_fill\"><source height=\"270\" width=\"480\" media=\"(min-width: 480px)\" srcset=\"https://media.cnn.com/api/v1/images/stellar/prod/tuchman-dnt.jpg?c=16x9&amp;q=h_270,w_480,c_fill\"><source height=\"270\" width=\"480\" media=\"(max-width: 479px)\" srcset=\"https://media.cnn.com/api/v1/images/stellar/prod/tuchman-dnt.jpg?c=16x9&amp;q=h_270,w_480,c_fill\"><img src=\"https://media.cnn.com/api/v1/images/stellar/prod/tuchman-dnt.jpg?c=16x9&amp;q=h_438,w_780,c_fill\" alt=\"tuchman dnt.jpg\" class=\"image__dam-img\" onload=\"this.classList.remove(\\'image__dam-img--loading\\')\" onerror=\"imageLoadError(this)\" height=\"1080\" width=\"1920\" pinger-seen=\"true\"></picture>\\n </div>\\n \\n <div class=\"image__metadata\">\\n \\n <figcaption class=\"image__credit\">CNN</figcaption>\\n </div>\\n \\n</div>\\n\\n <div class=\"card__label card__label--type-video\">\\n <span class=\"card__label-icon\"></span>\\n <span class=\"card__label-bull-span\">\\n <span class=\"card__label-indicator\">•</span>Video</span>\\n <span class=\"card__label--duration\">3:19</span>\\n </div>\\n </div>\\n </div>\\n </a>\\n <a href=\"/2024/04/16/politics/video/tuchman-texas-voters-trump-trial-dnt-digvid\" class=\"container__link container__link--type-video container_lead-plus-headlines__link container_lead-plus-headlines__left container_lead-plus-headlines__light\" data-link-type=\"video\">\\n <div class=\"container__text container_lead-plus-headlines__text\">\\n <div class=\"container__headline container_lead-plus-headlines__headline\">\\n <span class=\"container__text-label container__text-label--type-video container_lead-plus-headlines__text-label container_lead-plus-headlines__text-label--type-video\">Video</span>\\n <span class=\"container__headline-text\" data-editable=\"headline\">96% of this county voted for Trump in 2020. Hear what residents there think about the hush money trial</span>\\n <span class=\"container__video-duration\"><span class=\"container__video-duration-icon\"></span>3:19</span>\\n </div>\\n </div>\\n </a>\\n</div>\\n\\n \\n\\n\\n\\n\\n\\n\\n<div data-uri=\"cms.cnn.com/_components/card/instances/clv40l5he00003b6iti30wpn7@published\" data-created-updated-by=\"true\" class=\"card container__item container__item--type-media-image container__item--type-section container_lead-plus-headlines__item container_lead-plus-headlines__item--type-section \" data-component-name=\"card\" data-open-link=\"/videos/politics/2024/04/17/biden-trump-media-stock-value-drop-src-digvid.cnn\" data-page=\"cms.cnn.com/_pages/h_f96465aecde1e02a9486592383d757c6@published\" data-editable=\"settings\" data-video-duration=\"01:59\" data-section=\"politics\">\\n \\n <a href=\"/videos/politics/2024/04/17/biden-trump-media-stock-value-drop-src-digvid.cnn\" class=\"container__link container__link--type-video container_lead-plus-headlines__link container_lead-plus-headlines__left container_lead-plus-headlines__light\" data-link-type=\"video\">\\n <div class=\"container__text container_lead-plus-headlines__text\">\\n <div class=\"container__headline container_lead-plus-headlines__headline\">\\n <svg class=\"icon-sig-video\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M12 3.333c-4.779 0-8.667 3.888-8.667 8.667S7.221 20.667 12 20.667s8.667-3.888 8.667-8.667S16.779 3.333 12 3.333M12 22C6.486 22 2 17.514 2 12S6.486 2 12 2s10 4.486 10 10-4.486 10-10 10m-1.064-6.793l4.61-2.74a.715.715 0 00-.003-1.23l-4.61-2.712a.714.714 0 00-1.076.616v5.452c0 .554.603.897 1.08.614\"></path></svg>\\n\\n <span class=\"container__text-label container__text-label--type-video container_lead-plus-headlines__text-label container_lead-plus-headlines__text-label--type-video\">Video</span>\\n<span class=\"container__headline-text\" data-editable=\"headline\">Bidens dig at Trump Media stock plummet draws laughs from crowd</span>\\n <span class=\"container__video-duration\"><span class=\"container__video-duration-icon\"></span>1:59</span>\\n </div>\\n </div>\\n </a>\\n</div>\\n\\n \\n\\n\\n\\n\\n\\n\\n<div data-uri=\"cms.cnn.com/_components/card/instances/clv40l8ew00093b6ivxxkkhv4@published\" data-created-updated-by=\"true\" class=\"card container__item container__item--type-media-image container__item--type-section container_lead-plus-headlines__item container_lead-plus-headlines__item--type-section \" data-component-name=\"card\" data-open-link=\"/videos/politics/2024/04/17/fox-news-donald-trump-fact-check-claim-phillip-nn-digvid.cnn\" data-page=\"cms.cnn.com/_pages/h_2e972785d380a514561e625571e3b185@published\" data-editable=\"settings\" data-video-duration=\"02:10\" data-section=\"politics\">\\n \\n <a href=\"/videos/politics/2024/04/17/fox-news-donald-trump-fact-check-claim-phillip-nn-digvid.cnn\" class=\"container__link container__link--type-video container_lead-plus-headlines__link container_lead-plus-headlines__left container_lead-plus-headlines__light\" data-link-type=\"video\">\\n <div class=\"container__text container_lead-plus-headlines__text\">\\n <div class=\"container__headline container_lead-plus-headlines__headline\">\\n <svg class=\"icon-sig-video\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M12 3.333c-4.779 0-8.667 3.888-8.667 8.667S7.221 20.667 12 20.667s8.667-3.888 8.667-8.667S16.779 3.333 12 3.333M12 22C6.486 22 2 17.514 2 12S6.486 2 12 2s10 4.486 10 10-4.486 10-10 10m-1.064-6.793l4.61-2.74a.715.715 0 00-.003-1.23l-4.61-2.712a.714.714 0 00-1.076.616v5.452c0 .554.603.897 1.08.614\"></path></svg>\\n\\n <span class=\"container__text-label container__text-label--type-video container_lead-plus-headlines__text-label container_lead-plus-headlines__text-label--type-video\">Video</span>\\n<span class=\"container__headline-text\" data-editable=\"headline\">CNN fact-checks Trumps false claim pushed on Fox News</span>\\n <span class=\"container__video-duration\"><span class=\"container__video-duration-icon\"></span>2:10</span>\\n </div>\\n </div>\\n </a>\\n</div>\\n\\n </div>\\n </div>\\n </div>\\n\\n</div>\\n\\n </div>\\n <div class=\"product-zone__ads\">\\n \\n </div>\\n </div>\\n</div>\\n\\n <div data-uri=\"cms.cnn.com/_components/product-zone/instances/cltdjf1f000363b6hlpoau83i@published\" data-analytics-collection=\"zone\" data-selective-publishing=\"true\" class=\"product-zone product-zone product-zone--t-light \" data-collapsed-text=\"How can I learn more?\">\\n <div class=\"product-zone__inner has-pseudo-class-fix-layout--balanced-2\">\\n <h2 class=\"product-zone__title product-zone__title--18-24\">\\n How can I learn more?\\n </h2>\\n <div class=\"product-zone__items layout--balanced-2\" data-editable=\"items\" data-reorderable-component=\"items\">\\n \\n\\n\\n<div class=\"container container_grid-2 politics lazy\" data-uri=\"cms.cnn.com/_components/container/instances/cltdjf1pu00383b6hdxq7one0@published\" data-selective-publishing=\"true\" data-collapsed-text=\"\">\\n <div class=\"container__ads container_grid-2__ads\">\\n \\n </div>\\n <div class=\"container__kicker\" data-editable=\"kicker\">\\n </div>\\n\\n <div class=\"container_grid-2__cards-wrapper\">\\n <div class=\"container__field-wrapper container_grid-2__field-wrapper\">\\n <div class=\"container__field-links container_grid-2__field-links\" data-editable=\"cards\">\\n \\n\\n\\n\\n\\n\\n\\n<div data-uri=\"cms.cnn.com/_components/card/instances/clrdntzc100023b6hhww2oj61@published\" data-created-updated-by=\"true\" class=\"card container__item container__item--type-media-image container__item--type-section container_grid-2__item container_grid-2__item--type-section \" data-component-name=\"card\" data-open-link=\"https://www.cnn.com/newsletters/meanwhile-in-america\" data-page=\"cms.cnn.com/_components/card/instances/clonjmyl3000j3b6i3brt1yfk\" data-editable=\"settings\">\\n \\n \\n \\n <a href=\"https://www.cnn.com/newsletters/meanwhile-in-america\" class=\"container__link container__link--type-card container_grid-2__link container_grid-2__left container_grid-2__light\" data-link-type=\"card\">\\n <div class=\"container__item-media-wrapper container_grid-2__item-media-wrapper\" data-breakpoints=\"{&quot;card--media-large&quot;: 596}\">\\n <div class=\"container__item-media container_grid-2__item-media\">\\n <div data-uri=\"cms.cnn.com/_components/image/instances/clrdntzc200053b6h7cqu4vaz@published\" class=\"image image__hide-placeholder image--eq-extra-small image--eq-small\" data-image-variation=\"image\" data-name=\"meanwhile in america.png\" data-component-name=\"image\" data-observe-resizes=\"\" data-breakpoints=\"{&quot;image--eq-extra-small&quot;: 115, &quot;image--eq-small&quot;: 300}\" data-original-ratio=\"0.5659509202453987\" data-original-height=\"369\" data-original-width=\"652\" data-url=\"https://media.cnn.com/api/v1/images/stellar/prod/meanwhile-in-america.png?c=original\" data-unselectable=\"true\">\\n \\n <div class=\"image__container \" data-image-variation=\"image\" data-breakpoints=\"{&quot;image--eq-extra-small&quot;: 115, &quot;image--eq-small&quot;: 300, &quot;image--show-credits&quot;: 596}\">\\n <picture class=\"image__picture\"><source height=\"438\" width=\"780\" media=\"(min-width: 1280px)\" srcset=\"https://media.cnn.com/api/v1/images/stellar/prod/meanwhile-in-america.png?c=16x9&amp;q=h_438,w_780,c_fill\"><source height=\"438\" width=\"780\" media=\"(min-width: 960px)\" srcset=\"https://media.cnn.com/api/v1/images/stellar/prod/meanwhile-in-america.png?c=16x9&amp;q=h_438,w_780,c_fill\"><source height=\"270\" width=\"480\" media=\"(min-width: 480px)\" srcset=\"https://media.cnn.com/api/v1/images/stellar/prod/meanwhile-in-america.png?c=16x9&amp;q=h_270,w_480,c_fill\"><source height=\"270\" width=\"480\" media=\"(max-width: 479px)\" srcset=\"https://media.cnn.com/api/v1/images/stellar/prod/meanwhile-in-america.png?c=16x9&amp;q=h_270,w_480,c_fill\"><img src=\"https://media.cnn.com/api/v1/images/stellar/prod/meanwhile-in-america.png?c=16x9&amp;q=h_438,w_780,c_fill\" alt=\"meanwhile in america.png\" class=\"image__dam-img\" onload=\"this.classList.remove(\\'image__dam-img--loading\\')\" onerror=\"imageLoadError(this)\" height=\"369\" width=\"652\" pinger-seen=\"true\"></picture>\\n </div>\\n \\n <div class=\"image__metadata\">\\n \\n <figcaption class=\"image__credit\">CNN</figcaption>\\n </div>\\n \\n</div>\\n\\n <div class=\"card__label card__label--type-custom\">\\n <span class=\"card__label-icon\"></span>\\n <span class=\"card__label-bull-span\">\\n <span class=\"card__label-indicator\">•</span>NEWSLETTER</span>\\n <span class=\"card__label--duration\">NEWSLETTER</span>\\n </div>\\n </div>\\n </div>\\n </a>\\n <a href=\"https://www.cnn.com/newsletters/meanwhile-in-america\" class=\"container__link container__link--type-card container_grid-2__link container_grid-2__left container_grid-2__light\" data-link-type=\"card\">\\n <div class=\"container__text container_grid-2__text\">\\n <div class=\"container__headline container_grid-2__headline\">\\n <span class=\"container__headline-text\" data-editable=\"headline\">Meanwhile in America newsletter</span>\\n </div>\\n </div>\\n </a>\\n</div>\\n\\n \\n\\n\\n\\n\\n\\n\\n<div data-uri=\"cms.cnn.com/_components/card/instances/clrdntzc100033b6hchnrrrpj@published\" data-created-updated-by=\"true\" class=\"card container__item container__item--type-media-image container__item--type-section container_grid-2__item container_grid-2__item--type-section \" data-component-name=\"card\" data-open-link=\"https://www.cnn.com/newsletters/what-matters\" data-page=\"cms.cnn.com/_components/card/instances/cll6tmyp4000q3b6fiwvpk5js\" data-editable=\"settings\">\\n \\n \\n \\n <a href=\"https://www.cnn.com/newsletters/what-matters\" class=\"container__link container__link--type-card container_grid-2__link container_grid-2__left container_grid-2__light\" data-link-type=\"card\">\\n <div class=\"container__item-media-wrapper container_grid-2__item-media-wrapper\" data-breakpoints=\"{&quot;card--media-large&quot;: 596}\">\\n <div class=\"container__item-media container_grid-2__item-media\">\\n <div data-uri=\"cms.cnn.com/_components/image/instances/clrdntzc200063b6hhsqw55og@published\" class=\"image image__hide-placeholder image--eq-extra-small image--eq-small\" data-image-variation=\"image\" data-name=\"what matters.png\" data-component-name=\"image\" data-observe-resizes=\"\" data-breakpoints=\"{&quot;image--eq-extra-small&quot;: 115, &quot;image--eq-small&quot;: 300}\" data-original-ratio=\"0.5659509202453987\" data-original-height=\"369\" data-original-width=\"652\" data-url=\"https://media.cnn.com/api/v1/images/stellar/prod/what-matters.png?c=original\" data-unselectable=\"true\">\\n \\n <div class=\"image__container \" data-image-variation=\"image\" data-breakpoints=\"{&quot;image--eq-extra-small&quot;: 115, &quot;image--eq-small&quot;: 300, &quot;image--show-credits&quot;: 596}\">\\n <picture class=\"image__picture\"><source height=\"438\" width=\"780\" media=\"(min-width: 1280px)\" srcset=\"https://media.cnn.com/api/v1/images/stellar/prod/what-matters.png?c=16x9&amp;q=h_438,w_780,c_fill\"><source height=\"438\" width=\"780\" media=\"(min-width: 960px)\" srcset=\"https://media.cnn.com/api/v1/images/stellar/prod/what-matters.png?c=16x9&amp;q=h_438,w_780,c_fill\"><source height=\"270\" width=\"480\" media=\"(min-width: 480px)\" srcset=\"https://media.cnn.com/api/v1/images/stellar/prod/what-matters.png?c=16x9&amp;q=h_270,w_480,c_fill\"><source height=\"270\" width=\"480\" media=\"(max-width: 479px)\" srcset=\"https://media.cnn.com/api/v1/images/stellar/prod/what-matters.png?c=16x9&amp;q=h_270,w_480,c_fill\"><img src=\"https://media.cnn.com/api/v1/images/stellar/prod/what-matters.png?c=16x9&amp;q=h_438,w_780,c_fill\" alt=\"what matters.png\" class=\"image__dam-img\" onload=\"this.classList.remove(\\'image__dam-img--loading\\')\" onerror=\"imageLoadError(this)\" height=\"369\" width=\"652\" pinger-seen=\"true\"></picture>\\n </div>\\n \\n <div class=\"image__metadata\">\\n \\n <figcaption class=\"image__credit\">CNN</figcaption>\\n </div>\\n \\n</div>\\n\\n <div class=\"card__label card__label--type-custom\">\\n <span class=\"card__label-icon\"></span>\\n <span class=\"card__label-bull-span\">\\n <span class=\"card__label-indicator\">•</span>NEWSLETTER</span>\\n <span class=\"card__label--duration\">NEWSLETTER</span>\\n </div>\\n </div>\\n </div>\\n </a>\\n <a href=\"https://www.cnn.com/newsletters/what-matters\" class=\"container__link container__link--type-card container_grid-2__link container_grid-2__left container_grid-2__light\" data-link-type=\"card\">\\n <div class=\"container__text container_grid-2__text\">\\n <div class=\"container__headline container_grid-2__headline\">\\n <span class=\"container__headline-text\" data-editable=\"headline\">What Matters newsletter</span>\\n </div>\\n </div>\\n </a>\\n</div>\\n\\n </div>\\n </div>\\n </div>\\n\\n</div>\\n\\n \\n\\n\\n<div class=\"container container_grid-2 politics lazy\" data-uri=\"cms.cnn.com/_components/container/instances/cltdjf1rh00393b6hvic1f1bh@published\" data-selective-publishing=\"true\" data-collapsed-text=\"\">\\n <div class=\"container__ads container_grid-2__ads\">\\n \\n </div>\\n <div class=\"container__kicker\" data-editable=\"kicker\">\\n </div>\\n\\n <div class=\"container_grid-2__cards-wrapper\">\\n <div class=\"container__field-wrapper container_grid-2__field-wrapper\">\\n <div class=\"container__field-links container_grid-2__field-links\" data-editable=\"cards\">\\n \\n\\n\\n\\n\\n\\n\\n<div data-uri=\"cms.cnn.com/_components/card/instances/clrdnvjuy00093b6hxs4m40s0@published\" data-created-updated-by=\"true\" class=\"card container__item container__item--type-media-image container__item--type-section container_grid-2__item container_grid-2__item--type-section \" data-component-name=\"card\" data-open-link=\"https://www.cnn.com/audio/podcasts/axe-files\" data-page=\"cms.cnn.com/_components/card/instances/cll6trdul001q3b6fjhwaslth\" data-editable=\"settings\">\\n \\n \\n \\n <a href=\"https://www.cnn.com/audio/podcasts/axe-files\" class=\"container__link container__link--type-card container_grid-2__link container_grid-2__left container_grid-2__light\" data-link-type=\"card\">\\n <div class=\"container__item-media-wrapper container_grid-2__item-media-wrapper\" data-breakpoints=\"{&quot;card--media-large&quot;: 596}\">\\n <div class=\"container__item-media container_grid-2__item-media\">\\n <div data-uri=\"cms.cnn.com/_components/image/instances/clrdnvjuy000c3b6h4uhyi74g@published\" class=\"image image__hide-placeholder image--eq-extra-small image--eq-small\" data-image-variation=\"image\" data-name=\"axe files.png\" data-component-name=\"image\" data-observe-resizes=\"\" data-breakpoints=\"{&quot;image--eq-extra-small&quot;: 115, &quot;image--eq-small&quot;: 300}\" data-original-ratio=\"0.5659509202453987\" data-original-height=\"369\" data-original-width=\"652\" data-url=\"https://media.cnn.com/api/v1/images/stellar/prod/axe-files.png?c=original\" data-unselectable=\"true\">\\n \\n <div class=\"image__container \" data-image-variation=\"image\" data-breakpoints=\"{&quot;image--eq-extra-small&quot;: 115, &quot;image--eq-small&quot;: 300, &quot;image--show-credits&quot;: 596}\">\\n <picture class=\"image__picture\"><source height=\"438\" width=\"780\" media=\"(min-width: 1280px)\" srcset=\"https://media.cnn.com/api/v1/images/stellar/prod/axe-files.png?c=16x9&amp;q=h_438,w_780,c_fill\"><source height=\"438\" width=\"780\" media=\"(min-width: 960px)\" srcset=\"https://media.cnn.com/api/v1/images/stellar/prod/axe-files.png?c=16x9&amp;q=h_438,w_780,c_fill\"><source height=\"270\" width=\"480\" media=\"(min-width: 480px)\" srcset=\"https://media.cnn.com/api/v1/images/stellar/prod/axe-files.png?c=16x9&amp;q=h_270,w_480,c_fill\"><source height=\"270\" width=\"480\" media=\"(max-width: 479px)\" srcset=\"https://media.cnn.com/api/v1/images/stellar/prod/axe-files.png?c=16x9&amp;q=h_270,w_480,c_fill\"><img src=\"https://media.cnn.com/api/v1/images/stellar/prod/axe-files.png?c=16x9&amp;q=h_438,w_780,c_fill\" alt=\"axe files.png\" class=\"image__dam-img\" onload=\"this.classList.remove(\\'image__dam-img--loading\\')\" onerror=\"imageLoadError(this)\" height=\"369\" width=\"652\" pinger-seen=\"true\"></picture>\\n </div>\\n \\n <div class=\"image__metadata\">\\n \\n <figcaption class=\"image__credit\">CNN</figcaption>\\n </div>\\n \\n</div>\\n\\n <div class=\"card__label card__label--type-podcasts\">\\n <span class=\"card__label-icon\"></span>\\n <span class=\"card__label-bull-span\">\\n <span class=\"card__label-indicator\">•</span>Podcast</span>\\n <span class=\"card__label--duration\">Podcast</span>\\n </div>\\n </div>\\n </div>\\n </a>\\n <a href=\"https://www.cnn.com/audio/podcasts/axe-files\" class=\"container__link container__link--type-card container_grid-2__link container_grid-2__left container_grid-2__light\" data-link-type=\"card\">\\n <div class=\"container__text container_grid-2__text\">\\n <div class=\"container__headline container_grid-2__headline\">\\n <span class=\"container__headline-text\" data-editable=\"headline\">The Axe Files with David Axelrod</span>\\n </div>\\n </div>\\n </a>\\n</div>\\n\\n \\n\\n\\n\\n\\n\\n\\n<div data-uri=\"cms.cnn.com/_components/card/instances/clrdnvjuy000a3b6hmzr562cm@published\" data-created-updated-by=\"true\" class=\"card container__item container__item--type-media-image container__item--type-section container_grid-2__item container_grid-2__item--type-section \" data-component-name=\"card\" data-open-link=\"https://www.cnn.com/audio/podcasts/political-briefing\" data-page=\"cms.cnn.com/_components/card/instances/cll6tplnf001b3b6f9ix5plpp\" data-editable=\"settings\">\\n \\n \\n \\n <a href=\"https://www.cnn.com/audio/podcasts/political-briefing\" class=\"container__link container__link--type-card container_grid-2__link container_grid-2__left container_grid-2__light\" data-link-type=\"card\">\\n <div class=\"container__item-media-wrapper container_grid-2__item-media-wrapper\" data-breakpoints=\"{&quot;card--media-large&quot;: 596}\">\\n <div class=\"container__item-media container_grid-2__item-media\">\\n <div data-uri=\"cms.cnn.com/_components/image/instances/clrdnvjuy000d3b6hh4kcs14d@published\" class=\"image image__hide-placeholder image--eq-extra-small image--eq-small\" data-image-variation=\"image\" data-name=\"political briefing.png\" data-component-name=\"image\" data-observe-resizes=\"\" data-breakpoints=\"{&quot;image--eq-extra-small&quot;: 115, &quot;image--eq-small&quot;: 300}\" data-original-ratio=\"0.5659509202453987\" data-original-height=\"369\" data-original-width=\"652\" data-url=\"https://media.cnn.com/api/v1/images/stellar/prod/political-briefing.png?c=original\" data-unselectable=\"true\">\\n \\n <div class=\"image__container \" data-image-variation=\"image\" data-breakpoints=\"{&quot;image--eq-extra-small&quot;: 115, &quot;image--eq-small&quot;: 300, &quot;image--show-credits&quot;: 596}\">\\n <picture class=\"image__picture\"><source height=\"438\" width=\"780\" media=\"(min-width: 1280px)\" srcset=\"https://media.cnn.com/api/v1/images/stellar/prod/political-briefing.png?c=16x9&amp;q=h_438,w_780,c_fill\"><source height=\"438\" width=\"780\" media=\"(min-width: 960px)\" srcset=\"https://media.cnn.com/api/v1/images/stellar/prod/political-briefing.png?c=16x9&amp;q=h_438,w_780,c_fill\"><source height=\"270\" width=\"480\" media=\"(min-width: 480px)\" srcset=\"https://media.cnn.com/api/v1/images/stellar/prod/political-briefing.png?c=16x9&amp;q=h_270,w_480,c_fill\"><source height=\"270\" width=\"480\" media=\"(max-width: 479px)\" srcset=\"https://media.cnn.com/api/v1/images/stellar/prod/political-briefing.png?c=16x9&amp;q=h_270,w_480,c_fill\"><img src=\"https://media.cnn.com/api/v1/images/stellar/prod/political-briefing.png?c=16x9&amp;q=h_438,w_780,c_fill\" alt=\"political briefing.png\" class=\"image__dam-img\" onload=\"this.classList.remove(\\'image__dam-img--loading\\')\" onerror=\"imageLoadError(this)\" height=\"369\" width=\"652\" pinger-seen=\"true\"></picture>\\n </div>\\n \\n <div class=\"image__metadata\">\\n \\n <figcaption class=\"image__credit\">CNN</figcaption>\\n </div>\\n \\n</div>\\n\\n <div class=\"card__label card__label--type-podcasts\">\\n <span class=\"card__label-icon\"></span>\\n <span class=\"card__label-bull-span\">\\n <span class=\"card__label-indicator\">•</span>Podcast</span>\\n <span class=\"card__label--duration\">Podcast</span>\\n </div>\\n </div>\\n </div>\\n </a>\\n <a href=\"https://www.cnn.com/audio/podcasts/political-briefing\" class=\"container__link container__link--type-card container_grid-2__link container_grid-2__left container_grid-2__light\" data-link-type=\"card\">\\n <div class=\"container__text container_grid-2__text\">\\n <div class=\"container__headline container_grid-2__headline\">\\n <span class=\"container__headline-text\" data-editable=\"headline\">CNN Political Briefing podcast</span>\\n </div>\\n </div>\\n </a>\\n</div>\\n\\n </div>\\n </div>\\n </div>\\n\\n</div>\\n\\n </div>\\n <div class=\"product-zone__ads\">\\n \\n </div>\\n </div>\\n</div>\\n\\n </div>\\n </section>\\n</div>\\n\\n</section>\\n <section class=\"layout__end layout-with-rail__end\" data-editable=\"end\" data-track-zone=\"end\">\\n\\n <div data-uri=\"cms.cnn.com/_components/ad-slot-dynamic/instances/sharethrough@published\" class=\"ad-slot-dynamic ad-slot-dynamic--1\" data-placement=\"{&quot;mobile&quot;:{&quot;position&quot;:5},&quot;desktop&quot;:{&quot;position&quot;:3}}\" data-unselectable=\"true\">\\n \\n </div>\\n\\n <div data-uri=\"cms.cnn.com/_components/ad-slot-dynamic/instances/outstream@published\" class=\"ad-slot-dynamic ad-slot-dynamic--1\" data-placement=\"{&quot;mobile&quot;:{&quot;position&quot;:7},&quot;desktop&quot;:{&quot;position&quot;:6}}\" data-unselectable=\"true\">\\n <div class=\"ad-slot-dynamic__close\"></div>\\n \\n </div>\\n\\n\\n</section>\\n </section>\\n <div class=\"layout__bottom layout-no-rail__bottom\" data-editable=\"bottom\" data-track-zone=\"bottom\"> <footer data-uri=\"cms.cnn.com/_components/footer/instances/politics-v1@published\" id=\"pageFooter\" data-editable=\"settings\" class=\"footer cnn-app-display-none\" data-analytics-aggregate-events=\"true\">\\n <div class=\"footer__inner\">\\n <div class=\"search-bar\" data-uri=\"cms.cnn.com/_components/search-bar/instances/new-cnn-footer-v1@published\" data-editable=\"settings\">\\n <form action=\"https://www.cnn.com/search\" name=\"q\" class=\"search-bar__form\" role=\"search\">\\n <input placeholder=\"Search CNN...\" aria-label=\"Search\" class=\"search-bar__input\" type=\"text\" autocomplete=\"off\" name=\"q\" data-analytics-prop-click-action=\"search-query-edit\">\\n <button type=\"submit\" class=\"search-bar__submit\" title=\"Submit\" data-analytics-prop-click-action=\"search-query-submit\">\\n </button>\\n </form>\\n</div>\\n\\n <div id=\"headerAccountNavIcon\" class=\"footer__user-account-nav-icon footer__user-account-nav-mobile\">\\n <nav class=\"user-account-nav user-account-nav--unauth\" data-uri=\"cms.cnn.com/_components/user-account-nav/instances/user-account-nav@published\" data-editable=\"settings\" aria-label=\"User Account Nav\" data-avatar-enabled=\"false\" tabindex=\"0\" style=\"visibility: visible;\">\\n <div class=\"user-account-nav__icons\">\\n <button class=\"user-account-nav__icon-button user-account-nav__icon-button--auth userAccountButton\" aria-haspopup=\"true\" aria-expanded=\"false\" aria-label=\"User Account Nav Button\" data-zjs=\"click\" data-zjs-component_id=\"user-account-nav__icon-button user-account-nav__icon-button--auth userAccountButton\" data-zjs-component_text=\"User Account Nav Button\" data-zjs-component_type=\"button\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"footer\">\\n <svg class=\"icon-ui-avatar-fill\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\" aria-label=\"User Avatar\" role=\"img\"><path d=\"M18.975 17.15c-.088-.38-.227-.563-.231-.572-.537-1.055-2.583-2.014-5.736-2.194 2.284-.622 3.806-3.113 2.79-5.727a3.94 3.94 0 00-2.233-2.233c-3.013-1.171-5.879 1.034-5.879 3.896a4.22 4.22 0 003.126 4.068c-3.118.189-5.142 1.143-5.674 2.191-.014.023-.114.173-.193.458-1.453-2.03-2.058-4.706-1.274-7.51.762-2.723 2.854-4.92 5.551-5.767C15.18 1.892 20.674 6.316 20.674 12a8.628 8.628 0 01-1.7 5.15M9.135 2.4a9.753 9.753 0 00-6.74 6.759c-1.09 3.92.169 7.628 2.68 10.043v.002l.03.027c2.433 2.321 6.026 3.435 9.813 2.353a9.752 9.752 0 006.686-6.734A10.038 10.038 0 009.134 2.4\"></path></svg>\\n\\n </button>\\n <button class=\"user-account-nav__icon-button user-account-nav__icon-button--unauth userAccountButton\" aria-haspopup=\"true\" aria-expanded=\"false\" role=\"link\" data-login-href=\"/account/log-in\" aria-label=\"User Account Log In Button\" data-zjs=\"click\" data-zjs-component_id=\"/account/log-in\" data-zjs-component_text=\"User Account Log In Button\" data-zjs-component_type=\"button\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"/account/log-in\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"footer\">\\n <svg class=\"icon-ui-avatar-default\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\" aria-label=\"User Avatar\" role=\"img\"><path d=\"M12 20.674a8.654 8.654 0 01-6.483-2.92c.168-.397.523-.758 1.067-1.076 1.334-.782 3.268-1.23 5.305-1.23 2.027 0 3.955.445 5.288 1.22.628.365.998.787 1.125 1.283A8.649 8.649 0 0112 20.674m1.521-7.203c-3.033 1.496-6.04-1.51-4.544-4.543a2.831 2.831 0 011.282-1.282c3.032-1.491 6.035 1.512 4.543 4.543a2.833 2.833 0 01-1.28 1.282m1.69-9.564c2.334.85 4.161 2.752 4.958 5.106.974 2.873.47 5.65-.941 7.773-.307-.486-.765-.912-1.382-1.27-.912-.53-2.054-.922-3.303-1.155a4.642 4.642 0 001.89-4.755 4.567 4.567 0 00-3.745-3.62 4.648 4.648 0 00-5.442 4.574c0 1.571.787 2.96 1.986 3.8-1.258.235-2.407.63-3.323 1.167-.536.314-.953.674-1.256 1.076A8.617 8.617 0 013.326 12c0-5.821 5.765-10.322 11.885-8.093m.112-1.368A10.052 10.052 0 002.539 15.321a9.611 9.611 0 006.138 6.14A10.052 10.052 0 0021.461 8.679a9.611 9.611 0 00-6.138-6.14\"></path></svg>\\n\\n </button>\\n <button class=\"user-account-nav__text-button user-account-nav__text-button--unauth userAccountButton\" aria-haspopup=\"true\" aria-expanded=\"false\" role=\"link\" aria-label=\"User Account Log In Button\" data-login-href=\"/account/log-in\" data-zjs=\"click\" data-zjs-component_id=\"/account/log-in\" data-zjs-component_text=\"User Account Log In Button\" data-zjs-component_type=\"button\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"/account/log-in\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"footer\">\\n Sign in\\n </button>\\n </div>\\n <div class=\"user-account-nav__menu userAccountNavMenu\" aria-label=\"User Account Nav Menu\">\\n <div class=\"user-account-nav__menu-button userAccountNavMenuButton\" aria-haspopup=\"true\" aria-expanded=\"false\" data-zjs=\"click\" data-zjs-component_id=\"user-account-nav__menu-button userAccountNavMenuButton\" data-zjs-component_text=\"My Account\" data-zjs-component_type=\"button\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"footer\">\\n My Account<span aria-hidden=\"true\"><svg class=\"icon-ui-caret-down\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M12.478 17.218a.637.637 0 01-.946 0L2.206 7.2c-.225-.242-.28-.632-.093-.91a.613.613 0 01.975-.088l8.917 9.579 8.878-9.538c.225-.242.589-.3.847-.1.33.255.357.752.082 1.048l-9.334 10.027z\"></path></svg>\\n</span>\\n </div>\\n <ul class=\"user-account-nav__menu-options userAccountNavOptions\" role=\"menu\" tabindex=\"0\">\\n <li class=\"user-account-nav__menu-item\">\\n <a class=\"user-account-nav__menu-link\" data-name=\"settings\" href=\"/account/settings\" data-zjs=\"click\" data-zjs-component_id=\"cms.cnn.com/_components/user-account-nav/instances/user-account-nav@published\" data-zjs-component_text=\"Settings\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"/account/settings\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"footer\">\\n Settings\\n </a>\\n </li>\\n <li class=\"user-account-nav__menu-item\">\\n <a class=\"user-account-nav__menu-link user-account-nav__menu-link--hide\" data-name=\"follow\" href=\"/follow?iid=fw_var-nav\" data-zjs=\"click\" data-zjs-component_id=\"cms.cnn.com/_components/user-account-nav/instances/user-account-nav@published\" data-zjs-component_text=\"Topics You Follow\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"/follow?iid=fw_var-nav\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"footer\">\\n Topics You Follow\\n <span class=\"user-account-nav__menu-notification-dot\"></span>\\n </a>\\n </li>\\n <li class=\"user-account-nav__menu-item\">\\n <a class=\"user-account-nav__menu-link\" data-name=\"logout\" href=\"#\" data-zjs=\"click\" data-zjs-component_id=\"cms.cnn.com/_components/user-account-nav/instances/user-account-nav@published\" data-zjs-component_text=\"Sign Out\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"#\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"footer\">\\n Sign Out\\n </a>\\n </li>\\n </ul>\\n </div>\\n <div class=\"user-account-nav__user\">\\n <span class=\"user-account-nav__user__text user-account-nav__user__text--auth\">Your CNN account</span>\\n <span class=\"user-account-nav__user__text user-account-nav__user__text--unauth\">Sign in to your CNN account</span>\\n </div>\\n <a class=\"user-account-nav__override-link\" href=\"/account/log-in\" data-zjs=\"click\" data-zjs-component_id=\"user-account-nav__override-link\" data-zjs-component_text=\"\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"#\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"footer\"></a>\\n</nav>\\n\\n </div>\\n <hr class=\"footer__divider footer__live-tv-link-mobile\">\\n <a class=\"footer__live-tv-link footer__live-tv-link-mobile\" aria-label=\"Live TV\" href=\"https://www.cnn.com/live-tv\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/live-tv\" data-zjs-component_text=\"Live TV\" data-zjs-component_type=\"link\" data-zjs-container_id=\"cms.cnn.com/_components/footer/instances/politics-v1@published\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/live-tv\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"main\" data-zjs-navigation-location=\"footer\">\\n Live TV\\n </a>\\n <a class=\"footer__audio-link footer__audio-link-mobile\" aria-label=\"Audio\" href=\"https://www.cnn.com/audio\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/audio\" data-zjs-component_text=\"Listen\" data-zjs-component_type=\"link\" data-zjs-container_id=\"cms.cnn.com/_components/footer/instances/politics-v1@published\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/audio\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"main\" data-zjs-navigation-location=\"footer\">\\n Listen\\n </a>\\n <a class=\"footer__video-link footer__video-link-mobile\" aria-label=\"Video\" href=\"https://www.cnn.com/video\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/video\" data-zjs-component_text=\"Watch\" data-zjs-component_type=\"link\" data-zjs-container_id=\"cms.cnn.com/_components/footer/instances/politics-v1@published\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/video\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"main\" data-zjs-navigation-location=\"footer\">\\n Watch\\n </a>\\n <hr class=\"footer__divider footer__divider-mobile\">\\n <div class=\"footer__subnav\">\\n <nav class=\"subnav\" data-uri=\"cms.cnn.com/_components/subnav/instances/new-cnn-footer-v1@published\" data-editable=\"settings\">\\n <ul class=\"subnav__sections\">\\n <li class=\"subnav__section\">\\n <div class=\"subnav__section-top\">\\n <a href=\"https://www.cnn.com/us\" class=\"subnav__section-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/us\" data-zjs-component_text=\"US\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/us\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"footer\">\\n US\\n </a>\\n \\n </div>\\n <ul class=\"subnav__subsections\">\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/us/crime-and-justice\" aria-label=\"US Crime + Justice\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/us/crime-and-justice\" data-zjs-component_text=\"Crime + Justice\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/us/crime-and-justice\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"footer\">\\n Crime + Justice\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/specials/us/energy-and-environment\" aria-label=\"US Energy + Environment\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/specials/us/energy-and-environment\" data-zjs-component_text=\"Energy + Environment\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/specials/us/energy-and-environment\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"footer\">\\n Energy + Environment\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/specials/us/extreme-weather\" aria-label=\"US Extreme Weather\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/specials/us/extreme-weather\" data-zjs-component_text=\"Extreme Weather\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/specials/us/extreme-weather\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"footer\">\\n Extreme Weather\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/specials/space-science\" aria-label=\"US Space + Science\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/specials/space-science\" data-zjs-component_text=\"Space + Science\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/specials/space-science\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"footer\">\\n Space + Science\\n </a>\\n </li>\\n </ul>\\n </li>\\n <li class=\"subnav__section\">\\n <div class=\"subnav__section-top\">\\n <a href=\"https://www.cnn.com/world\" class=\"subnav__section-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/world\" data-zjs-component_text=\"World\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/world\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"footer\">\\n World\\n </a>\\n \\n </div>\\n <ul class=\"subnav__subsections\">\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/world/africa\" aria-label=\"World Africa\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/world/africa\" data-zjs-component_text=\"Africa\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/world/africa\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"footer\">\\n Africa\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/world/americas\" aria-label=\"World Americas\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/world/americas\" data-zjs-component_text=\"Americas\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/world/americas\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"footer\">\\n Americas\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/world/asia\" aria-label=\"World Asia\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/world/asia\" data-zjs-component_text=\"Asia\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/world/asia\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"footer\">\\n Asia\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/world/australia\" aria-label=\"World Australia\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/world/australia\" data-zjs-component_text=\"Australia\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/world/australia\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"footer\">\\n Australia\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/world/china\" aria-label=\"World China\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/world/china\" data-zjs-component_text=\"China\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/world/china\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"footer\">\\n China\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/world/europe\" aria-label=\"World Europe\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/world/europe\" data-zjs-component_text=\"Europe\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/world/europe\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"footer\">\\n Europe\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/world/india\" aria-label=\"World India\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/world/india\" data-zjs-component_text=\"India\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/world/india\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"footer\">\\n India\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/world/middle-east\" aria-label=\"World Middle East\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/world/middle-east\" data-zjs-component_text=\"Middle East\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/world/middle-east\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"footer\">\\n Middle East\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/world/united-kingdom\" aria-label=\"World United Kingdom\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/world/united-kingdom\" data-zjs-component_text=\"United Kingdom\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/world/united-kingdom\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"footer\">\\n United Kingdom\\n </a>\\n </li>\\n </ul>\\n </li>\\n <li class=\"subnav__section\">\\n <div class=\"subnav__section-top\">\\n <a href=\"https://www.cnn.com/politics\" class=\"subnav__section-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/politics\" data-zjs-component_text=\"Politics\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/politics\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"footer\">\\n Politics\\n </a>\\n \\n </div>\\n <ul class=\"subnav__subsections\">\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/politics/supreme-court\" aria-label=\"Politics SCOTUS\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/politics/supreme-court\" data-zjs-component_text=\"SCOTUS\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/politics/supreme-court\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"footer\">\\n SCOTUS\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/politics/congress\" aria-label=\"Politics Congress\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/politics/congress\" data-zjs-component_text=\"Congress\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/politics/congress\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"footer\">\\n Congress\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/politics/fact-check\" aria-label=\"Politics Facts First\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/politics/fact-check\" data-zjs-component_text=\"Facts First\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/politics/fact-check\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"footer\">\\n Facts First\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/election/2024\" aria-label=\"Politics 2024 Elections\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/election/2024\" data-zjs-component_text=\"2024 Elections\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/election/2024\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"footer\">\\n 2024 Elections\\n </a>\\n </li>\\n </ul>\\n </li>\\n <li class=\"subnav__section\">\\n <div class=\"subnav__section-top\">\\n <a href=\"https://www.cnn.com/business\" class=\"subnav__section-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/business\" data-zjs-component_text=\"Business\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/business\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"footer\">\\n Business\\n </a>\\n \\n </div>\\n <ul class=\"subnav__subsections\">\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/business/tech\" aria-label=\"Business Tech\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/business/tech\" data-zjs-component_text=\"Tech\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/business/tech\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"footer\">\\n Tech\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/business/media\" aria-label=\"Business Media\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/business/media\" data-zjs-component_text=\"Media\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/business/media\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"footer\">\\n Media\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/business/financial-calculators\" aria-label=\"Business Calculators\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/business/financial-calculators\" data-zjs-component_text=\"Calculators\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/business/financial-calculators\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"footer\">\\n Calculators\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/business/videos\" aria-label=\"Business Videos\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/business/videos\" data-zjs-component_text=\"Videos\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/business/videos\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"footer\">\\n Videos\\n </a>\\n </li>\\n </ul>\\n </li>\\n <li class=\"subnav__section\">\\n <div class=\"subnav__section-top\">\\n <a href=\"https://www.cnn.com/markets\" class=\"subnav__section-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/markets\" data-zjs-component_text=\"Markets\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/markets\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"footer\">\\n Markets\\n </a>\\n \\n </div>\\n <ul class=\"subnav__subsections\">\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/markets/premarkets\" aria-label=\"Markets Pre-markets\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/markets/premarkets\" data-zjs-component_text=\"Pre-markets\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/markets/premarkets\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"footer\">\\n Pre-markets\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/markets/after-hours\" aria-label=\"Markets After-Hours\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/markets/after-hours\" data-zjs-component_text=\"After-Hours\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/markets/after-hours\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"footer\">\\n After-Hours\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://money.cnn.com/data/hotstocks/\" aria-label=\"Markets Market Movers\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://money.cnn.com/data/hotstocks/\" data-zjs-component_text=\"Market Movers\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://money.cnn.com/data/hotstocks/\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"footer\">\\n Market Movers\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/markets/fear-and-greed\" aria-label=\"Markets Fear &amp; Greed\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/markets/fear-and-greed\" data-zjs-component_text=\"Fear &amp; Greed\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/markets/fear-and-greed\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"footer\">\\n Fear &amp; Greed\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://money.cnn.com/data/world_markets/americas/\" aria-label=\"Markets World Markets\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://money.cnn.com/data/world_markets/americas/\" data-zjs-component_text=\"World Markets\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://money.cnn.com/data/world_markets/americas/\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"footer\">\\n World Markets\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/business/investing\" aria-label=\"Markets Investing\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/business/investing\" data-zjs-component_text=\"Investing\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/business/investing\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"footer\">\\n Investing\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/specials/investing/markets-now\" aria-label=\"Markets Markets Now\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/specials/investing/markets-now\" data-zjs-component_text=\"Markets Now\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/specials/investing/markets-now\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"footer\">\\n Markets Now\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/specials/investing/before-the-bell\" aria-label=\"Markets Before the Bell\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/specials/investing/before-the-bell\" data-zjs-component_text=\"Before the Bell\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/specials/investing/before-the-bell\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"footer\">\\n Before the Bell\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/specials/business/nightcap\" aria-label=\"Markets Nightcap\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/specials/business/nightcap\" data-zjs-component_text=\"Nightcap\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/specials/business/nightcap\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"footer\">\\n Nightcap\\n </a>\\n </li>\\n </ul>\\n </li>\\n <li class=\"subnav__section\">\\n <div class=\"subnav__section-top\">\\n <a href=\"https://www.cnn.com/opinions\" class=\"subnav__section-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/opinions\" data-zjs-component_text=\"Opinion\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/opinions\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"footer\">\\n Opinion\\n </a>\\n \\n </div>\\n <ul class=\"subnav__subsections\">\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/opinions/opinion-politics\" aria-label=\"Opinion Political Op-Eds\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/opinions/opinion-politics\" data-zjs-component_text=\"Political Op-Eds\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/opinions/opinion-politics\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"footer\">\\n Political Op-Eds\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/opinions/opinion-social-issues\" aria-label=\"Opinion Social Commentary\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/opinions/opinion-social-issues\" data-zjs-component_text=\"Social Commentary\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/opinions/opinion-social-issues\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"footer\">\\n Social Commentary\\n </a>\\n </li>\\n </ul>\\n </li>\\n <li class=\"subnav__section\">\\n <div class=\"subnav__section-top\">\\n <a href=\"https://www.cnn.com/health\" class=\"subnav__section-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/health\" data-zjs-component_text=\"Health\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/health\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"footer\">\\n Health\\n </a>\\n \\n </div>\\n <ul class=\"subnav__subsections\">\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/interactive/life-but-better/\" aria-label=\"Health Life, But Better\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/interactive/life-but-better/\" data-zjs-component_text=\"Life, But Better\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/interactive/life-but-better/\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"footer\">\\n Life, But Better\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/specials/health/fitness-life-but-better\" aria-label=\"Health Fitness\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/specials/health/fitness-life-but-better\" data-zjs-component_text=\"Fitness\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/specials/health/fitness-life-but-better\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"footer\">\\n Fitness\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/specials/health/food-life-but-better\" aria-label=\"Health Food\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/specials/health/food-life-but-better\" data-zjs-component_text=\"Food\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/specials/health/food-life-but-better\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"footer\">\\n Food\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/specials/health/sleep-life-but-better\" aria-label=\"Health Sleep\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/specials/health/sleep-life-but-better\" data-zjs-component_text=\"Sleep\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/specials/health/sleep-life-but-better\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"footer\">\\n Sleep\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/specials/health/mindfulness-life-but-better\" aria-label=\"Health Mindfulness\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/specials/health/mindfulness-life-but-better\" data-zjs-component_text=\"Mindfulness\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/specials/health/mindfulness-life-but-better\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"footer\">\\n Mindfulness\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/specials/health/relationships-life-but-better\" aria-label=\"Health Relationships\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/specials/health/relationships-life-but-better\" data-zjs-component_text=\"Relationships\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/specials/health/relationships-life-but-better\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"footer\">\\n Relationships\\n </a>\\n </li>\\n </ul>\\n </li>\\n <li class=\"subnav__section\">\\n <div class=\"subnav__section-top\">\\n <a href=\"https://www.cnn.com/entertainment\" class=\"subnav__section-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/entertainment\" data-zjs-component_text=\"Entertainment\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/entertainment\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"footer\">\\n Entertainment\\n </a>\\n \\n </div>\\n <ul class=\"subnav__subsections\">\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/entertainment/movies\" aria-label=\"Entertainment Movies\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/entertainment/movies\" data-zjs-component_text=\"Movies\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/entertainment/movies\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"footer\">\\n Movies\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/entertainment/tv-shows\" aria-label=\"Entertainment Television\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/entertainment/tv-shows\" data-zjs-component_text=\"Television\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/entertainment/tv-shows\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"footer\">\\n Television\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/entertainment/celebrities\" aria-label=\"Entertainment Celebrity\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/entertainment/celebrities\" data-zjs-component_text=\"Celebrity\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/entertainment/celebrities\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"footer\">\\n Celebrity\\n </a>\\n </li>\\n </ul>\\n </li>\\n <li class=\"subnav__section\">\\n <div class=\"subnav__section-top\">\\n <a href=\"https://www.cnn.com/business/tech\" class=\"subnav__section-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/business/tech\" data-zjs-component_text=\"Tech\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/business/tech\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"footer\">\\n Tech\\n </a>\\n \\n </div>\\n <ul class=\"subnav__subsections\">\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/specials/tech/innovate\" aria-label=\"Tech Innovate\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/specials/tech/innovate\" data-zjs-component_text=\"Innovate\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/specials/tech/innovate\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"footer\">\\n Innovate\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/specials/tech/gadget\" aria-label=\"Tech Gadget\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/specials/tech/gadget\" data-zjs-component_text=\"Gadget\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/specials/tech/gadget\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"footer\">\\n Gadget\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/specials/tech/foreseeable-future\" aria-label=\"Tech Foreseeable Future\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/specials/tech/foreseeable-future\" data-zjs-component_text=\"Foreseeable Future\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/specials/tech/foreseeable-future\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"footer\">\\n Foreseeable Future\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/specials/tech/mission-ahead\" aria-label=\"Tech Mission: Ahead\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/specials/tech/mission-ahead\" data-zjs-component_text=\"Mission: Ahead\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/specials/tech/mission-ahead\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"footer\">\\n Mission: Ahead\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/specials/tech/upstarts\" aria-label=\"Tech Upstarts\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/specials/tech/upstarts\" data-zjs-component_text=\"Upstarts\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/specials/tech/upstarts\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"footer\">\\n Upstarts\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/specials/tech/work-transformed\" aria-label=\"Tech Work Transformed\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/specials/tech/work-transformed\" data-zjs-component_text=\"Work Transformed\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/specials/tech/work-transformed\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"footer\">\\n Work Transformed\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/specials/tech/innovative-cities\" aria-label=\"Tech Innovative Cities\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/specials/tech/innovative-cities\" data-zjs-component_text=\"Innovative Cities\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/specials/tech/innovative-cities\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"footer\">\\n Innovative Cities\\n </a>\\n </li>\\n </ul>\\n </li>\\n <li class=\"subnav__section\">\\n <div class=\"subnav__section-top\">\\n <a href=\"https://www.cnn.com/style\" class=\"subnav__section-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/style\" data-zjs-component_text=\"Style\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/style\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"footer\">\\n Style\\n </a>\\n \\n </div>\\n <ul class=\"subnav__subsections\">\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/style/arts\" aria-label=\"Style Arts\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/style/arts\" data-zjs-component_text=\"Arts\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/style/arts\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"footer\">\\n Arts\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/style/design\" aria-label=\"Style Design\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/style/design\" data-zjs-component_text=\"Design\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/style/design\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"footer\">\\n Design\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/style/fashion\" aria-label=\"Style Fashion\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/style/fashion\" data-zjs-component_text=\"Fashion\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/style/fashion\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"footer\">\\n Fashion\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/style/architecture\" aria-label=\"Style Architecture\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/style/architecture\" data-zjs-component_text=\"Architecture\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/style/architecture\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"footer\">\\n Architecture\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/style/luxury\" aria-label=\"Style Luxury\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/style/luxury\" data-zjs-component_text=\"Luxury\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/style/luxury\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"footer\">\\n Luxury\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/style/beauty\" aria-label=\"Style Beauty\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/style/beauty\" data-zjs-component_text=\"Beauty\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/style/beauty\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"footer\">\\n Beauty\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/style/videos\" aria-label=\"Style Video\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/style/videos\" data-zjs-component_text=\"Video\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/style/videos\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"footer\">\\n Video\\n </a>\\n </li>\\n </ul>\\n </li>\\n <li class=\"subnav__section\">\\n <div class=\"subnav__section-top\">\\n <a href=\"https://www.cnn.com/travel\" class=\"subnav__section-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/travel\" data-zjs-component_text=\"Travel\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/travel\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"footer\">\\n Travel\\n </a>\\n \\n </div>\\n <ul class=\"subnav__subsections\">\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/travel/destinations\" aria-label=\"Travel Destinations\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/travel/destinations\" data-zjs-component_text=\"Destinations\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/travel/destinations\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"footer\">\\n Destinations\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/travel/food-and-drink\" aria-label=\"Travel Food &amp; Drink\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/travel/food-and-drink\" data-zjs-component_text=\"Food &amp; Drink\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/travel/food-and-drink\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"footer\">\\n Food &amp; Drink\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/travel/stay\" aria-label=\"Travel Stay\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/travel/stay\" data-zjs-component_text=\"Stay\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/travel/stay\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"footer\">\\n Stay\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/travel/news\" aria-label=\"Travel News\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/travel/news\" data-zjs-component_text=\"News\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/travel/news\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"footer\">\\n News\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/travel/videos\" aria-label=\"Travel Videos\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/travel/videos\" data-zjs-component_text=\"Videos\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/travel/videos\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"footer\">\\n Videos\\n </a>\\n </li>\\n </ul>\\n </li>\\n <li class=\"subnav__section\">\\n <div class=\"subnav__section-top\">\\n <a href=\"https://www.cnn.com/sports\" class=\"subnav__section-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/sports\" data-zjs-component_text=\"Sports\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/sports\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"footer\">\\n Sports\\n </a>\\n \\n </div>\\n <ul class=\"subnav__subsections\">\\n <li class=\"subnav__subsection\">\\n <a href=\"https://bleacherreport.com/nfl\" target=\"_blank\" aria-label=\"Sports Pro Football\" class=\"subnav__subsection-link\" rel=\"noopener noreferrer\" data-zjs=\"click\" data-zjs-component_id=\"https://bleacherreport.com/nfl\" data-zjs-component_text=\"Pro Football\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://bleacherreport.com/nfl\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"footer\">\\n Pro Football\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://bleacherreport.com/college-football\" target=\"_blank\" aria-label=\"Sports College Football\" class=\"subnav__subsection-link\" rel=\"noopener noreferrer\" data-zjs=\"click\" data-zjs-component_id=\"https://bleacherreport.com/college-football\" data-zjs-component_text=\"College Football\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://bleacherreport.com/college-football\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"footer\">\\n College Football\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://bleacherreport.com/nba\" target=\"_blank\" aria-label=\"Sports Basketball\" class=\"subnav__subsection-link\" rel=\"noopener noreferrer\" data-zjs=\"click\" data-zjs-component_id=\"https://bleacherreport.com/nba\" data-zjs-component_text=\"Basketball\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://bleacherreport.com/nba\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"footer\">\\n Basketball\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://bleacherreport.com/mlb\" target=\"_blank\" aria-label=\"Sports Baseball\" class=\"subnav__subsection-link\" rel=\"noopener noreferrer\" data-zjs=\"click\" data-zjs-component_id=\"https://bleacherreport.com/mlb\" data-zjs-component_text=\"Baseball\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://bleacherreport.com/mlb\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"footer\">\\n Baseball\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://bleacherreport.com/world-football\" target=\"_blank\" aria-label=\"Sports Soccer\" class=\"subnav__subsection-link\" rel=\"noopener noreferrer\" data-zjs=\"click\" data-zjs-component_id=\"https://bleacherreport.com/world-football\" data-zjs-component_text=\"Soccer\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://bleacherreport.com/world-football\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"footer\">\\n Soccer\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/sport/paris-olympics-2024\" aria-label=\"Sports Olympics\" class=\"subnav__subsection-link\" rel=\"noopener noreferrer\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/sport/paris-olympics-2024\" data-zjs-component_text=\"Olympics\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/sport/paris-olympics-2024\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"footer\">\\n Olympics\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://bleacherreport.com/nhl\" target=\"_blank\" aria-label=\"Sports Hockey\" class=\"subnav__subsection-link\" rel=\"noopener noreferrer\" data-zjs=\"click\" data-zjs-component_id=\"https://bleacherreport.com/nhl\" data-zjs-component_text=\"Hockey\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://bleacherreport.com/nhl\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"footer\">\\n Hockey\\n </a>\\n </li>\\n </ul>\\n </li>\\n <li class=\"subnav__section\">\\n <div class=\"subnav__section-top\">\\n <a href=\"https://www.cnn.com/videos\" class=\"subnav__section-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/videos\" data-zjs-component_text=\"Watch\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/videos\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"footer\">\\n Watch\\n </a>\\n \\n </div>\\n <ul class=\"subnav__subsections\">\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/live-tv\" aria-label=\"Watch Live TV\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/live-tv\" data-zjs-component_text=\"Live TV\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/live-tv\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"footer\">\\n Live TV\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/videos/fast/cnn-headlines\" aria-label=\"Watch CNN Headlines\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/videos/fast/cnn-headlines\" data-zjs-component_text=\"CNN Headlines\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/videos/fast/cnn-headlines\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"footer\">\\n CNN Headlines\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/shorts/cnn-shorts\" aria-label=\"Watch CNN Shorts\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/shorts/cnn-shorts\" data-zjs-component_text=\"CNN Shorts\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/shorts/cnn-shorts\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"footer\">\\n CNN Shorts\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/specials/tv/all-shows\" aria-label=\"Watch Shows A-Z\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/specials/tv/all-shows\" data-zjs-component_text=\"Shows A-Z\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/specials/tv/all-shows\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"footer\">\\n Shows A-Z\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/cnn10\" aria-label=\"Watch CNN10\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/cnn10\" data-zjs-component_text=\"CNN10\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/cnn10\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"footer\">\\n CNN10\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.max.com/channel/cnn-max\" target=\"_blank\" aria-label=\"Watch CNN Max\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.max.com/channel/cnn-max\" data-zjs-component_text=\"CNN Max\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.max.com/channel/cnn-max\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"footer\">\\n CNN Max\\n </a>\\n </li>\\n </ul>\\n </li>\\n <li class=\"subnav__section\">\\n <div class=\"subnav__section-top\">\\n <a href=\"https://www.cnn.com/audio\" class=\"subnav__section-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/audio\" data-zjs-component_text=\"Listen\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/audio\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"footer\">\\n Listen\\n </a>\\n \\n </div>\\n <ul class=\"subnav__subsections\">\\n </ul>\\n </li>\\n <li class=\"subnav__section\">\\n <div class=\"subnav__section-top\">\\n <a href=\"https://www.cnn.com/cnn-underscored\" class=\"subnav__section-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/cnn-underscored\" data-zjs-component_text=\"CNN Underscored\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/cnn-underscored\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"footer\">\\n CNN Underscored\\n </a>\\n \\n </div>\\n <ul class=\"subnav__subsections\">\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/cnn-underscored/electronics\" aria-label=\"CNN Underscored Electronics\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/cnn-underscored/electronics\" data-zjs-component_text=\"Electronics\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/cnn-underscored/electronics\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"footer\">\\n Electronics\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/cnn-underscored/fashion\" aria-label=\"CNN Underscored Fashion\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/cnn-underscored/fashion\" data-zjs-component_text=\"Fashion\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/cnn-underscored/fashion\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"footer\">\\n Fashion\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/cnn-underscored/beauty\" aria-label=\"CNN Underscored Beauty\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/cnn-underscored/beauty\" data-zjs-component_text=\"Beauty\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/cnn-underscored/beauty\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"footer\">\\n Beauty\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/cnn-underscored/health-fitness\" aria-label=\"CNN Underscored Health &amp; Fitness\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/cnn-underscored/health-fitness\" data-zjs-component_text=\"Health &amp; Fitness\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/cnn-underscored/health-fitness\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"footer\">\\n Health &amp; Fitness\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/cnn-underscored/home\" aria-label=\"CNN Underscored Home\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/cnn-underscored/home\" data-zjs-component_text=\"Home\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/cnn-underscored/home\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"footer\">\\n Home\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/cnn-underscored/reviews\" aria-label=\"CNN Underscored Reviews\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/cnn-underscored/reviews\" data-zjs-component_text=\"Reviews\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/cnn-underscored/reviews\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"footer\">\\n Reviews\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/cnn-underscored/deals\" aria-label=\"CNN Underscored Deals\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/cnn-underscored/deals\" data-zjs-component_text=\"Deals\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/cnn-underscored/deals\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"footer\">\\n Deals\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/cnn-underscored/money\" aria-label=\"CNN Underscored Money\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/cnn-underscored/money\" data-zjs-component_text=\"Money\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/cnn-underscored/money\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"footer\">\\n Money\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/cnn-underscored/gifts\" aria-label=\"CNN Underscored Gifts\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/cnn-underscored/gifts\" data-zjs-component_text=\"Gifts\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/cnn-underscored/gifts\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"footer\">\\n Gifts\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/cnn-underscored/travel\" aria-label=\"CNN Underscored Travel\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/cnn-underscored/travel\" data-zjs-component_text=\"Travel\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/cnn-underscored/travel\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"footer\">\\n Travel\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/cnn-underscored/outdoors\" aria-label=\"CNN Underscored Outdoors\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/cnn-underscored/outdoors\" data-zjs-component_text=\"Outdoors\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/cnn-underscored/outdoors\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"footer\">\\n Outdoors\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/cnn-underscored/pets\" aria-label=\"CNN Underscored Pets\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/cnn-underscored/pets\" data-zjs-component_text=\"Pets\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/cnn-underscored/pets\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"footer\">\\n Pets\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://store.cnn.com/?utm_source=cnn.com&amp;utm_medium=referral&amp;utm_campaign=navbar\" aria-label=\"CNN Underscored CNN Store\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://store.cnn.com/?utm_source=cnn.com&amp;utm_medium=referral&amp;utm_campaign=navbar\" data-zjs-component_text=\"CNN Store\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://store.cnn.com/?utm_source=cnn.com&amp;utm_medium=referral&amp;utm_campaign=navbar\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"footer\">\\n CNN Store\\n </a>\\n </li>\\n </ul>\\n </li>\\n <li class=\"subnav__section subnav__section--collapsible subnav__section--collapsed\">\\n <div class=\"subnav__section-top\">\\n <a href=\"https://coupons.cnn.com/\" class=\"subnav__section-link\" data-zjs=\"click\" data-zjs-component_id=\"https://coupons.cnn.com/\" data-zjs-component_text=\"Coupons\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://coupons.cnn.com/\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"footer\">\\n Coupons\\n </a>\\n <button class=\"subnav__toggle-button\">\\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7.406 7.828L12 12.422l4.594-4.594L18 9.234l-6 6-6-6z\"></path></svg>\\n </button>\\n </div>\\n <ul class=\"subnav__subsections\">\\n <li class=\"subnav__subsection\">\\n <a href=\"https://coupons.cnn.com/about\" aria-label=\"Coupons About CNN Coupons\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://coupons.cnn.com/about\" data-zjs-component_text=\"About CNN Coupons\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://coupons.cnn.com/about\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"footer\">\\n About CNN Coupons\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://coupons.cnn.com/help-faq\" aria-label=\"Coupons Frequently Asked Questions\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://coupons.cnn.com/help-faq\" data-zjs-component_text=\"Frequently Asked Questions\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://coupons.cnn.com/help-faq\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"footer\">\\n Frequently Asked Questions\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://coupons.cnn.com/top20\" aria-label=\"Coupons Top 20 Shops\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://coupons.cnn.com/top20\" data-zjs-component_text=\"Top 20 Shops\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://coupons.cnn.com/top20\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"footer\">\\n Top 20 Shops\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://coupons.cnn.com/categories\" aria-label=\"Coupons Categories\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://coupons.cnn.com/categories\" data-zjs-component_text=\"Categories\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://coupons.cnn.com/categories\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"footer\">\\n Categories\\n </a>\\n </li>\\n </ul>\\n </li>\\n <li class=\"subnav__section\">\\n <div class=\"subnav__section-top\">\\n <a href=\"https://www.cnn.com/weather\" class=\"subnav__section-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/weather\" data-zjs-component_text=\"Weather\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/weather\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"footer\">\\n Weather\\n </a>\\n \\n </div>\\n <ul class=\"subnav__subsections\">\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/specials/world/cnn-climate\" aria-label=\"Weather Climate\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/specials/world/cnn-climate\" data-zjs-component_text=\"Climate\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/specials/world/cnn-climate\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"footer\">\\n Climate\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/interactive/storm-tracker\" aria-label=\"Weather Storm Tracker\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/interactive/storm-tracker\" data-zjs-component_text=\"Storm Tracker\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/interactive/storm-tracker\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"footer\">\\n Storm Tracker\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/interactive/2020/weather/wildfire-and-air-quality-tracker/\" aria-label=\"Weather Wildfire Tracker\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/interactive/2020/weather/wildfire-and-air-quality-tracker/\" data-zjs-component_text=\"Wildfire Tracker\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/interactive/2020/weather/wildfire-and-air-quality-tracker/\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"footer\">\\n Wildfire Tracker\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/weather/video\" aria-label=\"Weather Video\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/weather/video\" data-zjs-component_text=\"Video\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/weather/video\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"footer\">\\n Video\\n </a>\\n </li>\\n </ul>\\n </li>\\n <li class=\"subnav__section\">\\n <div class=\"subnav__section-top\">\\n <a href=\"https://www.cnn.com/about\" class=\"subnav__section-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/about\" data-zjs-component_text=\"About CNN\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/about\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"footer\">\\n About CNN\\n </a>\\n \\n </div>\\n <ul class=\"subnav__subsections\">\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/specials/photos\" aria-label=\"About CNN Photos\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/specials/photos\" data-zjs-component_text=\"Photos\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/specials/photos\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"footer\">\\n Photos\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/specials/cnn-investigates\" aria-label=\"About CNN Investigations\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/specials/cnn-investigates\" data-zjs-component_text=\"Investigations\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/specials/cnn-investigates\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"footer\">\\n Investigations\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/specials/profiles\" aria-label=\"About CNN CNN Profiles\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/specials/profiles\" data-zjs-component_text=\"CNN Profiles\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/specials/profiles\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"footer\">\\n CNN Profiles\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/specials/more/cnn-leadership\" aria-label=\"About CNN CNN Leadership\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/specials/more/cnn-leadership\" data-zjs-component_text=\"CNN Leadership\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/specials/more/cnn-leadership\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"footer\">\\n CNN Leadership\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://www.cnn.com/email/subscription\" aria-label=\"About CNN CNN Newsletters\" class=\"subnav__subsection-link\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/email/subscription\" data-zjs-component_text=\"CNN Newsletters\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/email/subscription\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"footer\">\\n CNN Newsletters\\n </a>\\n </li>\\n <li class=\"subnav__subsection\">\\n <a href=\"https://careers.wbd.com/cnnjobs\" target=\"_blank\" aria-label=\"About CNN Work for CNN\" class=\"subnav__subsection-link\" rel=\"noopener noreferrer\" data-zjs=\"click\" data-zjs-component_id=\"https://careers.wbd.com/cnnjobs\" data-zjs-component_text=\"Work for CNN\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://careers.wbd.com/cnnjobs\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"sub\" data-zjs-navigation-location=\"footer\">\\n Work for CNN\\n </a>\\n </li>\\n </ul>\\n </li>\\n </ul>\\n</nav>\\n\\n </div>\\n <hr class=\"footer__divider\">\\n <div class=\"footer__row\">\\n <div class=\"footer__brand-logo\">\\n <div data-uri=\"cms.cnn.com/_components/brand-logo/instances/new-politics-footer-v1@published\" class=\"brand-logo\" data-editable=\"settings\">\\n\\t <a class=\"brand-logo__logo-link\" href=\"https://www.cnn.com\" title=\"CNN logo\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com\" data-zjs-component_text=\"Main Logo\" data-zjs-component_type=\"icon\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\">\\n\\t\\t<span class=\"brand-logo__logo\">\\n\\t\\t\\t\\t\\t<svg class=\"cnn-badge-icon\" width=\"40\" height=\"40\" viewBox=\"0 0 240 240\" fill=\"\" xmlns=\"https://www.w3.org/2000/svg\" aria-hidden=\"true\"><rect x=\"0\" y=\"0\" width=\"100%\" height=\"100%\" fill=\"#fff\"></rect><path d=\"M.31-.07v240h240V-.07ZM86.54,135.29V92.51c0-16.1,20.81-23.83,31.82-5.12.8,1.35,18.14,31.22,18.14,31.22V92.51c0-16.1,20.8-23.83,31.81-5.12.8,1.35,18.14,31.22,18.14,31.22V76.79h10.38V147a2.11,2.11,0,0,1-1.51,2.14c-1.1.3-2.26-.38-3.11-1.82-.17-.28-9-15.46-17.48-30.13L159.17,90.4c-2.18-3.7-5.43-4.35-7.74-3.72a6.23,6.23,0,0,0-4.55,6.13V147a2.12,2.12,0,0,1-1.51,2.14c-1.11.3-2.27-.38-3.11-1.82-.15-.25-8.34-14.36-16.25-28-10.08-17.38-16.7-28.78-16.8-28.95-2.18-3.71-5.44-4.35-7.77-3.72a6.24,6.24,0,0,0-4.56,6.13v53.05a2.9,2.9,0,0,1-2.72,2.71H67.23a28.64,28.64,0,0,1,0-57.28h14v10.36H67.35a18.28,18.28,0,1,0,0,36.56H83.68A2.84,2.84,0,0,0,86.54,135.29Zm124.77,12.05c0,16.1-20.81,23.83-31.82,5.13-.79-1.35-18.14-31.23-18.14-31.23v26.1c0,16.1-20.8,23.83-31.81,5.13-.8-1.35-18.14-31.23-18.14-31.23v24.61c0,11.17-6.63,17.22-17,17.22H67.25a43.14,43.14,0,0,1,0-86.28h14V87.15h-14a32.78,32.78,0,1,0,0,65.56H94.16a7,7,0,0,0,6.86-6.85V92.81a2.1,2.1,0,0,1,1.51-2.13c1.1-.3,2.26.38,3.11,1.82l16.79,28.93c9.76,16.83,16.17,27.88,16.25,28,2.19,3.7,5.45,4.35,7.78,3.71A6.22,6.22,0,0,0,151,147V92.82a2.11,2.11,0,0,1,1.49-2.14c1.09-.3,2.24.38,3.08,1.82l15.56,26.81,17.49,30.15c1.71,2.9,4.09,3.93,6.16,3.93a6,6,0,0,0,1.61-.22A6.23,6.23,0,0,0,201,147V76.79h10.34Z\" transform=\"translate(-0.31 0.07)\"></path></svg>\\n\\t\\t</span>\\n\\t\\t</a>\\n\\t<a class=\"brand-logo__theme-link\" href=\"https://www.cnn.com/politics\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/politics\" data-zjs-component_text=\"Politics\" data-zjs-component_type=\"icon\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/politics\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\">\\n\\t\\t\\t<span class=\"brand-logo__theme brand-logo__section-text\">Politics</span>\\n\\t</a>\\n</div>\\n\\n </div>\\n <div class=\"footer__right\">\\n <a class=\"footer__video-link footer__video-link-desktop\" aria-label=\"Video\" href=\"https://www.cnn.com/video\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/video\" data-zjs-component_text=\"Watch\" data-zjs-component_type=\"link\" data-zjs-container_id=\"cms.cnn.com/_components/footer/instances/politics-v1@published\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/video\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"main\" data-zjs-navigation-location=\"footer\">\\n Watch\\n </a>\\n <a class=\"footer__audio-link footer__audio-link-desktop\" aria-label=\"Audio\" href=\"https://www.cnn.com/audio\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/audio\" data-zjs-component_text=\"Listen\" data-zjs-component_type=\"link\" data-zjs-container_id=\"cms.cnn.com/_components/footer/instances/politics-v1@published\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/audio\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"main\" data-zjs-navigation-location=\"footer\">\\n Listen\\n </a>\\n <a class=\"footer__live-tv-link footer__live-tv-link-desktop\" aria-label=\"Live TV\" href=\"https://www.cnn.com/live-tv\" data-zjs=\"click\" data-zjs-component_id=\"https://www.cnn.com/live-tv\" data-zjs-component_text=\"Live TV\" data-zjs-component_type=\"link\" data-zjs-container_id=\"cms.cnn.com/_components/footer/instances/politics-v1@published\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"https://www.cnn.com/live-tv\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"main\" data-zjs-navigation-location=\"footer\">\\n Live TV\\n </a>\\n <div class=\"footer__vertical-divider footer__live-tv-link-desktop\"></div>\\n <div data-uri=\"cms.cnn.com/_components/social-links/instances/new-politics-footer-v1@published\" class=\"social-links\" data-editable=\"settings\">\\n\\t\\t<span class=\"social-links__copy\">Follow CNN Politics</span>\\n\\t<ul class=\"social-links__items\">\\n\\t\\t<li class=\"social-links__item\">\\n\\t\\t\\t<a class=\"social-links__link\" href=\"https://facebook.com/cnnpolitics\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"Visit us on Facebook\">\\n\\t\\t\\t\\t<svg class=\"facebook-icon\" aria-label=\"Facebook\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"\" xmlns=\"https://www.w3.org/2000/svg\" aria-hidden=\"true\"><path d=\"M56,5.1H8c-1.6,0-3,1.4-3,3v48.8c0,1.7,1.3,3,3,3h25.9V38.7h-7v-8.3h7v-6.1 c0-7.1,4.3-10.9,10.5-10.9c3,0,5.9,0.2,6.7,0.3v7.7h-4.7c-3.4,0-4.1,1.6-4.1,4v5h8.1l-1,8.3h-7v21.2H56c1.6,0,3-1.4,3-3V8.1 C59,6.4,57.7,5.1,56,5.1\"></path></svg>\\n\\t\\t\\t</a>\\n\\t\\t</li>\\n\\t\\t<li class=\"social-links__item\">\\n\\t\\t\\t<a class=\"social-links__link\" href=\"https://twitter.com/cnnpolitics\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"Visit us on X\">\\n\\t\\t\\t\\t<svg class=\"twitter-icon\" aria-label=\"Twitter\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"https://www.w3.org/2000/svg\" aria-hidden=\"true\"><path fill=\"\" d=\"M13.903 10.469 21.348 2h-1.764l-6.465 7.353L7.955 2H2l7.808 11.12L2 22h1.764l6.828-7.765L16.044 22H22l-8.097-11.531Zm-2.417 2.748-.791-1.107L4.4 3.3h2.71l5.08 7.11.791 1.107 6.604 9.242h-2.71l-5.389-7.542Z\"></path></svg>\\n\\n\\t\\t\\t</a>\\n\\t\\t</li>\\n\\t\\t<li class=\"social-links__item\">\\n\\t\\t\\t<a class=\"social-links__link\" href=\"https://instagram.com/cnnpolitics\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"Visit us on Instagram\">\\n\\t\\t\\t\\t<svg class=\"instagram-icon\" aria-label=\"Instagram\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"\" xmlns=\"https://www.w3.org/2000/svg\" aria-hidden=\"true\"><path d=\"M47,13.2c-1.9,0-3.5,1.6-3.5,3.6s1.6,3.6,3.5,3.6s3.5-1.6,3.5-3.6S49,13.2,47,13.2 L47,13.2z M31.9,23c-5.1,0-9.3,4.3-9.3,9.5s4.2,9.5,9.3,9.5s9.3-4.3,9.3-9.5S37,23,31.9,23L31.9,23z M31.9,46.7 c-7.7,0-14-6.4-14-14.2s6.3-14.2,14-14.2s14,6.4,14,14.2S39.6,46.7,31.9,46.7L31.9,46.7z M15.7,8.8c-3.9,0-7,3.2-7,7.1v33.2 c0,3.9,3.1,7.1,7,7.1h32.7c3.9,0,7-3.2,7-7.1V15.9c0-3.9-3.1-7.1-7-7.1C48.4,8.8,15.7,8.8,15.7,8.8z M48.3,60.9H15.7 C9.2,60.9,4,55.6,4,49.1V15.9C4,9.4,9.2,4.1,15.7,4.1h32.7C54.8,4.1,60,9.4,60,15.9v33.2C60,55.6,54.8,60.9,48.3,60.9L48.3,60.9z\"></path></svg>\\n\\t\\t\\t</a>\\n\\t\\t</li>\\n\\t\\t<li class=\"social-links__item\">\\n\\t\\t\\t<a class=\"social-links__link\" href=\"https://youtube.com/user/CNN\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"Visit us on YouTube\">\\n\\t\\t\\t\\t<svg class=\"youtube-icon\" width=\"64\" aria-label=\"Youtube\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"\" xmlns=\"https://www.w3.org/2000/svg\" aria-hidden=\"true\"><path d=\"M61.32,17.22A7.66,7.66,0,0,0,56,11.89c-4.77-1.28-24-1.28-24-1.28s-19.15,0-24,1.28a7.66,7.66,0,0,0-5.33,5.33A79.91,79.91,0,0,0,1.4,32,80.28,80.28,0,0,0,2.73,46.78,7.66,7.66,0,0,0,8.06,52.1c4.76,1.29,24,1.29,24,1.29s19.14,0,24-1.29a7.67,7.67,0,0,0,5.32-5.32A80.23,80.23,0,0,0,62.6,32,79.86,79.86,0,0,0,61.32,17.22Zm-35.42,24V22.84l16,9.19Z\"></path></svg>\\n\\t\\t\\t</a>\\n\\t\\t</li>\\n\\t</ul>\\n</div>\\n\\n <div id=\"headerAccountNavIcon\" class=\"footer__user-account-nav-icon footer__user-account-nav-desktop\">\\n <nav class=\"user-account-nav user-account-nav--unauth\" data-uri=\"cms.cnn.com/_components/user-account-nav/instances/user-account-nav@published\" data-editable=\"settings\" aria-label=\"User Account Nav\" data-avatar-enabled=\"false\" tabindex=\"0\" style=\"visibility: visible;\">\\n <div class=\"user-account-nav__icons\">\\n <button class=\"user-account-nav__icon-button user-account-nav__icon-button--auth userAccountButton\" aria-haspopup=\"true\" aria-expanded=\"false\" aria-label=\"User Account Nav Button\" data-zjs=\"click\" data-zjs-component_id=\"user-account-nav__icon-button user-account-nav__icon-button--auth userAccountButton\" data-zjs-component_text=\"User Account Nav Button\" data-zjs-component_type=\"button\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"main\" data-zjs-navigation-location=\"footer\">\\n <svg class=\"icon-ui-avatar-fill\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\" aria-label=\"User Avatar\" role=\"img\"><path d=\"M18.975 17.15c-.088-.38-.227-.563-.231-.572-.537-1.055-2.583-2.014-5.736-2.194 2.284-.622 3.806-3.113 2.79-5.727a3.94 3.94 0 00-2.233-2.233c-3.013-1.171-5.879 1.034-5.879 3.896a4.22 4.22 0 003.126 4.068c-3.118.189-5.142 1.143-5.674 2.191-.014.023-.114.173-.193.458-1.453-2.03-2.058-4.706-1.274-7.51.762-2.723 2.854-4.92 5.551-5.767C15.18 1.892 20.674 6.316 20.674 12a8.628 8.628 0 01-1.7 5.15M9.135 2.4a9.753 9.753 0 00-6.74 6.759c-1.09 3.92.169 7.628 2.68 10.043v.002l.03.027c2.433 2.321 6.026 3.435 9.813 2.353a9.752 9.752 0 006.686-6.734A10.038 10.038 0 009.134 2.4\"></path></svg>\\n\\n </button>\\n <button class=\"user-account-nav__icon-button user-account-nav__icon-button--unauth userAccountButton\" aria-haspopup=\"true\" aria-expanded=\"false\" role=\"link\" data-login-href=\"/account/log-in\" aria-label=\"User Account Log In Button\" data-zjs=\"click\" data-zjs-component_id=\"/account/log-in\" data-zjs-component_text=\"User Account Log In Button\" data-zjs-component_type=\"button\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"/account/log-in\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"main\" data-zjs-navigation-location=\"footer\">\\n <svg class=\"icon-ui-avatar-default\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\" aria-label=\"User Avatar\" role=\"img\"><path d=\"M12 20.674a8.654 8.654 0 01-6.483-2.92c.168-.397.523-.758 1.067-1.076 1.334-.782 3.268-1.23 5.305-1.23 2.027 0 3.955.445 5.288 1.22.628.365.998.787 1.125 1.283A8.649 8.649 0 0112 20.674m1.521-7.203c-3.033 1.496-6.04-1.51-4.544-4.543a2.831 2.831 0 011.282-1.282c3.032-1.491 6.035 1.512 4.543 4.543a2.833 2.833 0 01-1.28 1.282m1.69-9.564c2.334.85 4.161 2.752 4.958 5.106.974 2.873.47 5.65-.941 7.773-.307-.486-.765-.912-1.382-1.27-.912-.53-2.054-.922-3.303-1.155a4.642 4.642 0 001.89-4.755 4.567 4.567 0 00-3.745-3.62 4.648 4.648 0 00-5.442 4.574c0 1.571.787 2.96 1.986 3.8-1.258.235-2.407.63-3.323 1.167-.536.314-.953.674-1.256 1.076A8.617 8.617 0 013.326 12c0-5.821 5.765-10.322 11.885-8.093m.112-1.368A10.052 10.052 0 002.539 15.321a9.611 9.611 0 006.138 6.14A10.052 10.052 0 0021.461 8.679a9.611 9.611 0 00-6.138-6.14\"></path></svg>\\n\\n </button>\\n <button class=\"user-account-nav__text-button user-account-nav__text-button--unauth userAccountButton\" aria-haspopup=\"true\" aria-expanded=\"false\" role=\"link\" aria-label=\"User Account Log In Button\" data-login-href=\"/account/log-in\" data-zjs=\"click\" data-zjs-component_id=\"/account/log-in\" data-zjs-component_text=\"User Account Log In Button\" data-zjs-component_type=\"button\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"/account/log-in\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"main\" data-zjs-navigation-location=\"footer\">\\n Sign in\\n </button>\\n </div>\\n <div class=\"user-account-nav__menu userAccountNavMenu\" aria-label=\"User Account Nav Menu\">\\n <div class=\"user-account-nav__menu-button userAccountNavMenuButton\" aria-haspopup=\"true\" aria-expanded=\"false\" data-zjs=\"click\" data-zjs-component_id=\"user-account-nav__menu-button userAccountNavMenuButton\" data-zjs-component_text=\"My Account\" data-zjs-component_type=\"button\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"main\" data-zjs-navigation-location=\"footer\">\\n My Account<span aria-hidden=\"true\"><svg class=\"icon-ui-caret-down\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M12.478 17.218a.637.637 0 01-.946 0L2.206 7.2c-.225-.242-.28-.632-.093-.91a.613.613 0 01.975-.088l8.917 9.579 8.878-9.538c.225-.242.589-.3.847-.1.33.255.357.752.082 1.048l-9.334 10.027z\"></path></svg>\\n</span>\\n </div>\\n <ul class=\"user-account-nav__menu-options userAccountNavOptions\" role=\"menu\" tabindex=\"0\">\\n <li class=\"user-account-nav__menu-item\">\\n <a class=\"user-account-nav__menu-link\" data-name=\"settings\" href=\"/account/settings\" data-zjs=\"click\" data-zjs-component_id=\"cms.cnn.com/_components/user-account-nav/instances/user-account-nav@published\" data-zjs-component_text=\"Settings\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"/account/settings\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"main\" data-zjs-navigation-location=\"footer\">\\n Settings\\n </a>\\n </li>\\n <li class=\"user-account-nav__menu-item\">\\n <a class=\"user-account-nav__menu-link user-account-nav__menu-link--hide\" data-name=\"follow\" href=\"/follow?iid=fw_var-nav\" data-zjs=\"click\" data-zjs-component_id=\"cms.cnn.com/_components/user-account-nav/instances/user-account-nav@published\" data-zjs-component_text=\"Topics You Follow\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"/follow?iid=fw_var-nav\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"main\" data-zjs-navigation-location=\"footer\">\\n Topics You Follow\\n <span class=\"user-account-nav__menu-notification-dot\"></span>\\n </a>\\n </li>\\n <li class=\"user-account-nav__menu-item\">\\n <a class=\"user-account-nav__menu-link\" data-name=\"logout\" href=\"#\" data-zjs=\"click\" data-zjs-component_id=\"cms.cnn.com/_components/user-account-nav/instances/user-account-nav@published\" data-zjs-component_text=\"Sign Out\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"#\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"main\" data-zjs-navigation-location=\"footer\">\\n Sign Out\\n </a>\\n </li>\\n </ul>\\n </div>\\n <div class=\"user-account-nav__user\">\\n <span class=\"user-account-nav__user__text user-account-nav__user__text--auth\">Your CNN account</span>\\n <span class=\"user-account-nav__user__text user-account-nav__user__text--unauth\">Sign in to your CNN account</span>\\n </div>\\n <a class=\"user-account-nav__override-link\" href=\"/account/log-in\" data-zjs=\"click\" data-zjs-component_id=\"user-account-nav__override-link\" data-zjs-component_text=\"\" data-zjs-component_type=\"link\" data-zjs-container_id=\"\" data-zjs-container_type=\"navigation\" data-zjs-destination_url=\"#\" data-zjs-page_type=\"section\" data-zjs-page_variant=\"landing_section\" data-zjs-navigation-type=\"main\" data-zjs-navigation-location=\"footer\"></a>\\n</nav>\\n\\n </div>\\n </div>\\n </div>\\n <hr class=\"footer__divider\">\\n <nav class=\"footer__links\" data-editable=\"footerLinks\">\\n <a href=\"https://www.cnn.com/terms\" class=\"footer__link\">\\n Terms of Use\\n </a>\\n <a href=\"https://www.cnn.com/privacy\" class=\"footer__link\">\\n Privacy Policy\\n </a>\\n <a href=\"#\" class=\"uclink footer__link\" style=\"display: block; text-align: center;\">Cookie Settings</a>\\n <a href=\"https://warnermediaprivacy.com/policycenter/b2c/WMNS\" target=\"_blank\" class=\"footer__link\">\\n Ad Choices\\n </a>\\n <a href=\"https://www.cnn.com/accessibility\" class=\"footer__link\">\\n Accessibility &amp; CC\\n </a>\\n <a href=\"https://www.cnn.com/about\" class=\"footer__link\">\\n About\\n </a>\\n <a href=\"https://www.cnn.com/newsletters\" class=\"footer__link\">\\n Newsletters\\n </a>\\n <a href=\"https://www.cnn.com/transcripts\" class=\"footer__link\">\\n Transcripts\\n </a>\\n </nav>\\n <p class=\"footer__copyright-text\" data-editable=\"copyrightText\">© 2024 Cable News Network. A Warner Bros. Discovery Company. All Rights Reserved. <br> CNN Sans ™ &amp; © 2016 Cable News Network.</p>\\n </div>\\n</footer>\\n\\n</div>\\n </div><script>_satellite[\"_runScript1\"](function(event, target, Promise) {\\nwindow.wminst = window.wminst || {};\\nwminst.Util = function() {\\n return {\\n loadCustomVariables: function() {\\n this.tmsName = \"launch\";\\n this.businessName = \"cnn\";\\n this.buildVersion = 68; // Build Update Mar 25, 2024\\n this.buildEnv = this.getBuildEnv();\\n this.buildDate = this.getBuildDate();\\n this.debugFlag = \"WMINST_DEBUG\";\\n this.logPrefix = \"[WMINST]\";\\n window.is_expansion = true;\\n wminst.subscribersReady = false;\\n wminst.hpt_set = 0;\\n wminst.buffer_count = 0;\\n wminst.is_podcast = 0;\\n wminst.is_scrubbed = false;\\n if (window.cnn_metadata) {\\n window.is_expansion = false;\\n }\\n },\\n getBuildEnv: function() {\\n return {\\n \"development\": \"dev\",\\n \"staging\": \"qa\",\\n \"production\": \"prod\"\\n }[_satellite.environment.stage];\\n },\\n getBuildDate: function() {\\n return _satellite.buildInfo.buildDate.split(\"T\")[0].replace(/-/g, \"\");\\n },\\n getCNNCodeVersion: function() {\\n return [this.tmsName, this.businessName, this.buildEnv, this.buildVersion, this.buildDate].join(\".\");\\n },\\n setDebug: function(flag) {\\n if (flag == true) {\\n sessionStorage.setItem(this.debugFlag, true);\\n } else {\\n sessionStorage.removeItem(this.debugFlag);\\n }\\n },\\n log: function() {\\n var logEnabled = sessionStorage.getItem(this.debugFlag);\\n if (logEnabled) {\\n var args = Array.prototype.slice.call(arguments);\\n args.unshift(this.logPrefix);\\n console.log.apply(console, args);\\n }\\n },\\n wait: function(ms) {\\n const start = Date.now();\\n let now = start;\\n while (now - start < ms) {\\n now = Date.now();\\n }\\n },\\n getTagConsentStatesV1: function(name) {\\n return {\\n \"adobe\" : [\"perf-general\"],\\n \"comscore\" : [\"perf-vendor\"],\\n \"nielsen\" : [\"perf-vendor\"],\\n \"facebook-pixel\" : [\"perf-vendor\", \"social-vendor\"],\\n \"zion\" : [\"perf-general\", \"person-general\"],\\n \"app-nexus-id\" : [\"ads-vendor\"],\\n \"trackonomics\" : [\"ads-general\", \"ads-vendor\", \"behavior-general\", \"perf-general\", \"person-general\", \"social-general\", \"storage-general\"],\\n \"skimlinks\" : [\"ads-vendor\"],\\n \"quantcast\" : [\"ads-vendor\"],\\n \"amazon\" : [\"ads-vendor\"],\\n \"bounce-x\" : [\"iab\", \"behavior-vendor\", \"person-vendor\", \"storage-vendor\"],\\n \"chartbeat\" : [\"perf-general\"],\\n \"keywee\" : [\"ads-vendor\", \"behavior-vendor\", \"storage-vendor\", \"perf-vendor\"],\\n \"krux\" : [\"ads-vendor\"],\\n \"stack-sonar\" : [\"ads-general\"],\\n \"optimizely\" : [\"behavior-general\", \"perf-general\", \"person-general\"],\\n \"bombora\" : [\"iab\"]\\n }[name];\\n },\\n getTagConsentStatesV2: function(name) {\\n return {\\n \"adobe\" : [\"data-store\", \"content-person-prof\", \"content-person\", \"measure-content\", \"measure-market\", \"product-develop\"],\\n \"comscore\" : [\"vendor\", \"measure-content\"],\\n \"nielsen\" : [\"vendor\", \"measure-content\", \"data-store\"],\\n \"facebook-pixel\" : [\"data-store\", \"ads-contextual\", \"ads-person-prof\", \"ads-person\", \"vendor\"],\\n \"zion\" : [\"data-store\", \"ads-person-prof\", \"ads-person\", \"content-person-prof\", \"content-person\", \"measure-content\"],\\n \"app-nexus-id\" : [\"vendor\"],\\n \"trackonomics\" : [\"data-store\", \"measure-ads\", \"vendor\"],\\n \"hyphensocial\" : [\"data-store\", \"measure-ads\", \"vendor\"],\\n \"skimlinks\" : [\"data-store\", \"measure-content\", \"vendor\"],\\n \"amazon\" : [\"data-store\", \"ads-contextual\", \"ads-person-prof\", \"ads-person\", \"vendor\"],\\n \"quantcast\" : [\"iab\", \"data-share\", \"data-sell\", \"data-store\", \"ads-contextual\", \"ads-person-prof\", \"ads-person\", \"measure-content\", \"measure-market\", \"product-develop\"],\\n \"bounce-x\" : [\"iab\", \"data-share\", \"data-sell\", \"data-store\", \"ads-contextual\", \"ads-person-prof\", \"ads-person\", \"measure-ads\", \"measure-market\", \"product-develop\"],\\n \"chartbeat\" : [\"data-store\", \"measure-content\"],\\n \"keywee\" : [\"data-store\", \"ads-person-prof\", \"ads-person\", \"measure-ads\", \"measure-market\", \"vendor\"],\\n \"krux\" : [\"data-store\", \"ads-person-prof\", \"ads-person\", \"measure-ads\", \"measure-content\", \"measure-market\"],\\n \"stack-sonar\" : [\"data-store\", \"ads-contextual\", \"ads-person-prof\", \"ads-person\"],\\n \"optimizely\" : [\"data-store\", \"content-person-prof\", \"content-person\", \"measure-ads\", \"measure-content\", \"vendor\"],\\n \"bombora\" : [\"vendor\", \"data-store\", \"ads-person-prof\", \"measure-ads\", \"measure-content\", \"product-develop\"],\\n \"outbrain-pixel\" : [\"ads-person-prof\", \"ads-person\", \"measure-ads\"],\\n \"full-story\" : [\"measure-content\", \"product-develop\"],\\n \"iSpot-pixel\" : [\"data-store\", \"measure-ads\", \"measure-content\", \"measure-market\", \"vendor\"]\\n }[name];\\n },\\n getTagConsentStates: function(name) {\\n if (window.WM && WM.UserConsent && WM.UserConsent.getVersion().indexOf(\"1\") === 0) {\\n return this.getTagConsentStatesV1(name);\\n }\\n return this.getTagConsentStatesV2(name);\\n },\\n isUSRegion: function() {\\n if (window.WM && WM.UserConsent) {\\n return WM.UserConsent.getGeoCountry() === \"US\";\\n } else {\\n return _satellite.cookie.get(\"countryCode\") === \"US\";\\n }\\n },\\n usePrismGeoCheck: function() {\\n return !_satellite.cookie.get(\"countryCode\") && this.isCNNStorePage();\\n },\\n isTagConsented: function(name) {\\n // Special handling for AppNexus ID, and Quantcast\\n if (name == \"app-nexus-id\" && !this.isUSRegion()) {\\n return false;\\n }\\n if (name == \"quantcast\" && this.isUSRegion()) {\\n return false;\\n } \\n var states = this.getTagConsentStates(name);\\n if (window.WM && WM.UserConsent) {\\n if (WM.UserConsent.isReady() && WM.UserConsent.inUserConsentState(states, {id: name})) {\\n return true;\\n }\\n } else {\\n return true;\\n }\\n return false;\\n },\\n isPrismEnabled: function() {\\n if (window.WM && window.WM.CDP && typeof window.WM.CDP.isIdentityEnabled === \"function\") {\\n return window.WM.CDP.isIdentityEnabled();\\n }\\n return false;\\n }, \\n inIFrame: function() {\\n try {\\n return window.self !== window.top;\\n } catch (e) {\\n return true;\\n }\\n },\\n getQueryParam: function(key, loc) {\\n if (!this.params || loc) {\\n var search = loc || window.location.search;\\n var params = search.replace(/^\\\\?/, \"\"), paramObj = {};\\n params = params.split(\"&\");\\n for (var i = 0; i < params.length; i++) {\\n var t = params[i].split(\"=\");\\n paramObj[t[0]] = t[1]\\n }\\n if (!loc) {\\n this.params = paramObj;\\n } else {\\n return paramObj[key] || \"\";\\n }\\n }\\n return this.params[key] || \"\";\\n },\\n getDataLayerV0: function() {\\n return (((window.cnn_metadata || {}).business || {}).cnn || {}).page || {};\\n },\\n getDataLayerV1: function() {\\n return (window.CNN || {}).omniture || {};\\n },\\n getDataLayerV2: function() {\\n return (window.CNN || {}).contentModel || {};\\n },\\n getSectionValue: function(i) {\\n return (this.getDataLayerV1().section || {})[i];\\n },\\n getDL2PageTop: function(i) {\\n return (this.getDataLayerV2().analytics || {}).pageTop || {};\\n },\\n commentsEnabled: function() {\\n var flag = this.getDataLayerV2().commentsEnabled;\\n return flag === \"true\" || flag === true;\\n },\\n adsSuppressed: function() {\\n return window.CNN?.ads?.showAds === false;\\n },\\n isSearchPage: function() {\\n return window.location.pathname.indexOf(\"/search\") === 0;\\n },\\n isRefreshPage: function() {\\n return wminst.Util.getQueryParam(\"refresh\");\\n },\\n isHomepage: function() {\\n var dataLayer = this.getDataLayerV2();\\n return (dataLayer.sectionName || dataLayer.section) === \"homepage\";\\n },\\n isTVEPage: function() {\\n var dataLayer = this.getDataLayerV2();\\n return dataLayer.pageType === \"tve\" || dataLayer.section === \"tv\";\\n },\\n isNGTVPage: function() {\\n var dataLayer = this.getDataLayerV1();\\n return (dataLayer.friendly_name || \"\").toLowerCase() === \"ngtv\";\\n },\\n isStellarPage: function() {\\n return this.getCNNTechStack() === \"stellar2.0\";\\n },\\n isUnderscoredPage: function() {\\n return this.getSectionValue(0) === \"cnn-underscored\";\\n },\\n isStylePage: function() {\\n return this.getSectionValue(0) === \"style\";\\n },\\n isTravelPage: function() {\\n return this.getSectionValue(0) === \"travel\";\\n },\\n isFactsFirstPage: function() {\\n return this.getSectionValue(1) === \"facts first\";\\n },\\n isOnboardingPage: function() {\\n return this.getSectionValue(1) === \"onboarding\";\\n },\\n isElectionDynamicPage: function() {\\n return window.location.pathname.match(/\\\\/election\\\\//) !== null && window.location.pathname.match(/20(17|18|19)/) !== null;\\n },\\n isUserAccountPage: function() {\\n return window.location.pathname.match(\\'/account/(register|preferences|confirm|reset-password|log-in|payment|onboarding)/?.*\\') !== null;\\n },\\n isSignupPage: function() {\\n return window.location.pathname.match(/\\\\/signup\\\\/?$/) !== null;\\n },\\n isNewsletterHub: function() {\\n return window.location.pathname.match(/^\\\\/newsletters(\\\\/.*)?$/) !== null;\\n },\\n isUnderscoredZionPage: function() {\\n return window.location.pathname.match(/\\\\/(pets\\\\/editors-favorite-pet-products|home\\\\/women-owned-businesses|fashion\\\\/best-spring-dresses|reviews\\\\/best-linen-sheets|reviews\\\\/best-pillows)\\\\/?$/) !== null;\\n },\\n isPoliticsExplorer: function() {\\n return (window.CNN && CNN.omniture && CNN.omniture.is_explorer);\\n },\\n isLiveStoryPage: function() {\\n return window.location.pathname.indexOf(\"live-news\") !== -1;\\n },\\n isLiveStoryStellarPage: function() {\\n return this.isLiveStoryPage() && this.isStellarPage();\\n }, \\n isLiveStoryNonStellarPage: function() {\\n return this.isLiveStoryPage() && !this.isStellarPage();\\n },\\n isCNNPlusPage: function() {\\n return window.location.hostname.indexOf(\"plus\") !== -1;\\n },\\n isCNNStorePage: function() {\\n return window.location.hostname.indexOf(\"store\") !== -1;\\n },\\n isCNNIntlPage: function() {\\n return window.location.hostname.indexOf(\"edition\") !== -1;\\n },\\n isSpeedyPage: function() {\\n return window.location.hostname.indexOf(\"-m.cnn.com\") !== -1;\\n },\\n isDynamicPage: function() {\\n return this.isSearchPage() || this.isRefreshPage() || this.isElectionDynamicPage() || this.isLiveStoryNonStellarPage() || this.isSpeedyPage() || this.isOnboardingPage();\\n },\\n isLightweightPage: function() {\\n return this.isUserAccountPage() || this.isNewsletterHub();\\n },\\n isFavePage: function() {\\n var hostName = window.location.hostname; \\n return hostName.indexOf(\"fave.api.cnn.io\") !== -1 || hostName.indexOf(\"fave-api.cnn.com\") !== -1;\\n },\\n isFBIAPage: function () {\\n var dataLayer = this.getDataLayerV1();\\n return dataLayer.fbia === true || dataLayer.fbia === \"true\";\\n },\\n isLiveStoryTemplateType: function() {\\n var dataLayer = this.getDataLayerV1();\\n return dataLayer.template_type == \"live story\" || dataLayer.template_type === \"article_livestory\";\\n },\\n isEmpty: function(obj) {\\n for (var key in obj) {\\n if (obj.hasOwnProperty(key))\\n return false;\\n }\\n return true;\\n },\\n isHexString: function(str) {\\n const regexExp = /^[A-Fa-f0-9]+$/;\\n return regexExp.test(str);\\n },\\n sendImagePixel: function(url) {\\n var image = new Image();\\n image.src = url;\\n image.style.display = \"none\";\\n image.width = 1;\\n image.height = 1;\\n },\\n loadScript: function(src, callback) {\\n var e = document.createElement(\\'script\\');\\n e.type = \\'text/javascript\\';\\n e.async = true;\\n e.src = src;\\n if (callback) {\\n e.addEventListener(\\'load\\', callback);\\n }\\n var n = document.getElementsByTagName(\\'script\\')[0];\\n n.parentNode.insertBefore(e, n);\\n },\\n getCookie: function(name, flag) {\\n var r = _satellite.cookie.get(name)|| \"\";\\n if (flag === \\'c\\' || flag === 1) {\\n _satellite.cookie.set(name, \"-\", -1000);\\n }\\n return unescape(r);\\n },\\n removeCookie: function(name) {\\n // if cookie is not removed on first attempt, try again with a different method\\n _satellite.cookie.remove(name);\\n if (_satellite.cookie.get(name)) {\\n document.cookie = name + \"=; expires=Thu, 01 Jan 1970 00:00:00 GMT; path=/; domain=.cnn.com;\";\\n }\\n },\\n getCookieWithDomain: function(name) {\\n const domain = window.location.hostname.replace(\\'www.\\', \\'\\');\\n const subdomain = domain.substr(0, domain.indexOf(\\'.\\'));\\n let host = \\'\\';\\n if (![\\'cnn\\', \\'us\\', \\'edition\\', \\'arabic\\', \\'cnnespanol\\'].includes(subdomain)) {\\n host = \"_\" + (subdomain || domain);\\n }\\n return this.getCookie(name + host);\\n },\\n base64Decode: function(str) {\\n var rval;\\n try {\\n rval = window.atob(str);\\n } catch (e) {}\\n return rval;\\n },\\n addBrandingEvent: function() {\\n var bcp = this.getCNNBrandingPartner();\\n if (![\"\", \"nvs\", \"no value set\", \"no-value-set\"].includes(bcp)) {\\n s.events = \"event21,\" + s.events;\\n }\\n },\\n addArticleEvent: function() {\\n var tt = this.getDataLayerV1().template_type || \"\";\\n var cctype = this.getDataLayerV1().cap_content_type || \"\";\\n if (tt == \"article\" || cctype == \"article\"){\\n s.events += \",event39\";\\n }\\n },\\n addCommentsEvent: function() {\\n if (this.commentsEnabled()) {\\n s.events += \",event118\";\\n }\\n },\\n setPageEvents: function() {\\n s.events = \"event26\";\\n this.addBrandingEvent();\\n this.addArticleEvent();\\n var tt = this.getDataLayerV1().template_type || \"\";\\n if (tt !== \"error\") {\\n var pathName = window.location.pathname;\\n if (pathName.includes(\"/account/register\")) {\\n s.events += \",event51\";\\n }\\n if (pathName.split(\"/\")[1] == \"video-day\") {\\n s.events += \",event63\";\\n }\\n }\\n this.addCommentsEvent();\\n s.linkTrackEvents = s.events;\\n },\\n getCNNBusinessName: function() {\\n return \"cnn\";\\n },\\n getCNNCampaign: function(){\\n if (wminst.Util.isFBIAPage()) {\\n return \"fbia\";\\n }\\n return;\\n },\\n getCNNDomainName: function() {\\n var hostname = window.location.hostname.toLowerCase();\\n hostname = hostname.replace(\"www.\",\"\");\\n return hostname;\\n },\\n getCNNPageURL: function() { //s.pageURL or g variable\\n var rval = window.location.href.toLowerCase(), loc = \"\";\\n if (wminst.Util.isFBIAPage()) {\\n loc = rval;\\n rval = \"\";\\n if (loc.indexOf(\"ofs=fbia\") > -1) {\\n loc = loc.replace(\"ofs=fbia\", \"csr=fbiacnn\"); //suppressing string which is not expected as per new requirement\\n }\\n var jj = (loc.indexOf(\"?\") != -1 ? \"&\" : \"?\");\\n if (loc.indexOf(\"csr=fbiacnn\") > -1) {\\n rval = loc + \"\";\\n } else {\\n rval = loc + jj + \"csr=fbiacnn\"; // added expected substring\\n }\\n }\\n return rval;\\n },\\n getCNNPageType: function() {\\n var rval = \"\";\\n try {\\n var title = document.title.toLowerCase();\\n if (title.indexOf(\"page not found\") !== -1 || wminst.Util.getCNNTemplateType().includes(\"error\") || title == \"error\") {\\n rval = \"errorPage\";\\n }\\n } catch (err) {}\\n return rval;\\n },\\n getCNNAuthor: function() { //prop2,eVar2 - business.cnn.page.author\\n var rval = \"\";\\n if (window.is_expansion) {\\n try {\\n rval = window.cnn_d.omniture.cap_author;\\n } catch (e) {}\\n try {\\n rval = window.CNN.omniture.cap_author.toString();\\n } catch (e) {}\\n } else {\\n try {\\n rval = window.cnn_metadata.business.cnn.page.author;\\n } catch (e) {}\\n if (!rval) {\\n if (document.getElementsByName(\"AUTHOR\").item(0)) {\\n rval = document.getElementsByName(\"AUTHOR\").item(0).content;\\n } else if (document.getElementsByName(\"author\").item(0)) {\\n rval = document.getElementsByName(\"author\").item(0).content;\\n }\\n }\\n }\\n if (typeof rval === \"undefined\" || rval == \"no-value-set\" || rval == \"nvs\") rval = \"\";\\n return rval.toLowerCase();\\n },\\n getPageAttribution: function() { //prop4,eVar4 - page HPlocation\\n var rval = \"\";\\n var ishptCookie = false;\\n var hptcookie = wminst.Util.getCookie(\"hpt\");\\n var linkTrackingCookie = wminst.Util.getCookie(\"linkTracking\");\\n this.log(\"getPageAttribution hptcookie =\", hptcookie, \"linkTrackingCookie =\", linkTrackingCookie);\\n var regex = new RegExp(\"^[A-Za-z0-9=]+$\");\\n if ((typeof linkTrackingCookie == \\'undefined\\' || linkTrackingCookie == \"\") && typeof hptcookie !== \\'undefined\\') {\\n ishptCookie = true;\\n }\\n var attributionCookie = linkTrackingCookie || hptcookie;\\n if ((typeof attributionCookie != \"undefined\" && attributionCookie != \"\" && attributionCookie.indexOf(\"breaking:\") != -1) || !regex.test(attributionCookie)) {\\n rval = attributionCookie;\\n } else if (document.referrer.indexOf(\"cnn.com\") !== -1) {\\n rval = wminst.Util.getQueryParam(\"linkTracking\") || wminst.Util.getQueryParam(\"hpt\");\\n try {\\n rval = rval.replace(/no\\\\-value\\\\-set/g, \"\");\\n } catch (e) {}\\n var prev_rval = rval;\\n try {\\n if (attributionCookie) {\\n rval = attributionCookie;\\n if (attributionCookie.indexOf(\"_\") === -1 && attributionCookie.indexOf(\"|\") === -1 && typeof this.base64Decode(attributionCookie) !== \\'undefined\\') {\\n rval = this.base64Decode(attributionCookie);\\n }\\n }\\n } catch (e) {}\\n if (rval) {\\n wminst.hpt_set = 1;\\n } else {\\n rval = prev_rval;\\n }\\n }\\n if (window.is_expansion != 0) {\\n if (wminst.Util.getQueryParam(\"cnnapp\") && wminst.Util.getQueryParam(\"cnnapp\") != null) {\\n rval = \"cnnapp:\" + wminst.Util.getQueryParam(\"cnnapp\");\\n }\\n if (wminst.Util.getQueryParam(\"eref\") && wminst.Util.getQueryParam(\"eref\") != null) {\\n rval = \"eref:\" + wminst.Util.getQueryParam(\"eref\");\\n }\\n if (wminst.Util.getQueryParam(\"iref\") && wminst.Util.getQueryParam(\"iref\") != null) {\\n rval = \"iref:\" + wminst.Util.getQueryParam(\"iref\");\\n }\\n if (wminst.Util.getQueryParam(\"refresh\") && wminst.Util.getQueryParam(\"refresh\") != null) {\\n rval = \"auto-refresh\";\\n }\\n }\\n if(rval !== \"\") {\\n rval = rval.replace(/no-value-set/g, \"nvs\");\\n rval = rval.toLowerCase(); \\n }\\n this.removeCookie(ishptCookie ? \"hpt\" : \"linkTracking\");\\n return rval;\\n },\\n setPageAttribution: function() {\\n s.eVar105 = this.getPageAttribution();\\n },\\n getPhotoGalleryName: function(){ //prop6,eVar6 - Photo Gallery name\\n var rval = \"\";\\n if(typeof window.CNN !== \\'undefined\\' && typeof window.CNN.omniture !== \\'undefined\\' && typeof window.CNN.omniture.gallery_name !== \\'undefined\\'){\\n rval = window.CNN.omniture.gallery_name;\\n rval = rval.toLowerCase();\\n }\\n return rval;\\n },\\n getCNNVisitNumber: function(rollday) { //prop8,eVar8 - visit_number.$30Day \\n rollday = rollday || 28; //default rolling day is 28\\n var todaydate = new Date().getTime();\\n if (typeof(Storage) !== \"undefined\") { //check for web storage support\\n if (localStorage.startdate) { //check for start date\\n if (sessionStorage.online) { //check for session variable\\n var daysinceonline = Math.ceil((todaydate - sessionStorage.online) / 86400000);\\n if (daysinceonline > 1) { //if session is older than 24 hours, reset session start time and count as a visit\\n localStorage.visittype = \"repeat\"; //set visit type (new vs repeat)\\n localStorage.visitnum = Number(localStorage.visitnum) + 1; //increment visit number\\n sessionStorage.online = todaydate; //set session variable\\n }\\n } else { //new session\\n localStorage.visittype = \"repeat\"; //set visit type (new vs repeat)\\n localStorage.visitnum = Number(localStorage.visitnum) + 1; //increment visit number\\n sessionStorage.online = todaydate; //set session variable\\n }\\n var daysincestart = Math.ceil((todaydate - localStorage.startdate) / 86400000);\\n if (daysincestart > Number(rollday)) { //if days since start date is greater than rolling day, set new start date\\n localStorage.startdate = todaydate;\\n localStorage.visittype = \"new\";\\n localStorage.visitnum = 1;\\n }\\n } else { //first new visit\\n localStorage.startdate = todaydate; //set new start date\\n localStorage.visittype = \"new\"; //set visit type (new vs repeat)\\n localStorage.visitnum = 1; //set visit number\\n sessionStorage.online = todaydate; //set session variable\\n }\\n return localStorage.visittype + \":\" + localStorage.visitnum;\\n } else {\\n return \"new:1\";\\n }\\n },\\n getCNNCapMediaType: function() {\\n var rval = \"nvs\";\\n try{\\n if (window.CNN && window.CNN.omniture && window.CNN.omniture.cap_media_type) {\\n if (window.CNN.omniture.cap_media_type === \"no-value-set\"){\\n rval = \"nvs\";\\n } else {\\n rval = window.CNN.omniture.cap_media_type;\\n }\\n }\\n rval = rval.toLowerCase(); \\n } catch(e) {}\\n return rval;\\n },\\n getCNNPublishDate: function() {\\n var rval = \"\";\\n try {\\n rval = window.cnn_metadata.business.cnn.page.publish_date\\n } catch (e) {}\\n try {\\n if (window.CNN && window.CNN.omniture && window.CNN.omniture.publish_date ) {\\n rval = window.CNN.omniture.publish_date;\\n }\\n if (rval && window.CNN && window.CNN.omniture && window.CNN.omniture.last_updated_date) {\\n rval = rval + \"|\" + window.CNN.omniture.last_updated_date;\\n }\\n \\n } catch (e) {}\\n try {\\n if (!rval && window.cnn_d && window.cnn_d.omniture && window.cnn_d.omniture.publish_date) {\\n rval = window.cnn_d.omniture.publish_date;\\n }\\n \\n } catch (e) {}\\n return rval;\\n },\\n populatePublishDate: function(){\\n var rval = wminst.Util.getCNNPublishDate();\\n var etype = [\"content\",\"live story\",\"article_livestory\",\"gallery\"];\\n var rttype = wminst.Util.getCNNTemplateType(\"long\");\\n var result = false;\\n if (typeof rttype !== \\'undefined\\') {\\n for(var i in etype){\\n if(rttype.indexOf(etype[i]) != -1){\\n result = true;\\n }\\n }\\n }\\n if (result) {\\n return rval;\\n } else {\\n return \"\";\\n }\\n },\\n getCNNDaysSinceLastPublish: function(d) { //prop10,eVar10 - days_since_publish\\n var e = new Date();\\n var p;\\n var j;\\n if (d == \\'a\\') {\\n try {\\n d = window.cnn_metadata.business.cnn.page.publish_date;\\n } catch (err) {}\\n try {\\n d = window.CNN.omniture.publish_date || d;\\n } catch (err) {}\\n j = new Date(d);\\n } else if (d.toString().indexOf(\"/\") != -1) {\\n p = d.split(\"/\");\\n if (p[0].length != 4) {\\n p[2] = \"20\" + p[2];\\n j = new Date(p[2] + \"/\" + p[0] + \"/\" + p[1]);\\n } else {\\n j = new Date(d);\\n }\\n } else {\\n j = new Date(d);\\n }\\n var ONE_DAY = 1000 * 60 * 60 * 24;\\n var date1_ms = e.getTime();\\n var date2_ms = j.getTime();\\n var difference_ms = Math.abs(date1_ms - date2_ms)\\n var days = Math.round((difference_ms / ONE_DAY))\\n if (isNaN(days)) {\\n return \"\";\\n }\\n if (window.is_expansion != 0) {\\n return Math.round((difference_ms / ONE_DAY)).toString()\\n } else if (window.is_expansion == 0 && typeof window.cnn_metadata.days_since_publish !== \"undefined\") {\\n try {\\n return window.cnn_metadata.days_since_publish;\\n } catch (err) {}\\n }\\n },\\n populateDaysSinceLastPublish: function(){\\n var rval = wminst.Util.getCNNDaysSinceLastPublish(\"a\");\\n var etype = [\"content:\",\"live story\",\"article_livestory\"];\\n var rttype = wminst.Util.getCNNTemplateType(\"long\");\\n var result = false;\\n if (typeof rttype !== \\'undefined\\') {\\n for(var i in etype){\\n if (rttype.indexOf(etype[i]) != -1){\\n result = true;\\n }\\n }\\n }\\n if(result) {\\n return rval;\\n } else {\\n return \"\";\\n }\\n },\\n getCNNBrandingPartner: function() { //prop11,eVar11 - page branding content partner\\n var dataLayer1 = this.getDataLayerV1();\\n var dataLayer2 = this.getDataLayerV2();\\n var rval = (dataLayer2.branding || {}).key || dataLayer1.branding_content_page || \"\";\\n return rval.toLowerCase();\\n },\\n getCNNCapContentType: function (){ //prop13,eVar13 - cap_content_type\\n var dataLayer1 = this.getDataLayerV1();\\n var dl2PageTop = this.getDL2PageTop();\\n var rval = dataLayer1.cap_content_type || \"\";\\n if (dl2PageTop.type === \"gallery\") {\\n rval = \"gallery\";\\n }\\n return rval.toLowerCase();\\n },\\n getCNNCapGenre: function (){ //prop5,eVar5 - cap genre\\n var rval = \"\";\\n if(window.CNN && window.CNN.omniture && typeof window.CNN.omniture.cap_genre != \"undefined\"){\\n if( window.CNN.omniture.cap_genre == \"\" || window.CNN.omniture.cap_genre == \"no-value-set\")\\n rval = \"nvs\";\\n else\\n rval = window.CNN.omniture.cap_genre.toLowerCase();\\n } \\n return rval;\\n },\\n getCNNBrandingSocial: function() { //prop14,eVar14 - Branding Social\\n var rval = \"\";\\n try {\\n if (window.CNN && window.CNN.omniture) {\\n if (window.CNN.omniture.fbia === true) {\\n rval = window.CNN.omniture.branding_social;\\n }\\n }\\n } catch(err) {}\\n try {\\n if (window.navigator.userAgent && window.navigator.userAgent == \"cnn-mobile-app\") {\\n return window.navigator.userAgent;\\n }\\n } catch(err){}\\n var hostName = window.location.hostname;\\n if (hostName.indexOf(\"fave.api.cnn.io\") != -1 || hostName.indexOf(\"fave-api.cnn.com\") != -1) {\\n var pathName = window.location.pathname;\\n if (pathName.indexOf(\"/v1/amp\") != -1) {\\n rval = \"google amp\"; //google amp\\n }\\n if (pathName.indexOf(\"/v1/fav\") != -1) {\\n rval = \"embed\"; //embed\\n }\\n }\\n rval = rval.toLowerCase();\\n return rval;\\n },\\n getCNNTrafficPartner: function() { // eVar15 - Traffic Partner\\n var rval = \"\";\\n try {\\n rval = _satellite.cookie.get(\"FastAB\");\\n } catch(err) {}\\n return rval;\\n },\\n getIreportgetMember: function() { //prop17,eVar17 - ireport member\\n var irptMember = wminst.Util.getCNNAuthenticated(\"authid\", \"displayname\", \"member\", \"anonymous\", \"NonMember\", \"?\");\\n if (window.location.host.indexOf(\"politics\") == -1 && window.is_expansion != 0) {\\n return irptMember;\\n } else {\\n return null;\\n }\\n },\\n getCNNPageImpression: function() { //prop18,eVar18 - page impressions\\n var rval = window.cnnPSproducts || \"\";\\n var hptcookie = wminst.Util.getCookie(\"hpt2\");\\n if (document.referrer.indexOf(\"cnn.com\") > -1) {\\n try {\\n if (hptcookie) {\\n rval = hptcookie;\\n if (hptcookie.indexOf(\"_\") == -1) {\\n rval = this.base64Decode(hptcookie);\\n }\\n }\\n } catch(e) {}\\n //document.cookie = \"hpt2=; expires=Thu, 01 Jan 1970 00:00:00 GMT; path=/;\";\\n } else {\\n if (hptcookie) {\\n document.cookie = \"hpt2=; expires=Thu, 01 Jan 1970 00:00:00 GMT; path=/; domain=.cnn.com;\";\\n }\\n }\\n rval = rval.replace(/no-value-set/g, \"nvs\");\\n rval = rval.toLowerCase();\\n return rval;\\n },\\n getCNNVideoOpportunity: function() { //eVar22 - video embed count\\n var rval = \"0\";\\n var ttype = \"\";\\n try { rval = window.cnn_metadata.business.cnn.page.video_embed_count; } catch(e) {}\\n try { rval = window.CNN.omniture.video_opportunity || \"0\"; } catch(e) {}\\n ttype = wminst.Util.getCNNTemplateType();\\n if (typeof ttype !== \\'undefined\\' && ttype.indexOf(\"index\") > -1) {\\n rval = \"\";\\n }\\n return rval;\\n },\\n getCNNPageHeadline: function() { //prop23,eVar23 - page headline\\n var rval = \"nvs\", tt = \"\";\\n try { \\n rval = window.CNN.omniture.headline;\\n tt = window.CNN.omniture.template_type;\\n } catch(e) {}\\n try { \\n if(typeof window.cnn_d != \"undefined\" && typeof window.cnn_d.omniture != \"undefined\" && window.cnn_d.omniture.headline != \"undefined\"){\\n rval = window.cnn_d.omniture.headline;\\n tt = window.cnn_d.omniture.template_type;\\n }\\n } catch(e) {}\\n try {\\n if(rval == \"no-value-set\" || tt == \"specials\" || tt == \"section front\" || tt == \"index\") {return null;}\\n rval = rval.toLowerCase();\\n } catch(e) {rval = \"\";}\\n return rval;\\n },\\n getCNNPageName: function(pathname) { //pageName,eVar26 - page.name\\n var rval = pathname || window.location.pathname;\\n rval = rval.toLowerCase();\\n rval = rval.replace(/^.*\\\\/\\\\/[^\\\\/]+/, \"\"); //remove domain\\n rval = rval.replace(/\\\\/index(.html)?(\\\\/)?$/, \"\"); //remove /index/ and /index.html/\\n rval = rval.replace(/h_[a-z0-9]+\\\\/?$/, \"\"); //remove last folder ID\\n rval = rval.replace(/\\\\/?$/, \"/\"); //add trailing slash\\n if (rval === \"/\") rval += \"homepage\";\\n return rval;\\n },\\n getCNNBaseURL: function() { //prop26 - Base URL\\n var hostname = window.location.hostname;\\n var pathname = window.location.pathname;\\n pathname = pathname.replace(/([^\\\\/]+\\\\.[^\\\\/]+$)/,\"\");\\n return hostname + pathname;\\n },\\n getCNNSection: function(position) { //channel/eVar27, prop28/eVar28\\n var rval = \"\";\\n try {\\n if (window.is_expansion) {\\n for (var i = 0; i <= position; i++) {\\n if (i > 0) {\\n rval += \":\";\\n }\\n try {\\n var s1 = window.CNN.omniture.section[i];\\n if ((s1.indexOf(\":\")) && (s1.indexOf(\"electoral college map\") > -1)) {\\n var c1 = s1.split(\\':\\');\\n rval += c1[0];\\n return rval;\\n }\\n } catch (e) {}\\n if (typeof window.CNN != \\'undefined\\' && typeof window.CNN.omniture != \\'undefined\\') {\\n if (i == 1 && !window.CNN.omniture.section[1]) { //add default value \"no value set\" for subsection (prop28/eVar28)\\n window.CNN.omniture.section[1] = \"no value set\";\\n try {\\n if (this.isNGTVPage()) {\\n window.CNN.omniture.section[1] = \"\";\\n }\\n } catch (e) {}\\n }\\n }\\n if (window.cnn_d && window.cnn_d.omniture && window.cnn_d.omniture.section[i]) {\\n try {\\n rval += window.cnn_d.omniture.section[i] || \"\";\\n } catch (e) {}\\n } else {\\n try {\\n rval += window.CNN.omniture.section[i] || \"\";\\n } catch (e) {}\\n }\\n }\\n try {\\n if (typeof window.CNN.omniture !== \\'undefined\\' && window.CNN.omniture.template_type == \"list\" && position == 0 && rval == \"\") { //use first path of URL for list pages\\n rval = wminst.Util.getADBPURL(\"path\", 1);\\n }\\n } catch (e) {}\\n } else {\\n window.cnn_metadata.section = (typeof window.cnn_metadata.section != \"string\" ? window.cnn_metadata.section : window.JSON.parse(window.cnn_metadata.section));\\n rval = (window.cnn_metadata.section[position] ? window.cnn_metadata.section[position] : \"\");\\n }\\n } catch (e) {}\\n return rval;\\n },\\n getCNNPageFranchise: function() { //prop31,eVar31 - page_franchise\\n var rval = \"\";\\n try { rval = cnn_metadata.business.cnn.page.broadcast_franchise || rval; } catch(e) {}\\n try { rval = CNN.omniture.cap_show_name || rval; } catch(e) {}\\n rval = rval.toLowerCase();\\n return rval;\\n },\\n getCNNVertical: function() { //eVar44 - Vertical\\n var dataLayer = this.getDataLayerV2();\\n return (dataLayer.vertical || \"\").toLowerCase();\\n },\\n getCNNLeadingMedia: function() { //eVar111 - leading media\\n var dataLayer = this.getDataLayerV2();\\n var rval = dataLayer.leadingMediaType || \"no media\";\\n if (rval == \"video\") {\\n rval += \"|\";\\n rval += dataLayer.isVideoCollection ? \"collection\" : \"nocollection\"\\n }\\n return rval;\\n },\\n getCNNPageStellarId: function() { //eVar113 - page stellar id\\n var dataLayer = this.getDataLayerV2();\\n return dataLayer.pageStellarId || \"\";\\n },\\n getCNNPageTags: function() { //eVar114 - page tags\\n var dataLayer = this.getDataLayerV2();\\n return (dataLayer.pageTags || \"\").toLowerCase();\\n },\\n getCNNFirstCanonicalUrl: function() { //eVar112 - first canonical url\\n var dataLayer = this.getDataLayerV2();\\n return dataLayer.firstCanonicalUrl || \"\";\\n },\\n getCNNTemplateType: function(lookupType) { //prop32,eVar32 - page template_type\\n var hostName = window.location.hostname;\\n var rval = \"\";\\n if (window.is_expansion) {\\n var dataLayer1 = this.getDataLayerV1();\\n var dataLayer2 = this.getDataLayerV2();\\n var dl2PageTop = this.getDL2PageTop();\\n if (dataLayer1.template_type == \\'article\\') {\\n try {\\n if (dl2PageTop.type === \\'gallery\\') {\\n rval = \"content: gallery\";\\n } else if (dl2PageTop.type === \\'video\\' || dl2PageTop.type === \\'video360\\') {\\n if (dataLayer2.analytics.isArticleVideoCollection) {\\n rval = \"content:video:collection\";\\n } else {\\n rval = \"content:video:nocollection\";\\n }\\n } else if (dataLayer1.cap_content_type === \\'gallery\\') {\\n rval = \"content: gallery\";\\n } else {\\n if (dataLayer1.cap_media_type === \\'Video\\') {\\n rval = \"content:video\";\\n } else {\\n rval = \"content: no media\";\\n }\\n } \\n } catch (e) {}\\n } else if (hostName.indexOf(\"fave.api.cnn.io\") != -1 || hostName.indexOf(\"fave-api.cnn.com\") != -1) {\\n rval = \"content\";\\n } else if (typeof window.cnn_d !== \\'undefined\\' && typeof window.cnn_d.omniture !== \\'undefined\\') {\\n try {\\n if (window.cnn_d.omniture.section[0] == \"cnn-underscored\") {\\n rval = window.cnn_d.omniture.template_type;\\n }\\n } catch (e) {}\\n } else {\\n try {\\n rval = dataLayer1.template_type;\\n } catch (e) {}\\n }\\n } else {\\n var templateTypeCode = \"\";\\n if (typeof CNN != \\'undefined\\' && typeof CNN.omniture != \\'undefined\\' && typeof CNN.omniture.template_type != \\'undefined\\') {\\n templateTypeCode = CNN.omniture.template_type;\\n } else if (typeof cnn_metadata != \\'undefined\\') {\\n templateTypeCode = cnn_metadata.template_type;\\n } else if (typeof window.cnn_d != \\'undefined\\' && typeof window.cnn_d.omniture != \\'undefined\\' && typeof window.cnn_d.omniture.template_type != \\'undefined\\') {\\n templateTypeCode = window.cnn_d.omniture.template_type;\\n }\\n rval = [\"o\", \"other\"];\\n var lookup = {\\n b: \"blog\",\\n g: \"game\",\\n it: \"interactive\",\\n c: \"content\",\\n \"in\": \"index\",\\n err: \"error\",\\n e: \"ecom\",\\n s: \"signup\",\\n v: \"video\",\\n sf: \"section front\",\\n sr: \"search results\",\\n fm: \"forum\",\\n o: \"other\",\\n ir: \"ireport\",\\n sp: \"specials\",\\n pm: \"perfect market\",\\n bf: \"blog front\",\\n bc: \"blog category\",\\n t: \"topic\",\\n w: \"weather\",\\n el: \"election\"\\n },\\n lookupRev = {\\n \"blog\": \"b\",\\n \"game\": \"g\",\\n \"interactive\": \"it\",\\n \"content\": \"c\",\\n \"index\": \"in\",\\n \"error\": \"err\",\\n \"ecom\": \"e\",\\n \"signup\": \"s\",\\n \"video\": \"v\",\\n \"section front\": \"sf\",\\n \"search results\": \"sr\",\\n \"forum\": \"fm\",\\n \"other\": \"o\",\\n \"ireport\": \"ir\",\\n \"specials\": \"sp\",\\n \"perfect market\": \"pm\",\\n \"blog front\": \"bf\",\\n \"blog category\": \"bc\",\\n \"topic\": \"t\",\\n \"weather\": \"w\",\\n \"election\": \"el\"\\n };\\n if (lookup[templateTypeCode] != null) {\\n rval = [templateTypeCode, lookup[templateTypeCode]];\\n }\\n if (lookupRev[templateTypeCode] != null) {\\n rval = [lookupRev[templateTypeCode], templateTypeCode];\\n }\\n if (lookupType == \"short\") {\\n rval = rval[0];\\n }\\n if (lookupType == \"long\") {\\n rval = rval[1];\\n }\\n }\\n if(typeof rval == \"string\") { \\n rval = rval.toLowerCase();\\n }\\n return rval;\\n },\\n getCNNContentType: function(defaultVal) { //prop33,eVar33 - content_type\\n var omnitureRef = (window.cnn_d && window.cnn_d.omniture) || (window.CNN && window.CNN.omniture);\\n if (typeof omnitureRef === \\'undefined\\') {\\n return defaultVal;\\n }\\n\\n var tt = \"\",\\n ct = \"\";\\n if (typeof window.cnn_d != \\'undefined\\' && typeof window.cnn_d.omniture != \\'undefined\\' && typeof window.cnn_d.omniture.template_type != \\'undefined\\') {\\n tt = window.cnn_d.omniture.template_type;\\n ct = \"adbp:\" + window.cnn_d.omniture.content_type;\\n\\n } else {\\n if (typeof window.CNN.omniture !== \"undefined\" && typeof window.CNN.omniture.content_type !== \"undefined\" && window.CNN.omniture.content_type){\\n ct = window.CNN.omniture.content_type;\\n } else {\\n ct = \"adbp:none\";\\n }\\n if (typeof ct !== \\'undefined\\' && (ct == \"none\" || ct == \"\")) {\\n ct = \"adbp:none\";\\n }\\n tt = window.CNN.omniture && window.CNN.omniture.template_type;\\n }\\n var l = {\\n \"adbp:blog\": [\"blog.read\", \"adbp:blog read\"],\\n \"adbp:content\": [\"article.read\", \"adbp:article read\"],\\n \"adbp:game\": [\"game.play\", \"adbp:game played\"],\\n \"other:ireport\": [\"other.ireport\", \"other:ireport\"],\\n \"other:photo wall\": [\"content.interactive\", \"other:photo wall\"]\\n } [tt];\\n var m = {\\n \"adbp:article read\": \"article.read\"\\n } [ct];\\n if (m !== null) {\\n if (typeof ct !== \\'undefined\\' && ct.indexOf(\"pivit\") !== -1) {\\n return tt + \":\" + ct;\\n } else {\\n return ct;\\n }\\n }\\n if (!l) {\\n return defaultVal;\\n }\\n return l[1];\\n },\\n getCNNAuthenticated: function(c1, c2, truevalue, falsevalue, neutralvalue, flag) { //prop34,eVar34 - user authenticated\\n var rValue = 0;\\n if (wminst.Util.getCookie(c1, flag)) {\\n rValue++;\\n }\\n if (wminst.Util.getCookie(c2, flag)) {\\n rValue++;\\n }\\n if (rValue == 0) {\\n return falsevalue;\\n } else if (rValue == 1) {\\n return neutralvalue;\\n } else {\\n return truevalue;\\n }\\n },\\n getCNNKruxID: function() { // eVar36 - KruxID\\n var rval = \"\";\\n try {\\n rval = localStorage.kxkuid;\\n } catch (err) {}\\n return rval;\\n },\\n getCNNPlatform: function() { //prop37,eVar37 - page platform\\n var rval = \"\";\\n if (navigator.userAgent.match(/iPhone/i)) {\\n rval = \"smartphone\";\\n } else if (navigator.userAgent.match(/iPad/i)) {\\n rval = \"tablet\";\\n } else if (navigator.userAgent.match(/android/i)) {\\n if (navigator.userAgent.match(/mobile/i)) {\\n rval = \"smartphone\";\\n } else {\\n rval = \"tablet\";\\n }\\n } else {\\n rval = \"desktop\";\\n }\\n return rval ? rval : \"no value set\";\\n },\\n getCNNSearchInternalKeyword: function() { //prop39,eVar39 - search internal keyword\\n var rval = \"\";\\n try {\\n rval = wminst.Util.getQueryParam(\"query\");\\n } catch(e){}\\n return rval;\\n },\\n getLSPostPosition: function() { //eVar45 - Post Position\\n var rval = \"\";\\n try {\\n if (this.isLiveStoryTemplateType()) {\\n var post_position = window.CNN.omniture.post_position ? window.CNN.omniture.post_position : 1;\\n var total_post = window.CNN.omniture.total_post ? window.CNN.omniture.total_post : 0;\\n rval = post_position + \":\" + total_post;\\n } \\n } catch(e) {}\\n return rval;\\n },\\n getCNNPostID: function() { //prop43 - Post ID\\n var rval = null;\\n var pathName = window.location.pathname;\\n if(window.CNN && window.CNN.omniture && typeof window.CNN.omniture.post_id != \\'undefined\\' && window.CNN.omniture.post_id != \"\") {\\n rval = window.CNN.omniture.post_id;\\n } else {\\n try{\\n pathName = pathName.replace(/\\\\/$/, \"\");\\n var path_array = pathName.split(\"/\");\\n rval = path_array[path_array.length - 1];\\n if(rval.match(/(^h_)[a-z0-9]+$/) === null){\\n rval = null;\\n }\\n } catch(e) {}\\n } \\n try {\\n if (this.isLiveStoryTemplateType()) {\\n // Do Nothing\\n } else {\\n rval = \"\";\\n } \\n } catch(e) {}\\n return rval;\\n },\\n getCNNSourceID: function(){ //prop44 - Source ID\\n var rval = \"\";\\n try {\\n if(typeof window.CNN != \\'undefined\\' && typeof window.CNN.omniture != \\'undefined\\' && window.CNN.omniture.sourceId) {\\n rval = window.CNN.omniture.sourceId;\\n } else if(window.CNN && window.CNN.contentModel && window.CNN.contentModel.sourceId){\\n rval = window.CNN.contentModel.sourceId;\\n }\\n rval = rval.toLowerCase();\\n } catch(e) {}\\n return rval; \\n },\\n getCNNTransactionID: function() { // prop46,eVar46\\n var rval = \"\";\\n try {\\n if (typeof window.cnnad_transactionID !== \\'undefined\\') {\\n rval = window.cnnad_transactionID;\\n } else if (typeof window.cnnad_getTransactionID === \"function\") {\\n rval = cnnad_getTransactionID();\\n } else {\\n rval = Math.round((new Date()).getTime() / 1000) + \"\" + Math.floor(Math.random()*9007199254740992);\\n }\\n } catch (e) {}\\n return rval;\\n },\\n getCNNGUID: function() { // prop47,eVar47\\n var rval = \"\";\\n try {\\n if (typeof window.turner_getGuid === \"function\") {\\n rval = turner_getGuid(\"ug\");\\n } else {\\n rval = this.getCookie(\"ug\");\\n }\\n } catch (e) {}\\n return rval;\\n },\\n getAppNexusID: function() {\\n var rval = \"\";\\n try {\\n if (this.isTagConsented(\"app-nexus-id\")) {\\n rval = this.getCookie(\"zwmc\");\\n }\\n } catch (e) {}\\n return rval\\n },\\n getWMID: function(name) {\\n var rval = \"\";\\n try {\\n if (window.WM) {\\n var obj = window.WM.PSM || window.WM.CDP || {};\\n var fn = obj[\"get\"+name];\\n if (typeof fn === \"function\") {\\n rval = fn();\\n }\\n }\\n } catch (e) {}\\n return rval;\\n },\\n getWMUKID: function() {\\n var rval = \"\";\\n try {\\n rval = this.getCookie(\\'WMUKID_STABLE\\');\\n\\n if (!rval) {\\n var wmukidJSON = this.getCookie(\"WMUKID\");\\n var wmukidObj = JSON.parse(wmukidJSON);\\n rval = wmukidObj.id;\\n }\\n\\n } catch (e) {}\\n return rval\\n },\\n getCNNUID: function() {\\n return this.getCookie(\"_cnn_uid\");\\n },\\n setLinkTrackVars: function(names) {\\n if (s.linkTrackVars == \"None\") return;\\n let nameArr = names.split(\",\");\\n nameArr.forEach(name => {\\n if (!s.linkTrackVars.includes(name)) {\\n s.linkTrackVars += \",\" + name;\\n }\\n });\\n },\\n setIds: function() {\\n this.setLinkTrackVars(\"eVar106,eVar195,eVar197,eVar198,eVar199\");\\n s.eVar106 = this.getCNNUID();\\n s.eVar195 = this.getAppNexusID();\\n s.eVar197 = this.getWMUKID();\\n s.eVar198 = this.getWMID(\"WMHHID\");\\n s.eVar199 = this.getWMID(\"WMINID\");\\n },\\n setUserAuthState: function() {\\n this.setLinkTrackVars(\"eVar51,eVar74,eVar89\");\\n s.eVar51 = this.getUserAuthState(\"registration\");\\n s.eVar74 = this.getUserAuthState(\"verification\");\\n s.eVar89 = this.getUserAuthState(\"login\");\\n },\\n setCommonVars: function() {\\n this.setLinkTrackVars(\"prop35\");\\n s.prop35 = this.getCNNCodeVersion();\\n this.setUserAuthState();\\n this.setLinkTrackVars(\"eVar90\");\\n s.eVar90 = this.isCNNIntlPage() ? \"international\" : \"domestic\";\\n this.setIds();\\n this.setLinkTrackVars(\"eVar111\");\\n s.eVar111 = this.getCNNLeadingMedia();\\n this.setLinkTrackVars(\"eVar113,eVar114\");\\n s.eVar113 = this.getCNNPageStellarId();\\n s.eVar114 = this.getCNNPageTags();\\n },\\n setPageVars: function() {\\n this.setLinkTrackVars(\"eVar44\");\\n s.eVar44 = this.getCNNVertical();\\n this.setLinkTrackVars(\"eVar112\");\\n s.eVar112 = this.getCNNFirstCanonicalUrl();\\n this.setLinkTrackVars(\"eVar129\");\\n s.eVar129 = this.commentsEnabled() ? \"comments available\" : \"comments not available\";\\n },\\n setVideoVars: function(data) {\\n this.setLinkTrackVars(\"eVar44\");\\n s.eVar44 = this.getCNNVertical();\\n if (data.isLive) {\\n this.setLinkTrackVars(\"prop53,eVar53\");\\n s.prop53 = this.getCNNLiveStreamName(data);\\n s.eVar53 = \"D=c53\";\\n }\\n if (data.video_collection) {\\n this.setLinkTrackVars(\"eVar116\");\\n s.eVar116 = data.video_collection.toLowerCase();\\n s.eVar116 += \":\" + (data.total_videos || 1);\\n s.eVar116 += \":\" + (data.video_position || 1);\\n }\\n this.setLinkTrackVars(\"eVar117,eVar118,eVar119,eVar120\");\\n s.eVar117 = data.stellarId || \"\";\\n s.eVar118 = data.parentStellarId || \"\";\\n s.eVar119 = (data.videoTags || []).join(\",\");\\n s.eVar120 = (data.videoUrl || \"\");\\n this.setLinkTrackVars(\"eVar124\");\\n s.eVar124 = (data.branding || \"\").toLowerCase();\\n this.setLinkTrackVars(\"eVar127\");\\n s.eVar127 = (data.firstPublishSlug || \"\").toLowerCase();\\n },\\n getCNNTechStack: function() { //eVar48 - Site Tech Stack\\n var dataLayer = this.getDataLayerV2();\\n return (dataLayer.techStack || \"\").toLowerCase();\\n },\\n getCNNCMSId: function() { //eVar49 - CMS ID\\n var rval = \"\";\\n try {\\n if(window.CNN && window.CNN.contentModel && window.CNN.contentModel.cmsId){\\n rval = CNN.contentModel.cmsId;\\n }\\n } catch(e){}\\n return rval;\\n },\\n getCNNPreviousPageName: function(){ //prop49,eVar49 - Previous PageName\\n var rval = \"\";\\n try {\\n if(this.isTagConsented(\\'adobe\\')) {\\n var pName = window.document.referrer;\\n var prevP = s.getPreviousValue(wminst.Util.getCNNPageName(),\"cnprevpage_pn\");\\n if (prevP && typeof pName != \"undefined\" && pName != \"\" && pName.indexOf(\".cnn.com\") != -1) {\\n return prevP;\\n }\\n }\\n } catch(e) {return rval;}\\n return rval;\\n },\\n getCNNPostTitle: function() { //prop50 - Post Title\\n var rval = \"\";\\n try{\\n if(window.CNN && window.CNN.omniture && window.CNN.omniture.post_title) {\\n rval = window.CNN.omniture.post_title;\\n } else { \\n rval = document.title;\\n }\\n } catch(e) { rval = document.title; }\\n rval = rval.toLowerCase();\\n try {\\n var dom_obj = $x(\"//script[@type=\\'application/ld+json\\']\");\\n var post_obj = JSON.parse(rval[rval.length - 1]).innerHTML;\\n if(post_obj && post_obj.headline){\\n rval = post_obj.headline;\\n } \\n } catch(e) {}\\n try {\\n if (this.isLiveStoryTemplateType()) {\\n // Do Nothing\\n } else {\\n rval = \"\";\\n } \\n } catch(e) {}\\n if(rval !== \"\") {\\n rval = rval.replace(/\\\\([0-9]+\\\\)/, \"\").trim();\\n }\\n return rval;\\n },\\n getCNNLiveStreamName: function(data) { //prop53,eVar53 - Live Stream Name\\n var rval = (data.live_stream_name || data.title || \"\").toLowerCase();\\n if (data.id.includes(\"cvpstream\")) {\\n rval += \" \" + data.id.substr(-1);\\n }\\n return rval;\\n },\\n getCNNBreakingNewsHP: function(ptt, chnl) {\\n var rval = \"\";\\n var tt = \"\";\\n try {\\n if (ptt.indexOf(\":\") != -1) {\\n if (ptt.indexOf(\"adbp\") != -1) {\\n ptt = ptt.split(\":\");\\n tt = ptt[1];\\n } else {\\n ptt = ptt.split(\":\");\\n tt = ptt[0];\\n }\\n } else {\\n tt = ptt;\\n }\\n var abr = {\\n \"index\": \"in\",\\n \"video\": \"v\",\\n \"videos\": \"v\",\\n \"blog\": \"b\",\\n \"blogs\": \"b\",\\n \"game\": \"g\",\\n \"games\": \"g\",\\n \"interactive\": \"it\",\\n \"content\": \"c\",\\n \"error\": \"err\",\\n \"section\": \"sf\",\\n \"section front\": \"sf\",\\n \"gallery\": \"ga\",\\n \"show\": \"sh\",\\n \"shows\": \"sh\",\\n \"special\": \"sp\",\\n \"specials\": \"sp\",\\n \"topic\": \"t\",\\n \"profile\": \"p\",\\n \"article\": \"c\"\\n } [tt];\\n if (chnl && (chnl == \"homepage\" || chnl == \"cnn homepage\")) {\\n chnl = \"index\";\\n }\\n if (tt) {\\n rval = \"breaking:\" + chnl + \":\" + abr + \":\";\\n }\\n return rval;\\n } catch (e) {}\\n },\\n getCNNOrientation: function() { //prop56,eVar56 - page orientation\\n var rval = \"no value set\";\\n try {\\n var x = 0;\\n if (self.innerHeight) {\\n x = self.innerWidth;\\n } else if (document.documentElement && document.documentElement.clientHeight) {\\n x = document.documentElement.clientWidth;\\n } else if (document.body) {\\n x = document.body.clientWidth;\\n }\\n var y = 0;\\n if (self.innerHeight) {\\n y = self.innerHeight;\\n } else if (document.documentElement && document.documentElement.clientHeight) {\\n y = document.documentElement.clientHeight;\\n } else if (document.body) {\\n y = document.body.clientHeight;\\n }\\n rval = (y > x) ? \"portrait\" : \"landscape\";\\n } catch (e) {}\\n return rval;\\n },\\n getCNNMVPD: function() { //prop57,eVar57 - MVPD\\n try {\\n var mvpd_store = wminst.Util.getCookie(\"CNNmvpd\");\\n if (typeof mvpd_store !== \"undefined\" && mvpd_store !== \"nvs\" && mvpd_store !== \"\") {\\n if (mvpd_store !== null && typeof CNN.omniture.mvpd === \"string\") {\\n document.cookie = \"CNNmvpd=\" + CNN.omniture.mvpd + \"; domain= .cnn.com ;\";\\n mvpd_store = wminst.Util.getCookie(\"CNNmvpd\");\\n return mvpd_store;\\n } else if (typeof mvpd_store === \"string\" && mvpd_store != \"\") {\\n if (typeof CNN.omniture.mvpd === \"string\") {\\n document.cookie = \"CNNmvpd=\" + CNN.omniture.mvpd + \"; domain= .cnn.com ;\";\\n mvpd_store = wminst.Util.getCookie(\"CNNmvpd\");\\n return mvpd_store;\\n } else {\\n \\n return mvpd_store;\\n }\\n } else if (mvpd_store === null && typeof CNN.omniture.mvpd === \"string\") {\\n document.cookie = \"CNNmvpd=\" + CNN.omniture.mvpd + \"; domain= .cnn.com ;\";\\n mvpd_store = wminst.Util.getCookie(\"CNNmvpd\");\\n return mvpd_store;\\n } else {\\n return \"no mvpd set\";\\n }\\n } else {\\n return \"no mvpd set\";\\n }\\n } catch (err) {return \"no mvpd set\";}\\n },\\n getCNNAdobeID: function() { //prop59,eVar59 - Adobe Harsh ID\\n try {\\n var adobe_hash_id_store = _satellite.cookie.get(\"adobe_hash_id\");\\n if (typeof adobe_hash_id_store !== \"undefined\" && adobe_hash_id_store !== \"nvs\" && adobe_hash_id_store !== \"\") {\\n if (adobe_hash_id_store !== null && typeof CNN.omniture.adobe_hash_id === \"string\") {\\n document.cookie = \"adobe_hash_id=\" + CNN.omniture.adobe_hash_id + \"; domain= .cnn.com;\";\\n adobe_hash_id_store = _satellite.cookie.get(\"adobe_hash_id\");\\n return adobe_hash_id_store;\\n } else {\\n return \"no mvpd set\";\\n }\\n } else {\\n return \"no mvpd set\";\\n }\\n } catch (err) {}\\n },\\n getCNNPlayerState: function(video) { //eVar67 player State\\n var screenState = video.screen_state || \"nvs\";\\n var screenPosition = video.screen_position || \"nvs\";\\n var audioState = video.audio_state || \"nvs\";\\n var playerState = \"\";\\n try {\\n if (screenState == \"nvs\" && CNN && CNN.omniture && CNN.omniture.screen_state) {\\n screenState = CNN.omniture.screen_state;\\n }\\n if (audioState == \"nvs\") {\\n if (video.muted === true) {\\n audioState = \"muted\";\\n } else if (video.muted === false) {\\n audioState = \"audio on\";\\n }\\n }\\n playerState = screenState + \"|\" + audioState + \"|\" + screenPosition;\\n playerState = playerState.toLowerCase();\\n } catch (e) {}\\n return playerState;\\n },\\n getCNNVisitorID: function(id) { //eVar73 - page visitorId\\n var rval = \"\";\\n try {\\n rval = _satellite.cookie.get(id);\\n rval = rval.replace(/\\\\[(.+?)\\\\]/g, \"\");\\n rval = rval.split(\"|\")[1];\\n rval = rval.toLowerCase();\\n } catch (err) {}\\n return rval;\\n },\\n getCNNHierachy: function() { // hier1 - Hierachy\\n var rval = \"\";\\n /* try {\\n var bUnit = wminst.Util.getSiteSpecificSettings(1);\\n var channel = wminst.Util.getCNNSection(0);\\n var domain = wminst.Util.getADBPURL(\"domain\");\\n var section2 = wminst.Util.getCNNSection(1);\\n rval = \"news|cnn|\" + bUnit + \"|\" + domain + \"|\" + channel + \"|\" + section2; \\n } catch(e){} */\\n return rval;\\n },\\n getCNNUserAuthState: function() { //prop75,eVar75 - User Authentication State\\n try {\\n var user_auth_state_store = localStorage.getItem(\"user_auth_state\");\\n if (user_auth_state_store !== null && typeof window.CNN.omniture.user_auth_state === \"string\") {\\n localStorage.setItem(\"user_auth_state\",window.CNN.omniture.user_auth_state);\\n user_auth_state_store = localStorage.getItem(\"user_auth_state\");\\n return user_auth_state_store;\\n } else if (typeof user_auth_state_store === \"string\") {\\n if (typeof window.CNN.omniture.user_auth_state === \"string\") {\\n \\n localStorage.setItem(\"user_auth_state\",window.CNN.omniture.user_auth_state);\\n user_auth_state_store = localStorage.getItem(\"user_auth_state\");\\n return user_auth_state_store;\\n } else {\\n \\n return user_auth_state_store;\\n }\\n } else if (user_auth_state_store === null && typeof window.CNN.omniture.user_auth_state === \"string\") {\\n localStorage.setItem(\"user_auth_state\",window.CNN.omniture.user_auth_state);\\n user_auth_state_store = localStorage.getItem(\"user_auth_state\");\\n return user_auth_state_store;\\n } else {\\n return \"nvs\";\\n }\\n } catch (err) {return \"\";}\\n },\\n getCNNUIEngagement: function() { //prop64 - UI Engagement\\n var rval = (this.isNGTVPage() || this.isTVEPage()) ? \"ngtv\" : \"cnn news\";\\n try { \\n if(typeof window.cnn_metadata.friendly_name != \\'undefined\\') {\\n rval = window.cnn_metadata.friendly_name;\\n }\\n } catch(e) {}\\n return rval;\\n },\\n getCNNTopicAvailability: function() {\\n var topic_pattern = new RegExp(/^[0-9a-z,]+$/);\\n try {\\n var rval = wminst.Util.getCNNTopic();\\n if(rval == \"\"){\\n return \"no topics\";\\n } else if(topic_pattern.test(rval)) {\\n return \"topics available\";\\n } else { \\n return \"api request failure\";\\n }\\n } catch(e) {}\\n },\\n getCNNTopic: function() {\\n let topicObj = (window.CNN || {}).cep_topics || {};\\n let topicKeys = [\"cep_brsf\", \"cep_iabt\", \"cep_sent\", \"cep_tags\"];\\n let topicVals = [];\\n for (let [key, val] of Object.entries(topicObj)) {\\n if (topicKeys.includes(key)) topicVals = topicVals.concat(val);\\n }\\n let topicStr = (window.cna_omniture || {}).topic || \"\";\\n return (topicVals.toString() || topicStr).toLowerCase();\\n },\\n getCEPTopisForVideo: function(data) {\\n let topicObj = (data || {}).cepTopics || {};\\n let topicKeys = Object.keys(topicObj);\\n return topicKeys.toString().toLowerCase();\\n },\\n getCNNSiteSectionLevel3: function(val) { //prop51 - Site section level 3 for politics\\n var rval = \"\";\\n try {\\n rval = wminst.Util.getCNNSection(1);\\n if(typeof val != \\'undefined\\') {\\n rval += \":\" + val;\\n } else if(CNN && CNN.omniture && CNN.omniture.section && typeof CNN.omniture.section[2] != \\'undefined\\') {\\n rval += \":\" + CNN.omniture.section[2];\\n }\\n } catch (e) {}\\n return rval;\\n },\\n getCNNInteractiveState: function(data) { //eVar50 - Interactive State for politics\\n var rval = \"\";\\n if(typeof data == \\'undefined\\' && window.location.hash === \"#my_election\") {\\n rval = \"election center:my election:panel open\";\\n return rval;\\n }\\n if (typeof data == \"object\" && (typeof data.tab != \\'undefined\\' || typeof data.map_state != \\'undefined\\' || typeof data.map_level != \\'undefined\\')) {\\n var tab = data.tab || \"nvs\";\\n var map_state = data.map_state || \"nvs\";\\n if(!wminst.Util.isPoliticsExplorer()) {\\n if (typeof data.action != \\'undefined\\') {\\n var map_level = data.map_level || \"nvs\";\\n var race_type = data.race_type || \"nvs\";\\n var overlay_type = data.overlay_type || \"nvs\";\\n var show_by = data.show_by || \"nvs\";\\n rval = \"ec:\" + race_type + \":\" + map_level + \":\" + overlay_type + \":\" + show_by;\\n }\\n else\\n rval = \"election center:\" + tab + \":\" + map_state;\\n } else {\\n var year = data.year || \"nvs\";\\n var comparison_layer = data.comparison_layer || \"nvs\";\\n var e_val = data.election || \"nvs\";\\n rval = tab + \":\" + year + \":\" + e_val + \":\" + comparison_layer + \":\" + map_state;\\n }\\n rval = rval.toLowerCase();\\n }\\n return rval\\n },\\n getSiteSpecificSettings: function(type, section) {\\n var hostName = window.location.hostname;\\n var port = window.location.port;\\n var setting;\\n var sites = {\\n \"cnn\": [\"cnn-adbp-domestic\", \"cnn domestic\", \"cnn\", \"metrics.cnn.com\", \"smetrics.cnn.com\", \"us-100120\", \"b01\", \"00001\", \"8587204\"],\\n \"cnndev\": [\"cnn-adbp-domestic-dev\", \"cnn domestic\", \"cnn\", \"metrics.cnn.com\", \"smetrics.cnn.com\", \"us-100120\", \"b01\", \"00001\", \"8587204\"],\\n \"cnnintl\": [\"cnn-adbp-intl\", \"cnn international\", \"cnn\", \"metrics.cnn.com\", \"smetrics.cnn.com\", \"us-100120\", \"b01\", \"00002\", \"8587278\"],\\n \"cnnintldev\": [\"cnn-adbp-intl-dev\", \"cnn international\", \"cnn\", \"metrics.cnn.com\", \"smetrics.cnn.com\", \"us-100120\", \"b01\", \"00002\", \"8587278\"],\\n \"ireport\": [\"cnnireport-adbp\", \"cnn ireport\", \"cnnireport\", \"metrics.cnn.com\", \"smetrics.cnn.com\", \"us-702210\", \"c01\", \"00001\", \"3002212\"],\\n \"ireportdev\": [\"cnnireport-adbp-dev\", \"cnn ireport\", \"cnnireport\", \"metrics.cnn.com\", \"smetrics.cnn.com\", \"us-702210\", \"c01\", \"00001\", \"3002212\"]\\n }\\n\\n var c4 = {\\n val1: [\"cnn homepage\", \"8587211\", \"8587278\"],\\n val2: [\"crime\", \"8587220\"],\\n val3: [\"us\", \"8587228\"],\\n val4: [\"world\", \"8587235\"],\\n val5: [\"entertainment\", \"8587242\"],\\n val6: [\"politics\", \"8587248\"],\\n val7: [\"health\", \"8587254\"],\\n val8: [\"tech\", \"8587261\"],\\n val9: [\"living\", \"8587266\"],\\n val10: [\"opinion\", \"8587272\"],\\n val11: [\"watch cnn\", \"8587204\"]\\n }\\n\\n if (section && section != \"\") {\\n var x = 0;\\n for (x in c4) {\\n if (c4[x][0] == section) {\\n setting = c4[x][1];\\n if (section == \"cnn homepage\") {\\n if (hostName.indexOf(\"edition.cnn.com\") != -1) {\\n setting = c4[x][2];\\n } else if (hostName.indexOf(\"jcmsdev8.cnn.com\") != -1 || hostName.indexOf(\"jcmsref.cnn.com\") != -1 || hostName.indexOf(\"cnnpreview.cnn.com\") != -1 || hostName.indexOf(\"ref.cnn.com\") != -1 || hostName.indexOf(\"preview.cnn.com\") != -1) {\\n if (port.indexOf(\"94\") != -1 || hostName.indexOf(\"edition\") != -1) {\\n setting = c4[x][2];\\n }\\n }\\n }\\n break;\\n }\\n }\\n } else {\\n if (hostName.indexOf(\"ireportqa.cnn.com\") != -1) {\\n setting = sites.ireportdev[type];\\n } else if (hostName.indexOf(\"jcmsdev8.cnn.com\") != -1 || hostName.indexOf(\"jcmsref.cnn.com\") != -1 || hostName.indexOf(\"cnnpreview.cnn.com\") != -1 || hostName.indexOf(\"ref.cnn.com\") != -1 || hostName.indexOf(\"preview.cnn.com\") != -1 || hostName.indexOf(\"dev.cnn.com\") != -1 || hostName.indexOf(\"stage.cnngo.com\") != -1 || hostName.indexOf(\"travel.cnngo.com\") != -1 || hostName.indexOf(\"edition.stage.next.cnn.com\") != -1 || hostName.indexOf(\"cnnpreview.turner.com\") != -1 || hostName.indexOf(\"dev.cnnv2.com\") != -1 || hostName.indexOf(\"ref.cnnv2.com\") != -1 || hostName.match(/^(dev|qa|stage).(www|us|edition)-m.cnn.com/) || hostName.indexOf(\"edition.enable.next.cnn.com\") != -1 || hostName.indexOf(\"terra.next.cnn.com\") != -1 || hostName.indexOf(\"politics.next.cnn.com\") !== -1 || hostName.indexOf(\"edition.politics.next.cnn.com\") !== -1) {\\n if (port.indexOf(\"94\") != -1 || hostName.indexOf(\"edition\") != -1 || hostName.indexOf(\"cnnespanol\") != -1 || hostName.indexOf(\"stage.cnngo.com\") != -1 || hostName.indexOf(\"travel.cnngo.com\") != -1) {\\n setting = sites.cnnintldev[type];\\n } else {\\n setting = sites.cnndev[type];\\n }\\n } else if (hostName.indexOf(\"qai.cnn.com\") != -1) {\\n setting = sites.cnndev[type];\\n } else if (hostName.indexOf(\"cnn.staging.perfectmarket.com\") != -1 || hostName.indexOf(\"cnn.staging2.perfectmarket.com\") != -1 || hostName.indexOf(\"beta-cronkite.cnnlabs.com\") != -1 || hostName.indexOf(\"dev-audioplayer-cnn.s3.amazonaws.com\") != -1) {\\n setting = sites.cnndev[type];\\n } else if (hostName.indexOf(\"darwin-dev.hope.ui\") != -1 || hostName.indexOf(\"dev-facts-first.cnnlabs.com\")!= -1) {\\n setting = sites.cnndev[type];\\n } else if (hostName.indexOf(\"int-facts-first.cnnlabs.com\") != -1) {\\n setting = sites.cnnintldev[type];\\n } else if (hostName.indexOf(\"ireport.cnn.com\") != -1) {\\n setting = sites.ireport[type];\\n } else if (hostName.indexOf(\"edition.cnn.com\") != -1 || hostName.indexOf(\"cnnespanol.cnn.com\") != -1 || hostName.indexOf(\"backstory.blogs.cnn.com\") != -1 || hostName.indexOf(\"inthefield.blogs.cnn.com\") != -1 || hostName.indexOf(\"securityfiles.blogs.cnn.com\") != -1 || hostName.indexOf(\"thecnnfreedomproject.blogs.cnn.com\") != -1 || hostName.indexOf(\"ukelection.blogs.cnn.com\") != -1 || hostName.indexOf(\"amanpour.blogs.cnn.com\") != -1 || hostName.indexOf(\"screeningroom.blogs.cnn.com\") != -1 || hostName.indexOf(\"internationaldesk.blogs.cnn.com\") != -1 || hostName.indexOf(\"newsstream.blogs.cnn.com\") != -1 || hostName.indexOf(\"prism.blogs.cnn.com\") != -1 || hostName.indexOf(\"thebrief.blogs.cnn.com\") != -1 || hostName.indexOf(\"insidethemiddleeast.blogs.cnn.com\") != -1 || hostName.indexOf(\"connecttheworld.blogs.cnn.com\") != -1 || hostName.indexOf(\"business.blogs.cnn.com\") != -1 || hostName.indexOf(\"questmeansbusiness.blogs.cnn.com\") != -1 || hostName.indexOf(\"goalmouth.blogs.cnn.com\") != -1 || hostName.indexOf(\"olympics.blogs.cnn.com\") != -1 || hostName.indexOf(\"worldsport.blogs.cnn.com\") != -1 || hostName.indexOf(\"bodareal.blogs.cnn.com\") != -1 || hostName.indexOf(\"travel.cnn.com\") != -1 || hostName.indexOf(\"footballclub.cnn.com\") != -1 || hostName.indexOf(\"edition.cnnv2.com\") != -1 || hostName.indexOf(\"edition-m.cnn.com\") != -1) {\\n setting = sites.cnnintl[type];\\n } else if (hostName.indexOf(\"cnn.com\") != -1 || hostName.indexOf(\"cnnv2.com\") != -1) {\\n setting = sites.cnn[type];\\n } else if (hostName.indexOf(\"fave.api.cnn.io\") != -1 || hostName.indexOf(\"fave-api.cnn.com\") != -1) {\\n setting = sites.cnn[type];\\n } else if (hostName.indexOf(\"style.staging.cnn.io\") != -1) {\\n setting = sites.cnndev[type];\\n } else {\\n //default, if any case failed\\n setting = sites.cnn[type];\\n }\\n }\\n try {\\n if (window.CNNIntlVideo) {\\n setting = sites.cnnintl[type];\\n }\\n } catch (e) {}\\n return setting;\\n },\\n getJObj: function(objectRef, attribute) {\\n objectRef = (typeof objectRef == \"string\" ? window[objectRef] : objectRef);\\n var rval = (objectRef != null && attribute != null && attribute.indexOf(\".\") == -1 && attribute.indexOf(\"[\") == -1 ? objectRef[attribute] : objectRef);\\n if (rval === objectRef && (typeof attribute !== \\'undefined\\' || attribute != null)) {\\n var attribs = attribute.split(\".\"),\\n len = attribs.length,\\n reArray = /([^\\\\[]+)\\\\[(\\\\d+)\\\\]/,\\n t, t2;\\n rval = objectRef;\\n for (var i = 0; i < len; i++) {\\n t = attribs[i];\\n if ((t2 = reArray.exec(t)) != null) {\\n rval = rval[t2[1]][parseInt(t2[2])];\\n } else rval = rval[t];\\n }\\n }\\n return rval;\\n },\\n getADBPURL: function(type, lvl) {\\n var hostname = window.location.hostname.toLowerCase();\\n var pathname = window.location.pathname.toLowerCase();\\n var path_array = \"\";\\n pathname = pathname.replace(/([^\\\\/]+\\\\.[^\\\\/]+$)/, \"\");\\n\\n var rval;\\n switch (type) {\\n case \"domain\":\\n hostname = hostname.replace(\"www.\", \"\");\\n if (lvl == parseFloat(lvl)) {\\n var domain_array = hostname.split(\".\");\\n var currentPointer = domain_array.length - lvl;\\n var currentDomainLevel = (currentPointer >= 0 ? domain_array[currentPointer] : \"\");\\n rval = currentDomainLevel;\\n } else {\\n rval = hostname;\\n }\\n break;\\n case \"path\":\\n var pathname2 = pathname.substring(1);\\n path_array = pathname2.split(\"/\");\\n if (lvl == parseFloat(lvl) && lvl >= 1) {\\n var currentPathname = (path_array.length >= lvl ? path_array[lvl - 1] : \"\");\\n rval = currentPathname;\\n } else {\\n rval = pathname;\\n }\\n break;\\n case \"hier\":\\n hostname = hostname.replace(\"www.\", \"\");\\n path_array = pathname.substring(1).split(\"/\");\\n var h1 = hostname + \"/\" + path_array[0];\\n var h2 = h1;\\n if (path_array[1]) h2 = h2 + \"/\" + path_array[1];\\n rval = [h1, h2];\\n break;\\n default:\\n rval = hostname + pathname;\\n }\\n return rval;\\n },\\n getADBPPageName: function(pathname, delimiter) {\\n var s_pageName = \"\",\\n templateTypeSmall = \"\";\\n if (!delimiter) delimiter = \":\";\\n var ttbefore = wminst.Util.getCNNTemplateType(\"long\");\\n if (ttbefore) { //default to \"other\" if template type is not defined\\n ttbefore = ttbefore.replace(/adbp./, \"\");\\n templateTypeSmall = wminst.Util.getADBPTranslateTemplateType(ttbefore, \"short\");\\n } else {\\n templateTypeSmall = \"o\";\\n }\\n var buc_p32 = wminst.Util.getCNNBusinessName() + delimiter + templateTypeSmall;\\n var thirdLevelDomain = wminst.Util.getADBPURL(\"domain\", 3);\\n var fullDomain = wminst.Util.getADBPURL(\"domain\");\\n var lastTwoDomain = /(\\\\.\\\\w+\\\\.\\\\w+)$/.exec(fullDomain);\\n if (lastTwoDomain) thirdLevelDomain = fullDomain.replace(lastTwoDomain[0], \"\");\\n if (!pathname) {\\n var p = window.location.pathname.toLowerCase();\\n var a = p.split(\\'/\\');\\n var l = a.length;\\n var r = /^index./;\\n pathname = (r.test(a[(l - 1)])) ? p.replace(/([^\\\\/]+\\\\.[^\\\\/]+$)/, \"\") : p;\\n r = /([^\\\\/]+\\\\.[^\\\\/]+$)/;\\n if (!r.test(pathname)) {\\n l = pathname.length;\\n if (pathname.charAt(l - 1) !== \"/\") {\\n pathname = pathname + \"/\";\\n }\\n }\\n }\\n var pageNameLen, r_len;\\n if (thirdLevelDomain == \"\") {\\n pageNameLen = buc_p32.length + 1 + pathname.length;\\n if (pageNameLen <= 100) {\\n s_pageName = buc_p32 + delimiter + pathname;\\n } else {\\n r_len = pageNameLen - 100;\\n s_pageName = buc_p32 + delimiter + pathname.substring(r_len);\\n }\\n } else {\\n pageNameLen = buc_p32.length + 1 + thirdLevelDomain.length + 1 + pathname.length;\\n if (pageNameLen <= 100) {\\n s_pageName = buc_p32 + delimiter + thirdLevelDomain + delimiter + pathname;\\n } else {\\n if (thirdLevelDomain.length <= 5) {\\n r_len = pageNameLen - 100;\\n s_pageName = buc_p32 + delimiter + thirdLevelDomain + delimiter + pathname.substring(r_len);\\n } else {\\n thirdLevelDomain = thirdLevelDomain.substring(0, 5);\\n pageNameLen = buc_p32.length + 1 + thirdLevelDomain.length + 1 + pathname.length;\\n if (pageNameLen <= 100) {\\n s_pageName = buc_p32 + delimiter + thirdLevelDomain + delimiter + pathname;\\n } else {\\n r_len = pageNameLen - 100;\\n s_pageName = buc_p32 + delimiter + thirdLevelDomain + delimiter + pathname.substring(r_len);\\n }\\n }\\n }\\n }\\n return s_pageName;\\n },\\n getCNNVideoSequence : function()\\n {\\n return \"1\"; \\n },\\n getADBPTranslateTemplateType: function(templateTypeCode, lookupType) {\\n var adbpprefix = \"adbp:\",\\n rval = [\"o\", \"other\"];\\n var lookup = {\\n b: \"blog\",\\n g: \"game\",\\n it: \"interactive\",\\n c: \"content\",\\n \"in\": \"index\",\\n err: \"error\",\\n e: \"ecom\",\\n s: \"signup\",\\n v: \"video\",\\n sf: \"section front\",\\n o: \"other\"\\n },\\n lookupRev = {\\n \"blog\": \"b\",\\n \"game\": \"g\",\\n \"interactive\": \"it\",\\n \"content\": \"c\",\\n \"index\": \"in\",\\n \"error\": \"err\",\\n \"ecom\": \"e\",\\n \"signup\": \"s\",\\n \"video\": \"v\",\\n \"section front\": \"sf\",\\n \"other\": \"o\"\\n };\\n if (lookup[templateTypeCode] != null) {\\n rval = [templateTypeCode, lookup[templateTypeCode]];\\n }\\n if (lookupRev[templateTypeCode] != null) {\\n rval = [lookupRev[templateTypeCode], templateTypeCode];\\n }\\n rval[1] = adbpprefix + rval[1];\\n if (lookupType == \"short\") {\\n rval = rval[0];\\n }\\n if (lookupType == \"long\") {\\n rval = rval[1];\\n }\\n return rval;\\n },\\n getUserAuthState: function(type) {\\n var userAuthToken = this.getCookieWithDomain(\"_cnn_at\");\\n var acctVerified = this.base64Decode(userAuthToken).includes(\"cnn.authn\");\\n switch (type) {\\n case \"registration\" : return userAuthToken ? \"registered\" : \"anonymous\";\\n case \"verification\" : return acctVerified ? \"account verified\" : \"account not verified\";\\n case \"login\" : return userAuthToken ? \"logged in\" : \"not logged in\";\\n default : return \"\";\\n }\\n },\\n getCNNSavedRaces: function() {\\n var rval = \"\";\\n if(typeof CNN != \\'undefined\\' && typeof CNN.saved_races == \"number\") {\\n rval = \"election center:save races:\" + CNN.saved_races;\\n } else {\\n if(wminst.Util.getCNNCapContentType()) {\\n rval = \"D=c13\";\\n }\\n }\\n return rval;\\n },\\n getCNNExploreIndentify: function(data) { //eVar79 for Politics Explorer\\n var rval = \"cnn login not required\";\\n if((data.interaction_type == \"year race\" && data.racePremiumContent) || (data.interaction_type == \"add layer\" && data.overlayPremiumContent)) {\\n rval = \"cnn login required\";\\n }\\n return rval;\\n }\\n }\\n}();\\nwminst.Util.loadCustomVariables();\\n\\n});</script><script>_satellite[\"_runScript2\"](function(event, target, Promise) {\\n// JSMD Adapter to provide backward compatibility\\nwindow._jsmd = window._jsmd || {\\n init: function() {\\n this.mdata = {\\n business: {\\n cnn: {\\n page: {\\n author: wminst.Util.getCNNAuthor(),\\n branding_content_partner: wminst.Util.getCNNBrandingPartner(),\\n section: [wminst.Util.getCNNSection(0), wminst.Util.getCNNSection(1)]\\n }\\n }\\n }\\n };\\n return this;\\n },\\n send: function() {\\n },\\n trackMetrics: function(action, data, map) {\\n setTimeout(function() {\\n console.log(\"jsmd adapter trackMetrics action =\" + action + \" window.trackMetrics = \" + typeof window.trackMetrics);\\n window.trackMetrics(action, data);\\n }, 100);\\n },\\n plugin: {\\n gQuery: function(name) {\\n return wminst.Util.getQueryParam(name);\\n },\\n gCNNVideoCollection: function() {\\n return wminst.getCNNMediaCollection();\\n }\\n }\\n};\\n});</script><script>_satellite[\"_runScript3\"](function(event, target, Promise) {\\n/*! A simple PubSub in JavaScript - v1.0.0 - 2014-01-12\\n* https://github.com/bdadam/PubSub\\n* The MIT License (MIT)\\n* Copyright (c) 2013 Adam Beres-Deak */\\n!function(){\"use strict\";function a(a){if(\"[object String]\"!==Object.prototype.toString.call(a))throw new TypeError(\"Event is not a string.\")}function b(a){if(\"function\"!=typeof a)throw new TypeError(\"Handler is not a function\")}var c={},d={};d.publish=d.pub=function(b){if(a(b),c[b])for(var d={event:b,args:Array.prototype.slice.call(arguments,1)},e=0,f=c[b].length;f>e;e++)c[b][e].apply(d,d.args)},d.subscribe=d.sub=function(d,e){a(d),b(e),(c[d]=c[d]||[]).push(e)},d.unsubscribe=d.unsub=function(){var d,e,f,g,h=Array.prototype.slice.call(arguments);if(h.length>=2){if(d=h[0],e=h[1],a(d),b(e),!c[d])return;for(f=0,g=c[d].length;g>f;f++)c[d][f]===e&&c[d].splice(f,1)}else{e=h[0],b(e);for(d in c)for(f=0,g=c[d].length;g>f;f++)c[d][f]===e&&c[d].splice(f,1)}},\"function\"==typeof define&&define.amd?define(function(){return d}):\"object\"==typeof module&&module.exports?module.exports=d:window.PubSub=d}();\\n\\nwindow.trackMetrics = function(action, data) {\\n var realaction = action,\\n realdata = data;\\n if (typeof(action) == \"object\") {\\n if (action.type != null) {\\n realaction = action.type;\\n }\\n if (action.action != null) {\\n realaction = action.action;\\n }\\n if (action.data != null) {\\n realdata = action.data;\\n }\\n }\\n if (typeof(realdata) == \"object\") {\\n if (realdata.data != null) {\\n realdata = realdata.data;\\n }\\n }\\n var counter = 0;\\n (function poll() {\\n if (wminst.subscribersReady || counter >= 10) {\\n wminst.Util.log(\"trackMetrics subscribersReady =\", wminst.subscribersReady, \"counter =\", counter, \"action =\", realaction, \"data =\", realdata);\\n PubSub.publish(realaction, realdata);\\n return true;\\n }\\n counter++;\\n setTimeout(poll, 100);\\n })();\\n \\n //Handling ComScore Events here\\n window.trackCSMetrics(realaction, realdata);\\n};\\n\\nwindow.trackCSMetrics = function (realaction, realdata) {\\n if ((window.ns_ || {}).StreamingTag) {\\n publishCSEvents(realaction, realdata);\\n } else {\\n wminst.Util.log(\"trackCSMetrics load comscore streamsense\");\\n wminst.Util.loadScript(\"//s.cdn.turner.com/analytics/comscore/streamsense.5.2.0.160629.min.js\", function () {\\n publishCSEvents(realaction, realdata);\\n });\\n }\\n\\n function publishCSEvents(realaction, realdata) {\\n try {\\n if ([\"cnnvideo-preroll\", \"cnnvideo-adcreative-start\"].includes(realaction)) {\\n PubSub.publish(\"cs_video-preroll\", realdata);\\n } else if ([\"cnnvideo-adcomplete\", \"cnnvideo-midroll-complete\"].includes(realaction)) {\\n PubSub.publish(\"cs_ad-complete\", realdata);\\n } else if ([\"cnnvideo-start\", \"cnnvideo-autostart\", \"cnnvideo-live\", \"cnnvideo-autosegment\", \"cnnvideo-autoepisode\", \"cnnvideo-episode\"].includes(realaction)) {\\n PubSub.publish(\"cs_video-play\", realdata);\\n } else if (([\"cnnvideo-pause\"].includes(realaction)) && (realdata.video || {}).paused == true) {\\n PubSub.publish(\"cs_video-pause\", realdata);\\n } else if (([\"cnnvideo-pause\"].includes(realaction)) && (realdata.video || {}).paused == false) {\\n PubSub.publish(\"cs_video-resume\", realdata);\\n } else if ([\"cnnvideo-complete\"].includes(realaction)) {\\n PubSub.publish(\"cs_video-complete\", realdata);\\n }\\n } catch (e) {}\\n }\\n}\\n\\nwindow.setINSTVideoEvent = function(event, data) {\\n if (event == \"cnnvideo-pause\" && !data.paused) {\\n event = \"cnnvideo-resume\";\\n }\\n window.instVideoEvent = {\\n name: event,\\n time: +(new Date())\\n };\\n};\\n\\nwindow.trackVideoEvent = function(data, event, playerid) {\\n try {\\n if (event !== \"cnnvideo-progress\") {\\n setINSTVideoEvent(event, data);\\n var currVidObj = data;\\n currVidObj.playerid = playerid;\\n trackMetrics({\\n type: event,\\n data: {\\n video : currVidObj\\n }\\n });\\n }\\n } catch (e) {}\\n};\\n\\nwindow.trackVideoProgress = function(vidInfo) {\\n try {\\n setINSTVideoEvent(\"cnnvideo-progress\", vidInfo);\\n trackMetrics({\\n type: \"cnnvideo-progress\",\\n data: { video: vidInfo }\\n });\\n } catch (e) {}\\n};\\n\\nwindow.setINSTAudioEvent = function(event, data) {\\n if (event == \"audio-pause\" && !data.paused) {\\n event = \"audio-resume\";\\n }\\n window.instAudioEvent = {\\n name: event,\\n time: +(new Date())\\n };\\n};\\n\\nwindow.trackAudioEvent = function(data, event, playerid) {\\n try {\\n if (event !== \"audio-progress\") {\\n setINSTAudioEvent(event, data);\\n var currAudObj = data;\\n currAudObj.playerid = playerid;\\n trackMetrics({\\n type: event,\\n data: {\\n audio : currAudObj\\n }\\n });\\n }\\n } catch (e) {}\\n};\\n\\nwindow.trackAudioProgress = function(audInfo) {\\n try {\\n setINSTAudioEvent(\"audio-progress\", audInfo);\\n trackMetrics({\\n type: \"audio-progress\",\\n data: { audio: audInfo }\\n });\\n } catch (e) {}\\n};\\n\\nwindow.sendVideoEvent = function(data, event, playerid) {\\n try {\\n var currVidObj = window.JSON.parse(data);\\n currVidObj.playerid = playerid;\\n trackMetrics({\\n type: event,\\n data: {\\n video : currVidObj\\n }\\n });\\n } catch (e) {}\\n};\\n\\nwindow.sendAudioEvent = function(data, event, id) {\\n try {\\n var currAudObj = (typeof data != \"string\"? data: window.JSON.parse(data));\\n trackMetrics({\\n type: event,\\n data: {\\n instance: id,\\n audio: currAudObj\\n }\\n });\\n } catch (e) {}\\n};\\n\\nwindow.sendInteractionEvent = function(event, data) {\\n try {\\n trackMetrics({\\n type: event,\\n data: {\\n interaction: data\\n }\\n });\\n } catch (e) {}\\n};\\n\\nwindow.sendHP10Interaction = function (data) {\\n sendInteractionEvent(\"hp10-interaction\", \"10minpreview:\"+data);\\n};\\n\\nwindow.sendGameInteraction = function(event,info) {\\n try {\\n trackMetrics({\\n type: event,\\n data: {\\n value: info\\n }\\n });\\n } catch (e) {}\\n};\\n\\nwindow.sendVideoClick = function(info, event) {\\n try {\\n trackMetrics({\\n type: event,\\n data: {\\n value: info\\n }\\n });\\n } catch (e) {}\\n};\\n\\nwindow.sendNewsPulse = function(data) {\\n try {\\n trackMetrics({\\n type: \"dynamic-newsPulseOmniCall\",\\n data: {\\n newspulse: {\\n query: data\\n }\\n }\\n });\\n } catch (e) {}\\n};\\n\\nwindow.sendHTML5Event = function(data, event) {\\n if (data.contentType ==\"audio\") {\\n trackMetrics(\"audio-start\",data.headline, \"adbp-audio\");\\n } else {\\n data.metas= {branding:\"ireport\"};\\n try {\\n trackMetrics({\\n type: event,\\n data: {\\n video : data\\n }\\n });\\n } catch (e) {}\\n }\\n};\\n\\nwindow.sendOpenStoryPerspective = function(data) {\\n try {\\n trackMetrics({\\n type: \"ireport-openstory\",\\n data: {\\n openstory : data\\n }\\n });\\n } catch (e) {}\\n};\\n\\nwindow.trackExitLinkMetrics = function(action) {\\n try {\\n PubSub.publish(action,\"\");\\n }\\n catch (e) {}\\n};\\n\\nif (wminst.Util.isStellarPage() && wminst.Util.isUserAccountPage() && window.ZION_MESSAGE_BUS) {\\n ZION_MESSAGE_BUS.subscribe(\"event_published\", function(message) {\\n try {\\n var msgIndex = message.length - 1;\\n var eventObj = message[msgIndex].message.event; \\n var eventName = eventObj.name;\\n if (eventName == \"PaymentTransactionCompleted\") {\\n var billing_cycle = eventObj.props.billing_interval;\\n if (billing_cycle == \"monthly\" || billing_cycle == \"annualy\" || billing_cycle == \"yearly\") {\\n var httpResp = eventObj.props.http_response;\\n wminst.Util.log(\"eventName =\", eventName, \"billing =\", billing_cycle, \"httpResp =\", httpResp);\\n if (httpResp == \"success\") {\\n window.trackMetrics({\\n type: \"site_subscription_success\",\\n data: eventObj.props\\n });\\n }\\n }\\n }\\n } catch (e) {\\n console.error(e);\\n }\\n })\\n}\\n//DOM scrapping to track retailer clicks clicked on CNN underscroed pages on non CNN links\\nvar sendFBRetailClickPixel = function(data) {\\n try {\\n trackMetrics({\\n type: \"facebook-retailer-click\",\\n data: data\\n });\\n } catch (e) {}\\n}; \\ntry {\\n var elements = document.querySelectorAll(\\'[class*=\"offer-link\"]\\');\\n for (var i = 0; i < elements.length; i++) {\\n var data = {};\\n var linkText = elements[i].innerText ? elements[i].innerText : elements[i].innerHTML;\\n if(typeof elements[i] !== \\'undefined\\' && linkText !== \\'\\') {\\n data.clickedLink = elements[i].href;\\n data.clickedText = linkText;\\n }\\n elements[i].addEventListener(\\'click\\', function() {sendFBRetailClickPixel(data);}, false);\\n }\\n} catch (e) {}\\n\\n});</script><script>_satellite[\"_runScript4\"](function(event, target, Promise) {\\nwminst.getVideoMetadata = function(data) {\\n return data.video || data;\\n}\\n\\nwminst.getAudioMetadata = function(data) {\\n return data.audio || data;\\n}\\n\\nwminst.isAMPVideos = function() {\\n var hostName = window.location.hostname;\\n return hostName.indexOf(\"fave.api.cnn.io\") != -1 || hostName.indexOf(\"fave-api.cnn.com\") != -1;\\n};\\n\\nwminst.isBusinessVideo = function(v) {\\n var sectionName = v.sectionName || v.category || \"\";\\n var sectionNameList = [\"media\", \"intl_business\", \"tech\", \"business\", \"business-videos\", \"cars\", \"investing\", \"success\", \"perspectives\", \"homes\"];\\n return sectionNameList.includes(sectionName);\\n};\\n\\nwminst.getAMPVideoTimeStamp = function() {\\n var pathName = window.location.pathname;\\n var ts = \"\";\\n if (pathName.indexOf(\"/v1/amp\") != -1 || pathName.indexOf(\"/v1/cnneamp\") != -1 || pathName.indexOf(\"/v1/fbia\") != -1 || pathName.indexOf(\"/v1/fbiaV2\") != -1) {\\n ts = new Date().getTime();\\n }\\n return ts;\\n};\\n\\nvar mediaPlayer = [];\\nwminst.getCNNMediaCollection = function() {\\n return {\\n get: function(i, p) {\\n var mPlayer = mediaPlayer;\\n for (var j = mPlayer.length - 1; j >= 0; j--) {\\n if (mPlayer[j].containerId == i) {\\n return mPlayer[j][p];\\n }\\n }\\n },\\n set: function(i, p, v) {\\n var mPlayer = mediaPlayer;\\n for (var j = mPlayer.length - 1; j >= 0; j--) {\\n if (mPlayer[j].containerId == i) {\\n mPlayer[j][p] = v;\\n break;\\n }\\n }\\n },\\n toggle: function(i, p) {\\n var mPlayer = mediaPlayer;\\n for (var j = mPlayer.length - 1; j >= 0; j--) {\\n if (mPlayer[j].containerId == i) {\\n var v = mPlayer[j][p];\\n mPlayer[j][p] = !v;\\n break;\\n }\\n }\\n },\\n start: function(i, t) {\\n var mPlayer = mediaPlayer;\\n mPlayer.push(new objMediaPlayer(i,t));\\n function objMediaPlayer(cid, mediaTitle) {\\n this.containerId = cid;\\n this.mediaTitle = mediaTitle;\\n this.vidStarted = false;\\n this.audStarted = false;\\n this.hasScrubbed = false;\\n this.isAuto = false;\\n this.isTen = false;\\n this.isTwentyFive = false;\\n this.isHalf = false;\\n this.isSeventyFive = false;\\n this.isBuffering = false;\\n this.isPaused = false;\\n this.isMidrollStarted = false;\\n this.adNumber = 0;\\n this.startTime = (new Date()).getTime();\\n this.currentTime = (new Date()).getTime();\\n this.timeSpent = 0;\\n }\\n },\\n pause: function(i) {\\n var mPlayer = mediaPlayer;\\n for (var j = mPlayer.length - 1; j >= 0; j--) {\\n if (mPlayer[j].containerId == i) {\\n var p = mPlayer[j].isPaused;\\n var b = mPlayer[j].isBuffering;\\n if (!b) {\\n if (p) {\\n mPlayer[j].startTime = (new Date()).getTime();\\n } else {\\n var playedTime = (new Date()).getTime() - mPlayer[j].startTime + mPlayer[j].timeSpent;\\n mPlayer[j].timeSpent = playedTime;\\n }\\n }\\n mPlayer[j].isPaused = !p;\\n break;\\n }\\n }\\n },\\n buffer: function(i) {\\n var mPlayer = mediaPlayer;\\n for (var j = mPlayer.length - 1; j >= 0; j--) {\\n if (mPlayer[j].containerId == i) {\\n var p = mPlayer[j].isPaused;\\n var b = mPlayer[j].isBuffering;\\n if (!p) {\\n if (b) {\\n mPlayer[j].startTime = (new Date()).getTime();\\n } else {\\n var playedTime = (new Date()).getTime() - mPlayer[j].startTime + mPlayer[j].timeSpent;\\n mPlayer[j].timeSpent = playedTime;\\n }\\n }\\n mPlayer[j].isBuffering = !b;\\n break;\\n }\\n }\\n },\\n progress: function(i) {\\n var mPlayer = mediaPlayer;\\n for (var j = mPlayer.length - 1; j >= 0; j--) {\\n if (mPlayer[j].containerId == i) {\\n mPlayer[j].currentTime = (new Date()).getTime();\\n var playedTime = (mPlayer[j].currentTime - mPlayer[j].startTime + mPlayer[j].timeSpent) / 1000;\\n mPlayer[j].startTime = (new Date()).getTime();\\n mPlayer[j].timeSpent = 0;\\n return Math.round(playedTime);\\n }\\n }\\n },\\n complete: function(i) {\\n var mPlayer = mediaPlayer;\\n for (var j = mPlayer.length - 1; j >= 0; j--) {\\n if (mPlayer[j].containerId == i) {\\n var playedTime = ((new Date()).getTime() - mPlayer[j].startTime + mPlayer[j].timeSpent) / 1000;\\n mPlayer[j].timeSpent = 0;\\n return Math.round(playedTime);\\n }\\n }\\n }\\n };\\n};\\n\\nwminst.capCNNTimeSpent = function(timeSpent, trt, liveInterval) {\\n try { //check media time spent value\\n var timeLimit = 0;\\n if ((parseFloat(timeSpent) == parseInt(timeSpent)) && !isNaN(timeSpent)) {\\n if (liveInterval && liveInterval > 0) {\\n timeLimit = liveInterval; //time limit value set by webdev\\n } else {\\n timeLimit = 60; //time limit in sec\\n if (trt && parseFloat(trt) > 0) {\\n timeLimit = parseFloat(trt) * 2;\\n }\\n }\\n if (timeSpent > timeLimit) {\\n timeSpent = timeLimit;\\n } else if (timeSpent < 0) {\\n timeSpent = 0;\\n }\\n } else {\\n timeSpent = 0;\\n }\\n } catch (e) {\\n timeSpent = 0;\\n }\\n return timeSpent;\\n};\\n\\nwminst.capCNNTimeSpent2 = function(timeSpent, trt) {\\n try { //check media time spent value\\n if ((parseFloat(timeSpent) == parseInt(timeSpent)) && !isNaN(timeSpent)) { //valid time spent value\\n if (trt && !isNaN(trt) && (parseFloat(trt) == parseInt(trt))) { //valid media length\\n if (timeSpent > parseFloat(trt) * 2) {\\n timeSpent = parseFloat(trt) * 2;\\n } else if (timeSpent < 0) {\\n timeSpent = 0;\\n }\\n } else { //invalid media length\\n timeSpent = 0;\\n }\\n } else { //invalid time spent value\\n timeSpent = 0;\\n }\\n } catch (e) {\\n timeSpent = 0;\\n }\\n return timeSpent;\\n};\\n});</script><script>_satellite[\"_runScript5\"](function(event, target, Promise) {\\nwminst.bomboraStandardVITag = function() {\\n if (!window._ml) {\\n (function (w,d,t){\\n _ml = w._ml || {};\\n _ml.nq = w._ml.nq || [];\\n _ml.nq.push([\\'track\\', \\'64240\\', {fp: \\'YOUR_USER_ID\\'}]);\\n var s, cd, tag; s = d.getElementsByTagName(t)[0]; cd = new Date();\\n tag = d.createElement(t); tag.async = 1;\\n tag.src = \\'https://cdn.ml314.com/taglw.js\\';\\n s.parentNode.insertBefore(tag, s);\\n })(window,document,\\'script\\');\\n } else {\\n _ml.nq = window._ml.nq || [];\\n _ml.nq.push([\\'track\\', \\'64240\\']);\\n }\\n};\\n\\nwminst.bomboraRealTimeVITag = function() {\\n if (!window._bmb) {\\n !function(e,t,c,n,o,a,m){e._bmb||(o=e._bmb=function(){o.x?o.x.apply(o,arguments):o.q.push(arguments)},o.q=[],a=t.createElement(c),a.async=true,a.src=\"https://vi.ml314.com/get?eid=64240&tk=GBYTTE9dUG2OqHj1Rk9DPOaLspvMWfLqV236sdkHgf03d&fp=\"+(e.localStorage&&e.localStorage.getItem(n)||\"\"),m=t.getElementsByTagName(c)[0],m.parentNode.insertBefore(a,m))}(window,document,\"script\",\"_ccmaid\");\\n }\\n\\n window.googletag = window.googletag || {cmd: []};\\n googletag.cmd.push(function() {\\n _bmb(\\'vi\\', function(data){\\n if (data != null) {\\n var tmpSegment = [\\n data.industry_id,\\n data.revenue_id,\\n data.size_id,\\n data.functional_area_id,\\n data.professional_group_id,\\n data.seniority_id,\\n data.decision_maker_id,\\n data.install_data_id,\\n data.topic_id,\\n data.interest_group_id,\\n data.segment,\\n data.b2b_interest_cluster_id\\n ].filter(Boolean).join(\\',\\');\\n\\n tmpSegment != \\'\\' && googletag.pubads().setTargeting(\"bmb\",tmpSegment.split(\\',\\'));\\n }\\n });\\n });\\n};\\n\\nwminst.bomboraPageBeacon = function() {\\n wminst.bomboraStandardVITag()\\n wminst.bomboraRealTimeVITag()\\n};\\n\\nPubSub.subscribe(\"dynamic-page\", function(data) {\\n wminst.bomboraPageBeacon();\\n});\\n\\nPubSub.subscribe(\"tab-page\", function(data) {\\n wminst.bomboraPageBeacon();\\n});\\n\\nPubSub.subscribe(\"cnnsearch-results\", function(data) {\\n wminst.bomboraPageBeacon();\\n});\\n\\nPubSub.subscribe(\"weather-page\", function(data) {\\n wminst.bomboraPageBeacon();\\n});\\n\\nPubSub.subscribe(\"picker-pageview\", function(data) {\\n wminst.bomboraPageBeacon();\\n});\\n\\nPubSub.subscribe(\"readmore-page\", function(data) {\\n wminst.bomboraPageBeacon();\\n});\\n\\nPubSub.subscribe(\"breaking-news\", function(data) {\\n if (data.domain && (data.domain == \"cnn.com\" || data.domain == \"us.cnn.com\" || data.domain == \"sweet.next.cnn.com\" || data.domain == \"edition.cnn.com\")) {\\n // Do Nothing\\n } else {\\n wminst.bomboraPageBeacon();\\n }\\n});\\n\\n\\n/* ============== Page Load ============= */\\nif (!wminst.Util.isDynamicPage() && !wminst.Util.isFavePage() && !wminst.Util.inIFrame()) { \\n wminst.bomboraPageBeacon();\\n}\\n});</script><script>_satellite[\"_runScript6\"](function(event, target, Promise) {\\nwminst.initStreamingTag = function () {\\n wminst.myStreamingTag = new ns_.StreamingTag({\\n customerC2: \"6035748\"\\n });\\n}\\n\\nPubSub.subscribe(\"Player_Ready\", function(data) {\\n if (typeof wminst.myStreamingTag != \"undefined\") {\\n wminst.myStreamingTag.stop();\\n }\\n wminst.initStreamingTag();\\n});\\n\\nPubSub.subscribe(\"cs_video-preroll\", function(data) {\\n var v = wminst.getVideoMetadata(data);\\n if (typeof wminst.myStreamingTag != \"undefined\") {\\n wminst.myStreamingTag.stop();\\n }\\n if (!wminst.prev_vid) { //first video\\n wminst.initStreamingTag();\\n } else if (wminst.prev_vid && wminst.prev_vid !== v.id) { //new video\\n wminst.initStreamingTag();\\n } else if (wminst.completed_vid && wminst.completed_vid == v.id) {\\n wminst.completed_vid = \"\";\\n wminst.initStreamingTag();\\n }\\n wminst.prev_vid = v.id;\\n var clength = v.ad_duration || 0;\\n try {\\n clength = parseInt(clength);\\n if (clength % 1000 !== 0) {\\n clength = clength * 1000;\\n }\\n } catch (e) {\\n clength = 0;\\n }\\n var cs_ucfr = wminst.Util.isTagConsented(\"comscore\") ? \"1\" : \"0\";\\n var metadata = {\\n ns_st_cl: clength || 3000,\\n cs_ucfr: cs_ucfr\\n };\\n if (ns_) {\\n ns_.StreamingTag.AdType = {\\n BrandedOnDemandContent: \"34\",\\n BrandedOnDemandLive: \"35\",\\n BrandedOnDemandMidRoll: \"32\",\\n BrandedOnDemandPostRoll: \"33\",\\n BrandedOnDemandPreRoll: \"31\",\\n LinearLive: \"21\",\\n LinearOnDemandMidRoll: \"12\",\\n LinearOnDemandPostRoll: \"13\",\\n LinearOnDemandPreRoll: \"11\",\\n Other: \"00\"\\n };\\n }\\n var atype = ns_.StreamingTag.AdType.LinearOnDemandPreRoll;\\n if (v.adType && v.adType.toLowerCase() === \"midroll\") { atype = ns_.StreamingTag.AdType.LinearOnDemandMidRoll; }\\n if (v.adType && v.adType.toLowerCase() === \"postroll\") { atype = ns_.StreamingTag.AdType.LinearOnDemandPostRoll; }\\n if (v.isLive && (v.isLive == \"true\" || v.isLive == true)) {\\n atype = ns_.StreamingTag.AdType.LinearLive;\\n }\\n wminst.myStreamingTag.playVideoAdvertisement(metadata, atype);\\n});\\n\\nPubSub.subscribe(\"cs_ad-complete\", function(data) {\\n if (typeof wminst.myStreamingTag != \"undefined\") {\\n wminst.myStreamingTag.stop();\\n }\\n});\\n\\nPubSub.subscribe(\"cs_video-play\", function(data) {\\n var v = wminst.getVideoMetadata(data);\\n if (typeof wminst.myStreamingTag != \"undefined\") {\\n wminst.myStreamingTag.stop();\\n }\\n if (!wminst.prev_vid) { //first video\\n wminst.initStreamingTag();\\n } else if (wminst.prev_vid && wminst.prev_vid !== v.id) { //new video\\n wminst.initStreamingTag();\\n } else if (wminst.completed_vid && wminst.completed_vid == v.id) {\\n wminst.completed_vid = \"\";\\n wminst.initStreamingTag();\\n }\\n wminst.prev_vid = v.id;\\n var clength = v.trt || 0;\\n var c4 = \"CNN\";\\n var c3 = \"*null\";\\n var c6 = \"*null\";\\n try {\\n clength = parseInt(clength);\\n if (clength % 1000 !== 0) {\\n clength = clength * 1000;\\n }\\n } catch (e) {\\n clength = 0;\\n }\\n var adate = v.timestamp || \"\";\\n try {\\n if (adate) {\\n adate = new Date(adate);\\n adate = adate.toISOString().substring(0, 10);\\n }\\n } catch (e) {}\\n if (window.location.hostname.indexOf(\"edition\") != -1) {\\n c4 = \"CNNI\";\\n c3 = \"CNNEDITION\";\\n }\\n if (typeof v.category != \\'undefined\\' && v.category.toLowerCase() === \"spanish\") {\\n c4 = \"CNNESPANOL\";\\n }\\n if (typeof v.category != \\'undefined\\' && v.category.toLowerCase() === \"cnnmoney\") {\\n c4 = \"CNNMONEY\";\\n }\\n var ch = wminst.Util.getCNNSection(0) || \"\";\\n var pn = {\\n \"entertainment\": \"CNNENT\",\\n \"health\": \"CNNHEALTH\",\\n \"politics\": \"CNNPOLITICS\",\\n \"tech\": \"CNNTECH\",\\n \"travel\": \"CNNTRAVEL\",\\n \"us\": \"CNNUS\",\\n \"world\": \"CNNWORLD\",\\n \"opinions\": \"CNNOPINION\",\\n \"living\": \"CNNLIVING\",\\n \"cnn homepage\": \"CNNHOME\",\\n \"ireport\": \"IREPORT\",\\n \"justice\": \"CNNJUSTICE\",\\n \"elections\": \"CNNPOLITICS\",\\n \"style\": \"CNNSTYLE\"\\n }[ch];\\n if (pn) { c4 = pn; }\\n if(pn && ch == \"elections\"){ c6 = \"ELECTION\";}\\n if (wminst.isBusinessVideo(data)) {\\n c4 = \"CNNBUSINESS\";\\n c6 = \"BUSINESS\";\\n }\\n var cs_ucfr = wminst.Util.isTagConsented(\"comscore\") ? \"1\" : \"0\";\\n var metadata = {\\n ns_st_ci: v.id,\\n ns_st_cl: clength,\\n ns_st_st: \"*null\",\\n ns_st_pu: \"CNN\",\\n ns_st_pr: v.subcategory || \"*null\",\\n ns_st_ep: v.headline || \"*null\",\\n ns_st_sn: \"*null\",\\n ns_st_en: \"*null\",\\n ns_st_ge: v.category || \"*null\",\\n ns_st_ia: \"0\",\\n ns_st_ce: \"0\",\\n ns_st_ddt: \"*null\",\\n ns_st_tdt: adate || \"*null\",\\n c3: c3,\\n c4: c4,\\n c6: c6,\\n cs_ucfr: cs_ucfr\\n };\\n if (ns_) {\\n ns_.StreamingTag.ContentType = {\\n Bumper: \"99\",\\n Live: \"13\",\\n LongFormOnDemand: \"12\",\\n Other: \"00\",\\n ShortFormOnDemand: \"11\",\\n UserGeneratedLive: \"23\",\\n UserGeneratedLongFormOnDemand: \"22\",\\n UserGeneratedShortFormOnDemand: \"21\"\\n };\\n }\\n var vtype = ns_.StreamingTag.ContentType.ShortFormOnDemand;\\n if (v.content_type && v.content_type == \"episode\") {\\n vtype = ns_.StreamingTag.ContentType.LongFormOnDemand;\\n }\\n if (v.id && v.id.indexOf(\"cvplive\") != -1) {\\n vtype = ns_.StreamingTag.ContentType.Live;\\n }\\n if (v.isLive && v.isLive == \"true\") {\\n vtype = ns_.StreamingTag.ContentType.Live;\\n }\\n wminst.myStreamingTag.playVideoContentPart(metadata, vtype);\\n});\\nPubSub.subscribe(\"cs_video-pause\", function(data) {\\n if (typeof wminst.myStreamingTag != \"undefined\") {\\n wminst.myStreamingTag.stop();\\n }\\n});\\nPubSub.subscribe(\"cs_video-resume\", function(data) {\\n var v = wminst.getVideoMetadata(data);\\n if (typeof wminst.myStreamingTag != \"undefined\") {\\n wminst.myStreamingTag.stop();\\n }\\n\\n var clength = v.trt || 0;\\n var c4 = \"CNN\";\\n var c3 = \"*null\";\\n var c6 = \"*null\";\\n try {\\n clength = parseInt(clength);\\n if (clength % 1000 !== 0) {\\n clength = clength * 1000;\\n }\\n } catch (e) {\\n clength = 0;\\n }\\n var adate = v.timestamp || \"\";\\n try {\\n if (adate) {\\n adate = new Date(adate);\\n adate = adate.toISOString().substring(0, 10);\\n }\\n } catch (e) {}\\n if (window.location.hostname.indexOf(\"edition\") != -1) {\\n c4 = \"CNNI\";\\n c3 = \"CNNEDITION\";\\n }\\n if (typeof v.category != \\'undefined\\' && v.category.toLowerCase() === \"spanish\") {\\n c4 = \"CNNESPANOL\";\\n }\\n if (typeof v.category != \\'undefined\\' && v.category.toLowerCase() === \"cnnmoney\") {\\n c4 = \"CNNMONEY\";\\n }\\n var ch = wminst.Util.getCNNSection(0) || \"\";\\n var pn = {\\n \"entertainment\": \"CNNENT\",\\n \"health\": \"CNNHEALTH\",\\n \"politics\": \"CNNPOLITICS\",\\n \"tech\": \"CNNTECH\",\\n \"travel\": \"CNNTRAVEL\",\\n \"us\": \"CNNUS\",\\n \"world\": \"CNNWORLD\",\\n \"opinions\": \"CNNOPINION\",\\n \"living\": \"CNNLIVING\",\\n \"cnn homepage\": \"CNNHOME\",\\n \"ireport\": \"IREPORT\",\\n \"justice\": \"CNNJUSTICE\",\\n \"elections\": \"CNNPOLITICS\",\\n \"style\": \"CNNSTYLE\"\\n }[ch];\\n if (pn) { c4 = pn; }\\n if(pn && ch == \"elections\"){ c6 = \"ELECTION\";}\\n if (wminst.isBusinessVideo(data)) {\\n c4 = \"CNNBUSINESS\";\\n c6 = \"BUSINESS\";\\n }\\n var cs_ucfr = wminst.Util.isTagConsented(\"comscore\") ? \"1\" : \"0\";\\n var metadata = {\\n ns_st_ci: v.id,\\n ns_st_cl: clength,\\n ns_st_st: \"*null\",\\n ns_st_pu: \"CNN\",\\n ns_st_pr: v.subcategory || \"*null\",\\n ns_st_ep: v.headline || \"*null\",\\n ns_st_sn: \"*null\",\\n ns_st_en: \"*null\",\\n ns_st_ge: v.category || \"*null\",\\n ns_st_ia: \"0\",\\n ns_st_ce: \"0\",\\n ns_st_ddt: \"*null\",\\n ns_st_tdt: adate || \"*null\",\\n c3: c3,\\n c4: c4,\\n c6: c6,\\n cs_ucfr: cs_ucfr\\n };\\n if (ns_) {\\n ns_.StreamingTag.ContentType = {\\n Bumper: \"99\",\\n Live: \"13\",\\n LongFormOnDemand: \"12\",\\n Other: \"00\",\\n ShortFormOnDemand: \"11\",\\n UserGeneratedLive: \"23\",\\n UserGeneratedLongFormOnDemand: \"22\",\\n UserGeneratedShortFormOnDemand: \"21\"\\n };\\n }\\n var vtype = ns_.StreamingTag.ContentType.ShortFormOnDemand;\\n if (v.content_type && v.content_type == \"episode\") {\\n vtype = ns_.StreamingTag.ContentType.LongFormOnDemand;\\n }\\n if (v.id && v.id.indexOf(\"cvplive\") != -1) {\\n vtype = ns_.StreamingTag.ContentType.Live;\\n }\\n if (v.isLive && v.isLive == \"true\") {\\n vtype = ns_.StreamingTag.ContentType.Live;\\n }\\n wminst.myStreamingTag.playVideoContentPart(metadata, vtype);\\n});\\n\\nPubSub.subscribe(\"cs_video-complete\", function(data) {\\n var v = wminst.getVideoMetadata(data);\\n wminst.completed_vid = v.id;\\n if (typeof wminst.myStreamingTag != \"undefined\") {\\n wminst.myStreamingTag.stop();\\n }\\n});\\n\\nPubSub.subscribe(\"Video_Completed\", function(data) {\\n var v = wminst.getVideoMetadata(data);\\n wminst.completed_vid = v.id;\\n if (typeof wminst.myStreamingTag != \"undefined\") {\\n wminst.myStreamingTag.stop();\\n }\\n});\\n});</script><script>_satellite[\"_runScript7\"](function(event, target, Promise) {\\nwminst.comscorePageBeacon = function() {\\n var c_id = \"6035748\";\\n var cs_ucfr = wminst.Util.isTagConsented(\"comscore\") ? \"1\" : \"0\";\\n var _comscore = window._comscore = _comscore || [];\\n if (wminst.Util.isFBIAPage() === true) {\\n var comscorekw = \"fbia\";\\n _comscore.push({ c1: \"2\", c2: c_id, cs_ucfr: cs_ucfr, options:{url_append: \"comscorekw=fbia\"}});\\n } else {\\n _comscore.push({ c1: \"2\", c2: c_id, cs_ucfr: cs_ucfr });\\n }\\n \\n try {\\n if (window.COMSCORE) {\\n COMSCORE.beacon(_comscore[0]);\\n wminst.Util.sendImagePixel(\"//lightning.cnn.com/analytics/cnn/comscore-pageview-candidate.json\");\\n } else {\\n var protocol = document.location.protocol == \"https:\" ? \"https://sb\" : \"http://b\";\\n wminst.Util.loadScript(protocol + \".scorecardresearch.com/beacon.js\");\\n }\\n } catch (e) {}\\n};\\n\\nPubSub.subscribe(\"dynamic-page\", function(data) {\\n wminst.comscorePageBeacon();\\n});\\n\\nPubSub.subscribe(\"tab-page\", function(data) {\\n wminst.comscorePageBeacon();\\n});\\n\\nPubSub.subscribe(\"cnnsearch-results\", function(data) {\\n wminst.comscorePageBeacon();\\n});\\n\\nPubSub.subscribe(\"weather-page\", function(data) {\\n wminst.comscorePageBeacon();\\n});\\n\\nPubSub.subscribe(\"picker-pageview\", function(data) {\\n wminst.comscorePageBeacon();\\n});\\n\\nPubSub.subscribe(\"cnngallery-click\", function(data) {\\n wminst.comscorePageBeacon();\\n});\\n\\nPubSub.subscribe(\"readmore-page\", function(data) {\\n wminst.comscorePageBeacon();\\n});\\n\\nPubSub.subscribe(\"breaking-news\", function(data) {\\n if (data.domain && (data.domain == \"cnn.com\" || data.domain == \"us.cnn.com\" || data.domain == \"sweet.next.cnn.com\" || data.domain == \"edition.cnn.com\")) {\\n // Do Nothing\\n } else {\\n wminst.comscorePageBeacon();\\n }\\n});\\n\\n\\n/* ============== Page Load ============= */\\nif (!wminst.Util.isDynamicPage() && !wminst.Util.isFavePage() && !wminst.Util.inIFrame()) { \\n wminst.comscorePageBeacon();\\n}\\n\\n\\n});</script><script>_satellite[\"_runScript8\"](function(event, target, Promise) {\\nwminst.nielsenPageBeacon = function() {\\n var ci, si, rp, random;\\n ci = \"us-204044h\";\\n si = escape(window.location.href);\\n rp = escape(document.referrer);\\n random = +(new Date());\\n wminst.Util.sendImagePixel(\"//secure-us.imrworldwide.com/cgi-bin/m?ci=\" + ci + \"&cg=0&cc=1&si=\" + si + \"&rp=\" + rp +\"&ts=compact&rnd=\" + random);\\n};\\n\\nif (!wminst.Util.isRefreshPage() && !wminst.Util.inIFrame()) {\\n wminst.nielsenPageBeacon();\\n}\\n});</script><script>_satellite[\"_runScript9\"](function(event, target, Promise) {\\nwminst.nielsenVideoBeacon = function(state, data, cg) {\\n var v = wminst.getVideoMetadata(data);\\n var ci, c6, tl, random, url;\\n ci = \"us-100120\";\\n c6 = (v.category && (v.category == \"cnnmoney\" || v.category == \"business\")) ? \"vc,c02\" : \"vc,b01\";\\n tl = state + \"-\" + v.id;\\n random = +(new Date());\\n url = \"//secure-us.imrworldwide.com/cgi-bin/m?ci=\" + ci + \"&c6=\" + c6 + \"&cc=1&tl=\" + tl + \"&rnd=\" + random;\\n if (cg) url += \"&cg=\" + cg;\\n wminst.Util.sendImagePixel(url);\\n};\\n\\nPubSub.subscribe(\"cnnvideo-start\", function(data) {\\n wminst.nielsenVideoBeacon(\"dav0\", data);\\n});\\n\\nPubSub.subscribe(\"cnnvideo-autostart\", function(data) {\\n wminst.nielsenVideoBeacon(\"dav0\", data);\\n});\\n\\nPubSub.subscribe(\"cnnvideo-live\", function(data) {\\n wminst.nielsenVideoBeacon(\"dav0\", data, \"live\");\\n});\\n\\nPubSub.subscribe(\"cnnvideo-episode\", function(data) {\\n wminst.nielsenVideoBeacon(\"dav0\", data);\\n});\\n\\nPubSub.subscribe(\"cnnvideo-complete\", function(data) {\\n wminst.nielsenVideoBeacon(\"dav2\", data);\\n});\\n});</script><script>_satellite[\"_runScript10\"](function(event, target, Promise) {\\nvar _qevents = _qevents || [];\\n\\n(function() {\\n var elem = document.createElement(\\'script\\');\\n elem.src = (document.location.protocol == \"https:\" ? \"https://secure\" : \"http://edge\") + \".quantserve.com/quant.js\";\\n elem.async = true;\\n elem.type = \"text/javascript\";\\n elem.onload = function() {\\n window._qevents.push({\\n qacct:\"p-D1yc5zQgjmqr5\"\\n });\\n }\\n var scpt = document.getElementsByTagName(\\'script\\')[0];\\n scpt.parentNode.insertBefore(elem, scpt);\\n})();\\n});</script><script>_satellite[\"_runScript11\"](function(event, target, Promise) {\\nvar script = document.createElement(\\'script\\');\\nscript.type = \\'text/javascript\\';\\nscript.src = \\'//tag.bounceexchange.com/340/i.js\\';\\nscript.async = true;\\ndocument.head.appendChild(script);\\n});</script>\\n <div class=\"kiln-internals\" data-editable=\"kilnInternals\"></div>\\n <script type=\"text/javascript\">\\n // <![CDATA[\\n window.modules=[];\\nwindow.modules[\"1\"] = [function(require,module,exports){var baseGet=require(2987);function get(e,t,r){var a=null==e?void 0:baseGet(e,t);return void 0===a?r:a}module.exports=get;\\n}, {\"2987\":2987}];\\nwindow.modules[\"2\"] = [function(require,module,exports){\"use strict\";module.exports.findComponentRefInPage=require(534),module.exports.findRefPath=require(533),module.exports.getComponentInstance=require(529),module.exports.getLayoutInstance=require(507),module.exports.getComponentName=require(508),module.exports.getLayoutName=require(509),module.exports.getComponentVersion=require(510),module.exports.getDeepLinkHashString=require(506),module.exports.getPageInstance=require(512),module.exports.getPageVersion=require(511),module.exports.getListInstance=require(513),module.exports.getPrefix=require(514),module.exports.getPropSchema=require(532),module.exports.getSharedComponentParentRef=require(530),module.exports.hasSharedComponentMeta=require(531),module.exports.isChildSharedComponent=require(535),module.exports.isComponent=require(515),module.exports.isLayout=require(516),module.exports.isLayoutMeta=require(536),module.exports.isDefaultComponent=require(518),module.exports.isDefaultLayout=require(517),module.exports.isPage=require(519),module.exports.isPageMeta=require(537),module.exports.isParentSharedComponent=require(539),module.exports.isPublished=require(521),module.exports.isSharedComponent=require(538),module.exports.isSharedComponentPage=require(540),module.exports.isList=require(520),module.exports.isUri=require(523),module.exports.isUser=require(522),module.exports.replaceVersion=require(524),module.exports.setSharedComponentOverride=require(541),module.exports.uriPrefixToSlug=require(525),module.exports.uriSlugToPrefix=require(526),module.exports.jsonPrefixToSlug=require(528),module.exports.jsonSlugToPrefix=require(527);\\n}, {\"506\":506,\"507\":507,\"508\":508,\"509\":509,\"510\":510,\"511\":511,\"512\":512,\"513\":513,\"514\":514,\"515\":515,\"516\":516,\"517\":517,\"518\":518,\"519\":519,\"520\":520,\"521\":521,\"522\":522,\"523\":523,\"524\":524,\"525\":525,\"526\":526,\"527\":527,\"528\":528,\"529\":529,\"530\":530,\"531\":531,\"532\":532,\"533\":533,\"534\":534,\"535\":535,\"536\":536,\"537\":537,\"538\":538,\"539\":539,\"540\":540,\"541\":541}];\\nwindow.modules[\"5\"] = [function(require,module,exports){(function (process,global){(function (){\\n\"use strict\";var _interopRequireDefault=require(10),_defineProperty2=_interopRequireDefault(require(19)),_classCallCheck2=_interopRequireDefault(require(11)),_createClass2=_interopRequireDefault(require(12));function ownKeys(e,r){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);r&&(n=n.filter(function(r){return Object.getOwnPropertyDescriptor(e,r).enumerable})),t.push.apply(t,n)}return t}function _objectSpread(e){for(var r=1;r<arguments.length;r++){var t=null!=arguments[r]?arguments[r]:{};r%2?ownKeys(Object(t),!0).forEach(function(r){(0,_defineProperty2.default)(e,r,t[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):ownKeys(Object(t)).forEach(function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(t,r))})}return e}var _get=require(1),_isPlainObject=require(120),_isString=require(303),_reduce=require(3140),IS_CLIENT=\"undefined\"!=typeof window;function log(e){var r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:\"ERROR\";console.log(\"[service/dotenv][\".concat(r,\"] \").concat(e))}function changeStringBoolToBool(e){return\"True\"===e||\"true\"===e||\"False\"!==e&&\"false\"!==e&&e}function formatEnvVars(e){return Array.isArray(e)?_reduce(e,function(e,r,t){return e[t]=formatEnvVars(r),e},[]):_isPlainObject(e)?_reduce(e,function(e,r,t){return e[t]=formatEnvVars(r),e},{}):_isString(e)&&e.split(\",\").length>1?e.split(\",\"):_isString(e)?changeStringBoolToBool(e):e}function getVariableValue(e,r){if(e){var t=_get(e,r,e[r]);return void 0!==t?formatEnvVars(t):void 0}}var EnvVars=function(){function e(){(0,_classCallCheck2.default)(this,e),this.allowedOnClient=[],this.allowedOnEditClient=[],this.getAllForWindow=this.getAllForWindow.bind(this)}return(0,_createClass2.default)(e,[{key:\"getForClient\",value:function(e){var r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:void 0,t=getVariableValue(global.env,e),n=getVariableValue(window.env,e);return void 0!==t?t:void 0!==n?n:formatEnvVars(r)}},{key:\"getForServer\",value:function(e){var r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:void 0,t=getVariableValue(global.env,e),n=getVariableValue(process.env,e);return void 0!==t?t:void 0!==n?n:formatEnvVars(r)}},{key:\"getAllForClient\",value:function(){return formatEnvVars(_objectSpread(_objectSpread({},window.env),global.env))}},{key:\"getAllForWindow\",value:function(e){var r=this;[\"allowedOnClient\",\"allowedOnEditClient\"].forEach(function(e){r[e]&&!Array.isArray(r[e])&&log(\"EnvVars.\".concat(e,\" must be an array of environment variable key strings\"))});var t=this.allowedOnClient;return e&&(t=t.concat(this.allowedOnEditClient)),t&&t.reduce(function(e,t){var n=r.getForServer(t);return e[t]=n,e},{})}},{key:\"getAllForServer\",value:function(){return formatEnvVars(_objectSpread(_objectSpread({},process.env),global.env))}}]),e}(),env=new EnvVars;function configure(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};env.allowedOnClient=e.allowedOnClient||[],env.allowedOnEditClient=e.allowedOnEditClient||[]}module.exports.configure=configure,module.exports.get=IS_CLIENT?env.getForClient:env.getForServer,module.exports.getAll=IS_CLIENT?env.getAllForClient:env.getAllForServer,module.exports.getAllForWindow=IS_CLIENT?env.getForClient:env.getAllForWindow;\\n\\n}).call(this)}).call(this,require(221),typeof global !== \"undefined\" ? global : typeof self !== \"undefined\" ? self : typeof window !== \"undefined\" ? window : {})}, {\"1\":1,\"10\":10,\"11\":11,\"12\":12,\"19\":19,\"120\":120,\"221\":221,\"303\":303,\"3140\":3140}];\\nwindow.modules[\"6\"] = [function(require,module,exports){\"use strict\";var _interopRequireDefault=require(10),_classCallCheck2=_interopRequireDefault(require(11)),_createClass2=_interopRequireDefault(require(12)),_inherits2=_interopRequireDefault(require(13)),_possibleConstructorReturn2=_interopRequireDefault(require(14)),_getPrototypeOf2=_interopRequireDefault(require(15));function _createSuper(e){var t=_isNativeReflectConstruct();return function(){var r,a=(0,_getPrototypeOf2.default)(e);if(t){var i=(0,_getPrototypeOf2.default)(this).constructor;r=Reflect.construct(a,arguments,i)}else r=a.apply(this,arguments);return(0,_possibleConstructorReturn2.default)(this,r)}}function _isNativeReflectConstruct(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}var _require=require(16),ClientModel=_require.ClientModel,actions=_require.actions,_require2=require(3217),AdData=_require2.AdData,EnvVars=require(5),modalDivId=\"ad-feedback__modal-overlay\",enableAdFeedbackDisplayAds=EnvVars.get(\"ENABLE_AD_FEEDBACK_DISPLAY_ADS\")&&null!==document.querySelector(\"#\".concat(modalDivId)),enableAdFeedbackVideoAds=EnvVars.get(\"ENABLE_AD_FEEDBACK_VIDEO_ADS\")&&null!==document.querySelector(\"#\".concat(modalDivId)),ShowAdFeedbackDispatcher=function(e){(0,_inherits2.default)(r,e);var t=_createSuper(r);function r(){return(0,_classCallCheck2.default)(this,r),t.call(this)}return(0,_createClass2.default)(r,[{key:\"showFeedback\",value:function(e){var t=e.adType,r=e.adIdentifier;this.dispatch(actions.ADS.SHOW_FEEDBACK,{adType:t,adIdentifier:r})}}]),r}(ClientModel),adData=new AdData;module.exports={ShowAdFeedbackDispatcher:ShowAdFeedbackDispatcher,ENABLE_AD_FEEDBACK_DISPLAY_ADS:enableAdFeedbackDisplayAds,ENABLE_AD_FEEDBACK_VIDEO_ADS:enableAdFeedbackVideoAds,AdData:adData};\\n}, {\"5\":5,\"10\":10,\"11\":11,\"12\":12,\"13\":13,\"14\":14,\"15\":15,\"16\":16,\"3217\":3217}];\\nwindow.modules[\"7\"] = [function(require,module,exports){\"use strict\";var _require=require(6),ShowAdFeedbackDispatcher=_require.ShowAdFeedbackDispatcher,ENABLE_AD_FEEDBACK_DISPLAY_ADS=_require.ENABLE_AD_FEEDBACK_DISPLAY_ADS,ENABLE_AD_FEEDBACK_VIDEO_ADS=_require.ENABLE_AD_FEEDBACK_VIDEO_ADS,_require2=require(3217),AdDataType=_require2.AdDataType,showAdFeedbackDispatcher=new ShowAdFeedbackDispatcher,ucStates=[\"ads-contextual\",\"ads-person-prof\",\"ads-person\"],shouldHideAdFeedbackLink=window.WM.UserConsent.isInGdprRegion()&&!window.WM.UserConsent.inUserConsentState(ucStates);function getAdFeedbackLink(e){var d=e.classList.contains(\"ad-feedback-link\")?e:e.querySelector(\".ad-feedback-link\");return d&&(d.setAdIdentifier=function(e){d.dataset.adIdentifier=e},d.getAdIdentifier=function(){return d.dataset.adIdentifier}),d}function initAdFeedbackLink(e){var d,a=getAdFeedbackLink(e);if(!shouldHideAdFeedbackLink&&a&&(ENABLE_AD_FEEDBACK_DISPLAY_ADS&&\"DISPLAY\"===a.dataset.adType||ENABLE_AD_FEEDBACK_VIDEO_ADS&&\"VIDEO\"===a.dataset.adType))return a.addEventListener(\"click\",function(){var e=a.dataset.adType,d=a.getAdIdentifier();e=Object.keys(AdDataType).includes(e)?AdDataType[e]:AdDataType.DISPLAY,showAdFeedbackDispatcher.showFeedback({adType:e,adIdentifier:d})}),a;null===(d=e.querySelector(\".ad-feedback-link\"))||void 0===d||d.remove()}module.exports={getAdFeedbackLink:getAdFeedbackLink,initAdFeedbackLink:initAdFeedbackLink,shouldHideAdFeedbackLink:shouldHideAdFeedbackLink};\\n}, {\"6\":6,\"3217\":3217}];\\nwindow.modules[\"8\"] = [function(require,module,exports){\"use strict\";var _interopRequireDefault=require(10),_classCallCheck2=_interopRequireDefault(require(11)),_createClass2=_interopRequireDefault(require(12)),_inherits2=_interopRequireDefault(require(13)),_possibleConstructorReturn2=_interopRequireDefault(require(14)),_getPrototypeOf2=_interopRequireDefault(require(15));function _createForOfIteratorHelper(e,t){var n=\"undefined\"!=typeof Symbol&&e[Symbol.iterator]||e[\"@@iterator\"];if(!n){if(Array.isArray(e)||(n=_unsupportedIterableToArray(e))||t&&e&&\"number\"==typeof e.length){n&&(e=n);var s=0,r=function(){};return{s:r,n:function(){return s>=e.length?{done:!0}:{done:!1,value:e[s++]}},e:function(e){throw e},f:r}}throw new TypeError(\"Invalid attempt to iterate non-iterable instance.\\\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}var a,i=!0,o=!1;return{s:function(){n=n.call(e)},n:function(){var e=n.next();return i=e.done,e},e:function(e){o=!0,a=e},f:function(){try{i||null==n.return||n.return()}finally{if(o)throw a}}}}function _unsupportedIterableToArray(e,t){if(e){if(\"string\"==typeof e)return _arrayLikeToArray(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return\"Object\"===n&&e.constructor&&(n=e.constructor.name),\"Map\"===n||\"Set\"===n?Array.from(e):\"Arguments\"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?_arrayLikeToArray(e,t):void 0}}function _arrayLikeToArray(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,s=new Array(t);n<t;n++)s[n]=e[n];return s}function _createSuper(e){var t=_isNativeReflectConstruct();return function(){var n,s=(0,_getPrototypeOf2.default)(e);if(t){var r=(0,_getPrototypeOf2.default)(this).constructor;n=Reflect.construct(s,arguments,r)}else n=s.apply(this,arguments);return(0,_possibleConstructorReturn2.default)(this,n)}}function _isNativeReflectConstruct(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}var _require=require(16),ClientModel=_require.ClientModel,actions=_require.actions,_require2=require(9),validateInput=_require2.validateInput,_require3=require(6),AdData=_require3.AdData,ADS=actions.ADS,AdFeedback=function(e){(0,_inherits2.default)(n,e);var t=_createSuper(n);function n(){return(0,_classCallCheck2.default)(this,n),t.call(this)}return(0,_createClass2.default)(n,[{key:\"initialize\",value:function(){this.subscribe(ADS.SHOW_FEEDBACK,this.showModal),this.adIdentifier=\"\",this.adType=\"\",this.setHtmlElements(),this.addEventListeners(),this.updateIssuesDisplay(),this.onInputChange(),this.pausedVideos=[],this.attemptModalClose=null}},{key:\"setHtmlElements\",value:function(){var e=document.querySelector(\"html\"),t=document.querySelector(\"body\"),n=document.querySelector(\".ad-feedback__modal\"),s=n.querySelector(\".ad-feedback__container\"),r=n.querySelector(\"form\"),a=n.querySelectorAll(\"input\"),i=n.querySelector(\".ad-feedback__comment\"),o=n.querySelector(\".ad-feedback__comment-error-msg\"),l=n.querySelectorAll(\".ad-feedback__content-container[data-sentiment]\"),u=n.querySelector(\"button#ad-feedback__submit\"),c=n.querySelector(\"input#ad-feedback__technical-issues-checkbox\"),d=n.querySelector(\".ad-feedback__technical-issues-container\"),m=n.querySelector(\".ad-feedback__technical-issues-checkbox-label\"),f=n.querySelectorAll(\".ad-feedback__checkbox__input\"),h=n.querySelector(\".ad-feedback__submitted\");this.elements={html:e,body:t,overlay:n,container:s,inputs:a,commentsTextarea:i,commentsErrorMsg:o,form:r,sentimentQuestions:l,submitButton:u,slider:c,technicalIssuesContainer:d,technicalIssuesLabel:m,technicalIssuesOptions:f,submitted:h,closeIds:[\"ad-feedback__modal-overlay\",\"ad-feedback__close-icon\",\"ad-feedback__cancel\",\"ad-feedback__submitted__close\",\"ad-feedback__submitted__close-icon\"]}}},{key:\"getSentimentQuestions\",value:function(){var e,t=[],n=_createForOfIteratorHelper(this.elements.sentimentQuestions);try{for(n.s();!(e=n.n()).done;){var s=e.value;t.push(s.dataset.sentiment)}}catch(e){n.e(e)}finally{n.f()}return t}},{key:\"getFormData\",value:function(){var e={},t=new FormData(this.elements.form);e.sentiment={};var n,s=_createForOfIteratorHelper(this.getSentimentQuestions());try{for(s.s();!(n=s.n()).done;){var r=n.value;e.sentiment[r]=t.get(r)}}catch(e){s.e(e)}finally{s.f()}return e.didEncounterIssues=t.get(\"didEncounterIssues\"),e.selectedIssues=t.getAll(\"issues\"),e.comment=t.get(\"comment\").substr(0,1e3),e}},{key:\"isValid\",value:function(){var e,t=this.getFormData(),n=t.sentiment,s=t.didEncounterIssues,r=t.selectedIssues,a=!1,i=_createForOfIteratorHelper(this.getSentimentQuestions());try{for(i.s();!(e=i.n()).done;){n[e.value]||(a=!0)}}catch(e){i.e(e)}finally{i.f()}return!s&&!a||(0===r.length&&(a=!0),!a)}},{key:\"clearCommentValidation\",value:function(){this.elements.commentsTextarea.classList.remove(\"ad-feedback__comment_error\"),this.elements.commentsErrorMsg.style.display=\"none\",this.elements.commentsErrorMsg.innerHTML=\"\"}},{key:\"setCommentValidation\",value:function(e){this.elements.commentsTextarea.classList.add(\"ad-feedback__comment_error\"),this.elements.commentsErrorMsg.style.display=\"block\",this.elements.commentsErrorMsg.innerHTML=e}},{key:\"onInputChange\",value:function(){this.elements.submitButton.disabled=!this.isValid()}},{key:\"updateIssuesDisplay\",value:function(){var e=this.getFormData().didEncounterIssues,t=e?\"\":\"none\",n=e?\"Yes\":\"No\";this.elements.technicalIssuesContainer.style.display=t,this.elements.technicalIssuesLabel.innerText=n}},{key:\"updateIssuesQuestions\",value:function(e){var t=\"video\"===e?\"videos\":\"pages\";this.elements.overlay.querySelectorAll(\".issues-checkboxes-container\").forEach(function(e){return e.style.display=\"none\"}),this.elements.overlay.querySelector(\".\".concat(e,\"_issues\")).style.display=\"block\",this.elements.commentsTextarea.placeholder=\"Let us know how else we could improve ads on our \".concat(t,\".\")}},{key:\"sanitizeInput\",value:function(e){return e.replace(/[^a-z0-9áéíóúñü.,_-]/gim,\" \").trim()}},{key:\"addEventListeners\",value:function(){var e=this;this.elements.inputs.forEach(function(t){return t.addEventListener(\"change\",function(){e.onInputChange()})}),this.elements.slider.addEventListener(\"change\",function(){e.updateIssuesDisplay()}),this.elements.form.addEventListener(\"submit\",function(t){t.preventDefault();var n=validateInput(e.elements.commentsTextarea.value,{type:\"validate-pii\",customMsg:\"Please do not include any personal information.\"});n?e.setCommentValidation(n):(e.clearCommentValidation(),e.sendZionSubmitEvent(),e.showSubmittedThanks(),e.resetForm())}),this.elements.overlay.addEventListener(\"mousedown\",function(t){e.elements.closeIds.includes(t.target.id)&&(e.attemptModalClose=t.target)}),this.elements.overlay.addEventListener(\"mouseup\",function(t){e.attemptModalClose===t.target&&(window.zion_analytics.track(new window.ZION_SDK.ComponentOffScreen({component_id:\"close_button\",component_type:t.target.id,traits:{ad_meta_data:AdData.getAdDetails(e.adType,e.adIdentifier)}})),e.hideModal()),e.attemptModalClose=null})}},{key:\"showSubmittedThanks\",value:function(){this.elements.container.classList.add(\"submitted\")}},{key:\"showFeedbackForm\",value:function(){this.elements.container.classList.remove(\"submitted\")}},{key:\"disableBackgroundScroll\",value:function(){this.elements.html.style.overflow=\"hidden\"}},{key:\"enableBackgroundScroll\",value:function(){this.elements.html.style.overflow=\"\"}},{key:\"resetForm\",value:function(){this.elements.form.reset(),this.updateIssuesDisplay(),this.onInputChange(),this.clearCommentValidation()}},{key:\"sendZionOnScreenEvent\",value:function(){var e={ad_meta_data:AdData.getAdDetails(this.adType,this.adIdentifier)};window.zion_analytics.track(new window.ZION_SDK.ComponentOnScreen({component_id:\"trip_wire\",component_type:\"overlay\",traits:{trip_wire:e}}))}},{key:\"sendZionSubmitEvent\",value:function(){var e=this,t=this.getFormData();t.comment=this.sanitizeInput(t.comment);var n={relevance:t.sentiment,issues:{comment:t.comment},ad_meta_data:AdData.getAdDetails(this.adType,this.adIdentifier)};this.elements.technicalIssuesOptions.forEach(function(t){t.classList.contains(\"\".concat(e.adType,\"_issue\"))&&(n.issues[t.value]=t.checked)}),window.zion_analytics.track(new window.ZION_SDK.TripWire(n))}},{key:\"showModal\",value:function(e){var t=e.adType,n=e.adIdentifier;this.elements.overlay.style.display=\"\",this.adIdentifier=n,this.adType=t,this.updateIssuesQuestions(this.adType),this.disableBackgroundScroll(),this.sendZionOnScreenEvent(),this.pauseActiveVideos()}},{key:\"pauseActiveVideos\",value:function(){if(window.FAVE)for(var e in window.FAVE.player.instances)if(Object.prototype.hasOwnProperty.call(window.FAVE.player.instances,e)&&window.FAVE.player.instances[e]){var t=window.FAVE.player.instances[e],n=t.getMediaState();\"PLAYING\"!==n&&\"WAITING\"!==n||(this.pausedVideos.push(t.id),t.pause())}}},{key:\"resumePausedVideos\",value:function(){var e=this;if(window.FAVE)for(var t in window.FAVE.player.instances)Object.prototype.hasOwnProperty.call(window.FAVE.player.instances,t)&&function(){var n=window.FAVE.player.instances[t],s=e.pausedVideos.findIndex(function(e){return e===n.id});s>-1&&(n.resume(),e.pausedVideos.splice(s,1))}()}},{key:\"hideModal\",value:function(){this.enableBackgroundScroll(),this.elements.overlay.style.display=\"none\",this.resetForm(),this.showFeedbackForm(),this.adIdentifier=\"\",this.adType=\"\",this.resumePausedVideos()}}]),n}(ClientModel);module.exports={AdFeedback:AdFeedback};\\n}, {\"6\":6,\"9\":9,\"10\":10,\"11\":11,\"12\":12,\"13\":13,\"14\":14,\"15\":15,\"16\":16}];\\nwindow.modules[\"9\"] = [function(require,module,exports){\"use strict\";var isHtml=require(3261),errorMessageMapping={invalid:\"Please enter a valid {fieldName}\",required:\"{fieldName} is required\",exceedMax:\"{fieldName} must not exceed {max} characters\",underMin:\"{fieldName} must have at least {min} characters\"},validationPropsMapping={zip:{displayName:\"zip code\",regex:/^[0-9]{5}$/},email:{displayName:\"email address\",regex:/^(?:[A-Za-z0-9!#$%&amp;\\'*+/=?^_`{|}~-]+(?:\\\\.[A-Za-z0-9!#$%&amp;\\'*+/=?^_`{|}~-]+)*|\"(?:[\\\\x01-\\\\x08\\\\x0b\\\\x0c\\\\x0e-\\\\x1f\\\\x21\\\\x23-\\\\x5b\\\\x5d-\\\\x7f]|\\\\\\\\[\\\\x01-\\\\x09\\\\x0b\\\\x0c\\\\x0e-\\\\x7f])*\")@(?:(?:[A-Za-z0-9](?:[A-Za-z0-9-]*[A-Za-z0-9])?\\\\.)+[A-Za-z0-9](?:[A-Za-z0-9-]*[A-Za-z0-9])?|\\\\[(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\\\\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?|[A-Za-z0-9-]*[A-Za-z0-9]:(?:[\\\\x01-\\\\x08\\\\x0b\\\\x0c\\\\x0e-\\\\x1f\\\\x21-\\\\x5a\\\\x53-\\\\x7f]|\\\\\\\\[\\\\x01-\\\\x09\\\\x0b\\\\x0c\\\\x0e-\\\\x7f])+)\\\\])$/},\"first-name\":{displayName:\"first name\",isValid:function(u){return!isHtml(u)},regex:/^(?=(?:[\\\\0-\\\\t\\\\x0B\\\\f\\\\x0E-\\\\u2027\\\\u202A-\\\\uD7FF\\\\uE000-\\\\uFFFF]|[\\\\uD800-\\\\uDBFF][\\\\uDC00-\\\\uDFFF]|[\\\\uD800-\\\\uDBFF](?![\\\\uDC00-\\\\uDFFF])|(?:[^\\\\uD800-\\\\uDBFF]|^)[\\\\uDC00-\\\\uDFFF])*(?:[A-Za-z\\\\xAA\\\\xB5\\\\xBA\\\\xC0-\\\\xD6\\\\xD8-\\\\xF6\\\\xF8-\\\\u02C1\\\\u02C6-\\\\u02D1\\\\u02E0-\\\\u02E4\\\\u02EC\\\\u02EE\\\\u0370-\\\\u0374\\\\u0376\\\\u0377\\\\u037A-\\\\u037D\\\\u037F\\\\u0386\\\\u0388-\\\\u038A\\\\u038C\\\\u038E-\\\\u03A1\\\\u03A3-\\\\u03F5\\\\u03F7-\\\\u0481\\\\u048A-\\\\u052F\\\\u0531-\\\\u0556\\\\u0559\\\\u0560-\\\\u0588\\\\u05D0-\\\\u05EA\\\\u05EF-\\\\u05F2\\\\u0620-\\\\u064A\\\\u066E\\\\u066F\\\\u0671-\\\\u06D3\\\\u06D5\\\\u06E5\\\\u06E6\\\\u06EE\\\\u06EF\\\\u06FA-\\\\u06FC\\\\u06FF\\\\u0710\\\\u0712-\\\\u072F\\\\u074D-\\\\u07A5\\\\u07B1\\\\u07CA-\\\\u07EA\\\\u07F4\\\\u07F5\\\\u07FA\\\\u0800-\\\\u0815\\\\u081A\\\\u0824\\\\u0828\\\\u0840-\\\\u0858\\\\u0860-\\\\u086A\\\\u0870-\\\\u0887\\\\u0889-\\\\u088E\\\\u08A0-\\\\u08C9\\\\u0904-\\\\u0939\\\\u093D\\\\u0950\\\\u0958-\\\\u0961\\\\u0971-\\\\u0980\\\\u0985-\\\\u098C\\\\u098F\\\\u0990\\\\u0993-\\\\u09A8\\\\u09AA-\\\\u09B0\\\\u09B2\\\\u09B6-\\\\u09B9\\\\u09BD\\\\u09CE\\\\u09DC\\\\u09DD\\\\u09DF-\\\\u09E1\\\\u09F0\\\\u09F1\\\\u09FC\\\\u0A05-\\\\u0A0A\\\\u0A0F\\\\u0A10\\\\u0A13-\\\\u0A28\\\\u0A2A-\\\\u0A30\\\\u0A32\\\\u0A33\\\\u0A35\\\\u0A36\\\\u0A38\\\\u0A39\\\\u0A59-\\\\u0A5C\\\\u0A5E\\\\u0A72-\\\\u0A74\\\\u0A85-\\\\u0A8D\\\\u0A8F-\\\\u0A91\\\\u0A93-\\\\u0AA8\\\\u0AAA-\\\\u0AB0\\\\u0AB2\\\\u0AB3\\\\u0AB5-\\\\u0AB9\\\\u0ABD\\\\u0AD0\\\\u0AE0\\\\u0AE1\\\\u0AF9\\\\u0B05-\\\\u0B0C\\\\u0B0F\\\\u0B10\\\\u0B13-\\\\u0B28\\\\u0B2A-\\\\u0B30\\\\u0B32\\\\u0B33\\\\u0B35-\\\\u0B39\\\\u0B3D\\\\u0B5C\\\\u0B5D\\\\u0B5F-\\\\u0B61\\\\u0B71\\\\u0B83\\\\u0B85-\\\\u0B8A\\\\u0B8E-\\\\u0B90\\\\u0B92-\\\\u0B95\\\\u0B99\\\\u0B9A\\\\u0B9C\\\\u0B9E\\\\u0B9F\\\\u0BA3\\\\u0BA4\\\\u0BA8-\\\\u0BAA\\\\u0BAE-\\\\u0BB9\\\\u0BD0\\\\u0C05-\\\\u0C0C\\\\u0C0E-\\\\u0C10\\\\u0C12-\\\\u0C28\\\\u0C2A-\\\\u0C39\\\\u0C3D\\\\u0C58-\\\\u0C5A\\\\u0C5D\\\\u0C60\\\\u0C61\\\\u0C80\\\\u0C85-\\\\u0C8C\\\\u0C8E-\\\\u0C90\\\\u0C92-\\\\u0CA8\\\\u0CAA-\\\\u0CB3\\\\u0CB5-\\\\u0CB9\\\\u0CBD\\\\u0CDD\\\\u0CDE\\\\u0CE0\\\\u0CE1\\\\u0CF1\\\\u0CF2\\\\u0D04-\\\\u0D0C\\\\u0D0E-\\\\u0D10\\\\u0D12-\\\\u0D3A\\\\u0D3D\\\\u0D4E\\\\u0D54-\\\\u0D56\\\\u0D5F-\\\\u0D61\\\\u0D7A-\\\\u0D7F\\\\u0D85-\\\\u0D96\\\\u0D9A-\\\\u0DB1\\\\u0DB3-\\\\u0DBB\\\\u0DBD\\\\u0DC0-\\\\u0DC6\\\\u0E01-\\\\u0E30\\\\u0E32\\\\u0E33\\\\u0E40-\\\\u0E46\\\\u0E81\\\\u0E82\\\\u0E84\\\\u0E86-\\\\u0E8A\\\\u0E8C-\\\\u0EA3\\\\u0EA5\\\\u0EA7-\\\\u0EB0\\\\u0EB2\\\\u0EB3\\\\u0EBD\\\\u0EC0-\\\\u0EC4\\\\u0EC6\\\\u0EDC-\\\\u0EDF\\\\u0F00\\\\u0F40-\\\\u0F47\\\\u0F49-\\\\u0F6C\\\\u0F88-\\\\u0F8C\\\\u1000-\\\\u102A\\\\u103F\\\\u1050-\\\\u1055\\\\u105A-\\\\u105D\\\\u1061\\\\u1065\\\\u1066\\\\u106E-\\\\u1070\\\\u1075-\\\\u1081\\\\u108E\\\\u10A0-\\\\u10C5\\\\u10C7\\\\u10CD\\\\u10D0-\\\\u10FA\\\\u10FC-\\\\u1248\\\\u124A-\\\\u124D\\\\u1250-\\\\u1256\\\\u1258\\\\u125A-\\\\u125D\\\\u1260-\\\\u1288\\\\u128A-\\\\u128D\\\\u1290-\\\\u12B0\\\\u12B2-\\\\u12B5\\\\u12B8-\\\\u12BE\\\\u12C0\\\\u12C2-\\\\u12C5\\\\u12C8-\\\\u12D6\\\\u12D8-\\\\u1310\\\\u1312-\\\\u1315\\\\u1318-\\\\u135A\\\\u1380-\\\\u138F\\\\u13A0-\\\\u13F5\\\\u13F8-\\\\u13FD\\\\u1401-\\\\u166C\\\\u166F-\\\\u167F\\\\u1681-\\\\u169A\\\\u16A0-\\\\u16EA\\\\u16F1-\\\\u16F8\\\\u1700-\\\\u1711\\\\u171F-\\\\u1731\\\\u1740-\\\\u1751\\\\u1760-\\\\u176C\\\\u176E-\\\\u1770\\\\u1780-\\\\u17B3\\\\u17D7\\\\u17DC\\\\u1820-\\\\u1878\\\\u1880-\\\\u1884\\\\u1887-\\\\u18A8\\\\u18AA\\\\u18B0-\\\\u18F5\\\\u1900-\\\\u191E\\\\u1950-\\\\u196D\\\\u1970-\\\\u1974\\\\u1980-\\\\u19AB\\\\u19B0-\\\\u19C9\\\\u1A00-\\\\u1A16\\\\u1A20-\\\\u1A54\\\\u1AA7\\\\u1B05-\\\\u1B33\\\\u1B45-\\\\u1B4C\\\\u1B83-\\\\u1BA0\\\\u1BAE\\\\u1BAF\\\\u1BBA-\\\\u1BE5\\\\u1C00-\\\\u1C23\\\\u1C4D-\\\\u1C4F\\\\u1C5A-\\\\u1C7D\\\\u1C80-\\\\u1C88\\\\u1C90-\\\\u1CBA\\\\u1CBD-\\\\u1CBF\\\\u1CE9-\\\\u1CEC\\\\u1CEE-\\\\u1CF3\\\\u1CF5\\\\u1CF6\\\\u1CFA\\\\u1D00-\\\\u1DBF\\\\u1E00-\\\\u1F15\\\\u1F18-\\\\u1F1D\\\\u1F20-\\\\u1F45\\\\u1F48-\\\\u1F4D\\\\u1F50-\\\\u1F57\\\\u1F59\\\\u1F5B\\\\u1F5D\\\\u1F5F-\\\\u1F7D\\\\u1F80-\\\\u1FB4\\\\u1FB6-\\\\u1FBC\\\\u1FBE\\\\u1FC2-\\\\u1FC4\\\\u1FC6-\\\\u1FCC\\\\u1FD0-\\\\u1FD3\\\\u1FD6-\\\\u1FDB\\\\u1FE0-\\\\u1FEC\\\\u1FF2-\\\\u1FF4\\\\u1FF6-\\\\u1FFC\\\\u2071\\\\u207F\\\\u2090-\\\\u209C\\\\u2102\\\\u2107\\\\u210A-\\\\u2113\\\\u2115\\\\u2119-\\\\u211D\\\\u2124\\\\u2126\\\\u2128\\\\u212A-\\\\u212D\\\\u212F-\\\\u2139\\\\u213C-\\\\u213F\\\\u2145-\\\\u2149\\\\u214E\\\\u2183\\\\u2184\\\\u2C00-\\\\u2CE4\\\\u2CEB-\\\\u2CEE\\\\u2CF2\\\\u2CF3\\\\u2D00-\\\\u2D25\\\\u2D27\\\\u2D2D\\\\u2D30-\\\\u2D67\\\\u2D6F\\\\u2D80-\\\\u2D96\\\\u2DA0-\\\\u2DA6\\\\u2DA8-\\\\u2DAE\\\\u2DB0-\\\\u2DB6\\\\u2DB8-\\\\u2DBE\\\\u2DC0-\\\\u2DC6\\\\u2DC8-\\\\u2DCE\\\\u2DD0-\\\\u2DD6\\\\u2DD8-\\\\u2DDE\\\\u2E2F\\\\u3005\\\\u3006\\\\u3031-\\\\u3035\\\\u303B\\\\u303C\\\\u3041-\\\\u3096\\\\u309D-\\\\u309F\\\\u30A1-\\\\u30FA\\\\u30FC-\\\\u30FF\\\\u3105-\\\\u312F\\\\u3131-\\\\u318E\\\\u31A0-\\\\u31BF\\\\u31F0-\\\\u31FF\\\\u3400-\\\\u4DBF\\\\u4E00-\\\\uA48C\\\\uA4D0-\\\\uA4FD\\\\uA500-\\\\uA60C\\\\uA610-\\\\uA61F\\\\uA62A\\\\uA62B\\\\uA640-\\\\uA66E\\\\uA67F-\\\\uA69D\\\\uA6A0-\\\\uA6E5\\\\uA717-\\\\uA71F\\\\uA722-\\\\uA788\\\\uA78B-\\\\uA7CA\\\\uA7D0\\\\uA7D1\\\\uA7D3\\\\uA7D5-\\\\uA7D9\\\\uA7F2-\\\\uA801\\\\uA803-\\\\uA805\\\\uA807-\\\\uA80A\\\\uA80C-\\\\uA822\\\\uA840-\\\\uA873\\\\uA882-\\\\uA8B3\\\\uA8F2-\\\\uA8F7\\\\uA8FB\\\\uA8FD\\\\uA8FE\\\\uA90A-\\\\uA925\\\\uA930-\\\\uA946\\\\uA960-\\\\uA97C\\\\uA984-\\\\uA9B2\\\\uA9CF\\\\uA9E0-\\\\uA9E4\\\\uA9E6-\\\\uA9EF\\\\uA9FA-\\\\uA9FE\\\\uAA00-\\\\uAA28\\\\uAA40-\\\\uAA42\\\\uAA44-\\\\uAA4B\\\\uAA60-\\\\uAA76\\\\uAA7A\\\\uAA7E-\\\\uAAAF\\\\uAAB1\\\\uAAB5\\\\uAAB6\\\\uAAB9-\\\\uAABD\\\\uAAC0\\\\uAAC2\\\\uAADB-\\\\uAADD\\\\uAAE0-\\\\uAAEA\\\\uAAF2-\\\\uAAF4\\\\uAB01-\\\\uAB06\\\\uAB09-\\\\uAB0E\\\\uAB11-\\\\uAB16\\\\uAB20-\\\\uAB26\\\\uAB28-\\\\uAB2E\\\\uAB30-\\\\uAB5A\\\\uAB5C-\\\\uAB69\\\\uAB70-\\\\uABE2\\\\uAC00-\\\\uD7A3\\\\uD7B0-\\\\uD7C6\\\\uD7CB-\\\\uD7FB\\\\uF900-\\\\uFA6D\\\\uFA70-\\\\uFAD9\\\\uFB00-\\\\uFB06\\\\uFB13-\\\\uFB17\\\\uFB1D\\\\uFB1F-\\\\uFB28\\\\uFB2A-\\\\uFB36\\\\uFB38-\\\\uFB3C\\\\uFB3E\\\\uFB40\\\\uFB41\\\\uFB43\\\\uFB44\\\\uFB46-\\\\uFBB1\\\\uFBD3-\\\\uFD3D\\\\uFD50-\\\\uFD8F\\\\uFD92-\\\\uFDC7\\\\uFDF0-\\\\uFDFB\\\\uFE70-\\\\uFE74\\\\uFE76-\\\\uFEFC\\\\uFF21-\\\\uFF3A\\\\uFF41-\\\\uFF5A\\\\uFF66-\\\\uFFBE\\\\uFFC2-\\\\uFFC7\\\\uFFCA-\\\\uFFCF\\\\uFFD2-\\\\uFFD7\\\\uFFDA-\\\\uFFDC]|\\\\uD800[\\\\uDC00-\\\\uDC0B\\\\uDC0D-\\\\uDC26\\\\uDC28-\\\\uDC3A\\\\uDC3C\\\\uDC3D\\\\uDC3F-\\\\uDC4D\\\\uDC50-\\\\uDC5D\\\\uDC80-\\\\uDCFA\\\\uDE80-\\\\uDE9C\\\\uDEA0-\\\\uDED0\\\\uDF00-\\\\uDF1F\\\\uDF2D-\\\\uDF40\\\\uDF42-\\\\uDF49\\\\uDF50-\\\\uDF75\\\\uDF80-\\\\uDF9D\\\\uDFA0-\\\\uDFC3\\\\uDFC8-\\\\uDFCF]|\\\\uD801[\\\\uDC00-\\\\uDC9D\\\\uDCB0-\\\\uDCD3\\\\uDCD8-\\\\uDCFB\\\\uDD00-\\\\uDD27\\\\uDD30-\\\\uDD63\\\\uDD70-\\\\uDD7A\\\\uDD7C-\\\\uDD8A\\\\uDD8C-\\\\uDD92\\\\uDD94\\\\uDD95\\\\uDD97-\\\\uDDA1\\\\uDDA3-\\\\uDDB1\\\\uDDB3-\\\\uDDB9\\\\uDDBB\\\\uDDBC\\\\uDE00-\\\\uDF36\\\\uDF40-\\\\uDF55\\\\uDF60-\\\\uDF67\\\\uDF80-\\\\uDF85\\\\uDF87-\\\\uDFB0\\\\uDFB2-\\\\uDFBA]|\\\\uD802[\\\\uDC00-\\\\uDC05\\\\uDC08\\\\uDC0A-\\\\uDC35\\\\uDC37\\\\uDC38\\\\uDC3C\\\\uDC3F-\\\\uDC55\\\\uDC60-\\\\uDC76\\\\uDC80-\\\\uDC9E\\\\uDCE0-\\\\uDCF2\\\\uDCF4\\\\uDCF5\\\\uDD00-\\\\uDD15\\\\uDD20-\\\\uDD39\\\\uDD80-\\\\uDDB7\\\\uDDBE\\\\uDDBF\\\\uDE00\\\\uDE10-\\\\uDE13\\\\uDE15-\\\\uDE17\\\\uDE19-\\\\uDE35\\\\uDE60-\\\\uDE7C\\\\uDE80-\\\\uDE9C\\\\uDEC0-\\\\uDEC7\\\\uDEC9-\\\\uDEE4\\\\uDF00-\\\\uDF35\\\\uDF40-\\\\uDF55\\\\uDF60-\\\\uDF72\\\\uDF80-\\\\uDF91]|\\\\uD803[\\\\uDC00-\\\\uDC48\\\\uDC80-\\\\uDCB2\\\\uDCC0-\\\\uDCF2\\\\uDD00-\\\\uDD23\\\\uDE80-\\\\uDEA9\\\\uDEB0\\\\uDEB1\\\\uDF00-\\\\uDF1C\\\\uDF27\\\\uDF30-\\\\uDF45\\\\uDF70-\\\\uDF81\\\\uDFB0-\\\\uDFC4\\\\uDFE0-\\\\uDFF6]|\\\\uD804[\\\\uDC03-\\\\uDC37\\\\uDC71\\\\uDC72\\\\uDC75\\\\uDC83-\\\\uDCAF\\\\uDCD0-\\\\uDCE8\\\\uDD03-\\\\uDD26\\\\uDD44\\\\uDD47\\\\uDD50-\\\\uDD72\\\\uDD76\\\\uDD83-\\\\uDDB2\\\\uDDC1-\\\\uDDC4\\\\uDDDA\\\\uDDDC\\\\uDE00-\\\\uDE11\\\\uDE13-\\\\uDE2B\\\\uDE3F\\\\uDE40\\\\uDE80-\\\\uDE86\\\\uDE88\\\\uDE8A-\\\\uDE8D\\\\uDE8F-\\\\uDE9D\\\\uDE9F-\\\\uDEA8\\\\uDEB0-\\\\uDEDE\\\\uDF05-\\\\uDF0C\\\\uDF0F\\\\uDF10\\\\uDF13-\\\\uDF28\\\\uDF2A-\\\\uDF30\\\\uDF32\\\\uDF33\\\\uDF35-\\\\uDF39\\\\uDF3D\\\\uDF50\\\\uDF5D-\\\\uDF61]|\\\\uD805[\\\\uDC00-\\\\uDC34\\\\uDC47-\\\\uDC4A\\\\uDC5F-\\\\uDC61\\\\uDC80-\\\\uDCAF\\\\uDCC4\\\\uDCC5\\\\uDCC7\\\\uDD80-\\\\uDDAE\\\\uDDD8-\\\\uDDDB\\\\uDE00-\\\\uDE2F\\\\uDE44\\\\uDE80-\\\\uDEAA\\\\uDEB8\\\\uDF00-\\\\uDF1A\\\\uDF40-\\\\uDF46]|\\\\uD806[\\\\uDC00-\\\\uDC2B\\\\uDCA0-\\\\uDCDF\\\\uDCFF-\\\\uDD06\\\\uDD09\\\\uDD0C-\\\\uDD13\\\\uDD15\\\\uDD16\\\\uDD18-\\\\uDD2F\\\\uDD3F\\\\uDD41\\\\uDDA0-\\\\uDDA7\\\\uDDAA-\\\\uDDD0\\\\uDDE1\\\\uDDE3\\\\uDE00\\\\uDE0B-\\\\uDE32\\\\uDE3A\\\\uDE50\\\\uDE5C-\\\\uDE89\\\\uDE9D\\\\uDEB0-\\\\uDEF8]|\\\\uD807[\\\\uDC00-\\\\uDC08\\\\uDC0A-\\\\uDC2E\\\\uDC40\\\\uDC72-\\\\uDC8F\\\\uDD00-\\\\uDD06\\\\uDD08\\\\uDD09\\\\uDD0B-\\\\uDD30\\\\uDD46\\\\uDD60-\\\\uDD65\\\\uDD67\\\\uDD68\\\\uDD6A-\\\\uDD89\\\\uDD98\\\\uDEE0-\\\\uDEF2\\\\uDF02\\\\uDF04-\\\\uDF10\\\\uDF12-\\\\uDF33\\\\uDFB0]|\\\\uD808[\\\\uDC00-\\\\uDF99]|\\\\uD809[\\\\uDC80-\\\\uDD43]|\\\\uD80B[\\\\uDF90-\\\\uDFF0]|[\\\\uD80C\\\\uD81C-\\\\uD820\\\\uD822\\\\uD840-\\\\uD868\\\\uD86A-\\\\uD86C\\\\uD86F-\\\\uD872\\\\uD874-\\\\uD879\\\\uD880-\\\\uD883\\\\uD885-\\\\uD887][\\\\uDC00-\\\\uDFFF]|\\\\uD80D[\\\\uDC00-\\\\uDC2F\\\\uDC41-\\\\uDC46]|\\\\uD811[\\\\uDC00-\\\\uDE46]|\\\\uD81A[\\\\uDC00-\\\\uDE38\\\\uDE40-\\\\uDE5E\\\\uDE70-\\\\uDEBE\\\\uDED0-\\\\uDEED\\\\uDF00-\\\\uDF2F\\\\uDF40-\\\\uDF43\\\\uDF63-\\\\uDF77\\\\uDF7D-\\\\uDF8F]|\\\\uD81B[\\\\uDE40-\\\\uDE7F\\\\uDF00-\\\\uDF4A\\\\uDF50\\\\uDF93-\\\\uDF9F\\\\uDFE0\\\\uDFE1\\\\uDFE3]|\\\\uD821[\\\\uDC00-\\\\uDFF7]|\\\\uD823[\\\\uDC00-\\\\uDCD5\\\\uDD00-\\\\uDD08]|\\\\uD82B[\\\\uDFF0-\\\\uDFF3\\\\uDFF5-\\\\uDFFB\\\\uDFFD\\\\uDFFE]|\\\\uD82C[\\\\uDC00-\\\\uDD22\\\\uDD32\\\\uDD50-\\\\uDD52\\\\uDD55\\\\uDD64-\\\\uDD67\\\\uDD70-\\\\uDEFB]|\\\\uD82F[\\\\uDC00-\\\\uDC6A\\\\uDC70-\\\\uDC7C\\\\uDC80-\\\\uDC88\\\\uDC90-\\\\uDC99]|\\\\uD835[\\\\uDC00-\\\\uDC54\\\\uDC56-\\\\uDC9C\\\\uDC9E\\\\uDC9F\\\\uDCA2\\\\uDCA5\\\\uDCA6\\\\uDCA9-\\\\uDCAC\\\\uDCAE-\\\\uDCB9\\\\uDCBB\\\\uDCBD-\\\\uDCC3\\\\uDCC5-\\\\uDD05\\\\uDD07-\\\\uDD0A\\\\uDD0D-\\\\uDD14\\\\uDD16-\\\\uDD1C\\\\uDD1E-\\\\uDD39\\\\uDD3B-\\\\uDD3E\\\\uDD40-\\\\uDD44\\\\uDD46\\\\uDD4A-\\\\uDD50\\\\uDD52-\\\\uDEA5\\\\uDEA8-\\\\uDEC0\\\\uDEC2-\\\\uDEDA\\\\uDEDC-\\\\uDEFA\\\\uDEFC-\\\\uDF14\\\\uDF16-\\\\uDF34\\\\uDF36-\\\\uDF4E\\\\uDF50-\\\\uDF6E\\\\uDF70-\\\\uDF88\\\\uDF8A-\\\\uDFA8\\\\uDFAA-\\\\uDFC2\\\\uDFC4-\\\\uDFCB]|\\\\uD837[\\\\uDF00-\\\\uDF1E\\\\uDF25-\\\\uDF2A]|\\\\uD838[\\\\uDC30-\\\\uDC6D\\\\uDD00-\\\\uDD2C\\\\uDD37-\\\\uDD3D\\\\uDD4E\\\\uDE90-\\\\uDEAD\\\\uDEC0-\\\\uDEEB]|\\\\uD839[\\\\uDCD0-\\\\uDCEB\\\\uDFE0-\\\\uDFE6\\\\uDFE8-\\\\uDFEB\\\\uDFED\\\\uDFEE\\\\uDFF0-\\\\uDFFE]|\\\\uD83A[\\\\uDC00-\\\\uDCC4\\\\uDD00-\\\\uDD43\\\\uDD4B]|\\\\uD83B[\\\\uDE00-\\\\uDE03\\\\uDE05-\\\\uDE1F\\\\uDE21\\\\uDE22\\\\uDE24\\\\uDE27\\\\uDE29-\\\\uDE32\\\\uDE34-\\\\uDE37\\\\uDE39\\\\uDE3B\\\\uDE42\\\\uDE47\\\\uDE49\\\\uDE4B\\\\uDE4D-\\\\uDE4F\\\\uDE51\\\\uDE52\\\\uDE54\\\\uDE57\\\\uDE59\\\\uDE5B\\\\uDE5D\\\\uDE5F\\\\uDE61\\\\uDE62\\\\uDE64\\\\uDE67-\\\\uDE6A\\\\uDE6C-\\\\uDE72\\\\uDE74-\\\\uDE77\\\\uDE79-\\\\uDE7C\\\\uDE7E\\\\uDE80-\\\\uDE89\\\\uDE8B-\\\\uDE9B\\\\uDEA1-\\\\uDEA3\\\\uDEA5-\\\\uDEA9\\\\uDEAB-\\\\uDEBB]|\\\\uD869[\\\\uDC00-\\\\uDEDF\\\\uDF00-\\\\uDFFF]|\\\\uD86D[\\\\uDC00-\\\\uDF39\\\\uDF40-\\\\uDFFF]|\\\\uD86E[\\\\uDC00-\\\\uDC1D\\\\uDC20-\\\\uDFFF]|\\\\uD873[\\\\uDC00-\\\\uDEA1\\\\uDEB0-\\\\uDFFF]|\\\\uD87A[\\\\uDC00-\\\\uDFE0]|\\\\uD87E[\\\\uDC00-\\\\uDE1D]|\\\\uD884[\\\\uDC00-\\\\uDF4A\\\\uDF50-\\\\uDFFF]|\\\\uD888[\\\\uDC00-\\\\uDFAF]))((?:[\\\\t-\\\\r \\',-\\\\.A-Za-z\\\\xA0\\\\xAA\\\\xB5\\\\xBA\\\\xC0-\\\\xD6\\\\xD8-\\\\xF6\\\\xF8-\\\\u02C1\\\\u02C6-\\\\u02D1\\\\u02E0-\\\\u02E4\\\\u02EC\\\\u02EE\\\\u0300-\\\\u0374\\\\u0376\\\\u0377\\\\u037A-\\\\u037D\\\\u037F\\\\u0386\\\\u0388-\\\\u038A\\\\u038C\\\\u038E-\\\\u03A1\\\\u03A3-\\\\u03F5\\\\u03F7-\\\\u0481\\\\u0483-\\\\u052F\\\\u0531-\\\\u0556\\\\u0559\\\\u0560-\\\\u0588\\\\u0591-\\\\u05BD\\\\u05BF\\\\u05C1\\\\u05C2\\\\u05C4\\\\u05C5\\\\u05C7\\\\u05D0-\\\\u05EA\\\\u05EF-\\\\u05F2\\\\u0610-\\\\u061A\\\\u0620-\\\\u065F\\\\u066E-\\\\u06D3\\\\u06D5-\\\\u06DC\\\\u06DF-\\\\u06E8\\\\u06EA-\\\\u06EF\\\\u06FA-\\\\u06FC\\\\u06FF\\\\u0710-\\\\u074A\\\\u074D-\\\\u07B1\\\\u07CA-\\\\u07F5\\\\u07FA\\\\u07FD\\\\u0800-\\\\u082D\\\\u0840-\\\\u085B\\\\u0860-\\\\u086A\\\\u0870-\\\\u0887\\\\u0889-\\\\u088E\\\\u0898-\\\\u08E1\\\\u08E3-\\\\u0963\\\\u0971-\\\\u0983\\\\u0985-\\\\u098C\\\\u098F\\\\u0990\\\\u0993-\\\\u09A8\\\\u09AA-\\\\u09B0\\\\u09B2\\\\u09B6-\\\\u09B9\\\\u09BC-\\\\u09C4\\\\u09C7\\\\u09C8\\\\u09CB-\\\\u09CE\\\\u09D7\\\\u09DC\\\\u09DD\\\\u09DF-\\\\u09E3\\\\u09F0\\\\u09F1\\\\u09FC\\\\u09FE\\\\u0A01-\\\\u0A03\\\\u0A05-\\\\u0A0A\\\\u0A0F\\\\u0A10\\\\u0A13-\\\\u0A28\\\\u0A2A-\\\\u0A30\\\\u0A32\\\\u0A33\\\\u0A35\\\\u0A36\\\\u0A38\\\\u0A39\\\\u0A3C\\\\u0A3E-\\\\u0A42\\\\u0A47\\\\u0A48\\\\u0A4B-\\\\u0A4D\\\\u0A51\\\\u0A59-\\\\u0A5C\\\\u0A5E\\\\u0A70-\\\\u0A75\\\\u0A81-\\\\u0A83\\\\u0A85-\\\\u0A8D\\\\u0A8F-\\\\u0A91\\\\u0A93-\\\\u0AA8\\\\u0AAA-\\\\u0AB0\\\\u0AB2\\\\u0AB3\\\\u0AB5-\\\\u0AB9\\\\u0ABC-\\\\u0AC5\\\\u0AC7-\\\\u0AC9\\\\u0ACB-\\\\u0ACD\\\\u0AD0\\\\u0AE0-\\\\u0AE3\\\\u0AF9-\\\\u0AFF\\\\u0B01-\\\\u0B03\\\\u0B05-\\\\u0B0C\\\\u0B0F\\\\u0B10\\\\u0B13-\\\\u0B28\\\\u0B2A-\\\\u0B30\\\\u0B32\\\\u0B33\\\\u0B35-\\\\u0B39\\\\u0B3C-\\\\u0B44\\\\u0B47\\\\u0B48\\\\u0B4B-\\\\u0B4D\\\\u0B55-\\\\u0B57\\\\u0B5C\\\\u0B5D\\\\u0B5F-\\\\u0B63\\\\u0B71\\\\u0B82\\\\u0B83\\\\u0B85-\\\\u0B8A\\\\u0B8E-\\\\u0B90\\\\u0B92-\\\\u0B95\\\\u0B99\\\\u0B9A\\\\u0B9C\\\\u0B9E\\\\u0B9F\\\\u0BA3\\\\u0BA4\\\\u0BA8-\\\\u0BAA\\\\u0BAE-\\\\u0BB9\\\\u0BBE-\\\\u0BC2\\\\u0BC6-\\\\u0BC8\\\\u0BCA-\\\\u0BCD\\\\u0BD0\\\\u0BD7\\\\u0C00-\\\\u0C0C\\\\u0C0E-\\\\u0C10\\\\u0C12-\\\\u0C28\\\\u0C2A-\\\\u0C39\\\\u0C3C-\\\\u0C44\\\\u0C46-\\\\u0C48\\\\u0C4A-\\\\u0C4D\\\\u0C55\\\\u0C56\\\\u0C58-\\\\u0C5A\\\\u0C5D\\\\u0C60-\\\\u0C63\\\\u0C80-\\\\u0C83\\\\u0C85-\\\\u0C8C\\\\u0C8E-\\\\u0C90\\\\u0C92-\\\\u0CA8\\\\u0CAA-\\\\u0CB3\\\\u0CB5-\\\\u0CB9\\\\u0CBC-\\\\u0CC4\\\\u0CC6-\\\\u0CC8\\\\u0CCA-\\\\u0CCD\\\\u0CD5\\\\u0CD6\\\\u0CDD\\\\u0CDE\\\\u0CE0-\\\\u0CE3\\\\u0CF1-\\\\u0CF3\\\\u0D00-\\\\u0D0C\\\\u0D0E-\\\\u0D10\\\\u0D12-\\\\u0D44\\\\u0D46-\\\\u0D48\\\\u0D4A-\\\\u0D4E\\\\u0D54-\\\\u0D57\\\\u0D5F-\\\\u0D63\\\\u0D7A-\\\\u0D7F\\\\u0D81-\\\\u0D83\\\\u0D85-\\\\u0D96\\\\u0D9A-\\\\u0DB1\\\\u0DB3-\\\\u0DBB\\\\u0DBD\\\\u0DC0-\\\\u0DC6\\\\u0DCA\\\\u0DCF-\\\\u0DD4\\\\u0DD6\\\\u0DD8-\\\\u0DDF\\\\u0DF2\\\\u0DF3\\\\u0E01-\\\\u0E3A\\\\u0E40-\\\\u0E4E\\\\u0E81\\\\u0E82\\\\u0E84\\\\u0E86-\\\\u0E8A\\\\u0E8C-\\\\u0EA3\\\\u0EA5\\\\u0EA7-\\\\u0EBD\\\\u0EC0-\\\\u0EC4\\\\u0EC6\\\\u0EC8-\\\\u0ECE\\\\u0EDC-\\\\u0EDF\\\\u0F00\\\\u0F18\\\\u0F19\\\\u0F35\\\\u0F37\\\\u0F39\\\\u0F3E-\\\\u0F47\\\\u0F49-\\\\u0F6C\\\\u0F71-\\\\u0F84\\\\u0F86-\\\\u0F97\\\\u0F99-\\\\u0FBC\\\\u0FC6\\\\u1000-\\\\u103F\\\\u1050-\\\\u108F\\\\u109A-\\\\u109D\\\\u10A0-\\\\u10C5\\\\u10C7\\\\u10CD\\\\u10D0-\\\\u10FA\\\\u10FC-\\\\u1248\\\\u124A-\\\\u124D\\\\u1250-\\\\u1256\\\\u1258\\\\u125A-\\\\u125D\\\\u1260-\\\\u1288\\\\u128A-\\\\u128D\\\\u1290-\\\\u12B0\\\\u12B2-\\\\u12B5\\\\u12B8-\\\\u12BE\\\\u12C0\\\\u12C2-\\\\u12C5\\\\u12C8-\\\\u12D6\\\\u12D8-\\\\u1310\\\\u1312-\\\\u1315\\\\u1318-\\\\u135A\\\\u135D-\\\\u135F\\\\u1380-\\\\u138F\\\\u13A0-\\\\u13F5\\\\u13F8-\\\\u13FD\\\\u1401-\\\\u166C\\\\u166F-\\\\u169A\\\\u16A0-\\\\u16EA\\\\u16F1-\\\\u16F8\\\\u1700-\\\\u1715\\\\u171F-\\\\u1734\\\\u1740-\\\\u1753\\\\u1760-\\\\u176C\\\\u176E-\\\\u1770\\\\u1772\\\\u1773\\\\u1780-\\\\u17D3\\\\u17D7\\\\u17DC\\\\u17DD\\\\u180B-\\\\u180D\\\\u180F\\\\u1820-\\\\u1878\\\\u1880-\\\\u18AA\\\\u18B0-\\\\u18F5\\\\u1900-\\\\u191E\\\\u1920-\\\\u192B\\\\u1930-\\\\u193B\\\\u1950-\\\\u196D\\\\u1970-\\\\u1974\\\\u1980-\\\\u19AB\\\\u19B0-\\\\u19C9\\\\u1A00-\\\\u1A1B\\\\u1A20-\\\\u1A5E\\\\u1A60-\\\\u1A7C\\\\u1A7F\\\\u1AA7\\\\u1AB0-\\\\u1ACE\\\\u1B00-\\\\u1B4C\\\\u1B6B-\\\\u1B73\\\\u1B80-\\\\u1BAF\\\\u1BBA-\\\\u1BF3\\\\u1C00-\\\\u1C37\\\\u1C4D-\\\\u1C4F\\\\u1C5A-\\\\u1C7D\\\\u1C80-\\\\u1C88\\\\u1C90-\\\\u1CBA\\\\u1CBD-\\\\u1CBF\\\\u1CD0-\\\\u1CD2\\\\u1CD4-\\\\u1CFA\\\\u1D00-\\\\u1F15\\\\u1F18-\\\\u1F1D\\\\u1F20-\\\\u1F45\\\\u1F48-\\\\u1F4D\\\\u1F50-\\\\u1F57\\\\u1F59\\\\u1F5B\\\\u1F5D\\\\u1F5F-\\\\u1F7D\\\\u1F80-\\\\u1FB4\\\\u1FB6-\\\\u1FBC\\\\u1FBE\\\\u1FC2-\\\\u1FC4\\\\u1FC6-\\\\u1FCC\\\\u1FD0-\\\\u1FD3\\\\u1FD6-\\\\u1FDB\\\\u1FE0-\\\\u1FEC\\\\u1FF2-\\\\u1FF4\\\\u1FF6-\\\\u1FFC\\\\u2000-\\\\u200A\\\\u2028\\\\u2029\\\\u202F\\\\u205F\\\\u2071\\\\u207F\\\\u2090-\\\\u209C\\\\u20D0-\\\\u20F0\\\\u2102\\\\u2107\\\\u210A-\\\\u2113\\\\u2115\\\\u2119-\\\\u211D\\\\u2124\\\\u2126\\\\u2128\\\\u212A-\\\\u212D\\\\u212F-\\\\u2139\\\\u213C-\\\\u213F\\\\u2145-\\\\u2149\\\\u214E\\\\u2183\\\\u2184\\\\u2C00-\\\\u2CE4\\\\u2CEB-\\\\u2CF3\\\\u2D00-\\\\u2D25\\\\u2D27\\\\u2D2D\\\\u2D30-\\\\u2D67\\\\u2D6F\\\\u2D7F-\\\\u2D96\\\\u2DA0-\\\\u2DA6\\\\u2DA8-\\\\u2DAE\\\\u2DB0-\\\\u2DB6\\\\u2DB8-\\\\u2DBE\\\\u2DC0-\\\\u2DC6\\\\u2DC8-\\\\u2DCE\\\\u2DD0-\\\\u2DD6\\\\u2DD8-\\\\u2DDE\\\\u2DE0-\\\\u2DFF\\\\u2E2F\\\\u3000\\\\u3005\\\\u3006\\\\u302A-\\\\u302F\\\\u3031-\\\\u3035\\\\u303B\\\\u303C\\\\u3041-\\\\u3096\\\\u3099\\\\u309A\\\\u309D-\\\\u309F\\\\u30A1-\\\\u30FA\\\\u30FC-\\\\u30FF\\\\u3105-\\\\u312F\\\\u3131-\\\\u318E\\\\u31A0-\\\\u31BF\\\\u31F0-\\\\u31FF\\\\u3400-\\\\u4DBF\\\\u4E00-\\\\uA48C\\\\uA4D0-\\\\uA4FD\\\\uA500-\\\\uA60C\\\\uA610-\\\\uA61F\\\\uA62A\\\\uA62B\\\\uA640-\\\\uA672\\\\uA674-\\\\uA67D\\\\uA67F-\\\\uA6E5\\\\uA6F0\\\\uA6F1\\\\uA717-\\\\uA71F\\\\uA722-\\\\uA788\\\\uA78B-\\\\uA7CA\\\\uA7D0\\\\uA7D1\\\\uA7D3\\\\uA7D5-\\\\uA7D9\\\\uA7F2-\\\\uA827\\\\uA82C\\\\uA840-\\\\uA873\\\\uA880-\\\\uA8C5\\\\uA8E0-\\\\uA8F7\\\\uA8FB\\\\uA8FD-\\\\uA8FF\\\\uA90A-\\\\uA92D\\\\uA930-\\\\uA953\\\\uA960-\\\\uA97C\\\\uA980-\\\\uA9C0\\\\uA9CF\\\\uA9E0-\\\\uA9EF\\\\uA9FA-\\\\uA9FE\\\\uAA00-\\\\uAA36\\\\uAA40-\\\\uAA4D\\\\uAA60-\\\\uAA76\\\\uAA7A-\\\\uAAC2\\\\uAADB-\\\\uAADD\\\\uAAE0-\\\\uAAEF\\\\uAAF2-\\\\uAAF6\\\\uAB01-\\\\uAB06\\\\uAB09-\\\\uAB0E\\\\uAB11-\\\\uAB16\\\\uAB20-\\\\uAB26\\\\uAB28-\\\\uAB2E\\\\uAB30-\\\\uAB5A\\\\uAB5C-\\\\uAB69\\\\uAB70-\\\\uABEA\\\\uABEC\\\\uABED\\\\uAC00-\\\\uD7A3\\\\uD7B0-\\\\uD7C6\\\\uD7CB-\\\\uD7FB\\\\uF900-\\\\uFA6D\\\\uFA70-\\\\uFAD9\\\\uFB00-\\\\uFB06\\\\uFB13-\\\\uFB17\\\\uFB1D-\\\\uFB28\\\\uFB2A-\\\\uFB36\\\\uFB38-\\\\uFB3C\\\\uFB3E\\\\uFB40\\\\uFB41\\\\uFB43\\\\uFB44\\\\uFB46-\\\\uFBB1\\\\uFBD3-\\\\uFD3D\\\\uFD50-\\\\uFD8F\\\\uFD92-\\\\uFDC7\\\\uFDF0-\\\\uFDFB\\\\uFE00-\\\\uFE0F\\\\uFE20-\\\\uFE2F\\\\uFE70-\\\\uFE74\\\\uFE76-\\\\uFEFC\\\\uFEFF\\\\uFF21-\\\\uFF3A\\\\uFF41-\\\\uFF5A\\\\uFF66-\\\\uFFBE\\\\uFFC2-\\\\uFFC7\\\\uFFCA-\\\\uFFCF\\\\uFFD2-\\\\uFFD7\\\\uFFDA-\\\\uFFDC]|\\\\uD800[\\\\uDC00-\\\\uDC0B\\\\uDC0D-\\\\uDC26\\\\uDC28-\\\\uDC3A\\\\uDC3C\\\\uDC3D\\\\uDC3F-\\\\uDC4D\\\\uDC50-\\\\uDC5D\\\\uDC80-\\\\uDCFA\\\\uDDFD\\\\uDE80-\\\\uDE9C\\\\uDEA0-\\\\uDED0\\\\uDEE0\\\\uDF00-\\\\uDF1F\\\\uDF2D-\\\\uDF40\\\\uDF42-\\\\uDF49\\\\uDF50-\\\\uDF7A\\\\uDF80-\\\\uDF9D\\\\uDFA0-\\\\uDFC3\\\\uDFC8-\\\\uDFCF]|\\\\uD801[\\\\uDC00-\\\\uDC9D\\\\uDCB0-\\\\uDCD3\\\\uDCD8-\\\\uDCFB\\\\uDD00-\\\\uDD27\\\\uDD30-\\\\uDD63\\\\uDD70-\\\\uDD7A\\\\uDD7C-\\\\uDD8A\\\\uDD8C-\\\\uDD92\\\\uDD94\\\\uDD95\\\\uDD97-\\\\uDDA1\\\\uDDA3-\\\\uDDB1\\\\uDDB3-\\\\uDDB9\\\\uDDBB\\\\uDDBC\\\\uDE00-\\\\uDF36\\\\uDF40-\\\\uDF55\\\\uDF60-\\\\uDF67\\\\uDF80-\\\\uDF85\\\\uDF87-\\\\uDFB0\\\\uDFB2-\\\\uDFBA]|\\\\uD802[\\\\uDC00-\\\\uDC05\\\\uDC08\\\\uDC0A-\\\\uDC35\\\\uDC37\\\\uDC38\\\\uDC3C\\\\uDC3F-\\\\uDC55\\\\uDC60-\\\\uDC76\\\\uDC80-\\\\uDC9E\\\\uDCE0-\\\\uDCF2\\\\uDCF4\\\\uDCF5\\\\uDD00-\\\\uDD15\\\\uDD20-\\\\uDD39\\\\uDD80-\\\\uDDB7\\\\uDDBE\\\\uDDBF\\\\uDE00-\\\\uDE03\\\\uDE05\\\\uDE06\\\\uDE0C-\\\\uDE13\\\\uDE15-\\\\uDE17\\\\uDE19-\\\\uDE35\\\\uDE38-\\\\uDE3A\\\\uDE3F\\\\uDE60-\\\\uDE7C\\\\uDE80-\\\\uDE9C\\\\uDEC0-\\\\uDEC7\\\\uDEC9-\\\\uDEE6\\\\uDF00-\\\\uDF35\\\\uDF40-\\\\uDF55\\\\uDF60-\\\\uDF72\\\\uDF80-\\\\uDF91]|\\\\uD803[\\\\uDC00-\\\\uDC48\\\\uDC80-\\\\uDCB2\\\\uDCC0-\\\\uDCF2\\\\uDD00-\\\\uDD27\\\\uDE80-\\\\uDEA9\\\\uDEAB\\\\uDEAC\\\\uDEB0\\\\uDEB1\\\\uDEFD-\\\\uDF1C\\\\uDF27\\\\uDF30-\\\\uDF50\\\\uDF70-\\\\uDF85\\\\uDFB0-\\\\uDFC4\\\\uDFE0-\\\\uDFF6]|\\\\uD804[\\\\uDC00-\\\\uDC46\\\\uDC70-\\\\uDC75\\\\uDC7F-\\\\uDCBA\\\\uDCC2\\\\uDCD0-\\\\uDCE8\\\\uDD00-\\\\uDD34\\\\uDD44-\\\\uDD47\\\\uDD50-\\\\uDD73\\\\uDD76\\\\uDD80-\\\\uDDC4\\\\uDDC9-\\\\uDDCC\\\\uDDCE\\\\uDDCF\\\\uDDDA\\\\uDDDC\\\\uDE00-\\\\uDE11\\\\uDE13-\\\\uDE37\\\\uDE3E-\\\\uDE41\\\\uDE80-\\\\uDE86\\\\uDE88\\\\uDE8A-\\\\uDE8D\\\\uDE8F-\\\\uDE9D\\\\uDE9F-\\\\uDEA8\\\\uDEB0-\\\\uDEEA\\\\uDF00-\\\\uDF03\\\\uDF05-\\\\uDF0C\\\\uDF0F\\\\uDF10\\\\uDF13-\\\\uDF28\\\\uDF2A-\\\\uDF30\\\\uDF32\\\\uDF33\\\\uDF35-\\\\uDF39\\\\uDF3B-\\\\uDF44\\\\uDF47\\\\uDF48\\\\uDF4B-\\\\uDF4D\\\\uDF50\\\\uDF57\\\\uDF5D-\\\\uDF63\\\\uDF66-\\\\uDF6C\\\\uDF70-\\\\uDF74]|\\\\uD805[\\\\uDC00-\\\\uDC4A\\\\uDC5E-\\\\uDC61\\\\uDC80-\\\\uDCC5\\\\uDCC7\\\\uDD80-\\\\uDDB5\\\\uDDB8-\\\\uDDC0\\\\uDDD8-\\\\uDDDD\\\\uDE00-\\\\uDE40\\\\uDE44\\\\uDE80-\\\\uDEB8\\\\uDF00-\\\\uDF1A\\\\uDF1D-\\\\uDF2B\\\\uDF40-\\\\uDF46]|\\\\uD806[\\\\uDC00-\\\\uDC3A\\\\uDCA0-\\\\uDCDF\\\\uDCFF-\\\\uDD06\\\\uDD09\\\\uDD0C-\\\\uDD13\\\\uDD15\\\\uDD16\\\\uDD18-\\\\uDD35\\\\uDD37\\\\uDD38\\\\uDD3B-\\\\uDD43\\\\uDDA0-\\\\uDDA7\\\\uDDAA-\\\\uDDD7\\\\uDDDA-\\\\uDDE1\\\\uDDE3\\\\uDDE4\\\\uDE00-\\\\uDE3E\\\\uDE47\\\\uDE50-\\\\uDE99\\\\uDE9D\\\\uDEB0-\\\\uDEF8]|\\\\uD807[\\\\uDC00-\\\\uDC08\\\\uDC0A-\\\\uDC36\\\\uDC38-\\\\uDC40\\\\uDC72-\\\\uDC8F\\\\uDC92-\\\\uDCA7\\\\uDCA9-\\\\uDCB6\\\\uDD00-\\\\uDD06\\\\uDD08\\\\uDD09\\\\uDD0B-\\\\uDD36\\\\uDD3A\\\\uDD3C\\\\uDD3D\\\\uDD3F-\\\\uDD47\\\\uDD60-\\\\uDD65\\\\uDD67\\\\uDD68\\\\uDD6A-\\\\uDD8E\\\\uDD90\\\\uDD91\\\\uDD93-\\\\uDD98\\\\uDEE0-\\\\uDEF6\\\\uDF00-\\\\uDF10\\\\uDF12-\\\\uDF3A\\\\uDF3E-\\\\uDF42\\\\uDFB0]|\\\\uD808[\\\\uDC00-\\\\uDF99]|\\\\uD809[\\\\uDC80-\\\\uDD43]|\\\\uD80B[\\\\uDF90-\\\\uDFF0]|[\\\\uD80C\\\\uD81C-\\\\uD820\\\\uD822\\\\uD840-\\\\uD868\\\\uD86A-\\\\uD86C\\\\uD86F-\\\\uD872\\\\uD874-\\\\uD879\\\\uD880-\\\\uD883\\\\uD885-\\\\uD887][\\\\uDC00-\\\\uDFFF]|\\\\uD80D[\\\\uDC00-\\\\uDC2F\\\\uDC40-\\\\uDC55]|\\\\uD811[\\\\uDC00-\\\\uDE46]|\\\\uD81A[\\\\uDC00-\\\\uDE38\\\\uDE40-\\\\uDE5E\\\\uDE70-\\\\uDEBE\\\\uDED0-\\\\uDEED\\\\uDEF0-\\\\uDEF4\\\\uDF00-\\\\uDF36\\\\uDF40-\\\\uDF43\\\\uDF63-\\\\uDF77\\\\uDF7D-\\\\uDF8F]|\\\\uD81B[\\\\uDE40-\\\\uDE7F\\\\uDF00-\\\\uDF4A\\\\uDF4F-\\\\uDF87\\\\uDF8F-\\\\uDF9F\\\\uDFE0\\\\uDFE1\\\\uDFE3\\\\uDFE4\\\\uDFF0\\\\uDFF1]|\\\\uD821[\\\\uDC00-\\\\uDFF7]|\\\\uD823[\\\\uDC00-\\\\uDCD5\\\\uDD00-\\\\uDD08]|\\\\uD82B[\\\\uDFF0-\\\\uDFF3\\\\uDFF5-\\\\uDFFB\\\\uDFFD\\\\uDFFE]|\\\\uD82C[\\\\uDC00-\\\\uDD22\\\\uDD32\\\\uDD50-\\\\uDD52\\\\uDD55\\\\uDD64-\\\\uDD67\\\\uDD70-\\\\uDEFB]|\\\\uD82F[\\\\uDC00-\\\\uDC6A\\\\uDC70-\\\\uDC7C\\\\uDC80-\\\\uDC88\\\\uDC90-\\\\uDC99\\\\uDC9D\\\\uDC9E]|\\\\uD833[\\\\uDF00-\\\\uDF2D\\\\uDF30-\\\\uDF46]|\\\\uD834[\\\\uDD65-\\\\uDD69\\\\uDD6D-\\\\uDD72\\\\uDD7B-\\\\uDD82\\\\uDD85-\\\\uDD8B\\\\uDDAA-\\\\uDDAD\\\\uDE42-\\\\uDE44]|\\\\uD835[\\\\uDC00-\\\\uDC54\\\\uDC56-\\\\uDC9C\\\\uDC9E\\\\uDC9F\\\\uDCA2\\\\uDCA5\\\\uDCA6\\\\uDCA9-\\\\uDCAC\\\\uDCAE-\\\\uDCB9\\\\uDCBB\\\\uDCBD-\\\\uDCC3\\\\uDCC5-\\\\uDD05\\\\uDD07-\\\\uDD0A\\\\uDD0D-\\\\uDD14\\\\uDD16-\\\\uDD1C\\\\uDD1E-\\\\uDD39\\\\uDD3B-\\\\uDD3E\\\\uDD40-\\\\uDD44\\\\uDD46\\\\uDD4A-\\\\uDD50\\\\uDD52-\\\\uDEA5\\\\uDEA8-\\\\uDEC0\\\\uDEC2-\\\\uDEDA\\\\uDEDC-\\\\uDEFA\\\\uDEFC-\\\\uDF14\\\\uDF16-\\\\uDF34\\\\uDF36-\\\\uDF4E\\\\uDF50-\\\\uDF6E\\\\uDF70-\\\\uDF88\\\\uDF8A-\\\\uDFA8\\\\uDFAA-\\\\uDFC2\\\\uDFC4-\\\\uDFCB]|\\\\uD836[\\\\uDE00-\\\\uDE36\\\\uDE3B-\\\\uDE6C\\\\uDE75\\\\uDE84\\\\uDE9B-\\\\uDE9F\\\\uDEA1-\\\\uDEAF]|\\\\uD837[\\\\uDF00-\\\\uDF1E\\\\uDF25-\\\\uDF2A]|\\\\uD838[\\\\uDC00-\\\\uDC06\\\\uDC08-\\\\uDC18\\\\uDC1B-\\\\uDC21\\\\uDC23\\\\uDC24\\\\uDC26-\\\\uDC2A\\\\uDC30-\\\\uDC6D\\\\uDC8F\\\\uDD00-\\\\uDD2C\\\\uDD30-\\\\uDD3D\\\\uDD4E\\\\uDE90-\\\\uDEAE\\\\uDEC0-\\\\uDEEF]|\\\\uD839[\\\\uDCD0-\\\\uDCEF\\\\uDFE0-\\\\uDFE6\\\\uDFE8-\\\\uDFEB\\\\uDFED\\\\uDFEE\\\\uDFF0-\\\\uDFFE]|\\\\uD83A[\\\\uDC00-\\\\uDCC4\\\\uDCD0-\\\\uDCD6\\\\uDD00-\\\\uDD4B]|\\\\uD83B[\\\\uDE00-\\\\uDE03\\\\uDE05-\\\\uDE1F\\\\uDE21\\\\uDE22\\\\uDE24\\\\uDE27\\\\uDE29-\\\\uDE32\\\\uDE34-\\\\uDE37\\\\uDE39\\\\uDE3B\\\\uDE42\\\\uDE47\\\\uDE49\\\\uDE4B\\\\uDE4D-\\\\uDE4F\\\\uDE51\\\\uDE52\\\\uDE54\\\\uDE57\\\\uDE59\\\\uDE5B\\\\uDE5D\\\\uDE5F\\\\uDE61\\\\uDE62\\\\uDE64\\\\uDE67-\\\\uDE6A\\\\uDE6C-\\\\uDE72\\\\uDE74-\\\\uDE77\\\\uDE79-\\\\uDE7C\\\\uDE7E\\\\uDE80-\\\\uDE89\\\\uDE8B-\\\\uDE9B\\\\uDEA1-\\\\uDEA3\\\\uDEA5-\\\\uDEA9\\\\uDEAB-\\\\uDEBB]|\\\\uD869[\\\\uDC00-\\\\uDEDF\\\\uDF00-\\\\uDFFF]|\\\\uD86D[\\\\uDC00-\\\\uDF39\\\\uDF40-\\\\uDFFF]|\\\\uD86E[\\\\uDC00-\\\\uDC1D\\\\uDC20-\\\\uDFFF]|\\\\uD873[\\\\uDC00-\\\\uDEA1\\\\uDEB0-\\\\uDFFF]|\\\\uD87A[\\\\uDC00-\\\\uDFE0]|\\\\uD87E[\\\\uDC00-\\\\uDE1D]|\\\\uD884[\\\\uDC00-\\\\uDF4A\\\\uDF50-\\\\uDFFF]|\\\\uD888[\\\\uDC00-\\\\uDFAF]|\\\\uDB40[\\\\uDD00-\\\\uDDEF]))*$/},\"last-name\":{displayName:\"last name\",isValid:function(u){return!isHtml(u)},regex:/^(?=(?:[\\\\0-\\\\t\\\\x0B\\\\f\\\\x0E-\\\\u2027\\\\u202A-\\\\uD7FF\\\\uE000-\\\\uFFFF]|[\\\\uD800-\\\\uDBFF][\\\\uDC00-\\\\uDFFF]|[\\\\uD800-\\\\uDBFF](?![\\\\uDC00-\\\\uDFFF])|(?:[^\\\\uD800-\\\\uDBFF]|^)[\\\\uDC00-\\\\uDFFF])*(?:[A-Za-z\\\\xAA\\\\xB5\\\\xBA\\\\xC0-\\\\xD6\\\\xD8-\\\\xF6\\\\xF8-\\\\u02C1\\\\u02C6-\\\\u02D1\\\\u02E0-\\\\u02E4\\\\u02EC\\\\u02EE\\\\u0370-\\\\u0374\\\\u0376\\\\u0377\\\\u037A-\\\\u037D\\\\u037F\\\\u0386\\\\u0388-\\\\u038A\\\\u038C\\\\u038E-\\\\u03A1\\\\u03A3-\\\\u03F5\\\\u03F7-\\\\u0481\\\\u048A-\\\\u052F\\\\u0531-\\\\u0556\\\\u0559\\\\u0560-\\\\u0588\\\\u05D0-\\\\u05EA\\\\u05EF-\\\\u05F2\\\\u0620-\\\\u064A\\\\u066E\\\\u066F\\\\u0671-\\\\u06D3\\\\u06D5\\\\u06E5\\\\u06E6\\\\u06EE\\\\u06EF\\\\u06FA-\\\\u06FC\\\\u06FF\\\\u0710\\\\u0712-\\\\u072F\\\\u074D-\\\\u07A5\\\\u07B1\\\\u07CA-\\\\u07EA\\\\u07F4\\\\u07F5\\\\u07FA\\\\u0800-\\\\u0815\\\\u081A\\\\u0824\\\\u0828\\\\u0840-\\\\u0858\\\\u0860-\\\\u086A\\\\u0870-\\\\u0887\\\\u0889-\\\\u088E\\\\u08A0-\\\\u08C9\\\\u0904-\\\\u0939\\\\u093D\\\\u0950\\\\u0958-\\\\u0961\\\\u0971-\\\\u0980\\\\u0985-\\\\u098C\\\\u098F\\\\u0990\\\\u0993-\\\\u09A8\\\\u09AA-\\\\u09B0\\\\u09B2\\\\u09B6-\\\\u09B9\\\\u09BD\\\\u09CE\\\\u09DC\\\\u09DD\\\\u09DF-\\\\u09E1\\\\u09F0\\\\u09F1\\\\u09FC\\\\u0A05-\\\\u0A0A\\\\u0A0F\\\\u0A10\\\\u0A13-\\\\u0A28\\\\u0A2A-\\\\u0A30\\\\u0A32\\\\u0A33\\\\u0A35\\\\u0A36\\\\u0A38\\\\u0A39\\\\u0A59-\\\\u0A5C\\\\u0A5E\\\\u0A72-\\\\u0A74\\\\u0A85-\\\\u0A8D\\\\u0A8F-\\\\u0A91\\\\u0A93-\\\\u0AA8\\\\u0AAA-\\\\u0AB0\\\\u0AB2\\\\u0AB3\\\\u0AB5-\\\\u0AB9\\\\u0ABD\\\\u0AD0\\\\u0AE0\\\\u0AE1\\\\u0AF9\\\\u0B05-\\\\u0B0C\\\\u0B0F\\\\u0B10\\\\u0B13-\\\\u0B28\\\\u0B2A-\\\\u0B30\\\\u0B32\\\\u0B33\\\\u0B35-\\\\u0B39\\\\u0B3D\\\\u0B5C\\\\u0B5D\\\\u0B5F-\\\\u0B61\\\\u0B71\\\\u0B83\\\\u0B85-\\\\u0B8A\\\\u0B8E-\\\\u0B90\\\\u0B92-\\\\u0B95\\\\u0B99\\\\u0B9A\\\\u0B9C\\\\u0B9E\\\\u0B9F\\\\u0BA3\\\\u0BA4\\\\u0BA8-\\\\u0BAA\\\\u0BAE-\\\\u0BB9\\\\u0BD0\\\\u0C05-\\\\u0C0C\\\\u0C0E-\\\\u0C10\\\\u0C12-\\\\u0C28\\\\u0C2A-\\\\u0C39\\\\u0C3D\\\\u0C58-\\\\u0C5A\\\\u0C5D\\\\u0C60\\\\u0C61\\\\u0C80\\\\u0C85-\\\\u0C8C\\\\u0C8E-\\\\u0C90\\\\u0C92-\\\\u0CA8\\\\u0CAA-\\\\u0CB3\\\\u0CB5-\\\\u0CB9\\\\u0CBD\\\\u0CDD\\\\u0CDE\\\\u0CE0\\\\u0CE1\\\\u0CF1\\\\u0CF2\\\\u0D04-\\\\u0D0C\\\\u0D0E-\\\\u0D10\\\\u0D12-\\\\u0D3A\\\\u0D3D\\\\u0D4E\\\\u0D54-\\\\u0D56\\\\u0D5F-\\\\u0D61\\\\u0D7A-\\\\u0D7F\\\\u0D85-\\\\u0D96\\\\u0D9A-\\\\u0DB1\\\\u0DB3-\\\\u0DBB\\\\u0DBD\\\\u0DC0-\\\\u0DC6\\\\u0E01-\\\\u0E30\\\\u0E32\\\\u0E33\\\\u0E40-\\\\u0E46\\\\u0E81\\\\u0E82\\\\u0E84\\\\u0E86-\\\\u0E8A\\\\u0E8C-\\\\u0EA3\\\\u0EA5\\\\u0EA7-\\\\u0EB0\\\\u0EB2\\\\u0EB3\\\\u0EBD\\\\u0EC0-\\\\u0EC4\\\\u0EC6\\\\u0EDC-\\\\u0EDF\\\\u0F00\\\\u0F40-\\\\u0F47\\\\u0F49-\\\\u0F6C\\\\u0F88-\\\\u0F8C\\\\u1000-\\\\u102A\\\\u103F\\\\u1050-\\\\u1055\\\\u105A-\\\\u105D\\\\u1061\\\\u1065\\\\u1066\\\\u106E-\\\\u1070\\\\u1075-\\\\u1081\\\\u108E\\\\u10A0-\\\\u10C5\\\\u10C7\\\\u10CD\\\\u10D0-\\\\u10FA\\\\u10FC-\\\\u1248\\\\u124A-\\\\u124D\\\\u1250-\\\\u1256\\\\u1258\\\\u125A-\\\\u125D\\\\u1260-\\\\u1288\\\\u128A-\\\\u128D\\\\u1290-\\\\u12B0\\\\u12B2-\\\\u12B5\\\\u12B8-\\\\u12BE\\\\u12C0\\\\u12C2-\\\\u12C5\\\\u12C8-\\\\u12D6\\\\u12D8-\\\\u1310\\\\u1312-\\\\u1315\\\\u1318-\\\\u135A\\\\u1380-\\\\u138F\\\\u13A0-\\\\u13F5\\\\u13F8-\\\\u13FD\\\\u1401-\\\\u166C\\\\u166F-\\\\u167F\\\\u1681-\\\\u169A\\\\u16A0-\\\\u16EA\\\\u16F1-\\\\u16F8\\\\u1700-\\\\u1711\\\\u171F-\\\\u1731\\\\u1740-\\\\u1751\\\\u1760-\\\\u176C\\\\u176E-\\\\u1770\\\\u1780-\\\\u17B3\\\\u17D7\\\\u17DC\\\\u1820-\\\\u1878\\\\u1880-\\\\u1884\\\\u1887-\\\\u18A8\\\\u18AA\\\\u18B0-\\\\u18F5\\\\u1900-\\\\u191E\\\\u1950-\\\\u196D\\\\u1970-\\\\u1974\\\\u1980-\\\\u19AB\\\\u19B0-\\\\u19C9\\\\u1A00-\\\\u1A16\\\\u1A20-\\\\u1A54\\\\u1AA7\\\\u1B05-\\\\u1B33\\\\u1B45-\\\\u1B4C\\\\u1B83-\\\\u1BA0\\\\u1BAE\\\\u1BAF\\\\u1BBA-\\\\u1BE5\\\\u1C00-\\\\u1C23\\\\u1C4D-\\\\u1C4F\\\\u1C5A-\\\\u1C7D\\\\u1C80-\\\\u1C88\\\\u1C90-\\\\u1CBA\\\\u1CBD-\\\\u1CBF\\\\u1CE9-\\\\u1CEC\\\\u1CEE-\\\\u1CF3\\\\u1CF5\\\\u1CF6\\\\u1CFA\\\\u1D00-\\\\u1DBF\\\\u1E00-\\\\u1F15\\\\u1F18-\\\\u1F1D\\\\u1F20-\\\\u1F45\\\\u1F48-\\\\u1F4D\\\\u1F50-\\\\u1F57\\\\u1F59\\\\u1F5B\\\\u1F5D\\\\u1F5F-\\\\u1F7D\\\\u1F80-\\\\u1FB4\\\\u1FB6-\\\\u1FBC\\\\u1FBE\\\\u1FC2-\\\\u1FC4\\\\u1FC6-\\\\u1FCC\\\\u1FD0-\\\\u1FD3\\\\u1FD6-\\\\u1FDB\\\\u1FE0-\\\\u1FEC\\\\u1FF2-\\\\u1FF4\\\\u1FF6-\\\\u1FFC\\\\u2071\\\\u207F\\\\u2090-\\\\u209C\\\\u2102\\\\u2107\\\\u210A-\\\\u2113\\\\u2115\\\\u2119-\\\\u211D\\\\u2124\\\\u2126\\\\u2128\\\\u212A-\\\\u212D\\\\u212F-\\\\u2139\\\\u213C-\\\\u213F\\\\u2145-\\\\u2149\\\\u214E\\\\u2183\\\\u2184\\\\u2C00-\\\\u2CE4\\\\u2CEB-\\\\u2CEE\\\\u2CF2\\\\u2CF3\\\\u2D00-\\\\u2D25\\\\u2D27\\\\u2D2D\\\\u2D30-\\\\u2D67\\\\u2D6F\\\\u2D80-\\\\u2D96\\\\u2DA0-\\\\u2DA6\\\\u2DA8-\\\\u2DAE\\\\u2DB0-\\\\u2DB6\\\\u2DB8-\\\\u2DBE\\\\u2DC0-\\\\u2DC6\\\\u2DC8-\\\\u2DCE\\\\u2DD0-\\\\u2DD6\\\\u2DD8-\\\\u2DDE\\\\u2E2F\\\\u3005\\\\u3006\\\\u3031-\\\\u3035\\\\u303B\\\\u303C\\\\u3041-\\\\u3096\\\\u309D-\\\\u309F\\\\u30A1-\\\\u30FA\\\\u30FC-\\\\u30FF\\\\u3105-\\\\u312F\\\\u3131-\\\\u318E\\\\u31A0-\\\\u31BF\\\\u31F0-\\\\u31FF\\\\u3400-\\\\u4DBF\\\\u4E00-\\\\uA48C\\\\uA4D0-\\\\uA4FD\\\\uA500-\\\\uA60C\\\\uA610-\\\\uA61F\\\\uA62A\\\\uA62B\\\\uA640-\\\\uA66E\\\\uA67F-\\\\uA69D\\\\uA6A0-\\\\uA6E5\\\\uA717-\\\\uA71F\\\\uA722-\\\\uA788\\\\uA78B-\\\\uA7CA\\\\uA7D0\\\\uA7D1\\\\uA7D3\\\\uA7D5-\\\\uA7D9\\\\uA7F2-\\\\uA801\\\\uA803-\\\\uA805\\\\uA807-\\\\uA80A\\\\uA80C-\\\\uA822\\\\uA840-\\\\uA873\\\\uA882-\\\\uA8B3\\\\uA8F2-\\\\uA8F7\\\\uA8FB\\\\uA8FD\\\\uA8FE\\\\uA90A-\\\\uA925\\\\uA930-\\\\uA946\\\\uA960-\\\\uA97C\\\\uA984-\\\\uA9B2\\\\uA9CF\\\\uA9E0-\\\\uA9E4\\\\uA9E6-\\\\uA9EF\\\\uA9FA-\\\\uA9FE\\\\uAA00-\\\\uAA28\\\\uAA40-\\\\uAA42\\\\uAA44-\\\\uAA4B\\\\uAA60-\\\\uAA76\\\\uAA7A\\\\uAA7E-\\\\uAAAF\\\\uAAB1\\\\uAAB5\\\\uAAB6\\\\uAAB9-\\\\uAABD\\\\uAAC0\\\\uAAC2\\\\uAADB-\\\\uAADD\\\\uAAE0-\\\\uAAEA\\\\uAAF2-\\\\uAAF4\\\\uAB01-\\\\uAB06\\\\uAB09-\\\\uAB0E\\\\uAB11-\\\\uAB16\\\\uAB20-\\\\uAB26\\\\uAB28-\\\\uAB2E\\\\uAB30-\\\\uAB5A\\\\uAB5C-\\\\uAB69\\\\uAB70-\\\\uABE2\\\\uAC00-\\\\uD7A3\\\\uD7B0-\\\\uD7C6\\\\uD7CB-\\\\uD7FB\\\\uF900-\\\\uFA6D\\\\uFA70-\\\\uFAD9\\\\uFB00-\\\\uFB06\\\\uFB13-\\\\uFB17\\\\uFB1D\\\\uFB1F-\\\\uFB28\\\\uFB2A-\\\\uFB36\\\\uFB38-\\\\uFB3C\\\\uFB3E\\\\uFB40\\\\uFB41\\\\uFB43\\\\uFB44\\\\uFB46-\\\\uFBB1\\\\uFBD3-\\\\uFD3D\\\\uFD50-\\\\uFD8F\\\\uFD92-\\\\uFDC7\\\\uFDF0-\\\\uFDFB\\\\uFE70-\\\\uFE74\\\\uFE76-\\\\uFEFC\\\\uFF21-\\\\uFF3A\\\\uFF41-\\\\uFF5A\\\\uFF66-\\\\uFFBE\\\\uFFC2-\\\\uFFC7\\\\uFFCA-\\\\uFFCF\\\\uFFD2-\\\\uFFD7\\\\uFFDA-\\\\uFFDC]|\\\\uD800[\\\\uDC00-\\\\uDC0B\\\\uDC0D-\\\\uDC26\\\\uDC28-\\\\uDC3A\\\\uDC3C\\\\uDC3D\\\\uDC3F-\\\\uDC4D\\\\uDC50-\\\\uDC5D\\\\uDC80-\\\\uDCFA\\\\uDE80-\\\\uDE9C\\\\uDEA0-\\\\uDED0\\\\uDF00-\\\\uDF1F\\\\uDF2D-\\\\uDF40\\\\uDF42-\\\\uDF49\\\\uDF50-\\\\uDF75\\\\uDF80-\\\\uDF9D\\\\uDFA0-\\\\uDFC3\\\\uDFC8-\\\\uDFCF]|\\\\uD801[\\\\uDC00-\\\\uDC9D\\\\uDCB0-\\\\uDCD3\\\\uDCD8-\\\\uDCFB\\\\uDD00-\\\\uDD27\\\\uDD30-\\\\uDD63\\\\uDD70-\\\\uDD7A\\\\uDD7C-\\\\uDD8A\\\\uDD8C-\\\\uDD92\\\\uDD94\\\\uDD95\\\\uDD97-\\\\uDDA1\\\\uDDA3-\\\\uDDB1\\\\uDDB3-\\\\uDDB9\\\\uDDBB\\\\uDDBC\\\\uDE00-\\\\uDF36\\\\uDF40-\\\\uDF55\\\\uDF60-\\\\uDF67\\\\uDF80-\\\\uDF85\\\\uDF87-\\\\uDFB0\\\\uDFB2-\\\\uDFBA]|\\\\uD802[\\\\uDC00-\\\\uDC05\\\\uDC08\\\\uDC0A-\\\\uDC35\\\\uDC37\\\\uDC38\\\\uDC3C\\\\uDC3F-\\\\uDC55\\\\uDC60-\\\\uDC76\\\\uDC80-\\\\uDC9E\\\\uDCE0-\\\\uDCF2\\\\uDCF4\\\\uDCF5\\\\uDD00-\\\\uDD15\\\\uDD20-\\\\uDD39\\\\uDD80-\\\\uDDB7\\\\uDDBE\\\\uDDBF\\\\uDE00\\\\uDE10-\\\\uDE13\\\\uDE15-\\\\uDE17\\\\uDE19-\\\\uDE35\\\\uDE60-\\\\uDE7C\\\\uDE80-\\\\uDE9C\\\\uDEC0-\\\\uDEC7\\\\uDEC9-\\\\uDEE4\\\\uDF00-\\\\uDF35\\\\uDF40-\\\\uDF55\\\\uDF60-\\\\uDF72\\\\uDF80-\\\\uDF91]|\\\\uD803[\\\\uDC00-\\\\uDC48\\\\uDC80-\\\\uDCB2\\\\uDCC0-\\\\uDCF2\\\\uDD00-\\\\uDD23\\\\uDE80-\\\\uDEA9\\\\uDEB0\\\\uDEB1\\\\uDF00-\\\\uDF1C\\\\uDF27\\\\uDF30-\\\\uDF45\\\\uDF70-\\\\uDF81\\\\uDFB0-\\\\uDFC4\\\\uDFE0-\\\\uDFF6]|\\\\uD804[\\\\uDC03-\\\\uDC37\\\\uDC71\\\\uDC72\\\\uDC75\\\\uDC83-\\\\uDCAF\\\\uDCD0-\\\\uDCE8\\\\uDD03-\\\\uDD26\\\\uDD44\\\\uDD47\\\\uDD50-\\\\uDD72\\\\uDD76\\\\uDD83-\\\\uDDB2\\\\uDDC1-\\\\uDDC4\\\\uDDDA\\\\uDDDC\\\\uDE00-\\\\uDE11\\\\uDE13-\\\\uDE2B\\\\uDE3F\\\\uDE40\\\\uDE80-\\\\uDE86\\\\uDE88\\\\uDE8A-\\\\uDE8D\\\\uDE8F-\\\\uDE9D\\\\uDE9F-\\\\uDEA8\\\\uDEB0-\\\\uDEDE\\\\uDF05-\\\\uDF0C\\\\uDF0F\\\\uDF10\\\\uDF13-\\\\uDF28\\\\uDF2A-\\\\uDF30\\\\uDF32\\\\uDF33\\\\uDF35-\\\\uDF39\\\\uDF3D\\\\uDF50\\\\uDF5D-\\\\uDF61]|\\\\uD805[\\\\uDC00-\\\\uDC34\\\\uDC47-\\\\uDC4A\\\\uDC5F-\\\\uDC61\\\\uDC80-\\\\uDCAF\\\\uDCC4\\\\uDCC5\\\\uDCC7\\\\uDD80-\\\\uDDAE\\\\uDDD8-\\\\uDDDB\\\\uDE00-\\\\uDE2F\\\\uDE44\\\\uDE80-\\\\uDEAA\\\\uDEB8\\\\uDF00-\\\\uDF1A\\\\uDF40-\\\\uDF46]|\\\\uD806[\\\\uDC00-\\\\uDC2B\\\\uDCA0-\\\\uDCDF\\\\uDCFF-\\\\uDD06\\\\uDD09\\\\uDD0C-\\\\uDD13\\\\uDD15\\\\uDD16\\\\uDD18-\\\\uDD2F\\\\uDD3F\\\\uDD41\\\\uDDA0-\\\\uDDA7\\\\uDDAA-\\\\uDDD0\\\\uDDE1\\\\uDDE3\\\\uDE00\\\\uDE0B-\\\\uDE32\\\\uDE3A\\\\uDE50\\\\uDE5C-\\\\uDE89\\\\uDE9D\\\\uDEB0-\\\\uDEF8]|\\\\uD807[\\\\uDC00-\\\\uDC08\\\\uDC0A-\\\\uDC2E\\\\uDC40\\\\uDC72-\\\\uDC8F\\\\uDD00-\\\\uDD06\\\\uDD08\\\\uDD09\\\\uDD0B-\\\\uDD30\\\\uDD46\\\\uDD60-\\\\uDD65\\\\uDD67\\\\uDD68\\\\uDD6A-\\\\uDD89\\\\uDD98\\\\uDEE0-\\\\uDEF2\\\\uDF02\\\\uDF04-\\\\uDF10\\\\uDF12-\\\\uDF33\\\\uDFB0]|\\\\uD808[\\\\uDC00-\\\\uDF99]|\\\\uD809[\\\\uDC80-\\\\uDD43]|\\\\uD80B[\\\\uDF90-\\\\uDFF0]|[\\\\uD80C\\\\uD81C-\\\\uD820\\\\uD822\\\\uD840-\\\\uD868\\\\uD86A-\\\\uD86C\\\\uD86F-\\\\uD872\\\\uD874-\\\\uD879\\\\uD880-\\\\uD883\\\\uD885-\\\\uD887][\\\\uDC00-\\\\uDFFF]|\\\\uD80D[\\\\uDC00-\\\\uDC2F\\\\uDC41-\\\\uDC46]|\\\\uD811[\\\\uDC00-\\\\uDE46]|\\\\uD81A[\\\\uDC00-\\\\uDE38\\\\uDE40-\\\\uDE5E\\\\uDE70-\\\\uDEBE\\\\uDED0-\\\\uDEED\\\\uDF00-\\\\uDF2F\\\\uDF40-\\\\uDF43\\\\uDF63-\\\\uDF77\\\\uDF7D-\\\\uDF8F]|\\\\uD81B[\\\\uDE40-\\\\uDE7F\\\\uDF00-\\\\uDF4A\\\\uDF50\\\\uDF93-\\\\uDF9F\\\\uDFE0\\\\uDFE1\\\\uDFE3]|\\\\uD821[\\\\uDC00-\\\\uDFF7]|\\\\uD823[\\\\uDC00-\\\\uDCD5\\\\uDD00-\\\\uDD08]|\\\\uD82B[\\\\uDFF0-\\\\uDFF3\\\\uDFF5-\\\\uDFFB\\\\uDFFD\\\\uDFFE]|\\\\uD82C[\\\\uDC00-\\\\uDD22\\\\uDD32\\\\uDD50-\\\\uDD52\\\\uDD55\\\\uDD64-\\\\uDD67\\\\uDD70-\\\\uDEFB]|\\\\uD82F[\\\\uDC00-\\\\uDC6A\\\\uDC70-\\\\uDC7C\\\\uDC80-\\\\uDC88\\\\uDC90-\\\\uDC99]|\\\\uD835[\\\\uDC00-\\\\uDC54\\\\uDC56-\\\\uDC9C\\\\uDC9E\\\\uDC9F\\\\uDCA2\\\\uDCA5\\\\uDCA6\\\\uDCA9-\\\\uDCAC\\\\uDCAE-\\\\uDCB9\\\\uDCBB\\\\uDCBD-\\\\uDCC3\\\\uDCC5-\\\\uDD05\\\\uDD07-\\\\uDD0A\\\\uDD0D-\\\\uDD14\\\\uDD16-\\\\uDD1C\\\\uDD1E-\\\\uDD39\\\\uDD3B-\\\\uDD3E\\\\uDD40-\\\\uDD44\\\\uDD46\\\\uDD4A-\\\\uDD50\\\\uDD52-\\\\uDEA5\\\\uDEA8-\\\\uDEC0\\\\uDEC2-\\\\uDEDA\\\\uDEDC-\\\\uDEFA\\\\uDEFC-\\\\uDF14\\\\uDF16-\\\\uDF34\\\\uDF36-\\\\uDF4E\\\\uDF50-\\\\uDF6E\\\\uDF70-\\\\uDF88\\\\uDF8A-\\\\uDFA8\\\\uDFAA-\\\\uDFC2\\\\uDFC4-\\\\uDFCB]|\\\\uD837[\\\\uDF00-\\\\uDF1E\\\\uDF25-\\\\uDF2A]|\\\\uD838[\\\\uDC30-\\\\uDC6D\\\\uDD00-\\\\uDD2C\\\\uDD37-\\\\uDD3D\\\\uDD4E\\\\uDE90-\\\\uDEAD\\\\uDEC0-\\\\uDEEB]|\\\\uD839[\\\\uDCD0-\\\\uDCEB\\\\uDFE0-\\\\uDFE6\\\\uDFE8-\\\\uDFEB\\\\uDFED\\\\uDFEE\\\\uDFF0-\\\\uDFFE]|\\\\uD83A[\\\\uDC00-\\\\uDCC4\\\\uDD00-\\\\uDD43\\\\uDD4B]|\\\\uD83B[\\\\uDE00-\\\\uDE03\\\\uDE05-\\\\uDE1F\\\\uDE21\\\\uDE22\\\\uDE24\\\\uDE27\\\\uDE29-\\\\uDE32\\\\uDE34-\\\\uDE37\\\\uDE39\\\\uDE3B\\\\uDE42\\\\uDE47\\\\uDE49\\\\uDE4B\\\\uDE4D-\\\\uDE4F\\\\uDE51\\\\uDE52\\\\uDE54\\\\uDE57\\\\uDE59\\\\uDE5B\\\\uDE5D\\\\uDE5F\\\\uDE61\\\\uDE62\\\\uDE64\\\\uDE67-\\\\uDE6A\\\\uDE6C-\\\\uDE72\\\\uDE74-\\\\uDE77\\\\uDE79-\\\\uDE7C\\\\uDE7E\\\\uDE80-\\\\uDE89\\\\uDE8B-\\\\uDE9B\\\\uDEA1-\\\\uDEA3\\\\uDEA5-\\\\uDEA9\\\\uDEAB-\\\\uDEBB]|\\\\uD869[\\\\uDC00-\\\\uDEDF\\\\uDF00-\\\\uDFFF]|\\\\uD86D[\\\\uDC00-\\\\uDF39\\\\uDF40-\\\\uDFFF]|\\\\uD86E[\\\\uDC00-\\\\uDC1D\\\\uDC20-\\\\uDFFF]|\\\\uD873[\\\\uDC00-\\\\uDEA1\\\\uDEB0-\\\\uDFFF]|\\\\uD87A[\\\\uDC00-\\\\uDFE0]|\\\\uD87E[\\\\uDC00-\\\\uDE1D]|\\\\uD884[\\\\uDC00-\\\\uDF4A\\\\uDF50-\\\\uDFFF]|\\\\uD888[\\\\uDC00-\\\\uDFAF]))((?:[\\\\t-\\\\r \\',-\\\\.A-Za-z\\\\xA0\\\\xAA\\\\xB5\\\\xBA\\\\xC0-\\\\xD6\\\\xD8-\\\\xF6\\\\xF8-\\\\u02C1\\\\u02C6-\\\\u02D1\\\\u02E0-\\\\u02E4\\\\u02EC\\\\u02EE\\\\u0300-\\\\u0374\\\\u0376\\\\u0377\\\\u037A-\\\\u037D\\\\u037F\\\\u0386\\\\u0388-\\\\u038A\\\\u038C\\\\u038E-\\\\u03A1\\\\u03A3-\\\\u03F5\\\\u03F7-\\\\u0481\\\\u0483-\\\\u052F\\\\u0531-\\\\u0556\\\\u0559\\\\u0560-\\\\u0588\\\\u0591-\\\\u05BD\\\\u05BF\\\\u05C1\\\\u05C2\\\\u05C4\\\\u05C5\\\\u05C7\\\\u05D0-\\\\u05EA\\\\u05EF-\\\\u05F2\\\\u0610-\\\\u061A\\\\u0620-\\\\u065F\\\\u066E-\\\\u06D3\\\\u06D5-\\\\u06DC\\\\u06DF-\\\\u06E8\\\\u06EA-\\\\u06EF\\\\u06FA-\\\\u06FC\\\\u06FF\\\\u0710-\\\\u074A\\\\u074D-\\\\u07B1\\\\u07CA-\\\\u07F5\\\\u07FA\\\\u07FD\\\\u0800-\\\\u082D\\\\u0840-\\\\u085B\\\\u0860-\\\\u086A\\\\u0870-\\\\u0887\\\\u0889-\\\\u088E\\\\u0898-\\\\u08E1\\\\u08E3-\\\\u0963\\\\u0971-\\\\u0983\\\\u0985-\\\\u098C\\\\u098F\\\\u0990\\\\u0993-\\\\u09A8\\\\u09AA-\\\\u09B0\\\\u09B2\\\\u09B6-\\\\u09B9\\\\u09BC-\\\\u09C4\\\\u09C7\\\\u09C8\\\\u09CB-\\\\u09CE\\\\u09D7\\\\u09DC\\\\u09DD\\\\u09DF-\\\\u09E3\\\\u09F0\\\\u09F1\\\\u09FC\\\\u09FE\\\\u0A01-\\\\u0A03\\\\u0A05-\\\\u0A0A\\\\u0A0F\\\\u0A10\\\\u0A13-\\\\u0A28\\\\u0A2A-\\\\u0A30\\\\u0A32\\\\u0A33\\\\u0A35\\\\u0A36\\\\u0A38\\\\u0A39\\\\u0A3C\\\\u0A3E-\\\\u0A42\\\\u0A47\\\\u0A48\\\\u0A4B-\\\\u0A4D\\\\u0A51\\\\u0A59-\\\\u0A5C\\\\u0A5E\\\\u0A70-\\\\u0A75\\\\u0A81-\\\\u0A83\\\\u0A85-\\\\u0A8D\\\\u0A8F-\\\\u0A91\\\\u0A93-\\\\u0AA8\\\\u0AAA-\\\\u0AB0\\\\u0AB2\\\\u0AB3\\\\u0AB5-\\\\u0AB9\\\\u0ABC-\\\\u0AC5\\\\u0AC7-\\\\u0AC9\\\\u0ACB-\\\\u0ACD\\\\u0AD0\\\\u0AE0-\\\\u0AE3\\\\u0AF9-\\\\u0AFF\\\\u0B01-\\\\u0B03\\\\u0B05-\\\\u0B0C\\\\u0B0F\\\\u0B10\\\\u0B13-\\\\u0B28\\\\u0B2A-\\\\u0B30\\\\u0B32\\\\u0B33\\\\u0B35-\\\\u0B39\\\\u0B3C-\\\\u0B44\\\\u0B47\\\\u0B48\\\\u0B4B-\\\\u0B4D\\\\u0B55-\\\\u0B57\\\\u0B5C\\\\u0B5D\\\\u0B5F-\\\\u0B63\\\\u0B71\\\\u0B82\\\\u0B83\\\\u0B85-\\\\u0B8A\\\\u0B8E-\\\\u0B90\\\\u0B92-\\\\u0B95\\\\u0B99\\\\u0B9A\\\\u0B9C\\\\u0B9E\\\\u0B9F\\\\u0BA3\\\\u0BA4\\\\u0BA8-\\\\u0BAA\\\\u0BAE-\\\\u0BB9\\\\u0BBE-\\\\u0BC2\\\\u0BC6-\\\\u0BC8\\\\u0BCA-\\\\u0BCD\\\\u0BD0\\\\u0BD7\\\\u0C00-\\\\u0C0C\\\\u0C0E-\\\\u0C10\\\\u0C12-\\\\u0C28\\\\u0C2A-\\\\u0C39\\\\u0C3C-\\\\u0C44\\\\u0C46-\\\\u0C48\\\\u0C4A-\\\\u0C4D\\\\u0C55\\\\u0C56\\\\u0C58-\\\\u0C5A\\\\u0C5D\\\\u0C60-\\\\u0C63\\\\u0C80-\\\\u0C83\\\\u0C85-\\\\u0C8C\\\\u0C8E-\\\\u0C90\\\\u0C92-\\\\u0CA8\\\\u0CAA-\\\\u0CB3\\\\u0CB5-\\\\u0CB9\\\\u0CBC-\\\\u0CC4\\\\u0CC6-\\\\u0CC8\\\\u0CCA-\\\\u0CCD\\\\u0CD5\\\\u0CD6\\\\u0CDD\\\\u0CDE\\\\u0CE0-\\\\u0CE3\\\\u0CF1-\\\\u0CF3\\\\u0D00-\\\\u0D0C\\\\u0D0E-\\\\u0D10\\\\u0D12-\\\\u0D44\\\\u0D46-\\\\u0D48\\\\u0D4A-\\\\u0D4E\\\\u0D54-\\\\u0D57\\\\u0D5F-\\\\u0D63\\\\u0D7A-\\\\u0D7F\\\\u0D81-\\\\u0D83\\\\u0D85-\\\\u0D96\\\\u0D9A-\\\\u0DB1\\\\u0DB3-\\\\u0DBB\\\\u0DBD\\\\u0DC0-\\\\u0DC6\\\\u0DCA\\\\u0DCF-\\\\u0DD4\\\\u0DD6\\\\u0DD8-\\\\u0DDF\\\\u0DF2\\\\u0DF3\\\\u0E01-\\\\u0E3A\\\\u0E40-\\\\u0E4E\\\\u0E81\\\\u0E82\\\\u0E84\\\\u0E86-\\\\u0E8A\\\\u0E8C-\\\\u0EA3\\\\u0EA5\\\\u0EA7-\\\\u0EBD\\\\u0EC0-\\\\u0EC4\\\\u0EC6\\\\u0EC8-\\\\u0ECE\\\\u0EDC-\\\\u0EDF\\\\u0F00\\\\u0F18\\\\u0F19\\\\u0F35\\\\u0F37\\\\u0F39\\\\u0F3E-\\\\u0F47\\\\u0F49-\\\\u0F6C\\\\u0F71-\\\\u0F84\\\\u0F86-\\\\u0F97\\\\u0F99-\\\\u0FBC\\\\u0FC6\\\\u1000-\\\\u103F\\\\u1050-\\\\u108F\\\\u109A-\\\\u109D\\\\u10A0-\\\\u10C5\\\\u10C7\\\\u10CD\\\\u10D0-\\\\u10FA\\\\u10FC-\\\\u1248\\\\u124A-\\\\u124D\\\\u1250-\\\\u1256\\\\u1258\\\\u125A-\\\\u125D\\\\u1260-\\\\u1288\\\\u128A-\\\\u128D\\\\u1290-\\\\u12B0\\\\u12B2-\\\\u12B5\\\\u12B8-\\\\u12BE\\\\u12C0\\\\u12C2-\\\\u12C5\\\\u12C8-\\\\u12D6\\\\u12D8-\\\\u1310\\\\u1312-\\\\u1315\\\\u1318-\\\\u135A\\\\u135D-\\\\u135F\\\\u1380-\\\\u138F\\\\u13A0-\\\\u13F5\\\\u13F8-\\\\u13FD\\\\u1401-\\\\u166C\\\\u166F-\\\\u169A\\\\u16A0-\\\\u16EA\\\\u16F1-\\\\u16F8\\\\u1700-\\\\u1715\\\\u171F-\\\\u1734\\\\u1740-\\\\u1753\\\\u1760-\\\\u176C\\\\u176E-\\\\u1770\\\\u1772\\\\u1773\\\\u1780-\\\\u17D3\\\\u17D7\\\\u17DC\\\\u17DD\\\\u180B-\\\\u180D\\\\u180F\\\\u1820-\\\\u1878\\\\u1880-\\\\u18AA\\\\u18B0-\\\\u18F5\\\\u1900-\\\\u191E\\\\u1920-\\\\u192B\\\\u1930-\\\\u193B\\\\u1950-\\\\u196D\\\\u1970-\\\\u1974\\\\u1980-\\\\u19AB\\\\u19B0-\\\\u19C9\\\\u1A00-\\\\u1A1B\\\\u1A20-\\\\u1A5E\\\\u1A60-\\\\u1A7C\\\\u1A7F\\\\u1AA7\\\\u1AB0-\\\\u1ACE\\\\u1B00-\\\\u1B4C\\\\u1B6B-\\\\u1B73\\\\u1B80-\\\\u1BAF\\\\u1BBA-\\\\u1BF3\\\\u1C00-\\\\u1C37\\\\u1C4D-\\\\u1C4F\\\\u1C5A-\\\\u1C7D\\\\u1C80-\\\\u1C88\\\\u1C90-\\\\u1CBA\\\\u1CBD-\\\\u1CBF\\\\u1CD0-\\\\u1CD2\\\\u1CD4-\\\\u1CFA\\\\u1D00-\\\\u1F15\\\\u1F18-\\\\u1F1D\\\\u1F20-\\\\u1F45\\\\u1F48-\\\\u1F4D\\\\u1F50-\\\\u1F57\\\\u1F59\\\\u1F5B\\\\u1F5D\\\\u1F5F-\\\\u1F7D\\\\u1F80-\\\\u1FB4\\\\u1FB6-\\\\u1FBC\\\\u1FBE\\\\u1FC2-\\\\u1FC4\\\\u1FC6-\\\\u1FCC\\\\u1FD0-\\\\u1FD3\\\\u1FD6-\\\\u1FDB\\\\u1FE0-\\\\u1FEC\\\\u1FF2-\\\\u1FF4\\\\u1FF6-\\\\u1FFC\\\\u2000-\\\\u200A\\\\u2028\\\\u2029\\\\u202F\\\\u205F\\\\u2071\\\\u207F\\\\u2090-\\\\u209C\\\\u20D0-\\\\u20F0\\\\u2102\\\\u2107\\\\u210A-\\\\u2113\\\\u2115\\\\u2119-\\\\u211D\\\\u2124\\\\u2126\\\\u2128\\\\u212A-\\\\u212D\\\\u212F-\\\\u2139\\\\u213C-\\\\u213F\\\\u2145-\\\\u2149\\\\u214E\\\\u2183\\\\u2184\\\\u2C00-\\\\u2CE4\\\\u2CEB-\\\\u2CF3\\\\u2D00-\\\\u2D25\\\\u2D27\\\\u2D2D\\\\u2D30-\\\\u2D67\\\\u2D6F\\\\u2D7F-\\\\u2D96\\\\u2DA0-\\\\u2DA6\\\\u2DA8-\\\\u2DAE\\\\u2DB0-\\\\u2DB6\\\\u2DB8-\\\\u2DBE\\\\u2DC0-\\\\u2DC6\\\\u2DC8-\\\\u2DCE\\\\u2DD0-\\\\u2DD6\\\\u2DD8-\\\\u2DDE\\\\u2DE0-\\\\u2DFF\\\\u2E2F\\\\u3000\\\\u3005\\\\u3006\\\\u302A-\\\\u302F\\\\u3031-\\\\u3035\\\\u303B\\\\u303C\\\\u3041-\\\\u3096\\\\u3099\\\\u309A\\\\u309D-\\\\u309F\\\\u30A1-\\\\u30FA\\\\u30FC-\\\\u30FF\\\\u3105-\\\\u312F\\\\u3131-\\\\u318E\\\\u31A0-\\\\u31BF\\\\u31F0-\\\\u31FF\\\\u3400-\\\\u4DBF\\\\u4E00-\\\\uA48C\\\\uA4D0-\\\\uA4FD\\\\uA500-\\\\uA60C\\\\uA610-\\\\uA61F\\\\uA62A\\\\uA62B\\\\uA640-\\\\uA672\\\\uA674-\\\\uA67D\\\\uA67F-\\\\uA6E5\\\\uA6F0\\\\uA6F1\\\\uA717-\\\\uA71F\\\\uA722-\\\\uA788\\\\uA78B-\\\\uA7CA\\\\uA7D0\\\\uA7D1\\\\uA7D3\\\\uA7D5-\\\\uA7D9\\\\uA7F2-\\\\uA827\\\\uA82C\\\\uA840-\\\\uA873\\\\uA880-\\\\uA8C5\\\\uA8E0-\\\\uA8F7\\\\uA8FB\\\\uA8FD-\\\\uA8FF\\\\uA90A-\\\\uA92D\\\\uA930-\\\\uA953\\\\uA960-\\\\uA97C\\\\uA980-\\\\uA9C0\\\\uA9CF\\\\uA9E0-\\\\uA9EF\\\\uA9FA-\\\\uA9FE\\\\uAA00-\\\\uAA36\\\\uAA40-\\\\uAA4D\\\\uAA60-\\\\uAA76\\\\uAA7A-\\\\uAAC2\\\\uAADB-\\\\uAADD\\\\uAAE0-\\\\uAAEF\\\\uAAF2-\\\\uAAF6\\\\uAB01-\\\\uAB06\\\\uAB09-\\\\uAB0E\\\\uAB11-\\\\uAB16\\\\uAB20-\\\\uAB26\\\\uAB28-\\\\uAB2E\\\\uAB30-\\\\uAB5A\\\\uAB5C-\\\\uAB69\\\\uAB70-\\\\uABEA\\\\uABEC\\\\uABED\\\\uAC00-\\\\uD7A3\\\\uD7B0-\\\\uD7C6\\\\uD7CB-\\\\uD7FB\\\\uF900-\\\\uFA6D\\\\uFA70-\\\\uFAD9\\\\uFB00-\\\\uFB06\\\\uFB13-\\\\uFB17\\\\uFB1D-\\\\uFB28\\\\uFB2A-\\\\uFB36\\\\uFB38-\\\\uFB3C\\\\uFB3E\\\\uFB40\\\\uFB41\\\\uFB43\\\\uFB44\\\\uFB46-\\\\uFBB1\\\\uFBD3-\\\\uFD3D\\\\uFD50-\\\\uFD8F\\\\uFD92-\\\\uFDC7\\\\uFDF0-\\\\uFDFB\\\\uFE00-\\\\uFE0F\\\\uFE20-\\\\uFE2F\\\\uFE70-\\\\uFE74\\\\uFE76-\\\\uFEFC\\\\uFEFF\\\\uFF21-\\\\uFF3A\\\\uFF41-\\\\uFF5A\\\\uFF66-\\\\uFFBE\\\\uFFC2-\\\\uFFC7\\\\uFFCA-\\\\uFFCF\\\\uFFD2-\\\\uFFD7\\\\uFFDA-\\\\uFFDC]|\\\\uD800[\\\\uDC00-\\\\uDC0B\\\\uDC0D-\\\\uDC26\\\\uDC28-\\\\uDC3A\\\\uDC3C\\\\uDC3D\\\\uDC3F-\\\\uDC4D\\\\uDC50-\\\\uDC5D\\\\uDC80-\\\\uDCFA\\\\uDDFD\\\\uDE80-\\\\uDE9C\\\\uDEA0-\\\\uDED0\\\\uDEE0\\\\uDF00-\\\\uDF1F\\\\uDF2D-\\\\uDF40\\\\uDF42-\\\\uDF49\\\\uDF50-\\\\uDF7A\\\\uDF80-\\\\uDF9D\\\\uDFA0-\\\\uDFC3\\\\uDFC8-\\\\uDFCF]|\\\\uD801[\\\\uDC00-\\\\uDC9D\\\\uDCB0-\\\\uDCD3\\\\uDCD8-\\\\uDCFB\\\\uDD00-\\\\uDD27\\\\uDD30-\\\\uDD63\\\\uDD70-\\\\uDD7A\\\\uDD7C-\\\\uDD8A\\\\uDD8C-\\\\uDD92\\\\uDD94\\\\uDD95\\\\uDD97-\\\\uDDA1\\\\uDDA3-\\\\uDDB1\\\\uDDB3-\\\\uDDB9\\\\uDDBB\\\\uDDBC\\\\uDE00-\\\\uDF36\\\\uDF40-\\\\uDF55\\\\uDF60-\\\\uDF67\\\\uDF80-\\\\uDF85\\\\uDF87-\\\\uDFB0\\\\uDFB2-\\\\uDFBA]|\\\\uD802[\\\\uDC00-\\\\uDC05\\\\uDC08\\\\uDC0A-\\\\uDC35\\\\uDC37\\\\uDC38\\\\uDC3C\\\\uDC3F-\\\\uDC55\\\\uDC60-\\\\uDC76\\\\uDC80-\\\\uDC9E\\\\uDCE0-\\\\uDCF2\\\\uDCF4\\\\uDCF5\\\\uDD00-\\\\uDD15\\\\uDD20-\\\\uDD39\\\\uDD80-\\\\uDDB7\\\\uDDBE\\\\uDDBF\\\\uDE00-\\\\uDE03\\\\uDE05\\\\uDE06\\\\uDE0C-\\\\uDE13\\\\uDE15-\\\\uDE17\\\\uDE19-\\\\uDE35\\\\uDE38-\\\\uDE3A\\\\uDE3F\\\\uDE60-\\\\uDE7C\\\\uDE80-\\\\uDE9C\\\\uDEC0-\\\\uDEC7\\\\uDEC9-\\\\uDEE6\\\\uDF00-\\\\uDF35\\\\uDF40-\\\\uDF55\\\\uDF60-\\\\uDF72\\\\uDF80-\\\\uDF91]|\\\\uD803[\\\\uDC00-\\\\uDC48\\\\uDC80-\\\\uDCB2\\\\uDCC0-\\\\uDCF2\\\\uDD00-\\\\uDD27\\\\uDE80-\\\\uDEA9\\\\uDEAB\\\\uDEAC\\\\uDEB0\\\\uDEB1\\\\uDEFD-\\\\uDF1C\\\\uDF27\\\\uDF30-\\\\uDF50\\\\uDF70-\\\\uDF85\\\\uDFB0-\\\\uDFC4\\\\uDFE0-\\\\uDFF6]|\\\\uD804[\\\\uDC00-\\\\uDC46\\\\uDC70-\\\\uDC75\\\\uDC7F-\\\\uDCBA\\\\uDCC2\\\\uDCD0-\\\\uDCE8\\\\uDD00-\\\\uDD34\\\\uDD44-\\\\uDD47\\\\uDD50-\\\\uDD73\\\\uDD76\\\\uDD80-\\\\uDDC4\\\\uDDC9-\\\\uDDCC\\\\uDDCE\\\\uDDCF\\\\uDDDA\\\\uDDDC\\\\uDE00-\\\\uDE11\\\\uDE13-\\\\uDE37\\\\uDE3E-\\\\uDE41\\\\uDE80-\\\\uDE86\\\\uDE88\\\\uDE8A-\\\\uDE8D\\\\uDE8F-\\\\uDE9D\\\\uDE9F-\\\\uDEA8\\\\uDEB0-\\\\uDEEA\\\\uDF00-\\\\uDF03\\\\uDF05-\\\\uDF0C\\\\uDF0F\\\\uDF10\\\\uDF13-\\\\uDF28\\\\uDF2A-\\\\uDF30\\\\uDF32\\\\uDF33\\\\uDF35-\\\\uDF39\\\\uDF3B-\\\\uDF44\\\\uDF47\\\\uDF48\\\\uDF4B-\\\\uDF4D\\\\uDF50\\\\uDF57\\\\uDF5D-\\\\uDF63\\\\uDF66-\\\\uDF6C\\\\uDF70-\\\\uDF74]|\\\\uD805[\\\\uDC00-\\\\uDC4A\\\\uDC5E-\\\\uDC61\\\\uDC80-\\\\uDCC5\\\\uDCC7\\\\uDD80-\\\\uDDB5\\\\uDDB8-\\\\uDDC0\\\\uDDD8-\\\\uDDDD\\\\uDE00-\\\\uDE40\\\\uDE44\\\\uDE80-\\\\uDEB8\\\\uDF00-\\\\uDF1A\\\\uDF1D-\\\\uDF2B\\\\uDF40-\\\\uDF46]|\\\\uD806[\\\\uDC00-\\\\uDC3A\\\\uDCA0-\\\\uDCDF\\\\uDCFF-\\\\uDD06\\\\uDD09\\\\uDD0C-\\\\uDD13\\\\uDD15\\\\uDD16\\\\uDD18-\\\\uDD35\\\\uDD37\\\\uDD38\\\\uDD3B-\\\\uDD43\\\\uDDA0-\\\\uDDA7\\\\uDDAA-\\\\uDDD7\\\\uDDDA-\\\\uDDE1\\\\uDDE3\\\\uDDE4\\\\uDE00-\\\\uDE3E\\\\uDE47\\\\uDE50-\\\\uDE99\\\\uDE9D\\\\uDEB0-\\\\uDEF8]|\\\\uD807[\\\\uDC00-\\\\uDC08\\\\uDC0A-\\\\uDC36\\\\uDC38-\\\\uDC40\\\\uDC72-\\\\uDC8F\\\\uDC92-\\\\uDCA7\\\\uDCA9-\\\\uDCB6\\\\uDD00-\\\\uDD06\\\\uDD08\\\\uDD09\\\\uDD0B-\\\\uDD36\\\\uDD3A\\\\uDD3C\\\\uDD3D\\\\uDD3F-\\\\uDD47\\\\uDD60-\\\\uDD65\\\\uDD67\\\\uDD68\\\\uDD6A-\\\\uDD8E\\\\uDD90\\\\uDD91\\\\uDD93-\\\\uDD98\\\\uDEE0-\\\\uDEF6\\\\uDF00-\\\\uDF10\\\\uDF12-\\\\uDF3A\\\\uDF3E-\\\\uDF42\\\\uDFB0]|\\\\uD808[\\\\uDC00-\\\\uDF99]|\\\\uD809[\\\\uDC80-\\\\uDD43]|\\\\uD80B[\\\\uDF90-\\\\uDFF0]|[\\\\uD80C\\\\uD81C-\\\\uD820\\\\uD822\\\\uD840-\\\\uD868\\\\uD86A-\\\\uD86C\\\\uD86F-\\\\uD872\\\\uD874-\\\\uD879\\\\uD880-\\\\uD883\\\\uD885-\\\\uD887][\\\\uDC00-\\\\uDFFF]|\\\\uD80D[\\\\uDC00-\\\\uDC2F\\\\uDC40-\\\\uDC55]|\\\\uD811[\\\\uDC00-\\\\uDE46]|\\\\uD81A[\\\\uDC00-\\\\uDE38\\\\uDE40-\\\\uDE5E\\\\uDE70-\\\\uDEBE\\\\uDED0-\\\\uDEED\\\\uDEF0-\\\\uDEF4\\\\uDF00-\\\\uDF36\\\\uDF40-\\\\uDF43\\\\uDF63-\\\\uDF77\\\\uDF7D-\\\\uDF8F]|\\\\uD81B[\\\\uDE40-\\\\uDE7F\\\\uDF00-\\\\uDF4A\\\\uDF4F-\\\\uDF87\\\\uDF8F-\\\\uDF9F\\\\uDFE0\\\\uDFE1\\\\uDFE3\\\\uDFE4\\\\uDFF0\\\\uDFF1]|\\\\uD821[\\\\uDC00-\\\\uDFF7]|\\\\uD823[\\\\uDC00-\\\\uDCD5\\\\uDD00-\\\\uDD08]|\\\\uD82B[\\\\uDFF0-\\\\uDFF3\\\\uDFF5-\\\\uDFFB\\\\uDFFD\\\\uDFFE]|\\\\uD82C[\\\\uDC00-\\\\uDD22\\\\uDD32\\\\uDD50-\\\\uDD52\\\\uDD55\\\\uDD64-\\\\uDD67\\\\uDD70-\\\\uDEFB]|\\\\uD82F[\\\\uDC00-\\\\uDC6A\\\\uDC70-\\\\uDC7C\\\\uDC80-\\\\uDC88\\\\uDC90-\\\\uDC99\\\\uDC9D\\\\uDC9E]|\\\\uD833[\\\\uDF00-\\\\uDF2D\\\\uDF30-\\\\uDF46]|\\\\uD834[\\\\uDD65-\\\\uDD69\\\\uDD6D-\\\\uDD72\\\\uDD7B-\\\\uDD82\\\\uDD85-\\\\uDD8B\\\\uDDAA-\\\\uDDAD\\\\uDE42-\\\\uDE44]|\\\\uD835[\\\\uDC00-\\\\uDC54\\\\uDC56-\\\\uDC9C\\\\uDC9E\\\\uDC9F\\\\uDCA2\\\\uDCA5\\\\uDCA6\\\\uDCA9-\\\\uDCAC\\\\uDCAE-\\\\uDCB9\\\\uDCBB\\\\uDCBD-\\\\uDCC3\\\\uDCC5-\\\\uDD05\\\\uDD07-\\\\uDD0A\\\\uDD0D-\\\\uDD14\\\\uDD16-\\\\uDD1C\\\\uDD1E-\\\\uDD39\\\\uDD3B-\\\\uDD3E\\\\uDD40-\\\\uDD44\\\\uDD46\\\\uDD4A-\\\\uDD50\\\\uDD52-\\\\uDEA5\\\\uDEA8-\\\\uDEC0\\\\uDEC2-\\\\uDEDA\\\\uDEDC-\\\\uDEFA\\\\uDEFC-\\\\uDF14\\\\uDF16-\\\\uDF34\\\\uDF36-\\\\uDF4E\\\\uDF50-\\\\uDF6E\\\\uDF70-\\\\uDF88\\\\uDF8A-\\\\uDFA8\\\\uDFAA-\\\\uDFC2\\\\uDFC4-\\\\uDFCB]|\\\\uD836[\\\\uDE00-\\\\uDE36\\\\uDE3B-\\\\uDE6C\\\\uDE75\\\\uDE84\\\\uDE9B-\\\\uDE9F\\\\uDEA1-\\\\uDEAF]|\\\\uD837[\\\\uDF00-\\\\uDF1E\\\\uDF25-\\\\uDF2A]|\\\\uD838[\\\\uDC00-\\\\uDC06\\\\uDC08-\\\\uDC18\\\\uDC1B-\\\\uDC21\\\\uDC23\\\\uDC24\\\\uDC26-\\\\uDC2A\\\\uDC30-\\\\uDC6D\\\\uDC8F\\\\uDD00-\\\\uDD2C\\\\uDD30-\\\\uDD3D\\\\uDD4E\\\\uDE90-\\\\uDEAE\\\\uDEC0-\\\\uDEEF]|\\\\uD839[\\\\uDCD0-\\\\uDCEF\\\\uDFE0-\\\\uDFE6\\\\uDFE8-\\\\uDFEB\\\\uDFED\\\\uDFEE\\\\uDFF0-\\\\uDFFE]|\\\\uD83A[\\\\uDC00-\\\\uDCC4\\\\uDCD0-\\\\uDCD6\\\\uDD00-\\\\uDD4B]|\\\\uD83B[\\\\uDE00-\\\\uDE03\\\\uDE05-\\\\uDE1F\\\\uDE21\\\\uDE22\\\\uDE24\\\\uDE27\\\\uDE29-\\\\uDE32\\\\uDE34-\\\\uDE37\\\\uDE39\\\\uDE3B\\\\uDE42\\\\uDE47\\\\uDE49\\\\uDE4B\\\\uDE4D-\\\\uDE4F\\\\uDE51\\\\uDE52\\\\uDE54\\\\uDE57\\\\uDE59\\\\uDE5B\\\\uDE5D\\\\uDE5F\\\\uDE61\\\\uDE62\\\\uDE64\\\\uDE67-\\\\uDE6A\\\\uDE6C-\\\\uDE72\\\\uDE74-\\\\uDE77\\\\uDE79-\\\\uDE7C\\\\uDE7E\\\\uDE80-\\\\uDE89\\\\uDE8B-\\\\uDE9B\\\\uDEA1-\\\\uDEA3\\\\uDEA5-\\\\uDEA9\\\\uDEAB-\\\\uDEBB]|\\\\uD869[\\\\uDC00-\\\\uDEDF\\\\uDF00-\\\\uDFFF]|\\\\uD86D[\\\\uDC00-\\\\uDF39\\\\uDF40-\\\\uDFFF]|\\\\uD86E[\\\\uDC00-\\\\uDC1D\\\\uDC20-\\\\uDFFF]|\\\\uD873[\\\\uDC00-\\\\uDEA1\\\\uDEB0-\\\\uDFFF]|\\\\uD87A[\\\\uDC00-\\\\uDFE0]|\\\\uD87E[\\\\uDC00-\\\\uDE1D]|\\\\uD884[\\\\uDC00-\\\\uDF4A\\\\uDF50-\\\\uDFFF]|\\\\uD888[\\\\uDC00-\\\\uDFAF]|\\\\uDB40[\\\\uDD00-\\\\uDDEF]))*$/},\"name-on-card\":{displayName:\"name\",isValid:function(u){return!isHtml(u)}},\"address-field\":{displayName:\"address field\",regex:/^([a-zA-Z0-9\\\\s#.-])*$/},alphanumeric:{displayName:\"field\",regex:/^([A-Za-z0-9])*$/},\"validate-pii\":{displayName:\"PII\",isValid:function(u){var D,F=u.split(/\\\\s+/),C=u.replace(/[.()_-\\\\s]/g,\"\");return D=F.some(function(u){return validationPropsMapping.email.regex.test(u)}),!/([0-9]{9,})/.test(C)&&!D}},\"promo-code\":{displayName:\"Promo Code\",isValid:function(u){return!isHtml(u)}},\"display-name\":{displayName:\"display name\",isValid:function(u){return!isHtml(u)}},\"display-name-onboarding\":{displayName:\"display name\",isValid:function(u){return!isHtml(u)&&/^.{0,30}$/.test(u)&&/^(?=.*[a-zA-Z0-9]|^$)([a-zA-Z0-9\\\\-,.\\' ])*$/.test(u)}}};function validateInput(u,D){var F=\"\",C=D||{},A=C.customMsg,E=C.min,B=C.max,e=C.required,a=C.type,i=void 0===a?\"\":a,r=C.displayName;if(validationPropsMapping[i]){var x=validationPropsMapping[i],s=x.displayName,t=x.regex,n=x.isValid;e&&!u.length?F=errorMessageMapping.required:E&&u.length<E?F=errorMessageMapping.underMin.replace(\"{min}\",\"\".concat(E)):B&&u.length>B&&(F=errorMessageMapping.exceedMax.replace(\"{max}\",\"\".concat(B))),!F.length&&u.length&&(t&&!t.test(u)||n&&!n(u))&&(F=A||errorMessageMapping.invalid);var l=r&&r.toLocaleLowerCase();F=F.replace(\"{fieldName}\",l||s),F=\"\".concat(F.charAt(0).toUpperCase()).concat(F.slice(1))}return F}module.exports.validateInput=validateInput;\\n}, {\"3261\":3261}];\\nwindow.modules[\"10\"] = [function(require,module,exports){function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}module.exports=_interopRequireDefault,module.exports.__esModule=!0,module.exports.default=module.exports;\\n}, {}];\\nwindow.modules[\"11\"] = [function(require,module,exports){function _classCallCheck(e,l){if(!(e instanceof l))throw new TypeError(\"Cannot call a class as a function\")}module.exports=_classCallCheck,module.exports.__esModule=!0,module.exports.default=module.exports;\\n}, {}];\\nwindow.modules[\"12\"] = [function(require,module,exports){function _defineProperties(e,r){for(var t=0;t<r.length;t++){var o=r[t];o.enumerable=o.enumerable||!1,o.configurable=!0,\"value\"in o&&(o.writable=!0),Object.defineProperty(e,o.key,o)}}function _createClass(e,r,t){return r&&_defineProperties(e.prototype,r),t&&_defineProperties(e,t),Object.defineProperty(e,\"prototype\",{writable:!1}),e}module.exports=_createClass,module.exports.__esModule=!0,module.exports.default=module.exports;\\n}, {}];\\nwindow.modules[\"13\"] = [function(require,module,exports){var setPrototypeOf=require(398);function _inherits(e,t){if(\"function\"!=typeof t&&null!==t)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,\"prototype\",{writable:!1}),t&&setPrototypeOf(e,t)}module.exports=_inherits,module.exports.__esModule=!0,module.exports.default=module.exports;\\n}, {\"398\":398}];\\nwindow.modules[\"14\"] = [function(require,module,exports){var _typeof=require(18).default,assertThisInitialized=require(312);function _possibleConstructorReturn(e,r){if(r&&(\"object\"===_typeof(r)||\"function\"==typeof r))return r;if(void 0!==r)throw new TypeError(\"Derived constructors may only return object or undefined\");return assertThisInitialized(e)}module.exports=_possibleConstructorReturn,module.exports.__esModule=!0,module.exports.default=module.exports;\\n}, {\"18\":18,\"312\":312}];\\nwindow.modules[\"15\"] = [function(require,module,exports){function _getPrototypeOf(e){return module.exports=_getPrototypeOf=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)},module.exports.__esModule=!0,module.exports.default=module.exports,_getPrototypeOf(e)}module.exports=_getPrototypeOf,module.exports.__esModule=!0,module.exports.default=module.exports;\\n}, {}];\\nwindow.modules[\"16\"] = [function(require,module,exports){\"use strict\";var ClientModel=require(3233),actions=require(30),_require=require(3234),dispatch=_require.dispatch,subscribe=_require.subscribe,reset=_require.reset;module.exports={ClientModel:ClientModel,actions:actions,dispatch:dispatch,subscribe:subscribe,reset:reset,initializeOnLoad:function(e){function i(i){window.addEventListener(\"load\",function(){new e(i)})}return i.model=e,i},initializeOnExec:function(e){function i(i){new e(i)}return i.model=e,i},initializeOnDOMContentLoaded:function(e){function i(i){window.addEventListener(\"DOMContentLoaded\",function(){new e(i)})}return i.model=e,i}};\\n}, {\"30\":30,\"3233\":3233,\"3234\":3234}];\\nwindow.modules[\"17\"] = [function(require,module,exports){\"use strict\";var VIEWPORT_SITE_MIN_WIDTH=300,VIEWPORT_SITE_MAX_WIDTH=1440,VIEWPORT_SMALL_WIDTH=480,VIEWPORT_MEDIUM_WIDTH=960,VIEWPORT_LARGE_WIDTH=1280,matchViewport=function(t){return window.matchMedia(\"(max-width: \".concat(t-1,\"px)\"))},viewports={},viewportListener=function(t,e){var i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},r=i.last||!1;if(i.onlyOnce||!1){var n=matchViewport(t).matches;return\"function\"==typeof e&&e(n),n}return viewports[t]||(viewports[t]={functions:[],lastFunctions:[],mediaQuery:matchViewport(t)},viewports[t].mediaQuery.addListener(function(e){viewports[t].functions.forEach(function(t){try{t(e.matches)}catch(t){console.error(t)}}),viewports[t].lastFunctions.forEach(function(t){try{t(e.matches)}catch(t){console.error(t)}})})),viewports[t][r?\"lastFunctions\":\"functions\"].push(e),e(viewports[t].mediaQuery.matches),viewports[t].mediaQuery.matches},isVisibleViewport=function(t,e){return(\"desktop\"!==t||!e)&&!(\"mobile\"===t&&!e)};module.exports={VIEWPORT_SITE_MIN_WIDTH:VIEWPORT_SITE_MIN_WIDTH,VIEWPORT_SITE_MAX_WIDTH:VIEWPORT_SITE_MAX_WIDTH,VIEWPORT_SMALL_WIDTH:VIEWPORT_SMALL_WIDTH,VIEWPORT_MEDIUM_WIDTH:VIEWPORT_MEDIUM_WIDTH,VIEWPORT_LARGE_WIDTH:VIEWPORT_LARGE_WIDTH,smallMaxWidthListener:function(t,e){return viewportListener(VIEWPORT_SMALL_WIDTH,t,e)},mediumMaxWidthListener:function(t,e){return viewportListener(VIEWPORT_MEDIUM_WIDTH,t,e)},largeMaxWidthListener:function(t,e){return viewportListener(VIEWPORT_LARGE_WIDTH,t,e)},isVisibleViewport:isVisibleViewport};\\n}, {}];\\nwindow.modules[\"18\"] = [function(require,module,exports){function _typeof(o){return module.exports=_typeof=\"function\"==typeof Symbol&&\"symbol\"==typeof Symbol.iterator?function(o){return typeof o}:function(o){return o&&\"function\"==typeof Symbol&&o.constructor===Symbol&&o!==Symbol.prototype?\"symbol\":typeof o},module.exports.__esModule=!0,module.exports.default=module.exports,_typeof(o)}module.exports=_typeof,module.exports.__esModule=!0,module.exports.default=module.exports;\\n}, {}];\\nwindow.modules[\"19\"] = [function(require,module,exports){function _defineProperty(e,r,o){return r in e?Object.defineProperty(e,r,{value:o,enumerable:!0,configurable:!0,writable:!0}):e[r]=o,e}module.exports=_defineProperty,module.exports.__esModule=!0,module.exports.default=module.exports;\\n}, {}];\\nwindow.modules[\"20\"] = [function(require,module,exports){(function (__filename){(function (){\\n\"use strict\";function _createForOfIteratorHelper(e,t){var r=\"undefined\"!=typeof Symbol&&e[Symbol.iterator]||e[\"@@iterator\"];if(!r){if(Array.isArray(e)||(r=_unsupportedIterableToArray(e))||t&&e&&\"number\"==typeof e.length){r&&(e=r);var n=0,i=function(){};return{s:i,n:function(){return n>=e.length?{done:!0}:{done:!1,value:e[n++]}},e:function(e){throw e},f:i}}throw new TypeError(\"Invalid attempt to iterate non-iterable instance.\\\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}var o,a=!0,l=!1;return{s:function(){r=r.call(e)},n:function(){var e=r.next();return a=e.done,e},e:function(e){l=!0,o=e},f:function(){try{a||null==r.return||r.return()}finally{if(l)throw o}}}}function _unsupportedIterableToArray(e,t){if(e){if(\"string\"==typeof e)return _arrayLikeToArray(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);return\"Object\"===r&&e.constructor&&(r=e.constructor.name),\"Map\"===r||\"Set\"===r?Array.from(e):\"Arguments\"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?_arrayLikeToArray(e,t):void 0}}function _arrayLikeToArray(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}var EnvVars=require(5),_get=require(1),_require=require(35),PAGE_TYPES=_require.PAGE_TYPES,urlParse=require(62),log=require(34).setup({file:__filename}),CANONICAL_URL_OVERRIDE=EnvVars.get(\"CANONICAL_URL_OVERRIDE\"),KILN_URL_PARAM=\"&currentUrl=\",PUBLISHED_VERSION_SUFFIX=\"@published\",PUBLISHED_VERSION_REGEX=new RegExp(\"\".concat(PUBLISHED_VERSION_SUFFIX,\"$\")),CNN_URN_REGEX=/^((https?:\\\\/\\\\/)?(?:([A-z0-9]*)(\\\\.))?cnn\\\\.com)(.*)?$/,MOBILE_CNN_URN_REGEX=/^((https?:\\\\/\\\\/)?(?:([-a-zA-Z0-9@:%._+~#=]*)(\\\\.))?(cnn\\\\.com|cnn-cms\\\\.net))(.*)?$/;function uriToUrl(e,t){var r=arguments.length>2&&void 0!==arguments[2]&&arguments[2],n=_get(t,\"site.protocol\")||\"http\",i=_get(t,\"site.port\"),o=urlParse(\"\".concat(n,\"://\").concat(e));return 80!==i&&o.set(\"port\",i),r?ensurePublishedVersion(o.href):o.href}function uriToAbsoluteUrl(e,t){var r,n;if(e){var i,o=e.replace(/^(http(s)?)*:*(\\\\/\\\\/)*/,\"\");if(!o.startsWith(\"/\")){var a=o.indexOf(\"/\");i=-1!==a?o.substring(0,a):o}var l=urlParse(o.replace(i,\"\"));return l.set(\"host\",i||(null==t?void 0:null===(r=t.brandSite)||void 0===r?void 0:r.canonicalHost)),l.set(\"protocol\",(null==t?void 0:null===(n=t.site)||void 0===n?void 0:n.protocol)||\"http\"),l.set(\"slashes\",!0),l.toString()}}function urlToUri(e){var t=urlParse(e);return\"\".concat(t.hostname).concat(t.pathname)}function getComponentUriFromUrl(e){var t=urlParse(e),r=t.hostname,n=t.pathname.split(\".\")[0];return\"\".concat(r).concat(n)}function getTrimmedHostname(e){return urlParse(e).hostname.replace(/^www./i,\"\")}function getSiteBaseUrl(e){var t=e.site||{},r=t.protocol||\"http\",n=t.host,i=(t.port||\"80\").toString(),o=t.path||\"\";return\"\".concat(r,\"://\").concat(n).concat(\"80\"===i?\"\":\":\".concat(i)).concat(o)}function addTrailingSlash(e){return e.endsWith(\".html\")||e.endsWith(\"/\")?e:\"\".concat(e,\"/\")}function getSlugFromUrl(e){var t=urlParse(e).pathname.split(\"/\");return\"index.html\"===t.slice(-1)[0]&&t.pop(),t.slice(-1)[0].split(\".\")[0]}function getFileNameFromUrl(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{includeExtension:!0};try{var r=(new URL(e).pathname.split(\"/\").pop()||\"\").split(\".\"),n=r.length>1;return!t.includeExtension&&n&&r.pop(),r.join(\".\")}catch(e){return log(\"error\",e.message,{stack:e.stack}),\"\"}}function getCanonicalUrlPath(e,t,r,n){return e=e.endsWith(\"/\")?e.substring(0,e.length-1):e,[PAGE_TYPES.ARTICLE,PAGE_TYPES.GALLERY,PAGE_TYPES.LIVESTORY].includes(t)&&\"cnn\"===n?\"cnn-underscored\"===r||e.includes(\"/cnn-underscored/\")?e:e&&!e.endsWith(\"/index.html\")?\"\".concat(e,\"/index.html\"):e:(t===PAGE_TYPES.SECTION&&e.endsWith(\"/index.html\")&&(e=e.replace(\"/index.html\",\"\")),e)}function getCanonicalUrl(e,t){var r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null,n=_get(t,\"configuration.section\"),i=_get(t,\"brandSite.canonicalHost\"),o=_get(t,\"site.protocol\",\"https\"),a=getCanonicalUrlPath(e,r,n,_get(t,\"site.site\",\"cnn\")),l=_get(CANONICAL_URL_OVERRIDE,a,!1);return l||\"\".concat(o,\"://\").concat(i).concat(a)}function getAmpUrl(e){var t=getCanonicalUrlPath(e,arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,arguments.length>2&&void 0!==arguments[2]?arguments[2]:null);return\"https://amp.cnn.com/cnn\".concat(t)}function isEdition(e){return/^edition\\\\./.test(e)}function isUS(e){return/^us\\\\./.test(e)}function isSpecial(e){return/\\\\/specials\\\\/(?!$)/.test(e)}function parseQueryString(e){var t,r={},n=_createForOfIteratorHelper(e?e.split(\"&\"):[]);try{for(n.s();!(t=n.n()).done;){var i=t.value;if(i){var o=i.split(\"=\");r[o[0]]=o[1]||\"\"}}}catch(e){n.e(e)}finally{n.f()}return r}function isPublishedVersion(e){return PUBLISHED_VERSION_REGEX.test(e)}var urlHasValidProtocol=function(e){if(isValidURL(e))try{var t=new URL(e);return 0===t.protocol.indexOf(\"http:\")||0===t.protocol.indexOf(\"https:\")}catch(e){return!1}},isValidURL=function(e){try{return new URL(e).protocol.indexOf(\"http\")>=0}catch(t){try{return e.indexOf(\".\")>0&&(new URL(\"https://\".concat(e)),!0)}catch(e){return!1}}};function ensurePublishedVersion(e){return isPublishedVersion(e)?e:e.split(\"@\")[0]+PUBLISHED_VERSION_SUFFIX}function ensureUnpublishedVersion(e){return e.replace(PUBLISHED_VERSION_REGEX,\"\")}function kilnUrlToPageUrl(e){return e.indexOf(KILN_URL_PARAM)>-1?decodeURIComponent(e.split(KILN_URL_PARAM).pop()):e}function isCNNUrl(e){return CNN_URN_REGEX.test(e)}function extractPath(e){try{return new URL(e).pathname}catch(i){var t=e.indexOf(\"//\");if(t>=0){var r=e.indexOf(\"/\",t+2);return r>=0?e.substring(r,e.length):\"\"}var n=e.indexOf(\"/\");return n>=0?e.substring(n,e.length):\"\"}}function getMobileUrl(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:\"v1\";if(!MOBILE_CNN_URN_REGEX.test(e)||[\"/audio/\",\"/interactive/\",\"cnn.it\",\"/webview/\"].some(function(t){return e.includes(t)}))return e;var r=extractPath(e),n=e;if(r.length>1&&!r.includes(\"/audio/\")){var i=\"/mobile/\".concat(t);return r.includes(\"/live-news/\")?(i=\"/webview\",n.replace(r,i.concat(r))):(n=n.replace(r,i.concat(r))).endsWith(\".html\")?n.replace(\".html\",\"\"):n}return n}module.exports={KILN_URL_PARAM:KILN_URL_PARAM,PUBLISHED_VERSION_SUFFIX:PUBLISHED_VERSION_SUFFIX,addTrailingSlash:addTrailingSlash,ensurePublishedVersion:ensurePublishedVersion,ensureUnpublishedVersion:ensureUnpublishedVersion,extractPath:extractPath,getCanonicalUrl:getCanonicalUrl,getCanonicalUrlPath:getCanonicalUrlPath,getAmpUrl:getAmpUrl,getComponentUriFromUrl:getComponentUriFromUrl,getTrimmedHostname:getTrimmedHostname,getSiteBaseUrl:getSiteBaseUrl,isCNNUrl:isCNNUrl,isEdition:isEdition,isPublishedVersion:isPublishedVersion,isSpecial:isSpecial,isUS:isUS,isValidURL:isValidURL,kilnUrlToPageUrl:kilnUrlToPageUrl,parseQueryString:parseQueryString,urlToUri:urlToUri,uriToUrl:uriToUrl,uriToAbsoluteUrl:uriToAbsoluteUrl,urlHasValidProtocol:urlHasValidProtocol,getSlugFromUrl:getSlugFromUrl,getMobileUrl:getMobileUrl,getFileNameFromUrl:getFileNameFromUrl};\\n\\n}).call(this)}).call(this,\"/services/universal/uris.js\")}, {\"1\":1,\"5\":5,\"34\":34,\"35\":35,\"62\":62}];\\nwindow.modules[\"23\"] = [function(require,module,exports){var arrayWithoutHoles=require(391),iterableToArray=require(402),unsupportedIterableToArray=require(407),nonIterableSpread=require(405);function _toConsumableArray(r){return arrayWithoutHoles(r)||iterableToArray(r)||unsupportedIterableToArray(r)||nonIterableSpread()}module.exports=_toConsumableArray,module.exports.__esModule=!0,module.exports.default=module.exports;\\n}, {\"391\":391,\"402\":402,\"405\":405,\"407\":407}];\\nwindow.modules[\"24\"] = [function(require,module,exports){function asyncGeneratorStep(e,n,o,r,t,a,u){try{var s=e[a](u),c=s.value}catch(e){return void o(e)}s.done?n(c):Promise.resolve(c).then(r,t)}function _asyncToGenerator(e){return function(){var n=this,o=arguments;return new Promise(function(r,t){var a=e.apply(n,o);function u(e){asyncGeneratorStep(a,r,t,u,s,\"next\",e)}function s(e){asyncGeneratorStep(a,r,t,u,s,\"throw\",e)}u(void 0)})}}module.exports=_asyncToGenerator,module.exports.__esModule=!0,module.exports.default=module.exports;\\n}, {}];\\nwindow.modules[\"25\"] = [function(require,module,exports){module.exports=require(408);\\n}, {\"408\":408}];\\nwindow.modules[\"26\"] = [function(require,module,exports){\"use strict\";var _require=require(17),mediumMaxWidthListener=_require.mediumMaxWidthListener,smallMaxWidthListener=_require.smallMaxWidthListener,insertAfter=function(e,i){var t=i.parentNode;return t.lastChild===i?t.appendChild(e):t.insertBefore(e,i.nextSibling)},positionElement=function(e){var i=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},t=i.onPosition,n=void 0===t?function(){}:t,r=i.onRefreshPosition,o=void 0===r?function(){}:r,s=e.dataset,a=s.placement,d=s.visibleViewport,l=JSON.parse(a||\"{}\"),m=l.mobile,v=l.desktop,f=l.excludeTablet,u=[e],h={},p=function(){for(var i=h||{},t=i.selector,r=void 0===t?\\'[data-uri*=\"/_components/paragraph/\"]\\':t,o=i.position,s=i.repeat,a=void 0!==s&&s,d=i.positionBeforeTargetElement,l=void 0!==d&&d;u.length>0;){var m=u.shift();m.parentNode&&m.parentNode.removeChild(m)}if(r&&o&&o>0)for(var v=document.querySelectorAll(r),f=a?v.length:o,p=o-1;p<=f;){var c=v[p];if(c){var L=e.cloneNode(!0),E=l?c.parentNode.insertBefore(L,c):insertAfter(L,c);u.push(E),n(E)}p+=o}},c=function(){p(),o()},L=function(e){switch(d){case\"mobile\":h=e&&m?m:null;break;case\"desktop\":h=!e&&v?v:null;break;default:h=e?m:v}m&&m.refreshPositionEventListenerName&&window.removeEventListener(m.refreshPositionEventListenerName,c),v&&v.refreshPositionEventListenerName&&window.removeEventListener(v.refreshPositionEventListenerName,c),h&&h.refreshPositionEventListenerName&&window.addEventListener(h.refreshPositionEventListenerName,c),p()};f?smallMaxWidthListener(L):mediumMaxWidthListener(L)};module.exports={positionElement:positionElement};\\n}, {\"17\":17}];\\nwindow.modules[\"27\"] = [function(require,module,exports){var debounce=require(50),isObject=require(503),FUNC_ERROR_TEXT=\"Expected a function\";function throttle(e,i,t){var n=!0,r=!0;if(\"function\"!=typeof e)throw new TypeError(FUNC_ERROR_TEXT);return isObject(t)&&(n=\"leading\"in t?!!t.leading:n,r=\"trailing\"in t?!!t.trailing:r),debounce(e,i,{leading:n,maxWait:i,trailing:r})}module.exports=throttle;\\n}, {\"50\":50,\"503\":503}];\\nwindow.modules[\"28\"] = [function(require,module,exports){var arrayWithHoles=require(390),iterableToArrayLimit=require(403),unsupportedIterableToArray=require(407),nonIterableRest=require(404);function _slicedToArray(e,r){return arrayWithHoles(e)||iterableToArrayLimit(e,r)||unsupportedIterableToArray(e,r)||nonIterableRest()}module.exports=_slicedToArray,module.exports.__esModule=!0,module.exports.default=module.exports;\\n}, {\"390\":390,\"403\":403,\"404\":404,\"407\":407}];\\nwindow.modules[\"29\"] = [function(require,module,exports){\"use strict\";var _interopRequireDefault=require(10),_regenerator=_interopRequireDefault(require(25)),_asyncToGenerator2=_interopRequireDefault(require(24)),_defineProperty2=_interopRequireDefault(require(19)),_slicedToArray2=_interopRequireDefault(require(28));function ownKeys(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),r.push.apply(r,n)}return r}function _objectSpread(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?ownKeys(Object(r),!0).forEach(function(t){(0,_defineProperty2.default)(e,t,r[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):ownKeys(Object(r)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))})}return e}var getContentModel=function(){var e,t;return null===(e=window)||void 0===e?void 0:null===(t=e.CNN)||void 0===t?void 0:t.contentModel},getBrowser=function(){return-1!==navigator.userAgent.indexOf(\"Chrome\")?\"Chrome\":-1!==navigator.userAgent.indexOf(\"Opera\")?\"Opera\":-1!==navigator.userAgent.indexOf(\"Safari\")?\"Safari\":-1!==navigator.userAgent.indexOf(\"Firefox\")?\"Firefox\":-1!==navigator.userAgent.indexOf(\"MSIE\")?\"Internet Explorer\":\"Browser not detected\"},getCookie=function(e,t){t=void 0!==t?t:null;var r=new RegExp(\"(^|;)\\\\\\\\s*\".concat(e,\"\\\\\\\\s*=\\\\\\\\s*([^;]+)\")),n=document.cookie.match(r);return n?n.pop():t},getQuery=function(e){var t=window.location.search.slice(1).split(\"&\").map(function(e){return e.split(\"=\")}).find(function(t){return(0,_slicedToArray2.default)(t,1)[0]===e});return t&&t[1]},isInternalURL=function(e){return/(https?:\\\\/\\\\/(.+?\\\\.)?(cnn\\\\.com|localhost|cnn-cms\\\\.net)(\\\\/[A-Za-z0-9\\\\-._~:/?#[\\\\]@!$&\\'()*+,;=]*)?)|(^\\\\/([A-Za-z0-9\\\\-._~:/?#[\\\\]@!$&\\'()*+,;=]*\\\\/?))/.test(e)},scrollIntoView=function(e){var t=e.getBoundingClientRect().top-document.querySelector(\".header__inner\").getBoundingClientRect().bottom;window.scrollTo({top:t,behavior:\"smooth\"})},isInGdprRegion=function(){var e=window.WM&&window.WM.UserConsent;return!!(e&&e.isInGdprRegion&&\"function\"==typeof e.isInGdprRegion)&&e.isInGdprRegion()},checkGeoCountry=function(e){var t=window.WM&&window.WM.UserConsent;return t&&t.getGeoCountry&&\"function\"==typeof t.getGeoCountry&&t.getGeoCountry()===e};function isEditionPage(){var e;return null===(e=window.CNN.contentModel)||void 0===e?void 0:e.edition}function isEspanolPage(){var e;return\"es\"===(null===(e=window.CNN.contentModel)||void 0===e?void 0:e.brandSite)}function addScriptTag(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1&&void 0!==arguments[1]&&arguments[1],r=document.createElement(\"script\"),n=_objectSpread({language:\"javascript\",type:\"text/javascript\"},e);return Object.keys(n).forEach(function(e){if(\"data\"===e){var t=n.data;Object.keys(t).forEach(function(e){t[e]&&r.setAttribute(\"data-\".concat(e),t[e])})}else r[e]=n[e]}),t?document.body.prepend(r):document.head.append(r),r}var setCookie=function(e){document.cookie=e},buildClientPage=function(){var e=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(t,r){var n,o,i,a,u,c,s;return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:n=t.components,o={},i=0,a=Object.entries(t.page.data);case 3:if(!(i<a.length)){e.next=16;break}if(u=(0,_slicedToArray2.default)(a[i],2),c=u[0],s=u[1],!Array.isArray(s)){e.next=11;break}return e.next=8,Promise.all(s.map(function(){var e=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(t){return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:if(!n[t]){e.next=9;break}return e.t1=_objectSpread,e.t2={_ref:t},e.next=5,r(n[t]);case 5:e.t3=e.sent,e.t0=(0,e.t1)(e.t2,e.t3),e.next=10;break;case 9:e.t0={_ref:t};case 10:return e.abrupt(\"return\",e.t0);case 11:case\"end\":return e.stop()}},e)}));return function(t){return e.apply(this,arguments)}}()));case 8:e.t0=e.sent,e.next=12;break;case 11:e.t0=s;case 12:o[c]=e.t0;case 13:i++,e.next=3;break;case 16:return e.abrupt(\"return\",o);case 17:case\"end\":return e.stop()}},e)}));return function(t,r){return e.apply(this,arguments)}}();module.exports={getContentModel:getContentModel,getCookie:getCookie,getQuery:getQuery,isInternalURL:isInternalURL,scrollIntoView:scrollIntoView,isInGdprRegion:isInGdprRegion,checkGeoCountry:checkGeoCountry,getBrowser:getBrowser,addScriptTag:addScriptTag,isEditionPage:isEditionPage,isEspanolPage:isEspanolPage,setCookie:setCookie,buildClientPage:buildClientPage};\\n}, {\"10\":10,\"19\":19,\"24\":24,\"25\":25,\"28\":28}];\\nwindow.modules[\"30\"] = [function(require,module,exports){\"use strict\";var _interopRequireDefault=require(10),_defineProperty2=_interopRequireDefault(require(19));function ownKeys(e,a){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var t=Object.getOwnPropertySymbols(e);a&&(t=t.filter(function(a){return Object.getOwnPropertyDescriptor(e,a).enumerable})),r.push.apply(r,t)}return r}function _objectSpread(e){for(var a=1;a<arguments.length;a++){var r=null!=arguments[a]?arguments[a]:{};a%2?ownKeys(Object(r),!0).forEach(function(a){(0,_defineProperty2.default)(e,a,r[a])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):ownKeys(Object(r)).forEach(function(a){Object.defineProperty(e,a,Object.getOwnPropertyDescriptor(r,a))})}return e}var actions={VIDEO_HUB:makeNamespace(\"Video Hub\",{PLAYBACK_REQUEST:\"Playback Request\",VIDEO_START:\"Video Start\"}),VIDEO:makeNamespace(\"Video Clips\",{PLAYBACK_REQUEST:\"Playback Request\",VIDEO_START:\"Video Start\",STOP_VIDEO:\"Hide Video Player\",PAUSE_VIDEO:\"Pause Video Player\",VERTICAL_PLAYBACK_REQUEST:\"Play Vertical Video Player\"}),TVE:makeNamespace(\"TVE\",{CAROUSEL_SOURCE_LOADED:\"Carousel Source Loaded\",PLAYBACK_REQUEST:\"Playback Request\"}),ADS:makeNamespace(\"Ads\",{SHOW_FEEDBACK:\"Show Feedback\"}),REGISTRATION:makeNamespace(\"User Registration\",{INIT_FORM:\"Initialize Registration Form\",FORM_LOADED:\"Registration form loaded\"}),LOGIN_FORM:makeNamespace(\"User Login\",{SHOW_TOS:\"Show TOS Update View\",SHOW_RESET_PASSWORD:\"Show Reset Password View\",SHOW_RESET_EMAIL_SENT:\"Show Reset Email Sent View\",LOGIN_SUCCESS:\"Login success\",UPDATE_FORM:\"Update Login Form\",VIEW_UPDATED:\"Login Form View Updated\",LOADED:\"Login form loaded\",LOAD_LOGIN_ARKOSE:\"Load login arkose\"}),ACCOUNT_NAV:makeNamespace(\"Account Nav\",{LOGOUT_SUCCESS:\"Logout User\"}),ARKOSE:makeNamespace(\"Arkose\",{SCRIPT_LOAD_FAILED:\"Script loading failed\"}),STICKY_HEADER:makeNamespace(\"Sticky Banner Header\",{RECALCULATE:\"Recalculate Header Size\"}),SSO:makeNamespace(\"Social Sign On\",{BTN_LOADED:\"Button loaded\"}),TOAST_POPUP:makeNamespace(\"Toast Popup\",{UPDATE_TITLE:\"Update Toast Popup Title\",CREATED:\"Create Toast Element\"})};function makeNamespace(e,a){var r=Symbol(e);return Object.keys(a).reduce(function(e,t){return _objectSpread((0,_defineProperty2.default)({},t,{ns:r,action:Symbol.for(a[t])}),e)},{ns:r})}module.exports=actions;\\n}, {\"10\":10,\"19\":19}];\\nwindow.modules[\"31\"] = [function(require,module,exports){(function (global){(function (){\\n\"use strict\";var _interopRequireDefault=require(10),_defineProperty2=_interopRequireDefault(require(19)),_objectWithoutProperties2=_interopRequireDefault(require(153)),_excluded=[\"timeout\"];function ownKeys(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),r.push.apply(r,n)}return r}function _objectSpread(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?ownKeys(Object(r),!0).forEach(function(t){(0,_defineProperty2.default)(e,t,r[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):ownKeys(Object(r)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))})}return e}var getJSONP=require(2884),_defaults=require(3126),_get=require(1),_require=require(41),isServerSide=_require.isServerSide;function fetchWrapper(e,t){var r=t.timeout,n=(0,_objectWithoutProperties2.default)(t,_excluded),o=function(){return fetch(e,n)};if(r){var i=_get(isServerSide()?global:window,\"AbortSignal.timeout\",function(){})(r);if(!i){var u=new Promise(function(e,t){setTimeout(function(){var e=new Error;e.name=\"TimeoutError\",t(e)},r)});return Promise.race([o(),u])}n.signal=i}return o()}function addFakeCallback(){return\"&callback=cb\".concat(Math.random()).replace(\".\",\"\")}function checkStatus(e){if(e.status>=200&&e.status<300)return e;var t=new Error(e.statusText);throw t.response=e,t}require(2882),module.exports.get=function(e,t){return fetchWrapper(e,_defaults({method:\"GET\",credentials:\"same-origin\"},t)).then(checkStatus).then(function(e){return e.json()})},module.exports.getWOpts=function(e,t){return fetchWrapper(e,{method:\"GET\",headers:_objectSpread({\"Content-Type\":\"application/json\"},t),credentials:\"same-origin\"}).then(checkStatus).then(function(e){return e.json()})},module.exports.getJSONP=function(e){return new Promise(function(t,r){getJSONP(e+addFakeCallback(),function(e,n){e?r(e):t(n)})})},module.exports.getHTML=function(e,t){return fetchWrapper(e,_defaults({method:\"GET\",credentials:\"same-origin\"},t)).then(checkStatus).then(function(e){return e.text()})},module.exports.put=function(e,t){return fetchWrapper(e,{method:\"PUT\",headers:_objectSpread({\"Content-Type\":\"application/json\"},arguments.length>2&&void 0!==arguments[2]?arguments[2]:{}),credentials:\"same-origin\",body:JSON.stringify(t)}).then(checkStatus).then(function(e){return e.json()})},module.exports.putForm=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},r=new FormData,n={method:\"PUT\",credentials:\"same-origin\"};return Object.keys(t).forEach(function(e){r.append(e,t[e])}),n.body=r,fetchWrapper(e,n).then(checkStatus).then(function(e){return e.json()})},module.exports.post=function(e,t){var r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},n=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};return fetchWrapper(e,_objectSpread({method:\"POST\",headers:_objectSpread({\"Content-Type\":\"application/json\"},r),credentials:\"same-origin\",body:JSON.stringify(t)},n)).then(checkStatus).then(function(e){return e.json()})},module.exports.patch=function(e,t){return fetchWrapper(e,{method:\"PATCH\",headers:{\"Content-Type\":\"application/json\"},credentials:\"same-origin\",body:JSON.stringify(t)}).then(checkStatus).then(function(e){return e.json()})},module.exports.putWOpts=function(e,t,r){return fetchWrapper(e,{method:\"PUT\",headers:_objectSpread({\"Content-Type\":\"application/json\"},r),credentials:\"same-origin\",body:JSON.stringify(t)}).then(checkStatus).then(function(e){return e})},module.exports.purge=function(e){return fetchWrapper(e,{method:\"PURGE\",headers:{\"Content-Type\":\"application/json\",Method:\"PURGE\"}}).then(checkStatus).then(function(e){return e.json()})},module.exports.del=function(e,t,r){return fetchWrapper(e,{method:\"DELETE\",headers:_objectSpread({\"Content-Type\":\"application/json\"},r),credentials:\"same-origin\",body:JSON.stringify(t)}).then(checkStatus).then(function(e){return e.json()})};\\n\\n}).call(this)}).call(this,typeof global !== \"undefined\" ? global : typeof self !== \"undefined\" ? self : typeof window !== \"undefined\" ? window : {})}, {\"1\":1,\"10\":10,\"19\":19,\"41\":41,\"153\":153,\"2882\":2882,\"2884\":2884,\"3126\":3126}];\\nwindow.modules[\"32\"] = [function(require,module,exports){\"use strict\";var speakingurl=require(3165),he=require(2879),smartypants=require(3164),headQuotes=require(2880),striptags=require(123),_isString=require(303),_isPlainObject=require(120),_isArray=require(504),_mapValues=require(3136),_toLower=require(3142),_require=require(2877),fold=_require.fold,NON_ALPHANUMERIC_RE=/[_\\\\W]/g;function toSmartHeadline(e){return headQuotes(he.decode(e)).replace(\"---\",\"—\").replace(\"--\",\"\").replace(\"...\",\"…\")}function toSmartText(e){var r=he.decode(smartypants.smartypants(he.decode(e),2));return(e.includes(\"&lt;\")||e.includes(\"&gt;\"))&&(r=r.replaceAll(/<(?!\\\\s*\\\\w+(\\\\s*\\\\w+=\".*?\")*\\\\s*>|\\\\/\\\\w+>)/gm,\"&lt;\").replaceAll(/(<\\\\w+\\\\s*(\\\\s*\\\\w+=\".*?\")*|\\\\/\\\\w+)?>/gm,function(e,r){return r?e:\"&gt;\"})),r}function stripUnicode(e){return e.replace(/[^A-Za-z 0-9\\\\.,\\\\?!@#\\\\$%\\\\^&\\\\*\\\\(\\\\)-_=\\\\+;:<>\\\\/\\\\\\\\\\\\|\\\\}\\\\{\\\\[\\\\]~]*/g,\"\")}function toPlainText(e){return _isString(e)?he.decode(striptags(e.replace(/&nbsp;/g,\" \"))):\"\"}function cleanSlug(e){if(\"string\"!=typeof e)return\"\";var r=e.normalize(\"NFD\");return speakingurl(toPlainText(stripUnicode(r)),{custom:{_:\"-\",\"|\":\"\"}})}function setSlug(e,r){var t=arguments.length>2&&void 0!==arguments[2]?arguments[2]:\"slug\";e[r]&&!e[t]&&(e[t]=cleanSlug(e[r])),e[t]=cleanSlug(e[t]||\"\")}function cleanUrlPath(e){return e?e.toLowerCase().replace(/\\\\/+/g,\"/\").replace(/[^a-zA-Z0-9-_/]|^\\\\/|\\\\/$/g,\"\"):e}function validateTagContent(e){var r=striptags(e);return\"\"===r||r.match(/^\\\\s+$/)?\"\":e}function recursivelyStripSeperators(e){return _isPlainObject(e)?_mapValues(e,recursivelyStripSeperators):_isArray(e)?e.map(recursivelyStripSeperators):_isString(e)?e.replace(/(\\\\u2028|\\\\u2029)/g,\"\"):e}function removeNonAlphanumericCharacters(){return(arguments.length>0&&void 0!==arguments[0]?arguments[0]:\"\").replace(NON_ALPHANUMERIC_RE,\"\")}function normalizeName(e){return fold(_toLower(e.trim()))}function removeNewLines(e){return e.replace(/\\\\\\\\n|\\\\n/g,\"\")}function stripEmail(e){return e.replace(/(?:[A-Za-z0-9!#$%&amp;\\'*+/=?^_`{|}~-]+(?:\\\\.[A-Za-z0-9!#$%&amp;\\'*+/=?^_`{|}~-]+)*|\"(?:[\\\\x01-\\\\x08\\\\x0b\\\\x0c\\\\x0e-\\\\x1f\\\\x21\\\\x23-\\\\x5b\\\\x5d-\\\\x7f]|\\\\\\\\[\\\\x01-\\\\x09\\\\x0b\\\\x0c\\\\x0e-\\\\x7f])*\")@(?:(?:[A-Za-z0-9](?:[A-Za-z0-9-]*[A-Za-z0-9])?\\\\.)+[A-Za-z0-9](?:[A-Za-z0-9-]*[A-Za-z0-9])?|\\\\[(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\\\\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?|[A-Za-z0-9-]*[A-Za-z0-9]:(?:[\\\\x01-\\\\x08\\\\x0b\\\\x0c\\\\x0e-\\\\x1f\\\\x21-\\\\x5a\\\\x53-\\\\x7f]|\\\\\\\\[\\\\x01-\\\\x09\\\\x0b\\\\x0c\\\\x0e-\\\\x7f])+)\\\\])/,\"\")}module.exports.toSmartHeadline=toSmartHeadline,module.exports.toSmartText=toSmartText,module.exports.stripUnicode=stripUnicode,module.exports.toPlainText=toPlainText,module.exports.cleanSlug=cleanSlug,module.exports.cleanUrlPath=cleanUrlPath,module.exports.validateTagContent=validateTagContent,module.exports.recursivelyStripSeperators=recursivelyStripSeperators,module.exports.removeNonAlphanumericCharacters=removeNonAlphanumericCharacters,module.exports.normalizeName=normalizeName,module.exports.removeNewLines=removeNewLines,module.exports.stripEmail=stripEmail,module.exports.setSlug=setSlug;\\n}, {\"120\":120,\"123\":123,\"303\":303,\"504\":504,\"2877\":2877,\"2879\":2879,\"2880\":2880,\"3136\":3136,\"3142\":3142,\"3164\":3164,\"3165\":3165}];\\nwindow.modules[\"34\"] = [function(require,module,exports){\"use strict\";var sitesLogInstance,navigatorReference,clayLog=require(409),_defaults=require(3126),_get=require(1),EnvVars=require(5),_require=require(41),isServerSide=_require.isServerSide;function init(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1],r={};e&&(r.sitesVersion=e),t&&(r.browserVersion=navigatorReference.userAgent),clayLog.init({name:\"clay\",meta:r,browserTelemetry:{enable:EnvVars.get(\"ENABLE_DATADOG_TELEMETRY\"),clientToken:EnvVars.get(\"EDIT_MODE_DATADOG_CLIENT_TOKEN\"),service:\"\".concat(EnvVars.get(\"CONTENT_HUB_PROJECT_NAME\"),\"-\").concat(EnvVars.get(\"SERVICE_BUILD_TYPE\")),version:EnvVars.get(\"CONTENT_HUB_APP_VERSION\"),forwardErrorsToLogs:!0,sampleRate:100,omitFromData:[\"history\",\"title\",\"users\"],context:{env:EnvVars.get(\"CONTENT_HUB_ENV\"),user:!isServerSide&&_get(window,\"kiln.locals.user\")}}}),sitesLogInstance=clayLog.getLogger()}function setup(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1];return e=_defaults({},e,{file:\"File not specified! Please declare a file\"}),t&&init(),sitesLogInstance?clayLog.meta(e,sitesLogInstance):console.log}isServerSide()||(navigatorReference=navigator,init(null,!0)),module.exports.init=init,module.exports.setup=setup,module.exports.logTypes={MAGIC_BUTTON:\"Magic Button\",PAGE_DISTRIBUTION_CHANGED:\"Page Distribution Changed\",PAGE_SETTINGS_CHANGED:\"Page Settings Changed\"},module.exports.assignNavigator=function(e){navigatorReference=e},module.exports.assignLogInstance=function(e){sitesLogInstance=e};\\n}, {\"1\":1,\"5\":5,\"41\":41,\"409\":409,\"3126\":3126}];\\nwindow.modules[\"35\"] = [function(require,module,exports){\"use strict\";var _interopRequireDefault=require(10),_defineProperty2=_interopRequireDefault(require(19));function ownKeys(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),r.push.apply(r,i)}return r}function _objectSpread(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?ownKeys(Object(r),!0).forEach(function(t){(0,_defineProperty2.default)(e,t,r[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):ownKeys(Object(r)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))})}return e}var _require=require(41),isOfType=_require.isOfType,PAGE_TYPES={ARTICLE:\"article\",AUDIO:\"audio\",CUSTOM:\"custom\",ELECTION:\"election-center\",FEED:\"feed\",GALLERY:\"gallery\",INTERACTIVE:\"interactive\",LIVESTORY:\"live-story\",NEWSLETTER_LANDING_PAGE:\"newsletter-landing-page\",PROFILE:\"profile\",SCRATCHPAD:\"scratchpad\",SEARCH:\"search\",SECTION:\"section\",STATIC:\"static\",TVE:\"tve\",UNKNOWN:\"\",USER_MANAGEMENT:\"user-management\",VERTICAL_VIDEO:\"vertical-video\",VIDEO:\"video\"},pageTypeFunctions={isArticle:function(e){return isPageType(e,PAGE_TYPES.ARTICLE)},isAudio:function(e){return isPageType(e,PAGE_TYPES.AUDIO)},isCustom:function(e){return isPageType(e,PAGE_TYPES.CUSTOM)},isElection:function(e){return isPageType(e,PAGE_TYPES.ELECTION)},isFeed:function(e){return isPageType(e,PAGE_TYPES.FEED)},isGallery:function(e){return isPageType(e,PAGE_TYPES.GALLERY)},isInteractive:function(e){return isPageType(e,PAGE_TYPES.INTERACTIVE)},isLivestory:function(e){return isPageType(e,PAGE_TYPES.LIVESTORY)},isNewsletterLandingPage:function(e){return isPageType(e,PAGE_TYPES.NEWSLETTER_LANDING_PAGE)},isProfile:function(e){return isPageType(e,PAGE_TYPES.PROFILE)},isScratchpad:function(e){return isPageType(e,PAGE_TYPES.SCRATCHPAD)},isSearch:function(e){return isPageType(e,PAGE_TYPES.SEARCH)},isSection:function(e){return isPageType(e,PAGE_TYPES.SECTION)},isStatic:function(e){return isPageType(e,PAGE_TYPES.STATIC)},isTVE:function(e){return isPageType(e,PAGE_TYPES.TVE)},isUnknown:function(e){return isPageType(e,PAGE_TYPES.UNKNOWN)},isUserManagement:function(e){return isPageType(e,PAGE_TYPES.USER_MANAGEMENT)},isVerticalVideo:function(e){return isPageType(e,PAGE_TYPES.VERTICAL_VIDEO)},isVideo:function(e){return isPageType(e,PAGE_TYPES.VIDEO)}};function getPageType(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:PAGE_TYPES.UNKNOWN;return e&&e.pageType||t}function isPageType(e,t){return isOfType(t,getPageType(e))}module.exports=_objectSpread({PAGE_TYPES:PAGE_TYPES,getPageType:getPageType,isPageType:isPageType},pageTypeFunctions);\\n}, {\"10\":10,\"19\":19,\"41\":41}];\\nwindow.modules[\"36\"] = [function(require,module,exports){\"use strict\";var _interopRequireDefault=require(10),_objectWithoutProperties2=_interopRequireDefault(require(153)),_defineProperty2=_interopRequireDefault(require(19)),_excluded=[\"source\"];function ownKeys(e,n){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);n&&(r=r.filter(function(n){return Object.getOwnPropertyDescriptor(e,n).enumerable})),t.push.apply(t,r)}return t}function _objectSpread(e){for(var n=1;n<arguments.length;n++){var t=null!=arguments[n]?arguments[n]:{};n%2?ownKeys(Object(t),!0).forEach(function(n){(0,_defineProperty2.default)(e,n,t[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):ownKeys(Object(t)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))})}return e}var _require=require(29),isInternalURL=_require.isInternalURL,scrollDepthObserver=require(318),eventNames={componentOnScreen:\"ComponentOnScreen\",componentOffScreen:\"ComponentOffScreen\",componentLoaded:\"ComponentLoaded\",genericClick:\"GenericClick\",genericSubmit:\"GenericSubmit\",paymentTransactionCompleted:\"PaymentTransactionCompleted\",paymentTransactionFailed:\"PaymentTransactionFailed\",search:\"Search\",scrollDepth:\"ScrollDepth\"},DELAY_BEFORE_FIRING_ON_SCREEN=1e3,zionEventHandler=function(e,n){var t=window.zion_analytics,r=window.ZION_SDK,o=[];t&&r?t.track(new r[n](e)):(window.addEventListener(\"zion.loaded\",function(){t=window.zion_analytics,r=window.ZION_SDK,o.forEach(function(e){var n=e.eventData,o=e.eventName;t.track(new r[o](n))})}),o.push({eventData:e,eventName:n}))},addSearchTermTracking=function(e){var n,t,r=e.search_term,o=e.search_results_number,c=e.search_category,i=e.search_section,a=e.search_type,d=e.sort_type;zionEventHandler({canonical_url:null===(n=window.CNN)||void 0===n?void 0:null===(t=n.contentModel)||void 0===t?void 0:t.canonicalUrl,search_text:r,search_type:\"\",traits:{search_term:r,search_results_number:o,search_category:c,search_section:i,sort_type:d,search_type:a}},\"Search\")},DEFAULT_OBSERVER_API_SETTINGS={threshold:\"0.2\",root:null,rootMargin:\"0px\"},addOnScreenAnalytics=function(e){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:DEFAULT_OBSERVER_API_SETTINGS,t=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},r={};new IntersectionObserver(function(e){return e.forEach(function(e){var n=e.isIntersecting,o=e.target.id||t.component_id,c=_objectSpread({component_id:o,component_type:t.component_type||\"section\"},t);n&&!r[o]?r[o]=setTimeout(function(){zionEventHandler(c,eventNames.componentOnScreen)},DELAY_BEFORE_FIRING_ON_SCREEN):!n&&r[o]&&(clearTimeout(r[o]),delete r[o],zionEventHandler(c,eventNames.componentOffScreen))})},n).observe(e)},addScrollDepthAnalytics=function(e,n){var t=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},r=!(arguments.length>3&&void 0!==arguments[3])||arguments[3];Object.keys(n).forEach(function(o){var c=n[o],i=_objectSpread({scroll_percentage:100*c},t);scrollDepthObserver(e,c,o,function(){zionEventHandler(r?i:t,eventNames.scrollDepth)})})},addComponentLoadedAnalytics=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},n=e.source,t=e.componentType,r=e.componentId,o=e.traits,c=void 0===o?{}:o,i=window.CNN&&window.CNN.contentModel;zionEventHandler({component_id:r,component_type:t,traits:_objectSpread({source_id:i&&i.sourceId||void 0,source:n||isInternalURL(document.referrer)&&document.referrer||void 0},c)},eventNames.componentLoaded)},addGenericSubmitAnalytics=function(){var e,n=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=n.componentType,r=n.componentId,o=n.traits,c=void 0===o?{}:o,i=n.source,a=null===(e=window.CNN)||void 0===e?void 0:e.contentModel,d=document.querySelector(\"link[rel=\\'canonical\\']\"),l=a&&a.canonicalUrl||d&&d.href||window.location.href;zionEventHandler({component_id:r,component_type:t,traits:_objectSpread({source_id:null==a?void 0:a.sourceId,source:i||isInternalURL(document.referrer)&&document.referrer||void 0,canonical_url:l,brand:\"CNN\",cms_id:null==a?void 0:a.cmsId,page_type:null==a?void 0:a.pageType,page_variant:null==a?void 0:a.templateType},c)},eventNames.genericSubmit)},addGenericClickAnalytics=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},n=e.componentType,t=e.componentId,r=e.traits,o=void 0===r?{}:r,c=e.source,i=window.CNN&&window.CNN.contentModel,a=document.querySelector(\"link[rel=\\'canonical\\']\"),d=i&&i.canonicalUrl||a&&a.href||window.location.href;zionEventHandler({component_id:t,component_type:n,traits:_objectSpread({source_id:null==i?void 0:i.sourceId,source:c||isInternalURL(document.referrer)&&document.referrer||void 0,canonical_url:d,cms_id:null==i?void 0:i.cmsId,brand:\"CNN\"},o)},eventNames.genericClick)},addPaymentTransactionEvent=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},n=!(arguments.length>1&&void 0!==arguments[1])||arguments[1],t=e.source,r=(0,_objectWithoutProperties2.default)(e,_excluded),o=window.CNN&&window.CNN.contentModel,c=document.querySelector(\"link[rel=\\'canonical\\']\"),i=o&&o.canonicalUrl||c&&c.href||window.location.href;zionEventHandler(_objectSpread({source_id:o&&o.sourceId||void 0,source:t||isInternalURL(document.referrer)&&document.referrer||void 0,canonical_url:i,brand:\"CNN\"},r),n?eventNames.paymentTransactionCompleted:eventNames.paymentTransactionFailed)},addZJSClickAttributes=function(e){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if(e)for(var t in e.setAttribute(\"data-zjs\",\"click\"),n)if(Object.hasOwnProperty.call(n,t)){var r=n[t];e.setAttribute(\"data-zjs-\".concat(t),r)}};module.exports={addOnScreenAnalytics:addOnScreenAnalytics,addScrollDepthAnalytics:addScrollDepthAnalytics,addComponentLoadedAnalytics:addComponentLoadedAnalytics,addGenericSubmitAnalytics:addGenericSubmitAnalytics,addGenericClickAnalytics:addGenericClickAnalytics,addZJSClickAttributes:addZJSClickAttributes,addPaymentTransactionEvent:addPaymentTransactionEvent,addSearchTermTracking:addSearchTermTracking,zionEventHandler:zionEventHandler};\\n}, {\"10\":10,\"19\":19,\"29\":29,\"153\":153,\"318\":318}];\\nwindow.modules[\"38\"] = [function(require,module,exports){\"use strict\";var _require=require(35),isPageType=_require.isPageType,_require2=require(41),isOfType=_require2.isOfType,SECTIONS={US:\"us\",WORLD:\"world\",POLITICS:\"politics\",BUSINESS:\"business\",OPINIONS:\"opinions\",HEALTH:\"health\",ENTERTAINMENT:\"entertainment\",STYLE:\"style\",TRAVEL:\"travel\",HOMEPAGE:\"homepage\",SPORTS:\"sport\",UNDERSCORED:\"cnn-underscored\",WEATHER:\"weather\",PHOTOS:\"photos\",PROFILES:\"profiles\",TV:\"tv\",LIVING:\"living\",NEWSLETTERS:\"newsletters\",UNKNOWN:\"\"};function getSection(){var e,i,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:SECTIONS.UNKNOWN;return(null===(e=t.configuration)||void 0===e?void 0:e.section)||(null===(i=t.meta)||void 0===i?void 0:i.section)||n}function isSection(e,i,t){return!(t&&!isPageType(e.configuration,t))&&isOfType(i,getSection(e))}Object.freeze(SECTIONS),module.exports={SECTIONS:SECTIONS,isSection:isSection,getSection:getSection};\\n}, {\"35\":35,\"41\":41}];\\nwindow.modules[\"41\"] = [function(require,module,exports){(function (process){(function (){\\n\"use strict\";var _interopRequireDefault=require(10),_typeof2=_interopRequireDefault(require(18)),_isArray=require(504),_isObject=require(503),_isEmpty=require(73),_isString=require(303),_isNull=require(119),_isUndefined=require(3134),_omit=require(67),_isEqual=require(317),_cloneDeep=require(302),_require=require(199),formatISODuration=_require.formatISODuration,WORDS_PER_MINUTE=225,LINK_REGEX=/((http|ftp|https):\\\\/\\\\/([\\\\w_-]+(?:(?:\\\\.[\\\\w_-]+)*))([\\\\w.,@?^=%&:/~+#-]*[\\\\w@?^=%&/~+#-]))/gi;function isFieldEmpty(e){return _isArray(e)||_isObject(e)?_isEmpty(e):_isString(e)?0===e.length:!(!_isNull(e)&&!_isUndefined(e))}function has(e){return!isFieldEmpty(e)}function prefixElasticIndex(e){var i=window.process.env.ELASTIC_PREFIX;return i?e.split(\",\").map(function(e){return\"\".concat(i,\"_\").concat(e).trim()}).join(\",\"):e}function wait(e){return function(i){return new Promise(function(r){return setTimeout(function(){return r(i)},e)})}}var stripHtml=function(e){return\"string\"==typeof e?e.replace(/<[^>]+>/g,\"\"):e};function convertToBoolean(e){try{return!0===e||1===e||\"true\"===e.toLowerCase()}catch(e){return!1}}function isPublishing(e){return e instanceof Object&&(e&&null!=e.publishUrl)}function isServerSide(){return!(!process.versions||!process.versions.node)}var getTopicId=function(e){return\"object\"===(0,_typeof2.default)(e)?e.topicId:e};function isValidForDefaultSectionSetting(e){return[\"article\",\"gallery\",\"video\"].includes(e)}var componentChanged=function(e,i){var r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:[];return r=r.concat([\"__meta\",\"__fields\"]),!_isEqual(_omit(_cloneDeep(e),r),_omit(_cloneDeep(i),r))},makeLinks=function(e){return e.replace(LINK_REGEX,\\'<a href=\"$1\">$1</a>\\')},ensureArray=function(e){return Array.isArray(e)?e:[e]},isOfType=function(e,i){return ensureArray(e).includes(i)},getHost=function(e){var i;return(null==e?void 0:null===(i=e.site)||void 0===i?void 0:i.host)||window.process.env.DEFAULT_SITE_HOST},getReadTimeAsString=function(e){return e&&\"\".concat(Math.ceil(e/WORDS_PER_MINUTE),\" minute read\")},getReadTimeAsDuration=function(e){if(e)return formatISODuration({minutes:Math.floor(e/WORDS_PER_MINUTE),seconds:Math.floor(60*e/WORDS_PER_MINUTE%60)})};module.exports={has:has,isFieldEmpty:isFieldEmpty,prefixElasticIndex:prefixElasticIndex,stripHtml:stripHtml,wait:wait,convertToBoolean:convertToBoolean,isPublishing:isPublishing,isServerSide:isServerSide,getTopicId:getTopicId,isValidForDefaultSectionSetting:isValidForDefaultSectionSetting,componentChanged:componentChanged,makeLinks:makeLinks,ensureArray:ensureArray,isOfType:isOfType,getHost:getHost,getReadTimeAsString:getReadTimeAsString,getReadTimeAsDuration:getReadTimeAsDuration};\\n\\n}).call(this)}).call(this,require(221))}, {\"10\":10,\"18\":18,\"67\":67,\"73\":73,\"119\":119,\"199\":199,\"221\":221,\"302\":302,\"303\":303,\"317\":317,\"503\":503,\"504\":504,\"3134\":3134}];\\nwindow.modules[\"43\"] = [function(require,module,exports){(function (__filename){(function (){\\n\"use strict\";var _interopRequireDefault=require(10),_regenerator=_interopRequireDefault(require(25)),_asyncToGenerator2=_interopRequireDefault(require(24)),_classCallCheck2=_interopRequireDefault(require(11)),_createClass2=_interopRequireDefault(require(12)),EnvVars=require(5),_require=require(31),get=_require.get,log=require(34).setup({file:__filename}),avatarPropertyName=\"avatar\",AvatarSDK=function(){function e(){(0,_classCallCheck2.default)(this,e),this.avatarProfileAttributeName=avatarPropertyName,this.avatarFullPathAttrName=\"avatar_full_path\"}return(0,_createClass2.default)(e,[{key:\"defaultAvatar\",get:function(){return this.avatars&&this.avatars[0]||\"temp_default\"}},{key:\"defaultAvatarUrl\",get:function(){return e.generateUrl(this.defaultAvatar)}},{key:\"init\",value:function(){var r=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function r(){return _regenerator.default.wrap(function(r){for(;;)switch(r.prev=r.next){case 0:return r.next=2,e.fetchAvatars();case 2:this.avatars=r.sent;case 3:case\"end\":return r.stop()}},r,this)}));return function(){return r.apply(this,arguments)}}()},{key:\"leadingProfileSort\",value:function(e){var r=[];return this.avatars.forEach(function(t){t===e?r.unshift(t):r.push(t)}),r}}],[{key:\"baseUrl\",get:function(){return EnvVars.get(\"USER_ACCOUNT_AVATAR_BASE_URL\")}},{key:\"fetchAvatars\",value:function(){var r=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function r(){var t,a;return _regenerator.default.wrap(function(r){for(;;)switch(r.prev=r.next){case 0:return t=\"\".concat(e.baseUrl,\"avatars.json\"),a=[],r.prev=2,r.next=5,get(t,{method:\"GET\",headers:{\"Content-Type\":\"application/json\"}});case 5:a=r.sent,r.next=11;break;case 8:r.prev=8,r.t0=r.catch(2),log(\"error\",\"Error fetching avatars: \".concat(r.t0));case 11:return r.abrupt(\"return\",a);case 12:case\"end\":return r.stop()}},r,null,[[2,8]])}));return function(){return r.apply(this,arguments)}}()},{key:\"generateUrl\",value:function(r){return e.baseUrl?\"\".concat(e.baseUrl).concat(r,\".png\"):\"\"}}]),e}();module.exports={AvatarSDK:AvatarSDK,avatarPropertyName:avatarPropertyName};\\n\\n}).call(this)}).call(this,\"/services/universal/avatar-sdk.js\")}, {\"5\":5,\"10\":10,\"11\":11,\"12\":12,\"24\":24,\"25\":25,\"31\":31,\"34\":34}];\\nwindow.modules[\"44\"] = [function(require,module,exports){\"use strict\";var _interopRequireDefault=require(10),_regenerator=_interopRequireDefault(require(25)),_defineProperty2=_interopRequireDefault(require(19)),_asyncToGenerator2=_interopRequireDefault(require(24)),_classCallCheck2=_interopRequireDefault(require(11)),_createClass2=_interopRequireDefault(require(12)),_get3=_interopRequireDefault(require(157)),_inherits2=_interopRequireDefault(require(13)),_possibleConstructorReturn2=_interopRequireDefault(require(14)),_getPrototypeOf2=_interopRequireDefault(require(15));function _createSuper(e){var t=_isNativeReflectConstruct();return function(){var r,a=(0,_getPrototypeOf2.default)(e);if(t){var n=(0,_getPrototypeOf2.default)(this).constructor;r=Reflect.construct(a,arguments,n)}else r=a.apply(this,arguments);return(0,_possibleConstructorReturn2.default)(this,r)}}function _isNativeReflectConstruct(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}var _get=require(1),_require=require(133),getUserInfo=_require.getUserInfo,updateAccountInfo=_require.updateAccountInfo,_require2=require(43),AvatarSDK=_require2.AvatarSDK,selectors={container:\".avatarComponentContainer\",avatar:\".avatarImage\",pickerTemplate:\".avatarPickerTemplate\",picker:\".avatarPicker\",pickerClose:\".avatarPickerClose\",pickerSave:\".avatarPickerSave\",pickerAvatar:\".avatarPickerAvatar\"},AvatarSDKClient=function(e){(0,_inherits2.default)(r,e);var t=_createSuper(r);function r(){return(0,_classCallCheck2.default)(this,r),t.call(this)}return(0,_createClass2.default)(r,[{key:\"init\",value:function(){var e=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(){var t;return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,(0,_get3.default)((0,_getPrototypeOf2.default)(r.prototype),\"init\",this).call(this);case 2:return e.next=4,getUserInfo();case 4:(t=e.sent).success&&(this.userInfo=t.userInfo,this.userToken=t.userToken);case 6:case\"end\":return e.stop()}},e,this)}));return function(){return e.apply(this,arguments)}}()},{key:\"_sanitizeAvatar\",value:function(e){return this.avatars.includes(e)?e:this.defaultAvatar}},{key:\"getProfileAvatar\",value:function(){var e=this.userInfo,t=this.avatarProfileAttributeName,r=this.defaultAvatar;return e&&(r=_get(e,\"userProfileResponses.cnn.attributes.\".concat(t),r)),r=this._sanitizeAvatar(r)}},{key:\"setProfileAvatar\",value:function(){var e=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(t){var r,a,n,u,i;return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:return a=this.userToken,n=this.avatarFullPathAttrName,u=this.avatarProfileAttributeName,i=this._sanitizeAvatar(t),e.next=4,updateAccountInfo({attributes:{cnn:(r={},(0,_defineProperty2.default)(r,u,i),(0,_defineProperty2.default)(r,n,AvatarSDK.generateUrl(i)),r)}},a);case 4:return e.abrupt(\"return\",e.sent);case 5:case\"end\":return e.stop()}},e,this)}));return function(t){return e.apply(this,arguments)}}()}]),r}(AvatarSDK);module.exports={AvatarSDKClient:AvatarSDKClient,selectors:selectors};\\n}, {\"1\":1,\"10\":10,\"11\":11,\"12\":12,\"13\":13,\"14\":14,\"15\":15,\"19\":19,\"24\":24,\"25\":25,\"43\":43,\"133\":133,\"157\":157}];\\nwindow.modules[\"50\"] = [function(require,module,exports){var isObject=require(503),now=require(3124),toNumber=require(3123),FUNC_ERROR_TEXT=\"Expected a function\",nativeMax=Math.max,nativeMin=Math.min;function debounce(n,i,t){var e,r,o,u,a,c,v=0,f=!1,m=!1,d=!0;if(\"function\"!=typeof n)throw new TypeError(FUNC_ERROR_TEXT);function T(i){var t=e,o=r;return e=r=void 0,v=i,u=n.apply(o,t)}function s(n){var t=n-c;return void 0===c||t>=i||t<0||m&&n-v>=o}function b(){var n=now();if(s(n))return l(n);a=setTimeout(b,function(n){var t=i-(n-c);return m?nativeMin(t,o-(n-v)):t}(n))}function l(n){return a=void 0,d&&e?T(n):(e=r=void 0,u)}function w(){var n=now(),t=s(n);if(e=arguments,r=this,c=n,t){if(void 0===a)return function(n){return v=n,a=setTimeout(b,i),f?T(n):u}(c);if(m)return clearTimeout(a),a=setTimeout(b,i),T(c)}return void 0===a&&(a=setTimeout(b,i)),u}return i=toNumber(i)||0,isObject(t)&&(f=!!t.leading,o=(m=\"maxWait\"in t)?nativeMax(toNumber(t.maxWait)||0,i):o,d=\"trailing\"in t?!!t.trailing:d),w.cancel=function(){void 0!==a&&clearTimeout(a),v=0,e=c=r=a=void 0},w.flush=function(){return void 0===a?u:l(now())},w}module.exports=debounce;\\n}, {\"503\":503,\"3123\":3123,\"3124\":3124}];\\nwindow.modules[\"51\"] = [function(require,module,exports){\"use strict\";var _require=require(41),isOfType=_require.isOfType,PAGE_VARIANTS={ARTICLE_COMMS:\"article_comms\",ARTICLE_FEATURE:\"article_feature\",ARTICLE_FULLWIDTH:\"article_fullwidth\",ARTICLE:\"article_leaf\",GALLERY_UNFURLED:\"gallery_unfurled\",GALLERY:\"gallery_leaf\",HOMEPAGE:\"landing_homepage\",LIVESTORY:\"article_livestory\",TV_CHANNELS:\"tv_channels\",PROFILE:\"profile\",SECTION:\"landing_section\",TVE_FILM:\"detail\",TVE_SERIES:\"series\",TVE_STREAM:\"network\",GENERAL_TOPIC:\"topic_light\",GRIP_TOPIC:\"topic_grid\",SPOTLIGHT_TOPIC:\"topic_full\",ELECTION:\"election\",MARKETS:\"markets\",TVE_BROWSE:\"browse\",VIDEO:\"video_leaf\",VIDEO_SHOW:\"video_show\",UNKNOWN:\"\"};Object.freeze(PAGE_VARIANTS);var PAGE_VARIANTS_LABELS={ARTICLE_COMMS:\"Comms Article\",ARTICLE_FEATURE:\"Feature Article\",ARTICLE_FULLWIDTH:\"Full Width Article\",GALLERY_UNFURLED:\"Unfurled Gallery\",SECTION:\"Section Landing Page\",TVE_FILM:\"TVE Film page\",TVE_SERIES:\"TVE Series page\",TVE_STREAM:\"TVE Stream page\",TVE_BROWSE:\"TVE Browse page\",VIDEO_SHOW:\"Video Show Page\"};function getPageVariant(){var e,E=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},i=arguments.length>1&&void 0!==arguments[1]?arguments[1]:PAGE_VARIANTS.UNKNOWN;return(null==E?void 0:E.pageVariant)||(null==E?void 0:null===(e=E.meta)||void 0===e?void 0:e.pageVariant)||i}function isPageVariant(e,E){return isOfType(E,getPageVariant(e))}Object.freeze(PAGE_VARIANTS_LABELS),module.exports={PAGE_VARIANTS:PAGE_VARIANTS,PAGE_VARIANTS_LABELS:PAGE_VARIANTS_LABELS,isPageVariant:isPageVariant};\\n}, {\"41\":41}];\\nwindow.modules[\"60\"] = [function(require,module,exports){\"use strict\";var observerCallback=function(e){var a={\"EQ-breakpoint__small\":480,\"EQ-breakpoint__medium\":960,\"EQ-breakpoint__large\":1280,\"EQ-breakpoint__xtralarge\":1360};e.forEach(function(e){var t=e.target.dataset.breakpoints?JSON.parse(e.target.dataset.breakpoints):a;Object.keys(t).forEach(function(a){var r=t[a];e.contentRect.width>=r?e.target.classList.add(a):e.target.classList.remove(a)})})};module.exports=new ResizeObserver(observerCallback);\\n}, {}];\\nwindow.modules[\"62\"] = [function(require,module,exports){(function (global){(function (){\\n\"use strict\";var _interopRequireDefault=require(10),_slicedToArray2=_interopRequireDefault(require(28)),SPECIAL_PROTOCOLS=[\"file:\",\"ftp:\",\"http:\",\"https:\",\"ws:\",\"wss:\"],DEFAULT_LOCATION=function(){return\"undefined\"!=typeof window?window.location||{}:\"undefined\"!=typeof global&&global.location||{}};module.exports=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:DEFAULT_LOCATION(),r=function(e){return\"\".concat(e||\"\")},a={hash:t.hash||\"\",hostname:t.hostname||\"\",origin:t.origin||\"\",password:t.password||\"\",port:t.port||\"\",protocol:t.protocol||\"\",search:t.search||\"\",slashes:!1,username:t.username||\"\"},o={get hash(){return a.hash},set hash(e){a.hash=r(e)},get host(){return\"\".concat(a.hostname).concat((e=a.port,[\"80\",\"443\"].includes(e)||!e?\"\":\":\".concat(a.port)));var e},set host(e){var t=r(e).split(\":\"),a=(0,_slicedToArray2.default)(t,2),s=a[0],n=a[1];o.hostname=s,o.port=null!=n?n:\"\"},get hostname(){return a.hostname},set hostname(e){a.hostname=r(e)},get href(){var e,t,r,a,s,n,c=o.host,h=o.pathname,p=o.search,u=o.hash;return\"\".concat((s=o,n=s.protocol,n?\"\".concat(n,\"//\"):\"\")).concat((e=o,t=e.username,r=e.password,a=\"\".concat(t).concat(r?\":\".concat(r):\"\"),a?\"\".concat(a,\"@\"):\"\")).concat(c)+\"\".concat(c&&h&&!h.startsWith(\"/\")?\"/\":\"\").concat(h).concat(p).concat(u)},get password(){return a.password},set password(e){a.password=r(e)},get pathname(){return a.pathname},set pathname(e){a.pathname=r(e)},get port(){return a.port},set port(e){a.port=r(e)},get protocol(){return a.protocol},set protocol(e){var t=r(e).trim().replace(/:?$/,\":\");a.protocol=\":\"===t?\"\":t},get search(){return a.search},set search(e){a.search=r(e)},get slashes(){return a.slashes},set slashes(e){a.slashes=!!e},get username(){return a.username},set username(e){a.username=r(e)},set:function(e,t){o[e]=t},toString:function(){return o.href}};try{var s=e.startsWith(\"//\")?new URL(e,a.origin):new URL(e);o.hostname=decodeURIComponent(s.hostname),o.pathname=decodeURIComponent(s.pathname),[\"hash\",\"password\",\"port\",\"protocol\",\"search\",\"username\"].forEach(function(e){return o.set(e,s[e])}),o.slashes=s.href.replace(s.protocol,\"\").startsWith(\"/\")}catch(t){o.pathname=e}return SPECIAL_PROTOCOLS.includes(o.protocol)&&\"/\"!==o.pathname.charAt(0)&&(o.pathname=\"/\".concat(o.pathname)),o};\\n\\n}).call(this)}).call(this,typeof global !== \"undefined\" ? global : typeof self !== \"undefined\" ? self : typeof window !== \"undefined\" ? window : {})}, {\"10\":10,\"28\":28}];\\nwindow.modules[\"67\"] = [function(require,module,exports){var arrayMap=require(2942),baseClone=require(2961),baseUnset=require(3057),castPath=require(2988),copyObject=require(2956),customOmitClone=require(3091),flatRest=require(3085),getAllKeysIn=require(2962),CLONE_DEEP_FLAG=1,CLONE_FLAT_FLAG=2,CLONE_SYMBOLS_FLAG=4,omit=flatRest(function(e,t){var r={};if(null==e)return r;var a=!1;t=arrayMap(t,function(t){return t=castPath(t,e),a||(a=t.length>1),t}),copyObject(e,getAllKeysIn(e),r),a&&(r=baseClone(r,CLONE_DEEP_FLAG|CLONE_FLAT_FLAG|CLONE_SYMBOLS_FLAG,customOmitClone));for(var n=t.length;n--;)baseUnset(r,t[n]);return r});module.exports=omit;\\n}, {\"2942\":2942,\"2956\":2956,\"2961\":2961,\"2962\":2962,\"2988\":2988,\"3057\":3057,\"3085\":3085,\"3091\":3091}];\\nwindow.modules[\"72\"] = [function(require,module,exports){\"use strict\";var _interopRequireDefault=require(10),_defineProperty2=_interopRequireDefault(require(19)),_classCallCheck2=_interopRequireDefault(require(11)),_createClass2=_interopRequireDefault(require(12));function ownKeys(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),r.push.apply(r,n)}return r}function _objectSpread(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?ownKeys(Object(r),!0).forEach(function(t){(0,_defineProperty2.default)(e,t,r[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):ownKeys(Object(r)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))})}return e}var handlebars=require(2878),clayHandlebars=require(502),ClientTemplate=function(){function e(t,r){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};(0,_classCallCheck2.default)(this,e),this._hbs=e.createHandlebarsEnvironment(n),this._currentState=e.extractStateFromElement(t),this._template=this._hbs.template(r),this._currentElement=t}return(0,_createClass2.default)(e,[{key:\"getElement\",value:function(){return this._currentElement}},{key:\"getState\",value:function(){return this._currentState}},{key:\"render\",value:function(t){var r=_objectSpread(_objectSpread({},this._currentState),t),n=this._template(r),a=e.createElementFromHTML(n);this._currentElement.parentNode.replaceChild(a,this._currentElement),this._currentElement=a,this._currentState=r}}],[{key:\"createHandlebarsEnvironment\",value:function(e){var t=e&&e.helpers?e.helpers:{},r=e&&e.partials?e.partials:{},n=clayHandlebars(handlebars.create());for(var a in t)Object.prototype.hasOwnProperty.call(t,a)&&n.registerHelper(a,t[a]);for(var l in r)if(Object.prototype.hasOwnProperty.call(r,l)){var i=r[l];n.registerPartial(l,\"string\"==typeof i?i:n.template(i))}return n}},{key:\"extractStateFromElement\",value:function(e){var t={};try{t=JSON.parse(e.dataset.state)}catch(e){}return t}},{key:\"createElementFromHTML\",value:function(e){var t=document.createElement(\"div\");return t.innerHTML=e,t.firstElementChild}}]),e}();module.exports={ClientTemplate:ClientTemplate};\\n}, {\"10\":10,\"11\":11,\"12\":12,\"19\":19,\"502\":502,\"2878\":2878}];\\nwindow.modules[\"73\"] = [function(require,module,exports){var baseKeys=require(3018),getTag=require(2963),isArguments=require(2937),isArray=require(504),isArrayLike=require(3024),isBuffer=require(2938),isPrototype=require(3019),isTypedArray=require(2940),mapTag=\"[object Map]\",setTag=\"[object Set]\",objectProto=Object.prototype,hasOwnProperty=objectProto.hasOwnProperty;function isEmpty(r){if(null==r)return!0;if(isArrayLike(r)&&(isArray(r)||\"string\"==typeof r||\"function\"==typeof r.splice||isBuffer(r)||isTypedArray(r)||isArguments(r)))return!r.length;var e=getTag(r);if(e==mapTag||e==setTag)return!r.size;if(isPrototype(r))return!baseKeys(r).length;for(var t in r)if(hasOwnProperty.call(r,t))return!1;return!0}module.exports=isEmpty;\\n}, {\"504\":504,\"2937\":2937,\"2938\":2938,\"2940\":2940,\"2963\":2963,\"3018\":3018,\"3019\":3019,\"3024\":3024}];\\nwindow.modules[\"86\"] = [function(require,module,exports){var baseSet=require(3041);function set(e,t,r){return null==e?e:baseSet(e,t,r)}module.exports=set;\\n}, {\"3041\":3041}];\\nwindow.modules[\"96\"] = [function(require,module,exports){\"use strict\";var convertValueToAdobeAnalyticsData=function(e){switch(e){case void 0:return\"undefined\";case null:return\"null\";case\"\":return\"nvs\";default:return e}},setAdobeAnalyticsCookie=function(e,t){e.addEventListener(\"click\",function(){var e=[window.CNN.contentModel.section,t.zone_name,t.zone_position_number,t.zone_total_number,t.container_name,t.container_position_number,t.container_total_number,t.card_name,t.card_position_number,t.card_total_number].map(convertValueToAdobeAnalyticsData).join(\"|\");document.cookie=\"hpt=\".concat(e,\";path=/;\")})},setAdobeAnalyticsGenericDataCookie=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[];e.addEventListener(\"click\",function(){var e=t.map(convertValueToAdobeAnalyticsData).join(\"|\");document.cookie=\"hpt=\".concat(e,\";path=/;\")})},setLiveStoryUpdatesAnalyticsCookie=function(e,t){e.addEventListener(\"click\",function(){var e=[t.templateType,t.module,t.linkNumber,t.totalNumberOfLinks,t.linkValue].map(convertValueToAdobeAnalyticsData).join(\"|\");document.cookie=\"hpt=\".concat(e,\";path=/;\")})},setFollowAdobeAnalyticsCookie=function(e,t){e.addEventListener(\"click\",function(){var e=[t.feature,t.templateType,t.module,t.topicName,t.topicId].map(convertValueToAdobeAnalyticsData).join(\"|\");document.cookie=\"hpt=\".concat(e,\";path=/;\")})};module.exports={setAdobeAnalyticsCookie:setAdobeAnalyticsCookie,setAdobeAnalyticsGenericDataCookie:setAdobeAnalyticsGenericDataCookie,setLiveStoryUpdatesAnalyticsCookie:setLiveStoryUpdatesAnalyticsCookie,setFollowAdobeAnalyticsCookie:setFollowAdobeAnalyticsCookie,convertValueToAdobeAnalyticsData:convertValueToAdobeAnalyticsData};\\n}, {}];\\nwindow.modules[\"97\"] = [function(require,module,exports){\"use strict\";var DELAY_BETWEEN_ATTEMPTS=1,MAX_ATTEMPTS=30,trackMetrics=function t(e){var a=e.type,r=e.data,s=e.delay,o=void 0===s?DELAY_BETWEEN_ATTEMPTS:s,c=e.attempt,T=void 0===c?0:c,i=e.errorMessage,d=void 0===i?\"\":i;if(T>MAX_ATTEMPTS)console.warn(\"Could not send out analytics beacon.\",d);else try{window.trackMetrics({type:a,data:r})}catch(e){var n=T+1;setTimeout(function(){return t({type:a,data:r,delay:o,attempt:n,errorMessage:e.message})},1e3*o)}};module.exports={trackMetrics:trackMetrics};\\n}, {}];\\nwindow.modules[\"114\"] = [function(require,module,exports){function identity(t){return t}module.exports=identity;\\n}, {}];\\nwindow.modules[\"116\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=format;var _index=_interopRequireDefault(require(2612)),_index2=_interopRequireDefault(require(2664)),_index3=_interopRequireDefault(require(2663)),_index4=_interopRequireDefault(require(2570)),_index5=_interopRequireDefault(require(2562)),_index6=_interopRequireDefault(require(2569)),_index7=_interopRequireDefault(require(2558)),_index8=require(2576),_index9=_interopRequireDefault(require(2559)),_index10=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}var formattingTokensRegExp=/[yYQqMLwIdDecihHKkms]o|(\\\\w)\\\\1*|\\'\\'|\\'(\\'\\'|[^\\'])+(\\'|$)|./g,longFormattingTokensRegExp=/P+p+|P+|p+|\\'\\'|\\'(\\'\\'|[^\\'])+(\\'|$)|./g,escapedStringRegExp=/^\\'([^]*?)\\'?$/,doubleQuoteRegExp=/\\'\\'/g,unescapedLatinCharacterRegExp=/[a-zA-Z]/;function format(e,t,r){(0,_index10.default)(2,arguments);var n=String(t),i=r||{},a=i.locale||_index2.default,o=a.options&&a.options.firstWeekContainsDate,u=null==o?1:(0,_index9.default)(o),l=null==i.firstWeekContainsDate?u:(0,_index9.default)(i.firstWeekContainsDate);if(!(l>=1&&l<=7))throw new RangeError(\"firstWeekContainsDate must be between 1 and 7 inclusively\");var d=a.options&&a.options.weekStartsOn,s=null==d?0:(0,_index9.default)(d),f=null==i.weekStartsOn?s:(0,_index9.default)(i.weekStartsOn);if(!(f>=0&&f<=6))throw new RangeError(\"weekStartsOn must be between 0 and 6 inclusively\");if(!a.localize)throw new RangeError(\"locale must contain localize property\");if(!a.formatLong)throw new RangeError(\"locale must contain formatLong property\");var x=(0,_index4.default)(e);if(!(0,_index.default)(x))throw new RangeError(\"Invalid time value\");var p=(0,_index7.default)(x),_=(0,_index3.default)(x,p),c={firstWeekContainsDate:l,weekStartsOn:f,locale:a,_originalDate:x};return n.match(longFormattingTokensRegExp).map(function(e){var t=e[0];return\"p\"===t||\"P\"===t?(0,_index6.default[t])(e,a.formatLong,c):e}).join(\"\").match(formattingTokensRegExp).map(function(r){if(\"\\'\\'\"===r)return\"\\'\";var n=r[0];if(\"\\'\"===n)return cleanEscapedString(r);var o=_index5.default[n];if(o)return!i.useAdditionalWeekYearTokens&&(0,_index8.isProtectedWeekYearToken)(r)&&(0,_index8.throwProtectedError)(r,t,e),!i.useAdditionalDayOfYearTokens&&(0,_index8.isProtectedDayOfYearToken)(r)&&(0,_index8.throwProtectedError)(r,t,e),o(_,r,a.localize,c);if(n.match(unescapedLatinCharacterRegExp))throw new RangeError(\"Format string contains an unescaped latin alphabet character `\"+n+\"`\");return r}).join(\"\")}function cleanEscapedString(e){return e.match(escapedStringRegExp)[1].replace(doubleQuoteRegExp,\"\\'\")}module.exports=exports.default;\\n}, {\"2558\":2558,\"2559\":2559,\"2562\":2562,\"2569\":2569,\"2570\":2570,\"2571\":2571,\"2576\":2576,\"2612\":2612,\"2663\":2663,\"2664\":2664}];\\nwindow.modules[\"117\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=isBefore;var _index=_interopRequireDefault(require(2570)),_index2=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function isBefore(e,r){(0,_index2.default)(2,arguments);var t=(0,_index.default)(e),i=(0,_index.default)(r);return t.getTime()<i.getTime()}module.exports=exports.default;\\n}, {\"2570\":2570,\"2571\":2571}];\\nwindow.modules[\"119\"] = [function(require,module,exports){function isNull(l){return null===l}module.exports=isNull;\\n}, {}];\\nwindow.modules[\"120\"] = [function(require,module,exports){var baseGetTag=require(2991),getPrototype=require(3103),isObjectLike=require(2999),objectTag=\"[object Object]\",funcProto=Function.prototype,objectProto=Object.prototype,funcToString=funcProto.toString,hasOwnProperty=objectProto.hasOwnProperty,objectCtorString=funcToString.call(Object);function isPlainObject(t){if(!isObjectLike(t)||baseGetTag(t)!=objectTag)return!1;var e=getPrototype(t);if(null===e)return!0;var o=hasOwnProperty.call(e,\"constructor\")&&e.constructor;return\"function\"==typeof o&&o instanceof o&&funcToString.call(o)==objectCtorString}module.exports=isPlainObject;\\n}, {\"2991\":2991,\"2999\":2999,\"3103\":3103}];\\nwindow.modules[\"123\"] = [function(require,module,exports){\"use strict\";!function(e){if(\"function\"!=typeof t){var t=function(e){return e};t.nonNative=!0}const n=t(\"plaintext\"),a=t(\"html\"),r=t(\"comment\"),f=/<(\\\\w*)>/g,i=/<\\\\/?([^\\\\s\\\\/>]+)/;function o(e,t,n){return u(e=e||\"\",c(t=t||[],n=n||\"\"))}function c(e,a){return{allowable_tags:e=function(e){let n=new Set;if(\"string\"==typeof e){let t;for(;t=f.exec(e);)n.add(t[1])}else t.nonNative||\"function\"!=typeof e[t.iterator]?\"function\"==typeof e.forEach&&e.forEach(n.add,n):n=new Set(e);return n}(e),tag_replacement:a,state:n,tag_buffer:\"\",depth:0,in_quote_char:\"\"}}function u(e,t){if(\"string\"!=typeof e)throw new TypeError(\"\\'html\\' parameter must be a string\");let f=t.allowable_tags,i=t.tag_replacement,o=t.state,c=t.tag_buffer,u=t.depth,l=t.in_quote_char,b=\"\";for(let t=0,d=e.length;t<d;t++){let d=e[t];if(o===n)switch(d){case\"<\":o=a,c+=d;break;default:b+=d}else if(o===a)switch(d){case\"<\":if(l)break;u++;break;case\">\":if(l)break;if(u){u--;break}l=\"\",o=n,c+=\">\",f.has(s(c))?b+=c:b+=i,c=\"\";break;case\\'\"\\':case\"\\'\":l=d===l?\"\":l||d,c+=d;break;case\"-\":\"<!-\"===c&&(o=r),c+=d;break;case\" \":case\"\\\\n\":if(\"<\"===c){o=n,b+=\"< \",c=\"\";break}c+=d;break;default:c+=d}else if(o===r)switch(d){case\">\":\"--\"==c.slice(-2)&&(o=n),c=\"\";break;default:c+=d}}return t.state=o,t.tag_buffer=c,t.depth=u,t.in_quote_char=l,b}function s(e){let t=i.exec(e);return t?t[1].toLowerCase():null}o.init_streaming_mode=function(e,t){let n=c(e=e||[],t=t||\"\");return function(e){return u(e||\"\",n)}},\"function\"==typeof define&&define.amd?define(function(){return o}):\"object\"==typeof module&&module.exports?module.exports=o:e.striptags=o}(this);\\n}, {}];\\nwindow.modules[\"132\"] = [function(require,module,exports){\"use strict\";var _interopRequireDefault=require(10),_toConsumableArray2=_interopRequireDefault(require(23)),_slicedToArray2=_interopRequireDefault(require(28));function _createForOfIteratorHelper(e,t){var r=\"undefined\"!=typeof Symbol&&e[Symbol.iterator]||e[\"@@iterator\"];if(!r){if(Array.isArray(e)||(r=_unsupportedIterableToArray(e))||t&&e&&\"number\"==typeof e.length){r&&(e=r);var i=0,n=function(){};return{s:n,n:function(){return i>=e.length?{done:!0}:{done:!1,value:e[i++]}},e:function(e){throw e},f:n}}throw new TypeError(\"Invalid attempt to iterate non-iterable instance.\\\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}var a,o=!0,c=!1;return{s:function(){r=r.call(e)},n:function(){var e=r.next();return o=e.done,e},e:function(e){c=!0,a=e},f:function(){try{o||null==r.return||r.return()}finally{if(c)throw a}}}}function _unsupportedIterableToArray(e,t){if(e){if(\"string\"==typeof e)return _arrayLikeToArray(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);return\"Object\"===r&&e.constructor&&(r=e.constructor.name),\"Map\"===r||\"Set\"===r?Array.from(e):\"Arguments\"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?_arrayLikeToArray(e,t):void 0}}function _arrayLikeToArray(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,i=new Array(t);r<t;r++)i[r]=e[r];return i}var isMobile,recalculateStickyThreshold,adResizeObserver,headerWrapperElementInner,headerWrapperElementOuter,EnvVars=require(5),_require=require(149),isSection=_require.isSection,SECTIONS=_require.SECTIONS,AD_RENDER_DELAY=2e3,AD_RENDER_TIMEOUT=EnvVars.get(\"TOP_AD_RENDER_STICKY_TIMEOUT\"),STICKY_TOP_PADDING=4,HEADER_WRAPPER_CLASS_BASE=\"header__wrapper\",_require2=require(17),mediumMaxWidthListener=_require2.mediumMaxWidthListener,_require3=require(16),subscribe=_require3.subscribe,_require4=require(30),VIDEO=_require4.VIDEO,STICKY_HEADER=_require4.STICKY_HEADER,_require5=require(150),isString=_require5.isString,getNavbarHeight=function(){var e=document.querySelector(\"nav.header\");return e?e.offsetHeight:0},getStickyHeader=function(){var e=arguments.length>0&&void 0!==arguments[0]&&arguments[0];return document.contains(headerWrapperElementInner)||(headerWrapperElementInner=document.querySelector(\".\".concat(HEADER_WRAPPER_CLASS_BASE,\"-inner\")),headerWrapperElementOuter=document.querySelector(\".\".concat(HEADER_WRAPPER_CLASS_BASE,\"-outer\"))),e?headerWrapperElementOuter:headerWrapperElementInner},getStickyHeaderRect=function(){var e,t=arguments.length>0&&void 0!==arguments[0]&&arguments[0],r=null===(e=getStickyHeader())||void 0===e?void 0:e.getBoundingClientRect();return r&&isString(t)&&t.length>0&&r[t]?r[t]:0},updateStickyThreshold=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0,t=getStickyHeader(!0);if(t){adResizeObserver&&adResizeObserver.disconnect();var r=document.querySelector(\".ad-slot-header\"),i=document.querySelector(\".ad-slot-header__wrapper\");recalculateStickyThreshold=function(){r&&i&&(i.style.height=\"\".concat(r.offsetHeight,\"px\"));var n=getStickyHeaderRect(\"height\"),a=getNavbarHeight(),o=n+Math.max(e,0);t.style.height=\"\".concat(o,\"px\"),t.style.top=\"-\".concat(o-a,\"px\"),t.style.marginBottom=\"-\".concat(o-n,\"px\")},r&&(adResizeObserver=new ResizeObserver(recalculateStickyThreshold)).observe(r),recalculateStickyThreshold()}};subscribe(STICKY_HEADER.RECALCULATE,function(){\"function\"==typeof recalculateStickyThreshold&&recalculateStickyThreshold()});var calculateStickyAnchors=function(){document.querySelectorAll(\"[data-sticky-anchor-pos]:not([data-sticky-anchor-priority])\").forEach(function(e){e.dataset.stickyAnchorPriority=1});var e=Array.from(document.querySelectorAll(\"[data-sticky-anchor-pos]\")).sort(function(e,t){return e.dataset.stickyAnchorPriority-t.dataset.stickyAnchorPriority}).map(function(e){var t,r;if(e.dataset.stickyAnchorDeviceType&&!(\"mobile\"===e.dataset.stickyAnchorDeviceType&&isMobile||\"desktop\"===e.dataset.stickyAnchorDeviceType&&!isMobile))return[0,-1];var i=(null===(t=e.dataset.stickyAnchorConditionType)||void 0===t?void 0:t.split(\",\"))||[],n=(null===(r=e.dataset.stickyAnchorConditionValue)||void 0===r?void 0:r.split(\",\"))||[];if(i.length===n.length&&!i.reduce(function(e,t,r){return e&&(\"!\"===n[r].substring(0,1)?window.CNN.contentModel[t]!==n[r].substring(1):window.CNN.contentModel[t]===n[r])},!0))return[0,-1];var a=Math.max(0,e.offsetTop-STICKY_TOP_PADDING);switch(e.dataset.stickyAnchorPos){case\"middle\":a+=e.offsetHeight/2;break;case\"bottom\":a+=e.offsetHeight}return[e.dataset.stickyAnchorPriority,a]}).filter(function(e){return(0,_slicedToArray2.default)(e,2)[1]>-1});if(0===e.length)return!1;var t=e[0][0];return Math.min.apply(Math,(0,_toConsumableArray2.default)(e.filter(function(e){return(0,_slicedToArray2.default)(e,1)[0]===t}).map(function(e){return(0,_slicedToArray2.default)(e,2)[1]})))},calculatePageStickyThreshold=function(){var e=getStickyHeader();if(e){isMobile=mediumMaxWidthListener(null,{onlyOnce:!0});var t=calculateStickyAnchors(),r=!1!==t,i=!1,n=function(){if(!i)if(i=!0,r){var n=getNavbarHeight(),a=e.offsetTop;a=Math.max(a,t),updateStickyThreshold(a);window.addEventListener(\"scroll\",function e(){getStickyHeaderRect(\"bottom\")<=n&&(updateStickyThreshold(0),window.removeEventListener(\"scroll\",e))})}else updateStickyThreshold(0)};mediumMaxWidthListener(function(e){i=!1,r&&updateStickyThreshold(document.documentElement.scrollHeight),isMobile=e,setTimeout(n,AD_RENDER_TIMEOUT)}),document.addEventListener(\"GPTRenderComplete\",function(e){var t,r=e.detail,i=null===(t=document.querySelector(\".ad-slot-header__container > .ad-slot > div\"))||void 0===t?void 0:t.id;r.divId===i&&setTimeout(n,AD_RENDER_DELAY)}),isSection(SECTIONS.HOMEPAGE)||subscribe(VIDEO.VIDEO_START,function(){updateStickyThreshold(0),i=!0})}else updateStickyThreshold(0);var a=document.getElementsByClassName(\"ad-slot-rail__container\");if(a.length>0){window.addEventListener(\"scroll\",function(){var e,t=getStickyHeaderRect(\"bottom\"),r=_createForOfIteratorHelper(a);try{for(r.s();!(e=r.n()).done;)e.value.style.top=\"\".concat(t+STICKY_TOP_PADDING,\"px\")}catch(e){r.e(e)}finally{r.f()}})}};module.exports={calculatePageStickyThreshold:calculatePageStickyThreshold,getNavbarHeight:getNavbarHeight,getStickyHeader:getStickyHeader,getStickyHeaderRect:getStickyHeaderRect};\\n}, {\"5\":5,\"10\":10,\"16\":16,\"17\":17,\"23\":23,\"28\":28,\"30\":30,\"149\":149,\"150\":150}];\\nwindow.modules[\"133\"] = [function(require,module,exports){(function (__filename){(function (){\\n\"use strict\";var _interopRequireDefault=require(10),_regenerator=_interopRequireDefault(require(25)),_asyncToGenerator2=_interopRequireDefault(require(24)),_defineProperty2=_interopRequireDefault(require(19));function _createForOfIteratorHelper(e,r){var t=\"undefined\"!=typeof Symbol&&e[Symbol.iterator]||e[\"@@iterator\"];if(!t){if(Array.isArray(e)||(t=_unsupportedIterableToArray(e))||r&&e&&\"number\"==typeof e.length){t&&(e=t);var a=0,n=function(){};return{s:n,n:function(){return a>=e.length?{done:!0}:{done:!1,value:e[a++]}},e:function(e){throw e},f:n}}throw new TypeError(\"Invalid attempt to iterate non-iterable instance.\\\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}var s,o=!0,u=!1;return{s:function(){t=t.call(e)},n:function(){var e=t.next();return o=e.done,e},e:function(e){u=!0,s=e},f:function(){try{o||null==t.return||t.return()}finally{if(u)throw s}}}}function _unsupportedIterableToArray(e,r){if(e){if(\"string\"==typeof e)return _arrayLikeToArray(e,r);var t=Object.prototype.toString.call(e).slice(8,-1);return\"Object\"===t&&e.constructor&&(t=e.constructor.name),\"Map\"===t||\"Set\"===t?Array.from(e):\"Arguments\"===t||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t)?_arrayLikeToArray(e,r):void 0}}function _arrayLikeToArray(e,r){(null==r||r>e.length)&&(r=e.length);for(var t=0,a=new Array(r);t<r;t++)a[t]=e[t];return a}function ownKeys(e,r){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);r&&(a=a.filter(function(r){return Object.getOwnPropertyDescriptor(e,r).enumerable})),t.push.apply(t,a)}return t}function _objectSpread(e){for(var r=1;r<arguments.length;r++){var t=null!=arguments[r]?arguments[r]:{};r%2?ownKeys(Object(t),!0).forEach(function(r){(0,_defineProperty2.default)(e,r,t[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):ownKeys(Object(t)).forEach(function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(t,r))})}return e}var getSbpTokenPromise,sbpUserToken,sbpToken,sbpTokenExp,_require=require(29),getCookie=_require.getCookie,_require2=require(229),AUTH_CLIENT=_require2.AUTH_CLIENT,ConfigUtils=require(379),Log=require(34).setup({file:__filename}),_require3=require(3242),formatLoggingData=_require3.formatLoggingData,EnvVars=require(5),_require4=require(97),trackMetrics=_require4.trackMetrics,_require5=require(328),generateTemporaryDisplayName=_require5.generateTemporaryDisplayName,_require6=require(326),IDENTITY_TYPES=_require6.IDENTITY_TYPES,REMEMBER_ME_DURATION=365,genericErrorMessage=\"An unexpected error occurred. Visit help.cnn.com for assistance.\",sharedErrs={500:genericErrorMessage,default:genericErrorMessage},mvpdErrorMessageMapping={429:\"Sorry, this TV provider account is already linked to another CNN+ account.\",default:\"Sorry, we cannot link your TV Provider right now. Please try again later.\"},loginDaltonErrorMessageMapping=_objectSpread({401:\"Your account has been locked. Visit www.cnn.com/feedback for further assistance.\",420:\"You entered an incorrect email, password, or both.\",429:\"An account with this email address already exists. If you believe this account is yours, please log in above.\"},sharedErrs),loginPageDaltonErrorMessageMapping=_objectSpread({401:\"It looks like youre having trouble logging in. Please click “Forgot password?” to reset your password.\",420:\"You have entered an invalid username or password.\".concat(EnvVars.get(\"REG_SSO_GOOGLE_ENABLED\")?\" If you used a social account before, try signing in with that instead.\":\"\"),432:\"Sorry, an error has occurred. Please try again later\",523:\"Sorry, an error has occurred. Please check your internet connection and try again\",acct_deleted:\"This email address is associated with a previously deleted account. Please use a different email address.\"},sharedErrs),createAccountDaltonErrorMessageMapping=_objectSpread({420:\"Sorry, an error has occurred. Please try again later.\",429:\\'Looks like this account already exists. Please <a href=\"/account/log-in\" data-zjs=\"click\" data-zjs-component_id=\"error_login_link\" data-zjs-source_id=\"create_account\">log in</a>.\\'},sharedErrs),updateAccountErrorMessageMapping={432:\"1 - 30 letters and numbers, can also include hyphens, apostrophes, periods, and commas.\"},maxLength=255,errorMessageMapping={validEmail:\"Please enter a valid email address\",requiredEmail:\"Email address is required\",emailSize:\"Email must not exceed 255 characters\",requiredPassword:\"Please enter a password\",registrationPassword:{min:\"Use at least 8 characters\",upperLowerCase:\"Use upper or lower case characters\",numbers:\"Use one or more numbers\"},passwordSize:\"Password must not exceed 255 characters\",displayName:{length:\"0-30 letters and numbers\",hasValidChars:\"Can include hyphens, apostrophes, periods, spaces, and commas\"}},METRIC={LOG_IN_SUCCESS:\"logged in\",LOG_IN_FAILURE:\"login failure\",ACCOUNT_CREATED:\"account created\",REGISTRATION_FAILURE:\"registration failure\"},validateEmail=function(e){var r=\"\";return e?e.length>maxLength?r=errorMessageMapping.emailSize:/^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\\\\.[a-zA-Z]{2,4}$/i.test(e)||(r=errorMessageMapping.validEmail):r=errorMessageMapping.requiredEmail,r},validatePassword=function(e){var r=\"\";return e?e.length>maxLength&&(r=errorMessageMapping.passwordSize):r=errorMessageMapping.requiredPassword,r},validateRegistrationPassword=function(e){var r=errorMessageMapping.registrationPassword;return validateAllCriteria({criteria:{min:/.{8,}/,upperLowerCase:/[a-zA-Z]/,numbers:/^(?=.*[0-9]).+$/},messageMap:r,value:e})},validateDisplayName=function(e){var r=errorMessageMapping.displayName;return validateAllCriteria({criteria:{length:/^.{0,30}$/,hasValidChars:/^(?=.*[a-zA-Z0-9]|^$)([a-zA-Z0-9\\\\-,.\\' ])*$/},messageMap:r,value:e})},validateAllCriteria=function(e){var r=e.criteria,t=e.value,a=e.messageMap,n=[];return Object.keys(r).forEach(function(e){var s=!0;RegExp(r[e]).test(t)||(s=!1),n.push({valid:s,msg:a[e]})}),n},getRegionalLegalDocs=function(){var e=getCookie(\"countryCode\"),r=ConfigUtils.getConfigObject(\"siteinfo\",\"userAccountLegalDocs\")||[{docName:\"TOS\",version:\"1.0\",type:\"domestic\"},{docName:\"TOS-Intl\",version:\"1.0\",type:\"intl\"}],t=e&&\"US\"!==e?\"intl\":\"domestic\";return r.filter(function(e){return e.type===t})},userAccountTrackMetrics=function(e){trackMetrics({type:\"user-account\",data:e})},acceptTOS=function(){var e=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(r){var t,a,n,s,o,u,c,i;return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:if(t={success:!1,errorStatus:500},!(a=AUTH_CLIENT.getToken())){e.next=30;break}e.prev=3,n=_createForOfIteratorHelper(getRegionalLegalDocs(r)),e.prev=5,n.s();case 7:if((s=n.n()).done){e.next=14;break}return o=s.value,u=o.docName,c=o.version,e.next=12,AUTH_CLIENT.addLegalDoc({docName:u,version:c},a);case 12:e.next=7;break;case 14:e.next=19;break;case 16:e.prev=16,e.t0=e.catch(5),n.e(e.t0);case 19:return e.prev=19,n.f(),e.finish(19);case 22:t={success:!0,errorStatus:null},e.next=30;break;case 25:e.prev=25,e.t1=e.catch(3),i=e.t1&&e.t1.status||500,t.errorStatus=i,Log(\"error\",\"Error accepting TOS: \",formatLoggingData(e.t1));case 30:return e.abrupt(\"return\",t);case 31:case\"end\":return e.stop()}},e,null,[[3,25],[5,16,19,22]])}));return function(r){return e.apply(this,arguments)}}(),resendConfirmation=function(){var e=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(r){var t,a;return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:if(t={success:!1,errorStatus:500},!r){e.next=13;break}return e.prev=2,e.next=5,AUTH_CLIENT.resendConfirmationEmail(r,{},AUTH_CLIENT.getToken());case 5:t={success:!0,errorStatus:null},e.next=13;break;case 8:e.prev=8,e.t0=e.catch(2),a=e.t0&&e.t0.status||500,t.errorStatus=a,Log(\"error\",\"Error resending email confirmation:\",formatLoggingData(e.t0));case 13:return e.abrupt(\"return\",t);case 14:case\"end\":return e.stop()}},e,null,[[2,8]])}));return function(r){return e.apply(this,arguments)}}(),resetPassword=function(){var e=(0,_asyncToGenerator2.default)(function(e){var r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return _regenerator.default.mark(function t(){var a,n;return _regenerator.default.wrap(function(t){for(;;)switch(t.prev=t.next){case 0:if(a={success:!1,errorStatus:500},!e){t.next=13;break}return t.prev=2,t.next=5,AUTH_CLIENT.resetPasswordRequest(e,r);case 5:a={success:!0,errorStatus:null},t.next=13;break;case 8:t.prev=8,t.t0=t.catch(2),n=t.t0&&t.t0.status||500,a.errorStatus=n,Log(\"error\",\"Error sending reset password request:\",formatLoggingData(t.t0));case 13:return t.abrupt(\"return\",a);case 14:case\"end\":return t.stop()}},t,null,[[2,8]])})()});return function(r){return e.apply(this,arguments)}}(),confirmEmail=function(){var e=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(r){var t,a;return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:if(t={success:!1,errorStatus:500},!r){e.next=13;break}return e.prev=2,e.next=5,AUTH_CLIENT.confirmEmail(r);case 5:t={success:!0,errorStatus:null},e.next=13;break;case 8:e.prev=8,e.t0=e.catch(2),a=e.t0&&e.t0.status||500,t.errorStatus=a,Log(\"error\",\"Error confirming email: \",formatLoggingData(e.t0));case 13:return e.abrupt(\"return\",t);case 14:case\"end\":return e.stop()}},e,null,[[2,8]])}));return function(r){return e.apply(this,arguments)}}(),confirmReset=function(){var e=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(r){var t,a,n;return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:if(t={success:!1,errorStatus:500},!r){e.next=14;break}return e.prev=2,e.next=5,AUTH_CLIENT.resetPassword(r);case 5:a=e.sent,t={resetToken:a,success:!0,errorStatus:null},e.next=14;break;case 9:e.prev=9,e.t0=e.catch(2),n=e.t0&&e.t0.status||500,t.errorStatus=n,Log(\"error\",\"Error confirming reset password: \",formatLoggingData(e.t0));case 14:return e.abrupt(\"return\",t);case 15:case\"end\":return e.stop()}},e,null,[[2,9]])}));return function(r){return e.apply(this,arguments)}}(),changePassword=function(){var e=(0,_asyncToGenerator2.default)(function(e,r){var t=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null;return _regenerator.default.mark(function a(){var n,s;return _regenerator.default.wrap(function(a){for(;;)switch(a.prev=a.next){case 0:if(n={success:!1,errorStatus:500},!e||!r){a.next=13;break}return a.prev=2,a.next=5,AUTH_CLIENT.changePassword({newPassword:r,misc:t},e);case 5:n={success:!0,errorStatus:null},a.next=13;break;case 8:a.prev=8,a.t0=a.catch(2),s=a.t0&&a.t0.status||500,n.errorStatus=s,Log(\"error\",\"Error changing password: \",formatLoggingData(a.t0));case 13:return a.abrupt(\"return\",n);case 14:case\"end\":return a.stop()}},a,null,[[2,8]])})()});return function(r,t){return e.apply(this,arguments)}}(),registerUser=function(){var e=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(r){var t,a,n,s,o;return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:if(t={success:!1,errorStatus:500},!r){e.next=17;break}return a=r.attributes,n=r.source,e.prev=3,e.next=6,AUTH_CLIENT.register(_objectSpread(_objectSpread({},r),{},{attributes:_objectSpread(_objectSpread({},a),{},{registration_subscribe:(new Date).toISOString(),registration_source:n,display_name:generateTemporaryDisplayName()}),legaldocs:getRegionalLegalDocs()}));case 6:e.sent&&(t={success:!0,errorStatus:null},userAccountTrackMetrics({action:METRIC.ACCOUNT_CREATED})),e.next=17;break;case 10:e.prev=10,e.t0=e.catch(3),s=e.t0&&e.t0.status||500,t.errorStatus=s,o=formatLoggingData(e.t0),userAccountTrackMetrics({action:METRIC.REGISTRATION_FAILURE,errorMessage:o}),Log(\"error\",\"Error registering user: \",o);case 17:return e.abrupt(\"return\",t);case 18:case\"end\":return e.stop()}},e,null,[[3,10]])}));return function(r){return e.apply(this,arguments)}}(),registerUserSSO=function(){var e=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(r){var t,a,n,s;return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:return t={success:!1,errorStatus:500},e.prev=1,e.next=4,AUTH_CLIENT.googleSsoRegister(_objectSpread(_objectSpread({},r),{},{attributes:_objectSpread(_objectSpread({},r.attributes||{}),{},{registration_subscribe:(new Date).toISOString(),registration_source:r.source,display_name:generateTemporaryDisplayName()}),legaldocs:getRegionalLegalDocs()}));case 4:a=e.sent,t={success:!0,errorStatus:null,userInfo:a},userAccountTrackMetrics({action:\"account created\",method:IDENTITY_TYPES.GOOGLE.toLowerCase()}),e.next=16;break;case 9:e.prev=9,e.t0=e.catch(1),n=e.t0&&e.t0.status||500,s=formatLoggingData(e.t0),t.errorStatus=n,userAccountTrackMetrics({action:METRIC.REGISTRATION_FAILURE,method:IDENTITY_TYPES.GOOGLE.toLowerCase(),errorMessage:s}),Log(\"error\",\"Error registering user with Google: \",s);case 16:return e.abrupt(\"return\",t);case 17:case\"end\":return e.stop()}},e,null,[[1,9]])}));return function(r){return e.apply(this,arguments)}}(),registerUserSSOApple=function(){var e=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(r){var t,a,n,s;return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:return t={success:!1,errorStatus:500},e.prev=1,e.next=4,AUTH_CLIENT.appleSsoRegister(_objectSpread(_objectSpread({},r),{},{attributes:_objectSpread(_objectSpread({},r.attributes||{}),{},{registration_subscribe:(new Date).toISOString(),registration_source:r.source,display_name:generateTemporaryDisplayName()}),legaldocs:getRegionalLegalDocs()}));case 4:a=e.sent,t={success:!0,errorStatus:null,userInfo:a},userAccountTrackMetrics({action:METRIC.ACCOUNT_CREATED,method:IDENTITY_TYPES.APPLE.toLowerCase()}),e.next=16;break;case 9:e.prev=9,e.t0=e.catch(1),n=e.t0&&e.t0.status||500,s=formatLoggingData(e.t0),t.errorStatus=n,userAccountTrackMetrics({action:METRIC.REGISTRATION_FAILURE,method:IDENTITY_TYPES.APPLE.toLowerCase(),errorMessage:s}),Log(\"error\",\"Error registering user with Apple: \",formatLoggingData(e.t0));case 16:return e.abrupt(\"return\",t);case 17:case\"end\":return e.stop()}},e,null,[[1,9]])}));return function(r){return e.apply(this,arguments)}}(),loginUser=function(){var e=(0,_asyncToGenerator2.default)(function(e){var r=e.email,t=e.password,a=e.misc,n=void 0===a?{}:a,s=e.userInfoData,o=void 0===s?{}:s,u=e.ssoType,c=void 0===u?\"\":u;return _regenerator.default.mark(function e(){var a,s,u,i,l,p,g;return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:if(s={success:!1,errorStatus:500,userInfo:void 0},a={},(0,_defineProperty2.default)(a,IDENTITY_TYPES.GOOGLE,registerUserSSO),(0,_defineProperty2.default)(a,IDENTITY_TYPES.APPLE,registerUserSSOApple),u=a,i=c?{method:c.toLowerCase()}:{},!(c&&t||r&&t)){e.next=25;break}return e.prev=4,e.next=7,AUTH_CLIENT.login(_objectSpread(_objectSpread({email:r,password:t},c&&{identityType:c}),{},{rememberMe:REMEMBER_ME_DURATION,misc:n}));case 7:l=e.sent,s={success:!0,errorStatus:null,userInfo:l},userAccountTrackMetrics(_objectSpread({action:METRIC.LOG_IN_SUCCESS},i)),e.next=25;break;case 12:if(e.prev=12,e.t0=e.catch(4),420!==(p=e.t0&&e.t0.status||500)||!c){e.next=21;break}return e.next=18,u[c](_objectSpread({token:t,misc:n},o));case 18:s=e.sent,e.next=25;break;case 21:s.errorStatus=p,g=formatLoggingData(e.t0),userAccountTrackMetrics(_objectSpread({action:METRIC.LOG_IN_FAILURE,errorMessage:g},i)),Log(\"error\",\"Error logging in user:\",g);case 25:return e.abrupt(\"return\",s);case 26:case\"end\":return e.stop()}},e,null,[[4,12]])})()});return function(r){return e.apply(this,arguments)}}(),getUserInfo=function(){var e=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(){var r,t,a,n;return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:if(r={success:!1,errorStatus:500,userInfo:void 0},!(t=AUTH_CLIENT.getToken())){e.next=16;break}return e.prev=3,e.next=6,AUTH_CLIENT.accountInfo(t);case 6:a=e.sent,r={success:!0,errorStatus:null,userInfo:a,userToken:t},e.next=16;break;case 10:e.prev=10,e.t0=e.catch(3),n=e.t0&&e.t0.status||500,r.errorStatus=n,AUTH_CLIENT.removeToken(),Log(\"error\",\"Error getting user info: \",formatLoggingData(e.t0));case 16:return e.abrupt(\"return\",r);case 17:case\"end\":return e.stop()}},e,null,[[3,10]])}));return function(){return e.apply(this,arguments)}}(),updateAccountInfo=function(){var e=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(r,t){var a,n;return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:if(a={success:!1,errorStatus:500},!(t=t||AUTH_CLIENT.getToken())){e.next=14;break}return e.prev=3,e.next=6,AUTH_CLIENT.updateAccount(r,t);case 6:a={success:!0,errorStatus:null},e.next=14;break;case 9:e.prev=9,e.t0=e.catch(3),n=e.t0&&e.t0.status||500,a.errorStatus=n,Log(\"error\",\"Error updating account info: \",formatLoggingData(e.t0));case 14:return e.abrupt(\"return\",a);case 15:case\"end\":return e.stop()}},e,null,[[3,9]])}));return function(r,t){return e.apply(this,arguments)}}(),deleteAccount=function(){var e=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(){var r,t,a;return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:if(r={success:!1,errorStatus:500},!(t=AUTH_CLIENT.getToken())){e.next=14;break}return e.prev=3,e.next=6,AUTH_CLIENT.deleteAccount(t);case 6:r={success:!0,errorStatus:null},e.next=14;break;case 9:e.prev=9,e.t0=e.catch(3),a=e.t0&&e.t0.status||500,r.errorStatus=a,Log(\"error\",\"Error deleting account: \",formatLoggingData(e.t0));case 14:return e.abrupt(\"return\",r);case 15:case\"end\":return e.stop()}},e,null,[[3,9]])}));return function(){return e.apply(this,arguments)}}(),refreshAuthToken=function(){var e=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(){var r,t,a;return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:if(r={success:!1,errorStatus:500},!(t=AUTH_CLIENT.getToken())){e.next=14;break}return e.prev=3,e.next=6,AUTH_CLIENT.refreshAuthToken(t,REMEMBER_ME_DURATION);case 6:r={success:AUTH_CLIENT.tokenWithAuthn(),errorStatus:null},e.next=14;break;case 9:e.prev=9,e.t0=e.catch(3),a=e.t0&&e.t0.status||500,r.errorStatus=a,Log(\"error\",\"Error refreshing auth token: \",formatLoggingData(e.t0));case 14:return e.abrupt(\"return\",r);case 15:case\"end\":return e.stop()}},e,null,[[3,9]])}));return function(){return e.apply(this,arguments)}}(),linkMVPDAuthn=function(){var e=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(r){var t,a,n;return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:if(t={success:!1,errorStatus:500},a=AUTH_CLIENT.getToken(),!r||!a){e.next=14;break}return e.prev=3,e.next=6,AUTH_CLIENT.linkMVPDAuthn(a,r);case 6:t=e.sent,e.next=14;break;case 9:e.prev=9,e.t0=e.catch(3),n=e.t0&&e.t0.status||500,t.errorStatus=n,Log(\"error\",\"Error linking MVPD to user: \",formatLoggingData(e.t0));case 14:return e.abrupt(\"return\",t);case 15:case\"end\":return e.stop()}},e,null,[[3,9]])}));return function(r){return e.apply(this,arguments)}}(),getPreAuthEntitlements=function(){var e=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(r,t){var a,n,s,o;return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:if(a={success:!1,errorStatus:500,preAuthorizedEntitlements:void 0},!r){e.next=15;break}return e.prev=2,e.next=5,AUTH_CLIENT.getPreAuthEntitlements(r,t);case 5:n=e.sent,s=n.preAuthorizedEntitlements,a={success:!0,errorStatus:null,preAuthorizedEntitlements:s},e.next=15;break;case 10:e.prev=10,e.t0=e.catch(2),o=e.t0&&e.t0.status||500,a.errorStatus=o,Log(\"error\",\"Error getting preauth entitlements: \",formatLoggingData(e.t0));case 15:return e.abrupt(\"return\",a);case 16:case\"end\":return e.stop()}},e,null,[[2,10]])}));return function(r,t){return e.apply(this,arguments)}}(),getSbpToken=function(){var e=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(){return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:return getSbpTokenPromise||(getSbpTokenPromise=getSbpTokenFn()),e.abrupt(\"return\",getSbpTokenPromise);case 2:case\"end\":return e.stop()}},e)}));return function(){return e.apply(this,arguments)}}(),getSbpTokenFn=function(){var e=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(){var r,t,a,n,s;return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:return r={success:!1,errorStatus:500,sbpToken:void 0,exp:void 0},e.next=3,AUTH_CLIENT.getToken();case 3:if(!(t=e.sent)){e.next=27;break}if(!(sbpUserToken&&sbpToken&&sbpTokenExp&&t==sbpUserToken&&sbpTokenExp>Math.round(Date.now()/1e3))){e.next=9;break}r={success:!0,errorStatus:void 0,sbpToken:sbpToken,exp:sbpTokenExp},e.next=25;break;case 9:return e.prev=9,e.next=12,AUTH_CLIENT.getSbpToken(t);case 12:a=e.sent,(n=a.data).sbpToken&&n.exp&&(sbpUserToken=t,sbpToken=n.sbpToken,sbpTokenExp=n.exp,r={success:!0,errorStatus:void 0,sbpToken:n.sbpToken,exp:n.exp}),e.next=25;break;case 17:e.prev=17,e.t0=e.catch(9),sbpUserToken=void 0,sbpToken=void 0,sbpTokenExp=void 0,s=e.t0&&e.t0.status||500,r.errorStatus=s,Log(\"error\",\"Error getting SBP token: \",formatLoggingData(e.t0));case 25:e.next=30;break;case 27:sbpUserToken=void 0,sbpToken=void 0,sbpTokenExp=void 0;case 30:return getSbpTokenPromise=void 0,e.abrupt(\"return\",r);case 32:case\"end\":return e.stop()}},e,null,[[9,17]])}));return function(){return e.apply(this,arguments)}}(),linkSSOAccount=function(){var e=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(r,t){var a,n,s;return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:return a={success:!1,errorStatus:500},n=t||AUTH_CLIENT.getToken(),e.prev=2,e.next=5,AUTH_CLIENT.linkSSOAccount(r,n);case 5:a={success:!0,errorStatus:null},e.next=13;break;case 8:e.prev=8,e.t0=e.catch(2),s=e.t0&&e.t0.status||500,a.errorStatus=s,Log(\"error\",\"Error linking SSO account: \",formatLoggingData(e.t0));case 13:return e.abrupt(\"return\",a);case 14:case\"end\":return e.stop()}},e,null,[[2,8]])}));return function(r,t){return e.apply(this,arguments)}}(),getSSOIdentities=function(){var e=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(r,t){var a,n,s,o,u;return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:return a={success:!1,errorStatus:500},n=r||AUTH_CLIENT.getToken(),e.prev=2,e.next=5,AUTH_CLIENT.getSSOIdentities(n,t);case 5:s=e.sent,o=s.data,a={success:!0,data:o,errorStatus:null},e.next=15;break;case 10:e.prev=10,e.t0=e.catch(2),u=e.t0&&e.t0.status||500,a.errorStatus=u,Log(\"error\",\"Error getting SSO identities: \",formatLoggingData(e.t0));case 15:return e.abrupt(\"return\",a);case 16:case\"end\":return e.stop()}},e,null,[[2,10]])}));return function(r,t){return e.apply(this,arguments)}}(),getSSOIdentityTypes=function(){var e=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(r){var t,a,n,s;return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:return t={success:!1,errorStatus:500},e.prev=1,e.next=4,AUTH_CLIENT.getSSOIdentityTypes(r);case 4:a=e.sent,n=a.data,t={success:!0,data:n,errorStatus:null},e.next=14;break;case 9:e.prev=9,e.t0=e.catch(1),s=e.t0&&e.t0.status||500,t.errorStatus=s,Log(\"error\",\"Error getting SSO identity types: \",formatLoggingData(e.t0));case 14:return e.abrupt(\"return\",t);case 15:case\"end\":return e.stop()}},e,null,[[1,9]])}));return function(r){return e.apply(this,arguments)}}(),deleteSSOIdentity=function(){var e=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(r,t){var a,n,s;return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:return a={success:!1,errorStatus:500},n=t||AUTH_CLIENT.getToken(),e.prev=2,e.next=5,AUTH_CLIENT.deleteSSOIdentity(r,n);case 5:a={success:!0,errorStatus:null},e.next=13;break;case 8:e.prev=8,e.t0=e.catch(2),s=e.t0&&e.t0.status||500,a.errorStatus=s,Log(\"error\",\"Error deleting SSO identity: \",formatLoggingData(e.t0));case 13:return e.abrupt(\"return\",a);case 14:case\"end\":return e.stop()}},e,null,[[2,8]])}));return function(r,t){return e.apply(this,arguments)}}();module.exports={authClient:AUTH_CLIENT,createAccountDaltonErrorMessageMapping:createAccountDaltonErrorMessageMapping,loginDaltonErrorMessageMapping:loginDaltonErrorMessageMapping,updateAccountErrorMessageMapping:updateAccountErrorMessageMapping,loginPageDaltonErrorMessageMapping:loginPageDaltonErrorMessageMapping,mvpdErrorMessageMapping:mvpdErrorMessageMapping,validateEmail:validateEmail,validatePassword:validatePassword,validateRegistrationPassword:validateRegistrationPassword,validateDisplayName:validateDisplayName,getRegionalLegalDocs:getRegionalLegalDocs,acceptTOS:acceptTOS,getUserInfo:getUserInfo,updateAccountInfo:updateAccountInfo,registerUser:registerUser,registerUserSSO:registerUserSSO,loginUser:loginUser,resendConfirmation:resendConfirmation,resetPassword:resetPassword,changePassword:changePassword,confirmReset:confirmReset,confirmEmail:confirmEmail,deleteAccount:deleteAccount,linkMVPDAuthn:linkMVPDAuthn,refreshAuthToken:refreshAuthToken,getPreAuthEntitlements:getPreAuthEntitlements,getSbpToken:getSbpToken,linkSSOAccount:linkSSOAccount,getSSOIdentities:getSSOIdentities,deleteSSOIdentity:deleteSSOIdentity,REMEMBER_ME_DURATION:REMEMBER_ME_DURATION,getSSOIdentityTypes:getSSOIdentityTypes,registerUserSSOApple:registerUserSSOApple};\\n\\n}).call(this)}).call(this,\"/services/client/zion-dalton-sdk.js\")}, {\"5\":5,\"10\":10,\"19\":19,\"24\":24,\"25\":25,\"29\":29,\"34\":34,\"97\":97,\"229\":229,\"326\":326,\"328\":328,\"379\":379,\"3242\":3242}];\\nwindow.modules[\"137\"] = [function(require,module,exports){(function (__filename){(function (){\\n\"use strict\";var _interopRequireDefault=require(10),_defineProperty2=_interopRequireDefault(require(19));function ownKeys(o,e){var t=Object.keys(o);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(o);e&&(i=i.filter(function(e){return Object.getOwnPropertyDescriptor(o,e).enumerable})),t.push.apply(t,i)}return t}function _objectSpread(o){for(var e=1;e<arguments.length;e++){var t=null!=arguments[e]?arguments[e]:{};e%2?ownKeys(Object(t),!0).forEach(function(e){(0,_defineProperty2.default)(o,e,t[e])}):Object.getOwnPropertyDescriptors?Object.defineProperties(o,Object.getOwnPropertyDescriptors(t)):ownKeys(Object(t)).forEach(function(e){Object.defineProperty(o,e,Object.getOwnPropertyDescriptor(t,e))})}return o}var _require=require(149),isSection=_require.isSection,SECTIONS=_require.SECTIONS,_require2=require(36),addGenericClickAnalytics=_require2.addGenericClickAnalytics,_require3=require(97),trackMetrics=_require3.trackMetrics,_require4=require(29),checkGeoCountry=_require4.checkGeoCountry,EnvVars=require(5),log=require(34).setup({file:__filename}),FOLLOW_NOTIFICATIONS_KEY=\"cnn_follow_notifications\",MAX_TOOLTIP_SHOWS=5,notificationPropKeys={MY_NEWS_VISIT:\"myNewsVisit\",HOMEPAGE_TOOLTIP_VIEW_DESKTOP:\"homepageTooltipViewDesktop\",HOMEPAGE_TOOLTIP_VIEW_MOBILE:\"homepageTooltipViewMobile\",TOOLTIP_DISMISSED:\"tooltipDismissed\"},setFollowNotificationProp=function(o,e,t){var i=t||window.localStorage.getItem(FOLLOW_NOTIFICATIONS_KEY),r=(0,_defineProperty2.default)({},o,e);if(i)try{r=_objectSpread(_objectSpread({},t||JSON.parse(i)),{},(0,_defineProperty2.default)({},o,e))}catch(o){log(\"error\",\"Unable to update follow notification data\",o)}window.localStorage.setItem(FOLLOW_NOTIFICATIONS_KEY,JSON.stringify(r))},setFollowVisit=function(o){var e=o;if(!o){var t=new Date;t.setDate(t.getDate()+1),e=t.toUTCString()}setFollowNotificationProp(notificationPropKeys.MY_NEWS_VISIT,e)},setFollowTooltipData=function(){setFollowNotificationProp(notificationPropKeys.HOMEPAGE_TOOLTIP_VIEW_DESKTOP,0),setFollowNotificationProp(notificationPropKeys.HOMEPAGE_TOOLTIP_VIEW_MOBILE,0)},clearFollowTooltipData=function(){setFollowNotificationProp(notificationPropKeys.HOMEPAGE_TOOLTIP_VIEW_DESKTOP,void 0),setFollowNotificationProp(notificationPropKeys.HOMEPAGE_TOOLTIP_VIEW_MOBILE,void 0)},showFollowNotification=function(){var o=window.localStorage.getItem(FOLLOW_NOTIFICATIONS_KEY),e=!1;if(!o)return!0;try{var t=JSON.parse(o)[notificationPropKeys.MY_NEWS_VISIT];e=!t||new Date(t)<new Date}catch(o){log(\"error\",\"Unable to get notification status\",o)}return e},shouldShowTooltip=function(o){var e,t=!1;if(isSection(SECTIONS.HOMEPAGE)){var i=window.localStorage.getItem(FOLLOW_NOTIFICATIONS_KEY);if(!i)return!1;try{var r,l=JSON.parse(i),n=o?notificationPropKeys.HOMEPAGE_TOOLTIP_VIEW_DESKTOP:notificationPropKeys.HOMEPAGE_TOOLTIP_VIEW_MOBILE,a=parseInt(l[n])||0,c=null!==(r=l[notificationPropKeys.TOOLTIP_DISMISSED])&&void 0!==r&&r;t=(e=a+1)<MAX_TOOLTIP_SHOWS&&!c,a<MAX_TOOLTIP_SHOWS&&!c&&setFollowNotificationProp(n,e)}catch(o){log(\"error\",\"Unable to get tooltip status\",o)}}return{shouldShow:t,newCount:e}},setTooltipDismissed=function(){setFollowNotificationProp(notificationPropKeys.TOOLTIP_DISMISSED,!0)},clearFollowData=function(){window.localStorage.removeItem(FOLLOW_NOTIFICATIONS_KEY)},handleFollowTopicTracking=function(o){var e=o.eventType,t=o.id,i=o.label,r=o.type,l={component_id:\"chip\",component_type:\"\".concat(r,\" Topic Chip\"),traits:{follow_topic_id:t,follow_topic_value:i}};l.traits.click_action=\"select\"===e?\"follow\":\"unfollow\",addGenericClickAnalytics(l),trackMetrics({type:\"user-interaction\",data:{interaction:\"follow topic:\".concat(r,\" topic chip:\").concat(l.traits.click_action),followTopicName:i,followTopicId:t}})},shouldShowFollowModule=function(o){var e=EnvVars.get(\"FOLLOW_AUDIENCE\");return(\"all\"===e||\"reg\"===e&&o)&&checkGeoCountry(\"US\")};module.exports={setFollowVisit:setFollowVisit,showFollowNotification:showFollowNotification,clearFollowData:clearFollowData,shouldShowTooltip:shouldShowTooltip,setTooltipDismissed:setTooltipDismissed,setFollowTooltipData:setFollowTooltipData,FOLLOW_NOTIFICATIONS_KEY:FOLLOW_NOTIFICATIONS_KEY,clearFollowTooltipData:clearFollowTooltipData,handleFollowTopicTracking:handleFollowTopicTracking,shouldShowFollowModule:shouldShowFollowModule};\\n\\n}).call(this)}).call(this,\"/services/client/follow.js\")}, {\"5\":5,\"10\":10,\"19\":19,\"29\":29,\"34\":34,\"36\":36,\"97\":97,\"149\":149}];\\nwindow.modules[\"148\"] = [function(require,module,exports){\"use strict\";var calculateNavLeftMaxWidth=function(e){var t=e.querySelector(\".header__container\"),a=e.querySelector(\".header__right\");if(!t||!a)return 0;var r=t.getBoundingClientRect().width,i=window.getComputedStyle(t);return r-(parseFloat(i.paddingLeft||0)+parseFloat(i.paddingRight||0))-a.getBoundingClientRect().width};module.exports={calculateNavLeftMaxWidth:calculateNavLeftMaxWidth};\\n}, {}];\\nwindow.modules[\"149\"] = [function(require,module,exports){\"use strict\";var _require=require(38),SECTIONS=_require.SECTIONS;function isSection(i){var e,r;return(Array.isArray(i)?i:[i]).includes((null===(e=window.CNN.contentModel)||void 0===e?void 0:e.section)||(null===(r=window.CNN.helpers)||void 0===r?void 0:r.SECTIONS.UNKNOWN))}module.exports={isSection:isSection,SECTIONS:SECTIONS};\\n}, {\"38\":38}];\\nwindow.modules[\"150\"] = [function(require,module,exports){(function (global){(function (){\\n(function(){var n,t=200,r=\"Unsupported core-js use. Try https://npms.io/search?q=ponyfill.\",e=\"Expected a function\",u=\"Invalid `variable` option passed into `_.template`\",i=\"__lodash_hash_undefined__\",o=500,f=\"__lodash_placeholder__\",a=1,c=2,l=4,s=1,h=2,p=1,v=2,_=4,g=8,y=16,d=32,b=64,w=128,m=256,x=512,j=30,A=\"...\",k=800,O=16,I=1,R=2,E=1/0,z=9007199254740991,S=1.7976931348623157e308,L=NaN,W=4294967295,C=W-1,U=W>>>1,B=[[\"ary\",w],[\"bind\",p],[\"bindKey\",v],[\"curry\",g],[\"curryRight\",y],[\"flip\",x],[\"partial\",d],[\"partialRight\",b],[\"rearg\",m]],T=\"[object Arguments]\",D=\"[object Array]\",$=\"[object AsyncFunction]\",M=\"[object Boolean]\",F=\"[object Date]\",N=\"[object DOMException]\",P=\"[object Error]\",q=\"[object Function]\",Z=\"[object GeneratorFunction]\",K=\"[object Map]\",V=\"[object Number]\",G=\"[object Null]\",H=\"[object Object]\",J=\"[object Proxy]\",Y=\"[object RegExp]\",Q=\"[object Set]\",X=\"[object String]\",nn=\"[object Symbol]\",tn=\"[object Undefined]\",rn=\"[object WeakMap]\",en=\"[object WeakSet]\",un=\"[object ArrayBuffer]\",on=\"[object DataView]\",fn=\"[object Float32Array]\",an=\"[object Float64Array]\",cn=\"[object Int8Array]\",ln=\"[object Int16Array]\",sn=\"[object Int32Array]\",hn=\"[object Uint8Array]\",pn=\"[object Uint8ClampedArray]\",vn=\"[object Uint16Array]\",_n=\"[object Uint32Array]\",gn=/\\\\b__p \\\\+= \\'\\';/g,yn=/\\\\b(__p \\\\+=) \\'\\' \\\\+/g,dn=/(__e\\\\(.*?\\\\)|\\\\b__t\\\\)) \\\\+\\\\n\\'\\';/g,bn=/&(?:amp|lt|gt|quot|#39);/g,wn=/[&<>\"\\']/g,mn=RegExp(bn.source),xn=RegExp(wn.source),jn=/<%-([\\\\s\\\\S]+?)%>/g,An=/<%([\\\\s\\\\S]+?)%>/g,kn=/<%=([\\\\s\\\\S]+?)%>/g,On=/\\\\.|\\\\[(?:[^[\\\\]]*|([\"\\'])(?:(?!\\\\1)[^\\\\\\\\]|\\\\\\\\.)*?\\\\1)\\\\]/,In=/^\\\\w*$/,Rn=/[^.[\\\\]]+|\\\\[(?:(-?\\\\d+(?:\\\\.\\\\d+)?)|([\"\\'])((?:(?!\\\\2)[^\\\\\\\\]|\\\\\\\\.)*?)\\\\2)\\\\]|(?=(?:\\\\.|\\\\[\\\\])(?:\\\\.|\\\\[\\\\]|$))/g,En=/[\\\\\\\\^$.*+?()[\\\\]{}|]/g,zn=RegExp(En.source),Sn=/^\\\\s+/,Ln=/\\\\s/,Wn=/\\\\{(?:\\\\n\\\\/\\\\* \\\\[wrapped with .+\\\\] \\\\*\\\\/)?\\\\n?/,Cn=/\\\\{\\\\n\\\\/\\\\* \\\\[wrapped with (.+)\\\\] \\\\*/,Un=/,? & /,Bn=/[^\\\\x00-\\\\x2f\\\\x3a-\\\\x40\\\\x5b-\\\\x60\\\\x7b-\\\\x7f]+/g,Tn=/[()=,{}\\\\[\\\\]\\\\/\\\\s]/,Dn=/\\\\\\\\(\\\\\\\\)?/g,$n=/\\\\$\\\\{([^\\\\\\\\}]*(?:\\\\\\\\.[^\\\\\\\\}]*)*)\\\\}/g,Mn=/\\\\w*$/,Fn=/^[-+]0x[0-9a-f]+$/i,Nn=/^0b[01]+$/i,Pn=/^\\\\[object .+?Constructor\\\\]$/,qn=/^0o[0-7]+$/i,Zn=/^(?:0|[1-9]\\\\d*)$/,Kn=/[\\\\xc0-\\\\xd6\\\\xd8-\\\\xf6\\\\xf8-\\\\xff\\\\u0100-\\\\u017f]/g,Vn=/($^)/,Gn=/[\\'\\\\n\\\\r\\\\u2028\\\\u2029\\\\\\\\]/g,Hn=\"\\\\\\\\u0300-\\\\\\\\u036f\\\\\\\\ufe20-\\\\\\\\ufe2f\\\\\\\\u20d0-\\\\\\\\u20ff\",Jn=\"\\\\\\\\xac\\\\\\\\xb1\\\\\\\\xd7\\\\\\\\xf7\\\\\\\\x00-\\\\\\\\x2f\\\\\\\\x3a-\\\\\\\\x40\\\\\\\\x5b-\\\\\\\\x60\\\\\\\\x7b-\\\\\\\\xbf\\\\\\\\u2000-\\\\\\\\u206f \\\\\\\\t\\\\\\\\x0b\\\\\\\\f\\\\\\\\xa0\\\\\\\\ufeff\\\\\\\\n\\\\\\\\r\\\\\\\\u2028\\\\\\\\u2029\\\\\\\\u1680\\\\\\\\u180e\\\\\\\\u2000\\\\\\\\u2001\\\\\\\\u2002\\\\\\\\u2003\\\\\\\\u2004\\\\\\\\u2005\\\\\\\\u2006\\\\\\\\u2007\\\\\\\\u2008\\\\\\\\u2009\\\\\\\\u200a\\\\\\\\u202f\\\\\\\\u205f\\\\\\\\u3000\",Yn=\"[\\\\\\\\ud800-\\\\\\\\udfff]\",Qn=\"[\"+Jn+\"]\",Xn=\"[\"+Hn+\"]\",nt=\"\\\\\\\\d+\",tt=\"[\\\\\\\\u2700-\\\\\\\\u27bf]\",rt=\"[a-z\\\\\\\\xdf-\\\\\\\\xf6\\\\\\\\xf8-\\\\\\\\xff]\",et=\"[^\\\\\\\\ud800-\\\\\\\\udfff\"+Jn+nt+\"\\\\\\\\u2700-\\\\\\\\u27bfa-z\\\\\\\\xdf-\\\\\\\\xf6\\\\\\\\xf8-\\\\\\\\xffA-Z\\\\\\\\xc0-\\\\\\\\xd6\\\\\\\\xd8-\\\\\\\\xde]\",ut=\"\\\\\\\\ud83c[\\\\\\\\udffb-\\\\\\\\udfff]\",it=\"[^\\\\\\\\ud800-\\\\\\\\udfff]\",ot=\"(?:\\\\\\\\ud83c[\\\\\\\\udde6-\\\\\\\\uddff]){2}\",ft=\"[\\\\\\\\ud800-\\\\\\\\udbff][\\\\\\\\udc00-\\\\\\\\udfff]\",at=\"[A-Z\\\\\\\\xc0-\\\\\\\\xd6\\\\\\\\xd8-\\\\\\\\xde]\",ct=\"(?:\"+rt+\"|\"+et+\")\",lt=\"(?:\"+at+\"|\"+et+\")\",st=\"(?:\"+Xn+\"|\"+ut+\")\"+\"?\",ht=\"[\\\\\\\\ufe0e\\\\\\\\ufe0f]?\"+st+(\"(?:\\\\\\\\u200d(?:\"+[it,ot,ft].join(\"|\")+\")[\\\\\\\\ufe0e\\\\\\\\ufe0f]?\"+st+\")*\"),pt=\"(?:\"+[tt,ot,ft].join(\"|\")+\")\"+ht,vt=\"(?:\"+[it+Xn+\"?\",Xn,ot,ft,Yn].join(\"|\")+\")\",_t=RegExp(\"[\\']\",\"g\"),gt=RegExp(Xn,\"g\"),yt=RegExp(ut+\"(?=\"+ut+\")|\"+vt+ht,\"g\"),dt=RegExp([at+\"?\"+rt+\"+(?:[\\'](?:d|ll|m|re|s|t|ve))?(?=\"+[Qn,at,\"$\"].join(\"|\")+\")\",lt+\"+(?:[\\'](?:D|LL|M|RE|S|T|VE))?(?=\"+[Qn,at+ct,\"$\"].join(\"|\")+\")\",at+\"?\"+ct+\"+(?:[\\'](?:d|ll|m|re|s|t|ve))?\",at+\"+(?:[\\'](?:D|LL|M|RE|S|T|VE))?\",\"\\\\\\\\d*(?:1ST|2ND|3RD|(?![123])\\\\\\\\dTH)(?=\\\\\\\\b|[a-z_])\",\"\\\\\\\\d*(?:1st|2nd|3rd|(?![123])\\\\\\\\dth)(?=\\\\\\\\b|[A-Z_])\",nt,pt].join(\"|\"),\"g\"),bt=RegExp(\"[\\\\\\\\u200d\\\\\\\\ud800-\\\\\\\\udfff\"+Hn+\"\\\\\\\\ufe0e\\\\\\\\ufe0f]\"),wt=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/,mt=[\"Array\",\"Buffer\",\"DataView\",\"Date\",\"Error\",\"Float32Array\",\"Float64Array\",\"Function\",\"Int8Array\",\"Int16Array\",\"Int32Array\",\"Map\",\"Math\",\"Object\",\"Promise\",\"RegExp\",\"Set\",\"String\",\"Symbol\",\"TypeError\",\"Uint8Array\",\"Uint8ClampedArray\",\"Uint16Array\",\"Uint32Array\",\"WeakMap\",\"_\",\"clearTimeout\",\"isFinite\",\"parseInt\",\"setTimeout\"],xt=-1,jt={};jt[fn]=jt[an]=jt[cn]=jt[ln]=jt[sn]=jt[hn]=jt[pn]=jt[vn]=jt[_n]=!0,jt[T]=jt[D]=jt[un]=jt[M]=jt[on]=jt[F]=jt[P]=jt[q]=jt[K]=jt[V]=jt[H]=jt[Y]=jt[Q]=jt[X]=jt[rn]=!1;var At={};At[T]=At[D]=At[un]=At[on]=At[M]=At[F]=At[fn]=At[an]=At[cn]=At[ln]=At[sn]=At[K]=At[V]=At[H]=At[Y]=At[Q]=At[X]=At[nn]=At[hn]=At[pn]=At[vn]=At[_n]=!0,At[P]=At[q]=At[rn]=!1;var kt={\"\\\\\\\\\":\"\\\\\\\\\",\"\\'\":\"\\'\",\"\\\\n\":\"n\",\"\\\\r\":\"r\",\"\\\\u2028\":\"u2028\",\"\\\\u2029\":\"u2029\"},Ot=parseFloat,It=parseInt,Rt=\"object\"==typeof global&&global&&global.Object===Object&&global,Et=\"object\"==typeof self&&self&&self.Object===Object&&self,zt=Rt||Et||Function(\"return this\")(),St=\"object\"==typeof exports&&exports&&!exports.nodeType&&exports,Lt=St&&\"object\"==typeof module&&module&&!module.nodeType&&module,Wt=Lt&&Lt.exports===St,Ct=Wt&&Rt.process,Ut=function(){try{var n=Lt&&Lt.require&&Lt.require(\"util\").types;return n||Ct&&Ct.binding&&Ct.binding(\"util\")}catch(n){}}(),Bt=Ut&&Ut.isArrayBuffer,Tt=Ut&&Ut.isDate,Dt=Ut&&Ut.isMap,$t=Ut&&Ut.isRegExp,Mt=Ut&&Ut.isSet,Ft=Ut&&Ut.isTypedArray;function Nt(n,t,r){switch(r.length){case 0:return n.call(t);case 1:return n.call(t,r[0]);case 2:return n.call(t,r[0],r[1]);case 3:return n.call(t,r[0],r[1],r[2])}return n.apply(t,r)}function Pt(n,t,r,e){for(var u=-1,i=null==n?0:n.length;++u<i;){var o=n[u];t(e,o,r(o),n)}return e}function qt(n,t){for(var r=-1,e=null==n?0:n.length;++r<e&&!1!==t(n[r],r,n););return n}function Zt(n,t){for(var r=null==n?0:n.length;r--&&!1!==t(n[r],r,n););return n}function Kt(n,t){for(var r=-1,e=null==n?0:n.length;++r<e;)if(!t(n[r],r,n))return!1;return!0}function Vt(n,t){for(var r=-1,e=null==n?0:n.length,u=0,i=[];++r<e;){var o=n[r];t(o,r,n)&&(i[u++]=o)}return i}function Gt(n,t){return!!(null==n?0:n.length)&&ur(n,t,0)>-1}function Ht(n,t,r){for(var e=-1,u=null==n?0:n.length;++e<u;)if(r(t,n[e]))return!0;return!1}function Jt(n,t){for(var r=-1,e=null==n?0:n.length,u=Array(e);++r<e;)u[r]=t(n[r],r,n);return u}function Yt(n,t){for(var r=-1,e=t.length,u=n.length;++r<e;)n[u+r]=t[r];return n}function Qt(n,t,r,e){var u=-1,i=null==n?0:n.length;for(e&&i&&(r=n[++u]);++u<i;)r=t(r,n[u],u,n);return r}function Xt(n,t,r,e){var u=null==n?0:n.length;for(e&&u&&(r=n[--u]);u--;)r=t(r,n[u],u,n);return r}function nr(n,t){for(var r=-1,e=null==n?0:n.length;++r<e;)if(t(n[r],r,n))return!0;return!1}var tr=ar(\"length\");function rr(n,t,r){var e;return r(n,function(n,r,u){if(t(n,r,u))return e=r,!1}),e}function er(n,t,r,e){for(var u=n.length,i=r+(e?1:-1);e?i--:++i<u;)if(t(n[i],i,n))return i;return-1}function ur(n,t,r){return t==t?function(n,t,r){var e=r-1,u=n.length;for(;++e<u;)if(n[e]===t)return e;return-1}(n,t,r):er(n,or,r)}function ir(n,t,r,e){for(var u=r-1,i=n.length;++u<i;)if(e(n[u],t))return u;return-1}function or(n){return n!=n}function fr(n,t){var r=null==n?0:n.length;return r?sr(n,t)/r:L}function ar(t){return function(r){return null==r?n:r[t]}}function cr(t){return function(r){return null==t?n:t[r]}}function lr(n,t,r,e,u){return u(n,function(n,u,i){r=e?(e=!1,n):t(r,n,u,i)}),r}function sr(t,r){for(var e,u=-1,i=t.length;++u<i;){var o=r(t[u]);o!==n&&(e=e===n?o:e+o)}return e}function hr(n,t){for(var r=-1,e=Array(n);++r<n;)e[r]=t(r);return e}function pr(n){return n?n.slice(0,zr(n)+1).replace(Sn,\"\"):n}function vr(n){return function(t){return n(t)}}function _r(n,t){return Jt(t,function(t){return n[t]})}function gr(n,t){return n.has(t)}function yr(n,t){for(var r=-1,e=n.length;++r<e&&ur(t,n[r],0)>-1;);return r}function dr(n,t){for(var r=n.length;r--&&ur(t,n[r],0)>-1;);return r}var br=cr({\"À\":\"A\",\"Á\":\"A\",\"Â\":\"A\",\"Ã\":\"A\",\"Ä\":\"A\",\"Å\":\"A\",\"à\":\"a\",\"á\":\"a\",\"â\":\"a\",\"ã\":\"a\",\"ä\":\"a\",\"å\":\"a\",\"Ç\":\"C\",\"ç\":\"c\",\"Ð\":\"D\",\"ð\":\"d\",\"È\":\"E\",\"É\":\"E\",\"Ê\":\"E\",\"Ë\":\"E\",\"è\":\"e\",\"é\":\"e\",\"ê\":\"e\",\"ë\":\"e\",\"Ì\":\"I\",\"Í\":\"I\",\"Î\":\"I\",\"Ï\":\"I\",\"ì\":\"i\",\"í\":\"i\",\"î\":\"i\",\"ï\":\"i\",\"Ñ\":\"N\",\"ñ\":\"n\",\"Ò\":\"O\",\"Ó\":\"O\",\"Ô\":\"O\",\"Õ\":\"O\",\"Ö\":\"O\",\"Ø\":\"O\",\"ò\":\"o\",\"ó\":\"o\",\"ô\":\"o\",\"õ\":\"o\",\"ö\":\"o\",\"ø\":\"o\",\"Ù\":\"U\",\"Ú\":\"U\",\"Û\":\"U\",\"Ü\":\"U\",\"ù\":\"u\",\"ú\":\"u\",\"û\":\"u\",\"ü\":\"u\",\"Ý\":\"Y\",\"ý\":\"y\",\"ÿ\":\"y\",\"Æ\":\"Ae\",\"æ\":\"ae\",\"Þ\":\"Th\",\"þ\":\"th\",\"ß\":\"ss\",\"Ā\":\"A\",\"Ă\":\"A\",\"Ą\":\"A\",\"ā\":\"a\",\"ă\":\"a\",\"ą\":\"a\",\"Ć\":\"C\",\"Ĉ\":\"C\",\"Ċ\":\"C\",\"Č\":\"C\",\"ć\":\"c\",\"ĉ\":\"c\",\"ċ\":\"c\",\"č\":\"c\",\"Ď\":\"D\",\"Đ\":\"D\",\"ď\":\"d\",\"đ\":\"d\",\"Ē\":\"E\",\"Ĕ\":\"E\",\"Ė\":\"E\",\"Ę\":\"E\",\"Ě\":\"E\",\"ē\":\"e\",\"ĕ\":\"e\",\"ė\":\"e\",\"ę\":\"e\",\"ě\":\"e\",\"Ĝ\":\"G\",\"Ğ\":\"G\",\"Ġ\":\"G\",\"Ģ\":\"G\",\"ĝ\":\"g\",\"ğ\":\"g\",\"ġ\":\"g\",\"ģ\":\"g\",\"Ĥ\":\"H\",\"Ħ\":\"H\",\"ĥ\":\"h\",\"ħ\":\"h\",\"Ĩ\":\"I\",\"Ī\":\"I\",\"Ĭ\":\"I\",\"Į\":\"I\",\"İ\":\"I\",\"ĩ\":\"i\",\"ī\":\"i\",\"ĭ\":\"i\",\"į\":\"i\",\"ı\":\"i\",\"Ĵ\":\"J\",\"ĵ\":\"j\",\"Ķ\":\"K\",\"ķ\":\"k\",\"ĸ\":\"k\",\"Ĺ\":\"L\",\"Ļ\":\"L\",\"Ľ\":\"L\",\"Ŀ\":\"L\",\"Ł\":\"L\",\"ĺ\":\"l\",\"ļ\":\"l\",\"ľ\":\"l\",\"ŀ\":\"l\",\"ł\":\"l\",\"Ń\":\"N\",\"Ņ\":\"N\",\"Ň\":\"N\",\"Ŋ\":\"N\",\"ń\":\"n\",\"ņ\":\"n\",\"ň\":\"n\",\"ŋ\":\"n\",\"Ō\":\"O\",\"Ŏ\":\"O\",\"Ő\":\"O\",\"ō\":\"o\",\"ŏ\":\"o\",\"ő\":\"o\",\"Ŕ\":\"R\",\"Ŗ\":\"R\",\"Ř\":\"R\",\"ŕ\":\"r\",\"ŗ\":\"r\",\"ř\":\"r\",\"Ś\":\"S\",\"Ŝ\":\"S\",\"Ş\":\"S\",\"Š\":\"S\",\"ś\":\"s\",\"ŝ\":\"s\",\"ş\":\"s\",\"š\":\"s\",\"Ţ\":\"T\",\"Ť\":\"T\",\"Ŧ\":\"T\",\"ţ\":\"t\",\"ť\":\"t\",\"ŧ\":\"t\",\"Ũ\":\"U\",\"Ū\":\"U\",\"Ŭ\":\"U\",\"Ů\":\"U\",\"Ű\":\"U\",\"Ų\":\"U\",\"ũ\":\"u\",\"ū\":\"u\",\"ŭ\":\"u\",\"ů\":\"u\",\"ű\":\"u\",\"ų\":\"u\",\"Ŵ\":\"W\",\"ŵ\":\"w\",\"Ŷ\":\"Y\",\"ŷ\":\"y\",\"Ÿ\":\"Y\",\"Ź\":\"Z\",\"Ż\":\"Z\",\"Ž\":\"Z\",\"ź\":\"z\",\"ż\":\"z\",\"ž\":\"z\",\"IJ\":\"IJ\",\"ij\":\"ij\",\"Œ\":\"Oe\",\"œ\":\"oe\",\"ʼn\":\"\\'n\",\"ſ\":\"s\"}),wr=cr({\"&\":\"&amp;\",\"<\":\"&lt;\",\">\":\"&gt;\",\\'\"\\':\"&quot;\",\"\\'\":\"&#39;\"});function mr(n){return\"\\\\\\\\\"+kt[n]}function xr(n){return bt.test(n)}function jr(n){var t=-1,r=Array(n.size);return n.forEach(function(n,e){r[++t]=[e,n]}),r}function Ar(n,t){return function(r){return n(t(r))}}function kr(n,t){for(var r=-1,e=n.length,u=0,i=[];++r<e;){var o=n[r];o!==t&&o!==f||(n[r]=f,i[u++]=r)}return i}function Or(n){var t=-1,r=Array(n.size);return n.forEach(function(n){r[++t]=n}),r}function Ir(n){var t=-1,r=Array(n.size);return n.forEach(function(n){r[++t]=[n,n]}),r}function Rr(n){return xr(n)?function(n){var t=yt.lastIndex=0;for(;yt.test(n);)++t;return t}(n):tr(n)}function Er(n){return xr(n)?function(n){return n.match(yt)||[]}(n):function(n){return n.split(\"\")}(n)}function zr(n){for(var t=n.length;t--&&Ln.test(n.charAt(t)););return t}var Sr=cr({\"&amp;\":\"&\",\"&lt;\":\"<\",\"&gt;\":\">\",\"&quot;\":\\'\"\\',\"&#39;\":\"\\'\"});var Lr=function Ln(Hn){var Jn,Yn=(Hn=null==Hn?zt:Lr.defaults(zt.Object(),Hn,Lr.pick(zt,mt))).Array,Qn=Hn.Date,Xn=Hn.Error,nt=Hn.Function,tt=Hn.Math,rt=Hn.Object,et=Hn.RegExp,ut=Hn.String,it=Hn.TypeError,ot=Yn.prototype,ft=nt.prototype,at=rt.prototype,ct=Hn[\"__core-js_shared__\"],lt=ft.toString,st=at.hasOwnProperty,ht=0,pt=(Jn=/[^.]+$/.exec(ct&&ct.keys&&ct.keys.IE_PROTO||\"\"))?\"Symbol(src)_1.\"+Jn:\"\",vt=at.toString,yt=lt.call(rt),bt=zt._,kt=et(\"^\"+lt.call(st).replace(En,\"\\\\\\\\$&\").replace(/hasOwnProperty|(function).*?(?=\\\\\\\\\\\\()| for .+?(?=\\\\\\\\\\\\])/g,\"$1.*?\")+\"$\"),Rt=Wt?Hn.Buffer:n,Et=Hn.Symbol,St=Hn.Uint8Array,Lt=Rt?Rt.allocUnsafe:n,Ct=Ar(rt.getPrototypeOf,rt),Ut=rt.create,tr=at.propertyIsEnumerable,cr=ot.splice,Wr=Et?Et.isConcatSpreadable:n,Cr=Et?Et.iterator:n,Ur=Et?Et.toStringTag:n,Br=function(){try{var n=Mi(rt,\"defineProperty\");return n({},\"\",{}),n}catch(n){}}(),Tr=Hn.clearTimeout!==zt.clearTimeout&&Hn.clearTimeout,Dr=Qn&&Qn.now!==zt.Date.now&&Qn.now,$r=Hn.setTimeout!==zt.setTimeout&&Hn.setTimeout,Mr=tt.ceil,Fr=tt.floor,Nr=rt.getOwnPropertySymbols,Pr=Rt?Rt.isBuffer:n,qr=Hn.isFinite,Zr=ot.join,Kr=Ar(rt.keys,rt),Vr=tt.max,Gr=tt.min,Hr=Qn.now,Jr=Hn.parseInt,Yr=tt.random,Qr=ot.reverse,Xr=Mi(Hn,\"DataView\"),ne=Mi(Hn,\"Map\"),te=Mi(Hn,\"Promise\"),re=Mi(Hn,\"Set\"),ee=Mi(Hn,\"WeakMap\"),ue=Mi(rt,\"create\"),ie=ee&&new ee,oe={},fe=ho(Xr),ae=ho(ne),ce=ho(te),le=ho(re),se=ho(ee),he=Et?Et.prototype:n,pe=he?he.valueOf:n,ve=he?he.toString:n;function _e(n){if(Sf(n)&&!wf(n)&&!(n instanceof be)){if(n instanceof de)return n;if(st.call(n,\"__wrapped__\"))return po(n)}return new de(n)}var ge=function(){function t(){}return function(r){if(!zf(r))return{};if(Ut)return Ut(r);t.prototype=r;var e=new t;return t.prototype=n,e}}();function ye(){}function de(t,r){this.__wrapped__=t,this.__actions__=[],this.__chain__=!!r,this.__index__=0,this.__values__=n}function be(n){this.__wrapped__=n,this.__actions__=[],this.__dir__=1,this.__filtered__=!1,this.__iteratees__=[],this.__takeCount__=W,this.__views__=[]}function we(n){var t=-1,r=null==n?0:n.length;for(this.clear();++t<r;){var e=n[t];this.set(e[0],e[1])}}function me(n){var t=-1,r=null==n?0:n.length;for(this.clear();++t<r;){var e=n[t];this.set(e[0],e[1])}}function xe(n){var t=-1,r=null==n?0:n.length;for(this.clear();++t<r;){var e=n[t];this.set(e[0],e[1])}}function je(n){var t=-1,r=null==n?0:n.length;for(this.__data__=new xe;++t<r;)this.add(n[t])}function Ae(n){var t=this.__data__=new me(n);this.size=t.size}function ke(n,t){var r=wf(n),e=!r&&bf(n),u=!r&&!e&&Af(n),i=!r&&!e&&!u&&$f(n),o=r||e||u||i,f=o?hr(n.length,ut):[],a=f.length;for(var c in n)!t&&!st.call(n,c)||o&&(\"length\"==c||u&&(\"offset\"==c||\"parent\"==c)||i&&(\"buffer\"==c||\"byteLength\"==c||\"byteOffset\"==c)||Vi(c,a))||f.push(c);return f}function Oe(t){var r=t.length;return r?t[ju(0,r-1)]:n}function Ie(n,t){return co(ui(n),Be(t,0,n.length))}function Re(n){return co(ui(n))}function Ee(t,r,e){(e===n||gf(t[r],e))&&(e!==n||r in t)||Ce(t,r,e)}function ze(t,r,e){var u=t[r];st.call(t,r)&&gf(u,e)&&(e!==n||r in t)||Ce(t,r,e)}function Se(n,t){for(var r=n.length;r--;)if(gf(n[r][0],t))return r;return-1}function Le(n,t,r,e){return Fe(n,function(n,u,i){t(e,n,r(n),i)}),e}function We(n,t){return n&&ii(t,fa(t),n)}function Ce(n,t,r){\"__proto__\"==t&&Br?Br(n,t,{configurable:!0,enumerable:!0,value:r,writable:!0}):n[t]=r}function Ue(t,r){for(var e=-1,u=r.length,i=Yn(u),o=null==t;++e<u;)i[e]=o?n:ra(t,r[e]);return i}function Be(t,r,e){return t==t&&(e!==n&&(t=t<=e?t:e),r!==n&&(t=t>=r?t:r)),t}function Te(t,r,e,u,i,o){var f,s=r&a,h=r&c,p=r&l;if(e&&(f=i?e(t,u,i,o):e(t)),f!==n)return f;if(!zf(t))return t;var v=wf(t);if(v){if(f=function(n){var t=n.length,r=new n.constructor(t);return t&&\"string\"==typeof n[0]&&st.call(n,\"index\")&&(r.index=n.index,r.input=n.input),r}(t),!s)return ui(t,f)}else{var _=Pi(t),g=_==q||_==Z;if(Af(t))return Qu(t,s);if(_==H||_==T||g&&!i){if(f=h||g?{}:Zi(t),!s)return h?function(n,t){return ii(n,Ni(n),t)}(t,function(n,t){return n&&ii(t,aa(t),n)}(f,t)):function(n,t){return ii(n,Fi(n),t)}(t,We(f,t))}else{if(!At[_])return i?t:{};f=function(n,t,r){var e,u,i,o=n.constructor;switch(t){case un:return Xu(n);case M:case F:return new o(+n);case on:return function(n,t){var r=t?Xu(n.buffer):n.buffer;return new n.constructor(r,n.byteOffset,n.byteLength)}(n,r);case fn:case an:case cn:case ln:case sn:case hn:case pn:case vn:case _n:return ni(n,r);case K:return new o;case V:case X:return new o(n);case Y:return(i=new(u=n).constructor(u.source,Mn.exec(u))).lastIndex=u.lastIndex,i;case Q:return new o;case nn:return e=n,pe?rt(pe.call(e)):{}}}(t,_,s)}}o||(o=new Ae);var y=o.get(t);if(y)return y;o.set(t,f),Bf(t)?t.forEach(function(n){f.add(Te(n,r,e,n,t,o))}):Lf(t)&&t.forEach(function(n,u){f.set(u,Te(n,r,e,u,t,o))});var d=v?n:(p?h?Wi:Li:h?aa:fa)(t);return qt(d||t,function(n,u){d&&(n=t[u=n]),ze(f,u,Te(n,r,e,u,t,o))}),f}function De(t,r,e){var u=e.length;if(null==t)return!u;for(t=rt(t);u--;){var i=e[u],o=r[i],f=t[i];if(f===n&&!(i in t)||!o(f))return!1}return!0}function $e(t,r,u){if(\"function\"!=typeof t)throw new it(e);return io(function(){t.apply(n,u)},r)}function Me(n,r,e,u){var i=-1,o=Gt,f=!0,a=n.length,c=[],l=r.length;if(!a)return c;e&&(r=Jt(r,vr(e))),u?(o=Ht,f=!1):r.length>=t&&(o=gr,f=!1,r=new je(r));n:for(;++i<a;){var s=n[i],h=null==e?s:e(s);if(s=u||0!==s?s:0,f&&h==h){for(var p=l;p--;)if(r[p]===h)continue n;c.push(s)}else o(r,h,u)||c.push(s)}return c}_e.templateSettings={escape:jn,evaluate:An,interpolate:kn,variable:\"\",imports:{_:_e}},_e.prototype=ye.prototype,_e.prototype.constructor=_e,de.prototype=ge(ye.prototype),de.prototype.constructor=de,be.prototype=ge(ye.prototype),be.prototype.constructor=be,we.prototype.clear=function(){this.__data__=ue?ue(null):{},this.size=0},we.prototype.delete=function(n){var t=this.has(n)&&delete this.__data__[n];return this.size-=t?1:0,t},we.prototype.get=function(t){var r=this.__data__;if(ue){var e=r[t];return e===i?n:e}return st.call(r,t)?r[t]:n},we.prototype.has=function(t){var r=this.__data__;return ue?r[t]!==n:st.call(r,t)},we.prototype.set=function(t,r){var e=this.__data__;return this.size+=this.has(t)?0:1,e[t]=ue&&r===n?i:r,this},me.prototype.clear=function(){this.__data__=[],this.size=0},me.prototype.delete=function(n){var t=this.__data__,r=Se(t,n);return!(r<0||(r==t.length-1?t.pop():cr.call(t,r,1),--this.size,0))},me.prototype.get=function(t){var r=this.__data__,e=Se(r,t);return e<0?n:r[e][1]},me.prototype.has=function(n){return Se(this.__data__,n)>-1},me.prototype.set=function(n,t){var r=this.__data__,e=Se(r,n);return e<0?(++this.size,r.push([n,t])):r[e][1]=t,this},xe.prototype.clear=function(){this.size=0,this.__data__={hash:new we,map:new(ne||me),string:new we}},xe.prototype.delete=function(n){var t=Di(this,n).delete(n);return this.size-=t?1:0,t},xe.prototype.get=function(n){return Di(this,n).get(n)},xe.prototype.has=function(n){return Di(this,n).has(n)},xe.prototype.set=function(n,t){var r=Di(this,n),e=r.size;return r.set(n,t),this.size+=r.size==e?0:1,this},je.prototype.add=je.prototype.push=function(n){return this.__data__.set(n,i),this},je.prototype.has=function(n){return this.__data__.has(n)},Ae.prototype.clear=function(){this.__data__=new me,this.size=0},Ae.prototype.delete=function(n){var t=this.__data__,r=t.delete(n);return this.size=t.size,r},Ae.prototype.get=function(n){return this.__data__.get(n)},Ae.prototype.has=function(n){return this.__data__.has(n)},Ae.prototype.set=function(n,r){var e=this.__data__;if(e instanceof me){var u=e.__data__;if(!ne||u.length<t-1)return u.push([n,r]),this.size=++e.size,this;e=this.__data__=new xe(u)}return e.set(n,r),this.size=e.size,this};var Fe=ai(He),Ne=ai(Je,!0);function Pe(n,t){var r=!0;return Fe(n,function(n,e,u){return r=!!t(n,e,u)}),r}function qe(t,r,e){for(var u=-1,i=t.length;++u<i;){var o=t[u],f=r(o);if(null!=f&&(a===n?f==f&&!Df(f):e(f,a)))var a=f,c=o}return c}function Ze(n,t){var r=[];return Fe(n,function(n,e,u){t(n,e,u)&&r.push(n)}),r}function Ke(n,t,r,e,u){var i=-1,o=n.length;for(r||(r=Ki),u||(u=[]);++i<o;){var f=n[i];t>0&&r(f)?t>1?Ke(f,t-1,r,e,u):Yt(u,f):e||(u[u.length]=f)}return u}var Ve=ci(),Ge=ci(!0);function He(n,t){return n&&Ve(n,t,fa)}function Je(n,t){return n&&Ge(n,t,fa)}function Ye(n,t){return Vt(t,function(t){return If(n[t])})}function Qe(t,r){for(var e=0,u=(r=Gu(r,t)).length;null!=t&&e<u;)t=t[so(r[e++])];return e&&e==u?t:n}function Xe(n,t,r){var e=t(n);return wf(n)?e:Yt(e,r(n))}function nu(t){return null==t?t===n?tn:G:Ur&&Ur in rt(t)?function(t){var r=st.call(t,Ur),e=t[Ur];try{t[Ur]=n;var u=!0}catch(n){}var i=vt.call(t);return u&&(r?t[Ur]=e:delete t[Ur]),i}(t):function(n){return vt.call(n)}(t)}function tu(n,t){return n>t}function ru(n,t){return null!=n&&st.call(n,t)}function eu(n,t){return null!=n&&t in rt(n)}function uu(t,r,e){for(var u=e?Ht:Gt,i=t[0].length,o=t.length,f=o,a=Yn(o),c=1/0,l=[];f--;){var s=t[f];f&&r&&(s=Jt(s,vr(r))),c=Gr(s.length,c),a[f]=!e&&(r||i>=120&&s.length>=120)?new je(f&&s):n}s=t[0];var h=-1,p=a[0];n:for(;++h<i&&l.length<c;){var v=s[h],_=r?r(v):v;if(v=e||0!==v?v:0,!(p?gr(p,_):u(l,_,e))){for(f=o;--f;){var g=a[f];if(!(g?gr(g,_):u(t[f],_,e)))continue n}p&&p.push(_),l.push(v)}}return l}function iu(t,r,e){var u=null==(t=ro(t,r=Gu(r,t)))?t:t[so(ko(r))];return null==u?n:Nt(u,t,e)}function ou(n){return Sf(n)&&nu(n)==T}function fu(t,r,e,u,i){return t===r||(null==t||null==r||!Sf(t)&&!Sf(r)?t!=t&&r!=r:function(t,r,e,u,i,o){var f=wf(t),a=wf(r),c=f?D:Pi(t),l=a?D:Pi(r),p=(c=c==T?H:c)==H,v=(l=l==T?H:l)==H,_=c==l;if(_&&Af(t)){if(!Af(r))return!1;f=!0,p=!1}if(_&&!p)return o||(o=new Ae),f||$f(t)?zi(t,r,e,u,i,o):function(n,t,r,e,u,i,o){switch(r){case on:if(n.byteLength!=t.byteLength||n.byteOffset!=t.byteOffset)return!1;n=n.buffer,t=t.buffer;case un:return!(n.byteLength!=t.byteLength||!i(new St(n),new St(t)));case M:case F:case V:return gf(+n,+t);case P:return n.name==t.name&&n.message==t.message;case Y:case X:return n==t+\"\";case K:var f=jr;case Q:var a=e&s;if(f||(f=Or),n.size!=t.size&&!a)return!1;var c=o.get(n);if(c)return c==t;e|=h,o.set(n,t);var l=zi(f(n),f(t),e,u,i,o);return o.delete(n),l;case nn:if(pe)return pe.call(n)==pe.call(t)}return!1}(t,r,c,e,u,i,o);if(!(e&s)){var g=p&&st.call(t,\"__wrapped__\"),y=v&&st.call(r,\"__wrapped__\");if(g||y){var d=g?t.value():t,b=y?r.value():r;return o||(o=new Ae),i(d,b,e,u,o)}}return!!_&&(o||(o=new Ae),function(t,r,e,u,i,o){var f=e&s,a=Li(t),c=a.length,l=Li(r).length;if(c!=l&&!f)return!1;for(var h=c;h--;){var p=a[h];if(!(f?p in r:st.call(r,p)))return!1}var v=o.get(t),_=o.get(r);if(v&&_)return v==r&&_==t;var g=!0;o.set(t,r),o.set(r,t);for(var y=f;++h<c;){p=a[h];var d=t[p],b=r[p];if(u)var w=f?u(b,d,p,r,t,o):u(d,b,p,t,r,o);if(!(w===n?d===b||i(d,b,e,u,o):w)){g=!1;break}y||(y=\"constructor\"==p)}if(g&&!y){var m=t.constructor,x=r.constructor;m!=x&&\"constructor\"in t&&\"constructor\"in r&&!(\"function\"==typeof m&&m instanceof m&&\"function\"==typeof x&&x instanceof x)&&(g=!1)}return o.delete(t),o.delete(r),g}(t,r,e,u,i,o))}(t,r,e,u,fu,i))}function au(t,r,e,u){var i=e.length,o=i,f=!u;if(null==t)return!o;for(t=rt(t);i--;){var a=e[i];if(f&&a[2]?a[1]!==t[a[0]]:!(a[0]in t))return!1}for(;++i<o;){var c=(a=e[i])[0],l=t[c],p=a[1];if(f&&a[2]){if(l===n&&!(c in t))return!1}else{var v=new Ae;if(u)var _=u(l,p,c,t,r,v);if(!(_===n?fu(p,l,s|h,u,v):_))return!1}}return!0}function cu(n){return!(!zf(n)||(t=n,pt&&pt in t))&&(If(n)?kt:Pn).test(ho(n));var t}function lu(n){return\"function\"==typeof n?n:null==n?Wa:\"object\"==typeof n?wf(n)?gu(n[0],n[1]):_u(n):Na(n)}function su(n){if(!Qi(n))return Kr(n);var t=[];for(var r in rt(n))st.call(n,r)&&\"constructor\"!=r&&t.push(r);return t}function hu(n){if(!zf(n))return function(n){var t=[];if(null!=n)for(var r in rt(n))t.push(r);return t}(n);var t=Qi(n),r=[];for(var e in n)(\"constructor\"!=e||!t&&st.call(n,e))&&r.push(e);return r}function pu(n,t){return n<t}function vu(n,t){var r=-1,e=xf(n)?Yn(n.length):[];return Fe(n,function(n,u,i){e[++r]=t(n,u,i)}),e}function _u(n){var t=$i(n);return 1==t.length&&t[0][2]?no(t[0][0],t[0][1]):function(r){return r===n||au(r,n,t)}}function gu(t,r){return Hi(t)&&Xi(r)?no(so(t),r):function(e){var u=ra(e,t);return u===n&&u===r?ea(e,t):fu(r,u,s|h)}}function yu(t,r,e,u,i){t!==r&&Ve(r,function(o,f){if(i||(i=new Ae),zf(o))!function(t,r,e,u,i,o,f){var a=eo(t,e),c=eo(r,e),l=f.get(c);if(l)Ee(t,e,l);else{var s=o?o(a,c,e+\"\",t,r,f):n,h=s===n;if(h){var p=wf(c),v=!p&&Af(c),_=!p&&!v&&$f(c);s=c,p||v||_?wf(a)?s=a:jf(a)?s=ui(a):v?(h=!1,s=Qu(c,!0)):_?(h=!1,s=ni(c,!0)):s=[]:Cf(c)||bf(c)?(s=a,bf(a)?s=Vf(a):zf(a)&&!If(a)||(s=Zi(c))):h=!1}h&&(f.set(c,s),i(s,c,u,o,f),f.delete(c)),Ee(t,e,s)}}(t,r,f,e,yu,u,i);else{var a=u?u(eo(t,f),o,f+\"\",t,r,i):n;a===n&&(a=o),Ee(t,f,a)}},aa)}function du(t,r){var e=t.length;if(e)return Vi(r+=r<0?e:0,e)?t[r]:n}function bu(n,t,r){t=t.length?Jt(t,function(n){return wf(n)?function(t){return Qe(t,1===n.length?n[0]:n)}:n}):[Wa];var e=-1;return t=Jt(t,vr(Ti())),function(n,t){var r=n.length;for(n.sort(t);r--;)n[r]=n[r].value;return n}(vu(n,function(n,r,u){return{criteria:Jt(t,function(t){return t(n)}),index:++e,value:n}}),function(n,t){return function(n,t,r){for(var e=-1,u=n.criteria,i=t.criteria,o=u.length,f=r.length;++e<o;){var a=ti(u[e],i[e]);if(a){if(e>=f)return a;var c=r[e];return a*(\"desc\"==c?-1:1)}}return n.index-t.index}(n,t,r)})}function wu(n,t,r){for(var e=-1,u=t.length,i={};++e<u;){var o=t[e],f=Qe(n,o);r(f,o)&&Ru(i,Gu(o,n),f)}return i}function mu(n,t,r,e){var u=e?ir:ur,i=-1,o=t.length,f=n;for(n===t&&(t=ui(t)),r&&(f=Jt(n,vr(r)));++i<o;)for(var a=0,c=t[i],l=r?r(c):c;(a=u(f,l,a,e))>-1;)f!==n&&cr.call(f,a,1),cr.call(n,a,1);return n}function xu(n,t){for(var r=n?t.length:0,e=r-1;r--;){var u=t[r];if(r==e||u!==i){var i=u;Vi(u)?cr.call(n,u,1):Mu(n,u)}}return n}function ju(n,t){return n+Fr(Yr()*(t-n+1))}function Au(n,t){var r=\"\";if(!n||t<1||t>z)return r;do{t%2&&(r+=n),(t=Fr(t/2))&&(n+=n)}while(t);return r}function ku(n,t){return oo(to(n,t,Wa),n+\"\")}function Ou(n){return Oe(ga(n))}function Iu(n,t){var r=ga(n);return co(r,Be(t,0,r.length))}function Ru(t,r,e,u){if(!zf(t))return t;for(var i=-1,o=(r=Gu(r,t)).length,f=o-1,a=t;null!=a&&++i<o;){var c=so(r[i]),l=e;if(\"__proto__\"===c||\"constructor\"===c||\"prototype\"===c)return t;if(i!=f){var s=a[c];(l=u?u(s,c,a):n)===n&&(l=zf(s)?s:Vi(r[i+1])?[]:{})}ze(a,c,l),a=a[c]}return t}var Eu=ie?function(n,t){return ie.set(n,t),n}:Wa,zu=Br?function(n,t){return Br(n,\"toString\",{configurable:!0,enumerable:!1,value:za(t),writable:!0})}:Wa;function Su(n){return co(ga(n))}function Lu(n,t,r){var e=-1,u=n.length;t<0&&(t=-t>u?0:u+t),(r=r>u?u:r)<0&&(r+=u),u=t>r?0:r-t>>>0,t>>>=0;for(var i=Yn(u);++e<u;)i[e]=n[e+t];return i}function Wu(n,t){var r;return Fe(n,function(n,e,u){return!(r=t(n,e,u))}),!!r}function Cu(n,t,r){var e=0,u=null==n?e:n.length;if(\"number\"==typeof t&&t==t&&u<=U){for(;e<u;){var i=e+u>>>1,o=n[i];null!==o&&!Df(o)&&(r?o<=t:o<t)?e=i+1:u=i}return u}return Uu(n,t,Wa,r)}function Uu(t,r,e,u){var i=0,o=null==t?0:t.length;if(0===o)return 0;for(var f=(r=e(r))!=r,a=null===r,c=Df(r),l=r===n;i<o;){var s=Fr((i+o)/2),h=e(t[s]),p=h!==n,v=null===h,_=h==h,g=Df(h);if(f)var y=u||_;else y=l?_&&(u||p):a?_&&p&&(u||!v):c?_&&p&&!v&&(u||!g):!v&&!g&&(u?h<=r:h<r);y?i=s+1:o=s}return Gr(o,C)}function Bu(n,t){for(var r=-1,e=n.length,u=0,i=[];++r<e;){var o=n[r],f=t?t(o):o;if(!r||!gf(f,a)){var a=f;i[u++]=0===o?0:o}}return i}function Tu(n){return\"number\"==typeof n?n:Df(n)?L:+n}function Du(n){if(\"string\"==typeof n)return n;if(wf(n))return Jt(n,Du)+\"\";if(Df(n))return ve?ve.call(n):\"\";var t=n+\"\";return\"0\"==t&&1/n==-E?\"-0\":t}function $u(n,r,e){var u=-1,i=Gt,o=n.length,f=!0,a=[],c=a;if(e)f=!1,i=Ht;else if(o>=t){var l=r?null:Ai(n);if(l)return Or(l);f=!1,i=gr,c=new je}else c=r?[]:a;n:for(;++u<o;){var s=n[u],h=r?r(s):s;if(s=e||0!==s?s:0,f&&h==h){for(var p=c.length;p--;)if(c[p]===h)continue n;r&&c.push(h),a.push(s)}else i(c,h,e)||(c!==a&&c.push(h),a.push(s))}return a}function Mu(n,t){return null==(n=ro(n,t=Gu(t,n)))||delete n[so(ko(t))]}function Fu(n,t,r,e){return Ru(n,t,r(Qe(n,t)),e)}function Nu(n,t,r,e){for(var u=n.length,i=e?u:-1;(e?i--:++i<u)&&t(n[i],i,n););return r?Lu(n,e?0:i,e?i+1:u):Lu(n,e?i+1:0,e?u:i)}function Pu(n,t){var r=n;return r instanceof be&&(r=r.value()),Qt(t,function(n,t){return t.func.apply(t.thisArg,Yt([n],t.args))},r)}function qu(n,t,r){var e=n.length;if(e<2)return e?$u(n[0]):[];for(var u=-1,i=Yn(e);++u<e;)for(var o=n[u],f=-1;++f<e;)f!=u&&(i[u]=Me(i[u]||o,n[f],t,r));return $u(Ke(i,1),t,r)}function Zu(t,r,e){for(var u=-1,i=t.length,o=r.length,f={};++u<i;){var a=u<o?r[u]:n;e(f,t[u],a)}return f}function Ku(n){return jf(n)?n:[]}function Vu(n){return\"function\"==typeof n?n:Wa}function Gu(n,t){return wf(n)?n:Hi(n,t)?[n]:lo(Gf(n))}var Hu=ku;function Ju(t,r,e){var u=t.length;return e=e===n?u:e,!r&&e>=u?t:Lu(t,r,e)}var Yu=Tr||function(n){return zt.clearTimeout(n)};function Qu(n,t){if(t)return n.slice();var r=n.length,e=Lt?Lt(r):new n.constructor(r);return n.copy(e),e}function Xu(n){var t=new n.constructor(n.byteLength);return new St(t).set(new St(n)),t}function ni(n,t){var r=t?Xu(n.buffer):n.buffer;return new n.constructor(r,n.byteOffset,n.length)}function ti(t,r){if(t!==r){var e=t!==n,u=null===t,i=t==t,o=Df(t),f=r!==n,a=null===r,c=r==r,l=Df(r);if(!a&&!l&&!o&&t>r||o&&f&&c&&!a&&!l||u&&f&&c||!e&&c||!i)return 1;if(!u&&!o&&!l&&t<r||l&&e&&i&&!u&&!o||a&&e&&i||!f&&i||!c)return-1}return 0}function ri(n,t,r,e){for(var u=-1,i=n.length,o=r.length,f=-1,a=t.length,c=Vr(i-o,0),l=Yn(a+c),s=!e;++f<a;)l[f]=t[f];for(;++u<o;)(s||u<i)&&(l[r[u]]=n[u]);for(;c--;)l[f++]=n[u++];return l}function ei(n,t,r,e){for(var u=-1,i=n.length,o=-1,f=r.length,a=-1,c=t.length,l=Vr(i-f,0),s=Yn(l+c),h=!e;++u<l;)s[u]=n[u];for(var p=u;++a<c;)s[p+a]=t[a];for(;++o<f;)(h||u<i)&&(s[p+r[o]]=n[u++]);return s}function ui(n,t){var r=-1,e=n.length;for(t||(t=Yn(e));++r<e;)t[r]=n[r];return t}function ii(t,r,e,u){var i=!e;e||(e={});for(var o=-1,f=r.length;++o<f;){var a=r[o],c=u?u(e[a],t[a],a,e,t):n;c===n&&(c=t[a]),i?Ce(e,a,c):ze(e,a,c)}return e}function oi(n,t){return function(r,e){var u=wf(r)?Pt:Le,i=t?t():{};return u(r,n,Ti(e,2),i)}}function fi(t){return ku(function(r,e){var u=-1,i=e.length,o=i>1?e[i-1]:n,f=i>2?e[2]:n;for(o=t.length>3&&\"function\"==typeof o?(i--,o):n,f&&Gi(e[0],e[1],f)&&(o=i<3?n:o,i=1),r=rt(r);++u<i;){var a=e[u];a&&t(r,a,u,o)}return r})}function ai(n,t){return function(r,e){if(null==r)return r;if(!xf(r))return n(r,e);for(var u=r.length,i=t?u:-1,o=rt(r);(t?i--:++i<u)&&!1!==e(o[i],i,o););return r}}function ci(n){return function(t,r,e){for(var u=-1,i=rt(t),o=e(t),f=o.length;f--;){var a=o[n?f:++u];if(!1===r(i[a],a,i))break}return t}}function li(t){return function(r){var e=xr(r=Gf(r))?Er(r):n,u=e?e[0]:r.charAt(0),i=e?Ju(e,1).join(\"\"):r.slice(1);return u[t]()+i}}function si(n){return function(t){return Qt(Ia(ba(t).replace(_t,\"\")),n,\"\")}}function hi(n){return function(){var t=arguments;switch(t.length){case 0:return new n;case 1:return new n(t[0]);case 2:return new n(t[0],t[1]);case 3:return new n(t[0],t[1],t[2]);case 4:return new n(t[0],t[1],t[2],t[3]);case 5:return new n(t[0],t[1],t[2],t[3],t[4]);case 6:return new n(t[0],t[1],t[2],t[3],t[4],t[5]);case 7:return new n(t[0],t[1],t[2],t[3],t[4],t[5],t[6])}var r=ge(n.prototype),e=n.apply(r,t);return zf(e)?e:r}}function pi(t){return function(r,e,u){var i=rt(r);if(!xf(r)){var o=Ti(e,3);r=fa(r),e=function(n){return o(i[n],n,i)}}var f=t(r,e,u);return f>-1?i[o?r[f]:f]:n}}function vi(t){return Si(function(r){var u=r.length,i=u,o=de.prototype.thru;for(t&&r.reverse();i--;){var f=r[i];if(\"function\"!=typeof f)throw new it(e);if(o&&!a&&\"wrapper\"==Ui(f))var a=new de([],!0)}for(i=a?i:u;++i<u;){var c=Ui(f=r[i]),l=\"wrapper\"==c?Ci(f):n;a=l&&Ji(l[0])&&l[1]==(w|g|d|m)&&!l[4].length&&1==l[9]?a[Ui(l[0])].apply(a,l[3]):1==f.length&&Ji(f)?a[c]():a.thru(f)}return function(){var n=arguments,t=n[0];if(a&&1==n.length&&wf(t))return a.plant(t).value();for(var e=0,i=u?r[e].apply(this,n):t;++e<u;)i=r[e].call(this,i);return i}})}function _i(t,r,e,u,i,o,f,a,c,l){var s=r&w,h=r&p,_=r&v,d=r&(g|y),b=r&x,m=_?n:hi(t);return function p(){for(var v=arguments.length,g=Yn(v),y=v;y--;)g[y]=arguments[y];if(d)var w=Bi(p),x=function(n,t){for(var r=n.length,e=0;r--;)n[r]===t&&++e;return e}(g,w);if(u&&(g=ri(g,u,i,d)),o&&(g=ei(g,o,f,d)),v-=x,d&&v<l){var j=kr(g,w);return xi(t,r,_i,p.placeholder,e,g,j,a,c,l-v)}var A=h?e:this,k=_?A[t]:t;return v=g.length,a?g=function(t,r){for(var e=t.length,u=Gr(r.length,e),i=ui(t);u--;){var o=r[u];t[u]=Vi(o,e)?i[o]:n}return t}(g,a):b&&v>1&&g.reverse(),s&&c<v&&(g.length=c),this&&this!==zt&&this instanceof p&&(k=m||hi(k)),k.apply(A,g)}}function gi(n,t){return function(r,e){return function(n,t,r,e){return He(n,function(n,u,i){t(e,r(n),u,i)}),e}(r,n,t(e),{})}}function yi(t,r){return function(e,u){var i;if(e===n&&u===n)return r;if(e!==n&&(i=e),u!==n){if(i===n)return u;\"string\"==typeof e||\"string\"==typeof u?(e=Du(e),u=Du(u)):(e=Tu(e),u=Tu(u)),i=t(e,u)}return i}}function di(n){return Si(function(t){return t=Jt(t,vr(Ti())),ku(function(r){var e=this;return n(t,function(n){return Nt(n,e,r)})})})}function bi(t,r){var e=(r=r===n?\" \":Du(r)).length;if(e<2)return e?Au(r,t):r;var u=Au(r,Mr(t/Rr(r)));return xr(r)?Ju(Er(u),0,t).join(\"\"):u.slice(0,t)}function wi(t){return function(r,e,u){return u&&\"number\"!=typeof u&&Gi(r,e,u)&&(e=u=n),r=Pf(r),e===n?(e=r,r=0):e=Pf(e),function(n,t,r,e){for(var u=-1,i=Vr(Mr((t-n)/(r||1)),0),o=Yn(i);i--;)o[e?i:++u]=n,n+=r;return o}(r,e,u=u===n?r<e?1:-1:Pf(u),t)}}function mi(n){return function(t,r){return\"string\"==typeof t&&\"string\"==typeof r||(t=Kf(t),r=Kf(r)),n(t,r)}}function xi(t,r,e,u,i,o,f,a,c,l){var s=r&g;r|=s?d:b,(r&=~(s?b:d))&_||(r&=~(p|v));var h=[t,r,i,s?o:n,s?f:n,s?n:o,s?n:f,a,c,l],y=e.apply(n,h);return Ji(t)&&uo(y,h),y.placeholder=u,fo(y,t,r)}function ji(n){var t=tt[n];return function(n,r){if(n=Kf(n),(r=null==r?0:Gr(qf(r),292))&&qr(n)){var e=(Gf(n)+\"e\").split(\"e\");return+((e=(Gf(t(e[0]+\"e\"+(+e[1]+r)))+\"e\").split(\"e\"))[0]+\"e\"+(+e[1]-r))}return t(n)}}var Ai=re&&1/Or(new re([,-0]))[1]==E?function(n){return new re(n)}:Da;function ki(n){return function(t){var r=Pi(t);return r==K?jr(t):r==Q?Ir(t):function(n,t){return Jt(t,function(t){return[t,n[t]]})}(t,n(t))}}function Oi(t,r,u,i,o,a,c,l){var s=r&v;if(!s&&\"function\"!=typeof t)throw new it(e);var h=i?i.length:0;if(h||(r&=~(d|b),i=o=n),c=c===n?c:Vr(qf(c),0),l=l===n?l:qf(l),h-=o?o.length:0,r&b){var x=i,j=o;i=o=n}var A=s?n:Ci(t),k=[t,r,u,i,o,x,j,a,c,l];if(A&&function(n,t){var r=n[1],e=t[1],u=r|e,i=u<(p|v|w),o=e==w&&r==g||e==w&&r==m&&n[7].length<=t[8]||e==(w|m)&&t[7].length<=t[8]&&r==g;if(!i&&!o)return n;e&p&&(n[2]=t[2],u|=r&p?0:_);var a=t[3];if(a){var c=n[3];n[3]=c?ri(c,a,t[4]):a,n[4]=c?kr(n[3],f):t[4]}(a=t[5])&&(c=n[5],n[5]=c?ei(c,a,t[6]):a,n[6]=c?kr(n[5],f):t[6]),(a=t[7])&&(n[7]=a),e&w&&(n[8]=null==n[8]?t[8]:Gr(n[8],t[8])),null==n[9]&&(n[9]=t[9]),n[0]=t[0],n[1]=u}(k,A),t=k[0],r=k[1],u=k[2],i=k[3],o=k[4],!(l=k[9]=k[9]===n?s?0:t.length:Vr(k[9]-h,0))&&r&(g|y)&&(r&=~(g|y)),r&&r!=p)O=r==g||r==y?function(t,r,e){var u=hi(t);return function i(){for(var o=arguments.length,f=Yn(o),a=o,c=Bi(i);a--;)f[a]=arguments[a];var l=o<3&&f[0]!==c&&f[o-1]!==c?[]:kr(f,c);return(o-=l.length)<e?xi(t,r,_i,i.placeholder,n,f,l,n,n,e-o):Nt(this&&this!==zt&&this instanceof i?u:t,this,f)}}(t,r,l):r!=d&&r!=(p|d)||o.length?_i.apply(n,k):function(n,t,r,e){var u=t&p,i=hi(n);return function t(){for(var o=-1,f=arguments.length,a=-1,c=e.length,l=Yn(c+f),s=this&&this!==zt&&this instanceof t?i:n;++a<c;)l[a]=e[a];for(;f--;)l[a++]=arguments[++o];return Nt(s,u?r:this,l)}}(t,r,u,i);else var O=function(n,t,r){var e=t&p,u=hi(n);return function t(){return(this&&this!==zt&&this instanceof t?u:n).apply(e?r:this,arguments)}}(t,r,u);return fo((A?Eu:uo)(O,k),t,r)}function Ii(t,r,e,u){return t===n||gf(t,at[e])&&!st.call(u,e)?r:t}function Ri(t,r,e,u,i,o){return zf(t)&&zf(r)&&(o.set(r,t),yu(t,r,n,Ri,o),o.delete(r)),t}function Ei(t){return Cf(t)?n:t}function zi(t,r,e,u,i,o){var f=e&s,a=t.length,c=r.length;if(a!=c&&!(f&&c>a))return!1;var l=o.get(t),p=o.get(r);if(l&&p)return l==r&&p==t;var v=-1,_=!0,g=e&h?new je:n;for(o.set(t,r),o.set(r,t);++v<a;){var y=t[v],d=r[v];if(u)var b=f?u(d,y,v,r,t,o):u(y,d,v,t,r,o);if(b!==n){if(b)continue;_=!1;break}if(g){if(!nr(r,function(n,t){if(!gr(g,t)&&(y===n||i(y,n,e,u,o)))return g.push(t)})){_=!1;break}}else if(y!==d&&!i(y,d,e,u,o)){_=!1;break}}return o.delete(t),o.delete(r),_}function Si(t){return oo(to(t,n,wo),t+\"\")}function Li(n){return Xe(n,fa,Fi)}function Wi(n){return Xe(n,aa,Ni)}var Ci=ie?function(n){return ie.get(n)}:Da;function Ui(n){for(var t=n.name+\"\",r=oe[t],e=st.call(oe,t)?r.length:0;e--;){var u=r[e],i=u.func;if(null==i||i==n)return u.name}return t}function Bi(n){return(st.call(_e,\"placeholder\")?_e:n).placeholder}function Ti(){var n=_e.iteratee||Ca;return n=n===Ca?lu:n,arguments.length?n(arguments[0],arguments[1]):n}function Di(n,t){var r,e,u=n.__data__;return(\"string\"==(e=typeof(r=t))||\"number\"==e||\"symbol\"==e||\"boolean\"==e?\"__proto__\"!==r:null===r)?u[\"string\"==typeof t?\"string\":\"hash\"]:u.map}function $i(n){for(var t=fa(n),r=t.length;r--;){var e=t[r],u=n[e];t[r]=[e,u,Xi(u)]}return t}function Mi(t,r){var e=function(t,r){return null==t?n:t[r]}(t,r);return cu(e)?e:n}var Fi=Nr?function(n){return null==n?[]:(n=rt(n),Vt(Nr(n),function(t){return tr.call(n,t)}))}:Za,Ni=Nr?function(n){for(var t=[];n;)Yt(t,Fi(n)),n=Ct(n);return t}:Za,Pi=nu;function qi(n,t,r){for(var e=-1,u=(t=Gu(t,n)).length,i=!1;++e<u;){var o=so(t[e]);if(!(i=null!=n&&r(n,o)))break;n=n[o]}return i||++e!=u?i:!!(u=null==n?0:n.length)&&Ef(u)&&Vi(o,u)&&(wf(n)||bf(n))}function Zi(n){return\"function\"!=typeof n.constructor||Qi(n)?{}:ge(Ct(n))}function Ki(n){return wf(n)||bf(n)||!!(Wr&&n&&n[Wr])}function Vi(n,t){var r=typeof n;return!!(t=null==t?z:t)&&(\"number\"==r||\"symbol\"!=r&&Zn.test(n))&&n>-1&&n%1==0&&n<t}function Gi(n,t,r){if(!zf(r))return!1;var e=typeof t;return!!(\"number\"==e?xf(r)&&Vi(t,r.length):\"string\"==e&&t in r)&&gf(r[t],n)}function Hi(n,t){if(wf(n))return!1;var r=typeof n;return!(\"number\"!=r&&\"symbol\"!=r&&\"boolean\"!=r&&null!=n&&!Df(n))||In.test(n)||!On.test(n)||null!=t&&n in rt(t)}function Ji(n){var t=Ui(n),r=_e[t];if(\"function\"!=typeof r||!(t in be.prototype))return!1;if(n===r)return!0;var e=Ci(r);return!!e&&n===e[0]}(Xr&&Pi(new Xr(new ArrayBuffer(1)))!=on||ne&&Pi(new ne)!=K||te&&\"[object Promise]\"!=Pi(te.resolve())||re&&Pi(new re)!=Q||ee&&Pi(new ee)!=rn)&&(Pi=function(t){var r=nu(t),e=r==H?t.constructor:n,u=e?ho(e):\"\";if(u)switch(u){case fe:return on;case ae:return K;case ce:return\"[object Promise]\";case le:return Q;case se:return rn}return r});var Yi=ct?If:Ka;function Qi(n){var t=n&&n.constructor;return n===(\"function\"==typeof t&&t.prototype||at)}function Xi(n){return n==n&&!zf(n)}function no(t,r){return function(e){return null!=e&&e[t]===r&&(r!==n||t in rt(e))}}function to(t,r,e){return r=Vr(r===n?t.length-1:r,0),function(){for(var n=arguments,u=-1,i=Vr(n.length-r,0),o=Yn(i);++u<i;)o[u]=n[r+u];u=-1;for(var f=Yn(r+1);++u<r;)f[u]=n[u];return f[r]=e(o),Nt(t,this,f)}}function ro(n,t){return t.length<2?n:Qe(n,Lu(t,0,-1))}function eo(n,t){if((\"constructor\"!==t||\"function\"!=typeof n[t])&&\"__proto__\"!=t)return n[t]}var uo=ao(Eu),io=$r||function(n,t){return zt.setTimeout(n,t)},oo=ao(zu);function fo(n,t,r){var e=t+\"\";return oo(n,function(n,t){var r=t.length;if(!r)return n;var e=r-1;return t[e]=(r>1?\"& \":\"\")+t[e],t=t.join(r>2?\", \":\" \"),n.replace(Wn,\"{\\\\n/* [wrapped with \"+t+\"] */\\\\n\")}(e,function(n,t){return qt(B,function(r){var e=\"_.\"+r[0];t&r[1]&&!Gt(n,e)&&n.push(e)}),n.sort()}(function(n){var t=n.match(Cn);return t?t[1].split(Un):[]}(e),r)))}function ao(t){var r=0,e=0;return function(){var u=Hr(),i=O-(u-e);if(e=u,i>0){if(++r>=k)return arguments[0]}else r=0;return t.apply(n,arguments)}}function co(t,r){var e=-1,u=t.length,i=u-1;for(r=r===n?u:r;++e<r;){var o=ju(e,i),f=t[o];t[o]=t[e],t[e]=f}return t.length=r,t}var lo=function(n){var t=lf(n,function(n){return r.size===o&&r.clear(),n}),r=t.cache;return t}(function(n){var t=[];return 46===n.charCodeAt(0)&&t.push(\"\"),n.replace(Rn,function(n,r,e,u){t.push(e?u.replace(Dn,\"$1\"):r||n)}),t});function so(n){if(\"string\"==typeof n||Df(n))return n;var t=n+\"\";return\"0\"==t&&1/n==-E?\"-0\":t}function ho(n){if(null!=n){try{return lt.call(n)}catch(n){}try{return n+\"\"}catch(n){}}return\"\"}function po(n){if(n instanceof be)return n.clone();var t=new de(n.__wrapped__,n.__chain__);return t.__actions__=ui(n.__actions__),t.__index__=n.__index__,t.__values__=n.__values__,t}var vo=ku(function(n,t){return jf(n)?Me(n,Ke(t,1,jf,!0)):[]}),_o=ku(function(t,r){var e=ko(r);return jf(e)&&(e=n),jf(t)?Me(t,Ke(r,1,jf,!0),Ti(e,2)):[]}),go=ku(function(t,r){var e=ko(r);return jf(e)&&(e=n),jf(t)?Me(t,Ke(r,1,jf,!0),n,e):[]});function yo(n,t,r){var e=null==n?0:n.length;if(!e)return-1;var u=null==r?0:qf(r);return u<0&&(u=Vr(e+u,0)),er(n,Ti(t,3),u)}function bo(t,r,e){var u=null==t?0:t.length;if(!u)return-1;var i=u-1;return e!==n&&(i=qf(e),i=e<0?Vr(u+i,0):Gr(i,u-1)),er(t,Ti(r,3),i,!0)}function wo(n){return null!=n&&n.length?Ke(n,1):[]}function mo(t){return t&&t.length?t[0]:n}var xo=ku(function(n){var t=Jt(n,Ku);return t.length&&t[0]===n[0]?uu(t):[]}),jo=ku(function(t){var r=ko(t),e=Jt(t,Ku);return r===ko(e)?r=n:e.pop(),e.length&&e[0]===t[0]?uu(e,Ti(r,2)):[]}),Ao=ku(function(t){var r=ko(t),e=Jt(t,Ku);return(r=\"function\"==typeof r?r:n)&&e.pop(),e.length&&e[0]===t[0]?uu(e,n,r):[]});function ko(t){var r=null==t?0:t.length;return r?t[r-1]:n}var Oo=ku(Io);function Io(n,t){return n&&n.length&&t&&t.length?mu(n,t):n}var Ro=Si(function(n,t){var r=null==n?0:n.length,e=Ue(n,t);return xu(n,Jt(t,function(n){return Vi(n,r)?+n:n}).sort(ti)),e});function Eo(n){return null==n?n:Qr.call(n)}var zo=ku(function(n){return $u(Ke(n,1,jf,!0))}),So=ku(function(t){var r=ko(t);return jf(r)&&(r=n),$u(Ke(t,1,jf,!0),Ti(r,2))}),Lo=ku(function(t){var r=ko(t);return r=\"function\"==typeof r?r:n,$u(Ke(t,1,jf,!0),n,r)});function Wo(n){if(!n||!n.length)return[];var t=0;return n=Vt(n,function(n){if(jf(n))return t=Vr(n.length,t),!0}),hr(t,function(t){return Jt(n,ar(t))})}function Co(t,r){if(!t||!t.length)return[];var e=Wo(t);return null==r?e:Jt(e,function(t){return Nt(r,n,t)})}var Uo=ku(function(n,t){return jf(n)?Me(n,t):[]}),Bo=ku(function(n){return qu(Vt(n,jf))}),To=ku(function(t){var r=ko(t);return jf(r)&&(r=n),qu(Vt(t,jf),Ti(r,2))}),Do=ku(function(t){var r=ko(t);return r=\"function\"==typeof r?r:n,qu(Vt(t,jf),n,r)}),$o=ku(Wo);var Mo=ku(function(t){var r=t.length,e=r>1?t[r-1]:n;return e=\"function\"==typeof e?(t.pop(),e):n,Co(t,e)});function Fo(n){var t=_e(n);return t.__chain__=!0,t}function No(n,t){return t(n)}var Po=Si(function(t){var r=t.length,e=r?t[0]:0,u=this.__wrapped__,i=function(n){return Ue(n,t)};return!(r>1||this.__actions__.length)&&u instanceof be&&Vi(e)?((u=u.slice(e,+e+(r?1:0))).__actions__.push({func:No,args:[i],thisArg:n}),new de(u,this.__chain__).thru(function(t){return r&&!t.length&&t.push(n),t})):this.thru(i)});var qo=oi(function(n,t,r){st.call(n,r)?++n[r]:Ce(n,r,1)});var Zo=pi(yo),Ko=pi(bo);function Vo(n,t){return(wf(n)?qt:Fe)(n,Ti(t,3))}function Go(n,t){return(wf(n)?Zt:Ne)(n,Ti(t,3))}var Ho=oi(function(n,t,r){st.call(n,r)?n[r].push(t):Ce(n,r,[t])});var Jo=ku(function(n,t,r){var e=-1,u=\"function\"==typeof t,i=xf(n)?Yn(n.length):[];return Fe(n,function(n){i[++e]=u?Nt(t,n,r):iu(n,t,r)}),i}),Yo=oi(function(n,t,r){Ce(n,r,t)});function Qo(n,t){return(wf(n)?Jt:vu)(n,Ti(t,3))}var Xo=oi(function(n,t,r){n[r?0:1].push(t)},function(){return[[],[]]});var nf=ku(function(n,t){if(null==n)return[];var r=t.length;return r>1&&Gi(n,t[0],t[1])?t=[]:r>2&&Gi(t[0],t[1],t[2])&&(t=[t[0]]),bu(n,Ke(t,1),[])}),tf=Dr||function(){return zt.Date.now()};function rf(t,r,e){return r=e?n:r,r=t&&null==r?t.length:r,Oi(t,w,n,n,n,n,r)}function ef(t,r){var u;if(\"function\"!=typeof r)throw new it(e);return t=qf(t),function(){return--t>0&&(u=r.apply(this,arguments)),t<=1&&(r=n),u}}var uf=ku(function(n,t,r){var e=p;if(r.length){var u=kr(r,Bi(uf));e|=d}return Oi(n,e,t,r,u)}),of=ku(function(n,t,r){var e=p|v;if(r.length){var u=kr(r,Bi(of));e|=d}return Oi(t,e,n,r,u)});function ff(t,r,u){var i,o,f,a,c,l,s=0,h=!1,p=!1,v=!0;if(\"function\"!=typeof t)throw new it(e);function _(r){var e=i,u=o;return i=o=n,s=r,a=t.apply(u,e)}function g(t){var e=t-l;return l===n||e>=r||e<0||p&&t-s>=f}function y(){var n=tf();if(g(n))return d(n);c=io(y,function(n){var t=r-(n-l);return p?Gr(t,f-(n-s)):t}(n))}function d(t){return c=n,v&&i?_(t):(i=o=n,a)}function b(){var t=tf(),e=g(t);if(i=arguments,o=this,l=t,e){if(c===n)return function(n){return s=n,c=io(y,r),h?_(n):a}(l);if(p)return Yu(c),c=io(y,r),_(l)}return c===n&&(c=io(y,r)),a}return r=Kf(r)||0,zf(u)&&(h=!!u.leading,f=(p=\"maxWait\"in u)?Vr(Kf(u.maxWait)||0,r):f,v=\"trailing\"in u?!!u.trailing:v),b.cancel=function(){c!==n&&Yu(c),s=0,i=l=o=c=n},b.flush=function(){return c===n?a:d(tf())},b}var af=ku(function(n,t){return $e(n,1,t)}),cf=ku(function(n,t,r){return $e(n,Kf(t)||0,r)});function lf(n,t){if(\"function\"!=typeof n||null!=t&&\"function\"!=typeof t)throw new it(e);var r=function(){var e=arguments,u=t?t.apply(this,e):e[0],i=r.cache;if(i.has(u))return i.get(u);var o=n.apply(this,e);return r.cache=i.set(u,o)||i,o};return r.cache=new(lf.Cache||xe),r}function sf(n){if(\"function\"!=typeof n)throw new it(e);return function(){var t=arguments;switch(t.length){case 0:return!n.call(this);case 1:return!n.call(this,t[0]);case 2:return!n.call(this,t[0],t[1]);case 3:return!n.call(this,t[0],t[1],t[2])}return!n.apply(this,t)}}lf.Cache=xe;var hf=Hu(function(n,t){var r=(t=1==t.length&&wf(t[0])?Jt(t[0],vr(Ti())):Jt(Ke(t,1),vr(Ti()))).length;return ku(function(e){for(var u=-1,i=Gr(e.length,r);++u<i;)e[u]=t[u].call(this,e[u]);return Nt(n,this,e)})}),pf=ku(function(t,r){var e=kr(r,Bi(pf));return Oi(t,d,n,r,e)}),vf=ku(function(t,r){var e=kr(r,Bi(vf));return Oi(t,b,n,r,e)}),_f=Si(function(t,r){return Oi(t,m,n,n,n,r)});function gf(n,t){return n===t||n!=n&&t!=t}var yf=mi(tu),df=mi(function(n,t){return n>=t}),bf=ou(function(){return arguments}())?ou:function(n){return Sf(n)&&st.call(n,\"callee\")&&!tr.call(n,\"callee\")},wf=Yn.isArray,mf=Bt?vr(Bt):function(n){return Sf(n)&&nu(n)==un};function xf(n){return null!=n&&Ef(n.length)&&!If(n)}function jf(n){return Sf(n)&&xf(n)}var Af=Pr||Ka,kf=Tt?vr(Tt):function(n){return Sf(n)&&nu(n)==F};function Of(n){if(!Sf(n))return!1;var t=nu(n);return t==P||t==N||\"string\"==typeof n.message&&\"string\"==typeof n.name&&!Cf(n)}function If(n){if(!zf(n))return!1;var t=nu(n);return t==q||t==Z||t==$||t==J}function Rf(n){return\"number\"==typeof n&&n==qf(n)}function Ef(n){return\"number\"==typeof n&&n>-1&&n%1==0&&n<=z}function zf(n){var t=typeof n;return null!=n&&(\"object\"==t||\"function\"==t)}function Sf(n){return null!=n&&\"object\"==typeof n}var Lf=Dt?vr(Dt):function(n){return Sf(n)&&Pi(n)==K};function Wf(n){return\"number\"==typeof n||Sf(n)&&nu(n)==V}function Cf(n){if(!Sf(n)||nu(n)!=H)return!1;var t=Ct(n);if(null===t)return!0;var r=st.call(t,\"constructor\")&&t.constructor;return\"function\"==typeof r&&r instanceof r&&lt.call(r)==yt}var Uf=$t?vr($t):function(n){return Sf(n)&&nu(n)==Y};var Bf=Mt?vr(Mt):function(n){return Sf(n)&&Pi(n)==Q};function Tf(n){return\"string\"==typeof n||!wf(n)&&Sf(n)&&nu(n)==X}function Df(n){return\"symbol\"==typeof n||Sf(n)&&nu(n)==nn}var $f=Ft?vr(Ft):function(n){return Sf(n)&&Ef(n.length)&&!!jt[nu(n)]};var Mf=mi(pu),Ff=mi(function(n,t){return n<=t});function Nf(n){if(!n)return[];if(xf(n))return Tf(n)?Er(n):ui(n);if(Cr&&n[Cr])return function(n){for(var t,r=[];!(t=n.next()).done;)r.push(t.value);return r}(n[Cr]());var t=Pi(n);return(t==K?jr:t==Q?Or:ga)(n)}function Pf(n){return n?(n=Kf(n))===E||n===-E?(n<0?-1:1)*S:n==n?n:0:0===n?n:0}function qf(n){var t=Pf(n),r=t%1;return t==t?r?t-r:t:0}function Zf(n){return n?Be(qf(n),0,W):0}function Kf(n){if(\"number\"==typeof n)return n;if(Df(n))return L;if(zf(n)){var t=\"function\"==typeof n.valueOf?n.valueOf():n;n=zf(t)?t+\"\":t}if(\"string\"!=typeof n)return 0===n?n:+n;n=pr(n);var r=Nn.test(n);return r||qn.test(n)?It(n.slice(2),r?2:8):Fn.test(n)?L:+n}function Vf(n){return ii(n,aa(n))}function Gf(n){return null==n?\"\":Du(n)}var Hf=fi(function(n,t){if(Qi(t)||xf(t))ii(t,fa(t),n);else for(var r in t)st.call(t,r)&&ze(n,r,t[r])}),Jf=fi(function(n,t){ii(t,aa(t),n)}),Yf=fi(function(n,t,r,e){ii(t,aa(t),n,e)}),Qf=fi(function(n,t,r,e){ii(t,fa(t),n,e)}),Xf=Si(Ue);var na=ku(function(t,r){t=rt(t);var e=-1,u=r.length,i=u>2?r[2]:n;for(i&&Gi(r[0],r[1],i)&&(u=1);++e<u;)for(var o=r[e],f=aa(o),a=-1,c=f.length;++a<c;){var l=f[a],s=t[l];(s===n||gf(s,at[l])&&!st.call(t,l))&&(t[l]=o[l])}return t}),ta=ku(function(t){return t.push(n,Ri),Nt(la,n,t)});function ra(t,r,e){var u=null==t?n:Qe(t,r);return u===n?e:u}function ea(n,t){return null!=n&&qi(n,t,eu)}var ua=gi(function(n,t,r){null!=t&&\"function\"!=typeof t.toString&&(t=vt.call(t)),n[t]=r},za(Wa)),ia=gi(function(n,t,r){null!=t&&\"function\"!=typeof t.toString&&(t=vt.call(t)),st.call(n,t)?n[t].push(r):n[t]=[r]},Ti),oa=ku(iu);function fa(n){return xf(n)?ke(n):su(n)}function aa(n){return xf(n)?ke(n,!0):hu(n)}var ca=fi(function(n,t,r){yu(n,t,r)}),la=fi(function(n,t,r,e){yu(n,t,r,e)}),sa=Si(function(n,t){var r={};if(null==n)return r;var e=!1;t=Jt(t,function(t){return t=Gu(t,n),e||(e=t.length>1),t}),ii(n,Wi(n),r),e&&(r=Te(r,a|c|l,Ei));for(var u=t.length;u--;)Mu(r,t[u]);return r});var ha=Si(function(n,t){return null==n?{}:function(n,t){return wu(n,t,function(t,r){return ea(n,r)})}(n,t)});function pa(n,t){if(null==n)return{};var r=Jt(Wi(n),function(n){return[n]});return t=Ti(t),wu(n,r,function(n,r){return t(n,r[0])})}var va=ki(fa),_a=ki(aa);function ga(n){return null==n?[]:_r(n,fa(n))}var ya=si(function(n,t,r){return t=t.toLowerCase(),n+(r?da(t):t)});function da(n){return Oa(Gf(n).toLowerCase())}function ba(n){return(n=Gf(n))&&n.replace(Kn,br).replace(gt,\"\")}var wa=si(function(n,t,r){return n+(r?\"-\":\"\")+t.toLowerCase()}),ma=si(function(n,t,r){return n+(r?\" \":\"\")+t.toLowerCase()}),xa=li(\"toLowerCase\");var ja=si(function(n,t,r){return n+(r?\"_\":\"\")+t.toLowerCase()});var Aa=si(function(n,t,r){return n+(r?\" \":\"\")+Oa(t)});var ka=si(function(n,t,r){return n+(r?\" \":\"\")+t.toUpperCase()}),Oa=li(\"toUpperCase\");function Ia(t,r,e){return t=Gf(t),(r=e?n:r)===n?function(n){return wt.test(n)}(t)?function(n){return n.match(dt)||[]}(t):function(n){return n.match(Bn)||[]}(t):t.match(r)||[]}var Ra=ku(function(t,r){try{return Nt(t,n,r)}catch(n){return Of(n)?n:new Xn(n)}}),Ea=Si(function(n,t){return qt(t,function(t){t=so(t),Ce(n,t,uf(n[t],n))}),n});function za(n){return function(){return n}}var Sa=vi(),La=vi(!0);function Wa(n){return n}function Ca(n){return lu(\"function\"==typeof n?n:Te(n,a))}var Ua=ku(function(n,t){return function(r){return iu(r,n,t)}}),Ba=ku(function(n,t){return function(r){return iu(n,r,t)}});function Ta(n,t,r){var e=fa(t),u=Ye(t,e);null!=r||zf(t)&&(u.length||!e.length)||(r=t,t=n,n=this,u=Ye(t,fa(t)));var i=!(zf(r)&&\"chain\"in r&&!r.chain),o=If(n);return qt(u,function(r){var e=t[r];n[r]=e,o&&(n.prototype[r]=function(){var t=this.__chain__;if(i||t){var r=n(this.__wrapped__);return(r.__actions__=ui(this.__actions__)).push({func:e,args:arguments,thisArg:n}),r.__chain__=t,r}return e.apply(n,Yt([this.value()],arguments))})}),n}function Da(){}var $a=di(Jt),Ma=di(Kt),Fa=di(nr);function Na(n){return Hi(n)?ar(so(n)):function(n){return function(t){return Qe(t,n)}}(n)}var Pa=wi(),qa=wi(!0);function Za(){return[]}function Ka(){return!1}var Va=yi(function(n,t){return n+t},0),Ga=ji(\"ceil\"),Ha=yi(function(n,t){return n/t},1),Ja=ji(\"floor\");var Ya,Qa=yi(function(n,t){return n*t},1),Xa=ji(\"round\"),nc=yi(function(n,t){return n-t},0);return _e.after=function(n,t){if(\"function\"!=typeof t)throw new it(e);return n=qf(n),function(){if(--n<1)return t.apply(this,arguments)}},_e.ary=rf,_e.assign=Hf,_e.assignIn=Jf,_e.assignInWith=Yf,_e.assignWith=Qf,_e.at=Xf,_e.before=ef,_e.bind=uf,_e.bindAll=Ea,_e.bindKey=of,_e.castArray=function(){if(!arguments.length)return[];var n=arguments[0];return wf(n)?n:[n]},_e.chain=Fo,_e.chunk=function(t,r,e){r=(e?Gi(t,r,e):r===n)?1:Vr(qf(r),0);var u=null==t?0:t.length;if(!u||r<1)return[];for(var i=0,o=0,f=Yn(Mr(u/r));i<u;)f[o++]=Lu(t,i,i+=r);return f},_e.compact=function(n){for(var t=-1,r=null==n?0:n.length,e=0,u=[];++t<r;){var i=n[t];i&&(u[e++]=i)}return u},_e.concat=function(){var n=arguments.length;if(!n)return[];for(var t=Yn(n-1),r=arguments[0],e=n;e--;)t[e-1]=arguments[e];return Yt(wf(r)?ui(r):[r],Ke(t,1))},_e.cond=function(n){var t=null==n?0:n.length,r=Ti();return n=t?Jt(n,function(n){if(\"function\"!=typeof n[1])throw new it(e);return[r(n[0]),n[1]]}):[],ku(function(r){for(var e=-1;++e<t;){var u=n[e];if(Nt(u[0],this,r))return Nt(u[1],this,r)}})},_e.conforms=function(n){return function(n){var t=fa(n);return function(r){return De(r,n,t)}}(Te(n,a))},_e.constant=za,_e.countBy=qo,_e.create=function(n,t){var r=ge(n);return null==t?r:We(r,t)},_e.curry=function t(r,e,u){var i=Oi(r,g,n,n,n,n,n,e=u?n:e);return i.placeholder=t.placeholder,i},_e.curryRight=function t(r,e,u){var i=Oi(r,y,n,n,n,n,n,e=u?n:e);return i.placeholder=t.placeholder,i},_e.debounce=ff,_e.defaults=na,_e.defaultsDeep=ta,_e.defer=af,_e.delay=cf,_e.difference=vo,_e.differenceBy=_o,_e.differenceWith=go,_e.drop=function(t,r,e){var u=null==t?0:t.length;return u?Lu(t,(r=e||r===n?1:qf(r))<0?0:r,u):[]},_e.dropRight=function(t,r,e){var u=null==t?0:t.length;return u?Lu(t,0,(r=u-(r=e||r===n?1:qf(r)))<0?0:r):[]},_e.dropRightWhile=function(n,t){return n&&n.length?Nu(n,Ti(t,3),!0,!0):[]},_e.dropWhile=function(n,t){return n&&n.length?Nu(n,Ti(t,3),!0):[]},_e.fill=function(t,r,e,u){var i=null==t?0:t.length;return i?(e&&\"number\"!=typeof e&&Gi(t,r,e)&&(e=0,u=i),function(t,r,e,u){var i=t.length;for((e=qf(e))<0&&(e=-e>i?0:i+e),(u=u===n||u>i?i:qf(u))<0&&(u+=i),u=e>u?0:Zf(u);e<u;)t[e++]=r;return t}(t,r,e,u)):[]},_e.filter=function(n,t){return(wf(n)?Vt:Ze)(n,Ti(t,3))},_e.flatMap=function(n,t){return Ke(Qo(n,t),1)},_e.flatMapDeep=function(n,t){return Ke(Qo(n,t),E)},_e.flatMapDepth=function(t,r,e){return e=e===n?1:qf(e),Ke(Qo(t,r),e)},_e.flatten=wo,_e.flattenDeep=function(n){return null!=n&&n.length?Ke(n,E):[]},_e.flattenDepth=function(t,r){return null!=t&&t.length?Ke(t,r=r===n?1:qf(r)):[]},_e.flip=function(n){return Oi(n,x)},_e.flow=Sa,_e.flowRight=La,_e.fromPairs=function(n){for(var t=-1,r=null==n?0:n.length,e={};++t<r;){var u=n[t];e[u[0]]=u[1]}return e},_e.functions=function(n){return null==n?[]:Ye(n,fa(n))},_e.functionsIn=function(n){return null==n?[]:Ye(n,aa(n))},_e.groupBy=Ho,_e.initial=function(n){return null!=n&&n.length?Lu(n,0,-1):[]},_e.intersection=xo,_e.intersectionBy=jo,_e.intersectionWith=Ao,_e.invert=ua,_e.invertBy=ia,_e.invokeMap=Jo,_e.iteratee=Ca,_e.keyBy=Yo,_e.keys=fa,_e.keysIn=aa,_e.map=Qo,_e.mapKeys=function(n,t){var r={};return t=Ti(t,3),He(n,function(n,e,u){Ce(r,t(n,e,u),n)}),r},_e.mapValues=function(n,t){var r={};return t=Ti(t,3),He(n,function(n,e,u){Ce(r,e,t(n,e,u))}),r},_e.matches=function(n){return _u(Te(n,a))},_e.matchesProperty=function(n,t){return gu(n,Te(t,a))},_e.memoize=lf,_e.merge=ca,_e.mergeWith=la,_e.method=Ua,_e.methodOf=Ba,_e.mixin=Ta,_e.negate=sf,_e.nthArg=function(n){return n=qf(n),ku(function(t){return du(t,n)})},_e.omit=sa,_e.omitBy=function(n,t){return pa(n,sf(Ti(t)))},_e.once=function(n){return ef(2,n)},_e.orderBy=function(t,r,e,u){return null==t?[]:(wf(r)||(r=null==r?[]:[r]),wf(e=u?n:e)||(e=null==e?[]:[e]),bu(t,r,e))},_e.over=$a,_e.overArgs=hf,_e.overEvery=Ma,_e.overSome=Fa,_e.partial=pf,_e.partialRight=vf,_e.partition=Xo,_e.pick=ha,_e.pickBy=pa,_e.property=Na,_e.propertyOf=function(t){return function(r){return null==t?n:Qe(t,r)}},_e.pull=Oo,_e.pullAll=Io,_e.pullAllBy=function(n,t,r){return n&&n.length&&t&&t.length?mu(n,t,Ti(r,2)):n},_e.pullAllWith=function(t,r,e){return t&&t.length&&r&&r.length?mu(t,r,n,e):t},_e.pullAt=Ro,_e.range=Pa,_e.rangeRight=qa,_e.rearg=_f,_e.reject=function(n,t){return(wf(n)?Vt:Ze)(n,sf(Ti(t,3)))},_e.remove=function(n,t){var r=[];if(!n||!n.length)return r;var e=-1,u=[],i=n.length;for(t=Ti(t,3);++e<i;){var o=n[e];t(o,e,n)&&(r.push(o),u.push(e))}return xu(n,u),r},_e.rest=function(t,r){if(\"function\"!=typeof t)throw new it(e);return ku(t,r=r===n?r:qf(r))},_e.reverse=Eo,_e.sampleSize=function(t,r,e){return r=(e?Gi(t,r,e):r===n)?1:qf(r),(wf(t)?Ie:Iu)(t,r)},_e.set=function(n,t,r){return null==n?n:Ru(n,t,r)},_e.setWith=function(t,r,e,u){return u=\"function\"==typeof u?u:n,null==t?t:Ru(t,r,e,u)},_e.shuffle=function(n){return(wf(n)?Re:Su)(n)},_e.slice=function(t,r,e){var u=null==t?0:t.length;return u?(e&&\"number\"!=typeof e&&Gi(t,r,e)?(r=0,e=u):(r=null==r?0:qf(r),e=e===n?u:qf(e)),Lu(t,r,e)):[]},_e.sortBy=nf,_e.sortedUniq=function(n){return n&&n.length?Bu(n):[]},_e.sortedUniqBy=function(n,t){return n&&n.length?Bu(n,Ti(t,2)):[]},_e.split=function(t,r,e){return e&&\"number\"!=typeof e&&Gi(t,r,e)&&(r=e=n),(e=e===n?W:e>>>0)?(t=Gf(t))&&(\"string\"==typeof r||null!=r&&!Uf(r))&&!(r=Du(r))&&xr(t)?Ju(Er(t),0,e):t.split(r,e):[]},_e.spread=function(n,t){if(\"function\"!=typeof n)throw new it(e);return t=null==t?0:Vr(qf(t),0),ku(function(r){var e=r[t],u=Ju(r,0,t);return e&&Yt(u,e),Nt(n,this,u)})},_e.tail=function(n){var t=null==n?0:n.length;return t?Lu(n,1,t):[]},_e.take=function(t,r,e){return t&&t.length?Lu(t,0,(r=e||r===n?1:qf(r))<0?0:r):[]},_e.takeRight=function(t,r,e){var u=null==t?0:t.length;return u?Lu(t,(r=u-(r=e||r===n?1:qf(r)))<0?0:r,u):[]},_e.takeRightWhile=function(n,t){return n&&n.length?Nu(n,Ti(t,3),!1,!0):[]},_e.takeWhile=function(n,t){return n&&n.length?Nu(n,Ti(t,3)):[]},_e.tap=function(n,t){return t(n),n},_e.throttle=function(n,t,r){var u=!0,i=!0;if(\"function\"!=typeof n)throw new it(e);return zf(r)&&(u=\"leading\"in r?!!r.leading:u,i=\"trailing\"in r?!!r.trailing:i),ff(n,t,{leading:u,maxWait:t,trailing:i})},_e.thru=No,_e.toArray=Nf,_e.toPairs=va,_e.toPairsIn=_a,_e.toPath=function(n){return wf(n)?Jt(n,so):Df(n)?[n]:ui(lo(Gf(n)))},_e.toPlainObject=Vf,_e.transform=function(n,t,r){var e=wf(n),u=e||Af(n)||$f(n);if(t=Ti(t,4),null==r){var i=n&&n.constructor;r=u?e?new i:[]:zf(n)&&If(i)?ge(Ct(n)):{}}return(u?qt:He)(n,function(n,e,u){return t(r,n,e,u)}),r},_e.unary=function(n){return rf(n,1)},_e.union=zo,_e.unionBy=So,_e.unionWith=Lo,_e.uniq=function(n){return n&&n.length?$u(n):[]},_e.uniqBy=function(n,t){return n&&n.length?$u(n,Ti(t,2)):[]},_e.uniqWith=function(t,r){return r=\"function\"==typeof r?r:n,t&&t.length?$u(t,n,r):[]},_e.unset=function(n,t){return null==n||Mu(n,t)},_e.unzip=Wo,_e.unzipWith=Co,_e.update=function(n,t,r){return null==n?n:Fu(n,t,Vu(r))},_e.updateWith=function(t,r,e,u){return u=\"function\"==typeof u?u:n,null==t?t:Fu(t,r,Vu(e),u)},_e.values=ga,_e.valuesIn=function(n){return null==n?[]:_r(n,aa(n))},_e.without=Uo,_e.words=Ia,_e.wrap=function(n,t){return pf(Vu(t),n)},_e.xor=Bo,_e.xorBy=To,_e.xorWith=Do,_e.zip=$o,_e.zipObject=function(n,t){return Zu(n||[],t||[],ze)},_e.zipObjectDeep=function(n,t){return Zu(n||[],t||[],Ru)},_e.zipWith=Mo,_e.entries=va,_e.entriesIn=_a,_e.extend=Jf,_e.extendWith=Yf,Ta(_e,_e),_e.add=Va,_e.attempt=Ra,_e.camelCase=ya,_e.capitalize=da,_e.ceil=Ga,_e.clamp=function(t,r,e){return e===n&&(e=r,r=n),e!==n&&(e=(e=Kf(e))==e?e:0),r!==n&&(r=(r=Kf(r))==r?r:0),Be(Kf(t),r,e)},_e.clone=function(n){return Te(n,l)},_e.cloneDeep=function(n){return Te(n,a|l)},_e.cloneDeepWith=function(t,r){return Te(t,a|l,r=\"function\"==typeof r?r:n)},_e.cloneWith=function(t,r){return Te(t,l,r=\"function\"==typeof r?r:n)},_e.conformsTo=function(n,t){return null==t||De(n,t,fa(t))},_e.deburr=ba,_e.defaultTo=function(n,t){return null==n||n!=n?t:n},_e.divide=Ha,_e.endsWith=function(t,r,e){t=Gf(t),r=Du(r);var u=t.length,i=e=e===n?u:Be(qf(e),0,u);return(e-=r.length)>=0&&t.slice(e,i)==r},_e.eq=gf,_e.escape=function(n){return(n=Gf(n))&&xn.test(n)?n.replace(wn,wr):n},_e.escapeRegExp=function(n){return(n=Gf(n))&&zn.test(n)?n.replace(En,\"\\\\\\\\$&\"):n},_e.every=function(t,r,e){var u=wf(t)?Kt:Pe;return e&&Gi(t,r,e)&&(r=n),u(t,Ti(r,3))},_e.find=Zo,_e.findIndex=yo,_e.findKey=function(n,t){return rr(n,Ti(t,3),He)},_e.findLast=Ko,_e.findLastIndex=bo,_e.findLastKey=function(n,t){return rr(n,Ti(t,3),Je)},_e.floor=Ja,_e.forEach=Vo,_e.forEachRight=Go,_e.forIn=function(n,t){return null==n?n:Ve(n,Ti(t,3),aa)},_e.forInRight=function(n,t){return null==n?n:Ge(n,Ti(t,3),aa)},_e.forOwn=function(n,t){return n&&He(n,Ti(t,3))},_e.forOwnRight=function(n,t){return n&&Je(n,Ti(t,3))},_e.get=ra,_e.gt=yf,_e.gte=df,_e.has=function(n,t){return null!=n&&qi(n,t,ru)},_e.hasIn=ea,_e.head=mo,_e.identity=Wa,_e.includes=function(n,t,r,e){n=xf(n)?n:ga(n),r=r&&!e?qf(r):0;var u=n.length;return r<0&&(r=Vr(u+r,0)),Tf(n)?r<=u&&n.indexOf(t,r)>-1:!!u&&ur(n,t,r)>-1},_e.indexOf=function(n,t,r){var e=null==n?0:n.length;if(!e)return-1;var u=null==r?0:qf(r);return u<0&&(u=Vr(e+u,0)),ur(n,t,u)},_e.inRange=function(t,r,e){return r=Pf(r),e===n?(e=r,r=0):e=Pf(e),function(n,t,r){return n>=Gr(t,r)&&n<Vr(t,r)}(t=Kf(t),r,e)},_e.invoke=oa,_e.isArguments=bf,_e.isArray=wf,_e.isArrayBuffer=mf,_e.isArrayLike=xf,_e.isArrayLikeObject=jf,_e.isBoolean=function(n){return!0===n||!1===n||Sf(n)&&nu(n)==M},_e.isBuffer=Af,_e.isDate=kf,_e.isElement=function(n){return Sf(n)&&1===n.nodeType&&!Cf(n)},_e.isEmpty=function(n){if(null==n)return!0;if(xf(n)&&(wf(n)||\"string\"==typeof n||\"function\"==typeof n.splice||Af(n)||$f(n)||bf(n)))return!n.length;var t=Pi(n);if(t==K||t==Q)return!n.size;if(Qi(n))return!su(n).length;for(var r in n)if(st.call(n,r))return!1;return!0},_e.isEqual=function(n,t){return fu(n,t)},_e.isEqualWith=function(t,r,e){var u=(e=\"function\"==typeof e?e:n)?e(t,r):n;return u===n?fu(t,r,n,e):!!u},_e.isError=Of,_e.isFinite=function(n){return\"number\"==typeof n&&qr(n)},_e.isFunction=If,_e.isInteger=Rf,_e.isLength=Ef,_e.isMap=Lf,_e.isMatch=function(n,t){return n===t||au(n,t,$i(t))},_e.isMatchWith=function(t,r,e){return e=\"function\"==typeof e?e:n,au(t,r,$i(r),e)},_e.isNaN=function(n){return Wf(n)&&n!=+n},_e.isNative=function(n){if(Yi(n))throw new Xn(r);return cu(n)},_e.isNil=function(n){return null==n},_e.isNull=function(n){return null===n},_e.isNumber=Wf,_e.isObject=zf,_e.isObjectLike=Sf,_e.isPlainObject=Cf,_e.isRegExp=Uf,_e.isSafeInteger=function(n){return Rf(n)&&n>=-z&&n<=z},_e.isSet=Bf,_e.isString=Tf,_e.isSymbol=Df,_e.isTypedArray=$f,_e.isUndefined=function(t){return t===n},_e.isWeakMap=function(n){return Sf(n)&&Pi(n)==rn},_e.isWeakSet=function(n){return Sf(n)&&nu(n)==en},_e.join=function(n,t){return null==n?\"\":Zr.call(n,t)},_e.kebabCase=wa,_e.last=ko,_e.lastIndexOf=function(t,r,e){var u=null==t?0:t.length;if(!u)return-1;var i=u;return e!==n&&(i=(i=qf(e))<0?Vr(u+i,0):Gr(i,u-1)),r==r?function(n,t,r){for(var e=r+1;e--;)if(n[e]===t)return e;return e}(t,r,i):er(t,or,i,!0)},_e.lowerCase=ma,_e.lowerFirst=xa,_e.lt=Mf,_e.lte=Ff,_e.max=function(t){return t&&t.length?qe(t,Wa,tu):n},_e.maxBy=function(t,r){return t&&t.length?qe(t,Ti(r,2),tu):n},_e.mean=function(n){return fr(n,Wa)},_e.meanBy=function(n,t){return fr(n,Ti(t,2))},_e.min=function(t){return t&&t.length?qe(t,Wa,pu):n},_e.minBy=function(t,r){return t&&t.length?qe(t,Ti(r,2),pu):n},_e.stubArray=Za,_e.stubFalse=Ka,_e.stubObject=function(){return{}},_e.stubString=function(){return\"\"},_e.stubTrue=function(){return!0},_e.multiply=Qa,_e.nth=function(t,r){return t&&t.length?du(t,qf(r)):n},_e.noConflict=function(){return zt._===this&&(zt._=bt),this},_e.noop=Da,_e.now=tf,_e.pad=function(n,t,r){n=Gf(n);var e=(t=qf(t))?Rr(n):0;if(!t||e>=t)return n;var u=(t-e)/2;return bi(Fr(u),r)+n+bi(Mr(u),r)},_e.padEnd=function(n,t,r){n=Gf(n);var e=(t=qf(t))?Rr(n):0;return t&&e<t?n+bi(t-e,r):n},_e.padStart=function(n,t,r){n=Gf(n);var e=(t=qf(t))?Rr(n):0;return t&&e<t?bi(t-e,r)+n:n},_e.parseInt=function(n,t,r){return r||null==t?t=0:t&&(t=+t),Jr(Gf(n).replace(Sn,\"\"),t||0)},_e.random=function(t,r,e){if(e&&\"boolean\"!=typeof e&&Gi(t,r,e)&&(r=e=n),e===n&&(\"boolean\"==typeof r?(e=r,r=n):\"boolean\"==typeof t&&(e=t,t=n)),t===n&&r===n?(t=0,r=1):(t=Pf(t),r===n?(r=t,t=0):r=Pf(r)),t>r){var u=t;t=r,r=u}if(e||t%1||r%1){var i=Yr();return Gr(t+i*(r-t+Ot(\"1e-\"+((i+\"\").length-1))),r)}return ju(t,r)},_e.reduce=function(n,t,r){var e=wf(n)?Qt:lr,u=arguments.length<3;return e(n,Ti(t,4),r,u,Fe)},_e.reduceRight=function(n,t,r){var e=wf(n)?Xt:lr,u=arguments.length<3;return e(n,Ti(t,4),r,u,Ne)},_e.repeat=function(t,r,e){return r=(e?Gi(t,r,e):r===n)?1:qf(r),Au(Gf(t),r)},_e.replace=function(){var n=arguments,t=Gf(n[0]);return n.length<3?t:t.replace(n[1],n[2])},_e.result=function(t,r,e){var u=-1,i=(r=Gu(r,t)).length;for(i||(i=1,t=n);++u<i;){var o=null==t?n:t[so(r[u])];o===n&&(u=i,o=e),t=If(o)?o.call(t):o}return t},_e.round=Xa,_e.runInContext=Ln,_e.sample=function(n){return(wf(n)?Oe:Ou)(n)},_e.size=function(n){if(null==n)return 0;if(xf(n))return Tf(n)?Rr(n):n.length;var t=Pi(n);return t==K||t==Q?n.size:su(n).length},_e.snakeCase=ja,_e.some=function(t,r,e){var u=wf(t)?nr:Wu;return e&&Gi(t,r,e)&&(r=n),u(t,Ti(r,3))},_e.sortedIndex=function(n,t){return Cu(n,t)},_e.sortedIndexBy=function(n,t,r){return Uu(n,t,Ti(r,2))},_e.sortedIndexOf=function(n,t){var r=null==n?0:n.length;if(r){var e=Cu(n,t);if(e<r&&gf(n[e],t))return e}return-1},_e.sortedLastIndex=function(n,t){return Cu(n,t,!0)},_e.sortedLastIndexBy=function(n,t,r){return Uu(n,t,Ti(r,2),!0)},_e.sortedLastIndexOf=function(n,t){if(null!=n&&n.length){var r=Cu(n,t,!0)-1;if(gf(n[r],t))return r}return-1},_e.startCase=Aa,_e.startsWith=function(n,t,r){return n=Gf(n),r=null==r?0:Be(qf(r),0,n.length),t=Du(t),n.slice(r,r+t.length)==t},_e.subtract=nc,_e.sum=function(n){return n&&n.length?sr(n,Wa):0},_e.sumBy=function(n,t){return n&&n.length?sr(n,Ti(t,2)):0},_e.template=function(t,r,e){var i=_e.templateSettings;e&&Gi(t,r,e)&&(r=n),t=Gf(t),r=Yf({},r,i,Ii);var o,f,a=Yf({},r.imports,i.imports,Ii),c=fa(a),l=_r(a,c),s=0,h=r.interpolate||Vn,p=\"__p += \\'\",v=et((r.escape||Vn).source+\"|\"+h.source+\"|\"+(h===kn?$n:Vn).source+\"|\"+(r.evaluate||Vn).source+\"|$\",\"g\"),_=\"//# sourceURL=\"+(st.call(r,\"sourceURL\")?(r.sourceURL+\"\").replace(/\\\\s/g,\" \"):\"lodash.templateSources[\"+ ++xt+\"]\")+\"\\\\n\";t.replace(v,function(n,r,e,u,i,a){return e||(e=u),p+=t.slice(s,a).replace(Gn,mr),r&&(o=!0,p+=\"\\' +\\\\n__e(\"+r+\") +\\\\n\\'\"),i&&(f=!0,p+=\"\\';\\\\n\"+i+\";\\\\n__p += \\'\"),e&&(p+=\"\\' +\\\\n((__t = (\"+e+\")) == null ? \\'\\' : __t) +\\\\n\\'\"),s=a+n.length,n}),p+=\"\\';\\\\n\";var g=st.call(r,\"variable\")&&r.variable;if(g){if(Tn.test(g))throw new Xn(u)}else p=\"with (obj) {\\\\n\"+p+\"\\\\n}\\\\n\";p=(f?p.replace(gn,\"\"):p).replace(yn,\"$1\").replace(dn,\"$1;\"),p=\"function(\"+(g||\"obj\")+\") {\\\\n\"+(g?\"\":\"obj || (obj = {});\\\\n\")+\"var __t, __p = \\'\\'\"+(o?\", __e = _.escape\":\"\")+(f?\", __j = Array.prototype.join;\\\\nfunction print() { __p += __j.call(arguments, \\'\\') }\\\\n\":\";\\\\n\")+p+\"return __p\\\\n}\";var y=Ra(function(){return nt(c,_+\"return \"+p).apply(n,l)});if(y.source=p,Of(y))throw y;return y},_e.times=function(n,t){if((n=qf(n))<1||n>z)return[];var r=W,e=Gr(n,W);t=Ti(t),n-=W;for(var u=hr(e,t);++r<n;)t(r);return u},_e.toFinite=Pf,_e.toInteger=qf,_e.toLength=Zf,_e.toLower=function(n){return Gf(n).toLowerCase()},_e.toNumber=Kf,_e.toSafeInteger=function(n){return n?Be(qf(n),-z,z):0===n?n:0},_e.toString=Gf,_e.toUpper=function(n){return Gf(n).toUpperCase()},_e.trim=function(t,r,e){if((t=Gf(t))&&(e||r===n))return pr(t);if(!t||!(r=Du(r)))return t;var u=Er(t),i=Er(r);return Ju(u,yr(u,i),dr(u,i)+1).join(\"\")},_e.trimEnd=function(t,r,e){if((t=Gf(t))&&(e||r===n))return t.slice(0,zr(t)+1);if(!t||!(r=Du(r)))return t;var u=Er(t);return Ju(u,0,dr(u,Er(r))+1).join(\"\")},_e.trimStart=function(t,r,e){if((t=Gf(t))&&(e||r===n))return t.replace(Sn,\"\");if(!t||!(r=Du(r)))return t;var u=Er(t);return Ju(u,yr(u,Er(r))).join(\"\")},_e.truncate=function(t,r){var e=j,u=A;if(zf(r)){var i=\"separator\"in r?r.separator:i;e=\"length\"in r?qf(r.length):e,u=\"omission\"in r?Du(r.omission):u}var o=(t=Gf(t)).length;if(xr(t)){var f=Er(t);o=f.length}if(e>=o)return t;var a=e-Rr(u);if(a<1)return u;var c=f?Ju(f,0,a).join(\"\"):t.slice(0,a);if(i===n)return c+u;if(f&&(a+=c.length-a),Uf(i)){if(t.slice(a).search(i)){var l,s=c;for(i.global||(i=et(i.source,Gf(Mn.exec(i))+\"g\")),i.lastIndex=0;l=i.exec(s);)var h=l.index;c=c.slice(0,h===n?a:h)}}else if(t.indexOf(Du(i),a)!=a){var p=c.lastIndexOf(i);p>-1&&(c=c.slice(0,p))}return c+u},_e.unescape=function(n){return(n=Gf(n))&&mn.test(n)?n.replace(bn,Sr):n},_e.uniqueId=function(n){var t=++ht;return Gf(n)+t},_e.upperCase=ka,_e.upperFirst=Oa,_e.each=Vo,_e.eachRight=Go,_e.first=mo,Ta(_e,(Ya={},He(_e,function(n,t){st.call(_e.prototype,t)||(Ya[t]=n)}),Ya),{chain:!1}),_e.VERSION=\"4.17.21\",qt([\"bind\",\"bindKey\",\"curry\",\"curryRight\",\"partial\",\"partialRight\"],function(n){_e[n].placeholder=_e}),qt([\"drop\",\"take\"],function(t,r){be.prototype[t]=function(e){e=e===n?1:Vr(qf(e),0);var u=this.__filtered__&&!r?new be(this):this.clone();return u.__filtered__?u.__takeCount__=Gr(e,u.__takeCount__):u.__views__.push({size:Gr(e,W),type:t+(u.__dir__<0?\"Right\":\"\")}),u},be.prototype[t+\"Right\"]=function(n){return this.reverse()[t](n).reverse()}}),qt([\"filter\",\"map\",\"takeWhile\"],function(n,t){var r=t+1,e=r==I||3==r;be.prototype[n]=function(n){var t=this.clone();return t.__iteratees__.push({iteratee:Ti(n,3),type:r}),t.__filtered__=t.__filtered__||e,t}}),qt([\"head\",\"last\"],function(n,t){var r=\"take\"+(t?\"Right\":\"\");be.prototype[n]=function(){return this[r](1).value()[0]}}),qt([\"initial\",\"tail\"],function(n,t){var r=\"drop\"+(t?\"\":\"Right\");be.prototype[n]=function(){return this.__filtered__?new be(this):this[r](1)}}),be.prototype.compact=function(){return this.filter(Wa)},be.prototype.find=function(n){return this.filter(n).head()},be.prototype.findLast=function(n){return this.reverse().find(n)},be.prototype.invokeMap=ku(function(n,t){return\"function\"==typeof n?new be(this):this.map(function(r){return iu(r,n,t)})}),be.prototype.reject=function(n){return this.filter(sf(Ti(n)))},be.prototype.slice=function(t,r){t=qf(t);var e=this;return e.__filtered__&&(t>0||r<0)?new be(e):(t<0?e=e.takeRight(-t):t&&(e=e.drop(t)),r!==n&&(e=(r=qf(r))<0?e.dropRight(-r):e.take(r-t)),e)},be.prototype.takeRightWhile=function(n){return this.reverse().takeWhile(n).reverse()},be.prototype.toArray=function(){return this.take(W)},He(be.prototype,function(t,r){var e=/^(?:filter|find|map|reject)|While$/.test(r),u=/^(?:head|last)$/.test(r),i=_e[u?\"take\"+(\"last\"==r?\"Right\":\"\"):r],o=u||/^find/.test(r);i&&(_e.prototype[r]=function(){var r=this.__wrapped__,f=u?[1]:arguments,a=r instanceof be,c=f[0],l=a||wf(r),s=function(n){var t=i.apply(_e,Yt([n],f));return u&&h?t[0]:t};l&&e&&\"function\"==typeof c&&1!=c.length&&(a=l=!1);var h=this.__chain__,p=!!this.__actions__.length,v=o&&!h,_=a&&!p;if(!o&&l){r=_?r:new be(this);var g=t.apply(r,f);return g.__actions__.push({func:No,args:[s],thisArg:n}),new de(g,h)}return v&&_?t.apply(this,f):(g=this.thru(s),v?u?g.value()[0]:g.value():g)})}),qt([\"pop\",\"push\",\"shift\",\"sort\",\"splice\",\"unshift\"],function(n){var t=ot[n],r=/^(?:push|sort|unshift)$/.test(n)?\"tap\":\"thru\",e=/^(?:pop|shift)$/.test(n);_e.prototype[n]=function(){var n=arguments;if(e&&!this.__chain__){var u=this.value();return t.apply(wf(u)?u:[],n)}return this[r](function(r){return t.apply(wf(r)?r:[],n)})}}),He(be.prototype,function(n,t){var r=_e[t];if(r){var e=r.name+\"\";st.call(oe,e)||(oe[e]=[]),oe[e].push({name:t,func:r})}}),oe[_i(n,v).name]=[{name:\"wrapper\",func:n}],be.prototype.clone=function(){var n=new be(this.__wrapped__);return n.__actions__=ui(this.__actions__),n.__dir__=this.__dir__,n.__filtered__=this.__filtered__,n.__iteratees__=ui(this.__iteratees__),n.__takeCount__=this.__takeCount__,n.__views__=ui(this.__views__),n},be.prototype.reverse=function(){if(this.__filtered__){var n=new be(this);n.__dir__=-1,n.__filtered__=!0}else(n=this.clone()).__dir__*=-1;return n},be.prototype.value=function(){var n=this.__wrapped__.value(),t=this.__dir__,r=wf(n),e=t<0,u=r?n.length:0,i=function(n,t,r){for(var e=-1,u=r.length;++e<u;){var i=r[e],o=i.size;switch(i.type){case\"drop\":n+=o;break;case\"dropRight\":t-=o;break;case\"take\":t=Gr(t,n+o);break;case\"takeRight\":n=Vr(n,t-o)}}return{start:n,end:t}}(0,u,this.__views__),o=i.start,f=i.end,a=f-o,c=e?f:o-1,l=this.__iteratees__,s=l.length,h=0,p=Gr(a,this.__takeCount__);if(!r||!e&&u==a&&p==a)return Pu(n,this.__actions__);var v=[];n:for(;a--&&h<p;){for(var _=-1,g=n[c+=t];++_<s;){var y=l[_],d=y.iteratee,b=y.type,w=d(g);if(b==R)g=w;else if(!w){if(b==I)continue n;break n}}v[h++]=g}return v},_e.prototype.at=Po,_e.prototype.chain=function(){return Fo(this)},_e.prototype.commit=function(){return new de(this.value(),this.__chain__)},_e.prototype.next=function(){this.__values__===n&&(this.__values__=Nf(this.value()));var t=this.__index__>=this.__values__.length;return{done:t,value:t?n:this.__values__[this.__index__++]}},_e.prototype.plant=function(t){for(var r,e=this;e instanceof ye;){var u=po(e);u.__index__=0,u.__values__=n,r?i.__wrapped__=u:r=u;var i=u;e=e.__wrapped__}return i.__wrapped__=t,r},_e.prototype.reverse=function(){var t=this.__wrapped__;if(t instanceof be){var r=t;return this.__actions__.length&&(r=new be(this)),(r=r.reverse()).__actions__.push({func:No,args:[Eo],thisArg:n}),new de(r,this.__chain__)}return this.thru(Eo)},_e.prototype.toJSON=_e.prototype.valueOf=_e.prototype.value=function(){return Pu(this.__wrapped__,this.__actions__)},_e.prototype.first=_e.prototype.head,Cr&&(_e.prototype[Cr]=function(){return this}),_e}();\"function\"==typeof define&&\"object\"==typeof define.amd&&define.amd?(zt._=Lr,define(function(){return Lr})):Lt?((Lt.exports=Lr)._=Lr,St._=Lr):zt._=Lr}).call(this);\\n\\n}).call(this)}).call(this,typeof global !== \"undefined\" ? global : typeof self !== \"undefined\" ? self : typeof window !== \"undefined\" ? window : {})}, {}];\\nwindow.modules[\"153\"] = [function(require,module,exports){var objectWithoutPropertiesLoose=require(406);function _objectWithoutProperties(e,o){if(null==e)return{};var t,r,s=objectWithoutPropertiesLoose(e,o);if(Object.getOwnPropertySymbols){var u=Object.getOwnPropertySymbols(e);for(r=0;r<u.length;r++)t=u[r],o.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(s[t]=e[t])}return s}module.exports=_objectWithoutProperties,module.exports.__esModule=!0,module.exports.default=module.exports;\\n}, {\"406\":406}];\\nwindow.modules[\"155\"] = [function(require,module,exports){\"use strict\";var _noop=require(362);function initProductClickEventListener(e){var n=e.querySelector(\".offer-link\"),t=window.handleProductClick||_noop;n&&n.addEventListener(\"click\",function(){return t(n)})}module.exports={initProductClickEventListener:initProductClickEventListener};\\n}, {\"362\":362}];\\nwindow.modules[\"157\"] = [function(require,module,exports){var superPropBase=require(400);function _get(){return\"undefined\"!=typeof Reflect&&Reflect.get?(module.exports=_get=Reflect.get,module.exports.__esModule=!0,module.exports.default=module.exports):(module.exports=_get=function(e,t,o){var r=superPropBase(e,t);if(r){var u=Object.getOwnPropertyDescriptor(r,t);return u.get?u.get.call(arguments.length<3?e:o):u.value}},module.exports.__esModule=!0,module.exports.default=module.exports),_get.apply(this,arguments)}module.exports=_get,module.exports.__esModule=!0,module.exports.default=module.exports;\\n}, {\"400\":400}];\\nwindow.modules[\"161\"] = [function(require,module,exports){(function (Buffer){(function (){\\n\"use strict\";var base64=require(3292),ieee754=require(3354);exports.Buffer=Buffer,exports.SlowBuffer=SlowBuffer,exports.INSPECT_MAX_BYTES=50;var K_MAX_LENGTH=2147483647;function typedArraySupport(){try{var e=new Uint8Array(1);return e.__proto__={__proto__:Uint8Array.prototype,foo:function(){return 42}},42===e.foo()}catch(e){return!1}}function createBuffer(e){if(e>K_MAX_LENGTH)throw new RangeError(\\'The value \"\\'+e+\\'\" is invalid for option \"size\"\\');var t=new Uint8Array(e);return t.__proto__=Buffer.prototype,t}function Buffer(e,t,r){if(\"number\"==typeof e){if(\"string\"==typeof t)throw new TypeError(\\'The \"string\" argument must be of type string. Received type number\\');return allocUnsafe(e)}return from(e,t,r)}function from(e,t,r){if(\"string\"==typeof e)return fromString(e,t);if(ArrayBuffer.isView(e))return fromArrayLike(e);if(null==e)throw TypeError(\"The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type \"+typeof e);if(isInstance(e,ArrayBuffer)||e&&isInstance(e.buffer,ArrayBuffer))return fromArrayBuffer(e,t,r);if(\"number\"==typeof e)throw new TypeError(\\'The \"value\" argument must not be of type number. Received type number\\');var n=e.valueOf&&e.valueOf();if(null!=n&&n!==e)return Buffer.from(n,t,r);var f=fromObject(e);if(f)return f;if(\"undefined\"!=typeof Symbol&&null!=Symbol.toPrimitive&&\"function\"==typeof e[Symbol.toPrimitive])return Buffer.from(e[Symbol.toPrimitive](\"string\"),t,r);throw new TypeError(\"The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type \"+typeof e)}function assertSize(e){if(\"number\"!=typeof e)throw new TypeError(\\'\"size\" argument must be of type number\\');if(e<0)throw new RangeError(\\'The value \"\\'+e+\\'\" is invalid for option \"size\"\\')}function alloc(e,t,r){return assertSize(e),e<=0?createBuffer(e):void 0!==t?\"string\"==typeof r?createBuffer(e).fill(t,r):createBuffer(e).fill(t):createBuffer(e)}function allocUnsafe(e){return assertSize(e),createBuffer(e<0?0:0|checked(e))}function fromString(e,t){if(\"string\"==typeof t&&\"\"!==t||(t=\"utf8\"),!Buffer.isEncoding(t))throw new TypeError(\"Unknown encoding: \"+t);var r=0|byteLength(e,t),n=createBuffer(r),f=n.write(e,t);return f!==r&&(n=n.slice(0,f)),n}function fromArrayLike(e){for(var t=e.length<0?0:0|checked(e.length),r=createBuffer(t),n=0;n<t;n+=1)r[n]=255&e[n];return r}function fromArrayBuffer(e,t,r){if(t<0||e.byteLength<t)throw new RangeError(\\'\"offset\" is outside of buffer bounds\\');if(e.byteLength<t+(r||0))throw new RangeError(\\'\"length\" is outside of buffer bounds\\');var n;return(n=void 0===t&&void 0===r?new Uint8Array(e):void 0===r?new Uint8Array(e,t):new Uint8Array(e,t,r)).__proto__=Buffer.prototype,n}function fromObject(e){if(Buffer.isBuffer(e)){var t=0|checked(e.length),r=createBuffer(t);return 0===r.length?r:(e.copy(r,0,0,t),r)}return void 0!==e.length?\"number\"!=typeof e.length||numberIsNaN(e.length)?createBuffer(0):fromArrayLike(e):\"Buffer\"===e.type&&Array.isArray(e.data)?fromArrayLike(e.data):void 0}function checked(e){if(e>=K_MAX_LENGTH)throw new RangeError(\"Attempt to allocate Buffer larger than maximum size: 0x\"+K_MAX_LENGTH.toString(16)+\" bytes\");return 0|e}function SlowBuffer(e){return+e!=e&&(e=0),Buffer.alloc(+e)}function byteLength(e,t){if(Buffer.isBuffer(e))return e.length;if(ArrayBuffer.isView(e)||isInstance(e,ArrayBuffer))return e.byteLength;if(\"string\"!=typeof e)throw new TypeError(\\'The \"string\" argument must be one of type string, Buffer, or ArrayBuffer. Received type \\'+typeof e);var r=e.length,n=arguments.length>2&&!0===arguments[2];if(!n&&0===r)return 0;for(var f=!1;;)switch(t){case\"ascii\":case\"latin1\":case\"binary\":return r;case\"utf8\":case\"utf-8\":return utf8ToBytes(e).length;case\"ucs2\":case\"ucs-2\":case\"utf16le\":case\"utf-16le\":return 2*r;case\"hex\":return r>>>1;case\"base64\":return base64ToBytes(e).length;default:if(f)return n?-1:utf8ToBytes(e).length;t=(\"\"+t).toLowerCase(),f=!0}}function slowToString(e,t,r){var n=!1;if((void 0===t||t<0)&&(t=0),t>this.length)return\"\";if((void 0===r||r>this.length)&&(r=this.length),r<=0)return\"\";if((r>>>=0)<=(t>>>=0))return\"\";for(e||(e=\"utf8\");;)switch(e){case\"hex\":return hexSlice(this,t,r);case\"utf8\":case\"utf-8\":return utf8Slice(this,t,r);case\"ascii\":return asciiSlice(this,t,r);case\"latin1\":case\"binary\":return latin1Slice(this,t,r);case\"base64\":return base64Slice(this,t,r);case\"ucs2\":case\"ucs-2\":case\"utf16le\":case\"utf-16le\":return utf16leSlice(this,t,r);default:if(n)throw new TypeError(\"Unknown encoding: \"+e);e=(e+\"\").toLowerCase(),n=!0}}function swap(e,t,r){var n=e[t];e[t]=e[r],e[r]=n}function bidirectionalIndexOf(e,t,r,n,f){if(0===e.length)return-1;if(\"string\"==typeof r?(n=r,r=0):r>2147483647?r=2147483647:r<-2147483648&&(r=-2147483648),numberIsNaN(r=+r)&&(r=f?0:e.length-1),r<0&&(r=e.length+r),r>=e.length){if(f)return-1;r=e.length-1}else if(r<0){if(!f)return-1;r=0}if(\"string\"==typeof t&&(t=Buffer.from(t,n)),Buffer.isBuffer(t))return 0===t.length?-1:arrayIndexOf(e,t,r,n,f);if(\"number\"==typeof t)return t&=255,\"function\"==typeof Uint8Array.prototype.indexOf?f?Uint8Array.prototype.indexOf.call(e,t,r):Uint8Array.prototype.lastIndexOf.call(e,t,r):arrayIndexOf(e,[t],r,n,f);throw new TypeError(\"val must be string, number or Buffer\")}function arrayIndexOf(e,t,r,n,f){var i,o=1,u=e.length,s=t.length;if(void 0!==n&&(\"ucs2\"===(n=String(n).toLowerCase())||\"ucs-2\"===n||\"utf16le\"===n||\"utf-16le\"===n)){if(e.length<2||t.length<2)return-1;o=2,u/=2,s/=2,r/=2}function a(e,t){return 1===o?e[t]:e.readUInt16BE(t*o)}if(f){var h=-1;for(i=r;i<u;i++)if(a(e,i)===a(t,-1===h?0:i-h)){if(-1===h&&(h=i),i-h+1===s)return h*o}else-1!==h&&(i-=i-h),h=-1}else for(r+s>u&&(r=u-s),i=r;i>=0;i--){for(var c=!0,l=0;l<s;l++)if(a(e,i+l)!==a(t,l)){c=!1;break}if(c)return i}return-1}function hexWrite(e,t,r,n){r=Number(r)||0;var f=e.length-r;n?(n=Number(n))>f&&(n=f):n=f;var i=t.length;n>i/2&&(n=i/2);for(var o=0;o<n;++o){var u=parseInt(t.substr(2*o,2),16);if(numberIsNaN(u))return o;e[r+o]=u}return o}function utf8Write(e,t,r,n){return blitBuffer(utf8ToBytes(t,e.length-r),e,r,n)}function asciiWrite(e,t,r,n){return blitBuffer(asciiToBytes(t),e,r,n)}function latin1Write(e,t,r,n){return asciiWrite(e,t,r,n)}function base64Write(e,t,r,n){return blitBuffer(base64ToBytes(t),e,r,n)}function ucs2Write(e,t,r,n){return blitBuffer(utf16leToBytes(t,e.length-r),e,r,n)}function base64Slice(e,t,r){return 0===t&&r===e.length?base64.fromByteArray(e):base64.fromByteArray(e.slice(t,r))}function utf8Slice(e,t,r){r=Math.min(e.length,r);for(var n=[],f=t;f<r;){var i,o,u,s,a=e[f],h=null,c=a>239?4:a>223?3:a>191?2:1;if(f+c<=r)switch(c){case 1:a<128&&(h=a);break;case 2:128==(192&(i=e[f+1]))&&(s=(31&a)<<6|63&i)>127&&(h=s);break;case 3:i=e[f+1],o=e[f+2],128==(192&i)&&128==(192&o)&&(s=(15&a)<<12|(63&i)<<6|63&o)>2047&&(s<55296||s>57343)&&(h=s);break;case 4:i=e[f+1],o=e[f+2],u=e[f+3],128==(192&i)&&128==(192&o)&&128==(192&u)&&(s=(15&a)<<18|(63&i)<<12|(63&o)<<6|63&u)>65535&&s<1114112&&(h=s)}null===h?(h=65533,c=1):h>65535&&(h-=65536,n.push(h>>>10&1023|55296),h=56320|1023&h),n.push(h),f+=c}return decodeCodePointsArray(n)}exports.kMaxLength=K_MAX_LENGTH,Buffer.TYPED_ARRAY_SUPPORT=typedArraySupport(),Buffer.TYPED_ARRAY_SUPPORT||\"undefined\"==typeof console||\"function\"!=typeof console.error||console.error(\"This browser lacks typed array (Uint8Array) support which is required by `buffer` v5.x. Use `buffer` v4.x if you require old browser support.\"),Object.defineProperty(Buffer.prototype,\"parent\",{enumerable:!0,get:function(){if(Buffer.isBuffer(this))return this.buffer}}),Object.defineProperty(Buffer.prototype,\"offset\",{enumerable:!0,get:function(){if(Buffer.isBuffer(this))return this.byteOffset}}),\"undefined\"!=typeof Symbol&&null!=Symbol.species&&Buffer[Symbol.species]===Buffer&&Object.defineProperty(Buffer,Symbol.species,{value:null,configurable:!0,enumerable:!1,writable:!1}),Buffer.poolSize=8192,Buffer.from=function(e,t,r){return from(e,t,r)},Buffer.prototype.__proto__=Uint8Array.prototype,Buffer.__proto__=Uint8Array,Buffer.alloc=function(e,t,r){return alloc(e,t,r)},Buffer.allocUnsafe=function(e){return allocUnsafe(e)},Buffer.allocUnsafeSlow=function(e){return allocUnsafe(e)},Buffer.isBuffer=function(e){return null!=e&&!0===e._isBuffer&&e!==Buffer.prototype},Buffer.compare=function(e,t){if(isInstance(e,Uint8Array)&&(e=Buffer.from(e,e.offset,e.byteLength)),isInstance(t,Uint8Array)&&(t=Buffer.from(t,t.offset,t.byteLength)),!Buffer.isBuffer(e)||!Buffer.isBuffer(t))throw new TypeError(\\'The \"buf1\", \"buf2\" arguments must be one of type Buffer or Uint8Array\\');if(e===t)return 0;for(var r=e.length,n=t.length,f=0,i=Math.min(r,n);f<i;++f)if(e[f]!==t[f]){r=e[f],n=t[f];break}return r<n?-1:n<r?1:0},Buffer.isEncoding=function(e){switch(String(e).toLowerCase()){case\"hex\":case\"utf8\":case\"utf-8\":case\"ascii\":case\"latin1\":case\"binary\":case\"base64\":case\"ucs2\":case\"ucs-2\":case\"utf16le\":case\"utf-16le\":return!0;default:return!1}},Buffer.concat=function(e,t){if(!Array.isArray(e))throw new TypeError(\\'\"list\" argument must be an Array of Buffers\\');if(0===e.length)return Buffer.alloc(0);var r;if(void 0===t)for(t=0,r=0;r<e.length;++r)t+=e[r].length;var n=Buffer.allocUnsafe(t),f=0;for(r=0;r<e.length;++r){var i=e[r];if(isInstance(i,Uint8Array)&&(i=Buffer.from(i)),!Buffer.isBuffer(i))throw new TypeError(\\'\"list\" argument must be an Array of Buffers\\');i.copy(n,f),f+=i.length}return n},Buffer.byteLength=byteLength,Buffer.prototype._isBuffer=!0,Buffer.prototype.swap16=function(){var e=this.length;if(e%2!=0)throw new RangeError(\"Buffer size must be a multiple of 16-bits\");for(var t=0;t<e;t+=2)swap(this,t,t+1);return this},Buffer.prototype.swap32=function(){var e=this.length;if(e%4!=0)throw new RangeError(\"Buffer size must be a multiple of 32-bits\");for(var t=0;t<e;t+=4)swap(this,t,t+3),swap(this,t+1,t+2);return this},Buffer.prototype.swap64=function(){var e=this.length;if(e%8!=0)throw new RangeError(\"Buffer size must be a multiple of 64-bits\");for(var t=0;t<e;t+=8)swap(this,t,t+7),swap(this,t+1,t+6),swap(this,t+2,t+5),swap(this,t+3,t+4);return this},Buffer.prototype.toString=function(){var e=this.length;return 0===e?\"\":0===arguments.length?utf8Slice(this,0,e):slowToString.apply(this,arguments)},Buffer.prototype.toLocaleString=Buffer.prototype.toString,Buffer.prototype.equals=function(e){if(!Buffer.isBuffer(e))throw new TypeError(\"Argument must be a Buffer\");return this===e||0===Buffer.compare(this,e)},Buffer.prototype.inspect=function(){var e=\"\",t=exports.INSPECT_MAX_BYTES;return e=this.toString(\"hex\",0,t).replace(/(.{2})/g,\"$1 \").trim(),this.length>t&&(e+=\" ... \"),\"<Buffer \"+e+\">\"},Buffer.prototype.compare=function(e,t,r,n,f){if(isInstance(e,Uint8Array)&&(e=Buffer.from(e,e.offset,e.byteLength)),!Buffer.isBuffer(e))throw new TypeError(\\'The \"target\" argument must be one of type Buffer or Uint8Array. Received type \\'+typeof e);if(void 0===t&&(t=0),void 0===r&&(r=e?e.length:0),void 0===n&&(n=0),void 0===f&&(f=this.length),t<0||r>e.length||n<0||f>this.length)throw new RangeError(\"out of range index\");if(n>=f&&t>=r)return 0;if(n>=f)return-1;if(t>=r)return 1;if(this===e)return 0;for(var i=(f>>>=0)-(n>>>=0),o=(r>>>=0)-(t>>>=0),u=Math.min(i,o),s=this.slice(n,f),a=e.slice(t,r),h=0;h<u;++h)if(s[h]!==a[h]){i=s[h],o=a[h];break}return i<o?-1:o<i?1:0},Buffer.prototype.includes=function(e,t,r){return-1!==this.indexOf(e,t,r)},Buffer.prototype.indexOf=function(e,t,r){return bidirectionalIndexOf(this,e,t,r,!0)},Buffer.prototype.lastIndexOf=function(e,t,r){return bidirectionalIndexOf(this,e,t,r,!1)},Buffer.prototype.write=function(e,t,r,n){if(void 0===t)n=\"utf8\",r=this.length,t=0;else if(void 0===r&&\"string\"==typeof t)n=t,r=this.length,t=0;else{if(!isFinite(t))throw new Error(\"Buffer.write(string, encoding, offset[, length]) is no longer supported\");t>>>=0,isFinite(r)?(r>>>=0,void 0===n&&(n=\"utf8\")):(n=r,r=void 0)}var f=this.length-t;if((void 0===r||r>f)&&(r=f),e.length>0&&(r<0||t<0)||t>this.length)throw new RangeError(\"Attempt to write outside buffer bounds\");n||(n=\"utf8\");for(var i=!1;;)switch(n){case\"hex\":return hexWrite(this,e,t,r);case\"utf8\":case\"utf-8\":return utf8Write(this,e,t,r);case\"ascii\":return asciiWrite(this,e,t,r);case\"latin1\":case\"binary\":return latin1Write(this,e,t,r);case\"base64\":return base64Write(this,e,t,r);case\"ucs2\":case\"ucs-2\":case\"utf16le\":case\"utf-16le\":return ucs2Write(this,e,t,r);default:if(i)throw new TypeError(\"Unknown encoding: \"+n);n=(\"\"+n).toLowerCase(),i=!0}},Buffer.prototype.toJSON=function(){return{type:\"Buffer\",data:Array.prototype.slice.call(this._arr||this,0)}};var MAX_ARGUMENTS_LENGTH=4096;function decodeCodePointsArray(e){var t=e.length;if(t<=MAX_ARGUMENTS_LENGTH)return String.fromCharCode.apply(String,e);for(var r=\"\",n=0;n<t;)r+=String.fromCharCode.apply(String,e.slice(n,n+=MAX_ARGUMENTS_LENGTH));return r}function asciiSlice(e,t,r){var n=\"\";r=Math.min(e.length,r);for(var f=t;f<r;++f)n+=String.fromCharCode(127&e[f]);return n}function latin1Slice(e,t,r){var n=\"\";r=Math.min(e.length,r);for(var f=t;f<r;++f)n+=String.fromCharCode(e[f]);return n}function hexSlice(e,t,r){var n=e.length;(!t||t<0)&&(t=0),(!r||r<0||r>n)&&(r=n);for(var f=\"\",i=t;i<r;++i)f+=toHex(e[i]);return f}function utf16leSlice(e,t,r){for(var n=e.slice(t,r),f=\"\",i=0;i<n.length;i+=2)f+=String.fromCharCode(n[i]+256*n[i+1]);return f}function checkOffset(e,t,r){if(e%1!=0||e<0)throw new RangeError(\"offset is not uint\");if(e+t>r)throw new RangeError(\"Trying to access beyond buffer length\")}function checkInt(e,t,r,n,f,i){if(!Buffer.isBuffer(e))throw new TypeError(\\'\"buffer\" argument must be a Buffer instance\\');if(t>f||t<i)throw new RangeError(\\'\"value\" argument is out of bounds\\');if(r+n>e.length)throw new RangeError(\"Index out of range\")}function checkIEEE754(e,t,r,n,f,i){if(r+n>e.length)throw new RangeError(\"Index out of range\");if(r<0)throw new RangeError(\"Index out of range\")}function writeFloat(e,t,r,n,f){return t=+t,r>>>=0,f||checkIEEE754(e,t,r,4,3.4028234663852886e38,-3.4028234663852886e38),ieee754.write(e,t,r,n,23,4),r+4}function writeDouble(e,t,r,n,f){return t=+t,r>>>=0,f||checkIEEE754(e,t,r,8,1.7976931348623157e308,-1.7976931348623157e308),ieee754.write(e,t,r,n,52,8),r+8}Buffer.prototype.slice=function(e,t){var r=this.length;(e=~~e)<0?(e+=r)<0&&(e=0):e>r&&(e=r),(t=void 0===t?r:~~t)<0?(t+=r)<0&&(t=0):t>r&&(t=r),t<e&&(t=e);var n=this.subarray(e,t);return n.__proto__=Buffer.prototype,n},Buffer.prototype.readUIntLE=function(e,t,r){e>>>=0,t>>>=0,r||checkOffset(e,t,this.length);for(var n=this[e],f=1,i=0;++i<t&&(f*=256);)n+=this[e+i]*f;return n},Buffer.prototype.readUIntBE=function(e,t,r){e>>>=0,t>>>=0,r||checkOffset(e,t,this.length);for(var n=this[e+--t],f=1;t>0&&(f*=256);)n+=this[e+--t]*f;return n},Buffer.prototype.readUInt8=function(e,t){return e>>>=0,t||checkOffset(e,1,this.length),this[e]},Buffer.prototype.readUInt16LE=function(e,t){return e>>>=0,t||checkOffset(e,2,this.length),this[e]|this[e+1]<<8},Buffer.prototype.readUInt16BE=function(e,t){return e>>>=0,t||checkOffset(e,2,this.length),this[e]<<8|this[e+1]},Buffer.prototype.readUInt32LE=function(e,t){return e>>>=0,t||checkOffset(e,4,this.length),(this[e]|this[e+1]<<8|this[e+2]<<16)+16777216*this[e+3]},Buffer.prototype.readUInt32BE=function(e,t){return e>>>=0,t||checkOffset(e,4,this.length),16777216*this[e]+(this[e+1]<<16|this[e+2]<<8|this[e+3])},Buffer.prototype.readIntLE=function(e,t,r){e>>>=0,t>>>=0,r||checkOffset(e,t,this.length);for(var n=this[e],f=1,i=0;++i<t&&(f*=256);)n+=this[e+i]*f;return n>=(f*=128)&&(n-=Math.pow(2,8*t)),n},Buffer.prototype.readIntBE=function(e,t,r){e>>>=0,t>>>=0,r||checkOffset(e,t,this.length);for(var n=t,f=1,i=this[e+--n];n>0&&(f*=256);)i+=this[e+--n]*f;return i>=(f*=128)&&(i-=Math.pow(2,8*t)),i},Buffer.prototype.readInt8=function(e,t){return e>>>=0,t||checkOffset(e,1,this.length),128&this[e]?-1*(255-this[e]+1):this[e]},Buffer.prototype.readInt16LE=function(e,t){e>>>=0,t||checkOffset(e,2,this.length);var r=this[e]|this[e+1]<<8;return 32768&r?4294901760|r:r},Buffer.prototype.readInt16BE=function(e,t){e>>>=0,t||checkOffset(e,2,this.length);var r=this[e+1]|this[e]<<8;return 32768&r?4294901760|r:r},Buffer.prototype.readInt32LE=function(e,t){return e>>>=0,t||checkOffset(e,4,this.length),this[e]|this[e+1]<<8|this[e+2]<<16|this[e+3]<<24},Buffer.prototype.readInt32BE=function(e,t){return e>>>=0,t||checkOffset(e,4,this.length),this[e]<<24|this[e+1]<<16|this[e+2]<<8|this[e+3]},Buffer.prototype.readFloatLE=function(e,t){return e>>>=0,t||checkOffset(e,4,this.length),ieee754.read(this,e,!0,23,4)},Buffer.prototype.readFloatBE=function(e,t){return e>>>=0,t||checkOffset(e,4,this.length),ieee754.read(this,e,!1,23,4)},Buffer.prototype.readDoubleLE=function(e,t){return e>>>=0,t||checkOffset(e,8,this.length),ieee754.read(this,e,!0,52,8)},Buffer.prototype.readDoubleBE=function(e,t){return e>>>=0,t||checkOffset(e,8,this.length),ieee754.read(this,e,!1,52,8)},Buffer.prototype.writeUIntLE=function(e,t,r,n){(e=+e,t>>>=0,r>>>=0,n)||checkInt(this,e,t,r,Math.pow(2,8*r)-1,0);var f=1,i=0;for(this[t]=255&e;++i<r&&(f*=256);)this[t+i]=e/f&255;return t+r},Buffer.prototype.writeUIntBE=function(e,t,r,n){(e=+e,t>>>=0,r>>>=0,n)||checkInt(this,e,t,r,Math.pow(2,8*r)-1,0);var f=r-1,i=1;for(this[t+f]=255&e;--f>=0&&(i*=256);)this[t+f]=e/i&255;return t+r},Buffer.prototype.writeUInt8=function(e,t,r){return e=+e,t>>>=0,r||checkInt(this,e,t,1,255,0),this[t]=255&e,t+1},Buffer.prototype.writeUInt16LE=function(e,t,r){return e=+e,t>>>=0,r||checkInt(this,e,t,2,65535,0),this[t]=255&e,this[t+1]=e>>>8,t+2},Buffer.prototype.writeUInt16BE=function(e,t,r){return e=+e,t>>>=0,r||checkInt(this,e,t,2,65535,0),this[t]=e>>>8,this[t+1]=255&e,t+2},Buffer.prototype.writeUInt32LE=function(e,t,r){return e=+e,t>>>=0,r||checkInt(this,e,t,4,4294967295,0),this[t+3]=e>>>24,this[t+2]=e>>>16,this[t+1]=e>>>8,this[t]=255&e,t+4},Buffer.prototype.writeUInt32BE=function(e,t,r){return e=+e,t>>>=0,r||checkInt(this,e,t,4,4294967295,0),this[t]=e>>>24,this[t+1]=e>>>16,this[t+2]=e>>>8,this[t+3]=255&e,t+4},Buffer.prototype.writeIntLE=function(e,t,r,n){if(e=+e,t>>>=0,!n){var f=Math.pow(2,8*r-1);checkInt(this,e,t,r,f-1,-f)}var i=0,o=1,u=0;for(this[t]=255&e;++i<r&&(o*=256);)e<0&&0===u&&0!==this[t+i-1]&&(u=1),this[t+i]=(e/o>>0)-u&255;return t+r},Buffer.prototype.writeIntBE=function(e,t,r,n){if(e=+e,t>>>=0,!n){var f=Math.pow(2,8*r-1);checkInt(this,e,t,r,f-1,-f)}var i=r-1,o=1,u=0;for(this[t+i]=255&e;--i>=0&&(o*=256);)e<0&&0===u&&0!==this[t+i+1]&&(u=1),this[t+i]=(e/o>>0)-u&255;return t+r},Buffer.prototype.writeInt8=function(e,t,r){return e=+e,t>>>=0,r||checkInt(this,e,t,1,127,-128),e<0&&(e=255+e+1),this[t]=255&e,t+1},Buffer.prototype.writeInt16LE=function(e,t,r){return e=+e,t>>>=0,r||checkInt(this,e,t,2,32767,-32768),this[t]=255&e,this[t+1]=e>>>8,t+2},Buffer.prototype.writeInt16BE=function(e,t,r){return e=+e,t>>>=0,r||checkInt(this,e,t,2,32767,-32768),this[t]=e>>>8,this[t+1]=255&e,t+2},Buffer.prototype.writeInt32LE=function(e,t,r){return e=+e,t>>>=0,r||checkInt(this,e,t,4,2147483647,-2147483648),this[t]=255&e,this[t+1]=e>>>8,this[t+2]=e>>>16,this[t+3]=e>>>24,t+4},Buffer.prototype.writeInt32BE=function(e,t,r){return e=+e,t>>>=0,r||checkInt(this,e,t,4,2147483647,-2147483648),e<0&&(e=4294967295+e+1),this[t]=e>>>24,this[t+1]=e>>>16,this[t+2]=e>>>8,this[t+3]=255&e,t+4},Buffer.prototype.writeFloatLE=function(e,t,r){return writeFloat(this,e,t,!0,r)},Buffer.prototype.writeFloatBE=function(e,t,r){return writeFloat(this,e,t,!1,r)},Buffer.prototype.writeDoubleLE=function(e,t,r){return writeDouble(this,e,t,!0,r)},Buffer.prototype.writeDoubleBE=function(e,t,r){return writeDouble(this,e,t,!1,r)},Buffer.prototype.copy=function(e,t,r,n){if(!Buffer.isBuffer(e))throw new TypeError(\"argument should be a Buffer\");if(r||(r=0),n||0===n||(n=this.length),t>=e.length&&(t=e.length),t||(t=0),n>0&&n<r&&(n=r),n===r)return 0;if(0===e.length||0===this.length)return 0;if(t<0)throw new RangeError(\"targetStart out of bounds\");if(r<0||r>=this.length)throw new RangeError(\"Index out of range\");if(n<0)throw new RangeError(\"sourceEnd out of bounds\");n>this.length&&(n=this.length),e.length-t<n-r&&(n=e.length-t+r);var f=n-r;if(this===e&&\"function\"==typeof Uint8Array.prototype.copyWithin)this.copyWithin(t,r,n);else if(this===e&&r<t&&t<n)for(var i=f-1;i>=0;--i)e[i+t]=this[i+r];else Uint8Array.prototype.set.call(e,this.subarray(r,n),t);return f},Buffer.prototype.fill=function(e,t,r,n){if(\"string\"==typeof e){if(\"string\"==typeof t?(n=t,t=0,r=this.length):\"string\"==typeof r&&(n=r,r=this.length),void 0!==n&&\"string\"!=typeof n)throw new TypeError(\"encoding must be a string\");if(\"string\"==typeof n&&!Buffer.isEncoding(n))throw new TypeError(\"Unknown encoding: \"+n);if(1===e.length){var f=e.charCodeAt(0);(\"utf8\"===n&&f<128||\"latin1\"===n)&&(e=f)}}else\"number\"==typeof e&&(e&=255);if(t<0||this.length<t||this.length<r)throw new RangeError(\"Out of range index\");if(r<=t)return this;var i;if(t>>>=0,r=void 0===r?this.length:r>>>0,e||(e=0),\"number\"==typeof e)for(i=t;i<r;++i)this[i]=e;else{var o=Buffer.isBuffer(e)?e:Buffer.from(e,n),u=o.length;if(0===u)throw new TypeError(\\'The value \"\\'+e+\\'\" is invalid for argument \"value\"\\');for(i=0;i<r-t;++i)this[i+t]=o[i%u]}return this};var INVALID_BASE64_RE=/[^+/0-9A-Za-z-_]/g;function base64clean(e){if((e=(e=e.split(\"=\")[0]).trim().replace(INVALID_BASE64_RE,\"\")).length<2)return\"\";for(;e.length%4!=0;)e+=\"=\";return e}function toHex(e){return e<16?\"0\"+e.toString(16):e.toString(16)}function utf8ToBytes(e,t){var r;t=t||1/0;for(var n=e.length,f=null,i=[],o=0;o<n;++o){if((r=e.charCodeAt(o))>55295&&r<57344){if(!f){if(r>56319){(t-=3)>-1&&i.push(239,191,189);continue}if(o+1===n){(t-=3)>-1&&i.push(239,191,189);continue}f=r;continue}if(r<56320){(t-=3)>-1&&i.push(239,191,189),f=r;continue}r=65536+(f-55296<<10|r-56320)}else f&&(t-=3)>-1&&i.push(239,191,189);if(f=null,r<128){if((t-=1)<0)break;i.push(r)}else if(r<2048){if((t-=2)<0)break;i.push(r>>6|192,63&r|128)}else if(r<65536){if((t-=3)<0)break;i.push(r>>12|224,r>>6&63|128,63&r|128)}else{if(!(r<1114112))throw new Error(\"Invalid code point\");if((t-=4)<0)break;i.push(r>>18|240,r>>12&63|128,r>>6&63|128,63&r|128)}}return i}function asciiToBytes(e){for(var t=[],r=0;r<e.length;++r)t.push(255&e.charCodeAt(r));return t}function utf16leToBytes(e,t){for(var r,n,f,i=[],o=0;o<e.length&&!((t-=2)<0);++o)n=(r=e.charCodeAt(o))>>8,f=r%256,i.push(f),i.push(n);return i}function base64ToBytes(e){return base64.toByteArray(base64clean(e))}function blitBuffer(e,t,r,n){for(var f=0;f<n&&!(f+r>=t.length||f>=e.length);++f)t[f+r]=e[f];return f}function isInstance(e,t){return e instanceof t||null!=e&&null!=e.constructor&&null!=e.constructor.name&&e.constructor.name===t.name}function numberIsNaN(e){return e!=e}\\n\\n}).call(this)}).call(this,require(161).Buffer)}, {\"161\":161,\"3292\":3292,\"3354\":3354}];\\nwindow.modules[\"199\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0});var _exportNames={add:!0,addBusinessDays:!0,addDays:!0,addHours:!0,addISOWeekYears:!0,addMilliseconds:!0,addMinutes:!0,addMonths:!0,addQuarters:!0,addSeconds:!0,addWeeks:!0,addYears:!0,areIntervalsOverlapping:!0,clamp:!0,closestIndexTo:!0,closestTo:!0,compareAsc:!0,compareDesc:!0,daysToWeeks:!0,differenceInBusinessDays:!0,differenceInCalendarDays:!0,differenceInCalendarISOWeekYears:!0,differenceInCalendarISOWeeks:!0,differenceInCalendarMonths:!0,differenceInCalendarQuarters:!0,differenceInCalendarWeeks:!0,differenceInCalendarYears:!0,differenceInDays:!0,differenceInHours:!0,differenceInISOWeekYears:!0,differenceInMilliseconds:!0,differenceInMinutes:!0,differenceInMonths:!0,differenceInQuarters:!0,differenceInSeconds:!0,differenceInWeeks:!0,differenceInYears:!0,eachDayOfInterval:!0,eachHourOfInterval:!0,eachMinuteOfInterval:!0,eachMonthOfInterval:!0,eachQuarterOfInterval:!0,eachWeekOfInterval:!0,eachWeekendOfInterval:!0,eachWeekendOfMonth:!0,eachWeekendOfYear:!0,eachYearOfInterval:!0,endOfDay:!0,endOfDecade:!0,endOfHour:!0,endOfISOWeek:!0,endOfISOWeekYear:!0,endOfMinute:!0,endOfMonth:!0,endOfQuarter:!0,endOfSecond:!0,endOfToday:!0,endOfTomorrow:!0,endOfWeek:!0,endOfYear:!0,endOfYesterday:!0,format:!0,formatDistance:!0,formatDistanceStrict:!0,formatDistanceToNow:!0,formatDistanceToNowStrict:!0,formatDuration:!0,formatISO:!0,formatISO9075:!0,formatISODuration:!0,formatRFC3339:!0,formatRFC7231:!0,formatRelative:!0,fromUnixTime:!0,getDate:!0,getDay:!0,getDayOfYear:!0,getDaysInMonth:!0,getDaysInYear:!0,getDecade:!0,getHours:!0,getISODay:!0,getISOWeek:!0,getISOWeekYear:!0,getISOWeeksInYear:!0,getMilliseconds:!0,getMinutes:!0,getMonth:!0,getOverlappingDaysInIntervals:!0,getQuarter:!0,getSeconds:!0,getTime:!0,getUnixTime:!0,getWeek:!0,getWeekOfMonth:!0,getWeekYear:!0,getWeeksInMonth:!0,getYear:!0,hoursToMilliseconds:!0,hoursToMinutes:!0,hoursToSeconds:!0,intervalToDuration:!0,intlFormat:!0,isAfter:!0,isBefore:!0,isDate:!0,isEqual:!0,isExists:!0,isFirstDayOfMonth:!0,isFriday:!0,isFuture:!0,isLastDayOfMonth:!0,isLeapYear:!0,isMatch:!0,isMonday:!0,isPast:!0,isSameDay:!0,isSameHour:!0,isSameISOWeek:!0,isSameISOWeekYear:!0,isSameMinute:!0,isSameMonth:!0,isSameQuarter:!0,isSameSecond:!0,isSameWeek:!0,isSameYear:!0,isSaturday:!0,isSunday:!0,isThisHour:!0,isThisISOWeek:!0,isThisMinute:!0,isThisMonth:!0,isThisQuarter:!0,isThisSecond:!0,isThisWeek:!0,isThisYear:!0,isThursday:!0,isToday:!0,isTomorrow:!0,isTuesday:!0,isValid:!0,isWednesday:!0,isWeekend:!0,isWithinInterval:!0,isYesterday:!0,lastDayOfDecade:!0,lastDayOfISOWeek:!0,lastDayOfISOWeekYear:!0,lastDayOfMonth:!0,lastDayOfQuarter:!0,lastDayOfWeek:!0,lastDayOfYear:!0,lightFormat:!0,max:!0,milliseconds:!0,millisecondsToHours:!0,millisecondsToMinutes:!0,millisecondsToSeconds:!0,min:!0,minutesToHours:!0,minutesToMilliseconds:!0,minutesToSeconds:!0,monthsToQuarters:!0,monthsToYears:!0,nextDay:!0,nextFriday:!0,nextMonday:!0,nextSaturday:!0,nextSunday:!0,nextThursday:!0,nextTuesday:!0,nextWednesday:!0,parse:!0,parseISO:!0,parseJSON:!0,previousDay:!0,previousFriday:!0,previousMonday:!0,previousSaturday:!0,previousSunday:!0,previousThursday:!0,previousTuesday:!0,previousWednesday:!0,quartersToMonths:!0,quartersToYears:!0,roundToNearestMinutes:!0,secondsToHours:!0,secondsToMilliseconds:!0,secondsToMinutes:!0,set:!0,setDate:!0,setDay:!0,setDayOfYear:!0,setHours:!0,setISODay:!0,setISOWeek:!0,setISOWeekYear:!0,setMilliseconds:!0,setMinutes:!0,setMonth:!0,setQuarter:!0,setSeconds:!0,setWeek:!0,setWeekYear:!0,setYear:!0,startOfDay:!0,startOfDecade:!0,startOfHour:!0,startOfISOWeek:!0,startOfISOWeekYear:!0,startOfMinute:!0,startOfMonth:!0,startOfQuarter:!0,startOfSecond:!0,startOfToday:!0,startOfTomorrow:!0,startOfWeek:!0,startOfWeekYear:!0,startOfYear:!0,startOfYesterday:!0,sub:!0,subBusinessDays:!0,subDays:!0,subHours:!0,subISOWeekYears:!0,subMilliseconds:!0,subMinutes:!0,subMonths:!0,subQuarters:!0,subSeconds:!0,subWeeks:!0,subYears:!0,toDate:!0,weeksToDays:!0,yearsToMonths:!0,yearsToQuarters:!0};Object.defineProperty(exports,\"add\",{enumerable:!0,get:function(){return _index.default}}),Object.defineProperty(exports,\"addBusinessDays\",{enumerable:!0,get:function(){return _index2.default}}),Object.defineProperty(exports,\"addDays\",{enumerable:!0,get:function(){return _index3.default}}),Object.defineProperty(exports,\"addHours\",{enumerable:!0,get:function(){return _index4.default}}),Object.defineProperty(exports,\"addISOWeekYears\",{enumerable:!0,get:function(){return _index5.default}}),Object.defineProperty(exports,\"addMilliseconds\",{enumerable:!0,get:function(){return _index6.default}}),Object.defineProperty(exports,\"addMinutes\",{enumerable:!0,get:function(){return _index7.default}}),Object.defineProperty(exports,\"addMonths\",{enumerable:!0,get:function(){return _index8.default}}),Object.defineProperty(exports,\"addQuarters\",{enumerable:!0,get:function(){return _index9.default}}),Object.defineProperty(exports,\"addSeconds\",{enumerable:!0,get:function(){return _index10.default}}),Object.defineProperty(exports,\"addWeeks\",{enumerable:!0,get:function(){return _index11.default}}),Object.defineProperty(exports,\"addYears\",{enumerable:!0,get:function(){return _index12.default}}),Object.defineProperty(exports,\"areIntervalsOverlapping\",{enumerable:!0,get:function(){return _index13.default}}),Object.defineProperty(exports,\"clamp\",{enumerable:!0,get:function(){return _index14.default}}),Object.defineProperty(exports,\"closestIndexTo\",{enumerable:!0,get:function(){return _index15.default}}),Object.defineProperty(exports,\"closestTo\",{enumerable:!0,get:function(){return _index16.default}}),Object.defineProperty(exports,\"compareAsc\",{enumerable:!0,get:function(){return _index17.default}}),Object.defineProperty(exports,\"compareDesc\",{enumerable:!0,get:function(){return _index18.default}}),Object.defineProperty(exports,\"daysToWeeks\",{enumerable:!0,get:function(){return _index19.default}}),Object.defineProperty(exports,\"differenceInBusinessDays\",{enumerable:!0,get:function(){return _index20.default}}),Object.defineProperty(exports,\"differenceInCalendarDays\",{enumerable:!0,get:function(){return _index21.default}}),Object.defineProperty(exports,\"differenceInCalendarISOWeekYears\",{enumerable:!0,get:function(){return _index22.default}}),Object.defineProperty(exports,\"differenceInCalendarISOWeeks\",{enumerable:!0,get:function(){return _index23.default}}),Object.defineProperty(exports,\"differenceInCalendarMonths\",{enumerable:!0,get:function(){return _index24.default}}),Object.defineProperty(exports,\"differenceInCalendarQuarters\",{enumerable:!0,get:function(){return _index25.default}}),Object.defineProperty(exports,\"differenceInCalendarWeeks\",{enumerable:!0,get:function(){return _index26.default}}),Object.defineProperty(exports,\"differenceInCalendarYears\",{enumerable:!0,get:function(){return _index27.default}}),Object.defineProperty(exports,\"differenceInDays\",{enumerable:!0,get:function(){return _index28.default}}),Object.defineProperty(exports,\"differenceInHours\",{enumerable:!0,get:function(){return _index29.default}}),Object.defineProperty(exports,\"differenceInISOWeekYears\",{enumerable:!0,get:function(){return _index30.default}}),Object.defineProperty(exports,\"differenceInMilliseconds\",{enumerable:!0,get:function(){return _index31.default}}),Object.defineProperty(exports,\"differenceInMinutes\",{enumerable:!0,get:function(){return _index32.default}}),Object.defineProperty(exports,\"differenceInMonths\",{enumerable:!0,get:function(){return _index33.default}}),Object.defineProperty(exports,\"differenceInQuarters\",{enumerable:!0,get:function(){return _index34.default}}),Object.defineProperty(exports,\"differenceInSeconds\",{enumerable:!0,get:function(){return _index35.default}}),Object.defineProperty(exports,\"differenceInWeeks\",{enumerable:!0,get:function(){return _index36.default}}),Object.defineProperty(exports,\"differenceInYears\",{enumerable:!0,get:function(){return _index37.default}}),Object.defineProperty(exports,\"eachDayOfInterval\",{enumerable:!0,get:function(){return _index38.default}}),Object.defineProperty(exports,\"eachHourOfInterval\",{enumerable:!0,get:function(){return _index39.default}}),Object.defineProperty(exports,\"eachMinuteOfInterval\",{enumerable:!0,get:function(){return _index40.default}}),Object.defineProperty(exports,\"eachMonthOfInterval\",{enumerable:!0,get:function(){return _index41.default}}),Object.defineProperty(exports,\"eachQuarterOfInterval\",{enumerable:!0,get:function(){return _index42.default}}),Object.defineProperty(exports,\"eachWeekOfInterval\",{enumerable:!0,get:function(){return _index43.default}}),Object.defineProperty(exports,\"eachWeekendOfInterval\",{enumerable:!0,get:function(){return _index44.default}}),Object.defineProperty(exports,\"eachWeekendOfMonth\",{enumerable:!0,get:function(){return _index45.default}}),Object.defineProperty(exports,\"eachWeekendOfYear\",{enumerable:!0,get:function(){return _index46.default}}),Object.defineProperty(exports,\"eachYearOfInterval\",{enumerable:!0,get:function(){return _index47.default}}),Object.defineProperty(exports,\"endOfDay\",{enumerable:!0,get:function(){return _index48.default}}),Object.defineProperty(exports,\"endOfDecade\",{enumerable:!0,get:function(){return _index49.default}}),Object.defineProperty(exports,\"endOfHour\",{enumerable:!0,get:function(){return _index50.default}}),Object.defineProperty(exports,\"endOfISOWeek\",{enumerable:!0,get:function(){return _index51.default}}),Object.defineProperty(exports,\"endOfISOWeekYear\",{enumerable:!0,get:function(){return _index52.default}}),Object.defineProperty(exports,\"endOfMinute\",{enumerable:!0,get:function(){return _index53.default}}),Object.defineProperty(exports,\"endOfMonth\",{enumerable:!0,get:function(){return _index54.default}}),Object.defineProperty(exports,\"endOfQuarter\",{enumerable:!0,get:function(){return _index55.default}}),Object.defineProperty(exports,\"endOfSecond\",{enumerable:!0,get:function(){return _index56.default}}),Object.defineProperty(exports,\"endOfToday\",{enumerable:!0,get:function(){return _index57.default}}),Object.defineProperty(exports,\"endOfTomorrow\",{enumerable:!0,get:function(){return _index58.default}}),Object.defineProperty(exports,\"endOfWeek\",{enumerable:!0,get:function(){return _index59.default}}),Object.defineProperty(exports,\"endOfYear\",{enumerable:!0,get:function(){return _index60.default}}),Object.defineProperty(exports,\"endOfYesterday\",{enumerable:!0,get:function(){return _index61.default}}),Object.defineProperty(exports,\"format\",{enumerable:!0,get:function(){return _index62.default}}),Object.defineProperty(exports,\"formatDistance\",{enumerable:!0,get:function(){return _index63.default}}),Object.defineProperty(exports,\"formatDistanceStrict\",{enumerable:!0,get:function(){return _index64.default}}),Object.defineProperty(exports,\"formatDistanceToNow\",{enumerable:!0,get:function(){return _index65.default}}),Object.defineProperty(exports,\"formatDistanceToNowStrict\",{enumerable:!0,get:function(){return _index66.default}}),Object.defineProperty(exports,\"formatDuration\",{enumerable:!0,get:function(){return _index67.default}}),Object.defineProperty(exports,\"formatISO\",{enumerable:!0,get:function(){return _index68.default}}),Object.defineProperty(exports,\"formatISO9075\",{enumerable:!0,get:function(){return _index69.default}}),Object.defineProperty(exports,\"formatISODuration\",{enumerable:!0,get:function(){return _index70.default}}),Object.defineProperty(exports,\"formatRFC3339\",{enumerable:!0,get:function(){return _index71.default}}),Object.defineProperty(exports,\"formatRFC7231\",{enumerable:!0,get:function(){return _index72.default}}),Object.defineProperty(exports,\"formatRelative\",{enumerable:!0,get:function(){return _index73.default}}),Object.defineProperty(exports,\"fromUnixTime\",{enumerable:!0,get:function(){return _index74.default}}),Object.defineProperty(exports,\"getDate\",{enumerable:!0,get:function(){return _index75.default}}),Object.defineProperty(exports,\"getDay\",{enumerable:!0,get:function(){return _index76.default}}),Object.defineProperty(exports,\"getDayOfYear\",{enumerable:!0,get:function(){return _index77.default}}),Object.defineProperty(exports,\"getDaysInMonth\",{enumerable:!0,get:function(){return _index78.default}}),Object.defineProperty(exports,\"getDaysInYear\",{enumerable:!0,get:function(){return _index79.default}}),Object.defineProperty(exports,\"getDecade\",{enumerable:!0,get:function(){return _index80.default}}),Object.defineProperty(exports,\"getHours\",{enumerable:!0,get:function(){return _index81.default}}),Object.defineProperty(exports,\"getISODay\",{enumerable:!0,get:function(){return _index82.default}}),Object.defineProperty(exports,\"getISOWeek\",{enumerable:!0,get:function(){return _index83.default}}),Object.defineProperty(exports,\"getISOWeekYear\",{enumerable:!0,get:function(){return _index84.default}}),Object.defineProperty(exports,\"getISOWeeksInYear\",{enumerable:!0,get:function(){return _index85.default}}),Object.defineProperty(exports,\"getMilliseconds\",{enumerable:!0,get:function(){return _index86.default}}),Object.defineProperty(exports,\"getMinutes\",{enumerable:!0,get:function(){return _index87.default}}),Object.defineProperty(exports,\"getMonth\",{enumerable:!0,get:function(){return _index88.default}}),Object.defineProperty(exports,\"getOverlappingDaysInIntervals\",{enumerable:!0,get:function(){return _index89.default}}),Object.defineProperty(exports,\"getQuarter\",{enumerable:!0,get:function(){return _index90.default}}),Object.defineProperty(exports,\"getSeconds\",{enumerable:!0,get:function(){return _index91.default}}),Object.defineProperty(exports,\"getTime\",{enumerable:!0,get:function(){return _index92.default}}),Object.defineProperty(exports,\"getUnixTime\",{enumerable:!0,get:function(){return _index93.default}}),Object.defineProperty(exports,\"getWeek\",{enumerable:!0,get:function(){return _index94.default}}),Object.defineProperty(exports,\"getWeekOfMonth\",{enumerable:!0,get:function(){return _index95.default}}),Object.defineProperty(exports,\"getWeekYear\",{enumerable:!0,get:function(){return _index96.default}}),Object.defineProperty(exports,\"getWeeksInMonth\",{enumerable:!0,get:function(){return _index97.default}}),Object.defineProperty(exports,\"getYear\",{enumerable:!0,get:function(){return _index98.default}}),Object.defineProperty(exports,\"hoursToMilliseconds\",{enumerable:!0,get:function(){return _index99.default}}),Object.defineProperty(exports,\"hoursToMinutes\",{enumerable:!0,get:function(){return _index100.default}}),Object.defineProperty(exports,\"hoursToSeconds\",{enumerable:!0,get:function(){return _index101.default}}),Object.defineProperty(exports,\"intervalToDuration\",{enumerable:!0,get:function(){return _index102.default}}),Object.defineProperty(exports,\"intlFormat\",{enumerable:!0,get:function(){return _index103.default}}),Object.defineProperty(exports,\"isAfter\",{enumerable:!0,get:function(){return _index104.default}}),Object.defineProperty(exports,\"isBefore\",{enumerable:!0,get:function(){return _index105.default}}),Object.defineProperty(exports,\"isDate\",{enumerable:!0,get:function(){return _index106.default}}),Object.defineProperty(exports,\"isEqual\",{enumerable:!0,get:function(){return _index107.default}}),Object.defineProperty(exports,\"isExists\",{enumerable:!0,get:function(){return _index108.default}}),Object.defineProperty(exports,\"isFirstDayOfMonth\",{enumerable:!0,get:function(){return _index109.default}}),Object.defineProperty(exports,\"isFriday\",{enumerable:!0,get:function(){return _index110.default}}),Object.defineProperty(exports,\"isFuture\",{enumerable:!0,get:function(){return _index111.default}}),Object.defineProperty(exports,\"isLastDayOfMonth\",{enumerable:!0,get:function(){return _index112.default}}),Object.defineProperty(exports,\"isLeapYear\",{enumerable:!0,get:function(){return _index113.default}}),Object.defineProperty(exports,\"isMatch\",{enumerable:!0,get:function(){return _index114.default}}),Object.defineProperty(exports,\"isMonday\",{enumerable:!0,get:function(){return _index115.default}}),Object.defineProperty(exports,\"isPast\",{enumerable:!0,get:function(){return _index116.default}}),Object.defineProperty(exports,\"isSameDay\",{enumerable:!0,get:function(){return _index117.default}}),Object.defineProperty(exports,\"isSameHour\",{enumerable:!0,get:function(){return _index118.default}}),Object.defineProperty(exports,\"isSameISOWeek\",{enumerable:!0,get:function(){return _index119.default}}),Object.defineProperty(exports,\"isSameISOWeekYear\",{enumerable:!0,get:function(){return _index120.default}}),Object.defineProperty(exports,\"isSameMinute\",{enumerable:!0,get:function(){return _index121.default}}),Object.defineProperty(exports,\"isSameMonth\",{enumerable:!0,get:function(){return _index122.default}}),Object.defineProperty(exports,\"isSameQuarter\",{enumerable:!0,get:function(){return _index123.default}}),Object.defineProperty(exports,\"isSameSecond\",{enumerable:!0,get:function(){return _index124.default}}),Object.defineProperty(exports,\"isSameWeek\",{enumerable:!0,get:function(){return _index125.default}}),Object.defineProperty(exports,\"isSameYear\",{enumerable:!0,get:function(){return _index126.default}}),Object.defineProperty(exports,\"isSaturday\",{enumerable:!0,get:function(){return _index127.default}}),Object.defineProperty(exports,\"isSunday\",{enumerable:!0,get:function(){return _index128.default}}),Object.defineProperty(exports,\"isThisHour\",{enumerable:!0,get:function(){return _index129.default}}),Object.defineProperty(exports,\"isThisISOWeek\",{enumerable:!0,get:function(){return _index130.default}}),Object.defineProperty(exports,\"isThisMinute\",{enumerable:!0,get:function(){return _index131.default}}),Object.defineProperty(exports,\"isThisMonth\",{enumerable:!0,get:function(){return _index132.default}}),Object.defineProperty(exports,\"isThisQuarter\",{enumerable:!0,get:function(){return _index133.default}}),Object.defineProperty(exports,\"isThisSecond\",{enumerable:!0,get:function(){return _index134.default}}),Object.defineProperty(exports,\"isThisWeek\",{enumerable:!0,get:function(){return _index135.default}}),Object.defineProperty(exports,\"isThisYear\",{enumerable:!0,get:function(){return _index136.default}}),Object.defineProperty(exports,\"isThursday\",{enumerable:!0,get:function(){return _index137.default}}),Object.defineProperty(exports,\"isToday\",{enumerable:!0,get:function(){return _index138.default}}),Object.defineProperty(exports,\"isTomorrow\",{enumerable:!0,get:function(){return _index139.default}}),Object.defineProperty(exports,\"isTuesday\",{enumerable:!0,get:function(){return _index140.default}}),Object.defineProperty(exports,\"isValid\",{enumerable:!0,get:function(){return _index141.default}}),Object.defineProperty(exports,\"isWednesday\",{enumerable:!0,get:function(){return _index142.default}}),Object.defineProperty(exports,\"isWeekend\",{enumerable:!0,get:function(){return _index143.default}}),Object.defineProperty(exports,\"isWithinInterval\",{enumerable:!0,get:function(){return _index144.default}}),Object.defineProperty(exports,\"isYesterday\",{enumerable:!0,get:function(){return _index145.default}}),Object.defineProperty(exports,\"lastDayOfDecade\",{enumerable:!0,get:function(){return _index146.default}}),Object.defineProperty(exports,\"lastDayOfISOWeek\",{enumerable:!0,get:function(){return _index147.default}}),Object.defineProperty(exports,\"lastDayOfISOWeekYear\",{enumerable:!0,get:function(){return _index148.default}}),Object.defineProperty(exports,\"lastDayOfMonth\",{enumerable:!0,get:function(){return _index149.default}}),Object.defineProperty(exports,\"lastDayOfQuarter\",{enumerable:!0,get:function(){return _index150.default}}),Object.defineProperty(exports,\"lastDayOfWeek\",{enumerable:!0,get:function(){return _index151.default}}),Object.defineProperty(exports,\"lastDayOfYear\",{enumerable:!0,get:function(){return _index152.default}}),Object.defineProperty(exports,\"lightFormat\",{enumerable:!0,get:function(){return _index153.default}}),Object.defineProperty(exports,\"max\",{enumerable:!0,get:function(){return _index154.default}}),Object.defineProperty(exports,\"milliseconds\",{enumerable:!0,get:function(){return _index155.default}}),Object.defineProperty(exports,\"millisecondsToHours\",{enumerable:!0,get:function(){return _index156.default}}),Object.defineProperty(exports,\"millisecondsToMinutes\",{enumerable:!0,get:function(){return _index157.default}}),Object.defineProperty(exports,\"millisecondsToSeconds\",{enumerable:!0,get:function(){return _index158.default}}),Object.defineProperty(exports,\"min\",{enumerable:!0,get:function(){return _index159.default}}),Object.defineProperty(exports,\"minutesToHours\",{enumerable:!0,get:function(){return _index160.default}}),Object.defineProperty(exports,\"minutesToMilliseconds\",{enumerable:!0,get:function(){return _index161.default}}),Object.defineProperty(exports,\"minutesToSeconds\",{enumerable:!0,get:function(){return _index162.default}}),Object.defineProperty(exports,\"monthsToQuarters\",{enumerable:!0,get:function(){return _index163.default}}),Object.defineProperty(exports,\"monthsToYears\",{enumerable:!0,get:function(){return _index164.default}}),Object.defineProperty(exports,\"nextDay\",{enumerable:!0,get:function(){return _index165.default}}),Object.defineProperty(exports,\"nextFriday\",{enumerable:!0,get:function(){return _index166.default}}),Object.defineProperty(exports,\"nextMonday\",{enumerable:!0,get:function(){return _index167.default}}),Object.defineProperty(exports,\"nextSaturday\",{enumerable:!0,get:function(){return _index168.default}}),Object.defineProperty(exports,\"nextSunday\",{enumerable:!0,get:function(){return _index169.default}}),Object.defineProperty(exports,\"nextThursday\",{enumerable:!0,get:function(){return _index170.default}}),Object.defineProperty(exports,\"nextTuesday\",{enumerable:!0,get:function(){return _index171.default}}),Object.defineProperty(exports,\"nextWednesday\",{enumerable:!0,get:function(){return _index172.default}}),Object.defineProperty(exports,\"parse\",{enumerable:!0,get:function(){return _index173.default}}),Object.defineProperty(exports,\"parseISO\",{enumerable:!0,get:function(){return _index174.default}}),Object.defineProperty(exports,\"parseJSON\",{enumerable:!0,get:function(){return _index175.default}}),Object.defineProperty(exports,\"previousDay\",{enumerable:!0,get:function(){return _index176.default}}),Object.defineProperty(exports,\"previousFriday\",{enumerable:!0,get:function(){return _index177.default}}),Object.defineProperty(exports,\"previousMonday\",{enumerable:!0,get:function(){return _index178.default}}),Object.defineProperty(exports,\"previousSaturday\",{enumerable:!0,get:function(){return _index179.default}}),Object.defineProperty(exports,\"previousSunday\",{enumerable:!0,get:function(){return _index180.default}}),Object.defineProperty(exports,\"previousThursday\",{enumerable:!0,get:function(){return _index181.default}}),Object.defineProperty(exports,\"previousTuesday\",{enumerable:!0,get:function(){return _index182.default}}),Object.defineProperty(exports,\"previousWednesday\",{enumerable:!0,get:function(){return _index183.default}}),Object.defineProperty(exports,\"quartersToMonths\",{enumerable:!0,get:function(){return _index184.default}}),Object.defineProperty(exports,\"quartersToYears\",{enumerable:!0,get:function(){return _index185.default}}),Object.defineProperty(exports,\"roundToNearestMinutes\",{enumerable:!0,get:function(){return _index186.default}}),Object.defineProperty(exports,\"secondsToHours\",{enumerable:!0,get:function(){return _index187.default}}),Object.defineProperty(exports,\"secondsToMilliseconds\",{enumerable:!0,get:function(){return _index188.default}}),Object.defineProperty(exports,\"secondsToMinutes\",{enumerable:!0,get:function(){return _index189.default}}),Object.defineProperty(exports,\"set\",{enumerable:!0,get:function(){return _index190.default}}),Object.defineProperty(exports,\"setDate\",{enumerable:!0,get:function(){return _index191.default}}),Object.defineProperty(exports,\"setDay\",{enumerable:!0,get:function(){return _index192.default}}),Object.defineProperty(exports,\"setDayOfYear\",{enumerable:!0,get:function(){return _index193.default}}),Object.defineProperty(exports,\"setHours\",{enumerable:!0,get:function(){return _index194.default}}),Object.defineProperty(exports,\"setISODay\",{enumerable:!0,get:function(){return _index195.default}}),Object.defineProperty(exports,\"setISOWeek\",{enumerable:!0,get:function(){return _index196.default}}),Object.defineProperty(exports,\"setISOWeekYear\",{enumerable:!0,get:function(){return _index197.default}}),Object.defineProperty(exports,\"setMilliseconds\",{enumerable:!0,get:function(){return _index198.default}}),Object.defineProperty(exports,\"setMinutes\",{enumerable:!0,get:function(){return _index199.default}}),Object.defineProperty(exports,\"setMonth\",{enumerable:!0,get:function(){return _index200.default}}),Object.defineProperty(exports,\"setQuarter\",{enumerable:!0,get:function(){return _index201.default}}),Object.defineProperty(exports,\"setSeconds\",{enumerable:!0,get:function(){return _index202.default}}),Object.defineProperty(exports,\"setWeek\",{enumerable:!0,get:function(){return _index203.default}}),Object.defineProperty(exports,\"setWeekYear\",{enumerable:!0,get:function(){return _index204.default}}),Object.defineProperty(exports,\"setYear\",{enumerable:!0,get:function(){return _index205.default}}),Object.defineProperty(exports,\"startOfDay\",{enumerable:!0,get:function(){return _index206.default}}),Object.defineProperty(exports,\"startOfDecade\",{enumerable:!0,get:function(){return _index207.default}}),Object.defineProperty(exports,\"startOfHour\",{enumerable:!0,get:function(){return _index208.default}}),Object.defineProperty(exports,\"startOfISOWeek\",{enumerable:!0,get:function(){return _index209.default}}),Object.defineProperty(exports,\"startOfISOWeekYear\",{enumerable:!0,get:function(){return _index210.default}}),Object.defineProperty(exports,\"startOfMinute\",{enumerable:!0,get:function(){return _index211.default}}),Object.defineProperty(exports,\"startOfMonth\",{enumerable:!0,get:function(){return _index212.default}}),Object.defineProperty(exports,\"startOfQuarter\",{enumerable:!0,get:function(){return _index213.default}}),Object.defineProperty(exports,\"startOfSecond\",{enumerable:!0,get:function(){return _index214.default}}),Object.defineProperty(exports,\"startOfToday\",{enumerable:!0,get:function(){return _index215.default}}),Object.defineProperty(exports,\"startOfTomorrow\",{enumerable:!0,get:function(){return _index216.default}}),Object.defineProperty(exports,\"startOfWeek\",{enumerable:!0,get:function(){return _index217.default}}),Object.defineProperty(exports,\"startOfWeekYear\",{enumerable:!0,get:function(){return _index218.default}}),Object.defineProperty(exports,\"startOfYear\",{enumerable:!0,get:function(){return _index219.default}}),Object.defineProperty(exports,\"startOfYesterday\",{enumerable:!0,get:function(){return _index220.default}}),Object.defineProperty(exports,\"sub\",{enumerable:!0,get:function(){return _index221.default}}),Object.defineProperty(exports,\"subBusinessDays\",{enumerable:!0,get:function(){return _index222.default}}),Object.defineProperty(exports,\"subDays\",{enumerable:!0,get:function(){return _index223.default}}),Object.defineProperty(exports,\"subHours\",{enumerable:!0,get:function(){return _index224.default}}),Object.defineProperty(exports,\"subISOWeekYears\",{enumerable:!0,get:function(){return _index225.default}}),Object.defineProperty(exports,\"subMilliseconds\",{enumerable:!0,get:function(){return _index226.default}}),Object.defineProperty(exports,\"subMinutes\",{enumerable:!0,get:function(){return _index227.default}}),Object.defineProperty(exports,\"subMonths\",{enumerable:!0,get:function(){return _index228.default}}),Object.defineProperty(exports,\"subQuarters\",{enumerable:!0,get:function(){return _index229.default}}),Object.defineProperty(exports,\"subSeconds\",{enumerable:!0,get:function(){return _index230.default}}),Object.defineProperty(exports,\"subWeeks\",{enumerable:!0,get:function(){return _index231.default}}),Object.defineProperty(exports,\"subYears\",{enumerable:!0,get:function(){return _index232.default}}),Object.defineProperty(exports,\"toDate\",{enumerable:!0,get:function(){return _index233.default}}),Object.defineProperty(exports,\"weeksToDays\",{enumerable:!0,get:function(){return _index234.default}}),Object.defineProperty(exports,\"yearsToMonths\",{enumerable:!0,get:function(){return _index235.default}}),Object.defineProperty(exports,\"yearsToQuarters\",{enumerable:!0,get:function(){return _index236.default}});var _index=_interopRequireDefault(require(2582)),_index2=_interopRequireDefault(require(2585)),_index3=_interopRequireDefault(require(2583)),_index4=_interopRequireDefault(require(2589)),_index5=_interopRequireDefault(require(2591)),_index6=_interopRequireDefault(require(2590)),_index7=_interopRequireDefault(require(2594)),_index8=_interopRequireDefault(require(2584)),_index9=_interopRequireDefault(require(2595)),_index10=_interopRequireDefault(require(2596)),_index11=_interopRequireDefault(require(2597)),_index12=_interopRequireDefault(require(2598)),_index13=_interopRequireDefault(require(2599)),_index14=_interopRequireDefault(require(2600)),_index15=_interopRequireDefault(require(2603)),_index16=_interopRequireDefault(require(2604)),_index17=_interopRequireDefault(require(2605)),_index18=_interopRequireDefault(require(2606)),_index19=_interopRequireDefault(require(2608)),_index20=_interopRequireDefault(require(2609)),_index21=_interopRequireDefault(require(2610)),_index22=_interopRequireDefault(require(2614)),_index23=_interopRequireDefault(require(2615)),_index24=_interopRequireDefault(require(2617)),_index25=_interopRequireDefault(require(2618)),_index26=_interopRequireDefault(require(2620)),_index27=_interopRequireDefault(require(2622)),_index28=_interopRequireDefault(require(2623)),_index29=_interopRequireDefault(require(2624)),_index30=_interopRequireDefault(require(2626)),_index31=_interopRequireDefault(require(2625)),_index32=_interopRequireDefault(require(2628)),_index33=_interopRequireDefault(require(2629)),_index34=_interopRequireDefault(require(2631)),_index35=_interopRequireDefault(require(2632)),_index36=_interopRequireDefault(require(2633)),_index37=_interopRequireDefault(require(2634)),_index38=_interopRequireDefault(require(2635)),_index39=_interopRequireDefault(require(2636)),_index40=_interopRequireDefault(require(2637)),_index41=_interopRequireDefault(require(2639)),_index42=_interopRequireDefault(require(2640)),_index43=_interopRequireDefault(require(2642)),_index44=_interopRequireDefault(require(2643)),_index45=_interopRequireDefault(require(2644)),_index46=_interopRequireDefault(require(2647)),_index47=_interopRequireDefault(require(2650)),_index48=_interopRequireDefault(require(2651)),_index49=_interopRequireDefault(require(2652)),_index50=_interopRequireDefault(require(2653)),_index51=_interopRequireDefault(require(2654)),_index52=_interopRequireDefault(require(2656)),_index53=_interopRequireDefault(require(2657)),_index54=_interopRequireDefault(require(2645)),_index55=_interopRequireDefault(require(2658)),_index56=_interopRequireDefault(require(2659)),_index57=_interopRequireDefault(require(2660)),_index58=_interopRequireDefault(require(2661)),_index59=_interopRequireDefault(require(2655)),_index60=_interopRequireDefault(require(2648)),_index61=_interopRequireDefault(require(2662)),_index62=_interopRequireDefault(require(116)),_index63=_interopRequireDefault(require(2665)),_index64=_interopRequireDefault(require(2666)),_index65=_interopRequireDefault(require(2667)),_index66=_interopRequireDefault(require(2668)),_index67=_interopRequireDefault(require(2669)),_index68=_interopRequireDefault(require(2670)),_index69=_interopRequireDefault(require(2671)),_index70=_interopRequireDefault(require(2672)),_index71=_interopRequireDefault(require(2673)),_index72=_interopRequireDefault(require(2674)),_index73=_interopRequireDefault(require(2675)),_index74=_interopRequireDefault(require(2676)),_index75=_interopRequireDefault(require(2677)),_index76=_interopRequireDefault(require(2678)),_index77=_interopRequireDefault(require(2679)),_index78=_interopRequireDefault(require(2680)),_index79=_interopRequireDefault(require(2681)),_index80=_interopRequireDefault(require(2683)),_index81=_interopRequireDefault(require(2684)),_index82=_interopRequireDefault(require(2685)),_index83=_interopRequireDefault(require(2686)),_index84=_interopRequireDefault(require(2592)),_index85=_interopRequireDefault(require(2688)),_index86=_interopRequireDefault(require(2689)),_index87=_interopRequireDefault(require(2690)),_index88=_interopRequireDefault(require(2691)),_index89=_interopRequireDefault(require(2692)),_index90=_interopRequireDefault(require(2619)),_index91=_interopRequireDefault(require(2693)),_index92=_interopRequireDefault(require(2694)),_index93=_interopRequireDefault(require(2695)),_index94=_interopRequireDefault(require(2696)),_index95=_interopRequireDefault(require(2698)),_index96=_interopRequireDefault(require(2699)),_index97=_interopRequireDefault(require(2700)),_index98=_interopRequireDefault(require(2702)),_index99=_interopRequireDefault(require(2703)),_index100=_interopRequireDefault(require(2704)),_index101=_interopRequireDefault(require(2705)),_index102=_interopRequireDefault(require(2710)),_index103=_interopRequireDefault(require(2711)),_index104=_interopRequireDefault(require(2712)),_index105=_interopRequireDefault(require(117)),_index106=_interopRequireDefault(require(2713)),_index107=_interopRequireDefault(require(2714)),_index108=_interopRequireDefault(require(2706)),_index109=_interopRequireDefault(require(2716)),_index110=_interopRequireDefault(require(2715)),_index111=_interopRequireDefault(require(2717)),_index112=_interopRequireDefault(require(2630)),_index113=_interopRequireDefault(require(2682)),_index114=_interopRequireDefault(require(2718)),_index115=_interopRequireDefault(require(2720)),_index116=_interopRequireDefault(require(2719)),_index117=_interopRequireDefault(require(2611)),_index118=_interopRequireDefault(require(2721)),_index119=_interopRequireDefault(require(2722)),_index120=_interopRequireDefault(require(2724)),_index121=_interopRequireDefault(require(2723)),_index122=_interopRequireDefault(require(2725)),_index123=_interopRequireDefault(require(2726)),_index124=_interopRequireDefault(require(2727)),_index125=_interopRequireDefault(require(2729)),_index126=_interopRequireDefault(require(2728)),_index127=_interopRequireDefault(require(2588)),_index128=_interopRequireDefault(require(2587)),_index129=_interopRequireDefault(require(2730)),_index130=_interopRequireDefault(require(2731)),_index131=_interopRequireDefault(require(2732)),_index132=_interopRequireDefault(require(2733)),_index133=_interopRequireDefault(require(2734)),_index134=_interopRequireDefault(require(2735)),_index135=_interopRequireDefault(require(2736)),_index136=_interopRequireDefault(require(2738)),_index137=_interopRequireDefault(require(2737)),_index138=_interopRequireDefault(require(2741)),_index139=_interopRequireDefault(require(2739)),_index140=_interopRequireDefault(require(2740)),_index141=_interopRequireDefault(require(2612)),_index142=_interopRequireDefault(require(2742)),_index143=_interopRequireDefault(require(2586)),_index144=_interopRequireDefault(require(2743)),_index145=_interopRequireDefault(require(2747)),_index146=_interopRequireDefault(require(2746)),_index147=_interopRequireDefault(require(2745)),_index148=_interopRequireDefault(require(2744)),_index149=_interopRequireDefault(require(2701)),_index150=_interopRequireDefault(require(2748)),_index151=_interopRequireDefault(require(2750)),_index152=_interopRequireDefault(require(2749)),_index153=_interopRequireDefault(require(2815)),_index154=_interopRequireDefault(require(2602)),_index155=_interopRequireDefault(require(2753)),_index156=_interopRequireDefault(require(2751)),_index157=_interopRequireDefault(require(2752)),_index158=_interopRequireDefault(require(2754)),_index159=_interopRequireDefault(require(2601)),_index160=_interopRequireDefault(require(2756)),_index161=_interopRequireDefault(require(2755)),_index162=_interopRequireDefault(require(2757)),_index163=_interopRequireDefault(require(2758)),_index164=_interopRequireDefault(require(2759)),_index165=_interopRequireDefault(require(2760)),_index166=_interopRequireDefault(require(2761)),_index167=_interopRequireDefault(require(2762)),_index168=_interopRequireDefault(require(2763)),_index169=_interopRequireDefault(require(2764)),_index170=_interopRequireDefault(require(2765)),_index171=_interopRequireDefault(require(2766)),_index172=_interopRequireDefault(require(2767)),_index173=_interopRequireDefault(require(2816)),_index174=_interopRequireDefault(require(2768)),_index175=_interopRequireDefault(require(2771)),_index176=_interopRequireDefault(require(2769)),_index177=_interopRequireDefault(require(2770)),_index178=_interopRequireDefault(require(2772)),_index179=_interopRequireDefault(require(2773)),_index180=_interopRequireDefault(require(2774)),_index181=_interopRequireDefault(require(2775)),_index182=_interopRequireDefault(require(2776)),_index183=_interopRequireDefault(require(2777)),_index184=_interopRequireDefault(require(2780)),_index185=_interopRequireDefault(require(2778)),_index186=_interopRequireDefault(require(2779)),_index187=_interopRequireDefault(require(2784)),_index188=_interopRequireDefault(require(2781)),_index189=_interopRequireDefault(require(2782)),_index190=_interopRequireDefault(require(2783)),_index191=_interopRequireDefault(require(2785)),_index192=_interopRequireDefault(require(2787)),_index193=_interopRequireDefault(require(2786)),_index194=_interopRequireDefault(require(2788)),_index195=_interopRequireDefault(require(2789)),_index196=_interopRequireDefault(require(2790)),_index197=_interopRequireDefault(require(2593)),_index198=_interopRequireDefault(require(2793)),_index199=_interopRequireDefault(require(2791)),_index200=_interopRequireDefault(require(2794)),_index201=_interopRequireDefault(require(2792)),_index202=_interopRequireDefault(require(2796)),_index203=_interopRequireDefault(require(2795)),_index204=_interopRequireDefault(require(2797)),_index205=_interopRequireDefault(require(2798)),_index206=_interopRequireDefault(require(2613)),_index207=_interopRequireDefault(require(2799)),_index208=_interopRequireDefault(require(2800)),_index209=_interopRequireDefault(require(2616)),_index210=_interopRequireDefault(require(2687)),_index211=_interopRequireDefault(require(2638)),_index212=_interopRequireDefault(require(2646)),_index213=_interopRequireDefault(require(2641)),_index214=_interopRequireDefault(require(2801)),_index215=_interopRequireDefault(require(2709)),_index216=_interopRequireDefault(require(2707)),_index217=_interopRequireDefault(require(2621)),_index218=_interopRequireDefault(require(2697)),_index219=_interopRequireDefault(require(2649)),_index220=_interopRequireDefault(require(2708)),_index221=_interopRequireDefault(require(2802)),_index222=_interopRequireDefault(require(2804)),_index223=_interopRequireDefault(require(2805)),_index224=_interopRequireDefault(require(2803)),_index225=_interopRequireDefault(require(2627)),_index226=_interopRequireDefault(require(2663)),_index227=_interopRequireDefault(require(2806)),_index228=_interopRequireDefault(require(2808)),_index229=_interopRequireDefault(require(2807)),_index230=_interopRequireDefault(require(2809)),_index231=_interopRequireDefault(require(2811)),_index232=_interopRequireDefault(require(2810)),_index233=_interopRequireDefault(require(2570)),_index234=_interopRequireDefault(require(2812)),_index235=_interopRequireDefault(require(2814)),_index236=_interopRequireDefault(require(2813)),_index237=require(2607);function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}Object.keys(_index237).forEach(function(e){\"default\"!==e&&\"__esModule\"!==e&&(Object.prototype.hasOwnProperty.call(_exportNames,e)||Object.defineProperty(exports,e,{enumerable:!0,get:function(){return _index237[e]}}))});\\n}, {\"116\":116,\"117\":117,\"2570\":2570,\"2582\":2582,\"2583\":2583,\"2584\":2584,\"2585\":2585,\"2586\":2586,\"2587\":2587,\"2588\":2588,\"2589\":2589,\"2590\":2590,\"2591\":2591,\"2592\":2592,\"2593\":2593,\"2594\":2594,\"2595\":2595,\"2596\":2596,\"2597\":2597,\"2598\":2598,\"2599\":2599,\"2600\":2600,\"2601\":2601,\"2602\":2602,\"2603\":2603,\"2604\":2604,\"2605\":2605,\"2606\":2606,\"2607\":2607,\"2608\":2608,\"2609\":2609,\"2610\":2610,\"2611\":2611,\"2612\":2612,\"2613\":2613,\"2614\":2614,\"2615\":2615,\"2616\":2616,\"2617\":2617,\"2618\":2618,\"2619\":2619,\"2620\":2620,\"2621\":2621,\"2622\":2622,\"2623\":2623,\"2624\":2624,\"2625\":2625,\"2626\":2626,\"2627\":2627,\"2628\":2628,\"2629\":2629,\"2630\":2630,\"2631\":2631,\"2632\":2632,\"2633\":2633,\"2634\":2634,\"2635\":2635,\"2636\":2636,\"2637\":2637,\"2638\":2638,\"2639\":2639,\"2640\":2640,\"2641\":2641,\"2642\":2642,\"2643\":2643,\"2644\":2644,\"2645\":2645,\"2646\":2646,\"2647\":2647,\"2648\":2648,\"2649\":2649,\"2650\":2650,\"2651\":2651,\"2652\":2652,\"2653\":2653,\"2654\":2654,\"2655\":2655,\"2656\":2656,\"2657\":2657,\"2658\":2658,\"2659\":2659,\"2660\":2660,\"2661\":2661,\"2662\":2662,\"2663\":2663,\"2665\":2665,\"2666\":2666,\"2667\":2667,\"2668\":2668,\"2669\":2669,\"2670\":2670,\"2671\":2671,\"2672\":2672,\"2673\":2673,\"2674\":2674,\"2675\":2675,\"2676\":2676,\"2677\":2677,\"2678\":2678,\"2679\":2679,\"2680\":2680,\"2681\":2681,\"2682\":2682,\"2683\":2683,\"2684\":2684,\"2685\":2685,\"2686\":2686,\"2687\":2687,\"2688\":2688,\"2689\":2689,\"2690\":2690,\"2691\":2691,\"2692\":2692,\"2693\":2693,\"2694\":2694,\"2695\":2695,\"2696\":2696,\"2697\":2697,\"2698\":2698,\"2699\":2699,\"2700\":2700,\"2701\":2701,\"2702\":2702,\"2703\":2703,\"2704\":2704,\"2705\":2705,\"2706\":2706,\"2707\":2707,\"2708\":2708,\"2709\":2709,\"2710\":2710,\"2711\":2711,\"2712\":2712,\"2713\":2713,\"2714\":2714,\"2715\":2715,\"2716\":2716,\"2717\":2717,\"2718\":2718,\"2719\":2719,\"2720\":2720,\"2721\":2721,\"2722\":2722,\"2723\":2723,\"2724\":2724,\"2725\":2725,\"2726\":2726,\"2727\":2727,\"2728\":2728,\"2729\":2729,\"2730\":2730,\"2731\":2731,\"2732\":2732,\"2733\":2733,\"2734\":2734,\"2735\":2735,\"2736\":2736,\"2737\":2737,\"2738\":2738,\"2739\":2739,\"2740\":2740,\"2741\":2741,\"2742\":2742,\"2743\":2743,\"2744\":2744,\"2745\":2745,\"2746\":2746,\"2747\":2747,\"2748\":2748,\"2749\":2749,\"2750\":2750,\"2751\":2751,\"2752\":2752,\"2753\":2753,\"2754\":2754,\"2755\":2755,\"2756\":2756,\"2757\":2757,\"2758\":2758,\"2759\":2759,\"2760\":2760,\"2761\":2761,\"2762\":2762,\"2763\":2763,\"2764\":2764,\"2765\":2765,\"2766\":2766,\"2767\":2767,\"2768\":2768,\"2769\":2769,\"2770\":2770,\"2771\":2771,\"2772\":2772,\"2773\":2773,\"2774\":2774,\"2775\":2775,\"2776\":2776,\"2777\":2777,\"2778\":2778,\"2779\":2779,\"2780\":2780,\"2781\":2781,\"2782\":2782,\"2783\":2783,\"2784\":2784,\"2785\":2785,\"2786\":2786,\"2787\":2787,\"2788\":2788,\"2789\":2789,\"2790\":2790,\"2791\":2791,\"2792\":2792,\"2793\":2793,\"2794\":2794,\"2795\":2795,\"2796\":2796,\"2797\":2797,\"2798\":2798,\"2799\":2799,\"2800\":2800,\"2801\":2801,\"2802\":2802,\"2803\":2803,\"2804\":2804,\"2805\":2805,\"2806\":2806,\"2807\":2807,\"2808\":2808,\"2809\":2809,\"2810\":2810,\"2811\":2811,\"2812\":2812,\"2813\":2813,\"2814\":2814,\"2815\":2815,\"2816\":2816}];\\nwindow.modules[\"206\"] = [function(require,module,exports){\"use strict\";var _lib_sdk_browser__browser_mount_ts=require(722),_lib_sdk_browser__browser_getProps_ts=require(721),_lib_browser_common_helpers_poller=require(703),_lib_sdk_browser__browser_splitAndFilterConfig_ts=require(728);require(685),require(569),require(1450),require(1451),require(1403),require(1489),require(1515),require(757),require(1390),require(1359),require(1550),require(937),require(1454),require(1455),require(1460),require(758),require(1559),require(1560),require(1373),require(1374),require(1360),require(1361),require(1558),require(1358),require(1468),require(1469),require(1440),require(1470),require(1535),require(1471),require(1553),require(1362),require(1363),require(1364),require(1365),require(1366),require(1367),require(1369),require(1418),require(1416),require(1368),require(1370),require(1371),require(1372),require(1376),require(1551),require(1552),require(1375),require(1377),require(1378),require(1526),require(759),require(1407),require(1452),require(577),require(548),require(639),require(679),require(675),require(678),require(686),require(575),require(576),require(567),require(568),require(571),require(965),require(961),require(946),require(943),require(956),require(939),require(945),require(941),require(948),require(949),require(936),require(944),require(951),require(947),require(940),require(942),require(962),require(957),require(952),require(950),require(938),require(955),require(1036),require(1044),require(1053),require(1056),require(1047),require(1061),require(1063),require(1067),require(1052),require(1068),require(1066),require(1043),require(1046),require(1049),require(1045),require(1048),require(1064),require(1065),require(1050),require(1051),require(1037),require(1039),require(1038),require(1040),require(1041),require(1355),require(1042),require(1619),require(1613),require(1611),require(1612),require(1031),require(1033),require(1032),require(1034),require(1035),require(1354),require(1347),require(1348),require(1349),require(1058),require(1054),require(1062),require(1069),require(1055),require(1057),require(1059),require(1060),require(966),require(960),require(1071),require(1072),require(971),require(959),require(954),require(958),require(964),require(963),require(967),require(970),require(968),require(969),require(953),require(572),require(574),require(573),require(570),require(724),require(727),require(726),require(712),require(756),require(729),require(751),require(1073),require(1074),require(1070),require(723),require(725),require(754),require(704),require(705),require(587),require(1461),require(1462),require(1384),require(1385),require(1386),require(1387),require(1388),require(1389),require(1463),require(1381),require(1382),require(1383),require(1410),require(1519),require(1464),require(1391),require(1547),require(1521),require(1465),require(1433),require(1453),require(1408),require(1533),require(1396),require(1556),require(1423),require(1400),require(1401),require(1402),require(1459),require(1404),require(1573),require(1405),require(1406),require(1473),require(1474),require(1500),require(1561),require(1480),require(1481),require(1482),require(1555),require(1486),require(1437),require(1357),require(1379),require(1380),require(1392),require(720),exports.mount=_lib_sdk_browser__browser_mount_ts.mount,exports.getProps=_lib_sdk_browser__browser_getProps_ts.getProps,exports.getPoller=_lib_browser_common_helpers_poller.getPoller,exports.splitAndFilterConfig=_lib_sdk_browser__browser_splitAndFilterConfig_ts.splitAndFilterConfig;\\n}, {\"548\":548,\"567\":567,\"568\":568,\"569\":569,\"570\":570,\"571\":571,\"572\":572,\"573\":573,\"574\":574,\"575\":575,\"576\":576,\"577\":577,\"587\":587,\"639\":639,\"675\":675,\"678\":678,\"679\":679,\"685\":685,\"686\":686,\"703\":703,\"704\":704,\"705\":705,\"712\":712,\"720\":720,\"721\":721,\"722\":722,\"723\":723,\"724\":724,\"725\":725,\"726\":726,\"727\":727,\"728\":728,\"729\":729,\"751\":751,\"754\":754,\"756\":756,\"757\":757,\"758\":758,\"759\":759,\"936\":936,\"937\":937,\"938\":938,\"939\":939,\"940\":940,\"941\":941,\"942\":942,\"943\":943,\"944\":944,\"945\":945,\"946\":946,\"947\":947,\"948\":948,\"949\":949,\"950\":950,\"951\":951,\"952\":952,\"953\":953,\"954\":954,\"955\":955,\"956\":956,\"957\":957,\"958\":958,\"959\":959,\"960\":960,\"961\":961,\"962\":962,\"963\":963,\"964\":964,\"965\":965,\"966\":966,\"967\":967,\"968\":968,\"969\":969,\"970\":970,\"971\":971,\"1031\":1031,\"1032\":1032,\"1033\":1033,\"1034\":1034,\"1035\":1035,\"1036\":1036,\"1037\":1037,\"1038\":1038,\"1039\":1039,\"1040\":1040,\"1041\":1041,\"1042\":1042,\"1043\":1043,\"1044\":1044,\"1045\":1045,\"1046\":1046,\"1047\":1047,\"1048\":1048,\"1049\":1049,\"1050\":1050,\"1051\":1051,\"1052\":1052,\"1053\":1053,\"1054\":1054,\"1055\":1055,\"1056\":1056,\"1057\":1057,\"1058\":1058,\"1059\":1059,\"1060\":1060,\"1061\":1061,\"1062\":1062,\"1063\":1063,\"1064\":1064,\"1065\":1065,\"1066\":1066,\"1067\":1067,\"1068\":1068,\"1069\":1069,\"1070\":1070,\"1071\":1071,\"1072\":1072,\"1073\":1073,\"1074\":1074,\"1347\":1347,\"1348\":1348,\"1349\":1349,\"1354\":1354,\"1355\":1355,\"1357\":1357,\"1358\":1358,\"1359\":1359,\"1360\":1360,\"1361\":1361,\"1362\":1362,\"1363\":1363,\"1364\":1364,\"1365\":1365,\"1366\":1366,\"1367\":1367,\"1368\":1368,\"1369\":1369,\"1370\":1370,\"1371\":1371,\"1372\":1372,\"1373\":1373,\"1374\":1374,\"1375\":1375,\"1376\":1376,\"1377\":1377,\"1378\":1378,\"1379\":1379,\"1380\":1380,\"1381\":1381,\"1382\":1382,\"1383\":1383,\"1384\":1384,\"1385\":1385,\"1386\":1386,\"1387\":1387,\"1388\":1388,\"1389\":1389,\"1390\":1390,\"1391\":1391,\"1392\":1392,\"1396\":1396,\"1400\":1400,\"1401\":1401,\"1402\":1402,\"1403\":1403,\"1404\":1404,\"1405\":1405,\"1406\":1406,\"1407\":1407,\"1408\":1408,\"1410\":1410,\"1416\":1416,\"1418\":1418,\"1423\":1423,\"1433\":1433,\"1437\":1437,\"1440\":1440,\"1450\":1450,\"1451\":1451,\"1452\":1452,\"1453\":1453,\"1454\":1454,\"1455\":1455,\"1459\":1459,\"1460\":1460,\"1461\":1461,\"1462\":1462,\"1463\":1463,\"1464\":1464,\"1465\":1465,\"1468\":1468,\"1469\":1469,\"1470\":1470,\"1471\":1471,\"1473\":1473,\"1474\":1474,\"1480\":1480,\"1481\":1481,\"1482\":1482,\"1486\":1486,\"1489\":1489,\"1500\":1500,\"1515\":1515,\"1519\":1519,\"1521\":1521,\"1526\":1526,\"1533\":1533,\"1535\":1535,\"1547\":1547,\"1550\":1550,\"1551\":1551,\"1552\":1552,\"1553\":1553,\"1555\":1555,\"1556\":1556,\"1558\":1558,\"1559\":1559,\"1560\":1560,\"1561\":1561,\"1573\":1573,\"1611\":1611,\"1612\":1612,\"1613\":1613,\"1619\":1619}];\\nwindow.modules[\"219\"] = [function(require,module,exports){\"use strict\";var _require=require(51),PAGE_VARIANTS=_require.PAGE_VARIANTS;function isPageVariant(e){var r,i;return(Array.isArray(e)?e:[e]).includes((null===(r=window.CNN.contentModel)||void 0===r?void 0:r.templateType)||(null===(i=window.CNN.helpers)||void 0===i?void 0:i.PAGE_VARIANTS.UNKNOWN))}module.exports={isPageVariant:isPageVariant,PAGE_VARIANTS:PAGE_VARIANTS};\\n}, {\"51\":51}];\\nwindow.modules[\"220\"] = [function(require,module,exports){\"use strict\";var getAdfuelSrc=function(){var e,n=arguments.length>0&&void 0!==arguments[0]&&arguments[0];return e=window.CNN.helpers.isEspanolPage()?window.env.ADFUEL_ESPANOL_SRC:window.CNN.helpers.isSection(window.CNN.helpers.SECTIONS.BUSINESS)?window.CNN.helpers.isEditionPage()?window.env.ADFUEL_BUSINESS_EDITION_SRC:window.env.ADFUEL_BUSINESS_SRC:window.CNN.helpers.isEditionPage()?window.env.ADFUEL_CNN_EDITION_SRC:window.env.ADFUEL_CNN_SRC,\"\".concat(e,n?\"-body.min.js\":\".min.js\")};module.exports={getAdfuelSrc:getAdfuelSrc};\\n}, {}];\\nwindow.modules[\"221\"] = [function(require,module,exports){var cachedSetTimeout,cachedClearTimeout,process=module.exports={};function defaultSetTimout(){throw new Error(\"setTimeout has not been defined\")}function defaultClearTimeout(){throw new Error(\"clearTimeout has not been defined\")}function runTimeout(e){if(cachedSetTimeout===setTimeout)return setTimeout(e,0);if((cachedSetTimeout===defaultSetTimout||!cachedSetTimeout)&&setTimeout)return cachedSetTimeout=setTimeout,setTimeout(e,0);try{return cachedSetTimeout(e,0)}catch(t){try{return cachedSetTimeout.call(null,e,0)}catch(t){return cachedSetTimeout.call(this,e,0)}}}function runClearTimeout(e){if(cachedClearTimeout===clearTimeout)return clearTimeout(e);if((cachedClearTimeout===defaultClearTimeout||!cachedClearTimeout)&&clearTimeout)return cachedClearTimeout=clearTimeout,clearTimeout(e);try{return cachedClearTimeout(e)}catch(t){try{return cachedClearTimeout.call(null,e)}catch(t){return cachedClearTimeout.call(this,e)}}}!function(){try{cachedSetTimeout=\"function\"==typeof setTimeout?setTimeout:defaultSetTimout}catch(e){cachedSetTimeout=defaultSetTimout}try{cachedClearTimeout=\"function\"==typeof clearTimeout?clearTimeout:defaultClearTimeout}catch(e){cachedClearTimeout=defaultClearTimeout}}();var currentQueue,queue=[],draining=!1,queueIndex=-1;function cleanUpNextTick(){draining&&currentQueue&&(draining=!1,currentQueue.length?queue=currentQueue.concat(queue):queueIndex=-1,queue.length&&drainQueue())}function drainQueue(){if(!draining){var e=runTimeout(cleanUpNextTick);draining=!0;for(var t=queue.length;t;){for(currentQueue=queue,queue=[];++queueIndex<t;)currentQueue&&currentQueue[queueIndex].run();queueIndex=-1,t=queue.length}currentQueue=null,draining=!1,runClearTimeout(e)}}function Item(e,t){this.fun=e,this.array=t}function noop(){}process.nextTick=function(e){var t=new Array(arguments.length-1);if(arguments.length>1)for(var r=1;r<arguments.length;r++)t[r-1]=arguments[r];queue.push(new Item(e,t)),1!==queue.length||draining||runTimeout(drainQueue)},Item.prototype.run=function(){this.fun.apply(null,this.array)},process.title=\"browser\",process.browser=!0,process.env={},process.argv=[],process.version=\"\",process.versions={},process.on=noop,process.addListener=noop,process.once=noop,process.off=noop,process.removeListener=noop,process.removeAllListeners=noop,process.emit=noop,process.prependListener=noop,process.prependOnceListener=noop,process.listeners=function(e){return[]},process.binding=function(e){throw new Error(\"process.binding is not supported\")},process.cwd=function(){return\"/\"},process.chdir=function(e){throw new Error(\"process.chdir is not supported\")},process.umask=function(){return 0};\\n}, {}];\\nwindow.modules[\"223\"] = [function(require,module,exports){(function (Buffer){(function (){\\n\"use strict\";var clayUtils=require(2),_require=require(150),_flatten=_require.flatten,_isUndefined=_require.isUndefined,_omitBy=_require.omitBy,urlParse=require(62),_require2=require(20),getCanonicalUrl=_require2.getCanonicalUrl,_require3=require(51),PAGE_VARIANTS=_require3.PAGE_VARIANTS,_require4=require(3267),propertyValue=_require4.propertyValue,PRODUCT_OFFER_CARD=\"product-offer-card\",PRODUCT_OFFER_CARD_CONTAINER=\"product-offer-card-container\",LIVE_BLOG=\"live-blog\",PRODUCT_CARD=\"product-card\",PRODUCT_CARD_CONTAINER=\"product-card-container\",PRODUCT_COMPONENTS=[PRODUCT_OFFER_CARD,PRODUCT_OFFER_CARD_CONTAINER,PRODUCT_CARD,PRODUCT_CARD_CONTAINER],DOTSCHEMA_CONTEXT={seo:\"seo\",render:\"render\"},refCheck=function(e){return\"string\"==typeof e?e:e._ref||\"\"},getStellarId=function(e){var t,n=clayUtils.replaceVersion(e);return t=clayUtils.isPage(n)?\"/_pages/\".concat(clayUtils.getPageInstance(n)):\"/_components/\".concat(clayUtils.getComponentName(n),\"/instances/\").concat(clayUtils.getComponentInstance(n)),Buffer.from(t,\"utf8\").toString(\"base64\")},getBrands=function(e){return((null==e?void 0:e.branding)||[]).filter(function(e){return e.isActive&&!e.isSponsor}).map(function(e){return new Object({id:e.key,termCode:e.spec})})},getSponsors=function(e){return((null==e?void 0:e.branding)||[]).filter(function(e){return e.isActive&&e.isSponsor}).map(function(e){return{\"@type\":\"Organization\",name:e.name}})},getPageFooter=function(e){return e.bottom.find(function(e){return\"footer\"===clayUtils.getComponentName(refCheck(e))})},getSchemaCanonicalUrl=function(e,t){var n=t.locals.configuration,i=n.pageType,a=n.canonicalUrlPath||urlParse(e).pathname;return getCanonicalUrl(a,t.locals,i).replace(/(.schema)/,\"\")},validatePageTypeFunctionGenerator=function(e){return function(t){return t&&t.main&&t.main[0]&&clayUtils.getComponentName(refCheck(t.main[0]))===e}},validateTVEContent=validatePageTypeFunctionGenerator(\"tve\"),validateLiveStoryPage=validatePageTypeFunctionGenerator(\"live-story\"),validateArticlePage=validatePageTypeFunctionGenerator(\"article\"),validateliveArticle=function(e){return!!getLiveBlog(e)},validateVideoLeafPage=validatePageTypeFunctionGenerator(\"video\"),validateGalleryLeafPage=validatePageTypeFunctionGenerator(\"gallery\"),validateMarketsSectionPage=function(e){var t;return null==e?void 0:null===(t=e.pageVariant)||void 0===t?void 0:t.includes(PAGE_VARIANTS.MARKETS)},validateHomePage=function(e){var t;return null==e?void 0:null===(t=e.pageVariant)||void 0===t?void 0:t.includes(PAGE_VARIANTS.HOMEPAGE)},validateSectionPage=function(e){return validatePageTypeFunctionGenerator(\"section\")(e)&&!validateMarketsSectionPage(e)},validateStaticPage=function(e){return validatePageTypeFunctionGenerator(\"static\")(e)||validateMarketsSectionPage(e)},validateContext=function(e){return e&&(e==DOTSCHEMA_CONTEXT.seo||e==DOTSCHEMA_CONTEXT.render)},validateUnderscoredPage=function(e){var t,n,i;return\"cnn-underscored\"===(null===(t=e.main)||void 0===t?void 0:null===(n=t[0])||void 0===n?void 0:null===(i=n.configuration)||void 0===i?void 0:i[0].section)&&!!hasProduct(e)},validateElectionPage=function(e){return validatePageTypeFunctionGenerator(\"election-center\")(e)},getLiveBlog=function(e){var t,n,i;return null==e?void 0:null===(t=e.main)||void 0===t?void 0:null===(n=t[0])||void 0===n?void 0:null===(i=n.content)||void 0===i?void 0:i.find(function(e){return clayUtils.getComponentName(refCheck(e))===LIVE_BLOG})},hasProduct=function(e){var t,n,i;return null==e?void 0:null===(t=e.main)||void 0===t?void 0:null===(n=t[0])||void 0===n?void 0:null===(i=n.content)||void 0===i?void 0:i.find(function(e){return PRODUCT_COMPONENTS.includes(clayUtils.getComponentName(refCheck(e)))})},getAllProducts=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[];return _flatten(e.filter(function(e){return PRODUCT_COMPONENTS.includes(clayUtils.getComponentName(refCheck(e)))}).map(function(e){return[PRODUCT_OFFER_CARD_CONTAINER,PRODUCT_CARD_CONTAINER].includes(clayUtils.getComponentName(refCheck(e)))?e.productOfferCards||e.productCards||[]:e}))},getAllProductsInPage=function(e){var t,n;return getAllProducts((null==e?void 0:null===(t=e.main)||void 0===t?void 0:null===(n=t[0])||void 0===n?void 0:n.content)||[])},getSubscriptionCategoryFromAuthType=function(e,t){if(!e)return\"free\";var n={tve:\"externalSubscription\"}[t];if(!n)throw new Error(\"invalid authType: \".concat(t));return n},buildImageObjectData=function(e){return e.map(function(e){return{url:e.imageUrl,cutName:e.cutName}})},getTVEHeadlineHeroOriginalContent=function(e){var t=getTVEHeadlineHeroComponent(e.top);if(t)return t.originalContent},getTVEHeadlineHeroComponent=function(e){return e&&e.length>0&&e.find(function(e){return\"tve-headline-hero\"===clayUtils.getComponentName(refCheck(e))})||{}},getTVEPageScreen=function(e){return e.main.find(function(e){return\"tve\"===clayUtils.getComponentName(refCheck(e))})},getTVEPageSeries=function(e){return getTVEPageScreen(e).items.find(function(e){return\"tve-vod-detail\"===clayUtils.getComponentName(refCheck(e))})},getTVEPageSeasons=function(e){return getTVEPageSeries(e).seasons},sanitizeQuotes=function(e){try{return e.replace(/[\"“”]/g,\\'\\\\\\\\\"\\')}catch(e){return\"\"}},buildSection=function(e){var t=[null==e?void 0:e.section,null==e?void 0:e.subsection,null==e?void 0:e.subsubsection].filter(function(e){return e});return t.length?t:null},buildSectionWithHierarchy=function(e,t){var n=buildSection(e);return n?n.join(\">\"):t},isPublished=function(e){return\"published\"===clayUtils.getPageVersion(e)||\"published\"===clayUtils.getComponentVersion(e)},omitUndefined=function(e){return _omitBy(e,_isUndefined)},getSyndicationData=function(e){var t=e.syndicationFeeds,n=e.syndicationInews,i=e.syndicationApplenews,a=e.syndicationNewsource,r=e.syndicationRecs,o=e.syndicationSearch,l=[];return null!=t&&l.push(propertyValue(\"syndication_feeds\",t)),null!=n&&l.push(propertyValue(\"syndication_inews\",n)),null!=i&&l.push(propertyValue(\"syndication_applenews\",i)),null!=a&&l.push(propertyValue(\"syndication_newsource\",a)),null!=r&&l.push(propertyValue(\"syndication_recs\",r)),null!=o&&l.push(propertyValue(\"syndication_search\",o)),l};module.exports={DOTSCHEMA_CONTEXT:DOTSCHEMA_CONTEXT,buildImageObjectData:buildImageObjectData,buildSection:buildSection,buildSectionWithHierarchy:buildSectionWithHierarchy,isPublished:isPublished,getAllProducts:getAllProducts,getAllProductsInPage:getAllProductsInPage,getBrands:getBrands,getPageFooter:getPageFooter,getSchemaCanonicalUrl:getSchemaCanonicalUrl,getSponsors:getSponsors,getStellarId:getStellarId,getSubscriptionCategoryFromAuthType:getSubscriptionCategoryFromAuthType,omitUndefined:omitUndefined,refCheck:refCheck,sanitizeQuotes:sanitizeQuotes,validateArticlePage:validateArticlePage,validateElectionPage:validateElectionPage,validateVideoLeafPage:validateVideoLeafPage,validateGalleryLeafPage:validateGalleryLeafPage,validateLiveStoryPage:validateLiveStoryPage,validateliveArticle:validateliveArticle,validateTVEContent:validateTVEContent,getLiveBlog:getLiveBlog,validateStaticPage:validateStaticPage,validateHomePage:validateHomePage,validateSectionPage:validateSectionPage,validateContext:validateContext,validateUnderscoredPage:validateUnderscoredPage,getTVEPageSeasons:getTVEPageSeasons,getTVEPageSeries:getTVEPageSeries,getTVEPageScreen:getTVEPageScreen,getTVEHeadlineHeroComponent:getTVEHeadlineHeroComponent,getTVEHeadlineHeroOriginalContent:getTVEHeadlineHeroOriginalContent,getSyndicationData:getSyndicationData};\\n\\n}).call(this)}).call(this,require(161).Buffer)}, {\"2\":2,\"20\":20,\"51\":51,\"62\":62,\"150\":150,\"161\":161,\"3267\":3267}];\\nwindow.modules[\"228\"] = [function(require,module,exports){(function (__filename){(function (){\\n\"use strict\";var _interopRequireDefault=require(10),_regenerator=_interopRequireDefault(require(25)),_defineProperty2=_interopRequireDefault(require(19)),_asyncToGenerator2=_interopRequireDefault(require(24)),_classCallCheck2=_interopRequireDefault(require(11)),_createClass2=_interopRequireDefault(require(12));function ownKeys(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),r.push.apply(r,n)}return r}function _objectSpread(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?ownKeys(Object(r),!0).forEach(function(t){(0,_defineProperty2.default)(e,t,r[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):ownKeys(Object(r)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))})}return e}var _require=require(29),getCookie=_require.getCookie,_defaults=require(3126),_get=require(1),add=require(2582),_require2=require(16),actions=_require2.actions,subscribe=_require2.subscribe,ACCOUNT_NAV=actions.ACCOUNT_NAV,log=require(34).setup({file:__filename}),_require3=require(3242),formatLoggingData=_require3.formatLoggingData,_capitalize=require(3120),lsCache={},NewsletterClient=function(){function e(t){(0,_classCallCheck2.default)(this,e),this.authClient=t||{},this.userEmail=\"\",this.userLoggedIn=!1,this.countryCode=getCookie(\"countryCode\"),subscribe(ACCOUNT_NAV.LOGOUT_SUCCESS,delCache),initCache()}return(0,_createClass2.default)(e,[{key:\"retrieveNewsletters\",value:function(){var e=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(){var t,r,n,a;return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:return t=[],e.prev=1,e.next=4,this.authClient.retrieveNewsletters();case 4:r=e.sent,n=r&&r.newsletters,a=Object.keys(n).map(function(e){return _objectSpread({name:e},n[e])}),t=a.sort(function(e,t){return e.position-t.position}),e.next=13;break;case 10:e.prev=10,e.t0=e.catch(1),log(\"error\",\"Error retrieving newsletters: \",formatLoggingData(e.t0));case 13:return e.abrupt(\"return\",t);case 14:case\"end\":return e.stop()}},e,this,[[1,10]])}));return function(){return e.apply(this,arguments)}}()},{key:\"refreshUserInfo\",value:function(){var e=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(){var t,r,n,a;return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:if(t=this.authClient.getToken(),r=!1,!t){e.next=15;break}return e.prev=3,e.next=6,this.authClient.accountInfo(t);case 6:n=e.sent,a=n.userEmailResponses,this.userEmail=a&&a.length&&a[0].emailAddress||\"\",r=!0,e.next=15;break;case 12:e.prev=12,e.t0=e.catch(3),log(\"error\",\"Error refreshing user info: \",formatLoggingData(e.t0));case 15:this.userLoggedIn=r;case 16:case\"end\":return e.stop()}},e,this,[[3,12]])}));return function(){return e.apply(this,arguments)}}()},{key:\"_updateSubscriptions\",value:function(){var e=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(){var t,r,n;return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:if(this.authClient.tokenWithAuthn()){e.next=2;break}return e.abrupt(\"return\");case 2:return t=lsCache.subscriptions,r=[],e.prev=4,e.next=7,this.authClient.subscriptions(this.authClient.getToken());case 7:n=e.sent,r=_get(n,\"subscriptions\"),t.updateAfter=add(new Date,{days:1}),e.next=15;break;case 12:e.prev=12,e.t0=e.catch(4),log(\"error\",\"Error updating subscriptions: \",formatLoggingData(e.t0));case 15:t.value=r,window.localStorage.setItem(\"userNewsletterSubscriptions\",JSON.stringify(t));case 17:case\"end\":return e.stop()}},e,this,[[4,12]])}));return function(){return e.apply(this,arguments)}}()},{key:\"retrieveSubscriptions\",value:function(){var e=(0,_asyncToGenerator2.default)(function(){var e=this,t=(arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}).useCache;return _regenerator.default.mark(function r(){var n;return _regenerator.default.wrap(function(r){for(;;)switch(r.prev=r.next){case 0:if(e.authClient.tokenWithAuthn()){r.next=2;break}return r.abrupt(\"return\",[]);case 2:if(n=lsCache.subscriptions,t&&!(n.updateAfter<=new Date)){r.next=6;break}return r.next=6,e._updateSubscriptions();case 6:return r.abrupt(\"return\",n.value);case 7:case\"end\":return r.stop()}},r)})()});return function(){return e.apply(this,arguments)}}()},{key:\"isLoggedIn\",value:function(){var e=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(){return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:if(this.userLoggedIn=!(!this.authClient||!this.authClient.tokenWithAuthn()),!this.userLoggedIn){e.next=4;break}return e.next=4,this.refreshUserInfo();case 4:return e.abrupt(\"return\",this.userLoggedIn);case 5:case\"end\":return e.stop()}},e,this)}));return function(){return e.apply(this,arguments)}}()},{key:\"subscribe\",value:function(){var e=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(t){var r,n,a,s,i,u,o,c,l,f,p;return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:if(r=!1,n=t.newsletters,a=t.email,s=t.attributes,i=t.source,u=t.arkoseToken,e.t0=a,e.t0){e.next=10;break}return e.next=6,this.isLoggedIn();case 6:if(e.t1=e.sent,!e.t1){e.next=9;break}e.t1=this.userEmail;case 9:e.t0=e.t1;case 10:if(!(o=e.t0)){e.next=27;break}return c=s&&{cnn:s}||{},l=_objectSpread({newsletters:{acquisition_country:this.countryCode}},c),n&&n.forEach(function(e){l.newsletters[\"\".concat(e,\"_source\")]=i}),f={email:o,newsletters:n,userProfileRequest:{attributes:l}},p=this.authClient.getToken(),e.prev=17,f.misc=_objectSpread({},!p&&{arkoseSessionToken:u}),e.next=21,this.authClient.subscribe(f,p);case 21:r=!0,e.next=27;break;case 24:e.prev=24,e.t2=e.catch(17),log(\"error\",\"Error subscribing to newsletters: \",formatLoggingData(e.t2));case 27:if(!r){e.next=30;break}return e.next=30,this._updateSubscriptions();case 30:return e.abrupt(\"return\",r);case 31:case\"end\":return e.stop()}},e,this,[[17,24]])}));return function(t){return e.apply(this,arguments)}}()},{key:\"unsubscribe\",value:function(){var e=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(t){var r,n,a;return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:return r=!1,n=t.newsletters,e.next=4,this.isLoggedIn();case 4:if(e.t0=e.sent,!e.t0){e.next=7;break}e.t0=this.userEmail;case 7:if(!e.t0){e.next=18;break}return a={email:this.userEmail,newsletters:n},e.prev=9,e.next=12,this.authClient.unsubscribe(a,this.authClient.getToken());case 12:r=!0,e.next=18;break;case 15:e.prev=15,e.t1=e.catch(9),log(\"error\",\"Error unsubscribing to newsletters: \",formatLoggingData(e.t1));case 18:if(!r){e.next=21;break}return e.next=21,this._updateSubscriptions();case 21:return e.abrupt(\"return\",r);case 22:case\"end\":return e.stop()}},e,this,[[9,15]])}));return function(t){return e.apply(this,arguments)}}()},{key:\"formatNewsletterName\",value:function(e){return\"string\"==typeof e?e.split(\"_\").map(function(e){return _capitalize(e)}).join(\" \"):e}}]),e}();function delCache(){lsCache={},window.localStorage.removeItem(\"userNewsletterSubscriptions\")}function initCache(){return _initCache.apply(this,arguments)}function _initCache(){return(_initCache=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(){var t,r;return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:if(!lsCache.isInitialized){e.next=2;break}return e.abrupt(\"return\");case 2:t=JSON.parse(window.localStorage.getItem(\"userNewsletterSubscriptions\")||\"{}\"),_defaults(t,{value:[]}),r=t.updateAfter,t.updateAfter=r?new Date(r):new Date,lsCache={isInitialized:!0,subscriptions:t},document.addEventListener(\"deleteAccount\",delCache);case 8:case\"end\":return e.stop()}},e)}))).apply(this,arguments)}module.exports=NewsletterClient;\\n\\n}).call(this)}).call(this,\"/services/client/newsletters-sdk.js\")}, {\"1\":1,\"10\":10,\"11\":11,\"12\":12,\"16\":16,\"19\":19,\"24\":24,\"25\":25,\"29\":29,\"34\":34,\"2582\":2582,\"3120\":3120,\"3126\":3126,\"3242\":3242}];\\nwindow.modules[\"229\"] = [function(require,module,exports){(function (__filename){(function (){\\n\"use strict\";var _interopRequireDefault=require(10),_regenerator=_interopRequireDefault(require(25)),_defineProperty2=_interopRequireDefault(require(19)),_asyncToGenerator2=_interopRequireDefault(require(24));function ownKeys(e,r){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);r&&(n=n.filter(function(r){return Object.getOwnPropertyDescriptor(e,r).enumerable})),t.push.apply(t,n)}return t}function _objectSpread(e){for(var r=1;r<arguments.length;r++){var t=null!=arguments[r]?arguments[r]:{};r%2?ownKeys(Object(t),!0).forEach(function(r){(0,_defineProperty2.default)(e,r,t[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):ownKeys(Object(t)).forEach(function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(t,r))})}return e}var AuthClient=require(2438),EnvVars=require(5),Log=require(34).setup({file:__filename}),SETTINGS={env:EnvVars.get(\"DALTON_ENV\")||\"production\",cookieVersion:EnvVars.get(\"DALTON_COOKIE_VERSION\")||\"v1.1\",forwardClientInfo:!0,appId:EnvVars.get(\"TOP_AUTH_SERVICE_APP_ID\"),cookieRefreshAfterDays:5},AUTH_CLIENT=new AuthClient(SETTINGS),paymentErrorMapping={expired_card:\"Sorry, this payment card has expired or been cancelled.\",incorrect_zip:\"Sorry, you entered an incorrect detail for this payment card.\",incorrect_cvc:\"Sorry, you entered an incorrect CVC for this payment card.\",card_declined:\"Sorry, you entered incorrect details for this payment card.\",processing_error:\"Sorry, your payment was not processed. Please try again.\",\"internal.error\":\"Sorry, we couldn\\'t process your payment. Please try again.\"},marketingConsentData={marketingOptIns:[{name:\"marketingOptIn\",label:\"Check here if you would like to receive updates and offers from CNN and its <a href=\\'https://www.cnn.com/affiliates\\' target=\\'_blank\\'>affiliates</a>\",preselected:!0},{name:\"marketingOptIn\",label:\"Yes! CNN and WarnerMedia News & Sports may use my email address along with my interests, interactions, and device data to send me tailored email and other offers through social media or other sites and apps.\",type:\"gdpr\"},{name:\"marketingAffiliateOptIn\",label:\"Yes! CNN and WarnerMedia News & Sports may also share those details with <a href=\\'https://www.cnn.com/affiliates\\' target=\\'_blank\\'>Affiliates</a> so they may send me tailored email and other offers. CNN and WarnerMedia News & Sports are requesting this consent on behalf of their affiliates, which will use the information under their respective privacy policies.\",type:\"gdpr\"}]},requestRegCode=function(){var e=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(r){var t,n;return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,AUTH_CLIENT.requestRegCode(r);case 2:return t=e.sent,(n=t.errorStatus)&&Log(\"error\",\"Error requesting reg code: \",n),e.abrupt(\"return\",t);case 6:case\"end\":return e.stop()}},e)}));return function(r){return e.apply(this,arguments)}}(),authnRegCode=function(){var e=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(r){var t,n;return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:if(t={success:!1,errorStatus:500},!r){e.next=7;break}return e.next=4,AUTH_CLIENT.authnRegCode(r);case 4:t=e.sent,(n=t.errorStatus)&&Log(\"error\",\"Error authenticating reg code: \",n);case 7:return e.abrupt(\"return\",t);case 8:case\"end\":return e.stop()}},e)}));return function(r){return e.apply(this,arguments)}}(),getActiveSub=function(){var e=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(r){var t,n;return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:if(t={success:!1,errorStatus:500},!r){e.next=7;break}return e.next=4,AUTH_CLIENT.getActiveSub(r);case 4:t=e.sent,(n=t.errors)&&Log(\"error\",\"Error getting active subscriptions: \",n);case 7:return e.abrupt(\"return\",t);case 8:case\"end\":return e.stop()}},e)}));return function(r){return e.apply(this,arguments)}}(),getAllSubs=function(){var e=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(r){var t,n;return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:if(t={success:!1,errorStatus:500},!r){e.next=7;break}return e.next=4,AUTH_CLIENT.getSub(r);case 4:t=e.sent,(n=t.errors)&&Log(\"error\",\"Error getting subscriptions: \",n);case 7:return e.abrupt(\"return\",t);case 8:case\"end\":return e.stop()}},e)}));return function(r){return e.apply(this,arguments)}}(),getProducts=function(){var e=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(r){var t,n;return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,AUTH_CLIENT.getProducts(r);case 2:return t=e.sent,(n=t.errors)&&Log(\"error\",\"Error getting products: \",n),e.abrupt(\"return\",t);case 6:case\"end\":return e.stop()}},e)}));return function(r){return e.apply(this,arguments)}}(),getPaymentSources=function(){var e=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(r){var t,n;return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:if(t={success:!1,errorStatus:500},!r){e.next=7;break}return e.next=4,AUTH_CLIENT.getPaymentSources(r);case 4:t=e.sent,(n=t.errors)&&Log(\"error\",\"Error getting payment sources: \",n);case 7:return e.abrupt(\"return\",t);case 8:case\"end\":return e.stop()}},e)}));return function(r){return e.apply(this,arguments)}}(),addPaymentSource=function(){var e=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(r,t){var n,a;return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:if(n={success:!1,errorStatus:500},!r||!t){e.next=7;break}return e.next=4,AUTH_CLIENT.addPaymentSource(r,t);case 4:n=e.sent,(a=n.errors)&&Log(\"error\",\"Error adding payment source: \",a);case 7:return e.abrupt(\"return\",n);case 8:case\"end\":return e.stop()}},e)}));return function(r,t){return e.apply(this,arguments)}}(),updateSubPaymentSource=function(){var e=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(r,t,n){var a,o;return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:if(a={success:!1,errorStatus:500},!(r&&t&&n)){e.next=5;break}return e.next=4,AUTH_CLIENT.updateSubPaymentSource(r,t,n);case 4:a=e.sent;case 5:return(o=a.errors)&&Log(\"error\",\"Error updating subscription payment source: \",o),e.abrupt(\"return\",a);case 8:case\"end\":return e.stop()}},e)}));return function(r,t,n){return e.apply(this,arguments)}}(),addPurchase=function(){var e=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(r,t){var n,a,o;return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:if(n={success:!1,errorStatus:500},null==(a=(t||{}).purchases)||!a.length){e.next=11;break}if(!(a.filter(function(e){return e.idempotencyKey}).length===a.length)){e.next=10;break}return e.next=7,AUTH_CLIENT.addPurchase(r,t);case 7:n=e.sent,e.next=11;break;case 10:n=_objectSpread(_objectSpread({},n),{},{errorStatus:422,errors:[{field:null,error:\"error\",message:\"Sorry, we couldn\\'t process your payment. Please try again.\"}]});case 11:return(o=n.errors)&&Log(\"error\",\"Error adding purchase: \",o),e.abrupt(\"return\",n);case 14:case\"end\":return e.stop()}},e)}));return function(r,t){return e.apply(this,arguments)}}(),createSetupIntent=function(){var e=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(r){var t,n;return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:if(t={success:!1,errorStatus:500,clientSecret:void 0},!r){e.next=5;break}return e.next=4,AUTH_CLIENT.setupIntent(r);case 4:t=e.sent;case 5:return(n=t.errors)&&Log(\"error\",\"Error creating setup intent: \",n),e.abrupt(\"return\",t);case 8:case\"end\":return e.stop()}},e)}));return function(r){return e.apply(this,arguments)}}(),cancelSubscription=function(){var e=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(r,t){var n,a;return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:if(n={success:!1,errorStatus:500},!r||!t){e.next=5;break}return e.next=4,AUTH_CLIENT.cancelSub(r,t);case 4:n=e.sent;case 5:return(a=n.errors)&&Log(\"error\",\"Error cancelling subscription: \",a),e.abrupt(\"return\",n);case 8:case\"end\":return e.stop()}},e)}));return function(r,t){return e.apply(this,arguments)}}();module.exports={AUTH_CLIENT:AUTH_CLIENT,getActiveSub:getActiveSub,getAllSubs:getAllSubs,requestRegCode:requestRegCode,authnRegCode:authnRegCode,paymentErrorMapping:paymentErrorMapping,marketingConsentData:marketingConsentData,getProducts:getProducts,getPaymentSources:getPaymentSources,addPaymentSource:addPaymentSource,updateSubPaymentSource:updateSubPaymentSource,addPurchase:addPurchase,cancelSubscription:cancelSubscription,createSetupIntent:createSetupIntent};\\n\\n}).call(this)}).call(this,\"/services/universal/zion-dalton-sdk.js\")}, {\"5\":5,\"10\":10,\"19\":19,\"24\":24,\"25\":25,\"34\":34,\"2438\":2438}];\\nwindow.modules[\"230\"] = [function(require,module,exports){(function (__filename){(function (){\\n\"use strict\";var _interopRequireDefault=require(10),_regenerator=_interopRequireDefault(require(25)),_defineProperty2=_interopRequireDefault(require(19)),_asyncToGenerator2=_interopRequireDefault(require(24));function ownKeys(e,r){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);r&&(n=n.filter(function(r){return Object.getOwnPropertyDescriptor(e,r).enumerable})),t.push.apply(t,n)}return t}function _objectSpread(e){for(var r=1;r<arguments.length;r++){var t=null!=arguments[r]?arguments[r]:{};r%2?ownKeys(Object(t),!0).forEach(function(r){(0,_defineProperty2.default)(e,r,t[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):ownKeys(Object(t)).forEach(function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(t,r))})}return e}var _require=require(133),authClient=_require.authClient,EnvVars=require(5),_require2=require(16),actions=_require2.actions,dispatch=_require2.dispatch,_require3=require(31),get=_require3.get,log=require(34).setup({file:__filename}),_require4=require(29),addScriptTag=_require4.addScriptTag,MAX_RETRY_COUNT=3,arkoseScriptIds=[],scriptsRetryCount={},enforcementsRetryCount={},cachedDaexRespMap={LOGIN:\"\",NEWSLETTERS:\"\",REGISTRATION:\"\",PAYMENT:\"\"},getDaexData=function(){var e=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(r){var t,n,a,o,c;return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:if(t=EnvVars.get(\"ENABLE_ARKOSE_DATA_EXCHANGE\"),n=cachedDaexRespMap[r],cachedDaexRespMap[r]||!t){e.next=16;break}return a={use_case:r||\"\",referer:window.location.href,selected_site:\"cnn\"},e.prev=4,e.next=7,authClient.getDataExchange(a);case 7:o=e.sent,c=o.data,cachedDaexRespMap[r]=c,n=c,e.next=16;break;case 13:e.prev=13,e.t0=e.catch(4),log(\"error\",e.t0.message,{stack:e.t0.stack});case 16:return e.abrupt(\"return\",n);case 17:case\"end\":return e.stop()}},e,null,[[4,13]])}));return function(r){return e.apply(this,arguments)}}(),loadAndInitializeArkose=function(){var e=(0,_asyncToGenerator2.default)(function(e){var r=e.arkoseScriptConfig,t=e.enforcementConfig;return _regenerator.default.mark(function e(){var n,a,o,c;return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:if(n=r.callbackFnName,r&&t&&r.callbackFnName&&void 0===window[n]){e.next=3;break}return e.abrupt(\"return\");case 3:createArkoseScript(r),a=setTimeout(function(){dispatch(actions.ARKOSE.SCRIPT_LOAD_FAILED)},1e4),o=t.onReady,c=t.onCompleted,enforcementsRetryCount[n]=0,window[n]=function(){var e=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(i){var s;return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,getDaexData(null==r?void 0:r.useCase);case 2:s=e.sent,i.setConfig(_objectSpread(_objectSpread({},t),{},{data:s&&{blob:s}||{},onReady:function(){clearTimeout(a),o({enforcement:i})},onCompleted:c,onError:function(){var e=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(){return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:return clearTimeout(a),e.next=3,enforcementOnError({enforcementInstance:i,callbackFnName:n,retryTimes:enforcementsRetryCount[n]});case 3:case\"end\":return e.stop()}},e)}));return function(){return e.apply(this,arguments)}}()}));case 4:case\"end\":return e.stop()}},e)}));return function(r){return e.apply(this,arguments)}}();case 8:case\"end\":return e.stop()}},e)})()});return function(r){return e.apply(this,arguments)}}(),scriptLoadFailure=function(e){var r,t=e.srcEnvVar,n=e.callbackFnName,a=e.id,o=null!==(r=scriptsRetryCount[a])&&void 0!==r?r:0;if(o===MAX_RETRY_COUNT)return removeArkoseScripts(),void dispatch(actions.ARKOSE.SCRIPT_LOAD_FAILED);removeArkoseScripts(),createArkoseScript({srcEnvVar:t,callbackFnName:n,id:a}),scriptsRetryCount[a]=o+1},removeArkoseScripts=function(){arkoseScriptIds.forEach(function(e){var r=document.getElementById(e);r&&r.remove()})},createArkoseScript=function(e){var r=e.srcEnvVar,t=e.callbackFnName,n=e.id;r&&n&&t&&(addScriptTag({src:EnvVars.get(r),async:!0,defer:!0,id:n,onerror:function(){scriptLoadFailure({srcEnvVar:r,callbackFnName:t,id:n})},data:{callback:t}}),arkoseScriptIds.push(n))},arkoseAPIIsHealthy=function(){var e=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(){var r;return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:return e.prev=0,e.next=3,get(\"https://status.arkoselabs.com/api/v2/status.json\");case 3:return r=e.sent,e.abrupt(\"return\",\"none\"===r.status.indicator);case 7:return e.prev=7,e.t0=e.catch(0),log(\"error\",\"Error checking arkose health: \",e.t0),e.abrupt(\"return\",!1);case 11:case\"end\":return e.stop()}},e,null,[[0,7]])}));return function(){return e.apply(this,arguments)}}(),enforcementOnError=function(){var e=(0,_asyncToGenerator2.default)(function(e){var r=e.enforcementInstance,t=e.callbackFnName,n=e.retryTimes,a=void 0===n?0:n;return _regenerator.default.mark(function e(){return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:if(r){e.next=2;break}return e.abrupt(\"return\");case 2:return e.next=4,arkoseAPIIsHealthy();case 4:if(!(e.sent&&a<MAX_RETRY_COUNT)){e.next=10;break}return r.reset(),t&&(enforcementsRetryCount[t]=a+1),setTimeout(function(){r.run()},500),e.abrupt(\"return\");case 10:dispatch(actions.ARKOSE.SCRIPT_LOAD_FAILED);case 11:case\"end\":return e.stop()}},e)})()});return function(r){return e.apply(this,arguments)}}();module.exports={loadAndInitializeArkose:loadAndInitializeArkose,enforcementOnError:enforcementOnError,createArkoseScript:createArkoseScript,getDaexData:getDaexData,MAX_RETRY_COUNT:MAX_RETRY_COUNT};\\n\\n}).call(this)}).call(this,\"/services/client/arkose.js\")}, {\"5\":5,\"10\":10,\"16\":16,\"19\":19,\"24\":24,\"25\":25,\"29\":29,\"31\":31,\"34\":34,\"133\":133}];\\nwindow.modules[\"238\"] = [function(require,module,exports){\"use strict\";var EnvVars=require(5);module.exports=function(e,n){var r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:\"/account/log-in\",o=arguments.length>3&&void 0!==arguments[3]?arguments[3]:\"/account/register\";return{env:EnvVars.get(\"DALTON_ENV\")||\"production\",cookieVersion:EnvVars.get(\"DALTON_COOKIE_VERSION\"),myElectionEnabled:e,electionEvent:n,logInUrl:r,signUpUrl:o}};\\n}, {\"5\":5}];\\nwindow.modules[\"243\"] = [function(require,module,exports){\"use strict\";function makeSuppressOps(s,e,p){return{suppressColorsUntilConfig:s,suppressFeaturesUntilConfig:e,noRenderColor:p||\"#ffffff\"}}module.exports={makeSuppressOps:makeSuppressOps};\\n}, {}];\\nwindow.modules[\"245\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_lodash_get=require(569),_lib_browser_common_helpers_timezone=require(708),sdk_transformers_utils_isBallotMeasure=require(2284),sdk_transformers_utils_getTotalVote=require(2276),sdk_transformers_utils_makeSpecialResultForArrayOfRacesInResultsSuite=require(2289),sdk_transformers_utils_getPartyName=require(2274),_vendor_browser_lodash_isNil=require(603);function createTitle(e){var r;return e.countyName?r=e.countyName:e.raceTitle&&e.raceShortTitle?r=\"\".concat(e.raceTitle,\" - \").concat(e.raceShortTitle):e.stateName&&e.raceTitle&&(r=\"\".concat(e.raceTitle,\": \").concat(e.stateName)),r}function essCoreResultCandidateReducer(e){var r=_vendor_browser_lodash_get.get_1(e,\"candidates\",[]),s=sdk_transformers_utils_isBallotMeasure.isBallotMeasure(e);return r.map(function(e){var r,o,t;return{id:e.candidateId,lastName:e.lastName,party:null===(r=e.majorParty)||void 0===r?void 0:r.toLowerCase(),incumbent:e.isIncumbent,isRunoffCandidate:e.runoffCandidate,winner:e.winner,votePercent:e.votePercentNum,votePercentStr:e.votePercentStr,voteStr:e.voteStr,isDroppedOut:!!e.dropOutDate,partyName:sdk_transformers_utils_getPartyName.getPartyName(s,e),voteNum:e.voteNum,firstName:e.firstName,fullName:e.fullName,totalDelegates:null===(o=e.delegates)||void 0===o?void 0:o.totalDelegates,regularDelegates:null===(t=e.delegates)||void 0===t?void 0:t.regularDelegates,electoralVotes:e.electoralVotes}})}function houseTilesReducer(e){return Array.isArray(e)?e.map(function(e){return essCoreResultReducer(e)}):[]}function essCoreResultReducer(e){var r,s,o;if(Array.isArray(e))return sdk_transformers_utils_makeSpecialResultForArrayOfRacesInResultsSuite.makeSpecialResultForArrayOfRacesInResultsSuite(e);e.raceTypeCode;var t=essCoreResultCandidateReducer(e),i=sdk_transformers_utils_getTotalVote.getTotalVote(e,t);return{title:createTitle(e),candidates:t,editorialContent:e.editorialContent,winner:t.find(function(e){return e.winner}),percentReportingStr:_vendor_browser_lodash_isNil.isNil(e.percentReporting)?null:\"\".concat(e.percentReporting),lastUpdatedTimestamp:_lib_browser_common_helpers_timezone.format(e.voteTimestamp),isSwitch:e.isSwitch,isKeyRace:e.raceToWatch,keyRaceFlagText:\"Key Race\",droppedOutFlagText:\"DROPPED OUT\",showUpdatedTimestamp:i>0,isBallotMeasure:sdk_transformers_utils_isBallotMeasure.isBallotMeasure(e),ahead:e.ahead,showAheadCount:e.ahead>0,status:e.editorialStatus||\"none\",jurisdictionCode:e.jurisdictionCode,isCountyRace:Boolean(e.countyFipsCode),winnerBopPartyId:e.winnerBopPartyId,totalDelegatesAtStake:null===(r=e.delegates)||void 0===r?void 0:r.formattedTotalDelegates,electoralVotes:null===(s=e.electoralVotes)||void 0===s?void 0:null===(o=s.electoralVotesAtStake)||void 0===o?void 0:o.toString()}}function resultsSuiteReducer(e){return{result:essCoreResultReducer(e),houseDistricts:houseTilesReducer(e)}}require(1450),require(1451),require(1403),require(1489),require(1515),require(757),require(1390),require(1359),require(1550),require(937),require(1454),require(1455),require(1460),require(758),require(1559),require(1560),require(1373),require(1374),require(1360),require(1361),require(1558),require(1358),require(1468),require(1469),require(1440),require(1470),require(1535),require(1471),require(1553),require(1362),require(1363),require(1364),require(1365),require(1366),require(1367),require(1369),require(1418),require(1416),require(1368),require(1370),require(1371),require(1372),require(1376),require(1551),require(1552),require(1375),require(1377),require(1378),require(1526),require(759),require(1407),require(1452),require(709),require(1274),require(1275),require(1334),require(1337),require(1295),require(1294),require(1336),require(1342),require(1343),require(1338),require(1344),require(1345),require(1339),require(1346),require(1340),require(1341),require(1335),require(1282),require(1301),require(1286),require(1287),require(1288),require(1296),require(1297),require(1289),require(1290),require(1298),require(1299),require(1291),require(1284),require(1292),require(1293),require(1283),require(1300),require(1273),require(1269),require(1270),require(1271),require(1268),require(1276),require(1272),require(1277),require(1279),require(1285),require(1278),require(1280),require(1281),require(653),require(710),require(1321),require(1324),require(1313),require(1312),require(1323),require(1329),require(1330),require(1325),require(1331),require(1332),require(1326),require(1333),require(1327),require(1328),require(1322),require(1318),require(1320),require(1303),require(1304),require(1305),require(1314),require(1315),require(1306),require(1307),require(1316),require(1317),require(1308),require(1302),require(1309),require(1310),require(1311),require(1319),require(2285),require(245),require(2275),exports.essCoreResultCandidateReducer=essCoreResultCandidateReducer,exports.essCoreResultReducer=essCoreResultReducer,exports.houseTilesReducer=houseTilesReducer,exports.resultsSuiteReducer=resultsSuiteReducer;\\n}, {\"245\":245,\"569\":569,\"603\":603,\"653\":653,\"708\":708,\"709\":709,\"710\":710,\"757\":757,\"758\":758,\"759\":759,\"937\":937,\"1268\":1268,\"1269\":1269,\"1270\":1270,\"1271\":1271,\"1272\":1272,\"1273\":1273,\"1274\":1274,\"1275\":1275,\"1276\":1276,\"1277\":1277,\"1278\":1278,\"1279\":1279,\"1280\":1280,\"1281\":1281,\"1282\":1282,\"1283\":1283,\"1284\":1284,\"1285\":1285,\"1286\":1286,\"1287\":1287,\"1288\":1288,\"1289\":1289,\"1290\":1290,\"1291\":1291,\"1292\":1292,\"1293\":1293,\"1294\":1294,\"1295\":1295,\"1296\":1296,\"1297\":1297,\"1298\":1298,\"1299\":1299,\"1300\":1300,\"1301\":1301,\"1302\":1302,\"1303\":1303,\"1304\":1304,\"1305\":1305,\"1306\":1306,\"1307\":1307,\"1308\":1308,\"1309\":1309,\"1310\":1310,\"1311\":1311,\"1312\":1312,\"1313\":1313,\"1314\":1314,\"1315\":1315,\"1316\":1316,\"1317\":1317,\"1318\":1318,\"1319\":1319,\"1320\":1320,\"1321\":1321,\"1322\":1322,\"1323\":1323,\"1324\":1324,\"1325\":1325,\"1326\":1326,\"1327\":1327,\"1328\":1328,\"1329\":1329,\"1330\":1330,\"1331\":1331,\"1332\":1332,\"1333\":1333,\"1334\":1334,\"1335\":1335,\"1336\":1336,\"1337\":1337,\"1338\":1338,\"1339\":1339,\"1340\":1340,\"1341\":1341,\"1342\":1342,\"1343\":1343,\"1344\":1344,\"1345\":1345,\"1346\":1346,\"1358\":1358,\"1359\":1359,\"1360\":1360,\"1361\":1361,\"1362\":1362,\"1363\":1363,\"1364\":1364,\"1365\":1365,\"1366\":1366,\"1367\":1367,\"1368\":1368,\"1369\":1369,\"1370\":1370,\"1371\":1371,\"1372\":1372,\"1373\":1373,\"1374\":1374,\"1375\":1375,\"1376\":1376,\"1377\":1377,\"1378\":1378,\"1390\":1390,\"1403\":1403,\"1407\":1407,\"1416\":1416,\"1418\":1418,\"1440\":1440,\"1450\":1450,\"1451\":1451,\"1452\":1452,\"1454\":1454,\"1455\":1455,\"1460\":1460,\"1468\":1468,\"1469\":1469,\"1470\":1470,\"1471\":1471,\"1489\":1489,\"1515\":1515,\"1526\":1526,\"1535\":1535,\"1550\":1550,\"1551\":1551,\"1552\":1552,\"1553\":1553,\"1558\":1558,\"1559\":1559,\"1560\":1560,\"2274\":2274,\"2275\":2275,\"2276\":2276,\"2284\":2284,\"2285\":2285,\"2289\":2289}];\\nwindow.modules[\"250\"] = [function(require,module,exports){(function (__filename){(function (){\\n\"use strict\";var EnvVars=require(5),log=require(34).setup({file:__filename});function makeFeedUrl(e,r){if(r)return r;var t=EnvVars.get(\"POLITICS_FEED_URL_BASEPATH\"),n=e.resourceType,c=void 0===n?\"race\":n,o=e.year,a=e.contestType,i=e.place,s=e.jurisdiction,l=[\"year\",\"contestType\"].filter(function(r){return!e[r]});if(!l.length)return\"\".concat(t,\"/results/\").concat(c,\"/\").concat(o,\"-\").concat(a).concat(i?\"-\".concat(i):\"\").concat(s?\"-\".concat(s):\"\",\".json\");log(\"error\",\"missing the following arg(s): \".concat(JSON.stringify(l)))}module.exports={makeFeedUrl:makeFeedUrl};\\n\\n}).call(this)}).call(this,\"/services/universal/politics/elections/make-feed-url.js\")}, {\"5\":5,\"34\":34}];\\nwindow.modules[\"251\"] = [function(require,module,exports){\"use strict\";var EnvVars=require(5),_require=require(3266),validateElectionEvent=_require.validateElectionEvent;function makeFeatureFlagUrl(e,t){if(t)return t;var a=EnvVars.get(\"POLITICS_FEATURE_FLAG_BASEPATH\"),r=e.electionEvent;return validateElectionEvent(r),r?\"\".concat(a,\"/\").concat(r,\".json\"):void 0}module.exports={makeFeatureFlagUrl:makeFeatureFlagUrl};\\n}, {\"5\":5,\"3266\":3266}];\\nwindow.modules[\"252\"] = [function(require,module,exports){\"use strict\";var delegateTracker_lib_browser=require(695);require(548),require(612),require(726),require(610),require(731),require(727),require(743),require(613),require(744),require(682),require(683),require(569),require(1450),require(1451),require(1403),require(1489),require(1515),require(757),require(1390),require(1359),require(1550),require(937),require(1454),require(1455),require(1460),require(758),require(1559),require(1560),require(1373),require(1374),require(1360),require(1361),require(1558),require(1358),require(1468),require(1469),require(1440),require(1470),require(1535),require(1471),require(1553),require(1362),require(1363),require(1364),require(1365),require(1366),require(1367),require(1369),require(1418),require(1416),require(1368),require(1370),require(1371),require(1372),require(1376),require(1551),require(1552),require(1375),require(1377),require(1378),require(1526),require(759),require(1407),require(1452),require(736),require(737),require(1356),require(738),require(740),require(739),require(741),require(742),require(745),require(700),require(643),require(681),require(680),require(749),require(570),require(734),require(735),require(1428),require(1384),require(1385),require(1386),require(1387),require(1388),require(1389),require(1395),require(1417),require(1415),require(1426),require(1421),require(1422),require(1423),require(1400),require(1401),require(1402),require(1459),require(1404),require(1573),require(1405),require(1406),require(1473),require(1474),require(1500),require(1561),require(1480),require(1481),require(1482),require(1555),require(1486),require(1424),require(1425),require(1483),require(1484),require(1429),require(1431),require(1430),require(1533),require(1396),require(1556),require(1432),require(1534),require(1408),require(1554),require(1433),require(1453),require(1434),require(1437),require(1357),require(1379),require(1380),require(1392),require(1435),require(1436),require(1528),require(1391),require(1529),require(1530),require(1531),require(1495),require(1438),require(1442),require(1439),require(1466),require(1441),require(1472),require(750),require(751),require(1073),require(1074),require(1070),require(729),require(733),require(732),require(712),require(756),require(639),require(673),require(2273),require(568),require(755),require(753),require(574),require(676),require(677),require(638),require(640),require(655),require(656),require(624),require(657),require(658),require(659),require(661),require(660),require(634),require(699),require(646),require(748),require(694),require(614),require(654),require(652),require(637),require(2283),require(708),require(709),require(1274),require(1275),require(1334),require(1337),require(1295),require(1294),require(1336),require(1342),require(1343),require(1338),require(1344),require(1345),require(1339),require(1346),require(1340),require(1341),require(1335),require(1282),require(1301),require(1286),require(1287),require(1288),require(1296),require(1297),require(1289),require(1290),require(1298),require(1299),require(1291),require(1284),require(1292),require(1293),require(1283),require(1300),require(1273),require(1269),require(1270),require(1271),require(1268),require(1276),require(1272),require(1277),require(1279),require(1285),require(1278),require(1280),require(1281),require(653),require(710),require(1321),require(1324),require(1313),require(1312),require(1323),require(1329),require(1330),require(1325),require(1331),require(1332),require(1326),require(1333),require(1327),require(1328),require(1322),require(1318),require(1320),require(1303),require(1304),require(1305),require(1314),require(1315),require(1306),require(1307),require(1316),require(1317),require(1308),require(1302),require(1309),require(1310),require(1311),require(1319),require(692),require(584),exports.default=delegateTracker_lib_browser.DelegateTracker;\\n}, {\"548\":548,\"568\":568,\"569\":569,\"570\":570,\"574\":574,\"584\":584,\"610\":610,\"612\":612,\"613\":613,\"614\":614,\"624\":624,\"634\":634,\"637\":637,\"638\":638,\"639\":639,\"640\":640,\"643\":643,\"646\":646,\"652\":652,\"653\":653,\"654\":654,\"655\":655,\"656\":656,\"657\":657,\"658\":658,\"659\":659,\"660\":660,\"661\":661,\"673\":673,\"676\":676,\"677\":677,\"680\":680,\"681\":681,\"682\":682,\"683\":683,\"692\":692,\"694\":694,\"695\":695,\"699\":699,\"700\":700,\"708\":708,\"709\":709,\"710\":710,\"712\":712,\"726\":726,\"727\":727,\"729\":729,\"731\":731,\"732\":732,\"733\":733,\"734\":734,\"735\":735,\"736\":736,\"737\":737,\"738\":738,\"739\":739,\"740\":740,\"741\":741,\"742\":742,\"743\":743,\"744\":744,\"745\":745,\"748\":748,\"749\":749,\"750\":750,\"751\":751,\"753\":753,\"755\":755,\"756\":756,\"757\":757,\"758\":758,\"759\":759,\"937\":937,\"1070\":1070,\"1073\":1073,\"1074\":1074,\"1268\":1268,\"1269\":1269,\"1270\":1270,\"1271\":1271,\"1272\":1272,\"1273\":1273,\"1274\":1274,\"1275\":1275,\"1276\":1276,\"1277\":1277,\"1278\":1278,\"1279\":1279,\"1280\":1280,\"1281\":1281,\"1282\":1282,\"1283\":1283,\"1284\":1284,\"1285\":1285,\"1286\":1286,\"1287\":1287,\"1288\":1288,\"1289\":1289,\"1290\":1290,\"1291\":1291,\"1292\":1292,\"1293\":1293,\"1294\":1294,\"1295\":1295,\"1296\":1296,\"1297\":1297,\"1298\":1298,\"1299\":1299,\"1300\":1300,\"1301\":1301,\"1302\":1302,\"1303\":1303,\"1304\":1304,\"1305\":1305,\"1306\":1306,\"1307\":1307,\"1308\":1308,\"1309\":1309,\"1310\":1310,\"1311\":1311,\"1312\":1312,\"1313\":1313,\"1314\":1314,\"1315\":1315,\"1316\":1316,\"1317\":1317,\"1318\":1318,\"1319\":1319,\"1320\":1320,\"1321\":1321,\"1322\":1322,\"1323\":1323,\"1324\":1324,\"1325\":1325,\"1326\":1326,\"1327\":1327,\"1328\":1328,\"1329\":1329,\"1330\":1330,\"1331\":1331,\"1332\":1332,\"1333\":1333,\"1334\":1334,\"1335\":1335,\"1336\":1336,\"1337\":1337,\"1338\":1338,\"1339\":1339,\"1340\":1340,\"1341\":1341,\"1342\":1342,\"1343\":1343,\"1344\":1344,\"1345\":1345,\"1346\":1346,\"1356\":1356,\"1357\":1357,\"1358\":1358,\"1359\":1359,\"1360\":1360,\"1361\":1361,\"1362\":1362,\"1363\":1363,\"1364\":1364,\"1365\":1365,\"1366\":1366,\"1367\":1367,\"1368\":1368,\"1369\":1369,\"1370\":1370,\"1371\":1371,\"1372\":1372,\"1373\":1373,\"1374\":1374,\"1375\":1375,\"1376\":1376,\"1377\":1377,\"1378\":1378,\"1379\":1379,\"1380\":1380,\"1384\":1384,\"1385\":1385,\"1386\":1386,\"1387\":1387,\"1388\":1388,\"1389\":1389,\"1390\":1390,\"1391\":1391,\"1392\":1392,\"1395\":1395,\"1396\":1396,\"1400\":1400,\"1401\":1401,\"1402\":1402,\"1403\":1403,\"1404\":1404,\"1405\":1405,\"1406\":1406,\"1407\":1407,\"1408\":1408,\"1415\":1415,\"1416\":1416,\"1417\":1417,\"1418\":1418,\"1421\":1421,\"1422\":1422,\"1423\":1423,\"1424\":1424,\"1425\":1425,\"1426\":1426,\"1428\":1428,\"1429\":1429,\"1430\":1430,\"1431\":1431,\"1432\":1432,\"1433\":1433,\"1434\":1434,\"1435\":1435,\"1436\":1436,\"1437\":1437,\"1438\":1438,\"1439\":1439,\"1440\":1440,\"1441\":1441,\"1442\":1442,\"1450\":1450,\"1451\":1451,\"1452\":1452,\"1453\":1453,\"1454\":1454,\"1455\":1455,\"1459\":1459,\"1460\":1460,\"1466\":1466,\"1468\":1468,\"1469\":1469,\"1470\":1470,\"1471\":1471,\"1472\":1472,\"1473\":1473,\"1474\":1474,\"1480\":1480,\"1481\":1481,\"1482\":1482,\"1483\":1483,\"1484\":1484,\"1486\":1486,\"1489\":1489,\"1495\":1495,\"1500\":1500,\"1515\":1515,\"1526\":1526,\"1528\":1528,\"1529\":1529,\"1530\":1530,\"1531\":1531,\"1533\":1533,\"1534\":1534,\"1535\":1535,\"1550\":1550,\"1551\":1551,\"1552\":1552,\"1553\":1553,\"1554\":1554,\"1555\":1555,\"1556\":1556,\"1558\":1558,\"1559\":1559,\"1560\":1560,\"1561\":1561,\"1573\":1573,\"2273\":2273,\"2283\":2283}];\\nwindow.modules[\"253\"] = [function(require,module,exports){(function (__filename){(function (){\\n\"use strict\";var _require=require(3266),validateElectionEvent=_require.validateElectionEvent,log=require(34).setup({file:__filename});function makeComponentKey(e,t){if(t)return t;var n=e.electionEvent,o=e.contestType,i=e.place,a=e.jurisdiction,c=e.componentName,r=void 0===c?\"ComponentName\":c;return validateElectionEvent(n),o||log(\"error\",\"missing contestType from args\"),\"\".concat(n,\"-\").concat(o||\"*\",\"-\").concat(i||\"*\",\"-\").concat(a||\"*\",\"-\").concat(r)}module.exports={makeComponentKey:makeComponentKey};\\n\\n}).call(this)}).call(this,\"/services/universal/politics/elections/make-component-key.js\")}, {\"34\":34,\"3266\":3266}];\\nwindow.modules[\"263\"] = [function(require,module,exports){\"use strict\";var mapUrlsForNationalMapLite={SG:\"https://atlas.cnn.io/us/election-county/{YEAR}/US-SG.svg\",HG:\"https://atlas.cnn.io/us/cd/{YEAR}/US.svg\",GG:\"https://atlas.cnn.io/us/election-county/{YEAR}/US.svg\",SSG:\"https://atlas.cnn.io/us/election-county/{YEAR}/US.svg\",PR:\"https://atlas.cnn.io/us/election-county/{YEAR}/US.svg\",PD:\"https://atlas.cnn.io/us/election-county/{YEAR}/US.svg\",PG:\"https://atlas.cnn.io/us/election-county/{YEAR}/US.svg\"};function makeMapUrls(t){return Object.keys(mapUrlsForNationalMapLite).reduce(function(s,a){var n=mapUrlsForNationalMapLite[a].replace(\"{YEAR}\",t);return s[a]=n,s},{})}module.exports={makeMapUrls:makeMapUrls};\\n}, {}];\\nwindow.modules[\"264\"] = [function(require,module,exports){(function (__filename){(function (){\\n\"use strict\";var log=require(34).setup({file:__filename});function makeMultiRaceBaseFeedUrl(e,r,a){return e&&\"string\"==typeof e&&r&&\"string\"==typeof r&&a&&\"string\"==typeof a?\"\".concat(e,\"/results/\").concat(r.replace(/([a-z])([A-Z])/g,\"$1-$2\").toLowerCase(),\"/\").concat(a,\"-\"):(log(\"error\",\"incorrect args -- baseUrl: \".concat(e,\"; resourceType: \").concat(r,\"; year: \").concat(a)),\"\")}module.exports={makeMultiRaceBaseFeedUrl:makeMultiRaceBaseFeedUrl};\\n\\n}).call(this)}).call(this,\"/components/politics-multi-map-lite/utils/make-multi-race-base-feed-url.js\")}, {\"34\":34}];\\nwindow.modules[\"265\"] = [function(require,module,exports){\"use strict\";var _interopRequireDefault=require(10),_defineProperty2=_interopRequireDefault(require(19));function ownKeys(e,r){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);r&&(o=o.filter(function(r){return Object.getOwnPropertyDescriptor(e,r).enumerable})),t.push.apply(t,o)}return t}function _objectSpread(e){for(var r=1;r<arguments.length;r++){var t=null!=arguments[r]?arguments[r]:{};r%2?ownKeys(Object(t),!0).forEach(function(r){(0,_defineProperty2.default)(e,r,t[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):ownKeys(Object(t)).forEach(function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(t,r))})}return e}function addRacetypeToTabs(e){return Array.isArray(e)?e.map(function(e){var r,t=null==e?void 0:null===(r=e.id)||void 0===r?void 0:r.slice(0,-1);return _objectSpread(_objectSpread({},e),{},{raceType:t})}):[]}module.exports={addRacetypeToTabs:addRacetypeToTabs};\\n}, {\"10\":10,\"19\":19}];\\nwindow.modules[\"266\"] = [function(require,module,exports){\"use strict\";var _interopRequireDefault=require(10),_defineProperty2=_interopRequireDefault(require(19));function ownKeys(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);t&&(o=o.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),r.push.apply(r,o)}return r}function _objectSpread(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?ownKeys(Object(r),!0).forEach(function(t){(0,_defineProperty2.default)(e,t,r[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):ownKeys(Object(r)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))})}return e}function formatCustomCollections(e){return Array.isArray(e)?e.map(function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=e.authoredCollections,r=e.authoredFilters||null,o=null==r?void 0:r.map(function(e){var t;return _objectSpread(_objectSpread({},e),{},{filterList:(null===(t=e.filterList)||void 0===t?void 0:t.map(function(e){return e.text}))||null})});if(e.customPaintingOptions={authoredCollections:t,filteredOut:{},authoredFilters:o},delete e.authoredCollections,delete e.authoredFilters,delete e.addAuthoredCollections,delete e.addAuthoredFilters,!t)return e;var n=t.map(function(e){var t=Object.keys(e.listOfIds).filter(function(t){return e.listOfIds[t]});return _objectSpread(_objectSpread({},e),{},{listOfIds:t,filterFunction:function(){return!1}})});return _objectSpread(_objectSpread({},e),{},{customPaintingOptions:_objectSpread(_objectSpread({},e.customPaintingOptions),{},{authoredCollections:n})})}):[]}module.exports={formatCustomCollections:formatCustomCollections};\\n}, {\"10\":10,\"19\":19}];\\nwindow.modules[\"267\"] = [function(require,module,exports){\"use strict\";var multiMapLite_lib_browser=require(2371);require(548),require(613),require(610),require(731),require(727),require(743),require(744),require(682),require(683),require(569),require(1450),require(1451),require(1403),require(1489),require(1515),require(757),require(1390),require(1359),require(1550),require(937),require(1454),require(1455),require(1460),require(758),require(1559),require(1560),require(1373),require(1374),require(1360),require(1361),require(1558),require(1358),require(1468),require(1469),require(1440),require(1470),require(1535),require(1471),require(1553),require(1362),require(1363),require(1364),require(1365),require(1366),require(1367),require(1369),require(1418),require(1416),require(1368),require(1370),require(1371),require(1372),require(1376),require(1551),require(1552),require(1375),require(1377),require(1378),require(1526),require(759),require(1407),require(1452),require(736),require(737),require(1356),require(738),require(740),require(739),require(741),require(742),require(745),require(700),require(643),require(681),require(680),require(749),require(570),require(734),require(735),require(1428),require(1384),require(1385),require(1386),require(1387),require(1388),require(1389),require(1395),require(1417),require(1415),require(1426),require(1421),require(1422),require(1423),require(1400),require(1401),require(1402),require(1459),require(1404),require(1573),require(1405),require(1406),require(1473),require(1474),require(1500),require(1561),require(1480),require(1481),require(1482),require(1555),require(1486),require(1424),require(1425),require(1483),require(1484),require(1429),require(1431),require(1430),require(1533),require(1396),require(1556),require(1432),require(1534),require(1408),require(1554),require(1433),require(1453),require(1434),require(1437),require(1357),require(1379),require(1380),require(1392),require(1435),require(1436),require(1528),require(1391),require(1529),require(1530),require(1531),require(1495),require(1438),require(1442),require(1439),require(1466),require(1441),require(1472),require(750),require(751),require(1073),require(1074),require(1070),require(729),require(733),require(732),require(712),require(756),require(639),require(719),require(2326),require(637),require(566),require(716),require(612),require(633),require(630),require(568),require(622),require(577),require(624),require(632),require(631),require(634),require(2339),require(2271),require(2290),require(673),require(726),require(755),require(753),require(2288),require(607),require(605),require(606),require(608),require(730),require(245),require(708),require(709),require(1274),require(1275),require(1334),require(1337),require(1295),require(1294),require(1336),require(1342),require(1343),require(1338),require(1344),require(1345),require(1339),require(1346),require(1340),require(1341),require(1335),require(1282),require(1301),require(1286),require(1287),require(1288),require(1296),require(1297),require(1289),require(1290),require(1298),require(1299),require(1291),require(1284),require(1292),require(1293),require(1283),require(1300),require(1273),require(1269),require(1270),require(1271),require(1268),require(1276),require(1272),require(1277),require(1279),require(1285),require(1278),require(1280),require(1281),require(653),require(710),require(1321),require(1324),require(1313),require(1312),require(1323),require(1329),require(1330),require(1325),require(1331),require(1332),require(1326),require(1333),require(1327),require(1328),require(1322),require(1318),require(1320),require(1303),require(1304),require(1305),require(1314),require(1315),require(1306),require(1307),require(1316),require(1317),require(1308),require(1302),require(1309),require(1310),require(1311),require(1319),require(2284),require(2276),require(2289),require(2285),require(2275),require(2274),require(603),require(636),require(703),require(704),require(705),require(587),require(1461),require(1462),require(1463),require(1381),require(1382),require(1383),require(1410),require(1519),require(1464),require(1547),require(1521),require(1465),require(576),require(688),require(645),require(690),require(691),require(574),require(2291),require(2277),require(1614),require(1004),require(994),require(985),require(999),require(1025),require(972),require(974),require(987),require(988),require(996),require(1000),require(1001),require(997),require(992),require(998),require(979),require(975),require(976),require(1003),require(993),require(977),require(1002),require(978),require(973),require(980),require(981),require(1026),require(982),require(983),require(984),require(1012),require(1020),require(1021),require(1011),require(1006),require(1010),require(1019),require(1013),require(1014),require(1015),require(1017),require(989),require(990),require(991),require(986),require(995),require(1008),require(1024),require(1009),require(1016),require(1022),require(1023),require(1007),require(1005),require(1018),require(2257),require(579),require(582),require(581),require(578),require(580),require(650),require(648),require(649),require(2287),require(2278),require(2279),require(2280),require(697),require(1542),require(1475),require(1476),require(1467),require(1487),require(1491),require(1488),require(1477),require(1490),require(1456),require(1557),require(1478),require(1479),require(1412),require(1506),require(1569),require(1445),require(1570),require(1584),require(1568),require(1516),require(1517),require(2292),require(1571),require(1420),require(1443),require(1448),require(1449),require(1444),require(1525),require(647),require(2281),require(2282),require(584),require(746),require(635),require(614),require(748),require(641),require(2273),require(676),require(677),require(638),require(640),require(717),require(583),require(609),require(611),require(699),require(646),require(694),require(654),require(695),require(655),require(656),require(657),require(658),require(659),require(661),require(660),require(652),require(2283),require(692),require(752),require(671),require(672),require(714),require(713),require(706),require(1578),require(1499),require(1485),require(1501),require(1502),require(1532),require(1579),require(1543),require(1508),require(1527),require(1514),require(1540),require(1544),require(1411),require(1563),require(1541),require(1413),require(1564),require(1497),require(711),require(715),require(651),require(2372),require(718),require(686),exports.default=multiMapLite_lib_browser.MultiMapLite;\\n}, {\"245\":245,\"548\":548,\"566\":566,\"568\":568,\"569\":569,\"570\":570,\"574\":574,\"576\":576,\"577\":577,\"578\":578,\"579\":579,\"580\":580,\"581\":581,\"582\":582,\"583\":583,\"584\":584,\"587\":587,\"603\":603,\"605\":605,\"606\":606,\"607\":607,\"608\":608,\"609\":609,\"610\":610,\"611\":611,\"612\":612,\"613\":613,\"614\":614,\"622\":622,\"624\":624,\"630\":630,\"631\":631,\"632\":632,\"633\":633,\"634\":634,\"635\":635,\"636\":636,\"637\":637,\"638\":638,\"639\":639,\"640\":640,\"641\":641,\"643\":643,\"645\":645,\"646\":646,\"647\":647,\"648\":648,\"649\":649,\"650\":650,\"651\":651,\"652\":652,\"653\":653,\"654\":654,\"655\":655,\"656\":656,\"657\":657,\"658\":658,\"659\":659,\"660\":660,\"661\":661,\"671\":671,\"672\":672,\"673\":673,\"676\":676,\"677\":677,\"680\":680,\"681\":681,\"682\":682,\"683\":683,\"686\":686,\"688\":688,\"690\":690,\"691\":691,\"692\":692,\"694\":694,\"695\":695,\"697\":697,\"699\":699,\"700\":700,\"703\":703,\"704\":704,\"705\":705,\"706\":706,\"708\":708,\"709\":709,\"710\":710,\"711\":711,\"712\":712,\"713\":713,\"714\":714,\"715\":715,\"716\":716,\"717\":717,\"718\":718,\"719\":719,\"726\":726,\"727\":727,\"729\":729,\"730\":730,\"731\":731,\"732\":732,\"733\":733,\"734\":734,\"735\":735,\"736\":736,\"737\":737,\"738\":738,\"739\":739,\"740\":740,\"741\":741,\"742\":742,\"743\":743,\"744\":744,\"745\":745,\"746\":746,\"748\":748,\"749\":749,\"750\":750,\"751\":751,\"752\":752,\"753\":753,\"755\":755,\"756\":756,\"757\":757,\"758\":758,\"759\":759,\"937\":937,\"972\":972,\"973\":973,\"974\":974,\"975\":975,\"976\":976,\"977\":977,\"978\":978,\"979\":979,\"980\":980,\"981\":981,\"982\":982,\"983\":983,\"984\":984,\"985\":985,\"986\":986,\"987\":987,\"988\":988,\"989\":989,\"990\":990,\"991\":991,\"992\":992,\"993\":993,\"994\":994,\"995\":995,\"996\":996,\"997\":997,\"998\":998,\"999\":999,\"1000\":1000,\"1001\":1001,\"1002\":1002,\"1003\":1003,\"1004\":1004,\"1005\":1005,\"1006\":1006,\"1007\":1007,\"1008\":1008,\"1009\":1009,\"1010\":1010,\"1011\":1011,\"1012\":1012,\"1013\":1013,\"1014\":1014,\"1015\":1015,\"1016\":1016,\"1017\":1017,\"1018\":1018,\"1019\":1019,\"1020\":1020,\"1021\":1021,\"1022\":1022,\"1023\":1023,\"1024\":1024,\"1025\":1025,\"1026\":1026,\"1070\":1070,\"1073\":1073,\"1074\":1074,\"1268\":1268,\"1269\":1269,\"1270\":1270,\"1271\":1271,\"1272\":1272,\"1273\":1273,\"1274\":1274,\"1275\":1275,\"1276\":1276,\"1277\":1277,\"1278\":1278,\"1279\":1279,\"1280\":1280,\"1281\":1281,\"1282\":1282,\"1283\":1283,\"1284\":1284,\"1285\":1285,\"1286\":1286,\"1287\":1287,\"1288\":1288,\"1289\":1289,\"1290\":1290,\"1291\":1291,\"1292\":1292,\"1293\":1293,\"1294\":1294,\"1295\":1295,\"1296\":1296,\"1297\":1297,\"1298\":1298,\"1299\":1299,\"1300\":1300,\"1301\":1301,\"1302\":1302,\"1303\":1303,\"1304\":1304,\"1305\":1305,\"1306\":1306,\"1307\":1307,\"1308\":1308,\"1309\":1309,\"1310\":1310,\"1311\":1311,\"1312\":1312,\"1313\":1313,\"1314\":1314,\"1315\":1315,\"1316\":1316,\"1317\":1317,\"1318\":1318,\"1319\":1319,\"1320\":1320,\"1321\":1321,\"1322\":1322,\"1323\":1323,\"1324\":1324,\"1325\":1325,\"1326\":1326,\"1327\":1327,\"1328\":1328,\"1329\":1329,\"1330\":1330,\"1331\":1331,\"1332\":1332,\"1333\":1333,\"1334\":1334,\"1335\":1335,\"1336\":1336,\"1337\":1337,\"1338\":1338,\"1339\":1339,\"1340\":1340,\"1341\":1341,\"1342\":1342,\"1343\":1343,\"1344\":1344,\"1345\":1345,\"1346\":1346,\"1356\":1356,\"1357\":1357,\"1358\":1358,\"1359\":1359,\"1360\":1360,\"1361\":1361,\"1362\":1362,\"1363\":1363,\"1364\":1364,\"1365\":1365,\"1366\":1366,\"1367\":1367,\"1368\":1368,\"1369\":1369,\"1370\":1370,\"1371\":1371,\"1372\":1372,\"1373\":1373,\"1374\":1374,\"1375\":1375,\"1376\":1376,\"1377\":1377,\"1378\":1378,\"1379\":1379,\"1380\":1380,\"1381\":1381,\"1382\":1382,\"1383\":1383,\"1384\":1384,\"1385\":1385,\"1386\":1386,\"1387\":1387,\"1388\":1388,\"1389\":1389,\"1390\":1390,\"1391\":1391,\"1392\":1392,\"1395\":1395,\"1396\":1396,\"1400\":1400,\"1401\":1401,\"1402\":1402,\"1403\":1403,\"1404\":1404,\"1405\":1405,\"1406\":1406,\"1407\":1407,\"1408\":1408,\"1410\":1410,\"1411\":1411,\"1412\":1412,\"1413\":1413,\"1415\":1415,\"1416\":1416,\"1417\":1417,\"1418\":1418,\"1420\":1420,\"1421\":1421,\"1422\":1422,\"1423\":1423,\"1424\":1424,\"1425\":1425,\"1426\":1426,\"1428\":1428,\"1429\":1429,\"1430\":1430,\"1431\":1431,\"1432\":1432,\"1433\":1433,\"1434\":1434,\"1435\":1435,\"1436\":1436,\"1437\":1437,\"1438\":1438,\"1439\":1439,\"1440\":1440,\"1441\":1441,\"1442\":1442,\"1443\":1443,\"1444\":1444,\"1445\":1445,\"1448\":1448,\"1449\":1449,\"1450\":1450,\"1451\":1451,\"1452\":1452,\"1453\":1453,\"1454\":1454,\"1455\":1455,\"1456\":1456,\"1459\":1459,\"1460\":1460,\"1461\":1461,\"1462\":1462,\"1463\":1463,\"1464\":1464,\"1465\":1465,\"1466\":1466,\"1467\":1467,\"1468\":1468,\"1469\":1469,\"1470\":1470,\"1471\":1471,\"1472\":1472,\"1473\":1473,\"1474\":1474,\"1475\":1475,\"1476\":1476,\"1477\":1477,\"1478\":1478,\"1479\":1479,\"1480\":1480,\"1481\":1481,\"1482\":1482,\"1483\":1483,\"1484\":1484,\"1485\":1485,\"1486\":1486,\"1487\":1487,\"1488\":1488,\"1489\":1489,\"1490\":1490,\"1491\":1491,\"1495\":1495,\"1497\":1497,\"1499\":1499,\"1500\":1500,\"1501\":1501,\"1502\":1502,\"1506\":1506,\"1508\":1508,\"1514\":1514,\"1515\":1515,\"1516\":1516,\"1517\":1517,\"1519\":1519,\"1521\":1521,\"1525\":1525,\"1526\":1526,\"1527\":1527,\"1528\":1528,\"1529\":1529,\"1530\":1530,\"1531\":1531,\"1532\":1532,\"1533\":1533,\"1534\":1534,\"1535\":1535,\"1540\":1540,\"1541\":1541,\"1542\":1542,\"1543\":1543,\"1544\":1544,\"1547\":1547,\"1550\":1550,\"1551\":1551,\"1552\":1552,\"1553\":1553,\"1554\":1554,\"1555\":1555,\"1556\":1556,\"1557\":1557,\"1558\":1558,\"1559\":1559,\"1560\":1560,\"1561\":1561,\"1563\":1563,\"1564\":1564,\"1568\":1568,\"1569\":1569,\"1570\":1570,\"1571\":1571,\"1573\":1573,\"1578\":1578,\"1579\":1579,\"1584\":1584,\"1614\":1614,\"2257\":2257,\"2271\":2271,\"2273\":2273,\"2274\":2274,\"2275\":2275,\"2276\":2276,\"2277\":2277,\"2278\":2278,\"2279\":2279,\"2280\":2280,\"2281\":2281,\"2282\":2282,\"2283\":2283,\"2284\":2284,\"2285\":2285,\"2287\":2287,\"2288\":2288,\"2289\":2289,\"2290\":2290,\"2291\":2291,\"2292\":2292,\"2326\":2326,\"2339\":2339,\"2371\":2371,\"2372\":2372}];\\nwindow.modules[\"281\"] = [function(require,module,exports){\"use strict\";var sdk_transformers_essCrm=require(245);function districtRacesReducer(e){return Array.isArray(e)?e.map(function(e){return sdk_transformers_essCrm.essCoreResultReducer(e)}):[]}require(569),require(1450),require(1451),require(1403),require(1489),require(1515),require(757),require(1390),require(1359),require(1550),require(937),require(1454),require(1455),require(1460),require(758),require(1559),require(1560),require(1373),require(1374),require(1360),require(1361),require(1558),require(1358),require(1468),require(1469),require(1440),require(1470),require(1535),require(1471),require(1553),require(1362),require(1363),require(1364),require(1365),require(1366),require(1367),require(1369),require(1418),require(1416),require(1368),require(1370),require(1371),require(1372),require(1376),require(1551),require(1552),require(1375),require(1377),require(1378),require(1526),require(759),require(1407),require(1452),require(708),require(709),require(1274),require(1275),require(1334),require(1337),require(1295),require(1294),require(1336),require(1342),require(1343),require(1338),require(1344),require(1345),require(1339),require(1346),require(1340),require(1341),require(1335),require(1282),require(1301),require(1286),require(1287),require(1288),require(1296),require(1297),require(1289),require(1290),require(1298),require(1299),require(1291),require(1284),require(1292),require(1293),require(1283),require(1300),require(1273),require(1269),require(1270),require(1271),require(1268),require(1276),require(1272),require(1277),require(1279),require(1285),require(1278),require(1280),require(1281),require(653),require(710),require(1321),require(1324),require(1313),require(1312),require(1323),require(1329),require(1330),require(1325),require(1331),require(1332),require(1326),require(1333),require(1327),require(1328),require(1322),require(1318),require(1320),require(1303),require(1304),require(1305),require(1314),require(1315),require(1306),require(1307),require(1316),require(1317),require(1308),require(1302),require(1309),require(1310),require(1311),require(1319),require(2284),require(2276),require(2289),require(2285),require(2275),require(2274),require(603),exports.districtRacesReducer=districtRacesReducer;\\n}, {\"245\":245,\"569\":569,\"603\":603,\"653\":653,\"708\":708,\"709\":709,\"710\":710,\"757\":757,\"758\":758,\"759\":759,\"937\":937,\"1268\":1268,\"1269\":1269,\"1270\":1270,\"1271\":1271,\"1272\":1272,\"1273\":1273,\"1274\":1274,\"1275\":1275,\"1276\":1276,\"1277\":1277,\"1278\":1278,\"1279\":1279,\"1280\":1280,\"1281\":1281,\"1282\":1282,\"1283\":1283,\"1284\":1284,\"1285\":1285,\"1286\":1286,\"1287\":1287,\"1288\":1288,\"1289\":1289,\"1290\":1290,\"1291\":1291,\"1292\":1292,\"1293\":1293,\"1294\":1294,\"1295\":1295,\"1296\":1296,\"1297\":1297,\"1298\":1298,\"1299\":1299,\"1300\":1300,\"1301\":1301,\"1302\":1302,\"1303\":1303,\"1304\":1304,\"1305\":1305,\"1306\":1306,\"1307\":1307,\"1308\":1308,\"1309\":1309,\"1310\":1310,\"1311\":1311,\"1312\":1312,\"1313\":1313,\"1314\":1314,\"1315\":1315,\"1316\":1316,\"1317\":1317,\"1318\":1318,\"1319\":1319,\"1320\":1320,\"1321\":1321,\"1322\":1322,\"1323\":1323,\"1324\":1324,\"1325\":1325,\"1326\":1326,\"1327\":1327,\"1328\":1328,\"1329\":1329,\"1330\":1330,\"1331\":1331,\"1332\":1332,\"1333\":1333,\"1334\":1334,\"1335\":1335,\"1336\":1336,\"1337\":1337,\"1338\":1338,\"1339\":1339,\"1340\":1340,\"1341\":1341,\"1342\":1342,\"1343\":1343,\"1344\":1344,\"1345\":1345,\"1346\":1346,\"1358\":1358,\"1359\":1359,\"1360\":1360,\"1361\":1361,\"1362\":1362,\"1363\":1363,\"1364\":1364,\"1365\":1365,\"1366\":1366,\"1367\":1367,\"1368\":1368,\"1369\":1369,\"1370\":1370,\"1371\":1371,\"1372\":1372,\"1373\":1373,\"1374\":1374,\"1375\":1375,\"1376\":1376,\"1377\":1377,\"1378\":1378,\"1390\":1390,\"1403\":1403,\"1407\":1407,\"1416\":1416,\"1418\":1418,\"1440\":1440,\"1450\":1450,\"1451\":1451,\"1452\":1452,\"1454\":1454,\"1455\":1455,\"1460\":1460,\"1468\":1468,\"1469\":1469,\"1470\":1470,\"1471\":1471,\"1489\":1489,\"1515\":1515,\"1526\":1526,\"1535\":1535,\"1550\":1550,\"1551\":1551,\"1552\":1552,\"1553\":1553,\"1558\":1558,\"1559\":1559,\"1560\":1560,\"2274\":2274,\"2275\":2275,\"2276\":2276,\"2284\":2284,\"2285\":2285,\"2289\":2289}];\\nwindow.modules[\"282\"] = [function(require,module,exports){\"use strict\";var resultsList_lib_browser=require(2406);require(548),require(726),require(755),require(639),require(727),require(712),require(756),require(729),require(751),require(1073),require(1074),require(1070),require(753),require(646),require(645),require(610),require(731),require(743),require(613),require(744),require(682),require(683),require(569),require(1450),require(1451),require(1403),require(1489),require(1515),require(757),require(1390),require(1359),require(1550),require(937),require(1454),require(1455),require(1460),require(758),require(1559),require(1560),require(1373),require(1374),require(1360),require(1361),require(1558),require(1358),require(1468),require(1469),require(1440),require(1470),require(1535),require(1471),require(1553),require(1362),require(1363),require(1364),require(1365),require(1366),require(1367),require(1369),require(1418),require(1416),require(1368),require(1370),require(1371),require(1372),require(1376),require(1551),require(1552),require(1375),require(1377),require(1378),require(1526),require(759),require(1407),require(1452),require(736),require(737),require(1356),require(738),require(740),require(739),require(741),require(742),require(745),require(700),require(643),require(681),require(680),require(749),require(570),require(734),require(735),require(1428),require(1384),require(1385),require(1386),require(1387),require(1388),require(1389),require(1395),require(1417),require(1415),require(1426),require(1421),require(1422),require(1423),require(1400),require(1401),require(1402),require(1459),require(1404),require(1573),require(1405),require(1406),require(1473),require(1474),require(1500),require(1561),require(1480),require(1481),require(1482),require(1555),require(1486),require(1424),require(1425),require(1483),require(1484),require(1429),require(1431),require(1430),require(1533),require(1396),require(1556),require(1432),require(1534),require(1408),require(1554),require(1433),require(1453),require(1434),require(1437),require(1357),require(1379),require(1380),require(1392),require(1435),require(1436),require(1528),require(1391),require(1529),require(1530),require(1531),require(1495),require(1438),require(1442),require(1439),require(1466),require(1441),require(1472),require(750),require(733),require(732),require(612),require(644),require(634),require(2277),require(1614),require(1004),require(994),require(985),require(999),require(1025),require(972),require(974),require(987),require(988),require(996),require(1000),require(1001),require(997),require(992),require(998),require(979),require(975),require(976),require(1003),require(993),require(977),require(1002),require(978),require(973),require(980),require(981),require(1026),require(982),require(983),require(984),require(1012),require(1020),require(1021),require(1011),require(1006),require(1010),require(1019),require(1013),require(1014),require(1015),require(1017),require(989),require(990),require(991),require(986),require(995),require(1008),require(1024),require(1009),require(1016),require(1022),require(1023),require(1007),require(1005),require(1018),require(614),require(748),require(698),require(699),require(2283),exports.default=resultsList_lib_browser.ResultsList;\\n}, {\"548\":548,\"569\":569,\"570\":570,\"610\":610,\"612\":612,\"613\":613,\"614\":614,\"634\":634,\"639\":639,\"643\":643,\"644\":644,\"645\":645,\"646\":646,\"680\":680,\"681\":681,\"682\":682,\"683\":683,\"698\":698,\"699\":699,\"700\":700,\"712\":712,\"726\":726,\"727\":727,\"729\":729,\"731\":731,\"732\":732,\"733\":733,\"734\":734,\"735\":735,\"736\":736,\"737\":737,\"738\":738,\"739\":739,\"740\":740,\"741\":741,\"742\":742,\"743\":743,\"744\":744,\"745\":745,\"748\":748,\"749\":749,\"750\":750,\"751\":751,\"753\":753,\"755\":755,\"756\":756,\"757\":757,\"758\":758,\"759\":759,\"937\":937,\"972\":972,\"973\":973,\"974\":974,\"975\":975,\"976\":976,\"977\":977,\"978\":978,\"979\":979,\"980\":980,\"981\":981,\"982\":982,\"983\":983,\"984\":984,\"985\":985,\"986\":986,\"987\":987,\"988\":988,\"989\":989,\"990\":990,\"991\":991,\"992\":992,\"993\":993,\"994\":994,\"995\":995,\"996\":996,\"997\":997,\"998\":998,\"999\":999,\"1000\":1000,\"1001\":1001,\"1002\":1002,\"1003\":1003,\"1004\":1004,\"1005\":1005,\"1006\":1006,\"1007\":1007,\"1008\":1008,\"1009\":1009,\"1010\":1010,\"1011\":1011,\"1012\":1012,\"1013\":1013,\"1014\":1014,\"1015\":1015,\"1016\":1016,\"1017\":1017,\"1018\":1018,\"1019\":1019,\"1020\":1020,\"1021\":1021,\"1022\":1022,\"1023\":1023,\"1024\":1024,\"1025\":1025,\"1026\":1026,\"1070\":1070,\"1073\":1073,\"1074\":1074,\"1356\":1356,\"1357\":1357,\"1358\":1358,\"1359\":1359,\"1360\":1360,\"1361\":1361,\"1362\":1362,\"1363\":1363,\"1364\":1364,\"1365\":1365,\"1366\":1366,\"1367\":1367,\"1368\":1368,\"1369\":1369,\"1370\":1370,\"1371\":1371,\"1372\":1372,\"1373\":1373,\"1374\":1374,\"1375\":1375,\"1376\":1376,\"1377\":1377,\"1378\":1378,\"1379\":1379,\"1380\":1380,\"1384\":1384,\"1385\":1385,\"1386\":1386,\"1387\":1387,\"1388\":1388,\"1389\":1389,\"1390\":1390,\"1391\":1391,\"1392\":1392,\"1395\":1395,\"1396\":1396,\"1400\":1400,\"1401\":1401,\"1402\":1402,\"1403\":1403,\"1404\":1404,\"1405\":1405,\"1406\":1406,\"1407\":1407,\"1408\":1408,\"1415\":1415,\"1416\":1416,\"1417\":1417,\"1418\":1418,\"1421\":1421,\"1422\":1422,\"1423\":1423,\"1424\":1424,\"1425\":1425,\"1426\":1426,\"1428\":1428,\"1429\":1429,\"1430\":1430,\"1431\":1431,\"1432\":1432,\"1433\":1433,\"1434\":1434,\"1435\":1435,\"1436\":1436,\"1437\":1437,\"1438\":1438,\"1439\":1439,\"1440\":1440,\"1441\":1441,\"1442\":1442,\"1450\":1450,\"1451\":1451,\"1452\":1452,\"1453\":1453,\"1454\":1454,\"1455\":1455,\"1459\":1459,\"1460\":1460,\"1466\":1466,\"1468\":1468,\"1469\":1469,\"1470\":1470,\"1471\":1471,\"1472\":1472,\"1473\":1473,\"1474\":1474,\"1480\":1480,\"1481\":1481,\"1482\":1482,\"1483\":1483,\"1484\":1484,\"1486\":1486,\"1489\":1489,\"1495\":1495,\"1500\":1500,\"1515\":1515,\"1526\":1526,\"1528\":1528,\"1529\":1529,\"1530\":1530,\"1531\":1531,\"1533\":1533,\"1534\":1534,\"1535\":1535,\"1550\":1550,\"1551\":1551,\"1552\":1552,\"1553\":1553,\"1554\":1554,\"1555\":1555,\"1556\":1556,\"1558\":1558,\"1559\":1559,\"1560\":1560,\"1561\":1561,\"1573\":1573,\"1614\":1614,\"2277\":2277,\"2283\":2283,\"2406\":2406}];\\nwindow.modules[\"283\"] = [function(require,module,exports){\"use strict\";function pruneVariations(r){return Array.isArray(r)?r.map(function(r){return\"string\"==typeof r?r:null==r?void 0:r.key}).filter(function(r){return r}):[]}module.exports={pruneVariations:pruneVariations};\\n}, {}];\\nwindow.modules[\"284\"] = [function(require,module,exports){\"use strict\";var resultsSuite_lib_browser=require(2409);require(548),require(716),require(612),require(633),require(630),require(568),require(937),require(622),require(577),require(624),require(632),require(631),require(634),require(613),require(610),require(731),require(727),require(743),require(744),require(682),require(683),require(569),require(1450),require(1451),require(1403),require(1489),require(1515),require(757),require(1390),require(1359),require(1550),require(1454),require(1455),require(1460),require(758),require(1559),require(1560),require(1373),require(1374),require(1360),require(1361),require(1558),require(1358),require(1468),require(1469),require(1440),require(1470),require(1535),require(1471),require(1553),require(1362),require(1363),require(1364),require(1365),require(1366),require(1367),require(1369),require(1418),require(1416),require(1368),require(1370),require(1371),require(1372),require(1376),require(1551),require(1552),require(1375),require(1377),require(1378),require(1526),require(759),require(1407),require(1452),require(736),require(737),require(1356),require(738),require(740),require(739),require(741),require(742),require(745),require(700),require(643),require(681),require(680),require(749),require(570),require(734),require(735),require(1428),require(1384),require(1385),require(1386),require(1387),require(1388),require(1389),require(1395),require(1417),require(1415),require(1426),require(1421),require(1422),require(1423),require(1400),require(1401),require(1402),require(1459),require(1404),require(1573),require(1405),require(1406),require(1473),require(1474),require(1500),require(1561),require(1480),require(1481),require(1482),require(1555),require(1486),require(1424),require(1425),require(1483),require(1484),require(1429),require(1431),require(1430),require(1533),require(1396),require(1556),require(1432),require(1534),require(1408),require(1554),require(1433),require(1453),require(1434),require(1437),require(1357),require(1379),require(1380),require(1392),require(1435),require(1436),require(1528),require(1391),require(1529),require(1530),require(1531),require(1495),require(1438),require(1442),require(1439),require(1466),require(1441),require(1472),require(750),require(751),require(1073),require(1074),require(1070),require(729),require(733),require(732),require(712),require(756),require(639),require(719),require(2339),require(637),require(2271),require(2290),require(673),require(726),require(755),require(753),require(2288),require(607),require(605),require(606),require(608),require(730),require(245),require(708),require(709),require(1274),require(1275),require(1334),require(1337),require(1295),require(1294),require(1336),require(1342),require(1343),require(1338),require(1344),require(1345),require(1339),require(1346),require(1340),require(1341),require(1335),require(1282),require(1301),require(1286),require(1287),require(1288),require(1296),require(1297),require(1289),require(1290),require(1298),require(1299),require(1291),require(1284),require(1292),require(1293),require(1283),require(1300),require(1273),require(1269),require(1270),require(1271),require(1268),require(1276),require(1272),require(1277),require(1279),require(1285),require(1278),require(1280),require(1281),require(653),require(710),require(1321),require(1324),require(1313),require(1312),require(1323),require(1329),require(1330),require(1325),require(1331),require(1332),require(1326),require(1333),require(1327),require(1328),require(1322),require(1318),require(1320),require(1303),require(1304),require(1305),require(1314),require(1315),require(1306),require(1307),require(1316),require(1317),require(1308),require(1302),require(1309),require(1310),require(1311),require(1319),require(2284),require(2276),require(2289),require(2285),require(2275),require(2274),require(603),require(636),require(703),require(704),require(705),require(587),require(1461),require(1462),require(1463),require(1381),require(1382),require(1383),require(1410),require(1519),require(1464),require(1547),require(1521),require(1465),require(576),require(688),require(645),require(690),require(691),require(574),require(2291),require(2277),require(1614),require(1004),require(994),require(985),require(999),require(1025),require(972),require(974),require(987),require(988),require(996),require(1000),require(1001),require(997),require(992),require(998),require(979),require(975),require(976),require(1003),require(993),require(977),require(1002),require(978),require(973),require(980),require(981),require(1026),require(982),require(983),require(984),require(1012),require(1020),require(1021),require(1011),require(1006),require(1010),require(1019),require(1013),require(1014),require(1015),require(1017),require(989),require(990),require(991),require(986),require(995),require(1008),require(1024),require(1009),require(1016),require(1022),require(1023),require(1007),require(1005),require(1018),require(2257),require(579),require(582),require(581),require(578),require(580),require(650),require(648),require(649),require(2287),require(2278),require(2279),require(2280),require(697),require(1542),require(1475),require(1476),require(1467),require(1487),require(1491),require(1488),require(1477),require(1490),require(1456),require(1557),require(1478),require(1479),require(1412),require(1506),require(1569),require(1445),require(1570),require(1584),require(1568),require(1516),require(1517),require(2292),require(1571),require(1420),require(1443),require(1448),require(1449),require(1444),require(1525),require(647),require(2281),require(2282),require(584),require(746),require(635),require(614),require(748),require(641),require(2273),require(676),require(677),require(638),require(640),require(717),require(583),require(609),require(611),require(699),require(646),require(694),require(654),require(695),require(655),require(656),require(657),require(658),require(659),require(661),require(660),require(652),require(2283),require(692),require(752),require(671),require(672),require(714),require(713),require(706),require(1578),require(1499),require(1485),require(1501),require(1502),require(1532),require(1579),require(1543),require(1508),require(1527),require(1514),require(1540),require(1544),require(1411),require(1563),require(1541),require(1413),require(1564),require(1497),require(711),require(715),require(651),require(684),require(2334),require(628),require(696),require(698),exports.default=resultsSuite_lib_browser.ResultsSuite;\\n}, {\"245\":245,\"548\":548,\"568\":568,\"569\":569,\"570\":570,\"574\":574,\"576\":576,\"577\":577,\"578\":578,\"579\":579,\"580\":580,\"581\":581,\"582\":582,\"583\":583,\"584\":584,\"587\":587,\"603\":603,\"605\":605,\"606\":606,\"607\":607,\"608\":608,\"609\":609,\"610\":610,\"611\":611,\"612\":612,\"613\":613,\"614\":614,\"622\":622,\"624\":624,\"628\":628,\"630\":630,\"631\":631,\"632\":632,\"633\":633,\"634\":634,\"635\":635,\"636\":636,\"637\":637,\"638\":638,\"639\":639,\"640\":640,\"641\":641,\"643\":643,\"645\":645,\"646\":646,\"647\":647,\"648\":648,\"649\":649,\"650\":650,\"651\":651,\"652\":652,\"653\":653,\"654\":654,\"655\":655,\"656\":656,\"657\":657,\"658\":658,\"659\":659,\"660\":660,\"661\":661,\"671\":671,\"672\":672,\"673\":673,\"676\":676,\"677\":677,\"680\":680,\"681\":681,\"682\":682,\"683\":683,\"684\":684,\"688\":688,\"690\":690,\"691\":691,\"692\":692,\"694\":694,\"695\":695,\"696\":696,\"697\":697,\"698\":698,\"699\":699,\"700\":700,\"703\":703,\"704\":704,\"705\":705,\"706\":706,\"708\":708,\"709\":709,\"710\":710,\"711\":711,\"712\":712,\"713\":713,\"714\":714,\"715\":715,\"716\":716,\"717\":717,\"719\":719,\"726\":726,\"727\":727,\"729\":729,\"730\":730,\"731\":731,\"732\":732,\"733\":733,\"734\":734,\"735\":735,\"736\":736,\"737\":737,\"738\":738,\"739\":739,\"740\":740,\"741\":741,\"742\":742,\"743\":743,\"744\":744,\"745\":745,\"746\":746,\"748\":748,\"749\":749,\"750\":750,\"751\":751,\"752\":752,\"753\":753,\"755\":755,\"756\":756,\"757\":757,\"758\":758,\"759\":759,\"937\":937,\"972\":972,\"973\":973,\"974\":974,\"975\":975,\"976\":976,\"977\":977,\"978\":978,\"979\":979,\"980\":980,\"981\":981,\"982\":982,\"983\":983,\"984\":984,\"985\":985,\"986\":986,\"987\":987,\"988\":988,\"989\":989,\"990\":990,\"991\":991,\"992\":992,\"993\":993,\"994\":994,\"995\":995,\"996\":996,\"997\":997,\"998\":998,\"999\":999,\"1000\":1000,\"1001\":1001,\"1002\":1002,\"1003\":1003,\"1004\":1004,\"1005\":1005,\"1006\":1006,\"1007\":1007,\"1008\":1008,\"1009\":1009,\"1010\":1010,\"1011\":1011,\"1012\":1012,\"1013\":1013,\"1014\":1014,\"1015\":1015,\"1016\":1016,\"1017\":1017,\"1018\":1018,\"1019\":1019,\"1020\":1020,\"1021\":1021,\"1022\":1022,\"1023\":1023,\"1024\":1024,\"1025\":1025,\"1026\":1026,\"1070\":1070,\"1073\":1073,\"1074\":1074,\"1268\":1268,\"1269\":1269,\"1270\":1270,\"1271\":1271,\"1272\":1272,\"1273\":1273,\"1274\":1274,\"1275\":1275,\"1276\":1276,\"1277\":1277,\"1278\":1278,\"1279\":1279,\"1280\":1280,\"1281\":1281,\"1282\":1282,\"1283\":1283,\"1284\":1284,\"1285\":1285,\"1286\":1286,\"1287\":1287,\"1288\":1288,\"1289\":1289,\"1290\":1290,\"1291\":1291,\"1292\":1292,\"1293\":1293,\"1294\":1294,\"1295\":1295,\"1296\":1296,\"1297\":1297,\"1298\":1298,\"1299\":1299,\"1300\":1300,\"1301\":1301,\"1302\":1302,\"1303\":1303,\"1304\":1304,\"1305\":1305,\"1306\":1306,\"1307\":1307,\"1308\":1308,\"1309\":1309,\"1310\":1310,\"1311\":1311,\"1312\":1312,\"1313\":1313,\"1314\":1314,\"1315\":1315,\"1316\":1316,\"1317\":1317,\"1318\":1318,\"1319\":1319,\"1320\":1320,\"1321\":1321,\"1322\":1322,\"1323\":1323,\"1324\":1324,\"1325\":1325,\"1326\":1326,\"1327\":1327,\"1328\":1328,\"1329\":1329,\"1330\":1330,\"1331\":1331,\"1332\":1332,\"1333\":1333,\"1334\":1334,\"1335\":1335,\"1336\":1336,\"1337\":1337,\"1338\":1338,\"1339\":1339,\"1340\":1340,\"1341\":1341,\"1342\":1342,\"1343\":1343,\"1344\":1344,\"1345\":1345,\"1346\":1346,\"1356\":1356,\"1357\":1357,\"1358\":1358,\"1359\":1359,\"1360\":1360,\"1361\":1361,\"1362\":1362,\"1363\":1363,\"1364\":1364,\"1365\":1365,\"1366\":1366,\"1367\":1367,\"1368\":1368,\"1369\":1369,\"1370\":1370,\"1371\":1371,\"1372\":1372,\"1373\":1373,\"1374\":1374,\"1375\":1375,\"1376\":1376,\"1377\":1377,\"1378\":1378,\"1379\":1379,\"1380\":1380,\"1381\":1381,\"1382\":1382,\"1383\":1383,\"1384\":1384,\"1385\":1385,\"1386\":1386,\"1387\":1387,\"1388\":1388,\"1389\":1389,\"1390\":1390,\"1391\":1391,\"1392\":1392,\"1395\":1395,\"1396\":1396,\"1400\":1400,\"1401\":1401,\"1402\":1402,\"1403\":1403,\"1404\":1404,\"1405\":1405,\"1406\":1406,\"1407\":1407,\"1408\":1408,\"1410\":1410,\"1411\":1411,\"1412\":1412,\"1413\":1413,\"1415\":1415,\"1416\":1416,\"1417\":1417,\"1418\":1418,\"1420\":1420,\"1421\":1421,\"1422\":1422,\"1423\":1423,\"1424\":1424,\"1425\":1425,\"1426\":1426,\"1428\":1428,\"1429\":1429,\"1430\":1430,\"1431\":1431,\"1432\":1432,\"1433\":1433,\"1434\":1434,\"1435\":1435,\"1436\":1436,\"1437\":1437,\"1438\":1438,\"1439\":1439,\"1440\":1440,\"1441\":1441,\"1442\":1442,\"1443\":1443,\"1444\":1444,\"1445\":1445,\"1448\":1448,\"1449\":1449,\"1450\":1450,\"1451\":1451,\"1452\":1452,\"1453\":1453,\"1454\":1454,\"1455\":1455,\"1456\":1456,\"1459\":1459,\"1460\":1460,\"1461\":1461,\"1462\":1462,\"1463\":1463,\"1464\":1464,\"1465\":1465,\"1466\":1466,\"1467\":1467,\"1468\":1468,\"1469\":1469,\"1470\":1470,\"1471\":1471,\"1472\":1472,\"1473\":1473,\"1474\":1474,\"1475\":1475,\"1476\":1476,\"1477\":1477,\"1478\":1478,\"1479\":1479,\"1480\":1480,\"1481\":1481,\"1482\":1482,\"1483\":1483,\"1484\":1484,\"1485\":1485,\"1486\":1486,\"1487\":1487,\"1488\":1488,\"1489\":1489,\"1490\":1490,\"1491\":1491,\"1495\":1495,\"1497\":1497,\"1499\":1499,\"1500\":1500,\"1501\":1501,\"1502\":1502,\"1506\":1506,\"1508\":1508,\"1514\":1514,\"1515\":1515,\"1516\":1516,\"1517\":1517,\"1519\":1519,\"1521\":1521,\"1525\":1525,\"1526\":1526,\"1527\":1527,\"1528\":1528,\"1529\":1529,\"1530\":1530,\"1531\":1531,\"1532\":1532,\"1533\":1533,\"1534\":1534,\"1535\":1535,\"1540\":1540,\"1541\":1541,\"1542\":1542,\"1543\":1543,\"1544\":1544,\"1547\":1547,\"1550\":1550,\"1551\":1551,\"1552\":1552,\"1553\":1553,\"1554\":1554,\"1555\":1555,\"1556\":1556,\"1557\":1557,\"1558\":1558,\"1559\":1559,\"1560\":1560,\"1561\":1561,\"1563\":1563,\"1564\":1564,\"1568\":1568,\"1569\":1569,\"1570\":1570,\"1571\":1571,\"1573\":1573,\"1578\":1578,\"1579\":1579,\"1584\":1584,\"1614\":1614,\"2257\":2257,\"2271\":2271,\"2273\":2273,\"2274\":2274,\"2275\":2275,\"2276\":2276,\"2277\":2277,\"2278\":2278,\"2279\":2279,\"2280\":2280,\"2281\":2281,\"2282\":2282,\"2283\":2283,\"2284\":2284,\"2285\":2285,\"2287\":2287,\"2288\":2288,\"2289\":2289,\"2290\":2290,\"2291\":2291,\"2292\":2292,\"2334\":2334,\"2339\":2339,\"2409\":2409}];\\nwindow.modules[\"288\"] = [function(require,module,exports){\"use strict\";var secondaryNav_lib_browser=require(2419);require(548),require(634),require(697),require(1542),require(1475),require(1476),require(1467),require(1384),require(1366),require(1367),require(1369),require(1418),require(1416),require(1368),require(1370),require(1371),require(1385),require(1386),require(1387),require(1388),require(1389),require(1372),require(1358),require(1468),require(1469),require(757),require(1390),require(1359),require(1550),require(937),require(1454),require(1455),require(1440),require(1470),require(1535),require(1471),require(1553),require(1373),require(1374),require(1360),require(1361),require(1558),require(1362),require(1363),require(1364),require(1365),require(1376),require(1551),require(1552),require(1375),require(1377),require(1378),require(1461),require(1462),require(1463),require(1381),require(1382),require(1383),require(1410),require(1519),require(1464),require(1391),require(1547),require(1521),require(1465),require(1433),require(1453),require(1408),require(1403),require(1533),require(1396),require(1556),require(1423),require(1400),require(1401),require(1402),require(1459),require(1460),require(1404),require(1573),require(1405),require(1406),require(1473),require(1474),require(1500),require(1561),require(1480),require(1481),require(1482),require(1555),require(1486),require(1437),require(1357),require(1379),require(1380),require(1392),require(1487),require(1491),require(1488),require(1477),require(569),require(1450),require(1451),require(1489),require(1515),require(758),require(1559),require(1560),require(1526),require(759),require(1407),require(1452),require(1490),require(1456),require(1557),require(1478),require(1479),require(1412),require(1506),require(1569),require(1445),require(1570),require(1584),require(1568),require(1516),require(1517),require(2319),exports.default=secondaryNav_lib_browser.SecondaryNav;\\n}, {\"548\":548,\"569\":569,\"634\":634,\"697\":697,\"757\":757,\"758\":758,\"759\":759,\"937\":937,\"1357\":1357,\"1358\":1358,\"1359\":1359,\"1360\":1360,\"1361\":1361,\"1362\":1362,\"1363\":1363,\"1364\":1364,\"1365\":1365,\"1366\":1366,\"1367\":1367,\"1368\":1368,\"1369\":1369,\"1370\":1370,\"1371\":1371,\"1372\":1372,\"1373\":1373,\"1374\":1374,\"1375\":1375,\"1376\":1376,\"1377\":1377,\"1378\":1378,\"1379\":1379,\"1380\":1380,\"1381\":1381,\"1382\":1382,\"1383\":1383,\"1384\":1384,\"1385\":1385,\"1386\":1386,\"1387\":1387,\"1388\":1388,\"1389\":1389,\"1390\":1390,\"1391\":1391,\"1392\":1392,\"1396\":1396,\"1400\":1400,\"1401\":1401,\"1402\":1402,\"1403\":1403,\"1404\":1404,\"1405\":1405,\"1406\":1406,\"1407\":1407,\"1408\":1408,\"1410\":1410,\"1412\":1412,\"1416\":1416,\"1418\":1418,\"1423\":1423,\"1433\":1433,\"1437\":1437,\"1440\":1440,\"1445\":1445,\"1450\":1450,\"1451\":1451,\"1452\":1452,\"1453\":1453,\"1454\":1454,\"1455\":1455,\"1456\":1456,\"1459\":1459,\"1460\":1460,\"1461\":1461,\"1462\":1462,\"1463\":1463,\"1464\":1464,\"1465\":1465,\"1467\":1467,\"1468\":1468,\"1469\":1469,\"1470\":1470,\"1471\":1471,\"1473\":1473,\"1474\":1474,\"1475\":1475,\"1476\":1476,\"1477\":1477,\"1478\":1478,\"1479\":1479,\"1480\":1480,\"1481\":1481,\"1482\":1482,\"1486\":1486,\"1487\":1487,\"1488\":1488,\"1489\":1489,\"1490\":1490,\"1491\":1491,\"1500\":1500,\"1506\":1506,\"1515\":1515,\"1516\":1516,\"1517\":1517,\"1519\":1519,\"1521\":1521,\"1526\":1526,\"1533\":1533,\"1535\":1535,\"1542\":1542,\"1547\":1547,\"1550\":1550,\"1551\":1551,\"1552\":1552,\"1553\":1553,\"1555\":1555,\"1556\":1556,\"1557\":1557,\"1558\":1558,\"1559\":1559,\"1560\":1560,\"1561\":1561,\"1568\":1568,\"1569\":1569,\"1570\":1570,\"1573\":1573,\"1584\":1584,\"2319\":2319,\"2419\":2419}];\\nwindow.modules[\"302\"] = [function(require,module,exports){var baseClone=require(2961),CLONE_DEEP_FLAG=1,CLONE_SYMBOLS_FLAG=4;function cloneDeep(e){return baseClone(e,CLONE_DEEP_FLAG|CLONE_SYMBOLS_FLAG)}module.exports=cloneDeep;\\n}, {\"2961\":2961}];\\nwindow.modules[\"303\"] = [function(require,module,exports){var baseGetTag=require(2991),isArray=require(504),isObjectLike=require(2999),stringTag=\"[object String]\";function isString(e){return\"string\"==typeof e||!isArray(e)&&isObjectLike(e)&&baseGetTag(e)==stringTag}module.exports=isString;\\n}, {\"504\":504,\"2991\":2991,\"2999\":2999}];\\nwindow.modules[\"312\"] = [function(require,module,exports){function _assertThisInitialized(e){if(void 0===e)throw new ReferenceError(\"this hasn\\'t been initialised - super() hasn\\'t been called\");return e}module.exports=_assertThisInitialized,module.exports.__esModule=!0,module.exports.default=module.exports;\\n}, {}];\\nwindow.modules[\"316\"] = [function(require,module,exports){var baseFindIndex=require(2982),baseIteratee=require(3014),toInteger=require(3127),nativeMax=Math.max;function findIndex(e,n,r){var t=null==e?0:e.length;if(!t)return-1;var a=null==r?0:toInteger(r);return a<0&&(a=nativeMax(t+a,0)),baseFindIndex(e,baseIteratee(n,3),a)}module.exports=findIndex;\\n}, {\"2982\":2982,\"3014\":3014,\"3127\":3127}];\\nwindow.modules[\"317\"] = [function(require,module,exports){var baseIsEqual=require(3000);function isEqual(a,s){return baseIsEqual(a,s)}module.exports=isEqual;\\n}, {\"3000\":3000}];\\nwindow.modules[\"318\"] = [function(require,module,exports){\"use strict\";function scrollDepthObserver(e,t,n,r){var o=document.querySelector(\".\".concat(n));o||((o=document.createElement(\"div\")).className=\"scroll-depth-observer \".concat(n),o.style=\"\\\\n top: \".concat(e.offsetHeight*t,\"px;\\\\n position: relative;\\\\n width: 100%;\\\\n left: 0;\\\\n \"),e.insertAdjacentElement(\"afterBegin\",o));var c=new IntersectionObserver(function(e){e.map(function(e){e.isIntersecting&&(r(),c.unobserve(e.target))})});c.observe(o)}module.exports=scrollDepthObserver;\\n}, {}];\\nwindow.modules[\"326\"] = [function(require,module,exports){\"use strict\";var _interopRequireDefault=require(10),_classCallCheck2=_interopRequireDefault(require(11)),_createClass2=_interopRequireDefault(require(12)),_defineProperty2=_interopRequireDefault(require(19)),EnvVars=require(5),_require=require(72),ClientTemplate=_require.ClientTemplate,_require2=require(16),actions=_require2.actions,subscribe=_require2.subscribe,SSO=actions.SSO,_require3=require(370),createSsoBtn=_require3.createSsoBtn,_require4=require(369),initCustomGoogleButton=_require4.initCustomGoogleButton,_require5=require(368),initCustomAppleButton=_require5.initCustomAppleButton,IDENTITY_TYPE_KEY=\"CNN_ITYPE\",IDENTITY_TYPES={GOOGLE:\"GOOGLE\",APPLE:\"APPLE\",EMAIL:\"EMAIL\"},SocialSignOnHelper=function(){function e(t){var r=this;(0,_classCallCheck2.default)(this,e),(0,_defineProperty2.default)(this,\"subscribeSsoLoadComplete\",function(e){var t=[],i=0;r.googleSsoEnabled&&t.push(\"google\"),r.appleSsoEnabled&&t.push(\"apple\"),subscribe(SSO.BTN_LOADED,function(r){var n=r.type;t.includes(n)&&i++,i===t.length&&e&&e()})});var i=t.el,n=t.googleWrapperSelector,l=t.appleWrapperSelector,s=t.ssoLoadCompleteCallback;this.googleSsoEnabled=EnvVars.get(\"REG_SSO_GOOGLE_ENABLED\"),this.appleSsoEnabled=EnvVars.get(\"REG_SSO_APPLE_ENABLED\"),this.hbsEnv=ClientTemplate.createHandlebarsEnvironment(),this.identityMap={GOOGLE:{name:IDENTITY_TYPES.GOOGLE.toLowerCase(),wrapper:i.querySelector(n),type:IDENTITY_TYPES.GOOGLE,clientId:EnvVars.get(\"SSO_GOOGLE_CLIENT_ID\")},APPLE:{name:IDENTITY_TYPES.APPLE.toLowerCase(),wrapper:i.querySelector(l),type:IDENTITY_TYPES.APPLE,clientId:EnvVars.get(\"SSO_APPLE_CLIENT_ID\")}},this.subscribeSsoLoadComplete(s),this.initSsoBtns(t)}return(0,_createClass2.default)(e,[{key:\"initSsoBtns\",value:function(e){var t=e.googleCredentialHandler,r=e.appleOnSuccess,i=e.appleOnError,n=this.identityMap,l=n.GOOGLE,s=n.APPLE,a=l.wrapper,o=s.wrapper;if(this.googleSsoEnabled&&a&&t){var p=createSsoBtn({ssoType:this.identityMap.GOOGLE.name},this.hbsEnv);a.prepend(p),initCustomGoogleButton({containerEl:a,credentialHandler:t,clientId:l.clientId})}if(this.appleSsoEnabled&&o){var u=createSsoBtn({ssoType:this.identityMap.APPLE.name},this.hbsEnv);o.prepend(u),initCustomAppleButton({containerEl:o,clientId:s.clientId,onSuccess:r,onError:i})}}}]),e}();module.exports={SocialSignOnHelper:SocialSignOnHelper,IDENTITY_TYPES:IDENTITY_TYPES,IDENTITY_TYPE_KEY:IDENTITY_TYPE_KEY};\\n}, {\"5\":5,\"10\":10,\"11\":11,\"12\":12,\"16\":16,\"19\":19,\"72\":72,\"368\":368,\"369\":369,\"370\":370}];\\nwindow.modules[\"328\"] = [function(require,module,exports){\"use strict\";var EnvVars=require(5),_get=require(1),PAYMENT_PATH_REF=\"/_components/user-account-payment/instances/user-account-payment@published\",REGISTRATION_PATH_REF=\"/_components/user-account-registration/instances/user-account-registration@published\",LOGIN_PATH_REF=\"/_components/user-account-login/instances/user-account-login@published\",MVPD_PATH_REF=\"/_components/user-account-mvpd/instances/user-account-mvpd@published\",MVPD_SUCCESS_PATH_REF=\"/_components/user-account-mvpd-success/instances/user-account-mvpd-success@published\",ONBOARDING_PATH_REF=\"/_components/user-account-onboarding/instances/user-account-onboarding@published\",DEFAULT_PAYMENT_PROMO=\"uk-livestream\",currencyToRegionMap={usd:\"US\",gbp:\"UK\"},DEFAULT_DISPLAY_NAME_BASE=\"cnn-user\";function generateRadioBtnHTML(a,e){var n=a||{},t=n.idPrefix,c=n.value,r=n.selected,o=n.labelText,s=n.labelSubtext,i=n.dataAttrs,u=void 0===i?[]:i,d=n.strikeThroughPrice,l=n.frequencyAbbreviation,_=s,f=\"\";u.forEach(function(a){var e=a.name,n=a.val;f=f.concat(\" data-\".concat(e,\\'=\"\\').concat(n,\\'\"\\'))});var p=[\"user-account-shared__formfield-radio-wrapper\"];e&&p.push(\"user-account-shared__formfield-radio-wrapper--\".concat(e)),r&&p.push(\"user-account-shared__formfield-radio-wrapper--selected\");var m=r?\" checked\":\"\",h=r?\"0\":\"-1\";null!=s&&s.includes(l)||l&&(_=\"\".concat(s,\"/\").concat(l,\".\"));var g=s?\\'<span class=\"user-account-shared__formfield-radio-special-offer-wrapper\">\\\\n <span class=\"user-account-shared__formfield-radio-special-offer-container\">\\\\n <span class=\"\\\\n user-account-shared__formfield-radio-special-offer-label-text user-account-shared__formfield-radio-special-offer-label-text--strike\">\\'.concat(d,\"/\").concat(l,\\'</span>\\\\n <span class=\"\\\\n user-account-shared__formfield-radio-special-offer-label-text user-account-shared__formfield-radio-special-offer-label-text--original\">\\').concat(s,\"/\").concat(l,\\'.</span>\\\\n <span class=\"\\\\n user-account-shared__formfield-radio-special-offer-label-text user-account-shared__formfield-radio-special-offer-label-text--pill\" aria-label=\"Save 50 percent for life\">SAVE 50% FOR LIFE</span>\\\\n </span>\\\\n <span class=\"user-account-shared__formfield-radio-special-offer-label-text--small\" aria-label=\"50% off the standard monthly plan for the life of your subscription. Offer ends April 26, 2022.\">\\\\n 50% off the standard monthly plan for the life of your subscription. Offer ends April 26, 2022.\\\\n </span>\\\\n </span>\\'):\"\",E=s?\\'<span class=\"user-account-shared__formfield-radio-label-text user-account-shared__formfield-radio-label-text--secondary\">\\'.concat(_,\"</span>\"):\"\",A=\"manage-sub\"===e&&r?\\'<span class=\"user-account-shared__formfield-radio-plan-text\"> - CURRENT PLAN</span>\\':\"\";return a?\\'<label class=\"\\'.concat(p.join(\" \"),\\'\"\\').concat(f,\\'>\\\\n <span class=\"user-account-shared__formfield-radio-input-wrapper\">\\\\n <input class=\"user-account-shared__formfield-radio\" type=\"radio\" id=\"\\').concat(t,\\'-radio\" name=\"\\').concat(e||\"radio\",\\'\" value=\"\\').concat(c,\\'\"\\').concat(m,\\' aria-checked=\"\\').concat(r,\\'\" required tabindex=\"\\').concat(h,\\'\" aria-labelledby=\"\\').concat(t,\\'-radio-label\">\\\\n \\').concat(\\'<svg class=\"user-account-shared__circle-icon\" width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\\\n <rect x=\"0.5\" y=\"0.5\" width=\"19\" height=\"19\" rx=\"9.5\" stroke=\"#404040\"/></svg>\\',\"\\\\n \").concat(\\'<svg class=\"user-account-shared__check-icon\" width=\"26\" height=\"26\" viewBox=\"0 0 26 26\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M13 0.5C6.1 0.5 0.5 6.1 0.5 13C0.5 19.9 6.1 25.5 13 25.5C19.9 25.5 25.5 19.9 25.5 13C25.5 6.1 19.9 0.5 13 0.5ZM19.1875 10.7875L12.1125 17.8625C11.625 18.35 10.8375 18.35 10.35 17.8625L6.8125 14.325C6.325 13.8375 6.325 13.05 6.8125 12.5625C7.3 12.075 8.0875 12.075 8.575 12.5625L11.225 15.2125L17.4125 9.025C17.9 8.5375 18.6875 8.5375 19.175 9.025C19.675 9.5125 19.675 10.3 19.1875 10.7875Z\" fill=\"#fff\"/></svg>\\',\\'\\\\n </span>\\\\n <span class=\"user-account-shared__formfield-radio-label-wrapper\" id=\"\\').concat(t,\\'-radio-label\">\\\\n \\').concat(o&&\\'<span class=\"user-account-shared__formfield-radio-label-text user-account-shared__formfield-radio-label-text--primary\">\\'.concat(o).concat(A,\"</span>\"),\"\\\\n \").concat(d?g:E,\"\\\\n </span>\\\\n</label>\"):\"\"}var sanitizeMetadataOnSave=function(a,e){return a[e]&&a[e].forEach(function(a){a.metaDescription=a.metaDescription||\"\",a.metaImage=a.metaImage||\"\",a.metaTitle=a.metaTitle||\"\"}),a},getPathData=function(a,e,n){var t=arguments.length>3&&void 0!==arguments[3]?arguments[3]:\"\",c=!(arguments.length>4&&void 0!==arguments[4])||arguments[4],r={},o=_get(a,\"dynamicMeta.\".concat(e),_get(a,\"params.dynamicParam\",_get(a,\"query.\".concat(e),t)));if(o&&(!c||!_get(a,\"edit\",!1))){var s=n.find(function(a){return o===a.path});if(s)r={pathMetaData:s,pathLocalsMeta:{metaImage:s.metaImage,metaDescription:s.metaDescription,metaTitle:s.metaTitle}}}return r},userAccountEnabled=EnvVars.get(\"USER_ACCOUNT_ENABLED\")||!1,userAccountRestrictedViewsEnabled=EnvVars.get(\"USER_ACCOUNT_RESTRICTED_VIEWS_ENABLED\")||!1,getBrandLogoData=function(){var a=arguments.length>0&&void 0!==arguments[0]?arguments[0]:\"cnn\",e=arguments.length>1?arguments[1]:void 0,n=null==e?void 0:e.logo,t={cnn:{mainLogoUrl:\"/\",ariaLabel:\"CNN\",mainLogo:\"public/media/sites/cnn/cnn.svg\",id:\"user-account-\".concat(a,\"-logo\")}};return n&&t[n]||t.cnn};function generateConfirmationView(a){if(!a)return\"\";var e=a.confirmationSubHeader,n=a.confirmationHeader,t=a.confirmationInfoText,c=a.confirmationBtnText,r=a.redirect,o=a.zjsData,s=void 0===o?{}:o,i=e?\\'<p class=\"user-account-shared__heading-subtext user-account-shared__confirmation-subtext\">\\'.concat(e,\"</p>\"):\"\",u=Object.keys(s).map(function(a){var e=s[a];return e?\"data-zjs-\".concat(a,\\'=\"\\').concat(e,\\'\"\\'):\"\"}).join(\" \"),d=r||\"/\";return\\'<div id=\"confirmationView\"\\\\n class=\"user-account-shared__confirmation-wrapper\">\\\\n \\'.concat(i,\\'\\\\n <h1 class=\"user-account-shared__heading user-account-shared__confirmation-heading\">\\\\n \\').concat(n,\\'\\\\n </h1>\\\\n <p class=\"user-account-shared__paragraph-text user-account-shared__confirmation-infotext\">\\\\n \\').concat(t,\\'\\\\n </p>\\\\n <p class=\"user-account-shared__paragraph-text user-account-shared__confirmation-infotext\">This page will automatically redirect in 5 seconds...</p>\\\\n <a id=\"confirmationActionButton\" href=\"\\').concat(d,\\'\" data-zjs=\"click\"\\\\n data-zjs-component_text=\"\\').concat(c,\\'\" data-zjs-component_type=\"button\"\\\\n data-zjs-destination_url=\"\\').concat(d,\\'\" \\').concat(u,\\'\\\\n class=\"user-account-shared__button user-account-shared__confirmation-button\">\\').concat(c,\"\\\\n </a>\\\\n</div>\")}var generateTemporaryDisplayName=function(){return\"\".concat(DEFAULT_DISPLAY_NAME_BASE,\"-\").concat(Math.random().toString(36).substring(2,8))};module.exports={PAYMENT_PATH_REF:PAYMENT_PATH_REF,REGISTRATION_PATH_REF:REGISTRATION_PATH_REF,LOGIN_PATH_REF:LOGIN_PATH_REF,MVPD_SUCCESS_PATH_REF:MVPD_SUCCESS_PATH_REF,MVPD_PATH_REF:MVPD_PATH_REF,ONBOARDING_PATH_REF:ONBOARDING_PATH_REF,generateRadioBtnHTML:generateRadioBtnHTML,DEFAULT_PAYMENT_PROMO:DEFAULT_PAYMENT_PROMO,currencyToRegionMap:currencyToRegionMap,sanitizeMetadataOnSave:sanitizeMetadataOnSave,getPathData:getPathData,userAccountEnabled:userAccountEnabled,userAccountRestrictedViewsEnabled:userAccountRestrictedViewsEnabled,userAccountOnboardingEnabled:EnvVars.get(\"USER_ACCOUNT_ONBOARDING_ENABLED\")||!1,getBrandLogoData:getBrandLogoData,generateConfirmationView:generateConfirmationView,DEFAULT_DISPLAY_NAME_BASE:DEFAULT_DISPLAY_NAME_BASE,generateTemporaryDisplayName:generateTemporaryDisplayName};\\n}, {\"1\":1,\"5\":5}];\\nwindow.modules[\"332\"] = [function(require,module,exports){var getPrototypeOf=require(15),setPrototypeOf=require(398),isNativeFunction=require(401),construct=require(397);function _wrapNativeSuper(e){var t=\"function\"==typeof Map?new Map:void 0;return module.exports=_wrapNativeSuper=function(e){if(null===e||!isNativeFunction(e))return e;if(\"function\"!=typeof e)throw new TypeError(\"Super expression must either be null or a function\");if(void 0!==t){if(t.has(e))return t.get(e);t.set(e,r)}function r(){return construct(e,arguments,getPrototypeOf(this).constructor)}return r.prototype=Object.create(e.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),setPrototypeOf(r,e)},module.exports.__esModule=!0,module.exports.default=module.exports,_wrapNativeSuper(e)}module.exports=_wrapNativeSuper,module.exports.__esModule=!0,module.exports.default=module.exports;\\n}, {\"15\":15,\"397\":397,\"398\":398,\"401\":401}];\\nwindow.modules[\"340\"] = [function(require,module,exports){\"use strict\";var _interopRequireDefault=require(10),_toConsumableArray2=_interopRequireDefault(require(23)),_createClass2=_interopRequireDefault(require(12)),_classCallCheck2=_interopRequireDefault(require(11)),_defineProperty2=_interopRequireDefault(require(19)),styles=\"\\\\n.cnn-tooltip {\\\\n position: relative;\\\\n}\\\\n\\\\n.cnn-tooltip__blurb {\\\\n background-color: #181d28;\\\\n color: #fff;\\\\n font-family: cnn_sans_display, helveticaneue, Helvetica, Arial, Utkal, sans-serif;\\\\n font-weight: 400;\\\\n font-size: 12px;\\\\n line-height: 16px;\\\\n border-radius: 5px;\\\\n margin-top: 8px;\\\\n text-align: left;\\\\n max-width: 285px;\\\\n z-index: 200;\\\\n visibility: visible;\\\\n opacity: 1;\\\\n transition: visibility 0s, opacity 0.5s linear;\\\\n position: absolute;\\\\n width: max-content;\\\\n padding: 16px 12px;\\\\n right: -20px;\\\\n display: flex;\\\\n flex-direction: row;\\\\n align-items: flex-start;\\\\n}\\\\n\\\\n.cnn-tooltip__blurb-text--emphasis {\\\\n font-weight: 700;\\\\n}\\\\n\\\\n.cnn-tooltip__blurb-text {\\\\n width: 100%;\\\\n margin: 0;\\\\n}\\\\n\\\\n.cnn-tooltip__blurb-text::after {\\\\n content: \\'\\';\\\\n position: absolute;\\\\n top: -20px;\\\\n right: 8%;\\\\n border-width: 10px;\\\\n border-style: solid;\\\\n border-color: transparent transparent #181d28 transparent;\\\\n}\\\\n\\\\n.cnn-tooltip__close-btn {\\\\n background-color: transparent;\\\\n outline: none;\\\\n border: none;\\\\n}\\\\n\\\\n.cnn-tooltip__close-btn::before {\\\\n content: \\'\\';\\\\n -webkit-mask: url(\\'/media/sites/cnn/icons/ui-close.svg\\');\\\\n -webkit-mask-size: cover;\\\\n background-color: #fff;\\\\n outline: none;\\\\n height: 16px;\\\\n width: 16px;\\\\n display: inline-block;\\\\n cursor: pointer;\\\\n}\\\\n\\\\n.cnn-tooltip--hidden .cnn-tooltip__blurb {\\\\n visibility: hidden;\\\\n opacity: 0;\\\\n}\\\\n\\\\n.cnn-tooltip--centered .cnn-tooltip__blurb {\\\\n right: unset;\\\\n left: -50%;\\\\n}\\\\n\\\\n.cnn-tooltip--centered .cnn-tooltip__blurb-text::after {\\\\n left: 50%;\\\\n right: unset;\\\\n}\\\\n\\\\n.cnn-tooltip--above .cnn-tooltip__blurb-text::after {\\\\n bottom: -20%;\\\\n top: unset;\\\\n border-color: #181d28 transparent transparent transparent;\\\\n}\\\\n\\\\n.cnn-tooltip--above .cnn-tooltip__blurb {\\\\n margin-top: 0;\\\\n bottom: 125%;\\\\n}\\\\n\\\\n.cnn-tooltip--left .cnn-tooltip__blurb {\\\\n left: 0;\\\\n margin-top:14px;\\\\n}\\\\n\\\\n.cnn-tooltip--left .cnn-tooltip__blurb-text::after {\\\\n left: 1%;\\\\n right: unset;\\\\n}\\\\n\\\\n@media screen and (min-width: 960px) {\\\\n .cnn-tooltip--follow-mobile {\\\\n display: none;\\\\n }\\\\n\\\\n .cnn-tooltip--follow-desktop .cnn-tooltip__blurb {\\\\n right: -18px;\\\\n top: 38px;\\\\n }\\\\n\\\\n .cnn-tooltip:has([aria-expanded=\\\\\"true\\\\\"]) .tooltip__blurb {\\\\n visibility: hidden;\\\\n opacity: 0;\\\\n }\\\\n}\\\\n\\\\n\\\\n@media screen and (max-width: 960px) {\\\\n .header--active .cnn-tooltip__blurb {\\\\n visibility: hidden;\\\\n opacity: 0;\\\\n }\\\\n}\\\\n\".replace(/[\\\\t\\\\n]+/g,\"\"),Tooltip=(0,_createClass2.default)(function n(){var t=this,e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};(0,_classCallCheck2.default)(this,n),(0,_defineProperty2.default)(this,\"_addCSS\",function(){if(!document.querySelector(\\'style[id=\"cnn-tooltip\"]\\')){var n=document.createElement(\"style\");n.id=\"cnn-tooltip\",n.innerText=styles,document.getElementsByTagName(\"head\")[0].appendChild(n)}}),(0,_defineProperty2.default)(this,\"_getTooltipBlurb\",function(){var n=t.text,e=t.emphasisText,i=t.showDismiss,o=e?\\'<span class=\"\\'.concat(t.baseClass,\"__blurb-text \").concat(t.baseClass,\\'__blurb-text--emphasis\">\\').concat(e,\"</span>: \"):\"\",s=i?\\'<button class=\"\\'.concat(t.baseClass,\\'__close-btn\"></button>\\'):\"\",l=document.createElement(\"div\");if(l.classList.add(\"\".concat(t.baseClass,\"__blurb\")),l.innerHTML=\\'\\\\n <p class=\"\\'.concat(t.baseClass,\\'__blurb-text\">\\').concat(o).concat(n,\"</p>\\\\n \").concat(s,\"\\\\n \"),i){var a=l.querySelector(\".\".concat(t.baseClass,\"__close-btn\"));null==a||a.addEventListener(\"click\",function(n){n.preventDefault(),t.tooltipEl.classList.add(t.hiddenClass),t.onDismiss&&t.onDismiss()})}return l}),(0,_defineProperty2.default)(this,\"toggle\",function(n){if(t.tooltipEl&&!t.isSuppressed){var e=n?\"remove\":\"add\";t.tooltipEl.classList[e](t.hiddenClass)}}),(0,_defineProperty2.default)(this,\"setSuppressed\",function(){t.toggle(!1),t.isSuppressed=!0});var i=e.emphasisText,o=e.text,s=e.showDismiss,l=e.attachToEl,a=e.variations,r=e.onDismiss,p=e.showOnHover;if(l){var c;if(this.baseClass=\"cnn-tooltip\",this.hiddenClass=\"\".concat(this.baseClass,\"--hidden\"),this.text=o,this.emphasisText=i,this.showDismiss=s,this.isSuppressed=!1,this.onDismiss=r,this._addCSS(),this.tooltipEl=document.createElement(\"div\"),this.tooltipEl.classList.add(this.baseClass,\"\".concat(this.baseClass,\"--hidden\")),a)(c=this.tooltipEl.classList).add.apply(c,(0,_toConsumableArray2.default)(a));l.parentNode.insertBefore(this.tooltipEl,l),this.tooltipEl.appendChild(l),this.tooltipEl.appendChild(this._getTooltipBlurb()),p&&(l.addEventListener(\"mouseenter\",function(){t.toggle(!0)}),l.addEventListener(\"mouseleave\",function(){t.toggle(!1)}),l.addEventListener(\"focusin\",function(){t.toggle(!0)}),l.addEventListener(\"focusout\",function(){t.toggle(!1)}))}});module.exports=Tooltip;\\n}, {\"10\":10,\"11\":11,\"12\":12,\"19\":19,\"23\":23}];\\nwindow.modules[\"362\"] = [function(require,module,exports){function noop(){}module.exports=noop;\\n}, {}];\\nwindow.modules[\"367\"] = [function(require,module,exports){\"use strict\";var _interopRequireDefault=require(10),_typeof2=_interopRequireDefault(require(18));module.exports={compiler:[8,\">= 4.3.0\"],main:function(e,n,t,l,o){var a,s=null!=n?n:e.nullContext||{},u=e.hooks.helperMissing,c=e.escapeExpression,i=e.lookupProperty||function(e,n){if(Object.prototype.hasOwnProperty.call(e,n))return e[n]};return\"<div data-uri=\\'\"+c((i(t,\"default\")||n&&i(n,\"default\")||u).call(s,null!=n?i(n,\"_ref\"):n,null!=n?i(n,\"self\"):n,{name:\"default\",hash:{},data:o,loc:{start:{line:1,column:15},end:{line:1,column:36}}}))+\"\\' data-sso-type=\\'\"+c((a=null!=(a=i(t,\"ssoType\")||(null!=n?i(n,\"ssoType\"):n))?a:u,\"function\"===(0,_typeof2.default)(a)?a.call(s,{name:\"ssoType\",hash:{},data:o,loc:{start:{line:1,column:53},end:{line:1,column:64}}}):a))+\"\\' class=\\'user-account-sso-button\\'>\\\\n <div class=\\'user-account-sso-button__button-handle\\' id=\\\\\"\"+c((a=null!=(a=i(t,\"ssoType\")||(null!=n?i(n,\"ssoType\"):n))?a:u,\"function\"===(0,_typeof2.default)(a)?a.call(s,{name:\"ssoType\",hash:{},data:o,loc:{start:{line:2,column:60},end:{line:2,column:71}}}):a))+\"-btn-placeholder\\\\\"></div>\\\\n <button type=\\'button\\' class=\\'user-account-sso-button__button user-account-shared__button\\'>\\\\n <span class=\\\\\"user-account-sso-button__icon user-account-sso-button__icon--\"+c((a=null!=(a=i(t,\"ssoType\")||(null!=n?i(n,\"ssoType\"):n))?a:u,\"function\"===(0,_typeof2.default)(a)?a.call(s,{name:\"ssoType\",hash:{},data:o,loc:{start:{line:4,column:82},end:{line:4,column:93}}}):a))+\\'\"></span>Continue with \\'+c((i(t,\"capitalize\")||n&&i(n,\"capitalize\")||u).call(s,null!=n?i(n,\"ssoType\"):n,{name:\"capitalize\",hash:{},data:o,loc:{start:{line:4,column:116},end:{line:4,column:139}}}))+\"\\\\n </button>\\\\n</div>\\\\n\"},useData:!0};\\n}, {\"10\":10,\"18\":18}];\\nwindow.modules[\"368\"] = [function(require,module,exports){(function (__filename){(function (){\\n\"use strict\";var _interopRequireDefault=require(10),_regenerator=_interopRequireDefault(require(25)),_asyncToGenerator2=_interopRequireDefault(require(24)),_require=require(16),actions=_require.actions,dispatch=_require.dispatch,SSO=actions.SSO,EnvVars=require(5),Log=require(34).setup({file:__filename}),_require2=require(97),trackMetrics=_require2.trackMetrics,initCustomAppleButton=function(e){var r=e.containerEl,t=e.clientId,n=e.onSuccess,i=e.onError,o=r.querySelector(\\'.user-account-sso-button[data-sso-type=\"apple\"] .user-account-sso-button__button\\'),a=t||EnvVars.get(\"SSO_APPLE_CLIENT_ID\"),u=function(){var e,r={clientId:a,redirectURI:window.location.origin,scope:\"name email\",state:\"User auth request\",usePopup:!0},t=null===(e=window.AppleID)||void 0===e?void 0:e.auth;null==t||t.init(r),o.onclick=function(){trackMetrics({type:\"user-interaction\",data:{interaction:\"cnn account:sign in with apple:click\"}}),null==t||t.signIn()},dispatch(SSO.BTN_LOADED,{type:\"apple\"})};\"complete\"!==document.readyState?window.addEventListener(\"load\",function(){u()}):u(),document.addEventListener(\"AppleIDSignInOnSuccess\",function(){var e=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(r){var t,i;return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:return i=null===(t=r.detail)||void 0===t?void 0:t.authorization,e.next=3,n(i);case 3:case\"end\":return e.stop()}},e)}));return function(r){return e.apply(this,arguments)}}()),document.addEventListener(\"AppleIDSignInOnFailure\",function(e){var r,t=null===(r=e.detail)||void 0===r?void 0:r.error;Log(\"error\",\"Error signing in to apple\",t),i(t)})};module.exports={initCustomAppleButton:initCustomAppleButton};\\n\\n}).call(this)}).call(this,\"/components/user-account-sso-button/utils/apple-button.js\")}, {\"5\":5,\"10\":10,\"16\":16,\"24\":24,\"25\":25,\"34\":34,\"97\":97}];\\nwindow.modules[\"369\"] = [function(require,module,exports){\"use strict\";var _require=require(16),actions=_require.actions,dispatch=_require.dispatch,SSO=actions.SSO,EnvVars=require(5),_require2=require(97),trackMetrics=_require2.trackMetrics,initCustomGoogleButton=function(e){var t=e.containerEl,o=e.credentialHandler,i=e.clientId,n=t.querySelector(\\'.user-account-sso-button[data-sso-type=\"google\"]\\'),r=n.querySelector(\".user-account-sso-button__button-handle\"),c=n.querySelector(\".user-account-sso-button__button\"),u=i||EnvVars.get(\"SSO_GOOGLE_CLIENT_ID\"),a=function(){var e,t,i=null===(e=window.google)||void 0===e?void 0:null===(t=e.accounts)||void 0===t?void 0:t.id;null==i||i.initialize({client_id:u,callback:o}),null==i||i.renderButton(r,{type:\"icon\",width:\"200\"});var n=r.querySelector(\"div[role=button]\");c.addEventListener(\"click\",function(){trackMetrics({type:\"user-interaction\",data:{interaction:\"cnn account:sign in with google:click\"}}),n.click()}),dispatch(SSO.BTN_LOADED,{type:\"google\"})};\"complete\"!=document.readyState?window.onGoogleLibraryLoad=function(){a()}:a()};module.exports={initCustomGoogleButton:initCustomGoogleButton};\\n}, {\"5\":5,\"16\":16,\"97\":97}];\\nwindow.modules[\"370\"] = [function(require,module,exports){\"use strict\";var _require=require(72),ClientTemplate=_require.ClientTemplate,SsoButtonTemplate=require(367),createSsoBtn=function(e,t){var r=arguments.length>2&&void 0!==arguments[2]&&arguments[2],l=t.template(SsoButtonTemplate)(e);return r?l:ClientTemplate.createElementFromHTML(l)};module.exports={createSsoBtn:createSsoBtn};\\n}, {\"72\":72,\"367\":367}];\\nwindow.modules[\"379\"] = [function(require,module,exports){\"use strict\";var EnvVars=require(5);function getConfigObject(t,e,n){var o;if(e&&t){var r=void 0!==n,a=n?\".international\":\".domestic\";o=EnvVars.get(\"TRINITY_CONFIGURATION\".concat(r?a:\"\",\".\").concat(t,\".\").concat(e))}return o}module.exports={getConfigObject:getConfigObject};\\n}, {\"5\":5}];\\nwindow.modules[\"386\"] = [function(require,module,exports){\"use strict\";var _interopRequireDefault=require(10),_defineProperty2=_interopRequireDefault(require(19));function ownKeys(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),r.push.apply(r,n)}return r}function _objectSpread(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?ownKeys(Object(r),!0).forEach(function(t){(0,_defineProperty2.default)(e,t,r[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):ownKeys(Object(r)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))})}return e}var EnvVars=require(5),_require=require(35),isPageType=_require.isPageType,PAGE_TYPES=_require.PAGE_TYPES,_require2=require(2),replaceVersion=_require2.replaceVersion,_require3=require(223),getStellarId=_require3.getStellarId,CONTENT_HISTORY_LOCALSTORAGE_KEY=\"relevance.contentHistory\",DEFAULT_MAX_ITEMS=300;function getConsent(){var e=window.WM.UserConsent.getConsentState();return e[\"content-person\"]&&e[\"content-person-prof\"]}function isHypatiaIdReadableByRecsys(e){return!!e&&e.startsWith(\"h_\")}function isStellarIdReadableByRecsys(e){return!!e}function isSourceIdReadableByRecsys(e){return!!e&&/[a-z]+_\\\\w+(-\\\\w+){4}/i.test(e)}function trimId(e){if(e){var t=replaceVersion(e,\"\"),r=t.indexOf(\"/\");return r>-1&&(t=t.slice(r)),t}}function checkIdType(e,t,r){if(r(e))return{contentIdType:t,contentId:e}}function getContentIdForRecsys(e){var t=e.pageStellarId,r=e.sourceId,n=e._wedgerId;return checkIdType(t,\"stellar_id\",isStellarIdReadableByRecsys)||checkIdType(r,\"source_id\",isSourceIdReadableByRecsys)||checkIdType(n,\"hypatia_id\",isHypatiaIdReadableByRecsys)||{contentIdType:\"\",contentId:\"\"}}function getContentType(e){if(e.pageType)return e.pageType;if(e.sourceId){var t=e.sourceId.split(\"_\")[0];if(t.match(\"^[A-Za-z]+$\"))return t}}function validateEnv(e){return function(){return arguments[0]&&EnvVars.get(\"ENABLE_RELEVANCE_USER_JS\")&&getConsent()?e.apply(this,arguments):[]}}function saveToLocalStorage(e){if(null!=e&&e.contentId){var t=EnvVars.get(\"MAX_RELEVANCE_ITEMS_TO_STORE\",DEFAULT_MAX_ITEMS),r=window.localStorage.getItem(CONTENT_HISTORY_LOCALSTORAGE_KEY)||null,n=JSON.parse(r)||[];return n.push(e),n=n.slice(-t),window.localStorage.setItem(CONTENT_HISTORY_LOCALSTORAGE_KEY,JSON.stringify(n)),!0}}function userViewContent(e){return saveToLocalStorage(_objectSpread(_objectSpread({},isPageType(e,PAGE_TYPES.SECTION)?{contentId:trimId(e.cmsId)}:getContentIdForRecsys(e)),{},{contentType:getContentType(e),timestamp:Date.now()}))}function userVideoStart(e){var t,r=null==e?void 0:null===(t=e.configs)||void 0===t?void 0:t.stellarUri;if(r){var n=document.querySelector(\\'div[data-uri=\"\\'.concat(r,\\'\"], [data-parent-uri=\"\\').concat(r,\\'\"]\\'));if(n){var o=n.dataset.uri;if(o&&\"null\"!==o)return saveToLocalStorage({contentIdType:\"stellar_id\",contentId:getStellarId(o),contentType:\"video\",timestamp:Date.now()})}}}function getUserHistory(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0,t=JSON.parse(localStorage.getItem(\"relevance.contentHistory\"))||[];return(e>0?t.slice(0,e):t).reduce(function(e,t,r,n){var o=t.contentIdType,i=void 0!==o&&o,a=t.contentId;i&&(n.findLastIndex(function(e){return e.contentId===a})===r&&e.push((0,_defineProperty2.default)({},i,a)));return e},[])}var trackUserViewedContent=validateEnv(userViewContent),trackUserStartedVideo=validateEnv(userVideoStart);module.exports={trackUserViewedContent:trackUserViewedContent,trackUserStartedVideo:trackUserStartedVideo,exportedForTesting:{userVideoStart:userVideoStart},getUserHistory:getUserHistory};\\n}, {\"2\":2,\"5\":5,\"10\":10,\"19\":19,\"35\":35,\"223\":223}];\\nwindow.modules[\"389\"] = [function(require,module,exports){function _arrayLikeToArray(r,e){(null==e||e>r.length)&&(e=r.length);for(var o=0,l=new Array(e);o<e;o++)l[o]=r[o];return l}module.exports=_arrayLikeToArray,module.exports.__esModule=!0,module.exports.default=module.exports;\\n}, {}];\\nwindow.modules[\"390\"] = [function(require,module,exports){function _arrayWithHoles(e){if(Array.isArray(e))return e}module.exports=_arrayWithHoles,module.exports.__esModule=!0,module.exports.default=module.exports;\\n}, {}];\\nwindow.modules[\"391\"] = [function(require,module,exports){var arrayLikeToArray=require(389);function _arrayWithoutHoles(r){if(Array.isArray(r))return arrayLikeToArray(r)}module.exports=_arrayWithoutHoles,module.exports.__esModule=!0,module.exports.default=module.exports;\\n}, {\"389\":389}];\\nwindow.modules[\"397\"] = [function(require,module,exports){var setPrototypeOf=require(398),isNativeReflectConstruct=require(399);function _construct(e,t,o){return isNativeReflectConstruct()?(module.exports=_construct=Reflect.construct,module.exports.__esModule=!0,module.exports.default=module.exports):(module.exports=_construct=function(e,t,o){var u=[null];u.push.apply(u,t);var r=new(Function.bind.apply(e,u));return o&&setPrototypeOf(r,o.prototype),r},module.exports.__esModule=!0,module.exports.default=module.exports),_construct.apply(null,arguments)}module.exports=_construct,module.exports.__esModule=!0,module.exports.default=module.exports;\\n}, {\"398\":398,\"399\":399}];\\nwindow.modules[\"398\"] = [function(require,module,exports){function _setPrototypeOf(e,o){return module.exports=_setPrototypeOf=Object.setPrototypeOf||function(e,o){return e.__proto__=o,e},module.exports.__esModule=!0,module.exports.default=module.exports,_setPrototypeOf(e,o)}module.exports=_setPrototypeOf,module.exports.__esModule=!0,module.exports.default=module.exports;\\n}, {}];\\nwindow.modules[\"399\"] = [function(require,module,exports){function _isNativeReflectConstruct(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}module.exports=_isNativeReflectConstruct,module.exports.__esModule=!0,module.exports.default=module.exports;\\n}, {}];\\nwindow.modules[\"400\"] = [function(require,module,exports){var getPrototypeOf=require(15);function _superPropBase(e,o){for(;!Object.prototype.hasOwnProperty.call(e,o)&&null!==(e=getPrototypeOf(e)););return e}module.exports=_superPropBase,module.exports.__esModule=!0,module.exports.default=module.exports;\\n}, {\"15\":15}];\\nwindow.modules[\"401\"] = [function(require,module,exports){function _isNativeFunction(e){return-1!==Function.toString.call(e).indexOf(\"[native code]\")}module.exports=_isNativeFunction,module.exports.__esModule=!0,module.exports.default=module.exports;\\n}, {}];\\nwindow.modules[\"402\"] = [function(require,module,exports){function _iterableToArray(e){if(\"undefined\"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e[\"@@iterator\"])return Array.from(e)}module.exports=_iterableToArray,module.exports.__esModule=!0,module.exports.default=module.exports;\\n}, {}];\\nwindow.modules[\"403\"] = [function(require,module,exports){function _iterableToArrayLimit(e,l){var r=null==e?null:\"undefined\"!=typeof Symbol&&e[Symbol.iterator]||e[\"@@iterator\"];if(null!=r){var t,o,u=[],n=!0,a=!1;try{for(r=r.call(e);!(n=(t=r.next()).done)&&(u.push(t.value),!l||u.length!==l);n=!0);}catch(e){a=!0,o=e}finally{try{n||null==r.return||r.return()}finally{if(a)throw o}}return u}}module.exports=_iterableToArrayLimit,module.exports.__esModule=!0,module.exports.default=module.exports;\\n}, {}];\\nwindow.modules[\"404\"] = [function(require,module,exports){function _nonIterableRest(){throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}module.exports=_nonIterableRest,module.exports.__esModule=!0,module.exports.default=module.exports;\\n}, {}];\\nwindow.modules[\"405\"] = [function(require,module,exports){function _nonIterableSpread(){throw new TypeError(\"Invalid attempt to spread non-iterable instance.\\\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}module.exports=_nonIterableSpread,module.exports.__esModule=!0,module.exports.default=module.exports;\\n}, {}];\\nwindow.modules[\"406\"] = [function(require,module,exports){function _objectWithoutPropertiesLoose(e,o){if(null==e)return{};var t,r,u={},s=Object.keys(e);for(r=0;r<s.length;r++)t=s[r],o.indexOf(t)>=0||(u[t]=e[t]);return u}module.exports=_objectWithoutPropertiesLoose,module.exports.__esModule=!0,module.exports.default=module.exports;\\n}, {}];\\nwindow.modules[\"407\"] = [function(require,module,exports){var arrayLikeToArray=require(389);function _unsupportedIterableToArray(r,e){if(r){if(\"string\"==typeof r)return arrayLikeToArray(r,e);var t=Object.prototype.toString.call(r).slice(8,-1);return\"Object\"===t&&r.constructor&&(t=r.constructor.name),\"Map\"===t||\"Set\"===t?Array.from(r):\"Arguments\"===t||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t)?arrayLikeToArray(r,e):void 0}}module.exports=_unsupportedIterableToArray,module.exports.__esModule=!0,module.exports.default=module.exports;\\n}, {\"389\":389}];\\nwindow.modules[\"408\"] = [function(require,module,exports){var runtime=function(t){\"use strict\";var r,e=Object.prototype,n=e.hasOwnProperty,o=Object.defineProperty||function(t,r,e){t[r]=e.value},i=\"function\"==typeof Symbol?Symbol:{},a=i.iterator||\"@@iterator\",c=i.asyncIterator||\"@@asyncIterator\",u=i.toStringTag||\"@@toStringTag\";function h(t,r,e){return Object.defineProperty(t,r,{value:e,enumerable:!0,configurable:!0,writable:!0}),t[r]}try{h({},\"\")}catch(t){h=function(t,r,e){return t[r]=e}}function l(t,r,e,n){var i=r&&r.prototype instanceof d?r:d,a=Object.create(i.prototype),c=new P(n||[]);return o(a,\"_invoke\",{value:O(t,e,c)}),a}function f(t,r,e){try{return{type:\"normal\",arg:t.call(r,e)}}catch(t){return{type:\"throw\",arg:t}}}t.wrap=l;var s=\"suspendedStart\",p=\"suspendedYield\",y=\"executing\",v=\"completed\",g={};function d(){}function m(){}function w(){}var b={};h(b,a,function(){return this});var L=Object.getPrototypeOf,x=L&&L(L(T([])));x&&x!==e&&n.call(x,a)&&(b=x);var E=w.prototype=d.prototype=Object.create(b);function j(t){[\"next\",\"throw\",\"return\"].forEach(function(r){h(t,r,function(t){return this._invoke(r,t)})})}function _(t,r){var e;o(this,\"_invoke\",{value:function(o,i){function a(){return new r(function(e,a){!function e(o,i,a,c){var u=f(t[o],t,i);if(\"throw\"!==u.type){var h=u.arg,l=h.value;return l&&\"object\"==typeof l&&n.call(l,\"__await\")?r.resolve(l.__await).then(function(t){e(\"next\",t,a,c)},function(t){e(\"throw\",t,a,c)}):r.resolve(l).then(function(t){h.value=t,a(h)},function(t){return e(\"throw\",t,a,c)})}c(u.arg)}(o,i,e,a)})}return e=e?e.then(a,a):a()}})}function O(t,r,e){var n=s;return function(o,i){if(n===y)throw new Error(\"Generator is already running\");if(n===v){if(\"throw\"===o)throw i;return F()}for(e.method=o,e.arg=i;;){var a=e.delegate;if(a){var c=k(a,e);if(c){if(c===g)continue;return c}}if(\"next\"===e.method)e.sent=e._sent=e.arg;else if(\"throw\"===e.method){if(n===s)throw n=v,e.arg;e.dispatchException(e.arg)}else\"return\"===e.method&&e.abrupt(\"return\",e.arg);n=y;var u=f(t,r,e);if(\"normal\"===u.type){if(n=e.done?v:p,u.arg===g)continue;return{value:u.arg,done:e.done}}\"throw\"===u.type&&(n=v,e.method=\"throw\",e.arg=u.arg)}}}function k(t,e){var n=e.method,o=t.iterator[n];if(o===r)return e.delegate=null,\"throw\"===n&&t.iterator.return&&(e.method=\"return\",e.arg=r,k(t,e),\"throw\"===e.method)?g:(\"return\"!==n&&(e.method=\"throw\",e.arg=new TypeError(\"The iterator does not provide a \\'\"+n+\"\\' method\")),g);var i=f(o,t.iterator,e.arg);if(\"throw\"===i.type)return e.method=\"throw\",e.arg=i.arg,e.delegate=null,g;var a=i.arg;return a?a.done?(e[t.resultName]=a.value,e.next=t.nextLoc,\"return\"!==e.method&&(e.method=\"next\",e.arg=r),e.delegate=null,g):a:(e.method=\"throw\",e.arg=new TypeError(\"iterator result is not an object\"),e.delegate=null,g)}function G(t){var r={tryLoc:t[0]};1 in t&&(r.catchLoc=t[1]),2 in t&&(r.finallyLoc=t[2],r.afterLoc=t[3]),this.tryEntries.push(r)}function N(t){var r=t.completion||{};r.type=\"normal\",delete r.arg,t.completion=r}function P(t){this.tryEntries=[{tryLoc:\"root\"}],t.forEach(G,this),this.reset(!0)}function T(t){if(t){var e=t[a];if(e)return e.call(t);if(\"function\"==typeof t.next)return t;if(!isNaN(t.length)){var o=-1,i=function e(){for(;++o<t.length;)if(n.call(t,o))return e.value=t[o],e.done=!1,e;return e.value=r,e.done=!0,e};return i.next=i}}return{next:F}}function F(){return{value:r,done:!0}}return m.prototype=w,o(E,\"constructor\",{value:w,configurable:!0}),o(w,\"constructor\",{value:m,configurable:!0}),m.displayName=h(w,u,\"GeneratorFunction\"),t.isGeneratorFunction=function(t){var r=\"function\"==typeof t&&t.constructor;return!!r&&(r===m||\"GeneratorFunction\"===(r.displayName||r.name))},t.mark=function(t){return Object.setPrototypeOf?Object.setPrototypeOf(t,w):(t.__proto__=w,h(t,u,\"GeneratorFunction\")),t.prototype=Object.create(E),t},t.awrap=function(t){return{__await:t}},j(_.prototype),h(_.prototype,c,function(){return this}),t.AsyncIterator=_,t.async=function(r,e,n,o,i){void 0===i&&(i=Promise);var a=new _(l(r,e,n,o),i);return t.isGeneratorFunction(e)?a:a.next().then(function(t){return t.done?t.value:a.next()})},j(E),h(E,u,\"Generator\"),h(E,a,function(){return this}),h(E,\"toString\",function(){return\"[object Generator]\"}),t.keys=function(t){var r=Object(t),e=[];for(var n in r)e.push(n);return e.reverse(),function t(){for(;e.length;){var n=e.pop();if(n in r)return t.value=n,t.done=!1,t}return t.done=!0,t}},t.values=T,P.prototype={constructor:P,reset:function(t){if(this.prev=0,this.next=0,this.sent=this._sent=r,this.done=!1,this.delegate=null,this.method=\"next\",this.arg=r,this.tryEntries.forEach(N),!t)for(var e in this)\"t\"===e.charAt(0)&&n.call(this,e)&&!isNaN(+e.slice(1))&&(this[e]=r)},stop:function(){this.done=!0;var t=this.tryEntries[0].completion;if(\"throw\"===t.type)throw t.arg;return this.rval},dispatchException:function(t){if(this.done)throw t;var e=this;function o(n,o){return c.type=\"throw\",c.arg=t,e.next=n,o&&(e.method=\"next\",e.arg=r),!!o}for(var i=this.tryEntries.length-1;i>=0;--i){var a=this.tryEntries[i],c=a.completion;if(\"root\"===a.tryLoc)return o(\"end\");if(a.tryLoc<=this.prev){var u=n.call(a,\"catchLoc\"),h=n.call(a,\"finallyLoc\");if(u&&h){if(this.prev<a.catchLoc)return o(a.catchLoc,!0);if(this.prev<a.finallyLoc)return o(a.finallyLoc)}else if(u){if(this.prev<a.catchLoc)return o(a.catchLoc,!0)}else{if(!h)throw new Error(\"try statement without catch or finally\");if(this.prev<a.finallyLoc)return o(a.finallyLoc)}}}},abrupt:function(t,r){for(var e=this.tryEntries.length-1;e>=0;--e){var o=this.tryEntries[e];if(o.tryLoc<=this.prev&&n.call(o,\"finallyLoc\")&&this.prev<o.finallyLoc){var i=o;break}}i&&(\"break\"===t||\"continue\"===t)&&i.tryLoc<=r&&r<=i.finallyLoc&&(i=null);var a=i?i.completion:{};return a.type=t,a.arg=r,i?(this.method=\"next\",this.next=i.finallyLoc,g):this.complete(a)},complete:function(t,r){if(\"throw\"===t.type)throw t.arg;return\"break\"===t.type||\"continue\"===t.type?this.next=t.arg:\"return\"===t.type?(this.rval=this.arg=t.arg,this.method=\"return\",this.next=\"end\"):\"normal\"===t.type&&r&&(this.next=r),g},finish:function(t){for(var r=this.tryEntries.length-1;r>=0;--r){var e=this.tryEntries[r];if(e.finallyLoc===t)return this.complete(e.completion,e.afterLoc),N(e),g}},catch:function(t){for(var r=this.tryEntries.length-1;r>=0;--r){var e=this.tryEntries[r];if(e.tryLoc===t){var n=e.completion;if(\"throw\"===n.type){var o=n.arg;N(e)}return o}}throw new Error(\"illegal catch attempt\")},delegateYield:function(t,e,n){return this.delegate={iterator:T(t),resultName:e,nextLoc:n},\"next\"===this.method&&(this.arg=r),g}},t}(\"object\"==typeof module?module.exports:{});try{regeneratorRuntime=runtime}catch(t){\"object\"==typeof globalThis?globalThis.regeneratorRuntime=runtime:Function(\"r\",\"regeneratorRuntime = r\")(runtime)}\\n}, {}];\\nwindow.modules[\"409\"] = [function(require,module,exports){\"use strict\";const _omit=require(67),CommonLogger=require(410),{datadogLogs:datadogLogs}=require(411);class ClientLogger extends CommonLogger{constructor(){super(),this.logToDatadog=this.logToDatadog.bind(this),this.verifyTelemetryArgs=this.verifyTelemetryArgs.bind(this)}verifyTelemetryArgs(e){return Object.entries({clientToken:\"string\",service:\"string\",version:\"string\"}).forEach(([r,t])=>{if(!e[r]||typeof e[r]!==t)throw new Error(`Clay Log: args.browserTelemetry in clayLog.init(args) requires ${r} of type ${t}`)}),e.sampleRate=100,e.forwardErrorsToLogs=!0,!0===e.enable}init(e){return super.init(e),e.browserTelemetry&&e.browserTelemetry.enable&&this.verifyTelemetryArgs(e.browserTelemetry)&&(datadogLogs.init(e.browserTelemetry),this.telemetryEnabled=!0,this.context=e.browserTelemetry.context,this.omitFromData=e.browserTelemetry.omitFromData,this.log(this.logger)(\"info\",\"Datadog Telemetry Enabled\")),this.log(this.logger)}logToDatadog(e,r,t){const o=t.logType||r;datadogLogs.logger.log(o,_omit(t,this.omitFromData),e)}log(e){return(r,t,o)=>{if(o=o||{},r instanceof Error&&(t=r,r=\"error\"),r&&t)return o._label=r.toUpperCase(),e[r](o,t),{withTelemetry:this.telemetryEnabled?e=>{this.logToDatadog(r,t,Object.assign({},o,e,this.context))}:()=>!1};e.error(new Error(\"level or msg arguments required\"))}}}module.exports=new ClientLogger;\\n}, {\"67\":67,\"410\":410,\"411\":411}];\\nwindow.modules[\"410\"] = [function(require,module,exports){(function (process){(function (){\\n\"use strict\";class Logger{constructor(){this.pino=require(501),this.init=this.init.bind(this),this.meta=this.meta.bind(this),this.getLogger=this.getLogger.bind(this),this.setLogger=this.setLogger.bind(this)}static getOutput(t){return t.output||process.stdout}static getPrettyPrint(t){return t.pretty||window.process.env.CLAY_LOG_PRETTY&&process.versions&&process.versions.node}static checkArgs(t){if(!t||!Object.keys(t).length||!t.name)throw new Error(\"Init must be called with `name` property\")}init(t){let e,r,i,s;return Logger.checkArgs(t),e=Logger.getOutput(t),r=Logger.getPrettyPrint(t),i=t.name,s=t.meta||void 0,this.logger=this.pino({name:i,prettyPrint:!!r&&{levelFirst:!0},level:window.process.env.LOG||\"info\"},e),s&&Object.keys(s).length&&(this.logger=this.logger.child(s)),this.log(this.logger)}meta(t,e){var r=e||this.logger;if(t&&Object.keys(t).length)return this.log(r.child(t));throw new Error(\"Clay Log: `meta` function requires object argument\")}setLogger(t){this.pino=t}getLogger(){return this.logger}}module.exports=Logger;\\n\\n}).call(this)}).call(this,require(221))}, {\"221\":221,\"501\":501}];\\nwindow.modules[\"411\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.datadogLogs=exports.HandlerType=exports.StatusType=exports.Logger=void 0;var browser_core_1=require(470),logsPublicApi_1=require(486),startLogs_1=require(489),logger_1=require(487);Object.defineProperty(exports,\"Logger\",{enumerable:!0,get:function(){return logger_1.Logger}}),Object.defineProperty(exports,\"StatusType\",{enumerable:!0,get:function(){return logger_1.StatusType}}),Object.defineProperty(exports,\"HandlerType\",{enumerable:!0,get:function(){return logger_1.HandlerType}}),exports.datadogLogs=(0,logsPublicApi_1.makeLogsPublicApi)(startLogs_1.startLogs),(0,browser_core_1.defineGlobal)((0,browser_core_1.getGlobalObject)(),\"DD_LOGS\",exports.datadogLogs);\\n}, {\"470\":470,\"486\":486,\"487\":487,\"489\":489}];\\nwindow.modules[\"412\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.defineGlobal=exports.makePublicApi=void 0;var catchUserErrors_1=require(413),monitor_1=require(414),polyfills_1=require(415);function makePublicApi(e){var r=(0,polyfills_1.assign)({version:\"4.39.0\",onReady:function(e){e()}},e);return Object.defineProperty(r,\"_setDebug\",{get:function(){return monitor_1.setDebugMode},enumerable:!1}),r}function defineGlobal(e,r,o){var t=e[r];e[r]=o,t&&t.q&&t.q.forEach(function(e){return(0,catchUserErrors_1.catchUserErrors)(e,\"onReady callback threw an error:\")()})}exports.makePublicApi=makePublicApi,exports.defineGlobal=defineGlobal;\\n}, {\"413\":413,\"414\":414,\"415\":415}];\\nwindow.modules[\"413\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.catchUserErrors=void 0;var display_1=require(419);function catchUserErrors(r,e){return function(){for(var s=[],t=0;t<arguments.length;t++)s[t]=arguments[t];try{return r.apply(void 0,s)}catch(r){display_1.display.error(e,r)}}}exports.catchUserErrors=catchUserErrors;\\n}, {\"419\":419}];\\nwindow.modules[\"414\"] = [function(require,module,exports){\"use strict\";var __spreadArray=this&&this.__spreadArray||function(o,r,e){if(e||2===arguments.length)for(var t,n=0,i=r.length;n<i;n++)!t&&n in r||(t||(t=Array.prototype.slice.call(r,0,n)),t[n]=r[n]);return o.concat(t||Array.prototype.slice.call(r))};Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.displayIfDebugEnabled=exports.callMonitored=exports.monitor=exports.monitored=exports.resetMonitor=exports.setDebugMode=exports.startMonitorErrorCollection=void 0;var onMonitorErrorCollected,display_1=require(419),debugMode=!1;function startMonitorErrorCollection(o){onMonitorErrorCollected=o}function setDebugMode(o){debugMode=o}function resetMonitor(){onMonitorErrorCollected=void 0,debugMode=!1}function monitored(o,r,e){var t=e.value;e.value=function(){for(var o=[],r=0;r<arguments.length;r++)o[r]=arguments[r];return(onMonitorErrorCollected?monitor(t):t).apply(this,o)}}function monitor(o){return function(){return callMonitored(o,this,arguments)}}function callMonitored(o,r,e){try{return o.apply(r,e)}catch(o){if(displayIfDebugEnabled(display_1.ConsoleApiName.error,o),onMonitorErrorCollected)try{onMonitorErrorCollected(o)}catch(o){displayIfDebugEnabled(display_1.ConsoleApiName.error,o)}}}function displayIfDebugEnabled(o){for(var r=[],e=1;e<arguments.length;e++)r[e-1]=arguments[e];debugMode&&display_1.display.apply(void 0,__spreadArray([o,\"[MONITOR]\"],r,!1))}exports.startMonitorErrorCollection=startMonitorErrorCollection,exports.setDebugMode=setDebugMode,exports.resetMonitor=resetMonitor,exports.monitored=monitored,exports.monitor=monitor,exports.callMonitored=callMonitored,exports.displayIfDebugEnabled=displayIfDebugEnabled;\\n}, {\"419\":419}];\\nwindow.modules[\"415\"] = [function(require,module,exports){\"use strict\";function includes(e,t){return-1!==e.indexOf(t)}function arrayFrom(e){if(Array.from)return Array.from(e);var t=[];if(e instanceof Set)e.forEach(function(e){return t.push(e)});else for(var r=0;r<e.length;r++)t.push(e[r]);return t}function find(e,t){for(var r=0;r<e.length;r+=1){var n=e[r];if(t(n,r))return n}}function findLast(e,t){for(var r=e.length-1;r>=0;r-=1){var n=e[r];if(t(n,r,e))return n}}function forEach(e,t){Array.prototype.forEach.call(e,t)}function objectValues(e){return Object.keys(e).map(function(t){return e[t]})}function objectEntries(e){return Object.keys(e).map(function(t){return[t,e[t]]})}function startsWith(e,t){return e.slice(0,t.length)===t}function endsWith(e,t){return e.slice(-t.length)===t}function elementMatches(e,t){return e.matches?e.matches(t):!!e.msMatchesSelector&&e.msMatchesSelector(t)}function cssEscape(e){return window.CSS&&window.CSS.escape?window.CSS.escape(e):e.replace(/([\\\\0-\\\\x1f\\\\x7f]|^-?\\\\d)|^-$|[^\\\\x80-\\\\uFFFF\\\\w-]/g,function(e,t){return t?\"\\\\0\"===e?\"<22>\":\"\".concat(e.slice(0,-1),\"\\\\\\\\\").concat(e.charCodeAt(e.length-1).toString(16),\" \"):\"\\\\\\\\\".concat(e)})}function assign(e){for(var t=[],r=1;r<arguments.length;r++)t[r-1]=arguments[r];return t.forEach(function(t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])}),e}Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.assign=exports.cssEscape=exports.elementMatches=exports.endsWith=exports.startsWith=exports.objectEntries=exports.objectValues=exports.forEach=exports.findLast=exports.find=exports.arrayFrom=exports.includes=void 0,exports.includes=includes,exports.arrayFrom=arrayFrom,exports.find=find,exports.findLast=findLast,exports.forEach=forEach,exports.objectValues=objectValues,exports.objectEntries=objectEntries,exports.startsWith=startsWith,exports.endsWith=endsWith,exports.elementMatches=elementMatches,exports.cssEscape=cssEscape,exports.assign=assign;\\n}, {}];\\nwindow.modules[\"416\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.addEventListeners=exports.addEventListener=void 0;var monitor_1=require(414),getZoneJsOriginalValue_1=require(417);function addEventListener(e,n,t,r){return addEventListeners(e,[n],t,r)}function addEventListeners(e,n,t,r){var i=void 0===r?{}:r,o=i.once,s=i.capture,a=i.passive,d=(0,monitor_1.monitor)(o?function(e){v(),t(e)}:t),u=a?{capture:s,passive:a}:s,l=(0,getZoneJsOriginalValue_1.getZoneJsOriginalValue)(e,\"addEventListener\");function v(){var t=(0,getZoneJsOriginalValue_1.getZoneJsOriginalValue)(e,\"removeEventListener\");n.forEach(function(n){return t.call(e,n,d,u)})}return n.forEach(function(n){return l.call(e,n,d,u)}),{stop:v}}exports.addEventListener=addEventListener,exports.addEventListeners=addEventListeners;\\n}, {\"414\":414,\"417\":417}];\\nwindow.modules[\"417\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.getZoneJsOriginalValue=void 0;var getGlobalObject_1=require(471);function getZoneJsOriginalValue(e,t){var o,l=(0,getGlobalObject_1.getGlobalObject)();return l.Zone&&\"function\"==typeof l.Zone.__symbol__&&(o=e[l.Zone.__symbol__(t)]),o||(o=e[t]),o}exports.getZoneJsOriginalValue=getZoneJsOriginalValue;\\n}, {\"471\":471}];\\nwindow.modules[\"418\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.getCurrentSite=exports.areCookiesAuthorized=exports.deleteCookie=exports.getCookie=exports.setCookie=exports.COOKIE_ACCESS_DELAY=void 0;var getCurrentSiteCache,display_1=require(419),timeUtils_1=require(421),stringUtils_1=require(420);function setCookie(e,t,o,i){var r=new Date;r.setTime(r.getTime()+o);var s=\"expires=\".concat(r.toUTCString()),n=i&&i.crossSite?\"none\":\"strict\",c=i&&i.domain?\";domain=\".concat(i.domain):\"\",a=i&&i.secure?\";secure\":\"\";document.cookie=\"\".concat(e,\"=\").concat(t,\";\").concat(s,\";path=/;samesite=\").concat(n).concat(c).concat(a)}function getCookie(e){return(0,stringUtils_1.findCommaSeparatedValue)(document.cookie,e)}function deleteCookie(e,t){setCookie(e,\"\",0,t)}function areCookiesAuthorized(e){if(void 0===document.cookie||null===document.cookie)return!1;try{var t=\"dd_cookie_test_\".concat((0,stringUtils_1.generateUUID)());setCookie(t,\"test\",timeUtils_1.ONE_MINUTE,e);var o=\"test\"===getCookie(t);return deleteCookie(t,e),o}catch(e){return display_1.display.error(e),!1}}function getCurrentSite(){if(void 0===getCurrentSiteCache){for(var e=\"dd_site_test_\".concat((0,stringUtils_1.generateUUID)()),t=window.location.hostname.split(\".\"),o=t.pop();t.length&&!getCookie(e);)o=\"\".concat(t.pop(),\".\").concat(o),setCookie(e,\"test\",timeUtils_1.ONE_SECOND,{domain:o});deleteCookie(e,{domain:o}),getCurrentSiteCache=o}return getCurrentSiteCache}exports.COOKIE_ACCESS_DELAY=timeUtils_1.ONE_SECOND,exports.setCookie=setCookie,exports.getCookie=getCookie,exports.deleteCookie=deleteCookie,exports.areCookiesAuthorized=areCookiesAuthorized,exports.getCurrentSite=getCurrentSite;\\n}, {\"419\":419,\"420\":420,\"421\":421}];\\nwindow.modules[\"419\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.display=exports.ConsoleApiName=void 0,exports.ConsoleApiName={log:\"log\",debug:\"debug\",info:\"info\",warn:\"warn\",error:\"error\"};var display=function(o){for(var e=[],s=1;s<arguments.length;s++)e[s-1]=arguments[s];Object.prototype.hasOwnProperty.call(exports.ConsoleApiName,o)||(o=exports.ConsoleApiName.log),exports.display[o].apply(exports.display,e)};exports.display=display,exports.display.debug=console.debug.bind(console),exports.display.log=console.log.bind(console),exports.display.info=console.info.bind(console),exports.display.warn=console.warn.bind(console),exports.display.error=console.error.bind(console);\\n}, {}];\\nwindow.modules[\"420\"] = [function(require,module,exports){\"use strict\";function generateUUID(e){return e?(parseInt(e,10)^16*Math.random()>>parseInt(e,10)/4).toString(16):\"\".concat(1e7,\"-\").concat(1e3,\"-\").concat(4e3,\"-\").concat(8e3,\"-\").concat(1e11).replace(/[018]/g,generateUUID)}function findCommaSeparatedValue(e,a){var t=new RegExp(\"(?:^|;)\\\\\\\\s*\".concat(a,\"\\\\\\\\s*=\\\\\\\\s*([^;]+)\")).exec(e);return t?t[1]:void 0}function safeTruncate(e,a,t){void 0===t&&(t=\"\");var n=e.charCodeAt(a-1),r=n>=55296&&n<=56319?a+1:a;return e.length<=r?e:\"\".concat(e.slice(0,r)).concat(t)}Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.safeTruncate=exports.findCommaSeparatedValue=exports.generateUUID=void 0,exports.generateUUID=generateUUID,exports.findCommaSeparatedValue=findCommaSeparatedValue,exports.safeTruncate=safeTruncate;\\n}, {}];\\nwindow.modules[\"421\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.resetNavigationStart=exports.looksLikeRelativeTime=exports.getTimeStamp=exports.getRelativeTime=exports.addDuration=exports.elapsed=exports.clocksOrigin=exports.clocksNow=exports.relativeNow=exports.timeStampNow=exports.dateNow=exports.toServerDuration=exports.currentDrift=exports.relativeToClocks=exports.ONE_YEAR=exports.ONE_DAY=exports.ONE_HOUR=exports.ONE_MINUTE=exports.ONE_SECOND=void 0;var navigationStart,numberUtils_1=require(433);function relativeToClocks(t){return{relative:t,timeStamp:getCorrectedTimeStamp(t)}}function getCorrectedTimeStamp(t){var e=dateNow()-performance.now();return e>getNavigationStart()?Math.round(addDuration(e,t)):getTimeStamp(t)}function currentDrift(){return Math.round(dateNow()-addDuration(getNavigationStart(),performance.now()))}function toServerDuration(t){return(0,numberUtils_1.isNumber)(t)?(0,numberUtils_1.round)(1e6*t,0):t}function dateNow(){return(new Date).getTime()}function timeStampNow(){return dateNow()}function relativeNow(){return performance.now()}function clocksNow(){return{relative:relativeNow(),timeStamp:timeStampNow()}}function clocksOrigin(){return{relative:0,timeStamp:getNavigationStart()}}function elapsed(t,e){return e-t}function addDuration(t,e){return t+e}function getRelativeTime(t){return t-getNavigationStart()}function getTimeStamp(t){return Math.round(addDuration(getNavigationStart(),t))}function looksLikeRelativeTime(t){return t<exports.ONE_YEAR}function getNavigationStart(){return void 0===navigationStart&&(navigationStart=performance.timing.navigationStart),navigationStart}function resetNavigationStart(){navigationStart=void 0}exports.ONE_SECOND=1e3,exports.ONE_MINUTE=60*exports.ONE_SECOND,exports.ONE_HOUR=60*exports.ONE_MINUTE,exports.ONE_DAY=24*exports.ONE_HOUR,exports.ONE_YEAR=365*exports.ONE_DAY,exports.relativeToClocks=relativeToClocks,exports.currentDrift=currentDrift,exports.toServerDuration=toServerDuration,exports.dateNow=dateNow,exports.timeStampNow=timeStampNow,exports.relativeNow=relativeNow,exports.clocksNow=clocksNow,exports.clocksOrigin=clocksOrigin,exports.elapsed=elapsed,exports.addDuration=addDuration,exports.getRelativeTime=getRelativeTime,exports.getTimeStamp=getTimeStamp,exports.looksLikeRelativeTime=looksLikeRelativeTime,exports.resetNavigationStart=resetNavigationStart;\\n}, {\"433\":433}];\\nwindow.modules[\"422\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.initFetchObservable=void 0;var fetchObservable,instrumentMethod_1=require(423),monitor_1=require(414),observable_1=require(424),timeUtils_1=require(421),urlPolyfill_1=require(425);function initFetchObservable(){return fetchObservable||(fetchObservable=createFetchObservable()),fetchObservable}function createFetchObservable(){var e=new observable_1.Observable(function(){if(window.fetch)return(0,instrumentMethod_1.instrumentMethod)(window,\"fetch\",function(t){return function(r,o){var n,i=(0,monitor_1.callMonitored)(beforeSend,null,[e,r,o]);return i?(n=t.call(this,i.input,i.init),(0,monitor_1.callMonitored)(afterSend,null,[e,n,i])):n=t.call(this,r,o),n}}).stop});return e}function beforeSend(e,t,r){var o=r&&r.method||t instanceof Request&&t.method||\"GET\",n=t instanceof Request?t.url:(0,urlPolyfill_1.normalizeUrl)(String(t)),i={state:\"start\",init:r,input:t,method:o,startClocks:(0,timeUtils_1.clocksNow)(),url:n};return e.notify(i),i}function afterSend(e,t,r){var o=function(t){var o=r;o.state=\"resolve\",\"stack\"in t||t instanceof Error?(o.status=0,o.isAborted=t instanceof DOMException&&t.code===DOMException.ABORT_ERR,o.error=t):\"status\"in t&&(o.response=t,o.responseType=t.type,o.status=t.status,o.isAborted=!1),e.notify(o)};t.then((0,monitor_1.monitor)(o),(0,monitor_1.monitor)(o))}exports.initFetchObservable=initFetchObservable;\\n}, {\"414\":414,\"421\":421,\"423\":423,\"424\":424,\"425\":425}];\\nwindow.modules[\"423\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.instrumentSetter=exports.instrumentMethodAndCallOriginal=exports.instrumentMethod=void 0;var timer_1=require(447),monitor_1=require(414),functionUtils_1=require(428);function instrumentMethod(t,e,n){var r=t[e],i=n(r),o=function(){if(\"function\"==typeof i)return i.apply(this,arguments)};return t[e]=o,{stop:function(){t[e]===o?t[e]=r:i=r}}}function instrumentMethodAndCallOriginal(t,e,n){var r=n.before,i=n.after;return instrumentMethod(t,e,function(t){return function(){var e,n=arguments;return r&&(0,monitor_1.callMonitored)(r,this,n),\"function\"==typeof t&&(e=t.apply(this,n)),i&&(0,monitor_1.callMonitored)(i,this,n),e}})}function instrumentSetter(t,e,n){var r=Object.getOwnPropertyDescriptor(t,e);if(!r||!r.set||!r.configurable)return{stop:functionUtils_1.noop};var i=function(t,e){(0,timer_1.setTimeout)(function(){n(t,e)},0)},o=function(t){r.set.call(this,t),i(this,t)};return Object.defineProperty(t,e,{set:o}),{stop:function(){var n;(null===(n=Object.getOwnPropertyDescriptor(t,e))||void 0===n?void 0:n.set)===o?Object.defineProperty(t,e,r):i=functionUtils_1.noop}}}exports.instrumentMethod=instrumentMethod,exports.instrumentMethodAndCallOriginal=instrumentMethodAndCallOriginal,exports.instrumentSetter=instrumentSetter;\\n}, {\"414\":414,\"428\":428,\"447\":447}];\\nwindow.modules[\"424\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.mergeObservables=exports.Observable=void 0;var Observable=function(){function e(e){this.onFirstSubscribe=e,this.observers=[]}return e.prototype.subscribe=function(e){var r=this;return!this.observers.length&&this.onFirstSubscribe&&(this.onLastUnsubscribe=this.onFirstSubscribe()||void 0),this.observers.push(e),{unsubscribe:function(){r.observers=r.observers.filter(function(r){return e!==r}),!r.observers.length&&r.onLastUnsubscribe&&r.onLastUnsubscribe()}}},e.prototype.notify=function(e){this.observers.forEach(function(r){return r(e)})},e}();function mergeObservables(){for(var e=[],r=0;r<arguments.length;r++)e[r]=arguments[r];var s=new Observable(function(){var r=e.map(function(e){return e.subscribe(function(e){return s.notify(e)})});return function(){return r.forEach(function(e){return e.unsubscribe()})}});return s}exports.Observable=Observable,exports.mergeObservables=mergeObservables;\\n}, {}];\\nwindow.modules[\"425\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.getLinkElementOrigin=exports.getLocationOrigin=exports.buildUrl=exports.getHash=exports.getSearch=exports.getPathName=exports.getOrigin=exports.haveSameOrigin=exports.isValidUrl=exports.normalizeUrl=void 0;var jsonStringify_1=require(443);function normalizeUrl(e){return buildUrl(e,getLocationOrigin()).href}function isValidUrl(e){try{return!!buildUrl(e)}catch(e){return!1}}function haveSameOrigin(e,r){return getOrigin(e)===getOrigin(r)}function getOrigin(e){return getLinkElementOrigin(buildUrl(e))}function getPathName(e){var r=buildUrl(e).pathname;return\"/\"===r[0]?r:\"/\".concat(r)}function getSearch(e){return buildUrl(e).search}function getHash(e){return buildUrl(e).hash}function buildUrl(e,r){var t=getSupportedUrl();if(t)try{return void 0!==r?new t(e,r):new t(e)}catch(t){throw new Error(\"Failed to construct URL: \".concat(String(t),\" \").concat((0,jsonStringify_1.jsonStringify)({url:e,base:r})))}if(void 0===r&&!/:/.test(e))throw new Error(\"Invalid URL: \\'\".concat(e,\"\\'\"));var i=document,n=i.createElement(\"a\");if(void 0!==r){var o=(i=document.implementation.createHTMLDocument(\"\")).createElement(\"base\");o.href=r,i.head.appendChild(o),i.body.appendChild(n)}return n.href=e,n}exports.normalizeUrl=normalizeUrl,exports.isValidUrl=isValidUrl,exports.haveSameOrigin=haveSameOrigin,exports.getOrigin=getOrigin,exports.getPathName=getPathName,exports.getSearch=getSearch,exports.getHash=getHash,exports.buildUrl=buildUrl;var isURLSupported,originalURL=URL;function getSupportedUrl(){if(void 0===isURLSupported)try{var e=new originalURL(\"http://test/path\");isURLSupported=\"http://test/path\"===e.href}catch(e){isURLSupported=!1}return isURLSupported?originalURL:void 0}function getLocationOrigin(){return getLinkElementOrigin(window.location)}function getLinkElementOrigin(e){if(e.origin)return e.origin;var r=e.host.replace(/(:80|:443)$/,\"\");return\"\".concat(e.protocol,\"//\").concat(r)}exports.getLocationOrigin=getLocationOrigin,exports.getLinkElementOrigin=getLinkElementOrigin;\\n}, {\"443\":443}];\\nwindow.modules[\"426\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.isPageExitReason=exports.createPageExitObservable=exports.PageExitReason=void 0;var experimentalFeatures_1=require(427),observable_1=require(424),polyfills_1=require(415),functionUtils_1=require(428),addEventListener_1=require(416);function createPageExitObservable(){var e=new observable_1.Observable(function(){var t=(0,experimentalFeatures_1.isExperimentalFeatureEnabled)(experimentalFeatures_1.ExperimentalFeature.PAGEHIDE),i=(0,addEventListener_1.addEventListeners)(window,[\"visibilitychange\",\"freeze\",\"pagehide\"],function(i){\"pagehide\"===i.type&&t?e.notify({reason:exports.PageExitReason.PAGEHIDE}):\"visibilitychange\"===i.type&&\"hidden\"===document.visibilityState?e.notify({reason:exports.PageExitReason.HIDDEN}):\"freeze\"===i.type&&e.notify({reason:exports.PageExitReason.FROZEN})},{capture:!0}).stop,a=functionUtils_1.noop;return t||(a=(0,addEventListener_1.addEventListener)(window,\"beforeunload\",function(){e.notify({reason:exports.PageExitReason.UNLOADING})}).stop),function(){i(),a()}});return e}function isPageExitReason(e){return(0,polyfills_1.includes)((0,polyfills_1.objectValues)(exports.PageExitReason),e)}exports.PageExitReason={HIDDEN:\"visibility_hidden\",UNLOADING:\"before_unload\",PAGEHIDE:\"page_hide\",FROZEN:\"page_frozen\"},exports.createPageExitObservable=createPageExitObservable,exports.isPageExitReason=isPageExitReason;\\n}, {\"415\":415,\"416\":416,\"424\":424,\"427\":427,\"428\":428}];\\nwindow.modules[\"427\"] = [function(require,module,exports){\"use strict\";var ExperimentalFeature;Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.getExperimentalFeatures=exports.resetExperimentalFeatures=exports.isExperimentalFeatureEnabled=exports.addExperimentalFeatures=exports.ExperimentalFeature=void 0,function(e){e.PAGEHIDE=\"pagehide\",e.FEATURE_FLAGS=\"feature_flags\",e.RESOURCE_PAGE_STATES=\"resource_page_states\",e.CLICKMAP=\"clickmap\",e.COLLECT_FLUSH_REASON=\"collect_flush_reason\",e.SANITIZE_INPUTS=\"sanitize_inputs\"}(ExperimentalFeature=exports.ExperimentalFeature||(exports.ExperimentalFeature={}));var enabledExperimentalFeatures=new Set;function addExperimentalFeatures(e){e.forEach(function(e){enabledExperimentalFeatures.add(e)})}function isExperimentalFeatureEnabled(e){return enabledExperimentalFeatures.has(e)}function resetExperimentalFeatures(){enabledExperimentalFeatures.clear()}function getExperimentalFeatures(){return enabledExperimentalFeatures}exports.addExperimentalFeatures=addExperimentalFeatures,exports.isExperimentalFeatureEnabled=isExperimentalFeatureEnabled,exports.resetExperimentalFeatures=resetExperimentalFeatures,exports.getExperimentalFeatures=getExperimentalFeatures;\\n}, {}];\\nwindow.modules[\"428\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.noop=exports.throttle=void 0;var timer_1=require(447);function throttle(t,o,e){var r,i,n=!e||void 0===e.leading||e.leading,l=!e||void 0===e.trailing||e.trailing,p=!1;return{throttled:function(){for(var e=[],a=0;a<arguments.length;a++)e[a]=arguments[a];p?r=e:(n?t.apply(void 0,e):r=e,p=!0,i=(0,timer_1.setTimeout)(function(){l&&r&&t.apply(void 0,r),p=!1,r=void 0},o))},cancel:function(){(0,timer_1.clearTimeout)(i),p=!1,r=void 0}}}function noop(){}exports.throttle=throttle,exports.noop=noop;\\n}, {\"447\":447}];\\nwindow.modules[\"429\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.runOnReadyState=void 0;var addEventListener_1=require(416);function runOnReadyState(e,t){if(document.readyState===e||\"complete\"===document.readyState)t();else{var n=\"complete\"===e?\"load\":\"DOMContentLoaded\";(0,addEventListener_1.addEventListener)(window,n,t,{once:!0})}}exports.runOnReadyState=runOnReadyState;\\n}, {\"416\":416}];\\nwindow.modules[\"430\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.initXhrObservable=void 0;var xhrObservable,instrumentMethod_1=require(423),observable_1=require(424),timeUtils_1=require(421),urlPolyfill_1=require(425),objectUtils_1=require(431),addEventListener_1=require(416),xhrContexts=new WeakMap;function initXhrObservable(){return xhrObservable||(xhrObservable=createXhrObservable()),xhrObservable}function createXhrObservable(){var t=new observable_1.Observable(function(){var e=(0,instrumentMethod_1.instrumentMethodAndCallOriginal)(XMLHttpRequest.prototype,\"open\",{before:openXhr}).stop,r=(0,instrumentMethod_1.instrumentMethodAndCallOriginal)(XMLHttpRequest.prototype,\"send\",{before:function(){sendXhr.call(this,t)}}).stop,s=(0,instrumentMethod_1.instrumentMethodAndCallOriginal)(XMLHttpRequest.prototype,\"abort\",{before:abortXhr}).stop;return function(){e(),r(),s()}});return t}function openXhr(t,e){xhrContexts.set(this,{state:\"open\",method:t,url:(0,urlPolyfill_1.normalizeUrl)(String(e))})}function sendXhr(t){var e=this,r=xhrContexts.get(this);if(r){var s=r;s.state=\"start\",s.startTime=(0,timeUtils_1.relativeNow)(),s.startClocks=(0,timeUtils_1.clocksNow)(),s.isAborted=!1,s.xhr=this;var i=!1,o=(0,instrumentMethod_1.instrumentMethodAndCallOriginal)(this,\"onreadystatechange\",{before:function(){this.readyState===XMLHttpRequest.DONE&&n()}}).stop,n=function(){if(l(),o(),!i){i=!0;var n=r;n.state=\"complete\",n.duration=(0,timeUtils_1.elapsed)(s.startClocks.timeStamp,(0,timeUtils_1.timeStampNow)()),n.status=e.status,t.notify((0,objectUtils_1.shallowClone)(n))}},l=(0,addEventListener_1.addEventListener)(this,\"loadend\",n).stop;t.notify(s)}}function abortXhr(){var t=xhrContexts.get(this);t&&(t.isAborted=!0)}exports.initXhrObservable=initXhrObservable;\\n}, {\"416\":416,\"421\":421,\"423\":423,\"424\":424,\"425\":425,\"431\":431}];\\nwindow.modules[\"431\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.mapValues=exports.isEmptyObject=exports.objectHasValue=exports.shallowClone=void 0;var polyfills_1=require(415);function shallowClone(e){return(0,polyfills_1.assign)({},e)}function objectHasValue(e,t){return Object.keys(e).some(function(s){return e[s]===t})}function isEmptyObject(e){return 0===Object.keys(e).length}function mapValues(e,t){for(var s={},o=0,l=Object.keys(e);o<l.length;o++){var r=l[o];s[r]=t(e[r])}return s}exports.shallowClone=shallowClone,exports.objectHasValue=objectHasValue,exports.isEmptyObject=isEmptyObject,exports.mapValues=mapValues;\\n}, {\"415\":415}];\\nwindow.modules[\"432\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.serializeConfiguration=exports.buildCookieOptions=exports.validateAndBuildConfiguration=exports.DefaultPrivacyLevel=void 0;var cookie_1=require(418),catchUserErrors_1=require(413),display_1=require(419),experimentalFeatures_1=require(427),timeUtils_1=require(421),numberUtils_1=require(433),byteUtils_1=require(434),objectUtils_1=require(431),polyfills_1=require(415),transportConfiguration_1=require(435);function validateAndBuildConfiguration(e){var t,i,r;if(e&&e.clientToken){var s=null!==(t=e.sessionSampleRate)&&void 0!==t?t:e.sampleRate;if(void 0===s||(0,numberUtils_1.isPercentage)(s))if(void 0===e.telemetrySampleRate||(0,numberUtils_1.isPercentage)(e.telemetrySampleRate)){if(void 0===e.telemetryConfigurationSampleRate||(0,numberUtils_1.isPercentage)(e.telemetryConfigurationSampleRate))return Array.isArray(e.enableExperimentalFeatures)&&(0,experimentalFeatures_1.addExperimentalFeatures)(e.enableExperimentalFeatures.filter(function(e){return(0,objectUtils_1.objectHasValue)(experimentalFeatures_1.ExperimentalFeature,e)})),(0,polyfills_1.assign)({beforeSend:e.beforeSend&&(0,catchUserErrors_1.catchUserErrors)(e.beforeSend,\"beforeSend threw an error:\"),cookieOptions:buildCookieOptions(e),sessionSampleRate:null!=s?s:100,telemetrySampleRate:null!==(i=e.telemetrySampleRate)&&void 0!==i?i:20,telemetryConfigurationSampleRate:null!==(r=e.telemetryConfigurationSampleRate)&&void 0!==r?r:5,service:e.service,silentMultipleInit:!!e.silentMultipleInit,batchBytesLimit:16*byteUtils_1.ONE_KIBI_BYTE,eventRateLimiterThreshold:3e3,maxTelemetryEventsPerPage:15,flushTimeout:30*timeUtils_1.ONE_SECOND,batchMessagesLimit:50,messageBytesLimit:256*byteUtils_1.ONE_KIBI_BYTE},(0,transportConfiguration_1.computeTransportConfiguration)(e));display_1.display.error(\"Telemetry Configuration Sample Rate should be a number between 0 and 100\")}else display_1.display.error(\"Telemetry Sample Rate should be a number between 0 and 100\");else display_1.display.error(\"Session Sample Rate should be a number between 0 and 100\")}else display_1.display.error(\"Client Token is not configured, we will not send any data.\")}function buildCookieOptions(e){var t={};return t.secure=mustUseSecureCookie(e),t.crossSite=!!e.useCrossSiteSessionCookie,e.trackSessionAcrossSubdomains&&(t.domain=(0,cookie_1.getCurrentSite)()),t}function mustUseSecureCookie(e){return!!e.useSecureSessionCookie||!!e.useCrossSiteSessionCookie}function serializeConfiguration(e){var t,i,r=null!==(t=e.proxy)&&void 0!==t?t:e.proxyUrl;return{session_sample_rate:null!==(i=e.sessionSampleRate)&&void 0!==i?i:e.sampleRate,telemetry_sample_rate:e.telemetrySampleRate,telemetry_configuration_sample_rate:e.telemetryConfigurationSampleRate,use_before_send:!!e.beforeSend,use_cross_site_session_cookie:e.useCrossSiteSessionCookie,use_secure_session_cookie:e.useSecureSessionCookie,use_proxy:void 0!==r?!!r:void 0,silent_multiple_init:e.silentMultipleInit,track_session_across_subdomains:e.trackSessionAcrossSubdomains,track_resources:e.trackResources,track_long_task:e.trackLongTasks}}exports.DefaultPrivacyLevel={ALLOW:\"allow\",MASK:\"mask\",MASK_USER_INPUT:\"mask-user-input\"},exports.validateAndBuildConfiguration=validateAndBuildConfiguration,exports.buildCookieOptions=buildCookieOptions,exports.serializeConfiguration=serializeConfiguration;\\n}, {\"413\":413,\"415\":415,\"418\":418,\"419\":419,\"421\":421,\"427\":427,\"431\":431,\"433\":433,\"434\":434,\"435\":435}];\\nwindow.modules[\"433\"] = [function(require,module,exports){\"use strict\";function performDraw(r){return 0!==r&&100*Math.random()<=r}function round(r,e){return+r.toFixed(e)}function isPercentage(r){return isNumber(r)&&r>=0&&r<=100}function isNumber(r){return\"number\"==typeof r}Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.isNumber=exports.isPercentage=exports.round=exports.performDraw=void 0,exports.performDraw=performDraw,exports.round=round,exports.isPercentage=isPercentage,exports.isNumber=isNumber;\\n}, {}];\\nwindow.modules[\"434\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.computeBytesCount=exports.ONE_MEBI_BYTE=exports.ONE_KIBI_BYTE=void 0,exports.ONE_KIBI_BYTE=1024,exports.ONE_MEBI_BYTE=1024*exports.ONE_KIBI_BYTE;var HAS_MULTI_BYTES_CHARACTERS=/[^\\\\u0000-\\\\u007F]/;function computeBytesCount(e){return HAS_MULTI_BYTES_CHARACTERS.test(e)?void 0!==window.TextEncoder?(new TextEncoder).encode(e).length:new Blob([e]).size:e.length}exports.computeBytesCount=computeBytesCount;\\n}, {}];\\nwindow.modules[\"435\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.computeTransportConfiguration=void 0;var polyfills_1=require(415),endpointBuilder_1=require(436),tags_1=require(439),intakeSites_1=require(437);function computeTransportConfiguration(i){var e=(0,tags_1.buildTags)(i),n=computeEndpointBuilders(i,e),t=(0,polyfills_1.objectValues)(n).map(function(i){return i.urlPrefix}),r=computeReplicaConfiguration(i,t,e);return(0,polyfills_1.assign)({isIntakeUrl:function(i){return t.some(function(e){return 0===i.indexOf(e)})},replica:r,site:i.site||intakeSites_1.INTAKE_SITE_US1},n)}function computeEndpointBuilders(i,e){return{logsEndpointBuilder:(0,endpointBuilder_1.createEndpointBuilder)(i,\"logs\",e),rumEndpointBuilder:(0,endpointBuilder_1.createEndpointBuilder)(i,\"rum\",e),sessionReplayEndpointBuilder:(0,endpointBuilder_1.createEndpointBuilder)(i,\"sessionReplay\",e)}}function computeReplicaConfiguration(i,e,n){if(i.replica){var t=(0,polyfills_1.assign)({},i,{site:intakeSites_1.INTAKE_SITE_US1,clientToken:i.replica.clientToken}),r={logsEndpointBuilder:(0,endpointBuilder_1.createEndpointBuilder)(t,\"logs\",n),rumEndpointBuilder:(0,endpointBuilder_1.createEndpointBuilder)(t,\"rum\",n)};return e.push.apply(e,(0,polyfills_1.objectValues)(r).map(function(i){return i.urlPrefix})),(0,polyfills_1.assign)({applicationId:i.replica.applicationId},r)}}exports.computeTransportConfiguration=computeTransportConfiguration;\\n}, {\"415\":415,\"436\":436,\"437\":437,\"439\":439}];\\nwindow.modules[\"436\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.createEndpointBuilder=exports.ENDPOINTS=void 0;var timeUtils_1=require(421),urlPolyfill_1=require(425),experimentalFeatures_1=require(427),stringUtils_1=require(420),intakeSites_1=require(437);exports.ENDPOINTS={logs:\"logs\",rum:\"rum\",sessionReplay:\"session-replay\"};var INTAKE_TRACKS={logs:\"logs\",rum:\"rum\",sessionReplay:\"replay\"};function createEndpointBuilder(e,t,r){var n=createEndpointUrlWithParametersBuilder(e,t);return{build:function(o,i,a){var c=buildEndpointParameters(e,t,r,o,i,a);return n(c)},urlPrefix:n(\"\"),endpointType:t}}function createEndpointUrlWithParametersBuilder(e,t){var r=\"/api/v2/\".concat(INTAKE_TRACKS[t]),n=e.proxy,o=e.proxyUrl;if(n){var i=(0,urlPolyfill_1.normalizeUrl)(n);return function(e){return\"\".concat(i,\"?ddforward=\").concat(encodeURIComponent(\"\".concat(r,\"?\").concat(e)))}}var a=buildEndpointHost(e,t);if(void 0===n&&o){var c=(0,urlPolyfill_1.normalizeUrl)(o);return function(e){return\"\".concat(c,\"?ddforward=\").concat(encodeURIComponent(\"https://\".concat(a).concat(r,\"?\").concat(e)))}}return function(e){return\"https://\".concat(a).concat(r,\"?\").concat(e)}}function buildEndpointHost(e,t){var r=e.site,n=void 0===r?intakeSites_1.INTAKE_SITE_US1:r,o=e.internalAnalyticsSubdomain;if(o&&n===intakeSites_1.INTAKE_SITE_US1)return\"\".concat(o,\".\").concat(intakeSites_1.INTAKE_SITE_US1);var i=n.split(\".\"),a=i.pop(),c=n!==intakeSites_1.INTAKE_SITE_AP1?\"\".concat(exports.ENDPOINTS[t],\".\"):\"\";return\"\".concat(c,\"browser-intake-\").concat(i.join(\"-\"),\".\").concat(a)}function buildEndpointParameters(e,t,r,n,o,i){var a=e.clientToken,c=e.internalAnalyticsSubdomain,s=[\"sdk_version:\".concat(\"4.39.0\"),\"api:\".concat(n)].concat(r);o&&(0,experimentalFeatures_1.isExperimentalFeatureEnabled)(experimentalFeatures_1.ExperimentalFeature.COLLECT_FLUSH_REASON)&&s.push(\"flush_reason:\".concat(o)),i&&s.push(\"retry_count:\".concat(i.count),\"retry_after:\".concat(i.lastFailureStatus));var l=[\"ddsource=browser\",\"ddtags=\".concat(encodeURIComponent(s.join(\",\"))),\"dd-api-key=\".concat(a),\"dd-evp-origin-version=\".concat(encodeURIComponent(\"4.39.0\")),\"dd-evp-origin=browser\",\"dd-request-id=\".concat((0,stringUtils_1.generateUUID)())];return\"rum\"===t&&l.push(\"batch_time=\".concat((0,timeUtils_1.timeStampNow)())),c&&l.reverse(),l.join(\"&\")}exports.createEndpointBuilder=createEndpointBuilder;\\n}, {\"420\":420,\"421\":421,\"425\":425,\"427\":427,\"437\":437}];\\nwindow.modules[\"437\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.INTAKE_SITE_US1_FED=exports.INTAKE_SITE_AP1=exports.INTAKE_SITE_EU1=exports.INTAKE_SITE_US1=exports.INTAKE_SITE_STAGING=void 0,exports.INTAKE_SITE_STAGING=\"datad0g.com\",exports.INTAKE_SITE_US1=\"datadoghq.com\",exports.INTAKE_SITE_EU1=\"datadoghq.eu\",exports.INTAKE_SITE_AP1=\"ap1.datadoghq.com\",exports.INTAKE_SITE_US1_FED=\"ddog-gov.com\";\\n}, {}];\\nwindow.modules[\"438\"] = [function(require,module,exports){\"use strict\";var __createBinding=this&&this.__createBinding||(Object.create?function(e,t,r,i){void 0===i&&(i=r);var n=Object.getOwnPropertyDescriptor(t,r);n&&(\"get\"in n?t.__esModule:!n.writable&&!n.configurable)||(n={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,i,n)}:function(e,t,r,i){void 0===i&&(i=r),e[i]=t[r]}),__exportStar=this&&this.__exportStar||function(e,t){for(var r in e)\"default\"===r||Object.prototype.hasOwnProperty.call(t,r)||__createBinding(t,e,r)};Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.createEndpointBuilder=exports.serializeConfiguration=exports.validateAndBuildConfiguration=exports.DefaultPrivacyLevel=exports.buildCookieOptions=void 0;var configuration_1=require(432);Object.defineProperty(exports,\"buildCookieOptions\",{enumerable:!0,get:function(){return configuration_1.buildCookieOptions}}),Object.defineProperty(exports,\"DefaultPrivacyLevel\",{enumerable:!0,get:function(){return configuration_1.DefaultPrivacyLevel}}),Object.defineProperty(exports,\"validateAndBuildConfiguration\",{enumerable:!0,get:function(){return configuration_1.validateAndBuildConfiguration}}),Object.defineProperty(exports,\"serializeConfiguration\",{enumerable:!0,get:function(){return configuration_1.serializeConfiguration}});var endpointBuilder_1=require(436);Object.defineProperty(exports,\"createEndpointBuilder\",{enumerable:!0,get:function(){return endpointBuilder_1.createEndpointBuilder}}),__exportStar(require(437),exports);\\n}, {\"432\":432,\"436\":436,\"437\":437}];\\nwindow.modules[\"439\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.buildTag=exports.buildTags=exports.TAG_SIZE_LIMIT=void 0;var display_1=require(419);function buildTags(e){var a=e.env,t=e.service,r=e.version,s=e.datacenter,i=[];return a&&i.push(buildTag(\"env\",a)),t&&i.push(buildTag(\"service\",t)),r&&i.push(buildTag(\"version\",r)),s&&i.push(buildTag(\"datacenter\",s)),i}exports.TAG_SIZE_LIMIT=200,exports.buildTags=buildTags;var FORBIDDEN_CHARACTERS=/[^a-z0-9_:./-]/;function buildTag(e,a){var t=exports.TAG_SIZE_LIMIT-e.length-1;(a.length>t||FORBIDDEN_CHARACTERS.test(a))&&display_1.display.warn(\"\".concat(e,\" value doesn\\'t meet tag requirements and will be sanitized\"));var r=a.replace(/,/g,\"_\");return\"\".concat(e,\":\").concat(r)}exports.buildTag=buildTag;\\n}, {\"419\":419}];\\nwindow.modules[\"440\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.initConsoleObservable=void 0;var tracekit_1=require(444),error_1=require(441),observable_1=require(424),display_1=require(419),monitor_1=require(414),sanitize_1=require(442),experimentalFeatures_1=require(427),polyfills_1=require(415),jsonStringify_1=require(443),consoleObservablesByApi={};function initConsoleObservable(e){var r=e.map(function(e){return consoleObservablesByApi[e]||(consoleObservablesByApi[e]=createConsoleObservable(e)),consoleObservablesByApi[e]});return observable_1.mergeObservables.apply(void 0,r)}function createConsoleObservable(e){var r=new observable_1.Observable(function(){var o=console[e];return console[e]=function(){for(var t=[],i=0;i<arguments.length;i++)t[i]=arguments[i];o.apply(console,t);var n=(0,error_1.createHandlingStack)();(0,monitor_1.callMonitored)(function(){r.notify(buildConsoleLog(t,e,n))})},function(){console[e]=o}});return r}function buildConsoleLog(e,r,o){var t,i=e.map(function(e){return formatConsoleParameters(e)}).join(\" \");if(r===display_1.ConsoleApiName.error){var n=(0,polyfills_1.find)(e,function(e){return e instanceof Error});t=n?(0,error_1.toStackTraceString)((0,tracekit_1.computeStackTrace)(n)):void 0,i=\"console error: \".concat(i)}return{api:r,message:i,stack:t,handlingStack:o}}function formatConsoleParameters(e){return\"string\"==typeof e?(0,experimentalFeatures_1.isExperimentalFeatureEnabled)(experimentalFeatures_1.ExperimentalFeature.SANITIZE_INPUTS)?(0,sanitize_1.sanitize)(e):e:e instanceof Error?(0,error_1.formatErrorMessage)((0,tracekit_1.computeStackTrace)(e)):(0,jsonStringify_1.jsonStringify)((0,experimentalFeatures_1.isExperimentalFeatureEnabled)(experimentalFeatures_1.ExperimentalFeature.SANITIZE_INPUTS)?(0,sanitize_1.sanitize)(e):e,void 0,2)}exports.initConsoleObservable=initConsoleObservable;\\n}, {\"414\":414,\"415\":415,\"419\":419,\"424\":424,\"427\":427,\"441\":441,\"442\":442,\"443\":443,\"444\":444}];\\nwindow.modules[\"441\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.flattenErrorCauses=exports.createHandlingStack=exports.formatErrorMessage=exports.getFileFromStackTraceString=exports.toStackTraceString=exports.computeRawError=exports.ErrorSource=exports.PROVIDED_ERROR_MESSAGE_PREFIX=exports.NO_ERROR_STACK_PRESENT_MESSAGE=void 0;var tracekit_1=require(444),experimentalFeatures_1=require(427),monitor_1=require(414),sanitize_1=require(442),functionUtils_1=require(428),jsonStringify_1=require(443);function computeRawError(r){var e=r.stackTrace,t=r.originalError,a=r.handlingStack,o=r.startClocks,n=r.nonErrorPrefix,c=r.source,s=r.handling;if(!e||void 0===e.message&&!(t instanceof Error)){var i=(0,experimentalFeatures_1.isExperimentalFeatureEnabled)(experimentalFeatures_1.ExperimentalFeature.SANITIZE_INPUTS)?(0,sanitize_1.sanitize)(t):t;return{startClocks:o,source:c,handling:s,originalError:i,message:\"\".concat(n,\" \").concat((0,jsonStringify_1.jsonStringify)(i)),stack:\"No stack, consider using an instance of Error\",handlingStack:a,type:e&&e.name}}return{startClocks:o,source:c,handling:s,originalError:t,message:e.message||\"Empty message\",stack:toStackTraceString(e),handlingStack:a,type:e.name,causes:flattenErrorCauses(t,c)}}function toStackTraceString(r){var e=formatErrorMessage(r);return r.stack.forEach(function(r){var t=\"?\"===r.func?\"<anonymous>\":r.func,a=r.args&&r.args.length>0?\"(\".concat(r.args.join(\", \"),\")\"):\"\",o=r.line?\":\".concat(r.line):\"\",n=r.line&&r.column?\":\".concat(r.column):\"\";e+=\"\\\\n at \".concat(t).concat(a,\" @ \").concat(r.url).concat(o).concat(n)}),e}function getFileFromStackTraceString(r){var e;return null===(e=/@ (.+)/.exec(r))||void 0===e?void 0:e[1]}function formatErrorMessage(r){return\"\".concat(r.name||\"Error\",\": \").concat(r.message)}function createHandlingStack(){var r,e=new Error;if(!e.stack)try{throw e}catch(r){(0,functionUtils_1.noop)()}return(0,monitor_1.callMonitored)(function(){var t=(0,tracekit_1.computeStackTrace)(e);t.stack=t.stack.slice(2),r=toStackTraceString(t)}),r}function flattenErrorCauses(r,e){for(var t=r,a=[];(null==t?void 0:t.cause)instanceof Error&&a.length<10;){var o=(0,tracekit_1.computeStackTrace)(t.cause);a.push({message:t.cause.message,source:e,type:null==o?void 0:o.name,stack:o&&toStackTraceString(o)}),t=t.cause}return a.length?a:void 0}exports.NO_ERROR_STACK_PRESENT_MESSAGE=\"No stack, consider using an instance of Error\",exports.PROVIDED_ERROR_MESSAGE_PREFIX=\"Provided\",exports.ErrorSource={AGENT:\"agent\",CONSOLE:\"console\",CUSTOM:\"custom\",LOGGER:\"logger\",NETWORK:\"network\",SOURCE:\"source\",REPORT:\"report\"},exports.computeRawError=computeRawError,exports.toStackTraceString=toStackTraceString,exports.getFileFromStackTraceString=getFileFromStackTraceString,exports.formatErrorMessage=formatErrorMessage,exports.createHandlingStack=createHandlingStack,exports.flattenErrorCauses=flattenErrorCauses;\\n}, {\"414\":414,\"427\":427,\"428\":428,\"442\":442,\"443\":443,\"444\":444}];\\nwindow.modules[\"442\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.sanitize=void 0;var display_1=require(419),byteUtils_1=require(434),jsonStringify_1=require(443),SANITIZE_DEFAULT_MAX_CHARACTER_COUNT=220*byteUtils_1.ONE_KIBI_BYTE,JSON_PATH_ROOT_ELEMENT=\"$\",KEY_DECORATION_LENGTH=3;function sanitize(t,r){var e;void 0===r&&(r=SANITIZE_DEFAULT_MAX_CHARACTER_COUNT);var i=(0,jsonStringify_1.detachToJsonMethod)(Object.prototype),n=(0,jsonStringify_1.detachToJsonMethod)(Array.prototype),o=[],a=new WeakMap,s=sanitizeProcessor(t,JSON_PATH_ROOT_ELEMENT,void 0,o,a),c=(null===(e=JSON.stringify(s))||void 0===e?void 0:e.length)||0;if(!(c>r)){for(;o.length>0&&c<r;){var u=o.shift(),f=0;if(Array.isArray(u.source))for(var y=0;y<u.source.length;y++){if(c+=void 0!==(p=sanitizeProcessor(u.source[y],u.path,y,o,a))?JSON.stringify(p).length:4,c+=f,f=1,c>r){warnOverCharacterLimit(r,\"truncated\",t);break}u.target[y]=p}else for(var y in u.source)if(Object.prototype.hasOwnProperty.call(u.source,y)){var p;if(void 0!==(p=sanitizeProcessor(u.source[y],u.path,y,o,a))&&(c+=JSON.stringify(p).length+f+y.length+KEY_DECORATION_LENGTH,f=1),c>r){warnOverCharacterLimit(r,\"truncated\",t);break}u.target[y]=p}}return i(),n(),s}warnOverCharacterLimit(r,\"discarded\",t)}function sanitizeProcessor(t,r,e,i,n){var o=tryToApplyToJSON(t);if(!o||\"object\"!=typeof o)return sanitizePrimitivesAndFunctions(o);var a=sanitizeObjects(o);if(\"[Object]\"!==a&&\"[Array]\"!==a)return a;var s=t;if(n.has(s))return\"[Reference seen at \".concat(n.get(s),\"]\");var c=void 0!==e?\"\".concat(r,\".\").concat(e):r,u=Array.isArray(o)?[]:{};return n.set(s,c),i.push({source:o,target:u,path:c}),u}function sanitizePrimitivesAndFunctions(t){return\"bigint\"==typeof t?\"[BigInt] \".concat(t.toString()):\"function\"==typeof t?\"[Function] \".concat(t.name||\"unknown\"):\"symbol\"==typeof t?\"[Symbol] \".concat(t.description||t.toString()):t}function sanitizeObjects(t){try{if(t instanceof Event)return{isTrusted:t.isTrusted};var r=Object.prototype.toString.call(t).match(/\\\\[object (.*)\\\\]/);if(r&&r[1])return\"[\".concat(r[1],\"]\")}catch(t){}return\"[Unserializable]\"}function tryToApplyToJSON(t){var r=t;if(r&&\"function\"==typeof r.toJSON)try{return r.toJSON()}catch(t){}return t}function warnOverCharacterLimit(t,r,e){display_1.display.warn(\"The data provided has been \".concat(r,\" as it is over the limit of \").concat(t,\" characters:\"),e)}exports.sanitize=sanitize;\\n}, {\"419\":419,\"434\":434,\"443\":443}];\\nwindow.modules[\"443\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.detachToJsonMethod=exports.jsonStringify=void 0;var functionUtils_1=require(428);function jsonStringify(t,o,e){if(\"object\"!=typeof t||null===t)return JSON.stringify(t);var n=detachToJsonMethod(Object.prototype),r=detachToJsonMethod(Array.prototype),i=detachToJsonMethod(Object.getPrototypeOf(t)),s=detachToJsonMethod(t);try{return JSON.stringify(t,o,e)}catch(t){return\"<error: unable to serialize object>\"}finally{n(),r(),i(),s()}}function detachToJsonMethod(t){var o=t,e=o.toJSON;return e?(delete o.toJSON,function(){o.toJSON=e}):functionUtils_1.noop}exports.jsonStringify=jsonStringify,exports.detachToJsonMethod=detachToJsonMethod;\\n}, {\"428\":428}];\\nwindow.modules[\"444\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.startUnhandledErrorCollection=exports.computeStackTrace=void 0;var computeStackTrace_1=require(464);Object.defineProperty(exports,\"computeStackTrace\",{enumerable:!0,get:function(){return computeStackTrace_1.computeStackTrace}});var tracekit_1=require(465);Object.defineProperty(exports,\"startUnhandledErrorCollection\",{enumerable:!0,get:function(){return tracekit_1.startUnhandledErrorCollection}});\\n}, {\"464\":464,\"465\":465}];\\nwindow.modules[\"445\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.trackRuntimeError=void 0;var timeUtils_1=require(421),tracekit_1=require(444),error_1=require(441);function trackRuntimeError(r){return(0,tracekit_1.startUnhandledErrorCollection)(function(t,e){r.notify((0,error_1.computeRawError)({stackTrace:t,originalError:e,startClocks:(0,timeUtils_1.clocksNow)(),nonErrorPrefix:\"Uncaught\",source:error_1.ErrorSource.SOURCE,handling:\"unhandled\"}))})}exports.trackRuntimeError=trackRuntimeError;\\n}, {\"421\":421,\"441\":441,\"444\":444}];\\nwindow.modules[\"446\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.createEventRateLimiter=void 0;var timer_1=require(447),error_1=require(441),timeUtils_1=require(421);function createEventRateLimiter(e,t,r){var i=0,o=!1;return{isLimitReached:function(){if(0===i&&(0,timer_1.setTimeout)(function(){i=0},timeUtils_1.ONE_MINUTE),(i+=1)<=t||o)return o=!1,!1;if(i===t+1){o=!0;try{r({message:\"Reached max number of \".concat(e,\"s by minute: \").concat(t),source:error_1.ErrorSource.AGENT,startClocks:(0,timeUtils_1.clocksNow)()})}finally{o=!1}}return!0}}}exports.createEventRateLimiter=createEventRateLimiter;\\n}, {\"421\":421,\"441\":441,\"447\":447}];\\nwindow.modules[\"447\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.clearInterval=exports.setInterval=exports.clearTimeout=exports.setTimeout=void 0;var getZoneJsOriginalValue_1=require(417),monitor_1=require(414),getGlobalObject_1=require(471);function setTimeout(e,t){return(0,getZoneJsOriginalValue_1.getZoneJsOriginalValue)((0,getGlobalObject_1.getGlobalObject)(),\"setTimeout\")((0,monitor_1.monitor)(e),t)}function clearTimeout(e){(0,getZoneJsOriginalValue_1.getZoneJsOriginalValue)((0,getGlobalObject_1.getGlobalObject)(),\"clearTimeout\")(e)}function setInterval(e,t){return(0,getZoneJsOriginalValue_1.getZoneJsOriginalValue)(window,\"setInterval\")((0,monitor_1.monitor)(e),t)}function clearInterval(e){(0,getZoneJsOriginalValue_1.getZoneJsOriginalValue)(window,\"clearInterval\")(e)}exports.setTimeout=setTimeout,exports.clearTimeout=clearTimeout,exports.setInterval=setInterval,exports.clearInterval=clearInterval;\\n}, {\"414\":414,\"417\":417,\"471\":471}];\\nwindow.modules[\"448\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.initReportObservable=exports.RawReportType=void 0;var error_1=require(441),monitor_1=require(414),observable_1=require(424),addEventListener_1=require(416),polyfills_1=require(415),stringUtils_1=require(420);function initReportObservable(e){var r=[];(0,polyfills_1.includes)(e,exports.RawReportType.cspViolation)&&r.push(createCspViolationReportObservable());var t=e.filter(function(e){return e!==exports.RawReportType.cspViolation});return t.length&&r.push(createReportObservable(t)),observable_1.mergeObservables.apply(void 0,r)}function createReportObservable(e){var r=new observable_1.Observable(function(){if(window.ReportingObserver){var t=(0,monitor_1.monitor)(function(e){return e.forEach(function(e){r.notify(buildRawReportFromReport(e))})}),o=new window.ReportingObserver(t,{types:e,buffered:!0});return o.observe(),function(){o.disconnect()}}});return r}function createCspViolationReportObservable(){var e=new observable_1.Observable(function(){return(0,addEventListener_1.addEventListener)(document,\"securitypolicyviolation\",function(r){e.notify(buildRawReportFromCspViolation(r))}).stop});return e}function buildRawReportFromReport(e){var r=e.type,t=e.body;return{type:r,subtype:t.id,message:\"\".concat(r,\": \").concat(t.message),stack:buildStack(t.id,t.message,t.sourceFile,t.lineNumber,t.columnNumber)}}function buildRawReportFromCspViolation(e){var r=exports.RawReportType.cspViolation,t=\"\\'\".concat(e.blockedURI,\"\\' blocked by \\'\").concat(e.effectiveDirective,\"\\' directive\");return{type:exports.RawReportType.cspViolation,subtype:e.effectiveDirective,message:\"\".concat(r,\": \").concat(t),stack:buildStack(e.effectiveDirective,e.originalPolicy?\"\".concat(t,\\' of the policy \"\\').concat((0,stringUtils_1.safeTruncate)(e.originalPolicy,100,\"...\"),\\'\"\\'):\"no policy\",e.sourceFile,e.lineNumber,e.columnNumber)}}function buildStack(e,r,t,o,i){return t&&(0,error_1.toStackTraceString)({name:e,message:r,stack:[{func:\"?\",url:t,line:o,column:i}]})}exports.RawReportType={intervention:\"intervention\",deprecation:\"deprecation\",cspViolation:\"csp_violation\"},exports.initReportObservable=initReportObservable;\\n}, {\"414\":414,\"415\":415,\"416\":416,\"420\":420,\"424\":424,\"441\":441}];\\nwindow.modules[\"449\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0});\\n}, {}];\\nwindow.modules[\"450\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.tryOldCookiesMigration=exports.LOGS_SESSION_KEY=exports.RUM_SESSION_KEY=exports.OLD_LOGS_COOKIE_NAME=exports.OLD_RUM_COOKIE_NAME=exports.OLD_SESSION_COOKIE_NAME=void 0;var cookie_1=require(418),sessionCookieStore_1=require(451);function tryOldCookiesMigration(o){var e=(0,cookie_1.getCookie)(sessionCookieStore_1.SESSION_COOKIE_NAME),_=(0,cookie_1.getCookie)(exports.OLD_SESSION_COOKIE_NAME),O=(0,cookie_1.getCookie)(exports.OLD_RUM_COOKIE_NAME),r=(0,cookie_1.getCookie)(exports.OLD_LOGS_COOKIE_NAME);if(!e){var s={};_&&(s.id=_),r&&/^[01]$/.test(r)&&(s[exports.LOGS_SESSION_KEY]=r),O&&/^[012]$/.test(O)&&(s[exports.RUM_SESSION_KEY]=O),(0,sessionCookieStore_1.persistSessionCookie)(s,o)}}exports.OLD_SESSION_COOKIE_NAME=\"_dd\",exports.OLD_RUM_COOKIE_NAME=\"_dd_r\",exports.OLD_LOGS_COOKIE_NAME=\"_dd_l\",exports.RUM_SESSION_KEY=\"rum\",exports.LOGS_SESSION_KEY=\"logs\",exports.tryOldCookiesMigration=tryOldCookiesMigration;\\n}, {\"418\":418,\"451\":451}];\\nwindow.modules[\"451\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.deleteSessionCookie=exports.retrieveSessionCookie=exports.toSessionString=exports.persistSessionCookie=exports.withCookieLockAccess=exports.MAX_NUMBER_OF_LOCK_RETRIES=exports.LOCK_RETRY_DELAY=exports.SESSION_COOKIE_NAME=void 0;var cookie_1=require(418),timer_1=require(447),browserDetection_1=require(453),timeUtils_1=require(421),polyfills_1=require(415),objectUtils_1=require(431),stringUtils_1=require(420),sessionConstants_1=require(452),SESSION_ENTRY_REGEXP=/^([a-z]+)=([a-z0-9-]+)$/,SESSION_ENTRY_SEPARATOR=\"&\";exports.SESSION_COOKIE_NAME=\"_dd_s\",exports.LOCK_RETRY_DELAY=10,exports.MAX_NUMBER_OF_LOCK_RETRIES=100;var ongoingOperations,bufferedOperations=[];function withCookieLockAccess(e,o){var i;if(void 0===o&&(o=0),ongoingOperations||(ongoingOperations=e),e===ongoingOperations)if(o>=exports.MAX_NUMBER_OF_LOCK_RETRIES)next();else{var s,t=retrieveSessionCookie();if(isCookieLockEnabled()){if(t.lock)return void retryLater(e,o);if(s=(0,stringUtils_1.generateUUID)(),t.lock=s,setSessionCookie(t,e.options),(t=retrieveSessionCookie()).lock!==s)return void retryLater(e,o)}var r=e.process(t);if(isCookieLockEnabled()&&(t=retrieveSessionCookie()).lock!==s)retryLater(e,o);else{if(r&&persistSessionCookie(r,e.options),isCookieLockEnabled()&&(!r||!isExpiredState(r))){if((t=retrieveSessionCookie()).lock!==s)return void retryLater(e,o);delete t.lock,setSessionCookie(t,e.options),r=t}null===(i=e.after)||void 0===i||i.call(e,r||t),next()}}else bufferedOperations.push(e)}function isCookieLockEnabled(){return(0,browserDetection_1.isChromium)()}function retryLater(e,o){(0,timer_1.setTimeout)(function(){withCookieLockAccess(e,o+1)},exports.LOCK_RETRY_DELAY)}function next(){ongoingOperations=void 0;var e=bufferedOperations.shift();e&&withCookieLockAccess(e)}function persistSessionCookie(e,o){isExpiredState(e)?deleteSessionCookie(o):(e.expire=String((0,timeUtils_1.dateNow)()+sessionConstants_1.SESSION_EXPIRATION_DELAY),setSessionCookie(e,o))}function setSessionCookie(e,o){(0,cookie_1.setCookie)(exports.SESSION_COOKIE_NAME,toSessionString(e),sessionConstants_1.SESSION_EXPIRATION_DELAY,o)}function toSessionString(e){return(0,polyfills_1.objectEntries)(e).map(function(e){var o=e[0],i=e[1];return\"\".concat(o,\"=\").concat(i)}).join(SESSION_ENTRY_SEPARATOR)}function retrieveSessionCookie(){var e=(0,cookie_1.getCookie)(exports.SESSION_COOKIE_NAME),o={};return isValidSessionString(e)&&e.split(SESSION_ENTRY_SEPARATOR).forEach(function(e){var i=SESSION_ENTRY_REGEXP.exec(e);if(null!==i){var s=i[1],t=i[2];o[s]=t}}),o}function deleteSessionCookie(e){(0,cookie_1.deleteCookie)(exports.SESSION_COOKIE_NAME,e)}function isValidSessionString(e){return void 0!==e&&(-1!==e.indexOf(SESSION_ENTRY_SEPARATOR)||SESSION_ENTRY_REGEXP.test(e))}function isExpiredState(e){return(0,objectUtils_1.isEmptyObject)(e)}exports.withCookieLockAccess=withCookieLockAccess,exports.persistSessionCookie=persistSessionCookie,exports.toSessionString=toSessionString,exports.retrieveSessionCookie=retrieveSessionCookie,exports.deleteSessionCookie=deleteSessionCookie;\\n}, {\"415\":415,\"418\":418,\"420\":420,\"421\":421,\"431\":431,\"447\":447,\"452\":452,\"453\":453}];\\nwindow.modules[\"452\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.SESSION_EXPIRATION_DELAY=exports.SESSION_TIME_OUT_DELAY=void 0;var timeUtils_1=require(421);exports.SESSION_TIME_OUT_DELAY=4*timeUtils_1.ONE_HOUR,exports.SESSION_EXPIRATION_DELAY=15*timeUtils_1.ONE_MINUTE;\\n}, {\"421\":421}];\\nwindow.modules[\"453\"] = [function(require,module,exports){\"use strict\";function isIE(){return Boolean(document.documentMode)}function isChromium(){return!!window.chrome||/HeadlessChrome/.test(window.navigator.userAgent)}Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.isChromium=exports.isIE=void 0,exports.isIE=isIE,exports.isChromium=isChromium;\\n}, {}];\\nwindow.modules[\"454\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.stopSessionManager=exports.startSessionManager=exports.VISIBILITY_CHECK_DELAY=void 0;var valueHistory_1=require(455),timeUtils_1=require(421),addEventListener_1=require(416),timer_1=require(447),oldCookiesMigration_1=require(450),sessionStore_1=require(456),sessionConstants_1=require(452);exports.VISIBILITY_CHECK_DELAY=timeUtils_1.ONE_MINUTE;var SESSION_CONTEXT_TIMEOUT_DELAY=sessionConstants_1.SESSION_TIME_OUT_DELAY,stopCallbacks=[];function startSessionManager(e,s,t){(0,oldCookiesMigration_1.tryOldCookiesMigration)(e);var i=(0,sessionStore_1.startSessionStore)(e,s,t);stopCallbacks.push(function(){return i.stop()});var r=new valueHistory_1.ValueHistory(SESSION_CONTEXT_TIMEOUT_DELAY);function n(){return{id:i.getSession().id,trackingType:i.getSession()[s]}}return stopCallbacks.push(function(){return r.stop()}),i.renewObservable.subscribe(function(){r.add(n(),(0,timeUtils_1.relativeNow)())}),i.expireObservable.subscribe(function(){r.closeActive((0,timeUtils_1.relativeNow)())}),i.expandOrRenewSession(),r.add(n(),(0,timeUtils_1.clocksOrigin)().relative),trackActivity(function(){return i.expandOrRenewSession()}),trackVisibility(function(){return i.expandSession()}),{findActiveSession:function(e){return r.find(e)},renewObservable:i.renewObservable,expireObservable:i.expireObservable,expire:i.expire}}function stopSessionManager(){stopCallbacks.forEach(function(e){return e()}),stopCallbacks=[]}function trackActivity(e){var s=(0,addEventListener_1.addEventListeners)(window,[\"click\",\"touchstart\",\"keydown\",\"scroll\"],e,{capture:!0,passive:!0}).stop;stopCallbacks.push(s)}function trackVisibility(e){var s=function(){\"visible\"===document.visibilityState&&e()},t=(0,addEventListener_1.addEventListener)(document,\"visibilitychange\",s).stop;stopCallbacks.push(t);var i=(0,timer_1.setInterval)(s,exports.VISIBILITY_CHECK_DELAY);stopCallbacks.push(function(){(0,timer_1.clearInterval)(i)})}exports.startSessionManager=startSessionManager,exports.stopSessionManager=stopSessionManager;\\n}, {\"416\":416,\"421\":421,\"447\":447,\"450\":450,\"452\":452,\"455\":455,\"456\":456}];\\nwindow.modules[\"455\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.ValueHistory=exports.CLEAR_OLD_VALUES_INTERVAL=void 0;var timer_1=require(447),timeUtils_1=require(421),END_OF_TIMES=1/0;exports.CLEAR_OLD_VALUES_INTERVAL=timeUtils_1.ONE_MINUTE;var ValueHistory=function(){function e(e){var t=this;this.expireDelay=e,this.entries=[],this.clearOldValuesInterval=(0,timer_1.setInterval)(function(){return t.clearOldValues()},exports.CLEAR_OLD_VALUES_INTERVAL)}return e.prototype.add=function(e,t){var i=this,r={value:e,startTime:t,endTime:END_OF_TIMES,remove:function(){var e=i.entries.indexOf(r);e>=0&&i.entries.splice(e,1)},close:function(e){r.endTime=e}};return this.entries.unshift(r),r},e.prototype.find=function(e){void 0===e&&(e=END_OF_TIMES);for(var t=0,i=this.entries;t<i.length;t++){var r=i[t];if(r.startTime<=e){if(e<=r.endTime)return r.value;break}}},e.prototype.closeActive=function(e){var t=this.entries[0];t&&t.endTime===END_OF_TIMES&&t.close(e)},e.prototype.findAll=function(e){return void 0===e&&(e=END_OF_TIMES),this.entries.filter(function(t){return t.startTime<=e&&e<=t.endTime}).map(function(e){return e.value})},e.prototype.reset=function(){this.entries=[]},e.prototype.stop=function(){(0,timer_1.clearInterval)(this.clearOldValuesInterval)},e.prototype.clearOldValues=function(){for(var e=(0,timeUtils_1.relativeNow)()-this.expireDelay;this.entries.length>0&&this.entries[this.entries.length-1].endTime<e;)this.entries.pop()},e}();exports.ValueHistory=ValueHistory;\\n}, {\"421\":421,\"447\":447}];\\nwindow.modules[\"456\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.startSessionStore=void 0;var cookie_1=require(418),timer_1=require(447),observable_1=require(424),timeUtils_1=require(421),functionUtils_1=require(428),stringUtils_1=require(420),sessionConstants_1=require(452),sessionCookieStore_1=require(451);function startSessionStore(e,o,t){var i=new observable_1.Observable,s=new observable_1.Observable,r=(0,timer_1.setInterval)(function(){(0,sessionCookieStore_1.withCookieLockAccess)({options:e,process:function(e){return a(e)?void 0:{}},after:u})},cookie_1.COOKIE_ACCESS_DELAY),n=function(){var e=(0,sessionCookieStore_1.retrieveSessionCookie)();if(a(e))return e;return{}}();function u(e){return a(e)||(e={}),c()&&(!function(e){return n.id!==e.id||n[o]!==e[o]}(e)?n=e:(n={},s.notify())),e}function c(){return void 0!==n[o]}function a(e){return(void 0===e.created||(0,timeUtils_1.dateNow)()-Number(e.created)<sessionConstants_1.SESSION_TIME_OUT_DELAY)&&(void 0===e.expire||(0,timeUtils_1.dateNow)()<Number(e.expire))}return{expandOrRenewSession:(0,functionUtils_1.throttle)(function(){var s;(0,sessionCookieStore_1.withCookieLockAccess)({options:e,process:function(e){var i=u(e);return s=function(e){var i=t(e[o]),s=i.trackingType,r=i.isTracked;return e[o]=s,r&&!e.id&&(e.id=(0,stringUtils_1.generateUUID)(),e.created=String((0,timeUtils_1.dateNow)())),r}(i),i},after:function(e){s&&!c()&&function(e){n=e,i.notify()}(e),n=e}})},cookie_1.COOKIE_ACCESS_DELAY).throttled,expandSession:function(){(0,sessionCookieStore_1.withCookieLockAccess)({options:e,process:function(e){return c()?u(e):void 0}})},getSession:function(){return n},renewObservable:i,expireObservable:s,expire:function(){(0,sessionCookieStore_1.deleteSessionCookie)(e),u({})},stop:function(){(0,timer_1.clearInterval)(r)}}}exports.startSessionStore=startSessionStore;\\n}, {\"418\":418,\"420\":420,\"421\":421,\"424\":424,\"428\":428,\"447\":447,\"451\":451,\"452\":452}];\\nwindow.modules[\"457\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.getSyntheticsResultId=exports.getSyntheticsTestId=exports.willSyntheticsInjectRum=exports.SYNTHETICS_INJECTS_RUM_COOKIE_NAME=exports.SYNTHETICS_RESULT_ID_COOKIE_NAME=exports.SYNTHETICS_TEST_ID_COOKIE_NAME=void 0;var cookie_1=require(418);function willSyntheticsInjectRum(){return Boolean(window._DATADOG_SYNTHETICS_INJECTS_RUM||(0,cookie_1.getCookie)(exports.SYNTHETICS_INJECTS_RUM_COOKIE_NAME))}function getSyntheticsTestId(){var t=window._DATADOG_SYNTHETICS_PUBLIC_ID||(0,cookie_1.getCookie)(exports.SYNTHETICS_TEST_ID_COOKIE_NAME);return\"string\"==typeof t?t:void 0}function getSyntheticsResultId(){var t=window._DATADOG_SYNTHETICS_RESULT_ID||(0,cookie_1.getCookie)(exports.SYNTHETICS_RESULT_ID_COOKIE_NAME);return\"string\"==typeof t?t:void 0}exports.SYNTHETICS_TEST_ID_COOKIE_NAME=\"datadog-synthetics-public-id\",exports.SYNTHETICS_RESULT_ID_COOKIE_NAME=\"datadog-synthetics-result-id\",exports.SYNTHETICS_INJECTS_RUM_COOKIE_NAME=\"datadog-synthetics-injects-rum\",exports.willSyntheticsInjectRum=willSyntheticsInjectRum,exports.getSyntheticsTestId=getSyntheticsTestId,exports.getSyntheticsResultId=getSyntheticsResultId;\\n}, {\"418\":418}];\\nwindow.modules[\"458\"] = [function(require,module,exports){\"use strict\";var __createBinding=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r);var o=Object.getOwnPropertyDescriptor(t,r);o&&(\"get\"in o?t.__esModule:!o.writable&&!o.configurable)||(o={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,o)}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),__exportStar=this&&this.__exportStar||function(e,t){for(var r in e)\"default\"===r||Object.prototype.hasOwnProperty.call(t,r)||__createBinding(t,e,r)};Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.addTelemetryConfiguration=exports.isTelemetryReplicationAllowed=exports.startTelemetry=exports.resetTelemetry=exports.startFakeTelemetry=exports.addTelemetryError=exports.addTelemetryDebug=void 0;var telemetry_1=require(461);Object.defineProperty(exports,\"addTelemetryDebug\",{enumerable:!0,get:function(){return telemetry_1.addTelemetryDebug}}),Object.defineProperty(exports,\"addTelemetryError\",{enumerable:!0,get:function(){return telemetry_1.addTelemetryError}}),Object.defineProperty(exports,\"startFakeTelemetry\",{enumerable:!0,get:function(){return telemetry_1.startFakeTelemetry}}),Object.defineProperty(exports,\"resetTelemetry\",{enumerable:!0,get:function(){return telemetry_1.resetTelemetry}}),Object.defineProperty(exports,\"startTelemetry\",{enumerable:!0,get:function(){return telemetry_1.startTelemetry}}),Object.defineProperty(exports,\"isTelemetryReplicationAllowed\",{enumerable:!0,get:function(){return telemetry_1.isTelemetryReplicationAllowed}}),Object.defineProperty(exports,\"addTelemetryConfiguration\",{enumerable:!0,get:function(){return telemetry_1.addTelemetryConfiguration}}),__exportStar(require(459),exports),__exportStar(require(460),exports);\\n}, {\"459\":459,\"460\":460,\"461\":461}];\\nwindow.modules[\"459\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.TelemetryType=void 0,exports.TelemetryType={log:\"log\",configuration:\"configuration\"};\\n}, {}];\\nwindow.modules[\"460\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0});\\n}, {}];\\nwindow.modules[\"461\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.scrubCustomerFrames=exports.formatError=exports.addTelemetryConfiguration=exports.addTelemetryError=exports.addTelemetryDebug=exports.isTelemetryReplicationAllowed=exports.resetTelemetry=exports.startFakeTelemetry=exports.startTelemetry=void 0;var onRawTelemetryEventCollected,display_1=require(419),error_1=require(441),experimentalFeatures_1=require(427),configuration_1=require(438),tracekit_1=require(444),observable_1=require(424),timeUtils_1=require(421),monitor_1=require(414),sendToExtension_1=require(462),polyfills_1=require(415),numberUtils_1=require(433),jsonStringify_1=require(443),mergeInto_1=require(463),rawTelemetryEvent_types_1=require(459),ALLOWED_FRAME_URLS=[\"https://www.datadoghq-browser-agent.com\",\"https://www.datad0g-browser-agent.com\",\"http://localhost\",\"<anonymous>\"],TELEMETRY_EXCLUDED_SITES=[configuration_1.INTAKE_SITE_US1_FED],telemetryConfiguration={maxEventsPerPage:0,sentEventCount:0,telemetryEnabled:!1,telemetryConfigurationEnabled:!1};function startTelemetry(e,t){var r,o=new observable_1.Observable;return telemetryConfiguration.telemetryEnabled=!(0,polyfills_1.includes)(TELEMETRY_EXCLUDED_SITES,t.site)&&(0,numberUtils_1.performDraw)(t.telemetrySampleRate),telemetryConfiguration.telemetryConfigurationEnabled=telemetryConfiguration.telemetryEnabled&&(0,numberUtils_1.performDraw)(t.telemetryConfigurationSampleRate),onRawTelemetryEventCollected=function(t){if(telemetryConfiguration.telemetryEnabled){var n=function(e,t){return(0,mergeInto_1.combine)({type:\"telemetry\",date:(0,timeUtils_1.timeStampNow)(),service:e,version:\"4.39.0\",source:\"browser\",_dd:{format_version:2},telemetry:t,experimental_features:(0,polyfills_1.arrayFrom)((0,experimentalFeatures_1.getExperimentalFeatures)())},void 0!==r?r():{})}(e,t);o.notify(n),(0,sendToExtension_1.sendToExtension)(\"telemetry\",n)}},(0,monitor_1.startMonitorErrorCollection)(addTelemetryError),(0,polyfills_1.assign)(telemetryConfiguration,{maxEventsPerPage:t.maxTelemetryEventsPerPage,sentEventCount:0}),{setContextProvider:function(e){r=e},observable:o,enabled:telemetryConfiguration.telemetryEnabled}}function startFakeTelemetry(){var e=[];return(0,polyfills_1.assign)(telemetryConfiguration,{maxEventsPerPage:1/0,sentEventCount:0}),onRawTelemetryEventCollected=function(t){e.push(t)},e}function resetTelemetry(){onRawTelemetryEventCollected=void 0}function isTelemetryReplicationAllowed(e){return e.site===configuration_1.INTAKE_SITE_STAGING}function addTelemetryDebug(e,t){(0,monitor_1.displayIfDebugEnabled)(display_1.ConsoleApiName.debug,e,t),addTelemetry((0,polyfills_1.assign)({type:rawTelemetryEvent_types_1.TelemetryType.log,message:e,status:\"debug\"},t))}function addTelemetryError(e){addTelemetry((0,polyfills_1.assign)({type:rawTelemetryEvent_types_1.TelemetryType.log,status:\"error\"},formatError(e)))}function addTelemetryConfiguration(e){telemetryConfiguration.telemetryConfigurationEnabled&&addTelemetry({type:rawTelemetryEvent_types_1.TelemetryType.configuration,configuration:e})}function addTelemetry(e){onRawTelemetryEventCollected&&telemetryConfiguration.sentEventCount<telemetryConfiguration.maxEventsPerPage&&(telemetryConfiguration.sentEventCount+=1,onRawTelemetryEventCollected(e))}function formatError(e){if(e instanceof Error){var t=(0,tracekit_1.computeStackTrace)(e);return{error:{kind:t.name,stack:(0,error_1.toStackTraceString)(scrubCustomerFrames(t))},message:t.message}}return{error:{stack:\"Not an instance of error\"},message:\"Uncaught \".concat((0,jsonStringify_1.jsonStringify)(e))}}function scrubCustomerFrames(e){return e.stack=e.stack.filter(function(e){return!e.url||ALLOWED_FRAME_URLS.some(function(t){return(0,polyfills_1.startsWith)(e.url,t)})}),e}exports.startTelemetry=startTelemetry,exports.startFakeTelemetry=startFakeTelemetry,exports.resetTelemetry=resetTelemetry,exports.isTelemetryReplicationAllowed=isTelemetryReplicationAllowed,exports.addTelemetryDebug=addTelemetryDebug,exports.addTelemetryError=addTelemetryError,exports.addTelemetryConfiguration=addTelemetryConfiguration,exports.formatError=formatError,exports.scrubCustomerFrames=scrubCustomerFrames;\\n}, {\"414\":414,\"415\":415,\"419\":419,\"421\":421,\"424\":424,\"427\":427,\"433\":433,\"438\":438,\"441\":441,\"443\":443,\"444\":444,\"459\":459,\"462\":462,\"463\":463}];\\nwindow.modules[\"462\"] = [function(require,module,exports){\"use strict\";function sendToExtension(e,o){var n=window.__ddBrowserSdkExtensionCallback;n&&n({type:e,payload:o})}Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.sendToExtension=void 0,exports.sendToExtension=sendToExtension;\\n}, {}];\\nwindow.modules[\"463\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.combine=exports.deepClone=exports.mergeInto=void 0;var typeUtils_1=require(469);function mergeInto(e,r,n){if(void 0===n&&(n=createCircularReferenceChecker()),void 0===r)return e;if(\"object\"!=typeof r||null===r)return r;if(r instanceof Date)return new Date(r.getTime());if(r instanceof RegExp){var t=r.flags||[r.global?\"g\":\"\",r.ignoreCase?\"i\":\"\",r.multiline?\"m\":\"\",r.sticky?\"y\":\"\",r.unicode?\"u\":\"\"].join(\"\");return new RegExp(r.source,t)}if(!n.hasAlreadyBeenSeen(r)){if(Array.isArray(r)){for(var o=Array.isArray(e)?e:[],i=0;i<r.length;++i)o[i]=mergeInto(o[i],r[i],n);return o}var a=\"object\"===(0,typeUtils_1.getType)(e)?e:{};for(var u in r)Object.prototype.hasOwnProperty.call(r,u)&&(a[u]=mergeInto(a[u],r[u],n));return a}}function deepClone(e){return mergeInto(void 0,e)}function combine(){for(var e,r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];for(var t=0,o=r;t<o.length;t++){var i=o[t];null!=i&&(e=mergeInto(e,i))}return e}function createCircularReferenceChecker(){if(\"undefined\"!=typeof WeakSet){var e=new WeakSet;return{hasAlreadyBeenSeen:function(r){var n=e.has(r);return n||e.add(r),n}}}var r=[];return{hasAlreadyBeenSeen:function(e){var n=r.indexOf(e)>=0;return n||r.push(e),n}}}exports.mergeInto=mergeInto,exports.deepClone=deepClone,exports.combine=combine;\\n}, {\"469\":469}];\\nwindow.modules[\"464\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.computeStackTrace=void 0;var polyfills_1=require(415),UNKNOWN_FUNCTION=\"?\";function computeStackTrace(e){var i=[],n=tryToGetString(e,\"stack\"),o=String(e);return n&&(0,polyfills_1.startsWith)(n,o)&&(n=n.slice(o.length)),n&&n.split(\"\\\\n\").forEach(function(e){var n=parseChromeLine(e)||parseChromeAnonymousLine(e)||parseWinLine(e)||parseGeckoLine(e);n&&(!n.func&&n.line&&(n.func=UNKNOWN_FUNCTION),i.push(n))}),{message:tryToGetString(e,\"message\"),name:tryToGetString(e,\"name\"),stack:i}}exports.computeStackTrace=computeStackTrace;var fileUrl=\"((?:file|https?|blob|chrome-extension|native|eval|webpack|snippet|<anonymous>|\\\\\\\\w+\\\\\\\\.|\\\\\\\\/).*?)\",filePosition=\"(?::(\\\\\\\\d+))\",CHROME_LINE_RE=new RegExp(\"^\\\\\\\\s*at (.*?) ?\\\\\\\\(\".concat(fileUrl).concat(filePosition,\"?\").concat(filePosition,\"?\\\\\\\\)?\\\\\\\\s*$\"),\"i\"),CHROME_EVAL_RE=new RegExp(\"\\\\\\\\((\\\\\\\\S*)\".concat(filePosition).concat(filePosition,\"\\\\\\\\)\"));function parseChromeLine(e){var i=CHROME_LINE_RE.exec(e);if(i){var n=i[2]&&0===i[2].indexOf(\"native\"),o=i[2]&&0===i[2].indexOf(\"eval\"),t=CHROME_EVAL_RE.exec(i[2]);return o&&t&&(i[2]=t[1],i[3]=t[2],i[4]=t[3]),{args:n?[i[2]]:[],column:i[4]?+i[4]:void 0,func:i[1]||UNKNOWN_FUNCTION,line:i[3]?+i[3]:void 0,url:n?void 0:i[2]}}}var CHROME_ANONYMOUS_FUNCTION_RE=new RegExp(\"^\\\\\\\\s*at ?\".concat(fileUrl).concat(filePosition,\"?\").concat(filePosition,\"??\\\\\\\\s*$\"),\"i\");function parseChromeAnonymousLine(e){var i=CHROME_ANONYMOUS_FUNCTION_RE.exec(e);if(i)return{args:[],column:i[3]?+i[3]:void 0,func:UNKNOWN_FUNCTION,line:i[2]?+i[2]:void 0,url:i[1]}}var WINJS_LINE_RE=/^\\\\s*at (?:((?:\\\\[object object\\\\])?.+) )?\\\\(?((?:file|ms-appx|https?|webpack|blob):.*?):(\\\\d+)(?::(\\\\d+))?\\\\)?\\\\s*$/i;function parseWinLine(e){var i=WINJS_LINE_RE.exec(e);if(i)return{args:[],column:i[4]?+i[4]:void 0,func:i[1]||UNKNOWN_FUNCTION,line:+i[3],url:i[2]}}var GECKO_LINE_RE=/^\\\\s*(.*?)(?:\\\\((.*?)\\\\))?(?:^|@)((?:file|https?|blob|chrome|webpack|resource|capacitor|\\\\[native).*?|[^@]*bundle)(?::(\\\\d+))?(?::(\\\\d+))?\\\\s*$/i,GECKO_EVAL_RE=/(\\\\S+) line (\\\\d+)(?: > eval line \\\\d+)* > eval/i;function parseGeckoLine(e){var i=GECKO_LINE_RE.exec(e);if(i){var n=i[3]&&i[3].indexOf(\" > eval\")>-1,o=GECKO_EVAL_RE.exec(i[3]);return n&&o&&(i[3]=o[1],i[4]=o[2],i[5]=void 0),{args:i[2]?i[2].split(\",\"):[],column:i[5]?+i[5]:void 0,func:i[1]||UNKNOWN_FUNCTION,line:i[4]?+i[4]:void 0,url:i[3]}}}function tryToGetString(e,i){if(\"object\"==typeof e&&e&&i in e){var n=e[i];return\"string\"==typeof n?n:void 0}}\\n}, {\"415\":415}];\\nwindow.modules[\"465\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.startUnhandledErrorCollection=void 0;var instrumentMethod_1=require(423),computeStackTrace_1=require(464),ERROR_TYPES_RE=/^(?:[Uu]ncaught (?:exception: )?)?(?:((?:Eval|Internal|Range|Reference|Syntax|Type|URI|)Error): )?(.*)$/;function startUnhandledErrorCollection(e){var t=instrumentOnError(e).stop,n=instrumentUnhandledRejection(e).stop;return{stop:function(){t(),n()}}}function instrumentOnError(e){return(0,instrumentMethod_1.instrumentMethodAndCallOriginal)(window,\"onerror\",{before:function(t,n,r,o,a){var i;if(a)i=(0,computeStackTrace_1.computeStackTrace)(a),e(i,a);else{var c,u={url:n,column:o,line:r},l=t;if(\"[object String]\"==={}.toString.call(t)){var s=ERROR_TYPES_RE.exec(l);s&&(c=s[1],l=s[2])}e(i={name:c,message:\"string\"==typeof l?l:void 0,stack:[u]},t)}}})}function instrumentUnhandledRejection(e){return(0,instrumentMethod_1.instrumentMethodAndCallOriginal)(window,\"onunhandledrejection\",{before:function(t){var n=t.reason||\"Empty reason\",r=(0,computeStackTrace_1.computeStackTrace)(n);e(r,n)}})}exports.startUnhandledErrorCollection=startUnhandledErrorCollection;\\n}, {\"423\":423,\"464\":464}];\\nwindow.modules[\"466\"] = [function(require,module,exports){\"use strict\";var __createBinding=this&&this.__createBinding||(Object.create?function(e,t,r,i){void 0===i&&(i=r);var o=Object.getOwnPropertyDescriptor(t,r);o&&(\"get\"in o?t.__esModule:!o.writable&&!o.configurable)||(o={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,i,o)}:function(e,t,r,i){void 0===i&&(i=r),e[i]=t[r]}),__exportStar=this&&this.__exportStar||function(e,t){for(var r in e)\"default\"===r||Object.prototype.hasOwnProperty.call(t,r)||__createBinding(t,e,r)};Object.defineProperty(exports,\"__esModule\",{value:!0}),__exportStar(require(467),exports),__exportStar(require(468),exports);\\n}, {\"467\":467,\"468\":468}];\\nwindow.modules[\"467\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0});\\n}, {}];\\nwindow.modules[\"468\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.checkUser=exports.sanitizeUser=void 0;var display_1=require(419),typeUtils_1=require(469),polyfills_1=require(415);function sanitizeUser(e){var s=(0,polyfills_1.assign)({},e);return[\"id\",\"name\",\"email\"].forEach(function(e){e in s&&(s[e]=String(s[e]))}),s}function checkUser(e){var s=\"object\"===(0,typeUtils_1.getType)(e);return s||display_1.display.error(\"Unsupported user:\",e),s}exports.sanitizeUser=sanitizeUser,exports.checkUser=checkUser;\\n}, {\"415\":415,\"419\":419,\"469\":469}];\\nwindow.modules[\"469\"] = [function(require,module,exports){\"use strict\";function getType(e){return null===e?\"null\":Array.isArray(e)?\"array\":typeof e}Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.getType=void 0,exports.getType=getType;\\n}, {}];\\nwindow.modules[\"470\"] = [function(require,module,exports){\"use strict\";var __createBinding=this&&this.__createBinding||(Object.create?function(e,r,t,o){void 0===o&&(o=t);var n=Object.getOwnPropertyDescriptor(r,t);n&&(\"get\"in n?r.__esModule:!n.writable&&!n.configurable)||(n={enumerable:!0,get:function(){return r[t]}}),Object.defineProperty(e,o,n)}:function(e,r,t,o){void 0===o&&(o=t),e[o]=r[t]}),__exportStar=this&&this.__exportStar||function(e,r){for(var t in e)\"default\"===t||Object.prototype.hasOwnProperty.call(r,t)||__createBinding(r,e,t)};Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.createHandlingStack=exports.computeRawError=exports.ErrorSource=exports.instrumentSetter=exports.instrumentMethodAndCallOriginal=exports.instrumentMethod=exports.getZoneJsOriginalValue=exports.runOnReadyState=exports.sendToExtension=exports.createFlushController=exports.startBatchWithReplica=exports.getEventBridge=exports.canUseEventBridge=exports.Batch=exports.createHttpRequest=exports.SESSION_TIME_OUT_DELAY=exports.stopSessionManager=exports.startSessionManager=exports.Observable=exports.setDebugMode=exports.callMonitored=exports.monitor=exports.monitored=exports.addTelemetryConfiguration=exports.isTelemetryReplicationAllowed=exports.resetTelemetry=exports.startFakeTelemetry=exports.addTelemetryError=exports.addTelemetryDebug=exports.startTelemetry=exports.RawReportType=exports.initReportObservable=exports.makePublicApi=exports.defineGlobal=exports.computeStackTrace=exports.trackRuntimeError=exports.ExperimentalFeature=exports.getExperimentalFeatures=exports.resetExperimentalFeatures=exports.addExperimentalFeatures=exports.isExperimentalFeatureEnabled=exports.INTAKE_SITE_EU1=exports.INTAKE_SITE_US1_FED=exports.INTAKE_SITE_US1=exports.INTAKE_SITE_STAGING=exports.INTAKE_SITE_AP1=exports.serializeConfiguration=exports.DefaultPrivacyLevel=exports.validateAndBuildConfiguration=exports.buildCookieOptions=void 0,exports.sanitizeUser=exports.checkUser=exports.getSyntheticsResultId=exports.getSyntheticsTestId=exports.willSyntheticsInjectRum=exports.SESSION_COOKIE_NAME=exports.readBytesFromStream=exports.CLEAR_OLD_VALUES_INTERVAL=exports.ValueHistory=exports.CUSTOMER_DATA_BYTES_LIMIT=exports.warnIfCustomerDataLimitReached=exports.createContextManager=exports.catchUserErrors=exports.BoundedBuffer=exports.initConsoleObservable=exports.isPageExitReason=exports.PageExitReason=exports.createPageExitObservable=exports.initFetchObservable=exports.initXhrObservable=exports.COOKIE_ACCESS_DELAY=exports.deleteCookie=exports.setCookie=exports.getCookie=exports.areCookiesAuthorized=exports.PROVIDED_ERROR_MESSAGE_PREFIX=exports.NO_ERROR_STACK_PRESENT_MESSAGE=exports.getFileFromStackTraceString=exports.toStackTraceString=void 0;var configuration_1=require(438);Object.defineProperty(exports,\"buildCookieOptions\",{enumerable:!0,get:function(){return configuration_1.buildCookieOptions}}),Object.defineProperty(exports,\"validateAndBuildConfiguration\",{enumerable:!0,get:function(){return configuration_1.validateAndBuildConfiguration}}),Object.defineProperty(exports,\"DefaultPrivacyLevel\",{enumerable:!0,get:function(){return configuration_1.DefaultPrivacyLevel}}),Object.defineProperty(exports,\"serializeConfiguration\",{enumerable:!0,get:function(){return configuration_1.serializeConfiguration}}),Object.defineProperty(exports,\"INTAKE_SITE_AP1\",{enumerable:!0,get:function(){return configuration_1.INTAKE_SITE_AP1}}),Object.defineProperty(exports,\"INTAKE_SITE_STAGING\",{enumerable:!0,get:function(){return configuration_1.INTAKE_SITE_STAGING}}),Object.defineProperty(exports,\"INTAKE_SITE_US1\",{enumerable:!0,get:function(){return configuration_1.INTAKE_SITE_US1}}),Object.defineProperty(exports,\"INTAKE_SITE_US1_FED\",{enumerable:!0,get:function(){return configuration_1.INTAKE_SITE_US1_FED}}),Object.defineProperty(exports,\"INTAKE_SITE_EU1\",{enumerable:!0,get:function(){return configuration_1.INTAKE_SITE_EU1}});var experimentalFeatures_1=require(427);Object.defineProperty(exports,\"isExperimentalFeatureEnabled\",{enumerable:!0,get:function(){return experimentalFeatures_1.isExperimentalFeatureEnabled}}),Object.defineProperty(exports,\"addExperimentalFeatures\",{enumerable:!0,get:function(){return experimentalFeatures_1.addExperimentalFeatures}}),Object.defineProperty(exports,\"resetExperimentalFeatures\",{enumerable:!0,get:function(){return experimentalFeatures_1.resetExperimentalFeatures}}),Object.defineProperty(exports,\"getExperimentalFeatures\",{enumerable:!0,get:function(){return experimentalFeatures_1.getExperimentalFeatures}}),Object.defineProperty(exports,\"ExperimentalFeature\",{enumerable:!0,get:function(){return experimentalFeatures_1.ExperimentalFeature}});var trackRuntimeError_1=require(445);Object.defineProperty(exports,\"trackRuntimeError\",{enumerable:!0,get:function(){return trackRuntimeError_1.trackRuntimeError}});var tracekit_1=require(444);Object.defineProperty(exports,\"computeStackTrace\",{enumerable:!0,get:function(){return tracekit_1.computeStackTrace}});var init_1=require(412);Object.defineProperty(exports,\"defineGlobal\",{enumerable:!0,get:function(){return init_1.defineGlobal}}),Object.defineProperty(exports,\"makePublicApi\",{enumerable:!0,get:function(){return init_1.makePublicApi}});var reportObservable_1=require(448);Object.defineProperty(exports,\"initReportObservable\",{enumerable:!0,get:function(){return reportObservable_1.initReportObservable}}),Object.defineProperty(exports,\"RawReportType\",{enumerable:!0,get:function(){return reportObservable_1.RawReportType}});var telemetry_1=require(458);Object.defineProperty(exports,\"startTelemetry\",{enumerable:!0,get:function(){return telemetry_1.startTelemetry}}),Object.defineProperty(exports,\"addTelemetryDebug\",{enumerable:!0,get:function(){return telemetry_1.addTelemetryDebug}}),Object.defineProperty(exports,\"addTelemetryError\",{enumerable:!0,get:function(){return telemetry_1.addTelemetryError}}),Object.defineProperty(exports,\"startFakeTelemetry\",{enumerable:!0,get:function(){return telemetry_1.startFakeTelemetry}}),Object.defineProperty(exports,\"resetTelemetry\",{enumerable:!0,get:function(){return telemetry_1.resetTelemetry}}),Object.defineProperty(exports,\"isTelemetryReplicationAllowed\",{enumerable:!0,get:function(){return telemetry_1.isTelemetryReplicationAllowed}}),Object.defineProperty(exports,\"addTelemetryConfiguration\",{enumerable:!0,get:function(){return telemetry_1.addTelemetryConfiguration}});var monitor_1=require(414);Object.defineProperty(exports,\"monitored\",{enumerable:!0,get:function(){return monitor_1.monitored}}),Object.defineProperty(exports,\"monitor\",{enumerable:!0,get:function(){return monitor_1.monitor}}),Object.defineProperty(exports,\"callMonitored\",{enumerable:!0,get:function(){return monitor_1.callMonitored}}),Object.defineProperty(exports,\"setDebugMode\",{enumerable:!0,get:function(){return monitor_1.setDebugMode}});var observable_1=require(424);Object.defineProperty(exports,\"Observable\",{enumerable:!0,get:function(){return observable_1.Observable}});var sessionManager_1=require(454);Object.defineProperty(exports,\"startSessionManager\",{enumerable:!0,get:function(){return sessionManager_1.startSessionManager}}),Object.defineProperty(exports,\"stopSessionManager\",{enumerable:!0,get:function(){return sessionManager_1.stopSessionManager}});var sessionConstants_1=require(452);Object.defineProperty(exports,\"SESSION_TIME_OUT_DELAY\",{enumerable:!0,get:function(){return sessionConstants_1.SESSION_TIME_OUT_DELAY}});var transport_1=require(479);Object.defineProperty(exports,\"createHttpRequest\",{enumerable:!0,get:function(){return transport_1.createHttpRequest}}),Object.defineProperty(exports,\"Batch\",{enumerable:!0,get:function(){return transport_1.Batch}}),Object.defineProperty(exports,\"canUseEventBridge\",{enumerable:!0,get:function(){return transport_1.canUseEventBridge}}),Object.defineProperty(exports,\"getEventBridge\",{enumerable:!0,get:function(){return transport_1.getEventBridge}}),Object.defineProperty(exports,\"startBatchWithReplica\",{enumerable:!0,get:function(){return transport_1.startBatchWithReplica}}),Object.defineProperty(exports,\"createFlushController\",{enumerable:!0,get:function(){return transport_1.createFlushController}}),__exportStar(require(419),exports),__exportStar(require(425),exports),__exportStar(require(421),exports),__exportStar(require(476),exports),__exportStar(require(442),exports),__exportStar(require(471),exports),__exportStar(require(446),exports),__exportStar(require(453),exports);var sendToExtension_1=require(462);Object.defineProperty(exports,\"sendToExtension\",{enumerable:!0,get:function(){return sendToExtension_1.sendToExtension}});var runOnReadyState_1=require(429);Object.defineProperty(exports,\"runOnReadyState\",{enumerable:!0,get:function(){return runOnReadyState_1.runOnReadyState}});var getZoneJsOriginalValue_1=require(417);Object.defineProperty(exports,\"getZoneJsOriginalValue\",{enumerable:!0,get:function(){return getZoneJsOriginalValue_1.getZoneJsOriginalValue}});var instrumentMethod_1=require(423);Object.defineProperty(exports,\"instrumentMethod\",{enumerable:!0,get:function(){return instrumentMethod_1.instrumentMethod}}),Object.defineProperty(exports,\"instrumentMethodAndCallOriginal\",{enumerable:!0,get:function(){return instrumentMethod_1.instrumentMethodAndCallOriginal}}),Object.defineProperty(exports,\"instrumentSetter\",{enumerable:!0,get:function(){return instrumentMethod_1.instrumentSetter}});var error_1=require(441);Object.defineProperty(exports,\"ErrorSource\",{enumerable:!0,get:function(){return error_1.ErrorSource}}),Object.defineProperty(exports,\"computeRawError\",{enumerable:!0,get:function(){return error_1.computeRawError}}),Object.defineProperty(exports,\"createHandlingStack\",{enumerable:!0,get:function(){return error_1.createHandlingStack}}),Object.defineProperty(exports,\"toStackTraceString\",{enumerable:!0,get:function(){return error_1.toStackTraceString}}),Object.defineProperty(exports,\"getFileFromStackTraceString\",{enumerable:!0,get:function(){return error_1.getFileFromStackTraceString}}),Object.defineProperty(exports,\"NO_ERROR_STACK_PRESENT_MESSAGE\",{enumerable:!0,get:function(){return error_1.NO_ERROR_STACK_PRESENT_MESSAGE}}),Object.defineProperty(exports,\"PROVIDED_ERROR_MESSAGE_PREFIX\",{enumerable:!0,get:function(){return error_1.PROVIDED_ERROR_MESSAGE_PREFIX}});var cookie_1=require(418);Object.defineProperty(exports,\"areCookiesAuthorized\",{enumerable:!0,get:function(){return cookie_1.areCookiesAuthorized}}),Object.defineProperty(exports,\"getCookie\",{enumerable:!0,get:function(){return cookie_1.getCookie}}),Object.defineProperty(exports,\"setCookie\",{enumerable:!0,get:function(){return cookie_1.setCookie}}),Object.defineProperty(exports,\"deleteCookie\",{enumerable:!0,get:function(){return cookie_1.deleteCookie}}),Object.defineProperty(exports,\"COOKIE_ACCESS_DELAY\",{enumerable:!0,get:function(){return cookie_1.COOKIE_ACCESS_DELAY}});var xhrObservable_1=require(430);Object.defineProperty(exports,\"initXhrObservable\",{enumerable:!0,get:function(){return xhrObservable_1.initXhrObservable}});var fetchObservable_1=require(422);Object.defineProperty(exports,\"initFetchObservable\",{enumerable:!0,get:function(){return fetchObservable_1.initFetchObservable}});var pageExitObservable_1=require(426);Object.defineProperty(exports,\"createPageExitObservable\",{enumerable:!0,get:function(){return pageExitObservable_1.createPageExitObservable}}),Object.defineProperty(exports,\"PageExitReason\",{enumerable:!0,get:function(){return pageExitObservable_1.PageExitReason}}),Object.defineProperty(exports,\"isPageExitReason\",{enumerable:!0,get:function(){return pageExitObservable_1.isPageExitReason}}),__exportStar(require(416),exports),__exportStar(require(447),exports);var consoleObservable_1=require(440);Object.defineProperty(exports,\"initConsoleObservable\",{enumerable:!0,get:function(){return consoleObservable_1.initConsoleObservable}});var boundedBuffer_1=require(472);Object.defineProperty(exports,\"BoundedBuffer\",{enumerable:!0,get:function(){return boundedBuffer_1.BoundedBuffer}});var catchUserErrors_1=require(413);Object.defineProperty(exports,\"catchUserErrors\",{enumerable:!0,get:function(){return catchUserErrors_1.catchUserErrors}});var contextManager_1=require(477);Object.defineProperty(exports,\"createContextManager\",{enumerable:!0,get:function(){return contextManager_1.createContextManager}});var heavyCustomerDataWarning_1=require(478);Object.defineProperty(exports,\"warnIfCustomerDataLimitReached\",{enumerable:!0,get:function(){return heavyCustomerDataWarning_1.warnIfCustomerDataLimitReached}}),Object.defineProperty(exports,\"CUSTOMER_DATA_BYTES_LIMIT\",{enumerable:!0,get:function(){return heavyCustomerDataWarning_1.CUSTOMER_DATA_BYTES_LIMIT}});var valueHistory_1=require(455);Object.defineProperty(exports,\"ValueHistory\",{enumerable:!0,get:function(){return valueHistory_1.ValueHistory}}),Object.defineProperty(exports,\"CLEAR_OLD_VALUES_INTERVAL\",{enumerable:!0,get:function(){return valueHistory_1.CLEAR_OLD_VALUES_INTERVAL}});var readBytesFromStream_1=require(474);Object.defineProperty(exports,\"readBytesFromStream\",{enumerable:!0,get:function(){return readBytesFromStream_1.readBytesFromStream}});var sessionCookieStore_1=require(451);Object.defineProperty(exports,\"SESSION_COOKIE_NAME\",{enumerable:!0,get:function(){return sessionCookieStore_1.SESSION_COOKIE_NAME}});var syntheticsWorkerValues_1=require(457);Object.defineProperty(exports,\"willSyntheticsInjectRum\",{enumerable:!0,get:function(){return syntheticsWorkerValues_1.willSyntheticsInjectRum}}),Object.defineProperty(exports,\"getSyntheticsTestId\",{enumerable:!0,get:function(){return syntheticsWorkerValues_1.getSyntheticsTestId}}),Object.defineProperty(exports,\"getSyntheticsResultId\",{enumerable:!0,get:function(){return syntheticsWorkerValues_1.getSyntheticsResultId}});var user_1=require(466);Object.defineProperty(exports,\"checkUser\",{enumerable:!0,get:function(){return user_1.checkUser}}),Object.defineProperty(exports,\"sanitizeUser\",{enumerable:!0,get:function(){return user_1.sanitizeUser}}),__exportStar(require(449),exports),__exportStar(require(415),exports),__exportStar(require(433),exports),__exportStar(require(434),exports),__exportStar(require(431),exports),__exportStar(require(428),exports),__exportStar(require(443),exports),__exportStar(require(463),exports),__exportStar(require(420),exports),__exportStar(require(475),exports),__exportStar(require(473),exports),__exportStar(require(469),exports);\\n}, {\"412\":412,\"413\":413,\"414\":414,\"415\":415,\"416\":416,\"417\":417,\"418\":418,\"419\":419,\"420\":420,\"421\":421,\"422\":422,\"423\":423,\"424\":424,\"425\":425,\"426\":426,\"427\":427,\"428\":428,\"429\":429,\"430\":430,\"431\":431,\"433\":433,\"434\":434,\"438\":438,\"440\":440,\"441\":441,\"442\":442,\"443\":443,\"444\":444,\"445\":445,\"446\":446,\"447\":447,\"448\":448,\"449\":449,\"451\":451,\"452\":452,\"453\":453,\"454\":454,\"455\":455,\"457\":457,\"458\":458,\"462\":462,\"463\":463,\"466\":466,\"469\":469,\"471\":471,\"472\":472,\"473\":473,\"474\":474,\"475\":475,\"476\":476,\"477\":477,\"478\":478,\"479\":479}];\\nwindow.modules[\"471\"] = [function(require,module,exports){\"use strict\";function getGlobalObject(){if(\"object\"==typeof globalThis)return globalThis;Object.defineProperty(Object.prototype,\"_dd_temp_\",{get:function(){return this},configurable:!0});var e=_dd_temp_;return delete Object.prototype._dd_temp_,\"object\"!=typeof e&&(e=\"object\"==typeof self?self:\"object\"==typeof window?window:{}),e}Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.getGlobalObject=void 0,exports.getGlobalObject=getGlobalObject;\\n}, {}];\\nwindow.modules[\"472\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.BoundedBuffer=void 0;var BUFFER_LIMIT=500,BoundedBuffer=function(){function e(){this.buffer=[]}return e.prototype.add=function(e){this.buffer.push(e)>BUFFER_LIMIT&&this.buffer.splice(0,1)},e.prototype.drain=function(){this.buffer.forEach(function(e){return e()}),this.buffer.length=0},e}();exports.BoundedBuffer=BoundedBuffer;\\n}, {}];\\nwindow.modules[\"473\"] = [function(require,module,exports){\"use strict\";function isServerError(r){return r>=500}function tryToClone(r){try{return r.clone()}catch(r){return}}Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.tryToClone=exports.isServerError=void 0,exports.isServerError=isServerError,exports.tryToClone=tryToClone;\\n}, {}];\\nwindow.modules[\"474\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.readBytesFromStream=void 0;var monitor_1=require(414),functionUtils_1=require(428);function readBytesFromStream(t,e,r){var o=t.getReader(),n=[],i=0;function a(){var t,a;if(o.cancel().catch(functionUtils_1.noop),r.collectStreamBody){var c;if(1===n.length)c=n[0];else{c=new Uint8Array(i);var s=0;n.forEach(function(t){c.set(t,s),s+=t.length})}t=c.slice(0,r.bytesLimit),a=c.length>r.bytesLimit}e(void 0,t,a)}!function t(){o.read().then((0,monitor_1.monitor)(function(e){e.done?a():(r.collectStreamBody&&n.push(e.value),(i+=e.value.length)>r.bytesLimit?a():t())}),(0,monitor_1.monitor)(function(t){return e(t)}))}()}exports.readBytesFromStream=readBytesFromStream;\\n}, {\"414\":414,\"428\":428}];\\nwindow.modules[\"475\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.matchList=exports.isMatchOption=void 0;var polyfills_1=require(415),display_1=require(419),typeUtils_1=require(469);function isMatchOption(t){var i=(0,typeUtils_1.getType)(t);return\"string\"===i||\"function\"===i||t instanceof RegExp}function matchList(t,i,e){return void 0===e&&(e=!1),t.some(function(t){try{if(\"function\"==typeof t)return t(i);if(t instanceof RegExp)return t.test(i);if(\"string\"==typeof t)return e?(0,polyfills_1.startsWith)(i,t):t===i}catch(t){display_1.display.error(t)}return!1})}exports.isMatchOption=isMatchOption,exports.matchList=matchList;\\n}, {\"415\":415,\"419\":419,\"469\":469}];\\nwindow.modules[\"476\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.removeDuplicates=void 0;var polyfills_1=require(415);function removeDuplicates(e){var r=new Set;return e.forEach(function(e){return r.add(e)}),(0,polyfills_1.arrayFrom)(r)}exports.removeDuplicates=removeDuplicates;\\n}, {\"415\":415}];\\nwindow.modules[\"477\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.createContextManager=exports.BYTES_COMPUTATION_THROTTLING_DELAY=void 0;var experimentalFeatures_1=require(427),byteUtils_1=require(434),functionUtils_1=require(428),mergeInto_1=require(463),jsonStringify_1=require(443),sanitize_1=require(442),heavyCustomerDataWarning_1=require(478);function createContextManager(e,t){void 0===t&&(t=byteUtils_1.computeBytesCount);var n,r={},i=!1,a=(0,functionUtils_1.throttle)(function(r){n=t((0,jsonStringify_1.jsonStringify)(r)),i||(i=(0,heavyCustomerDataWarning_1.warnIfCustomerDataLimitReached)(n,e))},exports.BYTES_COMPUTATION_THROTTLING_DELAY).throttled;return{getBytesCount:function(){return n},get:function(){return r},add:function(e,t){r[e]=t,a(r)},remove:function(e){delete r[e],a(r)},set:function(e){a(r=e)},getContext:function(){return(0,mergeInto_1.deepClone)(r)},setContext:function(e){r=(0,experimentalFeatures_1.isExperimentalFeatureEnabled)(experimentalFeatures_1.ExperimentalFeature.SANITIZE_INPUTS)?(0,sanitize_1.sanitize)(e):(0,mergeInto_1.deepClone)(e),a(r)},setContextProperty:function(e,t){r[e]=(0,experimentalFeatures_1.isExperimentalFeatureEnabled)(experimentalFeatures_1.ExperimentalFeature.SANITIZE_INPUTS)?(0,sanitize_1.sanitize)(t):(0,mergeInto_1.deepClone)(t),a(r)},removeContextProperty:function(e){delete r[e],a(r)},clearContext:function(){r={},n=0}}}exports.BYTES_COMPUTATION_THROTTLING_DELAY=200,exports.createContextManager=createContextManager;\\n}, {\"427\":427,\"428\":428,\"434\":434,\"442\":442,\"443\":443,\"463\":463,\"478\":478}];\\nwindow.modules[\"478\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.warnIfCustomerDataLimitReached=exports.CUSTOMER_DATA_BYTES_LIMIT=void 0;var byteUtils_1=require(434),display_1=require(419);function warnIfCustomerDataLimitReached(t,e){return t>exports.CUSTOMER_DATA_BYTES_LIMIT&&(display_1.display.warn(\"The \".concat(e,\" data is over \").concat(exports.CUSTOMER_DATA_BYTES_LIMIT/byteUtils_1.ONE_KIBI_BYTE,\"KiB. On low connectivity, the SDK has the potential to exhaust the user\\'s upload bandwidth.\")),!0)}exports.CUSTOMER_DATA_BYTES_LIMIT=3*byteUtils_1.ONE_KIBI_BYTE,exports.warnIfCustomerDataLimitReached=warnIfCustomerDataLimitReached;\\n}, {\"419\":419,\"434\":434}];\\nwindow.modules[\"479\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.createFlushController=exports.startBatchWithReplica=exports.getEventBridge=exports.canUseEventBridge=exports.Batch=exports.createHttpRequest=void 0;var httpRequest_1=require(483);Object.defineProperty(exports,\"createHttpRequest\",{enumerable:!0,get:function(){return httpRequest_1.createHttpRequest}});var batch_1=require(480);Object.defineProperty(exports,\"Batch\",{enumerable:!0,get:function(){return batch_1.Batch}});var eventBridge_1=require(481);Object.defineProperty(exports,\"canUseEventBridge\",{enumerable:!0,get:function(){return eventBridge_1.canUseEventBridge}}),Object.defineProperty(exports,\"getEventBridge\",{enumerable:!0,get:function(){return eventBridge_1.getEventBridge}});var startBatchWithReplica_1=require(485);Object.defineProperty(exports,\"startBatchWithReplica\",{enumerable:!0,get:function(){return startBatchWithReplica_1.startBatchWithReplica}});var flushController_1=require(482);Object.defineProperty(exports,\"createFlushController\",{enumerable:!0,get:function(){return flushController_1.createFlushController}});\\n}, {\"480\":480,\"481\":481,\"482\":482,\"483\":483,\"485\":485}];\\nwindow.modules[\"480\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.Batch=void 0;var display_1=require(419),polyfills_1=require(415),pageExitObservable_1=require(426),byteUtils_1=require(434),jsonStringify_1=require(443),Batch=function(){function e(e,s,t){var r=this;this.request=e,this.flushController=s,this.messageBytesLimit=t,this.pushOnlyBuffer=[],this.upsertBuffer={},this.flushController.flushObservable.subscribe(function(e){return r.flush(e)})}return e.prototype.add=function(e){this.addOrUpdate(e)},e.prototype.upsert=function(e,s){this.addOrUpdate(e,s)},e.prototype.flush=function(e){var s=this.pushOnlyBuffer.concat((0,polyfills_1.objectValues)(this.upsertBuffer));this.pushOnlyBuffer=[],this.upsertBuffer={};var t={data:s.join(\"\\\\n\"),bytesCount:e.bytesCount,flushReason:e.reason};(0,pageExitObservable_1.isPageExitReason)(e.reason)?this.request.sendOnExit(t):this.request.send(t)},e.prototype.addOrUpdate=function(e,s){var t=this.process(e),r=t.processedMessage,o=t.messageBytesCount;o>=this.messageBytesLimit?display_1.display.warn(\"Discarded a message whose size was bigger than the maximum allowed size \".concat(this.messageBytesLimit,\"KB.\")):(this.hasMessageFor(s)&&this.remove(s),this.push(r,o,s))},e.prototype.process=function(e){var s=(0,jsonStringify_1.jsonStringify)(e);return{processedMessage:s,messageBytesCount:(0,byteUtils_1.computeBytesCount)(s)}},e.prototype.push=function(e,s,t){var r=this.flushController.messagesCount>0?1:0;this.flushController.notifyBeforeAddMessage(s+r),void 0!==t?this.upsertBuffer[t]=e:this.pushOnlyBuffer.push(e),this.flushController.notifyAfterAddMessage()},e.prototype.remove=function(e){var s=this.upsertBuffer[e];delete this.upsertBuffer[e];var t=(0,byteUtils_1.computeBytesCount)(s),r=this.flushController.messagesCount>1?1:0;this.flushController.notifyAfterRemoveMessage(t+r)},e.prototype.hasMessageFor=function(e){return void 0!==e&&void 0!==this.upsertBuffer[e]},e}();exports.Batch=Batch;\\n}, {\"415\":415,\"419\":419,\"426\":426,\"434\":434,\"443\":443}];\\nwindow.modules[\"481\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.canUseEventBridge=exports.getEventBridge=void 0;var polyfills_1=require(415),getGlobalObject_1=require(471);function getEventBridge(){var e=getEventBridgeGlobal();if(e)return{getAllowedWebViewHosts:function(){return JSON.parse(e.getAllowedWebViewHosts())},send:function(t,n){e.send(JSON.stringify({eventType:t,event:n}))}}}function canUseEventBridge(e){var t;void 0===e&&(e=null===(t=(0,getGlobalObject_1.getGlobalObject)().location)||void 0===t?void 0:t.hostname);var n=getEventBridge();return!!n&&n.getAllowedWebViewHosts().some(function(t){return e===t||(0,polyfills_1.endsWith)(e,\".\".concat(t))})}function getEventBridgeGlobal(){return(0,getGlobalObject_1.getGlobalObject)().DatadogEventBridge}exports.getEventBridge=getEventBridge,exports.canUseEventBridge=canUseEventBridge;\\n}, {\"415\":415,\"471\":471}];\\nwindow.modules[\"482\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.createFlushController=void 0;var observable_1=require(424),timer_1=require(447);function createFlushController(e){var t=e.messagesLimit,r=e.bytesLimit,o=e.durationLimit,s=e.pageExitObservable,i=new observable_1.Observable;s.subscribe(function(e){return l(e.reason)});var n,u=0,a=0;function l(e){if(0!==a){var t=a,r=u;a=0,u=0,b(),i.notify({reason:e,messagesCount:t,bytesCount:r})}}function b(){(0,timer_1.clearTimeout)(n),n=void 0}return{flushObservable:i,get messagesCount(){return a},notifyBeforeAddMessage:function(e){u+e>=r&&l(\"bytes_limit\"),a+=1,u+=e,void 0===n&&(n=(0,timer_1.setTimeout)(function(){l(\"duration_limit\")},o))},notifyAfterAddMessage:function(){a>=t?l(\"messages_limit\"):u>=r&&l(\"bytes_limit\")},notifyAfterRemoveMessage:function(e){u-=e,0===(a-=1)&&b()}}}exports.createFlushController=createFlushController;\\n}, {\"424\":424,\"447\":447}];\\nwindow.modules[\"483\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.sendXHR=exports.fetchKeepAliveStrategy=exports.createHttpRequest=void 0;var telemetry_1=require(458),monitor_1=require(414),addEventListener_1=require(416),sendWithRetryStrategy_1=require(484);function createHttpRequest(e,t,r){var n=(0,sendWithRetryStrategy_1.newRetryState)(),o=function(r,n){return fetchKeepAliveStrategy(e,t,r,n)};return{send:function(t){(0,sendWithRetryStrategy_1.sendWithRetryStrategy)(t,n,o,e.endpointType,r)},sendOnExit:function(r){sendBeaconStrategy(e,t,r)}}}function sendBeaconStrategy(e,t,r){var n=r.data,o=r.bytesCount,a=r.flushReason;if(!!navigator.sendBeacon&&o<t)try{var s=e.build(\"beacon\",a);if(navigator.sendBeacon(s,n))return}catch(e){reportBeaconError(e)}sendXHR(e.build(\"xhr\",a),n)}exports.createHttpRequest=createHttpRequest;var hasReportedBeaconError=!1;function reportBeaconError(e){hasReportedBeaconError||(hasReportedBeaconError=!0,(0,telemetry_1.addTelemetryError)(e))}function fetchKeepAliveStrategy(e,t,r,n){var o=r.data,a=r.bytesCount,s=r.flushReason,i=r.retry;if(isKeepAliveSupported()&&a<t){var d=e.build(\"fetch\",s,i);fetch(d,{method:\"POST\",body:o,keepalive:!0,mode:\"cors\"}).then((0,monitor_1.monitor)(function(e){return null==n?void 0:n({status:e.status,type:e.type})}),(0,monitor_1.monitor)(function(){sendXHR(e.build(\"xhr\",s,i),o,n)}))}else{sendXHR(e.build(\"xhr\",s,i),o,n)}}function isKeepAliveSupported(){try{return window.Request&&\"keepalive\"in new Request(\"http://a\")}catch(e){return!1}}function sendXHR(e,t,r){var n=new XMLHttpRequest;n.open(\"POST\",e,!0),(0,addEventListener_1.addEventListener)(n,\"loadend\",function(){null==r||r({status:n.status})},{once:!0}),n.send(t)}exports.fetchKeepAliveStrategy=fetchKeepAliveStrategy,exports.sendXHR=sendXHR;\\n}, {\"414\":414,\"416\":416,\"458\":458,\"484\":484}];\\nwindow.modules[\"484\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.newRetryState=exports.sendWithRetryStrategy=exports.INITIAL_BACKOFF_TIME=exports.MAX_BACKOFF_TIME=exports.MAX_QUEUE_BYTES_COUNT=exports.MAX_ONGOING_REQUESTS=exports.MAX_ONGOING_BYTES_COUNT=void 0;var timer_1=require(447),timeUtils_1=require(421),error_1=require(441),byteUtils_1=require(434),responseUtils_1=require(473);function sendWithRetryStrategy(e,t,o,n,u){0===t.transportStatus&&0===t.queuedPayloads.size()&&t.bandwidthMonitor.canHandle(e)?send(e,t,o,{onSuccess:function(){return retryQueuedPayloads(0,t,o,n,u)},onFailure:function(){t.queuedPayloads.enqueue(e),scheduleRetry(t,o,n,u)}}):t.queuedPayloads.enqueue(e)}function scheduleRetry(e,t,o,n){2===e.transportStatus&&(0,timer_1.setTimeout)(function(){send(e.queuedPayloads.first(),e,t,{onSuccess:function(){e.queuedPayloads.dequeue(),e.currentBackoffTime=exports.INITIAL_BACKOFF_TIME,retryQueuedPayloads(1,e,t,o,n)},onFailure:function(){e.currentBackoffTime=Math.min(exports.MAX_BACKOFF_TIME,2*e.currentBackoffTime),scheduleRetry(e,t,o,n)}})},e.currentBackoffTime)}function send(e,t,o,n){var u=n.onSuccess,r=n.onFailure;t.bandwidthMonitor.add(e),o(e,function(o){t.bandwidthMonitor.remove(e),shouldRetryRequest(o)?(t.transportStatus=t.bandwidthMonitor.ongoingRequestCount>0?1:2,e.retry={count:e.retry?e.retry.count+1:1,lastFailureStatus:o.status},r()):(t.transportStatus=0,u())})}function retryQueuedPayloads(e,t,o,n,u){0===e&&t.queuedPayloads.isFull()&&!t.queueFullReported&&(u({message:\"Reached max \".concat(n,\" events size queued for upload: \").concat(exports.MAX_QUEUE_BYTES_COUNT/byteUtils_1.ONE_MEBI_BYTE,\"MiB\"),source:error_1.ErrorSource.AGENT,startClocks:(0,timeUtils_1.clocksNow)()}),t.queueFullReported=!0);var r=t.queuedPayloads;for(t.queuedPayloads=newPayloadQueue();r.size()>0;)sendWithRetryStrategy(r.dequeue(),t,o,n,u)}function shouldRetryRequest(e){return\"opaque\"!==e.type&&(0===e.status&&!navigator.onLine||408===e.status||429===e.status||(0,responseUtils_1.isServerError)(e.status))}function newRetryState(){return{transportStatus:0,currentBackoffTime:exports.INITIAL_BACKOFF_TIME,bandwidthMonitor:newBandwidthMonitor(),queuedPayloads:newPayloadQueue(),queueFullReported:!1}}function newPayloadQueue(){var e=[];return{bytesCount:0,enqueue:function(t){this.isFull()||(e.push(t),this.bytesCount+=t.bytesCount)},first:function(){return e[0]},dequeue:function(){var t=e.shift();return t&&(this.bytesCount-=t.bytesCount),t},size:function(){return e.length},isFull:function(){return this.bytesCount>=exports.MAX_QUEUE_BYTES_COUNT}}}function newBandwidthMonitor(){return{ongoingRequestCount:0,ongoingByteCount:0,canHandle:function(e){return 0===this.ongoingRequestCount||this.ongoingByteCount+e.bytesCount<=exports.MAX_ONGOING_BYTES_COUNT&&this.ongoingRequestCount<exports.MAX_ONGOING_REQUESTS},add:function(e){this.ongoingRequestCount+=1,this.ongoingByteCount+=e.bytesCount},remove:function(e){this.ongoingRequestCount-=1,this.ongoingByteCount-=e.bytesCount}}}exports.MAX_ONGOING_BYTES_COUNT=80*byteUtils_1.ONE_KIBI_BYTE,exports.MAX_ONGOING_REQUESTS=32,exports.MAX_QUEUE_BYTES_COUNT=3*byteUtils_1.ONE_MEBI_BYTE,exports.MAX_BACKOFF_TIME=timeUtils_1.ONE_MINUTE,exports.INITIAL_BACKOFF_TIME=timeUtils_1.ONE_SECOND,exports.sendWithRetryStrategy=sendWithRetryStrategy,exports.newRetryState=newRetryState;\\n}, {\"421\":421,\"434\":434,\"441\":441,\"447\":447,\"473\":473}];\\nwindow.modules[\"485\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.startBatchWithReplica=void 0;var batch_1=require(480),httpRequest_1=require(483),flushController_1=require(482);function startBatchWithReplica(t,e,i,r,a){var s,h=c(e);function c(e){return new batch_1.Batch((0,httpRequest_1.createHttpRequest)(e,t.batchBytesLimit,i),(0,flushController_1.createFlushController)({messagesLimit:t.batchMessagesLimit,bytesLimit:t.batchBytesLimit,durationLimit:t.flushTimeout,pageExitObservable:r}),t.messageBytesLimit)}return a&&(s=c(a)),{add:function(t,e){void 0===e&&(e=!0),h.add(t),s&&e&&s.add(t)}}}exports.startBatchWithReplica=startBatchWithReplica;\\n}, {\"480\":480,\"482\":482,\"483\":483}];\\nwindow.modules[\"486\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.makeLogsPublicApi=void 0;var browser_core_1=require(470),configuration_1=require(488),logger_1=require(487);function makeLogsPublicApi(e){var r=!1,o=(0,browser_core_1.createContextManager)(\"global context\"),t=(0,browser_core_1.createContextManager)(\"user\"),n={},i=function(){},_=new browser_core_1.BoundedBuffer,c=function(e,r,o,t){void 0===o&&(o=(0,browser_core_1.deepClone)(l())),void 0===t&&(t=(0,browser_core_1.timeStampNow)()),_.add(function(){return c(e,r,o,t)})},s=function(){},a=new logger_1.Logger(function(){for(var e=[],r=0;r<arguments.length;r++)e[r]=arguments[r];return c.apply(void 0,e)});function l(){return{view:{referrer:document.referrer,url:window.location.href},context:o.getContext(),user:t.getContext()}}return(0,browser_core_1.makePublicApi)({logger:a,init:(0,browser_core_1.monitor)(function(o){var t;if(s=function(){return(0,browser_core_1.deepClone)(o)},(0,browser_core_1.canUseEventBridge)()&&(o=function(e){return(0,browser_core_1.assign)({},e,{clientToken:\"empty\"})}(o)),function(e){if(r)return e.silentMultipleInit||browser_core_1.display.error(\"DD_LOGS is already initialized.\"),!1;return!0}(o)){var n=(0,configuration_1.validateAndBuildLogsConfiguration)(o);n&&(t=e(o,n,l,a),c=t.handleLog,i=t.getInternalContext,_.drain(),r=!0)}}),getLoggerGlobalContext:(0,browser_core_1.monitor)(o.get),getGlobalContext:(0,browser_core_1.monitor)(o.getContext),setLoggerGlobalContext:(0,browser_core_1.monitor)(o.set),setGlobalContext:(0,browser_core_1.monitor)(o.setContext),addLoggerGlobalContext:(0,browser_core_1.monitor)(o.add),setGlobalContextProperty:(0,browser_core_1.monitor)(o.setContextProperty),removeLoggerGlobalContext:(0,browser_core_1.monitor)(o.remove),removeGlobalContextProperty:(0,browser_core_1.monitor)(o.removeContextProperty),clearGlobalContext:(0,browser_core_1.monitor)(o.clearContext),createLogger:(0,browser_core_1.monitor)(function(e,r){return void 0===r&&(r={}),n[e]=new logger_1.Logger(function(){for(var e=[],r=0;r<arguments.length;r++)e[r]=arguments[r];return c.apply(void 0,e)},(0,browser_core_1.isExperimentalFeatureEnabled)(browser_core_1.ExperimentalFeature.SANITIZE_INPUTS)?(0,browser_core_1.sanitize)(e):e,r.handler,r.level,(0,browser_core_1.isExperimentalFeatureEnabled)(browser_core_1.ExperimentalFeature.SANITIZE_INPUTS)?(0,browser_core_1.sanitize)(r.context):r.context),n[e]}),getLogger:(0,browser_core_1.monitor)(function(e){return n[e]}),getInitConfiguration:(0,browser_core_1.monitor)(function(){return s()}),getInternalContext:(0,browser_core_1.monitor)(function(e){return i(e)}),setUser:(0,browser_core_1.monitor)(function(e){(0,browser_core_1.checkUser)(e)&&t.setContext((0,browser_core_1.sanitizeUser)(e))}),getUser:(0,browser_core_1.monitor)(t.getContext),setUserProperty:(0,browser_core_1.monitor)(function(e,r){var o,n=(0,browser_core_1.sanitizeUser)((o={},o[e]=r,o))[e];t.setContextProperty(e,n)}),removeUserProperty:(0,browser_core_1.monitor)(t.removeContextProperty),clearUser:(0,browser_core_1.monitor)(t.clearContext)})}exports.makeLogsPublicApi=makeLogsPublicApi;\\n}, {\"470\":470,\"487\":487,\"488\":488}];\\nwindow.modules[\"487\"] = [function(require,module,exports){\"use strict\";var __decorate=this&&this.__decorate||function(e,r,t,o){var n,s=arguments.length,a=s<3?r:null===o?o=Object.getOwnPropertyDescriptor(r,t):o;if(\"object\"==typeof Reflect&&\"function\"==typeof Reflect.decorate)a=Reflect.decorate(e,r,t,o);else for(var i=e.length-1;i>=0;i--)(n=e[i])&&(a=(s<3?n(a):s>3?n(r,t,a):n(r,t))||a);return s>3&&a&&Object.defineProperty(r,t,a),a};Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.Logger=exports.STATUSES=exports.HandlerType=exports.StatusType=void 0;var browser_core_1=require(470);exports.StatusType={debug:\"debug\",error:\"error\",info:\"info\",warn:\"warn\"},exports.HandlerType={console:\"console\",http:\"http\",silent:\"silent\"},exports.STATUSES=Object.keys(exports.StatusType);var Logger=function(){function e(e,r,t,o,n){void 0===t&&(t=exports.HandlerType.http),void 0===o&&(o=exports.StatusType.debug),void 0===n&&(n={}),this.handleLogStrategy=e,this.handlerType=t,this.level=o,this.contextManager=(0,browser_core_1.createContextManager)(\"logger context\"),this.contextManager.set((0,browser_core_1.assign)({},n,r?{logger:{name:r}}:void 0))}return e.prototype.log=function(e,r,t,o){var n;if(void 0===t&&(t=exports.StatusType.info),t===exports.StatusType.error&&(n={origin:browser_core_1.ErrorSource.LOGGER}),null!=o){var s=o instanceof Error?(0,browser_core_1.computeStackTrace)(o):void 0,a=(0,browser_core_1.computeRawError)({stackTrace:s,originalError:o,nonErrorPrefix:browser_core_1.PROVIDED_ERROR_MESSAGE_PREFIX,source:browser_core_1.ErrorSource.LOGGER,handling:\"handled\",startClocks:(0,browser_core_1.clocksNow)()});n={origin:browser_core_1.ErrorSource.LOGGER,stack:a.stack,kind:a.type,message:a.message}}var i=(0,browser_core_1.isExperimentalFeatureEnabled)(browser_core_1.ExperimentalFeature.SANITIZE_INPUTS)?(0,browser_core_1.sanitize)(r):(0,browser_core_1.deepClone)(r),c=n?(0,browser_core_1.combine)({error:n},i):i;this.handleLogStrategy({message:(0,browser_core_1.isExperimentalFeatureEnabled)(browser_core_1.ExperimentalFeature.SANITIZE_INPUTS)?(0,browser_core_1.sanitize)(e):e,context:c,status:t},this)},e.prototype.debug=function(e,r,t){this.log(e,r,exports.StatusType.debug,t)},e.prototype.info=function(e,r,t){this.log(e,r,exports.StatusType.info,t)},e.prototype.warn=function(e,r,t){this.log(e,r,exports.StatusType.warn,t)},e.prototype.error=function(e,r,t){this.log(e,r,exports.StatusType.error,t)},e.prototype.setContext=function(e){this.contextManager.set(e)},e.prototype.getContext=function(){return this.contextManager.get()},e.prototype.addContext=function(e,r){this.contextManager.add(e,r)},e.prototype.removeContext=function(e){this.contextManager.remove(e)},e.prototype.setHandler=function(e){this.handlerType=e},e.prototype.getHandler=function(){return this.handlerType},e.prototype.setLevel=function(e){this.level=e},e.prototype.getLevel=function(){return this.level},__decorate([browser_core_1.monitored],e.prototype,\"log\",null),e}();exports.Logger=Logger;\\n}, {\"470\":470}];\\nwindow.modules[\"488\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.serializeLogsConfiguration=exports.validateAndBuildForwardOption=exports.validateAndBuildLogsConfiguration=exports.DEFAULT_REQUEST_ERROR_RESPONSE_LENGTH_LIMIT=void 0;var browser_core_1=require(470);function validateAndBuildLogsConfiguration(r){var o=(0,browser_core_1.validateAndBuildConfiguration)(r),e=validateAndBuildForwardOption(r.forwardConsoleLogs,(0,browser_core_1.objectValues)(browser_core_1.ConsoleApiName),\"Forward Console Logs\"),s=validateAndBuildForwardOption(r.forwardReports,(0,browser_core_1.objectValues)(browser_core_1.RawReportType),\"Forward Reports\");if(o&&e&&s)return r.forwardErrorsToLogs&&!(0,browser_core_1.includes)(e,browser_core_1.ConsoleApiName.error)&&e.push(browser_core_1.ConsoleApiName.error),(0,browser_core_1.assign)({forwardErrorsToLogs:!1!==r.forwardErrorsToLogs,forwardConsoleLogs:e,forwardReports:s,requestErrorResponseLengthLimit:exports.DEFAULT_REQUEST_ERROR_RESPONSE_LENGTH_LIMIT},o)}function validateAndBuildForwardOption(r,o,e){return void 0===r?[]:\"all\"===r||Array.isArray(r)&&r.every(function(r){return(0,browser_core_1.includes)(o,r)})?\"all\"===r?o:(0,browser_core_1.removeDuplicates)(r):void browser_core_1.display.error(\"\".concat(e,\\' should be \"all\" or an array with allowed values \"\\').concat(o.join(\\'\", \"\\'),\\'\"\\'))}function serializeLogsConfiguration(r){var o=(0,browser_core_1.serializeConfiguration)(r);return(0,browser_core_1.assign)({forward_errors_to_logs:r.forwardErrorsToLogs,forward_console_logs:r.forwardConsoleLogs,forward_reports:r.forwardReports},o)}exports.DEFAULT_REQUEST_ERROR_RESPONSE_LENGTH_LIMIT=32*browser_core_1.ONE_KIBI_BYTE,exports.validateAndBuildLogsConfiguration=validateAndBuildLogsConfiguration,exports.validateAndBuildForwardOption=validateAndBuildForwardOption,exports.serializeLogsConfiguration=serializeLogsConfiguration;\\n}, {\"470\":470}];\\nwindow.modules[\"489\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.startLogs=void 0;var browser_core_1=require(470),logsSessionManager_1=require(492),configuration_1=require(488),assembly_1=require(493),consoleCollection_1=require(496),reportCollection_1=require(499),networkErrorCollection_1=require(497),runtimeErrorCollection_1=require(498),lifeCycle_1=require(490),loggerCollection_1=require(500),startLogsBatch_1=require(495),startLogsBridge_1=require(494),logger_1=require(487),internalContext_1=require(491);function startLogs(e,r,o,t){var n=new lifeCycle_1.LifeCycle;n.subscribe(1,function(e){return(0,browser_core_1.sendToExtension)(\"logs\",e)});var i=function(e){return n.notify(0,{rawLogsEvent:{message:e.message,date:e.startClocks.timeStamp,error:{origin:browser_core_1.ErrorSource.AGENT},origin:browser_core_1.ErrorSource.AGENT,status:logger_1.StatusType.error}})},s=(0,browser_core_1.createPageExitObservable)();startLogsTelemetry(r,i,s).setContextProvider(function(){var e,r,o,t,n,i;return{application:{id:null===(e=(0,assembly_1.getRUMInternalContext)())||void 0===e?void 0:e.application_id},session:{id:null===(r=a.findTrackedSession())||void 0===r?void 0:r.id},view:{id:null===(t=null===(o=(0,assembly_1.getRUMInternalContext)())||void 0===o?void 0:o.view)||void 0===t?void 0:t.id},action:{id:null===(i=null===(n=(0,assembly_1.getRUMInternalContext)())||void 0===n?void 0:n.user_action)||void 0===i?void 0:i.id}}}),(0,networkErrorCollection_1.startNetworkErrorCollection)(r,n),(0,runtimeErrorCollection_1.startRuntimeErrorCollection)(r,n),(0,consoleCollection_1.startConsoleCollection)(r,n),(0,reportCollection_1.startReportCollection)(r,n);var l=(0,loggerCollection_1.startLoggerCollection)(n).handleLog,a=!(0,browser_core_1.areCookiesAuthorized)(r.cookieOptions)||(0,browser_core_1.canUseEventBridge)()||(0,browser_core_1.willSyntheticsInjectRum)()?(0,logsSessionManager_1.startLogsSessionManagerStub)(r):(0,logsSessionManager_1.startLogsSessionManager)(r);return(0,assembly_1.startLogsAssembly)(a,r,n,o,t,i),(0,browser_core_1.canUseEventBridge)()?(0,startLogsBridge_1.startLogsBridge)(n):(0,startLogsBatch_1.startLogsBatch)(r,n,i,s),(0,browser_core_1.addTelemetryConfiguration)((0,configuration_1.serializeLogsConfiguration)(e)),{handleLog:l,getInternalContext:(0,internalContext_1.startInternalContext)(a).get}}function startLogsTelemetry(e,r,o){var t,n=(0,browser_core_1.startTelemetry)(\"browser-logs-sdk\",e);if((0,browser_core_1.canUseEventBridge)()){var i=(0,browser_core_1.getEventBridge)();n.observable.subscribe(function(e){return i.send(\"internal_telemetry\",e)})}else{var s=(0,browser_core_1.startBatchWithReplica)(e,e.rumEndpointBuilder,r,o,null===(t=e.replica)||void 0===t?void 0:t.rumEndpointBuilder);n.observable.subscribe(function(r){return s.add(r,(0,browser_core_1.isTelemetryReplicationAllowed)(e))})}return n}exports.startLogs=startLogs;\\n}, {\"470\":470,\"487\":487,\"488\":488,\"490\":490,\"491\":491,\"492\":492,\"493\":493,\"494\":494,\"495\":495,\"496\":496,\"497\":497,\"498\":498,\"499\":499,\"500\":500}];\\nwindow.modules[\"490\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.LifeCycle=void 0;var LifeCycle=function(){function c(){this.callbacks={}}return c.prototype.notify=function(c,t){var e=this.callbacks[c];e&&e.forEach(function(c){return c(t)})},c.prototype.subscribe=function(c,t){var e=this;return this.callbacks[c]||(this.callbacks[c]=[]),this.callbacks[c].push(t),{unsubscribe:function(){e.callbacks[c]=e.callbacks[c].filter(function(c){return t!==c})}}},c}();exports.LifeCycle=LifeCycle;\\n}, {}];\\nwindow.modules[\"491\"] = [function(require,module,exports){\"use strict\";function startInternalContext(t){return{get:function(e){var n=t.findTrackedSession(e);if(n)return{session_id:n.id}}}}Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.startInternalContext=void 0,exports.startInternalContext=startInternalContext;\\n}, {}];\\nwindow.modules[\"492\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.startLogsSessionManagerStub=exports.startLogsSessionManager=exports.LOGS_SESSION_KEY=void 0;var browser_core_1=require(470);function startLogsSessionManager(e){var r=(0,browser_core_1.startSessionManager)(e.cookieOptions,exports.LOGS_SESSION_KEY,function(r){return computeSessionState(e,r)});return{findTrackedSession:function(e){var s=r.findActiveSession(e);return s&&\"1\"===s.trackingType?{id:s.id}:void 0}}}function startLogsSessionManagerStub(e){var r=\"1\"===computeTrackingType(e)?{}:void 0;return{findTrackedSession:function(){return r}}}function computeTrackingType(e){return(0,browser_core_1.performDraw)(e.sessionSampleRate)?\"1\":\"0\"}function computeSessionState(e,r){var s=hasValidLoggerSession(r)?r:computeTrackingType(e);return{trackingType:s,isTracked:\"1\"===s}}function hasValidLoggerSession(e){return\"0\"===e||\"1\"===e}exports.LOGS_SESSION_KEY=\"logs\",exports.startLogsSessionManager=startLogsSessionManager,exports.startLogsSessionManagerStub=startLogsSessionManagerStub;\\n}, {\"470\":470}];\\nwindow.modules[\"493\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.resetRUMInternalContext=exports.getRUMInternalContext=exports.startLogsAssembly=void 0;var browser_core_1=require(470),logger_1=require(487),loggerCollection_1=require(500);function startLogsAssembly(e,t,r,o,n,s){var i=logger_1.STATUSES.concat([\"custom\"]),l={};i.forEach(function(e){l[e]=(0,browser_core_1.createEventRateLimiter)(e,t.eventRateLimiterThreshold,s)}),r.subscribe(0,function(s){var i,c,d,g=s.rawLogsEvent,a=s.messageContext,u=void 0===a?void 0:a,_=s.savedCommonContext,v=void 0===_?void 0:_,m=s.logger,b=void 0===m?n:m,x=(0,browser_core_1.getRelativeTime)(g.date),R=e.findTrackedSession(x);if(R){var I=v||o(),C=(0,browser_core_1.combine)({service:t.service,session_id:R.id,usr:(0,browser_core_1.isEmptyObject)(I.user)?void 0:I.user,view:I.view},I.context,getRUMInternalContext(x),g,b.getContext(),u);!(0,loggerCollection_1.isAuthorized)(g.status,logger_1.HandlerType.http,b)||!1===(null===(i=t.beforeSend)||void 0===i?void 0:i.call(t,C))||(null===(c=C.error)||void 0===c?void 0:c.origin)!==browser_core_1.ErrorSource.AGENT&&(null!==(d=l[C.status])&&void 0!==d?d:l.custom).isLimitReached()||r.notify(1,C)}})}exports.startLogsAssembly=startLogsAssembly;var logsSentBeforeRumInjectionTelemetryAdded=!1;function getRUMInternalContext(e){var t=window;if((0,browser_core_1.willSyntheticsInjectRum)()){var r=o(t.DD_RUM_SYNTHETICS);return r||logsSentBeforeRumInjectionTelemetryAdded||(logsSentBeforeRumInjectionTelemetryAdded=!0,(0,browser_core_1.addTelemetryDebug)(\"Logs sent before RUM is injected by the synthetics worker\",{testId:(0,browser_core_1.getSyntheticsTestId)(),resultId:(0,browser_core_1.getSyntheticsResultId)()})),r}return o(t.DD_RUM);function o(t){if(t&&t.getInternalContext)return t.getInternalContext(e)}}function resetRUMInternalContext(){logsSentBeforeRumInjectionTelemetryAdded=!1}exports.getRUMInternalContext=getRUMInternalContext,exports.resetRUMInternalContext=resetRUMInternalContext;\\n}, {\"470\":470,\"487\":487,\"500\":500}];\\nwindow.modules[\"494\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.startLogsBridge=void 0;var browser_core_1=require(470);function startLogsBridge(r){var e=(0,browser_core_1.getEventBridge)();r.subscribe(1,function(r){e.send(\"log\",r)})}exports.startLogsBridge=startLogsBridge;\\n}, {\"470\":470}];\\nwindow.modules[\"495\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.startLogsBatch=void 0;var browser_core_1=require(470);function startLogsBatch(r,t,o,e){var s,a=(0,browser_core_1.startBatchWithReplica)(r,r.logsEndpointBuilder,o,e,null===(s=r.replica)||void 0===s?void 0:s.logsEndpointBuilder);t.subscribe(1,function(r){a.add(r)})}exports.startLogsBatch=startLogsBatch;\\n}, {\"470\":470}];\\nwindow.modules[\"496\"] = [function(require,module,exports){\"use strict\";var _a;Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.startConsoleCollection=void 0;var browser_core_1=require(470),logger_1=require(487),LogStatusForApi=((_a={})[browser_core_1.ConsoleApiName.log]=logger_1.StatusType.info,_a[browser_core_1.ConsoleApiName.debug]=logger_1.StatusType.debug,_a[browser_core_1.ConsoleApiName.info]=logger_1.StatusType.info,_a[browser_core_1.ConsoleApiName.warn]=logger_1.StatusType.warn,_a[browser_core_1.ConsoleApiName.error]=logger_1.StatusType.error,_a);function startConsoleCollection(o,r){var e=(0,browser_core_1.initConsoleObservable)(o.forwardConsoleLogs).subscribe(function(o){r.notify(0,{rawLogsEvent:{date:(0,browser_core_1.timeStampNow)(),message:o.message,origin:browser_core_1.ErrorSource.CONSOLE,error:o.api===browser_core_1.ConsoleApiName.error?{origin:browser_core_1.ErrorSource.CONSOLE,stack:o.stack}:void 0,status:LogStatusForApi[o.api]}})});return{stop:function(){e.unsubscribe()}}}exports.startConsoleCollection=startConsoleCollection;\\n}, {\"470\":470,\"487\":487}];\\nwindow.modules[\"497\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.computeFetchResponseText=exports.computeFetchErrorText=exports.computeXhrResponseData=exports.startNetworkErrorCollection=void 0;var browser_core_1=require(470),logger_1=require(487);function startNetworkErrorCollection(e,r){if(!e.forwardErrorsToLogs)return{stop:browser_core_1.noop};var t=(0,browser_core_1.initXhrObservable)().subscribe(function(e){\"complete\"===e.state&&s(\"xhr\",e)}),o=(0,browser_core_1.initFetchObservable)().subscribe(function(e){\"resolve\"===e.state&&s(\"fetch\",e)});function s(t,o){function s(e){r.notify(0,{rawLogsEvent:{message:\"\".concat(format(t),\" error \").concat(o.method,\" \").concat(o.url),date:o.startClocks.timeStamp,error:{origin:browser_core_1.ErrorSource.NETWORK,stack:e||\"Failed to load\"},http:{method:o.method,status_code:o.status,url:o.url},status:logger_1.StatusType.error,origin:browser_core_1.ErrorSource.NETWORK}})}e.isIntakeUrl(o.url)||!isRejected(o)&&!(0,browser_core_1.isServerError)(o.status)||(\"xhr\"in o?computeXhrResponseData(o.xhr,e,s):o.response?computeFetchResponseText(o.response,e,s):o.error&&computeFetchErrorText(o.error,e,s))}return{stop:function(){t.unsubscribe(),o.unsubscribe()}}}function computeXhrResponseData(e,r,t){\"string\"==typeof e.response?t(truncateResponseText(e.response,r)):t(e.response)}function computeFetchErrorText(e,r,t){t(truncateResponseText((0,browser_core_1.toStackTraceString)((0,browser_core_1.computeStackTrace)(e)),r))}function computeFetchResponseText(e,r,t){var o=(0,browser_core_1.tryToClone)(e);o&&o.body?window.TextDecoder?truncateResponseStream(o.body,r.requestErrorResponseLengthLimit,function(e,r){t(e?\"Unable to retrieve response: \".concat(e):r)}):o.text().then((0,browser_core_1.monitor)(function(e){return t(truncateResponseText(e,r))}),(0,browser_core_1.monitor)(function(e){return t(\"Unable to retrieve response: \".concat(e))})):t()}function isRejected(e){return 0===e.status&&\"opaque\"!==e.responseType}function truncateResponseText(e,r){return e.length>r.requestErrorResponseLengthLimit?\"\".concat(e.substring(0,r.requestErrorResponseLengthLimit),\"...\"):e}function format(e){return\"xhr\"===e?\"XHR\":\"Fetch\"}function truncateResponseStream(e,r,t){(0,browser_core_1.readBytesFromStream)(e,function(e,r,o){if(e)t(e);else{var s=(new TextDecoder).decode(r);o&&(s+=\"...\"),t(void 0,s)}},{bytesLimit:r,collectStreamBody:!0})}exports.startNetworkErrorCollection=startNetworkErrorCollection,exports.computeXhrResponseData=computeXhrResponseData,exports.computeFetchErrorText=computeFetchErrorText,exports.computeFetchResponseText=computeFetchResponseText;\\n}, {\"470\":470,\"487\":487}];\\nwindow.modules[\"498\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.startRuntimeErrorCollection=void 0;var browser_core_1=require(470),logger_1=require(487);function startRuntimeErrorCollection(r,e){if(!r.forwardErrorsToLogs)return{stop:browser_core_1.noop};var o=new browser_core_1.Observable,t=(0,browser_core_1.trackRuntimeError)(o).stop,s=o.subscribe(function(r){e.notify(0,{rawLogsEvent:{message:r.message,date:r.startClocks.timeStamp,error:{kind:r.type,origin:browser_core_1.ErrorSource.SOURCE,stack:r.stack},origin:browser_core_1.ErrorSource.SOURCE,status:logger_1.StatusType.error}})});return{stop:function(){t(),s.unsubscribe()}}}exports.startRuntimeErrorCollection=startRuntimeErrorCollection;\\n}, {\"470\":470,\"487\":487}];\\nwindow.modules[\"499\"] = [function(require,module,exports){\"use strict\";var _a;Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.startReportCollection=void 0;var browser_core_1=require(470),logger_1=require(487),LogStatusForReport=((_a={})[browser_core_1.RawReportType.cspViolation]=logger_1.StatusType.error,_a[browser_core_1.RawReportType.intervention]=logger_1.StatusType.error,_a[browser_core_1.RawReportType.deprecation]=logger_1.StatusType.warn,_a);function startReportCollection(r,e){var o=(0,browser_core_1.initReportObservable)(r.forwardReports).subscribe(function(r){var o,t=r.message,s=LogStatusForReport[r.type];s===logger_1.StatusType.error?o={kind:r.subtype,origin:browser_core_1.ErrorSource.REPORT,stack:r.stack}:r.stack&&(t+=\" Found in \".concat((0,browser_core_1.getFileFromStackTraceString)(r.stack))),e.notify(0,{rawLogsEvent:{date:(0,browser_core_1.timeStampNow)(),message:t,origin:browser_core_1.ErrorSource.REPORT,error:o,status:s}})});return{stop:function(){o.unsubscribe()}}}exports.startReportCollection=startReportCollection;\\n}, {\"470\":470,\"487\":487}];\\nwindow.modules[\"500\"] = [function(require,module,exports){\"use strict\";var _a;Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.isAuthorized=exports.startLoggerCollection=exports.STATUS_PRIORITIES=void 0;var browser_core_1=require(470),logger_1=require(487);function startLoggerCollection(e){return{handleLog:function(r,o,t,s){var a=r.context;isAuthorized(r.status,logger_1.HandlerType.console,o)&&(0,browser_core_1.display)(r.status,r.message,(0,browser_core_1.combine)(o.getContext(),a)),e.notify(0,{rawLogsEvent:{date:s||(0,browser_core_1.timeStampNow)(),message:r.message,status:r.status,origin:browser_core_1.ErrorSource.LOGGER},messageContext:a,savedCommonContext:t,logger:o})}}}function isAuthorized(e,r,o){var t=o.getHandler(),s=Array.isArray(t)?t:[t];return exports.STATUS_PRIORITIES[e]>=exports.STATUS_PRIORITIES[o.getLevel()]&&(0,browser_core_1.includes)(s,r)}exports.STATUS_PRIORITIES=((_a={})[logger_1.StatusType.debug]=0,_a[logger_1.StatusType.info]=1,_a[logger_1.StatusType.warn]=2,_a[logger_1.StatusType.error]=3,_a),exports.startLoggerCollection=startLoggerCollection,exports.isAuthorized=isAuthorized;\\n}, {\"470\":470,\"487\":487}];\\nwindow.modules[\"501\"] = [function(require,module,exports){\"use strict\";const format=require(3163);module.exports=pino;const _console=pfGlobalThisOrFallback().console||{},stdSerializers={mapHttpRequest:mock,mapHttpResponse:mock,wrapRequestSerializer:passthrough,wrapResponseSerializer:passthrough,wrapErrorSerializer:passthrough,req:mock,res:mock,err:asErrValue};function shouldSerialize(e,t){if(Array.isArray(e)){return e.filter(function(e){return\"!stdSerializers.err\"!==e})}return!0===e&&Object.keys(t)}function pino(e){(e=e||{}).browser=e.browser||{};const t=e.browser.transmit;if(t&&\"function\"!=typeof t.send)throw Error(\"pino: transmit option must have a send function\");const r=e.browser.write||_console;e.browser.write&&(e.browser.asObject=!0);const i=e.serializers||{},s=shouldSerialize(e.browser.serialize,i);let n=e.browser.serialize;Array.isArray(e.browser.serialize)&&e.browser.serialize.indexOf(\"!stdSerializers.err\")>-1&&(n=!1);\"function\"==typeof r&&(r.error=r.fatal=r.warn=r.info=r.debug=r.trace=r),!1===e.enabled&&(e.level=\"silent\");const o=e.level||\"info\",l=Object.create(r);l.log||(l.log=noop),Object.defineProperty(l,\"levelVal\",{get:function(){return\"silent\"===this.level?1/0:this.levels.values[this.level]}}),Object.defineProperty(l,\"level\",{get:function(){return this._level},set:function(e){if(\"silent\"!==e&&!this.levels.values[e])throw Error(\"unknown level \"+e);this._level=e,set(a,l,\"error\",\"log\"),set(a,l,\"fatal\",\"error\"),set(a,l,\"warn\",\"error\"),set(a,l,\"info\",\"log\"),set(a,l,\"debug\",\"log\"),set(a,l,\"trace\",\"log\")}});const a={transmit:t,serialize:s,asObject:e.browser.asObject,levels:[\"error\",\"fatal\",\"warn\",\"info\",\"debug\",\"trace\"],timestamp:getTimeFunction(e)};return l.levels=pino.levels,l.level=o,l.setMaxListeners=l.getMaxListeners=l.emit=l.addListener=l.on=l.prependListener=l.once=l.prependOnceListener=l.removeListener=l.removeAllListeners=l.listeners=l.listenerCount=l.eventNames=l.write=l.flush=noop,l.serializers=i,l._serialize=s,l._stdErrSerialize=n,l.child=function(r,n){if(!r)throw new Error(\"missing bindings for child Pino\");n=n||{},s&&r.serializers&&(n.serializers=r.serializers);const o=n.serializers;if(s&&o){var l=Object.assign({},i,o),a=!0===e.browser.serialize?Object.keys(l):s;delete r.serializers,applySerializers([r],a,l,this._stdErrSerialize)}function c(e){this._childLevel=1+(0|e._childLevel),this.error=bind(e,r,\"error\"),this.fatal=bind(e,r,\"fatal\"),this.warn=bind(e,r,\"warn\"),this.info=bind(e,r,\"info\"),this.debug=bind(e,r,\"debug\"),this.trace=bind(e,r,\"trace\"),l&&(this.serializers=l,this._serialize=a),t&&(this._logEvent=createLogEventShape([].concat(e._logEvent.bindings,r)))}return c.prototype=this,new c(this)},t&&(l._logEvent=createLogEventShape()),l}function set(e,t,r,i){const s=Object.getPrototypeOf(t);t[r]=t.levelVal>t.levels.values[r]?noop:s[r]?s[r]:_console[r]||_console[i]||noop,wrap(e,t,r)}function wrap(e,t,r){var i;(e.transmit||t[r]!==noop)&&(t[r]=(i=t[r],function(){const s=e.timestamp(),n=new Array(arguments.length),o=Object.getPrototypeOf&&Object.getPrototypeOf(this)===_console?_console:this;for(var l=0;l<n.length;l++)n[l]=arguments[l];if(e.serialize&&!e.asObject&&applySerializers(n,this._serialize,this.serializers,this._stdErrSerialize),e.asObject?i.call(o,asObject(this,r,n,s)):i.apply(o,n),e.transmit){const i=e.transmit.level||t.level,o=pino.levels.values[i],l=pino.levels.values[r];if(l<o)return;transmit(this,{ts:s,methodLevel:r,methodValue:l,transmitLevel:i,transmitValue:pino.levels.values[e.transmit.level||t.level],send:e.transmit.send,val:t.levelVal},n)}}))}function asObject(e,t,r,i){e._serialize&&applySerializers(r,e._serialize,e.serializers,e._stdErrSerialize);const s=r.slice();let n=s[0];const o={};i&&(o.time=i),o.level=pino.levels.values[t];let l=1+(0|e._childLevel);if(l<1&&(l=1),null!==n&&\"object\"==typeof n){for(;l--&&\"object\"==typeof s[0];)Object.assign(o,s.shift());n=s.length?format(s.shift(),s):void 0}else\"string\"==typeof n&&(n=format(s.shift(),s));return void 0!==n&&(o.msg=n),o}function applySerializers(e,t,r,i){for(const s in e)if(i&&e[s]instanceof Error)e[s]=pino.stdSerializers.err(e[s]);else if(\"object\"==typeof e[s]&&!Array.isArray(e[s]))for(const i in e[s])t&&t.indexOf(i)>-1&&i in r&&(e[s][i]=r[i](e[s][i]))}function bind(e,t,r){return function(){const i=new Array(1+arguments.length);i[0]=t;for(var s=1;s<i.length;s++)i[s]=arguments[s-1];return e[r].apply(this,i)}}function transmit(e,t,r){const i=t.send,s=t.ts,n=t.methodLevel,o=t.methodValue,l=t.val,a=e._logEvent.bindings;applySerializers(r,e._serialize||Object.keys(e.serializers),e.serializers,void 0===e._stdErrSerialize||e._stdErrSerialize),e._logEvent.ts=s,e._logEvent.messages=r.filter(function(e){return-1===a.indexOf(e)}),e._logEvent.level.label=n,e._logEvent.level.value=o,i(n,e._logEvent,l),e._logEvent=createLogEventShape(a)}function createLogEventShape(e){return{ts:0,messages:[],bindings:e||[],level:{label:\"\",value:0}}}function asErrValue(e){const t={type:e.constructor.name,msg:e.message,stack:e.stack};for(const r in e)void 0===t[r]&&(t[r]=e[r]);return t}function getTimeFunction(e){return\"function\"==typeof e.timestamp?e.timestamp:!1===e.timestamp?nullTime:epochTime}function mock(){return{}}function passthrough(e){return e}function noop(){}function nullTime(){return!1}function epochTime(){return Date.now()}function unixTime(){return Math.round(Date.now()/1e3)}function isoTime(){return new Date(Date.now()).toISOString()}function pfGlobalThisOrFallback(){function e(e){return void 0!==e&&e}try{return\"undefined\"!=typeof globalThis?globalThis:(Object.defineProperty(Object.prototype,\"globalThis\",{get:function(){return delete Object.prototype.globalThis,this.globalThis=this},configurable:!0}),globalThis)}catch(t){return e(self)||e(window)||e(this)||{}}}pino.levels={values:{fatal:60,error:50,warn:40,info:30,debug:20,trace:10},labels:{10:\"trace\",20:\"debug\",30:\"info\",40:\"warn\",50:\"error\",60:\"fatal\"}},pino.stdSerializers=stdSerializers,pino.stdTimeFunctions=Object.assign({},{nullTime:nullTime,epochTime:epochTime,unixTime:unixTime,isoTime:isoTime});\\n}, {\"3163\":3163}];\\nwindow.modules[\"502\"] = [function(require,module,exports){module.exports=function(r){var e={};function t(n){if(e[n])return e[n].exports;var o=e[n]={i:n,l:!1,exports:{}};return r[n].call(o.exports,o,o.exports,t),o.l=!0,o.exports}return t.m=r,t.c=e,t.i=function(r){return r},t.d=function(r,e,n){t.o(r,e)||Object.defineProperty(r,e,{configurable:!1,enumerable:!0,get:n})},t.n=function(r){var e=r&&r.__esModule?function(){return r.default}:function(){return r};return t.d(e,\"a\",e),e},t.o=function(r,e){return Object.prototype.hasOwnProperty.call(r,e)},t.p=\"\",t(t.s=95)}([function(r,e){var t=Array.isArray;r.exports=t},function(r,e,t){var n=t(160),o=t(46),a=36e5,i=/[T ]/,u=/:/,s=/^(\\\\d{2})$/,c=[/^([+-]\\\\d{2})$/,/^([+-]\\\\d{3})$/,/^([+-]\\\\d{4})$/],l=/^(\\\\d{4})/,f=[/^([+-]\\\\d{4})/,/^([+-]\\\\d{5})/,/^([+-]\\\\d{6})/],p=/^-(\\\\d{2})$/,d=/^-?(\\\\d{3})$/,h=/^-?(\\\\d{2})-?(\\\\d{2})$/,g=/^-?W(\\\\d{2})$/,m=/^-?W(\\\\d{2})-?(\\\\d{1})$/,v=/^(\\\\d{2}([.,]\\\\d*)?)$/,b=/^(\\\\d{2}):?(\\\\d{2}([.,]\\\\d*)?)$/,y=/^(\\\\d{2}):?(\\\\d{2}):?(\\\\d{2}([.,]\\\\d*)?)$/,x=/([Z+-].*)$/,w=/^(Z)$/,A=/^([+-])(\\\\d{2})$/,E=/^([+-])(\\\\d{2}):?(\\\\d{2})$/;function D(r,e,t){e=e||0,t=t||0;var n=new Date(0);n.setUTCFullYear(r,0,4);var o=7*e+t+1-(n.getUTCDay()||7);return n.setUTCDate(n.getUTCDate()+o),n}r.exports=function(r,e){if(o(r))return new Date(r.getTime());if(\"string\"!=typeof r)return new Date(r);var t=(e||{}).additionalDigits;t=null==t?2:Number(t);var k=function(r){var e,t={},n=r.split(i);if(u.test(n[0])?(t.date=null,e=n[0]):(t.date=n[0],e=n[1]),e){var o=x.exec(e);o?(t.time=e.replace(o[1],\"\"),t.timezone=o[1]):t.time=e}return t}(r),q=function(r,e){var t,n=c[e],o=f[e];if(t=l.exec(r)||o.exec(r)){var a=t[1];return{year:parseInt(a,10),restDateString:r.slice(a.length)}}if(t=s.exec(r)||n.exec(r)){var i=t[1];return{year:100*parseInt(i,10),restDateString:r.slice(i.length)}}return{year:null}}(k.date,t),S=q.year,T=function(r,e){if(null===e)return null;var t,n,o;if(0===r.length)return(n=new Date(0)).setUTCFullYear(e),n;if(t=p.exec(r))return n=new Date(0),o=parseInt(t[1],10)-1,n.setUTCFullYear(e,o),n;if(t=d.exec(r)){n=new Date(0);var a=parseInt(t[1],10);return n.setUTCFullYear(e,0,a),n}if(t=h.exec(r)){n=new Date(0),o=parseInt(t[1],10)-1;var i=parseInt(t[2],10);return n.setUTCFullYear(e,o,i),n}return(t=g.exec(r))?D(e,parseInt(t[1],10)-1):(t=m.exec(r))?D(e,parseInt(t[1],10)-1,parseInt(t[2],10)-1):null}(q.restDateString,S);if(T){var C,L=T.getTime(),O=0;if(k.time&&(O=function(r){var e,t,n;if(e=v.exec(r))return(t=parseFloat(e[1].replace(\",\",\".\")))%24*a;if(e=b.exec(r))return t=parseInt(e[1],10),n=parseFloat(e[2].replace(\",\",\".\")),t%24*a+6e4*n;if(e=y.exec(r)){t=parseInt(e[1],10),n=parseInt(e[2],10);var o=parseFloat(e[3].replace(\",\",\".\"));return t%24*a+6e4*n+1e3*o}return null}(k.time)),k.timezone)C=6e4*function(r){var e,t;return(e=w.exec(r))?0:(e=A.exec(r))?(t=60*parseInt(e[2],10),\"+\"===e[1]?-t:t):(e=E.exec(r))?(t=60*parseInt(e[2],10)+parseInt(e[3],10),\"+\"===e[1]?-t:t):0}(k.timezone);else{var j=L+O,R=new Date(j);C=n(R);var _=new Date(j);_.setDate(R.getDate()+1);var P=n(_)-n(R);P>0&&(C+=P)}return new Date(L+O+C)}return new Date(r)}},function(r,e,t){\"use strict\";e.__esModule=!0,e.extend=u,e.indexOf=function(r,e){for(var t=0,n=r.length;t<n;t++)if(r[t]===e)return t;return-1},e.escapeExpression=function(r){if(\"string\"!=typeof r){if(r&&r.toHTML)return r.toHTML();if(null==r)return\"\";if(!r)return r+\"\";r=\"\"+r}return a.test(r)?r.replace(o,i):r},e.isEmpty=function(r){return!r&&0!==r||!(!l(r)||0!==r.length)},e.createFrame=function(r){var e=u({},r);return e._parent=r,e},e.blockParams=function(r,e){return r.path=e,r},e.appendContextPath=function(r,e){return(r?r+\".\":\"\")+e};var n={\"&\":\"&amp;\",\"<\":\"&lt;\",\">\":\"&gt;\",\\'\"\\':\"&quot;\",\"\\'\":\"&#x27;\",\"`\":\"&#x60;\",\"=\":\"&#x3D;\"},o=/[&<>\"\\'`=]/g,a=/[&<>\"\\'`=]/;function i(r){return n[r]}function u(r){for(var e=1;e<arguments.length;e++)for(var t in arguments[e])Object.prototype.hasOwnProperty.call(arguments[e],t)&&(r[t]=arguments[e][t]);return r}var s=Object.prototype.toString;e.toString=s;var c=function(r){return\"function\"==typeof r};c(/x/)&&(e.isFunction=c=function(r){return\"function\"==typeof r&&\"[object Function]\"===s.call(r)}),e.isFunction=c;var l=Array.isArray||function(r){return!(!r||\"object\"!=typeof r)&&\"[object Array]\"===s.call(r)};e.isArray=l},function(r,e){r.exports=function(r){var e=typeof r;return null!=r&&(\"object\"==e||\"function\"==e)}},function(r,e,t){var n=t(18),o=t(0),a=t(22);r.exports=function(r){return\"string\"==typeof r||!o(r)&&a(r)&&\"[object String]\"==n(r)}},function(r,e,t){\"use strict\";e.__esModule=!0;var n=[\"description\",\"fileName\",\"lineNumber\",\"endLineNumber\",\"message\",\"name\",\"number\",\"stack\"];function o(r,e){var t=e&&e.loc,a=void 0,i=void 0,u=void 0,s=void 0;t&&(a=t.start.line,i=t.end.line,u=t.start.column,s=t.end.column,r+=\" - \"+a+\":\"+u);for(var c=Error.prototype.constructor.call(this,r),l=0;l<n.length;l++)this[n[l]]=c[n[l]];Error.captureStackTrace&&Error.captureStackTrace(this,o);try{t&&(this.lineNumber=a,this.endLineNumber=i,Object.defineProperty?(Object.defineProperty(this,\"column\",{value:u,enumerable:!0}),Object.defineProperty(this,\"endColumn\",{value:s,enumerable:!0})):(this.column=u,this.endColumn=s))}catch(r){}}o.prototype=new Error,e.default=o,r.exports=e.default},function(r,e,t){var n=t(19)(Object.keys,Object);r.exports=n},function(r,e){var t;t=function(){return this}();try{t=t||Function(\"return this\")()||(0,eval)(\"this\")}catch(r){\"object\"==typeof window&&(t=window)}r.exports=t},function(r,e,t){var n=t(213),o=t(214),a=t(77),i=t(0),u=t(281);r.exports=function(r){return\"function\"==typeof r?r:null==r?a:\"object\"==typeof r?i(r)?o(r[0],r[1]):n(r):u(r)}},function(r,e,t){var n=t(15),o=t(58);r.exports=function(r,e,t,a){var i=!t;t||(t={});for(var u=-1,s=e.length;++u<s;){var c=e[u],l=a?a(t[c],r[c],c,t,r):void 0;void 0===l&&(l=r[c]),i?o(t,c,l):n(t,c,l)}return t}},function(r,e,t){var n=t(23);r.exports=function(r){if(\"string\"==typeof r||n(r))return r;var e=r+\"\";return\"0\"==e&&1/r==-1/0?\"-0\":e}},function(r,e,t){var n=t(275),o=t(80);r.exports=function(r){return null!=r&&o(r.length)&&!n(r)}},function(r,e){r.exports=function(r){var e=null==r?0:r.length;return e?r[e-1]:void 0}},function(r,e,t){var n=t(0),o=t(32),a=t(263),i=t(38);r.exports=function(r,e){return n(r)?r:o(r,e)?[r]:a(i(r))}},function(r,e){r.exports=function(r,e){for(var t=-1,n=null==r?0:r.length,o=Array(n);++t<n;)o[t]=e(r[t],t,r);return o}},function(r,e,t){var n=t(58),o=t(74),a=Object.prototype.hasOwnProperty;r.exports=function(r,e,t){var i=r[e];a.call(r,e)&&o(i,t)&&(void 0!==t||e in r)||n(r,e,t)}},function(r,e,t){var n=t(74);r.exports=function(r,e){for(var t=r.length;t--;)if(n(r[t][0],e))return t;return-1}},function(r,e,t){var n=t(60),o=t(233)(n);r.exports=o},function(r,e){var t=Object.prototype.toString;r.exports=function(r){return t.call(r)}},function(r,e){r.exports=function(r,e){return function(t){return r(e(t))}}},function(r,e,t){var n=t(29);r.exports=function(r,e,t){var o=null==r?void 0:n(r,e);return void 0===o?t:o}},function(r,e,t){var n=t(30);r.exports=function(r){return null!=r&&r.length?n(r,0,-1):[]}},function(r,e){r.exports=function(r){return null!=r&&\"object\"==typeof r}},function(r,e){r.exports=function(){return!1}},function(r,e,t){var n=t(221);r.exports=function(r,e,t){return null==r?r:n(r,e,t)}},function(r,e,t){var n=t(165),o=t(166),a=t(45),i=t(1),u=t(26),s=t(48),c={M:function(r){return r.getMonth()+1},MM:function(r){return p(r.getMonth()+1,2)},Q:function(r){return Math.ceil((r.getMonth()+1)/3)},D:function(r){return r.getDate()},DD:function(r){return p(r.getDate(),2)},DDD:function(r){return n(r)},DDDD:function(r){return p(n(r),3)},d:function(r){return r.getDay()},E:function(r){return r.getDay()||7},W:function(r){return o(r)},WW:function(r){return p(o(r),2)},YY:function(r){return p(r.getFullYear(),4).substr(2)},YYYY:function(r){return p(r.getFullYear(),4)},GG:function(r){return String(a(r)).substr(2)},GGGG:function(r){return a(r)},H:function(r){return r.getHours()},HH:function(r){return p(r.getHours(),2)},h:function(r){var e=r.getHours();return 0===e?12:e>12?e%12:e},hh:function(r){return p(c.h(r),2)},m:function(r){return r.getMinutes()},mm:function(r){return p(r.getMinutes(),2)},s:function(r){return r.getSeconds()},ss:function(r){return p(r.getSeconds(),2)},S:function(r){return Math.floor(r.getMilliseconds()/100)},SS:function(r){return p(Math.floor(r.getMilliseconds()/10),2)},SSS:function(r){return p(r.getMilliseconds(),3)},Z:function(r){return f(r.getTimezoneOffset(),\":\")},ZZ:function(r){return f(r.getTimezoneOffset())},X:function(r){return Math.floor(r.getTime()/1e3)},x:function(r){return r.getTime()}};function l(r){return r.match(/\\\\[[\\\\s\\\\S]/)?r.replace(/^\\\\[|]$/g,\"\"):r.replace(/\\\\\\\\/g,\"\")}function f(r,e){e=e||\"\";var t=r>0?\"-\":\"+\",n=Math.abs(r),o=n%60;return t+p(Math.floor(n/60),2)+e+p(o,2)}function p(r,e){for(var t=Math.abs(r).toString();t.length<e;)t=\"0\"+t;return t}r.exports=function(r,e,t){var n=e?String(e):\"YYYY-MM-DDTHH:mm:ss.SSSZ\",o=(t||{}).locale,a=s.format.formatters,f=s.format.formattingTokensRegExp;o&&o.format&&o.format.formatters&&(a=o.format.formatters,o.format.formattingTokensRegExp&&(f=o.format.formattingTokensRegExp));var p=i(r);return u(p)?function(r,e,t){var n,o,a=r.match(t),i=a.length;for(n=0;n<i;n++)o=e[a[n]]||c[a[n]],a[n]=o||l(a[n]);return function(r){for(var e=\"\",t=0;t<i;t++)a[t]instanceof Function?e+=a[t](r,c):e+=a[t];return e}}(n,a,f)(p):\"Invalid Date\"}},function(r,e,t){var n=t(46);r.exports=function(r){if(n(r))return!isNaN(r);throw new TypeError(toString.call(r)+\" is not an instance of Date\")}},function(r,e,t){var n=t(171);r.exports=function(r){return n(r,{weekStartsOn:1})}},function(r,e,t){var n=t(256),o=t(257),a=t(258),i=t(259),u=t(260);function s(r){var e=-1,t=null==r?0:r.length;for(this.clear();++e<t;){var n=r[e];this.set(n[0],n[1])}}s.prototype.clear=n,s.prototype.delete=o,s.prototype.get=a,s.prototype.has=i,s.prototype.set=u,r.exports=s},function(r,e,t){var n=t(13),o=t(10);r.exports=function(r,e){for(var t=0,a=(e=n(e,r)).length;null!=r&&t<a;)r=r[o(e[t++])];return t&&t==a?r:void 0}},function(r,e){r.exports=function(r,e,t){var n=-1,o=r.length;e<0&&(e=-e>o?0:o+e),(t=t>o?o:t)<0&&(t+=o),o=e>t?0:t-e>>>0,e>>>=0;for(var a=Array(o);++n<o;)a[n]=r[n+e];return a}},function(r,e){var t=Object.prototype.toString;r.exports=function(r){return t.call(r)}},function(r,e,t){var n=t(0),o=t(23),a=/\\\\.|\\\\[(?:[^[\\\\]]*|([\"\\'])(?:(?!\\\\1)[^\\\\\\\\]|\\\\\\\\.)*?\\\\1)\\\\]/,i=/^\\\\w*$/;r.exports=function(r,e){if(n(r))return!1;var t=typeof r;return!(\"number\"!=t&&\"symbol\"!=t&&\"boolean\"!=t&&null!=r&&!o(r))||i.test(r)||!a.test(r)||null!=e&&r in Object(e)}},function(r,e){r.exports=function(){return!1}},function(r,e,t){var n=t(245),o=\"object\"==typeof self&&self&&self.Object===Object&&self,a=n||o||Function(\"return this\")();r.exports=a},function(r,e){r.exports=function(){return!1}},function(r,e){r.exports=function(){return!1}},function(r,e,t){var n=t(14),o=t(8),a=t(212),i=t(0);r.exports=function(r,e){return(i(r)?n:a)(r,o(e,3))}},function(r,e,t){var n=t(222);r.exports=function(r){return null==r?\"\":n(r)}},function(r,e,t){\"use strict\";var n,o,a;o=[],void 0===(a=\"function\"==typeof(n=function(){var r=0,e=1,t=/\\\\s/,n=/<(\\\\w*)>/g;return function(o,a,i){o=o||\"\";var u,s,c,l=r,f=0,p=\"\",d=\"\",h=!1;for(\"string\"==typeof a?a=function(r){for(var e,t=[];null!==(e=n.exec(r));)t.push(e[1]);return 0!==t.length?t:null}(a):Array.isArray(a)||(a=null),u=0,s=o.length;u<s;u++)switch(c=o[u]){case\"<\":if(h)break;if(\" \"==o[u+1]){g(c);break}if(l==r){l=e,g(c);break}if(l==e){f++;break}g(c);break;case\">\":if(f){f--;break}if(h)break;if(l==e){h=l=0,a&&(d+=\">\",m());break}if(2==l){h=l=0,d=\"\";break}if(3==l&&\"-\"==o[u-1]&&\"-\"==o[u-2]){h=l=0,d=\"\";break}g(c);break;case\\'\"\\':case\"\\'\":l==e&&(h==c?h=!1:h||(h=c)),g(c);break;case\"!\":if(l==e&&\"<\"==o[u-1]){l=2;break}g(c);break;case\"-\":if(2==l&&\"-\"==o[u-1]&&\"!\"==o[u-2]){l=3;break}g(c);break;case\"E\":case\"e\":if(2==l&&\"doctype\"==o.substr(u-6,7).toLowerCase()){l=e;break}g(c);break;default:g(c)}function g(t){l==r?p+=t:a&&l==e&&(d+=t)}function m(){var r,e,n,o=\"\",u=!1;r:for(r=0,e=d.length;r<e;r++)switch(n=d[r].toLowerCase()){case\"<\":break;case\">\":break r;case\"/\":u=!0;break;default:if(n.match(t)){if(u)break r}else u=!0,o+=n}-1!==a.indexOf(o)?p+=d:i&&(p+=i),d=\"\"}return p}})?n.apply(e,o):n)||(r.exports=a)},function(r,e,t){\"use strict\";r.exports=function(r){if(r&&\"string\"==typeof r)return r.charAt(0).toUpperCase()+r.slice(1)},r.exports.example={code:\\'{{ capitalize \"foo bar\" }}\\',result:\\'\"Foo bar\"\\'}},function(r,e,t){\"use strict\";var n=t(25);r.exports=function(r,e){return e=e||\"M/D/YYYY [at] h:mm a\",r=\"now\"===r?new Date:r,n(r,e)}},function(r,e,t){var n=t(1);r.exports=function(r,e){var t=n(r),o=n(e);return t.getTime()-o.getTime()}},function(r,e,t){var n=t(42);r.exports=function(r,e){var t=n(r,e)/6e4;return t>0?Math.floor(t):Math.ceil(t)}},function(r,e,t){var n=t(162),o=t(1),a=t(164),i=t(48),u=525600;r.exports=function(r,e,t){var s=t||{},c=n(r,e),l=s.locale,f=i.distanceInWords.localize;l&&l.distanceInWords&&l.distanceInWords.localize&&(f=l.distanceInWords.localize);var p,d,h,g={addSuffix:Boolean(s.addSuffix),comparison:c};c>0?(p=o(r),d=o(e)):(p=o(e),d=o(r));var m=Math[s.partialMethod?String(s.partialMethod):\"floor\"],v=a(d,p),b=d.getTimezoneOffset()-p.getTimezoneOffset(),y=m(v/60)-b;if(\"s\"===(h=s.unit?String(s.unit):y<1?\"s\":y<60?\"m\":y<1440?\"h\":y<43200?\"d\":y<u?\"M\":\"Y\"))return f(\"xSeconds\",v,g);if(\"m\"===h)return f(\"xMinutes\",y,g);if(\"h\"===h)return f(\"xHours\",m(y/60),g);if(\"d\"===h)return f(\"xDays\",m(y/1440),g);if(\"M\"===h)return f(\"xMonths\",m(y/43200),g);if(\"Y\"===h)return f(\"xYears\",m(y/u),g);throw new Error(\"Unknown unit: \"+h)}},function(r,e,t){var n=t(1),o=t(27);r.exports=function(r){var e=n(r),t=e.getFullYear(),a=new Date(0);a.setFullYear(t+1,0,4),a.setHours(0,0,0,0);var i=o(a),u=new Date(0);u.setFullYear(t,0,4),u.setHours(0,0,0,0);var s=o(u);return e.getTime()>=i.getTime()?t+1:e.getTime()>=s.getTime()?t:t-1}},function(r,e){r.exports=function(r){return r instanceof Date}},function(r,e,t){var n=t(49);r.exports=function(r,e){var t=n(r),o=n(e);return t.getTime()===o.getTime()}},function(r,e,t){var n=t(168),o=t(169);r.exports={distanceInWords:n(),format:o()}},function(r,e,t){var n=t(1);r.exports=function(r){var e=n(r);return e.setHours(0,0,0,0),e}},function(r,e,t){var n=t(161);r.exports=function(r,e){var t=Number(e);return n(r,-t)}},function(r,e,t){\"use strict\";function n(r){return r&&r.__esModule?r:{default:r}}e.__esModule=!0,e.HandlebarsEnvironment=l;var o=t(2),a=n(t(5)),i=t(52),u=t(175),s=n(t(54)),c=t(53);function l(r,e,t){this.helpers=r||{},this.partials=e||{},this.decorators=t||{},i.registerDefaultHelpers(this),u.registerDefaultDecorators(this)}e.VERSION=\"4.7.7\",e.COMPILER_REVISION=8,e.LAST_COMPATIBLE_COMPILER_REVISION=7,e.REVISION_CHANGES={1:\"<= 1.0.rc.2\",2:\"== 1.0.0-rc.3\",3:\"== 1.0.0-rc.4\",4:\"== 1.x.x\",5:\"== 2.0.0-alpha.x\",6:\">= 2.0.0-beta.1\",7:\">= 4.0.0 <4.3.0\",8:\">= 4.3.0\"},l.prototype={constructor:l,logger:s.default,log:s.default.log,registerHelper:function(r,e){if(\"[object Object]\"===o.toString.call(r)){if(e)throw new a.default(\"Arg not supported with multiple helpers\");o.extend(this.helpers,r)}else this.helpers[r]=e},unregisterHelper:function(r){delete this.helpers[r]},registerPartial:function(r,e){if(\"[object Object]\"===o.toString.call(r))o.extend(this.partials,r);else{if(void 0===e)throw new a.default(\\'Attempting to register a partial called \"\\'+r+\\'\" as undefined\\');this.partials[r]=e}},unregisterPartial:function(r){delete this.partials[r]},registerDecorator:function(r,e){if(\"[object Object]\"===o.toString.call(r)){if(e)throw new a.default(\"Arg not supported with multiple decorators\");o.extend(this.decorators,r)}else this.decorators[r]=e},unregisterDecorator:function(r){delete this.decorators[r]},resetLoggedPropertyAccesses:function(){c.resetLoggedProperties()}};var f=s.default.log;e.log=f,e.createFrame=o.createFrame,e.logger=s.default},function(r,e,t){\"use strict\";function n(r){return r&&r.__esModule?r:{default:r}}e.__esModule=!0,e.registerDefaultHelpers=function(r){o.default(r),a.default(r),i.default(r),u.default(r),s.default(r),c.default(r),l.default(r)},e.moveHelperToHooks=function(r,e,t){r.helpers[e]&&(r.hooks[e]=r.helpers[e],t||delete r.helpers[e])};var o=n(t(177)),a=n(t(178)),i=n(t(179)),u=n(t(180)),s=n(t(181)),c=n(t(182)),l=n(t(183))},function(r,e,t){\"use strict\";e.__esModule=!0,e.createProtoAccessControl=function(r){var e=Object.create(null);e.constructor=!1,e.__defineGetter__=!1,e.__defineSetter__=!1,e.__lookupGetter__=!1;var t=Object.create(null);return t.__proto__=!1,{properties:{whitelist:n.createNewLookupObject(t,r.allowedProtoProperties),defaultValue:r.allowProtoPropertiesByDefault},methods:{whitelist:n.createNewLookupObject(e,r.allowedProtoMethods),defaultValue:r.allowProtoMethodsByDefault}}},e.resultIsAllowed=function(r,e,t){return function(r,e){return void 0!==r.whitelist[e]?!0===r.whitelist[e]:void 0!==r.defaultValue?r.defaultValue:(function(r){!0!==a[r]&&(a[r]=!0,o.log(\"error\",\\'Handlebars: Access has been denied to resolve the property \"\\'+r+\\'\" because it is not an \"own property\" of its parent.\\\\nYou can add a runtime option to disable the check or this warning:\\\\nSee https://handlebarsjs.com/api-reference/runtime-options.html#options-to-control-prototype-access for details\\'))}(e),!1)}(\"function\"==typeof r?e.methods:e.properties,t)},e.resetLoggedProperties=function(){Object.keys(a).forEach(function(r){delete a[r]})};var n=t(184),o=function(r){if(r&&r.__esModule)return r;var e={};if(null!=r)for(var t in r)Object.prototype.hasOwnProperty.call(r,t)&&(e[t]=r[t]);return e.default=r,e}(t(54)),a=Object.create(null)},function(r,e,t){\"use strict\";e.__esModule=!0;var n=t(2),o={methodMap:[\"debug\",\"info\",\"warn\",\"error\"],level:\"info\",lookupLevel:function(r){if(\"string\"==typeof r){var e=n.indexOf(o.methodMap,r.toLowerCase());r=e>=0?e:parseInt(r,10)}return r},log:function(r){if(r=o.lookupLevel(r),\"undefined\"!=typeof console&&o.lookupLevel(o.level)<=r){var e=o.methodMap[r];console[e]||(e=\"log\");for(var t=arguments.length,n=Array(t>1?t-1:0),a=1;a<t;a++)n[a-1]=arguments[a];console[e].apply(console,n)}}};e.default=o,r.exports=e.default},function(r,e,t){var n=t(34).Symbol;r.exports=n},function(r,e){r.exports=function(r,e){for(var t=-1,n=null==r?0:r.length;++t<n&&!1!==e(r[t],t,r););return r}},function(r,e){r.exports=function(r,e,t,n){var o=-1,a=null==r?0:r.length;for(n&&a&&(t=r[++o]);++o<a;)t=e(t,r[o],o,r);return t}},function(r,e,t){var n=t(240);r.exports=function(r,e,t){\"__proto__\"==e&&n?n(r,e,{configurable:!0,enumerable:!0,value:t,writable:!0}):r[e]=t}},function(r,e,t){var n=t(28),o=t(56),a=t(15),i=t(201),u=t(202),s=t(228),c=t(229),l=t(230),f=t(231),p=t(64),d=t(65),h=t(31),g=t(252),m=t(253),v=t(254),b=t(0),y=t(36),x=t(276),w=t(3),A=t(279),E=t(6),D=t(82),k=\"[object Arguments]\",q=\"[object Function]\",S=\"[object Object]\",T={};T[k]=T[\"[object Array]\"]=T[\"[object ArrayBuffer]\"]=T[\"[object DataView]\"]=T[\"[object Boolean]\"]=T[\"[object Date]\"]=T[\"[object Float32Array]\"]=T[\"[object Float64Array]\"]=T[\"[object Int8Array]\"]=T[\"[object Int16Array]\"]=T[\"[object Int32Array]\"]=T[\"[object Map]\"]=T[\"[object Number]\"]=T[S]=T[\"[object RegExp]\"]=T[\"[object Set]\"]=T[\"[object String]\"]=T[\"[object Symbol]\"]=T[\"[object Uint8Array]\"]=T[\"[object Uint8ClampedArray]\"]=T[\"[object Uint16Array]\"]=T[\"[object Uint32Array]\"]=!0,T[\"[object Error]\"]=T[q]=T[\"[object WeakMap]\"]=!1,r.exports=function r(e,t,C,L,O,j){var R,_=1&t,P=2&t,N=4&t;if(C&&(R=O?C(e,L,O,j):C(e)),void 0!==R)return R;if(!w(e))return e;var B=b(e);if(B){if(R=g(e),!_)return c(e,R)}else{var I=h(e),U=I==q||\"[object GeneratorFunction]\"==I;if(y(e))return s(e,_);if(I==S||I==k||U&&!O){if(R=P||U?{}:v(e),!_)return P?f(e,u(R,e)):l(e,i(R,e))}else{if(!T[I])return O?e:{};R=m(e,I,_)}}j||(j=new n);var M=j.get(e);if(M)return M;j.set(e,R),A(e)?e.forEach(function(n){R.add(r(n,t,C,n,e,j))}):x(e)&&e.forEach(function(n,o){R.set(o,r(n,t,C,o,e,j))});var F=B?void 0:(N?P?d:p:P?D:E)(e);return o(F||e,function(n,o){F&&(n=e[o=n]),a(R,o,r(n,t,C,o,e,j))}),R}},function(r,e,t){var n=t(207),o=t(6);r.exports=function(r,e){return r&&n(r,e,o)}},function(r,e){r.exports=function(r,e,t){for(var n=t-1,o=r.length;++n<o;)if(r[n]===e)return n;return-1}},function(r,e,t){var n=t(209),o=t(22);r.exports=function r(e,t,a,i,u){return e===t||(null==e||null==t||!o(e)&&!o(t)?e!=e&&t!=t:n(e,t,a,i,r,u))}},function(r,e){r.exports=function(r){return r}},function(r,e,t){var n=t(19)(Object.keys,Object);r.exports=n},function(r,e){r.exports=function(r){var e=[];if(null!=r)for(var t in Object(r))e.push(t);return e}},function(r,e,t){var n=t(19)(Object.getPrototypeOf,Object);r.exports=n},function(r,e){var t=/^(?:0|[1-9]\\\\d*)$/;r.exports=function(r,e){var n=typeof r;return!!(e=null==e?9007199254740991:e)&&(\"number\"==n||\"symbol\"!=n&&t.test(r))&&r>-1&&r%1==0&&r<e}},function(r,e){r.exports=function(){return!1}},function(r,e,t){var n=t(3);r.exports=function(r){return r==r&&!n(r)}},function(r,e){r.exports=function(r,e){return function(t){return null!=t&&t[r]===e&&(void 0!==e||r in Object(t))}}},function(r,e,t){var n=t(196),o=Math.max;r.exports=function(r,e,t){return e=o(void 0===e?r.length-1:e,0),function(){for(var a=arguments,i=-1,u=o(a.length-e,0),s=Array(u);++i<u;)s[i]=a[e+i];i=-1;for(var c=Array(e+1);++i<e;)c[i]=a[i];return c[e]=t(s),n(r,this,c)}}},function(r,e){r.exports=function(r){return r}},function(r,e){r.exports=function(r){for(var e=-1,t=null==r?0:r.length,n=0,o=[];++e<t;){var a=r[e];a&&(o[n++]=a)}return o}},function(r,e){r.exports=function(r,e){return r===e||r!=r&&e!=e}},function(r,e,t){var n=t(197),o=t(204),a=t(8),i=t(0);r.exports=function(r,e){return(i(r)?n:o)(r,a(e,3))}},function(r,e,t){var n=t(236)(t(269));r.exports=n},function(r,e){r.exports=function(r){return r}},function(r,e,t){var n=t(61),o=t(11),a=t(4),i=t(86),u=t(285),s=Math.max;r.exports=function(r,e,t,c){r=o(r)?r:u(r),t=t&&!c?i(t):0;var l=r.length;return t<0&&(t=s(l+t,0)),a(r)?t<=l&&r.indexOf(e,t)>-1:!!l&&n(r,e,t)>-1}},function(r,e,t){var n=t(211),o=t(31),a=t(35),i=t(0),u=t(11),s=t(36),c=t(33),l=t(81),f=Object.prototype.hasOwnProperty;r.exports=function(r){if(null==r)return!0;if(u(r)&&(i(r)||\"string\"==typeof r||\"function\"==typeof r.splice||s(r)||l(r)||a(r)))return!r.length;var e=o(r);if(\"[object Map]\"==e||\"[object Set]\"==e)return!r.size;if(c(r))return!n(r).length;for(var t in r)if(f.call(r,t))return!1;return!0}},function(r,e){r.exports=function(r){return\"number\"==typeof r&&r>-1&&r%1==0&&r<=9007199254740991}},function(r,e){r.exports=function(){return!1}},function(r,e){r.exports=function(r){var e=[];if(null!=r)for(var t in Object(r))e.push(t);return e}},function(r,e,t){var n=t(14),o=t(59),a=t(224),i=t(13),u=t(9),s=t(238),c=t(244),l=t(65),f=c(function(r,e){var t={};if(null==r)return t;var c=!1;e=n(e,function(e){return e=i(e,r),c||(c=e.length>1),e}),u(r,l(r),t),c&&(t=o(t,7,s));for(var f=e.length;f--;)a(t,e[f]);return t});r.exports=f},function(r,e,t){var n=t(8),o=t(226);r.exports=function(r,e){return r&&r.length?o(r,n(e,3)):[]}},function(r,e,t){var n=t(284);r.exports=function(r){return r?(r=n(r))===1/0||r===-1/0?1.7976931348623157e308*(r<0?-1:1):r==r?r:0:0===r?r:0}},function(r,e,t){var n=t(85);r.exports=function(r){var e=n(r),t=e%1;return e==e?t?e-t:e:0}},function(r,e,t){var n=t(200),o=t(251),a=t(38),i=t(265);r.exports=function(r,e,t){return r=a(r),void 0===(e=t?void 0:e)?o(r)?i(r):n(r):r.match(e)||[]}},function(r,e){var t,n,o=r.exports={};function a(){throw new Error(\"setTimeout has not been defined\")}function i(){throw new Error(\"clearTimeout has not been defined\")}function u(r){if(t===setTimeout)return setTimeout(r,0);if((t===a||!t)&&setTimeout)return t=setTimeout,setTimeout(r,0);try{return t(r,0)}catch(e){try{return t.call(null,r,0)}catch(e){return t.call(this,r,0)}}}!function(){try{t=\"function\"==typeof setTimeout?setTimeout:a}catch(r){t=a}try{n=\"function\"==typeof clearTimeout?clearTimeout:i}catch(r){n=i}}();var s,c=[],l=!1,f=-1;function p(){l&&s&&(l=!1,s.length?c=s.concat(c):f=-1,c.length&&d())}function d(){if(!l){var r=u(p);l=!0;for(var e=c.length;e;){for(s=c,c=[];++f<e;)s&&s[f].run();f=-1,e=c.length}s=null,l=!1,function(r){if(n===clearTimeout)return clearTimeout(r);if((n===i||!n)&&clearTimeout)return n=clearTimeout,clearTimeout(r);try{n(r)}catch(e){try{return n.call(null,r)}catch(e){return n.call(this,r)}}}(r)}}function h(r,e){this.fun=r,this.array=e}function g(){}o.nextTick=function(r){var e=new Array(arguments.length-1);if(arguments.length>1)for(var t=1;t<arguments.length;t++)e[t-1]=arguments[t];c.push(new h(r,e)),1!==c.length||l||u(d)},h.prototype.run=function(){this.fun.apply(null,this.array)},o.title=\"browser\",o.browser=!0,o.env={},o.argv=[],o.version=\"\",o.versions={},o.on=g,o.addListener=g,o.once=g,o.off=g,o.removeListener=g,o.removeAllListeners=g,o.emit=g,o.prependListener=g,o.prependOnceListener=g,o.listeners=function(r){return[]},o.binding=function(r){throw new Error(\"process.binding is not supported\")},o.cwd=function(){return\"/\"},o.chdir=function(r){throw new Error(\"process.chdir is not supported\")},o.umask=function(){return 0}},function(r,e){r.exports=function(r){return r.webpackPolyfill||(r.deprecate=function(){},r.paths=[],r.children||(r.children=[]),Object.defineProperty(r,\"loaded\",{enumerable:!0,get:function(){return r.l}}),Object.defineProperty(r,\"id\",{enumerable:!0,get:function(){return r.i}}),r.webpackPolyfill=1),r}},function(r,e,t){var n={\"./arrays/join.js\":96,\"./arrays/map.js\":97,\"./arrays/range.js\":98,\"./components/addAnnotatedTextAria.js\":99,\"./components/addInSplashAds.js\":100,\"./components/addOrderedIds.js\":101,\"./components/adsToDummies.js\":102,\"./components/checksum.js\":103,\"./components/displaySelf.js\":104,\"./components/displaySelfAll.js\":105,\"./components/filterComponents.js\":106,\"./components/getComponentName.js\":107,\"./conditionals/compare.js\":108,\"./conditionals/if.js\":109,\"./conditionals/ifAll.js\":110,\"./conditionals/ifAny.js\":111,\"./conditionals/ifNone.js\":112,\"./conditionals/modulo.js\":113,\"./conditionals/unlessAll.js\":114,\"./html/perWordClasses.js\":115,\"./html/striptags.js\":116,\"./html/wordCount.js\":117,\"./misc/default.js\":118,\"./misc/extractImgHeight.js\":119,\"./misc/extractImgWidth.js\":120,\"./misc/indexOf.js\":121,\"./misc/set.js\":122,\"./misc/slugToSiteName.js\":123,\"./numbers/add.js\":124,\"./numbers/addCommas.js\":125,\"./numbers/addOrdinalSuffix.js\":126,\"./numbers/divide.js\":127,\"./numbers/multiply.js\":128,\"./numbers/num.js\":129,\"./numbers/random.js\":130,\"./numbers/round.js\":131,\"./numbers/subtract.js\":132,\"./numbers/toK.js\":133,\"./objects/commaSeparated.js\":134,\"./objects/getKey.js\":135,\"./objects/getProp.js\":136,\"./objects/omitKey.js\":137,\"./objects/omitProp.js\":138,\"./objects/setKey.js\":139,\"./objects/setProp.js\":140,\"./objects/stringify.js\":141,\"./strings/capitalize.js\":40,\"./strings/capitalizeAll.js\":142,\"./strings/concat.js\":143,\"./strings/includes.js\":144,\"./strings/kebabCase.js\":145,\"./strings/longestWord.js\":146,\"./strings/lowercase.js\":147,\"./strings/randomString.js\":148,\"./strings/removeSpaces.js\":149,\"./strings/replace.js\":150,\"./strings/trim.js\":151,\"./strings/truncate.js\":152,\"./time/articleDate.js\":153,\"./time/dateMinimal.js\":154,\"./time/formatLocalDate.js\":41,\"./time/moment.js\":155,\"./urls/urlencode.js\":156};function o(r){return t(a(r))}function a(r){var e=n[r];if(!(e+1))throw new Error(\"Cannot find module \\'\"+r+\"\\'.\");return e}o.keys=function(){return Object.keys(n)},o.resolve=a,r.exports=o,o.id=90},function(r,e,t){r.exports=function(r){function e(n){if(t[n])return t[n].exports;var o=t[n]={exports:{},id:n,loaded:!1};return r[n].call(o.exports,o,o.exports,e),o.loaded=!0,o.exports}var t={};return e.m=r,e.c=t,e.p=\"\",e(0)}([function(r,e,t){\"use strict\";function n(){var r=new i.HandlebarsEnvironment;return c.extend(r,i),r.SafeString=u.default,r.Exception=s.default,r.Utils=c,r.escapeExpression=c.escapeExpression,r.VM=l,r.template=function(e){return l.template(e,r)},r}var o=t(1).default,a=t(2).default;e.__esModule=!0;var i=o(t(3)),u=a(t(36)),s=a(t(5)),c=o(t(4)),l=o(t(37)),f=a(t(43)),p=n();p.create=n,f.default(p),p.default=p,e.default=p,r.exports=e.default},function(r,e){\"use strict\";e.default=function(r){if(r&&r.__esModule)return r;var e={};if(null!=r)for(var t in r)Object.prototype.hasOwnProperty.call(r,t)&&(e[t]=r[t]);return e.default=r,e},e.__esModule=!0},function(r,e){\"use strict\";e.default=function(r){return r&&r.__esModule?r:{default:r}},e.__esModule=!0},function(r,e,t){\"use strict\";function n(r,e,t){this.helpers=r||{},this.partials=e||{},this.decorators=t||{},u.registerDefaultHelpers(this),s.registerDefaultDecorators(this)}var o=t(2).default;e.__esModule=!0,e.HandlebarsEnvironment=n;var a=t(4),i=o(t(5)),u=t(9),s=t(29),c=o(t(31)),l=t(32);e.VERSION=\"4.7.7\",e.COMPILER_REVISION=8,e.LAST_COMPATIBLE_COMPILER_REVISION=7,e.REVISION_CHANGES={1:\"<= 1.0.rc.2\",2:\"== 1.0.0-rc.3\",3:\"== 1.0.0-rc.4\",4:\"== 1.x.x\",5:\"== 2.0.0-alpha.x\",6:\">= 2.0.0-beta.1\",7:\">= 4.0.0 <4.3.0\",8:\">= 4.3.0\"};var f=\"[object Object]\";n.prototype={constructor:n,logger:c.default,log:c.default.log,registerHelper:function(r,e){if(a.toString.call(r)===f){if(e)throw new i.default(\"Arg not supported with multiple helpers\");a.extend(this.helpers,r)}else this.helpers[r]=e},unregisterHelper:function(r){delete this.helpers[r]},registerPartial:function(r,e){if(a.toString.call(r)===f)a.extend(this.partials,r);else{if(void 0===e)throw new i.default(\\'Attempting to register a partial called \"\\'+r+\\'\" as undefined\\');this.partials[r]=e}},unregisterPartial:function(r){delete this.partials[r]},registerDecorator:function(r,e){if(a.toString.call(r)===f){if(e)throw new i.default(\"Arg not supported with multiple decorators\");a.extend(this.decorators,r)}else this.decorators[r]=e},unregisterDecorator:function(r){delete this.decorators[r]},resetLoggedPropertyAccesses:function(){l.resetLoggedProperties()}};var p=c.default.log;e.log=p,e.createFrame=a.createFrame,e.logger=c.default},function(r,e){\"use strict\";function t(r){return o[r]}function n(r){for(var e=1;e<arguments.length;e++)for(var t in arguments[e])Object.prototype.hasOwnProperty.call(arguments[e],t)&&(r[t]=arguments[e][t]);return r}e.__esModule=!0,e.extend=n,e.indexOf=function(r,e){for(var t=0,n=r.length;t<n;t++)if(r[t]===e)return t;return-1},e.escapeExpression=function(r){if(\"string\"!=typeof r){if(r&&r.toHTML)return r.toHTML();if(null==r)return\"\";if(!r)return r+\"\";r=\"\"+r}return i.test(r)?r.replace(a,t):r},e.isEmpty=function(r){return!r&&0!==r||!(!c(r)||0!==r.length)},e.createFrame=function(r){var e=n({},r);return e._parent=r,e},e.blockParams=function(r,e){return r.path=e,r},e.appendContextPath=function(r,e){return(r?r+\".\":\"\")+e};var o={\"&\":\"&amp;\",\"<\":\"&lt;\",\">\":\"&gt;\",\\'\"\\':\"&quot;\",\"\\'\":\"&#x27;\",\"`\":\"&#x60;\",\"=\":\"&#x3D;\"},a=/[&<>\"\\'`=]/g,i=/[&<>\"\\'`=]/,u=Object.prototype.toString;e.toString=u;var s=function(r){return\"function\"==typeof r};s(/x/)&&(e.isFunction=s=function(r){return\"function\"==typeof r&&\"[object Function]\"===u.call(r)}),e.isFunction=s;var c=Array.isArray||function(r){return!(!r||\"object\"!=typeof r)&&\"[object Array]\"===u.call(r)};e.isArray=c},function(r,e,t){\"use strict\";function n(r,e){var t=e&&e.loc,i=void 0,u=void 0,s=void 0,c=void 0;t&&(i=t.start.line,u=t.end.line,s=t.start.column,c=t.end.column,r+=\" - \"+i+\":\"+s);for(var l=Error.prototype.constructor.call(this,r),f=0;f<a.length;f++)this[a[f]]=l[a[f]];Error.captureStackTrace&&Error.captureStackTrace(this,n);try{t&&(this.lineNumber=i,this.endLineNumber=u,o?(Object.defineProperty(this,\"column\",{value:s,enumerable:!0}),Object.defineProperty(this,\"endColumn\",{value:c,enumerable:!0})):(this.column=s,this.endColumn=c))}catch(r){}}var o=t(6).default;e.__esModule=!0;var a=[\"description\",\"fileName\",\"lineNumber\",\"endLineNumber\",\"message\",\"name\",\"number\",\"stack\"];n.prototype=new Error,e.default=n,r.exports=e.default},function(r,e,t){r.exports={default:t(7),__esModule:!0}},function(r,e,t){var n=t(8);r.exports=function(r,e,t){return n.setDesc(r,e,t)}},function(r,e){var t=Object;r.exports={create:t.create,getProto:t.getPrototypeOf,isEnum:{}.propertyIsEnumerable,getDesc:t.getOwnPropertyDescriptor,setDesc:t.defineProperty,setDescs:t.defineProperties,getKeys:t.keys,getNames:t.getOwnPropertyNames,getSymbols:t.getOwnPropertySymbols,each:[].forEach}},function(r,e,t){\"use strict\";var n=t(2).default;e.__esModule=!0,e.registerDefaultHelpers=function(r){o.default(r),a.default(r),i.default(r),u.default(r),s.default(r),c.default(r),l.default(r)},e.moveHelperToHooks=function(r,e,t){r.helpers[e]&&(r.hooks[e]=r.helpers[e],t||delete r.helpers[e])};var o=n(t(10)),a=n(t(11)),i=n(t(24)),u=n(t(25)),s=n(t(26)),c=n(t(27)),l=n(t(28))},function(r,e,t){\"use strict\";e.__esModule=!0;var n=t(4);e.default=function(r){r.registerHelper(\"blockHelperMissing\",function(e,t){var o=t.inverse,a=t.fn;if(!0===e)return a(this);if(!1===e||null==e)return o(this);if(n.isArray(e))return e.length>0?(t.ids&&(t.ids=[t.name]),r.helpers.each(e,t)):o(this);if(t.data&&t.ids){var i=n.createFrame(t.data);i.contextPath=n.appendContextPath(t.data.contextPath,t.name),t={data:i}}return a(e,t)})},r.exports=e.default},function(r,e,t){(function(n){\"use strict\";var o=t(12).default,a=t(2).default;e.__esModule=!0;var i=t(4),u=a(t(5));e.default=function(r){r.registerHelper(\"each\",function(r,e){function t(e,t,n){f&&(f.key=e,f.index=t,f.first=0===t,f.last=!!n,p&&(f.contextPath=p+e)),l+=a(r[e],{data:f,blockParams:i.blockParams([r[e],e],[p+e,null])})}if(!e)throw new u.default(\"Must pass iterator to #each\");var a=e.fn,s=e.inverse,c=0,l=\"\",f=void 0,p=void 0;if(e.data&&e.ids&&(p=i.appendContextPath(e.data.contextPath,e.ids[0])+\".\"),i.isFunction(r)&&(r=r.call(this)),e.data&&(f=i.createFrame(e.data)),r&&\"object\"==typeof r)if(i.isArray(r))for(var d=r.length;c<d;c++)c in r&&t(c,c,c===r.length-1);else if(n.Symbol&&r[n.Symbol.iterator]){for(var h=[],g=r[n.Symbol.iterator](),m=g.next();!m.done;m=g.next())h.push(m.value);for(d=(r=h).length;c<d;c++)t(c,c,c===r.length-1)}else!function(){var e=void 0;o(r).forEach(function(r){void 0!==e&&t(e,c-1),e=r,c++}),void 0!==e&&t(e,c-1,!0)}();return 0===c&&(l=s(this)),l})},r.exports=e.default}).call(e,function(){return this}())},function(r,e,t){r.exports={default:t(13),__esModule:!0}},function(r,e,t){t(14),r.exports=t(20).Object.keys},function(r,e,t){var n=t(15);t(17)(\"keys\",function(r){return function(e){return r(n(e))}})},function(r,e,t){var n=t(16);r.exports=function(r){return Object(n(r))}},function(r,e){r.exports=function(r){if(null==r)throw TypeError(\"Can\\'t call method on \"+r);return r}},function(r,e,t){var n=t(18),o=t(20),a=t(23);r.exports=function(r,e){var t=(o.Object||{})[r]||Object[r],i={};i[r]=e(t),n(n.S+n.F*a(function(){t(1)}),\"Object\",i)}},function(r,e,t){var n=t(19),o=t(20),a=t(21),i=\"prototype\",u=function(r,e,t){var s,c,l,f=r&u.F,p=r&u.G,d=r&u.S,h=r&u.P,g=r&u.B,m=r&u.W,v=p?o:o[e]||(o[e]={}),b=p?n:d?n[e]:(n[e]||{})[i];for(s in p&&(t=e),t)(c=!f&&b&&s in b)&&s in v||(l=c?b[s]:t[s],v[s]=p&&\"function\"!=typeof b[s]?t[s]:g&&c?a(l,n):m&&b[s]==l?function(r){var e=function(e){return this instanceof r?new r(e):r(e)};return e[i]=r[i],e}(l):h&&\"function\"==typeof l?a(Function.call,l):l,h&&((v[i]||(v[i]={}))[s]=l))};u.F=1,u.G=2,u.S=4,u.P=8,u.B=16,u.W=32,r.exports=u},function(r,e){var t=r.exports=\"undefined\"!=typeof window&&window.Math==Math?window:\"undefined\"!=typeof self&&self.Math==Math?self:Function(\"return this\")();\"number\"==typeof __g&&(__g=t)},function(r,e){var t=r.exports={version:\"1.2.6\"};\"number\"==typeof __e&&(__e=t)},function(r,e,t){var n=t(22);r.exports=function(r,e,t){if(n(r),void 0===e)return r;switch(t){case 1:return function(t){return r.call(e,t)};case 2:return function(t,n){return r.call(e,t,n)};case 3:return function(t,n,o){return r.call(e,t,n,o)}}return function(){return r.apply(e,arguments)}}},function(r,e){r.exports=function(r){if(\"function\"!=typeof r)throw TypeError(r+\" is not a function!\");return r}},function(r,e){r.exports=function(r){try{return!!r()}catch(r){return!0}}},function(r,e,t){\"use strict\";var n=t(2).default;e.__esModule=!0;var o=n(t(5));e.default=function(r){r.registerHelper(\"helperMissing\",function(){if(1!==arguments.length)throw new o.default(\\'Missing helper: \"\\'+arguments[arguments.length-1].name+\\'\"\\')})},r.exports=e.default},function(r,e,t){\"use strict\";var n=t(2).default;e.__esModule=!0;var o=t(4),a=n(t(5));e.default=function(r){r.registerHelper(\"if\",function(r,e){if(2!=arguments.length)throw new a.default(\"#if requires exactly one argument\");return o.isFunction(r)&&(r=r.call(this)),!e.hash.includeZero&&!r||o.isEmpty(r)?e.inverse(this):e.fn(this)}),r.registerHelper(\"unless\",function(e,t){if(2!=arguments.length)throw new a.default(\"#unless requires exactly one argument\");return r.helpers.if.call(this,e,{fn:t.inverse,inverse:t.fn,hash:t.hash})})},r.exports=e.default},function(r,e){\"use strict\";e.__esModule=!0,e.default=function(r){r.registerHelper(\"log\",function(){for(var e=[void 0],t=arguments[arguments.length-1],n=0;n<arguments.length-1;n++)e.push(arguments[n]);var o=1;null!=t.hash.level?o=t.hash.level:t.data&&null!=t.data.level&&(o=t.data.level),e[0]=o,r.log.apply(r,e)})},r.exports=e.default},function(r,e){\"use strict\";e.__esModule=!0,e.default=function(r){r.registerHelper(\"lookup\",function(r,e,t){return r?t.lookupProperty(r,e):r})},r.exports=e.default},function(r,e,t){\"use strict\";var n=t(2).default;e.__esModule=!0;var o=t(4),a=n(t(5));e.default=function(r){r.registerHelper(\"with\",function(r,e){if(2!=arguments.length)throw new a.default(\"#with requires exactly one argument\");o.isFunction(r)&&(r=r.call(this));var t=e.fn;if(o.isEmpty(r))return e.inverse(this);var n=e.data;return e.data&&e.ids&&((n=o.createFrame(e.data)).contextPath=o.appendContextPath(e.data.contextPath,e.ids[0])),t(r,{data:n,blockParams:o.blockParams([r],[n&&n.contextPath])})})},r.exports=e.default},function(r,e,t){\"use strict\";var n=t(2).default;e.__esModule=!0,e.registerDefaultDecorators=function(r){o.default(r)};var o=n(t(30))},function(r,e,t){\"use strict\";e.__esModule=!0;var n=t(4);e.default=function(r){r.registerDecorator(\"inline\",function(r,e,t,o){var a=r;return e.partials||(e.partials={},a=function(o,a){var i=t.partials;t.partials=n.extend({},i,e.partials);var u=r(o,a);return t.partials=i,u}),e.partials[o.args[0]]=o.fn,a})},r.exports=e.default},function(r,e,t){\"use strict\";e.__esModule=!0;var n=t(4),o={methodMap:[\"debug\",\"info\",\"warn\",\"error\"],level:\"info\",lookupLevel:function(r){if(\"string\"==typeof r){var e=n.indexOf(o.methodMap,r.toLowerCase());r=e>=0?e:parseInt(r,10)}return r},log:function(r){if(r=o.lookupLevel(r),\"undefined\"!=typeof console&&o.lookupLevel(o.level)<=r){var e=o.methodMap[r];console[e]||(e=\"log\");for(var t=arguments.length,n=Array(t>1?t-1:0),a=1;a<t;a++)n[a-1]=arguments[a];console[e].apply(console,n)}}};e.default=o,r.exports=e.default},function(r,e,t){\"use strict\";var n=t(33).default,o=t(12).default,a=t(1).default;e.__esModule=!0,e.createProtoAccessControl=function(r){var e=n(null);e.constructor=!1,e.__defineGetter__=!1,e.__defineSetter__=!1,e.__lookupGetter__=!1;var t=n(null);return t.__proto__=!1,{properties:{whitelist:i.createNewLookupObject(t,r.allowedProtoProperties),defaultValue:r.allowProtoPropertiesByDefault},methods:{whitelist:i.createNewLookupObject(e,r.allowedProtoMethods),defaultValue:r.allowProtoMethodsByDefault}}},e.resultIsAllowed=function(r,e,t){return function(r,e){return void 0!==r.whitelist[e]?!0===r.whitelist[e]:void 0!==r.defaultValue?r.defaultValue:(function(r){!0!==s[r]&&(s[r]=!0,u.log(\"error\",\\'Handlebars: Access has been denied to resolve the property \"\\'+r+\\'\" because it is not an \"own property\" of its parent.\\\\nYou can add a runtime option to disable the check or this warning:\\\\nSee https://handlebarsjs.com/api-reference/runtime-options.html#options-to-control-prototype-access for details\\'))}(e),!1)}(\"function\"==typeof r?e.methods:e.properties,t)},e.resetLoggedProperties=function(){o(s).forEach(function(r){delete s[r]})};var i=t(35),u=a(t(31)),s=n(null)},function(r,e,t){r.exports={default:t(34),__esModule:!0}},function(r,e,t){var n=t(8);r.exports=function(r,e){return n.create(r,e)}},function(r,e,t){\"use strict\";var n=t(33).default;e.__esModule=!0,e.createNewLookupObject=function(){for(var r=arguments.length,e=Array(r),t=0;t<r;t++)e[t]=arguments[t];return o.extend.apply(void 0,[n(null)].concat(e))};var o=t(4)},function(r,e){\"use strict\";function t(r){this.string=r}e.__esModule=!0,t.prototype.toString=t.prototype.toHTML=function(){return\"\"+this.string},e.default=t,r.exports=e.default},function(r,e,t){\"use strict\";function n(r,e,t,n,o,i,u){function s(e){var o=arguments.length<=1||void 0===arguments[1]?{}:arguments[1],a=u;return!u||e==u[0]||e===r.nullContext&&null===u[0]||(a=[e].concat(u)),t(r,e,r.helpers,r.partials,o.data||n,i&&[o.blockParams].concat(i),a)}return(s=a(t,s,r,u,n,i)).program=e,s.depth=u?u.length:0,s.blockParams=o||0,s}function o(){return\"\"}function a(r,e,t,n,o,a){if(r.decorator){var i={};e=r.decorator(e,i,t,n&&n[0],o,a,n),l.extend(e,i)}return e}var i=t(38).default,u=t(12).default,s=t(1).default,c=t(2).default;e.__esModule=!0,e.checkRevision=function(r){var e=r&&r[0]||1,t=p.COMPILER_REVISION;if(!(e>=p.LAST_COMPATIBLE_COMPILER_REVISION&&e<=p.COMPILER_REVISION)){if(e<p.LAST_COMPATIBLE_COMPILER_REVISION){var n=p.REVISION_CHANGES[t],o=p.REVISION_CHANGES[e];throw new f.default(\"Template was precompiled with an older version of Handlebars than the current runtime. Please update your precompiler to a newer version (\"+n+\") or downgrade your runtime to an older version (\"+o+\").\")}throw new f.default(\"Template was precompiled with a newer version of Handlebars than the current runtime. Please update your runtime to a newer version (\"+r[1]+\").\")}},e.template=function(r,e){function t(e){function n(e){return\"\"+r.main(s,e,s.helpers,s.partials,i,c,u)}var o=arguments.length<=1||void 0===arguments[1]?{}:arguments[1],i=o.data;t._setup(o),!o.partial&&r.useData&&(i=function(r,e){return e&&\"root\"in e||((e=e?p.createFrame(e):{}).root=r),e}(e,i));var u=void 0,c=r.useBlockParams?[]:void 0;return r.useDepths&&(u=o.depths?e!=o.depths[0]?[e].concat(o.depths):o.depths:[e]),(n=a(r.main,n,s,o.depths||[],i,c))(e,o)}if(!e)throw new f.default(\"No environment passed to template\");if(!r||!r.main)throw new f.default(\"Unknown template object: \"+typeof r);r.main.decorator=r.main_d,e.VM.checkRevision(r.compiler);var o=r.compiler&&7===r.compiler[0],s={strict:function(r,e,t){if(!(r&&e in r))throw new f.default(\\'\"\\'+e+\\'\" not defined in \\'+r,{loc:t});return s.lookupProperty(r,e)},lookupProperty:function(r,e){var t=r[e];return null==t?t:Object.prototype.hasOwnProperty.call(r,e)?t:g.resultIsAllowed(t,s.protoAccessControl,e)?t:void 0},lookup:function(r,e){for(var t=r.length,n=0;n<t;n++)if(null!=(r[n]&&s.lookupProperty(r[n],e)))return r[n][e]},lambda:function(r,e){return\"function\"==typeof r?r.call(e):r},escapeExpression:l.escapeExpression,invokePartial:function(t,n,o){o.hash&&(n=l.extend({},n,o.hash),o.ids&&(o.ids[0]=!0)),t=e.VM.resolvePartial.call(this,t,n,o);var a=l.extend({},o,{hooks:this.hooks,protoAccessControl:this.protoAccessControl}),i=e.VM.invokePartial.call(this,t,n,a);if(null==i&&e.compile&&(o.partials[o.name]=e.compile(t,r.compilerOptions,e),i=o.partials[o.name](n,a)),null!=i){if(o.indent){for(var u=i.split(\"\\\\n\"),s=0,c=u.length;s<c&&(u[s]||s+1!==c);s++)u[s]=o.indent+u[s];i=u.join(\"\\\\n\")}return i}throw new f.default(\"The partial \"+o.name+\" could not be compiled when running in runtime-only mode\")},fn:function(e){var t=r[e];return t.decorator=r[e+\"_d\"],t},programs:[],program:function(r,e,t,o,a){var i=this.programs[r],u=this.fn(r);return e||a||o||t?i=n(this,r,u,e,t,o,a):i||(i=this.programs[r]=n(this,r,u)),i},data:function(r,e){for(;r&&e--;)r=r._parent;return r},mergeIfNeeded:function(r,e){var t=r||e;return r&&e&&r!==e&&(t=l.extend({},e,r)),t},nullContext:i({}),noop:e.VM.noop,compilerInfo:r.compiler};return t.isTop=!0,t._setup=function(t){if(t.partial)s.protoAccessControl=t.protoAccessControl,s.helpers=t.helpers,s.partials=t.partials,s.decorators=t.decorators,s.hooks=t.hooks;else{var n=l.extend({},e.helpers,t.helpers);(function(r,e){u(r).forEach(function(t){var n=r[t];r[t]=function(r,e){var t=e.lookupProperty;return h.wrapHelper(r,function(r){return l.extend({lookupProperty:t},r)})}(n,e)})})(n,s),s.helpers=n,r.usePartial&&(s.partials=s.mergeIfNeeded(t.partials,e.partials)),(r.usePartial||r.useDecorators)&&(s.decorators=l.extend({},e.decorators,t.decorators)),s.hooks={},s.protoAccessControl=g.createProtoAccessControl(t);var a=t.allowCallsToHelperMissing||o;d.moveHelperToHooks(s,\"helperMissing\",a),d.moveHelperToHooks(s,\"blockHelperMissing\",a)}},t._child=function(e,t,o,a){if(r.useBlockParams&&!o)throw new f.default(\"must pass block params\");if(r.useDepths&&!a)throw new f.default(\"must pass parent depths\");return n(s,e,r[e],t,0,o,a)},t},e.wrapProgram=n,e.resolvePartial=function(r,e,t){return r?r.call||t.name||(t.name=r,r=t.partials[r]):r=\"@partial-block\"===t.name?t.data[\"partial-block\"]:t.partials[t.name],r},e.invokePartial=function(r,e,t){var n=t.data&&t.data[\"partial-block\"];t.partial=!0,t.ids&&(t.data.contextPath=t.ids[0]||t.data.contextPath);var a=void 0;if(t.fn&&t.fn!==o&&function(){t.data=p.createFrame(t.data);var r=t.fn;a=t.data[\"partial-block\"]=function(e){var t=arguments.length<=1||void 0===arguments[1]?{}:arguments[1];return t.data=p.createFrame(t.data),t.data[\"partial-block\"]=n,r(e,t)},r.partials&&(t.partials=l.extend({},t.partials,r.partials))}(),void 0===r&&a&&(r=a),void 0===r)throw new f.default(\"The partial \"+t.name+\" could not be found\");if(r instanceof Function)return r(e,t)},e.noop=o;var l=s(t(4)),f=c(t(5)),p=t(3),d=t(9),h=t(42),g=t(32)},function(r,e,t){r.exports={default:t(39),__esModule:!0}},function(r,e,t){t(40),r.exports=t(20).Object.seal},function(r,e,t){var n=t(41);t(17)(\"seal\",function(r){return function(e){return r&&n(e)?r(e):e}})},function(r,e){r.exports=function(r){return\"object\"==typeof r?null!==r:\"function\"==typeof r}},function(r,e){\"use strict\";e.__esModule=!0,e.wrapHelper=function(r,e){return\"function\"!=typeof r?r:function(){var t=arguments[arguments.length-1];return arguments[arguments.length-1]=e(t),r.apply(this,arguments)}}},function(r,e){(function(t){\"use strict\";e.__esModule=!0,e.default=function(r){var e=void 0!==t?t:window,n=e.Handlebars;r.noConflict=function(){return e.Handlebars===r&&(e.Handlebars=n),r}},r.exports=e.default}).call(e,function(){return this}())}])},function(r,e,t){(function(r){function t(r,e){for(var t=0,n=r.length-1;n>=0;n--){var o=r[n];\".\"===o?r.splice(n,1):\"..\"===o?(r.splice(n,1),t++):t&&(r.splice(n,1),t--)}if(e)for(;t--;t)r.unshift(\"..\");return r}function n(r,e){if(r.filter)return r.filter(e);for(var t=[],n=0;n<r.length;n++)e(r[n],n,r)&&t.push(r[n]);return t}e.resolve=function(){for(var e=\"\",o=!1,a=arguments.length-1;a>=-1&&!o;a--){var i=a>=0?arguments[a]:r.cwd();if(\"string\"!=typeof i)throw new TypeError(\"Arguments to path.resolve must be strings\");i&&(e=i+\"/\"+e,o=\"/\"===i.charAt(0))}return(o?\"/\":\"\")+(e=t(n(e.split(\"/\"),function(r){return!!r}),!o).join(\"/\"))||\".\"},e.normalize=function(r){var a=e.isAbsolute(r),i=\"/\"===o(r,-1);return(r=t(n(r.split(\"/\"),function(r){return!!r}),!a).join(\"/\"))||a||(r=\".\"),r&&i&&(r+=\"/\"),(a?\"/\":\"\")+r},e.isAbsolute=function(r){return\"/\"===r.charAt(0)},e.join=function(){var r=Array.prototype.slice.call(arguments,0);return e.normalize(n(r,function(r,e){if(\"string\"!=typeof r)throw new TypeError(\"Arguments to path.join must be strings\");return r}).join(\"/\"))},e.relative=function(r,t){function n(r){for(var e=0;e<r.length&&\"\"===r[e];e++);for(var t=r.length-1;t>=0&&\"\"===r[t];t--);return e>t?[]:r.slice(e,t-e+1)}r=e.resolve(r).substr(1),t=e.resolve(t).substr(1);for(var o=n(r.split(\"/\")),a=n(t.split(\"/\")),i=Math.min(o.length,a.length),u=i,s=0;s<i;s++)if(o[s]!==a[s]){u=s;break}var c=[];for(s=u;s<o.length;s++)c.push(\"..\");return(c=c.concat(a.slice(u))).join(\"/\")},e.sep=\"/\",e.delimiter=\":\",e.dirname=function(r){if(\"string\"!=typeof r&&(r+=\"\"),0===r.length)return\".\";for(var e=r.charCodeAt(0),t=47===e,n=-1,o=!0,a=r.length-1;a>=1;--a)if(47===(e=r.charCodeAt(a))){if(!o){n=a;break}}else o=!1;return-1===n?t?\"/\":\".\":t&&1===n?\"/\":r.slice(0,n)},e.basename=function(r,e){var t=function(r){\"string\"!=typeof r&&(r+=\"\");var e,t=0,n=-1,o=!0;for(e=r.length-1;e>=0;--e)if(47===r.charCodeAt(e)){if(!o){t=e+1;break}}else-1===n&&(o=!1,n=e+1);return-1===n?\"\":r.slice(t,n)}(r);return e&&t.substr(-1*e.length)===e&&(t=t.substr(0,t.length-e.length)),t},e.extname=function(r){\"string\"!=typeof r&&(r+=\"\");for(var e=-1,t=0,n=-1,o=!0,a=0,i=r.length-1;i>=0;--i){var u=r.charCodeAt(i);if(47!==u)-1===n&&(o=!1,n=i+1),46===u?-1===e?e=i:1!==a&&(a=1):-1!==e&&(a=-1);else if(!o){t=i+1;break}}return-1===e||-1===n||0===a||1===a&&e===n-1&&e===t+1?\"\":r.slice(e,n)};var o=\"b\"===\"ab\".substr(-1)?function(r,e,t){return r.substr(e,t)}:function(r,e,t){return e<0&&(e=r.length+e),r.substr(e,t)}}).call(e,t(88))},function(r,e,t){var n={\"./component-list.hbs\":173};function o(r){return t(a(r))}function a(r){var e=n[r];if(!(e+1))throw new Error(\"Cannot find module \\'\"+r+\"\\'.\");return e}o.keys=function(){return Object.keys(n)},o.resolve=a,r.exports=o,o.id=93},function(r,e,t){\"use strict\";(function(e){\"Set\"in e?\"function\"==typeof Set.prototype.forEach&&function(){var r=!1;return new Set([!0]).forEach(function(e){r=e}),!0===r}()?r.exports=function(r){var e=[];return new Set(r).forEach(function(r){e.push(r)}),e}:r.exports=function(r){var e=new Set;return r.filter(function(r){if(!e.has(r))return e.add(r),!0})}:r.exports=function(r){for(var e=[],t=0;t<r.length;t++)-1===e.indexOf(r[t])&&e.push(r[t]);return e}}).call(e,t(7))},function(r,e,t){\"use strict\";var n=t(90),o=t(93),a=t(92);r.exports=function(r){return r||(r=t(91)),r.registerHelper(\"read\",function(){return\"\"}),r.registerHelper(\"yaml\",function(){return\"\"}),n.keys().forEach(function(e){return r.registerHelper(a.basename(e,\".js\"),n(e))}),o.keys().forEach(function(e){return r.registerPartial(a.basename(e,\".hbs\"),o(e))}),r}},function(r,e,t){\"use strict\";var n=t(0);r.exports=function(r,e){return n(r)?(e=\"string\"!=typeof e?\", \":e,r.join(e)):\"\"},r.exports.example={code:\\'{{ join [\"a\", \"b\", \"c\"] \"-\" }}\\',result:\\'\"a-b-c\"\\'}},function(r,e,t){\"use strict\";var n=t(0),o=t(37),a=t(4);r.exports=function(r,e){return n(r)?o(r,e):a(r)?o(r.split(\"\"),e):[]},r.exports.example={code:\\'{{ join (map [{ a: \"1\" }, { a: \"2\" }] (getProp \"a\")) }}\\',result:\\'\"1, 2\"\\'}},function(r,e,t){\"use strict\";var n=t(277),o=t(282);r.exports=function(r,e,t){var a=void 0;return n(e)||(t=e,e=r,r=0),a=o(r,e),t&&t.fn?a.map(t.fn).join(\"\"):a},r.exports.example={code:\"{{#range 1 5}}{{ this }}{{/range}}\",result:\"1234\"}},function(r,e,t){\"use strict\";var n=t(78),o=t(20);r.exports=function(r){var e=0;return(r||[]).map(function(r){return n(o(r,\"_ref\"),\"/clay-paragraph/\")&&n(o(r,\"text\"),\"clay-annotated\")&&(r.text=r.text.replace(/\\\\<span class=\\\\\"clay-annotated.*?\"/g,function(r){return r+\\' aria-describedby=\"annotation-\\'+ ++e+\\'\" tabindex=\"0\"\\'})),r})},r.exports.example={code:\"{{> component-list (addAnnotatedTextAria content)}}\"}},function(r,e,t){\"use strict\";var n=t(271),o=t(73);r.exports=function(r,e,t){var a,i=[];return e&&(a=e.inSplashDesktopAd||e.inSplashTabletAd||e.inSplashMobileAd),a?(n(r,function(r){var n=function(r){var e=r._ref.match(/\\\\/components\\\\/([A-Za-z\\\\-]+)\\\\/instances\\\\//);if(e&&e.length>=2)return e[1]}(r);i.push(r),n===t&&(e.inSplashMobileAd&&i.push(e.inSplashMobileAd),e.inSplashTabletAd&&i.push(e.inSplashTabletAd),e.inSplashDesktopAd&&i.push(e.inSplashDesktopAd))}),o(i)):r},r.exports.example={code:\\'{{> component-list (addInSplashAds content this \"picks-links-container\") }}\\'}},function(r,e,t){\"use strict\";var n=t(24);r.exports=function(r,e,t){if(t=\"number\"==typeof t?t:1,r&&e)return r.map(function(r,o){return n(r,\"orderedId\",e+(o+t))});throw new Error(\\'Handlebars Helper \"addOrderedIds\" needs content and a prefix\\')},r.exports.example={code:\\'{{> component-list (addOrderedIds content \"annotation-\") }}\\'}},function(r,e,t){\"use strict\";var n=t(37),o=t(78),a=t(266),i=t(73);r.exports=function(r,e){return i(n(r,function(r){return o(r._ref,\"/components/ad/\")&&e&&e._ref?a({},r,{_ref:e._ref}):!o(r._ref,\"/components/ad/\")&&r}))}},function(r,e,t){\"use strict\";var n=\"function\"==typeof Symbol&&\"symbol\"==typeof Symbol.iterator?function(r){return typeof r}:function(r){return r&&\"function\"==typeof Symbol&&r.constructor===Symbol&&r!==Symbol.prototype?\"symbol\":typeof r},o=t(267),a=t(190);function i(r){r&&r._ref&&Object.keys(r).forEach(function(e){\"_ref\"!==e&&delete r[e]})}r.exports=function(r){var e=o(r);return delete e.locals,a(function(r){return Object.values(r).forEach(function(r){Array.isArray(r)?r.forEach(function(r){return i(r)}):\"object\"===(void 0===r?\"undefined\":n(r))&&i(r)}),Object.entries(r).sort()}(e))},r.exports.example={code:\\'{{ checksum { a: \"1\" }}}\\',result:\\'\"0a02f204\"\\'}},function(r,e,t){\"use strict\";var n=t(75);r.exports=function(r){var e=!1;return n(r,function(r){if(r.displaySelf&&!e)return e=!0,r})},r.exports.example={code:\"{{> component-list (displaySelf content) }}\"}},function(r,e,t){\"use strict\";var n=t(75);r.exports=function(r){return n(r,function(r){return r.displaySelf})},r.exports.example={code:\"{{> component-list (displaySelfAll content) }}\"}},function(r,e,t){\"use strict\";r.exports=function(r,e){var t=Array.prototype.slice.call(arguments,2);return(r||[]).filter(function(r){var n=r&&r._ref&&t.find(function(e){return r._ref.indexOf(\"/\"+e+\"/\")>-1});return e?n:!n})},r.exports.example={code:\\'{{> component-list (filterComponents content false \"some-component\" \"another-component\")}}\\'}},function(r,e,t){\"use strict\";r.exports=function(r){var e=/components\\\\/(.+?)[\\\\/\\\\.]/.exec(r)||/components\\\\/(.*)/.exec(r);return e&&e[1]},r.exports.example={code:\\'{{ getComponentName \"domain.com/components/foo\" }}\\',result:\"foo\"}},function(r,e,t){\"use strict\";var n=\"function\"==typeof Symbol&&\"symbol\"==typeof Symbol.iterator?function(r){return typeof r}:function(r){return r&&\"function\"==typeof Symbol&&r.constructor===Symbol&&r!==Symbol.prototype?\"symbol\":typeof r},o={\"===\":function(r,e){return r===e},\"!==\":function(r,e){return r!==e},\"<\":function(r,e){return r<e},\">\":function(r,e){return r>e},\"<=\":function(r,e){return r<=e},\">=\":function(r,e){return r>=e},typeof:function(r,e){return(void 0===r?\"undefined\":n(r))===e}};r.exports=function(r,e,t,n){if(arguments.length<3)throw new Error(\\'Handlerbars Helper \"compare\" needs 2 parameters\\');if(void 0===n&&(n=t,t=e,e=\"===\"),!o[e])throw new Error(\\'Handlerbars Helper \"compare\" doesn\\\\\\'t know the operator \\'+e);return o[e](r,t)?!n.fn||n.fn(this):n.inverse?n.inverse(this):\"\"},r.exports.example={code:\\'{{ compare 10 \">\" 5 }}\\',result:\\'\"true\"\\'}},function(r,e,t){\"use strict\";r.exports=function(r,e,t){return void 0===t?(t=e,r?t.fn(this):t.inverse(this)):r?e:t.hash.else||\"\"},r.exports.example={code:\\'{{ if true \"bar\" else=\"baz\" }}\\',result:\\'\"bar\"\\'}},function(r,e,t){\"use strict\";var n=t(21),o=t(12),a=t(84);r.exports=function(){var r=n(arguments),e=o(arguments);return a(r,function(r){return 1==!!r}).length===r.length?e.fn(this):e.inverse(this)},r.exports.example={code:\"{{#ifAll foo bar baz}}\\\\n all are truthy\\\\n{{else}}\\\\n not all are truthy\\\\n{{/ifAll}}\"}},function(r,e,t){\"use strict\";var n=t(21),o=t(12),a=t(76);r.exports=function(){var r=n(arguments),e=o(arguments);return a(r,function(r){return 1==!!r})?e.fn(this):e.inverse(this)},r.exports.example={code:\"{{#ifAny foo bar baz}}\\\\n at least one is truthy\\\\n{{else}}\\\\n none are truthy\\\\n{{/ifAny}}\"}},function(r,e,t){\"use strict\";var n=t(21),o=t(12),a=t(76);r.exports=function(){var r=n(arguments),e=o(arguments);return void 0!==a(r,function(r){return 1==!!r})?e.inverse(this):e.fn(this)},r.exports.example={code:\"{{#ifNone foo bar baz}}\\\\n all are falsy\\\\n{{else}}\\\\n not all are falsy\\\\n{{/ifNone}}\"}},function(r,e,t){\"use strict\";r.exports=function(r,e,t,n){return r%e===t?!n.fn||n.fn(this):n.inverse?n.inverse(this):\"\"},r.exports.example={code:\"{{modulo 3 2 1}}\",result:\"true\"}},function(r,e,t){\"use strict\";var n=t(21),o=t(12),a=t(84);r.exports=function(){var r=n(arguments),e=o(arguments);return a(r,function(r){return 1==!!r}).length===r.length?e.inverse(this):e.fn(this)},r.exports.example={code:\"{{#unlessAll foo bar baz}}\\\\n not all are truthy\\\\n{{else}}\\\\n all are truthy\\\\n{{/ifAll}}\"}},function(r,e,t){\"use strict\";var n=t(39),o=t(290),a=t(191),i=t(37),u=t(12),s=t(79),c=t(4);function l(r){return o(a.decode(n(function(r){return r.replace(/[^A-Za-z 0-9\\\\.,\\\\?!@#\\\\$%\\\\^&\\\\*\\\\(\\\\)-_=\\\\+;:<>\\\\/\\\\\\\\\\\\|\\\\}\\\\{\\\\[\\\\]~]*/g,\"\")}(r))),{custom:{_:\"-\"}})}function f(r,e){return\\'<span class=\"_char\\'+e+\\'\">\\'+r+\"</span>\"}r.exports=function(r,e){var t,n=void 0;return s(r)||!c(r)?\"\":(n=!1!==e.hash.perLetter,t=r.split(\" \"),i(t,function(r,e,t){return function(r,e,t,n){var o=u(t)===r?\"\":\" \",a=n?function(r){var e=r.split(\"\");return i(e,f).join(\"\")}(r):r;return\\'<span class=\"\\'+function(r){return\"_\"+l(r)}(r)+\\'\">\\'+a+o+\"</span>\"}(r,0,t,n)}).join(\"\"))},r.exports.toSlug=l,r.exports.example={code:\\'{{{ perWordClasses \"One two three\" perLetter=false }}}\\',result:\\'<span class=\"_one\">One</span> <span class=\"_two\">two</span> <span class=\"_three\">three</span>\\'}},function(r,e,t){\"use strict\";r.exports=t(39),r.exports.example={code:\\'{{ striptags \"<p><b>Hello</b> <em>World!</em></p>\" }}\\',result:\"Hello World!\"}},function(r,e,t){\"use strict\";var n=t(39);r.exports=function(r){return n(r||\"\").split(\" \").filter(function(r){return r.trim()}).length},r.exports.example={code:\\'{{wordCount \"<div> This is <b> cool </b> </div>\"}}\\',result:\"3\"}},function(r,e,t){\"use strict\";var n=t(3),o=t(0),a=t(79);r.exports=function(r,e){return n(r)||o(r)?a(r)?e:r:r||e},r.exports.example={code:\\'{{ default \"\" \"foo\" }}\\',result:\"foo\"}},function(r,e,t){\"use strict\";var n=/\\\\.w(?:[0-9]+)\\\\.h([0-9]+)\\\\.(?:([1-2])x\\\\.)?/;r.exports=function(r){var e,t=1;return r&&\"\"!==r&&(e=r.match(n))&&e.length?(e[2]&&(t=parseInt(e[2],10)),parseInt(e[1],10)*t):null},r.exports.example={code:\"{{ extractImgHeight feedImgUrl }}\",result:\"946\"}},function(r,e,t){\"use strict\";var n=/\\\\.w([0-9]+)\\\\.h(?:[0-9]+)\\\\.(?:([1-2])x\\\\.)?/;r.exports=function(r){var e,t=1;return r&&\"\"!==r&&(e=r.match(n))&&e.length?(e[2]&&(t=parseInt(e[2],10)),parseInt(e[1],10)*t):null},r.exports.example={code:\"{{ extractImgWidth feedImgUrl }}\",result:\"1420\"}},function(r,e,t){\"use strict\";r.exports=function(r,e){if(r)return r.indexOf(e);throw new Error(\"indexOf helper needs something to look inside!\")},r.exports.example={code:\\'{{ indexOf \"foo\" \"o\" }}\\',result:\"1\"}},function(r,e,t){\"use strict\";var n=t(4),o=t(24);r.exports=function(r,e,t){n(r)&&(t=e,e=r,r=this),o(r,e,t)},r.exports.example={code:\\'{{ set \"a.b.c\" \"abc\" }}{{ a.b.c }}\\',result:\\'\"abc\"\\'}},function(r,e,t){\"use strict\";var n={di:\"Daily Intelligencer\",vulture:\"Vulture\",thecut:\"The Cut\",scienceofus:\"Science of Us\",grubstreet:\"Grub Street\",selectall:\"Select All\",betamale:\"Beta Male\",strategist:\"The Strategist\",vindicated:\"The Vindicated\"};function o(r){return n[r]}r.exports=function(r){return r.split(\", \").map(o).join(\", \")},r.exports.example={code:\"{{ slugToSiteName (commaSeparated crosspost) }}\"}},function(r,e,t){\"use strict\";r.exports=function(r,e){return parseInt(r,10)+parseInt(e,10)},r.exports.example={code:\"{{ add 3 2 }}\",result:\"5\"}},function(r,e,t){\"use strict\";var n=t(159);r.exports=function(r){var e=r.toString(),t=e.split(\".\")&&e.split(\".\")[1]&&e.split(\".\")[1].length||0;return n(e,{precision:t,thousandSeperator:\",\",decimalSeperator:\".\"})},r.exports.example={code:\\'{{ addCommas \"1234.50\" }}\\',result:\\'\"1,234.50\"\\'}},function(r,e,t){\"use strict\";function n(r){return r%10}function o(r){return r%100}r.exports=function(r){return\"\"===r||isNaN(r)?new String(r):function(r){return 1===n(r)&&11!==o(r)}(r)?r+\"st\":function(r){return 2===n(r)&&12!==o(r)}(r)?r+\"nd\":function(r){return 3===n(r)&&13!==o(r)}(r)?r+\"rd\":r+\"th\"},r.exports.example={code:\"{{ addOrdinalSuffix 1 }}\",result:\"1st\"}},function(r,e,t){\"use strict\";r.exports=function(r,e){return r/e},r.exports.example={code:\"{{ divide 100 4 }}\",result:\"25\"}},function(r,e,t){\"use strict\";r.exports=function(r,e){return r*e},r.exports.example={code:\"{{ multiply 10 10 }}\",result:\"100\"}},function(r,e,t){\"use strict\";r.exports=function(r){return parseInt(r,10)},r.exports.example={code:\\'{{ num \"123\" }}\\',result:\"123\"}},function(r,e,t){\"use strict\";var n=t(274);r.exports=function(r,e){if(!n(r))throw new Error(\\'Handlebars Helper \"random\" requires a minimum that is numeric and finite\\');if(!n(e))throw new Error(\\'Handlebars Helper \"random\" requires a maximum that is numeric and finite\\');return r+Math.floor(Math.random()*(e-r+1))},r.exports.exmaple={code:\"{{ random 1 7 }}\",result:\"3\"}},function(r,e,t){\"use strict\";r.exports=function(r,e){var t=parseFloat(r);if(isNaN(t))return r;switch(e){case\"up\":return Math.ceil(r);case\"down\":return Math.floor(r);default:return Math.round(r)}},r.exports.example={code:\\'{{ round 1.5 \"down\" }}\\',result:\"1\"}},function(r,e,t){\"use strict\";r.exports=function(r,e){return r-e},r.exports.example={code:\"{{ subtract 3 2 }}\",result:\"1\"}},function(r,e,t){\"use strict\";r.exports=function(r){var e=parseInt(r,10);if(isNaN(e))return r;if(e>999){var t=(e/1e3).toFixed(1);return parseFloat(t)===parseInt(t,10)?parseInt(t,10)+\"k\":t+\"k\"}return r},r.exports.example={code:\"{{ toK 1234.5 }}\",result:\\'\"1.2k\"\\'}},function(r,e,t){\"use strict\";var n=t(3),o=t(283);r.exports=function(r,e){return n(e)&&(e=!1),o(r,function(r,t,n){return t&&(r=r?r+\", \":r,r+=e?function(r){return r.charAt(0).toUpperCase()+r.slice(1)}(n):n),r},\"\")},r.exports.example={code:\\'{{ commaSeparated {alpha: true, \"bravo charlie\": true} true }}\\',result:\\'\"Alpha, Bravo charlie\"\\'}},function(r,e,t){\"use strict\";var n=t(20);r.exports=function(r,e,t){return n(r,e,t)},r.exports.example={code:\\'{{ getKey { a: \"1\" } \"a\")}}\\',result:\\'\"1\"\\'}},function(r,e,t){\"use strict\";var n=t(20);r.exports=function(r,e){return function(t){return n(t,r,e)}},r.exports.example={code:\\'{{ join (map [{ a: \"1\" }, { a: \"2\" }] (getProp \"a\"))}}\\',result:\\'\"1, 2\"\\'}},function(r,e,t){\"use strict\";var n=t(83);r.exports=function(r){for(var e=arguments.length,t=Array(e>1?e-1:0),o=1;o<e;o++)t[o-1]=arguments[o];return n.apply(void 0,[r].concat(t))},r.exports.example={code:\\'{{{ omitKey { a: \"1\", b: \"2\" } \"b\")}}}\\',result:\"\\\\\"[{a:\\'1\\'}]\\\\\"\"}},function(r,e,t){\"use strict\";var n=t(83);r.exports=function(r){return function(e){return n(e,r)}},r.exports.example={code:\\'{{{ stringify (map [{ a: \"1\", b: \"2\" }, { a: \"2\" }] (omitProp \"b\"))}}}\\',result:\"\\\\\"[{a:\\'1\\'},{a:\\'2\\'}]\\\\\"\"}},function(r,e,t){\"use strict\";var n=t(24);r.exports=function(r,e,t){return n(r,e,t)},r.exports.example={code:\\'{{{ setKey { a: \"1\" } \"b\" \"2\"}}}\\',result:\"\\\\\"{a:\\'1\\',b:\\'2\\'}\\\\\"\"}},function(r,e,t){\"use strict\";var n=t(24);r.exports=function(r,e){return function(t){return n(t,r,e)}},r.exports.example={code:\\'{{{ stringify (map [{ a: \"1\" }, { a: \"2\" }] (setProp \"b\" \"3\"))}}}\\',result:\"\\\\\"[{a:\\'1\\',b:\\'3\\'},{a:\\'2\\',b:\\'3\\'}]\\\\\"\"}},function(r,e,t){\"use strict\";var n=t(194);r.exports=function(r){return n(r,null,0)},r.exports.example={code:\\'{{{ stringify { a: \"b\" } }}}\\',result:\\'\"{\"a\":\"b\"}\"\\'}},function(r,e,t){\"use strict\";var n=t(40);r.exports=function(r){if(r&&\"string\"==typeof r)return r.replace(/\\\\w\\\\S*/g,function(r){return n(r)})},r.exports.example={code:\\'{{ capitalizeAll \"foo bar\" }}\\',result:\\'\"Foo Bar\"\\'}},function(r,e,t){\"use strict\";r.exports=function(){var r=Array.prototype.slice.call(arguments,0);return r.pop(),r.join(\"\")},r.exports.example={code:\\'{{ concat \"Foo\" \"Bar\" \"Baz\" }}\\',result:\\'\"FooBarBaz\"\\'}},function(r,e,t){\"use strict\";r.exports=function(r,e){if(r&&e){if(\"string\"!=typeof r||\"string\"!=typeof e)throw new Error(\"includes needs a string to search\");return!!r.includes(e)||void 0}},r.exports.example={code:\\'{{ includes \"hello world\" \"world\" }}\\',result:\"true\"}},function(r,e,t){\"use strict\";var n=t(280);r.exports=n,r.exports.example={code:\\'{{ kebabCase \"Foo Bar Baz\" }}\\',result:\\'\"foo-bar-baz\"\\'}},function(r,e,t){\"use strict\";var n=t(4),o=t(87);r.exports=function(r){if(!n(r))throw new Error(\"longestWord requires a string argument!\");return o(r).reduce(function(r,e){return e.length>r.length?e:r},\"\").length},r.exports.example={code:\\'{{ longestWord \"Foo Ba b\" }}\\',result:\"3\"}},function(r,e,t){\"use strict\";r.exports=function(r){if(\"string\"==typeof r)return r.toLowerCase()},r.exports.example={code:\\'{{ lowercase \"Foo\" }}\\',result:\\'\"foo\"\\'}},function(r,e,t){\"use strict\";var n=t(287),o=t(4);r.exports=function(r,e){return void 0===e?(e=r,r=\"\"):o(r)||(r=\"\"),r+n.generate(e.hash.characters||8)},r.exports.example={code:\\'{{ randomString \"greatest-hit-\" characters=3 }}\\',result:\\'\"greatest-hit-z56\"\\'}},function(r,e,t){\"use strict\";r.exports=function(r){if(r&&\"string\"==typeof r)return r.replace(/\\\\s/g,\"\")},r.exports.example={code:\\'{{ removeSpaces \"Foo Bar\" }}\\',result:\\'\"FooBar\"\\'}},function(r,e,t){\"use strict\";r.exports=function(r,e,t){if(r&&\"string\"==typeof r)return e&&\"string\"==typeof e?(t&&\"string\"==typeof t||(t=\"\"),r.split(e).join(t)):r},r.exports.example={code:\\'{{ replace \"Foo Bar\" \"Bar\" \"Baz\" }}\\',result:\\'\"Foo Baz\"\\'}},function(r,e,t){\"use strict\";r.exports=function(r){return\"string\"==typeof r?r.trim():\"\"},r.exports.example={code:\\'{{ trim \" Foo \" }}\\',result:\\'\"Foo\"\\'}},function(r,e,t){\"use strict\";var n=t(4);r.exports=function(r,e,t){var o=void 0!==t&&n(t.hash.suffix)?t.hash.suffix:\"…\";if(r&&\"string\"==typeof r)return r.trim().length>e?r.trim().slice(0,e).trim()+o:r.trim()},r.exports.example={code:\\'{{ truncate \"Foo Bar\" 4 }}\\',result:\\'\"Foo…\"\\'}},function(r,e,t){\"use strict\";var n=t(1),o=t(26),a=t(43),i=t(44),u=t(50),s=t(47),c=t(25);r.exports=function(r){var e=n(r),t=new Date,l=u(new Date,1),f={lessThanXSeconds:{one:\"less than a second\",other:\"less than {{count}} seconds\"},xSeconds:{one:\"1 second\",other:\"{{count}} seconds\"},xMinutes:{one:\"1 min\",other:\"{{count}} mins\"}},p={distanceInWords:{localize:function(r,e){return(1===e?f[r].one:f[r].other.replace(\"{{count}}\",e))+\" ago\"}}};return o(e)?a(t,e)<1?i(t,e,{unit:\"s\",addSuffix:!0,locale:p}):a(t,e)<30?i(t,e,{unit:\"m\",addSuffix:!0,locale:p}):s(t,e)?c(e,\"h:mm aa\"):s(l,e)?\"Yesterday at \"+c(e,\"h:mm aa\"):c(e,\"M/D/YYYY [at] h:mm aa\"):\"\"},r.exports.example={code:\\'{{ articleDate \"Fri, 13 Jan 2017 18:22:16 GMT\" }}\\',result:\\'\"Yesterday at 6:22 p.m.\"\\'}},function(r,e,t){\"use strict\";var n=t(1),o=t(26),a=t(43),i=t(44),u=t(50),s=t(47),c=t(25);r.exports=function(r){var e=n(r),t=new Date,l=u(new Date,1),f={lessThanXSeconds:{one:\"less than a second\",other:\"less than {{count}} seconds\"},xSeconds:{one:\"1 second\",other:\"{{count}} seconds\"},xMinutes:{one:\"1 min\",other:\"{{count}} mins\"}},p={distanceInWords:{localize:function(r,e){return(1===e?f[r].one:f[r].other.replace(\"{{count}}\",e))+\" ago\"}}};return o(e)?a(t,e)<1?i(t,e,{unit:\"s\",addSuffix:!0,locale:p}):a(t,e)<30?i(t,e,{unit:\"m\",addSuffix:!0,locale:p}):s(t,e)?c(e,\"h:mm aa\"):s(l,e)?\"Yesterday\":c(e,\"M/D/YYYY\"):\"\"},r.exports.example={code:\\'{{ dateMinimal \"Fri, 13 Jan 2017 18:22:16 GMT\" }}\\',result:\\'\"Yesterday\"\\'}},function(r,e,t){\"use strict\";r.exports=t(41)},function(r,e,t){\"use strict\";var n=t(4),o=t(0),a=t(272);r.exports=function(r){if(n(r))return encodeURIComponent(r);var e=void 0;return o(r)?e=r.map(function(r){return encodeURIComponent(r[0])+\"=\"+encodeURIComponent(r[1])}):(e=[],a(r,function(r,t){e.push(encodeURIComponent(t)+\"=\"+encodeURIComponent(r))})),e.join(\"&\")},r.exports.example={code:\\'{{ urlencode \"&\" }}\\',result:\\'\"%26\"\\'}},function(r,e,t){\"use strict\";e.byteLength=function(r){var e=c(r),t=e[0],n=e[1];return 3*(t+n)/4-n},e.toByteArray=function(r){var e,t,n=c(r),i=n[0],u=n[1],s=new a(3*(i+u)/4-u),l=0,f=u>0?i-4:i;for(t=0;t<f;t+=4)e=o[r.charCodeAt(t)]<<18|o[r.charCodeAt(t+1)]<<12|o[r.charCodeAt(t+2)]<<6|o[r.charCodeAt(t+3)],s[l++]=e>>16&255,s[l++]=e>>8&255,s[l++]=255&e;return 2===u&&(e=o[r.charCodeAt(t)]<<2|o[r.charCodeAt(t+1)]>>4,s[l++]=255&e),1===u&&(e=o[r.charCodeAt(t)]<<10|o[r.charCodeAt(t+1)]<<4|o[r.charCodeAt(t+2)]>>2,s[l++]=e>>8&255,s[l++]=255&e),s},e.fromByteArray=function(r){for(var e,t=r.length,o=t%3,a=[],i=0,u=t-o;i<u;i+=16383)a.push(f(r,i,i+16383>u?u:i+16383));return 1===o?(e=r[t-1],a.push(n[e>>2]+n[e<<4&63]+\"==\")):2===o&&(e=(r[t-2]<<8)+r[t-1],a.push(n[e>>10]+n[e>>4&63]+n[e<<2&63]+\"=\")),a.join(\"\")};for(var n=[],o=[],a=\"undefined\"!=typeof Uint8Array?Uint8Array:Array,i=\"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/\",u=0,s=i.length;u<s;++u)n[u]=i[u],o[i.charCodeAt(u)]=u;function c(r){var e=r.length;if(e%4>0)throw new Error(\"Invalid string. Length must be a multiple of 4\");var t=r.indexOf(\"=\");return-1===t&&(t=e),[t,t===e?0:4-t%4]}function l(r){return n[r>>18&63]+n[r>>12&63]+n[r>>6&63]+n[63&r]}function f(r,e,t){for(var n,o=[],a=e;a<t;a+=3)n=(r[a]<<16&16711680)+(r[a+1]<<8&65280)+(255&r[a+2]),o.push(l(n));return o.join(\"\")}o[\"-\".charCodeAt(0)]=62,o[\"_\".charCodeAt(0)]=63},function(r,e,t){\"use strict\";(function(r){var n=t(157),o=t(192),a=t(193);function i(){return s.TYPED_ARRAY_SUPPORT?2147483647:1073741823}function u(r,e){if(i()<e)throw new RangeError(\"Invalid typed array length\");return s.TYPED_ARRAY_SUPPORT?(r=new Uint8Array(e)).__proto__=s.prototype:(null===r&&(r=new s(e)),r.length=e),r}function s(r,e,t){if(!(s.TYPED_ARRAY_SUPPORT||this instanceof s))return new s(r,e,t);if(\"number\"==typeof r){if(\"string\"==typeof e)throw new Error(\"If encoding is specified then the first argument must be a string\");return f(this,r)}return c(this,r,e,t)}function c(r,e,t,n){if(\"number\"==typeof e)throw new TypeError(\\'\"value\" argument must not be a number\\');return\"undefined\"!=typeof ArrayBuffer&&e instanceof ArrayBuffer?function(r,e,t,n){if(e.byteLength,t<0||e.byteLength<t)throw new RangeError(\"\\'offset\\' is out of bounds\");if(e.byteLength<t+(n||0))throw new RangeError(\"\\'length\\' is out of bounds\");return e=void 0===t&&void 0===n?new Uint8Array(e):void 0===n?new Uint8Array(e,t):new Uint8Array(e,t,n),s.TYPED_ARRAY_SUPPORT?(r=e).__proto__=s.prototype:r=p(r,e),r}(r,e,t,n):\"string\"==typeof e?function(r,e,t){if(\"string\"==typeof t&&\"\"!==t||(t=\"utf8\"),!s.isEncoding(t))throw new TypeError(\\'\"encoding\" must be a valid string encoding\\');var n=0|h(e,t),o=(r=u(r,n)).write(e,t);return o!==n&&(r=r.slice(0,o)),r}(r,e,t):function(r,e){if(s.isBuffer(e)){var t=0|d(e.length);return 0===(r=u(r,t)).length?r:(e.copy(r,0,0,t),r)}if(e){if(\"undefined\"!=typeof ArrayBuffer&&e.buffer instanceof ArrayBuffer||\"length\"in e)return\"number\"!=typeof e.length||function(r){return r!=r}(e.length)?u(r,0):p(r,e);if(\"Buffer\"===e.type&&a(e.data))return p(r,e.data)}throw new TypeError(\"First argument must be a string, Buffer, ArrayBuffer, Array, or array-like object.\")}(r,e)}function l(r){if(\"number\"!=typeof r)throw new TypeError(\\'\"size\" argument must be a number\\');if(r<0)throw new RangeError(\\'\"size\" argument must not be negative\\')}function f(r,e){if(l(e),r=u(r,e<0?0:0|d(e)),!s.TYPED_ARRAY_SUPPORT)for(var t=0;t<e;++t)r[t]=0;return r}function p(r,e){var t=e.length<0?0:0|d(e.length);r=u(r,t);for(var n=0;n<t;n+=1)r[n]=255&e[n];return r}function d(r){if(r>=i())throw new RangeError(\"Attempt to allocate Buffer larger than maximum size: 0x\"+i().toString(16)+\" bytes\");return 0|r}function h(r,e){if(s.isBuffer(r))return r.length;if(\"undefined\"!=typeof ArrayBuffer&&\"function\"==typeof ArrayBuffer.isView&&(ArrayBuffer.isView(r)||r instanceof ArrayBuffer))return r.byteLength;\"string\"!=typeof r&&(r=\"\"+r);var t=r.length;if(0===t)return 0;for(var n=!1;;)switch(e){case\"ascii\":case\"latin1\":case\"binary\":return t;case\"utf8\":case\"utf-8\":case void 0:return M(r).length;case\"ucs2\":case\"ucs-2\":case\"utf16le\":case\"utf-16le\":return 2*t;case\"hex\":return t>>>1;case\"base64\":return F(r).length;default:if(n)return M(r).length;e=(\"\"+e).toLowerCase(),n=!0}}function g(r,e,t){var n=r[e];r[e]=r[t],r[t]=n}function m(r,e,t,n,o){if(0===r.length)return-1;if(\"string\"==typeof t?(n=t,t=0):t>2147483647?t=2147483647:t<-2147483648&&(t=-2147483648),t=+t,isNaN(t)&&(t=o?0:r.length-1),t<0&&(t=r.length+t),t>=r.length){if(o)return-1;t=r.length-1}else if(t<0){if(!o)return-1;t=0}if(\"string\"==typeof e&&(e=s.from(e,n)),s.isBuffer(e))return 0===e.length?-1:v(r,e,t,n,o);if(\"number\"==typeof e)return e&=255,s.TYPED_ARRAY_SUPPORT&&\"function\"==typeof Uint8Array.prototype.indexOf?o?Uint8Array.prototype.indexOf.call(r,e,t):Uint8Array.prototype.lastIndexOf.call(r,e,t):v(r,[e],t,n,o);throw new TypeError(\"val must be string, number or Buffer\")}function v(r,e,t,n,o){var a,i=1,u=r.length,s=e.length;if(void 0!==n&&(\"ucs2\"===(n=String(n).toLowerCase())||\"ucs-2\"===n||\"utf16le\"===n||\"utf-16le\"===n)){if(r.length<2||e.length<2)return-1;i=2,u/=2,s/=2,t/=2}function c(r,e){return 1===i?r[e]:r.readUInt16BE(e*i)}if(o){var l=-1;for(a=t;a<u;a++)if(c(r,a)===c(e,-1===l?0:a-l)){if(-1===l&&(l=a),a-l+1===s)return l*i}else-1!==l&&(a-=a-l),l=-1}else for(t+s>u&&(t=u-s),a=t;a>=0;a--){for(var f=!0,p=0;p<s;p++)if(c(r,a+p)!==c(e,p)){f=!1;break}if(f)return a}return-1}function b(r,e,t,n){t=Number(t)||0;var o=r.length-t;n?(n=Number(n))>o&&(n=o):n=o;var a=e.length;if(a%2!=0)throw new TypeError(\"Invalid hex string\");n>a/2&&(n=a/2);for(var i=0;i<n;++i){var u=parseInt(e.substr(2*i,2),16);if(isNaN(u))return i;r[t+i]=u}return i}function y(r,e,t,n){return H(M(e,r.length-t),r,t,n)}function x(r,e,t,n){return H(function(r){for(var e=[],t=0;t<r.length;++t)e.push(255&r.charCodeAt(t));return e}(e),r,t,n)}function w(r,e,t,n){return x(r,e,t,n)}function A(r,e,t,n){return H(F(e),r,t,n)}function E(r,e,t,n){return H(function(r,e){for(var t,n,o,a=[],i=0;i<r.length&&!((e-=2)<0);++i)n=(t=r.charCodeAt(i))>>8,o=t%256,a.push(o),a.push(n);return a}(e,r.length-t),r,t,n)}function D(r,e,t){return 0===e&&t===r.length?n.fromByteArray(r):n.fromByteArray(r.slice(e,t))}function k(r,e,t){t=Math.min(r.length,t);for(var n=[],o=e;o<t;){var a,i,u,s,c=r[o],l=null,f=c>239?4:c>223?3:c>191?2:1;if(o+f<=t)switch(f){case 1:c<128&&(l=c);break;case 2:128==(192&(a=r[o+1]))&&(s=(31&c)<<6|63&a)>127&&(l=s);break;case 3:a=r[o+1],i=r[o+2],128==(192&a)&&128==(192&i)&&(s=(15&c)<<12|(63&a)<<6|63&i)>2047&&(s<55296||s>57343)&&(l=s);break;case 4:a=r[o+1],i=r[o+2],u=r[o+3],128==(192&a)&&128==(192&i)&&128==(192&u)&&(s=(15&c)<<18|(63&a)<<12|(63&i)<<6|63&u)>65535&&s<1114112&&(l=s)}null===l?(l=65533,f=1):l>65535&&(l-=65536,n.push(l>>>10&1023|55296),l=56320|1023&l),n.push(l),o+=f}return function(r){var e=r.length;if(e<=q)return String.fromCharCode.apply(String,r);for(var t=\"\",n=0;n<e;)t+=String.fromCharCode.apply(String,r.slice(n,n+=q));return t}(n)}e.Buffer=s,e.SlowBuffer=function(r){return+r!=r&&(r=0),s.alloc(+r)},e.INSPECT_MAX_BYTES=50,s.TYPED_ARRAY_SUPPORT=void 0!==r.TYPED_ARRAY_SUPPORT?r.TYPED_ARRAY_SUPPORT:function(){try{var r=new Uint8Array(1);return r.__proto__={__proto__:Uint8Array.prototype,foo:function(){return 42}},42===r.foo()&&\"function\"==typeof r.subarray&&0===r.subarray(1,1).byteLength}catch(r){return!1}}(),e.kMaxLength=i(),s.poolSize=8192,s._augment=function(r){return r.__proto__=s.prototype,r},s.from=function(r,e,t){return c(null,r,e,t)},s.TYPED_ARRAY_SUPPORT&&(s.prototype.__proto__=Uint8Array.prototype,s.__proto__=Uint8Array,\"undefined\"!=typeof Symbol&&Symbol.species&&s[Symbol.species]===s&&Object.defineProperty(s,Symbol.species,{value:null,configurable:!0})),s.alloc=function(r,e,t){return function(r,e,t,n){return l(e),e<=0?u(r,e):void 0!==t?\"string\"==typeof n?u(r,e).fill(t,n):u(r,e).fill(t):u(r,e)}(null,r,e,t)},s.allocUnsafe=function(r){return f(null,r)},s.allocUnsafeSlow=function(r){return f(null,r)},s.isBuffer=function(r){return!(null==r||!r._isBuffer)},s.compare=function(r,e){if(!s.isBuffer(r)||!s.isBuffer(e))throw new TypeError(\"Arguments must be Buffers\");if(r===e)return 0;for(var t=r.length,n=e.length,o=0,a=Math.min(t,n);o<a;++o)if(r[o]!==e[o]){t=r[o],n=e[o];break}return t<n?-1:n<t?1:0},s.isEncoding=function(r){switch(String(r).toLowerCase()){case\"hex\":case\"utf8\":case\"utf-8\":case\"ascii\":case\"latin1\":case\"binary\":case\"base64\":case\"ucs2\":case\"ucs-2\":case\"utf16le\":case\"utf-16le\":return!0;default:return!1}},s.concat=function(r,e){if(!a(r))throw new TypeError(\\'\"list\" argument must be an Array of Buffers\\');if(0===r.length)return s.alloc(0);var t;if(void 0===e)for(e=0,t=0;t<r.length;++t)e+=r[t].length;var n=s.allocUnsafe(e),o=0;for(t=0;t<r.length;++t){var i=r[t];if(!s.isBuffer(i))throw new TypeError(\\'\"list\" argument must be an Array of Buffers\\');i.copy(n,o),o+=i.length}return n},s.byteLength=h,s.prototype._isBuffer=!0,s.prototype.swap16=function(){var r=this.length;if(r%2!=0)throw new RangeError(\"Buffer size must be a multiple of 16-bits\");for(var e=0;e<r;e+=2)g(this,e,e+1);return this},s.prototype.swap32=function(){var r=this.length;if(r%4!=0)throw new RangeError(\"Buffer size must be a multiple of 32-bits\");for(var e=0;e<r;e+=4)g(this,e,e+3),g(this,e+1,e+2);return this},s.prototype.swap64=function(){var r=this.length;if(r%8!=0)throw new RangeError(\"Buffer size must be a multiple of 64-bits\");for(var e=0;e<r;e+=8)g(this,e,e+7),g(this,e+1,e+6),g(this,e+2,e+5),g(this,e+3,e+4);return this},s.prototype.toString=function(){var r=0|this.length;return 0===r?\"\":0===arguments.length?k(this,0,r):function(r,e,t){var n=!1;if((void 0===e||e<0)&&(e=0),e>this.length)return\"\";if((void 0===t||t>this.length)&&(t=this.length),t<=0)return\"\";if((t>>>=0)<=(e>>>=0))return\"\";for(r||(r=\"utf8\");;)switch(r){case\"hex\":return C(this,e,t);case\"utf8\":case\"utf-8\":return k(this,e,t);case\"ascii\":return S(this,e,t);case\"latin1\":case\"binary\":return T(this,e,t);case\"base64\":return D(this,e,t);case\"ucs2\":case\"ucs-2\":case\"utf16le\":case\"utf-16le\":return L(this,e,t);default:if(n)throw new TypeError(\"Unknown encoding: \"+r);r=(r+\"\").toLowerCase(),n=!0}}.apply(this,arguments)},s.prototype.equals=function(r){if(!s.isBuffer(r))throw new TypeError(\"Argument must be a Buffer\");return this===r||0===s.compare(this,r)},s.prototype.inspect=function(){var r=\"\",t=e.INSPECT_MAX_BYTES;return this.length>0&&(r=this.toString(\"hex\",0,t).match(/.{2}/g).join(\" \"),this.length>t&&(r+=\" ... \")),\"<Buffer \"+r+\">\"},s.prototype.compare=function(r,e,t,n,o){if(!s.isBuffer(r))throw new TypeError(\"Argument must be a Buffer\");if(void 0===e&&(e=0),void 0===t&&(t=r?r.length:0),void 0===n&&(n=0),void 0===o&&(o=this.length),e<0||t>r.length||n<0||o>this.length)throw new RangeError(\"out of range index\");if(n>=o&&e>=t)return 0;if(n>=o)return-1;if(e>=t)return 1;if(this===r)return 0;for(var a=(o>>>=0)-(n>>>=0),i=(t>>>=0)-(e>>>=0),u=Math.min(a,i),c=this.slice(n,o),l=r.slice(e,t),f=0;f<u;++f)if(c[f]!==l[f]){a=c[f],i=l[f];break}return a<i?-1:i<a?1:0},s.prototype.includes=function(r,e,t){return-1!==this.indexOf(r,e,t)},s.prototype.indexOf=function(r,e,t){return m(this,r,e,t,!0)},s.prototype.lastIndexOf=function(r,e,t){return m(this,r,e,t,!1)},s.prototype.write=function(r,e,t,n){if(void 0===e)n=\"utf8\",t=this.length,e=0;else if(void 0===t&&\"string\"==typeof e)n=e,t=this.length,e=0;else{if(!isFinite(e))throw new Error(\"Buffer.write(string, encoding, offset[, length]) is no longer supported\");e|=0,isFinite(t)?(t|=0,void 0===n&&(n=\"utf8\")):(n=t,t=void 0)}var o=this.length-e;if((void 0===t||t>o)&&(t=o),r.length>0&&(t<0||e<0)||e>this.length)throw new RangeError(\"Attempt to write outside buffer bounds\");n||(n=\"utf8\");for(var a=!1;;)switch(n){case\"hex\":return b(this,r,e,t);case\"utf8\":case\"utf-8\":return y(this,r,e,t);case\"ascii\":return x(this,r,e,t);case\"latin1\":case\"binary\":return w(this,r,e,t);case\"base64\":return A(this,r,e,t);case\"ucs2\":case\"ucs-2\":case\"utf16le\":case\"utf-16le\":return E(this,r,e,t);default:if(a)throw new TypeError(\"Unknown encoding: \"+n);n=(\"\"+n).toLowerCase(),a=!0}},s.prototype.toJSON=function(){return{type:\"Buffer\",data:Array.prototype.slice.call(this._arr||this,0)}};var q=4096;function S(r,e,t){var n=\"\";t=Math.min(r.length,t);for(var o=e;o<t;++o)n+=String.fromCharCode(127&r[o]);return n}function T(r,e,t){var n=\"\";t=Math.min(r.length,t);for(var o=e;o<t;++o)n+=String.fromCharCode(r[o]);return n}function C(r,e,t){var n=r.length;(!e||e<0)&&(e=0),(!t||t<0||t>n)&&(t=n);for(var o=\"\",a=e;a<t;++a)o+=U(r[a]);return o}function L(r,e,t){for(var n=r.slice(e,t),o=\"\",a=0;a<n.length;a+=2)o+=String.fromCharCode(n[a]+256*n[a+1]);return o}function O(r,e,t){if(r%1!=0||r<0)throw new RangeError(\"offset is not uint\");if(r+e>t)throw new RangeError(\"Trying to access beyond buffer length\")}function j(r,e,t,n,o,a){if(!s.isBuffer(r))throw new TypeError(\\'\"buffer\" argument must be a Buffer instance\\');if(e>o||e<a)throw new RangeError(\\'\"value\" argument is out of bounds\\');if(t+n>r.length)throw new RangeError(\"Index out of range\")}function R(r,e,t,n){e<0&&(e=65535+e+1);for(var o=0,a=Math.min(r.length-t,2);o<a;++o)r[t+o]=(e&255<<8*(n?o:1-o))>>>8*(n?o:1-o)}function _(r,e,t,n){e<0&&(e=4294967295+e+1);for(var o=0,a=Math.min(r.length-t,4);o<a;++o)r[t+o]=e>>>8*(n?o:3-o)&255}function P(r,e,t,n,o,a){if(t+n>r.length)throw new RangeError(\"Index out of range\");if(t<0)throw new RangeError(\"Index out of range\")}function N(r,e,t,n,a){return a||P(r,0,t,4),o.write(r,e,t,n,23,4),t+4}function B(r,e,t,n,a){return a||P(r,0,t,8),o.write(r,e,t,n,52,8),t+8}s.prototype.slice=function(r,e){var t,n=this.length;if((r=~~r)<0?(r+=n)<0&&(r=0):r>n&&(r=n),(e=void 0===e?n:~~e)<0?(e+=n)<0&&(e=0):e>n&&(e=n),e<r&&(e=r),s.TYPED_ARRAY_SUPPORT)(t=this.subarray(r,e)).__proto__=s.prototype;else{var o=e-r;t=new s(o,void 0);for(var a=0;a<o;++a)t[a]=this[a+r]}return t},s.prototype.readUIntLE=function(r,e,t){r|=0,e|=0,t||O(r,e,this.length);for(var n=this[r],o=1,a=0;++a<e&&(o*=256);)n+=this[r+a]*o;return n},s.prototype.readUIntBE=function(r,e,t){r|=0,e|=0,t||O(r,e,this.length);for(var n=this[r+--e],o=1;e>0&&(o*=256);)n+=this[r+--e]*o;return n},s.prototype.readUInt8=function(r,e){return e||O(r,1,this.length),this[r]},s.prototype.readUInt16LE=function(r,e){return e||O(r,2,this.length),this[r]|this[r+1]<<8},s.prototype.readUInt16BE=function(r,e){return e||O(r,2,this.length),this[r]<<8|this[r+1]},s.prototype.readUInt32LE=function(r,e){return e||O(r,4,this.length),(this[r]|this[r+1]<<8|this[r+2]<<16)+16777216*this[r+3]},s.prototype.readUInt32BE=function(r,e){return e||O(r,4,this.length),16777216*this[r]+(this[r+1]<<16|this[r+2]<<8|this[r+3])},s.prototype.readIntLE=function(r,e,t){r|=0,e|=0,t||O(r,e,this.length);for(var n=this[r],o=1,a=0;++a<e&&(o*=256);)n+=this[r+a]*o;return n>=(o*=128)&&(n-=Math.pow(2,8*e)),n},s.prototype.readIntBE=function(r,e,t){r|=0,e|=0,t||O(r,e,this.length);for(var n=e,o=1,a=this[r+--n];n>0&&(o*=256);)a+=this[r+--n]*o;return a>=(o*=128)&&(a-=Math.pow(2,8*e)),a},s.prototype.readInt8=function(r,e){return e||O(r,1,this.length),128&this[r]?-1*(255-this[r]+1):this[r]},s.prototype.readInt16LE=function(r,e){e||O(r,2,this.length);var t=this[r]|this[r+1]<<8;return 32768&t?4294901760|t:t},s.prototype.readInt16BE=function(r,e){e||O(r,2,this.length);var t=this[r+1]|this[r]<<8;return 32768&t?4294901760|t:t},s.prototype.readInt32LE=function(r,e){return e||O(r,4,this.length),this[r]|this[r+1]<<8|this[r+2]<<16|this[r+3]<<24},s.prototype.readInt32BE=function(r,e){return e||O(r,4,this.length),this[r]<<24|this[r+1]<<16|this[r+2]<<8|this[r+3]},s.prototype.readFloatLE=function(r,e){return e||O(r,4,this.length),o.read(this,r,!0,23,4)},s.prototype.readFloatBE=function(r,e){return e||O(r,4,this.length),o.read(this,r,!1,23,4)},s.prototype.readDoubleLE=function(r,e){return e||O(r,8,this.length),o.read(this,r,!0,52,8)},s.prototype.readDoubleBE=function(r,e){return e||O(r,8,this.length),o.read(this,r,!1,52,8)},s.prototype.writeUIntLE=function(r,e,t,n){r=+r,e|=0,t|=0,n||j(this,r,e,t,Math.pow(2,8*t)-1,0);var o=1,a=0;for(this[e]=255&r;++a<t&&(o*=256);)this[e+a]=r/o&255;return e+t},s.prototype.writeUIntBE=function(r,e,t,n){r=+r,e|=0,t|=0,n||j(this,r,e,t,Math.pow(2,8*t)-1,0);var o=t-1,a=1;for(this[e+o]=255&r;--o>=0&&(a*=256);)this[e+o]=r/a&255;return e+t},s.prototype.writeUInt8=function(r,e,t){return r=+r,e|=0,t||j(this,r,e,1,255,0),s.TYPED_ARRAY_SUPPORT||(r=Math.floor(r)),this[e]=255&r,e+1},s.prototype.writeUInt16LE=function(r,e,t){return r=+r,e|=0,t||j(this,r,e,2,65535,0),s.TYPED_ARRAY_SUPPORT?(this[e]=255&r,this[e+1]=r>>>8):R(this,r,e,!0),e+2},s.prototype.writeUInt16BE=function(r,e,t){return r=+r,e|=0,t||j(this,r,e,2,65535,0),s.TYPED_ARRAY_SUPPORT?(this[e]=r>>>8,this[e+1]=255&r):R(this,r,e,!1),e+2},s.prototype.writeUInt32LE=function(r,e,t){return r=+r,e|=0,t||j(this,r,e,4,4294967295,0),s.TYPED_ARRAY_SUPPORT?(this[e+3]=r>>>24,this[e+2]=r>>>16,this[e+1]=r>>>8,this[e]=255&r):_(this,r,e,!0),e+4},s.prototype.writeUInt32BE=function(r,e,t){return r=+r,e|=0,t||j(this,r,e,4,4294967295,0),s.TYPED_ARRAY_SUPPORT?(this[e]=r>>>24,this[e+1]=r>>>16,this[e+2]=r>>>8,this[e+3]=255&r):_(this,r,e,!1),e+4},s.prototype.writeIntLE=function(r,e,t,n){if(r=+r,e|=0,!n){var o=Math.pow(2,8*t-1);j(this,r,e,t,o-1,-o)}var a=0,i=1,u=0;for(this[e]=255&r;++a<t&&(i*=256);)r<0&&0===u&&0!==this[e+a-1]&&(u=1),this[e+a]=(r/i>>0)-u&255;return e+t},s.prototype.writeIntBE=function(r,e,t,n){if(r=+r,e|=0,!n){var o=Math.pow(2,8*t-1);j(this,r,e,t,o-1,-o)}var a=t-1,i=1,u=0;for(this[e+a]=255&r;--a>=0&&(i*=256);)r<0&&0===u&&0!==this[e+a+1]&&(u=1),this[e+a]=(r/i>>0)-u&255;return e+t},s.prototype.writeInt8=function(r,e,t){return r=+r,e|=0,t||j(this,r,e,1,127,-128),s.TYPED_ARRAY_SUPPORT||(r=Math.floor(r)),r<0&&(r=255+r+1),this[e]=255&r,e+1},s.prototype.writeInt16LE=function(r,e,t){return r=+r,e|=0,t||j(this,r,e,2,32767,-32768),s.TYPED_ARRAY_SUPPORT?(this[e]=255&r,this[e+1]=r>>>8):R(this,r,e,!0),e+2},s.prototype.writeInt16BE=function(r,e,t){return r=+r,e|=0,t||j(this,r,e,2,32767,-32768),s.TYPED_ARRAY_SUPPORT?(this[e]=r>>>8,this[e+1]=255&r):R(this,r,e,!1),e+2},s.prototype.writeInt32LE=function(r,e,t){return r=+r,e|=0,t||j(this,r,e,4,2147483647,-2147483648),s.TYPED_ARRAY_SUPPORT?(this[e]=255&r,this[e+1]=r>>>8,this[e+2]=r>>>16,this[e+3]=r>>>24):_(this,r,e,!0),e+4},s.prototype.writeInt32BE=function(r,e,t){return r=+r,e|=0,t||j(this,r,e,4,2147483647,-2147483648),r<0&&(r=4294967295+r+1),s.TYPED_ARRAY_SUPPORT?(this[e]=r>>>24,this[e+1]=r>>>16,this[e+2]=r>>>8,this[e+3]=255&r):_(this,r,e,!1),e+4},s.prototype.writeFloatLE=function(r,e,t){return N(this,r,e,!0,t)},s.prototype.writeFloatBE=function(r,e,t){return N(this,r,e,!1,t)},s.prototype.writeDoubleLE=function(r,e,t){return B(this,r,e,!0,t)},s.prototype.writeDoubleBE=function(r,e,t){return B(this,r,e,!1,t)},s.prototype.copy=function(r,e,t,n){if(t||(t=0),n||0===n||(n=this.length),e>=r.length&&(e=r.length),e||(e=0),n>0&&n<t&&(n=t),n===t)return 0;if(0===r.length||0===this.length)return 0;if(e<0)throw new RangeError(\"targetStart out of bounds\");if(t<0||t>=this.length)throw new RangeError(\"sourceStart out of bounds\");if(n<0)throw new RangeError(\"sourceEnd out of bounds\");n>this.length&&(n=this.length),r.length-e<n-t&&(n=r.length-e+t);var o,a=n-t;if(this===r&&t<e&&e<n)for(o=a-1;o>=0;--o)r[o+e]=this[o+t];else if(a<1e3||!s.TYPED_ARRAY_SUPPORT)for(o=0;o<a;++o)r[o+e]=this[o+t];else Uint8Array.prototype.set.call(r,this.subarray(t,t+a),e);return a},s.prototype.fill=function(r,e,t,n){if(\"string\"==typeof r){if(\"string\"==typeof e?(n=e,e=0,t=this.length):\"string\"==typeof t&&(n=t,t=this.length),1===r.length){var o=r.charCodeAt(0);o<256&&(r=o)}if(void 0!==n&&\"string\"!=typeof n)throw new TypeError(\"encoding must be a string\");if(\"string\"==typeof n&&!s.isEncoding(n))throw new TypeError(\"Unknown encoding: \"+n)}else\"number\"==typeof r&&(r&=255);if(e<0||this.length<e||this.length<t)throw new RangeError(\"Out of range index\");if(t<=e)return this;var a;if(e>>>=0,t=void 0===t?this.length:t>>>0,r||(r=0),\"number\"==typeof r)for(a=e;a<t;++a)this[a]=r;else{var i=s.isBuffer(r)?r:M(new s(r,n).toString()),u=i.length;for(a=0;a<t-e;++a)this[a+e]=i[a%u]}return this};var I=/[^+\\\\/0-9A-Za-z-_]/g;function U(r){return r<16?\"0\"+r.toString(16):r.toString(16)}function M(r,e){var t;e=e||1/0;for(var n=r.length,o=null,a=[],i=0;i<n;++i){if((t=r.charCodeAt(i))>55295&&t<57344){if(!o){if(t>56319){(e-=3)>-1&&a.push(239,191,189);continue}if(i+1===n){(e-=3)>-1&&a.push(239,191,189);continue}o=t;continue}if(t<56320){(e-=3)>-1&&a.push(239,191,189),o=t;continue}t=65536+(o-55296<<10|t-56320)}else o&&(e-=3)>-1&&a.push(239,191,189);if(o=null,t<128){if((e-=1)<0)break;a.push(t)}else if(t<2048){if((e-=2)<0)break;a.push(t>>6|192,63&t|128)}else if(t<65536){if((e-=3)<0)break;a.push(t>>12|224,t>>6&63|128,63&t|128)}else{if(!(t<1114112))throw new Error(\"Invalid code point\");if((e-=4)<0)break;a.push(t>>18|240,t>>12&63|128,t>>6&63|128,63&t|128)}}return a}function F(r){return n.toByteArray(function(r){if((r=function(r){return r.trim?r.trim():r.replace(/^\\\\s+|\\\\s+$/g,\"\")}(r).replace(I,\"\")).length<2)return\"\";for(;r.length%4!=0;)r+=\"=\";return r}(r))}function H(r,e,t,n){for(var o=0;o<n&&!(o+t>=e.length||o>=r.length);++o)e[o+t]=r[o];return o}}).call(e,t(7))},function(r,e){r.exports=function(r,e){if(number=r.toString(),0===number.length)return\"0\"+decimalSeperator+\"00\";var t=\"\";0===number.indexOf(\"-\")&&(number=number.replace(\"-\",\"\"),t=\"-\"),precision=e&&void 0!==e.precision?parseInt(e.precision,10):2,thousandSeperator=e&&e.thousandSeperator||\" \",decimalSeperator=e&&e.decimalSeperator||\",\";var n=\"$1\"+thousandSeperator,o=number.split(decimalSeperator)[0],a=precision>0?decimalSeperator+((number.split(decimalSeperator)[1]||\"\")+\"00\").substr(0,precision):\"\";return t+o.split(\"\").reverse().join(\"\").replace(/(\\\\d{3}(?!$))/g,n).split(\"\").reverse().join(\"\")+a}},function(r,e){r.exports=function(r){var e=new Date(r.getTime()),t=e.getTimezoneOffset();return e.setSeconds(0,0),6e4*t+e.getTime()%6e4}},function(r,e,t){var n=t(1);r.exports=function(r,e){var t=n(r),o=Number(e);return t.setDate(t.getDate()+o),t}},function(r,e,t){var n=t(1);r.exports=function(r,e){var t=n(r).getTime(),o=n(e).getTime();return t>o?-1:t<o?1:0}},function(r,e,t){var n=t(49);r.exports=function(r,e){var t=n(r),o=n(e),a=t.getTime()-6e4*t.getTimezoneOffset(),i=o.getTime()-6e4*o.getTimezoneOffset();return Math.round((a-i)/864e5)}},function(r,e,t){var n=t(42);r.exports=function(r,e){var t=n(r,e)/1e3;return t>0?Math.floor(t):Math.ceil(t)}},function(r,e,t){var n=t(1),o=t(172),a=t(163);r.exports=function(r){var e=n(r);return a(e,o(e))+1}},function(r,e,t){var n=t(1),o=t(27),a=t(170);r.exports=function(r){var e=n(r),t=o(e).getTime()-a(e).getTime();return Math.round(t/6048e5)+1}},function(r,e){var t=[\"M\",\"MM\",\"Q\",\"D\",\"DD\",\"DDD\",\"DDDD\",\"d\",\"E\",\"W\",\"WW\",\"YY\",\"YYYY\",\"GG\",\"GGGG\",\"H\",\"HH\",\"h\",\"hh\",\"m\",\"mm\",\"s\",\"ss\",\"S\",\"SS\",\"SSS\",\"Z\",\"ZZ\",\"X\",\"x\"];r.exports=function(r){var e=[];for(var n in r)r.hasOwnProperty(n)&&e.push(n);var o=t.concat(e).sort().reverse();return new RegExp(\"(\\\\\\\\[[^\\\\\\\\[]*\\\\\\\\])|(\\\\\\\\\\\\\\\\)?(\"+o.join(\"|\")+\"|.)\",\"g\")}},function(r,e){r.exports=function(){var r={lessThanXSeconds:{one:\"less than a second\",other:\"less than {{count}} seconds\"},xSeconds:{one:\"1 second\",other:\"{{count}} seconds\"},halfAMinute:\"half a minute\",lessThanXMinutes:{one:\"less than a minute\",other:\"less than {{count}} minutes\"},xMinutes:{one:\"1 minute\",other:\"{{count}} minutes\"},aboutXHours:{one:\"about 1 hour\",other:\"about {{count}} hours\"},xHours:{one:\"1 hour\",other:\"{{count}} hours\"},xDays:{one:\"1 day\",other:\"{{count}} days\"},aboutXMonths:{one:\"about 1 month\",other:\"about {{count}} months\"},xMonths:{one:\"1 month\",other:\"{{count}} months\"},aboutXYears:{one:\"about 1 year\",other:\"about {{count}} years\"},xYears:{one:\"1 year\",other:\"{{count}} years\"},overXYears:{one:\"over 1 year\",other:\"over {{count}} years\"},almostXYears:{one:\"almost 1 year\",other:\"almost {{count}} years\"}};return{localize:function(e,t,n){var o;return n=n||{},o=\"string\"==typeof r[e]?r[e]:1===t?r[e].one:r[e].other.replace(\"{{count}}\",t),n.addSuffix?n.comparison>0?\"in \"+o:o+\" ago\":o}}}},function(r,e,t){var n=t(167);r.exports=function(){var r=[\"Jan\",\"Feb\",\"Mar\",\"Apr\",\"May\",\"Jun\",\"Jul\",\"Aug\",\"Sep\",\"Oct\",\"Nov\",\"Dec\"],e=[\"January\",\"February\",\"March\",\"April\",\"May\",\"June\",\"July\",\"August\",\"September\",\"October\",\"November\",\"December\"],t=[\"Su\",\"Mo\",\"Tu\",\"We\",\"Th\",\"Fr\",\"Sa\"],o=[\"Sun\",\"Mon\",\"Tue\",\"Wed\",\"Thu\",\"Fri\",\"Sat\"],a=[\"Sunday\",\"Monday\",\"Tuesday\",\"Wednesday\",\"Thursday\",\"Friday\",\"Saturday\"],i=[\"AM\",\"PM\"],u=[\"am\",\"pm\"],s=[\"a.m.\",\"p.m.\"],c={MMM:function(e){return r[e.getMonth()]},MMMM:function(r){return e[r.getMonth()]},dd:function(r){return t[r.getDay()]},ddd:function(r){return o[r.getDay()]},dddd:function(r){return a[r.getDay()]},A:function(r){return r.getHours()/12>=1?i[1]:i[0]},a:function(r){return r.getHours()/12>=1?u[1]:u[0]},aa:function(r){return r.getHours()/12>=1?s[1]:s[0]}};return[\"M\",\"D\",\"DDD\",\"d\",\"Q\",\"W\"].forEach(function(r){c[r+\"o\"]=function(e,t){return function(r){var e=r%100;if(e>20||e<10)switch(e%10){case 1:return r+\"st\";case 2:return r+\"nd\";case 3:return r+\"rd\"}return r+\"th\"}(t[r](e))}}),{formatters:c,formattingTokensRegExp:n(c)}}},function(r,e,t){var n=t(45),o=t(27);r.exports=function(r){var e=n(r),t=new Date(0);return t.setFullYear(e,0,4),t.setHours(0,0,0,0),o(t)}},function(r,e,t){var n=t(1);r.exports=function(r,e){var t=e&&Number(e.weekStartsOn)||0,o=n(r),a=o.getDay(),i=(a<t?7:0)+a-t;return o.setDate(o.getDate()-i),o.setHours(0,0,0,0),o}},function(r,e,t){var n=t(1);r.exports=function(r){var e=n(r),t=new Date(0);return t.setFullYear(e.getFullYear(),0,1),t.setHours(0,0,0,0),t}},function(r,e,t){var n=t(189);r.exports=(n.default||n).template({1:function(r,e,t,n,o){var a,i=r.lookupProperty||function(r,e){if(Object.prototype.hasOwnProperty.call(r,e))return r[e]};return null!=(a=i(t,\"if\").call(null!=e?e:r.nullContext||{},(a=(a=o&&i(o,\"root\"))&&i(a,\"locals\"))&&i(a,\"edit\"),{name:\"if\",hash:{},fn:r.program(2,o,0),inverse:r.program(4,o,0),data:o,loc:{start:{line:2,column:2},end:{line:6,column:9}}}))?a:\"\"},2:function(r,e,t,n,o){var a,i=r.lookupProperty||function(r,e){if(Object.prototype.hasOwnProperty.call(r,e))return r[e]};return null!=(a=r.invokePartial((i(t,\"getComponentName\")||e&&i(e,\"getComponentName\")||r.hooks.helperMissing).call(null!=e?e:r.nullContext||{},null!=e?i(e,\"_ref\"):e,{name:\"getComponentName\",hash:{},data:o,loc:{start:{line:3,column:9},end:{line:3,column:32}}}),e,{data:o,helpers:t,partials:n,decorators:r.decorators}))?a:\"\"},4:function(r,e,t,n,o){var a,i=null!=e?e:r.nullContext||{},u=r.hooks.helperMissing,s=r.lookupProperty||function(r,e){if(Object.prototype.hasOwnProperty.call(r,e))return r[e]};return null!=(a=r.invokePartial((s(t,\"getExtensionPartialName\")||e&&s(e,\"getExtensionPartialName\")||u).call(i,(s(t,\"getComponentName\")||e&&s(e,\"getComponentName\")||u).call(i,null!=e?s(e,\"_ref\"):e,{name:\"getComponentName\",hash:{},data:o,loc:{start:{line:5,column:34},end:{line:5,column:57}}}),(a=(a=o&&s(o,\"root\"))&&s(a,\"locals\"))&&s(a,\"extension\"),{name:\"getExtensionPartialName\",hash:{},data:o,loc:{start:{line:5,column:9},end:{line:5,column:81}}}),e,{data:o,helpers:t,partials:n,decorators:r.decorators}))?a:\"\"},compiler:[8,\">= 4.3.0\"],main:function(r,e,t,n,o){var a;return null!=(a=(r.lookupProperty||function(r,e){if(Object.prototype.hasOwnProperty.call(r,e))return r[e]})(t,\"each\").call(null!=e?e:r.nullContext||{},e,{name:\"each\",hash:{},fn:r.program(1,o,0),inverse:r.noop,data:o,loc:{start:{line:1,column:0},end:{line:7,column:10}}}))?a:\"\"},usePartial:!0,useData:!0})},function(r,e,t){\"use strict\";function n(r){return r&&r.__esModule?r:{default:r}}function o(r){if(r&&r.__esModule)return r;var e={};if(null!=r)for(var t in r)Object.prototype.hasOwnProperty.call(r,t)&&(e[t]=r[t]);return e.default=r,e}e.__esModule=!0;var a=o(t(51)),i=n(t(188)),u=n(t(5)),s=o(t(2)),c=o(t(187)),l=n(t(186));function f(){var r=new a.HandlebarsEnvironment;return s.extend(r,a),r.SafeString=i.default,r.Exception=u.default,r.Utils=s,r.escapeExpression=s.escapeExpression,r.VM=c,r.template=function(e){return c.template(e,r)},r}var p=f();p.create=f,l.default(p),p.default=p,e.default=p,r.exports=e.default},function(r,e,t){\"use strict\";e.__esModule=!0,e.registerDefaultDecorators=function(r){n.default(r)};var n=function(r){return r&&r.__esModule?r:{default:r}}(t(176))},function(r,e,t){\"use strict\";e.__esModule=!0;var n=t(2);e.default=function(r){r.registerDecorator(\"inline\",function(r,e,t,o){var a=r;return e.partials||(e.partials={},a=function(o,a){var i=t.partials;t.partials=n.extend({},i,e.partials);var u=r(o,a);return t.partials=i,u}),e.partials[o.args[0]]=o.fn,a})},r.exports=e.default},function(r,e,t){\"use strict\";e.__esModule=!0;var n=t(2);e.default=function(r){r.registerHelper(\"blockHelperMissing\",function(e,t){var o=t.inverse,a=t.fn;if(!0===e)return a(this);if(!1===e||null==e)return o(this);if(n.isArray(e))return e.length>0?(t.ids&&(t.ids=[t.name]),r.helpers.each(e,t)):o(this);if(t.data&&t.ids){var i=n.createFrame(t.data);i.contextPath=n.appendContextPath(t.data.contextPath,t.name),t={data:i}}return a(e,t)})},r.exports=e.default},function(r,e,t){\"use strict\";(function(n){e.__esModule=!0;var o=t(2),a=function(r){return r&&r.__esModule?r:{default:r}}(t(5));e.default=function(r){r.registerHelper(\"each\",function(r,e){if(!e)throw new a.default(\"Must pass iterator to #each\");var t=e.fn,i=e.inverse,u=0,s=\"\",c=void 0,l=void 0;function f(e,n,a){c&&(c.key=e,c.index=n,c.first=0===n,c.last=!!a,l&&(c.contextPath=l+e)),s+=t(r[e],{data:c,blockParams:o.blockParams([r[e],e],[l+e,null])})}if(e.data&&e.ids&&(l=o.appendContextPath(e.data.contextPath,e.ids[0])+\".\"),o.isFunction(r)&&(r=r.call(this)),e.data&&(c=o.createFrame(e.data)),r&&\"object\"==typeof r)if(o.isArray(r))for(var p=r.length;u<p;u++)u in r&&f(u,u,u===r.length-1);else if(n.Symbol&&r[n.Symbol.iterator]){for(var d=[],h=r[n.Symbol.iterator](),g=h.next();!g.done;g=h.next())d.push(g.value);for(p=(r=d).length;u<p;u++)f(u,u,u===r.length-1)}else!function(){var e=void 0;Object.keys(r).forEach(function(r){void 0!==e&&f(e,u-1),e=r,u++}),void 0!==e&&f(e,u-1,!0)}();return 0===u&&(s=i(this)),s})},r.exports=e.default}).call(e,t(7))},function(r,e,t){\"use strict\";e.__esModule=!0;var n=function(r){return r&&r.__esModule?r:{default:r}}(t(5));e.default=function(r){r.registerHelper(\"helperMissing\",function(){if(1!==arguments.length)throw new n.default(\\'Missing helper: \"\\'+arguments[arguments.length-1].name+\\'\"\\')})},r.exports=e.default},function(r,e,t){\"use strict\";e.__esModule=!0;var n=t(2),o=function(r){return r&&r.__esModule?r:{default:r}}(t(5));e.default=function(r){r.registerHelper(\"if\",function(r,e){if(2!=arguments.length)throw new o.default(\"#if requires exactly one argument\");return n.isFunction(r)&&(r=r.call(this)),!e.hash.includeZero&&!r||n.isEmpty(r)?e.inverse(this):e.fn(this)}),r.registerHelper(\"unless\",function(e,t){if(2!=arguments.length)throw new o.default(\"#unless requires exactly one argument\");return r.helpers.if.call(this,e,{fn:t.inverse,inverse:t.fn,hash:t.hash})})},r.exports=e.default},function(r,e,t){\"use strict\";e.__esModule=!0,e.default=function(r){r.registerHelper(\"log\",function(){for(var e=[void 0],t=arguments[arguments.length-1],n=0;n<arguments.length-1;n++)e.push(arguments[n]);var o=1;null!=t.hash.level?o=t.hash.level:t.data&&null!=t.data.level&&(o=t.data.level),e[0]=o,r.log.apply(r,e)})},r.exports=e.default},function(r,e,t){\"use strict\";e.__esModule=!0,e.default=function(r){r.registerHelper(\"lookup\",function(r,e,t){return r?t.lookupProperty(r,e):r})},r.exports=e.default},function(r,e,t){\"use strict\";e.__esModule=!0;var n=t(2),o=function(r){return r&&r.__esModule?r:{default:r}}(t(5));e.default=function(r){r.registerHelper(\"with\",function(r,e){if(2!=arguments.length)throw new o.default(\"#with requires exactly one argument\");n.isFunction(r)&&(r=r.call(this));var t=e.fn;if(n.isEmpty(r))return e.inverse(this);var a=e.data;return e.data&&e.ids&&((a=n.createFrame(e.data)).contextPath=n.appendContextPath(e.data.contextPath,e.ids[0])),t(r,{data:a,blockParams:n.blockParams([r],[a&&a.contextPath])})})},r.exports=e.default},function(r,e,t){\"use strict\";e.__esModule=!0,e.createNewLookupObject=function(){for(var r=arguments.length,e=Array(r),t=0;t<r;t++)e[t]=arguments[t];return n.extend.apply(void 0,[Object.create(null)].concat(e))};var n=t(2)},function(r,e,t){\"use strict\";e.__esModule=!0,e.wrapHelper=function(r,e){return\"function\"!=typeof r?r:function(){var t=arguments[arguments.length-1];return arguments[arguments.length-1]=e(t),r.apply(this,arguments)}}},function(r,e,t){\"use strict\";(function(t){e.__esModule=!0,e.default=function(r){var e=void 0!==t?t:window,n=e.Handlebars;r.noConflict=function(){return e.Handlebars===r&&(e.Handlebars=n),r}},r.exports=e.default}).call(e,t(7))},function(r,e,t){\"use strict\";e.__esModule=!0,e.checkRevision=function(r){var e=r&&r[0]||1,t=a.COMPILER_REVISION;if(!(e>=a.LAST_COMPATIBLE_COMPILER_REVISION&&e<=a.COMPILER_REVISION)){if(e<a.LAST_COMPATIBLE_COMPILER_REVISION){var n=a.REVISION_CHANGES[t],i=a.REVISION_CHANGES[e];throw new o.default(\"Template was precompiled with an older version of Handlebars than the current runtime. Please update your precompiler to a newer version (\"+n+\") or downgrade your runtime to an older version (\"+i+\").\")}throw new o.default(\"Template was precompiled with a newer version of Handlebars than the current runtime. Please update your runtime to a newer version (\"+r[1]+\").\")}},e.template=function(r,e){if(!e)throw new o.default(\"No environment passed to template\");if(!r||!r.main)throw new o.default(\"Unknown template object: \"+typeof r);r.main.decorator=r.main_d,e.VM.checkRevision(r.compiler);var t=r.compiler&&7===r.compiler[0],l={strict:function(r,e,t){if(!(r&&e in r))throw new o.default(\\'\"\\'+e+\\'\" not defined in \\'+r,{loc:t});return l.lookupProperty(r,e)},lookupProperty:function(r,e){var t=r[e];return null==t?t:Object.prototype.hasOwnProperty.call(r,e)?t:s.resultIsAllowed(t,l.protoAccessControl,e)?t:void 0},lookup:function(r,e){for(var t=r.length,n=0;n<t;n++){if(null!=(r[n]&&l.lookupProperty(r[n],e)))return r[n][e]}},lambda:function(r,e){return\"function\"==typeof r?r.call(e):r},escapeExpression:n.escapeExpression,invokePartial:function(t,a,i){i.hash&&(a=n.extend({},a,i.hash),i.ids&&(i.ids[0]=!0)),t=e.VM.resolvePartial.call(this,t,a,i);var u=n.extend({},i,{hooks:this.hooks,protoAccessControl:this.protoAccessControl}),s=e.VM.invokePartial.call(this,t,a,u);if(null==s&&e.compile&&(i.partials[i.name]=e.compile(t,r.compilerOptions,e),s=i.partials[i.name](a,u)),null!=s){if(i.indent){for(var c=s.split(\"\\\\n\"),l=0,f=c.length;l<f&&(c[l]||l+1!==f);l++)c[l]=i.indent+c[l];s=c.join(\"\\\\n\")}return s}throw new o.default(\"The partial \"+i.name+\" could not be compiled when running in runtime-only mode\")},fn:function(e){var t=r[e];return t.decorator=r[e+\"_d\"],t},programs:[],program:function(r,e,t,n,o){var a=this.programs[r],i=this.fn(r);return e||o||n||t?a=c(this,r,i,e,t,n,o):a||(a=this.programs[r]=c(this,r,i)),a},data:function(r,e){for(;r&&e--;)r=r._parent;return r},mergeIfNeeded:function(r,e){var t=r||e;return r&&e&&r!==e&&(t=n.extend({},e,r)),t},nullContext:Object.seal({}),noop:e.VM.noop,compilerInfo:r.compiler};function p(e){var t=arguments.length<=1||void 0===arguments[1]?{}:arguments[1],n=t.data;p._setup(t),!t.partial&&r.useData&&(n=function(r,e){return e&&\"root\"in e||((e=e?a.createFrame(e):{}).root=r),e}(e,n));var o=void 0,i=r.useBlockParams?[]:void 0;function u(e){return\"\"+r.main(l,e,l.helpers,l.partials,n,i,o)}return r.useDepths&&(o=t.depths?e!=t.depths[0]?[e].concat(t.depths):t.depths:[e]),(u=f(r.main,u,l,t.depths||[],n,i))(e,t)}return p.isTop=!0,p._setup=function(o){if(o.partial)l.protoAccessControl=o.protoAccessControl,l.helpers=o.helpers,l.partials=o.partials,l.decorators=o.decorators,l.hooks=o.hooks;else{var a=n.extend({},e.helpers,o.helpers);!function(r,e){Object.keys(r).forEach(function(t){var o=r[t];r[t]=function(r,e){var t=e.lookupProperty;return u.wrapHelper(r,function(r){return n.extend({lookupProperty:t},r)})}(o,e)})}(a,l),l.helpers=a,r.usePartial&&(l.partials=l.mergeIfNeeded(o.partials,e.partials)),(r.usePartial||r.useDecorators)&&(l.decorators=n.extend({},e.decorators,o.decorators)),l.hooks={},l.protoAccessControl=s.createProtoAccessControl(o);var c=o.allowCallsToHelperMissing||t;i.moveHelperToHooks(l,\"helperMissing\",c),i.moveHelperToHooks(l,\"blockHelperMissing\",c)}},p._child=function(e,t,n,a){if(r.useBlockParams&&!n)throw new o.default(\"must pass block params\");if(r.useDepths&&!a)throw new o.default(\"must pass parent depths\");return c(l,e,r[e],t,0,n,a)},p},e.wrapProgram=c,e.resolvePartial=function(r,e,t){return r?r.call||t.name||(t.name=r,r=t.partials[r]):r=\"@partial-block\"===t.name?t.data[\"partial-block\"]:t.partials[t.name],r},e.invokePartial=function(r,e,t){var i=t.data&&t.data[\"partial-block\"];t.partial=!0,t.ids&&(t.data.contextPath=t.ids[0]||t.data.contextPath);var u=void 0;if(t.fn&&t.fn!==l&&function(){t.data=a.createFrame(t.data);var r=t.fn;u=t.data[\"partial-block\"]=function(e){var t=arguments.length<=1||void 0===arguments[1]?{}:arguments[1];return t.data=a.createFrame(t.data),t.data[\"partial-block\"]=i,r(e,t)},r.partials&&(t.partials=n.extend({},t.partials,r.partials))}(),void 0===r&&u&&(r=u),void 0===r)throw new o.default(\"The partial \"+t.name+\" could not be found\");if(r instanceof Function)return r(e,t)},e.noop=l;var n=function(r){if(r&&r.__esModule)return r;var e={};if(null!=r)for(var t in r)Object.prototype.hasOwnProperty.call(r,t)&&(e[t]=r[t]);return e.default=r,e}(t(2)),o=function(r){return r&&r.__esModule?r:{default:r}}(t(5)),a=t(51),i=t(52),u=t(185),s=t(53);function c(r,e,t,n,o,a,i){function u(e){var o=arguments.length<=1||void 0===arguments[1]?{}:arguments[1],u=i;return!i||e==i[0]||e===r.nullContext&&null===i[0]||(u=[e].concat(i)),t(r,e,r.helpers,r.partials,o.data||n,a&&[o.blockParams].concat(a),u)}return(u=f(t,u,r,i,n,a)).program=e,u.depth=i?i.length:0,u.blockParams=o||0,u}function l(){return\"\"}function f(r,e,t,o,a,i){if(r.decorator){var u={};e=r.decorator(e,u,t,o&&o[0],a,i,o),n.extend(e,u)}return e}},function(r,e,t){\"use strict\";function n(r){this.string=r}e.__esModule=!0,n.prototype.toString=n.prototype.toHTML=function(){return\"\"+this.string},e.default=n,r.exports=e.default},function(r,e,t){r.exports=t(174).default},function(r,e,t){\"use strict\";function n(r,e){var t,n;if(0===e.length)return r;for(t=0,n=e.length;t<n;t++)r=(r<<5)-r+e.charCodeAt(t),r|=0;return r<0?-2*r:r}r.exports=function(r){return function(r,e){for(;r.length<8;)r=\"0\"+r;return r}(function r(e,t,o,a){var i=n(n(n(e,o),function(r){return Object.prototype.toString.call(r)}(t)),typeof t);if(null===t)return n(i,\"null\");if(void 0===t)return n(i,\"undefined\");if(\"object\"==typeof t||\"function\"==typeof t){if(-1!==a.indexOf(t))return n(i,\"[Circular]\"+o);a.push(t);var u=function(e,t,n){return Object.keys(t).sort().reduce(function(e,o){return r(e,t[o],o,n)},e)}(i,t,a);if(!(\"valueOf\"in t)||\"function\"!=typeof t.valueOf)return u;try{return n(u,String(t.valueOf()))}catch(e){return n(u,\"[valueOf exception]\"+(e.stack||e.message))}}return n(i,t.toString())}(0,r,\"\",[]).toString(16))}},function(r,e,t){(function(r,n){var o;!function(a){var i=(\"object\"==typeof r&&r&&r.exports,\"object\"==typeof n&&n);i.global!==i&&i.window;var u=/[\\\\uD800-\\\\uDBFF][\\\\uDC00-\\\\uDFFF]/g,s=/[\\\\x01-\\\\x7F]/g,c=/[\\\\x01-\\\\t\\\\x0B\\\\f\\\\x0E-\\\\x1F\\\\x7F\\\\x81\\\\x8D\\\\x8F\\\\x90\\\\x9D\\\\xA0-\\\\uFFFF]/g,l=/<\\\\u20D2|=\\\\u20E5|>\\\\u20D2|\\\\u205F\\\\u200A|\\\\u219D\\\\u0338|\\\\u2202\\\\u0338|\\\\u2220\\\\u20D2|\\\\u2229\\\\uFE00|\\\\u222A\\\\uFE00|\\\\u223C\\\\u20D2|\\\\u223D\\\\u0331|\\\\u223E\\\\u0333|\\\\u2242\\\\u0338|\\\\u224B\\\\u0338|\\\\u224D\\\\u20D2|\\\\u224E\\\\u0338|\\\\u224F\\\\u0338|\\\\u2250\\\\u0338|\\\\u2261\\\\u20E5|\\\\u2264\\\\u20D2|\\\\u2265\\\\u20D2|\\\\u2266\\\\u0338|\\\\u2267\\\\u0338|\\\\u2268\\\\uFE00|\\\\u2269\\\\uFE00|\\\\u226A\\\\u0338|\\\\u226A\\\\u20D2|\\\\u226B\\\\u0338|\\\\u226B\\\\u20D2|\\\\u227F\\\\u0338|\\\\u2282\\\\u20D2|\\\\u2283\\\\u20D2|\\\\u228A\\\\uFE00|\\\\u228B\\\\uFE00|\\\\u228F\\\\u0338|\\\\u2290\\\\u0338|\\\\u2293\\\\uFE00|\\\\u2294\\\\uFE00|\\\\u22B4\\\\u20D2|\\\\u22B5\\\\u20D2|\\\\u22D8\\\\u0338|\\\\u22D9\\\\u0338|\\\\u22DA\\\\uFE00|\\\\u22DB\\\\uFE00|\\\\u22F5\\\\u0338|\\\\u22F9\\\\u0338|\\\\u2933\\\\u0338|\\\\u29CF\\\\u0338|\\\\u29D0\\\\u0338|\\\\u2A6D\\\\u0338|\\\\u2A70\\\\u0338|\\\\u2A7D\\\\u0338|\\\\u2A7E\\\\u0338|\\\\u2AA1\\\\u0338|\\\\u2AA2\\\\u0338|\\\\u2AAC\\\\uFE00|\\\\u2AAD\\\\uFE00|\\\\u2AAF\\\\u0338|\\\\u2AB0\\\\u0338|\\\\u2AC5\\\\u0338|\\\\u2AC6\\\\u0338|\\\\u2ACB\\\\uFE00|\\\\u2ACC\\\\uFE00|\\\\u2AFD\\\\u20E5|[\\\\xA0-\\\\u0113\\\\u0116-\\\\u0122\\\\u0124-\\\\u012B\\\\u012E-\\\\u014D\\\\u0150-\\\\u017E\\\\u0192\\\\u01B5\\\\u01F5\\\\u0237\\\\u02C6\\\\u02C7\\\\u02D8-\\\\u02DD\\\\u0311\\\\u0391-\\\\u03A1\\\\u03A3-\\\\u03A9\\\\u03B1-\\\\u03C9\\\\u03D1\\\\u03D2\\\\u03D5\\\\u03D6\\\\u03DC\\\\u03DD\\\\u03F0\\\\u03F1\\\\u03F5\\\\u03F6\\\\u0401-\\\\u040C\\\\u040E-\\\\u044F\\\\u0451-\\\\u045C\\\\u045E\\\\u045F\\\\u2002-\\\\u2005\\\\u2007-\\\\u2010\\\\u2013-\\\\u2016\\\\u2018-\\\\u201A\\\\u201C-\\\\u201E\\\\u2020-\\\\u2022\\\\u2025\\\\u2026\\\\u2030-\\\\u2035\\\\u2039\\\\u203A\\\\u203E\\\\u2041\\\\u2043\\\\u2044\\\\u204F\\\\u2057\\\\u205F-\\\\u2063\\\\u20AC\\\\u20DB\\\\u20DC\\\\u2102\\\\u2105\\\\u210A-\\\\u2113\\\\u2115-\\\\u211E\\\\u2122\\\\u2124\\\\u2127-\\\\u2129\\\\u212C\\\\u212D\\\\u212F-\\\\u2131\\\\u2133-\\\\u2138\\\\u2145-\\\\u2148\\\\u2153-\\\\u215E\\\\u2190-\\\\u219B\\\\u219D-\\\\u21A7\\\\u21A9-\\\\u21AE\\\\u21B0-\\\\u21B3\\\\u21B5-\\\\u21B7\\\\u21BA-\\\\u21DB\\\\u21DD\\\\u21E4\\\\u21E5\\\\u21F5\\\\u21FD-\\\\u2205\\\\u2207-\\\\u2209\\\\u220B\\\\u220C\\\\u220F-\\\\u2214\\\\u2216-\\\\u2218\\\\u221A\\\\u221D-\\\\u2238\\\\u223A-\\\\u2257\\\\u2259\\\\u225A\\\\u225C\\\\u225F-\\\\u2262\\\\u2264-\\\\u228B\\\\u228D-\\\\u229B\\\\u229D-\\\\u22A5\\\\u22A7-\\\\u22B0\\\\u22B2-\\\\u22BB\\\\u22BD-\\\\u22DB\\\\u22DE-\\\\u22E3\\\\u22E6-\\\\u22F7\\\\u22F9-\\\\u22FE\\\\u2305\\\\u2306\\\\u2308-\\\\u2310\\\\u2312\\\\u2313\\\\u2315\\\\u2316\\\\u231C-\\\\u231F\\\\u2322\\\\u2323\\\\u232D\\\\u232E\\\\u2336\\\\u233D\\\\u233F\\\\u237C\\\\u23B0\\\\u23B1\\\\u23B4-\\\\u23B6\\\\u23DC-\\\\u23DF\\\\u23E2\\\\u23E7\\\\u2423\\\\u24C8\\\\u2500\\\\u2502\\\\u250C\\\\u2510\\\\u2514\\\\u2518\\\\u251C\\\\u2524\\\\u252C\\\\u2534\\\\u253C\\\\u2550-\\\\u256C\\\\u2580\\\\u2584\\\\u2588\\\\u2591-\\\\u2593\\\\u25A1\\\\u25AA\\\\u25AB\\\\u25AD\\\\u25AE\\\\u25B1\\\\u25B3-\\\\u25B5\\\\u25B8\\\\u25B9\\\\u25BD-\\\\u25BF\\\\u25C2\\\\u25C3\\\\u25CA\\\\u25CB\\\\u25EC\\\\u25EF\\\\u25F8-\\\\u25FC\\\\u2605\\\\u2606\\\\u260E\\\\u2640\\\\u2642\\\\u2660\\\\u2663\\\\u2665\\\\u2666\\\\u266A\\\\u266D-\\\\u266F\\\\u2713\\\\u2717\\\\u2720\\\\u2736\\\\u2758\\\\u2772\\\\u2773\\\\u27C8\\\\u27C9\\\\u27E6-\\\\u27ED\\\\u27F5-\\\\u27FA\\\\u27FC\\\\u27FF\\\\u2902-\\\\u2905\\\\u290C-\\\\u2913\\\\u2916\\\\u2919-\\\\u2920\\\\u2923-\\\\u292A\\\\u2933\\\\u2935-\\\\u2939\\\\u293C\\\\u293D\\\\u2945\\\\u2948-\\\\u294B\\\\u294E-\\\\u2976\\\\u2978\\\\u2979\\\\u297B-\\\\u297F\\\\u2985\\\\u2986\\\\u298B-\\\\u2996\\\\u299A\\\\u299C\\\\u299D\\\\u29A4-\\\\u29B7\\\\u29B9\\\\u29BB\\\\u29BC\\\\u29BE-\\\\u29C5\\\\u29C9\\\\u29CD-\\\\u29D0\\\\u29DC-\\\\u29DE\\\\u29E3-\\\\u29E5\\\\u29EB\\\\u29F4\\\\u29F6\\\\u2A00-\\\\u2A02\\\\u2A04\\\\u2A06\\\\u2A0C\\\\u2A0D\\\\u2A10-\\\\u2A17\\\\u2A22-\\\\u2A27\\\\u2A29\\\\u2A2A\\\\u2A2D-\\\\u2A31\\\\u2A33-\\\\u2A3C\\\\u2A3F\\\\u2A40\\\\u2A42-\\\\u2A4D\\\\u2A50\\\\u2A53-\\\\u2A58\\\\u2A5A-\\\\u2A5D\\\\u2A5F\\\\u2A66\\\\u2A6A\\\\u2A6D-\\\\u2A75\\\\u2A77-\\\\u2A9A\\\\u2A9D-\\\\u2AA2\\\\u2AA4-\\\\u2AB0\\\\u2AB3-\\\\u2AC8\\\\u2ACB\\\\u2ACC\\\\u2ACF-\\\\u2ADB\\\\u2AE4\\\\u2AE6-\\\\u2AE9\\\\u2AEB-\\\\u2AF3\\\\u2AFD\\\\uFB00-\\\\uFB04]|\\\\uD835[\\\\uDC9C\\\\uDC9E\\\\uDC9F\\\\uDCA2\\\\uDCA5\\\\uDCA6\\\\uDCA9-\\\\uDCAC\\\\uDCAE-\\\\uDCB9\\\\uDCBB\\\\uDCBD-\\\\uDCC3\\\\uDCC5-\\\\uDCCF\\\\uDD04\\\\uDD05\\\\uDD07-\\\\uDD0A\\\\uDD0D-\\\\uDD14\\\\uDD16-\\\\uDD1C\\\\uDD1E-\\\\uDD39\\\\uDD3B-\\\\uDD3E\\\\uDD40-\\\\uDD44\\\\uDD46\\\\uDD4A-\\\\uDD50\\\\uDD52-\\\\uDD6B]/g,f={\"\\xad\":\"shy\",\"\\u200c\":\"zwnj\",\"\\u200d\":\"zwj\",\"\\u200e\":\"lrm\",\"\\u2063\":\"ic\",\"\\u2062\":\"it\",\"\\u2061\":\"af\",\"\\u200f\":\"rlm\",\"\\u200b\":\"ZeroWidthSpace\",\"\\u2060\":\"NoBreak\",\"̑\":\"DownBreve\",\"⃛\":\"tdot\",\"⃜\":\"DotDot\",\"\\\\t\":\"Tab\",\"\\\\n\":\"NewLine\",\"\\u2008\":\"puncsp\",\"\\u205f\":\"MediumSpace\",\"\\u2009\":\"thinsp\",\"\\u200a\":\"hairsp\",\"\\u2004\":\"emsp13\",\"\\u2002\":\"ensp\",\"\\u2005\":\"emsp14\",\"\\u2003\":\"emsp\",\"\\u2007\":\"numsp\",\"\\xa0\":\"nbsp\",\"\\u205f\\u200a\":\"ThickSpace\",\"‾\":\"oline\",_:\"lowbar\",\"\":\"dash\",\"\":\"ndash\",\"—\":\"mdash\",\"―\":\"horbar\",\",\":\"comma\",\";\":\"semi\",\"⁏\":\"bsemi\",\":\":\"colon\",\"⩴\":\"Colone\",\"!\":\"excl\",\"¡\":\"iexcl\",\"?\":\"quest\",\"¿\":\"iquest\",\".\":\"period\",\"‥\":\"nldr\",\"…\":\"mldr\",\"·\":\"middot\",\"\\'\":\"apos\",\"\":\"lsquo\",\"\":\"rsquo\",\"\":\"sbquo\",\"\":\"lsaquo\",\"\":\"rsaquo\",\\'\"\\':\"quot\",\"“\":\"ldquo\",\"”\":\"rdquo\",\"„\":\"bdquo\",\"«\":\"laquo\",\"»\":\"raquo\",\"(\":\"lpar\",\")\":\"rpar\",\"[\":\"lsqb\",\"]\":\"rsqb\",\"{\":\"lcub\",\"}\":\"rcub\",\"⌈\":\"lceil\",\"⌉\":\"rceil\",\"⌊\":\"lfloor\",\"⌋\":\"rfloor\",\"⦅\":\"lopar\",\"⦆\":\"ropar\",\"⦋\":\"lbrke\",\"⦌\":\"rbrke\",\"⦍\":\"lbrkslu\",\"⦎\":\"rbrksld\",\"⦏\":\"lbrksld\",\"⦐\":\"rbrkslu\",\"⦑\":\"langd\",\"⦒\":\"rangd\",\"⦓\":\"lparlt\",\"⦔\":\"rpargt\",\"⦕\":\"gtlPar\",\"⦖\":\"ltrPar\",\"⟦\":\"lobrk\",\"⟧\":\"robrk\",\"⟨\":\"lang\",\"⟩\":\"rang\",\"⟪\":\"Lang\",\"⟫\":\"Rang\",\"⟬\":\"loang\",\"⟭\":\"roang\",\"\":\"lbbrk\",\"\":\"rbbrk\",\"‖\":\"Vert\",\"§\":\"sect\",\"¶\":\"para\",\"@\":\"commat\",\"*\":\"ast\",\"/\":\"sol\",undefined:null,\"&\":\"amp\",\"#\":\"num\",\"%\":\"percnt\",\"‰\":\"permil\",\"‱\":\"pertenk\",\"†\":\"dagger\",\"‡\":\"Dagger\",\"•\":\"bull\",\"\":\"hybull\",\"\":\"prime\",\"″\":\"Prime\",\"‴\":\"tprime\",\"⁗\":\"qprime\",\"\":\"bprime\",\"\":\"caret\",\"`\":\"grave\",\"´\":\"acute\",\"˜\":\"tilde\",\"^\":\"Hat\",\"¯\":\"macr\",\"˘\":\"breve\",\"˙\":\"dot\",\"¨\":\"die\",\"˚\":\"ring\",\"˝\":\"dblac\",\"¸\":\"cedil\",\"˛\":\"ogon\",\"ˆ\":\"circ\",\"ˇ\":\"caron\",\"°\":\"deg\",\"©\":\"copy\",\"®\":\"reg\",\"℗\":\"copysr\",\"℘\":\"wp\",\"℞\":\"rx\",\"℧\":\"mho\",\"℩\":\"iiota\",\"←\":\"larr\",\"↚\":\"nlarr\",\"→\":\"rarr\",\"↛\":\"nrarr\",\"↑\":\"uarr\",\"↓\":\"darr\",\"↔\":\"harr\",\"↮\":\"nharr\",\"↕\":\"varr\",\"↖\":\"nwarr\",\"↗\":\"nearr\",\"↘\":\"searr\",\"↙\":\"swarr\",\"↝\":\"rarrw\",\"↝̸\":\"nrarrw\",\"↞\":\"Larr\",\"↟\":\"Uarr\",\"↠\":\"Rarr\",\"↡\":\"Darr\",\"↢\":\"larrtl\",\"↣\":\"rarrtl\",\"↤\":\"mapstoleft\",\"↥\":\"mapstoup\",\"↦\":\"map\",\"↧\":\"mapstodown\",\"↩\":\"larrhk\",\"↪\":\"rarrhk\",\"↫\":\"larrlp\",\"↬\":\"rarrlp\",\"↭\":\"harrw\",\"↰\":\"lsh\",\"↱\":\"rsh\",\"↲\":\"ldsh\",\"↳\":\"rdsh\",\"↵\":\"crarr\",\"↶\":\"cularr\",\"↷\":\"curarr\",\"↺\":\"olarr\",\"↻\":\"orarr\",\"↼\":\"lharu\",\"↽\":\"lhard\",\"↾\":\"uharr\",\"↿\":\"uharl\",\"⇀\":\"rharu\",\"⇁\":\"rhard\",\"⇂\":\"dharr\",\"⇃\":\"dharl\",\"⇄\":\"rlarr\",\"⇅\":\"udarr\",\"⇆\":\"lrarr\",\"⇇\":\"llarr\",\"⇈\":\"uuarr\",\"⇉\":\"rrarr\",\"⇊\":\"ddarr\",\"⇋\":\"lrhar\",\"⇌\":\"rlhar\",\"⇐\":\"lArr\",\"⇍\":\"nlArr\",\"⇑\":\"uArr\",\"⇒\":\"rArr\",\"⇏\":\"nrArr\",\"⇓\":\"dArr\",\"⇔\":\"iff\",\"⇎\":\"nhArr\",\"⇕\":\"vArr\",\"⇖\":\"nwArr\",\"⇗\":\"neArr\",\"⇘\":\"seArr\",\"⇙\":\"swArr\",\"⇚\":\"lAarr\",\"⇛\":\"rAarr\",\"⇝\":\"zigrarr\",\"⇤\":\"larrb\",\"⇥\":\"rarrb\",\"⇵\":\"duarr\",\"⇽\":\"loarr\",\"⇾\":\"roarr\",\"⇿\":\"hoarr\",\"∀\":\"forall\",\"∁\":\"comp\",\"∂\":\"part\",\"∂̸\":\"npart\",\"∃\":\"exist\",\"∄\":\"nexist\",\"∅\":\"empty\",\"∇\":\"Del\",\"∈\":\"in\",\"∉\":\"notin\",\"∋\":\"ni\",\"∌\":\"notni\",\"϶\":\"bepsi\",\"∏\":\"prod\",\"∐\":\"coprod\",\"∑\":\"sum\",\"+\":\"plus\",\"±\":\"pm\",\"÷\":\"div\",\"×\":\"times\",\"<\":\"lt\",\"≮\":\"nlt\",\"<⃒\":\"nvlt\",\"=\":\"equals\",\"≠\":\"ne\",\"=⃥\":\"bne\",\"⩵\":\"Equal\",\">\":\"gt\",\"≯\":\"ngt\",\">⃒\":\"nvgt\",\"¬\":\"not\",\"|\":\"vert\",\"¦\":\"brvbar\",\"\":\"minus\",\"∓\":\"mp\",\"∔\":\"plusdo\",\"\":\"frasl\",\"\":\"setmn\",\"\":\"lowast\",\"∘\":\"compfn\",\"√\":\"Sqrt\",\"∝\":\"prop\",\"∞\":\"infin\",\"∟\":\"angrt\",\"∠\":\"ang\",\"∠⃒\":\"nang\",\"∡\":\"angmsd\",\"∢\":\"angsph\",\"\":\"mid\",\"∤\":\"nmid\",\"∥\":\"par\",\"∦\":\"npar\",\"∧\":\"and\",\"\":\"or\",\"∩\":\"cap\",\"∩︀\":\"caps\",\"\":\"cup\",\"\":\"cups\",\"∫\":\"int\",\"∬\":\"Int\",\"∭\":\"tint\",\"⨌\":\"qint\",\"∮\":\"oint\",\"∯\":\"Conint\",\"∰\":\"Cconint\",\"∱\":\"cwint\",\"∲\":\"cwconint\",\"∳\":\"awconint\",\"∴\":\"there4\",\"∵\":\"becaus\",\"\":\"ratio\",\"∷\":\"Colon\",\"∸\":\"minusd\",\"∺\":\"mDDot\",\"∻\":\"homtht\",\"\":\"sim\",\"≁\":\"nsim\",\"∼⃒\":\"nvsim\",\"∽\":\"bsim\",\"∽̱\":\"race\",\"∾\":\"ac\",\"∾̳\":\"acE\",\"∿\":\"acd\",\"≀\":\"wr\",\"≂\":\"esim\",\"≂̸\":\"nesim\",\"≃\":\"sime\",\"≄\":\"nsime\",\"≅\":\"cong\",\"≇\":\"ncong\",\"≆\":\"simne\",\"≈\":\"ap\",\"≉\":\"nap\",\"≊\":\"ape\",\"≋\":\"apid\",\"≋̸\":\"napid\",\"≌\":\"bcong\",\"≍\":\"CupCap\",\"≭\":\"NotCupCap\",\"≍⃒\":\"nvap\",\"≎\":\"bump\",\"≎̸\":\"nbump\",\"≏\":\"bumpe\",\"≏̸\":\"nbumpe\",\"≐\":\"doteq\",\"≐̸\":\"nedot\",\"≑\":\"eDot\",\"≒\":\"efDot\",\"≓\":\"erDot\",\"≔\":\"colone\",\"≕\":\"ecolon\",\"≖\":\"ecir\",\"≗\":\"cire\",\"≙\":\"wedgeq\",\"≚\":\"veeeq\",\"≜\":\"trie\",\"≟\":\"equest\",\"≡\":\"equiv\",\"≢\":\"nequiv\",\"≡⃥\":\"bnequiv\",\"≤\":\"le\",\"≰\":\"nle\",\"≤⃒\":\"nvle\",\"≥\":\"ge\",\"≱\":\"nge\",\"≥⃒\":\"nvge\",\"≦\":\"lE\",\"≦̸\":\"nlE\",\"≧\":\"gE\",\"≧̸\":\"ngE\",\"≨︀\":\"lvnE\",\"≨\":\"lnE\",\"≩\":\"gnE\",\"≩︀\":\"gvnE\",\"≪\":\"ll\",\"≪̸\":\"nLtv\",\"≪⃒\":\"nLt\",\"≫\":\"gg\",\"≫̸\":\"nGtv\",\"≫⃒\":\"nGt\",\"≬\":\"twixt\",\"≲\":\"lsim\",\"≴\":\"nlsim\",\"≳\":\"gsim\",\"≵\":\"ngsim\",\"≶\":\"lg\",\"≸\":\"ntlg\",\"≷\":\"gl\",\"≹\":\"ntgl\",\"≺\":\"pr\",\"⊀\":\"npr\",\"≻\":\"sc\",\"⊁\":\"nsc\",\"≼\":\"prcue\",\"⋠\":\"nprcue\",\"≽\":\"sccue\",\"⋡\":\"nsccue\",\"≾\":\"prsim\",\"≿\":\"scsim\",\"≿̸\":\"NotSucceedsTilde\",\"⊂\":\"sub\",\"⊄\":\"nsub\",\"⊂⃒\":\"vnsub\",\"⊃\":\"sup\",\"⊅\":\"nsup\",\"⊃⃒\":\"vnsup\",\"⊆\":\"sube\",\"⊈\":\"nsube\",\"⊇\":\"supe\",\"⊉\":\"nsupe\",\"⊊︀\":\"vsubne\",\"⊊\":\"subne\",\"⊋︀\":\"vsupne\",\"⊋\":\"supne\",\"⊍\":\"cupdot\",\"⊎\":\"uplus\",\"⊏\":\"sqsub\",\"⊏̸\":\"NotSquareSubset\",\"⊐\":\"sqsup\",\"⊐̸\":\"NotSquareSuperset\",\"⊑\":\"sqsube\",\"⋢\":\"nsqsube\",\"⊒\":\"sqsupe\",\"⋣\":\"nsqsupe\",\"⊓\":\"sqcap\",\"⊓︀\":\"sqcaps\",\"⊔\":\"sqcup\",\"⊔︀\":\"sqcups\",\"⊕\":\"oplus\",\"⊖\":\"ominus\",\"⊗\":\"otimes\",\"⊘\":\"osol\",\"⊙\":\"odot\",\"⊚\":\"ocir\",\"⊛\":\"oast\",\"⊝\":\"odash\",\"⊞\":\"plusb\",\"⊟\":\"minusb\",\"⊠\":\"timesb\",\"⊡\":\"sdotb\",\"⊢\":\"vdash\",\"⊬\":\"nvdash\",\"⊣\":\"dashv\",\"\":\"top\",\"⊥\":\"bot\",\"⊧\":\"models\",\"⊨\":\"vDash\",\"⊭\":\"nvDash\",\"⊩\":\"Vdash\",\"⊮\":\"nVdash\",\"⊪\":\"Vvdash\",\"⊫\":\"VDash\",\"⊯\":\"nVDash\",\"⊰\":\"prurel\",\"⊲\":\"vltri\",\"⋪\":\"nltri\",\"⊳\":\"vrtri\",\"⋫\":\"nrtri\",\"⊴\":\"ltrie\",\"⋬\":\"nltrie\",\"⊴⃒\":\"nvltrie\",\"⊵\":\"rtrie\",\"⋭\":\"nrtrie\",\"⊵⃒\":\"nvrtrie\",\"⊶\":\"origof\",\"⊷\":\"imof\",\"⊸\":\"mumap\",\"⊹\":\"hercon\",\"⊺\":\"intcal\",\"⊻\":\"veebar\",\"⊽\":\"barvee\",\"⊾\":\"angrtvb\",\"⊿\":\"lrtri\",\"⋀\":\"Wedge\",\"\":\"Vee\",\"⋂\":\"xcap\",\"\":\"xcup\",\"⋄\":\"diam\",\"⋅\":\"sdot\",\"⋆\":\"Star\",\"⋇\":\"divonx\",\"⋈\":\"bowtie\",\"⋉\":\"ltimes\",\"⋊\":\"rtimes\",\"⋋\":\"lthree\",\"⋌\":\"rthree\",\"⋍\":\"bsime\",\"⋎\":\"cuvee\",\"⋏\":\"cuwed\",\"⋐\":\"Sub\",\"⋑\":\"Sup\",\"⋒\":\"Cap\",\"⋓\":\"Cup\",\"⋔\":\"fork\",\"⋕\":\"epar\",\"⋖\":\"ltdot\",\"⋗\":\"gtdot\",\"⋘\":\"Ll\",\"⋘̸\":\"nLl\",\"⋙\":\"Gg\",\"⋙̸\":\"nGg\",\"⋚︀\":\"lesg\",\"⋚\":\"leg\",\"⋛\":\"gel\",\"⋛︀\":\"gesl\",\"⋞\":\"cuepr\",\"⋟\":\"cuesc\",\"⋦\":\"lnsim\",\"⋧\":\"gnsim\",\"⋨\":\"prnsim\",\"⋩\":\"scnsim\",\"⋮\":\"vellip\",\"⋯\":\"ctdot\",\"⋰\":\"utdot\",\"⋱\":\"dtdot\",\"⋲\":\"disin\",\"⋳\":\"isinsv\",\"⋴\":\"isins\",\"⋵\":\"isindot\",\"⋵̸\":\"notindot\",\"⋶\":\"notinvc\",\"⋷\":\"notinvb\",\"⋹\":\"isinE\",\"⋹̸\":\"notinE\",\"⋺\":\"nisd\",\"⋻\":\"xnis\",\"⋼\":\"nis\",\"⋽\":\"notnivc\",\"⋾\":\"notnivb\",\"⌅\":\"barwed\",\"⌆\":\"Barwed\",\"⌌\":\"drcrop\",\"⌍\":\"dlcrop\",\"⌎\":\"urcrop\",\"⌏\":\"ulcrop\",\"⌐\":\"bnot\",\"⌒\":\"profline\",\"⌓\":\"profsurf\",\"⌕\":\"telrec\",\"⌖\":\"target\",\"⌜\":\"ulcorn\",\"⌝\":\"urcorn\",\"⌞\":\"dlcorn\",\"⌟\":\"drcorn\",\"⌢\":\"frown\",\"⌣\":\"smile\",\"⌭\":\"cylcty\",\"⌮\":\"profalar\",\"⌶\":\"topbot\",\"⌽\":\"ovbar\",\"⌿\":\"solbar\",\"⍼\":\"angzarr\",\"⎰\":\"lmoust\",\"⎱\":\"rmoust\",\"⎴\":\"tbrk\",\"⎵\":\"bbrk\",\"⎶\":\"bbrktbrk\",\"⏜\":\"OverParenthesis\",\"⏝\":\"UnderParenthesis\",\"⏞\":\"OverBrace\",\"⏟\":\"UnderBrace\",\"⏢\":\"trpezium\",\"⏧\":\"elinters\",\"␣\":\"blank\",\"─\":\"boxh\",\"│\":\"boxv\",\"┌\":\"boxdr\",\"┐\":\"boxdl\",\"└\":\"boxur\",\"┘\":\"boxul\",\"├\":\"boxvr\",\"┤\":\"boxvl\",\"┬\":\"boxhd\",\"┴\":\"boxhu\",\"┼\":\"boxvh\",\"═\":\"boxH\",\"║\":\"boxV\",\"╒\":\"boxdR\",\"╓\":\"boxDr\",\"╔\":\"boxDR\",\"╕\":\"boxdL\",\"╖\":\"boxDl\",\"╗\":\"boxDL\",\"╘\":\"boxuR\",\"╙\":\"boxUr\",\"╚\":\"boxUR\",\"╛\":\"boxuL\",\"╜\":\"boxUl\",\"╝\":\"boxUL\",\"╞\":\"boxvR\",\"╟\":\"boxVr\",\"╠\":\"boxVR\",\"╡\":\"boxvL\",\"╢\":\"boxVl\",\"╣\":\"boxVL\",\"╤\":\"boxHd\",\"╥\":\"boxhD\",\"╦\":\"boxHD\",\"╧\":\"boxHu\",\"╨\":\"boxhU\",\"╩\":\"boxHU\",\"╪\":\"boxvH\",\"╫\":\"boxVh\",\"╬\":\"boxVH\",\"▀\":\"uhblk\",\"▄\":\"lhblk\",\"█\":\"block\",\"░\":\"blk14\",\"▒\":\"blk12\",\"▓\":\"blk34\",\"□\":\"squ\",\"▪\":\"squf\",\"▫\":\"EmptyVerySmallSquare\",\"▭\":\"rect\",\"▮\":\"marker\",\"▱\":\"fltns\",\"△\":\"xutri\",\"▴\":\"utrif\",\"▵\":\"utri\",\"▸\":\"rtrif\",\"▹\":\"rtri\",\"▽\":\"xdtri\",\"▾\":\"dtrif\",\"▿\":\"dtri\",\"◂\":\"ltrif\",\"◃\":\"ltri\",\"◊\":\"loz\",\"○\":\"cir\",\"◬\":\"tridot\",\"◯\":\"xcirc\",\"◸\":\"ultri\",\"◹\":\"urtri\",\"◺\":\"lltri\",\"◻\":\"EmptySmallSquare\",\"◼\":\"FilledSmallSquare\",\"★\":\"starf\",\"☆\":\"star\",\"☎\":\"phone\",\"♀\":\"female\",\"♂\":\"male\",\"♠\":\"spades\",\"♣\":\"clubs\",\"♥\":\"hearts\",\"♦\":\"diams\",\"♪\":\"sung\",\"✓\":\"check\",\"✗\":\"cross\",\"✠\":\"malt\",\"✶\":\"sext\",\"❘\":\"VerticalSeparator\",\"⟈\":\"bsolhsub\",\"⟉\":\"suphsol\",\"⟵\":\"xlarr\",\"⟶\":\"xrarr\",\"⟷\":\"xharr\",\"⟸\":\"xlArr\",\"⟹\":\"xrArr\",\"⟺\":\"xhArr\",\"⟼\":\"xmap\",\"⟿\":\"dzigrarr\",\"⤂\":\"nvlArr\",\"⤃\":\"nvrArr\",\"⤄\":\"nvHarr\",\"⤅\":\"Map\",\"⤌\":\"lbarr\",\"⤍\":\"rbarr\",\"⤎\":\"lBarr\",\"⤏\":\"rBarr\",\"⤐\":\"RBarr\",\"⤑\":\"DDotrahd\",\"⤒\":\"UpArrowBar\",\"⤓\":\"DownArrowBar\",\"⤖\":\"Rarrtl\",\"⤙\":\"latail\",\"⤚\":\"ratail\",\"⤛\":\"lAtail\",\"⤜\":\"rAtail\",\"⤝\":\"larrfs\",\"⤞\":\"rarrfs\",\"⤟\":\"larrbfs\",\"⤠\":\"rarrbfs\",\"⤣\":\"nwarhk\",\"⤤\":\"nearhk\",\"⤥\":\"searhk\",\"⤦\":\"swarhk\",\"⤧\":\"nwnear\",\"⤨\":\"toea\",\"⤩\":\"tosa\",\"⤪\":\"swnwar\",\"⤳\":\"rarrc\",\"⤳̸\":\"nrarrc\",\"⤵\":\"cudarrr\",\"⤶\":\"ldca\",\"⤷\":\"rdca\",\"⤸\":\"cudarrl\",\"⤹\":\"larrpl\",\"⤼\":\"curarrm\",\"⤽\":\"cularrp\",\"⥅\":\"rarrpl\",\"⥈\":\"harrcir\",\"⥉\":\"Uarrocir\",\"⥊\":\"lurdshar\",\"⥋\":\"ldrushar\",\"⥎\":\"LeftRightVector\",\"⥏\":\"RightUpDownVector\",\"⥐\":\"DownLeftRightVector\",\"⥑\":\"LeftUpDownVector\",\"⥒\":\"LeftVectorBar\",\"⥓\":\"RightVectorBar\",\"⥔\":\"RightUpVectorBar\",\"⥕\":\"RightDownVectorBar\",\"⥖\":\"DownLeftVectorBar\",\"⥗\":\"DownRightVectorBar\",\"⥘\":\"LeftUpVectorBar\",\"⥙\":\"LeftDownVectorBar\",\"⥚\":\"LeftTeeVector\",\"⥛\":\"RightTeeVector\",\"⥜\":\"RightUpTeeVector\",\"⥝\":\"RightDownTeeVector\",\"⥞\":\"DownLeftTeeVector\",\"⥟\":\"DownRightTeeVector\",\"⥠\":\"LeftUpTeeVector\",\"⥡\":\"LeftDownTeeVector\",\"⥢\":\"lHar\",\"⥣\":\"uHar\",\"⥤\":\"rHar\",\"⥥\":\"dHar\",\"⥦\":\"luruhar\",\"⥧\":\"ldrdhar\",\"⥨\":\"ruluhar\",\"⥩\":\"rdldhar\",\"⥪\":\"lharul\",\"⥫\":\"llhard\",\"⥬\":\"rharul\",\"⥭\":\"lrhard\",\"⥮\":\"udhar\",\"⥯\":\"duhar\",\"⥰\":\"RoundImplies\",\"⥱\":\"erarr\",\"⥲\":\"simrarr\",\"⥳\":\"larrsim\",\"⥴\":\"rarrsim\",\"⥵\":\"rarrap\",\"⥶\":\"ltlarr\",\"⥸\":\"gtrarr\",\"⥹\":\"subrarr\",\"⥻\":\"suplarr\",\"⥼\":\"lfisht\",\"⥽\":\"rfisht\",\"⥾\":\"ufisht\",\"⥿\":\"dfisht\",\"⦚\":\"vzigzag\",\"⦜\":\"vangrt\",\"⦝\":\"angrtvbd\",\"⦤\":\"ange\",\"⦥\":\"range\",\"⦦\":\"dwangle\",\"⦧\":\"uwangle\",\"⦨\":\"angmsdaa\",\"⦩\":\"angmsdab\",\"⦪\":\"angmsdac\",\"⦫\":\"angmsdad\",\"⦬\":\"angmsdae\",\"⦭\":\"angmsdaf\",\"⦮\":\"angmsdag\",\"⦯\":\"angmsdah\",\"⦰\":\"bemptyv\",\"⦱\":\"demptyv\",\"⦲\":\"cemptyv\",\"⦳\":\"raemptyv\",\"⦴\":\"laemptyv\",\"⦵\":\"ohbar\",\"⦶\":\"omid\",\"⦷\":\"opar\",\"⦹\":\"operp\",\"⦻\":\"olcross\",\"⦼\":\"odsold\",\"⦾\":\"olcir\",\"⦿\":\"ofcir\",\"⧀\":\"olt\",\"⧁\":\"ogt\",\"⧂\":\"cirscir\",\"⧃\":\"cirE\",\"⧄\":\"solb\",\"⧅\":\"bsolb\",\"⧉\":\"boxbox\",\"⧍\":\"trisb\",\"⧎\":\"rtriltri\",\"⧏\":\"LeftTriangleBar\",\"⧏̸\":\"NotLeftTriangleBar\",\"⧐\":\"RightTriangleBar\",\"⧐̸\":\"NotRightTriangleBar\",\"⧜\":\"iinfin\",\"⧝\":\"infintie\",\"⧞\":\"nvinfin\",\"⧣\":\"eparsl\",\"⧤\":\"smeparsl\",\"⧥\":\"eqvparsl\",\"⧫\":\"lozf\",\"⧴\":\"RuleDelayed\",\"⧶\":\"dsol\",\"⨀\":\"xodot\",\"⨁\":\"xoplus\",\"⨂\":\"xotime\",\"⨄\":\"xuplus\",\"⨆\":\"xsqcup\",\"⨍\":\"fpartint\",\"⨐\":\"cirfnint\",\"⨑\":\"awint\",\"⨒\":\"rppolint\",\"⨓\":\"scpolint\",\"⨔\":\"npolint\",\"⨕\":\"pointint\",\"⨖\":\"quatint\",\"⨗\":\"intlarhk\",\"⨢\":\"pluscir\",\"⨣\":\"plusacir\",\"⨤\":\"simplus\",\"⨥\":\"plusdu\",\"⨦\":\"plussim\",\"⨧\":\"plustwo\",\"⨩\":\"mcomma\",\"⨪\":\"minusdu\",\"⨭\":\"loplus\",\"⨮\":\"roplus\",\"\":\"Cross\",\"⨰\":\"timesd\",\"⨱\":\"timesbar\",\"⨳\":\"smashp\",\"⨴\":\"lotimes\",\"⨵\":\"rotimes\",\"⨶\":\"otimesas\",\"⨷\":\"Otimes\",\"⨸\":\"odiv\",\"⨹\":\"triplus\",\"⨺\":\"triminus\",\"⨻\":\"tritime\",\"⨼\":\"iprod\",\"⨿\":\"amalg\",\"⩀\":\"capdot\",\"⩂\":\"ncup\",\"⩃\":\"ncap\",\"⩄\":\"capand\",\"⩅\":\"cupor\",\"⩆\":\"cupcap\",\"⩇\":\"capcup\",\"⩈\":\"cupbrcap\",\"⩉\":\"capbrcup\",\"⩊\":\"cupcup\",\"⩋\":\"capcap\",\"⩌\":\"ccups\",\"⩍\":\"ccaps\",\"⩐\":\"ccupssm\",\"⩓\":\"And\",\"⩔\":\"Or\",\"⩕\":\"andand\",\"⩖\":\"oror\",\"⩗\":\"orslope\",\"⩘\":\"andslope\",\"⩚\":\"andv\",\"⩛\":\"orv\",\"⩜\":\"andd\",\"⩝\":\"ord\",\"⩟\":\"wedbar\",\"⩦\":\"sdote\",\"⩪\":\"simdot\",\"⩭\":\"congdot\",\"⩭̸\":\"ncongdot\",\"⩮\":\"easter\",\"⩯\":\"apacir\",\"⩰\":\"apE\",\"⩰̸\":\"napE\",\"⩱\":\"eplus\",\"⩲\":\"pluse\",\"⩳\":\"Esim\",\"⩷\":\"eDDot\",\"⩸\":\"equivDD\",\"⩹\":\"ltcir\",\"⩺\":\"gtcir\",\"⩻\":\"ltquest\",\"⩼\":\"gtquest\",\"⩽\":\"les\",\"⩽̸\":\"nles\",\"⩾\":\"ges\",\"⩾̸\":\"nges\",\"⩿\":\"lesdot\",\"⪀\":\"gesdot\",\"⪁\":\"lesdoto\",\"⪂\":\"gesdoto\",\"⪃\":\"lesdotor\",\"⪄\":\"gesdotol\",\"⪅\":\"lap\",\"⪆\":\"gap\",\"⪇\":\"lne\",\"⪈\":\"gne\",\"⪉\":\"lnap\",\"⪊\":\"gnap\",\"⪋\":\"lEg\",\"⪌\":\"gEl\",\"⪍\":\"lsime\",\"⪎\":\"gsime\",\"⪏\":\"lsimg\",\"⪐\":\"gsiml\",\"⪑\":\"lgE\",\"⪒\":\"glE\",\"⪓\":\"lesges\",\"⪔\":\"gesles\",\"⪕\":\"els\",\"⪖\":\"egs\",\"⪗\":\"elsdot\",\"⪘\":\"egsdot\",\"⪙\":\"el\",\"⪚\":\"eg\",\"⪝\":\"siml\",\"⪞\":\"simg\",\"⪟\":\"simlE\",\"⪠\":\"simgE\",\"⪡\":\"LessLess\",\"⪡̸\":\"NotNestedLessLess\",\"⪢\":\"GreaterGreater\",\"⪢̸\":\"NotNestedGreaterGreater\",\"⪤\":\"glj\",\"⪥\":\"gla\",\"⪦\":\"ltcc\",\"⪧\":\"gtcc\",\"⪨\":\"lescc\",\"⪩\":\"gescc\",\"⪪\":\"smt\",\"⪫\":\"lat\",\"⪬\":\"smte\",\"⪬︀\":\"smtes\",\"⪭\":\"late\",\"⪭︀\":\"lates\",\"⪮\":\"bumpE\",\"⪯\":\"pre\",\"⪯̸\":\"npre\",\"⪰\":\"sce\",\"⪰̸\":\"nsce\",\"⪳\":\"prE\",\"⪴\":\"scE\",\"⪵\":\"prnE\",\"⪶\":\"scnE\",\"⪷\":\"prap\",\"⪸\":\"scap\",\"⪹\":\"prnap\",\"⪺\":\"scnap\",\"⪻\":\"Pr\",\"⪼\":\"Sc\",\"⪽\":\"subdot\",\"⪾\":\"supdot\",\"⪿\":\"subplus\",\"⫀\":\"supplus\",\"⫁\":\"submult\",\"⫂\":\"supmult\",\"⫃\":\"subedot\",\"⫄\":\"supedot\",\"⫅\":\"subE\",\"⫅̸\":\"nsubE\",\"⫆\":\"supE\",\"⫆̸\":\"nsupE\",\"⫇\":\"subsim\",\"⫈\":\"supsim\",\"⫋︀\":\"vsubnE\",\"⫋\":\"subnE\",\"⫌︀\":\"vsupnE\",\"⫌\":\"supnE\",\"⫏\":\"csub\",\"⫐\":\"csup\",\"⫑\":\"csube\",\"⫒\":\"csupe\",\"⫓\":\"subsup\",\"⫔\":\"supsub\",\"⫕\":\"subsub\",\"⫖\":\"supsup\",\"⫗\":\"suphsub\",\"⫘\":\"supdsub\",\"⫙\":\"forkv\",\"⫚\":\"topfork\",\"⫛\":\"mlcp\",\"⫤\":\"Dashv\",\"⫦\":\"Vdashl\",\"⫧\":\"Barv\",\"⫨\":\"vBar\",\"⫩\":\"vBarv\",\"⫫\":\"Vbar\",\"⫬\":\"Not\",\"⫭\":\"bNot\",\"⫮\":\"rnmid\",\"⫯\":\"cirmid\",\"⫰\":\"midcir\",\"⫱\":\"topcir\",\"⫲\":\"nhpar\",\"⫳\":\"parsim\",\"⫽\":\"parsl\",\"⫽⃥\":\"nparsl\",\"♭\":\"flat\",\"♮\":\"natur\",\"♯\":\"sharp\",\"¤\":\"curren\",\"¢\":\"cent\",$:\"dollar\",\"£\":\"pound\",\"¥\":\"yen\",\"€\":\"euro\",\"¹\":\"sup1\",\"½\":\"half\",\"⅓\":\"frac13\",\"¼\":\"frac14\",\"⅕\":\"frac15\",\"⅙\":\"frac16\",\"⅛\":\"frac18\",\"²\":\"sup2\",\"⅔\":\"frac23\",\"⅖\":\"frac25\",\"³\":\"sup3\",\"¾\":\"frac34\",\"⅗\":\"frac35\",\"⅜\":\"frac38\",\"⅘\":\"frac45\",\"⅚\":\"frac56\",\"⅝\":\"frac58\",\"⅞\":\"frac78\",\"𝒶\":\"ascr\",\"𝕒\":\"aopf\",\"𝔞\":\"afr\",\"𝔸\":\"Aopf\",\"𝔄\":\"Afr\",\"𝒜\":\"Ascr\",\"ª\":\"ordf\",\"á\":\"aacute\",\"Á\":\"Aacute\",\"à\":\"agrave\",\"À\":\"Agrave\",\"ă\":\"abreve\",\"Ă\":\"Abreve\",\"â\":\"acirc\",\"Â\":\"Acirc\",\"å\":\"aring\",\"Å\":\"angst\",\"ä\":\"auml\",\"Ä\":\"Auml\",\"ã\":\"atilde\",\"Ã\":\"Atilde\",\"ą\":\"aogon\",\"Ą\":\"Aogon\",\"ā\":\"amacr\",\"Ā\":\"Amacr\",\"æ\":\"aelig\",\"Æ\":\"AElig\",\"𝒷\":\"bscr\",\"𝕓\":\"bopf\",\"𝔟\":\"bfr\",\"𝔹\":\"Bopf\",\"\":\"Bscr\",\"𝔅\":\"Bfr\",\"𝔠\":\"cfr\",\"𝒸\":\"cscr\",\"𝕔\":\"copf\",\"\":\"Cfr\",\"𝒞\":\"Cscr\",\"\":\"Copf\",\"ć\":\"cacute\",\"Ć\":\"Cacute\",\"ĉ\":\"ccirc\",\"Ĉ\":\"Ccirc\",\"č\":\"ccaron\",\"Č\":\"Ccaron\",\"ċ\":\"cdot\",\"Ċ\":\"Cdot\",\"ç\":\"ccedil\",\"Ç\":\"Ccedil\",\"℅\":\"incare\",\"𝔡\":\"dfr\",\"\":\"dd\",\"𝕕\":\"dopf\",\"𝒹\":\"dscr\",\"𝒟\":\"Dscr\",\"𝔇\":\"Dfr\",\"\":\"DD\",\"𝔻\":\"Dopf\",\"ď\":\"dcaron\",\"Ď\":\"Dcaron\",\"đ\":\"dstrok\",\"Đ\":\"Dstrok\",\"ð\":\"eth\",\"Ð\":\"ETH\",\"\":\"ee\",\"\":\"escr\",\"𝔢\":\"efr\",\"𝕖\":\"eopf\",\"\":\"Escr\",\"𝔈\":\"Efr\",\"𝔼\":\"Eopf\",\"é\":\"eacute\",\"É\":\"Eacute\",\"è\":\"egrave\",\"È\":\"Egrave\",\"ê\":\"ecirc\",\"Ê\":\"Ecirc\",\"ě\":\"ecaron\",\"Ě\":\"Ecaron\",\"ë\":\"euml\",\"Ë\":\"Euml\",\"ė\":\"edot\",\"Ė\":\"Edot\",\"ę\":\"eogon\",\"Ę\":\"Eogon\",\"ē\":\"emacr\",\"Ē\":\"Emacr\",\"𝔣\":\"ffr\",\"𝕗\":\"fopf\",\"𝒻\":\"fscr\",\"𝔉\":\"Ffr\",\"𝔽\":\"Fopf\",\"\":\"Fscr\",\"ff\":\"fflig\",\"ffi\":\"ffilig\",\"ffl\":\"ffllig\",\"fi\":\"filig\",fj:\"fjlig\",\"fl\":\"fllig\",\"ƒ\":\"fnof\",\"\":\"gscr\",\"𝕘\":\"gopf\",\"𝔤\":\"gfr\",\"𝒢\":\"Gscr\",\"𝔾\":\"Gopf\",\"𝔊\":\"Gfr\",\"ǵ\":\"gacute\",\"ğ\":\"gbreve\",\"Ğ\":\"Gbreve\",\"ĝ\":\"gcirc\",\"Ĝ\":\"Gcirc\",\"ġ\":\"gdot\",\"Ġ\":\"Gdot\",\"Ģ\":\"Gcedil\",\"𝔥\":\"hfr\",\"\":\"planckh\",\"𝒽\":\"hscr\",\"𝕙\":\"hopf\",\"\":\"Hscr\",\"\":\"Hfr\",\"\":\"Hopf\",\"ĥ\":\"hcirc\",\"Ĥ\":\"Hcirc\",\"ℏ\":\"hbar\",\"ħ\":\"hstrok\",\"Ħ\":\"Hstrok\",\"𝕚\":\"iopf\",\"𝔦\":\"ifr\",\"𝒾\":\"iscr\",\"\":\"ii\",\"𝕀\":\"Iopf\",\"\":\"Iscr\",\"\":\"Im\",\"í\":\"iacute\",\"Í\":\"Iacute\",\"ì\":\"igrave\",\"Ì\":\"Igrave\",\"î\":\"icirc\",\"Î\":\"Icirc\",\"ï\":\"iuml\",\"Ï\":\"Iuml\",\"ĩ\":\"itilde\",\"Ĩ\":\"Itilde\",\"İ\":\"Idot\",\"į\":\"iogon\",\"Į\":\"Iogon\",\"ī\":\"imacr\",\"Ī\":\"Imacr\",\"ij\":\"ijlig\",\"IJ\":\"IJlig\",\"ı\":\"imath\",\"𝒿\":\"jscr\",\"𝕛\":\"jopf\",\"𝔧\":\"jfr\",\"𝒥\":\"Jscr\",\"𝔍\":\"Jfr\",\"𝕁\":\"Jopf\",\"ĵ\":\"jcirc\",\"Ĵ\":\"Jcirc\",\"ȷ\":\"jmath\",\"𝕜\":\"kopf\",\"𝓀\":\"kscr\",\"𝔨\":\"kfr\",\"𝒦\":\"Kscr\",\"𝕂\":\"Kopf\",\"𝔎\":\"Kfr\",\"ķ\":\"kcedil\",\"Ķ\":\"Kcedil\",\"𝔩\":\"lfr\",\"𝓁\":\"lscr\",\"\":\"ell\",\"𝕝\":\"lopf\",\"\":\"Lscr\",\"𝔏\":\"Lfr\",\"𝕃\":\"Lopf\",\"ĺ\":\"lacute\",\"Ĺ\":\"Lacute\",\"ľ\":\"lcaron\",\"Ľ\":\"Lcaron\",\"ļ\":\"lcedil\",\"Ļ\":\"Lcedil\",\"ł\":\"lstrok\",\"Ł\":\"Lstrok\",\"ŀ\":\"lmidot\",\"Ŀ\":\"Lmidot\",\"𝔪\":\"mfr\",\"𝕞\":\"mopf\",\"𝓂\":\"mscr\",\"𝔐\":\"Mfr\",\"𝕄\":\"Mopf\",\"\":\"Mscr\",\"𝔫\":\"nfr\",\"𝕟\":\"nopf\",\"𝓃\":\"nscr\",\"\":\"Nopf\",\"𝒩\":\"Nscr\",\"𝔑\":\"Nfr\",\"ń\":\"nacute\",\"Ń\":\"Nacute\",\"ň\":\"ncaron\",\"Ň\":\"Ncaron\",\"ñ\":\"ntilde\",\"Ñ\":\"Ntilde\",\"ņ\":\"ncedil\",\"Ņ\":\"Ncedil\",\"№\":\"numero\",\"ŋ\":\"eng\",\"Ŋ\":\"ENG\",\"𝕠\":\"oopf\",\"𝔬\":\"ofr\",\"\":\"oscr\",\"𝒪\":\"Oscr\",\"𝔒\":\"Ofr\",\"𝕆\":\"Oopf\",\"º\":\"ordm\",\"ó\":\"oacute\",\"Ó\":\"Oacute\",\"ò\":\"ograve\",\"Ò\":\"Ograve\",\"ô\":\"ocirc\",\"Ô\":\"Ocirc\",\"ö\":\"ouml\",\"Ö\":\"Ouml\",\"ő\":\"odblac\",\"Ő\":\"Odblac\",\"õ\":\"otilde\",\"Õ\":\"Otilde\",\"ø\":\"oslash\",\"Ø\":\"Oslash\",\"ō\":\"omacr\",\"Ō\":\"Omacr\",\"œ\":\"oelig\",\"Œ\":\"OElig\",\"𝔭\":\"pfr\",\"𝓅\":\"pscr\",\"𝕡\":\"popf\",\"\":\"Popf\",\"𝔓\":\"Pfr\",\"𝒫\":\"Pscr\",\"𝕢\":\"qopf\",\"𝔮\":\"qfr\",\"𝓆\":\"qscr\",\"𝒬\":\"Qscr\",\"𝔔\":\"Qfr\",\"\":\"Qopf\",\"ĸ\":\"kgreen\",\"𝔯\":\"rfr\",\"𝕣\":\"ropf\",\"𝓇\":\"rscr\",\"\":\"Rscr\",\"\":\"Re\",\"\":\"Ropf\",\"ŕ\":\"racute\",\"Ŕ\":\"Racute\",\"ř\":\"rcaron\",\"Ř\":\"Rcaron\",\"ŗ\":\"rcedil\",\"Ŗ\":\"Rcedil\",\"𝕤\":\"sopf\",\"𝓈\":\"sscr\",\"𝔰\":\"sfr\",\"𝕊\":\"Sopf\",\"𝔖\":\"Sfr\",\"𝒮\":\"Sscr\",\"Ⓢ\":\"oS\",\"ś\":\"sacute\",\"Ś\":\"Sacute\",\"ŝ\":\"scirc\",\"Ŝ\":\"Scirc\",\"š\":\"scaron\",\"Š\":\"Scaron\",\"ş\":\"scedil\",\"Ş\":\"Scedil\",\"ß\":\"szlig\",\"𝔱\":\"tfr\",\"𝓉\":\"tscr\",\"𝕥\":\"topf\",\"𝒯\":\"Tscr\",\"𝔗\":\"Tfr\",\"𝕋\":\"Topf\",\"ť\":\"tcaron\",\"Ť\":\"Tcaron\",\"ţ\":\"tcedil\",\"Ţ\":\"Tcedil\",\"™\":\"trade\",\"ŧ\":\"tstrok\",\"Ŧ\":\"Tstrok\",\"𝓊\":\"uscr\",\"𝕦\":\"uopf\",\"𝔲\":\"ufr\",\"𝕌\":\"Uopf\",\"𝔘\":\"Ufr\",\"𝒰\":\"Uscr\",\"ú\":\"uacute\",\"Ú\":\"Uacute\",\"ù\":\"ugrave\",\"Ù\":\"Ugrave\",\"ŭ\":\"ubreve\",\"Ŭ\":\"Ubreve\",\"û\":\"ucirc\",\"Û\":\"Ucirc\",\"ů\":\"uring\",\"Ů\":\"Uring\",\"ü\":\"uuml\",\"Ü\":\"Uuml\",\"ű\":\"udblac\",\"Ű\":\"Udblac\",\"ũ\":\"utilde\",\"Ũ\":\"Utilde\",\"ų\":\"uogon\",\"Ų\":\"Uogon\",\"ū\":\"umacr\",\"Ū\":\"Umacr\",\"𝔳\":\"vfr\",\"𝕧\":\"vopf\",\"𝓋\":\"vscr\",\"𝔙\":\"Vfr\",\"𝕍\":\"Vopf\",\"𝒱\":\"Vscr\",\"𝕨\":\"wopf\",\"𝓌\":\"wscr\",\"𝔴\":\"wfr\",\"𝒲\":\"Wscr\",\"𝕎\":\"Wopf\",\"𝔚\":\"Wfr\",\"ŵ\":\"wcirc\",\"Ŵ\":\"Wcirc\",\"𝔵\":\"xfr\",\"𝓍\":\"xscr\",\"𝕩\":\"xopf\",\"𝕏\":\"Xopf\",\"𝔛\":\"Xfr\",\"𝒳\":\"Xscr\",\"𝔶\":\"yfr\",\"𝓎\":\"yscr\",\"𝕪\":\"yopf\",\"𝒴\":\"Yscr\",\"𝔜\":\"Yfr\",\"𝕐\":\"Yopf\",\"ý\":\"yacute\",\"Ý\":\"Yacute\",\"ŷ\":\"ycirc\",\"Ŷ\":\"Ycirc\",\"ÿ\":\"yuml\",\"Ÿ\":\"Yuml\",\"𝓏\":\"zscr\",\"𝔷\":\"zfr\",\"𝕫\":\"zopf\",\"\":\"Zfr\",\"\":\"Zopf\",\"𝒵\":\"Zscr\",\"ź\":\"zacute\",\"Ź\":\"Zacute\",\"ž\":\"zcaron\",\"Ž\":\"Zcaron\",\"ż\":\"zdot\",\"Ż\":\"Zdot\",\"Ƶ\":\"imped\",\"þ\":\"thorn\",\"Þ\":\"THORN\",\"ʼn\":\"napos\",\"α\":\"alpha\",\"Α\":\"Alpha\",\"β\":\"beta\",\"Β\":\"Beta\",\"γ\":\"gamma\",\"Γ\":\"Gamma\",\"δ\":\"delta\",\"Δ\":\"Delta\",\"ε\":\"epsi\",\"ϵ\":\"epsiv\",\"Ε\":\"Epsilon\",\"ϝ\":\"gammad\",\"Ϝ\":\"Gammad\",\"ζ\":\"zeta\",\"Ζ\":\"Zeta\",\"η\":\"eta\",\"Η\":\"Eta\",\"θ\":\"theta\",\"ϑ\":\"thetav\",\"Θ\":\"Theta\",\"ι\":\"iota\",\"Ι\":\"Iota\",\"κ\":\"kappa\",\"ϰ\":\"kappav\",\"Κ\":\"Kappa\",\"λ\":\"lambda\",\"Λ\":\"Lambda\",\"μ\":\"mu\",\"µ\":\"micro\",\"Μ\":\"Mu\",\"ν\":\"nu\",\"Ν\":\"Nu\",\"ξ\":\"xi\",\"Ξ\":\"Xi\",\"ο\":\"omicron\",\"Ο\":\"Omicron\",\"π\":\"pi\",\"ϖ\":\"piv\",\"Π\":\"Pi\",\"ρ\":\"rho\",\"ϱ\":\"rhov\",\"Ρ\":\"Rho\",\"σ\":\"sigma\",\"Σ\":\"Sigma\",\"ς\":\"sigmaf\",\"τ\":\"tau\",\"Τ\":\"Tau\",\"υ\":\"upsi\",\"Υ\":\"Upsilon\",\"ϒ\":\"Upsi\",\"φ\":\"phi\",\"ϕ\":\"phiv\",\"Φ\":\"Phi\",\"χ\":\"chi\",\"Χ\":\"Chi\",\"ψ\":\"psi\",\"Ψ\":\"Psi\",\"ω\":\"omega\",\"Ω\":\"ohm\",\"а\":\"acy\",\"А\":\"Acy\",\"б\":\"bcy\",\"Б\":\"Bcy\",\"в\":\"vcy\",\"В\":\"Vcy\",\"г\":\"gcy\",\"Г\":\"Gcy\",\"ѓ\":\"gjcy\",\"Ѓ\":\"GJcy\",\"д\":\"dcy\",\"Д\":\"Dcy\",\"ђ\":\"djcy\",\"Ђ\":\"DJcy\",\"е\":\"iecy\",\"Е\":\"IEcy\",\"ё\":\"iocy\",\"Ё\":\"IOcy\",\"є\":\"jukcy\",\"Є\":\"Jukcy\",\"ж\":\"zhcy\",\"Ж\":\"ZHcy\",\"з\":\"zcy\",\"З\":\"Zcy\",\"ѕ\":\"dscy\",\"Ѕ\":\"DScy\",\"и\":\"icy\",\"И\":\"Icy\",\"і\":\"iukcy\",\"І\":\"Iukcy\",\"ї\":\"yicy\",\"Ї\":\"YIcy\",\"й\":\"jcy\",\"Й\":\"Jcy\",\"ј\":\"jsercy\",\"Ј\":\"Jsercy\",\"к\":\"kcy\",\"К\":\"Kcy\",\"ќ\":\"kjcy\",\"Ќ\":\"KJcy\",\"л\":\"lcy\",\"Л\":\"Lcy\",\"љ\":\"ljcy\",\"Љ\":\"LJcy\",\"м\":\"mcy\",\"М\":\"Mcy\",\"н\":\"ncy\",\"Н\":\"Ncy\",\"њ\":\"njcy\",\"Њ\":\"NJcy\",\"о\":\"ocy\",\"О\":\"Ocy\",\"п\":\"pcy\",\"П\":\"Pcy\",\"р\":\"rcy\",\"Р\":\"Rcy\",\"с\":\"scy\",\"С\":\"Scy\",\"т\":\"tcy\",\"Т\":\"Tcy\",\"ћ\":\"tshcy\",\"Ћ\":\"TSHcy\",\"у\":\"ucy\",\"У\":\"Ucy\",\"ў\":\"ubrcy\",\"Ў\":\"Ubrcy\",\"ф\":\"fcy\",\"Ф\":\"Fcy\",\"х\":\"khcy\",\"Х\":\"KHcy\",\"ц\":\"tscy\",\"Ц\":\"TScy\",\"ч\":\"chcy\",\"Ч\":\"CHcy\",\"џ\":\"dzcy\",\"Џ\":\"DZcy\",\"ш\":\"shcy\",\"Ш\":\"SHcy\",\"щ\":\"shchcy\",\"Щ\":\"SHCHcy\",\"ъ\":\"hardcy\",\"Ъ\":\"HARDcy\",\"ы\":\"ycy\",\"Ы\":\"Ycy\",\"ь\":\"softcy\",\"Ь\":\"SOFTcy\",\"э\":\"ecy\",\"Э\":\"Ecy\",\"ю\":\"yucy\",\"Ю\":\"YUcy\",\"я\":\"yacy\",\"Я\":\"YAcy\",\"ℵ\":\"aleph\",\"ℶ\":\"beth\",\"ℷ\":\"gimel\",\"ℸ\":\"daleth\"},p=/[\"&\\'<>`]/g,d={\\'\"\\':\"&quot;\",\"&\":\"&amp;\",\"\\'\":\"&#x27;\",\"<\":\"&lt;\",\">\":\"&gt;\",\"`\":\"&#x60;\"},h=/&#(?:[xX][^a-fA-F0-9]|[^0-9xX])/,g=/[\\\\0-\\\\x08\\\\x0B\\\\x0E-\\\\x1F\\\\x7F-\\\\x9F\\\\uFDD0-\\\\uFDEF\\\\uFFFE\\\\uFFFF]|[\\\\uD83F\\\\uD87F\\\\uD8BF\\\\uD8FF\\\\uD93F\\\\uD97F\\\\uD9BF\\\\uD9FF\\\\uDA3F\\\\uDA7F\\\\uDABF\\\\uDAFF\\\\uDB3F\\\\uDB7F\\\\uDBBF\\\\uDBFF][\\\\uDFFE\\\\uDFFF]|[\\\\uD800-\\\\uDBFF](?![\\\\uDC00-\\\\uDFFF])|(?:[^\\\\uD800-\\\\uDBFF]|^)[\\\\uDC00-\\\\uDFFF]/,m=/&(CounterClockwiseContourIntegral|DoubleLongLeftRightArrow|ClockwiseContourIntegral|NotNestedGreaterGreater|NotSquareSupersetEqual|DiacriticalDoubleAcute|NotRightTriangleEqual|NotSucceedsSlantEqual|NotPrecedesSlantEqual|CloseCurlyDoubleQuote|NegativeVeryThinSpace|DoubleContourIntegral|FilledVerySmallSquare|CapitalDifferentialD|OpenCurlyDoubleQuote|EmptyVerySmallSquare|NestedGreaterGreater|DoubleLongRightArrow|NotLeftTriangleEqual|NotGreaterSlantEqual|ReverseUpEquilibrium|DoubleLeftRightArrow|NotSquareSubsetEqual|NotDoubleVerticalBar|RightArrowLeftArrow|NotGreaterFullEqual|NotRightTriangleBar|SquareSupersetEqual|DownLeftRightVector|DoubleLongLeftArrow|leftrightsquigarrow|LeftArrowRightArrow|NegativeMediumSpace|blacktriangleright|RightDownVectorBar|PrecedesSlantEqual|RightDoubleBracket|SucceedsSlantEqual|NotLeftTriangleBar|RightTriangleEqual|SquareIntersection|RightDownTeeVector|ReverseEquilibrium|NegativeThickSpace|longleftrightarrow|Longleftrightarrow|LongLeftRightArrow|DownRightTeeVector|DownRightVectorBar|GreaterSlantEqual|SquareSubsetEqual|LeftDownVectorBar|LeftDoubleBracket|VerticalSeparator|rightleftharpoons|NotGreaterGreater|NotSquareSuperset|blacktriangleleft|blacktriangledown|NegativeThinSpace|LeftDownTeeVector|NotLessSlantEqual|leftrightharpoons|DoubleUpDownArrow|DoubleVerticalBar|LeftTriangleEqual|FilledSmallSquare|twoheadrightarrow|NotNestedLessLess|DownLeftTeeVector|DownLeftVectorBar|RightAngleBracket|NotTildeFullEqual|NotReverseElement|RightUpDownVector|DiacriticalTilde|NotSucceedsTilde|circlearrowright|NotPrecedesEqual|rightharpoondown|DoubleRightArrow|NotSucceedsEqual|NonBreakingSpace|NotRightTriangle|LessEqualGreater|RightUpTeeVector|LeftAngleBracket|GreaterFullEqual|DownArrowUpArrow|RightUpVectorBar|twoheadleftarrow|GreaterEqualLess|downharpoonright|RightTriangleBar|ntrianglerighteq|NotSupersetEqual|LeftUpDownVector|DiacriticalAcute|rightrightarrows|vartriangleright|UpArrowDownArrow|DiacriticalGrave|UnderParenthesis|EmptySmallSquare|LeftUpVectorBar|leftrightarrows|DownRightVector|downharpoonleft|trianglerighteq|ShortRightArrow|OverParenthesis|DoubleLeftArrow|DoubleDownArrow|NotSquareSubset|bigtriangledown|ntrianglelefteq|UpperRightArrow|curvearrowright|vartriangleleft|NotLeftTriangle|nleftrightarrow|LowerRightArrow|NotHumpDownHump|NotGreaterTilde|rightthreetimes|LeftUpTeeVector|NotGreaterEqual|straightepsilon|LeftTriangleBar|rightsquigarrow|ContourIntegral|rightleftarrows|CloseCurlyQuote|RightDownVector|LeftRightVector|nLeftrightarrow|leftharpoondown|circlearrowleft|SquareSuperset|OpenCurlyQuote|hookrightarrow|HorizontalLine|DiacriticalDot|NotLessGreater|ntriangleright|DoubleRightTee|InvisibleComma|InvisibleTimes|LowerLeftArrow|DownLeftVector|NotSubsetEqual|curvearrowleft|trianglelefteq|NotVerticalBar|TildeFullEqual|downdownarrows|NotGreaterLess|RightTeeVector|ZeroWidthSpace|looparrowright|LongRightArrow|doublebarwedge|ShortLeftArrow|ShortDownArrow|RightVectorBar|GreaterGreater|ReverseElement|rightharpoonup|LessSlantEqual|leftthreetimes|upharpoonright|rightarrowtail|LeftDownVector|Longrightarrow|NestedLessLess|UpperLeftArrow|nshortparallel|leftleftarrows|leftrightarrow|Leftrightarrow|LeftRightArrow|longrightarrow|upharpoonleft|RightArrowBar|ApplyFunction|LeftTeeVector|leftarrowtail|NotEqualTilde|varsubsetneqq|varsupsetneqq|RightTeeArrow|SucceedsEqual|SucceedsTilde|LeftVectorBar|SupersetEqual|hookleftarrow|DifferentialD|VerticalTilde|VeryThinSpace|blacktriangle|bigtriangleup|LessFullEqual|divideontimes|leftharpoonup|UpEquilibrium|ntriangleleft|RightTriangle|measuredangle|shortparallel|longleftarrow|Longleftarrow|LongLeftArrow|DoubleLeftTee|Poincareplane|PrecedesEqual|triangleright|DoubleUpArrow|RightUpVector|fallingdotseq|looparrowleft|PrecedesTilde|NotTildeEqual|NotTildeTilde|smallsetminus|Proportional|triangleleft|triangledown|UnderBracket|NotHumpEqual|exponentiale|ExponentialE|NotLessTilde|HilbertSpace|RightCeiling|blacklozenge|varsupsetneq|HumpDownHump|GreaterEqual|VerticalLine|LeftTeeArrow|NotLessEqual|DownTeeArrow|LeftTriangle|varsubsetneq|Intersection|NotCongruent|DownArrowBar|LeftUpVector|LeftArrowBar|risingdotseq|GreaterTilde|RoundImplies|SquareSubset|ShortUpArrow|NotSuperset|quaternions|precnapprox|backepsilon|preccurlyeq|OverBracket|blacksquare|MediumSpace|VerticalBar|circledcirc|circleddash|CircleMinus|CircleTimes|LessGreater|curlyeqprec|curlyeqsucc|diamondsuit|UpDownArrow|Updownarrow|RuleDelayed|Rrightarrow|updownarrow|RightVector|nRightarrow|nrightarrow|eqslantless|LeftCeiling|Equilibrium|SmallCircle|expectation|NotSucceeds|thickapprox|GreaterLess|SquareUnion|NotPrecedes|NotLessLess|straightphi|succnapprox|succcurlyeq|SubsetEqual|sqsupseteq|Proportion|Laplacetrf|ImaginaryI|supsetneqq|NotGreater|gtreqqless|NotElement|ThickSpace|TildeEqual|TildeTilde|Fouriertrf|rmoustache|EqualTilde|eqslantgtr|UnderBrace|LeftVector|UpArrowBar|nLeftarrow|nsubseteqq|subsetneqq|nsupseteqq|nleftarrow|succapprox|lessapprox|UpTeeArrow|upuparrows|curlywedge|lesseqqgtr|varepsilon|varnothing|RightFloor|complement|CirclePlus|sqsubseteq|Lleftarrow|circledast|RightArrow|Rightarrow|rightarrow|lmoustache|Bernoullis|precapprox|mapstoleft|mapstodown|longmapsto|dotsquare|downarrow|DoubleDot|nsubseteq|supsetneq|leftarrow|nsupseteq|subsetneq|ThinSpace|ngeqslant|subseteqq|HumpEqual|NotSubset|triangleq|NotCupCap|lesseqgtr|heartsuit|TripleDot|Leftarrow|Coproduct|Congruent|varpropto|complexes|gvertneqq|LeftArrow|LessTilde|supseteqq|MinusPlus|CircleDot|nleqslant|NotExists|gtreqless|nparallel|UnionPlus|LeftFloor|checkmark|CenterDot|centerdot|Mellintrf|gtrapprox|bigotimes|OverBrace|spadesuit|therefore|pitchfork|rationals|PlusMinus|Backslash|Therefore|DownBreve|backsimeq|backprime|DownArrow|nshortmid|Downarrow|lvertneqq|eqvparsl|imagline|imagpart|infintie|integers|Integral|intercal|LessLess|Uarrocir|intlarhk|sqsupset|angmsdaf|sqsubset|llcorner|vartheta|cupbrcap|lnapprox|Superset|SuchThat|succnsim|succneqq|angmsdag|biguplus|curlyvee|trpezium|Succeeds|NotTilde|bigwedge|angmsdah|angrtvbd|triminus|cwconint|fpartint|lrcorner|smeparsl|subseteq|urcorner|lurdshar|laemptyv|DDotrahd|approxeq|ldrushar|awconint|mapstoup|backcong|shortmid|triangle|geqslant|gesdotol|timesbar|circledR|circledS|setminus|multimap|naturals|scpolint|ncongdot|RightTee|boxminus|gnapprox|boxtimes|andslope|thicksim|angmsdaa|varsigma|cirfnint|rtriltri|angmsdab|rppolint|angmsdac|barwedge|drbkarow|clubsuit|thetasym|bsolhsub|capbrcup|dzigrarr|doteqdot|DotEqual|dotminus|UnderBar|NotEqual|realpart|otimesas|ulcorner|hksearow|hkswarow|parallel|PartialD|elinters|emptyset|plusacir|bbrktbrk|angmsdad|pointint|bigoplus|angmsdae|Precedes|bigsqcup|varkappa|notindot|supseteq|precneqq|precnsim|profalar|profline|profsurf|leqslant|lesdotor|raemptyv|subplus|notnivb|notnivc|subrarr|zigrarr|vzigzag|submult|subedot|Element|between|cirscir|larrbfs|larrsim|lotimes|lbrksld|lbrkslu|lozenge|ldrdhar|dbkarow|bigcirc|epsilon|simrarr|simplus|ltquest|Epsilon|luruhar|gtquest|maltese|npolint|eqcolon|npreceq|bigodot|ddagger|gtrless|bnequiv|harrcir|ddotseq|equivDD|backsim|demptyv|nsqsube|nsqsupe|Upsilon|nsubset|upsilon|minusdu|nsucceq|swarrow|nsupset|coloneq|searrow|boxplus|napprox|natural|asympeq|alefsym|congdot|nearrow|bigstar|diamond|supplus|tritime|LeftTee|nvinfin|triplus|NewLine|nvltrie|nvrtrie|nwarrow|nexists|Diamond|ruluhar|Implies|supmult|angzarr|suplarr|suphsub|questeq|because|digamma|Because|olcross|bemptyv|omicron|Omicron|rotimes|NoBreak|intprod|angrtvb|orderof|uwangle|suphsol|lesdoto|orslope|DownTee|realine|cudarrl|rdldhar|OverBar|supedot|lessdot|supdsub|topfork|succsim|rbrkslu|rbrksld|pertenk|cudarrr|isindot|planckh|lessgtr|pluscir|gesdoto|plussim|plustwo|lesssim|cularrp|rarrsim|Cayleys|notinva|notinvb|notinvc|UpArrow|Uparrow|uparrow|NotLess|dwangle|precsim|Product|curarrm|Cconint|dotplus|rarrbfs|ccupssm|Cedilla|cemptyv|notniva|quatint|frac35|frac38|frac45|frac56|frac58|frac78|tridot|xoplus|gacute|gammad|Gammad|lfisht|lfloor|bigcup|sqsupe|gbreve|Gbreve|lharul|sqsube|sqcups|Gcedil|apacir|llhard|lmidot|Lmidot|lmoust|andand|sqcaps|approx|Abreve|spades|circeq|tprime|divide|topcir|Assign|topbot|gesdot|divonx|xuplus|timesd|gesles|atilde|solbar|SOFTcy|loplus|timesb|lowast|lowbar|dlcorn|dlcrop|softcy|dollar|lparlt|thksim|lrhard|Atilde|lsaquo|smashp|bigvee|thinsp|wreath|bkarow|lsquor|lstrok|Lstrok|lthree|ltimes|ltlarr|DotDot|simdot|ltrPar|weierp|xsqcup|angmsd|sigmav|sigmaf|zeetrf|Zcaron|zcaron|mapsto|vsupne|thetav|cirmid|marker|mcomma|Zacute|vsubnE|there4|gtlPar|vsubne|bottom|gtrarr|SHCHcy|shchcy|midast|midcir|middot|minusb|minusd|gtrdot|bowtie|sfrown|mnplus|models|colone|seswar|Colone|mstpos|searhk|gtrsim|nacute|Nacute|boxbox|telrec|hairsp|Tcedil|nbumpe|scnsim|ncaron|Ncaron|ncedil|Ncedil|hamilt|Scedil|nearhk|hardcy|HARDcy|tcedil|Tcaron|commat|nequiv|nesear|tcaron|target|hearts|nexist|varrho|scedil|Scaron|scaron|hellip|Sacute|sacute|hercon|swnwar|compfn|rtimes|rthree|rsquor|rsaquo|zacute|wedgeq|homtht|barvee|barwed|Barwed|rpargt|horbar|conint|swarhk|roplus|nltrie|hslash|hstrok|Hstrok|rmoust|Conint|bprime|hybull|hyphen|iacute|Iacute|supsup|supsub|supsim|varphi|coprod|brvbar|agrave|Supset|supset|igrave|Igrave|notinE|Agrave|iiiint|iinfin|copysr|wedbar|Verbar|vangrt|becaus|incare|verbar|inodot|bullet|drcorn|intcal|drcrop|cularr|vellip|Utilde|bumpeq|cupcap|dstrok|Dstrok|CupCap|cupcup|cupdot|eacute|Eacute|supdot|iquest|easter|ecaron|Ecaron|ecolon|isinsv|utilde|itilde|Itilde|curarr|succeq|Bumpeq|cacute|ulcrop|nparsl|Cacute|nprcue|egrave|Egrave|nrarrc|nrarrw|subsup|subsub|nrtrie|jsercy|nsccue|Jsercy|kappav|kcedil|Kcedil|subsim|ulcorn|nsimeq|egsdot|veebar|kgreen|capand|elsdot|Subset|subset|curren|aacute|lacute|Lacute|emptyv|ntilde|Ntilde|lagran|lambda|Lambda|capcap|Ugrave|langle|subdot|emsp13|numero|emsp14|nvdash|nvDash|nVdash|nVDash|ugrave|ufisht|nvHarr|larrfs|nvlArr|larrhk|larrlp|larrpl|nvrArr|Udblac|nwarhk|larrtl|nwnear|oacute|Oacute|latail|lAtail|sstarf|lbrace|odblac|Odblac|lbrack|udblac|odsold|eparsl|lcaron|Lcaron|ograve|Ograve|lcedil|Lcedil|Aacute|ssmile|ssetmn|squarf|ldquor|capcup|ominus|cylcty|rharul|eqcirc|dagger|rfloor|rfisht|Dagger|daleth|equals|origof|capdot|equest|dcaron|Dcaron|rdquor|oslash|Oslash|otilde|Otilde|otimes|Otimes|urcrop|Ubreve|ubreve|Yacute|Uacute|uacute|Rcedil|rcedil|urcorn|parsim|Rcaron|Vdashl|rcaron|Tstrok|percnt|period|permil|Exists|yacute|rbrack|rbrace|phmmat|ccaron|Ccaron|planck|ccedil|plankv|tstrok|female|plusdo|plusdu|ffilig|plusmn|ffllig|Ccedil|rAtail|dfisht|bernou|ratail|Rarrtl|rarrtl|angsph|rarrpl|rarrlp|rarrhk|xwedge|xotime|forall|ForAll|Vvdash|vsupnE|preceq|bigcap|frac12|frac13|frac14|primes|rarrfs|prnsim|frac15|Square|frac16|square|lesdot|frac18|frac23|propto|prurel|rarrap|rangle|puncsp|frac25|Racute|qprime|racute|lesges|frac34|abreve|AElig|eqsim|utdot|setmn|urtri|Equal|Uring|seArr|uring|searr|dashv|Dashv|mumap|nabla|iogon|Iogon|sdote|sdotb|scsim|napid|napos|equiv|natur|Acirc|dblac|erarr|nbump|iprod|erDot|ucirc|awint|esdot|angrt|ncong|isinE|scnap|Scirc|scirc|ndash|isins|Ubrcy|nearr|neArr|isinv|nedot|ubrcy|acute|Ycirc|iukcy|Iukcy|xutri|nesim|caret|jcirc|Jcirc|caron|twixt|ddarr|sccue|exist|jmath|sbquo|ngeqq|angst|ccaps|lceil|ngsim|UpTee|delta|Delta|rtrif|nharr|nhArr|nhpar|rtrie|jukcy|Jukcy|kappa|rsquo|Kappa|nlarr|nlArr|TSHcy|rrarr|aogon|Aogon|fflig|xrarr|tshcy|ccirc|nleqq|filig|upsih|nless|dharl|nlsim|fjlig|ropar|nltri|dharr|robrk|roarr|fllig|fltns|roang|rnmid|subnE|subne|lAarr|trisb|Ccirc|acirc|ccups|blank|VDash|forkv|Vdash|langd|cedil|blk12|blk14|laquo|strns|diams|notin|vDash|larrb|blk34|block|disin|uplus|vdash|vBarv|aelig|starf|Wedge|check|xrArr|lates|lbarr|lBarr|notni|lbbrk|bcong|frasl|lbrke|frown|vrtri|vprop|vnsup|gamma|Gamma|wedge|xodot|bdquo|srarr|doteq|ldquo|boxdl|boxdL|gcirc|Gcirc|boxDl|boxDL|boxdr|boxdR|boxDr|TRADE|trade|rlhar|boxDR|vnsub|npart|vltri|rlarr|boxhd|boxhD|nprec|gescc|nrarr|nrArr|boxHd|boxHD|boxhu|boxhU|nrtri|boxHu|clubs|boxHU|times|colon|Colon|gimel|xlArr|Tilde|nsime|tilde|nsmid|nspar|THORN|thorn|xlarr|nsube|nsubE|thkap|xhArr|comma|nsucc|boxul|boxuL|nsupe|nsupE|gneqq|gnsim|boxUl|boxUL|grave|boxur|boxuR|boxUr|boxUR|lescc|angle|bepsi|boxvh|varpi|boxvH|numsp|Theta|gsime|gsiml|theta|boxVh|boxVH|boxvl|gtcir|gtdot|boxvL|boxVl|boxVL|crarr|cross|Cross|nvsim|boxvr|nwarr|nwArr|sqsup|dtdot|Uogon|lhard|lharu|dtrif|ocirc|Ocirc|lhblk|duarr|odash|sqsub|Hacek|sqcup|llarr|duhar|oelig|OElig|ofcir|boxvR|uogon|lltri|boxVr|csube|uuarr|ohbar|csupe|ctdot|olarr|olcir|harrw|oline|sqcap|omacr|Omacr|omega|Omega|boxVR|aleph|lneqq|lnsim|loang|loarr|rharu|lobrk|hcirc|operp|oplus|rhard|Hcirc|orarr|Union|order|ecirc|Ecirc|cuepr|szlig|cuesc|breve|reals|eDDot|Breve|hoarr|lopar|utrif|rdquo|Umacr|umacr|efDot|swArr|ultri|alpha|rceil|ovbar|swarr|Wcirc|wcirc|smtes|smile|bsemi|lrarr|aring|parsl|lrhar|bsime|uhblk|lrtri|cupor|Aring|uharr|uharl|slarr|rbrke|bsolb|lsime|rbbrk|RBarr|lsimg|phone|rBarr|rbarr|icirc|lsquo|Icirc|emacr|Emacr|ratio|simne|plusb|simlE|simgE|simeq|pluse|ltcir|ltdot|empty|xharr|xdtri|iexcl|Alpha|ltrie|rarrw|pound|ltrif|xcirc|bumpe|prcue|bumpE|asymp|amacr|cuvee|Sigma|sigma|iiint|udhar|iiota|ijlig|IJlig|supnE|imacr|Imacr|prime|Prime|image|prnap|eogon|Eogon|rarrc|mdash|mDDot|cuwed|imath|supne|imped|Amacr|udarr|prsim|micro|rarrb|cwint|raquo|infin|eplus|range|rangd|Ucirc|radic|minus|amalg|veeeq|rAarr|epsiv|ycirc|quest|sharp|quot|zwnj|Qscr|race|qscr|Qopf|qopf|qint|rang|Rang|Zscr|zscr|Zopf|zopf|rarr|rArr|Rarr|Pscr|pscr|prop|prod|prnE|prec|ZHcy|zhcy|prap|Zeta|zeta|Popf|popf|Zdot|plus|zdot|Yuml|yuml|phiv|YUcy|yucy|Yscr|yscr|perp|Yopf|yopf|part|para|YIcy|Ouml|rcub|yicy|YAcy|rdca|ouml|osol|Oscr|rdsh|yacy|real|oscr|xvee|andd|rect|andv|Xscr|oror|ordm|ordf|xscr|ange|aopf|Aopf|rHar|Xopf|opar|Oopf|xopf|xnis|rhov|oopf|omid|xmap|oint|apid|apos|ogon|ascr|Ascr|odot|odiv|xcup|xcap|ocir|oast|nvlt|nvle|nvgt|nvge|nvap|Wscr|wscr|auml|ntlg|ntgl|nsup|nsub|nsim|Nscr|nscr|nsce|Wopf|ring|npre|wopf|npar|Auml|Barv|bbrk|Nopf|nopf|nmid|nLtv|beta|ropf|Ropf|Beta|beth|nles|rpar|nleq|bnot|bNot|nldr|NJcy|rscr|Rscr|Vscr|vscr|rsqb|njcy|bopf|nisd|Bopf|rtri|Vopf|nGtv|ngtr|vopf|boxh|boxH|boxv|nges|ngeq|boxV|bscr|scap|Bscr|bsim|Vert|vert|bsol|bull|bump|caps|cdot|ncup|scnE|ncap|nbsp|napE|Cdot|cent|sdot|Vbar|nang|vBar|chcy|Mscr|mscr|sect|semi|CHcy|Mopf|mopf|sext|circ|cire|mldr|mlcp|cirE|comp|shcy|SHcy|vArr|varr|cong|copf|Copf|copy|COPY|malt|male|macr|lvnE|cscr|ltri|sime|ltcc|simg|Cscr|siml|csub|Uuml|lsqb|lsim|uuml|csup|Lscr|lscr|utri|smid|lpar|cups|smte|lozf|darr|Lopf|Uscr|solb|lopf|sopf|Sopf|lneq|uscr|spar|dArr|lnap|Darr|dash|Sqrt|LJcy|ljcy|lHar|dHar|Upsi|upsi|diam|lesg|djcy|DJcy|leqq|dopf|Dopf|dscr|Dscr|dscy|ldsh|ldca|squf|DScy|sscr|Sscr|dsol|lcub|late|star|Star|Uopf|Larr|lArr|larr|uopf|dtri|dzcy|sube|subE|Lang|lang|Kscr|kscr|Kopf|kopf|KJcy|kjcy|KHcy|khcy|DZcy|ecir|edot|eDot|Jscr|jscr|succ|Jopf|jopf|Edot|uHar|emsp|ensp|Iuml|iuml|eopf|isin|Iscr|iscr|Eopf|epar|sung|epsi|escr|sup1|sup2|sup3|Iota|iota|supe|supE|Iopf|iopf|IOcy|iocy|Escr|esim|Esim|imof|Uarr|QUOT|uArr|uarr|euml|IEcy|iecy|Idot|Euml|euro|excl|Hscr|hscr|Hopf|hopf|TScy|tscy|Tscr|hbar|tscr|flat|tbrk|fnof|hArr|harr|half|fopf|Fopf|tdot|gvnE|fork|trie|gtcc|fscr|Fscr|gdot|gsim|Gscr|gscr|Gopf|gopf|gneq|Gdot|tosa|gnap|Topf|topf|geqq|toea|GJcy|gjcy|tint|gesl|mid|Sfr|ggg|top|ges|gla|glE|glj|geq|gne|gEl|gel|gnE|Gcy|gcy|gap|Tfr|tfr|Tcy|tcy|Hat|Tau|Ffr|tau|Tab|hfr|Hfr|ffr|Fcy|fcy|icy|Icy|iff|ETH|eth|ifr|Ifr|Eta|eta|int|Int|Sup|sup|ucy|Ucy|Sum|sum|jcy|ENG|ufr|Ufr|eng|Jcy|jfr|els|ell|egs|Efr|efr|Jfr|uml|kcy|Kcy|Ecy|ecy|kfr|Kfr|lap|Sub|sub|lat|lcy|Lcy|leg|Dot|dot|lEg|leq|les|squ|div|die|lfr|Lfr|lgE|Dfr|dfr|Del|deg|Dcy|dcy|lne|lnE|sol|loz|smt|Cup|lrm|cup|lsh|Lsh|sim|shy|map|Map|mcy|Mcy|mfr|Mfr|mho|gfr|Gfr|sfr|cir|Chi|chi|nap|Cfr|vcy|Vcy|cfr|Scy|scy|ncy|Ncy|vee|Vee|Cap|cap|nfr|scE|sce|Nfr|nge|ngE|nGg|vfr|Vfr|ngt|bot|nGt|nis|niv|Rsh|rsh|nle|nlE|bne|Bfr|bfr|nLl|nlt|nLt|Bcy|bcy|not|Not|rlm|wfr|Wfr|npr|nsc|num|ocy|ast|Ocy|ofr|xfr|Xfr|Ofr|ogt|ohm|apE|olt|Rho|ape|rho|Rfr|rfr|ord|REG|ang|reg|orv|And|and|AMP|Rcy|amp|Afr|ycy|Ycy|yen|yfr|Yfr|rcy|par|pcy|Pcy|pfr|Pfr|phi|Phi|afr|Acy|acy|zcy|Zcy|piv|acE|acd|zfr|Zfr|pre|prE|psi|Psi|qfr|Qfr|zwj|Or|ge|Gg|gt|gg|el|oS|lt|Lt|LT|Re|lg|gl|eg|ne|Im|it|le|DD|wp|wr|nu|Nu|dd|lE|Sc|sc|pi|Pi|ee|af|ll|Ll|rx|gE|xi|pm|Xi|ic|pr|Pr|in|ni|mp|mu|ac|Mu|or|ap|Gt|GT|ii);|&(Aacute|Agrave|Atilde|Ccedil|Eacute|Egrave|Iacute|Igrave|Ntilde|Oacute|Ograve|Oslash|Otilde|Uacute|Ugrave|Yacute|aacute|agrave|atilde|brvbar|ccedil|curren|divide|eacute|egrave|frac12|frac14|frac34|iacute|igrave|iquest|middot|ntilde|oacute|ograve|oslash|otilde|plusmn|uacute|ugrave|yacute|AElig|Acirc|Aring|Ecirc|Icirc|Ocirc|THORN|Ucirc|acirc|acute|aelig|aring|cedil|ecirc|icirc|iexcl|laquo|micro|ocirc|pound|raquo|szlig|thorn|times|ucirc|Auml|COPY|Euml|Iuml|Ouml|QUOT|Uuml|auml|cent|copy|euml|iuml|macr|nbsp|ordf|ordm|ouml|para|quot|sect|sup1|sup2|sup3|uuml|yuml|AMP|ETH|REG|amp|deg|eth|not|reg|shy|uml|yen|GT|LT|gt|lt)(?!;)([=a-zA-Z0-9]?)|&#([0-9]+)(;?)|&#[xX]([a-fA-F0-9]+)(;?)|&([0-9a-zA-Z]+)/g,v={aacute:\"á\",Aacute:\"Á\",abreve:\"ă\",Abreve:\"Ă\",ac:\"∾\",acd:\"∿\",acE:\"∾̳\",acirc:\"â\",Acirc:\"Â\",acute:\"´\",acy:\"а\",Acy:\"А\",aelig:\"æ\",AElig:\"Æ\",af:\"\\u2061\",afr:\"𝔞\",Afr:\"𝔄\",agrave:\"à\",Agrave:\"À\",alefsym:\"ℵ\",aleph:\"ℵ\",alpha:\"α\",Alpha:\"Α\",amacr:\"ā\",Amacr:\"Ā\",amalg:\"⨿\",amp:\"&\",AMP:\"&\",and:\"∧\",And:\"⩓\",andand:\"⩕\",andd:\"⩜\",andslope:\"⩘\",andv:\"⩚\",ang:\"∠\",ange:\"⦤\",angle:\"∠\",angmsd:\"∡\",angmsdaa:\"⦨\",angmsdab:\"⦩\",angmsdac:\"⦪\",angmsdad:\"⦫\",angmsdae:\"⦬\",angmsdaf:\"⦭\",angmsdag:\"⦮\",angmsdah:\"⦯\",angrt:\"∟\",angrtvb:\"⊾\",angrtvbd:\"⦝\",angsph:\"∢\",angst:\"Å\",angzarr:\"⍼\",aogon:\"ą\",Aogon:\"Ą\",aopf:\"𝕒\",Aopf:\"𝔸\",ap:\"≈\",apacir:\"⩯\",ape:\"≊\",apE:\"⩰\",apid:\"≋\",apos:\"\\'\",ApplyFunction:\"\\u2061\",approx:\"≈\",approxeq:\"≊\",aring:\"å\",Aring:\"Å\",ascr:\"𝒶\",Ascr:\"𝒜\",Assign:\"≔\",ast:\"*\",asymp:\"≈\",asympeq:\"≍\",atilde:\"ã\",Atilde:\"Ã\",auml:\"ä\",Auml:\"Ä\",awconint:\"∳\",awint:\"⨑\",backcong:\"≌\",backepsilon:\"϶\",backprime:\"\",backsim:\"∽\",backsimeq:\"⋍\",Backslash:\"\",Barv:\"⫧\",barvee:\"⊽\",barwed:\"⌅\",Barwed:\"⌆\",barwedge:\"⌅\",bbrk:\"⎵\",bbrktbrk:\"⎶\",bcong:\"≌\",bcy:\"б\",Bcy:\"Б\",bdquo:\"„\",becaus:\"∵\",because:\"∵\",Because:\"∵\",bemptyv:\"⦰\",bepsi:\"϶\",bernou:\"\",Bernoullis:\"\",beta:\"β\",Beta:\"Β\",beth:\"ℶ\",between:\"≬\",bfr:\"𝔟\",Bfr:\"𝔅\",bigcap:\"⋂\",bigcirc:\"◯\",bigcup:\"\",bigodot:\"⨀\",bigoplus:\"⨁\",bigotimes:\"⨂\",bigsqcup:\"⨆\",bigstar:\"★\",bigtriangledown:\"▽\",bigtriangleup:\"△\",biguplus:\"⨄\",bigvee:\"\",bigwedge:\"⋀\",bkarow:\"⤍\",blacklozenge:\"⧫\",blacksquare:\"▪\",blacktriangle:\"▴\",blacktriangledown:\"▾\",blacktriangleleft:\"◂\",blacktriangleright:\"▸\",blank:\"␣\",blk12:\"▒\",blk14:\"░\",blk34:\"▓\",block:\"█\",bne:\"=⃥\",bnequiv:\"≡⃥\",bnot:\"⌐\",bNot:\"⫭\",bopf:\"𝕓\",Bopf:\"𝔹\",bot:\"⊥\",bottom:\"⊥\",bowtie:\"⋈\",boxbox:\"⧉\",boxdl:\"┐\",boxdL:\"╕\",boxDl:\"╖\",boxDL:\"╗\",boxdr:\"┌\",boxdR:\"╒\",boxDr:\"╓\",boxDR:\"╔\",boxh:\"─\",boxH:\"═\",boxhd:\"┬\",boxhD:\"╥\",boxHd:\"╤\",boxHD:\"╦\",boxhu:\"┴\",boxhU:\"╨\",boxHu:\"╧\",boxHU:\"╩\",boxminus:\"⊟\",boxplus:\"⊞\",boxtimes:\"⊠\",boxul:\"┘\",boxuL:\"╛\",boxUl:\"╜\",boxUL:\"╝\",boxur:\"└\",boxuR:\"╘\",boxUr:\"╙\",boxUR:\"╚\",boxv:\"│\",boxV:\"║\",boxvh:\"┼\",boxvH:\"╪\",boxVh:\"╫\",boxVH:\"╬\",boxvl:\"┤\",boxvL:\"╡\",boxVl:\"╢\",boxVL:\"╣\",boxvr:\"├\",boxvR:\"╞\",boxVr:\"╟\",boxVR:\"╠\",bprime:\"\",breve:\"˘\",Breve:\"˘\",brvbar:\"¦\",bscr:\"𝒷\",Bscr:\"\",bsemi:\"⁏\",bsim:\"∽\",bsime:\"⋍\",bsol:\"\\\\\\\\\",bsolb:\"⧅\",bsolhsub:\"⟈\",bull:\"•\",bullet:\"•\",bump:\"≎\",bumpe:\"≏\",bumpE:\"⪮\",bumpeq:\"≏\",Bumpeq:\"≎\",cacute:\"ć\",Cacute:\"Ć\",cap:\"∩\",Cap:\"⋒\",capand:\"⩄\",capbrcup:\"⩉\",capcap:\"⩋\",capcup:\"⩇\",capdot:\"⩀\",CapitalDifferentialD:\"\",caps:\"∩︀\",caret:\"\",caron:\"ˇ\",Cayleys:\"\",ccaps:\"⩍\",ccaron:\"č\",Ccaron:\"Č\",ccedil:\"ç\",Ccedil:\"Ç\",ccirc:\"ĉ\",Ccirc:\"Ĉ\",Cconint:\"∰\",ccups:\"⩌\",ccupssm:\"⩐\",cdot:\"ċ\",Cdot:\"Ċ\",cedil:\"¸\",Cedilla:\"¸\",cemptyv:\"⦲\",cent:\"¢\",centerdot:\"·\",CenterDot:\"·\",cfr:\"𝔠\",Cfr:\"\",chcy:\"ч\",CHcy:\"Ч\",check:\"✓\",checkmark:\"✓\",chi:\"χ\",Chi:\"Χ\",cir:\"○\",circ:\"ˆ\",circeq:\"≗\",circlearrowleft:\"↺\",circlearrowright:\"↻\",circledast:\"⊛\",circledcirc:\"⊚\",circleddash:\"⊝\",CircleDot:\"⊙\",circledR:\"®\",circledS:\"Ⓢ\",CircleMinus:\"⊖\",CirclePlus:\"⊕\",CircleTimes:\"⊗\",cire:\"≗\",cirE:\"⧃\",cirfnint:\"⨐\",cirmid:\"⫯\",cirscir:\"⧂\",ClockwiseContourIntegral:\"∲\",CloseCurlyDoubleQuote:\"”\",CloseCurlyQuote:\"\",clubs:\"♣\",clubsuit:\"♣\",colon:\":\",Colon:\"∷\",colone:\"≔\",Colone:\"⩴\",coloneq:\"≔\",comma:\",\",commat:\"@\",comp:\"∁\",compfn:\"∘\",complement:\"∁\",complexes:\"\",cong:\"≅\",congdot:\"⩭\",Congruent:\"≡\",conint:\"∮\",Conint:\"∯\",ContourIntegral:\"∮\",copf:\"𝕔\",Copf:\"\",coprod:\"∐\",Coproduct:\"∐\",copy:\"©\",COPY:\"©\",copysr:\"℗\",CounterClockwiseContourIntegral:\"∳\",crarr:\"↵\",cross:\"✗\",Cross:\"\",cscr:\"𝒸\",Cscr:\"𝒞\",csub:\"⫏\",csube:\"⫑\",csup:\"⫐\",csupe:\"⫒\",ctdot:\"⋯\",cudarrl:\"⤸\",cudarrr:\"⤵\",cuepr:\"⋞\",cuesc:\"⋟\",cularr:\"↶\",cularrp:\"⤽\",cup:\"\",Cup:\"⋓\",cupbrcap:\"⩈\",cupcap:\"⩆\",CupCap:\"≍\",cupcup:\"⩊\",cupdot:\"⊍\",cupor:\"⩅\",cups:\"\",curarr:\"↷\",curarrm:\"⤼\",curlyeqprec:\"⋞\",curlyeqsucc:\"⋟\",curlyvee:\"⋎\",curlywedge:\"⋏\",curren:\"¤\",curvearrowleft:\"↶\",curvearrowright:\"↷\",cuvee:\"⋎\",cuwed:\"⋏\",cwconint:\"∲\",cwint:\"∱\",cylcty:\"⌭\",dagger:\"†\",Dagger:\"‡\",daleth:\"ℸ\",darr:\"↓\",dArr:\"⇓\",Darr:\"↡\",dash:\"\",dashv:\"⊣\",Dashv:\"⫤\",dbkarow:\"⤏\",dblac:\"˝\",dcaron:\"ď\",Dcaron:\"Ď\",dcy:\"д\",Dcy:\"Д\",dd:\"\",DD:\"\",ddagger:\"‡\",ddarr:\"⇊\",DDotrahd:\"⤑\",ddotseq:\"⩷\",deg:\"°\",Del:\"∇\",delta:\"δ\",Delta:\"Δ\",demptyv:\"⦱\",dfisht:\"⥿\",dfr:\"𝔡\",Dfr:\"𝔇\",dHar:\"⥥\",dharl:\"⇃\",dharr:\"⇂\",DiacriticalAcute:\"´\",DiacriticalDot:\"˙\",DiacriticalDoubleAcute:\"˝\",DiacriticalGrave:\"`\",DiacriticalTilde:\"˜\",diam:\"⋄\",diamond:\"⋄\",Diamond:\"⋄\",diamondsuit:\"♦\",diams:\"♦\",die:\"¨\",DifferentialD:\"\",digamma:\"ϝ\",disin:\"⋲\",div:\"÷\",divide:\"÷\",divideontimes:\"⋇\",divonx:\"⋇\",djcy:\"ђ\",DJcy:\"Ђ\",dlcorn:\"⌞\",dlcrop:\"⌍\",dollar:\"$\",dopf:\"𝕕\",Dopf:\"𝔻\",dot:\"˙\",Dot:\"¨\",DotDot:\"⃜\",doteq:\"≐\",doteqdot:\"≑\",DotEqual:\"≐\",dotminus:\"∸\",dotplus:\"∔\",dotsquare:\"⊡\",doublebarwedge:\"⌆\",DoubleContourIntegral:\"∯\",DoubleDot:\"¨\",DoubleDownArrow:\"⇓\",DoubleLeftArrow:\"⇐\",DoubleLeftRightArrow:\"⇔\",DoubleLeftTee:\"⫤\",DoubleLongLeftArrow:\"⟸\",DoubleLongLeftRightArrow:\"⟺\",DoubleLongRightArrow:\"⟹\",DoubleRightArrow:\"⇒\",DoubleRightTee:\"⊨\",DoubleUpArrow:\"⇑\",DoubleUpDownArrow:\"⇕\",DoubleVerticalBar:\"∥\",downarrow:\"↓\",Downarrow:\"⇓\",DownArrow:\"↓\",DownArrowBar:\"⤓\",DownArrowUpArrow:\"⇵\",DownBreve:\"̑\",downdownarrows:\"⇊\",downharpoonleft:\"⇃\",downharpoonright:\"⇂\",DownLeftRightVector:\"⥐\",DownLeftTeeVector:\"⥞\",DownLeftVector:\"↽\",DownLeftVectorBar:\"⥖\",DownRightTeeVector:\"⥟\",DownRightVector:\"⇁\",DownRightVectorBar:\"⥗\",DownTee:\"\",DownTeeArrow:\"↧\",drbkarow:\"⤐\",drcorn:\"⌟\",drcrop:\"⌌\",dscr:\"𝒹\",Dscr:\"𝒟\",dscy:\"ѕ\",DScy:\"Ѕ\",dsol:\"⧶\",dstrok:\"đ\",Dstrok:\"Đ\",dtdot:\"⋱\",dtri:\"▿\",dtrif:\"▾\",duarr:\"⇵\",duhar:\"⥯\",dwangle:\"⦦\",dzcy:\"џ\",DZcy:\"Џ\",dzigrarr:\"⟿\",eacute:\"é\",Eacute:\"É\",easter:\"⩮\",ecaron:\"ě\",Ecaron:\"Ě\",ecir:\"≖\",ecirc:\"ê\",Ecirc:\"Ê\",ecolon:\"≕\",ecy:\"э\",Ecy:\"Э\",eDDot:\"⩷\",edot:\"ė\",eDot:\"≑\",Edot:\"Ė\",ee:\"\",efDot:\"≒\",efr:\"𝔢\",Efr:\"𝔈\",eg:\"⪚\",egrave:\"è\",Egrave:\"È\",egs:\"⪖\",egsdot:\"⪘\",el:\"⪙\",Element:\"∈\",elinters:\"⏧\",ell:\"\",els:\"⪕\",elsdot:\"⪗\",emacr:\"ē\",Emacr:\"Ē\",empty:\"∅\",emptyset:\"∅\",EmptySmallSquare:\"◻\",emptyv:\"∅\",EmptyVerySmallSquare:\"▫\",emsp:\"\\u2003\",emsp13:\"\\u2004\",emsp14:\"\\u2005\",eng:\"ŋ\",ENG:\"Ŋ\",ensp:\"\\u2002\",eogon:\"ę\",Eogon:\"Ę\",eopf:\"𝕖\",Eopf:\"𝔼\",epar:\"⋕\",eparsl:\"⧣\",eplus:\"⩱\",epsi:\"ε\",epsilon:\"ε\",Epsilon:\"Ε\",epsiv:\"ϵ\",eqcirc:\"≖\",eqcolon:\"≕\",eqsim:\"≂\",eqslantgtr:\"⪖\",eqslantless:\"⪕\",Equal:\"⩵\",equals:\"=\",EqualTilde:\"≂\",equest:\"≟\",Equilibrium:\"⇌\",equiv:\"≡\",equivDD:\"⩸\",eqvparsl:\"⧥\",erarr:\"⥱\",erDot:\"≓\",escr:\"\",Escr:\"\",esdot:\"≐\",esim:\"≂\",Esim:\"⩳\",eta:\"η\",Eta:\"Η\",eth:\"ð\",ETH:\"Ð\",euml:\"ë\",Euml:\"Ë\",euro:\"€\",excl:\"!\",exist:\"∃\",Exists:\"∃\",expectation:\"\",exponentiale:\"\",ExponentialE:\"\",fallingdotseq:\"≒\",fcy:\"ф\",Fcy:\"Ф\",female:\"♀\",ffilig:\"ffi\",fflig:\"ff\",ffllig:\"ffl\",ffr:\"𝔣\",Ffr:\"𝔉\",filig:\"fi\",FilledSmallSquare:\"◼\",FilledVerySmallSquare:\"▪\",fjlig:\"fj\",flat:\"♭\",fllig:\"fl\",fltns:\"▱\",fnof:\"ƒ\",fopf:\"𝕗\",Fopf:\"𝔽\",forall:\"∀\",ForAll:\"∀\",fork:\"⋔\",forkv:\"⫙\",Fouriertrf:\"\",fpartint:\"⨍\",frac12:\"½\",frac13:\"⅓\",frac14:\"¼\",frac15:\"⅕\",frac16:\"⅙\",frac18:\"⅛\",frac23:\"⅔\",frac25:\"⅖\",frac34:\"¾\",frac35:\"⅗\",frac38:\"⅜\",frac45:\"⅘\",frac56:\"⅚\",frac58:\"⅝\",frac78:\"⅞\",frasl:\"\",frown:\"⌢\",fscr:\"𝒻\",Fscr:\"\",gacute:\"ǵ\",gamma:\"γ\",Gamma:\"Γ\",gammad:\"ϝ\",Gammad:\"Ϝ\",gap:\"⪆\",gbreve:\"ğ\",Gbreve:\"Ğ\",Gcedil:\"Ģ\",gcirc:\"ĝ\",Gcirc:\"Ĝ\",gcy:\"г\",Gcy:\"Г\",gdot:\"ġ\",Gdot:\"Ġ\",ge:\"≥\",gE:\"≧\",gel:\"⋛\",gEl:\"⪌\",geq:\"≥\",geqq:\"≧\",geqslant:\"⩾\",ges:\"⩾\",gescc:\"⪩\",gesdot:\"⪀\",gesdoto:\"⪂\",gesdotol:\"⪄\",gesl:\"⋛︀\",gesles:\"⪔\",gfr:\"𝔤\",Gfr:\"𝔊\",gg:\"≫\",Gg:\"⋙\",ggg:\"⋙\",gimel:\"ℷ\",gjcy:\"ѓ\",GJcy:\"Ѓ\",gl:\"≷\",gla:\"⪥\",glE:\"⪒\",glj:\"⪤\",gnap:\"⪊\",gnapprox:\"⪊\",gne:\"⪈\",gnE:\"≩\",gneq:\"⪈\",gneqq:\"≩\",gnsim:\"⋧\",gopf:\"𝕘\",Gopf:\"𝔾\",grave:\"`\",GreaterEqual:\"≥\",GreaterEqualLess:\"⋛\",GreaterFullEqual:\"≧\",GreaterGreater:\"⪢\",GreaterLess:\"≷\",GreaterSlantEqual:\"⩾\",GreaterTilde:\"≳\",gscr:\"\",Gscr:\"𝒢\",gsim:\"≳\",gsime:\"⪎\",gsiml:\"⪐\",gt:\">\",Gt:\"≫\",GT:\">\",gtcc:\"⪧\",gtcir:\"⩺\",gtdot:\"⋗\",gtlPar:\"⦕\",gtquest:\"⩼\",gtrapprox:\"⪆\",gtrarr:\"⥸\",gtrdot:\"⋗\",gtreqless:\"⋛\",gtreqqless:\"⪌\",gtrless:\"≷\",gtrsim:\"≳\",gvertneqq:\"≩︀\",gvnE:\"≩︀\",Hacek:\"ˇ\",hairsp:\"\\u200a\",half:\"½\",hamilt:\"\",hardcy:\"ъ\",HARDcy:\"Ъ\",harr:\"↔\",hArr:\"⇔\",harrcir:\"⥈\",harrw:\"↭\",Hat:\"^\",hbar:\"ℏ\",hcirc:\"ĥ\",Hcirc:\"Ĥ\",hearts:\"♥\",heartsuit:\"♥\",hellip:\"…\",hercon:\"⊹\",hfr:\"𝔥\",Hfr:\"\",HilbertSpace:\"\",hksearow:\"⤥\",hkswarow:\"⤦\",hoarr:\"⇿\",homtht:\"∻\",hookleftarrow:\"↩\",hookrightarrow:\"↪\",hopf:\"𝕙\",Hopf:\"\",horbar:\"―\",HorizontalLine:\"─\",hscr:\"𝒽\",Hscr:\"\",hslash:\"ℏ\",hstrok:\"ħ\",Hstrok:\"Ħ\",HumpDownHump:\"≎\",HumpEqual:\"≏\",hybull:\"\",hyphen:\"\",iacute:\"í\",Iacute:\"Í\",ic:\"\\u2063\",icirc:\"î\",Icirc:\"Î\",icy:\"и\",Icy:\"И\",Idot:\"İ\",iecy:\"е\",IEcy:\"Е\",iexcl:\"¡\",iff:\"⇔\",ifr:\"𝔦\",Ifr:\"\",igrave:\"ì\",Igrave:\"Ì\",ii:\"\",iiiint:\"⨌\",iiint:\"∭\",iinfin:\"⧜\",iiota:\"℩\",ijlig:\"ij\",IJlig:\"IJ\",Im:\"\",imacr:\"ī\",Imacr:\"Ī\",image:\"\",ImaginaryI:\"\",imagline:\"\",imagpart:\"\",imath:\"ı\",imof:\"⊷\",imped:\"Ƶ\",Implies:\"⇒\",in:\"∈\",incare:\"℅\",infin:\"∞\",infintie:\"⧝\",inodot:\"ı\",int:\"∫\",Int:\"∬\",intcal:\"⊺\",integers:\"\",Integral:\"∫\",intercal:\"⊺\",Intersection:\"⋂\",intlarhk:\"⨗\",intprod:\"⨼\",InvisibleComma:\"\\u2063\",InvisibleTimes:\"\\u2062\",iocy:\"ё\",IOcy:\"Ё\",iogon:\"į\",Iogon:\"Į\",iopf:\"𝕚\",Iopf:\"𝕀\",iota:\"ι\",Iota:\"Ι\",iprod:\"⨼\",iquest:\"¿\",iscr:\"𝒾\",Iscr:\"\",isin:\"∈\",isindot:\"⋵\",isinE:\"⋹\",isins:\"⋴\",isinsv:\"⋳\",isinv:\"∈\",it:\"\\u2062\",itilde:\"ĩ\",Itilde:\"Ĩ\",iukcy:\"і\",Iukcy:\"І\",iuml:\"ï\",Iuml:\"Ï\",jcirc:\"ĵ\",Jcirc:\"Ĵ\",jcy:\"й\",Jcy:\"Й\",jfr:\"𝔧\",Jfr:\"𝔍\",jmath:\"ȷ\",jopf:\"𝕛\",Jopf:\"𝕁\",jscr:\"𝒿\",Jscr:\"𝒥\",jsercy:\"ј\",Jsercy:\"Ј\",jukcy:\"є\",Jukcy:\"Є\",kappa:\"κ\",Kappa:\"Κ\",kappav:\"ϰ\",kcedil:\"ķ\",Kcedil:\"Ķ\",kcy:\"к\",Kcy:\"К\",kfr:\"𝔨\",Kfr:\"𝔎\",kgreen:\"ĸ\",khcy:\"х\",KHcy:\"Х\",kjcy:\"ќ\",KJcy:\"Ќ\",kopf:\"𝕜\",Kopf:\"𝕂\",kscr:\"𝓀\",Kscr:\"𝒦\",lAarr:\"⇚\",lacute:\"ĺ\",Lacute:\"Ĺ\",laemptyv:\"⦴\",lagran:\"\",lambda:\"λ\",Lambda:\"Λ\",lang:\"⟨\",Lang:\"⟪\",langd:\"⦑\",langle:\"⟨\",lap:\"⪅\",Laplacetrf:\"\",laquo:\"«\",larr:\"←\",lArr:\"⇐\",Larr:\"↞\",larrb:\"⇤\",larrbfs:\"⤟\",larrfs:\"⤝\",larrhk:\"↩\",larrlp:\"↫\",larrpl:\"⤹\",larrsim:\"⥳\",larrtl:\"↢\",lat:\"⪫\",latail:\"⤙\",lAtail:\"⤛\",late:\"⪭\",lates:\"⪭︀\",lbarr:\"⤌\",lBarr:\"⤎\",lbbrk:\"\",lbrace:\"{\",lbrack:\"[\",lbrke:\"⦋\",lbrksld:\"⦏\",lbrkslu:\"⦍\",lcaron:\"ľ\",Lcaron:\"Ľ\",lcedil:\"ļ\",Lcedil:\"Ļ\",lceil:\"⌈\",lcub:\"{\",lcy:\"л\",Lcy:\"Л\",ldca:\"⤶\",ldquo:\"“\",ldquor:\"„\",ldrdhar:\"⥧\",ldrushar:\"⥋\",ldsh:\"↲\",le:\"≤\",lE:\"≦\",LeftAngleBracket:\"⟨\",leftarrow:\"←\",Leftarrow:\"⇐\",LeftArrow:\"←\",LeftArrowBar:\"⇤\",LeftArrowRightArrow:\"⇆\",leftarrowtail:\"↢\",LeftCeiling:\"⌈\",LeftDoubleBracket:\"⟦\",LeftDownTeeVector:\"⥡\",LeftDownVector:\"⇃\",LeftDownVectorBar:\"⥙\",LeftFloor:\"⌊\",leftharpoondown:\"↽\",leftharpoonup:\"↼\",leftleftarrows:\"⇇\",leftrightarrow:\"↔\",Leftrightarrow:\"⇔\",LeftRightArrow:\"↔\",leftrightarrows:\"⇆\",leftrightharpoons:\"⇋\",leftrightsquigarrow:\"↭\",LeftRightVector:\"⥎\",LeftTee:\"⊣\",LeftTeeArrow:\"↤\",LeftTeeVector:\"⥚\",leftthreetimes:\"⋋\",LeftTriangle:\"⊲\",LeftTriangleBar:\"⧏\",LeftTriangleEqual:\"⊴\",LeftUpDownVector:\"⥑\",LeftUpTeeVector:\"⥠\",LeftUpVector:\"↿\",LeftUpVectorBar:\"⥘\",LeftVector:\"↼\",LeftVectorBar:\"⥒\",leg:\"⋚\",lEg:\"⪋\",leq:\"≤\",leqq:\"≦\",leqslant:\"⩽\",les:\"⩽\",lescc:\"⪨\",lesdot:\"⩿\",lesdoto:\"⪁\",lesdotor:\"⪃\",lesg:\"⋚︀\",lesges:\"⪓\",lessapprox:\"⪅\",lessdot:\"⋖\",lesseqgtr:\"⋚\",lesseqqgtr:\"⪋\",LessEqualGreater:\"⋚\",LessFullEqual:\"≦\",LessGreater:\"≶\",lessgtr:\"≶\",LessLess:\"⪡\",lesssim:\"≲\",LessSlantEqual:\"⩽\",LessTilde:\"≲\",lfisht:\"⥼\",lfloor:\"⌊\",lfr:\"𝔩\",Lfr:\"𝔏\",lg:\"≶\",lgE:\"⪑\",lHar:\"⥢\",lhard:\"↽\",lharu:\"↼\",lharul:\"⥪\",lhblk:\"▄\",ljcy:\"љ\",LJcy:\"Љ\",ll:\"≪\",Ll:\"⋘\",llarr:\"⇇\",llcorner:\"⌞\",Lleftarrow:\"⇚\",llhard:\"⥫\",lltri:\"◺\",lmidot:\"ŀ\",Lmidot:\"Ŀ\",lmoust:\"⎰\",lmoustache:\"⎰\",lnap:\"⪉\",lnapprox:\"⪉\",lne:\"⪇\",lnE:\"≨\",lneq:\"⪇\",lneqq:\"≨\",lnsim:\"⋦\",loang:\"⟬\",loarr:\"⇽\",lobrk:\"⟦\",longleftarrow:\"⟵\",Longleftarrow:\"⟸\",LongLeftArrow:\"⟵\",longleftrightarrow:\"⟷\",Longleftrightarrow:\"⟺\",LongLeftRightArrow:\"⟷\",longmapsto:\"⟼\",longrightarrow:\"⟶\",Longrightarrow:\"⟹\",LongRightArrow:\"⟶\",looparrowleft:\"↫\",looparrowright:\"↬\",lopar:\"⦅\",lopf:\"𝕝\",Lopf:\"𝕃\",loplus:\"⨭\",lotimes:\"⨴\",lowast:\"\",lowbar:\"_\",LowerLeftArrow:\"↙\",LowerRightArrow:\"↘\",loz:\"◊\",lozenge:\"◊\",lozf:\"⧫\",lpar:\"(\",lparlt:\"⦓\",lrarr:\"⇆\",lrcorner:\"⌟\",lrhar:\"⇋\",lrhard:\"⥭\",lrm:\"\\u200e\",lrtri:\"⊿\",lsaquo:\"\",lscr:\"𝓁\",Lscr:\"\",lsh:\"↰\",Lsh:\"↰\",lsim:\"≲\",lsime:\"⪍\",lsimg:\"⪏\",lsqb:\"[\",lsquo:\"\",lsquor:\"\",lstrok:\"ł\",Lstrok:\"Ł\",lt:\"<\",Lt:\"≪\",LT:\"<\",ltcc:\"⪦\",ltcir:\"⩹\",ltdot:\"⋖\",lthree:\"⋋\",ltimes:\"⋉\",ltlarr:\"⥶\",ltquest:\"⩻\",ltri:\"◃\",ltrie:\"⊴\",ltrif:\"◂\",ltrPar:\"⦖\",lurdshar:\"⥊\",luruhar:\"⥦\",lvertneqq:\"≨︀\",lvnE:\"≨︀\",macr:\"¯\",male:\"♂\",malt:\"✠\",maltese:\"✠\",map:\"↦\",Map:\"⤅\",mapsto:\"↦\",mapstodown:\"↧\",mapstoleft:\"↤\",mapstoup:\"↥\",marker:\"▮\",mcomma:\"⨩\",mcy:\"м\",Mcy:\"М\",mdash:\"—\",mDDot:\"∺\",measuredangle:\"∡\",MediumSpace:\"\\u205f\",Mellintrf:\"\",mfr:\"𝔪\",Mfr:\"𝔐\",mho:\"℧\",micro:\"µ\",mid:\"\",midast:\"*\",midcir:\"⫰\",middot:\"·\",minus:\"\",minusb:\"⊟\",minusd:\"∸\",minusdu:\"⨪\",MinusPlus:\"∓\",mlcp:\"⫛\",mldr:\"…\",mnplus:\"∓\",models:\"⊧\",mopf:\"𝕞\",Mopf:\"𝕄\",mp:\"∓\",mscr:\"𝓂\",Mscr:\"\",mstpos:\"∾\",mu:\"μ\",Mu:\"Μ\",multimap:\"⊸\",mumap:\"⊸\",nabla:\"∇\",nacute:\"ń\",Nacute:\"Ń\",nang:\"∠⃒\",nap:\"≉\",napE:\"⩰̸\",napid:\"≋̸\",napos:\"ʼn\",napprox:\"≉\",natur:\"♮\",natural:\"♮\",naturals:\"\",nbsp:\"\\xa0\",nbump:\"≎̸\",nbumpe:\"≏̸\",ncap:\"⩃\",ncaron:\"ň\",Ncaron:\"Ň\",ncedil:\"ņ\",Ncedil:\"Ņ\",ncong:\"≇\",ncongdot:\"⩭̸\",ncup:\"⩂\",ncy:\"н\",Ncy:\"Н\",ndash:\"\",ne:\"≠\",nearhk:\"⤤\",nearr:\"↗\",neArr:\"⇗\",nearrow:\"↗\",nedot:\"≐̸\",NegativeMediumSpace:\"\\u200b\",NegativeThickSpace:\"\\u200b\",NegativeThinSpace:\"\\u200b\",NegativeVeryThinSpace:\"\\u200b\",nequiv:\"≢\",nesear:\"⤨\",nesim:\"≂̸\",NestedGreaterGreater:\"≫\",NestedLessLess:\"≪\",NewLine:\"\\\\n\",nexist:\"∄\",nexists:\"∄\",nfr:\"𝔫\",Nfr:\"𝔑\",nge:\"≱\",ngE:\"≧̸\",ngeq:\"≱\",ngeqq:\"≧̸\",ngeqslant:\"⩾̸\",nges:\"⩾̸\",nGg:\"⋙̸\",ngsim:\"≵\",ngt:\"≯\",nGt:\"≫⃒\",ngtr:\"≯\",nGtv:\"≫̸\",nharr:\"↮\",nhArr:\"⇎\",nhpar:\"⫲\",ni:\"∋\",nis:\"⋼\",nisd:\"⋺\",niv:\"∋\",njcy:\"њ\",NJcy:\"Њ\",nlarr:\"↚\",nlArr:\"⇍\",nldr:\"‥\",nle:\"≰\",nlE:\"≦̸\",nleftarrow:\"↚\",nLeftarrow:\"⇍\",nleftrightarrow:\"↮\",nLeftrightarrow:\"⇎\",nleq:\"≰\",nleqq:\"≦̸\",nleqslant:\"⩽̸\",nles:\"⩽̸\",nless:\"≮\",nLl:\"⋘̸\",nlsim:\"≴\",nlt:\"≮\",nLt:\"≪⃒\",nltri:\"⋪\",nltrie:\"⋬\",nLtv:\"≪̸\",nmid:\"∤\",NoBreak:\"\\u2060\",NonBreakingSpace:\"\\xa0\",nopf:\"𝕟\",Nopf:\"\",not:\"¬\",Not:\"⫬\",NotCongruent:\"≢\",NotCupCap:\"≭\",NotDoubleVerticalBar:\"∦\",NotElement:\"∉\",NotEqual:\"≠\",NotEqualTilde:\"≂̸\",NotExists:\"∄\",NotGreater:\"≯\",NotGreaterEqual:\"≱\",NotGreaterFullEqual:\"≧̸\",NotGreaterGreater:\"≫̸\",NotGreaterLess:\"≹\",NotGreaterSlantEqual:\"⩾̸\",NotGreaterTilde:\"≵\",NotHumpDownHump:\"≎̸\",NotHumpEqual:\"≏̸\",notin:\"∉\",notindot:\"⋵̸\",notinE:\"⋹̸\",notinva:\"∉\",notinvb:\"⋷\",notinvc:\"⋶\",NotLeftTriangle:\"⋪\",NotLeftTriangleBar:\"⧏̸\",NotLeftTriangleEqual:\"⋬\",NotLess:\"≮\",NotLessEqual:\"≰\",NotLessGreater:\"≸\",NotLessLess:\"≪̸\",NotLessSlantEqual:\"⩽̸\",NotLessTilde:\"≴\",NotNestedGreaterGreater:\"⪢̸\",NotNestedLessLess:\"⪡̸\",notni:\"∌\",notniva:\"∌\",notnivb:\"⋾\",notnivc:\"⋽\",NotPrecedes:\"⊀\",NotPrecedesEqual:\"⪯̸\",NotPrecedesSlantEqual:\"⋠\",NotReverseElement:\"∌\",NotRightTriangle:\"⋫\",NotRightTriangleBar:\"⧐̸\",NotRightTriangleEqual:\"⋭\",NotSquareSubset:\"⊏̸\",NotSquareSubsetEqual:\"⋢\",NotSquareSuperset:\"⊐̸\",NotSquareSupersetEqual:\"⋣\",NotSubset:\"⊂⃒\",NotSubsetEqual:\"⊈\",NotSucceeds:\"⊁\",NotSucceedsEqual:\"⪰̸\",NotSucceedsSlantEqual:\"⋡\",NotSucceedsTilde:\"≿̸\",NotSuperset:\"⊃⃒\",NotSupersetEqual:\"⊉\",NotTilde:\"≁\",NotTildeEqual:\"≄\",NotTildeFullEqual:\"≇\",NotTildeTilde:\"≉\",NotVerticalBar:\"∤\",npar:\"∦\",nparallel:\"∦\",nparsl:\"⫽⃥\",npart:\"∂̸\",npolint:\"⨔\",npr:\"⊀\",nprcue:\"⋠\",npre:\"⪯̸\",nprec:\"⊀\",npreceq:\"⪯̸\",nrarr:\"↛\",nrArr:\"⇏\",nrarrc:\"⤳̸\",nrarrw:\"↝̸\",nrightarrow:\"↛\",nRightarrow:\"⇏\",nrtri:\"⋫\",nrtrie:\"⋭\",nsc:\"⊁\",nsccue:\"⋡\",nsce:\"⪰̸\",nscr:\"𝓃\",Nscr:\"𝒩\",nshortmid:\"∤\",nshortparallel:\"∦\",nsim:\"≁\",nsime:\"≄\",nsimeq:\"≄\",nsmid:\"∤\",nspar:\"∦\",nsqsube:\"⋢\",nsqsupe:\"⋣\",nsub:\"⊄\",nsube:\"⊈\",nsubE:\"⫅̸\",nsubset:\"⊂⃒\",nsubseteq:\"⊈\",nsubseteqq:\"⫅̸\",nsucc:\"⊁\",nsucceq:\"⪰̸\",nsup:\"⊅\",nsupe:\"⊉\",nsupE:\"⫆̸\",nsupset:\"⊃⃒\",nsupseteq:\"⊉\",nsupseteqq:\"⫆̸\",ntgl:\"≹\",ntilde:\"ñ\",Ntilde:\"Ñ\",ntlg:\"≸\",ntriangleleft:\"⋪\",ntrianglelefteq:\"⋬\",ntriangleright:\"⋫\",ntrianglerighteq:\"⋭\",nu:\"ν\",Nu:\"Ν\",num:\"#\",numero:\"№\",numsp:\"\\u2007\",nvap:\"≍⃒\",nvdash:\"⊬\",nvDash:\"⊭\",nVdash:\"⊮\",nVDash:\"⊯\",nvge:\"≥⃒\",nvgt:\">⃒\",nvHarr:\"⤄\",nvinfin:\"⧞\",nvlArr:\"⤂\",nvle:\"≤⃒\",nvlt:\"<⃒\",nvltrie:\"⊴⃒\",nvrArr:\"⤃\",nvrtrie:\"⊵⃒\",nvsim:\"∼⃒\",nwarhk:\"⤣\",nwarr:\"↖\",nwArr:\"⇖\",nwarrow:\"↖\",nwnear:\"⤧\",oacute:\"ó\",Oacute:\"Ó\",oast:\"⊛\",ocir:\"⊚\",ocirc:\"ô\",Ocirc:\"Ô\",ocy:\"о\",Ocy:\"О\",odash:\"⊝\",odblac:\"ő\",Odblac:\"Ő\",odiv:\"⨸\",odot:\"⊙\",odsold:\"⦼\",oelig:\"œ\",OElig:\"Œ\",ofcir:\"⦿\",ofr:\"𝔬\",Ofr:\"𝔒\",ogon:\"˛\",ograve:\"ò\",Ograve:\"Ò\",ogt:\"⧁\",ohbar:\"⦵\",ohm:\"Ω\",oint:\"∮\",olarr:\"↺\",olcir:\"⦾\",olcross:\"⦻\",oline:\"‾\",olt:\"⧀\",omacr:\"ō\",Omacr:\"Ō\",omega:\"ω\",Omega:\"Ω\",omicron:\"ο\",Omicron:\"Ο\",omid:\"⦶\",ominus:\"⊖\",oopf:\"𝕠\",Oopf:\"𝕆\",opar:\"⦷\",OpenCurlyDoubleQuote:\"“\",OpenCurlyQuote:\"\",operp:\"⦹\",oplus:\"⊕\",or:\"\",Or:\"⩔\",orarr:\"↻\",ord:\"⩝\",order:\"\",orderof:\"\",ordf:\"ª\",ordm:\"º\",origof:\"⊶\",oror:\"⩖\",orslope:\"⩗\",orv:\"⩛\",oS:\"Ⓢ\",oscr:\"\",Oscr:\"𝒪\",oslash:\"ø\",Oslash:\"Ø\",osol:\"⊘\",otilde:\"õ\",Otilde:\"Õ\",otimes:\"⊗\",Otimes:\"⨷\",otimesas:\"⨶\",ouml:\"ö\",Ouml:\"Ö\",ovbar:\"⌽\",OverBar:\"‾\",OverBrace:\"⏞\",OverBracket:\"⎴\",OverParenthesis:\"⏜\",par:\"∥\",para:\"¶\",parallel:\"∥\",parsim:\"⫳\",parsl:\"⫽\",part:\"∂\",PartialD:\"∂\",pcy:\"п\",Pcy:\"П\",percnt:\"%\",period:\".\",permil:\"‰\",perp:\"⊥\",pertenk:\"‱\",pfr:\"𝔭\",Pfr:\"𝔓\",phi:\"φ\",Phi:\"Φ\",phiv:\"ϕ\",phmmat:\"\",phone:\"☎\",pi:\"π\",Pi:\"Π\",pitchfork:\"⋔\",piv:\"ϖ\",planck:\"ℏ\",planckh:\"\",plankv:\"ℏ\",plus:\"+\",plusacir:\"⨣\",plusb:\"⊞\",pluscir:\"⨢\",plusdo:\"∔\",plusdu:\"⨥\",pluse:\"⩲\",PlusMinus:\"±\",plusmn:\"±\",plussim:\"⨦\",plustwo:\"⨧\",pm:\"±\",Poincareplane:\"\",pointint:\"⨕\",popf:\"𝕡\",Popf:\"\",pound:\"£\",pr:\"≺\",Pr:\"⪻\",prap:\"⪷\",prcue:\"≼\",pre:\"⪯\",prE:\"⪳\",prec:\"≺\",precapprox:\"⪷\",preccurlyeq:\"≼\",Precedes:\"≺\",PrecedesEqual:\"⪯\",PrecedesSlantEqual:\"≼\",PrecedesTilde:\"≾\",preceq:\"⪯\",precnapprox:\"⪹\",precneqq:\"⪵\",precnsim:\"⋨\",precsim:\"≾\",prime:\"\",Prime:\"″\",primes:\"\",prnap:\"⪹\",prnE:\"⪵\",prnsim:\"⋨\",prod:\"∏\",Product:\"∏\",profalar:\"⌮\",profline:\"⌒\",profsurf:\"⌓\",prop:\"∝\",Proportion:\"∷\",Proportional:\"∝\",propto:\"∝\",prsim:\"≾\",prurel:\"⊰\",pscr:\"𝓅\",Pscr:\"𝒫\",psi:\"ψ\",Psi:\"Ψ\",puncsp:\"\\u2008\",qfr:\"𝔮\",Qfr:\"𝔔\",qint:\"⨌\",qopf:\"𝕢\",Qopf:\"\",qprime:\"⁗\",qscr:\"𝓆\",Qscr:\"𝒬\",quaternions:\"\",quatint:\"⨖\",quest:\"?\",questeq:\"≟\",quot:\\'\"\\',QUOT:\\'\"\\',rAarr:\"⇛\",race:\"∽̱\",racute:\"ŕ\",Racute:\"Ŕ\",radic:\"√\",raemptyv:\"⦳\",rang:\"⟩\",Rang:\"⟫\",rangd:\"⦒\",range:\"⦥\",rangle:\"⟩\",raquo:\"»\",rarr:\"→\",rArr:\"⇒\",Rarr:\"↠\",rarrap:\"⥵\",rarrb:\"⇥\",rarrbfs:\"⤠\",rarrc:\"⤳\",rarrfs:\"⤞\",rarrhk:\"↪\",rarrlp:\"↬\",rarrpl:\"⥅\",rarrsim:\"⥴\",rarrtl:\"↣\",Rarrtl:\"⤖\",rarrw:\"↝\",ratail:\"⤚\",rAtail:\"⤜\",ratio:\"\",rationals:\"\",rbarr:\"⤍\",rBarr:\"⤏\",RBarr:\"⤐\",rbbrk:\"\",rbrace:\"}\",rbrack:\"]\",rbrke:\"⦌\",rbrksld:\"⦎\",rbrkslu:\"⦐\",rcaron:\"ř\",Rcaron:\"Ř\",rcedil:\"ŗ\",Rcedil:\"Ŗ\",rceil:\"⌉\",rcub:\"}\",rcy:\"р\",Rcy:\"Р\",rdca:\"⤷\",rdldhar:\"⥩\",rdquo:\"”\",rdquor:\"”\",rdsh:\"↳\",Re:\"\",real:\"\",realine:\"\",realpart:\"\",reals:\"\",rect:\"▭\",reg:\"®\",REG:\"®\",ReverseElement:\"∋\",ReverseEquilibrium:\"⇋\",ReverseUpEquilibrium:\"⥯\",rfisht:\"⥽\",rfloor:\"⌋\",rfr:\"𝔯\",Rfr:\"\",rHar:\"⥤\",rhard:\"⇁\",rharu:\"⇀\",rharul:\"⥬\",rho:\"ρ\",Rho:\"Ρ\",rhov:\"ϱ\",RightAngleBracket:\"⟩\",rightarrow:\"→\",Rightarrow:\"⇒\",RightArrow:\"→\",RightArrowBar:\"⇥\",RightArrowLeftArrow:\"⇄\",rightarrowtail:\"↣\",RightCeiling:\"⌉\",RightDoubleBracket:\"⟧\",RightDownTeeVector:\"⥝\",RightDownVector:\"⇂\",RightDownVectorBar:\"⥕\",RightFloor:\"⌋\",rightharpoondown:\"⇁\",rightharpoonup:\"⇀\",rightleftarrows:\"⇄\",rightleftharpoons:\"⇌\",rightrightarrows:\"⇉\",rightsquigarrow:\"↝\",RightTee:\"⊢\",RightTeeArrow:\"↦\",RightTeeVector:\"⥛\",rightthreetimes:\"⋌\",RightTriangle:\"⊳\",RightTriangleBar:\"⧐\",RightTriangleEqual:\"⊵\",RightUpDownVector:\"⥏\",RightUpTeeVector:\"⥜\",RightUpVector:\"↾\",RightUpVectorBar:\"⥔\",RightVector:\"⇀\",RightVectorBar:\"⥓\",ring:\"˚\",risingdotseq:\"≓\",rlarr:\"⇄\",rlhar:\"⇌\",rlm:\"\\u200f\",rmoust:\"⎱\",rmoustache:\"⎱\",rnmid:\"⫮\",roang:\"⟭\",roarr:\"⇾\",robrk:\"⟧\",ropar:\"⦆\",ropf:\"𝕣\",Ropf:\"\",roplus:\"⨮\",rotimes:\"⨵\",RoundImplies:\"⥰\",rpar:\")\",rpargt:\"⦔\",rppolint:\"⨒\",rrarr:\"⇉\",Rrightarrow:\"⇛\",rsaquo:\"\",rscr:\"𝓇\",Rscr:\"\",rsh:\"↱\",Rsh:\"↱\",rsqb:\"]\",rsquo:\"\",rsquor:\"\",rthree:\"⋌\",rtimes:\"⋊\",rtri:\"▹\",rtrie:\"⊵\",rtrif:\"▸\",rtriltri:\"⧎\",RuleDelayed:\"⧴\",ruluhar:\"⥨\",rx:\"℞\",sacute:\"ś\",Sacute:\"Ś\",sbquo:\"\",sc:\"≻\",Sc:\"⪼\",scap:\"⪸\",scaron:\"š\",Scaron:\"Š\",sccue:\"≽\",sce:\"⪰\",scE:\"⪴\",scedil:\"ş\",Scedil:\"Ş\",scirc:\"ŝ\",Scirc:\"Ŝ\",scnap:\"⪺\",scnE:\"⪶\",scnsim:\"⋩\",scpolint:\"⨓\",scsim:\"≿\",scy:\"с\",Scy:\"С\",sdot:\"⋅\",sdotb:\"⊡\",sdote:\"⩦\",searhk:\"⤥\",searr:\"↘\",seArr:\"⇘\",searrow:\"↘\",sect:\"§\",semi:\";\",seswar:\"⤩\",setminus:\"\",setmn:\"\",sext:\"✶\",sfr:\"𝔰\",Sfr:\"𝔖\",sfrown:\"⌢\",sharp:\"♯\",shchcy:\"щ\",SHCHcy:\"Щ\",shcy:\"ш\",SHcy:\"Ш\",ShortDownArrow:\"↓\",ShortLeftArrow:\"←\",shortmid:\"\",shortparallel:\"∥\",ShortRightArrow:\"→\",ShortUpArrow:\"↑\",shy:\"\\xad\",sigma:\"σ\",Sigma:\"Σ\",sigmaf:\"ς\",sigmav:\"ς\",sim:\"\",simdot:\"⩪\",sime:\"≃\",simeq:\"≃\",simg:\"⪞\",simgE:\"⪠\",siml:\"⪝\",simlE:\"⪟\",simne:\"≆\",simplus:\"⨤\",simrarr:\"⥲\",slarr:\"←\",SmallCircle:\"∘\",smallsetminus:\"\",smashp:\"⨳\",smeparsl:\"⧤\",smid:\"\",smile:\"⌣\",smt:\"⪪\",smte:\"⪬\",smtes:\"⪬︀\",softcy:\"ь\",SOFTcy:\"Ь\",sol:\"/\",solb:\"⧄\",solbar:\"⌿\",sopf:\"𝕤\",Sopf:\"𝕊\",spades:\"♠\",spadesuit:\"♠\",spar:\"∥\",sqcap:\"⊓\",sqcaps:\"⊓︀\",sqcup:\"⊔\",sqcups:\"⊔︀\",Sqrt:\"√\",sqsub:\"⊏\",sqsube:\"⊑\",sqsubset:\"⊏\",sqsubseteq:\"⊑\",sqsup:\"⊐\",sqsupe:\"⊒\",sqsupset:\"⊐\",sqsupseteq:\"⊒\",squ:\"□\",square:\"□\",Square:\"□\",SquareIntersection:\"⊓\",SquareSubset:\"⊏\",SquareSubsetEqual:\"⊑\",SquareSuperset:\"⊐\",SquareSupersetEqual:\"⊒\",SquareUnion:\"⊔\",squarf:\"▪\",squf:\"▪\",srarr:\"→\",sscr:\"𝓈\",Sscr:\"𝒮\",ssetmn:\"\",ssmile:\"⌣\",sstarf:\"⋆\",star:\"☆\",Star:\"⋆\",starf:\"★\",straightepsilon:\"ϵ\",straightphi:\"ϕ\",strns:\"¯\",sub:\"⊂\",Sub:\"⋐\",subdot:\"⪽\",sube:\"⊆\",subE:\"⫅\",subedot:\"⫃\",submult:\"⫁\",subne:\"⊊\",subnE:\"⫋\",subplus:\"⪿\",subrarr:\"⥹\",subset:\"⊂\",Subset:\"⋐\",subseteq:\"⊆\",subseteqq:\"⫅\",SubsetEqual:\"⊆\",subsetneq:\"⊊\",subsetneqq:\"⫋\",subsim:\"⫇\",subsub:\"⫕\",subsup:\"⫓\",succ:\"≻\",succapprox:\"⪸\",succcurlyeq:\"≽\",Succeeds:\"≻\",SucceedsEqual:\"⪰\",SucceedsSlantEqual:\"≽\",SucceedsTilde:\"≿\",succeq:\"⪰\",succnapprox:\"⪺\",succneqq:\"⪶\",succnsim:\"⋩\",succsim:\"≿\",SuchThat:\"∋\",sum:\"∑\",Sum:\"∑\",sung:\"♪\",sup:\"⊃\",Sup:\"⋑\",sup1:\"¹\",sup2:\"²\",sup3:\"³\",supdot:\"⪾\",supdsub:\"⫘\",supe:\"⊇\",supE:\"⫆\",supedot:\"⫄\",Superset:\"⊃\",SupersetEqual:\"⊇\",suphsol:\"⟉\",suphsub:\"⫗\",suplarr:\"⥻\",supmult:\"⫂\",supne:\"⊋\",supnE:\"⫌\",supplus:\"⫀\",supset:\"⊃\",Supset:\"⋑\",supseteq:\"⊇\",supseteqq:\"⫆\",supsetneq:\"⊋\",supsetneqq:\"⫌\",supsim:\"⫈\",supsub:\"⫔\",supsup:\"⫖\",swarhk:\"⤦\",swarr:\"↙\",swArr:\"⇙\",swarrow:\"↙\",swnwar:\"⤪\",szlig:\"ß\",Tab:\"\\\\t\",target:\"⌖\",tau:\"τ\",Tau:\"Τ\",tbrk:\"⎴\",tcaron:\"ť\",Tcaron:\"Ť\",tcedil:\"ţ\",Tcedil:\"Ţ\",tcy:\"т\",Tcy:\"Т\",tdot:\"⃛\",telrec:\"⌕\",tfr:\"𝔱\",Tfr:\"𝔗\",there4:\"∴\",therefore:\"∴\",Therefore:\"∴\",theta:\"θ\",Theta:\"Θ\",thetasym:\"ϑ\",thetav:\"ϑ\",thickapprox:\"≈\",thicksim:\"\",ThickSpace:\"\\u205f\\u200a\",thinsp:\"\\u2009\",ThinSpace:\"\\u2009\",thkap:\"≈\",thksim:\"\",thorn:\"þ\",THORN:\"Þ\",tilde:\"˜\",Tilde:\"\",TildeEqual:\"≃\",TildeFullEqual:\"≅\",TildeTilde:\"≈\",times:\"×\",timesb:\"⊠\",timesbar:\"⨱\",timesd:\"⨰\",tint:\"∭\",toea:\"⤨\",top:\"\",topbot:\"⌶\",topcir:\"⫱\",topf:\"𝕥\",Topf:\"𝕋\",topfork:\"⫚\",tosa:\"⤩\",tprime:\"‴\",trade:\"™\",TRADE:\"™\",triangle:\"▵\",triangledown:\"▿\",triangleleft:\"◃\",trianglelefteq:\"⊴\",triangleq:\"≜\",triangleright:\"▹\",trianglerighteq:\"⊵\",tridot:\"◬\",trie:\"≜\",triminus:\"⨺\",TripleDot:\"⃛\",triplus:\"⨹\",trisb:\"⧍\",tritime:\"⨻\",trpezium:\"⏢\",tscr:\"𝓉\",Tscr:\"𝒯\",tscy:\"ц\",TScy:\"Ц\",tshcy:\"ћ\",TSHcy:\"Ћ\",tstrok:\"ŧ\",Tstrok:\"Ŧ\",twixt:\"≬\",twoheadleftarrow:\"↞\",twoheadrightarrow:\"↠\",uacute:\"ú\",Uacute:\"Ú\",uarr:\"↑\",uArr:\"⇑\",Uarr:\"↟\",Uarrocir:\"⥉\",ubrcy:\"ў\",Ubrcy:\"Ў\",ubreve:\"ŭ\",Ubreve:\"Ŭ\",ucirc:\"û\",Ucirc:\"Û\",ucy:\"у\",Ucy:\"У\",udarr:\"⇅\",udblac:\"ű\",Udblac:\"Ű\",udhar:\"⥮\",ufisht:\"⥾\",ufr:\"𝔲\",Ufr:\"𝔘\",ugrave:\"ù\",Ugrave:\"Ù\",uHar:\"⥣\",uharl:\"↿\",uharr:\"↾\",uhblk:\"▀\",ulcorn:\"⌜\",ulcorner:\"⌜\",ulcrop:\"⌏\",ultri:\"◸\",umacr:\"ū\",Umacr:\"Ū\",uml:\"¨\",UnderBar:\"_\",UnderBrace:\"⏟\",UnderBracket:\"⎵\",UnderParenthesis:\"⏝\",Union:\"\",UnionPlus:\"⊎\",uogon:\"ų\",Uogon:\"Ų\",uopf:\"𝕦\",Uopf:\"𝕌\",uparrow:\"↑\",Uparrow:\"⇑\",UpArrow:\"↑\",UpArrowBar:\"⤒\",UpArrowDownArrow:\"⇅\",updownarrow:\"↕\",Updownarrow:\"⇕\",UpDownArrow:\"↕\",UpEquilibrium:\"⥮\",upharpoonleft:\"↿\",upharpoonright:\"↾\",uplus:\"⊎\",UpperLeftArrow:\"↖\",UpperRightArrow:\"↗\",upsi:\"υ\",Upsi:\"ϒ\",upsih:\"ϒ\",upsilon:\"υ\",Upsilon:\"Υ\",UpTee:\"⊥\",UpTeeArrow:\"↥\",upuparrows:\"⇈\",urcorn:\"⌝\",urcorner:\"⌝\",urcrop:\"⌎\",uring:\"ů\",Uring:\"Ů\",urtri:\"◹\",uscr:\"𝓊\",Uscr:\"𝒰\",utdot:\"⋰\",utilde:\"ũ\",Utilde:\"Ũ\",utri:\"▵\",utrif:\"▴\",uuarr:\"⇈\",uuml:\"ü\",Uuml:\"Ü\",uwangle:\"⦧\",vangrt:\"⦜\",varepsilon:\"ϵ\",varkappa:\"ϰ\",varnothing:\"∅\",varphi:\"ϕ\",varpi:\"ϖ\",varpropto:\"∝\",varr:\"↕\",vArr:\"⇕\",varrho:\"ϱ\",varsigma:\"ς\",varsubsetneq:\"⊊︀\",varsubsetneqq:\"⫋︀\",varsupsetneq:\"⊋︀\",varsupsetneqq:\"⫌︀\",vartheta:\"ϑ\",vartriangleleft:\"⊲\",vartriangleright:\"⊳\",vBar:\"⫨\",Vbar:\"⫫\",vBarv:\"⫩\",vcy:\"в\",Vcy:\"В\",vdash:\"⊢\",vDash:\"⊨\",Vdash:\"⊩\",VDash:\"⊫\",Vdashl:\"⫦\",vee:\"\",Vee:\"\",veebar:\"⊻\",veeeq:\"≚\",vellip:\"⋮\",verbar:\"|\",Verbar:\"‖\",vert:\"|\",Vert:\"‖\",VerticalBar:\"\",VerticalLine:\"|\",VerticalSeparator:\"❘\",VerticalTilde:\"≀\",VeryThinSpace:\"\\u200a\",vfr:\"𝔳\",Vfr:\"𝔙\",vltri:\"⊲\",vnsub:\"⊂⃒\",vnsup:\"⊃⃒\",vopf:\"𝕧\",Vopf:\"𝕍\",vprop:\"∝\",vrtri:\"⊳\",vscr:\"𝓋\",Vscr:\"𝒱\",vsubne:\"⊊︀\",vsubnE:\"⫋︀\",vsupne:\"⊋︀\",vsupnE:\"⫌︀\",Vvdash:\"⊪\",vzigzag:\"⦚\",wcirc:\"ŵ\",Wcirc:\"Ŵ\",wedbar:\"⩟\",wedge:\"∧\",Wedge:\"⋀\",wedgeq:\"≙\",weierp:\"℘\",wfr:\"𝔴\",Wfr:\"𝔚\",wopf:\"𝕨\",Wopf:\"𝕎\",wp:\"℘\",wr:\"≀\",wreath:\"≀\",wscr:\"𝓌\",Wscr:\"𝒲\",xcap:\"⋂\",xcirc:\"◯\",xcup:\"\",xdtri:\"▽\",xfr:\"𝔵\",Xfr:\"𝔛\",xharr:\"⟷\",xhArr:\"⟺\",xi:\"ξ\",Xi:\"Ξ\",xlarr:\"⟵\",xlArr:\"⟸\",xmap:\"⟼\",xnis:\"⋻\",xodot:\"⨀\",xopf:\"𝕩\",Xopf:\"𝕏\",xoplus:\"⨁\",xotime:\"⨂\",xrarr:\"⟶\",xrArr:\"⟹\",xscr:\"𝓍\",Xscr:\"𝒳\",xsqcup:\"⨆\",xuplus:\"⨄\",xutri:\"△\",xvee:\"\",xwedge:\"⋀\",yacute:\"ý\",Yacute:\"Ý\",yacy:\"я\",YAcy:\"Я\",ycirc:\"ŷ\",Ycirc:\"Ŷ\",ycy:\"ы\",Ycy:\"Ы\",yen:\"¥\",yfr:\"𝔶\",Yfr:\"𝔜\",yicy:\"ї\",YIcy:\"Ї\",yopf:\"𝕪\",Yopf:\"𝕐\",yscr:\"𝓎\",Yscr:\"𝒴\",yucy:\"ю\",YUcy:\"Ю\",yuml:\"ÿ\",Yuml:\"Ÿ\",zacute:\"ź\",Zacute:\"Ź\",zcaron:\"ž\",Zcaron:\"Ž\",zcy:\"з\",Zcy:\"З\",zdot:\"ż\",Zdot:\"Ż\",zeetrf:\"\",ZeroWidthSpace:\"\\u200b\",zeta:\"ζ\",Zeta:\"Ζ\",zfr:\"𝔷\",Zfr:\"\",zhcy:\"ж\",ZHcy:\"Ж\",zigrarr:\"⇝\",zopf:\"𝕫\",Zopf:\"\",zscr:\"𝓏\",Zscr:\"𝒵\",zwj:\"\\u200d\",zwnj:\"\\u200c\"},b={aacute:\"á\",Aacute:\"Á\",acirc:\"â\",Acirc:\"Â\",acute:\"´\",aelig:\"æ\",AElig:\"Æ\",agrave:\"à\",Agrave:\"À\",amp:\"&\",AMP:\"&\",aring:\"å\",Aring:\"Å\",atilde:\"ã\",Atilde:\"Ã\",auml:\"ä\",Auml:\"Ä\",brvbar:\"¦\",ccedil:\"ç\",Ccedil:\"Ç\",cedil:\"¸\",cent:\"¢\",copy:\"©\",COPY:\"©\",curren:\"¤\",deg:\"°\",divide:\"÷\",eacute:\"é\",Eacute:\"É\",ecirc:\"ê\",Ecirc:\"Ê\",egrave:\"è\",Egrave:\"È\",eth:\"ð\",ETH:\"Ð\",euml:\"ë\",Euml:\"Ë\",frac12:\"½\",frac14:\"¼\",frac34:\"¾\",gt:\">\",GT:\">\",iacute:\"í\",Iacute:\"Í\",icirc:\"î\",Icirc:\"Î\",iexcl:\"¡\",igrave:\"ì\",Igrave:\"Ì\",iquest:\"¿\",iuml:\"ï\",Iuml:\"Ï\",laquo:\"«\",lt:\"<\",LT:\"<\",macr:\"¯\",micro:\"µ\",middot:\"·\",nbsp:\"\\xa0\",not:\"¬\",ntilde:\"ñ\",Ntilde:\"Ñ\",oacute:\"ó\",Oacute:\"Ó\",ocirc:\"ô\",Ocirc:\"Ô\",ograve:\"ò\",Ograve:\"Ò\",ordf:\"ª\",ordm:\"º\",oslash:\"ø\",Oslash:\"Ø\",otilde:\"õ\",Otilde:\"Õ\",ouml:\"ö\",Ouml:\"Ö\",para:\"¶\",plusmn:\"±\",pound:\"£\",quot:\\'\"\\',QUOT:\\'\"\\',raquo:\"»\",reg:\"®\",REG:\"®\",sect:\"§\",shy:\"\\xad\",sup1:\"¹\",sup2:\"²\",sup3:\"³\",szlig:\"ß\",thorn:\"þ\",THORN:\"Þ\",times:\"×\",uacute:\"ú\",Uacute:\"Ú\",ucirc:\"û\",Ucirc:\"Û\",ugrave:\"ù\",Ugrave:\"Ù\",uml:\"¨\",uuml:\"ü\",Uuml:\"Ü\",yacute:\"ý\",Yacute:\"Ý\",yen:\"¥\",yuml:\"ÿ\"},y={0:\"<22>\",128:\"€\",130:\"\",131:\"ƒ\",132:\"„\",133:\"…\",134:\"†\",135:\"‡\",136:\"ˆ\",137:\"‰\",138:\"Š\",139:\"\",140:\"Œ\",142:\"Ž\",145:\"\",146:\"\",147:\"“\",148:\"”\",149:\"•\",150:\"\",151:\"—\",152:\"˜\",153:\"™\",154:\"š\",155:\"\",156:\"œ\",158:\"ž\",159:\"Ÿ\"},x=[1,2,3,4,5,6,7,8,11,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,64976,64977,64978,64979,64980,64981,64982,64983,64984,64985,64986,64987,64988,64989,64990,64991,64992,64993,64994,64995,64996,64997,64998,64999,65e3,65001,65002,65003,65004,65005,65006,65007,65534,65535,131070,131071,196606,196607,262142,262143,327678,327679,393214,393215,458750,458751,524286,524287,589822,589823,655358,655359,720894,720895,786430,786431,851966,851967,917502,917503,983038,983039,1048574,1048575,1114110,1114111],w=String.fromCharCode,A={}.hasOwnProperty,E=function(r,e){return A.call(r,e)},D=function(r,e){if(!r)return e;var t,n={};for(t in e)n[t]=E(r,t)?r[t]:e[t];return n},k=function(r,e){var t=\"\";return r>=55296&&r<=57343||r>1114111?(e&&T(\"character reference outside the permissible Unicode range\"),\"<22>\"):E(y,r)?(e&&T(\"disallowed character reference\"),y[r]):(e&&function(r,e){for(var t=-1,n=r.length;++t<n;)if(r[t]==e)return!0;return!1}(x,r)&&T(\"disallowed character reference\"),r>65535&&(t+=w((r-=65536)>>>10&1023|55296),r=56320|1023&r),t+=w(r))},q=function(r){return\"&#x\"+r.toString(16).toUpperCase()+\";\"},S=function(r){return\"&#\"+r+\";\"},T=function(r){throw Error(\"Parse error: \"+r)},C=function(r,e){(e=D(e,C.options)).strict&&g.test(r)&&T(\"forbidden code point\");var t=e.encodeEverything,n=e.useNamedReferences,o=e.allowUnsafeSymbols,a=e.decimal?S:q,i=function(r){return a(r.charCodeAt(0))};return t?(r=r.replace(s,function(r){return n&&E(f,r)?\"&\"+f[r]+\";\":i(r)}),n&&(r=r.replace(/&gt;\\\\u20D2/g,\"&nvgt;\").replace(/&lt;\\\\u20D2/g,\"&nvlt;\").replace(/&#x66;&#x6A;/g,\"&fjlig;\")),n&&(r=r.replace(l,function(r){return\"&\"+f[r]+\";\"}))):n?(o||(r=r.replace(p,function(r){return\"&\"+f[r]+\";\"})),r=(r=r.replace(/&gt;\\\\u20D2/g,\"&nvgt;\").replace(/&lt;\\\\u20D2/g,\"&nvlt;\")).replace(l,function(r){return\"&\"+f[r]+\";\"})):o||(r=r.replace(p,i)),r.replace(u,function(r){var e=r.charCodeAt(0),t=r.charCodeAt(1);return a(1024*(e-55296)+t-56320+65536)}).replace(c,i)};C.options={allowUnsafeSymbols:!1,encodeEverything:!1,strict:!1,useNamedReferences:!1,decimal:!1};var L=function(r,e){var t=(e=D(e,L.options)).strict;return t&&h.test(r)&&T(\"malformed character reference\"),r.replace(m,function(r,n,o,a,i,u,s,c,l){var f,p,d,h,g,m;return n?v[g=n]:o?(g=o,(m=a)&&e.isAttributeValue?(t&&\"=\"==m&&T(\"`&` did not start a character reference\"),r):(t&&T(\"named character reference was not terminated by a semicolon\"),b[g]+(m||\"\"))):i?(d=i,p=u,t&&!p&&T(\"character reference was not terminated by a semicolon\"),f=parseInt(d,10),k(f,t)):s?(h=s,p=c,t&&!p&&T(\"character reference was not terminated by a semicolon\"),f=parseInt(h,16),k(f,t)):(t&&T(\"named character reference was not terminated by a semicolon\"),r)})};L.options={isAttributeValue:!1,strict:!1};var O={version:\"1.2.0\",encode:C,decode:L,escape:function(r){return r.replace(p,function(r){return d[r]})},unescape:L};void 0===(o=function(){return O}.call(e,t,e,r))||(r.exports=o)}()}).call(e,t(89)(r),t(7))},function(r,e){e.read=function(r,e,t,n,o){var a,i,u=8*o-n-1,s=(1<<u)-1,c=s>>1,l=-7,f=t?o-1:0,p=t?-1:1,d=r[e+f];for(f+=p,a=d&(1<<-l)-1,d>>=-l,l+=u;l>0;a=256*a+r[e+f],f+=p,l-=8);for(i=a&(1<<-l)-1,a>>=-l,l+=n;l>0;i=256*i+r[e+f],f+=p,l-=8);if(0===a)a=1-c;else{if(a===s)return i?NaN:1/0*(d?-1:1);i+=Math.pow(2,n),a-=c}return(d?-1:1)*i*Math.pow(2,a-n)},e.write=function(r,e,t,n,o,a){var i,u,s,c=8*a-o-1,l=(1<<c)-1,f=l>>1,p=23===o?Math.pow(2,-24)-Math.pow(2,-77):0,d=n?0:a-1,h=n?1:-1,g=e<0||0===e&&1/e<0?1:0;for(e=Math.abs(e),isNaN(e)||e===1/0?(u=isNaN(e)?1:0,i=l):(i=Math.floor(Math.log(e)/Math.LN2),e*(s=Math.pow(2,-i))<1&&(i--,s*=2),(e+=i+f>=1?p/s:p*Math.pow(2,1-f))*s>=2&&(i++,s/=2),i+f>=l?(u=0,i=l):i+f>=1?(u=(e*s-1)*Math.pow(2,o),i+=f):(u=e*Math.pow(2,f-1)*Math.pow(2,o),i=0));o>=8;r[t+d]=255&u,d+=h,u/=256,o-=8);for(i=i<<o|u,c+=o;c>0;r[t+d]=255&i,d+=h,i/=256,c-=8);r[t+d-h]|=128*g}},function(r,e){var t={}.toString;r.exports=Array.isArray||function(r){return\"[object Array]\"==t.call(r)}},function(r,e){function t(r,e){var t=[],n=[];return null==e&&(e=function(r,e){return t[0]===e?\"[Circular ~]\":\"[Circular ~.\"+n.slice(0,t.indexOf(e)).join(\".\")+\"]\"}),function(o,a){if(t.length>0){var i=t.indexOf(this);~i?t.splice(i+1):t.push(this),~i?n.splice(i,1/0,o):n.push(o),~t.indexOf(a)&&(a=e.call(this,o,a))}else t.push(a);return null==r?a:r.call(this,o,a)}}(r.exports=function(r,e,n,o){return JSON.stringify(r,t(e,o),n)}).getSerialize=t},function(r,e,t){var n=t(0);r.exports=function(){if(!arguments.length)return[];var r=arguments[0];return n(r)?r:[r]}},function(r,e){r.exports=function(r,e,t){switch(t.length){case 0:return r.call(e);case 1:return r.call(e,t[0]);case 2:return r.call(e,t[0],t[1]);case 3:return r.call(e,t[0],t[1],t[2])}return r.apply(e,t)}},function(r,e){r.exports=function(r,e){for(var t=-1,n=null==r?0:r.length,o=0,a=[];++t<n;){var i=r[t];e(i,t,r)&&(a[o++]=i)}return a}},function(r,e){r.exports=function(r,e){for(var t=-1,n=e.length,o=r.length;++t<n;)r[o+t]=e[t];return r}},function(r,e){r.exports=function(r,e){for(var t=-1,n=null==r?0:r.length;++t<n;)if(e(r[t],t,r))return!0;return!1}},function(r,e){var t=/[^\\\\x00-\\\\x2f\\\\x3a-\\\\x40\\\\x5b-\\\\x60\\\\x7b-\\\\x7f]+/g;r.exports=function(r){return r.match(t)||[]}},function(r,e,t){var n=t(9),o=t(6);r.exports=function(r,e){return r&&n(e,o(e),r)}},function(r,e,t){var n=t(9),o=t(82);r.exports=function(r,e){return r&&n(e,o(e),r)}},function(r,e,t){var n=t(3),o=Object.create,a=function(){function r(){}return function(e){if(!n(e))return{};if(o)return o(e);r.prototype=e;var t=new r;return r.prototype=void 0,t}}();r.exports=a},function(r,e,t){var n=t(17);r.exports=function(r,e){var t=[];return n(r,function(r,n,o){e(r,n,o)&&t.push(r)}),t}},function(r,e){r.exports=function(r,e,t,n){for(var o=r.length,a=t+(n?1:-1);n?a--:++a<o;)if(e(r[a],a,r))return a;return-1}},function(r,e,t){var n=t(198),o=t(255);r.exports=function r(e,t,a,i,u){var s=-1,c=e.length;for(a||(a=o),u||(u=[]);++s<c;){var l=e[s];t>0&&a(l)?t>1?r(l,t-1,a,i,u):n(u,l):i||(u[u.length]=l)}return u}},function(r,e,t){var n=t(234)();r.exports=n},function(r,e){r.exports=function(r,e){return null!=r&&e in Object(r)}},function(r,e,t){var n=t(28),o=t(241),a=t(242),i=t(243),u=t(31),s=t(0),c=t(36),l=t(81),f=\"[object Arguments]\",p=\"[object Array]\",d=\"[object Object]\",h=Object.prototype.hasOwnProperty;r.exports=function(r,e,t,g,m,v){var b=s(r),y=s(e),x=b?p:u(r),w=y?p:u(e),A=(x=x==f?d:x)==d,E=(w=w==f?d:w)==d,D=x==w;if(D&&c(r)){if(!c(e))return!1;b=!0,A=!1}if(D&&!A)return v||(v=new n),b||l(r)?o(r,e,t,g,m,v):a(r,e,x,t,g,m,v);if(!(1&t)){var k=A&&h.call(r,\"__wrapped__\"),q=E&&h.call(e,\"__wrapped__\");if(k||q){var S=k?r.value():r,T=q?e.value():e;return v||(v=new n),m(S,T,t,g,v)}}return!!D&&(v||(v=new n),i(r,e,t,g,m,v))}},function(r,e,t){var n=t(28),o=t(62);r.exports=function(r,e,t,a){var i=t.length,u=i,s=!a;if(null==r)return!u;for(r=Object(r);i--;){var c=t[i];if(s&&c[2]?c[1]!==r[c[0]]:!(c[0]in r))return!1}for(;++i<u;){var l=(c=t[i])[0],f=r[l],p=c[1];if(s&&c[2]){if(void 0===f&&!(l in r))return!1}else{var d=new n;if(a)var h=a(f,p,l,r,e,d);if(!(void 0===h?o(p,f,3,a,d):h))return!1}}return!0}},function(r,e,t){var n=t(19)(Object.keys,Object);r.exports=n},function(r,e,t){var n=t(17),o=t(11);r.exports=function(r,e){var t=-1,a=o(r)?Array(r.length):[];return n(r,function(r,n,o){a[++t]=e(r,n,o)}),a}},function(r,e,t){var n=t(210),o=t(246),a=t(70);r.exports=function(r){var e=o(r);return 1==e.length&&e[0][2]?a(e[0][0],e[0][1]):function(t){return t===r||n(t,r,e)}}},function(r,e,t){var n=t(62),o=t(20),a=t(273),i=t(32),u=t(69),s=t(70),c=t(10);r.exports=function(r,e){return i(r)&&u(e)?s(c(r),e):function(t){var i=o(t,r);return void 0===i&&i===e?a(t,r):n(e,i,3)}}},function(r,e){r.exports=function(r){return function(e){return null==e?void 0:e[r]}}},function(r,e,t){var n=t(29);r.exports=function(r){return function(e){return n(e,r)}}},function(r,e){r.exports=function(r){return function(e){return null==r?void 0:r[e]}}},function(r,e){var t=Math.ceil,n=Math.max;r.exports=function(r,e,o,a){for(var i=-1,u=n(t((e-r)/(o||1)),0),s=Array(u);u--;)s[a?u:++i]=r,r+=o;return s}},function(r,e){r.exports=function(r,e,t,n,o){return o(r,function(r,o,a){t=n?(n=!1,r):e(t,r,o,a)}),t}},function(r,e,t){var n=t(77),o=t(71),a=t(72);r.exports=function(r,e){return a(o(r,e,n),r+\"\")}},function(r,e,t){var n=t(15),o=t(13),a=t(67),i=t(3),u=t(10);r.exports=function(r,e,t,s){if(!i(r))return r;for(var c=-1,l=(e=o(e,r)).length,f=l-1,p=r;null!=p&&++c<l;){var d=u(e[c]),h=t;if(\"__proto__\"===d||\"constructor\"===d||\"prototype\"===d)return r;if(c!=f){var g=p[d];void 0===(h=s?s(g,d,p):void 0)&&(h=i(g)?g:a(e[c+1])?[]:{})}n(p,d,h),p=p[d]}return r}},function(r,e,t){var n=t(55),o=t(14),a=t(0),i=t(23),u=n?n.prototype:void 0,s=u?u.toString:void 0;r.exports=function r(e){if(\"string\"==typeof e)return e;if(a(e))return o(e,r)+\"\";if(i(e))return s?s.call(e):\"\";var t=e+\"\";return\"0\"==t&&1/e==-1/0?\"-0\":t}},function(r,e,t){var n=t(264),o=/^\\\\s+/;r.exports=function(r){return r?r.slice(0,n(r)+1).replace(o,\"\"):r}},function(r,e,t){var n=t(13),o=t(12),a=t(262),i=t(10);r.exports=function(r,e){return e=n(e,r),null==(r=a(r,e))||delete r[i(o(e))]}},function(r,e,t){var n=t(14);r.exports=function(r,e){return n(e,function(e){return r[e]})}},function(r,e,t){var n=t(30);r.exports=function(r,e,t,o){for(var a=r.length,i=o?a:-1;(o?i--:++i<a)&&e(r[i],i,r););return t?n(r,o?0:i,o?i+1:a):n(r,o?i+1:0,o?a:i)}},function(r,e,t){var n=t(61);r.exports=function(r,e){return!(null==r||!r.length)&&n(r,e,0)>-1}},function(r,e,t){(function(r){var n=t(34),o=\"object\"==typeof e&&e&&!e.nodeType&&e,a=o&&\"object\"==typeof r&&r&&!r.nodeType&&r,i=a&&a.exports===o?n.Buffer:void 0,u=i?i.allocUnsafe:void 0;r.exports=function(r,e){if(e)return r.slice();var t=r.length,n=u?u(t):new r.constructor(t);return r.copy(n),n}}).call(e,t(89)(r))},function(r,e){r.exports=function(r,e){var t=-1,n=r.length;for(e||(e=Array(n));++t<n;)e[t]=r[t];return e}},function(r,e,t){var n=t(9),o=t(248);r.exports=function(r,e){return n(r,o(r),e)}},function(r,e,t){var n=t(9),o=t(249);r.exports=function(r,e){return n(r,o(r),e)}},function(r,e,t){var n=t(220),o=t(68);r.exports=function(r){return n(function(e,t){var n=-1,a=t.length,i=a>1?t[a-1]:void 0,u=a>2?t[2]:void 0;for(i=r.length>3&&\"function\"==typeof i?(a--,i):void 0,u&&o(t[0],t[1],u)&&(i=a<3?void 0:i,a=1),e=Object(e);++n<a;){var s=t[n];s&&r(e,s,n,i)}return e})}},function(r,e,t){var n=t(11);r.exports=function(r,e){return function(t,o){if(null==t)return t;if(!n(t))return r(t,o);for(var a=t.length,i=e?a:-1,u=Object(t);(e?i--:++i<a)&&!1!==o(u[i],i,u););return t}}},function(r,e){r.exports=function(r){return function(e,t,n){for(var o=-1,a=Object(e),i=n(e),u=i.length;u--;){var s=i[r?u:++o];if(!1===t(a[s],s,a))break}return e}}},function(r,e,t){var n=t(57),o=t(268),a=t(87),i=RegExp(\"[\\']\",\"g\");r.exports=function(r){return function(e){return n(a(o(e).replace(i,\"\")),r,\"\")}}},function(r,e,t){var n=t(8),o=t(11),a=t(6);r.exports=function(r){return function(e,t,i){var u=Object(e);if(!o(e)){var s=n(t,3);e=a(e),t=function(r){return s(u[r],r,u)}}var c=r(e,t,i);return c>-1?u[s?e[c]:c]:void 0}}},function(r,e,t){var n=t(218),o=t(68),a=t(85);r.exports=function(r){return function(e,t,i){return i&&\"number\"!=typeof i&&o(e,t,i)&&(t=i=void 0),e=a(e),void 0===t?(t=e,e=0):t=a(t),i=void 0===i?e<t?1:-1:a(i),n(e,t,i,r)}}},function(r,e,t){var n=t(278);r.exports=function(r){return n(r)?void 0:r}},function(r,e,t){var n=t(217)({\"À\":\"A\",\"Á\":\"A\",\"Â\":\"A\",\"Ã\":\"A\",\"Ä\":\"A\",\"Å\":\"A\",\"à\":\"a\",\"á\":\"a\",\"â\":\"a\",\"ã\":\"a\",\"ä\":\"a\",\"å\":\"a\",\"Ç\":\"C\",\"ç\":\"c\",\"Ð\":\"D\",\"ð\":\"d\",\"È\":\"E\",\"É\":\"E\",\"Ê\":\"E\",\"Ë\":\"E\",\"è\":\"e\",\"é\":\"e\",\"ê\":\"e\",\"ë\":\"e\",\"Ì\":\"I\",\"Í\":\"I\",\"Î\":\"I\",\"Ï\":\"I\",\"ì\":\"i\",\"í\":\"i\",\"î\":\"i\",\"ï\":\"i\",\"Ñ\":\"N\",\"ñ\":\"n\",\"Ò\":\"O\",\"Ó\":\"O\",\"Ô\":\"O\",\"Õ\":\"O\",\"Ö\":\"O\",\"Ø\":\"O\",\"ò\":\"o\",\"ó\":\"o\",\"ô\":\"o\",\"õ\":\"o\",\"ö\":\"o\",\"ø\":\"o\",\"Ù\":\"U\",\"Ú\":\"U\",\"Û\":\"U\",\"Ü\":\"U\",\"ù\":\"u\",\"ú\":\"u\",\"û\":\"u\",\"ü\":\"u\",\"Ý\":\"Y\",\"ý\":\"y\",\"ÿ\":\"y\",\"Æ\":\"Ae\",\"æ\":\"ae\",\"Þ\":\"Th\",\"þ\":\"th\",\"ß\":\"ss\",\"Ā\":\"A\",\"Ă\":\"A\",\"Ą\":\"A\",\"ā\":\"a\",\"ă\":\"a\",\"ą\":\"a\",\"Ć\":\"C\",\"Ĉ\":\"C\",\"Ċ\":\"C\",\"Č\":\"C\",\"ć\":\"c\",\"ĉ\":\"c\",\"ċ\":\"c\",\"č\":\"c\",\"Ď\":\"D\",\"Đ\":\"D\",\"ď\":\"d\",\"đ\":\"d\",\"Ē\":\"E\",\"Ĕ\":\"E\",\"Ė\":\"E\",\"Ę\":\"E\",\"Ě\":\"E\",\"ē\":\"e\",\"ĕ\":\"e\",\"ė\":\"e\",\"ę\":\"e\",\"ě\":\"e\",\"Ĝ\":\"G\",\"Ğ\":\"G\",\"Ġ\":\"G\",\"Ģ\":\"G\",\"ĝ\":\"g\",\"ğ\":\"g\",\"ġ\":\"g\",\"ģ\":\"g\",\"Ĥ\":\"H\",\"Ħ\":\"H\",\"ĥ\":\"h\",\"ħ\":\"h\",\"Ĩ\":\"I\",\"Ī\":\"I\",\"Ĭ\":\"I\",\"Į\":\"I\",\"İ\":\"I\",\"ĩ\":\"i\",\"ī\":\"i\",\"ĭ\":\"i\",\"į\":\"i\",\"ı\":\"i\",\"Ĵ\":\"J\",\"ĵ\":\"j\",\"Ķ\":\"K\",\"ķ\":\"k\",\"ĸ\":\"k\",\"Ĺ\":\"L\",\"Ļ\":\"L\",\"Ľ\":\"L\",\"Ŀ\":\"L\",\"Ł\":\"L\",\"ĺ\":\"l\",\"ļ\":\"l\",\"ľ\":\"l\",\"ŀ\":\"l\",\"ł\":\"l\",\"Ń\":\"N\",\"Ņ\":\"N\",\"Ň\":\"N\",\"Ŋ\":\"N\",\"ń\":\"n\",\"ņ\":\"n\",\"ň\":\"n\",\"ŋ\":\"n\",\"Ō\":\"O\",\"Ŏ\":\"O\",\"Ő\":\"O\",\"ō\":\"o\",\"ŏ\":\"o\",\"ő\":\"o\",\"Ŕ\":\"R\",\"Ŗ\":\"R\",\"Ř\":\"R\",\"ŕ\":\"r\",\"ŗ\":\"r\",\"ř\":\"r\",\"Ś\":\"S\",\"Ŝ\":\"S\",\"Ş\":\"S\",\"Š\":\"S\",\"ś\":\"s\",\"ŝ\":\"s\",\"ş\":\"s\",\"š\":\"s\",\"Ţ\":\"T\",\"Ť\":\"T\",\"Ŧ\":\"T\",\"ţ\":\"t\",\"ť\":\"t\",\"ŧ\":\"t\",\"Ũ\":\"U\",\"Ū\":\"U\",\"Ŭ\":\"U\",\"Ů\":\"U\",\"Ű\":\"U\",\"Ų\":\"U\",\"ũ\":\"u\",\"ū\":\"u\",\"ŭ\":\"u\",\"ů\":\"u\",\"ű\":\"u\",\"ų\":\"u\",\"Ŵ\":\"W\",\"ŵ\":\"w\",\"Ŷ\":\"Y\",\"ŷ\":\"y\",\"Ÿ\":\"Y\",\"Ź\":\"Z\",\"Ż\":\"Z\",\"Ž\":\"Z\",\"ź\":\"z\",\"ż\":\"z\",\"ž\":\"z\",\"IJ\":\"IJ\",\"ij\":\"ij\",\"Œ\":\"Oe\",\"œ\":\"oe\",\"ʼn\":\"\\'n\",\"ſ\":\"s\"});r.exports=n},function(r,e,t){var n=t(247),o=function(){try{var r=n(Object,\"defineProperty\");return r({},\"\",{}),r}catch(r){}}();r.exports=o},function(r,e,t){var n=t(195),o=t(199),a=t(227);r.exports=function(r,e,t,i,u,s){var c=1&t,l=r.length,f=e.length;if(l!=f&&!(c&&f>l))return!1;var p=s.get(r),d=s.get(e);if(p&&d)return p==e&&d==r;var h=-1,g=!0,m=2&t?new n:void 0;for(s.set(r,e),s.set(e,r);++h<l;){var v=r[h],b=e[h];if(i)var y=c?i(b,v,h,e,r,s):i(v,b,h,r,e,s);if(void 0!==y){if(y)continue;g=!1;break}if(m){if(!o(e,function(r,e){if(!a(m,e)&&(v===r||u(v,r,t,i,s)))return m.push(e)})){g=!1;break}}else if(v!==b&&!u(v,b,t,i,s)){g=!1;break}}return s.delete(r),s.delete(e),g}},function(r,e){r.exports=function(r,e){return r===e||r!=r&&e!=e}},function(r,e,t){var n=t(64),o=Object.prototype.hasOwnProperty;r.exports=function(r,e,t,a,i,u){var s=1&t,c=n(r),l=c.length;if(l!=n(e).length&&!s)return!1;for(var f=l;f--;){var p=c[f];if(!(s?p in e:o.call(e,p)))return!1}var d=u.get(r),h=u.get(e);if(d&&h)return d==e&&h==r;var g=!0;u.set(r,e),u.set(e,r);for(var m=s;++f<l;){var v=r[p=c[f]],b=e[p];if(a)var y=s?a(b,v,p,e,r,u):a(v,b,p,r,e,u);if(!(void 0===y?v===b||i(v,b,t,a,u):y)){g=!1;break}m||(m=\"constructor\"==p)}if(g&&!m){var x=r.constructor,w=e.constructor;x!=w&&\"constructor\"in r&&\"constructor\"in e&&!(\"function\"==typeof x&&x instanceof x&&\"function\"==typeof w&&w instanceof w)&&(g=!1)}return u.delete(r),u.delete(e),g}},function(r,e,t){var n=t(270),o=t(71),a=t(72);r.exports=function(r){return a(o(r,void 0,n),r+\"\")}},function(r,e,t){(function(e){var t=\"object\"==typeof e&&e&&e.Object===Object&&e;r.exports=t}).call(e,t(7))},function(r,e,t){var n=t(69),o=t(6);r.exports=function(r){for(var e=o(r),t=e.length;t--;){var a=e[t],i=r[a];e[t]=[a,i,n(i)]}return e}},function(r,e){r.exports=function(r,e){return null==r?void 0:r[e]}},function(r,e){r.exports=function(){return[]}},function(r,e){r.exports=function(){return[]}},function(r,e,t){var n=t(13),o=t(35),a=t(0),i=t(67),u=t(80),s=t(10);r.exports=function(r,e,t){for(var c=-1,l=(e=n(e,r)).length,f=!1;++c<l;){var p=s(e[c]);if(!(f=null!=r&&t(r,p)))break;r=r[p]}return f||++c!=l?f:!!(l=null==r?0:r.length)&&u(l)&&i(p,l)&&(a(r)||o(r))}},function(r,e){var t=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/;r.exports=function(r){return t.test(r)}},function(r,e){var t=Object.prototype.hasOwnProperty;r.exports=function(r){var e=r.length,n=new r.constructor(e);return e&&\"string\"==typeof r[0]&&t.call(r,\"index\")&&(n.index=r.index,n.input=r.input),n}},function(r,e){r.exports=function(r){return r}},function(r,e,t){var n=t(203),o=t(66),a=t(33);r.exports=function(r){return\"function\"!=typeof r.constructor||a(r)?{}:n(o(r))}},function(r,e,t){var n=t(55),o=t(35),a=t(0),i=n?n.isConcatSpreadable:void 0;r.exports=function(r){return a(r)||o(r)||!!(i&&r&&r[i])}},function(r,e){r.exports=function(){this.__data__=[],this.size=0}},function(r,e,t){var n=t(16),o=Array.prototype.splice;r.exports=function(r){var e=this.__data__,t=n(e,r);return!(t<0||(t==e.length-1?e.pop():o.call(e,t,1),--this.size,0))}},function(r,e,t){var n=t(16);r.exports=function(r){var e=this.__data__,t=n(e,r);return t<0?void 0:e[t][1]}},function(r,e,t){var n=t(16);r.exports=function(r){return n(this.__data__,r)>-1}},function(r,e,t){var n=t(16);r.exports=function(r,e){var t=this.__data__,o=n(t,r);return o<0?(++this.size,t.push([r,e])):t[o][1]=e,this}},function(r,e){r.exports=function(r){return r}},function(r,e,t){var n=t(29),o=t(30);r.exports=function(r,e){return e.length<2?r:n(r,o(e,0,-1))}},function(r,e,t){var n=/[^.[\\\\]]+|\\\\[(?:(-?\\\\d+(?:\\\\.\\\\d+)?)|([\"\\'])((?:(?!\\\\2)[^\\\\\\\\]|\\\\\\\\.)*?)\\\\2)\\\\]|(?=(?:\\\\.|\\\\[\\\\])(?:\\\\.|\\\\[\\\\]|$))/g,o=/\\\\\\\\(\\\\\\\\)?/g,a=t(261)(function(r){var e=[];return 46===r.charCodeAt(0)&&e.push(\"\"),r.replace(n,function(r,t,n,a){e.push(n?a.replace(o,\"$1\"):t||r)}),e});r.exports=a},function(r,e){var t=/\\\\s/;r.exports=function(r){for(var e=r.length;e--&&t.test(r.charAt(e)););return e}},function(r,e){var t=\"\\\\\\\\xac\\\\\\\\xb1\\\\\\\\xd7\\\\\\\\xf7\\\\\\\\x00-\\\\\\\\x2f\\\\\\\\x3a-\\\\\\\\x40\\\\\\\\x5b-\\\\\\\\x60\\\\\\\\x7b-\\\\\\\\xbf\\\\\\\\u2000-\\\\\\\\u206f \\\\\\\\t\\\\\\\\x0b\\\\\\\\f\\\\\\\\xa0\\\\\\\\ufeff\\\\\\\\n\\\\\\\\r\\\\\\\\u2028\\\\\\\\u2029\\\\\\\\u1680\\\\\\\\u180e\\\\\\\\u2000\\\\\\\\u2001\\\\\\\\u2002\\\\\\\\u2003\\\\\\\\u2004\\\\\\\\u2005\\\\\\\\u2006\\\\\\\\u2007\\\\\\\\u2008\\\\\\\\u2009\\\\\\\\u200a\\\\\\\\u202f\\\\\\\\u205f\\\\\\\\u3000\",n=\"[\"+t+\"]\",o=\"\\\\\\\\d+\",a=\"[a-z\\\\\\\\xdf-\\\\\\\\xf6\\\\\\\\xf8-\\\\\\\\xff]\",i=\"[^\\\\\\\\ud800-\\\\\\\\udfff\"+t+o+\"\\\\\\\\u2700-\\\\\\\\u27bfa-z\\\\\\\\xdf-\\\\\\\\xf6\\\\\\\\xf8-\\\\\\\\xffA-Z\\\\\\\\xc0-\\\\\\\\xd6\\\\\\\\xd8-\\\\\\\\xde]\",u=\"(?:\\\\\\\\ud83c[\\\\\\\\udde6-\\\\\\\\uddff]){2}\",s=\"[\\\\\\\\ud800-\\\\\\\\udbff][\\\\\\\\udc00-\\\\\\\\udfff]\",c=\"[A-Z\\\\\\\\xc0-\\\\\\\\xd6\\\\\\\\xd8-\\\\\\\\xde]\",l=\"(?:\"+a+\"|\"+i+\")\",f=\"(?:\"+c+\"|\"+i+\")\",p=\"(?:[\\\\\\\\u0300-\\\\\\\\u036f\\\\\\\\ufe20-\\\\\\\\ufe2f\\\\\\\\u20d0-\\\\\\\\u20ff]|\\\\\\\\ud83c[\\\\\\\\udffb-\\\\\\\\udfff])?\",d=\"[\\\\\\\\ufe0e\\\\\\\\ufe0f]?\"+p+\"(?:\\\\\\\\u200d(?:\"+[\"[^\\\\\\\\ud800-\\\\\\\\udfff]\",u,s].join(\"|\")+\")[\\\\\\\\ufe0e\\\\\\\\ufe0f]?\"+p+\")*\",h=\"(?:\"+[\"[\\\\\\\\u2700-\\\\\\\\u27bf]\",u,s].join(\"|\")+\")\"+d,g=RegExp([c+\"?\"+a+\"+(?:[\\'](?:d|ll|m|re|s|t|ve))?(?=\"+[n,c,\"$\"].join(\"|\")+\")\",f+\"+(?:[\\'](?:D|LL|M|RE|S|T|VE))?(?=\"+[n,c+l,\"$\"].join(\"|\")+\")\",c+\"?\"+l+\"+(?:[\\'](?:d|ll|m|re|s|t|ve))?\",c+\"+(?:[\\'](?:D|LL|M|RE|S|T|VE))?\",\"\\\\\\\\d*(?:1ST|2ND|3RD|(?![123])\\\\\\\\dTH)(?=\\\\\\\\b|[a-z_])\",\"\\\\\\\\d*(?:1st|2nd|3rd|(?![123])\\\\\\\\dth)(?=\\\\\\\\b|[A-Z_])\",o,h].join(\"|\"),\"g\");r.exports=function(r){return r.match(g)||[]}},function(r,e,t){var n=t(15),o=t(9),a=t(232),i=t(11),u=t(33),s=t(6),c=Object.prototype.hasOwnProperty,l=a(function(r,e){if(u(e)||i(e))o(e,s(e),r);else for(var t in e)c.call(e,t)&&n(r,t,e[t])});r.exports=l},function(r,e,t){var n=t(59);r.exports=function(r){return n(r,5)}},function(r,e,t){var n=t(239),o=t(38),a=/[\\\\xc0-\\\\xd6\\\\xd8-\\\\xf6\\\\xf8-\\\\xff\\\\u0100-\\\\u017f]/g,i=RegExp(\"[\\\\\\\\u0300-\\\\\\\\u036f\\\\\\\\ufe20-\\\\\\\\ufe2f\\\\\\\\u20d0-\\\\\\\\u20ff]\",\"g\");r.exports=function(r){return(r=o(r))&&r.replace(a,n).replace(i,\"\")}},function(r,e,t){var n=t(205),o=t(8),a=t(86),i=Math.max;r.exports=function(r,e,t){var u=null==r?0:r.length;if(!u)return-1;var s=null==t?0:a(t);return s<0&&(s=i(u+s,0)),n(r,o(e,3),s)}},function(r,e,t){var n=t(206);r.exports=function(r){return null!=r&&r.length?n(r,1):[]}},function(r,e,t){var n=t(56),o=t(17),a=t(63),i=t(0);r.exports=function(r,e){return(i(r)?n:o)(r,a(e))}},function(r,e,t){var n=t(60),o=t(63);r.exports=function(r,e){return r&&n(r,o(e))}},function(r,e,t){var n=t(208),o=t(250);r.exports=function(r,e){return null!=r&&o(r,e,n)}},function(r,e,t){var n=t(34).isFinite;r.exports=function(r){return\"number\"==typeof r&&n(r)}},function(r,e,t){var n=t(18),o=t(3);r.exports=function(r){if(!o(r))return!1;var e=n(r);return\"[object Function]\"==e||\"[object GeneratorFunction]\"==e||\"[object AsyncFunction]\"==e||\"[object Proxy]\"==e}},function(r,e){r.exports=function(){return!1}},function(r,e,t){var n=t(18),o=t(22);r.exports=function(r){return\"number\"==typeof r||o(r)&&\"[object Number]\"==n(r)}},function(r,e,t){var n=t(18),o=t(66),a=t(22),i=Function.prototype,u=Object.prototype,s=i.toString,c=u.hasOwnProperty,l=s.call(Object);r.exports=function(r){if(!a(r)||\"[object Object]\"!=n(r))return!1;var e=o(r);if(null===e)return!0;var t=c.call(e,\"constructor\")&&e.constructor;return\"function\"==typeof t&&t instanceof t&&s.call(t)==l}},function(r,e){r.exports=function(){return!1}},function(r,e,t){var n=t(235)(function(r,e,t){return r+(t?\"-\":\"\")+e.toLowerCase()});r.exports=n},function(r,e,t){var n=t(215),o=t(216),a=t(32),i=t(10);r.exports=function(r){return a(r)?n(i(r)):o(r)}},function(r,e,t){var n=t(237)();r.exports=n},function(r,e,t){var n=t(57),o=t(17),a=t(8),i=t(219),u=t(0);r.exports=function(r,e,t){var s=u(r)?n:i,c=arguments.length<3;return s(r,a(e,4),t,c,o)}},function(r,e,t){var n=t(223),o=t(3),a=t(23),i=/^[-+]0x[0-9a-f]+$/i,u=/^0b[01]+$/i,s=/^0o[0-7]+$/i,c=parseInt;r.exports=function(r){if(\"number\"==typeof r)return r;if(a(r))return NaN;if(o(r)){var e=\"function\"==typeof r.valueOf?r.valueOf():r;r=o(e)?e+\"\":e}if(\"string\"!=typeof r)return 0===r?r:+r;r=n(r);var t=u.test(r);return t||s.test(r)?c(r.slice(2),t?2:8):i.test(r)?NaN:+r}},function(r,e,t){var n=t(225),o=t(6);r.exports=function(r){return null==r?[]:n(r,o(r))}},function(r,e,t){\"use strict\";(function(e,t,n){var o=e.crypto||e.msCrypto;o&&o.getRandomValues?r.exports=function(r,a){if(r>65536)throw new Error(\"requested too many random bytes\");var i=new e.Uint8Array(r);r>0&&o.getRandomValues(i);var u=new t(i.buffer);return\"function\"==typeof a?n.nextTick(function(){a(null,u)}):u}:r.exports=function(){throw new Error(\"secure random number generation not supported by this browser\\\\nuse chrome, FireFox or Internet Explorer 11\")}}).call(e,t(7),t(158).Buffer,t(88))},function(r,e,t){r.exports=t(289)},function(r,e,t){var n=t(94);function o(){this.chars=\"\"}o.prototype.setType=function(r){var e,t=\"abcdefghijklmnopqrstuvwxyz\",n=t.toUpperCase();e=\"alphanumeric\"===r?\"0123456789\"+t+n:\"numeric\"===r?\"0123456789\":\"alphabetic\"===r?t+n:\"hex\"===r?\"0123456789abcdef\":\"binary\"===r?\"01\":\"octal\"===r?\"01234567\":r,this.chars=e},o.prototype.removeUnreadable=function(){this.chars=this.chars.replace(/[0OIl]/g,\"\")},o.prototype.setcapitalization=function(r){\"uppercase\"===r?this.chars=this.chars.toUpperCase():\"lowercase\"===r&&(this.chars=this.chars.toLowerCase())},o.prototype.removeDuplicates=function(){var r=this.chars.split(\"\");r=n(r),this.chars=r.join(\"\")},r.exports=o},function(r,e,t){\"use strict\";var n=t(286),o=t(288);function a(r){try{return n(r)}catch(e){return function(r){for(var e=[],t=0;t<r;t++)e.push(Math.floor(255*Math.random()));return{length:r,readUInt8:function(r){return e[r]}}}(r)}}function i(r,e,t,n,o){for(var a=e,i=0;i<r.length&&a.length<n;i++){var u=r.readUInt8(i);u<o&&(a+=t.charAt(u%t.length))}return a}e.generate=function(r,e){var t,u=new o,s=\"\";\"object\"==typeof r?(t=\"number\"==typeof r.length?r.length:32,r.charset?u.setType(r.charset):u.setType(\"alphanumeric\"),r.capitalization&&u.setcapitalization(r.capitalization),r.readable&&u.removeUnreadable(),u.removeDuplicates()):\"number\"==typeof r?(t=r,u.setType(\"alphanumeric\")):(t=32,u.setType(\"alphanumeric\"));var c=256-256%u.chars.length;if(!e){for(;s.length<t;)s=i(a(Math.ceil(256*t/c)),s,u.chars,t,c);return s}!function r(e,t,o,a,u){n(o,function(n,s){n&&u(n);var c=i(s,e,t,o,a);c.length<o?r(c,t,o,a,u):u(null,c)})}(s,u.chars,t,c,e)}},function(r,e,t){r.exports=t(291)},function(r,e,t){var n;!function(t,o){\"use strict\";var a=function(r,e){var t,n,o,a,s,c,l,f,p,d,h,g,m,v,b,y=\"-\",x=[\";\",\"?\",\":\",\"@\",\"&\",\"=\",\"+\",\"$\",\",\",\"/\"],w=[\";\",\"?\",\":\",\"@\",\"&\",\"=\",\"+\",\"$\",\",\"],A=\"\",E=\"\",D=!0,k={},q={\"À\":\"A\",\"Á\":\"A\",\"Â\":\"A\",\"Ã\":\"A\",\"Ä\":\"Ae\",\"Å\":\"A\",\"Æ\":\"AE\",\"Ç\":\"C\",\"È\":\"E\",\"É\":\"E\",\"Ê\":\"E\",\"Ë\":\"E\",\"Ì\":\"I\",\"Í\":\"I\",\"Î\":\"I\",\"Ï\":\"I\",\"Ð\":\"D\",\"Ñ\":\"N\",\"Ò\":\"O\",\"Ó\":\"O\",\"Ô\":\"O\",\"Õ\":\"O\",\"Ö\":\"Oe\",\"Ő\":\"O\",\"Ø\":\"O\",\"Ù\":\"U\",\"Ú\":\"U\",\"Û\":\"U\",\"Ü\":\"Ue\",\"Ű\":\"U\",\"Ý\":\"Y\",\"Þ\":\"TH\",\"ß\":\"ss\",\"à\":\"a\",\"á\":\"a\",\"â\":\"a\",\"ã\":\"a\",\"ä\":\"ae\",\"å\":\"a\",\"æ\":\"ae\",\"ç\":\"c\",\"è\":\"e\",\"é\":\"e\",\"ê\":\"e\",\"ë\":\"e\",\"ì\":\"i\",\"í\":\"i\",\"î\":\"i\",\"ï\":\"i\",\"ð\":\"d\",\"ñ\":\"n\",\"ò\":\"o\",\"ó\":\"o\",\"ô\":\"o\",\"õ\":\"o\",\"ö\":\"oe\",\"ő\":\"o\",\"ø\":\"o\",\"ù\":\"u\",\"ú\":\"u\",\"û\":\"u\",\"ü\":\"ue\",\"ű\":\"u\",\"ý\":\"y\",\"þ\":\"th\",\"ÿ\":\"y\",\"ẞ\":\"SS\",\"ا\":\"a\",\"أ\":\"a\",\"إ\":\"i\",\"آ\":\"aa\",\"ؤ\":\"u\",\"ئ\":\"e\",\"ء\":\"a\",\"ب\":\"b\",\"ت\":\"t\",\"ث\":\"th\",\"ج\":\"j\",\"ح\":\"h\",\"خ\":\"kh\",\"د\":\"d\",\"ذ\":\"th\",\"ر\":\"r\",\"ز\":\"z\",\"س\":\"s\",\"ش\":\"sh\",\"ص\":\"s\",\"ض\":\"dh\",\"ط\":\"t\",\"ظ\":\"z\",\"ع\":\"a\",\"غ\":\"gh\",\"ف\":\"f\",\"ق\":\"q\",\"ك\":\"k\",\"ل\":\"l\",\"م\":\"m\",\"ن\":\"n\",\"ه\":\"h\",\"و\":\"w\",\"ي\":\"y\",\"ى\":\"a\",\"ة\":\"h\",\"ﻻ\":\"la\",\"ﻷ\":\"laa\",\"ﻹ\":\"lai\",\"ﻵ\":\"laa\",\"گ\":\"g\",\"چ\":\"ch\",\"پ\":\"p\",\"ژ\":\"zh\",\"ک\":\"k\",\"ی\":\"y\",\"َ\":\"a\",\"ً\":\"an\",\"ِ\":\"e\",\"ٍ\":\"en\",\"ُ\":\"u\",\"ٌ\":\"on\",\"ْ\":\"\",\"٠\":\"0\",\"١\":\"1\",\"٢\":\"2\",\"٣\":\"3\",\"٤\":\"4\",\"٥\":\"5\",\"٦\":\"6\",\"٧\":\"7\",\"٨\":\"8\",\"٩\":\"9\",\"۰\":\"0\",\"۱\":\"1\",\"۲\":\"2\",\"۳\":\"3\",\"۴\":\"4\",\"۵\":\"5\",\"۶\":\"6\",\"۷\":\"7\",\"۸\":\"8\",\"۹\":\"9\",\"က\":\"k\",\"ခ\":\"kh\",\"ဂ\":\"g\",\"ဃ\":\"ga\",\"င\":\"ng\",\"စ\":\"s\",\"ဆ\":\"sa\",\"ဇ\":\"z\",\"စျ\":\"za\",\"ည\":\"ny\",\"ဋ\":\"t\",\"ဌ\":\"ta\",\"ဍ\":\"d\",\"ဎ\":\"da\",\"ဏ\":\"na\",\"တ\":\"t\",\"ထ\":\"ta\",\"ဒ\":\"d\",\"ဓ\":\"da\",\"န\":\"n\",\"ပ\":\"p\",\"ဖ\":\"pa\",\"ဗ\":\"b\",\"ဘ\":\"ba\",\"မ\":\"m\",\"ယ\":\"y\",\"ရ\":\"ya\",\"လ\":\"l\",\"\":\"w\",\"သ\":\"th\",\"ဟ\":\"h\",\"ဠ\":\"la\",\"အ\":\"a\",\"ြ\":\"y\",\"ျ\":\"ya\",\"ွ\":\"w\",\"ြွ\":\"yw\",\"ျွ\":\"ywa\",\"ှ\":\"h\",\"ဧ\":\"e\",\"၏\":\"-e\",\"ဣ\":\"i\",\"ဤ\":\"-i\",\"ဉ\":\"u\",\"ဦ\":\"-u\",\"ဩ\":\"aw\",\"သြော\":\"aw\",\"ဪ\":\"aw\",\"\":\"0\",\"၁\":\"1\",\"၂\":\"2\",\"၃\":\"3\",\"၄\":\"4\",\"၅\":\"5\",\"၆\":\"6\",\"၇\":\"7\",\"၈\":\"8\",\"၉\":\"9\",\"္\":\"\",\"့\":\"\",\"း\":\"\",\"č\":\"c\",\"ď\":\"d\",\"ě\":\"e\",\"ň\":\"n\",\"ř\":\"r\",\"š\":\"s\",\"ť\":\"t\",\"ů\":\"u\",\"ž\":\"z\",\"Č\":\"C\",\"Ď\":\"D\",\"Ě\":\"E\",\"Ň\":\"N\",\"Ř\":\"R\",\"Š\":\"S\",\"Ť\":\"T\",\"Ů\":\"U\",\"Ž\":\"Z\",\"ހ\":\"h\",\"ށ\":\"sh\",\"ނ\":\"n\",\"ރ\":\"r\",\"ބ\":\"b\",\"ޅ\":\"lh\",\"ކ\":\"k\",\"އ\":\"a\",\"ވ\":\"v\",\"މ\":\"m\",\"ފ\":\"f\",\"ދ\":\"dh\",\"ތ\":\"th\",\"ލ\":\"l\",\"ގ\":\"g\",\"ޏ\":\"gn\",\"ސ\":\"s\",\"ޑ\":\"d\",\"ޒ\":\"z\",\"ޓ\":\"t\",\"ޔ\":\"y\",\"ޕ\":\"p\",\"ޖ\":\"j\",\"ޗ\":\"ch\",\"ޘ\":\"tt\",\"ޙ\":\"hh\",\"ޚ\":\"kh\",\"ޛ\":\"th\",\"ޜ\":\"z\",\"ޝ\":\"sh\",\"ޞ\":\"s\",\"ޟ\":\"d\",\"ޠ\":\"t\",\"ޡ\":\"z\",\"ޢ\":\"a\",\"ޣ\":\"gh\",\"ޤ\":\"q\",\"ޥ\":\"w\",\"ަ\":\"a\",\"ާ\":\"aa\",\"ި\":\"i\",\"ީ\":\"ee\",\"ު\":\"u\",\"ޫ\":\"oo\",\"ެ\":\"e\",\"ޭ\":\"ey\",\"ޮ\":\"o\",\"ޯ\":\"oa\",\"ް\":\"\",\"α\":\"a\",\"β\":\"v\",\"γ\":\"g\",\"δ\":\"d\",\"ε\":\"e\",\"ζ\":\"z\",\"η\":\"i\",\"θ\":\"th\",\"ι\":\"i\",\"κ\":\"k\",\"λ\":\"l\",\"μ\":\"m\",\"ν\":\"n\",\"ξ\":\"ks\",\"ο\":\"o\",\"π\":\"p\",\"ρ\":\"r\",\"σ\":\"s\",\"τ\":\"t\",\"υ\":\"y\",\"φ\":\"f\",\"χ\":\"x\",\"ψ\":\"ps\",\"ω\":\"o\",\"ά\":\"a\",\"έ\":\"e\",\"ί\":\"i\",\"ό\":\"o\",\"ύ\":\"y\",\"ή\":\"i\",\"ώ\":\"o\",\"ς\":\"s\",\"ϊ\":\"i\",\"ΰ\":\"y\",\"ϋ\":\"y\",\"ΐ\":\"i\",\"Α\":\"A\",\"Β\":\"B\",\"Γ\":\"G\",\"Δ\":\"D\",\"Ε\":\"E\",\"Ζ\":\"Z\",\"Η\":\"I\",\"Θ\":\"TH\",\"Ι\":\"I\",\"Κ\":\"K\",\"Λ\":\"L\",\"Μ\":\"M\",\"Ν\":\"N\",\"Ξ\":\"KS\",\"Ο\":\"O\",\"Π\":\"P\",\"Ρ\":\"R\",\"Σ\":\"S\",\"Τ\":\"T\",\"Υ\":\"Y\",\"Φ\":\"F\",\"Χ\":\"X\",\"Ψ\":\"PS\",\"Ω\":\"O\",\"Ά\":\"A\",\"Έ\":\"E\",\"Ί\":\"I\",\"Ό\":\"O\",\"Ύ\":\"Y\",\"Ή\":\"I\",\"Ώ\":\"O\",\"Ϊ\":\"I\",\"Ϋ\":\"Y\",\"ā\":\"a\",\"ē\":\"e\",\"ģ\":\"g\",\"ī\":\"i\",\"ķ\":\"k\",\"ļ\":\"l\",\"ņ\":\"n\",\"ū\":\"u\",\"Ā\":\"A\",\"Ē\":\"E\",\"Ģ\":\"G\",\"Ī\":\"I\",\"Ķ\":\"k\",\"Ļ\":\"L\",\"Ņ\":\"N\",\"Ū\":\"U\",\"Ќ\":\"Kj\",\"ќ\":\"kj\",\"Љ\":\"Lj\",\"љ\":\"lj\",\"Њ\":\"Nj\",\"њ\":\"nj\",\"Тс\":\"Ts\",\"тс\":\"ts\",\"ą\":\"a\",\"ć\":\"c\",\"ę\":\"e\",\"ł\":\"l\",\"ń\":\"n\",\"ś\":\"s\",\"ź\":\"z\",\"ż\":\"z\",\"Ą\":\"A\",\"Ć\":\"C\",\"Ę\":\"E\",\"Ł\":\"L\",\"Ń\":\"N\",\"Ś\":\"S\",\"Ź\":\"Z\",\"Ż\":\"Z\",\"Є\":\"Ye\",\"І\":\"I\",\"Ї\":\"Yi\",\"Ґ\":\"G\",\"є\":\"ye\",\"і\":\"i\",\"ї\":\"yi\",\"ґ\":\"g\",\"ă\":\"a\",\"Ă\":\"A\",\"ș\":\"s\",\"Ș\":\"S\",\"ț\":\"t\",\"Ț\":\"T\",\"ţ\":\"t\",\"Ţ\":\"T\",\"а\":\"a\",\"б\":\"b\",\"в\":\"v\",\"г\":\"g\",\"д\":\"d\",\"е\":\"e\",\"ё\":\"yo\",\"ж\":\"zh\",\"з\":\"z\",\"и\":\"i\",\"й\":\"i\",\"к\":\"k\",\"л\":\"l\",\"м\":\"m\",\"н\":\"n\",\"о\":\"o\",\"п\":\"p\",\"р\":\"r\",\"с\":\"s\",\"т\":\"t\",\"у\":\"u\",\"ф\":\"f\",\"х\":\"kh\",\"ц\":\"c\",\"ч\":\"ch\",\"ш\":\"sh\",\"щ\":\"sh\",\"ъ\":\"\",\"ы\":\"y\",\"ь\":\"\",\"э\":\"e\",\"ю\":\"yu\",\"я\":\"ya\",\"А\":\"A\",\"Б\":\"B\",\"В\":\"V\",\"Г\":\"G\",\"Д\":\"D\",\"Е\":\"E\",\"Ё\":\"Yo\",\"Ж\":\"Zh\",\"З\":\"Z\",\"И\":\"I\",\"Й\":\"I\",\"К\":\"K\",\"Л\":\"L\",\"М\":\"M\",\"Н\":\"N\",\"О\":\"O\",\"П\":\"P\",\"Р\":\"R\",\"С\":\"S\",\"Т\":\"T\",\"У\":\"U\",\"Ф\":\"F\",\"Х\":\"Kh\",\"Ц\":\"C\",\"Ч\":\"Ch\",\"Ш\":\"Sh\",\"Щ\":\"Sh\",\"Ъ\":\"\",\"Ы\":\"Y\",\"Ь\":\"\",\"Э\":\"E\",\"Ю\":\"Yu\",\"Я\":\"Ya\",\"ђ\":\"dj\",\"ј\":\"j\",\"ћ\":\"c\",\"џ\":\"dz\",\"Ђ\":\"Dj\",\"Ј\":\"j\",\"Ћ\":\"C\",\"Џ\":\"Dz\",\"ľ\":\"l\",\"ĺ\":\"l\",\"ŕ\":\"r\",\"Ľ\":\"L\",\"Ĺ\":\"L\",\"Ŕ\":\"R\",\"ş\":\"s\",\"Ş\":\"S\",\"ı\":\"i\",\"İ\":\"I\",\"ğ\":\"g\",\"Ğ\":\"G\",\"ả\":\"a\",\"Ả\":\"A\",\"ẳ\":\"a\",\"Ẳ\":\"A\",\"ẩ\":\"a\",\"Ẩ\":\"A\",\"đ\":\"d\",\"Đ\":\"D\",\"ẹ\":\"e\",\"Ẹ\":\"E\",\"ẽ\":\"e\",\"Ẽ\":\"E\",\"ẻ\":\"e\",\"Ẻ\":\"E\",\"ế\":\"e\",\"Ế\":\"E\",\"ề\":\"e\",\"Ề\":\"E\",\"ệ\":\"e\",\"Ệ\":\"E\",\"ễ\":\"e\",\"Ễ\":\"E\",\"ể\":\"e\",\"Ể\":\"E\",\"ọ\":\"o\",\"Ọ\":\"o\",\"ố\":\"o\",\"Ố\":\"O\",\"ồ\":\"o\",\"Ồ\":\"O\",\"ổ\":\"o\",\"Ổ\":\"O\",\"ộ\":\"o\",\"Ộ\":\"O\",\"ỗ\":\"o\",\"Ỗ\":\"O\",\"ơ\":\"o\",\"Ơ\":\"O\",\"ớ\":\"o\",\"Ớ\":\"O\",\"ờ\":\"o\",\"Ờ\":\"O\",\"ợ\":\"o\",\"Ợ\":\"O\",\"ỡ\":\"o\",\"Ỡ\":\"O\",\"Ở\":\"o\",\"ở\":\"o\",\"ị\":\"i\",\"Ị\":\"I\",\"ĩ\":\"i\",\"Ĩ\":\"I\",\"ỉ\":\"i\",\"Ỉ\":\"i\",\"ủ\":\"u\",\"Ủ\":\"U\",\"ụ\":\"u\",\"Ụ\":\"U\",\"ũ\":\"u\",\"Ũ\":\"U\",\"ư\":\"u\",\"Ư\":\"U\",\"ứ\":\"u\",\"Ứ\":\"U\",\"ừ\":\"u\",\"Ừ\":\"U\",\"ự\":\"u\",\"Ự\":\"U\",\"ữ\":\"u\",\"Ữ\":\"U\",\"ử\":\"u\",\"Ử\":\"ư\",\"ỷ\":\"y\",\"Ỷ\":\"y\",\"ỳ\":\"y\",\"Ỳ\":\"Y\",\"ỵ\":\"y\",\"Ỵ\":\"Y\",\"ỹ\":\"y\",\"Ỹ\":\"Y\",\"ạ\":\"a\",\"Ạ\":\"A\",\"ấ\":\"a\",\"Ấ\":\"A\",\"ầ\":\"a\",\"Ầ\":\"A\",\"ậ\":\"a\",\"Ậ\":\"A\",\"ẫ\":\"a\",\"Ẫ\":\"A\",\"ắ\":\"a\",\"Ắ\":\"A\",\"ằ\":\"a\",\"Ằ\":\"A\",\"ặ\":\"a\",\"Ặ\":\"A\",\"ẵ\":\"a\",\"Ẵ\":\"A\",\"“\":\\'\"\\',\"”\":\\'\"\\',\"\":\"\\'\",\"\":\"\\'\",\"∂\":\"d\",\"ƒ\":\"f\",\"™\":\"(TM)\",\"©\":\"(C)\",\"œ\":\"oe\",\"Œ\":\"OE\",\"®\":\"(R)\",\"†\":\"+\",\"℠\":\"(SM)\",\"…\":\"...\",\"˚\":\"o\",\"º\":\"o\",\"ª\":\"a\",\"•\":\"*\",\"၊\":\",\",\"။\":\".\",$:\"USD\",\"€\":\"EUR\",\"₢\":\"BRN\",\"₣\":\"FRF\",\"£\":\"GBP\",\"₤\":\"ITL\",\"₦\":\"NGN\",\"₧\":\"ESP\",\"₩\":\"KRW\",\"₪\":\"ILS\",\"₫\":\"VND\",\"₭\":\"LAK\",\"₮\":\"MNT\",\"₯\":\"GRD\",\"₱\":\"ARS\",\"₲\":\"PYG\",\"₳\":\"ARA\",\"₴\":\"UAH\",\"₵\":\"GHS\",\"¢\":\"cent\",\"¥\":\"CNY\",\"元\":\"CNY\",\"円\":\"YEN\",\"﷼\":\"IRR\",\"₠\":\"EWE\",\"฿\":\"THB\",\"₨\":\"INR\",\"₹\":\"INR\",\"₰\":\"PF\",\"₺\":\"TRY\",\"؋\":\"AFN\",\"₼\":\"AZN\",\"лв\":\"BGN\",\"៛\":\"KHR\",\"₡\":\"CRC\",\"₸\":\"KZT\",\"ден\":\"MKD\",\"zł\":\"PLN\",\"₽\":\"RUB\",\"₾\":\"GEL\"},S=[\"်\",\"ް\"],T={\"ာ\":\"a\",\"ါ\":\"a\",\"ေ\":\"e\",\"ဲ\":\"e\",\"ိ\":\"i\",\"ီ\":\"i\",\"ို\":\"o\",\"ု\":\"u\",\"ူ\":\"u\",\"ေါင်\":\"aung\",\"ော\":\"aw\",\"ော်\":\"aw\",\"ေါ\":\"aw\",\"ေါ်\":\"aw\",\"်\":\"်\",\"က်\":\"et\",\"ိုက်\":\"aik\",\"ောက်\":\"auk\",\"င်\":\"in\",\"ိုင်\":\"aing\",\"ောင်\":\"aung\",\"စ်\":\"it\",\"ည်\":\"i\",\"တ်\":\"at\",\"ိတ်\":\"eik\",\"ုတ်\":\"ok\",\"ွတ်\":\"ut\",\"ေတ်\":\"it\",\"ဒ်\":\"d\",\"ိုဒ်\":\"ok\",\"ုဒ်\":\"ait\",\"န်\":\"an\",\"ာန်\":\"an\",\"ိန်\":\"ein\",\"ုန်\":\"on\",\"ွန်\":\"un\",\"ပ်\":\"at\",\"ိပ်\":\"eik\",\"ုပ်\":\"ok\",\"ွပ်\":\"ut\",\"န်ုပ်\":\"nub\",\"မ်\":\"an\",\"ိမ်\":\"ein\",\"ုမ်\":\"on\",\"ွမ်\":\"un\",\"ယ်\":\"e\",\"ိုလ်\":\"ol\",\"ဉ်\":\"in\",\"ံ\":\"an\",\"ိံ\":\"ein\",\"ုံ\":\"on\",\"ައް\":\"ah\",\"ަށް\":\"ah\"},C={en:{},az:{\"ç\":\"c\",\"ə\":\"e\",\"ğ\":\"g\",\"ı\":\"i\",\"ö\":\"o\",\"ş\":\"s\",\"ü\":\"u\",\"Ç\":\"C\",\"Ə\":\"E\",\"Ğ\":\"G\",\"İ\":\"I\",\"Ö\":\"O\",\"Ş\":\"S\",\"Ü\":\"U\"},cs:{\"č\":\"c\",\"ď\":\"d\",\"ě\":\"e\",\"ň\":\"n\",\"ř\":\"r\",\"š\":\"s\",\"ť\":\"t\",\"ů\":\"u\",\"ž\":\"z\",\"Č\":\"C\",\"Ď\":\"D\",\"Ě\":\"E\",\"Ň\":\"N\",\"Ř\":\"R\",\"Š\":\"S\",\"Ť\":\"T\",\"Ů\":\"U\",\"Ž\":\"Z\"},fi:{\"ä\":\"a\",\"Ä\":\"A\",\"ö\":\"o\",\"Ö\":\"O\"},hu:{\"ä\":\"a\",\"Ä\":\"A\",\"ö\":\"o\",\"Ö\":\"O\",\"ü\":\"u\",\"Ü\":\"U\",\"ű\":\"u\",\"Ű\":\"U\"},lt:{\"ą\":\"a\",\"č\":\"c\",\"ę\":\"e\",\"ė\":\"e\",\"į\":\"i\",\"š\":\"s\",\"ų\":\"u\",\"ū\":\"u\",\"ž\":\"z\",\"Ą\":\"A\",\"Č\":\"C\",\"Ę\":\"E\",\"Ė\":\"E\",\"Į\":\"I\",\"Š\":\"S\",\"Ų\":\"U\",\"Ū\":\"U\"},lv:{\"ā\":\"a\",\"č\":\"c\",\"ē\":\"e\",\"ģ\":\"g\",\"ī\":\"i\",\"ķ\":\"k\",\"ļ\":\"l\",\"ņ\":\"n\",\"š\":\"s\",\"ū\":\"u\",\"ž\":\"z\",\"Ā\":\"A\",\"Č\":\"C\",\"Ē\":\"E\",\"Ģ\":\"G\",\"Ī\":\"i\",\"Ķ\":\"k\",\"Ļ\":\"L\",\"Ņ\":\"N\",\"Š\":\"S\",\"Ū\":\"u\",\"Ž\":\"Z\"},pl:{\"ą\":\"a\",\"ć\":\"c\",\"ę\":\"e\",\"ł\":\"l\",\"ń\":\"n\",\"ó\":\"o\",\"ś\":\"s\",\"ź\":\"z\",\"ż\":\"z\",\"Ą\":\"A\",\"Ć\":\"C\",\"Ę\":\"e\",\"Ł\":\"L\",\"Ń\":\"N\",\"Ó\":\"O\",\"Ś\":\"S\",\"Ź\":\"Z\",\"Ż\":\"Z\"},sk:{\"ä\":\"a\",\"Ä\":\"A\"},sr:{\"љ\":\"lj\",\"њ\":\"nj\",\"Љ\":\"Lj\",\"Њ\":\"Nj\",\"đ\":\"dj\",\"Đ\":\"Dj\"},tr:{\"Ü\":\"U\",\"Ö\":\"O\",\"ü\":\"u\",\"ö\":\"o\"}},L={ar:{\"∆\":\"delta\",\"∞\":\"la-nihaya\",\"♥\":\"hob\",\"&\":\"wa\",\"|\":\"aw\",\"<\":\"aqal-men\",\">\":\"akbar-men\",\"∑\":\"majmou\",\"¤\":\"omla\"},az:{},ca:{\"∆\":\"delta\",\"∞\":\"infinit\",\"♥\":\"amor\",\"&\":\"i\",\"|\":\"o\",\"<\":\"menys que\",\">\":\"mes que\",\"∑\":\"suma dels\",\"¤\":\"moneda\"},cs:{\"∆\":\"delta\",\"∞\":\"nekonecno\",\"♥\":\"laska\",\"&\":\"a\",\"|\":\"nebo\",\"<\":\"mensi nez\",\">\":\"vetsi nez\",\"∑\":\"soucet\",\"¤\":\"mena\"},de:{\"∆\":\"delta\",\"∞\":\"unendlich\",\"♥\":\"Liebe\",\"&\":\"und\",\"|\":\"oder\",\"<\":\"kleiner als\",\">\":\"groesser als\",\"∑\":\"Summe von\",\"¤\":\"Waehrung\"},dv:{\"∆\":\"delta\",\"∞\":\"kolunulaa\",\"♥\":\"loabi\",\"&\":\"aai\",\"|\":\"noonee\",\"<\":\"ah vure kuda\",\">\":\"ah vure bodu\",\"∑\":\"jumula\",\"¤\":\"faisaa\"},en:{\"∆\":\"delta\",\"∞\":\"infinity\",\"♥\":\"love\",\"&\":\"and\",\"|\":\"or\",\"<\":\"less than\",\">\":\"greater than\",\"∑\":\"sum\",\"¤\":\"currency\"},es:{\"∆\":\"delta\",\"∞\":\"infinito\",\"♥\":\"amor\",\"&\":\"y\",\"|\":\"u\",\"<\":\"menos que\",\">\":\"mas que\",\"∑\":\"suma de los\",\"¤\":\"moneda\"},fa:{\"∆\":\"delta\",\"∞\":\"bi-nahayat\",\"♥\":\"eshgh\",\"&\":\"va\",\"|\":\"ya\",\"<\":\"kamtar-az\",\">\":\"bishtar-az\",\"∑\":\"majmooe\",\"¤\":\"vahed\"},fi:{\"∆\":\"delta\",\"∞\":\"aarettomyys\",\"♥\":\"rakkaus\",\"&\":\"ja\",\"|\":\"tai\",\"<\":\"pienempi kuin\",\">\":\"suurempi kuin\",\"∑\":\"summa\",\"¤\":\"valuutta\"},fr:{\"∆\":\"delta\",\"∞\":\"infiniment\",\"♥\":\"Amour\",\"&\":\"et\",\"|\":\"ou\",\"<\":\"moins que\",\">\":\"superieure a\",\"∑\":\"somme des\",\"¤\":\"monnaie\"},gr:{},hu:{\"∆\":\"delta\",\"∞\":\"vegtelen\",\"♥\":\"szerelem\",\"&\":\"es\",\"|\":\"vagy\",\"<\":\"kisebb mint\",\">\":\"nagyobb mint\",\"∑\":\"szumma\",\"¤\":\"penznem\"},it:{\"∆\":\"delta\",\"∞\":\"infinito\",\"♥\":\"amore\",\"&\":\"e\",\"|\":\"o\",\"<\":\"minore di\",\">\":\"maggiore di\",\"∑\":\"somma\",\"¤\":\"moneta\"},lt:{\"∆\":\"delta\",\"∞\":\"begalybe\",\"♥\":\"meile\",\"&\":\"ir\",\"|\":\"ar\",\"<\":\"maziau nei\",\">\":\"daugiau nei\",\"∑\":\"suma\",\"¤\":\"valiuta\"},lv:{\"∆\":\"delta\",\"∞\":\"bezgaliba\",\"♥\":\"milestiba\",\"&\":\"un\",\"|\":\"vai\",\"<\":\"mazak neka\",\">\":\"lielaks neka\",\"∑\":\"summa\",\"¤\":\"valuta\"},my:{\"∆\":\"kwahkhyaet\",\"∞\":\"asaonasme\",\"♥\":\"akhyait\",\"&\":\"nhin\",\"|\":\"tho\",\"<\":\"ngethaw\",\">\":\"kyithaw\",\"∑\":\"paungld\",\"¤\":\"ngwekye\"},mk:{},nl:{\"∆\":\"delta\",\"∞\":\"oneindig\",\"♥\":\"liefde\",\"&\":\"en\",\"|\":\"of\",\"<\":\"kleiner dan\",\">\":\"groter dan\",\"∑\":\"som\",\"¤\":\"valuta\"},pl:{\"∆\":\"delta\",\"∞\":\"nieskonczonosc\",\"♥\":\"milosc\",\"&\":\"i\",\"|\":\"lub\",\"<\":\"mniejsze niz\",\">\":\"wieksze niz\",\"∑\":\"suma\",\"¤\":\"waluta\"},pt:{\"∆\":\"delta\",\"∞\":\"infinito\",\"♥\":\"amor\",\"&\":\"e\",\"|\":\"ou\",\"<\":\"menor que\",\">\":\"maior que\",\"∑\":\"soma\",\"¤\":\"moeda\"},ro:{\"∆\":\"delta\",\"∞\":\"infinit\",\"♥\":\"dragoste\",\"&\":\"si\",\"|\":\"sau\",\"<\":\"mai mic ca\",\">\":\"mai mare ca\",\"∑\":\"suma\",\"¤\":\"valuta\"},ru:{\"∆\":\"delta\",\"∞\":\"beskonechno\",\"♥\":\"lubov\",\"&\":\"i\",\"|\":\"ili\",\"<\":\"menshe\",\">\":\"bolshe\",\"∑\":\"summa\",\"¤\":\"valjuta\"},sk:{\"∆\":\"delta\",\"∞\":\"nekonecno\",\"♥\":\"laska\",\"&\":\"a\",\"|\":\"alebo\",\"<\":\"menej ako\",\">\":\"viac ako\",\"∑\":\"sucet\",\"¤\":\"mena\"},sr:{},tr:{\"∆\":\"delta\",\"∞\":\"sonsuzluk\",\"♥\":\"ask\",\"&\":\"ve\",\"|\":\"veya\",\"<\":\"kucuktur\",\">\":\"buyuktur\",\"∑\":\"toplam\",\"¤\":\"para birimi\"},uk:{\"∆\":\"delta\",\"∞\":\"bezkinechnist\",\"♥\":\"lubov\",\"&\":\"i\",\"|\":\"abo\",\"<\":\"menshe\",\">\":\"bilshe\",\"∑\":\"suma\",\"¤\":\"valjuta\"},vn:{\"∆\":\"delta\",\"∞\":\"vo cuc\",\"♥\":\"yeu\",\"&\":\"va\",\"|\":\"hoac\",\"<\":\"nho hon\",\">\":\"lon hon\",\"∑\":\"tong\",\"¤\":\"tien te\"}};if(\"string\"!=typeof r)return\"\";if(\"string\"==typeof e&&(y=e),l=L.en,f=C.en,\"object\"==typeof e)for(h in t=e.maintainCase||!1,k=e.custom&&\"object\"==typeof e.custom?e.custom:k,o=+e.truncate>1&&e.truncate||!1,a=e.uric||!1,s=e.uricNoSlash||!1,c=e.mark||!1,D=!1!==e.symbols&&!1!==e.lang,y=e.separator||y,a&&(b+=x.join(\"\")),s&&(b+=w.join(\"\")),c&&(b+=[\".\",\"!\",\"~\",\"*\",\"\\'\",\"(\",\")\"].join(\"\")),l=e.lang&&L[e.lang]&&D?L[e.lang]:D?L.en:{},f=e.lang&&C[e.lang]?C[e.lang]:!1===e.lang||!0===e.lang?{}:C.en,e.titleCase&&\"number\"==typeof e.titleCase.length&&Array.prototype.toString.call(e.titleCase)?(e.titleCase.forEach(function(r){k[r+\"\"]=r+\"\"}),n=!0):n=!!e.titleCase,e.custom&&\"number\"==typeof e.custom.length&&Array.prototype.toString.call(e.custom)&&e.custom.forEach(function(r){k[r+\"\"]=r+\"\"}),Object.keys(k).forEach(function(e){var t;t=e.length>1?new RegExp(\"\\\\\\\\b\"+i(e)+\"\\\\\\\\b\",\"gi\"):new RegExp(i(e),\"gi\"),r=r.replace(t,k[e])}),k)b+=h;for(b=i(b+=y),m=!1,v=!1,d=0,g=(r=r.replace(/(^\\\\s+|\\\\s+$)/g,\"\")).length;d<g;d++)h=r[d],u(h,k)?m=!1:f[h]?(h=m&&f[h].match(/[A-Za-z0-9]/)?\" \"+f[h]:f[h],m=!1):h in q?(d+1<g&&S.indexOf(r[d+1])>=0?(E+=h,h=\"\"):!0===v?(h=T[E]+q[h],E=\"\"):h=m&&q[h].match(/[A-Za-z0-9]/)?\" \"+q[h]:q[h],m=!1,v=!1):h in T?(E+=h,h=\"\",d===g-1&&(h=T[E]),v=!0):!l[h]||a&&-1!==x.join(\"\").indexOf(h)||s&&-1!==w.join(\"\").indexOf(h)?(!0===v?(h=T[E]+h,E=\"\",v=!1):m&&(/[A-Za-z0-9]/.test(h)||A.substr(-1).match(/A-Za-z0-9]/))&&(h=\" \"+h),m=!1):(h=m||A.substr(-1).match(/[A-Za-z0-9]/)?y+l[h]:l[h],h+=void 0!==r[d+1]&&r[d+1].match(/[A-Za-z0-9]/)?y:\"\",m=!0),A+=h.replace(new RegExp(\"[^\\\\\\\\w\\\\\\\\s\"+b+\"_-]\",\"g\"),y);return n&&(A=A.replace(/(\\\\w)(\\\\S*)/g,function(r,e,t){var n=e.toUpperCase()+(null!==t?t:\"\");return Object.keys(k).indexOf(n.toLowerCase())<0?n:n.toLowerCase()})),A=A.replace(/\\\\s+/g,y).replace(new RegExp(\"\\\\\\\\\"+y+\"+\",\"g\"),y).replace(new RegExp(\"(^\\\\\\\\\"+y+\"+|\\\\\\\\\"+y+\"+$)\",\"g\"),\"\"),o&&A.length>o&&(p=A.charAt(o)===y,A=A.slice(0,o),p||(A=A.slice(0,A.lastIndexOf(y)))),t||n||(A=A.toLowerCase()),A},i=function(r){return r.replace(/[-\\\\\\\\^$*+?.()|[\\\\]{}\\\\/]/g,\"\\\\\\\\$&\")},u=function(r,e){for(var t in e)if(e[t]===r)return!0};void 0!==r&&r.exports?(r.exports=a,r.exports.createSlug=function(r){return function(e){return a(e,r)}}):void 0===(n=function(){return a}.apply(e,[]))||(r.exports=n)}()}]);\\n}, {}];\\nwindow.modules[\"503\"] = [function(require,module,exports){function isObject(t){var e=typeof t;return null!=t&&(\"object\"==e||\"function\"==e)}module.exports=isObject;\\n}, {}];\\nwindow.modules[\"504\"] = [function(require,module,exports){var isArray=Array.isArray;module.exports=isArray;\\n}, {}];\\nwindow.modules[\"506\"] = [function(require,module,exports){\"use strict\";module.exports=function(t,n){let i;return t.component?(i=[t.component,t.instance,t.path],t.initialFocus&&i.push(t.initialFocus)):t.tab&&(i=[\"kiln\",t.tab,t.sites,t.query].concat(n)),i?`#${i.join(\"~\")}`:\"\"};\\n}, {}];\\nwindow.modules[\"507\"] = [function(require,module,exports){\"use strict\";const isUriStringCheck=require(542);module.exports=function(e){isUriStringCheck.strCheck(e);const t=/\\\\/_layouts\\\\/.+?\\\\/instances\\\\/([^\\\\.\\\\/@]+)/.exec(e);return t&&t[1]};\\n}, {\"542\":542}];\\nwindow.modules[\"508\"] = [function(require,module,exports){\"use strict\";const isUriStringCheck=require(542);module.exports=function(e){isUriStringCheck.strCheck(e);const t=/_components\\\\/(.+?)[\\\\/\\\\.]/.exec(e)||/_components\\\\/(.*)/.exec(e);return t&&t[1]};\\n}, {\"542\":542}];\\nwindow.modules[\"509\"] = [function(require,module,exports){\"use strict\";const isUriStringCheck=require(542);module.exports=function(e){isUriStringCheck.strCheck(e);const t=/_layouts\\\\/(.+?)[\\\\/\\\\.]/.exec(e)||/_layouts\\\\/(.*)/.exec(e);return t&&t[1]};\\n}, {\"542\":542}];\\nwindow.modules[\"510\"] = [function(require,module,exports){\"use strict\";const isUriStringCheck=require(542);module.exports=function(e){isUriStringCheck.strCheck(e);const r=/\\\\/_components\\\\/.+?@(.+)/.exec(e);return r&&r[1]};\\n}, {\"542\":542}];\\nwindow.modules[\"511\"] = [function(require,module,exports){\"use strict\";const isUriStringCheck=require(542);module.exports=function(e){isUriStringCheck.strCheck(e);const r=/\\\\/_pages\\\\/.+?@(.+)/.exec(e);return r&&r[1]};\\n}, {\"542\":542}];\\nwindow.modules[\"512\"] = [function(require,module,exports){\"use strict\";const isUriStringCheck=require(542);module.exports=function(e){isUriStringCheck.strCheck(e);const r=/\\\\/_pages\\\\/([^\\\\.\\\\/]+)/.exec(e);return r&&r[1]};\\n}, {\"542\":542}];\\nwindow.modules[\"513\"] = [function(require,module,exports){\"use strict\";const isUriStringCheck=require(542);module.exports=function(e){isUriStringCheck.strCheck(e);const r=/\\\\/_lists\\\\/(.*)/.exec(e);return r&&r[1]};\\n}, {\"542\":542}];\\nwindow.modules[\"514\"] = [function(require,module,exports){\"use strict\";const isUriStringCheck=require(542);module.exports=function(s){return isUriStringCheck.strCheck(s),s.split(/\\\\/_(pages|components|lists|uris|schedule|users|layouts|sites)/)[0]};\\n}, {\"542\":542}];\\nwindow.modules[\"515\"] = [function(require,module,exports){\"use strict\";const isUriStringCheck=require(542);module.exports=function(e){return isUriStringCheck.strCheck(e),e.toLowerCase().indexOf(\"/_components/\")>-1};\\n}, {\"542\":542}];\\nwindow.modules[\"516\"] = [function(require,module,exports){\"use strict\";const isUriStringCheck=require(542);module.exports=function(e){return isUriStringCheck.strCheck(e),e.toLowerCase().indexOf(\"/_layouts/\")>-1};\\n}, {\"542\":542}];\\nwindow.modules[\"517\"] = [function(require,module,exports){\"use strict\";const isUriStringCheck=require(542);module.exports=function(r){return isUriStringCheck.strCheck(r),!!r.match(/\\\\/_layouts\\\\/[A-Za-z0-9\\\\-]+$/)};\\n}, {\"542\":542}];\\nwindow.modules[\"518\"] = [function(require,module,exports){\"use strict\";const isUriStringCheck=require(542);module.exports=function(r){return isUriStringCheck.strCheck(r),!!r.match(/\\\\/_components\\\\/[A-Za-z0-9\\\\-]+$/)};\\n}, {\"542\":542}];\\nwindow.modules[\"519\"] = [function(require,module,exports){\"use strict\";const isUriStringCheck=require(542);module.exports=function(e){return isUriStringCheck.strCheck(e),e.toLowerCase().indexOf(\"/_pages/\")>-1};\\n}, {\"542\":542}];\\nwindow.modules[\"520\"] = [function(require,module,exports){\"use strict\";const isUriStringCheck=require(542);module.exports=function(e){return isUriStringCheck.strCheck(e),e.toLowerCase().indexOf(\"/_lists/\")>-1};\\n}, {\"542\":542}];\\nwindow.modules[\"521\"] = [function(require,module,exports){\"use strict\";const isUriStringCheck=require(542);module.exports=function(e){return isUriStringCheck.strCheck(e),-1!==e.indexOf(\"@published\")};\\n}, {\"542\":542}];\\nwindow.modules[\"522\"] = [function(require,module,exports){\"use strict\";const isUriStringCheck=require(542);module.exports=function(e){return isUriStringCheck.strCheck(e),e.toLowerCase().indexOf(\"/_users/\")>-1};\\n}, {\"542\":542}];\\nwindow.modules[\"523\"] = [function(require,module,exports){\"use strict\";const isUriStringCheck=require(542);module.exports=function(r){return isUriStringCheck.strCheck(r),r.toLowerCase().indexOf(\"/_uris/\")>-1};\\n}, {\"542\":542}];\\nwindow.modules[\"524\"] = [function(require,module,exports){\"use strict\";const isUriStringCheck=require(542);module.exports=function(r,t){return isUriStringCheck.strCheck(r),t?r.split(\"@\")[0]+\"@\"+t:r.split(\"@\")[0]};\\n}, {\"542\":542}];\\nwindow.modules[\"525\"] = [function(require,module,exports){\"use strict\";const isUriStringCheck=require(542);module.exports=function(e,r){var t=r.slug,i=r.host,s=r.path,c=r.prefix,n=-1!==e.indexOf(\"/_\");return c||(c=s&&s.length>1?`${i}${s}`:i),isUriStringCheck.strCheck(e),e.replace(`${c}${n?\"/\":\"\"}`,`${t}${n?\"/\":\"\"}`)};\\n}, {\"542\":542}];\\nwindow.modules[\"526\"] = [function(require,module,exports){\"use strict\";const isUriStringCheck=require(542);module.exports=function(e,r){var t=r.slug,i=r.host,s=r.path,c=r.prefix,n=-1!==e.indexOf(\"/_\");return c||(c=s&&s.length>1?`${i}${s}`:i),isUriStringCheck.strCheck(e),e.replace(`${t}${n?\"/\":\"\"}`,`${c}${n?\"/\":\"\"}`)};\\n}, {\"542\":542}];\\nwindow.modules[\"527\"] = [function(require,module,exports){\"use strict\";const isUriStringCheck=require(542);module.exports=function(e,r=!1){return function(t){var n,s,c=e.slug,i=e.host,o=e.path,u=e.prefix;return isUriStringCheck.strCheck(t),u||(u=o&&o.length>1?`${i}${o}`:i),n=`${r?\\'\"_ref\":\\':\"\"}\"${u}/_components/`,s=new RegExp(`${r?\\'\"_ref\":\\':\"\"}\"${c}/_components/`,\"g\"),t.replace(s,n)}};\\n}, {\"542\":542}];\\nwindow.modules[\"528\"] = [function(require,module,exports){\"use strict\";const isUriStringCheck=require(542);module.exports=function(e,r,t=!1){var n,s,c=r.slug,i=r.host,o=r.path,h=r.prefix;return isUriStringCheck.strCheck(e),h||(h=o&&o.length>1?`${i}${o}`:i),n=`${t?\\'\"_ref\":\\':\"\"}\"${c}/_components/`,s=new RegExp(`${t?\\'\"_ref\":\\':\"\"}\"${h}/_components/`,\"g\"),e.replace(s,n)};\\n}, {\"542\":542}];\\nwindow.modules[\"529\"] = [function(require,module,exports){\"use strict\";const isUriStringCheck=require(542);module.exports=function(e){isUriStringCheck.strCheck(e);const t=/\\\\/_components\\\\/.+?\\\\/instances\\\\/([^\\\\.@]+)/.exec(e);return t&&t[1]};\\n}, {\"542\":542}];\\nwindow.modules[\"530\"] = [function(require,module,exports){\"use strict\";const _get=require(1);module.exports=(e=>_get(e,\"__sharedComponentMeta.parent._ref\"));\\n}, {\"1\":1}];\\nwindow.modules[\"531\"] = [function(require,module,exports){\"use strict\";const _get=require(1);module.exports=(e=>{const t=_get(e,\"__sharedComponentMeta\");return\"object\"==typeof t&&!Array.isArray(t)&&null!==t});\\n}, {\"1\":1}];\\nwindow.modules[\"532\"] = [function(require,module,exports){\"use strict\";const _get=require(1);module.exports=((t,e)=>{const r=e.split(\".\");if(3===r.length&&r[1].match(/^\\\\d+$/)){const e=_get(t,`${r[0]}._has.props`);if(e)return e.filter(t=>t.prop===r[2]).shift()}return _get(t,e)});\\n}, {\"1\":1}];\\nwindow.modules[\"533\"] = [function(require,module,exports){\"use strict\";const _isArray=require(504),_isObject=require(503),_isString=require(303),_includes=require(543),_find=require(544),traverse=require(545);module.exports=((r,e,i)=>{let s;return traverse(r).forEach(function(r){!s&&(_isArray(r)&&_find(r,r=>r._ref===e)||_isObject(r)&&r._ref===e||_isString(r)&&i[r]&&_includes(i[r],e))&&(s=this.path.join(\".\"))}),s});\\n}, {\"303\":303,\"503\":503,\"504\":504,\"543\":543,\"544\":544,\"545\":545}];\\nwindow.modules[\"534\"] = [function(require,module,exports){\"use strict\";const getComponentName=require(508),{strCheck:strCheck}=require(542);module.exports=((e,t,r=null)=>{if(strCheck(t),\"object\"!=typeof e)throw new Error(`Page argument must be an object, not ${typeof e}`);return(r?e[r]||[]:Object.values(e).flatMap(e=>Array.isArray(e)?e:[])).find(e=>getComponentName(e)===t)});\\n}, {\"508\":508,\"542\":542}];\\nwindow.modules[\"535\"] = [function(require,module,exports){\"use strict\";const getSharedComponentParentRef=require(530);module.exports=(e=>!!getSharedComponentParentRef(e));\\n}, {\"530\":530}];\\nwindow.modules[\"536\"] = [function(require,module,exports){\"use strict\";const isUriStringCheck=require(542),isLayout=require(516),getLayoutInstance=require(507);module.exports=function(t){return isUriStringCheck.strCheck(t),isLayout(t)&&!!getLayoutInstance(t)&&!!t.match(/\\\\/meta$/i)};\\n}, {\"507\":507,\"516\":516,\"542\":542}];\\nwindow.modules[\"537\"] = [function(require,module,exports){\"use strict\";const isUriStringCheck=require(542),isPage=require(519);module.exports=function(e){return isUriStringCheck.strCheck(e),isPage(e)&&!!e.match(/\\\\/meta$/i)};\\n}, {\"519\":519,\"542\":542}];\\nwindow.modules[\"538\"] = [function(require,module,exports){\"use strict\";const isParentSharedComponent=require(539),isChildSharedComponent=require(535);module.exports=(e=>isParentSharedComponent(e)||isChildSharedComponent(e));\\n}, {\"535\":535,\"539\":539}];\\nwindow.modules[\"539\"] = [function(require,module,exports){\"use strict\";const _get=require(1),isChildSharedComponent=require(535);module.exports=(e=>{const o=_get(e,\"__sharedComponentMeta.isSharedComponent\")||!1;return!isChildSharedComponent(e)&&o});\\n}, {\"1\":1,\"535\":535}];\\nwindow.modules[\"540\"] = [function(require,module,exports){\"use strict\";const _get=require(1),getPageInstance=require(512);module.exports=(e=>{const t=_get(e,\"meta.uri\")||\"\";return\"shared-component\"===getPageInstance(t)});\\n}, {\"1\":1,\"512\":512}];\\nwindow.modules[\"541\"] = [function(require,module,exports){\"use strict\";const _get=require(1),isChildSharedComponent=require(535);module.exports=((e,o)=>{isChildSharedComponent(e)&&_get(e,\"__sharedComponentMeta.overrides\")&&(e.__sharedComponentMeta.overrides.includes(o)||e.__sharedComponentMeta.overrides.push(o))});\\n}, {\"1\":1,\"535\":535}];\\nwindow.modules[\"542\"] = [function(require,module,exports){\"use strict\";function strCheck(t){if(\"string\"==typeof t)return!0;throw new Error(\"Argument must be a string, not \"+typeof t)}module.exports.strCheck=strCheck;\\n}, {}];\\nwindow.modules[\"543\"] = [function(require,module,exports){var baseIndexOf=require(2934),isArrayLike=require(3024),isString=require(303),toInteger=require(3127),values=require(3130),nativeMax=Math.max;function includes(e,r,i,n){e=isArrayLike(e)?e:values(e),i=i&&!n?toInteger(i):0;var a=e.length;return i<0&&(i=nativeMax(a+i,0)),isString(e)?i<=a&&e.indexOf(r,i)>-1:!!a&&baseIndexOf(e,r,i)>-1}module.exports=includes;\\n}, {\"303\":303,\"2934\":2934,\"3024\":3024,\"3127\":3127,\"3130\":3130}];\\nwindow.modules[\"544\"] = [function(require,module,exports){var createFind=require(3083),findIndex=require(316),find=createFind(findIndex);module.exports=find;\\n}, {\"316\":316,\"3083\":3083}];\\nwindow.modules[\"545\"] = [function(require,module,exports){var traverse=module.exports=function(e){return new Traverse(e)};function Traverse(e){this.value=e}function walk(e,t,r){var o=[],n=[],a=!0;return function e(i){var c=r?copy(i):i,s={},u=!0,f={node:c,node_:i,path:[].concat(o),parent:n[n.length-1],parents:n,key:o.slice(-1)[0],isRoot:0===o.length,level:o.length,circular:null,update:function(e,t){f.isRoot||(f.parent.node[f.key]=e),f.node=e,t&&(u=!1)},delete:function(e){delete f.parent.node[f.key],e&&(u=!1)},remove:function(e){isArray(f.parent.node)?f.parent.node.splice(f.key,1):delete f.parent.node[f.key],e&&(u=!1)},keys:null,before:function(e){s.before=e},after:function(e){s.after=e},pre:function(e){s.pre=e},post:function(e){s.post=e},stop:function(){a=!1},block:function(){u=!1}};if(!a)return f;function l(){if(\"object\"==typeof f.node&&null!==f.node){f.keys&&f.node_===f.node||(f.keys=objectKeys(f.node)),f.isLeaf=0==f.keys.length;for(var e=0;e<n.length;e++)if(n[e].node_===i){f.circular=n[e];break}}else f.isLeaf=!0,f.keys=null;f.notLeaf=!f.isLeaf,f.notRoot=!f.isRoot}l();var p=t.call(f,f.node);return void 0!==p&&f.update&&f.update(p),s.before&&s.before.call(f,f.node),u?(\"object\"!=typeof f.node||null===f.node||f.circular||(n.push(f),l(),forEach(f.keys,function(t,n){o.push(t),s.pre&&s.pre.call(f,f.node[t],t);var a=e(f.node[t]);r&&hasOwnProperty.call(f.node,t)&&(f.node[t]=a.node),a.isLast=n==f.keys.length-1,a.isFirst=0==n,s.post&&s.post.call(f,a),o.pop()}),n.pop()),s.after&&s.after.call(f,f.node),f):f}(e).node}function copy(e){if(\"object\"==typeof e&&null!==e){var t;if(isArray(e))t=[];else if(isDate(e))t=new Date(e.getTime?e.getTime():e);else if(isRegExp(e))t=new RegExp(e);else if(isError(e))t={message:e.message};else if(isBoolean(e))t=new Boolean(e);else if(isNumber(e))t=new Number(e);else if(isString(e))t=new String(e);else if(Object.create&&Object.getPrototypeOf)t=Object.create(Object.getPrototypeOf(e));else if(e.constructor===Object)t={};else{var r=e.constructor&&e.constructor.prototype||e.__proto__||{},o=function(){};o.prototype=r,t=new o}return forEach(objectKeys(e),function(r){t[r]=e[r]}),t}return e}Traverse.prototype.get=function(e){for(var t=this.value,r=0;r<e.length;r++){var o=e[r];if(!t||!hasOwnProperty.call(t,o)){t=void 0;break}t=t[o]}return t},Traverse.prototype.has=function(e){for(var t=this.value,r=0;r<e.length;r++){var o=e[r];if(!t||!hasOwnProperty.call(t,o))return!1;t=t[o]}return!0},Traverse.prototype.set=function(e,t){for(var r=this.value,o=0;o<e.length-1;o++){var n=e[o];hasOwnProperty.call(r,n)||(r[n]={}),r=r[n]}return r[e[o]]=t,t},Traverse.prototype.map=function(e){return walk(this.value,e,!0)},Traverse.prototype.forEach=function(e){return this.value=walk(this.value,e,!1),this.value},Traverse.prototype.reduce=function(e,t){var r=1===arguments.length,o=r?this.value:t;return this.forEach(function(t){this.isRoot&&r||(o=e.call(this,o,t))}),o},Traverse.prototype.paths=function(){var e=[];return this.forEach(function(t){e.push(this.path)}),e},Traverse.prototype.nodes=function(){var e=[];return this.forEach(function(t){e.push(this.node)}),e},Traverse.prototype.clone=function(){var e=[],t=[];return function r(o){for(var n=0;n<e.length;n++)if(e[n]===o)return t[n];if(\"object\"==typeof o&&null!==o){var a=copy(o);return e.push(o),t.push(a),forEach(objectKeys(o),function(e){a[e]=r(o[e])}),e.pop(),t.pop(),a}return o}(this.value)};var objectKeys=Object.keys||function(e){var t=[];for(var r in e)t.push(r);return t};function toS(e){return Object.prototype.toString.call(e)}function isDate(e){return\"[object Date]\"===toS(e)}function isRegExp(e){return\"[object RegExp]\"===toS(e)}function isError(e){return\"[object Error]\"===toS(e)}function isBoolean(e){return\"[object Boolean]\"===toS(e)}function isNumber(e){return\"[object Number]\"===toS(e)}function isString(e){return\"[object String]\"===toS(e)}var isArray=Array.isArray||function(e){return\"[object Array]\"===Object.prototype.toString.call(e)},forEach=function(e,t){if(e.forEach)return e.forEach(t);for(var r=0;r<e.length;r++)t(e[r],r,e)};forEach(objectKeys(Traverse.prototype),function(e){traverse[e]=function(t){var r=[].slice.call(arguments,1),o=new Traverse(t);return o[e].apply(o,r)}});var hasOwnProperty=Object.hasOwnProperty||function(e,t){return t in e};\\n}, {}];\\nwindow.modules[\"548\"] = [function(require,module,exports){(function (global){(function (){\\n\"use strict\";function _arrayLikeToArray(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,r=new Array(e);n<e;n++)r[n]=t[n];return r}function _arrayWithoutHoles(t){if(Array.isArray(t))return _arrayLikeToArray(t)}function _assertThisInitialized(t){if(void 0===t)throw new ReferenceError(\"this hasn\\'t been initialised - super() hasn\\'t been called\");return t}function _classCallCheck(t,e){if(!(t instanceof e))throw new TypeError(\"Cannot call a class as a function\")}function isNativeReflectConstruct(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],function(){})),!0}catch(t){return!1}}function _construct(t,e,n){return(_construct=isNativeReflectConstruct()?Reflect.construct:function(t,e,n){var r=[null];r.push.apply(r,e);var o=new(Function.bind.apply(t,r));return n&&_setPrototypeOf(o,n.prototype),o}).apply(null,arguments)}function _defineProperties(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,\"value\"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}function _createClass(t,e,n){return e&&_defineProperties(t.prototype,e),n&&_defineProperties(t,n),t}function _get(t,e,n){return(_get=\"undefined\"!=typeof Reflect&&Reflect.get?Reflect.get:function(t,e,n){var r=_superPropBase(t,e);if(r){var o=Object.getOwnPropertyDescriptor(r,e);return o.get?o.get.call(n):o.value}})(t,e,n||t)}function _getPrototypeOf(t){return(_getPrototypeOf=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)})(t)}function _inherits(t,e){if(\"function\"!=typeof e&&null!==e)throw new TypeError(\"Super expression must either be null or a function\");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&_setPrototypeOf(t,e)}function _isNativeFunction(t){return-1!==Function.toString.call(t).indexOf(\"[native code]\")}function _iterableToArray(t){if(\"undefined\"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t[\"@@iterator\"])return Array.from(t)}function _nonIterableSpread(){throw new TypeError(\"Invalid attempt to spread non-iterable instance.\\\\\\\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}function _possibleConstructorReturn(t,e){return!e||\"object\"!==_typeof(e)&&\"function\"!=typeof e?_assertThisInitialized(t):e}function _setPrototypeOf(t,e){return(_setPrototypeOf=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t})(t,e)}function _superPropBase(t,e){for(;!Object.prototype.hasOwnProperty.call(t,e)&&null!==(t=_getPrototypeOf(t)););return t}function _toConsumableArray(t){return _arrayWithoutHoles(t)||_iterableToArray(t)||_unsupportedIterableToArray(t)||_nonIterableSpread()}var _typeof=function(t){return t&&\"undefined\"!=typeof Symbol&&t.constructor===Symbol?\"symbol\":typeof t};function _unsupportedIterableToArray(t,e){if(t){if(\"string\"==typeof t)return _arrayLikeToArray(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return\"Object\"===n&&t.constructor&&(n=t.constructor.name),\"Map\"===n||\"Set\"===n?Array.from(n):\"Arguments\"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?_arrayLikeToArray(t,e):void 0}}function _wrapNativeSuper(t){var e=\"function\"==typeof Map?new Map:void 0;return(_wrapNativeSuper=function(t){if(null===t||!_isNativeFunction(t))return t;if(\"function\"!=typeof t)throw new TypeError(\"Super expression must either be null or a function\");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,n)}function n(){return _construct(t,arguments,_getPrototypeOf(this).constructor)}return n.prototype=Object.create(t.prototype,{constructor:{value:n,enumerable:!1,writable:!0,configurable:!0}}),_setPrototypeOf(n,t)})(t)}function _isNativeReflectConstruct(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(t){return!1}}function _createSuper(t){var e=_isNativeReflectConstruct();return function(){var n,r=_getPrototypeOf(t);if(e){var o=_getPrototypeOf(this).constructor;n=Reflect.construct(r,arguments,o)}else n=r.apply(this,arguments);return _possibleConstructorReturn(this,n)}}function noop(){}var src_url_equal_anchor,identity=function(t){return t};function assign(t,e){for(var n in e)t[n]=e[n];return t}function run(t){return t()}function blank_object(){return Object.create(null)}function run_all(t){t.forEach(run)}function is_function(t){return\"function\"==typeof t}function safe_not_equal(t,e){return t!=t?e==e:t!==e||t&&\"object\"==typeof t||\"function\"==typeof t}function src_url_equal(t,e){return src_url_equal_anchor||(src_url_equal_anchor=document.createElement(\"a\")),src_url_equal_anchor.href=e,t===src_url_equal_anchor.href}function is_empty(t){return 0===Object.keys(t).length}function subscribe(t){for(var e=arguments.length,n=new Array(e>1?e-1:0),r=1;r<e;r++)n[r-1]=arguments[r];var o;if(null==t)return noop;var i=(o=t).subscribe.apply(o,_toConsumableArray(n));return i.unsubscribe?function(){return i.unsubscribe()}:i}function get_store_value(t){var e;return subscribe(t,function(t){return e=t})(),e}function component_subscribe(t,e,n){t.$$.on_destroy.push(subscribe(e,n))}function create_slot(t,e,n,r){if(t){var o=get_slot_context(t,e,n,r);return t[0](o)}}function get_slot_context(t,e,n,r){return t[1]&&r?assign(n.ctx.slice(),t[1](r(e))):n.ctx}function get_slot_changes(t,e,n,r){if(t[2]&&r){var o=t[2](r(n));if(void 0===e.dirty)return o;if(\"object\"==typeof o){for(var i=[],a=Math.max(e.dirty.length,o.length),c=0;c<a;c+=1)i[c]=e.dirty[c]|o[c];return i}return e.dirty|o}return e.dirty}function update_slot_base(t,e,n,r,o,i){if(o){var a=get_slot_context(e,n,r,i);t.p(a,o)}}function get_all_dirty_from_scope(t){if(t.ctx.length>32){for(var e=[],n=t.ctx.length/32,r=0;r<n;r++)e[r]=-1;return e}return-1}function exclude_internal_props(t){var e={};for(var n in t)\"$\"!==n[0]&&(e[n]=t[n]);return e}function compute_rest_props(t,e){var n={};for(var r in e=new Set(e),t)e.has(r)||\"$\"===r[0]||(n[r]=t[r]);return n}function null_to_empty(t){return null==t?\"\":t}function action_destroyer(t){return t&&is_function(t.destroy)?t.destroy:noop}var is_client=\"undefined\"!=typeof window,now=is_client?function(){return window.performance.now()}:function(){return Date.now()},raf=is_client?function(t){return requestAnimationFrame(t)}:noop,tasks=new Set;function run_tasks(t){tasks.forEach(function(e){e.c(t)||(tasks.delete(e),e.f())}),0!==tasks.size&&raf(run_tasks)}function loop(t){var e;return 0===tasks.size&&raf(run_tasks),{promise:new Promise(function(n){tasks.add(e={c:t,f:n})}),abort:function(){tasks.delete(e)}}}var crossorigin,is_hydrating=!1;function start_hydrating(){is_hydrating=!0}function end_hydrating(){is_hydrating=!1}function upper_bound(t,e,n,r){for(;t<e;){var o=t+(e-t>>1);n(o)<=r?t=o+1:e=o}return t}function init_hydrate(t){if(!t.hydrate_init){t.hydrate_init=!0;var e=t.childNodes;if(\"HEAD\"===t.nodeName){for(var n=[],r=0;r<e.length;r++){var o=e[r];void 0!==o.claim_order&&n.push(o)}e=n}var i=new Int32Array(e.length+1),a=new Int32Array(e.length);i[0]=-1;for(var c=0,s=0;s<e.length;s++){var u=e[s].claim_order,l=(c>0&&e[i[c]].claim_order<=u?c+1:upper_bound(1,c,function(t){return e[i[t]].claim_order},u))-1;a[s]=i[l]+1;var _=l+1;i[_]=s,c=Math.max(_,c)}for(var f=[],d=[],p=e.length-1,h=i[c]+1;0!=h;h=a[h-1]){for(f.push(e[h-1]);p>=h;p--)d.push(e[p]);p--}for(;p>=0;p--)d.push(e[p]);f.reverse(),d.sort(function(t,e){return t.claim_order-e.claim_order});for(var m=0,y=0;m<d.length;m++){for(;y<f.length&&d[m].claim_order>=f[y].claim_order;)y++;var v=y<f.length?f[y]:null;t.insertBefore(d[m],v)}}}function append(t,e){t.appendChild(e)}function append_styles(t,e,n){var r=get_root_for_style(t);if(!r.getElementById(e)){var o=element(\"style\");o.id=e,o.textContent=n,append_stylesheet(r,o)}}function get_root_for_style(t){if(!t)return document;var e=t.getRootNode?t.getRootNode():t.ownerDocument;return e&&e.host?e:t.ownerDocument}function append_empty_stylesheet(t){var e=element(\"style\");return append_stylesheet(get_root_for_style(t),e),e.sheet}function append_stylesheet(t,e){append(t.head||t,e)}function append_hydration(t,e){if(is_hydrating){for(init_hydrate(t),(void 0===t.actual_end_child||null!==t.actual_end_child&&t.actual_end_child.parentElement!==t)&&(t.actual_end_child=t.firstChild);null!==t.actual_end_child&&void 0===t.actual_end_child.claim_order;)t.actual_end_child=t.actual_end_child.nextSibling;e!==t.actual_end_child?void 0===e.claim_order&&e.parentNode===t||t.insertBefore(e,t.actual_end_child):t.actual_end_child=e.nextSibling}else e.parentNode===t&&null===e.nextSibling||t.appendChild(e)}function insert(t,e,n){t.insertBefore(e,n||null)}function insert_hydration(t,e,n){is_hydrating&&!n?append_hydration(t,e):e.parentNode===t&&e.nextSibling==n||t.insertBefore(e,n||null)}function detach(t){t.parentNode.removeChild(t)}function destroy_each(t,e){for(var n=0;n<t.length;n+=1)t[n]&&t[n].d(e)}function element(t){return document.createElement(t)}function svg_element(t){return document.createElementNS(\"http://www.w3.org/2000/svg\",t)}function text(t){return document.createTextNode(t)}function space(){return text(\" \")}function empty(){return text(\"\")}function listen(t,e,n,r){return t.addEventListener(e,n,r),function(){return t.removeEventListener(e,n,r)}}function attr(t,e,n){null==n?t.removeAttribute(e):t.getAttribute(e)!==n&&t.setAttribute(e,n)}function set_attributes(t,e){var n=Object.getOwnPropertyDescriptors(t.__proto__);for(var r in e)null==e[r]?t.removeAttribute(r):\"style\"===r?t.style.cssText=e[r]:\"__value\"===r?t.value=t[r]=e[r]:n[r]&&n[r].set?t[r]=e[r]:attr(t,r,e[r])}function set_svg_attributes(t,e){for(var n in e)attr(t,n,e[n])}function xlink_attr(t,e,n){t.setAttributeNS(\"http://www.w3.org/1999/xlink\",e,n)}function to_number(t){return\"\"===t?null:+t}function children(t){return Array.from(t.childNodes)}function init_claim_info(t){void 0===t.claim_info&&(t.claim_info={last_index:0,total_claimed:0})}function claim_node(t,e,n,r){var o=arguments.length>4&&void 0!==arguments[4]&&arguments[4];init_claim_info(t);var i=function(){for(var i=t.claim_info.last_index;i<t.length;i++){var a=t[i];if(e(a)){var c=n(a);return void 0===c?t.splice(i,1):t[i]=c,o||(t.claim_info.last_index=i),a}}for(var s=t.claim_info.last_index-1;s>=0;s--){var u=t[s];if(e(u)){var l=n(u);return void 0===l?t.splice(s,1):t[s]=l,o?void 0===l&&t.claim_info.last_index--:t.claim_info.last_index=s,u}}return r()}();return i.claim_order=t.claim_info.total_claimed,t.claim_info.total_claimed+=1,i}function claim_element_base(t,e,n,r){return claim_node(t,function(t){return t.nodeName===e},function(t){for(var e=[],r=0;r<t.attributes.length;r++){var o=t.attributes[r];n[o.name]||e.push(o.name)}e.forEach(function(e){return t.removeAttribute(e)})},function(){return r(e)})}function claim_element(t,e,n){return claim_element_base(t,e,n,element)}function claim_svg_element(t,e,n){return claim_element_base(t,e,n,svg_element)}function claim_text(t,e){return claim_node(t,function(t){return 3===t.nodeType},function(t){var n=\"\"+e;if(t.data.startsWith(n)){if(t.data.length!==n.length)return t.splitText(n.length)}else t.data=n},function(){return text(e)},!0)}function claim_space(t){return claim_text(t,\" \")}function find_comment(t,e,n){for(var r=n;r<t.length;r+=1){var o=t[r];if(8===o.nodeType&&o.textContent.trim()===e)return r}return t.length}function claim_html_tag(t,e){var n=find_comment(t,\"HTML_TAG_START\",0),r=find_comment(t,\"HTML_TAG_END\",n);if(n===r)return new HtmlTagHydration(void 0,e);init_claim_info(t);var o=t.splice(n,r-n+1);detach(o[0]),detach(o[o.length-1]);var i=o.slice(1,o.length-1),a=!0,c=!1,s=void 0;try{for(var u,l=i[Symbol.iterator]();!(a=(u=l.next()).done);a=!0){u.value.claim_order=t.claim_info.total_claimed,t.claim_info.total_claimed+=1}}catch(t){c=!0,s=t}finally{try{a||null==l.return||l.return()}finally{if(c)throw s}}return new HtmlTagHydration(i,e)}function set_data(t,e){e=\"\"+e,t.wholeText!==e&&(t.data=e)}function set_input_value(t,e){t.value=null==e?\"\":e}function set_style(t,e,n,r){null===n?t.style.removeProperty(e):t.style.setProperty(e,n,r?\"important\":\"\")}function select_option(t,e){for(var n=0;n<t.options.length;n+=1){var r=t.options[n];if(r.__value===e)return void(r.selected=!0)}t.selectedIndex=-1}function select_value(t){var e=t.querySelector(\":checked\")||t.options[0];return e&&e.__value}function is_crossorigin(){if(void 0===crossorigin){crossorigin=!1;try{\"undefined\"!=typeof window&&window.parent&&window.parent.document}catch(t){crossorigin=!0}}return crossorigin}function add_resize_listener(t,e){\"static\"===getComputedStyle(t).position&&(t.style.position=\"relative\");var n=element(\"iframe\");n.setAttribute(\"style\",\"display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; border: 0; opacity: 0; pointer-events: none; z-index: -1;\"),n.setAttribute(\"aria-hidden\",\"true\"),n.tabIndex=-1;var r,o=is_crossorigin();return o?(n.src=\"data:text/html,<script>onresize=function(){parent.postMessage(0,\\'*\\')}<\\\\/script>\",r=listen(window,\"message\",function(t){t.source===n.contentWindow&&e()})):(n.src=\"about:blank\",n.onload=function(){r=listen(n.contentWindow,\"resize\",e)}),append(t,n),function(){o?r():r&&n.contentWindow&&r(),detach(n)}}function toggle_class(t,e,n){t.classList[n?\"add\":\"remove\"](e)}function custom_event(t,e){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},r=n.bubbles,o=void 0!==r&&r,i=n.cancelable,a=void 0!==i&&i,c=document.createEvent(\"CustomEvent\");return c.initCustomEvent(t,o,a,e),c}var current_component,HtmlTag=function(){function t(){var e=arguments.length>0&&void 0!==arguments[0]&&arguments[0];_classCallCheck(this,t),this.is_svg=!1,this.is_svg=e,this.e=this.n=null}return _createClass(t,[{key:\"c\",value:function(t){this.h(t)}},{key:\"m\",value:function(t,e){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null;this.e||(this.is_svg?this.e=svg_element(e.nodeName):this.e=element(e.nodeName),this.t=e,this.c(t)),this.i(n)}},{key:\"h\",value:function(t){this.e.innerHTML=t,this.n=Array.from(this.e.childNodes)}},{key:\"i\",value:function(t){for(var e=0;e<this.n.length;e+=1)insert(this.t,this.n[e],t)}},{key:\"p\",value:function(t){this.d(),this.h(t),this.i(this.a)}},{key:\"d\",value:function(){this.n.forEach(detach)}}]),t}(),HtmlTagHydration=function(t){_inherits(n,t);var e=_createSuper(n);function n(t){var r,o=arguments.length>1&&void 0!==arguments[1]&&arguments[1];return _classCallCheck(this,n),(r=e.call(this,o)).e=r.n=null,r.l=t,r}return _createClass(n,[{key:\"c\",value:function(t){this.l?this.n=this.l:_get(_getPrototypeOf(n.prototype),\"c\",this).call(this,t)}},{key:\"i\",value:function(t){for(var e=0;e<this.n.length;e+=1)insert_hydration(this.t,this.n[e],t)}}]),n}(HtmlTag),managed_styles=new Map,active=0;function hash(t){for(var e=5381,n=t.length;n--;)e=(e<<5)-e^t.charCodeAt(n);return e>>>0}function create_style_information(t,e){var n={stylesheet:append_empty_stylesheet(e),rules:{}};return managed_styles.set(t,n),n}function create_rule(t,e,n,r,o,i,a){for(var c=arguments.length>7&&void 0!==arguments[7]?arguments[7]:0,s=16.666/r,u=\"{\\\\n\",l=0;l<=1;l+=s){var _=e+(n-e)*i(l);u+=100*l+\"%{\".concat(a(_,1-_),\"}\\\\n\")}var f=u+\"100% {\".concat(a(n,1-n),\"}\\\\n}\"),d=\"__svelte_\".concat(hash(f),\"_\").concat(c),p=get_root_for_style(t),h=managed_styles.get(p)||create_style_information(p,t),m=h.stylesheet,y=h.rules;y[d]||(y[d]=!0,m.insertRule(\"@keyframes \".concat(d,\" \").concat(f),m.cssRules.length));var v=t.style.animation||\"\";return t.style.animation=\"\".concat(v?\"\".concat(v,\", \"):\"\").concat(d,\" \").concat(r,\"ms linear \").concat(o,\"ms 1 both\"),active+=1,d}function delete_rule(t,e){var n=(t.style.animation||\"\").split(\", \"),r=n.filter(e?function(t){return t.indexOf(e)<0}:function(t){return-1===t.indexOf(\"__svelte\")}),o=n.length-r.length;o&&(t.style.animation=r.join(\", \"),(active-=o)||clear_rules())}function clear_rules(){raf(function(){active||(managed_styles.forEach(function(t){for(var e=t.stylesheet,n=e.cssRules.length;n--;)e.deleteRule(n);t.rules={}}),managed_styles.clear())})}function set_current_component(t){current_component=t}function get_current_component(){if(!current_component)throw new Error(\"Function called outside component initialization\");return current_component}function beforeUpdate(t){get_current_component().$$.before_update.push(t)}function onMount(t){get_current_component().$$.on_mount.push(t)}function afterUpdate(t){get_current_component().$$.after_update.push(t)}function onDestroy(t){get_current_component().$$.on_destroy.push(t)}function createEventDispatcher(){var t=get_current_component();return function(e,n){var r=(arguments.length>2&&void 0!==arguments[2]?arguments[2]:{}).cancelable,o=void 0!==r&&r,i=t.$$.callbacks[e];if(i){var a=custom_event(e,n,{cancelable:o});return i.slice().forEach(function(e){e.call(t,a)}),!a.defaultPrevented}return!0}}function setContext(t,e){return get_current_component().$$.context.set(t,e),e}function getContext(t){return get_current_component().$$.context.get(t)}function bubble(t,e){var n=this,r=t.$$.callbacks[e.type];r&&r.slice().forEach(function(t){return t.call(n,e)})}var dirty_components=[],binding_callbacks=[],render_callbacks=[],flush_callbacks=[],resolved_promise=Promise.resolve(),update_scheduled=!1;function schedule_update(){update_scheduled||(update_scheduled=!0,resolved_promise.then(flush))}function add_render_callback(t){render_callbacks.push(t)}function add_flush_callback(t){flush_callbacks.push(t)}var promise,seen_callbacks=new Set,flushidx=0;function flush(){var t=current_component;do{for(;flushidx<dirty_components.length;){var e=dirty_components[flushidx];flushidx++,set_current_component(e),update(e.$$)}for(set_current_component(null),dirty_components.length=0,flushidx=0;binding_callbacks.length;)binding_callbacks.pop()();for(var n=0;n<render_callbacks.length;n+=1){var r=render_callbacks[n];seen_callbacks.has(r)||(seen_callbacks.add(r),r())}render_callbacks.length=0}while(dirty_components.length);for(;flush_callbacks.length;)flush_callbacks.pop()();update_scheduled=!1,seen_callbacks.clear(),set_current_component(t)}function update(t){if(null!==t.fragment){t.update(),run_all(t.before_update);var e=t.dirty;t.dirty=[-1],t.fragment&&t.fragment.p(t.ctx,e),t.after_update.forEach(add_render_callback)}}function wait(){return promise||(promise=Promise.resolve()).then(function(){promise=null}),promise}function dispatch(t,e,n){t.dispatchEvent(custom_event(\"\".concat(e?\"intro\":\"outro\").concat(n)))}var outros,outroing=new Set;function group_outros(){outros={r:0,c:[],p:outros}}function check_outros(){outros.r||run_all(outros.c),outros=outros.p}function transition_in(t,e){t&&t.i&&(outroing.delete(t),t.i(e))}function transition_out(t,e,n,r){if(t&&t.o){if(outroing.has(t))return;outroing.add(t),outros.c.push(function(){outroing.delete(t),r&&(n&&t.d(1),r())}),t.o(e)}else r&&r()}var null_transition={duration:0};function create_bidirectional_transition(t,e,n,r){var o=function(){_&&delete_rule(t,_)},i=function(t,e){var n=t.b-s;return e*=Math.abs(n),{a:s,b:t.b,d:n,duration:e,start:t.start,end:t.start+e,group:t.group}},a=function(e){var n=c||null_transition,r=n.delay,a=void 0===r?0:r,f=n.duration,d=void 0===f?300:f,p=n.easing,h=void 0===p?identity:p,m=n.tick,y=void 0===m?noop:m,v=n.css,g={start:now()+a,b:e};e||(g.group=outros,outros.r+=1),u||l?l=g:(v&&(o(),_=create_rule(t,s,e,d,a,h,v)),e&&y(0,1),u=i(g,d),add_render_callback(function(){return dispatch(t,e,\"start\")}),loop(function(e){if(l&&e>l.start&&(u=i(l,d),l=null,dispatch(t,u.b,\"start\"),v&&(o(),_=create_rule(t,s,u.b,u.duration,0,h,c.css))),u)if(e>=u.end)y(s=u.b,1-s),dispatch(t,u.b,\"end\"),l||(u.b?o():--u.group.r||run_all(u.group.c)),u=null;else if(e>=u.start){var n=e-u.start;s=u.a+u.d*h(n/u.duration),y(s,1-s)}return!(!u&&!l)}))},c=e(t,n),s=r?0:1,u=null,l=null,_=null;return{run:function(t){is_function(c)?wait().then(function(){c=c(),a(t)}):a(t)},end:function(){o(),u=l=null}}}var globals=\"undefined\"!=typeof window?window:\"undefined\"!=typeof globalThis?globalThis:global;function destroy_block(t,e){t.d(1),e.delete(t.key)}function outro_and_destroy_block(t,e){transition_out(t,1,1,function(){e.delete(t.key)})}function update_keyed_each(t,e,n,r,o,i,a,c,s,u,l,_){for(var f=function(t){transition_in(t,1),t.m(c,l),a.set(t.key,t),l=t.first,p--},d=t.length,p=i.length,h=d,m={};h--;)m[t[h].key]=h;var y=[],v=new Map,g=new Map;for(h=p;h--;){var b=_(o,i,h),x=n(b),k=a.get(x);k?r&&k.p(b,e):(k=u(x,b)).c(),v.set(x,y[h]=k),x in m&&g.set(x,Math.abs(h-m[x]))}for(var $=new Set,w=new Set;d&&p;){var C=y[p-1],S=t[d-1],O=C.key,A=S.key;C===S?(l=C.first,d--,p--):v.has(A)?!a.has(O)||$.has(O)?f(C):w.has(A)?d--:g.get(O)>g.get(A)?(w.add(O),f(C)):($.add(A),d--):(s(S,a),d--)}for(;d--;){var T=t[d];v.has(T.key)||s(T,a)}for(;p;)f(y[p-1]);return y}function get_spread_update(t,e){for(var n={},r={},o={$$scope:1},i=t.length;i--;){var a=t[i],c=e[i];if(c){for(var s in a)s in c||(r[s]=1);for(var u in c)o[u]||(n[u]=c[u],o[u]=1);t[i]=c}else for(var l in a)o[l]=1}for(var _ in r)_ in n||(n[_]=void 0);return n}function get_spread_object(t){return\"object\"==typeof t&&null!==t?t:{}}function bind(t,e,n){var r=t.$$.props[e];void 0!==r&&(t.$$.bound[r]=n,n(t.$$.ctx[r]))}function create_component(t){t&&t.c()}function claim_component(t,e){t&&t.l(e)}function mount_component(t,e,n,r){var o=t.$$,i=o.fragment,a=o.on_mount,c=o.on_destroy,s=o.after_update;i&&i.m(e,n),r||add_render_callback(function(){var e,n=a.map(run).filter(is_function);c?(e=c).push.apply(e,_toConsumableArray(n)):run_all(n);t.$$.on_mount=[]}),s.forEach(add_render_callback)}function destroy_component(t,e){var n=t.$$;null!==n.fragment&&(run_all(n.on_destroy),n.fragment&&n.fragment.d(e),n.on_destroy=n.fragment=null,n.ctx=[])}function make_dirty(t,e){-1===t.$$.dirty[0]&&(dirty_components.push(t),schedule_update(),t.$$.dirty.fill(0)),t.$$.dirty[e/31|0]|=1<<e%31}function init(t,e,n,r,o,i,a){var c=arguments.length>7&&void 0!==arguments[7]?arguments[7]:[-1],s=current_component;set_current_component(t);var u=t.$$={fragment:null,ctx:null,props:i,update:noop,not_equal:o,bound:blank_object(),on_mount:[],on_destroy:[],on_disconnect:[],before_update:[],after_update:[],context:new Map(e.context||(s?s.$$.context:[])),callbacks:blank_object(),dirty:c,skip_bound:!1,root:e.target||s.$$.root};a&&a(u.root);var l=!1;if(u.ctx=n?n(t,e.props||{},function(e,n){for(var r=arguments.length,i=new Array(r>2?r-2:0),a=2;a<r;a++)i[a-2]=arguments[a];var c=i.length?i[0]:n;return u.ctx&&o(u.ctx[e],u.ctx[e]=c)&&(!u.skip_bound&&u.bound[e]&&u.bound[e](c),l&&make_dirty(t,e)),n}):[],u.update(),l=!0,run_all(u.before_update),u.fragment=!!r&&r(u.ctx),e.target){if(e.hydrate){start_hydrating();var _=children(e.target);u.fragment&&u.fragment.l(_),_.forEach(detach)}else u.fragment&&u.fragment.c();e.intro&&transition_in(t.$$.fragment),mount_component(t,e.target,e.anchor,e.customElement),end_hydrating(),flush()}set_current_component(s)}\"function\"==typeof HTMLElement&&function(t){_inherits(n,_wrapNativeSuper(HTMLElement));var e=_createSuper(n);function n(){var t;return _classCallCheck(this,n),(t=e.call(this)).attachShadow({mode:\"open\"}),t}_createClass(n,[{key:\"connectedCallback\",value:function(){var t=this.$$.on_mount;for(var e in this.$$.on_disconnect=t.map(run).filter(is_function),this.$$.slotted)this.appendChild(this.$$.slotted[e])}},{key:\"attributeChangedCallback\",value:function(t,e,n){this[t]=n}},{key:\"disconnectedCallback\",value:function(){run_all(this.$$.on_disconnect)}},{key:\"$destroy\",value:function(){destroy_component(this,1),this.$destroy=noop}},{key:\"$on\",value:function(t,e){var n=this.$$.callbacks[t]||(this.$$.callbacks[t]=[]);return n.push(e),function(){var t=n.indexOf(e);-1!==t&&n.splice(t,1)}}},{key:\"$set\",value:function(t){this.$$set&&!is_empty(t)&&(this.$$.skip_bound=!0,this.$$set(t),this.$$.skip_bound=!1)}}])}();var SvelteComponent=function(){function t(){_classCallCheck(this,t)}return _createClass(t,[{key:\"$destroy\",value:function(){destroy_component(this,1),this.$destroy=noop}},{key:\"$on\",value:function(t,e){var n=this.$$.callbacks[t]||(this.$$.callbacks[t]=[]);return n.push(e),function(){var t=n.indexOf(e);-1!==t&&n.splice(t,1)}}},{key:\"$set\",value:function(t){this.$$set&&!is_empty(t)&&(this.$$.skip_bound=!0,this.$$set(t),this.$$.skip_bound=!1)}}]),t}(),SvelteComponentDev=function(t){_inherits(n,t);var e=_createSuper(n);function n(t){if(_classCallCheck(this,n),!t||!t.target&&!t.$$inline)throw new Error(\"\\'target\\' is a required option\");return e.call(this)}return _createClass(n,[{key:\"$destroy\",value:function(){_get(_getPrototypeOf(n.prototype),\"$destroy\",this).call(this),this.$destroy=function(){console.warn(\"Component was already destroyed\")}}},{key:\"$capture_state\",value:function(){}},{key:\"$inject_state\",value:function(){}}]),n}(SvelteComponent);!function(t){_inherits(n,t);var e=_createSuper(n);function n(t){return _classCallCheck(this,n),e.call(this,t)}}(SvelteComponentDev),exports.HtmlTagHydration=HtmlTagHydration,exports.SvelteComponent=SvelteComponent,exports.action_destroyer=action_destroyer,exports.add_flush_callback=add_flush_callback,exports.add_render_callback=add_render_callback,exports.add_resize_listener=add_resize_listener,exports.afterUpdate=afterUpdate,exports.append_hydration=append_hydration,exports.append_styles=append_styles,exports.assign=assign,exports.attr=attr,exports.beforeUpdate=beforeUpdate,exports.bind=bind,exports.binding_callbacks=binding_callbacks,exports.bubble=bubble,exports.check_outros=check_outros,exports.children=children,exports.claim_component=claim_component,exports.claim_element=claim_element,exports.claim_html_tag=claim_html_tag,exports.claim_space=claim_space,exports.claim_svg_element=claim_svg_element,exports.claim_text=claim_text,exports.component_subscribe=component_subscribe,exports.compute_rest_props=compute_rest_props,exports.createEventDispatcher=createEventDispatcher,exports.create_bidirectional_transition=create_bidirectional_transition,exports.create_component=create_component,exports.create_slot=create_slot,exports.destroy_block=destroy_block,exports.destroy_component=destroy_component,exports.destroy_each=destroy_each,exports.detach=detach,exports.element=element,exports.empty=empty,exports.exclude_internal_props=exclude_internal_props,exports.getContext=getContext,exports.get_all_dirty_from_scope=get_all_dirty_from_scope,exports.get_slot_changes=get_slot_changes,exports.get_spread_object=get_spread_object,exports.get_spread_update=get_spread_update,exports.get_store_value=get_store_value,exports.globals=globals,exports.group_outros=group_outros,exports.identity=identity,exports.init=init,exports.insert_hydration=insert_hydration,exports.is_function=is_function,exports.listen=listen,exports.loop=loop,exports.mount_component=mount_component,exports.noop=noop,exports.now=now,exports.null_to_empty=null_to_empty,exports.onDestroy=onDestroy,exports.onMount=onMount,exports.outro_and_destroy_block=outro_and_destroy_block,exports.run_all=run_all,exports.safe_not_equal=safe_not_equal,exports.select_option=select_option,exports.select_value=select_value,exports.setContext=setContext,exports.set_attributes=set_attributes,exports.set_data=set_data,exports.set_input_value=set_input_value,exports.set_style=set_style,exports.set_svg_attributes=set_svg_attributes,exports.space=space,exports.src_url_equal=src_url_equal,exports.subscribe=subscribe,exports.svg_element=svg_element,exports.text=text,exports.to_number=to_number,exports.toggle_class=toggle_class,exports.transition_in=transition_in,exports.transition_out=transition_out,exports.update_keyed_each=update_keyed_each,exports.update_slot_base=update_slot_base,exports.xlink_attr=xlink_attr;\\n\\n}).call(this)}).call(this,typeof global !== \"undefined\" ? global : typeof self !== \"undefined\" ? self : typeof window !== \"undefined\" ? window : {})}, {}];\\nwindow.modules[\"566\"] = [function(require,module,exports){\"use strict\";function _arrayLikeToArray(e,r){(null==r||r>e.length)&&(r=e.length);for(var t=0,n=new Array(r);t<r;t++)n[t]=e[t];return n}function _arrayWithoutHoles(e){if(Array.isArray(e))return _arrayLikeToArray(e)}function _defineProperty(e,r,t){return r in e?Object.defineProperty(e,r,{value:t,enumerable:!0,configurable:!0,writable:!0}):e[r]=t,e}function _iterableToArray(e){if(\"undefined\"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e[\"@@iterator\"])return Array.from(e)}function _nonIterableSpread(){throw new TypeError(\"Invalid attempt to spread non-iterable instance.\\\\\\\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}function _objectSpread(e){for(var r=1;r<arguments.length;r++){var t=null!=arguments[r]?arguments[r]:{},n=Object.keys(t);\"function\"==typeof Object.getOwnPropertySymbols&&(n=n.concat(Object.getOwnPropertySymbols(t).filter(function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.forEach(function(r){_defineProperty(e,r,t[r])})}return e}function _toConsumableArray(e){return _arrayWithoutHoles(e)||_iterableToArray(e)||_unsupportedIterableToArray(e)||_nonIterableSpread()}function _unsupportedIterableToArray(e,r){if(e){if(\"string\"==typeof e)return _arrayLikeToArray(e,r);var t=Object.prototype.toString.call(e).slice(8,-1);return\"Object\"===t&&e.constructor&&(t=e.constructor.name),\"Map\"===t||\"Set\"===t?Array.from(t):\"Arguments\"===t||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t)?_arrayLikeToArray(e,r):void 0}}var GRADIENT_CLASSNAME=\"scrollable-gradient-hidden-scrollbar\",defaultProps={maxGradientWidth:28,gradientFadeOffset:70};function styleTagCreator(){if(\"undefined\"!=typeof window){var e=[],r=document.createElement(\"style\");r.textContent=\"\\\\n .\".concat(GRADIENT_CLASSNAME,\" {\\\\n scrollbar-width: none;\\\\n -ms-overflow-style: none;\\\\n }\\\\n .\").concat(GRADIENT_CLASSNAME,\"::-webkit-scrollbar {\\\\n display: none;\\\\n }\\\\n \");return{add:function(t){0===e.length&&document.head.appendChild(r),e=_toConsumableArray(e).concat([t])},remove:function(t){0===(e=e.filter(function(e){return e!==t})).length&&r.remove()}}}return null}var styleTagControl=styleTagCreator();function createResizeObserver(){var e;return\"undefined\"!=typeof window?function(){return e||(e=new ResizeObserver(function(e){var r=!0,t=!1,n=void 0;try{for(var o,a=e[Symbol.iterator]();!(r=(o=a.next()).done);r=!0){var i=o.value.target;i.scrollWidth<=i.clientWidth?i.style.setProperty(\"--gradient-visibility\",\"hidden\"):i.style.setProperty(\"--gradient-visibility\",\"display\")}}catch(e){t=!0,n=e}finally{try{r||null==a.return||a.return()}finally{if(t)throw n}}})),e}:null}var observerInstance=createResizeObserver();function horizontalScrollableGradient(e,r){var t=function(){if(0!==n.gradientFadeOffset){var r=e.scrollWidth-e.offsetWidth-e.scrollLeft,t=n.maxGradientWidth;if(r<n.gradientFadeOffset){var o=r/(n.gradientFadeOffset/100);t=n.maxGradientWidth/100*o}e.style.setProperty(\"--gradient-width\",\"\".concat(t,\"%\"))}},n=_objectSpread({},defaultProps,r);if(null===window||void 0===window?void 0:window.getComputedStyle){\"static\"===window.getComputedStyle(e).getPropertyValue(\"display\")&&(e.style.position=\"relative\");var o=document.createElement(\"div\");styleTagControl.add(e),e.classList.add(GRADIENT_CLASSNAME),Object.assign(o.style,{position:\"absolute\",top:0,right:0,height:\"100%\",boxSizing:\"border-box\",overflowX:\"auto\",pointerEvents:\"none\",display:\"block\",width:\"var(--gradient-width, 28%)\",zIndex:1,background:\"linear-gradient(to right, rgba(255, 255, 255, 0) 11%, rgba(255, 255, 255, 0.83) 50%)\",visibility:\"var(--gradient-visibility, hidden)\"});var a=observerInstance();return a.observe(e),e.style.setProperty(\"--gradient-width\",\"\".concat(n.maxGradientWidth,\"%\")),e.appendChild(o),e.addEventListener(\"scroll\",t),{destroy:function(){a.unobserve(e),e.removeEventListener(\"scroll\",t),o.remove(),styleTagControl.remove(e)}}}}exports.horizontalScrollableGradient=horizontalScrollableGradient;\\n}, {}];\\nwindow.modules[\"567\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_regeneratorRuntime_runtime=require(568),_vendor_browser__cnnprivate_zionDaltonSdk_dist_index=require(571),_vendor_browser_lodash_get=require(569),_lib_browser_common_clients_MyElection_store=require(572),_lib_browser_common_clients_MyElection_util=require(573),_lib_browser_common_clients_MyElection_types=require(574),_vendor_browser_lodash_lodash=require(570);function _arrayLikeToArray(e,r){(null==r||r>e.length)&&(r=e.length);for(var t=0,n=new Array(r);t<r;t++)n[t]=e[t];return n}function _arrayWithHoles(e){if(Array.isArray(e))return e}function asyncGeneratorStep(e,r,t,n,o,i,s){try{var _=e[i](s),l=_.value}catch(e){return void t(e)}_.done?r(l):Promise.resolve(l).then(n,o)}function _asyncToGenerator(e){return function(){var r=this,t=arguments;return new Promise(function(n,o){var i=e.apply(r,t);function s(e){asyncGeneratorStep(i,n,o,s,_,\"next\",e)}function _(e){asyncGeneratorStep(i,n,o,s,_,\"throw\",e)}s(void 0)})}}function _classCallCheck(e,r){if(!(e instanceof r))throw new TypeError(\"Cannot call a class as a function\")}function _iterableToArrayLimit(e,r){var t=null==e?null:\"undefined\"!=typeof Symbol&&e[Symbol.iterator]||e[\"@@iterator\"];if(null!=t){var n,o,i=[],s=!0,_=!1;try{for(t=t.call(e);!(s=(n=t.next()).done)&&(i.push(n.value),!r||i.length!==r);s=!0);}catch(e){_=!0,o=e}finally{try{s||null==t.return||t.return()}finally{if(_)throw o}}return i}}function _nonIterableRest(){throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\\\\\\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}function _slicedToArray(e,r){return _arrayWithHoles(e)||_iterableToArrayLimit(e,r)||_unsupportedIterableToArray(e,r)||_nonIterableRest()}function _unsupportedIterableToArray(e,r){if(e){if(\"string\"==typeof e)return _arrayLikeToArray(e,r);var t=Object.prototype.toString.call(e).slice(8,-1);return\"Object\"===t&&e.constructor&&(t=e.constructor.name),\"Map\"===t||\"Set\"===t?Array.from(t):\"Arguments\"===t||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t)?_arrayLikeToArray(e,r):void 0}}var MyElectionClient=function(){function e(r){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null;_classCallCheck(this,e),this._followedContests={},this._daltonClient=new _vendor_browser__cnnprivate_zionDaltonSdk_dist_index.dist({env:r.env,cookieVersion:r.cookieVersion}),this._accessToken=t||this._daltonClient.getToken(),this._unsubscribes=[],this._logInUrl=r.logInUrl,this._signUpUrl=r.signUpUrl,this._initElectionEvent=this._initElectionEvent.bind(this),_lib_browser_common_clients_MyElection_store.store[_lib_browser_common_clients_MyElection_types.SUBSCRIPTION_TYPE.AUTH].set(!!this._accessToken),this._initStoreSubscriptions(),this._initListeners(),this._initializedEvents=new Set}var r=e.prototype;return r.isAuthenticated=function(){return Boolean(this._accessToken)},r.init=function(e){var r=this;return _asyncToGenerator(_vendor_browser_regeneratorRuntime_runtime.runtime_1.mark(function t(){var n,o,i,s,_,l,c,a,u,b,f,d,v;return _vendor_browser_regeneratorRuntime_runtime.runtime_1.wrap(function(t){for(;;)switch(t.prev=t.next){case 0:if(n=r._daltonClient,o=r._accessToken,i=r._initElectionEvent,(s=e.filter(function(e){return!r._initializedEvents.has(e)})).length){t.next=6;break}return t.abrupt(\"return\");case 6:s.map(function(e){return r._initializedEvents.add(e)});case 7:return t.prev=7,t.next=10,n.preferences(o);case 10:if(_=t.sent,l=_.preferences,c=void 0===l?[]:l,!Array.isArray(c)){t.next=31;break}for(a=!0,u=!1,b=void 0,t.prev=15,f=s[Symbol.iterator]();!(a=(d=f.next()).done);a=!0)v=d.value,i(v,c);t.next=23;break;case 19:t.prev=19,t.t0=t.catch(15),u=!0,b=t.t0;case 23:t.prev=23,t.prev=24,a||null==f.return||f.return();case 26:if(t.prev=26,!u){t.next=29;break}throw b;case 29:return t.finish(26);case 30:return t.finish(23);case 31:t.next=36;break;case 33:t.prev=33,t.t1=t.catch(7),console.error(\"Encountered error while fetching preferences: \".concat(JSON.stringify(t.t1),\".\"));case 36:case\"end\":return t.stop()}},t,null,[[7,33],[15,19,23,31],[24,,26,30]])}))()},r.isFollowing=function(e,r){return _vendor_browser_lodash_get.get_1(this._followedContests,[e,r],!1)},r.followContest=function(e,r){_lib_browser_common_clients_MyElection_store.store.followedContests[e].addContest(r)},r.unfollowContest=function(e,r){_lib_browser_common_clients_MyElection_store.store.followedContests[e].removeContest(r)},r.getFollowedContests=function(e,r){var t=_lib_browser_common_clients_MyElection_util.followedContestsTransforms.objToArr(this._followedContests[e]);return r&&(t=this._filter(t,r)),t},r.subscribe=function(e,r,t,n){var o,i=this._filter,s=this._unsubscribes;if(e===_lib_browser_common_clients_MyElection_types.SUBSCRIPTION_TYPE.FOLLOWED_CONTESTS){if(!t)return void console.warn(\"Must provide electionEvent for the FOLLOWED_CONTESTS subscription type.\");var _=_vendor_browser_lodash_get.get_1(_lib_browser_common_clients_MyElection_store.store,[e,t]);if(!_)return void console.warn(\"Store not found for subscription type \".concat(e,\" and election event \").concat(t,\".\"));o=_.subscribe(function(e){var t=Object.keys(e);n&&(t=i(t,n)),r(t)})}else{var l=_vendor_browser_lodash_get.get_1(_lib_browser_common_clients_MyElection_store.store,[e]);if(!l)return void console.warn(\"Store not found for subscription type \".concat(e,\".\"));o=l.subscribe(function(e){r(e)})}s.push(o)},r.unsubscribe=function(){var e=!0,r=!1,t=void 0;try{for(var n,o=this._unsubscribes[Symbol.iterator]();!(e=(n=o.next()).done);e=!0){(0,n.value)()}}catch(e){r=!0,t=e}finally{try{e||null==o.return||o.return()}finally{if(r)throw t}}this._unsubscribes=[]},r._initListeners=function(){var e=this;document.addEventListener(_lib_browser_common_clients_MyElection_util.LOGOUT_EVENT_NAME,function(){e._accessToken=e._daltonClient.getToken(),_lib_browser_common_clients_MyElection_store.store[_lib_browser_common_clients_MyElection_types.SUBSCRIPTION_TYPE.AUTH].set(Boolean(e._accessToken))})},r._initStoreSubscriptions=function(){var e=function(e){var n=_lib_browser_common_clients_MyElection_store.store.followedContests[e];t.push(n.subscribe(function(t){r[e]=t}))},r=this._followedContests,t=this._unsubscribes;for(var n in _lib_browser_common_clients_MyElection_store.store.followedContests)e(n)},r._initElectionEvent=function(e,r){var t=this._daltonClient,n=this._accessToken,o=this._unsubscribes,i=_lib_browser_common_clients_MyElection_store.store.followedContests[e],s=_lib_browser_common_clients_MyElection_util.generateCollectionKey(e),_=r.find(function(e){return e.collection===s});_||console.warn(\"Could not find collection for \".concat(e,\".\"));var l=_vendor_browser_lodash_get.get_1(_,\"selections\",[]);i.set(_lib_browser_common_clients_MyElection_util.followedContestsTransforms.arrToObj(l));var c,a=l;o.push(i.subscribe((c=_asyncToGenerator(_vendor_browser_regeneratorRuntime_runtime.runtime_1.mark(function e(r){var o;return _vendor_browser_regeneratorRuntime_runtime.runtime_1.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:if(o=_lib_browser_common_clients_MyElection_util.followedContestsTransforms.objToArr(r),e.prev=1,!_vendor_browser_lodash_lodash.lodash.isEqual(o,a)){e.next=5;break}return e.abrupt(\"return\");case 5:return a=o,e.next=8,t.updatePreferencesV2(s,o,n);case 8:e.next=13;break;case 10:e.prev=10,e.t0=e.catch(1),console.error(\"Encountered error while updating preferences: \".concat(JSON.stringify(e.t0),\".\"));case 13:case\"end\":return e.stop()}},e,null,[[1,10]])})),function(e){return c.apply(this,arguments)})))},r._filter=function(e,r){var t=r[_lib_browser_common_clients_MyElection_types.FILTER.CONTEST_TYPE],n=r[_lib_browser_common_clients_MyElection_types.FILTER.STATE],o=[],i=!0,s=!1,_=void 0;try{for(var l,c=e[Symbol.iterator]();!(i=(l=c.next()).done);i=!0){var a=l.value,u=_slicedToArray(a.split(\"-\"),3),b=(u[0],u[1]),f=u[2],d=_lib_browser_common_clients_MyElection_util.isFilterMatch(b,t),v=_lib_browser_common_clients_MyElection_util.isFilterMatch(f,n);d&&v&&o.push(a)}}catch(e){s=!0,_=e}finally{try{i||null==c.return||c.return()}finally{if(s)throw _}}return o},r.getLogInUrl=function(){return this._logInUrl},r.getSignUpUrl=function(){return this._signUpUrl},e}();exports.MyElectionClient=MyElectionClient;\\n}, {\"568\":568,\"569\":569,\"570\":570,\"571\":571,\"572\":572,\"573\":573,\"574\":574}];\\nwindow.modules[\"568\"] = [function(require,module,exports){\"use strict\";var _vendor_browser__commonjsHelpers=require(937);function _instanceof(t,r){return null!=r&&\"undefined\"!=typeof Symbol&&r[Symbol.hasInstance]?!!r[Symbol.hasInstance](t):t instanceof r}var runtime_1=_vendor_browser__commonjsHelpers.createCommonjsModule(function(t){var r=function(t){var r,e=function(t,r,e){return Object.defineProperty(t,r,{value:e,enumerable:!0,configurable:!0,writable:!0}),t[r]},n=function(t,r,e,n){var o=r&&_instanceof(r.prototype,i)?r:i,a=Object.create(o.prototype),c=new p(n||[]);return a._invoke=s(t,e,c),a},o=function(t,r,e){try{return{type:\"normal\",arg:t.call(r,e)}}catch(t){return{type:\"throw\",arg:t}}},i=function(){},a=function(){},c=function(){},u=function(t){[\"next\",\"throw\",\"return\"].forEach(function(r){e(t,r,function(t){return this._invoke(r,t)})})},h=function(t,r){var e;this._invoke=function(n,i){function a(){return new r(function(e,a){!function e(n,i,a,c){var u=o(t[n],t,i);if(\"throw\"!==u.type){var h=u.arg,s=h.value;return s&&\"object\"==typeof s&&m.call(s,\"__await\")?r.resolve(s.__await).then(function(t){e(\"next\",t,a,c)},function(t){e(\"throw\",t,a,c)}):r.resolve(s).then(function(t){h.value=t,a(h)},function(t){return e(\"throw\",t,a,c)})}c(u.arg)}(n,i,e,a)})}return e=e?e.then(a,a):a()}},s=function(t,r,e){var n=L;return function(i,a){if(n===E)throw new Error(\"Generator is already running\");if(n===j){if(\"throw\"===i)throw a;return v()}for(e.method=i,e.arg=a;;){var c=e.delegate;if(c){var u=T(c,e);if(u){if(u===O)continue;return u}}if(\"next\"===e.method)e.sent=e._sent=e.arg;else if(\"throw\"===e.method){if(n===L)throw n=j,e.arg;e.dispatchException(e.arg)}else\"return\"===e.method&&e.abrupt(\"return\",e.arg);n=E;var h=o(t,r,e);if(\"normal\"===h.type){if(n=e.done?j:x,h.arg===O)continue;return{value:h.arg,done:e.done}}\"throw\"===h.type&&(n=j,e.method=\"throw\",e.arg=h.arg)}}},f=function(t){var r={tryLoc:t[0]};1 in t&&(r.catchLoc=t[1]),2 in t&&(r.finallyLoc=t[2],r.afterLoc=t[3]),this.tryEntries.push(r)},l=function(t){var r=t.completion||{};r.type=\"normal\",delete r.arg,t.completion=r},p=function(t){this.tryEntries=[{tryLoc:\"root\"}],t.forEach(f,this),this.reset(!0)},y=function(t){if(t){var e=t[w];if(e)return e.call(t);if(\"function\"==typeof t.next)return t;if(!isNaN(t.length)){var n=-1,o=function e(){for(;++n<t.length;)if(m.call(t,n))return e.value=t[n],e.done=!1,e;return e.value=r,e.done=!0,e};return o.next=o}}return{next:v}},v=function(){return{value:r,done:!0}},d=Object.prototype,m=d.hasOwnProperty,g=\"function\"==typeof Symbol?Symbol:{},w=g.iterator||\"@@iterator\",b=g.asyncIterator||\"@@asyncIterator\",_=g.toStringTag||\"@@toStringTag\";try{e({},\"\")}catch(t){e=function(t,r,e){return t[r]=e}}t.wrap=n;var L=\"suspendedStart\",x=\"suspendedYield\",E=\"executing\",j=\"completed\",O={},S={};e(S,w,function(){return this});var k=Object.getPrototypeOf,G=k&&k(k(y([])));G&&G!==d&&m.call(G,w)&&(S=G);var N=c.prototype=i.prototype=Object.create(S);function T(t,e){var n=t.iterator[e.method];if(n===r){if(e.delegate=null,\"throw\"===e.method){if(t.iterator.return&&(e.method=\"return\",e.arg=r,T(t,e),\"throw\"===e.method))return O;e.method=\"throw\",e.arg=new TypeError(\"The iterator does not provide a \\'throw\\' method\")}return O}var i=o(n,t.iterator,e.arg);if(\"throw\"===i.type)return e.method=\"throw\",e.arg=i.arg,e.delegate=null,O;var a=i.arg;return a?a.done?(e[t.resultName]=a.value,e.next=t.nextLoc,\"return\"!==e.method&&(e.method=\"next\",e.arg=r),e.delegate=null,O):a:(e.method=\"throw\",e.arg=new TypeError(\"iterator result is not an object\"),e.delegate=null,O)}return a.prototype=c,e(N,\"constructor\",c),e(c,\"constructor\",a),a.displayName=e(c,_,\"GeneratorFunction\"),t.isGeneratorFunction=function(t){var r=\"function\"==typeof t&&t.constructor;return!!r&&(r===a||\"GeneratorFunction\"===(r.displayName||r.name))},t.mark=function(t){return Object.setPrototypeOf?Object.setPrototypeOf(t,c):(t.__proto__=c,e(t,_,\"GeneratorFunction\")),t.prototype=Object.create(N),t},t.awrap=function(t){return{__await:t}},u(h.prototype),e(h.prototype,b,function(){return this}),t.AsyncIterator=h,t.async=function(r,e,o,i,a){void 0===a&&(a=Promise);var c=new h(n(r,e,o,i),a);return t.isGeneratorFunction(e)?c:c.next().then(function(t){return t.done?t.value:c.next()})},u(N),e(N,_,\"Generator\"),e(N,w,function(){return this}),e(N,\"toString\",function(){return\"[object Generator]\"}),t.keys=function(t){var r=[];for(var e in t)r.push(e);return r.reverse(),function e(){for(;r.length;){var n=r.pop();if(n in t)return e.value=n,e.done=!1,e}return e.done=!0,e}},t.values=y,p.prototype={constructor:p,reset:function(t){if(this.prev=0,this.next=0,this.sent=this._sent=r,this.done=!1,this.delegate=null,this.method=\"next\",this.arg=r,this.tryEntries.forEach(l),!t)for(var e in this)\"t\"===e.charAt(0)&&m.call(this,e)&&!isNaN(+e.slice(1))&&(this[e]=r)},stop:function(){this.done=!0;var t=this.tryEntries[0].completion;if(\"throw\"===t.type)throw t.arg;return this.rval},dispatchException:function(t){var e=function(e,o){return a.type=\"throw\",a.arg=t,n.next=e,o&&(n.method=\"next\",n.arg=r),!!o};if(this.done)throw t;for(var n=this,o=this.tryEntries.length-1;o>=0;--o){var i=this.tryEntries[o],a=i.completion;if(\"root\"===i.tryLoc)return e(\"end\");if(i.tryLoc<=this.prev){var c=m.call(i,\"catchLoc\"),u=m.call(i,\"finallyLoc\");if(c&&u){if(this.prev<i.catchLoc)return e(i.catchLoc,!0);if(this.prev<i.finallyLoc)return e(i.finallyLoc)}else if(c){if(this.prev<i.catchLoc)return e(i.catchLoc,!0)}else{if(!u)throw new Error(\"try statement without catch or finally\");if(this.prev<i.finallyLoc)return e(i.finallyLoc)}}}},abrupt:function(t,r){for(var e=this.tryEntries.length-1;e>=0;--e){var n=this.tryEntries[e];if(n.tryLoc<=this.prev&&m.call(n,\"finallyLoc\")&&this.prev<n.finallyLoc){var o=n;break}}o&&(\"break\"===t||\"continue\"===t)&&o.tryLoc<=r&&r<=o.finallyLoc&&(o=null);var i=o?o.completion:{};return i.type=t,i.arg=r,o?(this.method=\"next\",this.next=o.finallyLoc,O):this.complete(i)},complete:function(t,r){if(\"throw\"===t.type)throw t.arg;return\"break\"===t.type||\"continue\"===t.type?this.next=t.arg:\"return\"===t.type?(this.rval=this.arg=t.arg,this.method=\"return\",this.next=\"end\"):\"normal\"===t.type&&r&&(this.next=r),O},finish:function(t){for(var r=this.tryEntries.length-1;r>=0;--r){var e=this.tryEntries[r];if(e.finallyLoc===t)return this.complete(e.completion,e.afterLoc),l(e),O}},catch:function(t){for(var r=this.tryEntries.length-1;r>=0;--r){var e=this.tryEntries[r];if(e.tryLoc===t){var n=e.completion;if(\"throw\"===n.type){var o=n.arg;l(e)}return o}}throw new Error(\"illegal catch attempt\")},delegateYield:function(t,e,n){return this.delegate={iterator:y(t),resultName:e,nextLoc:n},\"next\"===this.method&&(this.arg=r),O}},t}(t.exports);try{regeneratorRuntime=r}catch(t){\"object\"==typeof globalThis?globalThis.regeneratorRuntime=r:Function(\"r\",\"regeneratorRuntime = r\")(r)}});exports.runtime_1=runtime_1;\\n}, {\"937\":937}];\\nwindow.modules[\"569\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_lodash__baseGet=require(1450);function get(e,r,_){var t=null==e?void 0:_vendor_browser_lodash__baseGet._baseGet(e,r);return void 0===t?_:t}var get_1=get;exports.get_1=get_1;\\n}, {\"1450\":1450}];\\nwindow.modules[\"570\"] = [function(require,module,exports){\"use strict\";var _vendor_browser__commonjsHelpers=require(937);function _instanceof(n,t){return null!=t&&\"undefined\"!=typeof Symbol&&t[Symbol.hasInstance]?!!t[Symbol.hasInstance](n):n instanceof t}var _typeof=function(n){return n&&\"undefined\"!=typeof Symbol&&n.constructor===Symbol?\"symbol\":typeof n},lodash=_vendor_browser__commonjsHelpers.createCommonjsModule(function(n,t){(function(){var r,e=function(n,t,r){switch(r.length){case 0:return n.call(t);case 1:return n.call(t,r[0]);case 2:return n.call(t,r[0],r[1]);case 3:return n.call(t,r[0],r[1],r[2])}return n.apply(t,r)},u=function(n,t,r,e){for(var u=-1,i=null==n?0:n.length;++u<i;){var o=n[u];t(e,o,r(o),n)}return e},i=function(n,t){for(var r=-1,e=null==n?0:n.length;++r<e&&!1!==t(n[r],r,n););return n},o=function(n,t){for(var r=null==n?0:n.length;r--&&!1!==t(n[r],r,n););return n},f=function(n,t){for(var r=-1,e=null==n?0:n.length;++r<e;)if(!t(n[r],r,n))return!1;return!0},c=function(n,t){for(var r=-1,e=null==n?0:n.length,u=0,i=[];++r<e;){var o=n[r];t(o,r,n)&&(i[u++]=o)}return i},a=function(n,t){return!!(null==n?0:n.length)&&d(n,t,0)>-1},l=function(n,t,r){for(var e=-1,u=null==n?0:n.length;++e<u;)if(r(t,n[e]))return!0;return!1},s=function(n,t){for(var r=-1,e=null==n?0:n.length,u=Array(e);++r<e;)u[r]=t(n[r],r,n);return u},h=function(n,t){for(var r=-1,e=t.length,u=n.length;++r<e;)n[u+r]=t[r];return n},p=function(n,t,r,e){var u=-1,i=null==n?0:n.length;for(e&&i&&(r=n[++u]);++u<i;)r=t(r,n[u],u,n);return r},_=function(n,t,r,e){var u=null==n?0:n.length;for(e&&u&&(r=n[--u]);u--;)r=t(r,n[u],u,n);return r},v=function(n,t){for(var r=-1,e=null==n?0:n.length;++r<e;)if(t(n[r],r,n))return!0;return!1},g=function(n,t,r){var e;return r(n,function(n,r,u){if(t(n,r,u))return e=r,!1}),e},y=function(n,t,r,e){for(var u=n.length,i=r+(e?1:-1);e?i--:++i<u;)if(t(n[i],i,n))return i;return-1},d=function(n,t,r){return t==t?M(n,t,r):y(n,m,r)},b=function(n,t,r,e){for(var u=r-1,i=n.length;++u<i;)if(e(n[u],t))return u;return-1},m=function(n){return n!=n},w=function(n,t){var r=null==n?0:n.length;return r?k(n,t)/r:un},x=function(n){return function(t){return null==t?r:t[n]}},j=function(n){return function(t){return null==n?r:n[t]}},A=function(n,t,r,e,u){return u(n,function(n,u,i){r=e?(e=!1,n):t(r,n,u,i)}),r},k=function(n,t){for(var e,u=-1,i=n.length;++u<i;){var o=t(n[u]);o!==r&&(e=e===r?o:e+o)}return e},I=function(n,t){for(var r=-1,e=Array(n);++r<n;)e[r]=t(r);return e},O=function(n){return n?n.slice(0,P(n)+1).replace(Gn,\"\"):n},R=function(n){return function(t){return n(t)}},S=function(n,t){return s(t,function(t){return n[t]})},E=function(n,t){return n.has(t)},z=function(n,t){for(var r=-1,e=n.length;++r<e&&d(t,n[r],0)>-1;);return r},C=function(n,t){for(var r=n.length;r--&&d(t,n[r],0)>-1;);return r},L=function(n,t){for(var r=n.length,e=0;r--;)n[r]===t&&++e;return e},W=function(n){return\"\\\\\\\\\"+Ft[n]},U=function(n){return Ut.test(n)},B=function(n){var t=-1,r=Array(n.size);return n.forEach(function(n,e){r[++t]=[e,n]}),r},T=function(n,t){return function(r){return n(t(r))}},D=function(n,t){for(var r=-1,e=n.length,u=0,i=[];++r<e;){var o=n[r];o!==t&&o!==G||(n[r]=G,i[u++]=r)}return i},$=function(n){var t=-1,r=Array(n.size);return n.forEach(function(n){r[++t]=n}),r},M=function(n,t,r){for(var e=r-1,u=n.length;++e<u;)if(n[e]===t)return e;return-1},F=function(n){return U(n)?q(n):ur(n)},N=function(n){return U(n)?H(n):function(n){return n.split(\"\")}(n)},P=function(n){for(var t=n.length;t--&&Kn.test(n.charAt(t)););return t},q=function(n){for(var t=Lt.lastIndex=0;Lt.test(n);)++t;return t},H=function(n){return n.match(Lt)||[]},Z=\"Expected a function\",G=\"__lodash_placeholder__\",K=1,V=2,J=4,Y=1,Q=2,X=8,nn=16,tn=128,rn=512,en=1/0,un=NaN,on=[[\"ary\",tn],[\"bind\",Y],[\"bindKey\",Q],[\"curry\",X],[\"curryRight\",nn],[\"flip\",rn],[\"partial\",32],[\"partialRight\",64],[\"rearg\",256]],fn=\"[object Arguments]\",cn=\"[object Array]\",an=\"[object Boolean]\",ln=\"[object Date]\",sn=\"[object Error]\",hn=\"[object Function]\",pn=\"[object GeneratorFunction]\",_n=\"[object Map]\",vn=\"[object Number]\",gn=\"[object Object]\",yn=\"[object RegExp]\",dn=\"[object Set]\",bn=\"[object String]\",mn=\"[object Symbol]\",wn=\"[object WeakMap]\",xn=\"[object ArrayBuffer]\",jn=\"[object DataView]\",An=\"[object Float32Array]\",kn=\"[object Float64Array]\",In=\"[object Int8Array]\",On=\"[object Int16Array]\",Rn=\"[object Int32Array]\",Sn=\"[object Uint8Array]\",En=\"[object Uint16Array]\",zn=\"[object Uint32Array]\",Cn=/\\\\b__p \\\\+= \\'\\';/g,Ln=/\\\\b(__p \\\\+=) \\'\\' \\\\+/g,Wn=/(__e\\\\(.*?\\\\)|\\\\b__t\\\\)) \\\\+\\\\n\\'\\';/g,Un=/&(?:amp|lt|gt|quot|#39);/g,Bn=/[&<>\"\\']/g,Tn=RegExp(Un.source),Dn=RegExp(Bn.source),$n=/<%-([\\\\s\\\\S]+?)%>/g,Mn=/<%([\\\\s\\\\S]+?)%>/g,Fn=/<%=([\\\\s\\\\S]+?)%>/g,Nn=/\\\\.|\\\\[(?:[^[\\\\]]*|([\"\\'])(?:(?!\\\\1)[^\\\\\\\\]|\\\\\\\\.)*?\\\\1)\\\\]/,Pn=/^\\\\w*$/,qn=/[^.[\\\\]]+|\\\\[(?:(-?\\\\d+(?:\\\\.\\\\d+)?)|([\"\\'])((?:(?!\\\\2)[^\\\\\\\\]|\\\\\\\\.)*?)\\\\2)\\\\]|(?=(?:\\\\.|\\\\[\\\\])(?:\\\\.|\\\\[\\\\]|$))/g,Hn=/[\\\\\\\\^$.*+?()[\\\\]{}|]/g,Zn=RegExp(Hn.source),Gn=/^\\\\s+/,Kn=/\\\\s/,Vn=/\\\\{(?:\\\\n\\\\/\\\\* \\\\[wrapped with .+\\\\] \\\\*\\\\/)?\\\\n?/,Jn=/\\\\{\\\\n\\\\/\\\\* \\\\[wrapped with (.+)\\\\] \\\\*/,Yn=/,? & /,Qn=/[^\\\\x00-\\\\x2f\\\\x3a-\\\\x40\\\\x5b-\\\\x60\\\\x7b-\\\\x7f]+/g,Xn=/[()=,{}\\\\[\\\\]\\\\/\\\\s]/,nt=/\\\\\\\\(\\\\\\\\)?/g,tt=/\\\\$\\\\{([^\\\\\\\\}]*(?:\\\\\\\\.[^\\\\\\\\}]*)*)\\\\}/g,rt=/\\\\w*$/,et=/^[-+]0x[0-9a-f]+$/i,ut=/^0b[01]+$/i,it=/^\\\\[object .+?Constructor\\\\]$/,ot=/^0o[0-7]+$/i,ft=/^(?:0|[1-9]\\\\d*)$/,ct=/[\\\\xc0-\\\\xd6\\\\xd8-\\\\xf6\\\\xf8-\\\\xff\\\\u0100-\\\\u017f]/g,at=/($^)/,lt=/[\\'\\\\n\\\\r\\\\u2028\\\\u2029\\\\\\\\]/g,st=\"\\\\\\\\u0300-\\\\\\\\u036f\\\\\\\\ufe20-\\\\\\\\ufe2f\\\\\\\\u20d0-\\\\\\\\u20ff\",ht=\"\\\\\\\\xac\\\\\\\\xb1\\\\\\\\xd7\\\\\\\\xf7\\\\\\\\x00-\\\\\\\\x2f\\\\\\\\x3a-\\\\\\\\x40\\\\\\\\x5b-\\\\\\\\x60\\\\\\\\x7b-\\\\\\\\xbf\\\\\\\\u2000-\\\\\\\\u206f \\\\\\\\t\\\\\\\\x0b\\\\\\\\f\\\\\\\\xa0\\\\\\\\ufeff\\\\\\\\n\\\\\\\\r\\\\\\\\u2028\\\\\\\\u2029\\\\\\\\u1680\\\\\\\\u180e\\\\\\\\u2000\\\\\\\\u2001\\\\\\\\u2002\\\\\\\\u2003\\\\\\\\u2004\\\\\\\\u2005\\\\\\\\u2006\\\\\\\\u2007\\\\\\\\u2008\\\\\\\\u2009\\\\\\\\u200a\\\\\\\\u202f\\\\\\\\u205f\\\\\\\\u3000\",pt=\"[\\\\ud800-\\\\udfff]\",_t=\"[\"+ht+\"]\",vt=\"[\"+st+\"]\",gt=\"\\\\\\\\d+\",yt=\"[\\\\\\\\u2700-\\\\\\\\u27bf]\",dt=\"[a-z\\\\\\\\xdf-\\\\\\\\xf6\\\\\\\\xf8-\\\\\\\\xff]\",bt=\"[^\\\\ud800-\\\\udfff\"+ht+gt+\"\\\\\\\\u2700-\\\\\\\\u27bfa-z\\\\\\\\xdf-\\\\\\\\xf6\\\\\\\\xf8-\\\\\\\\xffA-Z\\\\\\\\xc0-\\\\\\\\xd6\\\\\\\\xd8-\\\\\\\\xde]\",mt=\"\\\\ud83c[\\\\udffb-\\\\udfff]\",wt=\"[^\\\\ud800-\\\\udfff]\",xt=\"(?:\\\\ud83c[\\\\udde6-\\\\uddff]){2}\",jt=\"[\\\\ud800-\\\\udbff][\\\\udc00-\\\\udfff]\",At=\"[A-Z\\\\\\\\xc0-\\\\\\\\xd6\\\\\\\\xd8-\\\\\\\\xde]\",kt=\"(?:\"+dt+\"|\"+bt+\")\",It=\"(?:\"+At+\"|\"+bt+\")\",Ot=\"(?:\"+vt+\"|\"+mt+\")\"+\"?\",Rt=\"[\\\\\\\\ufe0e\\\\\\\\ufe0f]?\"+Ot+(\"(?:\\\\\\\\u200d(?:\"+[wt,xt,jt].join(\"|\")+\")[\\\\\\\\ufe0e\\\\\\\\ufe0f]?\"+Ot+\")*\"),St=\"(?:\"+[yt,xt,jt].join(\"|\")+\")\"+Rt,Et=\"(?:\"+[wt+vt+\"?\",vt,xt,jt,pt].join(\"|\")+\")\",zt=RegExp(\"[\\']\",\"g\"),Ct=RegExp(vt,\"g\"),Lt=RegExp(mt+\"(?=\"+mt+\")|\"+Et+Rt,\"g\"),Wt=RegExp([At+\"?\"+dt+\"+(?:[\\'](?:d|ll|m|re|s|t|ve))?(?=\"+[_t,At,\"$\"].join(\"|\")+\")\",It+\"+(?:[\\'](?:D|LL|M|RE|S|T|VE))?(?=\"+[_t,At+kt,\"$\"].join(\"|\")+\")\",At+\"?\"+kt+\"+(?:[\\'](?:d|ll|m|re|s|t|ve))?\",At+\"+(?:[\\'](?:D|LL|M|RE|S|T|VE))?\",\"\\\\\\\\d*(?:1ST|2ND|3RD|(?![123])\\\\\\\\dTH)(?=\\\\\\\\b|[a-z_])\",\"\\\\\\\\d*(?:1st|2nd|3rd|(?![123])\\\\\\\\dth)(?=\\\\\\\\b|[A-Z_])\",gt,St].join(\"|\"),\"g\"),Ut=RegExp(\"[\\\\\\\\u200d\\\\ud800-\\\\udfff\"+st+\"\\\\\\\\ufe0e\\\\\\\\ufe0f]\"),Bt=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/,Tt=[\"Array\",\"Buffer\",\"DataView\",\"Date\",\"Error\",\"Float32Array\",\"Float64Array\",\"Function\",\"Int8Array\",\"Int16Array\",\"Int32Array\",\"Map\",\"Math\",\"Object\",\"Promise\",\"RegExp\",\"Set\",\"String\",\"Symbol\",\"TypeError\",\"Uint8Array\",\"Uint8ClampedArray\",\"Uint16Array\",\"Uint32Array\",\"WeakMap\",\"_\",\"clearTimeout\",\"isFinite\",\"parseInt\",\"setTimeout\"],Dt=-1,$t={};$t[An]=$t[kn]=$t[In]=$t[On]=$t[Rn]=$t[Sn]=$t[\"[object Uint8ClampedArray]\"]=$t[En]=$t[zn]=!0,$t[fn]=$t[cn]=$t[xn]=$t[an]=$t[jn]=$t[ln]=$t[sn]=$t[hn]=$t[_n]=$t[vn]=$t[gn]=$t[yn]=$t[dn]=$t[bn]=$t[wn]=!1;var Mt={};Mt[fn]=Mt[cn]=Mt[xn]=Mt[jn]=Mt[an]=Mt[ln]=Mt[An]=Mt[kn]=Mt[In]=Mt[On]=Mt[Rn]=Mt[_n]=Mt[vn]=Mt[gn]=Mt[yn]=Mt[dn]=Mt[bn]=Mt[mn]=Mt[Sn]=Mt[\"[object Uint8ClampedArray]\"]=Mt[En]=Mt[zn]=!0,Mt[sn]=Mt[hn]=Mt[wn]=!1;var Ft={\"\\\\\\\\\":\"\\\\\\\\\",\"\\'\":\"\\'\",\"\\\\n\":\"n\",\"\\\\r\":\"r\",\"\\\\u2028\":\"u2028\",\"\\\\u2029\":\"u2029\"},Nt=parseFloat,Pt=parseInt,qt=\"object\"==typeof _vendor_browser__commonjsHelpers.commonjsGlobal&&_vendor_browser__commonjsHelpers.commonjsGlobal&&_vendor_browser__commonjsHelpers.commonjsGlobal.Object===Object&&_vendor_browser__commonjsHelpers.commonjsGlobal,Ht=\"object\"==typeof self&&self&&self.Object===Object&&self,Zt=qt||Ht||Function(\"return this\")(),Gt=t&&!t.nodeType&&t,Kt=Gt&&n&&!n.nodeType&&n,Vt=Kt&&Kt.exports===Gt,Jt=Vt&&qt.process,Yt=function(){try{var n=Kt&&Kt.require&&Kt.require(\"util\").types;return n||Jt&&Jt.binding&&Jt.binding(\"util\")}catch(n){}}(),Qt=Yt&&Yt.isArrayBuffer,Xt=Yt&&Yt.isDate,nr=Yt&&Yt.isMap,tr=Yt&&Yt.isRegExp,rr=Yt&&Yt.isSet,er=Yt&&Yt.isTypedArray,ur=x(\"length\"),ir=j({\"À\":\"A\",\"Á\":\"A\",\"Â\":\"A\",\"Ã\":\"A\",\"Ä\":\"A\",\"Å\":\"A\",\"à\":\"a\",\"á\":\"a\",\"â\":\"a\",\"ã\":\"a\",\"ä\":\"a\",\"å\":\"a\",\"Ç\":\"C\",\"ç\":\"c\",\"Ð\":\"D\",\"ð\":\"d\",\"È\":\"E\",\"É\":\"E\",\"Ê\":\"E\",\"Ë\":\"E\",\"è\":\"e\",\"é\":\"e\",\"ê\":\"e\",\"ë\":\"e\",\"Ì\":\"I\",\"Í\":\"I\",\"Î\":\"I\",\"Ï\":\"I\",\"ì\":\"i\",\"í\":\"i\",\"î\":\"i\",\"ï\":\"i\",\"Ñ\":\"N\",\"ñ\":\"n\",\"Ò\":\"O\",\"Ó\":\"O\",\"Ô\":\"O\",\"Õ\":\"O\",\"Ö\":\"O\",\"Ø\":\"O\",\"ò\":\"o\",\"ó\":\"o\",\"ô\":\"o\",\"õ\":\"o\",\"ö\":\"o\",\"ø\":\"o\",\"Ù\":\"U\",\"Ú\":\"U\",\"Û\":\"U\",\"Ü\":\"U\",\"ù\":\"u\",\"ú\":\"u\",\"û\":\"u\",\"ü\":\"u\",\"Ý\":\"Y\",\"ý\":\"y\",\"ÿ\":\"y\",\"Æ\":\"Ae\",\"æ\":\"ae\",\"Þ\":\"Th\",\"þ\":\"th\",\"ß\":\"ss\",\"Ā\":\"A\",\"Ă\":\"A\",\"Ą\":\"A\",\"ā\":\"a\",\"ă\":\"a\",\"ą\":\"a\",\"Ć\":\"C\",\"Ĉ\":\"C\",\"Ċ\":\"C\",\"Č\":\"C\",\"ć\":\"c\",\"ĉ\":\"c\",\"ċ\":\"c\",\"č\":\"c\",\"Ď\":\"D\",\"Đ\":\"D\",\"ď\":\"d\",\"đ\":\"d\",\"Ē\":\"E\",\"Ĕ\":\"E\",\"Ė\":\"E\",\"Ę\":\"E\",\"Ě\":\"E\",\"ē\":\"e\",\"ĕ\":\"e\",\"ė\":\"e\",\"ę\":\"e\",\"ě\":\"e\",\"Ĝ\":\"G\",\"Ğ\":\"G\",\"Ġ\":\"G\",\"Ģ\":\"G\",\"ĝ\":\"g\",\"ğ\":\"g\",\"ġ\":\"g\",\"ģ\":\"g\",\"Ĥ\":\"H\",\"Ħ\":\"H\",\"ĥ\":\"h\",\"ħ\":\"h\",\"Ĩ\":\"I\",\"Ī\":\"I\",\"Ĭ\":\"I\",\"Į\":\"I\",\"İ\":\"I\",\"ĩ\":\"i\",\"ī\":\"i\",\"ĭ\":\"i\",\"į\":\"i\",\"ı\":\"i\",\"Ĵ\":\"J\",\"ĵ\":\"j\",\"Ķ\":\"K\",\"ķ\":\"k\",\"ĸ\":\"k\",\"Ĺ\":\"L\",\"Ļ\":\"L\",\"Ľ\":\"L\",\"Ŀ\":\"L\",\"Ł\":\"L\",\"ĺ\":\"l\",\"ļ\":\"l\",\"ľ\":\"l\",\"ŀ\":\"l\",\"ł\":\"l\",\"Ń\":\"N\",\"Ņ\":\"N\",\"Ň\":\"N\",\"Ŋ\":\"N\",\"ń\":\"n\",\"ņ\":\"n\",\"ň\":\"n\",\"ŋ\":\"n\",\"Ō\":\"O\",\"Ŏ\":\"O\",\"Ő\":\"O\",\"ō\":\"o\",\"ŏ\":\"o\",\"ő\":\"o\",\"Ŕ\":\"R\",\"Ŗ\":\"R\",\"Ř\":\"R\",\"ŕ\":\"r\",\"ŗ\":\"r\",\"ř\":\"r\",\"Ś\":\"S\",\"Ŝ\":\"S\",\"Ş\":\"S\",\"Š\":\"S\",\"ś\":\"s\",\"ŝ\":\"s\",\"ş\":\"s\",\"š\":\"s\",\"Ţ\":\"T\",\"Ť\":\"T\",\"Ŧ\":\"T\",\"ţ\":\"t\",\"ť\":\"t\",\"ŧ\":\"t\",\"Ũ\":\"U\",\"Ū\":\"U\",\"Ŭ\":\"U\",\"Ů\":\"U\",\"Ű\":\"U\",\"Ų\":\"U\",\"ũ\":\"u\",\"ū\":\"u\",\"ŭ\":\"u\",\"ů\":\"u\",\"ű\":\"u\",\"ų\":\"u\",\"Ŵ\":\"W\",\"ŵ\":\"w\",\"Ŷ\":\"Y\",\"ŷ\":\"y\",\"Ÿ\":\"Y\",\"Ź\":\"Z\",\"Ż\":\"Z\",\"Ž\":\"Z\",\"ź\":\"z\",\"ż\":\"z\",\"ž\":\"z\",\"IJ\":\"IJ\",\"ij\":\"ij\",\"Œ\":\"Oe\",\"œ\":\"oe\",\"ʼn\":\"\\'n\",\"ſ\":\"s\"}),or=j({\"&\":\"&amp;\",\"<\":\"&lt;\",\">\":\"&gt;\",\\'\"\\':\"&quot;\",\"\\'\":\"&#39;\"}),fr=j({\"&amp;\":\"&\",\"&lt;\":\"<\",\"&gt;\":\">\",\"&quot;\":\\'\"\\',\"&#39;\":\"\\'\"}),cr=function n(t){var j,M,q=function(n){if(Gu(n)&&!Gf(n)&&!_instanceof(n,st)){if(_instanceof(n,Kn))return n;if(Bi.call(n,\"__wrapped__\"))return mu(n)}return new Kn(n)},H=function(){},Kn=function(n,t){this.__wrapped__=n,this.__actions__=[],this.__chain__=!!t,this.__index__=0,this.__values__=r},st=function(n){this.__wrapped__=n,this.__actions__=[],this.__dir__=1,this.__filtered__=!1,this.__iteratees__=[],this.__takeCount__=4294967295,this.__views__=[]},ht=function(n){var t=-1,r=null==n?0:n.length;for(this.clear();++t<r;){var e=n[t];this.set(e[0],e[1])}},pt=function(n){var t=-1,r=null==n?0:n.length;for(this.clear();++t<r;){var e=n[t];this.set(e[0],e[1])}},_t=function(n){var t=-1,r=null==n?0:n.length;for(this.clear();++t<r;){var e=n[t];this.set(e[0],e[1])}},vt=function(n){var t=-1,r=null==n?0:n.length;for(this.__data__=new _t;++t<r;)this.add(n[t])},gt=function(n){var t=this.__data__=new pt(n);this.size=t.size},yt=function(n,t){var r=Gf(n),e=!r&&Zf(n),u=!r&&!e&&Vf(n),i=!r&&!e&&!u&&nc(n),o=r||e||u||i,f=o?I(n.length,Si):[],c=f.length;for(var a in n)!t&&!Bi.call(n,a)||o&&(\"length\"==a||u&&(\"offset\"==a||\"parent\"==a)||i&&(\"buffer\"==a||\"byteLength\"==a||\"byteOffset\"==a)||Qe(a,c))||f.push(a);return f},dt=function(n){var t=n.length;return t?n[zr(0,t-1)]:r},bt=function(n,t){return gu(ce(n),St(t,0,n.length))},mt=function(n){return gu(ce(n))},wt=function(n,t,e){(e===r||$u(n[t],e))&&(e!==r||t in n)||Ot(n,t,e)},xt=function(n,t,e){var u=n[t];Bi.call(n,t)&&$u(u,e)&&(e!==r||t in n)||Ot(n,t,e)},jt=function(n,t){for(var r=n.length;r--;)if($u(n[r][0],t))return r;return-1},At=function(n,t,r,e){return Bo(n,function(n,u,i){t(e,n,r(n),i)}),e},kt=function(n,t){return n&&ae(t,fi(t),n)},It=function(n,t){return n&&ae(t,ci(t),n)},Ot=function(n,t,r){\"__proto__\"==t&&no?no(n,t,{configurable:!0,enumerable:!0,value:r,writable:!0}):n[t]=r},Rt=function(n,t){for(var e=-1,u=t.length,i=xi(u),o=null==n;++e<u;)i[e]=o?r:ii(n,t[e]);return i},St=function(n,t,e){return n==n&&(e!==r&&(n=n<=e?n:e),t!==r&&(n=n>=t?n:t)),n},Et=function(n,t,e){var u=e.length;if(null==n)return!u;for(n=Oi(n);u--;){var i=e[u],o=t[i],f=n[i];if(f===r&&!(i in n)||!o(f))return!1}return!0},Lt=function(n,t,e){if(\"function\"!=typeof n)throw new Ei(Z);return ef(function(){n.apply(r,e)},t)},Ut=function(n,t,r,e){var u=-1,i=a,o=!0,f=n.length,c=[],h=t.length;if(!f)return c;r&&(t=s(t,R(r))),e?(i=l,o=!1):t.length>=200&&(i=E,o=!1,t=new vt(t));n:for(;++u<f;){var p=n[u],_=null==r?p:r(p);if(p=e||0!==p?p:0,o&&_==_){for(var v=h;v--;)if(t[v]===_)continue n;c.push(p)}else i(t,_,e)||c.push(p)}return c},Ft=function(n,t){var r=!0;return Bo(n,function(n,e,u){return r=!!t(n,e,u)}),r},qt=function(n,t,e){for(var u=-1,i=n.length;++u<i;){var o=n[u],f=t(o);if(null!=f&&(c===r?f==f&&!Yu(f):e(f,c)))var c=f,a=o}return a},Ht=function(n,t){var r=[];return Bo(n,function(n,e,u){t(n,e,u)&&r.push(n)}),r},Gt=function(n,t){return n&&$o(n,t,fi)},Kt=function(n,t){return n&&Mo(n,t,fi)},Jt=function(n,t){return c(t,function(t){return Pu(n[t])})},Yt=function(n,t){for(var e=0,u=(t=Xr(t,n)).length;null!=n&&e<u;)n=n[yu(t[e++])];return e&&e==u?n:r},ur=function(n,t,r){var e=t(n);return Gf(n)?e:h(e,r(n))},ar=function(n){return null==n?n===r?\"[object Undefined]\":\"[object Null]\":Xi&&Xi in Oi(n)?He(n):au(n)},lr=function(n,t){return n>t},sr=function(n,t){return null!=n&&Bi.call(n,t)},hr=function(n,t){return null!=n&&t in Oi(n)},pr=function(n,t,e){for(var u=e?l:a,i=n[0].length,o=n.length,f=o,c=xi(o),h=1/0,p=[];f--;){var _=n[f];f&&t&&(_=s(_,R(t))),h=ho(_.length,h),c[f]=!e&&(t||i>=120&&_.length>=120)?new vt(f&&_):r}_=n[0];var v=-1,g=c[0];n:for(;++v<i&&p.length<h;){var y=_[v],d=t?t(y):y;if(y=e||0!==y?y:0,!(g?E(g,d):u(p,d,e))){for(f=o;--f;){var b=c[f];if(!(b?E(b,d):u(n[f],d,e)))continue n}g&&g.push(d),p.push(y)}}return p},_r=function(n,t,u){t=Xr(t,n);var i=null==(n=su(n,t))?n:n[yu(ku(t))];return null==i?r:e(i,n,u)},vr=function(n){return Gu(n)&&ar(n)==fn},gr=function(n,t,r,e,u,i){var o=Gf(n),f=Gf(t),c=o?cn:nf(n),a=f?cn:nf(t),l=(c=c==fn?gn:c)==gn,s=(a=a==fn?gn:a)==gn,h=c==a;if(h&&Vf(n)){if(!Vf(t))return!1;o=!0,l=!1}if(h&&!l)return i||(i=new gt),o||nc(n)?Le(n,t,r,e,u,i):We(n,t,c,r,e,u,i);if(!(1&r)){var p=l&&Bi.call(n,\"__wrapped__\"),_=s&&Bi.call(t,\"__wrapped__\");if(p||_){var v=p?n.value():n,g=_?t.value():t;return i||(i=new gt),u(v,g,r,e,i)}}return!!h&&(i||(i=new gt),Ue(n,t,r,e,u,i))},yr=function(n,t,e,u){var i=e.length,o=i,f=!u;if(null==n)return!o;for(n=Oi(n);i--;){var c=e[i];if(f&&c[2]?c[1]!==n[c[0]]:!(c[0]in n))return!1}for(;++i<o;){var a=(c=e[i])[0],l=n[a],s=c[1];if(f&&c[2]){if(l===r&&!(a in n))return!1}else{var h=new gt;if(u)var p=u(l,s,a,n,t,h);if(!(p===r?Fo(s,l,3,u,h):p))return!1}}return!0},dr=function(n){return!(!Zu(n)||eu(n))&&(Pu(n)?Ni:it).test(du(n))},br=function(n){return\"function\"==typeof n?n:null==n?vi:\"object\"==typeof n?Gf(n)?Ar(n[0],n[1]):jr(n):bi(n)},mr=function(n){if(!uu(n))return lo(n);var t=[];for(var r in Oi(n))Bi.call(n,r)&&\"constructor\"!=r&&t.push(r);return t},wr=function(n,t){return n<t},xr=function(n,t){var r=-1,e=Mu(n)?xi(n.length):[];return Bo(n,function(n,u,i){e[++r]=t(n,u,i)}),e},jr=function(n){var t=Pe(n);return 1==t.length&&t[0][2]?ou(t[0][0],t[0][1]):function(r){return r===n||yr(r,n,t)}},Ar=function(n,t){return nu(n)&&iu(t)?ou(yu(n),t):function(e){var u=ii(e,n);return u===r&&u===t?oi(e,n):Fo(t,u,3)}},kr=function(n,t,e,u,i,o,f){var c=pu(n,e),a=pu(t,e),l=f.get(a);if(l)wt(n,e,l);else{var s=o?o(c,a,e+\"\",n,t,f):r,h=s===r;if(h){var p=Gf(a),_=!p&&Vf(a),v=!p&&!_&&nc(a);s=a,p||_||v?Gf(c)?s=c:Fu(c)?s=ce(c):_?(h=!1,s=te(a,!0)):v?(h=!1,s=ee(a,!0)):s=[]:Vu(a)||Zf(a)?(s=c,Zf(c)?s=ei(c):Zu(c)&&!Pu(c)||(s=Ve(a))):h=!1}h&&(f.set(a,s),i(s,a,u,o,f),f.delete(a)),wt(n,e,s)}},Ir=function(n,t){var e=n.length;if(e)return Qe(t+=t<0?e:0,e)?n[t]:r},Or=function(n,t,r){t=t.length?s(t,function(n){return Gf(n)?function(t){return Yt(t,1===n.length?n[0]:n)}:n}):[vi];var e=-1;return t=s(t,R(Fe())),function(n,t){var r=n.length;for(n.sort(t);r--;)n[r]=n[r].value;return n}(xr(n,function(n,r,u){return{criteria:s(t,function(t){return t(n)}),index:++e,value:n}}),function(n,t){return ie(n,t,r)})},Rr=function(n,t,r){for(var e=-1,u=t.length,i={};++e<u;){var o=t[e],f=Yt(n,o);r(f,o)&&Br(i,Xr(o,n),f)}return i},Sr=function(n,t,r,e){var u=e?b:d,i=-1,o=t.length,f=n;for(n===t&&(t=ce(t)),r&&(f=s(n,R(r)));++i<o;)for(var c=0,a=t[i],l=r?r(a):a;(c=u(f,l,c,e))>-1;)f!==n&&Ji.call(f,c,1),Ji.call(n,c,1);return n},Er=function(n,t){for(var r=n?t.length:0,e=r-1;r--;){var u=t[r];if(r==e||u!==i){var i=u;Qe(u)?Ji.call(n,u,1):Hr(n,u)}}return n},zr=function(n,t){return n+io(vo()*(t-n+1))},Cr=function(n,t){var r=\"\";if(!n||t<1||t>9007199254740991)return r;do{t%2&&(r+=n),(t=io(t/2))&&(n+=n)}while(t);return r},Lr=function(n,t){return uf(lu(n,t,vi),n+\"\")},Wr=function(n){return dt(li(n))},Ur=function(n,t){var r=li(n);return gu(r,St(t,0,r.length))},Br=function(n,t,e,u){if(!Zu(n))return n;for(var i=-1,o=(t=Xr(t,n)).length,f=o-1,c=n;null!=c&&++i<o;){var a=yu(t[i]),l=e;if(\"__proto__\"===a||\"constructor\"===a||\"prototype\"===a)return n;if(i!=f){var s=c[a];(l=u?u(s,a,c):r)===r&&(l=Zu(s)?s:Qe(t[i+1])?[]:{})}xt(c,a,l),c=c[a]}return n},Tr=function(n){return gu(li(n))},Dr=function(n,t,r){var e=-1,u=n.length;t<0&&(t=-t>u?0:u+t),(r=r>u?u:r)<0&&(r+=u),u=t>r?0:r-t>>>0,t>>>=0;for(var i=xi(u);++e<u;)i[e]=n[e+t];return i},$r=function(n,t){var r;return Bo(n,function(n,e,u){return!(r=t(n,e,u))}),!!r},Mr=function(n,t,r){var e=0,u=null==n?e:n.length;if(\"number\"==typeof t&&t==t&&u<=2147483647){for(;e<u;){var i=e+u>>>1,o=n[i];null!==o&&!Yu(o)&&(r?o<=t:o<t)?e=i+1:u=i}return u}return Fr(n,t,vi,r)},Fr=function(n,t,e,u){var i=0,o=null==n?0:n.length;if(0===o)return 0;for(var f=(t=e(t))!=t,c=null===t,a=Yu(t),l=t===r;i<o;){var s=io((i+o)/2),h=e(n[s]),p=h!==r,_=null===h,v=h==h,g=Yu(h);if(f)var y=u||v;else y=l?v&&(u||p):c?v&&p&&(u||!_):a?v&&p&&!_&&(u||!g):!_&&!g&&(u?h<=t:h<t);y?i=s+1:o=s}return ho(o,4294967294)},Nr=function(n,t){for(var r=-1,e=n.length,u=0,i=[];++r<e;){var o=n[r],f=t?t(o):o;if(!r||!$u(f,c)){var c=f;i[u++]=0===o?0:o}}return i},Pr=function(n){return\"number\"==typeof n?n:Yu(n)?un:+n},qr=function(n,t,r){var e=-1,u=a,i=n.length,o=!0,f=[],c=f;if(r)o=!1,u=l;else if(i>=200){var s=t?null:Vo(n);if(s)return $(s);o=!1,u=E,c=new vt}else c=t?[]:f;n:for(;++e<i;){var h=n[e],p=t?t(h):h;if(h=r||0!==h?h:0,o&&p==p){for(var _=c.length;_--;)if(c[_]===p)continue n;t&&c.push(p),f.push(h)}else u(c,p,r)||(c!==f&&c.push(p),f.push(h))}return f},Hr=function(n,t){return t=Xr(t,n),null==(n=su(n,t))||delete n[yu(ku(t))]},Zr=function(n,t,r,e){return Br(n,t,r(Yt(n,t)),e)},Gr=function(n,t,r,e){for(var u=n.length,i=e?u:-1;(e?i--:++i<u)&&t(n[i],i,n););return r?Dr(n,e?0:i,e?i+1:u):Dr(n,e?i+1:0,e?u:i)},Kr=function(n,t){var r=n;return _instanceof(r,st)&&(r=r.value()),p(t,function(n,t){return t.func.apply(t.thisArg,h([n],t.args))},r)},Vr=function(n,t,r){var e=n.length;if(e<2)return e?qr(n[0]):[];for(var u=-1,i=xi(e);++u<e;)for(var o=n[u],f=-1;++f<e;)f!=u&&(i[u]=Ut(i[u]||o,n[f],t,r));return qr(Do(i,1),t,r)},Jr=function(n,t,e){for(var u=-1,i=n.length,o=t.length,f={};++u<i;){var c=u<o?t[u]:r;e(f,n[u],c)}return f},Yr=function(n){return Fu(n)?n:[]},Qr=function(n){return\"function\"==typeof n?n:vi},Xr=function(n,t){return Gf(n)?n:nu(n,t)?[n]:of(ui(n))},ne=function(n,t,e){var u=n.length;return e=e===r?u:e,!t&&e>=u?n:Dr(n,t,e)},te=function(n,t){if(t)return n.slice();var r=n.length,e=Zi?Zi(r):new n.constructor(r);return n.copy(e),e},re=function(n){var t=new n.constructor(n.byteLength);return new Hi(t).set(new Hi(n)),t},ee=function(n,t){var r=t?re(n.buffer):n.buffer;return new n.constructor(r,n.byteOffset,n.length)},ue=function(n,t){if(n!==t){var e=n!==r,u=null===n,i=n==n,o=Yu(n),f=t!==r,c=null===t,a=t==t,l=Yu(t);if(!c&&!l&&!o&&n>t||o&&f&&a&&!c&&!l||u&&f&&a||!e&&a||!i)return 1;if(!u&&!o&&!l&&n<t||l&&e&&i&&!u&&!o||c&&e&&i||!f&&i||!a)return-1}return 0},ie=function(n,t,r){for(var e=-1,u=n.criteria,i=t.criteria,o=u.length,f=r.length;++e<o;){var c=ue(u[e],i[e]);if(c)return e>=f?c:c*(\"desc\"==r[e]?-1:1)}return n.index-t.index},oe=function(n,t,r,e){for(var u=-1,i=n.length,o=r.length,f=-1,c=t.length,a=so(i-o,0),l=xi(c+a),s=!e;++f<c;)l[f]=t[f];for(;++u<o;)(s||u<i)&&(l[r[u]]=n[u]);for(;a--;)l[f++]=n[u++];return l},fe=function(n,t,r,e){for(var u=-1,i=n.length,o=-1,f=r.length,c=-1,a=t.length,l=so(i-f,0),s=xi(l+a),h=!e;++u<l;)s[u]=n[u];for(var p=u;++c<a;)s[p+c]=t[c];for(;++o<f;)(h||u<i)&&(s[p+r[o]]=n[u++]);return s},ce=function(n,t){var r=-1,e=n.length;for(t||(t=xi(e));++r<e;)t[r]=n[r];return t},ae=function(n,t,e,u){var i=!e;e||(e={});for(var o=-1,f=t.length;++o<f;){var c=t[o],a=u?u(e[c],n[c],c,e,n):r;a===r&&(a=n[c]),i?Ot(e,c,a):xt(e,c,a)}return e},le=function(n,t){return ae(n,Qo(n),t)},se=function(n,t){return ae(n,Xo(n),t)},he=function(n,t){return function(r,e){var i=Gf(r)?u:At,o=t?t():{};return i(r,n,Fe(e,2),o)}},pe=function(n){return Lr(function(t,e){var u=-1,i=e.length,o=i>1?e[i-1]:r,f=i>2?e[2]:r;for(o=n.length>3&&\"function\"==typeof o?(i--,o):r,f&&Xe(e[0],e[1],f)&&(o=i<3?r:o,i=1),t=Oi(t);++u<i;){var c=e[u];c&&n(t,c,u,o)}return t})},_e=function(n,t){return function(r,e){if(null==r)return r;if(!Mu(r))return n(r,e);for(var u=r.length,i=t?u:-1,o=Oi(r);(t?i--:++i<u)&&!1!==e(o[i],i,o););return r}},ve=function(n){return function(t,r,e){for(var u=-1,i=Oi(t),o=e(t),f=o.length;f--;){var c=o[n?f:++u];if(!1===r(i[c],c,i))break}return t}},ge=function(n){return function(t){t=ui(t);var e=U(t)?N(t):r,u=e?e[0]:t.charAt(0),i=e?ne(e,1).join(\"\"):t.slice(1);return u[n]()+i}},ye=function(n){return function(t){return p(pi(hi(t).replace(zt,\"\")),n,\"\")}},de=function(n){return function(){var t=arguments;switch(t.length){case 0:return new n;case 1:return new n(t[0]);case 2:return new n(t[0],t[1]);case 3:return new n(t[0],t[1],t[2]);case 4:return new n(t[0],t[1],t[2],t[3]);case 5:return new n(t[0],t[1],t[2],t[3],t[4]);case 6:return new n(t[0],t[1],t[2],t[3],t[4],t[5]);case 7:return new n(t[0],t[1],t[2],t[3],t[4],t[5],t[6])}var r=Wo(n.prototype),e=n.apply(r,t);return Zu(e)?e:r}},be=function(n){return function(t,e,u){var i=Oi(t);if(!Mu(t)){var o=Fe(e,3);t=fi(t),e=function(n){return o(i[n],n,i)}}var f=n(t,e,u);return f>-1?i[o?t[f]:f]:r}},me=function(n){return Be(function(t){var e=t.length,u=e,i=Kn.prototype.thru;for(n&&t.reverse();u--;){var o=t[u];if(\"function\"!=typeof o)throw new Ei(Z);if(i&&!f&&\"wrapper\"==$e(o))var f=new Kn([],!0)}for(u=f?u:e;++u<e;){o=t[u];var c=$e(o),a=\"wrapper\"==c?Yo(o):r;f=a&&ru(a[0])&&a[1]==(tn|X|288)&&!a[4].length&&1==a[9]?f[$e(a[0])].apply(f,a[3]):1==o.length&&ru(o)?f[c]():f.thru(o)}return function(){var n=arguments,r=n[0];if(f&&1==n.length&&Gf(r))return f.plant(r).value();for(var u=0,i=e?t[u].apply(this,n):r;++u<e;)i=t[u].call(this,i);return i}})},we=function(n,t){return function(r,e){return function(n,t,r,e){return Gt(n,function(n,u,i){t(e,r(n),u,i)}),e}(r,n,t(e),{})}},xe=function(n,t){return function(e,u){var i;if(e===r&&u===r)return t;if(e!==r&&(i=e),u!==r){if(i===r)return u;\"string\"==typeof e||\"string\"==typeof u?(e=Ho(e),u=Ho(u)):(e=Pr(e),u=Pr(u)),i=n(e,u)}return i}},je=function(n){return Be(function(t){return t=s(t,R(Fe())),Lr(function(r){var u=this;return n(t,function(n){return e(n,u,r)})})})},Ae=function(n,t){var e=(t=t===r?\" \":Ho(t)).length;if(e<2)return e?Cr(t,n):t;var u=Cr(t,uo(n/F(t)));return U(t)?ne(N(u),0,n).join(\"\"):u.slice(0,n)},ke=function(n){return function(t,e,u){return u&&\"number\"!=typeof u&&Xe(t,e,u)&&(e=u=r),t=Xu(t),e===r?(e=t,t=0):e=Xu(e),function(n,t,r,e){for(var u=-1,i=so(uo((t-n)/(r||1)),0),o=xi(i);i--;)o[e?i:++u]=n,n+=r;return o}(t,e,u=u===r?t<e?1:-1:Xu(u),n)}},Ie=function(n){return function(t,r){return\"string\"==typeof t&&\"string\"==typeof r||(t=ri(t),r=ri(r)),n(t,r)}},Oe=function(n,t,e,u,i,o,f,c,a,l){var s=t&X;t|=s?32:64,4&(t&=~(s?64:32))||(t&=~(Y|Q));var h=[n,t,i,s?o:r,s?f:r,s?r:o,s?r:f,c,a,l],p=e.apply(r,h);return ru(n)&&rf(p,h),p.placeholder=u,_u(p,n,t)},Re=function(n){var t=Ii[n];return function(n,r){if(n=ri(n),(r=null==r?0:ho(ni(r),292))&&co(n)){var e=(ui(n)+\"e\").split(\"e\"),u=t(e[0]+\"e\"+(+e[1]+r));return+((e=(ui(u)+\"e\").split(\"e\"))[0]+\"e\"+(+e[1]-r))}return t(n)}},Se=function(n){return function(t){var r,e,u,i=nf(t);return i==_n?B(t):i==dn?(r=t,e=-1,u=Array(r.size),r.forEach(function(n){u[++e]=[n,n]}),u):function(n,t){return s(t,function(t){return[t,n[t]]})}(t,n(t))}},Ee=function(n,t,u,i,o,f,c,a){var l=t&Q;if(!l&&\"function\"!=typeof n)throw new Ei(Z);var s=i?i.length:0;if(s||(t&=-97,i=o=r),c=c===r?c:so(ni(c),0),a=a===r?a:ni(a),s-=o?o.length:0,64&t){var h=i,p=o;i=o=r}var _=l?r:Yo(n),v=[n,t,u,i,o,h,p,f,c,a];if(_&&fu(v,_),n=v[0],t=v[1],u=v[2],i=v[3],o=v[4],!(a=v[9]=v[9]===r?l?0:n.length:so(v[9]-s,0))&&t&(X|nn)&&(t&=~(X|nn)),t&&t!=Y)g=t==X||t==nn?function(n,t,u){var i=de(n);return function o(){for(var f=arguments.length,c=xi(f),a=f,l=Me(o);a--;)c[a]=arguments[a];var s=f<3&&c[0]!==l&&c[f-1]!==l?[]:D(c,l);if((f-=s.length)<u)return Oe(n,t,Ko,o.placeholder,r,c,s,r,r,u-f);var h=this&&this!==Zt&&_instanceof(this,o)?i:n;return e(h,this,c)}}(n,t,a):32!=t&&t!=(32|Y)||o.length?Ko.apply(r,v):function(n,t,r,u){var i=t&Y,o=de(n);return function t(){for(var f=-1,c=arguments.length,a=-1,l=u.length,s=xi(l+c),h=this&&this!==Zt&&_instanceof(this,t)?o:n;++a<l;)s[a]=u[a];for(;c--;)s[a++]=arguments[++f];return e(h,i?r:this,s)}}(n,t,u,i);else var g=function(n,t,r){var e=t&Y,u=de(n);return function t(){return(this&&this!==Zt&&_instanceof(this,t)?u:n).apply(e?r:this,arguments)}}(n,t,u);return _u((_?Po:rf)(g,v),n,t)},ze=function(n,t,e,u){return n===r||$u(n,Li[e])&&!Bi.call(u,e)?t:n},Ce=function(n){return Vu(n)?r:n},Le=function(n,t,e,u,i,o){var f=1&e,c=n.length,a=t.length;if(c!=a&&!(f&&a>c))return!1;var l=o.get(n),s=o.get(t);if(l&&s)return l==t&&s==n;var h=-1,p=!0,_=2&e?new vt:r;for(o.set(n,t),o.set(t,n);++h<c;){var g=n[h],y=t[h];if(u)var d=f?u(y,g,h,t,n,o):u(g,y,h,n,t,o);if(d!==r){if(d)continue;p=!1;break}if(_){if(!v(t,function(n,t){if(!E(_,t)&&(g===n||i(g,n,e,u,o)))return _.push(t)})){p=!1;break}}else if(g!==y&&!i(g,y,e,u,o)){p=!1;break}}return o.delete(n),o.delete(t),p},We=function(n,t,r,e,u,i,o){switch(r){case jn:if(n.byteLength!=t.byteLength||n.byteOffset!=t.byteOffset)return!1;n=n.buffer,t=t.buffer;case xn:return!(n.byteLength!=t.byteLength||!i(new Hi(n),new Hi(t)));case an:case ln:case vn:return $u(+n,+t);case sn:return n.name==t.name&&n.message==t.message;case yn:case bn:return n==t+\"\";case _n:var f=B;case dn:var c=1&e;if(f||(f=$),n.size!=t.size&&!c)return!1;var a=o.get(n);if(a)return a==t;e|=2,o.set(n,t);var l=Le(f(n),f(t),e,u,i,o);return o.delete(n),l;case mn:if(Co)return Co.call(n)==Co.call(t)}return!1},Ue=function(n,t,e,u,i,o){var f=1&e,c=Te(n),a=c.length;if(a!=Te(t).length&&!f)return!1;for(var l=a;l--;){var s=c[l];if(!(f?s in t:Bi.call(t,s)))return!1}var h=o.get(n),p=o.get(t);if(h&&p)return h==t&&p==n;var _=!0;o.set(n,t),o.set(t,n);for(var v=f;++l<a;){var g=n[s=c[l]],y=t[s];if(u)var d=f?u(y,g,s,t,n,o):u(g,y,s,n,t,o);if(!(d===r?g===y||i(g,y,e,u,o):d)){_=!1;break}v||(v=\"constructor\"==s)}if(_&&!v){var b=n.constructor,m=t.constructor;!(b!=m&&\"constructor\"in n&&\"constructor\"in t)||\"function\"==typeof b&&_instanceof(b,b)&&\"function\"==typeof m&&_instanceof(m,m)||(_=!1)}return o.delete(n),o.delete(t),_},Be=function(n){return uf(lu(n,r,ju),n+\"\")},Te=function(n){return ur(n,fi,Qo)},De=function(n){return ur(n,ci,Xo)},$e=function(n){for(var t=n.name+\"\",r=ko[t],e=Bi.call(ko,t)?r.length:0;e--;){var u=r[e],i=u.func;if(null==i||i==n)return u.name}return t},Me=function(n){return(Bi.call(q,\"placeholder\")?q:n).placeholder},Fe=function(){var n=q.iteratee||gi;return n=n===gi?br:n,arguments.length?n(arguments[0],arguments[1]):n},Ne=function(n,t){var r=n.__data__;return tu(t)?r[\"string\"==typeof t?\"string\":\"hash\"]:r.map},Pe=function(n){for(var t=fi(n),r=t.length;r--;){var e=t[r],u=n[e];t[r]=[e,u,iu(u)]}return t},qe=function(n,t){var e=function(n,t){return null==n?r:n[t]}(n,t);return dr(e)?e:r},He=function(n){var t=Bi.call(n,Xi),e=n[Xi];try{n[Xi]=r;var u=!0}catch(n){}var i=$i.call(n);return u&&(t?n[Xi]=e:delete n[Xi]),i},Ze=function(n,t,r){for(var e=-1,u=r.length;++e<u;){var i=r[e],o=i.size;switch(i.type){case\"drop\":n+=o;break;case\"dropRight\":t-=o;break;case\"take\":t=ho(t,n+o);break;case\"takeRight\":n=so(n,t-o)}}return{start:n,end:t}},Ge=function(n,t,r){for(var e=-1,u=(t=Xr(t,n)).length,i=!1;++e<u;){var o=yu(t[e]);if(!(i=null!=n&&r(n,o)))break;n=n[o]}return i||++e!=u?i:!!(u=null==n?0:n.length)&&Hu(u)&&Qe(o,u)&&(Gf(n)||Zf(n))},Ke=function(n){var t=n.length,r=new n.constructor(t);return t&&\"string\"==typeof n[0]&&Bi.call(n,\"index\")&&(r.index=n.index,r.input=n.input),r},Ve=function(n){return\"function\"!=typeof n.constructor||uu(n)?{}:Wo(Gi(n))},Je=function(n,t,r){var e,u,i,o=n.constructor;switch(t){case xn:return re(n);case an:case ln:return new o(+n);case jn:return function(n,t){var r=t?re(n.buffer):n.buffer;return new n.constructor(r,n.byteOffset,n.byteLength)}(n,r);case An:case kn:case In:case On:case Rn:case Sn:case\"[object Uint8ClampedArray]\":case En:case zn:return ee(n,r);case _n:return new o;case vn:case bn:return new o(n);case yn:return(i=new(u=n).constructor(u.source,rt.exec(u))).lastIndex=u.lastIndex,i;case dn:return new o;case mn:return e=n,Co?Oi(Co.call(e)):{}}},Ye=function(n){return Gf(n)||Zf(n)||!!(Yi&&n&&n[Yi])},Qe=function(n,t){var r=void 0===n?\"undefined\":_typeof(n);return!!(t=null==t?9007199254740991:t)&&(\"number\"==r||\"symbol\"!=r&&ft.test(n))&&n>-1&&n%1==0&&n<t},Xe=function(n,t,r){if(!Zu(r))return!1;var e=void 0===t?\"undefined\":_typeof(t);return!!(\"number\"==e?Mu(r)&&Qe(t,r.length):\"string\"==e&&t in r)&&$u(r[t],n)},nu=function(n,t){if(Gf(n))return!1;var r=void 0===n?\"undefined\":_typeof(n);return!(\"number\"!=r&&\"symbol\"!=r&&\"boolean\"!=r&&null!=n&&!Yu(n))||Pn.test(n)||!Nn.test(n)||null!=t&&n in Oi(t)},tu=function(n){var t=void 0===n?\"undefined\":_typeof(n);return\"string\"==t||\"number\"==t||\"symbol\"==t||\"boolean\"==t?\"__proto__\"!==n:null===n},ru=function(n){var t=$e(n),r=q[t];if(\"function\"!=typeof r||!(t in st.prototype))return!1;if(n===r)return!0;var e=Yo(r);return!!e&&n===e[0]},eu=function(n){return!!Di&&Di in n},uu=function(n){var t=n&&n.constructor;return n===(\"function\"==typeof t&&t.prototype||Li)},iu=function(n){return n==n&&!Zu(n)},ou=function(n,t){return function(e){return null!=e&&e[n]===t&&(t!==r||n in Oi(e))}},fu=function(n,t){var r=n[1],e=t[1],u=r|e,i=u<(Y|Q|tn),o=e==tn&&r==X||e==tn&&256==r&&n[7].length<=t[8]||e==(256|tn)&&t[7].length<=t[8]&&r==X;if(!i&&!o)return n;e&Y&&(n[2]=t[2],u|=r&Y?0:4);var f=t[3];if(f){var c=n[3];n[3]=c?oe(c,f,t[4]):f,n[4]=c?D(n[3],G):t[4]}return(f=t[5])&&(c=n[5],n[5]=c?fe(c,f,t[6]):f,n[6]=c?D(n[5],G):t[6]),(f=t[7])&&(n[7]=f),e&tn&&(n[8]=null==n[8]?t[8]:ho(n[8],t[8])),null==n[9]&&(n[9]=t[9]),n[0]=t[0],n[1]=u,n},cu=function(n){var t=[];if(null!=n)for(var r in Oi(n))t.push(r);return t},au=function(n){return $i.call(n)},lu=function(n,t,u){return t=so(t===r?n.length-1:t,0),function(){for(var r=arguments,i=-1,o=so(r.length-t,0),f=xi(o);++i<o;)f[i]=r[t+i];i=-1;for(var c=xi(t+1);++i<t;)c[i]=r[i];return c[t]=u(f),e(n,this,c)}},su=function(n,t){return t.length<2?n:Yt(n,Dr(t,0,-1))},hu=function(n,t){for(var e=n.length,u=ho(t.length,e),i=ce(n);u--;){var o=t[u];n[u]=Qe(o,e)?i[o]:r}return n},pu=function(n,t){if((\"constructor\"!==t||\"function\"!=typeof n[t])&&\"__proto__\"!=t)return n[t]},_u=function(n,t,r){var e=t+\"\";return uf(n,function(n,t){var r=t.length;if(!r)return n;var e=r-1;return t[e]=(r>1?\"& \":\"\")+t[e],t=t.join(r>2?\", \":\" \"),n.replace(Vn,\"{\\\\n/* [wrapped with \"+t+\"] */\\\\n\")}(e,bu(function(n){var t=n.match(Jn);return t?t[1].split(Yn):[]}(e),r)))},vu=function(n){var t=0,e=0;return function(){var u=po(),i=16-(u-e);if(e=u,i>0){if(++t>=800)return arguments[0]}else t=0;return n.apply(r,arguments)}},gu=function(n,t){var e=-1,u=n.length,i=u-1;for(t=t===r?u:t;++e<t;){var o=zr(e,i),f=n[o];n[o]=n[e],n[e]=f}return n.length=t,n},yu=function(n){if(\"string\"==typeof n||Yu(n))return n;var t=n+\"\";return\"0\"==t&&1/n==-en?\"-0\":t},du=function(n){if(null!=n){try{return Ui.call(n)}catch(n){}try{return n+\"\"}catch(n){}}return\"\"},bu=function(n,t){return i(on,function(r){var e=\"_.\"+r[0];t&r[1]&&!a(n,e)&&n.push(e)}),n.sort()},mu=function(n){if(_instanceof(n,st))return n.clone();var t=new Kn(n.__wrapped__,n.__chain__);return t.__actions__=ce(n.__actions__),t.__index__=n.__index__,t.__values__=n.__values__,t},wu=function(n,t,r){var e=null==n?0:n.length;if(!e)return-1;var u=null==r?0:ni(r);return u<0&&(u=so(e+u,0)),y(n,Fe(t,3),u)},xu=function(n,t,e){var u=null==n?0:n.length;if(!u)return-1;var i=u-1;return e!==r&&(i=ni(e),i=e<0?so(u+i,0):ho(i,u-1)),y(n,Fe(t,3),i,!0)},ju=function(n){return null!=n&&n.length?Do(n,1):[]},Au=function(n){return n&&n.length?n[0]:r},ku=function(n){var t=null==n?0:n.length;return t?n[t-1]:r},Iu=function(n,t){return n&&n.length&&t&&t.length?Sr(n,t):n},Ou=function(n){return null==n?n:go.call(n)},Ru=function(n){if(!n||!n.length)return[];var t=0;return n=c(n,function(n){if(Fu(n))return t=so(n.length,t),!0}),I(t,function(t){return s(n,x(t))})},Su=function(n,t){if(!n||!n.length)return[];var u=Ru(n);return null==t?u:s(u,function(n){return e(t,r,n)})},Eu=function(n){var t=q(n);return t.__chain__=!0,t},zu=function(n,t){return t(n)},Cu=function(n,t){return(Gf(n)?i:Bo)(n,Fe(t,3))},Lu=function(n,t){return(Gf(n)?o:To)(n,Fe(t,3))},Wu=function(n,t){return(Gf(n)?s:xr)(n,Fe(t,3))},Uu=function(n,t,e){return t=e?r:t,t=n&&null==t?n.length:t,Ee(n,tn,r,r,r,r,t)},Bu=function(n,t){var e;if(\"function\"!=typeof t)throw new Ei(Z);return n=ni(n),function(){return--n>0&&(e=t.apply(this,arguments)),n<=1&&(t=r),e}},Tu=function(n,t,e){var u,i,o,f,c,a,l=0,s=!1,h=!1,p=!0;if(\"function\"!=typeof n)throw new Ei(Z);function _(t){var e=u,o=i;return u=i=r,l=t,f=n.apply(o,e)}function v(n){var e=n-a;return a===r||e>=t||e<0||h&&n-l>=o}function g(){var n=Lf();if(v(n))return y(n);c=ef(g,function(n){var r=t-(n-a);return h?ho(r,o-(n-l)):r}(n))}function y(n){return c=r,p&&u?_(n):(u=i=r,f)}function d(){var n=Lf(),e=v(n);if(u=arguments,i=this,a=n,e){if(c===r)return function(n){return l=n,c=ef(g,t),s?_(n):f}(a);if(h)return Go(c),c=ef(g,t),_(a)}return c===r&&(c=ef(g,t)),f}return t=ri(t)||0,Zu(e)&&(s=!!e.leading,o=(h=\"maxWait\"in e)?so(ri(e.maxWait)||0,t):o,p=\"trailing\"in e?!!e.trailing:p),d.cancel=function(){c!==r&&Go(c),l=0,u=a=i=c=r},d.flush=function(){return c===r?f:y(Lf())},d},Du=function(n){if(\"function\"!=typeof n)throw new Ei(Z);return function(){var t=arguments;switch(t.length){case 0:return!n.call(this);case 1:return!n.call(this,t[0]);case 2:return!n.call(this,t[0],t[1]);case 3:return!n.call(this,t[0],t[1],t[2])}return!n.apply(this,t)}},$u=function(n,t){return n===t||n!=n&&t!=t},Mu=function(n){return null!=n&&Hu(n.length)&&!Pu(n)},Fu=function(n){return Gu(n)&&Mu(n)},Nu=function(n){if(!Gu(n))return!1;var t=ar(n);return t==sn||\"[object DOMException]\"==t||\"string\"==typeof n.message&&\"string\"==typeof n.name&&!Vu(n)},Pu=function(n){if(!Zu(n))return!1;var t=ar(n);return t==hn||t==pn||\"[object AsyncFunction]\"==t||\"[object Proxy]\"==t},qu=function(n){return\"number\"==typeof n&&n==ni(n)},Hu=function(n){return\"number\"==typeof n&&n>-1&&n%1==0&&n<=9007199254740991},Zu=function(n){var t=void 0===n?\"undefined\":_typeof(n);return null!=n&&(\"object\"==t||\"function\"==t)},Gu=function(n){return null!=n&&\"object\"==typeof n},Ku=function(n){return\"number\"==typeof n||Gu(n)&&ar(n)==vn},Vu=function(n){if(!Gu(n)||ar(n)!=gn)return!1;var t=Gi(n);if(null===t)return!0;var r=Bi.call(t,\"constructor\")&&t.constructor;return\"function\"==typeof r&&_instanceof(r,r)&&Ui.call(r)==Mi},Ju=function(n){return\"string\"==typeof n||!Gf(n)&&Gu(n)&&ar(n)==bn},Yu=function(n){return\"symbol\"==(void 0===n?\"undefined\":_typeof(n))||Gu(n)&&ar(n)==mn},Qu=function(n){if(!n)return[];if(Mu(n))return Ju(n)?N(n):ce(n);if(Qi&&n[Qi])return function(n){for(var t,r=[];!(t=n.next()).done;)r.push(t.value);return r}(n[Qi]());var t=nf(n);return(t==_n?B:t==dn?$:li)(n)},Xu=function(n){return n?(n=ri(n))===en||n===-en?1.7976931348623157e308*(n<0?-1:1):n==n?n:0:0===n?n:0},ni=function(n){var t=Xu(n),r=t%1;return t==t?r?t-r:t:0},ti=function(n){return n?St(ni(n),0,4294967295):0},ri=function(n){if(\"number\"==typeof n)return n;if(Yu(n))return un;if(Zu(n)){var t=\"function\"==typeof n.valueOf?n.valueOf():n;n=Zu(t)?t+\"\":t}if(\"string\"!=typeof n)return 0===n?n:+n;n=O(n);var r=ut.test(n);return r||ot.test(n)?Pt(n.slice(2),r?2:8):et.test(n)?un:+n},ei=function(n){return ae(n,ci(n))},ui=function(n){return null==n?\"\":Ho(n)},ii=function(n,t,e){var u=null==n?r:Yt(n,t);return u===r?e:u},oi=function(n,t){return null!=n&&Ge(n,t,hr)},fi=function(n){return Mu(n)?yt(n):mr(n)},ci=function(n){return Mu(n)?yt(n,!0):function(n){if(!Zu(n))return cu(n);var t=uu(n),r=[];for(var e in n)(\"constructor\"!=e||!t&&Bi.call(n,e))&&r.push(e);return r}(n)},ai=function(n,t){if(null==n)return{};var r=s(De(n),function(n){return[n]});return t=Fe(t),Rr(n,r,function(n,r){return t(n,r[0])})},li=function(n){return null==n?[]:S(n,fi(n))},si=function(n){return Ic(ui(n).toLowerCase())},hi=function(n){return(n=ui(n))&&n.replace(ct,ir).replace(Ct,\"\")},pi=function(n,t,e){return n=ui(n),(t=e?r:t)===r?function(n){return Bt.test(n)}(n)?function(n){return n.match(Wt)||[]}(n):function(n){return n.match(Qn)||[]}(n):n.match(t)||[]},_i=function(n){return function(){return n}},vi=function(n){return n},gi=function(n){return br(\"function\"==typeof n?n:Uo(n,K))},yi=function(n,t,r){var e=fi(t),u=Jt(t,e);null!=r||Zu(t)&&(u.length||!e.length)||(r=t,t=n,n=this,u=Jt(t,fi(t)));var o=!(Zu(r)&&\"chain\"in r&&!r.chain),f=Pu(n);return i(u,function(r){var e=t[r];n[r]=e,f&&(n.prototype[r]=function(){var t=this.__chain__;if(o||t){var r=n(this.__wrapped__);return(r.__actions__=ce(this.__actions__)).push({func:e,args:arguments,thisArg:n}),r.__chain__=t,r}return e.apply(n,h([this.value()],arguments))})}),n},di=function(){},bi=function(n){return nu(n)?x(yu(n)):function(n){return function(t){return Yt(t,n)}}(n)},mi=function(){return[]},wi=function(){return!1},xi=(t=null==t?Zt:cr.defaults(Zt.Object(),t,cr.pick(Zt,Tt))).Array,ji=t.Date,Ai=t.Error,ki=t.Function,Ii=t.Math,Oi=t.Object,Ri=t.RegExp,Si=t.String,Ei=t.TypeError,zi=xi.prototype,Ci=ki.prototype,Li=Oi.prototype,Wi=t[\"__core-js_shared__\"],Ui=Ci.toString,Bi=Li.hasOwnProperty,Ti=0,Di=(j=/[^.]+$/.exec(Wi&&Wi.keys&&Wi.keys.IE_PROTO||\"\"))?\"Symbol(src)_1.\"+j:\"\",$i=Li.toString,Mi=Ui.call(Oi),Fi=Zt._,Ni=Ri(\"^\"+Ui.call(Bi).replace(Hn,\"\\\\\\\\$&\").replace(/hasOwnProperty|(function).*?(?=\\\\\\\\\\\\()| for .+?(?=\\\\\\\\\\\\])/g,\"$1.*?\")+\"$\"),Pi=Vt?t.Buffer:r,qi=t.Symbol,Hi=t.Uint8Array,Zi=Pi?Pi.allocUnsafe:r,Gi=T(Oi.getPrototypeOf,Oi),Ki=Oi.create,Vi=Li.propertyIsEnumerable,Ji=zi.splice,Yi=qi?qi.isConcatSpreadable:r,Qi=qi?qi.iterator:r,Xi=qi?qi.toStringTag:r,no=function(){try{var n=qe(Oi,\"defineProperty\");return n({},\"\",{}),n}catch(n){}}(),to=t.clearTimeout!==Zt.clearTimeout&&t.clearTimeout,ro=ji&&ji.now!==Zt.Date.now&&ji.now,eo=t.setTimeout!==Zt.setTimeout&&t.setTimeout,uo=Ii.ceil,io=Ii.floor,oo=Oi.getOwnPropertySymbols,fo=Pi?Pi.isBuffer:r,co=t.isFinite,ao=zi.join,lo=T(Oi.keys,Oi),so=Ii.max,ho=Ii.min,po=ji.now,_o=t.parseInt,vo=Ii.random,go=zi.reverse,yo=qe(t,\"DataView\"),bo=qe(t,\"Map\"),mo=qe(t,\"Promise\"),wo=qe(t,\"Set\"),xo=qe(t,\"WeakMap\"),jo=qe(Oi,\"create\"),Ao=xo&&new xo,ko={},Io=du(yo),Oo=du(bo),Ro=du(mo),So=du(wo),Eo=du(xo),zo=qi?qi.prototype:r,Co=zo?zo.valueOf:r,Lo=zo?zo.toString:r,Wo=(M=function(){},function(n){if(!Zu(n))return{};if(Ki)return Ki(n);M.prototype=n;var t=new M;return M.prototype=r,t});function Uo(n,t,e,u,o,f){var c,a=t&K,l=t&V,s=t&J;if(e&&(c=o?e(n,u,o,f):e(n)),c!==r)return c;if(!Zu(n))return n;var h=Gf(n);if(h){if(c=Ke(n),!a)return ce(n,c)}else{var p=nf(n),_=p==hn||p==pn;if(Vf(n))return te(n,a);if(p==gn||p==fn||_&&!o){if(c=l||_?{}:Ve(n),!a)return l?se(n,It(c,n)):le(n,kt(c,n))}else{if(!Mt[p])return o?n:{};c=Je(n,p,a)}}f||(f=new gt);var v=f.get(n);if(v)return v;f.set(n,c),Xf(n)?n.forEach(function(r){c.add(Uo(r,t,e,r,n,f))}):Yf(n)&&n.forEach(function(r,u){c.set(u,Uo(r,t,e,u,n,f))});var g=h?r:(s?l?De:Te:l?ci:fi)(n);return i(g||n,function(r,u){g&&(r=n[u=r]),xt(c,u,Uo(r,t,e,u,n,f))}),c}q.templateSettings={escape:$n,evaluate:Mn,interpolate:Fn,variable:\"\",imports:{_:q}},(q.prototype=H.prototype).constructor=q,Kn.prototype=Wo(H.prototype),Kn.prototype.constructor=Kn,st.prototype=Wo(H.prototype),st.prototype.constructor=st,ht.prototype.clear=function(){this.__data__=jo?jo(null):{},this.size=0},ht.prototype.delete=function(n){var t=this.has(n)&&delete this.__data__[n];return this.size-=t?1:0,t},ht.prototype.get=function(n){var t=this.__data__;if(jo){var e=t[n];return\"__lodash_hash_undefined__\"===e?r:e}return Bi.call(t,n)?t[n]:r},ht.prototype.has=function(n){var t=this.__data__;return jo?t[n]!==r:Bi.call(t,n)},ht.prototype.set=function(n,t){var e=this.__data__;return this.size+=this.has(n)?0:1,e[n]=jo&&t===r?\"__lodash_hash_undefined__\":t,this},pt.prototype.clear=function(){this.__data__=[],this.size=0},pt.prototype.delete=function(n){var t=this.__data__,r=jt(t,n);return!(r<0||(r==t.length-1?t.pop():Ji.call(t,r,1),--this.size,0))},pt.prototype.get=function(n){var t=this.__data__,e=jt(t,n);return e<0?r:t[e][1]},pt.prototype.has=function(n){return jt(this.__data__,n)>-1},pt.prototype.set=function(n,t){var r=this.__data__,e=jt(r,n);return e<0?(++this.size,r.push([n,t])):r[e][1]=t,this},_t.prototype.clear=function(){this.size=0,this.__data__={hash:new ht,map:new(bo||pt),string:new ht}},_t.prototype.delete=function(n){var t=Ne(this,n).delete(n);return this.size-=t?1:0,t},_t.prototype.get=function(n){return Ne(this,n).get(n)},_t.prototype.has=function(n){return Ne(this,n).has(n)},_t.prototype.set=function(n,t){var r=Ne(this,n),e=r.size;return r.set(n,t),this.size+=r.size==e?0:1,this},vt.prototype.add=vt.prototype.push=function(n){return this.__data__.set(n,\"__lodash_hash_undefined__\"),this},vt.prototype.has=function(n){return this.__data__.has(n)},gt.prototype.clear=function(){this.__data__=new pt,this.size=0},gt.prototype.delete=function(n){var t=this.__data__,r=t.delete(n);return this.size=t.size,r},gt.prototype.get=function(n){return this.__data__.get(n)},gt.prototype.has=function(n){return this.__data__.has(n)},gt.prototype.set=function(n,t){var r=this.__data__;if(_instanceof(r,pt)){var e=r.__data__;if(!bo||e.length<199)return e.push([n,t]),this.size=++r.size,this;r=this.__data__=new _t(e)}return r.set(n,t),this.size=r.size,this};var Bo=_e(Gt),To=_e(Kt,!0);function Do(n,t,r,e,u){var i=-1,o=n.length;for(r||(r=Ye),u||(u=[]);++i<o;){var f=n[i];t>0&&r(f)?t>1?Do(f,t-1,r,e,u):h(u,f):e||(u[u.length]=f)}return u}var $o=ve(),Mo=ve(!0);function Fo(n,t,r,e,u){return n===t||(null==n||null==t||!Gu(n)&&!Gu(t)?n!=n&&t!=t:gr(n,t,r,e,Fo,u))}function No(n,t,e,u,i){n!==t&&$o(t,function(o,f){if(i||(i=new gt),Zu(o))kr(n,t,f,e,No,u,i);else{var c=u?u(pu(n,f),o,f+\"\",n,t,i):r;c===r&&(c=o),wt(n,f,c)}},ci)}var Po=Ao?function(n,t){return Ao.set(n,t),n}:vi,qo=no?function(n,t){return no(n,\"toString\",{configurable:!0,enumerable:!1,value:_i(t),writable:!0})}:vi;function Ho(n){if(\"string\"==typeof n)return n;if(Gf(n))return s(n,Ho)+\"\";if(Yu(n))return Lo?Lo.call(n):\"\";var t=n+\"\";return\"0\"==t&&1/n==-en?\"-0\":t}var Zo=Lr,Go=to||function(n){return Zt.clearTimeout(n)};function Ko(n,t,e,u,i,o,f,c,a,l){var s=t&tn,h=t&Y,p=t&Q,_=t&(X|nn),v=t&rn,g=p?r:de(n);return function r(){for(var y=arguments.length,d=xi(y),b=y;b--;)d[b]=arguments[b];if(_)var m=Me(r),w=L(d,m);if(u&&(d=oe(d,u,i,_)),o&&(d=fe(d,o,f,_)),y-=w,_&&y<l){var x=D(d,m);return Oe(n,t,Ko,r.placeholder,e,d,x,c,a,l-y)}var j=h?e:this,A=p?j[n]:n;return y=d.length,c?d=hu(d,c):v&&y>1&&d.reverse(),s&&a<y&&(d.length=a),this&&this!==Zt&&_instanceof(this,r)&&(A=g||de(A)),A.apply(j,d)}}var Vo=wo&&1/$(new wo([,-0]))[1]==en?function(n){return new wo(n)}:di;function Jo(n,t,e,u,i,o){return Zu(n)&&Zu(t)&&(o.set(t,n),No(n,t,r,Jo,o),o.delete(t)),n}var Yo=Ao?function(n){return Ao.get(n)}:di,Qo=oo?function(n){return null==n?[]:(n=Oi(n),c(oo(n),function(t){return Vi.call(n,t)}))}:mi,Xo=oo?function(n){for(var t=[];n;)h(t,Qo(n)),n=Gi(n);return t}:mi,nf=ar;(yo&&nf(new yo(new ArrayBuffer(1)))!=jn||bo&&nf(new bo)!=_n||mo&&\"[object Promise]\"!=nf(mo.resolve())||wo&&nf(new wo)!=dn||xo&&nf(new xo)!=wn)&&(nf=function(n){var t=ar(n),e=t==gn?n.constructor:r,u=e?du(e):\"\";if(u)switch(u){case Io:return jn;case Oo:return _n;case Ro:return\"[object Promise]\";case So:return dn;case Eo:return wn}return t});var tf=Wi?Pu:wi,rf=vu(Po),ef=eo||function(n,t){return Zt.setTimeout(n,t)},uf=vu(qo),of=function(n){var t=Df(n,function(n){return 500===r.size&&r.clear(),n}),r=t.cache;return t}(function(n){var t=[];return 46===n.charCodeAt(0)&&t.push(\"\"),n.replace(qn,function(n,r,e,u){t.push(e?u.replace(nt,\"$1\"):r||n)}),t}),ff=Lr(function(n,t){return Fu(n)?Ut(n,Do(t,1,Fu,!0)):[]}),cf=Lr(function(n,t){var e=ku(t);return Fu(e)&&(e=r),Fu(n)?Ut(n,Do(t,1,Fu,!0),Fe(e,2)):[]}),af=Lr(function(n,t){var e=ku(t);return Fu(e)&&(e=r),Fu(n)?Ut(n,Do(t,1,Fu,!0),r,e):[]}),lf=Lr(function(n){var t=s(n,Yr);return t.length&&t[0]===n[0]?pr(t):[]}),sf=Lr(function(n){var t=ku(n),e=s(n,Yr);return t===ku(e)?t=r:e.pop(),e.length&&e[0]===n[0]?pr(e,Fe(t,2)):[]}),hf=Lr(function(n){var t=ku(n),e=s(n,Yr);return(t=\"function\"==typeof t?t:r)&&e.pop(),e.length&&e[0]===n[0]?pr(e,r,t):[]}),pf=Lr(Iu),_f=Be(function(n,t){var r=null==n?0:n.length,e=Rt(n,t);return Er(n,s(t,function(n){return Qe(n,r)?+n:n}).sort(ue)),e}),vf=Lr(function(n){return qr(Do(n,1,Fu,!0))}),gf=Lr(function(n){var t=ku(n);return Fu(t)&&(t=r),qr(Do(n,1,Fu,!0),Fe(t,2))}),yf=Lr(function(n){var t=ku(n);return t=\"function\"==typeof t?t:r,qr(Do(n,1,Fu,!0),r,t)}),df=Lr(function(n,t){return Fu(n)?Ut(n,t):[]}),bf=Lr(function(n){return Vr(c(n,Fu))}),mf=Lr(function(n){var t=ku(n);return Fu(t)&&(t=r),Vr(c(n,Fu),Fe(t,2))}),wf=Lr(function(n){var t=ku(n);return t=\"function\"==typeof t?t:r,Vr(c(n,Fu),r,t)}),xf=Lr(Ru),jf=Lr(function(n){var t=n.length,e=t>1?n[t-1]:r;return e=\"function\"==typeof e?(n.pop(),e):r,Su(n,e)}),Af=Be(function(n){var t=n.length,e=t?n[0]:0,u=this.__wrapped__,i=function(t){return Rt(t,n)};return t>1||this.__actions__.length||!_instanceof(u,st)||!Qe(e)?this.thru(i):((u=u.slice(e,+e+(t?1:0))).__actions__.push({func:zu,args:[i],thisArg:r}),new Kn(u,this.__chain__).thru(function(n){return t&&!n.length&&n.push(r),n}))}),kf=he(function(n,t,r){Bi.call(n,r)?++n[r]:Ot(n,r,1)}),If=be(wu),Of=be(xu),Rf=he(function(n,t,r){Bi.call(n,r)?n[r].push(t):Ot(n,r,[t])}),Sf=Lr(function(n,t,r){var u=-1,i=\"function\"==typeof t,o=Mu(n)?xi(n.length):[];return Bo(n,function(n){o[++u]=i?e(t,n,r):_r(n,t,r)}),o}),Ef=he(function(n,t,r){Ot(n,r,t)}),zf=he(function(n,t,r){n[r?0:1].push(t)},function(){return[[],[]]}),Cf=Lr(function(n,t){if(null==n)return[];var r=t.length;return r>1&&Xe(n,t[0],t[1])?t=[]:r>2&&Xe(t[0],t[1],t[2])&&(t=[t[0]]),Or(n,Do(t,1),[])}),Lf=ro||function(){return Zt.Date.now()},Wf=Lr(function(n,t,r){var e=Y;if(r.length){var u=D(r,Me(Wf));e|=32}return Ee(n,e,t,r,u)}),Uf=Lr(function(n,t,r){var e=Y|Q;if(r.length){var u=D(r,Me(Uf));e|=32}return Ee(t,e,n,r,u)});var Bf=Lr(function(n,t){return Lt(n,1,t)}),Tf=Lr(function(n,t,r){return Lt(n,ri(t)||0,r)});function Df(n,t){if(\"function\"!=typeof n||null!=t&&\"function\"!=typeof t)throw new Ei(Z);var r=function(){var e=arguments,u=t?t.apply(this,e):e[0],i=r.cache;if(i.has(u))return i.get(u);var o=n.apply(this,e);return r.cache=i.set(u,o)||i,o};return r.cache=new(Df.Cache||_t),r}Df.Cache=_t;var $f,Mf=Zo(function(n,t){var r=(t=1==t.length&&Gf(t[0])?s(t[0],R(Fe())):s(Do(t,1),R(Fe()))).length;return Lr(function(u){for(var i=-1,o=ho(u.length,r);++i<o;)u[i]=t[i].call(this,u[i]);return e(n,this,u)})}),Ff=Lr(function(n,t){var e=D(t,Me(Ff));return Ee(n,32,r,t,e)}),Nf=Lr(function(n,t){var e=D(t,Me(Nf));return Ee(n,64,r,t,e)}),Pf=Be(function(n,t){return Ee(n,256,r,r,r,t)}),qf=Ie(lr),Hf=Ie(function(n,t){return n>=t}),Zf=vr(function(){return arguments}())?vr:function(n){return Gu(n)&&Bi.call(n,\"callee\")&&!Vi.call(n,\"callee\")},Gf=xi.isArray,Kf=Qt?R(Qt):function(n){return Gu(n)&&ar(n)==xn},Vf=fo||wi,Jf=Xt?R(Xt):function(n){return Gu(n)&&ar(n)==ln},Yf=nr?R(nr):function(n){return Gu(n)&&nf(n)==_n},Qf=tr?R(tr):function(n){return Gu(n)&&ar(n)==yn},Xf=rr?R(rr):function(n){return Gu(n)&&nf(n)==dn},nc=er?R(er):function(n){return Gu(n)&&Hu(n.length)&&!!$t[ar(n)]},tc=Ie(wr),rc=Ie(function(n,t){return n<=t}),ec=pe(function(n,t){if(uu(t)||Mu(t))ae(t,fi(t),n);else for(var r in t)Bi.call(t,r)&&xt(n,r,t[r])}),uc=pe(function(n,t){ae(t,ci(t),n)}),ic=pe(function(n,t,r,e){ae(t,ci(t),n,e)}),oc=pe(function(n,t,r,e){ae(t,fi(t),n,e)}),fc=Be(Rt),cc=Lr(function(n,t){n=Oi(n);var e=-1,u=t.length,i=u>2?t[2]:r;for(i&&Xe(t[0],t[1],i)&&(u=1);++e<u;)for(var o=t[e],f=ci(o),c=-1,a=f.length;++c<a;){var l=f[c],s=n[l];(s===r||$u(s,Li[l])&&!Bi.call(n,l))&&(n[l]=o[l])}return n}),ac=Lr(function(n){return n.push(r,Jo),e(_c,r,n)}),lc=we(function(n,t,r){null!=t&&\"function\"!=typeof t.toString&&(t=$i.call(t)),n[t]=r},_i(vi)),sc=we(function(n,t,r){null!=t&&\"function\"!=typeof t.toString&&(t=$i.call(t)),Bi.call(n,t)?n[t].push(r):n[t]=[r]},Fe),hc=Lr(_r),pc=pe(function(n,t,r){No(n,t,r)}),_c=pe(function(n,t,r,e){No(n,t,r,e)}),vc=Be(function(n,t){var r={};if(null==n)return r;var e=!1;t=s(t,function(t){return t=Xr(t,n),e||(e=t.length>1),t}),ae(n,De(n),r),e&&(r=Uo(r,K|V|J,Ce));for(var u=t.length;u--;)Hr(r,t[u]);return r}),gc=Be(function(n,t){return null==n?{}:function(n,t){return Rr(n,t,function(t,r){return oi(n,r)})}(n,t)}),yc=Se(fi),dc=Se(ci),bc=ye(function(n,t,r){return t=t.toLowerCase(),n+(r?si(t):t)}),mc=ye(function(n,t,r){return n+(r?\"-\":\"\")+t.toLowerCase()}),wc=ye(function(n,t,r){return n+(r?\" \":\"\")+t.toLowerCase()}),xc=ge(\"toLowerCase\"),jc=ye(function(n,t,r){return n+(r?\"_\":\"\")+t.toLowerCase()}),Ac=ye(function(n,t,r){return n+(r?\" \":\"\")+Ic(t)}),kc=ye(function(n,t,r){return n+(r?\" \":\"\")+t.toUpperCase()}),Ic=ge(\"toUpperCase\"),Oc=Lr(function(n,t){try{return e(n,r,t)}catch(n){return Nu(n)?n:new Ai(n)}}),Rc=Be(function(n,t){return i(t,function(t){t=yu(t),Ot(n,t,Wf(n[t],n))}),n}),Sc=me(),Ec=me(!0),zc=Lr(function(n,t){return function(r){return _r(r,n,t)}}),Cc=Lr(function(n,t){return function(r){return _r(n,r,t)}}),Lc=je(s),Wc=je(f),Uc=je(v),Bc=ke(),Tc=ke(!0),Dc=xe(function(n,t){return n+t},0),$c=Re(\"ceil\"),Mc=xe(function(n,t){return n/t},1),Fc=Re(\"floor\"),Nc=xe(function(n,t){return n*t},1),Pc=Re(\"round\"),qc=xe(function(n,t){return n-t},0);return q.after=function(n,t){if(\"function\"!=typeof t)throw new Ei(Z);return n=ni(n),function(){if(--n<1)return t.apply(this,arguments)}},q.ary=Uu,q.assign=ec,q.assignIn=uc,q.assignInWith=ic,q.assignWith=oc,q.at=fc,q.before=Bu,q.bind=Wf,q.bindAll=Rc,q.bindKey=Uf,q.castArray=function(){if(!arguments.length)return[];var n=arguments[0];return Gf(n)?n:[n]},q.chain=Eu,q.chunk=function(n,t,e){t=(e?Xe(n,t,e):t===r)?1:so(ni(t),0);var u=null==n?0:n.length;if(!u||t<1)return[];for(var i=0,o=0,f=xi(uo(u/t));i<u;)f[o++]=Dr(n,i,i+=t);return f},q.compact=function(n){for(var t=-1,r=null==n?0:n.length,e=0,u=[];++t<r;){var i=n[t];i&&(u[e++]=i)}return u},q.concat=function(){var n=arguments.length;if(!n)return[];for(var t=xi(n-1),r=arguments[0],e=n;e--;)t[e-1]=arguments[e];return h(Gf(r)?ce(r):[r],Do(t,1))},q.cond=function(n){var t=null==n?0:n.length,r=Fe();return n=t?s(n,function(n){if(\"function\"!=typeof n[1])throw new Ei(Z);return[r(n[0]),n[1]]}):[],Lr(function(r){for(var u=-1;++u<t;){var i=n[u];if(e(i[0],this,r))return e(i[1],this,r)}})},q.conforms=function(n){return function(n){var t=fi(n);return function(r){return Et(r,n,t)}}(Uo(n,K))},q.constant=_i,q.countBy=kf,q.create=function(n,t){var r=Wo(n);return null==t?r:kt(r,t)},q.curry=function n(t,e,u){var i=Ee(t,X,r,r,r,r,r,e=u?r:e);return i.placeholder=n.placeholder,i},q.curryRight=function n(t,e,u){var i=Ee(t,nn,r,r,r,r,r,e=u?r:e);return i.placeholder=n.placeholder,i},q.debounce=Tu,q.defaults=cc,q.defaultsDeep=ac,q.defer=Bf,q.delay=Tf,q.difference=ff,q.differenceBy=cf,q.differenceWith=af,q.drop=function(n,t,e){var u=null==n?0:n.length;return u?(t=e||t===r?1:ni(t),Dr(n,t<0?0:t,u)):[]},q.dropRight=function(n,t,e){var u=null==n?0:n.length;return u?(t=e||t===r?1:ni(t),Dr(n,0,(t=u-t)<0?0:t)):[]},q.dropRightWhile=function(n,t){return n&&n.length?Gr(n,Fe(t,3),!0,!0):[]},q.dropWhile=function(n,t){return n&&n.length?Gr(n,Fe(t,3),!0):[]},q.fill=function(n,t,e,u){var i=null==n?0:n.length;return i?(e&&\"number\"!=typeof e&&Xe(n,t,e)&&(e=0,u=i),function(n,t,e,u){var i=n.length;for((e=ni(e))<0&&(e=-e>i?0:i+e),(u=u===r||u>i?i:ni(u))<0&&(u+=i),u=e>u?0:ti(u);e<u;)n[e++]=t;return n}(n,t,e,u)):[]},q.filter=function(n,t){return(Gf(n)?c:Ht)(n,Fe(t,3))},q.flatMap=function(n,t){return Do(Wu(n,t),1)},q.flatMapDeep=function(n,t){return Do(Wu(n,t),en)},q.flatMapDepth=function(n,t,e){return e=e===r?1:ni(e),Do(Wu(n,t),e)},q.flatten=ju,q.flattenDeep=function(n){return null!=n&&n.length?Do(n,en):[]},q.flattenDepth=function(n,t){return null!=n&&n.length?Do(n,t=t===r?1:ni(t)):[]},q.flip=function(n){return Ee(n,rn)},q.flow=Sc,q.flowRight=Ec,q.fromPairs=function(n){for(var t=-1,r=null==n?0:n.length,e={};++t<r;){var u=n[t];e[u[0]]=u[1]}return e},q.functions=function(n){return null==n?[]:Jt(n,fi(n))},q.functionsIn=function(n){return null==n?[]:Jt(n,ci(n))},q.groupBy=Rf,q.initial=function(n){return null!=n&&n.length?Dr(n,0,-1):[]},q.intersection=lf,q.intersectionBy=sf,q.intersectionWith=hf,q.invert=lc,q.invertBy=sc,q.invokeMap=Sf,q.iteratee=gi,q.keyBy=Ef,q.keys=fi,q.keysIn=ci,q.map=Wu,q.mapKeys=function(n,t){var r={};return t=Fe(t,3),Gt(n,function(n,e,u){Ot(r,t(n,e,u),n)}),r},q.mapValues=function(n,t){var r={};return t=Fe(t,3),Gt(n,function(n,e,u){Ot(r,e,t(n,e,u))}),r},q.matches=function(n){return jr(Uo(n,K))},q.matchesProperty=function(n,t){return Ar(n,Uo(t,K))},q.memoize=Df,q.merge=pc,q.mergeWith=_c,q.method=zc,q.methodOf=Cc,q.mixin=yi,q.negate=Du,q.nthArg=function(n){return n=ni(n),Lr(function(t){return Ir(t,n)})},q.omit=vc,q.omitBy=function(n,t){return ai(n,Du(Fe(t)))},q.once=function(n){return Bu(2,n)},q.orderBy=function(n,t,e,u){return null==n?[]:(Gf(t)||(t=null==t?[]:[t]),Gf(e=u?r:e)||(e=null==e?[]:[e]),Or(n,t,e))},q.over=Lc,q.overArgs=Mf,q.overEvery=Wc,q.overSome=Uc,q.partial=Ff,q.partialRight=Nf,q.partition=zf,q.pick=gc,q.pickBy=ai,q.property=bi,q.propertyOf=function(n){return function(t){return null==n?r:Yt(n,t)}},q.pull=pf,q.pullAll=Iu,q.pullAllBy=function(n,t,r){return n&&n.length&&t&&t.length?Sr(n,t,Fe(r,2)):n},q.pullAllWith=function(n,t,e){return n&&n.length&&t&&t.length?Sr(n,t,r,e):n},q.pullAt=_f,q.range=Bc,q.rangeRight=Tc,q.rearg=Pf,q.reject=function(n,t){return(Gf(n)?c:Ht)(n,Du(Fe(t,3)))},q.remove=function(n,t){var r=[];if(!n||!n.length)return r;var e=-1,u=[],i=n.length;for(t=Fe(t,3);++e<i;){var o=n[e];t(o,e,n)&&(r.push(o),u.push(e))}return Er(n,u),r},q.rest=function(n,t){if(\"function\"!=typeof n)throw new Ei(Z);return t=t===r?t:ni(t),Lr(n,t)},q.reverse=Ou,q.sampleSize=function(n,t,e){return t=(e?Xe(n,t,e):t===r)?1:ni(t),(Gf(n)?bt:Ur)(n,t)},q.set=function(n,t,r){return null==n?n:Br(n,t,r)},q.setWith=function(n,t,e,u){return u=\"function\"==typeof u?u:r,null==n?n:Br(n,t,e,u)},q.shuffle=function(n){return(Gf(n)?mt:Tr)(n)},q.slice=function(n,t,e){var u=null==n?0:n.length;return u?(e&&\"number\"!=typeof e&&Xe(n,t,e)?(t=0,e=u):(t=null==t?0:ni(t),e=e===r?u:ni(e)),Dr(n,t,e)):[]},q.sortBy=Cf,q.sortedUniq=function(n){return n&&n.length?Nr(n):[]},q.sortedUniqBy=function(n,t){return n&&n.length?Nr(n,Fe(t,2)):[]},q.split=function(n,t,e){return e&&\"number\"!=typeof e&&Xe(n,t,e)&&(t=e=r),(e=e===r?4294967295:e>>>0)?(n=ui(n))&&(\"string\"==typeof t||null!=t&&!Qf(t))&&!(t=Ho(t))&&U(n)?ne(N(n),0,e):n.split(t,e):[]},q.spread=function(n,t){if(\"function\"!=typeof n)throw new Ei(Z);return t=null==t?0:so(ni(t),0),Lr(function(r){var u=r[t],i=ne(r,0,t);return u&&h(i,u),e(n,this,i)})},q.tail=function(n){var t=null==n?0:n.length;return t?Dr(n,1,t):[]},q.take=function(n,t,e){return n&&n.length?(t=e||t===r?1:ni(t),Dr(n,0,t<0?0:t)):[]},q.takeRight=function(n,t,e){var u=null==n?0:n.length;return u?(t=e||t===r?1:ni(t),Dr(n,(t=u-t)<0?0:t,u)):[]},q.takeRightWhile=function(n,t){return n&&n.length?Gr(n,Fe(t,3),!1,!0):[]},q.takeWhile=function(n,t){return n&&n.length?Gr(n,Fe(t,3)):[]},q.tap=function(n,t){return t(n),n},q.throttle=function(n,t,r){var e=!0,u=!0;if(\"function\"!=typeof n)throw new Ei(Z);return Zu(r)&&(e=\"leading\"in r?!!r.leading:e,u=\"trailing\"in r?!!r.trailing:u),Tu(n,t,{leading:e,maxWait:t,trailing:u})},q.thru=zu,q.toArray=Qu,q.toPairs=yc,q.toPairsIn=dc,q.toPath=function(n){return Gf(n)?s(n,yu):Yu(n)?[n]:ce(of(ui(n)))},q.toPlainObject=ei,q.transform=function(n,t,r){var e=Gf(n),u=e||Vf(n)||nc(n);if(t=Fe(t,4),null==r){var o=n&&n.constructor;r=u?e?new o:[]:Zu(n)&&Pu(o)?Wo(Gi(n)):{}}return(u?i:Gt)(n,function(n,e,u){return t(r,n,e,u)}),r},q.unary=function(n){return Uu(n,1)},q.union=vf,q.unionBy=gf,q.unionWith=yf,q.uniq=function(n){return n&&n.length?qr(n):[]},q.uniqBy=function(n,t){return n&&n.length?qr(n,Fe(t,2)):[]},q.uniqWith=function(n,t){return t=\"function\"==typeof t?t:r,n&&n.length?qr(n,r,t):[]},q.unset=function(n,t){return null==n||Hr(n,t)},q.unzip=Ru,q.unzipWith=Su,q.update=function(n,t,r){return null==n?n:Zr(n,t,Qr(r))},q.updateWith=function(n,t,e,u){return u=\"function\"==typeof u?u:r,null==n?n:Zr(n,t,Qr(e),u)},q.values=li,q.valuesIn=function(n){return null==n?[]:S(n,ci(n))},q.without=df,q.words=pi,q.wrap=function(n,t){return Ff(Qr(t),n)},q.xor=bf,q.xorBy=mf,q.xorWith=wf,q.zip=xf,q.zipObject=function(n,t){return Jr(n||[],t||[],xt)},q.zipObjectDeep=function(n,t){return Jr(n||[],t||[],Br)},q.zipWith=jf,q.entries=yc,q.entriesIn=dc,q.extend=uc,q.extendWith=ic,yi(q,q),q.add=Dc,q.attempt=Oc,q.camelCase=bc,q.capitalize=si,q.ceil=$c,q.clamp=function(n,t,e){return e===r&&(e=t,t=r),e!==r&&(e=(e=ri(e))==e?e:0),t!==r&&(t=(t=ri(t))==t?t:0),St(ri(n),t,e)},q.clone=function(n){return Uo(n,J)},q.cloneDeep=function(n){return Uo(n,K|J)},q.cloneDeepWith=function(n,t){return Uo(n,K|J,t=\"function\"==typeof t?t:r)},q.cloneWith=function(n,t){return Uo(n,J,t=\"function\"==typeof t?t:r)},q.conformsTo=function(n,t){return null==t||Et(n,t,fi(t))},q.deburr=hi,q.defaultTo=function(n,t){return null==n||n!=n?t:n},q.divide=Mc,q.endsWith=function(n,t,e){n=ui(n),t=Ho(t);var u=n.length,i=e=e===r?u:St(ni(e),0,u);return(e-=t.length)>=0&&n.slice(e,i)==t},q.eq=$u,q.escape=function(n){return(n=ui(n))&&Dn.test(n)?n.replace(Bn,or):n},q.escapeRegExp=function(n){return(n=ui(n))&&Zn.test(n)?n.replace(Hn,\"\\\\\\\\$&\"):n},q.every=function(n,t,e){var u=Gf(n)?f:Ft;return e&&Xe(n,t,e)&&(t=r),u(n,Fe(t,3))},q.find=If,q.findIndex=wu,q.findKey=function(n,t){return g(n,Fe(t,3),Gt)},q.findLast=Of,q.findLastIndex=xu,q.findLastKey=function(n,t){return g(n,Fe(t,3),Kt)},q.floor=Fc,q.forEach=Cu,q.forEachRight=Lu,q.forIn=function(n,t){return null==n?n:$o(n,Fe(t,3),ci)},q.forInRight=function(n,t){return null==n?n:Mo(n,Fe(t,3),ci)},q.forOwn=function(n,t){return n&&Gt(n,Fe(t,3))},q.forOwnRight=function(n,t){return n&&Kt(n,Fe(t,3))},q.get=ii,q.gt=qf,q.gte=Hf,q.has=function(n,t){return null!=n&&Ge(n,t,sr)},q.hasIn=oi,q.head=Au,q.identity=vi,q.includes=function(n,t,r,e){n=Mu(n)?n:li(n),r=r&&!e?ni(r):0;var u=n.length;return r<0&&(r=so(u+r,0)),Ju(n)?r<=u&&n.indexOf(t,r)>-1:!!u&&d(n,t,r)>-1},q.indexOf=function(n,t,r){var e=null==n?0:n.length;if(!e)return-1;var u=null==r?0:ni(r);return u<0&&(u=so(e+u,0)),d(n,t,u)},q.inRange=function(n,t,e){return t=Xu(t),e===r?(e=t,t=0):e=Xu(e),function(n,t,r){return n>=ho(t,r)&&n<so(t,r)}(n=ri(n),t,e)},q.invoke=hc,q.isArguments=Zf,q.isArray=Gf,q.isArrayBuffer=Kf,q.isArrayLike=Mu,q.isArrayLikeObject=Fu,q.isBoolean=function(n){return!0===n||!1===n||Gu(n)&&ar(n)==an},q.isBuffer=Vf,q.isDate=Jf,q.isElement=function(n){return Gu(n)&&1===n.nodeType&&!Vu(n)},q.isEmpty=function(n){if(null==n)return!0;if(Mu(n)&&(Gf(n)||\"string\"==typeof n||\"function\"==typeof n.splice||Vf(n)||nc(n)||Zf(n)))return!n.length;var t=nf(n);if(t==_n||t==dn)return!n.size;if(uu(n))return!mr(n).length;for(var r in n)if(Bi.call(n,r))return!1;return!0},q.isEqual=function(n,t){return Fo(n,t)},q.isEqualWith=function(n,t,e){var u=(e=\"function\"==typeof e?e:r)?e(n,t):r;return u===r?Fo(n,t,r,e):!!u},q.isError=Nu,q.isFinite=function(n){return\"number\"==typeof n&&co(n)},q.isFunction=Pu,q.isInteger=qu,q.isLength=Hu,q.isMap=Yf,q.isMatch=function(n,t){return n===t||yr(n,t,Pe(t))},q.isMatchWith=function(n,t,e){return e=\"function\"==typeof e?e:r,yr(n,t,Pe(t),e)},q.isNaN=function(n){return Ku(n)&&n!=+n},q.isNative=function(n){if(tf(n))throw new Ai(\"Unsupported core-js use. Try https://npms.io/search?q=ponyfill.\");return dr(n)},q.isNil=function(n){return null==n},q.isNull=function(n){return null===n},q.isNumber=Ku,q.isObject=Zu,q.isObjectLike=Gu,q.isPlainObject=Vu,q.isRegExp=Qf,q.isSafeInteger=function(n){return qu(n)&&n>=-9007199254740991&&n<=9007199254740991},q.isSet=Xf,q.isString=Ju,q.isSymbol=Yu,q.isTypedArray=nc,q.isUndefined=function(n){return n===r},q.isWeakMap=function(n){return Gu(n)&&nf(n)==wn},q.isWeakSet=function(n){return Gu(n)&&\"[object WeakSet]\"==ar(n)},q.join=function(n,t){return null==n?\"\":ao.call(n,t)},q.kebabCase=mc,q.last=ku,q.lastIndexOf=function(n,t,e){var u=null==n?0:n.length;if(!u)return-1;var i=u;return e!==r&&(i=(i=ni(e))<0?so(u+i,0):ho(i,u-1)),t==t?function(n,t,r){for(var e=r+1;e--;)if(n[e]===t)return e;return e}(n,t,i):y(n,m,i,!0)},q.lowerCase=wc,q.lowerFirst=xc,q.lt=tc,q.lte=rc,q.max=function(n){return n&&n.length?qt(n,vi,lr):r},q.maxBy=function(n,t){return n&&n.length?qt(n,Fe(t,2),lr):r},q.mean=function(n){return w(n,vi)},q.meanBy=function(n,t){return w(n,Fe(t,2))},q.min=function(n){return n&&n.length?qt(n,vi,wr):r},q.minBy=function(n,t){return n&&n.length?qt(n,Fe(t,2),wr):r},q.stubArray=mi,q.stubFalse=wi,q.stubObject=function(){return{}},q.stubString=function(){return\"\"},q.stubTrue=function(){return!0},q.multiply=Nc,q.nth=function(n,t){return n&&n.length?Ir(n,ni(t)):r},q.noConflict=function(){return Zt._===this&&(Zt._=Fi),this},q.noop=di,q.now=Lf,q.pad=function(n,t,r){n=ui(n);var e=(t=ni(t))?F(n):0;if(!t||e>=t)return n;var u=(t-e)/2;return Ae(io(u),r)+n+Ae(uo(u),r)},q.padEnd=function(n,t,r){n=ui(n);var e=(t=ni(t))?F(n):0;return t&&e<t?n+Ae(t-e,r):n},q.padStart=function(n,t,r){n=ui(n);var e=(t=ni(t))?F(n):0;return t&&e<t?Ae(t-e,r)+n:n},q.parseInt=function(n,t,r){return r||null==t?t=0:t&&(t=+t),_o(ui(n).replace(Gn,\"\"),t||0)},q.random=function(n,t,e){if(e&&\"boolean\"!=typeof e&&Xe(n,t,e)&&(t=e=r),e===r&&(\"boolean\"==typeof t?(e=t,t=r):\"boolean\"==typeof n&&(e=n,n=r)),n===r&&t===r?(n=0,t=1):(n=Xu(n),t===r?(t=n,n=0):t=Xu(t)),n>t){var u=n;n=t,t=u}if(e||n%1||t%1){var i=vo();return ho(n+i*(t-n+Nt(\"1e-\"+((i+\"\").length-1))),t)}return zr(n,t)},q.reduce=function(n,t,r){var e=Gf(n)?p:A,u=arguments.length<3;return e(n,Fe(t,4),r,u,Bo)},q.reduceRight=function(n,t,r){var e=Gf(n)?_:A,u=arguments.length<3;return e(n,Fe(t,4),r,u,To)},q.repeat=function(n,t,e){return t=(e?Xe(n,t,e):t===r)?1:ni(t),Cr(ui(n),t)},q.replace=function(){var n=arguments,t=ui(n[0]);return n.length<3?t:t.replace(n[1],n[2])},q.result=function(n,t,e){var u=-1,i=(t=Xr(t,n)).length;for(i||(i=1,n=r);++u<i;){var o=null==n?r:n[yu(t[u])];o===r&&(u=i,o=e),n=Pu(o)?o.call(n):o}return n},q.round=Pc,q.runInContext=n,q.sample=function(n){return(Gf(n)?dt:Wr)(n)},q.size=function(n){if(null==n)return 0;if(Mu(n))return Ju(n)?F(n):n.length;var t=nf(n);return t==_n||t==dn?n.size:mr(n).length},q.snakeCase=jc,q.some=function(n,t,e){var u=Gf(n)?v:$r;return e&&Xe(n,t,e)&&(t=r),u(n,Fe(t,3))},q.sortedIndex=function(n,t){return Mr(n,t)},q.sortedIndexBy=function(n,t,r){return Fr(n,t,Fe(r,2))},q.sortedIndexOf=function(n,t){var r=null==n?0:n.length;if(r){var e=Mr(n,t);if(e<r&&$u(n[e],t))return e}return-1},q.sortedLastIndex=function(n,t){return Mr(n,t,!0)},q.sortedLastIndexBy=function(n,t,r){return Fr(n,t,Fe(r,2),!0)},q.sortedLastIndexOf=function(n,t){if(null!=n&&n.length){var r=Mr(n,t,!0)-1;if($u(n[r],t))return r}return-1},q.startCase=Ac,q.startsWith=function(n,t,r){return n=ui(n),r=null==r?0:St(ni(r),0,n.length),t=Ho(t),n.slice(r,r+t.length)==t},q.subtract=qc,q.sum=function(n){return n&&n.length?k(n,vi):0},q.sumBy=function(n,t){return n&&n.length?k(n,Fe(t,2)):0},q.template=function(n,t,e){var u=q.templateSettings;e&&Xe(n,t,e)&&(t=r),n=ui(n),t=ic({},t,u,ze);var i,o,f=ic({},t.imports,u.imports,ze),c=fi(f),a=S(f,c),l=0,s=t.interpolate||at,h=\"__p += \\'\",p=Ri((t.escape||at).source+\"|\"+s.source+\"|\"+(s===Fn?tt:at).source+\"|\"+(t.evaluate||at).source+\"|$\",\"g\"),_=\"//# sourceURL=\"+(Bi.call(t,\"sourceURL\")?(t.sourceURL+\"\").replace(/\\\\s/g,\" \"):\"lodash.templateSources[\"+ ++Dt+\"]\")+\"\\\\n\";n.replace(p,function(t,r,e,u,f,c){return e||(e=u),h+=n.slice(l,c).replace(lt,W),r&&(i=!0,h+=\"\\' +\\\\n__e(\"+r+\") +\\\\n\\'\"),f&&(o=!0,h+=\"\\';\\\\n\"+f+\";\\\\n__p += \\'\"),e&&(h+=\"\\' +\\\\n((__t = (\"+e+\")) == null ? \\'\\' : __t) +\\\\n\\'\"),l=c+t.length,t}),h+=\"\\';\\\\n\";var v=Bi.call(t,\"variable\")&&t.variable;if(v){if(Xn.test(v))throw new Ai(\"Invalid `variable` option passed into `_.template`\")}else h=\"with (obj) {\\\\n\"+h+\"\\\\n}\\\\n\";h=(o?h.replace(Cn,\"\"):h).replace(Ln,\"$1\").replace(Wn,\"$1;\"),h=\"function(\"+(v||\"obj\")+\") {\\\\n\"+(v?\"\":\"obj || (obj = {});\\\\n\")+\"var __t, __p = \\'\\'\"+(i?\", __e = _.escape\":\"\")+(o?\", __j = Array.prototype.join;\\\\nfunction print() { __p += __j.call(arguments, \\'\\') }\\\\n\":\";\\\\n\")+h+\"return __p\\\\n}\";var g=Oc(function(){return ki(c,_+\"return \"+h).apply(r,a)});if(g.source=h,Nu(g))throw g;return g},q.times=function(n,t){if((n=ni(n))<1||n>9007199254740991)return[];var r=4294967295,e=ho(n,4294967295);t=Fe(t),n-=4294967295;for(var u=I(e,t);++r<n;)t(r);return u},q.toFinite=Xu,q.toInteger=ni,q.toLength=ti,q.toLower=function(n){return ui(n).toLowerCase()},q.toNumber=ri,q.toSafeInteger=function(n){return n?St(ni(n),-9007199254740991,9007199254740991):0===n?n:0},q.toString=ui,q.toUpper=function(n){return ui(n).toUpperCase()},q.trim=function(n,t,e){if((n=ui(n))&&(e||t===r))return O(n);if(!n||!(t=Ho(t)))return n;var u=N(n),i=N(t),o=z(u,i),f=C(u,i)+1;return ne(u,o,f).join(\"\")},q.trimEnd=function(n,t,e){if((n=ui(n))&&(e||t===r))return n.slice(0,P(n)+1);if(!n||!(t=Ho(t)))return n;var u=N(n),i=C(u,N(t))+1;return ne(u,0,i).join(\"\")},q.trimStart=function(n,t,e){if((n=ui(n))&&(e||t===r))return n.replace(Gn,\"\");if(!n||!(t=Ho(t)))return n;var u=N(n),i=z(u,N(t));return ne(u,i).join(\"\")},q.truncate=function(n,t){var e=30,u=\"...\";if(Zu(t)){var i=\"separator\"in t?t.separator:i;e=\"length\"in t?ni(t.length):e,u=\"omission\"in t?Ho(t.omission):u}var o=(n=ui(n)).length;if(U(n)){var f=N(n);o=f.length}if(e>=o)return n;var c=e-F(u);if(c<1)return u;var a=f?ne(f,0,c).join(\"\"):n.slice(0,c);if(i===r)return a+u;if(f&&(c+=a.length-c),Qf(i)){if(n.slice(c).search(i)){var l,s=a;for(i.global||(i=Ri(i.source,ui(rt.exec(i))+\"g\")),i.lastIndex=0;l=i.exec(s);)var h=l.index;a=a.slice(0,h===r?c:h)}}else if(n.indexOf(Ho(i),c)!=c){var p=a.lastIndexOf(i);p>-1&&(a=a.slice(0,p))}return a+u},q.unescape=function(n){return(n=ui(n))&&Tn.test(n)?n.replace(Un,fr):n},q.uniqueId=function(n){var t=++Ti;return ui(n)+t},q.upperCase=kc,q.upperFirst=Ic,q.each=Cu,q.eachRight=Lu,q.first=Au,yi(q,($f={},Gt(q,function(n,t){Bi.call(q.prototype,t)||($f[t]=n)}),$f),{chain:!1}),q.VERSION=\"4.17.21\",i([\"bind\",\"bindKey\",\"curry\",\"curryRight\",\"partial\",\"partialRight\"],function(n){q[n].placeholder=q}),i([\"drop\",\"take\"],function(n,t){st.prototype[n]=function(e){e=e===r?1:so(ni(e),0);var u=this.__filtered__&&!t?new st(this):this.clone();return u.__filtered__?u.__takeCount__=ho(e,u.__takeCount__):u.__views__.push({size:ho(e,4294967295),type:n+(u.__dir__<0?\"Right\":\"\")}),u},st.prototype[n+\"Right\"]=function(t){return this.reverse()[n](t).reverse()}}),i([\"filter\",\"map\",\"takeWhile\"],function(n,t){var r=t+1,e=1==r||3==r;st.prototype[n]=function(n){var t=this.clone();return t.__iteratees__.push({iteratee:Fe(n,3),type:r}),t.__filtered__=t.__filtered__||e,t}}),i([\"head\",\"last\"],function(n,t){var r=\"take\"+(t?\"Right\":\"\");st.prototype[n]=function(){return this[r](1).value()[0]}}),i([\"initial\",\"tail\"],function(n,t){var r=\"drop\"+(t?\"\":\"Right\");st.prototype[n]=function(){return this.__filtered__?new st(this):this[r](1)}}),st.prototype.compact=function(){return this.filter(vi)},st.prototype.find=function(n){return this.filter(n).head()},st.prototype.findLast=function(n){return this.reverse().find(n)},st.prototype.invokeMap=Lr(function(n,t){return\"function\"==typeof n?new st(this):this.map(function(r){return _r(r,n,t)})}),st.prototype.reject=function(n){return this.filter(Du(Fe(n)))},st.prototype.slice=function(n,t){n=ni(n);var e=this;return e.__filtered__&&(n>0||t<0)?new st(e):(n<0?e=e.takeRight(-n):n&&(e=e.drop(n)),t!==r&&(e=(t=ni(t))<0?e.dropRight(-t):e.take(t-n)),e)},st.prototype.takeRightWhile=function(n){return this.reverse().takeWhile(n).reverse()},st.prototype.toArray=function(){return this.take(4294967295)},Gt(st.prototype,function(n,t){var e=/^(?:filter|find|map|reject)|While$/.test(t),u=/^(?:head|last)$/.test(t),i=q[u?\"take\"+(\"last\"==t?\"Right\":\"\"):t],o=u||/^find/.test(t);i&&(q.prototype[t]=function(){var t=this.__wrapped__,f=u?[1]:arguments,c=_instanceof(t,st),a=f[0],l=c||Gf(t),s=function(n){var t=i.apply(q,h([n],f));return u&&p?t[0]:t};l&&e&&\"function\"==typeof a&&1!=a.length&&(c=l=!1);var p=this.__chain__,_=!!this.__actions__.length,v=o&&!p,g=c&&!_;if(!o&&l){t=g?t:new st(this);var y=n.apply(t,f);return y.__actions__.push({func:zu,args:[s],thisArg:r}),new Kn(y,p)}return v&&g?n.apply(this,f):(y=this.thru(s),v?u?y.value()[0]:y.value():y)})}),i([\"pop\",\"push\",\"shift\",\"sort\",\"splice\",\"unshift\"],function(n){var t=zi[n],r=/^(?:push|sort|unshift)$/.test(n)?\"tap\":\"thru\",e=/^(?:pop|shift)$/.test(n);q.prototype[n]=function(){var n=arguments;if(e&&!this.__chain__){var u=this.value();return t.apply(Gf(u)?u:[],n)}return this[r](function(r){return t.apply(Gf(r)?r:[],n)})}}),Gt(st.prototype,function(n,t){var r=q[t];if(r){var e=r.name+\"\";Bi.call(ko,e)||(ko[e]=[]),ko[e].push({name:t,func:r})}}),ko[Ko(r,Q).name]=[{name:\"wrapper\",func:r}],st.prototype.clone=function(){var n=new st(this.__wrapped__);return n.__actions__=ce(this.__actions__),n.__dir__=this.__dir__,n.__filtered__=this.__filtered__,n.__iteratees__=ce(this.__iteratees__),n.__takeCount__=this.__takeCount__,n.__views__=ce(this.__views__),n},st.prototype.reverse=function(){if(this.__filtered__){var n=new st(this);n.__dir__=-1,n.__filtered__=!0}else(n=this.clone()).__dir__*=-1;return n},st.prototype.value=function(){var n=this.__wrapped__.value(),t=this.__dir__,r=Gf(n),e=t<0,u=r?n.length:0,i=Ze(0,u,this.__views__),o=i.start,f=i.end,c=f-o,a=e?f:o-1,l=this.__iteratees__,s=l.length,h=0,p=ho(c,this.__takeCount__);if(!r||!e&&u==c&&p==c)return Kr(n,this.__actions__);var _=[];n:for(;c--&&h<p;){for(var v=-1,g=n[a+=t];++v<s;){var y=l[v],d=y.iteratee,b=y.type,m=d(g);if(2==b)g=m;else if(!m){if(1==b)continue n;break n}}_[h++]=g}return _},q.prototype.at=Af,q.prototype.chain=function(){return Eu(this)},q.prototype.commit=function(){return new Kn(this.value(),this.__chain__)},q.prototype.next=function(){this.__values__===r&&(this.__values__=Qu(this.value()));var n=this.__index__>=this.__values__.length;return{done:n,value:n?r:this.__values__[this.__index__++]}},q.prototype.plant=function(n){for(var t,e=this;_instanceof(e,H);){var u=mu(e);u.__index__=0,u.__values__=r,t?i.__wrapped__=u:t=u;var i=u;e=e.__wrapped__}return i.__wrapped__=n,t},q.prototype.reverse=function(){var n=this.__wrapped__;if(_instanceof(n,st)){var t=n;return this.__actions__.length&&(t=new st(this)),(t=t.reverse()).__actions__.push({func:zu,args:[Ou],thisArg:r}),new Kn(t,this.__chain__)}return this.thru(Ou)},q.prototype.toJSON=q.prototype.valueOf=q.prototype.value=function(){return Kr(this.__wrapped__,this.__actions__)},q.prototype.first=q.prototype.head,Qi&&(q.prototype[Qi]=function(){return this}),q}();Kt?((Kt.exports=cr)._=cr,Gt._=cr):Zt._=cr}).call(_vendor_browser__commonjsHelpers.commonjsGlobal)});exports.lodash=lodash;\\n}, {\"937\":937}];\\nwindow.modules[\"571\"] = [function(require,module,exports){\"use strict\";var _vendor_browser__cnnprivate_zionDaltonSdk_node_modules_es6Promise_dist_es6Promise=require(965),_vendor_browser__cnnprivate_zionDaltonSdk_dist_config_index=require(961),_vendor_browser__cnnprivate_zionDaltonSdk_dist_errors_SDKError=require(956),_vendor_browser__cnnprivate_zionDaltonSdk_dist_auth_index=require(957),_vendor_browser__cnnprivate_zionDaltonSdk_dist_zion_index=require(966),_vendor_browser__cnnprivate_zionDaltonSdk_dist_auth_token=require(959),_vendor_browser__cnnprivate_zionDaltonSdk_dist_auth_email=require(954),_vendor_browser__cnnprivate_zionDaltonSdk_dist_auth_legaldocs=require(958),_vendor_browser__cnnprivate_zionDaltonSdk_dist_entitlements_index=require(964),_vendor_browser__cnnprivate_zionDaltonSdk_dist_dim_index=require(963),_vendor_browser__cnnprivate_zionDaltonSdk_dist_preferences_index=require(967),_vendor_browser__cnnprivate_zionDaltonSdk_dist_newsletter_index=require(970),_vendor_browser__cnnprivate_zionDaltonSdk_dist_util_index=require(968),_vendor_browser__cnnprivate_zionDaltonSdk_dist_user_attributes=require(969);_vendor_browser__cnnprivate_zionDaltonSdk_node_modules_es6Promise_dist_es6Promise.es6Promise.polyfill();var getAPIConfig=_vendor_browser__cnnprivate_zionDaltonSdk_dist_config_index.config.getAPIConfig;function AuthClient(){var e=this,n=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};if(!(n.env&&0!==n.env.length||n.url&&0!==n.url.length))throw new _vendor_browser__cnnprivate_zionDaltonSdk_dist_errors_SDKError.SDKError_1(\"Must provide an environment or url\");if(this.api=getAPIConfig(n),\"undefined\"!=typeof window)try{window.onload=function(){e.publishZionData(e.getStoredUID())}}catch(e){console.log(\"Could not send cnn user id to message bus\")}}_vendor_browser__cnnprivate_zionDaltonSdk_dist_auth_index.auth(AuthClient),_vendor_browser__cnnprivate_zionDaltonSdk_dist_zion_index.zion(AuthClient),_vendor_browser__cnnprivate_zionDaltonSdk_dist_auth_token.token(AuthClient),_vendor_browser__cnnprivate_zionDaltonSdk_dist_auth_email.email(AuthClient),_vendor_browser__cnnprivate_zionDaltonSdk_dist_auth_legaldocs.legaldocs(AuthClient),_vendor_browser__cnnprivate_zionDaltonSdk_dist_entitlements_index.entitlements(AuthClient),_vendor_browser__cnnprivate_zionDaltonSdk_dist_dim_index.dim(AuthClient),_vendor_browser__cnnprivate_zionDaltonSdk_dist_preferences_index.preferences(AuthClient),_vendor_browser__cnnprivate_zionDaltonSdk_dist_newsletter_index.newsletter(AuthClient),_vendor_browser__cnnprivate_zionDaltonSdk_dist_util_index.util(AuthClient),_vendor_browser__cnnprivate_zionDaltonSdk_dist_user_attributes.attributes(AuthClient);var dist=AuthClient;exports.dist=dist;\\n}, {\"954\":954,\"956\":956,\"957\":957,\"958\":958,\"959\":959,\"961\":961,\"963\":963,\"964\":964,\"965\":965,\"966\":966,\"967\":967,\"968\":968,\"969\":969,\"970\":970}];\\nwindow.modules[\"572\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_svelte_store_index=require(577),_lib_browser_common_clients_MyElection_types=require(574),createElectionEventStore=function(){var e=_vendor_browser_svelte_store_index.writable({}),t=e.subscribe,r=e.set,o=e.update;return{addContest:function(e){o(function(t){return t[e]=!0,t})},removeContest:function(e){o(function(t){return delete t[e],t})},set:r,subscribe:t}};function createFollowedContestsStore(){var e={};return Object.keys(_lib_browser_common_clients_MyElection_types.ELECTION_EVENTS).forEach(function(t){var r=_lib_browser_common_clients_MyElection_types.ELECTION_EVENTS[t];e[r]=createElectionEventStore()}),e}var store={followedContests:createFollowedContestsStore(),authenticated:_vendor_browser_svelte_store_index.writable(!1)};exports.store=store;\\n}, {\"574\":574,\"577\":577}];\\nwindow.modules[\"573\"] = [function(require,module,exports){\"use strict\";var COLLECTION_KEY_PREFIX=\"politics.myElections.\",LOGOUT_EVENT_NAME=\"logout\";function generateCollectionKey(t){return\"\".concat(COLLECTION_KEY_PREFIX).concat(t)}function isFilterMatch(t,e){var o=!0;t&&e&&(o=RegExp(e).test(t));return o}var followedContestsTransforms={objToArr:function(t){return Object.keys(t)},arrToObj:function(t){var e={};return t.forEach(function(t){e[t]=!0}),e}};exports.LOGOUT_EVENT_NAME=LOGOUT_EVENT_NAME,exports.followedContestsTransforms=followedContestsTransforms,exports.generateCollectionKey=generateCollectionKey,exports.isFilterMatch=isFilterMatch;\\n}, {}];\\nwindow.modules[\"574\"] = [function(require,module,exports){\"use strict\";var ELECTION_EVENTS=function(E){return E.GENERALS_2022_NOVEMBER_08=\"20221108\",E.NOV_2021=\"20211102\",E.GENERALS_2020_NOVEMBER_03=\"20201103\",E}(ELECTION_EVENTS||{}),FILTER=function(E){return E.STATE=\"state\",E.CONTEST_TYPE=\"contest_type\",E}(FILTER||{}),CONTEST_TYPE_FILTER_REGEXP=function(E){return E.SENATE_ALL=\"^S[0-9]*?[A-Z]$\",E.SECRETARY_OF_STATE_ALL=\"^SS[A-Z]$\",E.GOVERNOR_ALL=\"^G[A-Z]$\",E.HOUSE_ALL=\"^H[A-Z]$\",E.BALLOT_MEASURES_ALL=\"^I[0-9]*[A-Z]$\",E}(CONTEST_TYPE_FILTER_REGEXP||{}),SUBSCRIPTION_TYPE=function(E){return E.AUTH=\"authenticated\",E.FOLLOWED_CONTESTS=\"followedContests\",E}(SUBSCRIPTION_TYPE||{});exports.CONTEST_TYPE_FILTER_REGEXP=CONTEST_TYPE_FILTER_REGEXP,exports.ELECTION_EVENTS=ELECTION_EVENTS,exports.FILTER=FILTER,exports.SUBSCRIPTION_TYPE=SUBSCRIPTION_TYPE;\\n}, {}];\\nwindow.modules[\"575\"] = [function(require,module,exports){\"use strict\";var _lib_browser_common_constants_namespace=require(576),_lib_browser_common_clients_MyElection_client=require(567);function getMyElectionClient(n){if(\"undefined\"==typeof window)return console.error(\"[MyElection] client must not be created on the server, returning null\"),null;var e=\"\".concat(n.env,\"-\").concat(n.electionEvent);return window[_lib_browser_common_constants_namespace.MY_ELECTION_NAMESPACE]||(window[_lib_browser_common_constants_namespace.MY_ELECTION_NAMESPACE]={}),window[_lib_browser_common_constants_namespace.MY_ELECTION_NAMESPACE][e]||(window[_lib_browser_common_constants_namespace.MY_ELECTION_NAMESPACE][e]=new _lib_browser_common_clients_MyElection_client.MyElectionClient(n)),window[_lib_browser_common_constants_namespace.MY_ELECTION_NAMESPACE][e]}exports.getMyElectionClient=getMyElectionClient;\\n}, {\"567\":567,\"576\":576}];\\nwindow.modules[\"576\"] = [function(require,module,exports){\"use strict\";var TOOLTIP_NAMESPACE=\"CNN_POLITICS_TOOLTIP\",POLLER_NAMESPACE=\"CNN_POLITICS_POLLER\",MY_ELECTION_NAMESPACE=\"CNN_POLITICS_MYELECTION\",POLLER_NAMESPACE_V2=\"CNN_POLITICS_POLLER_V2\";exports.MY_ELECTION_NAMESPACE=MY_ELECTION_NAMESPACE,exports.POLLER_NAMESPACE=POLLER_NAMESPACE,exports.POLLER_NAMESPACE_V2=POLLER_NAMESPACE_V2,exports.TOOLTIP_NAMESPACE=TOOLTIP_NAMESPACE;\\n}, {}];\\nwindow.modules[\"577\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_svelte_internal_index=require(548),subscriber_queue=[];function readable(e,r){return{subscribe:writable(e,r).subscribe}}function writable(e){var r,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:_vendor_browser_svelte_internal_index.noop,i=function(n){if(_vendor_browser_svelte_internal_index.safe_not_equal(e,n)&&(e=n,r)){var i=!subscriber_queue.length,_=!0,o=!1,u=void 0;try{for(var s,l=t[Symbol.iterator]();!(_=(s=l.next()).done);_=!0){var a=s.value;a[1](),subscriber_queue.push(a,e)}}catch(e){o=!0,u=e}finally{try{_||null==l.return||l.return()}finally{if(o)throw u}}if(i){for(var b=0;b<subscriber_queue.length;b+=2)subscriber_queue[b][0](subscriber_queue[b+1]);subscriber_queue.length=0}}},t=new Set;return{set:i,update:function(r){i(r(e))},subscribe:function(_){var o=[_,arguments.length>1&&void 0!==arguments[1]?arguments[1]:_vendor_browser_svelte_internal_index.noop];return t.add(o),1===t.size&&(r=n(i)||_vendor_browser_svelte_internal_index.noop),_(e),function(){t.delete(o),0===t.size&&(r(),r=null)}}}}function derived(e,r,n){var i=!Array.isArray(e),t=i?[e]:e,_=r.length<2;return readable(n,function(e){var n=!1,o=[],u=0,s=_vendor_browser_svelte_internal_index.noop,l=function(){if(!u){s();var n=r(i?o[0]:o,e);_?e(n):s=_vendor_browser_svelte_internal_index.is_function(n)?n:_vendor_browser_svelte_internal_index.noop}},a=t.map(function(e,r){return _vendor_browser_svelte_internal_index.subscribe(e,function(e){o[r]=e,u&=~(1<<r),n&&l()},function(){u|=1<<r})});return n=!0,l(),function(){_vendor_browser_svelte_internal_index.run_all(a),s()}})}exports.derived=derived,exports.readable=readable,exports.writable=writable;\\n}, {\"548\":548}];\\nwindow.modules[\"578\"] = [function(require,module,exports){\"use strict\";require(580);var _vendor_browser_lodash_isEmpty=require(579);function _arrayLikeToArray(r,e){(null==e||e>r.length)&&(e=r.length);for(var t=0,o=new Array(e);t<e;t++)o[t]=r[t];return o}function _arrayWithoutHoles(r){if(Array.isArray(r))return _arrayLikeToArray(r)}function _iterableToArray(r){if(\"undefined\"!=typeof Symbol&&null!=r[Symbol.iterator]||null!=r[\"@@iterator\"])return Array.from(r)}function _nonIterableSpread(){throw new TypeError(\"Invalid attempt to spread non-iterable instance.\\\\\\\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}function _toConsumableArray(r){return _arrayWithoutHoles(r)||_iterableToArray(r)||_unsupportedIterableToArray(r)||_nonIterableSpread()}function _unsupportedIterableToArray(r,e){if(r){if(\"string\"==typeof r)return _arrayLikeToArray(r,e);var t=Object.prototype.toString.call(r).slice(8,-1);return\"Object\"===t&&r.constructor&&(t=r.constructor.name),\"Map\"===t||\"Set\"===t?Array.from(t):\"Arguments\"===t||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t)?_arrayLikeToArray(r,e):void 0}}var flattenTreeNode=function(r){if(!r)return[];if(_vendor_browser_lodash_isEmpty.isEmpty_1(r.children))return[r];var e=r.children.reduce(function(r,e){var t,o=flattenTreeNode(e);return(t=r).push.apply(t,_toConsumableArray(o)),r},[]);return[r].concat(_toConsumableArray(e))};exports.flattenTreeNode=flattenTreeNode;\\n}, {\"579\":579,\"580\":580}];\\nwindow.modules[\"579\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_lodash__baseKeys=require(1480),_vendor_browser_lodash__getTag=require(1437),_vendor_browser_lodash_isArguments=require(1402),_vendor_browser_lodash_isArray=require(1403),_vendor_browser_lodash_isArrayLike=require(1486),_vendor_browser_lodash_isBuffer=require(1404),_vendor_browser_lodash__isPrototype=require(1481),_vendor_browser_lodash_isTypedArray=require(1406),mapTag=\"[object Map]\",setTag=\"[object Set]\",objectProto=Object.prototype,hasOwnProperty=objectProto.hasOwnProperty;function isEmpty(r){if(null==r)return!0;if(_vendor_browser_lodash_isArrayLike.isArrayLike_1(r)&&(_vendor_browser_lodash_isArray.isArray_1(r)||\"string\"==typeof r||\"function\"==typeof r.splice||_vendor_browser_lodash_isBuffer.isBuffer_1(r)||_vendor_browser_lodash_isTypedArray.isTypedArray_1(r)||_vendor_browser_lodash_isArguments.isArguments_1(r)))return!r.length;var e=_vendor_browser_lodash__getTag._getTag(r);if(e==mapTag||e==setTag)return!r.size;if(_vendor_browser_lodash__isPrototype._isPrototype(r))return!_vendor_browser_lodash__baseKeys._baseKeys(r).length;for(var s in r)if(hasOwnProperty.call(r,s))return!1;return!0}var isEmpty_1=isEmpty;exports.isEmpty_1=isEmpty_1;\\n}, {\"1402\":1402,\"1403\":1403,\"1404\":1404,\"1406\":1406,\"1437\":1437,\"1480\":1480,\"1481\":1481,\"1486\":1486}];\\nwindow.modules[\"580\"] = [function(require,module,exports){\"use strict\";var Orientation=function(t){return t.horizontal=\"horizontal\",t.vertical=\"vertical\",t}(Orientation||{});exports.Orientation=Orientation;\\n}, {}];\\nwindow.modules[\"581\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_svelte_internal_index=require(548);function _arrayLikeToArray(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}function _arrayWithHoles(e){if(Array.isArray(e))return e}function _assertThisInitialized(e){if(void 0===e)throw new ReferenceError(\"this hasn\\'t been initialised - super() hasn\\'t been called\");return e}function _classCallCheck(e,t){if(!(e instanceof t))throw new TypeError(\"Cannot call a class as a function\")}function _getPrototypeOf(e){return(_getPrototypeOf=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function _inherits(e,t){if(\"function\"!=typeof t&&null!==t)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&_setPrototypeOf(e,t)}function _iterableToArrayLimit(e,t){var r=null==e?null:\"undefined\"!=typeof Symbol&&e[Symbol.iterator]||e[\"@@iterator\"];if(null!=r){var n,a,i=[],o=!0,_=!1;try{for(r=r.call(e);!(o=(n=r.next()).done)&&(i.push(n.value),!t||i.length!==t);o=!0);}catch(e){_=!0,a=e}finally{try{o||null==r.return||r.return()}finally{if(_)throw a}}return i}}function _nonIterableRest(){throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\\\\\\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}function _possibleConstructorReturn(e,t){return!t||\"object\"!==_typeof(t)&&\"function\"!=typeof t?_assertThisInitialized(e):t}function _setPrototypeOf(e,t){return(_setPrototypeOf=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function _slicedToArray(e,t){return _arrayWithHoles(e)||_iterableToArrayLimit(e,t)||_unsupportedIterableToArray(e,t)||_nonIterableRest()}var _typeof=function(e){return e&&\"undefined\"!=typeof Symbol&&e.constructor===Symbol?\"symbol\":typeof e};function _unsupportedIterableToArray(e,t){if(e){if(\"string\"==typeof e)return _arrayLikeToArray(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);return\"Object\"===r&&e.constructor&&(r=e.constructor.name),\"Map\"===r||\"Set\"===r?Array.from(r):\"Arguments\"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?_arrayLikeToArray(e,t):void 0}}function _isNativeReflectConstruct(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function _createSuper(e){var t=_isNativeReflectConstruct();return function(){var r,n=_getPrototypeOf(e);if(t){var a=_getPrototypeOf(this).constructor;r=Reflect.construct(n,arguments,a)}else r=n.apply(this,arguments);return _possibleConstructorReturn(this,r)}}function add_css(e){_vendor_browser_svelte_internal_index.append_styles(e,\"cnn-pcl-xwq246\",\\'.bar-chart-item__container-27pgZi.cnn-pcl-xwq246.cnn-pcl-xwq246{width:100%;height:100%;display:flex;overflow:hidden;margin-top:5px;position:relative;min-height:var(--minBopBarHeight)}.bar-chart-item__container-27pgZi.cnn-pcl-xwq246 .bar-chart-item__content-1U8p3u.cnn-pcl-xwq246{opacity:0}.bar-chart-item__container-27pgZi[data-bar-chart-item-party=R][data-bar-chart-item-status=inactive].cnn-pcl-xwq246.cnn-pcl-xwq246{background:repeating-linear-gradient(-77deg, #c4c4c4, #c4c4c4 3px, rgba(255, 109, 109, 0.4) 3px, rgba(255, 109, 109, 0.4) 6px)}.bar-chart-item__container-27pgZi[data-bar-chart-item-party=D][data-bar-chart-item-status=inactive].cnn-pcl-xwq246.cnn-pcl-xwq246{background:repeating-linear-gradient(-77deg, #c4c4c4, #c4c4c4 3px, rgba(59, 154, 255, 0.4) 3px, rgba(59, 154, 255, 0.4) 6px)}.bar-chart-item__container-27pgZi[data-bar-chart-item-party=DEM-gen][data-bar-chart-item-status=inactive].cnn-pcl-xwq246.cnn-pcl-xwq246{background:repeating-linear-gradient(-60deg, #ccc, #ccc 1px, rgba(59, 154, 255, 0) 1px, rgba(59, 154, 255, 0) 3px)}.bar-chart-item__container-27pgZi[data-bar-chart-item-party=REP-gen][data-bar-chart-item-status=inactive].cnn-pcl-xwq246.cnn-pcl-xwq246{background:repeating-linear-gradient(-60deg, #ccc, #ccc 1px, rgba(255, 109, 109, 0) 1px, rgba(255, 109, 109, 0) 3px)}.bar-chart-item__container-27pgZi[data-bar-chart-item-party=GRN-gen][data-bar-chart-item-status=inactive].cnn-pcl-xwq246.cnn-pcl-xwq246{background:repeating-linear-gradient(-60deg, #000, #000 1px, rgb(56, 186, 121) 1px, rgb(56, 186, 121) 3px)}.bar-chart-item__container-27pgZi[data-bar-chart-item-party=LIB-gen][data-bar-chart-item-status=inactive].cnn-pcl-xwq246.cnn-pcl-xwq246{background:repeating-linear-gradient(-60deg, #000, #000 1px, rgb(255, 198, 27) 1px, rgb(255, 198, 27) 3px)}.bar-chart-item__container-27pgZi[data-bar-chart-item-party=IND-gen][data-bar-chart-item-status=inactive].cnn-pcl-xwq246.cnn-pcl-xwq246{background:repeating-linear-gradient(-60deg, #fff, #fff 1px, rgb(133, 61, 204) 1px, rgb(133, 61, 204) 3px)}.bar-chart-item__container-27pgZi[data-bar-chart-item-border-status=active].cnn-pcl-xwq246.cnn-pcl-xwq246:before{content:\"\";position:absolute;left:0;right:0;bottom:0;top:0;border:1px solid #000;border-right:0}\\')}function create_fragment(e){var t,r,n,a,i,o,_,c,l,s,d=e[0].displayValue+\"\";return{c:function(){t=_vendor_browser_svelte_internal_index.element(\"div\"),r=_vendor_browser_svelte_internal_index.element(\"span\"),n=_vendor_browser_svelte_internal_index.text(d),this.h()},l:function(e){t=_vendor_browser_svelte_internal_index.claim_element(e,\"DIV\",{role:!0,\"aria-description\":!0,class:!0,\"data-bar-chart-item-id\":!0,\"data-bar-chart-item-party\":!0,\"data-bar-chart-item-value\":!0,\"data-bar-chart-item-status\":!0,\"data-bar-chart-item-border-status\":!0,style:!0});var a=_vendor_browser_svelte_internal_index.children(t);r=_vendor_browser_svelte_internal_index.claim_element(a,\"SPAN\",{class:!0});var i=_vendor_browser_svelte_internal_index.children(r);n=_vendor_browser_svelte_internal_index.claim_text(i,d),i.forEach(_vendor_browser_svelte_internal_index.detach),a.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(r,\"class\",\"bar-chart-item__content-1U8p3u cnn-pcl-xwq246\"),_vendor_browser_svelte_internal_index.attr(t,\"role\",\"graphics-symbol\"),_vendor_browser_svelte_internal_index.attr(t,\"aria-description\",a=e[0].label),_vendor_browser_svelte_internal_index.attr(t,\"class\",\"bar-chart-item__container-27pgZi cnn-pcl-xwq246\"),_vendor_browser_svelte_internal_index.attr(t,\"data-bar-chart-item-id\",i=e[0].id),_vendor_browser_svelte_internal_index.attr(t,\"data-bar-chart-item-party\",o=e[0].party),_vendor_browser_svelte_internal_index.attr(t,\"data-bar-chart-item-value\",_=e[0].value),_vendor_browser_svelte_internal_index.attr(t,\"data-bar-chart-item-status\",c=e[0].status),_vendor_browser_svelte_internal_index.attr(t,\"data-bar-chart-item-border-status\",l=e[0].hideSegmentBorder?\"inactive\":e[0].status),_vendor_browser_svelte_internal_index.attr(t,\"style\",s=\"background-color: \".concat(e[0].color||\"unset\",\";\"))},m:function(e,a){_vendor_browser_svelte_internal_index.insert_hydration(e,t,a),_vendor_browser_svelte_internal_index.append_hydration(t,r),_vendor_browser_svelte_internal_index.append_hydration(r,n)},p:function(e,r){var p=_slicedToArray(r,1)[0];1&p&&d!==(d=e[0].displayValue+\"\")&&_vendor_browser_svelte_internal_index.set_data(n,d),1&p&&a!==(a=e[0].label)&&_vendor_browser_svelte_internal_index.attr(t,\"aria-description\",a),1&p&&i!==(i=e[0].id)&&_vendor_browser_svelte_internal_index.attr(t,\"data-bar-chart-item-id\",i),1&p&&o!==(o=e[0].party)&&_vendor_browser_svelte_internal_index.attr(t,\"data-bar-chart-item-party\",o),1&p&&_!==(_=e[0].value)&&_vendor_browser_svelte_internal_index.attr(t,\"data-bar-chart-item-value\",_),1&p&&c!==(c=e[0].status)&&_vendor_browser_svelte_internal_index.attr(t,\"data-bar-chart-item-status\",c),1&p&&l!==(l=e[0].hideSegmentBorder?\"inactive\":e[0].status)&&_vendor_browser_svelte_internal_index.attr(t,\"data-bar-chart-item-border-status\",l),1&p&&s!==(s=\"background-color: \".concat(e[0].color||\"unset\",\";\"))&&_vendor_browser_svelte_internal_index.attr(t,\"style\",s)},i:_vendor_browser_svelte_internal_index.noop,o:_vendor_browser_svelte_internal_index.noop,d:function(e){e&&_vendor_browser_svelte_internal_index.detach(t)}}}function instance(e,t,r){var n=t.node;return e.$$set=function(e){\"node\"in e&&r(0,n=e.node)},[n]}var Bar_chart_item=function(e){_inherits(r,_vendor_browser_svelte_internal_index.SvelteComponent);var t=_createSuper(r);function r(e){var n;return _classCallCheck(this,r),n=t.call(this),_vendor_browser_svelte_internal_index.init(_assertThisInitialized(n),e,instance,create_fragment,_vendor_browser_svelte_internal_index.safe_not_equal,{node:0},add_css),n}return r}();exports.Bar_chart_item=Bar_chart_item;\\n}, {\"548\":548}];\\nwindow.modules[\"582\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_svelte_internal_index=require(548),_vendor_browser_lodash_lodash=require(570);function _arrayLikeToArray(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}function _arrayWithHoles(e){if(Array.isArray(e))return e}function _assertThisInitialized(e){if(void 0===e)throw new ReferenceError(\"this hasn\\'t been initialised - super() hasn\\'t been called\");return e}function _classCallCheck(e,t){if(!(e instanceof t))throw new TypeError(\"Cannot call a class as a function\")}function _getPrototypeOf(e){return(_getPrototypeOf=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function _inherits(e,t){if(\"function\"!=typeof t&&null!==t)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&_setPrototypeOf(e,t)}function _iterableToArrayLimit(e,t){var r=null==e?null:\"undefined\"!=typeof Symbol&&e[Symbol.iterator]||e[\"@@iterator\"];if(null!=r){var n,o,a=[],_=!0,i=!1;try{for(r=r.call(e);!(_=(n=r.next()).done)&&(a.push(n.value),!t||a.length!==t);_=!0);}catch(e){i=!0,o=e}finally{try{_||null==r.return||r.return()}finally{if(i)throw o}}return a}}function _nonIterableRest(){throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\\\\\\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}function _possibleConstructorReturn(e,t){return!t||\"object\"!==_typeof(t)&&\"function\"!=typeof t?_assertThisInitialized(e):t}function _setPrototypeOf(e,t){return(_setPrototypeOf=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function _slicedToArray(e,t){return _arrayWithHoles(e)||_iterableToArrayLimit(e,t)||_unsupportedIterableToArray(e,t)||_nonIterableRest()}var _typeof=function(e){return e&&\"undefined\"!=typeof Symbol&&e.constructor===Symbol?\"symbol\":typeof e};function _unsupportedIterableToArray(e,t){if(e){if(\"string\"==typeof e)return _arrayLikeToArray(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);return\"Object\"===r&&e.constructor&&(r=e.constructor.name),\"Map\"===r||\"Set\"===r?Array.from(r):\"Arguments\"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?_arrayLikeToArray(e,t):void 0}}function _isNativeReflectConstruct(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function _createSuper(e){var t=_isNativeReflectConstruct();return function(){var r,n=_getPrototypeOf(e);if(t){var o=_getPrototypeOf(this).constructor;r=Reflect.construct(n,arguments,o)}else r=n.apply(this,arguments);return _possibleConstructorReturn(this,r)}}function add_css(e){_vendor_browser_svelte_internal_index.append_styles(e,\"cnn-pcl-1iiby7o\",\\':root{--pcl-bar-chart-border-color:black;--pcl-bar-chart-border-width:0;--pcl-bar-chart-gap:0px}.bar-chart__container-1zUqiW.cnn-pcl-1iiby7o.cnn-pcl-1iiby7o{list-style-type:none;list-style:none;padding:0px;margin:0px;box-sizing:border-box;display:flex;flex-direction:row;width:100%;align-items:stretch;height:100%;transition:all 0.3s ease-in;gap:var(--pcl-bar-chart-gap)}.bar-chart__container-1zUqiW[data-bar-chart-orientation=horizontal].cnn-pcl-1iiby7o.cnn-pcl-1iiby7o{flex-direction:row}.bar-chart__container-1zUqiW[data-bar-chart-orientation=vertical].cnn-pcl-1iiby7o.cnn-pcl-1iiby7o{flex-direction:column}.bar-chart__item-1gm3ed.cnn-pcl-1iiby7o.cnn-pcl-1iiby7o{display:flex;justify-content:center;align-items:center;overflow-x:hidden}[data-bar-chart-orientation=horizontal].cnn-pcl-1iiby7o .bar-chart__item-1gm3ed.cnn-pcl-1iiby7o{overflow-x:hidden}[data-bar-chart-orientation=vertical].cnn-pcl-1iiby7o .bar-chart__item-1gm3ed.cnn-pcl-1iiby7o{overflow-y:hidden}[data-bar-chart-border-status=\"active\"] + [data-bar-chart-border-status=\"inactive\"] > div > div > [data-bar-chart-item--border-status=\"inactive\"]::before{content:\"\";position:absolute;left:0;right:0;bottom:0;top:0;border-left:1px solid #000}[data-bar-chart-border-status=\"active\"]:last-of-type > div > div > [data-bar-chart-item-border-status=\"active\"]::before{border-right:1px solid #000 !important}\\')}function get_each_context(e,t,r){var n=e.slice();return n[6]=t[r],n[7]=t,n[8]=r,n}var get_default_slot_changes_1=function(e){return{node:3&e}},get_default_slot_context_1=function(e){return{node:e[6]}},get_default_slot_changes=function(e){return{node:512&e}},get_default_slot_context=function(e){return{node:e[9]}};function create_else_block(e){var t,r=e[2].default,n=_vendor_browser_svelte_internal_index.create_slot(r,e,e[4],get_default_slot_context_1);return{c:function(){n&&n.c()},l:function(e){n&&n.l(e)},m:function(e,r){n&&n.m(e,r),t=!0},p:function(e,o){n&&n.p&&(!t||19&o)&&_vendor_browser_svelte_internal_index.update_slot_base(n,r,e,e[4],t?_vendor_browser_svelte_internal_index.get_slot_changes(r,e[4],o,get_default_slot_changes_1):_vendor_browser_svelte_internal_index.get_all_dirty_from_scope(e[4]),get_default_slot_context_1)},i:function(e){t||(_vendor_browser_svelte_internal_index.transition_in(n,e),t=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(n,e),t=!1},d:function(e){n&&n.d(e)}}}function create_if_block(e){var t,r,n,o=function(t){e[3](t,e[6],e[7],e[8])},a={$$slots:{default:[create_default_slot,function(e){return{9:e.node}},function(e){return e.node?512:0}]},$$scope:{ctx:e}};return void 0!==e[6]&&(a.node=e[6]),t=new Bar_chart_layout({props:a}),_vendor_browser_svelte_internal_index.binding_callbacks.push(function(){return _vendor_browser_svelte_internal_index.bind(t,\"node\",o)}),{c:function(){_vendor_browser_svelte_internal_index.create_component(t.$$.fragment)},l:function(e){_vendor_browser_svelte_internal_index.claim_component(t.$$.fragment,e)},m:function(e,r){_vendor_browser_svelte_internal_index.mount_component(t,e,r),n=!0},p:function(n,o){e=n;var a={};528&o&&(a.$$scope={dirty:o,ctx:e}),!r&&3&o&&(r=!0,a.node=e[6],_vendor_browser_svelte_internal_index.add_flush_callback(function(){return r=!1})),t.$set(a)},i:function(e){n||(_vendor_browser_svelte_internal_index.transition_in(t.$$.fragment,e),n=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(t.$$.fragment,e),n=!1},d:function(e){_vendor_browser_svelte_internal_index.destroy_component(t,e)}}}function create_default_slot(e){var t,r=e[2].default,n=_vendor_browser_svelte_internal_index.create_slot(r,e,e[4],get_default_slot_context);return{c:function(){n&&n.c()},l:function(e){n&&n.l(e)},m:function(e,r){n&&n.m(e,r),t=!0},p:function(e,o){n&&n.p&&(!t||528&o)&&_vendor_browser_svelte_internal_index.update_slot_base(n,r,e,e[4],t?_vendor_browser_svelte_internal_index.get_slot_changes(r,e[4],o,get_default_slot_changes):_vendor_browser_svelte_internal_index.get_all_dirty_from_scope(e[4]),get_default_slot_context)},i:function(e){t||(_vendor_browser_svelte_internal_index.transition_in(n,e),t=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(n,e),t=!1},d:function(e){n&&n.d(e)}}}function create_each_block(e){var t,r,n,o,a,_,i,l,s,c,d=function(e,t){return 3&t&&(r=null),null==r&&(r=!(!1!==_vendor_browser_lodash_lodash.lodash.isEmpty(e[1](e[6].children)))),r?0:1},u=[create_if_block,create_else_block],v=[];return n=d(e,-1),o=v[n]=u[n](e),{c:function(){t=_vendor_browser_svelte_internal_index.element(\"li\"),o.c(),a=_vendor_browser_svelte_internal_index.space(),this.h()},l:function(e){t=_vendor_browser_svelte_internal_index.claim_element(e,\"LI\",{class:!0,\"data-bar-chart-id\":!0,\"data-bar-chart-value\":!0,\"data-bar-chart-border-status\":!0,style:!0});var r=_vendor_browser_svelte_internal_index.children(t);o.l(r),a=_vendor_browser_svelte_internal_index.claim_space(r),r.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(t,\"class\",\"bar-chart__item-1gm3ed cnn-pcl-1iiby7o\"),_vendor_browser_svelte_internal_index.attr(t,\"data-bar-chart-id\",_=e[6].id),_vendor_browser_svelte_internal_index.attr(t,\"data-bar-chart-value\",i=e[6].value),_vendor_browser_svelte_internal_index.attr(t,\"data-bar-chart-border-status\",l=e[0].hideSegmentBorder?\"inactive\":e[6].status),_vendor_browser_svelte_internal_index.attr(t,\"style\",s=\"flex-basis: \".concat(e[6].value/e[0].value*100,\"%;\"))},m:function(e,r){_vendor_browser_svelte_internal_index.insert_hydration(e,t,r),v[n].m(t,null),_vendor_browser_svelte_internal_index.append_hydration(t,a),c=!0},p:function(e,r){var b=n;(n=d(e,r))===b?v[n].p(e,r):(_vendor_browser_svelte_internal_index.group_outros(),_vendor_browser_svelte_internal_index.transition_out(v[b],1,1,function(){v[b]=null}),_vendor_browser_svelte_internal_index.check_outros(),(o=v[n])?o.p(e,r):(o=v[n]=u[n](e)).c(),_vendor_browser_svelte_internal_index.transition_in(o,1),o.m(t,a)),(!c||3&r&&_!==(_=e[6].id))&&_vendor_browser_svelte_internal_index.attr(t,\"data-bar-chart-id\",_),(!c||3&r&&i!==(i=e[6].value))&&_vendor_browser_svelte_internal_index.attr(t,\"data-bar-chart-value\",i),(!c||3&r&&l!==(l=e[0].hideSegmentBorder?\"inactive\":e[6].status))&&_vendor_browser_svelte_internal_index.attr(t,\"data-bar-chart-border-status\",l),(!c||3&r&&s!==(s=\"flex-basis: \".concat(e[6].value/e[0].value*100,\"%;\")))&&_vendor_browser_svelte_internal_index.attr(t,\"style\",s)},i:function(e){c||(_vendor_browser_svelte_internal_index.transition_in(o),c=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(o),c=!1},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(t),v[n].d()}}}function create_fragment(e){for(var t,r,n,o,a,_,i,l,s=e[1](e[0].children),c=[],d=0;d<s.length;d+=1)c[d]=create_each_block(get_each_context(e,s,d));var u=function(e){return _vendor_browser_svelte_internal_index.transition_out(c[e],1,1,function(){c[e]=null})};return{c:function(){t=_vendor_browser_svelte_internal_index.element(\"ul\");for(var e=0;e<c.length;e+=1)c[e].c();this.h()},l:function(e){t=_vendor_browser_svelte_internal_index.claim_element(e,\"UL\",{class:!0,\"data-bar-chart-id\":!0,\"data-bar-chart-value\":!0,\"data-bar-chart-orientation\":!0,\"data-bar-chart-gap\":!0,\"data-bar-chart-label\":!0,style:!0});for(var r=_vendor_browser_svelte_internal_index.children(t),n=0;n<c.length;n+=1)c[n].l(r);r.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(t,\"class\",\"bar-chart__container-1zUqiW cnn-pcl-1iiby7o\"),_vendor_browser_svelte_internal_index.attr(t,\"data-bar-chart-id\",r=e[0].id),_vendor_browser_svelte_internal_index.attr(t,\"data-bar-chart-value\",n=e[0].value),_vendor_browser_svelte_internal_index.attr(t,\"data-bar-chart-orientation\",o=e[0].orientation),_vendor_browser_svelte_internal_index.attr(t,\"data-bar-chart-gap\",a=e[0].gap||0),_vendor_browser_svelte_internal_index.attr(t,\"data-bar-chart-label\",_=e[0].label),_vendor_browser_svelte_internal_index.attr(t,\"style\",i=\"--pcl-bar-chart-gap: \".concat(e[0].gap||0,\"px;\"))},m:function(e,r){_vendor_browser_svelte_internal_index.insert_hydration(e,t,r);for(var n=0;n<c.length;n+=1)c[n].m(t,null);l=!0},p:function(e,d){var v=_slicedToArray(d,1)[0];if(531&v){var b;for(s=e[1](e[0].children),b=0;b<s.length;b+=1){var f=get_each_context(e,s,b);c[b]?(c[b].p(f,v),_vendor_browser_svelte_internal_index.transition_in(c[b],1)):(c[b]=create_each_block(f),c[b].c(),_vendor_browser_svelte_internal_index.transition_in(c[b],1),c[b].m(t,null))}for(_vendor_browser_svelte_internal_index.group_outros(),b=s.length;b<c.length;b+=1)u(b);_vendor_browser_svelte_internal_index.check_outros()}(!l||1&v&&r!==(r=e[0].id))&&_vendor_browser_svelte_internal_index.attr(t,\"data-bar-chart-id\",r),(!l||1&v&&n!==(n=e[0].value))&&_vendor_browser_svelte_internal_index.attr(t,\"data-bar-chart-value\",n),(!l||1&v&&o!==(o=e[0].orientation))&&_vendor_browser_svelte_internal_index.attr(t,\"data-bar-chart-orientation\",o),(!l||1&v&&a!==(a=e[0].gap||0))&&_vendor_browser_svelte_internal_index.attr(t,\"data-bar-chart-gap\",a),(!l||1&v&&_!==(_=e[0].label))&&_vendor_browser_svelte_internal_index.attr(t,\"data-bar-chart-label\",_),(!l||1&v&&i!==(i=\"--pcl-bar-chart-gap: \".concat(e[0].gap||0,\"px;\")))&&_vendor_browser_svelte_internal_index.attr(t,\"style\",i)},i:function(e){if(!l){for(var t=0;t<s.length;t+=1)_vendor_browser_svelte_internal_index.transition_in(c[t]);l=!0}},o:function(e){c=c.filter(Boolean);for(var t=0;t<c.length;t+=1)_vendor_browser_svelte_internal_index.transition_out(c[t]);l=!1},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(t),_vendor_browser_svelte_internal_index.destroy_each(c,e)}}}function instance(e,t,r){var n=t.$$slots,o=void 0===n?{}:n,a=t.$$scope,_=t.node,i=function(e){return _vendor_browser_lodash_lodash.lodash.isEmpty(e)?[]:e.filter(function(e){return!(null==(t=e)||!1===isFinite(t.value)||t.value<=0);var t})};return e.$$set=function(e){\"node\"in e&&r(0,_=e.node),\"$$scope\"in e&&r(4,a=e.$$scope)},[_,i,o,function(e,t,n,o){n[o]=e,r(1,i)},a]}var Bar_chart_layout=function(e){_inherits(r,_vendor_browser_svelte_internal_index.SvelteComponent);var t=_createSuper(r);function r(e){var n;return _classCallCheck(this,r),n=t.call(this),_vendor_browser_svelte_internal_index.init(_assertThisInitialized(n),e,instance,create_fragment,_vendor_browser_svelte_internal_index.safe_not_equal,{node:0},add_css),n}return r}();exports.Bar_chart_layout=Bar_chart_layout;\\n}, {\"548\":548,\"570\":570}];\\nwindow.modules[\"583\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_svelte_internal_index=require(548);function _arrayLikeToArray(e,r){(null==r||r>e.length)&&(r=e.length);for(var n=0,t=new Array(r);n<r;n++)t[n]=e[n];return t}function _arrayWithHoles(e){if(Array.isArray(e))return e}function _assertThisInitialized(e){if(void 0===e)throw new ReferenceError(\"this hasn\\'t been initialised - super() hasn\\'t been called\");return e}function _classCallCheck(e,r){if(!(e instanceof r))throw new TypeError(\"Cannot call a class as a function\")}function _getPrototypeOf(e){return(_getPrototypeOf=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function _inherits(e,r){if(\"function\"!=typeof r&&null!==r)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(r&&r.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),r&&_setPrototypeOf(e,r)}function _iterableToArrayLimit(e,r){var n=null==e?null:\"undefined\"!=typeof Symbol&&e[Symbol.iterator]||e[\"@@iterator\"];if(null!=n){var t,_,i=[],o=!0,a=!1;try{for(n=n.call(e);!(o=(t=n.next()).done)&&(i.push(t.value),!r||i.length!==r);o=!0);}catch(e){a=!0,_=e}finally{try{o||null==n.return||n.return()}finally{if(a)throw _}}return i}}function _nonIterableRest(){throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\\\\\\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}function _possibleConstructorReturn(e,r){return!r||\"object\"!==_typeof(r)&&\"function\"!=typeof r?_assertThisInitialized(e):r}function _setPrototypeOf(e,r){return(_setPrototypeOf=Object.setPrototypeOf||function(e,r){return e.__proto__=r,e})(e,r)}function _slicedToArray(e,r){return _arrayWithHoles(e)||_iterableToArrayLimit(e,r)||_unsupportedIterableToArray(e,r)||_nonIterableRest()}var _typeof=function(e){return e&&\"undefined\"!=typeof Symbol&&e.constructor===Symbol?\"symbol\":typeof e};function _unsupportedIterableToArray(e,r){if(e){if(\"string\"==typeof e)return _arrayLikeToArray(e,r);var n=Object.prototype.toString.call(e).slice(8,-1);return\"Object\"===n&&e.constructor&&(n=e.constructor.name),\"Map\"===n||\"Set\"===n?Array.from(n):\"Arguments\"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?_arrayLikeToArray(e,r):void 0}}function _isNativeReflectConstruct(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function _createSuper(e){var r=_isNativeReflectConstruct();return function(){var n,t=_getPrototypeOf(e);if(r){var _=_getPrototypeOf(this).constructor;n=Reflect.construct(t,arguments,_)}else n=t.apply(this,arguments);return _possibleConstructorReturn(this,n)}}function add_css(e){_vendor_browser_svelte_internal_index.append_styles(e,\"cnn-pcl-eyhmk3\",\".circular_summary-LUtCUF.cnn-pcl-eyhmk3.cnn-pcl-eyhmk3{align-items:center;background:transparent;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;width:100%}.circular_summary__primary_text-36YSkr.cnn-pcl-eyhmk3.cnn-pcl-eyhmk3{background-color:#ffffff;border:0.0625rem solid #0c0c0c;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;color:#0c0c0c;flex-shrink:0;font-family:cnn_sans_display, helveticaneue, Helvetica, Arial, Utkal, sans-serif;font-weight:700;font-size:0.875rem;height:2.1875rem;letter-spacing:0.2px;line-height:2.1875rem;margin:0 0.25rem 0 0;text-align:center;width:2.1875rem}.circular_summary__primary_text-36YSkr.cnn-pcl-eyhmk3+.circular_summary__secondary_text-1rcr5S.cnn-pcl-eyhmk3{padding:0 0 0 0}.circular_summary__secondary_text-1rcr5S.cnn-pcl-eyhmk3.cnn-pcl-eyhmk3{color:#0c0c0c;font-family:cnn_sans_display, helveticaneue, Helvetica, Arial, Utkal, sans-serif;font-weight:700;font-size:0.75rem;letter-spacing:0.2px;line-height:1.0625rem;margin:1px 0 0 0;padding:0 0 0 0;text-transform:uppercase}\")}function create_if_block(e){var r,n,t=e[4]&&null==e[3]&&create_if_block_2(e),_=(e[5]||e[3])&&create_if_block_1(e);return{c:function(){r=_vendor_browser_svelte_internal_index.element(\"div\"),t&&t.c(),n=_vendor_browser_svelte_internal_index.space(),_&&_.c(),this.h()},l:function(e){r=_vendor_browser_svelte_internal_index.claim_element(e,\"DIV\",{class:!0,\"data-testid\":!0});var i=_vendor_browser_svelte_internal_index.children(r);t&&t.l(i),n=_vendor_browser_svelte_internal_index.claim_space(i),_&&_.l(i),i.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(r,\"class\",\"circular_summary-LUtCUF wrapper cnn-pcl-eyhmk3\"),_vendor_browser_svelte_internal_index.attr(r,\"data-testid\",\"pcl-circular_summary\")},m:function(e,i){_vendor_browser_svelte_internal_index.insert_hydration(e,r,i),t&&t.m(r,null),_vendor_browser_svelte_internal_index.append_hydration(r,n),_&&_.m(r,null)},p:function(e,i){e[4]&&null==e[3]?t?t.p(e,i):((t=create_if_block_2(e)).c(),t.m(r,n)):t&&(t.d(1),t=null),e[5]||e[3]?_?_.p(e,i):((_=create_if_block_1(e)).c(),_.m(r,null)):_&&(_.d(1),_=null)},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(r),t&&t.d(),_&&_.d()}}}function create_if_block_2(e){var r,n;return{c:function(){r=_vendor_browser_svelte_internal_index.element(\"div\"),n=_vendor_browser_svelte_internal_index.text(e[0]),this.h()},l:function(t){r=_vendor_browser_svelte_internal_index.claim_element(t,\"DIV\",{class:!0,\"data-testid\":!0});var _=_vendor_browser_svelte_internal_index.children(r);n=_vendor_browser_svelte_internal_index.claim_text(_,e[0]),_.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(r,\"class\",\"circular_summary__primary_text-36YSkr cnn-pcl-eyhmk3\"),_vendor_browser_svelte_internal_index.attr(r,\"data-testid\",\"pcl-circular_summary__primary_text\")},m:function(e,t){_vendor_browser_svelte_internal_index.insert_hydration(e,r,t),_vendor_browser_svelte_internal_index.append_hydration(r,n)},p:function(e,r){1&r&&_vendor_browser_svelte_internal_index.set_data(n,e[0])},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(r)}}}function create_if_block_1(e){var r,n,t=(e[3]?e[3]:e[1])+\"\";return{c:function(){r=_vendor_browser_svelte_internal_index.element(\"div\"),n=_vendor_browser_svelte_internal_index.text(t),this.h()},l:function(e){r=_vendor_browser_svelte_internal_index.claim_element(e,\"DIV\",{class:!0,\"data-testid\":!0});var _=_vendor_browser_svelte_internal_index.children(r);n=_vendor_browser_svelte_internal_index.claim_text(_,t),_.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(r,\"class\",\"circular_summary__secondary_text-1rcr5S cnn-pcl-eyhmk3\"),_vendor_browser_svelte_internal_index.attr(r,\"data-testid\",\"pcl-circular_summary__secondary_text\")},m:function(e,t){_vendor_browser_svelte_internal_index.insert_hydration(e,r,t),_vendor_browser_svelte_internal_index.append_hydration(r,n)},p:function(e,r){10&r&&t!==(t=(e[3]?e[3]:e[1])+\"\")&&_vendor_browser_svelte_internal_index.set_data(n,t)},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(r)}}}function create_fragment(e){var r,n=(e[2]||e[5])&&create_if_block(e);return{c:function(){n&&n.c(),r=_vendor_browser_svelte_internal_index.empty()},l:function(e){n&&n.l(e),r=_vendor_browser_svelte_internal_index.empty()},m:function(e,t){n&&n.m(e,t),_vendor_browser_svelte_internal_index.insert_hydration(e,r,t)},p:function(e,t){var _=_slicedToArray(t,1)[0];e[2]||e[5]?n?n.p(e,_):((n=create_if_block(e)).c(),n.m(r.parentNode,r)):n&&(n.d(1),n=null)},i:_vendor_browser_svelte_internal_index.noop,o:_vendor_browser_svelte_internal_index.noop,d:function(e){n&&n.d(e),e&&_vendor_browser_svelte_internal_index.detach(r)}}}var MAX_LENGTH=3;function instance(e,r,n){var t,_,i,o,a=r.primaryText,l=void 0===a?null:a,c=r.secondaryText,s=void 0===c?null:c;return e.$$set=function(e){\"primaryText\"in e&&n(0,l=e.primaryText),\"secondaryText\"in e&&n(1,s=e.secondaryText)},e.$$.update=function(){1&e.$$.dirty&&n(2,t=!!l),2&e.$$.dirty&&n(5,_=!!s),5&e.$$.dirty&&n(4,i=t&&l.length<=MAX_LENGTH),3&e.$$.dirty&&n(3,o=l&&l.length>MAX_LENGTH?\"\".concat(l,\" \").concat(s):null)},[l,s,t,o,i,_]}var CircularSummary=function(e){_inherits(n,_vendor_browser_svelte_internal_index.SvelteComponent);var r=_createSuper(n);function n(e){var t;return _classCallCheck(this,n),t=r.call(this),_vendor_browser_svelte_internal_index.init(_assertThisInitialized(t),e,instance,create_fragment,_vendor_browser_svelte_internal_index.safe_not_equal,{primaryText:0,secondaryText:1},add_css),t}return n}();exports.CircularSummary=CircularSummary;\\n}, {\"548\":548}];\\nwindow.modules[\"584\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_svelte_internal_index=require(548);function _arrayLikeToArray(e,n){(null==n||n>e.length)&&(n=e.length);for(var t=0,r=new Array(n);t<n;t++)r[t]=e[t];return r}function _arrayWithHoles(e){if(Array.isArray(e))return e}function _assertThisInitialized(e){if(void 0===e)throw new ReferenceError(\"this hasn\\'t been initialised - super() hasn\\'t been called\");return e}function _classCallCheck(e,n){if(!(e instanceof n))throw new TypeError(\"Cannot call a class as a function\")}function _getPrototypeOf(e){return(_getPrototypeOf=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function _inherits(e,n){if(\"function\"!=typeof n&&null!==n)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(n&&n.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),n&&_setPrototypeOf(e,n)}function _iterableToArrayLimit(e,n){var t=null==e?null:\"undefined\"!=typeof Symbol&&e[Symbol.iterator]||e[\"@@iterator\"];if(null!=t){var r,o,_=[],i=!0,l=!1;try{for(t=t.call(e);!(i=(r=t.next()).done)&&(_.push(r.value),!n||_.length!==n);i=!0);}catch(e){l=!0,o=e}finally{try{i||null==t.return||t.return()}finally{if(l)throw o}}return _}}function _nonIterableRest(){throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\\\\\\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}function _possibleConstructorReturn(e,n){return!n||\"object\"!==_typeof(n)&&\"function\"!=typeof n?_assertThisInitialized(e):n}function _setPrototypeOf(e,n){return(_setPrototypeOf=Object.setPrototypeOf||function(e,n){return e.__proto__=n,e})(e,n)}function _slicedToArray(e,n){return _arrayWithHoles(e)||_iterableToArrayLimit(e,n)||_unsupportedIterableToArray(e,n)||_nonIterableRest()}var _typeof=function(e){return e&&\"undefined\"!=typeof Symbol&&e.constructor===Symbol?\"symbol\":typeof e};function _unsupportedIterableToArray(e,n){if(e){if(\"string\"==typeof e)return _arrayLikeToArray(e,n);var t=Object.prototype.toString.call(e).slice(8,-1);return\"Object\"===t&&e.constructor&&(t=e.constructor.name),\"Map\"===t||\"Set\"===t?Array.from(t):\"Arguments\"===t||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t)?_arrayLikeToArray(e,n):void 0}}function _isNativeReflectConstruct(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function _createSuper(e){var n=_isNativeReflectConstruct();return function(){var t,r=_getPrototypeOf(e);if(n){var o=_getPrototypeOf(this).constructor;t=Reflect.construct(r,arguments,o)}else t=r.apply(this,arguments);return _possibleConstructorReturn(this,t)}}function add_css(e){_vendor_browser_svelte_internal_index.append_styles(e,\"cnn-pcl-1ch2hn7\",\"a.cnn-pcl-1ch2hn7{text-decoration:inherit;color:inherit}\")}function create_else_block(e){var n,t=e[3].default,r=_vendor_browser_svelte_internal_index.create_slot(t,e,e[2],null);return{c:function(){r&&r.c()},l:function(e){r&&r.l(e)},m:function(e,t){r&&r.m(e,t),n=!0},p:function(e,o){r&&r.p&&(!n||4&o)&&_vendor_browser_svelte_internal_index.update_slot_base(r,t,e,e[2],n?_vendor_browser_svelte_internal_index.get_slot_changes(t,e[2],o,null):_vendor_browser_svelte_internal_index.get_all_dirty_from_scope(e[2]),null)},i:function(e){n||(_vendor_browser_svelte_internal_index.transition_in(r,e),n=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(r,e),n=!1},d:function(e){r&&r.d(e)}}}function create_if_block(e){var n,t,r=e[3].default,o=_vendor_browser_svelte_internal_index.create_slot(r,e,e[2],null);return{c:function(){n=_vendor_browser_svelte_internal_index.element(\"a\"),o&&o.c(),this.h()},l:function(e){n=_vendor_browser_svelte_internal_index.claim_element(e,\"A\",{href:!0,alt:!0,target:!0,class:!0});var t=_vendor_browser_svelte_internal_index.children(n);o&&o.l(t),t.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(n,\"href\",e[0]),_vendor_browser_svelte_internal_index.attr(n,\"alt\",e[1]),_vendor_browser_svelte_internal_index.attr(n,\"target\",\"_blank\"),_vendor_browser_svelte_internal_index.attr(n,\"class\",\"cnn-pcl-1ch2hn7\")},m:function(e,r){_vendor_browser_svelte_internal_index.insert_hydration(e,n,r),o&&o.m(n,null),t=!0},p:function(e,_){o&&o.p&&(!t||4&_)&&_vendor_browser_svelte_internal_index.update_slot_base(o,r,e,e[2],t?_vendor_browser_svelte_internal_index.get_slot_changes(r,e[2],_,null):_vendor_browser_svelte_internal_index.get_all_dirty_from_scope(e[2]),null),(!t||1&_)&&_vendor_browser_svelte_internal_index.attr(n,\"href\",e[0]),(!t||2&_)&&_vendor_browser_svelte_internal_index.attr(n,\"alt\",e[1])},i:function(e){t||(_vendor_browser_svelte_internal_index.transition_in(o,e),t=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(o,e),t=!1},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n),o&&o.d(e)}}}function create_fragment(e){var n,t,r,o,_=function(e,n){return e[0]?0:1},i=[create_if_block,create_else_block],l=[];return n=_(e),t=l[n]=i[n](e),{c:function(){t.c(),r=_vendor_browser_svelte_internal_index.empty()},l:function(e){t.l(e),r=_vendor_browser_svelte_internal_index.empty()},m:function(e,t){l[n].m(e,t),_vendor_browser_svelte_internal_index.insert_hydration(e,r,t),o=!0},p:function(e,o){var a=_slicedToArray(o,1)[0],s=n;(n=_(e))===s?l[n].p(e,a):(_vendor_browser_svelte_internal_index.group_outros(),_vendor_browser_svelte_internal_index.transition_out(l[s],1,1,function(){l[s]=null}),_vendor_browser_svelte_internal_index.check_outros(),(t=l[n])?t.p(e,a):(t=l[n]=i[n](e)).c(),_vendor_browser_svelte_internal_index.transition_in(t,1),t.m(r.parentNode,r))},i:function(e){o||(_vendor_browser_svelte_internal_index.transition_in(t),o=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(t),o=!1},d:function(e){l[n].d(e),e&&_vendor_browser_svelte_internal_index.detach(r)}}}function instance(e,n,t){var r=n.$$slots,o=void 0===r?{}:r,_=n.$$scope,i=n.href,l=n.alt;return e.$$set=function(e){\"href\"in e&&t(0,i=e.href),\"alt\"in e&&t(1,l=e.alt),\"$$scope\"in e&&t(2,_=e.$$scope)},[i,l,_,o]}var ConditionalAnchorTagWrapper=function(e){_inherits(t,_vendor_browser_svelte_internal_index.SvelteComponent);var n=_createSuper(t);function t(e){var r;return _classCallCheck(this,t),r=n.call(this),_vendor_browser_svelte_internal_index.init(_assertThisInitialized(r),e,instance,create_fragment,_vendor_browser_svelte_internal_index.safe_not_equal,{href:0,alt:1},add_css),r}return t}();exports.ConditionalAnchorTagWrapper=ConditionalAnchorTagWrapper;\\n}, {\"548\":548}];\\nwindow.modules[\"587\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_lodash__baseIsEqual=require(1461);function isEqual(s,a){return _vendor_browser_lodash__baseIsEqual._baseIsEqual(s,a)}var isEqual_1=isEqual;exports.isEqual_1=isEqual_1;\\n}, {\"1461\":1461}];\\nwindow.modules[\"603\"] = [function(require,module,exports){\"use strict\";function isNil(i){return null==i}var isNil_1=isNil,isNil$1=isNil_1;exports.isNil=isNil$1;\\n}, {}];\\nwindow.modules[\"605\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_svelte_internal_index=require(548),_lib_browser_common_helpers_isUnsafeEnvironment=require(606);function _arrayLikeToArray(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}function _arrayWithHoles(e){if(Array.isArray(e))return e}function _assertThisInitialized(e){if(void 0===e)throw new ReferenceError(\"this hasn\\'t been initialised - super() hasn\\'t been called\");return e}function _classCallCheck(e,t){if(!(e instanceof t))throw new TypeError(\"Cannot call a class as a function\")}function _getPrototypeOf(e){return(_getPrototypeOf=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function _inherits(e,t){if(\"function\"!=typeof t&&null!==t)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&_setPrototypeOf(e,t)}function _iterableToArrayLimit(e,t){var r=null==e?null:\"undefined\"!=typeof Symbol&&e[Symbol.iterator]||e[\"@@iterator\"];if(null!=r){var n,o,i=[],a=!0,s=!1;try{for(r=r.call(e);!(a=(n=r.next()).done)&&(i.push(n.value),!t||i.length!==t);a=!0);}catch(e){s=!0,o=e}finally{try{a||null==r.return||r.return()}finally{if(s)throw o}}return i}}function _nonIterableRest(){throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\\\\\\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}function _possibleConstructorReturn(e,t){return!t||\"object\"!==_typeof(t)&&\"function\"!=typeof t?_assertThisInitialized(e):t}function _setPrototypeOf(e,t){return(_setPrototypeOf=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function _slicedToArray(e,t){return _arrayWithHoles(e)||_iterableToArrayLimit(e,t)||_unsupportedIterableToArray(e,t)||_nonIterableRest()}var _typeof=function(e){return e&&\"undefined\"!=typeof Symbol&&e.constructor===Symbol?\"symbol\":typeof e};function _unsupportedIterableToArray(e,t){if(e){if(\"string\"==typeof e)return _arrayLikeToArray(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);return\"Object\"===r&&e.constructor&&(r=e.constructor.name),\"Map\"===r||\"Set\"===r?Array.from(r):\"Arguments\"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?_arrayLikeToArray(e,t):void 0}}function _isNativeReflectConstruct(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function _createSuper(e){var t=_isNativeReflectConstruct();return function(){var r,n=_getPrototypeOf(e);if(t){var o=_getPrototypeOf(this).constructor;r=Reflect.construct(n,arguments,o)}else r=n.apply(this,arguments);return _possibleConstructorReturn(this,r)}}var get_default_slot_changes=function(e){return{matches:1&e}},get_default_slot_context=function(e){return{matches:e[0]}};function create_fragment(e){var t,r=e[4].default,n=_vendor_browser_svelte_internal_index.create_slot(r,e,e[3],get_default_slot_context);return{c:function(){n&&n.c()},l:function(e){n&&n.l(e)},m:function(e,r){n&&n.m(e,r),t=!0},p:function(e,o){var i=_slicedToArray(o,1)[0];n&&n.p&&(!t||9&i)&&_vendor_browser_svelte_internal_index.update_slot_base(n,r,e,e[3],t?_vendor_browser_svelte_internal_index.get_slot_changes(r,e[3],i,get_default_slot_changes):_vendor_browser_svelte_internal_index.get_all_dirty_from_scope(e[3]),get_default_slot_context)},i:function(e){t||(_vendor_browser_svelte_internal_index.transition_in(n,e),t=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(n,e),t=!1},d:function(e){n&&n.d(e)}}}function instance(e,t,r){var n,o,i=function(){n&&o&&(null==n||n.removeEventListener(\"change\",o))},a=t.$$slots,s=void 0===a?{}:a,u=t.$$scope,l=t.query,_=!1,c=!1;return _vendor_browser_svelte_internal_index.onMount(function(){return r(2,_=!0),function(){i()}}),e.$$set=function(e){\"query\"in e&&r(1,l=e.query),\"$$scope\"in e&&r(3,u=e.$$scope)},e.$$.update=function(){var t;6&e.$$.dirty&&_&&(i(),t=l,_lib_browser_common_helpers_isUnsafeEnvironment.isUnsafeEnvironment()||(n=null===window||void 0===window?void 0:window.matchMedia(t),o=function(e){return r(0,c=null==e?void 0:e.matches)},null==n||n.addEventListener(\"change\",o),r(0,c=n.matches)))},[c,l,_,u,s]}var MediaQuery=function(e){_inherits(r,_vendor_browser_svelte_internal_index.SvelteComponent);var t=_createSuper(r);function r(e){var n;return _classCallCheck(this,r),n=t.call(this),_vendor_browser_svelte_internal_index.init(_assertThisInitialized(n),e,instance,create_fragment,_vendor_browser_svelte_internal_index.safe_not_equal,{query:1}),n}return r}();exports.MediaQuery=MediaQuery;\\n}, {\"548\":548,\"606\":606}];\\nwindow.modules[\"606\"] = [function(require,module,exports){\"use strict\";function isUnsafeEnvironment(){return\"undefined\"==typeof window||\"function\"!=typeof window.matchMedia}exports.isUnsafeEnvironment=isUnsafeEnvironment;\\n}, {}];\\nwindow.modules[\"607\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_svelte_internal_index=require(548),_lib_browser_common_components_mediaQuery_MediaQuery_svelte=require(605),_lib_browser_common_components_mediaQuery_constants=require(608);function _arrayLikeToArray(e,n){(null==n||n>e.length)&&(n=e.length);for(var r=0,t=new Array(n);r<n;r++)t[r]=e[r];return t}function _arrayWithHoles(e){if(Array.isArray(e))return e}function _assertThisInitialized(e){if(void 0===e)throw new ReferenceError(\"this hasn\\'t been initialised - super() hasn\\'t been called\");return e}function _classCallCheck(e,n){if(!(e instanceof n))throw new TypeError(\"Cannot call a class as a function\")}function _getPrototypeOf(e){return(_getPrototypeOf=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function _inherits(e,n){if(\"function\"!=typeof n&&null!==n)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(n&&n.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),n&&_setPrototypeOf(e,n)}function _iterableToArrayLimit(e,n){var r=null==e?null:\"undefined\"!=typeof Symbol&&e[Symbol.iterator]||e[\"@@iterator\"];if(null!=r){var t,_,o=[],i=!0,s=!1;try{for(r=r.call(e);!(i=(t=r.next()).done)&&(o.push(t.value),!n||o.length!==n);i=!0);}catch(e){s=!0,_=e}finally{try{i||null==r.return||r.return()}finally{if(s)throw _}}return o}}function _nonIterableRest(){throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\\\\\\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}function _possibleConstructorReturn(e,n){return!n||\"object\"!==_typeof(n)&&\"function\"!=typeof n?_assertThisInitialized(e):n}function _setPrototypeOf(e,n){return(_setPrototypeOf=Object.setPrototypeOf||function(e,n){return e.__proto__=n,e})(e,n)}function _slicedToArray(e,n){return _arrayWithHoles(e)||_iterableToArrayLimit(e,n)||_unsupportedIterableToArray(e,n)||_nonIterableRest()}var _typeof=function(e){return e&&\"undefined\"!=typeof Symbol&&e.constructor===Symbol?\"symbol\":typeof e};function _unsupportedIterableToArray(e,n){if(e){if(\"string\"==typeof e)return _arrayLikeToArray(e,n);var r=Object.prototype.toString.call(e).slice(8,-1);return\"Object\"===r&&e.constructor&&(r=e.constructor.name),\"Map\"===r||\"Set\"===r?Array.from(r):\"Arguments\"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?_arrayLikeToArray(e,n):void 0}}function _isNativeReflectConstruct(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function _createSuper(e){var n=_isNativeReflectConstruct();return function(){var r,t=_getPrototypeOf(e);if(n){var _=_getPrototypeOf(this).constructor;r=Reflect.construct(t,arguments,_)}else r=t.apply(this,arguments);return _possibleConstructorReturn(this,r)}}function create_if_block_2(e){for(var n,r,t=[e[4]],_={},o=0;o<t.length;o+=1)_=_vendor_browser_svelte_internal_index.assign(_,t[o]);return n=new e[3]({props:_}),{c:function(){_vendor_browser_svelte_internal_index.create_component(n.$$.fragment)},l:function(e){_vendor_browser_svelte_internal_index.claim_component(n.$$.fragment,e)},m:function(e,t){_vendor_browser_svelte_internal_index.mount_component(n,e,t),r=!0},p:function(e,r){var _=16&r?_vendor_browser_svelte_internal_index.get_spread_update(t,[_vendor_browser_svelte_internal_index.get_spread_object(e[4])]):{};n.$set(_)},i:function(e){r||(_vendor_browser_svelte_internal_index.transition_in(n.$$.fragment,e),r=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(n.$$.fragment,e),r=!1},d:function(e){_vendor_browser_svelte_internal_index.destroy_component(n,e)}}}function create_default_slot_2(e){var n,r,t=e[9]&&create_if_block_2(e);return{c:function(){t&&t.c(),n=_vendor_browser_svelte_internal_index.empty()},l:function(e){t&&t.l(e),n=_vendor_browser_svelte_internal_index.empty()},m:function(e,_){t&&t.m(e,_),_vendor_browser_svelte_internal_index.insert_hydration(e,n,_),r=!0},p:function(e,r){e[9]?t?(t.p(e,r),512&r&&_vendor_browser_svelte_internal_index.transition_in(t,1)):((t=create_if_block_2(e)).c(),_vendor_browser_svelte_internal_index.transition_in(t,1),t.m(n.parentNode,n)):t&&(_vendor_browser_svelte_internal_index.group_outros(),_vendor_browser_svelte_internal_index.transition_out(t,1,1,function(){t=null}),_vendor_browser_svelte_internal_index.check_outros())},i:function(e){r||(_vendor_browser_svelte_internal_index.transition_in(t),r=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(t),r=!1},d:function(e){t&&t.d(e),e&&_vendor_browser_svelte_internal_index.detach(n)}}}function create_if_block_1(e){for(var n,r,t=[e[4]],_={},o=0;o<t.length;o+=1)_=_vendor_browser_svelte_internal_index.assign(_,t[o]);return n=new e[2]({props:_}),{c:function(){_vendor_browser_svelte_internal_index.create_component(n.$$.fragment)},l:function(e){_vendor_browser_svelte_internal_index.claim_component(n.$$.fragment,e)},m:function(e,t){_vendor_browser_svelte_internal_index.mount_component(n,e,t),r=!0},p:function(e,r){var _=16&r?_vendor_browser_svelte_internal_index.get_spread_update(t,[_vendor_browser_svelte_internal_index.get_spread_object(e[4])]):{};n.$set(_)},i:function(e){r||(_vendor_browser_svelte_internal_index.transition_in(n.$$.fragment,e),r=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(n.$$.fragment,e),r=!1},d:function(e){_vendor_browser_svelte_internal_index.destroy_component(n,e)}}}function create_default_slot_1(e){var n,r,t=e[9]&&create_if_block_1(e);return{c:function(){t&&t.c(),n=_vendor_browser_svelte_internal_index.empty()},l:function(e){t&&t.l(e),n=_vendor_browser_svelte_internal_index.empty()},m:function(e,_){t&&t.m(e,_),_vendor_browser_svelte_internal_index.insert_hydration(e,n,_),r=!0},p:function(e,r){e[9]?t?(t.p(e,r),512&r&&_vendor_browser_svelte_internal_index.transition_in(t,1)):((t=create_if_block_1(e)).c(),_vendor_browser_svelte_internal_index.transition_in(t,1),t.m(n.parentNode,n)):t&&(_vendor_browser_svelte_internal_index.group_outros(),_vendor_browser_svelte_internal_index.transition_out(t,1,1,function(){t=null}),_vendor_browser_svelte_internal_index.check_outros())},i:function(e){r||(_vendor_browser_svelte_internal_index.transition_in(t),r=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(t),r=!1},d:function(e){t&&t.d(e),e&&_vendor_browser_svelte_internal_index.detach(n)}}}function create_if_block(e){for(var n,r,t=[e[4]],_={},o=0;o<t.length;o+=1)_=_vendor_browser_svelte_internal_index.assign(_,t[o]);return n=new e[1]({props:_}),{c:function(){_vendor_browser_svelte_internal_index.create_component(n.$$.fragment)},l:function(e){_vendor_browser_svelte_internal_index.claim_component(n.$$.fragment,e)},m:function(e,t){_vendor_browser_svelte_internal_index.mount_component(n,e,t),r=!0},p:function(e,r){var _=16&r?_vendor_browser_svelte_internal_index.get_spread_update(t,[_vendor_browser_svelte_internal_index.get_spread_object(e[4])]):{};n.$set(_)},i:function(e){r||(_vendor_browser_svelte_internal_index.transition_in(n.$$.fragment,e),r=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(n.$$.fragment,e),r=!1},d:function(e){_vendor_browser_svelte_internal_index.destroy_component(n,e)}}}function create_default_slot(e){var n,r,t=e[9]&&create_if_block(e);return{c:function(){t&&t.c(),n=_vendor_browser_svelte_internal_index.empty()},l:function(e){t&&t.l(e),n=_vendor_browser_svelte_internal_index.empty()},m:function(e,_){t&&t.m(e,_),_vendor_browser_svelte_internal_index.insert_hydration(e,n,_),r=!0},p:function(e,r){e[9]?t?(t.p(e,r),512&r&&_vendor_browser_svelte_internal_index.transition_in(t,1)):((t=create_if_block(e)).c(),_vendor_browser_svelte_internal_index.transition_in(t,1),t.m(n.parentNode,n)):t&&(_vendor_browser_svelte_internal_index.group_outros(),_vendor_browser_svelte_internal_index.transition_out(t,1,1,function(){t=null}),_vendor_browser_svelte_internal_index.check_outros())},i:function(e){r||(_vendor_browser_svelte_internal_index.transition_in(t),r=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(t),r=!1},d:function(e){t&&t.d(e),e&&_vendor_browser_svelte_internal_index.detach(n)}}}function create_fragment(e){var n,r,t,_,o,i;return n=new _lib_browser_common_components_mediaQuery_MediaQuery_svelte.MediaQuery({props:{query:e[0].DESKTOP,$$slots:{default:[create_default_slot_2,function(e){return{9:e.matches}},function(e){return e.matches?512:0}]},$$scope:{ctx:e}}}),t=new _lib_browser_common_components_mediaQuery_MediaQuery_svelte.MediaQuery({props:{query:e[0].TABLET,$$slots:{default:[create_default_slot_1,function(e){return{9:e.matches}},function(e){return e.matches?512:0}]},$$scope:{ctx:e}}}),o=new _lib_browser_common_components_mediaQuery_MediaQuery_svelte.MediaQuery({props:{query:e[0].MOBILE,$$slots:{default:[create_default_slot,function(e){return{9:e.matches}},function(e){return e.matches?512:0}]},$$scope:{ctx:e}}}),{c:function(){_vendor_browser_svelte_internal_index.create_component(n.$$.fragment),r=_vendor_browser_svelte_internal_index.space(),_vendor_browser_svelte_internal_index.create_component(t.$$.fragment),_=_vendor_browser_svelte_internal_index.space(),_vendor_browser_svelte_internal_index.create_component(o.$$.fragment)},l:function(e){_vendor_browser_svelte_internal_index.claim_component(n.$$.fragment,e),r=_vendor_browser_svelte_internal_index.claim_space(e),_vendor_browser_svelte_internal_index.claim_component(t.$$.fragment,e),_=_vendor_browser_svelte_internal_index.claim_space(e),_vendor_browser_svelte_internal_index.claim_component(o.$$.fragment,e)},m:function(e,s){_vendor_browser_svelte_internal_index.mount_component(n,e,s),_vendor_browser_svelte_internal_index.insert_hydration(e,r,s),_vendor_browser_svelte_internal_index.mount_component(t,e,s),_vendor_browser_svelte_internal_index.insert_hydration(e,_,s),_vendor_browser_svelte_internal_index.mount_component(o,e,s),i=!0},p:function(e,r){var _=_slicedToArray(r,1)[0],i={};1&_&&(i.query=e[0].DESKTOP),1552&_&&(i.$$scope={dirty:_,ctx:e}),n.$set(i);var s={};1&_&&(s.query=e[0].TABLET),1552&_&&(s.$$scope={dirty:_,ctx:e}),t.$set(s);var a={};1&_&&(a.query=e[0].MOBILE),1552&_&&(a.$$scope={dirty:_,ctx:e}),o.$set(a)},i:function(e){i||(_vendor_browser_svelte_internal_index.transition_in(n.$$.fragment,e),_vendor_browser_svelte_internal_index.transition_in(t.$$.fragment,e),_vendor_browser_svelte_internal_index.transition_in(o.$$.fragment,e),i=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(n.$$.fragment,e),_vendor_browser_svelte_internal_index.transition_out(t.$$.fragment,e),_vendor_browser_svelte_internal_index.transition_out(o.$$.fragment,e),i=!1},d:function(e){_vendor_browser_svelte_internal_index.destroy_component(n,e),e&&_vendor_browser_svelte_internal_index.detach(r),_vendor_browser_svelte_internal_index.destroy_component(t,e),e&&_vendor_browser_svelte_internal_index.detach(_),_vendor_browser_svelte_internal_index.destroy_component(o,e)}}}function instance(e,n,r){var t=n.Mobile,_=n.Desktop,o=n.Tablet,i=void 0===o?_:o,s=n.mobileOnly,a=void 0!==s&&s,l=n.queryWidths,c=void 0===l?_lib_browser_common_components_mediaQuery_constants.DEFAULT_QUERY_WIDTHS:l,d=t,u=a?t:i,v=a?t:_;return e.$$set=function(e){r(4,n=_vendor_browser_svelte_internal_index.assign(_vendor_browser_svelte_internal_index.assign({},n),_vendor_browser_svelte_internal_index.exclude_internal_props(e))),\"Mobile\"in e&&r(5,t=e.Mobile),\"Desktop\"in e&&r(6,_=e.Desktop),\"Tablet\"in e&&r(7,i=e.Tablet),\"mobileOnly\"in e&&r(8,a=e.mobileOnly),\"queryWidths\"in e&&r(0,c=e.queryWidths)},n=_vendor_browser_svelte_internal_index.exclude_internal_props(n),[c,d,u,v,n,t,_,i,a]}var MediaQueryWrapper=function(e){_inherits(r,_vendor_browser_svelte_internal_index.SvelteComponent);var n=_createSuper(r);function r(e){var t;return _classCallCheck(this,r),t=n.call(this),_vendor_browser_svelte_internal_index.init(_assertThisInitialized(t),e,instance,create_fragment,_vendor_browser_svelte_internal_index.safe_not_equal,{Mobile:5,Desktop:6,Tablet:7,mobileOnly:8,queryWidths:0}),t}return r}();exports.MediaQueryWrapper=MediaQueryWrapper;\\n}, {\"548\":548,\"605\":605,\"608\":608}];\\nwindow.modules[\"608\"] = [function(require,module,exports){\"use strict\";var MOBILE_SCREENSIZE_DEFAULT=\"(max-width: 480px)\",TABLET_SCREENSIZE_DEFAULT=\"(min-width: 481px) and (max-width: 1280px)\",DESKTOP_SCREENSIZE_DEFAULT=\"(min-width: 1281px)\",DEFAULT_QUERY_WIDTHS={MOBILE:MOBILE_SCREENSIZE_DEFAULT,TABLET:TABLET_SCREENSIZE_DEFAULT,DESKTOP:DESKTOP_SCREENSIZE_DEFAULT};exports.DEFAULT_QUERY_WIDTHS=DEFAULT_QUERY_WIDTHS;\\n}, {}];\\nwindow.modules[\"609\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_svelte_internal_index=require(548),_lib_sdk_browser__externalConfig_configInterpreters_constants_ts=require(613),_lib_sdk_browser__externalConfig_configInterpreters_getColor_ts=require(614),_lib_sdk_browser__externalConfig_ContextProvider_svelte=require(610),_lib_browser_common_helpers_cssvars=require(612),_lib_browser_common_helpers_reduceCandidateForColorLogic=require(611);function _arrayLikeToArray(e,r){(null==r||r>e.length)&&(r=e.length);for(var t=0,n=new Array(r);t<r;t++)n[t]=e[t];return n}function _arrayWithHoles(e){if(Array.isArray(e))return e}function _assertThisInitialized(e){if(void 0===e)throw new ReferenceError(\"this hasn\\'t been initialised - super() hasn\\'t been called\");return e}function _classCallCheck(e,r){if(!(e instanceof r))throw new TypeError(\"Cannot call a class as a function\")}function _getPrototypeOf(e){return(_getPrototypeOf=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function _inherits(e,r){if(\"function\"!=typeof r&&null!==r)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(r&&r.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),r&&_setPrototypeOf(e,r)}function _iterableToArrayLimit(e,r){var t=null==e?null:\"undefined\"!=typeof Symbol&&e[Symbol.iterator]||e[\"@@iterator\"];if(null!=t){var n,o,_=[],i=!0,l=!1;try{for(t=t.call(e);!(i=(n=t.next()).done)&&(_.push(n.value),!r||_.length!==r);i=!0);}catch(e){l=!0,o=e}finally{try{i||null==t.return||t.return()}finally{if(l)throw o}}return _}}function _nonIterableRest(){throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\\\\\\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}function _possibleConstructorReturn(e,r){return!r||\"object\"!==_typeof(r)&&\"function\"!=typeof r?_assertThisInitialized(e):r}function _setPrototypeOf(e,r){return(_setPrototypeOf=Object.setPrototypeOf||function(e,r){return e.__proto__=r,e})(e,r)}function _slicedToArray(e,r){return _arrayWithHoles(e)||_iterableToArrayLimit(e,r)||_unsupportedIterableToArray(e,r)||_nonIterableRest()}var _typeof=function(e){return e&&\"undefined\"!=typeof Symbol&&e.constructor===Symbol?\"symbol\":typeof e};function _unsupportedIterableToArray(e,r){if(e){if(\"string\"==typeof e)return _arrayLikeToArray(e,r);var t=Object.prototype.toString.call(e).slice(8,-1);return\"Object\"===t&&e.constructor&&(t=e.constructor.name),\"Map\"===t||\"Set\"===t?Array.from(t):\"Arguments\"===t||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t)?_arrayLikeToArray(e,r):void 0}}function _isNativeReflectConstruct(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function _createSuper(e){var r=_isNativeReflectConstruct();return function(){var t,n=_getPrototypeOf(e);if(r){var o=_getPrototypeOf(this).constructor;t=Reflect.construct(n,arguments,o)}else t=n.apply(this,arguments);return _possibleConstructorReturn(this,t)}}function add_css(e){_vendor_browser_svelte_internal_index.append_styles(e,\"cnn-pcl-15mw7pb\",\".proportional_allocation-3gAlOP.cnn-pcl-15mw7pb{align-items:center;border:1px solid #0c0c0c;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;padding:0.1875rem 0.5rem 0.1875rem 0.5rem;min-width:0;width:100%;max-width:100%}.proportional_allocation__title-2lNAU6.cnn-pcl-15mw7pb{color:#0c0c0c;font-family:cnn_sans_display, helveticaneue, Helvetica, Arial, Utkal, sans-serif;font-weight:700;font-size:0.75rem;letter-spacing:0.2px;line-height:1.125rem;margin:0 0 0 0}.proportional_allocation__electoral_vote--wrapper-2qpPJT.cnn-pcl-15mw7pb{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start}.proportional_allocation__electoral_vote-2eR5by.cnn-pcl-15mw7pb{color:var(--partyColor);font-family:cnn_sans_display, helveticaneue, Helvetica, Arial, Utkal, sans-serif;font-weight:700;font-size:0.75rem;letter-spacing:0.2px;line-height:1.125rem;margin:0 0 0 0.75rem}\")}function get_each_context(e,r,t){var n=e.slice();return n[4]=r[t],n}function create_if_block(e){for(var r,t=e[0].candidates,n=[],o=0;o<t.length;o+=1)n[o]=create_each_block(get_each_context(e,t,o));return{c:function(){r=_vendor_browser_svelte_internal_index.element(\"div\");for(var e=0;e<n.length;e+=1)n[e].c();this.h()},l:function(e){r=_vendor_browser_svelte_internal_index.claim_element(e,\"DIV\",{class:!0,\"data-testid\":!0});for(var t=_vendor_browser_svelte_internal_index.children(r),o=0;o<n.length;o+=1)n[o].l(t);t.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(r,\"class\",\"proportional_allocation__electoral_vote--wrapper-2qpPJT cnn-pcl-15mw7pb\"),_vendor_browser_svelte_internal_index.attr(r,\"data-testid\",\"pcl-propotional_allocation_electoral_vote_wrapper\")},m:function(e,t){_vendor_browser_svelte_internal_index.insert_hydration(e,r,t);for(var o=0;o<n.length;o+=1)n[o].m(r,null)},p:function(e,o){if(13&o){var _;for(t=e[0].candidates,_=0;_<t.length;_+=1){var i=get_each_context(e,t,_);n[_]?n[_].p(i,o):(n[_]=create_each_block(i),n[_].c(),n[_].m(r,null))}for(;_<n.length;_+=1)n[_].d(1);n.length=t.length}},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(r),_vendor_browser_svelte_internal_index.destroy_each(n,e)}}}function create_if_block_1(e){var r,t,n,o,_,i,l=e[4].lastName+\"\",a=e[4].count+\"\";return{c:function(){r=_vendor_browser_svelte_internal_index.element(\"p\"),t=_vendor_browser_svelte_internal_index.text(l),n=_vendor_browser_svelte_internal_index.space(),o=_vendor_browser_svelte_internal_index.text(a),_=_vendor_browser_svelte_internal_index.space(),this.h()},l:function(e){r=_vendor_browser_svelte_internal_index.claim_element(e,\"P\",{class:!0,\"data-testid\":!0,style:!0});var i=_vendor_browser_svelte_internal_index.children(r);t=_vendor_browser_svelte_internal_index.claim_text(i,l),n=_vendor_browser_svelte_internal_index.claim_space(i),o=_vendor_browser_svelte_internal_index.claim_text(i,a),_=_vendor_browser_svelte_internal_index.claim_space(i),i.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(r,\"class\",\"proportional_allocation__electoral_vote-2eR5by cnn-pcl-15mw7pb\"),_vendor_browser_svelte_internal_index.attr(r,\"data-testid\",\"pcl-proportional_allocation_electoral_vote\"),_vendor_browser_svelte_internal_index.attr(r,\"style\",i=_lib_browser_common_helpers_cssvars.cssvars({partyColor:_lib_sdk_browser__externalConfig_configInterpreters_getColor_ts.getColor(_lib_browser_common_helpers_reduceCandidateForColorLogic.reduceCandidateForColorLogic(e[4]),e[3][e[2]])}))},m:function(e,i){_vendor_browser_svelte_internal_index.insert_hydration(e,r,i),_vendor_browser_svelte_internal_index.append_hydration(r,t),_vendor_browser_svelte_internal_index.append_hydration(r,n),_vendor_browser_svelte_internal_index.append_hydration(r,o),_vendor_browser_svelte_internal_index.append_hydration(r,_)},p:function(e,n){1&n&&l!==(l=e[4].lastName+\"\")&&_vendor_browser_svelte_internal_index.set_data(t,l),1&n&&a!==(a=e[4].count+\"\")&&_vendor_browser_svelte_internal_index.set_data(o,a),9&n&&i!==(i=_lib_browser_common_helpers_cssvars.cssvars({partyColor:_lib_sdk_browser__externalConfig_configInterpreters_getColor_ts.getColor(_lib_browser_common_helpers_reduceCandidateForColorLogic.reduceCandidateForColorLogic(e[4]),e[3][e[2]])}))&&_vendor_browser_svelte_internal_index.attr(r,\"style\",i)},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(r)}}}function create_each_block(e){var r,t=e[4].count&&e[4].lastName&&create_if_block_1(e);return{c:function(){t&&t.c(),r=_vendor_browser_svelte_internal_index.empty()},l:function(e){t&&t.l(e),r=_vendor_browser_svelte_internal_index.empty()},m:function(e,n){t&&t.m(e,n),_vendor_browser_svelte_internal_index.insert_hydration(e,r,n)},p:function(e,n){e[4].count&&e[4].lastName?t?t.p(e,n):((t=create_if_block_1(e)).c(),t.m(r.parentNode,r)):t&&(t.d(1),t=null)},d:function(e){t&&t.d(e),e&&_vendor_browser_svelte_internal_index.detach(r)}}}function create_default_slot(e){var r,t,n,o,_=e[0]&&e[0].candidates.length>0&&create_if_block(e);return{c:function(){r=_vendor_browser_svelte_internal_index.element(\"div\"),t=_vendor_browser_svelte_internal_index.element(\"p\"),n=_vendor_browser_svelte_internal_index.text(e[1]),o=_vendor_browser_svelte_internal_index.space(),_&&_.c(),this.h()},l:function(i){r=_vendor_browser_svelte_internal_index.claim_element(i,\"DIV\",{class:!0,\"data-testid\":!0});var l=_vendor_browser_svelte_internal_index.children(r);t=_vendor_browser_svelte_internal_index.claim_element(l,\"P\",{class:!0,\"data-testid\":!0});var a=_vendor_browser_svelte_internal_index.children(t);n=_vendor_browser_svelte_internal_index.claim_text(a,e[1]),a.forEach(_vendor_browser_svelte_internal_index.detach),o=_vendor_browser_svelte_internal_index.claim_space(l),_&&_.l(l),l.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(t,\"class\",\"proportional_allocation__title-2lNAU6 cnn-pcl-15mw7pb\"),_vendor_browser_svelte_internal_index.attr(t,\"data-testid\",\"pcl-proportional_allocation_title\"),_vendor_browser_svelte_internal_index.attr(r,\"class\",\"proportional_allocation-3gAlOP cnn-pcl-15mw7pb\"),_vendor_browser_svelte_internal_index.attr(r,\"data-testid\",\"pcl-proportional_allocation\")},m:function(e,i){_vendor_browser_svelte_internal_index.insert_hydration(e,r,i),_vendor_browser_svelte_internal_index.append_hydration(r,t),_vendor_browser_svelte_internal_index.append_hydration(t,n),_vendor_browser_svelte_internal_index.append_hydration(r,o),_&&_.m(r,null)},p:function(e,t){2&t&&_vendor_browser_svelte_internal_index.set_data(n,e[1]),e[0]&&e[0].candidates.length>0?_?_.p(e,t):((_=create_if_block(e)).c(),_.m(r,null)):_&&(_.d(1),_=null)},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(r),_&&_.d()}}}function create_fragment(e){var r,t;return r=new _lib_sdk_browser__externalConfig_ContextProvider_svelte.ContextProvider({props:{configurables:[e[2]],$$slots:{default:[create_default_slot,function(e){return{3:e.configContext}},function(e){return e.configContext?8:0}]},$$scope:{ctx:e}}}),{c:function(){_vendor_browser_svelte_internal_index.create_component(r.$$.fragment)},l:function(e){_vendor_browser_svelte_internal_index.claim_component(r.$$.fragment,e)},m:function(e,n){_vendor_browser_svelte_internal_index.mount_component(r,e,n),t=!0},p:function(e,t){var n=_slicedToArray(t,1)[0],o={};139&n&&(o.$$scope={dirty:n,ctx:e}),r.$set(o)},i:function(e){t||(_vendor_browser_svelte_internal_index.transition_in(r.$$.fragment,e),t=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(r.$$.fragment,e),t=!1},d:function(e){_vendor_browser_svelte_internal_index.destroy_component(r,e)}}}function instance(e,r,t){var n=_lib_sdk_browser__externalConfig_configInterpreters_constants_ts.configLayers.ELECTION_THEME,o=r.electoralVotes,_=void 0===o?null:o,i=r.title,l=void 0===i?null:i;return e.$$set=function(e){\"electoralVotes\"in e&&t(0,_=e.electoralVotes),\"title\"in e&&t(1,l=e.title)},[_,l,n]}var ProportionalAllocation=function(e){_inherits(t,_vendor_browser_svelte_internal_index.SvelteComponent);var r=_createSuper(t);function t(e){var n;return _classCallCheck(this,t),n=r.call(this),_vendor_browser_svelte_internal_index.init(_assertThisInitialized(n),e,instance,create_fragment,_vendor_browser_svelte_internal_index.safe_not_equal,{electoralVotes:0,title:1},add_css),n}return t}();exports.ProportionalAllocation=ProportionalAllocation;\\n}, {\"548\":548,\"610\":610,\"611\":611,\"612\":612,\"613\":613,\"614\":614}];\\nwindow.modules[\"610\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_svelte_internal_index=require(548),_lib_sdk_browser__externalConfig_makeConfigContext_ts=require(731),_lib_sdk_browser__externalConfig_featureFlags_makeFeatureFlagContext_ts=require(732),_lib_browser_common_constants_contextKeys=require(639),_lib_sdk_browser__externalConfig_configInterpreters_constants_ts=require(613),_lib_sdk_browser__externalConfig_configInterpreters_initialStates_ts=require(733);function _arrayLikeToArray(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}function _arrayWithHoles(e){if(Array.isArray(e))return e}function _assertThisInitialized(e){if(void 0===e)throw new ReferenceError(\"this hasn\\'t been initialised - super() hasn\\'t been called\");return e}function _classCallCheck(e,t){if(!(e instanceof t))throw new TypeError(\"Cannot call a class as a function\")}function _defineProperty(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function _getPrototypeOf(e){return(_getPrototypeOf=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function _inherits(e,t){if(\"function\"!=typeof t&&null!==t)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&_setPrototypeOf(e,t)}function _iterableToArrayLimit(e,t){var r=null==e?null:\"undefined\"!=typeof Symbol&&e[Symbol.iterator]||e[\"@@iterator\"];if(null!=r){var n,o,_=[],i=!0,s=!1;try{for(r=r.call(e);!(i=(n=r.next()).done)&&(_.push(n.value),!t||_.length!==t);i=!0);}catch(e){s=!0,o=e}finally{try{i||null==r.return||r.return()}finally{if(s)throw o}}return _}}function _nonIterableRest(){throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\\\\\\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}function _objectSpread(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{},n=Object.keys(r);\"function\"==typeof Object.getOwnPropertySymbols&&(n=n.concat(Object.getOwnPropertySymbols(r).filter(function(e){return Object.getOwnPropertyDescriptor(r,e).enumerable}))),n.forEach(function(t){_defineProperty(e,t,r[t])})}return e}function _possibleConstructorReturn(e,t){return!t||\"object\"!==_typeof(t)&&\"function\"!=typeof t?_assertThisInitialized(e):t}function _setPrototypeOf(e,t){return(_setPrototypeOf=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function _slicedToArray(e,t){return _arrayWithHoles(e)||_iterableToArrayLimit(e,t)||_unsupportedIterableToArray(e,t)||_nonIterableRest()}var _typeof=function(e){return e&&\"undefined\"!=typeof Symbol&&e.constructor===Symbol?\"symbol\":typeof e};function _unsupportedIterableToArray(e,t){if(e){if(\"string\"==typeof e)return _arrayLikeToArray(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);return\"Object\"===r&&e.constructor&&(r=e.constructor.name),\"Map\"===r||\"Set\"===r?Array.from(r):\"Arguments\"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?_arrayLikeToArray(e,t):void 0}}function _isNativeReflectConstruct(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function _createSuper(e){var t=_isNativeReflectConstruct();return function(){var r,n=_getPrototypeOf(e);if(t){var o=_getPrototypeOf(this).constructor;r=Reflect.construct(n,arguments,o)}else r=n.apply(this,arguments);return _possibleConstructorReturn(this,r)}}var get_default_slot_changes=function(e){return{configContext:1&e,featureFlagContext:2&e}},get_default_slot_context=function(e){return{configContext:e[0],featureFlagContext:e[1]}};function create_fragment(e){var t,r=e[19].default,n=_vendor_browser_svelte_internal_index.create_slot(r,e,e[18],get_default_slot_context);return{c:function(){n&&n.c()},l:function(e){n&&n.l(e)},m:function(e,r){n&&n.m(e,r),t=!0},p:function(e,o){var _=_slicedToArray(o,1)[0];n&&n.p&&(!t||262147&_)&&_vendor_browser_svelte_internal_index.update_slot_base(n,r,e,e[18],t?_vendor_browser_svelte_internal_index.get_slot_changes(r,e[18],_,get_default_slot_changes):_vendor_browser_svelte_internal_index.get_all_dirty_from_scope(e[18]),get_default_slot_context)},i:function(e){t||(_vendor_browser_svelte_internal_index.transition_in(n,e),t=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(n,e),t=!1},d:function(e){n&&n.d(e)}}}function instance(e,t,r){var n,o,_,i,s,a=t.$$slots,l=void 0===a?{}:a,c=t.$$scope,u=[_lib_sdk_browser__externalConfig_configInterpreters_constants_ts.configLayers.ELECTION_THEME,_lib_sdk_browser__externalConfig_configInterpreters_constants_ts.configLayers.MAP_THEME],f=t.configurables,b=void 0===f?u:f,d=t.features,v=void 0===d?[]:d,p=t.from,y=void 0===p?\"\":p,g=t.root,x=void 0===g?_lib_sdk_browser__externalConfig_configInterpreters_initialStates_ts.initialRoot:g,m=_vendor_browser_svelte_internal_index.getContext(_lib_browser_common_constants_contextKeys.COLOR_OVERRIDES_CONTEXT_KEY);_vendor_browser_svelte_internal_index.component_subscribe(e,m,function(e){return r(14,o=e)});var w=_vendor_browser_svelte_internal_index.getContext(_lib_browser_common_constants_contextKeys.FEATURE_FLAGS_CONTEXT_KEY);_vendor_browser_svelte_internal_index.component_subscribe(e,w,function(e){return r(13,n=e)});var C=_vendor_browser_svelte_internal_index.getContext(_lib_browser_common_constants_contextKeys.IDENTITY_CONTEXT_KEY);_vendor_browser_svelte_internal_index.component_subscribe(e,C,function(e){return r(17,s=e)});var h=_vendor_browser_svelte_internal_index.getContext(_lib_browser_common_constants_contextKeys.SUPPRESS_OPERATORS_KEY);_vendor_browser_svelte_internal_index.component_subscribe(e,h,function(e){return r(15,_=e)});var O,T,E,P,k=_vendor_browser_svelte_internal_index.getContext(_lib_browser_common_constants_contextKeys.EXTERNAL_CONFIG_LAST_UPDATED);return _vendor_browser_svelte_internal_index.component_subscribe(e,k,function(e){return r(16,i=e)}),e.$$set=function(e){\"configurables\"in e&&r(7,b=e.configurables),\"features\"in e&&r(8,v=e.features),\"from\"in e&&r(9,y=e.from),\"root\"in e&&r(10,x=e.root),\"$$scope\"in e&&r(18,c=e.$$scope)},e.$$.update=function(){262016&e.$$.dirty&&(r(12,P=null==s?void 0:s.componentKey),r(11,E=_objectSpread({hasReceivedExternalConfig:Boolean(i)},_)),r(0,O=_lib_sdk_browser__externalConfig_makeConfigContext_ts.makeConfigContext(b,P,o,x,E,y)),r(1,T=_lib_sdk_browser__externalConfig_featureFlags_makeFeatureFlagContext_ts.makeFeatureFlagContext(v,P,n,y)))},[O,T,m,w,C,h,k,b,v,y,x,E,P,n,o,_,i,s,c,l]}var ContextProvider=function(e){_inherits(r,_vendor_browser_svelte_internal_index.SvelteComponent);var t=_createSuper(r);function r(e){var n;return _classCallCheck(this,r),n=t.call(this),_vendor_browser_svelte_internal_index.init(_assertThisInitialized(n),e,instance,create_fragment,_vendor_browser_svelte_internal_index.safe_not_equal,{configurables:7,features:8,from:9,root:10}),n}return r}();exports.ContextProvider=ContextProvider;\\n}, {\"548\":548,\"613\":613,\"639\":639,\"731\":731,\"732\":732,\"733\":733}];\\nwindow.modules[\"611\"] = [function(require,module,exports){\"use strict\";function reduceCandidateForColorLogic(r){return{id:r.id?r.id:r.candidateId,party:r.party||r.majorParty||r.majorPartyId}}exports.reduceCandidateForColorLogic=reduceCandidateForColorLogic;\\n}, {}];\\nwindow.modules[\"612\"] = [function(require,module,exports){\"use strict\";function cssvars(r){return Object.keys(r).sort(function(r,t){return r.localeCompare(t)}).reduce(function(t,s){return\"string\"!=typeof r[s]&&\"number\"!=typeof r[s]?t:(t&&(t+=\" \"),t+=\"--\".concat(s,\": \").concat(r[s],\";\"))},\"\")}exports.cssvars=cssvars;\\n}, {}];\\nwindow.modules[\"613\"] = [function(require,module,exports){\"use strict\";var configLayers=function(r){return r.ELECTION_THEME=\"ElectionTheme\",r.MAP_THEME=\"MapTheme\",r}(configLayers||{}),colorOverrideOptions=function(r){return r.PRIMARIES_AUTO_ASSIGN=\"primaries_auto_assign\",r.OVERRIDE=\"override\",r}(colorOverrideOptions||{});exports.colorOverrideOptions=colorOverrideOptions,exports.configLayers=configLayers;\\n}, {}];\\nwindow.modules[\"614\"] = [function(require,module,exports){\"use strict\";var _lib_sdk_browser__externalConfig_configInterpreters_getFallbackColorIfSuppressingColors_ts=require(748);function getColor(r,o,t){var e,s;return _lib_sdk_browser__externalConfig_configInterpreters_getFallbackColorIfSuppressingColors_ts.getFallbackColorIfSuppressingColors(o,t)||o.partyColors[String(r.id)]||o.partyColors[String(r.candidateId)]||o.partyColors[null===(e=String(r.party))||void 0===e?void 0:e.toLowerCase()]||o.partyColors[null===(s=String(r.majorPartyId))||void 0===s?void 0:s.toLowerCase()]||o.partyColors.other}exports.getColor=getColor;\\n}, {\"748\":748}];\\nwindow.modules[\"622\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_svelte_store_index=require(577),_vendor_browser_svelte_internal_index=require(548),_typeof=function(e){return e&&\"undefined\"!=typeof Symbol&&e.constructor===Symbol?\"symbol\":typeof e};function is_date(e){return\"[object Date]\"===Object.prototype.toString.call(e)}function get_interpolator(e,r){if(e===r||e!=e)return function(){return e};var n=void 0===e?\"undefined\":_typeof(e);if(n!==(void 0===r?\"undefined\":_typeof(r))||Array.isArray(e)!==Array.isArray(r))throw new Error(\"Cannot interpolate values of different type\");if(Array.isArray(e)){var t=r.map(function(r,n){return get_interpolator(e[n],r)});return function(e){return t.map(function(r){return r(e)})}}if(\"object\"===n){if(!e||!r)throw new Error(\"Object cannot be null\");if(is_date(e)&&is_date(r)){e=e.getTime();var o=(r=r.getTime())-e;return function(r){return new Date(e+r*o)}}var i=Object.keys(r),a={};return i.forEach(function(n){a[n]=get_interpolator(e[n],r[n])}),function(e){var r={};return i.forEach(function(n){r[n]=a[n](e)}),r}}if(\"number\"===n){var u=r-e;return function(r){return e+r*u}}throw new Error(\"Cannot interpolate \".concat(n,\" values\"))}function tweened(e){var r,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},t=function(t,a){if(null==e)return o.set(e=t),Promise.resolve();i=t;var u=r,s=!1,_=_vendor_browser_svelte_internal_index.assign(_vendor_browser_svelte_internal_index.assign({},n),a),l=_.delay,d=void 0===l?0:l,f=_.duration,v=void 0===f?400:f,c=_.easing,b=void 0===c?_vendor_browser_svelte_internal_index.identity:c,p=_.interpolate,w=void 0===p?get_interpolator:p;if(0===v)return u&&(u.abort(),u=null),o.set(e=i),Promise.resolve();var y,g=_vendor_browser_svelte_internal_index.now()+d;return(r=_vendor_browser_svelte_internal_index.loop(function(r){if(r<g)return!0;s||(y=w(e,t),\"function\"==typeof v&&(v=v(e,t)),s=!0),u&&(u.abort(),u=null);var n=r-g;return n>v?(o.set(e=t),!1):(o.set(e=y(b(n/v))),!0)})).promise},o=_vendor_browser_svelte_store_index.writable(e),i=e;return{set:t,update:function(r,n){return t(r(i,e),n)},subscribe:o.subscribe}}exports.tweened=tweened;\\n}, {\"548\":548,\"577\":577}];\\nwindow.modules[\"624\"] = [function(require,module,exports){\"use strict\";function cubicInOut(u){return u<.5?4*u*u*u:.5*Math.pow(2*u-2,3)+1}function cubicOut(u){var t=u-1;return t*t*t+1}require(548),exports.cubicInOut=cubicInOut,exports.cubicOut=cubicOut;\\n}, {\"548\":548}];\\nwindow.modules[\"628\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_svelte_internal_index=require(548),_lib_browser_common_helpers_cssvars=require(612),_vendor_browser_lodash_isEmpty=require(579);function _arrayLikeToArray(e,r){(null==r||r>e.length)&&(r=e.length);for(var t=0,o=new Array(r);t<r;t++)o[t]=e[t];return o}function _arrayWithHoles(e){if(Array.isArray(e))return e}function _assertThisInitialized(e){if(void 0===e)throw new ReferenceError(\"this hasn\\'t been initialised - super() hasn\\'t been called\");return e}function _classCallCheck(e,r){if(!(e instanceof r))throw new TypeError(\"Cannot call a class as a function\")}function _getPrototypeOf(e){return(_getPrototypeOf=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function _inherits(e,r){if(\"function\"!=typeof r&&null!==r)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(r&&r.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),r&&_setPrototypeOf(e,r)}function _iterableToArrayLimit(e,r){var t=null==e?null:\"undefined\"!=typeof Symbol&&e[Symbol.iterator]||e[\"@@iterator\"];if(null!=t){var o,n,i=[],l=!0,a=!1;try{for(t=t.call(e);!(l=(o=t.next()).done)&&(i.push(o.value),!r||i.length!==r);l=!0);}catch(e){a=!0,n=e}finally{try{l||null==t.return||t.return()}finally{if(a)throw n}}return i}}function _nonIterableRest(){throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\\\\\\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}function _possibleConstructorReturn(e,r){return!r||\"object\"!==_typeof(r)&&\"function\"!=typeof r?_assertThisInitialized(e):r}function _setPrototypeOf(e,r){return(_setPrototypeOf=Object.setPrototypeOf||function(e,r){return e.__proto__=r,e})(e,r)}function _slicedToArray(e,r){return _arrayWithHoles(e)||_iterableToArrayLimit(e,r)||_unsupportedIterableToArray(e,r)||_nonIterableRest()}var _typeof=function(e){return e&&\"undefined\"!=typeof Symbol&&e.constructor===Symbol?\"symbol\":typeof e};function _unsupportedIterableToArray(e,r){if(e){if(\"string\"==typeof e)return _arrayLikeToArray(e,r);var t=Object.prototype.toString.call(e).slice(8,-1);return\"Object\"===t&&e.constructor&&(t=e.constructor.name),\"Map\"===t||\"Set\"===t?Array.from(t):\"Arguments\"===t||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t)?_arrayLikeToArray(e,r):void 0}}function _isNativeReflectConstruct(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function _createSuper(e){var r=_isNativeReflectConstruct();return function(){var t,o=_getPrototypeOf(e);if(r){var n=_getPrototypeOf(this).constructor;t=Reflect.construct(o,arguments,n)}else t=o.apply(this,arguments);return _possibleConstructorReturn(this,t)}}function add_css(e){_vendor_browser_svelte_internal_index.append_styles(e,\"cnn-pcl-hp4480\",\".tile-FHOxaV.cnn-pcl-hp4480{border:0.5px solid var(--borderColor);box-sizing:border-box;font-family:cnn_sans_display, helveticaneue, Helvetica, Arial, Utkal, sans-serif;font-weight:700;font-size:15px;box-shadow:0 0 0 1px #fff, 0 0 0 3px var(--haloColor);display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;cursor:var(--cursor);background:repeating-linear-gradient(135deg, var(--stripeBackground), var(--stripeBackground) 2px, var(--backgroundColor) 2px, var(--backgroundColor) 6px)}.tile__text-1wyQdS.cnn-pcl-hp4480{color:var(--textColor);text-shadow:-1px -1px 0 var(--textShadowColor), 1px -1px 0 var(--textShadowColor), -1px 1px 0 var(--textShadowColor), 1px 1px 0 var(--textShadowColor)}\")}function create_fragment(e){var r,t,o,n,i,l,a;return{c:function(){r=_vendor_browser_svelte_internal_index.element(\"div\"),t=_vendor_browser_svelte_internal_index.element(\"span\"),o=_vendor_browser_svelte_internal_index.text(e[1]),this.h()},l:function(n){r=_vendor_browser_svelte_internal_index.claim_element(n,\"DIV\",{\"data-tile-id\":!0,\"data-tile-text\":!0,class:!0,style:!0});var i=_vendor_browser_svelte_internal_index.children(r);t=_vendor_browser_svelte_internal_index.claim_element(i,\"SPAN\",{class:!0,style:!0});var l=_vendor_browser_svelte_internal_index.children(t);o=_vendor_browser_svelte_internal_index.claim_text(l,e[1]),l.forEach(_vendor_browser_svelte_internal_index.detach),i.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(t,\"class\",\"tile__text-1wyQdS cnn-pcl-hp4480\"),_vendor_browser_svelte_internal_index.attr(t,\"style\",n=_lib_browser_common_helpers_cssvars.cssvars({textColor:e[2],textShadowColor:e[3]})),_vendor_browser_svelte_internal_index.attr(r,\"data-tile-id\",e[0]),_vendor_browser_svelte_internal_index.attr(r,\"data-tile-text\",e[1]),_vendor_browser_svelte_internal_index.attr(r,\"class\",\"tile-FHOxaV cnn-pcl-hp4480\"),_vendor_browser_svelte_internal_index.attr(r,\"style\",i=_lib_browser_common_helpers_cssvars.cssvars({backgroundColor:e[4],haloColor:e[5],stripeBackground:e[9],borderColor:e[6],cursor:e[8]}))},m:function(n,i){_vendor_browser_svelte_internal_index.insert_hydration(n,r,i),_vendor_browser_svelte_internal_index.append_hydration(r,t),_vendor_browser_svelte_internal_index.append_hydration(t,o),l||(a=_vendor_browser_svelte_internal_index.listen(r,\"click\",e[11]),l=!0)},p:function(e,l){var a=_slicedToArray(l,1)[0];2&a&&_vendor_browser_svelte_internal_index.set_data(o,e[1]),12&a&&n!==(n=_lib_browser_common_helpers_cssvars.cssvars({textColor:e[2],textShadowColor:e[3]}))&&_vendor_browser_svelte_internal_index.attr(t,\"style\",n),1&a&&_vendor_browser_svelte_internal_index.attr(r,\"data-tile-id\",e[0]),2&a&&_vendor_browser_svelte_internal_index.attr(r,\"data-tile-text\",e[1]),880&a&&i!==(i=_lib_browser_common_helpers_cssvars.cssvars({backgroundColor:e[4],haloColor:e[5],stripeBackground:e[9],borderColor:e[6],cursor:e[8]}))&&_vendor_browser_svelte_internal_index.attr(r,\"style\",i)},i:_vendor_browser_svelte_internal_index.noop,o:_vendor_browser_svelte_internal_index.noop,d:function(e){e&&_vendor_browser_svelte_internal_index.detach(r),l=!1,a()}}}function instance(e,r,t){var o,n,i=r.id,l=r.text,a=r.textColor,_=r.textShadowColor,s=r.backgroundColor,c=r.haloColor,d=r.stripeColor,u=r.borderColor,v=r.onClick;return e.$$set=function(e){\"id\"in e&&t(0,i=e.id),\"text\"in e&&t(1,l=e.text),\"textColor\"in e&&t(2,a=e.textColor),\"textShadowColor\"in e&&t(3,_=e.textShadowColor),\"backgroundColor\"in e&&t(4,s=e.backgroundColor),\"haloColor\"in e&&t(5,c=e.haloColor),\"stripeColor\"in e&&t(10,d=e.stripeColor),\"borderColor\"in e&&t(6,u=e.borderColor),\"onClick\"in e&&t(7,v=e.onClick)},e.$$.update=function(){1040&e.$$.dirty&&t(9,o=_vendor_browser_lodash_isEmpty.isEmpty_1(d)?s:d),128&e.$$.dirty&&t(8,n=null!==v?\"pointer\":\"default\")},[i,l,a,_,s,c,u,v,n,o,d,function(){null!=v&&v({id:i})}]}var Tile=function(e){_inherits(t,_vendor_browser_svelte_internal_index.SvelteComponent);var r=_createSuper(t);function t(e){var o;return _classCallCheck(this,t),o=r.call(this),_vendor_browser_svelte_internal_index.init(_assertThisInitialized(o),e,instance,create_fragment,_vendor_browser_svelte_internal_index.safe_not_equal,{id:0,text:1,textColor:2,textShadowColor:3,backgroundColor:4,haloColor:5,stripeColor:10,borderColor:6,onClick:7},add_css),o}return t}();exports.Tile=Tile;\\n}, {\"548\":548,\"579\":579,\"612\":612}];\\nwindow.modules[\"630\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_regeneratorRuntime_runtime=require(568),_vendor_browser_svelte_internal_index=require(548),_vendor_browser_svelte_motion_index=require(622),_vendor_browser_svelte_easing_index=require(624),_lib_browser_common_helpers_isFlippedMap=require(632),_lib_browser_common_helpers_svgViewbox=require(631);function _arrayLikeToArray(e,r){(null==r||r>e.length)&&(r=e.length);for(var n=0,t=new Array(r);n<r;n++)t[n]=e[n];return t}function _arrayWithHoles(e){if(Array.isArray(e))return e}function _assertThisInitialized(e){if(void 0===e)throw new ReferenceError(\"this hasn\\'t been initialised - super() hasn\\'t been called\");return e}function asyncGeneratorStep(e,r,n,t,o,i,_){try{var s=e[i](_),a=s.value}catch(e){return void n(e)}s.done?r(a):Promise.resolve(a).then(t,o)}function _asyncToGenerator(e){return function(){var r=this,n=arguments;return new Promise(function(t,o){var i=e.apply(r,n);function _(e){asyncGeneratorStep(i,t,o,_,s,\"next\",e)}function s(e){asyncGeneratorStep(i,t,o,_,s,\"throw\",e)}_(void 0)})}}function _classCallCheck(e,r){if(!(e instanceof r))throw new TypeError(\"Cannot call a class as a function\")}function _defineProperties(e,r){for(var n=0;n<r.length;n++){var t=r[n];t.enumerable=t.enumerable||!1,t.configurable=!0,\"value\"in t&&(t.writable=!0),Object.defineProperty(e,t.key,t)}}function _createClass(e,r,n){return r&&_defineProperties(e.prototype,r),n&&_defineProperties(e,n),e}function _getPrototypeOf(e){return(_getPrototypeOf=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function _inherits(e,r){if(\"function\"!=typeof r&&null!==r)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(r&&r.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),r&&_setPrototypeOf(e,r)}function _iterableToArrayLimit(e,r){var n=null==e?null:\"undefined\"!=typeof Symbol&&e[Symbol.iterator]||e[\"@@iterator\"];if(null!=n){var t,o,i=[],_=!0,s=!1;try{for(n=n.call(e);!(_=(t=n.next()).done)&&(i.push(t.value),!r||i.length!==r);_=!0);}catch(e){s=!0,o=e}finally{try{_||null==n.return||n.return()}finally{if(s)throw o}}return i}}function _nonIterableRest(){throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\\\\\\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}function _possibleConstructorReturn(e,r){return!r||\"object\"!==_typeof(r)&&\"function\"!=typeof r?_assertThisInitialized(e):r}function _setPrototypeOf(e,r){return(_setPrototypeOf=Object.setPrototypeOf||function(e,r){return e.__proto__=r,e})(e,r)}function _slicedToArray(e,r){return _arrayWithHoles(e)||_iterableToArrayLimit(e,r)||_unsupportedIterableToArray(e,r)||_nonIterableRest()}var _typeof=function(e){return e&&\"undefined\"!=typeof Symbol&&e.constructor===Symbol?\"symbol\":typeof e};function _unsupportedIterableToArray(e,r){if(e){if(\"string\"==typeof e)return _arrayLikeToArray(e,r);var n=Object.prototype.toString.call(e).slice(8,-1);return\"Object\"===n&&e.constructor&&(n=e.constructor.name),\"Map\"===n||\"Set\"===n?Array.from(n):\"Arguments\"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?_arrayLikeToArray(e,r):void 0}}function _isNativeReflectConstruct(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function _createSuper(e){var r=_isNativeReflectConstruct();return function(){var n,t=_getPrototypeOf(e);if(r){var o=_getPrototypeOf(this).constructor;n=Reflect.construct(t,arguments,o)}else n=t.apply(this,arguments);return _possibleConstructorReturn(this,n)}}function create_fragment(e){var r,n,t=e[10].default,o=_vendor_browser_svelte_internal_index.create_slot(t,e,e[9],null);return{c:function(){r=_vendor_browser_svelte_internal_index.element(\"div\"),o&&o.c()},l:function(e){r=_vendor_browser_svelte_internal_index.claim_element(e,\"DIV\",{});var n=_vendor_browser_svelte_internal_index.children(r);o&&o.l(n),n.forEach(_vendor_browser_svelte_internal_index.detach)},m:function(t,i){_vendor_browser_svelte_internal_index.insert_hydration(t,r,i),o&&o.m(r,null),e[11](r),n=!0},p:function(e,r){var i=_slicedToArray(r,1)[0];o&&o.p&&(!n||512&i)&&_vendor_browser_svelte_internal_index.update_slot_base(o,t,e,e[9],n?_vendor_browser_svelte_internal_index.get_slot_changes(t,e[9],i,null):_vendor_browser_svelte_internal_index.get_all_dirty_from_scope(e[9]),null)},i:function(e){n||(_vendor_browser_svelte_internal_index.transition_in(o,e),n=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(o,e),n=!1},d:function(n){n&&_vendor_browser_svelte_internal_index.detach(r),o&&o.d(n),e[11](null)}}}var DEFAULT_ZOOM_DURATION=1.5,DEFAULT_ZOOM_PADDING=0;function instance(e,r,n){var t,o,i,_=function(){o&&o.getAttribute(\"viewBox\")!==S.join(\" \")&&(T.set(S),n(8,x=!1))},s=function(e){var r=_slicedToArray(S,4);r[0],r[1],r[2];var t=r[3],o=e.getBBox(),i=_lib_browser_common_helpers_svgViewbox.padme([o.x,O?t-(o.y+o.height):o.y,o.width,o.height],y);T.set(i),n(8,x=!0)},a=function(e){x&&e.target===A?_():e.target.matches(w)&&(A=e.target,s(e.target))},l=function(e){i&&i(),o&&o.removeEventListener(\"click\",a),O=_lib_browser_common_helpers_isFlippedMap.isFlippedMap(e),S=_lib_browser_common_helpers_svgViewbox.parseViewbox(e.getAttribute(\"viewBox\")),T=_vendor_browser_svelte_motion_index.tweened(S,{duration:1e3*p,easing:_vendor_browser_svelte_easing_index.cubicOut}),n(7,o=e),i=T.subscribe(function(e){o&&o.setAttribute(\"viewBox\",e.join(\" \"))}),w&&o.addEventListener(\"click\",a)},u=r.$$slots,c=void 0===u?{}:u,d=r.$$scope,f=r.zoomTo,v=void 0===f?null:f,b=r.zoomDurationInSeconds,p=void 0===b?DEFAULT_ZOOM_DURATION:b,m=r.zoomPadding,y=void 0===m?DEFAULT_ZOOM_PADDING:m,h=r.zoomOnClickSelector,w=void 0===h?null:h,g=r.onZoomChange,x=!1,O=!1,S=[0,0,0,0],T=_vendor_browser_svelte_motion_index.tweened(S,{duration:1e3*p,easing:_vendor_browser_svelte_easing_index.cubicOut}),A=null;return _vendor_browser_svelte_internal_index.onMount(_asyncToGenerator(_vendor_browser_regeneratorRuntime_runtime.runtime_1.mark(function e(){var r,n;return _vendor_browser_regeneratorRuntime_runtime.runtime_1.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:return(r=t.querySelector(\"svg\"))&&l(r),(n=new MutationObserver(function(){if(!o||!t.contains(o)){var e=t.querySelector(\"svg\");e&&l(e)}})).observe(t,{childList:!0,subtree:!0}),e.abrupt(\"return\",function(){n.disconnect()});case 5:case\"end\":return e.stop()}},e)}))),e.$$set=function(e){\"zoomTo\"in e&&n(1,v=e.zoomTo),\"zoomDurationInSeconds\"in e&&n(2,p=e.zoomDurationInSeconds),\"zoomPadding\"in e&&n(3,y=e.zoomPadding),\"zoomOnClickSelector\"in e&&n(4,w=e.zoomOnClickSelector),\"onZoomChange\"in e&&n(5,g=e.onZoomChange),\"$$scope\"in e&&n(9,d=e.$$scope)},e.$$.update=function(){var r,n;130&e.$$.dirty&&o&&(v?(r=v,(n=o.querySelector(r))&&s(n)):_()),288&e.$$.dirty&&g&&g(x)},[t,v,p,y,w,g,function(){return _()},o,x,d,c,function(e){_vendor_browser_svelte_internal_index.binding_callbacks[e?\"unshift\":\"push\"](function(){n(0,t=e)})}]}var ZoomableSVG=function(e){_inherits(n,_vendor_browser_svelte_internal_index.SvelteComponent);var r=_createSuper(n);function n(e){var t;return _classCallCheck(this,n),t=r.call(this),_vendor_browser_svelte_internal_index.init(_assertThisInitialized(t),e,instance,create_fragment,_vendor_browser_svelte_internal_index.safe_not_equal,{zoomTo:1,zoomDurationInSeconds:2,zoomPadding:3,zoomOnClickSelector:4,onZoomChange:5,reset:6}),t}return _createClass(n,[{key:\"reset\",get:function(){return this.$$.ctx[6]}}]),n}();exports.ZoomableSVG=ZoomableSVG;\\n}, {\"548\":548,\"568\":568,\"622\":622,\"624\":624,\"631\":631,\"632\":632}];\\nwindow.modules[\"631\"] = [function(require,module,exports){\"use strict\";function _arrayLikeToArray(r,e){(null==e||e>r.length)&&(e=r.length);for(var t=0,n=new Array(e);t<e;t++)n[t]=r[t];return n}function _arrayWithHoles(r){if(Array.isArray(r))return r}function _iterableToArrayLimit(r,e){var t=null==r?null:\"undefined\"!=typeof Symbol&&r[Symbol.iterator]||r[\"@@iterator\"];if(null!=t){var n,a,o=[],i=!0,l=!1;try{for(t=t.call(r);!(i=(n=t.next()).done)&&(o.push(n.value),!e||o.length!==e);i=!0);}catch(r){l=!0,a=r}finally{try{i||null==t.return||t.return()}finally{if(l)throw a}}return o}}function _nonIterableRest(){throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\\\\\\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}function _slicedToArray(r,e){return _arrayWithHoles(r)||_iterableToArrayLimit(r,e)||_unsupportedIterableToArray(r,e)||_nonIterableRest()}function _unsupportedIterableToArray(r,e){if(r){if(\"string\"==typeof r)return _arrayLikeToArray(r,e);var t=Object.prototype.toString.call(r).slice(8,-1);return\"Object\"===t&&r.constructor&&(t=r.constructor.name),\"Map\"===t||\"Set\"===t?Array.from(t):\"Arguments\"===t||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t)?_arrayLikeToArray(r,e):void 0}}function parseViewbox(r){var e=r.split(/[ ,]/).filter(Boolean).map(Number).filter(function(r){return!isNaN(r)});return 4===e.length?e:null}function padme(r){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:1;if(e<=1||!Array.isArray(r)||4!=r.length)return r;var t=e/100,n=_slicedToArray(r,4),a=n[0],o=n[1],i=n[2],l=n[3];return[a-i*t/2,o-l*t/2,i*(1+t),l*(1+t)]}exports.padme=padme,exports.parseViewbox=parseViewbox;\\n}, {}];\\nwindow.modules[\"632\"] = [function(require,module,exports){\"use strict\";function isFlippedMap(e){var p=!1;if(e.querySelector(\"g.flipped-map\"))p=!0;else{var r=e.querySelector(\"g\");r&&\"\".concat(r.getAttribute(\"transform\")).indexOf(\"scale(1,-1)\")>-1&&(p=!0)}return p}exports.isFlippedMap=isFlippedMap;\\n}, {}];\\nwindow.modules[\"633\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_svelte_internal_index=require(548),_lib_browser_common_components_zoomableSvg_ZoomableSVG_svelte=require(630),icons_lib_browser=require(634);function _arrayLikeToArray(e,n){(null==n||n>e.length)&&(n=e.length);for(var r=0,t=new Array(n);r<n;r++)t[r]=e[r];return t}function _arrayWithHoles(e){if(Array.isArray(e))return e}function _assertThisInitialized(e){if(void 0===e)throw new ReferenceError(\"this hasn\\'t been initialised - super() hasn\\'t been called\");return e}function _classCallCheck(e,n){if(!(e instanceof n))throw new TypeError(\"Cannot call a class as a function\")}function _getPrototypeOf(e){return(_getPrototypeOf=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function _inherits(e,n){if(\"function\"!=typeof n&&null!==n)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(n&&n.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),n&&_setPrototypeOf(e,n)}function _iterableToArrayLimit(e,n){var r=null==e?null:\"undefined\"!=typeof Symbol&&e[Symbol.iterator]||e[\"@@iterator\"];if(null!=r){var t,o,_=[],i=!0,l=!1;try{for(r=r.call(e);!(i=(t=r.next()).done)&&(_.push(t.value),!n||_.length!==n);i=!0);}catch(e){l=!0,o=e}finally{try{i||null==r.return||r.return()}finally{if(l)throw o}}return _}}function _nonIterableRest(){throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\\\\\\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}function _possibleConstructorReturn(e,n){return!n||\"object\"!==_typeof(n)&&\"function\"!=typeof n?_assertThisInitialized(e):n}function _setPrototypeOf(e,n){return(_setPrototypeOf=Object.setPrototypeOf||function(e,n){return e.__proto__=n,e})(e,n)}function _slicedToArray(e,n){return _arrayWithHoles(e)||_iterableToArrayLimit(e,n)||_unsupportedIterableToArray(e,n)||_nonIterableRest()}var _typeof=function(e){return e&&\"undefined\"!=typeof Symbol&&e.constructor===Symbol?\"symbol\":typeof e};function _unsupportedIterableToArray(e,n){if(e){if(\"string\"==typeof e)return _arrayLikeToArray(e,n);var r=Object.prototype.toString.call(e).slice(8,-1);return\"Object\"===r&&e.constructor&&(r=e.constructor.name),\"Map\"===r||\"Set\"===r?Array.from(r):\"Arguments\"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?_arrayLikeToArray(e,n):void 0}}function _isNativeReflectConstruct(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function _createSuper(e){var n=_isNativeReflectConstruct();return function(){var r,t=_getPrototypeOf(e);if(n){var o=_getPrototypeOf(this).constructor;r=Reflect.construct(t,arguments,o)}else r=t.apply(this,arguments);return _possibleConstructorReturn(this,r)}}function add_css(e){_vendor_browser_svelte_internal_index.append_styles(e,\"cnn-pcl-1uhc2w5\",\".zoom-wrapper.cnn-pcl-1uhc2w5.cnn-pcl-1uhc2w5{position:relative}.zoom-controls.cnn-pcl-1uhc2w5 button.cnn-pcl-1uhc2w5{position:absolute;right:0;cursor:pointer;background:none;border:none;margin:0;padding:5px;height:34px;width:34px}\")}var get_icon_slot_changes=function(e){return{isZoomed:1&e}},get_icon_slot_context=function(e){return{isZoomed:e[0]}};function create_else_block(e){var n,r;return n=new icons_lib_browser.CirclePlus({}),{c:function(){_vendor_browser_svelte_internal_index.create_component(n.$$.fragment)},l:function(e){_vendor_browser_svelte_internal_index.claim_component(n.$$.fragment,e)},m:function(e,t){_vendor_browser_svelte_internal_index.mount_component(n,e,t),r=!0},i:function(e){r||(_vendor_browser_svelte_internal_index.transition_in(n.$$.fragment,e),r=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(n.$$.fragment,e),r=!1},d:function(e){_vendor_browser_svelte_internal_index.destroy_component(n,e)}}}function create_if_block(e){var n,r;return n=new icons_lib_browser.CircleMinus({}),{c:function(){_vendor_browser_svelte_internal_index.create_component(n.$$.fragment)},l:function(e){_vendor_browser_svelte_internal_index.claim_component(n.$$.fragment,e)},m:function(e,t){_vendor_browser_svelte_internal_index.mount_component(n,e,t),r=!0},i:function(e){r||(_vendor_browser_svelte_internal_index.transition_in(n.$$.fragment,e),r=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(n.$$.fragment,e),r=!1},d:function(e){_vendor_browser_svelte_internal_index.destroy_component(n,e)}}}function fallback_block(e){var n,r,t,o,_=function(e,n){return e[0]?0:1},i=[create_if_block,create_else_block],l=[];return n=_(e),r=l[n]=i[n](e),{c:function(){r.c(),t=_vendor_browser_svelte_internal_index.empty()},l:function(e){r.l(e),t=_vendor_browser_svelte_internal_index.empty()},m:function(e,r){l[n].m(e,r),_vendor_browser_svelte_internal_index.insert_hydration(e,t,r),o=!0},p:function(e,o){var s=n;(n=_(e))!==s&&(_vendor_browser_svelte_internal_index.group_outros(),_vendor_browser_svelte_internal_index.transition_out(l[s],1,1,function(){l[s]=null}),_vendor_browser_svelte_internal_index.check_outros(),(r=l[n])||(r=l[n]=i[n](e)).c(),_vendor_browser_svelte_internal_index.transition_in(r,1),r.m(t.parentNode,t))},i:function(e){o||(_vendor_browser_svelte_internal_index.transition_in(r),o=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(r),o=!1},d:function(e){l[n].d(e),e&&_vendor_browser_svelte_internal_index.detach(t)}}}function create_default_slot(e){var n,r=e[10].default,t=_vendor_browser_svelte_internal_index.create_slot(r,e,e[12],null);return{c:function(){t&&t.c()},l:function(e){t&&t.l(e)},m:function(e,r){t&&t.m(e,r),n=!0},p:function(e,o){t&&t.p&&(!n||4096&o)&&_vendor_browser_svelte_internal_index.update_slot_base(t,r,e,e[12],n?_vendor_browser_svelte_internal_index.get_slot_changes(r,e[12],o,null):_vendor_browser_svelte_internal_index.get_all_dirty_from_scope(e[12]),null)},i:function(e){n||(_vendor_browser_svelte_internal_index.transition_in(t,e),n=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(t,e),n=!1},d:function(e){t&&t.d(e)}}}function create_fragment(e){for(var n,r,t,o,_,i,l,s,a=e[10].icon,c=_vendor_browser_svelte_internal_index.create_slot(a,e,e[12],get_icon_slot_context),d=c||fallback_block(e),u=[e[5],{zoomTo:e[2]},{onZoomChange:e[4]}],v={$$slots:{default:[create_default_slot]},$$scope:{ctx:e}},f=0;f<u.length;f+=1)v=_vendor_browser_svelte_internal_index.assign(v,u[f]);return _=new _lib_browser_common_components_zoomableSvg_ZoomableSVG_svelte.ZoomableSVG({props:v}),e[11](_),{c:function(){n=_vendor_browser_svelte_internal_index.element(\"div\"),r=_vendor_browser_svelte_internal_index.element(\"div\"),t=_vendor_browser_svelte_internal_index.element(\"button\"),d&&d.c(),o=_vendor_browser_svelte_internal_index.space(),_vendor_browser_svelte_internal_index.create_component(_.$$.fragment),this.h()},l:function(e){n=_vendor_browser_svelte_internal_index.claim_element(e,\"DIV\",{class:!0});var i=_vendor_browser_svelte_internal_index.children(n);r=_vendor_browser_svelte_internal_index.claim_element(i,\"DIV\",{class:!0});var l=_vendor_browser_svelte_internal_index.children(r);t=_vendor_browser_svelte_internal_index.claim_element(l,\"BUTTON\",{class:!0});var s=_vendor_browser_svelte_internal_index.children(t);d&&d.l(s),s.forEach(_vendor_browser_svelte_internal_index.detach),l.forEach(_vendor_browser_svelte_internal_index.detach),o=_vendor_browser_svelte_internal_index.claim_space(i),_vendor_browser_svelte_internal_index.claim_component(_.$$.fragment,i),i.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(t,\"class\",\"cnn-pcl-1uhc2w5\"),_vendor_browser_svelte_internal_index.attr(r,\"class\",\"zoom-controls cnn-pcl-1uhc2w5\"),_vendor_browser_svelte_internal_index.attr(n,\"class\",\"zoom-wrapper cnn-pcl-1uhc2w5\")},m:function(a,c){_vendor_browser_svelte_internal_index.insert_hydration(a,n,c),_vendor_browser_svelte_internal_index.append_hydration(n,r),_vendor_browser_svelte_internal_index.append_hydration(r,t),d&&d.m(t,null),_vendor_browser_svelte_internal_index.append_hydration(n,o),_vendor_browser_svelte_internal_index.mount_component(_,n,null),i=!0,l||(s=_vendor_browser_svelte_internal_index.listen(t,\"click\",e[3]),l=!0)},p:function(e,n){var r=_slicedToArray(n,1)[0];c?c.p&&(!i||4097&r)&&_vendor_browser_svelte_internal_index.update_slot_base(c,a,e,e[12],i?_vendor_browser_svelte_internal_index.get_slot_changes(a,e[12],r,get_icon_slot_changes):_vendor_browser_svelte_internal_index.get_all_dirty_from_scope(e[12]),get_icon_slot_context):d&&d.p&&(!i||1&r)&&d.p(e,i?r:-1);var t=52&r?_vendor_browser_svelte_internal_index.get_spread_update(u,[32&r&&_vendor_browser_svelte_internal_index.get_spread_object(e[5]),4&r&&{zoomTo:e[2]},16&r&&{onZoomChange:e[4]}]):{};4096&r&&(t.$$scope={dirty:r,ctx:e}),_.$set(t)},i:function(e){i||(_vendor_browser_svelte_internal_index.transition_in(d,e),_vendor_browser_svelte_internal_index.transition_in(_.$$.fragment,e),i=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(d,e),_vendor_browser_svelte_internal_index.transition_out(_.$$.fragment,e),i=!1},d:function(r){r&&_vendor_browser_svelte_internal_index.detach(n),d&&d.d(r),e[11](null),_vendor_browser_svelte_internal_index.destroy_component(_),l=!1,s()}}}function instance(e,n,r){var t,o,_=[\"zoomTo\",\"zoomOnLoad\",\"onZoomChange\"],i=_vendor_browser_svelte_internal_index.compute_rest_props(n,_),l=n.$$slots,s=void 0===l?{}:l,a=n.$$scope,c=n.zoomTo,d=n.zoomOnLoad,u=void 0!==d&&d,v=n.onZoomChange,f=!1,b=u;return e.$$set=function(e){n=_vendor_browser_svelte_internal_index.assign(_vendor_browser_svelte_internal_index.assign({},n),_vendor_browser_svelte_internal_index.exclude_internal_props(e)),r(5,i=_vendor_browser_svelte_internal_index.compute_rest_props(n,_)),\"zoomTo\"in e&&r(6,c=e.zoomTo),\"zoomOnLoad\"in e&&r(7,u=e.zoomOnLoad),\"onZoomChange\"in e&&r(8,v=e.onZoomChange),\"$$scope\"in e&&r(12,a=e.$$scope)},e.$$.update=function(){576&e.$$.dirty&&r(2,t=b&&c?c:null),257&e.$$.dirty&&v&&v(f)},[f,o,t,function(){f&&!b?o&&o.reset():r(9,b=!b)},function(e){r(0,f=e)},i,c,u,v,b,s,function(e){_vendor_browser_svelte_internal_index.binding_callbacks[e?\"unshift\":\"push\"](function(){r(1,o=e)})},a]}var ZoomableSVGWithControls=function(e){_inherits(r,_vendor_browser_svelte_internal_index.SvelteComponent);var n=_createSuper(r);function r(e){var t;return _classCallCheck(this,r),t=n.call(this),_vendor_browser_svelte_internal_index.init(_assertThisInitialized(t),e,instance,create_fragment,_vendor_browser_svelte_internal_index.safe_not_equal,{zoomTo:6,zoomOnLoad:7,onZoomChange:8},add_css),t}return r}();exports.ZoomableSVGWithControls=ZoomableSVGWithControls;\\n}, {\"548\":548,\"630\":630,\"634\":634}];\\nwindow.modules[\"634\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_svelte_internal_index=require(548);function _arrayLikeToArray$u(e,r){(null==r||r>e.length)&&(r=e.length);for(var n=0,t=new Array(r);n<r;n++)t[n]=e[n];return t}function _arrayWithHoles$u(e){if(Array.isArray(e))return e}function _assertThisInitialized$z(e){if(void 0===e)throw new ReferenceError(\"this hasn\\'t been initialised - super() hasn\\'t been called\");return e}function _classCallCheck$z(e,r){if(!(e instanceof r))throw new TypeError(\"Cannot call a class as a function\")}function _getPrototypeOf$z(e){return(_getPrototypeOf$z=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function _inherits$z(e,r){if(\"function\"!=typeof r&&null!==r)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(r&&r.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),r&&_setPrototypeOf$z(e,r)}function _iterableToArrayLimit$u(e,r){var n=null==e?null:\"undefined\"!=typeof Symbol&&e[Symbol.iterator]||e[\"@@iterator\"];if(null!=n){var t,_,o=[],i=!0,l=!1;try{for(n=n.call(e);!(i=(t=n.next()).done)&&(o.push(t.value),!r||o.length!==r);i=!0);}catch(e){l=!0,_=e}finally{try{i||null==n.return||n.return()}finally{if(l)throw _}}return o}}function _nonIterableRest$u(){throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\\\\\\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}function _possibleConstructorReturn$z(e,r){return!r||\"object\"!==_typeof$z(r)&&\"function\"!=typeof r?_assertThisInitialized$z(e):r}function _setPrototypeOf$z(e,r){return(_setPrototypeOf$z=Object.setPrototypeOf||function(e,r){return e.__proto__=r,e})(e,r)}function _slicedToArray$u(e,r){return _arrayWithHoles$u(e)||_iterableToArrayLimit$u(e,r)||_unsupportedIterableToArray$u(e,r)||_nonIterableRest$u()}var _typeof$z=function(e){return e&&\"undefined\"!=typeof Symbol&&e.constructor===Symbol?\"symbol\":typeof e};function _unsupportedIterableToArray$u(e,r){if(e){if(\"string\"==typeof e)return _arrayLikeToArray$u(e,r);var n=Object.prototype.toString.call(e).slice(8,-1);return\"Object\"===n&&e.constructor&&(n=e.constructor.name),\"Map\"===n||\"Set\"===n?Array.from(n):\"Arguments\"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?_arrayLikeToArray$u(e,r):void 0}}function _isNativeReflectConstruct$z(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function _createSuper$z(e){var r=_isNativeReflectConstruct$z();return function(){var n,t=_getPrototypeOf$z(e);if(r){var _=_getPrototypeOf$z(this).constructor;n=Reflect.construct(t,arguments,_)}else n=t.apply(this,arguments);return _possibleConstructorReturn$z(this,n)}}function create_fragment$z(e){var r,n,t,_,o,i,l,a;return{c:function(){r=_vendor_browser_svelte_internal_index.svg_element(\"svg\"),n=_vendor_browser_svelte_internal_index.svg_element(\"defs\"),t=_vendor_browser_svelte_internal_index.svg_element(\"path\"),_=_vendor_browser_svelte_internal_index.svg_element(\"g\"),o=_vendor_browser_svelte_internal_index.svg_element(\"g\"),i=_vendor_browser_svelte_internal_index.svg_element(\"g\"),l=_vendor_browser_svelte_internal_index.svg_element(\"g\"),a=_vendor_browser_svelte_internal_index.svg_element(\"use\"),this.h()},l:function(e){r=_vendor_browser_svelte_internal_index.claim_svg_element(e,\"svg\",{width:!0,height:!0,\"aria-label\":!0,role:!0,xmlns:!0,\"xmlns:xlink\":!0,viewBox:!0});var s=_vendor_browser_svelte_internal_index.children(r);n=_vendor_browser_svelte_internal_index.claim_svg_element(s,\"defs\",{});var d=_vendor_browser_svelte_internal_index.children(n);t=_vendor_browser_svelte_internal_index.claim_svg_element(d,\"path\",{id:!0,d:!0}),_vendor_browser_svelte_internal_index.children(t).forEach(_vendor_browser_svelte_internal_index.detach),d.forEach(_vendor_browser_svelte_internal_index.detach),_=_vendor_browser_svelte_internal_index.claim_svg_element(s,\"g\",{fill:!0,\"fill-rule\":!0});var v=_vendor_browser_svelte_internal_index.children(_);o=_vendor_browser_svelte_internal_index.claim_svg_element(v,\"g\",{});var c=_vendor_browser_svelte_internal_index.children(o);i=_vendor_browser_svelte_internal_index.claim_svg_element(c,\"g\",{});var f=_vendor_browser_svelte_internal_index.children(i);l=_vendor_browser_svelte_internal_index.claim_svg_element(f,\"g\",{transform:!0});var u=_vendor_browser_svelte_internal_index.children(l);a=_vendor_browser_svelte_internal_index.claim_svg_element(u,\"use\",{fill:!0,\"fill-rule\":!0,\"xlink:href\":!0}),_vendor_browser_svelte_internal_index.children(a).forEach(_vendor_browser_svelte_internal_index.detach),u.forEach(_vendor_browser_svelte_internal_index.detach),f.forEach(_vendor_browser_svelte_internal_index.detach),c.forEach(_vendor_browser_svelte_internal_index.detach),v.forEach(_vendor_browser_svelte_internal_index.detach),s.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(t,\"id\",\"q8g1t7jpxa\"),_vendor_browser_svelte_internal_index.attr(t,\"d\",\"M9.005 7.925h-.569l-.202-.195c.706-.821 1.131-1.887 1.131-3.047C9.365 2.096 7.27 0 4.683 0 2.096 0 0 2.096 0 4.683c0 2.586 2.096 4.682 4.683 4.682 1.16 0 2.226-.425 3.047-1.13l.195.201v.57l3.602 3.594 1.073-1.073-3.595-3.602zm-4.322 0c-1.794 0-3.242-1.448-3.242-3.242S2.889 1.44 4.683 1.44s3.242 1.448 3.242 3.242-1.448 3.242-3.242 3.242z\"),_vendor_browser_svelte_internal_index.attr(a,\"fill\",e[3]),_vendor_browser_svelte_internal_index.attr(a,\"fill-rule\",\"nonzero\"),_vendor_browser_svelte_internal_index.xlink_attr(a,\"xlink:href\",\"#q8g1t7jpxa\"),_vendor_browser_svelte_internal_index.attr(l,\"transform\",\"translate(-445 -318) translate(177 304) translate(268.2 14.7)\"),_vendor_browser_svelte_internal_index.attr(_,\"fill\",\"none\"),_vendor_browser_svelte_internal_index.attr(_,\"fill-rule\",\"evenodd\"),_vendor_browser_svelte_internal_index.attr(r,\"width\",e[0]),_vendor_browser_svelte_internal_index.attr(r,\"height\",e[1]),_vendor_browser_svelte_internal_index.attr(r,\"aria-label\",e[2]),_vendor_browser_svelte_internal_index.attr(r,\"role\",\"img\"),_vendor_browser_svelte_internal_index.attr(r,\"xmlns\",\"http://www.w3.org/2000/svg\"),_vendor_browser_svelte_internal_index.attr(r,\"xmlns:xlink\",\"http://www.w3.org/1999/xlink\"),_vendor_browser_svelte_internal_index.attr(r,\"viewBox\",\"0 0 15 15\")},m:function(e,s){_vendor_browser_svelte_internal_index.insert_hydration(e,r,s),_vendor_browser_svelte_internal_index.append_hydration(r,n),_vendor_browser_svelte_internal_index.append_hydration(n,t),_vendor_browser_svelte_internal_index.append_hydration(r,_),_vendor_browser_svelte_internal_index.append_hydration(_,o),_vendor_browser_svelte_internal_index.append_hydration(o,i),_vendor_browser_svelte_internal_index.append_hydration(i,l),_vendor_browser_svelte_internal_index.append_hydration(l,a)},p:function(e,n){var t=_slicedToArray$u(n,1)[0];8&t&&_vendor_browser_svelte_internal_index.attr(a,\"fill\",e[3]),1&t&&_vendor_browser_svelte_internal_index.attr(r,\"width\",e[0]),2&t&&_vendor_browser_svelte_internal_index.attr(r,\"height\",e[1]),4&t&&_vendor_browser_svelte_internal_index.attr(r,\"aria-label\",e[2])},i:_vendor_browser_svelte_internal_index.noop,o:_vendor_browser_svelte_internal_index.noop,d:function(e){e&&_vendor_browser_svelte_internal_index.detach(r)}}}function instance$u(e,r,n){var t=r.width,_=r.height,o=r.label,i=void 0===o?\"Search\":o,l=r.fill;return e.$$set=function(e){\"width\"in e&&n(0,t=e.width),\"height\"in e&&n(1,_=e.height),\"label\"in e&&n(2,i=e.label),\"fill\"in e&&n(3,l=e.fill)},[t,_,i,l]}var SearchIcon=function(e){_inherits$z(n,_vendor_browser_svelte_internal_index.SvelteComponent);var r=_createSuper$z(n);function n(e){var t;return _classCallCheck$z(this,n),t=r.call(this),_vendor_browser_svelte_internal_index.init(_assertThisInitialized$z(t),e,instance$u,create_fragment$z,_vendor_browser_svelte_internal_index.safe_not_equal,{width:0,height:1,label:2,fill:3}),t}return n}(),SearchIcon$1=SearchIcon;function _arrayLikeToArray$t(e,r){(null==r||r>e.length)&&(r=e.length);for(var n=0,t=new Array(r);n<r;n++)t[n]=e[n];return t}function _arrayWithHoles$t(e){if(Array.isArray(e))return e}function _assertThisInitialized$y(e){if(void 0===e)throw new ReferenceError(\"this hasn\\'t been initialised - super() hasn\\'t been called\");return e}function _classCallCheck$y(e,r){if(!(e instanceof r))throw new TypeError(\"Cannot call a class as a function\")}function _getPrototypeOf$y(e){return(_getPrototypeOf$y=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function _inherits$y(e,r){if(\"function\"!=typeof r&&null!==r)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(r&&r.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),r&&_setPrototypeOf$y(e,r)}function _iterableToArrayLimit$t(e,r){var n=null==e?null:\"undefined\"!=typeof Symbol&&e[Symbol.iterator]||e[\"@@iterator\"];if(null!=n){var t,_,o=[],i=!0,l=!1;try{for(n=n.call(e);!(i=(t=n.next()).done)&&(o.push(t.value),!r||o.length!==r);i=!0);}catch(e){l=!0,_=e}finally{try{i||null==n.return||n.return()}finally{if(l)throw _}}return o}}function _nonIterableRest$t(){throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\\\\\\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}function _possibleConstructorReturn$y(e,r){return!r||\"object\"!==_typeof$y(r)&&\"function\"!=typeof r?_assertThisInitialized$y(e):r}function _setPrototypeOf$y(e,r){return(_setPrototypeOf$y=Object.setPrototypeOf||function(e,r){return e.__proto__=r,e})(e,r)}function _slicedToArray$t(e,r){return _arrayWithHoles$t(e)||_iterableToArrayLimit$t(e,r)||_unsupportedIterableToArray$t(e,r)||_nonIterableRest$t()}var _typeof$y=function(e){return e&&\"undefined\"!=typeof Symbol&&e.constructor===Symbol?\"symbol\":typeof e};function _unsupportedIterableToArray$t(e,r){if(e){if(\"string\"==typeof e)return _arrayLikeToArray$t(e,r);var n=Object.prototype.toString.call(e).slice(8,-1);return\"Object\"===n&&e.constructor&&(n=e.constructor.name),\"Map\"===n||\"Set\"===n?Array.from(n):\"Arguments\"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?_arrayLikeToArray$t(e,r):void 0}}function _isNativeReflectConstruct$y(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function _createSuper$y(e){var r=_isNativeReflectConstruct$y();return function(){var n,t=_getPrototypeOf$y(e);if(r){var _=_getPrototypeOf$y(this).constructor;n=Reflect.construct(t,arguments,_)}else n=t.apply(this,arguments);return _possibleConstructorReturn$y(this,n)}}function create_fragment$y(e){var r,n,t,_,o,i;return{c:function(){r=_vendor_browser_svelte_internal_index.svg_element(\"svg\"),n=_vendor_browser_svelte_internal_index.svg_element(\"title\"),t=_vendor_browser_svelte_internal_index.text(\"Combined Shape\"),_=_vendor_browser_svelte_internal_index.svg_element(\"g\"),o=_vendor_browser_svelte_internal_index.svg_element(\"g\"),i=_vendor_browser_svelte_internal_index.svg_element(\"path\"),this.h()},l:function(e){r=_vendor_browser_svelte_internal_index.claim_svg_element(e,\"svg\",{width:!0,height:!0,\"aria-label\":!0,role:!0,viewBox:!0,version:!0,xmlns:!0,\"xmlns:xlink\":!0});var l=_vendor_browser_svelte_internal_index.children(r);n=_vendor_browser_svelte_internal_index.claim_svg_element(l,\"title\",{});var a=_vendor_browser_svelte_internal_index.children(n);t=_vendor_browser_svelte_internal_index.claim_text(a,\"Combined Shape\"),a.forEach(_vendor_browser_svelte_internal_index.detach),_=_vendor_browser_svelte_internal_index.claim_svg_element(l,\"g\",{id:!0,stroke:!0,\"stroke-width\":!0,fill:!0,\"fill-rule\":!0});var s=_vendor_browser_svelte_internal_index.children(_);o=_vendor_browser_svelte_internal_index.claim_svg_element(s,\"g\",{id:!0,transform:!0,fill:!0});var d=_vendor_browser_svelte_internal_index.children(o);i=_vendor_browser_svelte_internal_index.claim_svg_element(d,\"path\",{d:!0,id:!0}),_vendor_browser_svelte_internal_index.children(i).forEach(_vendor_browser_svelte_internal_index.detach),d.forEach(_vendor_browser_svelte_internal_index.detach),s.forEach(_vendor_browser_svelte_internal_index.detach),l.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(i,\"d\",\"M452,320 C456.418278,320 460,323.581722 460,328 C460,332.418278 456.418278,336 452,336 C447.581722,336 444,332.418278 444,328 C444,323.581722 447.581722,320 452,320 Z M454.564951,324.361391 L451.919576,327.009522 L449.274202,324.361391 C449.024491,324.11142 448.610907,324.11142 448.361196,324.361391 C448.111485,324.611362 448.111485,325.025377 448.361196,325.275348 L451.006571,327.923478 L448.361196,330.571608 C448.111485,330.821579 448.111485,331.235594 448.361196,331.485565 C448.486052,331.61055 448.657728,331.673043 448.821601,331.673043 C448.985473,331.673043 449.149346,331.61055 449.282005,331.485565 L451.919576,328.837435 L454.564951,331.485565 C454.689807,331.61055 454.853679,331.673043 455.025356,331.673043 C455.197032,331.673043 455.353101,331.61055 455.48576,331.485565 C455.735471,331.235594 455.735471,330.821579 455.48576,330.571608 L452.832582,327.923478 L455.477957,325.275348 C455.727667,325.025377 455.727667,324.611362 455.477957,324.361391 C455.228246,324.11142 454.814662,324.11142 454.564951,324.361391 Z\"),_vendor_browser_svelte_internal_index.attr(i,\"id\",\"Combined-Shape\"),_vendor_browser_svelte_internal_index.attr(o,\"id\",\"3-myraces-search\"),_vendor_browser_svelte_internal_index.attr(o,\"transform\",\"translate(-444.000000, -320.000000)\"),_vendor_browser_svelte_internal_index.attr(o,\"fill\",e[3]),_vendor_browser_svelte_internal_index.attr(_,\"id\",\"my-races-FNL\"),_vendor_browser_svelte_internal_index.attr(_,\"stroke\",\"none\"),_vendor_browser_svelte_internal_index.attr(_,\"stroke-width\",\"1\"),_vendor_browser_svelte_internal_index.attr(_,\"fill\",\"none\"),_vendor_browser_svelte_internal_index.attr(_,\"fill-rule\",\"evenodd\"),_vendor_browser_svelte_internal_index.attr(r,\"width\",e[0]),_vendor_browser_svelte_internal_index.attr(r,\"height\",e[1]),_vendor_browser_svelte_internal_index.attr(r,\"aria-label\",e[2]),_vendor_browser_svelte_internal_index.attr(r,\"role\",\"img\"),_vendor_browser_svelte_internal_index.attr(r,\"viewBox\",\"0 0 16 16\"),_vendor_browser_svelte_internal_index.attr(r,\"version\",\"1.1\"),_vendor_browser_svelte_internal_index.attr(r,\"xmlns\",\"http://www.w3.org/2000/svg\"),_vendor_browser_svelte_internal_index.attr(r,\"xmlns:xlink\",\"http://www.w3.org/1999/xlink\")},m:function(e,l){_vendor_browser_svelte_internal_index.insert_hydration(e,r,l),_vendor_browser_svelte_internal_index.append_hydration(r,n),_vendor_browser_svelte_internal_index.append_hydration(n,t),_vendor_browser_svelte_internal_index.append_hydration(r,_),_vendor_browser_svelte_internal_index.append_hydration(_,o),_vendor_browser_svelte_internal_index.append_hydration(o,i)},p:function(e,n){var t=_slicedToArray$t(n,1)[0];8&t&&_vendor_browser_svelte_internal_index.attr(o,\"fill\",e[3]),1&t&&_vendor_browser_svelte_internal_index.attr(r,\"width\",e[0]),2&t&&_vendor_browser_svelte_internal_index.attr(r,\"height\",e[1]),4&t&&_vendor_browser_svelte_internal_index.attr(r,\"aria-label\",e[2])},i:_vendor_browser_svelte_internal_index.noop,o:_vendor_browser_svelte_internal_index.noop,d:function(e){e&&_vendor_browser_svelte_internal_index.detach(r)}}}function instance$t(e,r,n){var t=r.width,_=r.height,o=r.label,i=void 0===o?void 0:o,l=r.fill;return e.$$set=function(e){\"width\"in e&&n(0,t=e.width),\"height\"in e&&n(1,_=e.height),\"label\"in e&&n(2,i=e.label),\"fill\"in e&&n(3,l=e.fill)},[t,_,i,l]}var TimesIcon=function(e){_inherits$y(n,_vendor_browser_svelte_internal_index.SvelteComponent);var r=_createSuper$y(n);function n(e){var t;return _classCallCheck$y(this,n),t=r.call(this),_vendor_browser_svelte_internal_index.init(_assertThisInitialized$y(t),e,instance$t,create_fragment$y,_vendor_browser_svelte_internal_index.safe_not_equal,{width:0,height:1,label:2,fill:3}),t}return n}(),TimesIcon$1=TimesIcon;function _arrayLikeToArray$s(e,r){(null==r||r>e.length)&&(r=e.length);for(var n=0,t=new Array(r);n<r;n++)t[n]=e[n];return t}function _arrayWithHoles$s(e){if(Array.isArray(e))return e}function _assertThisInitialized$x(e){if(void 0===e)throw new ReferenceError(\"this hasn\\'t been initialised - super() hasn\\'t been called\");return e}function _classCallCheck$x(e,r){if(!(e instanceof r))throw new TypeError(\"Cannot call a class as a function\")}function _getPrototypeOf$x(e){return(_getPrototypeOf$x=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function _inherits$x(e,r){if(\"function\"!=typeof r&&null!==r)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(r&&r.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),r&&_setPrototypeOf$x(e,r)}function _iterableToArrayLimit$s(e,r){var n=null==e?null:\"undefined\"!=typeof Symbol&&e[Symbol.iterator]||e[\"@@iterator\"];if(null!=n){var t,_,o=[],i=!0,l=!1;try{for(n=n.call(e);!(i=(t=n.next()).done)&&(o.push(t.value),!r||o.length!==r);i=!0);}catch(e){l=!0,_=e}finally{try{i||null==n.return||n.return()}finally{if(l)throw _}}return o}}function _nonIterableRest$s(){throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\\\\\\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}function _possibleConstructorReturn$x(e,r){return!r||\"object\"!==_typeof$x(r)&&\"function\"!=typeof r?_assertThisInitialized$x(e):r}function _setPrototypeOf$x(e,r){return(_setPrototypeOf$x=Object.setPrototypeOf||function(e,r){return e.__proto__=r,e})(e,r)}function _slicedToArray$s(e,r){return _arrayWithHoles$s(e)||_iterableToArrayLimit$s(e,r)||_unsupportedIterableToArray$s(e,r)||_nonIterableRest$s()}var _typeof$x=function(e){return e&&\"undefined\"!=typeof Symbol&&e.constructor===Symbol?\"symbol\":typeof e};function _unsupportedIterableToArray$s(e,r){if(e){if(\"string\"==typeof e)return _arrayLikeToArray$s(e,r);var n=Object.prototype.toString.call(e).slice(8,-1);return\"Object\"===n&&e.constructor&&(n=e.constructor.name),\"Map\"===n||\"Set\"===n?Array.from(n):\"Arguments\"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?_arrayLikeToArray$s(e,r):void 0}}function _isNativeReflectConstruct$x(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function _createSuper$x(e){var r=_isNativeReflectConstruct$x();return function(){var n,t=_getPrototypeOf$x(e);if(r){var _=_getPrototypeOf$x(this).constructor;n=Reflect.construct(t,arguments,_)}else n=t.apply(this,arguments);return _possibleConstructorReturn$x(this,n)}}function create_fragment$x(e){var r,n,t,_;return{c:function(){r=_vendor_browser_svelte_internal_index.svg_element(\"svg\"),n=_vendor_browser_svelte_internal_index.svg_element(\"path\"),t=_vendor_browser_svelte_internal_index.svg_element(\"path\"),_=_vendor_browser_svelte_internal_index.svg_element(\"path\"),this.h()},l:function(e){r=_vendor_browser_svelte_internal_index.claim_svg_element(e,\"svg\",{class:!0,xmlns:!0,width:!0,height:!0,\"aria-label\":!0,fill:!0,role:!0,viewBox:!0});var o=_vendor_browser_svelte_internal_index.children(r);n=_vendor_browser_svelte_internal_index.claim_svg_element(o,\"path\",{fill:!0,\"fill-rule\":!0,d:!0,\"clip-rule\":!0}),_vendor_browser_svelte_internal_index.children(n).forEach(_vendor_browser_svelte_internal_index.detach),t=_vendor_browser_svelte_internal_index.claim_svg_element(o,\"path\",{fill:!0,\"fill-rule\":!0,d:!0,\"clip-rule\":!0}),_vendor_browser_svelte_internal_index.children(t).forEach(_vendor_browser_svelte_internal_index.detach),_=_vendor_browser_svelte_internal_index.claim_svg_element(o,\"path\",{fill:!0,\"fill-rule\":!0,d:!0,\"clip-rule\":!0}),_vendor_browser_svelte_internal_index.children(_).forEach(_vendor_browser_svelte_internal_index.detach),o.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(n,\"fill\",\"#6E6E6E\"),_vendor_browser_svelte_internal_index.attr(n,\"fill-rule\",\"evenodd\"),_vendor_browser_svelte_internal_index.attr(n,\"d\",\"M0 50h50V0H0v50Z\"),_vendor_browser_svelte_internal_index.attr(n,\"clip-rule\",\"evenodd\"),_vendor_browser_svelte_internal_index.attr(t,\"fill\",\"#fff\"),_vendor_browser_svelte_internal_index.attr(t,\"fill-rule\",\"evenodd\"),_vendor_browser_svelte_internal_index.attr(t,\"d\",\"M10.158 25a3.809 3.809 0 0 1 3.809-3.808h2.89v-2.158h-2.914A5.973 5.973 0 0 0 7.977 25a5.973 5.973 0 0 0 5.966 5.966h5.61c.313 0 .566-.309.566-.564v-11.05c0-.61.382-1.123.95-1.279.485-.132 1.165.002 1.62.775l3.5 6.032 3.384 5.834c.176.3.418.442.648.38a.439.439 0 0 0 .315-.446V19.35c0-.61.38-1.123.947-1.278.482-.13 1.158.003 1.613.775l3.243 5.59 3.64 6.276c.177.3.42.442.649.38a.439.439 0 0 0 .315-.446V16.013H38.78v8.713S35.167 18.502 35 18.22c-2.293-3.896-6.627-2.286-6.627 1.068v5.438s-3.613-6.224-3.779-6.506c-2.294-3.896-6.628-2.286-6.628 1.068v8.913a.593.593 0 0 1-.597.607h-3.402A3.809 3.809 0 0 1 10.158 25Z\"),_vendor_browser_svelte_internal_index.attr(t,\"clip-rule\",\"evenodd\"),_vendor_browser_svelte_internal_index.attr(_,\"fill\",\"#fff\"),_vendor_browser_svelte_internal_index.attr(_,\"fill-rule\",\"evenodd\"),_vendor_browser_svelte_internal_index.attr(_,\"d\",\"M41.804 16.013v14.635c0 .61-.382 1.123-.95 1.278a1.287 1.287 0 0 1-.337.044c-.431 0-.926-.213-1.283-.819l-3.643-6.28-3.24-5.586c-.177-.299-.416-.441-.643-.38-.143.04-.31.18-.31.446v11.297c0 .61-.383 1.123-.951 1.278-.485.132-1.165-.002-1.62-.775l-3.387-5.838-3.497-6.028c-.176-.3-.419-.442-.648-.379-.145.04-.314.18-.314.445v11.05c0 .761-.668 1.428-1.43 1.428h-5.61a6.837 6.837 0 0 1-6.829-6.83 6.837 6.837 0 0 1 6.83-6.829h2.913v-2.157h-2.91a8.987 8.987 0 1 0 0 17.973h5.663c2.153.002 3.538-1.26 3.535-3.587v-5.126s3.613 6.224 3.78 6.506c2.293 3.896 6.627 2.286 6.627-1.068v-5.438s3.613 6.224 3.779 6.506c2.293 3.896 6.628 2.286 6.628-1.068V16.013h-2.153Z\"),_vendor_browser_svelte_internal_index.attr(_,\"clip-rule\",\"evenodd\"),_vendor_browser_svelte_internal_index.attr(r,\"class\",\"cnn-logo-icon\"),_vendor_browser_svelte_internal_index.attr(r,\"xmlns\",\"http://www.w3.org/2000/svg\"),_vendor_browser_svelte_internal_index.attr(r,\"width\",e[0]),_vendor_browser_svelte_internal_index.attr(r,\"height\",e[1]),_vendor_browser_svelte_internal_index.attr(r,\"aria-label\",e[2]),_vendor_browser_svelte_internal_index.attr(r,\"fill\",\"none\"),_vendor_browser_svelte_internal_index.attr(r,\"role\",\"img\"),_vendor_browser_svelte_internal_index.attr(r,\"viewBox\",\"0 0 50 50\")},m:function(e,o){_vendor_browser_svelte_internal_index.insert_hydration(e,r,o),_vendor_browser_svelte_internal_index.append_hydration(r,n),_vendor_browser_svelte_internal_index.append_hydration(r,t),_vendor_browser_svelte_internal_index.append_hydration(r,_)},p:function(e,n){var t=_slicedToArray$s(n,1)[0];1&t&&_vendor_browser_svelte_internal_index.attr(r,\"width\",e[0]),2&t&&_vendor_browser_svelte_internal_index.attr(r,\"height\",e[1]),4&t&&_vendor_browser_svelte_internal_index.attr(r,\"aria-label\",e[2])},i:_vendor_browser_svelte_internal_index.noop,o:_vendor_browser_svelte_internal_index.noop,d:function(e){e&&_vendor_browser_svelte_internal_index.detach(r)}}}function instance$s(e,r,n){var t=r.width,_=void 0===t?50:t,o=r.height,i=void 0===o?50:o,l=r.label,a=void 0===l?\"CNN Logo\":l;return e.$$set=function(e){\"width\"in e&&n(0,_=e.width),\"height\"in e&&n(1,i=e.height),\"label\"in e&&n(2,a=e.label)},[_,i,a]}var CNNLogo=function(e){_inherits$x(n,_vendor_browser_svelte_internal_index.SvelteComponent);var r=_createSuper$x(n);function n(e){var t;return _classCallCheck$x(this,n),t=r.call(this),_vendor_browser_svelte_internal_index.init(_assertThisInitialized$x(t),e,instance$s,create_fragment$x,_vendor_browser_svelte_internal_index.safe_not_equal,{width:0,height:1,label:2}),t}return n}(),CNNLogo$1=CNNLogo;function _arrayLikeToArray$r(e,r){(null==r||r>e.length)&&(r=e.length);for(var n=0,t=new Array(r);n<r;n++)t[n]=e[n];return t}function _arrayWithHoles$r(e){if(Array.isArray(e))return e}function _assertThisInitialized$w(e){if(void 0===e)throw new ReferenceError(\"this hasn\\'t been initialised - super() hasn\\'t been called\");return e}function _classCallCheck$w(e,r){if(!(e instanceof r))throw new TypeError(\"Cannot call a class as a function\")}function _getPrototypeOf$w(e){return(_getPrototypeOf$w=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function _inherits$w(e,r){if(\"function\"!=typeof r&&null!==r)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(r&&r.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),r&&_setPrototypeOf$w(e,r)}function _iterableToArrayLimit$r(e,r){var n=null==e?null:\"undefined\"!=typeof Symbol&&e[Symbol.iterator]||e[\"@@iterator\"];if(null!=n){var t,_,o=[],i=!0,l=!1;try{for(n=n.call(e);!(i=(t=n.next()).done)&&(o.push(t.value),!r||o.length!==r);i=!0);}catch(e){l=!0,_=e}finally{try{i||null==n.return||n.return()}finally{if(l)throw _}}return o}}function _nonIterableRest$r(){throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\\\\\\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}function _possibleConstructorReturn$w(e,r){return!r||\"object\"!==_typeof$w(r)&&\"function\"!=typeof r?_assertThisInitialized$w(e):r}function _setPrototypeOf$w(e,r){return(_setPrototypeOf$w=Object.setPrototypeOf||function(e,r){return e.__proto__=r,e})(e,r)}function _slicedToArray$r(e,r){return _arrayWithHoles$r(e)||_iterableToArrayLimit$r(e,r)||_unsupportedIterableToArray$r(e,r)||_nonIterableRest$r()}var _typeof$w=function(e){return e&&\"undefined\"!=typeof Symbol&&e.constructor===Symbol?\"symbol\":typeof e};function _unsupportedIterableToArray$r(e,r){if(e){if(\"string\"==typeof e)return _arrayLikeToArray$r(e,r);var n=Object.prototype.toString.call(e).slice(8,-1);return\"Object\"===n&&e.constructor&&(n=e.constructor.name),\"Map\"===n||\"Set\"===n?Array.from(n):\"Arguments\"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?_arrayLikeToArray$r(e,r):void 0}}function _isNativeReflectConstruct$w(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function _createSuper$w(e){var r=_isNativeReflectConstruct$w();return function(){var n,t=_getPrototypeOf$w(e);if(r){var _=_getPrototypeOf$w(this).constructor;n=Reflect.construct(t,arguments,_)}else n=t.apply(this,arguments);return _possibleConstructorReturn$w(this,n)}}function add_css$2(e){_vendor_browser_svelte_internal_index.append_styles(e,\"cnn-pcl-12nb5um\",\".svg-icon.cnn-pcl-12nb5um{transition:transform 0.1s linear}\")}function create_fragment$w(e){var r,n,t,_;return{c:function(){r=_vendor_browser_svelte_internal_index.svg_element(\"svg\"),n=_vendor_browser_svelte_internal_index.svg_element(\"path\"),this.h()},l:function(e){r=_vendor_browser_svelte_internal_index.claim_svg_element(e,\"svg\",{class:!0,width:!0,height:!0,viewBox:!0,fill:!0,transform:!0,\"aria-label\":!0,xmlns:!0});var t=_vendor_browser_svelte_internal_index.children(r);n=_vendor_browser_svelte_internal_index.claim_svg_element(t,\"path\",{\"fill-rule\":!0,\"clip-rule\":!0,stroke:!0,\"stroke-width\":!0,d:!0,fill:!0}),_vendor_browser_svelte_internal_index.children(n).forEach(_vendor_browser_svelte_internal_index.detach),t.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(n,\"fill-rule\",\"evenodd\"),_vendor_browser_svelte_internal_index.attr(n,\"clip-rule\",\"evenodd\"),_vendor_browser_svelte_internal_index.attr(n,\"stroke\",\"#0C0C0C\"),_vendor_browser_svelte_internal_index.attr(n,\"stroke-width\",e[3]),_vendor_browser_svelte_internal_index.attr(n,\"d\",\"M13.2229 0.197903C12.7869 -0.133902 12.1563 -0.0286308 11.7769 0.365805L7.01093 5.3249C7.00493 5.33156 6.99493 5.33156 6.98893 5.3249L2.22759 0.371135C1.84559 -0.026632 1.20893 -0.134569 0.772258 0.201901C0.232257 0.617657 0.190257 1.42385 0.647591 1.89957L6.1676 7.64221C6.6256 8.11926 7.37493 8.11926 7.83294 7.64221L13.3523 1.89957C13.8109 1.42185 13.7676 0.612993 13.2229 0.197903Z\"),_vendor_browser_svelte_internal_index.attr(n,\"fill\",\"#0C0C0C\"),_vendor_browser_svelte_internal_index.attr(r,\"class\",\"svg-icon cnn-pcl-12nb5um\"),_vendor_browser_svelte_internal_index.attr(r,\"width\",e[0]),_vendor_browser_svelte_internal_index.attr(r,\"height\",t=e[1]||e[0]),_vendor_browser_svelte_internal_index.attr(r,\"viewBox\",\"0 0 14 8\"),_vendor_browser_svelte_internal_index.attr(r,\"fill\",\"none\"),_vendor_browser_svelte_internal_index.attr(r,\"transform\",_=\"rotate(\".concat(e[2],\")\")),_vendor_browser_svelte_internal_index.attr(r,\"aria-label\",e[4]),_vendor_browser_svelte_internal_index.attr(r,\"xmlns\",\"http://www.w3.org/2000/svg\")},m:function(e,t){_vendor_browser_svelte_internal_index.insert_hydration(e,r,t),_vendor_browser_svelte_internal_index.append_hydration(r,n)},p:function(e,o){var i=_slicedToArray$r(o,1)[0];8&i&&_vendor_browser_svelte_internal_index.attr(n,\"stroke-width\",e[3]),1&i&&_vendor_browser_svelte_internal_index.attr(r,\"width\",e[0]),3&i&&t!==(t=e[1]||e[0])&&_vendor_browser_svelte_internal_index.attr(r,\"height\",t),4&i&&_!==(_=\"rotate(\".concat(e[2],\")\"))&&_vendor_browser_svelte_internal_index.attr(r,\"transform\",_),16&i&&_vendor_browser_svelte_internal_index.attr(r,\"aria-label\",e[4])},i:_vendor_browser_svelte_internal_index.noop,o:_vendor_browser_svelte_internal_index.noop,d:function(e){e&&_vendor_browser_svelte_internal_index.detach(r)}}}function instance$r(e,r,n){var t=r.width,_=r.height,o=r.rotation,i=void 0===o?0:o,l=r.strokeWidth,a=void 0===l?.5:l,s=r.label,d=void 0===s?void 0:s;return e.$$set=function(e){\"width\"in e&&n(0,t=e.width),\"height\"in e&&n(1,_=e.height),\"rotation\"in e&&n(2,i=e.rotation),\"strokeWidth\"in e&&n(3,a=e.strokeWidth),\"label\"in e&&n(4,d=e.label)},[t,_,i,a,d]}var ArrowDownCarrot=function(e){_inherits$w(n,_vendor_browser_svelte_internal_index.SvelteComponent);var r=_createSuper$w(n);function n(e){var t;return _classCallCheck$w(this,n),t=r.call(this),_vendor_browser_svelte_internal_index.init(_assertThisInitialized$w(t),e,instance$r,create_fragment$w,_vendor_browser_svelte_internal_index.safe_not_equal,{width:0,height:1,rotation:2,strokeWidth:3,label:4},add_css$2),t}return n}(),ArrowDownCarrot$1=ArrowDownCarrot;function _arrayLikeToArray$q(e,r){(null==r||r>e.length)&&(r=e.length);for(var n=0,t=new Array(r);n<r;n++)t[n]=e[n];return t}function _arrayWithHoles$q(e){if(Array.isArray(e))return e}function _assertThisInitialized$v(e){if(void 0===e)throw new ReferenceError(\"this hasn\\'t been initialised - super() hasn\\'t been called\");return e}function _classCallCheck$v(e,r){if(!(e instanceof r))throw new TypeError(\"Cannot call a class as a function\")}function _getPrototypeOf$v(e){return(_getPrototypeOf$v=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function _inherits$v(e,r){if(\"function\"!=typeof r&&null!==r)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(r&&r.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),r&&_setPrototypeOf$v(e,r)}function _iterableToArrayLimit$q(e,r){var n=null==e?null:\"undefined\"!=typeof Symbol&&e[Symbol.iterator]||e[\"@@iterator\"];if(null!=n){var t,_,o=[],i=!0,l=!1;try{for(n=n.call(e);!(i=(t=n.next()).done)&&(o.push(t.value),!r||o.length!==r);i=!0);}catch(e){l=!0,_=e}finally{try{i||null==n.return||n.return()}finally{if(l)throw _}}return o}}function _nonIterableRest$q(){throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\\\\\\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}function _possibleConstructorReturn$v(e,r){return!r||\"object\"!==_typeof$v(r)&&\"function\"!=typeof r?_assertThisInitialized$v(e):r}function _setPrototypeOf$v(e,r){return(_setPrototypeOf$v=Object.setPrototypeOf||function(e,r){return e.__proto__=r,e})(e,r)}function _slicedToArray$q(e,r){return _arrayWithHoles$q(e)||_iterableToArrayLimit$q(e,r)||_unsupportedIterableToArray$q(e,r)||_nonIterableRest$q()}var _typeof$v=function(e){return e&&\"undefined\"!=typeof Symbol&&e.constructor===Symbol?\"symbol\":typeof e};function _unsupportedIterableToArray$q(e,r){if(e){if(\"string\"==typeof e)return _arrayLikeToArray$q(e,r);var n=Object.prototype.toString.call(e).slice(8,-1);return\"Object\"===n&&e.constructor&&(n=e.constructor.name),\"Map\"===n||\"Set\"===n?Array.from(n):\"Arguments\"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?_arrayLikeToArray$q(e,r):void 0}}function _isNativeReflectConstruct$v(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function _createSuper$v(e){var r=_isNativeReflectConstruct$v();return function(){var n,t=_getPrototypeOf$v(e);if(r){var _=_getPrototypeOf$v(this).constructor;n=Reflect.construct(t,arguments,_)}else n=t.apply(this,arguments);return _possibleConstructorReturn$v(this,n)}}function create_fragment$v(e){var r,n,t,_,o,i,l;return{c:function(){r=_vendor_browser_svelte_internal_index.svg_element(\"svg\"),n=_vendor_browser_svelte_internal_index.svg_element(\"g\"),t=_vendor_browser_svelte_internal_index.svg_element(\"g\"),_=_vendor_browser_svelte_internal_index.svg_element(\"path\"),o=_vendor_browser_svelte_internal_index.svg_element(\"path\"),i=_vendor_browser_svelte_internal_index.svg_element(\"path\"),l=_vendor_browser_svelte_internal_index.svg_element(\"path\"),this.h()},l:function(e){r=_vendor_browser_svelte_internal_index.claim_svg_element(e,\"svg\",{width:!0,height:!0,\"aria-label\":!0,role:!0,viewBox:!0,version:!0,xmlns:!0,\"xmlns:xlink\":!0,\"data-icon\":!0,class:!0});var a=_vendor_browser_svelte_internal_index.children(r);n=_vendor_browser_svelte_internal_index.claim_svg_element(a,\"g\",{id:!0,stroke:!0,\"stroke-width\":!0,fill:!0,\"fill-rule\":!0});var s=_vendor_browser_svelte_internal_index.children(n);t=_vendor_browser_svelte_internal_index.claim_svg_element(s,\"g\",{id:!0});var d=_vendor_browser_svelte_internal_index.children(t);_=_vendor_browser_svelte_internal_index.claim_svg_element(d,\"path\",{d:!0,id:!0,fill:!0}),_vendor_browser_svelte_internal_index.children(_).forEach(_vendor_browser_svelte_internal_index.detach),o=_vendor_browser_svelte_internal_index.claim_svg_element(d,\"path\",{d:!0,id:!0,fill:!0}),_vendor_browser_svelte_internal_index.children(o).forEach(_vendor_browser_svelte_internal_index.detach),i=_vendor_browser_svelte_internal_index.claim_svg_element(d,\"path\",{d:!0,id:!0,fill:!0}),_vendor_browser_svelte_internal_index.children(i).forEach(_vendor_browser_svelte_internal_index.detach),l=_vendor_browser_svelte_internal_index.claim_svg_element(d,\"path\",{d:!0,id:!0,fill:!0}),_vendor_browser_svelte_internal_index.children(l).forEach(_vendor_browser_svelte_internal_index.detach),d.forEach(_vendor_browser_svelte_internal_index.detach),s.forEach(_vendor_browser_svelte_internal_index.detach),a.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(_,\"d\",\"M8.90361556,11.0784439 C11.7394086,9.44030902 12.7109184,5.81386078 11.0738339,2.97746124 C9.43674942,0.141061697 5.81066125,-0.831791226 2.97365557,0.804242656 C0.136649897,2.44027654 -0.837545955,6.06600414 0.797437071,8.90361556 C1.57318187,10.2784868 2.86929146,11.2835866 4.39399326,11.692653 C5.91869506,12.1017193 7.54385101,11.8803736 8.90361556,11.0784439 L8.90361556,11.0784439 L8.90361556,11.0784439 Z\"),_vendor_browser_svelte_internal_index.attr(_,\"id\",\"path-1-2\"),_vendor_browser_svelte_internal_index.attr(_,\"fill\",\"#3061F2\"),_vendor_browser_svelte_internal_index.attr(o,\"d\",\"M8.91020595,0.80402746 C6.0711843,-0.833869647 2.44192457,0.139834183 0.80402746,2.97885584 C-0.833869647,5.81787749 0.139834183,9.44713722 2.97885584,11.0850343 C3.04475973,11.0850343 3.04475973,11.1509382 3.11066362,11.1509382 L9.04201373,0.86993135 C9.00780653,0.832330815 8.9608107,0.808832899 8.91020595,0.80402746 L8.91020595,0.80402746 L8.91020595,0.80402746 Z\"),_vendor_browser_svelte_internal_index.attr(o,\"id\",\"Combined-Shape\"),_vendor_browser_svelte_internal_index.attr(o,\"fill\",\"#FF3F3F\"),_vendor_browser_svelte_internal_index.attr(i,\"d\",\"M7.58553776,3.76311213 L7.58553776,2.51093822 C7.58553776,2.44503432 7.71734554,2.37913043 7.71734554,2.44503432 L9.56265446,4.09263158 C9.62978259,4.1676831 9.62978259,4.28119562 9.56265446,4.35624714 L7.71734554,6.00384439 C7.65144165,6.06974828 7.58553776,6.00384439 7.58553776,5.9379405 L7.58553776,4.6198627 L4.02672769,4.6198627 C3.81520007,4.60413062 3.64703642,4.43596697 3.63130435,4.22443936 C3.64703642,4.01291175 3.81520007,3.84474809 4.02672769,3.82901602 L7.58553776,3.82901602 L7.58553776,3.76311213 L7.58553776,3.76311213 L7.58553776,3.76311213 Z\"),_vendor_browser_svelte_internal_index.attr(i,\"id\",\"Combined-Shape-2\"),_vendor_browser_svelte_internal_index.attr(i,\"fill\",\"#FEFEFE\"),_vendor_browser_svelte_internal_index.attr(l,\"d\",\"M3.9608238,8.24457666 L3.9608238,9.49675057 C3.9608238,9.56265446 3.82901602,9.62855835 3.82901602,9.56265446 L1.98370709,7.91505721 C1.91657897,7.84000569 1.91657897,7.72649317 1.98370709,7.65144165 L3.82901602,6.00384439 C3.89491991,5.9379405 3.9608238,6.00384439 3.9608238,6.06974828 L3.9608238,7.38782609 L7.51963387,7.38782609 C7.73802015,7.38782609 7.91505721,7.56486315 7.91505721,7.78324943 C7.91505721,8.00163571 7.73802015,8.17867277 7.51963387,8.17867277 L3.9608238,8.17867277 L3.9608238,8.24457666 L3.9608238,8.24457666 L3.9608238,8.24457666 Z\"),_vendor_browser_svelte_internal_index.attr(l,\"id\",\"Combined-Shape-3\"),_vendor_browser_svelte_internal_index.attr(l,\"fill\",\"#FEFEFE\"),_vendor_browser_svelte_internal_index.attr(t,\"id\",\"Layer_1\"),_vendor_browser_svelte_internal_index.attr(n,\"id\",\"icons\"),_vendor_browser_svelte_internal_index.attr(n,\"stroke\",\"none\"),_vendor_browser_svelte_internal_index.attr(n,\"stroke-width\",\"1\"),_vendor_browser_svelte_internal_index.attr(n,\"fill\",\"none\"),_vendor_browser_svelte_internal_index.attr(n,\"fill-rule\",\"evenodd\"),_vendor_browser_svelte_internal_index.attr(r,\"width\",e[0]),_vendor_browser_svelte_internal_index.attr(r,\"height\",e[1]),_vendor_browser_svelte_internal_index.attr(r,\"aria-label\",e[2]),_vendor_browser_svelte_internal_index.attr(r,\"role\",\"img\"),_vendor_browser_svelte_internal_index.attr(r,\"viewBox\",\"0 0 12 12\"),_vendor_browser_svelte_internal_index.attr(r,\"version\",\"1.1\"),_vendor_browser_svelte_internal_index.attr(r,\"xmlns\",\"http://www.w3.org/2000/svg\"),_vendor_browser_svelte_internal_index.attr(r,\"xmlns:xlink\",\"http://www.w3.org/1999/xlink\"),_vendor_browser_svelte_internal_index.attr(r,\"data-icon\",\"flippedseat\"),_vendor_browser_svelte_internal_index.attr(r,\"class\",\"flipped-seat-icon\")},m:function(e,a){_vendor_browser_svelte_internal_index.insert_hydration(e,r,a),_vendor_browser_svelte_internal_index.append_hydration(r,n),_vendor_browser_svelte_internal_index.append_hydration(n,t),_vendor_browser_svelte_internal_index.append_hydration(t,_),_vendor_browser_svelte_internal_index.append_hydration(t,o),_vendor_browser_svelte_internal_index.append_hydration(t,i),_vendor_browser_svelte_internal_index.append_hydration(t,l)},p:function(e,n){var t=_slicedToArray$q(n,1)[0];1&t&&_vendor_browser_svelte_internal_index.attr(r,\"width\",e[0]),2&t&&_vendor_browser_svelte_internal_index.attr(r,\"height\",e[1]),4&t&&_vendor_browser_svelte_internal_index.attr(r,\"aria-label\",e[2])},i:_vendor_browser_svelte_internal_index.noop,o:_vendor_browser_svelte_internal_index.noop,d:function(e){e&&_vendor_browser_svelte_internal_index.detach(r)}}}function instance$q(e,r,n){var t=r.width,_=r.height,o=r.label,i=void 0===o?\"Flipped seat\":o;return e.$$set=function(e){\"width\"in e&&n(0,t=e.width),\"height\"in e&&n(1,_=e.height),\"label\"in e&&n(2,i=e.label)},[t,_,i]}var FlippedSeatIcon=function(e){_inherits$v(n,_vendor_browser_svelte_internal_index.SvelteComponent);var r=_createSuper$v(n);function n(e){var t;return _classCallCheck$v(this,n),t=r.call(this),_vendor_browser_svelte_internal_index.init(_assertThisInitialized$v(t),e,instance$q,create_fragment$v,_vendor_browser_svelte_internal_index.safe_not_equal,{width:0,height:1,label:2}),t}return n}(),FlippedSeatIcon$1=FlippedSeatIcon;function _arrayLikeToArray$p(e,r){(null==r||r>e.length)&&(r=e.length);for(var n=0,t=new Array(r);n<r;n++)t[n]=e[n];return t}function _arrayWithHoles$p(e){if(Array.isArray(e))return e}function _assertThisInitialized$u(e){if(void 0===e)throw new ReferenceError(\"this hasn\\'t been initialised - super() hasn\\'t been called\");return e}function _classCallCheck$u(e,r){if(!(e instanceof r))throw new TypeError(\"Cannot call a class as a function\")}function _getPrototypeOf$u(e){return(_getPrototypeOf$u=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function _inherits$u(e,r){if(\"function\"!=typeof r&&null!==r)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(r&&r.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),r&&_setPrototypeOf$u(e,r)}function _iterableToArrayLimit$p(e,r){var n=null==e?null:\"undefined\"!=typeof Symbol&&e[Symbol.iterator]||e[\"@@iterator\"];if(null!=n){var t,_,o=[],i=!0,l=!1;try{for(n=n.call(e);!(i=(t=n.next()).done)&&(o.push(t.value),!r||o.length!==r);i=!0);}catch(e){l=!0,_=e}finally{try{i||null==n.return||n.return()}finally{if(l)throw _}}return o}}function _nonIterableRest$p(){throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\\\\\\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}function _possibleConstructorReturn$u(e,r){return!r||\"object\"!==_typeof$u(r)&&\"function\"!=typeof r?_assertThisInitialized$u(e):r}function _setPrototypeOf$u(e,r){return(_setPrototypeOf$u=Object.setPrototypeOf||function(e,r){return e.__proto__=r,e})(e,r)}function _slicedToArray$p(e,r){return _arrayWithHoles$p(e)||_iterableToArrayLimit$p(e,r)||_unsupportedIterableToArray$p(e,r)||_nonIterableRest$p()}var _typeof$u=function(e){return e&&\"undefined\"!=typeof Symbol&&e.constructor===Symbol?\"symbol\":typeof e};function _unsupportedIterableToArray$p(e,r){if(e){if(\"string\"==typeof e)return _arrayLikeToArray$p(e,r);var n=Object.prototype.toString.call(e).slice(8,-1);return\"Object\"===n&&e.constructor&&(n=e.constructor.name),\"Map\"===n||\"Set\"===n?Array.from(n):\"Arguments\"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?_arrayLikeToArray$p(e,r):void 0}}function _isNativeReflectConstruct$u(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function _createSuper$u(e){var r=_isNativeReflectConstruct$u();return function(){var n,t=_getPrototypeOf$u(e);if(r){var _=_getPrototypeOf$u(this).constructor;n=Reflect.construct(t,arguments,_)}else n=t.apply(this,arguments);return _possibleConstructorReturn$u(this,n)}}function create_fragment$u(e){var r,n,t,_,o;return{c:function(){r=_vendor_browser_svelte_internal_index.svg_element(\"svg\"),n=_vendor_browser_svelte_internal_index.svg_element(\"g\"),t=_vendor_browser_svelte_internal_index.svg_element(\"g\"),_=_vendor_browser_svelte_internal_index.svg_element(\"path\"),o=_vendor_browser_svelte_internal_index.svg_element(\"path\"),this.h()},l:function(e){r=_vendor_browser_svelte_internal_index.claim_svg_element(e,\"svg\",{width:!0,height:!0,\"aria-label\":!0,role:!0,viewBox:!0,version:!0,xmlns:!0,\"data-icon\":!0});var i=_vendor_browser_svelte_internal_index.children(r);n=_vendor_browser_svelte_internal_index.claim_svg_element(i,\"g\",{id:!0,stroke:!0,\"stroke-width\":!0,fill:!0,\"fill-rule\":!0});var l=_vendor_browser_svelte_internal_index.children(n);t=_vendor_browser_svelte_internal_index.claim_svg_element(l,\"g\",{id:!0});var a=_vendor_browser_svelte_internal_index.children(t);_=_vendor_browser_svelte_internal_index.claim_svg_element(a,\"path\",{d:!0,id:!0,fill:!0}),_vendor_browser_svelte_internal_index.children(_).forEach(_vendor_browser_svelte_internal_index.detach),o=_vendor_browser_svelte_internal_index.claim_svg_element(a,\"path\",{d:!0,id:!0,fill:!0}),_vendor_browser_svelte_internal_index.children(o).forEach(_vendor_browser_svelte_internal_index.detach),a.forEach(_vendor_browser_svelte_internal_index.detach),l.forEach(_vendor_browser_svelte_internal_index.detach),i.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(_,\"d\",\"M0,8 C0,12.4181333 3.58186667,16 8,16 C12.4181333,16 16,12.4181333 16,8 C16,3.5816 12.4181333,0 8,0 C3.58186667,0 0,3.5816 0,8 Z\"),_vendor_browser_svelte_internal_index.attr(_,\"id\",\"path-1-copy\"),_vendor_browser_svelte_internal_index.attr(_,\"fill\",e[3]),_vendor_browser_svelte_internal_index.attr(o,\"d\",\"M13.5967059,5.98070588 L8.248,11.3294118 L7.24329412,12.3341176 C7.10541176,12.472 6.93788235,12.5407059 6.74117647,12.5407059 C6.544,12.5407059 6.37647059,12.472 6.23858824,12.3341176 L5.23435294,11.3294118 L2.55952941,8.65505882 C2.42164706,8.51717647 2.35294118,8.34964706 2.35294118,8.15294118 C2.35294118,7.95576471 2.42164706,7.78823529 2.55952941,7.65035294 L3.56470588,6.64564706 C3.70258824,6.50823529 3.86964706,6.43905882 4.06682353,6.43905882 C4.264,6.43905882 4.43105882,6.50823529 4.56894118,6.64564706 L6.74117647,8.82494118 L11.5872941,3.97129412 C11.7247059,3.83341176 11.8922353,3.76470588 12.0894118,3.76470588 C12.2865882,3.76470588 12.4541176,3.83341176 12.592,3.97129412 L13.5967059,4.976 C13.7345882,5.11435294 13.8032941,5.28188235 13.8032941,5.47858824 C13.8032941,5.67529412 13.7345882,5.84282353 13.5967059,5.98070588 Z\"),_vendor_browser_svelte_internal_index.attr(o,\"id\",\"Fill-1\"),_vendor_browser_svelte_internal_index.attr(o,\"fill\",e[4]),_vendor_browser_svelte_internal_index.attr(t,\"id\",\"icon-/-checkmark--/-dem\"),_vendor_browser_svelte_internal_index.attr(n,\"id\",\"icons\"),_vendor_browser_svelte_internal_index.attr(n,\"stroke\",\"none\"),_vendor_browser_svelte_internal_index.attr(n,\"stroke-width\",\"1\"),_vendor_browser_svelte_internal_index.attr(n,\"fill\",\"none\"),_vendor_browser_svelte_internal_index.attr(n,\"fill-rule\",\"evenodd\"),_vendor_browser_svelte_internal_index.attr(r,\"width\",e[0]),_vendor_browser_svelte_internal_index.attr(r,\"height\",e[1]),_vendor_browser_svelte_internal_index.attr(r,\"aria-label\",e[2]),_vendor_browser_svelte_internal_index.attr(r,\"role\",\"img\"),_vendor_browser_svelte_internal_index.attr(r,\"viewBox\",\"0 0 16 16\"),_vendor_browser_svelte_internal_index.attr(r,\"version\",\"1.1\"),_vendor_browser_svelte_internal_index.attr(r,\"xmlns\",\"http://www.w3.org/2000/svg\"),_vendor_browser_svelte_internal_index.attr(r,\"data-icon\",\"checkmark\")},m:function(e,i){_vendor_browser_svelte_internal_index.insert_hydration(e,r,i),_vendor_browser_svelte_internal_index.append_hydration(r,n),_vendor_browser_svelte_internal_index.append_hydration(n,t),_vendor_browser_svelte_internal_index.append_hydration(t,_),_vendor_browser_svelte_internal_index.append_hydration(t,o)},p:function(e,n){var t=_slicedToArray$p(n,1)[0];8&t&&_vendor_browser_svelte_internal_index.attr(_,\"fill\",e[3]),16&t&&_vendor_browser_svelte_internal_index.attr(o,\"fill\",e[4]),1&t&&_vendor_browser_svelte_internal_index.attr(r,\"width\",e[0]),2&t&&_vendor_browser_svelte_internal_index.attr(r,\"height\",e[1]),4&t&&_vendor_browser_svelte_internal_index.attr(r,\"aria-label\",e[2])},i:_vendor_browser_svelte_internal_index.noop,o:_vendor_browser_svelte_internal_index.noop,d:function(e){e&&_vendor_browser_svelte_internal_index.detach(r)}}}function instance$p(e,r,n){var t=r.width,_=r.height,o=r.label,i=void 0===o?\"Race called\":o,l=r.circleFill,a=r.checkFill,s=void 0===a?\"#FFF\":a;return e.$$set=function(e){\"width\"in e&&n(0,t=e.width),\"height\"in e&&n(1,_=e.height),\"label\"in e&&n(2,i=e.label),\"circleFill\"in e&&n(3,l=e.circleFill),\"checkFill\"in e&&n(4,s=e.checkFill)},[t,_,i,l,s]}var CheckmarkIcon=function(e){_inherits$u(n,_vendor_browser_svelte_internal_index.SvelteComponent);var r=_createSuper$u(n);function n(e){var t;return _classCallCheck$u(this,n),t=r.call(this),_vendor_browser_svelte_internal_index.init(_assertThisInitialized$u(t),e,instance$p,create_fragment$u,_vendor_browser_svelte_internal_index.safe_not_equal,{width:0,height:1,label:2,circleFill:3,checkFill:4}),t}return n}(),CheckmarkIcon$1=CheckmarkIcon;function _arrayLikeToArray$o(e,r){(null==r||r>e.length)&&(r=e.length);for(var n=0,t=new Array(r);n<r;n++)t[n]=e[n];return t}function _arrayWithHoles$o(e){if(Array.isArray(e))return e}function _assertThisInitialized$t(e){if(void 0===e)throw new ReferenceError(\"this hasn\\'t been initialised - super() hasn\\'t been called\");return e}function _classCallCheck$t(e,r){if(!(e instanceof r))throw new TypeError(\"Cannot call a class as a function\")}function _getPrototypeOf$t(e){return(_getPrototypeOf$t=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function _inherits$t(e,r){if(\"function\"!=typeof r&&null!==r)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(r&&r.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),r&&_setPrototypeOf$t(e,r)}function _iterableToArrayLimit$o(e,r){var n=null==e?null:\"undefined\"!=typeof Symbol&&e[Symbol.iterator]||e[\"@@iterator\"];if(null!=n){var t,_,o=[],i=!0,l=!1;try{for(n=n.call(e);!(i=(t=n.next()).done)&&(o.push(t.value),!r||o.length!==r);i=!0);}catch(e){l=!0,_=e}finally{try{i||null==n.return||n.return()}finally{if(l)throw _}}return o}}function _nonIterableRest$o(){throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\\\\\\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}function _possibleConstructorReturn$t(e,r){return!r||\"object\"!==_typeof$t(r)&&\"function\"!=typeof r?_assertThisInitialized$t(e):r}function _setPrototypeOf$t(e,r){return(_setPrototypeOf$t=Object.setPrototypeOf||function(e,r){return e.__proto__=r,e})(e,r)}function _slicedToArray$o(e,r){return _arrayWithHoles$o(e)||_iterableToArrayLimit$o(e,r)||_unsupportedIterableToArray$o(e,r)||_nonIterableRest$o()}var _typeof$t=function(e){return e&&\"undefined\"!=typeof Symbol&&e.constructor===Symbol?\"symbol\":typeof e};function _unsupportedIterableToArray$o(e,r){if(e){if(\"string\"==typeof e)return _arrayLikeToArray$o(e,r);var n=Object.prototype.toString.call(e).slice(8,-1);return\"Object\"===n&&e.constructor&&(n=e.constructor.name),\"Map\"===n||\"Set\"===n?Array.from(n):\"Arguments\"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?_arrayLikeToArray$o(e,r):void 0}}function _isNativeReflectConstruct$t(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function _createSuper$t(e){var r=_isNativeReflectConstruct$t();return function(){var n,t=_getPrototypeOf$t(e);if(r){var _=_getPrototypeOf$t(this).constructor;n=Reflect.construct(t,arguments,_)}else n=t.apply(this,arguments);return _possibleConstructorReturn$t(this,n)}}function create_fragment$t(e){var r,n,t,_,o,i;return{c:function(){r=_vendor_browser_svelte_internal_index.svg_element(\"svg\"),n=_vendor_browser_svelte_internal_index.svg_element(\"g\"),t=_vendor_browser_svelte_internal_index.svg_element(\"g\"),_=_vendor_browser_svelte_internal_index.svg_element(\"g\"),o=_vendor_browser_svelte_internal_index.svg_element(\"path\"),i=_vendor_browser_svelte_internal_index.svg_element(\"path\"),this.h()},l:function(e){r=_vendor_browser_svelte_internal_index.claim_svg_element(e,\"svg\",{width:!0,height:!0,\"aria-label\":!0,role:!0,viewBox:!0,version:!0,xmlns:!0,\"data-icon\":!0});var l=_vendor_browser_svelte_internal_index.children(r);n=_vendor_browser_svelte_internal_index.claim_svg_element(l,\"g\",{id:!0,stroke:!0,\"stroke-width\":!0,fill:!0,\"fill-rule\":!0});var a=_vendor_browser_svelte_internal_index.children(n);t=_vendor_browser_svelte_internal_index.claim_svg_element(a,\"g\",{id:!0,transform:!0});var s=_vendor_browser_svelte_internal_index.children(t);_=_vendor_browser_svelte_internal_index.claim_svg_element(s,\"g\",{id:!0,transform:!0});var d=_vendor_browser_svelte_internal_index.children(_);o=_vendor_browser_svelte_internal_index.claim_svg_element(d,\"path\",{d:!0,id:!0,fill:!0}),_vendor_browser_svelte_internal_index.children(o).forEach(_vendor_browser_svelte_internal_index.detach),i=_vendor_browser_svelte_internal_index.claim_svg_element(d,\"path\",{d:!0,id:!0,fill:!0}),_vendor_browser_svelte_internal_index.children(i).forEach(_vendor_browser_svelte_internal_index.detach),d.forEach(_vendor_browser_svelte_internal_index.detach),s.forEach(_vendor_browser_svelte_internal_index.detach),a.forEach(_vendor_browser_svelte_internal_index.detach),l.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(o,\"d\",\"M0,8 C0,12.4181333 3.58186667,16 8,16 C12.4181333,16 16,12.4181333 16,8 C16,3.5816 12.4181333,0 8,0 C3.58186667,0 0,3.5816 0,8 Z\"),_vendor_browser_svelte_internal_index.attr(o,\"id\",\"path-1-copy\"),_vendor_browser_svelte_internal_index.attr(o,\"fill\",\"#6E6E6E\"),_vendor_browser_svelte_internal_index.attr(i,\"d\",\"M9.61055539,7.23397401 L9.61055539,5.15476062 C9.61055539,5.04532834 9.83090724,4.93589605 9.83090724,5.04532834 L12.9158331,7.78113543 C13.0280556,7.9057572 13.0280556,8.0942428 12.9158331,8.21886457 L9.83090724,10.9546717 C9.72073131,11.0641039 9.61055539,10.9546717 9.61055539,10.8452394 L9.61055539,8.6565937 L3.66105554,8.6565937 C3.30743074,8.63047086 3.02630036,8.35123799 3,8 C3.02630036,7.64876201 3.30743074,7.36952914 3.66105554,7.3434063 L9.61055539,7.3434063 L9.61055539,7.23397401 L9.61055539,7.23397401 L9.61055539,7.23397401 Z\"),_vendor_browser_svelte_internal_index.attr(i,\"id\",\"Combined-Shape-2\"),_vendor_browser_svelte_internal_index.attr(i,\"fill\",\"#FFFFFF\"),_vendor_browser_svelte_internal_index.attr(_,\"id\",\"Group-8\"),_vendor_browser_svelte_internal_index.attr(_,\"transform\",\"translate(778.000000, 529.000000)\"),_vendor_browser_svelte_internal_index.attr(t,\"id\",\"Runoffs-&-Special-Elections\"),_vendor_browser_svelte_internal_index.attr(t,\"transform\",\"translate(-778.000000, -529.000000)\"),_vendor_browser_svelte_internal_index.attr(n,\"id\",\"Page-1\"),_vendor_browser_svelte_internal_index.attr(n,\"stroke\",\"none\"),_vendor_browser_svelte_internal_index.attr(n,\"stroke-width\",\"1\"),_vendor_browser_svelte_internal_index.attr(n,\"fill\",\"none\"),_vendor_browser_svelte_internal_index.attr(n,\"fill-rule\",\"evenodd\"),_vendor_browser_svelte_internal_index.attr(r,\"width\",e[0]),_vendor_browser_svelte_internal_index.attr(r,\"height\",e[1]),_vendor_browser_svelte_internal_index.attr(r,\"aria-label\",e[2]),_vendor_browser_svelte_internal_index.attr(r,\"role\",\"img\"),_vendor_browser_svelte_internal_index.attr(r,\"viewBox\",\"0 0 16 16\"),_vendor_browser_svelte_internal_index.attr(r,\"version\",\"1.1\"),_vendor_browser_svelte_internal_index.attr(r,\"xmlns\",\"http://www.w3.org/2000/svg\"),_vendor_browser_svelte_internal_index.attr(r,\"data-icon\",\"runoff\")},m:function(e,l){_vendor_browser_svelte_internal_index.insert_hydration(e,r,l),_vendor_browser_svelte_internal_index.append_hydration(r,n),_vendor_browser_svelte_internal_index.append_hydration(n,t),_vendor_browser_svelte_internal_index.append_hydration(t,_),_vendor_browser_svelte_internal_index.append_hydration(_,o),_vendor_browser_svelte_internal_index.append_hydration(_,i)},p:function(e,n){var t=_slicedToArray$o(n,1)[0];1&t&&_vendor_browser_svelte_internal_index.attr(r,\"width\",e[0]),2&t&&_vendor_browser_svelte_internal_index.attr(r,\"height\",e[1]),4&t&&_vendor_browser_svelte_internal_index.attr(r,\"aria-label\",e[2])},i:_vendor_browser_svelte_internal_index.noop,o:_vendor_browser_svelte_internal_index.noop,d:function(e){e&&_vendor_browser_svelte_internal_index.detach(r)}}}function instance$o(e,r,n){var t=r.width,_=r.height,o=r.label,i=void 0===o?\"Going to runoff\":o;return e.$$set=function(e){\"width\"in e&&n(0,t=e.width),\"height\"in e&&n(1,_=e.height),\"label\"in e&&n(2,i=e.label)},[t,_,i]}var RunoffArrowIcon=function(e){_inherits$t(n,_vendor_browser_svelte_internal_index.SvelteComponent);var r=_createSuper$t(n);function n(e){var t;return _classCallCheck$t(this,n),t=r.call(this),_vendor_browser_svelte_internal_index.init(_assertThisInitialized$t(t),e,instance$o,create_fragment$t,_vendor_browser_svelte_internal_index.safe_not_equal,{width:0,height:1,label:2}),t}return n}(),RunoffArrowIcon$1=RunoffArrowIcon;function _arrayLikeToArray$n(e,r){(null==r||r>e.length)&&(r=e.length);for(var n=0,t=new Array(r);n<r;n++)t[n]=e[n];return t}function _arrayWithHoles$n(e){if(Array.isArray(e))return e}function _assertThisInitialized$s(e){if(void 0===e)throw new ReferenceError(\"this hasn\\'t been initialised - super() hasn\\'t been called\");return e}function _classCallCheck$s(e,r){if(!(e instanceof r))throw new TypeError(\"Cannot call a class as a function\")}function _getPrototypeOf$s(e){return(_getPrototypeOf$s=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function _inherits$s(e,r){if(\"function\"!=typeof r&&null!==r)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(r&&r.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),r&&_setPrototypeOf$s(e,r)}function _iterableToArrayLimit$n(e,r){var n=null==e?null:\"undefined\"!=typeof Symbol&&e[Symbol.iterator]||e[\"@@iterator\"];if(null!=n){var t,_,o=[],i=!0,l=!1;try{for(n=n.call(e);!(i=(t=n.next()).done)&&(o.push(t.value),!r||o.length!==r);i=!0);}catch(e){l=!0,_=e}finally{try{i||null==n.return||n.return()}finally{if(l)throw _}}return o}}function _nonIterableRest$n(){throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\\\\\\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}function _possibleConstructorReturn$s(e,r){return!r||\"object\"!==_typeof$s(r)&&\"function\"!=typeof r?_assertThisInitialized$s(e):r}function _setPrototypeOf$s(e,r){return(_setPrototypeOf$s=Object.setPrototypeOf||function(e,r){return e.__proto__=r,e})(e,r)}function _slicedToArray$n(e,r){return _arrayWithHoles$n(e)||_iterableToArrayLimit$n(e,r)||_unsupportedIterableToArray$n(e,r)||_nonIterableRest$n()}var _typeof$s=function(e){return e&&\"undefined\"!=typeof Symbol&&e.constructor===Symbol?\"symbol\":typeof e};function _unsupportedIterableToArray$n(e,r){if(e){if(\"string\"==typeof e)return _arrayLikeToArray$n(e,r);var n=Object.prototype.toString.call(e).slice(8,-1);return\"Object\"===n&&e.constructor&&(n=e.constructor.name),\"Map\"===n||\"Set\"===n?Array.from(n):\"Arguments\"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?_arrayLikeToArray$n(e,r):void 0}}function _isNativeReflectConstruct$s(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function _createSuper$s(e){var r=_isNativeReflectConstruct$s();return function(){var n,t=_getPrototypeOf$s(e);if(r){var _=_getPrototypeOf$s(this).constructor;n=Reflect.construct(t,arguments,_)}else n=t.apply(this,arguments);return _possibleConstructorReturn$s(this,n)}}function create_fragment$s(e){var r,n,t,_,o,i;return{c:function(){r=_vendor_browser_svelte_internal_index.svg_element(\"svg\"),n=_vendor_browser_svelte_internal_index.svg_element(\"defs\"),t=_vendor_browser_svelte_internal_index.svg_element(\"path\"),_=_vendor_browser_svelte_internal_index.svg_element(\"g\"),o=_vendor_browser_svelte_internal_index.svg_element(\"use\"),i=_vendor_browser_svelte_internal_index.svg_element(\"circle\"),this.h()},l:function(e){r=_vendor_browser_svelte_internal_index.claim_svg_element(e,\"svg\",{width:!0,height:!0,\"aria-label\":!0,role:!0,xmlns:!0,\"xmlns:xlink\":!0,viewBox:!0});var l=_vendor_browser_svelte_internal_index.children(r);n=_vendor_browser_svelte_internal_index.claim_svg_element(l,\"defs\",{});var a=_vendor_browser_svelte_internal_index.children(n);t=_vendor_browser_svelte_internal_index.claim_svg_element(a,\"path\",{id:!0,d:!0}),_vendor_browser_svelte_internal_index.children(t).forEach(_vendor_browser_svelte_internal_index.detach),a.forEach(_vendor_browser_svelte_internal_index.detach),_=_vendor_browser_svelte_internal_index.claim_svg_element(l,\"g\",{fill:!0,\"fill-rule\":!0,transform:!0});var s=_vendor_browser_svelte_internal_index.children(_);o=_vendor_browser_svelte_internal_index.claim_svg_element(s,\"use\",{fill:!0,transform:!0,\"xlink:href\":!0}),_vendor_browser_svelte_internal_index.children(o).forEach(_vendor_browser_svelte_internal_index.detach),i=_vendor_browser_svelte_internal_index.claim_svg_element(s,\"circle\",{cx:!0,cy:!0,r:!0,stroke:!0}),_vendor_browser_svelte_internal_index.children(i).forEach(_vendor_browser_svelte_internal_index.detach),s.forEach(_vendor_browser_svelte_internal_index.detach),l.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(t,\"id\",\"a-arrow-left\"),_vendor_browser_svelte_internal_index.attr(t,\"d\",\"M9.952 5.994H1.395a.595.595 0 1 1 0-1.19h8.557l-3.218-3.19a.592.592 0 0 1 0-.84.606.606 0 0 1 .849 0l4.242 4.205a.593.593 0 0 1 0 .842l-4.242 4.205a.606.606 0 0 1-.85 0 .593.593 0 0 1 0-.841l3.22-3.19z\"),_vendor_browser_svelte_internal_index.attr(o,\"fill\",\"#4D4D4D\"),_vendor_browser_svelte_internal_index.attr(o,\"transform\",\"translate(5 7)\"),_vendor_browser_svelte_internal_index.xlink_attr(o,\"xlink:href\",\"#a-arrow-left\"),_vendor_browser_svelte_internal_index.attr(i,\"cx\",\"12.5\"),_vendor_browser_svelte_internal_index.attr(i,\"cy\",\"12.5\"),_vendor_browser_svelte_internal_index.attr(i,\"r\",\"12.5\"),_vendor_browser_svelte_internal_index.attr(i,\"stroke\",\"#4D4D4D\"),_vendor_browser_svelte_internal_index.attr(_,\"fill\",\"none\"),_vendor_browser_svelte_internal_index.attr(_,\"fill-rule\",\"evenodd\"),_vendor_browser_svelte_internal_index.attr(_,\"transform\",\"rotate(-180 13 13)\"),_vendor_browser_svelte_internal_index.attr(r,\"width\",e[0]),_vendor_browser_svelte_internal_index.attr(r,\"height\",e[1]),_vendor_browser_svelte_internal_index.attr(r,\"aria-label\",e[2]),_vendor_browser_svelte_internal_index.attr(r,\"role\",\"img\"),_vendor_browser_svelte_internal_index.attr(r,\"xmlns\",\"http://www.w3.org/2000/svg\"),_vendor_browser_svelte_internal_index.attr(r,\"xmlns:xlink\",\"http://www.w3.org/1999/xlink\"),_vendor_browser_svelte_internal_index.attr(r,\"viewBox\",\"0 0 27 27\")},m:function(e,l){_vendor_browser_svelte_internal_index.insert_hydration(e,r,l),_vendor_browser_svelte_internal_index.append_hydration(r,n),_vendor_browser_svelte_internal_index.append_hydration(n,t),_vendor_browser_svelte_internal_index.append_hydration(r,_),_vendor_browser_svelte_internal_index.append_hydration(_,o),_vendor_browser_svelte_internal_index.append_hydration(_,i)},p:function(e,n){var t=_slicedToArray$n(n,1)[0];1&t&&_vendor_browser_svelte_internal_index.attr(r,\"width\",e[0]),2&t&&_vendor_browser_svelte_internal_index.attr(r,\"height\",e[1]),4&t&&_vendor_browser_svelte_internal_index.attr(r,\"aria-label\",e[2])},i:_vendor_browser_svelte_internal_index.noop,o:_vendor_browser_svelte_internal_index.noop,d:function(e){e&&_vendor_browser_svelte_internal_index.detach(r)}}}function instance$n(e,r,n){var t=r.width,_=r.height,o=r.label,i=void 0===o?void 0:o;return e.$$set=function(e){\"width\"in e&&n(0,t=e.width),\"height\"in e&&n(1,_=e.height),\"label\"in e&&n(2,i=e.label)},[t,_,i]}var CircleArrowLeft=function(e){_inherits$s(n,_vendor_browser_svelte_internal_index.SvelteComponent);var r=_createSuper$s(n);function n(e){var t;return _classCallCheck$s(this,n),t=r.call(this),_vendor_browser_svelte_internal_index.init(_assertThisInitialized$s(t),e,instance$n,create_fragment$s,_vendor_browser_svelte_internal_index.safe_not_equal,{width:0,height:1,label:2}),t}return n}(),CircleArrowLeft$1=CircleArrowLeft;function _arrayLikeToArray$m(e,r){(null==r||r>e.length)&&(r=e.length);for(var n=0,t=new Array(r);n<r;n++)t[n]=e[n];return t}function _arrayWithHoles$m(e){if(Array.isArray(e))return e}function _assertThisInitialized$r(e){if(void 0===e)throw new ReferenceError(\"this hasn\\'t been initialised - super() hasn\\'t been called\");return e}function _classCallCheck$r(e,r){if(!(e instanceof r))throw new TypeError(\"Cannot call a class as a function\")}function _getPrototypeOf$r(e){return(_getPrototypeOf$r=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function _inherits$r(e,r){if(\"function\"!=typeof r&&null!==r)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(r&&r.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),r&&_setPrototypeOf$r(e,r)}function _iterableToArrayLimit$m(e,r){var n=null==e?null:\"undefined\"!=typeof Symbol&&e[Symbol.iterator]||e[\"@@iterator\"];if(null!=n){var t,_,o=[],i=!0,l=!1;try{for(n=n.call(e);!(i=(t=n.next()).done)&&(o.push(t.value),!r||o.length!==r);i=!0);}catch(e){l=!0,_=e}finally{try{i||null==n.return||n.return()}finally{if(l)throw _}}return o}}function _nonIterableRest$m(){throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\\\\\\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}function _possibleConstructorReturn$r(e,r){return!r||\"object\"!==_typeof$r(r)&&\"function\"!=typeof r?_assertThisInitialized$r(e):r}function _setPrototypeOf$r(e,r){return(_setPrototypeOf$r=Object.setPrototypeOf||function(e,r){return e.__proto__=r,e})(e,r)}function _slicedToArray$m(e,r){return _arrayWithHoles$m(e)||_iterableToArrayLimit$m(e,r)||_unsupportedIterableToArray$m(e,r)||_nonIterableRest$m()}var _typeof$r=function(e){return e&&\"undefined\"!=typeof Symbol&&e.constructor===Symbol?\"symbol\":typeof e};function _unsupportedIterableToArray$m(e,r){if(e){if(\"string\"==typeof e)return _arrayLikeToArray$m(e,r);var n=Object.prototype.toString.call(e).slice(8,-1);return\"Object\"===n&&e.constructor&&(n=e.constructor.name),\"Map\"===n||\"Set\"===n?Array.from(n):\"Arguments\"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?_arrayLikeToArray$m(e,r):void 0}}function _isNativeReflectConstruct$r(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function _createSuper$r(e){var r=_isNativeReflectConstruct$r();return function(){var n,t=_getPrototypeOf$r(e);if(r){var _=_getPrototypeOf$r(this).constructor;n=Reflect.construct(t,arguments,_)}else n=t.apply(this,arguments);return _possibleConstructorReturn$r(this,n)}}function create_fragment$r(e){var r,n,t,_,o,i;return{c:function(){r=_vendor_browser_svelte_internal_index.svg_element(\"svg\"),n=_vendor_browser_svelte_internal_index.svg_element(\"defs\"),t=_vendor_browser_svelte_internal_index.svg_element(\"path\"),_=_vendor_browser_svelte_internal_index.svg_element(\"g\"),o=_vendor_browser_svelte_internal_index.svg_element(\"use\"),i=_vendor_browser_svelte_internal_index.svg_element(\"circle\"),this.h()},l:function(e){r=_vendor_browser_svelte_internal_index.claim_svg_element(e,\"svg\",{width:!0,height:!0,\"aria-label\":!0,role:!0,xmlns:!0,\"xmlns:xlink\":!0,viewBox:!0});var l=_vendor_browser_svelte_internal_index.children(r);n=_vendor_browser_svelte_internal_index.claim_svg_element(l,\"defs\",{});var a=_vendor_browser_svelte_internal_index.children(n);t=_vendor_browser_svelte_internal_index.claim_svg_element(a,\"path\",{id:!0,d:!0}),_vendor_browser_svelte_internal_index.children(t).forEach(_vendor_browser_svelte_internal_index.detach),a.forEach(_vendor_browser_svelte_internal_index.detach),_=_vendor_browser_svelte_internal_index.claim_svg_element(l,\"g\",{fill:!0,\"fill-rule\":!0,transform:!0});var s=_vendor_browser_svelte_internal_index.children(_);o=_vendor_browser_svelte_internal_index.claim_svg_element(s,\"use\",{fill:!0,transform:!0,\"xlink:href\":!0}),_vendor_browser_svelte_internal_index.children(o).forEach(_vendor_browser_svelte_internal_index.detach),i=_vendor_browser_svelte_internal_index.claim_svg_element(s,\"circle\",{cx:!0,cy:!0,r:!0,stroke:!0}),_vendor_browser_svelte_internal_index.children(i).forEach(_vendor_browser_svelte_internal_index.detach),s.forEach(_vendor_browser_svelte_internal_index.detach),l.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(t,\"id\",\"a-arrow-right\"),_vendor_browser_svelte_internal_index.attr(t,\"d\",\"M9.952 5.994H1.395a.595.595 0 1 1 0-1.19h8.557l-3.218-3.19a.592.592 0 0 1 0-.84.606.606 0 0 1 .849 0l4.242 4.205a.593.593 0 0 1 0 .842l-4.242 4.205a.606.606 0 0 1-.85 0 .593.593 0 0 1 0-.841l3.22-3.19z\"),_vendor_browser_svelte_internal_index.attr(o,\"fill\",\"#4D4D4D\"),_vendor_browser_svelte_internal_index.attr(o,\"transform\",\"translate(5 7)\"),_vendor_browser_svelte_internal_index.xlink_attr(o,\"xlink:href\",\"#a-arrow-right\"),_vendor_browser_svelte_internal_index.attr(i,\"cx\",\"12.5\"),_vendor_browser_svelte_internal_index.attr(i,\"cy\",\"12.5\"),_vendor_browser_svelte_internal_index.attr(i,\"r\",\"12.5\"),_vendor_browser_svelte_internal_index.attr(i,\"stroke\",\"#4D4D4D\"),_vendor_browser_svelte_internal_index.attr(_,\"fill\",\"none\"),_vendor_browser_svelte_internal_index.attr(_,\"fill-rule\",\"evenodd\"),_vendor_browser_svelte_internal_index.attr(_,\"transform\",\"translate(1 1)\"),_vendor_browser_svelte_internal_index.attr(r,\"width\",e[0]),_vendor_browser_svelte_internal_index.attr(r,\"height\",e[1]),_vendor_browser_svelte_internal_index.attr(r,\"aria-label\",e[2]),_vendor_browser_svelte_internal_index.attr(r,\"role\",\"img\"),_vendor_browser_svelte_internal_index.attr(r,\"xmlns\",\"http://www.w3.org/2000/svg\"),_vendor_browser_svelte_internal_index.attr(r,\"xmlns:xlink\",\"http://www.w3.org/1999/xlink\"),_vendor_browser_svelte_internal_index.attr(r,\"viewBox\",\"0 0 27 27\")},m:function(e,l){_vendor_browser_svelte_internal_index.insert_hydration(e,r,l),_vendor_browser_svelte_internal_index.append_hydration(r,n),_vendor_browser_svelte_internal_index.append_hydration(n,t),_vendor_browser_svelte_internal_index.append_hydration(r,_),_vendor_browser_svelte_internal_index.append_hydration(_,o),_vendor_browser_svelte_internal_index.append_hydration(_,i)},p:function(e,n){var t=_slicedToArray$m(n,1)[0];1&t&&_vendor_browser_svelte_internal_index.attr(r,\"width\",e[0]),2&t&&_vendor_browser_svelte_internal_index.attr(r,\"height\",e[1]),4&t&&_vendor_browser_svelte_internal_index.attr(r,\"aria-label\",e[2])},i:_vendor_browser_svelte_internal_index.noop,o:_vendor_browser_svelte_internal_index.noop,d:function(e){e&&_vendor_browser_svelte_internal_index.detach(r)}}}function instance$m(e,r,n){var t=r.width,_=r.height,o=r.label,i=void 0===o?void 0:o;return e.$$set=function(e){\"width\"in e&&n(0,t=e.width),\"height\"in e&&n(1,_=e.height),\"label\"in e&&n(2,i=e.label)},[t,_,i]}var CircleArrowRight=function(e){_inherits$r(n,_vendor_browser_svelte_internal_index.SvelteComponent);var r=_createSuper$r(n);function n(e){var t;return _classCallCheck$r(this,n),t=r.call(this),_vendor_browser_svelte_internal_index.init(_assertThisInitialized$r(t),e,instance$m,create_fragment$r,_vendor_browser_svelte_internal_index.safe_not_equal,{width:0,height:1,label:2}),t}return n}(),CircleArrowRight$1=CircleArrowRight;function _arrayLikeToArray$l(e,r){(null==r||r>e.length)&&(r=e.length);for(var n=0,t=new Array(r);n<r;n++)t[n]=e[n];return t}function _arrayWithHoles$l(e){if(Array.isArray(e))return e}function _assertThisInitialized$q(e){if(void 0===e)throw new ReferenceError(\"this hasn\\'t been initialised - super() hasn\\'t been called\");return e}function _classCallCheck$q(e,r){if(!(e instanceof r))throw new TypeError(\"Cannot call a class as a function\")}function _getPrototypeOf$q(e){return(_getPrototypeOf$q=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function _inherits$q(e,r){if(\"function\"!=typeof r&&null!==r)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(r&&r.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),r&&_setPrototypeOf$q(e,r)}function _iterableToArrayLimit$l(e,r){var n=null==e?null:\"undefined\"!=typeof Symbol&&e[Symbol.iterator]||e[\"@@iterator\"];if(null!=n){var t,_,o=[],i=!0,l=!1;try{for(n=n.call(e);!(i=(t=n.next()).done)&&(o.push(t.value),!r||o.length!==r);i=!0);}catch(e){l=!0,_=e}finally{try{i||null==n.return||n.return()}finally{if(l)throw _}}return o}}function _nonIterableRest$l(){throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\\\\\\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}function _possibleConstructorReturn$q(e,r){return!r||\"object\"!==_typeof$q(r)&&\"function\"!=typeof r?_assertThisInitialized$q(e):r}function _setPrototypeOf$q(e,r){return(_setPrototypeOf$q=Object.setPrototypeOf||function(e,r){return e.__proto__=r,e})(e,r)}function _slicedToArray$l(e,r){return _arrayWithHoles$l(e)||_iterableToArrayLimit$l(e,r)||_unsupportedIterableToArray$l(e,r)||_nonIterableRest$l()}var _typeof$q=function(e){return e&&\"undefined\"!=typeof Symbol&&e.constructor===Symbol?\"symbol\":typeof e};function _unsupportedIterableToArray$l(e,r){if(e){if(\"string\"==typeof e)return _arrayLikeToArray$l(e,r);var n=Object.prototype.toString.call(e).slice(8,-1);return\"Object\"===n&&e.constructor&&(n=e.constructor.name),\"Map\"===n||\"Set\"===n?Array.from(n):\"Arguments\"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?_arrayLikeToArray$l(e,r):void 0}}function _isNativeReflectConstruct$q(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function _createSuper$q(e){var r=_isNativeReflectConstruct$q();return function(){var n,t=_getPrototypeOf$q(e);if(r){var _=_getPrototypeOf$q(this).constructor;n=Reflect.construct(t,arguments,_)}else n=t.apply(this,arguments);return _possibleConstructorReturn$q(this,n)}}function create_fragment$q(e){var r,n;return{c:function(){r=_vendor_browser_svelte_internal_index.svg_element(\"svg\"),n=_vendor_browser_svelte_internal_index.svg_element(\"path\"),this.h()},l:function(e){r=_vendor_browser_svelte_internal_index.claim_svg_element(e,\"svg\",{width:!0,height:!0,\"aria-label\":!0,role:!0,xmlns:!0,viewBox:!0});var t=_vendor_browser_svelte_internal_index.children(r);n=_vendor_browser_svelte_internal_index.claim_svg_element(t,\"path\",{id:!0,fill:!0,\"fill-rule\":!0,d:!0}),_vendor_browser_svelte_internal_index.children(n).forEach(_vendor_browser_svelte_internal_index.detach),t.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(n,\"id\",\"a-caret-down\"),_vendor_browser_svelte_internal_index.attr(n,\"fill\",e[3]),_vendor_browser_svelte_internal_index.attr(n,\"fill-rule\",\"nonzero\"),_vendor_browser_svelte_internal_index.attr(n,\"d\",\"M1.81 1.295C1.445.99 1.445.533 1.81.23a.999.999 0 0 1 1.27 0l7.086 5.942L17.161.23a.999.999 0 0 1 1.272 0c.363.304.363.761 0 1.066l-7.63 6.476a.999.999 0 0 1-1.272 0L1.809 1.295z\"),_vendor_browser_svelte_internal_index.attr(r,\"width\",e[0]),_vendor_browser_svelte_internal_index.attr(r,\"height\",e[1]),_vendor_browser_svelte_internal_index.attr(r,\"aria-label\",e[2]),_vendor_browser_svelte_internal_index.attr(r,\"role\",\"img\"),_vendor_browser_svelte_internal_index.attr(r,\"xmlns\",\"http://www.w3.org/2000/svg\"),_vendor_browser_svelte_internal_index.attr(r,\"viewBox\",\"0 0 20 8\")},m:function(e,t){_vendor_browser_svelte_internal_index.insert_hydration(e,r,t),_vendor_browser_svelte_internal_index.append_hydration(r,n)},p:function(e,t){var _=_slicedToArray$l(t,1)[0];8&_&&_vendor_browser_svelte_internal_index.attr(n,\"fill\",e[3]),1&_&&_vendor_browser_svelte_internal_index.attr(r,\"width\",e[0]),2&_&&_vendor_browser_svelte_internal_index.attr(r,\"height\",e[1]),4&_&&_vendor_browser_svelte_internal_index.attr(r,\"aria-label\",e[2])},i:_vendor_browser_svelte_internal_index.noop,o:_vendor_browser_svelte_internal_index.noop,d:function(e){e&&_vendor_browser_svelte_internal_index.detach(r)}}}function instance$l(e,r,n){var t=r.width,_=r.height,o=r.label,i=void 0===o?void 0:o,l=r.fill;return e.$$set=function(e){\"width\"in e&&n(0,t=e.width),\"height\"in e&&n(1,_=e.height),\"label\"in e&&n(2,i=e.label),\"fill\"in e&&n(3,l=e.fill)},[t,_,i,l]}var CaretDownIcon=function(e){_inherits$q(n,_vendor_browser_svelte_internal_index.SvelteComponent);var r=_createSuper$q(n);function n(e){var t;return _classCallCheck$q(this,n),t=r.call(this),_vendor_browser_svelte_internal_index.init(_assertThisInitialized$q(t),e,instance$l,create_fragment$q,_vendor_browser_svelte_internal_index.safe_not_equal,{width:0,height:1,label:2,fill:3}),t}return n}(),CaretDown=CaretDownIcon;function _arrayLikeToArray$k(e,r){(null==r||r>e.length)&&(r=e.length);for(var n=0,t=new Array(r);n<r;n++)t[n]=e[n];return t}function _arrayWithHoles$k(e){if(Array.isArray(e))return e}function _assertThisInitialized$p(e){if(void 0===e)throw new ReferenceError(\"this hasn\\'t been initialised - super() hasn\\'t been called\");return e}function _classCallCheck$p(e,r){if(!(e instanceof r))throw new TypeError(\"Cannot call a class as a function\")}function _getPrototypeOf$p(e){return(_getPrototypeOf$p=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function _inherits$p(e,r){if(\"function\"!=typeof r&&null!==r)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(r&&r.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),r&&_setPrototypeOf$p(e,r)}function _iterableToArrayLimit$k(e,r){var n=null==e?null:\"undefined\"!=typeof Symbol&&e[Symbol.iterator]||e[\"@@iterator\"];if(null!=n){var t,_,o=[],i=!0,l=!1;try{for(n=n.call(e);!(i=(t=n.next()).done)&&(o.push(t.value),!r||o.length!==r);i=!0);}catch(e){l=!0,_=e}finally{try{i||null==n.return||n.return()}finally{if(l)throw _}}return o}}function _nonIterableRest$k(){throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\\\\\\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}function _possibleConstructorReturn$p(e,r){return!r||\"object\"!==_typeof$p(r)&&\"function\"!=typeof r?_assertThisInitialized$p(e):r}function _setPrototypeOf$p(e,r){return(_setPrototypeOf$p=Object.setPrototypeOf||function(e,r){return e.__proto__=r,e})(e,r)}function _slicedToArray$k(e,r){return _arrayWithHoles$k(e)||_iterableToArrayLimit$k(e,r)||_unsupportedIterableToArray$k(e,r)||_nonIterableRest$k()}var _typeof$p=function(e){return e&&\"undefined\"!=typeof Symbol&&e.constructor===Symbol?\"symbol\":typeof e};function _unsupportedIterableToArray$k(e,r){if(e){if(\"string\"==typeof e)return _arrayLikeToArray$k(e,r);var n=Object.prototype.toString.call(e).slice(8,-1);return\"Object\"===n&&e.constructor&&(n=e.constructor.name),\"Map\"===n||\"Set\"===n?Array.from(n):\"Arguments\"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?_arrayLikeToArray$k(e,r):void 0}}function _isNativeReflectConstruct$p(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function _createSuper$p(e){var r=_isNativeReflectConstruct$p();return function(){var n,t=_getPrototypeOf$p(e);if(r){var _=_getPrototypeOf$p(this).constructor;n=Reflect.construct(t,arguments,_)}else n=t.apply(this,arguments);return _possibleConstructorReturn$p(this,n)}}function create_fragment$p(e){var r,n;return{c:function(){r=_vendor_browser_svelte_internal_index.svg_element(\"svg\"),n=_vendor_browser_svelte_internal_index.svg_element(\"path\"),this.h()},l:function(e){r=_vendor_browser_svelte_internal_index.claim_svg_element(e,\"svg\",{width:!0,height:!0,\"aria-label\":!0,role:!0,viewBox:!0,style:!0});var t=_vendor_browser_svelte_internal_index.children(r);n=_vendor_browser_svelte_internal_index.claim_svg_element(t,\"path\",{id:!0,fill:!0,\"fill-rule\":!0,d:!0}),_vendor_browser_svelte_internal_index.children(n).forEach(_vendor_browser_svelte_internal_index.detach),t.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(n,\"id\",\"a-caret-right\"),_vendor_browser_svelte_internal_index.attr(n,\"fill\",e[3]),_vendor_browser_svelte_internal_index.attr(n,\"fill-rule\",\"nonzero\"),_vendor_browser_svelte_internal_index.attr(n,\"d\",\"M768.072 514.022c0 10.236-3.904 20.47-11.712 28.282l-344.098 344.156c-15.62 15.624-40.946 15.624-56.568 0.006-15.622-15.622-15.624-40.948-0.006-56.568l315.82-315.876-315.868-315.922c-15.618-15.624-15.618-40.952 0.004-56.568 15.624-15.62 40.95-15.618 56.57 0.006l344.144 344.204c7.81 7.81 11.714 18.044 11.714 28.28z\"),_vendor_browser_svelte_internal_index.attr(r,\"width\",e[0]),_vendor_browser_svelte_internal_index.attr(r,\"height\",e[1]),_vendor_browser_svelte_internal_index.attr(r,\"aria-label\",e[2]),_vendor_browser_svelte_internal_index.attr(r,\"role\",\"img\"),_vendor_browser_svelte_internal_index.attr(r,\"viewBox\",\"0 0 1024 1024\"),_vendor_browser_svelte_internal_index.attr(r,\"style\",e[4])},m:function(e,t){_vendor_browser_svelte_internal_index.insert_hydration(e,r,t),_vendor_browser_svelte_internal_index.append_hydration(r,n)},p:function(e,t){var _=_slicedToArray$k(t,1)[0];8&_&&_vendor_browser_svelte_internal_index.attr(n,\"fill\",e[3]),1&_&&_vendor_browser_svelte_internal_index.attr(r,\"width\",e[0]),2&_&&_vendor_browser_svelte_internal_index.attr(r,\"height\",e[1]),4&_&&_vendor_browser_svelte_internal_index.attr(r,\"aria-label\",e[2]),16&_&&_vendor_browser_svelte_internal_index.attr(r,\"style\",e[4])},i:_vendor_browser_svelte_internal_index.noop,o:_vendor_browser_svelte_internal_index.noop,d:function(e){e&&_vendor_browser_svelte_internal_index.detach(r)}}}function instance$k(e,r,n){var t=r.width,_=r.height,o=r.label,i=void 0===o?void 0:o,l=r.fill,a=r.style,s=void 0===a?null:a;return e.$$set=function(e){\"width\"in e&&n(0,t=e.width),\"height\"in e&&n(1,_=e.height),\"label\"in e&&n(2,i=e.label),\"fill\"in e&&n(3,l=e.fill),\"style\"in e&&n(4,s=e.style)},[t,_,i,l,s]}var CaretRightIcon=function(e){_inherits$p(n,_vendor_browser_svelte_internal_index.SvelteComponent);var r=_createSuper$p(n);function n(e){var t;return _classCallCheck$p(this,n),t=r.call(this),_vendor_browser_svelte_internal_index.init(_assertThisInitialized$p(t),e,instance$k,create_fragment$p,_vendor_browser_svelte_internal_index.safe_not_equal,{width:0,height:1,label:2,fill:3,style:4}),t}return n}(),CaretRight=CaretRightIcon;function _arrayLikeToArray$j(e,r){(null==r||r>e.length)&&(r=e.length);for(var n=0,t=new Array(r);n<r;n++)t[n]=e[n];return t}function _arrayWithHoles$j(e){if(Array.isArray(e))return e}function _assertThisInitialized$o(e){if(void 0===e)throw new ReferenceError(\"this hasn\\'t been initialised - super() hasn\\'t been called\");return e}function _classCallCheck$o(e,r){if(!(e instanceof r))throw new TypeError(\"Cannot call a class as a function\")}function _getPrototypeOf$o(e){return(_getPrototypeOf$o=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function _inherits$o(e,r){if(\"function\"!=typeof r&&null!==r)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(r&&r.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),r&&_setPrototypeOf$o(e,r)}function _iterableToArrayLimit$j(e,r){var n=null==e?null:\"undefined\"!=typeof Symbol&&e[Symbol.iterator]||e[\"@@iterator\"];if(null!=n){var t,_,o=[],i=!0,l=!1;try{for(n=n.call(e);!(i=(t=n.next()).done)&&(o.push(t.value),!r||o.length!==r);i=!0);}catch(e){l=!0,_=e}finally{try{i||null==n.return||n.return()}finally{if(l)throw _}}return o}}function _nonIterableRest$j(){throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\\\\\\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}function _possibleConstructorReturn$o(e,r){return!r||\"object\"!==_typeof$o(r)&&\"function\"!=typeof r?_assertThisInitialized$o(e):r}function _setPrototypeOf$o(e,r){return(_setPrototypeOf$o=Object.setPrototypeOf||function(e,r){return e.__proto__=r,e})(e,r)}function _slicedToArray$j(e,r){return _arrayWithHoles$j(e)||_iterableToArrayLimit$j(e,r)||_unsupportedIterableToArray$j(e,r)||_nonIterableRest$j()}var _typeof$o=function(e){return e&&\"undefined\"!=typeof Symbol&&e.constructor===Symbol?\"symbol\":typeof e};function _unsupportedIterableToArray$j(e,r){if(e){if(\"string\"==typeof e)return _arrayLikeToArray$j(e,r);var n=Object.prototype.toString.call(e).slice(8,-1);return\"Object\"===n&&e.constructor&&(n=e.constructor.name),\"Map\"===n||\"Set\"===n?Array.from(n):\"Arguments\"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?_arrayLikeToArray$j(e,r):void 0}}function _isNativeReflectConstruct$o(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function _createSuper$o(e){var r=_isNativeReflectConstruct$o();return function(){var n,t=_getPrototypeOf$o(e);if(r){var _=_getPrototypeOf$o(this).constructor;n=Reflect.construct(t,arguments,_)}else n=t.apply(this,arguments);return _possibleConstructorReturn$o(this,n)}}function create_fragment$o(e){var r,n;return{c:function(){r=_vendor_browser_svelte_internal_index.svg_element(\"svg\"),n=_vendor_browser_svelte_internal_index.svg_element(\"path\"),this.h()},l:function(e){r=_vendor_browser_svelte_internal_index.claim_svg_element(e,\"svg\",{width:!0,height:!0,\"aria-label\":!0,role:!0,viewBox:!0,fill:!0,xmlns:!0});var t=_vendor_browser_svelte_internal_index.children(r);n=_vendor_browser_svelte_internal_index.claim_svg_element(t,\"path\",{\"fill-rule\":!0,\"clip-rule\":!0,d:!0,fill:!0}),_vendor_browser_svelte_internal_index.children(n).forEach(_vendor_browser_svelte_internal_index.detach),t.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(n,\"fill-rule\",\"evenodd\"),_vendor_browser_svelte_internal_index.attr(n,\"clip-rule\",\"evenodd\"),_vendor_browser_svelte_internal_index.attr(n,\"d\",\"M8.35953 0.209196L8.43596 0.28491L13.3524 5.13883C13.5352 5.31955 13.6227 5.58776 13.5399 5.82955C13.3456 6.39883 12.6885 6.50348 12.3238 6.14348L8.57131 2.49991V14.2856C8.57131 14.6428 8.21417 14.9999 7.85703 14.9999C7.49989 14.9999 7.14274 14.6413 7.14274 14.2856V2.49991L3.37203 6.14348C3.06132 6.45026 2.53846 6.41991 2.26989 6.05205C2.05918 5.76312 2.12132 5.35776 2.37632 5.10633L7.25989 0.284553L7.33632 0.209196C7.61881 -0.0697321 8.07703 -0.0697321 8.35953 0.209196ZM1.42857 18.5714H14.2857V10.7143C14.2857 10.32 14.6057 10 15 10C15.3943 10 15.7143 10.32 15.7143 10.7143V19.2857C15.7143 19.68 15.3943 20 15 20H0.714285C0.32 20 0 19.68 0 19.2857V10.7143C0 10.32 0.32 10 0.714285 10C1.10857 10 1.42857 10.32 1.42857 10.7143V18.5714Z\"),_vendor_browser_svelte_internal_index.attr(n,\"fill\",\"#0C0C0C\"),_vendor_browser_svelte_internal_index.attr(r,\"width\",e[0]),_vendor_browser_svelte_internal_index.attr(r,\"height\",e[1]),_vendor_browser_svelte_internal_index.attr(r,\"aria-label\",e[2]),_vendor_browser_svelte_internal_index.attr(r,\"role\",\"img\"),_vendor_browser_svelte_internal_index.attr(r,\"viewBox\",\"0 0 16 20\"),_vendor_browser_svelte_internal_index.attr(r,\"fill\",\"none\"),_vendor_browser_svelte_internal_index.attr(r,\"xmlns\",\"http://www.w3.org/2000/svg\")},m:function(e,t){_vendor_browser_svelte_internal_index.insert_hydration(e,r,t),_vendor_browser_svelte_internal_index.append_hydration(r,n)},p:function(e,n){var t=_slicedToArray$j(n,1)[0];1&t&&_vendor_browser_svelte_internal_index.attr(r,\"width\",e[0]),2&t&&_vendor_browser_svelte_internal_index.attr(r,\"height\",e[1]),4&t&&_vendor_browser_svelte_internal_index.attr(r,\"aria-label\",e[2])},i:_vendor_browser_svelte_internal_index.noop,o:_vendor_browser_svelte_internal_index.noop,d:function(e){e&&_vendor_browser_svelte_internal_index.detach(r)}}}function instance$j(e,r,n){var t=r.width,_=r.height,o=r.label,i=void 0===o?void 0:o;return e.$$set=function(e){\"width\"in e&&n(0,t=e.width),\"height\"in e&&n(1,_=e.height),\"label\"in e&&n(2,i=e.label)},[t,_,i]}var ShareIcon=function(e){_inherits$o(n,_vendor_browser_svelte_internal_index.SvelteComponent);var r=_createSuper$o(n);function n(e){var t;return _classCallCheck$o(this,n),t=r.call(this),_vendor_browser_svelte_internal_index.init(_assertThisInitialized$o(t),e,instance$j,create_fragment$o,_vendor_browser_svelte_internal_index.safe_not_equal,{width:0,height:1,label:2}),t}return n}(),ShareIcon$1=ShareIcon;function _arrayLikeToArray$i(e,r){(null==r||r>e.length)&&(r=e.length);for(var n=0,t=new Array(r);n<r;n++)t[n]=e[n];return t}function _arrayWithHoles$i(e){if(Array.isArray(e))return e}function _assertThisInitialized$n(e){if(void 0===e)throw new ReferenceError(\"this hasn\\'t been initialised - super() hasn\\'t been called\");return e}function _classCallCheck$n(e,r){if(!(e instanceof r))throw new TypeError(\"Cannot call a class as a function\")}function _getPrototypeOf$n(e){return(_getPrototypeOf$n=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function _inherits$n(e,r){if(\"function\"!=typeof r&&null!==r)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(r&&r.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),r&&_setPrototypeOf$n(e,r)}function _iterableToArrayLimit$i(e,r){var n=null==e?null:\"undefined\"!=typeof Symbol&&e[Symbol.iterator]||e[\"@@iterator\"];if(null!=n){var t,_,o=[],i=!0,l=!1;try{for(n=n.call(e);!(i=(t=n.next()).done)&&(o.push(t.value),!r||o.length!==r);i=!0);}catch(e){l=!0,_=e}finally{try{i||null==n.return||n.return()}finally{if(l)throw _}}return o}}function _nonIterableRest$i(){throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\\\\\\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}function _possibleConstructorReturn$n(e,r){return!r||\"object\"!==_typeof$n(r)&&\"function\"!=typeof r?_assertThisInitialized$n(e):r}function _setPrototypeOf$n(e,r){return(_setPrototypeOf$n=Object.setPrototypeOf||function(e,r){return e.__proto__=r,e})(e,r)}function _slicedToArray$i(e,r){return _arrayWithHoles$i(e)||_iterableToArrayLimit$i(e,r)||_unsupportedIterableToArray$i(e,r)||_nonIterableRest$i()}var _typeof$n=function(e){return e&&\"undefined\"!=typeof Symbol&&e.constructor===Symbol?\"symbol\":typeof e};function _unsupportedIterableToArray$i(e,r){if(e){if(\"string\"==typeof e)return _arrayLikeToArray$i(e,r);var n=Object.prototype.toString.call(e).slice(8,-1);return\"Object\"===n&&e.constructor&&(n=e.constructor.name),\"Map\"===n||\"Set\"===n?Array.from(n):\"Arguments\"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?_arrayLikeToArray$i(e,r):void 0}}function _isNativeReflectConstruct$n(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function _createSuper$n(e){var r=_isNativeReflectConstruct$n();return function(){var n,t=_getPrototypeOf$n(e);if(r){var _=_getPrototypeOf$n(this).constructor;n=Reflect.construct(t,arguments,_)}else n=t.apply(this,arguments);return _possibleConstructorReturn$n(this,n)}}function create_fragment$n(e){var r,n,t,_,o,i,l,a,s,d,v,c,f,u,h,b,w,p,x,y,m,g,C,$;return{c:function(){r=_vendor_browser_svelte_internal_index.svg_element(\"svg\"),n=_vendor_browser_svelte_internal_index.svg_element(\"path\"),t=_vendor_browser_svelte_internal_index.svg_element(\"path\"),_=_vendor_browser_svelte_internal_index.svg_element(\"path\"),o=_vendor_browser_svelte_internal_index.svg_element(\"path\"),i=_vendor_browser_svelte_internal_index.svg_element(\"path\"),l=_vendor_browser_svelte_internal_index.svg_element(\"path\"),a=_vendor_browser_svelte_internal_index.svg_element(\"path\"),s=_vendor_browser_svelte_internal_index.svg_element(\"path\"),d=_vendor_browser_svelte_internal_index.svg_element(\"path\"),v=_vendor_browser_svelte_internal_index.svg_element(\"path\"),c=_vendor_browser_svelte_internal_index.svg_element(\"path\"),f=_vendor_browser_svelte_internal_index.svg_element(\"path\"),u=_vendor_browser_svelte_internal_index.svg_element(\"path\"),h=_vendor_browser_svelte_internal_index.svg_element(\"path\"),b=_vendor_browser_svelte_internal_index.svg_element(\"path\"),w=_vendor_browser_svelte_internal_index.svg_element(\"path\"),p=_vendor_browser_svelte_internal_index.svg_element(\"path\"),x=_vendor_browser_svelte_internal_index.svg_element(\"path\"),y=_vendor_browser_svelte_internal_index.svg_element(\"path\"),m=_vendor_browser_svelte_internal_index.svg_element(\"path\"),g=_vendor_browser_svelte_internal_index.svg_element(\"path\"),C=_vendor_browser_svelte_internal_index.svg_element(\"path\"),$=_vendor_browser_svelte_internal_index.svg_element(\"path\"),this.h()},l:function(e){r=_vendor_browser_svelte_internal_index.claim_svg_element(e,\"svg\",{width:!0,height:!0,\"aria-label\":!0,role:!0,viewBox:!0,fill:!0,xmlns:!0});var O=_vendor_browser_svelte_internal_index.children(r);n=_vendor_browser_svelte_internal_index.claim_svg_element(O,\"path\",{d:!0,fill:!0}),_vendor_browser_svelte_internal_index.children(n).forEach(_vendor_browser_svelte_internal_index.detach),t=_vendor_browser_svelte_internal_index.claim_svg_element(O,\"path\",{d:!0,fill:!0}),_vendor_browser_svelte_internal_index.children(t).forEach(_vendor_browser_svelte_internal_index.detach),_=_vendor_browser_svelte_internal_index.claim_svg_element(O,\"path\",{d:!0,fill:!0}),_vendor_browser_svelte_internal_index.children(_).forEach(_vendor_browser_svelte_internal_index.detach),o=_vendor_browser_svelte_internal_index.claim_svg_element(O,\"path\",{d:!0,fill:!0}),_vendor_browser_svelte_internal_index.children(o).forEach(_vendor_browser_svelte_internal_index.detach),i=_vendor_browser_svelte_internal_index.claim_svg_element(O,\"path\",{d:!0,fill:!0}),_vendor_browser_svelte_internal_index.children(i).forEach(_vendor_browser_svelte_internal_index.detach),l=_vendor_browser_svelte_internal_index.claim_svg_element(O,\"path\",{d:!0,fill:!0}),_vendor_browser_svelte_internal_index.children(l).forEach(_vendor_browser_svelte_internal_index.detach),a=_vendor_browser_svelte_internal_index.claim_svg_element(O,\"path\",{d:!0,fill:!0}),_vendor_browser_svelte_internal_index.children(a).forEach(_vendor_browser_svelte_internal_index.detach),s=_vendor_browser_svelte_internal_index.claim_svg_element(O,\"path\",{d:!0,fill:!0}),_vendor_browser_svelte_internal_index.children(s).forEach(_vendor_browser_svelte_internal_index.detach),d=_vendor_browser_svelte_internal_index.claim_svg_element(O,\"path\",{d:!0,fill:!0}),_vendor_browser_svelte_internal_index.children(d).forEach(_vendor_browser_svelte_internal_index.detach),v=_vendor_browser_svelte_internal_index.claim_svg_element(O,\"path\",{d:!0,fill:!0}),_vendor_browser_svelte_internal_index.children(v).forEach(_vendor_browser_svelte_internal_index.detach),c=_vendor_browser_svelte_internal_index.claim_svg_element(O,\"path\",{d:!0,fill:!0}),_vendor_browser_svelte_internal_index.children(c).forEach(_vendor_browser_svelte_internal_index.detach),f=_vendor_browser_svelte_internal_index.claim_svg_element(O,\"path\",{d:!0,fill:!0}),_vendor_browser_svelte_internal_index.children(f).forEach(_vendor_browser_svelte_internal_index.detach),u=_vendor_browser_svelte_internal_index.claim_svg_element(O,\"path\",{d:!0,fill:!0}),_vendor_browser_svelte_internal_index.children(u).forEach(_vendor_browser_svelte_internal_index.detach),h=_vendor_browser_svelte_internal_index.claim_svg_element(O,\"path\",{d:!0,fill:!0}),_vendor_browser_svelte_internal_index.children(h).forEach(_vendor_browser_svelte_internal_index.detach),b=_vendor_browser_svelte_internal_index.claim_svg_element(O,\"path\",{d:!0,fill:!0}),_vendor_browser_svelte_internal_index.children(b).forEach(_vendor_browser_svelte_internal_index.detach),w=_vendor_browser_svelte_internal_index.claim_svg_element(O,\"path\",{d:!0,fill:!0}),_vendor_browser_svelte_internal_index.children(w).forEach(_vendor_browser_svelte_internal_index.detach),p=_vendor_browser_svelte_internal_index.claim_svg_element(O,\"path\",{d:!0,fill:!0}),_vendor_browser_svelte_internal_index.children(p).forEach(_vendor_browser_svelte_internal_index.detach),x=_vendor_browser_svelte_internal_index.claim_svg_element(O,\"path\",{d:!0,fill:!0}),_vendor_browser_svelte_internal_index.children(x).forEach(_vendor_browser_svelte_internal_index.detach),y=_vendor_browser_svelte_internal_index.claim_svg_element(O,\"path\",{d:!0,fill:!0}),_vendor_browser_svelte_internal_index.children(y).forEach(_vendor_browser_svelte_internal_index.detach),m=_vendor_browser_svelte_internal_index.claim_svg_element(O,\"path\",{d:!0,fill:!0}),_vendor_browser_svelte_internal_index.children(m).forEach(_vendor_browser_svelte_internal_index.detach),g=_vendor_browser_svelte_internal_index.claim_svg_element(O,\"path\",{d:!0,fill:!0}),_vendor_browser_svelte_internal_index.children(g).forEach(_vendor_browser_svelte_internal_index.detach),C=_vendor_browser_svelte_internal_index.claim_svg_element(O,\"path\",{d:!0,fill:!0}),_vendor_browser_svelte_internal_index.children(C).forEach(_vendor_browser_svelte_internal_index.detach),$=_vendor_browser_svelte_internal_index.claim_svg_element(O,\"path\",{d:!0,fill:!0}),_vendor_browser_svelte_internal_index.children($).forEach(_vendor_browser_svelte_internal_index.detach),O.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(n,\"d\",\"M7.05333 8.1928H2.45809L1.75113 9.73397C1.73693 9.76465 1.71423 9.79061 1.68572 9.80878C1.65722 9.82695 1.6241 9.83656 1.59029 9.83648H0.176372C0.146893 9.83642 0.117897 9.82898 0.0920254 9.81485C0.0661534 9.80072 0.0442264 9.78035 0.028241 9.75558C0.0122557 9.73081 0.00272006 9.70244 0.000501344 9.67304C-0.00171737 9.64365 0.00345182 9.61416 0.0155383 9.58728L3.79778 1.15677C3.81172 1.12576 3.8343 1.09943 3.86283 1.08093C3.89136 1.06244 3.92461 1.05256 3.95861 1.05249H5.5369C5.5709 1.05256 5.60415 1.06244 5.63268 1.08093C5.66121 1.09943 5.68379 1.12576 5.69773 1.15677L9.47997 9.58728C9.49206 9.61416 9.49723 9.64365 9.49501 9.67304C9.49279 9.70244 9.48325 9.73081 9.46727 9.75558C9.45128 9.78035 9.42936 9.80072 9.40349 9.81485C9.37761 9.82898 9.34862 9.83642 9.31914 9.83648H7.90522C7.87122 9.83641 7.83796 9.82653 7.80944 9.80804C7.78091 9.78954 7.75832 9.76321 7.74438 9.7322L7.05333 8.1928ZM4.75571 2.89059L3.1244 6.63041H6.38702L4.75571 2.89059Z\"),_vendor_browser_svelte_internal_index.attr(n,\"fill\",\"#0E243C\"),_vendor_browser_svelte_internal_index.attr(t,\"d\",\"M18.3221 3.47464L15.3335 8.63369C15.317 8.65564 15.2957 8.67346 15.2711 8.68573C15.2466 8.698 15.2195 8.70439 15.1921 8.70439H15.0436C15.0157 8.70446 14.9882 8.69793 14.9633 8.68534C14.9385 8.67274 14.9169 8.65444 14.9005 8.63192L12.1521 3.46227V9.67292C12.1521 9.7198 12.1335 9.76475 12.1004 9.7979C12.0672 9.83104 12.0223 9.84966 11.9754 9.84966H10.6728C10.626 9.84966 10.581 9.83104 10.5479 9.7979C10.5147 9.76475 10.4961 9.7198 10.4961 9.67292V1.24241C10.4961 1.19554 10.5147 1.15059 10.5479 1.11744C10.581 1.0843 10.626 1.06567 10.6728 1.06567H12.5056C12.5335 1.0656 12.561 1.07213 12.5859 1.08472C12.6108 1.09732 12.6323 1.11562 12.6488 1.13814L15.1673 5.91012L17.8626 1.13814C17.8791 1.11562 17.9006 1.09732 17.9255 1.08472C17.9504 1.07213 17.9779 1.0656 18.0058 1.06567H19.8103C19.8572 1.06567 19.9021 1.0843 19.9353 1.11744C19.9684 1.15059 19.987 1.19554 19.987 1.24241V9.67292C19.987 9.7198 19.9684 9.76475 19.9353 9.7979C19.9021 9.83104 19.8572 9.84966 19.8103 9.84966H18.5077C18.4609 9.84966 18.4159 9.83104 18.3828 9.7979C18.3496 9.76475 18.331 9.7198 18.331 9.67292L18.3221 3.47464Z\"),_vendor_browser_svelte_internal_index.attr(t,\"fill\",\"#0E243C\"),_vendor_browser_svelte_internal_index.attr(_,\"d\",\"M28.2832 9.83683H22.0602C22.0133 9.83683 21.9684 9.81821 21.9352 9.78506C21.9021 9.75192 21.8835 9.70696 21.8835 9.66009V1.22606C21.8835 1.17918 21.9021 1.13423 21.9352 1.10108C21.9684 1.06794 22.0133 1.04932 22.0602 1.04932H28.2832C28.3301 1.04932 28.3751 1.06794 28.4082 1.10108C28.4414 1.13423 28.46 1.17918 28.46 1.22606V2.47914C28.46 2.52602 28.4414 2.57097 28.4082 2.60412C28.3751 2.63726 28.3301 2.65588 28.2832 2.65588H23.5272V4.67602H27.3995C27.4464 4.67602 27.4914 4.69464 27.5245 4.72779C27.5577 4.76093 27.5763 4.80589 27.5763 4.85276V6.05459C27.5763 6.10147 27.5577 6.14642 27.5245 6.17957C27.4914 6.21271 27.4464 6.23133 27.3995 6.23133H23.5272V8.20198H28.2832C28.3301 8.20198 28.3751 8.2206 28.4082 8.25375C28.4414 8.28689 28.46 8.33185 28.46 8.37872V9.65655C28.4605 9.68006 28.4562 9.70342 28.4476 9.72527C28.4389 9.74713 28.4259 9.76703 28.4095 9.78382C28.393 9.80061 28.3734 9.81394 28.3517 9.82304C28.33 9.83215 28.3068 9.83683 28.2832 9.83683Z\"),_vendor_browser_svelte_internal_index.attr(_,\"fill\",\"#0E243C\"),_vendor_browser_svelte_internal_index.attr(o,\"d\",\"M37.8325 9.83633H36.0987C36.0482 9.83514 35.9986 9.82316 35.9532 9.80122C35.9078 9.77927 35.8676 9.74785 35.8353 9.70907L33.3928 6.88123H31.712V9.47578C31.712 9.56952 31.6747 9.65943 31.6084 9.72573C31.5421 9.79202 31.4522 9.82926 31.3585 9.82926H30.4094C30.3156 9.82926 30.2257 9.79202 30.1594 9.72573C30.0931 9.65943 30.0559 9.56952 30.0559 9.47578V1.40229C30.0559 1.30854 30.0931 1.21863 30.1594 1.15234C30.2257 1.08605 30.3156 1.04881 30.4094 1.04881C30.9909 1.04881 31.5688 1.04881 32.1432 1.04881C32.8325 1.04881 33.5289 1.04881 34.2323 1.04881C34.6999 1.03945 35.1647 1.12233 35.6002 1.29271C35.9698 1.4407 36.3067 1.65989 36.5918 1.93781C36.8559 2.20039 37.0613 2.51605 37.1944 2.86393C37.3268 3.21225 37.3945 3.5818 37.3942 3.95442C37.394 4.25258 37.356 4.54952 37.281 4.83812C37.2068 5.12878 37.0818 5.40403 36.9117 5.65112C36.7297 5.91219 36.4971 6.13399 36.2277 6.30329C35.9023 6.50157 35.5426 6.63706 35.1672 6.70272L37.8272 9.70731L37.8325 9.83633ZM31.7084 2.60766V5.40722H34.2305C34.4622 5.41166 34.6927 5.37145 34.9092 5.2888C35.0877 5.2183 35.2482 5.10904 35.3793 4.9689C35.4982 4.83886 35.5895 4.68617 35.648 4.51998C35.7658 4.18844 35.7658 3.82643 35.648 3.49489C35.589 3.32738 35.495 3.17435 35.3723 3.04597C35.2393 2.9085 35.0792 2.80017 34.9021 2.72784C34.6885 2.64337 34.4602 2.60251 34.2305 2.60766H31.7084Z\"),_vendor_browser_svelte_internal_index.attr(o,\"fill\",\"#0E243C\"),_vendor_browser_svelte_internal_index.attr(i,\"d\",\"M39.5471 9.6601V1.22606C39.5471 1.17918 39.5657 1.13423 39.5988 1.10108C39.632 1.06794 39.6769 1.04932 39.7238 1.04932H41.014C41.0609 1.04932 41.1058 1.06794 41.139 1.10108C41.1721 1.13423 41.1907 1.17918 41.1907 1.22606V9.65656C41.1907 9.70344 41.1721 9.74839 41.139 9.78154C41.1058 9.81468 41.0609 9.8333 41.014 9.8333H39.7238C39.6775 9.83331 39.6331 9.81518 39.6001 9.78279C39.567 9.75041 39.548 9.70636 39.5471 9.6601Z\"),_vendor_browser_svelte_internal_index.attr(i,\"fill\",\"#0E243C\"),_vendor_browser_svelte_internal_index.attr(l,\"d\",\"M50.6323 8.60587C50.6491 8.62233 50.6625 8.64198 50.6716 8.66368C50.6807 8.68538 50.6855 8.70869 50.6855 8.73223C50.6855 8.75578 50.6807 8.77908 50.6716 8.80079C50.6625 8.82249 50.6491 8.84214 50.6323 8.8586C50.2283 9.23796 49.7523 9.53245 49.2325 9.72463C47.9606 10.1685 46.5718 10.1422 45.3177 9.6504C44.7684 9.41709 44.2759 9.06804 43.8737 8.62707C43.4986 8.20675 43.2146 7.7133 43.0395 7.17781C42.8602 6.63984 42.7689 6.07645 42.7691 5.50938C42.7688 4.93321 42.8619 4.3608 43.0448 3.81444C43.2289 3.25327 43.5295 2.73735 43.927 2.30056C44.3245 1.86377 44.8099 1.51597 45.3513 1.27999C46.0037 0.996646 46.7098 0.857966 47.4209 0.873487C48.0126 0.870711 48.5992 0.983582 49.1477 1.20576C49.6538 1.41321 50.1171 1.71286 50.5139 2.08946C50.5312 2.10597 50.5451 2.12584 50.5545 2.14787C50.564 2.1699 50.5689 2.19362 50.5689 2.2176C50.5689 2.24157 50.564 2.26529 50.5545 2.28732C50.5451 2.30935 50.5312 2.32922 50.5139 2.34573L49.662 3.17111C49.6292 3.20193 49.5859 3.21909 49.5409 3.21909C49.4959 3.21909 49.4526 3.20193 49.4198 3.17111C49.1646 2.94687 48.8697 2.77243 48.5503 2.65679C48.1887 2.52353 47.8063 2.45531 47.4209 2.45531C46.9506 2.44388 46.4835 2.5362 46.0529 2.72572C45.6987 2.88267 45.3825 3.11426 45.1259 3.40464C44.8694 3.69503 44.6786 4.03738 44.5665 4.40829C44.4523 4.76366 44.3927 5.13433 44.3898 5.50761C44.3919 5.87402 44.4515 6.23783 44.5665 6.58573C44.6782 6.93589 44.8585 7.26032 45.0968 7.54012C45.3531 7.8354 45.6727 8.06917 46.0317 8.22411C46.4703 8.40657 46.9426 8.49392 47.4174 8.48038C47.8191 8.47779 48.217 8.4011 48.5909 8.25415C48.9254 8.1298 49.234 7.94464 49.5011 7.70803C49.5342 7.67564 49.5786 7.6575 49.6249 7.6575C49.6711 7.6575 49.7155 7.67564 49.7486 7.70803L50.6323 8.60587Z\"),_vendor_browser_svelte_internal_index.attr(l,\"fill\",\"#0E243C\"),_vendor_browser_svelte_internal_index.attr(a,\"d\",\"M58.3644 8.19315H53.7692L53.0622 9.73432C53.048 9.765 53.0253 9.79096 52.9968 9.80913C52.9683 9.8273 52.9352 9.83691 52.9014 9.83683H51.4875C51.4578 9.83706 51.4286 9.82985 51.4025 9.81584C51.3764 9.80183 51.3542 9.78149 51.338 9.75667C51.3219 9.73186 51.3122 9.70337 51.3099 9.67384C51.3076 9.6443 51.3127 9.61465 51.3249 9.58763L55.0718 1.2614C55.0991 1.19872 55.1441 1.14533 55.2012 1.10768C55.2583 1.07004 55.325 1.04976 55.3934 1.04932H56.7437C56.8117 1.04946 56.8782 1.06921 56.9353 1.1062C56.9923 1.14319 57.0375 1.19585 57.0654 1.25787L60.7999 9.58409C60.812 9.61098 60.8172 9.64046 60.8149 9.66986C60.8127 9.69925 60.8032 9.72763 60.7872 9.75239C60.7712 9.77716 60.7493 9.79754 60.7234 9.81167C60.6975 9.8258 60.6686 9.83323 60.6391 9.83329H59.2252C59.1909 9.83356 59.1572 9.82385 59.1283 9.80534C59.0995 9.78682 59.0766 9.7603 59.0626 9.72902L58.3644 8.19315ZM56.0668 2.89095L54.4355 6.63077H57.6981L56.0668 2.89095Z\"),_vendor_browser_svelte_internal_index.attr(a,\"fill\",\"#0E243C\"),_vendor_browser_svelte_internal_index.attr(s,\"d\",\"M60.0279 0.935034C60.0261 0.807277 60.052 0.68065 60.1039 0.56388C60.1518 0.454087 60.2195 0.354039 60.3036 0.268725C60.3886 0.184779 60.4888 0.117623 60.5987 0.0707753C60.7106 0.0237883 60.8308 -0.000252365 60.9522 7.89529e-05C61.0794 -0.00156505 61.2057 0.0224805 61.3234 0.0707753C61.4345 0.118695 61.5348 0.188409 61.6185 0.275794C61.7046 0.367253 61.7719 0.474747 61.8165 0.592159C61.8668 0.723504 61.8914 0.863316 61.8889 1.00396C61.8934 1.28125 61.8595 1.55782 61.7882 1.8258C61.734 2.03024 61.6551 2.22729 61.5531 2.41258C61.483 2.54684 61.3883 2.66674 61.2739 2.76606C61.211 2.82845 61.1299 2.86929 61.0423 2.88271C61.0052 2.88412 60.968 2.87873 60.9328 2.8668C60.9042 2.85526 60.8775 2.8398 60.8532 2.82085L60.5793 2.60876C60.5564 2.59124 60.5382 2.56839 60.5262 2.5422C60.5142 2.51602 60.5087 2.4873 60.5104 2.45853C60.5101 2.43047 60.5156 2.40266 60.5266 2.37682C60.5375 2.35098 60.5537 2.32766 60.574 2.30831L60.6482 2.20226C60.6816 2.16031 60.709 2.11391 60.7295 2.0644C60.76 1.99732 60.7751 1.92424 60.7737 1.85055C60.6721 1.82896 60.5755 1.78816 60.4891 1.73036C60.3998 1.673 60.3194 1.60272 60.2506 1.52181C60.1817 1.44 60.1268 1.34746 60.0879 1.24787C60.0478 1.14847 60.0274 1.04222 60.0279 0.935034Z\"),_vendor_browser_svelte_internal_index.attr(s,\"fill\",\"#0E243C\"),_vendor_browser_svelte_internal_index.attr(d,\"d\",\"M68.9988 3.10444C68.9628 3.1228 68.9215 3.12826 68.882 3.11989C68.8424 3.11153 68.8069 3.08986 68.7814 3.05848C68.7101 2.96785 68.6296 2.88493 68.541 2.81105C68.3946 2.68872 68.2344 2.58374 68.0638 2.49822C67.8728 2.40158 67.6711 2.32744 67.4629 2.27729C67.2389 2.22353 67.0093 2.19624 66.7789 2.19599C66.1592 2.19599 65.7008 2.30911 65.4039 2.53533C65.2683 2.62687 65.1569 2.74996 65.0793 2.89403C65.0017 3.0381 64.9603 3.19886 64.9585 3.36248C64.9522 3.53524 65.008 3.70454 65.1158 3.83968C65.2329 3.97464 65.3783 4.08207 65.5418 4.15427C65.7407 4.24361 65.9495 4.30887 66.1639 4.34869C66.3972 4.39464 66.6481 4.43352 66.9168 4.4671C67.3637 4.52311 67.8074 4.60276 68.2459 4.7057C68.6451 4.79452 69.0268 4.94923 69.3752 5.16346C69.6989 5.3653 69.9683 5.64319 70.16 5.97293C70.3559 6.37136 70.4577 6.80943 70.4577 7.25341C70.4577 7.6974 70.3559 8.13547 70.16 8.5339C69.961 8.88144 69.6838 9.17793 69.3505 9.39992C68.9889 9.63412 68.5894 9.80394 68.1699 9.90187C67.7097 10.0118 67.238 10.0663 66.7648 10.0645C66.3392 10.0672 65.9142 10.0293 65.4958 9.95135C65.1209 9.88207 64.7578 9.75946 64.4177 9.58727C64.0913 9.41986 63.7978 9.19471 63.5517 8.92272C63.3219 8.66604 63.1356 8.3735 63.0002 8.0567C62.9828 8.01569 62.9814 7.96959 62.9965 7.92763C63.0116 7.88568 63.0419 7.85097 63.0815 7.83047L64.1526 7.27551C64.1937 7.25414 64.2415 7.24976 64.2858 7.26332C64.3301 7.27687 64.3673 7.30727 64.3894 7.34797C64.4758 7.51967 64.5865 7.67801 64.7181 7.8181C64.8858 7.99313 65.081 8.13942 65.2961 8.25111C65.5195 8.36601 65.7572 8.45042 66.003 8.50208C66.261 8.55699 66.5241 8.58424 66.7878 8.58338C67.0403 8.58385 67.2924 8.56077 67.5407 8.51445C67.7672 8.47396 67.9852 8.39569 68.1858 8.28293C68.365 8.18205 68.5195 8.0426 68.6382 7.87466C68.7589 7.69526 68.8206 7.48277 68.815 7.26667C68.8196 7.07881 68.7673 6.89394 68.6648 6.73645C68.5527 6.58 68.4064 6.45123 68.237 6.35999C68.0343 6.24884 67.8172 6.16617 67.5919 6.11432C67.325 6.05273 67.0547 6.0067 66.7825 5.97647C66.345 5.9293 65.9111 5.85373 65.4834 5.75024C65.0959 5.66226 64.7252 5.51183 64.3859 5.30485C64.0719 5.11344 63.8088 4.8491 63.6188 4.53427C63.4139 4.16206 63.3144 3.74107 63.3307 3.31653C63.3191 2.90861 63.4239 2.50582 63.633 2.15534C63.8318 1.83454 64.1022 1.56413 64.423 1.36531C64.7619 1.15473 65.1325 1.00016 65.5205 0.907557C65.9165 0.808373 66.323 0.757922 66.7312 0.757327C67.074 0.757019 67.4162 0.784208 67.7545 0.838628C68.0875 0.891343 68.4124 0.986373 68.7213 1.12141C69.0267 1.25479 69.3084 1.43684 69.5555 1.66047C69.7716 1.85748 69.9548 2.0878 70.0981 2.34269C70.1091 2.36342 70.1159 2.38613 70.118 2.4095C70.1201 2.43287 70.1176 2.45643 70.1105 2.4788C70.1034 2.50118 70.092 2.52192 70.0768 2.53982C70.0616 2.55772 70.043 2.57241 70.0221 2.58305L68.9988 3.10444Z\"),_vendor_browser_svelte_internal_index.attr(d,\"fill\",\"#0E243C\"),_vendor_browser_svelte_internal_index.attr(v,\"d\",\"M82.3623 8.60618C82.3791 8.62264 82.3925 8.6423 82.4016 8.664C82.4107 8.6857 82.4154 8.70901 82.4154 8.73255C82.4154 8.7561 82.4107 8.7794 82.4016 8.8011C82.3925 8.8228 82.3791 8.84246 82.3623 8.85892C81.9583 9.23828 81.4823 9.53276 80.9625 9.72495C79.69 10.169 78.3006 10.1426 77.0459 9.65072C76.4974 9.41695 76.0055 9.06795 75.6037 8.62739C75.228 8.20752 74.9438 7.71393 74.7695 7.17812C74.5902 6.64016 74.4988 6.07677 74.4991 5.5097C74.4988 4.93353 74.5919 4.36112 74.7748 3.81476C74.9555 3.26809 75.246 2.76409 75.6285 2.33368C76.0332 1.88093 76.5296 1.51946 77.0848 1.27324C77.7366 0.992605 78.4414 0.856342 79.1509 0.873804C79.742 0.87103 80.328 0.983906 80.8759 1.20607C81.3826 1.41352 81.8464 1.71315 82.2438 2.08978C82.2612 2.10629 82.275 2.12616 82.2845 2.14819C82.294 2.17022 82.2988 2.19394 82.2988 2.21791C82.2988 2.24189 82.294 2.26561 82.2845 2.28764C82.275 2.30966 82.2612 2.32954 82.2438 2.34605L81.3902 3.17143C81.3575 3.20174 81.3146 3.21858 81.27 3.21858C81.2254 3.21858 81.1825 3.20174 81.1498 3.17143C80.8946 2.94719 80.5997 2.77274 80.2803 2.65711C79.9186 2.52385 79.5363 2.45563 79.1509 2.45563C78.6806 2.44419 78.2135 2.53652 77.7829 2.72604C77.42 2.89092 77.0969 3.13204 76.8356 3.433C76.5906 3.71893 76.4071 4.05222 76.2965 4.41214C76.1822 4.76751 76.1227 5.13818 76.1198 5.51146C76.1219 5.87788 76.1815 6.24168 76.2965 6.58958C76.4074 6.94006 76.5878 7.26464 76.8267 7.54398C77.0831 7.83925 77.4027 8.07303 77.7617 8.22796C78.2003 8.41042 78.6725 8.49777 79.1473 8.48423C79.5491 8.48165 79.947 8.40495 80.3209 8.25801C80.6552 8.13325 80.9637 7.94814 81.2311 7.71188C81.2641 7.68002 81.3081 7.66222 81.3539 7.66222C81.3998 7.66222 81.4438 7.68002 81.4768 7.71188L82.3623 8.60618Z\"),_vendor_browser_svelte_internal_index.attr(v,\"fill\",\"#0E243C\"),_vendor_browser_svelte_internal_index.attr(c,\"d\",\"M89.9322 9.67292V6.29895H85.6145V9.67292C85.6145 9.71979 85.5959 9.76475 85.5627 9.79789C85.5296 9.83104 85.4846 9.84966 85.4377 9.84966H84.1352C84.0883 9.84966 84.0433 9.83104 84.0102 9.79789C83.977 9.76475 83.9584 9.71979 83.9584 9.67292V1.24241C83.9584 1.19554 83.977 1.15059 84.0102 1.11744C84.0433 1.0843 84.0883 1.06567 84.1352 1.06567H85.4377C85.4846 1.06567 85.5296 1.0843 85.5627 1.11744C85.5959 1.15059 85.6145 1.19554 85.6145 1.24241V4.77722H89.9322V1.24241C89.9322 1.19554 89.9509 1.15059 89.984 1.11744C90.0171 1.0843 90.0621 1.06567 90.109 1.06567H91.3992C91.4461 1.06567 91.491 1.0843 91.5242 1.11744C91.5573 1.15059 91.5759 1.19554 91.5759 1.24241V9.67292C91.5759 9.71979 91.5573 9.76475 91.5242 9.79789C91.491 9.83104 91.4461 9.84966 91.3992 9.84966H90.109C90.0858 9.84966 90.0628 9.84509 90.0413 9.83621C90.0199 9.82733 90.0004 9.81431 89.984 9.79789C89.9676 9.78148 89.9546 9.762 89.9457 9.74056C89.9368 9.71911 89.9322 9.69613 89.9322 9.67292Z\"),_vendor_browser_svelte_internal_index.attr(c,\"fill\",\"#0E243C\"),_vendor_browser_svelte_internal_index.attr(f,\"d\",\"M97.6944 0.872633C98.3736 0.864675 99.0463 1.00585 99.6651 1.2862C100.199 1.53455 100.676 1.89149 101.065 2.33427C101.437 2.76612 101.72 3.26697 101.899 3.80828C102.081 4.34958 102.17 4.91794 102.162 5.48908C102.154 6.05699 102.059 6.62027 101.88 7.15928C101.705 7.69382 101.425 8.18827 101.058 8.61385C100.672 9.05455 100.195 9.40613 99.6598 9.64424C99.028 9.91629 98.345 10.0489 97.6573 10.0331C96.9685 10.0482 96.2842 9.91754 95.6495 9.64954C95.1103 9.41689 94.628 9.07019 94.2356 8.63329C93.8639 8.21171 93.5824 7.71849 93.4085 7.18402C93.2286 6.64193 93.1372 6.07438 93.138 5.50322C93.1297 4.85396 93.2499 4.20946 93.4915 3.6068C93.712 3.05941 94.0408 2.56224 94.4583 2.14516C94.8724 1.73643 95.3655 1.41648 95.9076 1.2049C96.4763 0.980358 97.083 0.867544 97.6944 0.872633ZM94.7711 5.52796C94.7804 5.89199 94.8399 6.253 94.9479 6.60078C95.0531 6.95055 95.2254 7.27651 95.4551 7.56047C95.6948 7.853 95.9967 8.08847 96.3388 8.24976C96.7561 8.42471 97.204 8.51481 97.6564 8.51481C98.1088 8.51481 98.5568 8.42471 98.974 8.24976C99.3159 8.08821 99.6178 7.85279 99.8577 7.56047C100.088 7.27523 100.259 6.94642 100.36 6.59371C100.465 6.24349 100.524 5.88109 100.536 5.51559C100.545 5.14213 100.496 4.76958 100.391 4.41097C100.29 4.04891 100.12 3.70984 99.8895 3.41239C99.6508 3.10748 99.3495 2.85736 99.0058 2.67892C98.6029 2.47665 98.1576 2.37364 97.7068 2.37846C97.276 2.37112 96.8485 2.45421 96.4519 2.62236C96.0974 2.77594 95.7807 3.00516 95.524 3.29397C95.2679 3.58664 95.0737 3.92812 94.9532 4.29785C94.819 4.69536 94.7585 5.11403 94.7747 5.53327L94.7711 5.52796Z\"),_vendor_browser_svelte_internal_index.attr(f,\"fill\",\"#0E243C\"),_vendor_browser_svelte_internal_index.attr(u,\"d\",\"M103.898 9.6601V1.22606C103.898 1.17918 103.917 1.13423 103.95 1.10108C103.983 1.06794 104.028 1.04932 104.075 1.04932H105.365C105.412 1.04932 105.457 1.06794 105.49 1.10108C105.523 1.13423 105.542 1.17918 105.542 1.22606V9.65656C105.542 9.70344 105.523 9.74839 105.49 9.78154C105.457 9.81468 105.412 9.8333 105.365 9.8333H104.075C104.029 9.83331 103.984 9.81518 103.951 9.78279C103.918 9.75041 103.899 9.70636 103.898 9.6601Z\"),_vendor_browser_svelte_internal_index.attr(u,\"fill\",\"#0E243C\"),_vendor_browser_svelte_internal_index.attr(h,\"d\",\"M114.99 8.60619C115.007 8.62265 115.02 8.6423 115.029 8.664C115.038 8.6857 115.043 8.70901 115.043 8.73255C115.043 8.7561 115.038 8.77941 115.029 8.80111C115.02 8.82281 115.007 8.84246 114.99 8.85892C114.586 9.23867 114.109 9.53319 113.588 9.72495C112.317 10.1688 110.928 10.1425 109.674 9.65072C109.125 9.41695 108.633 9.06795 108.231 8.62739C107.856 8.20752 107.572 7.71393 107.397 7.17813C107.218 6.64016 107.127 6.07677 107.127 5.5097C107.126 4.93353 107.22 4.36112 107.403 3.81476C107.583 3.26809 107.874 2.76409 108.256 2.33368C108.661 1.88093 109.157 1.51946 109.713 1.27324C110.364 0.992605 111.069 0.856342 111.779 0.873804C112.37 0.87103 112.956 0.983906 113.504 1.20607C114.01 1.41352 114.474 1.71315 114.872 2.08978C114.889 2.10629 114.903 2.12616 114.912 2.14819C114.922 2.17022 114.927 2.19394 114.927 2.21791C114.927 2.24189 114.922 2.26561 114.912 2.28764C114.903 2.30966 114.889 2.32954 114.872 2.34605L114.018 3.17143C113.985 3.20174 113.942 3.21858 113.898 3.21858C113.853 3.21858 113.81 3.20174 113.778 3.17143C113.522 2.94719 113.227 2.77274 112.908 2.65711C112.546 2.52385 112.164 2.45563 111.779 2.45563C111.311 2.4466 110.847 2.54011 110.42 2.72958C110.057 2.89445 109.734 3.13558 109.472 3.43654C109.227 3.72246 109.044 4.05576 108.933 4.41568C108.819 4.77104 108.759 5.14172 108.756 5.515C108.758 5.88141 108.818 6.24522 108.933 6.59312C109.044 6.9436 109.224 7.26818 109.463 7.54751C109.72 7.84279 110.039 8.07656 110.398 8.2315C110.837 8.41396 111.309 8.50131 111.784 8.48777C112.186 8.48518 112.584 8.40849 112.957 8.26154C113.292 8.13679 113.6 7.95167 113.868 7.71542C113.901 7.68356 113.945 7.66575 113.991 7.66575C114.036 7.66575 114.08 7.68356 114.113 7.71542L114.99 8.60619Z\"),_vendor_browser_svelte_internal_index.attr(h,\"fill\",\"#0E243C\"),_vendor_browser_svelte_internal_index.attr(b,\"d\",\"M122.808 9.83683H116.41V1.04932H122.808C122.854 1.04932 122.899 1.06794 122.933 1.10108C122.966 1.13423 122.984 1.17918 122.984 1.22606V2.47914C122.984 2.52602 122.966 2.57097 122.933 2.60412C122.899 2.63726 122.854 2.65588 122.808 2.65588H118.053V4.67602H121.219C121.266 4.67602 121.31 4.69464 121.344 4.72779C121.377 4.76093 121.395 4.80589 121.395 4.85276V6.05459C121.395 6.10147 121.377 6.14642 121.344 6.17957C121.31 6.21271 121.266 6.23133 121.219 6.23133H118.053V8.20198H122.808C122.854 8.20198 122.899 8.2206 122.933 8.25375C122.966 8.28689 122.984 8.33185 122.984 8.37872V9.65655C122.985 9.68006 122.981 9.70342 122.972 9.72527C122.963 9.74713 122.95 9.76703 122.934 9.78382C122.917 9.80061 122.898 9.81394 122.876 9.82304C122.854 9.83215 122.831 9.83683 122.808 9.83683Z\"),_vendor_browser_svelte_internal_index.attr(b,\"fill\",\"#0E243C\"),_vendor_browser_svelte_internal_index.attr(w,\"d\",\"M150.851 8.33667H156.36C156.406 8.33667 156.451 8.35529 156.485 8.38844C156.518 8.42158 156.536 8.46654 156.536 8.51341V9.67813C156.536 9.72501 156.518 9.76996 156.485 9.8031C156.451 9.83625 156.406 9.85487 156.36 9.85487H149.044C149.044 7.24619 149.785 6.39253 152.457 5.32502C154.465 4.52262 154.905 4.32114 154.905 3.64422C154.905 2.96731 154.391 2.43885 153.01 2.43885C151.533 2.43885 150.907 3.03093 150.554 3.70785C150.543 3.72855 150.527 3.74682 150.509 3.76162C150.491 3.77641 150.47 3.78742 150.447 3.794C150.425 3.80058 150.401 3.8026 150.378 3.79995C150.355 3.7973 150.332 3.79002 150.312 3.77854L149.267 3.18823C149.227 3.16584 149.197 3.12882 149.184 3.08497C149.171 3.04113 149.175 2.99387 149.196 2.95317C149.785 1.84147 150.932 0.920654 152.996 0.920654C155.156 0.920654 156.549 2.03765 156.549 3.68134C156.549 5.56362 154.741 6.05319 153.035 6.68592C151.717 7.18256 151.116 7.6845 150.851 8.33667Z\"),_vendor_browser_svelte_internal_index.attr(w,\"fill\",\"#0E243C\"),_vendor_browser_svelte_internal_index.attr(p,\"d\",\"M157.74 5.46727C157.74 2.99291 159.585 0.925049 162.282 0.925049C164.979 0.925049 166.838 2.99644 166.838 5.46727C166.838 7.93809 164.993 10.0113 162.282 10.0113C159.571 10.0113 157.74 7.94163 157.74 5.46727ZM165.195 5.46727C165.195 3.81121 164.065 2.46269 162.282 2.46269C160.499 2.46269 159.376 3.80591 159.376 5.46727C159.376 7.12862 160.493 8.45417 162.275 8.45417C164.057 8.45417 165.195 7.11978 165.195 5.46727Z\"),_vendor_browser_svelte_internal_index.attr(p,\"fill\",\"#0E243C\"),_vendor_browser_svelte_internal_index.attr(x,\"d\",\"M169.674 8.33667H175.183C175.23 8.33667 175.275 8.35529 175.308 8.38844C175.341 8.42158 175.36 8.46654 175.36 8.51341V9.67813C175.36 9.72501 175.341 9.76996 175.308 9.8031C175.275 9.83625 175.23 9.85487 175.183 9.85487H167.86C167.86 7.24619 168.601 6.39253 171.273 5.32502C173.281 4.52262 173.721 4.32114 173.721 3.64422C173.721 2.96731 173.207 2.43885 171.827 2.43885C170.349 2.43885 169.723 3.03093 169.37 3.70785C169.359 3.72855 169.344 3.74682 169.325 3.76162C169.307 3.77641 169.286 3.78742 169.264 3.794C169.241 3.80058 169.217 3.8026 169.194 3.79995C169.171 3.7973 169.148 3.79002 169.128 3.77854L168.083 3.18823C168.043 3.16584 168.014 3.12882 168 3.08497C167.987 3.04113 167.992 2.99387 168.012 2.95317C168.601 1.84147 169.748 0.920654 171.812 0.920654C173.972 0.920654 175.365 2.03765 175.365 3.68134C175.365 5.56362 173.557 6.05319 171.851 6.68592C170.54 7.18256 169.939 7.6845 169.674 8.33667Z\"),_vendor_browser_svelte_internal_index.attr(x,\"fill\",\"#0E243C\"),_vendor_browser_svelte_internal_index.attr(y,\"d\",\"M134.301 0.384521H127.839V6.32475H134.301V0.384521Z\"),_vendor_browser_svelte_internal_index.attr(y,\"fill\",\"#3061F2\"),_vendor_browser_svelte_internal_index.attr(m,\"d\",\"M144.985 8.12769H127.839V10.2115H144.985V8.12769Z\"),_vendor_browser_svelte_internal_index.attr(m,\"fill\",\"#FF3F3F\"),_vendor_browser_svelte_internal_index.attr(g,\"d\",\"M144.987 0.384521H135.853V2.52661H144.987V0.384521Z\"),_vendor_browser_svelte_internal_index.attr(g,\"fill\",\"#FF3F3F\"),_vendor_browser_svelte_internal_index.attr(C,\"d\",\"M144.987 4.22144H135.853V6.32287H144.987V4.22144Z\"),_vendor_browser_svelte_internal_index.attr(C,\"fill\",\"#FF3F3F\"),_vendor_browser_svelte_internal_index.attr($,\"d\",\"M179.822 0.940186C179.999 0.940186 179.999 1.06037 179.999 1.15758V9.60222C180.002 9.63561 179.998 9.66938 179.987 9.70094C179.975 9.7325 179.957 9.76099 179.932 9.78422C179.908 9.80745 179.879 9.82479 179.847 9.83491C179.815 9.84503 179.781 9.84766 179.748 9.84259H178.535C178.344 9.84259 178.295 9.73478 178.295 9.61459V2.65633L177.385 3.07697C177.275 3.12469 177.192 3.08758 177.18 3.00451V1.80444C177.166 1.75036 177.174 1.69317 177.2 1.64433C177.227 1.59549 177.272 1.55861 177.325 1.5411L178.177 1.08511C178.334 0.996926 178.51 0.947266 178.691 0.940186H179.822Z\"),_vendor_browser_svelte_internal_index.attr($,\"fill\",\"#0E243C\"),_vendor_browser_svelte_internal_index.attr(r,\"width\",e[0]),_vendor_browser_svelte_internal_index.attr(r,\"height\",e[1]),_vendor_browser_svelte_internal_index.attr(r,\"aria-label\",e[2]),_vendor_browser_svelte_internal_index.attr(r,\"role\",\"img\"),_vendor_browser_svelte_internal_index.attr(r,\"viewBox\",\"0 0 180 11\"),_vendor_browser_svelte_internal_index.attr(r,\"fill\",\"none\"),_vendor_browser_svelte_internal_index.attr(r,\"xmlns\",\"http://www.w3.org/2000/svg\")},m:function(e,O){_vendor_browser_svelte_internal_index.insert_hydration(e,r,O),_vendor_browser_svelte_internal_index.append_hydration(r,n),_vendor_browser_svelte_internal_index.append_hydration(r,t),_vendor_browser_svelte_internal_index.append_hydration(r,_),_vendor_browser_svelte_internal_index.append_hydration(r,o),_vendor_browser_svelte_internal_index.append_hydration(r,i),_vendor_browser_svelte_internal_index.append_hydration(r,l),_vendor_browser_svelte_internal_index.append_hydration(r,a),_vendor_browser_svelte_internal_index.append_hydration(r,s),_vendor_browser_svelte_internal_index.append_hydration(r,d),_vendor_browser_svelte_internal_index.append_hydration(r,v),_vendor_browser_svelte_internal_index.append_hydration(r,c),_vendor_browser_svelte_internal_index.append_hydration(r,f),_vendor_browser_svelte_internal_index.append_hydration(r,u),_vendor_browser_svelte_internal_index.append_hydration(r,h),_vendor_browser_svelte_internal_index.append_hydration(r,b),_vendor_browser_svelte_internal_index.append_hydration(r,w),_vendor_browser_svelte_internal_index.append_hydration(r,p),_vendor_browser_svelte_internal_index.append_hydration(r,x),_vendor_browser_svelte_internal_index.append_hydration(r,y),_vendor_browser_svelte_internal_index.append_hydration(r,m),_vendor_browser_svelte_internal_index.append_hydration(r,g),_vendor_browser_svelte_internal_index.append_hydration(r,C),_vendor_browser_svelte_internal_index.append_hydration(r,$)},p:function(e,n){var t=_slicedToArray$i(n,1)[0];1&t&&_vendor_browser_svelte_internal_index.attr(r,\"width\",e[0]),2&t&&_vendor_browser_svelte_internal_index.attr(r,\"height\",e[1]),4&t&&_vendor_browser_svelte_internal_index.attr(r,\"aria-label\",e[2])},i:_vendor_browser_svelte_internal_index.noop,o:_vendor_browser_svelte_internal_index.noop,d:function(e){e&&_vendor_browser_svelte_internal_index.detach(r)}}}function instance$i(e,r,n){var t=r.width,_=void 0===t?180:t,o=r.height,i=void 0===o?11:o,l=r.label,a=void 0===l?\"America\\'s Choice 2021\":l;return e.$$set=function(e){\"width\"in e&&n(0,_=e.width),\"height\"in e&&n(1,i=e.height),\"label\"in e&&n(2,a=e.label)},[_,i,a]}var AmericasChoice2021=function(e){_inherits$n(n,_vendor_browser_svelte_internal_index.SvelteComponent);var r=_createSuper$n(n);function n(e){var t;return _classCallCheck$n(this,n),t=r.call(this),_vendor_browser_svelte_internal_index.init(_assertThisInitialized$n(t),e,instance$i,create_fragment$n,_vendor_browser_svelte_internal_index.safe_not_equal,{width:0,height:1,label:2}),t}return n}(),AmericasChoice2021Icon=AmericasChoice2021;function _arrayLikeToArray$h(e,r){(null==r||r>e.length)&&(r=e.length);for(var n=0,t=new Array(r);n<r;n++)t[n]=e[n];return t}function _arrayWithHoles$h(e){if(Array.isArray(e))return e}function _assertThisInitialized$m(e){if(void 0===e)throw new ReferenceError(\"this hasn\\'t been initialised - super() hasn\\'t been called\");return e}function _classCallCheck$m(e,r){if(!(e instanceof r))throw new TypeError(\"Cannot call a class as a function\")}function _getPrototypeOf$m(e){return(_getPrototypeOf$m=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function _inherits$m(e,r){if(\"function\"!=typeof r&&null!==r)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(r&&r.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),r&&_setPrototypeOf$m(e,r)}function _iterableToArrayLimit$h(e,r){var n=null==e?null:\"undefined\"!=typeof Symbol&&e[Symbol.iterator]||e[\"@@iterator\"];if(null!=n){var t,_,o=[],i=!0,l=!1;try{for(n=n.call(e);!(i=(t=n.next()).done)&&(o.push(t.value),!r||o.length!==r);i=!0);}catch(e){l=!0,_=e}finally{try{i||null==n.return||n.return()}finally{if(l)throw _}}return o}}function _nonIterableRest$h(){throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\\\\\\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}function _possibleConstructorReturn$m(e,r){return!r||\"object\"!==_typeof$m(r)&&\"function\"!=typeof r?_assertThisInitialized$m(e):r}function _setPrototypeOf$m(e,r){return(_setPrototypeOf$m=Object.setPrototypeOf||function(e,r){return e.__proto__=r,e})(e,r)}function _slicedToArray$h(e,r){return _arrayWithHoles$h(e)||_iterableToArrayLimit$h(e,r)||_unsupportedIterableToArray$h(e,r)||_nonIterableRest$h()}var _typeof$m=function(e){return e&&\"undefined\"!=typeof Symbol&&e.constructor===Symbol?\"symbol\":typeof e};function _unsupportedIterableToArray$h(e,r){if(e){if(\"string\"==typeof e)return _arrayLikeToArray$h(e,r);var n=Object.prototype.toString.call(e).slice(8,-1);return\"Object\"===n&&e.constructor&&(n=e.constructor.name),\"Map\"===n||\"Set\"===n?Array.from(n):\"Arguments\"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?_arrayLikeToArray$h(e,r):void 0}}function _isNativeReflectConstruct$m(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function _createSuper$m(e){var r=_isNativeReflectConstruct$m();return function(){var n,t=_getPrototypeOf$m(e);if(r){var _=_getPrototypeOf$m(this).constructor;n=Reflect.construct(t,arguments,_)}else n=t.apply(this,arguments);return _possibleConstructorReturn$m(this,n)}}function create_fragment$m(e){var r,n,t,_,o,i,l,a,s;return{c:function(){r=_vendor_browser_svelte_internal_index.svg_element(\"svg\"),n=_vendor_browser_svelte_internal_index.svg_element(\"path\"),t=_vendor_browser_svelte_internal_index.svg_element(\"path\"),_=_vendor_browser_svelte_internal_index.svg_element(\"path\"),o=_vendor_browser_svelte_internal_index.svg_element(\"path\"),i=_vendor_browser_svelte_internal_index.svg_element(\"path\"),l=_vendor_browser_svelte_internal_index.svg_element(\"path\"),a=_vendor_browser_svelte_internal_index.svg_element(\"path\"),s=_vendor_browser_svelte_internal_index.svg_element(\"path\"),this.h()},l:function(e){r=_vendor_browser_svelte_internal_index.claim_svg_element(e,\"svg\",{width:!0,height:!0,\"aria-label\":!0,role:!0,viewBox:!0,fill:!0,xmlns:!0});var d=_vendor_browser_svelte_internal_index.children(r);n=_vendor_browser_svelte_internal_index.claim_svg_element(d,\"path\",{d:!0,fill:!0}),_vendor_browser_svelte_internal_index.children(n).forEach(_vendor_browser_svelte_internal_index.detach),t=_vendor_browser_svelte_internal_index.claim_svg_element(d,\"path\",{d:!0,fill:!0}),_vendor_browser_svelte_internal_index.children(t).forEach(_vendor_browser_svelte_internal_index.detach),_=_vendor_browser_svelte_internal_index.claim_svg_element(d,\"path\",{d:!0,fill:!0}),_vendor_browser_svelte_internal_index.children(_).forEach(_vendor_browser_svelte_internal_index.detach),o=_vendor_browser_svelte_internal_index.claim_svg_element(d,\"path\",{d:!0,fill:!0}),_vendor_browser_svelte_internal_index.children(o).forEach(_vendor_browser_svelte_internal_index.detach),i=_vendor_browser_svelte_internal_index.claim_svg_element(d,\"path\",{d:!0,fill:!0}),_vendor_browser_svelte_internal_index.children(i).forEach(_vendor_browser_svelte_internal_index.detach),l=_vendor_browser_svelte_internal_index.claim_svg_element(d,\"path\",{d:!0,fill:!0}),_vendor_browser_svelte_internal_index.children(l).forEach(_vendor_browser_svelte_internal_index.detach),a=_vendor_browser_svelte_internal_index.claim_svg_element(d,\"path\",{d:!0,fill:!0}),_vendor_browser_svelte_internal_index.children(a).forEach(_vendor_browser_svelte_internal_index.detach),s=_vendor_browser_svelte_internal_index.claim_svg_element(d,\"path\",{d:!0,fill:!0}),_vendor_browser_svelte_internal_index.children(s).forEach(_vendor_browser_svelte_internal_index.detach),d.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(n,\"d\",\"M20.1389 7.46047H24.9602C25.0012 7.46047 25.0406 7.47677 25.0696 7.50578C25.0986 7.53479 25.1149 7.57413 25.1149 7.61515V8.63448C25.1149 8.6755 25.0986 8.71484 25.0696 8.74385C25.0406 8.77285 25.0012 8.78915 24.9602 8.78915H18.5581C18.5581 6.50612 19.2062 5.75902 21.5449 4.82477C23.3021 4.12254 23.6872 3.94621 23.6872 3.35379C23.6872 2.76138 23.2371 2.29889 22.0291 2.29889C20.736 2.29889 20.1884 2.81706 19.8791 3.40948C19.8693 3.42759 19.8561 3.44359 19.8402 3.45653C19.8242 3.46948 19.8058 3.47911 19.7861 3.48487C19.7664 3.49063 19.7457 3.4924 19.7252 3.49008C19.7048 3.48776 19.6851 3.48139 19.6671 3.47135L18.753 2.95472C18.718 2.93513 18.6921 2.90273 18.6805 2.86436C18.669 2.82598 18.6728 2.78463 18.6911 2.749C19.2062 1.77608 20.2101 0.970215 22.0167 0.970215C23.9069 0.970215 25.1257 1.94778 25.1257 3.38627C25.1257 5.03359 23.5434 5.46204 22.0507 6.01579C20.8968 6.45043 20.3709 6.88971 20.1389 7.46047Z\"),_vendor_browser_svelte_internal_index.attr(n,\"fill\",\"#0E243C\"),_vendor_browser_svelte_internal_index.attr(t,\"d\",\"M26.1682 4.95006C26.1682 2.78458 27.783 0.974854 30.1434 0.974854C32.5038 0.974854 34.131 2.78767 34.131 4.95006C34.131 7.11245 32.5162 8.92681 30.1434 8.92681C27.7707 8.92681 26.1682 7.11554 26.1682 4.95006ZM32.6925 4.95006C32.6925 3.50073 31.7041 2.32055 30.1434 2.32055C28.5827 2.32055 27.6005 3.49609 27.6005 4.95006C27.6005 6.40403 28.5781 7.5641 30.1372 7.5641C31.6964 7.5641 32.6925 6.39629 32.6925 4.95006Z\"),_vendor_browser_svelte_internal_index.attr(t,\"fill\",\"#0E243C\"),_vendor_browser_svelte_internal_index.attr(_,\"d\",\"M36.6121 7.46047H41.4334C41.4745 7.46047 41.5138 7.47677 41.5428 7.50578C41.5718 7.53479 41.5881 7.57413 41.5881 7.61515V8.63448C41.5881 8.6755 41.5718 8.71484 41.5428 8.74385C41.5138 8.77285 41.4745 8.78915 41.4334 8.78915H35.0251C35.0251 6.50612 35.6733 5.75902 38.012 4.82477C39.7691 4.12254 40.1543 3.94621 40.1543 3.35379C40.1543 2.76138 39.7041 2.29889 38.4961 2.29889C37.203 2.29889 36.6554 2.81706 36.3461 3.40948C36.3364 3.42759 36.3232 3.44359 36.3072 3.45653C36.2912 3.46948 36.2728 3.47911 36.2531 3.48487C36.2334 3.49063 36.2127 3.4924 36.1923 3.49008C36.1719 3.48776 36.1521 3.48139 36.1342 3.47135L35.22 2.95472C35.1851 2.93513 35.1591 2.90273 35.1476 2.86436C35.136 2.82598 35.1398 2.78463 35.1582 2.749C35.6732 1.77608 36.6771 0.970215 38.4837 0.970215C40.3739 0.970215 41.5927 1.94778 41.5927 3.38627C41.5927 5.03359 40.0104 5.46204 38.5178 6.01579C37.37 6.45043 36.8442 6.88971 36.6121 7.46047Z\"),_vendor_browser_svelte_internal_index.attr(_,\"fill\",\"#0E243C\"),_vendor_browser_svelte_internal_index.attr(o,\"d\",\"M5.655 0.5H0V5.6987H5.655V0.5Z\"),_vendor_browser_svelte_internal_index.attr(o,\"fill\",\"#3061F2\"),_vendor_browser_svelte_internal_index.attr(i,\"d\",\"M15.0052 7.27637H0V9.10001H15.0052V7.27637Z\"),_vendor_browser_svelte_internal_index.attr(i,\"fill\",\"#FF3F3F\"),_vendor_browser_svelte_internal_index.attr(l,\"d\",\"M15.0067 0.5H7.01294V2.37469H15.0067V0.5Z\"),_vendor_browser_svelte_internal_index.attr(l,\"fill\",\"#FF3F3F\"),_vendor_browser_svelte_internal_index.attr(a,\"d\",\"M15.0067 3.85962H7.01294V5.69873H15.0067V3.85962Z\"),_vendor_browser_svelte_internal_index.attr(a,\"fill\",\"#FF3F3F\"),_vendor_browser_svelte_internal_index.attr(s,\"d\",\"M45.4938 0.987305C45.6484 0.987305 45.6484 1.09249 45.6484 1.17756V8.56804C45.6516 8.59726 45.648 8.62682 45.638 8.65444C45.6279 8.68205 45.6116 8.70699 45.5904 8.72732C45.5692 8.74765 45.5436 8.76283 45.5155 8.77169C45.4875 8.78054 45.4578 8.78284 45.4288 8.7784H44.3677C44.2006 8.7784 44.1573 8.68405 44.1573 8.57887V2.48922L43.3607 2.85735C43.2648 2.89912 43.1921 2.86663 43.1813 2.79394V1.74368C43.1695 1.69635 43.176 1.64629 43.1995 1.60355C43.223 1.5608 43.2618 1.52853 43.3082 1.51321L44.0537 1.11414C44.1916 1.03696 44.3459 0.993501 44.5038 0.987305H45.4938Z\"),_vendor_browser_svelte_internal_index.attr(s,\"fill\",\"#0E243C\"),_vendor_browser_svelte_internal_index.attr(r,\"width\",e[0]),_vendor_browser_svelte_internal_index.attr(r,\"height\",e[1]),_vendor_browser_svelte_internal_index.attr(r,\"aria-label\",e[2]),_vendor_browser_svelte_internal_index.attr(r,\"role\",\"img\"),_vendor_browser_svelte_internal_index.attr(r,\"viewBox\",\"0 0 46 10\"),_vendor_browser_svelte_internal_index.attr(r,\"fill\",\"none\"),_vendor_browser_svelte_internal_index.attr(r,\"xmlns\",\"http://www.w3.org/2000/svg\")},m:function(e,d){_vendor_browser_svelte_internal_index.insert_hydration(e,r,d),_vendor_browser_svelte_internal_index.append_hydration(r,n),_vendor_browser_svelte_internal_index.append_hydration(r,t),_vendor_browser_svelte_internal_index.append_hydration(r,_),_vendor_browser_svelte_internal_index.append_hydration(r,o),_vendor_browser_svelte_internal_index.append_hydration(r,i),_vendor_browser_svelte_internal_index.append_hydration(r,l),_vendor_browser_svelte_internal_index.append_hydration(r,a),_vendor_browser_svelte_internal_index.append_hydration(r,s)},p:function(e,n){var t=_slicedToArray$h(n,1)[0];1&t&&_vendor_browser_svelte_internal_index.attr(r,\"width\",e[0]),2&t&&_vendor_browser_svelte_internal_index.attr(r,\"height\",e[1]),4&t&&_vendor_browser_svelte_internal_index.attr(r,\"aria-label\",e[2])},i:_vendor_browser_svelte_internal_index.noop,o:_vendor_browser_svelte_internal_index.noop,d:function(e){e&&_vendor_browser_svelte_internal_index.detach(r)}}}function instance$h(e,r,n){var t=r.width,_=void 0===t?46:t,o=r.height,i=void 0===o?10:o,l=r.label,a=void 0===l?\"America\\'s Choice 2021\":l;return e.$$set=function(e){\"width\"in e&&n(0,_=e.width),\"height\"in e&&n(1,i=e.height),\"label\"in e&&n(2,a=e.label)},[_,i,a]}var AmericasChoice2021Small=function(e){_inherits$m(n,_vendor_browser_svelte_internal_index.SvelteComponent);var r=_createSuper$m(n);function n(e){var t;return _classCallCheck$m(this,n),t=r.call(this),_vendor_browser_svelte_internal_index.init(_assertThisInitialized$m(t),e,instance$h,create_fragment$m,_vendor_browser_svelte_internal_index.safe_not_equal,{width:0,height:1,label:2}),t}return n}(),AmericasChoice2021SmallIcon=AmericasChoice2021Small;function _arrayLikeToArray$g(e,r){(null==r||r>e.length)&&(r=e.length);for(var n=0,t=new Array(r);n<r;n++)t[n]=e[n];return t}function _arrayWithHoles$g(e){if(Array.isArray(e))return e}function _assertThisInitialized$l(e){if(void 0===e)throw new ReferenceError(\"this hasn\\'t been initialised - super() hasn\\'t been called\");return e}function _classCallCheck$l(e,r){if(!(e instanceof r))throw new TypeError(\"Cannot call a class as a function\")}function _getPrototypeOf$l(e){return(_getPrototypeOf$l=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function _inherits$l(e,r){if(\"function\"!=typeof r&&null!==r)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(r&&r.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),r&&_setPrototypeOf$l(e,r)}function _iterableToArrayLimit$g(e,r){var n=null==e?null:\"undefined\"!=typeof Symbol&&e[Symbol.iterator]||e[\"@@iterator\"];if(null!=n){var t,_,o=[],i=!0,l=!1;try{for(n=n.call(e);!(i=(t=n.next()).done)&&(o.push(t.value),!r||o.length!==r);i=!0);}catch(e){l=!0,_=e}finally{try{i||null==n.return||n.return()}finally{if(l)throw _}}return o}}function _nonIterableRest$g(){throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\\\\\\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}function _possibleConstructorReturn$l(e,r){return!r||\"object\"!==_typeof$l(r)&&\"function\"!=typeof r?_assertThisInitialized$l(e):r}function _setPrototypeOf$l(e,r){return(_setPrototypeOf$l=Object.setPrototypeOf||function(e,r){return e.__proto__=r,e})(e,r)}function _slicedToArray$g(e,r){return _arrayWithHoles$g(e)||_iterableToArrayLimit$g(e,r)||_unsupportedIterableToArray$g(e,r)||_nonIterableRest$g()}var _typeof$l=function(e){return e&&\"undefined\"!=typeof Symbol&&e.constructor===Symbol?\"symbol\":typeof e};function _unsupportedIterableToArray$g(e,r){if(e){if(\"string\"==typeof e)return _arrayLikeToArray$g(e,r);var n=Object.prototype.toString.call(e).slice(8,-1);return\"Object\"===n&&e.constructor&&(n=e.constructor.name),\"Map\"===n||\"Set\"===n?Array.from(n):\"Arguments\"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?_arrayLikeToArray$g(e,r):void 0}}function _isNativeReflectConstruct$l(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function _createSuper$l(e){var r=_isNativeReflectConstruct$l();return function(){var n,t=_getPrototypeOf$l(e);if(r){var _=_getPrototypeOf$l(this).constructor;n=Reflect.construct(t,arguments,_)}else n=t.apply(this,arguments);return _possibleConstructorReturn$l(this,n)}}function add_css$1(e){_vendor_browser_svelte_internal_index.append_styles(e,\"cnn-pcl-1uvs9b7\",\".dark-blue.cnn-pcl-1uvs9b7{fill:#0e243c}.blue.cnn-pcl-1uvs9b7{fill:#3061f2}.red.cnn-pcl-1uvs9b7{fill:#ff3f3f}\")}function create_fragment$l(e){var r,n,t,_,o,i,l,a,s,d,v,c,f,u,h,b,w,p,x,y,m,g,C,$;return{c:function(){r=_vendor_browser_svelte_internal_index.svg_element(\"svg\"),n=_vendor_browser_svelte_internal_index.svg_element(\"path\"),t=_vendor_browser_svelte_internal_index.svg_element(\"path\"),_=_vendor_browser_svelte_internal_index.svg_element(\"path\"),o=_vendor_browser_svelte_internal_index.svg_element(\"path\"),i=_vendor_browser_svelte_internal_index.svg_element(\"path\"),l=_vendor_browser_svelte_internal_index.svg_element(\"path\"),a=_vendor_browser_svelte_internal_index.svg_element(\"path\"),s=_vendor_browser_svelte_internal_index.svg_element(\"path\"),d=_vendor_browser_svelte_internal_index.svg_element(\"path\"),v=_vendor_browser_svelte_internal_index.svg_element(\"path\"),c=_vendor_browser_svelte_internal_index.svg_element(\"path\"),f=_vendor_browser_svelte_internal_index.svg_element(\"path\"),u=_vendor_browser_svelte_internal_index.svg_element(\"path\"),h=_vendor_browser_svelte_internal_index.svg_element(\"path\"),b=_vendor_browser_svelte_internal_index.svg_element(\"path\"),w=_vendor_browser_svelte_internal_index.svg_element(\"path\"),p=_vendor_browser_svelte_internal_index.svg_element(\"path\"),x=_vendor_browser_svelte_internal_index.svg_element(\"path\"),y=_vendor_browser_svelte_internal_index.svg_element(\"path\"),m=_vendor_browser_svelte_internal_index.svg_element(\"rect\"),g=_vendor_browser_svelte_internal_index.svg_element(\"rect\"),C=_vendor_browser_svelte_internal_index.svg_element(\"rect\"),$=_vendor_browser_svelte_internal_index.svg_element(\"rect\"),this.h()},l:function(e){r=_vendor_browser_svelte_internal_index.claim_svg_element(e,\"svg\",{width:!0,height:!0,\"aria-label\":!0,role:!0,viewBox:!0,fill:!0,xmlns:!0});var O=_vendor_browser_svelte_internal_index.children(r);n=_vendor_browser_svelte_internal_index.claim_svg_element(O,\"path\",{class:!0,d:!0}),_vendor_browser_svelte_internal_index.children(n).forEach(_vendor_browser_svelte_internal_index.detach),t=_vendor_browser_svelte_internal_index.claim_svg_element(O,\"path\",{class:!0,d:!0}),_vendor_browser_svelte_internal_index.children(t).forEach(_vendor_browser_svelte_internal_index.detach),_=_vendor_browser_svelte_internal_index.claim_svg_element(O,\"path\",{class:!0,d:!0}),_vendor_browser_svelte_internal_index.children(_).forEach(_vendor_browser_svelte_internal_index.detach),o=_vendor_browser_svelte_internal_index.claim_svg_element(O,\"path\",{class:!0,d:!0}),_vendor_browser_svelte_internal_index.children(o).forEach(_vendor_browser_svelte_internal_index.detach),i=_vendor_browser_svelte_internal_index.claim_svg_element(O,\"path\",{class:!0,d:!0}),_vendor_browser_svelte_internal_index.children(i).forEach(_vendor_browser_svelte_internal_index.detach),l=_vendor_browser_svelte_internal_index.claim_svg_element(O,\"path\",{class:!0,d:!0}),_vendor_browser_svelte_internal_index.children(l).forEach(_vendor_browser_svelte_internal_index.detach),a=_vendor_browser_svelte_internal_index.claim_svg_element(O,\"path\",{class:!0,d:!0}),_vendor_browser_svelte_internal_index.children(a).forEach(_vendor_browser_svelte_internal_index.detach),s=_vendor_browser_svelte_internal_index.claim_svg_element(O,\"path\",{class:!0,d:!0}),_vendor_browser_svelte_internal_index.children(s).forEach(_vendor_browser_svelte_internal_index.detach),d=_vendor_browser_svelte_internal_index.claim_svg_element(O,\"path\",{class:!0,d:!0}),_vendor_browser_svelte_internal_index.children(d).forEach(_vendor_browser_svelte_internal_index.detach),v=_vendor_browser_svelte_internal_index.claim_svg_element(O,\"path\",{class:!0,d:!0}),_vendor_browser_svelte_internal_index.children(v).forEach(_vendor_browser_svelte_internal_index.detach),c=_vendor_browser_svelte_internal_index.claim_svg_element(O,\"path\",{class:!0,d:!0}),_vendor_browser_svelte_internal_index.children(c).forEach(_vendor_browser_svelte_internal_index.detach),f=_vendor_browser_svelte_internal_index.claim_svg_element(O,\"path\",{class:!0,d:!0}),_vendor_browser_svelte_internal_index.children(f).forEach(_vendor_browser_svelte_internal_index.detach),u=_vendor_browser_svelte_internal_index.claim_svg_element(O,\"path\",{class:!0,d:!0}),_vendor_browser_svelte_internal_index.children(u).forEach(_vendor_browser_svelte_internal_index.detach),h=_vendor_browser_svelte_internal_index.claim_svg_element(O,\"path\",{class:!0,d:!0}),_vendor_browser_svelte_internal_index.children(h).forEach(_vendor_browser_svelte_internal_index.detach),b=_vendor_browser_svelte_internal_index.claim_svg_element(O,\"path\",{class:!0,d:!0}),_vendor_browser_svelte_internal_index.children(b).forEach(_vendor_browser_svelte_internal_index.detach),w=_vendor_browser_svelte_internal_index.claim_svg_element(O,\"path\",{class:!0,d:!0}),_vendor_browser_svelte_internal_index.children(w).forEach(_vendor_browser_svelte_internal_index.detach),p=_vendor_browser_svelte_internal_index.claim_svg_element(O,\"path\",{class:!0,d:!0}),_vendor_browser_svelte_internal_index.children(p).forEach(_vendor_browser_svelte_internal_index.detach),x=_vendor_browser_svelte_internal_index.claim_svg_element(O,\"path\",{class:!0,d:!0}),_vendor_browser_svelte_internal_index.children(x).forEach(_vendor_browser_svelte_internal_index.detach),y=_vendor_browser_svelte_internal_index.claim_svg_element(O,\"path\",{class:!0,d:!0}),_vendor_browser_svelte_internal_index.children(y).forEach(_vendor_browser_svelte_internal_index.detach),m=_vendor_browser_svelte_internal_index.claim_svg_element(O,\"rect\",{class:!0,x:!0,y:!0,width:!0,height:!0}),_vendor_browser_svelte_internal_index.children(m).forEach(_vendor_browser_svelte_internal_index.detach),g=_vendor_browser_svelte_internal_index.claim_svg_element(O,\"rect\",{class:!0,x:!0,y:!0,width:!0,height:!0}),_vendor_browser_svelte_internal_index.children(g).forEach(_vendor_browser_svelte_internal_index.detach),C=_vendor_browser_svelte_internal_index.claim_svg_element(O,\"rect\",{class:!0,x:!0,y:!0,width:!0,height:!0}),_vendor_browser_svelte_internal_index.children(C).forEach(_vendor_browser_svelte_internal_index.detach),$=_vendor_browser_svelte_internal_index.claim_svg_element(O,\"rect\",{class:!0,x:!0,y:!0,width:!0,height:!0}),_vendor_browser_svelte_internal_index.children($).forEach(_vendor_browser_svelte_internal_index.detach),O.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(n,\"class\",\"dark-blue cnn-pcl-1uvs9b7\"),_vendor_browser_svelte_internal_index.attr(n,\"d\",\"M39.9,46.4h-26l-4,8.7c-0.2,0.4-0.5,0.6-0.9,0.6H1c-0.6,0-1-0.4-1-1c0-0.1,0-0.3,0.1-0.4L21.5,6.6\\\\n\\\\t\\\\tC21.6,6.2,22,6,22.4,6h8.9c0.4,0,0.7,0.2,0.9,0.6l21.4,47.7c0.2,0.5,0,1.1-0.5,1.3c-0.1,0.1-0.3,0.1-0.4,0.1h-8\\\\n\\\\t\\\\tc-0.4,0-0.7-0.2-0.9-0.6L39.9,46.4z M26.9,16.4l-9.2,21.2h18.5L26.9,16.4z\"),_vendor_browser_svelte_internal_index.attr(t,\"class\",\"dark-blue cnn-pcl-1uvs9b7\"),_vendor_browser_svelte_internal_index.attr(t,\"d\",\"M103.7,19.7L86.8,48.9c-0.2,0.3-0.5,0.4-0.8,0.4h-0.8c-0.3,0-0.6-0.2-0.8-0.4L68.8,19.6v35.1c0,0.6-0.4,1-1,1\\\\n\\\\t\\\\th-7.4c-0.6,0-1-0.4-1-1V7c0-0.6,0.4-1,1-1h10.4c0.3,0,0.6,0.2,0.8,0.4l14.2,27l15.2-27c0.2-0.3,0.5-0.4,0.8-0.4h10.2\\\\n\\\\t\\\\tc0.6,0,1,0.4,1,1v47.7c0,0.6-0.4,1-1,1h-7.4c-0.6,0-1-0.4-1-1L103.7,19.7z\"),_vendor_browser_svelte_internal_index.attr(_,\"class\",\"dark-blue cnn-pcl-1uvs9b7\"),_vendor_browser_svelte_internal_index.attr(_,\"d\",\"M160,55.7h-35.2c-0.6,0-1-0.4-1-1V6.9c0-0.6,0.4-1,1-1H160c0.6,0,1,0.4,1,1V14c0,0.6-0.4,1-1,1h-26.9v11.4H155\\\\n\\\\t\\\\tc0.6,0,1,0.4,1,1v6.8c0,0.6-0.4,1-1,1h-21.9v11.2H160c0.6,0,1,0.4,1,1v7.2C161,55.2,160.6,55.6,160,55.7\\\\n\\\\t\\\\tC160,55.7,160,55.7,160,55.7z\"),_vendor_browser_svelte_internal_index.attr(o,\"class\",\"dark-blue cnn-pcl-1uvs9b7\"),_vendor_browser_svelte_internal_index.attr(o,\"d\",\"M214.1,55.7h-9.8c-0.6,0-1.1-0.3-1.5-0.7l-13.8-16h-9.5v14.7c0,1.1-0.9,2-2,2h-5.4c-1.1,0-2-0.9-2-2V7.9\\\\n\\\\t\\\\tc0-1.1,0.9-2,2-2c3.3,0,6.6,0,9.8,0c3.9,0,7.8,0,11.8,0c2.6-0.1,5.3,0.4,7.7,1.4c2.1,0.8,4,2.1,5.6,3.7c1.5,1.5,2.7,3.3,3.4,5.2\\\\n\\\\t\\\\tc0.7,2,1.1,4.1,1.1,6.2c0,1.7-0.2,3.4-0.6,5c-0.4,1.6-1.1,3.2-2.1,4.6c-1,1.5-2.3,2.7-3.9,3.7c-1.8,1.1-3.9,1.9-6,2.3l15,17\\\\n\\\\t\\\\tL214.1,55.7z M179.4,14.8v15.8h14.3c1.3,0,2.6-0.2,3.8-0.7c1-0.4,1.9-1,2.7-1.8c0.7-0.7,1.2-1.6,1.5-2.5c0.7-1.9,0.7-3.9,0-5.8\\\\n\\\\t\\\\tc-0.3-0.9-0.9-1.8-1.6-2.5c-0.8-0.8-1.7-1.4-2.7-1.8c-1.2-0.5-2.5-0.7-3.8-0.7H179.4z\"),_vendor_browser_svelte_internal_index.attr(i,\"class\",\"dark-blue cnn-pcl-1uvs9b7\"),_vendor_browser_svelte_internal_index.attr(i,\"d\",\"M223.8,54.7V6.9c0-0.6,0.4-1,1-1h7.3c0.6,0,1,0.4,1,1v47.7c0,0.6-0.4,1-1,1h-7.3\\\\n\\\\t\\\\tC224.2,55.6,223.8,55.2,223.8,54.7z\"),_vendor_browser_svelte_internal_index.attr(l,\"class\",\"dark-blue cnn-pcl-1uvs9b7\"),_vendor_browser_svelte_internal_index.attr(l,\"d\",\"M286.5,48.7c0.4,0.4,0.4,1,0,1.4c0,0,0,0,0,0c-2.3,2.1-5,3.8-7.9,4.9c-7.2,2.5-15.1,2.4-22.1-0.4\\\\n\\\\t\\\\tc-3.1-1.3-5.9-3.3-8.2-5.8c-2.1-2.4-3.7-5.2-4.7-8.2c-1-3-1.5-6.2-1.5-9.4c0-3.3,0.5-6.5,1.6-9.6c2.1-6.4,6.9-11.6,13.1-14.3\\\\n\\\\t\\\\tc3.7-1.6,7.7-2.4,11.7-2.3c3.3,0,6.7,0.6,9.8,1.9c2.9,1.2,5.5,2.9,7.7,5c0.4,0.4,0.4,1,0,1.4c0,0,0,0,0,0l-4.8,4.7\\\\n\\\\t\\\\tc-0.4,0.4-1,0.4-1.4,0c-1.4-1.3-3.1-2.3-4.9-2.9c-2-0.8-4.2-1.1-6.4-1.1c-2.7-0.1-5.3,0.5-7.7,1.5c-4.1,1.8-7.1,5.3-8.4,9.5\\\\n\\\\t\\\\tc-0.6,2-1,4.1-1,6.2c0,2.1,0.3,4.1,1,6.1c0.6,2,1.7,3.8,3,5.4c1.5,1.7,3.3,3,5.3,3.9c2.5,1,5.2,1.5,7.8,1.4c2.3,0,4.5-0.4,6.6-1.3\\\\n\\\\t\\\\tc1.9-0.7,3.6-1.8,5.1-3.1c0.4-0.4,1-0.4,1.4,0L286.5,48.7z\"),_vendor_browser_svelte_internal_index.attr(a,\"class\",\"dark-blue cnn-pcl-1uvs9b7\"),_vendor_browser_svelte_internal_index.attr(a,\"d\",\"M330.2,46.4h-26l-4,8.7c-0.2,0.4-0.5,0.6-0.9,0.6h-8c-0.6,0-1-0.4-1-1c0-0.1,0-0.3,0.1-0.4l21.2-47.1\\\\n\\\\t\\\\tc0.3-0.7,1-1.2,1.8-1.2h7.6c0.8,0,1.5,0.5,1.8,1.2L344,54.2c0.2,0.5,0,1.1-0.5,1.3c-0.1,0.1-0.3,0.1-0.4,0.1h-8\\\\n\\\\t\\\\tc-0.4,0-0.8-0.2-0.9-0.6L330.2,46.4z M317.2,16.4L308,37.5h18.5L317.2,16.4z\"),_vendor_browser_svelte_internal_index.attr(s,\"class\",\"dark-blue cnn-pcl-1uvs9b7\"),_vendor_browser_svelte_internal_index.attr(s,\"d\",\"M339.6,5.3c0-0.7,0.1-1.4,0.4-2.1c0.3-0.6,0.7-1.2,1.1-1.7c0.5-0.5,1-0.9,1.7-1.1c0.6-0.3,1.3-0.4,2-0.4\\\\n\\\\t\\\\tc0.7,0,1.4,0.1,2.1,0.4c0.6,0.3,1.2,0.7,1.7,1.2c0.5,0.5,0.9,1.1,1.1,1.8c0.3,0.7,0.4,1.5,0.4,2.3c0,1.6-0.2,3.1-0.6,4.7\\\\n\\\\t\\\\tc-0.3,1.2-0.8,2.3-1.3,3.3c-0.4,0.8-0.9,1.4-1.6,2c-0.4,0.4-0.8,0.6-1.3,0.7c-0.2,0-0.4,0-0.6-0.1c-0.2-0.1-0.3-0.2-0.5-0.3\\\\n\\\\t\\\\tl-1.6-1.2c-0.3-0.2-0.4-0.5-0.4-0.8c0-0.3,0.1-0.6,0.4-0.8l0.4-0.6c0.2-0.2,0.3-0.5,0.5-0.8c0.2-0.4,0.3-0.8,0.2-1.2\\\\n\\\\t\\\\tc-0.6-0.1-1.1-0.4-1.6-0.7c-0.5-0.3-1-0.7-1.4-1.2c-0.4-0.5-0.7-1-0.9-1.6C339.8,6.5,339.6,5.9,339.6,5.3z\"),_vendor_browser_svelte_internal_index.attr(d,\"class\",\"dark-blue cnn-pcl-1uvs9b7\"),_vendor_browser_svelte_internal_index.attr(d,\"d\",\"M390.4,17.6c-0.4,0.2-0.9,0.1-1.2-0.3c-0.4-0.5-0.9-1-1.4-1.4c-0.8-0.7-1.7-1.3-2.7-1.8\\\\n\\\\t\\\\tc-1.1-0.5-2.2-1-3.4-1.2c-1.3-0.3-2.6-0.5-3.9-0.5c-3.5,0-6.1,0.6-7.8,1.9c-1.6,1.1-2.5,2.8-2.5,4.7c0,1,0.3,1.9,0.9,2.7\\\\n\\\\t\\\\tc0.7,0.8,1.5,1.4,2.4,1.8c1.1,0.5,2.3,0.9,3.5,1.1c1.3,0.3,2.7,0.5,4.3,0.7c2.5,0.3,5,0.8,7.5,1.3c2.3,0.5,4.4,1.4,6.4,2.6\\\\n\\\\t\\\\tc1.8,1.1,3.4,2.7,4.4,4.6c2.2,4.6,2.2,9.9,0,14.5c-1.1,2-2.7,3.6-4.6,4.9c-2,1.3-4.3,2.3-6.7,2.8c-2.6,0.6-5.3,0.9-8,0.9\\\\n\\\\t\\\\tc-2.4,0-4.8-0.2-7.2-0.6c-2.1-0.4-4.2-1.1-6.1-2.1c-1.8-0.9-3.5-2.2-4.9-3.8c-1.3-1.5-2.4-3.1-3.1-4.9c-0.2-0.5,0-1,0.5-1.3\\\\n\\\\t\\\\tl6.1-3.1c0.5-0.3,1.1-0.1,1.3,0.4c0.5,1,1.1,1.9,1.9,2.7c0.9,1,2.1,1.8,3.3,2.4c1.3,0.7,2.6,1.1,4,1.4c1.5,0.3,2.9,0.5,4.4,0.5\\\\n\\\\t\\\\tc1.4,0,2.9-0.1,4.3-0.4c1.3-0.2,2.5-0.7,3.6-1.3c1-0.6,1.9-1.4,2.6-2.3c0.7-1,1-2.2,1-3.4c0-1.1-0.3-2.1-0.9-3\\\\n\\\\t\\\\tc-0.6-0.9-1.5-1.6-2.4-2.1c-1.1-0.6-2.4-1.1-3.6-1.4c-1.5-0.3-3-0.6-4.6-0.8c-2.5-0.3-4.9-0.7-7.4-1.3c-2.2-0.5-4.3-1.3-6.2-2.5\\\\n\\\\t\\\\tc-1.8-1.1-3.3-2.6-4.3-4.4c-1.2-2.1-1.7-4.5-1.6-6.9c-0.1-2.3,0.5-4.6,1.7-6.6c1.1-1.8,2.7-3.3,4.5-4.5c1.9-1.2,4-2.1,6.2-2.6\\\\n\\\\t\\\\tc2.2-0.6,4.5-0.8,6.9-0.8c1.9,0,3.9,0.2,5.8,0.5c1.9,0.3,3.7,0.8,5.5,1.6c1.7,0.8,3.3,1.8,4.7,3.1c1.2,1.1,2.3,2.4,3.1,3.9\\\\n\\\\t\\\\tc0.3,0.5,0.1,1.1-0.4,1.4c0,0,0,0,0,0L390.4,17.6z\"),_vendor_browser_svelte_internal_index.attr(v,\"class\",\"dark-blue cnn-pcl-1uvs9b7\"),_vendor_browser_svelte_internal_index.attr(v,\"d\",\"M466,48.7c0.4,0.4,0.4,1,0,1.4c0,0,0,0,0,0c-2.3,2.1-5,3.8-7.9,4.9c-7.2,2.5-15.1,2.4-22.2-0.4\\\\n\\\\t\\\\tc-3.1-1.3-5.9-3.3-8.2-5.8c-2.1-2.4-3.7-5.2-4.7-8.2c-1-3-1.5-6.2-1.5-9.4c0-3.3,0.5-6.5,1.6-9.6c1-3.1,2.7-5.9,4.8-8.4\\\\n\\\\t\\\\tc2.3-2.6,5.1-4.6,8.2-6c3.7-1.6,7.7-2.4,11.7-2.3c3.3,0,6.7,0.6,9.8,1.9c2.9,1.2,5.5,2.9,7.7,5c0.4,0.4,0.4,1,0,1.4c0,0,0,0,0,0\\\\n\\\\t\\\\tl-4.8,4.7c-0.4,0.4-1,0.4-1.4,0c-1.4-1.3-3.1-2.3-4.9-2.9c-2-0.8-4.2-1.1-6.4-1.1c-2.7-0.1-5.3,0.5-7.7,1.5c-2.1,0.9-3.9,2.3-5.4,4\\\\n\\\\t\\\\tc-1.4,1.6-2.4,3.5-3,5.5c-0.6,2-1,4.1-1,6.2c0,2.1,0.3,4.1,1,6.1c0.6,2,1.6,3.8,3,5.4c1.5,1.7,3.3,3,5.3,3.9c2.5,1,5.2,1.5,7.8,1.4\\\\n\\\\t\\\\tc2.3,0,4.5-0.4,6.6-1.3c1.9-0.7,3.6-1.8,5.1-3.1c0.4-0.4,1-0.4,1.4,0L466,48.7z\"),_vendor_browser_svelte_internal_index.attr(c,\"class\",\"dark-blue cnn-pcl-1uvs9b7\"),_vendor_browser_svelte_internal_index.attr(c,\"d\",\"M508.8,54.7V35.6h-24.4v19.1c0,0.6-0.4,1-1,1H476c-0.6,0-1-0.4-1-1V7c0-0.6,0.4-1,1-1h7.4c0.6,0,1,0.4,1,1v20\\\\n\\\\t\\\\th24.4V7c0-0.6,0.4-1,1-1h7.3c0.6,0,1,0.4,1,1v47.7c0,0.6-0.4,1-1,1h-7.3C509.3,55.7,508.8,55.3,508.8,54.7z\"),_vendor_browser_svelte_internal_index.attr(f,\"class\",\"dark-blue cnn-pcl-1uvs9b7\"),_vendor_browser_svelte_internal_index.attr(f,\"d\",\"M552.8,4.9c3.8,0,7.6,0.8,11.2,2.3c3,1.4,5.7,3.4,7.9,5.9c2.1,2.4,3.7,5.3,4.7,8.3c1,3.1,1.5,6.3,1.5,9.5\\\\n\\\\t\\\\tc0,3.2-0.6,6.4-1.6,9.5c-1,3-2.6,5.8-4.7,8.2c-2.2,2.5-4.9,4.5-7.9,5.8c-3.6,1.5-7.4,2.3-11.3,2.2c-3.9,0.1-7.8-0.7-11.4-2.2\\\\n\\\\t\\\\tc-3.1-1.3-5.8-3.3-8-5.8c-2.1-2.4-3.7-5.2-4.7-8.2c-1-3.1-1.5-6.3-1.5-9.5c0-3.7,0.6-7.3,2-10.7c1.2-3.1,3.1-5.9,5.5-8.3\\\\n\\\\t\\\\tc2.3-2.3,5.1-4.1,8.2-5.3C545.9,5.5,549.3,4.9,552.8,4.9z M536.2,31.3c0.1,2.1,0.4,4.1,1,6.1c0.6,2,1.6,3.8,2.9,5.4\\\\n\\\\t\\\\tc1.4,1.7,3.1,3,5,3.9c4.8,2,10.1,2,14.9,0c1.9-0.9,3.6-2.2,5-3.9c1.3-1.6,2.3-3.5,2.8-5.5c0.6-2,0.9-4,1-6.1c0-2.1-0.2-4.2-0.8-6.2\\\\n\\\\t\\\\tc-0.6-2-1.5-4-2.8-5.7c-1.4-1.7-3.1-3.1-5-4.2c-2.3-1.1-4.8-1.7-7.3-1.7c-2.4,0-4.9,0.4-7.1,1.4c-2,0.9-3.8,2.2-5.2,3.8\\\\n\\\\t\\\\tc-1.4,1.7-2.5,3.6-3.2,5.7C536.5,26.6,536.1,28.9,536.2,31.3L536.2,31.3z\"),_vendor_browser_svelte_internal_index.attr(u,\"class\",\"dark-blue cnn-pcl-1uvs9b7\"),_vendor_browser_svelte_internal_index.attr(u,\"d\",\"M587.9,54.7V6.9c0-0.6,0.4-1,1-1h7.3c0.6,0,1,0.4,1,1v47.7c0,0.6-0.4,1-1,1h-7.3\\\\n\\\\t\\\\tC588.3,55.6,587.9,55.2,587.9,54.7z\"),_vendor_browser_svelte_internal_index.attr(h,\"class\",\"dark-blue cnn-pcl-1uvs9b7\"),_vendor_browser_svelte_internal_index.attr(h,\"d\",\"M650.6,48.7c0.4,0.4,0.4,1,0,1.4c0,0,0,0,0,0c-2.3,2.1-5,3.8-7.9,4.9c-7.2,2.5-15.1,2.4-22.2-0.4\\\\n\\\\t\\\\tc-3.1-1.3-5.9-3.3-8.2-5.8c-2.1-2.4-3.7-5.2-4.7-8.2c-1-3-1.5-6.2-1.5-9.4c0-3.3,0.5-6.5,1.6-9.6c1-3.1,2.7-5.9,4.8-8.4\\\\n\\\\t\\\\tc2.3-2.6,5.1-4.6,8.2-6c3.7-1.6,7.7-2.4,11.7-2.3c3.3,0,6.7,0.6,9.8,1.9c2.9,1.2,5.5,2.9,7.7,5c0.4,0.4,0.4,1,0,1.4c0,0,0,0,0,0\\\\n\\\\t\\\\tl-4.8,4.7c-0.4,0.4-1,0.4-1.4,0c-1.4-1.3-3.1-2.3-4.9-2.9c-2-0.8-4.2-1.1-6.4-1.1c-2.6-0.1-5.3,0.5-7.7,1.6c-2.1,0.9-3.9,2.3-5.4,4\\\\n\\\\t\\\\tc-1.4,1.6-2.4,3.5-3,5.5c-0.6,2-1,4.1-1,6.2c0,2.1,0.3,4.1,1,6.1c0.6,2,1.6,3.8,3,5.4c1.5,1.7,3.3,3,5.3,3.9c2.5,1,5.2,1.5,7.8,1.4\\\\n\\\\t\\\\tc2.3,0,4.5-0.4,6.6-1.3c1.9-0.7,3.6-1.8,5.2-3.1c0.4-0.4,1-0.4,1.4,0L650.6,48.7z\"),_vendor_browser_svelte_internal_index.attr(b,\"class\",\"dark-blue cnn-pcl-1uvs9b7\"),_vendor_browser_svelte_internal_index.attr(b,\"d\",\"M694.8,55.7h-36.2V5.9h36.2c0.6,0,1,0.4,1,1V14c0,0.6-0.4,1-1,1h-26.9v11.4h17.9c0.6,0,1,0.4,1,1v6.8\\\\n\\\\t\\\\tc0,0.6-0.4,1-1,1h-17.9v11.2h26.9c0.6,0,1,0.4,1,1v7.2C695.9,55.2,695.4,55.6,694.8,55.7C694.9,55.7,694.9,55.7,694.8,55.7z\"),_vendor_browser_svelte_internal_index.attr(w,\"class\",\"dark-blue cnn-pcl-1uvs9b7\"),_vendor_browser_svelte_internal_index.attr(w,\"d\",\"M853.5,47.2h31.2c0.6,0,1,0.4,1,1v6.6c0,0.6-0.4,1-1,1h-41.4c0-14.8,4.2-19.6,19.3-25.6\\\\n\\\\t\\\\tc11.4-4.5,13.8-5.7,13.8-9.5s-2.9-6.8-10.7-6.8c-8.4,0-11.9,3.3-13.9,7.2c-0.3,0.5-0.9,0.7-1.4,0.4c0,0,0,0,0,0l-5.9-3.3\\\\n\\\\t\\\\tc-0.5-0.3-0.6-0.9-0.4-1.3c3.3-6.3,9.8-11.5,21.5-11.5c12.2,0,20.1,6.3,20.1,15.6c0,10.7-10.2,13.4-19.9,17\\\\n\\\\t\\\\tC858.4,40.6,855,43.5,853.5,47.2z\"),_vendor_browser_svelte_internal_index.attr(p,\"class\",\"dark-blue cnn-pcl-1uvs9b7\"),_vendor_browser_svelte_internal_index.attr(p,\"d\",\"M892.5,30.9c0-14,10.4-25.7,25.7-25.7S944,17,944,30.9s-10.4,25.7-25.8,25.7S892.5,44.9,892.5,30.9z\\\\n\\\\t\\\\t M934.7,30.9c0-9.4-6.4-17-16.5-17s-16.4,7.6-16.4,17s6.3,16.9,16.4,16.9S934.7,40.3,934.7,30.9z\"),_vendor_browser_svelte_internal_index.attr(x,\"class\",\"dark-blue cnn-pcl-1uvs9b7\"),_vendor_browser_svelte_internal_index.attr(x,\"d\",\"M960,47.2h31.2c0.6,0,1,0.4,1,1v6.6c0,0.6-0.4,1-1,1h-41.4c0-14.8,4.2-19.6,19.3-25.6\\\\n\\\\t\\\\tc11.4-4.5,13.8-5.7,13.8-9.5s-2.9-6.8-10.7-6.8c-8.4,0-11.9,3.3-13.9,7.2c-0.3,0.5-0.9,0.7-1.4,0.4c0,0,0,0,0,0L951,18\\\\n\\\\t\\\\tc-0.5-0.3-0.6-0.9-0.4-1.3c3.3-6.3,9.8-11.5,21.5-11.5c12.2,0,20.1,6.3,20.1,15.6c0,10.7-10.2,13.4-19.9,17\\\\n\\\\t\\\\tC964.9,40.6,961.5,43.5,960,47.2z\"),_vendor_browser_svelte_internal_index.attr(y,\"class\",\"dark-blue cnn-pcl-1uvs9b7\"),_vendor_browser_svelte_internal_index.attr(y,\"d\",\"M1009.6,47.2h31.2c0.6,0,1,0.4,1,1v6.6c0,0.6-0.4,1-1,1h-41.4c0-14.8,4.2-19.6,19.3-25.6\\\\n\\\\t\\\\tc11.4-4.5,13.8-5.7,13.8-9.5s-2.9-6.8-10.7-6.8c-8.3,0-11.9,3.3-13.9,7.2c-0.3,0.5-0.9,0.7-1.4,0.4c0,0,0,0,0,0l-5.9-3.3\\\\n\\\\t\\\\tc-0.5-0.3-0.6-0.9-0.4-1.3c3.3-6.3,9.8-11.5,21.5-11.5c12.2,0,20.1,6.3,20.1,15.6c0,10.7-10.2,13.4-19.9,17\\\\n\\\\t\\\\tC1014.5,40.6,1011.1,43.5,1009.6,47.2z\"),_vendor_browser_svelte_internal_index.attr(m,\"class\",\"blue cnn-pcl-1uvs9b7\"),_vendor_browser_svelte_internal_index.attr(m,\"x\",\"723.3\"),_vendor_browser_svelte_internal_index.attr(m,\"y\",\"2.2\"),_vendor_browser_svelte_internal_index.attr(m,\"width\",\"36.6\"),_vendor_browser_svelte_internal_index.attr(m,\"height\",\"33.6\"),_vendor_browser_svelte_internal_index.attr(g,\"class\",\"red cnn-pcl-1uvs9b7\"),_vendor_browser_svelte_internal_index.attr(g,\"x\",\"723.3\"),_vendor_browser_svelte_internal_index.attr(g,\"y\",\"46\"),_vendor_browser_svelte_internal_index.attr(g,\"width\",\"97\"),_vendor_browser_svelte_internal_index.attr(g,\"height\",\"11.8\"),_vendor_browser_svelte_internal_index.attr(C,\"class\",\"red cnn-pcl-1uvs9b7\"),_vendor_browser_svelte_internal_index.attr(C,\"x\",\"768.7\"),_vendor_browser_svelte_internal_index.attr(C,\"y\",\"2.2\"),_vendor_browser_svelte_internal_index.attr(C,\"width\",\"51.7\"),_vendor_browser_svelte_internal_index.attr(C,\"height\",\"12.1\"),_vendor_browser_svelte_internal_index.attr($,\"class\",\"red cnn-pcl-1uvs9b7\"),_vendor_browser_svelte_internal_index.attr($,\"x\",\"768.7\"),_vendor_browser_svelte_internal_index.attr($,\"y\",\"23.9\"),_vendor_browser_svelte_internal_index.attr($,\"width\",\"51.7\"),_vendor_browser_svelte_internal_index.attr($,\"height\",\"11.9\"),_vendor_browser_svelte_internal_index.attr(r,\"width\",e[0]),_vendor_browser_svelte_internal_index.attr(r,\"height\",e[1]),_vendor_browser_svelte_internal_index.attr(r,\"aria-label\",e[2]),_vendor_browser_svelte_internal_index.attr(r,\"role\",\"img\"),_vendor_browser_svelte_internal_index.attr(r,\"viewBox\",\"0 0 1041.8 57.8\"),_vendor_browser_svelte_internal_index.attr(r,\"fill\",\"none\"),_vendor_browser_svelte_internal_index.attr(r,\"xmlns\",\"http://www.w3.org/2000/svg\")},m:function(e,O){_vendor_browser_svelte_internal_index.insert_hydration(e,r,O),_vendor_browser_svelte_internal_index.append_hydration(r,n),_vendor_browser_svelte_internal_index.append_hydration(r,t),_vendor_browser_svelte_internal_index.append_hydration(r,_),_vendor_browser_svelte_internal_index.append_hydration(r,o),_vendor_browser_svelte_internal_index.append_hydration(r,i),_vendor_browser_svelte_internal_index.append_hydration(r,l),_vendor_browser_svelte_internal_index.append_hydration(r,a),_vendor_browser_svelte_internal_index.append_hydration(r,s),_vendor_browser_svelte_internal_index.append_hydration(r,d),_vendor_browser_svelte_internal_index.append_hydration(r,v),_vendor_browser_svelte_internal_index.append_hydration(r,c),_vendor_browser_svelte_internal_index.append_hydration(r,f),_vendor_browser_svelte_internal_index.append_hydration(r,u),_vendor_browser_svelte_internal_index.append_hydration(r,h),_vendor_browser_svelte_internal_index.append_hydration(r,b),_vendor_browser_svelte_internal_index.append_hydration(r,w),_vendor_browser_svelte_internal_index.append_hydration(r,p),_vendor_browser_svelte_internal_index.append_hydration(r,x),_vendor_browser_svelte_internal_index.append_hydration(r,y),_vendor_browser_svelte_internal_index.append_hydration(r,m),_vendor_browser_svelte_internal_index.append_hydration(r,g),_vendor_browser_svelte_internal_index.append_hydration(r,C),_vendor_browser_svelte_internal_index.append_hydration(r,$)},p:function(e,n){var t=_slicedToArray$g(n,1)[0];1&t&&_vendor_browser_svelte_internal_index.attr(r,\"width\",e[0]),2&t&&_vendor_browser_svelte_internal_index.attr(r,\"height\",e[1]),4&t&&_vendor_browser_svelte_internal_index.attr(r,\"aria-label\",e[2])},i:_vendor_browser_svelte_internal_index.noop,o:_vendor_browser_svelte_internal_index.noop,d:function(e){e&&_vendor_browser_svelte_internal_index.detach(r)}}}function instance$g(e,r,n){var t=r.width,_=void 0===t?180:t,o=r.height,i=void 0===o?11:o,l=r.label,a=void 0===l?\"America\\'s Choice 2022\":l;return e.$$set=function(e){\"width\"in e&&n(0,_=e.width),\"height\"in e&&n(1,i=e.height),\"label\"in e&&n(2,a=e.label)},[_,i,a]}var AmericasChoice2022=function(e){_inherits$l(n,_vendor_browser_svelte_internal_index.SvelteComponent);var r=_createSuper$l(n);function n(e){var t;return _classCallCheck$l(this,n),t=r.call(this),_vendor_browser_svelte_internal_index.init(_assertThisInitialized$l(t),e,instance$g,create_fragment$l,_vendor_browser_svelte_internal_index.safe_not_equal,{width:0,height:1,label:2},add_css$1),t}return n}(),AmericasChoice2022Icon=AmericasChoice2022;function _arrayLikeToArray$f(e,r){(null==r||r>e.length)&&(r=e.length);for(var n=0,t=new Array(r);n<r;n++)t[n]=e[n];return t}function _arrayWithHoles$f(e){if(Array.isArray(e))return e}function _assertThisInitialized$k(e){if(void 0===e)throw new ReferenceError(\"this hasn\\'t been initialised - super() hasn\\'t been called\");return e}function _classCallCheck$k(e,r){if(!(e instanceof r))throw new TypeError(\"Cannot call a class as a function\")}function _getPrototypeOf$k(e){return(_getPrototypeOf$k=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function _inherits$k(e,r){if(\"function\"!=typeof r&&null!==r)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(r&&r.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),r&&_setPrototypeOf$k(e,r)}function _iterableToArrayLimit$f(e,r){var n=null==e?null:\"undefined\"!=typeof Symbol&&e[Symbol.iterator]||e[\"@@iterator\"];if(null!=n){var t,_,o=[],i=!0,l=!1;try{for(n=n.call(e);!(i=(t=n.next()).done)&&(o.push(t.value),!r||o.length!==r);i=!0);}catch(e){l=!0,_=e}finally{try{i||null==n.return||n.return()}finally{if(l)throw _}}return o}}function _nonIterableRest$f(){throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\\\\\\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}function _possibleConstructorReturn$k(e,r){return!r||\"object\"!==_typeof$k(r)&&\"function\"!=typeof r?_assertThisInitialized$k(e):r}function _setPrototypeOf$k(e,r){return(_setPrototypeOf$k=Object.setPrototypeOf||function(e,r){return e.__proto__=r,e})(e,r)}function _slicedToArray$f(e,r){return _arrayWithHoles$f(e)||_iterableToArrayLimit$f(e,r)||_unsupportedIterableToArray$f(e,r)||_nonIterableRest$f()}var _typeof$k=function(e){return e&&\"undefined\"!=typeof Symbol&&e.constructor===Symbol?\"symbol\":typeof e};function _unsupportedIterableToArray$f(e,r){if(e){if(\"string\"==typeof e)return _arrayLikeToArray$f(e,r);var n=Object.prototype.toString.call(e).slice(8,-1);return\"Object\"===n&&e.constructor&&(n=e.constructor.name),\"Map\"===n||\"Set\"===n?Array.from(n):\"Arguments\"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?_arrayLikeToArray$f(e,r):void 0}}function _isNativeReflectConstruct$k(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function _createSuper$k(e){var r=_isNativeReflectConstruct$k();return function(){var n,t=_getPrototypeOf$k(e);if(r){var _=_getPrototypeOf$k(this).constructor;n=Reflect.construct(t,arguments,_)}else n=t.apply(this,arguments);return _possibleConstructorReturn$k(this,n)}}function add_css(e){_vendor_browser_svelte_internal_index.append_styles(e,\"cnn-pcl-1uvs9b7\",\".dark-blue.cnn-pcl-1uvs9b7{fill:#0e243c}.blue.cnn-pcl-1uvs9b7{fill:#3061f2}.red.cnn-pcl-1uvs9b7{fill:#ff3f3f}\")}function create_fragment$k(e){var r,n,t,_,o,i,l,a,s;return{c:function(){r=_vendor_browser_svelte_internal_index.svg_element(\"svg\"),n=_vendor_browser_svelte_internal_index.svg_element(\"path\"),t=_vendor_browser_svelte_internal_index.svg_element(\"path\"),_=_vendor_browser_svelte_internal_index.svg_element(\"path\"),o=_vendor_browser_svelte_internal_index.svg_element(\"path\"),i=_vendor_browser_svelte_internal_index.svg_element(\"rect\"),l=_vendor_browser_svelte_internal_index.svg_element(\"rect\"),a=_vendor_browser_svelte_internal_index.svg_element(\"rect\"),s=_vendor_browser_svelte_internal_index.svg_element(\"rect\"),this.h()},l:function(e){r=_vendor_browser_svelte_internal_index.claim_svg_element(e,\"svg\",{width:!0,height:!0,\"aria-label\":!0,role:!0,fill:!0,viewBox:!0,xmlns:!0});var d=_vendor_browser_svelte_internal_index.children(r);n=_vendor_browser_svelte_internal_index.claim_svg_element(d,\"path\",{class:!0,d:!0}),_vendor_browser_svelte_internal_index.children(n).forEach(_vendor_browser_svelte_internal_index.detach),t=_vendor_browser_svelte_internal_index.claim_svg_element(d,\"path\",{class:!0,d:!0}),_vendor_browser_svelte_internal_index.children(t).forEach(_vendor_browser_svelte_internal_index.detach),_=_vendor_browser_svelte_internal_index.claim_svg_element(d,\"path\",{class:!0,d:!0}),_vendor_browser_svelte_internal_index.children(_).forEach(_vendor_browser_svelte_internal_index.detach),o=_vendor_browser_svelte_internal_index.claim_svg_element(d,\"path\",{class:!0,d:!0}),_vendor_browser_svelte_internal_index.children(o).forEach(_vendor_browser_svelte_internal_index.detach),i=_vendor_browser_svelte_internal_index.claim_svg_element(d,\"rect\",{class:!0,width:!0,height:!0}),_vendor_browser_svelte_internal_index.children(i).forEach(_vendor_browser_svelte_internal_index.detach),l=_vendor_browser_svelte_internal_index.claim_svg_element(d,\"rect\",{y:!0,class:!0,width:!0,height:!0}),_vendor_browser_svelte_internal_index.children(l).forEach(_vendor_browser_svelte_internal_index.detach),a=_vendor_browser_svelte_internal_index.claim_svg_element(d,\"rect\",{x:!0,class:!0,width:!0,height:!0}),_vendor_browser_svelte_internal_index.children(a).forEach(_vendor_browser_svelte_internal_index.detach),s=_vendor_browser_svelte_internal_index.claim_svg_element(d,\"rect\",{x:!0,y:!0,class:!0,width:!0,height:!0}),_vendor_browser_svelte_internal_index.children(s).forEach(_vendor_browser_svelte_internal_index.detach),d.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(n,\"class\",\"dark-blue cnn-pcl-1uvs9b7\"),_vendor_browser_svelte_internal_index.attr(n,\"d\",\"M130.2,45h31.1c0.6,0,1,0.4,1,1v6.6c0,0.6-0.4,1-1,1H120c0-14.8,4.2-19.6,19.3-25.6\\\\n\\\\t\\\\tc11.4-4.5,13.9-5.7,13.9-9.5s-2.9-6.8-10.7-6.8c-8.4,0-11.9,3.3-13.9,7.2c-0.3,0.5-0.9,0.7-1.3,0.4c0,0,0,0,0,0l-5.9-3.3\\\\n\\\\t\\\\tc-0.5-0.3-0.6-0.9-0.4-1.3C124.2,8.2,130.7,3,142.3,3c12.2,0,20.1,6.3,20.1,15.6c0,10.7-10.2,13.4-19.9,17\\\\n\\\\t\\\\tC135.1,38.5,131.7,41.3,130.2,45z\"),_vendor_browser_svelte_internal_index.attr(t,\"class\",\"dark-blue cnn-pcl-1uvs9b7\"),_vendor_browser_svelte_internal_index.attr(t,\"d\",\"M169.2,28.7c0-14,10.4-25.7,25.7-25.7s25.8,11.7,25.8,25.7s-10.4,25.7-25.8,25.7S169.2,42.7,169.2,28.7z\\\\n\\\\t\\\\t M211.3,28.7c0-9.4-6.4-17-16.5-17s-16.4,7.6-16.4,17s6.3,16.9,16.4,16.9S211.3,38.1,211.3,28.7L211.3,28.7z\"),_vendor_browser_svelte_internal_index.attr(_,\"class\",\"dark-blue cnn-pcl-1uvs9b7\"),_vendor_browser_svelte_internal_index.attr(_,\"d\",\"M236.7,45h31.2c0.6,0,1,0.4,1,1v6.6c0,0.6-0.4,1-1,1h-41.4c0-14.8,4.2-19.6,19.3-25.6\\\\n\\\\t\\\\tc11.4-4.5,13.8-5.7,13.8-9.5s-2.9-6.8-10.7-6.8c-8.4,0-11.9,3.3-13.9,7.2c-0.3,0.5-0.9,0.7-1.3,0.4c0,0,0,0,0,0l-5.9-3.3\\\\n\\\\t\\\\tc-0.5-0.3-0.6-0.9-0.4-1.3C230.7,8.2,237.2,3,248.8,3c12.2,0,20.1,6.3,20.1,15.6c0,10.7-10.2,13.4-19.9,17\\\\n\\\\t\\\\tC241.6,38.5,238.2,41.3,236.7,45z\"),_vendor_browser_svelte_internal_index.attr(o,\"class\",\"dark-blue cnn-pcl-1uvs9b7\"),_vendor_browser_svelte_internal_index.attr(o,\"d\",\"M286.3,45h31.2c0.6,0,1,0.4,1,1v6.6c0,0.6-0.4,1-1,1h-41.4c0-14.8,4.2-19.6,19.3-25.6\\\\n\\\\t\\\\tc11.4-4.5,13.8-5.7,13.8-9.5s-2.9-6.8-10.7-6.8c-8.3,0-11.9,3.3-13.9,7.2c-0.3,0.5-0.9,0.7-1.4,0.4c0,0,0,0,0,0l-5.9-3.3\\\\n\\\\t\\\\tc-0.5-0.3-0.7-0.8-0.4-1.3C280.3,8.2,286.7,3,298.4,3c12.2,0,20.1,6.3,20.1,15.6c0,10.7-10.2,13.4-19.9,17\\\\n\\\\t\\\\tC291.2,38.5,287.8,41.3,286.3,45z\"),_vendor_browser_svelte_internal_index.attr(i,\"class\",\"blue cnn-pcl-1uvs9b7\"),_vendor_browser_svelte_internal_index.attr(i,\"width\",\"36.6\"),_vendor_browser_svelte_internal_index.attr(i,\"height\",\"33.6\"),_vendor_browser_svelte_internal_index.attr(l,\"y\",\"43.8\"),_vendor_browser_svelte_internal_index.attr(l,\"class\",\"red cnn-pcl-1uvs9b7\"),_vendor_browser_svelte_internal_index.attr(l,\"width\",\"97\"),_vendor_browser_svelte_internal_index.attr(l,\"height\",\"11.8\"),_vendor_browser_svelte_internal_index.attr(a,\"x\",\"45.3\"),_vendor_browser_svelte_internal_index.attr(a,\"class\",\"red cnn-pcl-1uvs9b7\"),_vendor_browser_svelte_internal_index.attr(a,\"width\",\"51.7\"),_vendor_browser_svelte_internal_index.attr(a,\"height\",\"12.1\"),_vendor_browser_svelte_internal_index.attr(s,\"x\",\"45.3\"),_vendor_browser_svelte_internal_index.attr(s,\"y\",\"21.7\"),_vendor_browser_svelte_internal_index.attr(s,\"class\",\"red cnn-pcl-1uvs9b7\"),_vendor_browser_svelte_internal_index.attr(s,\"width\",\"51.7\"),_vendor_browser_svelte_internal_index.attr(s,\"height\",\"11.9\"),_vendor_browser_svelte_internal_index.attr(r,\"width\",e[0]),_vendor_browser_svelte_internal_index.attr(r,\"height\",e[1]),_vendor_browser_svelte_internal_index.attr(r,\"aria-label\",e[2]),_vendor_browser_svelte_internal_index.attr(r,\"role\",\"img\"),_vendor_browser_svelte_internal_index.attr(r,\"fill\",\"none\"),_vendor_browser_svelte_internal_index.attr(r,\"viewBox\",\"0 0 318.5 55.6\"),_vendor_browser_svelte_internal_index.attr(r,\"xmlns\",\"http://www.w3.org/2000/svg\")},m:function(e,d){_vendor_browser_svelte_internal_index.insert_hydration(e,r,d),_vendor_browser_svelte_internal_index.append_hydration(r,n),_vendor_browser_svelte_internal_index.append_hydration(r,t),_vendor_browser_svelte_internal_index.append_hydration(r,_),_vendor_browser_svelte_internal_index.append_hydration(r,o),_vendor_browser_svelte_internal_index.append_hydration(r,i),_vendor_browser_svelte_internal_index.append_hydration(r,l),_vendor_browser_svelte_internal_index.append_hydration(r,a),_vendor_browser_svelte_internal_index.append_hydration(r,s)},p:function(e,n){var t=_slicedToArray$f(n,1)[0];1&t&&_vendor_browser_svelte_internal_index.attr(r,\"width\",e[0]),2&t&&_vendor_browser_svelte_internal_index.attr(r,\"height\",e[1]),4&t&&_vendor_browser_svelte_internal_index.attr(r,\"aria-label\",e[2])},i:_vendor_browser_svelte_internal_index.noop,o:_vendor_browser_svelte_internal_index.noop,d:function(e){e&&_vendor_browser_svelte_internal_index.detach(r)}}}function instance$f(e,r,n){var t=r.width,_=void 0===t?46:t,o=r.height,i=void 0===o?10:o,l=r.label,a=void 0===l?\"America\\'s Choice 2022\":l;return e.$$set=function(e){\"width\"in e&&n(0,_=e.width),\"height\"in e&&n(1,i=e.height),\"label\"in e&&n(2,a=e.label)},[_,i,a]}var AmericasChoice2022Small=function(e){_inherits$k(n,_vendor_browser_svelte_internal_index.SvelteComponent);var r=_createSuper$k(n);function n(e){var t;return _classCallCheck$k(this,n),t=r.call(this),_vendor_browser_svelte_internal_index.init(_assertThisInitialized$k(t),e,instance$f,create_fragment$k,_vendor_browser_svelte_internal_index.safe_not_equal,{width:0,height:1,label:2},add_css),t}return n}(),AmericasChoice2022SmallIcon=AmericasChoice2022Small;function _arrayLikeToArray$e(e,r){(null==r||r>e.length)&&(r=e.length);for(var n=0,t=new Array(r);n<r;n++)t[n]=e[n];return t}function _arrayWithHoles$e(e){if(Array.isArray(e))return e}function _assertThisInitialized$j(e){if(void 0===e)throw new ReferenceError(\"this hasn\\'t been initialised - super() hasn\\'t been called\");return e}function _classCallCheck$j(e,r){if(!(e instanceof r))throw new TypeError(\"Cannot call a class as a function\")}function _getPrototypeOf$j(e){return(_getPrototypeOf$j=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function _inherits$j(e,r){if(\"function\"!=typeof r&&null!==r)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(r&&r.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),r&&_setPrototypeOf$j(e,r)}function _iterableToArrayLimit$e(e,r){var n=null==e?null:\"undefined\"!=typeof Symbol&&e[Symbol.iterator]||e[\"@@iterator\"];if(null!=n){var t,_,o=[],i=!0,l=!1;try{for(n=n.call(e);!(i=(t=n.next()).done)&&(o.push(t.value),!r||o.length!==r);i=!0);}catch(e){l=!0,_=e}finally{try{i||null==n.return||n.return()}finally{if(l)throw _}}return o}}function _nonIterableRest$e(){throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\\\\\\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}function _possibleConstructorReturn$j(e,r){return!r||\"object\"!==_typeof$j(r)&&\"function\"!=typeof r?_assertThisInitialized$j(e):r}function _setPrototypeOf$j(e,r){return(_setPrototypeOf$j=Object.setPrototypeOf||function(e,r){return e.__proto__=r,e})(e,r)}function _slicedToArray$e(e,r){return _arrayWithHoles$e(e)||_iterableToArrayLimit$e(e,r)||_unsupportedIterableToArray$e(e,r)||_nonIterableRest$e()}var _typeof$j=function(e){return e&&\"undefined\"!=typeof Symbol&&e.constructor===Symbol?\"symbol\":typeof e};function _unsupportedIterableToArray$e(e,r){if(e){if(\"string\"==typeof e)return _arrayLikeToArray$e(e,r);var n=Object.prototype.toString.call(e).slice(8,-1);return\"Object\"===n&&e.constructor&&(n=e.constructor.name),\"Map\"===n||\"Set\"===n?Array.from(n):\"Arguments\"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?_arrayLikeToArray$e(e,r):void 0}}function _isNativeReflectConstruct$j(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function _createSuper$j(e){var r=_isNativeReflectConstruct$j();return function(){var n,t=_getPrototypeOf$j(e);if(r){var _=_getPrototypeOf$j(this).constructor;n=Reflect.construct(t,arguments,_)}else n=t.apply(this,arguments);return _possibleConstructorReturn$j(this,n)}}function create_fragment$j(e){var r,n,t,_,o,i,l,a,s,d,v,c,f,u,h,b,w,p,x,y;return{c:function(){r=_vendor_browser_svelte_internal_index.svg_element(\"svg\"),n=_vendor_browser_svelte_internal_index.svg_element(\"path\"),t=_vendor_browser_svelte_internal_index.svg_element(\"path\"),_=_vendor_browser_svelte_internal_index.svg_element(\"path\"),o=_vendor_browser_svelte_internal_index.svg_element(\"path\"),i=_vendor_browser_svelte_internal_index.svg_element(\"path\"),l=_vendor_browser_svelte_internal_index.svg_element(\"path\"),a=_vendor_browser_svelte_internal_index.svg_element(\"path\"),s=_vendor_browser_svelte_internal_index.svg_element(\"path\"),d=_vendor_browser_svelte_internal_index.svg_element(\"path\"),v=_vendor_browser_svelte_internal_index.svg_element(\"path\"),c=_vendor_browser_svelte_internal_index.svg_element(\"path\"),f=_vendor_browser_svelte_internal_index.svg_element(\"path\"),u=_vendor_browser_svelte_internal_index.svg_element(\"path\"),h=_vendor_browser_svelte_internal_index.svg_element(\"path\"),b=_vendor_browser_svelte_internal_index.svg_element(\"path\"),w=_vendor_browser_svelte_internal_index.svg_element(\"path\"),p=_vendor_browser_svelte_internal_index.svg_element(\"path\"),x=_vendor_browser_svelte_internal_index.svg_element(\"path\"),y=_vendor_browser_svelte_internal_index.svg_element(\"path\"),this.h()},l:function(e){r=_vendor_browser_svelte_internal_index.claim_svg_element(e,\"svg\",{width:!0,height:!0,\"aria-label\":!0,viewBox:!0,fill:!0,xmlns:!0});var m=_vendor_browser_svelte_internal_index.children(r);n=_vendor_browser_svelte_internal_index.claim_svg_element(m,\"path\",{d:!0,fill:!0}),_vendor_browser_svelte_internal_index.children(n).forEach(_vendor_browser_svelte_internal_index.detach),t=_vendor_browser_svelte_internal_index.claim_svg_element(m,\"path\",{d:!0,fill:!0}),_vendor_browser_svelte_internal_index.children(t).forEach(_vendor_browser_svelte_internal_index.detach),_=_vendor_browser_svelte_internal_index.claim_svg_element(m,\"path\",{d:!0,fill:!0}),_vendor_browser_svelte_internal_index.children(_).forEach(_vendor_browser_svelte_internal_index.detach),o=_vendor_browser_svelte_internal_index.claim_svg_element(m,\"path\",{d:!0,fill:!0}),_vendor_browser_svelte_internal_index.children(o).forEach(_vendor_browser_svelte_internal_index.detach),i=_vendor_browser_svelte_internal_index.claim_svg_element(m,\"path\",{d:!0,fill:!0}),_vendor_browser_svelte_internal_index.children(i).forEach(_vendor_browser_svelte_internal_index.detach),l=_vendor_browser_svelte_internal_index.claim_svg_element(m,\"path\",{d:!0,fill:!0}),_vendor_browser_svelte_internal_index.children(l).forEach(_vendor_browser_svelte_internal_index.detach),a=_vendor_browser_svelte_internal_index.claim_svg_element(m,\"path\",{d:!0,fill:!0}),_vendor_browser_svelte_internal_index.children(a).forEach(_vendor_browser_svelte_internal_index.detach),s=_vendor_browser_svelte_internal_index.claim_svg_element(m,\"path\",{d:!0,fill:!0}),_vendor_browser_svelte_internal_index.children(s).forEach(_vendor_browser_svelte_internal_index.detach),d=_vendor_browser_svelte_internal_index.claim_svg_element(m,\"path\",{d:!0,fill:!0}),_vendor_browser_svelte_internal_index.children(d).forEach(_vendor_browser_svelte_internal_index.detach),v=_vendor_browser_svelte_internal_index.claim_svg_element(m,\"path\",{d:!0,fill:!0}),_vendor_browser_svelte_internal_index.children(v).forEach(_vendor_browser_svelte_internal_index.detach),c=_vendor_browser_svelte_internal_index.claim_svg_element(m,\"path\",{d:!0,fill:!0}),_vendor_browser_svelte_internal_index.children(c).forEach(_vendor_browser_svelte_internal_index.detach),f=_vendor_browser_svelte_internal_index.claim_svg_element(m,\"path\",{d:!0,fill:!0}),_vendor_browser_svelte_internal_index.children(f).forEach(_vendor_browser_svelte_internal_index.detach),u=_vendor_browser_svelte_internal_index.claim_svg_element(m,\"path\",{d:!0,fill:!0}),_vendor_browser_svelte_internal_index.children(u).forEach(_vendor_browser_svelte_internal_index.detach),h=_vendor_browser_svelte_internal_index.claim_svg_element(m,\"path\",{d:!0,fill:!0}),_vendor_browser_svelte_internal_index.children(h).forEach(_vendor_browser_svelte_internal_index.detach),b=_vendor_browser_svelte_internal_index.claim_svg_element(m,\"path\",{d:!0,fill:!0}),_vendor_browser_svelte_internal_index.children(b).forEach(_vendor_browser_svelte_internal_index.detach),w=_vendor_browser_svelte_internal_index.claim_svg_element(m,\"path\",{d:!0,fill:!0}),_vendor_browser_svelte_internal_index.children(w).forEach(_vendor_browser_svelte_internal_index.detach),p=_vendor_browser_svelte_internal_index.claim_svg_element(m,\"path\",{d:!0,fill:!0}),_vendor_browser_svelte_internal_index.children(p).forEach(_vendor_browser_svelte_internal_index.detach),x=_vendor_browser_svelte_internal_index.claim_svg_element(m,\"path\",{d:!0,fill:!0}),_vendor_browser_svelte_internal_index.children(x).forEach(_vendor_browser_svelte_internal_index.detach),y=_vendor_browser_svelte_internal_index.claim_svg_element(m,\"path\",{d:!0,fill:!0}),_vendor_browser_svelte_internal_index.children(y).forEach(_vendor_browser_svelte_internal_index.detach),m.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(n,\"d\",\"M7.86715 8.01538H3.30323L2.60108 9.51855C2.56598 9.58766 2.51332 9.62222 2.4431 9.62222H1.03882C0.933496 9.62222 0.863281 9.55311 0.863281 9.44944C0.863281 9.43216 0.863281 9.39761 0.880835 9.38033L4.6373 1.13882C4.65485 1.06971 4.72507 1.03516 4.79528 1.03516H6.35755C6.42776 1.03516 6.48042 1.06971 6.51553 1.13882L10.272 9.38033C10.3071 9.46672 10.272 9.57038 10.1842 9.60494C10.1667 9.62222 10.1316 9.62222 10.114 9.62222H8.70972C8.63951 9.62222 8.58685 9.58766 8.55174 9.51855L7.86715 8.01538ZM5.58519 2.83205L3.97026 6.49494H7.21767L5.58519 2.83205Z\"),_vendor_browser_svelte_internal_index.attr(n,\"fill\",\"#0E243C\"),_vendor_browser_svelte_internal_index.attr(t,\"d\",\"M19.0692 3.40221L16.1026 8.44733C16.0675 8.49916 16.0149 8.51644 15.9622 8.51644H15.8218C15.7691 8.51644 15.7165 8.48188 15.6814 8.44733L12.943 3.38494V9.44944C12.943 9.55311 12.8728 9.62222 12.7675 9.62222H11.4685C11.3632 9.62222 11.293 9.55311 11.293 9.44944V1.20793C11.293 1.10427 11.3632 1.03516 11.4685 1.03516H13.2941C13.3467 1.03516 13.3994 1.06971 13.4345 1.10427L15.9271 5.76927L18.5953 1.10427C18.6304 1.05243 18.683 1.03516 18.7357 1.03516H20.5261C20.6315 1.03516 20.7017 1.10427 20.7017 1.20793V9.44944C20.7017 9.55311 20.6315 9.62222 20.5261 9.62222H19.2272C19.1219 9.62222 19.0516 9.55311 19.0516 9.44944L19.0692 3.40221Z\"),_vendor_browser_svelte_internal_index.attr(t,\"fill\",\"#0E243C\"),_vendor_browser_svelte_internal_index.attr(_,\"d\",\"M28.9481 9.62387H22.7693C22.664 9.62387 22.5938 9.55476 22.5938 9.45109V1.19231C22.5938 1.08864 22.664 1.01953 22.7693 1.01953H28.9481C29.0535 1.01953 29.1237 1.08864 29.1237 1.19231V2.41903C29.1237 2.5227 29.0535 2.59181 28.9481 2.59181H24.2262V4.56148H28.0705C28.1758 4.56148 28.246 4.63059 28.246 4.73426V5.90915C28.246 6.01281 28.1758 6.08192 28.0705 6.08192H24.2262V8.01704H28.9481C29.0535 8.01704 29.1237 8.08615 29.1237 8.18981V9.43381C29.1237 9.53748 29.0535 9.60659 28.9481 9.62387Z\"),_vendor_browser_svelte_internal_index.attr(_,\"fill\",\"#0E243C\"),_vendor_browser_svelte_internal_index.attr(o,\"d\",\"M38.4462 9.62409H36.726C36.6207 9.62409 36.5329 9.57226 36.4627 9.50315L34.0403 6.7387H32.3727V9.27853C32.3727 9.46859 32.2147 9.62409 32.0216 9.62409H31.0737C30.8806 9.62409 30.7227 9.46859 30.7227 9.27853V1.3653C30.7227 1.17525 30.8806 1.01975 31.0737 1.01975C31.653 1.01975 32.2323 1.01975 32.794 1.01975C33.4786 1.01975 34.1632 1.01975 34.8653 1.01975C35.3217 1.00247 35.7956 1.08886 36.2169 1.26164C36.5855 1.39986 36.9191 1.62447 37.1999 1.90092C37.4632 2.16008 37.6739 2.47108 37.7967 2.79936C37.9196 3.14492 37.9898 3.50775 37.9898 3.87058C37.9898 4.16431 37.9547 4.45803 37.8845 4.73447C37.8143 5.01092 37.6914 5.28736 37.5159 5.52925C37.3404 5.78842 37.1122 5.99575 36.8313 6.16853C36.5153 6.35859 36.1467 6.49681 35.7781 6.56592L38.4111 9.50315L38.4462 9.62409ZM32.3551 2.55747V5.28736H34.8653C35.0935 5.28736 35.3217 5.25281 35.5323 5.16642C35.7079 5.09731 35.8659 4.99364 36.0063 4.85542C36.1292 4.73447 36.2169 4.57897 36.2696 4.42347C36.3925 4.0952 36.3925 3.74964 36.2696 3.42136C36.2169 3.26586 36.1116 3.11036 35.9887 2.98942C35.8483 2.85119 35.6903 2.74753 35.5148 2.67842C35.3041 2.59203 35.0759 2.55747 34.8477 2.55747H32.3551Z\"),_vendor_browser_svelte_internal_index.attr(o,\"fill\",\"#0E243C\"),_vendor_browser_svelte_internal_index.attr(i,\"d\",\"M40.1523 9.45109V1.19231C40.1523 1.08864 40.2226 1.01953 40.3279 1.01953H41.6093C41.7146 1.01953 41.7848 1.08864 41.7848 1.19231V9.43382C41.7848 9.53748 41.7146 9.60659 41.6093 9.60659H40.3279C40.2226 9.60659 40.1523 9.53748 40.1523 9.45109Z\"),_vendor_browser_svelte_internal_index.attr(i,\"fill\",\"#0E243C\"),_vendor_browser_svelte_internal_index.attr(l,\"d\",\"M51.1532 8.41512C51.2234 8.48423 51.2234 8.58789 51.1532 8.65701C50.7494 9.01984 50.2755 9.31356 49.7664 9.50362C48.5026 9.93556 47.1158 9.91828 45.8871 9.43451C45.3429 9.2099 44.8514 8.86434 44.4477 8.43239C44.0791 8.01773 43.7982 7.53395 43.6227 7.01562C43.4471 6.49728 43.3594 5.94439 43.3594 5.3915C43.3594 4.82134 43.4471 4.26845 43.6402 3.73284C44.0089 2.62706 44.8514 1.72861 45.9397 1.26211C46.5892 0.985669 47.2914 0.847446 47.9935 0.864724C48.5728 0.864724 49.1696 0.968391 49.7138 1.193C50.2228 1.40034 50.6792 1.69406 51.0654 2.05689C51.1356 2.126 51.1356 2.22967 51.0654 2.29878L50.2228 3.11084C50.1526 3.17995 50.0473 3.17995 49.9771 3.11084C49.7313 2.88623 49.4329 2.71345 49.1169 2.60978C48.7659 2.47156 48.3797 2.41972 47.9935 2.41972C47.5196 2.40245 47.0632 2.50611 46.6419 2.67889C45.9222 2.98989 45.3956 3.59461 45.1674 4.32028C45.0621 4.66584 44.9919 5.02867 44.9919 5.3915C44.9919 5.75434 45.0445 6.09989 45.1674 6.44545C45.2727 6.79101 45.4658 7.10201 45.694 7.37845C45.9573 7.67217 46.2733 7.89678 46.6243 8.05228C47.0632 8.22506 47.5371 8.31145 47.9935 8.29417C48.3972 8.29417 48.7834 8.22506 49.1521 8.06956C49.4856 7.94862 49.784 7.75856 50.0473 7.53395C50.1175 7.46484 50.2228 7.46484 50.293 7.53395L51.1532 8.41512Z\"),_vendor_browser_svelte_internal_index.attr(l,\"fill\",\"#0E243C\"),_vendor_browser_svelte_internal_index.attr(a,\"d\",\"M58.8242 8.01538H54.2603L53.5581 9.51855C53.523 9.58766 53.4703 9.62222 53.4001 9.62222H51.9958C51.8905 9.62222 51.8203 9.55311 51.8203 9.44944C51.8203 9.43216 51.8203 9.39761 51.8379 9.38033L55.5592 1.24249C55.6119 1.12155 55.7348 1.03516 55.8752 1.03516H57.2093C57.3497 1.03516 57.4726 1.12155 57.5252 1.24249L61.2466 9.36305C61.2817 9.44944 61.2466 9.55311 61.1588 9.58766C61.1413 9.60494 61.1061 9.60494 61.0886 9.60494H59.6843C59.6141 9.60494 59.5439 9.57038 59.5263 9.50127L58.8242 8.01538ZM56.5422 2.83205L54.9273 6.47766H58.1747L56.5422 2.83205Z\"),_vendor_browser_svelte_internal_index.attr(a,\"fill\",\"#0E243C\"),_vendor_browser_svelte_internal_index.attr(s,\"d\",\"M60.4727 0.915723C60.4727 0.794778 60.4902 0.673834 60.5429 0.552889C60.5955 0.449223 60.6657 0.345556 60.736 0.259167C60.8237 0.172778 60.9115 0.103667 61.0344 0.0691112C61.1397 0.0172778 61.2626 0 61.3854 0C61.5083 0 61.6312 0.0172778 61.7541 0.0691112C61.8594 0.120945 61.9647 0.190056 62.0525 0.276445C62.1402 0.362834 62.2105 0.4665 62.2456 0.587445C62.2982 0.708389 62.3158 0.846612 62.3158 0.984834C62.3158 1.26128 62.2807 1.52045 62.2105 1.79689C62.1578 2.00422 62.07 2.19428 61.9823 2.36706C61.912 2.50528 61.8243 2.60895 61.7014 2.71261C61.6312 2.78172 61.561 2.81628 61.4732 2.83356C61.4381 2.83356 61.403 2.83356 61.3679 2.81628C61.3328 2.799 61.3152 2.78172 61.2801 2.76445L60.9993 2.55711C60.9466 2.52256 60.929 2.47072 60.929 2.41889C60.929 2.36706 60.9466 2.31522 60.9993 2.28067L61.0695 2.177C61.1046 2.14245 61.1221 2.09061 61.1572 2.03878C61.1924 1.96967 61.2099 1.90056 61.1924 1.83145C61.087 1.81417 60.9993 1.76233 60.9115 1.7105C60.8237 1.65867 60.736 1.58956 60.6657 1.50317C60.5955 1.41678 60.5429 1.33039 60.5078 1.22672C60.5078 1.12306 60.4727 1.01939 60.4727 0.915723Z\"),_vendor_browser_svelte_internal_index.attr(s,\"fill\",\"#0E243C\"),_vendor_browser_svelte_internal_index.attr(d,\"d\",\"M69.3938 3.04179C69.3235 3.07634 69.2358 3.05906 69.1831 2.98995C69.1129 2.90356 69.0251 2.81717 68.9374 2.74806C68.7969 2.62712 68.6389 2.52345 68.4634 2.43706C68.2703 2.35067 68.0772 2.26429 67.8666 2.22973C67.6384 2.1779 67.4102 2.14334 67.182 2.14334C66.5676 2.14334 66.1112 2.24701 65.8128 2.47162C65.532 2.66167 65.374 2.9554 65.374 3.28368C65.374 3.45645 65.4266 3.61195 65.532 3.75018C65.6548 3.8884 65.7953 3.99206 65.9533 4.06118C66.1463 4.14756 66.357 4.21668 66.5676 4.25123C66.7958 4.30306 67.0416 4.33762 67.3224 4.37218C67.7613 4.42401 68.2001 4.5104 68.6389 4.59679C69.0427 4.68318 69.4113 4.83868 69.7624 5.04601C70.0783 5.23606 70.3592 5.51251 70.5347 5.84079C70.9209 6.63557 70.9209 7.55129 70.5347 8.34607C70.3416 8.69162 70.0608 8.96807 69.7273 9.19268C69.3762 9.41729 68.9725 9.59007 68.5512 9.67646C68.0948 9.78012 67.6208 9.83196 67.1469 9.83196C66.7256 9.83196 66.3043 9.7974 65.883 9.72829C65.5144 9.65918 65.1458 9.53823 64.8123 9.36546C64.4963 9.20996 64.1979 8.98534 63.9521 8.7089C63.7239 8.44973 63.5309 8.17329 63.408 7.86229C63.3729 7.7759 63.408 7.68951 63.4958 7.63768L64.5665 7.10207C64.6543 7.05023 64.7596 7.08479 64.7947 7.17118C64.8825 7.34396 64.9878 7.49946 65.1282 7.63768C65.2862 7.81046 65.4969 7.94868 65.7075 8.05234C65.9357 8.17329 66.1639 8.2424 66.4096 8.29423C66.6729 8.34607 66.9187 8.38062 67.182 8.38062C67.4278 8.38062 67.6911 8.36334 67.9368 8.31151C68.165 8.27696 68.3756 8.19057 68.5687 8.0869C68.7443 7.98323 68.9022 7.84501 69.0251 7.68951C69.148 7.51673 69.2007 7.3094 69.2007 7.10207C69.2007 6.91201 69.148 6.73923 69.0427 6.58373C68.9374 6.42823 68.7794 6.30729 68.6214 6.2209C68.4283 6.11723 68.2001 6.03084 67.9895 5.97901C67.7262 5.92718 67.4629 5.87534 67.182 5.84079C66.7432 5.78895 66.3219 5.71984 65.883 5.61618C65.4969 5.52979 65.1282 5.39156 64.7947 5.18423C64.4788 4.99418 64.2154 4.73501 64.0399 4.42401C63.8293 4.06118 63.7415 3.64651 63.7591 3.23184C63.7415 2.83445 63.8468 2.43706 64.0575 2.09151C64.2506 1.78051 64.5314 1.52134 64.8474 1.31401C65.1809 1.10667 65.5495 0.951174 65.9357 0.864785C66.3219 0.761118 66.7256 0.726562 67.1469 0.726562C67.4804 0.726562 67.8315 0.761118 68.165 0.812951C68.4985 0.864785 68.8145 0.951174 69.1304 1.0894C69.4289 1.22762 69.7097 1.4004 69.9555 1.62501C70.1661 1.81506 70.3592 2.03967 70.4996 2.29884C70.5523 2.38523 70.5172 2.4889 70.4294 2.54073L69.3938 3.04179Z\"),_vendor_browser_svelte_internal_index.attr(d,\"fill\",\"#0E243C\"),_vendor_browser_svelte_internal_index.attr(v,\"d\",\"M82.6668 8.41287C82.737 8.48198 82.737 8.58565 82.6668 8.65476C82.2631 9.01759 81.7891 9.31131 81.2801 9.50137C80.0162 9.93331 78.6295 9.91604 77.3832 9.43226C76.839 9.20765 76.3475 8.86209 75.9438 8.43015C75.5752 8.01548 75.2943 7.5317 75.1188 7.01337C74.9432 6.49503 74.8555 5.94214 74.8555 5.38925C74.8555 4.81909 74.9432 4.2662 75.1363 3.73058C75.3119 3.19497 75.6103 2.71119 75.9789 2.27925C76.3826 1.83003 76.8741 1.48447 77.4183 1.24258C78.0678 0.966137 78.7699 0.827915 79.4721 0.845193C80.0513 0.845193 80.6481 0.94886 81.1923 1.17347C81.7014 1.3808 82.1578 1.67453 82.5439 2.03736C82.6141 2.10647 82.6141 2.21014 82.5439 2.27925L81.7014 3.09131C81.6311 3.16042 81.5258 3.16042 81.4556 3.09131C81.2099 2.86669 80.9115 2.69392 80.5955 2.59025C80.2444 2.45203 79.8582 2.40019 79.4721 2.40019C78.9981 2.38292 78.5417 2.48658 78.1204 2.65936C77.7518 2.81486 77.4358 3.05675 77.1725 3.35047C76.9268 3.62692 76.7513 3.9552 76.6459 4.30075C76.5406 4.64631 76.4704 5.00914 76.4704 5.37198C76.4704 5.73481 76.5231 6.08037 76.6459 6.42592C76.7513 6.77148 76.9268 7.08248 77.1725 7.35892C77.4358 7.65264 77.7518 7.87726 78.1029 8.03276C78.5417 8.20553 79.0157 8.29192 79.4721 8.27465C79.8758 8.27465 80.262 8.20553 80.6306 8.05003C80.9641 7.92909 81.2625 7.73903 81.5258 7.51442C81.596 7.44531 81.7014 7.44531 81.7716 7.51442L82.6668 8.41287Z\"),_vendor_browser_svelte_internal_index.attr(v,\"fill\",\"#0E243C\"),_vendor_browser_svelte_internal_index.attr(c,\"d\",\"M90.1753 9.44944V6.14938H85.8922V9.44944C85.8922 9.55311 85.822 9.62222 85.7167 9.62222H84.4177C84.3124 9.62222 84.2422 9.55311 84.2422 9.44944V1.20793C84.2422 1.10427 84.3124 1.03516 84.4177 1.03516H85.7167C85.822 1.03516 85.8922 1.10427 85.8922 1.20793V4.66349H90.1753V1.20793C90.1753 1.10427 90.2455 1.03516 90.3508 1.03516H91.6322C91.7376 1.03516 91.8078 1.10427 91.8078 1.20793V9.44944C91.8078 9.55311 91.7376 9.62222 91.6322 9.62222H90.3508C90.2631 9.62222 90.1753 9.55311 90.1753 9.44944Z\"),_vendor_browser_svelte_internal_index.attr(c,\"fill\",\"#0E243C\"),_vendor_browser_svelte_internal_index.attr(f,\"d\",\"M97.8999 0.847656C98.5669 0.847656 99.234 0.985878 99.8659 1.24505C100.393 1.48693 100.866 1.83249 101.253 2.26443C101.621 2.6791 101.902 3.18016 102.078 3.69849C102.253 4.2341 102.341 4.78699 102.341 5.33988C102.341 5.89277 102.236 6.44566 102.06 6.98127C101.885 7.4996 101.604 7.98338 101.235 8.39805C100.849 8.82999 100.375 9.17555 99.8484 9.40016C99.2164 9.65933 98.5494 9.79755 97.8648 9.78027C97.1802 9.79755 96.4956 9.65933 95.8637 9.40016C95.3195 9.17555 94.8456 8.82999 94.4594 8.39805C94.0908 7.98338 93.8099 7.4996 93.6344 6.98127C93.4589 6.44566 93.3711 5.89277 93.3711 5.33988C93.3711 4.7006 93.4764 4.0786 93.7222 3.49116C93.9328 2.95555 94.2663 2.47177 94.6876 2.0571C95.0913 1.65971 95.5828 1.34871 96.127 1.14138C96.6887 0.951323 97.2855 0.847656 97.8999 0.847656ZM94.986 5.40899C95.0036 5.77183 95.0562 6.11738 95.1616 6.46294C95.2669 6.80849 95.4424 7.11949 95.6706 7.39594C95.9164 7.68966 96.2148 7.91427 96.5483 8.06977C97.3909 8.41533 98.3212 8.41533 99.1638 8.06977C99.4973 7.91427 99.7957 7.68966 100.041 7.39594C100.27 7.11949 100.445 6.79121 100.533 6.44566C100.638 6.1001 100.691 5.75455 100.708 5.39171C100.708 5.02888 100.673 4.66605 100.568 4.32049C100.463 3.97494 100.305 3.62938 100.077 3.33566C99.8308 3.04193 99.5324 2.80005 99.1989 2.60999C98.7951 2.41993 98.3563 2.31627 97.9175 2.31627C97.4962 2.31627 97.0573 2.38538 96.6712 2.55816C96.3201 2.71366 96.0041 2.93827 95.7584 3.21471C95.5126 3.50844 95.3195 3.83671 95.1967 4.19955C95.0387 4.59694 94.9685 4.99432 94.986 5.40899Z\"),_vendor_browser_svelte_internal_index.attr(f,\"fill\",\"#0E243C\"),_vendor_browser_svelte_internal_index.attr(u,\"d\",\"M104.062 9.45109V1.19231C104.062 1.08864 104.133 1.01953 104.238 1.01953H105.519C105.625 1.01953 105.695 1.08864 105.695 1.19231V9.43382C105.695 9.53748 105.625 9.60659 105.519 9.60659H104.238C104.133 9.60659 104.062 9.53748 104.062 9.45109Z\"),_vendor_browser_svelte_internal_index.attr(u,\"fill\",\"#0E243C\"),_vendor_browser_svelte_internal_index.attr(h,\"d\",\"M115.065 8.41287C115.135 8.48198 115.135 8.58565 115.065 8.65476C114.662 9.01759 114.188 9.31131 113.679 9.50137C112.415 9.93331 111.028 9.91604 109.782 9.43226C109.237 9.20765 108.746 8.86209 108.342 8.43015C107.974 8.01548 107.693 7.5317 107.517 7.01337C107.342 6.49503 107.254 5.94214 107.254 5.38925C107.254 4.81909 107.342 4.2662 107.535 3.73058C107.71 3.19497 108.009 2.71119 108.377 2.27925C108.781 1.83003 109.273 1.48447 109.817 1.24258C110.466 0.966137 111.168 0.827915 111.871 0.845193C112.45 0.845193 113.047 0.94886 113.591 1.17347C114.1 1.3808 114.556 1.67453 114.942 2.03736C115.013 2.10647 115.013 2.21014 114.942 2.27925L114.1 3.09131C114.03 3.16042 113.924 3.16042 113.854 3.09131C113.608 2.86669 113.31 2.69392 112.994 2.59025C112.643 2.45203 112.257 2.40019 111.871 2.40019C111.414 2.38292 110.94 2.48658 110.519 2.67664C110.15 2.83214 109.834 3.07403 109.571 3.36775C109.325 3.6442 109.15 3.97247 109.044 4.31803C108.939 4.66359 108.869 5.02642 108.869 5.38925C108.869 5.75209 108.921 6.09764 109.044 6.4432C109.15 6.78875 109.325 7.09975 109.571 7.3762C109.834 7.66992 110.15 7.89453 110.501 8.05003C110.94 8.22281 111.414 8.3092 111.871 8.29192C112.274 8.29192 112.66 8.22281 113.029 8.06731C113.363 7.94637 113.661 7.75631 113.942 7.5317C114.012 7.46259 114.117 7.46259 114.188 7.5317L115.065 8.41287Z\"),_vendor_browser_svelte_internal_index.attr(h,\"fill\",\"#0E243C\"),_vendor_browser_svelte_internal_index.attr(b,\"d\",\"M122.831 9.62387H116.477V1.01953H122.831C122.936 1.01953 123.006 1.08864 123.006 1.19231V2.41903C123.006 2.5227 122.936 2.59181 122.831 2.59181H118.109V4.56148H121.251C121.356 4.56148 121.427 4.63059 121.427 4.73426V5.90915C121.427 6.01281 121.356 6.08192 121.251 6.08192H118.109V8.01704H122.831C122.936 8.01704 123.006 8.08615 123.006 8.18981V9.43381C123.024 9.53748 122.936 9.60659 122.831 9.62387C122.849 9.62387 122.849 9.62387 122.831 9.62387Z\"),_vendor_browser_svelte_internal_index.attr(b,\"fill\",\"#0E243C\"),_vendor_browser_svelte_internal_index.attr(w,\"d\",\"M134.253 0.378906H127.828V6.18424H134.253V0.378906Z\"),_vendor_browser_svelte_internal_index.attr(w,\"fill\",\"#3061F2\"),_vendor_browser_svelte_internal_index.attr(p,\"d\",\"M144.855 7.94922H127.828V9.988H144.855V7.94922Z\"),_vendor_browser_svelte_internal_index.attr(p,\"fill\",\"#FF3F3F\"),_vendor_browser_svelte_internal_index.attr(x,\"d\",\"M144.872 0.378906H135.797V2.46952H144.872V0.378906Z\"),_vendor_browser_svelte_internal_index.attr(x,\"fill\",\"#FF3F3F\"),_vendor_browser_svelte_internal_index.attr(y,\"d\",\"M144.872 4.12891H135.797V6.18496H144.872V4.12891Z\"),_vendor_browser_svelte_internal_index.attr(y,\"fill\",\"#FF3F3F\"),_vendor_browser_svelte_internal_index.attr(r,\"width\",e[0]),_vendor_browser_svelte_internal_index.attr(r,\"height\",e[1]),_vendor_browser_svelte_internal_index.attr(r,\"aria-label\",e[2]),_vendor_browser_svelte_internal_index.attr(r,\"viewBox\",\"0 0 145 10\"),_vendor_browser_svelte_internal_index.attr(r,\"fill\",\"none\"),_vendor_browser_svelte_internal_index.attr(r,\"xmlns\",\"http://www.w3.org/2000/svg\")},m:function(e,m){_vendor_browser_svelte_internal_index.insert_hydration(e,r,m),_vendor_browser_svelte_internal_index.append_hydration(r,n),_vendor_browser_svelte_internal_index.append_hydration(r,t),_vendor_browser_svelte_internal_index.append_hydration(r,_),_vendor_browser_svelte_internal_index.append_hydration(r,o),_vendor_browser_svelte_internal_index.append_hydration(r,i),_vendor_browser_svelte_internal_index.append_hydration(r,l),_vendor_browser_svelte_internal_index.append_hydration(r,a),_vendor_browser_svelte_internal_index.append_hydration(r,s),_vendor_browser_svelte_internal_index.append_hydration(r,d),_vendor_browser_svelte_internal_index.append_hydration(r,v),_vendor_browser_svelte_internal_index.append_hydration(r,c),_vendor_browser_svelte_internal_index.append_hydration(r,f),_vendor_browser_svelte_internal_index.append_hydration(r,u),_vendor_browser_svelte_internal_index.append_hydration(r,h),_vendor_browser_svelte_internal_index.append_hydration(r,b),_vendor_browser_svelte_internal_index.append_hydration(r,w),_vendor_browser_svelte_internal_index.append_hydration(r,p),_vendor_browser_svelte_internal_index.append_hydration(r,x),_vendor_browser_svelte_internal_index.append_hydration(r,y)},p:function(e,n){var t=_slicedToArray$e(n,1)[0];1&t&&_vendor_browser_svelte_internal_index.attr(r,\"width\",e[0]),2&t&&_vendor_browser_svelte_internal_index.attr(r,\"height\",e[1]),4&t&&_vendor_browser_svelte_internal_index.attr(r,\"aria-label\",e[2])},i:_vendor_browser_svelte_internal_index.noop,o:_vendor_browser_svelte_internal_index.noop,d:function(e){e&&_vendor_browser_svelte_internal_index.detach(r)}}}function instance$e(e,r,n){var t=r.width,_=void 0===t?180:t,o=r.height,i=void 0===o?11:o,l=r.label,a=void 0===l?\"America\\'s Choice\":l;return e.$$set=function(e){\"width\"in e&&n(0,_=e.width),\"height\"in e&&n(1,i=e.height),\"label\"in e&&n(2,a=e.label)},[_,i,a]}var AmericasChoice=function(e){_inherits$j(n,_vendor_browser_svelte_internal_index.SvelteComponent);var r=_createSuper$j(n);function n(e){var t;return _classCallCheck$j(this,n),t=r.call(this),_vendor_browser_svelte_internal_index.init(_assertThisInitialized$j(t),e,instance$e,create_fragment$j,_vendor_browser_svelte_internal_index.safe_not_equal,{width:0,height:1,label:2}),t}return n}(),AmericasChoiceIcon=AmericasChoice;function _arrayLikeToArray$d(e,r){(null==r||r>e.length)&&(r=e.length);for(var n=0,t=new Array(r);n<r;n++)t[n]=e[n];return t}function _arrayWithHoles$d(e){if(Array.isArray(e))return e}function _assertThisInitialized$i(e){if(void 0===e)throw new ReferenceError(\"this hasn\\'t been initialised - super() hasn\\'t been called\");return e}function _classCallCheck$i(e,r){if(!(e instanceof r))throw new TypeError(\"Cannot call a class as a function\")}function _getPrototypeOf$i(e){return(_getPrototypeOf$i=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function _inherits$i(e,r){if(\"function\"!=typeof r&&null!==r)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(r&&r.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),r&&_setPrototypeOf$i(e,r)}function _iterableToArrayLimit$d(e,r){var n=null==e?null:\"undefined\"!=typeof Symbol&&e[Symbol.iterator]||e[\"@@iterator\"];if(null!=n){var t,_,o=[],i=!0,l=!1;try{for(n=n.call(e);!(i=(t=n.next()).done)&&(o.push(t.value),!r||o.length!==r);i=!0);}catch(e){l=!0,_=e}finally{try{i||null==n.return||n.return()}finally{if(l)throw _}}return o}}function _nonIterableRest$d(){throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\\\\\\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}function _possibleConstructorReturn$i(e,r){return!r||\"object\"!==_typeof$i(r)&&\"function\"!=typeof r?_assertThisInitialized$i(e):r}function _setPrototypeOf$i(e,r){return(_setPrototypeOf$i=Object.setPrototypeOf||function(e,r){return e.__proto__=r,e})(e,r)}function _slicedToArray$d(e,r){return _arrayWithHoles$d(e)||_iterableToArrayLimit$d(e,r)||_unsupportedIterableToArray$d(e,r)||_nonIterableRest$d()}var _typeof$i=function(e){return e&&\"undefined\"!=typeof Symbol&&e.constructor===Symbol?\"symbol\":typeof e};function _unsupportedIterableToArray$d(e,r){if(e){if(\"string\"==typeof e)return _arrayLikeToArray$d(e,r);var n=Object.prototype.toString.call(e).slice(8,-1);return\"Object\"===n&&e.constructor&&(n=e.constructor.name),\"Map\"===n||\"Set\"===n?Array.from(n):\"Arguments\"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?_arrayLikeToArray$d(e,r):void 0}}function _isNativeReflectConstruct$i(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function _createSuper$i(e){var r=_isNativeReflectConstruct$i();return function(){var n,t=_getPrototypeOf$i(e);if(r){var _=_getPrototypeOf$i(this).constructor;n=Reflect.construct(t,arguments,_)}else n=t.apply(this,arguments);return _possibleConstructorReturn$i(this,n)}}function create_fragment$i(e){var r,n,t,_,o;return{c:function(){r=_vendor_browser_svelte_internal_index.svg_element(\"svg\"),n=_vendor_browser_svelte_internal_index.svg_element(\"path\"),t=_vendor_browser_svelte_internal_index.svg_element(\"path\"),_=_vendor_browser_svelte_internal_index.svg_element(\"path\"),o=_vendor_browser_svelte_internal_index.svg_element(\"path\"),this.h()},l:function(e){r=_vendor_browser_svelte_internal_index.claim_svg_element(e,\"svg\",{width:!0,height:!0,\"aria-label\":!0,role:!0,viewBox:!0,fill:!0,xmlns:!0});var i=_vendor_browser_svelte_internal_index.children(r);n=_vendor_browser_svelte_internal_index.claim_svg_element(i,\"path\",{d:!0,fill:!0}),_vendor_browser_svelte_internal_index.children(n).forEach(_vendor_browser_svelte_internal_index.detach),t=_vendor_browser_svelte_internal_index.claim_svg_element(i,\"path\",{d:!0,fill:!0}),_vendor_browser_svelte_internal_index.children(t).forEach(_vendor_browser_svelte_internal_index.detach),_=_vendor_browser_svelte_internal_index.claim_svg_element(i,\"path\",{d:!0,fill:!0}),_vendor_browser_svelte_internal_index.children(_).forEach(_vendor_browser_svelte_internal_index.detach),o=_vendor_browser_svelte_internal_index.claim_svg_element(i,\"path\",{d:!0,fill:!0}),_vendor_browser_svelte_internal_index.children(o).forEach(_vendor_browser_svelte_internal_index.detach),i.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(n,\"d\",\"M6.37266 0.751953H0.664062V5.49894H6.37266V0.751953Z\"),_vendor_browser_svelte_internal_index.attr(n,\"fill\",\"#3061F2\"),_vendor_browser_svelte_internal_index.attr(t,\"d\",\"M15.7934 6.94043H0.664062V8.60753H15.7934V6.94043Z\"),_vendor_browser_svelte_internal_index.attr(t,\"fill\",\"#FF3F3F\"),_vendor_browser_svelte_internal_index.attr(_,\"d\",\"M15.8099 0.751953H7.74609V2.46143H15.8099V0.751953Z\"),_vendor_browser_svelte_internal_index.attr(_,\"fill\",\"#FF3F3F\"),_vendor_browser_svelte_internal_index.attr(o,\"d\",\"M15.8099 3.81836H7.74609V5.49958H15.8099V3.81836Z\"),_vendor_browser_svelte_internal_index.attr(o,\"fill\",\"#FF3F3F\"),_vendor_browser_svelte_internal_index.attr(r,\"width\",e[0]),_vendor_browser_svelte_internal_index.attr(r,\"height\",e[1]),_vendor_browser_svelte_internal_index.attr(r,\"aria-label\",e[2]),_vendor_browser_svelte_internal_index.attr(r,\"role\",\"img\"),_vendor_browser_svelte_internal_index.attr(r,\"viewBox\",\"0 0 16 9\"),_vendor_browser_svelte_internal_index.attr(r,\"fill\",\"none\"),_vendor_browser_svelte_internal_index.attr(r,\"xmlns\",\"http://www.w3.org/2000/svg\")},m:function(e,i){_vendor_browser_svelte_internal_index.insert_hydration(e,r,i),_vendor_browser_svelte_internal_index.append_hydration(r,n),_vendor_browser_svelte_internal_index.append_hydration(r,t),_vendor_browser_svelte_internal_index.append_hydration(r,_),_vendor_browser_svelte_internal_index.append_hydration(r,o)},p:function(e,n){var t=_slicedToArray$d(n,1)[0];1&t&&_vendor_browser_svelte_internal_index.attr(r,\"width\",e[0]),2&t&&_vendor_browser_svelte_internal_index.attr(r,\"height\",e[1]),4&t&&_vendor_browser_svelte_internal_index.attr(r,\"aria-label\",e[2])},i:_vendor_browser_svelte_internal_index.noop,o:_vendor_browser_svelte_internal_index.noop,d:function(e){e&&_vendor_browser_svelte_internal_index.detach(r)}}}function instance$d(e,r,n){var t=r.width,_=r.height,o=void 0===_?10:_,i=r.label,l=void 0===i?\"America\\'s Choice\":i;return e.$$set=function(e){\"width\"in e&&n(0,t=e.width),\"height\"in e&&n(1,o=e.height),\"label\"in e&&n(2,l=e.label)},[t,o,l]}var AmericasChoiceSmall=function(e){_inherits$i(n,_vendor_browser_svelte_internal_index.SvelteComponent);var r=_createSuper$i(n);function n(e){var t;return _classCallCheck$i(this,n),t=r.call(this),_vendor_browser_svelte_internal_index.init(_assertThisInitialized$i(t),e,instance$d,create_fragment$i,_vendor_browser_svelte_internal_index.safe_not_equal,{width:0,height:1,label:2}),t}return n}(),AmericasChoiceSmallIcon=AmericasChoiceSmall;function _arrayLikeToArray$c(e,r){(null==r||r>e.length)&&(r=e.length);for(var n=0,t=new Array(r);n<r;n++)t[n]=e[n];return t}function _arrayWithHoles$c(e){if(Array.isArray(e))return e}function _assertThisInitialized$h(e){if(void 0===e)throw new ReferenceError(\"this hasn\\'t been initialised - super() hasn\\'t been called\");return e}function _classCallCheck$h(e,r){if(!(e instanceof r))throw new TypeError(\"Cannot call a class as a function\")}function _getPrototypeOf$h(e){return(_getPrototypeOf$h=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function _inherits$h(e,r){if(\"function\"!=typeof r&&null!==r)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(r&&r.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),r&&_setPrototypeOf$h(e,r)}function _iterableToArrayLimit$c(e,r){var n=null==e?null:\"undefined\"!=typeof Symbol&&e[Symbol.iterator]||e[\"@@iterator\"];if(null!=n){var t,_,o=[],i=!0,l=!1;try{for(n=n.call(e);!(i=(t=n.next()).done)&&(o.push(t.value),!r||o.length!==r);i=!0);}catch(e){l=!0,_=e}finally{try{i||null==n.return||n.return()}finally{if(l)throw _}}return o}}function _nonIterableRest$c(){throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\\\\\\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}function _possibleConstructorReturn$h(e,r){return!r||\"object\"!==_typeof$h(r)&&\"function\"!=typeof r?_assertThisInitialized$h(e):r}function _setPrototypeOf$h(e,r){return(_setPrototypeOf$h=Object.setPrototypeOf||function(e,r){return e.__proto__=r,e})(e,r)}function _slicedToArray$c(e,r){return _arrayWithHoles$c(e)||_iterableToArrayLimit$c(e,r)||_unsupportedIterableToArray$c(e,r)||_nonIterableRest$c()}var _typeof$h=function(e){return e&&\"undefined\"!=typeof Symbol&&e.constructor===Symbol?\"symbol\":typeof e};function _unsupportedIterableToArray$c(e,r){if(e){if(\"string\"==typeof e)return _arrayLikeToArray$c(e,r);var n=Object.prototype.toString.call(e).slice(8,-1);return\"Object\"===n&&e.constructor&&(n=e.constructor.name),\"Map\"===n||\"Set\"===n?Array.from(n):\"Arguments\"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?_arrayLikeToArray$c(e,r):void 0}}function _isNativeReflectConstruct$h(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function _createSuper$h(e){var r=_isNativeReflectConstruct$h();return function(){var n,t=_getPrototypeOf$h(e);if(r){var _=_getPrototypeOf$h(this).constructor;n=Reflect.construct(t,arguments,_)}else n=t.apply(this,arguments);return _possibleConstructorReturn$h(this,n)}}function create_fragment$h(e){var r,n,t,_,o,i,l,a,s,d,v,c,f,u,h,b,w,p,x,y,m,g,C,$,O,A;return{c:function(){r=_vendor_browser_svelte_internal_index.svg_element(\"svg\"),n=_vendor_browser_svelte_internal_index.svg_element(\"defs\"),t=_vendor_browser_svelte_internal_index.svg_element(\"style\"),_=_vendor_browser_svelte_internal_index.text(\".cls-1 {\\\\n fill: #0c0c0c;\\\\n }\\\\n .cls-1,\\\\n .cls-2,\\\\n .cls-3 {\\\\n stroke-width: 0px;\\\\n }\\\\n .cls-2 {\\\\n fill: #3061f2;\\\\n }\\\\n .cls-3 {\\\\n fill: #ff3f3f;\\\\n }\\\\n \"),o=_vendor_browser_svelte_internal_index.svg_element(\"path\"),i=_vendor_browser_svelte_internal_index.svg_element(\"path\"),l=_vendor_browser_svelte_internal_index.svg_element(\"path\"),a=_vendor_browser_svelte_internal_index.svg_element(\"path\"),s=_vendor_browser_svelte_internal_index.svg_element(\"polygon\"),d=_vendor_browser_svelte_internal_index.svg_element(\"polygon\"),v=_vendor_browser_svelte_internal_index.svg_element(\"polygon\"),c=_vendor_browser_svelte_internal_index.svg_element(\"path\"),f=_vendor_browser_svelte_internal_index.svg_element(\"polygon\"),u=_vendor_browser_svelte_internal_index.svg_element(\"rect\"),h=_vendor_browser_svelte_internal_index.svg_element(\"path\"),b=_vendor_browser_svelte_internal_index.svg_element(\"polygon\"),w=_vendor_browser_svelte_internal_index.svg_element(\"path\"),p=_vendor_browser_svelte_internal_index.svg_element(\"polygon\"),x=_vendor_browser_svelte_internal_index.svg_element(\"polygon\"),y=_vendor_browser_svelte_internal_index.svg_element(\"polygon\"),m=_vendor_browser_svelte_internal_index.svg_element(\"polygon\"),g=_vendor_browser_svelte_internal_index.svg_element(\"path\"),C=_vendor_browser_svelte_internal_index.svg_element(\"path\"),$=_vendor_browser_svelte_internal_index.svg_element(\"path\"),O=_vendor_browser_svelte_internal_index.svg_element(\"path\"),A=_vendor_browser_svelte_internal_index.svg_element(\"path\"),this.h()},l:function(e){r=_vendor_browser_svelte_internal_index.claim_svg_element(e,\"svg\",{width:!0,height:!0,\"aria-label\":!0,role:!0,id:!0,xmlns:!0,viewBox:!0});var T=_vendor_browser_svelte_internal_index.children(r);n=_vendor_browser_svelte_internal_index.claim_svg_element(T,\"defs\",{});var E=_vendor_browser_svelte_internal_index.children(n);t=_vendor_browser_svelte_internal_index.claim_svg_element(E,\"style\",{});var R=_vendor_browser_svelte_internal_index.children(t);_=_vendor_browser_svelte_internal_index.claim_text(R,\".cls-1 {\\\\n fill: #0c0c0c;\\\\n }\\\\n .cls-1,\\\\n .cls-2,\\\\n .cls-3 {\\\\n stroke-width: 0px;\\\\n }\\\\n .cls-2 {\\\\n fill: #3061f2;\\\\n }\\\\n .cls-3 {\\\\n fill: #ff3f3f;\\\\n }\\\\n \"),R.forEach(_vendor_browser_svelte_internal_index.detach),E.forEach(_vendor_browser_svelte_internal_index.detach),o=_vendor_browser_svelte_internal_index.claim_svg_element(T,\"path\",{class:!0,d:!0}),_vendor_browser_svelte_internal_index.children(o).forEach(_vendor_browser_svelte_internal_index.detach),i=_vendor_browser_svelte_internal_index.claim_svg_element(T,\"path\",{class:!0,d:!0}),_vendor_browser_svelte_internal_index.children(i).forEach(_vendor_browser_svelte_internal_index.detach),l=_vendor_browser_svelte_internal_index.claim_svg_element(T,\"path\",{class:!0,d:!0}),_vendor_browser_svelte_internal_index.children(l).forEach(_vendor_browser_svelte_internal_index.detach),a=_vendor_browser_svelte_internal_index.claim_svg_element(T,\"path\",{class:!0,d:!0}),_vendor_browser_svelte_internal_index.children(a).forEach(_vendor_browser_svelte_internal_index.detach),s=_vendor_browser_svelte_internal_index.claim_svg_element(T,\"polygon\",{class:!0,points:!0}),_vendor_browser_svelte_internal_index.children(s).forEach(_vendor_browser_svelte_internal_index.detach),d=_vendor_browser_svelte_internal_index.claim_svg_element(T,\"polygon\",{class:!0,points:!0}),_vendor_browser_svelte_internal_index.children(d).forEach(_vendor_browser_svelte_internal_index.detach),v=_vendor_browser_svelte_internal_index.claim_svg_element(T,\"polygon\",{class:!0,points:!0}),_vendor_browser_svelte_internal_index.children(v).forEach(_vendor_browser_svelte_internal_index.detach),c=_vendor_browser_svelte_internal_index.claim_svg_element(T,\"path\",{class:!0,d:!0}),_vendor_browser_svelte_internal_index.children(c).forEach(_vendor_browser_svelte_internal_index.detach),f=_vendor_browser_svelte_internal_index.claim_svg_element(T,\"polygon\",{class:!0,points:!0}),_vendor_browser_svelte_internal_index.children(f).forEach(_vendor_browser_svelte_internal_index.detach),u=_vendor_browser_svelte_internal_index.claim_svg_element(T,\"rect\",{class:!0,x:!0,y:!0,width:!0,height:!0}),_vendor_browser_svelte_internal_index.children(u).forEach(_vendor_browser_svelte_internal_index.detach),h=_vendor_browser_svelte_internal_index.claim_svg_element(T,\"path\",{class:!0,d:!0}),_vendor_browser_svelte_internal_index.children(h).forEach(_vendor_browser_svelte_internal_index.detach),b=_vendor_browser_svelte_internal_index.claim_svg_element(T,\"polygon\",{class:!0,points:!0}),_vendor_browser_svelte_internal_index.children(b).forEach(_vendor_browser_svelte_internal_index.detach),w=_vendor_browser_svelte_internal_index.claim_svg_element(T,\"path\",{class:!0,d:!0}),_vendor_browser_svelte_internal_index.children(w).forEach(_vendor_browser_svelte_internal_index.detach),p=_vendor_browser_svelte_internal_index.claim_svg_element(T,\"polygon\",{class:!0,points:!0}),_vendor_browser_svelte_internal_index.children(p).forEach(_vendor_browser_svelte_internal_index.detach),x=_vendor_browser_svelte_internal_index.claim_svg_element(T,\"polygon\",{class:!0,points:!0}),_vendor_browser_svelte_internal_index.children(x).forEach(_vendor_browser_svelte_internal_index.detach),y=_vendor_browser_svelte_internal_index.claim_svg_element(T,\"polygon\",{class:!0,points:!0}),_vendor_browser_svelte_internal_index.children(y).forEach(_vendor_browser_svelte_internal_index.detach),m=_vendor_browser_svelte_internal_index.claim_svg_element(T,\"polygon\",{class:!0,points:!0}),_vendor_browser_svelte_internal_index.children(m).forEach(_vendor_browser_svelte_internal_index.detach),g=_vendor_browser_svelte_internal_index.claim_svg_element(T,\"path\",{class:!0,d:!0}),_vendor_browser_svelte_internal_index.children(g).forEach(_vendor_browser_svelte_internal_index.detach),C=_vendor_browser_svelte_internal_index.claim_svg_element(T,\"path\",{class:!0,d:!0}),_vendor_browser_svelte_internal_index.children(C).forEach(_vendor_browser_svelte_internal_index.detach),$=_vendor_browser_svelte_internal_index.claim_svg_element(T,\"path\",{class:!0,d:!0}),_vendor_browser_svelte_internal_index.children($).forEach(_vendor_browser_svelte_internal_index.detach),O=_vendor_browser_svelte_internal_index.claim_svg_element(T,\"path\",{class:!0,d:!0}),_vendor_browser_svelte_internal_index.children(O).forEach(_vendor_browser_svelte_internal_index.detach),A=_vendor_browser_svelte_internal_index.claim_svg_element(T,\"path\",{class:!0,d:!0}),_vendor_browser_svelte_internal_index.children(A).forEach(_vendor_browser_svelte_internal_index.detach),T.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(o,\"class\",\"cls-2\"),_vendor_browser_svelte_internal_index.attr(o,\"d\",\"m6,0H0v6h6V0Z\"),_vendor_browser_svelte_internal_index.attr(i,\"class\",\"cls-3\"),_vendor_browser_svelte_internal_index.attr(i,\"d\",\"m16,8H0v2h16v-2Z\"),_vendor_browser_svelte_internal_index.attr(l,\"class\",\"cls-3\"),_vendor_browser_svelte_internal_index.attr(l,\"d\",\"m16,0h-8v2h8V0Z\"),_vendor_browser_svelte_internal_index.attr(a,\"class\",\"cls-3\"),_vendor_browser_svelte_internal_index.attr(a,\"d\",\"m16,4h-8v2h8v-2Z\"),_vendor_browser_svelte_internal_index.attr(s,\"class\",\"cls-1\"),_vendor_browser_svelte_internal_index.attr(s,\"points\",\"22.265 5.735 26.623 5.735 26.623 3.984 22.265 3.984 22.265 2.019 26.971 2.019 26.971 .267 20.086 .267 20.086 9.799 27.078 9.799 27.078 8.048 22.265 8.048 22.265 5.735\"),_vendor_browser_svelte_internal_index.attr(d,\"class\",\"cls-1\"),_vendor_browser_svelte_internal_index.attr(d,\"points\",\"30.57 .267 28.324 .267 28.324 9.799 35.008 9.799 35.008 7.995 30.57 7.995 30.57 .267\"),_vendor_browser_svelte_internal_index.attr(v,\"class\",\"cls-1\"),_vendor_browser_svelte_internal_index.attr(v,\"points\",\"38.01 5.735 42.369 5.735 42.369 3.984 38.01 3.984 38.01 2.019 42.716 2.019 42.716 .267 35.831 .267 35.831 9.799 42.823 9.799 42.823 8.048 38.01 8.048 38.01 5.735\"),_vendor_browser_svelte_internal_index.attr(c,\"class\",\"cls-1\"),_vendor_browser_svelte_internal_index.attr(c,\"d\",\"m49.698,7.701c-.348.303-.829.455-1.444.455-.464,0-.865-.12-1.203-.361-.339-.25-.602-.611-.789-1.083-.178-.472-.267-1.043-.267-1.711,0-.677.089-1.252.267-1.725.187-.472.45-.829.789-1.07.348-.25.758-.374,1.23-.374.579,0,1.034.138,1.364.414.33.267.544.642.642,1.123h2.193c-.045-.633-.241-1.203-.588-1.711-.339-.517-.815-.922-1.431-1.217-.606-.294-1.315-.441-2.126-.441-.9,0-1.698.201-2.393.602s-1.239.98-1.631,1.738c-.383.749-.575,1.635-.575,2.66,0,1.034.187,1.93.561,2.687.374.749.9,1.323,1.578,1.725.686.392,1.484.588,2.393.588.784,0,1.497-.152,2.139-.455.642-.303,1.15-.731,1.524-1.283.383-.553.588-1.185.615-1.898h-2.206c-.071.588-.285,1.034-.642,1.337Z\"),_vendor_browser_svelte_internal_index.attr(f,\"class\",\"cls-1\"),_vendor_browser_svelte_internal_index.attr(f,\"points\",\"52.878 2.072 55.686 2.072 55.686 9.799 57.932 9.799 57.932 2.072 60.739 2.072 60.739 .267 52.878 .267 52.878 2.072\"),_vendor_browser_svelte_internal_index.attr(u,\"class\",\"cls-1\"),_vendor_browser_svelte_internal_index.attr(u,\"x\",\"61.577\"),_vendor_browser_svelte_internal_index.attr(u,\"y\",\".267\"),_vendor_browser_svelte_internal_index.attr(u,\"width\",\"2.246\"),_vendor_browser_svelte_internal_index.attr(u,\"height\",\"9.532\"),_vendor_browser_svelte_internal_index.attr(h,\"class\",\"cls-1\"),_vendor_browser_svelte_internal_index.attr(h,\"d\",\"m72.047.602c-.695-.401-1.488-.602-2.38-.602s-1.689.201-2.393.602c-.695.392-1.243.967-1.644,1.725-.392.758-.588,1.649-.588,2.674,0,1.034.196,1.93.588,2.687.401.749.949,1.323,1.644,1.725.704.392,1.502.588,2.393.588s1.685-.196,2.38-.588c.704-.401,1.252-.976,1.644-1.725.401-.758.602-1.653.602-2.687,0-1.025-.201-1.916-.602-2.674-.392-.758-.94-1.332-1.644-1.725Zm-.294,6.136c-.196.472-.477.829-.842,1.07-.357.241-.771.361-1.243.361s-.891-.12-1.257-.361c-.357-.241-.637-.597-.842-1.07-.196-.481-.294-1.061-.294-1.738,0-.686.098-1.266.294-1.738.205-.481.486-.842.842-1.083.365-.241.784-.361,1.257-.361s.887.12,1.243.361c.365.241.646.602.842,1.083.205.472.307,1.052.307,1.738,0,.677-.102,1.257-.307,1.738Z\"),_vendor_browser_svelte_internal_index.attr(b,\"class\",\"cls-1\"),_vendor_browser_svelte_internal_index.attr(b,\"points\",\"81.523 6.511 77.86 .267 75.507 .267 75.507 9.799 77.593 9.799 77.593 3.583 81.256 9.799 83.609 9.799 83.609 .267 81.523 .267 81.523 6.511\"),_vendor_browser_svelte_internal_index.attr(w,\"class\",\"cls-1\"),_vendor_browser_svelte_internal_index.attr(w,\"d\",\"m95.041,7.701h-.001c-.348.303-.829.455-1.444.455-.463,0-.865-.12-1.203-.361-.339-.25-.602-.611-.789-1.083-.178-.472-.267-1.043-.267-1.711,0-.677.089-1.252.267-1.725.187-.472.45-.829.789-1.07.348-.25.758-.374,1.23-.374.579,0,1.034.138,1.364.414.33.267.544.642.642,1.123h2.193c-.045-.633-.241-1.203-.588-1.711-.339-.517-.815-.922-1.43-1.217-.606-.294-1.315-.441-2.126-.441-.9,0-1.698.201-2.393.602-.695.401-1.239.98-1.631,1.738-.383.749-.575,1.635-.575,2.66,0,1.034.187,1.93.562,2.687.374.749.9,1.323,1.577,1.725.686.392,1.484.588,2.393.588.784,0,1.497-.152,2.139-.455.642-.303,1.15-.731,1.524-1.283.383-.553.588-1.185.615-1.898h-2.206c-.071.588-.285,1.034-.642,1.337Z\"),_vendor_browser_svelte_internal_index.attr(p,\"class\",\"cls-1\"),_vendor_browser_svelte_internal_index.attr(p,\"points\",\"101.108 5.735 105.466 5.735 105.466 3.984 101.108 3.984 101.108 2.019 105.814 2.019 105.814 .267 98.929 .267 98.929 9.799 105.921 9.799 105.921 8.048 101.108 8.048 101.108 5.735\"),_vendor_browser_svelte_internal_index.attr(x,\"class\",\"cls-1\"),_vendor_browser_svelte_internal_index.attr(x,\"points\",\"113.183 6.511 109.52 .267 107.167 .267 107.167 9.799 109.253 9.799 109.253 3.583 112.916 9.799 115.269 9.799 115.269 .267 113.183 .267 113.183 6.511\"),_vendor_browser_svelte_internal_index.attr(y,\"class\",\"cls-1\"),_vendor_browser_svelte_internal_index.attr(y,\"points\",\"116.107 2.072 118.914 2.072 118.914 9.799 121.16 9.799 121.16 2.072 123.968 2.072 123.968 .267 116.107 .267 116.107 2.072\"),_vendor_browser_svelte_internal_index.attr(m,\"class\",\"cls-1\"),_vendor_browser_svelte_internal_index.attr(m,\"points\",\"126.984 5.735 131.343 5.735 131.343 3.984 126.984 3.984 126.984 2.019 131.69 2.019 131.69 .267 124.805 .267 124.805 9.799 131.797 9.799 131.797 8.048 126.984 8.048 126.984 5.735\"),_vendor_browser_svelte_internal_index.attr(g,\"class\",\"cls-1\"),_vendor_browser_svelte_internal_index.attr(g,\"d\",\"m140.918,8.29h0s-.161-1.164-.161-1.164c-.053-.481-.187-.869-.401-1.163-.205-.294-.526-.513-.962-.655.49-.205.855-.508,1.096-.909.249-.401.374-.882.374-1.444,0-.847-.285-1.506-.855-1.979-.571-.472-1.435-.709-2.594-.709h-4.372v9.532h2.22v-3.596h1.938c.455,0,.784.094.989.281.214.187.348.481.402.882l.173,1.217c.009.071.023.169.04.294.027.125.058.281.094.468.036.187.076.339.12.455h2.22c-.081-.178-.143-.374-.188-.588-.035-.214-.08-.521-.133-.922Zm-3.784-3.772h0s-1.871,0-1.871,0V1.952h1.871c.482,0,.851.103,1.11.307.258.196.388.504.388.922,0,.891-.499,1.337-1.498,1.337Z\"),_vendor_browser_svelte_internal_index.attr(C,\"class\",\"cls-1\"),_vendor_browser_svelte_internal_index.attr(C,\"d\",\"m149.257,7.499h0c.17-.186.437-.427.803-.721l1.684-1.35c.366-.294.673-.66.923-1.096.249-.437.374-.896.374-1.377,0-.579-.143-1.092-.428-1.537-.276-.446-.673-.793-1.19-1.043-.508-.25-1.096-.374-1.764-.374-.731,0-1.364.138-1.899.414-.526.276-.931.686-1.216,1.23-.286.535-.428,1.181-.428,1.938h2.166c0-.606.106-1.065.32-1.377.223-.312.566-.468,1.03-.468.267,0,.494.049.682.147.187.098.325.236.414.414.098.169.147.357.147.562,0,.214-.044.41-.134.588-.08.169-.2.334-.361.495-.151.16-.365.357-.641.588l-1.645,1.39c-.704.597-1.194,1.163-1.47,1.698-.268.526-.401,1.074-.401,1.644v.535h6.885v-1.792h-4.131c.026-.16.12-.33.28-.508Z\"),_vendor_browser_svelte_internal_index.attr($,\"class\",\"cls-1\"),_vendor_browser_svelte_internal_index.attr($,\"d\",\"m159.618.495h0c-.535-.33-1.194-.495-1.978-.495-.794,0-1.458.165-1.992.495-.535.321-.945.851-1.23,1.591-.277.731-.415,1.693-.415,2.888,0,1.765.308,3.044.923,3.837.615.793,1.519,1.19,2.714,1.19s2.099-.397,2.714-1.19c.623-.793.935-2.072.935-3.837,0-1.194-.142-2.157-.427-2.888-.286-.74-.7-1.27-1.244-1.591Zm-.601,6.405h0c-.107.471-.272.81-.495,1.015-.214.205-.504.307-.869.307s-.66-.102-.882-.307c-.223-.205-.388-.544-.495-1.016-.107-.481-.16-1.123-.16-1.925s.053-1.435.16-1.898c.107-.464.267-.793.481-.989.223-.205.517-.307.883-.307s.659.102.882.307c.223.196.388.53.495,1.003.107.463.16,1.092.16,1.885,0,.811-.053,1.453-.16,1.925Z\"),_vendor_browser_svelte_internal_index.attr(O,\"class\",\"cls-1\"),_vendor_browser_svelte_internal_index.attr(O,\"d\",\"m165.264,7.499h0c.169-.186.436-.427.802-.721l1.684-1.35c.366-.294.673-.66.923-1.096.249-.437.374-.896.374-1.377,0-.579-.142-1.092-.428-1.537-.276-.446-.673-.793-1.19-1.043-.508-.25-1.096-.374-1.764-.374-.731,0-1.364.138-1.899.414-.525.276-.931.686-1.216,1.23-.285.535-.428,1.181-.428,1.938h2.166c0-.606.107-1.065.321-1.377.222-.312.566-.468,1.029-.468.267,0,.495.049.682.147.187.098.325.236.414.414.098.169.147.357.147.562,0,.214-.044.41-.133.588-.081.169-.201.334-.361.495-.152.16-.366.357-.642.588l-1.644,1.39c-.705.597-1.195,1.163-1.471,1.698-.267.526-.401,1.074-.401,1.644v.535h6.885v-1.792h-4.131c.027-.16.12-.33.281-.508Z\"),_vendor_browser_svelte_internal_index.attr(A,\"class\",\"cls-1\"),_vendor_browser_svelte_internal_index.attr(A,\"d\",\"m176.206,6.109V.267h-2.46l-4.091,6.003v1.604h4.319v1.925h2.232v-1.925h1.23v-1.765h-1.23Zm-2.166,0h-2.139l2.139-3.195v3.195Z\"),_vendor_browser_svelte_internal_index.attr(r,\"width\",e[0]),_vendor_browser_svelte_internal_index.attr(r,\"height\",e[1]),_vendor_browser_svelte_internal_index.attr(r,\"aria-label\",e[2]),_vendor_browser_svelte_internal_index.attr(r,\"role\",\"img\"),_vendor_browser_svelte_internal_index.attr(r,\"id\",\"Layer_1\"),_vendor_browser_svelte_internal_index.attr(r,\"xmlns\",\"http://www.w3.org/2000/svg\"),_vendor_browser_svelte_internal_index.attr(r,\"viewBox\",\"0 0 178 10\")},m:function(e,T){_vendor_browser_svelte_internal_index.insert_hydration(e,r,T),_vendor_browser_svelte_internal_index.append_hydration(r,n),_vendor_browser_svelte_internal_index.append_hydration(n,t),_vendor_browser_svelte_internal_index.append_hydration(t,_),_vendor_browser_svelte_internal_index.append_hydration(r,o),_vendor_browser_svelte_internal_index.append_hydration(r,i),_vendor_browser_svelte_internal_index.append_hydration(r,l),_vendor_browser_svelte_internal_index.append_hydration(r,a),_vendor_browser_svelte_internal_index.append_hydration(r,s),_vendor_browser_svelte_internal_index.append_hydration(r,d),_vendor_browser_svelte_internal_index.append_hydration(r,v),_vendor_browser_svelte_internal_index.append_hydration(r,c),_vendor_browser_svelte_internal_index.append_hydration(r,f),_vendor_browser_svelte_internal_index.append_hydration(r,u),_vendor_browser_svelte_internal_index.append_hydration(r,h),_vendor_browser_svelte_internal_index.append_hydration(r,b),_vendor_browser_svelte_internal_index.append_hydration(r,w),_vendor_browser_svelte_internal_index.append_hydration(r,p),_vendor_browser_svelte_internal_index.append_hydration(r,x),_vendor_browser_svelte_internal_index.append_hydration(r,y),_vendor_browser_svelte_internal_index.append_hydration(r,m),_vendor_browser_svelte_internal_index.append_hydration(r,g),_vendor_browser_svelte_internal_index.append_hydration(r,C),_vendor_browser_svelte_internal_index.append_hydration(r,$),_vendor_browser_svelte_internal_index.append_hydration(r,O),_vendor_browser_svelte_internal_index.append_hydration(r,A)},p:function(e,n){var t=_slicedToArray$c(n,1)[0];1&t&&_vendor_browser_svelte_internal_index.attr(r,\"width\",e[0]),2&t&&_vendor_browser_svelte_internal_index.attr(r,\"height\",e[1]),4&t&&_vendor_browser_svelte_internal_index.attr(r,\"aria-label\",e[2])},i:_vendor_browser_svelte_internal_index.noop,o:_vendor_browser_svelte_internal_index.noop,d:function(e){e&&_vendor_browser_svelte_internal_index.detach(r)}}}function instance$c(e,r,n){var t=r.width,_=void 0===t?178:t,o=r.height,i=void 0===o?10:o,l=r.label,a=void 0===l?\"Election Center 2024\":l;return e.$$set=function(e){\"width\"in e&&n(0,_=e.width),\"height\"in e&&n(1,i=e.height),\"label\"in e&&n(2,a=e.label)},[_,i,a]}var EC2024Full=function(e){_inherits$h(n,_vendor_browser_svelte_internal_index.SvelteComponent);var r=_createSuper$h(n);function n(e){var t;return _classCallCheck$h(this,n),t=r.call(this),_vendor_browser_svelte_internal_index.init(_assertThisInitialized$h(t),e,instance$c,create_fragment$h,_vendor_browser_svelte_internal_index.safe_not_equal,{width:0,height:1,label:2}),t}return n}(),EC2024Full$1=EC2024Full;function _arrayLikeToArray$b(e,r){(null==r||r>e.length)&&(r=e.length);for(var n=0,t=new Array(r);n<r;n++)t[n]=e[n];return t}function _arrayWithHoles$b(e){if(Array.isArray(e))return e}function _assertThisInitialized$g(e){if(void 0===e)throw new ReferenceError(\"this hasn\\'t been initialised - super() hasn\\'t been called\");return e}function _classCallCheck$g(e,r){if(!(e instanceof r))throw new TypeError(\"Cannot call a class as a function\")}function _getPrototypeOf$g(e){return(_getPrototypeOf$g=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function _inherits$g(e,r){if(\"function\"!=typeof r&&null!==r)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(r&&r.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),r&&_setPrototypeOf$g(e,r)}function _iterableToArrayLimit$b(e,r){var n=null==e?null:\"undefined\"!=typeof Symbol&&e[Symbol.iterator]||e[\"@@iterator\"];if(null!=n){var t,_,o=[],i=!0,l=!1;try{for(n=n.call(e);!(i=(t=n.next()).done)&&(o.push(t.value),!r||o.length!==r);i=!0);}catch(e){l=!0,_=e}finally{try{i||null==n.return||n.return()}finally{if(l)throw _}}return o}}function _nonIterableRest$b(){throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\\\\\\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}function _possibleConstructorReturn$g(e,r){return!r||\"object\"!==_typeof$g(r)&&\"function\"!=typeof r?_assertThisInitialized$g(e):r}function _setPrototypeOf$g(e,r){return(_setPrototypeOf$g=Object.setPrototypeOf||function(e,r){return e.__proto__=r,e})(e,r)}function _slicedToArray$b(e,r){return _arrayWithHoles$b(e)||_iterableToArrayLimit$b(e,r)||_unsupportedIterableToArray$b(e,r)||_nonIterableRest$b()}var _typeof$g=function(e){return e&&\"undefined\"!=typeof Symbol&&e.constructor===Symbol?\"symbol\":typeof e};function _unsupportedIterableToArray$b(e,r){if(e){if(\"string\"==typeof e)return _arrayLikeToArray$b(e,r);var n=Object.prototype.toString.call(e).slice(8,-1);return\"Object\"===n&&e.constructor&&(n=e.constructor.name),\"Map\"===n||\"Set\"===n?Array.from(n):\"Arguments\"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?_arrayLikeToArray$b(e,r):void 0}}function _isNativeReflectConstruct$g(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function _createSuper$g(e){var r=_isNativeReflectConstruct$g();return function(){var n,t=_getPrototypeOf$g(e);if(r){var _=_getPrototypeOf$g(this).constructor;n=Reflect.construct(t,arguments,_)}else n=t.apply(this,arguments);return _possibleConstructorReturn$g(this,n)}}function create_fragment$g(e){var r,n,t,_,o,i,l,a,s,d,v,c;return{c:function(){r=_vendor_browser_svelte_internal_index.svg_element(\"svg\"),n=_vendor_browser_svelte_internal_index.svg_element(\"defs\"),t=_vendor_browser_svelte_internal_index.svg_element(\"style\"),_=_vendor_browser_svelte_internal_index.text(\".cls-1 {\\\\n fill: #0c0c0c;\\\\n }\\\\n .cls-1,\\\\n .cls-2,\\\\n .cls-3 {\\\\n stroke-width: 0px;\\\\n }\\\\n .cls-2 {\\\\n fill: #3061f2;\\\\n }\\\\n .cls-3 {\\\\n fill: #ff3f3f;\\\\n }\\\\n \"),o=_vendor_browser_svelte_internal_index.svg_element(\"path\"),i=_vendor_browser_svelte_internal_index.svg_element(\"path\"),l=_vendor_browser_svelte_internal_index.svg_element(\"path\"),a=_vendor_browser_svelte_internal_index.svg_element(\"path\"),s=_vendor_browser_svelte_internal_index.svg_element(\"path\"),d=_vendor_browser_svelte_internal_index.svg_element(\"path\"),v=_vendor_browser_svelte_internal_index.svg_element(\"path\"),c=_vendor_browser_svelte_internal_index.svg_element(\"path\"),this.h()},l:function(e){r=_vendor_browser_svelte_internal_index.claim_svg_element(e,\"svg\",{width:!0,height:!0,\"aria-label\":!0,id:!0,xmlns:!0,viewBox:!0});var f=_vendor_browser_svelte_internal_index.children(r);n=_vendor_browser_svelte_internal_index.claim_svg_element(f,\"defs\",{});var u=_vendor_browser_svelte_internal_index.children(n);t=_vendor_browser_svelte_internal_index.claim_svg_element(u,\"style\",{});var h=_vendor_browser_svelte_internal_index.children(t);_=_vendor_browser_svelte_internal_index.claim_text(h,\".cls-1 {\\\\n fill: #0c0c0c;\\\\n }\\\\n .cls-1,\\\\n .cls-2,\\\\n .cls-3 {\\\\n stroke-width: 0px;\\\\n }\\\\n .cls-2 {\\\\n fill: #3061f2;\\\\n }\\\\n .cls-3 {\\\\n fill: #ff3f3f;\\\\n }\\\\n \"),h.forEach(_vendor_browser_svelte_internal_index.detach),u.forEach(_vendor_browser_svelte_internal_index.detach),o=_vendor_browser_svelte_internal_index.claim_svg_element(f,\"path\",{class:!0,d:!0}),_vendor_browser_svelte_internal_index.children(o).forEach(_vendor_browser_svelte_internal_index.detach),i=_vendor_browser_svelte_internal_index.claim_svg_element(f,\"path\",{class:!0,d:!0}),_vendor_browser_svelte_internal_index.children(i).forEach(_vendor_browser_svelte_internal_index.detach),l=_vendor_browser_svelte_internal_index.claim_svg_element(f,\"path\",{class:!0,d:!0}),_vendor_browser_svelte_internal_index.children(l).forEach(_vendor_browser_svelte_internal_index.detach),a=_vendor_browser_svelte_internal_index.claim_svg_element(f,\"path\",{class:!0,d:!0}),_vendor_browser_svelte_internal_index.children(a).forEach(_vendor_browser_svelte_internal_index.detach),s=_vendor_browser_svelte_internal_index.claim_svg_element(f,\"path\",{class:!0,d:!0}),_vendor_browser_svelte_internal_index.children(s).forEach(_vendor_browser_svelte_internal_index.detach),d=_vendor_browser_svelte_internal_index.claim_svg_element(f,\"path\",{class:!0,d:!0}),_vendor_browser_svelte_internal_index.children(d).forEach(_vendor_browser_svelte_internal_index.detach),v=_vendor_browser_svelte_internal_index.claim_svg_element(f,\"path\",{class:!0,d:!0}),_vendor_browser_svelte_internal_index.children(v).forEach(_vendor_browser_svelte_internal_index.detach),c=_vendor_browser_svelte_internal_index.claim_svg_element(f,\"path\",{class:!0,d:!0}),_vendor_browser_svelte_internal_index.children(c).forEach(_vendor_browser_svelte_internal_index.detach),f.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(o,\"class\",\"cls-1\"),_vendor_browser_svelte_internal_index.attr(o,\"d\",\"m23.31,7.5c.178-.187.46-.428.845-.722l1.775-1.35c.385-.294.709-.66.972-1.096s.394-.896.394-1.377c0-.579-.15-1.092-.451-1.537-.291-.446-.709-.793-1.254-1.043-.535-.25-1.155-.374-1.859-.374-.77,0-1.437.138-2,.414-.554.276-.981.686-1.282,1.23-.3.535-.451,1.181-.451,1.938h2.282c0-.606.113-1.065.338-1.377.235-.312.596-.468,1.085-.468.282,0,.521.049.718.147.197.098.343.236.437.414.103.169.155.357.155.562,0,.214-.047.41-.141.588-.085.169-.211.334-.38.495-.16.16-.385.357-.676.588l-1.733,1.39c-.742.597-1.258,1.163-1.549,1.698-.282.526-.423,1.074-.423,1.644v.535h7.254v-1.792h-4.352c.028-.16.127-.33.296-.508Z\"),_vendor_browser_svelte_internal_index.attr(i,\"class\",\"cls-1\"),_vendor_browser_svelte_internal_index.attr(i,\"d\",\"m34.227.495c-.564-.33-1.258-.495-2.085-.495-.836,0-1.535.165-2.099.495-.563.321-.995.851-1.296,1.591-.291.731-.437,1.693-.437,2.888,0,1.765.324,3.044.972,3.837.648.793,1.601,1.19,2.859,1.19s2.211-.397,2.859-1.19c.657-.793.986-2.072.986-3.837,0-1.194-.15-2.157-.451-2.888-.3-.74-.737-1.27-1.31-1.591Zm-.634,6.404c-.113.472-.286.811-.521,1.016-.225.205-.531.307-.916.307s-.695-.102-.93-.307c-.235-.205-.409-.544-.521-1.016-.113-.481-.169-1.123-.169-1.925s.056-1.435.169-1.898c.113-.464.282-.793.507-.989.235-.205.545-.307.93-.307s.695.102.93.307c.235.196.409.53.521,1.003.113.463.169,1.092.169,1.885,0,.811-.056,1.453-.169,1.925Z\"),_vendor_browser_svelte_internal_index.attr(l,\"class\",\"cls-1\"),_vendor_browser_svelte_internal_index.attr(l,\"d\",\"m40.175,7.5c.178-.187.46-.428.845-.722l1.775-1.35c.385-.294.709-.66.972-1.096.263-.437.394-.896.394-1.377,0-.579-.15-1.092-.451-1.537-.291-.446-.709-.793-1.254-1.043-.535-.25-1.155-.374-1.859-.374-.77,0-1.437.138-2,.414-.554.276-.981.686-1.282,1.23-.3.535-.451,1.181-.451,1.938h2.282c0-.606.113-1.065.338-1.377.235-.312.596-.468,1.085-.468.282,0,.521.049.718.147.197.098.343.236.437.414.103.169.155.357.155.562,0,.214-.047.41-.141.588-.084.169-.211.334-.38.495-.16.16-.385.357-.676.588l-1.733,1.39c-.742.597-1.258,1.163-1.549,1.698-.282.526-.422,1.074-.422,1.644v.535h7.254v-1.792h-4.352c.028-.16.127-.33.296-.508Z\"),_vendor_browser_svelte_internal_index.attr(a,\"class\",\"cls-1\"),_vendor_browser_svelte_internal_index.attr(a,\"d\",\"m51.704,6.11V.267h-2.592l-4.31,6.003v1.604h4.55v1.925h2.352v-1.925h1.296v-1.765h-1.296Zm-2.282,0h-2.254l2.254-3.195v3.195Z\"),_vendor_browser_svelte_internal_index.attr(s,\"class\",\"cls-2\"),_vendor_browser_svelte_internal_index.attr(s,\"d\",\"m6,0H0v6h6V0Z\"),_vendor_browser_svelte_internal_index.attr(d,\"class\",\"cls-3\"),_vendor_browser_svelte_internal_index.attr(d,\"d\",\"m16,8H0v2h16v-2Z\"),_vendor_browser_svelte_internal_index.attr(v,\"class\",\"cls-3\"),_vendor_browser_svelte_internal_index.attr(v,\"d\",\"m16,0h-8v2h8V0Z\"),_vendor_browser_svelte_internal_index.attr(c,\"class\",\"cls-3\"),_vendor_browser_svelte_internal_index.attr(c,\"d\",\"m16,4h-8v2h8v-2Z\"),_vendor_browser_svelte_internal_index.attr(r,\"width\",e[0]),_vendor_browser_svelte_internal_index.attr(r,\"height\",e[1]),_vendor_browser_svelte_internal_index.attr(r,\"aria-label\",e[2]),_vendor_browser_svelte_internal_index.attr(r,\"id\",\"Layer_1\"),_vendor_browser_svelte_internal_index.attr(r,\"xmlns\",\"http://www.w3.org/2000/svg\"),_vendor_browser_svelte_internal_index.attr(r,\"viewBox\",\"0 0 53 10\")},m:function(e,f){_vendor_browser_svelte_internal_index.insert_hydration(e,r,f),_vendor_browser_svelte_internal_index.append_hydration(r,n),_vendor_browser_svelte_internal_index.append_hydration(n,t),_vendor_browser_svelte_internal_index.append_hydration(t,_),_vendor_browser_svelte_internal_index.append_hydration(r,o),_vendor_browser_svelte_internal_index.append_hydration(r,i),_vendor_browser_svelte_internal_index.append_hydration(r,l),_vendor_browser_svelte_internal_index.append_hydration(r,a),_vendor_browser_svelte_internal_index.append_hydration(r,s),_vendor_browser_svelte_internal_index.append_hydration(r,d),_vendor_browser_svelte_internal_index.append_hydration(r,v),_vendor_browser_svelte_internal_index.append_hydration(r,c)},p:function(e,n){var t=_slicedToArray$b(n,1)[0];1&t&&_vendor_browser_svelte_internal_index.attr(r,\"width\",e[0]),2&t&&_vendor_browser_svelte_internal_index.attr(r,\"height\",e[1]),4&t&&_vendor_browser_svelte_internal_index.attr(r,\"aria-label\",e[2])},i:_vendor_browser_svelte_internal_index.noop,o:_vendor_browser_svelte_internal_index.noop,d:function(e){e&&_vendor_browser_svelte_internal_index.detach(r)}}}function instance$b(e,r,n){var t=r.width,_=void 0===t?53:t,o=r.height,i=void 0===o?10:o,l=r.label,a=void 0===l?\"Election Center 2024\":l;return e.$$set=function(e){\"width\"in e&&n(0,_=e.width),\"height\"in e&&n(1,i=e.height),\"label\"in e&&n(2,a=e.label)},[_,i,a]}var EC2024Small=function(e){_inherits$g(n,_vendor_browser_svelte_internal_index.SvelteComponent);var r=_createSuper$g(n);function n(e){var t;return _classCallCheck$g(this,n),t=r.call(this),_vendor_browser_svelte_internal_index.init(_assertThisInitialized$g(t),e,instance$b,create_fragment$g,_vendor_browser_svelte_internal_index.safe_not_equal,{width:0,height:1,label:2}),t}return n}(),EC2024Small$1=EC2024Small;function _arrayLikeToArray$a(e,r){(null==r||r>e.length)&&(r=e.length);for(var n=0,t=new Array(r);n<r;n++)t[n]=e[n];return t}function _arrayWithHoles$a(e){if(Array.isArray(e))return e}function _assertThisInitialized$f(e){if(void 0===e)throw new ReferenceError(\"this hasn\\'t been initialised - super() hasn\\'t been called\");return e}function _classCallCheck$f(e,r){if(!(e instanceof r))throw new TypeError(\"Cannot call a class as a function\")}function _getPrototypeOf$f(e){return(_getPrototypeOf$f=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function _inherits$f(e,r){if(\"function\"!=typeof r&&null!==r)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(r&&r.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),r&&_setPrototypeOf$f(e,r)}function _iterableToArrayLimit$a(e,r){var n=null==e?null:\"undefined\"!=typeof Symbol&&e[Symbol.iterator]||e[\"@@iterator\"];if(null!=n){var t,_,o=[],i=!0,l=!1;try{for(n=n.call(e);!(i=(t=n.next()).done)&&(o.push(t.value),!r||o.length!==r);i=!0);}catch(e){l=!0,_=e}finally{try{i||null==n.return||n.return()}finally{if(l)throw _}}return o}}function _nonIterableRest$a(){throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\\\\\\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}function _possibleConstructorReturn$f(e,r){return!r||\"object\"!==_typeof$f(r)&&\"function\"!=typeof r?_assertThisInitialized$f(e):r}function _setPrototypeOf$f(e,r){return(_setPrototypeOf$f=Object.setPrototypeOf||function(e,r){return e.__proto__=r,e})(e,r)}function _slicedToArray$a(e,r){return _arrayWithHoles$a(e)||_iterableToArrayLimit$a(e,r)||_unsupportedIterableToArray$a(e,r)||_nonIterableRest$a()}var _typeof$f=function(e){return e&&\"undefined\"!=typeof Symbol&&e.constructor===Symbol?\"symbol\":typeof e};function _unsupportedIterableToArray$a(e,r){if(e){if(\"string\"==typeof e)return _arrayLikeToArray$a(e,r);var n=Object.prototype.toString.call(e).slice(8,-1);return\"Object\"===n&&e.constructor&&(n=e.constructor.name),\"Map\"===n||\"Set\"===n?Array.from(n):\"Arguments\"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?_arrayLikeToArray$a(e,r):void 0}}function _isNativeReflectConstruct$f(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function _createSuper$f(e){var r=_isNativeReflectConstruct$f();return function(){var n,t=_getPrototypeOf$f(e);if(r){var _=_getPrototypeOf$f(this).constructor;n=Reflect.construct(t,arguments,_)}else n=t.apply(this,arguments);return _possibleConstructorReturn$f(this,n)}}function create_fragment$f(e){var r,n,t,_,o,i,l,a;return{c:function(){r=_vendor_browser_svelte_internal_index.svg_element(\"svg\"),n=_vendor_browser_svelte_internal_index.svg_element(\"g\"),t=_vendor_browser_svelte_internal_index.svg_element(\"g\"),_=_vendor_browser_svelte_internal_index.svg_element(\"g\"),o=_vendor_browser_svelte_internal_index.svg_element(\"g\"),i=_vendor_browser_svelte_internal_index.svg_element(\"g\"),l=_vendor_browser_svelte_internal_index.svg_element(\"path\"),a=_vendor_browser_svelte_internal_index.svg_element(\"path\"),this.h()},l:function(e){r=_vendor_browser_svelte_internal_index.claim_svg_element(e,\"svg\",{width:!0,height:!0,\"aria-label\":!0,role:!0,xmlns:!0,viewBox:!0});var s=_vendor_browser_svelte_internal_index.children(r);n=_vendor_browser_svelte_internal_index.claim_svg_element(s,\"g\",{fill:!0,\"fill-rule\":!0});var d=_vendor_browser_svelte_internal_index.children(n);t=_vendor_browser_svelte_internal_index.claim_svg_element(d,\"g\",{});var v=_vendor_browser_svelte_internal_index.children(t);_=_vendor_browser_svelte_internal_index.claim_svg_element(v,\"g\",{});var c=_vendor_browser_svelte_internal_index.children(_);o=_vendor_browser_svelte_internal_index.claim_svg_element(c,\"g\",{});var f=_vendor_browser_svelte_internal_index.children(o);i=_vendor_browser_svelte_internal_index.claim_svg_element(f,\"g\",{});var u=_vendor_browser_svelte_internal_index.children(i);l=_vendor_browser_svelte_internal_index.claim_svg_element(u,\"path\",{fill:!0,d:!0,transform:!0}),_vendor_browser_svelte_internal_index.children(l).forEach(_vendor_browser_svelte_internal_index.detach),a=_vendor_browser_svelte_internal_index.claim_svg_element(u,\"path\",{fill:!0,\"fill-rule\":!0,d:!0,transform:!0}),_vendor_browser_svelte_internal_index.children(a).forEach(_vendor_browser_svelte_internal_index.detach),u.forEach(_vendor_browser_svelte_internal_index.detach),f.forEach(_vendor_browser_svelte_internal_index.detach),c.forEach(_vendor_browser_svelte_internal_index.detach),v.forEach(_vendor_browser_svelte_internal_index.detach),d.forEach(_vendor_browser_svelte_internal_index.detach),s.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(l,\"fill\",\"#6E6E6E\"),_vendor_browser_svelte_internal_index.attr(l,\"d\",\"M0 8c0 4.418 3.582 8 8 8s8-3.582 8-8-3.582-8-8-8-8 3.582-8 8z\"),_vendor_browser_svelte_internal_index.attr(l,\"transform\",\"translate(-273 -554) translate(5 539) translate(268 10) translate(0 5)\"),_vendor_browser_svelte_internal_index.attr(a,\"fill\",\"#FFF\"),_vendor_browser_svelte_internal_index.attr(a,\"fill-rule\",\"nonzero\"),_vendor_browser_svelte_internal_index.attr(a,\"d\",\"M10 9L10 10 6 10 6 9zM9 11L9 12 7 12 7 11zM11 7L11 8 5 8 5 7zM12 5L12 6 4 6 4 5z\"),_vendor_browser_svelte_internal_index.attr(a,\"transform\",\"translate(-273 -554) translate(5 539) translate(268 10) translate(0 5)\"),_vendor_browser_svelte_internal_index.attr(n,\"fill\",\"none\"),_vendor_browser_svelte_internal_index.attr(n,\"fill-rule\",\"evenodd\"),_vendor_browser_svelte_internal_index.attr(r,\"width\",e[0]),_vendor_browser_svelte_internal_index.attr(r,\"height\",e[1]),_vendor_browser_svelte_internal_index.attr(r,\"aria-label\",e[2]),_vendor_browser_svelte_internal_index.attr(r,\"role\",\"img\"),_vendor_browser_svelte_internal_index.attr(r,\"xmlns\",\"http://www.w3.org/2000/svg\"),_vendor_browser_svelte_internal_index.attr(r,\"viewBox\",\"0 0 16 16\")},m:function(e,s){_vendor_browser_svelte_internal_index.insert_hydration(e,r,s),_vendor_browser_svelte_internal_index.append_hydration(r,n),_vendor_browser_svelte_internal_index.append_hydration(n,t),_vendor_browser_svelte_internal_index.append_hydration(t,_),_vendor_browser_svelte_internal_index.append_hydration(_,o),_vendor_browser_svelte_internal_index.append_hydration(o,i),_vendor_browser_svelte_internal_index.append_hydration(i,l),_vendor_browser_svelte_internal_index.append_hydration(i,a)},p:function(e,n){var t=_slicedToArray$a(n,1)[0];1&t&&_vendor_browser_svelte_internal_index.attr(r,\"width\",e[0]),2&t&&_vendor_browser_svelte_internal_index.attr(r,\"height\",e[1]),4&t&&_vendor_browser_svelte_internal_index.attr(r,\"aria-label\",e[2])},i:_vendor_browser_svelte_internal_index.noop,o:_vendor_browser_svelte_internal_index.noop,d:function(e){e&&_vendor_browser_svelte_internal_index.detach(r)}}}function instance$a(e,r,n){var t=r.width,_=void 0===t?16:t,o=r.height,i=void 0===o?16:o,l=r.label,a=void 0===l?void 0:l;return e.$$set=function(e){\"width\"in e&&n(0,_=e.width),\"height\"in e&&n(1,i=e.height),\"label\"in e&&n(2,a=e.label)},[_,i,a]}var FilteredByIcon=function(e){_inherits$f(n,_vendor_browser_svelte_internal_index.SvelteComponent);var r=_createSuper$f(n);function n(e){var t;return _classCallCheck$f(this,n),t=r.call(this),_vendor_browser_svelte_internal_index.init(_assertThisInitialized$f(t),e,instance$a,create_fragment$f,_vendor_browser_svelte_internal_index.safe_not_equal,{width:0,height:1,label:2}),t}return n}(),FilteredByIcon$1=FilteredByIcon;function _arrayLikeToArray$9(e,r){(null==r||r>e.length)&&(r=e.length);for(var n=0,t=new Array(r);n<r;n++)t[n]=e[n];return t}function _arrayWithHoles$9(e){if(Array.isArray(e))return e}function _assertThisInitialized$e(e){if(void 0===e)throw new ReferenceError(\"this hasn\\'t been initialised - super() hasn\\'t been called\");return e}function _classCallCheck$e(e,r){if(!(e instanceof r))throw new TypeError(\"Cannot call a class as a function\")}function _getPrototypeOf$e(e){return(_getPrototypeOf$e=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function _inherits$e(e,r){if(\"function\"!=typeof r&&null!==r)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(r&&r.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),r&&_setPrototypeOf$e(e,r)}function _iterableToArrayLimit$9(e,r){var n=null==e?null:\"undefined\"!=typeof Symbol&&e[Symbol.iterator]||e[\"@@iterator\"];if(null!=n){var t,_,o=[],i=!0,l=!1;try{for(n=n.call(e);!(i=(t=n.next()).done)&&(o.push(t.value),!r||o.length!==r);i=!0);}catch(e){l=!0,_=e}finally{try{i||null==n.return||n.return()}finally{if(l)throw _}}return o}}function _nonIterableRest$9(){throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\\\\\\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}function _possibleConstructorReturn$e(e,r){return!r||\"object\"!==_typeof$e(r)&&\"function\"!=typeof r?_assertThisInitialized$e(e):r}function _setPrototypeOf$e(e,r){return(_setPrototypeOf$e=Object.setPrototypeOf||function(e,r){return e.__proto__=r,e})(e,r)}function _slicedToArray$9(e,r){return _arrayWithHoles$9(e)||_iterableToArrayLimit$9(e,r)||_unsupportedIterableToArray$9(e,r)||_nonIterableRest$9()}var _typeof$e=function(e){return e&&\"undefined\"!=typeof Symbol&&e.constructor===Symbol?\"symbol\":typeof e};function _unsupportedIterableToArray$9(e,r){if(e){if(\"string\"==typeof e)return _arrayLikeToArray$9(e,r);var n=Object.prototype.toString.call(e).slice(8,-1);return\"Object\"===n&&e.constructor&&(n=e.constructor.name),\"Map\"===n||\"Set\"===n?Array.from(n):\"Arguments\"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?_arrayLikeToArray$9(e,r):void 0}}function _isNativeReflectConstruct$e(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function _createSuper$e(e){var r=_isNativeReflectConstruct$e();return function(){var n,t=_getPrototypeOf$e(e);if(r){var _=_getPrototypeOf$e(this).constructor;n=Reflect.construct(t,arguments,_)}else n=t.apply(this,arguments);return _possibleConstructorReturn$e(this,n)}}function create_fragment$e(e){var r,n,t,_;return{c:function(){r=_vendor_browser_svelte_internal_index.svg_element(\"svg\"),n=_vendor_browser_svelte_internal_index.svg_element(\"g\"),t=_vendor_browser_svelte_internal_index.svg_element(\"path\"),_=_vendor_browser_svelte_internal_index.svg_element(\"path\"),this.h()},l:function(e){r=_vendor_browser_svelte_internal_index.claim_svg_element(e,\"svg\",{xmlns:!0,width:!0,height:!0,\"aria-label\":!0,viewBox:!0,style:!0});var o=_vendor_browser_svelte_internal_index.children(r);n=_vendor_browser_svelte_internal_index.claim_svg_element(o,\"g\",{fill:!0,\"fill-rule\":!0});var i=_vendor_browser_svelte_internal_index.children(n);t=_vendor_browser_svelte_internal_index.claim_svg_element(i,\"path\",{fill:!0,d:!0}),_vendor_browser_svelte_internal_index.children(t).forEach(_vendor_browser_svelte_internal_index.detach),_=_vendor_browser_svelte_internal_index.claim_svg_element(i,\"path\",{fill:!0,\"fill-rule\":!0,id:!0,d:!0}),_vendor_browser_svelte_internal_index.children(_).forEach(_vendor_browser_svelte_internal_index.detach),i.forEach(_vendor_browser_svelte_internal_index.detach),o.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(t,\"fill\",e[3]),_vendor_browser_svelte_internal_index.attr(t,\"d\",\"M0 4.9c0 2.706 2.194 4.9 4.9 4.9 2.706 0 4.9-2.194 4.9-4.9C9.8 2.194 7.606 0 4.9 0 2.194 0 0 2.194 0 4.9z\"),_vendor_browser_svelte_internal_index.attr(_,\"fill\",e[4]),_vendor_browser_svelte_internal_index.attr(_,\"fill-rule\",\"nonzero\"),_vendor_browser_svelte_internal_index.attr(_,\"id\",\"exit-polls-explorer-info\"),_vendor_browser_svelte_internal_index.attr(_,\"d\",\"M4.9 3.843c.186 0 .372.075.503.202s.206.305.203.484v2.779c.003.18-.073.36-.206.488-.134.127-.323.2-.51.197-.186-.002-.368-.078-.497-.205-.128-.126-.203-.303-.2-.48v-2.78c-.003-.178.073-.356.204-.483.13-.127.316-.202.503-.202m0-2.036c.422 0 .764.341.764.763s-.342.764-.764.764-.764-.342-.764-.764.342-.763.764-.763\"),_vendor_browser_svelte_internal_index.attr(n,\"fill\",\"none\"),_vendor_browser_svelte_internal_index.attr(n,\"fill-rule\",\"evenodd\"),_vendor_browser_svelte_internal_index.attr(r,\"xmlns\",\"http://www.w3.org/2000/svg\"),_vendor_browser_svelte_internal_index.attr(r,\"width\",e[0]),_vendor_browser_svelte_internal_index.attr(r,\"height\",e[1]),_vendor_browser_svelte_internal_index.attr(r,\"aria-label\",e[2]),_vendor_browser_svelte_internal_index.attr(r,\"viewBox\",\"0 0 10 10\"),_vendor_browser_svelte_internal_index.set_style(r,\"margin\",\"0px 0.2rem 0px 0px\")},m:function(e,o){_vendor_browser_svelte_internal_index.insert_hydration(e,r,o),_vendor_browser_svelte_internal_index.append_hydration(r,n),_vendor_browser_svelte_internal_index.append_hydration(n,t),_vendor_browser_svelte_internal_index.append_hydration(n,_)},p:function(e,n){var o=_slicedToArray$9(n,1)[0];8&o&&_vendor_browser_svelte_internal_index.attr(t,\"fill\",e[3]),16&o&&_vendor_browser_svelte_internal_index.attr(_,\"fill\",e[4]),1&o&&_vendor_browser_svelte_internal_index.attr(r,\"width\",e[0]),2&o&&_vendor_browser_svelte_internal_index.attr(r,\"height\",e[1]),4&o&&_vendor_browser_svelte_internal_index.attr(r,\"aria-label\",e[2])},i:_vendor_browser_svelte_internal_index.noop,o:_vendor_browser_svelte_internal_index.noop,d:function(e){e&&_vendor_browser_svelte_internal_index.detach(r)}}}function instance$9(e,r,n){var t=r.width,_=r.height,o=r.label,i=void 0===o?void 0:o,l=r.fill,a=r.fontColor;return e.$$set=function(e){\"width\"in e&&n(0,t=e.width),\"height\"in e&&n(1,_=e.height),\"label\"in e&&n(2,i=e.label),\"fill\"in e&&n(3,l=e.fill),\"fontColor\"in e&&n(4,a=e.fontColor)},[t,_,i,l,a]}var InfoIcon=function(e){_inherits$e(n,_vendor_browser_svelte_internal_index.SvelteComponent);var r=_createSuper$e(n);function n(e){var t;return _classCallCheck$e(this,n),t=r.call(this),_vendor_browser_svelte_internal_index.init(_assertThisInitialized$e(t),e,instance$9,create_fragment$e,_vendor_browser_svelte_internal_index.safe_not_equal,{width:0,height:1,label:2,fill:3,fontColor:4}),t}return n}(),InfoIcon$1=InfoIcon;function _arrayLikeToArray$8(e,r){(null==r||r>e.length)&&(r=e.length);for(var n=0,t=new Array(r);n<r;n++)t[n]=e[n];return t}function _arrayWithHoles$8(e){if(Array.isArray(e))return e}function _assertThisInitialized$d(e){if(void 0===e)throw new ReferenceError(\"this hasn\\'t been initialised - super() hasn\\'t been called\");return e}function _classCallCheck$d(e,r){if(!(e instanceof r))throw new TypeError(\"Cannot call a class as a function\")}function _getPrototypeOf$d(e){return(_getPrototypeOf$d=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function _inherits$d(e,r){if(\"function\"!=typeof r&&null!==r)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(r&&r.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),r&&_setPrototypeOf$d(e,r)}function _iterableToArrayLimit$8(e,r){var n=null==e?null:\"undefined\"!=typeof Symbol&&e[Symbol.iterator]||e[\"@@iterator\"];if(null!=n){var t,_,o=[],i=!0,l=!1;try{for(n=n.call(e);!(i=(t=n.next()).done)&&(o.push(t.value),!r||o.length!==r);i=!0);}catch(e){l=!0,_=e}finally{try{i||null==n.return||n.return()}finally{if(l)throw _}}return o}}function _nonIterableRest$8(){throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\\\\\\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}function _possibleConstructorReturn$d(e,r){return!r||\"object\"!==_typeof$d(r)&&\"function\"!=typeof r?_assertThisInitialized$d(e):r}function _setPrototypeOf$d(e,r){return(_setPrototypeOf$d=Object.setPrototypeOf||function(e,r){return e.__proto__=r,e})(e,r)}function _slicedToArray$8(e,r){return _arrayWithHoles$8(e)||_iterableToArrayLimit$8(e,r)||_unsupportedIterableToArray$8(e,r)||_nonIterableRest$8()}var _typeof$d=function(e){return e&&\"undefined\"!=typeof Symbol&&e.constructor===Symbol?\"symbol\":typeof e};function _unsupportedIterableToArray$8(e,r){if(e){if(\"string\"==typeof e)return _arrayLikeToArray$8(e,r);var n=Object.prototype.toString.call(e).slice(8,-1);return\"Object\"===n&&e.constructor&&(n=e.constructor.name),\"Map\"===n||\"Set\"===n?Array.from(n):\"Arguments\"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?_arrayLikeToArray$8(e,r):void 0}}function _isNativeReflectConstruct$d(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function _createSuper$d(e){var r=_isNativeReflectConstruct$d();return function(){var n,t=_getPrototypeOf$d(e);if(r){var _=_getPrototypeOf$d(this).constructor;n=Reflect.construct(t,arguments,_)}else n=t.apply(this,arguments);return _possibleConstructorReturn$d(this,n)}}function create_fragment$d(e){var r,n,t,_,o;return{c:function(){r=_vendor_browser_svelte_internal_index.svg_element(\"svg\"),n=_vendor_browser_svelte_internal_index.svg_element(\"path\"),t=_vendor_browser_svelte_internal_index.svg_element(\"path\"),_=_vendor_browser_svelte_internal_index.svg_element(\"path\"),o=_vendor_browser_svelte_internal_index.svg_element(\"path\"),this.h()},l:function(e){r=_vendor_browser_svelte_internal_index.claim_svg_element(e,\"svg\",{width:!0,height:!0,\"aria-label\":!0,role:!0,viewBox:!0,fill:!0,xmlns:!0});var i=_vendor_browser_svelte_internal_index.children(r);n=_vendor_browser_svelte_internal_index.claim_svg_element(i,\"path\",{\"fill-rule\":!0,\"clip-rule\":!0,d:!0,fill:!0}),_vendor_browser_svelte_internal_index.children(n).forEach(_vendor_browser_svelte_internal_index.detach),t=_vendor_browser_svelte_internal_index.claim_svg_element(i,\"path\",{\"fill-rule\":!0,\"clip-rule\":!0,d:!0,fill:!0}),_vendor_browser_svelte_internal_index.children(t).forEach(_vendor_browser_svelte_internal_index.detach),_=_vendor_browser_svelte_internal_index.claim_svg_element(i,\"path\",{\"fill-rule\":!0,\"clip-rule\":!0,d:!0,fill:!0}),_vendor_browser_svelte_internal_index.children(_).forEach(_vendor_browser_svelte_internal_index.detach),o=_vendor_browser_svelte_internal_index.claim_svg_element(i,\"path\",{\"fill-rule\":!0,\"clip-rule\":!0,d:!0,fill:!0}),_vendor_browser_svelte_internal_index.children(o).forEach(_vendor_browser_svelte_internal_index.detach),i.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(n,\"fill-rule\",\"evenodd\"),_vendor_browser_svelte_internal_index.attr(n,\"clip-rule\",\"evenodd\"),_vendor_browser_svelte_internal_index.attr(n,\"d\",\"M13.9564 7.13586C13.9446 6.34758 13.757 5.60503 13.4602 4.8739C13.1429 4.09154 12.6578 3.40613 12.0559 2.80429C11.4541 2.20244 10.7422 1.74484 9.95988 1.42756C9.20432 1.12132 8.40107 0.969971 7.58244 0.969971C6.76343 0.969971 5.96293 1.12763 5.20737 1.43387C4.56887 1.69282 3.98318 2.05148 3.46252 2.50119L4.12546 3.1665C5.0911 2.35339 6.29992 1.90999 7.57732 1.90999C9.01198 1.90999 10.2764 2.47124 11.2905 3.48536C12.2861 4.48095 12.7583 5.55931 12.7756 7.13586H13.9564Z\"),_vendor_browser_svelte_internal_index.attr(n,\"fill\",e[3]),_vendor_browser_svelte_internal_index.attr(t,\"fill-rule\",\"evenodd\"),_vendor_browser_svelte_internal_index.attr(t,\"clip-rule\",\"evenodd\"),_vendor_browser_svelte_internal_index.attr(t,\"d\",\"M2.37137 1.00731C2.29845 0.926314 2.16266 0.970354 2.15207 1.07766L1.78681 4.22243C1.76927 4.36533 1.8811 4.48952 2.02504 4.48702L5.19076 4.45247C5.29859 4.45316 5.35658 4.32272 5.28366 4.24173L2.37137 1.00731Z\"),_vendor_browser_svelte_internal_index.attr(t,\"fill\",e[3]),_vendor_browser_svelte_internal_index.attr(_,\"fill-rule\",\"evenodd\"),_vendor_browser_svelte_internal_index.attr(_,\"clip-rule\",\"evenodd\"),_vendor_browser_svelte_internal_index.attr(_,\"d\",\"M12.7154 13.1638C12.7989 13.2339 12.9273 13.1714 12.9228 13.0636L12.8469 9.89861C12.8443 9.75467 12.7163 9.64725 12.5741 9.66976L9.44402 10.1446C9.33714 10.1589 9.29787 10.2961 9.38136 10.3662L12.7154 13.1638Z\"),_vendor_browser_svelte_internal_index.attr(_,\"fill\",e[3]),_vendor_browser_svelte_internal_index.attr(o,\"fill-rule\",\"evenodd\"),_vendor_browser_svelte_internal_index.attr(o,\"clip-rule\",\"evenodd\"),_vendor_browser_svelte_internal_index.attr(o,\"d\",\"M10.8113 11.3173C9.84567 12.1304 8.63685 12.5734 7.35946 12.5734C5.92479 12.5738 4.65015 12.0153 3.63604 11.0012C2.68262 10.0478 2.20295 8.86064 2.14817 7.53003H0.970093C1.00793 8.25248 1.19199 8.93631 1.46592 9.61265C1.7832 10.395 2.2739 11.0792 2.87575 11.6807C3.4776 12.2825 4.19177 12.7397 4.97453 13.0566C5.73009 13.3633 6.53453 13.5138 7.35315 13.5138C8.17217 13.5138 8.97345 13.3562 9.72901 13.0499C10.3671 12.791 10.9536 12.4319 11.4739 11.9822L10.8113 11.3173Z\"),_vendor_browser_svelte_internal_index.attr(o,\"fill\",e[3]),_vendor_browser_svelte_internal_index.attr(r,\"width\",e[0]),_vendor_browser_svelte_internal_index.attr(r,\"height\",e[1]),_vendor_browser_svelte_internal_index.attr(r,\"aria-label\",e[2]),_vendor_browser_svelte_internal_index.attr(r,\"role\",\"img\"),_vendor_browser_svelte_internal_index.attr(r,\"viewBox\",\"0 0 15 14\"),_vendor_browser_svelte_internal_index.attr(r,\"fill\",\"none\"),_vendor_browser_svelte_internal_index.attr(r,\"xmlns\",\"http://www.w3.org/2000/svg\")},m:function(e,i){_vendor_browser_svelte_internal_index.insert_hydration(e,r,i),_vendor_browser_svelte_internal_index.append_hydration(r,n),_vendor_browser_svelte_internal_index.append_hydration(r,t),_vendor_browser_svelte_internal_index.append_hydration(r,_),_vendor_browser_svelte_internal_index.append_hydration(r,o)},p:function(e,i){var l=_slicedToArray$8(i,1)[0];8&l&&_vendor_browser_svelte_internal_index.attr(n,\"fill\",e[3]),8&l&&_vendor_browser_svelte_internal_index.attr(t,\"fill\",e[3]),8&l&&_vendor_browser_svelte_internal_index.attr(_,\"fill\",e[3]),8&l&&_vendor_browser_svelte_internal_index.attr(o,\"fill\",e[3]),1&l&&_vendor_browser_svelte_internal_index.attr(r,\"width\",e[0]),2&l&&_vendor_browser_svelte_internal_index.attr(r,\"height\",e[1]),4&l&&_vendor_browser_svelte_internal_index.attr(r,\"aria-label\",e[2])},i:_vendor_browser_svelte_internal_index.noop,o:_vendor_browser_svelte_internal_index.noop,d:function(e){e&&_vendor_browser_svelte_internal_index.detach(r)}}}function instance$8(e,r,n){var t=r.width,_=void 0===t?46:t,o=r.height,i=void 0===o?10:o,l=r.label,a=void 0===l?void 0:l,s=r.fill,d=void 0===s?\"#0C0C0C\":s;return e.$$set=function(e){\"width\"in e&&n(0,_=e.width),\"height\"in e&&n(1,i=e.height),\"label\"in e&&n(2,a=e.label),\"fill\"in e&&n(3,d=e.fill)},[_,i,a,d]}var RefreshIcon=function(e){_inherits$d(n,_vendor_browser_svelte_internal_index.SvelteComponent);var r=_createSuper$d(n);function n(e){var t;return _classCallCheck$d(this,n),t=r.call(this),_vendor_browser_svelte_internal_index.init(_assertThisInitialized$d(t),e,instance$8,create_fragment$d,_vendor_browser_svelte_internal_index.safe_not_equal,{width:0,height:1,label:2,fill:3}),t}return n}(),RefreshIcon$1=RefreshIcon;function _arrayLikeToArray$7(e,r){(null==r||r>e.length)&&(r=e.length);for(var n=0,t=new Array(r);n<r;n++)t[n]=e[n];return t}function _arrayWithHoles$7(e){if(Array.isArray(e))return e}function _assertThisInitialized$c(e){if(void 0===e)throw new ReferenceError(\"this hasn\\'t been initialised - super() hasn\\'t been called\");return e}function _classCallCheck$c(e,r){if(!(e instanceof r))throw new TypeError(\"Cannot call a class as a function\")}function _getPrototypeOf$c(e){return(_getPrototypeOf$c=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function _inherits$c(e,r){if(\"function\"!=typeof r&&null!==r)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(r&&r.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),r&&_setPrototypeOf$c(e,r)}function _iterableToArrayLimit$7(e,r){var n=null==e?null:\"undefined\"!=typeof Symbol&&e[Symbol.iterator]||e[\"@@iterator\"];if(null!=n){var t,_,o=[],i=!0,l=!1;try{for(n=n.call(e);!(i=(t=n.next()).done)&&(o.push(t.value),!r||o.length!==r);i=!0);}catch(e){l=!0,_=e}finally{try{i||null==n.return||n.return()}finally{if(l)throw _}}return o}}function _nonIterableRest$7(){throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\\\\\\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}function _possibleConstructorReturn$c(e,r){return!r||\"object\"!==_typeof$c(r)&&\"function\"!=typeof r?_assertThisInitialized$c(e):r}function _setPrototypeOf$c(e,r){return(_setPrototypeOf$c=Object.setPrototypeOf||function(e,r){return e.__proto__=r,e})(e,r)}function _slicedToArray$7(e,r){return _arrayWithHoles$7(e)||_iterableToArrayLimit$7(e,r)||_unsupportedIterableToArray$7(e,r)||_nonIterableRest$7()}var _typeof$c=function(e){return e&&\"undefined\"!=typeof Symbol&&e.constructor===Symbol?\"symbol\":typeof e};function _unsupportedIterableToArray$7(e,r){if(e){if(\"string\"==typeof e)return _arrayLikeToArray$7(e,r);var n=Object.prototype.toString.call(e).slice(8,-1);return\"Object\"===n&&e.constructor&&(n=e.constructor.name),\"Map\"===n||\"Set\"===n?Array.from(n):\"Arguments\"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?_arrayLikeToArray$7(e,r):void 0}}function _isNativeReflectConstruct$c(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function _createSuper$c(e){var r=_isNativeReflectConstruct$c();return function(){var n,t=_getPrototypeOf$c(e);if(r){var _=_getPrototypeOf$c(this).constructor;n=Reflect.construct(t,arguments,_)}else n=t.apply(this,arguments);return _possibleConstructorReturn$c(this,n)}}function create_fragment$c(e){var r,n;return{c:function(){r=_vendor_browser_svelte_internal_index.svg_element(\"svg\"),n=_vendor_browser_svelte_internal_index.svg_element(\"path\"),this.h()},l:function(e){r=_vendor_browser_svelte_internal_index.claim_svg_element(e,\"svg\",{width:!0,height:!0,\"aria-label\":!0,role:!0,viewBox:!0,fill:!0,xmlns:!0});var t=_vendor_browser_svelte_internal_index.children(r);n=_vendor_browser_svelte_internal_index.claim_svg_element(t,\"path\",{\"fill-rule\":!0,\"clip-rule\":!0,d:!0,id:!0,fill:!0}),_vendor_browser_svelte_internal_index.children(n).forEach(_vendor_browser_svelte_internal_index.detach),t.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(n,\"fill-rule\",\"evenodd\"),_vendor_browser_svelte_internal_index.attr(n,\"clip-rule\",\"evenodd\"),_vendor_browser_svelte_internal_index.attr(n,\"d\",\"M31.5733 29.5156L17.99 15.9535L31.4816 2.48364C32.0496 1.91564 32.0504 0.99491 31.4831 0.426183C30.9158 -0.14109 29.9951 -0.142545 29.4256 0.424728L15.9311 13.8982L2.50927 0.497455C1.93982 -0.0698175 1.01909 -0.0698175 0.451819 0.49891C-0.115454 1.06764 -0.114727 1.98836 0.453273 2.55636L13.8722 15.9535L0.427092 29.3782C-0.141636 29.9455 -0.142363 30.8662 0.42491 31.4349C0.709273 31.7193 1.08236 31.8618 1.45473 31.8618C1.82636 31.8618 2.198 31.72 2.48236 31.4371L15.9311 18.0095L29.518 31.5745C29.8016 31.8582 30.174 32 30.5456 32C30.918 32 31.2911 31.8575 31.5747 31.5731C32.1427 31.0044 32.142 30.0836 31.5733 29.5156Z\"),_vendor_browser_svelte_internal_index.attr(n,\"id\",\"CloseX-1\"),_vendor_browser_svelte_internal_index.attr(n,\"fill\",e[3]),_vendor_browser_svelte_internal_index.attr(r,\"width\",e[0]),_vendor_browser_svelte_internal_index.attr(r,\"height\",e[1]),_vendor_browser_svelte_internal_index.attr(r,\"aria-label\",e[2]),_vendor_browser_svelte_internal_index.attr(r,\"role\",\"img\"),_vendor_browser_svelte_internal_index.attr(r,\"viewBox\",\"0 0 32 32\"),_vendor_browser_svelte_internal_index.attr(r,\"fill\",\"none\"),_vendor_browser_svelte_internal_index.attr(r,\"xmlns\",\"http://www.w3.org/2000/svg\")},m:function(e,t){_vendor_browser_svelte_internal_index.insert_hydration(e,r,t),_vendor_browser_svelte_internal_index.append_hydration(r,n)},p:function(e,t){var _=_slicedToArray$7(t,1)[0];8&_&&_vendor_browser_svelte_internal_index.attr(n,\"fill\",e[3]),1&_&&_vendor_browser_svelte_internal_index.attr(r,\"width\",e[0]),2&_&&_vendor_browser_svelte_internal_index.attr(r,\"height\",e[1]),4&_&&_vendor_browser_svelte_internal_index.attr(r,\"aria-label\",e[2])},i:_vendor_browser_svelte_internal_index.noop,o:_vendor_browser_svelte_internal_index.noop,d:function(e){e&&_vendor_browser_svelte_internal_index.detach(r)}}}function instance$7(e,r,n){var t=r.width,_=r.height,o=r.label,i=void 0===o?\"Close X Icon\":o,l=r.fill,a=void 0===l?\"#D50000\":l;return e.$$set=function(e){\"width\"in e&&n(0,t=e.width),\"height\"in e&&n(1,_=e.height),\"label\"in e&&n(2,i=e.label),\"fill\"in e&&n(3,a=e.fill)},[t,_,i,a]}var CloseXIcon=function(e){_inherits$c(n,_vendor_browser_svelte_internal_index.SvelteComponent);var r=_createSuper$c(n);function n(e){var t;return _classCallCheck$c(this,n),t=r.call(this),_vendor_browser_svelte_internal_index.init(_assertThisInitialized$c(t),e,instance$7,create_fragment$c,_vendor_browser_svelte_internal_index.safe_not_equal,{width:0,height:1,label:2,fill:3}),t}return n}(),CloseXIcon$1=CloseXIcon;function _arrayLikeToArray$6(e,r){(null==r||r>e.length)&&(r=e.length);for(var n=0,t=new Array(r);n<r;n++)t[n]=e[n];return t}function _arrayWithHoles$6(e){if(Array.isArray(e))return e}function _assertThisInitialized$b(e){if(void 0===e)throw new ReferenceError(\"this hasn\\'t been initialised - super() hasn\\'t been called\");return e}function _classCallCheck$b(e,r){if(!(e instanceof r))throw new TypeError(\"Cannot call a class as a function\")}function _getPrototypeOf$b(e){return(_getPrototypeOf$b=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function _inherits$b(e,r){if(\"function\"!=typeof r&&null!==r)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(r&&r.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),r&&_setPrototypeOf$b(e,r)}function _iterableToArrayLimit$6(e,r){var n=null==e?null:\"undefined\"!=typeof Symbol&&e[Symbol.iterator]||e[\"@@iterator\"];if(null!=n){var t,_,o=[],i=!0,l=!1;try{for(n=n.call(e);!(i=(t=n.next()).done)&&(o.push(t.value),!r||o.length!==r);i=!0);}catch(e){l=!0,_=e}finally{try{i||null==n.return||n.return()}finally{if(l)throw _}}return o}}function _nonIterableRest$6(){throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\\\\\\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}function _possibleConstructorReturn$b(e,r){return!r||\"object\"!==_typeof$b(r)&&\"function\"!=typeof r?_assertThisInitialized$b(e):r}function _setPrototypeOf$b(e,r){return(_setPrototypeOf$b=Object.setPrototypeOf||function(e,r){return e.__proto__=r,e})(e,r)}function _slicedToArray$6(e,r){return _arrayWithHoles$6(e)||_iterableToArrayLimit$6(e,r)||_unsupportedIterableToArray$6(e,r)||_nonIterableRest$6()}var _typeof$b=function(e){return e&&\"undefined\"!=typeof Symbol&&e.constructor===Symbol?\"symbol\":typeof e};function _unsupportedIterableToArray$6(e,r){if(e){if(\"string\"==typeof e)return _arrayLikeToArray$6(e,r);var n=Object.prototype.toString.call(e).slice(8,-1);return\"Object\"===n&&e.constructor&&(n=e.constructor.name),\"Map\"===n||\"Set\"===n?Array.from(n):\"Arguments\"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?_arrayLikeToArray$6(e,r):void 0}}function _isNativeReflectConstruct$b(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function _createSuper$b(e){var r=_isNativeReflectConstruct$b();return function(){var n,t=_getPrototypeOf$b(e);if(r){var _=_getPrototypeOf$b(this).constructor;n=Reflect.construct(t,arguments,_)}else n=t.apply(this,arguments);return _possibleConstructorReturn$b(this,n)}}function create_fragment$b(e){var r,n;return{c:function(){r=_vendor_browser_svelte_internal_index.svg_element(\"svg\"),n=_vendor_browser_svelte_internal_index.svg_element(\"path\"),this.h()},l:function(e){r=_vendor_browser_svelte_internal_index.claim_svg_element(e,\"svg\",{width:!0,height:!0,\"aria-label\":!0,viewBox:!0,fill:!0,xmlns:!0});var t=_vendor_browser_svelte_internal_index.children(r);n=_vendor_browser_svelte_internal_index.claim_svg_element(t,\"path\",{\"fill-rule\":!0,\"clip-rule\":!0,d:!0,fill:!0}),_vendor_browser_svelte_internal_index.children(n).forEach(_vendor_browser_svelte_internal_index.detach),t.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(n,\"fill-rule\",\"evenodd\"),_vendor_browser_svelte_internal_index.attr(n,\"clip-rule\",\"evenodd\"),_vendor_browser_svelte_internal_index.attr(n,\"d\",\"M13.1129 28.5713H13.0635C12.4282 28.5579 11.8282 28.2953 11.4175 27.8493L0.528921 16.0427C-0.266409 15.1807 -0.151742 13.89 0.78492 13.158C1.72225 12.4267 3.12558 12.532 3.92024 13.394L13.1869 23.442L36.1441 0.654738C36.9794 -0.173258 38.3887 -0.222591 39.2881 0.544739C40.1887 1.3134 40.2421 2.60806 39.4067 3.43673L14.7449 27.9159C14.3235 28.3339 13.7315 28.5713 13.1129 28.5713Z\"),_vendor_browser_svelte_internal_index.attr(n,\"fill\",e[3]),_vendor_browser_svelte_internal_index.attr(r,\"width\",e[0]),_vendor_browser_svelte_internal_index.attr(r,\"height\",e[1]),_vendor_browser_svelte_internal_index.attr(r,\"aria-label\",e[2]),_vendor_browser_svelte_internal_index.attr(r,\"viewBox\",\"0 0 40 29\"),_vendor_browser_svelte_internal_index.attr(r,\"fill\",\"none\"),_vendor_browser_svelte_internal_index.attr(r,\"xmlns\",\"http://www.w3.org/2000/svg\")},m:function(e,t){_vendor_browser_svelte_internal_index.insert_hydration(e,r,t),_vendor_browser_svelte_internal_index.append_hydration(r,n)},p:function(e,t){var _=_slicedToArray$6(t,1)[0];8&_&&_vendor_browser_svelte_internal_index.attr(n,\"fill\",e[3]),1&_&&_vendor_browser_svelte_internal_index.attr(r,\"width\",e[0]),2&_&&_vendor_browser_svelte_internal_index.attr(r,\"height\",e[1]),4&_&&_vendor_browser_svelte_internal_index.attr(r,\"aria-label\",e[2])},i:_vendor_browser_svelte_internal_index.noop,o:_vendor_browser_svelte_internal_index.noop,d:function(e){e&&_vendor_browser_svelte_internal_index.detach(r)}}}function instance$6(e,r,n){var t=r.width,_=r.height,o=r.label,i=void 0===o?\"Checkmark\":o,l=r.fill,a=void 0===l?\"#2B7A53\":l;return e.$$set=function(e){\"width\"in e&&n(0,t=e.width),\"height\"in e&&n(1,_=e.height),\"label\"in e&&n(2,i=e.label),\"fill\"in e&&n(3,a=e.fill)},[t,_,i,a]}var CheckmarkNoCircleIcon=function(e){_inherits$b(n,_vendor_browser_svelte_internal_index.SvelteComponent);var r=_createSuper$b(n);function n(e){var t;return _classCallCheck$b(this,n),t=r.call(this),_vendor_browser_svelte_internal_index.init(_assertThisInitialized$b(t),e,instance$6,create_fragment$b,_vendor_browser_svelte_internal_index.safe_not_equal,{width:0,height:1,label:2,fill:3}),t}return n}(),CheckmarkNoCircleIcon$1=CheckmarkNoCircleIcon;function _arrayLikeToArray$5(e,r){(null==r||r>e.length)&&(r=e.length);for(var n=0,t=new Array(r);n<r;n++)t[n]=e[n];return t}function _arrayWithHoles$5(e){if(Array.isArray(e))return e}function _assertThisInitialized$a(e){if(void 0===e)throw new ReferenceError(\"this hasn\\'t been initialised - super() hasn\\'t been called\");return e}function _classCallCheck$a(e,r){if(!(e instanceof r))throw new TypeError(\"Cannot call a class as a function\")}function _getPrototypeOf$a(e){return(_getPrototypeOf$a=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function _inherits$a(e,r){if(\"function\"!=typeof r&&null!==r)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(r&&r.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),r&&_setPrototypeOf$a(e,r)}function _iterableToArrayLimit$5(e,r){var n=null==e?null:\"undefined\"!=typeof Symbol&&e[Symbol.iterator]||e[\"@@iterator\"];if(null!=n){var t,_,o=[],i=!0,l=!1;try{for(n=n.call(e);!(i=(t=n.next()).done)&&(o.push(t.value),!r||o.length!==r);i=!0);}catch(e){l=!0,_=e}finally{try{i||null==n.return||n.return()}finally{if(l)throw _}}return o}}function _nonIterableRest$5(){throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\\\\\\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}function _possibleConstructorReturn$a(e,r){return!r||\"object\"!==_typeof$a(r)&&\"function\"!=typeof r?_assertThisInitialized$a(e):r}function _setPrototypeOf$a(e,r){return(_setPrototypeOf$a=Object.setPrototypeOf||function(e,r){return e.__proto__=r,e})(e,r)}function _slicedToArray$5(e,r){return _arrayWithHoles$5(e)||_iterableToArrayLimit$5(e,r)||_unsupportedIterableToArray$5(e,r)||_nonIterableRest$5()}var _typeof$a=function(e){return e&&\"undefined\"!=typeof Symbol&&e.constructor===Symbol?\"symbol\":typeof e};function _unsupportedIterableToArray$5(e,r){if(e){if(\"string\"==typeof e)return _arrayLikeToArray$5(e,r);var n=Object.prototype.toString.call(e).slice(8,-1);return\"Object\"===n&&e.constructor&&(n=e.constructor.name),\"Map\"===n||\"Set\"===n?Array.from(n):\"Arguments\"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?_arrayLikeToArray$5(e,r):void 0}}function _isNativeReflectConstruct$a(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function _createSuper$a(e){var r=_isNativeReflectConstruct$a();return function(){var n,t=_getPrototypeOf$a(e);if(r){var _=_getPrototypeOf$a(this).constructor;n=Reflect.construct(t,arguments,_)}else n=t.apply(this,arguments);return _possibleConstructorReturn$a(this,n)}}function create_fragment$a(e){var r,n;return{c:function(){r=_vendor_browser_svelte_internal_index.svg_element(\"svg\"),n=_vendor_browser_svelte_internal_index.svg_element(\"path\"),this.h()},l:function(e){r=_vendor_browser_svelte_internal_index.claim_svg_element(e,\"svg\",{width:!0,height:!0,\"aria-label\":!0,viewBox:!0,fill:!0,xmlns:!0});var t=_vendor_browser_svelte_internal_index.children(r);n=_vendor_browser_svelte_internal_index.claim_svg_element(t,\"path\",{d:!0,fill:!0}),_vendor_browser_svelte_internal_index.children(n).forEach(_vendor_browser_svelte_internal_index.detach),t.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(n,\"d\",\"M5 0L9.33013 6H0.669873L5 0Z\"),_vendor_browser_svelte_internal_index.attr(n,\"fill\",e[3]),_vendor_browser_svelte_internal_index.attr(r,\"width\",e[0]),_vendor_browser_svelte_internal_index.attr(r,\"height\",e[1]),_vendor_browser_svelte_internal_index.attr(r,\"aria-label\",e[2]),_vendor_browser_svelte_internal_index.attr(r,\"viewBox\",\"0 0 10 6\"),_vendor_browser_svelte_internal_index.attr(r,\"fill\",\"none\"),_vendor_browser_svelte_internal_index.attr(r,\"xmlns\",\"http://www.w3.org/2000/svg\")},m:function(e,t){_vendor_browser_svelte_internal_index.insert_hydration(e,r,t),_vendor_browser_svelte_internal_index.append_hydration(r,n)},p:function(e,t){var _=_slicedToArray$5(t,1)[0];8&_&&_vendor_browser_svelte_internal_index.attr(n,\"fill\",e[3]),1&_&&_vendor_browser_svelte_internal_index.attr(r,\"width\",e[0]),2&_&&_vendor_browser_svelte_internal_index.attr(r,\"height\",e[1]),4&_&&_vendor_browser_svelte_internal_index.attr(r,\"aria-label\",e[2])},i:_vendor_browser_svelte_internal_index.noop,o:_vendor_browser_svelte_internal_index.noop,d:function(e){e&&_vendor_browser_svelte_internal_index.detach(r)}}}function instance$5(e,r,n){var t=r.width,_=r.height,o=r.label,i=void 0===o?void 0:o,l=r.color,a=void 0===l?\"#C4C4C4\":l;return e.$$set=function(e){\"width\"in e&&n(0,t=e.width),\"height\"in e&&n(1,_=e.height),\"label\"in e&&n(2,i=e.label),\"color\"in e&&n(3,a=e.color)},[t,_,i,a]}var ArrowUpIcon=function(e){_inherits$a(n,_vendor_browser_svelte_internal_index.SvelteComponent);var r=_createSuper$a(n);function n(e){var t;return _classCallCheck$a(this,n),t=r.call(this),_vendor_browser_svelte_internal_index.init(_assertThisInitialized$a(t),e,instance$5,create_fragment$a,_vendor_browser_svelte_internal_index.safe_not_equal,{width:0,height:1,label:2,color:3}),t}return n}(),ArrowUpIcon$1=ArrowUpIcon;function _arrayLikeToArray$4(e,r){(null==r||r>e.length)&&(r=e.length);for(var n=0,t=new Array(r);n<r;n++)t[n]=e[n];return t}function _arrayWithHoles$4(e){if(Array.isArray(e))return e}function _assertThisInitialized$9(e){if(void 0===e)throw new ReferenceError(\"this hasn\\'t been initialised - super() hasn\\'t been called\");return e}function _classCallCheck$9(e,r){if(!(e instanceof r))throw new TypeError(\"Cannot call a class as a function\")}function _getPrototypeOf$9(e){return(_getPrototypeOf$9=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function _inherits$9(e,r){if(\"function\"!=typeof r&&null!==r)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(r&&r.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),r&&_setPrototypeOf$9(e,r)}function _iterableToArrayLimit$4(e,r){var n=null==e?null:\"undefined\"!=typeof Symbol&&e[Symbol.iterator]||e[\"@@iterator\"];if(null!=n){var t,_,o=[],i=!0,l=!1;try{for(n=n.call(e);!(i=(t=n.next()).done)&&(o.push(t.value),!r||o.length!==r);i=!0);}catch(e){l=!0,_=e}finally{try{i||null==n.return||n.return()}finally{if(l)throw _}}return o}}function _nonIterableRest$4(){throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\\\\\\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}function _possibleConstructorReturn$9(e,r){return!r||\"object\"!==_typeof$9(r)&&\"function\"!=typeof r?_assertThisInitialized$9(e):r}function _setPrototypeOf$9(e,r){return(_setPrototypeOf$9=Object.setPrototypeOf||function(e,r){return e.__proto__=r,e})(e,r)}function _slicedToArray$4(e,r){return _arrayWithHoles$4(e)||_iterableToArrayLimit$4(e,r)||_unsupportedIterableToArray$4(e,r)||_nonIterableRest$4()}var _typeof$9=function(e){return e&&\"undefined\"!=typeof Symbol&&e.constructor===Symbol?\"symbol\":typeof e};function _unsupportedIterableToArray$4(e,r){if(e){if(\"string\"==typeof e)return _arrayLikeToArray$4(e,r);var n=Object.prototype.toString.call(e).slice(8,-1);return\"Object\"===n&&e.constructor&&(n=e.constructor.name),\"Map\"===n||\"Set\"===n?Array.from(n):\"Arguments\"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?_arrayLikeToArray$4(e,r):void 0}}function _isNativeReflectConstruct$9(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function _createSuper$9(e){var r=_isNativeReflectConstruct$9();return function(){var n,t=_getPrototypeOf$9(e);if(r){var _=_getPrototypeOf$9(this).constructor;n=Reflect.construct(t,arguments,_)}else n=t.apply(this,arguments);return _possibleConstructorReturn$9(this,n)}}function create_fragment$9(e){var r,n;return{c:function(){r=_vendor_browser_svelte_internal_index.svg_element(\"svg\"),n=_vendor_browser_svelte_internal_index.svg_element(\"path\"),this.h()},l:function(e){r=_vendor_browser_svelte_internal_index.claim_svg_element(e,\"svg\",{width:!0,height:!0,\"aria-label\":!0,viewBox:!0,fill:!0,xmlns:!0});var t=_vendor_browser_svelte_internal_index.children(r);n=_vendor_browser_svelte_internal_index.claim_svg_element(t,\"path\",{d:!0,fill:!0}),_vendor_browser_svelte_internal_index.children(n).forEach(_vendor_browser_svelte_internal_index.detach),t.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(n,\"d\",\"M5 6L9.33013 0H0.669873L5 6Z\"),_vendor_browser_svelte_internal_index.attr(n,\"fill\",e[3]),_vendor_browser_svelte_internal_index.attr(r,\"width\",e[0]),_vendor_browser_svelte_internal_index.attr(r,\"height\",e[1]),_vendor_browser_svelte_internal_index.attr(r,\"aria-label\",e[2]),_vendor_browser_svelte_internal_index.attr(r,\"viewBox\",\"0 0 10 6\"),_vendor_browser_svelte_internal_index.attr(r,\"fill\",\"none\"),_vendor_browser_svelte_internal_index.attr(r,\"xmlns\",\"http://www.w3.org/2000/svg\")},m:function(e,t){_vendor_browser_svelte_internal_index.insert_hydration(e,r,t),_vendor_browser_svelte_internal_index.append_hydration(r,n)},p:function(e,t){var _=_slicedToArray$4(t,1)[0];8&_&&_vendor_browser_svelte_internal_index.attr(n,\"fill\",e[3]),1&_&&_vendor_browser_svelte_internal_index.attr(r,\"width\",e[0]),2&_&&_vendor_browser_svelte_internal_index.attr(r,\"height\",e[1]),4&_&&_vendor_browser_svelte_internal_index.attr(r,\"aria-label\",e[2])},i:_vendor_browser_svelte_internal_index.noop,o:_vendor_browser_svelte_internal_index.noop,d:function(e){e&&_vendor_browser_svelte_internal_index.detach(r)}}}function instance$4(e,r,n){var t=r.width,_=r.height,o=r.label,i=void 0===o?void 0:o,l=r.color,a=void 0===l?\"#C4C4C4\":l;return e.$$set=function(e){\"width\"in e&&n(0,t=e.width),\"height\"in e&&n(1,_=e.height),\"label\"in e&&n(2,i=e.label),\"color\"in e&&n(3,a=e.color)},[t,_,i,a]}var ArrowDownIcon=function(e){_inherits$9(n,_vendor_browser_svelte_internal_index.SvelteComponent);var r=_createSuper$9(n);function n(e){var t;return _classCallCheck$9(this,n),t=r.call(this),_vendor_browser_svelte_internal_index.init(_assertThisInitialized$9(t),e,instance$4,create_fragment$9,_vendor_browser_svelte_internal_index.safe_not_equal,{width:0,height:1,label:2,color:3}),t}return n}(),ArrowDownIcon$1=ArrowDownIcon;function _arrayLikeToArray$3(e,r){(null==r||r>e.length)&&(r=e.length);for(var n=0,t=new Array(r);n<r;n++)t[n]=e[n];return t}function _arrayWithHoles$3(e){if(Array.isArray(e))return e}function _assertThisInitialized$8(e){if(void 0===e)throw new ReferenceError(\"this hasn\\'t been initialised - super() hasn\\'t been called\");return e}function _classCallCheck$8(e,r){if(!(e instanceof r))throw new TypeError(\"Cannot call a class as a function\")}function _getPrototypeOf$8(e){return(_getPrototypeOf$8=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function _inherits$8(e,r){if(\"function\"!=typeof r&&null!==r)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(r&&r.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),r&&_setPrototypeOf$8(e,r)}function _iterableToArrayLimit$3(e,r){var n=null==e?null:\"undefined\"!=typeof Symbol&&e[Symbol.iterator]||e[\"@@iterator\"];if(null!=n){var t,_,o=[],i=!0,l=!1;try{for(n=n.call(e);!(i=(t=n.next()).done)&&(o.push(t.value),!r||o.length!==r);i=!0);}catch(e){l=!0,_=e}finally{try{i||null==n.return||n.return()}finally{if(l)throw _}}return o}}function _nonIterableRest$3(){throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\\\\\\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}function _possibleConstructorReturn$8(e,r){return!r||\"object\"!==_typeof$8(r)&&\"function\"!=typeof r?_assertThisInitialized$8(e):r}function _setPrototypeOf$8(e,r){return(_setPrototypeOf$8=Object.setPrototypeOf||function(e,r){return e.__proto__=r,e})(e,r)}function _slicedToArray$3(e,r){return _arrayWithHoles$3(e)||_iterableToArrayLimit$3(e,r)||_unsupportedIterableToArray$3(e,r)||_nonIterableRest$3()}var _typeof$8=function(e){return e&&\"undefined\"!=typeof Symbol&&e.constructor===Symbol?\"symbol\":typeof e};function _unsupportedIterableToArray$3(e,r){if(e){if(\"string\"==typeof e)return _arrayLikeToArray$3(e,r);var n=Object.prototype.toString.call(e).slice(8,-1);return\"Object\"===n&&e.constructor&&(n=e.constructor.name),\"Map\"===n||\"Set\"===n?Array.from(n):\"Arguments\"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?_arrayLikeToArray$3(e,r):void 0}}function _isNativeReflectConstruct$8(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function _createSuper$8(e){var r=_isNativeReflectConstruct$8();return function(){var n,t=_getPrototypeOf$8(e);if(r){var _=_getPrototypeOf$8(this).constructor;n=Reflect.construct(t,arguments,_)}else n=t.apply(this,arguments);return _possibleConstructorReturn$8(this,n)}}function create_fragment$8(e){var r,n,t,_,o,i;return{c:function(){r=_vendor_browser_svelte_internal_index.svg_element(\"svg\"),n=_vendor_browser_svelte_internal_index.svg_element(\"path\"),t=_vendor_browser_svelte_internal_index.svg_element(\"mask\"),_=_vendor_browser_svelte_internal_index.svg_element(\"path\"),o=_vendor_browser_svelte_internal_index.svg_element(\"g\"),i=_vendor_browser_svelte_internal_index.svg_element(\"rect\"),this.h()},l:function(e){r=_vendor_browser_svelte_internal_index.claim_svg_element(e,\"svg\",{width:!0,height:!0,\"aria-label\":!0,viewBox:!0,fill:!0,xmlns:!0});var l=_vendor_browser_svelte_internal_index.children(r);n=_vendor_browser_svelte_internal_index.claim_svg_element(l,\"path\",{\"fill-rule\":!0,\"clip-rule\":!0,d:!0,fill:!0}),_vendor_browser_svelte_internal_index.children(n).forEach(_vendor_browser_svelte_internal_index.detach),t=_vendor_browser_svelte_internal_index.claim_svg_element(l,\"mask\",{id:!0,style:!0,maskUnits:!0,x:!0,y:!0,width:!0,height:!0});var a=_vendor_browser_svelte_internal_index.children(t);_=_vendor_browser_svelte_internal_index.claim_svg_element(a,\"path\",{\"fill-rule\":!0,\"clip-rule\":!0,d:!0,fill:!0}),_vendor_browser_svelte_internal_index.children(_).forEach(_vendor_browser_svelte_internal_index.detach),a.forEach(_vendor_browser_svelte_internal_index.detach),o=_vendor_browser_svelte_internal_index.claim_svg_element(l,\"g\",{mask:!0});var s=_vendor_browser_svelte_internal_index.children(o);i=_vendor_browser_svelte_internal_index.claim_svg_element(s,\"rect\",{y:!0,width:!0,height:!0,fill:!0}),_vendor_browser_svelte_internal_index.children(i).forEach(_vendor_browser_svelte_internal_index.detach),s.forEach(_vendor_browser_svelte_internal_index.detach),l.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(n,\"fill-rule\",\"evenodd\"),_vendor_browser_svelte_internal_index.attr(n,\"clip-rule\",\"evenodd\"),_vendor_browser_svelte_internal_index.attr(n,\"d\",\"M2.2033 12.372L10.0572 20.3115C10.3283 20.5855 10.7676 20.5855 11.039 20.3115C11.31 20.0375 11.31 19.5932 11.039 19.3188L4.41651 12.5672H21.3104C21.8386 12.5672 22 12.2258 22 11.9065C22 11.5475 21.7164 11.1846 21.3104 11.1846H4.41365L11.039 4.43253C11.31 4.15854 11.31 3.71423 11.039 3.43987C10.7676 3.16588 10.3283 3.16588 10.0572 3.43987L2.2033 11.3794C1.93223 11.6534 1.93223 12.098 2.2033 12.372Z\"),_vendor_browser_svelte_internal_index.attr(n,\"fill\",e[3]),_vendor_browser_svelte_internal_index.attr(_,\"fill-rule\",\"evenodd\"),_vendor_browser_svelte_internal_index.attr(_,\"clip-rule\",\"evenodd\"),_vendor_browser_svelte_internal_index.attr(_,\"d\",\"M2.2033 12.372L10.0572 20.3115C10.3283 20.5855 10.7676 20.5855 11.039 20.3115C11.31 20.0375 11.31 19.5932 11.039 19.3188L4.41651 12.5672H21.3104C21.8386 12.5672 22 12.2258 22 11.9065C22 11.5475 21.7164 11.1846 21.3104 11.1846H4.41365L11.039 4.43253C11.31 4.15854 11.31 3.71423 11.039 3.43987C10.7676 3.16588 10.3283 3.16588 10.0572 3.43987L2.2033 11.3794C1.93223 11.6534 1.93223 12.098 2.2033 12.372Z\"),_vendor_browser_svelte_internal_index.attr(_,\"fill\",\"white\"),_vendor_browser_svelte_internal_index.attr(t,\"id\",\"mask0_2609_48572\"),_vendor_browser_svelte_internal_index.set_style(t,\"mask-type\",\"alpha\"),_vendor_browser_svelte_internal_index.attr(t,\"maskUnits\",\"userSpaceOnUse\"),_vendor_browser_svelte_internal_index.attr(t,\"x\",\"2\"),_vendor_browser_svelte_internal_index.attr(t,\"y\",\"3\"),_vendor_browser_svelte_internal_index.attr(t,\"width\",\"20\"),_vendor_browser_svelte_internal_index.attr(t,\"height\",\"18\"),_vendor_browser_svelte_internal_index.attr(i,\"y\",\"0.210938\"),_vendor_browser_svelte_internal_index.attr(i,\"width\",\"24\"),_vendor_browser_svelte_internal_index.attr(i,\"height\",\"24.1955\"),_vendor_browser_svelte_internal_index.attr(i,\"fill\",e[3]),_vendor_browser_svelte_internal_index.attr(o,\"mask\",\"url(#mask0_2609_48572)\"),_vendor_browser_svelte_internal_index.attr(r,\"width\",e[0]),_vendor_browser_svelte_internal_index.attr(r,\"height\",e[1]),_vendor_browser_svelte_internal_index.attr(r,\"aria-label\",e[2]),_vendor_browser_svelte_internal_index.attr(r,\"viewBox\",\"0 0 24 25\"),_vendor_browser_svelte_internal_index.attr(r,\"fill\",\"none\"),_vendor_browser_svelte_internal_index.attr(r,\"xmlns\",\"http://www.w3.org/2000/svg\")},m:function(e,l){_vendor_browser_svelte_internal_index.insert_hydration(e,r,l),_vendor_browser_svelte_internal_index.append_hydration(r,n),_vendor_browser_svelte_internal_index.append_hydration(r,t),_vendor_browser_svelte_internal_index.append_hydration(t,_),_vendor_browser_svelte_internal_index.append_hydration(r,o),_vendor_browser_svelte_internal_index.append_hydration(o,i)},p:function(e,t){var _=_slicedToArray$3(t,1)[0];8&_&&_vendor_browser_svelte_internal_index.attr(n,\"fill\",e[3]),8&_&&_vendor_browser_svelte_internal_index.attr(i,\"fill\",e[3]),1&_&&_vendor_browser_svelte_internal_index.attr(r,\"width\",e[0]),2&_&&_vendor_browser_svelte_internal_index.attr(r,\"height\",e[1]),4&_&&_vendor_browser_svelte_internal_index.attr(r,\"aria-label\",e[2])},i:_vendor_browser_svelte_internal_index.noop,o:_vendor_browser_svelte_internal_index.noop,d:function(e){e&&_vendor_browser_svelte_internal_index.detach(r)}}}function instance$3(e,r,n){var t=r.width,_=r.height,o=r.label,i=void 0===o?void 0:o,l=r.fill,a=void 0===l?\"#0C0C0C\":l;return e.$$set=function(e){\"width\"in e&&n(0,t=e.width),\"height\"in e&&n(1,_=e.height),\"label\"in e&&n(2,i=e.label),\"fill\"in e&&n(3,a=e.fill)},[t,_,i,a]}var ArrowLeft=function(e){_inherits$8(n,_vendor_browser_svelte_internal_index.SvelteComponent);var r=_createSuper$8(n);function n(e){var t;return _classCallCheck$8(this,n),t=r.call(this),_vendor_browser_svelte_internal_index.init(_assertThisInitialized$8(t),e,instance$3,create_fragment$8,_vendor_browser_svelte_internal_index.safe_not_equal,{width:0,height:1,label:2,fill:3}),t}return n}(),ArrowLeft$1=ArrowLeft;function _arrayLikeToArray$2(e,r){(null==r||r>e.length)&&(r=e.length);for(var n=0,t=new Array(r);n<r;n++)t[n]=e[n];return t}function _arrayWithHoles$2(e){if(Array.isArray(e))return e}function _assertThisInitialized$7(e){if(void 0===e)throw new ReferenceError(\"this hasn\\'t been initialised - super() hasn\\'t been called\");return e}function _classCallCheck$7(e,r){if(!(e instanceof r))throw new TypeError(\"Cannot call a class as a function\")}function _getPrototypeOf$7(e){return(_getPrototypeOf$7=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function _inherits$7(e,r){if(\"function\"!=typeof r&&null!==r)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(r&&r.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),r&&_setPrototypeOf$7(e,r)}function _iterableToArrayLimit$2(e,r){var n=null==e?null:\"undefined\"!=typeof Symbol&&e[Symbol.iterator]||e[\"@@iterator\"];if(null!=n){var t,_,o=[],i=!0,l=!1;try{for(n=n.call(e);!(i=(t=n.next()).done)&&(o.push(t.value),!r||o.length!==r);i=!0);}catch(e){l=!0,_=e}finally{try{i||null==n.return||n.return()}finally{if(l)throw _}}return o}}function _nonIterableRest$2(){throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\\\\\\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}function _possibleConstructorReturn$7(e,r){return!r||\"object\"!==_typeof$7(r)&&\"function\"!=typeof r?_assertThisInitialized$7(e):r}function _setPrototypeOf$7(e,r){return(_setPrototypeOf$7=Object.setPrototypeOf||function(e,r){return e.__proto__=r,e})(e,r)}function _slicedToArray$2(e,r){return _arrayWithHoles$2(e)||_iterableToArrayLimit$2(e,r)||_unsupportedIterableToArray$2(e,r)||_nonIterableRest$2()}var _typeof$7=function(e){return e&&\"undefined\"!=typeof Symbol&&e.constructor===Symbol?\"symbol\":typeof e};function _unsupportedIterableToArray$2(e,r){if(e){if(\"string\"==typeof e)return _arrayLikeToArray$2(e,r);var n=Object.prototype.toString.call(e).slice(8,-1);return\"Object\"===n&&e.constructor&&(n=e.constructor.name),\"Map\"===n||\"Set\"===n?Array.from(n):\"Arguments\"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?_arrayLikeToArray$2(e,r):void 0}}function _isNativeReflectConstruct$7(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function _createSuper$7(e){var r=_isNativeReflectConstruct$7();return function(){var n,t=_getPrototypeOf$7(e);if(r){var _=_getPrototypeOf$7(this).constructor;n=Reflect.construct(t,arguments,_)}else n=t.apply(this,arguments);return _possibleConstructorReturn$7(this,n)}}function create_fragment$7(e){var r,n,t;return{c:function(){r=_vendor_browser_svelte_internal_index.svg_element(\"svg\"),n=_vendor_browser_svelte_internal_index.svg_element(\"path\"),t=_vendor_browser_svelte_internal_index.svg_element(\"path\"),this.h()},l:function(e){r=_vendor_browser_svelte_internal_index.claim_svg_element(e,\"svg\",{class:!0,width:!0,height:!0,\"aria-label\":!0,role:!0,xmlns:!0,viewBox:!0});var _=_vendor_browser_svelte_internal_index.children(r);n=_vendor_browser_svelte_internal_index.claim_svg_element(_,\"path\",{fill:!0,d:!0}),_vendor_browser_svelte_internal_index.children(n).forEach(_vendor_browser_svelte_internal_index.detach),t=_vendor_browser_svelte_internal_index.claim_svg_element(_,\"path\",{fill:!0,d:!0}),_vendor_browser_svelte_internal_index.children(t).forEach(_vendor_browser_svelte_internal_index.detach),_.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(n,\"fill\",\"#000\"),_vendor_browser_svelte_internal_index.attr(n,\"d\",\"m15.162 3.913.557.538-5.902 5.696-.557-.538 5.902-5.696Z\"),_vendor_browser_svelte_internal_index.attr(t,\"fill\",\"#000\"),_vendor_browser_svelte_internal_index.attr(t,\"d\",\"M15.835 7.6h-.787V4.56h-3.15V3.8h3.938v3.8Zm-1.968 6.84H5.992c-.67 0-1.181-.494-1.181-1.14V5.7c0-.646.511-1.14 1.18-1.14h4.332v.76H5.992c-.236 0-.394.152-.394.38v7.6c0 .228.158.38.394.38h7.875c.236 0 .393-.152.393-.38V9.12h.788v4.18c0 .646-.512 1.14-1.181 1.14Z\"),_vendor_browser_svelte_internal_index.attr(r,\"class\",\"external-link-icon\"),_vendor_browser_svelte_internal_index.attr(r,\"width\",e[0]),_vendor_browser_svelte_internal_index.attr(r,\"height\",e[1]),_vendor_browser_svelte_internal_index.attr(r,\"aria-label\",e[2]),_vendor_browser_svelte_internal_index.attr(r,\"role\",\"img\"),_vendor_browser_svelte_internal_index.attr(r,\"xmlns\",\"http://www.w3.org/2000/svg\"),_vendor_browser_svelte_internal_index.attr(r,\"viewBox\",\"0 0 16 16\")},m:function(e,_){_vendor_browser_svelte_internal_index.insert_hydration(e,r,_),_vendor_browser_svelte_internal_index.append_hydration(r,n),_vendor_browser_svelte_internal_index.append_hydration(r,t)},p:function(e,n){var t=_slicedToArray$2(n,1)[0];1&t&&_vendor_browser_svelte_internal_index.attr(r,\"width\",e[0]),2&t&&_vendor_browser_svelte_internal_index.attr(r,\"height\",e[1]),4&t&&_vendor_browser_svelte_internal_index.attr(r,\"aria-label\",e[2])},i:_vendor_browser_svelte_internal_index.noop,o:_vendor_browser_svelte_internal_index.noop,d:function(e){e&&_vendor_browser_svelte_internal_index.detach(r)}}}function instance$2(e,r,n){var t=r.width,_=void 0===t?16:t,o=r.height,i=void 0===o?16:o,l=r.label,a=void 0===l?void 0:l;return e.$$set=function(e){\"width\"in e&&n(0,_=e.width),\"height\"in e&&n(1,i=e.height),\"label\"in e&&n(2,a=e.label)},[_,i,a]}var ExternalLink=function(e){_inherits$7(n,_vendor_browser_svelte_internal_index.SvelteComponent);var r=_createSuper$7(n);function n(e){var t;return _classCallCheck$7(this,n),t=r.call(this),_vendor_browser_svelte_internal_index.init(_assertThisInitialized$7(t),e,instance$2,create_fragment$7,_vendor_browser_svelte_internal_index.safe_not_equal,{width:0,height:1,label:2}),t}return n}(),ExternalLink$1=ExternalLink;function _arrayLikeToArray$1(e,r){(null==r||r>e.length)&&(r=e.length);for(var n=0,t=new Array(r);n<r;n++)t[n]=e[n];return t}function _arrayWithHoles$1(e){if(Array.isArray(e))return e}function _assertThisInitialized$6(e){if(void 0===e)throw new ReferenceError(\"this hasn\\'t been initialised - super() hasn\\'t been called\");return e}function _classCallCheck$6(e,r){if(!(e instanceof r))throw new TypeError(\"Cannot call a class as a function\")}function _getPrototypeOf$6(e){return(_getPrototypeOf$6=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function _inherits$6(e,r){if(\"function\"!=typeof r&&null!==r)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(r&&r.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),r&&_setPrototypeOf$6(e,r)}function _iterableToArrayLimit$1(e,r){var n=null==e?null:\"undefined\"!=typeof Symbol&&e[Symbol.iterator]||e[\"@@iterator\"];if(null!=n){var t,_,o=[],i=!0,l=!1;try{for(n=n.call(e);!(i=(t=n.next()).done)&&(o.push(t.value),!r||o.length!==r);i=!0);}catch(e){l=!0,_=e}finally{try{i||null==n.return||n.return()}finally{if(l)throw _}}return o}}function _nonIterableRest$1(){throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\\\\\\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}function _possibleConstructorReturn$6(e,r){return!r||\"object\"!==_typeof$6(r)&&\"function\"!=typeof r?_assertThisInitialized$6(e):r}function _setPrototypeOf$6(e,r){return(_setPrototypeOf$6=Object.setPrototypeOf||function(e,r){return e.__proto__=r,e})(e,r)}function _slicedToArray$1(e,r){return _arrayWithHoles$1(e)||_iterableToArrayLimit$1(e,r)||_unsupportedIterableToArray$1(e,r)||_nonIterableRest$1()}var _typeof$6=function(e){return e&&\"undefined\"!=typeof Symbol&&e.constructor===Symbol?\"symbol\":typeof e};function _unsupportedIterableToArray$1(e,r){if(e){if(\"string\"==typeof e)return _arrayLikeToArray$1(e,r);var n=Object.prototype.toString.call(e).slice(8,-1);return\"Object\"===n&&e.constructor&&(n=e.constructor.name),\"Map\"===n||\"Set\"===n?Array.from(n):\"Arguments\"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?_arrayLikeToArray$1(e,r):void 0}}function _isNativeReflectConstruct$6(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function _createSuper$6(e){var r=_isNativeReflectConstruct$6();return function(){var n,t=_getPrototypeOf$6(e);if(r){var _=_getPrototypeOf$6(this).constructor;n=Reflect.construct(t,arguments,_)}else n=t.apply(this,arguments);return _possibleConstructorReturn$6(this,n)}}function create_fragment$6(e){var r,n,t,_,o,i,l,a;return{c:function(){r=_vendor_browser_svelte_internal_index.svg_element(\"svg\"),n=_vendor_browser_svelte_internal_index.svg_element(\"g\"),t=_vendor_browser_svelte_internal_index.svg_element(\"path\"),_=_vendor_browser_svelte_internal_index.svg_element(\"mask\"),o=_vendor_browser_svelte_internal_index.svg_element(\"path\"),i=_vendor_browser_svelte_internal_index.svg_element(\"g\"),l=_vendor_browser_svelte_internal_index.svg_element(\"g\"),a=_vendor_browser_svelte_internal_index.svg_element(\"rect\"),this.h()},l:function(e){r=_vendor_browser_svelte_internal_index.claim_svg_element(e,\"svg\",{xmlns:!0,width:!0,height:!0,viewBox:!0,fill:!0});var s=_vendor_browser_svelte_internal_index.children(r);n=_vendor_browser_svelte_internal_index.claim_svg_element(s,\"g\",{id:!0});var d=_vendor_browser_svelte_internal_index.children(n);t=_vendor_browser_svelte_internal_index.claim_svg_element(d,\"path\",{id:!0,\"fill-rule\":!0,\"clip-rule\":!0,d:!0,fill:!0}),_vendor_browser_svelte_internal_index.children(t).forEach(_vendor_browser_svelte_internal_index.detach),_=_vendor_browser_svelte_internal_index.claim_svg_element(d,\"mask\",{id:!0,style:!0,maskUnits:!0,x:!0,y:!0,width:!0,height:!0});var v=_vendor_browser_svelte_internal_index.children(_);o=_vendor_browser_svelte_internal_index.claim_svg_element(v,\"path\",{id:!0,\"fill-rule\":!0,\"clip-rule\":!0,d:!0,fill:!0}),_vendor_browser_svelte_internal_index.children(o).forEach(_vendor_browser_svelte_internal_index.detach),v.forEach(_vendor_browser_svelte_internal_index.detach),i=_vendor_browser_svelte_internal_index.claim_svg_element(d,\"g\",{mask:!0});var c=_vendor_browser_svelte_internal_index.children(i);l=_vendor_browser_svelte_internal_index.claim_svg_element(c,\"g\",{id:!0});var f=_vendor_browser_svelte_internal_index.children(l);a=_vendor_browser_svelte_internal_index.claim_svg_element(f,\"rect\",{id:!0,width:!0,height:!0,fill:!0}),_vendor_browser_svelte_internal_index.children(a).forEach(_vendor_browser_svelte_internal_index.detach),f.forEach(_vendor_browser_svelte_internal_index.detach),c.forEach(_vendor_browser_svelte_internal_index.detach),d.forEach(_vendor_browser_svelte_internal_index.detach),s.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(t,\"id\",\"Icon\"),_vendor_browser_svelte_internal_index.attr(t,\"fill-rule\",\"evenodd\"),_vendor_browser_svelte_internal_index.attr(t,\"clip-rule\",\"evenodd\"),_vendor_browser_svelte_internal_index.attr(t,\"d\",\"M13.0013 8.83333C13.3693 8.83333 13.668 8.535 13.668 8.16667V6.16667C13.668 5.79867 13.3693 5.5 13.0013 5.5H10.9986C10.6306 5.5 10.332 5.79867 10.332 6.16667V8.16667C10.332 8.535 10.6306 8.83333 10.9986 8.83333H13.0013ZM13 18.4998C13.4603 18.4998 13.6667 18.2385 13.6667 17.8332V11.1665C13.6667 10.7612 13.4603 10.4998 13 10.4998H11C10.5397 10.4998 10.3333 10.7612 10.3333 11.1665V17.8332C10.3333 18.2385 10.5397 18.4998 11 18.4998H13ZM20.674 12C20.674 7.217 16.783 3.326 12 3.326C7.21733 3.326 3.326 7.217 3.326 12C3.326 16.7827 7.21733 20.6737 12 20.6737C16.783 20.6737 20.674 16.7827 20.674 12ZM22 12C22 17.514 17.514 22 12 22C6.48633 22 2 17.514 2 12C2 6.486 6.48633 2 12 2C17.514 2 22 6.486 22 12Z\"),_vendor_browser_svelte_internal_index.attr(t,\"fill\",e[3]),_vendor_browser_svelte_internal_index.attr(o,\"id\",\"Icon_2\"),_vendor_browser_svelte_internal_index.attr(o,\"fill-rule\",\"evenodd\"),_vendor_browser_svelte_internal_index.attr(o,\"clip-rule\",\"evenodd\"),_vendor_browser_svelte_internal_index.attr(o,\"d\",\"M13.0013 8.83333C13.3693 8.83333 13.668 8.535 13.668 8.16667V6.16667C13.668 5.79867 13.3693 5.5 13.0013 5.5H10.9986C10.6306 5.5 10.332 5.79867 10.332 6.16667V8.16667C10.332 8.535 10.6306 8.83333 10.9986 8.83333H13.0013ZM13 18.4998C13.4603 18.4998 13.6667 18.2385 13.6667 17.8332V11.1665C13.6667 10.7612 13.4603 10.4998 13 10.4998H11C10.5397 10.4998 10.3333 10.7612 10.3333 11.1665V17.8332C10.3333 18.2385 10.5397 18.4998 11 18.4998H13ZM20.674 12C20.674 7.217 16.783 3.326 12 3.326C7.21733 3.326 3.326 7.217 3.326 12C3.326 16.7827 7.21733 20.6737 12 20.6737C16.783 20.6737 20.674 16.7827 20.674 12ZM22 12C22 17.514 17.514 22 12 22C6.48633 22 2 17.514 2 12C2 6.486 6.48633 2 12 2C17.514 2 22 6.486 22 12Z\"),_vendor_browser_svelte_internal_index.attr(o,\"fill\",e[2]),_vendor_browser_svelte_internal_index.attr(_,\"id\",\"mask0_0_847\"),_vendor_browser_svelte_internal_index.set_style(_,\"mask-type\",\"alpha\"),_vendor_browser_svelte_internal_index.attr(_,\"maskUnits\",\"userSpaceOnUse\"),_vendor_browser_svelte_internal_index.attr(_,\"x\",\"2\"),_vendor_browser_svelte_internal_index.attr(_,\"y\",\"2\"),_vendor_browser_svelte_internal_index.attr(_,\"width\",\"20\"),_vendor_browser_svelte_internal_index.attr(_,\"height\",\"20\"),_vendor_browser_svelte_internal_index.attr(a,\"id\",\"Rectangle Copy 54\"),_vendor_browser_svelte_internal_index.attr(a,\"width\",\"24\"),_vendor_browser_svelte_internal_index.attr(a,\"height\",\"24\"),_vendor_browser_svelte_internal_index.attr(a,\"fill\",e[3]),_vendor_browser_svelte_internal_index.attr(l,\"id\",\"Icon Color\"),_vendor_browser_svelte_internal_index.attr(i,\"mask\",\"url(#mask0_0_847)\"),_vendor_browser_svelte_internal_index.attr(n,\"id\",\"Icon/UI/Info\"),_vendor_browser_svelte_internal_index.attr(r,\"xmlns\",\"http://www.w3.org/2000/svg\"),_vendor_browser_svelte_internal_index.attr(r,\"width\",e[0]),_vendor_browser_svelte_internal_index.attr(r,\"height\",e[1]),_vendor_browser_svelte_internal_index.attr(r,\"viewBox\",\"0 0 24 24\"),_vendor_browser_svelte_internal_index.attr(r,\"fill\",\"none\")},m:function(e,s){_vendor_browser_svelte_internal_index.insert_hydration(e,r,s),_vendor_browser_svelte_internal_index.append_hydration(r,n),_vendor_browser_svelte_internal_index.append_hydration(n,t),_vendor_browser_svelte_internal_index.append_hydration(n,_),_vendor_browser_svelte_internal_index.append_hydration(_,o),_vendor_browser_svelte_internal_index.append_hydration(n,i),_vendor_browser_svelte_internal_index.append_hydration(i,l),_vendor_browser_svelte_internal_index.append_hydration(l,a)},p:function(e,n){var _=_slicedToArray$1(n,1)[0];8&_&&_vendor_browser_svelte_internal_index.attr(t,\"fill\",e[3]),4&_&&_vendor_browser_svelte_internal_index.attr(o,\"fill\",e[2]),8&_&&_vendor_browser_svelte_internal_index.attr(a,\"fill\",e[3]),1&_&&_vendor_browser_svelte_internal_index.attr(r,\"width\",e[0]),2&_&&_vendor_browser_svelte_internal_index.attr(r,\"height\",e[1])},i:_vendor_browser_svelte_internal_index.noop,o:_vendor_browser_svelte_internal_index.noop,d:function(e){e&&_vendor_browser_svelte_internal_index.detach(r)}}}function instance$1(e,r,n){var t=r.width,_=r.height,o=r.label,i=void 0===o?void 0:o,l=r.fill,a=r.fontColor;return e.$$set=function(e){\"width\"in e&&n(0,t=e.width),\"height\"in e&&n(1,_=e.height),\"label\"in e&&n(4,i=e.label),\"fill\"in e&&n(2,l=e.fill),\"fontColor\"in e&&n(3,a=e.fontColor)},[t,_,l,a,i]}var VossiInfoIcon=function(e){_inherits$6(n,_vendor_browser_svelte_internal_index.SvelteComponent);var r=_createSuper$6(n);function n(e){var t;return _classCallCheck$6(this,n),t=r.call(this),_vendor_browser_svelte_internal_index.init(_assertThisInitialized$6(t),e,instance$1,create_fragment$6,_vendor_browser_svelte_internal_index.safe_not_equal,{width:0,height:1,label:4,fill:2,fontColor:3}),t}return n}();function _arrayLikeToArray(e,r){(null==r||r>e.length)&&(r=e.length);for(var n=0,t=new Array(r);n<r;n++)t[n]=e[n];return t}function _arrayWithHoles(e){if(Array.isArray(e))return e}function _assertThisInitialized$5(e){if(void 0===e)throw new ReferenceError(\"this hasn\\'t been initialised - super() hasn\\'t been called\");return e}function _classCallCheck$5(e,r){if(!(e instanceof r))throw new TypeError(\"Cannot call a class as a function\")}function _getPrototypeOf$5(e){return(_getPrototypeOf$5=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function _inherits$5(e,r){if(\"function\"!=typeof r&&null!==r)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(r&&r.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),r&&_setPrototypeOf$5(e,r)}function _iterableToArrayLimit(e,r){var n=null==e?null:\"undefined\"!=typeof Symbol&&e[Symbol.iterator]||e[\"@@iterator\"];if(null!=n){var t,_,o=[],i=!0,l=!1;try{for(n=n.call(e);!(i=(t=n.next()).done)&&(o.push(t.value),!r||o.length!==r);i=!0);}catch(e){l=!0,_=e}finally{try{i||null==n.return||n.return()}finally{if(l)throw _}}return o}}function _nonIterableRest(){throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\\\\\\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}function _possibleConstructorReturn$5(e,r){return!r||\"object\"!==_typeof$5(r)&&\"function\"!=typeof r?_assertThisInitialized$5(e):r}function _setPrototypeOf$5(e,r){return(_setPrototypeOf$5=Object.setPrototypeOf||function(e,r){return e.__proto__=r,e})(e,r)}function _slicedToArray(e,r){return _arrayWithHoles(e)||_iterableToArrayLimit(e,r)||_unsupportedIterableToArray(e,r)||_nonIterableRest()}var _typeof$5=function(e){return e&&\"undefined\"!=typeof Symbol&&e.constructor===Symbol?\"symbol\":typeof e};function _unsupportedIterableToArray(e,r){if(e){if(\"string\"==typeof e)return _arrayLikeToArray(e,r);var n=Object.prototype.toString.call(e).slice(8,-1);return\"Object\"===n&&e.constructor&&(n=e.constructor.name),\"Map\"===n||\"Set\"===n?Array.from(n):\"Arguments\"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?_arrayLikeToArray(e,r):void 0}}function _isNativeReflectConstruct$5(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function _createSuper$5(e){var r=_isNativeReflectConstruct$5();return function(){var n,t=_getPrototypeOf$5(e);if(r){var _=_getPrototypeOf$5(this).constructor;n=Reflect.construct(t,arguments,_)}else n=t.apply(this,arguments);return _possibleConstructorReturn$5(this,n)}}function create_fragment$5(e){var r,n,t,_,o,i,l,a,s;return{c:function(){r=_vendor_browser_svelte_internal_index.svg_element(\"svg\"),n=_vendor_browser_svelte_internal_index.svg_element(\"rect\"),t=_vendor_browser_svelte_internal_index.svg_element(\"rect\"),_=_vendor_browser_svelte_internal_index.svg_element(\"rect\"),o=_vendor_browser_svelte_internal_index.svg_element(\"rect\"),i=_vendor_browser_svelte_internal_index.svg_element(\"path\"),l=_vendor_browser_svelte_internal_index.svg_element(\"mask\"),a=_vendor_browser_svelte_internal_index.svg_element(\"path\"),s=_vendor_browser_svelte_internal_index.svg_element(\"g\"),this.h()},l:function(e){r=_vendor_browser_svelte_internal_index.claim_svg_element(e,\"svg\",{width:!0,height:!0,viewBox:!0,fill:!0,xmlns:!0});var d=_vendor_browser_svelte_internal_index.children(r);n=_vendor_browser_svelte_internal_index.claim_svg_element(d,\"rect\",{x:!0,y:!0,width:!0,height:!0,rx:!0,stroke:!0,\"stroke-width\":!0}),_vendor_browser_svelte_internal_index.children(n).forEach(_vendor_browser_svelte_internal_index.detach),t=_vendor_browser_svelte_internal_index.claim_svg_element(d,\"rect\",{x:!0,width:!0,height:!0,rx:!0,fill:!0}),_vendor_browser_svelte_internal_index.children(t).forEach(_vendor_browser_svelte_internal_index.detach),_=_vendor_browser_svelte_internal_index.claim_svg_element(d,\"rect\",{x:!0,y:!0,width:!0,height:!0,rx:!0,fill:!0}),_vendor_browser_svelte_internal_index.children(_).forEach(_vendor_browser_svelte_internal_index.detach),o=_vendor_browser_svelte_internal_index.claim_svg_element(d,\"rect\",{y:!0,width:!0,height:!0,rx:!0,fill:!0}),_vendor_browser_svelte_internal_index.children(o).forEach(_vendor_browser_svelte_internal_index.detach),i=_vendor_browser_svelte_internal_index.claim_svg_element(d,\"path\",{\"fill-rule\":!0,\"clip-rule\":!0,d:!0,fill:!0}),_vendor_browser_svelte_internal_index.children(i).forEach(_vendor_browser_svelte_internal_index.detach),l=_vendor_browser_svelte_internal_index.claim_svg_element(d,\"mask\",{id:!0,style:!0,maskUnits:!0,x:!0,y:!0,width:!0,height:!0});var v=_vendor_browser_svelte_internal_index.children(l);a=_vendor_browser_svelte_internal_index.claim_svg_element(v,\"path\",{\"fill-rule\":!0,\"clip-rule\":!0,d:!0,fill:!0}),_vendor_browser_svelte_internal_index.children(a).forEach(_vendor_browser_svelte_internal_index.detach),v.forEach(_vendor_browser_svelte_internal_index.detach),s=_vendor_browser_svelte_internal_index.claim_svg_element(d,\"g\",{mask:!0}),_vendor_browser_svelte_internal_index.children(s).forEach(_vendor_browser_svelte_internal_index.detach),d.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(n,\"x\",\"0.75\"),_vendor_browser_svelte_internal_index.attr(n,\"y\",\"0.75\"),_vendor_browser_svelte_internal_index.attr(n,\"width\",\"9.5\"),_vendor_browser_svelte_internal_index.attr(n,\"height\",\"9.5\"),_vendor_browser_svelte_internal_index.attr(n,\"rx\",\"2.25\"),_vendor_browser_svelte_internal_index.attr(n,\"stroke\",\"#1A6AFF\"),_vendor_browser_svelte_internal_index.attr(n,\"stroke-width\",\"1.5\"),_vendor_browser_svelte_internal_index.attr(t,\"x\",\"13\"),_vendor_browser_svelte_internal_index.attr(t,\"width\",\"15\"),_vendor_browser_svelte_internal_index.attr(t,\"height\",\"4\"),_vendor_browser_svelte_internal_index.attr(t,\"rx\",\"1\"),_vendor_browser_svelte_internal_index.attr(t,\"fill\",\"#FF4A43\"),_vendor_browser_svelte_internal_index.attr(_,\"x\",\"13\"),_vendor_browser_svelte_internal_index.attr(_,\"y\",\"7\"),_vendor_browser_svelte_internal_index.attr(_,\"width\",\"15\"),_vendor_browser_svelte_internal_index.attr(_,\"height\",\"4\"),_vendor_browser_svelte_internal_index.attr(_,\"rx\",\"1\"),_vendor_browser_svelte_internal_index.attr(_,\"fill\",\"#FF4A43\"),_vendor_browser_svelte_internal_index.attr(o,\"y\",\"14\"),_vendor_browser_svelte_internal_index.attr(o,\"width\",\"28\"),_vendor_browser_svelte_internal_index.attr(o,\"height\",\"4\"),_vendor_browser_svelte_internal_index.attr(o,\"rx\",\"1\"),_vendor_browser_svelte_internal_index.attr(o,\"fill\",\"#FF4A43\"),_vendor_browser_svelte_internal_index.attr(i,\"fill-rule\",\"evenodd\"),_vendor_browser_svelte_internal_index.attr(i,\"clip-rule\",\"evenodd\"),_vendor_browser_svelte_internal_index.attr(i,\"d\",\"M4.61343 7.70137V7.70137C4.49687 7.70137 4.38471 7.65498 4.30192 7.57248L2.71205 5.98231C2.53999 5.81026 2.53999 5.53134 2.71205 5.35929C2.8841 5.18723 3.16302 5.18723 3.33508 5.35929L4.61343 6.63823L7.66457 3.58738C7.83662 3.41533 8.11525 3.41533 8.2873 3.58738C8.45935 3.75943 8.45935 4.03807 8.2873 4.21012L4.92494 7.57248C4.84215 7.65498 4.72999 7.70137 4.61343 7.70137\"),_vendor_browser_svelte_internal_index.attr(i,\"fill\",\"#1A6AFF\"),_vendor_browser_svelte_internal_index.attr(a,\"fill-rule\",\"evenodd\"),_vendor_browser_svelte_internal_index.attr(a,\"clip-rule\",\"evenodd\"),_vendor_browser_svelte_internal_index.attr(a,\"d\",\"M4.61343 7.70137V7.70137C4.49687 7.70137 4.38471 7.65498 4.30192 7.57248L2.71205 5.98231C2.53999 5.81026 2.53999 5.53134 2.71205 5.35929C2.8841 5.18723 3.16302 5.18723 3.33508 5.35929L4.61343 6.63823L7.66457 3.58738C7.83662 3.41533 8.11525 3.41533 8.2873 3.58738C8.45935 3.75943 8.45935 4.03807 8.2873 4.21012L4.92494 7.57248C4.84215 7.65498 4.72999 7.70137 4.61343 7.70137\"),_vendor_browser_svelte_internal_index.attr(a,\"fill\",\"white\"),_vendor_browser_svelte_internal_index.attr(l,\"id\",\"mask0_4355_66484\"),_vendor_browser_svelte_internal_index.set_style(l,\"mask-type\",\"alpha\"),_vendor_browser_svelte_internal_index.attr(l,\"maskUnits\",\"userSpaceOnUse\"),_vendor_browser_svelte_internal_index.attr(l,\"x\",\"2\"),_vendor_browser_svelte_internal_index.attr(l,\"y\",\"3\"),_vendor_browser_svelte_internal_index.attr(l,\"width\",\"7\"),_vendor_browser_svelte_internal_index.attr(l,\"height\",\"5\"),_vendor_browser_svelte_internal_index.attr(s,\"mask\",\"url(#mask0_4355_66484)\"),_vendor_browser_svelte_internal_index.attr(r,\"width\",e[0]),_vendor_browser_svelte_internal_index.attr(r,\"height\",e[1]),_vendor_browser_svelte_internal_index.attr(r,\"viewBox\",\"0 0 28 18\"),_vendor_browser_svelte_internal_index.attr(r,\"fill\",\"none\"),_vendor_browser_svelte_internal_index.attr(r,\"xmlns\",\"http://www.w3.org/2000/svg\")},m:function(e,d){_vendor_browser_svelte_internal_index.insert_hydration(e,r,d),_vendor_browser_svelte_internal_index.append_hydration(r,n),_vendor_browser_svelte_internal_index.append_hydration(r,t),_vendor_browser_svelte_internal_index.append_hydration(r,_),_vendor_browser_svelte_internal_index.append_hydration(r,o),_vendor_browser_svelte_internal_index.append_hydration(r,i),_vendor_browser_svelte_internal_index.append_hydration(r,l),_vendor_browser_svelte_internal_index.append_hydration(l,a),_vendor_browser_svelte_internal_index.append_hydration(r,s)},p:function(e,n){var t=_slicedToArray(n,1)[0];1&t&&_vendor_browser_svelte_internal_index.attr(r,\"width\",e[0]),2&t&&_vendor_browser_svelte_internal_index.attr(r,\"height\",e[1])},i:_vendor_browser_svelte_internal_index.noop,o:_vendor_browser_svelte_internal_index.noop,d:function(e){e&&_vendor_browser_svelte_internal_index.detach(r)}}}function instance(e,r,n){var t=r.width,_=void 0===t?28:t,o=r.height,i=void 0===o?18:o;return e.$$set=function(e){\"width\"in e&&n(0,_=e.width),\"height\"in e&&n(1,i=e.height)},[_,i]}var MyElectionIcon=function(e){_inherits$5(n,_vendor_browser_svelte_internal_index.SvelteComponent);var r=_createSuper$5(n);function n(e){var t;return _classCallCheck$5(this,n),t=r.call(this),_vendor_browser_svelte_internal_index.init(_assertThisInitialized$5(t),e,instance,create_fragment$5,_vendor_browser_svelte_internal_index.safe_not_equal,{width:0,height:1}),t}return n}();function _assertThisInitialized$4(e){if(void 0===e)throw new ReferenceError(\"this hasn\\'t been initialised - super() hasn\\'t been called\");return e}function _classCallCheck$4(e,r){if(!(e instanceof r))throw new TypeError(\"Cannot call a class as a function\")}function _getPrototypeOf$4(e){return(_getPrototypeOf$4=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function _inherits$4(e,r){if(\"function\"!=typeof r&&null!==r)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(r&&r.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),r&&_setPrototypeOf$4(e,r)}function _possibleConstructorReturn$4(e,r){return!r||\"object\"!==_typeof$4(r)&&\"function\"!=typeof r?_assertThisInitialized$4(e):r}function _setPrototypeOf$4(e,r){return(_setPrototypeOf$4=Object.setPrototypeOf||function(e,r){return e.__proto__=r,e})(e,r)}var _typeof$4=function(e){return e&&\"undefined\"!=typeof Symbol&&e.constructor===Symbol?\"symbol\":typeof e};function _isNativeReflectConstruct$4(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function _createSuper$4(e){var r=_isNativeReflectConstruct$4();return function(){var n,t=_getPrototypeOf$4(e);if(r){var _=_getPrototypeOf$4(this).constructor;n=Reflect.construct(t,arguments,_)}else n=t.apply(this,arguments);return _possibleConstructorReturn$4(this,n)}}function create_fragment$4(e){var r;return{c:function(){r=_vendor_browser_svelte_internal_index.element(\"img\"),this.h()},l:function(e){r=_vendor_browser_svelte_internal_index.claim_element(e,\"IMG\",{width:!0,src:!0}),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(r,\"width\",\"100%\"),_vendor_browser_svelte_internal_index.src_url_equal(r.src,\"https://politics-static.cnn.io/2022/images/my-election/my-election-mobile.jpg\")||_vendor_browser_svelte_internal_index.attr(r,\"src\",\"https://politics-static.cnn.io/2022/images/my-election/my-election-mobile.jpg\")},m:function(e,n){_vendor_browser_svelte_internal_index.insert_hydration(e,r,n)},p:_vendor_browser_svelte_internal_index.noop,i:_vendor_browser_svelte_internal_index.noop,o:_vendor_browser_svelte_internal_index.noop,d:function(e){e&&_vendor_browser_svelte_internal_index.detach(r)}}}var MyElectionCTAMobile=function(e){_inherits$4(n,_vendor_browser_svelte_internal_index.SvelteComponent);var r=_createSuper$4(n);function n(e){var t;return _classCallCheck$4(this,n),t=r.call(this),_vendor_browser_svelte_internal_index.init(_assertThisInitialized$4(t),e,null,create_fragment$4,_vendor_browser_svelte_internal_index.safe_not_equal,{}),t}return n}();function _assertThisInitialized$3(e){if(void 0===e)throw new ReferenceError(\"this hasn\\'t been initialised - super() hasn\\'t been called\");return e}function _classCallCheck$3(e,r){if(!(e instanceof r))throw new TypeError(\"Cannot call a class as a function\")}function _getPrototypeOf$3(e){return(_getPrototypeOf$3=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function _inherits$3(e,r){if(\"function\"!=typeof r&&null!==r)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(r&&r.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),r&&_setPrototypeOf$3(e,r)}function _possibleConstructorReturn$3(e,r){return!r||\"object\"!==_typeof$3(r)&&\"function\"!=typeof r?_assertThisInitialized$3(e):r}function _setPrototypeOf$3(e,r){return(_setPrototypeOf$3=Object.setPrototypeOf||function(e,r){return e.__proto__=r,e})(e,r)}var _typeof$3=function(e){return e&&\"undefined\"!=typeof Symbol&&e.constructor===Symbol?\"symbol\":typeof e};function _isNativeReflectConstruct$3(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function _createSuper$3(e){var r=_isNativeReflectConstruct$3();return function(){var n,t=_getPrototypeOf$3(e);if(r){var _=_getPrototypeOf$3(this).constructor;n=Reflect.construct(t,arguments,_)}else n=t.apply(this,arguments);return _possibleConstructorReturn$3(this,n)}}function create_fragment$3(e){var r;return{c:function(){r=_vendor_browser_svelte_internal_index.element(\"img\"),this.h()},l:function(e){r=_vendor_browser_svelte_internal_index.claim_element(e,\"IMG\",{width:!0,src:!0}),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(r,\"width\",\"100%\"),_vendor_browser_svelte_internal_index.src_url_equal(r.src,\"https://politics-static.cnn.io/2022/images/my-election/my-election-desktop.jpg\")||_vendor_browser_svelte_internal_index.attr(r,\"src\",\"https://politics-static.cnn.io/2022/images/my-election/my-election-desktop.jpg\")},m:function(e,n){_vendor_browser_svelte_internal_index.insert_hydration(e,r,n)},p:_vendor_browser_svelte_internal_index.noop,i:_vendor_browser_svelte_internal_index.noop,o:_vendor_browser_svelte_internal_index.noop,d:function(e){e&&_vendor_browser_svelte_internal_index.detach(r)}}}var MyElectionCTADesktop=function(e){_inherits$3(n,_vendor_browser_svelte_internal_index.SvelteComponent);var r=_createSuper$3(n);function n(e){var t;return _classCallCheck$3(this,n),t=r.call(this),_vendor_browser_svelte_internal_index.init(_assertThisInitialized$3(t),e,null,create_fragment$3,_vendor_browser_svelte_internal_index.safe_not_equal,{}),t}return n}();function _assertThisInitialized$2(e){if(void 0===e)throw new ReferenceError(\"this hasn\\'t been initialised - super() hasn\\'t been called\");return e}function _classCallCheck$2(e,r){if(!(e instanceof r))throw new TypeError(\"Cannot call a class as a function\")}function _getPrototypeOf$2(e){return(_getPrototypeOf$2=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function _inherits$2(e,r){if(\"function\"!=typeof r&&null!==r)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(r&&r.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),r&&_setPrototypeOf$2(e,r)}function _possibleConstructorReturn$2(e,r){return!r||\"object\"!==_typeof$2(r)&&\"function\"!=typeof r?_assertThisInitialized$2(e):r}function _setPrototypeOf$2(e,r){return(_setPrototypeOf$2=Object.setPrototypeOf||function(e,r){return e.__proto__=r,e})(e,r)}var _typeof$2=function(e){return e&&\"undefined\"!=typeof Symbol&&e.constructor===Symbol?\"symbol\":typeof e};function _isNativeReflectConstruct$2(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function _createSuper$2(e){var r=_isNativeReflectConstruct$2();return function(){var n,t=_getPrototypeOf$2(e);if(r){var _=_getPrototypeOf$2(this).constructor;n=Reflect.construct(t,arguments,_)}else n=t.apply(this,arguments);return _possibleConstructorReturn$2(this,n)}}function create_fragment$2(e){var r;return{c:function(){r=_vendor_browser_svelte_internal_index.element(\"img\"),this.h()},l:function(e){r=_vendor_browser_svelte_internal_index.claim_element(e,\"IMG\",{width:!0,src:!0}),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(r,\"width\",\"100%\"),_vendor_browser_svelte_internal_index.src_url_equal(r.src,\"https://politics-static.cnn.io/2022/images/my-election/my-election-tablet.jpg\")||_vendor_browser_svelte_internal_index.attr(r,\"src\",\"https://politics-static.cnn.io/2022/images/my-election/my-election-tablet.jpg\")},m:function(e,n){_vendor_browser_svelte_internal_index.insert_hydration(e,r,n)},p:_vendor_browser_svelte_internal_index.noop,i:_vendor_browser_svelte_internal_index.noop,o:_vendor_browser_svelte_internal_index.noop,d:function(e){e&&_vendor_browser_svelte_internal_index.detach(r)}}}var MyElectionCTATablet=function(e){_inherits$2(n,_vendor_browser_svelte_internal_index.SvelteComponent);var r=_createSuper$2(n);function n(e){var t;return _classCallCheck$2(this,n),t=r.call(this),_vendor_browser_svelte_internal_index.init(_assertThisInitialized$2(t),e,null,create_fragment$2,_vendor_browser_svelte_internal_index.safe_not_equal,{}),t}return n}();function _assertThisInitialized$1(e){if(void 0===e)throw new ReferenceError(\"this hasn\\'t been initialised - super() hasn\\'t been called\");return e}function _classCallCheck$1(e,r){if(!(e instanceof r))throw new TypeError(\"Cannot call a class as a function\")}function _getPrototypeOf$1(e){return(_getPrototypeOf$1=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function _inherits$1(e,r){if(\"function\"!=typeof r&&null!==r)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(r&&r.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),r&&_setPrototypeOf$1(e,r)}function _possibleConstructorReturn$1(e,r){return!r||\"object\"!==_typeof$1(r)&&\"function\"!=typeof r?_assertThisInitialized$1(e):r}function _setPrototypeOf$1(e,r){return(_setPrototypeOf$1=Object.setPrototypeOf||function(e,r){return e.__proto__=r,e})(e,r)}var _typeof$1=function(e){return e&&\"undefined\"!=typeof Symbol&&e.constructor===Symbol?\"symbol\":typeof e};function _isNativeReflectConstruct$1(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function _createSuper$1(e){var r=_isNativeReflectConstruct$1();return function(){var n,t=_getPrototypeOf$1(e);if(r){var _=_getPrototypeOf$1(this).constructor;n=Reflect.construct(t,arguments,_)}else n=t.apply(this,arguments);return _possibleConstructorReturn$1(this,n)}}function create_fragment$1(e){var r,n;return{c:function(){r=_vendor_browser_svelte_internal_index.svg_element(\"svg\"),n=_vendor_browser_svelte_internal_index.svg_element(\"path\"),this.h()},l:function(e){r=_vendor_browser_svelte_internal_index.claim_svg_element(e,\"svg\",{width:!0,height:!0,xmlns:!0,\"fill-rule\":!0,\"clip-rule\":!0});var t=_vendor_browser_svelte_internal_index.children(r);n=_vendor_browser_svelte_internal_index.claim_svg_element(t,\"path\",{d:!0}),_vendor_browser_svelte_internal_index.children(n).forEach(_vendor_browser_svelte_internal_index.detach),t.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(n,\"d\",\"M11.5 0c6.347 0 11.5 5.153 11.5 11.5s-5.153 11.5-11.5 11.5-11.5-5.153-11.5-11.5 5.153-11.5 11.5-11.5zm0 1c5.795 0 10.5 4.705 10.5 10.5s-4.705 10.5-10.5 10.5-10.5-4.705-10.5-10.5 4.705-10.5 10.5-10.5zm.5 10h6v1h-6v6h-1v-6h-6v-1h6v-6h1v6z\"),_vendor_browser_svelte_internal_index.attr(r,\"width\",width$1),_vendor_browser_svelte_internal_index.attr(r,\"height\",height$1),_vendor_browser_svelte_internal_index.attr(r,\"xmlns\",\"http://www.w3.org/2000/svg\"),_vendor_browser_svelte_internal_index.attr(r,\"fill-rule\",\"evenodd\"),_vendor_browser_svelte_internal_index.attr(r,\"clip-rule\",\"evenodd\")},m:function(e,t){_vendor_browser_svelte_internal_index.insert_hydration(e,r,t),_vendor_browser_svelte_internal_index.append_hydration(r,n)},p:_vendor_browser_svelte_internal_index.noop,i:_vendor_browser_svelte_internal_index.noop,o:_vendor_browser_svelte_internal_index.noop,d:function(e){e&&_vendor_browser_svelte_internal_index.detach(r)}}}var width$1=24,height$1=24,CirclePlus=function(e){_inherits$1(n,_vendor_browser_svelte_internal_index.SvelteComponent);var r=_createSuper$1(n);function n(e){var t;return _classCallCheck$1(this,n),t=r.call(this),_vendor_browser_svelte_internal_index.init(_assertThisInitialized$1(t),e,null,create_fragment$1,_vendor_browser_svelte_internal_index.safe_not_equal,{}),t}return n}();function _assertThisInitialized(e){if(void 0===e)throw new ReferenceError(\"this hasn\\'t been initialised - super() hasn\\'t been called\");return e}function _classCallCheck(e,r){if(!(e instanceof r))throw new TypeError(\"Cannot call a class as a function\")}function _getPrototypeOf(e){return(_getPrototypeOf=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function _inherits(e,r){if(\"function\"!=typeof r&&null!==r)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(r&&r.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),r&&_setPrototypeOf(e,r)}function _possibleConstructorReturn(e,r){return!r||\"object\"!==_typeof(r)&&\"function\"!=typeof r?_assertThisInitialized(e):r}function _setPrototypeOf(e,r){return(_setPrototypeOf=Object.setPrototypeOf||function(e,r){return e.__proto__=r,e})(e,r)}var _typeof=function(e){return e&&\"undefined\"!=typeof Symbol&&e.constructor===Symbol?\"symbol\":typeof e};function _isNativeReflectConstruct(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function _createSuper(e){var r=_isNativeReflectConstruct();return function(){var n,t=_getPrototypeOf(e);if(r){var _=_getPrototypeOf(this).constructor;n=Reflect.construct(t,arguments,_)}else n=t.apply(this,arguments);return _possibleConstructorReturn(this,n)}}function create_fragment(e){var r,n;return{c:function(){r=_vendor_browser_svelte_internal_index.svg_element(\"svg\"),n=_vendor_browser_svelte_internal_index.svg_element(\"path\"),this.h()},l:function(e){r=_vendor_browser_svelte_internal_index.claim_svg_element(e,\"svg\",{width:!0,height:!0,xmlns:!0});var t=_vendor_browser_svelte_internal_index.children(r);n=_vendor_browser_svelte_internal_index.claim_svg_element(t,\"path\",{d:!0}),_vendor_browser_svelte_internal_index.children(n).forEach(_vendor_browser_svelte_internal_index.detach),t.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(n,\"d\",\"M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm6 13h-12v-2h12v2z\"),_vendor_browser_svelte_internal_index.attr(r,\"width\",width),_vendor_browser_svelte_internal_index.attr(r,\"height\",height),_vendor_browser_svelte_internal_index.attr(r,\"xmlns\",\"http://www.w3.org/2000/svg\")},m:function(e,t){_vendor_browser_svelte_internal_index.insert_hydration(e,r,t),_vendor_browser_svelte_internal_index.append_hydration(r,n)},p:_vendor_browser_svelte_internal_index.noop,i:_vendor_browser_svelte_internal_index.noop,o:_vendor_browser_svelte_internal_index.noop,d:function(e){e&&_vendor_browser_svelte_internal_index.detach(r)}}}var width=24,height=24,CircleMinus=function(e){_inherits(n,_vendor_browser_svelte_internal_index.SvelteComponent);var r=_createSuper(n);function n(e){var t;return _classCallCheck(this,n),t=r.call(this),_vendor_browser_svelte_internal_index.init(_assertThisInitialized(t),e,null,create_fragment,_vendor_browser_svelte_internal_index.safe_not_equal,{}),t}return n}();exports.AmericasChoice2021Icon=AmericasChoice2021Icon,exports.AmericasChoice2021SmallIcon=AmericasChoice2021SmallIcon,exports.AmericasChoice2022Icon=AmericasChoice2022Icon,exports.AmericasChoice2022SmallIcon=AmericasChoice2022SmallIcon,exports.AmericasChoiceIcon=AmericasChoiceIcon,exports.AmericasChoiceSmallIcon=AmericasChoiceSmallIcon,exports.ArrowDownCarrot=ArrowDownCarrot$1,exports.ArrowDownIcon=ArrowDownIcon$1,exports.ArrowLeft=ArrowLeft$1,exports.ArrowUpIcon=ArrowUpIcon$1,exports.CNNLogo=CNNLogo$1,exports.CaretDown=CaretDown,exports.CaretRight=CaretRight,exports.CheckmarkIcon=CheckmarkIcon$1,exports.CheckmarkNoCircleIcon=CheckmarkNoCircleIcon$1,exports.CircleArrowLeft=CircleArrowLeft$1,exports.CircleArrowRight=CircleArrowRight$1,exports.CircleMinus=CircleMinus,exports.CirclePlus=CirclePlus,exports.CloseXIcon=CloseXIcon$1,exports.EC2024Full=EC2024Full$1,exports.EC2024Small=EC2024Small$1,exports.ExternalLink=ExternalLink$1,exports.FilteredByIcon=FilteredByIcon$1,exports.FlippedSeatIcon=FlippedSeatIcon$1,exports.InfoIcon=InfoIcon$1,exports.MyElectionCTADesktop=MyElectionCTADesktop,exports.MyElectionCTAMobile=MyElectionCTAMobile,exports.MyElectionCTATablet=MyElectionCTATablet,exports.MyElectionIcon=MyElectionIcon,exports.RefreshIcon=RefreshIcon$1,exports.RunoffArrowIcon=RunoffArrowIcon$1,exports.SearchIcon=SearchIcon$1,exports.ShareIcon=ShareIcon$1,exports.TimesIcon=TimesIcon$1,exports.VossiInfoIcon=VossiInfoIcon;\\n}, {\"548\":548}];\\nwindow.modules[\"635\"] = [function(require,module,exports){\"use strict\";var POLITICS_STATIC_ASSETS_BASEURL=\"https://politics-static.cnn.io/\";exports.POLITICS_STATIC_ASSETS_BASEURL=POLITICS_STATIC_ASSETS_BASEURL;\\n}, {}];\\nwindow.modules[\"636\"] = [function(require,module,exports){\"use strict\";var CORE_RESULT_MODULE=\"CoreResultModule\",HOUSE_TILES=\"HouseTiles\",NATIONAL_MAP=\"NationalMap\",STATE_ELECTION_MAP=\"StateElectionMap\",CORE_RESULT_MINI=\"CoreResultMini\",ELECTION_EXPLORER=\"ElectionExplorer\";exports.CORE_RESULT_MINI=CORE_RESULT_MINI,exports.CORE_RESULT_MODULE=CORE_RESULT_MODULE,exports.ELECTION_EXPLORER=ELECTION_EXPLORER,exports.HOUSE_TILES=HOUSE_TILES,exports.NATIONAL_MAP=NATIONAL_MAP,exports.STATE_ELECTION_MAP=STATE_ELECTION_MAP;\\n}, {}];\\nwindow.modules[\"637\"] = [function(require,module,exports){\"use strict\";var VARIATIONS=function(A){return A.EMBEDDED=\"--embedded\",A.NO_TOOLTIP=\"--no-tooltip\",A.LEGEND=\"--legend\",A.CARD=\"--card\",A.MINI=\"--mini\",A.LASTNAMES_IN_LEGEND=\"--lastnames-in-legend\",A.OBSCURE_NO_RACE=\"--OBSCURE_NO_RACE\",A.HAS_NO_RACE=\"--has-no-race\",A.OBSCURE_FLIPPED_IN_LEGEND=\"--obscure-flipped-in-legend\",A.NAV_BAR_ISSUE_HUB=\"politics-nav-bar_issue-hub\",A.NAV_BAR_CENTERED=\"politics-nav-bar_centered\",A.NATIONAL_MAP=\"politics-national-map\",A}(VARIATIONS||{});exports.VARIATIONS=VARIATIONS;\\n}, {}];\\nwindow.modules[\"638\"] = [function(require,module,exports){\"use strict\";var contestsLookupByAbbr={GG:{slug:\"governor\",abbr:\"GG\",name:\"Governor\",label:\"Governor General special election\"},GP:{slug:\"governor\",abbr:\"GP\",name:\"Governor\",label:\"gubernatorial\"},HG:{slug:\"house\",abbr:\"HG\",name:\"House\",label:\"US House\"},PG:{slug:\"president\",abbr:\"PG\",name:\"President\",label:\"presidential general\"},PD:{slug:\"democratic-presidential-primary\",abbr:\"PD\",name:\"Democratic presidential primary\",label:\"Democratic presidential primary\"},PE:{slug:\"democratic-presidential-caucuses\",abbr:\"PE\",name:\"Democratic presidential caucuses\",label:\"Democratic presidential caucuses\"},PR:{slug:\"republican-presidential-primary\",abbr:\"PR\",name:\"Republican presidential primary\",label:\"Republican presidential primary\"},PS:{slug:\"republican-presidential-caucuses\",abbr:\"PS\",name:\"Republican presidential caucuses\",label:\"Republican presidential caucuses\"},SG:{slug:\"senate\",abbr:\"SG\",name:\"Senate\",label:\"US Senate\"},SD:{slug:\"senate\",abbr:\"SD\",name:\"Democratic Senate Primary\",label:\"Democratic Senate primary\"},SR:{slug:\"senate\",abbr:\"SR\",name:\"Republican Senate Primary\",label:\"Republican Senate primary\"},SS:{slug:\"secretary-of-state\",abbr:\"SS\",name:\"Secretary of State\",label:\"Secretary of State\"},SSG:{slug:\"secretary-of-state\",abbr:\"SSG\",name:\"Secretary of State\",label:\"US Secretary of State\"},S2G:{slug:\"senate-2\",abbr:\"S2G\",name:\"Senate Special\",label:\"Senate special\"},S2P:{slug:\"general-special-election/senate\",abbr:\"S2P\",name:\"Senate Special\",label:\"Senate special\"},SW:{slug:\"senate-runoff\",abbr:\"SW\",name:\"Senate Runoff\",label:\"Senate Runoff\"}};exports.contestsLookupByAbbr=contestsLookupByAbbr;\\n}, {}];\\nwindow.modules[\"639\"] = [function(require,module,exports){\"use strict\";var NEXT_UPDATE_CONTEXT_KEY=\"nextUpdateRefreshTime\",IDENTITY_CONTEXT_KEY=\"identity\",ANALYTICS_CONTEXT_KEY=\"analytics\",FEATURE_FLAGS_CONTEXT_KEY=\"featureFlags\",COLOR_OVERRIDES_CONTEXT_KEY=\"colorOverrides\",EXTERNAL_CONFIG_LAST_UPDATED=\"externalConfigLastUpdated\",SUPPRESS_OPERATORS_KEY=\"suppressOperatorsKey\",MY_ELECTION_CLIENT_KEY=\"myElectionClientKey\";exports.ANALYTICS_CONTEXT_KEY=ANALYTICS_CONTEXT_KEY,exports.COLOR_OVERRIDES_CONTEXT_KEY=COLOR_OVERRIDES_CONTEXT_KEY,exports.EXTERNAL_CONFIG_LAST_UPDATED=EXTERNAL_CONFIG_LAST_UPDATED,exports.FEATURE_FLAGS_CONTEXT_KEY=FEATURE_FLAGS_CONTEXT_KEY,exports.IDENTITY_CONTEXT_KEY=IDENTITY_CONTEXT_KEY,exports.MY_ELECTION_CLIENT_KEY=MY_ELECTION_CLIENT_KEY,exports.NEXT_UPDATE_CONTEXT_KEY=NEXT_UPDATE_CONTEXT_KEY,exports.SUPPRESS_OPERATORS_KEY=SUPPRESS_OPERATORS_KEY;\\n}, {}];\\nwindow.modules[\"640\"] = [function(require,module,exports){\"use strict\";var EditorialMode=function(r){return r.Before=\"before\",r.During=\"during\",r.After=\"after\",r}(EditorialMode||{}),DEFAULT_EDITORIAL_MODE=\"during\";exports.DEFAULT_EDITORIAL_MODE=DEFAULT_EDITORIAL_MODE,exports.EditorialMode=EditorialMode;\\n}, {}];\\nwindow.modules[\"641\"] = [function(require,module,exports){\"use strict\";function _defineProperty(e,t,i){return t in e?Object.defineProperty(e,t,{value:i,enumerable:!0,configurable:!0,writable:!0}):e[t]=i,e}var _obj,_obj1,Environments=function(e){return e.Dev=\"dev\",e.Qa=\"qa\",e.Stage=\"stage\",e[\"Stage-Cached\"]=\"stage-cached\",e.Prod=\"prod\",e}(Environments||{}),AdminLevels=function(e){return e.County=\"county\",e.State=\"state\",e.District=\"district\",e}(AdminLevels||{});_defineProperty(_obj={},\"dev\",\"https://dev-politics.api.cnn.io/results/\"),_defineProperty(_obj,\"stage\",\"https://dev-politics.api.cnn.io/results/\"),_defineProperty(_obj,\"prod\",\"https://politics.api.cnn.io/results/\");var _obj2,_obj3,envFeedPaths=(_defineProperty(_obj1={},\"dev\",\"https://politics-dx-dev.api.cnn.io/results/dev/view/\"),_defineProperty(_obj1,\"qa\",\"https://politics-dx-qa.api.cnn.io/results/qa/view/\"),_defineProperty(_obj1,\"stage\",\"https://politics-stage.api.cnn.io/results/stage/view/\"),_defineProperty(_obj1,\"stage-cached\",\"https://politics-stg.data.api.cnn.io/results/stage/view/\"),_defineProperty(_obj1,\"prod\",\"https://politics-elex-results.data.api.cnn.io/results/view/\"),_obj1);_defineProperty(_obj2={},\"county\",\"county-races\"),_defineProperty(_obj2,\"state\",\"race\"),_defineProperty(_obj2,\"Race\",\"race\"),_defineProperty(_obj2,\"district\",\"cd-races\"),_defineProperty(_obj3={},\"county\",\"county-races-\"),_defineProperty(_obj3,\"state\",\"\"),exports.envFeedPaths=envFeedPaths;\\n}, {}];\\nwindow.modules[\"643\"] = [function(require,module,exports){\"use strict\";var PaintModes=function(e){return e.PROJECTION=\"projection\",e.PROJECTION_WITH_LEAD=\"projection-with-lead\",e.AHEAD=\"ahead\",e.AHEAD_SINGLE_BUCKET=\"ahead-single-bucket\",e}(PaintModes||{});exports.PaintModes=PaintModes;\\n}, {}];\\nwindow.modules[\"644\"] = [function(require,module,exports){\"use strict\";var partyAriaLabels={r:\"Republican\",rep:\"Republican\",d:\"Democrat\",dem:\"Democrat\",g:\"Green\",gr:\"Green\",grn:\"Green\",l:\"Libertarian\",lb:\"Libertarian\",lib:\"Libertarian\",ys:\"Yes\",yes:\"Yes\",no:\"No\",other:\"Other\"};exports.partyAriaLabels=partyAriaLabels;\\n}, {}];\\nwindow.modules[\"645\"] = [function(require,module,exports){\"use strict\";function _arrayLikeToArray(a,e){(null==e||e>a.length)&&(e=a.length);for(var s=0,i=new Array(e);s<e;s++)i[s]=a[s];return i}function _arrayWithoutHoles(a){if(Array.isArray(a))return _arrayLikeToArray(a)}function _iterableToArray(a){if(\"undefined\"!=typeof Symbol&&null!=a[Symbol.iterator]||null!=a[\"@@iterator\"])return Array.from(a)}function _nonIterableSpread(){throw new TypeError(\"Invalid attempt to spread non-iterable instance.\\\\\\\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}function _toConsumableArray(a){return _arrayWithoutHoles(a)||_iterableToArray(a)||_unsupportedIterableToArray(a)||_nonIterableSpread()}function _unsupportedIterableToArray(a,e){if(a){if(\"string\"==typeof a)return _arrayLikeToArray(a,e);var s=Object.prototype.toString.call(a).slice(8,-1);return\"Object\"===s&&a.constructor&&(s=a.constructor.name),\"Map\"===s||\"Set\"===s?Array.from(s):\"Arguments\"===s||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(s)?_arrayLikeToArray(a,e):void 0}}var states=[\"AK\",\"AL\",\"AR\",\"AZ\",\"CA\",\"CO\",\"CT\",\"DE\",\"FL\",\"GA\",\"HI\",\"IA\",\"ID\",\"IL\",\"IN\",\"KS\",\"KY\",\"LA\",\"MA\",\"MD\",\"ME\",\"MI\",\"MN\",\"MO\",\"MS\",\"MT\",\"NC\",\"ND\",\"NE\",\"NH\",\"NJ\",\"NM\",\"NV\",\"NY\",\"OH\",\"OK\",\"OR\",\"PA\",\"RI\",\"SC\",\"SD\",\"TN\",\"TX\",\"UT\",\"VA\",\"VT\",\"WA\",\"WI\",\"WV\",\"WY\"],territories=[\"GU\",\"MP\",\"VI\",\"PR\",\"AS\"],DC=\"DC\",DA=\"DA\",cities=[\"NYC\"],places=_toConsumableArray(states).concat([DC],_toConsumableArray(territories),[DA],_toConsumableArray(cities)),placesLookupByAbbr={US:{slug:\"national-results\",abbr:\"US\",name:\"National Results\",fipsCode:\"00\"},AL:{slug:\"alabama\",abbr:\"AL\",name:\"Alabama\",fipsCode:\"01\"},AK:{slug:\"alaska\",abbr:\"AK\",name:\"Alaska\",fipsCode:\"02\"},AS:{slug:\"american-samoa\",abbr:\"AS\",name:\"American Samoa\",fipsCode:\"60\"},AZ:{slug:\"arizona\",abbr:\"AZ\",name:\"Arizona\",fipsCode:\"04\"},AR:{slug:\"arkansas\",abbr:\"AR\",name:\"Arkansas\",fipsCode:\"05\"},CA:{slug:\"california\",abbr:\"CA\",name:\"California\",fipsCode:\"06\"},CO:{slug:\"colorado\",abbr:\"CO\",name:\"Colorado\",fipsCode:\"08\"},CT:{slug:\"connecticut\",abbr:\"CT\",name:\"Connecticut\",fipsCode:\"09\",isNewEnglandState:!0},DE:{slug:\"delaware\",abbr:\"DE\",name:\"Delaware\",fipsCode:\"10\"},DA:{slug:\"democrats-abroad\",abbr:\"DA\",name:\"Democrats Abroad\",fipsCode:\"91\"},DC:{slug:\"district-of-columbia\",abbr:\"DC\",name:\"District of Columbia\",fipsCode:\"11\"},FL:{slug:\"florida\",abbr:\"FL\",name:\"Florida\",fipsCode:\"12\"},GA:{slug:\"georgia\",abbr:\"GA\",name:\"Georgia\",fipsCode:\"13\"},GU:{slug:\"guam\",abbr:\"GU\",name:\"Guam\",fipsCode:\"66\"},HI:{slug:\"hawaii\",abbr:\"HI\",name:\"Hawaii\",fipsCode:\"15\"},ID:{slug:\"idaho\",abbr:\"ID\",name:\"Idaho\",fipsCode:\"16\"},IL:{slug:\"illinois\",abbr:\"IL\",name:\"Illinois\",fipsCode:\"17\"},IN:{slug:\"indiana\",abbr:\"IN\",name:\"Indiana\",fipsCode:\"18\"},IA:{slug:\"iowa\",abbr:\"IA\",name:\"Iowa\",fipsCode:\"19\",hasPrecinctLevelReporting:!0},KS:{slug:\"kansas\",abbr:\"KS\",name:\"Kansas\",fipsCode:\"20\"},KY:{slug:\"kentucky\",abbr:\"KY\",name:\"Kentucky\",fipsCode:\"21\"},LA:{slug:\"louisiana\",abbr:\"LA\",name:\"Louisiana\",fipsCode:\"22\",isParishState:!0},ME:{slug:\"maine\",abbr:\"ME\",name:\"Maine\",fipsCode:\"23\",isNewEnglandState:!0},MD:{slug:\"maryland\",abbr:\"MD\",name:\"Maryland\",fipsCode:\"24\"},MA:{slug:\"massachusetts\",abbr:\"MA\",name:\"Massachusetts\",fipsCode:\"25\",isNewEnglandState:!0},MI:{slug:\"michigan\",abbr:\"MI\",name:\"Michigan\",fipsCode:\"26\"},MN:{slug:\"minnesota\",abbr:\"MN\",name:\"Minnesota\",fipsCode:\"27\"},MS:{slug:\"mississippi\",abbr:\"MS\",name:\"Mississippi\",fipsCode:\"28\"},MO:{slug:\"missouri\",abbr:\"MO\",name:\"Missouri\",fipsCode:\"29\"},MT:{slug:\"montana\",abbr:\"MT\",name:\"Montana\",fipsCode:\"30\"},NE:{slug:\"nebraska\",abbr:\"NE\",name:\"Nebraska\",fipsCode:\"31\"},NV:{slug:\"nevada\",abbr:\"NV\",name:\"Nevada\",fipsCode:\"32\",hasPrecinctLevelReporting:!0},NH:{slug:\"new-hampshire\",abbr:\"NH\",name:\"New Hampshire\",fipsCode:\"33\",isNewEnglandState:!0},NJ:{slug:\"new-jersey\",abbr:\"NJ\",name:\"New Jersey\",fipsCode:\"34\"},NM:{slug:\"new-mexico\",abbr:\"NM\",name:\"New Mexico\",fipsCode:\"35\"},NY:{slug:\"new-york\",abbr:\"NY\",name:\"New York\",fipsCode:\"36\"},NC:{slug:\"north-carolina\",abbr:\"NC\",name:\"North Carolina\",fipsCode:\"37\"},ND:{slug:\"north-dakota\",abbr:\"ND\",name:\"North Dakota\",fipsCode:\"38\",hasDistrictLevelReporting:!0},MP:{slug:\"northern-mariana-islands\",abbr:\"MP\",name:\"Northern Mariana Islands\",fipsCode:\"69\"},OH:{slug:\"ohio\",abbr:\"OH\",name:\"Ohio\",fipsCode:\"39\"},OK:{slug:\"oklahoma\",abbr:\"OK\",name:\"Oklahoma\",fipsCode:\"40\"},OR:{slug:\"oregon\",abbr:\"OR\",name:\"Oregon\",fipsCode:\"41\"},PA:{slug:\"pennsylvania\",abbr:\"PA\",name:\"Pennsylvania\",fipsCode:\"42\"},PR:{slug:\"puerto-rico\",abbr:\"PR\",name:\"Puerto Rico\",fipsCode:\"72\"},RI:{slug:\"rhode-island\",abbr:\"RI\",name:\"Rhode Island\",fipsCode:\"44\",isNewEnglandState:!0},SC:{slug:\"south-carolina\",abbr:\"SC\",name:\"South Carolina\",fipsCode:\"45\"},SD:{slug:\"south-dakota\",abbr:\"SD\",name:\"South Dakota\",fipsCode:\"46\"},TN:{slug:\"tennessee\",abbr:\"TN\",name:\"Tennessee\",fipsCode:\"47\"},TX:{slug:\"texas\",abbr:\"TX\",name:\"Texas\",fipsCode:\"48\"},UT:{slug:\"utah\",abbr:\"UT\",name:\"Utah\",fipsCode:\"49\"},VT:{slug:\"vermont\",abbr:\"VT\",name:\"Vermont\",fipsCode:\"50\",isNewEnglandState:!0},VI:{slug:\"virgin-islands\",abbr:\"VI\",name:\"Virgin Islands\",fipsCode:\"78\"},VA:{slug:\"virginia\",abbr:\"VA\",name:\"Virginia\",fipsCode:\"51\"},WA:{slug:\"washington\",abbr:\"WA\",name:\"Washington\",fipsCode:\"53\"},WV:{slug:\"west-virginia\",abbr:\"WV\",name:\"West Virginia\",fipsCode:\"54\"},WI:{slug:\"wisconsin\",abbr:\"WI\",name:\"Wisconsin\",fipsCode:\"55\"},WY:{slug:\"wyoming\",abbr:\"WY\",name:\"Wyoming\",fipsCode:\"56\"}},statesOnlyLookupAbbr=states.reduce(function(a,e){return a[e]=placesLookupByAbbr[e],a},{}),statesOptionsForDropdown=Object.keys(statesOnlyLookupAbbr).map(function(a){return{title:statesOnlyLookupAbbr[a].name,id:a}}),placesLookupBySlug={\"national-results\":{slug:\"national-results\",abbr:\"US\",name:\"National Results\",fipsCode:\"00\"},alabama:{slug:\"alabama\",abbr:\"AL\",name:\"Alabama\",fipsCode:\"01\"},alaska:{slug:\"alaska\",abbr:\"AK\",name:\"Alaska\",fipsCode:\"02\"},\"american-samoa\":{slug:\"american-samoa\",abbr:\"AS\",name:\"American Samoa\",fipsCode:\"60\"},arizona:{slug:\"arizona\",abbr:\"AZ\",name:\"Arizona\",fipsCode:\"04\"},arkansas:{slug:\"arkansas\",abbr:\"AR\",name:\"Arkansas\",fipsCode:\"05\"},california:{slug:\"california\",abbr:\"CA\",name:\"California\",fipsCode:\"06\"},colorado:{slug:\"colorado\",abbr:\"CO\",name:\"Colorado\",fipsCode:\"08\"},connecticut:{slug:\"connecticut\",abbr:\"CT\",name:\"Connecticut\",fipsCode:\"09\",isNewEnglandState:!0},delaware:{slug:\"delaware\",abbr:\"DE\",name:\"Delaware\",fipsCode:\"10\"},\"democrats-abroad\":{slug:\"democrats-abroad\",abbr:\"DA\",name:\"Democrats Abroad\",fipsCode:\"91\"},\"district-of-columbia\":{slug:\"district-of-columbia\",abbr:\"DC\",name:\"District of Columbia\",fipsCode:\"11\"},florida:{slug:\"florida\",abbr:\"FL\",name:\"Florida\",fipsCode:\"12\"},georgia:{slug:\"georgia\",abbr:\"GA\",name:\"Georgia\",fipsCode:\"13\"},guam:{slug:\"guam\",abbr:\"GU\",name:\"Guam\",fipsCode:\"66\"},hawaii:{slug:\"hawaii\",abbr:\"HI\",name:\"Hawaii\",fipsCode:\"15\"},idaho:{slug:\"idaho\",abbr:\"ID\",name:\"Idaho\",fipsCode:\"16\"},illinois:{slug:\"illinois\",abbr:\"IL\",name:\"Illinois\",fipsCode:\"17\"},indiana:{slug:\"indiana\",abbr:\"IN\",name:\"Indiana\",fipsCode:\"18\"},iowa:{slug:\"iowa\",abbr:\"IA\",name:\"Iowa\",fipsCode:\"19\",hasPrecinctLevelReporting:!0},kansas:{slug:\"kansas\",abbr:\"KS\",name:\"Kansas\",fipsCode:\"20\"},kentucky:{slug:\"kentucky\",abbr:\"KY\",name:\"Kentucky\",fipsCode:\"21\"},louisiana:{slug:\"louisiana\",abbr:\"LA\",name:\"Louisiana\",fipsCode:\"22\",isParishState:!0},maine:{slug:\"maine\",abbr:\"ME\",name:\"Maine\",fipsCode:\"23\",isNewEnglandState:!0},maryland:{slug:\"maryland\",abbr:\"MD\",name:\"Maryland\",fipsCode:\"24\"},massachusetts:{slug:\"massachusetts\",abbr:\"MA\",name:\"Massachusetts\",fipsCode:\"25\",isNewEnglandState:!0},michigan:{slug:\"michigan\",abbr:\"MI\",name:\"Michigan\",fipsCode:\"26\"},minnesota:{slug:\"minnesota\",abbr:\"MN\",name:\"Minnesota\",fipsCode:\"27\"},mississippi:{slug:\"mississippi\",abbr:\"MS\",name:\"Mississippi\",fipsCode:\"28\"},missouri:{slug:\"missouri\",abbr:\"MO\",name:\"Missouri\",fipsCode:\"29\"},montana:{slug:\"montana\",abbr:\"MT\",name:\"Montana\",fipsCode:\"30\"},nebraska:{slug:\"nebraska\",abbr:\"NE\",name:\"Nebraska\",fipsCode:\"31\"},nevada:{slug:\"nevada\",abbr:\"NV\",name:\"Nevada\",fipsCode:\"32\",hasPrecinctLevelReporting:!0},\"new-hampshire\":{slug:\"new-hampshire\",abbr:\"NH\",name:\"New Hampshire\",fipsCode:\"33\",isNewEnglandState:!0},\"new-jersey\":{slug:\"new-jersey\",abbr:\"NJ\",name:\"New Jersey\",fipsCode:\"34\"},\"new-mexico\":{slug:\"new-mexico\",abbr:\"NM\",name:\"New Mexico\",fipsCode:\"35\"},\"new-york\":{slug:\"new-york\",abbr:\"NY\",name:\"New York\",fipsCode:\"36\"},\"north-carolina\":{slug:\"north-carolina\",abbr:\"NC\",name:\"North Carolina\",fipsCode:\"37\"},\"north-dakota\":{slug:\"north-dakota\",abbr:\"ND\",name:\"North Dakota\",fipsCode:\"38\",hasDistrictLevelReporting:!0},\"northern-mariana-islands\":{slug:\"northern-mariana-islands\",abbr:\"MP\",name:\"Northern Mariana Islands\",fipsCode:\"69\"},ohio:{slug:\"ohio\",abbr:\"OH\",name:\"Ohio\",fipsCode:\"39\"},oklahoma:{slug:\"oklahoma\",abbr:\"OK\",name:\"Oklahoma\",fipsCode:\"40\"},oregon:{slug:\"oregon\",abbr:\"OR\",name:\"Oregon\",fipsCode:\"41\"},pennsylvania:{slug:\"pennsylvania\",abbr:\"PA\",name:\"Pennsylvania\",fipsCode:\"42\"},\"puerto-rico\":{slug:\"puerto-rico\",abbr:\"PR\",name:\"Puerto Rico\",fipsCode:\"72\"},\"rhode-island\":{slug:\"rhode-island\",abbr:\"RI\",name:\"Rhode Island\",fipsCode:\"44\",isNewEnglandState:!0},\"south-carolina\":{slug:\"south-carolina\",abbr:\"SC\",name:\"South Carolina\",fipsCode:\"45\"},\"south-dakota\":{slug:\"south-dakota\",abbr:\"SD\",name:\"South Dakota\",fipsCode:\"46\"},tennessee:{slug:\"tennessee\",abbr:\"TN\",name:\"Tennessee\",fipsCode:\"47\"},texas:{slug:\"texas\",abbr:\"TX\",name:\"Texas\",fipsCode:\"48\"},utah:{slug:\"utah\",abbr:\"UT\",name:\"Utah\",fipsCode:\"49\"},vermont:{slug:\"vermont\",abbr:\"VT\",name:\"Vermont\",fipsCode:\"50\",isNewEnglandState:!0},\"virgin-islands\":{slug:\"virgin-islands\",abbr:\"VI\",name:\"Virgin Islands\",fipsCode:\"78\"},virginia:{slug:\"virginia\",abbr:\"VA\",name:\"Virginia\",fipsCode:\"51\"},washington:{slug:\"washington\",abbr:\"WA\",name:\"Washington\",fipsCode:\"53\"},\"west-virginia\":{slug:\"west-virginia\",abbr:\"WV\",name:\"West Virginia\",fipsCode:\"54\"},wisconsin:{slug:\"wisconsin\",abbr:\"WI\",name:\"Wisconsin\",fipsCode:\"55\"},wyoming:{slug:\"wyoming\",abbr:\"WY\",name:\"Wyoming\",fipsCode:\"56\"}},placesLookupByFips={99:{slug:\"national-results\",abbr:\"US\",name:\"National Results\",fipsCode:\"99\"},\"01\":{slug:\"alabama\",abbr:\"AL\",name:\"Alabama\",fipsCode:\"01\"},\"02\":{slug:\"alaska\",abbr:\"AK\",name:\"Alaska\",fipsCode:\"02\"},60:{slug:\"american-samoa\",abbr:\"AS\",name:\"American Samoa\",fipsCode:\"60\"},\"04\":{slug:\"arizona\",abbr:\"AZ\",name:\"Arizona\",fipsCode:\"04\"},\"05\":{slug:\"arkansas\",abbr:\"AR\",name:\"Arkansas\",fipsCode:\"05\"},\"06\":{slug:\"california\",abbr:\"CA\",name:\"California\",fipsCode:\"06\"},\"08\":{slug:\"colorado\",abbr:\"CO\",name:\"Colorado\",fipsCode:\"08\"},\"09\":{slug:\"connecticut\",abbr:\"CT\",name:\"Connecticut\",fipsCode:\"09\",isNewEnglandState:!0},10:{slug:\"delaware\",abbr:\"DE\",name:\"Delaware\",fipsCode:\"10\"},91:{slug:\"democrats-abroad\",abbr:\"DA\",name:\"Democrats Abroad\",fipsCode:\"91\"},11:{slug:\"district-of-columbia\",abbr:\"DC\",name:\"District of Columbia\",fipsCode:\"11\"},12:{slug:\"florida\",abbr:\"FL\",name:\"Florida\",fipsCode:\"12\"},13:{slug:\"georgia\",abbr:\"GA\",name:\"Georgia\",fipsCode:\"13\"},66:{slug:\"guam\",abbr:\"GU\",name:\"Guam\",fipsCode:\"66\"},15:{slug:\"hawaii\",abbr:\"HI\",name:\"Hawaii\",fipsCode:\"15\"},16:{slug:\"idaho\",abbr:\"ID\",name:\"Idaho\",fipsCode:\"16\"},17:{slug:\"illinois\",abbr:\"IL\",name:\"Illinois\",fipsCode:\"17\"},18:{slug:\"indiana\",abbr:\"IN\",name:\"Indiana\",fipsCode:\"18\"},19:{slug:\"iowa\",abbr:\"IA\",name:\"Iowa\",fipsCode:\"19\",hasPrecinctLevelReporting:!0},20:{slug:\"kansas\",abbr:\"KS\",name:\"Kansas\",fipsCode:\"20\"},21:{slug:\"kentucky\",abbr:\"KY\",name:\"Kentucky\",fipsCode:\"21\"},22:{slug:\"louisiana\",abbr:\"LA\",name:\"Louisiana\",fipsCode:\"22\",isParishState:!0},23:{slug:\"maine\",abbr:\"ME\",name:\"Maine\",fipsCode:\"23\",isNewEnglandState:!0},24:{slug:\"maryland\",abbr:\"MD\",name:\"Maryland\",fipsCode:\"24\"},25:{slug:\"massachusetts\",abbr:\"MA\",name:\"Massachusetts\",fipsCode:\"25\",isNewEnglandState:!0},26:{slug:\"michigan\",abbr:\"MI\",name:\"Michigan\",fipsCode:\"26\"},27:{slug:\"minnesota\",abbr:\"MN\",name:\"Minnesota\",fipsCode:\"27\"},28:{slug:\"mississippi\",abbr:\"MS\",name:\"Mississippi\",fipsCode:\"28\"},29:{slug:\"missouri\",abbr:\"MO\",name:\"Missouri\",fipsCode:\"29\"},30:{slug:\"montana\",abbr:\"MT\",name:\"Montana\",fipsCode:\"30\"},31:{slug:\"nebraska\",abbr:\"NE\",name:\"Nebraska\",fipsCode:\"31\"},32:{slug:\"nevada\",abbr:\"NV\",name:\"Nevada\",fipsCode:\"32\",hasPrecinctLevelReporting:!0},33:{slug:\"new-hampshire\",abbr:\"NH\",name:\"New Hampshire\",fipsCode:\"33\",isNewEnglandState:!0},34:{slug:\"new-jersey\",abbr:\"NJ\",name:\"New Jersey\",fipsCode:\"34\"},35:{slug:\"new-mexico\",abbr:\"NM\",name:\"New Mexico\",fipsCode:\"35\"},36:{slug:\"new-york\",abbr:\"NY\",name:\"New York\",fipsCode:\"36\"},37:{slug:\"north-carolina\",abbr:\"NC\",name:\"North Carolina\",fipsCode:\"37\"},38:{slug:\"north-dakota\",abbr:\"ND\",name:\"North Dakota\",fipsCode:\"38\",hasDistrictLevelReporting:!0},69:{slug:\"northern-mariana-islands\",abbr:\"MP\",name:\"Northern Mariana Islands\",fipsCode:\"69\"},39:{slug:\"ohio\",abbr:\"OH\",name:\"Ohio\",fipsCode:\"39\"},40:{slug:\"oklahoma\",abbr:\"OK\",name:\"Oklahoma\",fipsCode:\"40\"},41:{slug:\"oregon\",abbr:\"OR\",name:\"Oregon\",fipsCode:\"41\"},42:{slug:\"pennsylvania\",abbr:\"PA\",name:\"Pennsylvania\",fipsCode:\"42\"},72:{slug:\"puerto-rico\",abbr:\"PR\",name:\"Puerto Rico\",fipsCode:\"72\"},44:{slug:\"rhode-island\",abbr:\"RI\",name:\"Rhode Island\",fipsCode:\"44\",isNewEnglandState:!0},45:{slug:\"south-carolina\",abbr:\"SC\",name:\"South Carolina\",fipsCode:\"45\"},46:{slug:\"south-dakota\",abbr:\"SD\",name:\"South Dakota\",fipsCode:\"46\"},47:{slug:\"tennessee\",abbr:\"TN\",name:\"Tennessee\",fipsCode:\"47\"},48:{slug:\"texas\",abbr:\"TX\",name:\"Texas\",fipsCode:\"48\"},49:{slug:\"utah\",abbr:\"UT\",name:\"Utah\",fipsCode:\"49\"},50:{slug:\"vermont\",abbr:\"VT\",name:\"Vermont\",fipsCode:\"50\",isNewEnglandState:!0},78:{slug:\"virgin-islands\",abbr:\"VI\",name:\"Virgin Islands\",fipsCode:\"78\"},51:{slug:\"virginia\",abbr:\"VA\",name:\"Virginia\",fipsCode:\"51\"},53:{slug:\"washington\",abbr:\"WA\",name:\"Washington\",fipsCode:\"53\"},54:{slug:\"west-virginia\",abbr:\"WV\",name:\"West Virginia\",fipsCode:\"54\"},55:{slug:\"wisconsin\",abbr:\"WI\",name:\"Wisconsin\",fipsCode:\"55\"},56:{slug:\"wyoming\",abbr:\"WY\",name:\"Wyoming\",fipsCode:\"56\"}};exports.places=places,exports.placesLookupByAbbr=placesLookupByAbbr,exports.placesLookupByFips=placesLookupByFips,exports.placesLookupBySlug=placesLookupBySlug,exports.statesOptionsForDropdown=statesOptionsForDropdown;\\n}, {}];\\nwindow.modules[\"646\"] = [function(require,module,exports){\"use strict\";var RUNOFF_INFORMATIONAL_TEXT=\"Advancing to runoff\",PROJECTED_WINNER_TEXT=\"Projected Winner\",PRESUMPTIVE_NOMINEE_TEXT=\"Presumptive Nominee\";exports.PRESUMPTIVE_NOMINEE_TEXT=PRESUMPTIVE_NOMINEE_TEXT,exports.PROJECTED_WINNER_TEXT=PROJECTED_WINNER_TEXT,exports.RUNOFF_INFORMATIONAL_TEXT=RUNOFF_INFORMATIONAL_TEXT;\\n}, {}];\\nwindow.modules[\"647\"] = [function(require,module,exports){\"use strict\";function _defineProperty(e,t,i){return t in e?Object.defineProperty(e,t,{value:i,enumerable:!0,configurable:!0,writable:!0}):e[t]=i,e}function _objectSpread(e){for(var t=1;t<arguments.length;t++){var i=null!=arguments[t]?arguments[t]:{},l=Object.keys(i);\"function\"==typeof Object.getOwnPropertySymbols&&(l=l.concat(Object.getOwnPropertySymbols(i).filter(function(e){return Object.getOwnPropertyDescriptor(i,e).enumerable}))),l.forEach(function(t){_defineProperty(e,t,i[t])})}return e}var COMPETITIVE_TAGS_CONFIG={leanDem:\"Lean Democratic\",likelyDem:\"Likely Democratic\",tossUp:\"Toss-up\",tiltDem:\"Tilt Democratic\",tiltRep:\"Tilt Republican\",leanRep:\"Lean Republican\",likelyRep:\"Likely Republican\"},SOLID_TAGS_CONFIG={solidDem:\"Solid Democratic\",solidRep:\"Solid Republican\"},ALL_TAGS_DROPDOWN=[{title:\"Toss-up\",id:\"tossUp\"},{title:\"Tilt Republican\",id:\"tiltRep\"},{title:\"Lean Republican\",id:\"leanRep\"},{title:\"Likely Republican\",id:\"likelyRep\"},{title:\"Solid Republican\",id:\"solidRep\"},{title:\"Tilt Democratic\",id:\"tiltDem\"},{title:\"Lean Democratic\",id:\"leanDem\"},{title:\"Likely Democratic\",id:\"likelyDem\"},{title:\"Solid Democratic\",id:\"solidDem\"}],ALL_TAGS_CONFIG=_objectSpread({},COMPETITIVE_TAGS_CONFIG,SOLID_TAGS_CONFIG);exports.ALL_TAGS_CONFIG=ALL_TAGS_CONFIG,exports.ALL_TAGS_DROPDOWN=ALL_TAGS_DROPDOWN,exports.COMPETITIVE_TAGS_CONFIG=COMPETITIVE_TAGS_CONFIG;\\n}, {}];\\nwindow.modules[\"648\"] = [function(require,module,exports){\"use strict\";var _lib_browser_common_types_ui_UiTypes=require(650),raceRatingsBopMobile_lib_browser=require(649);function _defineProperty(e,o,t){return o in e?Object.defineProperty(e,o,{value:t,enumerable:!0,configurable:!0,writable:!0}):e[o]=t,e}var _obj,DEFAULT_NO_PARTY_GRAY=\"#C4C4C4\",CAPTION_STRINGS={HG:{upForElectionDem:\"House seats rated in favor of Democrats\",upForElectionRep:\"House seats rated in favor of Republicans\",notYetRatedDem:\"Seats currently held by Democrats, but not yet rated\",notYetRatedRep:\"Seats currently held by Republicans, but not yet rated\"},SG:{notUpForReelectionDem:\"Democratic Senate seats not up for reelection\",notUpForReelectionRep:\"Republican Senate seats not up for reelection\",upForElectionDem:\"Senate seats rated in favor of Democrats\",upForElectionRep:\"Senate seats rated in favor of Republicans\"},GG:{notUpForReelectionDem:\"Democratic gubernatorial seats not up for election\",notUpForReelectionRep:\"Republican gubernatorial seats not up for election\",upForElectionDem:\"Gubernatorial seats rated in favor of Democrats\",upForElectionRep:\"Gubernatorial seats rated in favor of Republicans\"}},TAGS_CONFIG={leanDem:\"Lean Democratic\",likelyDem:\"Likely Democratic\",solidDem:\"Solid Democratic\",tiltDem:\"Tilt Democratic\",tiltRep:\"Tilt Republican\",leanRep:\"Lean Republican\",likelyRep:\"Likely Republican\",solidRep:\"Solid Republican\",leanInd:\"Lean Independent\",likelyInd:\"Likely Independent\",solidInd:\"Solid Independent\",tiltInd:\"Tilt Independent\",tossUp:\"Toss-up\"},COLORS_CONFIG=(_defineProperty(_obj={leanDem:{ratingColor:\"#92D4FC\",fontColor:\"#000000\"},likelyDem:{ratingColor:\"#3B9AFF\",fontColor:\"#000000\"},solidDem:{ratingColor:\"#1A6AFF\",fontColor:\"#000000\"},tiltDem:{ratingColor:\"#C8EAFF\",fontColor:\"#000000\"},tiltRep:{ratingColor:\"#FFCDCB\",fontColor:\"#000000\"},leanRep:{ratingColor:\"#FF9D99\",fontColor:\"#000000\"},likelyRep:{ratingColor:\"#FF6D6D\",fontColor:\"#000000\"},solidRep:{ratingColor:\"#FF4A43\",fontColor:\"#000000\"},leanInd:{ratingColor:\"#B1A8F7\",fontColor:\"#000000\"},likelyInd:{ratingColor:\"#9D74E2\",fontColor:\"#000000\"},solidInd:{ratingColor:\"#853DCC\",fontColor:\"#FFFFFF\"},tiltInd:{ratingColor:\"#D7D2FA\",fontColor:\"#000000\"},notYetRated:{ratingColor:\"#C4C4C4\",fontColor:\"#000000\"},tossUp:{ratingColor:\"#FFC61C\",fontColor:\"#000000\"}},\"\".concat(raceRatingsBopMobile_lib_browser.NOT_UP_FOR_REELECTION,\"Dem\"),{ratingColor:\"#3B9AFF\",fontColor:\"#000000\"}),_defineProperty(_obj,\"\".concat(raceRatingsBopMobile_lib_browser.NOT_UP_FOR_REELECTION,\"Rep\"),{ratingColor:\"#FF6D6D\",fontColor:\"#000000\"}),_defineProperty(_obj,\"\".concat(raceRatingsBopMobile_lib_browser.NOT_UP_FOR_REELECTION,\"Ind\"),{ratingColor:\"#9D74E2\",fontColor:\"#000000\"}),_obj),CAPTION_COLLECTIONS={HG:{notYetRatedRep:{status:_lib_browser_common_types_ui_UiTypes.UiStatus.inactive},notYetRatedDem:{status:_lib_browser_common_types_ui_UiTypes.UiStatus.inactive},upForElectionRep:{status:_lib_browser_common_types_ui_UiTypes.UiStatus.active},upForElectionDem:{status:_lib_browser_common_types_ui_UiTypes.UiStatus.active},tossUp:{status:_lib_browser_common_types_ui_UiTypes.UiStatus.disabled}},SG:{upForElectionRep:{status:_lib_browser_common_types_ui_UiTypes.UiStatus.active},upForElectionDem:{status:_lib_browser_common_types_ui_UiTypes.UiStatus.active},tossUp:{status:_lib_browser_common_types_ui_UiTypes.UiStatus.disabled},notUpForReelectionDem:{status:_lib_browser_common_types_ui_UiTypes.UiStatus.inactive},notUpForReelectionRep:{status:_lib_browser_common_types_ui_UiTypes.UiStatus.inactive}},GG:{upForElectionRep:{status:_lib_browser_common_types_ui_UiTypes.UiStatus.active},upForElectionDem:{status:_lib_browser_common_types_ui_UiTypes.UiStatus.active},tossUp:{status:_lib_browser_common_types_ui_UiTypes.UiStatus.disabled},notUpForReelectionDem:{status:_lib_browser_common_types_ui_UiTypes.UiStatus.inactive},notUpForReelectionRep:{status:_lib_browser_common_types_ui_UiTypes.UiStatus.inactive}}};exports.CAPTION_COLLECTIONS=CAPTION_COLLECTIONS,exports.CAPTION_STRINGS=CAPTION_STRINGS,exports.COLORS_CONFIG=COLORS_CONFIG,exports.DEFAULT_NO_PARTY_GRAY=DEFAULT_NO_PARTY_GRAY,exports.TAGS_CONFIG=TAGS_CONFIG;\\n}, {\"649\":649,\"650\":650}];\\nwindow.modules[\"649\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_svelte_internal_index=require(548),raceRatingsBop_lib_browser=require(2287),_lib_browser_common_helpers_cssvars=require(612),_lib_browser_common_constants_raceRatingsConfigs=require(648),_vendor_browser_lodash_lodash=require(570),RaceRatingsGroups=function(e){return e.DEMOCRATIC=\"Democratic\",e.REPUBLICAN=\"Republican\",e.INDEPENDENT=\"Independent\",e.TOSSUP=\"Toss-up\",e.NOT_YET_RATED=\"Not yet rated\",e.TOTAL=\"Total\",e}(RaceRatingsGroups||{}),TILT=\"tilt\",LEAN=\"lean\",LIKELY=\"likely\",SOLID=\"solid\",NOT_UP_FOR_REELECTION=\"notUpForReelection\",TOTAL=\"total\",RACE_RATINGS_MOBILE_ROW_ORDER=[RaceRatingsGroups.REPUBLICAN,RaceRatingsGroups.DEMOCRATIC,RaceRatingsGroups.INDEPENDENT,RaceRatingsGroups.TOSSUP,RaceRatingsGroups.NOT_YET_RATED,RaceRatingsGroups.TOTAL],doRatingsContain=function(e){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:NOT_UP_FOR_REELECTION;return!!e&&!Object.keys(e).every(function(r){return(e[r]?Object.keys(e[r]):[]).every(function(e){return!e.includes(n)})})},getColor=function(e,n,r){if(e===RaceRatingsGroups.TOSSUP)return _lib_browser_common_constants_raceRatingsConfigs.COLORS_CONFIG.tossUp[r];if(e===RaceRatingsGroups.NOT_YET_RATED)return _lib_browser_common_constants_raceRatingsConfigs.COLORS_CONFIG.notYetRated[r];var _=n!==TOTAL?n+e.slice(0,3):n,t=_lib_browser_common_constants_raceRatingsConfigs.COLORS_CONFIG[_];return t&&t[r]?t[r]:\"none\"},getBgColor=function(e,n){return getColor(e,n,\"ratingColor\")},getFontColor=function(e,n){return getColor(e,n,\"fontColor\")};function _arrayLikeToArray(e,n){(null==n||n>e.length)&&(n=e.length);for(var r=0,_=new Array(n);r<n;r++)_[r]=e[r];return _}function _arrayWithHoles(e){if(Array.isArray(e))return e}function _assertThisInitialized(e){if(void 0===e)throw new ReferenceError(\"this hasn\\'t been initialised - super() hasn\\'t been called\");return e}function _classCallCheck(e,n){if(!(e instanceof n))throw new TypeError(\"Cannot call a class as a function\")}function _getPrototypeOf(e){return(_getPrototypeOf=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function _inherits(e,n){if(\"function\"!=typeof n&&null!==n)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(n&&n.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),n&&_setPrototypeOf(e,n)}function _iterableToArrayLimit(e,n){var r=null==e?null:\"undefined\"!=typeof Symbol&&e[Symbol.iterator]||e[\"@@iterator\"];if(null!=r){var _,t,o=[],i=!0,l=!1;try{for(r=r.call(e);!(i=(_=r.next()).done)&&(o.push(_.value),!n||o.length!==n);i=!0);}catch(e){l=!0,t=e}finally{try{i||null==r.return||r.return()}finally{if(l)throw t}}return o}}function _nonIterableRest(){throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\\\\\\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}function _possibleConstructorReturn(e,n){return!n||\"object\"!==_typeof(n)&&\"function\"!=typeof n?_assertThisInitialized(e):n}function _setPrototypeOf(e,n){return(_setPrototypeOf=Object.setPrototypeOf||function(e,n){return e.__proto__=n,e})(e,n)}function _slicedToArray(e,n){return _arrayWithHoles(e)||_iterableToArrayLimit(e,n)||_unsupportedIterableToArray(e,n)||_nonIterableRest()}var _typeof=function(e){return e&&\"undefined\"!=typeof Symbol&&e.constructor===Symbol?\"symbol\":typeof e};function _unsupportedIterableToArray(e,n){if(e){if(\"string\"==typeof e)return _arrayLikeToArray(e,n);var r=Object.prototype.toString.call(e).slice(8,-1);return\"Object\"===r&&e.constructor&&(r=e.constructor.name),\"Map\"===r||\"Set\"===r?Array.from(r):\"Arguments\"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?_arrayLikeToArray(e,n):void 0}}function _isNativeReflectConstruct(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function _createSuper(e){var n=_isNativeReflectConstruct();return function(){var r,_=_getPrototypeOf(e);if(n){var t=_getPrototypeOf(this).constructor;r=Reflect.construct(_,arguments,t)}else r=_.apply(this,arguments);return _possibleConstructorReturn(this,r)}}function add_css(e){_vendor_browser_svelte_internal_index.append_styles(e,\"cnn-pcl-gcfja0\",\\'.race-ratings-bop-mobile-1VuAah.cnn-pcl-gcfja0.cnn-pcl-gcfja0{width:100%;display:flex;flex-direction:column;justify-content:center}.race-ratings-bop-mobile-1VuAah.cnn-pcl-gcfja0 table.cnn-pcl-gcfja0{font-family:cnn_sans_display, helveticaneue, Helvetica, Arial, Utkal, sans-serif;font-weight:400;font-size:12px;font-weight:400;width:100%;margin:0 -6px;border-collapse:separate;border-spacing:6px 4px}.race-ratings-bop-mobile-1VuAah.cnn-pcl-gcfja0 table tr th.cnn-pcl-gcfja0{min-width:28px;max-width:60px;column-span:1;text-align:center;vertical-align:bottom;max-height:25px;line-height:13px}.race-ratings-bop-mobile-1VuAah.cnn-pcl-gcfja0 table tr td.cnn-pcl-gcfja0{font-family:cnn_sans_display, helveticaneue, Helvetica, Arial, Utkal, sans-serif;font-weight:400;width:14%;font-weight:400;text-align:center;font-size:15px;border:0.5px solid #000000;background-color:var(--bgColor);color:var(--color)}.race-ratings-bop-mobile-1VuAah.cnn-pcl-gcfja0 table tr td.cnn-pcl-gcfja0:first-child{font-family:cnn_sans_display, helveticaneue, Helvetica, Arial, Utkal, sans-serif;font-weight:400;white-space:nowrap;font-size:12px;border:none;background-color:none;text-align:start;line-height:13px}.race-ratings-bop-mobile-1VuAah.cnn-pcl-gcfja0 table tr td.cnn-pcl-gcfja0:last-child{position:relative}.race-ratings-bop-mobile-1VuAah.cnn-pcl-gcfja0 table tr td.cnn-pcl-gcfja0:last-child::before{content:\"\";width:1px;height:28px;position:absolute;border-left:0px solid;left:-4px;top:-4px;background:black}.race-ratings-bop-mobile-1VuAah.cnn-pcl-gcfja0 table tr td.initial-border-T2H0ay.cnn-pcl-gcfja0::before{content:\"\";width:1px;height:30px;position:absolute;border-left:0px solid;left:-4px;top:-1px;background:black}.race-ratings-bop-mobile-1VuAah.cnn-pcl-gcfja0 table tr td.hidden-2gOsBD.cnn-pcl-gcfja0{border:none;background-color:inherit}.race-ratings-bop-mobile-1VuAah.cnn-pcl-gcfja0 table tr td.hatched-3xYJu1.cnn-pcl-gcfja0{width:20%;background:repeating-linear-gradient(283deg, #c4c4c4, #c4c4c4 2px, var(--hatchColor) 2px, var(--hatchColor) 4px)}.race-ratings-bop-mobile-1VuAah.cnn-pcl-gcfja0 table tr:last-child td.cnn-pcl-gcfja0{border:none;position:relative}.race-ratings-bop-mobile-1VuAah.cnn-pcl-gcfja0 table tr:last-child td.cnn-pcl-gcfja0::before{content:\"\";width:1px;height:30px;position:absolute;border-left:0px solid;left:-4px;top:0;background:white}.race-ratings-bop-mobile-1VuAah.cnn-pcl-gcfja0 table tr:last-child td.cnn-pcl-gcfja0:last-child::before{content:\"\";width:100%;height:1px;position:absolute;border-top:0px solid;left:0px;top:0;background:black}\\')}function get_each_context(e,n,r){var _=e.slice();return _[4]=n[r],_[6]=r,_}function create_if_block(e){for(var n,r,_,t,o,i,l,a,s,d,c,v,b,p,x,u,w,h,f,g,m,y,R,O,T=e[1]&&create_if_block_3(),E=RACE_RATINGS_MOBILE_ROW_ORDER,L=[],A=0;A<E.length;A+=1)L[A]=create_each_block(get_each_context(e,E,A));return R=new raceRatingsBop_lib_browser.RatingsLastUpdated({props:{results:e[0]}}),{c:function(){n=_vendor_browser_svelte_internal_index.element(\"div\"),r=_vendor_browser_svelte_internal_index.element(\"table\"),_=_vendor_browser_svelte_internal_index.element(\"tr\"),t=_vendor_browser_svelte_internal_index.element(\"th\"),o=_vendor_browser_svelte_internal_index.space(),i=_vendor_browser_svelte_internal_index.element(\"th\"),l=_vendor_browser_svelte_internal_index.text(\"Tilt\"),a=_vendor_browser_svelte_internal_index.space(),s=_vendor_browser_svelte_internal_index.element(\"th\"),d=_vendor_browser_svelte_internal_index.text(\"Lean\"),c=_vendor_browser_svelte_internal_index.space(),v=_vendor_browser_svelte_internal_index.element(\"th\"),b=_vendor_browser_svelte_internal_index.text(\"Likely\"),p=_vendor_browser_svelte_internal_index.space(),x=_vendor_browser_svelte_internal_index.element(\"th\"),u=_vendor_browser_svelte_internal_index.text(\"Solid\"),w=_vendor_browser_svelte_internal_index.space(),T&&T.c(),h=_vendor_browser_svelte_internal_index.space(),f=_vendor_browser_svelte_internal_index.element(\"th\"),g=_vendor_browser_svelte_internal_index.text(\"Total\"),m=_vendor_browser_svelte_internal_index.space();for(var e=0;e<L.length;e+=1)L[e].c();y=_vendor_browser_svelte_internal_index.space(),_vendor_browser_svelte_internal_index.create_component(R.$$.fragment),this.h()},l:function(e){n=_vendor_browser_svelte_internal_index.claim_element(e,\"DIV\",{class:!0});var O=_vendor_browser_svelte_internal_index.children(n);r=_vendor_browser_svelte_internal_index.claim_element(O,\"TABLE\",{\"data-testid\":!0,class:!0});var E=_vendor_browser_svelte_internal_index.children(r);_=_vendor_browser_svelte_internal_index.claim_element(E,\"TR\",{\"data-testid\":!0});var A=_vendor_browser_svelte_internal_index.children(_);t=_vendor_browser_svelte_internal_index.claim_element(A,\"TH\",{\"data-testid\":!0,class:!0}),_vendor_browser_svelte_internal_index.children(t).forEach(_vendor_browser_svelte_internal_index.detach),o=_vendor_browser_svelte_internal_index.claim_space(A),i=_vendor_browser_svelte_internal_index.claim_element(A,\"TH\",{\"data-testid\":!0,class:!0});var C=_vendor_browser_svelte_internal_index.children(i);l=_vendor_browser_svelte_internal_index.claim_text(C,\"Tilt\"),C.forEach(_vendor_browser_svelte_internal_index.detach),a=_vendor_browser_svelte_internal_index.claim_space(A),s=_vendor_browser_svelte_internal_index.claim_element(A,\"TH\",{\"data-testid\":!0,class:!0});var j=_vendor_browser_svelte_internal_index.children(s);d=_vendor_browser_svelte_internal_index.claim_text(j,\"Lean\"),j.forEach(_vendor_browser_svelte_internal_index.detach),c=_vendor_browser_svelte_internal_index.claim_space(A),v=_vendor_browser_svelte_internal_index.claim_element(A,\"TH\",{\"data-testid\":!0,class:!0});var N=_vendor_browser_svelte_internal_index.children(v);b=_vendor_browser_svelte_internal_index.claim_text(N,\"Likely\"),N.forEach(_vendor_browser_svelte_internal_index.detach),p=_vendor_browser_svelte_internal_index.claim_space(A),x=_vendor_browser_svelte_internal_index.claim_element(A,\"TH\",{\"data-testid\":!0,class:!0});var I=_vendor_browser_svelte_internal_index.children(x);u=_vendor_browser_svelte_internal_index.claim_text(I,\"Solid\"),I.forEach(_vendor_browser_svelte_internal_index.detach),w=_vendor_browser_svelte_internal_index.claim_space(A),T&&T.l(A),h=_vendor_browser_svelte_internal_index.claim_space(A),f=_vendor_browser_svelte_internal_index.claim_element(A,\"TH\",{\"data-testid\":!0,class:!0});var k=_vendor_browser_svelte_internal_index.children(f);g=_vendor_browser_svelte_internal_index.claim_text(k,\"Total\"),k.forEach(_vendor_browser_svelte_internal_index.detach),A.forEach(_vendor_browser_svelte_internal_index.detach),m=_vendor_browser_svelte_internal_index.claim_space(E);for(var B=0;B<L.length;B+=1)L[B].l(E);E.forEach(_vendor_browser_svelte_internal_index.detach),y=_vendor_browser_svelte_internal_index.claim_space(O),_vendor_browser_svelte_internal_index.claim_component(R.$$.fragment,O),O.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(t,\"data-testid\",\"table__column--raceRatingsMobileBop\"),_vendor_browser_svelte_internal_index.attr(t,\"class\",\"cnn-pcl-gcfja0\"),_vendor_browser_svelte_internal_index.attr(i,\"data-testid\",\"table__column--raceRatingsMobileBop\"),_vendor_browser_svelte_internal_index.attr(i,\"class\",\"cnn-pcl-gcfja0\"),_vendor_browser_svelte_internal_index.attr(s,\"data-testid\",\"table__column--raceRatingsMobileBop\"),_vendor_browser_svelte_internal_index.attr(s,\"class\",\"cnn-pcl-gcfja0\"),_vendor_browser_svelte_internal_index.attr(v,\"data-testid\",\"table__column--raceRatingsMobileBop\"),_vendor_browser_svelte_internal_index.attr(v,\"class\",\"cnn-pcl-gcfja0\"),_vendor_browser_svelte_internal_index.attr(x,\"data-testid\",\"table__column--raceRatingsMobileBop\"),_vendor_browser_svelte_internal_index.attr(x,\"class\",\"cnn-pcl-gcfja0\"),_vendor_browser_svelte_internal_index.attr(f,\"data-testid\",\"table__column--raceRatingsMobileBop\"),_vendor_browser_svelte_internal_index.attr(f,\"class\",\"cnn-pcl-gcfja0\"),_vendor_browser_svelte_internal_index.attr(_,\"data-testid\",\"table__row--raceRatingsMobileBop\"),_vendor_browser_svelte_internal_index.attr(r,\"data-testid\",\"table--raceRatingsMobileBop\"),_vendor_browser_svelte_internal_index.attr(r,\"class\",\"cnn-pcl-gcfja0\"),_vendor_browser_svelte_internal_index.attr(n,\"class\",\"race-ratings-bop-mobile-1VuAah cnn-pcl-gcfja0\")},m:function(e,E){_vendor_browser_svelte_internal_index.insert_hydration(e,n,E),_vendor_browser_svelte_internal_index.append_hydration(n,r),_vendor_browser_svelte_internal_index.append_hydration(r,_),_vendor_browser_svelte_internal_index.append_hydration(_,t),_vendor_browser_svelte_internal_index.append_hydration(_,o),_vendor_browser_svelte_internal_index.append_hydration(_,i),_vendor_browser_svelte_internal_index.append_hydration(i,l),_vendor_browser_svelte_internal_index.append_hydration(_,a),_vendor_browser_svelte_internal_index.append_hydration(_,s),_vendor_browser_svelte_internal_index.append_hydration(s,d),_vendor_browser_svelte_internal_index.append_hydration(_,c),_vendor_browser_svelte_internal_index.append_hydration(_,v),_vendor_browser_svelte_internal_index.append_hydration(v,b),_vendor_browser_svelte_internal_index.append_hydration(_,p),_vendor_browser_svelte_internal_index.append_hydration(_,x),_vendor_browser_svelte_internal_index.append_hydration(x,u),_vendor_browser_svelte_internal_index.append_hydration(_,w),T&&T.m(_,null),_vendor_browser_svelte_internal_index.append_hydration(_,h),_vendor_browser_svelte_internal_index.append_hydration(_,f),_vendor_browser_svelte_internal_index.append_hydration(f,g),_vendor_browser_svelte_internal_index.append_hydration(r,m);for(var A=0;A<L.length;A+=1)L[A].m(r,null);_vendor_browser_svelte_internal_index.append_hydration(n,y),_vendor_browser_svelte_internal_index.mount_component(R,n,null),O=!0},p:function(e,n){if(e[1]?T||((T=create_if_block_3()).c(),T.m(_,h)):T&&(T.d(1),T=null),15&n){var t;for(E=RACE_RATINGS_MOBILE_ROW_ORDER,t=0;t<E.length;t+=1){var o=get_each_context(e,E,t);L[t]?L[t].p(o,n):(L[t]=create_each_block(o),L[t].c(),L[t].m(r,null))}for(;t<L.length;t+=1)L[t].d(1);L.length=E.length}var i={};1&n&&(i.results=e[0]),R.$set(i)},i:function(e){O||(_vendor_browser_svelte_internal_index.transition_in(R.$$.fragment,e),O=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(R.$$.fragment,e),O=!1},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n),T&&T.d(),_vendor_browser_svelte_internal_index.destroy_each(L,e),_vendor_browser_svelte_internal_index.destroy_component(R)}}}function create_if_block_3(e){var n,r;return{c:function(){n=_vendor_browser_svelte_internal_index.element(\"th\"),r=_vendor_browser_svelte_internal_index.text(\"Not up for election\"),this.h()},l:function(e){n=_vendor_browser_svelte_internal_index.claim_element(e,\"TH\",{\"data-testid\":!0,class:!0});var _=_vendor_browser_svelte_internal_index.children(n);r=_vendor_browser_svelte_internal_index.claim_text(_,\"Not up for election\"),_.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(n,\"data-testid\",\"table__column--raceRatingsMobileBop\"),_vendor_browser_svelte_internal_index.attr(n,\"class\",\"cnn-pcl-gcfja0\")},m:function(e,_){_vendor_browser_svelte_internal_index.insert_hydration(e,n,_),_vendor_browser_svelte_internal_index.append_hydration(n,r)},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n)}}}function create_if_block_1(e){var n,r,_,t,o,i,l,a,s,d,c,v,b,p,x,u,w,h,f,g,m=e[3](e[4])+\"\",y=e[2](e[0],e[4],TILT)+\"\",R=e[2](e[0],e[4],LEAN)+\"\",O=e[2](e[0],e[4],LIKELY)+\"\",T=e[2](e[0],e[4],SOLID)+\"\",E=e[2](e[0],e[4],TOTAL)+\"\",L=e[1]&&create_if_block_2(e);return{c:function(){n=_vendor_browser_svelte_internal_index.element(\"tr\"),r=_vendor_browser_svelte_internal_index.element(\"td\"),_=_vendor_browser_svelte_internal_index.text(m),t=_vendor_browser_svelte_internal_index.space(),o=_vendor_browser_svelte_internal_index.element(\"td\"),i=_vendor_browser_svelte_internal_index.text(y),l=_vendor_browser_svelte_internal_index.space(),a=_vendor_browser_svelte_internal_index.element(\"td\"),s=_vendor_browser_svelte_internal_index.text(R),d=_vendor_browser_svelte_internal_index.space(),c=_vendor_browser_svelte_internal_index.element(\"td\"),v=_vendor_browser_svelte_internal_index.text(O),b=_vendor_browser_svelte_internal_index.space(),p=_vendor_browser_svelte_internal_index.element(\"td\"),x=_vendor_browser_svelte_internal_index.text(T),u=_vendor_browser_svelte_internal_index.space(),L&&L.c(),w=_vendor_browser_svelte_internal_index.space(),h=_vendor_browser_svelte_internal_index.element(\"td\"),f=_vendor_browser_svelte_internal_index.text(E),g=_vendor_browser_svelte_internal_index.space(),this.h()},l:function(e){n=_vendor_browser_svelte_internal_index.claim_element(e,\"TR\",{class:!0,\"data-testid\":!0});var A=_vendor_browser_svelte_internal_index.children(n);r=_vendor_browser_svelte_internal_index.claim_element(A,\"TD\",{class:!0});var C=_vendor_browser_svelte_internal_index.children(r);_=_vendor_browser_svelte_internal_index.claim_text(C,m),C.forEach(_vendor_browser_svelte_internal_index.detach),t=_vendor_browser_svelte_internal_index.claim_space(A),o=_vendor_browser_svelte_internal_index.claim_element(A,\"TD\",{style:!0,class:!0});var j=_vendor_browser_svelte_internal_index.children(o);i=_vendor_browser_svelte_internal_index.claim_text(j,y),j.forEach(_vendor_browser_svelte_internal_index.detach),l=_vendor_browser_svelte_internal_index.claim_space(A),a=_vendor_browser_svelte_internal_index.claim_element(A,\"TD\",{style:!0,class:!0});var N=_vendor_browser_svelte_internal_index.children(a);s=_vendor_browser_svelte_internal_index.claim_text(N,R),N.forEach(_vendor_browser_svelte_internal_index.detach),d=_vendor_browser_svelte_internal_index.claim_space(A),c=_vendor_browser_svelte_internal_index.claim_element(A,\"TD\",{style:!0,class:!0});var I=_vendor_browser_svelte_internal_index.children(c);v=_vendor_browser_svelte_internal_index.claim_text(I,O),I.forEach(_vendor_browser_svelte_internal_index.detach),b=_vendor_browser_svelte_internal_index.claim_space(A),p=_vendor_browser_svelte_internal_index.claim_element(A,\"TD\",{style:!0,class:!0});var k=_vendor_browser_svelte_internal_index.children(p);x=_vendor_browser_svelte_internal_index.claim_text(k,T),k.forEach(_vendor_browser_svelte_internal_index.detach),u=_vendor_browser_svelte_internal_index.claim_space(A),L&&L.l(A),w=_vendor_browser_svelte_internal_index.claim_space(A),h=_vendor_browser_svelte_internal_index.claim_element(A,\"TD\",{style:!0,class:!0});var B=_vendor_browser_svelte_internal_index.children(h);f=_vendor_browser_svelte_internal_index.claim_text(B,E),B.forEach(_vendor_browser_svelte_internal_index.detach),g=_vendor_browser_svelte_internal_index.claim_space(A),A.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(r,\"class\",\"cnn-pcl-gcfja0\"),_vendor_browser_svelte_internal_index.attr(o,\"style\",_lib_browser_common_helpers_cssvars.cssvars({bgColor:getBgColor(e[4],TILT),color:getFontColor(e[4],TILT)})),_vendor_browser_svelte_internal_index.attr(o,\"class\",\"cnn-pcl-gcfja0\"),_vendor_browser_svelte_internal_index.toggle_class(o,\"hidden-2gOsBD\",\"\"===e[2](e[0],e[4],LEAN)),_vendor_browser_svelte_internal_index.attr(a,\"style\",_lib_browser_common_helpers_cssvars.cssvars({bgColor:getBgColor(e[4],LEAN),color:getFontColor(e[4],LEAN)})),_vendor_browser_svelte_internal_index.attr(a,\"class\",\"cnn-pcl-gcfja0\"),_vendor_browser_svelte_internal_index.toggle_class(a,\"hidden-2gOsBD\",\"\"===e[2](e[0],e[4],LEAN)),_vendor_browser_svelte_internal_index.attr(c,\"style\",_lib_browser_common_helpers_cssvars.cssvars({bgColor:getBgColor(e[4],LIKELY),color:getFontColor(e[4],LIKELY)})),_vendor_browser_svelte_internal_index.attr(c,\"class\",\"cnn-pcl-gcfja0\"),_vendor_browser_svelte_internal_index.toggle_class(c,\"hidden-2gOsBD\",\"\"===e[2](e[0],e[4],LEAN)),_vendor_browser_svelte_internal_index.attr(p,\"style\",_lib_browser_common_helpers_cssvars.cssvars({bgColor:getBgColor(e[4],SOLID),color:getFontColor(e[4],SOLID)})),_vendor_browser_svelte_internal_index.attr(p,\"class\",\"cnn-pcl-gcfja0\"),_vendor_browser_svelte_internal_index.toggle_class(p,\"hidden-2gOsBD\",\"\"===e[2](e[0],e[4],LEAN)),_vendor_browser_svelte_internal_index.attr(h,\"style\",_lib_browser_common_helpers_cssvars.cssvars({bgColor:getBgColor(e[4],SOLID),color:getFontColor(e[4],SOLID)})),_vendor_browser_svelte_internal_index.attr(h,\"class\",\"cnn-pcl-gcfja0\"),_vendor_browser_svelte_internal_index.toggle_class(h,\"initial-border-T2H0ay\",0===e[6]),_vendor_browser_svelte_internal_index.attr(n,\"class\",\"ratings-row\"),_vendor_browser_svelte_internal_index.attr(n,\"data-testid\",\"table__row--raceRatingsMobileBop\")},m:function(e,m){_vendor_browser_svelte_internal_index.insert_hydration(e,n,m),_vendor_browser_svelte_internal_index.append_hydration(n,r),_vendor_browser_svelte_internal_index.append_hydration(r,_),_vendor_browser_svelte_internal_index.append_hydration(n,t),_vendor_browser_svelte_internal_index.append_hydration(n,o),_vendor_browser_svelte_internal_index.append_hydration(o,i),_vendor_browser_svelte_internal_index.append_hydration(n,l),_vendor_browser_svelte_internal_index.append_hydration(n,a),_vendor_browser_svelte_internal_index.append_hydration(a,s),_vendor_browser_svelte_internal_index.append_hydration(n,d),_vendor_browser_svelte_internal_index.append_hydration(n,c),_vendor_browser_svelte_internal_index.append_hydration(c,v),_vendor_browser_svelte_internal_index.append_hydration(n,b),_vendor_browser_svelte_internal_index.append_hydration(n,p),_vendor_browser_svelte_internal_index.append_hydration(p,x),_vendor_browser_svelte_internal_index.append_hydration(n,u),L&&L.m(n,null),_vendor_browser_svelte_internal_index.append_hydration(n,w),_vendor_browser_svelte_internal_index.append_hydration(n,h),_vendor_browser_svelte_internal_index.append_hydration(h,f),_vendor_browser_svelte_internal_index.append_hydration(n,g)},p:function(e,r){1&r&&y!==(y=e[2](e[0],e[4],TILT)+\"\")&&_vendor_browser_svelte_internal_index.set_data(i,y),5&r&&_vendor_browser_svelte_internal_index.toggle_class(o,\"hidden-2gOsBD\",\"\"===e[2](e[0],e[4],LEAN)),1&r&&R!==(R=e[2](e[0],e[4],LEAN)+\"\")&&_vendor_browser_svelte_internal_index.set_data(s,R),5&r&&_vendor_browser_svelte_internal_index.toggle_class(a,\"hidden-2gOsBD\",\"\"===e[2](e[0],e[4],LEAN)),1&r&&O!==(O=e[2](e[0],e[4],LIKELY)+\"\")&&_vendor_browser_svelte_internal_index.set_data(v,O),5&r&&_vendor_browser_svelte_internal_index.toggle_class(c,\"hidden-2gOsBD\",\"\"===e[2](e[0],e[4],LEAN)),1&r&&T!==(T=e[2](e[0],e[4],SOLID)+\"\")&&_vendor_browser_svelte_internal_index.set_data(x,T),5&r&&_vendor_browser_svelte_internal_index.toggle_class(p,\"hidden-2gOsBD\",\"\"===e[2](e[0],e[4],LEAN)),e[1]?L?L.p(e,r):((L=create_if_block_2(e)).c(),L.m(n,w)):L&&(L.d(1),L=null),1&r&&E!==(E=e[2](e[0],e[4],TOTAL)+\"\")&&_vendor_browser_svelte_internal_index.set_data(f,E)},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n),L&&L.d()}}}function create_if_block_2(e){var n,r,_=e[2](e[0],e[4],NOT_UP_FOR_REELECTION)+\"\";return{c:function(){n=_vendor_browser_svelte_internal_index.element(\"td\"),r=_vendor_browser_svelte_internal_index.text(_),this.h()},l:function(e){n=_vendor_browser_svelte_internal_index.claim_element(e,\"TD\",{style:!0,class:!0});var t=_vendor_browser_svelte_internal_index.children(n);r=_vendor_browser_svelte_internal_index.claim_text(t,_),t.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(n,\"style\",_lib_browser_common_helpers_cssvars.cssvars({bgColor:getBgColor(e[4],RaceRatingsGroups.NOT_YET_RATED),hatchColor:getBgColor(e[4],NOT_UP_FOR_REELECTION),color:getFontColor(e[4],NOT_UP_FOR_REELECTION)})),_vendor_browser_svelte_internal_index.attr(n,\"class\",\"cnn-pcl-gcfja0\"),_vendor_browser_svelte_internal_index.toggle_class(n,\"hidden-2gOsBD\",\"\"===e[2](e[0],e[4],NOT_UP_FOR_REELECTION)),_vendor_browser_svelte_internal_index.toggle_class(n,\"hatched-3xYJu1\",\"\"!==e[2](e[0],e[4],NOT_UP_FOR_REELECTION))},m:function(e,_){_vendor_browser_svelte_internal_index.insert_hydration(e,n,_),_vendor_browser_svelte_internal_index.append_hydration(n,r)},p:function(e,t){1&t&&_!==(_=e[2](e[0],e[4],NOT_UP_FOR_REELECTION)+\"\")&&_vendor_browser_svelte_internal_index.set_data(r,_),5&t&&_vendor_browser_svelte_internal_index.toggle_class(n,\"hidden-2gOsBD\",\"\"===e[2](e[0],e[4],NOT_UP_FOR_REELECTION)),5&t&&_vendor_browser_svelte_internal_index.toggle_class(n,\"hatched-3xYJu1\",\"\"!==e[2](e[0],e[4],NOT_UP_FOR_REELECTION))},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n)}}}function create_each_block(e){var n,r=void 0!==e[0][e[4]]&&create_if_block_1(e);return{c:function(){r&&r.c(),n=_vendor_browser_svelte_internal_index.empty()},l:function(e){r&&r.l(e),n=_vendor_browser_svelte_internal_index.empty()},m:function(e,_){r&&r.m(e,_),_vendor_browser_svelte_internal_index.insert_hydration(e,n,_)},p:function(e,_){void 0!==e[0][e[4]]?r?r.p(e,_):((r=create_if_block_1(e)).c(),r.m(n.parentNode,n)):r&&(r.d(1),r=null)},d:function(e){r&&r.d(e),e&&_vendor_browser_svelte_internal_index.detach(n)}}}function create_fragment(e){var n,r,_=!!e[0]&&Object.keys(e[0]).length>0,t=_&&create_if_block(e);return{c:function(){t&&t.c(),n=_vendor_browser_svelte_internal_index.empty()},l:function(e){t&&t.l(e),n=_vendor_browser_svelte_internal_index.empty()},m:function(e,_){t&&t.m(e,_),_vendor_browser_svelte_internal_index.insert_hydration(e,n,_),r=!0},p:function(e,r){var o=_slicedToArray(r,1)[0];1&o&&(_=!!e[0]&&Object.keys(e[0]).length>0),_?t?(t.p(e,o),1&o&&_vendor_browser_svelte_internal_index.transition_in(t,1)):((t=create_if_block(e)).c(),_vendor_browser_svelte_internal_index.transition_in(t,1),t.m(n.parentNode,n)):t&&(_vendor_browser_svelte_internal_index.group_outros(),_vendor_browser_svelte_internal_index.transition_out(t,1,1,function(){t=null}),_vendor_browser_svelte_internal_index.check_outros())},i:function(e){r||(_vendor_browser_svelte_internal_index.transition_in(t),r=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(t),r=!1},d:function(e){t&&t.d(e),e&&_vendor_browser_svelte_internal_index.detach(n)}}}function instance(e,n,r){var _,t=n.results;return e.$$set=function(e){\"results\"in e&&r(0,t=e.results)},e.$$.update=function(){1&e.$$.dirty&&r(1,_=doRatingsContain(t,NOT_UP_FOR_REELECTION))},[t,_,function(e,n,r){if(!e[n])return\"\";var _=r!==TOTAL?r+n.slice(0,3):r;return void 0===e[n][_]?\"\":e[n][_]},function(e){return e===RaceRatingsGroups.TOTAL?\"\":e}]}var RaceRatingsBopMobile=function(e){_inherits(r,_vendor_browser_svelte_internal_index.SvelteComponent);var n=_createSuper(r);function r(e){var _;return _classCallCheck(this,r),_=n.call(this),_vendor_browser_svelte_internal_index.init(_assertThisInitialized(_),e,instance,create_fragment,_vendor_browser_svelte_internal_index.safe_not_equal,{results:0},add_css),_}return r}(),RaceRatingsBopMobile$1=RaceRatingsBopMobile,getNotYetRatedTotal=function(){return(arguments.length>0&&void 0!==arguments[0]?arguments[0]:0)-(arguments.length>1&&void 0!==arguments[1]?arguments[1]:[]).reduce(function(e,n){return e+_vendor_browser_lodash_lodash.lodash.get(n[Object.keys(n)[0]],TOTAL,0)},0)},scrapeGenerations=function(e,n){var r;return null==e?void 0:null===(r=e.children)||void 0===r?void 0:r.reduce(function(e,n){var r;return(null==n?void 0:null===(r=n.children)||void 0===r?void 0:r.length)>0?scrapeGenerations(n,e):void 0===n.meta.rating?e:(e[n.meta.rating]=n.value,e)},n)};function _defineProperty(e,n,r){return n in e?Object.defineProperty(e,n,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[n]=r,e}function _objectSpread(e){for(var n=1;n<arguments.length;n++){var r=null!=arguments[n]?arguments[n]:{},_=Object.keys(r);\"function\"==typeof Object.getOwnPropertySymbols&&(_=_.concat(Object.getOwnPropertySymbols(r).filter(function(e){return Object.getOwnPropertyDescriptor(r,e).enumerable}))),_.forEach(function(n){_defineProperty(e,n,r[n])})}return e}var mainReducer=function(e){if(Array.isArray(e))return e.map(function(e){var n,r,_,t=e.label.replace(\" seats\",\"\");if(e.value===(null===(n=null==e?void 0:e.children[0])||void 0===n?void 0:n.value)&&0===(null===(r=null==e?void 0:e.children[0])||void 0===r?void 0:null===(_=r.children)||void 0===_?void 0:_.length))return _defineProperty({},t,{total:e.value});var o={total:e.value};return _defineProperty({},t,scrapeGenerations(e,o))})},rollupReducer=function(e){var n;if((null==e?void 0:null===(n=e.children)||void 0===n?void 0:n.length)>0){var r,_=mainReducer(null==e?void 0:e.children),t=getNotYetRatedTotal(null==e?void 0:e.value,_);if(t){var o=_defineProperty({},RaceRatingsGroups.NOT_YET_RATED,{total:t});_.push(o)}var i=_defineProperty({},RaceRatingsGroups.TOTAL,{total:null==e?void 0:e.value});_.push(i);var l=_.reduce(function(e,n){return _objectSpread({},e,n)},{});return l.updatedAt=null==e?void 0:null===(r=e.meta)||void 0===r?void 0:r.updatedAt,l}};exports.NOT_UP_FOR_REELECTION=NOT_UP_FOR_REELECTION,exports.RaceRatingsBopMobile=RaceRatingsBopMobile$1,exports.rollupReducer=rollupReducer;\\n}, {\"548\":548,\"570\":570,\"612\":612,\"648\":648,\"2287\":2287}];\\nwindow.modules[\"650\"] = [function(require,module,exports){\"use strict\";var UiStatus=function(i){return i.active=\"active\",i.inactive=\"inactive\",i.disabled=\"disabled\",i.invisible=\"invisible\",i.highlighted=\"highlighted\",i}(UiStatus||{});exports.UiStatus=UiStatus;\\n}, {}];\\nwindow.modules[\"651\"] = [function(require,module,exports){\"use strict\";var HG=\"HG\",SG=\"SG\",GG=\"GG\",raceTypeCodesToURLParam={HG:\"house\",PG:\"president\",GG:\"governor\",SG:\"senate\",I1G:\"1st ballot\",I2G:\"2nd ballot\",I1P:\"recall\",GP:\"governor\"},raceTypes={AG:{name:\"Agriculture Commissioner\",abbr:\"AG\",slug:\"agriculture-commissioner\"},A:{name:\"Attorney General\",abbr:\"A\",slug:\"attorney-general\"},AU:{name:\"Auditor\",abbr:\"AU\",slug:\"auditor\"},R:{name:\"Boro President\",abbr:\"R\",slug:\"boro-president\"},K:{name:\"Civil Court Countywide\",abbr:\"K\",slug:\"civil-court-countywide\"},W:{name:\"Civil Court District\",abbr:\"W\",slug:\"civil-court-district\"},CI:{name:\"Insurance Commissioner\",abbr:\"CI\",slug:\"insurance-commissioner\"},CR:{name:\"Comptroller\",abbr:\"CR\",slug:\"comptroller\"},N:{name:\"Council\",abbr:\"N\",slug:\"council\"},CA:{name:\"Council At Large\",abbr:\"CA\",slug:\"council-at-large\"},F:{name:\"County Executive\",abbr:\"F\",slug:\"county-executive\"},Q:{name:\"Delegate\",abbr:\"Q\",slug:\"delegate\"},D:{name:\"District Attorney\",abbr:\"D\",slug:\"district-attorney\"},G:{name:\"Governor\",abbr:\"G\",slug:\"governor\"},VH:{name:\"US House Vacancy\",abbr:\"VH\",slug:\"us-house-vacancy\"},I1:{name:\"Issue 1\",abbr:\"I1\",slug:\"issue-1\"},I2:{name:\"Issue 2\",abbr:\"I2\",slug:\"issue-2\"},I3:{name:\"Issue 3\",abbr:\"I3\",slug:\"issue-3\"},I4:{name:\"Issue 4\",abbr:\"I4\",slug:\"issue-4\"},I5:{name:\"Issue 5\",abbr:\"I5\",slug:\"issue-5\"},I6:{name:\"Issue 6\",abbr:\"I6\",slug:\"issue-6\"},I7:{name:\"Issue 7\",abbr:\"I7\",slug:\"issue-7\"},I8:{name:\"Issue 8\",abbr:\"I8\",slug:\"issue-8\"},I9:{name:\"Issue 9\",abbr:\"I9\",slug:\"issue-9\"},J:{name:\"Judge\",abbr:\"J\",slug:\"judge\"},L:{name:\"Lieutenant Governor\",abbr:\"L\",slug:\"lieutenant-governor\"},M:{name:\"Mayor\",abbr:\"M\",slug:\"mayor\"},P:{name:\"President\",abbr:\"P\",slug:\"president\"},P2:{name:\"President 2\",abbr:\"P2\",slug:\"president-2\"},PV:{name:\"President PreViability\",abbr:\"PV\",slug:\"president-pre-viability\"},E:{name:\"Public Advocate\",abbr:\"E\",slug:\"public-advocate\"},PS:{name:\"Public Service Commissioner\",abbr:\"PS\",slug:\"public-service-commissioner\"},RR:{name:\"Railroad Commissioner\",abbr:\"RR\",slug:\"railroad-commissioner\"},SS:{name:\"Secretary of State\",abbr:\"SS\",slug:\"secretary-of-state\"},S:{name:\"Senate\",abbr:\"S\",slug:\"senate\"},S2:{name:\"Senate 2\",abbr:\"S2\",slug:\"senate-2\"},VS:{name:\"Senate Vacancy\",abbr:\"VS\",slug:\"senate-vacancy\"},Y:{name:\"State House\",abbr:\"Y\",slug:\"state-house\"},Z:{name:\"State Senate\",abbr:\"Z\",slug:\"state-senate\"},B:{name:\"Supreme Court\",abbr:\"B\",slug:\"supreme-court\"},U:{name:\"Surrogate\",abbr:\"U\",slug:\"surrogate\"},T:{name:\"Treasurer\",abbr:\"T\",slug:\"treasurer\"},H:{name:\"House\",abbr:\"H\",slug:\"house\"},ED:{name:\"Education Commissioner\",abbr:\"ED\",slug:\"education-commissioner\"},LC:{name:\"Land Commissioner\",abbr:\"LC\",slug:\"land-commissioner\"},CC:{name:\"Corporation Commissioner\",abbr:\"CC\",slug:\"corporation-commissioner\"},MI:{name:\"Mine Inspector\",abbr:\"MI\",slug:\"mine-inspector\"},Z2:{name:\"State Senate\",abbr:\"Z2\",slug:\"state-senate\"}};exports.GG=GG,exports.HG=HG,exports.SG=SG,exports.raceTypeCodesToURLParam=raceTypeCodesToURLParam,exports.raceTypes=raceTypes;\\n}, {}];\\nwindow.modules[\"652\"] = [function(require,module,exports){\"use strict\";var resultModuleIconProps={table:{width:\"14\",height:\"14\",circleFill:\"#030000\"},tableFoot:{width:\"10\",height:\"10\",circleFill:\"#030000\"}};exports.resultModuleIconProps=resultModuleIconProps;\\n}, {}];\\nwindow.modules[\"653\"] = [function(require,module,exports){\"use strict\";var TIME_DATE_SHORT=\"h:mm aaaa \\'ET,\\' MMM. d\";exports.TIME_DATE_SHORT=TIME_DATE_SHORT;\\n}, {}];\\nwindow.modules[\"654\"] = [function(require,module,exports){\"use strict\";var WINNER_OPACITY_AS_HEX=\"27\";exports.WINNER_OPACITY_AS_HEX=WINNER_OPACITY_AS_HEX;\\n}, {}];\\nwindow.modules[\"655\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_svelte_internal_index=require(548),_vendor_browser_lodash_lodash=require(570),_vendor_browser_svelte_transition_index=require(656),_lib_browser_common_coreUi_accordion_ExpandCollapseIconHandler_svelte=require(657);function _arrayLikeToArray(e,n){(null==n||n>e.length)&&(n=e.length);for(var r=0,t=new Array(n);r<n;r++)t[r]=e[r];return t}function _arrayWithHoles(e){if(Array.isArray(e))return e}function _assertThisInitialized(e){if(void 0===e)throw new ReferenceError(\"this hasn\\'t been initialised - super() hasn\\'t been called\");return e}function _classCallCheck(e,n){if(!(e instanceof n))throw new TypeError(\"Cannot call a class as a function\")}function _getPrototypeOf(e){return(_getPrototypeOf=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function _inherits(e,n){if(\"function\"!=typeof n&&null!==n)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(n&&n.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),n&&_setPrototypeOf(e,n)}function _iterableToArrayLimit(e,n){var r=null==e?null:\"undefined\"!=typeof Symbol&&e[Symbol.iterator]||e[\"@@iterator\"];if(null!=r){var t,o,_=[],i=!0,s=!1;try{for(r=r.call(e);!(i=(t=r.next()).done)&&(_.push(t.value),!n||_.length!==n);i=!0);}catch(e){s=!0,o=e}finally{try{i||null==r.return||r.return()}finally{if(s)throw o}}return _}}function _nonIterableRest(){throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\\\\\\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}function _possibleConstructorReturn(e,n){return!n||\"object\"!==_typeof(n)&&\"function\"!=typeof n?_assertThisInitialized(e):n}function _setPrototypeOf(e,n){return(_setPrototypeOf=Object.setPrototypeOf||function(e,n){return e.__proto__=n,e})(e,n)}function _slicedToArray(e,n){return _arrayWithHoles(e)||_iterableToArrayLimit(e,n)||_unsupportedIterableToArray(e,n)||_nonIterableRest()}var _typeof=function(e){return e&&\"undefined\"!=typeof Symbol&&e.constructor===Symbol?\"symbol\":typeof e};function _unsupportedIterableToArray(e,n){if(e){if(\"string\"==typeof e)return _arrayLikeToArray(e,n);var r=Object.prototype.toString.call(e).slice(8,-1);return\"Object\"===r&&e.constructor&&(r=e.constructor.name),\"Map\"===r||\"Set\"===r?Array.from(r):\"Arguments\"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?_arrayLikeToArray(e,n):void 0}}function _isNativeReflectConstruct(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function _createSuper(e){var n=_isNativeReflectConstruct();return function(){var r,t=_getPrototypeOf(e);if(n){var o=_getPrototypeOf(this).constructor;r=Reflect.construct(t,arguments,o)}else r=t.apply(this,arguments);return _possibleConstructorReturn(this,r)}}function add_css(e){_vendor_browser_svelte_internal_index.append_styles(e,\"cnn-pcl-1gfshy2\",\".accordion-container.cnn-pcl-1gfshy2{display:flex;flex-direction:column;align-items:center}h3.cnn-pcl-1gfshy2{margin:0}button.cnn-pcl-1gfshy2{background:none;display:flex;flex-direction:row;align-items:center;font-size:16px;font-family:cnn_sans_display, helveticaneue, Helvetica, Arial, Utkal, sans-serif;font-weight:700;color:#0c0c0c;cursor:pointer;margin:0;padding:4px;border:2px solid transparent}span[data-accordion-type=business].cnn-pcl-1gfshy2,span[data-accordion-type=with-icon].cnn-pcl-1gfshy2{margin-right:4px}button.cnn-pcl-1gfshy2>svg path{fill:#0c0c0c}button.cnn-pcl-1gfshy2:hover{color:#6e6e6e}button.cnn-pcl-1gfshy2:hover>svg path{fill:#6e6e6e !important}button.cnn-pcl-1gfshy2:focus-visible{outline:2px solid #0c0c0c;border-radius:5px;color:#0c0c0c}button.cnn-pcl-1gfshy2:focus>svg path{fill:#0c0c0c}button.cnn-pcl-1gfshy2:active{color:#404040;background:#e6e6e6;border-radius:4px}button.cnn-pcl-1gfshy2:active>svg path{color:#404040 !important}\")}function create_if_block(e){var n,r,t,o=e[11].default,_=_vendor_browser_svelte_internal_index.create_slot(o,e,e[10],null);return{c:function(){n=_vendor_browser_svelte_internal_index.element(\"div\"),_&&_.c(),this.h()},l:function(e){n=_vendor_browser_svelte_internal_index.claim_element(e,\"DIV\",{id:!0,\"aria-labelledby\":!0,role:!0});var r=_vendor_browser_svelte_internal_index.children(n);_&&_.l(r),r.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(n,\"id\",\"sect1\"),_vendor_browser_svelte_internal_index.attr(n,\"aria-labelledby\",\"accordion1id\"),_vendor_browser_svelte_internal_index.attr(n,\"role\",\"region\")},m:function(e,r){_vendor_browser_svelte_internal_index.insert_hydration(e,n,r),_&&_.m(n,null),t=!0},p:function(e,n){_&&_.p&&(!t||1024&n)&&_vendor_browser_svelte_internal_index.update_slot_base(_,o,e,e[10],t?_vendor_browser_svelte_internal_index.get_slot_changes(o,e[10],n,null):_vendor_browser_svelte_internal_index.get_all_dirty_from_scope(e[10]),null)},i:function(e){t||(_vendor_browser_svelte_internal_index.transition_in(_,e),_vendor_browser_svelte_internal_index.add_render_callback(function(){r||(r=_vendor_browser_svelte_internal_index.create_bidirectional_transition(n,_vendor_browser_svelte_transition_index.slide,{duration:200},!0)),r.run(1)}),t=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(_,e),r||(r=_vendor_browser_svelte_internal_index.create_bidirectional_transition(n,_vendor_browser_svelte_transition_index.slide,{duration:200},!1)),r.run(0),t=!1},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n),_&&_.d(e),e&&r&&r.end()}}}function create_fragment(e){var n,r,t,o,_,i,s,l,a,d,c;s=new _lib_browser_common_coreUi_accordion_ExpandCollapseIconHandler_svelte.ExpandCollapseIconHandler({props:{isOpen:e[0],withIcon:e[1],isBusiness:e[2]}});var v=e[0]&&create_if_block(e);return{c:function(){n=_vendor_browser_svelte_internal_index.element(\"div\"),r=_vendor_browser_svelte_internal_index.element(\"h3\"),t=_vendor_browser_svelte_internal_index.element(\"button\"),o=_vendor_browser_svelte_internal_index.element(\"span\"),_=_vendor_browser_svelte_internal_index.text(e[3]),i=_vendor_browser_svelte_internal_index.space(),_vendor_browser_svelte_internal_index.create_component(s.$$.fragment),l=_vendor_browser_svelte_internal_index.space(),v&&v.c(),this.h()},l:function(a){n=_vendor_browser_svelte_internal_index.claim_element(a,\"DIV\",{class:!0});var d=_vendor_browser_svelte_internal_index.children(n);r=_vendor_browser_svelte_internal_index.claim_element(d,\"H3\",{class:!0});var c=_vendor_browser_svelte_internal_index.children(r);t=_vendor_browser_svelte_internal_index.claim_element(c,\"BUTTON\",{type:!0,\"aria-controls\":!0,\"aria-expanded\":!0,id:!0,class:!0});var u=_vendor_browser_svelte_internal_index.children(t);o=_vendor_browser_svelte_internal_index.claim_element(u,\"SPAN\",{\"data-accordion-type\":!0,class:!0});var p=_vendor_browser_svelte_internal_index.children(o);_=_vendor_browser_svelte_internal_index.claim_text(p,e[3]),p.forEach(_vendor_browser_svelte_internal_index.detach),i=_vendor_browser_svelte_internal_index.claim_space(u),_vendor_browser_svelte_internal_index.claim_component(s.$$.fragment,u),u.forEach(_vendor_browser_svelte_internal_index.detach),c.forEach(_vendor_browser_svelte_internal_index.detach),l=_vendor_browser_svelte_internal_index.claim_space(d),v&&v.l(d),d.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(o,\"data-accordion-type\",e[5]),_vendor_browser_svelte_internal_index.attr(o,\"class\",\"cnn-pcl-1gfshy2\"),_vendor_browser_svelte_internal_index.attr(t,\"type\",\"button\"),_vendor_browser_svelte_internal_index.attr(t,\"aria-controls\",\"sect1\"),_vendor_browser_svelte_internal_index.attr(t,\"aria-expanded\",e[0]),_vendor_browser_svelte_internal_index.attr(t,\"id\",\"accordion1id\"),_vendor_browser_svelte_internal_index.attr(t,\"class\",\"cnn-pcl-1gfshy2\"),_vendor_browser_svelte_internal_index.attr(r,\"class\",\"cnn-pcl-1gfshy2\"),_vendor_browser_svelte_internal_index.attr(n,\"class\",\"accordion-container cnn-pcl-1gfshy2\")},m:function(u,p){_vendor_browser_svelte_internal_index.insert_hydration(u,n,p),_vendor_browser_svelte_internal_index.append_hydration(n,r),_vendor_browser_svelte_internal_index.append_hydration(r,t),_vendor_browser_svelte_internal_index.append_hydration(t,o),_vendor_browser_svelte_internal_index.append_hydration(o,_),_vendor_browser_svelte_internal_index.append_hydration(t,i),_vendor_browser_svelte_internal_index.mount_component(s,t,null),_vendor_browser_svelte_internal_index.append_hydration(n,l),v&&v.m(n,null),a=!0,d||(c=_vendor_browser_svelte_internal_index.listen(t,\"click\",e[4]),d=!0)},p:function(e,r){var o=_slicedToArray(r,1)[0];(!a||8&o)&&_vendor_browser_svelte_internal_index.set_data(_,e[3]);var i={};1&o&&(i.isOpen=e[0]),2&o&&(i.withIcon=e[1]),4&o&&(i.isBusiness=e[2]),s.$set(i),(!a||1&o)&&_vendor_browser_svelte_internal_index.attr(t,\"aria-expanded\",e[0]),e[0]?v?(v.p(e,o),1&o&&_vendor_browser_svelte_internal_index.transition_in(v,1)):((v=create_if_block(e)).c(),_vendor_browser_svelte_internal_index.transition_in(v,1),v.m(n,null)):v&&(_vendor_browser_svelte_internal_index.group_outros(),_vendor_browser_svelte_internal_index.transition_out(v,1,1,function(){v=null}),_vendor_browser_svelte_internal_index.check_outros())},i:function(e){a||(_vendor_browser_svelte_internal_index.transition_in(s.$$.fragment,e),_vendor_browser_svelte_internal_index.transition_in(v),a=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(s.$$.fragment,e),_vendor_browser_svelte_internal_index.transition_out(v),a=!1},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n),_vendor_browser_svelte_internal_index.destroy_component(s),v&&v.d(),d=!1,c()}}}function instance(e,n,r){var t,o=n.$$slots,_=void 0===o?{}:o,i=n.$$scope,s=n.closedText,l=void 0===s?\"Show more\":s,a=n.openText,d=void 0===a?\"Show less\":a,c=n.isOpen,v=void 0!==c&&c,u=n.withIcon,p=void 0!==u&&u,f=n.isBusiness,b=void 0!==f&&f,x=n.extraClickHandler,h=void 0===x?_vendor_browser_lodash_lodash.lodash.noop:x,w=n.mode,y=void 0===w?\"light\":w,m=b?\"business\":p?\"with-icon\":\"no-icon\";return e.$$set=function(e){\"closedText\"in e&&r(6,l=e.closedText),\"openText\"in e&&r(7,d=e.openText),\"isOpen\"in e&&r(0,v=e.isOpen),\"withIcon\"in e&&r(1,p=e.withIcon),\"isBusiness\"in e&&r(2,b=e.isBusiness),\"extraClickHandler\"in e&&r(8,h=e.extraClickHandler),\"mode\"in e&&r(9,y=e.mode),\"$$scope\"in e&&r(10,i=e.$$scope)},e.$$.update=function(){193&e.$$.dirty&&r(3,t=v?d:l)},[v,p,b,t,function(){h(),r(0,v=!v)},m,l,d,h,y,i,_]}var Accordion=function(e){_inherits(r,_vendor_browser_svelte_internal_index.SvelteComponent);var n=_createSuper(r);function r(e){var t;return _classCallCheck(this,r),t=n.call(this),_vendor_browser_svelte_internal_index.init(_assertThisInitialized(t),e,instance,create_fragment,_vendor_browser_svelte_internal_index.safe_not_equal,{closedText:6,openText:7,isOpen:0,withIcon:1,isBusiness:2,extraClickHandler:8,mode:9},add_css),t}return r}();exports.Accordion=Accordion;\\n}, {\"548\":548,\"570\":570,\"656\":656,\"657\":657}];\\nwindow.modules[\"656\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_svelte_easing_index=require(624),_vendor_browser_svelte_internal_index=require(548);function fade(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},o=t.delay,i=void 0===o?0:o,n=t.duration,a=void 0===n?400:n,r=t.easing,d=void 0===r?_vendor_browser_svelte_internal_index.identity:r,s=+getComputedStyle(e).opacity;return{delay:i,duration:a,easing:d,css:function(e){return\"opacity: \".concat(e*s)}}}function slide(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},o=t.delay,i=void 0===o?0:o,n=t.duration,a=void 0===n?400:n,r=t.easing,d=void 0===r?_vendor_browser_svelte_easing_index.cubicOut:r,s=getComputedStyle(e),p=+s.opacity,c=parseFloat(s.height),l=parseFloat(s.paddingTop),g=parseFloat(s.paddingBottom),v=parseFloat(s.marginTop),_=parseFloat(s.marginBottom),u=parseFloat(s.borderTopWidth),x=parseFloat(s.borderBottomWidth);return{delay:i,duration:a,easing:d,css:function(e){return\"overflow: hidden;\"+\"opacity: \".concat(Math.min(20*e,1)*p,\";\")+\"height: \".concat(e*c,\"px;\")+\"padding-top: \".concat(e*l,\"px;\")+\"padding-bottom: \".concat(e*g,\"px;\")+\"margin-top: \".concat(e*v,\"px;\")+\"margin-bottom: \".concat(e*_,\"px;\")+\"border-top-width: \".concat(e*u,\"px;\")+\"border-bottom-width: \".concat(e*x,\"px;\")}}}exports.fade=fade,exports.slide=slide;\\n}, {\"548\":548,\"624\":624}];\\nwindow.modules[\"657\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_svelte_internal_index=require(548),_lib_browser_common_coreUi_icons_Plus_svelte=require(658),_lib_browser_common_coreUi_icons_Minus_svelte=require(659),_lib_browser_common_coreUi_icons_BusinessCollapse_svelte=require(661),_lib_browser_common_coreUi_icons_BusinessExpand_svelte=require(660);function _arrayLikeToArray(e,n){(null==n||n>e.length)&&(n=e.length);for(var r=0,t=new Array(n);r<n;r++)t[r]=e[r];return t}function _arrayWithHoles(e){if(Array.isArray(e))return e}function _assertThisInitialized(e){if(void 0===e)throw new ReferenceError(\"this hasn\\'t been initialised - super() hasn\\'t been called\");return e}function _classCallCheck(e,n){if(!(e instanceof n))throw new TypeError(\"Cannot call a class as a function\")}function _getPrototypeOf(e){return(_getPrototypeOf=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function _inherits(e,n){if(\"function\"!=typeof n&&null!==n)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(n&&n.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),n&&_setPrototypeOf(e,n)}function _iterableToArrayLimit(e,n){var r=null==e?null:\"undefined\"!=typeof Symbol&&e[Symbol.iterator]||e[\"@@iterator\"];if(null!=r){var t,o,_=[],i=!0,s=!1;try{for(r=r.call(e);!(i=(t=r.next()).done)&&(_.push(t.value),!n||_.length!==n);i=!0);}catch(e){s=!0,o=e}finally{try{i||null==r.return||r.return()}finally{if(s)throw o}}return _}}function _nonIterableRest(){throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\\\\\\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}function _possibleConstructorReturn(e,n){return!n||\"object\"!==_typeof(n)&&\"function\"!=typeof n?_assertThisInitialized(e):n}function _setPrototypeOf(e,n){return(_setPrototypeOf=Object.setPrototypeOf||function(e,n){return e.__proto__=n,e})(e,n)}function _slicedToArray(e,n){return _arrayWithHoles(e)||_iterableToArrayLimit(e,n)||_unsupportedIterableToArray(e,n)||_nonIterableRest()}var _typeof=function(e){return e&&\"undefined\"!=typeof Symbol&&e.constructor===Symbol?\"symbol\":typeof e};function _unsupportedIterableToArray(e,n){if(e){if(\"string\"==typeof e)return _arrayLikeToArray(e,n);var r=Object.prototype.toString.call(e).slice(8,-1);return\"Object\"===r&&e.constructor&&(r=e.constructor.name),\"Map\"===r||\"Set\"===r?Array.from(r):\"Arguments\"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?_arrayLikeToArray(e,n):void 0}}function _isNativeReflectConstruct(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function _createSuper(e){var n=_isNativeReflectConstruct();return function(){var r,t=_getPrototypeOf(e);if(n){var o=_getPrototypeOf(this).constructor;r=Reflect.construct(t,arguments,o)}else r=t.apply(this,arguments);return _possibleConstructorReturn(this,r)}}function create_if_block(e){var n,r,t,o,_=function(e,n){return e[1]?0:1},i=[create_if_block_1,create_else_block],s=[];return n=_(e),r=s[n]=i[n](e),{c:function(){r.c(),t=_vendor_browser_svelte_internal_index.empty()},l:function(e){r.l(e),t=_vendor_browser_svelte_internal_index.empty()},m:function(e,r){s[n].m(e,r),_vendor_browser_svelte_internal_index.insert_hydration(e,t,r),o=!0},p:function(e,o){var l=n;(n=_(e))===l?s[n].p(e,o):(_vendor_browser_svelte_internal_index.group_outros(),_vendor_browser_svelte_internal_index.transition_out(s[l],1,1,function(){s[l]=null}),_vendor_browser_svelte_internal_index.check_outros(),(r=s[n])?r.p(e,o):(r=s[n]=i[n](e)).c(),_vendor_browser_svelte_internal_index.transition_in(r,1),r.m(t.parentNode,t))},i:function(e){o||(_vendor_browser_svelte_internal_index.transition_in(r),o=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(r),o=!1},d:function(e){s[n].d(e),e&&_vendor_browser_svelte_internal_index.detach(t)}}}function create_else_block(e){for(var n,r,t=[e[3]],o={},_=0;_<t.length;_+=1)o=_vendor_browser_svelte_internal_index.assign(o,t[_]);return n=new e[5]({props:o}),{c:function(){_vendor_browser_svelte_internal_index.create_component(n.$$.fragment)},l:function(e){_vendor_browser_svelte_internal_index.claim_component(n.$$.fragment,e)},m:function(e,t){_vendor_browser_svelte_internal_index.mount_component(n,e,t),r=!0},p:function(e,r){var o=8&r?_vendor_browser_svelte_internal_index.get_spread_update(t,[_vendor_browser_svelte_internal_index.get_spread_object(e[3])]):{};n.$set(o)},i:function(e){r||(_vendor_browser_svelte_internal_index.transition_in(n.$$.fragment,e),r=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(n.$$.fragment,e),r=!1},d:function(e){_vendor_browser_svelte_internal_index.destroy_component(n,e)}}}function create_if_block_1(e){for(var n,r,t=[e[3]],o={},_=0;_<t.length;_+=1)o=_vendor_browser_svelte_internal_index.assign(o,t[_]);return n=new e[4]({props:o}),{c:function(){_vendor_browser_svelte_internal_index.create_component(n.$$.fragment)},l:function(e){_vendor_browser_svelte_internal_index.claim_component(n.$$.fragment,e)},m:function(e,t){_vendor_browser_svelte_internal_index.mount_component(n,e,t),r=!0},p:function(e,r){var o=8&r?_vendor_browser_svelte_internal_index.get_spread_update(t,[_vendor_browser_svelte_internal_index.get_spread_object(e[3])]):{};n.$set(o)},i:function(e){r||(_vendor_browser_svelte_internal_index.transition_in(n.$$.fragment,e),r=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(n.$$.fragment,e),r=!1},d:function(e){_vendor_browser_svelte_internal_index.destroy_component(n,e)}}}function create_fragment(e){var n,r,t=(e[0]||e[2])&&create_if_block(e);return{c:function(){t&&t.c(),n=_vendor_browser_svelte_internal_index.empty()},l:function(e){t&&t.l(e),n=_vendor_browser_svelte_internal_index.empty()},m:function(e,o){t&&t.m(e,o),_vendor_browser_svelte_internal_index.insert_hydration(e,n,o),r=!0},p:function(e,r){var o=_slicedToArray(r,1)[0];e[0]||e[2]?t?(t.p(e,o),5&o&&_vendor_browser_svelte_internal_index.transition_in(t,1)):((t=create_if_block(e)).c(),_vendor_browser_svelte_internal_index.transition_in(t,1),t.m(n.parentNode,n)):t&&(_vendor_browser_svelte_internal_index.group_outros(),_vendor_browser_svelte_internal_index.transition_out(t,1,1,function(){t=null}),_vendor_browser_svelte_internal_index.check_outros())},i:function(e){r||(_vendor_browser_svelte_internal_index.transition_in(t),r=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(t),r=!1},d:function(e){t&&t.d(e),e&&_vendor_browser_svelte_internal_index.detach(n)}}}function instance(e,n,r){var t,o,_,i=n.withIcon,s=n.isOpen,l=n.isBusiness;return e.$$set=function(e){\"withIcon\"in e&&r(0,i=e.withIcon),\"isOpen\"in e&&r(1,s=e.isOpen),\"isBusiness\"in e&&r(2,l=e.isBusiness)},e.$$.update=function(){4&e.$$.dirty&&r(5,t=l?_lib_browser_common_coreUi_icons_BusinessExpand_svelte.BusinessExpand:_lib_browser_common_coreUi_icons_Plus_svelte.Plus),4&e.$$.dirty&&r(4,o=l?_lib_browser_common_coreUi_icons_BusinessCollapse_svelte.BusinessCollapse:_lib_browser_common_coreUi_icons_Minus_svelte.Minus),4&e.$$.dirty&&r(3,_={height:l?\"24\":\"16\",width:l?\"24\":\"16\"})},[i,s,l,_,o,t]}var ExpandCollapseIconHandler=function(e){_inherits(r,_vendor_browser_svelte_internal_index.SvelteComponent);var n=_createSuper(r);function r(e){var t;return _classCallCheck(this,r),t=n.call(this),_vendor_browser_svelte_internal_index.init(_assertThisInitialized(t),e,instance,create_fragment,_vendor_browser_svelte_internal_index.safe_not_equal,{withIcon:0,isOpen:1,isBusiness:2}),t}return r}();exports.ExpandCollapseIconHandler=ExpandCollapseIconHandler;\\n}, {\"548\":548,\"658\":658,\"659\":659,\"660\":660,\"661\":661}];\\nwindow.modules[\"658\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_svelte_internal_index=require(548);function _arrayLikeToArray(e,r){(null==r||r>e.length)&&(r=e.length);for(var n=0,t=new Array(r);n<r;n++)t[n]=e[n];return t}function _arrayWithHoles(e){if(Array.isArray(e))return e}function _assertThisInitialized(e){if(void 0===e)throw new ReferenceError(\"this hasn\\'t been initialised - super() hasn\\'t been called\");return e}function _classCallCheck(e,r){if(!(e instanceof r))throw new TypeError(\"Cannot call a class as a function\")}function _getPrototypeOf(e){return(_getPrototypeOf=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function _inherits(e,r){if(\"function\"!=typeof r&&null!==r)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(r&&r.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),r&&_setPrototypeOf(e,r)}function _iterableToArrayLimit(e,r){var n=null==e?null:\"undefined\"!=typeof Symbol&&e[Symbol.iterator]||e[\"@@iterator\"];if(null!=n){var t,_,i=[],o=!0,l=!1;try{for(n=n.call(e);!(o=(t=n.next()).done)&&(i.push(t.value),!r||i.length!==r);o=!0);}catch(e){l=!0,_=e}finally{try{o||null==n.return||n.return()}finally{if(l)throw _}}return i}}function _nonIterableRest(){throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\\\\\\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}function _possibleConstructorReturn(e,r){return!r||\"object\"!==_typeof(r)&&\"function\"!=typeof r?_assertThisInitialized(e):r}function _setPrototypeOf(e,r){return(_setPrototypeOf=Object.setPrototypeOf||function(e,r){return e.__proto__=r,e})(e,r)}function _slicedToArray(e,r){return _arrayWithHoles(e)||_iterableToArrayLimit(e,r)||_unsupportedIterableToArray(e,r)||_nonIterableRest()}var _typeof=function(e){return e&&\"undefined\"!=typeof Symbol&&e.constructor===Symbol?\"symbol\":typeof e};function _unsupportedIterableToArray(e,r){if(e){if(\"string\"==typeof e)return _arrayLikeToArray(e,r);var n=Object.prototype.toString.call(e).slice(8,-1);return\"Object\"===n&&e.constructor&&(n=e.constructor.name),\"Map\"===n||\"Set\"===n?Array.from(n):\"Arguments\"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?_arrayLikeToArray(e,r):void 0}}function _isNativeReflectConstruct(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function _createSuper(e){var r=_isNativeReflectConstruct();return function(){var n,t=_getPrototypeOf(e);if(r){var _=_getPrototypeOf(this).constructor;n=Reflect.construct(t,arguments,_)}else n=t.apply(this,arguments);return _possibleConstructorReturn(this,n)}}function create_fragment(e){var r,n,t,_,i,o,l,s,a,d;return{c:function(){r=_vendor_browser_svelte_internal_index.svg_element(\"svg\"),n=_vendor_browser_svelte_internal_index.svg_element(\"title\"),t=_vendor_browser_svelte_internal_index.text(\"Plus Expand Icon\"),_=_vendor_browser_svelte_internal_index.svg_element(\"path\"),i=_vendor_browser_svelte_internal_index.svg_element(\"mask\"),o=_vendor_browser_svelte_internal_index.svg_element(\"path\"),a=_vendor_browser_svelte_internal_index.svg_element(\"g\"),d=_vendor_browser_svelte_internal_index.svg_element(\"rect\"),this.h()},l:function(e){r=_vendor_browser_svelte_internal_index.claim_svg_element(e,\"svg\",{xmlns:!0,width:!0,height:!0,viewBox:!0,fill:!0});var l=_vendor_browser_svelte_internal_index.children(r);n=_vendor_browser_svelte_internal_index.claim_svg_element(l,\"title\",{id:!0});var s=_vendor_browser_svelte_internal_index.children(n);t=_vendor_browser_svelte_internal_index.claim_text(s,\"Plus Expand Icon\"),s.forEach(_vendor_browser_svelte_internal_index.detach),_=_vendor_browser_svelte_internal_index.claim_svg_element(l,\"path\",{\"fill-rule\":!0,\"clip-rule\":!0,d:!0}),_vendor_browser_svelte_internal_index.children(_).forEach(_vendor_browser_svelte_internal_index.detach),i=_vendor_browser_svelte_internal_index.claim_svg_element(l,\"mask\",{id:!0,style:!0,maskUnits:!0,x:!0,y:!0,width:!0,height:!0});var v=_vendor_browser_svelte_internal_index.children(i);o=_vendor_browser_svelte_internal_index.claim_svg_element(v,\"path\",{\"fill-rule\":!0,\"clip-rule\":!0,d:!0,fill:!0}),_vendor_browser_svelte_internal_index.children(o).forEach(_vendor_browser_svelte_internal_index.detach),v.forEach(_vendor_browser_svelte_internal_index.detach),a=_vendor_browser_svelte_internal_index.claim_svg_element(l,\"g\",{mask:!0});var c=_vendor_browser_svelte_internal_index.children(a);d=_vendor_browser_svelte_internal_index.claim_svg_element(c,\"rect\",{width:!0,height:!0}),_vendor_browser_svelte_internal_index.children(d).forEach(_vendor_browser_svelte_internal_index.detach),c.forEach(_vendor_browser_svelte_internal_index.detach),l.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(n,\"id\",\"plus-exapand-vossi-icon\"),_vendor_browser_svelte_internal_index.attr(_,\"fill-rule\",\"evenodd\"),_vendor_browser_svelte_internal_index.attr(_,\"clip-rule\",\"evenodd\"),_vendor_browser_svelte_internal_index.attr(_,\"d\",\"M13.5 10.5V3.66667C13.5 2.75 12.825 2 12 2C11.175 2 10.5 2.75 10.5 3.66667V10.5H3.66667C2.75 10.5 2 11.175 2 12C2 12.825 2.75 13.5 3.66667 13.5H10.5V20.3333C10.5 21.25 11.175 22 12 22C12.825 22 13.5 21.25 13.5 20.3333V13.5H20.3333C21.25 13.5 22 12.825 22 12C22 11.175 21.25 10.5 20.3333 10.5H13.5Z\"),_vendor_browser_svelte_internal_index.attr(o,\"fill-rule\",\"evenodd\"),_vendor_browser_svelte_internal_index.attr(o,\"clip-rule\",\"evenodd\"),_vendor_browser_svelte_internal_index.attr(o,\"d\",\"M13.5 10.5V3.66667C13.5 2.75 12.825 2 12 2C11.175 2 10.5 2.75 10.5 3.66667V10.5H3.66667C2.75 10.5 2 11.175 2 12C2 12.825 2.75 13.5 3.66667 13.5H10.5V20.3333C10.5 21.25 11.175 22 12 22C12.825 22 13.5 21.25 13.5 20.3333V13.5H20.3333C21.25 13.5 22 12.825 22 12C22 11.175 21.25 10.5 20.3333 10.5H13.5Z\"),_vendor_browser_svelte_internal_index.attr(o,\"fill\",e[0]),_vendor_browser_svelte_internal_index.attr(i,\"id\",\"mask0_165_10853\"),_vendor_browser_svelte_internal_index.set_style(i,\"mask-type\",\"luminance\"),_vendor_browser_svelte_internal_index.attr(i,\"maskUnits\",\"userSpaceOnUse\"),_vendor_browser_svelte_internal_index.attr(i,\"x\",\"2\"),_vendor_browser_svelte_internal_index.attr(i,\"y\",\"2\"),_vendor_browser_svelte_internal_index.attr(i,\"width\",l=e[2]-4),_vendor_browser_svelte_internal_index.attr(i,\"height\",s=e[1]-4),_vendor_browser_svelte_internal_index.attr(d,\"width\",e[2]),_vendor_browser_svelte_internal_index.attr(d,\"height\",e[1]),_vendor_browser_svelte_internal_index.attr(a,\"mask\",\"url(#mask0_165_10853)\"),_vendor_browser_svelte_internal_index.attr(r,\"xmlns\",\"http://www.w3.org/2000/svg\"),_vendor_browser_svelte_internal_index.attr(r,\"width\",e[2]),_vendor_browser_svelte_internal_index.attr(r,\"height\",e[1]),_vendor_browser_svelte_internal_index.attr(r,\"viewBox\",\"0 0 24 24\"),_vendor_browser_svelte_internal_index.attr(r,\"fill\",\"none\")},m:function(e,l){_vendor_browser_svelte_internal_index.insert_hydration(e,r,l),_vendor_browser_svelte_internal_index.append_hydration(r,n),_vendor_browser_svelte_internal_index.append_hydration(n,t),_vendor_browser_svelte_internal_index.append_hydration(r,_),_vendor_browser_svelte_internal_index.append_hydration(r,i),_vendor_browser_svelte_internal_index.append_hydration(i,o),_vendor_browser_svelte_internal_index.append_hydration(r,a),_vendor_browser_svelte_internal_index.append_hydration(a,d)},p:function(e,n){var t=_slicedToArray(n,1)[0];1&t&&_vendor_browser_svelte_internal_index.attr(o,\"fill\",e[0]),4&t&&l!==(l=e[2]-4)&&_vendor_browser_svelte_internal_index.attr(i,\"width\",l),2&t&&s!==(s=e[1]-4)&&_vendor_browser_svelte_internal_index.attr(i,\"height\",s),4&t&&_vendor_browser_svelte_internal_index.attr(d,\"width\",e[2]),2&t&&_vendor_browser_svelte_internal_index.attr(d,\"height\",e[1]),4&t&&_vendor_browser_svelte_internal_index.attr(r,\"width\",e[2]),2&t&&_vendor_browser_svelte_internal_index.attr(r,\"height\",e[1])},i:_vendor_browser_svelte_internal_index.noop,o:_vendor_browser_svelte_internal_index.noop,d:function(e){e&&_vendor_browser_svelte_internal_index.detach(r)}}}function instance(e,r,n){var t=r.background,_=void 0===t?\"#ffffff\":t,i=r.height,o=void 0===i?\"24\":i,l=r.width,s=void 0===l?\"24\":l;return e.$$set=function(e){\"background\"in e&&n(0,_=e.background),\"height\"in e&&n(1,o=e.height),\"width\"in e&&n(2,s=e.width)},[_,o,s]}var Plus=function(e){_inherits(n,_vendor_browser_svelte_internal_index.SvelteComponent);var r=_createSuper(n);function n(e){var t;return _classCallCheck(this,n),t=r.call(this),_vendor_browser_svelte_internal_index.init(_assertThisInitialized(t),e,instance,create_fragment,_vendor_browser_svelte_internal_index.safe_not_equal,{background:0,height:1,width:2}),t}return n}();exports.Plus=Plus;\\n}, {\"548\":548}];\\nwindow.modules[\"659\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_svelte_internal_index=require(548);function _arrayLikeToArray(e,r){(null==r||r>e.length)&&(r=e.length);for(var n=0,t=new Array(r);n<r;n++)t[n]=e[n];return t}function _arrayWithHoles(e){if(Array.isArray(e))return e}function _assertThisInitialized(e){if(void 0===e)throw new ReferenceError(\"this hasn\\'t been initialised - super() hasn\\'t been called\");return e}function _classCallCheck(e,r){if(!(e instanceof r))throw new TypeError(\"Cannot call a class as a function\")}function _getPrototypeOf(e){return(_getPrototypeOf=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function _inherits(e,r){if(\"function\"!=typeof r&&null!==r)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(r&&r.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),r&&_setPrototypeOf(e,r)}function _iterableToArrayLimit(e,r){var n=null==e?null:\"undefined\"!=typeof Symbol&&e[Symbol.iterator]||e[\"@@iterator\"];if(null!=n){var t,_,i=[],o=!0,l=!1;try{for(n=n.call(e);!(o=(t=n.next()).done)&&(i.push(t.value),!r||i.length!==r);o=!0);}catch(e){l=!0,_=e}finally{try{o||null==n.return||n.return()}finally{if(l)throw _}}return i}}function _nonIterableRest(){throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\\\\\\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}function _possibleConstructorReturn(e,r){return!r||\"object\"!==_typeof(r)&&\"function\"!=typeof r?_assertThisInitialized(e):r}function _setPrototypeOf(e,r){return(_setPrototypeOf=Object.setPrototypeOf||function(e,r){return e.__proto__=r,e})(e,r)}function _slicedToArray(e,r){return _arrayWithHoles(e)||_iterableToArrayLimit(e,r)||_unsupportedIterableToArray(e,r)||_nonIterableRest()}var _typeof=function(e){return e&&\"undefined\"!=typeof Symbol&&e.constructor===Symbol?\"symbol\":typeof e};function _unsupportedIterableToArray(e,r){if(e){if(\"string\"==typeof e)return _arrayLikeToArray(e,r);var n=Object.prototype.toString.call(e).slice(8,-1);return\"Object\"===n&&e.constructor&&(n=e.constructor.name),\"Map\"===n||\"Set\"===n?Array.from(n):\"Arguments\"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?_arrayLikeToArray(e,r):void 0}}function _isNativeReflectConstruct(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function _createSuper(e){var r=_isNativeReflectConstruct();return function(){var n,t=_getPrototypeOf(e);if(r){var _=_getPrototypeOf(this).constructor;n=Reflect.construct(t,arguments,_)}else n=t.apply(this,arguments);return _possibleConstructorReturn(this,n)}}function create_fragment(e){var r,n,t,_,i,o,l,s,a;return{c:function(){r=_vendor_browser_svelte_internal_index.svg_element(\"svg\"),n=_vendor_browser_svelte_internal_index.svg_element(\"title\"),t=_vendor_browser_svelte_internal_index.text(\"Minus Collapse Icon\"),_=_vendor_browser_svelte_internal_index.svg_element(\"path\"),i=_vendor_browser_svelte_internal_index.svg_element(\"mask\"),o=_vendor_browser_svelte_internal_index.svg_element(\"path\"),s=_vendor_browser_svelte_internal_index.svg_element(\"g\"),a=_vendor_browser_svelte_internal_index.svg_element(\"rect\"),this.h()},l:function(e){r=_vendor_browser_svelte_internal_index.claim_svg_element(e,\"svg\",{xmlns:!0,width:!0,height:!0,viewBox:!0,fill:!0});var l=_vendor_browser_svelte_internal_index.children(r);n=_vendor_browser_svelte_internal_index.claim_svg_element(l,\"title\",{id:!0});var d=_vendor_browser_svelte_internal_index.children(n);t=_vendor_browser_svelte_internal_index.claim_text(d,\"Minus Collapse Icon\"),d.forEach(_vendor_browser_svelte_internal_index.detach),_=_vendor_browser_svelte_internal_index.claim_svg_element(l,\"path\",{\"fill-rule\":!0,\"clip-rule\":!0,d:!0}),_vendor_browser_svelte_internal_index.children(_).forEach(_vendor_browser_svelte_internal_index.detach),i=_vendor_browser_svelte_internal_index.claim_svg_element(l,\"mask\",{id:!0,style:!0,maskUnits:!0,x:!0,y:!0,width:!0,height:!0});var v=_vendor_browser_svelte_internal_index.children(i);o=_vendor_browser_svelte_internal_index.claim_svg_element(v,\"path\",{\"fill-rule\":!0,\"clip-rule\":!0,d:!0,fill:!0}),_vendor_browser_svelte_internal_index.children(o).forEach(_vendor_browser_svelte_internal_index.detach),v.forEach(_vendor_browser_svelte_internal_index.detach),s=_vendor_browser_svelte_internal_index.claim_svg_element(l,\"g\",{mask:!0});var c=_vendor_browser_svelte_internal_index.children(s);a=_vendor_browser_svelte_internal_index.claim_svg_element(c,\"rect\",{width:!0,height:!0}),_vendor_browser_svelte_internal_index.children(a).forEach(_vendor_browser_svelte_internal_index.detach),c.forEach(_vendor_browser_svelte_internal_index.detach),l.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(n,\"id\",\"minus-collapse-vossi-icon\"),_vendor_browser_svelte_internal_index.attr(_,\"fill-rule\",\"evenodd\"),_vendor_browser_svelte_internal_index.attr(_,\"clip-rule\",\"evenodd\"),_vendor_browser_svelte_internal_index.attr(_,\"d\",\"M13.5 11H20.5C21.325 11 22 11.675 22 12.5C22 13.325 21.325 14 20.5 14H13.5H10.5H3.5C2.675 14 2 13.325 2 12.5C2 11.675 2.675 11 3.5 11H10.5H13.5Z\"),_vendor_browser_svelte_internal_index.attr(o,\"fill-rule\",\"evenodd\"),_vendor_browser_svelte_internal_index.attr(o,\"clip-rule\",\"evenodd\"),_vendor_browser_svelte_internal_index.attr(o,\"d\",\"M13.5 11H20.5C21.325 11 22 11.675 22 12.5C22 13.325 21.325 14 20.5 14H13.5H10.5H3.5C2.675 14 2 13.325 2 12.5C2 11.675 2.675 11 3.5 11H10.5H13.5Z\"),_vendor_browser_svelte_internal_index.attr(o,\"fill\",e[0]),_vendor_browser_svelte_internal_index.attr(i,\"id\",\"mask0_165_10851\"),_vendor_browser_svelte_internal_index.set_style(i,\"mask-type\",\"luminance\"),_vendor_browser_svelte_internal_index.attr(i,\"maskUnits\",\"userSpaceOnUse\"),_vendor_browser_svelte_internal_index.attr(i,\"x\",\"2\"),_vendor_browser_svelte_internal_index.attr(i,\"y\",\"11\"),_vendor_browser_svelte_internal_index.attr(i,\"width\",l=e[2]-4),_vendor_browser_svelte_internal_index.attr(i,\"height\",\"3\"),_vendor_browser_svelte_internal_index.attr(a,\"width\",e[2]),_vendor_browser_svelte_internal_index.attr(a,\"height\",e[1]),_vendor_browser_svelte_internal_index.attr(s,\"mask\",\"url(#mask0_165_10851)\"),_vendor_browser_svelte_internal_index.attr(r,\"xmlns\",\"http://www.w3.org/2000/svg\"),_vendor_browser_svelte_internal_index.attr(r,\"width\",e[2]),_vendor_browser_svelte_internal_index.attr(r,\"height\",e[1]),_vendor_browser_svelte_internal_index.attr(r,\"viewBox\",\"0 0 24 24\"),_vendor_browser_svelte_internal_index.attr(r,\"fill\",\"none\")},m:function(e,l){_vendor_browser_svelte_internal_index.insert_hydration(e,r,l),_vendor_browser_svelte_internal_index.append_hydration(r,n),_vendor_browser_svelte_internal_index.append_hydration(n,t),_vendor_browser_svelte_internal_index.append_hydration(r,_),_vendor_browser_svelte_internal_index.append_hydration(r,i),_vendor_browser_svelte_internal_index.append_hydration(i,o),_vendor_browser_svelte_internal_index.append_hydration(r,s),_vendor_browser_svelte_internal_index.append_hydration(s,a)},p:function(e,n){var t=_slicedToArray(n,1)[0];1&t&&_vendor_browser_svelte_internal_index.attr(o,\"fill\",e[0]),4&t&&l!==(l=e[2]-4)&&_vendor_browser_svelte_internal_index.attr(i,\"width\",l),4&t&&_vendor_browser_svelte_internal_index.attr(a,\"width\",e[2]),2&t&&_vendor_browser_svelte_internal_index.attr(a,\"height\",e[1]),4&t&&_vendor_browser_svelte_internal_index.attr(r,\"width\",e[2]),2&t&&_vendor_browser_svelte_internal_index.attr(r,\"height\",e[1])},i:_vendor_browser_svelte_internal_index.noop,o:_vendor_browser_svelte_internal_index.noop,d:function(e){e&&_vendor_browser_svelte_internal_index.detach(r)}}}function instance(e,r,n){var t=r.background,_=void 0===t?\"#ffffff\":t,i=r.height,o=void 0===i?\"24\":i,l=r.width,s=void 0===l?\"24\":l;return e.$$set=function(e){\"background\"in e&&n(0,_=e.background),\"height\"in e&&n(1,o=e.height),\"width\"in e&&n(2,s=e.width)},[_,o,s]}var Minus=function(e){_inherits(n,_vendor_browser_svelte_internal_index.SvelteComponent);var r=_createSuper(n);function n(e){var t;return _classCallCheck(this,n),t=r.call(this),_vendor_browser_svelte_internal_index.init(_assertThisInitialized(t),e,instance,create_fragment,_vendor_browser_svelte_internal_index.safe_not_equal,{background:0,height:1,width:2}),t}return n}();exports.Minus=Minus;\\n}, {\"548\":548}];\\nwindow.modules[\"660\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_svelte_internal_index=require(548);function _arrayLikeToArray(e,r){(null==r||r>e.length)&&(r=e.length);for(var t=0,n=new Array(r);t<r;t++)n[t]=e[t];return n}function _arrayWithHoles(e){if(Array.isArray(e))return e}function _assertThisInitialized(e){if(void 0===e)throw new ReferenceError(\"this hasn\\'t been initialised - super() hasn\\'t been called\");return e}function _classCallCheck(e,r){if(!(e instanceof r))throw new TypeError(\"Cannot call a class as a function\")}function _getPrototypeOf(e){return(_getPrototypeOf=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function _inherits(e,r){if(\"function\"!=typeof r&&null!==r)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(r&&r.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),r&&_setPrototypeOf(e,r)}function _iterableToArrayLimit(e,r){var t=null==e?null:\"undefined\"!=typeof Symbol&&e[Symbol.iterator]||e[\"@@iterator\"];if(null!=t){var n,o,i=[],_=!0,s=!1;try{for(t=t.call(e);!(_=(n=t.next()).done)&&(i.push(n.value),!r||i.length!==r);_=!0);}catch(e){s=!0,o=e}finally{try{_||null==t.return||t.return()}finally{if(s)throw o}}return i}}function _nonIterableRest(){throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\\\\\\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}function _possibleConstructorReturn(e,r){return!r||\"object\"!==_typeof(r)&&\"function\"!=typeof r?_assertThisInitialized(e):r}function _setPrototypeOf(e,r){return(_setPrototypeOf=Object.setPrototypeOf||function(e,r){return e.__proto__=r,e})(e,r)}function _slicedToArray(e,r){return _arrayWithHoles(e)||_iterableToArrayLimit(e,r)||_unsupportedIterableToArray(e,r)||_nonIterableRest()}var _typeof=function(e){return e&&\"undefined\"!=typeof Symbol&&e.constructor===Symbol?\"symbol\":typeof e};function _unsupportedIterableToArray(e,r){if(e){if(\"string\"==typeof e)return _arrayLikeToArray(e,r);var t=Object.prototype.toString.call(e).slice(8,-1);return\"Object\"===t&&e.constructor&&(t=e.constructor.name),\"Map\"===t||\"Set\"===t?Array.from(t):\"Arguments\"===t||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t)?_arrayLikeToArray(e,r):void 0}}function _isNativeReflectConstruct(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function _createSuper(e){var r=_isNativeReflectConstruct();return function(){var t,n=_getPrototypeOf(e);if(r){var o=_getPrototypeOf(this).constructor;t=Reflect.construct(n,arguments,o)}else t=n.apply(this,arguments);return _possibleConstructorReturn(this,t)}}function create_fragment(e){var r,t,n,o;return{c:function(){r=_vendor_browser_svelte_internal_index.svg_element(\"svg\"),t=_vendor_browser_svelte_internal_index.svg_element(\"title\"),n=_vendor_browser_svelte_internal_index.text(\"Business Expand Icon\"),o=_vendor_browser_svelte_internal_index.svg_element(\"path\"),this.h()},l:function(e){r=_vendor_browser_svelte_internal_index.claim_svg_element(e,\"svg\",{xmlns:!0,width:!0,height:!0,viewBox:!0,fill:!0});var i=_vendor_browser_svelte_internal_index.children(r);t=_vendor_browser_svelte_internal_index.claim_svg_element(i,\"title\",{id:!0});var _=_vendor_browser_svelte_internal_index.children(t);n=_vendor_browser_svelte_internal_index.claim_text(_,\"Business Expand Icon\"),_.forEach(_vendor_browser_svelte_internal_index.detach),o=_vendor_browser_svelte_internal_index.claim_svg_element(i,\"path\",{\"fill-rule\":!0,\"clip-rule\":!0,d:!0}),_vendor_browser_svelte_internal_index.children(o).forEach(_vendor_browser_svelte_internal_index.detach),i.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(t,\"id\",\"business-exapand-vossi-icon\"),_vendor_browser_svelte_internal_index.attr(o,\"fill-rule\",\"evenodd\"),_vendor_browser_svelte_internal_index.attr(o,\"clip-rule\",\"evenodd\"),_vendor_browser_svelte_internal_index.attr(o,\"d\",\"M4.66667 21.7778C2.64162 21.7778 1 20.1362 1 18.1111V5.8889C1 3.86385 2.64162 2.22223 4.66667 2.22223H5.88889C6.5639 2.22223 7.11111 2.76944 7.11111 3.44445C7.11111 4.11947 6.5639 4.66667 5.88889 4.66667H4.66667C3.99165 4.66667 3.44444 5.21388 3.44444 5.8889V18.1111C3.44444 18.7861 3.99165 19.3333 4.66667 19.3333H5.88889C6.5639 19.3333 7.11111 19.8805 7.11111 20.5556C7.11111 21.2306 6.5639 21.7778 5.88889 21.7778H4.66667ZM10.7778 15.6667C10.7778 16.3417 11.325 16.8889 12 16.8889C12.675 16.8889 13.2222 16.3417 13.2222 15.6667V13.2222H15.6667C16.3417 13.2222 16.8889 12.675 16.8889 12C16.8889 11.325 16.3417 10.7778 15.6667 10.7778H13.2222V8.33334C13.2222 7.65832 12.675 7.11112 12 7.11112C11.325 7.11112 10.7778 7.65832 10.7778 8.33334V10.7778H8.33333C7.65832 10.7778 7.11111 11.325 7.11111 12C7.11111 12.675 7.65832 13.2222 8.33333 13.2222H10.7778V15.6667ZM23 18.1111C23 20.1362 21.3584 21.7778 19.3333 21.7778H18.1111C17.4361 21.7778 16.8889 21.2306 16.8889 20.5556C16.8889 19.8805 17.4361 19.3333 18.1111 19.3333H19.3333C20.0083 19.3333 20.5556 18.7861 20.5556 18.1111V5.8889C20.5556 5.21388 20.0083 4.66667 19.3333 4.66667H18.1111C17.4361 4.66667 16.8889 4.11947 16.8889 3.44445C16.8889 2.76944 17.4361 2.22223 18.1111 2.22223H19.3333C21.3584 2.22223 23 3.86385 23 5.8889V18.1111Z\"),_vendor_browser_svelte_internal_index.attr(r,\"xmlns\",\"http://www.w3.org/2000/svg\"),_vendor_browser_svelte_internal_index.attr(r,\"width\",e[1]),_vendor_browser_svelte_internal_index.attr(r,\"height\",e[0]),_vendor_browser_svelte_internal_index.attr(r,\"viewBox\",\"0 0 24 24\"),_vendor_browser_svelte_internal_index.attr(r,\"fill\",\"none\")},m:function(e,i){_vendor_browser_svelte_internal_index.insert_hydration(e,r,i),_vendor_browser_svelte_internal_index.append_hydration(r,t),_vendor_browser_svelte_internal_index.append_hydration(t,n),_vendor_browser_svelte_internal_index.append_hydration(r,o)},p:function(e,t){var n=_slicedToArray(t,1)[0];2&n&&_vendor_browser_svelte_internal_index.attr(r,\"width\",e[1]),1&n&&_vendor_browser_svelte_internal_index.attr(r,\"height\",e[0])},i:_vendor_browser_svelte_internal_index.noop,o:_vendor_browser_svelte_internal_index.noop,d:function(e){e&&_vendor_browser_svelte_internal_index.detach(r)}}}function instance(e,r,t){var n=r.height,o=void 0===n?\"24\":n,i=r.width,_=void 0===i?\"24\":i;return e.$$set=function(e){\"height\"in e&&t(0,o=e.height),\"width\"in e&&t(1,_=e.width)},[o,_]}var BusinessExpand=function(e){_inherits(t,_vendor_browser_svelte_internal_index.SvelteComponent);var r=_createSuper(t);function t(e){var n;return _classCallCheck(this,t),n=r.call(this),_vendor_browser_svelte_internal_index.init(_assertThisInitialized(n),e,instance,create_fragment,_vendor_browser_svelte_internal_index.safe_not_equal,{height:0,width:1}),n}return t}();exports.BusinessExpand=BusinessExpand;\\n}, {\"548\":548}];\\nwindow.modules[\"661\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_svelte_internal_index=require(548);function _arrayLikeToArray(e,r){(null==r||r>e.length)&&(r=e.length);for(var t=0,n=new Array(r);t<r;t++)n[t]=e[t];return n}function _arrayWithHoles(e){if(Array.isArray(e))return e}function _assertThisInitialized(e){if(void 0===e)throw new ReferenceError(\"this hasn\\'t been initialised - super() hasn\\'t been called\");return e}function _classCallCheck(e,r){if(!(e instanceof r))throw new TypeError(\"Cannot call a class as a function\")}function _getPrototypeOf(e){return(_getPrototypeOf=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function _inherits(e,r){if(\"function\"!=typeof r&&null!==r)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(r&&r.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),r&&_setPrototypeOf(e,r)}function _iterableToArrayLimit(e,r){var t=null==e?null:\"undefined\"!=typeof Symbol&&e[Symbol.iterator]||e[\"@@iterator\"];if(null!=t){var n,o,i=[],_=!0,l=!1;try{for(t=t.call(e);!(_=(n=t.next()).done)&&(i.push(n.value),!r||i.length!==r);_=!0);}catch(e){l=!0,o=e}finally{try{_||null==t.return||t.return()}finally{if(l)throw o}}return i}}function _nonIterableRest(){throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\\\\\\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}function _possibleConstructorReturn(e,r){return!r||\"object\"!==_typeof(r)&&\"function\"!=typeof r?_assertThisInitialized(e):r}function _setPrototypeOf(e,r){return(_setPrototypeOf=Object.setPrototypeOf||function(e,r){return e.__proto__=r,e})(e,r)}function _slicedToArray(e,r){return _arrayWithHoles(e)||_iterableToArrayLimit(e,r)||_unsupportedIterableToArray(e,r)||_nonIterableRest()}var _typeof=function(e){return e&&\"undefined\"!=typeof Symbol&&e.constructor===Symbol?\"symbol\":typeof e};function _unsupportedIterableToArray(e,r){if(e){if(\"string\"==typeof e)return _arrayLikeToArray(e,r);var t=Object.prototype.toString.call(e).slice(8,-1);return\"Object\"===t&&e.constructor&&(t=e.constructor.name),\"Map\"===t||\"Set\"===t?Array.from(t):\"Arguments\"===t||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t)?_arrayLikeToArray(e,r):void 0}}function _isNativeReflectConstruct(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function _createSuper(e){var r=_isNativeReflectConstruct();return function(){var t,n=_getPrototypeOf(e);if(r){var o=_getPrototypeOf(this).constructor;t=Reflect.construct(n,arguments,o)}else t=n.apply(this,arguments);return _possibleConstructorReturn(this,t)}}function create_fragment(e){var r,t,n,o;return{c:function(){r=_vendor_browser_svelte_internal_index.svg_element(\"svg\"),t=_vendor_browser_svelte_internal_index.svg_element(\"title\"),n=_vendor_browser_svelte_internal_index.text(\"Business Collapse Icon\"),o=_vendor_browser_svelte_internal_index.svg_element(\"path\"),this.h()},l:function(e){r=_vendor_browser_svelte_internal_index.claim_svg_element(e,\"svg\",{xmlns:!0,width:!0,height:!0,viewBox:!0,fill:!0});var i=_vendor_browser_svelte_internal_index.children(r);t=_vendor_browser_svelte_internal_index.claim_svg_element(i,\"title\",{id:!0});var _=_vendor_browser_svelte_internal_index.children(t);n=_vendor_browser_svelte_internal_index.claim_text(_,\"Business Collapse Icon\"),_.forEach(_vendor_browser_svelte_internal_index.detach),o=_vendor_browser_svelte_internal_index.claim_svg_element(i,\"path\",{\"fill-rule\":!0,\"clip-rule\":!0,d:!0}),_vendor_browser_svelte_internal_index.children(o).forEach(_vendor_browser_svelte_internal_index.detach),i.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(t,\"id\",\"business-collapse-vossi-icon\"),_vendor_browser_svelte_internal_index.attr(o,\"fill-rule\",\"evenodd\"),_vendor_browser_svelte_internal_index.attr(o,\"clip-rule\",\"evenodd\"),_vendor_browser_svelte_internal_index.attr(o,\"d\",\"M4.66667 21.5556C2.64162 21.5556 1 19.9139 1 17.8889V5.66667C1 3.64162 2.64162 2 4.66667 2H5.88889C6.5639 2 7.11111 2.54721 7.11111 3.22222C7.11111 3.89724 6.5639 4.44444 5.88889 4.44444H4.66667C3.99165 4.44444 3.44444 4.99165 3.44444 5.66667V17.8889C3.44444 18.5639 3.99165 19.1111 4.66667 19.1111H5.88889C6.5639 19.1111 7.11111 19.6583 7.11111 20.3333C7.11111 21.0083 6.5639 21.5556 5.88889 21.5556H4.66667ZM7.11111 11.7778C7.11111 11.1028 7.65832 10.5556 8.33333 10.5556H15.6667C16.3417 10.5556 16.8889 11.1028 16.8889 11.7778C16.8889 12.4528 16.3417 13 15.6667 13H8.33333C7.65832 13 7.11111 12.4528 7.11111 11.7778ZM23 17.8889C23 19.9139 21.3584 21.5556 19.3333 21.5556H18.1111C17.4361 21.5556 16.8889 21.0083 16.8889 20.3333C16.8889 19.6583 17.4361 19.1111 18.1111 19.1111H19.3333C20.0083 19.1111 20.5556 18.5639 20.5556 17.8889V5.66667C20.5556 4.99165 20.0083 4.44444 19.3333 4.44444H18.1111C17.4361 4.44444 16.8889 3.89724 16.8889 3.22222C16.8889 2.54721 17.4361 2 18.1111 2H19.3333C21.3584 2 23 3.64162 23 5.66667V17.8889Z\"),_vendor_browser_svelte_internal_index.attr(r,\"xmlns\",\"http://www.w3.org/2000/svg\"),_vendor_browser_svelte_internal_index.attr(r,\"width\",e[1]),_vendor_browser_svelte_internal_index.attr(r,\"height\",e[0]),_vendor_browser_svelte_internal_index.attr(r,\"viewBox\",\"0 0 24 24\"),_vendor_browser_svelte_internal_index.attr(r,\"fill\",\"none\")},m:function(e,i){_vendor_browser_svelte_internal_index.insert_hydration(e,r,i),_vendor_browser_svelte_internal_index.append_hydration(r,t),_vendor_browser_svelte_internal_index.append_hydration(t,n),_vendor_browser_svelte_internal_index.append_hydration(r,o)},p:function(e,t){var n=_slicedToArray(t,1)[0];2&n&&_vendor_browser_svelte_internal_index.attr(r,\"width\",e[1]),1&n&&_vendor_browser_svelte_internal_index.attr(r,\"height\",e[0])},i:_vendor_browser_svelte_internal_index.noop,o:_vendor_browser_svelte_internal_index.noop,d:function(e){e&&_vendor_browser_svelte_internal_index.detach(r)}}}function instance(e,r,t){var n=r.height,o=void 0===n?\"24\":n,i=r.width,_=void 0===i?\"24\":i;return e.$$set=function(e){\"height\"in e&&t(0,o=e.height),\"width\"in e&&t(1,_=e.width)},[o,_]}var BusinessCollapse=function(e){_inherits(t,_vendor_browser_svelte_internal_index.SvelteComponent);var r=_createSuper(t);function t(e){var n;return _classCallCheck(this,t),n=r.call(this),_vendor_browser_svelte_internal_index.init(_assertThisInitialized(n),e,instance,create_fragment,_vendor_browser_svelte_internal_index.safe_not_equal,{height:0,width:1}),n}return t}();exports.BusinessCollapse=BusinessCollapse;\\n}, {\"548\":548}];\\nwindow.modules[\"671\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_regeneratorRuntime_runtime=require(568),_lib_browser_common_dataFetching_fetchRace=require(672);function asyncGeneratorStep(e,r,n,t,o,a,c){try{var u=e[a](c),i=u.value}catch(e){return void n(e)}u.done?r(i):Promise.resolve(i).then(t,o)}function _asyncToGenerator(e){return function(){var r=this,n=arguments;return new Promise(function(t,o){var a=e.apply(r,n);function c(e){asyncGeneratorStep(a,t,o,c,u,\"next\",e)}function u(e){asyncGeneratorStep(a,t,o,c,u,\"throw\",e)}c(void 0)})}}function PollFeed(e,r,n,t){return _PollFeed.apply(this,arguments)}function _PollFeed(){return(_PollFeed=_asyncToGenerator(_vendor_browser_regeneratorRuntime_runtime.runtime_1.mark(function e(r,n,t,o){var a,c;return _vendor_browser_regeneratorRuntime_runtime.runtime_1.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:return e.prev=0,e.next=3,_lib_browser_common_dataFetching_fetchRace.fetchRace(r);case 3:(a=e.sent)?t(a):console.warn(\"No data found at\",r),e.next=10;break;case 7:e.prev=7,e.t0=e.catch(0),console.error(e.t0);case 10:if(n){e.next=12;break}return e.abrupt(\"return\");case 12:c=setTimeout(function(){return PollFeed(r,n,t,o)},1e3*n),o(c);case 14:case\"end\":return e.stop()}},e,null,[[0,7]])}))).apply(this,arguments)}exports.PollFeed=PollFeed;\\n}, {\"568\":568,\"672\":672}];\\nwindow.modules[\"672\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_regeneratorRuntime_runtime=require(568);function asyncGeneratorStep(e,r,n,t,o,a,c){try{var u=e[a](c),i=u.value}catch(e){return void n(e)}u.done?r(i):Promise.resolve(i).then(t,o)}function _asyncToGenerator(e){return function(){var r=this,n=arguments;return new Promise(function(t,o){var a=e.apply(r,n);function c(e){asyncGeneratorStep(a,t,o,c,u,\"next\",e)}function u(e){asyncGeneratorStep(a,t,o,c,u,\"throw\",e)}c(void 0)})}}function fetchRace(e){return _fetchRace.apply(this,arguments)}function _fetchRace(){return(_fetchRace=_asyncToGenerator(_vendor_browser_regeneratorRuntime_runtime.runtime_1.mark(function e(r){var n;return _vendor_browser_regeneratorRuntime_runtime.runtime_1.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,fetch(r);case 2:return n=e.sent,e.abrupt(\"return\",n.json());case 4:case\"end\":return e.stop()}},e)}))).apply(this,arguments)}exports.fetchRace=fetchRace;\\n}, {\"568\":568}];\\nwindow.modules[\"673\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_svelte_internal_index=require(548),_lib_browser_common_constants_contextKeys=require(639);function _arrayLikeToArray(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}function _arrayWithHoles(e){if(Array.isArray(e))return e}function _assertThisInitialized(e){if(void 0===e)throw new ReferenceError(\"this hasn\\'t been initialised - super() hasn\\'t been called\");return e}function _classCallCheck(e,t){if(!(e instanceof t))throw new TypeError(\"Cannot call a class as a function\")}function _defineProperty(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function _getPrototypeOf(e){return(_getPrototypeOf=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function _inherits(e,t){if(\"function\"!=typeof t&&null!==t)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&_setPrototypeOf(e,t)}function _iterableToArrayLimit(e,t){var r=null==e?null:\"undefined\"!=typeof Symbol&&e[Symbol.iterator]||e[\"@@iterator\"];if(null!=r){var n,o,i=[],_=!0,l=!1;try{for(r=r.call(e);!(_=(n=r.next()).done)&&(i.push(n.value),!t||i.length!==t);_=!0);}catch(e){l=!0,o=e}finally{try{_||null==r.return||r.return()}finally{if(l)throw o}}return i}}function _nonIterableRest(){throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\\\\\\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}function _objectSpread(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{},n=Object.keys(r);\"function\"==typeof Object.getOwnPropertySymbols&&(n=n.concat(Object.getOwnPropertySymbols(r).filter(function(e){return Object.getOwnPropertyDescriptor(r,e).enumerable}))),n.forEach(function(t){_defineProperty(e,t,r[t])})}return e}function _possibleConstructorReturn(e,t){return!t||\"object\"!==_typeof(t)&&\"function\"!=typeof t?_assertThisInitialized(e):t}function _setPrototypeOf(e,t){return(_setPrototypeOf=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function _slicedToArray(e,t){return _arrayWithHoles(e)||_iterableToArrayLimit(e,t)||_unsupportedIterableToArray(e,t)||_nonIterableRest()}var _typeof=function(e){return e&&\"undefined\"!=typeof Symbol&&e.constructor===Symbol?\"symbol\":typeof e};function _unsupportedIterableToArray(e,t){if(e){if(\"string\"==typeof e)return _arrayLikeToArray(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);return\"Object\"===r&&e.constructor&&(r=e.constructor.name),\"Map\"===r||\"Set\"===r?Array.from(r):\"Arguments\"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?_arrayLikeToArray(e,t):void 0}}function _isNativeReflectConstruct(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function _createSuper(e){var t=_isNativeReflectConstruct();return function(){var r,n=_getPrototypeOf(e);if(t){var o=_getPrototypeOf(this).constructor;r=Reflect.construct(n,arguments,o)}else r=n.apply(this,arguments);return _possibleConstructorReturn(this,r)}}function create_fragment(e){for(var t,r,n=e[8].default,o=_vendor_browser_svelte_internal_index.create_slot(n,e,e[7],null),i=[e[1]],_={},l=0;l<i.length;l+=1)_=_vendor_browser_svelte_internal_index.assign(_,i[l]);return{c:function(){t=_vendor_browser_svelte_internal_index.element(\"a\"),o&&o.c(),this.h()},l:function(e){t=_vendor_browser_svelte_internal_index.claim_element(e,\"A\",{});var r=_vendor_browser_svelte_internal_index.children(t);o&&o.l(r),r.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.set_attributes(t,_)},m:function(n,i){_vendor_browser_svelte_internal_index.insert_hydration(n,t,i),o&&o.m(t,null),e[9](t),r=!0},p:function(e,l){var a=_slicedToArray(l,1)[0];o&&o.p&&(!r||128&a)&&_vendor_browser_svelte_internal_index.update_slot_base(o,n,e,e[7],r?_vendor_browser_svelte_internal_index.get_slot_changes(n,e[7],a,null):_vendor_browser_svelte_internal_index.get_all_dirty_from_scope(e[7]),null),_vendor_browser_svelte_internal_index.set_attributes(t,_=_vendor_browser_svelte_internal_index.get_spread_update(i,[2&a&&e[1]]))},i:function(e){r||(_vendor_browser_svelte_internal_index.transition_in(o,e),r=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(o,e),r=!1},d:function(r){r&&_vendor_browser_svelte_internal_index.detach(t),o&&o.d(r),e[9](null)}}}function instance(e,t,r){var n,o,i,_,l,a,s=t.$$slots,c=void 0===s?{}:s,u=t.$$scope,f=_vendor_browser_svelte_internal_index.getContext(_lib_browser_common_constants_contextKeys.ANALYTICS_CONTEXT_KEY);return _vendor_browser_svelte_internal_index.component_subscribe(e,f,function(e){return r(6,l=e)}),e.$$set=function(e){r(10,t=_vendor_browser_svelte_internal_index.assign(_vendor_browser_svelte_internal_index.assign({},t),_vendor_browser_svelte_internal_index.exclude_internal_props(e))),\"$$scope\"in e&&r(7,u=e.$$scope)},e.$$.update=function(){64&e.$$.dirty&&r(5,n=[null==l?void 0:l.year,null==l?void 0:l.race,null==l?void 0:l.place,null==l?void 0:l.jurisdiction].filter(function(e){return!!e}).map(function(e){return e.replace(\" \",\"_\").toLowerCase()}).join(\"_\")),1&e.$$.dirty&&r(4,o=a?a.textContent.trim():null),112&e.$$.dirty&&r(3,i=f?Object.keys(l).reduce(function(e,t){return e[\"data-zjs-\".concat(t)]=l[t],e},{\"data-zjs-interaction\":\"election_\".concat(n,\"_link_clicked\"),\"data-zjs-component_text\":o}):{}),r(1,_=_objectSpread({},t,i))},t=_vendor_browser_svelte_internal_index.exclude_internal_props(t),[a,_,f,i,o,n,l,u,c,function(e){_vendor_browser_svelte_internal_index.binding_callbacks[e?\"unshift\":\"push\"](function(){r(0,a=e)})}]}var TrackedLink=function(e){_inherits(r,_vendor_browser_svelte_internal_index.SvelteComponent);var t=_createSuper(r);function r(e){var n;return _classCallCheck(this,r),n=t.call(this),_vendor_browser_svelte_internal_index.init(_assertThisInitialized(n),e,instance,create_fragment,_vendor_browser_svelte_internal_index.safe_not_equal,{}),n}return r}();exports.TrackedLink=TrackedLink;\\n}, {\"548\":548,\"639\":639}];\\nwindow.modules[\"675\"] = [function(require,module,exports){\"use strict\";var electionTypes={A:\"Green Primary\",B:\"Libertarian Primary\",D:\"Democratic Primary\",E:\"Democratic Caucus\",G:\"General\",N:\"Non-Partisan Primary\",R:\"Republican Primary\",S:\"Republican Caucus\",U:\"Democratic Runoff\",V:\"Republican Runoff\",X:\"Open Primary\",O:\"Non-Partisan Runoff\",W:\"General Runoff\",K:\"Republican Special Primary\",J:\"Democratic Special Primary\",P:\"General Special Election\",Q:\"General Special Runoff\",H:\"Democratic Special Primary Runoff\",I:\"Republican Special Primary Runoff\",L:\"Democratic State Convention\",M:\"Republican State Convention\",F:\\'Democratic \"Firehouse\" Primary\\',T:\\'Republic \"Firehouse\" Primary\\',C:\"Third Party Primary\"},raceTypes={AC:\"Agriculture Commissioner\",A:\"Attorney General\",AU:\"Auditor\",R:\"Boro President\",K:\"Civil Court Countywide\",W:\"Civil Court District\",CI:\"Insurance Commissioner\",CR:\"Comptroller\",N:\"Council\",CA:\"Council At Large\",F:\"County Executive\",Q:\"Delegate\",D:\"District Attorney\",G:\"Governor\",VH:\"US House Vacancy\",I1:\"Issue 1\",I2:\"Issue 2\",I3:\"Issue 3\",I4:\"Issue 4\",I5:\"Issue 5\",I6:\"Issue 6\",I7:\"Issue 7\",I8:\"Issue 8\",I9:\"Issue 9\",J:\"Judge\",L:\"Lt Governor\",M:\"Mayor\",P:\"President\",P2:\"President 2\",PV:\"President PreViability\",E:\"Public Advocate\",PS:\"Public Service Commissioner\",RR:\"Railroad Commissioner\",SS:\"Secretary Of State\",S:\"US Senate\",S2:\"US Senate 2\",VS:\"US Senate Vacancy\",Y:\"State House\",Z:\"State Senate\",B:\"Supreme Court\",U:\"Surrogate\",T:\"Treasurer\",H:\"US House\",ED:\"Education Commissioner\",PL:\"Public Lands Commissioner\",CC:\"Corporation Commissioner\",LC:\"Labor Commissioner\",MI:\"Mine Inspector\"},getRaceType=function(e){if(!e||\"string\"!=typeof e)return\"\";var r=3===e.length?e.substring(0,2):e.substring(0,1),i=e.substring(e.length-1,e.length);return\"\".concat(raceTypes[r.toUpperCase()],\" \").concat(electionTypes[i.toUpperCase()])};exports.getRaceType=getRaceType;\\n}, {}];\\nwindow.modules[\"676\"] = [function(require,module,exports){\"use strict\";var _lib_browser_common_helpers_analytics_trackMetrics=require(677);function _defineProperty(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function _objectSpread(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{},a=Object.keys(r);\"function\"==typeof Object.getOwnPropertySymbols&&(a=a.concat(Object.getOwnPropertySymbols(r).filter(function(e){return Object.getOwnPropertyDescriptor(r,e).enumerable}))),a.forEach(function(t){_defineProperty(e,t,r[t])})}return e}var defaultMapPayloadObject={county:null,filter:\"\",map_level:\"national\",race_type:\"\",national_map:\"\",section:void 0,state:null,overlay_type:void 0,show_by:void 0,action:\"\"},sendTrackMetricsBeacon=function(){var e={type:\"election-click\",data:arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}};_lib_browser_common_helpers_analytics_trackMetrics.trackMetrics(_objectSpread({},e))};exports.defaultMapPayloadObject=defaultMapPayloadObject,exports.sendTrackMetricsBeacon=sendTrackMetricsBeacon;\\n}, {\"677\":677}];\\nwindow.modules[\"677\"] = [function(require,module,exports){\"use strict\";function trackMetrics(r){if(\"undefined\"!=typeof window)if(window.trackMetrics)if(r)try{window.trackMetrics(r)}catch(r){console.error(\"[trackMetrics()] failed to send beacon due to error\",r)}else console.error(\"[trackMetrics()] payload is required\");else console.error(\"[trackMetrics()] missing \\'trackMetrics\\' method on window\");else console.error(\"[trackMetrics()] window is unavailable, this should only run on browser platforms.\")}exports.trackMetrics=trackMetrics;\\n}, {}];\\nwindow.modules[\"678\"] = [function(require,module,exports){\"use strict\";var initialCNNModel={canonicalUrl:\"\",cmsId:\"\",sourceId:\"\"},initialAnalyticsContext={year:\"\",race:\"\",place:\"\",jurisdiction:\"\",component_type:\"\",canonical_url:\"\",cms_id:\"\",source_id:\"\",raw_url:\"\"};exports.initialAnalyticsContext=initialAnalyticsContext,exports.initialCNNModel=initialCNNModel;\\n}, {}];\\nwindow.modules[\"679\"] = [function(require,module,exports){\"use strict\";var _lib_browser_common_helpers_analytics_raceTypes_js=require(675),_lib_browser_common_helpers_analytics_types=require(678);function createAnalyticsContext(e,n,r){var s=(e||\"\").split(\"-\").map(function(e){return e&&\"*\"!==e?e:\"unknown\"}),t=_lib_browser_common_helpers_analytics_types.initialAnalyticsContext;if(5===s.length){t.year=s[0].substring(0,4),t.race=\"unknown\"!==s[1]?_lib_browser_common_helpers_analytics_raceTypes_js.getRaceType(s[1]):s[1],t.place=s[2],t.component_type=s[4];var c=s[3];\"unknown\"!==c&&(t.jurisdiction=c)}return t.canonical_url=n.canonicalUrl||\"\",t.cms_id=n.cmsId||\"\",t.source_id=n.sourceId||\"\",t.raw_url=r,t}exports.createAnalyticsContext=createAnalyticsContext;\\n}, {\"675\":675,\"678\":678}];\\nwindow.modules[\"680\"] = [function(require,module,exports){\"use strict\";var _lib_browser_themes_elections_constants=require(681),_lib_browser_common_constants_painting=require(643);function _defineProperty(e,t,_){return t in e?Object.defineProperty(e,t,{value:_,enumerable:!0,configurable:!0,writable:!0}):e[t]=_,e}var _obj,AHEAD=_lib_browser_common_constants_painting.PaintModes.AHEAD,AHEAD_SINGLE_BUCKET=_lib_browser_common_constants_painting.PaintModes.AHEAD_SINGLE_BUCKET,PROJECTION=_lib_browser_common_constants_painting.PaintModes.PROJECTION,PROJECTION_WITH_LEAD=_lib_browser_common_constants_painting.PaintModes.PROJECTION_WITH_LEAD,TIE=_lib_browser_themes_elections_constants.metaFields.TIE,NO_VOTES=_lib_browser_themes_elections_constants.metaFields.NO_VOTES,NO_RACE=_lib_browser_themes_elections_constants.metaFields.NO_RACE,RUNOFF=_lib_browser_themes_elections_constants.metaFields.RUNOFF,WHITE=_lib_browser_themes_elections_constants.metaFields.WHITE,BORDER=_lib_browser_themes_elections_constants.metaFields.BORDER,DARK_BORDER=_lib_browser_themes_elections_constants.metaFields.DARK_BORDER,TOO_CLOSSE=_lib_browser_themes_elections_constants.metaFields.TOO_CLOSSE,VOTES_RECIEVED=_lib_browser_themes_elections_constants.metaFields.VOTES_RECIEVED,TIE_GENERAL=_lib_browser_themes_elections_constants.metaFields.TIE_GENERAL,NO_RESULTS_EVER=_lib_browser_themes_elections_constants.metaFields.NO_RESULTS_EVER,KEYRACE=_lib_browser_themes_elections_constants.metaFields.KEYRACE,blankMapColors={defaults:{topic:\"generals\",palette:PROJECTION,shade:\"win\"},topics:{generals:{TRD:{palettes:[{type:PROJECTION,shades:[{value:\"white\",type:\"win\"},{value:\"white\",type:\"flip\"}],defaultPalette:\"TRD\"},{type:PROJECTION_WITH_LEAD,shades:[{value:\"white\",type:\"win\"},{value:\"white\",type:\"flip\"},{value:\"white\",type:\"lead\"}],defaultPalette:\"TRD\"},{type:AHEAD,shades:[{value:\"white\",desc:\"0-5%\",type:\"0-5\"},{value:\"white\",desc:\"5-10%\",type:\"5-10\"},{value:\"white\",desc:\"10%+\",type:\"10+\"}],defaultPalette:\"TRD\"},{type:AHEAD_SINGLE_BUCKET,shades:[{value:\"white\",desc:\"0%+\",type:\"0+\"}],defaultPalette:\"TRD\"}]}}},meta:(_obj={},_defineProperty(_obj,TIE,\"white\"),_defineProperty(_obj,NO_VOTES,\"white\"),_defineProperty(_obj,NO_RACE,\"white\"),_defineProperty(_obj,RUNOFF,\"white\"),_defineProperty(_obj,WHITE,\"white\"),_defineProperty(_obj,BORDER,\"grey\"),_defineProperty(_obj,DARK_BORDER,\"white\"),_defineProperty(_obj,TOO_CLOSSE,\"white\"),_defineProperty(_obj,VOTES_RECIEVED,\"white\"),_defineProperty(_obj,TIE_GENERAL,\"white\"),_defineProperty(_obj,NO_RESULTS_EVER,\"white\"),_defineProperty(_obj,KEYRACE,\"white\"),_obj),isBlankMap:!0};exports.blankMapColors=blankMapColors;\\n}, {\"643\":643,\"681\":681}];\\nwindow.modules[\"681\"] = [function(require,module,exports){\"use strict\";var metaFields=function(e){return e.TIE=\"tie\",e.NO_VOTES=\"noVotes\",e.NO_RACE=\"noRace\",e.RUNOFF=\"runoff\",e.WHITE=\"white\",e.BORDER=\"border\",e.DARK_BORDER=\"darkBorder\",e.TOO_CLOSSE=\"tooClose\",e.VOTES_RECIEVED=\"votesReceived\",e.TIE_GENERAL=\"tie-general\",e.NO_RESULTS_EVER=\"no-results-ever\",e.KEYRACE=\"keyrace\",e}(metaFields||{});exports.metaFields=metaFields;\\n}, {}];\\nwindow.modules[\"682\"] = [function(require,module,exports){\"use strict\";var _lib_browser_themes_elections_partyColors=require(683),colors={partyColors:{rep:\"#ff4a43\",republicans:\"#ff4a43\",r:\"#ff4a43\",dem:\"#1a6aff\",democrats:\"#1a6aff\",d:\"#1a6aff\",yes:\"#077a63\",ys:\"#077a63\",no:\"#522349\",grn:\"#38BA79\",gr:\"#38BA79\",g:\"#38BA79\",lib:\"#FFC61C\",lb:\"#FFC61C\",l:\"#FFC61C\",trd:\"#853DCC\",other:\"#853DCC\",approve:\"#077a63\",disapprove:\"#522349\",demnotupforelection:\"#083EA1\",demheld:\"#1a6aff\",demflippedseats:\"#1a6aff\",repnotupforelection:\"#CA2516\",repheld:\"#FF4A43\",repflippedseats:\"#FF4A43\",grnnotupforelection:\"#249742\",grnheld:\"#38ba79\",grnflippedseats:\"#38ba79\",libnotupforelection:\"##f2e268\",libheld:\"#FFC61C\",libflippedseats:\"#FFC61C\",indnotupforelection:\"#db68f2\",indheld:\"#853DCC\",indflippedseats:\"#853DCC\",notyetcalled:\"#D3D3D3\",notyetcalledleft:\"#D3D3D3\",notyetcalledright:\"#D3D3D3\",undecided:\"#b1b1b1\",unsure:\"#b1b1b1\",default:\"#b1b1b1\"},auxiliaryColors:{delegateDroppedOut:\"#6e6e6e\"},externalConfigStatus:_lib_browser_themes_elections_partyColors.defaultExternalConfigStatus};exports.colors=colors;\\n}, {\"683\":683}];\\nwindow.modules[\"683\"] = [function(require,module,exports){\"use strict\";var defaultExternalConfigStatus={hasReceivedExternalConfig:!1,suppressColorsUntilConfig:!1,suppressFeaturesUntilConfig:!1,noRenderColor:\"#ffffff\"};exports.defaultExternalConfigStatus=defaultExternalConfigStatus;\\n}, {}];\\nwindow.modules[\"684\"] = [function(require,module,exports){\"use strict\";function _arrayLikeToArray(r,t){(null==t||t>r.length)&&(t=r.length);for(var e=0,n=new Array(t);e<t;e++)n[e]=r[e];return n}function _arrayWithHoles(r){if(Array.isArray(r))return r}function _iterableToArrayLimit(r,t){var e=null==r?null:\"undefined\"!=typeof Symbol&&r[Symbol.iterator]||r[\"@@iterator\"];if(null!=e){var n,a,o=[],i=!0,l=!1;try{for(e=e.call(r);!(i=(n=e.next()).done)&&(o.push(n.value),!t||o.length!==t);i=!0);}catch(r){l=!0,a=r}finally{try{i||null==e.return||e.return()}finally{if(l)throw a}}return o}}function _nonIterableRest(){throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\\\\\\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}function _slicedToArray(r,t){return _arrayWithHoles(r)||_iterableToArrayLimit(r,t)||_unsupportedIterableToArray(r,t)||_nonIterableRest()}function _unsupportedIterableToArray(r,t){if(r){if(\"string\"==typeof r)return _arrayLikeToArray(r,t);var e=Object.prototype.toString.call(r).slice(8,-1);return\"Object\"===e&&r.constructor&&(e=r.constructor.name),\"Map\"===e||\"Set\"===e?Array.from(e):\"Arguments\"===e||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(e)?_arrayLikeToArray(r,t):void 0}}function isVariation(r,t){var e=!1;if(r===t)e=!0;else if(r&&-1!=r.indexOf(\"_\")){var n=_slicedToArray(r.split(\"_\"),2);n[0],e=n[1]===t}return e}exports.isVariation=isVariation;\\n}, {}];\\nwindow.modules[\"685\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_lodash_get=require(569),_vendor_browser_svelte_store_index=require(577),_lib_browser_common_constants_contextKeys=require(639),_lib_browser_common_helpers_analytics_utils=require(679),_lib_browser_common_helpers_getElectionEvent=require(686),_lib_browser_common_clients_MyElection_singleton=require(575),_lib_browser_common_helpers_analytics_types=require(678),DEFAULT_COMPONENT_KEY=\"unknown\";function createComponentContext(e){var _=arguments.length>1&&void 0!==arguments[1]?arguments[1]:_lib_browser_common_helpers_analytics_types.initialCNNModel,o=arguments.length>2&&void 0!==arguments[2]?arguments[2]:\"\",n=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{env:\"production\",myElectionEnabled:!1,logInUrl:\"\",signUpUrl:\"\"},t=arguments.length>4?arguments[4]:void 0;(\"object\"!=typeof n||Array.isArray(n))&&(n={env:\"production\",myElectionEnabled:!1,logInUrl:\"\",signUpUrl:\"\"});var r,s=_vendor_browser_svelte_store_index.readable({componentKey:e||DEFAULT_COMPONENT_KEY});if(_vendor_browser_lodash_get.get_1(n,\"myElectionEnabled\",!1)&&e){var i=n.electionEvent||_lib_browser_common_helpers_getElectionEvent.getElectionEvent(e);if(n.env&&i){n.electionEvent=i;var l=_lib_browser_common_clients_MyElection_singleton.getMyElectionClient(n);l.isAuthenticated()&&l.init([i]),r=_vendor_browser_svelte_store_index.readable({client:l})}}var c=_vendor_browser_svelte_store_index.writable(0),b=_vendor_browser_svelte_store_index.derived(s,function(e){var n=e.componentKey;return _lib_browser_common_helpers_analytics_utils.createAnalyticsContext(n,_||_lib_browser_common_helpers_analytics_types.initialCNNModel,o)}),a=_vendor_browser_svelte_store_index.writable({}),E=_vendor_browser_svelte_store_index.writable({}),m=_vendor_browser_svelte_store_index.readable(t),v=_vendor_browser_svelte_store_index.writable(0);return new Map([[_lib_browser_common_constants_contextKeys.IDENTITY_CONTEXT_KEY,s],[_lib_browser_common_constants_contextKeys.NEXT_UPDATE_CONTEXT_KEY,c],[_lib_browser_common_constants_contextKeys.ANALYTICS_CONTEXT_KEY,b],[_lib_browser_common_constants_contextKeys.FEATURE_FLAGS_CONTEXT_KEY,a],[_lib_browser_common_constants_contextKeys.COLOR_OVERRIDES_CONTEXT_KEY,E],[_lib_browser_common_constants_contextKeys.EXTERNAL_CONFIG_LAST_UPDATED,v],[_lib_browser_common_constants_contextKeys.SUPPRESS_OPERATORS_KEY,m],[_lib_browser_common_constants_contextKeys.MY_ELECTION_CLIENT_KEY,r]])}exports.createComponentContext=createComponentContext;\\n}, {\"569\":569,\"575\":575,\"577\":577,\"639\":639,\"678\":678,\"679\":679,\"686\":686}];\\nwindow.modules[\"686\"] = [function(require,module,exports){\"use strict\";function _arrayLikeToArray(r,t){(null==t||t>r.length)&&(t=r.length);for(var e=0,n=new Array(t);e<t;e++)n[e]=r[e];return n}function _arrayWithHoles(r){if(Array.isArray(r))return r}function _iterableToArrayLimit(r,t){var e=null==r?null:\"undefined\"!=typeof Symbol&&r[Symbol.iterator]||r[\"@@iterator\"];if(null!=e){var n,o,a=[],i=!0,l=!1;try{for(e=e.call(r);!(i=(n=e.next()).done)&&(a.push(n.value),!t||a.length!==t);i=!0);}catch(r){l=!0,o=r}finally{try{i||null==e.return||e.return()}finally{if(l)throw o}}return a}}function _nonIterableRest(){throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\\\\\\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}function _slicedToArray(r,t){return _arrayWithHoles(r)||_iterableToArrayLimit(r,t)||_unsupportedIterableToArray(r,t)||_nonIterableRest()}function _unsupportedIterableToArray(r,t){if(r){if(\"string\"==typeof r)return _arrayLikeToArray(r,t);var e=Object.prototype.toString.call(r).slice(8,-1);return\"Object\"===e&&r.constructor&&(e=r.constructor.name),\"Map\"===e||\"Set\"===e?Array.from(e):\"Arguments\"===e||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(e)?_arrayLikeToArray(r,t):void 0}}function getElectionEvent(r){if(\"string\"==typeof r)return _slicedToArray(r.split(\"-\"),1)[0]}exports.getElectionEvent=getElectionEvent;\\n}, {}];\\nwindow.modules[\"688\"] = [function(require,module,exports){\"use strict\";var _lib_browser_common_constants_places=require(645),_lib_browser_common_helpers_eckeys_constants=require(690),_lib_browser_common_helpers_eckeys_parse=require(691);function _instanceof(e,s){return null!=s&&\"undefined\"!=typeof Symbol&&s[Symbol.hasInstance]?!!s[Symbol.hasInstance](e):e instanceof s}function sortKeysByPlaceName(e,s){var r,o,n=(null===(r=_lib_browser_common_constants_places.placesLookupByAbbr[e])||void 0===r?void 0:r.name)||\"\",t=(null===(o=_lib_browser_common_constants_places.placesLookupByAbbr[s])||void 0===o?void 0:o.name)||\"\";return n.localeCompare(t)}function sortByRaceType(e,s){return _lib_browser_common_helpers_eckeys_constants.RaceTypeOrder.findIndex(function(s){return _instanceof(s,RegExp)?s.test(e):s===e})-_lib_browser_common_helpers_eckeys_constants.RaceTypeOrder.findIndex(function(e){return _instanceof(e,RegExp)?e.test(s):e===s})}function sortByElectionType(e,s){return _lib_browser_common_helpers_eckeys_constants.ElectionTypeOrder.findIndex(function(s){return _instanceof(s,RegExp)?s.test(e):s===e})-_lib_browser_common_helpers_eckeys_constants.ElectionTypeOrder.findIndex(function(e){return _instanceof(e,RegExp)?e.test(s):e===s})}function sortECKeys(e,s){var r=_lib_browser_common_helpers_eckeys_parse.parseECKey(e),o=_lib_browser_common_helpers_eckeys_parse.parseECKey(s),n=_lib_browser_common_helpers_eckeys_parse.parseRaceTypeFromContestType(r.contestType),t=_lib_browser_common_helpers_eckeys_parse.parseRaceTypeFromContestType(o.contestType),_=_lib_browser_common_helpers_eckeys_parse.getCommonRaceType(n),c=_lib_browser_common_helpers_eckeys_parse.getCommonRaceType(t),p=_lib_browser_common_helpers_eckeys_parse.parseElectionTypeFromContestType(r.contestType),a=_lib_browser_common_helpers_eckeys_parse.parseElectionTypeFromContestType(o.contestType);return r.place!==o.place?sortKeysByPlaceName(r.place,o.place):_!==c?sortByRaceType(n,t):r.year!==o.year?Number(o.year)-Number(r.year):p!==a?sortByElectionType(p,a):\"I\"===_&&\"I\"===c?Number(r.contestType.replace(\"I\",\"\").replace(p,\"\"))-Number(o.contestType.replace(\"I\",\"\").replace(a,\"\")):n!==t?sortByRaceType(n,t):Number(r.jurisdiction)-Number(o.jurisdiction)}exports.sortByRaceType=sortByRaceType,exports.sortECKeys=sortECKeys,exports.sortKeysByPlaceName=sortKeysByPlaceName;\\n}, {\"645\":645,\"690\":690,\"691\":691}];\\nwindow.modules[\"690\"] = [function(require,module,exports){\"use strict\";var RaceTypePatterns={S:new RegExp(\"^S[0-9]*?[A-Z]$\"),SS:new RegExp(\"^SS[A-Z]$\"),G:new RegExp(\"^G[A-Z]$\"),H:new RegExp(\"^H[A-Z]$\"),I:new RegExp(\"^I[0-9]*[A-Z]$\")},RaceTypeOrder=[\"S\",\"S2\",\"H\",\"G\",\"L\",\"A\",new RegExp(\"^(?!I).*\"),new RegExp(\"I*\")],ElectionTypeOrder=[\"G\",new RegExp(\".*\")];exports.ElectionTypeOrder=ElectionTypeOrder,exports.RaceTypeOrder=RaceTypeOrder,exports.RaceTypePatterns=RaceTypePatterns;\\n}, {}];\\nwindow.modules[\"691\"] = [function(require,module,exports){\"use strict\";var _lib_browser_common_helpers_eckeys_constants=require(690);function _arrayLikeToArray(e,r){(null==r||r>e.length)&&(r=e.length);for(var t=0,n=new Array(r);t<r;t++)n[t]=e[t];return n}function _arrayWithHoles(e){if(Array.isArray(e))return e}function _iterableToArrayLimit(e,r){var t=null==e?null:\"undefined\"!=typeof Symbol&&e[Symbol.iterator]||e[\"@@iterator\"];if(null!=t){var n,o,a=[],s=!0,i=!1;try{for(t=t.call(e);!(s=(n=t.next()).done)&&(a.push(n.value),!r||a.length!==r);s=!0);}catch(e){i=!0,o=e}finally{try{s||null==t.return||t.return()}finally{if(i)throw o}}return a}}function _nonIterableRest(){throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\\\\\\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}function _slicedToArray(e,r){return _arrayWithHoles(e)||_iterableToArrayLimit(e,r)||_unsupportedIterableToArray(e,r)||_nonIterableRest()}function _unsupportedIterableToArray(e,r){if(e){if(\"string\"==typeof e)return _arrayLikeToArray(e,r);var t=Object.prototype.toString.call(e).slice(8,-1);return\"Object\"===t&&e.constructor&&(t=e.constructor.name),\"Map\"===t||\"Set\"===t?Array.from(t):\"Arguments\"===t||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t)?_arrayLikeToArray(e,r):void 0}}function parseECKey(e){var r=_slicedToArray(e.split(\"-\"),4);return{year:r[0],contestType:r[1],place:r[2],jurisdiction:r[3]}}function parseRaceTypeFromContestType(e){if(e)return e.startsWith(\"I\")?\"I\":e.length>2?e.substring(0,2):e[0]}function parseElectionTypeFromContestType(e){return e.slice(-1)}function getCommonRaceType(e){var r=!0,t=!1,n=void 0;try{for(var o,a=Object.entries(_lib_browser_common_helpers_eckeys_constants.RaceTypePatterns)[Symbol.iterator]();!(r=(o=a.next()).done);r=!0){var s=_slicedToArray(o.value,2),i=s[0];if(s[1].test(e))return i}}catch(e){t=!0,n=e}finally{try{r||null==a.return||a.return()}finally{if(t)throw n}}return parseRaceTypeFromContestType(e)}exports.getCommonRaceType=getCommonRaceType,exports.parseECKey=parseECKey,exports.parseElectionTypeFromContestType=parseElectionTypeFromContestType,exports.parseRaceTypeFromContestType=parseRaceTypeFromContestType;\\n}, {\"690\":690}];\\nwindow.modules[\"692\"] = [function(require,module,exports){\"use strict\";var _lib_browser_common_constants_editorialElectionModes=require(640);function editorialModeSelector(o){var e=_lib_browser_common_constants_editorialElectionModes.DEFAULT_EDITORIAL_MODE;return o?e=_lib_browser_common_constants_editorialElectionModes.EditorialMode.Before:o||(e=_lib_browser_common_constants_editorialElectionModes.EditorialMode.During),e}exports.editorialModeSelector=editorialModeSelector;\\n}, {\"640\":640}];\\nwindow.modules[\"694\"] = [function(require,module,exports){\"use strict\";var _lib_sdk_browser__externalConfig_configInterpreters_getColor_ts=require(614),_lib_browser_common_constants_winnerTreatmeantOpacity=require(654),delegateTracker_lib_browser=require(695);function getWinnerTreatmentOpacity(e,r,t,n){var o=n?delegateTracker_lib_browser.getDelegateCandidateColor(n,r,t):_lib_sdk_browser__externalConfig_configInterpreters_getColor_ts.getColor(r,t);return e?\"\".concat(o).concat(_lib_browser_common_constants_winnerTreatmeantOpacity.WINNER_OPACITY_AS_HEX):\"#ffffff\"}exports.getWinnerTreatmentOpacity=getWinnerTreatmentOpacity;\\n}, {\"614\":614,\"654\":654,\"695\":695}];\\nwindow.modules[\"695\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_svelte_internal_index=require(548),_lib_browser_common_helpers_cssvars=require(612),_lib_sdk_browser__externalConfig_featureFlags_constants_ts=require(726),_lib_sdk_browser__externalConfig_ContextProvider_svelte=require(610),_lib_browser_common_helpers_analytics_TrackedLink_svelte=require(673),followButton_lib_browser=require(2273),_lib_browser_common_constants_editorialElectionModes=require(640),_lib_sdk_browser__externalConfig_featureFlags_FeatureFlag_svelte=require(755),_lib_browser_common_coreUi_accordion_Accordion_svelte=require(655),icons_lib_browser=require(634),_lib_browser_common_helpers_makeProjectionText=require(699),_lib_sdk_browser__externalConfig_configInterpreters_getFallbackColorIfSuppressingColors_ts=require(748),_lib_browser_common_helpers_getWinnerTreatmentOpacity=require(694),_lib_browser_common_constants_resultModuleIconProps=require(652),_lib_browser_common_constants_componentVariations=require(637),nextUpdateTimer_lib_browser=require(2283),_lib_browser_common_helpers_timezone=require(708),_lib_sdk_browser__externalConfig_configInterpreters_constants_ts=require(613),_lib_browser_common_helpers_editorialMode=require(692),_lib_sdk_browser__externalConfig_configInterpreters_getColor_ts=require(614),_vendor_browser_lodash_lodash=require(570),_lib_browser_common_constants_projectionTexts=require(646),_lib_browser_common_components_conditionalWrappers_ConditionalAnchorTagWrapper_svelte=require(584);function getDelegateCandidateColor(e,n,r,t){var _;return _lib_sdk_browser__externalConfig_configInterpreters_getFallbackColorIfSuppressingColors_ts.shouldSuppressColors(r)?_lib_sdk_browser__externalConfig_configInterpreters_getFallbackColorIfSuppressingColors_ts.getNoRenderColor(r,t):n.dropOutDate?r.auxiliaryColors.delegateDroppedOut:r.partyColors[String(n.candidateId)]||r.partyColors[null===(_=String(e.party.partyId))||void 0===_?void 0:_.toLowerCase()]||r.partyColors.other}function _arrayLikeToArray$5(e,n){(null==n||n>e.length)&&(n=e.length);for(var r=0,t=new Array(n);r<n;r++)t[r]=e[r];return t}function _arrayWithHoles$4(e){if(Array.isArray(e))return e}function _assertThisInitialized$4(e){if(void 0===e)throw new ReferenceError(\"this hasn\\'t been initialised - super() hasn\\'t been called\");return e}function _classCallCheck$4(e,n){if(!(e instanceof n))throw new TypeError(\"Cannot call a class as a function\")}function _getPrototypeOf$4(e){return(_getPrototypeOf$4=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function _inherits$4(e,n){if(\"function\"!=typeof n&&null!==n)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(n&&n.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),n&&_setPrototypeOf$4(e,n)}function _iterableToArrayLimit$4(e,n){var r=null==e?null:\"undefined\"!=typeof Symbol&&e[Symbol.iterator]||e[\"@@iterator\"];if(null!=r){var t,_,o=[],i=!0,l=!1;try{for(r=r.call(e);!(i=(t=r.next()).done)&&(o.push(t.value),!n||o.length!==n);i=!0);}catch(e){l=!0,_=e}finally{try{i||null==r.return||r.return()}finally{if(l)throw _}}return o}}function _nonIterableRest$4(){throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\\\\\\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}function _possibleConstructorReturn$4(e,n){return!n||\"object\"!==_typeof$4(n)&&\"function\"!=typeof n?_assertThisInitialized$4(e):n}function _setPrototypeOf$4(e,n){return(_setPrototypeOf$4=Object.setPrototypeOf||function(e,n){return e.__proto__=n,e})(e,n)}function _slicedToArray$4(e,n){return _arrayWithHoles$4(e)||_iterableToArrayLimit$4(e,n)||_unsupportedIterableToArray$5(e,n)||_nonIterableRest$4()}var _typeof$4=function(e){return e&&\"undefined\"!=typeof Symbol&&e.constructor===Symbol?\"symbol\":typeof e};function _unsupportedIterableToArray$5(e,n){if(e){if(\"string\"==typeof e)return _arrayLikeToArray$5(e,n);var r=Object.prototype.toString.call(e).slice(8,-1);return\"Object\"===r&&e.constructor&&(r=e.constructor.name),\"Map\"===r||\"Set\"===r?Array.from(r):\"Arguments\"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?_arrayLikeToArray$5(e,n):void 0}}function _isNativeReflectConstruct$4(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function _createSuper$4(e){var n=_isNativeReflectConstruct$4();return function(){var r,t=_getPrototypeOf$4(e);if(n){var _=_getPrototypeOf$4(this).constructor;r=Reflect.construct(t,arguments,_)}else r=t.apply(this,arguments);return _possibleConstructorReturn$4(this,r)}}function add_css$3(e){_vendor_browser_svelte_internal_index.append_styles(e,\"cnn-pcl-1k0jrn2\",\".header-container-2NUUsd.cnn-pcl-1k0jrn2.cnn-pcl-1k0jrn2{grid-area:header;position:relative;padding:0 0 16px 12px}.header-container-2NUUsd.cnn-pcl-1k0jrn2 h2.cnn-pcl-1k0jrn2{font-size:20px;line-height:26px;font-family:cnn_sans_display, helveticaneue, Helvetica, Arial, Utkal, sans-serif;font-weight:700;color:#000;margin:0;padding:15px 102px 0 0;display:block}.header-container-2NUUsd.cnn-pcl-1k0jrn2 h2.cnn-pcl-1k0jrn2>a{cursor:pointer;color:initial;text-decoration:none}.header-container-2NUUsd.cnn-pcl-1k0jrn2 h2.cnn-pcl-1k0jrn2>a:hover{text-decoration:underline;color:initial !important}.header-container-2NUUsd.cnn-pcl-1k0jrn2 p.subtitle-1hydv9.cnn-pcl-1k0jrn2{font-weight:700;font-size:20px;line-height:26px;font-family:cnn_sans_display, helveticaneue, Helvetica, Arial, Utkal, sans-serif;font-weight:700;padding:0;margin:0}.header-container-2NUUsd.cnn-pcl-1k0jrn2 .action-button-MXWPft.cnn-pcl-1k0jrn2{position:absolute;right:12px;top:0;padding-top:15px}\")}function create_if_block_3$1(e){var n;return{c:function(){n=_vendor_browser_svelte_internal_index.text(e[1])},l:function(r){n=_vendor_browser_svelte_internal_index.claim_text(r,e[1])},m:function(e,r){_vendor_browser_svelte_internal_index.insert_hydration(e,n,r)},p:function(e,r){2&r&&_vendor_browser_svelte_internal_index.set_data(n,e[1])},i:_vendor_browser_svelte_internal_index.noop,o:_vendor_browser_svelte_internal_index.noop,d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n)}}}function create_if_block_2$2(e){var n,r;return n=new _lib_browser_common_helpers_analytics_TrackedLink_svelte.TrackedLink({props:{href:e[3],$$slots:{default:[create_default_slot$4]},$$scope:{ctx:e}}}),{c:function(){_vendor_browser_svelte_internal_index.create_component(n.$$.fragment)},l:function(e){_vendor_browser_svelte_internal_index.claim_component(n.$$.fragment,e)},m:function(e,t){_vendor_browser_svelte_internal_index.mount_component(n,e,t),r=!0},p:function(e,r){var t={};8&r&&(t.href=e[3]),130&r&&(t.$$scope={dirty:r,ctx:e}),n.$set(t)},i:function(e){r||(_vendor_browser_svelte_internal_index.transition_in(n.$$.fragment,e),r=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(n.$$.fragment,e),r=!1},d:function(e){_vendor_browser_svelte_internal_index.destroy_component(n,e)}}}function create_default_slot$4(e){var n;return{c:function(){n=_vendor_browser_svelte_internal_index.text(e[1])},l:function(r){n=_vendor_browser_svelte_internal_index.claim_text(r,e[1])},m:function(e,r){_vendor_browser_svelte_internal_index.insert_hydration(e,n,r)},p:function(e,r){2&r&&_vendor_browser_svelte_internal_index.set_data(n,e[1])},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n)}}}function create_if_block_1$3(e){var n,r;return{c:function(){n=_vendor_browser_svelte_internal_index.element(\"p\"),r=_vendor_browser_svelte_internal_index.text(e[2]),this.h()},l:function(t){n=_vendor_browser_svelte_internal_index.claim_element(t,\"P\",{class:!0});var _=_vendor_browser_svelte_internal_index.children(n);r=_vendor_browser_svelte_internal_index.claim_text(_,e[2]),_.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(n,\"class\",\"subtitle-1hydv9 cnn-pcl-1k0jrn2\")},m:function(e,t){_vendor_browser_svelte_internal_index.insert_hydration(e,n,t),_vendor_browser_svelte_internal_index.append_hydration(n,r)},p:function(e,n){4&n&&_vendor_browser_svelte_internal_index.set_data(r,e[2])},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n)}}}function create_if_block$3(e){var n,r;return n=new followButton_lib_browser.FollowButtonContainer({props:{result:e[0]}}),{c:function(){_vendor_browser_svelte_internal_index.create_component(n.$$.fragment)},l:function(e){_vendor_browser_svelte_internal_index.claim_component(n.$$.fragment,e)},m:function(e,t){_vendor_browser_svelte_internal_index.mount_component(n,e,t),r=!0},p:function(e,r){var t={};1&r&&(t.result=e[0]),n.$set(t)},i:function(e){r||(_vendor_browser_svelte_internal_index.transition_in(n.$$.fragment,e),r=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(n.$$.fragment,e),r=!1},d:function(e){_vendor_browser_svelte_internal_index.destroy_component(n,e)}}}function create_fragment$4(e){var n,r,t,_,o,i,l,a,s=function(e,n){return e[3]&&e[1]?0:e[1]?1:-1},d=[create_if_block_2$2,create_if_block_3$1],c=[];~(t=s(e))&&(_=c[t]=d[t](e));var v=e[2]&&create_if_block_1$3(e),u=!e[4]&&create_if_block$3(e);return{c:function(){n=_vendor_browser_svelte_internal_index.element(\"div\"),r=_vendor_browser_svelte_internal_index.element(\"h2\"),_&&_.c(),o=_vendor_browser_svelte_internal_index.space(),v&&v.c(),i=_vendor_browser_svelte_internal_index.space(),l=_vendor_browser_svelte_internal_index.element(\"div\"),u&&u.c(),this.h()},l:function(e){n=_vendor_browser_svelte_internal_index.claim_element(e,\"DIV\",{class:!0});var t=_vendor_browser_svelte_internal_index.children(n);r=_vendor_browser_svelte_internal_index.claim_element(t,\"H2\",{class:!0});var a=_vendor_browser_svelte_internal_index.children(r);_&&_.l(a),a.forEach(_vendor_browser_svelte_internal_index.detach),o=_vendor_browser_svelte_internal_index.claim_space(t),v&&v.l(t),i=_vendor_browser_svelte_internal_index.claim_space(t),l=_vendor_browser_svelte_internal_index.claim_element(t,\"DIV\",{class:!0});var s=_vendor_browser_svelte_internal_index.children(l);u&&u.l(s),s.forEach(_vendor_browser_svelte_internal_index.detach),t.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(r,\"class\",\"cnn-pcl-1k0jrn2\"),_vendor_browser_svelte_internal_index.attr(l,\"class\",\"action-button-MXWPft cnn-pcl-1k0jrn2\"),_vendor_browser_svelte_internal_index.attr(n,\"class\",\"header-container-2NUUsd cnn-pcl-1k0jrn2\")},m:function(e,_){_vendor_browser_svelte_internal_index.insert_hydration(e,n,_),_vendor_browser_svelte_internal_index.append_hydration(n,r),~t&&c[t].m(r,null),_vendor_browser_svelte_internal_index.append_hydration(n,o),v&&v.m(n,null),_vendor_browser_svelte_internal_index.append_hydration(n,i),_vendor_browser_svelte_internal_index.append_hydration(n,l),u&&u.m(l,null),a=!0},p:function(e,o){var a=_slicedToArray$4(o,1)[0],f=t;(t=s(e))===f?~t&&c[t].p(e,a):(_&&(_vendor_browser_svelte_internal_index.group_outros(),_vendor_browser_svelte_internal_index.transition_out(c[f],1,1,function(){c[f]=null}),_vendor_browser_svelte_internal_index.check_outros()),~t?((_=c[t])?_.p(e,a):(_=c[t]=d[t](e)).c(),_vendor_browser_svelte_internal_index.transition_in(_,1),_.m(r,null)):_=null),e[2]?v?v.p(e,a):((v=create_if_block_1$3(e)).c(),v.m(n,i)):v&&(v.d(1),v=null),e[4]?u&&(_vendor_browser_svelte_internal_index.group_outros(),_vendor_browser_svelte_internal_index.transition_out(u,1,1,function(){u=null}),_vendor_browser_svelte_internal_index.check_outros()):u?(u.p(e,a),16&a&&_vendor_browser_svelte_internal_index.transition_in(u,1)):((u=create_if_block$3(e)).c(),_vendor_browser_svelte_internal_index.transition_in(u,1),u.m(l,null))},i:function(e){a||(_vendor_browser_svelte_internal_index.transition_in(_),_vendor_browser_svelte_internal_index.transition_in(u),a=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(_),_vendor_browser_svelte_internal_index.transition_out(u),a=!1},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n),~t&&c[t].d(),v&&v.d(),u&&u.d()}}}function instance$4(e,n,r){var t=n.result,_=n.title,o=n.subtitle,i=n.titleHref,l=void 0===i?\"\":i,a=n.from,s=void 0===a?\"\":a,d=n.isNotFollowableDelegateTracker,c=void 0!==d&&d,v=n.mode,u=void 0===v?_lib_browser_common_constants_editorialElectionModes.DEFAULT_EDITORIAL_MODE:v;return e.$$set=function(e){\"result\"in e&&r(0,t=e.result),\"title\"in e&&r(1,_=e.title),\"subtitle\"in e&&r(2,o=e.subtitle),\"titleHref\"in e&&r(3,l=e.titleHref),\"from\"in e&&r(5,s=e.from),\"isNotFollowableDelegateTracker\"in e&&r(4,c=e.isNotFollowableDelegateTracker),\"mode\"in e&&r(6,u=e.mode)},[t,_,o,l,c,s,u]}var DelegateTrackerHeader=function(e){_inherits$4(r,_vendor_browser_svelte_internal_index.SvelteComponent);var n=_createSuper$4(r);function r(e){var t;return _classCallCheck$4(this,r),t=n.call(this),_vendor_browser_svelte_internal_index.init(_assertThisInitialized$4(t),e,instance$4,create_fragment$4,_vendor_browser_svelte_internal_index.safe_not_equal,{result:0,title:1,subtitle:2,titleHref:3,from:5,isNotFollowableDelegateTracker:4,mode:6},add_css$3),t}return r}();function makeDelegateProgressPercent(e,n){if(!e)return\"0%\";if((null==n?void 0:n.totalDelegates)>=e)return\"100%\";var r=(null==n?void 0:n.totalDelegates)/e*100;return r?\"\".concat(r,\"%\"):\"0%\"}var delegateTextMap={REP:\"Bound Delegates\",DEM:\"Pledged Delegates\"};function makeFormattedDelegateType(e){var n,r=null==e?void 0:null===(n=e.party)||void 0===n?void 0:n.partyId;return delegateTextMap[r]||\"Delegates\"}function _arrayLikeToArray$4(e,n){(null==n||n>e.length)&&(n=e.length);for(var r=0,t=new Array(n);r<n;r++)t[r]=e[r];return t}function _arrayWithHoles$3(e){if(Array.isArray(e))return e}function _assertThisInitialized$3(e){if(void 0===e)throw new ReferenceError(\"this hasn\\'t been initialised - super() hasn\\'t been called\");return e}function _classCallCheck$3(e,n){if(!(e instanceof n))throw new TypeError(\"Cannot call a class as a function\")}function _getPrototypeOf$3(e){return(_getPrototypeOf$3=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function _inherits$3(e,n){if(\"function\"!=typeof n&&null!==n)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(n&&n.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),n&&_setPrototypeOf$3(e,n)}function _iterableToArrayLimit$3(e,n){var r=null==e?null:\"undefined\"!=typeof Symbol&&e[Symbol.iterator]||e[\"@@iterator\"];if(null!=r){var t,_,o=[],i=!0,l=!1;try{for(r=r.call(e);!(i=(t=r.next()).done)&&(o.push(t.value),!n||o.length!==n);i=!0);}catch(e){l=!0,_=e}finally{try{i||null==r.return||r.return()}finally{if(l)throw _}}return o}}function _nonIterableRest$3(){throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\\\\\\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}function _possibleConstructorReturn$3(e,n){return!n||\"object\"!==_typeof$3(n)&&\"function\"!=typeof n?_assertThisInitialized$3(e):n}function _setPrototypeOf$3(e,n){return(_setPrototypeOf$3=Object.setPrototypeOf||function(e,n){return e.__proto__=n,e})(e,n)}function _slicedToArray$3(e,n){return _arrayWithHoles$3(e)||_iterableToArrayLimit$3(e,n)||_unsupportedIterableToArray$4(e,n)||_nonIterableRest$3()}var _typeof$3=function(e){return e&&\"undefined\"!=typeof Symbol&&e.constructor===Symbol?\"symbol\":typeof e};function _unsupportedIterableToArray$4(e,n){if(e){if(\"string\"==typeof e)return _arrayLikeToArray$4(e,n);var r=Object.prototype.toString.call(e).slice(8,-1);return\"Object\"===r&&e.constructor&&(r=e.constructor.name),\"Map\"===r||\"Set\"===r?Array.from(r):\"Arguments\"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?_arrayLikeToArray$4(e,n):void 0}}function _isNativeReflectConstruct$3(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function _createSuper$3(e){var n=_isNativeReflectConstruct$3();return function(){var r,t=_getPrototypeOf$3(e);if(n){var _=_getPrototypeOf$3(this).constructor;r=Reflect.construct(t,arguments,_)}else r=t.apply(this,arguments);return _possibleConstructorReturn$3(this,r)}}function add_css$2(e){_vendor_browser_svelte_internal_index.append_styles(e,\"cnn-pcl-xtr4hv\",\\'table.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv{grid-area:results;border-spacing:0;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;box-sizing:border-box;padding:1rem;position:relative;width:100%;max-width:100%;border-collapse:collapse;position:relative;text-align:right;width:100%}table.cnn-pcl-xtr4hv .cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv,table.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv::before,table.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv::after{box-sizing:inherit}table.cnn-pcl-xtr4hv thead tr.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv{vertical-align:bottom;border-bottom:1px solid #d3d3d3}table.cnn-pcl-xtr4hv thead tr th.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv{font-family:cnn_sans_display, helveticaneue, Helvetica, Arial, Utkal, sans-serif;font-weight:400;font-size:13px;padding:0 0 12px 0}table.cnn-pcl-xtr4hv thead tr th.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv:first-child{text-align:left;padding-left:12px}table.cnn-pcl-xtr4hv thead tr th:nth-child(2) .total-delegates-ADQTa2.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv{display:inline-block}table.cnn-pcl-xtr4hv thead tr th:nth-child(2) .hidden-1SXjCH.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv{display:none}table.cnn-pcl-xtr4hv thead tr th.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv:last-child{direction:rtl;max-width:90px;padding-right:12px;padding-left:12px}@media screen and (min-width: 480px){table.cnn-pcl-xtr4hv thead tr th.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv:last-child{padding-left:18px}}@media screen and (min-width: 960px){table.cnn-pcl-xtr4hv thead tr th.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv:last-child{padding-left:24px}}table.cnn-pcl-xtr4hv tbody tr.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv{border-bottom:1px solid #d3d3d3;background:var(--background);display:var(--display);line-height:16px;letter-spacing:0.2px;vertical-align:middle;font-family:cnn_sans_display, helveticaneue, Helvetica, Arial, Utkal, sans-serif;font-weight:400}table.cnn-pcl-xtr4hv tbody tr.isWinner-7j8KXa.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv{font-family:cnn_sans_display, helveticaneue, Helvetica, Arial, Utkal, sans-serif;font-weight:700}table.cnn-pcl-xtr4hv tbody tr td.col-candidate-name-1pAsq5.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv{padding-left:16px;min-width:116px;text-align:left;position:relative}table.cnn-pcl-xtr4hv tbody tr td.col-candidate-name-1pAsq5.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv:before{content:\"\";height:100%;width:8px;position:absolute;left:0;top:0;background-color:var(--candidateColor)}table.cnn-pcl-xtr4hv tbody tr td.col-candidate-name-1pAsq5.cnn-pcl-xtr4hv>span.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv{display:flex;align-items:center}table.cnn-pcl-xtr4hv tbody tr td span.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv{display:flex;align-items:center}table.cnn-pcl-xtr4hv tbody tr td span.race-indicator-zone-2TE5h7.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv{width:18px;min-width:18px;display:flex}table.cnn-pcl-xtr4hv tbody tr td.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv{border-bottom:1px solid #d3d3d3;padding:16px 0}table.cnn-pcl-xtr4hv tbody tr td.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv:last-child{padding-right:12px}table.cnn-pcl-xtr4hv tbody tr td.col-progress-bar-HuBjC8.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv{width:60%}table.cnn-pcl-xtr4hv tbody tr td.col-candidate-name-1pAsq5.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv{padding-right:24px}@media screen and (min-width: 480px){table.cnn-pcl-xtr4hv tbody tr td.col-candidate-name-1pAsq5.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv{padding-right:32px}}@media screen and (min-width: 960px){table.cnn-pcl-xtr4hv tbody tr td.col-candidate-name-1pAsq5.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv{padding-right:48px}}table.cnn-pcl-xtr4hv tbody tr td span.full-name-3lhPUj.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv{display:flex;flex-direction:column;align-items:flex-start;width:116px}table.cnn-pcl-xtr4hv tbody tr td span.full-name-3lhPUj.cnn-pcl-xtr4hv>span.dropped-out-1AJ89G.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv{background:var(--delegateDroppedOut);color:#ffffff;font-family:cnn_sans_display, helveticaneue, Helvetica, Arial, Utkal, sans-serif;font-weight:700;font-size:12px;letter-spacing:0.7363636494px;text-align:center;border-radius:3px;padding:1px 2px;margin-top:6px;padding-left:4px;padding-right:4px}table.cnn-pcl-xtr4hv tbody .progress-bar-bdx54d.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv{background-color:var(--progressBarBackgroundColor);height:24px;position:relative;width:100%}table.cnn-pcl-xtr4hv tbody .percentage-29wjBM.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv{background-color:var(--progressbarColor);height:24px;width:var(--progressbarWidth)}table.cnn-pcl-xtr4hv tbody [data-testid=accordion].cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv{display:flex}table.cnn-pcl-xtr4hv tbody tr.accordion-row-2KcLFL.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv{border-bottom:none;display:table-row;padding-left:6px}table.cnn-pcl-xtr4hv tbody tr.accordion-row-2KcLFL td.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv{border-bottom:none;padding:8px 0 8px 6px}table.cnn-pcl-xtr4hv tbody tr.accordion-row-2KcLFL td.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv:first-child:before{content:\"\";display:none}table.cnn-pcl-xtr4hv tbody .delegate-ahead-count-No29zo.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv{display:block;font-size:12px;line-height:12px;color:#404040;font-style:italic;font-family:cnn_sans_display, helveticaneue, Helvetica, Arial, Utkal, sans-serif;font-weight:400;padding:4px 0 0 10px}table.cnn-pcl-xtr4hv>tfoot.cnn-pcl-xtr4hv>tr.cnn-pcl-xtr4hv.cnn-pcl-xtr4hv{text-align:left;font-family:cnn_sans_display, helveticaneue, Helvetica, Arial, Utkal, sans-serif;font-weight:400;font-size:12px;line-height:14px;height:24px}table.cnn-pcl-xtr4hv>tfoot.cnn-pcl-xtr4hv>tr.cnn-pcl-xtr4hv>td.icon-informational-32GQ2W.cnn-pcl-xtr4hv{padding:12px 0 0 8px}\\')}function get_each_context(e,n,r){var t=e.slice();return t[23]=n[r],t[25]=r,t}function get_if_ctx(e){var n=e.slice(),r=n[0].candidates[n[25]];n[26]=r;var t=n[26];n[27]=t.isWinner,n[28]=t.dropOutDate;var _=n[0].aheadRegular&&0===n[25];return n[29]=_,n}function create_if_block_8(e){var n,r;return n=new _lib_sdk_browser__externalConfig_featureFlags_FeatureFlag_svelte.FeatureFlag({props:{feature:e[16],$$slots:{default:[create_default_slot_5]},$$scope:{ctx:e}}}),{c:function(){_vendor_browser_svelte_internal_index.create_component(n.$$.fragment)},l:function(e){_vendor_browser_svelte_internal_index.claim_component(n.$$.fragment,e)},m:function(e,t){_vendor_browser_svelte_internal_index.mount_component(n,e,t),r=!0},p:function(e,r){var t={};1073754144&r&&(t.$$scope={dirty:r,ctx:e}),n.$set(t)},i:function(e){r||(_vendor_browser_svelte_internal_index.transition_in(n.$$.fragment,e),r=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(n.$$.fragment,e),r=!1},d:function(e){_vendor_browser_svelte_internal_index.destroy_component(n,e)}}}function create_default_slot_5(e){var n,r,t,_,o,i,l;return{c:function(){n=_vendor_browser_svelte_internal_index.element(\"th\"),r=_vendor_browser_svelte_internal_index.text(e[13]),t=_vendor_browser_svelte_internal_index.space(),_=_vendor_browser_svelte_internal_index.element(\"span\"),o=_vendor_browser_svelte_internal_index.text(\"(out of \"),i=_vendor_browser_svelte_internal_index.text(e[5]),l=_vendor_browser_svelte_internal_index.text(\")\"),this.h()},l:function(a){n=_vendor_browser_svelte_internal_index.claim_element(a,\"TH\",{class:!0});var s=_vendor_browser_svelte_internal_index.children(n);r=_vendor_browser_svelte_internal_index.claim_text(s,e[13]),t=_vendor_browser_svelte_internal_index.claim_space(s),_=_vendor_browser_svelte_internal_index.claim_element(s,\"SPAN\",{class:!0});var d=_vendor_browser_svelte_internal_index.children(_);o=_vendor_browser_svelte_internal_index.claim_text(d,\"(out of \"),i=_vendor_browser_svelte_internal_index.claim_text(d,e[5]),l=_vendor_browser_svelte_internal_index.claim_text(d,\")\"),d.forEach(_vendor_browser_svelte_internal_index.detach),s.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(_,\"class\",\"total-delegates-ADQTa2 cnn-pcl-xtr4hv\"),_vendor_browser_svelte_internal_index.toggle_class(_,\"hidden-1SXjCH\",e[12]),_vendor_browser_svelte_internal_index.attr(n,\"class\",\"cnn-pcl-xtr4hv\")},m:function(e,a){_vendor_browser_svelte_internal_index.insert_hydration(e,n,a),_vendor_browser_svelte_internal_index.append_hydration(n,r),_vendor_browser_svelte_internal_index.append_hydration(n,t),_vendor_browser_svelte_internal_index.append_hydration(n,_),_vendor_browser_svelte_internal_index.append_hydration(_,o),_vendor_browser_svelte_internal_index.append_hydration(_,i),_vendor_browser_svelte_internal_index.append_hydration(_,l)},p:function(e,n){8192&n&&_vendor_browser_svelte_internal_index.set_data(r,e[13]),32&n&&_vendor_browser_svelte_internal_index.set_data(i,e[5]),4096&n&&_vendor_browser_svelte_internal_index.toggle_class(_,\"hidden-1SXjCH\",e[12])},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n)}}}function create_if_block_2$1(e){var n,r,t,_,o,i,l,a,s,d,c,v,u,f,b,p,x,w=e[26].fullName+\"\",h=e[26].totalDelegates.toLocaleString(\"en-US\")+\"\",m=!e[7]&&create_if_block_6(e);s=new _lib_sdk_browser__externalConfig_featureFlags_FeatureFlag_svelte.FeatureFlag({props:{feature:e[15],$$slots:{default:[create_default_slot_3$1]},$$scope:{ctx:e}}}),c=new _lib_sdk_browser__externalConfig_featureFlags_FeatureFlag_svelte.FeatureFlag({props:{feature:e[16],$$slots:{default:[create_default_slot_2$1]},$$scope:{ctx:e}}});var g=e[29]&&create_if_block_3(e);return{c:function(){n=_vendor_browser_svelte_internal_index.element(\"tr\"),r=_vendor_browser_svelte_internal_index.element(\"td\"),t=_vendor_browser_svelte_internal_index.element(\"span\"),_=_vendor_browser_svelte_internal_index.element(\"span\"),m&&m.c(),o=_vendor_browser_svelte_internal_index.space(),i=_vendor_browser_svelte_internal_index.element(\"span\"),l=_vendor_browser_svelte_internal_index.text(w),a=_vendor_browser_svelte_internal_index.space(),_vendor_browser_svelte_internal_index.create_component(s.$$.fragment),d=_vendor_browser_svelte_internal_index.space(),_vendor_browser_svelte_internal_index.create_component(c.$$.fragment),v=_vendor_browser_svelte_internal_index.space(),u=_vendor_browser_svelte_internal_index.element(\"td\"),f=_vendor_browser_svelte_internal_index.text(h),b=_vendor_browser_svelte_internal_index.space(),g&&g.c(),this.h()},l:function(e){n=_vendor_browser_svelte_internal_index.claim_element(e,\"TR\",{style:!0,class:!0});var p=_vendor_browser_svelte_internal_index.children(n);r=_vendor_browser_svelte_internal_index.claim_element(p,\"TD\",{class:!0});var x=_vendor_browser_svelte_internal_index.children(r);t=_vendor_browser_svelte_internal_index.claim_element(x,\"SPAN\",{class:!0});var y=_vendor_browser_svelte_internal_index.children(t);_=_vendor_browser_svelte_internal_index.claim_element(y,\"SPAN\",{class:!0});var $=_vendor_browser_svelte_internal_index.children(_);m&&m.l($),$.forEach(_vendor_browser_svelte_internal_index.detach),o=_vendor_browser_svelte_internal_index.claim_space(y),i=_vendor_browser_svelte_internal_index.claim_element(y,\"SPAN\",{class:!0});var k=_vendor_browser_svelte_internal_index.children(i);l=_vendor_browser_svelte_internal_index.claim_text(k,w),a=_vendor_browser_svelte_internal_index.claim_space(k),_vendor_browser_svelte_internal_index.claim_component(s.$$.fragment,k),k.forEach(_vendor_browser_svelte_internal_index.detach),y.forEach(_vendor_browser_svelte_internal_index.detach),x.forEach(_vendor_browser_svelte_internal_index.detach),d=_vendor_browser_svelte_internal_index.claim_space(p),_vendor_browser_svelte_internal_index.claim_component(c.$$.fragment,p),v=_vendor_browser_svelte_internal_index.claim_space(p),u=_vendor_browser_svelte_internal_index.claim_element(p,\"TD\",{class:!0});var T=_vendor_browser_svelte_internal_index.children(u);f=_vendor_browser_svelte_internal_index.claim_text(T,h),b=_vendor_browser_svelte_internal_index.claim_space(T),g&&g.l(T),T.forEach(_vendor_browser_svelte_internal_index.detach),p.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(_,\"class\",\"race-indicator-zone-2TE5h7 cnn-pcl-xtr4hv\"),_vendor_browser_svelte_internal_index.attr(i,\"class\",\"full-name-3lhPUj cnn-pcl-xtr4hv\"),_vendor_browser_svelte_internal_index.attr(t,\"class\",\"cnn-pcl-xtr4hv\"),_vendor_browser_svelte_internal_index.attr(r,\"class\",\"col-candidate-name-1pAsq5 cnn-pcl-xtr4hv\"),_vendor_browser_svelte_internal_index.toggle_class(r,\"beforeMode\",e[7]),_vendor_browser_svelte_internal_index.attr(u,\"class\",\"col-delegates cnn-pcl-xtr4hv\"),_vendor_browser_svelte_internal_index.attr(n,\"style\",p=_lib_browser_common_helpers_cssvars.cssvars({candidateColor:getDelegateCandidateColor(e[0],e[26],e[3]),background:_lib_browser_common_helpers_getWinnerTreatmentOpacity.getWinnerTreatmentOpacity(e[27],e[26],e[3],e[0]),display:e[25]>=e[1]?\"none\":\"table-row\",delegateDroppedOut:e[3].auxiliaryColors.delegateDroppedOut})),_vendor_browser_svelte_internal_index.attr(n,\"class\",\"cnn-pcl-xtr4hv\"),_vendor_browser_svelte_internal_index.toggle_class(n,\"isWinner-7j8KXa\",e[27])},m:function(e,p){_vendor_browser_svelte_internal_index.insert_hydration(e,n,p),_vendor_browser_svelte_internal_index.append_hydration(n,r),_vendor_browser_svelte_internal_index.append_hydration(r,t),_vendor_browser_svelte_internal_index.append_hydration(t,_),m&&m.m(_,null),_vendor_browser_svelte_internal_index.append_hydration(t,o),_vendor_browser_svelte_internal_index.append_hydration(t,i),_vendor_browser_svelte_internal_index.append_hydration(i,l),_vendor_browser_svelte_internal_index.append_hydration(i,a),_vendor_browser_svelte_internal_index.mount_component(s,i,null),_vendor_browser_svelte_internal_index.append_hydration(n,d),_vendor_browser_svelte_internal_index.mount_component(c,n,null),_vendor_browser_svelte_internal_index.append_hydration(n,v),_vendor_browser_svelte_internal_index.append_hydration(n,u),_vendor_browser_svelte_internal_index.append_hydration(u,f),_vendor_browser_svelte_internal_index.append_hydration(u,b),g&&g.m(u,null),x=!0},p:function(e,t){e[7]?m&&(_vendor_browser_svelte_internal_index.group_outros(),_vendor_browser_svelte_internal_index.transition_out(m,1,1,function(){m=null}),_vendor_browser_svelte_internal_index.check_outros()):m?(m.p(e,t),128&t&&_vendor_browser_svelte_internal_index.transition_in(m,1)):((m=create_if_block_6(e)).c(),_vendor_browser_svelte_internal_index.transition_in(m,1),m.m(_,null)),(!x||1&t)&&w!==(w=e[26].fullName+\"\")&&_vendor_browser_svelte_internal_index.set_data(l,w);var o={};1073741825&t&&(o.$$scope={dirty:t,ctx:e}),s.$set(o),128&t&&_vendor_browser_svelte_internal_index.toggle_class(r,\"beforeMode\",e[7]);var i={};1073741913&t&&(i.$$scope={dirty:t,ctx:e}),c.$set(i),(!x||1&t)&&h!==(h=e[26].totalDelegates.toLocaleString(\"en-US\")+\"\")&&_vendor_browser_svelte_internal_index.set_data(f,h),e[29]?g?(g.p(e,t),1&t&&_vendor_browser_svelte_internal_index.transition_in(g,1)):((g=create_if_block_3(e)).c(),_vendor_browser_svelte_internal_index.transition_in(g,1),g.m(u,null)):g&&(_vendor_browser_svelte_internal_index.group_outros(),_vendor_browser_svelte_internal_index.transition_out(g,1,1,function(){g=null}),_vendor_browser_svelte_internal_index.check_outros()),(!x||11&t&&p!==(p=_lib_browser_common_helpers_cssvars.cssvars({candidateColor:getDelegateCandidateColor(e[0],e[26],e[3]),background:_lib_browser_common_helpers_getWinnerTreatmentOpacity.getWinnerTreatmentOpacity(e[27],e[26],e[3],e[0]),display:e[25]>=e[1]?\"none\":\"table-row\",delegateDroppedOut:e[3].auxiliaryColors.delegateDroppedOut})))&&_vendor_browser_svelte_internal_index.attr(n,\"style\",p),1&t&&_vendor_browser_svelte_internal_index.toggle_class(n,\"isWinner-7j8KXa\",e[27])},i:function(e){x||(_vendor_browser_svelte_internal_index.transition_in(m),_vendor_browser_svelte_internal_index.transition_in(s.$$.fragment,e),_vendor_browser_svelte_internal_index.transition_in(c.$$.fragment,e),_vendor_browser_svelte_internal_index.transition_in(g),x=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(m),_vendor_browser_svelte_internal_index.transition_out(s.$$.fragment,e),_vendor_browser_svelte_internal_index.transition_out(c.$$.fragment,e),_vendor_browser_svelte_internal_index.transition_out(g),x=!1},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n),m&&m.d(),_vendor_browser_svelte_internal_index.destroy_component(s),_vendor_browser_svelte_internal_index.destroy_component(c),g&&g.d()}}}function create_if_block_6(e){var n,r,t=e[27]&&create_if_block_7(e);return{c:function(){t&&t.c(),n=_vendor_browser_svelte_internal_index.empty()},l:function(e){t&&t.l(e),n=_vendor_browser_svelte_internal_index.empty()},m:function(e,_){t&&t.m(e,_),_vendor_browser_svelte_internal_index.insert_hydration(e,n,_),r=!0},p:function(e,r){e[27]?t?(t.p(e,r),1&r&&_vendor_browser_svelte_internal_index.transition_in(t,1)):((t=create_if_block_7(e)).c(),_vendor_browser_svelte_internal_index.transition_in(t,1),t.m(n.parentNode,n)):t&&(_vendor_browser_svelte_internal_index.group_outros(),_vendor_browser_svelte_internal_index.transition_out(t,1,1,function(){t=null}),_vendor_browser_svelte_internal_index.check_outros())},i:function(e){r||(_vendor_browser_svelte_internal_index.transition_in(t),r=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(t),r=!1},d:function(e){t&&t.d(e),e&&_vendor_browser_svelte_internal_index.detach(n)}}}function create_if_block_7(e){var n,r;return n=new _lib_sdk_browser__externalConfig_featureFlags_FeatureFlag_svelte.FeatureFlag({props:{feature:e[14],$$slots:{default:[create_default_slot_4]},$$scope:{ctx:e}}}),{c:function(){_vendor_browser_svelte_internal_index.create_component(n.$$.fragment)},l:function(e){_vendor_browser_svelte_internal_index.claim_component(n.$$.fragment,e)},m:function(e,t){_vendor_browser_svelte_internal_index.mount_component(n,e,t),r=!0},p:function(e,r){var t={};1073741824&r&&(t.$$scope={dirty:r,ctx:e}),n.$set(t)},i:function(e){r||(_vendor_browser_svelte_internal_index.transition_in(n.$$.fragment,e),r=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(n.$$.fragment,e),r=!1},d:function(e){_vendor_browser_svelte_internal_index.destroy_component(n,e)}}}function create_default_slot_4(e){for(var n,r,t,_=[_lib_browser_common_constants_resultModuleIconProps.resultModuleIconProps.table],o={},i=0;i<_.length;i+=1)o=_vendor_browser_svelte_internal_index.assign(o,_[i]);return r=new icons_lib_browser.CheckmarkIcon({props:o}),{c:function(){n=_vendor_browser_svelte_internal_index.element(\"span\"),_vendor_browser_svelte_internal_index.create_component(r.$$.fragment),this.h()},l:function(e){n=_vendor_browser_svelte_internal_index.claim_element(e,\"SPAN\",{class:!0,\"data-testid\":!0});var t=_vendor_browser_svelte_internal_index.children(n);_vendor_browser_svelte_internal_index.claim_component(r.$$.fragment,t),t.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(n,\"class\",\"candidate-icon-indicator cnn-pcl-xtr4hv\"),_vendor_browser_svelte_internal_index.attr(n,\"data-testid\",\"delegate-tracker-table-checkmark\")},m:function(e,_){_vendor_browser_svelte_internal_index.insert_hydration(e,n,_),_vendor_browser_svelte_internal_index.mount_component(r,n,null),t=!0},p:function(e,n){var t=0&n?_vendor_browser_svelte_internal_index.get_spread_update(_,[_vendor_browser_svelte_internal_index.get_spread_object(_lib_browser_common_constants_resultModuleIconProps.resultModuleIconProps.table)]):{};r.$set(t)},i:function(e){t||(_vendor_browser_svelte_internal_index.transition_in(r.$$.fragment,e),t=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(r.$$.fragment,e),t=!1},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n),_vendor_browser_svelte_internal_index.destroy_component(r)}}}function create_if_block_5(e){var n,r;return{c:function(){n=_vendor_browser_svelte_internal_index.element(\"span\"),r=_vendor_browser_svelte_internal_index.text(\"DROPPED OUT\"),this.h()},l:function(e){n=_vendor_browser_svelte_internal_index.claim_element(e,\"SPAN\",{class:!0});var t=_vendor_browser_svelte_internal_index.children(n);r=_vendor_browser_svelte_internal_index.claim_text(t,\"DROPPED OUT\"),t.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(n,\"class\",\"dropped-out-1AJ89G cnn-pcl-xtr4hv\")},m:function(e,t){_vendor_browser_svelte_internal_index.insert_hydration(e,n,t),_vendor_browser_svelte_internal_index.append_hydration(n,r)},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n)}}}function create_default_slot_3$1(e){var n,r=e[28]&&create_if_block_5();return{c:function(){r&&r.c(),n=_vendor_browser_svelte_internal_index.empty()},l:function(e){r&&r.l(e),n=_vendor_browser_svelte_internal_index.empty()},m:function(e,t){r&&r.m(e,t),_vendor_browser_svelte_internal_index.insert_hydration(e,n,t)},p:function(e,t){e[28]?r||((r=create_if_block_5()).c(),r.m(n.parentNode,n)):r&&(r.d(1),r=null)},d:function(e){r&&r.d(e),e&&_vendor_browser_svelte_internal_index.detach(n)}}}function create_if_block_4(e){var n,r,t,_;return{c:function(){n=_vendor_browser_svelte_internal_index.element(\"td\"),r=_vendor_browser_svelte_internal_index.element(\"div\"),t=_vendor_browser_svelte_internal_index.element(\"div\"),this.h()},l:function(e){n=_vendor_browser_svelte_internal_index.claim_element(e,\"TD\",{class:!0});var _=_vendor_browser_svelte_internal_index.children(n);r=_vendor_browser_svelte_internal_index.claim_element(_,\"DIV\",{class:!0,style:!0});var o=_vendor_browser_svelte_internal_index.children(r);t=_vendor_browser_svelte_internal_index.claim_element(o,\"DIV\",{class:!0,style:!0}),_vendor_browser_svelte_internal_index.children(t).forEach(_vendor_browser_svelte_internal_index.detach),o.forEach(_vendor_browser_svelte_internal_index.detach),_.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(t,\"class\",\"percentage-29wjBM cnn-pcl-xtr4hv\"),_vendor_browser_svelte_internal_index.attr(t,\"style\",_=_lib_browser_common_helpers_cssvars.cssvars({progressbarWidth:makeDelegateProgressPercent(e[4],e[26]),progressbarColor:getDelegateCandidateColor(e[0],e[26],e[3],progressBarBackgroundColor)})),_vendor_browser_svelte_internal_index.attr(r,\"class\",\"progress-bar-bdx54d cnn-pcl-xtr4hv\"),_vendor_browser_svelte_internal_index.attr(r,\"style\",_lib_browser_common_helpers_cssvars.cssvars({progressBarBackgroundColor:progressBarBackgroundColor})),_vendor_browser_svelte_internal_index.attr(n,\"class\",\"col-progress-bar-HuBjC8 cnn-pcl-xtr4hv\")},m:function(e,_){_vendor_browser_svelte_internal_index.insert_hydration(e,n,_),_vendor_browser_svelte_internal_index.append_hydration(n,r),_vendor_browser_svelte_internal_index.append_hydration(r,t)},p:function(e,n){25&n&&_!==(_=_lib_browser_common_helpers_cssvars.cssvars({progressbarWidth:makeDelegateProgressPercent(e[4],e[26]),progressbarColor:getDelegateCandidateColor(e[0],e[26],e[3],progressBarBackgroundColor)}))&&_vendor_browser_svelte_internal_index.attr(t,\"style\",_)},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n)}}}function create_default_slot_2$1(e){var n,r=!e[6]&&create_if_block_4(e);return{c:function(){r&&r.c(),n=_vendor_browser_svelte_internal_index.empty()},l:function(e){r&&r.l(e),n=_vendor_browser_svelte_internal_index.empty()},m:function(e,t){r&&r.m(e,t),_vendor_browser_svelte_internal_index.insert_hydration(e,n,t)},p:function(e,t){e[6]?r&&(r.d(1),r=null):r?r.p(e,t):((r=create_if_block_4(e)).c(),r.m(n.parentNode,n))},d:function(e){r&&r.d(e),e&&_vendor_browser_svelte_internal_index.detach(n)}}}function create_if_block_3(e){var n,r;return n=new _lib_sdk_browser__externalConfig_featureFlags_FeatureFlag_svelte.FeatureFlag({props:{feature:e[17],$$slots:{default:[create_default_slot_1$1]},$$scope:{ctx:e}}}),{c:function(){_vendor_browser_svelte_internal_index.create_component(n.$$.fragment)},l:function(e){_vendor_browser_svelte_internal_index.claim_component(n.$$.fragment,e)},m:function(e,t){_vendor_browser_svelte_internal_index.mount_component(n,e,t),r=!0},p:function(e,r){var t={};1073741825&r&&(t.$$scope={dirty:r,ctx:e}),n.$set(t)},i:function(e){r||(_vendor_browser_svelte_internal_index.transition_in(n.$$.fragment,e),r=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(n.$$.fragment,e),r=!1},d:function(e){_vendor_browser_svelte_internal_index.destroy_component(n,e)}}}function create_default_slot_1$1(e){var n,r,t=\"\".concat(e[0].aheadRegular.toLocaleString(\"en-US\"),\" ahead\")+\"\";return{c:function(){n=_vendor_browser_svelte_internal_index.element(\"span\"),r=_vendor_browser_svelte_internal_index.text(t),this.h()},l:function(e){n=_vendor_browser_svelte_internal_index.claim_element(e,\"SPAN\",{class:!0,\"data-testid\":!0});var _=_vendor_browser_svelte_internal_index.children(n);r=_vendor_browser_svelte_internal_index.claim_text(_,t),_.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(n,\"class\",\"delegate-ahead-count-No29zo cnn-pcl-xtr4hv\"),_vendor_browser_svelte_internal_index.attr(n,\"data-testid\",\"aheadcount\")},m:function(e,t){_vendor_browser_svelte_internal_index.insert_hydration(e,n,t),_vendor_browser_svelte_internal_index.append_hydration(n,r)},p:function(e,n){1&n&&t!==(t=\"\".concat(e[0].aheadRegular.toLocaleString(\"en-US\"),\" ahead\")+\"\")&&_vendor_browser_svelte_internal_index.set_data(r,t)},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n)}}}function create_each_block(e){var n,r,t=e[0].candidates[e[25]]&&create_if_block_2$1(get_if_ctx(e));return{c:function(){t&&t.c(),n=_vendor_browser_svelte_internal_index.empty()},l:function(e){t&&t.l(e),n=_vendor_browser_svelte_internal_index.empty()},m:function(e,_){t&&t.m(e,_),_vendor_browser_svelte_internal_index.insert_hydration(e,n,_),r=!0},p:function(e,r){e[0].candidates[e[25]]?t?(t.p(get_if_ctx(e),r),1&r&&_vendor_browser_svelte_internal_index.transition_in(t,1)):((t=create_if_block_2$1(get_if_ctx(e))).c(),_vendor_browser_svelte_internal_index.transition_in(t,1),t.m(n.parentNode,n)):t&&(_vendor_browser_svelte_internal_index.group_outros(),_vendor_browser_svelte_internal_index.transition_out(t,1,1,function(){t=null}),_vendor_browser_svelte_internal_index.check_outros())},i:function(e){r||(_vendor_browser_svelte_internal_index.transition_in(t),r=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(t),r=!1},d:function(e){t&&t.d(e),e&&_vendor_browser_svelte_internal_index.detach(n)}}}function create_if_block_1$2(e){var n,r,t,_,o;return _=new _lib_browser_common_coreUi_accordion_Accordion_svelte.Accordion({props:{withIcon:!0,extraClickHandler:e[2],closedText:closedText,openText:openText}}),{c:function(){n=_vendor_browser_svelte_internal_index.element(\"tr\"),r=_vendor_browser_svelte_internal_index.element(\"td\"),t=_vendor_browser_svelte_internal_index.element(\"div\"),_vendor_browser_svelte_internal_index.create_component(_.$$.fragment),this.h()},l:function(e){n=_vendor_browser_svelte_internal_index.claim_element(e,\"TR\",{class:!0,\"data-testid\":!0});var o=_vendor_browser_svelte_internal_index.children(n);r=_vendor_browser_svelte_internal_index.claim_element(o,\"TD\",{colspan:!0,class:!0});var i=_vendor_browser_svelte_internal_index.children(r);t=_vendor_browser_svelte_internal_index.claim_element(i,\"DIV\",{\"data-testid\":!0,class:!0});var l=_vendor_browser_svelte_internal_index.children(t);_vendor_browser_svelte_internal_index.claim_component(_.$$.fragment,l),l.forEach(_vendor_browser_svelte_internal_index.detach),i.forEach(_vendor_browser_svelte_internal_index.detach),o.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(t,\"data-testid\",\"accordion\"),_vendor_browser_svelte_internal_index.attr(t,\"class\",\"cnn-pcl-xtr4hv\"),_vendor_browser_svelte_internal_index.attr(r,\"colspan\",\"3\"),_vendor_browser_svelte_internal_index.attr(r,\"class\",\"accordion-container cnn-pcl-xtr4hv\"),_vendor_browser_svelte_internal_index.attr(n,\"class\",\"accordion-row-2KcLFL cnn-pcl-xtr4hv\"),_vendor_browser_svelte_internal_index.attr(n,\"data-testid\",\"table-accordion\")},m:function(e,i){_vendor_browser_svelte_internal_index.insert_hydration(e,n,i),_vendor_browser_svelte_internal_index.append_hydration(n,r),_vendor_browser_svelte_internal_index.append_hydration(r,t),_vendor_browser_svelte_internal_index.mount_component(_,t,null),o=!0},p:function(e,n){var r={};4&n&&(r.extraClickHandler=e[2]),_.$set(r)},i:function(e){o||(_vendor_browser_svelte_internal_index.transition_in(_.$$.fragment,e),o=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(_.$$.fragment,e),o=!1},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n),_vendor_browser_svelte_internal_index.destroy_component(_)}}}function create_if_block$2(e){var n,r,t,_,o;return _=new _lib_sdk_browser__externalConfig_featureFlags_FeatureFlag_svelte.FeatureFlag({props:{feature:e[14],$$slots:{default:[create_default_slot$3]},$$scope:{ctx:e}}}),{c:function(){n=_vendor_browser_svelte_internal_index.element(\"tfoot\"),r=_vendor_browser_svelte_internal_index.element(\"tr\"),t=_vendor_browser_svelte_internal_index.element(\"td\"),_vendor_browser_svelte_internal_index.create_component(_.$$.fragment),this.h()},l:function(e){n=_vendor_browser_svelte_internal_index.claim_element(e,\"TFOOT\",{class:!0});var o=_vendor_browser_svelte_internal_index.children(n);r=_vendor_browser_svelte_internal_index.claim_element(o,\"TR\",{class:!0});var i=_vendor_browser_svelte_internal_index.children(r);t=_vendor_browser_svelte_internal_index.claim_element(i,\"TD\",{colspan:!0,class:!0});var l=_vendor_browser_svelte_internal_index.children(t);_vendor_browser_svelte_internal_index.claim_component(_.$$.fragment,l),l.forEach(_vendor_browser_svelte_internal_index.detach),i.forEach(_vendor_browser_svelte_internal_index.detach),o.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(t,\"colspan\",\"3\"),_vendor_browser_svelte_internal_index.attr(t,\"class\",\"icon-informational-32GQ2W cnn-pcl-xtr4hv\"),_vendor_browser_svelte_internal_index.attr(r,\"class\",\"cnn-pcl-xtr4hv\"),_vendor_browser_svelte_internal_index.attr(n,\"class\",\"cnn-pcl-xtr4hv\")},m:function(e,i){_vendor_browser_svelte_internal_index.insert_hydration(e,n,i),_vendor_browser_svelte_internal_index.append_hydration(n,r),_vendor_browser_svelte_internal_index.append_hydration(r,t),_vendor_browser_svelte_internal_index.mount_component(_,t,null),o=!0},p:function(e,n){var r={};1073743872&n&&(r.$$scope={dirty:n,ctx:e}),_.$set(r)},i:function(e){o||(_vendor_browser_svelte_internal_index.transition_in(_.$$.fragment,e),o=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(_.$$.fragment,e),o=!1},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n),_vendor_browser_svelte_internal_index.destroy_component(_)}}}function create_default_slot$3(e){for(var n,r,t,_,o,i=[_lib_browser_common_constants_resultModuleIconProps.resultModuleIconProps.tableFoot],l={},a=0;a<i.length;a+=1)l=_vendor_browser_svelte_internal_index.assign(l,i[a]);return r=new icons_lib_browser.CheckmarkIcon({props:l}),{c:function(){n=_vendor_browser_svelte_internal_index.element(\"span\"),_vendor_browser_svelte_internal_index.create_component(r.$$.fragment),t=_vendor_browser_svelte_internal_index.space(),_=_vendor_browser_svelte_internal_index.text(e[11]),this.h()},l:function(o){n=_vendor_browser_svelte_internal_index.claim_element(o,\"SPAN\",{\"data-testid\":!0,class:!0});var i=_vendor_browser_svelte_internal_index.children(n);_vendor_browser_svelte_internal_index.claim_component(r.$$.fragment,i),i.forEach(_vendor_browser_svelte_internal_index.detach),t=_vendor_browser_svelte_internal_index.claim_space(o),_=_vendor_browser_svelte_internal_index.claim_text(o,e[11]),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(n,\"data-testid\",\"iconinformational\"),_vendor_browser_svelte_internal_index.attr(n,\"class\",\"cnn-pcl-xtr4hv\")},m:function(e,i){_vendor_browser_svelte_internal_index.insert_hydration(e,n,i),_vendor_browser_svelte_internal_index.mount_component(r,n,null),_vendor_browser_svelte_internal_index.insert_hydration(e,t,i),_vendor_browser_svelte_internal_index.insert_hydration(e,_,i),o=!0},p:function(e,n){var t=0&n?_vendor_browser_svelte_internal_index.get_spread_update(i,[_vendor_browser_svelte_internal_index.get_spread_object(_lib_browser_common_constants_resultModuleIconProps.resultModuleIconProps.tableFoot)]):{};r.$set(t),(!o||2048&n)&&_vendor_browser_svelte_internal_index.set_data(_,e[11])},i:function(e){o||(_vendor_browser_svelte_internal_index.transition_in(r.$$.fragment,e),o=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(r.$$.fragment,e),o=!1},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n),_vendor_browser_svelte_internal_index.destroy_component(r),e&&_vendor_browser_svelte_internal_index.detach(t),e&&_vendor_browser_svelte_internal_index.detach(_)}}}function create_fragment$3(e){for(var n,r,t,_,o,i,l,a,s,d,c,v,u,f,b=!e[6]&&create_if_block_8(e),p={length:e[0].candidates.length},x=[],w=0;w<p.length;w+=1)x[w]=create_each_block(get_each_context(e,p,w));var h=function(e){return _vendor_browser_svelte_internal_index.transition_out(x[e],1,1,function(){x[e]=null})},m=e[8]&&create_if_block_1$2(e),g=e[10]&&!e[6]&&create_if_block$2(e);return{c:function(){n=_vendor_browser_svelte_internal_index.element(\"table\"),r=_vendor_browser_svelte_internal_index.element(\"thead\"),t=_vendor_browser_svelte_internal_index.element(\"tr\"),_=_vendor_browser_svelte_internal_index.element(\"th\"),o=_vendor_browser_svelte_internal_index.text(\"Candidate\"),i=_vendor_browser_svelte_internal_index.space(),b&&b.c(),l=_vendor_browser_svelte_internal_index.space(),a=_vendor_browser_svelte_internal_index.element(\"th\"),s=_vendor_browser_svelte_internal_index.text(e[9]),d=_vendor_browser_svelte_internal_index.space(),c=_vendor_browser_svelte_internal_index.element(\"tbody\");for(var f=0;f<x.length;f+=1)x[f].c();v=_vendor_browser_svelte_internal_index.space(),m&&m.c(),u=_vendor_browser_svelte_internal_index.space(),g&&g.c(),this.h()},l:function(f){n=_vendor_browser_svelte_internal_index.claim_element(f,\"TABLE\",{class:!0});var p=_vendor_browser_svelte_internal_index.children(n);r=_vendor_browser_svelte_internal_index.claim_element(p,\"THEAD\",{class:!0});var w=_vendor_browser_svelte_internal_index.children(r);t=_vendor_browser_svelte_internal_index.claim_element(w,\"TR\",{class:!0});var h=_vendor_browser_svelte_internal_index.children(t);_=_vendor_browser_svelte_internal_index.claim_element(h,\"TH\",{class:!0});var y=_vendor_browser_svelte_internal_index.children(_);o=_vendor_browser_svelte_internal_index.claim_text(y,\"Candidate\"),y.forEach(_vendor_browser_svelte_internal_index.detach),i=_vendor_browser_svelte_internal_index.claim_space(h),b&&b.l(h),l=_vendor_browser_svelte_internal_index.claim_space(h),a=_vendor_browser_svelte_internal_index.claim_element(h,\"TH\",{class:!0});var $=_vendor_browser_svelte_internal_index.children(a);s=_vendor_browser_svelte_internal_index.claim_text($,e[9]),$.forEach(_vendor_browser_svelte_internal_index.detach),h.forEach(_vendor_browser_svelte_internal_index.detach),w.forEach(_vendor_browser_svelte_internal_index.detach),d=_vendor_browser_svelte_internal_index.claim_space(p),c=_vendor_browser_svelte_internal_index.claim_element(p,\"TBODY\",{class:!0});for(var k=_vendor_browser_svelte_internal_index.children(c),T=0;T<x.length;T+=1)x[T].l(k);v=_vendor_browser_svelte_internal_index.claim_space(k),m&&m.l(k),k.forEach(_vendor_browser_svelte_internal_index.detach),u=_vendor_browser_svelte_internal_index.claim_space(p),g&&g.l(p),p.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(_,\"class\",\"cnn-pcl-xtr4hv\"),_vendor_browser_svelte_internal_index.attr(a,\"class\",\"cnn-pcl-xtr4hv\"),_vendor_browser_svelte_internal_index.attr(t,\"class\",\"cnn-pcl-xtr4hv\"),_vendor_browser_svelte_internal_index.attr(r,\"class\",\"cnn-pcl-xtr4hv\"),_vendor_browser_svelte_internal_index.attr(c,\"class\",\"cnn-pcl-xtr4hv\"),_vendor_browser_svelte_internal_index.attr(n,\"class\",\"cnn-pcl-xtr4hv\")},m:function(e,p){_vendor_browser_svelte_internal_index.insert_hydration(e,n,p),_vendor_browser_svelte_internal_index.append_hydration(n,r),_vendor_browser_svelte_internal_index.append_hydration(r,t),_vendor_browser_svelte_internal_index.append_hydration(t,_),_vendor_browser_svelte_internal_index.append_hydration(_,o),_vendor_browser_svelte_internal_index.append_hydration(t,i),b&&b.m(t,null),_vendor_browser_svelte_internal_index.append_hydration(t,l),_vendor_browser_svelte_internal_index.append_hydration(t,a),_vendor_browser_svelte_internal_index.append_hydration(a,s),_vendor_browser_svelte_internal_index.append_hydration(n,d),_vendor_browser_svelte_internal_index.append_hydration(n,c);for(var w=0;w<x.length;w+=1)x[w].m(c,null);_vendor_browser_svelte_internal_index.append_hydration(c,v),m&&m.m(c,null),_vendor_browser_svelte_internal_index.append_hydration(n,u),g&&g.m(n,null),f=!0},p:function(e,r){var _=_slicedToArray$3(r,1)[0];if(e[6]?b&&(_vendor_browser_svelte_internal_index.group_outros(),_vendor_browser_svelte_internal_index.transition_out(b,1,1,function(){b=null}),_vendor_browser_svelte_internal_index.check_outros()):b?(b.p(e,_),64&_&&_vendor_browser_svelte_internal_index.transition_in(b,1)):((b=create_if_block_8(e)).c(),_vendor_browser_svelte_internal_index.transition_in(b,1),b.m(t,l)),(!f||512&_)&&_vendor_browser_svelte_internal_index.set_data(s,e[9]),245979&_){var o;for(p={length:e[0].candidates.length},o=0;o<p.length;o+=1){var i=get_each_context(e,p,o);x[o]?(x[o].p(i,_),_vendor_browser_svelte_internal_index.transition_in(x[o],1)):(x[o]=create_each_block(i),x[o].c(),_vendor_browser_svelte_internal_index.transition_in(x[o],1),x[o].m(c,v))}for(_vendor_browser_svelte_internal_index.group_outros(),o=p.length;o<x.length;o+=1)h(o);_vendor_browser_svelte_internal_index.check_outros()}e[8]?m?(m.p(e,_),256&_&&_vendor_browser_svelte_internal_index.transition_in(m,1)):((m=create_if_block_1$2(e)).c(),_vendor_browser_svelte_internal_index.transition_in(m,1),m.m(c,null)):m&&(_vendor_browser_svelte_internal_index.group_outros(),_vendor_browser_svelte_internal_index.transition_out(m,1,1,function(){m=null}),_vendor_browser_svelte_internal_index.check_outros()),e[10]&&!e[6]?g?(g.p(e,_),1088&_&&_vendor_browser_svelte_internal_index.transition_in(g,1)):((g=create_if_block$2(e)).c(),_vendor_browser_svelte_internal_index.transition_in(g,1),g.m(n,null)):g&&(_vendor_browser_svelte_internal_index.group_outros(),_vendor_browser_svelte_internal_index.transition_out(g,1,1,function(){g=null}),_vendor_browser_svelte_internal_index.check_outros())},i:function(e){if(!f){_vendor_browser_svelte_internal_index.transition_in(b);for(var n=0;n<p.length;n+=1)_vendor_browser_svelte_internal_index.transition_in(x[n]);_vendor_browser_svelte_internal_index.transition_in(m),_vendor_browser_svelte_internal_index.transition_in(g),f=!0}},o:function(e){_vendor_browser_svelte_internal_index.transition_out(b),x=x.filter(Boolean);for(var n=0;n<x.length;n+=1)_vendor_browser_svelte_internal_index.transition_out(x[n]);_vendor_browser_svelte_internal_index.transition_out(m),_vendor_browser_svelte_internal_index.transition_out(g),f=!1},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n),b&&b.d(),_vendor_browser_svelte_internal_index.destroy_each(x,e),m&&m.d(),g&&g.d()}}}var closedText=\"More candidates\",openText=\"Fewer candidates\",progressBarBackgroundColor=\"#d3d3d3\";function instance$3(e,n,r){var t,_,o,i,l,a,s,d,c=n.result,v=n.projectedWinnerText,u=n.rows,f=void 0===u?5:u,b=n.rowCount,p=n.toggleTable,x=n.theme,w=n.mode,h=n.neededToWin,m=n.totalDelegatesAtStake,g=n.isEmbed,y=n.hideAccordion,$=_lib_sdk_browser__externalConfig_featureFlags_constants_ts.features.DELEGATE_TRACKER_CHECKMARK,k=_lib_sdk_browser__externalConfig_featureFlags_constants_ts.features.DELEGATE_TRACKER_DROPPED_OUT,T=_lib_sdk_browser__externalConfig_featureFlags_constants_ts.features.DELEGATE_TRACKER_PROGRESS_BAR,A=_lib_sdk_browser__externalConfig_featureFlags_constants_ts.features.DELEGATE_TRACKER_AHEAD_COUNT;return e.$$set=function(e){\"result\"in e&&r(0,c=e.result),\"projectedWinnerText\"in e&&r(18,v=e.projectedWinnerText),\"rows\"in e&&r(19,f=e.rows),\"rowCount\"in e&&r(1,b=e.rowCount),\"toggleTable\"in e&&r(2,p=e.toggleTable),\"theme\"in e&&r(3,x=e.theme),\"mode\"in e&&r(20,w=e.mode),\"neededToWin\"in e&&r(4,h=e.neededToWin),\"totalDelegatesAtStake\"in e&&r(5,m=e.totalDelegatesAtStake),\"isEmbed\"in e&&r(6,g=e.isEmbed),\"hideAccordion\"in e&&r(21,y=e.hideAccordion)},e.$$.update=function(){var n,u;(16&e.$$.dirty&&r(13,t=h?\"\".concat(h.toLocaleString(\"en-US\"),\" to win\"):\"\"),32&e.$$.dirty&&r(12,_=!m),1048576&e.$$.dirty&&r(7,o=w===_lib_browser_common_constants_editorialElectionModes.EditorialMode.Before),1&e.$$.dirty)&&r(22,i=null==c?void 0:null===(n=c.candidates)||void 0===n?void 0:n.some(function(e){return e.isWinner}));(4456448&e.$$.dirty&&r(11,l=_lib_browser_common_helpers_makeProjectionText.makeProjectionText(i,\"\",v)),4194432&e.$$.dirty&&r(10,a=i&&!o),1&e.$$.dirty&&r(9,s=makeFormattedDelegateType(c)),2621441&e.$$.dirty)&&r(8,d=!(y||(null==c?void 0:null===(u=c.candidates)||void 0===u?void 0:u.length)<=f))},[c,b,p,x,h,m,g,o,d,s,a,l,_,t,$,k,T,A,v,f,w,y,i]}var DelegateTrackerTable=function(e){_inherits$3(r,_vendor_browser_svelte_internal_index.SvelteComponent);var n=_createSuper$3(r);function r(e){var t;return _classCallCheck$3(this,r),t=n.call(this),_vendor_browser_svelte_internal_index.init(_assertThisInitialized$3(t),e,instance$3,create_fragment$3,_vendor_browser_svelte_internal_index.safe_not_equal,{result:0,projectedWinnerText:18,rows:19,rowCount:1,toggleTable:2,theme:3,mode:20,neededToWin:4,totalDelegatesAtStake:5,isEmbed:6,hideAccordion:21},add_css$2),t}return r}();function _arrayLikeToArray$3(e,n){(null==n||n>e.length)&&(n=e.length);for(var r=0,t=new Array(n);r<n;r++)t[r]=e[r];return t}function _arrayWithHoles$2(e){if(Array.isArray(e))return e}function _assertThisInitialized$2(e){if(void 0===e)throw new ReferenceError(\"this hasn\\'t been initialised - super() hasn\\'t been called\");return e}function _classCallCheck$2(e,n){if(!(e instanceof n))throw new TypeError(\"Cannot call a class as a function\")}function _getPrototypeOf$2(e){return(_getPrototypeOf$2=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function _inherits$2(e,n){if(\"function\"!=typeof n&&null!==n)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(n&&n.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),n&&_setPrototypeOf$2(e,n)}function _iterableToArrayLimit$2(e,n){var r=null==e?null:\"undefined\"!=typeof Symbol&&e[Symbol.iterator]||e[\"@@iterator\"];if(null!=r){var t,_,o=[],i=!0,l=!1;try{for(r=r.call(e);!(i=(t=r.next()).done)&&(o.push(t.value),!n||o.length!==n);i=!0);}catch(e){l=!0,_=e}finally{try{i||null==r.return||r.return()}finally{if(l)throw _}}return o}}function _nonIterableRest$2(){throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\\\\\\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}function _possibleConstructorReturn$2(e,n){return!n||\"object\"!==_typeof$2(n)&&\"function\"!=typeof n?_assertThisInitialized$2(e):n}function _setPrototypeOf$2(e,n){return(_setPrototypeOf$2=Object.setPrototypeOf||function(e,n){return e.__proto__=n,e})(e,n)}function _slicedToArray$2(e,n){return _arrayWithHoles$2(e)||_iterableToArrayLimit$2(e,n)||_unsupportedIterableToArray$3(e,n)||_nonIterableRest$2()}var _typeof$2=function(e){return e&&\"undefined\"!=typeof Symbol&&e.constructor===Symbol?\"symbol\":typeof e};function _unsupportedIterableToArray$3(e,n){if(e){if(\"string\"==typeof e)return _arrayLikeToArray$3(e,n);var r=Object.prototype.toString.call(e).slice(8,-1);return\"Object\"===r&&e.constructor&&(r=e.constructor.name),\"Map\"===r||\"Set\"===r?Array.from(r):\"Arguments\"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?_arrayLikeToArray$3(e,n):void 0}}function _isNativeReflectConstruct$2(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function _createSuper$2(e){var n=_isNativeReflectConstruct$2();return function(){var r,t=_getPrototypeOf$2(e);if(n){var _=_getPrototypeOf$2(this).constructor;r=Reflect.construct(t,arguments,_)}else r=t.apply(this,arguments);return _possibleConstructorReturn$2(this,r)}}function add_css$1(e){_vendor_browser_svelte_internal_index.append_styles(e,\"cnn-pcl-13at84h\",\"footer.cnn-pcl-13at84h.cnn-pcl-13at84h.cnn-pcl-13at84h.cnn-pcl-13at84h{grid-area:footer;margin-top:12px;padding:0 12px 14px;height:fit-content;display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end}.embedded-1klVVX.cnn-pcl-13at84h.cnn-pcl-13at84h.cnn-pcl-13at84h.cnn-pcl-13at84h{border-bottom:1px solid #e6e6e6}.footer-info-cDvY3f.cnn-pcl-13at84h.cnn-pcl-13at84h.cnn-pcl-13at84h.cnn-pcl-13at84h{display:flex;flex-direction:column;align-self:flex-start}footer.cnn-pcl-13at84h>div.cnn-pcl-13at84h>p.cnn-pcl-13at84h.cnn-pcl-13at84h{margin:0;display:flex}footer.cnn-pcl-13at84h>div.cnn-pcl-13at84h>p.cnn-pcl-13at84h>span.next-update-3RWuW_.cnn-pcl-13at84h{margin-left:0}footer.cnn-pcl-13at84h>div.cnn-pcl-13at84h>p.last-updated-38oKS4.cnn-pcl-13at84h.cnn-pcl-13at84h{font-size:12px;font-family:cnn_sans_display, helveticaneue, Helvetica, Arial, Utkal, sans-serif;font-weight:400;line-height:16px;letter-spacing:-0.2px;padding:0;margin:0 0 0 0}a.cnn-pcl-13at84h.cnn-pcl-13at84h.cnn-pcl-13at84h.cnn-pcl-13at84h{color:#0c0c0c;font-family:cnn_sans_display, helveticaneue, Helvetica, Arial, Utkal, sans-serif;font-weight:700;text-decoration:underline;font-size:12px}@media screen and (min-width: 768px){footer.cnn-pcl-13at84h.cnn-pcl-13at84h.cnn-pcl-13at84h.cnn-pcl-13at84h{align-self:flex-end}}@media screen and (min-width: 1024px){.embedded-1klVVX.cnn-pcl-13at84h.cnn-pcl-13at84h.cnn-pcl-13at84h.cnn-pcl-13at84h{border-bottom:none}}\")}function create_if_block$1(e){var n,r,t,_;r=new _lib_sdk_browser__externalConfig_featureFlags_FeatureFlag_svelte.FeatureFlag({props:{feature:e[11],from:e[2],$$slots:{default:[create_default_slot_1]},$$scope:{ctx:e}}});var o=e[4]&&e[3]&&create_if_block_1$1(e);return{c:function(){n=_vendor_browser_svelte_internal_index.element(\"footer\"),_vendor_browser_svelte_internal_index.create_component(r.$$.fragment),t=_vendor_browser_svelte_internal_index.space(),o&&o.c(),this.h()},l:function(e){n=_vendor_browser_svelte_internal_index.claim_element(e,\"FOOTER\",{class:!0});var _=_vendor_browser_svelte_internal_index.children(n);_vendor_browser_svelte_internal_index.claim_component(r.$$.fragment,_),t=_vendor_browser_svelte_internal_index.claim_space(_),o&&o.l(_),_.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(n,\"class\",\"cnn-pcl-13at84h\"),_vendor_browser_svelte_internal_index.toggle_class(n,\"embedded-1klVVX\",e[1].includes(_lib_browser_common_constants_componentVariations.VARIATIONS.EMBEDDED))},m:function(e,i){_vendor_browser_svelte_internal_index.insert_hydration(e,n,i),_vendor_browser_svelte_internal_index.mount_component(r,n,null),_vendor_browser_svelte_internal_index.append_hydration(n,t),o&&o.m(n,null),_=!0},p:function(e,t){var _={};4&t&&(_.from=e[2]),4229&t&&(_.$$scope={dirty:t,ctx:e}),r.$set(_),e[4]&&e[3]?o?(o.p(e,t),24&t&&_vendor_browser_svelte_internal_index.transition_in(o,1)):((o=create_if_block_1$1(e)).c(),_vendor_browser_svelte_internal_index.transition_in(o,1),o.m(n,null)):o&&(_vendor_browser_svelte_internal_index.group_outros(),_vendor_browser_svelte_internal_index.transition_out(o,1,1,function(){o=null}),_vendor_browser_svelte_internal_index.check_outros()),2&t&&_vendor_browser_svelte_internal_index.toggle_class(n,\"embedded-1klVVX\",e[1].includes(_lib_browser_common_constants_componentVariations.VARIATIONS.EMBEDDED))},i:function(e){_||(_vendor_browser_svelte_internal_index.transition_in(r.$$.fragment,e),_vendor_browser_svelte_internal_index.transition_in(o),_=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(r.$$.fragment,e),_vendor_browser_svelte_internal_index.transition_out(o),_=!1},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n),_vendor_browser_svelte_internal_index.destroy_component(r),o&&o.d()}}}function create_if_block_2(e){var n,r;return n=new _lib_sdk_browser__externalConfig_featureFlags_FeatureFlag_svelte.FeatureFlag({props:{feature:e[8],from:e[2],$$slots:{default:[create_default_slot_3]},$$scope:{ctx:e}}}),{c:function(){_vendor_browser_svelte_internal_index.create_component(n.$$.fragment)},l:function(e){_vendor_browser_svelte_internal_index.claim_component(n.$$.fragment,e)},m:function(e,t){_vendor_browser_svelte_internal_index.mount_component(n,e,t),r=!0},p:function(e,r){var t={};4&r&&(t.from=e[2]),4224&r&&(t.$$scope={dirty:r,ctx:e}),n.$set(t)},i:function(e){r||(_vendor_browser_svelte_internal_index.transition_in(n.$$.fragment,e),r=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(n.$$.fragment,e),r=!1},d:function(e){_vendor_browser_svelte_internal_index.destroy_component(n,e)}}}function create_default_slot_3(e){var n,r,t;return{c:function(){n=_vendor_browser_svelte_internal_index.element(\"p\"),r=_vendor_browser_svelte_internal_index.element(\"time\"),t=_vendor_browser_svelte_internal_index.text(e[7]),this.h()},l:function(_){n=_vendor_browser_svelte_internal_index.claim_element(_,\"P\",{class:!0});var o=_vendor_browser_svelte_internal_index.children(n);r=_vendor_browser_svelte_internal_index.claim_element(o,\"TIME\",{\"data-testid\":!0});var i=_vendor_browser_svelte_internal_index.children(r);t=_vendor_browser_svelte_internal_index.claim_text(i,e[7]),i.forEach(_vendor_browser_svelte_internal_index.detach),o.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(r,\"data-testid\",\"timestamp\"),_vendor_browser_svelte_internal_index.attr(n,\"class\",\"last-updated-38oKS4 cnn-pcl-13at84h\")},m:function(e,_){_vendor_browser_svelte_internal_index.insert_hydration(e,n,_),_vendor_browser_svelte_internal_index.append_hydration(n,r),_vendor_browser_svelte_internal_index.append_hydration(r,t)},p:function(e,n){128&n&&_vendor_browser_svelte_internal_index.set_data(t,e[7])},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n)}}}function create_default_slot_2(e){var n,r,t;return r=new nextUpdateTimer_lib_browser.NextUpdateTimer({}),{c:function(){n=_vendor_browser_svelte_internal_index.element(\"span\"),_vendor_browser_svelte_internal_index.create_component(r.$$.fragment),this.h()},l:function(e){n=_vendor_browser_svelte_internal_index.claim_element(e,\"SPAN\",{class:!0});var t=_vendor_browser_svelte_internal_index.children(n);_vendor_browser_svelte_internal_index.claim_component(r.$$.fragment,t),t.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(n,\"class\",\"next-update-3RWuW_ cnn-pcl-13at84h\")},m:function(e,_){_vendor_browser_svelte_internal_index.insert_hydration(e,n,_),_vendor_browser_svelte_internal_index.mount_component(r,n,null),t=!0},p:_vendor_browser_svelte_internal_index.noop,i:function(e){t||(_vendor_browser_svelte_internal_index.transition_in(r.$$.fragment,e),t=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(r.$$.fragment,e),t=!1},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n),_vendor_browser_svelte_internal_index.destroy_component(r)}}}function create_default_slot_1(e){var n,r,t,_,o,i=e[0].lastUpdated&&create_if_block_2(e);return _=new _lib_sdk_browser__externalConfig_featureFlags_FeatureFlag_svelte.FeatureFlag({props:{feature:e[9],from:e[2],$$slots:{default:[create_default_slot_2]},$$scope:{ctx:e}}}),{c:function(){n=_vendor_browser_svelte_internal_index.element(\"div\"),i&&i.c(),r=_vendor_browser_svelte_internal_index.space(),t=_vendor_browser_svelte_internal_index.element(\"p\"),_vendor_browser_svelte_internal_index.create_component(_.$$.fragment),this.h()},l:function(e){n=_vendor_browser_svelte_internal_index.claim_element(e,\"DIV\",{class:!0});var o=_vendor_browser_svelte_internal_index.children(n);i&&i.l(o),r=_vendor_browser_svelte_internal_index.claim_space(o),t=_vendor_browser_svelte_internal_index.claim_element(o,\"P\",{class:!0});var l=_vendor_browser_svelte_internal_index.children(t);_vendor_browser_svelte_internal_index.claim_component(_.$$.fragment,l),l.forEach(_vendor_browser_svelte_internal_index.detach),o.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(t,\"class\",\"cnn-pcl-13at84h\"),_vendor_browser_svelte_internal_index.attr(n,\"class\",\"footer-info-cDvY3f cnn-pcl-13at84h\")},m:function(e,l){_vendor_browser_svelte_internal_index.insert_hydration(e,n,l),i&&i.m(n,null),_vendor_browser_svelte_internal_index.append_hydration(n,r),_vendor_browser_svelte_internal_index.append_hydration(n,t),_vendor_browser_svelte_internal_index.mount_component(_,t,null),o=!0},p:function(e,t){e[0].lastUpdated?i?(i.p(e,t),1&t&&_vendor_browser_svelte_internal_index.transition_in(i,1)):((i=create_if_block_2(e)).c(),_vendor_browser_svelte_internal_index.transition_in(i,1),i.m(n,r)):i&&(_vendor_browser_svelte_internal_index.group_outros(),_vendor_browser_svelte_internal_index.transition_out(i,1,1,function(){i=null}),_vendor_browser_svelte_internal_index.check_outros());var o={};4&t&&(o.from=e[2]),4096&t&&(o.$$scope={dirty:t,ctx:e}),_.$set(o)},i:function(e){o||(_vendor_browser_svelte_internal_index.transition_in(i),_vendor_browser_svelte_internal_index.transition_in(_.$$.fragment,e),o=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(i),_vendor_browser_svelte_internal_index.transition_out(_.$$.fragment,e),o=!1},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n),i&&i.d(),_vendor_browser_svelte_internal_index.destroy_component(_)}}}function create_if_block_1$1(e){var n,r;return n=new _lib_sdk_browser__externalConfig_featureFlags_FeatureFlag_svelte.FeatureFlag({props:{feature:e[10],$$slots:{default:[create_default_slot$2]},$$scope:{ctx:e}}}),{c:function(){_vendor_browser_svelte_internal_index.create_component(n.$$.fragment)},l:function(e){_vendor_browser_svelte_internal_index.claim_component(n.$$.fragment,e)},m:function(e,t){_vendor_browser_svelte_internal_index.mount_component(n,e,t),r=!0},p:function(e,r){var t={};4152&r&&(t.$$scope={dirty:r,ctx:e}),n.$set(t)},i:function(e){r||(_vendor_browser_svelte_internal_index.transition_in(n.$$.fragment,e),r=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(n.$$.fragment,e),r=!1},d:function(e){_vendor_browser_svelte_internal_index.destroy_component(n,e)}}}function create_default_slot$2(e){var n,r,t;return{c:function(){n=_vendor_browser_svelte_internal_index.element(\"a\"),r=_vendor_browser_svelte_internal_index.text(e[4]),this.h()},l:function(t){n=_vendor_browser_svelte_internal_index.claim_element(t,\"A\",{href:!0,\"data-testid\":!0,alt:!0,class:!0});var _=_vendor_browser_svelte_internal_index.children(n);r=_vendor_browser_svelte_internal_index.claim_text(_,e[4]),_.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(n,\"href\",e[3]),_vendor_browser_svelte_internal_index.attr(n,\"data-testid\",\"footerlink\"),_vendor_browser_svelte_internal_index.attr(n,\"alt\",t=e[5]+\" Race Details\"),_vendor_browser_svelte_internal_index.attr(n,\"class\",\"cnn-pcl-13at84h\")},m:function(e,t){_vendor_browser_svelte_internal_index.insert_hydration(e,n,t),_vendor_browser_svelte_internal_index.append_hydration(n,r)},p:function(e,_){16&_&&_vendor_browser_svelte_internal_index.set_data(r,e[4]),8&_&&_vendor_browser_svelte_internal_index.attr(n,\"href\",e[3]),32&_&&t!==(t=e[5]+\" Race Details\")&&_vendor_browser_svelte_internal_index.attr(n,\"alt\",t)},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n)}}}function create_fragment$2(e){var n,r,t=e[6]!==_lib_browser_common_constants_editorialElectionModes.EditorialMode.Before&&create_if_block$1(e);return{c:function(){t&&t.c(),n=_vendor_browser_svelte_internal_index.empty()},l:function(e){t&&t.l(e),n=_vendor_browser_svelte_internal_index.empty()},m:function(e,_){t&&t.m(e,_),_vendor_browser_svelte_internal_index.insert_hydration(e,n,_),r=!0},p:function(e,r){var _=_slicedToArray$2(r,1)[0];e[6]!==_lib_browser_common_constants_editorialElectionModes.EditorialMode.Before?t?(t.p(e,_),64&_&&_vendor_browser_svelte_internal_index.transition_in(t,1)):((t=create_if_block$1(e)).c(),_vendor_browser_svelte_internal_index.transition_in(t,1),t.m(n.parentNode,n)):t&&(_vendor_browser_svelte_internal_index.group_outros(),_vendor_browser_svelte_internal_index.transition_out(t,1,1,function(){t=null}),_vendor_browser_svelte_internal_index.check_outros())},i:function(e){r||(_vendor_browser_svelte_internal_index.transition_in(t),r=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(t),r=!1},d:function(e){t&&t.d(e),e&&_vendor_browser_svelte_internal_index.detach(n)}}}function instance$2(e,n,r){var t,_=n.result,o=void 0===_?null:_,i=n.variations,l=void 0===i?[]:i,a=n.from,s=void 0===a?\"\":a,d=n.footerLinkHref,c=void 0===d?\"\":d,v=n.footerLinkText,u=void 0===v?\"\":v,f=n.altText,b=void 0===f?\"\":f,p=n.mode,x=void 0===p?_lib_browser_common_constants_editorialElectionModes.DEFAULT_EDITORIAL_MODE:p,w=_lib_sdk_browser__externalConfig_featureFlags_constants_ts.features.LAST_UPDATED_TIMESTAMP,h=_lib_sdk_browser__externalConfig_featureFlags_constants_ts.features.NEXT_UPDATE_TIMER,m=_lib_sdk_browser__externalConfig_featureFlags_constants_ts.features.DELEGATE_TRACKER_FOOTER_LINK,g=_lib_sdk_browser__externalConfig_featureFlags_constants_ts.features.DELEGATE_TRACKER_FOOTER;return e.$$set=function(e){\"result\"in e&&r(0,o=e.result),\"variations\"in e&&r(1,l=e.variations),\"from\"in e&&r(2,s=e.from),\"footerLinkHref\"in e&&r(3,c=e.footerLinkHref),\"footerLinkText\"in e&&r(4,u=e.footerLinkText),\"altText\"in e&&r(5,b=e.altText),\"mode\"in e&&r(6,x=e.mode)},e.$$.update=function(){1&e.$$.dirty&&r(7,t=\"Updated \".concat(_lib_browser_common_helpers_timezone.format(null==o?void 0:o.lastUpdated)))},[o,l,s,c,u,b,x,t,w,h,m,g]}var DelegateTrackerFooter=function(e){_inherits$2(r,_vendor_browser_svelte_internal_index.SvelteComponent);var n=_createSuper$2(r);function r(e){var t;return _classCallCheck$2(this,r),t=n.call(this),_vendor_browser_svelte_internal_index.init(_assertThisInitialized$2(t),e,instance$2,create_fragment$2,_vendor_browser_svelte_internal_index.safe_not_equal,{result:0,variations:1,from:2,footerLinkHref:3,footerLinkText:4,altText:5,mode:6},add_css$1),t}return r}();function _arrayLikeToArray$2(e,n){(null==n||n>e.length)&&(n=e.length);for(var r=0,t=new Array(n);r<n;r++)t[r]=e[r];return t}function _arrayWithoutHoles(e){if(Array.isArray(e))return _arrayLikeToArray$2(e)}function _iterableToArray(e){if(\"undefined\"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e[\"@@iterator\"])return Array.from(e)}function _nonIterableSpread(){throw new TypeError(\"Invalid attempt to spread non-iterable instance.\\\\\\\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}function _toConsumableArray(e){return _arrayWithoutHoles(e)||_iterableToArray(e)||_unsupportedIterableToArray$2(e)||_nonIterableSpread()}function _unsupportedIterableToArray$2(e,n){if(e){if(\"string\"==typeof e)return _arrayLikeToArray$2(e,n);var r=Object.prototype.toString.call(e).slice(8,-1);return\"Object\"===r&&e.constructor&&(r=e.constructor.name),\"Map\"===r||\"Set\"===r?Array.from(r):\"Arguments\"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?_arrayLikeToArray$2(e,n):void 0}}function sortDelegateCandidates(e){var n=(null==e?void 0:e.candidates)||[];if(!Array.isArray(n)||0===n.length)return[];var r=n.filter(function(e){return!e.dropOutDate}),t=n.filter(function(e){return e.dropOutDate}),_=_vendor_browser_lodash_lodash.lodash.orderBy(r,[\"totalDelegates\"],[\"desc\"]),o=_vendor_browser_lodash_lodash.lodash.orderBy(t,[\"totalDelegates\",\"lastName\",\"firstName\"],[\"desc\",\"asc\",\"asc\"]);return _toConsumableArray(_).concat(_toConsumableArray(o))}function makeDelegateTrackerColorCandidate(e){var n=null==e?void 0:e.winner,r=null==e?void 0:e.candidates;if(n&&Array.isArray(r)){var t,_=e.candidates.find(function(e){return n===e.candidateId});return{party:null==e?void 0:null===(t=e.party)||void 0===t?void 0:t.partyId,id:null==_?void 0:_.candidateId}}return{}}function _arrayLikeToArray$1(e,n){(null==n||n>e.length)&&(n=e.length);for(var r=0,t=new Array(n);r<n;r++)t[r]=e[r];return t}function _arrayWithHoles$1(e){if(Array.isArray(e))return e}function _assertThisInitialized$1(e){if(void 0===e)throw new ReferenceError(\"this hasn\\'t been initialised - super() hasn\\'t been called\");return e}function _classCallCheck$1(e,n){if(!(e instanceof n))throw new TypeError(\"Cannot call a class as a function\")}function _getPrototypeOf$1(e){return(_getPrototypeOf$1=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function _inherits$1(e,n){if(\"function\"!=typeof n&&null!==n)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(n&&n.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),n&&_setPrototypeOf$1(e,n)}function _iterableToArrayLimit$1(e,n){var r=null==e?null:\"undefined\"!=typeof Symbol&&e[Symbol.iterator]||e[\"@@iterator\"];if(null!=r){var t,_,o=[],i=!0,l=!1;try{for(r=r.call(e);!(i=(t=r.next()).done)&&(o.push(t.value),!n||o.length!==n);i=!0);}catch(e){l=!0,_=e}finally{try{i||null==r.return||r.return()}finally{if(l)throw _}}return o}}function _nonIterableRest$1(){throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\\\\\\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}function _possibleConstructorReturn$1(e,n){return!n||\"object\"!==_typeof$1(n)&&\"function\"!=typeof n?_assertThisInitialized$1(e):n}function _setPrototypeOf$1(e,n){return(_setPrototypeOf$1=Object.setPrototypeOf||function(e,n){return e.__proto__=n,e})(e,n)}function _slicedToArray$1(e,n){return _arrayWithHoles$1(e)||_iterableToArrayLimit$1(e,n)||_unsupportedIterableToArray$1(e,n)||_nonIterableRest$1()}var _typeof$1=function(e){return e&&\"undefined\"!=typeof Symbol&&e.constructor===Symbol?\"symbol\":typeof e};function _unsupportedIterableToArray$1(e,n){if(e){if(\"string\"==typeof e)return _arrayLikeToArray$1(e,n);var r=Object.prototype.toString.call(e).slice(8,-1);return\"Object\"===r&&e.constructor&&(r=e.constructor.name),\"Map\"===r||\"Set\"===r?Array.from(r):\"Arguments\"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?_arrayLikeToArray$1(e,n):void 0}}function _isNativeReflectConstruct$1(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function _createSuper$1(e){var n=_isNativeReflectConstruct$1();return function(){var r,t=_getPrototypeOf$1(e);if(n){var _=_getPrototypeOf$1(this).constructor;r=Reflect.construct(t,arguments,_)}else r=t.apply(this,arguments);return _possibleConstructorReturn$1(this,r)}}function add_css(e){_vendor_browser_svelte_internal_index.append_styles(e,\"cnn-pcl-fm1ncy\",\\'article.cnn-pcl-fm1ncy{border:1px solid #e6e6e6;border-radius:4px;position:relative;display:grid;background:#fff;grid-template-areas:\"header header\" \"results results\" \"footer footer\";margin:0 0 24px 0}article.called-1bIiML.cnn-pcl-fm1ncy::before{content:\"\";height:8px;width:calc(100% + 2px);margin-left:-1px;margin-top:-1px;border-top-left-radius:4px;border-top-right-radius:4px;position:absolute;top:0;left:0;background:var(--winnerPartyColor)}\\')}function get_context(e){var n=e[20](e[27][e[18]]);e[28]=n}function create_if_block(e){var n,r;return n=new _lib_sdk_browser__externalConfig_ContextProvider_svelte.ContextProvider({props:{features:[e[17],e[18]],configurables:[e[16]],root:{candidates:e[19]},$$slots:{default:[create_default_slot$1,function(e){return{26:e.configContext,27:e.featureFlagContext}},function(e){return(e.configContext?67108864:0)|(e.featureFlagContext?134217728:0)}]},$$scope:{ctx:e}}}),{c:function(){_vendor_browser_svelte_internal_index.create_component(n.$$.fragment)},l:function(e){_vendor_browser_svelte_internal_index.claim_component(n.$$.fragment,e)},m:function(e,t){_vendor_browser_svelte_internal_index.mount_component(n,e,t),r=!0},p:function(e,r){var t={};738230271&r&&(t.$$scope={dirty:r,ctx:e}),n.$set(t)},i:function(e){r||(_vendor_browser_svelte_internal_index.transition_in(n.$$.fragment,e),r=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(n.$$.fragment,e),r=!1},d:function(e){_vendor_browser_svelte_internal_index.destroy_component(n,e)}}}function create_if_block_1(e){var n,r;return n=new DelegateTrackerFooter({props:{result:e[0],footerLinkHref:e[6],footerLinkText:e[7],altText:e[8],mode:e[28]}}),{c:function(){_vendor_browser_svelte_internal_index.create_component(n.$$.fragment)},l:function(e){_vendor_browser_svelte_internal_index.claim_component(n.$$.fragment,e)},m:function(e,t){_vendor_browser_svelte_internal_index.mount_component(n,e,t),r=!0},p:function(e,r){var t={};1&r&&(t.result=e[0]),64&r&&(t.footerLinkHref=e[6]),128&r&&(t.footerLinkText=e[7]),256&r&&(t.altText=e[8]),134217728&r&&(t.mode=e[28]),n.$set(t)},i:function(e){r||(_vendor_browser_svelte_internal_index.transition_in(n.$$.fragment,e),r=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(n.$$.fragment,e),r=!1},d:function(e){_vendor_browser_svelte_internal_index.destroy_component(n,e)}}}function create_default_slot$1(e){var n,r,t,_,o,i,l,a;get_context(e),r=new DelegateTrackerHeader({props:{result:e[0],title:e[14],subtitle:e[2],titleHref:e[3],isNotFollowableDelegateTracker:e[4]}}),_=new DelegateTrackerTable({props:{result:e[0],rowCount:e[11],rows:e[1],toggleTable:e[15],theme:e[26][e[16]],mode:e[28],projectedWinnerText:e[5],neededToWin:e[13],totalDelegatesAtStake:e[12],isEmbed:e[9],hideAccordion:e[10]}});var s=!e[9]&&create_if_block_1(e);return{c:function(){n=_vendor_browser_svelte_internal_index.element(\"article\"),_vendor_browser_svelte_internal_index.create_component(r.$$.fragment),t=_vendor_browser_svelte_internal_index.space(),_vendor_browser_svelte_internal_index.create_component(_.$$.fragment),o=_vendor_browser_svelte_internal_index.space(),s&&s.c(),this.h()},l:function(e){n=_vendor_browser_svelte_internal_index.claim_element(e,\"ARTICLE\",{\"data-mode\":!0,style:!0,class:!0});var i=_vendor_browser_svelte_internal_index.children(n);_vendor_browser_svelte_internal_index.claim_component(r.$$.fragment,i),t=_vendor_browser_svelte_internal_index.claim_space(i),_vendor_browser_svelte_internal_index.claim_component(_.$$.fragment,i),o=_vendor_browser_svelte_internal_index.claim_space(i),s&&s.l(i),i.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(n,\"data-mode\",i=e[28]),_vendor_browser_svelte_internal_index.attr(n,\"style\",l=_lib_browser_common_helpers_cssvars.cssvars({winnerPartyColor:_lib_sdk_browser__externalConfig_configInterpreters_getColor_ts.getColor(makeDelegateTrackerColorCandidate(e[0]),e[26][e[16]])})),_vendor_browser_svelte_internal_index.attr(n,\"class\",\"cnn-pcl-fm1ncy\"),_vendor_browser_svelte_internal_index.toggle_class(n,\"called-1bIiML\",!e[27][e[17]]&&!!e[0].winner&&e[28]!=_lib_browser_common_constants_editorialElectionModes.EditorialMode.Before)},m:function(e,i){_vendor_browser_svelte_internal_index.insert_hydration(e,n,i),_vendor_browser_svelte_internal_index.mount_component(r,n,null),_vendor_browser_svelte_internal_index.append_hydration(n,t),_vendor_browser_svelte_internal_index.mount_component(_,n,null),_vendor_browser_svelte_internal_index.append_hydration(n,o),s&&s.m(n,null),a=!0},p:function(e,t){get_context(e);var o={};1&t&&(o.result=e[0]),16384&t&&(o.title=e[14]),4&t&&(o.subtitle=e[2]),8&t&&(o.titleHref=e[3]),16&t&&(o.isNotFollowableDelegateTracker=e[4]),r.$set(o);var d={};1&t&&(d.result=e[0]),2048&t&&(d.rowCount=e[11]),2&t&&(d.rows=e[1]),67108864&t&&(d.theme=e[26][e[16]]),134217728&t&&(d.mode=e[28]),32&t&&(d.projectedWinnerText=e[5]),8192&t&&(d.neededToWin=e[13]),4096&t&&(d.totalDelegatesAtStake=e[12]),512&t&&(d.isEmbed=e[9]),1024&t&&(d.hideAccordion=e[10]),_.$set(d),e[9]?s&&(_vendor_browser_svelte_internal_index.group_outros(),_vendor_browser_svelte_internal_index.transition_out(s,1,1,function(){s=null}),_vendor_browser_svelte_internal_index.check_outros()):s?(s.p(e,t),512&t&&_vendor_browser_svelte_internal_index.transition_in(s,1)):((s=create_if_block_1(e)).c(),_vendor_browser_svelte_internal_index.transition_in(s,1),s.m(n,null)),(!a||134217728&t&&i!==(i=e[28]))&&_vendor_browser_svelte_internal_index.attr(n,\"data-mode\",i),(!a||67108865&t&&l!==(l=_lib_browser_common_helpers_cssvars.cssvars({winnerPartyColor:_lib_sdk_browser__externalConfig_configInterpreters_getColor_ts.getColor(makeDelegateTrackerColorCandidate(e[0]),e[26][e[16]])})))&&_vendor_browser_svelte_internal_index.attr(n,\"style\",l),135659521&t&&_vendor_browser_svelte_internal_index.toggle_class(n,\"called-1bIiML\",!e[27][e[17]]&&!!e[0].winner&&e[28]!=_lib_browser_common_constants_editorialElectionModes.EditorialMode.Before)},i:function(e){a||(_vendor_browser_svelte_internal_index.transition_in(r.$$.fragment,e),_vendor_browser_svelte_internal_index.transition_in(_.$$.fragment,e),_vendor_browser_svelte_internal_index.transition_in(s),a=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(r.$$.fragment,e),_vendor_browser_svelte_internal_index.transition_out(_.$$.fragment,e),_vendor_browser_svelte_internal_index.transition_out(s),a=!1},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n),_vendor_browser_svelte_internal_index.destroy_component(r),_vendor_browser_svelte_internal_index.destroy_component(_),s&&s.d()}}}function create_fragment$1(e){var n,r,t=e[0]&&create_if_block(e);return{c:function(){t&&t.c(),n=_vendor_browser_svelte_internal_index.empty()},l:function(e){t&&t.l(e),n=_vendor_browser_svelte_internal_index.empty()},m:function(e,_){t&&t.m(e,_),_vendor_browser_svelte_internal_index.insert_hydration(e,n,_),r=!0},p:function(e,r){var _=_slicedToArray$1(r,1)[0];e[0]?t?(t.p(e,_),1&_&&_vendor_browser_svelte_internal_index.transition_in(t,1)):((t=create_if_block(e)).c(),_vendor_browser_svelte_internal_index.transition_in(t,1),t.m(n.parentNode,n)):t&&(_vendor_browser_svelte_internal_index.group_outros(),_vendor_browser_svelte_internal_index.transition_out(t,1,1,function(){t=null}),_vendor_browser_svelte_internal_index.check_outros())},i:function(e){r||(_vendor_browser_svelte_internal_index.transition_in(t),r=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(t),r=!1},d:function(e){t&&t.d(e),e&&_vendor_browser_svelte_internal_index.detach(n)}}}function instance$1(e,n,r){var t,_,o,i,l,a=n.result,s=n.rows,d=void 0===s?5:s,c=n.subtitle,v=void 0===c?\"\":c,u=n.titleDuring,f=void 0===u?\"\":u,b=n.titleAfter,p=void 0===b?\"\":b,x=n.titleHref,w=void 0===x?\"\":x,h=n.isNotFollowableDelegateTracker,m=void 0!==h&&h,g=n.projectedWinnerText,y=void 0===g?_lib_browser_common_constants_projectionTexts.PRESUMPTIVE_NOMINEE_TEXT:g,$=n.overrideEditorialMode,k=void 0===$?null:$,T=n.footerLinkHref,A=void 0===T?\"\":T,C=n.footerLinkText,E=void 0===C?\"\":C,O=n.altText,D=void 0===O?\"\":O,j=n.isEmbed,P=n.hideAccordion,I=null==a?void 0:null===(t=a.candidates)||void 0===t?void 0:t.length,S=!1,R=_lib_sdk_browser__externalConfig_configInterpreters_constants_ts.configLayers.ELECTION_THEME,F=_lib_sdk_browser__externalConfig_featureFlags_constants_ts.features.DELEGATE_TRACKER_PROJECTED_WINNER,L=_lib_sdk_browser__externalConfig_featureFlags_constants_ts.features.DURING_MODE;return e.$$set=function(e){\"result\"in e&&r(0,a=e.result),\"rows\"in e&&r(1,d=e.rows),\"subtitle\"in e&&r(2,v=e.subtitle),\"titleDuring\"in e&&r(21,f=e.titleDuring),\"titleAfter\"in e&&r(22,p=e.titleAfter),\"titleHref\"in e&&r(3,w=e.titleHref),\"isNotFollowableDelegateTracker\"in e&&r(4,m=e.isNotFollowableDelegateTracker),\"projectedWinnerText\"in e&&r(5,y=e.projectedWinnerText),\"overrideEditorialMode\"in e&&r(23,k=e.overrideEditorialMode),\"footerLinkHref\"in e&&r(6,A=e.footerLinkHref),\"footerLinkText\"in e&&r(7,E=e.footerLinkText),\"altText\"in e&&r(8,D=e.altText),\"isEmbed\"in e&&r(9,j=e.isEmbed),\"hideAccordion\"in e&&r(10,P=e.hideAccordion)},e.$$.update=function(){16777218&e.$$.dirty&&r(11,l=S?I:d),1&e.$$.dirty&&a&&r(0,a.candidates=sortDelegateCandidates(a),a),6291457&e.$$.dirty&&r(14,_=(null==a?void 0:a.winner)?p:f),1&e.$$.dirty&&r(13,o=null==a?void 0:a.neededToWin),1&e.$$.dirty&&r(12,i=(null==a?void 0:a.formattedTotalDelegatesAtStake)?a.formattedTotalDelegatesAtStake:(null==a?void 0:a.totalDelegatesAtStake)?a.totalDelegatesAtStake.toLocaleString(\"en-US\"):\"\")},[a,d,v,w,m,y,A,E,D,j,P,l,i,o,_,function(){r(24,S=!S)},R,F,L,[],function(e){return k||_lib_browser_common_helpers_editorialMode.editorialModeSelector(e)},f,p,k,S]}var DelegateTracker$1=function(e){_inherits$1(r,_vendor_browser_svelte_internal_index.SvelteComponent);var n=_createSuper$1(r);function r(e){var t;return _classCallCheck$1(this,r),t=n.call(this),_vendor_browser_svelte_internal_index.init(_assertThisInitialized$1(t),e,instance$1,create_fragment$1,_vendor_browser_svelte_internal_index.safe_not_equal,{result:0,rows:1,subtitle:2,titleDuring:21,titleAfter:22,titleHref:3,isNotFollowableDelegateTracker:4,projectedWinnerText:5,overrideEditorialMode:23,footerLinkHref:6,footerLinkText:7,altText:8,isEmbed:9,hideAccordion:10},add_css),t}return r}();function _arrayLikeToArray(e,n){(null==n||n>e.length)&&(n=e.length);for(var r=0,t=new Array(n);r<n;r++)t[r]=e[r];return t}function _arrayWithHoles(e){if(Array.isArray(e))return e}function _assertThisInitialized(e){if(void 0===e)throw new ReferenceError(\"this hasn\\'t been initialised - super() hasn\\'t been called\");return e}function _classCallCheck(e,n){if(!(e instanceof n))throw new TypeError(\"Cannot call a class as a function\")}function _getPrototypeOf(e){return(_getPrototypeOf=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function _inherits(e,n){if(\"function\"!=typeof n&&null!==n)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(n&&n.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),n&&_setPrototypeOf(e,n)}function _iterableToArrayLimit(e,n){var r=null==e?null:\"undefined\"!=typeof Symbol&&e[Symbol.iterator]||e[\"@@iterator\"];if(null!=r){var t,_,o=[],i=!0,l=!1;try{for(r=r.call(e);!(i=(t=r.next()).done)&&(o.push(t.value),!n||o.length!==n);i=!0);}catch(e){l=!0,_=e}finally{try{i||null==r.return||r.return()}finally{if(l)throw _}}return o}}function _nonIterableRest(){throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\\\\\\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}function _possibleConstructorReturn(e,n){return!n||\"object\"!==_typeof(n)&&\"function\"!=typeof n?_assertThisInitialized(e):n}function _setPrototypeOf(e,n){return(_setPrototypeOf=Object.setPrototypeOf||function(e,n){return e.__proto__=n,e})(e,n)}function _slicedToArray(e,n){return _arrayWithHoles(e)||_iterableToArrayLimit(e,n)||_unsupportedIterableToArray(e,n)||_nonIterableRest()}var _typeof=function(e){return e&&\"undefined\"!=typeof Symbol&&e.constructor===Symbol?\"symbol\":typeof e};function _unsupportedIterableToArray(e,n){if(e){if(\"string\"==typeof e)return _arrayLikeToArray(e,n);var r=Object.prototype.toString.call(e).slice(8,-1);return\"Object\"===r&&e.constructor&&(r=e.constructor.name),\"Map\"===r||\"Set\"===r?Array.from(r):\"Arguments\"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?_arrayLikeToArray(e,n):void 0}}function _isNativeReflectConstruct(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function _createSuper(e){var n=_isNativeReflectConstruct();return function(){var r,t=_getPrototypeOf(e);if(n){var _=_getPrototypeOf(this).constructor;r=Reflect.construct(t,arguments,_)}else r=t.apply(this,arguments);return _possibleConstructorReturn(this,r)}}function create_default_slot(e){var n,r;return n=new DelegateTracker$1({props:{result:e[0],rows:e[1],subtitle:e[2],titleDuring:e[3],titleAfter:e[4],titleHref:e[5],isNotFollowableDelegateTracker:e[6],projectedWinnerText:e[7],overrideEditorialMode:e[8],footerLinkHref:e[9],footerLinkText:e[10],altText:e[11],isEmbed:e[12],hideAccordion:e[14]}}),{c:function(){_vendor_browser_svelte_internal_index.create_component(n.$$.fragment)},l:function(e){_vendor_browser_svelte_internal_index.claim_component(n.$$.fragment,e)},m:function(e,t){_vendor_browser_svelte_internal_index.mount_component(n,e,t),r=!0},p:function(e,r){var t={};1&r&&(t.result=e[0]),2&r&&(t.rows=e[1]),4&r&&(t.subtitle=e[2]),8&r&&(t.titleDuring=e[3]),16&r&&(t.titleAfter=e[4]),32&r&&(t.titleHref=e[5]),64&r&&(t.isNotFollowableDelegateTracker=e[6]),128&r&&(t.projectedWinnerText=e[7]),256&r&&(t.overrideEditorialMode=e[8]),512&r&&(t.footerLinkHref=e[9]),1024&r&&(t.footerLinkText=e[10]),2048&r&&(t.altText=e[11]),4096&r&&(t.isEmbed=e[12]),16384&r&&(t.hideAccordion=e[14]),n.$set(t)},i:function(e){r||(_vendor_browser_svelte_internal_index.transition_in(n.$$.fragment,e),r=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(n.$$.fragment,e),r=!1},d:function(e){_vendor_browser_svelte_internal_index.destroy_component(n,e)}}}function create_fragment(e){var n,r;return n=new _lib_browser_common_components_conditionalWrappers_ConditionalAnchorTagWrapper_svelte.ConditionalAnchorTagWrapper({props:{href:e[15],alt:e[13],$$slots:{default:[create_default_slot]},$$scope:{ctx:e}}}),{c:function(){_vendor_browser_svelte_internal_index.create_component(n.$$.fragment)},l:function(e){_vendor_browser_svelte_internal_index.claim_component(n.$$.fragment,e)},m:function(e,t){_vendor_browser_svelte_internal_index.mount_component(n,e,t),r=!0},p:function(e,r){var t=_slicedToArray(r,1)[0],_={};32768&t&&(_.href=e[15]),8192&t&&(_.alt=e[13]),155647&t&&(_.$$scope={dirty:t,ctx:e}),n.$set(_)},i:function(e){r||(_vendor_browser_svelte_internal_index.transition_in(n.$$.fragment,e),r=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(n.$$.fragment,e),r=!1},d:function(e){_vendor_browser_svelte_internal_index.destroy_component(n,e)}}}function instance(e,n,r){var t,_=n.result,o=n.rows,i=void 0===o?5:o,l=n.subtitle,a=void 0===l?\"\":l,s=n.titleDuring,d=void 0===s?\"\":s,c=n.titleAfter,v=void 0===c?\"\":c,u=n.titleHref,f=void 0===u?\"\":u,b=n.isNotFollowableDelegateTracker,p=void 0!==b&&b,x=n.projectedWinnerText,w=void 0===x?_lib_browser_common_constants_projectionTexts.PRESUMPTIVE_NOMINEE_TEXT:x,h=n.overrideEditorialMode,m=void 0===h?null:h,g=n.footerLinkHref,y=void 0===g?\"\":g,$=n.footerLinkText,k=void 0===$?\"\":$,T=n.altText,A=void 0===T?\"\":T,C=n.isEmbed,E=void 0!==C&&C,O=n.embedHref,D=n.embedAlt,j=n.hideAccordion;return e.$$set=function(e){\"result\"in e&&r(0,_=e.result),\"rows\"in e&&r(1,i=e.rows),\"subtitle\"in e&&r(2,a=e.subtitle),\"titleDuring\"in e&&r(3,d=e.titleDuring),\"titleAfter\"in e&&r(4,v=e.titleAfter),\"titleHref\"in e&&r(5,f=e.titleHref),\"isNotFollowableDelegateTracker\"in e&&r(6,p=e.isNotFollowableDelegateTracker),\"projectedWinnerText\"in e&&r(7,w=e.projectedWinnerText),\"overrideEditorialMode\"in e&&r(8,m=e.overrideEditorialMode),\"footerLinkHref\"in e&&r(9,y=e.footerLinkHref),\"footerLinkText\"in e&&r(10,k=e.footerLinkText),\"altText\"in e&&r(11,A=e.altText),\"isEmbed\"in e&&r(12,E=e.isEmbed),\"embedHref\"in e&&r(16,O=e.embedHref),\"embedAlt\"in e&&r(13,D=e.embedAlt),\"hideAccordion\"in e&&r(14,j=e.hideAccordion)},e.$$.update=function(){69632&e.$$.dirty&&r(15,t=E&&O?O:null)},[_,i,a,d,v,f,p,w,m,y,k,A,E,D,j,t,O]}var DelegateTrackerContainer=function(e){_inherits(r,_vendor_browser_svelte_internal_index.SvelteComponent);var n=_createSuper(r);function r(e){var t;return _classCallCheck(this,r),t=n.call(this),_vendor_browser_svelte_internal_index.init(_assertThisInitialized(t),e,instance,create_fragment,_vendor_browser_svelte_internal_index.safe_not_equal,{result:0,rows:1,subtitle:2,titleDuring:3,titleAfter:4,titleHref:5,isNotFollowableDelegateTracker:6,projectedWinnerText:7,overrideEditorialMode:8,footerLinkHref:9,footerLinkText:10,altText:11,isEmbed:12,embedHref:16,embedAlt:13,hideAccordion:14}),t}return r}(),DelegateTracker=DelegateTrackerContainer;exports.DelegateTracker=DelegateTracker,exports.getDelegateCandidateColor=getDelegateCandidateColor;\\n}, {\"548\":548,\"570\":570,\"584\":584,\"610\":610,\"612\":612,\"613\":613,\"614\":614,\"634\":634,\"637\":637,\"640\":640,\"646\":646,\"652\":652,\"655\":655,\"673\":673,\"692\":692,\"694\":694,\"699\":699,\"708\":708,\"726\":726,\"748\":748,\"755\":755,\"2273\":2273,\"2283\":2283}];\\nwindow.modules[\"696\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_lodash_find=require(697),darkPartyColors=[\"rep\",\"r\",\"dem\",\"d\",\"trd\",\"other\",\"ind\"],isPartyColorDark=function(r){if(r)return!!_vendor_browser_lodash_find.find_1(darkPartyColors,function(o){return o===r.toLowerCase()})};exports.isPartyColorDark=isPartyColorDark;\\n}, {\"697\":697}];\\nwindow.modules[\"697\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_lodash__createFind=require(1542),_vendor_browser_lodash_findIndex=require(1569),find=_vendor_browser_lodash__createFind._createFind(_vendor_browser_lodash_findIndex.findIndex_1),find_1=find;exports.find_1=find_1;\\n}, {\"1542\":1542,\"1569\":1569}];\\nwindow.modules[\"698\"] = [function(require,module,exports){\"use strict\";function makeLinkFromPattern(t,r){try{var e=Object.keys(r),n=t.match(/{[\\\\w]*}/g).length;if(e.length!==n)return;return e.forEach(function(e){t=t&&\"string\"==typeof r[e]&&r[e]?t.replace(\"{\".concat(e,\"}\"),r[e]):void 0}),t}catch(t){return void console.error(t)}}exports.makeLinkFromPattern=makeLinkFromPattern;\\n}, {}];\\nwindow.modules[\"699\"] = [function(require,module,exports){\"use strict\";var _lib_browser_common_constants_projectionTexts=require(646);function returnText(t,e){return\"string\"==typeof t&&t?t:e}function makeProjectionText(t,e){var o=arguments.length>2&&void 0!==arguments[2]?arguments[2]:\"\";return t?returnText(o,_lib_browser_common_constants_projectionTexts.PROJECTED_WINNER_TEXT):returnText(e,_lib_browser_common_constants_projectionTexts.RUNOFF_INFORMATIONAL_TEXT)}exports.makeProjectionText=makeProjectionText;\\n}, {\"646\":646}];\\nwindow.modules[\"700\"] = [function(require,module,exports){\"use strict\";var _lib_browser_common_constants_painting=require(643),_lib_browser_themes_elections_constants=require(681);function _defineProperty(e,t,s){return t in e?Object.defineProperty(e,t,{value:s,enumerable:!0,configurable:!0,writable:!0}):e[t]=s,e}var _obj,TIE=_lib_browser_themes_elections_constants.metaFields.TIE,NO_VOTES=_lib_browser_themes_elections_constants.metaFields.NO_VOTES,NO_RACE=_lib_browser_themes_elections_constants.metaFields.NO_RACE,RUNOFF=_lib_browser_themes_elections_constants.metaFields.RUNOFF,WHITE=_lib_browser_themes_elections_constants.metaFields.WHITE,BORDER=_lib_browser_themes_elections_constants.metaFields.BORDER,DARK_BORDER=_lib_browser_themes_elections_constants.metaFields.DARK_BORDER,TOO_CLOSSE=_lib_browser_themes_elections_constants.metaFields.TOO_CLOSSE,VOTES_RECIEVED=_lib_browser_themes_elections_constants.metaFields.VOTES_RECIEVED,TIE_GENERAL=_lib_browser_themes_elections_constants.metaFields.TIE_GENERAL,NO_RESULTS_EVER=_lib_browser_themes_elections_constants.metaFields.NO_RESULTS_EVER,KEYRACE=_lib_browser_themes_elections_constants.metaFields.KEYRACE,AHEAD=_lib_browser_common_constants_painting.PaintModes.AHEAD,AHEAD_SINGLE_BUCKET=_lib_browser_common_constants_painting.PaintModes.AHEAD_SINGLE_BUCKET,PROJECTION=_lib_browser_common_constants_painting.PaintModes.PROJECTION,PROJECTION_WITH_LEAD=_lib_browser_common_constants_painting.PaintModes.PROJECTION_WITH_LEAD,mapColors={defaults:{topic:\"generals\",palette:PROJECTION,shade:\"win\"},topics:{generals:{REP:{palettes:[{type:PROJECTION,shades:[{value:\"#ff4a43\",type:\"win\"},{value:\"#fff\",type:\"flip\"}]},{type:PROJECTION_WITH_LEAD,shades:[{value:\"#ff4a43\",type:\"win\"},{value:\"#fff\",type:\"flip\"},{value:\"#ff9589\",type:\"lead\"}]},{type:AHEAD,shades:[{value:\"#ffcdcb\",desc:\"0-5%\",type:\"0-5\"},{value:\"#ff9d99\",desc:\"5-10%\",type:\"5-10\"},{value:\"#ff6d6d\",desc:\"10%+\",type:\"10+\"}]},{type:AHEAD_SINGLE_BUCKET,shades:[{value:\"#ff6d6d\",desc:\"0%+\",type:\"0+\"}]}]},DEM:{palettes:[{type:PROJECTION,shades:[{value:\"#1a6aff\",type:\"win\"},{value:\"#fff\",type:\"flip\"}]},{type:PROJECTION_WITH_LEAD,shades:[{value:\"#1a6aff\",type:\"win\"},{value:\"#fff\",type:\"flip\"},{value:\"#8da8ff\",type:\"lead\"}]},{type:AHEAD,shades:[{value:\"#c8eaff\",desc:\"0-5%\",type:\"0-5\"},{value:\"#92d4fc\",desc:\"5-10%\",type:\"5-10\"},{value:\"#3b9aff\",desc:\"10%+\",type:\"10+\"}]},{type:AHEAD_SINGLE_BUCKET,shades:[{value:\"#3b9aff\",desc:\"0%+\",type:\"0+\"}]}]},GRN:{palettes:[{type:PROJECTION,shades:[{value:\"#38ba79\",type:\"win\"},{value:\"#000\",type:\"flip\"}]},{type:PROJECTION_WITH_LEAD,shades:[{value:\"#38ba79\",type:\"win\"},{value:\"#000\",type:\"flip\"},{value:\"#C9E7CF\",type:\"lead\"}]},{type:AHEAD,shades:[{value:\"#C9E7CF\",desc:\"0-5%\",type:\"0-5\"},{value:\"#98D2A0\",desc:\"5-10%\",type:\"5-10\"},{value:\"#38BA79\",desc:\"10%+\",type:\"10+\"}]},{type:AHEAD_SINGLE_BUCKET,shades:[{value:\"#38BA79\",desc:\"0%+\",type:\"0+\"}]}]},NO:{palettes:[{type:PROJECTION,shades:[{value:\"#522349\",type:\"win\"}]},{type:PROJECTION_WITH_LEAD,shades:[{value:\"#522349\",type:\"win\"},{value:\"#e5dee4\",type:\"lead\"}]},{type:AHEAD,shades:[{value:\"#e5dee4\",desc:\"0-5%\",type:\"0-5\"},{value:\"#cbbdc8\",desc:\"5-10%\",type:\"5-10\"},{value:\"#a891a4\",desc:\"10%+\",type:\"10+\"}]},{type:AHEAD_SINGLE_BUCKET,shades:[{value:\"#a891a4\",desc:\"0%+\",type:\"0+\"}]}]},YES:{palettes:[{type:PROJECTION,shades:[{value:\"#83bcb1\",type:\"win\"}]},{type:PROJECTION_WITH_LEAD,shades:[{value:\"#83bcb1\",type:\"win\"},{value:\"#daebe8\",type:\"lead\"}]},{type:AHEAD,shades:[{value:\"#daebe8\",desc:\"0-5%\",type:\"0-5\"},{value:\"#b5d7d0\",desc:\"5-10%\",type:\"5-10\"},{value:\"#83bcb1\",desc:\"10%+\",type:\"10+\"}]},{type:AHEAD_SINGLE_BUCKET,shades:[{value:\"#83bcb1\",desc:\"0%+\",type:\"0+\"}]}]},LIB:{palettes:[{type:PROJECTION,shades:[{value:\"#FFC61C\",type:\"win\"},{value:\"#000\",type:\"flip\"}]},{type:PROJECTION_WITH_LEAD,shades:[{value:\"#FFC61C\",type:\"win\"},{value:\"#000\",type:\"flip\"},{value:\"#FFE29D\",type:\"lead\"}]},{type:AHEAD,shades:[{value:\"#FFE29D\",desc:\"0-5%\",type:\"0-5\"},{value:\"#FFD46E\",desc:\"5-10%\",type:\"5-10\"},{value:\"#FFC61C\",desc:\"10%+\",type:\"10+\"}]},{type:AHEAD_SINGLE_BUCKET,shades:[{value:\"#FFC61C\",desc:\"0%+\",type:\"0+\"}]}]},TRD:{palettes:[{type:PROJECTION,shades:[{value:\"#853DCC\",type:\"win\"},{value:\"#fff\",type:\"flip\"}],defaultPalette:\"TRD\"},{type:PROJECTION_WITH_LEAD,shades:[{value:\"#853DCC\",type:\"win\"},{value:\"#fff\",type:\"flip\"},{value:\"#D7D2FA\",type:\"lead\"}],defaultPalette:\"TRD\"},{type:AHEAD,shades:[{value:\"#D7D2FA\",desc:\"0-5%\",type:\"0-5\"},{value:\"#B1A8F7\",desc:\"5-10%\",type:\"5-10\"},{value:\"#853DCC\",desc:\"10%+\",type:\"10+\"}],defaultPalette:\"TRD\"},{type:AHEAD_SINGLE_BUCKET,shades:[{value:\"#853DCC\",desc:\"0%+\",type:\"0+\"}],defaultPalette:\"TRD\"}]}}},meta:(_obj={},_defineProperty(_obj,TIE,\"#E3E3E3\"),_defineProperty(_obj,NO_VOTES,\"#D3D3D3\"),_defineProperty(_obj,NO_RACE,\"#E6E6E6\"),_defineProperty(_obj,RUNOFF,\"#D9C09A\"),_defineProperty(_obj,WHITE,\"#FFFFFF\"),_defineProperty(_obj,BORDER,\"#FFFFFF\"),_defineProperty(_obj,DARK_BORDER,\"#262626\"),_defineProperty(_obj,TOO_CLOSSE,\"#FFFFFF\"),_defineProperty(_obj,VOTES_RECIEVED,\"#B1B1B1\"),_defineProperty(_obj,TIE_GENERAL,\"#6e6e6e\"),_defineProperty(_obj,NO_RESULTS_EVER,\"#8b8a96\"),_defineProperty(_obj,KEYRACE,\"#FFC61C\"),_obj),isBlankMap:!1};exports.mapColors=mapColors;\\n}, {\"643\":643,\"681\":681}];\\nwindow.modules[\"703\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_svelte_store_index=require(577),_vendor_browser_crossFetch_dist_browserPonyfill=require(704),_vendor_browser_fetchRetry_dist_fetchRetry_umd=require(705),_vendor_browser_lodash_isEqual=require(587),_lib_browser_common_constants_namespace=require(576);function _classCallCheck(e,t){if(!(e instanceof t))throw new TypeError(\"Cannot call a class as a function\")}var DEFAULT_INTERVAL=10,POLLING_INTERVAL_FLOOR=5,DEFAULT_STORE_VALUE=null,fetch=_vendor_browser_fetchRetry_dist_fetchRetry_umd.fetchRetry_umd(_vendor_browser_crossFetch_dist_browserPonyfill.fetch,{retries:2,retryDelay:1e3}),Poller=function(){function e(t){_classCallCheck(this,e),this._interval=DEFAULT_INTERVAL,this._stores={},this._global_subscribers={},t>=POLLING_INTERVAL_FLOOR&&(this._interval=t),this._all=_vendor_browser_svelte_store_index.writable(null),this.handleVisibilityChange=this.handleVisibilityChange.bind(this),this.tick=this.tick.bind(this),document.addEventListener(\"visibilitychange\",this.handleVisibilityChange)}var t=e.prototype;return t.unregister=function(){document.removeEventListener(\"visibilitychange\",this.handleVisibilityChange)},t.start=function(){this._timer||(this._timer=setInterval(this.tick,1e3*this._interval))},t.stop=function(){this._timer&&(clearInterval(this._timer),this._timer=null)},t.handleVisibilityChange=function(){document.hidden?this.stop():Object.keys(this._stores).length>0&&(this.tick(),this.start())},t.poll=function(e,t){var r=this;fetch(e).then(function(e){if(!e.ok)throw new Error(\"Invalid response code: \".concat(e.status));return e.json()}).then(function(t){r._stores[e]&&r._stores[e].set(t),r._all.set(t)}).catch(function(t){return console.error(\"[Poller][poll()] error fetching feed \\'\".concat(e,\"\\'\"),t)}).finally(function(){return\"function\"==typeof t&&t()})},t.tick=function(){for(var e in this._stores)try{this.poll(e)}catch(t){console.error(\"[Poller][tick()] error fetching feed \\'\".concat(e,\"\\'\"),t)}},t.initStore=function(e){var t=this;this._stores[e]={set:function(){},store:_vendor_browser_svelte_store_index.readable(DEFAULT_STORE_VALUE,function(r){return t._stores[e].set=r,t._timer||t.start(),function(){delete t._stores[e],0===Object.keys(t._stores).length&&t.stop()}})}},t.subscribe=function(e,t,r){return e?(this._stores[e]||(this.initStore(e),this.poll(e,r)),this._stores[e].store.subscribe(this.createSubscriber(t))):function(){return null}},t.subscribeAll=function(e){return this._all.subscribe(e)},t.createSubscriber=function(e){var t,r=!1;return function(s){if(r)_vendor_browser_lodash_isEqual.isEqual_1(t,s)||(t=s,e(s));else{var n=_vendor_browser_lodash_isEqual.isEqual_1(s,DEFAULT_STORE_VALUE);r=!0,n||(t=s,e(s))}}},e}();function getPoller(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:DEFAULT_INTERVAL,t=e>0?e:DEFAULT_INTERVAL,r=\"interval-\".concat(t);if(\"undefined\"==typeof window)throw new Error(\"Poller cannot be used server-side\");return window[_lib_browser_common_constants_namespace.POLLER_NAMESPACE]||(window[_lib_browser_common_constants_namespace.POLLER_NAMESPACE]={}),window[_lib_browser_common_constants_namespace.POLLER_NAMESPACE][r]||(window[_lib_browser_common_constants_namespace.POLLER_NAMESPACE][r]=new Poller(t)),window[_lib_browser_common_constants_namespace.POLLER_NAMESPACE][r]}exports.DEFAULT_INTERVAL=DEFAULT_INTERVAL,exports.Poller=Poller,exports.getPoller=getPoller;\\n}, {\"576\":576,\"577\":577,\"587\":587,\"704\":704,\"705\":705}];\\nwindow.modules[\"704\"] = [function(require,module,exports){\"use strict\";var _vendor_browser__commonjsHelpers=require(937);function _instanceof(t,e){return null!=e&&\"undefined\"!=typeof Symbol&&e[Symbol.hasInstance]?!!e[Symbol.hasInstance](t):t instanceof e}var browserPonyfill=_vendor_browser__commonjsHelpers.createCommonjsModule(function(t,e){var r,o,n=\"undefined\"!=typeof self?self:_vendor_browser__commonjsHelpers.commonjsGlobal,s=((r=function(){this.fetch=!1,this.DOMException=n.DOMException}).prototype=n,new r);o=s,function(t){var e=function(t){if(\"string\"!=typeof t&&(t=String(t)),/[^a-z0-9\\\\-#$%&\\'*+.^_`|~]/i.test(t))throw new TypeError(\"Invalid character in header field name\");return t.toLowerCase()},r=function(t){return\"string\"!=typeof t&&(t=String(t)),t},n=function(t){var e={next:function(){var e=t.shift();return{done:void 0===e,value:e}}};return p.iterable&&(e[Symbol.iterator]=function(){return e}),e},s=function(t){if(t.bodyUsed)return Promise.reject(new TypeError(\"Already read\"));t.bodyUsed=!0},i=function(t){return new Promise(function(e,r){t.onload=function(){e(t.result)},t.onerror=function(){r(t.error)}})},a=function(t){var e=new FileReader,r=i(e);return e.readAsArrayBuffer(t),r},h=function(t){if(t.slice)return t.slice(0);var e=new Uint8Array(t.byteLength);return e.set(new Uint8Array(t)),e.buffer},f=function(){return this.bodyUsed=!1,this._initBody=function(t){var e;this._bodyInit=t,t?\"string\"==typeof t?this._bodyText=t:p.blob&&Blob.prototype.isPrototypeOf(t)?this._bodyBlob=t:p.formData&&FormData.prototype.isPrototypeOf(t)?this._bodyFormData=t:p.searchParams&&URLSearchParams.prototype.isPrototypeOf(t)?this._bodyText=t.toString():p.arrayBuffer&&p.blob&&(e=t)&&DataView.prototype.isPrototypeOf(e)?(this._bodyArrayBuffer=h(t.buffer),this._bodyInit=new Blob([this._bodyArrayBuffer])):p.arrayBuffer&&(ArrayBuffer.prototype.isPrototypeOf(t)||b(t))?this._bodyArrayBuffer=h(t):this._bodyText=t=Object.prototype.toString.call(t):this._bodyText=\"\",this.headers.get(\"content-type\")||(\"string\"==typeof t?this.headers.set(\"content-type\",\"text/plain;charset=UTF-8\"):this._bodyBlob&&this._bodyBlob.type?this.headers.set(\"content-type\",this._bodyBlob.type):p.searchParams&&URLSearchParams.prototype.isPrototypeOf(t)&&this.headers.set(\"content-type\",\"application/x-www-form-urlencoded;charset=UTF-8\"))},p.blob&&(this.blob=function(){var t=s(this);if(t)return t;if(this._bodyBlob)return Promise.resolve(this._bodyBlob);if(this._bodyArrayBuffer)return Promise.resolve(new Blob([this._bodyArrayBuffer]));if(this._bodyFormData)throw new Error(\"could not read FormData body as blob\");return Promise.resolve(new Blob([this._bodyText]))},this.arrayBuffer=function(){return this._bodyArrayBuffer?s(this)||Promise.resolve(this._bodyArrayBuffer):this.blob().then(a)}),this.text=function(){var t,e,r,o=s(this);if(o)return o;if(this._bodyBlob)return t=this._bodyBlob,e=new FileReader,r=i(e),e.readAsText(t),r;if(this._bodyArrayBuffer)return Promise.resolve(function(t){for(var e=new Uint8Array(t),r=new Array(e.length),o=0;o<e.length;o++)r[o]=String.fromCharCode(e[o]);return r.join(\"\")}(this._bodyArrayBuffer));if(this._bodyFormData)throw new Error(\"could not read FormData body as text\");return Promise.resolve(this._bodyText)},p.formData&&(this.formData=function(){return this.text().then(c)}),this.json=function(){return this.text().then(JSON.parse)},this},u=function(t){var e=t.toUpperCase();return w.indexOf(e)>-1?e:t},c=function(t){var e=new FormData;return t.trim().split(\"&\").forEach(function(t){if(t){var r=t.split(\"=\"),o=r.shift().replace(/\\\\+/g,\" \"),n=r.join(\"=\").replace(/\\\\+/g,\" \");e.append(decodeURIComponent(o),decodeURIComponent(n))}}),e},d=function(t,e){e||(e={}),this.type=\"default\",this.status=void 0===e.status?200:e.status,this.ok=this.status>=200&&this.status<300,this.statusText=\"statusText\"in e?e.statusText:\"OK\",this.headers=new m(e.headers),this.url=e.url||\"\",this._initBody(t)},l=function(e,r){return new Promise(function(o,n){var s=new _(e,r);if(s.signal&&s.signal.aborted)return n(new t.DOMException(\"Aborted\",\"AbortError\"));var i=new XMLHttpRequest;function a(){i.abort()}i.onload=function(){var t,e,r={status:i.status,statusText:i.statusText,headers:(t=i.getAllResponseHeaders()||\"\",e=new m,t.replace(/\\\\r?\\\\n[\\\\t ]+/g,\" \").split(/\\\\r?\\\\n/).forEach(function(t){var r=t.split(\":\"),o=r.shift().trim();if(o){var n=r.join(\":\").trim();e.append(o,n)}}),e)};r.url=\"responseURL\"in i?i.responseURL:r.headers.get(\"X-Request-URL\");var n=\"response\"in i?i.response:i.responseText;o(new d(n,r))},i.onerror=function(){n(new TypeError(\"Network request failed\"))},i.ontimeout=function(){n(new TypeError(\"Network request failed\"))},i.onabort=function(){n(new t.DOMException(\"Aborted\",\"AbortError\"))},i.open(s.method,s.url,!0),\"include\"===s.credentials?i.withCredentials=!0:\"omit\"===s.credentials&&(i.withCredentials=!1),\"responseType\"in i&&p.blob&&(i.responseType=\"blob\"),s.headers.forEach(function(t,e){i.setRequestHeader(e,t)}),s.signal&&(s.signal.addEventListener(\"abort\",a),i.onreadystatechange=function(){4===i.readyState&&s.signal.removeEventListener(\"abort\",a)}),i.send(void 0===s._bodyInit?null:s._bodyInit)})},p={searchParams:\"URLSearchParams\"in o,iterable:\"Symbol\"in o&&\"iterator\"in Symbol,blob:\"FileReader\"in o&&\"Blob\"in o&&function(){try{return new Blob,!0}catch(t){return!1}}(),formData:\"FormData\"in o,arrayBuffer:\"ArrayBuffer\"in o};if(p.arrayBuffer)var y=[\"[object Int8Array]\",\"[object Uint8Array]\",\"[object Uint8ClampedArray]\",\"[object Int16Array]\",\"[object Uint16Array]\",\"[object Int32Array]\",\"[object Uint32Array]\",\"[object Float32Array]\",\"[object Float64Array]\"],b=ArrayBuffer.isView||function(t){return t&&y.indexOf(Object.prototype.toString.call(t))>-1};function m(t){this.map={},_instanceof(t,m)?t.forEach(function(t,e){this.append(e,t)},this):Array.isArray(t)?t.forEach(function(t){this.append(t[0],t[1])},this):t&&Object.getOwnPropertyNames(t).forEach(function(e){this.append(e,t[e])},this)}m.prototype.append=function(t,o){t=e(t),o=r(o);var n=this.map[t];this.map[t]=n?n+\", \"+o:o},m.prototype.delete=function(t){delete this.map[e(t)]},m.prototype.get=function(t){return t=e(t),this.has(t)?this.map[t]:null},m.prototype.has=function(t){return this.map.hasOwnProperty(e(t))},m.prototype.set=function(t,o){this.map[e(t)]=r(o)},m.prototype.forEach=function(t,e){for(var r in this.map)this.map.hasOwnProperty(r)&&t.call(e,this.map[r],r,this)},m.prototype.keys=function(){var t=[];return this.forEach(function(e,r){t.push(r)}),n(t)},m.prototype.values=function(){var t=[];return this.forEach(function(e){t.push(e)}),n(t)},m.prototype.entries=function(){var t=[];return this.forEach(function(e,r){t.push([r,e])}),n(t)},p.iterable&&(m.prototype[Symbol.iterator]=m.prototype.entries);var w=[\"DELETE\",\"GET\",\"HEAD\",\"OPTIONS\",\"POST\",\"PUT\"];function _(t,e){var r=(e=e||{}).body;if(_instanceof(t,_)){if(t.bodyUsed)throw new TypeError(\"Already read\");this.url=t.url,this.credentials=t.credentials,e.headers||(this.headers=new m(t.headers)),this.method=t.method,this.mode=t.mode,this.signal=t.signal,r||null==t._bodyInit||(r=t._bodyInit,t.bodyUsed=!0)}else this.url=String(t);if(this.credentials=e.credentials||this.credentials||\"same-origin\",!e.headers&&this.headers||(this.headers=new m(e.headers)),this.method=u(e.method||this.method||\"GET\"),this.mode=e.mode||this.mode||null,this.signal=e.signal||this.signal,this.referrer=null,(\"GET\"===this.method||\"HEAD\"===this.method)&&r)throw new TypeError(\"Body not allowed for GET or HEAD requests\");this._initBody(r)}_.prototype.clone=function(){return new _(this,{body:this._bodyInit})},f.call(_.prototype),f.call(d.prototype),d.prototype.clone=function(){return new d(this._bodyInit,{status:this.status,statusText:this.statusText,headers:new m(this.headers),url:this.url})},d.error=function(){var t=new d(null,{status:0,statusText:\"\"});return t.type=\"error\",t};var v=[301,302,303,307,308];d.redirect=function(t,e){if(-1===v.indexOf(e))throw new RangeError(\"Invalid status code\");return new d(null,{status:e,headers:{location:t}})},t.DOMException=o.DOMException;try{new t.DOMException}catch(e){t.DOMException=function(t,e){this.message=t,this.name=e;var r=Error(t);this.stack=r.stack},t.DOMException.prototype=Object.create(Error.prototype),t.DOMException.prototype.constructor=t.DOMException}l.polyfill=!0,o.fetch||(o.fetch=l,o.Headers=m,o.Request=_,o.Response=d),t.Headers=m,t.Request=_,t.Response=d,t.fetch=l,Object.defineProperty(t,\"__esModule\",{value:!0})}({}),s.fetch.ponyfill=!0,delete s.fetch.polyfill;var i=s;(e=i.fetch).default=i.fetch,e.fetch=i.fetch,e.Headers=i.Headers,e.Request=i.Request,e.Response=i.Response,t.exports=e}),fetch=_vendor_browser__commonjsHelpers.getDefaultExportFromCjs(browserPonyfill);exports.fetch=fetch;\\n}, {\"937\":937}];\\nwindow.modules[\"705\"] = [function(require,module,exports){\"use strict\";var _vendor_browser__commonjsHelpers=require(937);function _instanceof(e,r){return null!=r&&\"undefined\"!=typeof Symbol&&r[Symbol.hasInstance]?!!r[Symbol.hasInstance](e):e instanceof r}var fetchRetry_umd=_vendor_browser__commonjsHelpers.createCommonjsModule(function(e,r){var t,n;_vendor_browser__commonjsHelpers.commonjsGlobal,e.exports=(t=function(e){return Number.isInteger(e)&&e>=0},n=function(e){this.name=\"ArgumentError\",this.message=e},function(e,r){if(r=r||{},\"function\"!=typeof e)throw new n(\"fetch must be a function\");if(\"object\"!=typeof r)throw new n(\"defaults must be an object\");if(void 0!==r.retries&&!t(r.retries))throw new n(\"retries must be a positive integer\");if(void 0!==r.retryDelay&&!t(r.retryDelay)&&\"function\"!=typeof r.retryDelay)throw new n(\"retryDelay must be a positive integer or a function returning a positive integer\");if(void 0!==r.retryOn&&!Array.isArray(r.retryOn)&&\"function\"!=typeof r.retryOn)throw new n(\"retryOn property expects an array or function\");return r=Object.assign({retries:3,retryDelay:1e3,retryOn:[]},r),function(o,i){var s=r.retries,f=r.retryDelay,u=r.retryOn;if(i&&void 0!==i.retries){if(!t(i.retries))throw new n(\"retries must be a positive integer\");s=i.retries}if(i&&void 0!==i.retryDelay){if(!t(i.retryDelay)&&\"function\"!=typeof i.retryDelay)throw new n(\"retryDelay must be a positive integer or a function returning a positive integer\");f=i.retryDelay}if(i&&i.retryOn){if(!Array.isArray(i.retryOn)&&\"function\"!=typeof i.retryOn)throw new n(\"retryOn property expects an array or function\");u=i.retryOn}return new Promise(function(r,t){var n=function(e,r,t){var n=\"function\"==typeof f?f(e,r,t):f;setTimeout(function(){y(++e)},n)},y=function(f){var y=\"undefined\"!=typeof Request&&_instanceof(o,Request)?o.clone():o;e(y,i).then(function(e){if(Array.isArray(u)&&-1===u.indexOf(e.status))r(e);else if(\"function\"==typeof u)try{return Promise.resolve(u(f,null,e)).then(function(t){t?n(f,null,e):r(e)}).catch(t)}catch(e){t(e)}else f<s?n(f,null,e):r(e)}).catch(function(e){if(\"function\"==typeof u)try{Promise.resolve(u(f,e,null)).then(function(r){r?n(f,e,null):t(e)}).catch(function(e){t(e)})}catch(e){t(e)}else f<s?n(f,e,null):t(e)})};y(0)})}})});exports.fetchRetry_umd=fetchRetry_umd;\\n}, {\"937\":937}];\\nwindow.modules[\"706\"] = [function(require,module,exports){\"use strict\";function throttle(t,r){var e=!1;return function(){var o=arguments;e||(e=!0,setTimeout(function(){e=!1,t.apply(this,o)},r))}}exports.throttle=throttle;\\n}, {}];\\nwindow.modules[\"708\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_dateFnsTz_index=require(709),_lib_browser_common_constants_timestampFormatStrings=require(653),_vendor_browser_dateFns_esm_format_index=require(710);function isValidDate(r){return\"Invalid Date\"!==new Date(r).toString()}var formatTimestamp=function(r){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:_lib_browser_common_constants_timestampFormatStrings.TIME_DATE_SHORT;if(!r)return\"\";if(!isValidDate(r))return\"\";var t=_vendor_browser_dateFnsTz_index.dateFnsTz.utcToZonedTime(r,\"America/New_York\");return _vendor_browser_dateFns_esm_format_index.format(new Date(t),e)},format=formatTimestamp;exports.format=format;\\n}, {\"653\":653,\"709\":709,\"710\":710}];\\nwindow.modules[\"709\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_dateFnsTz_format_index=require(1274),_vendor_browser_dateFnsTz_formatInTimeZone_index=require(1277),_vendor_browser_dateFnsTz_getTimezoneOffset_index=require(1280),_vendor_browser_dateFnsTz_toDate_index=require(1276),_vendor_browser_dateFnsTz_utcToZonedTime_index=require(1278),_vendor_browser_dateFnsTz_zonedTimeToUtc_index=require(1281),dateFnsTz={format:_vendor_browser_dateFnsTz_format_index.require$$0,formatInTimeZone:_vendor_browser_dateFnsTz_formatInTimeZone_index.require$$1,getTimezoneOffset:_vendor_browser_dateFnsTz_getTimezoneOffset_index.require$$2,toDate:_vendor_browser_dateFnsTz_toDate_index.require$$3,utcToZonedTime:_vendor_browser_dateFnsTz_utcToZonedTime_index.require$$4,zonedTimeToUtc:_vendor_browser_dateFnsTz_zonedTimeToUtc_index.require$$5};exports.dateFnsTz=dateFnsTz;\\n}, {\"1274\":1274,\"1276\":1276,\"1277\":1277,\"1278\":1278,\"1280\":1280,\"1281\":1281}];\\nwindow.modules[\"710\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_dateFns_esm_isValid_index=require(1321),_vendor_browser_dateFns_esm_locale_enUS_index=require(1323),_vendor_browser_dateFns_esm_subMilliseconds_index=require(1322),_vendor_browser_dateFns_esm_toDate_index=require(1312),_vendor_browser_dateFns_esm__lib_format_formatters_index=require(1303),_vendor_browser_dateFns_esm__lib_format_longFormatters_index=require(1310),_vendor_browser_dateFns_esm__lib_getTimezoneOffsetInMilliseconds_index=require(1311),_vendor_browser_dateFns_esm__lib_protectedTokens_index=require(1319),_vendor_browser_dateFns_esm__lib_toInteger_index=require(1318),_vendor_browser_dateFns_esm__lib_requiredArgs_index=require(1313),formattingTokensRegExp=/[yYQqMLwIdDecihHKkms]o|(\\\\w)\\\\1*|\\'\\'|\\'(\\'\\'|[^\\'])+(\\'|$)|./g,longFormattingTokensRegExp=/P+p+|P+|p+|\\'\\'|\\'(\\'\\'|[^\\'])+(\\'|$)|./g,escapedStringRegExp=/^\\'([^]*?)\\'?$/,doubleQuoteRegExp=/\\'\\'/g,unescapedLatinCharacterRegExp=/[a-zA-Z]/;function format(e,r,n){_vendor_browser_dateFns_esm__lib_requiredArgs_index.requiredArgs(2,arguments);var t=String(r),_=n||{},o=_.locale||_vendor_browser_dateFns_esm_locale_enUS_index.defaultLocale,s=o.options&&o.options.firstWeekContainsDate,i=null==s?1:_vendor_browser_dateFns_esm__lib_toInteger_index.toInteger(s),a=null==_.firstWeekContainsDate?i:_vendor_browser_dateFns_esm__lib_toInteger_index.toInteger(_.firstWeekContainsDate);if(!(a>=1&&a<=7))throw new RangeError(\"firstWeekContainsDate must be between 1 and 7 inclusively\");var d=o.options&&o.options.weekStartsOn,l=null==d?0:_vendor_browser_dateFns_esm__lib_toInteger_index.toInteger(d),m=null==_.weekStartsOn?l:_vendor_browser_dateFns_esm__lib_toInteger_index.toInteger(_.weekStartsOn);if(!(m>=0&&m<=6))throw new RangeError(\"weekStartsOn must be between 0 and 6 inclusively\");if(!o.localize)throw new RangeError(\"locale must contain localize property\");if(!o.formatLong)throw new RangeError(\"locale must contain formatLong property\");var b=_vendor_browser_dateFns_esm_toDate_index.toDate(e);if(!_vendor_browser_dateFns_esm_isValid_index.isValid(b))throw new RangeError(\"Invalid time value\");var c=_vendor_browser_dateFns_esm__lib_getTimezoneOffsetInMilliseconds_index.getTimezoneOffsetInMilliseconds(b),g=_vendor_browser_dateFns_esm_subMilliseconds_index.subMilliseconds(b,c),u={firstWeekContainsDate:a,weekStartsOn:m,locale:o,_originalDate:b};return t.match(longFormattingTokensRegExp).map(function(e){var r=e[0];return\"p\"===r||\"P\"===r?(0,_vendor_browser_dateFns_esm__lib_format_longFormatters_index.longFormatters[r])(e,o.formatLong,u):e}).join(\"\").match(formattingTokensRegExp).map(function(n){if(\"\\'\\'\"===n)return\"\\'\";var t=n[0];if(\"\\'\"===t)return cleanEscapedString(n);var s=_vendor_browser_dateFns_esm__lib_format_formatters_index.formatters[t];if(s)return!_.useAdditionalWeekYearTokens&&_vendor_browser_dateFns_esm__lib_protectedTokens_index.isProtectedWeekYearToken(n)&&_vendor_browser_dateFns_esm__lib_protectedTokens_index.throwProtectedError(n,r,e),!_.useAdditionalDayOfYearTokens&&_vendor_browser_dateFns_esm__lib_protectedTokens_index.isProtectedDayOfYearToken(n)&&_vendor_browser_dateFns_esm__lib_protectedTokens_index.throwProtectedError(n,r,e),s(g,n,o.localize,u);if(t.match(unescapedLatinCharacterRegExp))throw new RangeError(\"Format string contains an unescaped latin alphabet character `\"+t+\"`\");return n}).join(\"\")}function cleanEscapedString(e){return e.match(escapedStringRegExp)[1].replace(doubleQuoteRegExp,\"\\'\")}exports.format=format;\\n}, {\"1303\":1303,\"1310\":1310,\"1311\":1311,\"1312\":1312,\"1313\":1313,\"1318\":1318,\"1319\":1319,\"1321\":1321,\"1322\":1322,\"1323\":1323}];\\nwindow.modules[\"711\"] = [function(require,module,exports){\"use strict\";var _lib_sdk_browser__externalConfig_featureFlags_isFlaggedOff_ts=require(712);function getTags(t,e){return Array.from(t.getElementsByClassName(e))}function paintCities(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},s=arguments.length>2&&void 0!==arguments[2]?arguments[2]:\"\";if(_lib_sdk_browser__externalConfig_featureFlags_isFlaggedOff_ts.isFlaggedOff(s,e))hideCities(t);else{var i=getTags(t,\"atlas-poi-text\");i.length&&i.forEach(function(t){var e=t.getAttribute(\"fontsize\")||\"48px\";t.style.display=\"block\",t.style.fontSize=e,t.style.pointerEvents=\"none\",t.style.zIndex=\"2\",t.style.fontFamily=\"Arial\",t.style.fontWeight=\"bold\",t.style.stroke=\"white\",t.style.paintOrder=\"stroke\",t.style.strokeWidth=\"0.1em\"});var r=getTags(t,\"atlas-poi-circle\");r.length&&r.forEach(function(t){var e=t.getAttribute(\"r\")||\"8\",s=t.getAttribute(\"strokewidth\")||\"4\";t.style.display=\"block\",t.style.stroke=\"white\",t.setAttribute(\"r\",e),t.style.strokeWidth=s,t.style.pointerEvents=\"none\"})}}function hideCities(t){var e=getTags(t,\"atlas-poi-text\");e.length&&e.forEach(function(t){t.style.display=\"none\"});var s=getTags(t,\"atlas-poi-circle\");s.length&&s.forEach(function(t){t.style.display=\"none\"})}exports.hideCities=hideCities,exports.paintCities=paintCities;\\n}, {\"712\":712}];\\nwindow.modules[\"712\"] = [function(require,module,exports){\"use strict\";var _lib_sdk_browser__externalConfig_featureFlags_isFlagged_ts=require(756);function isFlaggedOff(e,s){var g=arguments.length>2&&void 0!==arguments[2]&&arguments[2],r=_lib_sdk_browser__externalConfig_featureFlags_isFlagged_ts.isFlagged(e,s);return g?!r:r}exports.isFlaggedOff=isFlaggedOff;\\n}, {\"756\":756}];\\nwindow.modules[\"713\"] = [function(require,module,exports){\"use strict\";var _lib_browser_common_constants_componentVariations=require(637),_lib_browser_common_helpers_throttle=require(706),_lib_browser_themes_elections_constants=require(681);function _arrayLikeToArray(t,e){(null==e||e>t.length)&&(e=t.length);for(var r=0,n=new Array(e);r<e;r++)n[r]=t[r];return n}function _arrayWithoutHoles(t){if(Array.isArray(t))return _arrayLikeToArray(t)}function _iterableToArray(t){if(\"undefined\"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t[\"@@iterator\"])return Array.from(t)}function _nonIterableSpread(){throw new TypeError(\"Invalid attempt to spread non-iterable instance.\\\\\\\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}function _toConsumableArray(t){return _arrayWithoutHoles(t)||_iterableToArray(t)||_unsupportedIterableToArray(t)||_nonIterableSpread()}function _unsupportedIterableToArray(t,e){if(t){if(\"string\"==typeof t)return _arrayLikeToArray(t,e);var r=Object.prototype.toString.call(t).slice(8,-1);return\"Object\"===r&&t.constructor&&(r=t.constructor.name),\"Map\"===r||\"Set\"===r?Array.from(r):\"Arguments\"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?_arrayLikeToArray(t,e):void 0}}var BORDER=_lib_browser_themes_elections_constants.metaFields.BORDER,NO_RACE=_lib_browser_themes_elections_constants.metaFields.NO_RACE;function resetMap(t){_toConsumableArray(t).forEach(function(t){t.style.strokeWidth=\"1\"})}function initialPaint(t,e,r,n,o){_toConsumableArray(t).forEach(function(i){var a,l;if(i.style.strokeWidth=\"1\",i.style.stroke=null==e?void 0:null===(a=e.meta)||void 0===a?void 0:a.call(e,BORDER),i.style.fill=null==e?void 0:null===(l=e.meta)||void 0===l?void 0:l.call(e,NO_RACE),!o.includes(_lib_browser_common_constants_componentVariations.VARIATIONS.NO_TOOLTIP)){var s,c=i.getAttribute(\"data-geo-id\")||\"\";i.addEventListener(\"click\",function(){resetMap(t),i.style.strokeWidth=\"2\",r(c)}),i.addEventListener(\"mousemove\",_lib_browser_common_helpers_throttle.throttle(function(e){if(window&&window.matchMedia(\"(min-width: 768px)\").matches){n&&(s=n.querySelectorAll(\"#tip\")),resetMap(t),i.style.strokeWidth=\"2\",r(c);s.length>0&&(s[0].style.display=\"block\",e.clientX+s[0].offsetWidth+2>window.innerWidth?s[0].style.left=String(e.clientX-306)+\"px\":s[0].style.left=String(e.clientX+6)+\"px\",s[0].style.top=String(e.clientY+6)+\"px\")}},0)),i.addEventListener(\"mouseleave\",_lib_browser_common_helpers_throttle.throttle(function(){window&&(window.matchMedia(\"(min-width: 768px)\").matches&&(n&&(s=n.querySelectorAll(\"#tip\")),s.length>0&&(s[0].style.display=\"none\")))},0))}})}function initialCss(t){t&&(t.style.width=\"100%\",t.style.height=\"100%\")}exports.initialCss=initialCss,exports.initialPaint=initialPaint,exports.resetMap=resetMap;\\n}, {\"637\":637,\"681\":681,\"706\":706}];\\nwindow.modules[\"714\"] = [function(require,module,exports){\"use strict\";function _arrayLikeToArray(r,t){(null==t||t>r.length)&&(t=r.length);for(var e=0,a=new Array(t);e<t;e++)a[e]=r[e];return a}function _arrayWithoutHoles(r){if(Array.isArray(r))return _arrayLikeToArray(r)}function _iterableToArray(r){if(\"undefined\"!=typeof Symbol&&null!=r[Symbol.iterator]||null!=r[\"@@iterator\"])return Array.from(r)}function _nonIterableSpread(){throw new TypeError(\"Invalid attempt to spread non-iterable instance.\\\\\\\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}function _toConsumableArray(r){return _arrayWithoutHoles(r)||_iterableToArray(r)||_unsupportedIterableToArray(r)||_nonIterableSpread()}function _unsupportedIterableToArray(r,t){if(r){if(\"string\"==typeof r)return _arrayLikeToArray(r,t);var e=Object.prototype.toString.call(r).slice(8,-1);return\"Object\"===e&&r.constructor&&(e=r.constructor.name),\"Map\"===e||\"Set\"===e?Array.from(e):\"Arguments\"===e||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(e)?_arrayLikeToArray(r,t):void 0}}function paintPaths(){var r=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0,e=arguments.length>2?arguments[2]:void 0;_toConsumableArray(t).forEach(function(t){t.style.stroke=e;var a=t.getAttribute(\"data-geo-id\");r[a]&&(t.style.fill=r[a].mapData.color)})}exports.paintPaths=paintPaths;\\n}, {}];\\nwindow.modules[\"715\"] = [function(require,module,exports){\"use strict\";var stateElectionMap_lib_browser=require(716);function updateHatchPatterns(e,t,r){if(\"function\"==typeof e.querySelectorAll){var a=e.querySelector(\"svg\"),n=null==a?void 0:a.querySelectorAll(\".hatched-flip-projections\"),o=stateElectionMap_lib_browser.addSvgPaintPatterns(t,r);null==a||a.insertAdjacentHTML(\"afterbegin\",o),n.forEach(function(e){e.remove()})}}exports.updateHatchPatterns=updateHatchPatterns;\\n}, {\"716\":716}];\\nwindow.modules[\"716\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_svelte_internal_index=require(548),_lib_browser_common_helpers_cssvars=require(612),_lib_browser_common_components_zoomableSvg_ZoomableSVGWithControls_svelte=require(633),_lib_sdk_browser__externalConfig_configInterpreters_constants_ts=require(613),_lib_sdk_browser__externalConfig_ContextProvider_svelte=require(610),_lib_browser_themes_elections_Theme=require(719),_vendor_browser_lodash_lodash=require(570),_vendor_browser_lodash_get=require(569),legend_lib_browser=require(2339),circles_lib_browser=require(2271),coreResult_lib_browser=require(2290),_lib_browser_common_constants_componentVariations=require(637),_lib_browser_common_dataFetching_PollFeed=require(671),_lib_browser_common_painting_paintPaths=require(714),_lib_browser_common_painting_initialPaint=require(713),_vendor_browser_svelte_store_index=require(577),_vendor_browser_lodash_orderBy=require(1578),_vendor_browser_lodash_padStart=require(1579),_lib_browser_common_constants_painting=require(643),_lib_browser_themes_elections_constants=require(681),_vendor_browser_lodash_isNil=require(603),_vendor_browser_lodash_isPlainObject=require(1497),_vendor_browser_lodash_isArray=require(1403),sdk_transformers_essCrm=require(245),_lib_browser_common_constants_namespace=require(576),_lib_sdk_browser__externalConfig_featureFlags_FeatureFlag_svelte=require(755),_lib_sdk_browser__externalConfig_featureFlags_constants_ts=require(726),_lib_browser_common_constants_contextKeys=require(639),_lib_browser_common_constants_componentNames=require(636),_lib_browser_common_painting_cities=require(711),_lib_sdk_browser__externalConfig_featureFlags_makeTargetFeature_ts=require(727),_lib_browser_common_painting_updateHatchPatterns=require(715),_lib_browser_common_helpers_analytics_sendTrackMetricsBeacon=require(676),_lib_browser_common_constants_raceTypes=require(651),sdk_transformers_utils_getMostRecentVoteTimestamp=require(2275),_lib_browser_common_helpers_timezone=require(708),_lib_browser_common_constants_projectionTexts=require(646);function _defineProperty$3(e,n,t){return n in e?Object.defineProperty(e,n,{value:t,enumerable:!0,configurable:!0,writable:!0}):e[n]=t,e}function _objectSpread$3(e){for(var n=1;n<arguments.length;n++){var t=null!=arguments[n]?arguments[n]:{},r=Object.keys(t);\"function\"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(t).filter(function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),r.forEach(function(n){_defineProperty$3(e,n,t[n])})}return e}function ownKeys$3(e,n){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);n&&(r=r.filter(function(n){return Object.getOwnPropertyDescriptor(e,n).enumerable})),t.push.apply(t,r)}return t}function _objectSpreadProps$3(e,n){return n=null!=n?n:{},Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):ownKeys$3(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}),e}function getCollectionIfMatched(e,n){var t=null==e?void 0:e.stateFipsCode,r=null;return Array.isArray(null==n?void 0:n.authoredCollections)&&n.authoredCollections.forEach(function(e){e.filterFunction(t)&&(r=e)}),r}function createCustom(e,n){var t=n.color,r=n.label,o=n.label,i=n.hideInLegend,a=new MapColorData({color:t,bucket:\"custom\",legendInfo:{bucket:\"custom\",party:r,color:t,lastName:o,hideLegend:i,mode:\"custom\"}});return _objectSpreadProps$3(_objectSpread$3({},e),{mapData:a})}function _arrayLikeToArray$6(e,n){(null==n||n>e.length)&&(n=e.length);for(var t=0,r=new Array(n);t<n;t++)r[t]=e[t];return r}function _arrayWithoutHoles$1(e){if(Array.isArray(e))return _arrayLikeToArray$6(e)}function _classCallCheck$6(e,n){if(!(e instanceof n))throw new TypeError(\"Cannot call a class as a function\")}function _defineProperty$2(e,n,t){return n in e?Object.defineProperty(e,n,{value:t,enumerable:!0,configurable:!0,writable:!0}):e[n]=t,e}function _iterableToArray$1(e){if(\"undefined\"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e[\"@@iterator\"])return Array.from(e)}function _nonIterableSpread$1(){throw new TypeError(\"Invalid attempt to spread non-iterable instance.\\\\\\\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}function _objectSpread$2(e){for(var n=1;n<arguments.length;n++){var t=null!=arguments[n]?arguments[n]:{},r=Object.keys(t);\"function\"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(t).filter(function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),r.forEach(function(n){_defineProperty$2(e,n,t[n])})}return e}function ownKeys$2(e,n){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);n&&(r=r.filter(function(n){return Object.getOwnPropertyDescriptor(e,n).enumerable})),t.push.apply(t,r)}return t}function _objectSpreadProps$2(e,n){return n=null!=n?n:{},Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):ownKeys$2(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}),e}function _toConsumableArray$1(e){return _arrayWithoutHoles$1(e)||_iterableToArray$1(e)||_unsupportedIterableToArray$6(e)||_nonIterableSpread$1()}function _unsupportedIterableToArray$6(e,n){if(e){if(\"string\"==typeof e)return _arrayLikeToArray$6(e,n);var t=Object.prototype.toString.call(e).slice(8,-1);return\"Object\"===t&&e.constructor&&(t=e.constructor.name),\"Map\"===t||\"Set\"===t?Array.from(t):\"Arguments\"===t||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t)?_arrayLikeToArray$6(e,n):void 0}}var PROJECTION=_lib_browser_common_constants_painting.PaintModes.PROJECTION,PROJECTION_WITH_LEAD=_lib_browser_common_constants_painting.PaintModes.PROJECTION_WITH_LEAD,AHEAD=_lib_browser_common_constants_painting.PaintModes.AHEAD,AHEAD_SINGLE_BUCKET=_lib_browser_common_constants_painting.PaintModes.AHEAD_SINGLE_BUCKET;function isAProjection(e){return e===_lib_browser_common_constants_painting.PaintModes.PROJECTION||e===_lib_browser_common_constants_painting.PaintModes.PROJECTION_WITH_LEAD}function isAheadMode(e){return e===_lib_browser_common_constants_painting.PaintModes.AHEAD||e===_lib_browser_common_constants_painting.PaintModes.AHEAD_SINGLE_BUCKET}var MapColorData=function e(n){_classCallCheck$6(this,e),Object.assign(this,n),this.borderColor&&(this.stateBorderColor=this.borderColor)};function isFlipped(e){return e.isSwitch}function isCalled(e){return\"called\"===e.editorialStatus&&\"W\"===e.status}function isVotesReceived(e){for(var n,t=0,r=null==e?void 0:null===(n=e.candidates)||void 0===n?void 0:n.length,o=0;o<r;o++)t<e.candidates[o].voteNum&&(t=e.candidates[o].voteNum);return 0!==t}function isPercent(e){for(var n,t=0,r=null==e?void 0:null===(n=e.candidates)||void 0===n?void 0:n.length,o=0;o<r;++o)t<e.candidates[o].votePercentNum&&(t=e.candidates[o].votePercentNum);return 0!==t}function isNoVotes(e){for(var n,t=null==e?void 0:null===(n=e.candidates)||void 0===n?void 0:n.length,r=0;r<t;++r)if(e.candidates[r].voteNum>0)return!1;return!0}function isRunoff(e){return\"called\"===e.editorialStatus&&\"V\"===e.status}function isBopWinner(e){return Boolean(e.winnerBopPartyId)}function isTie(e){var n;return!((null==e?void 0:null===(n=e.candidates)||void 0===n?void 0:n.length)<2)&&(e.candidates[0].voteNum===e.candidates[1].voteNum&&e.candidates[0].voteNum>0)}function isTooClose(e){return\"tooclose\"===e.editorialStatus}function getWinnerParty(e){if(!e||!e.candidates||!e.candidates.length)return null;for(var n=null,t=null,r=null,o=e.candidates.length,i=0;i<o;i++){var a=e.candidates[i];if(a.winner){n=a.majorParty,t=a.lastName,r=a.candidateId;break}}return!n&&e.winnerBopPartyId&&(n=e.winnerBopPartyId),{party:n,lastName:t,candidateId:r}}function getLeadingParty(e){if(!e||!e.candidates||!e.candidates.length)return{party:null,lastName:null};if(1===e.candidates.length)return{party:e.candidates[0].majorParty,lastName:e.candidates[0].lastName,candidateId:e.candidates[0].candidateId};for(var n,t=null,r=null,o=0,i=e.candidates.length,a=0;a<i;a++){var _=e.candidates[a];_.voteNum>o&&(t=_.majorParty,r=_.lastName,n=_.candidateId,o=_.voteNum)}return{party:t,lastName:r,candidateId:n}}function getPercentDiffBucket(e){if(!e.candidates||!e.candidates.length)return null;if(1===e.candidates.length)return\"10+\";var n=_vendor_browser_lodash_orderBy.orderBy_1(_toConsumableArray$1(e.candidates),[\"votePercentNum\"],[\"desc\"]),t=n[0].votePercentNum-n[1].votePercentNum;return t>=0&&t<5?\"0-5\":t>=5&&t<10?\"5-10\":\"10+\"}function getWinnerPartyInfo(e,n,t){var r=getWinnerParty(e).party,o=getWinnerParty(e),i=o.lastName,a=o.candidateId,_=n.color(String(a),t)||n.color(r);if(!_){var l=n.getDefaultPalette(t).defaultPalette;_=n.color(l),r=l}return{party:r,color:_,lastName:i,candidateId:a}}function getFlipPartyInfo(e,n,t,r){var o=getWinnerPartyInfo(e,n,t),i=o.color,a=o.party,_=o.lastName,l=o.candidateId,s=\"url(#hatch-\"+a+\"-\"+r+\")\",c=n.color(a,t,\"flip\");if(!c){var d=n.getDefaultPalette(t).defaultPalette;c=n.color(d,t,\"flip\")}return{party:a,color:i,lineColor:c,lastName:_,flipPattern:s,candidateId:l}}function getPercentDiffInfo(e,n,t){var r=getPercentDiffBucket(e),o=getLeadingParty(e),i=o.party,a=o.lastName,_=o.candidateId,l=n.color(String(_),t,r)||n.color(i,t,r);if(!l){var s=n.getDefaultPalette(t).defaultPalette;l=n.color(s,t,r)}return{color:l,party:i,percentBucket:r,lastName:a,candidateId:_}}function createFlip(e,n,t,r){var o=getFlipPartyInfo(e,n,t,r),i=o.color,a=o.party,_=o.lineColor,l=o.lastName,s=o.flipPattern,c=new MapColorData({color:s,bucket:\"flip\",legendInfo:{bucket:\"flip\",party:a,color:i,lineColor:_,lastName:l,mode:t}});return _objectSpreadProps$2(_objectSpread$2({},e),{mapData:c})}function createCall(e,n,t){var r=getWinnerPartyInfo(e,n,t),o=r.color,i=r.party,a=r.lastName,_=r.candidateId,l=new MapColorData({color:o,bucket:\"win\",legendInfo:{bucket:\"win\",party:i,color:o,lastName:a,mode:t,candidateId:_}});return _objectSpreadProps$2(_objectSpread$2({},e),{mapData:l})}function createPercent(e,n,t){var r;if(t===AHEAD_SINGLE_BUCKET){var o=getLeadingParty(e),i=o.party,a=o.lastName,_=o.candidateId,l=n.color(String(_),AHEAD_SINGLE_BUCKET,\"0+\")||n.color(i,AHEAD_SINGLE_BUCKET,\"0+\");if(!l){var s=n.getDefaultPalette(AHEAD_SINGLE_BUCKET).defaultPalette;l=n.color(s,AHEAD_SINGLE_BUCKET,\"0+\")}r=new MapColorData({color:l,bucket:\"percent\",legendInfo:{bucket:\"0+\",color:l,party:i,lastName:a,candidateId:_,mode:t}})}else{var c=getPercentDiffInfo(e,n,t),d=c.color,u=c.percentBucket,f=c.party,p=c.lastName,v=c.candidateId;r=new MapColorData({color:d,bucket:\"percent\",legendInfo:{bucket:u,color:d,party:f,lastName:p,candidateId:v,mode:t}})}return _objectSpreadProps$2(_objectSpread$2({},e),{mapData:r})}function createNoRace(e,n,t,r){var o,i=arguments.length>4&&void 0!==arguments[4]?arguments[4]:{},a=null==t?void 0:null===(o=t.meta)||void 0===o?void 0:o.call(t,\"noRace\"),_=new MapColorData(_objectSpread$2({id:e,color:a,bucket:\"noRace\",legendInfo:{bucket:\"noRace\",color:a,mode:r}},i));return _objectSpreadProps$2(_objectSpread$2({},n),{mapData:_})}function createNoVotes(e,n,t){var r,o=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{},i=null==n?void 0:null===(r=n.meta)||void 0===r?void 0:r.call(n,\"noVotes\"),a=new MapColorData(_objectSpread$2({color:i,bucket:\"noVotes\",legendInfo:{bucket:\"noVotes\",color:i,mode:t}},o));return _objectSpreadProps$2(_objectSpread$2({},e),{mapData:a})}function createVotesReceived(e,n,t){var r,o=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{},i=null==n?void 0:null===(r=n.meta)||void 0===r?void 0:r.call(n,\"votesReceived\"),a=new MapColorData(_objectSpread$2({color:i,bucket:\"votesReceived\",legendInfo:{bucket:\"votesReceived\",color:i,mode:t}},o));return _objectSpreadProps$2(_objectSpread$2({},e),{mapData:a})}function createLeadInProjectionMode(e,n,t){var r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{},o=getLeadingParty(e).party,i=n.color(o,t,\"lead\"),a=new MapColorData(_objectSpread$2({color:i,bucket:\"lead\",legendInfo:{bucket:\"lead\",party:o,color:i,mode:t}},r));return _objectSpreadProps$2(_objectSpread$2({},e),{mapData:a})}function createBopWinner(e,n,t){if(e.winnerBopPartyId){var r=e.winnerBopPartyId,o=n.color(r);if(!o){var i=n.getDefaultPalette(t).defaultPalette;o=n.color(i),r=i}var a=new MapColorData({color:o,bucket:\"win\",legendInfo:{bucket:\"win\",party:r,color:o,mode:t}});return _objectSpreadProps$2(_objectSpread$2({},e),{mapData:a})}}function createRunoff(e,n){var t,r=_lib_browser_themes_elections_constants.metaFields.RUNOFF,o=null==n?void 0:null===(t=n.meta)||void 0===t?void 0:t.call(n,_lib_browser_themes_elections_constants.metaFields.RUNOFF),i=new MapColorData({color:o,bucket:r,legendInfo:{bucket:r,color:o}});return _objectSpreadProps$2(_objectSpread$2({},e),{mapData:i})}function createTie(e,n,t){var r,o=null==n?void 0:null===(r=n.meta)||void 0===r?void 0:r.call(n,\"tie\"),i=new MapColorData({color:o,bucket:\"tie\",legendInfo:{bucket:\"tie\",color:o,mode:t}});return _objectSpreadProps$2(_objectSpread$2({},e),{mapData:i})}function createTooClose(e,n,t){var r,o,i=null==n?void 0:null===(r=n.meta)||void 0===r?void 0:r.call(n,\"tooClose\"),a=null==n?void 0:null===(o=n.meta)||void 0===o?void 0:o.call(n,\"darkBorder\"),_=new MapColorData({color:i,borderColor:a,bucket:\"tooClose\",legendInfo:{bucket:\"tooClose\",color:i,borderColor:a,mode:t}});return _objectSpreadProps$2(_objectSpread$2({},e),{mapData:_})}function createFilteredOut(e,n,t){var r,o=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{},i=null==n?void 0:null===(r=n.meta)||void 0===r?void 0:r.call(n,\"votesReceived\"),a=new MapColorData(_objectSpread$2({color:i,bucket:\"filteredOut\",legendInfo:{bucket:\"filteredOut\",color:i,mode:t}},o));return _objectSpreadProps$2(_objectSpread$2({},e),{mapData:a})}function create(e,n,t,r,o){if(isAProjection(n)&&isFlipped(e))return createFlip(e,t,n,r);if(isAProjection(n)&&isCalled(e))return createCall(e,t,n);if(isAProjection(n)&&isBopWinner(e))return createBopWinner(e,t,n);if(isAProjection(n)&&isRunoff(e))return createRunoff(e,t);if(isAProjection(n)&&isTooClose(e))return createTooClose(e,t,n);if(n===PROJECTION&&isVotesReceived(e))return createVotesReceived(e,t,n);if((n===PROJECTION_WITH_LEAD||isAheadMode(n))&&isTie(e))return createTie(e,t,n);if(n===PROJECTION_WITH_LEAD&&isVotesReceived(e))return createLeadInProjectionMode(e,t,n);if(isAheadMode(n)&&isPercent(e))return createPercent(e,t,n);var i=getCollectionIfMatched(e,o);return i?createCustom(e,i):isNoVotes(e)?createNoVotes(e,t,n):void 0}function createFiltered(e,n,t,r){return n===PROJECTION&&isFlipped(e)?createFilteredOut(e,t,n,r):n===PROJECTION&&isCalled(e)?createFilteredOut(e,t,n,r):n===PROJECTION&&isRunoff(e)?createVotesReceived(e,t,n,r):n===PROJECTION&&isTooClose(e)?createFilteredOut(e,t,n,r):n===PROJECTION&&isVotesReceived(e)?createVotesReceived(e,t,n,r):n===AHEAD&&isTie(e)?createFilteredOut(e,t,n,r):n===AHEAD&&isPercent(e)?createFilteredOut(e,t,n,r):isNoVotes(e)?createNoVotes(e,t,n,r):void 0}function createCounty(e,n,t){if(!!e.countyFipsCode)return isTie(e)?createTie(e,t,n):isPercent(e)?createPercent(e,t,n):isVotesReceived(e)?createVotesReceived(e,t,n):isNoVotes(e)?createNoVotes(e,t,n):void 0}function isHouseElection(e){return\"string\"==typeof e&&\"H\"===e.charAt(0)}function getRacesDict(e,n){var t={},r=e||[];if(isHouseElection(n)){for(var o=e||[],i=o.length,a=0;a<i;a++)if(o[a]){var _=o[a],l=_.stateFipsCode,s=_.jurisdictionCode;t[\"\".concat(l).concat(_vendor_browser_lodash_padStart.padStart_1(s,2,\"0\"))]=o[a]}}else for(var c=r.length,d=0;d<c;d++)if(r[d]){var u=r[d],f=u.countyFipsCode,p=u.stateFipsCode;t[f||p]=r[d]}return t}var NO_ELECTION_LOOKUP={5000327962:\"Glastenbury Town\",5000710300:\"Buels Gore\",5000902125:\"Averill Town\",5000902162:\"Avery\\'s Gore\",5000925975:\"Ferninand Town\",5000939775:\"Lewis Town\",5000976562:\"Warren\\'s Gore\",5000976337:\"Warner\\'s Grant\",5002565762:\"Somerset Town\",3300332500:\"Hale\\'s Location\",3300702420:\"Atkinson and Gilmanton Academy Grant\",3300704100:\"Beans Grant\",3300704260:\"Beans Purchase\",3300708420:\"Cambridge Township\",3300711220:\"Chandlers Purchase\",3300716100:\"Crawfords Purchase\",3300716660:\"Cutts Grant\",3300718340:\"Dixs Grant\",3300725180:\"Ervings Location\",3300731780:\"Greens Grant\",3300732420:\"Hadleys Purchase\",3300739940:\"Kilkenny Township\",3300743620:\"Low and Burbanks Grant\",3300746020:\"Martins Location\",3300757860:\"Odell Township\",3300761620:\"Pinkhams Grant\",3300767860:\"Sargents Purchase\",3300768500:\"Second College Grant\",3300774500:\"Success Township\",3300776580:\"Thompson and Meserves Purchase\",3300942820:\"Livermore Town\",15005:\"Kalawao County\"};function getNoDataAvailableText(e){var n=_vendor_browser_lodash_get.get_1(e,\"mapData.id\"),t=NO_ELECTION_LOOKUP[n];return t?\"No data is available in \".concat(t):\"No data is available\"}function _arrayLikeToArray$5(e,n){(null==n||n>e.length)&&(n=e.length);for(var t=0,r=new Array(n);t<n;t++)r[t]=e[t];return r}function _arrayWithHoles$4(e){if(Array.isArray(e))return e}function _assertThisInitialized$4(e){if(void 0===e)throw new ReferenceError(\"this hasn\\'t been initialised - super() hasn\\'t been called\");return e}function _classCallCheck$5(e,n){if(!(e instanceof n))throw new TypeError(\"Cannot call a class as a function\")}function _getPrototypeOf$4(e){return(_getPrototypeOf$4=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function _inherits$4(e,n){if(\"function\"!=typeof n&&null!==n)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(n&&n.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),n&&_setPrototypeOf$4(e,n)}function _iterableToArrayLimit$4(e,n){var t=null==e?null:\"undefined\"!=typeof Symbol&&e[Symbol.iterator]||e[\"@@iterator\"];if(null!=t){var r,o,i=[],a=!0,_=!1;try{for(t=t.call(e);!(a=(r=t.next()).done)&&(i.push(r.value),!n||i.length!==n);a=!0);}catch(e){_=!0,o=e}finally{try{a||null==t.return||t.return()}finally{if(_)throw o}}return i}}function _nonIterableRest$4(){throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\\\\\\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}function _possibleConstructorReturn$4(e,n){return!n||\"object\"!==_typeof$4(n)&&\"function\"!=typeof n?_assertThisInitialized$4(e):n}function _setPrototypeOf$4(e,n){return(_setPrototypeOf$4=Object.setPrototypeOf||function(e,n){return e.__proto__=n,e})(e,n)}function _slicedToArray$4(e,n){return _arrayWithHoles$4(e)||_iterableToArrayLimit$4(e,n)||_unsupportedIterableToArray$5(e,n)||_nonIterableRest$4()}var _typeof$4=function(e){return e&&\"undefined\"!=typeof Symbol&&e.constructor===Symbol?\"symbol\":typeof e};function _unsupportedIterableToArray$5(e,n){if(e){if(\"string\"==typeof e)return _arrayLikeToArray$5(e,n);var t=Object.prototype.toString.call(e).slice(8,-1);return\"Object\"===t&&e.constructor&&(t=e.constructor.name),\"Map\"===t||\"Set\"===t?Array.from(t):\"Arguments\"===t||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t)?_arrayLikeToArray$5(e,n):void 0}}function _isNativeReflectConstruct$4(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function _createSuper$4(e){var n=_isNativeReflectConstruct$4();return function(){var t,r=_getPrototypeOf$4(e);if(n){var o=_getPrototypeOf$4(this).constructor;t=Reflect.construct(r,arguments,o)}else t=r.apply(this,arguments);return _possibleConstructorReturn$4(this,t)}}function add_css$3(e){_vendor_browser_svelte_internal_index.append_styles(e,\"cnn-pcl-lcv429\",\".no-data-available-2PiLx9.cnn-pcl-lcv429{font-family:cnn_sans_display, helveticaneue, Helvetica, Arial, Utkal, sans-serif;font-weight:400;background:white;border:1px #e6e6e6 solid;font-size:16px;border-radius:4px;padding:12px}\")}function create_fragment$4(e){var n,t;return{c:function(){n=_vendor_browser_svelte_internal_index.element(\"div\"),t=_vendor_browser_svelte_internal_index.text(e[0]),this.h()},l:function(r){n=_vendor_browser_svelte_internal_index.claim_element(r,\"DIV\",{class:!0});var o=_vendor_browser_svelte_internal_index.children(n);t=_vendor_browser_svelte_internal_index.claim_text(o,e[0]),o.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(n,\"class\",\"no-data-available-2PiLx9 cnn-pcl-lcv429\")},m:function(e,r){_vendor_browser_svelte_internal_index.insert_hydration(e,n,r),_vendor_browser_svelte_internal_index.append_hydration(n,t)},p:function(e,n){1&_slicedToArray$4(n,1)[0]&&_vendor_browser_svelte_internal_index.set_data(t,e[0])},i:_vendor_browser_svelte_internal_index.noop,o:_vendor_browser_svelte_internal_index.noop,d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n)}}}function instance$4(e,n,t){var r,o=n.tooltipResults;return e.$$set=function(e){\"tooltipResults\"in e&&t(1,o=e.tooltipResults)},e.$$.update=function(){2&e.$$.dirty&&t(0,r=getNoDataAvailableText(o))},[r,o]}var NoDataAvailable=function(e){_inherits$4(t,_vendor_browser_svelte_internal_index.SvelteComponent);var n=_createSuper$4(t);function t(e){var r;return _classCallCheck$5(this,t),r=n.call(this),_vendor_browser_svelte_internal_index.init(_assertThisInitialized$4(r),e,instance$4,create_fragment$4,_vendor_browser_svelte_internal_index.safe_not_equal,{tooltipResults:1},add_css$3),r}return t}();function _arrayLikeToArray$4(e,n){(null==n||n>e.length)&&(n=e.length);for(var t=0,r=new Array(n);t<n;t++)r[t]=e[t];return r}function _arrayWithHoles$3(e){if(Array.isArray(e))return e}function _assertThisInitialized$3(e){if(void 0===e)throw new ReferenceError(\"this hasn\\'t been initialised - super() hasn\\'t been called\");return e}function _classCallCheck$4(e,n){if(!(e instanceof n))throw new TypeError(\"Cannot call a class as a function\")}function _getPrototypeOf$3(e){return(_getPrototypeOf$3=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function _inherits$3(e,n){if(\"function\"!=typeof n&&null!==n)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(n&&n.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),n&&_setPrototypeOf$3(e,n)}function _iterableToArrayLimit$3(e,n){var t=null==e?null:\"undefined\"!=typeof Symbol&&e[Symbol.iterator]||e[\"@@iterator\"];if(null!=t){var r,o,i=[],a=!0,_=!1;try{for(t=t.call(e);!(a=(r=t.next()).done)&&(i.push(r.value),!n||i.length!==n);a=!0);}catch(e){_=!0,o=e}finally{try{a||null==t.return||t.return()}finally{if(_)throw o}}return i}}function _nonIterableRest$3(){throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\\\\\\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}function _possibleConstructorReturn$3(e,n){return!n||\"object\"!==_typeof$3(n)&&\"function\"!=typeof n?_assertThisInitialized$3(e):n}function _setPrototypeOf$3(e,n){return(_setPrototypeOf$3=Object.setPrototypeOf||function(e,n){return e.__proto__=n,e})(e,n)}function _slicedToArray$3(e,n){return _arrayWithHoles$3(e)||_iterableToArrayLimit$3(e,n)||_unsupportedIterableToArray$4(e,n)||_nonIterableRest$3()}var _typeof$3=function(e){return e&&\"undefined\"!=typeof Symbol&&e.constructor===Symbol?\"symbol\":typeof e};function _unsupportedIterableToArray$4(e,n){if(e){if(\"string\"==typeof e)return _arrayLikeToArray$4(e,n);var t=Object.prototype.toString.call(e).slice(8,-1);return\"Object\"===t&&e.constructor&&(t=e.constructor.name),\"Map\"===t||\"Set\"===t?Array.from(t):\"Arguments\"===t||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t)?_arrayLikeToArray$4(e,n):void 0}}function _isNativeReflectConstruct$3(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function _createSuper$3(e){var n=_isNativeReflectConstruct$3();return function(){var t,r=_getPrototypeOf$3(e);if(n){var o=_getPrototypeOf$3(this).constructor;t=Reflect.construct(r,arguments,o)}else t=r.apply(this,arguments);return _possibleConstructorReturn$3(this,t)}}function add_css$2(e){_vendor_browser_svelte_internal_index.append_styles(e,\"cnn-pcl-1s2y172\",\".updated-3SEzh0.cnn-pcl-1s2y172.cnn-pcl-1s2y172{font-family:cnn_sans_display, helveticaneue, Helvetica, Arial, Utkal, sans-serif;font-weight:400;font-size:10px;padding:4px 0 0 0;display:flex;flex-direction:row;align-items:center;width:100%}.updated-3SEzh0.cnn-pcl-1s2y172 .line-2xgLzQ.cnn-pcl-1s2y172{border-top:1px solid #e6e6e6;flex:1}.updated-3SEzh0.cnn-pcl-1s2y172 .timestamp-3V94I1.cnn-pcl-1s2y172{margin:0 12px;color:#8d8d8d;font-size:12px}\")}function create_if_block$1(e){var n,t,r,o,i,a,_,l;return{c:function(){n=_vendor_browser_svelte_internal_index.element(\"div\"),t=_vendor_browser_svelte_internal_index.element(\"div\"),r=_vendor_browser_svelte_internal_index.space(),o=_vendor_browser_svelte_internal_index.element(\"div\"),i=_vendor_browser_svelte_internal_index.text(\"Updated \"),a=_vendor_browser_svelte_internal_index.text(e[0]),_=_vendor_browser_svelte_internal_index.space(),l=_vendor_browser_svelte_internal_index.element(\"div\"),this.h()},l:function(s){n=_vendor_browser_svelte_internal_index.claim_element(s,\"DIV\",{class:!0});var c=_vendor_browser_svelte_internal_index.children(n);t=_vendor_browser_svelte_internal_index.claim_element(c,\"DIV\",{class:!0}),_vendor_browser_svelte_internal_index.children(t).forEach(_vendor_browser_svelte_internal_index.detach),r=_vendor_browser_svelte_internal_index.claim_space(c),o=_vendor_browser_svelte_internal_index.claim_element(c,\"DIV\",{class:!0});var d=_vendor_browser_svelte_internal_index.children(o);i=_vendor_browser_svelte_internal_index.claim_text(d,\"Updated \"),a=_vendor_browser_svelte_internal_index.claim_text(d,e[0]),d.forEach(_vendor_browser_svelte_internal_index.detach),_=_vendor_browser_svelte_internal_index.claim_space(c),l=_vendor_browser_svelte_internal_index.claim_element(c,\"DIV\",{class:!0}),_vendor_browser_svelte_internal_index.children(l).forEach(_vendor_browser_svelte_internal_index.detach),c.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(t,\"class\",\"line-2xgLzQ cnn-pcl-1s2y172\"),_vendor_browser_svelte_internal_index.attr(o,\"class\",\"timestamp-3V94I1 cnn-pcl-1s2y172\"),_vendor_browser_svelte_internal_index.attr(l,\"class\",\"line-2xgLzQ cnn-pcl-1s2y172\"),_vendor_browser_svelte_internal_index.attr(n,\"class\",\"updated-3SEzh0 cnn-pcl-1s2y172\")},m:function(e,s){_vendor_browser_svelte_internal_index.insert_hydration(e,n,s),_vendor_browser_svelte_internal_index.append_hydration(n,t),_vendor_browser_svelte_internal_index.append_hydration(n,r),_vendor_browser_svelte_internal_index.append_hydration(n,o),_vendor_browser_svelte_internal_index.append_hydration(o,i),_vendor_browser_svelte_internal_index.append_hydration(o,a),_vendor_browser_svelte_internal_index.append_hydration(n,_),_vendor_browser_svelte_internal_index.append_hydration(n,l)},p:function(e,n){1&n&&_vendor_browser_svelte_internal_index.set_data(a,e[0])},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n)}}}function create_fragment$3(e){var n,t=e[1]&&create_if_block$1(e);return{c:function(){t&&t.c(),n=_vendor_browser_svelte_internal_index.empty()},l:function(e){t&&t.l(e),n=_vendor_browser_svelte_internal_index.empty()},m:function(e,r){t&&t.m(e,r),_vendor_browser_svelte_internal_index.insert_hydration(e,n,r)},p:function(e,r){var o=_slicedToArray$3(r,1)[0];e[1]?t?t.p(e,o):((t=create_if_block$1(e)).c(),t.m(n.parentNode,n)):t&&(t.d(1),t=null)},i:_vendor_browser_svelte_internal_index.noop,o:_vendor_browser_svelte_internal_index.noop,d:function(e){t&&t.d(e),e&&_vendor_browser_svelte_internal_index.detach(n)}}}function instance$3(e,n,t){var r,o=n.variations,i=n.updated;return e.$$set=function(e){\"variations\"in e&&t(2,o=e.variations),\"updated\"in e&&t(0,i=e.updated)},e.$$.update=function(){5&e.$$.dirty&&t(1,r=Boolean(o.includes(_lib_browser_common_constants_componentVariations.VARIATIONS.CARD)&&!o.includes(_lib_browser_common_constants_componentVariations.VARIATIONS.MINI)&&i))},[i,r,o]}var StateElectionMapUpdateTimestamp=function(e){_inherits$3(t,_vendor_browser_svelte_internal_index.SvelteComponent);var n=_createSuper$3(t);function t(e){var r;return _classCallCheck$4(this,t),r=n.call(this),_vendor_browser_svelte_internal_index.init(_assertThisInitialized$3(r),e,instance$3,create_fragment$3,_vendor_browser_svelte_internal_index.safe_not_equal,{variations:2,updated:0},add_css$2),r}return t}(),poll_feed_interval_id=_vendor_browser_svelte_store_index.writable(0);function isFalsy(e){return!!(_vendor_browser_lodash_isNil.isNil(e)||_vendor_browser_lodash_isPlainObject.isPlainObject_1(e)&&0===Object.keys(e).length||_vendor_browser_lodash_isArray.isArray_1(e)&&0===e.length||\"\"===e||0===e||!1===e)}function _arrayLikeToArray$3(e,n){(null==n||n>e.length)&&(n=e.length);for(var t=0,r=new Array(n);t<n;t++)r[t]=e[t];return r}function _arrayWithoutHoles(e){if(Array.isArray(e))return _arrayLikeToArray$3(e)}function _iterableToArray(e){if(\"undefined\"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e[\"@@iterator\"])return Array.from(e)}function _nonIterableSpread(){throw new TypeError(\"Invalid attempt to spread non-iterable instance.\\\\\\\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}function _toConsumableArray(e){return _arrayWithoutHoles(e)||_iterableToArray(e)||_unsupportedIterableToArray$3(e)||_nonIterableSpread()}function _unsupportedIterableToArray$3(e,n){if(e){if(\"string\"==typeof e)return _arrayLikeToArray$3(e,n);var t=Object.prototype.toString.call(e).slice(8,-1);return\"Object\"===t&&e.constructor&&(t=e.constructor.name),\"Map\"===t||\"Set\"===t?Array.from(t):\"Arguments\"===t||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t)?_arrayLikeToArray$3(e,n):void 0}}function defaultTrueFunc(){return!0}var makeMapData=function(e){var n,t,r,o=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[\"PG\"],i=arguments.length>2?arguments[2]:void 0,a=arguments.length>3?arguments[3]:void 0,_=arguments.length>4?arguments[4]:void 0,l=arguments.length>5?arguments[5]:void 0,s=arguments.length>6?arguments[6]:void 0,c={},d=_toConsumableArray(new Set(null===(r=null===(t=null==s?void 0:null===(n=s.authoredCollections)||void 0===n?void 0:n.map(function(e){return e.listOfIds}))||void 0===t?void 0:t.flat())||void 0===r?void 0:r.map(function(e){return{stateFipsCode:e}})));i=_toConsumableArray(d).concat(_toConsumableArray(i));for(var u=0;u<o.length;++u){var f=o[u],p=getRacesDict(i,f);if(!isFalsy(p)&&!isFalsy(e)){for(var v={},b=e.length,m=0;m<b;++m){var y=e[m].getAttribute(\"data-geo-id\"),w=p[y];if(w)if(!!w.countyFipsCode)v[y]=createCounty(w,a,_);else{var g,h=(null==s?void 0:null===(g=s.filteredOut)||void 0===g?void 0:g.filterFunction)||defaultTrueFunc;w&&h(w.stateFipsCode)?v[y]=create(w,a,_,l,s):v[y]=createFiltered(w,a,_,{hideAbbreviation:!0})}else v[y]=createNoRace(y,{},_,a,{})}c[f]=v}}return c};function _classCallCheck$3(e,n){if(!(e instanceof n))throw new TypeError(\"Cannot call a class as a function\")}var MapLegendBlock=function e(n){var t=n.label,r=n.color,o=n.lineColor,i=n.mode,a=void 0===i?\"\":i;_classCallCheck$3(this,e),this.label=t,this.fillColor=r,this.lineColor=o,this.lineColor?this.type=\"pattern\":this.type=\"solid\",this.mode=a},MapLegendCircle=function e(n){var t=n.label,r=n.borderColor,o=n.color,i=n.image;_classCallCheck$3(this,e),this.label=t,this.borderColor=r,this.fillColor=o,this.image=i,this.image?this.type=\"image\":this.type=\"circle\"};function moveToEndOfBlocks(e){var n,t,r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:\"custom\";return(null==e?void 0:null===(n=e.colors)||void 0===n?void 0:null===(t=n[0])||void 0===t?void 0:t.mode)!==r?-1:0}function _arrayLikeToArray$2(e,n){(null==n||n>e.length)&&(n=e.length);for(var t=0,r=new Array(n);t<n;t++)r[t]=e[t];return r}function _arrayWithHoles$2(e){if(Array.isArray(e))return e}function _defineProperty$1(e,n,t){return n in e?Object.defineProperty(e,n,{value:t,enumerable:!0,configurable:!0,writable:!0}):e[n]=t,e}function _iterableToArrayLimit$2(e,n){var t=null==e?null:\"undefined\"!=typeof Symbol&&e[Symbol.iterator]||e[\"@@iterator\"];if(null!=t){var r,o,i=[],a=!0,_=!1;try{for(t=t.call(e);!(a=(r=t.next()).done)&&(i.push(r.value),!n||i.length!==n);a=!0);}catch(e){_=!0,o=e}finally{try{a||null==t.return||t.return()}finally{if(_)throw o}}return i}}function _nonIterableRest$2(){throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\\\\\\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}function _objectSpread$1(e){for(var n=1;n<arguments.length;n++){var t=null!=arguments[n]?arguments[n]:{},r=Object.keys(t);\"function\"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(t).filter(function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),r.forEach(function(n){_defineProperty$1(e,n,t[n])})}return e}function ownKeys$1(e,n){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);n&&(r=r.filter(function(n){return Object.getOwnPropertyDescriptor(e,n).enumerable})),t.push.apply(t,r)}return t}function _objectSpreadProps$1(e,n){return n=null!=n?n:{},Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):ownKeys$1(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}),e}function _slicedToArray$2(e,n){return _arrayWithHoles$2(e)||_iterableToArrayLimit$2(e,n)||_unsupportedIterableToArray$2(e,n)||_nonIterableRest$2()}function _unsupportedIterableToArray$2(e,n){if(e){if(\"string\"==typeof e)return _arrayLikeToArray$2(e,n);var t=Object.prototype.toString.call(e).slice(8,-1);return\"Object\"===t&&e.constructor&&(t=e.constructor.name),\"Map\"===t||\"Set\"===t?Array.from(t):\"Arguments\"===t||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t)?_arrayLikeToArray$2(e,n):void 0}}var _obj,partyOrder=[\"DEM\",\"REP\"],blockOrder=[\"lead\",\"win\",\"flip\",\"0+\",\"0-5\",\"5-10\",\"10+\",\"custom\"],circleOrder=[\"votesReceived\",\"tie\",\"tooClose\",\"noRace\",\"noVotes\",\"runoff\",\"filteredOut\"],initialConfig=(_defineProperty$1(_obj={win:{type:\"block\",label:\"Win\",colorKey:\"win\"},flip:{type:\"block\",label:\"Flip\",colorKey:\"flip\"},lead:{type:\"block\",label:\"Lead\",colorKey:\"lead\"}},\"0-5\",{type:\"block\",label:\"0-5%\",colorKey:\"0-5\"}),_defineProperty$1(_obj,\"5-10\",{type:\"block\",label:\"5-10%\",colorKey:\"5-10\"}),_defineProperty$1(_obj,\"10+\",{type:\"block\",label:\"10%+\",colorKey:\"10+\"}),_defineProperty$1(_obj,\"0+\",{type:\"block\",label:\"\",colorKey:\"0+\"}),_defineProperty$1(_obj,\"custom\",{type:\"block\",colorKey:\"custom\",label:\"\"}),_defineProperty$1(_obj,\"tie\",{type:\"circle\",label:\"Tie\"}),_defineProperty$1(_obj,\"noRace\",{type:\"circle\",label:\"No election\",hideLegend:!1}),_defineProperty$1(_obj,\"noVotes\",{type:\"circle\",label:\"No votes yet\",hideLegend:!0}),_defineProperty$1(_obj,\"votesReceived\",{type:\"circle\",label:\"Processing results\"}),_defineProperty$1(_obj,\"runoff\",{type:\"circle\",label:\"Runoff\"}),_defineProperty$1(_obj,\"tooClose\",{type:\"circle\",label:\"Too close to call\"}),_defineProperty$1(_obj,\"filteredOut\",{type:\"circle\",label:\"\",hideLegend:!0}),_obj);blockOrder.forEach(function(e,n){initialConfig[e].loc=n}),circleOrder.forEach(function(e,n){initialConfig[e].loc=n});var _obj1,getBlocks=function(e){return initialConfig[e]},blockGroups=(_defineProperty$1(_obj1={projection:[\"win\",\"flip\"].map(getBlocks)},\"projection-with-lead\",[\"lead\",\"win\",\"flip\"].map(getBlocks)),_defineProperty$1(_obj1,\"ahead\",[\"0-5\",\"5-10\",\"10+\"].map(getBlocks)),_defineProperty$1(_obj1,\"ahead-single-bucket\",[\"0+\"].map(getBlocks)),_defineProperty$1(_obj1,\"custom\",[\"custom\"].map(getBlocks)),_obj1);function allLegendState(e,n,t,r,o,i){var a=function(i){var a=function(e){var n=p[e],t=_vendor_browser_lodash_get.get_1(d,[n,\"mapData\"],{}).legendInfo;if(t){var r=t.bucket,i=t.party,a=t.lastName,_=t.candidateId,v=t.mode,b=t.hideLegend,m=s||\"PG\"===c?a:i,y=(l[r]||{}).type;if(\"block\"===y){if(!i)return\"continue\";if(b)return\"continue\";var w=(l[r]||{}).loc;if(u[m]||(u[m]=[]),!u[m][w]){var g=void 0;g=o.color(String(_),v,\"0-5\")?o.palette(_,v):o.color(String(_),v,\"0+\")?o.palette(String(_),v):o.palette(String(_),v,\"win\")||o.palette(i,v);var h=_vendor_browser_lodash_get.get_1(g,\"shades\",[]);h.filter(function(e){return!!e.value}).forEach(function(e){var n=l[e.type]||{},r=n.label,o=n.loc;u[m][o]=new MapLegendBlock(_objectSpreadProps$1(_objectSpread$1({},t),{color:e.value,label:r,mode:v}))}),0===h.length&&\"custom\"===l[r].colorKey&&(u[m][w]=new MapLegendBlock(_objectSpreadProps$1(_objectSpread$1({},t),{label:l[r].label,mode:v})))}(blockGroups[v]||[]).forEach(function(e){var n=e.label,r=e.loc,a=e.colorKey,l={color:void 0,lineColor:void 0};if(\"flip\"===a){var s=o.color(m)||o.color(String(_));if(!s){var c=o.getDefaultPalette(v).defaultPalette;s=o.color(c)}var d=o.color(m,v,a);if(!d){var f=o.getDefaultPalette(v).defaultPalette;d=o.color(f,v,a)}l.color=s,l.lineColor=d}else if(\"custom\"===a)l.color=t.color;else{var p=o.color(String(_),v,a)||o.color(i,v,a);if(!p){var b=o.getDefaultPalette(v).defaultPalette;p=o.color(b,v,a)}l.color=p}void 0!==u[m][r]&&(u[m][r]=new MapLegendBlock(_objectSpreadProps$1(_objectSpread$1({},l),{label:n,mode:v})))})}else if(\"circle\"===y){var x=l[r]||{},$=x.label,O=x.loc;if(x.hideLegend)return\"continue\";f[O]||(f[O]=new MapLegendCircle(_objectSpreadProps$1(_objectSpread$1({},t),{label:$})))}}},c=e[i],d=n[c];if(isFalsy(d))return\"continue\";var u={},f=[],p=r[c],v=p&&p.length>0&&p[0].length>2;if(\"HG\"!==c&&v){for(var b=t.length,m=[],y=0;y<b;++y){var w=t[y].getAttribute(\"data-geo-id\");m.push(w)}p=m}else p=r[c];for(var g,h=_vendor_browser_lodash_get.get_1(d,[p[0],\"mapData\"],{}),x=_vendor_browser_lodash_get.get_1(h,\"legendInfo.mode\",\"\"),$={name:(_defineProperty$1(g={},_lib_browser_common_constants_painting.PaintModes.AHEAD,\"Size of Lead\"),_defineProperty$1(g,_lib_browser_common_constants_painting.PaintModes.AHEAD_SINGLE_BUCKET,\"Leading\"),_defineProperty$1(g,_lib_browser_common_constants_painting.PaintModes.PROJECTION,\"CNN Projection\"),_defineProperty$1(g,_lib_browser_common_constants_painting.PaintModes.PROJECTION_WITH_LEAD,\"Leading Party\"),g)[x]},O=p.length,P=0;P<O;++P)a(P);Object.entries(u).forEach(function(e){var n=_slicedToArray$2(e,2),t=n[0],r=n[1];u[t]=r.filter(Boolean)});var T=[];partyOrder.forEach(function(e){var n=u[e];n&&(T.push({label:e,colors:n}),delete u[e])}),Object.entries(u).forEach(function(e){var n=_slicedToArray$2(e,2),t=n[0],r=n[1];T.push({label:t,colors:r})}),T.sort(moveToEndOfBlocks),_[c]={block:T,circle:f,legendTitle:$}},_={},l=Object.assign({},initialConfig),s=null==i?void 0:i.includes(_lib_browser_common_constants_componentVariations.VARIATIONS.LASTNAMES_IN_LEGEND);(null==i?void 0:i.includes(_lib_browser_common_constants_componentVariations.VARIATIONS.OBSCURE_FLIPPED_IN_LEGEND))&&delete l.flip,(null==i?void 0:i.includes(_lib_browser_common_constants_componentVariations.VARIATIONS.OBSCURE_NO_RACE))&&(l.noRace.hideLegend=!0);for(var c=0;c<e.length;++c)a(c);return _}function makeRaceKeysByType(e,n){for(var t={},r=0;r<n.length;++r){var o=n[r],i=e[o];i&&(t[o]=Object.keys(i).sort(function(e,n){return n.length-e.length}))}return t}function addSvgPaintPatterns(e,n){var t=\"\";return e.getFlippableGroups().forEach(function(r){var o=e.color(r,\"projection\",\"win\"),i=e.color(r,\"projection\",\"flip\"),a=\\'\\\\n <pattern \\\\n class=\"hatched-flip-projections\" \\\\n id=\"hatch-\\'.concat(r,\"-\").concat(n,\\'\" \\\\n width=\"10\" \\\\n height=\"5\" \\\\n patternTransform=\"rotate(45 0 0)\" \\\\n patternUnits=\"userSpaceOnUse\"\\\\n >\\\\n <rect \\\\n x=\"0\" \\\\n y=\"0\" \\\\n width=\"10\" \\\\n height=\"5\" \\\\n style=\"fill:\\').concat(o,\\'\"\\\\n ></rect>\\\\n <line\\\\n x1=\"0\" \\\\n y1=\"0\" \\\\n x2=\"0\" \\\\n y2=\"10\" \\\\n style=\"stroke:\\').concat(i,\\'; stroke-width:10\"\\\\n ></line>\\\\n </pattern>\\\\n \\');t+=a}),t}function hasCandidates(e){var n=_vendor_browser_lodash_get.get_1(e,\"candidates\");return Array.isArray(n)&&n.length>0}function _assertThisInitialized$2(e){if(void 0===e)throw new ReferenceError(\"this hasn\\'t been initialised - super() hasn\\'t been called\");return e}function _classCallCheck$2(e,n){if(!(e instanceof n))throw new TypeError(\"Cannot call a class as a function\")}function _defineProperty(e,n,t){return n in e?Object.defineProperty(e,n,{value:t,enumerable:!0,configurable:!0,writable:!0}):e[n]=t,e}function _getPrototypeOf$2(e){return(_getPrototypeOf$2=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function _inherits$2(e,n){if(\"function\"!=typeof n&&null!==n)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(n&&n.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),n&&_setPrototypeOf$2(e,n)}function _objectSpread(e){for(var n=1;n<arguments.length;n++){var t=null!=arguments[n]?arguments[n]:{},r=Object.keys(t);\"function\"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(t).filter(function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),r.forEach(function(n){_defineProperty(e,n,t[n])})}return e}function ownKeys(e,n){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);n&&(r=r.filter(function(n){return Object.getOwnPropertyDescriptor(e,n).enumerable})),t.push.apply(t,r)}return t}function _objectSpreadProps(e,n){return n=null!=n?n:{},Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):ownKeys(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}),e}function _possibleConstructorReturn$2(e,n){return!n||\"object\"!==_typeof$2(n)&&\"function\"!=typeof n?_assertThisInitialized$2(e):n}function _setPrototypeOf$2(e,n){return(_setPrototypeOf$2=Object.setPrototypeOf||function(e,n){return e.__proto__=n,e})(e,n)}var _typeof$2=function(e){return e&&\"undefined\"!=typeof Symbol&&e.constructor===Symbol?\"symbol\":typeof e};function _isNativeReflectConstruct$2(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function _createSuper$2(e){var n=_isNativeReflectConstruct$2();return function(){var t,r=_getPrototypeOf$2(e);if(n){var o=_getPrototypeOf$2(this).constructor;t=Reflect.construct(r,arguments,o)}else t=r.apply(this,arguments);return _possibleConstructorReturn$2(this,t)}}var window_1=_vendor_browser_svelte_internal_index.globals.window;function add_css$1(e){_vendor_browser_svelte_internal_index.append_styles(e,\"cnn-pcl-glx31i\",\\'.state-election-map-2kyVCy.cnn-pcl-glx31i.cnn-pcl-glx31i{grid-area:state-election-map;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:10px}.state-election-map-2kyVCy.cnn-pcl-glx31i h2.cnn-pcl-glx31i{font-family:cnn_sans_display, helveticaneue, Helvetica, Arial, Utkal, sans-serif;font-weight:700;font-size:20px;line-height:26px}.state-election-map-2kyVCy.card-sOoYGi.cnn-pcl-glx31i .map-wrapper-3pB_Q0.cnn-pcl-glx31i{margin-bottom:24px;height:100%;width:100%}.state-election-map-2kyVCy.card-sOoYGi.mini-ZKujOi.cnn-pcl-glx31i .map-wrapper-3pB_Q0.cnn-pcl-glx31i{margin-bottom:0}.title-link-1e1dJN.cnn-pcl-glx31i.cnn-pcl-glx31i{cursor:pointer;color:initial !important;text-decoration:none}.title-link-1e1dJN.cnn-pcl-glx31i.cnn-pcl-glx31i:hover{text-decoration:underline;color:initial}.card-title-2fmh_w.cnn-pcl-glx31i.cnn-pcl-glx31i{text-transform:uppercase;margin:0 0 16px 0}.map-wrapper-3pB_Q0.cnn-pcl-glx31i.cnn-pcl-glx31i{display:flex;justify-content:center}.tooltip-2duQjE.cnn-pcl-glx31i.cnn-pcl-glx31i{display:flex;flex-direction:column;position:fixed;width:100%;left:0;bottom:0;pointer-events:all;box-sizing:border-box;z-index:10001}.tooltip-2duQjE.cnn-pcl-glx31i button.cnn-pcl-glx31i{position:absolute;z-index:1002;top:0px;right:20px;width:32px;height:32px;background:rgb(12, 12, 12);border:none;transform:translateY(-50%);border-radius:1000px;box-shadow:rgba(0, 0, 0, 0.2) 0px 3px 3px 0px}.tooltip-2duQjE.cnn-pcl-glx31i button.cnn-pcl-glx31i::before,.tooltip-2duQjE.cnn-pcl-glx31i button.cnn-pcl-glx31i::after{content:\"\";width:18px;height:1px;position:absolute;margin-top:-1px;top:50%;left:50%;background:white}.tooltip-2duQjE.cnn-pcl-glx31i button.cnn-pcl-glx31i::before{-webkit-transform:translateX(-50%) rotate(45deg);transform:translateX(-50%) rotate(45deg)}.tooltip-2duQjE.cnn-pcl-glx31i button.cnn-pcl-glx31i::after{-webkit-transform:translateX(-50%) rotate(-45deg);transform:translateX(-50%) rotate(-45deg)}@media screen and (min-width: 768px){.tooltip-2duQjE.cnn-pcl-glx31i.cnn-pcl-glx31i{display:none;position:fixed;z-index:10001;max-width:300px}.tooltip-2duQjE.cnn-pcl-glx31i button.cnn-pcl-glx31i{display:none}}@media screen and (min-width: 1024px){.embedded-iPSj5f.cnn-pcl-glx31i.cnn-pcl-glx31i{border-left:1px solid #e6e6e6}.state-election-map-2kyVCy.stacked-1825de.cnn-pcl-glx31i.cnn-pcl-glx31i{border-left:none}}\\')}function create_if_block_4(e){var n,t=function(e,n){return e[5]?create_if_block_5:create_else_block_1},r=t(e),o=r(e);return{c:function(){n=_vendor_browser_svelte_internal_index.element(\"h2\"),o.c(),this.h()},l:function(e){n=_vendor_browser_svelte_internal_index.claim_element(e,\"H2\",{class:!0});var t=_vendor_browser_svelte_internal_index.children(n);o.l(t),t.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(n,\"class\",\"cnn-pcl-glx31i\"),_vendor_browser_svelte_internal_index.toggle_class(n,\"card-title-2fmh_w\",e[0].includes(_lib_browser_common_constants_componentVariations.VARIATIONS.CARD))},m:function(e,t){_vendor_browser_svelte_internal_index.insert_hydration(e,n,t),o.m(n,null)},p:function(e,i){r===(r=t(e))&&o?o.p(e,i):(o.d(1),(o=r(e))&&(o.c(),o.m(n,null))),1&i[0]&&_vendor_browser_svelte_internal_index.toggle_class(n,\"card-title-2fmh_w\",e[0].includes(_lib_browser_common_constants_componentVariations.VARIATIONS.CARD))},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n),o.d()}}}function create_else_block_1(e){var n;return{c:function(){n=_vendor_browser_svelte_internal_index.text(e[1])},l:function(t){n=_vendor_browser_svelte_internal_index.claim_text(t,e[1])},m:function(e,t){_vendor_browser_svelte_internal_index.insert_hydration(e,n,t)},p:function(e,t){2&t[0]&&_vendor_browser_svelte_internal_index.set_data(n,e[1])},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n)}}}function create_if_block_5(e){var n,t;return{c:function(){n=_vendor_browser_svelte_internal_index.element(\"a\"),t=_vendor_browser_svelte_internal_index.text(e[1]),this.h()},l:function(r){n=_vendor_browser_svelte_internal_index.claim_element(r,\"A\",{class:!0,href:!0});var o=_vendor_browser_svelte_internal_index.children(n);t=_vendor_browser_svelte_internal_index.claim_text(o,e[1]),o.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(n,\"class\",\"title-link-1e1dJN cnn-pcl-glx31i\"),_vendor_browser_svelte_internal_index.attr(n,\"href\",e[5])},m:function(e,r){_vendor_browser_svelte_internal_index.insert_hydration(e,n,r),_vendor_browser_svelte_internal_index.append_hydration(n,t)},p:function(e,r){2&r[0]&&_vendor_browser_svelte_internal_index.set_data(t,e[1]),32&r[0]&&_vendor_browser_svelte_internal_index.attr(n,\"href\",e[5])},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n)}}}function create_if_block_2(e){var n,t;return n=new _lib_sdk_browser__externalConfig_featureFlags_FeatureFlag_svelte.FeatureFlag({props:{feature:e[25],$$slots:{default:[create_default_slot_1]},$$scope:{ctx:e}}}),{c:function(){_vendor_browser_svelte_internal_index.create_component(n.$$.fragment)},l:function(e){_vendor_browser_svelte_internal_index.claim_component(n.$$.fragment,e)},m:function(e,r){_vendor_browser_svelte_internal_index.mount_component(n,e,r),t=!0},p:function(e,t){var r={};1323013&t[0]|536870912&t[1]&&(r.$$scope={dirty:t,ctx:e}),n.$set(r)},i:function(e){t||(_vendor_browser_svelte_internal_index.transition_in(n.$$.fragment,e),t=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(n.$$.fragment,e),t=!1},d:function(e){_vendor_browser_svelte_internal_index.destroy_component(n,e)}}}function create_if_block_3(e){var n,t,r,o=function(e){return{props:{circles:e[12]}}},i=circles_lib_browser.Circles;return i&&(n=new i(o(e))),{c:function(){n&&_vendor_browser_svelte_internal_index.create_component(n.$$.fragment),t=_vendor_browser_svelte_internal_index.empty()},l:function(e){n&&_vendor_browser_svelte_internal_index.claim_component(n.$$.fragment,e),t=_vendor_browser_svelte_internal_index.empty()},m:function(e,o){n&&_vendor_browser_svelte_internal_index.mount_component(n,e,o),_vendor_browser_svelte_internal_index.insert_hydration(e,t,o),r=!0},p:function(e,r){var a={};if(4096&r[0]&&(a.circles=e[12]),i!==(i=circles_lib_browser.Circles)){if(n){_vendor_browser_svelte_internal_index.group_outros();var _=n;_vendor_browser_svelte_internal_index.transition_out(_.$$.fragment,1,0,function(){_vendor_browser_svelte_internal_index.destroy_component(_,1)}),_vendor_browser_svelte_internal_index.check_outros()}i?(n=new i(o(e)),_vendor_browser_svelte_internal_index.create_component(n.$$.fragment),_vendor_browser_svelte_internal_index.transition_in(n.$$.fragment,1),_vendor_browser_svelte_internal_index.mount_component(n,t.parentNode,t)):n=null}else i&&n.$set(a)},i:function(e){r||(n&&_vendor_browser_svelte_internal_index.transition_in(n.$$.fragment,e),r=!0)},o:function(e){n&&_vendor_browser_svelte_internal_index.transition_out(n.$$.fragment,e),r=!1},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(t),n&&_vendor_browser_svelte_internal_index.destroy_component(n,e)}}}function create_default_slot_1(e){var n,t,r,o,i=function(e){return{props:{palettes:e[13],variations:e[0],mode:e[2],legendTitle:e[20]}}},a=legend_lib_browser.Legend;a&&(n=new a(i(e)));var _=e[18]&&create_if_block_3(e);return{c:function(){n&&_vendor_browser_svelte_internal_index.create_component(n.$$.fragment),t=_vendor_browser_svelte_internal_index.space(),_&&_.c(),r=_vendor_browser_svelte_internal_index.empty()},l:function(e){n&&_vendor_browser_svelte_internal_index.claim_component(n.$$.fragment,e),t=_vendor_browser_svelte_internal_index.claim_space(e),_&&_.l(e),r=_vendor_browser_svelte_internal_index.empty()},m:function(e,i){n&&_vendor_browser_svelte_internal_index.mount_component(n,e,i),_vendor_browser_svelte_internal_index.insert_hydration(e,t,i),_&&_.m(e,i),_vendor_browser_svelte_internal_index.insert_hydration(e,r,i),o=!0},p:function(e,o){var l={};if(8192&o[0]&&(l.palettes=e[13]),1&o[0]&&(l.variations=e[0]),4&o[0]&&(l.mode=e[2]),1048576&o[0]&&(l.legendTitle=e[20]),a!==(a=legend_lib_browser.Legend)){if(n){_vendor_browser_svelte_internal_index.group_outros();var s=n;_vendor_browser_svelte_internal_index.transition_out(s.$$.fragment,1,0,function(){_vendor_browser_svelte_internal_index.destroy_component(s,1)}),_vendor_browser_svelte_internal_index.check_outros()}a?(n=new a(i(e)),_vendor_browser_svelte_internal_index.create_component(n.$$.fragment),_vendor_browser_svelte_internal_index.transition_in(n.$$.fragment,1),_vendor_browser_svelte_internal_index.mount_component(n,t.parentNode,t)):n=null}else a&&n.$set(l);e[18]?_?(_.p(e,o),262144&o[0]&&_vendor_browser_svelte_internal_index.transition_in(_,1)):((_=create_if_block_3(e)).c(),_vendor_browser_svelte_internal_index.transition_in(_,1),_.m(r.parentNode,r)):_&&(_vendor_browser_svelte_internal_index.group_outros(),_vendor_browser_svelte_internal_index.transition_out(_,1,1,function(){_=null}),_vendor_browser_svelte_internal_index.check_outros())},i:function(e){o||(n&&_vendor_browser_svelte_internal_index.transition_in(n.$$.fragment,e),_vendor_browser_svelte_internal_index.transition_in(_),o=!0)},o:function(e){n&&_vendor_browser_svelte_internal_index.transition_out(n.$$.fragment,e),_vendor_browser_svelte_internal_index.transition_out(_),o=!1},d:function(e){n&&_vendor_browser_svelte_internal_index.destroy_component(n,e),e&&_vendor_browser_svelte_internal_index.detach(t),_&&_.d(e),e&&_vendor_browser_svelte_internal_index.detach(r)}}}function create_if_block(e){var n,t;return n=new _lib_sdk_browser__externalConfig_featureFlags_FeatureFlag_svelte.FeatureFlag({props:{feature:e[24],$$slots:{default:[create_default_slot$2]},$$scope:{ctx:e}}}),{c:function(){_vendor_browser_svelte_internal_index.create_component(n.$$.fragment)},l:function(e){_vendor_browser_svelte_internal_index.claim_component(n.$$.fragment,e)},m:function(e,r){_vendor_browser_svelte_internal_index.mount_component(n,e,r),t=!0},p:function(e,t){var r={};67144&t[0]|536870912&t[1]&&(r.$$scope={dirty:t,ctx:e}),n.$set(r)},i:function(e){t||(_vendor_browser_svelte_internal_index.transition_in(n.$$.fragment,e),t=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(n.$$.fragment,e),t=!1},d:function(e){_vendor_browser_svelte_internal_index.destroy_component(n,e)}}}function create_else_block(e){var n,t;return n=new NoDataAvailable({props:{tooltipResults:e[16]}}),{c:function(){_vendor_browser_svelte_internal_index.create_component(n.$$.fragment)},l:function(e){_vendor_browser_svelte_internal_index.claim_component(n.$$.fragment,e)},m:function(e,r){_vendor_browser_svelte_internal_index.mount_component(n,e,r),t=!0},p:function(e,t){var r={};65536&t[0]&&(r.tooltipResults=e[16]),n.$set(r)},i:function(e){t||(_vendor_browser_svelte_internal_index.transition_in(n.$$.fragment,e),t=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(n.$$.fragment,e),t=!1},d:function(e){_vendor_browser_svelte_internal_index.destroy_component(n,e)}}}function create_if_block_1(e){var n,t;return n=new coreResult_lib_browser.CoreResult({props:{result:e[16],title:e[16].countyName,candidateText:e[6],from:_lib_browser_common_constants_componentNames.STATE_ELECTION_MAP,runoffInformationalText:e[9],projectedWinnerText:e[10],isNotFollowableCRM:!0,pollInterval:e[3]}}),{c:function(){_vendor_browser_svelte_internal_index.create_component(n.$$.fragment)},l:function(e){_vendor_browser_svelte_internal_index.claim_component(n.$$.fragment,e)},m:function(e,r){_vendor_browser_svelte_internal_index.mount_component(n,e,r),t=!0},p:function(e,t){var r={};65536&t[0]&&(r.result=e[16]),65536&t[0]&&(r.title=e[16].countyName),64&t[0]&&(r.candidateText=e[6]),512&t[0]&&(r.runoffInformationalText=e[9]),1024&t[0]&&(r.projectedWinnerText=e[10]),8&t[0]&&(r.pollInterval=e[3]),n.$set(r)},i:function(e){t||(_vendor_browser_svelte_internal_index.transition_in(n.$$.fragment,e),t=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(n.$$.fragment,e),t=!1},d:function(e){_vendor_browser_svelte_internal_index.destroy_component(n,e)}}}function create_default_slot$2(e){var n,t,r,o,i,a,_,l,s,c=function(e,n){return 65536&n[0]&&(o=null),null==o&&(o=!!hasCandidates(e[16])),o?0:1},d=[create_if_block_1,create_else_block],u=[];return i=c(e,[-1,-1]),a=u[i]=d[i](e),{c:function(){n=_vendor_browser_svelte_internal_index.element(\"div\"),t=_vendor_browser_svelte_internal_index.element(\"button\"),r=_vendor_browser_svelte_internal_index.space(),a.c(),this.h()},l:function(e){n=_vendor_browser_svelte_internal_index.claim_element(e,\"DIV\",{class:!0,id:!0});var o=_vendor_browser_svelte_internal_index.children(n);t=_vendor_browser_svelte_internal_index.claim_element(o,\"BUTTON\",{\"aria-label\":!0,class:!0}),_vendor_browser_svelte_internal_index.children(t).forEach(_vendor_browser_svelte_internal_index.detach),r=_vendor_browser_svelte_internal_index.claim_space(o),a.l(o),o.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(t,\"aria-label\",\"close\"),_vendor_browser_svelte_internal_index.attr(t,\"class\",\"cnn-pcl-glx31i\"),_vendor_browser_svelte_internal_index.attr(n,\"class\",\"tooltip-2duQjE cnn-pcl-glx31i\"),_vendor_browser_svelte_internal_index.attr(n,\"id\",\"tip\")},m:function(o,a){_vendor_browser_svelte_internal_index.insert_hydration(o,n,a),_vendor_browser_svelte_internal_index.append_hydration(n,t),_vendor_browser_svelte_internal_index.append_hydration(n,r),u[i].m(n,null),_=!0,l||(s=_vendor_browser_svelte_internal_index.listen(t,\"click\",e[28]),l=!0)},p:function(e,t){var r=i;(i=c(e,t))===r?u[i].p(e,t):(_vendor_browser_svelte_internal_index.group_outros(),_vendor_browser_svelte_internal_index.transition_out(u[r],1,1,function(){u[r]=null}),_vendor_browser_svelte_internal_index.check_outros(),(a=u[i])?a.p(e,t):(a=u[i]=d[i](e)).c(),_vendor_browser_svelte_internal_index.transition_in(a,1),a.m(n,null))},i:function(e){_||(_vendor_browser_svelte_internal_index.transition_in(a),_=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(a),_=!1},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n),u[i].d(),l=!1,s()}}}function create_fragment$2(e){var n,t,r,o,i,a,_,l,s,c,d=(e[19]||e[18])&&e[0].includes(_lib_browser_common_constants_componentVariations.VARIATIONS.LEGEND)&&!e[7].isBlankMap(),u=e[1]&&create_if_block_4(e);i=new StateElectionMapUpdateTimestamp({props:{variations:e[0],updated:e[4]}});var f=d&&create_if_block_2(e),p=e[15]&&create_if_block(e);return{c:function(){n=_vendor_browser_svelte_internal_index.element(\"div\"),u&&u.c(),t=_vendor_browser_svelte_internal_index.space(),r=_vendor_browser_svelte_internal_index.element(\"div\"),o=_vendor_browser_svelte_internal_index.space(),_vendor_browser_svelte_internal_index.create_component(i.$$.fragment),a=_vendor_browser_svelte_internal_index.space(),f&&f.c(),_=_vendor_browser_svelte_internal_index.space(),p&&p.c(),this.h()},l:function(e){n=_vendor_browser_svelte_internal_index.claim_element(e,\"DIV\",{class:!0});var l=_vendor_browser_svelte_internal_index.children(n);u&&u.l(l),t=_vendor_browser_svelte_internal_index.claim_space(l),r=_vendor_browser_svelte_internal_index.claim_element(l,\"DIV\",{class:!0}),_vendor_browser_svelte_internal_index.children(r).forEach(_vendor_browser_svelte_internal_index.detach),o=_vendor_browser_svelte_internal_index.claim_space(l),_vendor_browser_svelte_internal_index.claim_component(i.$$.fragment,l),a=_vendor_browser_svelte_internal_index.claim_space(l),f&&f.l(l),_=_vendor_browser_svelte_internal_index.claim_space(l),p&&p.l(l),l.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(r,\"class\",\"map-wrapper-3pB_Q0 cnn-pcl-glx31i\"),_vendor_browser_svelte_internal_index.attr(n,\"class\",\"state-election-map-2kyVCy cnn-pcl-glx31i\"),_vendor_browser_svelte_internal_index.toggle_class(n,\"embedded-iPSj5f\",e[0].includes(_lib_browser_common_constants_componentVariations.VARIATIONS.EMBEDDED)&&!e[8]),_vendor_browser_svelte_internal_index.toggle_class(n,\"card-sOoYGi\",e[17]),_vendor_browser_svelte_internal_index.toggle_class(n,\"mini-ZKujOi\",e[22]),_vendor_browser_svelte_internal_index.toggle_class(n,\"stacked-1825de\",e[11])},m:function(d,v){_vendor_browser_svelte_internal_index.insert_hydration(d,n,v),u&&u.m(n,null),_vendor_browser_svelte_internal_index.append_hydration(n,t),_vendor_browser_svelte_internal_index.append_hydration(n,r),e[42](r),_vendor_browser_svelte_internal_index.append_hydration(n,o),_vendor_browser_svelte_internal_index.mount_component(i,n,null),_vendor_browser_svelte_internal_index.append_hydration(n,a),f&&f.m(n,null),_vendor_browser_svelte_internal_index.append_hydration(n,_),p&&p.m(n,null),e[43](n),l=!0,s||(c=[_vendor_browser_svelte_internal_index.listen(window_1,\"wheel\",e[28]),_vendor_browser_svelte_internal_index.listen(window_1,\"scroll\",e[28]),_vendor_browser_svelte_internal_index.listen(window_1,\"click\",e[27])],s=!0)},p:function(e,r){e[1]?u?u.p(e,r):((u=create_if_block_4(e)).c(),u.m(n,t)):u&&(u.d(1),u=null);var o={};1&r[0]&&(o.variations=e[0]),16&r[0]&&(o.updated=e[4]),i.$set(o),786561&r[0]&&(d=(e[19]||e[18])&&e[0].includes(_lib_browser_common_constants_componentVariations.VARIATIONS.LEGEND)&&!e[7].isBlankMap()),d?f?(f.p(e,r),786561&r[0]&&_vendor_browser_svelte_internal_index.transition_in(f,1)):((f=create_if_block_2(e)).c(),_vendor_browser_svelte_internal_index.transition_in(f,1),f.m(n,_)):f&&(_vendor_browser_svelte_internal_index.group_outros(),_vendor_browser_svelte_internal_index.transition_out(f,1,1,function(){f=null}),_vendor_browser_svelte_internal_index.check_outros()),e[15]?p?(p.p(e,r),32768&r[0]&&_vendor_browser_svelte_internal_index.transition_in(p,1)):((p=create_if_block(e)).c(),_vendor_browser_svelte_internal_index.transition_in(p,1),p.m(n,null)):p&&(_vendor_browser_svelte_internal_index.group_outros(),_vendor_browser_svelte_internal_index.transition_out(p,1,1,function(){p=null}),_vendor_browser_svelte_internal_index.check_outros()),257&r[0]&&_vendor_browser_svelte_internal_index.toggle_class(n,\"embedded-iPSj5f\",e[0].includes(_lib_browser_common_constants_componentVariations.VARIATIONS.EMBEDDED)&&!e[8]),131072&r[0]&&_vendor_browser_svelte_internal_index.toggle_class(n,\"card-sOoYGi\",e[17]),4194304&r[0]&&_vendor_browser_svelte_internal_index.toggle_class(n,\"mini-ZKujOi\",e[22]),2048&r[0]&&_vendor_browser_svelte_internal_index.toggle_class(n,\"stacked-1825de\",e[11])},i:function(e){l||(_vendor_browser_svelte_internal_index.transition_in(i.$$.fragment,e),_vendor_browser_svelte_internal_index.transition_in(f),_vendor_browser_svelte_internal_index.transition_in(p),l=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(i.$$.fragment,e),_vendor_browser_svelte_internal_index.transition_out(f),_vendor_browser_svelte_internal_index.transition_out(p),l=!1},d:function(t){t&&_vendor_browser_svelte_internal_index.detach(n),u&&u.d(),e[42](null),_vendor_browser_svelte_internal_index.destroy_component(i),f&&f.d(),p&&p.d(),e[43](null),s=!1,_vendor_browser_svelte_internal_index.run_all(c)}}}function instance$2(e,n,t){var r,o,i,a,_,l,s,c=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:\"\";\"string\"==typeof e&&(window[_lib_browser_common_constants_namespace.TOOLTIP_NAMESPACE]=_defineProperty({},o,e),t(38,r=e))},d=function(e){poll_feed_interval_id.update(function(){return e})},u=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:A;if(\"undefined\"!=typeof document&&e&&K){var n=document.createElement(\"div\");if(n.innerHTML=e,n.style.width=\"calc(100% - 20px)\",n.style.height=\"100%\",n.style.margin=\"10px\",K.appendChild(n),null==(Z=K.querySelector(\"svg\"))||Z.classList.add(\"cnn-pcl-svg-map\"),null==Z||Z.setAttribute(\"preserveAspectRatio\",\"xMidYMid meet\"),(null==Z?void 0:Z.style)&&(Z.style.maxHeight=\"300px\",Z.style.maxWidth=\"100%\"),isAProjection(y)){var r=addSvgPaintPatterns(D,null==l?void 0:l.componentKey);null==Z||Z.insertAdjacentHTML(\"afterbegin\",r)}_lib_browser_common_painting_initialPaint.initialCss(Z),t(36,q=K.querySelectorAll(\"path\")),_lib_browser_common_painting_initialPaint.initialPaint(q,D,c,G,v)}},f=function(){j&&!w||$&&_lib_browser_common_dataFetching_PollFeed.PollFeed($,w,function(e){t(29,j=e)},d)},p=n.variations,v=void 0===p?[]:p,b=n.title,m=void 0===b?\"\":b,y=n.mode,w=n.pollingInterval,g=n.raceType,h=void 0===g?\"PG\":g,x=n.feedURL,$=void 0===x?\"\":x,O=n.mapURL,P=void 0===O?\"\":O,T=n.results,j=void 0===T?[]:T,I=n.svgData,A=void 0===I?\"\":I,C=n.updated,S=n.titleHref,k=void 0===S?\"\":S,E=n.candidateText,R=n.hidePointsOfInterest,N=void 0!==R&&R,D=n.theme,L=n.isZoomEnabled,M=void 0!==L&&L,V=n.runoffInformationalText,F=n.projectedWinnerText,B=n.isStacked,z=void 0!==B&&B,H=n.customPaintingOptions,U=_vendor_browser_svelte_internal_index.getContext(_lib_browser_common_constants_contextKeys.FEATURE_FLAGS_CONTEXT_KEY);_vendor_browser_svelte_internal_index.component_subscribe(e,U,function(e){return t(41,s=e)});var W,G,K,q,Z,J,Q=_lib_sdk_browser__externalConfig_featureFlags_constants_ts.features.MAP_TOOLTIP,Y=_lib_sdk_browser__externalConfig_featureFlags_constants_ts.features.POINTS_OF_INTEREST,X=_lib_sdk_browser__externalConfig_featureFlags_constants_ts.features.STATE_ELECTION_MAP_LEGEND,ee=_lib_browser_themes_elections_constants.metaFields.NO_RACE,ne=_lib_browser_themes_elections_constants.metaFields.BORDER,te=[],re=!1,oe=[],ie=!1,ae={},_e=_vendor_browser_svelte_internal_index.getContext(_lib_browser_common_constants_contextKeys.IDENTITY_CONTEXT_KEY);_vendor_browser_svelte_internal_index.component_subscribe(e,_e,function(e){return t(40,l=e)});var le,se=!1,ce=null,de=!1,ue=function(e,n,t){de&&(de=!1,clearTimeout(le)),de||(de=!0,le=setTimeout(function(){var r,o;\"undefined\"!=typeof window?(G&&(o=G.querySelectorAll(\"#tip\")),o&&o.length>0&&\"none\"===(null===(r=o[0].style)||void 0===r?void 0:r.display)?de=!1:(_lib_browser_common_helpers_analytics_sendTrackMetricsBeacon.sendTrackMetricsBeacon({county:e,map_level:\"state\",state:n,race_type:t,action:\"map click\"}),de=!1)):de=!1},500))};return _vendor_browser_svelte_internal_index.onMount(function(){var e=poll_feed_interval_id.subscribe(function(e){J=e});return window&&!v.includes(_lib_browser_common_constants_componentVariations.VARIATIONS.NO_TOOLTIP)&&(window[_lib_browser_common_constants_namespace.TOOLTIP_NAMESPACE]={}),A?(u(),f()):fetch(P).then(function(e){return e.text()}).then(u).then(f).catch(console.error.bind(console)),function(){clearTimeout(J),\"function\"==typeof e&&e()}}),e.$$set=function(e){\"variations\"in e&&t(0,v=e.variations),\"title\"in e&&t(1,m=e.title),\"mode\"in e&&t(2,y=e.mode),\"pollingInterval\"in e&&t(3,w=e.pollingInterval),\"raceType\"in e&&t(30,h=e.raceType),\"feedURL\"in e&&t(31,$=e.feedURL),\"mapURL\"in e&&t(32,P=e.mapURL),\"results\"in e&&t(29,j=e.results),\"svgData\"in e&&t(33,A=e.svgData),\"updated\"in e&&t(4,C=e.updated),\"titleHref\"in e&&t(5,k=e.titleHref),\"candidateText\"in e&&t(6,E=e.candidateText),\"hidePointsOfInterest\"in e&&t(34,N=e.hidePointsOfInterest),\"theme\"in e&&t(7,D=e.theme),\"isZoomEnabled\"in e&&t(8,M=e.isZoomEnabled),\"runoffInformationalText\"in e&&t(9,V=e.runoffInformationalText),\"projectedWinnerText\"in e&&t(10,F=e.projectedWinnerText),\"isStacked\"in e&&t(11,z=e.isStacked),\"customPaintingOptions\"in e&&t(35,H=e.customPaintingOptions)},e.$$.update=function(){if(512&e.$$.dirty[1]&&(o=(null==l?void 0:l.componentKey)||\"defaultKey\"),512&e.$$.dirty[1]&&t(39,i=_lib_sdk_browser__externalConfig_featureFlags_makeTargetFeature_ts.makeTargetFeature(null==l?void 0:l.componentKey,Y)),1610739845&e.$$.dirty[0]|2040&e.$$.dirty[1]){t(37,ae=makeMapData(q,[h],j,y,D,null==l?void 0:l.componentKey,H)||{});var n=makeRaceKeysByType(ae,[h]),c=allLegendState([h],ae,q,n,D,v);if(t(12,te=_vendor_browser_lodash_lodash.lodash.get(c,\"\".concat(h,\".circle\"),[])),t(12,te=te.filter(function(e){return e})),t(18,re=te.length>0&&!v.includes(_lib_browser_common_constants_componentVariations.VARIATIONS.CARD)),t(13,oe=_vendor_browser_lodash_lodash.lodash.get(c,\"\".concat(h,\".block\"),[])),t(13,oe=oe.filter(function(e){return e})),t(19,ie=oe.length>0),t(20,W=v.includes(_lib_browser_common_constants_componentVariations.VARIATIONS.CARD)?\"\":_vendor_browser_lodash_lodash.lodash.get(c,\"\".concat(h,\".legendTitle\"),null)),q&&ae[h]){var d;isAProjection(y)&&_lib_browser_common_painting_updateHatchPatterns.updateHatchPatterns(G,D,null==l?void 0:l.componentKey);var u=null==D?void 0:null===(d=D.meta)||void 0===d?void 0:d.call(D,ne);_lib_browser_common_painting_paintPaths.paintPaths(ae[h],q,u)}\"undefined\"!=typeof document&&(N?_lib_browser_common_painting_cities.hideCities(document):_lib_browser_common_painting_cities.paintCities(document,s,i));var f=_vendor_browser_lodash_lodash.lodash.get(ae,\"\".concat(h,\".\").concat(r),null);if(t(16,ce=f?_objectSpreadProps(_objectSpread({},sdk_transformers_essCrm.essCoreResultReducer(f)),{mapData:_vendor_browser_lodash_lodash.lodash.get(f,\"mapData\")}):null),t(15,se=function(){var e;return(!v.includes(_lib_browser_common_constants_componentVariations.VARIATIONS.OBSCURE_NO_RACE)||_vendor_browser_lodash_lodash.lodash.get(ce,\"mapData.color\")!==(null==D?void 0:null===(e=D.meta)||void 0===e?void 0:e.call(D,ee)))&&ce&&!v.includes(_lib_browser_common_constants_componentVariations.VARIATIONS.NO_TOOLTIP)}()),ce&&se&&f){var p,b=\"string\"==typeof h?h.slice(0,-1):void 0,m=null===(p=_lib_browser_common_constants_raceTypes.raceTypes[b])||void 0===p?void 0:p.name,w=null==ce?void 0:ce.title,g=null==f?void 0:f.stateName;ue(w,g,m)}}1&e.$$.dirty[0]&&t(17,a=v.includes(_lib_browser_common_constants_componentVariations.VARIATIONS.CARD)),131073&e.$$.dirty[0]&&t(22,_=a&&v.includes(_lib_browser_common_constants_componentVariations.VARIATIONS.MINI))},t(38,r=\"\"),[v,m,y,w,C,k,E,D,M,V,F,z,te,oe,G,se,ce,a,re,ie,W,K,_,U,Q,X,_e,function(){var e;t(38,r=null===(e=window[_lib_browser_common_constants_namespace.TOOLTIP_NAMESPACE])||void 0===e?void 0:e[o])},function(){c(\"\"),_lib_browser_common_painting_initialPaint.resetMap(q)},j,h,$,P,A,N,H,q,ae,r,i,l,s,function(e){_vendor_browser_svelte_internal_index.binding_callbacks[e?\"unshift\":\"push\"](function(){t(21,K=e)})},function(e){_vendor_browser_svelte_internal_index.binding_callbacks[e?\"unshift\":\"push\"](function(){t(14,G=e)})}]}var StateElectionMap$1=function(e){_inherits$2(t,_vendor_browser_svelte_internal_index.SvelteComponent);var n=_createSuper$2(t);function t(e){var r;return _classCallCheck$2(this,t),r=n.call(this),_vendor_browser_svelte_internal_index.init(_assertThisInitialized$2(r),e,instance$2,create_fragment$2,_vendor_browser_svelte_internal_index.safe_not_equal,{variations:0,title:1,mode:2,pollingInterval:3,raceType:30,feedURL:31,mapURL:32,results:29,svgData:33,updated:4,titleHref:5,candidateText:6,hidePointsOfInterest:34,theme:7,isZoomEnabled:8,runoffInformationalText:9,projectedWinnerText:10,isStacked:11,customPaintingOptions:35},add_css$1,[-1,-1]),r}return t}();function _arrayLikeToArray$1(e,n){(null==n||n>e.length)&&(n=e.length);for(var t=0,r=new Array(n);t<n;t++)r[t]=e[t];return r}function _arrayWithHoles$1(e){if(Array.isArray(e))return e}function _assertThisInitialized$1(e){if(void 0===e)throw new ReferenceError(\"this hasn\\'t been initialised - super() hasn\\'t been called\");return e}function _classCallCheck$1(e,n){if(!(e instanceof n))throw new TypeError(\"Cannot call a class as a function\")}function _getPrototypeOf$1(e){return(_getPrototypeOf$1=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function _inherits$1(e,n){if(\"function\"!=typeof n&&null!==n)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(n&&n.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),n&&_setPrototypeOf$1(e,n)}function _iterableToArrayLimit$1(e,n){var t=null==e?null:\"undefined\"!=typeof Symbol&&e[Symbol.iterator]||e[\"@@iterator\"];if(null!=t){var r,o,i=[],a=!0,_=!1;try{for(t=t.call(e);!(a=(r=t.next()).done)&&(i.push(r.value),!n||i.length!==n);a=!0);}catch(e){_=!0,o=e}finally{try{a||null==t.return||t.return()}finally{if(_)throw o}}return i}}function _nonIterableRest$1(){throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\\\\\\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}function _possibleConstructorReturn$1(e,n){return!n||\"object\"!==_typeof$1(n)&&\"function\"!=typeof n?_assertThisInitialized$1(e):n}function _setPrototypeOf$1(e,n){return(_setPrototypeOf$1=Object.setPrototypeOf||function(e,n){return e.__proto__=n,e})(e,n)}function _slicedToArray$1(e,n){return _arrayWithHoles$1(e)||_iterableToArrayLimit$1(e,n)||_unsupportedIterableToArray$1(e,n)||_nonIterableRest$1()}var _typeof$1=function(e){return e&&\"undefined\"!=typeof Symbol&&e.constructor===Symbol?\"symbol\":typeof e};function _unsupportedIterableToArray$1(e,n){if(e){if(\"string\"==typeof e)return _arrayLikeToArray$1(e,n);var t=Object.prototype.toString.call(e).slice(8,-1);return\"Object\"===t&&e.constructor&&(t=e.constructor.name),\"Map\"===t||\"Set\"===t?Array.from(t):\"Arguments\"===t||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t)?_arrayLikeToArray$1(e,n):void 0}}function _isNativeReflectConstruct$1(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function _createSuper$1(e){var n=_isNativeReflectConstruct$1();return function(){var t,r=_getPrototypeOf$1(e);if(n){var o=_getPrototypeOf$1(this).constructor;t=Reflect.construct(r,arguments,o)}else t=r.apply(this,arguments);return _possibleConstructorReturn$1(this,t)}}function create_default_slot$1(e){var n,t;return n=new StateElectionMap$1({props:{theme:new _lib_browser_themes_elections_Theme.Theme(e[20][e[19]]),isZoomEnabled:e[12],variations:e[0],title:e[1],mode:e[2],pollingInterval:e[3],raceType:e[4],feedURL:e[5],mapURL:e[6],results:e[7],svgData:e[8],titleHref:e[9],candidateText:e[10],hidePointsOfInterest:e[11],updated:e[18],runoffInformationalText:e[13],projectedWinnerText:e[14],isStacked:e[15],customPaintingOptions:e[16]}}),{c:function(){_vendor_browser_svelte_internal_index.create_component(n.$$.fragment)},l:function(e){_vendor_browser_svelte_internal_index.claim_component(n.$$.fragment,e)},m:function(e,r){_vendor_browser_svelte_internal_index.mount_component(n,e,r),t=!0},p:function(e,t){var r={};1048576&t&&(r.theme=new _lib_browser_themes_elections_Theme.Theme(e[20][e[19]])),4096&t&&(r.isZoomEnabled=e[12]),1&t&&(r.variations=e[0]),2&t&&(r.title=e[1]),4&t&&(r.mode=e[2]),8&t&&(r.pollingInterval=e[3]),16&t&&(r.raceType=e[4]),32&t&&(r.feedURL=e[5]),64&t&&(r.mapURL=e[6]),128&t&&(r.results=e[7]),256&t&&(r.svgData=e[8]),512&t&&(r.titleHref=e[9]),1024&t&&(r.candidateText=e[10]),2048&t&&(r.hidePointsOfInterest=e[11]),262144&t&&(r.updated=e[18]),8192&t&&(r.runoffInformationalText=e[13]),16384&t&&(r.projectedWinnerText=e[14]),32768&t&&(r.isStacked=e[15]),65536&t&&(r.customPaintingOptions=e[16]),n.$set(r)},i:function(e){t||(_vendor_browser_svelte_internal_index.transition_in(n.$$.fragment,e),t=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(n.$$.fragment,e),t=!1},d:function(e){_vendor_browser_svelte_internal_index.destroy_component(n,e)}}}function create_fragment$1(e){var n,t;return n=new _lib_sdk_browser__externalConfig_ContextProvider_svelte.ContextProvider({props:{configurables:[e[19]],root:{listsOfCandidates:e[17],mode:e[2]},$$slots:{default:[create_default_slot$1,function(e){return{20:e.configContext}},function(e){return e.configContext?1048576:0}]},$$scope:{ctx:e}}}),{c:function(){_vendor_browser_svelte_internal_index.create_component(n.$$.fragment)},l:function(e){_vendor_browser_svelte_internal_index.claim_component(n.$$.fragment,e)},m:function(e,r){_vendor_browser_svelte_internal_index.mount_component(n,e,r),t=!0},p:function(e,t){var r=_slicedToArray$1(t,1)[0],o={};131076&r&&(o.root={listsOfCandidates:e[17],mode:e[2]}),3538943&r&&(o.$$scope={dirty:r,ctx:e}),n.$set(o)},i:function(e){t||(_vendor_browser_svelte_internal_index.transition_in(n.$$.fragment,e),t=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(n.$$.fragment,e),t=!1},d:function(e){_vendor_browser_svelte_internal_index.destroy_component(n,e)}}}function instance$1(e,n,t){var r,o=n.variations,i=void 0===o?[]:o,a=n.title,_=void 0===a?\"\":a,l=n.mode,s=n.pollingInterval,c=n.raceType,d=void 0===c?\"PG\":c,u=n.feedURL,f=void 0===u?\"\":u,p=n.mapURL,v=void 0===p?\"https://atlas-dev.cnn.io/us/election-county/2022/US-SG.svg\":p,b=n.results,m=void 0===b?[]:b,y=n.svgData,w=void 0===y?\"\":y,g=n.titleHref,h=void 0===g?\"\":g,x=n.candidateText,$=n.hidePointsOfInterest,O=void 0!==$&&$,P=n.isZoomEnabled,T=void 0!==P&&P,j=n.runoffInformationalText,I=void 0===j?_lib_browser_common_constants_projectionTexts.RUNOFF_INFORMATIONAL_TEXT:j,A=n.projectedWinnerText,C=void 0===A?_lib_browser_common_constants_projectionTexts.PROJECTED_WINNER_TEXT:A,S=n.isStacked,k=void 0!==S&&S,E=n.customPaintingOptions,R=_lib_sdk_browser__externalConfig_configInterpreters_constants_ts.configLayers.MAP_THEME,N=[];return Array.isArray(m)&&(N=m.map(function(e){return e.candidates})),e.$$set=function(e){\"variations\"in e&&t(0,i=e.variations),\"title\"in e&&t(1,_=e.title),\"mode\"in e&&t(2,l=e.mode),\"pollingInterval\"in e&&t(3,s=e.pollingInterval),\"raceType\"in e&&t(4,d=e.raceType),\"feedURL\"in e&&t(5,f=e.feedURL),\"mapURL\"in e&&t(6,v=e.mapURL),\"results\"in e&&t(7,m=e.results),\"svgData\"in e&&t(8,w=e.svgData),\"titleHref\"in e&&t(9,h=e.titleHref),\"candidateText\"in e&&t(10,x=e.candidateText),\"hidePointsOfInterest\"in e&&t(11,O=e.hidePointsOfInterest),\"isZoomEnabled\"in e&&t(12,T=e.isZoomEnabled),\"runoffInformationalText\"in e&&t(13,I=e.runoffInformationalText),\"projectedWinnerText\"in e&&t(14,C=e.projectedWinnerText),\"isStacked\"in e&&t(15,k=e.isStacked),\"customPaintingOptions\"in e&&t(16,E=e.customPaintingOptions)},e.$$.update=function(){129&e.$$.dirty&&t(18,r=(null==i?void 0:i.includes(_lib_browser_common_constants_componentVariations.VARIATIONS.CARD))&&sdk_transformers_utils_getMostRecentVoteTimestamp.getMostRecentVoteTimestamp(m)?_lib_browser_common_helpers_timezone.format(sdk_transformers_utils_getMostRecentVoteTimestamp.getMostRecentVoteTimestamp(m)):\"\")},[i,_,l,s,d,f,v,m,w,h,x,O,T,I,C,k,E,N,r,R]}var StateElectionMapContainer=function(e){_inherits$1(t,_vendor_browser_svelte_internal_index.SvelteComponent);var n=_createSuper$1(t);function t(e){var r;return _classCallCheck$1(this,t),r=n.call(this),_vendor_browser_svelte_internal_index.init(_assertThisInitialized$1(r),e,instance$1,create_fragment$1,_vendor_browser_svelte_internal_index.safe_not_equal,{variations:0,title:1,mode:2,pollingInterval:3,raceType:4,feedURL:5,mapURL:6,results:7,svgData:8,titleHref:9,candidateText:10,hidePointsOfInterest:11,isZoomEnabled:12,runoffInformationalText:13,projectedWinnerText:14,isStacked:15,customPaintingOptions:16}),r}return t}(),StateElectionMap=StateElectionMapContainer;function _arrayLikeToArray(e,n){(null==n||n>e.length)&&(n=e.length);for(var t=0,r=new Array(n);t<n;t++)r[t]=e[t];return r}function _arrayWithHoles(e){if(Array.isArray(e))return e}function _assertThisInitialized(e){if(void 0===e)throw new ReferenceError(\"this hasn\\'t been initialised - super() hasn\\'t been called\");return e}function _classCallCheck(e,n){if(!(e instanceof n))throw new TypeError(\"Cannot call a class as a function\")}function _getPrototypeOf(e){return(_getPrototypeOf=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function _inherits(e,n){if(\"function\"!=typeof n&&null!==n)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(n&&n.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),n&&_setPrototypeOf(e,n)}function _iterableToArrayLimit(e,n){var t=null==e?null:\"undefined\"!=typeof Symbol&&e[Symbol.iterator]||e[\"@@iterator\"];if(null!=t){var r,o,i=[],a=!0,_=!1;try{for(t=t.call(e);!(a=(r=t.next()).done)&&(i.push(r.value),!n||i.length!==n);a=!0);}catch(e){_=!0,o=e}finally{try{a||null==t.return||t.return()}finally{if(_)throw o}}return i}}function _nonIterableRest(){throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\\\\\\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}function _possibleConstructorReturn(e,n){return!n||\"object\"!==_typeof(n)&&\"function\"!=typeof n?_assertThisInitialized(e):n}function _setPrototypeOf(e,n){return(_setPrototypeOf=Object.setPrototypeOf||function(e,n){return e.__proto__=n,e})(e,n)}function _slicedToArray(e,n){return _arrayWithHoles(e)||_iterableToArrayLimit(e,n)||_unsupportedIterableToArray(e,n)||_nonIterableRest()}var _typeof=function(e){return e&&\"undefined\"!=typeof Symbol&&e.constructor===Symbol?\"symbol\":typeof e};function _unsupportedIterableToArray(e,n){if(e){if(\"string\"==typeof e)return _arrayLikeToArray(e,n);var t=Object.prototype.toString.call(e).slice(8,-1);return\"Object\"===t&&e.constructor&&(t=e.constructor.name),\"Map\"===t||\"Set\"===t?Array.from(t):\"Arguments\"===t||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t)?_arrayLikeToArray(e,n):void 0}}function _isNativeReflectConstruct(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function _createSuper(e){var n=_isNativeReflectConstruct();return function(){var t,r=_getPrototypeOf(e);if(n){var o=_getPrototypeOf(this).constructor;t=Reflect.construct(r,arguments,o)}else t=r.apply(this,arguments);return _possibleConstructorReturn(this,t)}}function add_css(e){_vendor_browser_svelte_internal_index.append_styles(e,\"cnn-pcl-1nupa81\",\"div.cnn-pcl-1nupa81{grid-area:state-election-map}div.cnn-pcl-1nupa81 .atlas-poi-circle,div.cnn-pcl-1nupa81 .atlas-poi-text{opacity:var(--poiOpacity);transition:opacity 0.5s ease-in-out}@media screen and (min-width: 1024px){.zoomable-map-container.cnn-pcl-1nupa81{border-left:1px solid #e6e6e6}}\")}function create_default_slot(e){for(var n,t,r=[e[7]],o={},i=0;i<r.length;i+=1)o=_vendor_browser_svelte_internal_index.assign(o,r[i]);return n=new StateElectionMap({props:o}),{c:function(){_vendor_browser_svelte_internal_index.create_component(n.$$.fragment)},l:function(e){_vendor_browser_svelte_internal_index.claim_component(n.$$.fragment,e)},m:function(e,r){_vendor_browser_svelte_internal_index.mount_component(n,e,r),t=!0},p:function(e,t){var o=128&t?_vendor_browser_svelte_internal_index.get_spread_update(r,[_vendor_browser_svelte_internal_index.get_spread_object(e[7])]):{};n.$set(o)},i:function(e){t||(_vendor_browser_svelte_internal_index.transition_in(n.$$.fragment,e),t=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(n.$$.fragment,e),t=!1},d:function(e){_vendor_browser_svelte_internal_index.destroy_component(n,e)}}}function create_fragment(e){var n,t,r;return t=new _lib_browser_common_components_zoomableSvg_ZoomableSVGWithControls_svelte.ZoomableSVGWithControls({props:{zoomTo:e[5],zoomPadding:e[0],zoomDuration:e[1],zoomOnClickSelector:e[3],zoomOnLoad:e[2],onZoomChange:e[6],$$slots:{default:[create_default_slot]},$$scope:{ctx:e}}}),{c:function(){n=_vendor_browser_svelte_internal_index.element(\"div\"),_vendor_browser_svelte_internal_index.create_component(t.$$.fragment),this.h()},l:function(e){n=_vendor_browser_svelte_internal_index.claim_element(e,\"DIV\",{style:!0,class:!0});var r=_vendor_browser_svelte_internal_index.children(n);_vendor_browser_svelte_internal_index.claim_component(t.$$.fragment,r),r.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(n,\"style\",e[4]),_vendor_browser_svelte_internal_index.attr(n,\"class\",\"zoomable-map-container cnn-pcl-1nupa81\")},m:function(e,o){_vendor_browser_svelte_internal_index.insert_hydration(e,n,o),_vendor_browser_svelte_internal_index.mount_component(t,n,null),r=!0},p:function(e,o){var i=_slicedToArray(o,1)[0],a={};32&i&&(a.zoomTo=e[5]),1&i&&(a.zoomPadding=e[0]),2&i&&(a.zoomDuration=e[1]),8&i&&(a.zoomOnClickSelector=e[3]),4&i&&(a.zoomOnLoad=e[2]),2176&i&&(a.$$scope={dirty:i,ctx:e}),t.$set(a),(!r||16&i)&&_vendor_browser_svelte_internal_index.attr(n,\"style\",e[4])},i:function(e){r||(_vendor_browser_svelte_internal_index.transition_in(t.$$.fragment,e),r=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(t.$$.fragment,e),r=!1},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n),_vendor_browser_svelte_internal_index.destroy_component(t)}}}function instance(e,n,t){var r,o,i,a=[\"zoomToGeoID\",\"zoomPadding\",\"zoomDuration\",\"zoomOnClick\",\"zoomOnLoad\"],_=_vendor_browser_svelte_internal_index.compute_rest_props(n,a),l=n.zoomToGeoID,s=void 0===l?null:l,c=n.zoomPadding,d=void 0===c?25:c,u=n.zoomDuration,f=void 0===u?1.5:u,p=n.zoomOnClick,v=void 0!==p&&p,b=n.zoomOnLoad,m=void 0!==b&&b,y=!1;return e.$$set=function(e){n=_vendor_browser_svelte_internal_index.assign(_vendor_browser_svelte_internal_index.assign({},n),_vendor_browser_svelte_internal_index.exclude_internal_props(e)),t(7,_=_vendor_browser_svelte_internal_index.compute_rest_props(n,a)),\"zoomToGeoID\"in e&&t(8,s=e.zoomToGeoID),\"zoomPadding\"in e&&t(0,d=e.zoomPadding),\"zoomDuration\"in e&&t(1,f=e.zoomDuration),\"zoomOnClick\"in e&&t(9,v=e.zoomOnClick),\"zoomOnLoad\"in e&&t(2,m=e.zoomOnLoad)},e.$$.update=function(){256&e.$$.dirty&&t(5,r=s?\\'[data-geo-id=\"\\'.concat(s,\\'\"]\\'):null),1024&e.$$.dirty&&t(4,o=_lib_browser_common_helpers_cssvars.cssvars({poiOpacity:y?\"0\":\"1\"})),512&e.$$.dirty&&t(3,i=v?\"[data-geo-id]\":null)},[d,f,m,i,o,r,function(e){t(10,y=e)},_,s,v,y]}var ZoomableStateElectionMap=function(e){_inherits(t,_vendor_browser_svelte_internal_index.SvelteComponent);var n=_createSuper(t);function t(e){var r;return _classCallCheck(this,t),r=n.call(this),_vendor_browser_svelte_internal_index.init(_assertThisInitialized(r),e,instance,create_fragment,_vendor_browser_svelte_internal_index.safe_not_equal,{zoomToGeoID:8,zoomPadding:0,zoomDuration:1,zoomOnClick:9,zoomOnLoad:2},add_css),r}return t}();exports.StateElectionMap=StateElectionMap,exports.ZoomableStateElectionMap=ZoomableStateElectionMap,exports.addSvgPaintPatterns=addSvgPaintPatterns,exports.isAProjection=isAProjection,exports.isAheadMode=isAheadMode,exports.isBopWinner=isBopWinner,exports.isFalsy=isFalsy,exports.isNoVotes=isNoVotes,exports.isTie=isTie,exports.makeRaceKeysByType=makeRaceKeysByType;\\n}, {\"245\":245,\"548\":548,\"569\":569,\"570\":570,\"576\":576,\"577\":577,\"603\":603,\"610\":610,\"612\":612,\"613\":613,\"633\":633,\"636\":636,\"637\":637,\"639\":639,\"643\":643,\"646\":646,\"651\":651,\"671\":671,\"676\":676,\"681\":681,\"708\":708,\"711\":711,\"713\":713,\"714\":714,\"715\":715,\"719\":719,\"726\":726,\"727\":727,\"755\":755,\"1403\":1403,\"1497\":1497,\"1578\":1578,\"1579\":1579,\"2271\":2271,\"2275\":2275,\"2290\":2290,\"2339\":2339}];\\nwindow.modules[\"717\"] = [function(require,module,exports){\"use strict\";var editorialStatus=function(t){return t.called=\"called\",t.processing=\"processsing\",t.tooClose=\"tooclose\",t.scheduled=\"scheduled\",t}(editorialStatus||{});exports.editorialStatus=editorialStatus;\\n}, {}];\\nwindow.modules[\"718\"] = [function(require,module,exports){\"use strict\";var IResourceTypes=function(e){return e.NationalRaces=\"NationalRaces\",e.Races=\"Races\",e.NationalRacesLite=\"NationalRacesLite\",e}(IResourceTypes||{}),IContestTypeBucket=function(e){return e.Generals=\"Generals\",e.Primaries=\"Primaries\",e.PresidentialGenerals=\"PresidentialGenerals\",e}(IContestTypeBucket||{}),IMultiMapLiteAdminLevels=function(e){return e.Admin0=\"Admin0\",e.Admin1=\"Admin1\",e.Admin2=\"Admin2\",e}(IMultiMapLiteAdminLevels||{});exports.IContestTypeBucket=IContestTypeBucket,exports.IMultiMapLiteAdminLevels=IMultiMapLiteAdminLevels,exports.IResourceTypes=IResourceTypes;\\n}, {}];\\nwindow.modules[\"719\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_lodash_get=require(569);function _classCallCheck(t,e){if(!(t instanceof e))throw new TypeError(\"Cannot call a class as a function\")}var Theme=function(){function t(e){_classCallCheck(this,t),this.defaults=_vendor_browser_lodash_get.get_1(e,\"defaults\",{topic:\"generals\",palette:\"\",shade:\"\"}),this.theme=e,this.topic=this.defaults.topic}var e=t.prototype;return e.color=function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:this.defaults.palette,r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:this.defaults.shade;this.group=this.setGroup(t);var n=this.getGroup(),o=_vendor_browser_lodash_get.get_1(n,\"palettes\",[]).find(function(t){return t.type===e})||{},s=_vendor_browser_lodash_get.get_1(o,\"shades\",[]).find(function(t){return t.type===r})||{};return _vendor_browser_lodash_get.get_1(s,\"value\",\"\")},e.getGroup=function(){return this.group?_vendor_browser_lodash_get.get_1(this.theme,\"topics.\".concat(this.topic,\".\").concat(this.group.toUpperCase()),{}):{}},e.getGroups=function(){return _vendor_browser_lodash_get.get_1(this.theme,\"topics.\".concat(this.topic))},e.setGroup=function(t){return String(t)},e.palette=function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:this.defaults.palette;this.group=this.setGroup(t);var r=this.getGroup();return _vendor_browser_lodash_get.get_1(r,\"palettes\",[]).find(function(t){return t.type===e})||this.getDefaultPalette(e)},e.paletteShades=function(t,e){return _vendor_browser_lodash_get.get_1(this.palette(t,e),\"shades\",[])},e.paletteForAheadMode=function(t){return this.palette(t,\"ahead\")},e.paletteShadesForAheadMode=function(t){return this.paletteShades(t,\"ahead\")},e.meta=function(t){return _vendor_browser_lodash_get.get_1(this.theme,\"meta.\".concat(t),\"\")},e.getDefaultPalette=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:this.defaults.palette,e=this.getGroups();return Object.keys(e).map(function(t){return _vendor_browser_lodash_get.get_1(e[t],\"palettes\",[])}).map(function(e){return e.find(function(e){return e.type===t})||{}}).find(function(t){return t.defaultPalette})||{}},e.getFlippableGroups=function(){var t=this.getGroups(),e=[];try{e=Object.keys(t).filter(function(e){return t[e].palettes.find(function(t){return\"projection\"===t.type&&t.shades.find(function(t){return\"flip\"===t.type})})})}catch(t){console.error(\"There was a problem determining flipabble groups from the theme:\",t)}return e},e.isBlankMap=function(){return Boolean(this.theme.isBlankMap)},t}();exports.Theme=Theme;\\n}, {\"569\":569}];\\nwindow.modules[\"720\"] = [function(require,module,exports){\"use strict\";function _arrayLikeToArray(r,t){(null==t||t>r.length)&&(t=r.length);for(var e=0,n=new Array(t);e<t;e++)n[e]=r[e];return n}function _arrayWithHoles(r){if(Array.isArray(r))return r}function _iterableToArrayLimit(r,t){var e=null==r?null:\"undefined\"!=typeof Symbol&&r[Symbol.iterator]||r[\"@@iterator\"];if(null!=e){var n,o,a=[],i=!0,l=!1;try{for(e=e.call(r);!(i=(n=e.next()).done)&&(a.push(n.value),!t||a.length!==t);i=!0);}catch(r){l=!0,o=r}finally{try{i||null==e.return||e.return()}finally{if(l)throw o}}return a}}function _nonIterableRest(){throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\\\\\\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}function _slicedToArray(r,t){return _arrayWithHoles(r)||_iterableToArrayLimit(r,t)||_unsupportedIterableToArray(r,t)||_nonIterableRest()}function _unsupportedIterableToArray(r,t){if(r){if(\"string\"==typeof r)return _arrayLikeToArray(r,t);var e=Object.prototype.toString.call(r).slice(8,-1);return\"Object\"===e&&r.constructor&&(e=r.constructor.name),\"Map\"===e||\"Set\"===e?Array.from(e):\"Arguments\"===e||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(e)?_arrayLikeToArray(r,t):void 0}}function checkConfigAction(r,t){return\"string\"==typeof r&&_slicedToArray(r.split(\"-\"),1)[0]===t}exports.checkConfigAction=checkConfigAction;\\n}, {}];\\nwindow.modules[\"721\"] = [function(require,module,exports){\"use strict\";function getProps(t){var r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:\"state\",e={};try{e=JSON.parse(t.dataset[r])}catch(t){console.error(\"failed to parse props\",t)}return e}exports.getProps=getProps;\\n}, {}];\\nwindow.modules[\"722\"] = [function(require,module,exports){\"use strict\";var _lib_browser_common_helpers_poller=require(703),_lib_browser_common_helpers_context=require(685),_lib_browser_common_constants_contextKeys=require(639),_lib_sdk_browser__browser_shouldNotRender_ts=require(724),_lib_sdk_browser__browser_realizeUnsubscribe_ts=require(723),_lib_sdk_browser__externalConfig_contextManager_ts=require(725);function _defineProperty(e,r,o){return r in e?Object.defineProperty(e,r,{value:o,enumerable:!0,configurable:!0,writable:!0}):e[r]=o,e}function mount(e,r){var o,t,n=r.target,s=r.props,_=r.feeds,l=r.componentKey,i=r.href,c=r.myElectionClientOptions,b=r.suppressOperators,u=r.cnnModel,a=!!n.querySelector(\"[class*=cnn-pcl-]\");!u&&(null===window||void 0===window?void 0:null===(o=window.CNN)||void 0===o?void 0:o.contentModel)&&(u=window.CNN.contentModel);var d,m,p=_lib_browser_common_helpers_context.createComponentContext(l,u,i,c,b),w=\"function\"==typeof e?e:null==e?void 0:e.default,f=new w({target:n,props:s,hydrate:a,context:p}),x=[];_&&(x=Object.keys(_).map(function(e){var r=_[e],o=r.uri,t=r.reducer,i=r.pollInterval,c=r.useNextUpdateRefreshTime;i&&(void 0!==c&&c&&(m=i),d=d?Math.min(d,i):i);var b=_lib_browser_common_helpers_poller.getPoller(i),u=!1;return b.subscribe(o,function(r){var o=t?t(r):r;if(\"featureFlags\"===e){var _=_lib_sdk_browser__externalConfig_contextManager_ts.contextManager(p,r).featureFlagsData,i=void 0===_?{}:_;if(u)!_lib_sdk_browser__browser_shouldNotRender_ts.shouldNotRender(l,i)&&(f=new w({target:n,props:s,hydrate:a,context:p}),u=!1);_lib_sdk_browser__browser_shouldNotRender_ts.shouldNotRender(l,i)&&(f.$destroy(),u=!0)}else f.$set(_defineProperty({},e,o))})}),p.get(_lib_browser_common_constants_contextKeys.NEXT_UPDATE_CONTEXT_KEY).set(m||d||_lib_browser_common_helpers_poller.DEFAULT_INTERVAL));return{component:f,getComponentInstance:function(){return f},unsubscribe:_lib_sdk_browser__browser_realizeUnsubscribe_ts.realizeUnsubscribe(x,null===(t=p.get(_lib_browser_common_constants_contextKeys.MY_ELECTION_CLIENT_KEY))||void 0===t?void 0:t.unsubscribe)}}exports.mount=mount;\\n}, {\"639\":639,\"685\":685,\"703\":703,\"723\":723,\"724\":724,\"725\":725}];\\nwindow.modules[\"723\"] = [function(require,module,exports){\"use strict\";function _arrayLikeToArray(r,e){(null==e||e>r.length)&&(e=r.length);for(var t=0,n=new Array(e);t<e;t++)n[t]=r[t];return n}function _arrayWithoutHoles(r){if(Array.isArray(r))return _arrayLikeToArray(r)}function _iterableToArray(r){if(\"undefined\"!=typeof Symbol&&null!=r[Symbol.iterator]||null!=r[\"@@iterator\"])return Array.from(r)}function _nonIterableSpread(){throw new TypeError(\"Invalid attempt to spread non-iterable instance.\\\\\\\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}function _toConsumableArray(r){return _arrayWithoutHoles(r)||_iterableToArray(r)||_unsupportedIterableToArray(r)||_nonIterableSpread()}function _unsupportedIterableToArray(r,e){if(r){if(\"string\"==typeof r)return _arrayLikeToArray(r,e);var t=Object.prototype.toString.call(r).slice(8,-1);return\"Object\"===t&&r.constructor&&(t=r.constructor.name),\"Map\"===t||\"Set\"===t?Array.from(t):\"Arguments\"===t||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t)?_arrayLikeToArray(r,e):void 0}}function realizeUnsubscribe(r,e){return function(){return _toConsumableArray(r).concat([e]).filter(function(r){return r}).forEach(function(r){\"function\"==typeof r&&r()})}}exports.realizeUnsubscribe=realizeUnsubscribe;\\n}, {}];\\nwindow.modules[\"724\"] = [function(require,module,exports){\"use strict\";var _lib_sdk_browser__externalConfig_featureFlags_makeTargetFeature_ts=require(727),_lib_sdk_browser__externalConfig_featureFlags_constants_ts=require(726),_lib_sdk_browser__externalConfig_featureFlags_isFlaggedOff_ts=require(712);function shouldNotRender(e,r){var t=_lib_sdk_browser__externalConfig_featureFlags_constants_ts.features.ENTIRE_COMPONENT,s=_lib_sdk_browser__externalConfig_featureFlags_makeTargetFeature_ts.makeTargetFeature(e,t);return _lib_sdk_browser__externalConfig_featureFlags_isFlaggedOff_ts.isFlaggedOff(s,r)}exports.shouldNotRender=shouldNotRender;\\n}, {\"712\":712,\"726\":726,\"727\":727}];\\nwindow.modules[\"725\"] = [function(require,module,exports){\"use strict\";var _lib_sdk_browser__externalConfig_setContextFromOverrideConfig_ts=require(754);function contextManager(e,r){return _lib_sdk_browser__externalConfig_setContextFromOverrideConfig_ts.setContextFromOverrideConfig(e,r)}exports.contextManager=contextManager;\\n}, {\"754\":754}];\\nwindow.modules[\"726\"] = [function(require,module,exports){\"use strict\";var features=function(T){return T.PROJECTED_WINNER=\"ProjectedWinner\",T.KEY_RACE=\"KeyRace\",T.FLIPPED_RACE=\"FlippedRace\",T.DROPPED_OUT=\"DroppedOut\",T.TOO_CLOSE=\"TooClose\",T.NEXT_UPDATE_TIMER=\"NextUpdateTimer\",T.LAST_UPDATED_TIMESTAMP=\"LastUpdatedTimestamp\",T.PERCENT_REPORTING=\"PercentReporting\",T.DISTRICT_COLUMN=\"DistrictColumn\",T.CANDIDATE_NAME_COLUMN=\"CandidateNameColumn\",T.PARTY_COLOR_DOT=\"PartyColorDot\",T.RUNOFF_CANDIDATE=\"RunoffCandidate\",T.VOTES_PERCENT_COLUMN=\"VotesPercentColumn\",T.VOTES_BAR_COLUMN=\"VotesBarColumn\",T.VOTES_COLUMN=\"VotesColumn\",T.DELEGATES_COLUMN=\"DelegatesColumn\",T.TABLE_CHECKMARK=\"TableCheckmark\",T.INCUMBENT_LABEL=\"IncumbentLabel\",T.CRM_PARTY_LABEL=\"CrmPartyLabel\",T.DROP_OUT_TREATMENT=\"DropOutTreatment\",T.AHEAD_COUNT=\"AheadCount\",T.STATE_ELECTION_MAP_LEGEND=\"StateElectionMapLegend\",T.STATE_MAP=\"StateMap\",T.MAP_TOOLTIP=\"MapTooltip\",T.POINTS_OF_INTEREST=\"PointsOfInterest\",T.LIVE_INDICATOR_OFF=\"LiveIndicatorOff\",T.LAST_UPDATED_HEADLINE=\"LastUpdatedHeadline\",T.CRM_FOOTER_LINK=\"CrmFooterLink\",T.CRM_FOOTER=\"CrmFooter\",T.RESULTS_LIST_FOOTER=\"ResultsListFooter\",T.DROPDOWN_MENUS=\"DropdownMenus\",T.ENTIRE_COMPONENT=\"EntireComponent\",T.BOP_CHECKMARK_LEFT=\"BopCheckmarkLeft\",T.BOP_CHECKMARK_RIGHT=\"BopCheckmarkRight\",T.BOP_TOOLTIP_LEFT=\"BopTooltipLeft\",T.BOP_TOOLTIP_RIGHT=\"BopTooltipRight\",T.BOP_FLIPPED_SEATS_TEXT_LEFT=\"BopFlippedSeatsTextLeft\",T.BOP_FLIPPED_SEATS_TEXT_RIGHT=\"BopFlippedSeatsTextRight\",T.BOP_NOT_UP_FOR_ELECTION_TEXT_LEFT=\"BopNotUpForElectionTextLeft\",T.BOP_NOT_UP_FOR_ELECTION_TEXT_RIGHT=\"BopNotUpForElectionTextRight\",T.BOP_TOOLTIP_EXPLAINER=\"BopTooltipExplainer\",T.EDITORIAL_CONTENT=\"EditorialContent\",T.ELECTORAL_AND_DELEGATE_TOTALS=\"ElectoralAndDelegateTotals\",T.MY_ELECTION_FOLLOW_BUTTON_OFF=\"MyElectionFollowButtonOff\",T.DURING_MODE=\"DuringMode\",T.NATIONAL_MAP_LEGEND=\"NationalMapLegend\",T.NATIONAL_MAP_ZOOM_OPTIONS=\"NationalMapZoomOptions\",T.NATIONAL_MAP_INFO_PANEL=\"NationalMapInfoPanel\",T.NATIONAL_MAP_CTA=\"NationalMapCTA\",T.DELEGATE_TRACKER_PROJECTED_WINNER=\"DelegateTrackerProjectedWinner\",T.DELEGATE_TRACKER_CHECKMARK=\"DelegateTrackerCheckmark\",T.DELEGATE_TRACKER_PROGRESS_BAR=\"DelegateTrackerProgressBar\",T.DELEGATE_TRACKER_DROPPED_OUT=\"DelegateTrackerDroppedOut\",T.DELEGATE_TRACKER_FOOTER=\"DelegateTrackerFooter\",T.DELEGATE_TRACKER_FOOTER_LINK=\"DelegateTrackerFooterLink\",T.DELEGATE_TRACKER_AHEAD_COUNT=\"DelegateTrackerAheadCount\",T.PRESIDENTIAL_BOP_HEADSHOT_LEFT=\"PresidentialBopHeadshotLeft\",T.PRESIDENTIAL_BOP_HEADSHOT_RIGHT=\"PresidentialBopHeadshotRight\",T.PRESIDENTIAL_BOP_VOTES=\"PresidentialBopVotes\",T.PRESIDENTIAL_BOP_VOTE_PERCENT=\"PresidentialBopVotePercent\",T.PRESIDENTIAL_BOP_THIRD_PARTY_LIST=\"PresidentialBopThirdPartyList\",T}(features||{});exports.features=features;\\n}, {}];\\nwindow.modules[\"727\"] = [function(require,module,exports){\"use strict\";function makeTargetFeature(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:\"\",t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:\"\";return[e+(arguments.length>2&&void 0!==arguments[2]?arguments[2]:\"\"),t].filter(function(e){return e}).join(\"-\")}exports.makeTargetFeature=makeTargetFeature;\\n}, {}];\\nwindow.modules[\"728\"] = [function(require,module,exports){\"use strict\";var _lib_sdk_browser__externalConfig_constants_ts=require(729),_lib_sdk_browser__browser_checkActionConfig_ts=require(720);function _arrayLikeToArray(r,t){(null==t||t>r.length)&&(t=r.length);for(var e=0,n=new Array(t);e<t;e++)n[e]=r[e];return n}function _arrayWithHoles(r){if(Array.isArray(r))return r}function _iterableToArrayLimit(r,t){var e=null==r?null:\"undefined\"!=typeof Symbol&&r[Symbol.iterator]||r[\"@@iterator\"];if(null!=e){var n,o,i=[],a=!0,s=!1;try{for(e=e.call(r);!(a=(n=e.next()).done)&&(i.push(n.value),!t||i.length!==t);a=!0);}catch(r){s=!0,o=r}finally{try{a||null==e.return||e.return()}finally{if(s)throw o}}return i}}function _nonIterableRest(){throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\\\\\\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}function _slicedToArray(r,t){return _arrayWithHoles(r)||_iterableToArrayLimit(r,t)||_unsupportedIterableToArray(r,t)||_nonIterableRest()}function _unsupportedIterableToArray(r,t){if(r){if(\"string\"==typeof r)return _arrayLikeToArray(r,t);var e=Object.prototype.toString.call(r).slice(8,-1);return\"Object\"===e&&r.constructor&&(e=r.constructor.name),\"Map\"===e||\"Set\"===e?Array.from(e):\"Arguments\"===e||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(e)?_arrayLikeToArray(r,t):void 0}}var splitAndFilterConfig=function(r){var t=r?Object.entries(r):[],e=t.filter(function(r){var t=_slicedToArray(r,1)[0];return _lib_sdk_browser__browser_checkActionConfig_ts.checkConfigAction(t,_lib_sdk_browser__externalConfig_constants_ts.FEATURE_FLAG_VERB)}),n=t.filter(function(r){var t=_slicedToArray(r,1)[0];return _lib_sdk_browser__browser_checkActionConfig_ts.checkConfigAction(t,_lib_sdk_browser__externalConfig_constants_ts.COLOR_OVERRIDE_VERB)});return{featureFlagsData:Object.fromEntries(e),colorOverridesData:Object.fromEntries(n),lastUpdated:(new Date).getTime()}};exports.splitAndFilterConfig=splitAndFilterConfig;\\n}, {\"720\":720,\"729\":729}];\\nwindow.modules[\"729\"] = [function(require,module,exports){\"use strict\";var FEATURE_FLAG_VERB=\"disable\",COLOR_OVERRIDE_VERB=\"hydrate\";exports.COLOR_OVERRIDE_VERB=COLOR_OVERRIDE_VERB,exports.FEATURE_FLAG_VERB=FEATURE_FLAG_VERB;\\n}, {}];\\nwindow.modules[\"730\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_svelte_internal_index=require(548),_vendor_browser_svelte_store_index=require(577),_lib_browser_common_constants_contextKeys=require(639);function _arrayLikeToArray(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}function _arrayWithHoles(e){if(Array.isArray(e))return e}function _assertThisInitialized(e){if(void 0===e)throw new ReferenceError(\"this hasn\\'t been initialised - super() hasn\\'t been called\");return e}function _classCallCheck(e,t){if(!(e instanceof t))throw new TypeError(\"Cannot call a class as a function\")}function _getPrototypeOf(e){return(_getPrototypeOf=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function _inherits(e,t){if(\"function\"!=typeof t&&null!==t)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&_setPrototypeOf(e,t)}function _iterableToArrayLimit(e,t){var r=null==e?null:\"undefined\"!=typeof Symbol&&e[Symbol.iterator]||e[\"@@iterator\"];if(null!=r){var n,o,i=[],s=!0,a=!1;try{for(r=r.call(e);!(s=(n=r.next()).done)&&(i.push(n.value),!t||i.length!==t);s=!0);}catch(e){a=!0,o=e}finally{try{s||null==r.return||r.return()}finally{if(a)throw o}}return i}}function _nonIterableRest(){throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\\\\\\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}function _possibleConstructorReturn(e,t){return!t||\"object\"!==_typeof(t)&&\"function\"!=typeof t?_assertThisInitialized(e):t}function _setPrototypeOf(e,t){return(_setPrototypeOf=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function _slicedToArray(e,t){return _arrayWithHoles(e)||_iterableToArrayLimit(e,t)||_unsupportedIterableToArray(e,t)||_nonIterableRest()}var _typeof=function(e){return e&&\"undefined\"!=typeof Symbol&&e.constructor===Symbol?\"symbol\":typeof e};function _unsupportedIterableToArray(e,t){if(e){if(\"string\"==typeof e)return _arrayLikeToArray(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);return\"Object\"===r&&e.constructor&&(r=e.constructor.name),\"Map\"===r||\"Set\"===r?Array.from(r):\"Arguments\"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?_arrayLikeToArray(e,t):void 0}}function _isNativeReflectConstruct(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function _createSuper(e){var t=_isNativeReflectConstruct();return function(){var r,n=_getPrototypeOf(e);if(t){var o=_getPrototypeOf(this).constructor;r=Reflect.construct(n,arguments,o)}else r=n.apply(this,arguments);return _possibleConstructorReturn(this,r)}}function create_fragment(e){var t,r=e[3].default,n=_vendor_browser_svelte_internal_index.create_slot(r,e,e[2],null);return{c:function(){n&&n.c()},l:function(e){n&&n.l(e)},m:function(e,r){n&&n.m(e,r),t=!0},p:function(e,o){var i=_slicedToArray(o,1)[0];n&&n.p&&(!t||4&i)&&_vendor_browser_svelte_internal_index.update_slot_base(n,r,e,e[2],t?_vendor_browser_svelte_internal_index.get_slot_changes(r,e[2],i,null):_vendor_browser_svelte_internal_index.get_all_dirty_from_scope(e[2]),null)},i:function(e){t||(_vendor_browser_svelte_internal_index.transition_in(n,e),t=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(n,e),t=!1},d:function(e){n&&n.d(e)}}}function instance(e,t,r){var n,o=t.$$slots,i=void 0===o?{}:o,s=t.$$scope,a=t.componentKey,_=_vendor_browser_svelte_store_index.writable({componentKey:a});return _vendor_browser_svelte_internal_index.setContext(_lib_browser_common_constants_contextKeys.IDENTITY_CONTEXT_KEY,_),e.$$set=function(e){\"componentKey\"in e&&r(0,a=e.componentKey),\"$$scope\"in e&&r(2,s=e.$$scope)},e.$$.update=function(){1&e.$$.dirty&&r(1,n={componentKey:a}),2&e.$$.dirty&&_.set(n)},[a,n,s,i]}var ContextInjector=function(e){_inherits(r,_vendor_browser_svelte_internal_index.SvelteComponent);var t=_createSuper(r);function r(e){var n;return _classCallCheck(this,r),n=t.call(this),_vendor_browser_svelte_internal_index.init(_assertThisInitialized(n),e,instance,create_fragment,_vendor_browser_svelte_internal_index.safe_not_equal,{componentKey:0}),n}return r}();exports.ContextInjector=ContextInjector;\\n}, {\"548\":548,\"577\":577,\"639\":639}];\\nwindow.modules[\"731\"] = [function(require,module,exports){\"use strict\";var _lib_sdk_browser__externalConfig_featureFlags_makeTargetFeature_ts=require(727),_lib_sdk_browser__externalConfig_configInterpreters_contextFunctionMap_ts=require(743),_lib_sdk_browser__externalConfig_configInterpreters_getFirstMatch_ts=require(750),_lib_sdk_browser__externalConfig_configInterpreters_initialStates_ts=require(733),NO_CONFIG={};function makeConfigContext(e,t){var r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},n=arguments.length>3?arguments[3]:void 0,i=arguments.length>4?arguments[4]:void 0,_=arguments.length>5?arguments[5]:void 0;return null==e||!0!==Array.isArray(e)?_lib_sdk_browser__externalConfig_configInterpreters_initialStates_ts.initialConfigContext:e.reduce(function(e,s){var o=_lib_sdk_browser__externalConfig_featureFlags_makeTargetFeature_ts.makeTargetFeature(t,s,_),a=_lib_sdk_browser__externalConfig_configInterpreters_getFirstMatch_ts.getFirstMatch(o,r),g=_lib_sdk_browser__externalConfig_configInterpreters_contextFunctionMap_ts.contextFunctionMap[s];if(\"function\"!=typeof g)return e;var f=r[a];return e[s]=g(f||NO_CONFIG,n,i),e},_lib_sdk_browser__externalConfig_configInterpreters_initialStates_ts.initialConfigContext)}exports.makeConfigContext=makeConfigContext;\\n}, {\"727\":727,\"733\":733,\"743\":743,\"750\":750}];\\nwindow.modules[\"732\"] = [function(require,module,exports){\"use strict\";var _lib_sdk_browser__externalConfig_featureFlags_makeTargetFeature_ts=require(727),_lib_sdk_browser__externalConfig_featureFlags_isFlaggedOff_ts=require(712);function makeFeatureFlagContext(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],t=arguments.length>1?arguments[1]:void 0,r=arguments.length>2?arguments[2]:void 0,a=arguments.length>3?arguments[3]:void 0;return e.reduce(function(e,_){var g=_lib_sdk_browser__externalConfig_featureFlags_makeTargetFeature_ts.makeTargetFeature(t,_,a);return e[_]=_lib_sdk_browser__externalConfig_featureFlags_isFlaggedOff_ts.isFlaggedOff(g,r),e},{})}exports.makeFeatureFlagContext=makeFeatureFlagContext;\\n}, {\"712\":712,\"727\":727}];\\nwindow.modules[\"733\"] = [function(require,module,exports){\"use strict\";var _lib_browser_themes_elections_partyColors=require(683),_lib_browser_common_constants_painting=require(643),_lib_sdk_browser__externalConfig_configInterpreters_constants_ts=require(613);function _defineProperty(e,t,o){return t in e?Object.defineProperty(e,t,{value:o,enumerable:!0,configurable:!0,writable:!0}):e[t]=o,e}var _obj,ELECTION_THEME=_lib_sdk_browser__externalConfig_configInterpreters_constants_ts.configLayers.ELECTION_THEME,MAP_THEME=_lib_sdk_browser__externalConfig_configInterpreters_constants_ts.configLayers.MAP_THEME,initialRoot={candidates:[],listsOfCandidates:[],mode:_lib_browser_common_constants_painting.PaintModes.AHEAD},initialConfigContext=(_defineProperty(_obj={},ELECTION_THEME,{partyColors:{},auxiliaryColors:{},externalConfigStatus:_lib_browser_themes_elections_partyColors.defaultExternalConfigStatus}),_defineProperty(_obj,MAP_THEME,void 0),_obj);exports.initialConfigContext=initialConfigContext,exports.initialRoot=initialRoot;\\n}, {\"613\":613,\"643\":643,\"683\":683}];\\nwindow.modules[\"734\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_lodash_get=require(569),_vendor_browser_lodash_cloneDeep=require(735);function _defineProperty(e,r,t){return r in e?Object.defineProperty(e,r,{value:t,enumerable:!0,configurable:!0,writable:!0}):e[r]=t,e}function _objectSpread(e){for(var r=1;r<arguments.length;r++){var t=null!=arguments[r]?arguments[r]:{},o=Object.keys(t);\"function\"==typeof Object.getOwnPropertySymbols&&(o=o.concat(Object.getOwnPropertySymbols(t).filter(function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),o.forEach(function(r){_defineProperty(e,r,t[r])})}return e}function addMetaOverrides(e,r){var t=_vendor_browser_lodash_cloneDeep.cloneDeep_1(e),o=_vendor_browser_lodash_get.get_1(r,\"content.meta\",{});return o?(Object.keys(o).length>0&&(t.meta=_objectSpread({},t.meta,o)),t):t}exports.addMetaOverrides=addMetaOverrides;\\n}, {\"569\":569,\"735\":735}];\\nwindow.modules[\"735\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_lodash__baseClone=require(1428),CLONE_DEEP_FLAG=1,CLONE_SYMBOLS_FLAG=4;function cloneDeep(e){return _vendor_browser_lodash__baseClone._baseClone(e,CLONE_DEEP_FLAG|CLONE_SYMBOLS_FLAG)}var cloneDeep_1=cloneDeep;exports.cloneDeep_1=cloneDeep_1;\\n}, {\"1428\":1428}];\\nwindow.modules[\"736\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_hashids_esm_hashids=require(737),_lib_sdk_browser__externalConfig_configInterpreters_autoGeneratedPalette_ts=require(738),_lib_sdk_browser__externalConfig_configInterpreters_autoGeneratedPaletteForIncumbentRace_ts=require(740),_lib_sdk_browser__externalConfig_configInterpreters_getCandidateParty_ts=require(739),_lib_sdk_browser__externalConfig_configInterpreters_makeIncumbentPalette_ts=require(741),_lib_sdk_browser__externalConfig_configInterpreters_pullIncumbentOutIfThereIsOne_ts=require(742);function _defineProperty(e,r,t){return r in e?Object.defineProperty(e,r,{value:t,enumerable:!0,configurable:!0,writable:!0}):e[r]=t,e}function _objectSpread(e){for(var r=1;r<arguments.length;r++){var t=null!=arguments[r]?arguments[r]:{},n=Object.keys(t);\"function\"==typeof Object.getOwnPropertySymbols&&(n=n.concat(Object.getOwnPropertySymbols(t).filter(function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.forEach(function(r){_defineProperty(e,r,t[r])})}return e}function ownKeys(e,r){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);r&&(n=n.filter(function(r){return Object.getOwnPropertyDescriptor(e,r).enumerable})),t.push.apply(t,n)}return t}function _objectSpreadProps(e,r){return r=null!=r?r:{},Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):ownKeys(Object(r)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}),e}function makeCandidatesSortedByHash(e){var r=new _vendor_browser_hashids_esm_hashids.Hashids;return e.map(function(e){var t=e.id||e.candidateId;return _objectSpreadProps(_objectSpread({},e),{hash:r.encode(Number(t)).slice(0,3)})}).sort(function(e,r){return e.hash>r.hash?1:-1})}function groupByParty(e){return e.reduce(function(e,r){var t=_lib_sdk_browser__externalConfig_configInterpreters_getCandidateParty_ts.getCandidateParty(r);return e[t]?e[t].push(r):e[t]=[r],e},{})}function assignColors(e){var r=_lib_sdk_browser__externalConfig_configInterpreters_pullIncumbentOutIfThereIsOne_ts.pullIncumbentOutIfThereIsOne(e),t=r.incumbent?_lib_sdk_browser__externalConfig_configInterpreters_autoGeneratedPaletteForIncumbentRace_ts.autoGeneratedPaletteForIncumbentRace:_lib_sdk_browser__externalConfig_configInterpreters_autoGeneratedPalette_ts.autoGeneratedPalette;return _objectSpread({},r.candidates.reduce(function(e,r,n){var o=t[_lib_sdk_browser__externalConfig_configInterpreters_getCandidateParty_ts.getCandidateParty(r)];if(!Array.isArray(o))return e;var a=o.length;return 0===a?e:((r.id||r.candidateId)&&(e[r.id||r.candidateId]=o[n%a].color),e)},{}),_lib_sdk_browser__externalConfig_configInterpreters_makeIncumbentPalette_ts.makeIncumbentPalette(r.incumbent))}function autoAssignColors(e){if(!Array.isArray(e))return{};var r=groupByParty(makeCandidatesSortedByHash(e));return Object.keys(r).map(function(e){return e.toLowerCase()}).reduce(function(e,t){return _objectSpread({},e,assignColors(r[t.toLowerCase()]))},{})}exports.autoAssignColors=autoAssignColors;\\n}, {\"737\":737,\"738\":738,\"739\":739,\"740\":740,\"741\":741,\"742\":742}];\\nwindow.modules[\"737\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_hashids_esm_util=require(1356);function _arrayLikeToArray(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,s=new Array(t);r<t;r++)s[r]=e[r];return s}function _arrayWithoutHoles(e){if(Array.isArray(e))return _arrayLikeToArray(e)}function _classCallCheck(e,t){if(!(e instanceof t))throw new TypeError(\"Cannot call a class as a function\")}function _defineProperties(e,t){for(var r=0;r<t.length;r++){var s=t[r];s.enumerable=s.enumerable||!1,s.configurable=!0,\"value\"in s&&(s.writable=!0),Object.defineProperty(e,s.key,s)}}function _createClass(e,t,r){return t&&_defineProperties(e.prototype,t),r&&_defineProperties(e,r),e}function _iterableToArray(e){if(\"undefined\"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e[\"@@iterator\"])return Array.from(e)}function _nonIterableSpread(){throw new TypeError(\"Invalid attempt to spread non-iterable instance.\\\\\\\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}function _toConsumableArray(e){return _arrayWithoutHoles(e)||_iterableToArray(e)||_unsupportedIterableToArray(e)||_nonIterableSpread()}var _typeof=function(e){return e&&\"undefined\"!=typeof Symbol&&e.constructor===Symbol?\"symbol\":typeof e};function _unsupportedIterableToArray(e,t){if(e){if(\"string\"==typeof e)return _arrayLikeToArray(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);return\"Object\"===r&&e.constructor&&(r=e.constructor.name),\"Map\"===r||\"Set\"===r?Array.from(r):\"Arguments\"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?_arrayLikeToArray(e,t):void 0}}var MIN_ALPHABET_LENGTH=16,SEPARATOR_DIV=3.5,GUARD_DIV=12,HEXADECIMAL=16,SPLIT_AT_EVERY_NTH=12,MODULO_PART=100,Hashids=function(){function e(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:\"\",r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,s=arguments.length>2&&void 0!==arguments[2]?arguments[2]:\"abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890\",n=arguments.length>3&&void 0!==arguments[3]?arguments[3]:\"cfhistuCFHISTU\";if(_classCallCheck(this,e),this.minLength=r,\"number\"!=typeof r)throw new TypeError(\"Hashids: Provided \\'minLength\\' has to be a number (is \".concat(void 0===r?\"undefined\":_typeof(r),\")\"));if(\"string\"!=typeof t)throw new TypeError(\"Hashids: Provided \\'salt\\' has to be a string (is \".concat(void 0===t?\"undefined\":_typeof(t),\")\"));if(\"string\"!=typeof s)throw new TypeError(\"Hashids: Provided alphabet has to be a string (is \".concat(void 0===s?\"undefined\":_typeof(s),\")\"));var a=Array.from(t),i=Array.from(s),o=Array.from(n);this.salt=a;var h=_vendor_browser_hashids_esm_util.keepUnique(i);if(h.length<MIN_ALPHABET_LENGTH)throw new Error(\"Hashids: alphabet must contain at least \".concat(MIN_ALPHABET_LENGTH,\" unique characters, provided: \").concat(h.join(\"\")));this.alphabet=_vendor_browser_hashids_esm_util.withoutChars(h,o);var l,u,_,d=_vendor_browser_hashids_esm_util.onlyChars(o,h);(this.seps=_vendor_browser_hashids_esm_util.shuffle(d,a),0===this.seps.length||this.alphabet.length/this.seps.length>SEPARATOR_DIV)&&((l=Math.ceil(this.alphabet.length/SEPARATOR_DIV))>this.seps.length&&(u=l-this.seps.length,(_=this.seps).push.apply(_,_toConsumableArray(this.alphabet.slice(0,u))),this.alphabet=this.alphabet.slice(u)));this.alphabet=_vendor_browser_hashids_esm_util.shuffle(this.alphabet,a);var c=Math.ceil(this.alphabet.length/GUARD_DIV);this.alphabet.length<3?(this.guards=this.seps.slice(0,c),this.seps=this.seps.slice(c)):(this.guards=this.alphabet.slice(0,c),this.alphabet=this.alphabet.slice(c)),this.guardsRegExp=_vendor_browser_hashids_esm_util.makeAnyOfCharsRegExp(this.guards),this.sepsRegExp=_vendor_browser_hashids_esm_util.makeAnyOfCharsRegExp(this.seps),this.allowedCharsRegExp=_vendor_browser_hashids_esm_util.makeAtLeastSomeCharRegExp(_toConsumableArray(this.alphabet).concat(_toConsumableArray(this.guards),_toConsumableArray(this.seps)))}return _createClass(e,[{key:\"encode\",value:function(e){for(var t=arguments.length,r=new Array(t>1?t-1:0),s=1;s<t;s++)r[s-1]=arguments[s];var n=Array.isArray(e)?e:_toConsumableArray(null!=e?[e]:[]).concat(_toConsumableArray(r));return 0===n.length?\"\":(n.every(_vendor_browser_hashids_esm_util.isIntegerNumber)||(n=n.map(function(e){return\"bigint\"===(void 0===e?\"undefined\":_typeof(e))||\"number\"==typeof e?e:_vendor_browser_hashids_esm_util.safeParseInt10(String(e))})),n.every(_vendor_browser_hashids_esm_util.isPositiveAndFinite)?this._encode(n).join(\"\"):\"\")}},{key:\"decode\",value:function(e){return e&&\"string\"==typeof e&&0!==e.length?this._decode(e):[]}},{key:\"encodeHex\",value:function(e){var t=e;switch(void 0===t?\"undefined\":_typeof(t)){case\"bigint\":t=t.toString(HEXADECIMAL);break;case\"string\":if(!/^[\\\\dA-Fa-f]+$/.test(t))return\"\";break;default:throw new Error(\"Hashids: The provided value is neither a string, nor a BigInt (got: \".concat(void 0===t?\"undefined\":_typeof(t),\")\"))}var r=_vendor_browser_hashids_esm_util.splitAtIntervalAndMap(t,SPLIT_AT_EVERY_NTH,function(e){return Number.parseInt(\"1\".concat(e),16)});return this.encode(r)}},{key:\"decodeHex\",value:function(e){return this.decode(e).map(function(e){return e.toString(HEXADECIMAL).slice(1)}).join(\"\")}},{key:\"isValidId\",value:function(e){return this.allowedCharsRegExp.test(e)}},{key:\"_encode\",value:function(e){var t=this,r=this.alphabet,s=e.reduce(function(e,t,r){return e+(\"bigint\"===(void 0===t?\"undefined\":_typeof(t))?Number(t%BigInt(r+MODULO_PART)):t%(r+MODULO_PART))},0),n=[r[s%r.length]],a=_toConsumableArray(n),i=this.seps,o=this.guards;if(e.forEach(function(s,o){var h,l=a.concat(t.salt,r);r=_vendor_browser_hashids_esm_util.shuffle(r,l);var u=_vendor_browser_hashids_esm_util.toAlphabet(s,r);if((h=n).push.apply(h,_toConsumableArray(u)),o+1<e.length){var _=u[0].codePointAt(0)+o,d=\"bigint\"===(void 0===s?\"undefined\":_typeof(s))?Number(s%BigInt(_)):s%_;n.push(i[d%i.length])}}),n.length<this.minLength){var h=(s+n[0].codePointAt(0))%o.length;if(n.unshift(o[h]),n.length<this.minLength){var l=(s+n[2].codePointAt(0))%o.length;n.push(o[l])}}for(var u=Math.floor(r.length/2);n.length<this.minLength;){var _,d;r=_vendor_browser_hashids_esm_util.shuffle(r,r),(_=n).unshift.apply(_,_toConsumableArray(r.slice(u))),(d=n).push.apply(d,_toConsumableArray(r.slice(0,u)));var c=n.length-this.minLength;if(c>0){var p=c/2;n=n.slice(p,p+this.minLength)}}return n}},{key:\"_decode\",value:function(e){if(!this.isValidId(e))throw new Error(\"The provided ID (\".concat(e,\") is invalid, as it contains characters that do not exist in the alphabet (\").concat(this.guards.join(\"\")).concat(this.seps.join(\"\")).concat(this.alphabet.join(\"\"),\")\"));var t=e.split(this.guardsRegExp),r=t[3===t.length||2===t.length?1:0];if(0===r.length)return[];var s=r[Symbol.iterator]().next().value,n=r.slice(s.length).split(this.sepsRegExp),a=this.alphabet,i=[],o=!0,h=!1,l=void 0;try{for(var u,_=n[Symbol.iterator]();!(o=(u=_.next()).done);o=!0){var d=u.value,c=[s].concat(_toConsumableArray(this.salt),_toConsumableArray(a)),p=_vendor_browser_hashids_esm_util.shuffle(a,c.slice(0,a.length));i.push(_vendor_browser_hashids_esm_util.fromAlphabet(Array.from(d),p)),a=p}}catch(e){h=!0,l=e}finally{try{o||null==_.return||_.return()}finally{if(h)throw l}}return this._encode(i).join(\"\")!==e?[]:i}}]),e}();exports.Hashids=Hashids;\\n}, {\"1356\":1356}];\\nwindow.modules[\"738\"] = [function(require,module,exports){\"use strict\";var autoGeneratedPalette={dem:[{color:\"#00268f\",place:1,rank:1},{color:\"#164ec8\",place:2,rank:2},{color:\"#337cf3\",place:3,rank:3},{color:\"#0633a3\",place:4,rank:4},{color:\"#0e40b6\",place:5,rank:5},{color:\"#1f5dd9\",place:6,rank:6},{color:\"#296ce8\",place:7,rank:7},{color:\"#3e8ef6\",place:8,rank:8},{rank:1.25,place:16,color:\"#022a94\"},{rank:1.5,place:9,color:\"#032d99\"},{rank:1.75,place:17,color:\"#05309e\"},{rank:2.25,place:18,color:\"#0837a8\"},{rank:2.5,place:10,color:\"#0a3aad\"},{rank:2.75,place:19,color:\"#0c3db2\"},{rank:3.25,place:20,color:\"#1044bb\"},{rank:3.5,place:11,color:\"#1247bf\"},{rank:3.75,place:21,color:\"#144bc4\"},{rank:4.25,place:22,color:\"#1952cd\"},{rank:4.5,place:12,color:\"#1b56d1\"},{rank:4.75,place:23,color:\"#1d5ad5\"},{rank:5.25,place:24,color:\"#2261dd\"},{rank:5.5,place:13,color:\"#2465e1\"},{rank:5.75,place:25,color:\"#2769e5\"},{rank:6.25,place:26,color:\"#2c70eb\"},{rank:6.5,place:14,color:\"#2e74ee\"},{rank:6.75,place:27,color:\"#3178f1\"},{rank:7.25,place:28,color:\"#3681f4\"},{rank:7.5,place:15,color:\"#3985f5\"},{rank:7.75,place:29,color:\"#3c8af6\"},{rank:1.125,place:30,color:\"#012892\"}],rep:[{color:\"#7A0000\",place:1,rank:1},{color:\"#B1231C\",place:2,rank:2},{color:\"#E34D47\",place:3,rank:3},{color:\"#8E0706\",place:4,rank:4},{color:\"#A01510\",place:5,rank:5},{color:\"#C23129\",place:6,rank:6},{color:\"#D33F38\",place:7,rank:7},{color:\"#F25B58\",place:8,rank:8},{rank:1.25,place:16,color:\"#7f0202\"},{rank:1.5,place:9,color:\"#840403\"},{rank:1.75,place:17,color:\"#890605\"},{rank:2.25,place:18,color:\"#930b09\"},{rank:2.5,place:10,color:\"#970e0b\"},{rank:2.75,place:19,color:\"#9c120e\"},{rank:3.25,place:20,color:\"#a51913\"},{rank:3.5,place:11,color:\"#a91c16\"},{rank:3.75,place:21,color:\"#ad2019\"},{rank:4.25,place:22,color:\"#b62720\"},{rank:4.5,place:12,color:\"#ba2a23\"},{rank:4.75,place:23,color:\"#be2e26\"},{rank:5.25,place:24,color:\"#c7352d\"},{rank:5.5,place:13,color:\"#cb3831\"},{rank:5.75,place:25,color:\"#cf3c35\"},{rank:6.25,place:26,color:\"#d7433c\"},{rank:6.5,place:14,color:\"#db4640\"},{rank:6.75,place:27,color:\"#df4a44\"},{rank:7.25,place:28,color:\"#e7514c\"},{rank:7.5,place:15,color:\"#eb5450\"},{rank:7.75,place:29,color:\"#ef5854\"},{rank:1.125,place:30,color:\"#7d0101\"}]};autoGeneratedPalette.d=autoGeneratedPalette.dem,autoGeneratedPalette.r=autoGeneratedPalette.rep,exports.autoGeneratedPalette=autoGeneratedPalette;\\n}, {}];\\nwindow.modules[\"739\"] = [function(require,module,exports){\"use strict\";function getCandidateParty(t){var a;return(null==t?void 0:t.party)||(null==t?void 0:t.majorPartyId)||(null==t?void 0:null===(a=t.majorParty)||void 0===a?void 0:a.toLowerCase())}exports.getCandidateParty=getCandidateParty;\\n}, {}];\\nwindow.modules[\"740\"] = [function(require,module,exports){\"use strict\";var _lib_sdk_browser__externalConfig_configInterpreters_autoGeneratedPalette_ts=require(738),autoGeneratedPaletteForIncumbentRace={rep:_lib_sdk_browser__externalConfig_configInterpreters_autoGeneratedPalette_ts.autoGeneratedPalette.rep.filter(function(e,t){return 2!==t}),dem:_lib_sdk_browser__externalConfig_configInterpreters_autoGeneratedPalette_ts.autoGeneratedPalette.dem.filter(function(e,t){return 1!==t})};autoGeneratedPaletteForIncumbentRace.r=autoGeneratedPaletteForIncumbentRace.rep,autoGeneratedPaletteForIncumbentRace.d=autoGeneratedPaletteForIncumbentRace.dem,exports.autoGeneratedPaletteForIncumbentRace=autoGeneratedPaletteForIncumbentRace;\\n}, {\"738\":738}];\\nwindow.modules[\"741\"] = [function(require,module,exports){\"use strict\";var _lib_browser_common_helpers_colors=require(682),_lib_sdk_browser__externalConfig_configInterpreters_getCandidateParty_ts=require(739);function _arrayLikeToArray(r,e){(null==e||e>r.length)&&(e=r.length);for(var t=0,o=new Array(e);t<e;t++)o[t]=r[t];return o}function _arrayWithHoles(r){if(Array.isArray(r))return r}function _defineProperty(r,e,t){return e in r?Object.defineProperty(r,e,{value:t,enumerable:!0,configurable:!0,writable:!0}):r[e]=t,r}function _iterableToArrayLimit(r,e){var t=null==r?null:\"undefined\"!=typeof Symbol&&r[Symbol.iterator]||r[\"@@iterator\"];if(null!=t){var o,n,a=[],l=!0,i=!1;try{for(t=t.call(r);!(l=(o=t.next()).done)&&(a.push(o.value),!e||a.length!==e);l=!0);}catch(r){i=!0,n=r}finally{try{l||null==t.return||t.return()}finally{if(i)throw n}}return a}}function _nonIterableRest(){throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\\\\\\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}function _slicedToArray(r,e){return _arrayWithHoles(r)||_iterableToArrayLimit(r,e)||_unsupportedIterableToArray(r,e)||_nonIterableRest()}function _unsupportedIterableToArray(r,e){if(r){if(\"string\"==typeof r)return _arrayLikeToArray(r,e);var t=Object.prototype.toString.call(r).slice(8,-1);return\"Object\"===t&&r.constructor&&(t=r.constructor.name),\"Map\"===t||\"Set\"===t?Array.from(t):\"Arguments\"===t||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t)?_arrayLikeToArray(r,e):void 0}}function makeIncumbentPalette(r){if(!r)return{};var e=_slicedToArray(r,1)[0];return _defineProperty({},(null==e?void 0:e.id)||(null==e?void 0:e.candidateId),null===_lib_browser_common_helpers_colors.colors||void 0===_lib_browser_common_helpers_colors.colors?void 0:_lib_browser_common_helpers_colors.colors.partyColors[_lib_sdk_browser__externalConfig_configInterpreters_getCandidateParty_ts.getCandidateParty(e)])}exports.makeIncumbentPalette=makeIncumbentPalette;\\n}, {\"682\":682,\"739\":739}];\\nwindow.modules[\"742\"] = [function(require,module,exports){\"use strict\";function pullIncumbentOutIfThereIsOne(n){if(Array.isArray(n)){var e=n.filter(function(n){return(null==n?void 0:n.isIncumbent)||(null==n?void 0:n.incumbent)});return e.length>1||0===e.length?{incumbent:null,candidates:n}:{incumbent:e,candidates:n.filter(function(n){return!(null==n?void 0:n.isIncumbent)&&!(null==n?void 0:n.incumbent)})}}return{incumbent:null,candidates:n}}exports.pullIncumbentOutIfThereIsOne=pullIncumbentOutIfThereIsOne;\\n}, {}];\\nwindow.modules[\"743\"] = [function(require,module,exports){\"use strict\";var _lib_sdk_browser__externalConfig_configInterpreters_constants_ts=require(613),_lib_sdk_browser__externalConfig_configInterpreters_getPoliticalColors_ts=require(744),_lib_sdk_browser__externalConfig_configInterpreters_getMapPoliticalColors_ts=require(745);function _defineProperty(e,r,t){return r in e?Object.defineProperty(e,r,{value:t,enumerable:!0,configurable:!0,writable:!0}):e[r]=t,e}var _obj,ELECTION_THEME=_lib_sdk_browser__externalConfig_configInterpreters_constants_ts.configLayers.ELECTION_THEME,MAP_THEME=_lib_sdk_browser__externalConfig_configInterpreters_constants_ts.configLayers.MAP_THEME,contextFunctionMap=(_defineProperty(_obj={},ELECTION_THEME,_lib_sdk_browser__externalConfig_configInterpreters_getPoliticalColors_ts.getPoliticalColors),_defineProperty(_obj,MAP_THEME,_lib_sdk_browser__externalConfig_configInterpreters_getMapPoliticalColors_ts.getMapPoliticalColors),_obj);exports.contextFunctionMap=contextFunctionMap;\\n}, {\"613\":613,\"744\":744,\"745\":745}];\\nwindow.modules[\"744\"] = [function(require,module,exports){\"use strict\";var _lib_browser_common_helpers_colors=require(682),_vendor_browser_lodash_get=require(569),_lib_sdk_browser__externalConfig_configInterpreters_autoAssignColors_ts=require(736),_lib_sdk_browser__externalConfig_configInterpreters_constants_ts=require(613);function _defineProperty(r,e,o){return e in r?Object.defineProperty(r,e,{value:o,enumerable:!0,configurable:!0,writable:!0}):r[e]=o,r}function _objectSpread(r){for(var e=1;e<arguments.length;e++){var o=null!=arguments[e]?arguments[e]:{},t=Object.keys(o);\"function\"==typeof Object.getOwnPropertySymbols&&(t=t.concat(Object.getOwnPropertySymbols(o).filter(function(r){return Object.getOwnPropertyDescriptor(o,r).enumerable}))),t.forEach(function(e){_defineProperty(r,e,o[e])})}return r}var PRIMARIES_AUTO_ASSIGN=_lib_sdk_browser__externalConfig_configInterpreters_constants_ts.colorOverrideOptions.PRIMARIES_AUTO_ASSIGN,OVERRIDE=_lib_sdk_browser__externalConfig_configInterpreters_constants_ts.colorOverrideOptions.OVERRIDE;function getPoliticalColors(r,e,o){var t={},s={},_=_lib_browser_common_helpers_colors.colors.partyColors,n=_lib_browser_common_helpers_colors.colors.auxiliaryColors,l=_lib_browser_common_helpers_colors.colors.externalConfigStatus,i=_vendor_browser_lodash_get.get_1(e,\"candidates\",[]);switch(_vendor_browser_lodash_get.get_1(r,\"option\")){case PRIMARIES_AUTO_ASSIGN:t=_lib_sdk_browser__externalConfig_configInterpreters_autoAssignColors_ts.autoAssignColors(i);break;case OVERRIDE:t=_vendor_browser_lodash_get.get_1(r,\"content.partyColors\",{}),s=_vendor_browser_lodash_get.get_1(r,\"content.auxiliaryColors\",{})}return{partyColors:_objectSpread({},_,t),auxiliaryColors:_objectSpread({},n,s),externalConfigStatus:_objectSpread({},l,o)}}exports.getPoliticalColors=getPoliticalColors;\\n}, {\"569\":569,\"613\":613,\"682\":682,\"736\":736}];\\nwindow.modules[\"745\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_lodash_get=require(569),_lib_browser_common_helpers_mapColors=require(700),_lib_browser_common_helpers_blankMapColors=require(680),_lib_sdk_browser__externalConfig_configInterpreters_constants_ts=require(613),_lib_sdk_browser__externalConfig_configInterpreters_getCompleteMapPalette_ts=require(749),_vendor_browser_lodash_lodash=require(570),_lib_sdk_browser__externalConfig_configInterpreters_addMetaOverrides_ts=require(734),PRIMARIES_AUTO_ASSIGN=_lib_sdk_browser__externalConfig_configInterpreters_constants_ts.colorOverrideOptions.PRIMARIES_AUTO_ASSIGN,OVERRIDE=_lib_sdk_browser__externalConfig_configInterpreters_constants_ts.colorOverrideOptions.OVERRIDE;function getMapPoliticalColors(e,r,o){if(!(null==o?void 0:o.hasReceivedExternalConfig))return _vendor_browser_lodash_lodash.lodash.cloneDeep(_lib_browser_common_helpers_blankMapColors.blankMapColors);var _=_vendor_browser_lodash_lodash.lodash.cloneDeep(_lib_browser_common_helpers_mapColors.mapColors),s={},t=_vendor_browser_lodash_get.get_1(r,\"listsOfCandidates\",[]),l=_vendor_browser_lodash_get.get_1(r,\"mode\");switch(_vendor_browser_lodash_get.get_1(e,\"option\")){case PRIMARIES_AUTO_ASSIGN:s=_lib_sdk_browser__externalConfig_configInterpreters_getCompleteMapPalette_ts.getCompleteMapPalette(t,l);break;case OVERRIDE:s=_vendor_browser_lodash_get.get_1(e,\"content.mapTheme\",{})}var n=Object.assign({},_vendor_browser_lodash_get.get_1(_,\"topics.generals\",{})),a=Object.keys(s).reduce(function(e,r){return e[r]=s[r],e},n);return _.topics.generals=a,_lib_sdk_browser__externalConfig_configInterpreters_addMetaOverrides_ts.addMetaOverrides(_,e)}exports.getMapPoliticalColors=getMapPoliticalColors;\\n}, {\"569\":569,\"570\":570,\"613\":613,\"680\":680,\"700\":700,\"734\":734,\"749\":749}];\\nwindow.modules[\"746\"] = [function(require,module,exports){\"use strict\";function getBopBarColor(o,r){var t;return r.partyColors[null===(t=String(o))||void 0===t?void 0:t.toLowerCase()]||r.partyColors.other}exports.getBopBarColor=getBopBarColor;\\n}, {}];\\nwindow.modules[\"748\"] = [function(require,module,exports){\"use strict\";function shouldSuppressColors(o){var r,e,l=null==o?void 0:null===(r=o.externalConfigStatus)||void 0===r?void 0:r.suppressColorsUntilConfig,s=null==o?void 0:null===(e=o.externalConfigStatus)||void 0===e?void 0:e.hasReceivedExternalConfig;return!(!l||s)}function getNoRenderColor(o,r){var e;if(r)return r;var l=null==o?void 0:null===(e=o.externalConfigStatus)||void 0===e?void 0:e.noRenderColor;return l||\"\"}function getFallbackColorIfSuppressingColors(o,r){return shouldSuppressColors(o)?getNoRenderColor(o,r):\"\"}exports.getFallbackColorIfSuppressingColors=getFallbackColorIfSuppressingColors,exports.getNoRenderColor=getNoRenderColor,exports.shouldSuppressColors=shouldSuppressColors;\\n}, {}];\\nwindow.modules[\"749\"] = [function(require,module,exports){\"use strict\";var _lib_browser_common_constants_painting=require(643),_lib_sdk_browser__externalConfig_configInterpreters_autoAssignColors_ts=require(736),AHEAD_SINGLE_BUCKET=_lib_browser_common_constants_painting.PaintModes.AHEAD_SINGLE_BUCKET,PROJECTION=_lib_browser_common_constants_painting.PaintModes.PROJECTION;function makeStructPalette(e,t){return Object.keys(e).reduce(function(r,s){var n={};switch(t){case AHEAD_SINGLE_BUCKET:n={palettes:[{type:t,shades:[{value:e[s],desc:\"0%+\",type:\"0+\"}]}]};break;case PROJECTION:n={palettes:[{type:t,shades:[{value:e[s],type:\"win\"},{value:null,type:\"flip\"}]}]};break;default:return{}}return r[s]=n,r},{})}function getCompleteMapPalette(e,t){return t&&Array.isArray(e)?makeStructPalette(e.reduce(function(e,t){var r=_lib_sdk_browser__externalConfig_configInterpreters_autoAssignColors_ts.autoAssignColors(t);return Object.keys(r).forEach(function(t){e[t]||(e[t]=r[t])}),e},{}),t):{}}exports.getCompleteMapPalette=getCompleteMapPalette;\\n}, {\"643\":643,\"736\":736}];\\nwindow.modules[\"750\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_minimatchBrowser_minimatch=require(751),_lib_sdk_browser__externalConfig_constants_ts=require(729);function getFirstMatch(r,t){if(!t)return\"\";for(var e=Object.keys(t),n=e.length,s=\"\".concat(_lib_sdk_browser__externalConfig_constants_ts.COLOR_OVERRIDE_VERB,\"-\").concat(r),i=0;i<n;i++){var _=e[i];if(_vendor_browser_minimatchBrowser_minimatch.minimatch_1(s,_))return _}return\"\"}exports.getFirstMatch=getFirstMatch;\\n}, {\"729\":729,\"751\":751}];\\nwindow.modules[\"751\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_braceExpansion_index=require(1073);function _instanceof(t,e){return null!=e&&\"undefined\"!=typeof Symbol&&e[Symbol.hasInstance]?!!e[Symbol.hasInstance](t):t instanceof e}var minimatch_1=minimatch;minimatch.Minimatch=Minimatch;var GLOBSTAR=minimatch.GLOBSTAR=Minimatch.GLOBSTAR={},plTypes={\"!\":{open:\"(?:(?!(?:\",close:\"))[^/]*?)\"},\"?\":{open:\"(?:\",close:\")?\"},\"+\":{open:\"(?:\",close:\")+\"},\"*\":{open:\"(?:\",close:\")*\"},\"@\":{open:\"(?:\",close:\")\"}},qmark=\"[^/]\",star=qmark+\"*?\",twoStarDot=\"(?:(?!(?:\\\\\\\\/|^)(?:\\\\\\\\.{1,2})($|\\\\\\\\/)).)*?\",twoStarNoDot=\"(?:(?!(?:\\\\\\\\/|^)\\\\\\\\.).)*?\",reSpecials=charSet(\"().*{}+?[]^$\\\\\\\\!\");function charSet(t){return t.split(\"\").reduce(function(t,e){return t[e]=!0,t},{})}var slashSplit=/\\\\/+/;function filter(t,e){return e=e||{},function(n,i,r){return minimatch(n,t,e)}}function ext(t,e){t=t||{},e=e||{};var n={};return Object.keys(e).forEach(function(t){n[t]=e[t]}),Object.keys(t).forEach(function(e){n[e]=t[e]}),n}function minimatch(t,e,n){if(\"string\"!=typeof e)throw new TypeError(\"glob pattern string required\");return n||(n={}),!(!n.nocomment&&\"#\"===e.charAt(0))&&(\"\"===e.trim()?\"\"===t:new Minimatch(e,n).match(t))}function Minimatch(t,e){if(!_instanceof(this,Minimatch))return new Minimatch(t,e);if(\"string\"!=typeof t)throw new TypeError(\"glob pattern string required\");e||(e={}),t=t.trim(),this.options=e,this.set=[],this.pattern=t,this.regexp=null,this.negate=!1,this.comment=!1,this.empty=!1,this.make()}function make(){if(!this._made){var t=this.pattern,e=this.options;if(e.nocomment||\"#\"!==t.charAt(0))if(t){this.parseNegate();var n=this.globSet=this.braceExpand();e.debug&&(this.debug=console.error),this.debug(this.pattern,n),n=this.globParts=n.map(function(t){return t.split(slashSplit)}),this.debug(this.pattern,n),n=n.map(function(t,e,n){return t.map(this.parse,this)},this),this.debug(this.pattern,n),n=n.filter(function(t){return-1===t.indexOf(!1)}),this.debug(this.pattern,n),this.set=n}else this.empty=!0;else this.comment=!0}}function parseNegate(){var t=this.pattern,e=!1,n=0;if(!this.options.nonegate){for(var i=0,r=t.length;i<r&&\"!\"===t.charAt(i);i++)e=!e,n++;n&&(this.pattern=t.substr(n)),this.negate=e}}function braceExpand(t,e){if(e||(e=_instanceof(this,Minimatch)?this.options:{}),void 0===(t=void 0===t?this.pattern:t))throw new TypeError(\"undefined pattern\");return e.nobrace||!t.match(/\\\\{.*\\\\}/)?[t]:_vendor_browser_braceExpansion_index.braceExpansion(t)}minimatch.filter=filter,minimatch.defaults=function(t){if(!t||!Object.keys(t).length)return minimatch;var e=minimatch,n=function(n,i,r){return e.minimatch(n,i,ext(t,r))};return n.Minimatch=function(n,i){return new e.Minimatch(n,ext(t,i))},n},Minimatch.defaults=function(t){return t&&Object.keys(t).length?minimatch.defaults(t).Minimatch:Minimatch},Minimatch.prototype.debug=function(){},Minimatch.prototype.make=make,Minimatch.prototype.parseNegate=parseNegate,minimatch.braceExpand=function(t,e){return braceExpand(t,e)},Minimatch.prototype.braceExpand=braceExpand,Minimatch.prototype.parse=parse;var SUBPARSE={};function parse(t,e){var n=function(){if(r){switch(r){case\"*\":s+=star,c=!0;break;case\"?\":s+=qmark,c=!0;break;default:s+=\"\\\\\\\\\"+r}g.debug(\"clearStateChar %j %j\",r,s),r=!1}};if(t.length>65536)throw new TypeError(\"pattern is too long\");var i=this.options;if(!i.noglobstar&&\"**\"===t)return GLOBSTAR;if(\"\"===t)return\"\";for(var r,a,s=\"\",c=!!i.nocase,o=!1,h=[],u=[],p=!1,m=-1,f=-1,l=\".\"===t.charAt(0)?\"\":i.dot?\"(?!(?:^|\\\\\\\\/)\\\\\\\\.{1,2}(?:$|\\\\\\\\/))\":\"(?!\\\\\\\\.)\",g=this,d=0,b=t.length;d<b&&(a=t.charAt(d));d++)if(this.debug(\"%s\\\\t%s %s %j\",t,d,s,a),o&&reSpecials[a])s+=\"\\\\\\\\\"+a,o=!1;else switch(a){case\"/\":return!1;case\"\\\\\\\\\":n(),o=!0;continue;case\"?\":case\"*\":case\"+\":case\"@\":case\"!\":if(this.debug(\"%s\\\\t%s %s %j <-- stateChar\",t,d,s,a),p){this.debug(\" in class\"),\"!\"===a&&d===f+1&&(a=\"^\"),s+=a;continue}g.debug(\"call clearStateChar %j\",r),n(),r=a,i.noext&&n();continue;case\"(\":if(p){s+=\"(\";continue}if(!r){s+=\"\\\\\\\\(\";continue}h.push({type:r,start:d-1,reStart:s.length,open:plTypes[r].open,close:plTypes[r].close}),s+=\"!\"===r?\"(?:(?!(?:\":\"(?:\",this.debug(\"plType %j %j\",r,s),r=!1;continue;case\")\":if(p||!h.length){s+=\"\\\\\\\\)\";continue}n(),c=!0;var v=h.pop();s+=v.close,\"!\"===v.type&&u.push(v),v.reEnd=s.length;continue;case\"|\":if(p||!h.length||o){s+=\"\\\\\\\\|\",o=!1;continue}n(),s+=\"|\";continue;case\"[\":if(n(),p){s+=\"\\\\\\\\\"+a;continue}p=!0,f=d,m=s.length,s+=a;continue;case\"]\":if(d===f+1||!p){s+=\"\\\\\\\\\"+a,o=!1;continue}if(p){var S=t.substring(f+1,d);try{RegExp(\"[\"+S+\"]\")}catch(t){var y=this.parse(S,SUBPARSE);s=s.substr(0,m)+\"\\\\\\\\[\"+y[0]+\"\\\\\\\\]\",c=c||y[1],p=!1;continue}}c=!0,p=!1,s+=a;continue;default:n(),o?o=!1:!reSpecials[a]||\"^\"===a&&p||(s+=\"\\\\\\\\\"),s+=a}for(p&&(S=t.substr(f+1),y=this.parse(S,SUBPARSE),s=s.substr(0,m)+\"\\\\\\\\[\"+y[0],c=c||y[1]),v=h.pop();v;v=h.pop()){var x=s.slice(v.reStart+v.open.length);this.debug(\"setting tail\",s,v),x=x.replace(/((?:\\\\\\\\{2}){0,64})(\\\\\\\\?)\\\\|/g,function(t,e,n){return n||(n=\"\\\\\\\\\"),e+e+n+\"|\"}),this.debug(\"tail=%j\\\\n %s\",x,x,v,s);var E=\"*\"===v.type?star:\"?\"===v.type?qmark:\"\\\\\\\\\"+v.type;c=!0,s=s.slice(0,v.reStart)+E+\"\\\\\\\\(\"+x}n(),o&&(s+=\"\\\\\\\\\\\\\\\\\");var w=!1;switch(s.charAt(0)){case\".\":case\"[\":case\"(\":w=!0}for(var M=u.length-1;M>-1;M--){var R=u[M],k=s.slice(0,R.reStart),A=s.slice(R.reStart,R.reEnd-8),O=s.slice(R.reEnd-8,R.reEnd),_=s.slice(R.reEnd);O+=_;var j=k.split(\"(\").length-1,T=_;for(d=0;d<j;d++)T=T.replace(/\\\\)[+*?]?/,\"\");var B=\"\";\"\"===(_=T)&&e!==SUBPARSE&&(B=\"$\"),s=k+A+_+B+O}if(\"\"!==s&&c&&(s=\"(?=.)\"+s),w&&(s=l+s),e===SUBPARSE)return[s,c];if(!c)return globUnescape(t);var $=i.nocase?\"i\":\"\";try{var L=new RegExp(\"^\"+s+\"$\",$)}catch(t){return new RegExp(\"$.\")}return L._glob=t,L._src=s,L}function makeRe(){if(this.regexp||!1===this.regexp)return this.regexp;var t=this.set;if(!t.length)return this.regexp=!1,this.regexp;var e=this.options,n=e.noglobstar?star:e.dot?twoStarDot:twoStarNoDot,i=e.nocase?\"i\":\"\",r=t.map(function(t){return t.map(function(t){return t===GLOBSTAR?n:\"string\"==typeof t?regExpEscape(t):t._src}).join(\"\\\\\\\\/\")}).join(\"|\");r=\"^(?:\"+r+\")$\",this.negate&&(r=\"^(?!\"+r+\").*$\");try{this.regexp=new RegExp(r,i)}catch(t){this.regexp=!1}return this.regexp}function match(t,e){if(this.debug(\"match\",t,this.pattern),this.comment)return!1;if(this.empty)return\"\"===t;if(\"/\"===t&&e)return!0;var n=this.options;t=t.split(slashSplit),this.debug(this.pattern,\"split\",t);var i,r,a=this.set;for(this.debug(this.pattern,\"set\",a),r=t.length-1;r>=0&&!(i=t[r]);r--);for(r=0;r<a.length;r++){var s=a[r],c=t;if(n.matchBase&&1===s.length&&(c=[i]),this.matchOne(c,s,e))return!!n.flipNegate||!this.negate}return!n.flipNegate&&this.negate}function globUnescape(t){return t.replace(/\\\\\\\\(.)/g,\"$1\")}function regExpEscape(t){return t.replace(/[-[\\\\]{}()*+?.,\\\\\\\\^$|#\\\\s]/g,\"\\\\\\\\$&\")}minimatch.makeRe=function(t,e){return new Minimatch(t,e||{}).makeRe()},Minimatch.prototype.makeRe=makeRe,minimatch.match=function(t,e,n){var i=new Minimatch(e,n=n||{});return t=t.filter(function(t){return i.match(t)}),i.options.nonull&&!t.length&&t.push(e),t},Minimatch.prototype.match=match,Minimatch.prototype.matchOne=function(t,e,n){var i=this.options;this.debug(\"matchOne\",{this:this,file:t,pattern:e}),this.debug(\"matchOne\",t.length,e.length);for(var r=0,a=0,s=t.length,c=e.length;r<s&&a<c;r++,a++){this.debug(\"matchOne loop\");var o,h=e[a],u=t[r];if(this.debug(e,h,u),!1===h)return!1;if(h===GLOBSTAR){this.debug(\"GLOBSTAR\",[e,h,u]);var p=r,m=a+1;if(m===c){for(this.debug(\"** at the end\");r<s;r++)if(\".\"===t[r]||\"..\"===t[r]||!i.dot&&\".\"===t[r].charAt(0))return!1;return!0}for(;p<s;){var f=t[p];if(this.debug(\"\\\\nglobstar while\",t,p,e,m,f),this.matchOne(t.slice(p),e.slice(m),n))return this.debug(\"globstar found match!\",p,s,f),!0;if(\".\"===f||\"..\"===f||!i.dot&&\".\"===f.charAt(0)){this.debug(\"dot detected!\",t,p,e,m);break}this.debug(\"globstar swallow a segment, and continue\"),p++}return!(!n||(this.debug(\"\\\\n>>> no match, partial?\",t,p,e,m),p!==s))}if(\"string\"==typeof h?(o=i.nocase?u.toLowerCase()===h.toLowerCase():u===h,this.debug(\"string match\",h,u,o)):(o=u.match(h),this.debug(\"pattern match\",h,u,o)),!o)return!1}if(r===s&&a===c)return!0;if(r===s)return n;if(a===c)return r===s-1&&\"\"===t[r];throw new Error(\"wtf?\")},exports.minimatch_1=minimatch_1;\\n}, {\"1073\":1073}];\\nwindow.modules[\"752\"] = [function(require,module,exports){\"use strict\";var _lib_sdk_browser__externalConfig_configInterpreters_getColor_ts=require(614);function getWinnerPartyColor(r,e){var t=arguments.length>2&&void 0!==arguments[2]?arguments[2]:\"\";return r&&r.winner&&(t=_lib_sdk_browser__externalConfig_configInterpreters_getColor_ts.getColor(r.winner,e)),t}exports.getWinnerPartyColor=getWinnerPartyColor;\\n}, {\"614\":614}];\\nwindow.modules[\"753\"] = [function(require,module,exports){\"use strict\";function shouldSuppressFeatures(s,e){return(null==e||!e.denySuppression)&&!(!(null==e?void 0:e.suppressFeaturesUntilConfig)||s)}exports.shouldSuppressFeatures=shouldSuppressFeatures;\\n}, {}];\\nwindow.modules[\"754\"] = [function(require,module,exports){\"use strict\";var _lib_browser_common_constants_contextKeys=require(639);require(703),require(757),require(758),require(759),require(548),require(567),require(726),require(751);var _lib_sdk_browser__browser_splitAndFilterConfig_ts=require(728);function setContextFromOverrideConfig(e,r){var s=_lib_sdk_browser__browser_splitAndFilterConfig_ts.splitAndFilterConfig(r),o=s.featureFlagsData,t=void 0===o?{}:o,n=s.colorOverridesData,i=void 0===n?{}:n,_=s.lastUpdated;return e.get(_lib_browser_common_constants_contextKeys.FEATURE_FLAGS_CONTEXT_KEY).set(t),e.get(_lib_browser_common_constants_contextKeys.COLOR_OVERRIDES_CONTEXT_KEY).set(i),e.get(_lib_browser_common_constants_contextKeys.EXTERNAL_CONFIG_LAST_UPDATED).set(_),{featureFlagsData:t,colorOverridesData:i,lastUpdated:_}}exports.setContextFromOverrideConfig=setContextFromOverrideConfig;\\n}, {\"548\":548,\"567\":567,\"639\":639,\"703\":703,\"726\":726,\"728\":728,\"751\":751,\"757\":757,\"758\":758,\"759\":759}];\\nwindow.modules[\"755\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_svelte_internal_index=require(548),_lib_browser_common_constants_contextKeys=require(639),_lib_sdk_browser__externalConfig_featureFlags_makeTargetFeature_ts=require(727),_lib_sdk_browser__externalConfig_featureFlags_isFlaggedOff_ts=require(712),_lib_sdk_browser__externalConfig_configInterpreters_shouldSuppressFeatures_ts=require(753);function _arrayLikeToArray(e,r){(null==r||r>e.length)&&(r=e.length);for(var t=0,n=new Array(r);t<r;t++)n[t]=e[t];return n}function _arrayWithHoles(e){if(Array.isArray(e))return e}function _assertThisInitialized(e){if(void 0===e)throw new ReferenceError(\"this hasn\\'t been initialised - super() hasn\\'t been called\");return e}function _classCallCheck(e,r){if(!(e instanceof r))throw new TypeError(\"Cannot call a class as a function\")}function _defineProperty(e,r,t){return r in e?Object.defineProperty(e,r,{value:t,enumerable:!0,configurable:!0,writable:!0}):e[r]=t,e}function _getPrototypeOf(e){return(_getPrototypeOf=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function _inherits(e,r){if(\"function\"!=typeof r&&null!==r)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(r&&r.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),r&&_setPrototypeOf(e,r)}function _iterableToArrayLimit(e,r){var t=null==e?null:\"undefined\"!=typeof Symbol&&e[Symbol.iterator]||e[\"@@iterator\"];if(null!=t){var n,o,_=[],i=!0,s=!1;try{for(t=t.call(e);!(i=(n=t.next()).done)&&(_.push(n.value),!r||_.length!==r);i=!0);}catch(e){s=!0,o=e}finally{try{i||null==t.return||t.return()}finally{if(s)throw o}}return _}}function _nonIterableRest(){throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\\\\\\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}function _objectSpread(e){for(var r=1;r<arguments.length;r++){var t=null!=arguments[r]?arguments[r]:{},n=Object.keys(t);\"function\"==typeof Object.getOwnPropertySymbols&&(n=n.concat(Object.getOwnPropertySymbols(t).filter(function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.forEach(function(r){_defineProperty(e,r,t[r])})}return e}function ownKeys(e,r){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);r&&(n=n.filter(function(r){return Object.getOwnPropertyDescriptor(e,r).enumerable})),t.push.apply(t,n)}return t}function _objectSpreadProps(e,r){return r=null!=r?r:{},Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):ownKeys(Object(r)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}),e}function _possibleConstructorReturn(e,r){return!r||\"object\"!==_typeof(r)&&\"function\"!=typeof r?_assertThisInitialized(e):r}function _setPrototypeOf(e,r){return(_setPrototypeOf=Object.setPrototypeOf||function(e,r){return e.__proto__=r,e})(e,r)}function _slicedToArray(e,r){return _arrayWithHoles(e)||_iterableToArrayLimit(e,r)||_unsupportedIterableToArray(e,r)||_nonIterableRest()}var _typeof=function(e){return e&&\"undefined\"!=typeof Symbol&&e.constructor===Symbol?\"symbol\":typeof e};function _unsupportedIterableToArray(e,r){if(e){if(\"string\"==typeof e)return _arrayLikeToArray(e,r);var t=Object.prototype.toString.call(e).slice(8,-1);return\"Object\"===t&&e.constructor&&(t=e.constructor.name),\"Map\"===t||\"Set\"===t?Array.from(t):\"Arguments\"===t||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t)?_arrayLikeToArray(e,r):void 0}}function _isNativeReflectConstruct(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function _createSuper(e){var r=_isNativeReflectConstruct();return function(){var t,n=_getPrototypeOf(e);if(r){var o=_getPrototypeOf(this).constructor;t=Reflect.construct(n,arguments,o)}else t=n.apply(this,arguments);return _possibleConstructorReturn(this,t)}}function create_if_block(e){var r,t,n=!e[6]||!_lib_sdk_browser__externalConfig_featureFlags_isFlaggedOff_ts.isFlaggedOff(e[2],e[5],e[0]),o=n&&create_if_block_1(e);return{c:function(){o&&o.c(),r=_vendor_browser_svelte_internal_index.empty()},l:function(e){o&&o.l(e),r=_vendor_browser_svelte_internal_index.empty()},m:function(e,n){o&&o.m(e,n),_vendor_browser_svelte_internal_index.insert_hydration(e,r,n),t=!0},p:function(e,t){37&t&&(n=!e[6]||!_lib_sdk_browser__externalConfig_featureFlags_isFlaggedOff_ts.isFlaggedOff(e[2],e[5],e[0])),n?o?(o.p(e,t),37&t&&_vendor_browser_svelte_internal_index.transition_in(o,1)):((o=create_if_block_1(e)).c(),_vendor_browser_svelte_internal_index.transition_in(o,1),o.m(r.parentNode,r)):o&&(_vendor_browser_svelte_internal_index.group_outros(),_vendor_browser_svelte_internal_index.transition_out(o,1,1,function(){o=null}),_vendor_browser_svelte_internal_index.check_outros())},i:function(e){t||(_vendor_browser_svelte_internal_index.transition_in(o),t=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(o),t=!1},d:function(e){o&&o.d(e),e&&_vendor_browser_svelte_internal_index.detach(r)}}}function create_if_block_1(e){var r,t=e[15].default,n=_vendor_browser_svelte_internal_index.create_slot(t,e,e[14],null);return{c:function(){n&&n.c()},l:function(e){n&&n.l(e)},m:function(e,t){n&&n.m(e,t),r=!0},p:function(e,o){n&&n.p&&(!r||16384&o)&&_vendor_browser_svelte_internal_index.update_slot_base(n,t,e,e[14],r?_vendor_browser_svelte_internal_index.get_slot_changes(t,e[14],o,null):_vendor_browser_svelte_internal_index.get_all_dirty_from_scope(e[14]),null)},i:function(e){r||(_vendor_browser_svelte_internal_index.transition_in(n,e),r=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(n,e),r=!1},d:function(e){n&&n.d(e)}}}function create_fragment(e){var r,t,n=!_lib_sdk_browser__externalConfig_configInterpreters_shouldSuppressFeatures_ts.shouldSuppressFeatures(e[3],_objectSpreadProps(_objectSpread({},e[4]),{denySuppression:e[1]})),o=n&&create_if_block(e);return{c:function(){o&&o.c(),r=_vendor_browser_svelte_internal_index.empty()},l:function(e){o&&o.l(e),r=_vendor_browser_svelte_internal_index.empty()},m:function(e,n){o&&o.m(e,n),_vendor_browser_svelte_internal_index.insert_hydration(e,r,n),t=!0},p:function(e,t){var _=_slicedToArray(t,1)[0];26&_&&(n=!_lib_sdk_browser__externalConfig_configInterpreters_shouldSuppressFeatures_ts.shouldSuppressFeatures(e[3],_objectSpreadProps(_objectSpread({},e[4]),{denySuppression:e[1]}))),n?o?(o.p(e,_),26&_&&_vendor_browser_svelte_internal_index.transition_in(o,1)):((o=create_if_block(e)).c(),_vendor_browser_svelte_internal_index.transition_in(o,1),o.m(r.parentNode,r)):o&&(_vendor_browser_svelte_internal_index.group_outros(),_vendor_browser_svelte_internal_index.transition_out(o,1,1,function(){o=null}),_vendor_browser_svelte_internal_index.check_outros())},i:function(e){t||(_vendor_browser_svelte_internal_index.transition_in(o),t=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(o),t=!1},d:function(e){o&&o.d(e),e&&_vendor_browser_svelte_internal_index.detach(r)}}}function instance(e,r,t){var n,o,_,i,s,a,l=r.$$slots,u=void 0===l?{}:l,c=r.$$scope,f=r.feature,d=void 0===f?\"\":f,b=r.from,p=void 0===b?\"\":b,v=r.isByDefaultOff,y=void 0!==v&&v,w=r.denySuppression,g=void 0!==w&&w,m=_vendor_browser_svelte_internal_index.getContext(_lib_browser_common_constants_contextKeys.FEATURE_FLAGS_CONTEXT_KEY);_vendor_browser_svelte_internal_index.component_subscribe(e,m,function(e){return t(5,a=e)});var x=_vendor_browser_svelte_internal_index.getContext(_lib_browser_common_constants_contextKeys.IDENTITY_CONTEXT_KEY);_vendor_browser_svelte_internal_index.component_subscribe(e,x,function(e){return t(12,_=e)});var O=_vendor_browser_svelte_internal_index.getContext(_lib_browser_common_constants_contextKeys.SUPPRESS_OPERATORS_KEY);_vendor_browser_svelte_internal_index.component_subscribe(e,O,function(e){return t(4,s=e)});var h=_vendor_browser_svelte_internal_index.getContext(_lib_browser_common_constants_contextKeys.EXTERNAL_CONFIG_LAST_UPDATED);return _vendor_browser_svelte_internal_index.component_subscribe(e,h,function(e){return t(13,i=e)}),e.$$set=function(e){\"feature\"in e&&t(10,d=e.feature),\"from\"in e&&t(11,p=e.from),\"isByDefaultOff\"in e&&t(0,y=e.isByDefaultOff),\"denySuppression\"in e&&t(1,g=e.denySuppression),\"$$scope\"in e&&t(14,c=e.$$scope)},e.$$.update=function(){8192&e.$$.dirty&&t(3,n=Boolean(i)),7168&e.$$.dirty&&t(2,o=_lib_sdk_browser__externalConfig_featureFlags_makeTargetFeature_ts.makeTargetFeature(null==_?void 0:_.componentKey,d,p))},[y,g,o,n,s,a,m,x,O,h,d,p,_,i,c,u]}var FeatureFlag=function(e){_inherits(t,_vendor_browser_svelte_internal_index.SvelteComponent);var r=_createSuper(t);function t(e){var n;return _classCallCheck(this,t),n=r.call(this),_vendor_browser_svelte_internal_index.init(_assertThisInitialized(n),e,instance,create_fragment,_vendor_browser_svelte_internal_index.safe_not_equal,{feature:10,from:11,isByDefaultOff:0,denySuppression:1}),n}return t}();exports.FeatureFlag=FeatureFlag;\\n}, {\"548\":548,\"639\":639,\"712\":712,\"727\":727,\"753\":753}];\\nwindow.modules[\"756\"] = [function(require,module,exports){\"use strict\";var _lib_sdk_browser__externalConfig_constants_ts=require(729),_vendor_browser_minimatchBrowser_minimatch=require(751);function isFlagged(r,e){if(!e)return!1;for(var t=Object.keys(e),n=t.length,s=\"\".concat(_lib_sdk_browser__externalConfig_constants_ts.FEATURE_FLAG_VERB,\"-\").concat(r),i=0;i<n;i++){var _=t[i];if(_vendor_browser_minimatchBrowser_minimatch.minimatch_1(s,_))return!0}return!1}exports.isFlagged=isFlagged;\\n}, {\"729\":729,\"751\":751}];\\nwindow.modules[\"757\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_lodash__Symbol=require(1390),_vendor_browser_lodash__getRawTag=require(1454),_vendor_browser_lodash__objectToString=require(1455),nullTag=\"[object Null]\",undefinedTag=\"[object Undefined]\",symToStringTag=_vendor_browser_lodash__Symbol._Symbol?_vendor_browser_lodash__Symbol._Symbol.toStringTag:void 0;function baseGetTag(e){return null==e?void 0===e?undefinedTag:nullTag:symToStringTag&&symToStringTag in Object(e)?_vendor_browser_lodash__getRawTag._getRawTag(e):_vendor_browser_lodash__objectToString._objectToString(e)}var _baseGetTag=baseGetTag;exports._baseGetTag=_baseGetTag;\\n}, {\"1390\":1390,\"1454\":1454,\"1455\":1455}];\\nwindow.modules[\"758\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_lodash__memoizeCapped=require(1559),rePropName=/[^.[\\\\]]+|\\\\[(?:(-?\\\\d+(?:\\\\.\\\\d+)?)|([\"\\'])((?:(?!\\\\2)[^\\\\\\\\]|\\\\\\\\.)*?)\\\\2)\\\\]|(?=(?:\\\\.|\\\\[\\\\])(?:\\\\.|\\\\[\\\\]|$))/g,reEscapeChar=/\\\\\\\\(\\\\\\\\)?/g,stringToPath=_vendor_browser_lodash__memoizeCapped._memoizeCapped(function(e){var r=[];return 46===e.charCodeAt(0)&&r.push(\"\"),e.replace(rePropName,function(e,a,o,p){r.push(o?p.replace(reEscapeChar,\"$1\"):a||e)}),r}),_stringToPath=stringToPath;exports._stringToPath=_stringToPath;\\n}, {\"1559\":1559}];\\nwindow.modules[\"759\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_lodash__Symbol=require(1390),_vendor_browser_lodash__arrayMap=require(1407),_vendor_browser_lodash_isArray=require(1403),_vendor_browser_lodash_isSymbol=require(1515),INFINITY=1/0,symbolProto=_vendor_browser_lodash__Symbol._Symbol?_vendor_browser_lodash__Symbol._Symbol.prototype:void 0,symbolToString=symbolProto?symbolProto.toString:void 0;function baseToString(r){if(\"string\"==typeof r)return r;if(_vendor_browser_lodash_isArray.isArray_1(r))return _vendor_browser_lodash__arrayMap._arrayMap(r,baseToString)+\"\";if(_vendor_browser_lodash_isSymbol.isSymbol_1(r))return symbolToString?symbolToString.call(r):\"\";var o=r+\"\";return\"0\"==o&&1/r==-INFINITY?\"-0\":o}var _baseToString=baseToString;exports._baseToString=_baseToString;\\n}, {\"1390\":1390,\"1403\":1403,\"1407\":1407,\"1515\":1515}];\\nwindow.modules[\"936\"] = [function(require,module,exports){\"use strict\";var _vendor_browser__commonjsHelpers=require(937),assertThisInitialized=_vendor_browser__commonjsHelpers.createCommonjsModule(function(e){e.exports=function(e){if(void 0===e)throw new ReferenceError(\"this hasn\\'t been initialised - super() hasn\\'t been called\");return e},e.exports.__esModule=!0,e.exports.default=e.exports});_vendor_browser__commonjsHelpers.getDefaultExportFromCjs(assertThisInitialized),exports.assertThisInitialized=assertThisInitialized;\\n}, {\"937\":937}];\\nwindow.modules[\"937\"] = [function(require,module,exports){(function (global){(function (){\\n\"use strict\";var commonjsGlobal=\"undefined\"!=typeof globalThis?globalThis:\"undefined\"!=typeof window?window:\"undefined\"!=typeof global?global:\"undefined\"!=typeof self?self:{};function getDefaultExportFromCjs(o){return o&&o.__esModule&&Object.prototype.hasOwnProperty.call(o,\"default\")?o.default:o}function createCommonjsModule(o){var e={exports:{}};return o(e,e.exports),e.exports}function commonjsRequire(o){throw new Error(\\'Could not dynamically require \"\\'+o+\\'\". Please configure the dynamicRequireTargets option of @rollup/plugin-commonjs appropriately for this require call to behave properly.\\')}exports.commonjsGlobal=commonjsGlobal,exports.commonjsRequire=commonjsRequire,exports.createCommonjsModule=createCommonjsModule,exports.getDefaultExportFromCjs=getDefaultExportFromCjs;\\n\\n}).call(this)}).call(this,typeof global !== \"undefined\" ? global : typeof self !== \"undefined\" ? self : typeof window !== \"undefined\" ? window : {})}, {}];\\nwindow.modules[\"938\"] = [function(require,module,exports){\"use strict\";var _vendor_browser__commonjsHelpers=require(937),asyncToGenerator=_vendor_browser__commonjsHelpers.createCommonjsModule(function(e){var r=function(e,r,o,n,t,s,a){try{var c=e[s](a),u=c.value}catch(e){return void o(e)}c.done?r(u):Promise.resolve(u).then(n,t)};e.exports=function(e){return function(){var o=this,n=arguments;return new Promise(function(t,s){var a=e.apply(o,n);function c(e){r(a,t,s,c,u,\"next\",e)}function u(e){r(a,t,s,c,u,\"throw\",e)}c(void 0)})}},e.exports.__esModule=!0,e.exports.default=e.exports});_vendor_browser__commonjsHelpers.getDefaultExportFromCjs(asyncToGenerator),exports.asyncToGenerator=asyncToGenerator;\\n}, {\"937\":937}];\\nwindow.modules[\"939\"] = [function(require,module,exports){\"use strict\";var _vendor_browser__commonjsHelpers=require(937);function _instanceof(e,s){return null!=s&&\"undefined\"!=typeof Symbol&&s[Symbol.hasInstance]?!!s[Symbol.hasInstance](e):e instanceof s}var classCallCheck=_vendor_browser__commonjsHelpers.createCommonjsModule(function(e){e.exports=function(e,s){if(!_instanceof(e,s))throw new TypeError(\"Cannot call a class as a function\")},e.exports.__esModule=!0,e.exports.default=e.exports});_vendor_browser__commonjsHelpers.getDefaultExportFromCjs(classCallCheck),exports.classCallCheck=classCallCheck;\\n}, {\"937\":937}];\\nwindow.modules[\"940\"] = [function(require,module,exports){\"use strict\";var _vendor_browser__commonjsHelpers=require(937),_vendor_browser__babel_runtime_helpers_setPrototypeOf=require(941),_vendor_browser__babel_runtime_helpers_isNativeReflectConstruct=require(942),construct=_vendor_browser__commonjsHelpers.createCommonjsModule(function(e){function r(t,o,s){return _vendor_browser__babel_runtime_helpers_isNativeReflectConstruct.isNativeReflectConstruct()?(e.exports=r=Reflect.construct.bind(),e.exports.__esModule=!0,e.exports.default=e.exports):(e.exports=r=function(e,r,t){var o=[null];o.push.apply(o,r);var s=new(Function.bind.apply(e,o));return t&&_vendor_browser__babel_runtime_helpers_setPrototypeOf.setPrototypeOf(s,t.prototype),s},e.exports.__esModule=!0,e.exports.default=e.exports),r.apply(null,arguments)}e.exports=r,e.exports.__esModule=!0,e.exports.default=e.exports});_vendor_browser__commonjsHelpers.getDefaultExportFromCjs(construct),exports.construct=construct;\\n}, {\"937\":937,\"941\":941,\"942\":942}];\\nwindow.modules[\"941\"] = [function(require,module,exports){\"use strict\";var _vendor_browser__commonjsHelpers=require(937),setPrototypeOf=_vendor_browser__commonjsHelpers.createCommonjsModule(function(e){function o(t,r){return e.exports=o=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,o){return e.__proto__=o,e},e.exports.__esModule=!0,e.exports.default=e.exports,o(t,r)}e.exports=o,e.exports.__esModule=!0,e.exports.default=e.exports});_vendor_browser__commonjsHelpers.getDefaultExportFromCjs(setPrototypeOf),exports.setPrototypeOf=setPrototypeOf;\\n}, {\"937\":937}];\\nwindow.modules[\"942\"] = [function(require,module,exports){\"use strict\";var _vendor_browser__commonjsHelpers=require(937),isNativeReflectConstruct=_vendor_browser__commonjsHelpers.createCommonjsModule(function(e){e.exports=function(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}},e.exports.__esModule=!0,e.exports.default=e.exports});_vendor_browser__commonjsHelpers.getDefaultExportFromCjs(isNativeReflectConstruct),exports.isNativeReflectConstruct=isNativeReflectConstruct;\\n}, {\"937\":937}];\\nwindow.modules[\"943\"] = [function(require,module,exports){\"use strict\";var _vendor_browser__commonjsHelpers=require(937),defineProperty=_vendor_browser__commonjsHelpers.createCommonjsModule(function(e){e.exports=function(e,r,o){return r in e?Object.defineProperty(e,r,{value:o,enumerable:!0,configurable:!0,writable:!0}):e[r]=o,e},e.exports.__esModule=!0,e.exports.default=e.exports});_vendor_browser__commonjsHelpers.getDefaultExportFromCjs(defineProperty),exports.defineProperty=defineProperty;\\n}, {\"937\":937}];\\nwindow.modules[\"944\"] = [function(require,module,exports){\"use strict\";var _vendor_browser__commonjsHelpers=require(937),getPrototypeOf=_vendor_browser__commonjsHelpers.createCommonjsModule(function(e){function o(t){return e.exports=o=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(e){return e.__proto__||Object.getPrototypeOf(e)},e.exports.__esModule=!0,e.exports.default=e.exports,o(t)}e.exports=o,e.exports.__esModule=!0,e.exports.default=e.exports});_vendor_browser__commonjsHelpers.getDefaultExportFromCjs(getPrototypeOf),exports.getPrototypeOf=getPrototypeOf;\\n}, {\"937\":937}];\\nwindow.modules[\"945\"] = [function(require,module,exports){\"use strict\";var _vendor_browser__commonjsHelpers=require(937),_vendor_browser__babel_runtime_helpers_setPrototypeOf=require(941),inherits=_vendor_browser__commonjsHelpers.createCommonjsModule(function(e){e.exports=function(e,r){if(\"function\"!=typeof r&&null!==r)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(r&&r.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,\"prototype\",{writable:!1}),r&&_vendor_browser__babel_runtime_helpers_setPrototypeOf.setPrototypeOf(e,r)},e.exports.__esModule=!0,e.exports.default=e.exports});_vendor_browser__commonjsHelpers.getDefaultExportFromCjs(inherits),exports.inherits=inherits;\\n}, {\"937\":937,\"941\":941}];\\nwindow.modules[\"946\"] = [function(require,module,exports){\"use strict\";var _vendor_browser__commonjsHelpers=require(937),interopRequireDefault=_vendor_browser__commonjsHelpers.createCommonjsModule(function(e){e.exports=function(e){return e&&e.__esModule?e:{default:e}},e.exports.__esModule=!0,e.exports.default=e.exports});_vendor_browser__commonjsHelpers.getDefaultExportFromCjs(interopRequireDefault),exports.interopRequireDefault=interopRequireDefault;\\n}, {\"937\":937}];\\nwindow.modules[\"947\"] = [function(require,module,exports){\"use strict\";var _vendor_browser__commonjsHelpers=require(937),isNativeFunction=_vendor_browser__commonjsHelpers.createCommonjsModule(function(e){e.exports=function(e){return-1!==Function.toString.call(e).indexOf(\"[native code]\")},e.exports.__esModule=!0,e.exports.default=e.exports});_vendor_browser__commonjsHelpers.getDefaultExportFromCjs(isNativeFunction),exports.isNativeFunction=isNativeFunction;\\n}, {\"937\":937}];\\nwindow.modules[\"948\"] = [function(require,module,exports){\"use strict\";var _vendor_browser__commonjsHelpers=require(937),_vendor_browser__babel_runtime_helpers_typeof=require(949),_vendor_browser__babel_runtime_helpers_assertThisInitialized=require(936),possibleConstructorReturn=_vendor_browser__commonjsHelpers.createCommonjsModule(function(e){var r=_vendor_browser__babel_runtime_helpers_typeof._typeof_1.default;e.exports=function(e,o){if(o&&(\"object\"===r(o)||\"function\"==typeof o))return o;if(void 0!==o)throw new TypeError(\"Derived constructors may only return object or undefined\");return _vendor_browser__babel_runtime_helpers_assertThisInitialized.assertThisInitialized(e)},e.exports.__esModule=!0,e.exports.default=e.exports});_vendor_browser__commonjsHelpers.getDefaultExportFromCjs(possibleConstructorReturn),exports.possibleConstructorReturn=possibleConstructorReturn;\\n}, {\"936\":936,\"937\":937,\"949\":949}];\\nwindow.modules[\"949\"] = [function(require,module,exports){\"use strict\";var _vendor_browser__commonjsHelpers=require(937),_typeof_1=_vendor_browser__commonjsHelpers.createCommonjsModule(function(o){function e(t){return o.exports=e=\"function\"==typeof Symbol&&\"symbol\"==typeof Symbol.iterator?function(o){return typeof o}:function(o){return o&&\"function\"==typeof Symbol&&o.constructor===Symbol&&o!==Symbol.prototype?\"symbol\":typeof o},o.exports.__esModule=!0,o.exports.default=o.exports,e(t)}o.exports=e,o.exports.__esModule=!0,o.exports.default=o.exports});_vendor_browser__commonjsHelpers.getDefaultExportFromCjs(_typeof_1),exports._typeof_1=_typeof_1;\\n}, {\"937\":937}];\\nwindow.modules[\"950\"] = [function(require,module,exports){\"use strict\";var _vendor_browser__commonjsHelpers=require(937),_vendor_browser__babel_runtime_helpers_typeof=require(949);function _instanceof(t,r){return null!=r&&\"undefined\"!=typeof Symbol&&r[Symbol.hasInstance]?!!r[Symbol.hasInstance](t):t instanceof r}var regeneratorRuntime=_vendor_browser__commonjsHelpers.createCommonjsModule(function(t){var r=_vendor_browser__babel_runtime_helpers_typeof._typeof_1.default;function e(){t.exports=e=function(){return n},t.exports.__esModule=!0,t.exports.default=t.exports;var n={},o=Object.prototype,i=o.hasOwnProperty,a=\"function\"==typeof Symbol?Symbol:{},c=a.iterator||\"@@iterator\",u=a.asyncIterator||\"@@asyncIterator\",s=a.toStringTag||\"@@toStringTag\";function l(t,r,e){return Object.defineProperty(t,r,{value:e,enumerable:!0,configurable:!0,writable:!0}),t[r]}try{l({},\"\")}catch(t){l=function(t,r,e){return t[r]=e}}function f(t,r,e,n){var o=r&&_instanceof(r.prototype,d)?r:d,i=Object.create(o.prototype),a=new O(n||[]);return i._invoke=function(t,r,e){var n=\"suspendedStart\";return function(o,i){if(\"executing\"===n)throw new Error(\"Generator is already running\");if(\"completed\"===n){if(\"throw\"===o)throw i;return k()}for(e.method=o,e.arg=i;;){var a=e.delegate;if(a){var c=L(a,e);if(c){if(c===p)continue;return c}}if(\"next\"===e.method)e.sent=e._sent=e.arg;else if(\"throw\"===e.method){if(\"suspendedStart\"===n)throw n=\"completed\",e.arg;e.dispatchException(e.arg)}else\"return\"===e.method&&e.abrupt(\"return\",e.arg);n=\"executing\";var u=h(t,r,e);if(\"normal\"===u.type){if(n=e.done?\"completed\":\"suspendedYield\",u.arg===p)continue;return{value:u.arg,done:e.done}}\"throw\"===u.type&&(n=\"completed\",e.method=\"throw\",e.arg=u.arg)}}}(t,e,a),i}function h(t,r,e){try{return{type:\"normal\",arg:t.call(r,e)}}catch(t){return{type:\"throw\",arg:t}}}n.wrap=f;var p={};function d(){}function v(){}function y(){}var m={};l(m,c,function(){return this});var g=Object.getPrototypeOf,_=g&&g(g(S([])));_&&_!==o&&i.call(_,c)&&(m=_);var w=y.prototype=d.prototype=Object.create(m);function x(t){[\"next\",\"throw\",\"return\"].forEach(function(r){l(t,r,function(t){return this._invoke(r,t)})})}function b(t,e){var n;this._invoke=function(o,a){function c(){return new e(function(n,c){!function n(o,a,c,u){var s=h(t[o],t,a);if(\"throw\"!==s.type){var l=s.arg,f=l.value;return f&&\"object\"==r(f)&&i.call(f,\"__await\")?e.resolve(f.__await).then(function(t){n(\"next\",t,c,u)},function(t){n(\"throw\",t,c,u)}):e.resolve(f).then(function(t){l.value=t,c(l)},function(t){return n(\"throw\",t,c,u)})}u(s.arg)}(o,a,n,c)})}return n=n?n.then(c,c):c()}}function L(t,r){var e=t.iterator[r.method];if(void 0===e){if(r.delegate=null,\"throw\"===r.method){if(t.iterator.return&&(r.method=\"return\",r.arg=void 0,L(t,r),\"throw\"===r.method))return p;r.method=\"throw\",r.arg=new TypeError(\"The iterator does not provide a \\'throw\\' method\")}return p}var n=h(e,t.iterator,r.arg);if(\"throw\"===n.type)return r.method=\"throw\",r.arg=n.arg,r.delegate=null,p;var o=n.arg;return o?o.done?(r[t.resultName]=o.value,r.next=t.nextLoc,\"return\"!==r.method&&(r.method=\"next\",r.arg=void 0),r.delegate=null,p):o:(r.method=\"throw\",r.arg=new TypeError(\"iterator result is not an object\"),r.delegate=null,p)}function E(t){var r={tryLoc:t[0]};1 in t&&(r.catchLoc=t[1]),2 in t&&(r.finallyLoc=t[2],r.afterLoc=t[3]),this.tryEntries.push(r)}function j(t){var r=t.completion||{};r.type=\"normal\",delete r.arg,t.completion=r}function O(t){this.tryEntries=[{tryLoc:\"root\"}],t.forEach(E,this),this.reset(!0)}function S(t){if(t){var r=t[c];if(r)return r.call(t);if(\"function\"==typeof t.next)return t;if(!isNaN(t.length)){var e=-1,n=function r(){for(;++e<t.length;)if(i.call(t,e))return r.value=t[e],r.done=!1,r;return r.value=void 0,r.done=!0,r};return n.next=n}}return{next:k}}function k(){return{value:void 0,done:!0}}return v.prototype=y,l(w,\"constructor\",y),l(y,\"constructor\",v),v.displayName=l(y,s,\"GeneratorFunction\"),n.isGeneratorFunction=function(t){var r=\"function\"==typeof t&&t.constructor;return!!r&&(r===v||\"GeneratorFunction\"===(r.displayName||r.name))},n.mark=function(t){return Object.setPrototypeOf?Object.setPrototypeOf(t,y):(t.__proto__=y,l(t,s,\"GeneratorFunction\")),t.prototype=Object.create(w),t},n.awrap=function(t){return{__await:t}},x(b.prototype),l(b.prototype,u,function(){return this}),n.AsyncIterator=b,n.async=function(t,r,e,o,i){void 0===i&&(i=Promise);var a=new b(f(t,r,e,o),i);return n.isGeneratorFunction(r)?a:a.next().then(function(t){return t.done?t.value:a.next()})},x(w),l(w,s,\"Generator\"),l(w,c,function(){return this}),l(w,\"toString\",function(){return\"[object Generator]\"}),n.keys=function(t){var r=[];for(var e in t)r.push(e);return r.reverse(),function e(){for(;r.length;){var n=r.pop();if(n in t)return e.value=n,e.done=!1,e}return e.done=!0,e}},n.values=S,O.prototype={constructor:O,reset:function(t){if(this.prev=0,this.next=0,this.sent=this._sent=void 0,this.done=!1,this.delegate=null,this.method=\"next\",this.arg=void 0,this.tryEntries.forEach(j),!t)for(var r in this)\"t\"===r.charAt(0)&&i.call(this,r)&&!isNaN(+r.slice(1))&&(this[r]=void 0)},stop:function(){this.done=!0;var t=this.tryEntries[0].completion;if(\"throw\"===t.type)throw t.arg;return this.rval},dispatchException:function(t){if(this.done)throw t;var r=this;function e(e,n){return a.type=\"throw\",a.arg=t,r.next=e,n&&(r.method=\"next\",r.arg=void 0),!!n}for(var n=this.tryEntries.length-1;n>=0;--n){var o=this.tryEntries[n],a=o.completion;if(\"root\"===o.tryLoc)return e(\"end\");if(o.tryLoc<=this.prev){var c=i.call(o,\"catchLoc\"),u=i.call(o,\"finallyLoc\");if(c&&u){if(this.prev<o.catchLoc)return e(o.catchLoc,!0);if(this.prev<o.finallyLoc)return e(o.finallyLoc)}else if(c){if(this.prev<o.catchLoc)return e(o.catchLoc,!0)}else{if(!u)throw new Error(\"try statement without catch or finally\");if(this.prev<o.finallyLoc)return e(o.finallyLoc)}}}},abrupt:function(t,r){for(var e=this.tryEntries.length-1;e>=0;--e){var n=this.tryEntries[e];if(n.tryLoc<=this.prev&&i.call(n,\"finallyLoc\")&&this.prev<n.finallyLoc){var o=n;break}}o&&(\"break\"===t||\"continue\"===t)&&o.tryLoc<=r&&r<=o.finallyLoc&&(o=null);var a=o?o.completion:{};return a.type=t,a.arg=r,o?(this.method=\"next\",this.next=o.finallyLoc,p):this.complete(a)},complete:function(t,r){if(\"throw\"===t.type)throw t.arg;return\"break\"===t.type||\"continue\"===t.type?this.next=t.arg:\"return\"===t.type?(this.rval=this.arg=t.arg,this.method=\"return\",this.next=\"end\"):\"normal\"===t.type&&r&&(this.next=r),p},finish:function(t){for(var r=this.tryEntries.length-1;r>=0;--r){var e=this.tryEntries[r];if(e.finallyLoc===t)return this.complete(e.completion,e.afterLoc),j(e),p}},catch:function(t){for(var r=this.tryEntries.length-1;r>=0;--r){var e=this.tryEntries[r];if(e.tryLoc===t){var n=e.completion;if(\"throw\"===n.type){var o=n.arg;j(e)}return o}}throw new Error(\"illegal catch attempt\")},delegateYield:function(t,r,e){return this.delegate={iterator:S(t),resultName:r,nextLoc:e},\"next\"===this.method&&(this.arg=void 0),p}},n}t.exports=e,t.exports.__esModule=!0,t.exports.default=t.exports});_vendor_browser__commonjsHelpers.getDefaultExportFromCjs(regeneratorRuntime),exports.regeneratorRuntime=regeneratorRuntime;\\n}, {\"937\":937,\"949\":949}];\\nwindow.modules[\"951\"] = [function(require,module,exports){\"use strict\";var _vendor_browser__commonjsHelpers=require(937),_vendor_browser__babel_runtime_helpers_getPrototypeOf=require(944),_vendor_browser__babel_runtime_helpers_setPrototypeOf=require(941),_vendor_browser__babel_runtime_helpers_isNativeFunction=require(947),_vendor_browser__babel_runtime_helpers_construct=require(940),wrapNativeSuper=_vendor_browser__commonjsHelpers.createCommonjsModule(function(e){function r(t){var o=\"function\"==typeof Map?new Map:void 0;return e.exports=r=function(e){if(null===e||!_vendor_browser__babel_runtime_helpers_isNativeFunction.isNativeFunction(e))return e;if(\"function\"!=typeof e)throw new TypeError(\"Super expression must either be null or a function\");if(void 0!==o){if(o.has(e))return o.get(e);o.set(e,r)}function r(){return _vendor_browser__babel_runtime_helpers_construct.construct(e,arguments,_vendor_browser__babel_runtime_helpers_getPrototypeOf.getPrototypeOf(this).constructor)}return r.prototype=Object.create(e.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),_vendor_browser__babel_runtime_helpers_setPrototypeOf.setPrototypeOf(r,e)},e.exports.__esModule=!0,e.exports.default=e.exports,r(t)}e.exports=r,e.exports.__esModule=!0,e.exports.default=e.exports});_vendor_browser__commonjsHelpers.getDefaultExportFromCjs(wrapNativeSuper),exports.wrapNativeSuper=wrapNativeSuper;\\n}, {\"937\":937,\"940\":940,\"941\":941,\"944\":944,\"947\":947}];\\nwindow.modules[\"952\"] = [function(require,module,exports){\"use strict\";var _vendor_browser__babel_runtime_helpers_regeneratorRuntime=require(950),runtime=_vendor_browser__babel_runtime_helpers_regeneratorRuntime.regeneratorRuntime(),regenerator=runtime;try{regeneratorRuntime=runtime}catch(e){\"object\"==typeof globalThis?globalThis.regeneratorRuntime=runtime:Function(\"r\",\"regeneratorRuntime = r\")(runtime)}exports.regenerator=regenerator;\\n}, {\"950\":950}];\\nwindow.modules[\"953\"] = [function(require,module,exports){\"use strict\";function getValues(e){return Object.keys(e).map(function(t){return e[t]})}var getValues_1=getValues;function getEntries(e){return Object.keys(e).map(function(t){return[t,e[t]]})}var getEntries_1=getEntries;function fromEntries(e){var t={};return e.forEach(function(e){var r=e[0],n=e[1];t[r]=n}),t}var fromEntries_1=fromEntries,_Object=Object.defineProperty({getValues:getValues_1,getEntries:getEntries_1,fromEntries:fromEntries_1},\"__esModule\",{value:!0});exports._Object=_Object;\\n}, {}];\\nwindow.modules[\"954\"] = [function(require,module,exports){\"use strict\";var _vendor_browser__babel_runtime_helpers_interopRequireDefault=require(946),_vendor_browser__babel_runtime_helpers_typeof=require(949),_vendor_browser__babel_runtime_regenerator_index=require(952),_vendor_browser__babel_runtime_helpers_defineProperty=require(943),_vendor_browser__babel_runtime_helpers_asyncToGenerator=require(938),_vendor_browser_axios_index=require(955),_vendor_browser__cnnprivate_zionDaltonSdk_dist_errors_SDKError=require(956),_typeof2=_vendor_browser__babel_runtime_helpers_interopRequireDefault.interopRequireDefault(_vendor_browser__babel_runtime_helpers_typeof._typeof_1),_regenerator=_vendor_browser__babel_runtime_helpers_interopRequireDefault.interopRequireDefault(_vendor_browser__babel_runtime_regenerator_index.regenerator),_defineProperty2=_vendor_browser__babel_runtime_helpers_interopRequireDefault.interopRequireDefault(_vendor_browser__babel_runtime_helpers_defineProperty.defineProperty),_asyncToGenerator2=_vendor_browser__babel_runtime_helpers_interopRequireDefault.interopRequireDefault(_vendor_browser__babel_runtime_helpers_asyncToGenerator.asyncToGenerator);function ownKeys(e,r){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);r&&(n=n.filter(function(r){return Object.getOwnPropertyDescriptor(e,r).enumerable})),t.push.apply(t,n)}return t}function _objectSpread(e){for(var r=arguments,t=function(t){var n=null!=r[t]?r[t]:{};t%2?ownKeys(Object(n),!0).forEach(function(r){(0,_defineProperty2.default)(e,r,n[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):ownKeys(Object(n)).forEach(function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(n,r))})},n=1;n<arguments.length;n++)t(n);return e}var email=function(e){var r,t,n,o,i;e.prototype.confirmEmail=(r=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(r,t){var n,o;return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:if(\"string\"==typeof r&&0!==r.trim().length){e.next=2;break}throw new _vendor_browser__cnnprivate_zionDaltonSdk_dist_errors_SDKError.SDKError_1(\"confirmationCode field is required\");case 2:return\"undefined\"!=typeof window&&(o=window.CNN&&window.CNN.contentModel,n={component_type:\"email_verification\",component_id:\"email_verification\",traits:{source_id:o&&o.sourceId||void 0,error_code:null,autologin:!1}}),e.prev=3,this.api.debugMode&&console.info(\"Confirm email called by \".concat(t)),e.next=7,_vendor_browser_axios_index.axios.post(\"\".concat(this.api.endpoints.confirmEmail,\"/\").concat(r),null,{headers:this.api.headers});case 7:return this.zionEventWrapper(\"GenericSubmit\",_objectSpread(_objectSpread({},n),{},{traits:_objectSpread(_objectSpread({},n.traits),{},{http_response:\"success\"})})),e.abrupt(\"return\");case 11:throw e.prev=11,e.t0=e.catch(3),this.zionEventWrapper(\"GenericSubmit\",_objectSpread(_objectSpread({},n),{},{traits:_objectSpread(_objectSpread({},n.traits),{},{http_response:\"error\",error_code:e.t0.response&&e.t0.response.status||null})})),e.t0.response;case 15:case\"end\":return e.stop()}},e,this,[[3,11]])})),function(e,t){return r.apply(this,arguments)}),e.prototype.resendConfirmationEmail=(t=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(r,t,n){var o,i;return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:if(this.validLength(r)){e.next=2;break}throw new _vendor_browser__cnnprivate_zionDaltonSdk_dist_errors_SDKError.SDKError_1(\"data.email field is required and should have the correct length\");case 2:if(\"string\"==typeof n&&0!==n.trim().length){e.next=4;break}throw new _vendor_browser__cnnprivate_zionDaltonSdk_dist_errors_SDKError.SDKError_1(\"accessToken field is required\");case 4:return e.prev=4,o=_objectSpread({Authorization:n},this.api.headers),i=t,\"undefined\"!=typeof window&&(i.misc={request_origin:window.location.origin}),i.emailAddress=r.trim(),e.next=11,_vendor_browser_axios_index.axios.post(this.api.endpoints.resendConfirmationEmail,i,{headers:o});case 11:return e.abrupt(\"return\");case 14:throw e.prev=14,e.t0=e.catch(4),e.t0.response;case 17:case\"end\":return e.stop()}},e,this,[[4,14]])})),function(e,r,n){return t.apply(this,arguments)}),e.prototype.addEmail=(n=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(r,t){var n,o,i;return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:if(r&&\"object\"===(0,_typeof2.default)(r)){e.next=2;break}throw new _vendor_browser__cnnprivate_zionDaltonSdk_dist_errors_SDKError.SDKError_1(\"Missing data object\");case 2:if(this.validLength(r.email)){e.next=4;break}throw new _vendor_browser__cnnprivate_zionDaltonSdk_dist_errors_SDKError.SDKError_1(\"data.email field is required and should have the correct length\");case 4:if(\"string\"==typeof t&&0!==t.trim().length){e.next=6;break}throw new _vendor_browser__cnnprivate_zionDaltonSdk_dist_errors_SDKError.SDKError_1(\"accessToken field is required\");case 6:return e.prev=6,n={emailAddress:r.email.trim(),primary:void 0===r.primary||r.primary},o=_objectSpread({Authorization:t},this.api.headers),e.next=11,_vendor_browser_axios_index.axios.post(this.api.endpoints.email,n,{headers:o});case 11:return i=e.sent,e.abrupt(\"return\",i.data);case 15:throw e.prev=15,e.t0=e.catch(6),e.t0.response;case 18:case\"end\":return e.stop()}},e,this,[[6,15]])})),function(e,r){return n.apply(this,arguments)}),e.prototype.deleteEmail=(o=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(r,t){var n;return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:if(this.validLength(r)){e.next=2;break}throw new _vendor_browser__cnnprivate_zionDaltonSdk_dist_errors_SDKError.SDKError_1(\"email field is required and should have the correct length\");case 2:if(\"string\"==typeof t&&0!==t.trim().length){e.next=4;break}throw new _vendor_browser__cnnprivate_zionDaltonSdk_dist_errors_SDKError.SDKError_1(\"accessToken field is required\");case 4:return e.prev=4,n=_objectSpread({Authorization:t},this.api.headers),e.next=8,_vendor_browser_axios_index.axios.delete(\"\".concat(this.api.endpoints.email,\"/\").concat(r.trim()),{headers:n});case 8:return e.abrupt(\"return\");case 11:throw e.prev=11,e.t0=e.catch(4),e.t0.response;case 14:case\"end\":return e.stop()}},e,this,[[4,11]])})),function(e,r){return o.apply(this,arguments)}),e.prototype.changeEmail=(i=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(r,t){var n;return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:if(r&&\"object\"===(0,_typeof2.default)(r)){e.next=2;break}throw new _vendor_browser__cnnprivate_zionDaltonSdk_dist_errors_SDKError.SDKError_1(\"Missing data object\");case 2:if(this.validLength(r.email)){e.next=4;break}throw new _vendor_browser__cnnprivate_zionDaltonSdk_dist_errors_SDKError.SDKError_1(\"data.email field is required and should have the correct length\");case 4:if(this.validLength(r.newEmail)){e.next=6;break}throw new _vendor_browser__cnnprivate_zionDaltonSdk_dist_errors_SDKError.SDKError_1(\"data.newEmail field is required and should have the correct length\");case 6:if(\"string\"==typeof t&&0!==t.trim().length){e.next=8;break}throw new _vendor_browser__cnnprivate_zionDaltonSdk_dist_errors_SDKError.SDKError_1(\"accessToken field is required\");case 8:return e.prev=8,e.next=11,this.addEmail({email:r.newEmail.trim(),primary:!0},t);case 11:return n=e.sent,e.next=14,this.deleteEmail(r.email.trim(),t);case 14:return e.abrupt(\"return\",n);case 17:throw e.prev=17,e.t0=e.catch(8),e.t0;case 20:case\"end\":return e.stop()}},e,this,[[8,17]])})),function(e,r){return i.apply(this,arguments)})};exports.email=email;\\n}, {\"938\":938,\"943\":943,\"946\":946,\"949\":949,\"952\":952,\"955\":955,\"956\":956}];\\nwindow.modules[\"955\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_axios_lib_axios=require(1036),axios=_vendor_browser_axios_lib_axios.axios_1;exports.axios=axios;\\n}, {\"1036\":1036}];\\nwindow.modules[\"956\"] = [function(require,module,exports){\"use strict\";var _vendor_browser__babel_runtime_helpers_interopRequireDefault=require(946),_vendor_browser__babel_runtime_helpers_classCallCheck=require(939),_vendor_browser__babel_runtime_helpers_inherits=require(945),_vendor_browser__babel_runtime_helpers_possibleConstructorReturn=require(948),_vendor_browser__babel_runtime_helpers_getPrototypeOf=require(944),_vendor_browser__babel_runtime_helpers_wrapNativeSuper=require(951),_classCallCheck2=_vendor_browser__babel_runtime_helpers_interopRequireDefault.interopRequireDefault(_vendor_browser__babel_runtime_helpers_classCallCheck.classCallCheck),_inherits2=_vendor_browser__babel_runtime_helpers_interopRequireDefault.interopRequireDefault(_vendor_browser__babel_runtime_helpers_inherits.inherits),_possibleConstructorReturn2=_vendor_browser__babel_runtime_helpers_interopRequireDefault.interopRequireDefault(_vendor_browser__babel_runtime_helpers_possibleConstructorReturn.possibleConstructorReturn),_getPrototypeOf2=_vendor_browser__babel_runtime_helpers_interopRequireDefault.interopRequireDefault(_vendor_browser__babel_runtime_helpers_getPrototypeOf.getPrototypeOf),_wrapNativeSuper2=_vendor_browser__babel_runtime_helpers_interopRequireDefault.interopRequireDefault(_vendor_browser__babel_runtime_helpers_wrapNativeSuper.wrapNativeSuper);function _createSuper(e){var r=_isNativeReflectConstruct();return function(){var t,_=(0,_getPrototypeOf2.default)(e);if(r){var o=(0,_getPrototypeOf2.default)(this).constructor;t=Reflect.construct(_,arguments,o)}else t=_.apply(this,arguments);return(0,_possibleConstructorReturn2.default)(this,t)}}function _isNativeReflectConstruct(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],function(){})),!0}catch(e){return!1}}var SDKError=function(e){(0,_inherits2.default)(t,e);var r=_createSuper(t);function t(e,_){var o;return(0,_classCallCheck2.default)(this,t),(o=r.call(this,e)).name=o.constructor.name,o.status=_||500,o.data={errors:[{error:\"dalton.sdk.error\",message:e}]},o}return t}((0,_wrapNativeSuper2.default)(Error)),SDKError_1=SDKError;exports.SDKError_1=SDKError_1;\\n}, {\"939\":939,\"944\":944,\"945\":945,\"946\":946,\"948\":948,\"951\":951}];\\nwindow.modules[\"957\"] = [function(require,module,exports){\"use strict\";var _vendor_browser__babel_runtime_helpers_interopRequireDefault=require(946),_vendor_browser__babel_runtime_regenerator_index=require(952),_vendor_browser__babel_runtime_helpers_defineProperty=require(943),_vendor_browser__babel_runtime_helpers_typeof=require(949),_vendor_browser__babel_runtime_helpers_asyncToGenerator=require(938),_vendor_browser_axios_index=require(955),_vendor_browser__cnnprivate_zionDaltonSdk_dist_errors_SDKError=require(956),_regenerator=_vendor_browser__babel_runtime_helpers_interopRequireDefault.interopRequireDefault(_vendor_browser__babel_runtime_regenerator_index.regenerator),_defineProperty2=_vendor_browser__babel_runtime_helpers_interopRequireDefault.interopRequireDefault(_vendor_browser__babel_runtime_helpers_defineProperty.defineProperty),_typeof2=_vendor_browser__babel_runtime_helpers_interopRequireDefault.interopRequireDefault(_vendor_browser__babel_runtime_helpers_typeof._typeof_1),_asyncToGenerator2=_vendor_browser__babel_runtime_helpers_interopRequireDefault.interopRequireDefault(_vendor_browser__babel_runtime_helpers_asyncToGenerator.asyncToGenerator);function ownKeys(e,r){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);r&&(o=o.filter(function(r){return Object.getOwnPropertyDescriptor(e,r).enumerable})),t.push.apply(t,o)}return t}function _objectSpread(e){for(var r=arguments,t=function(t){var o=null!=r[t]?r[t]:{};t%2?ownKeys(Object(o),!0).forEach(function(r){(0,_defineProperty2.default)(e,r,o[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):ownKeys(Object(o)).forEach(function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(o,r))})},o=1;o<arguments.length;o++)t(o);return e}var auth=function(e){var r,t,o,n,a,i,s,d,_,c;e.prototype.register=(r=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(r){var t,o,n,a,i,s,d,_,c,p,u,l;return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:if(r&&\"object\"===(0,_typeof2.default)(r)){e.next=2;break}throw new _vendor_browser__cnnprivate_zionDaltonSdk_dist_errors_SDKError.SDKError_1(\"Missing data object\");case 2:if(this.validLength(r.email)){e.next=4;break}throw new _vendor_browser__cnnprivate_zionDaltonSdk_dist_errors_SDKError.SDKError_1(\"data.email field is required and should have the correct length\");case 4:if(this.validPassword(r.password)){e.next=6;break}throw new _vendor_browser__cnnprivate_zionDaltonSdk_dist_errors_SDKError.SDKError_1(\"data.password field is required and must satisfy policy\");case 6:if(r.legaldocs&&\"object\"===(0,_typeof2.default)(r.legaldocs)){e.next=8;break}throw new _vendor_browser__cnnprivate_zionDaltonSdk_dist_errors_SDKError.SDKError_1(\"data.legaldocs field is required\");case 8:return\"undefined\"!=typeof window&&(o=window.CNN&&window.CNN.contentModel,a=o&&o.canonicalUrl||(n=document.querySelector(\"link[rel=\\'canonical\\']\"))&&n.href||window.location.href,i=r.attributes||{},s=i.marketing_opt_in,d=i.marketing_affiliate_opt_in,t={component_type:\"form\",component_id:\"create_account\",traits:{brand:\"CNN\",source_id:o&&o.sourceId||void 0,error_code:null,canonical_url:a,source:r.source||document.referrer,marketing_opt_in:s,marketing_affiliate_opt_in:d,cms_id:o&&o.cmsId,page_type:o&&o.pageType,page_variant:o&&o.templateType}}),e.prev=9,_={identityRequests:[{identityType:this.api.identityType,principal:r.email.trim(),credential:r.password.trim()}]},e.next=13,_vendor_browser_axios_index.axios.post(this.api.endpoints.identity,_,{headers:this.api.headers});case 13:return c=e.sent,_={emailAddress:r.email.trim(),apps:this.api.apps,legaldocs:r.legaldocs,attributes:{}},r.attributes&&(_.attributes[this.api.coreName]=_objectSpread({},r.attributes)),r.address&&(_.address=r.address),r.firstName&&(_.firstName=r.firstName),r.lastName&&(_.lastName=r.lastName),\"undefined\"!=typeof window&&(_.misc={request_origin:window.location.origin}),p=_objectSpread({Authorization:c.data},this.api.headers),e.next=23,_vendor_browser_axios_index.axios.post(this.api.endpoints.user,_,{headers:p});case 23:return u=e.sent,this.storeToken(u.data,r.rememberMe),e.next=27,this.accountInfo(c.data,\"register\");case 27:if(l=e.sent,this.storeUID(l.userProfileResponses[this.api.coreName].attributes[this.api.uuidName],r.rememberMe),\"undefined\"!=typeof window&&window.ZION_SDK){this.publishZionData(l.userProfileResponses[this.api.coreName].attributes[this.api.uuidName]);try{this.trackZionData(new window.ZION_SDK.GenericSubmit(_objectSpread(_objectSpread({},t),{},{traits:_objectSpread(_objectSpread({},t.traits),{},{cnn_uid:l.userProfileResponses[this.api.coreName].attributes[this.api.uuidName],http_response:\"success\"})})))}catch(e){console.log(\"DaltonSDK Error: could not send event to Zion analytics: \".concat(e))}}return e.abrupt(\"return\",u.data);case 33:throw e.prev=33,e.t0=e.catch(9),this.zionEventWrapper(\"GenericSubmit\",_objectSpread(_objectSpread({},t),{},{traits:_objectSpread(_objectSpread({},t.traits),{},{http_response:\"error\",error_code:e.t0.response&&e.t0.response.status||null})})),e.t0.response;case 37:case\"end\":return e.stop()}},e,this,[[9,33]])})),function(e){return r.apply(this,arguments)}),e.prototype.signIn=(t=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(r,t){var o,n,a,i,s,d,_,c,p;return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:if(r&&\"object\"===(0,_typeof2.default)(r)){e.next=2;break}throw new _vendor_browser__cnnprivate_zionDaltonSdk_dist_errors_SDKError.SDKError_1(\"Missing data object\");case 2:if(this.validLength(r.email)){e.next=4;break}throw new _vendor_browser__cnnprivate_zionDaltonSdk_dist_errors_SDKError.SDKError_1(\"data.email field is required and should have the correct length\");case 4:if(this.validLength(r.password)){e.next=6;break}throw new _vendor_browser__cnnprivate_zionDaltonSdk_dist_errors_SDKError.SDKError_1(\"data.password field is required and should have the correct length\");case 6:return\"undefined\"!=typeof window&&(n=window.CNN&&window.CNN.contentModel,i=n&&n.canonicalUrl||(a=document.querySelector(\"link[rel=\\'canonical\\']\"))&&a.href||window.location.href,o={component_type:\"form\",component_id:\"log_in\",traits:{source:r.source||document.referrer,canonical_url:i,source_id:n&&n.sourceId||void 0,error_code:null,brand:\"CNN\",cms_id:n&&n.cmsId,page_type:n&&n.pageType,page_variant:n&&n.templateType}}),s=\"\",e.prev=8,d={principal:r.email.trim(),credential:r.password.trim(),identityType:this.api.identityType,apps:this.api.apps},e.next=12,_vendor_browser_axios_index.axios.post(this.api.endpoints.login,d,{headers:this.api.headers});case 12:return _=e.sent,this.storeToken(_.data,r.rememberMe),e.prev=14,c=_.data,e.next=18,this.getPreAuthEntitlements(c,t);case 18:if(!(_.data.indexOf(this.api.authn)>-1)){e.next=26;break}return e.next=21,this.accountInfo(_.data,\"SignIn\");case 21:if(p=e.sent,s=p.userProfileResponses[this.api.coreName].attributes[this.api.uuidName]){if(\"undefined\"!=typeof window&&window.ZION_SDK)try{this.trackZionData(new window.ZION_SDK.GenericSubmit(_objectSpread(_objectSpread({},o),{},{traits:_objectSpread(_objectSpread({},o.traits),{},{cnn_uid:s,http_response:\"success\"})})))}catch(e){console.log(\"DaltonSDK Error: could not send event to Zion analytics: \".concat(e))}this.storeUID(s,r.rememberMe)}e.next=27;break;case 26:this.removeUID();case 27:e.next=32;break;case 29:e.prev=29,e.t0=e.catch(14),console.log(\"DaltonSDK Error trying to store uid\");case 32:return e.abrupt(\"return\",_.data);case 35:throw e.prev=35,e.t1=e.catch(8),this.zionEventWrapper(\"GenericSubmit\",_objectSpread(_objectSpread({},o),{},{traits:_objectSpread(_objectSpread({},o.traits),{},{cnn_uid:s,http_response:\"error\",error_code:e.t1.response&&e.t1.response.status||null})})),e.t1.response;case 39:case\"end\":return e.stop()}},e,this,[[8,35],[14,29]])})),function(e,r){return t.apply(this,arguments)}),e.prototype.login=(o=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(r,t){var o,n,a,i,s,d,_,c,p;return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:if(r&&\"object\"===(0,_typeof2.default)(r)){e.next=2;break}throw new _vendor_browser__cnnprivate_zionDaltonSdk_dist_errors_SDKError.SDKError_1(\"Missing data object\");case 2:if(this.validLength(r.email)){e.next=4;break}throw new _vendor_browser__cnnprivate_zionDaltonSdk_dist_errors_SDKError.SDKError_1(\"data.email field is required and should have the correct length\");case 4:if(this.validLength(r.password)){e.next=6;break}throw new _vendor_browser__cnnprivate_zionDaltonSdk_dist_errors_SDKError.SDKError_1(\"data.password field is required and should have the correct length\");case 6:return\"undefined\"!=typeof window&&(n=window.CNN&&window.CNN.contentModel,i=n&&n.canonicalUrl||(a=document.querySelector(\"link[rel=\\'canonical\\']\"))&&a.href||window.location.href,o={component_type:\"form\",component_id:\"log_in\",traits:{source:r.source||document.referrer,canonical_url:i,source_id:n&&n.sourceId||void 0,error_code:null,brand:\"CNN\",cms_id:n&&n.cmsId,page_type:n&&n.pageType,page_variant:n&&n.templateType}}),s=\"\",e.prev=8,d={principal:r.email.trim(),credential:r.password.trim(),identityType:this.api.identityType,apps:this.api.apps},e.next=12,_vendor_browser_axios_index.axios.post(this.api.endpoints.loginv2,d,{headers:this.api.headers});case 12:return _=e.sent,c=_.data.authToken,p=_.data.user,this.storeToken(c,r.rememberMe),e.prev=16,e.next=19,this.getPreAuthEntitlements(c,t);case 19:if(\"undefined\"!=typeof window)if(c.includes(this.api.authn)){if(s=p.userProfileResponses[this.api.coreName].attributes[this.api.uuidName]){if(window.ZION_SDK)try{this.trackZionData(new window.ZION_SDK.GenericSubmit(_objectSpread(_objectSpread({},o),{},{traits:_objectSpread(_objectSpread({},o.traits),{},{cnn_uid:s,http_response:\"success\"})})))}catch(e){console.log(\"DaltonSDK Error: could not send event to Zion analytics: \".concat(e)),r.event_error=!0}this.storeUID(s,r.rememberMe)}}else this.removeUID();e.next=25;break;case 22:e.prev=22,e.t0=e.catch(16),console.log(\"DaltonSDK Error trying to store uid: \".concat(e.t0));case 25:return e.abrupt(\"return\",_.data);case 28:throw e.prev=28,e.t1=e.catch(8),this.zionEventWrapper(\"GenericSubmit\",_objectSpread(_objectSpread({},o),{},{traits:_objectSpread(_objectSpread({},o.traits),{},{cnn_uid:s,http_response:\"error\",error_code:e.t1.response&&e.t1.response.status||null})})),e.t1.response;case 32:case\"end\":return e.stop()}},e,this,[[8,28],[16,22]])})),function(e,r){return o.apply(this,arguments)}),e.prototype.logout=(n=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(r){var t,o;return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:if(\"string\"==typeof r&&0!==r.trim().length){e.next=2;break}throw new _vendor_browser__cnnprivate_zionDaltonSdk_dist_errors_SDKError.SDKError_1(\"accessToken field is required\");case 2:return e.prev=2,e.prev=3,t=this.getStoredUID(),o=_objectSpread({Authorization:r},this.api.headers),e.next=8,_vendor_browser_axios_index.axios.post(this.api.endpoints.logout,null,{headers:o});case 8:t&&this.zionEventWrapper(\"UserLogout\",{cnn_uid:t,brand:\"CNN\",canonical_url:window.location.href}),e.next=13;break;case 11:e.prev=11,e.t0=e.catch(3);case 13:return this.removeToken(\"logout\"),this.removeUID(),e.abrupt(\"return\");case 18:throw e.prev=18,e.t1=e.catch(2),e.t1.response;case 21:case\"end\":return e.stop()}},e,this,[[2,18],[3,11]])})),function(e){return n.apply(this,arguments)}),e.prototype.accountInfo=(a=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(r,t){var o,n;return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:if(\"string\"==typeof r&&0!==r.trim().length){e.next=2;break}throw new _vendor_browser__cnnprivate_zionDaltonSdk_dist_errors_SDKError.SDKError_1(\"accessToken field is required\");case 2:return e.prev=2,this.api.debugMode&&console.info(\"Account Info called by \".concat(t)),o=_objectSpread({Authorization:r},this.api.headers),e.next=7,_vendor_browser_axios_index.axios.get(this.api.endpoints.user,{headers:o});case 7:return n=e.sent,e.abrupt(\"return\",n.data);case 11:throw e.prev=11,e.t0=e.catch(2),e.t0.response;case 14:case\"end\":return e.stop()}},e,this,[[2,11]])})),function(e,r){return a.apply(this,arguments)}),e.prototype.updateAccount=(i=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(r,t){var o,n;return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:if(r&&\"object\"===(0,_typeof2.default)(r)){e.next=2;break}throw new _vendor_browser__cnnprivate_zionDaltonSdk_dist_errors_SDKError.SDKError_1(\"Missing data object\");case 2:if(\"string\"==typeof t&&0!==t.trim().length){e.next=4;break}throw new _vendor_browser__cnnprivate_zionDaltonSdk_dist_errors_SDKError.SDKError_1(\"accessToken field is required\");case 4:return e.prev=4,o=_objectSpread({Authorization:t},this.api.headers),e.next=8,_vendor_browser_axios_index.axios.post(this.api.endpoints.profile,r,{headers:o});case 8:return n=e.sent,e.abrupt(\"return\",n.data);case 12:throw e.prev=12,e.t0=e.catch(4),e.t0.response;case 15:case\"end\":return e.stop()}},e,this,[[4,12]])})),function(e,r){return i.apply(this,arguments)}),e.prototype.changePassword=(s=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(r,t){var o,n;return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:if(r&&\"object\"===(0,_typeof2.default)(r)){e.next=2;break}throw new _vendor_browser__cnnprivate_zionDaltonSdk_dist_errors_SDKError.SDKError_1(\"Missing data object\");case 2:if(!r.email||this.validLength(r.email)){e.next=4;break}throw new _vendor_browser__cnnprivate_zionDaltonSdk_dist_errors_SDKError.SDKError_1(\"data.email field is required and should have the correct length\");case 4:if(this.validPassword(r.newPassword)){e.next=6;break}throw new _vendor_browser__cnnprivate_zionDaltonSdk_dist_errors_SDKError.SDKError_1(\"data.newPassword field is required and must satisfy the policy\");case 6:if(\"string\"==typeof t&&0!==t.trim().length){e.next=8;break}throw new _vendor_browser__cnnprivate_zionDaltonSdk_dist_errors_SDKError.SDKError_1(\"accessToken field is required\");case 8:return e.prev=8,o={identityType:\"EMAIL\",credential:r.newPassword.trim()},r.email&&(o.principal=r.email.trim()),n=_objectSpread({Authorization:t},this.api.headers),e.next=14,_vendor_browser_axios_index.axios.post(this.api.endpoints.changePassword,o,{headers:n});case 14:return e.abrupt(\"return\");case 17:throw e.prev=17,e.t0=e.catch(8),e.t0.response;case 20:case\"end\":return e.stop()}},e,this,[[8,17]])})),function(e,r){return s.apply(this,arguments)}),e.prototype.resetPasswordRequest=(d=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(r){var t;return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:if(this.validLength(r)){e.next=2;break}throw new _vendor_browser__cnnprivate_zionDaltonSdk_dist_errors_SDKError.SDKError_1(\"data.email field is required and should have the correct length\");case 2:return e.prev=2,t={identityType:\"EMAIL\",principal:r.trim()},\"undefined\"!=typeof window&&(t.misc={request_origin:window.location.origin}),e.next=7,_vendor_browser_axios_index.axios.post(this.api.endpoints.resetPassword,t,{headers:this.api.headers});case 7:return e.abrupt(\"return\");case 10:throw e.prev=10,e.t0=e.catch(2),e.t0.response;case 13:case\"end\":return e.stop()}},e,this,[[2,10]])})),function(e){return d.apply(this,arguments)}),e.prototype.resetPassword=(_=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(r){var t,o;return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:if(\"string\"==typeof r&&0!==r.trim().length){e.next=2;break}throw new _vendor_browser__cnnprivate_zionDaltonSdk_dist_errors_SDKError.SDKError_1(\"resetToken field is required\");case 2:return e.prev=2,t=this.getStoredUID(),e.next=6,_vendor_browser_axios_index.axios.get(this.api.endpoints.resetPassword,{params:{resetToken:r},headers:this.api.headers});case 6:return o=e.sent,t&&this.zionEventWrapper(\"UserForgotPassword\",{cnn_uid:t,brand:\"CNN\",canonical_url:window.location.href}),e.abrupt(\"return\",o.data);case 11:throw e.prev=11,e.t0=e.catch(2),e.t0.response;case 14:case\"end\":return e.stop()}},e,this,[[2,11]])})),function(e){return _.apply(this,arguments)}),e.prototype.deleteAccount=(c=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(r){var t,o,n,a;return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:if(\"string\"==typeof r&&0!==r.trim().length){e.next=2;break}throw new _vendor_browser__cnnprivate_zionDaltonSdk_dist_errors_SDKError.SDKError_1(\"accessToken field is required\");case 2:return o=\"\",\"undefined\"!=typeof window&&(n=window.CNN&&window.CNN.contentModel,t={component_type:\"delete_account\",component_id:\"delete_account\",traits:{source_id:n&&n.sourceId||void 0,error_code:null,brand:\"CNN\",cms_id:n&&n.cmsId,page_type:n&&n.pageType,page_variant:n&&n.templateType}}),e.prev=4,o=this.getStoredUID(),a=_objectSpread({Authorization:r},this.api.headers),e.next=9,_vendor_browser_axios_index.axios.delete(this.api.endpoints.delete,{headers:a});case 9:return this.zionEventWrapper(\"GenericSubmit\",_objectSpread(_objectSpread({},t),{},{traits:_objectSpread(_objectSpread({},t.traits),{},{http_response:\"success\",cnn_uid:o})})),this.removeToken(\"deleteAccount\"),this.removeUID(),e.abrupt(\"return\");case 15:throw e.prev=15,e.t0=e.catch(4),this.zionEventWrapper(\"GenericSubmit\",_objectSpread(_objectSpread({},t),{},{traits:_objectSpread(_objectSpread({},t.traits),{},{http_response:\"error\",error_code:e.t0.response&&e.t0.response.status||null})})),e.t0.response;case 19:case\"end\":return e.stop()}},e,this,[[4,15]])})),function(e){return c.apply(this,arguments)})};exports.auth=auth;\\n}, {\"938\":938,\"943\":943,\"946\":946,\"949\":949,\"952\":952,\"955\":955,\"956\":956}];\\nwindow.modules[\"958\"] = [function(require,module,exports){\"use strict\";var _vendor_browser__babel_runtime_helpers_interopRequireDefault=require(946),_vendor_browser__babel_runtime_helpers_typeof=require(949),_vendor_browser__babel_runtime_regenerator_index=require(952),_vendor_browser__babel_runtime_helpers_defineProperty=require(943),_vendor_browser__babel_runtime_helpers_asyncToGenerator=require(938),_vendor_browser_axios_index=require(955),_vendor_browser__cnnprivate_zionDaltonSdk_dist_errors_SDKError=require(956),_typeof2=_vendor_browser__babel_runtime_helpers_interopRequireDefault.interopRequireDefault(_vendor_browser__babel_runtime_helpers_typeof._typeof_1),_regenerator=_vendor_browser__babel_runtime_helpers_interopRequireDefault.interopRequireDefault(_vendor_browser__babel_runtime_regenerator_index.regenerator),_defineProperty2=_vendor_browser__babel_runtime_helpers_interopRequireDefault.interopRequireDefault(_vendor_browser__babel_runtime_helpers_defineProperty.defineProperty),_asyncToGenerator2=_vendor_browser__babel_runtime_helpers_interopRequireDefault.interopRequireDefault(_vendor_browser__babel_runtime_helpers_asyncToGenerator.asyncToGenerator);function ownKeys(e,r){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);r&&(n=n.filter(function(r){return Object.getOwnPropertyDescriptor(e,r).enumerable})),t.push.apply(t,n)}return t}function _objectSpread(e){for(var r=arguments,t=function(t){var n=null!=r[t]?r[t]:{};t%2?ownKeys(Object(n),!0).forEach(function(r){(0,_defineProperty2.default)(e,r,n[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):ownKeys(Object(n)).forEach(function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(n,r))})},n=1;n<arguments.length;n++)t(n);return e}var legaldocs=function(e){var r,t,n;e.prototype.acceptedLegalDocs=(r=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(r){var t,n;return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:if(\"string\"==typeof r&&0!==r.trim().length){e.next=2;break}throw new _vendor_browser__cnnprivate_zionDaltonSdk_dist_errors_SDKError.SDKError_1(\"accessToken field is required\");case 2:return e.prev=2,t=_objectSpread({Authorization:r},this.api.headers),e.next=6,_vendor_browser_axios_index.axios.get(this.api.endpoints.legaldocs,{headers:t});case 6:return n=e.sent,e.abrupt(\"return\",n.data);case 10:throw e.prev=10,e.t0=e.catch(2),e.t0.response;case 13:case\"end\":return e.stop()}},e,this,[[2,10]])})),function(e){return r.apply(this,arguments)}),e.prototype.addLegalDoc=(t=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(r,t){var n,o;return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:if(r&&\"object\"===(0,_typeof2.default)(r)){e.next=2;break}throw new _vendor_browser__cnnprivate_zionDaltonSdk_dist_errors_SDKError.SDKError_1(\"Missing data object\");case 2:if(\"string\"==typeof r.docName&&0!==r.docName.trim().length){e.next=4;break}throw new _vendor_browser__cnnprivate_zionDaltonSdk_dist_errors_SDKError.SDKError_1(\"data.docName field is required\");case 4:if(\"string\"==typeof r.version&&0!==r.version.trim().length){e.next=6;break}throw new _vendor_browser__cnnprivate_zionDaltonSdk_dist_errors_SDKError.SDKError_1(\"data.version field is required\");case 6:return e.prev=6,n=_objectSpread({Authorization:t},this.api.headers),e.next=10,_vendor_browser_axios_index.axios.post(this.api.endpoints.legaldocs,r,{headers:n});case 10:return o=e.sent,e.abrupt(\"return\",o.data);case 14:throw e.prev=14,e.t0=e.catch(6),e.t0.response;case 17:case\"end\":return e.stop()}},e,this,[[6,14]])})),function(e,r){return t.apply(this,arguments)}),e.prototype.unacceptedLegalDocs=(n=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(r){var t,n;return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:if(\"string\"==typeof r&&0!==r.trim().length){e.next=2;break}throw new _vendor_browser__cnnprivate_zionDaltonSdk_dist_errors_SDKError.SDKError_1(\"accessToken field is required\");case 2:return e.prev=2,t=_objectSpread({Authorization:r},this.api.headers),e.next=6,_vendor_browser_axios_index.axios.get(this.api.endpoints.unacceptedLegaldocs,{headers:t});case 6:return n=e.sent,e.abrupt(\"return\",n.data);case 10:throw e.prev=10,e.t0=e.catch(2),e.t0.response;case 13:case\"end\":return e.stop()}},e,this,[[2,10]])})),function(e){return n.apply(this,arguments)})};exports.legaldocs=legaldocs;\\n}, {\"938\":938,\"943\":943,\"946\":946,\"949\":949,\"952\":952,\"955\":955,\"956\":956}];\\nwindow.modules[\"959\"] = [function(require,module,exports){\"use strict\";var _vendor_browser__babel_runtime_helpers_interopRequireDefault=require(946),_vendor_browser__babel_runtime_regenerator_index=require(952),_vendor_browser__babel_runtime_helpers_defineProperty=require(943),_vendor_browser__babel_runtime_helpers_asyncToGenerator=require(938),_vendor_browser_axios_index=require(955),_vendor_browser_base64url_index=require(960),_vendor_browser__cnnprivate_zionDaltonSdk_dist_errors_SDKError=require(956);function _instanceof(e,r){return null!=r&&\"undefined\"!=typeof Symbol&&r[Symbol.hasInstance]?!!r[Symbol.hasInstance](e):e instanceof r}var _regenerator=_vendor_browser__babel_runtime_helpers_interopRequireDefault.interopRequireDefault(_vendor_browser__babel_runtime_regenerator_index.regenerator),_defineProperty2=_vendor_browser__babel_runtime_helpers_interopRequireDefault.interopRequireDefault(_vendor_browser__babel_runtime_helpers_defineProperty.defineProperty),_asyncToGenerator2=_vendor_browser__babel_runtime_helpers_interopRequireDefault.interopRequireDefault(_vendor_browser__babel_runtime_helpers_asyncToGenerator.asyncToGenerator);function ownKeys(e,r){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);r&&(o=o.filter(function(r){return Object.getOwnPropertyDescriptor(e,r).enumerable})),t.push.apply(t,o)}return t}function _objectSpread(e){for(var r=arguments,t=function(t){var o=null!=r[t]?r[t]:{};t%2?ownKeys(Object(o),!0).forEach(function(r){(0,_defineProperty2.default)(e,r,o[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):ownKeys(Object(o)).forEach(function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(o,r))})},o=1;o<arguments.length;o++)t(o);return e}var token=function(e){var r,t;e.prototype.__makeCookie=function(e,r){var t=this.api.cookie.base;window.location.hostname.startsWith(\"localhost\")&&\"production\"!==this.api.env&&(t=t.replace(\" secure;\",\"\"));var o=\"\";return _instanceof(r,Date)&&!Number.isNaN(Number(r))&&(o=\"expires=\".concat(r.toUTCString())),\"\".concat(this.api.cookie.name,\"=\").concat(e,\"; \").concat(t,\" \").concat(o)},e.prototype.refreshAuthToken=(r=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(r,t,o){var n,a,s,i,c;return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:if(\"string\"==typeof r&&0!==r.trim().length){e.next=2;break}throw new _vendor_browser__cnnprivate_zionDaltonSdk_dist_errors_SDKError.SDKError_1(\"accessToken field is required\");case 2:return e.prev=2,this.api.debugMode&&console.info(\"Account Info called by \".concat(o)),n=_objectSpread({Authorization:r},this.api.headers),e.next=7,_vendor_browser_axios_index.axios.post(this.api.endpoints.refreshAuthToken,null,{headers:n});case 7:return a=e.sent,this.storeToken(a.data,t),e.prev=9,s=a.data,e.next=13,this.getPreAuthEntitlements(s,!1);case 13:if(!(a.data.indexOf(this.api.authn)>-1)){e.next=21;break}return e.next=16,this.accountInfo(a.data,\"refreshAuthToken\");case 16:i=e.sent,c=i.userProfileResponses[this.api.coreName].attributes[this.api.uuidName],this.storeUID(c,t),e.next=23;break;case 21:this.removeUID(),this.removeEncodedItem(\"preauthz\");case 23:e.next=28;break;case 25:e.prev=25,e.t0=e.catch(9),console.log(\"DaltonSDK Error trying to store uid after refresh token\");case 28:return e.abrupt(\"return\",a.data);case 31:throw e.prev=31,e.t1=e.catch(2),e.t1.response;case 34:case\"end\":return e.stop()}},e,this,[[2,31],[9,25]])})),function(e,t,o){return r.apply(this,arguments)}),e.prototype.storeToken=function(e,r){try{if(\"undefined\"!=typeof window){var t=_vendor_browser_base64url_index.base64url(\"\".concat(this.api.cookie.version,\"|\").concat(e)),o=null;r&&(o=new Date).setDate(o.getDate()+r),window.document.cookie=this.__makeCookie(t,o)}}catch(e){console.log(\"Could not set access token: \".concat(e.message))}},e.prototype.getToken=function(e){var r=\"\";try{var t=new RegExp(\"(?:(?:^|.*;\\\\\\\\s*)\".concat(this.api.cookie.name,\"\\\\\\\\s*\\\\\\\\=\\\\\\\\s*([^;]*).*$)|^.*$\"));r=window.document.cookie.replace(t,\"$1\"),r=_vendor_browser_base64url_index.base64url.decode(r);var o=\"\".concat(this.api.cookie.version,\"|\");r.indexOf(o)>-1?(r=r.replace(o,\"\"),this.api.debugMode&&(console.log(\"access token replace called\"),console.log(\"AT - \".concat(r)))):(this.api.debugMode&&(console.info(\"Get token called by \".concat(e)),console.log(\"AT - \".concat(r)),console.log(\"Validity check for Version - \".concat(r.indexOf(o)))),r&&(this.removeToken(\"getToken\"),r=\"\"))}catch(e){console.log(\"Could not retrieve access token: \".concat(e.message))}return r},e.prototype.removeToken=function(e){try{var r;if(this.api.debugMode&&(console.log(\"removeToken called by \".concat(e)),console.log(\"You cookie version is - \".concat(this.api.cookie.version,\"|\"))),\"undefined\"!=typeof window){var t,o=window.CNN&&window.CNN.contentModel,n=o&&o.canonicalUrl||(t=document.querySelector(\"link[rel=\\'canonical\\']\"))&&t.href||window.location.href;r={component_type:\"button\",component_id:\"log_out\",traits:{source:document.referrer,canonical_url:n,source_id:o&&o.sourceId,error_code:null,brand:\"CNN\",cms_id:o&&o.cmsId,page_type:o&&o.pageType,page_variant:o&&o.templateType}}}var a=this.getStoredUID();try{a&&this.trackZionData(new window.ZION_SDK.GenericSubmit(_objectSpread(_objectSpread({},r),{},{traits:_objectSpread(_objectSpread({},r.traits),{},{cnn_uid:a,http_response:\"success\"})})))}catch(e){console.log(\"DaltonSDK Error: could not send event to Zion analytics: \".concat(e))}window.document.cookie=this.__makeCookie(\"\",new Date(\"Thu, 01 Jan 1970 00:00:00 GMT\")),this.removeEncodedItem(\"preauthz\")}catch(e){console.log(\"Could not delete access token: \".concat(e.message))}},e.prototype.tokenWithAuthn=function(){return this.getToken().indexOf(this.api.authn)>-1},e.prototype.getSbpToken=(t=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(r){var t,o,n,a;return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:return t={success:!1,errorStatus:500,data:{}},e.prev=1,e.next=4,_vendor_browser_axios_index.axios.post(this.api.endpoints.generateSbpToken,{},{headers:{Authorization:r}});case 4:o=e.sent,t={success:!0,errorStatus:void 0,data:o.data},e.next=12;break;case 8:e.prev=8,e.t0=e.catch(1),n=e.t0||{},a=n.response,t.errorStatus=a&&a.status||500;case 12:return e.abrupt(\"return\",t);case 13:case\"end\":return e.stop()}},e,this,[[1,8]])})),function(e){return t.apply(this,arguments)})};exports.token=token;\\n}, {\"938\":938,\"943\":943,\"946\":946,\"952\":952,\"955\":955,\"956\":956,\"960\":960}];\\nwindow.modules[\"960\"] = [function(require,module,exports){\"use strict\";var _vendor_browser__commonjsHelpers=require(937),_vendor_browser_base64url_dist_base64url=require(1071),base64url=_vendor_browser__commonjsHelpers.createCommonjsModule(function(e){e.exports=_vendor_browser_base64url_dist_base64url.base64url_1.default,e.exports.default=e.exports});exports.base64url=base64url;\\n}, {\"937\":937,\"1071\":1071}];\\nwindow.modules[\"961\"] = [function(require,module,exports){\"use strict\";var _vendor_browser__babel_runtime_helpers_interopRequireDefault=require(946),_vendor_browser__babel_runtime_helpers_defineProperty=require(943),_vendor_browser__cnnprivate_zionDaltonSdk_dist_errors_SDKError=require(956),_vendor_browser_uaParserJs_src_uaParser=require(962),_defineProperty2=_vendor_browser__babel_runtime_helpers_interopRequireDefault.interopRequireDefault(_vendor_browser__babel_runtime_helpers_defineProperty.defineProperty);function ownKeys(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),n.push.apply(n,r)}return n}function _objectSpread(e){for(var t=arguments,n=function(n){var r=null!=t[n]?t[n]:{};n%2?ownKeys(Object(r),!0).forEach(function(t){(0,_defineProperty2.default)(e,t,r[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):ownKeys(Object(r)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))})},r=1;r<arguments.length;r++)n(r);return e}var getAPIConfig=function(e){var t,n,r,o;if(e.url)t=e.url;else{var c={localhost:\"https://audience.qa.cnn.com\",test:\"https://audience.qa.cnn.com\",dev:\"https://audience.qa.cnn.com\",production:\"https://audience.cnn.com\"};t=c[e.env]?c[e.env]:c.dev;var a={localhost:\"https://daltonmt1.qa.identityservices.io\",test:\"https://daltonmt1.qa.identityservices.io\",dev:\"https://daltonmt1.qa.identityservices.io\",production:\"https://daltonmt1.identityservices.io\"},s={localhost:!0,test:!0,dev:!0,production:!1};n=a[e.env]?a[e.env]:a.dev,r=s[e.env]?s[e.env]:s.production;try{o=localStorage.getItem({key:\"ziondev.debug\"})}catch(e){o=!1}r=r||/true/i.test(o)}if(0!==t.indexOf(\"https\"))throw new _vendor_browser__cnnprivate_zionDaltonSdk_dist_errors_SDKError.SDKError_1(\"Security issue: URL must use https\");var i={\"Content-Type\":\"application/json\"};if(e.appName&&(i[\"X-Client-Application\"]=e.appName),e.forwardClientInfo){var u=_vendor_browser_uaParserJs_src_uaParser.uaParser();if(u){var p=u.device,d=u.os,l=u.browser,_=p.vendor&&p.model?\"\".concat(p.vendor,\"_\").concat(p.model):d.name,b=\"\".concat(d.name,\" \").concat(d.version),m=\"\".concat(l.name,\" \").concat(l.version);i[\"X-Client-Application\"]=\"\".concat(_,\"|\").concat(b,\"|\").concat(m)}}var h=\"path=/; samesite=Lax;\",f=\"\";if(\"undefined\"!=typeof window)try{var v=window.location.hostname.replace(\"www.\",\"\"),g=v.substr(0,v.indexOf(\".\"));(\"plus.stellar.cnn.com\"===v||\"cnn\"!==g&&\"us\"!==g&&\"edition\"!==g&&\"arabic\"!==g&&\"cnnespanol\"!==g&&\"plus\"!==g&&\"plus-test\"!==g)&&(f=\"_\".concat(g||v)),v.endsWith(\"cnn.com\")&&(h+=\" domain=.cnn.com; \"),\"test\"!==e.env&&\"localhost\"!==e.env&&(h+=\" secure;\")}catch(e){console.log(\"Could not find window\")}var w=\"\".concat(t,\"/gizmo/api/1/wingman\"),y=\"\".concat(t,\"/regwall/api/1\"),P=\"\".concat(t,\"/core/api/1\"),k=\"\".concat(t,\"/newsletters/api/1\");return _objectSpread({coreName:\"cnn\",apps:[\"core\",\"entitlements\",\"newsletters\",\"preferences\"],identityType:\"EMAIL\",uuidName:\"cnn_uid\",saltName:\"cnn_salt\",authn:\"cnn.authn\",passwordPolicy:\"^(?=.*?[A-Za-z])(?=.*?[0-9])(?=.*?[a-zA-Z]?).{8,}$\",maxInputLength:254,cookie:{name:\"_cnn_at\".concat(f),base:h,version:e.cookieVersion&&e.cookieVersion.length>0?e.cookieVersion:\"v1.1\"},cookieUID:{name:\"_cnn_uid\".concat(f),base:h},debugMode:r,headers:i,endpoints:{identity:\"\".concat(P,\"/identity\"),user:\"\".concat(P,\"/user\"),attributes:\"\".concat(P,\"/user/attributes\"),confirmEmail:\"\".concat(P,\"/user/email/confirm\"),resendConfirmationEmail:\"\".concat(P,\"/user/email/regenerate_confirmation_code\"),login:\"\".concat(P,\"/user/login\"),loginv2:\"\".concat(t,\"/core/api/2/user/login\"),refreshAuthToken:\"\".concat(P,\"/user/refresh_authtoken\"),logout:\"\".concat(P,\"/user/logout\"),profile:\"\".concat(P,\"/user/profile\"),changePassword:\"\".concat(P,\"/identity/password\"),resetPassword:\"\".concat(P,\"/identity/password_reset_token\"),email:\"\".concat(P,\"/user/email\"),delete:\"\".concat(P,\"/user/core\"),legaldocs:\"\".concat(P,\"/user/legaldocs\"),unacceptedLegaldocs:\"\".concat(P,\"/user/unaccepted_legaldocs\"),preferences:\"\".concat(t,\"/preferences/api/1/preferences\"),subscriptions:\"\".concat(k,\"/subscriptions\"),subscriptionsAuthtoken:\"\".concat(k,\"/subscriptions/authtoken\"),subscriptionsAdd:\"\".concat(k,\"/subscriptions/add\"),subscriptionsDelete:\"\".concat(k,\"/subscriptions/delete\"),unsubscribe:\"\".concat(k,\"/subscriptions/unsubscribe\"),retrieveNewsletters:\"\".concat(k,\"/newsletters\"),productSource:\"\".concat(w,\"/products\"),paymentSource:\"\".concat(w,\"/paymentsource\"),updatePaymentSource:\"\".concat(w,\"/paymentsource/switch\"),purchaseSource:\"\".concat(w,\"/purchase\"),cancelSub:\"\".concat(w,\"/purchase/subscription/:subId/cancel\"),preAuthSource:\"\".concat(y,\"/regwall/preauthorize\"),getSub:\"\".concat(y,\"/subscriptions\"),getActiveSub:\"\".concat(y,\"/subscriptions/active\"),getPublicAttr:\"\".concat(P,\"/user/public_attrs\"),getAuthZTokens:\"\".concat(n,\"/strapii/api/1/authz/token\"),requestRegCode:\"\".concat(t,\"/dim/api/1/regcode\"),authnRegCode:\"\".concat(t,\"/dim/api/1/authn/regcode\"),linkMVPDAuthn:\"\".concat(t,\"/dim/api/1/authn/link\"),generateSbpToken:\"\".concat(t,\"/core/api/2/user/sbp/generateToken\"),productCheck:\"\".concat(n,\"/prodgate/api/1/product/check\")}},e)},config={getAPIConfig:getAPIConfig};exports.config=config;\\n}, {\"943\":943,\"946\":946,\"956\":956,\"962\":962}];\\nwindow.modules[\"962\"] = [function(require,module,exports){\"use strict\";var _vendor_browser__commonjsHelpers=require(937);function _instanceof(i,e){return null!=e&&\"undefined\"!=typeof Symbol&&e[Symbol.hasInstance]?!!e[Symbol.hasInstance](i):i instanceof e}var _typeof=function(i){return i&&\"undefined\"!=typeof Symbol&&i.constructor===Symbol?\"symbol\":typeof i},uaParser=_vendor_browser__commonjsHelpers.createCommonjsModule(function(i,e){!function(o,r){var a=\"model\",n=\"name\",t=\"type\",s=\"vendor\",b=\"version\",w=\"mobile\",d=\"tablet\",l=\"smarttv\",c=function(i){for(var e={},o=0;o<i.length;o++)e[i[o].toUpperCase()]=i[o];return e},u=function(i,e){return\"string\"===(void 0===i?\"undefined\":_typeof(i))&&-1!==m(e).indexOf(m(i))},m=function(i){return i.toLowerCase()},p=function(i,e){if(\"string\"===_typeof(i))return i=i.replace(/^\\\\s\\\\s*/,\"\").replace(/\\\\s\\\\s*$/,\"\"),\"undefined\"===_typeof(e)?i:i.substring(0,255)},f=function(i,e){for(var o,r,a,n,t,s,b=0;b<e.length&&!t;){var w=e[b],d=e[b+1];for(o=r=0;o<w.length&&!t;)if(t=w[o++].exec(i))for(a=0;a<d.length;a++)s=t[++r],\"object\"===(void 0===(n=d[a])?\"undefined\":_typeof(n))&&n.length>0?2===n.length?\"function\"==_typeof(n[1])?this[n[0]]=n[1].call(this,s):this[n[0]]=n[1]:3===n.length?\"function\"!==_typeof(n[1])||n[1].exec&&n[1].test?this[n[0]]=s?s.replace(n[1],n[2]):void 0:this[n[0]]=s?n[1].call(this,s,n[2]):void 0:4===n.length&&(this[n[0]]=s?n[3].call(this,s.replace(n[1],n[2])):void 0):this[n]=s||void 0;b+=2}},v=function(i,e){for(var o in e)if(\"object\"===_typeof(e[o])&&e[o].length>0){for(var r=0;r<e[o].length;r++)if(u(e[o][r],i))return\"?\"===o?void 0:o}else if(u(e[o],i))return\"?\"===o?void 0:o;return i},h={ME:\"4.90\",\"NT 3.11\":\"NT3.51\",\"NT 4.0\":\"NT4.0\",2000:\"NT 5.0\",XP:[\"NT 5.1\",\"NT 5.2\"],Vista:\"NT 6.0\",7:\"NT 6.1\",8:\"NT 6.2\",8.1:\"NT 6.3\",10:[\"NT 6.4\",\"NT 10.0\"],RT:\"ARM\"},g={browser:[[/\\\\b(?:crmo|crios)\\\\/([\\\\w\\\\.]+)/i],[b,[n,\"Chrome\"]],[/edg(?:e|ios|a)?\\\\/([\\\\w\\\\.]+)/i],[b,[n,\"Edge\"]],[/(opera mini)\\\\/([-\\\\w\\\\.]+)/i,/(opera [mobiletab]{3,6})\\\\b.+version\\\\/([-\\\\w\\\\.]+)/i,/(opera)(?:.+version\\\\/|[\\\\/ ]+)([\\\\w\\\\.]+)/i],[n,b],[/opios[\\\\/ ]+([\\\\w\\\\.]+)/i],[b,[n,\"Opera Mini\"]],[/\\\\bopr\\\\/([\\\\w\\\\.]+)/i],[b,[n,\"Opera\"]],[/(kindle)\\\\/([\\\\w\\\\.]+)/i,/(lunascape|maxthon|netfront|jasmine|blazer)[\\\\/ ]?([\\\\w\\\\.]*)/i,/(avant |iemobile|slim)(?:browser)?[\\\\/ ]?([\\\\w\\\\.]*)/i,/(ba?idubrowser)[\\\\/ ]?([\\\\w\\\\.]+)/i,/(?:ms|\\\\()(ie) ([\\\\w\\\\.]+)/i,/(flock|rockmelt|midori|epiphany|silk|skyfire|ovibrowser|bolt|iron|vivaldi|iridium|phantomjs|bowser|quark|qupzilla|falkon|rekonq|puffin|brave|whale|qqbrowserlite|qq)\\\\/([-\\\\w\\\\.]+)/i,/(weibo)__([\\\\d\\\\.]+)/i],[n,b],[/(?:\\\\buc? ?browser|(?:juc.+)ucweb)[\\\\/ ]?([\\\\w\\\\.]+)/i],[b,[n,\"UCBrowser\"]],[/\\\\bqbcore\\\\/([\\\\w\\\\.]+)/i],[b,[n,\"WeChat(Win) Desktop\"]],[/micromessenger\\\\/([\\\\w\\\\.]+)/i],[b,[n,\"WeChat\"]],[/konqueror\\\\/([\\\\w\\\\.]+)/i],[b,[n,\"Konqueror\"]],[/trident.+rv[: ]([\\\\w\\\\.]{1,9})\\\\b.+like gecko/i],[b,[n,\"IE\"]],[/yabrowser\\\\/([\\\\w\\\\.]+)/i],[b,[n,\"Yandex\"]],[/(avast|avg)\\\\/([\\\\w\\\\.]+)/i],[[n,/(.+)/,\"$1 Secure Browser\"],b],[/\\\\bfocus\\\\/([\\\\w\\\\.]+)/i],[b,[n,\"Firefox Focus\"]],[/\\\\bopt\\\\/([\\\\w\\\\.]+)/i],[b,[n,\"Opera Touch\"]],[/coc_coc\\\\w+\\\\/([\\\\w\\\\.]+)/i],[b,[n,\"Coc Coc\"]],[/dolfin\\\\/([\\\\w\\\\.]+)/i],[b,[n,\"Dolphin\"]],[/coast\\\\/([\\\\w\\\\.]+)/i],[b,[n,\"Opera Coast\"]],[/miuibrowser\\\\/([\\\\w\\\\.]+)/i],[b,[n,\"MIUI Browser\"]],[/fxios\\\\/([-\\\\w\\\\.]+)/i],[b,[n,\"Firefox\"]],[/\\\\bqihu|(qi?ho?o?|360)browser/i],[[n,\"360 Browser\"]],[/(oculus|samsung|sailfish)browser\\\\/([\\\\w\\\\.]+)/i],[[n,/(.+)/,\"$1 Browser\"],b],[/(comodo_dragon)\\\\/([\\\\w\\\\.]+)/i],[[n,/_/g,\" \"],b],[/(electron)\\\\/([\\\\w\\\\.]+) safari/i,/(tesla)(?: qtcarbrowser|\\\\/(20\\\\d\\\\d\\\\.[-\\\\w\\\\.]+))/i,/m?(qqbrowser|baiduboxapp|2345Explorer)[\\\\/ ]?([\\\\w\\\\.]+)/i],[n,b],[/(metasr)[\\\\/ ]?([\\\\w\\\\.]+)/i,/(lbbrowser)/i],[n],[/((?:fban\\\\/fbios|fb_iab\\\\/fb4a)(?!.+fbav)|;fbav\\\\/([\\\\w\\\\.]+);)/i],[[n,\"Facebook\"],b],[/safari (line)\\\\/([\\\\w\\\\.]+)/i,/\\\\b(line)\\\\/([\\\\w\\\\.]+)\\\\/iab/i,/(chromium|instagram)[\\\\/ ]([-\\\\w\\\\.]+)/i],[n,b],[/\\\\bgsa\\\\/([\\\\w\\\\.]+) .*safari\\\\//i],[b,[n,\"GSA\"]],[/headlesschrome(?:\\\\/([\\\\w\\\\.]+)| )/i],[b,[n,\"Chrome Headless\"]],[/ wv\\\\).+(chrome)\\\\/([\\\\w\\\\.]+)/i],[[n,\"Chrome WebView\"],b],[/droid.+ version\\\\/([\\\\w\\\\.]+)\\\\b.+(?:mobile safari|safari)/i],[b,[n,\"Android Browser\"]],[/(chrome|omniweb|arora|[tizenoka]{5} ?browser)\\\\/v?([\\\\w\\\\.]+)/i],[n,b],[/version\\\\/([\\\\w\\\\.]+) .*mobile\\\\/\\\\w+ (safari)/i],[b,[n,\"Mobile Safari\"]],[/version\\\\/([\\\\w\\\\.]+) .*(mobile ?safari|safari)/i],[b,n],[/webkit.+?(mobile ?safari|safari)(\\\\/[\\\\w\\\\.]+)/i],[n,[b,v,{\"1.0\":\"/8\",1.2:\"/1\",1.3:\"/3\",\"2.0\":\"/412\",\"2.0.2\":\"/416\",\"2.0.3\":\"/417\",\"2.0.4\":\"/419\",\"?\":\"/\"}]],[/(webkit|khtml)\\\\/([\\\\w\\\\.]+)/i],[n,b],[/(navigator|netscape\\\\d?)\\\\/([-\\\\w\\\\.]+)/i],[[n,\"Netscape\"],b],[/mobile vr; rv:([\\\\w\\\\.]+)\\\\).+firefox/i],[b,[n,\"Firefox Reality\"]],[/ekiohf.+(flow)\\\\/([\\\\w\\\\.]+)/i,/(swiftfox)/i,/(icedragon|iceweasel|camino|chimera|fennec|maemo browser|minimo|conkeror|klar)[\\\\/ ]?([\\\\w\\\\.\\\\+]+)/i,/(seamonkey|k-meleon|icecat|iceape|firebird|phoenix|palemoon|basilisk|waterfox)\\\\/([-\\\\w\\\\.]+)$/i,/(firefox)\\\\/([\\\\w\\\\.]+)/i,/(mozilla)\\\\/([\\\\w\\\\.]+) .+rv\\\\:.+gecko\\\\/\\\\d+/i,/(polaris|lynx|dillo|icab|doris|amaya|w3m|netsurf|sleipnir|obigo|mosaic|(?:go|ice|up)[\\\\. ]?browser)[-\\\\/ ]?v?([\\\\w\\\\.]+)/i,/(links) \\\\(([\\\\w\\\\.]+)/i],[n,b]],cpu:[[/(?:(amd|x(?:(?:86|64)[-_])?|wow|win)64)[;\\\\)]/i],[[\"architecture\",\"amd64\"]],[/(ia32(?=;))/i],[[\"architecture\",m]],[/((?:i[346]|x)86)[;\\\\)]/i],[[\"architecture\",\"ia32\"]],[/\\\\b(aarch64|arm(v?8e?l?|_?64))\\\\b/i],[[\"architecture\",\"arm64\"]],[/\\\\b(arm(?:v[67])?ht?n?[fl]p?)\\\\b/i],[[\"architecture\",\"armhf\"]],[/windows (ce|mobile); ppc;/i],[[\"architecture\",\"arm\"]],[/((?:ppc|powerpc)(?:64)?)(?: mac|;|\\\\))/i],[[\"architecture\",/ower/,\"\",m]],[/(sun4\\\\w)[;\\\\)]/i],[[\"architecture\",\"sparc\"]],[/((?:avr32|ia64(?=;))|68k(?=\\\\))|\\\\barm(?=v(?:[1-7]|[5-7]1)l?|;|eabi)|(?=atmel )avr|(?:irix|mips|sparc)(?:64)?\\\\b|pa-risc)/i],[[\"architecture\",m]]],device:[[/\\\\b(sch-i[89]0\\\\d|shw-m380s|sm-[pt]\\\\w{2,4}|gt-[pn]\\\\d{2,4}|sgh-t8[56]9|nexus 10)/i],[a,[s,\"Samsung\"],[t,d]],[/\\\\b((?:s[cgp]h|gt|sm)-\\\\w+|galaxy nexus)/i,/samsung[- ]([-\\\\w]+)/i,/sec-(sgh\\\\w+)/i],[a,[s,\"Samsung\"],[t,w]],[/\\\\((ip(?:hone|od)[\\\\w ]*);/i],[a,[s,\"Apple\"],[t,w]],[/\\\\((ipad);[-\\\\w\\\\),; ]+apple/i,/applecoremedia\\\\/[\\\\w\\\\.]+ \\\\((ipad)/i,/\\\\b(ipad)\\\\d\\\\d?,\\\\d\\\\d?[;\\\\]].+ios/i],[a,[s,\"Apple\"],[t,d]],[/\\\\b((?:ag[rs][23]?|bah2?|sht?|btv)-a?[lw]\\\\d{2})\\\\b(?!.+d\\\\/s)/i],[a,[s,\"Huawei\"],[t,d]],[/(?:huawei|honor)([-\\\\w ]+)[;\\\\)]/i,/\\\\b(nexus 6p|\\\\w{2,4}-[atu]?[ln][01259x][012359][an]?)\\\\b(?!.+d\\\\/s)/i],[a,[s,\"Huawei\"],[t,w]],[/\\\\b(poco[\\\\w ]+)(?: bui|\\\\))/i,/\\\\b; (\\\\w+) build\\\\/hm\\\\1/i,/\\\\b(hm[-_ ]?note?[_ ]?(?:\\\\d\\\\w)?) bui/i,/\\\\b(redmi[\\\\-_ ]?(?:note|k)?[\\\\w_ ]+)(?: bui|\\\\))/i,/\\\\b(mi[-_ ]?(?:a\\\\d|one|one[_ ]plus|note lte|max)?[_ ]?(?:\\\\d?\\\\w?)[_ ]?(?:plus|se|lite)?)(?: bui|\\\\))/i],[[a,/_/g,\" \"],[s,\"Xiaomi\"],[t,w]],[/\\\\b(mi[-_ ]?(?:pad)(?:[\\\\w_ ]+))(?: bui|\\\\))/i],[[a,/_/g,\" \"],[s,\"Xiaomi\"],[t,d]],[/; (\\\\w+) bui.+ oppo/i,/\\\\b(cph[12]\\\\d{3}|p(?:af|c[al]|d\\\\w|e[ar])[mt]\\\\d0|x9007|a101op)\\\\b/i],[a,[s,\"OPPO\"],[t,w]],[/vivo (\\\\w+)(?: bui|\\\\))/i,/\\\\b(v[12]\\\\d{3}\\\\w?[at])(?: bui|;)/i],[a,[s,\"Vivo\"],[t,w]],[/\\\\b(rmx[12]\\\\d{3})(?: bui|;|\\\\))/i],[a,[s,\"Realme\"],[t,w]],[/\\\\b(milestone|droid(?:[2-4x]| (?:bionic|x2|pro|razr))?:?( 4g)?)\\\\b[\\\\w ]+build\\\\//i,/\\\\bmot(?:orola)?[- ](\\\\w*)/i,/((?:moto[\\\\w\\\\(\\\\) ]+|xt\\\\d{3,4}|nexus 6)(?= bui|\\\\)))/i],[a,[s,\"Motorola\"],[t,w]],[/\\\\b(mz60\\\\d|xoom[2 ]{0,2}) build\\\\//i],[a,[s,\"Motorola\"],[t,d]],[/((?=lg)?[vl]k\\\\-?\\\\d{3}) bui| 3\\\\.[-\\\\w; ]{10}lg?-([06cv9]{3,4})/i],[a,[s,\"LG\"],[t,d]],[/(lm(?:-?f100[nv]?|-[\\\\w\\\\.]+)(?= bui|\\\\))|nexus [45])/i,/\\\\blg[-e;\\\\/ ]+((?!browser|netcast|android tv)\\\\w+)/i,/\\\\blg-?([\\\\d\\\\w]+) bui/i],[a,[s,\"LG\"],[t,w]],[/(ideatab[-\\\\w ]+)/i,/lenovo ?(s[56]000[-\\\\w]+|tab(?:[\\\\w ]+)|yt[-\\\\d\\\\w]{6}|tb[-\\\\d\\\\w]{6})/i],[a,[s,\"Lenovo\"],[t,d]],[/(?:maemo|nokia).*(n900|lumia \\\\d+)/i,/nokia[-_ ]?([-\\\\w\\\\.]*)/i],[[a,/_/g,\" \"],[s,\"Nokia\"],[t,w]],[/(pixel c)\\\\b/i],[a,[s,\"Google\"],[t,d]],[/droid.+; (pixel[\\\\daxl ]{0,6})(?: bui|\\\\))/i],[a,[s,\"Google\"],[t,w]],[/droid.+ ([c-g]\\\\d{4}|so[-gl]\\\\w+|xq-a\\\\w[4-7][12])(?= bui|\\\\).+chrome\\\\/(?![1-6]{0,1}\\\\d\\\\.))/i],[a,[s,\"Sony\"],[t,w]],[/sony tablet [ps]/i,/\\\\b(?:sony)?sgp\\\\w+(?: bui|\\\\))/i],[[a,\"Xperia Tablet\"],[s,\"Sony\"],[t,d]],[/ (kb2005|in20[12]5|be20[12][59])\\\\b/i,/(?:one)?(?:plus)? (a\\\\d0\\\\d\\\\d)(?: b|\\\\))/i],[a,[s,\"OnePlus\"],[t,w]],[/(alexa)webm/i,/(kf[a-z]{2}wi)( bui|\\\\))/i,/(kf[a-z]+)( bui|\\\\)).+silk\\\\//i],[a,[s,\"Amazon\"],[t,d]],[/((?:sd|kf)[0349hijorstuw]+)( bui|\\\\)).+silk\\\\//i],[[a,/(.+)/g,\"Fire Phone $1\"],[s,\"Amazon\"],[t,w]],[/(playbook);[-\\\\w\\\\),; ]+(rim)/i],[a,s,[t,d]],[/\\\\b((?:bb[a-f]|st[hv])100-\\\\d)/i,/\\\\(bb10; (\\\\w+)/i],[a,[s,\"BlackBerry\"],[t,w]],[/(?:\\\\b|asus_)(transfo[prime ]{4,10} \\\\w+|eeepc|slider \\\\w+|nexus 7|padfone|p00[cj])/i],[a,[s,\"ASUS\"],[t,d]],[/ (z[bes]6[027][012][km][ls]|zenfone \\\\d\\\\w?)\\\\b/i],[a,[s,\"ASUS\"],[t,w]],[/(nexus 9)/i],[a,[s,\"HTC\"],[t,d]],[/(htc)[-;_ ]{1,2}([\\\\w ]+(?=\\\\)| bui)|\\\\w+)/i,/(zte)[- ]([\\\\w ]+?)(?: bui|\\\\/|\\\\))/i,/(alcatel|geeksphone|nexian|panasonic|sony)[-_ ]?([-\\\\w]*)/i],[s,[a,/_/g,\" \"],[t,w]],[/droid.+; ([ab][1-7]-?[0178a]\\\\d\\\\d?)/i],[a,[s,\"Acer\"],[t,d]],[/droid.+; (m[1-5] note) bui/i,/\\\\bmz-([-\\\\w]{2,})/i],[a,[s,\"Meizu\"],[t,w]],[/\\\\b(sh-?[altvz]?\\\\d\\\\d[a-ekm]?)/i],[a,[s,\"Sharp\"],[t,w]],[/(blackberry|benq|palm(?=\\\\-)|sonyericsson|acer|asus|dell|meizu|motorola|polytron)[-_ ]?([-\\\\w]*)/i,/(hp) ([\\\\w ]+\\\\w)/i,/(asus)-?(\\\\w+)/i,/(microsoft); (lumia[\\\\w ]+)/i,/(lenovo)[-_ ]?([-\\\\w]+)/i,/(jolla)/i,/(oppo) ?([\\\\w ]+) bui/i],[s,a,[t,w]],[/(archos) (gamepad2?)/i,/(hp).+(touchpad(?!.+tablet)|tablet)/i,/(kindle)\\\\/([\\\\w\\\\.]+)/i,/(nook)[\\\\w ]+build\\\\/(\\\\w+)/i,/(dell) (strea[kpr\\\\d ]*[\\\\dko])/i,/(le[- ]+pan)[- ]+(\\\\w{1,9}) bui/i,/(trinity)[- ]*(t\\\\d{3}) bui/i,/(gigaset)[- ]+(q\\\\w{1,9}) bui/i,/(vodafone) ([\\\\w ]+)(?:\\\\)| bui)/i],[s,a,[t,d]],[/(surface duo)/i],[a,[s,\"Microsoft\"],[t,d]],[/droid [\\\\d\\\\.]+; (fp\\\\du?)(?: b|\\\\))/i],[a,[s,\"Fairphone\"],[t,w]],[/(u304aa)/i],[a,[s,\"AT&T\"],[t,w]],[/\\\\bsie-(\\\\w*)/i],[a,[s,\"Siemens\"],[t,w]],[/\\\\b(rct\\\\w+) b/i],[a,[s,\"RCA\"],[t,d]],[/\\\\b(venue[\\\\d ]{2,7}) b/i],[a,[s,\"Dell\"],[t,d]],[/\\\\b(q(?:mv|ta)\\\\w+) b/i],[a,[s,\"Verizon\"],[t,d]],[/\\\\b(?:barnes[& ]+noble |bn[rt])([\\\\w\\\\+ ]*) b/i],[a,[s,\"Barnes & Noble\"],[t,d]],[/\\\\b(tm\\\\d{3}\\\\w+) b/i],[a,[s,\"NuVision\"],[t,d]],[/\\\\b(k88) b/i],[a,[s,\"ZTE\"],[t,d]],[/\\\\b(nx\\\\d{3}j) b/i],[a,[s,\"ZTE\"],[t,w]],[/\\\\b(gen\\\\d{3}) b.+49h/i],[a,[s,\"Swiss\"],[t,w]],[/\\\\b(zur\\\\d{3}) b/i],[a,[s,\"Swiss\"],[t,d]],[/\\\\b((zeki)?tb.*\\\\b) b/i],[a,[s,\"Zeki\"],[t,d]],[/\\\\b([yr]\\\\d{2}) b/i,/\\\\b(dragon[- ]+touch |dt)(\\\\w{5}) b/i],[[s,\"Dragon Touch\"],a,[t,d]],[/\\\\b(ns-?\\\\w{0,9}) b/i],[a,[s,\"Insignia\"],[t,d]],[/\\\\b((nxa|next)-?\\\\w{0,9}) b/i],[a,[s,\"NextBook\"],[t,d]],[/\\\\b(xtreme\\\\_)?(v(1[045]|2[015]|[3469]0|7[05])) b/i],[[s,\"Voice\"],a,[t,w]],[/\\\\b(lvtel\\\\-)?(v1[12]) b/i],[[s,\"LvTel\"],a,[t,w]],[/\\\\b(ph-1) /i],[a,[s,\"Essential\"],[t,w]],[/\\\\b(v(100md|700na|7011|917g).*\\\\b) b/i],[a,[s,\"Envizen\"],[t,d]],[/\\\\b(trio[-\\\\w\\\\. ]+) b/i],[a,[s,\"MachSpeed\"],[t,d]],[/\\\\btu_(1491) b/i],[a,[s,\"Rotor\"],[t,d]],[/(shield[\\\\w ]+) b/i],[a,[s,\"Nvidia\"],[t,d]],[/(sprint) (\\\\w+)/i],[s,a,[t,w]],[/(kin\\\\.[onetw]{3})/i],[[a,/\\\\./g,\" \"],[s,\"Microsoft\"],[t,w]],[/droid.+; (cc6666?|et5[16]|mc[239][23]x?|vc8[03]x?)\\\\)/i],[a,[s,\"Zebra\"],[t,d]],[/droid.+; (ec30|ps20|tc[2-8]\\\\d[kx])\\\\)/i],[a,[s,\"Zebra\"],[t,w]],[/(ouya)/i,/(nintendo) ([wids3utch]+)/i],[s,a,[t,\"console\"]],[/droid.+; (shield) bui/i],[a,[s,\"Nvidia\"],[t,\"console\"]],[/(playstation [345portablevi]+)/i],[a,[s,\"Sony\"],[t,\"console\"]],[/\\\\b(xbox(?: one)?(?!; xbox))[\\\\); ]/i],[a,[s,\"Microsoft\"],[t,\"console\"]],[/smart-tv.+(samsung)/i],[s,[t,l]],[/hbbtv.+maple;(\\\\d+)/i],[[a,/^/,\"SmartTV\"],[s,\"Samsung\"],[t,l]],[/(nux; netcast.+smarttv|lg (netcast\\\\.tv-201\\\\d|android tv))/i],[[s,\"LG\"],[t,l]],[/(apple) ?tv/i],[s,[a,\"Apple TV\"],[t,l]],[/crkey/i],[[a,\"Chromecast\"],[s,\"Google\"],[t,l]],[/droid.+aft(\\\\w)( bui|\\\\))/i],[a,[s,\"Amazon\"],[t,l]],[/\\\\(dtv[\\\\);].+(aquos)/i],[a,[s,\"Sharp\"],[t,l]],[/\\\\b(roku)[\\\\dx]*[\\\\)\\\\/]((?:dvp-)?[\\\\d\\\\.]*)/i,/hbbtv\\\\/\\\\d+\\\\.\\\\d+\\\\.\\\\d+ +\\\\([\\\\w ]*; *(\\\\w[^;]*);([^;]*)/i],[[s,p],[a,p],[t,l]],[/\\\\b(android tv|smart[- ]?tv|opera tv|tv; rv:)\\\\b/i],[[t,l]],[/((pebble))app/i],[s,a,[t,\"wearable\"]],[/droid.+; (glass) \\\\d/i],[a,[s,\"Google\"],[t,\"wearable\"]],[/droid.+; (wt63?0{2,3})\\\\)/i],[a,[s,\"Zebra\"],[t,\"wearable\"]],[/(quest( 2)?)/i],[a,[s,\"Facebook\"],[t,\"wearable\"]],[/(tesla)(?: qtcarbrowser|\\\\/[-\\\\w\\\\.]+)/i],[s,[t,\"embedded\"]],[/droid .+?; ([^;]+?)(?: bui|\\\\) applew).+? mobile safari/i],[a,[t,w]],[/droid .+?; ([^;]+?)(?: bui|\\\\) applew).+?(?! mobile) safari/i],[a,[t,d]],[/\\\\b((tablet|tab)[;\\\\/]|focus\\\\/\\\\d(?!.+mobile))/i],[[t,d]],[/(phone|mobile(?:[;\\\\/]| safari)|pda(?=.+windows ce))/i],[[t,w]],[/(android[-\\\\w\\\\. ]{0,9});.+buil/i],[a,[s,\"Generic\"]]],engine:[[/windows.+ edge\\\\/([\\\\w\\\\.]+)/i],[b,[n,\"EdgeHTML\"]],[/webkit\\\\/537\\\\.36.+chrome\\\\/(?!27)([\\\\w\\\\.]+)/i],[b,[n,\"Blink\"]],[/(presto)\\\\/([\\\\w\\\\.]+)/i,/(webkit|trident|netfront|netsurf|amaya|lynx|w3m|goanna)\\\\/([\\\\w\\\\.]+)/i,/ekioh(flow)\\\\/([\\\\w\\\\.]+)/i,/(khtml|tasman|links)[\\\\/ ]\\\\(?([\\\\w\\\\.]+)/i,/(icab)[\\\\/ ]([23]\\\\.[\\\\d\\\\.]+)/i],[n,b],[/rv\\\\:([\\\\w\\\\.]{1,9})\\\\b.+(gecko)/i],[b,n]],os:[[/microsoft (windows) (vista|xp)/i],[n,b],[/(windows) nt 6\\\\.2; (arm)/i,/(windows (?:phone(?: os)?|mobile))[\\\\/ ]?([\\\\d\\\\.\\\\w ]*)/i,/(windows)[\\\\/ ]?([ntce\\\\d\\\\. ]+\\\\w)(?!.+xbox)/i],[n,[b,v,h]],[/(win(?=3|9|n)|win 9x )([nt\\\\d\\\\.]+)/i],[[n,\"Windows\"],[b,v,h]],[/ip[honead]{2,4}\\\\b(?:.*os ([\\\\w]+) like mac|; opera)/i,/cfnetwork\\\\/.+darwin/i],[[b,/_/g,\".\"],[n,\"iOS\"]],[/(mac os x) ?([\\\\w\\\\. ]*)/i,/(macintosh|mac_powerpc\\\\b)(?!.+haiku)/i],[[n,\"Mac OS\"],[b,/_/g,\".\"]],[/droid ([\\\\w\\\\.]+)\\\\b.+(android[- ]x86)/i],[b,n],[/(android|webos|qnx|bada|rim tablet os|maemo|meego|sailfish)[-\\\\/ ]?([\\\\w\\\\.]*)/i,/(blackberry)\\\\w*\\\\/([\\\\w\\\\.]*)/i,/(tizen|kaios)[\\\\/ ]([\\\\w\\\\.]+)/i,/\\\\((series40);/i],[n,b],[/\\\\(bb(10);/i],[b,[n,\"BlackBerry\"]],[/(?:symbian ?os|symbos|s60(?=;)|series60)[-\\\\/ ]?([\\\\w\\\\.]*)/i],[b,[n,\"Symbian\"]],[/mozilla\\\\/[\\\\d\\\\.]+ \\\\((?:mobile|tablet|tv|mobile; [\\\\w ]+); rv:.+ gecko\\\\/([\\\\w\\\\.]+)/i],[b,[n,\"Firefox OS\"]],[/web0s;.+rt(tv)/i,/\\\\b(?:hp)?wos(?:browser)?\\\\/([\\\\w\\\\.]+)/i],[b,[n,\"webOS\"]],[/crkey\\\\/([\\\\d\\\\.]+)/i],[b,[n,\"Chromecast\"]],[/(cros) [\\\\w]+ ([\\\\w\\\\.]+\\\\w)/i],[[n,\"Chromium OS\"],b],[/(nintendo|playstation) ([wids345portablevuch]+)/i,/(xbox); +xbox ([^\\\\);]+)/i,/\\\\b(joli|palm)\\\\b ?(?:os)?\\\\/?([\\\\w\\\\.]*)/i,/(mint)[\\\\/\\\\(\\\\) ]?(\\\\w*)/i,/(mageia|vectorlinux)[; ]/i,/([kxln]?ubuntu|debian|suse|opensuse|gentoo|arch(?= linux)|slackware|fedora|mandriva|centos|pclinuxos|red ?hat|zenwalk|linpus|raspbian|plan 9|minix|risc os|contiki|deepin|manjaro|elementary os|sabayon|linspire)(?: gnu\\\\/linux)?(?: enterprise)?(?:[- ]linux)?(?:-gnu)?[-\\\\/ ]?(?!chrom|package)([-\\\\w\\\\.]*)/i,/(hurd|linux) ?([\\\\w\\\\.]*)/i,/(gnu) ?([\\\\w\\\\.]*)/i,/\\\\b([-frentopcghs]{0,5}bsd|dragonfly)[\\\\/ ]?(?!amd|[ix346]{1,2}86)([\\\\w\\\\.]*)/i,/(haiku) (\\\\w+)/i],[n,b],[/(sunos) ?([\\\\w\\\\.\\\\d]*)/i],[[n,\"Solaris\"],b],[/((?:open)?solaris)[-\\\\/ ]?([\\\\w\\\\.]*)/i,/(aix) ((\\\\d)(?=\\\\.|\\\\)| )[\\\\w\\\\.])*/i,/\\\\b(beos|os\\\\/2|amigaos|morphos|openvms|fuchsia|hp-ux)/i,/(unix) ?([\\\\w\\\\.]*)/i],[n,b]]},x=function(i,e){if(\"object\"===(void 0===i?\"undefined\":_typeof(i))&&(e=i,i=void 0),!_instanceof(this,x))return new x(i,e).getResult();var r=i||(\"undefined\"!==(void 0===o?\"undefined\":_typeof(o))&&o.navigator&&o.navigator.userAgent?o.navigator.userAgent:\"\"),a=e?function(i,e){var o={};for(var r in i)e[r]&&e[r].length%2==0?o[r]=e[r].concat(i[r]):o[r]=i[r];return o}(g,e):g;return this.getBrowser=function(){var i,e={};return e.name=void 0,e.version=void 0,f.call(e,r,a.browser),e.major=(i=e.version,\"string\"===_typeof(i)?i.replace(/[^\\\\d\\\\.]/g,\"\").split(\".\")[0]:void 0),e},this.getCPU=function(){var i={architecture:void 0};return f.call(i,r,a.cpu),i},this.getDevice=function(){var i={vendor:void 0,model:void 0,type:void 0};return f.call(i,r,a.device),i},this.getEngine=function(){var i={name:void 0,version:void 0};return f.call(i,r,a.engine),i},this.getOS=function(){var i={name:void 0,version:void 0};return f.call(i,r,a.os),i},this.getResult=function(){return{ua:this.getUA(),browser:this.getBrowser(),engine:this.getEngine(),os:this.getOS(),device:this.getDevice(),cpu:this.getCPU()}},this.getUA=function(){return r},this.setUA=function(i){return r=\"string\"===(void 0===i?\"undefined\":_typeof(i))&&i.length>255?p(i,255):i,this},this.setUA(r),this};x.VERSION=\"1.0.2\",x.BROWSER=c([n,b,\"major\"]),x.CPU=c([\"architecture\"]),x.DEVICE=c([a,s,t,\"console\",w,l,d,\"wearable\",\"embedded\"]),x.ENGINE=x.OS=c([n,b]),i.exports&&(e=i.exports=x),e.UAParser=x;var k=\"undefined\"!==(void 0===o?\"undefined\":_typeof(o))&&(o.jQuery||o.Zepto);if(k&&!k.ua){var y=new x;k.ua=y.getResult(),k.ua.get=function(){return y.getUA()},k.ua.set=function(i){y.setUA(i);var e=y.getResult();for(var o in e)k.ua[o]=e[o]}}}(\"object\"==typeof window?window:_vendor_browser__commonjsHelpers.commonjsGlobal)});exports.uaParser=uaParser;\\n}, {\"937\":937}];\\nwindow.modules[\"963\"] = [function(require,module,exports){\"use strict\";var _vendor_browser__babel_runtime_helpers_interopRequireDefault=require(946),_vendor_browser__babel_runtime_helpers_defineProperty=require(943),_vendor_browser__babel_runtime_regenerator_index=require(952),_vendor_browser__babel_runtime_helpers_asyncToGenerator=require(938),_vendor_browser_axios_index=require(955),_defineProperty2=_vendor_browser__babel_runtime_helpers_interopRequireDefault.interopRequireDefault(_vendor_browser__babel_runtime_helpers_defineProperty.defineProperty),_regenerator=_vendor_browser__babel_runtime_helpers_interopRequireDefault.interopRequireDefault(_vendor_browser__babel_runtime_regenerator_index.regenerator),_asyncToGenerator2=_vendor_browser__babel_runtime_helpers_interopRequireDefault.interopRequireDefault(_vendor_browser__babel_runtime_helpers_asyncToGenerator.asyncToGenerator);function ownKeys(e,r){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);r&&(n=n.filter(function(r){return Object.getOwnPropertyDescriptor(e,r).enumerable})),t.push.apply(t,n)}return t}function _objectSpread(e){for(var r=arguments,t=function(t){var n=null!=r[t]?r[t]:{};t%2?ownKeys(Object(n),!0).forEach(function(r){(0,_defineProperty2.default)(e,r,n[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):ownKeys(Object(n)).forEach(function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(n,r))})},n=1;n<arguments.length;n++)t(n);return e}var dim=function(e){var r,t,n;e.prototype.requestRegCode=(r=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(r){var t,n,a,o;return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:return t={success:!1,errorStatus:500,data:null},e.prev=1,e.next=4,_vendor_browser_axios_index.axios.post(this.api.endpoints.requestRegCode,r,{headers:this.api.headers});case 4:n=e.sent,t={success:!0,errorStatus:void 0,data:n.data},e.next=12;break;case 8:e.prev=8,e.t0=e.catch(1),a=e.t0||{},o=a.response,t.errorStatus=o&&o.status||500;case 12:return e.abrupt(\"return\",t);case 13:case\"end\":return e.stop()}},e,this,[[1,8]])})),function(e){return r.apply(this,arguments)}),e.prototype.authnRegCode=(t=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(r){var t,n,a,o;return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:if(t={success:!1,errorStatus:500,data:null},!r){e.next=13;break}return e.prev=2,e.next=5,_vendor_browser_axios_index.axios.get(\"\".concat(this.api.endpoints.authnRegCode,\"/\").concat(r),{headers:this.api.headers});case 5:n=e.sent,t={success:!0,errorStatus:void 0,data:n.data},e.next=13;break;case 9:e.prev=9,e.t0=e.catch(2),a=e.t0||{},o=a.response,t.errorStatus=o&&o.status||500;case 13:return e.abrupt(\"return\",t);case 14:case\"end\":return e.stop()}},e,this,[[2,9]])})),function(e){return t.apply(this,arguments)}),e.prototype.linkMVPDAuthn=(n=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(r,t){var n,a,o;return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:return n={success:!1,errorStatus:500},e.prev=1,e.next=4,_vendor_browser_axios_index.axios.post(this.api.endpoints.linkMVPDAuthn,{},{headers:_objectSpread({Authorization:r,\"Dim-Authorization\":t},this.api.headers)});case 4:n={success:!0,errorStatus:void 0},e.next=11;break;case 7:e.prev=7,e.t0=e.catch(1),a=e.t0||{},o=a.response,n.errorStatus=o&&o.status||500;case 11:return e.abrupt(\"return\",n);case 12:case\"end\":return e.stop()}},e,this,[[1,7]])})),function(e,r){return n.apply(this,arguments)})};exports.dim=dim;\\n}, {\"938\":938,\"943\":943,\"946\":946,\"952\":952,\"955\":955}];\\nwindow.modules[\"964\"] = [function(require,module,exports){\"use strict\";var _vendor_browser__babel_runtime_helpers_interopRequireDefault=require(946),_vendor_browser__babel_runtime_helpers_defineProperty=require(943),_vendor_browser__babel_runtime_regenerator_index=require(952),_vendor_browser__babel_runtime_helpers_asyncToGenerator=require(938),_vendor_browser_axios_index=require(955),_defineProperty2=_vendor_browser__babel_runtime_helpers_interopRequireDefault.interopRequireDefault(_vendor_browser__babel_runtime_helpers_defineProperty.defineProperty),_regenerator=_vendor_browser__babel_runtime_helpers_interopRequireDefault.interopRequireDefault(_vendor_browser__babel_runtime_regenerator_index.regenerator),_asyncToGenerator2=_vendor_browser__babel_runtime_helpers_interopRequireDefault.interopRequireDefault(_vendor_browser__babel_runtime_helpers_asyncToGenerator.asyncToGenerator);function ownKeys(e,r){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var s=Object.getOwnPropertySymbols(e);r&&(s=s.filter(function(r){return Object.getOwnPropertyDescriptor(e,r).enumerable})),t.push.apply(t,s)}return t}function _objectSpread(e){for(var r=arguments,t=function(t){var s=null!=r[t]?r[t]:{};t%2?ownKeys(Object(s),!0).forEach(function(r){(0,_defineProperty2.default)(e,r,s[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(s)):ownKeys(Object(s)).forEach(function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(s,r))})},s=1;s<arguments.length;s++)t(s);return e}var entitlements=function(e){var r,t,s,a,n,o,u,i,c,p,d;e.prototype.getProducts=(r=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(){var r,t,s,a,n,o;return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:return r={success:!1,errorStatus:500,products:void 0},e.prev=1,e.next=4,_vendor_browser_axios_index.axios.get(this.api.endpoints.productSource,{headers:this.api.headers});case 4:t=e.sent,s=t.data||{},a=s.gizmoProducts,r={success:!0,errorStatus:void 0,products:void 0===a?[]:a},e.next=13;break;case 9:e.prev=9,e.t0=e.catch(1),n=e.t0||{},(o=n.response)&&(r.errorStatus=o.status,r.errors=o.data&&o.data.errors);case 13:return e.abrupt(\"return\",r);case 14:case\"end\":return e.stop()}},e,this,[[1,9]])})),function(){return r.apply(this,arguments)}),e.prototype.getPaymentSources=(t=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(r){var t,s,a,n,o,u;return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:return t={success:!1,errorStatus:500,sources:void 0},e.prev=1,e.next=4,_vendor_browser_axios_index.axios.get(this.api.endpoints.paymentSource,{headers:_objectSpread({Authorization:r},this.api.headers)});case 4:s=e.sent,a=s.data||{},n=a.cards,t={success:!0,errorStatus:void 0,sources:void 0===n?[]:n},e.next=13;break;case 9:e.prev=9,e.t0=e.catch(1),o=e.t0||{},(u=o.response)&&(t.errorStatus=u.status,t.errors=u.data&&u.data.errors);case 13:return e.abrupt(\"return\",t);case 14:case\"end\":return e.stop()}},e,this,[[1,9]])})),function(e){return t.apply(this,arguments)}),e.prototype.addPaymentSource=(s=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(r,t){var s,a,n;return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:return s={success:!1,errorStatus:500},e.prev=1,e.next=4,_vendor_browser_axios_index.axios.post(this.api.endpoints.paymentSource,t,{headers:_objectSpread({Authorization:r},this.api.headers)});case 4:s={success:!0,errorStatus:void 0},e.next=11;break;case 7:e.prev=7,e.t0=e.catch(1),a=e.t0||{},(n=a.response)&&(s.errorStatus=n.status,s.errors=n.data&&n.data.errors);case 11:return e.abrupt(\"return\",s);case 12:case\"end\":return e.stop()}},e,this,[[1,7]])})),function(e,r){return s.apply(this,arguments)}),e.prototype.updateSubPaymentSource=(a=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(r,t,s){var a,n,o;return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:return a={success:!1,errorStatus:500},e.prev=1,e.next=4,_vendor_browser_axios_index.axios.post(this.api.endpoints.updatePaymentSource,{oldSourceId:t,newSourceId:s},{headers:_objectSpread({Authorization:r},this.api.headers)});case 4:a={success:!0,errorStatus:void 0},e.next=11;break;case 7:e.prev=7,e.t0=e.catch(1),n=e.t0||{},(o=n.response)&&(a.errorStatus=o.status,a.errors=o.data&&o.data.errors);case 11:return e.abrupt(\"return\",a);case 12:case\"end\":return e.stop()}},e,this,[[1,7]])})),function(e,r,t){return a.apply(this,arguments)}),e.prototype.addPurchase=(n=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(r,t){var s,a,n;return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:return s={success:!1,errorStatus:500},e.prev=1,e.next=4,_vendor_browser_axios_index.axios.post(this.api.endpoints.purchaseSource,t,{headers:_objectSpread({Authorization:r},this.api.headers)});case 4:s={success:!0,errorStatus:void 0},e.next=11;break;case 7:e.prev=7,e.t0=e.catch(1),a=e.t0||{},(n=a.response)&&(s.errorStatus=n.status,s.errors=n.data&&n.data.errors);case 11:return e.abrupt(\"return\",s);case 12:case\"end\":return e.stop()}},e,this,[[1,7]])})),function(e,r){return n.apply(this,arguments)}),e.prototype.getSub=(o=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(r){var t,s,a,n,o,u;return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:return t={success:!1,errorStatus:500,sources:void 0},e.prev=1,e.next=4,_vendor_browser_axios_index.axios.get(this.api.endpoints.getSub,{headers:_objectSpread({Authorization:r},this.api.headers)});case 4:s=e.sent,a=s.data||{},n=a.subscriptions,t={success:!0,errorStatus:void 0,subscriptions:n},e.next=13;break;case 9:e.prev=9,e.t0=e.catch(1),o=e.t0||{},(u=o.response)&&(t.errorStatus=u.status,t.errors=u.data&&u.data.errors);case 13:return e.abrupt(\"return\",t);case 14:case\"end\":return e.stop()}},e,this,[[1,9]])})),function(e){return o.apply(this,arguments)}),e.prototype.getActiveSub=(u=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(r){var t,s,a,n,o,u;return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:return t={success:!1,errorStatus:500,sources:void 0},e.prev=1,e.next=4,_vendor_browser_axios_index.axios.get(this.api.endpoints.getActiveSub,{headers:_objectSpread({Authorization:r},this.api.headers)});case 4:s=e.sent,a=s.data||{},n=a.subscriptions,t={success:!0,errorStatus:void 0,subscriptions:n},e.next=13;break;case 9:e.prev=9,e.t0=e.catch(1),o=e.t0||{},(u=o.response)&&(t.errorStatus=u.status,t.errors=u.data&&u.data.errors);case 13:return e.abrupt(\"return\",t);case 14:case\"end\":return e.stop()}},e,this,[[1,9]])})),function(e){return u.apply(this,arguments)}),e.prototype.cancelSub=(i=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(r,t){var s,a,n;return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:return s={success:!1,errorStatus:500},e.prev=1,e.next=4,_vendor_browser_axios_index.axios.post(this.api.endpoints.cancelSub.replace(\":subId\",t),null,{headers:_objectSpread({Authorization:r},this.api.headers)});case 4:s={success:!0,errorStatus:void 0},e.next=11;break;case 7:e.prev=7,e.t0=e.catch(1),a=e.t0||{},(n=a.response)&&(s.errorStatus=n.status,s.errors=n.data&&n.data.errors);case 11:return e.abrupt(\"return\",s);case 12:case\"end\":return e.stop()}},e,this,[[1,7]])})),function(e,r){return i.apply(this,arguments)}),e.prototype.getPreAuthEntitlements=(c=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(r,t){var s,a,n,o,u,i;return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:if(s={success:!1,errorStatus:500,preAuthorizedEntitlements:void 0},!(a=this.getEncodedItem(\"preauthz\"))||!0===t){e.next=6;break}s={success:!0,errorStatus:void 0,preAuthorizedEntitlements:a},e.next=20;break;case 6:return e.prev=6,n=_objectSpread({Authorization:r},this.api.headers),e.next=10,_vendor_browser_axios_index.axios.post(this.api.endpoints.preAuthSource,null,{headers:n});case 10:o=e.sent,(a=o&&o.data.preAuthorizedEntitlements||[]).length&&this.storeEncodedItem({key:\"preauthz\",value:a,ttl:a[0].expirationTimeMillis-(new Date).getTime()}),s={success:!0,errorStatus:void 0,preAuthorizedEntitlements:a},e.next=20;break;case 16:e.prev=16,e.t0=e.catch(6),u=e.t0||{},i=u.response,s.errorStatus=i&&i.status||500;case 20:return e.abrupt(\"return\",s);case 21:case\"end\":return e.stop()}},e,this,[[6,16]])})),function(e,r){return c.apply(this,arguments)}),e.prototype.getAuthZTokens=(p=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(r,t,s){var a,n,o,u,i;return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:return a={success:!1,errorStatus:500,results:[]},e.prev=1,e.next=4,this.getPreAuthEntitlements(t,s);case 4:return n=e.sent.preAuthorizedEntitlements,e.next=7,_vendor_browser_axios_index.axios.post(this.api.endpoints.getAuthZTokens,{organization:\"cnn\",mediaIds:r,preAuthzs:n},{headers:this.api.headers});case 7:o=e.sent,a={success:!0,errorStatus:void 0,results:o.data.results},e.next=15;break;case 11:e.prev=11,e.t0=e.catch(1),u=e.t0||{},i=u.response,a.errorStatus=i&&i.status||500;case 15:return e.abrupt(\"return\",a);case 16:case\"end\":return e.stop()}},e,this,[[1,11]])})),function(e,r,t){return p.apply(this,arguments)}),e.prototype.productCheck=(d=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(r,t){var s,a,n,o;return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:return s={success:!1,errorStatus:500,data:[]},e.prev=1,e.next=4,_vendor_browser_axios_index.axios.post(this.api.endpoints.productCheck,{brand:\"CNN\",skus:r,userId:t},{headers:this.api.headers});case 4:a=e.sent,s={success:!0,errorStatus:void 0,data:a.data},e.next=12;break;case 8:e.prev=8,e.t0=e.catch(1),n=e.t0||{},o=n.response,s.errorStatus=o&&o.status||500;case 12:return e.abrupt(\"return\",s);case 13:case\"end\":return e.stop()}},e,this,[[1,8]])})),function(e,r){return d.apply(this,arguments)})};exports.entitlements=entitlements;\\n}, {\"938\":938,\"943\":943,\"946\":946,\"952\":952,\"955\":955}];\\nwindow.modules[\"965\"] = [function(require,module,exports){(function (process){(function (){\\n\"use strict\";var _vendor_browser__commonjsHelpers=require(937);function _instanceof(t,e){return null!=e&&\"undefined\"!=typeof Symbol&&e[Symbol.hasInstance]?!!e[Symbol.hasInstance](t):t instanceof e}var _typeof=function(t){return t&&\"undefined\"!=typeof Symbol&&t.constructor===Symbol?\"symbol\":typeof t},es6Promise=_vendor_browser__commonjsHelpers.createCommonjsModule(function(t,e){_vendor_browser__commonjsHelpers.commonjsGlobal,t.exports=function(){var t,e,n,r,o=function(t){return\"function\"==typeof t},i=function(){var t=setTimeout;return function(){return t(s,1)}},s=function(){for(var t=0;t<S;t+=2){var e=q[t],n=q[t+1];e(n),q[t]=void 0,q[t+1]=void 0}S=0},u=function(t,e){var n=this,r=new this.constructor(a);void 0===r[G]&&w(r);var o=n._state;if(o){var i=arguments[o-1];M(function(){return m(o,r,i,n._result)})}else p(n,r,t,e);return r},c=function(t){if(t&&\"object\"==typeof t&&t.constructor===this)return t;var e=new this(a);return f(e,t),e},a=function(){},l=function(t,e,n){e.constructor===t.constructor&&n===u&&e.constructor.resolve===c?function(t,e){e._state===k?_(t,e._result):e._state===I?v(t,e._result):p(e,void 0,function(e){return f(t,e)},function(e){return v(t,e)})}(t,e):void 0===n?_(t,e):o(n)?function(t,e,n){M(function(t){var r=!1,o=function(t,e,n,r){try{t.call(e,n,r)}catch(t){return t}}(n,e,function(n){r||(r=!0,e!==n?f(t,n):_(t,n))},function(e){r||(r=!0,v(t,e))},t._label);!r&&o&&(r=!0,v(t,o))},t)}(t,e,n):_(t,e)},f=function(t,e){if(t===e)v(t,new TypeError(\"You cannot resolve a promise with itself\"));else if(o=void 0===(r=e)?\"undefined\":_typeof(r),null===r||\"object\"!==o&&\"function\"!==o)_(t,e);else{var n=void 0;try{n=e.then}catch(e){return void v(t,e)}l(t,e,n)}var r,o},h=function(t){t._onerror&&t._onerror(t._result),d(t)},_=function(t,e){t._state===Y&&(t._result=e,t._state=k,0!==t._subscribers.length&&M(d,t))},v=function(t,e){t._state===Y&&(t._state=I,t._result=e,M(h,t))},p=function(t,e,n,r){var o=t._subscribers,i=o.length;t._onerror=null,o[i]=e,o[i+k]=n,o[i+I]=r,0===i&&t._state&&M(d,t)},d=function(t){var e=t._subscribers,n=t._state;if(0!==e.length){for(var r=void 0,o=void 0,i=t._result,s=0;s<e.length;s+=3)r=e[s],o=e[s+n],r?m(n,r,o,i):o(i);t._subscribers.length=0}},m=function(t,e,n,r){var i=o(n),s=void 0,u=void 0,c=!0;if(i){try{s=n(r)}catch(t){c=!1,u=t}if(e===s)return void v(e,new TypeError(\"A promises callback cannot return that same promise.\"))}else s=r;e._state!==Y||(i&&c?f(e,s):!1===c?v(e,u):t===k?_(e,s):t===I&&v(e,s))},y=function(t,e){try{e(function(e){f(t,e)},function(e){v(t,e)})}catch(e){v(t,e)}},b=function(){return D++},w=function(t){t[G]=D++,t._state=void 0,t._result=void 0,t._subscribers=[]},g=function(){throw new TypeError(\"You must pass a resolver function as the first argument to the promise constructor\")},j=function(){throw new TypeError(\"Failed to construct \\'Promise\\': Please use the \\'new\\' operator, this object constructor cannot be called as a function.\")},A=Array.isArray?Array.isArray:function(t){return\"[object Array]\"===Object.prototype.toString.call(t)},S=0,E=void 0,P=void 0,M=function(t,e){q[S]=t,q[S+1]=e,2===(S+=2)&&(P?P(s):F())},T=\"undefined\"!=typeof window?window:void 0,C=T||{},H=C.MutationObserver||C.WebKitMutationObserver,x=\"undefined\"==typeof self&&\"undefined\"!=typeof process&&\"[object process]\"==={}.toString.call(process),O=\"undefined\"!=typeof Uint8ClampedArray&&\"undefined\"!=typeof importScripts&&\"undefined\"!=typeof MessageChannel,q=new Array(1e3),F=void 0;x?F=function(){return process.nextTick(s)}:H?(e=0,n=new H(s),r=document.createTextNode(\"\"),n.observe(r,{characterData:!0}),F=function(){r.data=e=++e%2}):O?((t=new MessageChannel).port1.onmessage=s,F=function(){return t.port2.postMessage(0)}):F=void 0===T&&\"function\"==typeof _vendor_browser__commonjsHelpers.commonjsRequire?function(){try{var t=Function(\"return this\")().require(\"vertx\");return void 0!==(E=t.runOnLoop||t.runOnContext)?function(){E(s)}:i()}catch(t){return i()}}():i();var G=Math.random().toString(36).substring(2),Y=void 0,k=1,I=2,D=0,K=function(){var t=function(t,e){this._instanceConstructor=t,this.promise=new t(a),this.promise[G]||w(this.promise),A(e)?(this.length=e.length,this._remaining=e.length,this._result=new Array(this.length),0===this.length?_(this.promise,this._result):(this.length=this.length||0,this._enumerate(e),0===this._remaining&&_(this.promise,this._result))):v(this.promise,new Error(\"Array Methods must be provided an Array\"))};return t.prototype._enumerate=function(t){for(var e=0;this._state===Y&&e<t.length;e++)this._eachEntry(t[e],e)},t.prototype._eachEntry=function(t,e){var n=this._instanceConstructor,r=n.resolve;if(r===c){var o=void 0,i=void 0,s=!1;try{o=t.then}catch(t){s=!0,i=t}if(o===u&&t._state!==Y)this._settledAt(t._state,e,t._result);else if(\"function\"!=typeof o)this._remaining--,this._result[e]=t;else if(n===L){var f=new n(a);s?v(f,i):l(f,t,o),this._willSettleAt(f,e)}else this._willSettleAt(new n(function(e){return e(t)}),e)}else this._willSettleAt(r(t),e)},t.prototype._settledAt=function(t,e,n){var r=this.promise;r._state===Y&&(this._remaining--,t===I?v(r,n):this._result[e]=n),0===this._remaining&&_(r,this._result)},t.prototype._willSettleAt=function(t,e){var n=this;p(t,void 0,function(t){return n._settledAt(k,e,t)},function(t){return n._settledAt(I,e,t)})},t}(),L=function(){function t(e){this[G]=b(),this._result=this._state=void 0,this._subscribers=[],a!==e&&(\"function\"!=typeof e&&g(),_instanceof(this,t)?y(this,e):j())}return t.prototype.catch=function(t){return this.then(null,t)},t.prototype.finally=function(t){var e=this.constructor;return o(t)?this.then(function(n){return e.resolve(t()).then(function(){return n})},function(n){return e.resolve(t()).then(function(){throw n})}):this.then(t,t)},t}();return L.prototype.then=u,L.all=function(t){return new K(this,t).promise},L.race=function(t){var e=this;return A(t)?new e(function(n,r){for(var o=t.length,i=0;i<o;i++)e.resolve(t[i]).then(n,r)}):new e(function(t,e){return e(new TypeError(\"You must pass an array to race.\"))})},L.resolve=c,L.reject=function(t){var e=new this(a);return v(e,t),e},L._setScheduler=function(t){P=t},L._setAsap=function(t){M=t},L._asap=M,L.polyfill=function(){var t=void 0;if(void 0!==_vendor_browser__commonjsHelpers.commonjsGlobal)t=_vendor_browser__commonjsHelpers.commonjsGlobal;else if(\"undefined\"!=typeof self)t=self;else try{t=Function(\"return this\")()}catch(t){throw new Error(\"polyfill failed because global object is unavailable in this environment\")}var e=t.Promise;if(e){var n=null;try{n=Object.prototype.toString.call(e.resolve())}catch(t){}if(\"[object Promise]\"===n&&!e.cast)return}t.Promise=L},L.Promise=L,L}()});exports.es6Promise=es6Promise;\\n\\n}).call(this)}).call(this,require(221))}, {\"221\":221,\"937\":937}];\\nwindow.modules[\"966\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_base64url_index=require(960),_vendor_browser__cnnprivate_zionMessagebus_dist_ZionMessageBus=require(971),ZionMessageBus=_vendor_browser__cnnprivate_zionMessagebus_dist_ZionMessageBus.ZionMessageBus_1.ZionMessageBus,zion=function(o){o.prototype.trackZionData=function(o){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:3,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:100;if(window.zion_analytics)window.zion_analytics.track(o);else if(e>0){var i=this;setTimeout(function(){i.trackZionData(o,e-1,10*n)},n)}return o},o.prototype.zionEventWrapper=function(o,e){var n=window&&window.ZION_SDK;if(n&&n[o])try{this.trackZionData(new window.ZION_SDK[o](e))}catch(o){console.log(\"DaltonSDK Error: could not send event to Zion analytics: \".concat(o))}},o.prototype.publishZionData=function(o){try{\"undefined\"!=typeof window&&o&&\"\"!==o&&(window.bus=ZionMessageBus.getInstance(),window.bus.publish(\"id_found\",{type:this.api.uuidName,value:o}))}catch(o){console.log(\"DaltonSDK Error publishing to to Zion bus: \".concat(o.message))}},o.prototype.storeUID=function(o,e){try{if(\"undefined\"!=typeof window&&o&&\"\"!==o){var n=_vendor_browser_base64url_index.base64url(o),i=\"\".concat(this.api.cookieUID.name,\"=\").concat(n,\"; \").concat(this.api.cookieUID.base);if(e){var t=new Date;Number.isNaN(t.setDate(t.getDate()+e))||(i=\"\".concat(i,\" expires=\").concat(t.toUTCString()))}\"localhost\"===window.location.hostname&&(i=i.replace(\" secure;\",\"\")),window.document.cookie=i}}catch(o){console.log(\"DaltonSDK Error storing uid: \".concat(o))}},o.prototype.getStoredUID=function(){try{var o=new RegExp(\"(?:(?:^|.*;\\\\\\\\s*)\".concat(this.api.cookieUID.name,\"\\\\\\\\s*\\\\\\\\=\\\\\\\\s*([^;]*).*$)|^.*$\")),e=window.document.cookie.replace(o,\"$1\");return _vendor_browser_base64url_index.base64url.decode(e)}catch(o){return void console.log(\"DaltonSDK Error retrieving uid\")}},o.prototype.removeUID=function(){try{if(\"undefined\"!=typeof window){window.document.cookie=\"\".concat(this.api.cookieUID.name,\"=; \").concat(this.api.cookieUID.base,\" \").concat(\"expires=Thu, 01 Jan 1970 00:00:00 GMT\")}}catch(o){console.log(\"DaltonSDK Error removing uid\")}}};exports.zion=zion;\\n}, {\"960\":960,\"971\":971}];\\nwindow.modules[\"967\"] = [function(require,module,exports){\"use strict\";var _vendor_browser__babel_runtime_helpers_interopRequireDefault=require(946),_vendor_browser__babel_runtime_helpers_typeof=require(949),_vendor_browser__babel_runtime_regenerator_index=require(952),_vendor_browser__babel_runtime_helpers_defineProperty=require(943),_vendor_browser__babel_runtime_helpers_asyncToGenerator=require(938),_vendor_browser_axios_index=require(955),_vendor_browser__cnnprivate_zionDaltonSdk_dist_errors_SDKError=require(956),_typeof2=_vendor_browser__babel_runtime_helpers_interopRequireDefault.interopRequireDefault(_vendor_browser__babel_runtime_helpers_typeof._typeof_1),_regenerator=_vendor_browser__babel_runtime_helpers_interopRequireDefault.interopRequireDefault(_vendor_browser__babel_runtime_regenerator_index.regenerator),_defineProperty2=_vendor_browser__babel_runtime_helpers_interopRequireDefault.interopRequireDefault(_vendor_browser__babel_runtime_helpers_defineProperty.defineProperty),_asyncToGenerator2=_vendor_browser__babel_runtime_helpers_interopRequireDefault.interopRequireDefault(_vendor_browser__babel_runtime_helpers_asyncToGenerator.asyncToGenerator);function ownKeys(e,r){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);r&&(n=n.filter(function(r){return Object.getOwnPropertyDescriptor(e,r).enumerable})),t.push.apply(t,n)}return t}function _objectSpread(e){for(var r=arguments,t=function(t){var n=null!=r[t]?r[t]:{};t%2?ownKeys(Object(n),!0).forEach(function(r){(0,_defineProperty2.default)(e,r,n[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):ownKeys(Object(n)).forEach(function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(n,r))})},n=1;n<arguments.length;n++)t(n);return e}var preferences=function(e){var r,t,n,o,a=function(e){r=6e4*e;var t=localStorage.getItem(i),n=JSON.parse(t);return!!n&&(n.ttl-Date.now()>0&&n)},s=function(e){\"undefined\"!=typeof window&&(e.ttl=Date.now()+r,window.localStorage.setItem(i,JSON.stringify(e)))},i=\"dalton.preferences\";e.prototype.preferences=(t=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(r){var t,n,o,i,_=arguments;return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:if(t=_.length>1&&void 0!==_[1]?_[1]:{bypassCache:!1,ttlMinutesOverride:10},\"string\"==typeof r&&0!==r.trim().length){e.next=3;break}throw new _vendor_browser__cnnprivate_zionDaltonSdk_dist_errors_SDKError.SDKError_1(\"accessToken field is required\");case 3:return e.next=5,a(t.ttlMinutesOverride||10);case 5:if(!(n=e.sent)||t.bypassCache){e.next=8;break}return e.abrupt(\"return\",n);case 8:return e.prev=8,o=_objectSpread({Authorization:r},this.api.headers),e.next=12,_vendor_browser_axios_index.axios.get(this.api.endpoints.preferences,{headers:o});case 12:return i=e.sent,s(i.data),e.abrupt(\"return\",i.data);case 17:throw e.prev=17,e.t0=e.catch(8),e.t0.response;case 20:case\"end\":return e.stop()}},e,this,[[8,17]])})),function(e){return t.apply(this,arguments)}),e.prototype.updatePreferencesV2=(n=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(r,t,n){var o,a,i,_,p,c,u;return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:if(\"string\"==typeof r&&0!==r.trim().length){e.next=2;break}throw new _vendor_browser__cnnprivate_zionDaltonSdk_dist_errors_SDKError.SDKError_1(\"collection field is required\");case 2:if(Array.isArray(t)){e.next=4;break}throw new _vendor_browser__cnnprivate_zionDaltonSdk_dist_errors_SDKError.SDKError_1(\"selection Array is required\");case 4:if(\"string\"==typeof n&&0!==n.trim().length){e.next=6;break}throw new _vendor_browser__cnnprivate_zionDaltonSdk_dist_errors_SDKError.SDKError_1(\"accessToken field is required\");case 6:return e.prev=6,a={collection:r,selections:t},e.next=10,this.preferences(n,{bypassCache:!0});case 10:return i=e.sent,(_=i.preferences)?(p=!1,o=_.map(function(e){return e.collection===r?(p=!0,a):e}),p||o.push(a)):o=[a],c={preferences:o},e.prev=14,u=_objectSpread({Authorization:n},this.api.headers),e.next=18,_vendor_browser_axios_index.axios.put(this.api.endpoints.preferences,c,{headers:u});case 18:return e.next=20,s(c);case 20:return e.abrupt(\"return\");case 23:throw e.prev=23,e.t0=e.catch(14),e.t0.response;case 26:e.next=31;break;case 28:throw e.prev=28,e.t1=e.catch(6),e.t1.response;case 31:case\"end\":return e.stop()}},e,this,[[6,28],[14,23]])})),function(e,r,t){return n.apply(this,arguments)}),e.prototype.updatePreferences=(o=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(r,t){var n;return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:if(console.warn(\"[DaltonSDK deprecated method warning] The updatePreferences method is un-safe and should be replaced with the updatePreferencesV2 call!!\"),r&&\"object\"===(0,_typeof2.default)(r)){e.next=3;break}throw new _vendor_browser__cnnprivate_zionDaltonSdk_dist_errors_SDKError.SDKError_1(\"Missing data object\");case 3:if(\"string\"==typeof t&&0!==t.trim().length){e.next=5;break}throw new _vendor_browser__cnnprivate_zionDaltonSdk_dist_errors_SDKError.SDKError_1(\"accessToken field is required\");case 5:return e.prev=5,n=_objectSpread({Authorization:t},this.api.headers),e.next=9,_vendor_browser_axios_index.axios.put(this.api.endpoints.preferences,r,{headers:n});case 9:return e.abrupt(\"return\");case 12:throw e.prev=12,e.t0=e.catch(5),e.t0.response;case 15:case\"end\":return e.stop()}},e,this,[[5,12]])})),function(e,r){return o.apply(this,arguments)})};exports.preferences=preferences;\\n}, {\"938\":938,\"943\":943,\"946\":946,\"949\":949,\"952\":952,\"955\":955,\"956\":956}];\\nwindow.modules[\"968\"] = [function(require,module,exports){\"use strict\";var util=function(t){t.prototype.storeEncodedItem=function(t){var e=t.key,n=t.value,r=t.ttl,o=r?{value:n,expiry:(new Date).getTime()+r}:n,a=\"string\"!=typeof o?JSON.stringify(o):o,i=btoa(a),c=window.location.hostname.replace(\"www.\",\"\"),l=c.substr(0,c.indexOf(\".\")),u=\"\";(\"plus.stellar.cnn.com\"===c||\"cnn\"!==l&&\"us\"!==l&&\"edition\"!==l&&\"arabic\"!==l&&\"cnnespanol\"!==l&&\"plus\"!==l&&\"plus-test\"!==l)&&(u=\"_\".concat(l||c));var s=\"\".concat(e).concat(u);return localStorage.setItem(s,i),{storageName:s,encodedValue:i}},t.prototype.getEncodedItem=function(t){var e=Object.keys(localStorage).find(function(e){return e.includes(t||\"\".concat(t,\"_\"))}),n=localStorage.getItem(e);if(!n)return null;var r=atob(n),o=\"\";try{o=JSON.parse(r)}catch(t){o=r}var a=o.expiry;return!a||a>(new Date).getTime()?o.value||o:null},t.prototype.removeEncodedItem=function(t){localStorage.removeItem(Object.keys(localStorage).find(function(e){return e.includes(t||\"\".concat(t,\"_\"))}))},t.prototype.validPassword=function(t){if(\"string\"==typeof t){var e=t.trim();return e.length>0&&e.length<=this.api.maxInputLength&&null!==e.match(this.api.passwordPolicy)}return!1},t.prototype.validLength=function(t){if(\"string\"==typeof t){var e=t.trim();return e.length>0&&e.length<=this.api.maxInputLength}return!1}};exports.util=util;\\n}, {}];\\nwindow.modules[\"969\"] = [function(require,module,exports){\"use strict\";var _vendor_browser__babel_runtime_helpers_interopRequireDefault=require(946),_vendor_browser__babel_runtime_helpers_defineProperty=require(943),_vendor_browser__babel_runtime_regenerator_index=require(952),_vendor_browser__babel_runtime_helpers_asyncToGenerator=require(938),_vendor_browser__babel_runtime_helpers_typeof=require(949),_vendor_browser_axios_index=require(955),_vendor_browser__cnnprivate_zionCommon_dist_compat_Object_index=require(953),_vendor_browser__cnnprivate_zionDaltonSdk_dist_errors_SDKError=require(956),_defineProperty2=_vendor_browser__babel_runtime_helpers_interopRequireDefault.interopRequireDefault(_vendor_browser__babel_runtime_helpers_defineProperty.defineProperty),_regenerator=_vendor_browser__babel_runtime_helpers_interopRequireDefault.interopRequireDefault(_vendor_browser__babel_runtime_regenerator_index.regenerator),_asyncToGenerator2=_vendor_browser__babel_runtime_helpers_interopRequireDefault.interopRequireDefault(_vendor_browser__babel_runtime_helpers_asyncToGenerator.asyncToGenerator),_typeof2=_vendor_browser__babel_runtime_helpers_interopRequireDefault.interopRequireDefault(_vendor_browser__babel_runtime_helpers_typeof._typeof_1);function ownKeys(e,r){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);r&&(n=n.filter(function(r){return Object.getOwnPropertyDescriptor(e,r).enumerable})),t.push.apply(t,n)}return t}function _objectSpread(e){for(var r=arguments,t=function(t){var n=null!=r[t]?r[t]:{};t%2?ownKeys(Object(n),!0).forEach(function(r){(0,_defineProperty2.default)(e,r,n[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):ownKeys(Object(n)).forEach(function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(n,r))})},n=1;n<arguments.length;n++)t(n);return e}var getValues=_vendor_browser__cnnprivate_zionCommon_dist_compat_Object_index._Object.getValues,getEntries=_vendor_browser__cnnprivate_zionCommon_dist_compat_Object_index._Object.getEntries,fromEntries=_vendor_browser__cnnprivate_zionCommon_dist_compat_Object_index._Object.fromEntries,VERTICALS={BUSINESS:\"business\",CORE:\"core\",ENTERTAINMENT:\"entertainment\",HEALTH:\"health\",DTC:\"dtc\",POLITICS:\"politics\",SPORT:\"sport\",STYLE:\"style\",TRAVEL:\"travel\",WORLD:\"world\"};function checkAccessToken(e){if(\"string\"!=typeof e||0===e.trim().length)throw new _vendor_browser__cnnprivate_zionDaltonSdk_dist_errors_SDKError.SDKError_1(\"access token should be a non-empty string\")}function checkNamespace(e){if(\"string\"!=typeof e||\"\"!==e&&!getValues(VERTICALS).includes(e))throw new _vendor_browser__cnnprivate_zionDaltonSdk_dist_errors_SDKError.SDKError_1(\"namespace should be empty string or one of: \".concat(getValues(VERTICALS)))}function checkAttributes(e){if(\"object\"!==(0,_typeof2.default)(e))throw new _vendor_browser__cnnprivate_zionDaltonSdk_dist_errors_SDKError.SDKError_1(\"attributes should be an object\");getEntries(e).forEach(function(e){var r=e[0],t=e[1];if(\"string\"!=typeof r||0===r.trim().length)throw new _vendor_browser__cnnprivate_zionDaltonSdk_dist_errors_SDKError.SDKError_1(\"attribute key should be a non-empty string\");if(\"string\"!=typeof t)throw new _vendor_browser__cnnprivate_zionDaltonSdk_dist_errors_SDKError.SDKError_1(\"attribute value should be a string\")})}function namespaceObject(e){var r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:\"\";return r?fromEntries(getEntries(e).map(function(e){return[\"\".concat(r,\"_\").concat(e[0]),e[1]]})):e}function filterObjectByNamespace(e){var r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:\"\";return fromEntries(getEntries(e).filter(function(e){return e[0].startsWith(r)}))}var attributes=function(e){var r,t,n;e.prototype.getAttributes=(r=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(r){var t,n=arguments;return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:return t=n.length>1&&void 0!==n[1]?n[1]:\"\",e.next=3,this.setAttributes(r,{},t);case 3:return e.abrupt(\"return\",e.sent);case 4:case\"end\":return e.stop()}},e,this)})),function(e){return r.apply(this,arguments)}),e.prototype.setAttributes=(t=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(r,t){var n,o,i,_,s,a,c=arguments;return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:return n=c.length>2&&void 0!==c[2]?c[2]:\"\",checkAccessToken(r),checkAttributes(t),checkNamespace(n),o=namespaceObject(t,n),i={attributes:{cnn:o}},_=_objectSpread({Authorization:r},this.api.headers),e.next=9,_vendor_browser_axios_index.axios.post(this.api.endpoints.attributes,i,{headers:_});case 9:return s=e.sent,a=s.data.userProfileResponses.cnn.attributes,e.abrupt(\"return\",filterObjectByNamespace(a,n));case 12:case\"end\":return e.stop()}},e,this)})),function(e,r){return t.apply(this,arguments)}),e.prototype.getPublicAttr=(n=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(r,t,n){var o,i,_,s;return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:return console.log(\"calling from attributes js\"),\"cnn.\",i={tids:t,attributes:\"\".concat(\"cnn.\").concat(n)},console.log(i),e.prev=4,checkAccessToken(r),_=_objectSpread({Authorization:r},this.api.headers),e.next=9,_vendor_browser_axios_index.axios.get(this.api.endpoints.getPublicAttr,i,{headers:_});case 9:s=e.sent,o=s.data,console.log(s),e.next=17;break;case 14:e.prev=14,e.t0=e.catch(4),console.log(e.t0);case 17:return e.abrupt(\"return\",o);case 18:case\"end\":return e.stop()}},e,this,[[4,14]])})),function(e,r,t){return n.apply(this,arguments)})};exports.attributes=attributes;\\n}, {\"938\":938,\"943\":943,\"946\":946,\"949\":949,\"952\":952,\"953\":953,\"955\":955,\"956\":956}];\\nwindow.modules[\"970\"] = [function(require,module,exports){\"use strict\";var _vendor_browser__babel_runtime_helpers_interopRequireDefault=require(946),_vendor_browser__babel_runtime_helpers_typeof=require(949),_vendor_browser__babel_runtime_regenerator_index=require(952),_vendor_browser__babel_runtime_helpers_defineProperty=require(943),_vendor_browser__babel_runtime_helpers_asyncToGenerator=require(938),_vendor_browser_axios_index=require(955),_vendor_browser__cnnprivate_zionDaltonSdk_dist_errors_SDKError=require(956),_typeof2=_vendor_browser__babel_runtime_helpers_interopRequireDefault.interopRequireDefault(_vendor_browser__babel_runtime_helpers_typeof._typeof_1),_regenerator=_vendor_browser__babel_runtime_helpers_interopRequireDefault.interopRequireDefault(_vendor_browser__babel_runtime_regenerator_index.regenerator),_defineProperty2=_vendor_browser__babel_runtime_helpers_interopRequireDefault.interopRequireDefault(_vendor_browser__babel_runtime_helpers_defineProperty.defineProperty),_asyncToGenerator2=_vendor_browser__babel_runtime_helpers_interopRequireDefault.interopRequireDefault(_vendor_browser__babel_runtime_helpers_asyncToGenerator.asyncToGenerator);function ownKeys(e,r){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);r&&(n=n.filter(function(r){return Object.getOwnPropertyDescriptor(e,r).enumerable})),t.push.apply(t,n)}return t}function _objectSpread(e){for(var r=arguments,t=function(t){var n=null!=r[t]?r[t]:{};t%2?ownKeys(Object(n),!0).forEach(function(r){(0,_defineProperty2.default)(e,r,n[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):ownKeys(Object(n)).forEach(function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(n,r))})},n=1;n<arguments.length;n++)t(n);return e}var newsletter=function(e){var r,t,n,s,o,a;e.prototype.subscriptions=(r=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(r){var t,n;return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:if(\"string\"==typeof r&&0!==r.trim().length){e.next=2;break}throw new _vendor_browser__cnnprivate_zionDaltonSdk_dist_errors_SDKError.SDKError_1(\"accessToken field is required\");case 2:return e.prev=2,t=_objectSpread({Authorization:r},this.api.headers),e.next=6,_vendor_browser_axios_index.axios.get(this.api.endpoints.subscriptions,{headers:t});case 6:return n=e.sent,e.abrupt(\"return\",n.data);case 10:throw e.prev=10,e.t0=e.catch(2),e.t0.response;case 13:case\"end\":return e.stop()}},e,this,[[2,10]])})),function(e){return r.apply(this,arguments)}),e.prototype.subscriptionsForUnauthenticated=(t=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(r){var t;return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:if(\"string\"==typeof r&&0!==r.trim().length){e.next=2;break}throw new _vendor_browser__cnnprivate_zionDaltonSdk_dist_errors_SDKError.SDKError_1(\"managedToken field is required\");case 2:return e.prev=2,e.next=5,_vendor_browser_axios_index.axios.get(this.api.endpoints.subscriptionsAuthtoken,{params:{managedToken:r},headers:this.api.headers});case 5:return t=e.sent,e.abrupt(\"return\",this.subscriptions(t.data));case 9:throw e.prev=9,e.t0=e.catch(2),e.t0.response;case 12:case\"end\":return e.stop()}},e,this,[[2,9]])})),function(e){return t.apply(this,arguments)}),e.prototype.subscribe=(n=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(r,t){var n,s,o,a,i,_,c,u;return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:if(r&&\"object\"===(0,_typeof2.default)(r)){e.next=2;break}throw new _vendor_browser__cnnprivate_zionDaltonSdk_dist_errors_SDKError.SDKError_1(\"Missing data object\");case 2:if(this.validLength(r.email)){e.next=4;break}throw new _vendor_browser__cnnprivate_zionDaltonSdk_dist_errors_SDKError.SDKError_1(\"data.email field is required and should have the correct length\");case 4:if(r.newsletters&&0!==r.newsletters.length){e.next=6;break}throw new _vendor_browser__cnnprivate_zionDaltonSdk_dist_errors_SDKError.SDKError_1(\"data.newsletters field is required\");case 6:for(e.prev=6,n=[],(s=r).emailAddress=r.email.trim(),o=t?_objectSpread({Authorization:t},this.api.headers):this.api.headers,a=0;a<r.newsletters.length;a++)n.push(r.newsletters[a]);return e.next=14,_vendor_browser_axios_index.axios.post(this.api.endpoints.subscriptionsAdd,s,{headers:o});case 14:if(\"undefined\"!=typeof window)try{i=!1,_=\"not-registered\",t?(c=new RegExp(this.api.authn,\"g\"),\"synthetics.dtdg.co\",u=new RegExp(\"synthetics.dtdg.co\",\"g\"),t.match(c)&&(_=this.getStoredUID()),s.emailAddress.match(u)&&(i=!0)):console.log(\"DaltonSDK Error: subscribe not passed access token, assuming unauthenticated user.\"),this.zionEventWrapper(\"NewsletterSubscribed\",{cnn_uid:_,brand:\"CNN\",canonical_url:window.location.href,newsletter_name:n,newsletter_count:r.newsletters.length,synthetic:i})}catch(e){console.log(\"DaltonSDK Error: could not send event to Zion analytics: \".concat(e))}return e.abrupt(\"return\");case 18:throw e.prev=18,e.t0=e.catch(6),e.t0.response;case 21:case\"end\":return e.stop()}},e,this,[[6,18]])})),function(e,r){return n.apply(this,arguments)}),e.prototype.unsubscribe=(s=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(r,t){var n,s,o,a,i,_,c,u;return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:if(r&&\"object\"===(0,_typeof2.default)(r)){e.next=2;break}throw new _vendor_browser__cnnprivate_zionDaltonSdk_dist_errors_SDKError.SDKError_1(\"Missing data object\");case 2:if(this.validLength(r.email)){e.next=4;break}throw new _vendor_browser__cnnprivate_zionDaltonSdk_dist_errors_SDKError.SDKError_1(\"data.email field is required and should have the correct length\");case 4:if(r.newsletters&&0!==r.newsletters.length){e.next=6;break}throw new _vendor_browser__cnnprivate_zionDaltonSdk_dist_errors_SDKError.SDKError_1(\"data.newsletters field is required\");case 6:if(\"string\"==typeof t&&0!==t.trim().length){e.next=8;break}throw new _vendor_browser__cnnprivate_zionDaltonSdk_dist_errors_SDKError.SDKError_1(\"accessToken field is required\");case 8:for(e.prev=8,n=[],s={subscriptions:[]},o=0;o<r.newsletters.length;o++)n.push(r.newsletters[o]),s.subscriptions.push({newsletterName:r.newsletters[o],emailAddress:r.email.trim()});return a=_objectSpread({Authorization:t},this.api.headers),e.next=15,_vendor_browser_axios_index.axios.post(this.api.endpoints.subscriptionsDelete,s,{headers:a});case 15:if(\"undefined\"!=typeof window)try{i=!1,_=\"not-registered\",t?(c=new RegExp(this.api.authn,\"g\"),\"synthetics.dtdg.co\",u=new RegExp(\"synthetics.dtdg.co\",\"g\"),t.match(c)&&(_=this.getStoredUID()),s.subscriptions[0].emailAddress.match(u)&&(i=!0)):console.log(\"DaltonSDK Error: subscribe not passed access token, assuming unauthenticated user.\"),this.zionEventWrapper(\"NewsletterUnsubscribed\",{cnn_uid:_,brand:\"CNN\",canonical_url:window.location.href,newsletter_name:n,newsletter_count:r.newsletters.length,synthetic:i})}catch(e){console.log(\"DaltonSDK Error: could not send event to Zion analytics: \".concat(e))}return e.abrupt(\"return\");case 19:throw e.prev=19,e.t0=e.catch(8),e.t0.response;case 22:case\"end\":return e.stop()}},e,this,[[8,19]])})),function(e,r){return s.apply(this,arguments)}),e.prototype.unsubscribeForUnauthenticated=(o=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(r){return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:if(\"string\"==typeof r&&0!==r.trim().length){e.next=2;break}throw new _vendor_browser__cnnprivate_zionDaltonSdk_dist_errors_SDKError.SDKError_1(\"unsubscribeToken field is required\");case 2:return e.prev=2,e.next=5,_vendor_browser_axios_index.axios.post(this.api.endpoints.unsubscribe,null,{headers:this.api.headers,params:{unsubscribeToken:r}});case 5:return e.abrupt(\"return\");case 8:throw e.prev=8,e.t0=e.catch(2),e.t0.response;case 11:case\"end\":return e.stop()}},e,this,[[2,8]])})),function(e){return o.apply(this,arguments)}),e.prototype.retrieveNewsletters=(a=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(){var r;return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:return e.prev=0,e.next=3,_vendor_browser_axios_index.axios.get(this.api.endpoints.retrieveNewsletters,{headers:this.api.headers});case 3:return r=e.sent,e.abrupt(\"return\",r.data);case 7:throw e.prev=7,e.t0=e.catch(0),e.t0.response;case 10:case\"end\":return e.stop()}},e,this,[[0,7]])})),function(){return a.apply(this,arguments)})};exports.newsletter=newsletter;\\n}, {\"938\":938,\"943\":943,\"946\":946,\"949\":949,\"952\":952,\"955\":955,\"956\":956}];\\nwindow.modules[\"971\"] = [function(require,module,exports){\"use strict\";var ZionMessageBus=function(){var e=function(){this.watching={}};return e.getInstance=function(){return window.ZION_MESSAGE_BUS||(window.ZION_MESSAGE_BUS=new e),window.ZION_MESSAGE_BUS},e.prototype.addToMessageQueue=function(e,t){this.watching.hasOwnProperty(e)||(this.watching[e]=this.addTopicModel(e,[function(){}]));var s=new Date,a={message:t,messageCount:++this.watching[e].messageCount,timestamp:s.getTime(),topic:e};return this.watching[e].messageQueue.push(a),this.watching[e].messageQueue},e.prototype.getMessageCallbacks=function(e){return this.watching.hasOwnProperty(e)&&this.watching[e].callBacks.length?this.watching[e].callBacks:[]},e.prototype.messageBroadcast=function(e,t){if(this.watching.hasOwnProperty(e))for(var s=this.getMessageCallbacks(e),a=this.addToMessageQueue(e,t),i=0,n=s;i<n.length;i++){(0,n[i])(a.slice())}else this.addToMessageQueue(e,t);return this.watching},e.prototype.addTopicModel=function(e,t){return{callBacks:t,messageCount:0,messageQueue:[],topic:e}},e.prototype.subscribeSetup=function(e,t){for(var s=0,a=e=this.makeIterable(e);s<a.length;s++){var i=a[s];this.watching.hasOwnProperty(i)?this.watching[i].callBacks.push(t):this.watching[i]=this.addTopicModel(i,[t])}return this.watching},e.prototype.makeIterable=function(e){return Array.isArray(e)?e:\"string\"==typeof e?[e]:[]},e.prototype.subscribe=function(e,t){return this.subscribeSetup(e,t)},e.prototype.publish=function(e,t){return this.messageBroadcast(e,t)},e}(),ZionMessageBus_2=ZionMessageBus,_default=ZionMessageBus,ZionMessageBus_1=Object.defineProperty({ZionMessageBus:ZionMessageBus_2,default:_default},\"__esModule\",{value:!0});exports.ZionMessageBus_1=ZionMessageBus_1;\\n}, {}];\\nwindow.modules[\"972\"] = [function(require,module,exports){(function (process){(function (){\\n\"use strict\";var _vendor_browser__popperjs_core_lib_domUtils_getCompositeRect=require(974),_vendor_browser__popperjs_core_lib_domUtils_getLayoutRect=require(975),_vendor_browser__popperjs_core_lib_domUtils_listScrollParents=require(976),_vendor_browser__popperjs_core_lib_domUtils_getOffsetParent=require(977),_vendor_browser__popperjs_core_lib_domUtils_getComputedStyle=require(979),_vendor_browser__popperjs_core_lib_utils_orderModifiers=require(978),_vendor_browser__popperjs_core_lib_utils_debounce=require(980),_vendor_browser__popperjs_core_lib_utils_validateModifiers=require(981),_vendor_browser__popperjs_core_lib_utils_uniqueBy=require(982),_vendor_browser__popperjs_core_lib_utils_getBasePlacement=require(983),_vendor_browser__popperjs_core_lib_utils_mergeByName=require(984),_vendor_browser__popperjs_core_lib_domUtils_instanceOf=require(985),_vendor_browser__popperjs_core_lib_enums=require(973),INVALID_ELEMENT_ERROR=\"Popper: Invalid reference or popper argument provided. They must be either a DOM element or virtual element.\",INFINITE_LOOP_ERROR=\"Popper: An infinite loop in the modifiers cycle has been detected! The cycle has been interrupted to prevent a browser crash.\",DEFAULT_OPTIONS={placement:\"bottom\",modifiers:[],strategy:\"absolute\"};function areValidElements(){for(var e=arguments.length,r=new Array(e),o=0;o<e;o++)r[o]=arguments[o];return!r.some(function(e){return!(e&&\"function\"==typeof e.getBoundingClientRect)})}function popperGenerator(e){void 0===e&&(e={});var r=e,o=r.defaultModifiers,t=void 0===o?[]:o,i=r.defaultOptions,s=void 0===i?DEFAULT_OPTIONS:i;return function(e,r,o){var i=function(){_.forEach(function(e){return e()}),_=[]};void 0===o&&(o=s);var n={placement:\"bottom\",orderedModifiers:[],options:Object.assign({},DEFAULT_OPTIONS,s),modifiersData:{},elements:{reference:e,popper:r},attributes:{},styles:{}},_=[],p=!1,l={state:n,setOptions:function(o){var p=\"function\"==typeof o?o(n.options):o;i(),n.options=Object.assign({},s,n.options,p),n.scrollParents={reference:_vendor_browser__popperjs_core_lib_domUtils_instanceOf.isElement(e)?_vendor_browser__popperjs_core_lib_domUtils_listScrollParents.listScrollParents(e):e.contextElement?_vendor_browser__popperjs_core_lib_domUtils_listScrollParents.listScrollParents(e.contextElement):[],popper:_vendor_browser__popperjs_core_lib_domUtils_listScrollParents.listScrollParents(r)};var d=_vendor_browser__popperjs_core_lib_utils_orderModifiers.orderModifiers(_vendor_browser__popperjs_core_lib_utils_mergeByName.mergeByName([].concat(t,n.options.modifiers)));if(n.orderedModifiers=d.filter(function(e){return e.enabled}),\"production\"!==window.process.env.NODE_ENV){var a=_vendor_browser__popperjs_core_lib_utils_uniqueBy.uniqueBy([].concat(d,n.options.modifiers),function(e){return e.name});if(_vendor_browser__popperjs_core_lib_utils_validateModifiers.validateModifiers(a),_vendor_browser__popperjs_core_lib_utils_getBasePlacement.getBasePlacement(n.options.placement)===_vendor_browser__popperjs_core_lib_enums.auto)n.orderedModifiers.find(function(e){return\"flip\"===e.name})||console.error([\\'Popper: \"auto\" placements require the \"flip\" modifier be\\',\"present and enabled to work.\"].join(\" \"));var c=_vendor_browser__popperjs_core_lib_domUtils_getComputedStyle.getComputedStyle(r);[c.marginTop,c.marginRight,c.marginBottom,c.marginLeft].some(function(e){return parseFloat(e)})&&console.warn([\\'Popper: CSS \"margin\" styles cannot be used to apply padding\\',\"between the popper and its reference element or boundary.\",\"To replicate margin, use the `offset` modifier, as well as\",\"the `padding` option in the `preventOverflow` and `flip`\",\"modifiers.\"].join(\" \"))}return n.orderedModifiers.forEach(function(e){var r=e.name,o=e.options,t=void 0===o?{}:o,i=e.effect;if(\"function\"==typeof i){var s=i({state:n,name:r,instance:l,options:t});_.push(s||function(){})}}),l.update()},forceUpdate:function(){if(!p){var e=n.elements,r=e.reference,o=e.popper;if(areValidElements(r,o)){n.rects={reference:_vendor_browser__popperjs_core_lib_domUtils_getCompositeRect.getCompositeRect(r,_vendor_browser__popperjs_core_lib_domUtils_getOffsetParent.getOffsetParent(o),\"fixed\"===n.options.strategy),popper:_vendor_browser__popperjs_core_lib_domUtils_getLayoutRect.getLayoutRect(o)},n.reset=!1,n.placement=n.options.placement,n.orderedModifiers.forEach(function(e){return n.modifiersData[e.name]=Object.assign({},e.data)});for(var t=0,i=0;i<n.orderedModifiers.length;i++){if(\"production\"!==window.process.env.NODE_ENV&&(t+=1)>100){console.error(INFINITE_LOOP_ERROR);break}if(!0!==n.reset){var s=n.orderedModifiers[i],_=s.fn,d=s.options,a=void 0===d?{}:d,c=s.name;\"function\"==typeof _&&(n=_({state:n,options:a,name:c,instance:l})||n)}else n.reset=!1,i=-1}}else\"production\"!==window.process.env.NODE_ENV&&console.error(INVALID_ELEMENT_ERROR)}},update:_vendor_browser__popperjs_core_lib_utils_debounce.debounce(function(){return new Promise(function(e){l.forceUpdate(),e(n)})}),destroy:function(){i(),p=!0}};return areValidElements(e,r)?(l.setOptions(o).then(function(e){!p&&o.onFirstUpdate&&o.onFirstUpdate(e)}),l):(\"production\"!==window.process.env.NODE_ENV&&console.error(INVALID_ELEMENT_ERROR),l)}}popperGenerator(),exports.popperGenerator=popperGenerator;\\n\\n}).call(this)}).call(this,require(221))}, {\"221\":221,\"973\":973,\"974\":974,\"975\":975,\"976\":976,\"977\":977,\"978\":978,\"979\":979,\"980\":980,\"981\":981,\"982\":982,\"983\":983,\"984\":984,\"985\":985}];\\nwindow.modules[\"973\"] = [function(require,module,exports){\"use strict\";var top=\"top\",bottom=\"bottom\",right=\"right\",left=\"left\",auto=\"auto\",basePlacements=[top,bottom,right,left],start=\"start\",end=\"end\",clippingParents=\"clippingParents\",viewport=\"viewport\",popper=\"popper\",reference=\"reference\",variationPlacements=basePlacements.reduce(function(e,t){return e.concat([t+\"-\"+start,t+\"-\"+end])},[]),placements=[].concat(basePlacements,[auto]).reduce(function(e,t){return e.concat([t,t+\"-\"+start,t+\"-\"+end])},[]),beforeRead=\"beforeRead\",read=\"read\",afterRead=\"afterRead\",beforeMain=\"beforeMain\",main=\"main\",afterMain=\"afterMain\",beforeWrite=\"beforeWrite\",write=\"write\",afterWrite=\"afterWrite\",modifierPhases=[beforeRead,read,afterRead,beforeMain,main,afterMain,beforeWrite,write,afterWrite];exports.auto=auto,exports.basePlacements=basePlacements,exports.bottom=bottom,exports.clippingParents=clippingParents,exports.end=end,exports.left=left,exports.modifierPhases=modifierPhases,exports.placements=placements,exports.popper=popper,exports.reference=reference,exports.right=right,exports.start=start,exports.top=top,exports.variationPlacements=variationPlacements,exports.viewport=viewport;\\n}, {}];\\nwindow.modules[\"974\"] = [function(require,module,exports){\"use strict\";var _vendor_browser__popperjs_core_lib_domUtils_getBoundingClientRect=require(987),_vendor_browser__popperjs_core_lib_domUtils_getNodeScroll=require(996),_vendor_browser__popperjs_core_lib_domUtils_getNodeName=require(994),_vendor_browser__popperjs_core_lib_domUtils_instanceOf=require(985),_vendor_browser__popperjs_core_lib_domUtils_getWindowScrollBarX=require(997),_vendor_browser__popperjs_core_lib_domUtils_getDocumentElement=require(992),_vendor_browser__popperjs_core_lib_domUtils_isScrollParent=require(998),_vendor_browser__popperjs_core_lib_utils_math=require(988);function isElementScaled(e){var _=e.getBoundingClientRect(),o=_vendor_browser__popperjs_core_lib_utils_math.round(_.width)/e.offsetWidth||1,r=_vendor_browser__popperjs_core_lib_utils_math.round(_.height)/e.offsetHeight||1;return 1!==o||1!==r}function getCompositeRect(e,_,o){void 0===o&&(o=!1);var r=_vendor_browser__popperjs_core_lib_domUtils_instanceOf.isHTMLElement(_),t=_vendor_browser__popperjs_core_lib_domUtils_instanceOf.isHTMLElement(_)&&isElementScaled(_),i=_vendor_browser__popperjs_core_lib_domUtils_getDocumentElement.getDocumentElement(_),s=_vendor_browser__popperjs_core_lib_domUtils_getBoundingClientRect.getBoundingClientRect(e,t),l={scrollLeft:0,scrollTop:0},n={x:0,y:0};return(r||!r&&!o)&&((\"body\"!==_vendor_browser__popperjs_core_lib_domUtils_getNodeName.getNodeName(_)||_vendor_browser__popperjs_core_lib_domUtils_isScrollParent.isScrollParent(i))&&(l=_vendor_browser__popperjs_core_lib_domUtils_getNodeScroll.getNodeScroll(_)),_vendor_browser__popperjs_core_lib_domUtils_instanceOf.isHTMLElement(_)?((n=_vendor_browser__popperjs_core_lib_domUtils_getBoundingClientRect.getBoundingClientRect(_,!0)).x+=_.clientLeft,n.y+=_.clientTop):i&&(n.x=_vendor_browser__popperjs_core_lib_domUtils_getWindowScrollBarX.getWindowScrollBarX(i))),{x:s.left+l.scrollLeft-n.x,y:s.top+l.scrollTop-n.y,width:s.width,height:s.height}}exports.getCompositeRect=getCompositeRect;\\n}, {\"985\":985,\"987\":987,\"988\":988,\"992\":992,\"994\":994,\"996\":996,\"997\":997,\"998\":998}];\\nwindow.modules[\"975\"] = [function(require,module,exports){\"use strict\";var _vendor_browser__popperjs_core_lib_domUtils_getBoundingClientRect=require(987);function getLayoutRect(t){var e=_vendor_browser__popperjs_core_lib_domUtils_getBoundingClientRect.getBoundingClientRect(t),o=t.offsetWidth,i=t.offsetHeight;return Math.abs(e.width-o)<=1&&(o=e.width),Math.abs(e.height-i)<=1&&(i=e.height),{x:t.offsetLeft,y:t.offsetTop,width:o,height:i}}exports.getLayoutRect=getLayoutRect;\\n}, {\"987\":987}];\\nwindow.modules[\"976\"] = [function(require,module,exports){\"use strict\";var _vendor_browser__popperjs_core_lib_domUtils_getScrollParent=require(1003),_vendor_browser__popperjs_core_lib_domUtils_getParentNode=require(993),_vendor_browser__popperjs_core_lib_domUtils_getWindow=require(999),_vendor_browser__popperjs_core_lib_domUtils_isScrollParent=require(998);function listScrollParents(r,e){var o;void 0===e&&(e=[]);var _=_vendor_browser__popperjs_core_lib_domUtils_getScrollParent.getScrollParent(r),t=_===(null==(o=r.ownerDocument)?void 0:o.body),l=_vendor_browser__popperjs_core_lib_domUtils_getWindow.getWindow(_),s=t?[l].concat(l.visualViewport||[],_vendor_browser__popperjs_core_lib_domUtils_isScrollParent.isScrollParent(_)?_:[]):_,i=e.concat(s);return t?i:i.concat(listScrollParents(_vendor_browser__popperjs_core_lib_domUtils_getParentNode.getParentNode(s)))}exports.listScrollParents=listScrollParents;\\n}, {\"993\":993,\"998\":998,\"999\":999,\"1003\":1003}];\\nwindow.modules[\"977\"] = [function(require,module,exports){\"use strict\";var _vendor_browser__popperjs_core_lib_domUtils_getWindow=require(999),_vendor_browser__popperjs_core_lib_domUtils_getNodeName=require(994),_vendor_browser__popperjs_core_lib_domUtils_getComputedStyle=require(979),_vendor_browser__popperjs_core_lib_domUtils_instanceOf=require(985),_vendor_browser__popperjs_core_lib_domUtils_isTableElement=require(1002),_vendor_browser__popperjs_core_lib_domUtils_getParentNode=require(993);function getTrueOffsetParent(e){return _vendor_browser__popperjs_core_lib_domUtils_instanceOf.isHTMLElement(e)&&\"fixed\"!==_vendor_browser__popperjs_core_lib_domUtils_getComputedStyle.getComputedStyle(e).position?e.offsetParent:null}function getContainingBlock(e){var o=-1!==navigator.userAgent.toLowerCase().indexOf(\"firefox\");if(-1!==navigator.userAgent.indexOf(\"Trident\")&&_vendor_browser__popperjs_core_lib_domUtils_instanceOf.isHTMLElement(e)&&\"fixed\"===_vendor_browser__popperjs_core_lib_domUtils_getComputedStyle.getComputedStyle(e).position)return null;var _=_vendor_browser__popperjs_core_lib_domUtils_getParentNode.getParentNode(e);for(_vendor_browser__popperjs_core_lib_domUtils_instanceOf.isShadowRoot(_)&&(_=_.host);_vendor_browser__popperjs_core_lib_domUtils_instanceOf.isHTMLElement(_)&&[\"html\",\"body\"].indexOf(_vendor_browser__popperjs_core_lib_domUtils_getNodeName.getNodeName(_))<0;){var r=_vendor_browser__popperjs_core_lib_domUtils_getComputedStyle.getComputedStyle(_);if(\"none\"!==r.transform||\"none\"!==r.perspective||\"paint\"===r.contain||-1!==[\"transform\",\"perspective\"].indexOf(r.willChange)||o&&\"filter\"===r.willChange||o&&r.filter&&\"none\"!==r.filter)return _;_=_.parentNode}return null}function getOffsetParent(e){for(var o=_vendor_browser__popperjs_core_lib_domUtils_getWindow.getWindow(e),_=getTrueOffsetParent(e);_&&_vendor_browser__popperjs_core_lib_domUtils_isTableElement.isTableElement(_)&&\"static\"===_vendor_browser__popperjs_core_lib_domUtils_getComputedStyle.getComputedStyle(_).position;)_=getTrueOffsetParent(_);return _&&(\"html\"===_vendor_browser__popperjs_core_lib_domUtils_getNodeName.getNodeName(_)||\"body\"===_vendor_browser__popperjs_core_lib_domUtils_getNodeName.getNodeName(_)&&\"static\"===_vendor_browser__popperjs_core_lib_domUtils_getComputedStyle.getComputedStyle(_).position)?o:_||getContainingBlock(e)||o}exports.getOffsetParent=getOffsetParent;\\n}, {\"979\":979,\"985\":985,\"993\":993,\"994\":994,\"999\":999,\"1002\":1002}];\\nwindow.modules[\"978\"] = [function(require,module,exports){\"use strict\";var _vendor_browser__popperjs_core_lib_enums=require(973);function order(r){var e=new Map,n=new Set,o=[];return r.forEach(function(r){e.set(r.name,r)}),r.forEach(function(r){n.has(r.name)||function r(i){n.add(i.name),[].concat(i.requires||[],i.requiresIfExists||[]).forEach(function(o){if(!n.has(o)){var i=e.get(o);i&&r(i)}}),o.push(i)}(r)}),o}function orderModifiers(r){var e=order(r);return _vendor_browser__popperjs_core_lib_enums.modifierPhases.reduce(function(r,n){return r.concat(e.filter(function(r){return r.phase===n}))},[])}exports.orderModifiers=orderModifiers;\\n}, {\"973\":973}];\\nwindow.modules[\"979\"] = [function(require,module,exports){\"use strict\";var _vendor_browser__popperjs_core_lib_domUtils_getWindow=require(999);function getComputedStyle(e){return _vendor_browser__popperjs_core_lib_domUtils_getWindow.getWindow(e).getComputedStyle(e)}exports.getComputedStyle=getComputedStyle;\\n}, {\"999\":999}];\\nwindow.modules[\"980\"] = [function(require,module,exports){\"use strict\";function debounce(e){var n;return function(){return n||(n=new Promise(function(o){Promise.resolve().then(function(){n=void 0,o(e())})})),n}}exports.debounce=debounce;\\n}, {}];\\nwindow.modules[\"981\"] = [function(require,module,exports){\"use strict\";var _vendor_browser__popperjs_core_lib_utils_format=require(1026),_vendor_browser__popperjs_core_lib_enums=require(973),INVALID_MODIFIER_ERROR=\\'Popper: modifier \"%s\" provided an invalid %s property, expected %s but got %s\\',MISSING_DEPENDENCY_ERROR=\\'Popper: modifier \"%s\" requires \"%s\", but \"%s\" modifier is not available\\',VALID_PROPERTIES=[\"name\",\"enabled\",\"phase\",\"fn\",\"effect\",\"requires\",\"options\"];function validateModifiers(e){e.forEach(function(r){[].concat(Object.keys(r),VALID_PROPERTIES).filter(function(e,r,o){return o.indexOf(e)===r}).forEach(function(o){switch(o){case\"name\":\"string\"!=typeof r.name&&console.error(_vendor_browser__popperjs_core_lib_utils_format.format(INVALID_MODIFIER_ERROR,String(r.name),\\'\"name\"\\',\\'\"string\"\\',\\'\"\\'+String(r.name)+\\'\"\\'));break;case\"enabled\":\"boolean\"!=typeof r.enabled&&console.error(_vendor_browser__popperjs_core_lib_utils_format.format(INVALID_MODIFIER_ERROR,r.name,\\'\"enabled\"\\',\\'\"boolean\"\\',\\'\"\\'+String(r.enabled)+\\'\"\\'));break;case\"phase\":_vendor_browser__popperjs_core_lib_enums.modifierPhases.indexOf(r.phase)<0&&console.error(_vendor_browser__popperjs_core_lib_utils_format.format(INVALID_MODIFIER_ERROR,r.name,\\'\"phase\"\\',\"either \"+_vendor_browser__popperjs_core_lib_enums.modifierPhases.join(\", \"),\\'\"\\'+String(r.phase)+\\'\"\\'));break;case\"fn\":\"function\"!=typeof r.fn&&console.error(_vendor_browser__popperjs_core_lib_utils_format.format(INVALID_MODIFIER_ERROR,r.name,\\'\"fn\"\\',\\'\"function\"\\',\\'\"\\'+String(r.fn)+\\'\"\\'));break;case\"effect\":null!=r.effect&&\"function\"!=typeof r.effect&&console.error(_vendor_browser__popperjs_core_lib_utils_format.format(INVALID_MODIFIER_ERROR,r.name,\\'\"effect\"\\',\\'\"function\"\\',\\'\"\\'+String(r.fn)+\\'\"\\'));break;case\"requires\":null==r.requires||Array.isArray(r.requires)||console.error(_vendor_browser__popperjs_core_lib_utils_format.format(INVALID_MODIFIER_ERROR,r.name,\\'\"requires\"\\',\\'\"array\"\\',\\'\"\\'+String(r.requires)+\\'\"\\'));break;case\"requiresIfExists\":Array.isArray(r.requiresIfExists)||console.error(_vendor_browser__popperjs_core_lib_utils_format.format(INVALID_MODIFIER_ERROR,r.name,\\'\"requiresIfExists\"\\',\\'\"array\"\\',\\'\"\\'+String(r.requiresIfExists)+\\'\"\\'));break;case\"options\":case\"data\":break;default:console.error(\\'PopperJS: an invalid property has been provided to the \"\\'+r.name+\\'\" modifier, valid properties are \\'+VALID_PROPERTIES.map(function(e){return\\'\"\\'+e+\\'\"\\'}).join(\", \")+\\'; but \"\\'+o+\\'\" was provided.\\')}r.requires&&r.requires.forEach(function(o){null==e.find(function(e){return e.name===o})&&console.error(_vendor_browser__popperjs_core_lib_utils_format.format(MISSING_DEPENDENCY_ERROR,String(r.name),o,o))})})})}exports.validateModifiers=validateModifiers;\\n}, {\"973\":973,\"1026\":1026}];\\nwindow.modules[\"982\"] = [function(require,module,exports){\"use strict\";function uniqueBy(u,e){var n=new Set;return u.filter(function(u){var r=e(u);if(!n.has(r))return n.add(r),!0})}exports.uniqueBy=uniqueBy;\\n}, {}];\\nwindow.modules[\"983\"] = [function(require,module,exports){\"use strict\";function getBasePlacement(e){return e.split(\"-\")[0]}exports.getBasePlacement=getBasePlacement;\\n}, {}];\\nwindow.modules[\"984\"] = [function(require,module,exports){\"use strict\";function mergeByName(e){var t=e.reduce(function(e,t){var a=e[t.name];return e[t.name]=a?Object.assign({},a,t,{options:Object.assign({},a.options,t.options),data:Object.assign({},a.data,t.data)}):t,e},{});return Object.keys(t).map(function(e){return t[e]})}exports.mergeByName=mergeByName;\\n}, {}];\\nwindow.modules[\"985\"] = [function(require,module,exports){\"use strict\";var _vendor_browser__popperjs_core_lib_domUtils_getWindow=require(999);function _instanceof(e,o){return null!=o&&\"undefined\"!=typeof Symbol&&o[Symbol.hasInstance]?!!o[Symbol.hasInstance](e):e instanceof o}function isElement(e){return _instanceof(e,_vendor_browser__popperjs_core_lib_domUtils_getWindow.getWindow(e).Element)||_instanceof(e,Element)}function isHTMLElement(e){return _instanceof(e,_vendor_browser__popperjs_core_lib_domUtils_getWindow.getWindow(e).HTMLElement)||_instanceof(e,HTMLElement)}function isShadowRoot(e){return\"undefined\"!=typeof ShadowRoot&&(_instanceof(e,_vendor_browser__popperjs_core_lib_domUtils_getWindow.getWindow(e).ShadowRoot)||_instanceof(e,ShadowRoot))}exports.isElement=isElement,exports.isHTMLElement=isHTMLElement,exports.isShadowRoot=isShadowRoot;\\n}, {\"999\":999}];\\nwindow.modules[\"986\"] = [function(require,module,exports){\"use strict\";var _vendor_browser__popperjs_core_lib_domUtils_instanceOf=require(985);function contains(o,e){var r=e.getRootNode&&e.getRootNode();if(o.contains(e))return!0;if(r&&_vendor_browser__popperjs_core_lib_domUtils_instanceOf.isShadowRoot(r)){var t=e;do{if(t&&o.isSameNode(t))return!0;t=t.parentNode||t.host}while(t)}return!1}exports.contains=contains;\\n}, {\"985\":985}];\\nwindow.modules[\"987\"] = [function(require,module,exports){\"use strict\";var _vendor_browser__popperjs_core_lib_domUtils_instanceOf=require(985),_vendor_browser__popperjs_core_lib_utils_math=require(988);function getBoundingClientRect(e,t){void 0===t&&(t=!1);var o=e.getBoundingClientRect(),r=1,_=1;if(_vendor_browser__popperjs_core_lib_domUtils_instanceOf.isHTMLElement(e)&&t){var i=e.offsetHeight,n=e.offsetWidth;n>0&&(r=_vendor_browser__popperjs_core_lib_utils_math.round(o.width)/n||1),i>0&&(_=_vendor_browser__popperjs_core_lib_utils_math.round(o.height)/i||1)}return{width:o.width/r,height:o.height/_,top:o.top/_,right:o.right/r,bottom:o.bottom/_,left:o.left/r,x:o.left/r,y:o.top/_}}exports.getBoundingClientRect=getBoundingClientRect;\\n}, {\"985\":985,\"988\":988}];\\nwindow.modules[\"988\"] = [function(require,module,exports){\"use strict\";var max=Math.max,min=Math.min,round=Math.round;exports.max=max,exports.min=min,exports.round=round;\\n}, {}];\\nwindow.modules[\"989\"] = [function(require,module,exports){\"use strict\";var _vendor_browser__popperjs_core_lib_enums=require(973),_vendor_browser__popperjs_core_lib_domUtils_getViewportRect=require(990),_vendor_browser__popperjs_core_lib_domUtils_getDocumentRect=require(991),_vendor_browser__popperjs_core_lib_domUtils_listScrollParents=require(976),_vendor_browser__popperjs_core_lib_domUtils_getOffsetParent=require(977),_vendor_browser__popperjs_core_lib_domUtils_getDocumentElement=require(992),_vendor_browser__popperjs_core_lib_domUtils_getComputedStyle=require(979),_vendor_browser__popperjs_core_lib_domUtils_instanceOf=require(985),_vendor_browser__popperjs_core_lib_domUtils_getBoundingClientRect=require(987),_vendor_browser__popperjs_core_lib_domUtils_getParentNode=require(993),_vendor_browser__popperjs_core_lib_domUtils_contains=require(986),_vendor_browser__popperjs_core_lib_domUtils_getNodeName=require(994),_vendor_browser__popperjs_core_lib_utils_rectToClientRect=require(995),_vendor_browser__popperjs_core_lib_utils_math=require(988);function getInnerBoundingClientRect(e){var _=_vendor_browser__popperjs_core_lib_domUtils_getBoundingClientRect.getBoundingClientRect(e);return _.top=_.top+e.clientTop,_.left=_.left+e.clientLeft,_.bottom=_.top+e.clientHeight,_.right=_.left+e.clientWidth,_.width=e.clientWidth,_.height=e.clientHeight,_.x=_.left,_.y=_.top,_}function getClientRectFromMixedType(e,_){return _===_vendor_browser__popperjs_core_lib_enums.viewport?_vendor_browser__popperjs_core_lib_utils_rectToClientRect.rectToClientRect(_vendor_browser__popperjs_core_lib_domUtils_getViewportRect.getViewportRect(e)):_vendor_browser__popperjs_core_lib_domUtils_instanceOf.isElement(_)?getInnerBoundingClientRect(_):_vendor_browser__popperjs_core_lib_utils_rectToClientRect.rectToClientRect(_vendor_browser__popperjs_core_lib_domUtils_getDocumentRect.getDocumentRect(_vendor_browser__popperjs_core_lib_domUtils_getDocumentElement.getDocumentElement(e)))}function getClippingParents(e){var _=_vendor_browser__popperjs_core_lib_domUtils_listScrollParents.listScrollParents(_vendor_browser__popperjs_core_lib_domUtils_getParentNode.getParentNode(e)),r=[\"absolute\",\"fixed\"].indexOf(_vendor_browser__popperjs_core_lib_domUtils_getComputedStyle.getComputedStyle(e).position)>=0&&_vendor_browser__popperjs_core_lib_domUtils_instanceOf.isHTMLElement(e)?_vendor_browser__popperjs_core_lib_domUtils_getOffsetParent.getOffsetParent(e):e;return _vendor_browser__popperjs_core_lib_domUtils_instanceOf.isElement(r)?_.filter(function(e){return _vendor_browser__popperjs_core_lib_domUtils_instanceOf.isElement(e)&&_vendor_browser__popperjs_core_lib_domUtils_contains.contains(e,r)&&\"body\"!==_vendor_browser__popperjs_core_lib_domUtils_getNodeName.getNodeName(e)}):[]}function getClippingRect(e,_,r){var t=\"clippingParents\"===_?getClippingParents(e):[].concat(_),o=[].concat(t,[r]),i=o[0],n=o.reduce(function(_,r){var t=getClientRectFromMixedType(e,r);return _.top=_vendor_browser__popperjs_core_lib_utils_math.max(t.top,_.top),_.right=_vendor_browser__popperjs_core_lib_utils_math.min(t.right,_.right),_.bottom=_vendor_browser__popperjs_core_lib_utils_math.min(t.bottom,_.bottom),_.left=_vendor_browser__popperjs_core_lib_utils_math.max(t.left,_.left),_},getClientRectFromMixedType(e,i));return n.width=n.right-n.left,n.height=n.bottom-n.top,n.x=n.left,n.y=n.top,n}exports.getClippingRect=getClippingRect;\\n}, {\"973\":973,\"976\":976,\"977\":977,\"979\":979,\"985\":985,\"986\":986,\"987\":987,\"988\":988,\"990\":990,\"991\":991,\"992\":992,\"993\":993,\"994\":994,\"995\":995}];\\nwindow.modules[\"990\"] = [function(require,module,exports){\"use strict\";var _vendor_browser__popperjs_core_lib_domUtils_getWindow=require(999),_vendor_browser__popperjs_core_lib_domUtils_getDocumentElement=require(992),_vendor_browser__popperjs_core_lib_domUtils_getWindowScrollBarX=require(997);function getViewportRect(e){var r=_vendor_browser__popperjs_core_lib_domUtils_getWindow.getWindow(e),o=_vendor_browser__popperjs_core_lib_domUtils_getDocumentElement.getDocumentElement(e),t=r.visualViewport,_=o.clientWidth,i=o.clientHeight,n=0,s=0;return t&&(_=t.width,i=t.height,/^((?!chrome|android).)*safari/i.test(navigator.userAgent)||(n=t.offsetLeft,s=t.offsetTop)),{width:_,height:i,x:n+_vendor_browser__popperjs_core_lib_domUtils_getWindowScrollBarX.getWindowScrollBarX(e),y:s}}exports.getViewportRect=getViewportRect;\\n}, {\"992\":992,\"997\":997,\"999\":999}];\\nwindow.modules[\"991\"] = [function(require,module,exports){\"use strict\";var _vendor_browser__popperjs_core_lib_domUtils_getDocumentElement=require(992),_vendor_browser__popperjs_core_lib_domUtils_getComputedStyle=require(979),_vendor_browser__popperjs_core_lib_domUtils_getWindowScrollBarX=require(997),_vendor_browser__popperjs_core_lib_domUtils_getWindowScroll=require(1000),_vendor_browser__popperjs_core_lib_utils_math=require(988);function getDocumentRect(e){var o,r=_vendor_browser__popperjs_core_lib_domUtils_getDocumentElement.getDocumentElement(e),_=_vendor_browser__popperjs_core_lib_domUtils_getWindowScroll.getWindowScroll(e),t=null==(o=e.ownerDocument)?void 0:o.body,l=_vendor_browser__popperjs_core_lib_utils_math.max(r.scrollWidth,r.clientWidth,t?t.scrollWidth:0,t?t.clientWidth:0),i=_vendor_browser__popperjs_core_lib_utils_math.max(r.scrollHeight,r.clientHeight,t?t.scrollHeight:0,t?t.clientHeight:0),s=-_.scrollLeft+_vendor_browser__popperjs_core_lib_domUtils_getWindowScrollBarX.getWindowScrollBarX(e),c=-_.scrollTop;return\"rtl\"===_vendor_browser__popperjs_core_lib_domUtils_getComputedStyle.getComputedStyle(t||r).direction&&(s+=_vendor_browser__popperjs_core_lib_utils_math.max(r.clientWidth,t?t.clientWidth:0)-l),{width:l,height:i,x:s,y:c}}exports.getDocumentRect=getDocumentRect;\\n}, {\"979\":979,\"988\":988,\"992\":992,\"997\":997,\"1000\":1000}];\\nwindow.modules[\"992\"] = [function(require,module,exports){\"use strict\";var _vendor_browser__popperjs_core_lib_domUtils_instanceOf=require(985);function getDocumentElement(e){return((_vendor_browser__popperjs_core_lib_domUtils_instanceOf.isElement(e)?e.ownerDocument:e.document)||window.document).documentElement}exports.getDocumentElement=getDocumentElement;\\n}, {\"985\":985}];\\nwindow.modules[\"993\"] = [function(require,module,exports){\"use strict\";var _vendor_browser__popperjs_core_lib_domUtils_getNodeName=require(994),_vendor_browser__popperjs_core_lib_domUtils_getDocumentElement=require(992),_vendor_browser__popperjs_core_lib_domUtils_instanceOf=require(985);function getParentNode(e){return\"html\"===_vendor_browser__popperjs_core_lib_domUtils_getNodeName.getNodeName(e)?e:e.assignedSlot||e.parentNode||(_vendor_browser__popperjs_core_lib_domUtils_instanceOf.isShadowRoot(e)?e.host:null)||_vendor_browser__popperjs_core_lib_domUtils_getDocumentElement.getDocumentElement(e)}exports.getParentNode=getParentNode;\\n}, {\"985\":985,\"992\":992,\"994\":994}];\\nwindow.modules[\"994\"] = [function(require,module,exports){\"use strict\";function getNodeName(e){return e?(e.nodeName||\"\").toLowerCase():null}exports.getNodeName=getNodeName;\\n}, {}];\\nwindow.modules[\"995\"] = [function(require,module,exports){\"use strict\";function rectToClientRect(t){return Object.assign({},t,{left:t.x,top:t.y,right:t.x+t.width,bottom:t.y+t.height})}exports.rectToClientRect=rectToClientRect;\\n}, {}];\\nwindow.modules[\"996\"] = [function(require,module,exports){\"use strict\";var _vendor_browser__popperjs_core_lib_domUtils_getWindowScroll=require(1000),_vendor_browser__popperjs_core_lib_domUtils_getWindow=require(999),_vendor_browser__popperjs_core_lib_domUtils_instanceOf=require(985),_vendor_browser__popperjs_core_lib_domUtils_getHTMLElementScroll=require(1001);function getNodeScroll(e){return e!==_vendor_browser__popperjs_core_lib_domUtils_getWindow.getWindow(e)&&_vendor_browser__popperjs_core_lib_domUtils_instanceOf.isHTMLElement(e)?_vendor_browser__popperjs_core_lib_domUtils_getHTMLElementScroll.getHTMLElementScroll(e):_vendor_browser__popperjs_core_lib_domUtils_getWindowScroll.getWindowScroll(e)}exports.getNodeScroll=getNodeScroll;\\n}, {\"985\":985,\"999\":999,\"1000\":1000,\"1001\":1001}];\\nwindow.modules[\"997\"] = [function(require,module,exports){\"use strict\";var _vendor_browser__popperjs_core_lib_domUtils_getBoundingClientRect=require(987),_vendor_browser__popperjs_core_lib_domUtils_getDocumentElement=require(992),_vendor_browser__popperjs_core_lib_domUtils_getWindowScroll=require(1000);function getWindowScrollBarX(e){return _vendor_browser__popperjs_core_lib_domUtils_getBoundingClientRect.getBoundingClientRect(_vendor_browser__popperjs_core_lib_domUtils_getDocumentElement.getDocumentElement(e)).left+_vendor_browser__popperjs_core_lib_domUtils_getWindowScroll.getWindowScroll(e).scrollLeft}exports.getWindowScrollBarX=getWindowScrollBarX;\\n}, {\"987\":987,\"992\":992,\"1000\":1000}];\\nwindow.modules[\"998\"] = [function(require,module,exports){\"use strict\";var _vendor_browser__popperjs_core_lib_domUtils_getComputedStyle=require(979);function isScrollParent(e){var r=_vendor_browser__popperjs_core_lib_domUtils_getComputedStyle.getComputedStyle(e),o=r.overflow,t=r.overflowX,l=r.overflowY;return/auto|scroll|overlay|hidden/.test(o+l+t)}exports.isScrollParent=isScrollParent;\\n}, {\"979\":979}];\\nwindow.modules[\"999\"] = [function(require,module,exports){\"use strict\";function getWindow(n){if(null==n)return window;if(\"[object Window]\"!==n.toString()){var t=n.ownerDocument;return t&&t.defaultView||window}return n}exports.getWindow=getWindow;\\n}, {}];\\nwindow.modules[\"1000\"] = [function(require,module,exports){\"use strict\";var _vendor_browser__popperjs_core_lib_domUtils_getWindow=require(999);function getWindowScroll(e){var o=_vendor_browser__popperjs_core_lib_domUtils_getWindow.getWindow(e);return{scrollLeft:o.pageXOffset,scrollTop:o.pageYOffset}}exports.getWindowScroll=getWindowScroll;\\n}, {\"999\":999}];\\nwindow.modules[\"1001\"] = [function(require,module,exports){\"use strict\";function getHTMLElementScroll(l){return{scrollLeft:l.scrollLeft,scrollTop:l.scrollTop}}exports.getHTMLElementScroll=getHTMLElementScroll;\\n}, {}];\\nwindow.modules[\"1002\"] = [function(require,module,exports){\"use strict\";var _vendor_browser__popperjs_core_lib_domUtils_getNodeName=require(994);function isTableElement(e){return[\"table\",\"td\",\"th\"].indexOf(_vendor_browser__popperjs_core_lib_domUtils_getNodeName.getNodeName(e))>=0}exports.isTableElement=isTableElement;\\n}, {\"994\":994}];\\nwindow.modules[\"1003\"] = [function(require,module,exports){\"use strict\";var _vendor_browser__popperjs_core_lib_domUtils_getParentNode=require(993),_vendor_browser__popperjs_core_lib_domUtils_isScrollParent=require(998),_vendor_browser__popperjs_core_lib_domUtils_getNodeName=require(994),_vendor_browser__popperjs_core_lib_domUtils_instanceOf=require(985);function getScrollParent(e){return[\"html\",\"body\",\"#document\"].indexOf(_vendor_browser__popperjs_core_lib_domUtils_getNodeName.getNodeName(e))>=0?e.ownerDocument.body:_vendor_browser__popperjs_core_lib_domUtils_instanceOf.isHTMLElement(e)&&_vendor_browser__popperjs_core_lib_domUtils_isScrollParent.isScrollParent(e)?e:getScrollParent(_vendor_browser__popperjs_core_lib_domUtils_getParentNode.getParentNode(e))}exports.getScrollParent=getScrollParent;\\n}, {\"985\":985,\"993\":993,\"994\":994,\"998\":998}];\\nwindow.modules[\"1004\"] = [function(require,module,exports){\"use strict\";var _vendor_browser__popperjs_core_lib_domUtils_getNodeName=require(994),_vendor_browser__popperjs_core_lib_domUtils_instanceOf=require(985);function applyStyles(e){var t=e.state;Object.keys(t.elements).forEach(function(e){var s=t.styles[e]||{},r=t.attributes[e]||{},o=t.elements[e];_vendor_browser__popperjs_core_lib_domUtils_instanceOf.isHTMLElement(o)&&_vendor_browser__popperjs_core_lib_domUtils_getNodeName.getNodeName(o)&&(Object.assign(o.style,s),Object.keys(r).forEach(function(e){var t=r[e];!1===t?o.removeAttribute(e):o.setAttribute(e,!0===t?\"\":t)}))})}function effect(e){var t=e.state,s={popper:{position:t.options.strategy,left:\"0\",top:\"0\",margin:\"0\"},arrow:{position:\"absolute\"},reference:{}};return Object.assign(t.elements.popper.style,s.popper),t.styles=s,t.elements.arrow&&Object.assign(t.elements.arrow.style,s.arrow),function(){Object.keys(t.elements).forEach(function(e){var r=t.elements[e],o=t.attributes[e]||{},n=Object.keys(t.styles.hasOwnProperty(e)?t.styles[e]:s[e]).reduce(function(e,t){return e[t]=\"\",e},{});_vendor_browser__popperjs_core_lib_domUtils_instanceOf.isHTMLElement(r)&&_vendor_browser__popperjs_core_lib_domUtils_getNodeName.getNodeName(r)&&(Object.assign(r.style,n),Object.keys(o).forEach(function(e){r.removeAttribute(e)}))})}}var applyStyles$1={name:\"applyStyles\",enabled:!0,phase:\"write\",fn:applyStyles,effect:effect,requires:[\"computeStyles\"]};exports.applyStyles=applyStyles$1;\\n}, {\"985\":985,\"994\":994}];\\nwindow.modules[\"1005\"] = [function(require,module,exports){(function (process){(function (){\\n\"use strict\";var _vendor_browser__popperjs_core_lib_utils_getBasePlacement=require(983),_vendor_browser__popperjs_core_lib_domUtils_getLayoutRect=require(975),_vendor_browser__popperjs_core_lib_domUtils_contains=require(986),_vendor_browser__popperjs_core_lib_domUtils_getOffsetParent=require(977),_vendor_browser__popperjs_core_lib_utils_getMainAxisFromPlacement=require(1006),_vendor_browser__popperjs_core_lib_utils_within=require(1007),_vendor_browser__popperjs_core_lib_utils_mergePaddingObject=require(1008),_vendor_browser__popperjs_core_lib_utils_expandToHashMap=require(1009),_vendor_browser__popperjs_core_lib_enums=require(973),_vendor_browser__popperjs_core_lib_domUtils_instanceOf=require(985),toPaddingObject=function(e,r){return e=\"function\"==typeof e?e(Object.assign({},r.rects,{placement:r.placement})):e,_vendor_browser__popperjs_core_lib_utils_mergePaddingObject.mergePaddingObject(\"number\"!=typeof e?e:_vendor_browser__popperjs_core_lib_utils_expandToHashMap.expandToHashMap(e,_vendor_browser__popperjs_core_lib_enums.basePlacements))};function arrow(e){var r,_=e.state,o=e.name,s=e.options,t=_.elements.arrow,n=_.modifiersData.popperOffsets,i=_vendor_browser__popperjs_core_lib_utils_getBasePlacement.getBasePlacement(_.placement),p=_vendor_browser__popperjs_core_lib_utils_getMainAxisFromPlacement.getMainAxisFromPlacement(i),a=[_vendor_browser__popperjs_core_lib_enums.left,_vendor_browser__popperjs_core_lib_enums.right].indexOf(i)>=0?\"height\":\"width\";if(t&&n){var l=toPaddingObject(s.padding,_),c=_vendor_browser__popperjs_core_lib_domUtils_getLayoutRect.getLayoutRect(t),d=\"y\"===p?_vendor_browser__popperjs_core_lib_enums.top:_vendor_browser__popperjs_core_lib_enums.left,b=\"y\"===p?_vendor_browser__popperjs_core_lib_enums.bottom:_vendor_browser__popperjs_core_lib_enums.right,m=_.rects.reference[a]+_.rects.reference[p]-n[p]-_.rects.popper[a],u=n[p]-_.rects.reference[p],w=_vendor_browser__popperjs_core_lib_domUtils_getOffsetParent.getOffsetParent(t),j=w?\"y\"===p?w.clientHeight||0:w.clientWidth||0:0,f=m/2-u/2,v=l[d],g=j-c[a]-l[b],O=j/2-c[a]/2+f,P=_vendor_browser__popperjs_core_lib_utils_within.within(v,O,g),h=p;_.modifiersData[o]=((r={})[h]=P,r.centerOffset=P-O,r)}}function effect(e){var r=e.state,_=e.options.element,o=void 0===_?\"[data-popper-arrow]\":_;null!=o&&(\"string\"!=typeof o||(o=r.elements.popper.querySelector(o)))&&(\"production\"!==window.process.env.NODE_ENV&&(_vendor_browser__popperjs_core_lib_domUtils_instanceOf.isHTMLElement(o)||console.error([\\'Popper: \"arrow\" element must be an HTMLElement (not an SVGElement).\\',\"To use an SVG arrow, wrap it in an HTMLElement that will be used as\",\"the arrow.\"].join(\" \"))),_vendor_browser__popperjs_core_lib_domUtils_contains.contains(r.elements.popper,o)?r.elements.arrow=o:\"production\"!==window.process.env.NODE_ENV&&console.error([\\'Popper: \"arrow\" modifier\\\\\\'s `element` must be a child of the popper\\',\"element.\"].join(\" \")))}var arrow$1={name:\"arrow\",enabled:!0,phase:\"main\",fn:arrow,effect:effect,requires:[\"popperOffsets\"],requiresIfExists:[\"preventOverflow\"]};exports.arrow=arrow$1;\\n\\n}).call(this)}).call(this,require(221))}, {\"221\":221,\"973\":973,\"975\":975,\"977\":977,\"983\":983,\"985\":985,\"986\":986,\"1006\":1006,\"1007\":1007,\"1008\":1008,\"1009\":1009}];\\nwindow.modules[\"1006\"] = [function(require,module,exports){\"use strict\";function getMainAxisFromPlacement(t){return[\"top\",\"bottom\"].indexOf(t)>=0?\"x\":\"y\"}exports.getMainAxisFromPlacement=getMainAxisFromPlacement;\\n}, {}];\\nwindow.modules[\"1007\"] = [function(require,module,exports){\"use strict\";var _vendor_browser__popperjs_core_lib_utils_math=require(988);function within(r,i,_){return _vendor_browser__popperjs_core_lib_utils_math.max(r,_vendor_browser__popperjs_core_lib_utils_math.min(i,_))}function withinMaxClamp(r,i,_){var t=within(r,i,_);return t>_?_:t}exports.within=within,exports.withinMaxClamp=withinMaxClamp;\\n}, {\"988\":988}];\\nwindow.modules[\"1008\"] = [function(require,module,exports){\"use strict\";var _vendor_browser__popperjs_core_lib_utils_getFreshSideObject=require(1024);function mergePaddingObject(e){return Object.assign({},_vendor_browser__popperjs_core_lib_utils_getFreshSideObject.getFreshSideObject(),e)}exports.mergePaddingObject=mergePaddingObject;\\n}, {\"1024\":1024}];\\nwindow.modules[\"1009\"] = [function(require,module,exports){\"use strict\";function expandToHashMap(a,e){return e.reduce(function(e,n){return e[n]=a,e},{})}exports.expandToHashMap=expandToHashMap;\\n}, {}];\\nwindow.modules[\"1010\"] = [function(require,module,exports){(function (process){(function (){\\n\"use strict\";var _vendor_browser__popperjs_core_lib_enums=require(973),_vendor_browser__popperjs_core_lib_domUtils_getOffsetParent=require(977),_vendor_browser__popperjs_core_lib_domUtils_getWindow=require(999),_vendor_browser__popperjs_core_lib_domUtils_getDocumentElement=require(992),_vendor_browser__popperjs_core_lib_domUtils_getComputedStyle=require(979),_vendor_browser__popperjs_core_lib_utils_getBasePlacement=require(983),_vendor_browser__popperjs_core_lib_utils_getVariation=require(1011),_vendor_browser__popperjs_core_lib_utils_math=require(988),unsetSides={top:\"auto\",right:\"auto\",bottom:\"auto\",left:\"auto\"};function roundOffsetsByDPR(e){var o=e.x,r=e.y,t=window.devicePixelRatio||1;return{x:_vendor_browser__popperjs_core_lib_utils_math.round(o*t)/t||0,y:_vendor_browser__popperjs_core_lib_utils_math.round(r*t)/t||0}}function mapToStyles(e){var o,r=e.popper,t=e.popperRect,s=e.placement,_=e.variation,p=e.offsets,i=e.position,n=e.gpuAcceleration,a=e.adaptive,l=e.roundOffsets,d=e.isFixed,m=p.x,u=void 0===m?0:m,c=p.y,b=void 0===c?0:c,f=\"function\"==typeof l?l({x:u,y:b}):{x:u,y:b};u=f.x,b=f.y;var v=p.hasOwnProperty(\"x\"),w=p.hasOwnProperty(\"y\"),g=_vendor_browser__popperjs_core_lib_enums.left,j=_vendor_browser__popperjs_core_lib_enums.top,y=window;if(a){var h=_vendor_browser__popperjs_core_lib_domUtils_getOffsetParent.getOffsetParent(r),S=\"clientHeight\",x=\"clientWidth\";if(h===_vendor_browser__popperjs_core_lib_domUtils_getWindow.getWindow(r)&&(h=_vendor_browser__popperjs_core_lib_domUtils_getDocumentElement.getDocumentElement(r),\"static\"!==_vendor_browser__popperjs_core_lib_domUtils_getComputedStyle.getComputedStyle(h).position&&\"absolute\"===i&&(S=\"scrollHeight\",x=\"scrollWidth\")),h=h,s===_vendor_browser__popperjs_core_lib_enums.top||(s===_vendor_browser__popperjs_core_lib_enums.left||s===_vendor_browser__popperjs_core_lib_enums.right)&&_===_vendor_browser__popperjs_core_lib_enums.end)j=_vendor_browser__popperjs_core_lib_enums.bottom,b-=(d&&h===y&&y.visualViewport?y.visualViewport.height:h[S])-t.height,b*=n?1:-1;if(s===_vendor_browser__popperjs_core_lib_enums.left||(s===_vendor_browser__popperjs_core_lib_enums.top||s===_vendor_browser__popperjs_core_lib_enums.bottom)&&_===_vendor_browser__popperjs_core_lib_enums.end)g=_vendor_browser__popperjs_core_lib_enums.right,u-=(d&&h===y&&y.visualViewport?y.visualViewport.width:h[x])-t.width,u*=n?1:-1}var O,P=Object.assign({position:i},a&&unsetSides),D=!0===l?roundOffsetsByDPR({x:u,y:b}):{x:u,y:b};return u=D.x,b=D.y,n?Object.assign({},P,((O={})[j]=w?\"0\":\"\",O[g]=v?\"0\":\"\",O.transform=(y.devicePixelRatio||1)<=1?\"translate(\"+u+\"px, \"+b+\"px)\":\"translate3d(\"+u+\"px, \"+b+\"px, 0)\",O)):Object.assign({},P,((o={})[j]=w?b+\"px\":\"\",o[g]=v?u+\"px\":\"\",o.transform=\"\",o))}function computeStyles(e){var o=e.state,r=e.options,t=r.gpuAcceleration,s=void 0===t||t,_=r.adaptive,p=void 0===_||_,i=r.roundOffsets,n=void 0===i||i;if(\"production\"!==window.process.env.NODE_ENV){var a=_vendor_browser__popperjs_core_lib_domUtils_getComputedStyle.getComputedStyle(o.elements.popper).transitionProperty||\"\";p&&[\"transform\",\"top\",\"right\",\"bottom\",\"left\"].some(function(e){return a.indexOf(e)>=0})&&console.warn([\"Popper: Detected CSS transitions on at least one of the following\",\\'CSS properties: \"transform\", \"top\", \"right\", \"bottom\", \"left\".\\',\"\\\\n\\\\n\",\\'Disable the \"computeStyles\" modifier\\\\\\'s `adaptive` option to allow\\',\"for smooth transitions, or remove these properties from the CSS\",\"transition declaration on the popper element if only transitioning\",\"opacity or background-color for example.\",\"\\\\n\\\\n\",\"We recommend using the popper element as a wrapper around an inner\",\"element that can have any CSS property transitioned for animations.\"].join(\" \"))}var l={placement:_vendor_browser__popperjs_core_lib_utils_getBasePlacement.getBasePlacement(o.placement),variation:_vendor_browser__popperjs_core_lib_utils_getVariation.getVariation(o.placement),popper:o.elements.popper,popperRect:o.rects.popper,gpuAcceleration:s,isFixed:\"fixed\"===o.options.strategy};null!=o.modifiersData.popperOffsets&&(o.styles.popper=Object.assign({},o.styles.popper,mapToStyles(Object.assign({},l,{offsets:o.modifiersData.popperOffsets,position:o.options.strategy,adaptive:p,roundOffsets:n})))),null!=o.modifiersData.arrow&&(o.styles.arrow=Object.assign({},o.styles.arrow,mapToStyles(Object.assign({},l,{offsets:o.modifiersData.arrow,position:\"absolute\",adaptive:!1,roundOffsets:n})))),o.attributes.popper=Object.assign({},o.attributes.popper,{\"data-popper-placement\":o.placement})}var computeStyles$1={name:\"computeStyles\",enabled:!0,phase:\"beforeWrite\",fn:computeStyles,data:{}};exports.computeStyles=computeStyles$1;\\n\\n}).call(this)}).call(this,require(221))}, {\"221\":221,\"973\":973,\"977\":977,\"979\":979,\"983\":983,\"988\":988,\"992\":992,\"999\":999,\"1011\":1011}];\\nwindow.modules[\"1011\"] = [function(require,module,exports){\"use strict\";function getVariation(t){return t.split(\"-\")[1]}exports.getVariation=getVariation;\\n}, {}];\\nwindow.modules[\"1012\"] = [function(require,module,exports){\"use strict\";var _vendor_browser__popperjs_core_lib_domUtils_getWindow=require(999),passive={passive:!0};function effect(e){var s=e.state,t=e.instance,r=e.options,n=r.scroll,i=void 0===n||n,o=r.resize,a=void 0===o||o,p=_vendor_browser__popperjs_core_lib_domUtils_getWindow.getWindow(s.elements.popper),v=[].concat(s.scrollParents.reference,s.scrollParents.popper);return i&&v.forEach(function(e){e.addEventListener(\"scroll\",t.update,passive)}),a&&p.addEventListener(\"resize\",t.update,passive),function(){i&&v.forEach(function(e){e.removeEventListener(\"scroll\",t.update,passive)}),a&&p.removeEventListener(\"resize\",t.update,passive)}}var eventListeners={name:\"eventListeners\",enabled:!0,phase:\"write\",fn:function(){},effect:effect,data:{}};exports.eventListeners=eventListeners;\\n}, {\"999\":999}];\\nwindow.modules[\"1013\"] = [function(require,module,exports){\"use strict\";var _vendor_browser__popperjs_core_lib_utils_getOppositePlacement=require(1014),_vendor_browser__popperjs_core_lib_utils_getBasePlacement=require(983),_vendor_browser__popperjs_core_lib_utils_getOppositeVariationPlacement=require(1015),_vendor_browser__popperjs_core_lib_utils_detectOverflow=require(1017),_vendor_browser__popperjs_core_lib_utils_computeAutoPlacement=require(1016),_vendor_browser__popperjs_core_lib_enums=require(973),_vendor_browser__popperjs_core_lib_utils_getVariation=require(1011);function getExpandedFallbackPlacements(e){if(_vendor_browser__popperjs_core_lib_utils_getBasePlacement.getBasePlacement(e)===_vendor_browser__popperjs_core_lib_enums.auto)return[];var r=_vendor_browser__popperjs_core_lib_utils_getOppositePlacement.getOppositePlacement(e);return[_vendor_browser__popperjs_core_lib_utils_getOppositeVariationPlacement.getOppositeVariationPlacement(e),r,_vendor_browser__popperjs_core_lib_utils_getOppositeVariationPlacement.getOppositeVariationPlacement(r)]}function flip(e){var r=e.state,_=e.options,o=e.name;if(!r.modifiersData[o]._skip){for(var t=_.mainAxis,s=void 0===t||t,p=_.altAxis,i=void 0===p||p,n=_.fallbackPlacements,a=_.padding,l=_.boundary,c=_.rootBoundary,u=_.altBoundary,b=_.flipVariations,d=void 0===b||b,m=_.allowedAutoPlacements,v=r.options.placement,f=_vendor_browser__popperjs_core_lib_utils_getBasePlacement.getBasePlacement(v),g=n||(f===v||!d?[_vendor_browser__popperjs_core_lib_utils_getOppositePlacement.getOppositePlacement(v)]:getExpandedFallbackPlacements(v)),w=[v].concat(g).reduce(function(e,_){return e.concat(_vendor_browser__popperjs_core_lib_utils_getBasePlacement.getBasePlacement(_)===_vendor_browser__popperjs_core_lib_enums.auto?_vendor_browser__popperjs_core_lib_utils_computeAutoPlacement.computeAutoPlacement(r,{placement:_,boundary:l,rootBoundary:c,padding:a,flipVariations:d,allowedAutoPlacements:m}):_)},[]),j=r.rects.reference,P=r.rects.popper,O=new Map,B=!0,V=w[0],k=0;k<w.length;k++){var y=w[k],h=_vendor_browser__popperjs_core_lib_utils_getBasePlacement.getBasePlacement(y),q=_vendor_browser__popperjs_core_lib_utils_getVariation.getVariation(y)===_vendor_browser__popperjs_core_lib_enums.start,A=[_vendor_browser__popperjs_core_lib_enums.top,_vendor_browser__popperjs_core_lib_enums.bottom].indexOf(h)>=0,x=A?\"width\":\"height\",E=_vendor_browser__popperjs_core_lib_utils_detectOverflow.detectOverflow(r,{placement:y,boundary:l,rootBoundary:c,altBoundary:u,padding:a}),D=A?q?_vendor_browser__popperjs_core_lib_enums.right:_vendor_browser__popperjs_core_lib_enums.left:q?_vendor_browser__popperjs_core_lib_enums.bottom:_vendor_browser__popperjs_core_lib_enums.top;j[x]>P[x]&&(D=_vendor_browser__popperjs_core_lib_utils_getOppositePlacement.getOppositePlacement(D));var F=_vendor_browser__popperjs_core_lib_utils_getOppositePlacement.getOppositePlacement(D),$=[];if(s&&$.push(E[h]<=0),i&&$.push(E[D]<=0,E[F]<=0),$.every(function(e){return e})){V=y,B=!1;break}O.set(y,$)}if(B)for(var I=function(e){var r=w.find(function(r){var _=O.get(r);if(_)return _.slice(0,e).every(function(e){return e})});if(r)return V=r,\"break\"},M=d?3:1;M>0;M--){if(\"break\"===I(M))break}r.placement!==V&&(r.modifiersData[o]._skip=!0,r.placement=V,r.reset=!0)}}var flip$1={name:\"flip\",enabled:!0,phase:\"main\",fn:flip,requiresIfExists:[\"offset\"],data:{_skip:!1}};exports.flip=flip$1;\\n}, {\"973\":973,\"983\":983,\"1011\":1011,\"1014\":1014,\"1015\":1015,\"1016\":1016,\"1017\":1017}];\\nwindow.modules[\"1014\"] = [function(require,module,exports){\"use strict\";var hash={left:\"right\",right:\"left\",bottom:\"top\",top:\"bottom\"};function getOppositePlacement(t){return t.replace(/left|right|bottom|top/g,function(t){return hash[t]})}exports.getOppositePlacement=getOppositePlacement;\\n}, {}];\\nwindow.modules[\"1015\"] = [function(require,module,exports){\"use strict\";var hash={start:\"end\",end:\"start\"};function getOppositeVariationPlacement(t){return t.replace(/start|end/g,function(t){return hash[t]})}exports.getOppositeVariationPlacement=getOppositeVariationPlacement;\\n}, {}];\\nwindow.modules[\"1016\"] = [function(require,module,exports){(function (process){(function (){\\n\"use strict\";var _vendor_browser__popperjs_core_lib_utils_getVariation=require(1011),_vendor_browser__popperjs_core_lib_enums=require(973),_vendor_browser__popperjs_core_lib_utils_detectOverflow=require(1017),_vendor_browser__popperjs_core_lib_utils_getBasePlacement=require(983);function computeAutoPlacement(e,r){void 0===r&&(r={});var o=r,t=o.placement,_=o.boundary,n=o.rootBoundary,s=o.padding,a=o.flipVariations,i=o.allowedAutoPlacements,l=void 0===i?_vendor_browser__popperjs_core_lib_enums.placements:i,p=_vendor_browser__popperjs_core_lib_utils_getVariation.getVariation(t),c=p?a?_vendor_browser__popperjs_core_lib_enums.variationPlacements:_vendor_browser__popperjs_core_lib_enums.variationPlacements.filter(function(e){return _vendor_browser__popperjs_core_lib_utils_getVariation.getVariation(e)===p}):_vendor_browser__popperjs_core_lib_enums.basePlacements,u=c.filter(function(e){return l.indexOf(e)>=0});0===u.length&&(u=c,\"production\"!==window.process.env.NODE_ENV&&console.error([\"Popper: The `allowedAutoPlacements` option did not allow any\",\"placements. Ensure the `placement` option matches the variation\",\"of the allowed placements.\",\\'For example, \"auto\" cannot be used to allow \"bottom-start\".\\',\\'Use \"auto-start\" instead.\\'].join(\" \")));var d=u.reduce(function(r,o){return r[o]=_vendor_browser__popperjs_core_lib_utils_detectOverflow.detectOverflow(e,{placement:o,boundary:_,rootBoundary:n,padding:s})[_vendor_browser__popperjs_core_lib_utils_getBasePlacement.getBasePlacement(o)],r},{});return Object.keys(d).sort(function(e,r){return d[e]-d[r]})}exports.computeAutoPlacement=computeAutoPlacement;\\n\\n}).call(this)}).call(this,require(221))}, {\"221\":221,\"973\":973,\"983\":983,\"1011\":1011,\"1017\":1017}];\\nwindow.modules[\"1017\"] = [function(require,module,exports){\"use strict\";var _vendor_browser__popperjs_core_lib_domUtils_getClippingRect=require(989),_vendor_browser__popperjs_core_lib_domUtils_getDocumentElement=require(992),_vendor_browser__popperjs_core_lib_domUtils_getBoundingClientRect=require(987),_vendor_browser__popperjs_core_lib_utils_computeOffsets=require(1021),_vendor_browser__popperjs_core_lib_utils_rectToClientRect=require(995),_vendor_browser__popperjs_core_lib_enums=require(973),_vendor_browser__popperjs_core_lib_domUtils_instanceOf=require(985),_vendor_browser__popperjs_core_lib_utils_mergePaddingObject=require(1008),_vendor_browser__popperjs_core_lib_utils_expandToHashMap=require(1009);function detectOverflow(e,_){void 0===_&&(_={});var r=_,o=r.placement,p=void 0===o?e.placement:o,t=r.boundary,s=void 0===t?_vendor_browser__popperjs_core_lib_enums.clippingParents:t,n=r.rootBoundary,i=void 0===n?_vendor_browser__popperjs_core_lib_enums.viewport:n,l=r.elementContext,c=void 0===l?_vendor_browser__popperjs_core_lib_enums.popper:l,b=r.altBoundary,d=void 0!==b&&b,m=r.padding,u=void 0===m?0:m,j=_vendor_browser__popperjs_core_lib_utils_mergePaddingObject.mergePaddingObject(\"number\"!=typeof u?u:_vendor_browser__popperjs_core_lib_utils_expandToHashMap.expandToHashMap(u,_vendor_browser__popperjs_core_lib_enums.basePlacements)),v=c===_vendor_browser__popperjs_core_lib_enums.popper?_vendor_browser__popperjs_core_lib_enums.reference:_vendor_browser__popperjs_core_lib_enums.popper,a=e.rects.popper,g=e.elements[d?v:c],w=_vendor_browser__popperjs_core_lib_domUtils_getClippingRect.getClippingRect(_vendor_browser__popperjs_core_lib_domUtils_instanceOf.isElement(g)?g:g.contextElement||_vendor_browser__popperjs_core_lib_domUtils_getDocumentElement.getDocumentElement(e.elements.popper),s,i),f=_vendor_browser__popperjs_core_lib_domUtils_getBoundingClientRect.getBoundingClientRect(e.elements.reference),O=_vendor_browser__popperjs_core_lib_utils_computeOffsets.computeOffsets({reference:f,element:a,strategy:\"absolute\",placement:p}),C=_vendor_browser__popperjs_core_lib_utils_rectToClientRect.rectToClientRect(Object.assign({},a,O)),R=c===_vendor_browser__popperjs_core_lib_enums.popper?C:f,h={top:w.top-R.top+j.top,bottom:R.bottom-w.bottom+j.bottom,left:w.left-R.left+j.left,right:R.right-w.right+j.right},x=e.modifiersData.offset;if(c===_vendor_browser__popperjs_core_lib_enums.popper&&x){var q=x[p];Object.keys(h).forEach(function(e){var _=[_vendor_browser__popperjs_core_lib_enums.right,_vendor_browser__popperjs_core_lib_enums.bottom].indexOf(e)>=0?1:-1,r=[_vendor_browser__popperjs_core_lib_enums.top,_vendor_browser__popperjs_core_lib_enums.bottom].indexOf(e)>=0?\"y\":\"x\";h[e]+=q[r]*_})}return h}exports.detectOverflow=detectOverflow;\\n}, {\"973\":973,\"985\":985,\"987\":987,\"989\":989,\"992\":992,\"995\":995,\"1008\":1008,\"1009\":1009,\"1021\":1021}];\\nwindow.modules[\"1018\"] = [function(require,module,exports){\"use strict\";var _vendor_browser__popperjs_core_lib_enums=require(973),_vendor_browser__popperjs_core_lib_utils_detectOverflow=require(1017);function getSideOffsets(e,r,t){return void 0===t&&(t={x:0,y:0}),{top:e.top-r.height-t.y,right:e.right-r.width+t.x,bottom:e.bottom-r.height+t.y,left:e.left-r.width-t.x}}function isAnySideFullyClipped(e){return[_vendor_browser__popperjs_core_lib_enums.top,_vendor_browser__popperjs_core_lib_enums.right,_vendor_browser__popperjs_core_lib_enums.bottom,_vendor_browser__popperjs_core_lib_enums.left].some(function(r){return e[r]>=0})}function hide(e){var r=e.state,t=e.name,o=r.rects.reference,s=r.rects.popper,p=r.modifiersData.preventOverflow,i=_vendor_browser__popperjs_core_lib_utils_detectOverflow.detectOverflow(r,{elementContext:\"reference\"}),_=_vendor_browser__popperjs_core_lib_utils_detectOverflow.detectOverflow(r,{altBoundary:!0}),n=getSideOffsets(i,o),d=getSideOffsets(_,s,p),l=isAnySideFullyClipped(n),f=isAnySideFullyClipped(d);r.modifiersData[t]={referenceClippingOffsets:n,popperEscapeOffsets:d,isReferenceHidden:l,hasPopperEscaped:f},r.attributes.popper=Object.assign({},r.attributes.popper,{\"data-popper-reference-hidden\":l,\"data-popper-escaped\":f})}var hide$1={name:\"hide\",enabled:!0,phase:\"main\",requiresIfExists:[\"preventOverflow\"],fn:hide};exports.hide=hide$1;\\n}, {\"973\":973,\"1017\":1017}];\\nwindow.modules[\"1019\"] = [function(require,module,exports){\"use strict\";var _vendor_browser__popperjs_core_lib_utils_getBasePlacement=require(983),_vendor_browser__popperjs_core_lib_enums=require(973);function distanceAndSkiddingToXY(e,r,s){var o=_vendor_browser__popperjs_core_lib_utils_getBasePlacement.getBasePlacement(e),_=[_vendor_browser__popperjs_core_lib_enums.left,_vendor_browser__popperjs_core_lib_enums.top].indexOf(o)>=0?-1:1,t=\"function\"==typeof s?s(Object.assign({},r,{placement:e})):s,n=t[0],p=t[1];return n=n||0,p=(p||0)*_,[_vendor_browser__popperjs_core_lib_enums.left,_vendor_browser__popperjs_core_lib_enums.right].indexOf(o)>=0?{x:p,y:n}:{x:n,y:p}}function offset(e){var r=e.state,s=e.options,o=e.name,_=s.offset,t=void 0===_?[0,0]:_,n=_vendor_browser__popperjs_core_lib_enums.placements.reduce(function(e,s){return e[s]=distanceAndSkiddingToXY(s,r.rects,t),e},{}),p=n[r.placement],i=p.x,f=p.y;null!=r.modifiersData.popperOffsets&&(r.modifiersData.popperOffsets.x+=i,r.modifiersData.popperOffsets.y+=f),r.modifiersData[o]=n}var offset$1={name:\"offset\",enabled:!0,phase:\"main\",requires:[\"popperOffsets\"],fn:offset};exports.offset=offset$1;\\n}, {\"973\":973,\"983\":983}];\\nwindow.modules[\"1020\"] = [function(require,module,exports){\"use strict\";var _vendor_browser__popperjs_core_lib_utils_computeOffsets=require(1021);function popperOffsets(e){var s=e.state,p=e.name;s.modifiersData[p]=_vendor_browser__popperjs_core_lib_utils_computeOffsets.computeOffsets({reference:s.rects.reference,element:s.rects.popper,strategy:\"absolute\",placement:s.placement})}var popperOffsets$1={name:\"popperOffsets\",enabled:!0,phase:\"read\",fn:popperOffsets,data:{}};exports.popperOffsets=popperOffsets$1;\\n}, {\"1021\":1021}];\\nwindow.modules[\"1021\"] = [function(require,module,exports){\"use strict\";var _vendor_browser__popperjs_core_lib_utils_getBasePlacement=require(983),_vendor_browser__popperjs_core_lib_utils_getVariation=require(1011),_vendor_browser__popperjs_core_lib_utils_getMainAxisFromPlacement=require(1006),_vendor_browser__popperjs_core_lib_enums=require(973);function computeOffsets(e){var r,_=e.reference,s=e.element,o=e.placement,t=o?_vendor_browser__popperjs_core_lib_utils_getBasePlacement.getBasePlacement(o):null,i=o?_vendor_browser__popperjs_core_lib_utils_getVariation.getVariation(o):null,n=_.x+_.width/2-s.width/2,p=_.y+_.height/2-s.height/2;switch(t){case _vendor_browser__popperjs_core_lib_enums.top:r={x:n,y:_.y-s.height};break;case _vendor_browser__popperjs_core_lib_enums.bottom:r={x:n,y:_.y+_.height};break;case _vendor_browser__popperjs_core_lib_enums.right:r={x:_.x+_.width,y:p};break;case _vendor_browser__popperjs_core_lib_enums.left:r={x:_.x-s.width,y:p};break;default:r={x:_.x,y:_.y}}var a=t?_vendor_browser__popperjs_core_lib_utils_getMainAxisFromPlacement.getMainAxisFromPlacement(t):null;if(null!=a){var l=\"y\"===a?\"height\":\"width\";switch(i){case _vendor_browser__popperjs_core_lib_enums.start:r[a]=r[a]-(_[l]/2-s[l]/2);break;case _vendor_browser__popperjs_core_lib_enums.end:r[a]=r[a]+(_[l]/2-s[l]/2)}}return r}exports.computeOffsets=computeOffsets;\\n}, {\"973\":973,\"983\":983,\"1006\":1006,\"1011\":1011}];\\nwindow.modules[\"1022\"] = [function(require,module,exports){\"use strict\";var _vendor_browser__popperjs_core_lib_enums=require(973),_vendor_browser__popperjs_core_lib_utils_getBasePlacement=require(983),_vendor_browser__popperjs_core_lib_utils_getMainAxisFromPlacement=require(1006),_vendor_browser__popperjs_core_lib_utils_getAltAxis=require(1023),_vendor_browser__popperjs_core_lib_utils_within=require(1007),_vendor_browser__popperjs_core_lib_domUtils_getLayoutRect=require(975),_vendor_browser__popperjs_core_lib_domUtils_getOffsetParent=require(977),_vendor_browser__popperjs_core_lib_utils_detectOverflow=require(1017),_vendor_browser__popperjs_core_lib_utils_getVariation=require(1011),_vendor_browser__popperjs_core_lib_utils_getFreshSideObject=require(1024),_vendor_browser__popperjs_core_lib_utils_math=require(988);function preventOverflow(e){var r=e.state,_=e.options,o=e.name,t=_.mainAxis,s=void 0===t||t,i=_.altAxis,p=void 0!==i&&i,n=_.boundary,l=_.rootBoundary,a=_.altBoundary,b=_.padding,d=_.tether,u=void 0===d||d,c=_.tetherOffset,m=void 0===c?0:c,w=_vendor_browser__popperjs_core_lib_utils_detectOverflow.detectOverflow(r,{boundary:n,rootBoundary:l,padding:b,altBoundary:a}),v=_vendor_browser__popperjs_core_lib_utils_getBasePlacement.getBasePlacement(r.placement),j=_vendor_browser__popperjs_core_lib_utils_getVariation.getVariation(r.placement),f=!j,g=_vendor_browser__popperjs_core_lib_utils_getMainAxisFromPlacement.getMainAxisFromPlacement(v),h=_vendor_browser__popperjs_core_lib_utils_getAltAxis.getAltAxis(g),x=r.modifiersData.popperOffsets,A=r.rects.reference,O=r.rects.popper,y=\"function\"==typeof m?m(Object.assign({},r.rects,{placement:r.placement})):m,q=\"number\"==typeof y?{mainAxis:y,altAxis:y}:Object.assign({mainAxis:0,altAxis:0},y),P=r.modifiersData.offset?r.modifiersData.offset[r.placement]:null,B={x:0,y:0};if(x){if(s){var F,D=\"y\"===g?_vendor_browser__popperjs_core_lib_enums.top:_vendor_browser__popperjs_core_lib_enums.left,L=\"y\"===g?_vendor_browser__popperjs_core_lib_enums.bottom:_vendor_browser__popperjs_core_lib_enums.right,M=\"y\"===g?\"height\":\"width\",R=x[g],S=R+w[D],U=R-w[L],V=u?-O[M]/2:0,$=j===_vendor_browser__popperjs_core_lib_enums.start?A[M]:O[M],C=j===_vendor_browser__popperjs_core_lib_enums.start?-O[M]:-A[M],E=r.elements.arrow,I=u&&E?_vendor_browser__popperjs_core_lib_domUtils_getLayoutRect.getLayoutRect(E):{width:0,height:0},T=r.modifiersData[\"arrow#persistent\"]?r.modifiersData[\"arrow#persistent\"].padding:_vendor_browser__popperjs_core_lib_utils_getFreshSideObject.getFreshSideObject(),k=T[D],z=T[L],G=_vendor_browser__popperjs_core_lib_utils_within.within(0,A[M],I[M]),H=f?A[M]/2-V-G-k-q.mainAxis:$-G-k-q.mainAxis,J=f?-A[M]/2+V+G+z+q.mainAxis:C+G+z+q.mainAxis,K=r.elements.arrow&&_vendor_browser__popperjs_core_lib_domUtils_getOffsetParent.getOffsetParent(r.elements.arrow),N=K?\"y\"===g?K.clientTop||0:K.clientLeft||0:0,Q=null!=(F=null==P?void 0:P[g])?F:0,W=R+H-Q-N,X=R+J-Q,Y=_vendor_browser__popperjs_core_lib_utils_within.within(u?_vendor_browser__popperjs_core_lib_utils_math.min(S,W):S,R,u?_vendor_browser__popperjs_core_lib_utils_math.max(U,X):U);x[g]=Y,B[g]=Y-R}if(p){var Z,ee=\"x\"===g?_vendor_browser__popperjs_core_lib_enums.top:_vendor_browser__popperjs_core_lib_enums.left,re=\"x\"===g?_vendor_browser__popperjs_core_lib_enums.bottom:_vendor_browser__popperjs_core_lib_enums.right,_e=x[h],oe=\"y\"===h?\"height\":\"width\",te=_e+w[ee],se=_e-w[re],ie=-1!==[_vendor_browser__popperjs_core_lib_enums.top,_vendor_browser__popperjs_core_lib_enums.left].indexOf(v),pe=null!=(Z=null==P?void 0:P[h])?Z:0,ne=ie?te:_e-A[oe]-O[oe]-pe+q.altAxis,le=ie?_e+A[oe]+O[oe]-pe-q.altAxis:se,ae=u&&ie?_vendor_browser__popperjs_core_lib_utils_within.withinMaxClamp(ne,_e,le):_vendor_browser__popperjs_core_lib_utils_within.within(u?ne:te,_e,u?le:se);x[h]=ae,B[h]=ae-_e}r.modifiersData[o]=B}}var preventOverflow$1={name:\"preventOverflow\",enabled:!0,phase:\"main\",fn:preventOverflow,requiresIfExists:[\"offset\"]};exports.preventOverflow=preventOverflow$1;\\n}, {\"973\":973,\"975\":975,\"977\":977,\"983\":983,\"988\":988,\"1006\":1006,\"1007\":1007,\"1011\":1011,\"1017\":1017,\"1023\":1023,\"1024\":1024}];\\nwindow.modules[\"1023\"] = [function(require,module,exports){\"use strict\";function getAltAxis(t){return\"x\"===t?\"y\":\"x\"}exports.getAltAxis=getAltAxis;\\n}, {}];\\nwindow.modules[\"1024\"] = [function(require,module,exports){\"use strict\";function getFreshSideObject(){return{top:0,right:0,bottom:0,left:0}}exports.getFreshSideObject=getFreshSideObject;\\n}, {}];\\nwindow.modules[\"1025\"] = [function(require,module,exports){\"use strict\";var _vendor_browser__popperjs_core_lib_createPopper=require(972),_vendor_browser__popperjs_core_lib_modifiers_eventListeners=require(1012),_vendor_browser__popperjs_core_lib_modifiers_popperOffsets=require(1020),_vendor_browser__popperjs_core_lib_modifiers_computeStyles=require(1010),_vendor_browser__popperjs_core_lib_modifiers_applyStyles=require(1004),_vendor_browser__popperjs_core_lib_modifiers_offset=require(1019),_vendor_browser__popperjs_core_lib_modifiers_flip=require(1013),_vendor_browser__popperjs_core_lib_modifiers_preventOverflow=require(1022),_vendor_browser__popperjs_core_lib_modifiers_arrow=require(1005),_vendor_browser__popperjs_core_lib_modifiers_hide=require(1018),defaultModifiers=[_vendor_browser__popperjs_core_lib_modifiers_eventListeners.eventListeners,_vendor_browser__popperjs_core_lib_modifiers_popperOffsets.popperOffsets,_vendor_browser__popperjs_core_lib_modifiers_computeStyles.computeStyles,_vendor_browser__popperjs_core_lib_modifiers_applyStyles.applyStyles,_vendor_browser__popperjs_core_lib_modifiers_offset.offset,_vendor_browser__popperjs_core_lib_modifiers_flip.flip,_vendor_browser__popperjs_core_lib_modifiers_preventOverflow.preventOverflow,_vendor_browser__popperjs_core_lib_modifiers_arrow.arrow,_vendor_browser__popperjs_core_lib_modifiers_hide.hide],createPopper=_vendor_browser__popperjs_core_lib_createPopper.popperGenerator({defaultModifiers:defaultModifiers});exports.createPopper=createPopper;\\n}, {\"972\":972,\"1004\":1004,\"1005\":1005,\"1010\":1010,\"1012\":1012,\"1013\":1013,\"1018\":1018,\"1019\":1019,\"1020\":1020,\"1022\":1022}];\\nwindow.modules[\"1026\"] = [function(require,module,exports){\"use strict\";function format(r){for(var t=arguments.length,e=new Array(t>1?t-1:0),n=1;n<t;n++)e[n-1]=arguments[n];return[].concat(e).reduce(function(r,t){return r.replace(/%s/,t)},r)}exports.format=format;\\n}, {}];\\nwindow.modules[\"1031\"] = [function(require,module,exports){\"use strict\";var _vendor_browser__commonjsHelpers=require(937),_vendor_browser_objectAssign_index=require(1033),_vendor_browser_assert_node_modules_util_util=require(1032);function _instanceof(e,t){return null!=t&&\"undefined\"!=typeof Symbol&&t[Symbol.hasInstance]?!!t[Symbol.hasInstance](e):e instanceof t}var assert_1=_vendor_browser__commonjsHelpers.createCommonjsModule(function(e){var t=function(e,t){if(e===t)return 0;for(var r=e.length,n=t.length,o=0,i=Math.min(r,n);o<i;++o)if(e[o]!==t[o]){r=e[o],n=t[o];break}return r<n?-1:n<r?1:0},r=function(e){return _vendor_browser__commonjsHelpers.commonjsGlobal.Buffer&&\"function\"==typeof _vendor_browser__commonjsHelpers.commonjsGlobal.Buffer.isBuffer?_vendor_browser__commonjsHelpers.commonjsGlobal.Buffer.isBuffer(e):!(null==e||!e._isBuffer)},n=function(e){return Object.prototype.toString.call(e)},o=function(e){return!r(e)&&(\"function\"==typeof _vendor_browser__commonjsHelpers.commonjsGlobal.ArrayBuffer&&(\"function\"==typeof ArrayBuffer.isView?ArrayBuffer.isView(e):!!e&&(!!_instanceof(e,DataView)||!(!e.buffer||!_instanceof(e.buffer,ArrayBuffer)))))},i=function(e){if(_vendor_browser_assert_node_modules_util_util.util.isFunction(e)){if(g)return e.name;var t=e.toString().match(E);return t&&t[1]}},u=function(e,t){return\"string\"==typeof e?e.length<t?e:e.slice(0,t):e},s=function(e){if(g||!_vendor_browser_assert_node_modules_util_util.util.isFunction(e))return _vendor_browser_assert_node_modules_util_util.util.inspect(e);var t=i(e);return\"[Function\"+(t?\": \"+t:\"\")+\"]\"},a=function(e,t,r,n,o){throw new v.AssertionError({message:r,actual:e,expected:t,operator:n,stackStartFunction:o})},l=function(e,t){e||a(e,!0,t,\"==\",v.ok)},c=function(e,i,u,s){if(e===i)return!0;if(r(e)&&r(i))return 0===t(e,i);if(_vendor_browser_assert_node_modules_util_util.util.isDate(e)&&_vendor_browser_assert_node_modules_util_util.util.isDate(i))return e.getTime()===i.getTime();if(_vendor_browser_assert_node_modules_util_util.util.isRegExp(e)&&_vendor_browser_assert_node_modules_util_util.util.isRegExp(i))return e.source===i.source&&e.global===i.global&&e.multiline===i.multiline&&e.lastIndex===i.lastIndex&&e.ignoreCase===i.ignoreCase;if(null!==e&&\"object\"==typeof e||null!==i&&\"object\"==typeof i){if(o(e)&&o(i)&&n(e)===n(i)&&!_instanceof(e,Float32Array)&&!_instanceof(e,Float64Array))return 0===t(new Uint8Array(e.buffer),new Uint8Array(i.buffer));if(r(e)!==r(i))return!1;var a=(s=s||{actual:[],expected:[]}).actual.indexOf(e);return-1!==a&&a===s.expected.indexOf(i)||(s.actual.push(e),s.expected.push(i),f(e,i,u,s))}return u?e===i:e==i},_=function(e){return\"[object Arguments]\"==Object.prototype.toString.call(e)},f=function(e,t,r,n){if(null==e||null==t)return!1;if(_vendor_browser_assert_node_modules_util_util.util.isPrimitive(e)||_vendor_browser_assert_node_modules_util_util.util.isPrimitive(t))return e===t;if(r&&Object.getPrototypeOf(e)!==Object.getPrototypeOf(t))return!1;var o=_(e),i=_(t);if(o&&!i||!o&&i)return!1;if(o)return e=b.call(e),t=b.call(t),c(e,t,r);var u,s,a=w(e),l=w(t);if(a.length!==l.length)return!1;for(a.sort(),l.sort(),s=a.length-1;s>=0;s--)if(a[s]!==l[s])return!1;for(s=a.length-1;s>=0;s--)if(u=a[s],!c(e[u],t[u],r,n))return!1;return!0},d=function(e,t){if(!e||!t)return!1;if(\"[object RegExp]\"==Object.prototype.toString.call(t))return t.test(e);try{if(_instanceof(e,t))return!0}catch(e){}return!Error.isPrototypeOf(t)&&!0===t.call({},e)},p=function(e,t,r,n){var o;if(\"function\"!=typeof t)throw new TypeError(\\'\"block\" argument must be a function\\');\"string\"==typeof r&&(n=r,r=null),o=function(e){var t;try{e()}catch(e){t=e}return t}(t),n=(r&&r.name?\" (\"+r.name+\").\":\".\")+(n?\" \"+n:\".\"),e&&!o&&a(o,r,\"Missing expected exception\"+n);var i=\"string\"==typeof n,u=!e&&o&&!r;if((!e&&_vendor_browser_assert_node_modules_util_util.util.isError(o)&&i&&d(o,r)||u)&&a(o,r,\"Got unwanted exception\"+n),e&&o&&r&&!d(o,r)||!e&&o)throw o},m=Object.prototype.hasOwnProperty,b=Array.prototype.slice,g=\"foo\"===function(){}.name,v=e.exports=l,E=/\\\\s*function\\\\s+([^\\\\(\\\\s]*)\\\\s*/;v.AssertionError=function(e){var t;this.name=\"AssertionError\",this.actual=e.actual,this.expected=e.expected,this.operator=e.operator,e.message?(this.message=e.message,this.generatedMessage=!1):(this.message=u(s((t=this).actual),128)+\" \"+t.operator+\" \"+u(s(t.expected),128),this.generatedMessage=!0);var r=e.stackStartFunction||a;if(Error.captureStackTrace)Error.captureStackTrace(this,r);else{var n=new Error;if(n.stack){var o=n.stack,l=i(r),c=o.indexOf(\"\\\\n\"+l);if(c>=0){var _=o.indexOf(\"\\\\n\",c+1);o=o.substring(_+1)}this.stack=o}}},_vendor_browser_assert_node_modules_util_util.util.inherits(v.AssertionError,Error),v.fail=a,v.ok=l,v.equal=function(e,t,r){e!=t&&a(e,t,r,\"==\",v.equal)},v.notEqual=function(e,t,r){e==t&&a(e,t,r,\"!=\",v.notEqual)},v.deepEqual=function(e,t,r){c(e,t,!1)||a(e,t,r,\"deepEqual\",v.deepEqual)},v.deepStrictEqual=function(e,t,r){c(e,t,!0)||a(e,t,r,\"deepStrictEqual\",v.deepStrictEqual)},v.notDeepEqual=function(e,t,r){c(e,t,!1)&&a(e,t,r,\"notDeepEqual\",v.notDeepEqual)},v.notDeepStrictEqual=function e(t,r,n){c(t,r,!0)&&a(t,r,n,\"notDeepStrictEqual\",e)},v.strictEqual=function(e,t,r){e!==t&&a(e,t,r,\"===\",v.strictEqual)},v.notStrictEqual=function(e,t,r){e===t&&a(e,t,r,\"!==\",v.notStrictEqual)},v.throws=function(e,t,r){p(!0,e,t,r)},v.doesNotThrow=function(e,t,r){p(!1,e,t,r)},v.ifError=function(e){if(e)throw e},v.strict=_vendor_browser_objectAssign_index.objectAssign(function e(t,r){t||a(t,!0,r,\"==\",e)},v,{equal:v.strictEqual,deepEqual:v.deepStrictEqual,notEqual:v.notStrictEqual,notDeepEqual:v.notDeepStrictEqual}),v.strict.strict=v.strict;var w=Object.keys||function(e){var t=[];for(var r in e)m.call(e,r)&&t.push(r);return t}});exports.assert_1=assert_1;\\n}, {\"937\":937,\"1032\":1032,\"1033\":1033}];\\nwindow.modules[\"1032\"] = [function(require,module,exports){(function (process){(function (){\\n\"use strict\";var _vendor_browser__commonjsHelpers=require(937),_vendor_browser_assert_node_modules_inherits_inherits_browser=require(1034),_vendor_browser_assert_node_modules_util_support_isBufferBrowser=require(1035);function _instanceof(e,r){return null!=r&&\"undefined\"!=typeof Symbol&&r[Symbol.hasInstance]?!!r[Symbol.hasInstance](e):e instanceof r}var _typeof=function(e){return e&&\"undefined\"!=typeof Symbol&&e.constructor===Symbol?\"symbol\":typeof e},util=_vendor_browser__commonjsHelpers.createCommonjsModule(function(e,r){var n=function(e,n){var i={seen:[],stylize:o};return arguments.length>=3&&(i.depth=arguments[2]),arguments.length>=4&&(i.colors=arguments[3]),p(n)?i.showHidden=n:n&&r._extend(i,n),_(i.showHidden)&&(i.showHidden=!1),_(i.depth)&&(i.depth=2),_(i.colors)&&(i.colors=!1),_(i.customInspect)&&(i.customInspect=!0),i.colors&&(i.stylize=t),D(i,e,i.depth)},t=function(e,r){var t=n.styles[r];return t?\"\\x1b[\"+n.colors[t][0]+\"m\"+e+\"\\x1b[\"+n.colors[t][1]+\"m\":e},o=function(e,r){return e},i=function(e){var r={};return e.forEach(function(e,n){r[e]=!0}),r},s=function(e,r){if(_(r))return e.stylize(\"undefined\",\"undefined\");if(g(r)){var n=\"\\'\"+JSON.stringify(r).replace(/^\"|\"$/g,\"\").replace(/\\'/g,\"\\\\\\\\\\'\").replace(/\\\\\\\\\"/g,\\'\"\\')+\"\\'\";return e.stylize(n,\"string\")}return y(r)?e.stylize(\"\"+r,\"number\"):p(r)?e.stylize(\"\"+r,\"boolean\"):d(r)?e.stylize(\"null\",\"null\"):void 0},u=function(e){return\"[\"+Error.prototype.toString.call(e)+\"]\"},c=function(e,r,n,t,o){for(var i=[],s=0,u=r.length;s<u;++s)O(r,String(s))?i.push(l(e,r,n,t,String(s),!0)):i.push(\"\");return o.forEach(function(o){o.match(/^\\\\d+$/)||i.push(l(e,r,n,t,o,!0))}),i},l=function(e,r,n,t,o,i){var s,u,c;if((c=Object.getOwnPropertyDescriptor(r,o)||{value:r[o]}).get?u=c.set?e.stylize(\"[Getter/Setter]\",\"special\"):e.stylize(\"[Getter]\",\"special\"):c.set&&(u=e.stylize(\"[Setter]\",\"special\")),O(t,o)||(s=\"[\"+o+\"]\"),u||(e.seen.indexOf(c.value)<0?(u=d(n)?D(e,c.value,null):D(e,c.value,n-1)).indexOf(\"\\\\n\")>-1&&(u=i?u.split(\"\\\\n\").map(function(e){return\" \"+e}).join(\"\\\\n\").substr(2):\"\\\\n\"+u.split(\"\\\\n\").map(function(e){return\" \"+e}).join(\"\\\\n\")):u=e.stylize(\"[Circular]\",\"special\")),_(s)){if(i&&o.match(/^\\\\d+$/))return u;(s=JSON.stringify(\"\"+o)).match(/^\"([a-zA-Z_][a-zA-Z_0-9]*)\"$/)?(s=s.substr(1,s.length-2),s=e.stylize(s,\"name\")):(s=s.replace(/\\'/g,\"\\\\\\\\\\'\").replace(/\\\\\\\\\"/g,\\'\"\\').replace(/(^\"|\"$)/g,\"\\'\"),s=e.stylize(s,\"string\"))}return s+\": \"+u},a=function(e,r,n){return e.reduce(function(e,r){return r.indexOf(\"\\\\n\"),e+r.replace(/\\\\u001b\\\\[\\\\d\\\\d?m/g,\"\").length+1},0)>60?n[0]+(\"\"===r?\"\":r+\"\\\\n \")+\" \"+e.join(\",\\\\n \")+\" \"+n[1]:n[0]+r+\" \"+e.join(\", \")+\" \"+n[1]},f=function(e){return Array.isArray(e)},p=function(e){return\"boolean\"==typeof e},d=function(e){return null===e},y=function(e){return\"number\"==typeof e},g=function(e){return\"string\"==typeof e},_=function(e){return void 0===e},m=function(e){return b(e)&&\"[object RegExp]\"===j(e)},b=function(e){return\"object\"==typeof e&&null!==e},h=function(e){return b(e)&&\"[object Date]\"===j(e)},v=function(e){return b(e)&&(\"[object Error]\"===j(e)||_instanceof(e,Error))},w=function(e){return\"function\"==typeof e},j=function(e){return Object.prototype.toString.call(e)},S=function(e){return e<10?\"0\"+e.toString(10):e.toString(10)},O=function(e,r){return Object.prototype.hasOwnProperty.call(e,r)},z=/%[sdj%]/g;r.format=function(e){if(!g(e)){for(var r=[],t=0;t<arguments.length;t++)r.push(n(arguments[t]));return r.join(\" \")}t=1;for(var o=arguments,i=o.length,s=String(e).replace(z,function(e){if(\"%%\"===e)return\"%\";if(t>=i)return e;switch(e){case\"%s\":return String(o[t++]);case\"%d\":return Number(o[t++]);case\"%j\":try{return JSON.stringify(o[t++])}catch(e){return\"[Circular]\"}default:return e}}),u=o[t];t<i;u=o[++t])d(u)||!b(u)?s+=\" \"+u:s+=\" \"+n(u);return s},r.deprecate=function(e,n){if(_(_vendor_browser__commonjsHelpers.commonjsGlobal.process))return function(){return r.deprecate(e,n).apply(this,arguments)};if(!0===process.noDeprecation)return e;var t=!1;return function(){if(!t){if(process.throwDeprecation)throw new Error(n);process.traceDeprecation?console.trace(n):console.error(n),t=!0}return e.apply(this,arguments)}};var x,E={};function D(e,n,t){if(e.customInspect&&n&&w(n.inspect)&&n.inspect!==r.inspect&&(!n.constructor||n.constructor.prototype!==n)){var o=n.inspect(t,e);return g(o)||(o=D(e,o,t)),o}var p=s(e,n);if(p)return p;var d=Object.keys(n),y=i(d);if(e.showHidden&&(d=Object.getOwnPropertyNames(n)),v(n)&&(d.indexOf(\"message\")>=0||d.indexOf(\"description\")>=0))return u(n);if(0===d.length){if(w(n)){var _=n.name?\": \"+n.name:\"\";return e.stylize(\"[Function\"+_+\"]\",\"special\")}if(m(n))return e.stylize(RegExp.prototype.toString.call(n),\"regexp\");if(h(n))return e.stylize(Date.prototype.toString.call(n),\"date\");if(v(n))return u(n)}var b,j=\"\",S=!1,O=[\"{\",\"}\"];(f(n)&&(S=!0,O=[\"[\",\"]\"]),w(n))&&(j=\" [Function\"+(n.name?\": \"+n.name:\"\")+\"]\");return m(n)&&(j=\" \"+RegExp.prototype.toString.call(n)),h(n)&&(j=\" \"+Date.prototype.toUTCString.call(n)),v(n)&&(j=\" \"+u(n)),0!==d.length||S&&0!=n.length?t<0?m(n)?e.stylize(RegExp.prototype.toString.call(n),\"regexp\"):e.stylize(\"[Object]\",\"special\"):(e.seen.push(n),b=S?c(e,n,t,y,d):d.map(function(r){return l(e,n,t,y,r,S)}),e.seen.pop(),a(b,j,O)):O[0]+j+O[1]}r.debuglog=function(e){if(_(x)&&(x=window.process.env.NODE_DEBUG||\"\"),e=e.toUpperCase(),!E[e])if(new RegExp(\"\\\\\\\\b\"+e+\"\\\\\\\\b\",\"i\").test(x)){var n=process.pid;E[e]=function(){var t=r.format.apply(r,arguments);console.error(\"%s %d: %s\",e,n,t)}}else E[e]=function(){};return E[e]},r.inspect=n,n.colors={bold:[1,22],italic:[3,23],underline:[4,24],inverse:[7,27],white:[37,39],grey:[90,39],black:[30,39],blue:[34,39],cyan:[36,39],green:[32,39],magenta:[35,39],red:[31,39],yellow:[33,39]},n.styles={special:\"cyan\",number:\"yellow\",boolean:\"yellow\",undefined:\"grey\",null:\"bold\",string:\"green\",date:\"magenta\",regexp:\"red\"},r.isArray=f,r.isBoolean=p,r.isNull=d,r.isNullOrUndefined=function(e){return null==e},r.isNumber=y,r.isString=g,r.isSymbol=function(e){return\"symbol\"===(void 0===e?\"undefined\":_typeof(e))},r.isUndefined=_,r.isRegExp=m,r.isObject=b,r.isDate=h,r.isError=v,r.isFunction=w,r.isPrimitive=function(e){return null===e||\"boolean\"==typeof e||\"number\"==typeof e||\"string\"==typeof e||\"symbol\"===(void 0===e?\"undefined\":_typeof(e))||void 0===e},r.isBuffer=_vendor_browser_assert_node_modules_util_support_isBufferBrowser.isBufferBrowser;var B=[\"Jan\",\"Feb\",\"Mar\",\"Apr\",\"May\",\"Jun\",\"Jul\",\"Aug\",\"Sep\",\"Oct\",\"Nov\",\"Dec\"];r.log=function(){var e,n;console.log(\"%s - %s\",(e=new Date,n=[S(e.getHours()),S(e.getMinutes()),S(e.getSeconds())].join(\":\"),[e.getDate(),B[e.getMonth()],n].join(\" \")),r.format.apply(r,arguments))},r.inherits=_vendor_browser_assert_node_modules_inherits_inherits_browser.inherits_browser,r._extend=function(e,r){if(!r||!b(r))return e;for(var n=Object.keys(r),t=n.length;t--;)e[n[t]]=r[n[t]];return e}});exports.util=util;\\n\\n}).call(this)}).call(this,require(221))}, {\"221\":221,\"937\":937,\"1034\":1034,\"1035\":1035}];\\nwindow.modules[\"1033\"] = [function(require,module,exports){\"use strict\";var getOwnPropertySymbols=Object.getOwnPropertySymbols,hasOwnProperty=Object.prototype.hasOwnProperty,propIsEnumerable=Object.prototype.propertyIsEnumerable;function toObject(e){if(null==e)throw new TypeError(\"Object.assign cannot be called with null or undefined\");return Object(e)}function shouldUseNative(){try{if(!Object.assign)return!1;var e=new String(\"abc\");if(e[5]=\"de\",\"5\"===Object.getOwnPropertyNames(e)[0])return!1;for(var r={},t=0;t<10;t++)r[\"_\"+String.fromCharCode(t)]=t;if(\"0123456789\"!==Object.getOwnPropertyNames(r).map(function(e){return r[e]}).join(\"\"))return!1;var n={};return\"abcdefghijklmnopqrst\".split(\"\").forEach(function(e){n[e]=e}),\"abcdefghijklmnopqrst\"===Object.keys(Object.assign({},n)).join(\"\")}catch(e){return!1}}var objectAssign=shouldUseNative()?Object.assign:function(e,r){for(var t,n,o=toObject(e),s=1;s<arguments.length;s++){for(var a in t=Object(arguments[s]))hasOwnProperty.call(t,a)&&(o[a]=t[a]);if(getOwnPropertySymbols){n=getOwnPropertySymbols(t);for(var c=0;c<n.length;c++)propIsEnumerable.call(t,n[c])&&(o[n[c]]=t[n[c]])}}return o};exports.objectAssign=objectAssign;\\n}, {}];\\nwindow.modules[\"1034\"] = [function(require,module,exports){\"use strict\";var _vendor_browser__commonjsHelpers=require(937),inherits_browser=_vendor_browser__commonjsHelpers.createCommonjsModule(function(e){\"function\"==typeof Object.create?e.exports=function(e,r){e.super_=r,e.prototype=Object.create(r.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}})}:e.exports=function(e,r){e.super_=r;var o=function(){};o.prototype=r.prototype,e.prototype=new o,e.prototype.constructor=e}});exports.inherits_browser=inherits_browser;\\n}, {\"937\":937}];\\nwindow.modules[\"1035\"] = [function(require,module,exports){\"use strict\";var isBufferBrowser=function(e){return e&&\"object\"==typeof e&&\"function\"==typeof e.copy&&\"function\"==typeof e.fill&&\"function\"==typeof e.readUInt8};exports.isBufferBrowser=isBufferBrowser;\\n}, {}];\\nwindow.modules[\"1036\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_axios_lib_utils=require(1044),_vendor_browser_axios_lib_helpers_bind=require(1053),_vendor_browser_axios_lib_core_Axios=require(1056),_vendor_browser_axios_lib_core_mergeConfig=require(1054),_vendor_browser_axios_lib_defaults=require(1052),_vendor_browser_axios_lib_cancel_Cancel=require(1055),_vendor_browser_axios_lib_cancel_CancelToken=require(1057),_vendor_browser_axios_lib_cancel_isCancel=require(1058),_vendor_browser_axios_lib_helpers_spread=require(1059),_vendor_browser_axios_lib_helpers_isAxiosError=require(1060);function createInstance(e){var r=new _vendor_browser_axios_lib_core_Axios.Axios_1(e),_=_vendor_browser_axios_lib_helpers_bind.bind(_vendor_browser_axios_lib_core_Axios.Axios_1.prototype.request,r);return _vendor_browser_axios_lib_utils.utils.extend(_,_vendor_browser_axios_lib_core_Axios.Axios_1.prototype,r),_vendor_browser_axios_lib_utils.utils.extend(_,r),_}var axios=createInstance(_vendor_browser_axios_lib_defaults.defaults_1);axios.Axios=_vendor_browser_axios_lib_core_Axios.Axios_1,axios.create=function(e){return createInstance(_vendor_browser_axios_lib_core_mergeConfig.mergeConfig(axios.defaults,e))},axios.Cancel=_vendor_browser_axios_lib_cancel_Cancel.Cancel_1,axios.CancelToken=_vendor_browser_axios_lib_cancel_CancelToken.CancelToken_1,axios.isCancel=_vendor_browser_axios_lib_cancel_isCancel.isCancel,axios.all=function(e){return Promise.all(e)},axios.spread=_vendor_browser_axios_lib_helpers_spread.spread,axios.isAxiosError=_vendor_browser_axios_lib_helpers_isAxiosError.isAxiosError;var axios_1=axios,_default=axios;axios_1.default=_default,exports.axios_1=axios_1;\\n}, {\"1044\":1044,\"1052\":1052,\"1053\":1053,\"1054\":1054,\"1055\":1055,\"1056\":1056,\"1057\":1057,\"1058\":1058,\"1059\":1059,\"1060\":1060}];\\nwindow.modules[\"1037\"] = [function(require,module,exports){\"use strict\";require(1039),require(1038),require(1040);var _vendor_browser_followRedirects_index=require(1041);require(1042);var _vendor_browser_axios_lib_adapters_xhr=require(1043);_vendor_browser_followRedirects_index.followRedirects.http,_vendor_browser_followRedirects_index.followRedirects.https;\\n}, {\"1038\":1038,\"1039\":1039,\"1040\":1040,\"1041\":1041,\"1042\":1042,\"1043\":1043}];\\nwindow.modules[\"1038\"] = [function(require,module,exports){var http=require(1039),url=require(1663),https=module.exports;for(var key in http)http.hasOwnProperty(key)&&(https[key]=http[key]);function validateParams(t){if(\"string\"==typeof t&&(t=url.parse(t)),t.protocol||(t.protocol=\"https:\"),\"https:\"!==t.protocol)throw new Error(\\'Protocol \"\\'+t.protocol+\\'\" not supported. Expected \"https:\"\\');return t}https.request=function(t,r){return t=validateParams(t),http.request.call(this,t,r)},https.get=function(t,r){return t=validateParams(t),http.get.call(this,t,r)};\\n}, {\"1039\":1039,\"1663\":1663}];\\nwindow.modules[\"1039\"] = [function(require,module,exports){(function (global){(function (){\\nvar ClientRequest=require(3477),response=require(3476),extend=require(3475),statusCodes=require(3355),url=require(1663),http=exports;http.request=function(e,t){e=\"string\"==typeof e?url.parse(e):extend(e);var r=-1===global.location.protocol.search(/^https?:$/)?\"http:\":\"\",s=e.protocol||r,n=e.hostname||e.host,o=e.port,p=e.path||\"/\";n&&-1!==n.indexOf(\":\")&&(n=\"[\"+n+\"]\"),e.url=(n?s+\"//\"+n:\"\")+(o?\":\"+o:\"\")+p,e.method=(e.method||\"GET\").toUpperCase(),e.headers=e.headers||{};var u=new ClientRequest(e);return t&&u.on(\"response\",t),u},http.get=function(e,t){var r=http.request(e,t);return r.end(),r},http.ClientRequest=ClientRequest,http.IncomingMessage=response.IncomingMessage,http.Agent=function(){},http.Agent.defaultMaxSockets=4,http.globalAgent=new http.Agent,http.STATUS_CODES=statusCodes,http.METHODS=[\"CHECKOUT\",\"CONNECT\",\"COPY\",\"DELETE\",\"GET\",\"HEAD\",\"LOCK\",\"M-SEARCH\",\"MERGE\",\"MKACTIVITY\",\"MKCOL\",\"MOVE\",\"NOTIFY\",\"OPTIONS\",\"PATCH\",\"POST\",\"PROPFIND\",\"PROPPATCH\",\"PURGE\",\"PUT\",\"REPORT\",\"SEARCH\",\"SUBSCRIBE\",\"TRACE\",\"UNLOCK\",\"UNSUBSCRIBE\"];\\n\\n}).call(this)}).call(this,typeof global !== \"undefined\" ? global : typeof self !== \"undefined\" ? self : typeof window !== \"undefined\" ? window : {})}, {\"1663\":1663,\"3355\":3355,\"3475\":3475,\"3476\":3476,\"3477\":3477}];\\nwindow.modules[\"1040\"] = [function(require,module,exports){(function (process){(function (){\\n\"use strict\";var Buffer=require(161).Buffer,Transform=require(1355).Transform,binding=require(3349),util=require(1976),assert=require(1983).ok,kMaxLength=require(161).kMaxLength,kRangeErrorMessage=\"Cannot create final Buffer. It would be larger than 0x\"+kMaxLength.toString(16)+\" bytes\";binding.Z_MIN_WINDOWBITS=8,binding.Z_MAX_WINDOWBITS=15,binding.Z_DEFAULT_WINDOWBITS=15,binding.Z_MIN_CHUNK=64,binding.Z_MAX_CHUNK=1/0,binding.Z_DEFAULT_CHUNK=16384,binding.Z_MIN_MEMLEVEL=1,binding.Z_MAX_MEMLEVEL=9,binding.Z_DEFAULT_MEMLEVEL=8,binding.Z_MIN_LEVEL=-1,binding.Z_MAX_LEVEL=9,binding.Z_DEFAULT_LEVEL=binding.Z_DEFAULT_COMPRESSION;for(var bkeys=Object.keys(binding),bk=0;bk<bkeys.length;bk++){var bkey=bkeys[bk];bkey.match(/^Z/)&&Object.defineProperty(exports,bkey,{enumerable:!0,value:binding[bkey],writable:!1})}for(var codes={Z_OK:binding.Z_OK,Z_STREAM_END:binding.Z_STREAM_END,Z_NEED_DICT:binding.Z_NEED_DICT,Z_ERRNO:binding.Z_ERRNO,Z_STREAM_ERROR:binding.Z_STREAM_ERROR,Z_DATA_ERROR:binding.Z_DATA_ERROR,Z_MEM_ERROR:binding.Z_MEM_ERROR,Z_BUF_ERROR:binding.Z_BUF_ERROR,Z_VERSION_ERROR:binding.Z_VERSION_ERROR},ckeys=Object.keys(codes),ck=0;ck<ckeys.length;ck++){var ckey=ckeys[ck];codes[codes[ckey]]=ckey}function zlibBuffer(e,n,i){var t=[],r=0;function s(){for(var n;null!==(n=e.read());)t.push(n),r+=n.length;e.once(\"readable\",s)}function f(){var n,s=null;r>=kMaxLength?s=new RangeError(kRangeErrorMessage):n=Buffer.concat(t,r),t=[],e.close(),i(s,n)}e.on(\"error\",function(n){e.removeListener(\"end\",f),e.removeListener(\"readable\",s),i(n)}),e.on(\"end\",f),e.end(n),s()}function zlibBufferSync(e,n){if(\"string\"==typeof n&&(n=Buffer.from(n)),!Buffer.isBuffer(n))throw new TypeError(\"Not a string or buffer\");var i=e._finishFlushFlag;return e._processChunk(n,i)}function Deflate(e){if(!(this instanceof Deflate))return new Deflate(e);Zlib.call(this,e,binding.DEFLATE)}function Inflate(e){if(!(this instanceof Inflate))return new Inflate(e);Zlib.call(this,e,binding.INFLATE)}function Gzip(e){if(!(this instanceof Gzip))return new Gzip(e);Zlib.call(this,e,binding.GZIP)}function Gunzip(e){if(!(this instanceof Gunzip))return new Gunzip(e);Zlib.call(this,e,binding.GUNZIP)}function DeflateRaw(e){if(!(this instanceof DeflateRaw))return new DeflateRaw(e);Zlib.call(this,e,binding.DEFLATERAW)}function InflateRaw(e){if(!(this instanceof InflateRaw))return new InflateRaw(e);Zlib.call(this,e,binding.INFLATERAW)}function Unzip(e){if(!(this instanceof Unzip))return new Unzip(e);Zlib.call(this,e,binding.UNZIP)}function isValidFlushFlag(e){return e===binding.Z_NO_FLUSH||e===binding.Z_PARTIAL_FLUSH||e===binding.Z_SYNC_FLUSH||e===binding.Z_FULL_FLUSH||e===binding.Z_FINISH||e===binding.Z_BLOCK}function Zlib(e,n){var i=this;if(this._opts=e=e||{},this._chunkSize=e.chunkSize||exports.Z_DEFAULT_CHUNK,Transform.call(this,e),e.flush&&!isValidFlushFlag(e.flush))throw new Error(\"Invalid flush flag: \"+e.flush);if(e.finishFlush&&!isValidFlushFlag(e.finishFlush))throw new Error(\"Invalid flush flag: \"+e.finishFlush);if(this._flushFlag=e.flush||binding.Z_NO_FLUSH,this._finishFlushFlag=void 0!==e.finishFlush?e.finishFlush:binding.Z_FINISH,e.chunkSize&&(e.chunkSize<exports.Z_MIN_CHUNK||e.chunkSize>exports.Z_MAX_CHUNK))throw new Error(\"Invalid chunk size: \"+e.chunkSize);if(e.windowBits&&(e.windowBits<exports.Z_MIN_WINDOWBITS||e.windowBits>exports.Z_MAX_WINDOWBITS))throw new Error(\"Invalid windowBits: \"+e.windowBits);if(e.level&&(e.level<exports.Z_MIN_LEVEL||e.level>exports.Z_MAX_LEVEL))throw new Error(\"Invalid compression level: \"+e.level);if(e.memLevel&&(e.memLevel<exports.Z_MIN_MEMLEVEL||e.memLevel>exports.Z_MAX_MEMLEVEL))throw new Error(\"Invalid memLevel: \"+e.memLevel);if(e.strategy&&e.strategy!=exports.Z_FILTERED&&e.strategy!=exports.Z_HUFFMAN_ONLY&&e.strategy!=exports.Z_RLE&&e.strategy!=exports.Z_FIXED&&e.strategy!=exports.Z_DEFAULT_STRATEGY)throw new Error(\"Invalid strategy: \"+e.strategy);if(e.dictionary&&!Buffer.isBuffer(e.dictionary))throw new Error(\"Invalid dictionary: it should be a Buffer instance\");this._handle=new binding.Zlib(n);var t=this;this._hadError=!1,this._handle.onerror=function(e,n){_close(t),t._hadError=!0;var i=new Error(e);i.errno=n,i.code=exports.codes[n],t.emit(\"error\",i)};var r=exports.Z_DEFAULT_COMPRESSION;\"number\"==typeof e.level&&(r=e.level);var s=exports.Z_DEFAULT_STRATEGY;\"number\"==typeof e.strategy&&(s=e.strategy),this._handle.init(e.windowBits||exports.Z_DEFAULT_WINDOWBITS,r,e.memLevel||exports.Z_DEFAULT_MEMLEVEL,s,e.dictionary),this._buffer=Buffer.allocUnsafe(this._chunkSize),this._offset=0,this._level=r,this._strategy=s,this.once(\"end\",this.close),Object.defineProperty(this,\"_closed\",{get:function(){return!i._handle},configurable:!0,enumerable:!0})}function _close(e,n){n&&process.nextTick(n),e._handle&&(e._handle.close(),e._handle=null)}function emitCloseNT(e){e.emit(\"close\")}Object.defineProperty(exports,\"codes\",{enumerable:!0,value:Object.freeze(codes),writable:!1}),exports.Deflate=Deflate,exports.Inflate=Inflate,exports.Gzip=Gzip,exports.Gunzip=Gunzip,exports.DeflateRaw=DeflateRaw,exports.InflateRaw=InflateRaw,exports.Unzip=Unzip,exports.createDeflate=function(e){return new Deflate(e)},exports.createInflate=function(e){return new Inflate(e)},exports.createDeflateRaw=function(e){return new DeflateRaw(e)},exports.createInflateRaw=function(e){return new InflateRaw(e)},exports.createGzip=function(e){return new Gzip(e)},exports.createGunzip=function(e){return new Gunzip(e)},exports.createUnzip=function(e){return new Unzip(e)},exports.deflate=function(e,n,i){return\"function\"==typeof n&&(i=n,n={}),zlibBuffer(new Deflate(n),e,i)},exports.deflateSync=function(e,n){return zlibBufferSync(new Deflate(n),e)},exports.gzip=function(e,n,i){return\"function\"==typeof n&&(i=n,n={}),zlibBuffer(new Gzip(n),e,i)},exports.gzipSync=function(e,n){return zlibBufferSync(new Gzip(n),e)},exports.deflateRaw=function(e,n,i){return\"function\"==typeof n&&(i=n,n={}),zlibBuffer(new DeflateRaw(n),e,i)},exports.deflateRawSync=function(e,n){return zlibBufferSync(new DeflateRaw(n),e)},exports.unzip=function(e,n,i){return\"function\"==typeof n&&(i=n,n={}),zlibBuffer(new Unzip(n),e,i)},exports.unzipSync=function(e,n){return zlibBufferSync(new Unzip(n),e)},exports.inflate=function(e,n,i){return\"function\"==typeof n&&(i=n,n={}),zlibBuffer(new Inflate(n),e,i)},exports.inflateSync=function(e,n){return zlibBufferSync(new Inflate(n),e)},exports.gunzip=function(e,n,i){return\"function\"==typeof n&&(i=n,n={}),zlibBuffer(new Gunzip(n),e,i)},exports.gunzipSync=function(e,n){return zlibBufferSync(new Gunzip(n),e)},exports.inflateRaw=function(e,n,i){return\"function\"==typeof n&&(i=n,n={}),zlibBuffer(new InflateRaw(n),e,i)},exports.inflateRawSync=function(e,n){return zlibBufferSync(new InflateRaw(n),e)},util.inherits(Zlib,Transform),Zlib.prototype.params=function(e,n,i){if(e<exports.Z_MIN_LEVEL||e>exports.Z_MAX_LEVEL)throw new RangeError(\"Invalid compression level: \"+e);if(n!=exports.Z_FILTERED&&n!=exports.Z_HUFFMAN_ONLY&&n!=exports.Z_RLE&&n!=exports.Z_FIXED&&n!=exports.Z_DEFAULT_STRATEGY)throw new TypeError(\"Invalid strategy: \"+n);if(this._level!==e||this._strategy!==n){var t=this;this.flush(binding.Z_SYNC_FLUSH,function(){assert(t._handle,\"zlib binding closed\"),t._handle.params(e,n),t._hadError||(t._level=e,t._strategy=n,i&&i())})}else process.nextTick(i)},Zlib.prototype.reset=function(){return assert(this._handle,\"zlib binding closed\"),this._handle.reset()},Zlib.prototype._flush=function(e){this._transform(Buffer.alloc(0),\"\",e)},Zlib.prototype.flush=function(e,n){var i=this,t=this._writableState;(\"function\"==typeof e||void 0===e&&!n)&&(n=e,e=binding.Z_FULL_FLUSH),t.ended?n&&process.nextTick(n):t.ending?n&&this.once(\"end\",n):t.needDrain?n&&this.once(\"drain\",function(){return i.flush(e,n)}):(this._flushFlag=e,this.write(Buffer.alloc(0),\"\",n))},Zlib.prototype.close=function(e){_close(this,e),process.nextTick(emitCloseNT,this)},Zlib.prototype._transform=function(e,n,i){var t,r=this._writableState,s=(r.ending||r.ended)&&(!e||r.length===e.length);return null===e||Buffer.isBuffer(e)?this._handle?(s?t=this._finishFlushFlag:(t=this._flushFlag,e.length>=r.length&&(this._flushFlag=this._opts.flush||binding.Z_NO_FLUSH)),void this._processChunk(e,t,i)):i(new Error(\"zlib binding closed\")):i(new Error(\"invalid input\"))},Zlib.prototype._processChunk=function(e,n,i){var t=e&&e.length,r=this._chunkSize-this._offset,s=0,f=this,o=\"function\"==typeof i;if(!o){var l,a=[],u=0;this.on(\"error\",function(e){l=e}),assert(this._handle,\"zlib binding closed\");do{var _=this._handle.writeSync(n,e,s,t,this._buffer,this._offset,r)}while(!this._hadError&&d(_[0],_[1]));if(this._hadError)throw l;if(u>=kMaxLength)throw _close(this),new RangeError(kRangeErrorMessage);var c=Buffer.concat(a,u);return _close(this),c}assert(this._handle,\"zlib binding closed\");var h=this._handle.write(n,e,s,t,this._buffer,this._offset,r);function d(l,_){if(this&&(this.buffer=null,this.callback=null),!f._hadError){var c=r-_;if(assert(c>=0,\"have should not go down\"),c>0){var h=f._buffer.slice(f._offset,f._offset+c);f._offset+=c,o?f.push(h):(a.push(h),u+=h.length)}if((0===_||f._offset>=f._chunkSize)&&(r=f._chunkSize,f._offset=0,f._buffer=Buffer.allocUnsafe(f._chunkSize)),0===_){if(s+=t-l,t=l,!o)return!0;var b=f._handle.write(n,e,s,t,f._buffer,f._offset,f._chunkSize);return b.callback=d,void(b.buffer=e)}if(!o)return!1;i()}}h.buffer=e,h.callback=d},util.inherits(Deflate,Zlib),util.inherits(Inflate,Zlib),util.inherits(Gzip,Zlib),util.inherits(Gunzip,Zlib),util.inherits(DeflateRaw,Zlib),util.inherits(InflateRaw,Zlib),util.inherits(Unzip,Zlib);\\n\\n}).call(this)}).call(this,require(221))}, {\"161\":161,\"221\":221,\"1355\":1355,\"1976\":1976,\"1983\":1983,\"3349\":3349}];\\nwindow.modules[\"1041\"] = [function(require,module,exports){\"use strict\";var require$$0=require(1355),_vendor_browser_url_url=require(1042),http=require(1039),https=require(1038),_vendor_browser_assert_assert=require(1031),_vendor_browser_followRedirects_debug=require(1354);function _interopDefaultLegacy(e){return e&&\"object\"==typeof e&&\"default\"in e?e:{default:e}}var require$$0__default=_interopDefaultLegacy(require$$0),http__default=_interopDefaultLegacy(http),https__default=_interopDefaultLegacy(https);function _instanceof(e,t){return null!=t&&\"undefined\"!=typeof Symbol&&t[Symbol.hasInstance]?!!t[Symbol.hasInstance](e):e instanceof t}var URL=_vendor_browser_url_url.url.URL,Writable=require$$0__default.default.Writable,events=[\"abort\",\"aborted\",\"connect\",\"error\",\"socket\",\"timeout\"],eventHandlers=Object.create(null);events.forEach(function(e){eventHandlers[e]=function(t,r,o){this._redirectable.emit(e,t,r,o)}});var InvalidUrlError=createErrorType(\"ERR_INVALID_URL\",\"Invalid URL\",TypeError),RedirectionError=createErrorType(\"ERR_FR_REDIRECTION_FAILURE\",\"Redirected request failed\"),TooManyRedirectsError=createErrorType(\"ERR_FR_TOO_MANY_REDIRECTS\",\"Maximum number of redirects exceeded\"),MaxBodyLengthExceededError=createErrorType(\"ERR_FR_MAX_BODY_LENGTH_EXCEEDED\",\"Request body larger than maxBodyLength limit\"),WriteAfterEndError=createErrorType(\"ERR_STREAM_WRITE_AFTER_END\",\"write after end\");function RedirectableRequest(e,t){Writable.call(this),this._sanitizeOptions(e),this._options=e,this._ended=!1,this._ending=!1,this._redirectCount=0,this._redirects=[],this._requestBodyLength=0,this._requestBodyBuffers=[],t&&this.on(\"response\",t);var r=this;this._onNativeResponse=function(e){r._processResponse(e)},this._performRequest()}function wrap(e){var t={maxRedirects:21,maxBodyLength:10485760},r={};return Object.keys(e).forEach(function(o){var s=o+\":\",i=r[s]=e[o],n=t[o]=Object.create(i);Object.defineProperties(n,{request:{value:function(e,o,i){if(isString(e)){var n;try{n=urlToOptions(new URL(e))}catch(t){n=_vendor_browser_url_url.url.parse(e)}if(!isString(n.protocol))throw new InvalidUrlError({input:e});e=n}else URL&&_instanceof(e,URL)?e=urlToOptions(e):(i=o,o=e,e={protocol:s});return isFunction(o)&&(i=o,o=null),(o=Object.assign({maxRedirects:t.maxRedirects,maxBodyLength:t.maxBodyLength},e,o)).nativeProtocols=r,isString(o.host)||isString(o.hostname)||(o.hostname=\"::1\"),_vendor_browser_assert_assert.assert_1.equal(o.protocol,s,\"protocol mismatch\"),_vendor_browser_followRedirects_debug.debug_1(\"options\",o),new RedirectableRequest(o,i)},configurable:!0,enumerable:!0,writable:!0},get:{value:function(e,t,r){var o=n.request(e,t,r);return o.end(),o},configurable:!0,enumerable:!0,writable:!0}})}),t}function noop(){}function urlToOptions(e){var t={protocol:e.protocol,hostname:e.hostname.startsWith(\"[\")?e.hostname.slice(1,-1):e.hostname,hash:e.hash,search:e.search,pathname:e.pathname,path:e.pathname+e.search,href:e.href};return\"\"!==e.port&&(t.port=Number(e.port)),t}function removeMatchingHeaders(e,t){var r;for(var o in t)e.test(o)&&(r=t[o],delete t[o]);return null==r?void 0:String(r).trim()}function createErrorType(e,t,r){var o=function(r){Error.captureStackTrace(this,this.constructor),Object.assign(this,r||{}),this.code=e,this.message=this.cause?t+\": \"+this.cause.message:t};return(o.prototype=new(r||Error)).constructor=o,o.prototype.name=\"Error [\"+e+\"]\",o}function abortRequest(e){var t=!0,r=!1,o=void 0;try{for(var s,i=events[Symbol.iterator]();!(t=(s=i.next()).done);t=!0){var n=s.value;e.removeListener(n,eventHandlers[n])}}catch(e){r=!0,o=e}finally{try{t||null==i.return||i.return()}finally{if(r)throw o}}e.on(\"error\",noop),e.abort()}function isSubdomain(e,t){_vendor_browser_assert_assert.assert_1(isString(e)&&isString(t));var r=e.length-t.length-1;return r>0&&\".\"===e[r]&&e.endsWith(t)}function isString(e){return\"string\"==typeof e||_instanceof(e,String)}function isFunction(e){return\"function\"==typeof e}function isBuffer(e){return\"object\"==typeof e&&\"length\"in e}RedirectableRequest.prototype=Object.create(Writable.prototype),RedirectableRequest.prototype.abort=function(){abortRequest(this._currentRequest),this.emit(\"abort\")},RedirectableRequest.prototype.write=function(e,t,r){if(this._ending)throw new WriteAfterEndError;if(!isString(e)&&!isBuffer(e))throw new TypeError(\"data should be a string, Buffer or Uint8Array\");isFunction(t)&&(r=t,t=null),0!==e.length?this._requestBodyLength+e.length<=this._options.maxBodyLength?(this._requestBodyLength+=e.length,this._requestBodyBuffers.push({data:e,encoding:t}),this._currentRequest.write(e,t,r)):(this.emit(\"error\",new MaxBodyLengthExceededError),this.abort()):r&&r()},RedirectableRequest.prototype.end=function(e,t,r){if(isFunction(e)?(r=e,e=t=null):isFunction(t)&&(r=t,t=null),e){var o=this,s=this._currentRequest;this.write(e,t,function(){o._ended=!0,s.end(null,null,r)}),this._ending=!0}else this._ended=this._ending=!0,this._currentRequest.end(null,null,r)},RedirectableRequest.prototype.setHeader=function(e,t){this._options.headers[e]=t,this._currentRequest.setHeader(e,t)},RedirectableRequest.prototype.removeHeader=function(e){delete this._options.headers[e],this._currentRequest.removeHeader(e)},RedirectableRequest.prototype.setTimeout=function(e,t){var r=function(t){t.setTimeout(e),t.removeListener(\"timeout\",t.destroy),t.addListener(\"timeout\",t.destroy)},o=function(t){s._timeout&&clearTimeout(s._timeout),s._timeout=setTimeout(function(){s.emit(\"timeout\"),i()},e),r(t)},s=this;function i(){s._timeout&&(clearTimeout(s._timeout),s._timeout=null),s.removeListener(\"abort\",i),s.removeListener(\"error\",i),s.removeListener(\"response\",i),t&&s.removeListener(\"timeout\",t),s.socket||s._currentRequest.removeListener(\"socket\",o)}return t&&this.on(\"timeout\",t),this.socket?o(this.socket):this._currentRequest.once(\"socket\",o),this.on(\"socket\",r),this.on(\"abort\",i),this.on(\"error\",i),this.on(\"response\",i),this},[\"flushHeaders\",\"getHeader\",\"setNoDelay\",\"setSocketKeepAlive\"].forEach(function(e){RedirectableRequest.prototype[e]=function(t,r){return this._currentRequest[e](t,r)}}),[\"aborted\",\"connection\",\"socket\"].forEach(function(e){Object.defineProperty(RedirectableRequest.prototype,e,{get:function(){return this._currentRequest[e]}})}),RedirectableRequest.prototype._sanitizeOptions=function(e){if(e.headers||(e.headers={}),e.host&&(e.hostname||(e.hostname=e.host),delete e.host),!e.pathname&&e.path){var t=e.path.indexOf(\"?\");t<0?e.pathname=e.path:(e.pathname=e.path.substring(0,t),e.search=e.path.substring(t))}},RedirectableRequest.prototype._performRequest=function(){var e=this._options.protocol,t=this._options.nativeProtocols[e];if(t){if(this._options.agents){var r=e.slice(0,-1);this._options.agent=this._options.agents[r]}var o=this._currentRequest=t.request(this._options,this._onNativeResponse);o._redirectable=this;var s=!0,i=!1,n=void 0;try{for(var a,u=events[Symbol.iterator]();!(s=(a=u.next()).done);s=!0){var h=a.value;o.on(h,eventHandlers[h])}}catch(e){i=!0,n=e}finally{try{s||null==u.return||u.return()}finally{if(i)throw n}}if(this._currentUrl=/^\\\\//.test(this._options.path)?_vendor_browser_url_url.url.format(this._options):this._options.path,this._isRedirect){var c=0,d=this,l=this._requestBodyBuffers;!function e(t){if(o===d._currentRequest)if(t)d.emit(\"error\",t);else if(c<l.length){var r=l[c++];o.finished||o.write(r.data,r.encoding,e)}else d._ended&&o.end()}()}}else this.emit(\"error\",new TypeError(\"Unsupported protocol \"+e))},RedirectableRequest.prototype._processResponse=function(e){var t=e.statusCode;this._options.trackRedirects&&this._redirects.push({url:this._currentUrl,headers:e.headers,statusCode:t});var r=e.headers.location;if(!r||!1===this._options.followRedirects||t<300||t>=400)return e.responseUrl=this._currentUrl,e.redirects=this._redirects,this.emit(\"response\",e),void(this._requestBodyBuffers=[]);if(abortRequest(this._currentRequest),e.destroy(),++this._redirectCount>this._options.maxRedirects)this.emit(\"error\",new TooManyRedirectsError);else{var o,s=this._options.beforeRedirect;s&&(o=Object.assign({Host:e.req.getHeader(\"host\")},this._options.headers));var i=this._options.method;((301===t||302===t)&&\"POST\"===this._options.method||303===t&&!/^(?:GET|HEAD)$/.test(this._options.method))&&(this._options.method=\"GET\",this._requestBodyBuffers=[],removeMatchingHeaders(/^content-/i,this._options.headers));var n,a=removeMatchingHeaders(/^host$/i,this._options.headers),u=_vendor_browser_url_url.url.parse(this._currentUrl),h=a||u.host,c=/^\\\\w+:/.test(r)?this._currentUrl:_vendor_browser_url_url.url.format(Object.assign(u,{host:h}));try{n=_vendor_browser_url_url.url.resolve(c,r)}catch(e){return void this.emit(\"error\",new RedirectionError({cause:e}))}_vendor_browser_followRedirects_debug.debug_1(\"redirecting to\",n),this._isRedirect=!0;var d=_vendor_browser_url_url.url.parse(n);if(Object.assign(this._options,d),(d.protocol!==u.protocol&&\"https:\"!==d.protocol||d.host!==h&&!isSubdomain(d.host,h))&&removeMatchingHeaders(/^(?:authorization|cookie)$/i,this._options.headers),isFunction(s)){var l={headers:e.headers,statusCode:t},_={url:c,method:i,headers:o};try{s(this._options,l,_)}catch(e){return void this.emit(\"error\",e)}this._sanitizeOptions(this._options)}try{this._performRequest()}catch(e){this.emit(\"error\",new RedirectionError({cause:e}))}}};var followRedirects=wrap({http:http__default.default,https:https__default.default}),wrap_1=wrap;followRedirects.wrap=wrap_1,exports.followRedirects=followRedirects;\\n}, {\"1031\":1031,\"1038\":1038,\"1039\":1039,\"1042\":1042,\"1354\":1354,\"1355\":1355}];\\nwindow.modules[\"1042\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_url_node_modules_punycode_punycode=require(1619),_vendor_browser_querystring_index=require(1613);function _instanceof(t,s){return null!=s&&\"undefined\"!=typeof Symbol&&s[Symbol.hasInstance]?!!s[Symbol.hasInstance](t):t instanceof s}var _typeof=function(t){return t&&\"undefined\"!=typeof Symbol&&t.constructor===Symbol?\"symbol\":typeof t},parse=urlParse,resolve=urlResolve,resolveObject=urlResolveObject,format=urlFormat,Url_1=Url;function Url(){this.protocol=null,this.slashes=null,this.auth=null,this.host=null,this.port=null,this.hostname=null,this.hash=null,this.search=null,this.query=null,this.pathname=null,this.path=null,this.href=null}var protocolPattern=/^([a-z0-9.+-]+:)/i,portPattern=/:[0-9]*$/,delims=[\"<\",\">\",\\'\"\\',\"`\",\" \",\"\\\\r\",\"\\\\n\",\"\\\\t\"],unwise=[\"{\",\"}\",\"|\",\"\\\\\\\\\",\"^\",\"`\"].concat(delims),autoEscape=[\"\\'\"].concat(unwise),nonHostChars=[\"%\",\"/\",\"?\",\";\",\"#\"].concat(autoEscape),hostEndingChars=[\"/\",\"?\",\"#\"],hostnameMaxLen=255,hostnamePartPattern=/^[a-z0-9A-Z_-]{0,63}$/,hostnamePartStart=/^([a-z0-9A-Z_-]{0,63})(.*)$/,unsafeProtocol={javascript:!0,\"javascript:\":!0},hostlessProtocol={javascript:!0,\"javascript:\":!0},slashedProtocol={http:!0,https:!0,ftp:!0,gopher:!0,file:!0,\"http:\":!0,\"https:\":!0,\"ftp:\":!0,\"gopher:\":!0,\"file:\":!0};function urlParse(t,s,e){if(t&&isObject(t)&&_instanceof(t,Url))return t;var r=new Url;return r.parse(t,s,e),r}function urlFormat(t){return isString(t)&&(t=urlParse(t)),_instanceof(t,Url)?t.format():Url.prototype.format.call(t)}function urlResolve(t,s){return urlParse(t,!1,!0).resolve(s)}function urlResolveObject(t,s){return t?urlParse(t,!1,!0).resolveObject(s):s}function isString(t){return\"string\"==typeof t}function isObject(t){return\"object\"==typeof t&&null!==t}function isNull(t){return null===t}function isNullOrUndefined(t){return null==t}Url.prototype.parse=function(t,s,e){if(!isString(t))throw new TypeError(\"Parameter \\'url\\' must be a string, not \"+(void 0===t?\"undefined\":_typeof(t)));var r=t;r=r.trim();var o=protocolPattern.exec(r);if(o){var h=(o=o[0]).toLowerCase();this.protocol=h,r=r.substr(o.length)}if(e||o||r.match(/^\\\\/\\\\/[^@\\\\/]+@[^@\\\\/]+/)){var a=\"//\"===r.substr(0,2);!a||o&&hostlessProtocol[o]||(r=r.substr(2),this.slashes=!0)}if(!hostlessProtocol[o]&&(a||o&&!slashedProtocol[o])){for(var n,i,l=-1,u=0;u<hostEndingChars.length;u++){-1!==(c=r.indexOf(hostEndingChars[u]))&&(-1===l||c<l)&&(l=c)}-1!==(i=-1===l?r.lastIndexOf(\"@\"):r.lastIndexOf(\"@\",l))&&(n=r.slice(0,i),r=r.slice(i+1),this.auth=decodeURIComponent(n)),l=-1;for(u=0;u<nonHostChars.length;u++){var c;-1!==(c=r.indexOf(nonHostChars[u]))&&(-1===l||c<l)&&(l=c)}-1===l&&(l=r.length),this.host=r.slice(0,l),r=r.slice(l),this.parseHost(),this.hostname=this.hostname||\"\";var p=\"[\"===this.hostname[0]&&\"]\"===this.hostname[this.hostname.length-1];if(!p)for(var f=this.hostname.split(/\\\\./),m=(u=0,f.length);u<m;u++){var d=f[u];if(d&&!d.match(hostnamePartPattern)){for(var v=\"\",y=0,g=d.length;y<g;y++)d.charCodeAt(y)>127?v+=\"x\":v+=d[y];if(!v.match(hostnamePartPattern)){var b=f.slice(0,u),_=f.slice(u+1),P=d.match(hostnamePartStart);P&&(b.push(P[1]),_.unshift(P[2])),_.length&&(r=\"/\"+_.join(\".\")+r),this.hostname=b.join(\".\");break}}}if(this.hostname.length>hostnameMaxLen?this.hostname=\"\":this.hostname=this.hostname.toLowerCase(),!p){var j=this.hostname.split(\".\"),O=[];for(u=0;u<j.length;++u){var q=j[u];O.push(q.match(/[^A-Za-z0-9_-]/)?\"xn--\"+_vendor_browser_url_node_modules_punycode_punycode.punycode.encode(q):q)}this.hostname=O.join(\".\")}var U=this.port?\":\"+this.port:\"\",x=this.hostname||\"\";this.host=x+U,this.href+=this.host,p&&(this.hostname=this.hostname.substr(1,this.hostname.length-2),\"/\"!==r[0]&&(r=\"/\"+r))}if(!unsafeProtocol[h])for(u=0,m=autoEscape.length;u<m;u++){var w=autoEscape[u],C=encodeURIComponent(w);C===w&&(C=escape(w)),r=r.split(w).join(C)}var A=r.indexOf(\"#\");-1!==A&&(this.hash=r.substr(A),r=r.slice(0,A));var E=r.indexOf(\"?\");if(-1!==E?(this.search=r.substr(E),this.query=r.substr(E+1),s&&(this.query=_vendor_browser_querystring_index.querystring.parse(this.query)),r=r.slice(0,E)):s&&(this.search=\"\",this.query={}),r&&(this.pathname=r),slashedProtocol[h]&&this.hostname&&!this.pathname&&(this.pathname=\"/\"),this.pathname||this.search){U=this.pathname||\"\",q=this.search||\"\";this.path=U+q}return this.href=this.format(),this},Url.prototype.format=function(){var t=this.auth||\"\";t&&(t=(t=encodeURIComponent(t)).replace(/%3A/i,\":\"),t+=\"@\");var s=this.protocol||\"\",e=this.pathname||\"\",r=this.hash||\"\",o=!1,h=\"\";this.host?o=t+this.host:this.hostname&&(o=t+(-1===this.hostname.indexOf(\":\")?this.hostname:\"[\"+this.hostname+\"]\"),this.port&&(o+=\":\"+this.port)),this.query&&isObject(this.query)&&Object.keys(this.query).length&&(h=_vendor_browser_querystring_index.querystring.stringify(this.query));var a=this.search||h&&\"?\"+h||\"\";return s&&\":\"!==s.substr(-1)&&(s+=\":\"),this.slashes||(!s||slashedProtocol[s])&&!1!==o?(o=\"//\"+(o||\"\"),e&&\"/\"!==e.charAt(0)&&(e=\"/\"+e)):o||(o=\"\"),r&&\"#\"!==r.charAt(0)&&(r=\"#\"+r),a&&\"?\"!==a.charAt(0)&&(a=\"?\"+a),s+o+(e=e.replace(/[?#]/g,function(t){return encodeURIComponent(t)}))+(a=a.replace(\"#\",\"%23\"))+r},Url.prototype.resolve=function(t){return this.resolveObject(urlParse(t,!1,!0)).format()},Url.prototype.resolveObject=function(t){if(isString(t)){var s=new Url;s.parse(t,!1,!0),t=s}var e=new Url;if(Object.keys(this).forEach(function(t){e[t]=this[t]},this),e.hash=t.hash,\"\"===t.href)return e.href=e.format(),e;if(t.slashes&&!t.protocol)return Object.keys(t).forEach(function(s){\"protocol\"!==s&&(e[s]=t[s])}),slashedProtocol[e.protocol]&&e.hostname&&!e.pathname&&(e.path=e.pathname=\"/\"),e.href=e.format(),e;if(t.protocol&&t.protocol!==e.protocol){if(!slashedProtocol[t.protocol])return Object.keys(t).forEach(function(s){e[s]=t[s]}),e.href=e.format(),e;if(e.protocol=t.protocol,t.host||hostlessProtocol[t.protocol])e.pathname=t.pathname;else{for(var r=(t.pathname||\"\").split(\"/\");r.length&&!(t.host=r.shift()););t.host||(t.host=\"\"),t.hostname||(t.hostname=\"\"),\"\"!==r[0]&&r.unshift(\"\"),r.length<2&&r.unshift(\"\"),e.pathname=r.join(\"/\")}if(e.search=t.search,e.query=t.query,e.host=t.host||\"\",e.auth=t.auth,e.hostname=t.hostname||t.host,e.port=t.port,e.pathname||e.search){var o=e.pathname||\"\",h=e.search||\"\";e.path=o+h}return e.slashes=e.slashes||t.slashes,e.href=e.format(),e}var a=e.pathname&&\"/\"===e.pathname.charAt(0),n=t.host||t.pathname&&\"/\"===t.pathname.charAt(0),i=n||a||e.host&&t.pathname,l=i,u=e.pathname&&e.pathname.split(\"/\")||[],c=(r=t.pathname&&t.pathname.split(\"/\")||[],e.protocol&&!slashedProtocol[e.protocol]);if(c&&(e.hostname=\"\",e.port=null,e.host&&(\"\"===u[0]?u[0]=e.host:u.unshift(e.host)),e.host=\"\",t.protocol&&(t.hostname=null,t.port=null,t.host&&(\"\"===r[0]?r[0]=t.host:r.unshift(t.host)),t.host=null),i=i&&(\"\"===r[0]||\"\"===u[0])),n)e.host=t.host||\"\"===t.host?t.host:e.host,e.hostname=t.hostname||\"\"===t.hostname?t.hostname:e.hostname,e.search=t.search,e.query=t.query,u=r;else if(r.length)u||(u=[]),u.pop(),u=u.concat(r),e.search=t.search,e.query=t.query;else if(!isNullOrUndefined(t.search)){if(c)e.hostname=e.host=u.shift(),(v=!!(e.host&&e.host.indexOf(\"@\")>0)&&e.host.split(\"@\"))&&(e.auth=v.shift(),e.host=e.hostname=v.shift());return e.search=t.search,e.query=t.query,isNull(e.pathname)&&isNull(e.search)||(e.path=(e.pathname?e.pathname:\"\")+(e.search?e.search:\"\")),e.href=e.format(),e}if(!u.length)return e.pathname=null,e.search?e.path=\"/\"+e.search:e.path=null,e.href=e.format(),e;for(var p=u.slice(-1)[0],f=(e.host||t.host)&&(\".\"===p||\"..\"===p)||\"\"===p,m=0,d=u.length;d>=0;d--)\".\"==(p=u[d])?u.splice(d,1):\"..\"===p?(u.splice(d,1),m++):m&&(u.splice(d,1),m--);if(!i&&!l)for(;m--;m)u.unshift(\"..\");!i||\"\"===u[0]||u[0]&&\"/\"===u[0].charAt(0)||u.unshift(\"\"),f&&\"/\"!==u.join(\"/\").substr(-1)&&u.push(\"\");var v,y=\"\"===u[0]||u[0]&&\"/\"===u[0].charAt(0);c&&(e.hostname=e.host=y?\"\":u.length?u.shift():\"\",(v=!!(e.host&&e.host.indexOf(\"@\")>0)&&e.host.split(\"@\"))&&(e.auth=v.shift(),e.host=e.hostname=v.shift()));return(i=i||e.host&&u.length)&&!y&&u.unshift(\"\"),u.length?e.pathname=u.join(\"/\"):(e.pathname=null,e.path=null),isNull(e.pathname)&&isNull(e.search)||(e.path=(e.pathname?e.pathname:\"\")+(e.search?e.search:\"\")),e.auth=t.auth||e.auth,e.slashes=e.slashes||t.slashes,e.href=e.format(),e},Url.prototype.parseHost=function(){var t=this.host,s=portPattern.exec(t);s&&(\":\"!==(s=s[0])&&(this.port=s.substr(1)),t=t.substr(0,t.length-s.length)),t&&(this.hostname=t)};var url={parse:parse,resolve:resolve,resolveObject:resolveObject,format:format,Url:Url_1};exports.url=url;\\n}, {\"1613\":1613,\"1619\":1619}];\\nwindow.modules[\"1043\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_axios_lib_utils=require(1044),_vendor_browser_axios_lib_core_settle=require(1046),_vendor_browser_axios_lib_helpers_cookies=require(1045),_vendor_browser_axios_lib_helpers_buildURL=require(1047),_vendor_browser_axios_lib_core_buildFullPath=require(1048),_vendor_browser_axios_lib_helpers_parseHeaders=require(1050),_vendor_browser_axios_lib_helpers_isURLSameOrigin=require(1051),_vendor_browser_axios_lib_core_createError=require(1049),xhr=function(e){return new Promise(function(r,o){var s=function(){if(n){var s=\"getAllResponseHeaders\"in n?_vendor_browser_axios_lib_helpers_parseHeaders.parseHeaders(n.getAllResponseHeaders()):null,i={data:a&&\"text\"!==a&&\"json\"!==a?n.response:n.responseText,status:n.status,statusText:n.statusText,headers:s,config:e,request:n};_vendor_browser_axios_lib_core_settle.settle(r,o,i),n=null}},i=e.data,t=e.headers,a=e.responseType;_vendor_browser_axios_lib_utils.utils.isFormData(i)&&delete t[\"Content-Type\"];var n=new XMLHttpRequest;if(e.auth){var _=e.auth.username||\"\",l=e.auth.password?unescape(encodeURIComponent(e.auth.password)):\"\";t.Authorization=\"Basic \"+btoa(_+\":\"+l)}var d=_vendor_browser_axios_lib_core_buildFullPath.buildFullPath(e.baseURL,e.url);if(n.open(e.method.toUpperCase(),_vendor_browser_axios_lib_helpers_buildURL.buildURL(d,e.params,e.paramsSerializer),!0),n.timeout=e.timeout,\"onloadend\"in n?n.onloadend=s:n.onreadystatechange=function(){n&&4===n.readyState&&(0!==n.status||n.responseURL&&0===n.responseURL.indexOf(\"file:\"))&&setTimeout(s)},n.onabort=function(){n&&(o(_vendor_browser_axios_lib_core_createError.createError(\"Request aborted\",e,\"ECONNABORTED\",n)),n=null)},n.onerror=function(){o(_vendor_browser_axios_lib_core_createError.createError(\"Network Error\",e,null,n)),n=null},n.ontimeout=function(){var r=\"timeout of \"+e.timeout+\"ms exceeded\";e.timeoutErrorMessage&&(r=e.timeoutErrorMessage),o(_vendor_browser_axios_lib_core_createError.createError(r,e,e.transitional&&e.transitional.clarifyTimeoutError?\"ETIMEDOUT\":\"ECONNABORTED\",n)),n=null},_vendor_browser_axios_lib_utils.utils.isStandardBrowserEnv()){var u=(e.withCredentials||_vendor_browser_axios_lib_helpers_isURLSameOrigin.isURLSameOrigin(d))&&e.xsrfCookieName?_vendor_browser_axios_lib_helpers_cookies.cookies.read(e.xsrfCookieName):void 0;u&&(t[e.xsrfHeaderName]=u)}\"setRequestHeader\"in n&&_vendor_browser_axios_lib_utils.utils.forEach(t,function(e,r){void 0===i&&\"content-type\"===r.toLowerCase()?delete t[r]:n.setRequestHeader(r,e)}),_vendor_browser_axios_lib_utils.utils.isUndefined(e.withCredentials)||(n.withCredentials=!!e.withCredentials),a&&\"json\"!==a&&(n.responseType=e.responseType),\"function\"==typeof e.onDownloadProgress&&n.addEventListener(\"progress\",e.onDownloadProgress),\"function\"==typeof e.onUploadProgress&&n.upload&&n.upload.addEventListener(\"progress\",e.onUploadProgress),e.cancelToken&&e.cancelToken.promise.then(function(e){n&&(n.abort(),o(e),n=null)}),i||(i=null),n.send(i)})};exports.xhr=xhr;\\n}, {\"1044\":1044,\"1045\":1045,\"1046\":1046,\"1047\":1047,\"1048\":1048,\"1049\":1049,\"1050\":1050,\"1051\":1051}];\\nwindow.modules[\"1044\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_axios_lib_helpers_bind=require(1053);function _instanceof(r,e){return null!=e&&\"undefined\"!=typeof Symbol&&e[Symbol.hasInstance]?!!e[Symbol.hasInstance](r):r instanceof e}var toString=Object.prototype.toString;function isArray(r){return\"[object Array]\"===toString.call(r)}function isUndefined(r){return void 0===r}function isBuffer(r){return null!==r&&!isUndefined(r)&&null!==r.constructor&&!isUndefined(r.constructor)&&\"function\"==typeof r.constructor.isBuffer&&r.constructor.isBuffer(r)}function isArrayBuffer(r){return\"[object ArrayBuffer]\"===toString.call(r)}function isFormData(r){return\"undefined\"!=typeof FormData&&_instanceof(r,FormData)}function isArrayBufferView(r){return\"undefined\"!=typeof ArrayBuffer&&ArrayBuffer.isView?ArrayBuffer.isView(r):r&&r.buffer&&_instanceof(r.buffer,ArrayBuffer)}function isString(r){return\"string\"==typeof r}function isNumber(r){return\"number\"==typeof r}function isObject(r){return null!==r&&\"object\"==typeof r}function isPlainObject(r){if(\"[object Object]\"!==toString.call(r))return!1;var e=Object.getPrototypeOf(r);return null===e||e===Object.prototype}function isDate(r){return\"[object Date]\"===toString.call(r)}function isFile(r){return\"[object File]\"===toString.call(r)}function isBlob(r){return\"[object Blob]\"===toString.call(r)}function isFunction(r){return\"[object Function]\"===toString.call(r)}function isStream(r){return isObject(r)&&isFunction(r.pipe)}function isURLSearchParams(r){return\"undefined\"!=typeof URLSearchParams&&_instanceof(r,URLSearchParams)}function trim(r){return r.trim?r.trim():r.replace(/^\\\\s+|\\\\s+$/g,\"\")}function isStandardBrowserEnv(){return(\"undefined\"==typeof navigator||\"ReactNative\"!==navigator.product&&\"NativeScript\"!==navigator.product&&\"NS\"!==navigator.product)&&(\"undefined\"!=typeof window&&\"undefined\"!=typeof document)}function forEach(r,e){if(null!=r)if(\"object\"!=typeof r&&(r=[r]),isArray(r))for(var t=0,n=r.length;t<n;t++)e.call(null,r[t],t,r);else for(var i in r)Object.prototype.hasOwnProperty.call(r,i)&&e.call(null,r[i],i,r)}function merge(){for(var r=function(r,t){isPlainObject(e[t])&&isPlainObject(r)?e[t]=merge(e[t],r):isPlainObject(r)?e[t]=merge({},r):isArray(r)?e[t]=r.slice():e[t]=r},e={},t=0,n=arguments.length;t<n;t++)forEach(arguments[t],r);return e}function extend(r,e,t){return forEach(e,function(e,n){r[n]=t&&\"function\"==typeof e?_vendor_browser_axios_lib_helpers_bind.bind(e,t):e}),r}function stripBOM(r){return 65279===r.charCodeAt(0)&&(r=r.slice(1)),r}var utils={isArray:isArray,isArrayBuffer:isArrayBuffer,isBuffer:isBuffer,isFormData:isFormData,isArrayBufferView:isArrayBufferView,isString:isString,isNumber:isNumber,isObject:isObject,isPlainObject:isPlainObject,isUndefined:isUndefined,isDate:isDate,isFile:isFile,isBlob:isBlob,isFunction:isFunction,isStream:isStream,isURLSearchParams:isURLSearchParams,isStandardBrowserEnv:isStandardBrowserEnv,forEach:forEach,merge:merge,extend:extend,trim:trim,stripBOM:stripBOM};exports.utils=utils;\\n}, {\"1053\":1053}];\\nwindow.modules[\"1045\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_axios_lib_utils=require(1044),cookies=_vendor_browser_axios_lib_utils.utils.isStandardBrowserEnv()?{write:function(e,i,o,r,s,n){var t=[];t.push(e+\"=\"+encodeURIComponent(i)),_vendor_browser_axios_lib_utils.utils.isNumber(o)&&t.push(\"expires=\"+new Date(o).toGMTString()),_vendor_browser_axios_lib_utils.utils.isString(r)&&t.push(\"path=\"+r),_vendor_browser_axios_lib_utils.utils.isString(s)&&t.push(\"domain=\"+s),!0===n&&t.push(\"secure\"),document.cookie=t.join(\"; \")},read:function(e){var i=document.cookie.match(new RegExp(\"(^|;\\\\\\\\s*)(\"+e+\")=([^;]*)\"));return i?decodeURIComponent(i[3]):null},remove:function(e){this.write(e,\"\",Date.now()-864e5)}}:{write:function(){},read:function(){return null},remove:function(){}};exports.cookies=cookies;\\n}, {\"1044\":1044}];\\nwindow.modules[\"1046\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_axios_lib_core_createError=require(1049),settle=function(e,r,t){var s=t.config.validateStatus;t.status&&s&&!s(t.status)?r(_vendor_browser_axios_lib_core_createError.createError(\"Request failed with status code \"+t.status,t.config,null,t.request,t)):e(t)};exports.settle=settle;\\n}, {\"1049\":1049}];\\nwindow.modules[\"1047\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_axios_lib_utils=require(1044);function encode(i){return encodeURIComponent(i).replace(/%3A/gi,\":\").replace(/%24/g,\"$\").replace(/%2C/gi,\",\").replace(/%20/g,\"+\").replace(/%5B/gi,\"[\").replace(/%5D/gi,\"]\")}var buildURL=function(i,e,r){if(!e)return i;var s;if(r)s=r(e);else if(_vendor_browser_axios_lib_utils.utils.isURLSearchParams(e))s=e.toString();else{var o=[];_vendor_browser_axios_lib_utils.utils.forEach(e,function(i,e){null!=i&&(_vendor_browser_axios_lib_utils.utils.isArray(i)?e+=\"[]\":i=[i],_vendor_browser_axios_lib_utils.utils.forEach(i,function(i){_vendor_browser_axios_lib_utils.utils.isDate(i)?i=i.toISOString():_vendor_browser_axios_lib_utils.utils.isObject(i)&&(i=JSON.stringify(i)),o.push(encode(e)+\"=\"+encode(i))}))}),s=o.join(\"&\")}if(s){var l=i.indexOf(\"#\");-1!==l&&(i=i.slice(0,l)),i+=(-1===i.indexOf(\"?\")?\"?\":\"&\")+s}return i};exports.buildURL=buildURL;\\n}, {\"1044\":1044}];\\nwindow.modules[\"1048\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_axios_lib_helpers_isAbsoluteURL=require(1064),_vendor_browser_axios_lib_helpers_combineURLs=require(1065),buildFullPath=function(e,s){return e&&!_vendor_browser_axios_lib_helpers_isAbsoluteURL.isAbsoluteURL(s)?_vendor_browser_axios_lib_helpers_combineURLs.combineURLs(e,s):s};exports.buildFullPath=buildFullPath;\\n}, {\"1064\":1064,\"1065\":1065}];\\nwindow.modules[\"1049\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_axios_lib_core_enhanceError=require(1066),createError=function(r,e,o,n,_){var a=new Error(r);return _vendor_browser_axios_lib_core_enhanceError.enhanceError(a,e,o,n,_)};exports.createError=createError;\\n}, {\"1066\":1066}];\\nwindow.modules[\"1050\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_axios_lib_utils=require(1044),ignoreDuplicateOf=[\"age\",\"authorization\",\"content-length\",\"content-type\",\"etag\",\"expires\",\"from\",\"host\",\"if-modified-since\",\"if-unmodified-since\",\"last-modified\",\"location\",\"max-forwards\",\"proxy-authorization\",\"referer\",\"retry-after\",\"user-agent\"],parseHeaders=function(e){var r,i,t,s={};return e?(_vendor_browser_axios_lib_utils.utils.forEach(e.split(\"\\\\n\"),function(e){if(t=e.indexOf(\":\"),r=_vendor_browser_axios_lib_utils.utils.trim(e.substr(0,t)).toLowerCase(),i=_vendor_browser_axios_lib_utils.utils.trim(e.substr(t+1)),r){if(s[r]&&ignoreDuplicateOf.indexOf(r)>=0)return;s[r]=\"set-cookie\"===r?(s[r]?s[r]:[]).concat([i]):s[r]?s[r]+\", \"+i:i}}),s):s};exports.parseHeaders=parseHeaders;\\n}, {\"1044\":1044}];\\nwindow.modules[\"1051\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_axios_lib_utils=require(1044),isURLSameOrigin=_vendor_browser_axios_lib_utils.utils.isStandardBrowserEnv()?function(){var r,t=function(r){var t=r;return e&&(o.setAttribute(\"href\",t),t=o.href),o.setAttribute(\"href\",t),{href:o.href,protocol:o.protocol?o.protocol.replace(/:$/,\"\"):\"\",host:o.host,search:o.search?o.search.replace(/^\\\\?/,\"\"):\"\",hash:o.hash?o.hash.replace(/^#/,\"\"):\"\",hostname:o.hostname,port:o.port,pathname:\"/\"===o.pathname.charAt(0)?o.pathname:\"/\"+o.pathname}},e=/(msie|trident)/i.test(navigator.userAgent),o=document.createElement(\"a\");return r=t(window.location.href),function(e){var o=_vendor_browser_axios_lib_utils.utils.isString(e)?t(e):e;return o.protocol===r.protocol&&o.host===r.host}}():function(){return!0};exports.isURLSameOrigin=isURLSameOrigin;\\n}, {\"1044\":1044}];\\nwindow.modules[\"1052\"] = [function(require,module,exports){(function (process){(function (){\\n\"use strict\";var _vendor_browser_axios_lib_utils=require(1044),_vendor_browser_axios_lib_helpers_normalizeHeaderName=require(1068),_vendor_browser_axios_lib_core_enhanceError=require(1066),_vendor_browser_axios_lib_adapters_xhr=require(1043);require(1037);var DEFAULT_CONTENT_TYPE={\"Content-Type\":\"application/x-www-form-urlencoded\"};function setContentTypeIfUnset(e,r){!_vendor_browser_axios_lib_utils.utils.isUndefined(e)&&_vendor_browser_axios_lib_utils.utils.isUndefined(e[\"Content-Type\"])&&(e[\"Content-Type\"]=r)}function getDefaultAdapter(){var e;return\"undefined\"!=typeof XMLHttpRequest?e=_vendor_browser_axios_lib_adapters_xhr.xhr:\"undefined\"!=typeof process&&\"[object process]\"===Object.prototype.toString.call(process)&&(e=_vendor_browser_axios_lib_adapters_xhr.xhr),e}function stringifySafely(e,r,s){if(_vendor_browser_axios_lib_utils.utils.isString(e))try{return(r||JSON.parse)(e),_vendor_browser_axios_lib_utils.utils.trim(e)}catch(e){if(\"SyntaxError\"!==e.name)throw e}return(s||JSON.stringify)(e)}var defaults={transitional:{silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},adapter:getDefaultAdapter(),transformRequest:[function(e,r){return _vendor_browser_axios_lib_helpers_normalizeHeaderName.normalizeHeaderName(r,\"Accept\"),_vendor_browser_axios_lib_helpers_normalizeHeaderName.normalizeHeaderName(r,\"Content-Type\"),_vendor_browser_axios_lib_utils.utils.isFormData(e)||_vendor_browser_axios_lib_utils.utils.isArrayBuffer(e)||_vendor_browser_axios_lib_utils.utils.isBuffer(e)||_vendor_browser_axios_lib_utils.utils.isStream(e)||_vendor_browser_axios_lib_utils.utils.isFile(e)||_vendor_browser_axios_lib_utils.utils.isBlob(e)?e:_vendor_browser_axios_lib_utils.utils.isArrayBufferView(e)?e.buffer:_vendor_browser_axios_lib_utils.utils.isURLSearchParams(e)?(setContentTypeIfUnset(r,\"application/x-www-form-urlencoded;charset=utf-8\"),e.toString()):_vendor_browser_axios_lib_utils.utils.isObject(e)||r&&\"application/json\"===r[\"Content-Type\"]?(setContentTypeIfUnset(r,\"application/json\"),stringifySafely(e)):e}],transformResponse:[function(e){var r=this.transitional,s=r&&r.silentJSONParsing,i=r&&r.forcedJSONParsing,t=!s&&\"json\"===this.responseType;if(t||i&&_vendor_browser_axios_lib_utils.utils.isString(e)&&e.length)try{return JSON.parse(e)}catch(e){if(t){if(\"SyntaxError\"===e.name)throw _vendor_browser_axios_lib_core_enhanceError.enhanceError(e,this,\"E_JSON_PARSE\");throw e}}return e}],timeout:0,xsrfCookieName:\"XSRF-TOKEN\",xsrfHeaderName:\"X-XSRF-TOKEN\",maxContentLength:-1,maxBodyLength:-1,validateStatus:function(e){return e>=200&&e<300},headers:{common:{Accept:\"application/json, text/plain, */*\"}}};_vendor_browser_axios_lib_utils.utils.forEach([\"delete\",\"get\",\"head\"],function(e){defaults.headers[e]={}}),_vendor_browser_axios_lib_utils.utils.forEach([\"post\",\"put\",\"patch\"],function(e){defaults.headers[e]=_vendor_browser_axios_lib_utils.utils.merge(DEFAULT_CONTENT_TYPE)});var defaults_1=defaults;exports.defaults_1=defaults_1;\\n\\n}).call(this)}).call(this,require(221))}, {\"221\":221,\"1037\":1037,\"1043\":1043,\"1044\":1044,\"1066\":1066,\"1068\":1068}];\\nwindow.modules[\"1053\"] = [function(require,module,exports){\"use strict\";var bind=function(n,r){return function(){for(var t=new Array(arguments.length),e=0;e<t.length;e++)t[e]=arguments[e];return n.apply(r,t)}};exports.bind=bind;\\n}, {}];\\nwindow.modules[\"1054\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_axios_lib_utils=require(1044),mergeConfig=function(i,e){var s=function(i,e){return _vendor_browser_axios_lib_utils.utils.isPlainObject(i)&&_vendor_browser_axios_lib_utils.utils.isPlainObject(e)?_vendor_browser_axios_lib_utils.utils.merge(i,e):_vendor_browser_axios_lib_utils.utils.isPlainObject(e)?_vendor_browser_axios_lib_utils.utils.merge({},e):_vendor_browser_axios_lib_utils.utils.isArray(e)?e.slice():e},r=function(r){_vendor_browser_axios_lib_utils.utils.isUndefined(e[r])?_vendor_browser_axios_lib_utils.utils.isUndefined(i[r])||(o[r]=s(void 0,i[r])):o[r]=s(i[r],e[r])};e=e||{};var o={},t=[\"url\",\"method\",\"data\"],_=[\"headers\",\"auth\",\"proxy\",\"params\"],n=[\"baseURL\",\"transformRequest\",\"transformResponse\",\"paramsSerializer\",\"timeout\",\"timeoutMessage\",\"withCredentials\",\"adapter\",\"responseType\",\"xsrfCookieName\",\"xsrfHeaderName\",\"onUploadProgress\",\"onDownloadProgress\",\"decompress\",\"maxContentLength\",\"maxBodyLength\",\"maxRedirects\",\"transport\",\"httpAgent\",\"httpsAgent\",\"cancelToken\",\"socketPath\",\"responseEncoding\"],a=[\"validateStatus\"];_vendor_browser_axios_lib_utils.utils.forEach(t,function(i){_vendor_browser_axios_lib_utils.utils.isUndefined(e[i])||(o[i]=s(void 0,e[i]))}),_vendor_browser_axios_lib_utils.utils.forEach(_,r),_vendor_browser_axios_lib_utils.utils.forEach(n,function(r){_vendor_browser_axios_lib_utils.utils.isUndefined(e[r])?_vendor_browser_axios_lib_utils.utils.isUndefined(i[r])||(o[r]=s(void 0,i[r])):o[r]=s(void 0,e[r])}),_vendor_browser_axios_lib_utils.utils.forEach(a,function(r){r in e?o[r]=s(i[r],e[r]):r in i&&(o[r]=s(void 0,i[r]))});var l=t.concat(_).concat(n).concat(a),u=Object.keys(i).concat(Object.keys(e)).filter(function(i){return-1===l.indexOf(i)});return _vendor_browser_axios_lib_utils.utils.forEach(u,r),o};exports.mergeConfig=mergeConfig;\\n}, {\"1044\":1044}];\\nwindow.modules[\"1055\"] = [function(require,module,exports){\"use strict\";function Cancel(e){this.message=e}Cancel.prototype.toString=function(){return\"Cancel\"+(this.message?\": \"+this.message:\"\")},Cancel.prototype.__CANCEL__=!0;var Cancel_1=Cancel;exports.Cancel_1=Cancel_1;\\n}, {}];\\nwindow.modules[\"1056\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_axios_lib_utils=require(1044),_vendor_browser_axios_lib_helpers_buildURL=require(1047),_vendor_browser_axios_lib_core_InterceptorManager=require(1061),_vendor_browser_axios_lib_core_dispatchRequest=require(1063),_vendor_browser_axios_lib_core_mergeConfig=require(1054),_vendor_browser_axios_lib_helpers_validator=require(1062),validators=_vendor_browser_axios_lib_helpers_validator.validator.validators;function Axios(e){this.defaults=e,this.interceptors={request:new _vendor_browser_axios_lib_core_InterceptorManager.InterceptorManager_1,response:new _vendor_browser_axios_lib_core_InterceptorManager.InterceptorManager_1}}Axios.prototype.request=function(e){\"string\"==typeof e?(e=arguments[1]||{}).url=arguments[0]:e=e||{},(e=_vendor_browser_axios_lib_core_mergeConfig.mergeConfig(this.defaults,e)).method?e.method=e.method.toLowerCase():this.defaults.method?e.method=this.defaults.method.toLowerCase():e.method=\"get\";var r=e.transitional;void 0!==r&&_vendor_browser_axios_lib_helpers_validator.validator.assertOptions(r,{silentJSONParsing:validators.transitional(validators.boolean,\"1.0.0\"),forcedJSONParsing:validators.transitional(validators.boolean,\"1.0.0\"),clarifyTimeoutError:validators.transitional(validators.boolean,\"1.0.0\")},!1);var o=[],t=!0;this.interceptors.request.forEach(function(r){\"function\"==typeof r.runWhen&&!1===r.runWhen(e)||(t=t&&r.synchronous,o.unshift(r.fulfilled,r.rejected))});var i,s=[];if(this.interceptors.response.forEach(function(e){s.push(e.fulfilled,e.rejected)}),!t){var a=[_vendor_browser_axios_lib_core_dispatchRequest.dispatchRequest,void 0];for(Array.prototype.unshift.apply(a,o),a=a.concat(s),i=Promise.resolve(e);a.length;)i=i.then(a.shift(),a.shift());return i}for(var _=e;o.length;){var n=o.shift(),l=o.shift();try{_=n(_)}catch(e){l(e);break}}try{i=_vendor_browser_axios_lib_core_dispatchRequest.dispatchRequest(_)}catch(e){return Promise.reject(e)}for(;s.length;)i=i.then(s.shift(),s.shift());return i},Axios.prototype.getUri=function(e){return e=_vendor_browser_axios_lib_core_mergeConfig.mergeConfig(this.defaults,e),_vendor_browser_axios_lib_helpers_buildURL.buildURL(e.url,e.params,e.paramsSerializer).replace(/^\\\\?/,\"\")},_vendor_browser_axios_lib_utils.utils.forEach([\"delete\",\"get\",\"head\",\"options\"],function(e){Axios.prototype[e]=function(r,o){return this.request(_vendor_browser_axios_lib_core_mergeConfig.mergeConfig(o||{},{method:e,url:r,data:(o||{}).data}))}}),_vendor_browser_axios_lib_utils.utils.forEach([\"post\",\"put\",\"patch\"],function(e){Axios.prototype[e]=function(r,o,t){return this.request(_vendor_browser_axios_lib_core_mergeConfig.mergeConfig(t||{},{method:e,url:r,data:o}))}});var Axios_1=Axios;exports.Axios_1=Axios_1;\\n}, {\"1044\":1044,\"1047\":1047,\"1054\":1054,\"1061\":1061,\"1062\":1062,\"1063\":1063}];\\nwindow.modules[\"1057\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_axios_lib_cancel_Cancel=require(1055);function CancelToken(e){if(\"function\"!=typeof e)throw new TypeError(\"executor must be a function.\");var n;this.promise=new Promise(function(e){n=e});var o=this;e(function(e){o.reason||(o.reason=new _vendor_browser_axios_lib_cancel_Cancel.Cancel_1(e),n(o.reason))})}CancelToken.prototype.throwIfRequested=function(){if(this.reason)throw this.reason},CancelToken.source=function(){var e;return{token:new CancelToken(function(n){e=n}),cancel:e}};var CancelToken_1=CancelToken;exports.CancelToken_1=CancelToken_1;\\n}, {\"1055\":1055}];\\nwindow.modules[\"1058\"] = [function(require,module,exports){\"use strict\";var isCancel=function(e){return!(!e||!e.__CANCEL__)};exports.isCancel=isCancel;\\n}, {}];\\nwindow.modules[\"1059\"] = [function(require,module,exports){\"use strict\";var spread=function(r){return function(e){return r.apply(null,e)}};exports.spread=spread;\\n}, {}];\\nwindow.modules[\"1060\"] = [function(require,module,exports){\"use strict\";var isAxiosError=function(r){return\"object\"==typeof r&&!0===r.isAxiosError};exports.isAxiosError=isAxiosError;\\n}, {}];\\nwindow.modules[\"1061\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_axios_lib_utils=require(1044);function InterceptorManager(){this.handlers=[]}InterceptorManager.prototype.use=function(r,e,n){return this.handlers.push({fulfilled:r,rejected:e,synchronous:!!n&&n.synchronous,runWhen:n?n.runWhen:null}),this.handlers.length-1},InterceptorManager.prototype.eject=function(r){this.handlers[r]&&(this.handlers[r]=null)},InterceptorManager.prototype.forEach=function(r){_vendor_browser_axios_lib_utils.utils.forEach(this.handlers,function(e){null!==e&&r(e)})};var InterceptorManager_1=InterceptorManager;exports.InterceptorManager_1=InterceptorManager_1;\\n}, {\"1044\":1044}];\\nwindow.modules[\"1062\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_axios_package=require(1069),_typeof=function(r){return r&&\"undefined\"!=typeof Symbol&&r.constructor===Symbol?\"symbol\":typeof r},validators={};[\"object\",\"boolean\",\"number\",\"function\",\"string\",\"symbol\"].forEach(function(r,e){validators[r]=function(o){return(void 0===o?\"undefined\":_typeof(o))===r||\"a\"+(e<1?\"n \":\" \")+r}});var deprecatedWarnings={},currentVerArr=_vendor_browser_axios_package.pkg.version.split(\".\");function isOlderVersion(r,e){for(var o=e?e.split(\".\"):currentVerArr,n=r.split(\".\"),t=0;t<3;t++){if(o[t]>n[t])return!0;if(o[t]<n[t])return!1}return!1}function assertOptions(r,e,o){if(\"object\"!=typeof r)throw new TypeError(\"options must be an object\");for(var n=Object.keys(r),t=n.length;t-- >0;){var i=n[t],a=e[i];if(a){var s=r[i],d=void 0===s||a(s,i,r);if(!0!==d)throw new TypeError(\"option \"+i+\" must be \"+d)}else if(!0!==o)throw Error(\"Unknown option \"+i)}}validators.transitional=function(r,e,o){var n=function(r,e){return\"[Axios v\"+_vendor_browser_axios_package.pkg.version+\"] Transitional option \\'\"+r+\"\\'\"+e+(o?\". \"+o:\"\")},t=e&&isOlderVersion(e);return function(o,i,a){if(!1===r)throw new Error(n(i,\" has been removed in \"+e));return t&&!deprecatedWarnings[i]&&(deprecatedWarnings[i]=!0,console.warn(n(i,\" has been deprecated since v\"+e+\" and will be removed in the near future\"))),!r||r(o,i,a)}};var validator={isOlderVersion:isOlderVersion,assertOptions:assertOptions,validators:validators};exports.validator=validator;\\n}, {\"1069\":1069}];\\nwindow.modules[\"1063\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_axios_lib_utils=require(1044),_vendor_browser_axios_lib_core_transformData=require(1067),_vendor_browser_axios_lib_cancel_isCancel=require(1058),_vendor_browser_axios_lib_defaults=require(1052);function throwIfCancellationRequested(e){e.cancelToken&&e.cancelToken.throwIfRequested()}var dispatchRequest=function(e){return throwIfCancellationRequested(e),e.headers=e.headers||{},e.data=_vendor_browser_axios_lib_core_transformData.transformData.call(e,e.data,e.headers,e.transformRequest),e.headers=_vendor_browser_axios_lib_utils.utils.merge(e.headers.common||{},e.headers[e.method]||{},e.headers),_vendor_browser_axios_lib_utils.utils.forEach([\"delete\",\"get\",\"head\",\"post\",\"put\",\"patch\",\"common\"],function(r){delete e.headers[r]}),(e.adapter||_vendor_browser_axios_lib_defaults.defaults_1.adapter)(e).then(function(r){return throwIfCancellationRequested(e),r.data=_vendor_browser_axios_lib_core_transformData.transformData.call(e,r.data,r.headers,e.transformResponse),r},function(r){return _vendor_browser_axios_lib_cancel_isCancel.isCancel(r)||(throwIfCancellationRequested(e),r&&r.response&&(r.response.data=_vendor_browser_axios_lib_core_transformData.transformData.call(e,r.response.data,r.response.headers,e.transformResponse))),Promise.reject(r)})};exports.dispatchRequest=dispatchRequest;\\n}, {\"1044\":1044,\"1052\":1052,\"1058\":1058,\"1067\":1067}];\\nwindow.modules[\"1064\"] = [function(require,module,exports){\"use strict\";var isAbsoluteURL=function(s){return/^([a-z][a-z\\\\d\\\\+\\\\-\\\\.]*:)?\\\\/\\\\//i.test(s)};exports.isAbsoluteURL=isAbsoluteURL;\\n}, {}];\\nwindow.modules[\"1065\"] = [function(require,module,exports){\"use strict\";var combineURLs=function(e,c){return c?e.replace(/\\\\/+$/,\"\")+\"/\"+c.replace(/^\\\\/+/,\"\"):e};exports.combineURLs=combineURLs;\\n}, {}];\\nwindow.modules[\"1066\"] = [function(require,module,exports){\"use strict\";var enhanceError=function(e,r,i,n,s){return e.config=r,i&&(e.code=i),e.request=n,e.response=s,e.isAxiosError=!0,e.toJSON=function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:this.config,code:this.code}},e};exports.enhanceError=enhanceError;\\n}, {}];\\nwindow.modules[\"1067\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_axios_lib_utils=require(1044),_vendor_browser_axios_lib_defaults=require(1052),transformData=function(r,s,a){var t=this||_vendor_browser_axios_lib_defaults.defaults_1;return _vendor_browser_axios_lib_utils.utils.forEach(a,function(a){r=a.call(t,r,s)}),r};exports.transformData=transformData;\\n}, {\"1044\":1044,\"1052\":1052}];\\nwindow.modules[\"1068\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_axios_lib_utils=require(1044),normalizeHeaderName=function(e,r){_vendor_browser_axios_lib_utils.utils.forEach(e,function(a,i){i!==r&&i.toUpperCase()===r.toUpperCase()&&(e[r]=a,delete e[i])})};exports.normalizeHeaderName=normalizeHeaderName;\\n}, {\"1044\":1044}];\\nwindow.modules[\"1069\"] = [function(require,module,exports){\"use strict\";var name=\"axios\",version=\"0.21.4\",description=\"Promise based HTTP client for the browser and node.js\",main=\"index.js\",scripts={test:\"grunt test\",start:\"node ./sandbox/server.js\",build:\"NODE_ENV=production grunt build\",preversion:\"npm test\",version:\"npm run build && grunt version && git add -A dist && git add CHANGELOG.md bower.json package.json\",postversion:\"git push && git push --tags\",examples:\"node ./examples/server.js\",coveralls:\"cat coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js\",fix:\"eslint --fix lib/**/*.js\"},repository={type:\"git\",url:\"https://github.com/axios/axios.git\"},keywords=[\"xhr\",\"http\",\"ajax\",\"promise\",\"node\"],author=\"Matt Zabriskie\",license=\"MIT\",bugs={url:\"https://github.com/axios/axios/issues\"},homepage=\"https://axios-http.com\",devDependencies={coveralls:\"^3.0.0\",\"es6-promise\":\"^4.2.4\",grunt:\"^1.3.0\",\"grunt-banner\":\"^0.6.0\",\"grunt-cli\":\"^1.2.0\",\"grunt-contrib-clean\":\"^1.1.0\",\"grunt-contrib-watch\":\"^1.0.0\",\"grunt-eslint\":\"^23.0.0\",\"grunt-karma\":\"^4.0.0\",\"grunt-mocha-test\":\"^0.13.3\",\"grunt-ts\":\"^6.0.0-beta.19\",\"grunt-webpack\":\"^4.0.2\",\"istanbul-instrumenter-loader\":\"^1.0.0\",\"jasmine-core\":\"^2.4.1\",karma:\"^6.3.2\",\"karma-chrome-launcher\":\"^3.1.0\",\"karma-firefox-launcher\":\"^2.1.0\",\"karma-jasmine\":\"^1.1.1\",\"karma-jasmine-ajax\":\"^0.1.13\",\"karma-safari-launcher\":\"^1.0.0\",\"karma-sauce-launcher\":\"^4.3.6\",\"karma-sinon\":\"^1.0.5\",\"karma-sourcemap-loader\":\"^0.3.8\",\"karma-webpack\":\"^4.0.2\",\"load-grunt-tasks\":\"^3.5.2\",minimist:\"^1.2.0\",mocha:\"^8.2.1\",sinon:\"^4.5.0\",\"terser-webpack-plugin\":\"^4.2.3\",typescript:\"^4.0.5\",\"url-search-params\":\"^0.10.0\",webpack:\"^4.44.2\",\"webpack-dev-server\":\"^3.11.0\"},browser={\"./lib/adapters/http.js\":\"./lib/adapters/xhr.js\"},jsdelivr=\"dist/axios.min.js\",unpkg=\"dist/axios.min.js\",typings=\"./index.d.ts\",dependencies={\"follow-redirects\":\"^1.14.0\"},bundlesize=[{path:\"./dist/axios.min.js\",threshold:\"5kB\"}],pkg={name:name,version:version,description:description,main:main,scripts:scripts,repository:repository,keywords:keywords,author:author,license:license,bugs:bugs,homepage:homepage,devDependencies:devDependencies,browser:browser,jsdelivr:jsdelivr,unpkg:unpkg,typings:typings,dependencies:dependencies,bundlesize:bundlesize};exports.pkg=pkg;\\n}, {}];\\nwindow.modules[\"1070\"] = [function(require,module,exports){\"use strict\";function _instanceof(n,e){return null!=e&&\"undefined\"!=typeof Symbol&&e[Symbol.hasInstance]?!!e[Symbol.hasInstance](n):n instanceof e}var balancedMatch=balanced;function balanced(n,e,a){_instanceof(n,RegExp)&&(n=maybeMatch(n,a)),_instanceof(e,RegExp)&&(e=maybeMatch(e,a));var t=range(n,e,a);return t&&{start:t[0],end:t[1],pre:a.slice(0,t[0]),body:a.slice(t[0]+n.length,t[1]),post:a.slice(t[1]+e.length)}}function maybeMatch(n,e){var a=e.match(n);return a?a[0]:null}function range(n,e,a){var t,c,r,l,i,o=a.indexOf(n),f=a.indexOf(e,o+1),s=o;if(o>=0&&f>0){if(n===e)return[o,f];for(t=[],r=a.length;s>=0&&!i;)s==o?(t.push(s),o=a.indexOf(n,s+1)):1==t.length?i=[t.pop(),f]:((c=t.pop())<r&&(r=c,l=f),f=a.indexOf(e,s+1)),s=o<f&&o>=0?o:f;t.length&&(i=[r,l])}return i}balanced.range=range,exports.balancedMatch=balancedMatch;\\n}, {}];\\nwindow.modules[\"1071\"] = [function(require,module,exports){(function (Buffer){(function (){\\n\"use strict\";var _vendor_browser_base64url_dist_padString=require(1072);function encode(e,r){return void 0===r&&(r=\"utf8\"),Buffer.isBuffer(e)?fromBase64(e.toString(\"base64\")):fromBase64(Buffer.from(e,r).toString(\"base64\"))}function decode(e,r){return void 0===r&&(r=\"utf8\"),Buffer.from(toBase64(e),\"base64\").toString(r)}function toBase64(e){return e=e.toString(),_vendor_browser_base64url_dist_padString.padString_1.default(e).replace(/\\\\-/g,\"+\").replace(/_/g,\"/\")}function fromBase64(e){return e.replace(/=/g,\"\").replace(/\\\\+/g,\"-\").replace(/\\\\//g,\"_\")}function toBuffer(e){return Buffer.from(toBase64(e),\"base64\")}var base64url=encode;base64url.encode=encode,base64url.decode=decode,base64url.toBase64=toBase64,base64url.fromBase64=fromBase64,base64url.toBuffer=toBuffer;var _default=base64url,base64url_1=Object.defineProperty({default:_default},\"__esModule\",{value:!0});exports.base64url_1=base64url_1;\\n\\n}).call(this)}).call(this,require(161).Buffer)}, {\"161\":161,\"1072\":1072}];\\nwindow.modules[\"1072\"] = [function(require,module,exports){(function (Buffer){(function (){\\n\"use strict\";function padString(r){var t=r.length,e=t%4;if(!e)return r;var a=t,i=4-e,n=t+i,d=Buffer.alloc(n);for(d.write(r);i--;)d.write(\"=\",a++);return d.toString()}var _default=padString,padString_1=Object.defineProperty({default:_default},\"__esModule\",{value:!0});exports.padString_1=padString_1;\\n\\n}).call(this)}).call(this,require(161).Buffer)}, {\"161\":161}];\\nwindow.modules[\"1073\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_concatMap_index=require(1074),_vendor_browser_balancedMatch_index=require(1070),braceExpansion=expandTop,escSlash=\"\\\\0SLASH\"+Math.random()+\"\\\\0\",escOpen=\"\\\\0OPEN\"+Math.random()+\"\\\\0\",escClose=\"\\\\0CLOSE\"+Math.random()+\"\\\\0\",escComma=\"\\\\0COMMA\"+Math.random()+\"\\\\0\",escPeriod=\"\\\\0PERIOD\"+Math.random()+\"\\\\0\";function numeric(e){return parseInt(e,10)==e?parseInt(e,10):e.charCodeAt(0)}function escapeBraces(e){return e.split(\"\\\\\\\\\\\\\\\\\").join(escSlash).split(\"\\\\\\\\{\").join(escOpen).split(\"\\\\\\\\}\").join(escClose).split(\"\\\\\\\\,\").join(escComma).split(\"\\\\\\\\.\").join(escPeriod)}function unescapeBraces(e){return e.split(escSlash).join(\"\\\\\\\\\").split(escOpen).join(\"{\").split(escClose).join(\"}\").split(escComma).join(\",\").split(escPeriod).join(\".\")}function parseCommaParts(e){if(!e)return[\"\"];var n=[],r=_vendor_browser_balancedMatch_index.balancedMatch(\"{\",\"}\",e);if(!r)return e.split(\",\");var a=r.pre,t=r.body,s=r.post,o=a.split(\",\");o[o.length-1]+=\"{\"+t+\"}\";var i=parseCommaParts(s);return s.length&&(o[o.length-1]+=i.shift(),o.push.apply(o,i)),n.push.apply(n,o),n}function expandTop(e){return e?(\"{}\"===e.substr(0,2)&&(e=\"\\\\\\\\{\\\\\\\\}\"+e.substr(2)),expand(escapeBraces(e),!0).map(unescapeBraces)):[]}function embrace(e){return\"{\"+e+\"}\"}function isPadded(e){return/^-?0\\\\d/.test(e)}function lte(e,n){return e<=n}function gte(e,n){return e>=n}function expand(e,n){var r=[],a=_vendor_browser_balancedMatch_index.balancedMatch(\"{\",\"}\",e);if(!a||/\\\\$$/.test(a.pre))return[e];var t,s=/^-?\\\\d+\\\\.\\\\.-?\\\\d+(?:\\\\.\\\\.-?\\\\d+)?$/.test(a.body),o=/^[a-zA-Z]\\\\.\\\\.[a-zA-Z](?:\\\\.\\\\.-?\\\\d+)?$/.test(a.body),i=s||o,c=a.body.indexOf(\",\")>=0;if(!i&&!c)return a.post.match(/,.*\\\\}/)?expand(e=a.pre+\"{\"+a.body+escClose+a.post):[e];if(i)t=a.body.split(/\\\\.\\\\./);else if(1===(t=parseCommaParts(a.body)).length&&1===(t=expand(t[0],!1).map(embrace)).length)return(l=a.post.length?expand(a.post,!1):[\"\"]).map(function(e){return a.pre+t[0]+e});var p,d=a.pre,l=a.post.length?expand(a.post,!1):[\"\"];if(i){var u=numeric(t[0]),h=numeric(t[1]),m=Math.max(t[0].length,t[1].length),f=3==t.length?Math.abs(numeric(t[2])):1,b=lte;h<u&&(f*=-1,b=gte);var x=t.some(isPadded);p=[];for(var v=u;b(v,h);v+=f){var _;if(o)\"\\\\\\\\\"===(_=String.fromCharCode(v))&&(_=\"\");else if(_=String(v),x){var g=m-_.length;if(g>0){var M=new Array(g+1).join(\"0\");_=v<0?\"-\"+M+_.slice(1):M+_}}p.push(_)}}else p=_vendor_browser_concatMap_index.concatMap(t,function(e){return expand(e,!1)});for(var C=0;C<p.length;C++)for(var j=0;j<l.length;j++){var y=d+p[C]+l[j];(!n||i||y)&&r.push(y)}return r}exports.braceExpansion=braceExpansion;\\n}, {\"1070\":1070,\"1074\":1074}];\\nwindow.modules[\"1074\"] = [function(require,module,exports){\"use strict\";var concatMap=function(r,t){for(var a=[],c=0;c<r.length;c++){var n=t(r[c],c);isArray(n)?a.push.apply(a,n):a.push(n)}return a},isArray=Array.isArray||function(r){return\"[object Array]\"===Object.prototype.toString.call(r)};exports.concatMap=concatMap;\\n}, {}];\\nwindow.modules[\"1268\"] = [function(require,module,exports){\"use strict\";var _vendor_browser__commonjsHelpers=require(937),newDateUTC_1=_vendor_browser__commonjsHelpers.createCommonjsModule(function(e,r){Object.defineProperty(r,\"__esModule\",{value:!0}),r.default=function(e,r,o,s,t,n,_){var u=new Date(0);return u.setUTCFullYear(e,r,o),u.setUTCHours(s,t,n,_),u},e.exports=r.default});_vendor_browser__commonjsHelpers.getDefaultExportFromCjs(newDateUTC_1);var require$$4=newDateUTC_1;exports.require$$4=require$$4;\\n}, {\"937\":937}];\\nwindow.modules[\"1269\"] = [function(require,module,exports){\"use strict\";var _vendor_browser__commonjsHelpers=require(937),tzIntlTimeZoneName_1=_vendor_browser__commonjsHelpers.createCommonjsModule(function(e,r){var o=function(e,r){var o=e.formatToParts(r);return o[o.length-1].value},t=function(e,r){var o=e.format(r).replace(/\\\\u200E/g,\"\"),t=/ [\\\\w-+ ]+$/.exec(o);return t?t[0].substr(1):\"\"},n=function(e,r,o){if(o&&!o.code)throw new Error(\"date-fns-tz error: Please set a language code on the locale object imported from date-fns, e.g. `locale.code = \\'en-US\\'`\");return new Intl.DateTimeFormat(o?[o.code,\"en-US\"]:void 0,{timeZone:r,timeZoneName:e})};Object.defineProperty(r,\"__esModule\",{value:!0}),r.default=function(e,r,a){var m=n(e,a.timeZone,a.locale);return m.formatToParts?o(m,r):t(m,r)},e.exports=r.default});_vendor_browser__commonjsHelpers.getDefaultExportFromCjs(tzIntlTimeZoneName_1);var require$$0=tzIntlTimeZoneName_1;exports.require$$0=require$$0;\\n}, {\"937\":937}];\\nwindow.modules[\"1270\"] = [function(require,module,exports){\"use strict\";var _vendor_browser__commonjsHelpers=require(937),_vendor_browser_dateFnsTz__lib_tzTokenizeDate_index=require(1271),_vendor_browser_dateFnsTz__lib_newDateUTC_index=require(1268),tzParseTimezone_1=_vendor_browser__commonjsHelpers.createCommonjsModule(function(e,r){var t=function(e){return e&&e.__esModule?e:{default:e}},n=function(e){return(0,s.default)(e.getFullYear(),e.getMonth(),e.getDate(),e.getHours(),e.getMinutes(),e.getSeconds(),e.getMilliseconds())},o=function(e,r){var t=(0,u.default)(e,r),n=(0,s.default)(t[0],t[1]-1,t[2],t[3]%24,t[4],t[5],0).getTime(),o=e.getTime(),i=o%1e3;return n-(o-=i>=0?i:1e3+i)},i=function(e,r,t){var n=e.getTime()-r,i=o(new Date(n),t);if(r===i)return r;n-=i-r;var a=o(new Date(n),t);return i===a?i:Math.max(i,a)},a=function(e,r){return-23<=e&&e<=23&&(null==r||0<=r&&r<=59)},_=function(e){if(f[e])return!0;try{return new Intl.DateTimeFormat(void 0,{timeZone:e}),f[e]=!0,!0}catch(e){return!1}};Object.defineProperty(r,\"__esModule\",{value:!0}),r.default=function(e,r,t){var u,s,f;if(\"\"===e)return 0;if(u=l.timezoneZ.exec(e))return 0;if(u=l.timezoneHH.exec(e))return f=parseInt(u[1],10),a(f)?-f*d:NaN;if(u=l.timezoneHHMM.exec(e)){f=parseInt(u[1],10);var z=parseInt(u[2],10);return a(f,z)?(s=Math.abs(f)*d+z*m,f>0?-s:s):NaN}if(_(e)){r=new Date(r||Date.now());var c=t?r:n(r),v=o(c,e);return-(t?v:i(r,v,e))}return NaN};var u=t(_vendor_browser_dateFnsTz__lib_tzTokenizeDate_index.require$$0),s=t(_vendor_browser_dateFnsTz__lib_newDateUTC_index.require$$4),d=36e5,m=6e4,l={timezone:/([Z+-].*)$/,timezoneZ:/^(Z)$/,timezoneHH:/^([+-]\\\\d{2})$/,timezoneHHMM:/^([+-]\\\\d{2}):?(\\\\d{2})$/},f={};e.exports=r.default});_vendor_browser__commonjsHelpers.getDefaultExportFromCjs(tzParseTimezone_1);var require$$3=tzParseTimezone_1;exports.require$$3=require$$3;\\n}, {\"937\":937,\"1268\":1268,\"1271\":1271}];\\nwindow.modules[\"1271\"] = [function(require,module,exports){\"use strict\";var _vendor_browser__commonjsHelpers=require(937);function _instanceof(e,r){return null!=r&&\"undefined\"!=typeof Symbol&&r[Symbol.hasInstance]?!!r[Symbol.hasInstance](e):e instanceof r}var tzTokenizeDate_1=_vendor_browser__commonjsHelpers.createCommonjsModule(function(e,r){var t=function(e,r){try{for(var t=e.formatToParts(r),n=[],o=0;o<t.length;o++){var a=i[t[o].type];a>=0&&(n[a]=parseInt(t[o].value,10))}return n}catch(e){if(_instanceof(e,RangeError))return[NaN];throw e}},n=function(e,r){var t=e.format(r).replace(/\\\\u200E/g,\"\"),n=/(\\\\d+)\\\\/(\\\\d+)\\\\/(\\\\d+),? (\\\\d+):(\\\\d+):(\\\\d+)/.exec(t);return[n[3],n[1],n[2],n[4],n[5],n[6]]},o=function(e){if(!a[e]){var r=new Intl.DateTimeFormat(\"en-US\",{hour12:!1,timeZone:\"America/New_York\",year:\"numeric\",month:\"2-digit\",day:\"2-digit\",hour:\"2-digit\",minute:\"2-digit\",second:\"2-digit\"}).format(new Date(\"2014-06-25T04:00:00.123Z\")),t=\"06/25/2014, 00:00:00\"===r||\"\\u200e06\\u200e/\\u200e25\\u200e/\\u200e2014\\u200e \\u200e00\\u200e:\\u200e00\\u200e:\\u200e00\"===r;a[e]=t?new Intl.DateTimeFormat(\"en-US\",{hour12:!1,timeZone:e,year:\"numeric\",month:\"2-digit\",day:\"2-digit\",hour:\"2-digit\",minute:\"2-digit\",second:\"2-digit\"}):new Intl.DateTimeFormat(\"en-US\",{hourCycle:\"h23\",timeZone:e,year:\"numeric\",month:\"2-digit\",day:\"2-digit\",hour:\"2-digit\",minute:\"2-digit\",second:\"2-digit\"})}return a[e]};Object.defineProperty(r,\"__esModule\",{value:!0}),r.default=function(e,r){var i=o(r);return i.formatToParts?t(i,e):n(i,e)};var i={year:0,month:1,day:2,hour:3,minute:4,second:5},a={};e.exports=r.default});_vendor_browser__commonjsHelpers.getDefaultExportFromCjs(tzTokenizeDate_1);var require$$0=tzTokenizeDate_1;exports.require$$0=require$$0;\\n}, {\"937\":937}];\\nwindow.modules[\"1272\"] = [function(require,module,exports){\"use strict\";var _vendor_browser__commonjsHelpers=require(937),tzPattern_1=_vendor_browser__commonjsHelpers.createCommonjsModule(function(e,r){Object.defineProperty(r,\"__esModule\",{value:!0}),r.default=void 0;var o=/(Z|[+-]\\\\d{2}(?::?\\\\d{2})?| UTC| [a-zA-Z]+\\\\/[a-zA-Z_]+(?:\\\\/[a-zA-Z_]+)?)$/;r.default=o,e.exports=r.default});_vendor_browser__commonjsHelpers.getDefaultExportFromCjs(tzPattern_1);var require$$2=tzPattern_1;exports.require$$2=require$$2;\\n}, {\"937\":937}];\\nwindow.modules[\"1273\"] = [function(require,module,exports){\"use strict\";var _vendor_browser__commonjsHelpers=require(937),_vendor_browser_dateFnsTz__lib_tzIntlTimeZoneName_index=require(1269),_vendor_browser_dateFnsTz__lib_tzParseTimezone_index=require(1270),formatters_1=_vendor_browser__commonjsHelpers.createCommonjsModule(function(e,r){var t=function(e){return e&&e.__esModule?e:{default:e}},n=function(e,r){var t=e?(0,u.default)(e,r,!0)/_:r.getTimezoneOffset();if(Number.isNaN(t))throw new RangeError(\"Invalid time zone specified: \"+e);return t},a=function(e,r){for(var t=e<0?\"-\":\"\",n=Math.abs(e).toString();n.length<r;)n=\"0\"+n;return t+n},o=function(e,r){var t=r||\"\",n=e>0?\"-\":\"+\",o=Math.abs(e);return n+a(Math.floor(o/60),2)+t+a(Math.floor(o%60),2)},i=function(e,r){return e%60==0?(e>0?\"-\":\"+\")+a(Math.abs(e)/60,2):o(e,r)};Object.defineProperty(r,\"__esModule\",{value:!0}),r.default=void 0;var s=t(_vendor_browser_dateFnsTz__lib_tzIntlTimeZoneName_index.require$$0),u=t(_vendor_browser_dateFnsTz__lib_tzParseTimezone_index.require$$3),_=6e4,c={X:function(e,r,t,a){var s=n(a.timeZone,a._originalDate||e);if(0===s)return\"Z\";switch(r){case\"X\":return i(s);case\"XXXX\":case\"XX\":return o(s);case\"XXXXX\":case\"XXX\":default:return o(s,\":\")}},x:function(e,r,t,a){var s=n(a.timeZone,a._originalDate||e);switch(r){case\"x\":return i(s);case\"xxxx\":case\"xx\":return o(s);case\"xxxxx\":case\"xxx\":default:return o(s,\":\")}},O:function(e,r,t,i){var s=n(i.timeZone,i._originalDate||e);switch(r){case\"O\":case\"OO\":case\"OOO\":return\"GMT\"+function(e,r){var t=e>0?\"-\":\"+\",n=Math.abs(e),o=Math.floor(n/60),i=n%60;if(0===i)return t+String(o);var s=r||\"\";return t+String(o)+s+a(i,2)}(s,\":\");case\"OOOO\":default:return\"GMT\"+o(s,\":\")}},z:function(e,r,t,n){var a=n._originalDate||e;switch(r){case\"z\":case\"zz\":case\"zzz\":return(0,s.default)(\"short\",a,n);case\"zzzz\":default:return(0,s.default)(\"long\",a,n)}}};r.default=c,e.exports=r.default});_vendor_browser__commonjsHelpers.getDefaultExportFromCjs(formatters_1);var require$$1=formatters_1;exports.require$$1=require$$1;\\n}, {\"937\":937,\"1269\":1269,\"1270\":1270}];\\nwindow.modules[\"1274\"] = [function(require,module,exports){\"use strict\";var _vendor_browser__commonjsHelpers=require(937),_vendor_browser_dateFns_format_index=require(1275),_vendor_browser_dateFnsTz_format_formatters_index=require(1273),_vendor_browser_dateFnsTz_toDate_index=require(1276),format_1=_vendor_browser__commonjsHelpers.createCommonjsModule(function(e,r){var t=function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(r,\"__esModule\",{value:!0}),r.default=function(e,r,t){var a=String(r),d=t||{},u=a.match(s);if(u){var i=(0,n.default)(e,d);a=u.reduce(function(e,r){if(\"\\'\"===r[0])return e;var t=e.indexOf(r),o=\"\\'\"===e[t-1],n=e.replace(r,\"\\'\"+_.default[r[0]](i,r,null,d)+\"\\'\");return o?n.substring(0,t-1)+n.substring(t+1):n},a)}return(0,o.default)(e,a,d)};var o=t(_vendor_browser_dateFns_format_index.require$$0),_=t(_vendor_browser_dateFnsTz_format_formatters_index.require$$1),n=t(_vendor_browser_dateFnsTz_toDate_index.require$$3),s=/([xXOz]+)|\\'\\'|\\'(\\'\\'|[^\\'])+(\\'|$)/g;e.exports=r.default});_vendor_browser__commonjsHelpers.getDefaultExportFromCjs(format_1);var require$$0=format_1;exports.require$$0=require$$0;\\n}, {\"937\":937,\"1273\":1273,\"1275\":1275,\"1276\":1276}];\\nwindow.modules[\"1275\"] = [function(require,module,exports){\"use strict\";var _vendor_browser__commonjsHelpers=require(937),_vendor_browser_dateFns_isValid_index=require(1334),_vendor_browser_dateFns_locale_enUS_index=require(1336),_vendor_browser_dateFns_subMilliseconds_index=require(1335),_vendor_browser_dateFns_toDate_index=require(1294),_vendor_browser_dateFns__lib_format_formatters_index=require(1286),_vendor_browser_dateFns__lib_format_longFormatters_index=require(1293),_vendor_browser_dateFns__lib_getTimezoneOffsetInMilliseconds_index=require(1283),_vendor_browser_dateFns__lib_protectedTokens_index=require(1300),_vendor_browser_dateFns__lib_toInteger_index=require(1282),_vendor_browser_dateFns__lib_requiredArgs_index=require(1295),format_1=_vendor_browser__commonjsHelpers.createCommonjsModule(function(e,r){var n=function(e){return e&&e.__esModule?e:{default:e}},o=function(e){return e.match(w)[1].replace(m,\"\\'\")};Object.defineProperty(r,\"__esModule\",{value:!0}),r.default=function(e,r,n){(0,f.default)(2,arguments);var w=String(r),m=n||{},x=m.locale||_.default,p=x.options&&x.options.firstWeekContainsDate,g=null==p?1:(0,u.default)(p),F=null==m.firstWeekContainsDate?g:(0,u.default)(m.firstWeekContainsDate);if(!(F>=1&&F<=7))throw new RangeError(\"firstWeekContainsDate must be between 1 and 7 inclusively\");var q=x.options&&x.options.weekStartsOn,$=null==q?0:(0,u.default)(q),k=null==m.weekStartsOn?$:(0,u.default)(m.weekStartsOn);if(!(k>=0&&k<=6))throw new RangeError(\"weekStartsOn must be between 0 and 6 inclusively\");if(!x.localize)throw new RangeError(\"locale must contain localize property\");if(!x.formatLong)throw new RangeError(\"locale must contain formatLong property\");var j=(0,s.default)(e);if(!(0,t.default)(j))throw new RangeError(\"Invalid time value\");var h=(0,l.default)(j),D=(0,i.default)(j,h),T={firstWeekContainsDate:F,weekStartsOn:k,locale:x,_originalDate:j};return w.match(c).map(function(e){var r=e[0];return\"p\"===r||\"P\"===r?(0,d.default[r])(e,x.formatLong,T):e}).join(\"\").match(b).map(function(n){if(\"\\'\\'\"===n)return\"\\'\";var t=n[0];if(\"\\'\"===t)return o(n);var _=a.default[t];if(_)return!m.useAdditionalWeekYearTokens&&(0,_vendor_browser_dateFns__lib_protectedTokens_index._index8.isProtectedWeekYearToken)(n)&&(0,_vendor_browser_dateFns__lib_protectedTokens_index._index8.throwProtectedError)(n,r,e),!m.useAdditionalDayOfYearTokens&&(0,_vendor_browser_dateFns__lib_protectedTokens_index._index8.isProtectedDayOfYearToken)(n)&&(0,_vendor_browser_dateFns__lib_protectedTokens_index._index8.throwProtectedError)(n,r,e),_(D,n,x.localize,T);if(t.match(v))throw new RangeError(\"Format string contains an unescaped latin alphabet character `\"+t+\"`\");return n}).join(\"\")};var t=n(_vendor_browser_dateFns_isValid_index.require$$0),_=n(_vendor_browser_dateFns_locale_enUS_index.require$$1),i=n(_vendor_browser_dateFns_subMilliseconds_index.require$$2),s=n(_vendor_browser_dateFns_toDate_index.require$$3),a=n(_vendor_browser_dateFns__lib_format_formatters_index.require$$4),d=n(_vendor_browser_dateFns__lib_format_longFormatters_index.require$$5),l=n(_vendor_browser_dateFns__lib_getTimezoneOffsetInMilliseconds_index.require$$1),u=n(_vendor_browser_dateFns__lib_toInteger_index.require$$0),f=n(_vendor_browser_dateFns__lib_requiredArgs_index.require$$8),b=/[yYQqMLwIdDecihHKkms]o|(\\\\w)\\\\1*|\\'\\'|\\'(\\'\\'|[^\\'])+(\\'|$)|./g,c=/P+p+|P+|p+|\\'\\'|\\'(\\'\\'|[^\\'])+(\\'|$)|./g,w=/^\\'([^]*?)\\'?$/,m=/\\'\\'/g,v=/[a-zA-Z]/;e.exports=r.default});_vendor_browser__commonjsHelpers.getDefaultExportFromCjs(format_1);var require$$0=format_1;exports.require$$0=require$$0;\\n}, {\"937\":937,\"1282\":1282,\"1283\":1283,\"1286\":1286,\"1293\":1293,\"1294\":1294,\"1295\":1295,\"1300\":1300,\"1334\":1334,\"1335\":1335,\"1336\":1336}];\\nwindow.modules[\"1276\"] = [function(require,module,exports){\"use strict\";var _vendor_browser__commonjsHelpers=require(937),_vendor_browser_dateFns__lib_toInteger_index=require(1282),_vendor_browser_dateFns__lib_getTimezoneOffsetInMilliseconds_index=require(1283),_vendor_browser_dateFnsTz__lib_tzParseTimezone_index=require(1270),_vendor_browser_dateFnsTz__lib_tzPattern_index=require(1272);function _instanceof(e,t){return null!=t&&\"undefined\"!=typeof Symbol&&t[Symbol.hasInstance]?!!t[Symbol.hasInstance](e):e instanceof t}var toDate_1=_vendor_browser__commonjsHelpers.createCommonjsModule(function(e,t){var r=function(e){return e&&e.__esModule?e:{default:e}},n=function(e){var t,r={},n=N.dateTimePattern.exec(e);if(n?(r.date=n[1],t=n[3]):(n=N.datePattern.exec(e))?(r.date=n[1],t=n[2]):(r.date=null,t=e),t){var a=N.timeZone.exec(t);a?(r.time=t.replace(a[1],\"\"),r.timeZone=a[1].trim()):r.time=t}return r},a=function(e,t){var r,n=N.YYY[t],a=N.YYYYY[t];if(r=N.YYYY.exec(e)||a.exec(e)){var i=r[1];return{year:parseInt(i,10),restDateString:e.slice(i.length)}}if(r=N.YY.exec(e)||n.exec(e)){var o=r[1];return{year:100*parseInt(o,10),restDateString:e.slice(o.length)}}return{year:null}},i=function(e,t){if(null===t)return null;var r,n,a,i;if(0===e.length)return(n=new Date(0)).setUTCFullYear(t),n;if(r=N.MM.exec(e))return n=new Date(0),a=parseInt(r[1],10)-1,s(t,a)?(n.setUTCFullYear(t,a),n):new Date(NaN);if(r=N.DDD.exec(e)){n=new Date(0);var o=parseInt(r[1],10);return d(t,o)?(n.setUTCFullYear(t,0,o),n):new Date(NaN)}if(r=N.MMDD.exec(e)){n=new Date(0),a=parseInt(r[1],10)-1;var l=parseInt(r[2],10);return s(t,a,l)?(n.setUTCFullYear(t,a,l),n):new Date(NaN)}if(r=N.Www.exec(e))return i=parseInt(r[1],10)-1,_(t,i)?u(t,i):new Date(NaN);if(r=N.WwwD.exec(e)){i=parseInt(r[1],10)-1;var f=parseInt(r[2],10)-1;return _(t,i,f)?u(t,i,f):new Date(NaN)}return null},o=function(e){var t,r,n;if(t=N.HH.exec(e))return r=parseFloat(t[1].replace(\",\",\".\")),f(r)?r%24*p:NaN;if(t=N.HHMM.exec(e))return r=parseInt(t[1],10),n=parseFloat(t[2].replace(\",\",\".\")),f(r,n)?r%24*p+n*b:NaN;if(t=N.HHMMSS.exec(e)){r=parseInt(t[1],10),n=parseInt(t[2],10);var a=parseFloat(t[3].replace(\",\",\".\"));return f(r,n,a)?r%24*p+n*b+1e3*a:NaN}return null},u=function(e,t,r){t=t||0,r=r||0;var n=new Date(0);n.setUTCFullYear(e,0,4);var a=7*t+r+1-(n.getUTCDay()||7);return n.setUTCDate(n.getUTCDate()+a),n},l=function(e){return e%400==0||e%4==0&&e%100!=0},s=function(e,t,r){if(t<0||t>11)return!1;if(null!=r){if(r<1)return!1;var n=l(e);if(n&&r>x[t])return!1;if(!n&&r>Y[t])return!1}return!0},d=function(e,t){if(t<1)return!1;var r=l(e);return!(r&&t>366)&&!(!r&&t>365)},_=function(e,t,r){return!(t<0||t>52)&&(null==r||!(r<0||r>6))},f=function(e,t,r){return(null==e||!(e<0||e>=25))&&((null==t||!(t<0||t>=60))&&(null==r||!(r<0||r>=60)))};Object.defineProperty(t,\"__esModule\",{value:!0}),t.default=function(e,t){if(arguments.length<1)throw new TypeError(\"1 argument required, but only \"+arguments.length+\" present\");if(null===e)return new Date(NaN);var r=t||{},u=null==r.additionalDigits?v:(0,c.default)(r.additionalDigits);if(2!==u&&1!==u&&0!==u)throw new RangeError(\"additionalDigits must be 0, 1 or 2\");if(_instanceof(e,Date)||\"object\"==typeof e&&\"[object Date]\"===Object.prototype.toString.call(e))return new Date(e.getTime());if(\"number\"==typeof e||\"[object Number]\"===Object.prototype.toString.call(e))return new Date(e);if(\"string\"!=typeof e&&\"[object String]\"!==Object.prototype.toString.call(e))return new Date(NaN);var l=n(e),s=a(l.date,u),d=s.year,_=s.restDateString,f=i(_,d);if(isNaN(f))return new Date(NaN);if(f){var m,p=f.getTime(),b=0;if(l.time&&(b=o(l.time),isNaN(b)))return new Date(NaN);if(l.timeZone||r.timeZone){if(m=(0,w.default)(l.timeZone||r.timeZone,new Date(p+b)),isNaN(m))return new Date(NaN)}else m=(0,D.default)(new Date(p+b)),m=(0,D.default)(new Date(p+b+m));return new Date(p+b+m)}return new Date(NaN)};var c=r(_vendor_browser_dateFns__lib_toInteger_index.require$$0),D=r(_vendor_browser_dateFns__lib_getTimezoneOffsetInMilliseconds_index.require$$1),w=r(_vendor_browser_dateFnsTz__lib_tzParseTimezone_index.require$$3),m=r(_vendor_browser_dateFnsTz__lib_tzPattern_index.require$$2),p=36e5,b=6e4,v=2,N={dateTimePattern:/^([0-9W+-]+)(T| )(.*)/,datePattern:/^([0-9W+-]+)(.*)/,plainTime:/:/,YY:/^(\\\\d{2})$/,YYY:[/^([+-]\\\\d{2})$/,/^([+-]\\\\d{3})$/,/^([+-]\\\\d{4})$/],YYYY:/^(\\\\d{4})/,YYYYY:[/^([+-]\\\\d{4})/,/^([+-]\\\\d{5})/,/^([+-]\\\\d{6})/],MM:/^-(\\\\d{2})$/,DDD:/^-?(\\\\d{3})$/,MMDD:/^-?(\\\\d{2})-?(\\\\d{2})$/,Www:/^-?W(\\\\d{2})$/,WwwD:/^-?W(\\\\d{2})-?(\\\\d{1})$/,HH:/^(\\\\d{2}([.,]\\\\d*)?)$/,HHMM:/^(\\\\d{2}):?(\\\\d{2}([.,]\\\\d*)?)$/,HHMMSS:/^(\\\\d{2}):?(\\\\d{2}):?(\\\\d{2}([.,]\\\\d*)?)$/,timeZone:m.default},Y=[31,28,31,30,31,30,31,31,30,31,30,31],x=[31,29,31,30,31,30,31,31,30,31,30,31];e.exports=t.default});_vendor_browser__commonjsHelpers.getDefaultExportFromCjs(toDate_1);var require$$3=toDate_1;exports.require$$3=require$$3;\\n}, {\"937\":937,\"1270\":1270,\"1272\":1272,\"1282\":1282,\"1283\":1283}];\\nwindow.modules[\"1277\"] = [function(require,module,exports){\"use strict\";var _vendor_browser__commonjsHelpers=require(937),_vendor_browser_dateFns__lib_cloneObject_index=require(1279),_vendor_browser_dateFnsTz_format_index=require(1274),_vendor_browser_dateFnsTz_utcToZonedTime_index=require(1278),formatInTimeZone_1=_vendor_browser__commonjsHelpers.createCommonjsModule(function(e,r){var o=function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(r,\"__esModule\",{value:!0}),r.default=function(e,r,o,d){var s=(0,_.default)(d);return s.timeZone=r,(0,n.default)((0,t.default)(e,r),o,s)};var _=o(_vendor_browser_dateFns__lib_cloneObject_index.require$$0),n=o(_vendor_browser_dateFnsTz_format_index.require$$0),t=o(_vendor_browser_dateFnsTz_utcToZonedTime_index.require$$4);e.exports=r.default});_vendor_browser__commonjsHelpers.getDefaultExportFromCjs(formatInTimeZone_1);var require$$1=formatInTimeZone_1;exports.require$$1=require$$1;\\n}, {\"937\":937,\"1274\":1274,\"1278\":1278,\"1279\":1279}];\\nwindow.modules[\"1278\"] = [function(require,module,exports){\"use strict\";var _vendor_browser__commonjsHelpers=require(937),_vendor_browser_dateFnsTz__lib_tzParseTimezone_index=require(1270),_vendor_browser_dateFnsTz_toDate_index=require(1276),utcToZonedTime_1=_vendor_browser__commonjsHelpers.createCommonjsModule(function(e,r){var o=function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(r,\"__esModule\",{value:!0}),r.default=function(e,r,o){var n=(0,_.default)(e,o),s=(0,t.default)(r,n,!0),i=new Date(n.getTime()-s),u=new Date(0);return u.setFullYear(i.getUTCFullYear(),i.getUTCMonth(),i.getUTCDate()),u.setHours(i.getUTCHours(),i.getUTCMinutes(),i.getUTCSeconds(),i.getUTCMilliseconds()),u};var t=o(_vendor_browser_dateFnsTz__lib_tzParseTimezone_index.require$$3),_=o(_vendor_browser_dateFnsTz_toDate_index.require$$3);e.exports=r.default});_vendor_browser__commonjsHelpers.getDefaultExportFromCjs(utcToZonedTime_1);var require$$4=utcToZonedTime_1;exports.require$$4=require$$4;\\n}, {\"937\":937,\"1270\":1270,\"1276\":1276}];\\nwindow.modules[\"1279\"] = [function(require,module,exports){\"use strict\";var _vendor_browser__commonjsHelpers=require(937),_vendor_browser_dateFns__lib_assign_index=require(1285),cloneObject_1=_vendor_browser__commonjsHelpers.createCommonjsModule(function(e,r){Object.defineProperty(r,\"__esModule\",{value:!0}),r.default=function(e){return(0,o.default)({},e)};var _,o=(_=_vendor_browser_dateFns__lib_assign_index.require$$0)&&_.__esModule?_:{default:_};e.exports=r.default});_vendor_browser__commonjsHelpers.getDefaultExportFromCjs(cloneObject_1);var require$$0=cloneObject_1;exports.require$$0=require$$0;\\n}, {\"937\":937,\"1285\":1285}];\\nwindow.modules[\"1280\"] = [function(require,module,exports){\"use strict\";var _vendor_browser__commonjsHelpers=require(937),_vendor_browser_dateFnsTz__lib_tzParseTimezone_index=require(1270),getTimezoneOffset_1=_vendor_browser__commonjsHelpers.createCommonjsModule(function(e,r){Object.defineProperty(r,\"__esModule\",{value:!0}),r.default=function(e,r){return-(0,_.default)(e,r)};var o,_=(o=_vendor_browser_dateFnsTz__lib_tzParseTimezone_index.require$$3)&&o.__esModule?o:{default:o};e.exports=r.default});_vendor_browser__commonjsHelpers.getDefaultExportFromCjs(getTimezoneOffset_1);var require$$2=getTimezoneOffset_1;exports.require$$2=require$$2;\\n}, {\"937\":937,\"1270\":1270}];\\nwindow.modules[\"1281\"] = [function(require,module,exports){\"use strict\";var _vendor_browser__commonjsHelpers=require(937),_vendor_browser_dateFns__lib_cloneObject_index=require(1279),_vendor_browser_dateFnsTz_toDate_index=require(1276),_vendor_browser_dateFnsTz__lib_tzPattern_index=require(1272),_vendor_browser_dateFnsTz__lib_tzParseTimezone_index=require(1270),_vendor_browser_dateFnsTz__lib_newDateUTC_index=require(1268),zonedTimeToUtc_1=_vendor_browser__commonjsHelpers.createCommonjsModule(function(e,r){var _=function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(r,\"__esModule\",{value:!0}),r.default=function(e,r,_){if(\"string\"==typeof e&&!e.match(o.default)){var s=(0,t.default)(_);return s.timeZone=r,(0,n.default)(e,s)}var a=(0,n.default)(e,_),u=(0,d.default)(a.getFullYear(),a.getMonth(),a.getDate(),a.getHours(),a.getMinutes(),a.getSeconds(),a.getMilliseconds()).getTime(),l=(0,i.default)(r,new Date(u));return new Date(u+l)};var t=_(_vendor_browser_dateFns__lib_cloneObject_index.require$$0),n=_(_vendor_browser_dateFnsTz_toDate_index.require$$3),o=_(_vendor_browser_dateFnsTz__lib_tzPattern_index.require$$2),i=_(_vendor_browser_dateFnsTz__lib_tzParseTimezone_index.require$$3),d=_(_vendor_browser_dateFnsTz__lib_newDateUTC_index.require$$4);e.exports=r.default});_vendor_browser__commonjsHelpers.getDefaultExportFromCjs(zonedTimeToUtc_1);var require$$5=zonedTimeToUtc_1;exports.require$$5=require$$5;\\n}, {\"937\":937,\"1268\":1268,\"1270\":1270,\"1272\":1272,\"1276\":1276,\"1279\":1279}];\\nwindow.modules[\"1282\"] = [function(require,module,exports){\"use strict\";var _vendor_browser__commonjsHelpers=require(937),toInteger_1=_vendor_browser__commonjsHelpers.createCommonjsModule(function(e,r){Object.defineProperty(r,\"__esModule\",{value:!0}),r.default=function(e){if(null===e||!0===e||!1===e)return NaN;var r=Number(e);return isNaN(r)?r:r<0?Math.ceil(r):Math.floor(r)},e.exports=r.default});_vendor_browser__commonjsHelpers.getDefaultExportFromCjs(toInteger_1);var require$$0=toInteger_1;exports.require$$0=require$$0;\\n}, {\"937\":937}];\\nwindow.modules[\"1283\"] = [function(require,module,exports){\"use strict\";var _vendor_browser__commonjsHelpers=require(937),getTimezoneOffsetInMilliseconds_1=_vendor_browser__commonjsHelpers.createCommonjsModule(function(e,r){Object.defineProperty(r,\"__esModule\",{value:!0}),r.default=function(e){var r=new Date(Date.UTC(e.getFullYear(),e.getMonth(),e.getDate(),e.getHours(),e.getMinutes(),e.getSeconds(),e.getMilliseconds()));return r.setUTCFullYear(e.getFullYear()),e.getTime()-r.getTime()},e.exports=r.default});_vendor_browser__commonjsHelpers.getDefaultExportFromCjs(getTimezoneOffsetInMilliseconds_1);var require$$1=getTimezoneOffsetInMilliseconds_1;exports.require$$1=require$$1;\\n}, {\"937\":937}];\\nwindow.modules[\"1284\"] = [function(require,module,exports){\"use strict\";var _vendor_browser__commonjsHelpers=require(937),addLeadingZeros_1=_vendor_browser__commonjsHelpers.createCommonjsModule(function(e,r){Object.defineProperty(r,\"__esModule\",{value:!0}),r.default=function(e,r){for(var o=e<0?\"-\":\"\",s=Math.abs(e).toString();s.length<r;)s=\"0\"+s;return o+s},e.exports=r.default});_vendor_browser__commonjsHelpers.getDefaultExportFromCjs(addLeadingZeros_1);var require$$5=addLeadingZeros_1;exports.require$$5=require$$5;\\n}, {\"937\":937}];\\nwindow.modules[\"1285\"] = [function(require,module,exports){\"use strict\";var _vendor_browser__commonjsHelpers=require(937),assign_1=_vendor_browser__commonjsHelpers.createCommonjsModule(function(e,r){Object.defineProperty(r,\"__esModule\",{value:!0}),r.default=function(e,r){if(null==e)throw new TypeError(\"assign requires that input parameter not be null or undefined\");for(var o in r=r||{})Object.prototype.hasOwnProperty.call(r,o)&&(e[o]=r[o]);return e},e.exports=r.default});_vendor_browser__commonjsHelpers.getDefaultExportFromCjs(assign_1);var require$$0=assign_1;exports.require$$0=require$$0;\\n}, {\"937\":937}];\\nwindow.modules[\"1286\"] = [function(require,module,exports){\"use strict\";var _vendor_browser__commonjsHelpers=require(937),_vendor_browser_dateFns__lib_getUTCDayOfYear_index=require(1287),_vendor_browser_dateFns__lib_getUTCISOWeek_index=require(1288),_vendor_browser_dateFns__lib_getUTCISOWeekYear_index=require(1289),_vendor_browser_dateFns__lib_getUTCWeek_index=require(1290),_vendor_browser_dateFns__lib_getUTCWeekYear_index=require(1291),_vendor_browser_dateFns__lib_addLeadingZeros_index=require(1284),_vendor_browser_dateFns__lib_format_lightFormatters_index=require(1292),formatters_1=_vendor_browser__commonjsHelpers.createCommonjsModule(function(e,t){var r=function(e){return e&&e.__esModule?e:{default:e}},n=function(e,t){var r=e>0?\"-\":\"+\",n=Math.abs(e),a=Math.floor(n/60),i=n%60;if(0===i)return r+String(a);var o=t||\"\";return r+String(a)+o+(0,f.default)(i,2)},a=function(e,t){return e%60==0?(e>0?\"-\":\"+\")+(0,f.default)(Math.abs(e)/60,2):i(e,t)},i=function(e,t){var r=t||\"\",n=e>0?\"-\":\"+\",a=Math.abs(e);return n+(0,f.default)(Math.floor(a/60),2)+r+(0,f.default)(a%60,2)};Object.defineProperty(t,\"__esModule\",{value:!0}),t.default=void 0;var o=r(_vendor_browser_dateFns__lib_getUTCDayOfYear_index.require$$0),u=r(_vendor_browser_dateFns__lib_getUTCISOWeek_index.require$$1),d=r(_vendor_browser_dateFns__lib_getUTCISOWeekYear_index.require$$2),c=r(_vendor_browser_dateFns__lib_getUTCWeek_index.require$$3),s=r(_vendor_browser_dateFns__lib_getUTCWeekYear_index.require$$4),f=r(_vendor_browser_dateFns__lib_addLeadingZeros_index.require$$5),l=r(_vendor_browser_dateFns__lib_format_lightFormatters_index.require$$6),_=\"midnight\",g=\"noon\",w=\"morning\",h=\"afternoon\",b=\"evening\",m=\"night\",x={G:function(e,t,r){var n=e.getUTCFullYear()>0?1:0;switch(t){case\"G\":case\"GG\":case\"GGG\":return r.era(n,{width:\"abbreviated\"});case\"GGGGG\":return r.era(n,{width:\"narrow\"});case\"GGGG\":default:return r.era(n,{width:\"wide\"})}},y:function(e,t,r){if(\"yo\"===t){var n=e.getUTCFullYear(),a=n>0?n:1-n;return r.ordinalNumber(a,{unit:\"year\"})}return l.default.y(e,t)},Y:function(e,t,r,n){var a=(0,s.default)(e,n),i=a>0?a:1-a;if(\"YY\"===t){var o=i%100;return(0,f.default)(o,2)}return\"Yo\"===t?r.ordinalNumber(i,{unit:\"year\"}):(0,f.default)(i,t.length)},R:function(e,t){var r=(0,d.default)(e);return(0,f.default)(r,t.length)},u:function(e,t){var r=e.getUTCFullYear();return(0,f.default)(r,t.length)},Q:function(e,t,r){var n=Math.ceil((e.getUTCMonth()+1)/3);switch(t){case\"Q\":return String(n);case\"QQ\":return(0,f.default)(n,2);case\"Qo\":return r.ordinalNumber(n,{unit:\"quarter\"});case\"QQQ\":return r.quarter(n,{width:\"abbreviated\",context:\"formatting\"});case\"QQQQQ\":return r.quarter(n,{width:\"narrow\",context:\"formatting\"});case\"QQQQ\":default:return r.quarter(n,{width:\"wide\",context:\"formatting\"})}},q:function(e,t,r){var n=Math.ceil((e.getUTCMonth()+1)/3);switch(t){case\"q\":return String(n);case\"qq\":return(0,f.default)(n,2);case\"qo\":return r.ordinalNumber(n,{unit:\"quarter\"});case\"qqq\":return r.quarter(n,{width:\"abbreviated\",context:\"standalone\"});case\"qqqqq\":return r.quarter(n,{width:\"narrow\",context:\"standalone\"});case\"qqqq\":default:return r.quarter(n,{width:\"wide\",context:\"standalone\"})}},M:function(e,t,r){var n=e.getUTCMonth();switch(t){case\"M\":case\"MM\":return l.default.M(e,t);case\"Mo\":return r.ordinalNumber(n+1,{unit:\"month\"});case\"MMM\":return r.month(n,{width:\"abbreviated\",context:\"formatting\"});case\"MMMMM\":return r.month(n,{width:\"narrow\",context:\"formatting\"});case\"MMMM\":default:return r.month(n,{width:\"wide\",context:\"formatting\"})}},L:function(e,t,r){var n=e.getUTCMonth();switch(t){case\"L\":return String(n+1);case\"LL\":return(0,f.default)(n+1,2);case\"Lo\":return r.ordinalNumber(n+1,{unit:\"month\"});case\"LLL\":return r.month(n,{width:\"abbreviated\",context:\"standalone\"});case\"LLLLL\":return r.month(n,{width:\"narrow\",context:\"standalone\"});case\"LLLL\":default:return r.month(n,{width:\"wide\",context:\"standalone\"})}},w:function(e,t,r,n){var a=(0,c.default)(e,n);return\"wo\"===t?r.ordinalNumber(a,{unit:\"week\"}):(0,f.default)(a,t.length)},I:function(e,t,r){var n=(0,u.default)(e);return\"Io\"===t?r.ordinalNumber(n,{unit:\"week\"}):(0,f.default)(n,t.length)},d:function(e,t,r){return\"do\"===t?r.ordinalNumber(e.getUTCDate(),{unit:\"date\"}):l.default.d(e,t)},D:function(e,t,r){var n=(0,o.default)(e);return\"Do\"===t?r.ordinalNumber(n,{unit:\"dayOfYear\"}):(0,f.default)(n,t.length)},E:function(e,t,r){var n=e.getUTCDay();switch(t){case\"E\":case\"EE\":case\"EEE\":return r.day(n,{width:\"abbreviated\",context:\"formatting\"});case\"EEEEE\":return r.day(n,{width:\"narrow\",context:\"formatting\"});case\"EEEEEE\":return r.day(n,{width:\"short\",context:\"formatting\"});case\"EEEE\":default:return r.day(n,{width:\"wide\",context:\"formatting\"})}},e:function(e,t,r,n){var a=e.getUTCDay(),i=(a-n.weekStartsOn+8)%7||7;switch(t){case\"e\":return String(i);case\"ee\":return(0,f.default)(i,2);case\"eo\":return r.ordinalNumber(i,{unit:\"day\"});case\"eee\":return r.day(a,{width:\"abbreviated\",context:\"formatting\"});case\"eeeee\":return r.day(a,{width:\"narrow\",context:\"formatting\"});case\"eeeeee\":return r.day(a,{width:\"short\",context:\"formatting\"});case\"eeee\":default:return r.day(a,{width:\"wide\",context:\"formatting\"})}},c:function(e,t,r,n){var a=e.getUTCDay(),i=(a-n.weekStartsOn+8)%7||7;switch(t){case\"c\":return String(i);case\"cc\":return(0,f.default)(i,t.length);case\"co\":return r.ordinalNumber(i,{unit:\"day\"});case\"ccc\":return r.day(a,{width:\"abbreviated\",context:\"standalone\"});case\"ccccc\":return r.day(a,{width:\"narrow\",context:\"standalone\"});case\"cccccc\":return r.day(a,{width:\"short\",context:\"standalone\"});case\"cccc\":default:return r.day(a,{width:\"wide\",context:\"standalone\"})}},i:function(e,t,r){var n=e.getUTCDay(),a=0===n?7:n;switch(t){case\"i\":return String(a);case\"ii\":return(0,f.default)(a,t.length);case\"io\":return r.ordinalNumber(a,{unit:\"day\"});case\"iii\":return r.day(n,{width:\"abbreviated\",context:\"formatting\"});case\"iiiii\":return r.day(n,{width:\"narrow\",context:\"formatting\"});case\"iiiiii\":return r.day(n,{width:\"short\",context:\"formatting\"});case\"iiii\":default:return r.day(n,{width:\"wide\",context:\"formatting\"})}},a:function(e,t,r){var n=e.getUTCHours()/12>=1?\"pm\":\"am\";switch(t){case\"a\":case\"aa\":return r.dayPeriod(n,{width:\"abbreviated\",context:\"formatting\"});case\"aaa\":return r.dayPeriod(n,{width:\"abbreviated\",context:\"formatting\"}).toLowerCase();case\"aaaaa\":return r.dayPeriod(n,{width:\"narrow\",context:\"formatting\"});case\"aaaa\":default:return r.dayPeriod(n,{width:\"wide\",context:\"formatting\"})}},b:function(e,t,r){var n,a=e.getUTCHours();switch(n=12===a?g:0===a?_:a/12>=1?\"pm\":\"am\",t){case\"b\":case\"bb\":return r.dayPeriod(n,{width:\"abbreviated\",context:\"formatting\"});case\"bbb\":return r.dayPeriod(n,{width:\"abbreviated\",context:\"formatting\"}).toLowerCase();case\"bbbbb\":return r.dayPeriod(n,{width:\"narrow\",context:\"formatting\"});case\"bbbb\":default:return r.dayPeriod(n,{width:\"wide\",context:\"formatting\"})}},B:function(e,t,r){var n,a=e.getUTCHours();switch(n=a>=17?b:a>=12?h:a>=4?w:m,t){case\"B\":case\"BB\":case\"BBB\":return r.dayPeriod(n,{width:\"abbreviated\",context:\"formatting\"});case\"BBBBB\":return r.dayPeriod(n,{width:\"narrow\",context:\"formatting\"});case\"BBBB\":default:return r.dayPeriod(n,{width:\"wide\",context:\"formatting\"})}},h:function(e,t,r){if(\"ho\"===t){var n=e.getUTCHours()%12;return 0===n&&(n=12),r.ordinalNumber(n,{unit:\"hour\"})}return l.default.h(e,t)},H:function(e,t,r){return\"Ho\"===t?r.ordinalNumber(e.getUTCHours(),{unit:\"hour\"}):l.default.H(e,t)},K:function(e,t,r){var n=e.getUTCHours()%12;return\"Ko\"===t?r.ordinalNumber(n,{unit:\"hour\"}):(0,f.default)(n,t.length)},k:function(e,t,r){var n=e.getUTCHours();return 0===n&&(n=24),\"ko\"===t?r.ordinalNumber(n,{unit:\"hour\"}):(0,f.default)(n,t.length)},m:function(e,t,r){return\"mo\"===t?r.ordinalNumber(e.getUTCMinutes(),{unit:\"minute\"}):l.default.m(e,t)},s:function(e,t,r){return\"so\"===t?r.ordinalNumber(e.getUTCSeconds(),{unit:\"second\"}):l.default.s(e,t)},S:function(e,t){return l.default.S(e,t)},X:function(e,t,r,n){var o=(n._originalDate||e).getTimezoneOffset();if(0===o)return\"Z\";switch(t){case\"X\":return a(o);case\"XXXX\":case\"XX\":return i(o);case\"XXXXX\":case\"XXX\":default:return i(o,\":\")}},x:function(e,t,r,n){var o=(n._originalDate||e).getTimezoneOffset();switch(t){case\"x\":return a(o);case\"xxxx\":case\"xx\":return i(o);case\"xxxxx\":case\"xxx\":default:return i(o,\":\")}},O:function(e,t,r,a){var o=(a._originalDate||e).getTimezoneOffset();switch(t){case\"O\":case\"OO\":case\"OOO\":return\"GMT\"+n(o,\":\");case\"OOOO\":default:return\"GMT\"+i(o,\":\")}},z:function(e,t,r,a){var o=(a._originalDate||e).getTimezoneOffset();switch(t){case\"z\":case\"zz\":case\"zzz\":return\"GMT\"+n(o,\":\");case\"zzzz\":default:return\"GMT\"+i(o,\":\")}},t:function(e,t,r,n){var a=n._originalDate||e,i=Math.floor(a.getTime()/1e3);return(0,f.default)(i,t.length)},T:function(e,t,r,n){var a=(n._originalDate||e).getTime();return(0,f.default)(a,t.length)}};t.default=x,e.exports=t.default});_vendor_browser__commonjsHelpers.getDefaultExportFromCjs(formatters_1);var require$$4=formatters_1;exports.require$$4=require$$4;\\n}, {\"937\":937,\"1284\":1284,\"1287\":1287,\"1288\":1288,\"1289\":1289,\"1290\":1290,\"1291\":1291,\"1292\":1292}];\\nwindow.modules[\"1287\"] = [function(require,module,exports){\"use strict\";var _vendor_browser__commonjsHelpers=require(937),_vendor_browser_dateFns_toDate_index=require(1294),_vendor_browser_dateFns__lib_requiredArgs_index=require(1295),getUTCDayOfYear_1=_vendor_browser__commonjsHelpers.createCommonjsModule(function(e,r){var _=function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(r,\"__esModule\",{value:!0}),r.default=function(e){(0,t.default)(1,arguments);var r=(0,o.default)(e),_=r.getTime();r.setUTCMonth(0,1),r.setUTCHours(0,0,0,0);var n=_-r.getTime();return Math.floor(n/s)+1};var o=_(_vendor_browser_dateFns_toDate_index.require$$3),t=_(_vendor_browser_dateFns__lib_requiredArgs_index.require$$8),s=864e5;e.exports=r.default});_vendor_browser__commonjsHelpers.getDefaultExportFromCjs(getUTCDayOfYear_1);var require$$0=getUTCDayOfYear_1;exports.require$$0=require$$0;\\n}, {\"937\":937,\"1294\":1294,\"1295\":1295}];\\nwindow.modules[\"1288\"] = [function(require,module,exports){\"use strict\";var _vendor_browser__commonjsHelpers=require(937),_vendor_browser_dateFns_toDate_index=require(1294),_vendor_browser_dateFns__lib_startOfUTCISOWeek_index=require(1296),_vendor_browser_dateFns__lib_startOfUTCISOWeekYear_index=require(1297),_vendor_browser_dateFns__lib_requiredArgs_index=require(1295),getUTCISOWeek_1=_vendor_browser__commonjsHelpers.createCommonjsModule(function(e,r){var _=function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(r,\"__esModule\",{value:!0}),r.default=function(e){(0,d.default)(1,arguments);var r=(0,t.default)(e),_=(0,s.default)(r).getTime()-(0,o.default)(r).getTime();return Math.round(_/n)+1};var t=_(_vendor_browser_dateFns_toDate_index.require$$3),s=_(_vendor_browser_dateFns__lib_startOfUTCISOWeek_index.require$$1),o=_(_vendor_browser_dateFns__lib_startOfUTCISOWeekYear_index.require$$2),d=_(_vendor_browser_dateFns__lib_requiredArgs_index.require$$8),n=6048e5;e.exports=r.default});_vendor_browser__commonjsHelpers.getDefaultExportFromCjs(getUTCISOWeek_1);var require$$1=getUTCISOWeek_1;exports.require$$1=require$$1;\\n}, {\"937\":937,\"1294\":1294,\"1295\":1295,\"1296\":1296,\"1297\":1297}];\\nwindow.modules[\"1289\"] = [function(require,module,exports){\"use strict\";var _vendor_browser__commonjsHelpers=require(937),_vendor_browser_dateFns_toDate_index=require(1294),_vendor_browser_dateFns__lib_requiredArgs_index=require(1295),_vendor_browser_dateFns__lib_startOfUTCISOWeek_index=require(1296),getUTCISOWeekYear_1=_vendor_browser__commonjsHelpers.createCommonjsModule(function(e,r){var _=function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(r,\"__esModule\",{value:!0}),r.default=function(e){(0,s.default)(1,arguments);var r=(0,t.default)(e),_=r.getUTCFullYear(),n=new Date(0);n.setUTCFullYear(_+1,0,4),n.setUTCHours(0,0,0,0);var d=(0,o.default)(n),a=new Date(0);a.setUTCFullYear(_,0,4),a.setUTCHours(0,0,0,0);var u=(0,o.default)(a);return r.getTime()>=d.getTime()?_+1:r.getTime()>=u.getTime()?_:_-1};var t=_(_vendor_browser_dateFns_toDate_index.require$$3),s=_(_vendor_browser_dateFns__lib_requiredArgs_index.require$$8),o=_(_vendor_browser_dateFns__lib_startOfUTCISOWeek_index.require$$1);e.exports=r.default});_vendor_browser__commonjsHelpers.getDefaultExportFromCjs(getUTCISOWeekYear_1);var require$$2=getUTCISOWeekYear_1;exports.require$$2=require$$2;\\n}, {\"937\":937,\"1294\":1294,\"1295\":1295,\"1296\":1296}];\\nwindow.modules[\"1290\"] = [function(require,module,exports){\"use strict\";var _vendor_browser__commonjsHelpers=require(937),_vendor_browser_dateFns_toDate_index=require(1294),_vendor_browser_dateFns__lib_startOfUTCWeek_index=require(1298),_vendor_browser_dateFns__lib_startOfUTCWeekYear_index=require(1299),_vendor_browser_dateFns__lib_requiredArgs_index=require(1295),getUTCWeek_1=_vendor_browser__commonjsHelpers.createCommonjsModule(function(e,r){var _=function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(r,\"__esModule\",{value:!0}),r.default=function(e,r){(0,d.default)(1,arguments);var _=(0,t.default)(e),i=(0,s.default)(_,r).getTime()-(0,o.default)(_,r).getTime();return Math.round(i/n)+1};var t=_(_vendor_browser_dateFns_toDate_index.require$$3),s=_(_vendor_browser_dateFns__lib_startOfUTCWeek_index.require$$1),o=_(_vendor_browser_dateFns__lib_startOfUTCWeekYear_index.require$$2),d=_(_vendor_browser_dateFns__lib_requiredArgs_index.require$$8),n=6048e5;e.exports=r.default});_vendor_browser__commonjsHelpers.getDefaultExportFromCjs(getUTCWeek_1);var require$$3=getUTCWeek_1;exports.require$$3=require$$3;\\n}, {\"937\":937,\"1294\":1294,\"1295\":1295,\"1298\":1298,\"1299\":1299}];\\nwindow.modules[\"1291\"] = [function(require,module,exports){\"use strict\";var _vendor_browser__commonjsHelpers=require(937),_vendor_browser_dateFns_toDate_index=require(1294),_vendor_browser_dateFns__lib_requiredArgs_index=require(1295),_vendor_browser_dateFns__lib_startOfUTCWeek_index=require(1298),_vendor_browser_dateFns__lib_toInteger_index=require(1282),getUTCWeekYear_1=_vendor_browser__commonjsHelpers.createCommonjsModule(function(e,r){var t=function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(r,\"__esModule\",{value:!0}),r.default=function(e,r){(0,n.default)(1,arguments);var t=(0,_.default)(e),i=t.getUTCFullYear(),a=r||{},d=a.locale,u=d&&d.options&&d.options.firstWeekContainsDate,l=null==u?1:(0,o.default)(u),f=null==a.firstWeekContainsDate?l:(0,o.default)(a.firstWeekContainsDate);if(!(f>=1&&f<=7))throw new RangeError(\"firstWeekContainsDate must be between 1 and 7 inclusively\");var v=new Date(0);v.setUTCFullYear(i+1,0,f),v.setUTCHours(0,0,0,0);var b=(0,s.default)(v,r),C=new Date(0);C.setUTCFullYear(i,0,f),C.setUTCHours(0,0,0,0);var g=(0,s.default)(C,r);return t.getTime()>=b.getTime()?i+1:t.getTime()>=g.getTime()?i:i-1};var _=t(_vendor_browser_dateFns_toDate_index.require$$3),n=t(_vendor_browser_dateFns__lib_requiredArgs_index.require$$8),s=t(_vendor_browser_dateFns__lib_startOfUTCWeek_index.require$$1),o=t(_vendor_browser_dateFns__lib_toInteger_index.require$$0);e.exports=r.default});_vendor_browser__commonjsHelpers.getDefaultExportFromCjs(getUTCWeekYear_1);var require$$4=getUTCWeekYear_1;exports.require$$4=require$$4;\\n}, {\"937\":937,\"1282\":1282,\"1294\":1294,\"1295\":1295,\"1298\":1298}];\\nwindow.modules[\"1292\"] = [function(require,module,exports){\"use strict\";var _vendor_browser__commonjsHelpers=require(937),_vendor_browser_dateFns__lib_addLeadingZeros_index=require(1284),lightFormatters=_vendor_browser__commonjsHelpers.createCommonjsModule(function(e,r){Object.defineProperty(r,\"__esModule\",{value:!0}),r.default=void 0;var t,n=(t=_vendor_browser_dateFns__lib_addLeadingZeros_index.require$$5)&&t.__esModule?t:{default:t},a={y:function(e,r){var t=e.getUTCFullYear(),a=t>0?t:1-t;return(0,n.default)(\"yy\"===r?a%100:a,r.length)},M:function(e,r){var t=e.getUTCMonth();return\"M\"===r?String(t+1):(0,n.default)(t+1,2)},d:function(e,r){return(0,n.default)(e.getUTCDate(),r.length)},a:function(e,r){var t=e.getUTCHours()/12>=1?\"pm\":\"am\";switch(r){case\"a\":case\"aa\":return t.toUpperCase();case\"aaa\":return t;case\"aaaaa\":return t[0];case\"aaaa\":default:return\"am\"===t?\"a.m.\":\"p.m.\"}},h:function(e,r){return(0,n.default)(e.getUTCHours()%12||12,r.length)},H:function(e,r){return(0,n.default)(e.getUTCHours(),r.length)},m:function(e,r){return(0,n.default)(e.getUTCMinutes(),r.length)},s:function(e,r){return(0,n.default)(e.getUTCSeconds(),r.length)},S:function(e,r){var t=r.length,a=e.getUTCMilliseconds(),o=Math.floor(a*Math.pow(10,t-3));return(0,n.default)(o,r.length)}};r.default=a,e.exports=r.default});_vendor_browser__commonjsHelpers.getDefaultExportFromCjs(lightFormatters);var require$$6=lightFormatters;exports.require$$6=require$$6;\\n}, {\"937\":937,\"1284\":1284}];\\nwindow.modules[\"1293\"] = [function(require,module,exports){\"use strict\";var _vendor_browser__commonjsHelpers=require(937),longFormatters_1=_vendor_browser__commonjsHelpers.createCommonjsModule(function(e,t){var r=function(e,t){switch(e){case\"P\":return t.date({width:\"short\"});case\"PP\":return t.date({width:\"medium\"});case\"PPP\":return t.date({width:\"long\"});case\"PPPP\":default:return t.date({width:\"full\"})}},a=function(e,t){switch(e){case\"p\":return t.time({width:\"short\"});case\"pp\":return t.time({width:\"medium\"});case\"ppp\":return t.time({width:\"long\"});case\"pppp\":default:return t.time({width:\"full\"})}};Object.defineProperty(t,\"__esModule\",{value:!0}),t.default=void 0;var o={p:a,P:function(e,t){var o,s=e.match(/(P+)(p+)?/)||[],i=s[1],d=s[2];if(!d)return r(e,t);switch(i){case\"P\":o=t.dateTime({width:\"short\"});break;case\"PP\":o=t.dateTime({width:\"medium\"});break;case\"PPP\":o=t.dateTime({width:\"long\"});break;case\"PPPP\":default:o=t.dateTime({width:\"full\"})}return o.replace(\"{{date}}\",r(i,t)).replace(\"{{time}}\",a(d,t))}};t.default=o,e.exports=t.default});_vendor_browser__commonjsHelpers.getDefaultExportFromCjs(longFormatters_1);var require$$5=longFormatters_1;exports.require$$5=require$$5;\\n}, {\"937\":937}];\\nwindow.modules[\"1294\"] = [function(require,module,exports){\"use strict\";var _vendor_browser__commonjsHelpers=require(937),_vendor_browser_dateFns__lib_requiredArgs_index=require(1295);function _instanceof(e,r){return null!=r&&\"undefined\"!=typeof Symbol&&r[Symbol.hasInstance]?!!r[Symbol.hasInstance](e):e instanceof r}var toDate_1=_vendor_browser__commonjsHelpers.createCommonjsModule(function(e,r){Object.defineProperty(r,\"__esModule\",{value:!0}),r.default=function(e){(0,o.default)(1,arguments);var r=Object.prototype.toString.call(e);return _instanceof(e,Date)||\"object\"==typeof e&&\"[object Date]\"===r?new Date(e.getTime()):\"number\"==typeof e||\"[object Number]\"===r?new Date(e):(\"string\"!=typeof e&&\"[object String]\"!==r||\"undefined\"==typeof console||(console.warn(\"Starting with v2.0.0-beta.1 date-fns doesn\\'t accept strings as date arguments. Please use `parseISO` to parse strings. See: https://git.io/fjule\"),console.warn((new Error).stack)),new Date(NaN))};var t,o=(t=_vendor_browser_dateFns__lib_requiredArgs_index.require$$8)&&t.__esModule?t:{default:t};e.exports=r.default});_vendor_browser__commonjsHelpers.getDefaultExportFromCjs(toDate_1);var require$$3=toDate_1;exports.require$$3=require$$3;\\n}, {\"937\":937,\"1295\":1295}];\\nwindow.modules[\"1295\"] = [function(require,module,exports){\"use strict\";var _vendor_browser__commonjsHelpers=require(937),requiredArgs_1=_vendor_browser__commonjsHelpers.createCommonjsModule(function(e,r){Object.defineProperty(r,\"__esModule\",{value:!0}),r.default=function(e,r){if(r.length<e)throw new TypeError(e+\" argument\"+(e>1?\"s\":\"\")+\" required, but only \"+r.length+\" present\")},e.exports=r.default});_vendor_browser__commonjsHelpers.getDefaultExportFromCjs(requiredArgs_1);var require$$8=requiredArgs_1;exports.require$$8=require$$8;\\n}, {\"937\":937}];\\nwindow.modules[\"1296\"] = [function(require,module,exports){\"use strict\";var _vendor_browser__commonjsHelpers=require(937),_vendor_browser_dateFns_toDate_index=require(1294),_vendor_browser_dateFns__lib_requiredArgs_index=require(1295),startOfUTCISOWeek_1=_vendor_browser__commonjsHelpers.createCommonjsModule(function(e,r){var _=function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(r,\"__esModule\",{value:!0}),r.default=function(e){(0,o.default)(1,arguments);var r=(0,t.default)(e),_=r.getUTCDay(),s=(_<1?7:0)+_-1;return r.setUTCDate(r.getUTCDate()-s),r.setUTCHours(0,0,0,0),r};var t=_(_vendor_browser_dateFns_toDate_index.require$$3),o=_(_vendor_browser_dateFns__lib_requiredArgs_index.require$$8);e.exports=r.default});_vendor_browser__commonjsHelpers.getDefaultExportFromCjs(startOfUTCISOWeek_1);var require$$1=startOfUTCISOWeek_1;exports.require$$1=require$$1;\\n}, {\"937\":937,\"1294\":1294,\"1295\":1295}];\\nwindow.modules[\"1297\"] = [function(require,module,exports){\"use strict\";var _vendor_browser__commonjsHelpers=require(937),_vendor_browser_dateFns__lib_getUTCISOWeekYear_index=require(1289),_vendor_browser_dateFns__lib_startOfUTCISOWeek_index=require(1296),_vendor_browser_dateFns__lib_requiredArgs_index=require(1295),startOfUTCISOWeekYear_1=_vendor_browser__commonjsHelpers.createCommonjsModule(function(e,r){var _=function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(r,\"__esModule\",{value:!0}),r.default=function(e){(0,o.default)(1,arguments);var r=(0,s.default)(e),_=new Date(0);return _.setUTCFullYear(r,0,4),_.setUTCHours(0,0,0,0),(0,t.default)(_)};var s=_(_vendor_browser_dateFns__lib_getUTCISOWeekYear_index.require$$2),t=_(_vendor_browser_dateFns__lib_startOfUTCISOWeek_index.require$$1),o=_(_vendor_browser_dateFns__lib_requiredArgs_index.require$$8);e.exports=r.default});_vendor_browser__commonjsHelpers.getDefaultExportFromCjs(startOfUTCISOWeekYear_1);var require$$2=startOfUTCISOWeekYear_1;exports.require$$2=require$$2;\\n}, {\"937\":937,\"1289\":1289,\"1295\":1295,\"1296\":1296}];\\nwindow.modules[\"1298\"] = [function(require,module,exports){\"use strict\";var _vendor_browser__commonjsHelpers=require(937),_vendor_browser_dateFns_toDate_index=require(1294),_vendor_browser_dateFns__lib_requiredArgs_index=require(1295),_vendor_browser_dateFns__lib_toInteger_index=require(1282),startOfUTCWeek_1=_vendor_browser__commonjsHelpers.createCommonjsModule(function(e,r){var t=function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(r,\"__esModule\",{value:!0}),r.default=function(e,r){(0,n.default)(1,arguments);var t=r||{},s=t.locale,d=s&&s.options&&s.options.weekStartsOn,a=null==d?0:(0,o.default)(d),i=null==t.weekStartsOn?a:(0,o.default)(t.weekStartsOn);if(!(i>=0&&i<=6))throw new RangeError(\"weekStartsOn must be between 0 and 6 inclusively\");var u=(0,_.default)(e),l=u.getUTCDay(),v=(l<i?7:0)+l-i;return u.setUTCDate(u.getUTCDate()-v),u.setUTCHours(0,0,0,0),u};var _=t(_vendor_browser_dateFns_toDate_index.require$$3),n=t(_vendor_browser_dateFns__lib_requiredArgs_index.require$$8),o=t(_vendor_browser_dateFns__lib_toInteger_index.require$$0);e.exports=r.default});_vendor_browser__commonjsHelpers.getDefaultExportFromCjs(startOfUTCWeek_1);var require$$1=startOfUTCWeek_1;exports.require$$1=require$$1;\\n}, {\"937\":937,\"1282\":1282,\"1294\":1294,\"1295\":1295}];\\nwindow.modules[\"1299\"] = [function(require,module,exports){\"use strict\";var _vendor_browser__commonjsHelpers=require(937),_vendor_browser_dateFns__lib_getUTCWeekYear_index=require(1291),_vendor_browser_dateFns__lib_requiredArgs_index=require(1295),_vendor_browser_dateFns__lib_startOfUTCWeek_index=require(1298),_vendor_browser_dateFns__lib_toInteger_index=require(1282),startOfUTCWeekYear_1=_vendor_browser__commonjsHelpers.createCommonjsModule(function(e,r){var _=function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(r,\"__esModule\",{value:!0}),r.default=function(e,r){(0,s.default)(1,arguments);var _=r||{},i=_.locale,d=i&&i.options&&i.options.firstWeekContainsDate,a=null==d?1:(0,o.default)(d),u=null==_.firstWeekContainsDate?a:(0,o.default)(_.firstWeekContainsDate),l=(0,t.default)(e,r),f=new Date(0);return f.setUTCFullYear(l,0,u),f.setUTCHours(0,0,0,0),(0,n.default)(f,r)};var t=_(_vendor_browser_dateFns__lib_getUTCWeekYear_index.require$$4),s=_(_vendor_browser_dateFns__lib_requiredArgs_index.require$$8),n=_(_vendor_browser_dateFns__lib_startOfUTCWeek_index.require$$1),o=_(_vendor_browser_dateFns__lib_toInteger_index.require$$0);e.exports=r.default});_vendor_browser__commonjsHelpers.getDefaultExportFromCjs(startOfUTCWeekYear_1);var require$$2=startOfUTCWeekYear_1;exports.require$$2=require$$2;\\n}, {\"937\":937,\"1282\":1282,\"1291\":1291,\"1295\":1295,\"1298\":1298}];\\nwindow.modules[\"1300\"] = [function(require,module,exports){\"use strict\";var isProtectedDayOfYearToken_1=isProtectedDayOfYearToken,isProtectedWeekYearToken_1=isProtectedWeekYearToken,throwProtectedError_1=throwProtectedError,protectedDayOfYearTokens=[\"D\",\"DD\"],protectedWeekYearTokens=[\"YY\",\"YYYY\"];function isProtectedDayOfYearToken(e){return-1!==protectedDayOfYearTokens.indexOf(e)}function isProtectedWeekYearToken(e){return-1!==protectedWeekYearTokens.indexOf(e)}function throwProtectedError(e,t,r){if(\"YYYY\"===e)throw new RangeError(\"Use `yyyy` instead of `YYYY` (in `\".concat(t,\"`) for formatting years to the input `\").concat(r,\"`; see: https://git.io/fxCyr\"));if(\"YY\"===e)throw new RangeError(\"Use `yy` instead of `YY` (in `\".concat(t,\"`) for formatting years to the input `\").concat(r,\"`; see: https://git.io/fxCyr\"));if(\"D\"===e)throw new RangeError(\"Use `d` instead of `D` (in `\".concat(t,\"`) for formatting days of the month to the input `\").concat(r,\"`; see: https://git.io/fxCyr\"));if(\"DD\"===e)throw new RangeError(\"Use `dd` instead of `DD` (in `\".concat(t,\"`) for formatting days of the month to the input `\").concat(r,\"`; see: https://git.io/fxCyr\"))}var protectedTokens=Object.defineProperty({isProtectedDayOfYearToken:isProtectedDayOfYearToken_1,isProtectedWeekYearToken:isProtectedWeekYearToken_1,throwProtectedError:throwProtectedError_1},\"__esModule\",{value:!0}),_index8=protectedTokens;exports._index8=_index8;\\n}, {}];\\nwindow.modules[\"1301\"] = [function(require,module,exports){\"use strict\";var _vendor_browser__commonjsHelpers=require(937),_vendor_browser_dateFns__lib_toInteger_index=require(1282),_vendor_browser_dateFns_toDate_index=require(1294),_vendor_browser_dateFns__lib_requiredArgs_index=require(1295),addMilliseconds_1=_vendor_browser__commonjsHelpers.createCommonjsModule(function(e,r){var _=function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(r,\"__esModule\",{value:!0}),r.default=function(e,r){(0,n.default)(2,arguments);var _=(0,d.default)(e).getTime(),s=(0,o.default)(r);return new Date(_+s)};var o=_(_vendor_browser_dateFns__lib_toInteger_index.require$$0),d=_(_vendor_browser_dateFns_toDate_index.require$$3),n=_(_vendor_browser_dateFns__lib_requiredArgs_index.require$$8);e.exports=r.default});_vendor_browser__commonjsHelpers.getDefaultExportFromCjs(addMilliseconds_1);var require$$1=addMilliseconds_1;exports.require$$1=require$$1;\\n}, {\"937\":937,\"1282\":1282,\"1294\":1294,\"1295\":1295}];\\nwindow.modules[\"1302\"] = [function(require,module,exports){\"use strict\";function addLeadingZeros(e,r){for(var a=e<0?\"-\":\"\",d=Math.abs(e).toString();d.length<r;)d=\"0\"+d;return a+d}exports.addLeadingZeros=addLeadingZeros;\\n}, {}];\\nwindow.modules[\"1303\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_dateFns_esm__lib_getUTCDayOfYear_index=require(1304),_vendor_browser_dateFns_esm__lib_getUTCISOWeek_index=require(1305),_vendor_browser_dateFns_esm__lib_getUTCISOWeekYear_index=require(1306),_vendor_browser_dateFns_esm__lib_getUTCWeek_index=require(1307),_vendor_browser_dateFns_esm__lib_getUTCWeekYear_index=require(1308),_vendor_browser_dateFns_esm__lib_addLeadingZeros_index=require(1302),_vendor_browser_dateFns_esm__lib_format_lightFormatters_index=require(1309),dayPeriodEnum={am:\"am\",pm:\"pm\",midnight:\"midnight\",noon:\"noon\",morning:\"morning\",afternoon:\"afternoon\",evening:\"evening\",night:\"night\"},formatters={G:function(e,r,t){var n=e.getUTCFullYear()>0?1:0;switch(r){case\"G\":case\"GG\":case\"GGG\":return t.era(n,{width:\"abbreviated\"});case\"GGGGG\":return t.era(n,{width:\"narrow\"});case\"GGGG\":default:return t.era(n,{width:\"wide\"})}},y:function(e,r,t){if(\"yo\"===r){var n=e.getUTCFullYear(),a=n>0?n:1-n;return t.ordinalNumber(a,{unit:\"year\"})}return _vendor_browser_dateFns_esm__lib_format_lightFormatters_index.formatters.y(e,r)},Y:function(e,r,t,n){var a=_vendor_browser_dateFns_esm__lib_getUTCWeekYear_index.getUTCWeekYear(e,n),i=a>0?a:1-a;if(\"YY\"===r){var d=i%100;return _vendor_browser_dateFns_esm__lib_addLeadingZeros_index.addLeadingZeros(d,2)}return\"Yo\"===r?t.ordinalNumber(i,{unit:\"year\"}):_vendor_browser_dateFns_esm__lib_addLeadingZeros_index.addLeadingZeros(i,r.length)},R:function(e,r){var t=_vendor_browser_dateFns_esm__lib_getUTCISOWeekYear_index.getUTCISOWeekYear(e);return _vendor_browser_dateFns_esm__lib_addLeadingZeros_index.addLeadingZeros(t,r.length)},u:function(e,r){var t=e.getUTCFullYear();return _vendor_browser_dateFns_esm__lib_addLeadingZeros_index.addLeadingZeros(t,r.length)},Q:function(e,r,t){var n=Math.ceil((e.getUTCMonth()+1)/3);switch(r){case\"Q\":return String(n);case\"QQ\":return _vendor_browser_dateFns_esm__lib_addLeadingZeros_index.addLeadingZeros(n,2);case\"Qo\":return t.ordinalNumber(n,{unit:\"quarter\"});case\"QQQ\":return t.quarter(n,{width:\"abbreviated\",context:\"formatting\"});case\"QQQQQ\":return t.quarter(n,{width:\"narrow\",context:\"formatting\"});case\"QQQQ\":default:return t.quarter(n,{width:\"wide\",context:\"formatting\"})}},q:function(e,r,t){var n=Math.ceil((e.getUTCMonth()+1)/3);switch(r){case\"q\":return String(n);case\"qq\":return _vendor_browser_dateFns_esm__lib_addLeadingZeros_index.addLeadingZeros(n,2);case\"qo\":return t.ordinalNumber(n,{unit:\"quarter\"});case\"qqq\":return t.quarter(n,{width:\"abbreviated\",context:\"standalone\"});case\"qqqqq\":return t.quarter(n,{width:\"narrow\",context:\"standalone\"});case\"qqqq\":default:return t.quarter(n,{width:\"wide\",context:\"standalone\"})}},M:function(e,r,t){var n=e.getUTCMonth();switch(r){case\"M\":case\"MM\":return _vendor_browser_dateFns_esm__lib_format_lightFormatters_index.formatters.M(e,r);case\"Mo\":return t.ordinalNumber(n+1,{unit:\"month\"});case\"MMM\":return t.month(n,{width:\"abbreviated\",context:\"formatting\"});case\"MMMMM\":return t.month(n,{width:\"narrow\",context:\"formatting\"});case\"MMMM\":default:return t.month(n,{width:\"wide\",context:\"formatting\"})}},L:function(e,r,t){var n=e.getUTCMonth();switch(r){case\"L\":return String(n+1);case\"LL\":return _vendor_browser_dateFns_esm__lib_addLeadingZeros_index.addLeadingZeros(n+1,2);case\"Lo\":return t.ordinalNumber(n+1,{unit:\"month\"});case\"LLL\":return t.month(n,{width:\"abbreviated\",context:\"standalone\"});case\"LLLLL\":return t.month(n,{width:\"narrow\",context:\"standalone\"});case\"LLLL\":default:return t.month(n,{width:\"wide\",context:\"standalone\"})}},w:function(e,r,t,n){var a=_vendor_browser_dateFns_esm__lib_getUTCWeek_index.getUTCWeek(e,n);return\"wo\"===r?t.ordinalNumber(a,{unit:\"week\"}):_vendor_browser_dateFns_esm__lib_addLeadingZeros_index.addLeadingZeros(a,r.length)},I:function(e,r,t){var n=_vendor_browser_dateFns_esm__lib_getUTCISOWeek_index.getUTCISOWeek(e);return\"Io\"===r?t.ordinalNumber(n,{unit:\"week\"}):_vendor_browser_dateFns_esm__lib_addLeadingZeros_index.addLeadingZeros(n,r.length)},d:function(e,r,t){return\"do\"===r?t.ordinalNumber(e.getUTCDate(),{unit:\"date\"}):_vendor_browser_dateFns_esm__lib_format_lightFormatters_index.formatters.d(e,r)},D:function(e,r,t){var n=_vendor_browser_dateFns_esm__lib_getUTCDayOfYear_index.getUTCDayOfYear(e);return\"Do\"===r?t.ordinalNumber(n,{unit:\"dayOfYear\"}):_vendor_browser_dateFns_esm__lib_addLeadingZeros_index.addLeadingZeros(n,r.length)},E:function(e,r,t){var n=e.getUTCDay();switch(r){case\"E\":case\"EE\":case\"EEE\":return t.day(n,{width:\"abbreviated\",context:\"formatting\"});case\"EEEEE\":return t.day(n,{width:\"narrow\",context:\"formatting\"});case\"EEEEEE\":return t.day(n,{width:\"short\",context:\"formatting\"});case\"EEEE\":default:return t.day(n,{width:\"wide\",context:\"formatting\"})}},e:function(e,r,t,n){var a=e.getUTCDay(),i=(a-n.weekStartsOn+8)%7||7;switch(r){case\"e\":return String(i);case\"ee\":return _vendor_browser_dateFns_esm__lib_addLeadingZeros_index.addLeadingZeros(i,2);case\"eo\":return t.ordinalNumber(i,{unit:\"day\"});case\"eee\":return t.day(a,{width:\"abbreviated\",context:\"formatting\"});case\"eeeee\":return t.day(a,{width:\"narrow\",context:\"formatting\"});case\"eeeeee\":return t.day(a,{width:\"short\",context:\"formatting\"});case\"eeee\":default:return t.day(a,{width:\"wide\",context:\"formatting\"})}},c:function(e,r,t,n){var a=e.getUTCDay(),i=(a-n.weekStartsOn+8)%7||7;switch(r){case\"c\":return String(i);case\"cc\":return _vendor_browser_dateFns_esm__lib_addLeadingZeros_index.addLeadingZeros(i,r.length);case\"co\":return t.ordinalNumber(i,{unit:\"day\"});case\"ccc\":return t.day(a,{width:\"abbreviated\",context:\"standalone\"});case\"ccccc\":return t.day(a,{width:\"narrow\",context:\"standalone\"});case\"cccccc\":return t.day(a,{width:\"short\",context:\"standalone\"});case\"cccc\":default:return t.day(a,{width:\"wide\",context:\"standalone\"})}},i:function(e,r,t){var n=e.getUTCDay(),a=0===n?7:n;switch(r){case\"i\":return String(a);case\"ii\":return _vendor_browser_dateFns_esm__lib_addLeadingZeros_index.addLeadingZeros(a,r.length);case\"io\":return t.ordinalNumber(a,{unit:\"day\"});case\"iii\":return t.day(n,{width:\"abbreviated\",context:\"formatting\"});case\"iiiii\":return t.day(n,{width:\"narrow\",context:\"formatting\"});case\"iiiiii\":return t.day(n,{width:\"short\",context:\"formatting\"});case\"iiii\":default:return t.day(n,{width:\"wide\",context:\"formatting\"})}},a:function(e,r,t){var n=e.getUTCHours()/12>=1?\"pm\":\"am\";switch(r){case\"a\":case\"aa\":return t.dayPeriod(n,{width:\"abbreviated\",context:\"formatting\"});case\"aaa\":return t.dayPeriod(n,{width:\"abbreviated\",context:\"formatting\"}).toLowerCase();case\"aaaaa\":return t.dayPeriod(n,{width:\"narrow\",context:\"formatting\"});case\"aaaa\":default:return t.dayPeriod(n,{width:\"wide\",context:\"formatting\"})}},b:function(e,r,t){var n,a=e.getUTCHours();switch(n=12===a?dayPeriodEnum.noon:0===a?dayPeriodEnum.midnight:a/12>=1?\"pm\":\"am\",r){case\"b\":case\"bb\":return t.dayPeriod(n,{width:\"abbreviated\",context:\"formatting\"});case\"bbb\":return t.dayPeriod(n,{width:\"abbreviated\",context:\"formatting\"}).toLowerCase();case\"bbbbb\":return t.dayPeriod(n,{width:\"narrow\",context:\"formatting\"});case\"bbbb\":default:return t.dayPeriod(n,{width:\"wide\",context:\"formatting\"})}},B:function(e,r,t){var n,a=e.getUTCHours();switch(n=a>=17?dayPeriodEnum.evening:a>=12?dayPeriodEnum.afternoon:a>=4?dayPeriodEnum.morning:dayPeriodEnum.night,r){case\"B\":case\"BB\":case\"BBB\":return t.dayPeriod(n,{width:\"abbreviated\",context:\"formatting\"});case\"BBBBB\":return t.dayPeriod(n,{width:\"narrow\",context:\"formatting\"});case\"BBBB\":default:return t.dayPeriod(n,{width:\"wide\",context:\"formatting\"})}},h:function(e,r,t){if(\"ho\"===r){var n=e.getUTCHours()%12;return 0===n&&(n=12),t.ordinalNumber(n,{unit:\"hour\"})}return _vendor_browser_dateFns_esm__lib_format_lightFormatters_index.formatters.h(e,r)},H:function(e,r,t){return\"Ho\"===r?t.ordinalNumber(e.getUTCHours(),{unit:\"hour\"}):_vendor_browser_dateFns_esm__lib_format_lightFormatters_index.formatters.H(e,r)},K:function(e,r,t){var n=e.getUTCHours()%12;return\"Ko\"===r?t.ordinalNumber(n,{unit:\"hour\"}):_vendor_browser_dateFns_esm__lib_addLeadingZeros_index.addLeadingZeros(n,r.length)},k:function(e,r,t){var n=e.getUTCHours();return 0===n&&(n=24),\"ko\"===r?t.ordinalNumber(n,{unit:\"hour\"}):_vendor_browser_dateFns_esm__lib_addLeadingZeros_index.addLeadingZeros(n,r.length)},m:function(e,r,t){return\"mo\"===r?t.ordinalNumber(e.getUTCMinutes(),{unit:\"minute\"}):_vendor_browser_dateFns_esm__lib_format_lightFormatters_index.formatters.m(e,r)},s:function(e,r,t){return\"so\"===r?t.ordinalNumber(e.getUTCSeconds(),{unit:\"second\"}):_vendor_browser_dateFns_esm__lib_format_lightFormatters_index.formatters.s(e,r)},S:function(e,r){return _vendor_browser_dateFns_esm__lib_format_lightFormatters_index.formatters.S(e,r)},X:function(e,r,t,n){var a=(n._originalDate||e).getTimezoneOffset();if(0===a)return\"Z\";switch(r){case\"X\":return formatTimezoneWithOptionalMinutes(a);case\"XXXX\":case\"XX\":return formatTimezone(a);case\"XXXXX\":case\"XXX\":default:return formatTimezone(a,\":\")}},x:function(e,r,t,n){var a=(n._originalDate||e).getTimezoneOffset();switch(r){case\"x\":return formatTimezoneWithOptionalMinutes(a);case\"xxxx\":case\"xx\":return formatTimezone(a);case\"xxxxx\":case\"xxx\":default:return formatTimezone(a,\":\")}},O:function(e,r,t,n){var a=(n._originalDate||e).getTimezoneOffset();switch(r){case\"O\":case\"OO\":case\"OOO\":return\"GMT\"+formatTimezoneShort(a,\":\");case\"OOOO\":default:return\"GMT\"+formatTimezone(a,\":\")}},z:function(e,r,t,n){var a=(n._originalDate||e).getTimezoneOffset();switch(r){case\"z\":case\"zz\":case\"zzz\":return\"GMT\"+formatTimezoneShort(a,\":\");case\"zzzz\":default:return\"GMT\"+formatTimezone(a,\":\")}},t:function(e,r,t,n){var a=n._originalDate||e,i=Math.floor(a.getTime()/1e3);return _vendor_browser_dateFns_esm__lib_addLeadingZeros_index.addLeadingZeros(i,r.length)},T:function(e,r,t,n){var a=(n._originalDate||e).getTime();return _vendor_browser_dateFns_esm__lib_addLeadingZeros_index.addLeadingZeros(a,r.length)}};function formatTimezoneShort(e,r){var t=e>0?\"-\":\"+\",n=Math.abs(e),a=Math.floor(n/60),i=n%60;if(0===i)return t+String(a);var d=r||\"\";return t+String(a)+d+_vendor_browser_dateFns_esm__lib_addLeadingZeros_index.addLeadingZeros(i,2)}function formatTimezoneWithOptionalMinutes(e,r){return e%60==0?(e>0?\"-\":\"+\")+_vendor_browser_dateFns_esm__lib_addLeadingZeros_index.addLeadingZeros(Math.abs(e)/60,2):formatTimezone(e,r)}function formatTimezone(e,r){var t=r||\"\",n=e>0?\"-\":\"+\",a=Math.abs(e);return n+_vendor_browser_dateFns_esm__lib_addLeadingZeros_index.addLeadingZeros(Math.floor(a/60),2)+t+_vendor_browser_dateFns_esm__lib_addLeadingZeros_index.addLeadingZeros(a%60,2)}var formatters$1=formatters;exports.formatters=formatters$1;\\n}, {\"1302\":1302,\"1304\":1304,\"1305\":1305,\"1306\":1306,\"1307\":1307,\"1308\":1308,\"1309\":1309}];\\nwindow.modules[\"1304\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_dateFns_esm_toDate_index=require(1312),_vendor_browser_dateFns_esm__lib_requiredArgs_index=require(1313),MILLISECONDS_IN_DAY=864e5;function getUTCDayOfYear(e){_vendor_browser_dateFns_esm__lib_requiredArgs_index.requiredArgs(1,arguments);var r=_vendor_browser_dateFns_esm_toDate_index.toDate(e),_=r.getTime();r.setUTCMonth(0,1),r.setUTCHours(0,0,0,0);var t=_-r.getTime();return Math.floor(t/MILLISECONDS_IN_DAY)+1}exports.getUTCDayOfYear=getUTCDayOfYear;\\n}, {\"1312\":1312,\"1313\":1313}];\\nwindow.modules[\"1305\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_dateFns_esm_toDate_index=require(1312),_vendor_browser_dateFns_esm__lib_startOfUTCISOWeek_index=require(1314),_vendor_browser_dateFns_esm__lib_startOfUTCISOWeekYear_index=require(1315),_vendor_browser_dateFns_esm__lib_requiredArgs_index=require(1313),MILLISECONDS_IN_WEEK=6048e5;function getUTCISOWeek(e){_vendor_browser_dateFns_esm__lib_requiredArgs_index.requiredArgs(1,arguments);var _=_vendor_browser_dateFns_esm_toDate_index.toDate(e),r=_vendor_browser_dateFns_esm__lib_startOfUTCISOWeek_index.startOfUTCISOWeek(_).getTime()-_vendor_browser_dateFns_esm__lib_startOfUTCISOWeekYear_index.startOfUTCISOWeekYear(_).getTime();return Math.round(r/MILLISECONDS_IN_WEEK)+1}exports.getUTCISOWeek=getUTCISOWeek;\\n}, {\"1312\":1312,\"1313\":1313,\"1314\":1314,\"1315\":1315}];\\nwindow.modules[\"1306\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_dateFns_esm_toDate_index=require(1312),_vendor_browser_dateFns_esm__lib_requiredArgs_index=require(1313),_vendor_browser_dateFns_esm__lib_startOfUTCISOWeek_index=require(1314);function getUTCISOWeekYear(e){_vendor_browser_dateFns_esm__lib_requiredArgs_index.requiredArgs(1,arguments);var r=_vendor_browser_dateFns_esm_toDate_index.toDate(e),_=r.getUTCFullYear(),t=new Date(0);t.setUTCFullYear(_+1,0,4),t.setUTCHours(0,0,0,0);var s=_vendor_browser_dateFns_esm__lib_startOfUTCISOWeek_index.startOfUTCISOWeek(t),a=new Date(0);a.setUTCFullYear(_,0,4),a.setUTCHours(0,0,0,0);var n=_vendor_browser_dateFns_esm__lib_startOfUTCISOWeek_index.startOfUTCISOWeek(a);return r.getTime()>=s.getTime()?_+1:r.getTime()>=n.getTime()?_:_-1}exports.getUTCISOWeekYear=getUTCISOWeekYear;\\n}, {\"1312\":1312,\"1313\":1313,\"1314\":1314}];\\nwindow.modules[\"1307\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_dateFns_esm_toDate_index=require(1312),_vendor_browser_dateFns_esm__lib_startOfUTCWeek_index=require(1316),_vendor_browser_dateFns_esm__lib_startOfUTCWeekYear_index=require(1317),_vendor_browser_dateFns_esm__lib_requiredArgs_index=require(1313),MILLISECONDS_IN_WEEK=6048e5;function getUTCWeek(e,_){_vendor_browser_dateFns_esm__lib_requiredArgs_index.requiredArgs(1,arguments);var r=_vendor_browser_dateFns_esm_toDate_index.toDate(e),s=_vendor_browser_dateFns_esm__lib_startOfUTCWeek_index.startOfUTCWeek(r,_).getTime()-_vendor_browser_dateFns_esm__lib_startOfUTCWeekYear_index.startOfUTCWeekYear(r,_).getTime();return Math.round(s/MILLISECONDS_IN_WEEK)+1}exports.getUTCWeek=getUTCWeek;\\n}, {\"1312\":1312,\"1313\":1313,\"1316\":1316,\"1317\":1317}];\\nwindow.modules[\"1308\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_dateFns_esm_toDate_index=require(1312),_vendor_browser_dateFns_esm__lib_requiredArgs_index=require(1313),_vendor_browser_dateFns_esm__lib_startOfUTCWeek_index=require(1316),_vendor_browser_dateFns_esm__lib_toInteger_index=require(1318);function getUTCWeekYear(e,r){_vendor_browser_dateFns_esm__lib_requiredArgs_index.requiredArgs(1,arguments);var t=_vendor_browser_dateFns_esm_toDate_index.toDate(e),_=t.getUTCFullYear(),s=r||{},n=s.locale,i=n&&n.options&&n.options.firstWeekContainsDate,o=null==i?1:_vendor_browser_dateFns_esm__lib_toInteger_index.toInteger(i),a=null==s.firstWeekContainsDate?o:_vendor_browser_dateFns_esm__lib_toInteger_index.toInteger(s.firstWeekContainsDate);if(!(a>=1&&a<=7))throw new RangeError(\"firstWeekContainsDate must be between 1 and 7 inclusively\");var d=new Date(0);d.setUTCFullYear(_+1,0,a),d.setUTCHours(0,0,0,0);var l=_vendor_browser_dateFns_esm__lib_startOfUTCWeek_index.startOfUTCWeek(d,r),b=new Date(0);b.setUTCFullYear(_,0,a),b.setUTCHours(0,0,0,0);var u=_vendor_browser_dateFns_esm__lib_startOfUTCWeek_index.startOfUTCWeek(b,r);return t.getTime()>=l.getTime()?_+1:t.getTime()>=u.getTime()?_:_-1}exports.getUTCWeekYear=getUTCWeekYear;\\n}, {\"1312\":1312,\"1313\":1313,\"1316\":1316,\"1318\":1318}];\\nwindow.modules[\"1309\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_dateFns_esm__lib_addLeadingZeros_index=require(1302),formatters={y:function(e,r){var n=e.getUTCFullYear(),d=n>0?n:1-n;return _vendor_browser_dateFns_esm__lib_addLeadingZeros_index.addLeadingZeros(\"yy\"===r?d%100:d,r.length)},M:function(e,r){var n=e.getUTCMonth();return\"M\"===r?String(n+1):_vendor_browser_dateFns_esm__lib_addLeadingZeros_index.addLeadingZeros(n+1,2)},d:function(e,r){return _vendor_browser_dateFns_esm__lib_addLeadingZeros_index.addLeadingZeros(e.getUTCDate(),r.length)},a:function(e,r){var n=e.getUTCHours()/12>=1?\"pm\":\"am\";switch(r){case\"a\":case\"aa\":return n.toUpperCase();case\"aaa\":return n;case\"aaaaa\":return n[0];case\"aaaa\":default:return\"am\"===n?\"a.m.\":\"p.m.\"}},h:function(e,r){return _vendor_browser_dateFns_esm__lib_addLeadingZeros_index.addLeadingZeros(e.getUTCHours()%12||12,r.length)},H:function(e,r){return _vendor_browser_dateFns_esm__lib_addLeadingZeros_index.addLeadingZeros(e.getUTCHours(),r.length)},m:function(e,r){return _vendor_browser_dateFns_esm__lib_addLeadingZeros_index.addLeadingZeros(e.getUTCMinutes(),r.length)},s:function(e,r){return _vendor_browser_dateFns_esm__lib_addLeadingZeros_index.addLeadingZeros(e.getUTCSeconds(),r.length)},S:function(e,r){var n=r.length,d=e.getUTCMilliseconds(),a=Math.floor(d*Math.pow(10,n-3));return _vendor_browser_dateFns_esm__lib_addLeadingZeros_index.addLeadingZeros(a,r.length)}},formatters$1=formatters;exports.formatters=formatters$1;\\n}, {\"1302\":1302}];\\nwindow.modules[\"1310\"] = [function(require,module,exports){\"use strict\";function dateLongFormatter(t,e){switch(t){case\"P\":return e.date({width:\"short\"});case\"PP\":return e.date({width:\"medium\"});case\"PPP\":return e.date({width:\"long\"});case\"PPPP\":default:return e.date({width:\"full\"})}}function timeLongFormatter(t,e){switch(t){case\"p\":return e.time({width:\"short\"});case\"pp\":return e.time({width:\"medium\"});case\"ppp\":return e.time({width:\"long\"});case\"pppp\":default:return e.time({width:\"full\"})}}function dateTimeLongFormatter(t,e){var r,a=t.match(/(P+)(p+)?/)||[],i=a[1],o=a[2];if(!o)return dateLongFormatter(t,e);switch(i){case\"P\":r=e.dateTime({width:\"short\"});break;case\"PP\":r=e.dateTime({width:\"medium\"});break;case\"PPP\":r=e.dateTime({width:\"long\"});break;case\"PPPP\":default:r=e.dateTime({width:\"full\"})}return r.replace(\"{{date}}\",dateLongFormatter(i,e)).replace(\"{{time}}\",timeLongFormatter(o,e))}var longFormatters={p:timeLongFormatter,P:dateTimeLongFormatter},longFormatters$1=longFormatters;exports.longFormatters=longFormatters$1;\\n}, {}];\\nwindow.modules[\"1311\"] = [function(require,module,exports){\"use strict\";function getTimezoneOffsetInMilliseconds(e){var t=new Date(Date.UTC(e.getFullYear(),e.getMonth(),e.getDate(),e.getHours(),e.getMinutes(),e.getSeconds(),e.getMilliseconds()));return t.setUTCFullYear(e.getFullYear()),e.getTime()-t.getTime()}exports.getTimezoneOffsetInMilliseconds=getTimezoneOffsetInMilliseconds;\\n}, {}];\\nwindow.modules[\"1312\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_dateFns_esm__lib_requiredArgs_index=require(1313);function _instanceof(e,t){return null!=t&&\"undefined\"!=typeof Symbol&&t[Symbol.hasInstance]?!!t[Symbol.hasInstance](e):e instanceof t}function toDate(e){_vendor_browser_dateFns_esm__lib_requiredArgs_index.requiredArgs(1,arguments);var t=Object.prototype.toString.call(e);return _instanceof(e,Date)||\"object\"==typeof e&&\"[object Date]\"===t?new Date(e.getTime()):\"number\"==typeof e||\"[object Number]\"===t?new Date(e):(\"string\"!=typeof e&&\"[object String]\"!==t||\"undefined\"==typeof console||(console.warn(\"Starting with v2.0.0-beta.1 date-fns doesn\\'t accept strings as date arguments. Please use `parseISO` to parse strings. See: https://git.io/fjule\"),console.warn((new Error).stack)),new Date(NaN))}exports.toDate=toDate;\\n}, {\"1313\":1313}];\\nwindow.modules[\"1313\"] = [function(require,module,exports){\"use strict\";function requiredArgs(r,e){if(e.length<r)throw new TypeError(r+\" argument\"+(r>1?\"s\":\"\")+\" required, but only \"+e.length+\" present\")}exports.requiredArgs=requiredArgs;\\n}, {}];\\nwindow.modules[\"1314\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_dateFns_esm_toDate_index=require(1312),_vendor_browser_dateFns_esm__lib_requiredArgs_index=require(1313);function startOfUTCISOWeek(e){_vendor_browser_dateFns_esm__lib_requiredArgs_index.requiredArgs(1,arguments);var r=_vendor_browser_dateFns_esm_toDate_index.toDate(e),t=r.getUTCDay(),_=(t<1?7:0)+t-1;return r.setUTCDate(r.getUTCDate()-_),r.setUTCHours(0,0,0,0),r}exports.startOfUTCISOWeek=startOfUTCISOWeek;\\n}, {\"1312\":1312,\"1313\":1313}];\\nwindow.modules[\"1315\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_dateFns_esm__lib_getUTCISOWeekYear_index=require(1306),_vendor_browser_dateFns_esm__lib_startOfUTCISOWeek_index=require(1314),_vendor_browser_dateFns_esm__lib_requiredArgs_index=require(1313);function startOfUTCISOWeekYear(e){_vendor_browser_dateFns_esm__lib_requiredArgs_index.requiredArgs(1,arguments);var r=_vendor_browser_dateFns_esm__lib_getUTCISOWeekYear_index.getUTCISOWeekYear(e),_=new Date(0);return _.setUTCFullYear(r,0,4),_.setUTCHours(0,0,0,0),_vendor_browser_dateFns_esm__lib_startOfUTCISOWeek_index.startOfUTCISOWeek(_)}exports.startOfUTCISOWeekYear=startOfUTCISOWeekYear;\\n}, {\"1306\":1306,\"1313\":1313,\"1314\":1314}];\\nwindow.modules[\"1316\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_dateFns_esm_toDate_index=require(1312),_vendor_browser_dateFns_esm__lib_requiredArgs_index=require(1313),_vendor_browser_dateFns_esm__lib_toInteger_index=require(1318);function startOfUTCWeek(e,r){_vendor_browser_dateFns_esm__lib_requiredArgs_index.requiredArgs(1,arguments);var t=r||{},_=t.locale,n=_&&_.options&&_.options.weekStartsOn,s=null==n?0:_vendor_browser_dateFns_esm__lib_toInteger_index.toInteger(n),o=null==t.weekStartsOn?s:_vendor_browser_dateFns_esm__lib_toInteger_index.toInteger(t.weekStartsOn);if(!(o>=0&&o<=6))throw new RangeError(\"weekStartsOn must be between 0 and 6 inclusively\");var d=_vendor_browser_dateFns_esm_toDate_index.toDate(e),i=d.getUTCDay(),a=(i<o?7:0)+i-o;return d.setUTCDate(d.getUTCDate()-a),d.setUTCHours(0,0,0,0),d}exports.startOfUTCWeek=startOfUTCWeek;\\n}, {\"1312\":1312,\"1313\":1313,\"1318\":1318}];\\nwindow.modules[\"1317\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_dateFns_esm__lib_getUTCWeekYear_index=require(1308),_vendor_browser_dateFns_esm__lib_requiredArgs_index=require(1313),_vendor_browser_dateFns_esm__lib_startOfUTCWeek_index=require(1316),_vendor_browser_dateFns_esm__lib_toInteger_index=require(1318);function startOfUTCWeekYear(e,r){_vendor_browser_dateFns_esm__lib_requiredArgs_index.requiredArgs(1,arguments);var _=r||{},t=_.locale,s=t&&t.options&&t.options.firstWeekContainsDate,n=null==s?1:_vendor_browser_dateFns_esm__lib_toInteger_index.toInteger(s),i=null==_.firstWeekContainsDate?n:_vendor_browser_dateFns_esm__lib_toInteger_index.toInteger(_.firstWeekContainsDate),d=_vendor_browser_dateFns_esm__lib_getUTCWeekYear_index.getUTCWeekYear(e,r),o=new Date(0);return o.setUTCFullYear(d,0,i),o.setUTCHours(0,0,0,0),_vendor_browser_dateFns_esm__lib_startOfUTCWeek_index.startOfUTCWeek(o,r)}exports.startOfUTCWeekYear=startOfUTCWeekYear;\\n}, {\"1308\":1308,\"1313\":1313,\"1316\":1316,\"1318\":1318}];\\nwindow.modules[\"1318\"] = [function(require,module,exports){\"use strict\";function toInteger(t){if(null===t||!0===t||!1===t)return NaN;var e=Number(t);return isNaN(e)?e:e<0?Math.ceil(e):Math.floor(e)}exports.toInteger=toInteger;\\n}, {}];\\nwindow.modules[\"1319\"] = [function(require,module,exports){\"use strict\";var protectedDayOfYearTokens=[\"D\",\"DD\"],protectedWeekYearTokens=[\"YY\",\"YYYY\"];function isProtectedDayOfYearToken(e){return-1!==protectedDayOfYearTokens.indexOf(e)}function isProtectedWeekYearToken(e){return-1!==protectedWeekYearTokens.indexOf(e)}function throwProtectedError(e,t,o){if(\"YYYY\"===e)throw new RangeError(\"Use `yyyy` instead of `YYYY` (in `\".concat(t,\"`) for formatting years to the input `\").concat(o,\"`; see: https://git.io/fxCyr\"));if(\"YY\"===e)throw new RangeError(\"Use `yy` instead of `YY` (in `\".concat(t,\"`) for formatting years to the input `\").concat(o,\"`; see: https://git.io/fxCyr\"));if(\"D\"===e)throw new RangeError(\"Use `d` instead of `D` (in `\".concat(t,\"`) for formatting days of the month to the input `\").concat(o,\"`; see: https://git.io/fxCyr\"));if(\"DD\"===e)throw new RangeError(\"Use `dd` instead of `DD` (in `\".concat(t,\"`) for formatting days of the month to the input `\").concat(o,\"`; see: https://git.io/fxCyr\"))}exports.isProtectedDayOfYearToken=isProtectedDayOfYearToken,exports.isProtectedWeekYearToken=isProtectedWeekYearToken,exports.throwProtectedError=throwProtectedError;\\n}, {}];\\nwindow.modules[\"1320\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_dateFns_esm__lib_toInteger_index=require(1318),_vendor_browser_dateFns_esm_toDate_index=require(1312),_vendor_browser_dateFns_esm__lib_requiredArgs_index=require(1313);function addMilliseconds(e,r){_vendor_browser_dateFns_esm__lib_requiredArgs_index.requiredArgs(2,arguments);var _=_vendor_browser_dateFns_esm_toDate_index.toDate(e).getTime(),d=_vendor_browser_dateFns_esm__lib_toInteger_index.toInteger(r);return new Date(_+d)}exports.addMilliseconds=addMilliseconds;\\n}, {\"1312\":1312,\"1313\":1313,\"1318\":1318}];\\nwindow.modules[\"1321\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_dateFns_esm_isDate_index=require(1324),_vendor_browser_dateFns_esm_toDate_index=require(1312),_vendor_browser_dateFns_esm__lib_requiredArgs_index=require(1313);function isValid(e){if(_vendor_browser_dateFns_esm__lib_requiredArgs_index.requiredArgs(1,arguments),!_vendor_browser_dateFns_esm_isDate_index.isDate(e)&&\"number\"!=typeof e)return!1;var r=_vendor_browser_dateFns_esm_toDate_index.toDate(e);return!isNaN(Number(r))}exports.isValid=isValid;\\n}, {\"1312\":1312,\"1313\":1313,\"1324\":1324}];\\nwindow.modules[\"1322\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_dateFns_esm__lib_toInteger_index=require(1318),_vendor_browser_dateFns_esm_addMilliseconds_index=require(1320),_vendor_browser_dateFns_esm__lib_requiredArgs_index=require(1313);function subMilliseconds(e,r){_vendor_browser_dateFns_esm__lib_requiredArgs_index.requiredArgs(2,arguments);var _=_vendor_browser_dateFns_esm__lib_toInteger_index.toInteger(r);return _vendor_browser_dateFns_esm_addMilliseconds_index.addMilliseconds(e,-_)}exports.subMilliseconds=subMilliseconds;\\n}, {\"1313\":1313,\"1318\":1318,\"1320\":1320}];\\nwindow.modules[\"1323\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_dateFns_esm_locale_enUS__lib_formatDistance_index=require(1329),_vendor_browser_dateFns_esm_locale_enUS__lib_formatLong_index=require(1330),_vendor_browser_dateFns_esm_locale_enUS__lib_formatRelative_index=require(1331),_vendor_browser_dateFns_esm_locale_enUS__lib_localize_index=require(1332),_vendor_browser_dateFns_esm_locale_enUS__lib_match_index=require(1333),locale={code:\"en-US\",formatDistance:_vendor_browser_dateFns_esm_locale_enUS__lib_formatDistance_index.formatDistance,formatLong:_vendor_browser_dateFns_esm_locale_enUS__lib_formatLong_index.formatLong,formatRelative:_vendor_browser_dateFns_esm_locale_enUS__lib_formatRelative_index.formatRelative,localize:_vendor_browser_dateFns_esm_locale_enUS__lib_localize_index.localize,match:_vendor_browser_dateFns_esm_locale_enUS__lib_match_index.match,options:{weekStartsOn:0,firstWeekContainsDate:1}},defaultLocale=locale;exports.defaultLocale=defaultLocale;\\n}, {\"1329\":1329,\"1330\":1330,\"1331\":1331,\"1332\":1332,\"1333\":1333}];\\nwindow.modules[\"1324\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_dateFns_esm__lib_requiredArgs_index=require(1313);function _instanceof(e,r){return null!=r&&\"undefined\"!=typeof Symbol&&r[Symbol.hasInstance]?!!r[Symbol.hasInstance](e):e instanceof r}function isDate(e){return _vendor_browser_dateFns_esm__lib_requiredArgs_index.requiredArgs(1,arguments),_instanceof(e,Date)||\"object\"==typeof e&&\"[object Date]\"===Object.prototype.toString.call(e)}exports.isDate=isDate;\\n}, {\"1313\":1313}];\\nwindow.modules[\"1325\"] = [function(require,module,exports){\"use strict\";function buildFormatLongFn(t){return function(){var n=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},r=n.width?String(n.width):t.defaultWidth;return t.formats[r]||t.formats[t.defaultWidth]}}exports.buildFormatLongFn=buildFormatLongFn;\\n}, {}];\\nwindow.modules[\"1326\"] = [function(require,module,exports){\"use strict\";function buildLocalizeFn(t){return function(a,i){var e,n=i||{};if(\"formatting\"===(n.context?String(n.context):\"standalone\")&&t.formattingValues){var l=t.defaultFormattingWidth||t.defaultWidth,r=n.width?String(n.width):l;e=t.formattingValues[r]||t.formattingValues[l]}else{var u=t.defaultWidth,d=n.width?String(n.width):t.defaultWidth;e=t.values[d]||t.values[u]}return e[t.argumentCallback?t.argumentCallback(a):a]}}exports.buildLocalizeFn=buildLocalizeFn;\\n}, {}];\\nwindow.modules[\"1327\"] = [function(require,module,exports){\"use strict\";function buildMatchFn(t){return function(n){var a=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},r=a.width,e=r&&t.matchPatterns[r]||t.matchPatterns[t.defaultMatchWidth],u=n.match(e);if(!u)return null;var i,l=u[0],c=r&&t.parsePatterns[r]||t.parsePatterns[t.defaultParseWidth],f=Array.isArray(c)?findIndex(c,function(t){return t.test(l)}):findKey(c,function(t){return t.test(l)});return i=t.valueCallback?t.valueCallback(f):f,{value:i=a.valueCallback?a.valueCallback(i):i,rest:n.slice(l.length)}}}function findKey(t,n){for(var a in t)if(t.hasOwnProperty(a)&&n(t[a]))return a}function findIndex(t,n){for(var a=0;a<t.length;a++)if(n(t[a]))return a}exports.buildMatchFn=buildMatchFn;\\n}, {}];\\nwindow.modules[\"1328\"] = [function(require,module,exports){\"use strict\";function buildMatchPatternFn(a){return function(t){var l=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},e=t.match(a.matchPattern);if(!e)return null;var n=e[0],r=t.match(a.parsePattern);if(!r)return null;var u=a.valueCallback?a.valueCallback(r[0]):r[0];return{value:u=l.valueCallback?l.valueCallback(u):u,rest:t.slice(n.length)}}}exports.buildMatchPatternFn=buildMatchPatternFn;\\n}, {}];\\nwindow.modules[\"1329\"] = [function(require,module,exports){\"use strict\";var formatDistanceLocale={lessThanXSeconds:{one:\"less than a second\",other:\"less than {{count}} seconds\"},xSeconds:{one:\"1 second\",other:\"{{count}} seconds\"},halfAMinute:\"half a minute\",lessThanXMinutes:{one:\"less than a minute\",other:\"less than {{count}} minutes\"},xMinutes:{one:\"1 minute\",other:\"{{count}} minutes\"},aboutXHours:{one:\"about 1 hour\",other:\"about {{count}} hours\"},xHours:{one:\"1 hour\",other:\"{{count}} hours\"},xDays:{one:\"1 day\",other:\"{{count}} days\"},aboutXWeeks:{one:\"about 1 week\",other:\"about {{count}} weeks\"},xWeeks:{one:\"1 week\",other:\"{{count}} weeks\"},aboutXMonths:{one:\"about 1 month\",other:\"about {{count}} months\"},xMonths:{one:\"1 month\",other:\"{{count}} months\"},aboutXYears:{one:\"about 1 year\",other:\"about {{count}} years\"},xYears:{one:\"1 year\",other:\"{{count}} years\"},overXYears:{one:\"over 1 year\",other:\"over {{count}} years\"},almostXYears:{one:\"almost 1 year\",other:\"almost {{count}} years\"}},formatDistance=function(o,e,t){var n,a=formatDistanceLocale[o];return n=\"string\"==typeof a?a:1===e?a.one:a.other.replace(\"{{count}}\",e.toString()),null!=t&&t.addSuffix?t.comparison&&t.comparison>0?\"in \"+n:n+\" ago\":n},formatDistance$1=formatDistance;exports.formatDistance=formatDistance$1;\\n}, {}];\\nwindow.modules[\"1330\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_dateFns_esm_locale__lib_buildFormatLongFn_index=require(1325),dateFormats={full:\"EEEE, MMMM do, y\",long:\"MMMM do, y\",medium:\"MMM d, y\",short:\"MM/dd/yyyy\"},timeFormats={full:\"h:mm:ss a zzzz\",long:\"h:mm:ss a z\",medium:\"h:mm:ss a\",short:\"h:mm a\"},dateTimeFormats={full:\"{{date}} \\'at\\' {{time}}\",long:\"{{date}} \\'at\\' {{time}}\",medium:\"{{date}}, {{time}}\",short:\"{{date}}, {{time}}\"},formatLong={date:_vendor_browser_dateFns_esm_locale__lib_buildFormatLongFn_index.buildFormatLongFn({formats:dateFormats,defaultWidth:\"full\"}),time:_vendor_browser_dateFns_esm_locale__lib_buildFormatLongFn_index.buildFormatLongFn({formats:timeFormats,defaultWidth:\"full\"}),dateTime:_vendor_browser_dateFns_esm_locale__lib_buildFormatLongFn_index.buildFormatLongFn({formats:dateTimeFormats,defaultWidth:\"full\"})},formatLong$1=formatLong;exports.formatLong=formatLong$1;\\n}, {\"1325\":1325}];\\nwindow.modules[\"1331\"] = [function(require,module,exports){\"use strict\";var formatRelativeLocale={lastWeek:\"\\'last\\' eeee \\'at\\' p\",yesterday:\"\\'yesterday at\\' p\",today:\"\\'today at\\' p\",tomorrow:\"\\'tomorrow at\\' p\",nextWeek:\"eeee \\'at\\' p\",other:\"P\"},formatRelative=function(e,t,a,o){return formatRelativeLocale[e]},formatRelative$1=formatRelative;exports.formatRelative=formatRelative$1;\\n}, {}];\\nwindow.modules[\"1332\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_dateFns_esm_locale__lib_buildLocalizeFn_index=require(1326),eraValues={narrow:[\"B\",\"A\"],abbreviated:[\"BC\",\"AD\"],wide:[\"Before Christ\",\"Anno Domini\"]},quarterValues={narrow:[\"1\",\"2\",\"3\",\"4\"],abbreviated:[\"Q1\",\"Q2\",\"Q3\",\"Q4\"],wide:[\"1st quarter\",\"2nd quarter\",\"3rd quarter\",\"4th quarter\"]},monthValues={narrow:[\"J\",\"F\",\"M\",\"A\",\"M\",\"J\",\"J\",\"A\",\"S\",\"O\",\"N\",\"D\"],abbreviated:[\"Jan\",\"Feb\",\"Mar\",\"Apr\",\"May\",\"Jun\",\"Jul\",\"Aug\",\"Sep\",\"Oct\",\"Nov\",\"Dec\"],wide:[\"January\",\"February\",\"March\",\"April\",\"May\",\"June\",\"July\",\"August\",\"September\",\"October\",\"November\",\"December\"]},dayValues={narrow:[\"S\",\"M\",\"T\",\"W\",\"T\",\"F\",\"S\"],short:[\"Su\",\"Mo\",\"Tu\",\"We\",\"Th\",\"Fr\",\"Sa\"],abbreviated:[\"Sun\",\"Mon\",\"Tue\",\"Wed\",\"Thu\",\"Fri\",\"Sat\"],wide:[\"Sunday\",\"Monday\",\"Tuesday\",\"Wednesday\",\"Thursday\",\"Friday\",\"Saturday\"]},dayPeriodValues={narrow:{am:\"a\",pm:\"p\",midnight:\"mi\",noon:\"n\",morning:\"morning\",afternoon:\"afternoon\",evening:\"evening\",night:\"night\"},abbreviated:{am:\"AM\",pm:\"PM\",midnight:\"midnight\",noon:\"noon\",morning:\"morning\",afternoon:\"afternoon\",evening:\"evening\",night:\"night\"},wide:{am:\"a.m.\",pm:\"p.m.\",midnight:\"midnight\",noon:\"noon\",morning:\"morning\",afternoon:\"afternoon\",evening:\"evening\",night:\"night\"}},formattingDayPeriodValues={narrow:{am:\"a\",pm:\"p\",midnight:\"mi\",noon:\"n\",morning:\"in the morning\",afternoon:\"in the afternoon\",evening:\"in the evening\",night:\"at night\"},abbreviated:{am:\"AM\",pm:\"PM\",midnight:\"midnight\",noon:\"noon\",morning:\"in the morning\",afternoon:\"in the afternoon\",evening:\"in the evening\",night:\"at night\"},wide:{am:\"a.m.\",pm:\"p.m.\",midnight:\"midnight\",noon:\"noon\",morning:\"in the morning\",afternoon:\"in the afternoon\",evening:\"in the evening\",night:\"at night\"}},ordinalNumber=function(e,n){var i=Number(e),a=i%100;if(a>20||a<10)switch(a%10){case 1:return i+\"st\";case 2:return i+\"nd\";case 3:return i+\"rd\"}return i+\"th\"},localize={ordinalNumber:ordinalNumber,era:_vendor_browser_dateFns_esm_locale__lib_buildLocalizeFn_index.buildLocalizeFn({values:eraValues,defaultWidth:\"wide\"}),quarter:_vendor_browser_dateFns_esm_locale__lib_buildLocalizeFn_index.buildLocalizeFn({values:quarterValues,defaultWidth:\"wide\",argumentCallback:function(e){return e-1}}),month:_vendor_browser_dateFns_esm_locale__lib_buildLocalizeFn_index.buildLocalizeFn({values:monthValues,defaultWidth:\"wide\"}),day:_vendor_browser_dateFns_esm_locale__lib_buildLocalizeFn_index.buildLocalizeFn({values:dayValues,defaultWidth:\"wide\"}),dayPeriod:_vendor_browser_dateFns_esm_locale__lib_buildLocalizeFn_index.buildLocalizeFn({values:dayPeriodValues,defaultWidth:\"wide\",formattingValues:formattingDayPeriodValues,defaultFormattingWidth:\"wide\"})},localize$1=localize;exports.localize=localize$1;\\n}, {\"1326\":1326}];\\nwindow.modules[\"1333\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_dateFns_esm_locale__lib_buildMatchFn_index=require(1327),_vendor_browser_dateFns_esm_locale__lib_buildMatchPatternFn_index=require(1328),matchOrdinalNumberPattern=/^(\\\\d+)(th|st|nd|rd)?/i,parseOrdinalNumberPattern=/\\\\d+/i,matchEraPatterns={narrow:/^(b|a)/i,abbreviated:/^(b\\\\.?\\\\s?c\\\\.?|b\\\\.?\\\\s?c\\\\.?\\\\s?e\\\\.?|a\\\\.?\\\\s?d\\\\.?|c\\\\.?\\\\s?e\\\\.?)/i,wide:/^(before christ|before common era|anno domini|common era)/i},parseEraPatterns={any:[/^b/i,/^(a|c)/i]},matchQuarterPatterns={narrow:/^[1234]/i,abbreviated:/^q[1234]/i,wide:/^[1234](th|st|nd|rd)? quarter/i},parseQuarterPatterns={any:[/1/i,/2/i,/3/i,/4/i]},matchMonthPatterns={narrow:/^[jfmasond]/i,abbreviated:/^(jan|feb|mar|apr|may|jun|jul|aug|sep|oct|nov|dec)/i,wide:/^(january|february|march|april|may|june|july|august|september|october|november|december)/i},parseMonthPatterns={narrow:[/^j/i,/^f/i,/^m/i,/^a/i,/^m/i,/^j/i,/^j/i,/^a/i,/^s/i,/^o/i,/^n/i,/^d/i],any:[/^ja/i,/^f/i,/^mar/i,/^ap/i,/^may/i,/^jun/i,/^jul/i,/^au/i,/^s/i,/^o/i,/^n/i,/^d/i]},matchDayPatterns={narrow:/^[smtwf]/i,short:/^(su|mo|tu|we|th|fr|sa)/i,abbreviated:/^(sun|mon|tue|wed|thu|fri|sat)/i,wide:/^(sunday|monday|tuesday|wednesday|thursday|friday|saturday)/i},parseDayPatterns={narrow:[/^s/i,/^m/i,/^t/i,/^w/i,/^t/i,/^f/i,/^s/i],any:[/^su/i,/^m/i,/^tu/i,/^w/i,/^th/i,/^f/i,/^sa/i]},matchDayPeriodPatterns={narrow:/^(a|p|mi|n|(in the|at) (morning|afternoon|evening|night))/i,any:/^([ap]\\\\.?\\\\s?m\\\\.?|midnight|noon|(in the|at) (morning|afternoon|evening|night))/i},parseDayPeriodPatterns={any:{am:/^a/i,pm:/^p/i,midnight:/^mi/i,noon:/^no/i,morning:/morning/i,afternoon:/afternoon/i,evening:/evening/i,night:/night/i}},match={ordinalNumber:_vendor_browser_dateFns_esm_locale__lib_buildMatchPatternFn_index.buildMatchPatternFn({matchPattern:matchOrdinalNumberPattern,parsePattern:parseOrdinalNumberPattern,valueCallback:function(a){return parseInt(a,10)}}),era:_vendor_browser_dateFns_esm_locale__lib_buildMatchFn_index.buildMatchFn({matchPatterns:matchEraPatterns,defaultMatchWidth:\"wide\",parsePatterns:parseEraPatterns,defaultParseWidth:\"any\"}),quarter:_vendor_browser_dateFns_esm_locale__lib_buildMatchFn_index.buildMatchFn({matchPatterns:matchQuarterPatterns,defaultMatchWidth:\"wide\",parsePatterns:parseQuarterPatterns,defaultParseWidth:\"any\",valueCallback:function(a){return a+1}}),month:_vendor_browser_dateFns_esm_locale__lib_buildMatchFn_index.buildMatchFn({matchPatterns:matchMonthPatterns,defaultMatchWidth:\"wide\",parsePatterns:parseMonthPatterns,defaultParseWidth:\"any\"}),day:_vendor_browser_dateFns_esm_locale__lib_buildMatchFn_index.buildMatchFn({matchPatterns:matchDayPatterns,defaultMatchWidth:\"wide\",parsePatterns:parseDayPatterns,defaultParseWidth:\"any\"}),dayPeriod:_vendor_browser_dateFns_esm_locale__lib_buildMatchFn_index.buildMatchFn({matchPatterns:matchDayPeriodPatterns,defaultMatchWidth:\"any\",parsePatterns:parseDayPeriodPatterns,defaultParseWidth:\"any\"})},match$1=match;exports.match=match$1;\\n}, {\"1327\":1327,\"1328\":1328}];\\nwindow.modules[\"1334\"] = [function(require,module,exports){\"use strict\";var _vendor_browser__commonjsHelpers=require(937),_vendor_browser_dateFns_isDate_index=require(1337),_vendor_browser_dateFns_toDate_index=require(1294),_vendor_browser_dateFns__lib_requiredArgs_index=require(1295),isValid_1=_vendor_browser__commonjsHelpers.createCommonjsModule(function(e,r){var _=function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(r,\"__esModule\",{value:!0}),r.default=function(e){if((0,i.default)(1,arguments),!(0,s.default)(e)&&\"number\"!=typeof e)return!1;var r=(0,o.default)(e);return!isNaN(Number(r))};var s=_(_vendor_browser_dateFns_isDate_index.require$$0),o=_(_vendor_browser_dateFns_toDate_index.require$$3),i=_(_vendor_browser_dateFns__lib_requiredArgs_index.require$$8);e.exports=r.default});_vendor_browser__commonjsHelpers.getDefaultExportFromCjs(isValid_1);var require$$0=isValid_1;exports.require$$0=require$$0;\\n}, {\"937\":937,\"1294\":1294,\"1295\":1295,\"1337\":1337}];\\nwindow.modules[\"1335\"] = [function(require,module,exports){\"use strict\";var _vendor_browser__commonjsHelpers=require(937),_vendor_browser_dateFns__lib_toInteger_index=require(1282),_vendor_browser_dateFns_addMilliseconds_index=require(1301),_vendor_browser_dateFns__lib_requiredArgs_index=require(1295),subMilliseconds_1=_vendor_browser__commonjsHelpers.createCommonjsModule(function(e,r){var _=function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(r,\"__esModule\",{value:!0}),r.default=function(e,r){(0,o.default)(2,arguments);var _=(0,s.default)(r);return(0,d.default)(e,-_)};var s=_(_vendor_browser_dateFns__lib_toInteger_index.require$$0),d=_(_vendor_browser_dateFns_addMilliseconds_index.require$$1),o=_(_vendor_browser_dateFns__lib_requiredArgs_index.require$$8);e.exports=r.default});_vendor_browser__commonjsHelpers.getDefaultExportFromCjs(subMilliseconds_1);var require$$2=subMilliseconds_1;exports.require$$2=require$$2;\\n}, {\"937\":937,\"1282\":1282,\"1295\":1295,\"1301\":1301}];\\nwindow.modules[\"1336\"] = [function(require,module,exports){\"use strict\";var _vendor_browser__commonjsHelpers=require(937),_vendor_browser_dateFns_locale_enUS__lib_formatDistance_index=require(1342),_vendor_browser_dateFns_locale_enUS__lib_formatLong_index=require(1343),_vendor_browser_dateFns_locale_enUS__lib_formatRelative_index=require(1344),_vendor_browser_dateFns_locale_enUS__lib_localize_index=require(1345),_vendor_browser_dateFns_locale_enUS__lib_match_index=require(1346),enUS=_vendor_browser__commonjsHelpers.createCommonjsModule(function(e,_){var r=function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(_,\"__esModule\",{value:!0}),_.default=void 0;var o=r(_vendor_browser_dateFns_locale_enUS__lib_formatDistance_index.require$$0),n=r(_vendor_browser_dateFns_locale_enUS__lib_formatLong_index.require$$1),a=r(_vendor_browser_dateFns_locale_enUS__lib_formatRelative_index.require$$2),l=r(_vendor_browser_dateFns_locale_enUS__lib_localize_index.require$$3),i=r(_vendor_browser_dateFns_locale_enUS__lib_match_index.require$$4),t={code:\"en-US\",formatDistance:o.default,formatLong:n.default,formatRelative:a.default,localize:l.default,match:i.default,options:{weekStartsOn:0,firstWeekContainsDate:1}};_.default=t,e.exports=_.default});_vendor_browser__commonjsHelpers.getDefaultExportFromCjs(enUS);var require$$1=enUS;exports.require$$1=require$$1;\\n}, {\"937\":937,\"1342\":1342,\"1343\":1343,\"1344\":1344,\"1345\":1345,\"1346\":1346}];\\nwindow.modules[\"1337\"] = [function(require,module,exports){\"use strict\";var _vendor_browser__commonjsHelpers=require(937),_vendor_browser_dateFns__lib_requiredArgs_index=require(1295);function _instanceof(e,r){return null!=r&&\"undefined\"!=typeof Symbol&&r[Symbol.hasInstance]?!!r[Symbol.hasInstance](e):e instanceof r}var isDate_1=_vendor_browser__commonjsHelpers.createCommonjsModule(function(e,r){Object.defineProperty(r,\"__esModule\",{value:!0}),r.default=function(e){return(0,t.default)(1,arguments),_instanceof(e,Date)||\"object\"==typeof e&&\"[object Date]\"===Object.prototype.toString.call(e)};var o,t=(o=_vendor_browser_dateFns__lib_requiredArgs_index.require$$8)&&o.__esModule?o:{default:o};e.exports=r.default});_vendor_browser__commonjsHelpers.getDefaultExportFromCjs(isDate_1);var require$$0=isDate_1;exports.require$$0=require$$0;\\n}, {\"937\":937,\"1295\":1295}];\\nwindow.modules[\"1338\"] = [function(require,module,exports){\"use strict\";var _vendor_browser__commonjsHelpers=require(937),buildFormatLongFn_1=_vendor_browser__commonjsHelpers.createCommonjsModule(function(e,r){Object.defineProperty(r,\"__esModule\",{value:!0}),r.default=function(e){return function(){var r=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},o=r.width?String(r.width):e.defaultWidth;return e.formats[o]||e.formats[e.defaultWidth]}},e.exports=r.default});_vendor_browser__commonjsHelpers.getDefaultExportFromCjs(buildFormatLongFn_1);var require$$0=buildFormatLongFn_1;exports.require$$0=require$$0;\\n}, {\"937\":937}];\\nwindow.modules[\"1339\"] = [function(require,module,exports){\"use strict\";var _vendor_browser__commonjsHelpers=require(937),buildLocalizeFn_1=_vendor_browser__commonjsHelpers.createCommonjsModule(function(e,t){Object.defineProperty(t,\"__esModule\",{value:!0}),t.default=function(e){return function(t,r){var o,a=r||{};if(\"formatting\"===(a.context?String(a.context):\"standalone\")&&e.formattingValues){var n=e.defaultFormattingWidth||e.defaultWidth,i=a.width?String(a.width):n;o=e.formattingValues[i]||e.formattingValues[n]}else{var l=e.defaultWidth,u=a.width?String(a.width):e.defaultWidth;o=e.values[u]||e.values[l]}return o[e.argumentCallback?e.argumentCallback(t):t]}},e.exports=t.default});_vendor_browser__commonjsHelpers.getDefaultExportFromCjs(buildLocalizeFn_1);var require$$0=buildLocalizeFn_1;exports.require$$0=require$$0;\\n}, {\"937\":937}];\\nwindow.modules[\"1340\"] = [function(require,module,exports){\"use strict\";var _vendor_browser__commonjsHelpers=require(937),buildMatchFn_1=_vendor_browser__commonjsHelpers.createCommonjsModule(function(e,r){var t=function(e,r){for(var t in e)if(e.hasOwnProperty(t)&&r(e[t]))return t},a=function(e,r){for(var t=0;t<e.length;t++)if(r(e[t]))return t};Object.defineProperty(r,\"__esModule\",{value:!0}),r.default=function(e){return function(r){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},u=n.width,l=u&&e.matchPatterns[u]||e.matchPatterns[e.defaultMatchWidth],o=r.match(l);if(!o)return null;var s,c=o[0],i=u&&e.parsePatterns[u]||e.parsePatterns[e.defaultParseWidth],f=Array.isArray(i)?a(i,function(e){return e.test(c)}):t(i,function(e){return e.test(c)});return s=e.valueCallback?e.valueCallback(f):f,{value:s=n.valueCallback?n.valueCallback(s):s,rest:r.slice(c.length)}}},e.exports=r.default});_vendor_browser__commonjsHelpers.getDefaultExportFromCjs(buildMatchFn_1);var require$$0=buildMatchFn_1;exports.require$$0=require$$0;\\n}, {\"937\":937}];\\nwindow.modules[\"1341\"] = [function(require,module,exports){\"use strict\";var _vendor_browser__commonjsHelpers=require(937),buildMatchPatternFn_1=_vendor_browser__commonjsHelpers.createCommonjsModule(function(e,r){Object.defineProperty(r,\"__esModule\",{value:!0}),r.default=function(e){return function(r){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},a=r.match(e.matchPattern);if(!a)return null;var l=a[0],n=r.match(e.parsePattern);if(!n)return null;var u=e.valueCallback?e.valueCallback(n[0]):n[0];return{value:u=t.valueCallback?t.valueCallback(u):u,rest:r.slice(l.length)}}},e.exports=r.default});_vendor_browser__commonjsHelpers.getDefaultExportFromCjs(buildMatchPatternFn_1);var require$$1=buildMatchPatternFn_1;exports.require$$1=require$$1;\\n}, {\"937\":937}];\\nwindow.modules[\"1342\"] = [function(require,module,exports){\"use strict\";var _vendor_browser__commonjsHelpers=require(937),formatDistance_1=_vendor_browser__commonjsHelpers.createCommonjsModule(function(e,o){Object.defineProperty(o,\"__esModule\",{value:!0}),o.default=void 0;var t={lessThanXSeconds:{one:\"less than a second\",other:\"less than {{count}} seconds\"},xSeconds:{one:\"1 second\",other:\"{{count}} seconds\"},halfAMinute:\"half a minute\",lessThanXMinutes:{one:\"less than a minute\",other:\"less than {{count}} minutes\"},xMinutes:{one:\"1 minute\",other:\"{{count}} minutes\"},aboutXHours:{one:\"about 1 hour\",other:\"about {{count}} hours\"},xHours:{one:\"1 hour\",other:\"{{count}} hours\"},xDays:{one:\"1 day\",other:\"{{count}} days\"},aboutXWeeks:{one:\"about 1 week\",other:\"about {{count}} weeks\"},xWeeks:{one:\"1 week\",other:\"{{count}} weeks\"},aboutXMonths:{one:\"about 1 month\",other:\"about {{count}} months\"},xMonths:{one:\"1 month\",other:\"{{count}} months\"},aboutXYears:{one:\"about 1 year\",other:\"about {{count}} years\"},xYears:{one:\"1 year\",other:\"{{count}} years\"},overXYears:{one:\"over 1 year\",other:\"over {{count}} years\"},almostXYears:{one:\"almost 1 year\",other:\"almost {{count}} years\"}},n=function(e,o,n){var r,s=t[e];return r=\"string\"==typeof s?s:1===o?s.one:s.other.replace(\"{{count}}\",o.toString()),null!=n&&n.addSuffix?n.comparison&&n.comparison>0?\"in \"+r:r+\" ago\":r};o.default=n,e.exports=o.default});_vendor_browser__commonjsHelpers.getDefaultExportFromCjs(formatDistance_1);var require$$0=formatDistance_1;exports.require$$0=require$$0;\\n}, {\"937\":937}];\\nwindow.modules[\"1343\"] = [function(require,module,exports){\"use strict\";var _vendor_browser__commonjsHelpers=require(937),_vendor_browser_dateFns_locale__lib_buildFormatLongFn_index=require(1338),formatLong_1=_vendor_browser__commonjsHelpers.createCommonjsModule(function(e,o){Object.defineProperty(o,\"__esModule\",{value:!0}),o.default=void 0;var r,t=(r=_vendor_browser_dateFns_locale__lib_buildFormatLongFn_index.require$$0)&&r.__esModule?r:{default:r},d={date:(0,t.default)({formats:{full:\"EEEE, MMMM do, y\",long:\"MMMM do, y\",medium:\"MMM d, y\",short:\"MM/dd/yyyy\"},defaultWidth:\"full\"}),time:(0,t.default)({formats:{full:\"h:mm:ss a zzzz\",long:\"h:mm:ss a z\",medium:\"h:mm:ss a\",short:\"h:mm a\"},defaultWidth:\"full\"}),dateTime:(0,t.default)({formats:{full:\"{{date}} \\'at\\' {{time}}\",long:\"{{date}} \\'at\\' {{time}}\",medium:\"{{date}}, {{time}}\",short:\"{{date}}, {{time}}\"},defaultWidth:\"full\"})};o.default=d,e.exports=o.default});_vendor_browser__commonjsHelpers.getDefaultExportFromCjs(formatLong_1);var require$$1=formatLong_1;exports.require$$1=require$$1;\\n}, {\"937\":937,\"1338\":1338}];\\nwindow.modules[\"1344\"] = [function(require,module,exports){\"use strict\";var _vendor_browser__commonjsHelpers=require(937),formatRelative_1=_vendor_browser__commonjsHelpers.createCommonjsModule(function(e,r){Object.defineProperty(r,\"__esModule\",{value:!0}),r.default=void 0;var o={lastWeek:\"\\'last\\' eeee \\'at\\' p\",yesterday:\"\\'yesterday at\\' p\",today:\"\\'today at\\' p\",tomorrow:\"\\'tomorrow at\\' p\",nextWeek:\"eeee \\'at\\' p\",other:\"P\"},t=function(e,r,t,a){return o[e]};r.default=t,e.exports=r.default});_vendor_browser__commonjsHelpers.getDefaultExportFromCjs(formatRelative_1);var require$$2=formatRelative_1;exports.require$$2=require$$2;\\n}, {\"937\":937}];\\nwindow.modules[\"1345\"] = [function(require,module,exports){\"use strict\";var _vendor_browser__commonjsHelpers=require(937),_vendor_browser_dateFns_locale__lib_buildLocalizeFn_index=require(1339),localize_1=_vendor_browser__commonjsHelpers.createCommonjsModule(function(e,n){Object.defineProperty(n,\"__esModule\",{value:!0}),n.default=void 0;var r,i=(r=_vendor_browser_dateFns_locale__lib_buildLocalizeFn_index.require$$0)&&r.__esModule?r:{default:r},o={ordinalNumber:function(e,n){var r=Number(e),i=r%100;if(i>20||i<10)switch(i%10){case 1:return r+\"st\";case 2:return r+\"nd\";case 3:return r+\"rd\"}return r+\"th\"},era:(0,i.default)({values:{narrow:[\"B\",\"A\"],abbreviated:[\"BC\",\"AD\"],wide:[\"Before Christ\",\"Anno Domini\"]},defaultWidth:\"wide\"}),quarter:(0,i.default)({values:{narrow:[\"1\",\"2\",\"3\",\"4\"],abbreviated:[\"Q1\",\"Q2\",\"Q3\",\"Q4\"],wide:[\"1st quarter\",\"2nd quarter\",\"3rd quarter\",\"4th quarter\"]},defaultWidth:\"wide\",argumentCallback:function(e){return e-1}}),month:(0,i.default)({values:{narrow:[\"J\",\"F\",\"M\",\"A\",\"M\",\"J\",\"J\",\"A\",\"S\",\"O\",\"N\",\"D\"],abbreviated:[\"Jan\",\"Feb\",\"Mar\",\"Apr\",\"May\",\"Jun\",\"Jul\",\"Aug\",\"Sep\",\"Oct\",\"Nov\",\"Dec\"],wide:[\"January\",\"February\",\"March\",\"April\",\"May\",\"June\",\"July\",\"August\",\"September\",\"October\",\"November\",\"December\"]},defaultWidth:\"wide\"}),day:(0,i.default)({values:{narrow:[\"S\",\"M\",\"T\",\"W\",\"T\",\"F\",\"S\"],short:[\"Su\",\"Mo\",\"Tu\",\"We\",\"Th\",\"Fr\",\"Sa\"],abbreviated:[\"Sun\",\"Mon\",\"Tue\",\"Wed\",\"Thu\",\"Fri\",\"Sat\"],wide:[\"Sunday\",\"Monday\",\"Tuesday\",\"Wednesday\",\"Thursday\",\"Friday\",\"Saturday\"]},defaultWidth:\"wide\"}),dayPeriod:(0,i.default)({values:{narrow:{am:\"a\",pm:\"p\",midnight:\"mi\",noon:\"n\",morning:\"morning\",afternoon:\"afternoon\",evening:\"evening\",night:\"night\"},abbreviated:{am:\"AM\",pm:\"PM\",midnight:\"midnight\",noon:\"noon\",morning:\"morning\",afternoon:\"afternoon\",evening:\"evening\",night:\"night\"},wide:{am:\"a.m.\",pm:\"p.m.\",midnight:\"midnight\",noon:\"noon\",morning:\"morning\",afternoon:\"afternoon\",evening:\"evening\",night:\"night\"}},defaultWidth:\"wide\",formattingValues:{narrow:{am:\"a\",pm:\"p\",midnight:\"mi\",noon:\"n\",morning:\"in the morning\",afternoon:\"in the afternoon\",evening:\"in the evening\",night:\"at night\"},abbreviated:{am:\"AM\",pm:\"PM\",midnight:\"midnight\",noon:\"noon\",morning:\"in the morning\",afternoon:\"in the afternoon\",evening:\"in the evening\",night:\"at night\"},wide:{am:\"a.m.\",pm:\"p.m.\",midnight:\"midnight\",noon:\"noon\",morning:\"in the morning\",afternoon:\"in the afternoon\",evening:\"in the evening\",night:\"at night\"}},defaultFormattingWidth:\"wide\"})};n.default=o,e.exports=n.default});_vendor_browser__commonjsHelpers.getDefaultExportFromCjs(localize_1);var require$$3=localize_1;exports.require$$3=require$$3;\\n}, {\"937\":937,\"1339\":1339}];\\nwindow.modules[\"1346\"] = [function(require,module,exports){\"use strict\";var _vendor_browser__commonjsHelpers=require(937),_vendor_browser_dateFns_locale__lib_buildMatchFn_index=require(1340),_vendor_browser_dateFns_locale__lib_buildMatchPatternFn_index=require(1341),match_1=_vendor_browser__commonjsHelpers.createCommonjsModule(function(e,a){var i=function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(a,\"__esModule\",{value:!0}),a.default=void 0;var t=i(_vendor_browser_dateFns_locale__lib_buildMatchFn_index.require$$0),r={ordinalNumber:(0,i(_vendor_browser_dateFns_locale__lib_buildMatchPatternFn_index.require$$1).default)({matchPattern:/^(\\\\d+)(th|st|nd|rd)?/i,parsePattern:/\\\\d+/i,valueCallback:function(e){return parseInt(e,10)}}),era:(0,t.default)({matchPatterns:{narrow:/^(b|a)/i,abbreviated:/^(b\\\\.?\\\\s?c\\\\.?|b\\\\.?\\\\s?c\\\\.?\\\\s?e\\\\.?|a\\\\.?\\\\s?d\\\\.?|c\\\\.?\\\\s?e\\\\.?)/i,wide:/^(before christ|before common era|anno domini|common era)/i},defaultMatchWidth:\"wide\",parsePatterns:{any:[/^b/i,/^(a|c)/i]},defaultParseWidth:\"any\"}),quarter:(0,t.default)({matchPatterns:{narrow:/^[1234]/i,abbreviated:/^q[1234]/i,wide:/^[1234](th|st|nd|rd)? quarter/i},defaultMatchWidth:\"wide\",parsePatterns:{any:[/1/i,/2/i,/3/i,/4/i]},defaultParseWidth:\"any\",valueCallback:function(e){return e+1}}),month:(0,t.default)({matchPatterns:{narrow:/^[jfmasond]/i,abbreviated:/^(jan|feb|mar|apr|may|jun|jul|aug|sep|oct|nov|dec)/i,wide:/^(january|february|march|april|may|june|july|august|september|october|november|december)/i},defaultMatchWidth:\"wide\",parsePatterns:{narrow:[/^j/i,/^f/i,/^m/i,/^a/i,/^m/i,/^j/i,/^j/i,/^a/i,/^s/i,/^o/i,/^n/i,/^d/i],any:[/^ja/i,/^f/i,/^mar/i,/^ap/i,/^may/i,/^jun/i,/^jul/i,/^au/i,/^s/i,/^o/i,/^n/i,/^d/i]},defaultParseWidth:\"any\"}),day:(0,t.default)({matchPatterns:{narrow:/^[smtwf]/i,short:/^(su|mo|tu|we|th|fr|sa)/i,abbreviated:/^(sun|mon|tue|wed|thu|fri|sat)/i,wide:/^(sunday|monday|tuesday|wednesday|thursday|friday|saturday)/i},defaultMatchWidth:\"wide\",parsePatterns:{narrow:[/^s/i,/^m/i,/^t/i,/^w/i,/^t/i,/^f/i,/^s/i],any:[/^su/i,/^m/i,/^tu/i,/^w/i,/^th/i,/^f/i,/^sa/i]},defaultParseWidth:\"any\"}),dayPeriod:(0,t.default)({matchPatterns:{narrow:/^(a|p|mi|n|(in the|at) (morning|afternoon|evening|night))/i,any:/^([ap]\\\\.?\\\\s?m\\\\.?|midnight|noon|(in the|at) (morning|afternoon|evening|night))/i},defaultMatchWidth:\"any\",parsePatterns:{any:{am:/^a/i,pm:/^p/i,midnight:/^mi/i,noon:/^no/i,morning:/morning/i,afternoon:/afternoon/i,evening:/evening/i,night:/night/i}},defaultParseWidth:\"any\"})};a.default=r,e.exports=a.default});_vendor_browser__commonjsHelpers.getDefaultExportFromCjs(match_1);var require$$4=match_1;exports.require$$4=require$$4;\\n}, {\"937\":937,\"1340\":1340,\"1341\":1341}];\\nwindow.modules[\"1347\"] = [function(require,module,exports){(function (process){(function (){\\n\"use strict\";var _vendor_browser__commonjsHelpers=require(937),_vendor_browser_debug_src_common=require(1348),browser=_vendor_browser__commonjsHelpers.createCommonjsModule(function(e,o){var C;o.formatArgs=function(o){if(o[0]=(this.useColors?\"%c\":\"\")+this.namespace+(this.useColors?\" %c\":\" \")+o[0]+(this.useColors?\"%c \":\" \")+\"+\"+e.exports.humanize(this.diff),this.useColors){var C=\"color: \"+this.color;o.splice(1,0,C,\"color: inherit\");var r=0,n=0;o[0].replace(/%[a-zA-Z%]/g,function(e){\"%%\"!==e&&(r++,\"%c\"===e&&(n=r))}),o.splice(n,0,C)}},o.save=function(e){try{e?o.storage.setItem(\"debug\",e):o.storage.removeItem(\"debug\")}catch(e){}},o.load=function(){var e;try{e=o.storage.getItem(\"debug\")}catch(e){}return!e&&\"undefined\"!=typeof process&&\"env\"in process&&(e=window.process.env.DEBUG),e},o.useColors=function(){return!(\"undefined\"==typeof window||!window.process||\"renderer\"!==window.process.type&&!window.process.__nwjs)||(\"undefined\"==typeof navigator||!navigator.userAgent||!navigator.userAgent.toLowerCase().match(/(edge|trident)\\\\/(\\\\d+)/))&&(\"undefined\"!=typeof document&&document.documentElement&&document.documentElement.style&&document.documentElement.style.WebkitAppearance||\"undefined\"!=typeof window&&window.console&&(window.console.firebug||window.console.exception&&window.console.table)||\"undefined\"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/firefox\\\\/(\\\\d+)/)&&parseInt(RegExp.$1,10)>=31||\"undefined\"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/applewebkit\\\\/(\\\\d+)/))},o.storage=function(){try{return localStorage}catch(e){}}(),o.destroy=(C=!1,function(){C||(C=!0,console.warn(\"Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.\"))}),o.colors=[\"#0000CC\",\"#0000FF\",\"#0033CC\",\"#0033FF\",\"#0066CC\",\"#0066FF\",\"#0099CC\",\"#0099FF\",\"#00CC00\",\"#00CC33\",\"#00CC66\",\"#00CC99\",\"#00CCCC\",\"#00CCFF\",\"#3300CC\",\"#3300FF\",\"#3333CC\",\"#3333FF\",\"#3366CC\",\"#3366FF\",\"#3399CC\",\"#3399FF\",\"#33CC00\",\"#33CC33\",\"#33CC66\",\"#33CC99\",\"#33CCCC\",\"#33CCFF\",\"#6600CC\",\"#6600FF\",\"#6633CC\",\"#6633FF\",\"#66CC00\",\"#66CC33\",\"#9900CC\",\"#9900FF\",\"#9933CC\",\"#9933FF\",\"#99CC00\",\"#99CC33\",\"#CC0000\",\"#CC0033\",\"#CC0066\",\"#CC0099\",\"#CC00CC\",\"#CC00FF\",\"#CC3300\",\"#CC3333\",\"#CC3366\",\"#CC3399\",\"#CC33CC\",\"#CC33FF\",\"#CC6600\",\"#CC6633\",\"#CC9900\",\"#CC9933\",\"#CCCC00\",\"#CCCC33\",\"#FF0000\",\"#FF0033\",\"#FF0066\",\"#FF0099\",\"#FF00CC\",\"#FF00FF\",\"#FF3300\",\"#FF3333\",\"#FF3366\",\"#FF3399\",\"#FF33CC\",\"#FF33FF\",\"#FF6600\",\"#FF6633\",\"#FF9900\",\"#FF9933\",\"#FFCC00\",\"#FFCC33\"],o.log=console.debug||console.log||function(){},e.exports=_vendor_browser_debug_src_common.common(o),e.exports.formatters.j=function(e){try{return JSON.stringify(e)}catch(e){return\"[UnexpectedJSONParseError]: \"+e.message}}});exports.browser=browser;\\n\\n}).call(this)}).call(this,require(221))}, {\"221\":221,\"937\":937,\"1348\":1348}];\\nwindow.modules[\"1348\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_ms_index=require(1349);function _arrayLikeToArray(e,r){(null==r||r>e.length)&&(r=e.length);for(var n=0,t=new Array(r);n<r;n++)t[n]=e[n];return t}function _arrayWithoutHoles(e){if(Array.isArray(e))return _arrayLikeToArray(e)}function _instanceof(e,r){return null!=r&&\"undefined\"!=typeof Symbol&&r[Symbol.hasInstance]?!!r[Symbol.hasInstance](e):e instanceof r}function _iterableToArray(e){if(\"undefined\"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e[\"@@iterator\"])return Array.from(e)}function _nonIterableSpread(){throw new TypeError(\"Invalid attempt to spread non-iterable instance.\\\\\\\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}function _toConsumableArray(e){return _arrayWithoutHoles(e)||_iterableToArray(e)||_unsupportedIterableToArray(e)||_nonIterableSpread()}function _unsupportedIterableToArray(e,r){if(e){if(\"string\"==typeof e)return _arrayLikeToArray(e,r);var n=Object.prototype.toString.call(e).slice(8,-1);return\"Object\"===n&&e.constructor&&(n=e.constructor.name),\"Map\"===n||\"Set\"===n?Array.from(n):\"Arguments\"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?_arrayLikeToArray(e,r):void 0}}function setup(e){var r=function(e,r){var n=t(this.namespace+(void 0===r?\":\":r)+e);return n.log=this.log,n},n=function(e){return e.toString().substring(2,e.toString().length-2).replace(/\\\\.\\\\*\\\\?$/,\"*\")};function t(e){var n,o,a,s=null;function i(){for(var e=arguments.length,r=new Array(e),o=0;o<e;o++)r[o]=arguments[o];if(i.enabled){var a=i,s=Number(new Date),u=s-(n||s);a.diff=u,a.prev=n,a.curr=s,n=s,r[0]=t.coerce(r[0]),\"string\"!=typeof r[0]&&r.unshift(\"%O\");var l=0;r[0]=r[0].replace(/%([a-zA-Z%])/g,function(e,n){if(\"%%\"===e)return\"%\";l++;var o=t.formatters[n];if(\"function\"==typeof o){var s=r[l];e=o.call(a,s),r.splice(l,1),l--}return e}),t.formatArgs.call(a,r),(a.log||t.log).apply(a,r)}}return i.namespace=e,i.useColors=t.useColors(),i.color=t.selectColor(e),i.extend=r,i.destroy=t.destroy,Object.defineProperty(i,\"enabled\",{enumerable:!0,configurable:!1,get:function(){return null!==s?s:(o!==t.namespaces&&(o=t.namespaces,a=t.enabled(e)),a)},set:function(e){s=e}}),\"function\"==typeof t.init&&t.init(i),i}return t.debug=t,t.default=t,t.coerce=function(e){return _instanceof(e,Error)?e.stack||e.message:e},t.disable=function(){var e=_toConsumableArray(t.names.map(n)).concat(_toConsumableArray(t.skips.map(n).map(function(e){return\"-\"+e}))).join(\",\");return t.enable(\"\"),e},t.enable=function(e){var r;t.save(e),t.namespaces=e,t.names=[],t.skips=[];var n=(\"string\"==typeof e?e:\"\").split(/[\\\\s,]+/),o=n.length;for(r=0;r<o;r++)n[r]&&(\"-\"===(e=n[r].replace(/\\\\*/g,\".*?\"))[0]?t.skips.push(new RegExp(\"^\"+e.slice(1)+\"$\")):t.names.push(new RegExp(\"^\"+e+\"$\")))},t.enabled=function(e){if(\"*\"===e[e.length-1])return!0;var r,n;for(r=0,n=t.skips.length;r<n;r++)if(t.skips[r].test(e))return!1;for(r=0,n=t.names.length;r<n;r++)if(t.names[r].test(e))return!0;return!1},t.humanize=_vendor_browser_ms_index.ms,t.destroy=function(){console.warn(\"Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.\")},Object.keys(e).forEach(function(r){t[r]=e[r]}),t.names=[],t.skips=[],t.formatters={},t.selectColor=function(e){for(var r=0,n=0;n<e.length;n++)r=(r<<5)-r+e.charCodeAt(n),r|=0;return t.colors[Math.abs(r)%t.colors.length]},t.enable(t.load()),t}var common=setup;exports.common=common;\\n}, {\"1349\":1349}];\\nwindow.modules[\"1349\"] = [function(require,module,exports){\"use strict\";var _typeof=function(s){return s&&\"undefined\"!=typeof Symbol&&s.constructor===Symbol?\"symbol\":typeof s},s=1e3,m=60*s,h=60*m,d=24*h,w=7*d,y=365.25*d,ms=function(s,e){e=e||{};var r=void 0===s?\"undefined\":_typeof(s);if(\"string\"===r&&s.length>0)return parse(s);if(\"number\"===r&&isFinite(s))return e.long?fmtLong(s):fmtShort(s);throw new Error(\"val is not a non-empty string or a valid number. val=\"+JSON.stringify(s))};function parse(e){if(!((e=String(e)).length>100)){var r=/^(-?(?:\\\\d+)?\\\\.?\\\\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)?$/i.exec(e);if(r){var a=parseFloat(r[1]);switch((r[2]||\"ms\").toLowerCase()){case\"years\":case\"year\":case\"yrs\":case\"yr\":case\"y\":return a*y;case\"weeks\":case\"week\":case\"w\":return a*w;case\"days\":case\"day\":case\"d\":return a*d;case\"hours\":case\"hour\":case\"hrs\":case\"hr\":case\"h\":return a*h;case\"minutes\":case\"minute\":case\"mins\":case\"min\":case\"m\":return a*m;case\"seconds\":case\"second\":case\"secs\":case\"sec\":case\"s\":return a*s;case\"milliseconds\":case\"millisecond\":case\"msecs\":case\"msec\":case\"ms\":return a;default:return}}}}function fmtShort(e){var r=Math.abs(e);return r>=d?Math.round(e/d)+\"d\":r>=h?Math.round(e/h)+\"h\":r>=m?Math.round(e/m)+\"m\":r>=s?Math.round(e/s)+\"s\":e+\"ms\"}function fmtLong(e){var r=Math.abs(e);return r>=d?plural(e,r,d,\"day\"):r>=h?plural(e,r,h,\"hour\"):r>=m?plural(e,r,m,\"minute\"):r>=s?plural(e,r,s,\"second\"):e+\" ms\"}function plural(s,e,r,a){var n=e>=1.5*r;return Math.round(s/r)+\" \"+a+(n?\"s\":\"\")}exports.ms=ms;\\n}, {}];\\nwindow.modules[\"1354\"] = [function(require,module,exports){\"use strict\";var debug,_vendor_browser_debug_src_browser=require(1347),debug_1=function(){if(!debug){try{debug=_vendor_browser_debug_src_browser.browser(\"follow-redirects\")}catch(e){}\"function\"!=typeof debug&&(debug=function(){})}debug.apply(null,arguments)};exports.debug_1=debug_1;\\n}, {\"1347\":1347}];\\nwindow.modules[\"1355\"] = [function(require,module,exports){module.exports=Stream;var EE=require(3339).EventEmitter,inherits=require(3277);function Stream(){EE.call(this)}inherits(Stream,EE),Stream.Readable=require(3465),Stream.Writable=require(3467),Stream.Duplex=require(3452),Stream.Transform=require(3466),Stream.PassThrough=require(3464),Stream.Stream=Stream,Stream.prototype.pipe=function(e,r){var t=this;function n(r){e.writable&&!1===e.write(r)&&t.pause&&t.pause()}function a(){t.readable&&t.resume&&t.resume()}t.on(\"data\",n),e.on(\"drain\",a),e._isStdio||r&&!1===r.end||(t.on(\"end\",i),t.on(\"close\",s));var o=!1;function i(){o||(o=!0,e.end())}function s(){o||(o=!0,\"function\"==typeof e.destroy&&e.destroy())}function m(e){if(u(),0===EE.listenerCount(this,\"error\"))throw e}function u(){t.removeListener(\"data\",n),e.removeListener(\"drain\",a),t.removeListener(\"end\",i),t.removeListener(\"close\",s),t.removeListener(\"error\",m),e.removeListener(\"error\",m),t.removeListener(\"end\",u),t.removeListener(\"close\",u),e.removeListener(\"close\",u)}return t.on(\"error\",m),e.on(\"error\",m),t.on(\"end\",u),t.on(\"close\",u),e.on(\"close\",u),e.emit(\"pipe\",t),e};\\n}, {\"3277\":3277,\"3339\":3339,\"3452\":3452,\"3464\":3464,\"3465\":3465,\"3466\":3466,\"3467\":3467}];\\nwindow.modules[\"1356\"] = [function(require,module,exports){\"use strict\";function _arrayLikeToArray(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}function _arrayWithoutHoles(e){if(Array.isArray(e))return _arrayLikeToArray(e)}function _iterableToArray(e){if(\"undefined\"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e[\"@@iterator\"])return Array.from(e)}function _nonIterableSpread(){throw new TypeError(\"Invalid attempt to spread non-iterable instance.\\\\\\\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}function _toConsumableArray(e){return _arrayWithoutHoles(e)||_iterableToArray(e)||_unsupportedIterableToArray(e)||_nonIterableSpread()}var _typeof=function(e){return e&&\"undefined\"!=typeof Symbol&&e.constructor===Symbol?\"symbol\":typeof e};function _unsupportedIterableToArray(e,t){if(e){if(\"string\"==typeof e)return _arrayLikeToArray(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);return\"Object\"===r&&e.constructor&&(r=e.constructor.name),\"Map\"===r||\"Set\"===r?Array.from(r):\"Arguments\"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?_arrayLikeToArray(e,t):void 0}}var keepUnique=function(e){return _toConsumableArray(new Set(e))},withoutChars=function(e,t){return e.filter(function(e){return!t.includes(e)})},onlyChars=function(e,t){return e.filter(function(e){return t.includes(e)})},isIntegerNumber=function(e){return\"bigint\"===(void 0===e?\"undefined\":_typeof(e))||!Number.isNaN(Number(e))&&Math.floor(Number(e))===e},isPositiveAndFinite=function(e){return\"bigint\"===(void 0===e?\"undefined\":_typeof(e))||e>=0&&Number.isSafeInteger(e)};function shuffle(e,t){if(0===t.length)return e;for(var r,n=_toConsumableArray(e),o=n.length-1,i=0,a=0;o>0;o--,i++){a+=r=t[i%=t.length].codePointAt(0);var u=(r+i+a)%o,s=n[o],f=n[u];n[u]=s,n[o]=f}return n}var toAlphabet=function(e,t){var r=[],n=e;if(\"bigint\"===(void 0===n?\"undefined\":_typeof(n))){var o=BigInt(t.length);do{r.unshift(t[Number(n%o)]),n/=o}while(n>BigInt(0))}else do{r.unshift(t[n%t.length]),n=Math.floor(n/t.length)}while(n>0);return r},fromAlphabet=function(e,t){return e.reduce(function(r,n){var o=t.indexOf(n);if(-1===o)throw new Error(\"The provided ID (\".concat(e.join(\"\"),\") is invalid, as it contains characters that do not exist in the alphabet (\").concat(t.join(\"\"),\")\"));if(\"bigint\"===(void 0===r?\"undefined\":_typeof(r)))return r*BigInt(t.length)+BigInt(o);var i=r*t.length+o;if(Number.isSafeInteger(i))return i;if(\"function\"==typeof BigInt)return BigInt(r)*BigInt(t.length)+BigInt(o);throw new Error(\"Unable to decode the provided string, due to lack of support for BigInt numbers in the current environment\")},0)},safeToParseNumberRegExp=/^\\\\+?\\\\d+$/,safeParseInt10=function(e){return safeToParseNumberRegExp.test(e)?Number.parseInt(e,10):Number.NaN},splitAtIntervalAndMap=function(e,t,r){return Array.from({length:Math.ceil(e.length/t)},function(n,o){return r(e.slice(o*t,(o+1)*t))})},makeAnyOfCharsRegExp=function(e){return new RegExp(e.map(function(e){return escapeRegExp(e)}).sort(function(e,t){return t.length-e.length}).join(\"|\"))},makeAtLeastSomeCharRegExp=function(e){return new RegExp(\"^[\".concat(e.map(function(e){return escapeRegExp(e)}).sort(function(e,t){return t.length-e.length}).join(\"\"),\"]+$\"))},escapeRegExp=function(e){return e.replace(/[\\\\s#$()*+,.?[\\\\\\\\\\\\]^{|}-]/g,\"\\\\\\\\$&\")};exports.fromAlphabet=fromAlphabet,exports.isIntegerNumber=isIntegerNumber,exports.isPositiveAndFinite=isPositiveAndFinite,exports.keepUnique=keepUnique,exports.makeAnyOfCharsRegExp=makeAnyOfCharsRegExp,exports.makeAtLeastSomeCharRegExp=makeAtLeastSomeCharRegExp,exports.onlyChars=onlyChars,exports.safeParseInt10=safeParseInt10,exports.shuffle=shuffle,exports.splitAtIntervalAndMap=splitAtIntervalAndMap,exports.toAlphabet=toAlphabet,exports.withoutChars=withoutChars;\\n}, {}];\\nwindow.modules[\"1357\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_lodash__getNative=require(1358),_vendor_browser_lodash__root=require(1359),DataView=_vendor_browser_lodash__getNative._getNative(_vendor_browser_lodash__root._root,\"DataView\"),_DataView=DataView;exports._DataView=_DataView;\\n}, {\"1358\":1358,\"1359\":1359}];\\nwindow.modules[\"1358\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_lodash__baseIsNative=require(1468),_vendor_browser_lodash__getValue=require(1553);function getNative(e,_){var a=_vendor_browser_lodash__getValue._getValue(e,_);return _vendor_browser_lodash__baseIsNative._baseIsNative(a)?a:void 0}var _getNative=getNative;exports._getNative=_getNative;\\n}, {\"1468\":1468,\"1553\":1553}];\\nwindow.modules[\"1359\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_lodash__freeGlobal=require(1550),freeSelf=\"object\"==typeof self&&self&&self.Object===Object&&self,root=_vendor_browser_lodash__freeGlobal._freeGlobal||freeSelf||Function(\"return this\")(),_root=root;exports._root=_root;\\n}, {\"1550\":1550}];\\nwindow.modules[\"1360\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_lodash__hashClear=require(1361),_vendor_browser_lodash__hashDelete=require(1362),_vendor_browser_lodash__hashGet=require(1363),_vendor_browser_lodash__hashHas=require(1364),_vendor_browser_lodash__hashSet=require(1365);function Hash(e){var s=-1,h=null==e?0:e.length;for(this.clear();++s<h;){var _=e[s];this.set(_[0],_[1])}}Hash.prototype.clear=_vendor_browser_lodash__hashClear._hashClear,Hash.prototype.delete=_vendor_browser_lodash__hashDelete._hashDelete,Hash.prototype.get=_vendor_browser_lodash__hashGet._hashGet,Hash.prototype.has=_vendor_browser_lodash__hashHas._hashHas,Hash.prototype.set=_vendor_browser_lodash__hashSet._hashSet;var _Hash=Hash;exports._Hash=_Hash;\\n}, {\"1361\":1361,\"1362\":1362,\"1363\":1363,\"1364\":1364,\"1365\":1365}];\\nwindow.modules[\"1361\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_lodash__nativeCreate=require(1558);function hashClear(){this.__data__=_vendor_browser_lodash__nativeCreate._nativeCreate?_vendor_browser_lodash__nativeCreate._nativeCreate(null):{},this.size=0}var _hashClear=hashClear;exports._hashClear=_hashClear;\\n}, {\"1558\":1558}];\\nwindow.modules[\"1362\"] = [function(require,module,exports){\"use strict\";function hashDelete(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t}var _hashDelete=hashDelete;exports._hashDelete=_hashDelete;\\n}, {}];\\nwindow.modules[\"1363\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_lodash__nativeCreate=require(1558),HASH_UNDEFINED=\"__lodash_hash_undefined__\",objectProto=Object.prototype,hasOwnProperty=objectProto.hasOwnProperty;function hashGet(e){var r=this.__data__;if(_vendor_browser_lodash__nativeCreate._nativeCreate){var t=r[e];return t===HASH_UNDEFINED?void 0:t}return hasOwnProperty.call(r,e)?r[e]:void 0}var _hashGet=hashGet;exports._hashGet=_hashGet;\\n}, {\"1558\":1558}];\\nwindow.modules[\"1364\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_lodash__nativeCreate=require(1558),objectProto=Object.prototype,hasOwnProperty=objectProto.hasOwnProperty;function hashHas(a){var e=this.__data__;return _vendor_browser_lodash__nativeCreate._nativeCreate?void 0!==e[a]:hasOwnProperty.call(e,a)}var _hashHas=hashHas;exports._hashHas=_hashHas;\\n}, {\"1558\":1558}];\\nwindow.modules[\"1365\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_lodash__nativeCreate=require(1558),HASH_UNDEFINED=\"__lodash_hash_undefined__\";function hashSet(e,_){var a=this.__data__;return this.size+=this.has(e)?0:1,a[e]=_vendor_browser_lodash__nativeCreate._nativeCreate&&void 0===_?HASH_UNDEFINED:_,this}var _hashSet=hashSet;exports._hashSet=_hashSet;\\n}, {\"1558\":1558}];\\nwindow.modules[\"1366\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_lodash__listCacheClear=require(1367),_vendor_browser_lodash__listCacheDelete=require(1369),_vendor_browser_lodash__listCacheGet=require(1368),_vendor_browser_lodash__listCacheHas=require(1370),_vendor_browser_lodash__listCacheSet=require(1371);function ListCache(e){var s=-1,t=null==e?0:e.length;for(this.clear();++s<t;){var _=e[s];this.set(_[0],_[1])}}ListCache.prototype.clear=_vendor_browser_lodash__listCacheClear._listCacheClear,ListCache.prototype.delete=_vendor_browser_lodash__listCacheDelete._listCacheDelete,ListCache.prototype.get=_vendor_browser_lodash__listCacheGet._listCacheGet,ListCache.prototype.has=_vendor_browser_lodash__listCacheHas._listCacheHas,ListCache.prototype.set=_vendor_browser_lodash__listCacheSet._listCacheSet;var _ListCache=ListCache;exports._ListCache=_ListCache;\\n}, {\"1367\":1367,\"1368\":1368,\"1369\":1369,\"1370\":1370,\"1371\":1371}];\\nwindow.modules[\"1367\"] = [function(require,module,exports){\"use strict\";function listCacheClear(){this.__data__=[],this.size=0}var _listCacheClear=listCacheClear;exports._listCacheClear=_listCacheClear;\\n}, {}];\\nwindow.modules[\"1368\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_lodash__assocIndexOf=require(1418);function listCacheGet(e){var s=this.__data__,_=_vendor_browser_lodash__assocIndexOf._assocIndexOf(s,e);return _<0?void 0:s[_][1]}var _listCacheGet=listCacheGet;exports._listCacheGet=_listCacheGet;\\n}, {\"1418\":1418}];\\nwindow.modules[\"1369\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_lodash__assocIndexOf=require(1418),arrayProto=Array.prototype,splice=arrayProto.splice;function listCacheDelete(e){var s=this.__data__,r=_vendor_browser_lodash__assocIndexOf._assocIndexOf(s,e);return!(r<0)&&(r==s.length-1?s.pop():splice.call(s,r,1),--this.size,!0)}var _listCacheDelete=listCacheDelete;exports._listCacheDelete=_listCacheDelete;\\n}, {\"1418\":1418}];\\nwindow.modules[\"1370\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_lodash__assocIndexOf=require(1418);function listCacheHas(s){return _vendor_browser_lodash__assocIndexOf._assocIndexOf(this.__data__,s)>-1}var _listCacheHas=listCacheHas;exports._listCacheHas=_listCacheHas;\\n}, {\"1418\":1418}];\\nwindow.modules[\"1371\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_lodash__assocIndexOf=require(1418);function listCacheSet(s,e){var t=this.__data__,_=_vendor_browser_lodash__assocIndexOf._assocIndexOf(t,s);return _<0?(++this.size,t.push([s,e])):t[_][1]=e,this}var _listCacheSet=listCacheSet;exports._listCacheSet=_listCacheSet;\\n}, {\"1418\":1418}];\\nwindow.modules[\"1372\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_lodash__getNative=require(1358),_vendor_browser_lodash__root=require(1359),Map=_vendor_browser_lodash__getNative._getNative(_vendor_browser_lodash__root._root,\"Map\"),_Map=Map;exports._Map=_Map;\\n}, {\"1358\":1358,\"1359\":1359}];\\nwindow.modules[\"1373\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_lodash__mapCacheClear=require(1374),_vendor_browser_lodash__mapCacheDelete=require(1376),_vendor_browser_lodash__mapCacheGet=require(1375),_vendor_browser_lodash__mapCacheHas=require(1377),_vendor_browser_lodash__mapCacheSet=require(1378);function MapCache(e){var a=-1,_=null==e?0:e.length;for(this.clear();++a<_;){var r=e[a];this.set(r[0],r[1])}}MapCache.prototype.clear=_vendor_browser_lodash__mapCacheClear._mapCacheClear,MapCache.prototype.delete=_vendor_browser_lodash__mapCacheDelete._mapCacheDelete,MapCache.prototype.get=_vendor_browser_lodash__mapCacheGet._mapCacheGet,MapCache.prototype.has=_vendor_browser_lodash__mapCacheHas._mapCacheHas,MapCache.prototype.set=_vendor_browser_lodash__mapCacheSet._mapCacheSet;var _MapCache=MapCache;exports._MapCache=_MapCache;\\n}, {\"1374\":1374,\"1375\":1375,\"1376\":1376,\"1377\":1377,\"1378\":1378}];\\nwindow.modules[\"1374\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_lodash__Hash=require(1360),_vendor_browser_lodash__ListCache=require(1366),_vendor_browser_lodash__Map=require(1372);function mapCacheClear(){this.size=0,this.__data__={hash:new _vendor_browser_lodash__Hash._Hash,map:new(_vendor_browser_lodash__Map._Map||_vendor_browser_lodash__ListCache._ListCache),string:new _vendor_browser_lodash__Hash._Hash}}var _mapCacheClear=mapCacheClear;exports._mapCacheClear=_mapCacheClear;\\n}, {\"1360\":1360,\"1366\":1366,\"1372\":1372}];\\nwindow.modules[\"1375\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_lodash__getMapData=require(1551);function mapCacheGet(a){return _vendor_browser_lodash__getMapData._getMapData(this,a).get(a)}var _mapCacheGet=mapCacheGet;exports._mapCacheGet=_mapCacheGet;\\n}, {\"1551\":1551}];\\nwindow.modules[\"1376\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_lodash__getMapData=require(1551);function mapCacheDelete(e){var a=_vendor_browser_lodash__getMapData._getMapData(this,e).delete(e);return this.size-=a?1:0,a}var _mapCacheDelete=mapCacheDelete;exports._mapCacheDelete=_mapCacheDelete;\\n}, {\"1551\":1551}];\\nwindow.modules[\"1377\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_lodash__getMapData=require(1551);function mapCacheHas(a){return _vendor_browser_lodash__getMapData._getMapData(this,a).has(a)}var _mapCacheHas=mapCacheHas;exports._mapCacheHas=_mapCacheHas;\\n}, {\"1551\":1551}];\\nwindow.modules[\"1378\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_lodash__getMapData=require(1551);function mapCacheSet(a,e){var t=_vendor_browser_lodash__getMapData._getMapData(this,a),r=t.size;return t.set(a,e),this.size+=t.size==r?0:1,this}var _mapCacheSet=mapCacheSet;exports._mapCacheSet=_mapCacheSet;\\n}, {\"1551\":1551}];\\nwindow.modules[\"1379\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_lodash__getNative=require(1358),_vendor_browser_lodash__root=require(1359),Promise$1=_vendor_browser_lodash__getNative._getNative(_vendor_browser_lodash__root._root,\"Promise\"),_Promise=Promise$1;exports._Promise=_Promise;\\n}, {\"1358\":1358,\"1359\":1359}];\\nwindow.modules[\"1380\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_lodash__getNative=require(1358),_vendor_browser_lodash__root=require(1359),Set=_vendor_browser_lodash__getNative._getNative(_vendor_browser_lodash__root._root,\"Set\"),_Set=Set;exports._Set=_Set;\\n}, {\"1358\":1358,\"1359\":1359}];\\nwindow.modules[\"1381\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_lodash__MapCache=require(1373),_vendor_browser_lodash__setCacheAdd=require(1382),_vendor_browser_lodash__setCacheHas=require(1383);function SetCache(e){var _=-1,a=null==e?0:e.length;for(this.__data__=new _vendor_browser_lodash__MapCache._MapCache;++_<a;)this.add(e[_])}SetCache.prototype.add=SetCache.prototype.push=_vendor_browser_lodash__setCacheAdd._setCacheAdd,SetCache.prototype.has=_vendor_browser_lodash__setCacheHas._setCacheHas;var _SetCache=SetCache;exports._SetCache=_SetCache;\\n}, {\"1373\":1373,\"1382\":1382,\"1383\":1383}];\\nwindow.modules[\"1382\"] = [function(require,module,exports){\"use strict\";var HASH_UNDEFINED=\"__lodash_hash_undefined__\";function setCacheAdd(e){return this.__data__.set(e,HASH_UNDEFINED),this}var _setCacheAdd=setCacheAdd;exports._setCacheAdd=_setCacheAdd;\\n}, {}];\\nwindow.modules[\"1383\"] = [function(require,module,exports){\"use strict\";function setCacheHas(s){return this.__data__.has(s)}var _setCacheHas=setCacheHas;exports._setCacheHas=_setCacheHas;\\n}, {}];\\nwindow.modules[\"1384\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_lodash__ListCache=require(1366),_vendor_browser_lodash__stackClear=require(1385),_vendor_browser_lodash__stackDelete=require(1386),_vendor_browser_lodash__stackGet=require(1387),_vendor_browser_lodash__stackHas=require(1388),_vendor_browser_lodash__stackSet=require(1389);function Stack(e){var _=this.__data__=new _vendor_browser_lodash__ListCache._ListCache(e);this.size=_.size}Stack.prototype.clear=_vendor_browser_lodash__stackClear._stackClear,Stack.prototype.delete=_vendor_browser_lodash__stackDelete._stackDelete,Stack.prototype.get=_vendor_browser_lodash__stackGet._stackGet,Stack.prototype.has=_vendor_browser_lodash__stackHas._stackHas,Stack.prototype.set=_vendor_browser_lodash__stackSet._stackSet;var _Stack=Stack;exports._Stack=_Stack;\\n}, {\"1366\":1366,\"1385\":1385,\"1386\":1386,\"1387\":1387,\"1388\":1388,\"1389\":1389}];\\nwindow.modules[\"1385\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_lodash__ListCache=require(1366);function stackClear(){this.__data__=new _vendor_browser_lodash__ListCache._ListCache,this.size=0}var _stackClear=stackClear;exports._stackClear=_stackClear;\\n}, {\"1366\":1366}];\\nwindow.modules[\"1386\"] = [function(require,module,exports){\"use strict\";function stackDelete(e){var t=this.__data__,s=t.delete(e);return this.size=t.size,s}var _stackDelete=stackDelete;exports._stackDelete=_stackDelete;\\n}, {}];\\nwindow.modules[\"1387\"] = [function(require,module,exports){\"use strict\";function stackGet(t){return this.__data__.get(t)}var _stackGet=stackGet;exports._stackGet=_stackGet;\\n}, {}];\\nwindow.modules[\"1388\"] = [function(require,module,exports){\"use strict\";function stackHas(s){return this.__data__.has(s)}var _stackHas=stackHas;exports._stackHas=_stackHas;\\n}, {}];\\nwindow.modules[\"1389\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_lodash__ListCache=require(1366),_vendor_browser_lodash__Map=require(1372),_vendor_browser_lodash__MapCache=require(1373);function _instanceof(_,e){return null!=e&&\"undefined\"!=typeof Symbol&&e[Symbol.hasInstance]?!!e[Symbol.hasInstance](_):_ instanceof e}var LARGE_ARRAY_SIZE=200;function stackSet(_,e){var s=this.__data__;if(_instanceof(s,_vendor_browser_lodash__ListCache._ListCache)){var a=s.__data__;if(!_vendor_browser_lodash__Map._Map||a.length<LARGE_ARRAY_SIZE-1)return a.push([_,e]),this.size=++s.size,this;s=this.__data__=new _vendor_browser_lodash__MapCache._MapCache(a)}return s.set(_,e),this.size=s.size,this}var _stackSet=stackSet;exports._stackSet=_stackSet;\\n}, {\"1366\":1366,\"1372\":1372,\"1373\":1373}];\\nwindow.modules[\"1390\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_lodash__root=require(1359),Symbol=_vendor_browser_lodash__root._root.Symbol,_Symbol=Symbol;exports._Symbol=_Symbol;\\n}, {\"1359\":1359}];\\nwindow.modules[\"1391\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_lodash__root=require(1359),Uint8Array=_vendor_browser_lodash__root._root.Uint8Array,_Uint8Array=Uint8Array;exports._Uint8Array=_Uint8Array;\\n}, {\"1359\":1359}];\\nwindow.modules[\"1392\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_lodash__getNative=require(1358),_vendor_browser_lodash__root=require(1359),WeakMap=_vendor_browser_lodash__getNative._getNative(_vendor_browser_lodash__root._root,\"WeakMap\"),_WeakMap=WeakMap;exports._WeakMap=_WeakMap;\\n}, {\"1358\":1358,\"1359\":1359}];\\nwindow.modules[\"1395\"] = [function(require,module,exports){\"use strict\";function arrayEach(a,r){for(var c=-1,h=null==a?0:a.length;++c<h&&!1!==r(a[c],c,a););return a}var _arrayEach=arrayEach;exports._arrayEach=_arrayEach;\\n}, {}];\\nwindow.modules[\"1396\"] = [function(require,module,exports){\"use strict\";function arrayFilter(r,a){for(var t=-1,e=null==r?0:r.length,l=0,i=[];++t<e;){var n=r[t];a(n,t,r)&&(i[l++]=n)}return i}var _arrayFilter=arrayFilter;exports._arrayFilter=_arrayFilter;\\n}, {}];\\nwindow.modules[\"1400\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_lodash__baseTimes=require(1401),_vendor_browser_lodash_isArguments=require(1402),_vendor_browser_lodash_isArray=require(1403),_vendor_browser_lodash_isBuffer=require(1404),_vendor_browser_lodash__isIndex=require(1405),_vendor_browser_lodash_isTypedArray=require(1406),objectProto=Object.prototype,hasOwnProperty=objectProto.hasOwnProperty;function arrayLikeKeys(r,e){var s=_vendor_browser_lodash_isArray.isArray_1(r),_=!s&&_vendor_browser_lodash_isArguments.isArguments_1(r),o=!s&&!_&&_vendor_browser_lodash_isBuffer.isBuffer_1(r),a=!s&&!_&&!o&&_vendor_browser_lodash_isTypedArray.isTypedArray_1(r),i=s||_||o||a,n=i?_vendor_browser_lodash__baseTimes._baseTimes(r.length,String):[],d=n.length;for(var t in r)!e&&!hasOwnProperty.call(r,t)||i&&(\"length\"==t||o&&(\"offset\"==t||\"parent\"==t)||a&&(\"buffer\"==t||\"byteLength\"==t||\"byteOffset\"==t)||_vendor_browser_lodash__isIndex._isIndex(t,d))||n.push(t);return n}var _arrayLikeKeys=arrayLikeKeys;exports._arrayLikeKeys=_arrayLikeKeys;\\n}, {\"1401\":1401,\"1402\":1402,\"1403\":1403,\"1404\":1404,\"1405\":1405,\"1406\":1406}];\\nwindow.modules[\"1401\"] = [function(require,module,exports){\"use strict\";function baseTimes(e,s){for(var r=-1,a=Array(e);++r<e;)a[r]=s(r);return a}var _baseTimes=baseTimes;exports._baseTimes=_baseTimes;\\n}, {}];\\nwindow.modules[\"1402\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_lodash__baseIsArguments=require(1459),_vendor_browser_lodash_isObjectLike=require(1460),objectProto=Object.prototype,hasOwnProperty=objectProto.hasOwnProperty,propertyIsEnumerable=objectProto.propertyIsEnumerable,isArguments=_vendor_browser_lodash__baseIsArguments._baseIsArguments(function(){return arguments}())?_vendor_browser_lodash__baseIsArguments._baseIsArguments:function(e){return _vendor_browser_lodash_isObjectLike.isObjectLike_1(e)&&hasOwnProperty.call(e,\"callee\")&&!propertyIsEnumerable.call(e,\"callee\")},isArguments_1=isArguments;exports.isArguments_1=isArguments_1;\\n}, {\"1459\":1459,\"1460\":1460}];\\nwindow.modules[\"1403\"] = [function(require,module,exports){\"use strict\";var isArray=Array.isArray,isArray_1=isArray;exports.isArray_1=isArray_1;\\n}, {}];\\nwindow.modules[\"1404\"] = [function(require,module,exports){\"use strict\";var _vendor_browser__commonjsHelpers=require(937),_vendor_browser_lodash__root=require(1359),_vendor_browser_lodash_stubFalse=require(1573),isBuffer_1=_vendor_browser__commonjsHelpers.createCommonjsModule(function(e,r){var o=r&&!r.nodeType&&r,s=o&&e&&!e.nodeType&&e,_=s&&s.exports===o?_vendor_browser_lodash__root._root.Buffer:void 0,d=(_?_.isBuffer:void 0)||_vendor_browser_lodash_stubFalse.stubFalse_1;e.exports=d});exports.isBuffer_1=isBuffer_1;\\n}, {\"937\":937,\"1359\":1359,\"1573\":1573}];\\nwindow.modules[\"1405\"] = [function(require,module,exports){\"use strict\";var _typeof=function(e){return e&&\"undefined\"!=typeof Symbol&&e.constructor===Symbol?\"symbol\":typeof e},MAX_SAFE_INTEGER=9007199254740991,reIsUint=/^(?:0|[1-9]\\\\d*)$/;function isIndex(e,n){var t=void 0===e?\"undefined\":_typeof(e);return!!(n=null==n?MAX_SAFE_INTEGER:n)&&(\"number\"==t||\"symbol\"!=t&&reIsUint.test(e))&&e>-1&&e%1==0&&e<n}var _isIndex=isIndex;exports._isIndex=_isIndex;\\n}, {}];\\nwindow.modules[\"1406\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_lodash__baseIsTypedArray=require(1473),_vendor_browser_lodash__baseUnary=require(1500),_vendor_browser_lodash__nodeUtil=require(1561),nodeIsTypedArray=_vendor_browser_lodash__nodeUtil._nodeUtil&&_vendor_browser_lodash__nodeUtil._nodeUtil.isTypedArray,isTypedArray=nodeIsTypedArray?_vendor_browser_lodash__baseUnary._baseUnary(nodeIsTypedArray):_vendor_browser_lodash__baseIsTypedArray._baseIsTypedArray,isTypedArray_1=isTypedArray;exports.isTypedArray_1=isTypedArray_1;\\n}, {\"1473\":1473,\"1500\":1500,\"1561\":1561}];\\nwindow.modules[\"1407\"] = [function(require,module,exports){\"use strict\";function arrayMap(r,a){for(var p=-1,t=null==r?0:r.length,y=Array(t);++p<t;)y[p]=a(r[p],p,r);return y}var _arrayMap=arrayMap;exports._arrayMap=_arrayMap;\\n}, {}];\\nwindow.modules[\"1408\"] = [function(require,module,exports){\"use strict\";function arrayPush(r,a){for(var s=-1,u=a.length,h=r.length;++s<u;)r[h+s]=a[s];return r}var _arrayPush=arrayPush;exports._arrayPush=_arrayPush;\\n}, {}];\\nwindow.modules[\"1410\"] = [function(require,module,exports){\"use strict\";function arraySome(r,a){for(var e=-1,o=null==r?0:r.length;++e<o;)if(a(r[e],e,r))return!0;return!1}var _arraySome=arraySome;exports._arraySome=_arraySome;\\n}, {}];\\nwindow.modules[\"1411\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_lodash__baseProperty=require(1412),asciiSize=_vendor_browser_lodash__baseProperty._baseProperty(\"length\"),_asciiSize=asciiSize;exports._asciiSize=_asciiSize;\\n}, {\"1412\":1412}];\\nwindow.modules[\"1412\"] = [function(require,module,exports){\"use strict\";function baseProperty(r){return function(e){return null==e?void 0:e[r]}}var _baseProperty=baseProperty;exports._baseProperty=_baseProperty;\\n}, {}];\\nwindow.modules[\"1413\"] = [function(require,module,exports){\"use strict\";function asciiToArray(r){return r.split(\"\")}var _asciiToArray=asciiToArray;exports._asciiToArray=_asciiToArray;\\n}, {}];\\nwindow.modules[\"1415\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_lodash__defineProperty=require(1426);function baseAssignValue(e,r,s){\"__proto__\"==r&&_vendor_browser_lodash__defineProperty._defineProperty?_vendor_browser_lodash__defineProperty._defineProperty(e,r,{configurable:!0,enumerable:!0,value:s,writable:!0}):e[r]=s}var _baseAssignValue=baseAssignValue;exports._baseAssignValue=_baseAssignValue;\\n}, {\"1426\":1426}];\\nwindow.modules[\"1416\"] = [function(require,module,exports){\"use strict\";function eq(e,q){return e===q||e!=e&&q!=q}var eq_1=eq;exports.eq_1=eq_1;\\n}, {}];\\nwindow.modules[\"1417\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_lodash__baseAssignValue=require(1415),_vendor_browser_lodash_eq=require(1416),objectProto=Object.prototype,hasOwnProperty=objectProto.hasOwnProperty;function assignValue(e,s,r){var a=e[s];hasOwnProperty.call(e,s)&&_vendor_browser_lodash_eq.eq_1(a,r)&&(void 0!==r||s in e)||_vendor_browser_lodash__baseAssignValue._baseAssignValue(e,s,r)}var _assignValue=assignValue;exports._assignValue=_assignValue;\\n}, {\"1415\":1415,\"1416\":1416}];\\nwindow.modules[\"1418\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_lodash_eq=require(1416);function assocIndexOf(e,r){for(var s=e.length;s--;)if(_vendor_browser_lodash_eq.eq_1(e[s][0],r))return s;return-1}var _assocIndexOf=assocIndexOf;exports._assocIndexOf=_assocIndexOf;\\n}, {\"1416\":1416}];\\nwindow.modules[\"1420\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_lodash__baseForOwn=require(1443),_vendor_browser_lodash__createBaseEach=require(1444),baseEach=_vendor_browser_lodash__createBaseEach._createBaseEach(_vendor_browser_lodash__baseForOwn._baseForOwn),_baseEach=baseEach;exports._baseEach=_baseEach;\\n}, {\"1443\":1443,\"1444\":1444}];\\nwindow.modules[\"1421\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_lodash__copyObject=require(1422),_vendor_browser_lodash_keys=require(1423);function baseAssign(s,e){return s&&_vendor_browser_lodash__copyObject._copyObject(e,_vendor_browser_lodash_keys.keys_1(e),s)}var _baseAssign=baseAssign;exports._baseAssign=_baseAssign;\\n}, {\"1422\":1422,\"1423\":1423}];\\nwindow.modules[\"1422\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_lodash__assignValue=require(1417),_vendor_browser_lodash__baseAssignValue=require(1415);function copyObject(e,s,_,r){var a=!_;_||(_={});for(var o=-1,n=s.length;++o<n;){var i=s[o],b=r?r(_[i],e[i],i,_,e):void 0;void 0===b&&(b=e[i]),a?_vendor_browser_lodash__baseAssignValue._baseAssignValue(_,i,b):_vendor_browser_lodash__assignValue._assignValue(_,i,b)}return _}var _copyObject=copyObject;exports._copyObject=_copyObject;\\n}, {\"1415\":1415,\"1417\":1417}];\\nwindow.modules[\"1423\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_lodash__arrayLikeKeys=require(1400),_vendor_browser_lodash__baseKeys=require(1480),_vendor_browser_lodash_isArrayLike=require(1486);function keys(e){return _vendor_browser_lodash_isArrayLike.isArrayLike_1(e)?_vendor_browser_lodash__arrayLikeKeys._arrayLikeKeys(e):_vendor_browser_lodash__baseKeys._baseKeys(e)}var keys_1=keys;exports.keys_1=keys_1;\\n}, {\"1400\":1400,\"1480\":1480,\"1486\":1486}];\\nwindow.modules[\"1424\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_lodash__copyObject=require(1422),_vendor_browser_lodash_keysIn=require(1425);function baseAssignIn(s,e){return s&&_vendor_browser_lodash__copyObject._copyObject(e,_vendor_browser_lodash_keysIn.keysIn_1(e),s)}var _baseAssignIn=baseAssignIn;exports._baseAssignIn=_baseAssignIn;\\n}, {\"1422\":1422,\"1425\":1425}];\\nwindow.modules[\"1425\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_lodash__arrayLikeKeys=require(1400),_vendor_browser_lodash__baseKeysIn=require(1483),_vendor_browser_lodash_isArrayLike=require(1486);function keysIn(e){return _vendor_browser_lodash_isArrayLike.isArrayLike_1(e)?_vendor_browser_lodash__arrayLikeKeys._arrayLikeKeys(e,!0):_vendor_browser_lodash__baseKeysIn._baseKeysIn(e)}var keysIn_1=keysIn;exports.keysIn_1=keysIn_1;\\n}, {\"1400\":1400,\"1483\":1483,\"1486\":1486}];\\nwindow.modules[\"1426\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_lodash__getNative=require(1358),defineProperty=function(){try{var e=_vendor_browser_lodash__getNative._getNative(Object,\"defineProperty\");return e({},\"\",{}),e}catch(e){}}(),_defineProperty=defineProperty;exports._defineProperty=_defineProperty;\\n}, {\"1358\":1358}];\\nwindow.modules[\"1428\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_lodash__Stack=require(1384),_vendor_browser_lodash__arrayEach=require(1395),_vendor_browser_lodash__assignValue=require(1417),_vendor_browser_lodash__baseAssign=require(1421),_vendor_browser_lodash__baseAssignIn=require(1424),_vendor_browser_lodash__cloneBuffer=require(1429),_vendor_browser_lodash__copyArray=require(1431),_vendor_browser_lodash__copySymbols=require(1430),_vendor_browser_lodash__copySymbolsIn=require(1432),_vendor_browser_lodash__getAllKeys=require(1433),_vendor_browser_lodash__getAllKeysIn=require(1434),_vendor_browser_lodash__getTag=require(1437),_vendor_browser_lodash__initCloneArray=require(1435),_vendor_browser_lodash__initCloneByTag=require(1436),_vendor_browser_lodash__initCloneObject=require(1438),_vendor_browser_lodash_isArray=require(1403),_vendor_browser_lodash_isBuffer=require(1404),_vendor_browser_lodash_isMap=require(1439),_vendor_browser_lodash_isObject=require(1440),_vendor_browser_lodash_isSet=require(1441),_vendor_browser_lodash_keys=require(1423),_vendor_browser_lodash_keysIn=require(1425),CLONE_DEEP_FLAG=1,CLONE_FLAT_FLAG=2,CLONE_SYMBOLS_FLAG=4,argsTag=\"[object Arguments]\",arrayTag=\"[object Array]\",boolTag=\"[object Boolean]\",dateTag=\"[object Date]\",errorTag=\"[object Error]\",funcTag=\"[object Function]\",genTag=\"[object GeneratorFunction]\",mapTag=\"[object Map]\",numberTag=\"[object Number]\",objectTag=\"[object Object]\",regexpTag=\"[object RegExp]\",setTag=\"[object Set]\",stringTag=\"[object String]\",symbolTag=\"[object Symbol]\",weakMapTag=\"[object WeakMap]\",arrayBufferTag=\"[object ArrayBuffer]\",dataViewTag=\"[object DataView]\",float32Tag=\"[object Float32Array]\",float64Tag=\"[object Float64Array]\",int8Tag=\"[object Int8Array]\",int16Tag=\"[object Int16Array]\",int32Tag=\"[object Int32Array]\",uint8Tag=\"[object Uint8Array]\",uint8ClampedTag=\"[object Uint8ClampedArray]\",uint16Tag=\"[object Uint16Array]\",uint32Tag=\"[object Uint32Array]\",cloneableTags={};function baseClone(e,r,a,o,_,s){var n,l=r&CLONE_DEEP_FLAG,b=r&CLONE_FLAT_FLAG,t=r&CLONE_SYMBOLS_FLAG;if(a&&(n=_?a(e,o,_,s):a(e)),void 0!==n)return n;if(!_vendor_browser_lodash_isObject.isObject_1(e))return e;var g=_vendor_browser_lodash_isArray.isArray_1(e);if(g){if(n=_vendor_browser_lodash__initCloneArray._initCloneArray(e),!l)return _vendor_browser_lodash__copyArray._copyArray(e,n)}else{var i=_vendor_browser_lodash__getTag._getTag(e),c=i==funcTag||i==genTag;if(_vendor_browser_lodash_isBuffer.isBuffer_1(e))return _vendor_browser_lodash__cloneBuffer._cloneBuffer(e,l);if(i==objectTag||i==argsTag||c&&!_){if(n=b||c?{}:_vendor_browser_lodash__initCloneObject._initCloneObject(e),!l)return b?_vendor_browser_lodash__copySymbolsIn._copySymbolsIn(e,_vendor_browser_lodash__baseAssignIn._baseAssignIn(n,e)):_vendor_browser_lodash__copySymbols._copySymbols(e,_vendor_browser_lodash__baseAssign._baseAssign(n,e))}else{if(!cloneableTags[i])return _?e:{};n=_vendor_browser_lodash__initCloneByTag._initCloneByTag(e,i,l)}}s||(s=new _vendor_browser_lodash__Stack._Stack);var d=s.get(e);if(d)return d;s.set(e,n),_vendor_browser_lodash_isSet.isSet_1(e)?e.forEach(function(o){n.add(baseClone(o,r,a,o,e,s))}):_vendor_browser_lodash_isMap.isMap_1(e)&&e.forEach(function(o,_){n.set(_,baseClone(o,r,a,_,e,s))});var T=t?b?_vendor_browser_lodash__getAllKeysIn._getAllKeysIn:_vendor_browser_lodash__getAllKeys._getAllKeys:b?_vendor_browser_lodash_keysIn.keysIn_1:_vendor_browser_lodash_keys.keys_1,y=g?void 0:T(e);return _vendor_browser_lodash__arrayEach._arrayEach(y||e,function(o,_){y&&(o=e[_=o]),_vendor_browser_lodash__assignValue._assignValue(n,_,baseClone(o,r,a,_,e,s))}),n}cloneableTags[argsTag]=cloneableTags[arrayTag]=cloneableTags[arrayBufferTag]=cloneableTags[dataViewTag]=cloneableTags[boolTag]=cloneableTags[dateTag]=cloneableTags[float32Tag]=cloneableTags[float64Tag]=cloneableTags[int8Tag]=cloneableTags[int16Tag]=cloneableTags[int32Tag]=cloneableTags[mapTag]=cloneableTags[numberTag]=cloneableTags[objectTag]=cloneableTags[regexpTag]=cloneableTags[setTag]=cloneableTags[stringTag]=cloneableTags[symbolTag]=cloneableTags[uint8Tag]=cloneableTags[uint8ClampedTag]=cloneableTags[uint16Tag]=cloneableTags[uint32Tag]=!0,cloneableTags[errorTag]=cloneableTags[funcTag]=cloneableTags[weakMapTag]=!1;var _baseClone=baseClone;exports._baseClone=_baseClone;\\n}, {\"1384\":1384,\"1395\":1395,\"1403\":1403,\"1404\":1404,\"1417\":1417,\"1421\":1421,\"1423\":1423,\"1424\":1424,\"1425\":1425,\"1429\":1429,\"1430\":1430,\"1431\":1431,\"1432\":1432,\"1433\":1433,\"1434\":1434,\"1435\":1435,\"1436\":1436,\"1437\":1437,\"1438\":1438,\"1439\":1439,\"1440\":1440,\"1441\":1441}];\\nwindow.modules[\"1429\"] = [function(require,module,exports){\"use strict\";var _vendor_browser__commonjsHelpers=require(937),_vendor_browser_lodash__root=require(1359),_cloneBuffer=_vendor_browser__commonjsHelpers.createCommonjsModule(function(o,e){var r=e&&!e.nodeType&&e,_=r&&o&&!o.nodeType&&o,n=_&&_.exports===r?_vendor_browser_lodash__root._root.Buffer:void 0,s=n?n.allocUnsafe:void 0;o.exports=function(o,e){if(e)return o.slice();var r=o.length,_=s?s(r):new o.constructor(r);return o.copy(_),_}});exports._cloneBuffer=_cloneBuffer;\\n}, {\"937\":937,\"1359\":1359}];\\nwindow.modules[\"1430\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_lodash__copyObject=require(1422),_vendor_browser_lodash__getSymbols=require(1533);function copySymbols(o,_){return _vendor_browser_lodash__copyObject._copyObject(o,_vendor_browser_lodash__getSymbols._getSymbols(o),_)}var _copySymbols=copySymbols;exports._copySymbols=_copySymbols;\\n}, {\"1422\":1422,\"1533\":1533}];\\nwindow.modules[\"1431\"] = [function(require,module,exports){\"use strict\";function copyArray(r,y){var a=-1,o=r.length;for(y||(y=Array(o));++a<o;)y[a]=r[a];return y}var _copyArray=copyArray;exports._copyArray=_copyArray;\\n}, {}];\\nwindow.modules[\"1432\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_lodash__copyObject=require(1422),_vendor_browser_lodash__getSymbolsIn=require(1534);function copySymbolsIn(o,_){return _vendor_browser_lodash__copyObject._copyObject(o,_vendor_browser_lodash__getSymbolsIn._getSymbolsIn(o),_)}var _copySymbolsIn=copySymbolsIn;exports._copySymbolsIn=_copySymbolsIn;\\n}, {\"1422\":1422,\"1534\":1534}];\\nwindow.modules[\"1433\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_lodash__baseGetAllKeys=require(1453),_vendor_browser_lodash__getSymbols=require(1533),_vendor_browser_lodash_keys=require(1423);function getAllKeys(e){return _vendor_browser_lodash__baseGetAllKeys._baseGetAllKeys(e,_vendor_browser_lodash_keys.keys_1,_vendor_browser_lodash__getSymbols._getSymbols)}var _getAllKeys=getAllKeys;exports._getAllKeys=_getAllKeys;\\n}, {\"1423\":1423,\"1453\":1453,\"1533\":1533}];\\nwindow.modules[\"1434\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_lodash__baseGetAllKeys=require(1453),_vendor_browser_lodash__getSymbolsIn=require(1534),_vendor_browser_lodash_keysIn=require(1425);function getAllKeysIn(e){return _vendor_browser_lodash__baseGetAllKeys._baseGetAllKeys(e,_vendor_browser_lodash_keysIn.keysIn_1,_vendor_browser_lodash__getSymbolsIn._getSymbolsIn)}var _getAllKeysIn=getAllKeysIn;exports._getAllKeysIn=_getAllKeysIn;\\n}, {\"1425\":1425,\"1453\":1453,\"1534\":1534}];\\nwindow.modules[\"1435\"] = [function(require,module,exports){\"use strict\";var objectProto=Object.prototype,hasOwnProperty=objectProto.hasOwnProperty;function initCloneArray(r){var t=r.length,n=new r.constructor(t);return t&&\"string\"==typeof r[0]&&hasOwnProperty.call(r,\"index\")&&(n.index=r.index,n.input=r.input),n}var _initCloneArray=initCloneArray;exports._initCloneArray=_initCloneArray;\\n}, {}];\\nwindow.modules[\"1436\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_lodash__cloneArrayBuffer=require(1528),_vendor_browser_lodash__cloneDataView=require(1529),_vendor_browser_lodash__cloneRegExp=require(1530),_vendor_browser_lodash__cloneSymbol=require(1531),_vendor_browser_lodash__cloneTypedArray=require(1495),boolTag=\"[object Boolean]\",dateTag=\"[object Date]\",mapTag=\"[object Map]\",numberTag=\"[object Number]\",regexpTag=\"[object RegExp]\",setTag=\"[object Set]\",stringTag=\"[object String]\",symbolTag=\"[object Symbol]\",arrayBufferTag=\"[object ArrayBuffer]\",dataViewTag=\"[object DataView]\",float32Tag=\"[object Float32Array]\",float64Tag=\"[object Float64Array]\",int8Tag=\"[object Int8Array]\",int16Tag=\"[object Int16Array]\",int32Tag=\"[object Int32Array]\",uint8Tag=\"[object Uint8Array]\",uint8ClampedTag=\"[object Uint8ClampedArray]\",uint16Tag=\"[object Uint16Array]\",uint32Tag=\"[object Uint32Array]\";function initCloneByTag(e,a,r){var o=e.constructor;switch(a){case arrayBufferTag:return _vendor_browser_lodash__cloneArrayBuffer._cloneArrayBuffer(e);case boolTag:case dateTag:return new o(+e);case dataViewTag:return _vendor_browser_lodash__cloneDataView._cloneDataView(e,r);case float32Tag:case float64Tag:case int8Tag:case int16Tag:case int32Tag:case uint8Tag:case uint8ClampedTag:case uint16Tag:case uint32Tag:return _vendor_browser_lodash__cloneTypedArray._cloneTypedArray(e,r);case mapTag:return new o;case numberTag:case stringTag:return new o(e);case regexpTag:return _vendor_browser_lodash__cloneRegExp._cloneRegExp(e);case setTag:return new o;case symbolTag:return _vendor_browser_lodash__cloneSymbol._cloneSymbol(e)}}var _initCloneByTag=initCloneByTag;exports._initCloneByTag=_initCloneByTag;\\n}, {\"1495\":1495,\"1528\":1528,\"1529\":1529,\"1530\":1530,\"1531\":1531}];\\nwindow.modules[\"1437\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_lodash__DataView=require(1357),_vendor_browser_lodash__Map=require(1372),_vendor_browser_lodash__Promise=require(1379),_vendor_browser_lodash__Set=require(1380),_vendor_browser_lodash__WeakMap=require(1392),_vendor_browser_lodash__baseGetTag=require(757),_vendor_browser_lodash__toSource=require(1471),mapTag=\"[object Map]\",objectTag=\"[object Object]\",promiseTag=\"[object Promise]\",setTag=\"[object Set]\",weakMapTag=\"[object WeakMap]\",dataViewTag=\"[object DataView]\",dataViewCtorString=_vendor_browser_lodash__toSource._toSource(_vendor_browser_lodash__DataView._DataView),mapCtorString=_vendor_browser_lodash__toSource._toSource(_vendor_browser_lodash__Map._Map),promiseCtorString=_vendor_browser_lodash__toSource._toSource(_vendor_browser_lodash__Promise._Promise),setCtorString=_vendor_browser_lodash__toSource._toSource(_vendor_browser_lodash__Set._Set),weakMapCtorString=_vendor_browser_lodash__toSource._toSource(_vendor_browser_lodash__WeakMap._WeakMap),getTag=_vendor_browser_lodash__baseGetTag._baseGetTag;(_vendor_browser_lodash__DataView._DataView&&getTag(new _vendor_browser_lodash__DataView._DataView(new ArrayBuffer(1)))!=dataViewTag||_vendor_browser_lodash__Map._Map&&getTag(new _vendor_browser_lodash__Map._Map)!=mapTag||_vendor_browser_lodash__Promise._Promise&&getTag(_vendor_browser_lodash__Promise._Promise.resolve())!=promiseTag||_vendor_browser_lodash__Set._Set&&getTag(new _vendor_browser_lodash__Set._Set)!=setTag||_vendor_browser_lodash__WeakMap._WeakMap&&getTag(new _vendor_browser_lodash__WeakMap._WeakMap)!=weakMapTag)&&(getTag=function(e){var _=_vendor_browser_lodash__baseGetTag._baseGetTag(e),r=_==objectTag?e.constructor:void 0,o=r?_vendor_browser_lodash__toSource._toSource(r):\"\";if(o)switch(o){case dataViewCtorString:return dataViewTag;case mapCtorString:return mapTag;case promiseCtorString:return promiseTag;case setCtorString:return setTag;case weakMapCtorString:return weakMapTag}return _});var _getTag=getTag;exports._getTag=_getTag;\\n}, {\"757\":757,\"1357\":1357,\"1372\":1372,\"1379\":1379,\"1380\":1380,\"1392\":1392,\"1471\":1471}];\\nwindow.modules[\"1438\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_lodash__baseCreate=require(1442),_vendor_browser_lodash__getPrototype=require(1554),_vendor_browser_lodash__isPrototype=require(1481);function initCloneObject(e){return\"function\"!=typeof e.constructor||_vendor_browser_lodash__isPrototype._isPrototype(e)?{}:_vendor_browser_lodash__baseCreate._baseCreate(_vendor_browser_lodash__getPrototype._getPrototype(e))}var _initCloneObject=initCloneObject;exports._initCloneObject=_initCloneObject;\\n}, {\"1442\":1442,\"1481\":1481,\"1554\":1554}];\\nwindow.modules[\"1439\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_lodash__baseIsMap=require(1466),_vendor_browser_lodash__baseUnary=require(1500),_vendor_browser_lodash__nodeUtil=require(1561),nodeIsMap=_vendor_browser_lodash__nodeUtil._nodeUtil&&_vendor_browser_lodash__nodeUtil._nodeUtil.isMap,isMap=nodeIsMap?_vendor_browser_lodash__baseUnary._baseUnary(nodeIsMap):_vendor_browser_lodash__baseIsMap._baseIsMap,isMap_1=isMap;exports.isMap_1=isMap_1;\\n}, {\"1466\":1466,\"1500\":1500,\"1561\":1561}];\\nwindow.modules[\"1440\"] = [function(require,module,exports){\"use strict\";var _typeof=function(t){return t&&\"undefined\"!=typeof Symbol&&t.constructor===Symbol?\"symbol\":typeof t};function isObject(t){var e=void 0===t?\"undefined\":_typeof(t);return null!=t&&(\"object\"==e||\"function\"==e)}var isObject_1=isObject;exports.isObject_1=isObject_1;\\n}, {}];\\nwindow.modules[\"1441\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_lodash__baseIsSet=require(1472),_vendor_browser_lodash__baseUnary=require(1500),_vendor_browser_lodash__nodeUtil=require(1561),nodeIsSet=_vendor_browser_lodash__nodeUtil._nodeUtil&&_vendor_browser_lodash__nodeUtil._nodeUtil.isSet,isSet=nodeIsSet?_vendor_browser_lodash__baseUnary._baseUnary(nodeIsSet):_vendor_browser_lodash__baseIsSet._baseIsSet,isSet_1=isSet;exports.isSet_1=isSet_1;\\n}, {\"1472\":1472,\"1500\":1500,\"1561\":1561}];\\nwindow.modules[\"1442\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_lodash_isObject=require(1440),objectCreate=Object.create,baseCreate=function(){var e=function(){};return function(r){if(!_vendor_browser_lodash_isObject.isObject_1(r))return{};if(objectCreate)return objectCreate(r);e.prototype=r;var t=new e;return e.prototype=void 0,t}}(),_baseCreate=baseCreate;exports._baseCreate=_baseCreate;\\n}, {\"1440\":1440}];\\nwindow.modules[\"1443\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_lodash__baseFor=require(1448),_vendor_browser_lodash_keys=require(1423);function baseForOwn(r,e){return r&&_vendor_browser_lodash__baseFor._baseFor(r,e,_vendor_browser_lodash_keys.keys_1)}var _baseForOwn=baseForOwn;exports._baseForOwn=_baseForOwn;\\n}, {\"1423\":1423,\"1448\":1448}];\\nwindow.modules[\"1444\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_lodash_isArrayLike=require(1486);function createBaseEach(r,e){return function(a,s){if(null==a)return a;if(!_vendor_browser_lodash_isArrayLike.isArrayLike_1(a))return r(a,s);for(var t=a.length,c=e?t:-1,i=Object(a);(e?c--:++c<t)&&!1!==s(i[c],c,i););return a}}var _createBaseEach=createBaseEach;exports._createBaseEach=_createBaseEach;\\n}, {\"1486\":1486}];\\nwindow.modules[\"1445\"] = [function(require,module,exports){\"use strict\";function baseFindIndex(e,n,d,r){for(var i=e.length,s=d+(r?1:-1);r?s--:++s<i;)if(n(e[s],s,e))return s;return-1}var _baseFindIndex=baseFindIndex;exports._baseFindIndex=_baseFindIndex;\\n}, {}];\\nwindow.modules[\"1448\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_lodash__createBaseFor=require(1449),baseFor=_vendor_browser_lodash__createBaseFor._createBaseFor(),_baseFor=baseFor;exports._baseFor=_baseFor;\\n}, {\"1449\":1449}];\\nwindow.modules[\"1449\"] = [function(require,module,exports){\"use strict\";function createBaseFor(e){return function(r,a,t){for(var c=-1,o=Object(r),s=t(r),n=s.length;n--;){var u=s[e?n:++c];if(!1===a(o[u],u,o))break}return r}}var _createBaseFor=createBaseFor;exports._createBaseFor=_createBaseFor;\\n}, {}];\\nwindow.modules[\"1450\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_lodash__castPath=require(1451),_vendor_browser_lodash__toKey=require(1452);function baseGet(e,_){for(var r=0,t=(_=_vendor_browser_lodash__castPath._castPath(_,e)).length;null!=e&&r<t;)e=e[_vendor_browser_lodash__toKey._toKey(_[r++])];return r&&r==t?e:void 0}var _baseGet=baseGet;exports._baseGet=_baseGet;\\n}, {\"1451\":1451,\"1452\":1452}];\\nwindow.modules[\"1451\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_lodash_isArray=require(1403),_vendor_browser_lodash__isKey=require(1489),_vendor_browser_lodash__stringToPath=require(758),_vendor_browser_lodash_toString=require(1526);function castPath(r,_){return _vendor_browser_lodash_isArray.isArray_1(r)?r:_vendor_browser_lodash__isKey._isKey(r,_)?[r]:_vendor_browser_lodash__stringToPath._stringToPath(_vendor_browser_lodash_toString.toString_1(r))}var _castPath=castPath;exports._castPath=_castPath;\\n}, {\"758\":758,\"1403\":1403,\"1489\":1489,\"1526\":1526}];\\nwindow.modules[\"1452\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_lodash_isSymbol=require(1515),INFINITY=1/0;function toKey(o){if(\"string\"==typeof o||_vendor_browser_lodash_isSymbol.isSymbol_1(o))return o;var r=o+\"\";return\"0\"==r&&1/o==-INFINITY?\"-0\":r}var _toKey=toKey;exports._toKey=_toKey;\\n}, {\"1515\":1515}];\\nwindow.modules[\"1453\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_lodash__arrayPush=require(1408),_vendor_browser_lodash_isArray=require(1403);function baseGetAllKeys(r,s,e){var a=s(r);return _vendor_browser_lodash_isArray.isArray_1(r)?a:_vendor_browser_lodash__arrayPush._arrayPush(a,e(r))}var _baseGetAllKeys=baseGetAllKeys;exports._baseGetAllKeys=_baseGetAllKeys;\\n}, {\"1403\":1403,\"1408\":1408}];\\nwindow.modules[\"1454\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_lodash__Symbol=require(1390),objectProto=Object.prototype,hasOwnProperty=objectProto.hasOwnProperty,nativeObjectToString=objectProto.toString,symToStringTag=_vendor_browser_lodash__Symbol._Symbol?_vendor_browser_lodash__Symbol._Symbol.toStringTag:void 0;function getRawTag(o){var r=hasOwnProperty.call(o,symToStringTag),t=o[symToStringTag];try{o[symToStringTag]=void 0;var a=!0}catch(o){}var e=nativeObjectToString.call(o);return a&&(r?o[symToStringTag]=t:delete o[symToStringTag]),e}var _getRawTag=getRawTag;exports._getRawTag=_getRawTag;\\n}, {\"1390\":1390}];\\nwindow.modules[\"1455\"] = [function(require,module,exports){\"use strict\";var objectProto=Object.prototype,nativeObjectToString=objectProto.toString;function objectToString(t){return nativeObjectToString.call(t)}var _objectToString=objectToString;exports._objectToString=_objectToString;\\n}, {}];\\nwindow.modules[\"1456\"] = [function(require,module,exports){\"use strict\";function baseHasIn(s,a){return null!=s&&a in Object(s)}var _baseHasIn=baseHasIn;exports._baseHasIn=_baseHasIn;\\n}, {}];\\nwindow.modules[\"1459\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_lodash__baseGetTag=require(757),_vendor_browser_lodash_isObjectLike=require(1460),argsTag=\"[object Arguments]\";function baseIsArguments(e){return _vendor_browser_lodash_isObjectLike.isObjectLike_1(e)&&_vendor_browser_lodash__baseGetTag._baseGetTag(e)==argsTag}var _baseIsArguments=baseIsArguments;exports._baseIsArguments=_baseIsArguments;\\n}, {\"757\":757,\"1460\":1460}];\\nwindow.modules[\"1460\"] = [function(require,module,exports){\"use strict\";function isObjectLike(e){return null!=e&&\"object\"==typeof e}var isObjectLike_1=isObjectLike;exports.isObjectLike_1=isObjectLike_1;\\n}, {}];\\nwindow.modules[\"1461\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_lodash__baseIsEqualDeep=require(1462),_vendor_browser_lodash_isObjectLike=require(1460);function baseIsEqual(e,s,_,a,r){return e===s||(null==e||null==s||!_vendor_browser_lodash_isObjectLike.isObjectLike_1(e)&&!_vendor_browser_lodash_isObjectLike.isObjectLike_1(s)?e!=e&&s!=s:_vendor_browser_lodash__baseIsEqualDeep._baseIsEqualDeep(e,s,_,a,baseIsEqual,r))}var _baseIsEqual=baseIsEqual;exports._baseIsEqual=_baseIsEqual;\\n}, {\"1460\":1460,\"1462\":1462}];\\nwindow.modules[\"1462\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_lodash__Stack=require(1384),_vendor_browser_lodash__equalArrays=require(1463),_vendor_browser_lodash__equalByTag=require(1464),_vendor_browser_lodash__equalObjects=require(1465),_vendor_browser_lodash__getTag=require(1437),_vendor_browser_lodash_isArray=require(1403),_vendor_browser_lodash_isBuffer=require(1404),_vendor_browser_lodash_isTypedArray=require(1406),COMPARE_PARTIAL_FLAG=1,argsTag=\"[object Arguments]\",arrayTag=\"[object Array]\",objectTag=\"[object Object]\",objectProto=Object.prototype,hasOwnProperty=objectProto.hasOwnProperty;function baseIsEqualDeep(r,e,_,a,s,o){var d=_vendor_browser_lodash_isArray.isArray_1(r),t=_vendor_browser_lodash_isArray.isArray_1(e),l=d?arrayTag:_vendor_browser_lodash__getTag._getTag(r),b=t?arrayTag:_vendor_browser_lodash__getTag._getTag(e),u=(l=l==argsTag?objectTag:l)==objectTag,n=(b=b==argsTag?objectTag:b)==objectTag,g=l==b;if(g&&_vendor_browser_lodash_isBuffer.isBuffer_1(r)){if(!_vendor_browser_lodash_isBuffer.isBuffer_1(e))return!1;d=!0,u=!1}if(g&&!u)return o||(o=new _vendor_browser_lodash__Stack._Stack),d||_vendor_browser_lodash_isTypedArray.isTypedArray_1(r)?_vendor_browser_lodash__equalArrays._equalArrays(r,e,_,a,s,o):_vendor_browser_lodash__equalByTag._equalByTag(r,e,l,_,a,s,o);if(!(_&COMPARE_PARTIAL_FLAG)){var i=u&&hasOwnProperty.call(r,\"__wrapped__\"),y=n&&hasOwnProperty.call(e,\"__wrapped__\");if(i||y){var w=i?r.value():r,c=y?e.value():e;return o||(o=new _vendor_browser_lodash__Stack._Stack),s(w,c,_,a,o)}}return!!g&&(o||(o=new _vendor_browser_lodash__Stack._Stack),_vendor_browser_lodash__equalObjects._equalObjects(r,e,_,a,s,o))}var _baseIsEqualDeep=baseIsEqualDeep;exports._baseIsEqualDeep=_baseIsEqualDeep;\\n}, {\"1384\":1384,\"1403\":1403,\"1404\":1404,\"1406\":1406,\"1437\":1437,\"1463\":1463,\"1464\":1464,\"1465\":1465}];\\nwindow.modules[\"1463\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_lodash__SetCache=require(1381),_vendor_browser_lodash__arraySome=require(1410),_vendor_browser_lodash__cacheHas=require(1519),COMPARE_PARTIAL_FLAG=1,COMPARE_UNORDERED_FLAG=2;function equalArrays(e,r,_,a,s,o){var t=_&COMPARE_PARTIAL_FLAG,n=e.length,i=r.length;if(n!=i&&!(t&&i>n))return!1;var h=o.get(e),u=o.get(r);if(h&&u)return h==r&&u==e;var A=-1,c=!0,d=_&COMPARE_UNORDERED_FLAG?new _vendor_browser_lodash__SetCache._SetCache:void 0;for(o.set(e,r),o.set(r,e);++A<n;){var l=e[A],v=r[A];if(a)var f=t?a(v,l,A,r,e,o):a(l,v,A,e,r,o);if(void 0!==f){if(f)continue;c=!1;break}if(d){if(!_vendor_browser_lodash__arraySome._arraySome(r,function(e,r){if(!_vendor_browser_lodash__cacheHas._cacheHas(d,r)&&(l===e||s(l,e,_,a,o)))return d.push(r)})){c=!1;break}}else if(l!==v&&!s(l,v,_,a,o)){c=!1;break}}return o.delete(e),o.delete(r),c}var _equalArrays=equalArrays;exports._equalArrays=_equalArrays;\\n}, {\"1381\":1381,\"1410\":1410,\"1519\":1519}];\\nwindow.modules[\"1464\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_lodash__Symbol=require(1390),_vendor_browser_lodash__Uint8Array=require(1391),_vendor_browser_lodash_eq=require(1416),_vendor_browser_lodash__equalArrays=require(1463),_vendor_browser_lodash__mapToArray=require(1547),_vendor_browser_lodash__setToArray=require(1521),COMPARE_PARTIAL_FLAG=1,COMPARE_UNORDERED_FLAG=2,boolTag=\"[object Boolean]\",dateTag=\"[object Date]\",errorTag=\"[object Error]\",mapTag=\"[object Map]\",numberTag=\"[object Number]\",regexpTag=\"[object RegExp]\",setTag=\"[object Set]\",stringTag=\"[object String]\",symbolTag=\"[object Symbol]\",arrayBufferTag=\"[object ArrayBuffer]\",dataViewTag=\"[object DataView]\",symbolProto=_vendor_browser_lodash__Symbol._Symbol?_vendor_browser_lodash__Symbol._Symbol.prototype:void 0,symbolValueOf=symbolProto?symbolProto.valueOf:void 0;function equalByTag(r,e,a,o,_,s,t){switch(a){case dataViewTag:if(r.byteLength!=e.byteLength||r.byteOffset!=e.byteOffset)return!1;r=r.buffer,e=e.buffer;case arrayBufferTag:return!(r.byteLength!=e.byteLength||!s(new _vendor_browser_lodash__Uint8Array._Uint8Array(r),new _vendor_browser_lodash__Uint8Array._Uint8Array(e)));case boolTag:case dateTag:case numberTag:return _vendor_browser_lodash_eq.eq_1(+r,+e);case errorTag:return r.name==e.name&&r.message==e.message;case regexpTag:case stringTag:return r==e+\"\";case mapTag:var b=_vendor_browser_lodash__mapToArray._mapToArray;case setTag:var l=o&COMPARE_PARTIAL_FLAG;if(b||(b=_vendor_browser_lodash__setToArray._setToArray),r.size!=e.size&&!l)return!1;var y=t.get(r);if(y)return y==e;o|=COMPARE_UNORDERED_FLAG,t.set(r,e);var n=_vendor_browser_lodash__equalArrays._equalArrays(b(r),b(e),o,_,s,t);return t.delete(r),n;case symbolTag:if(symbolValueOf)return symbolValueOf.call(r)==symbolValueOf.call(e)}return!1}var _equalByTag=equalByTag;exports._equalByTag=_equalByTag;\\n}, {\"1390\":1390,\"1391\":1391,\"1416\":1416,\"1463\":1463,\"1521\":1521,\"1547\":1547}];\\nwindow.modules[\"1465\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_lodash__getAllKeys=require(1433);function _instanceof(e,t){return null!=t&&\"undefined\"!=typeof Symbol&&t[Symbol.hasInstance]?!!t[Symbol.hasInstance](e):e instanceof t}var COMPARE_PARTIAL_FLAG=1,objectProto=Object.prototype,hasOwnProperty=objectProto.hasOwnProperty;function equalObjects(e,t,r,o,n,s){var a=r&COMPARE_PARTIAL_FLAG,l=_vendor_browser_lodash__getAllKeys._getAllKeys(e),c=l.length;if(c!=_vendor_browser_lodash__getAllKeys._getAllKeys(t).length&&!a)return!1;for(var _=c;_--;){var u=l[_];if(!(a?u in t:hasOwnProperty.call(t,u)))return!1}var i=s.get(e),f=s.get(t);if(i&&f)return i==t&&f==e;var v=!0;s.set(e,t),s.set(t,e);for(var y=a;++_<c;){var b=e[u=l[_]],A=t[u];if(o)var d=a?o(A,b,u,t,e,s):o(b,A,u,e,t,s);if(!(void 0===d?b===A||n(b,A,r,o,s):d)){v=!1;break}y||(y=\"constructor\"==u)}if(v&&!y){var O=e.constructor,g=t.constructor;!(O!=g&&\"constructor\"in e&&\"constructor\"in t)||\"function\"==typeof O&&_instanceof(O,O)&&\"function\"==typeof g&&_instanceof(g,g)||(v=!1)}return s.delete(e),s.delete(t),v}var _equalObjects=equalObjects;exports._equalObjects=_equalObjects;\\n}, {\"1433\":1433}];\\nwindow.modules[\"1466\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_lodash__getTag=require(1437),_vendor_browser_lodash_isObjectLike=require(1460),mapTag=\"[object Map]\";function baseIsMap(e){return _vendor_browser_lodash_isObjectLike.isObjectLike_1(e)&&_vendor_browser_lodash__getTag._getTag(e)==mapTag}var _baseIsMap=baseIsMap;exports._baseIsMap=_baseIsMap;\\n}, {\"1437\":1437,\"1460\":1460}];\\nwindow.modules[\"1467\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_lodash__Stack=require(1384),_vendor_browser_lodash__baseIsEqual=require(1461),COMPARE_PARTIAL_FLAG=1,COMPARE_UNORDERED_FLAG=2;function baseIsMatch(r,_,a,e){var s=a.length,t=s,o=!e;if(null==r)return!t;for(r=Object(r);s--;){var n=a[s];if(o&&n[2]?n[1]!==r[n[0]]:!(n[0]in r))return!1}for(;++s<t;){var b=(n=a[s])[0],i=r[b],u=n[1];if(o&&n[2]){if(void 0===i&&!(b in r))return!1}else{var v=new _vendor_browser_lodash__Stack._Stack;if(e)var c=e(i,u,b,r,_,v);if(!(void 0===c?_vendor_browser_lodash__baseIsEqual._baseIsEqual(u,i,COMPARE_PARTIAL_FLAG|COMPARE_UNORDERED_FLAG,e,v):c))return!1}}return!0}var _baseIsMatch=baseIsMatch;exports._baseIsMatch=_baseIsMatch;\\n}, {\"1384\":1384,\"1461\":1461}];\\nwindow.modules[\"1468\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_lodash_isFunction=require(1469),_vendor_browser_lodash__isMasked=require(1470),_vendor_browser_lodash_isObject=require(1440),_vendor_browser_lodash__toSource=require(1471),reRegExpChar=/[\\\\\\\\^$.*+?()[\\\\]{}|]/g,reIsHostCtor=/^\\\\[object .+?Constructor\\\\]$/,funcProto=Function.prototype,objectProto=Object.prototype,funcToString=funcProto.toString,hasOwnProperty=objectProto.hasOwnProperty,reIsNative=RegExp(\"^\"+funcToString.call(hasOwnProperty).replace(reRegExpChar,\"\\\\\\\\$&\").replace(/hasOwnProperty|(function).*?(?=\\\\\\\\\\\\()| for .+?(?=\\\\\\\\\\\\])/g,\"$1.*?\")+\"$\");function baseIsNative(e){return!(!_vendor_browser_lodash_isObject.isObject_1(e)||_vendor_browser_lodash__isMasked._isMasked(e))&&(_vendor_browser_lodash_isFunction.isFunction_1(e)?reIsNative:reIsHostCtor).test(_vendor_browser_lodash__toSource._toSource(e))}var _baseIsNative=baseIsNative;exports._baseIsNative=_baseIsNative;\\n}, {\"1440\":1440,\"1469\":1469,\"1470\":1470,\"1471\":1471}];\\nwindow.modules[\"1469\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_lodash__baseGetTag=require(757),_vendor_browser_lodash_isObject=require(1440),asyncTag=\"[object AsyncFunction]\",funcTag=\"[object Function]\",genTag=\"[object GeneratorFunction]\",proxyTag=\"[object Proxy]\";function isFunction(e){if(!_vendor_browser_lodash_isObject.isObject_1(e))return!1;var n=_vendor_browser_lodash__baseGetTag._baseGetTag(e);return n==funcTag||n==genTag||n==asyncTag||n==proxyTag}var isFunction_1=isFunction;exports.isFunction_1=isFunction_1;\\n}, {\"757\":757,\"1440\":1440}];\\nwindow.modules[\"1470\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_lodash__coreJsData=require(1535),maskSrcKey=function(){var s=/[^.]+$/.exec(_vendor_browser_lodash__coreJsData._coreJsData&&_vendor_browser_lodash__coreJsData._coreJsData.keys&&_vendor_browser_lodash__coreJsData._coreJsData.keys.IE_PROTO||\"\");return s?\"Symbol(src)_1.\"+s:\"\"}();function isMasked(s){return!!maskSrcKey&&maskSrcKey in s}var _isMasked=isMasked;exports._isMasked=_isMasked;\\n}, {\"1535\":1535}];\\nwindow.modules[\"1471\"] = [function(require,module,exports){\"use strict\";var funcProto=Function.prototype,funcToString=funcProto.toString;function toSource(t){if(null!=t){try{return funcToString.call(t)}catch(t){}try{return t+\"\"}catch(t){}}return\"\"}var _toSource=toSource;exports._toSource=_toSource;\\n}, {}];\\nwindow.modules[\"1472\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_lodash__getTag=require(1437),_vendor_browser_lodash_isObjectLike=require(1460),setTag=\"[object Set]\";function baseIsSet(e){return _vendor_browser_lodash_isObjectLike.isObjectLike_1(e)&&_vendor_browser_lodash__getTag._getTag(e)==setTag}var _baseIsSet=baseIsSet;exports._baseIsSet=_baseIsSet;\\n}, {\"1437\":1437,\"1460\":1460}];\\nwindow.modules[\"1473\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_lodash__baseGetTag=require(757),_vendor_browser_lodash_isLength=require(1474),_vendor_browser_lodash_isObjectLike=require(1460),argsTag=\"[object Arguments]\",arrayTag=\"[object Array]\",boolTag=\"[object Boolean]\",dateTag=\"[object Date]\",errorTag=\"[object Error]\",funcTag=\"[object Function]\",mapTag=\"[object Map]\",numberTag=\"[object Number]\",objectTag=\"[object Object]\",regexpTag=\"[object RegExp]\",setTag=\"[object Set]\",stringTag=\"[object String]\",weakMapTag=\"[object WeakMap]\",arrayBufferTag=\"[object ArrayBuffer]\",dataViewTag=\"[object DataView]\",float32Tag=\"[object Float32Array]\",float64Tag=\"[object Float64Array]\",int8Tag=\"[object Int8Array]\",int16Tag=\"[object Int16Array]\",int32Tag=\"[object Int32Array]\",uint8Tag=\"[object Uint8Array]\",uint8ClampedTag=\"[object Uint8ClampedArray]\",uint16Tag=\"[object Uint16Array]\",uint32Tag=\"[object Uint32Array]\",typedArrayTags={};function baseIsTypedArray(a){return _vendor_browser_lodash_isObjectLike.isObjectLike_1(a)&&_vendor_browser_lodash_isLength.isLength_1(a.length)&&!!typedArrayTags[_vendor_browser_lodash__baseGetTag._baseGetTag(a)]}typedArrayTags[float32Tag]=typedArrayTags[float64Tag]=typedArrayTags[int8Tag]=typedArrayTags[int16Tag]=typedArrayTags[int32Tag]=typedArrayTags[uint8Tag]=typedArrayTags[uint8ClampedTag]=typedArrayTags[uint16Tag]=typedArrayTags[uint32Tag]=!0,typedArrayTags[argsTag]=typedArrayTags[arrayTag]=typedArrayTags[arrayBufferTag]=typedArrayTags[boolTag]=typedArrayTags[dataViewTag]=typedArrayTags[dateTag]=typedArrayTags[errorTag]=typedArrayTags[funcTag]=typedArrayTags[mapTag]=typedArrayTags[numberTag]=typedArrayTags[objectTag]=typedArrayTags[regexpTag]=typedArrayTags[setTag]=typedArrayTags[stringTag]=typedArrayTags[weakMapTag]=!1;var _baseIsTypedArray=baseIsTypedArray;exports._baseIsTypedArray=_baseIsTypedArray;\\n}, {\"757\":757,\"1460\":1460,\"1474\":1474}];\\nwindow.modules[\"1474\"] = [function(require,module,exports){\"use strict\";var MAX_SAFE_INTEGER=9007199254740991;function isLength(t){return\"number\"==typeof t&&t>-1&&t%1==0&&t<=MAX_SAFE_INTEGER}var isLength_1=isLength;exports.isLength_1=isLength_1;\\n}, {}];\\nwindow.modules[\"1475\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_lodash__baseMatches=require(1476),_vendor_browser_lodash__baseMatchesProperty=require(1477),_vendor_browser_lodash_identity=require(1478),_vendor_browser_lodash_isArray=require(1403),_vendor_browser_lodash_property=require(1479);function baseIteratee(e){return\"function\"==typeof e?e:null==e?_vendor_browser_lodash_identity.identity_1:\"object\"==typeof e?_vendor_browser_lodash_isArray.isArray_1(e)?_vendor_browser_lodash__baseMatchesProperty._baseMatchesProperty(e[0],e[1]):_vendor_browser_lodash__baseMatches._baseMatches(e):_vendor_browser_lodash_property.property_1(e)}var _baseIteratee=baseIteratee;exports._baseIteratee=_baseIteratee;\\n}, {\"1403\":1403,\"1476\":1476,\"1477\":1477,\"1478\":1478,\"1479\":1479}];\\nwindow.modules[\"1476\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_lodash__baseIsMatch=require(1467),_vendor_browser_lodash__getMatchData=require(1487),_vendor_browser_lodash__matchesStrictComparable=require(1488);function baseMatches(a){var e=_vendor_browser_lodash__getMatchData._getMatchData(a);return 1==e.length&&e[0][2]?_vendor_browser_lodash__matchesStrictComparable._matchesStrictComparable(e[0][0],e[0][1]):function(r){return r===a||_vendor_browser_lodash__baseIsMatch._baseIsMatch(r,a,e)}}var _baseMatches=baseMatches;exports._baseMatches=_baseMatches;\\n}, {\"1467\":1467,\"1487\":1487,\"1488\":1488}];\\nwindow.modules[\"1477\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_lodash__baseIsEqual=require(1461),_vendor_browser_lodash_get=require(569),_vendor_browser_lodash_hasIn=require(1490),_vendor_browser_lodash__isKey=require(1489),_vendor_browser_lodash__isStrictComparable=require(1491),_vendor_browser_lodash__matchesStrictComparable=require(1488),_vendor_browser_lodash__toKey=require(1452),COMPARE_PARTIAL_FLAG=1,COMPARE_UNORDERED_FLAG=2;function baseMatchesProperty(r,e){return _vendor_browser_lodash__isKey._isKey(r)&&_vendor_browser_lodash__isStrictComparable._isStrictComparable(e)?_vendor_browser_lodash__matchesStrictComparable._matchesStrictComparable(_vendor_browser_lodash__toKey._toKey(r),e):function(_){var s=_vendor_browser_lodash_get.get_1(_,r);return void 0===s&&s===e?_vendor_browser_lodash_hasIn.hasIn_1(_,r):_vendor_browser_lodash__baseIsEqual._baseIsEqual(e,s,COMPARE_PARTIAL_FLAG|COMPARE_UNORDERED_FLAG)}}var _baseMatchesProperty=baseMatchesProperty;exports._baseMatchesProperty=_baseMatchesProperty;\\n}, {\"569\":569,\"1452\":1452,\"1461\":1461,\"1488\":1488,\"1489\":1489,\"1490\":1490,\"1491\":1491}];\\nwindow.modules[\"1478\"] = [function(require,module,exports){\"use strict\";function identity(t){return t}var identity_1=identity;exports.identity_1=identity_1;\\n}, {}];\\nwindow.modules[\"1479\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_lodash__baseProperty=require(1412),_vendor_browser_lodash__basePropertyDeep=require(1506),_vendor_browser_lodash__isKey=require(1489),_vendor_browser_lodash__toKey=require(1452);function property(e){return _vendor_browser_lodash__isKey._isKey(e)?_vendor_browser_lodash__baseProperty._baseProperty(_vendor_browser_lodash__toKey._toKey(e)):_vendor_browser_lodash__basePropertyDeep._basePropertyDeep(e)}var property_1=property;exports.property_1=property_1;\\n}, {\"1412\":1412,\"1452\":1452,\"1489\":1489,\"1506\":1506}];\\nwindow.modules[\"1480\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_lodash__isPrototype=require(1481),_vendor_browser_lodash__nativeKeys=require(1482),objectProto=Object.prototype,hasOwnProperty=objectProto.hasOwnProperty;function baseKeys(e){if(!_vendor_browser_lodash__isPrototype._isPrototype(e))return _vendor_browser_lodash__nativeKeys._nativeKeys(e);var r=[];for(var o in Object(e))hasOwnProperty.call(e,o)&&\"constructor\"!=o&&r.push(o);return r}var _baseKeys=baseKeys;exports._baseKeys=_baseKeys;\\n}, {\"1481\":1481,\"1482\":1482}];\\nwindow.modules[\"1481\"] = [function(require,module,exports){\"use strict\";var objectProto=Object.prototype;function isPrototype(t){var o=t&&t.constructor;return t===(\"function\"==typeof o&&o.prototype||objectProto)}var _isPrototype=isPrototype;exports._isPrototype=_isPrototype;\\n}, {}];\\nwindow.modules[\"1482\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_lodash__overArg=require(1555),nativeKeys=_vendor_browser_lodash__overArg._overArg(Object.keys,Object),_nativeKeys=nativeKeys;exports._nativeKeys=_nativeKeys;\\n}, {\"1555\":1555}];\\nwindow.modules[\"1483\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_lodash_isObject=require(1440),_vendor_browser_lodash__isPrototype=require(1481),_vendor_browser_lodash__nativeKeysIn=require(1484),objectProto=Object.prototype,hasOwnProperty=objectProto.hasOwnProperty;function baseKeysIn(e){if(!_vendor_browser_lodash_isObject.isObject_1(e))return _vendor_browser_lodash__nativeKeysIn._nativeKeysIn(e);var r=_vendor_browser_lodash__isPrototype._isPrototype(e),s=[];for(var o in e)(\"constructor\"!=o||!r&&hasOwnProperty.call(e,o))&&s.push(o);return s}var _baseKeysIn=baseKeysIn;exports._baseKeysIn=_baseKeysIn;\\n}, {\"1440\":1440,\"1481\":1481,\"1484\":1484}];\\nwindow.modules[\"1484\"] = [function(require,module,exports){\"use strict\";function nativeKeysIn(n){var e=[];if(null!=n)for(var t in Object(n))e.push(t);return e}var _nativeKeysIn=nativeKeysIn;exports._nativeKeysIn=_nativeKeysIn;\\n}, {}];\\nwindow.modules[\"1485\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_lodash__baseEach=require(1420),_vendor_browser_lodash_isArrayLike=require(1486);function baseMap(r,a){var e=-1,s=_vendor_browser_lodash_isArrayLike.isArrayLike_1(r)?Array(r.length):[];return _vendor_browser_lodash__baseEach._baseEach(r,function(r,_,o){s[++e]=a(r,_,o)}),s}var _baseMap=baseMap;exports._baseMap=_baseMap;\\n}, {\"1420\":1420,\"1486\":1486}];\\nwindow.modules[\"1486\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_lodash_isFunction=require(1469),_vendor_browser_lodash_isLength=require(1474);function isArrayLike(r){return null!=r&&_vendor_browser_lodash_isLength.isLength_1(r.length)&&!_vendor_browser_lodash_isFunction.isFunction_1(r)}var isArrayLike_1=isArrayLike;exports.isArrayLike_1=isArrayLike_1;\\n}, {\"1469\":1469,\"1474\":1474}];\\nwindow.modules[\"1487\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_lodash__isStrictComparable=require(1491),_vendor_browser_lodash_keys=require(1423);function getMatchData(r){for(var a=_vendor_browser_lodash_keys.keys_1(r),e=a.length;e--;){var t=a[e],_=r[t];a[e]=[t,_,_vendor_browser_lodash__isStrictComparable._isStrictComparable(_)]}return a}var _getMatchData=getMatchData;exports._getMatchData=_getMatchData;\\n}, {\"1423\":1423,\"1491\":1491}];\\nwindow.modules[\"1488\"] = [function(require,module,exports){\"use strict\";function matchesStrictComparable(t,r){return function(a){return null!=a&&(a[t]===r&&(void 0!==r||t in Object(a)))}}var _matchesStrictComparable=matchesStrictComparable;exports._matchesStrictComparable=_matchesStrictComparable;\\n}, {}];\\nwindow.modules[\"1489\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_lodash_isArray=require(1403),_vendor_browser_lodash_isSymbol=require(1515),_typeof=function(r){return r&&\"undefined\"!=typeof Symbol&&r.constructor===Symbol?\"symbol\":typeof r},reIsDeepProp=/\\\\.|\\\\[(?:[^[\\\\]]*|([\"\\'])(?:(?!\\\\1)[^\\\\\\\\]|\\\\\\\\.)*?\\\\1)\\\\]/,reIsPlainProp=/^\\\\w*$/;function isKey(r,e){if(_vendor_browser_lodash_isArray.isArray_1(r))return!1;var o=void 0===r?\"undefined\":_typeof(r);return!(\"number\"!=o&&\"symbol\"!=o&&\"boolean\"!=o&&null!=r&&!_vendor_browser_lodash_isSymbol.isSymbol_1(r))||(reIsPlainProp.test(r)||!reIsDeepProp.test(r)||null!=e&&r in Object(e))}var _isKey=isKey;exports._isKey=_isKey;\\n}, {\"1403\":1403,\"1515\":1515}];\\nwindow.modules[\"1490\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_lodash__baseHasIn=require(1456),_vendor_browser_lodash__hasPath=require(1557);function hasIn(s,a){return null!=s&&_vendor_browser_lodash__hasPath._hasPath(s,a,_vendor_browser_lodash__baseHasIn._baseHasIn)}var hasIn_1=hasIn;exports.hasIn_1=hasIn_1;\\n}, {\"1456\":1456,\"1557\":1557}];\\nwindow.modules[\"1491\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_lodash_isObject=require(1440);function isStrictComparable(r){return r==r&&!_vendor_browser_lodash_isObject.isObject_1(r)}var _isStrictComparable=isStrictComparable;exports._isStrictComparable=_isStrictComparable;\\n}, {\"1440\":1440}];\\nwindow.modules[\"1495\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_lodash__cloneArrayBuffer=require(1528);function cloneTypedArray(r,e){var o=e?_vendor_browser_lodash__cloneArrayBuffer._cloneArrayBuffer(r.buffer):r.buffer;return new r.constructor(o,r.byteOffset,r.length)}var _cloneTypedArray=cloneTypedArray;exports._cloneTypedArray=_cloneTypedArray;\\n}, {\"1528\":1528}];\\nwindow.modules[\"1497\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_lodash__baseGetTag=require(757),_vendor_browser_lodash__getPrototype=require(1554),_vendor_browser_lodash_isObjectLike=require(1460);function _instanceof(e,t){return null!=t&&\"undefined\"!=typeof Symbol&&t[Symbol.hasInstance]?!!t[Symbol.hasInstance](e):e instanceof t}var objectTag=\"[object Object]\",funcProto=Function.prototype,objectProto=Object.prototype,funcToString=funcProto.toString,hasOwnProperty=objectProto.hasOwnProperty,objectCtorString=funcToString.call(Object);function isPlainObject(e){if(!_vendor_browser_lodash_isObjectLike.isObjectLike_1(e)||_vendor_browser_lodash__baseGetTag._baseGetTag(e)!=objectTag)return!1;var t=_vendor_browser_lodash__getPrototype._getPrototype(e);if(null===t)return!0;var o=hasOwnProperty.call(t,\"constructor\")&&t.constructor;return\"function\"==typeof o&&_instanceof(o,o)&&funcToString.call(o)==objectCtorString}var isPlainObject_1=isPlainObject;exports.isPlainObject_1=isPlainObject_1;\\n}, {\"757\":757,\"1460\":1460,\"1554\":1554}];\\nwindow.modules[\"1499\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_lodash__arrayMap=require(1407),_vendor_browser_lodash__baseGet=require(1450),_vendor_browser_lodash__baseIteratee=require(1475),_vendor_browser_lodash__baseMap=require(1485),_vendor_browser_lodash__baseSortBy=require(1501),_vendor_browser_lodash__baseUnary=require(1500),_vendor_browser_lodash__compareMultiple=require(1502),_vendor_browser_lodash_identity=require(1478),_vendor_browser_lodash_isArray=require(1403);function baseOrderBy(r,e,_){e=e.length?_vendor_browser_lodash__arrayMap._arrayMap(e,function(r){return _vendor_browser_lodash_isArray.isArray_1(r)?function(e){return _vendor_browser_lodash__baseGet._baseGet(e,1===r.length?r[0]:r)}:r}):[_vendor_browser_lodash_identity.identity_1];var a=-1;e=_vendor_browser_lodash__arrayMap._arrayMap(e,_vendor_browser_lodash__baseUnary._baseUnary(_vendor_browser_lodash__baseIteratee._baseIteratee));var s=_vendor_browser_lodash__baseMap._baseMap(r,function(r,_,s){return{criteria:_vendor_browser_lodash__arrayMap._arrayMap(e,function(e){return e(r)}),index:++a,value:r}});return _vendor_browser_lodash__baseSortBy._baseSortBy(s,function(r,e){return _vendor_browser_lodash__compareMultiple._compareMultiple(r,e,_)})}var _baseOrderBy=baseOrderBy;exports._baseOrderBy=_baseOrderBy;\\n}, {\"1403\":1403,\"1407\":1407,\"1450\":1450,\"1475\":1475,\"1478\":1478,\"1485\":1485,\"1500\":1500,\"1501\":1501,\"1502\":1502}];\\nwindow.modules[\"1500\"] = [function(require,module,exports){\"use strict\";function baseUnary(r){return function(a){return r(a)}}var _baseUnary=baseUnary;exports._baseUnary=_baseUnary;\\n}, {}];\\nwindow.modules[\"1501\"] = [function(require,module,exports){\"use strict\";function baseSortBy(r,t){var e=r.length;for(r.sort(t);e--;)r[e]=r[e].value;return r}var _baseSortBy=baseSortBy;exports._baseSortBy=_baseSortBy;\\n}, {}];\\nwindow.modules[\"1502\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_lodash__compareAscending=require(1532);function compareMultiple(e,r,i){for(var c=-1,n=e.criteria,o=r.criteria,a=n.length,p=i.length;++c<a;){var t=_vendor_browser_lodash__compareAscending._compareAscending(n[c],o[c]);if(t)return c>=p?t:t*(\"desc\"==i[c]?-1:1)}return e.index-r.index}var _compareMultiple=compareMultiple;exports._compareMultiple=_compareMultiple;\\n}, {\"1532\":1532}];\\nwindow.modules[\"1506\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_lodash__baseGet=require(1450);function basePropertyDeep(e){return function(r){return _vendor_browser_lodash__baseGet._baseGet(r,e)}}var _basePropertyDeep=basePropertyDeep;exports._basePropertyDeep=_basePropertyDeep;\\n}, {\"1450\":1450}];\\nwindow.modules[\"1508\"] = [function(require,module,exports){\"use strict\";var MAX_SAFE_INTEGER=9007199254740991,nativeFloor=Math.floor;function baseRepeat(e,a){var t=\"\";if(!e||a<1||a>MAX_SAFE_INTEGER)return t;do{a%2&&(t+=e),(a=nativeFloor(a/2))&&(e+=e)}while(a);return t}var _baseRepeat=baseRepeat;exports._baseRepeat=_baseRepeat;\\n}, {}];\\nwindow.modules[\"1514\"] = [function(require,module,exports){\"use strict\";function baseSlice(e,r,a){var s=-1,c=e.length;r<0&&(r=-r>c?0:c+r),(a=a>c?c:a)<0&&(a+=c),c=r>a?0:a-r>>>0,r>>>=0;for(var i=Array(c);++s<c;)i[s]=e[s+r];return i}var _baseSlice=baseSlice;exports._baseSlice=_baseSlice;\\n}, {}];\\nwindow.modules[\"1515\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_lodash__baseGetTag=require(757),_vendor_browser_lodash_isObjectLike=require(1460),_typeof=function(e){return e&&\"undefined\"!=typeof Symbol&&e.constructor===Symbol?\"symbol\":typeof e},symbolTag=\"[object Symbol]\";function isSymbol(e){return\"symbol\"==(void 0===e?\"undefined\":_typeof(e))||_vendor_browser_lodash_isObjectLike.isObjectLike_1(e)&&_vendor_browser_lodash__baseGetTag._baseGetTag(e)==symbolTag}var isSymbol_1=isSymbol;exports.isSymbol_1=isSymbol_1;\\n}, {\"757\":757,\"1460\":1460}];\\nwindow.modules[\"1516\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_lodash__trimmedEndIndex=require(1517),reTrimStart=/^\\\\s+/;function baseTrim(r){return r?r.slice(0,_vendor_browser_lodash__trimmedEndIndex._trimmedEndIndex(r)+1).replace(reTrimStart,\"\"):r}var _baseTrim=baseTrim;exports._baseTrim=_baseTrim;\\n}, {\"1517\":1517}];\\nwindow.modules[\"1517\"] = [function(require,module,exports){\"use strict\";var reWhitespace=/\\\\s/;function trimmedEndIndex(e){for(var r=e.length;r--&&reWhitespace.test(e.charAt(r)););return r}var _trimmedEndIndex=trimmedEndIndex;exports._trimmedEndIndex=_trimmedEndIndex;\\n}, {}];\\nwindow.modules[\"1519\"] = [function(require,module,exports){\"use strict\";function cacheHas(a,c){return a.has(c)}var _cacheHas=cacheHas;exports._cacheHas=_cacheHas;\\n}, {}];\\nwindow.modules[\"1521\"] = [function(require,module,exports){\"use strict\";function setToArray(r){var t=-1,a=Array(r.size);return r.forEach(function(r){a[++t]=r}),a}var _setToArray=setToArray;exports._setToArray=_setToArray;\\n}, {}];\\nwindow.modules[\"1525\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_lodash_identity=require(1478);function castFunction(t){return\"function\"==typeof t?t:_vendor_browser_lodash_identity.identity_1}var _castFunction=castFunction;exports._castFunction=_castFunction;\\n}, {\"1478\":1478}];\\nwindow.modules[\"1526\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_lodash__baseToString=require(759);function toString(r){return null==r?\"\":_vendor_browser_lodash__baseToString._baseToString(r)}var toString_1=toString;exports.toString_1=toString_1;\\n}, {\"759\":759}];\\nwindow.modules[\"1527\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_lodash__baseSlice=require(1514);function castSlice(e,s,c){var r=e.length;return c=void 0===c?r:c,!s&&c>=r?e:_vendor_browser_lodash__baseSlice._baseSlice(e,s,c)}var _castSlice=castSlice;exports._castSlice=_castSlice;\\n}, {\"1514\":1514}];\\nwindow.modules[\"1528\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_lodash__Uint8Array=require(1391);function cloneArrayBuffer(r){var e=new r.constructor(r.byteLength);return new _vendor_browser_lodash__Uint8Array._Uint8Array(e).set(new _vendor_browser_lodash__Uint8Array._Uint8Array(r)),e}var _cloneArrayBuffer=cloneArrayBuffer;exports._cloneArrayBuffer=_cloneArrayBuffer;\\n}, {\"1391\":1391}];\\nwindow.modules[\"1529\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_lodash__cloneArrayBuffer=require(1528);function cloneDataView(e,r){var a=r?_vendor_browser_lodash__cloneArrayBuffer._cloneArrayBuffer(e.buffer):e.buffer;return new e.constructor(a,e.byteOffset,e.byteLength)}var _cloneDataView=cloneDataView;exports._cloneDataView=_cloneDataView;\\n}, {\"1528\":1528}];\\nwindow.modules[\"1530\"] = [function(require,module,exports){\"use strict\";var reFlags=/\\\\w*$/;function cloneRegExp(e){var n=new e.constructor(e.source,reFlags.exec(e));return n.lastIndex=e.lastIndex,n}var _cloneRegExp=cloneRegExp;exports._cloneRegExp=_cloneRegExp;\\n}, {}];\\nwindow.modules[\"1531\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_lodash__Symbol=require(1390),symbolProto=_vendor_browser_lodash__Symbol._Symbol?_vendor_browser_lodash__Symbol._Symbol.prototype:void 0,symbolValueOf=symbolProto?symbolProto.valueOf:void 0;function cloneSymbol(o){return symbolValueOf?Object(symbolValueOf.call(o)):{}}var _cloneSymbol=cloneSymbol;exports._cloneSymbol=_cloneSymbol;\\n}, {\"1390\":1390}];\\nwindow.modules[\"1532\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_lodash_isSymbol=require(1515);function compareAscending(r,o){if(r!==o){var e=void 0!==r,s=null===r,n=r==r,i=_vendor_browser_lodash_isSymbol.isSymbol_1(r),_=void 0!==o,d=null===o,l=o==o,c=_vendor_browser_lodash_isSymbol.isSymbol_1(o);if(!d&&!c&&!i&&r>o||i&&_&&l&&!d&&!c||s&&_&&l||!e&&l||!n)return 1;if(!s&&!i&&!c&&r<o||c&&e&&n&&!s&&!i||d&&e&&n||!_&&n||!l)return-1}return 0}var _compareAscending=compareAscending;exports._compareAscending=_compareAscending;\\n}, {\"1515\":1515}];\\nwindow.modules[\"1533\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_lodash__arrayFilter=require(1396),_vendor_browser_lodash_stubArray=require(1556),objectProto=Object.prototype,propertyIsEnumerable=objectProto.propertyIsEnumerable,nativeGetSymbols=Object.getOwnPropertySymbols,getSymbols=nativeGetSymbols?function(r){return null==r?[]:(r=Object(r),_vendor_browser_lodash__arrayFilter._arrayFilter(nativeGetSymbols(r),function(e){return propertyIsEnumerable.call(r,e)}))}:_vendor_browser_lodash_stubArray.stubArray_1,_getSymbols=getSymbols;exports._getSymbols=_getSymbols;\\n}, {\"1396\":1396,\"1556\":1556}];\\nwindow.modules[\"1534\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_lodash__arrayPush=require(1408),_vendor_browser_lodash__getPrototype=require(1554),_vendor_browser_lodash__getSymbols=require(1533),_vendor_browser_lodash_stubArray=require(1556),nativeGetSymbols=Object.getOwnPropertySymbols,getSymbolsIn=nativeGetSymbols?function(r){for(var e=[];r;)_vendor_browser_lodash__arrayPush._arrayPush(e,_vendor_browser_lodash__getSymbols._getSymbols(r)),r=_vendor_browser_lodash__getPrototype._getPrototype(r);return e}:_vendor_browser_lodash_stubArray.stubArray_1,_getSymbolsIn=getSymbolsIn;exports._getSymbolsIn=_getSymbolsIn;\\n}, {\"1408\":1408,\"1533\":1533,\"1554\":1554,\"1556\":1556}];\\nwindow.modules[\"1535\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_lodash__root=require(1359),coreJsData=_vendor_browser_lodash__root._root[\"__core-js_shared__\"],_coreJsData=coreJsData;exports._coreJsData=_coreJsData;\\n}, {\"1359\":1359}];\\nwindow.modules[\"1540\"] = [function(require,module,exports){\"use strict\";var rsAstralRange=\"\\\\ud800-\\\\udfff\",rsComboMarksRange=\"\\\\\\\\u0300-\\\\\\\\u036f\",reComboHalfMarksRange=\"\\\\\\\\ufe20-\\\\\\\\ufe2f\",rsComboSymbolsRange=\"\\\\\\\\u20d0-\\\\\\\\u20ff\",rsComboRange=rsComboMarksRange+reComboHalfMarksRange+rsComboSymbolsRange,rsVarRange=\"\\\\\\\\ufe0e\\\\\\\\ufe0f\",rsZWJ=\"\\\\\\\\u200d\",reHasUnicode=RegExp(\"[\"+rsZWJ+rsAstralRange+rsComboRange+rsVarRange+\"]\");function hasUnicode(e){return reHasUnicode.test(e)}var _hasUnicode=hasUnicode;exports._hasUnicode=_hasUnicode;\\n}, {}];\\nwindow.modules[\"1541\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_lodash__asciiToArray=require(1413),_vendor_browser_lodash__hasUnicode=require(1540),_vendor_browser_lodash__unicodeToArray=require(1564);function stringToArray(r){return _vendor_browser_lodash__hasUnicode._hasUnicode(r)?_vendor_browser_lodash__unicodeToArray._unicodeToArray(r):_vendor_browser_lodash__asciiToArray._asciiToArray(r)}var _stringToArray=stringToArray;exports._stringToArray=_stringToArray;\\n}, {\"1413\":1413,\"1540\":1540,\"1564\":1564}];\\nwindow.modules[\"1542\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_lodash__baseIteratee=require(1475),_vendor_browser_lodash_isArrayLike=require(1486),_vendor_browser_lodash_keys=require(1423);function createFind(e){return function(r,_,s){var a=Object(r);if(!_vendor_browser_lodash_isArrayLike.isArrayLike_1(r)){var o=_vendor_browser_lodash__baseIteratee._baseIteratee(_);r=_vendor_browser_lodash_keys.keys_1(r),_=function(e){return o(a[e],e,a)}}var t=e(r,_,s);return t>-1?a[o?r[t]:t]:void 0}}var _createFind=createFind;exports._createFind=_createFind;\\n}, {\"1423\":1423,\"1475\":1475,\"1486\":1486}];\\nwindow.modules[\"1543\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_lodash__baseRepeat=require(1508),_vendor_browser_lodash__baseToString=require(759),_vendor_browser_lodash__castSlice=require(1527),_vendor_browser_lodash__hasUnicode=require(1540),_vendor_browser_lodash__stringSize=require(1544),_vendor_browser_lodash__stringToArray=require(1541),nativeCeil=Math.ceil;function createPadding(e,r){var _=(r=void 0===r?\" \":_vendor_browser_lodash__baseToString._baseToString(r)).length;if(_<2)return _?_vendor_browser_lodash__baseRepeat._baseRepeat(r,e):r;var s=_vendor_browser_lodash__baseRepeat._baseRepeat(r,nativeCeil(e/_vendor_browser_lodash__stringSize._stringSize(r)));return _vendor_browser_lodash__hasUnicode._hasUnicode(r)?_vendor_browser_lodash__castSlice._castSlice(_vendor_browser_lodash__stringToArray._stringToArray(s),0,e).join(\"\"):s.slice(0,e)}var _createPadding=createPadding;exports._createPadding=_createPadding;\\n}, {\"759\":759,\"1508\":1508,\"1527\":1527,\"1540\":1540,\"1541\":1541,\"1544\":1544}];\\nwindow.modules[\"1544\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_lodash__asciiSize=require(1411),_vendor_browser_lodash__hasUnicode=require(1540),_vendor_browser_lodash__unicodeSize=require(1563);function stringSize(e){return _vendor_browser_lodash__hasUnicode._hasUnicode(e)?_vendor_browser_lodash__unicodeSize._unicodeSize(e):_vendor_browser_lodash__asciiSize._asciiSize(e)}var _stringSize=stringSize;exports._stringSize=_stringSize;\\n}, {\"1411\":1411,\"1540\":1540,\"1563\":1563}];\\nwindow.modules[\"1547\"] = [function(require,module,exports){\"use strict\";function mapToArray(r){var a=-1,o=Array(r.size);return r.forEach(function(r,p){o[++a]=[p,r]}),o}var _mapToArray=mapToArray;exports._mapToArray=_mapToArray;\\n}, {}];\\nwindow.modules[\"1550\"] = [function(require,module,exports){\"use strict\";var _vendor_browser__commonjsHelpers=require(937),freeGlobal=\"object\"==typeof _vendor_browser__commonjsHelpers.commonjsGlobal&&_vendor_browser__commonjsHelpers.commonjsGlobal&&_vendor_browser__commonjsHelpers.commonjsGlobal.Object===Object&&_vendor_browser__commonjsHelpers.commonjsGlobal,_freeGlobal=freeGlobal;exports._freeGlobal=_freeGlobal;\\n}, {\"937\":937}];\\nwindow.modules[\"1551\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_lodash__isKeyable=require(1552);function getMapData(a,e){var t=a.__data__;return _vendor_browser_lodash__isKeyable._isKeyable(e)?t[\"string\"==typeof e?\"string\":\"hash\"]:t.map}var _getMapData=getMapData;exports._getMapData=_getMapData;\\n}, {\"1552\":1552}];\\nwindow.modules[\"1552\"] = [function(require,module,exports){\"use strict\";var _typeof=function(e){return e&&\"undefined\"!=typeof Symbol&&e.constructor===Symbol?\"symbol\":typeof e};function isKeyable(e){var o=void 0===e?\"undefined\":_typeof(e);return\"string\"==o||\"number\"==o||\"symbol\"==o||\"boolean\"==o?\"__proto__\"!==e:null===e}var _isKeyable=isKeyable;exports._isKeyable=_isKeyable;\\n}, {}];\\nwindow.modules[\"1553\"] = [function(require,module,exports){\"use strict\";function getValue(e,t){return null==e?void 0:e[t]}var _getValue=getValue;exports._getValue=_getValue;\\n}, {}];\\nwindow.modules[\"1554\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_lodash__overArg=require(1555),getPrototype=_vendor_browser_lodash__overArg._overArg(Object.getPrototypeOf,Object),_getPrototype=getPrototype;exports._getPrototype=_getPrototype;\\n}, {\"1555\":1555}];\\nwindow.modules[\"1555\"] = [function(require,module,exports){\"use strict\";function overArg(r,e){return function(o){return r(e(o))}}var _overArg=overArg;exports._overArg=_overArg;\\n}, {}];\\nwindow.modules[\"1556\"] = [function(require,module,exports){\"use strict\";function stubArray(){return[]}var stubArray_1=stubArray;exports.stubArray_1=stubArray_1;\\n}, {}];\\nwindow.modules[\"1557\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_lodash__castPath=require(1451),_vendor_browser_lodash_isArguments=require(1402),_vendor_browser_lodash_isArray=require(1403),_vendor_browser_lodash__isIndex=require(1405),_vendor_browser_lodash_isLength=require(1474),_vendor_browser_lodash__toKey=require(1452);function hasPath(r,_,s){for(var e=-1,o=(_=_vendor_browser_lodash__castPath._castPath(_,r)).length,a=!1;++e<o;){var h=_vendor_browser_lodash__toKey._toKey(_[e]);if(!(a=null!=r&&s(r,h)))break;r=r[h]}return a||++e!=o?a:!!(o=null==r?0:r.length)&&_vendor_browser_lodash_isLength.isLength_1(o)&&_vendor_browser_lodash__isIndex._isIndex(h,o)&&(_vendor_browser_lodash_isArray.isArray_1(r)||_vendor_browser_lodash_isArguments.isArguments_1(r))}var _hasPath=hasPath;exports._hasPath=_hasPath;\\n}, {\"1402\":1402,\"1403\":1403,\"1405\":1405,\"1451\":1451,\"1452\":1452,\"1474\":1474}];\\nwindow.modules[\"1558\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_lodash__getNative=require(1358),nativeCreate=_vendor_browser_lodash__getNative._getNative(Object,\"create\"),_nativeCreate=nativeCreate;exports._nativeCreate=_nativeCreate;\\n}, {\"1358\":1358}];\\nwindow.modules[\"1559\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_lodash_memoize=require(1560),MAX_MEMOIZE_SIZE=500;function memoizeCapped(e){var m=_vendor_browser_lodash_memoize.memoize_1(e,function(e){return o.size===MAX_MEMOIZE_SIZE&&o.clear(),e}),o=m.cache;return m}var _memoizeCapped=memoizeCapped;exports._memoizeCapped=_memoizeCapped;\\n}, {\"1560\":1560}];\\nwindow.modules[\"1560\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_lodash__MapCache=require(1373),FUNC_ERROR_TEXT=\"Expected a function\";function memoize(e,a){if(\"function\"!=typeof e||null!=a&&\"function\"!=typeof a)throw new TypeError(FUNC_ERROR_TEXT);var r=function(){var o=arguments,_=a?a.apply(this,o):o[0],c=r.cache;if(c.has(_))return c.get(_);var n=e.apply(this,o);return r.cache=c.set(_,n)||c,n};return r.cache=new(memoize.Cache||_vendor_browser_lodash__MapCache._MapCache),r}memoize.Cache=_vendor_browser_lodash__MapCache._MapCache;var memoize_1=memoize;exports.memoize_1=memoize_1;\\n}, {\"1373\":1373}];\\nwindow.modules[\"1561\"] = [function(require,module,exports){\"use strict\";var _vendor_browser__commonjsHelpers=require(937),_vendor_browser_lodash__freeGlobal=require(1550),_nodeUtil=_vendor_browser__commonjsHelpers.createCommonjsModule(function(e,r){var o=r&&!r.nodeType&&r,_=o&&e&&!e.nodeType&&e,s=_&&_.exports===o&&_vendor_browser_lodash__freeGlobal._freeGlobal.process,n=function(){try{var e=_&&_.require&&_.require(\"util\").types;return e||s&&s.binding&&s.binding(\"util\")}catch(e){}}();e.exports=n});exports._nodeUtil=_nodeUtil;\\n}, {\"937\":937,\"1550\":1550}];\\nwindow.modules[\"1563\"] = [function(require,module,exports){\"use strict\";var rsAstralRange=\"\\\\ud800-\\\\udfff\",rsComboMarksRange=\"\\\\\\\\u0300-\\\\\\\\u036f\",reComboHalfMarksRange=\"\\\\\\\\ufe20-\\\\\\\\ufe2f\",rsComboSymbolsRange=\"\\\\\\\\u20d0-\\\\\\\\u20ff\",rsComboRange=rsComboMarksRange+reComboHalfMarksRange+rsComboSymbolsRange,rsVarRange=\"\\\\\\\\ufe0e\\\\\\\\ufe0f\",rsAstral=\"[\"+rsAstralRange+\"]\",rsCombo=\"[\"+rsComboRange+\"]\",rsFitz=\"\\\\ud83c[\\\\udffb-\\\\udfff]\",rsModifier=\"(?:\"+rsCombo+\"|\"+rsFitz+\")\",rsNonAstral=\"[^\"+rsAstralRange+\"]\",rsRegional=\"(?:\\\\ud83c[\\\\udde6-\\\\uddff]){2}\",rsSurrPair=\"[\\\\ud800-\\\\udbff][\\\\udc00-\\\\udfff]\",rsZWJ=\"\\\\\\\\u200d\",reOptMod=rsModifier+\"?\",rsOptVar=\"[\"+rsVarRange+\"]?\",rsOptJoin=\"(?:\"+rsZWJ+\"(?:\"+[rsNonAstral,rsRegional,rsSurrPair].join(\"|\")+\")\"+rsOptVar+reOptMod+\")*\",rsSeq=rsOptVar+reOptMod+rsOptJoin,rsSymbol=\"(?:\"+[rsNonAstral+rsCombo+\"?\",rsCombo,rsRegional,rsSurrPair,rsAstral].join(\"|\")+\")\",reUnicode=RegExp(rsFitz+\"(?=\"+rsFitz+\")|\"+rsSymbol+rsSeq,\"g\");function unicodeSize(r){for(var s=reUnicode.lastIndex=0;reUnicode.test(r);)++s;return s}var _unicodeSize=unicodeSize;exports._unicodeSize=_unicodeSize;\\n}, {}];\\nwindow.modules[\"1564\"] = [function(require,module,exports){\"use strict\";var rsAstralRange=\"\\\\ud800-\\\\udfff\",rsComboMarksRange=\"\\\\\\\\u0300-\\\\\\\\u036f\",reComboHalfMarksRange=\"\\\\\\\\ufe20-\\\\\\\\ufe2f\",rsComboSymbolsRange=\"\\\\\\\\u20d0-\\\\\\\\u20ff\",rsComboRange=rsComboMarksRange+reComboHalfMarksRange+rsComboSymbolsRange,rsVarRange=\"\\\\\\\\ufe0e\\\\\\\\ufe0f\",rsAstral=\"[\"+rsAstralRange+\"]\",rsCombo=\"[\"+rsComboRange+\"]\",rsFitz=\"\\\\ud83c[\\\\udffb-\\\\udfff]\",rsModifier=\"(?:\"+rsCombo+\"|\"+rsFitz+\")\",rsNonAstral=\"[^\"+rsAstralRange+\"]\",rsRegional=\"(?:\\\\ud83c[\\\\udde6-\\\\uddff]){2}\",rsSurrPair=\"[\\\\ud800-\\\\udbff][\\\\udc00-\\\\udfff]\",rsZWJ=\"\\\\\\\\u200d\",reOptMod=rsModifier+\"?\",rsOptVar=\"[\"+rsVarRange+\"]?\",rsOptJoin=\"(?:\"+rsZWJ+\"(?:\"+[rsNonAstral,rsRegional,rsSurrPair].join(\"|\")+\")\"+rsOptVar+reOptMod+\")*\",rsSeq=rsOptVar+reOptMod+rsOptJoin,rsSymbol=\"(?:\"+[rsNonAstral+rsCombo+\"?\",rsCombo,rsRegional,rsSurrPair,rsAstral].join(\"|\")+\")\",reUnicode=RegExp(rsFitz+\"(?=\"+rsFitz+\")|\"+rsSymbol+rsSeq,\"g\");function unicodeToArray(r){return r.match(reUnicode)||[]}var _unicodeToArray=unicodeToArray;exports._unicodeToArray=_unicodeToArray;\\n}, {}];\\nwindow.modules[\"1568\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_lodash__baseTrim=require(1516),_vendor_browser_lodash_isObject=require(1440),_vendor_browser_lodash_isSymbol=require(1515),NAN=NaN,reIsBadHex=/^[-+]0x[0-9a-f]+$/i,reIsBinary=/^0b[01]+$/i,reIsOctal=/^0o[0-7]+$/i,freeParseInt=parseInt;function toNumber(e){if(\"number\"==typeof e)return e;if(_vendor_browser_lodash_isSymbol.isSymbol_1(e))return NAN;if(_vendor_browser_lodash_isObject.isObject_1(e)){var r=\"function\"==typeof e.valueOf?e.valueOf():e;e=_vendor_browser_lodash_isObject.isObject_1(r)?r+\"\":r}if(\"string\"!=typeof e)return 0===e?e:+e;e=_vendor_browser_lodash__baseTrim._baseTrim(e);var s=reIsBinary.test(e);return s||reIsOctal.test(e)?freeParseInt(e.slice(2),s?2:8):reIsBadHex.test(e)?NAN:+e}var toNumber_1=toNumber;exports.toNumber_1=toNumber_1;\\n}, {\"1440\":1440,\"1515\":1515,\"1516\":1516}];\\nwindow.modules[\"1569\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_lodash__baseFindIndex=require(1445),_vendor_browser_lodash__baseIteratee=require(1475),_vendor_browser_lodash_toInteger=require(1570),nativeMax=Math.max;function findIndex(e,r,n){var _=null==e?0:e.length;if(!_)return-1;var d=null==n?0:_vendor_browser_lodash_toInteger.toInteger_1(n);return d<0&&(d=nativeMax(_+d,0)),_vendor_browser_lodash__baseFindIndex._baseFindIndex(e,_vendor_browser_lodash__baseIteratee._baseIteratee(r),d)}var findIndex_1=findIndex;exports.findIndex_1=findIndex_1;\\n}, {\"1445\":1445,\"1475\":1475,\"1570\":1570}];\\nwindow.modules[\"1570\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_lodash_toFinite=require(1584);function toInteger(e){var t=_vendor_browser_lodash_toFinite.toFinite_1(e),r=t%1;return t==t?r?t-r:t:0}var toInteger_1=toInteger;exports.toInteger_1=toInteger_1;\\n}, {\"1584\":1584}];\\nwindow.modules[\"1571\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_lodash__arrayEach=require(1395),_vendor_browser_lodash__baseEach=require(1420),_vendor_browser_lodash__castFunction=require(1525),_vendor_browser_lodash_isArray=require(1403);function forEach(r,_){return(_vendor_browser_lodash_isArray.isArray_1(r)?_vendor_browser_lodash__arrayEach._arrayEach:_vendor_browser_lodash__baseEach._baseEach)(r,_vendor_browser_lodash__castFunction._castFunction(_))}var forEach_1=forEach;exports.forEach_1=forEach_1;\\n}, {\"1395\":1395,\"1403\":1403,\"1420\":1420,\"1525\":1525}];\\nwindow.modules[\"1573\"] = [function(require,module,exports){\"use strict\";function stubFalse(){return!1}var stubFalse_1=stubFalse;exports.stubFalse_1=stubFalse_1;\\n}, {}];\\nwindow.modules[\"1578\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_lodash__baseOrderBy=require(1499),_vendor_browser_lodash_isArray=require(1403);function orderBy(r,e,_,s){return null==r?[]:(_vendor_browser_lodash_isArray.isArray_1(e)||(e=null==e?[]:[e]),_=s?void 0:_,_vendor_browser_lodash_isArray.isArray_1(_)||(_=null==_?[]:[_]),_vendor_browser_lodash__baseOrderBy._baseOrderBy(r,e,_))}var orderBy_1=orderBy;exports.orderBy_1=orderBy_1;\\n}, {\"1403\":1403,\"1499\":1499}];\\nwindow.modules[\"1579\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_lodash__createPadding=require(1543),_vendor_browser_lodash__stringSize=require(1544),_vendor_browser_lodash_toInteger=require(1570),_vendor_browser_lodash_toString=require(1526);function padStart(r,e,_){r=_vendor_browser_lodash_toString.toString_1(r);var t=(e=_vendor_browser_lodash_toInteger.toInteger_1(e))?_vendor_browser_lodash__stringSize._stringSize(r):0;return e&&t<e?_vendor_browser_lodash__createPadding._createPadding(e-t,_)+r:r}var padStart_1=padStart;exports.padStart_1=padStart_1;\\n}, {\"1526\":1526,\"1543\":1543,\"1544\":1544,\"1570\":1570}];\\nwindow.modules[\"1584\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_lodash_toNumber=require(1568),INFINITY=1/0,MAX_INTEGER=1.7976931348623157e308;function toFinite(e){return e?(e=_vendor_browser_lodash_toNumber.toNumber_1(e))===INFINITY||e===-INFINITY?(e<0?-1:1)*MAX_INTEGER:e==e?e:0:0===e?e:0}var toFinite_1=toFinite;exports.toFinite_1=toFinite_1;\\n}, {\"1568\":1568}];\\nwindow.modules[\"1611\"] = [function(require,module,exports){\"use strict\";function hasOwnProperty(e,r){return Object.prototype.hasOwnProperty.call(e,r)}var decode=function(e,r,t,o){r=r||\"&\",t=t||\"=\";var n={};if(\"string\"!=typeof e||0===e.length)return n;var a=/\\\\+/g;e=e.split(r);var s=1e3;o&&\"number\"==typeof o.maxKeys&&(s=o.maxKeys);var p=e.length;s>0&&p>s&&(p=s);for(var c=0;c<p;++c){var d,u,y,i,f=e[c].replace(a,\"%20\"),v=f.indexOf(t);v>=0?(d=f.substr(0,v),u=f.substr(v+1)):(d=f,u=\"\"),y=decodeURIComponent(d),i=decodeURIComponent(u),hasOwnProperty(n,y)?Array.isArray(n[y])?n[y].push(i):n[y]=[n[y],i]:n[y]=i}return n};exports.decode=decode;\\n}, {}];\\nwindow.modules[\"1612\"] = [function(require,module,exports){\"use strict\";var _typeof=function(e){return e&&\"undefined\"!=typeof Symbol&&e.constructor===Symbol?\"symbol\":typeof e},stringifyPrimitive=function(e){switch(void 0===e?\"undefined\":_typeof(e)){case\"string\":return e;case\"boolean\":return e?\"true\":\"false\";case\"number\":return isFinite(e)?e:\"\";default:return\"\"}},encode=function(e,n,i,t){return n=n||\"&\",i=i||\"=\",null===e&&(e=void 0),\"object\"==typeof e?Object.keys(e).map(function(t){var o=encodeURIComponent(stringifyPrimitive(t))+i;return Array.isArray(e[t])?e[t].map(function(e){return o+encodeURIComponent(stringifyPrimitive(e))}).join(n):o+encodeURIComponent(stringifyPrimitive(e[t]))}).join(n):t?encodeURIComponent(stringifyPrimitive(t))+i+encodeURIComponent(stringifyPrimitive(e)):\"\"};exports.encode=encode;\\n}, {}];\\nwindow.modules[\"1613\"] = [function(require,module,exports){\"use strict\";var _vendor_browser__commonjsHelpers=require(937),_vendor_browser_querystring_decode=require(1611),_vendor_browser_querystring_encode=require(1612),querystring=_vendor_browser__commonjsHelpers.createCommonjsModule(function(e,r){r.decode=r.parse=_vendor_browser_querystring_decode.decode,r.encode=r.stringify=_vendor_browser_querystring_encode.encode});exports.querystring=querystring;\\n}, {\"937\":937,\"1611\":1611,\"1612\":1612}];\\nwindow.modules[\"1614\"] = [function(require,module,exports){(function (process){(function (){\\n\"use strict\";var _vendor_browser__popperjs_core_lib_modifiers_applyStyles=require(1004),_vendor_browser__popperjs_core_lib_popper=require(1025),BOX_CLASS=\"tippy-box\",CONTENT_CLASS=\"tippy-content\",BACKDROP_CLASS=\"tippy-backdrop\",ARROW_CLASS=\"tippy-arrow\",SVG_ARROW_CLASS=\"tippy-svg-arrow\",TOUCH_OPTIONS={passive:!0,capture:!0},TIPPY_DEFAULT_APPEND_TO=function(){return document.body};function hasOwnProperty(e,t){return{}.hasOwnProperty.call(e,t)}function getValueAtIndexOrReturn(e,t,n){if(Array.isArray(e)){var r=e[t];return null==r?Array.isArray(n)?n[t]:n:r}return e}function isType(e,t){var n={}.toString.call(e);return 0===n.indexOf(\"[object\")&&n.indexOf(t+\"]\")>-1}function invokeWithArgsOrReturn(e,t){return\"function\"==typeof e?e.apply(void 0,t):e}function debounce(e,t){return 0===t?e:function(r){clearTimeout(n),n=setTimeout(function(){e(r)},t)};var n}function removeProperties(e,t){var n=Object.assign({},e);return t.forEach(function(e){delete n[e]}),n}function splitBySpaces(e){return e.split(/\\\\s+/).filter(Boolean)}function normalizeToArray(e){return[].concat(e)}function pushIfUnique(e,t){-1===e.indexOf(t)&&e.push(t)}function unique(e){return e.filter(function(t,n){return e.indexOf(t)===n})}function getBasePlacement(e){return e.split(\"-\")[0]}function arrayFrom(e){return[].slice.call(e)}function removeUndefinedProps(e){return Object.keys(e).reduce(function(t,n){return void 0!==e[n]&&(t[n]=e[n]),t},{})}function div(){return document.createElement(\"div\")}function isElement(e){return[\"Element\",\"Fragment\"].some(function(t){return isType(e,t)})}function isNodeList(e){return isType(e,\"NodeList\")}function isMouseEvent(e){return isType(e,\"MouseEvent\")}function isReferenceElement(e){return!(!e||!e._tippy||e._tippy.reference!==e)}function getArrayOfElements(e){return isElement(e)?[e]:isNodeList(e)?arrayFrom(e):Array.isArray(e)?e:arrayFrom(document.querySelectorAll(e))}function setTransitionDuration(e,t){e.forEach(function(e){e&&(e.style.transitionDuration=t+\"ms\")})}function setVisibilityState(e,t){e.forEach(function(e){e&&e.setAttribute(\"data-state\",t)})}function getOwnerDocument(e){var t,n=normalizeToArray(e)[0];return null!=n&&null!=(t=n.ownerDocument)&&t.body?n.ownerDocument:document}function isCursorOutsideInteractiveBorder(e,t){var n=t.clientX,r=t.clientY;return e.every(function(e){var t=e.popperRect,i=e.popperState,o=e.props.interactiveBorder,s=getBasePlacement(i.placement),a=i.modifiersData.offset;if(!a)return!0;var u=\"bottom\"===s?a.top.y:0,p=\"top\"===s?a.bottom.y:0,c=\"right\"===s?a.left.x:0,d=\"left\"===s?a.right.x:0,l=t.top-r+u>o,f=r-t.bottom-p>o,v=t.left-n+c>o,m=n-t.right-d>o;return l||f||v||m})}function updateTransitionEndListener(e,t,n){var r=t+\"EventListener\";[\"transitionend\",\"webkitTransitionEnd\"].forEach(function(t){e[r](t,n)})}function actualContains(e,t){for(var n=t;n;){var r;if(e.contains(n))return!0;n=null==n.getRootNode?void 0:null==(r=n.getRootNode())?void 0:r.host}return!1}var currentInput={isTouch:!1},lastMouseMoveTime=0;function onDocumentTouchStart(){currentInput.isTouch||(currentInput.isTouch=!0,window.performance&&document.addEventListener(\"mousemove\",onDocumentMouseMove))}function onDocumentMouseMove(){var e=performance.now();e-lastMouseMoveTime<20&&(currentInput.isTouch=!1,document.removeEventListener(\"mousemove\",onDocumentMouseMove)),lastMouseMoveTime=e}function onWindowBlur(){var e=document.activeElement;if(isReferenceElement(e)){var t=e._tippy;e.blur&&!t.state.isVisible&&e.blur()}}function bindGlobalEventListeners(){document.addEventListener(\"touchstart\",onDocumentTouchStart,TOUCH_OPTIONS),window.addEventListener(\"blur\",onWindowBlur)}var visitedMessages,isBrowser=\"undefined\"!=typeof window&&\"undefined\"!=typeof document,isIE11=!!isBrowser&&!!window.msCrypto;function createMemoryLeakWarning(e){return[e+\"() was called on a\"+(\"destroy\"===e?\"n already-\":\" \")+\"destroyed instance. This is a no-op but\",\"indicates a potential memory leak.\"].join(\" \")}function clean(e){return e.replace(/[ \\\\t]{2,}/g,\" \").replace(/^[ \\\\t]*/gm,\"\").trim()}function getDevMessage(e){return clean(\"\\\\n %ctippy.js\\\\n\\\\n %c\"+clean(e)+\"\\\\n\\\\n %c👷\\u200d This is a development-only message. It will be removed in production.\\\\n \")}function getFormattedMessage(e){return[getDevMessage(e),\"color: #00C584; font-size: 1.3em; font-weight: bold;\",\"line-height: 1.5\",\"color: #a6a095;\"]}function resetVisitedMessages(){visitedMessages=new Set}function warnWhen(e,t){var n;e&&!visitedMessages.has(t)&&(visitedMessages.add(t),(n=console).warn.apply(n,getFormattedMessage(t)))}function errorWhen(e,t){var n;e&&!visitedMessages.has(t)&&(visitedMessages.add(t),(n=console).error.apply(n,getFormattedMessage(t)))}function validateTargets(e){var t=!e,n=\"[object Object]\"===Object.prototype.toString.call(e)&&!e.addEventListener;errorWhen(t,[\"tippy() was passed\",\"`\"+String(e)+\"`\",\"as its targets (first) argument. Valid types are: String, Element,\",\"Element[], or NodeList.\"].join(\" \")),errorWhen(n,[\"tippy() was passed a plain object which is not supported as an argument\",\"for virtual positioning. Use props.getReferenceClientRect instead.\"].join(\" \"))}\"production\"!==window.process.env.NODE_ENV&&resetVisitedMessages();var pluginProps={animateFill:!1,followCursor:!1,inlinePositioning:!1,sticky:!1},renderProps={allowHTML:!1,animation:\"fade\",arrow:!0,content:\"\",inertia:!1,maxWidth:350,role:\"tooltip\",theme:\"\",zIndex:9999},defaultProps=Object.assign({appendTo:TIPPY_DEFAULT_APPEND_TO,aria:{content:\"auto\",expanded:\"auto\"},delay:0,duration:[300,250],getReferenceClientRect:null,hideOnClick:!0,ignoreAttributes:!1,interactive:!1,interactiveBorder:2,interactiveDebounce:0,moveTransition:\"\",offset:[0,10],onAfterUpdate:function(){},onBeforeUpdate:function(){},onCreate:function(){},onDestroy:function(){},onHidden:function(){},onHide:function(){},onMount:function(){},onShow:function(){},onShown:function(){},onTrigger:function(){},onUntrigger:function(){},onClickOutside:function(){},placement:\"top\",plugins:[],popperOptions:{},render:null,showOnCreate:!1,touch:!0,trigger:\"mouseenter focus\",triggerTarget:null},pluginProps,renderProps),defaultKeys=Object.keys(defaultProps),setDefaultProps=function(e){\"production\"!==window.process.env.NODE_ENV&&validateProps(e,[]),Object.keys(e).forEach(function(t){defaultProps[t]=e[t]})};function getExtendedPassedProps(e){var t=(e.plugins||[]).reduce(function(t,n){var r,i=n.name,o=n.defaultValue;i&&(t[i]=void 0!==e[i]?e[i]:null!=(r=defaultProps[i])?r:o);return t},{});return Object.assign({},e,t)}function getDataAttributeProps(e,t){return(t?Object.keys(getExtendedPassedProps(Object.assign({},defaultProps,{plugins:t}))):defaultKeys).reduce(function(t,n){var r=(e.getAttribute(\"data-tippy-\"+n)||\"\").trim();if(!r)return t;if(\"content\"===n)t[n]=r;else try{t[n]=JSON.parse(r)}catch(e){t[n]=r}return t},{})}function evaluateProps(e,t){var n=Object.assign({},t,{content:invokeWithArgsOrReturn(t.content,[e])},t.ignoreAttributes?{}:getDataAttributeProps(e,t.plugins));return n.aria=Object.assign({},defaultProps.aria,n.aria),n.aria={expanded:\"auto\"===n.aria.expanded?t.interactive:n.aria.expanded,content:\"auto\"===n.aria.content?t.interactive?null:\"describedby\":n.aria.content},n}function validateProps(e,t){void 0===e&&(e={}),void 0===t&&(t=[]),Object.keys(e).forEach(function(e){var n=!hasOwnProperty(removeProperties(defaultProps,Object.keys(pluginProps)),e);n&&(n=0===t.filter(function(t){return t.name===e}).length),warnWhen(n,[\"`\"+e+\"`\",\"is not a valid prop. You may have spelled it incorrectly, or if it\\'s\",\"a plugin, forgot to pass it in an array as props.plugins.\",\"\\\\n\\\\n\",\"All props: https://atomiks.github.io/tippyjs/v6/all-props/\\\\n\",\"Plugins: https://atomiks.github.io/tippyjs/v6/plugins/\"].join(\" \"))})}var innerHTML=function(){return\"innerHTML\"};function dangerouslySetInnerHTML(e,t){e[innerHTML()]=t}function createArrowElement(e){var t=div();return!0===e?t.className=ARROW_CLASS:(t.className=SVG_ARROW_CLASS,isElement(e)?t.appendChild(e):dangerouslySetInnerHTML(t,e)),t}function setContent(e,t){isElement(t.content)?(dangerouslySetInnerHTML(e,\"\"),e.appendChild(t.content)):\"function\"!=typeof t.content&&(t.allowHTML?dangerouslySetInnerHTML(e,t.content):e.textContent=t.content)}function getChildren(e){var t=e.firstElementChild,n=arrayFrom(t.children);return{box:t,content:n.find(function(e){return e.classList.contains(CONTENT_CLASS)}),arrow:n.find(function(e){return e.classList.contains(ARROW_CLASS)||e.classList.contains(SVG_ARROW_CLASS)}),backdrop:n.find(function(e){return e.classList.contains(BACKDROP_CLASS)})}}function render(e){var t=function(t,r){var i=getChildren(n),o=i.box,s=i.content,a=i.arrow;r.theme?o.setAttribute(\"data-theme\",r.theme):o.removeAttribute(\"data-theme\"),\"string\"==typeof r.animation?o.setAttribute(\"data-animation\",r.animation):o.removeAttribute(\"data-animation\"),r.inertia?o.setAttribute(\"data-inertia\",\"\"):o.removeAttribute(\"data-inertia\"),o.style.maxWidth=\"number\"==typeof r.maxWidth?r.maxWidth+\"px\":r.maxWidth,r.role?o.setAttribute(\"role\",r.role):o.removeAttribute(\"role\"),t.content===r.content&&t.allowHTML===r.allowHTML||setContent(s,e.props),r.arrow?a?t.arrow!==r.arrow&&(o.removeChild(a),o.appendChild(createArrowElement(r.arrow))):o.appendChild(createArrowElement(r.arrow)):a&&o.removeChild(a)},n=div(),r=div();r.className=BOX_CLASS,r.setAttribute(\"data-state\",\"hidden\"),r.setAttribute(\"tabindex\",\"-1\");var i=div();return i.className=CONTENT_CLASS,i.setAttribute(\"data-state\",\"hidden\"),setContent(i,e.props),n.appendChild(r),r.appendChild(i),t(e.props,e.props),{popper:n,onUpdate:t}}render.$$tippy=!0;var idCounter=1,mouseMoveListeners=[],mountedInstances=[];function createTippy(e,t){var n,r,i,o,s,a,u,p=function(){var e=K.props.touch;return Array.isArray(e)?e:[e,0]},c=function(){return\"hold\"===p()[0]},d=function(){var e;return!(null==(e=K.props.render)||!e.$$tippy)},l=function(){return u||e},f=function(){var e=l().parentNode;return e?getOwnerDocument(e):document},v=function(){return getChildren(J)},m=function(e){return K.state.isMounted&&!K.state.isVisible||currentInput.isTouch||o&&\"focus\"===o.type?0:getValueAtIndexOrReturn(K.props.delay,e?0:1,defaultProps.delay)},y=function(e){void 0===e&&(e=!1),J.style.pointerEvents=K.props.interactive&&!e?\"\":\"none\",J.style.zIndex=\"\"+K.props.zIndex},g=function(e,t,n){var r;(void 0===n&&(n=!0),Z.forEach(function(n){n[e]&&n[e].apply(n,t)}),n)&&(r=K.props)[e].apply(r,t)},h=function(){var t=K.props.aria;if(t.content){var n=\"aria-\"+t.content,r=J.id;normalizeToArray(K.props.triggerTarget||e).forEach(function(e){var t=e.getAttribute(n);if(K.state.isVisible)e.setAttribute(n,t?t+\" \"+r:r);else{var i=t&&t.replace(r,\"\").trim();i?e.setAttribute(n,i):e.removeAttribute(n)}})}},b=function(){!ee&&K.props.aria.expanded&&normalizeToArray(K.props.triggerTarget||e).forEach(function(e){K.props.interactive?e.setAttribute(\"aria-expanded\",K.state.isVisible&&e===l()?\"true\":\"false\"):e.removeAttribute(\"aria-expanded\")})},T=function(){f().removeEventListener(\"mousemove\",$),mouseMoveListeners=mouseMoveListeners.filter(function(e){return e!==$})},E=function(t){if(!currentInput.isTouch||!F&&\"mousedown\"!==t.type){var n=t.composedPath&&t.composedPath()[0]||t.target;if(!K.props.interactive||!actualContains(J,n)){if(normalizeToArray(K.props.triggerTarget||e).some(function(e){return actualContains(e,n)})){if(currentInput.isTouch)return;if(K.state.isVisible&&K.props.trigger.indexOf(\"click\")>=0)return}else g(\"onClickOutside\",[K,t]);!0===K.props.hideOnClick&&(K.clearDelayTimeouts(),K.hide(),B=!0,setTimeout(function(){B=!1}),K.state.isMounted||_())}}},O=function(){F=!0},A=function(){F=!1},w=function(){var e=f();e.addEventListener(\"mousedown\",E,!0),e.addEventListener(\"touchend\",E,TOUCH_OPTIONS),e.addEventListener(\"touchstart\",A,TOUCH_OPTIONS),e.addEventListener(\"touchmove\",O,TOUCH_OPTIONS)},_=function(){var e=f();e.removeEventListener(\"mousedown\",E,!0),e.removeEventListener(\"touchend\",E,TOUCH_OPTIONS),e.removeEventListener(\"touchstart\",A,TOUCH_OPTIONS),e.removeEventListener(\"touchmove\",O,TOUCH_OPTIONS)},P=function(e,t){var n=v().box;function r(e){e.target===n&&(updateTransitionEndListener(n,\"remove\",r),t())}if(0===e)return t();updateTransitionEndListener(n,\"remove\",s),updateTransitionEndListener(n,\"add\",r),s=r},L=function(t,n,r){void 0===r&&(r=!1),normalizeToArray(K.props.triggerTarget||e).forEach(function(e){e.addEventListener(t,n,r),z.push({node:e,eventType:t,handler:n,options:r})})},S=function(){c()&&(L(\"touchstart\",D,{passive:!0}),L(\"touchend\",I,{passive:!0})),splitBySpaces(K.props.trigger).forEach(function(e){if(\"manual\"!==e)switch(L(e,D),e){case\"mouseenter\":L(\"mouseleave\",I);break;case\"focus\":L(isIE11?\"focusout\":\"blur\",N);break;case\"focusin\":L(\"focusout\",N)}})},C=function(){z.forEach(function(e){var t=e.node,n=e.eventType,r=e.handler,i=e.options;t.removeEventListener(n,r,i)}),z=[]},D=function(e){var t,n=!1;if(K.state.isEnabled&&!x(e)&&!B){var r=\"focus\"===(null==(t=o)?void 0:t.type);o=e,u=e.currentTarget,b(),!K.state.isVisible&&isMouseEvent(e)&&mouseMoveListeners.forEach(function(t){return t(e)}),\"click\"===e.type&&(K.props.trigger.indexOf(\"mouseenter\")<0||H)&&!1!==K.props.hideOnClick&&K.state.isVisible?n=!0:k(e),\"click\"===e.type&&(H=!n),n&&!r&&R(e)}},M=function(e){var t=e.target,n=l().contains(t)||J.contains(t);\"mousemove\"===e.type&&n||isCursorOutsideInteractiveBorder(W().concat(J).map(function(e){var t,n=null==(t=e._tippy.popperInstance)?void 0:t.state;return n?{popperRect:e.getBoundingClientRect(),popperState:n,props:U}:null}).filter(Boolean),e)&&(T(),R(e))},I=function(e){x(e)||K.props.trigger.indexOf(\"click\")>=0&&H||(K.props.interactive?K.hideWithInteractivity(e):R(e))},N=function(e){K.props.trigger.indexOf(\"focusin\")<0&&e.target!==l()||K.props.interactive&&e.relatedTarget&&J.contains(e.relatedTarget)||R(e)},x=function(e){return!!currentInput.isTouch&&c()!==e.type.indexOf(\"touch\")>=0},V=function(){j();var t=K.props,n=t.popperOptions,r=t.placement,i=t.offset,o=t.getReferenceClientRect,s=t.moveTransition,u=d()?getChildren(J).arrow:null,p=o?{getBoundingClientRect:o,contextElement:o.contextElement||l()}:e,c=[{name:\"offset\",options:{offset:i}},{name:\"preventOverflow\",options:{padding:{top:2,bottom:2,left:5,right:5}}},{name:\"flip\",options:{padding:5}},{name:\"computeStyles\",options:{adaptive:!s}},{name:\"$$tippy\",enabled:!0,phase:\"beforeWrite\",requires:[\"computeStyles\"],fn:function(e){var t=e.state;if(d()){var n=v().box;[\"placement\",\"reference-hidden\",\"escaped\"].forEach(function(e){\"placement\"===e?n.setAttribute(\"data-placement\",t.placement):t.attributes.popper[\"data-popper-\"+e]?n.setAttribute(\"data-\"+e,\"\"):n.removeAttribute(\"data-\"+e)}),t.attributes.popper={}}}}];d()&&u&&c.push({name:\"arrow\",options:{element:u,padding:3}}),c.push.apply(c,(null==n?void 0:n.modifiers)||[]),K.popperInstance=_vendor_browser__popperjs_core_lib_popper.createPopper(p,J,Object.assign({},n,{placement:r,onFirstUpdate:a,modifiers:c}))},j=function(){K.popperInstance&&(K.popperInstance.destroy(),K.popperInstance=null)},W=function(){return arrayFrom(J.querySelectorAll(\"[data-tippy-root]\"))},k=function(e){K.clearDelayTimeouts(),e&&g(\"onTrigger\",[K,e]),w();var t=m(!0),r=p(),i=r[0],o=r[1];currentInput.isTouch&&\"hold\"===i&&o&&(t=o),t?n=setTimeout(function(){K.show()},t):K.show()},R=function(e){if(K.clearDelayTimeouts(),g(\"onUntrigger\",[K,e]),K.state.isVisible){if(!(K.props.trigger.indexOf(\"mouseenter\")>=0&&K.props.trigger.indexOf(\"click\")>=0&&[\"mouseleave\",\"mousemove\"].indexOf(e.type)>=0&&H)){var t=m(!1);t?r=setTimeout(function(){K.state.isVisible&&K.hide()},t):i=requestAnimationFrame(function(){K.hide()})}}else _()},U=evaluateProps(e,Object.assign({},defaultProps,getExtendedPassedProps(removeUndefinedProps(t)))),H=!1,B=!1,F=!1,q=!1,z=[],$=debounce(M,U.interactiveDebounce),G=idCounter++,Y=unique(U.plugins),K={id:G,reference:e,popper:div(),popperInstance:null,props:U,state:{isEnabled:!0,isVisible:!1,isDestroyed:!1,isMounted:!1,isShown:!1},plugins:Y,clearDelayTimeouts:function(){clearTimeout(n),clearTimeout(r),cancelAnimationFrame(i)},setProps:function(t){if(\"production\"!==window.process.env.NODE_ENV&&warnWhen(K.state.isDestroyed,createMemoryLeakWarning(\"setProps\")),!K.state.isDestroyed){g(\"onBeforeUpdate\",[K,t]),C();var n=K.props,r=evaluateProps(e,Object.assign({},n,removeUndefinedProps(t),{ignoreAttributes:!0}));K.props=r,S(),n.interactiveDebounce!==r.interactiveDebounce&&(T(),$=debounce(M,r.interactiveDebounce)),n.triggerTarget&&!r.triggerTarget?normalizeToArray(n.triggerTarget).forEach(function(e){e.removeAttribute(\"aria-expanded\")}):r.triggerTarget&&e.removeAttribute(\"aria-expanded\"),b(),y(),Q&&Q(n,r),K.popperInstance&&(V(),W().forEach(function(e){requestAnimationFrame(e._tippy.popperInstance.forceUpdate)})),g(\"onAfterUpdate\",[K,t])}},setContent:function(e){K.setProps({content:e})},show:function(){\"production\"!==window.process.env.NODE_ENV&&warnWhen(K.state.isDestroyed,createMemoryLeakWarning(\"show\"));var e=K.state.isVisible,t=K.state.isDestroyed,n=!K.state.isEnabled,r=currentInput.isTouch&&!K.props.touch,i=getValueAtIndexOrReturn(K.props.duration,0,defaultProps.duration);if(!(e||t||n||r||l().hasAttribute(\"disabled\")||(g(\"onShow\",[K],!1),!1===K.props.onShow(K)))){if(K.state.isVisible=!0,d()&&(J.style.visibility=\"visible\"),y(),w(),K.state.isMounted||(J.style.transition=\"none\"),d()){var o=v();setTransitionDuration([o.box,o.content],0)}var s,u,p;a=function(){var e;if(K.state.isVisible&&!q){if(q=!0,J.offsetHeight,J.style.transition=K.props.moveTransition,d()&&K.props.animation){var t=v(),n=t.box,r=t.content;setTransitionDuration([n,r],i),setVisibilityState([n,r],\"visible\")}h(),b(),pushIfUnique(mountedInstances,K),null==(e=K.popperInstance)||e.forceUpdate(),g(\"onMount\",[K]),K.props.animation&&d()&&function(e,t){P(e,t)}(i,function(){K.state.isShown=!0,g(\"onShown\",[K])})}},u=K.props.appendTo,p=l(),(s=K.props.interactive&&u===TIPPY_DEFAULT_APPEND_TO||\"parent\"===u?p.parentNode:invokeWithArgsOrReturn(u,[p])).contains(J)||s.appendChild(J),K.state.isMounted=!0,V(),\"production\"!==window.process.env.NODE_ENV&&warnWhen(K.props.interactive&&u===defaultProps.appendTo&&p.nextElementSibling!==J,[\"Interactive tippy element may not be accessible via keyboard\",\"navigation because it is not directly after the reference element\",\"in the DOM source order.\",\"\\\\n\\\\n\",\"Using a wrapper <div> or <span> tag around the reference element\",\"solves this by creating a new parentNode context.\",\"\\\\n\\\\n\",\"Specifying `appendTo: document.body` silences this warning, but it\",\"assumes you are using a focus management solution to handle\",\"keyboard navigation.\",\"\\\\n\\\\n\",\"See: https://atomiks.github.io/tippyjs/v6/accessibility/#interactivity\"].join(\" \"))}},hide:function(){\"production\"!==window.process.env.NODE_ENV&&warnWhen(K.state.isDestroyed,createMemoryLeakWarning(\"hide\"));var e=!K.state.isVisible,t=K.state.isDestroyed,n=!K.state.isEnabled,r=getValueAtIndexOrReturn(K.props.duration,1,defaultProps.duration);if(!(e||t||n)&&(g(\"onHide\",[K],!1),!1!==K.props.onHide(K))){if(K.state.isVisible=!1,K.state.isShown=!1,q=!1,H=!1,d()&&(J.style.visibility=\"hidden\"),T(),_(),y(!0),d()){var i=v(),o=i.box,s=i.content;K.props.animation&&(setTransitionDuration([o,s],r),setVisibilityState([o,s],\"hidden\"))}h(),b(),K.props.animation?d()&&function(e,t){P(e,function(){!K.state.isVisible&&J.parentNode&&J.parentNode.contains(J)&&t()})}(r,K.unmount):K.unmount()}},hideWithInteractivity:function(e){\"production\"!==window.process.env.NODE_ENV&&warnWhen(K.state.isDestroyed,createMemoryLeakWarning(\"hideWithInteractivity\")),f().addEventListener(\"mousemove\",$),pushIfUnique(mouseMoveListeners,$),$(e)},enable:function(){K.state.isEnabled=!0},disable:function(){K.hide(),K.state.isEnabled=!1},unmount:function(){\"production\"!==window.process.env.NODE_ENV&&warnWhen(K.state.isDestroyed,createMemoryLeakWarning(\"unmount\")),K.state.isVisible&&K.hide(),K.state.isMounted&&(j(),W().forEach(function(e){e._tippy.unmount()}),J.parentNode&&J.parentNode.removeChild(J),mountedInstances=mountedInstances.filter(function(e){return e!==K}),K.state.isMounted=!1,g(\"onHidden\",[K]))},destroy:function(){\"production\"!==window.process.env.NODE_ENV&&warnWhen(K.state.isDestroyed,createMemoryLeakWarning(\"destroy\")),K.state.isDestroyed||(K.clearDelayTimeouts(),K.unmount(),C(),delete e._tippy,K.state.isDestroyed=!0,g(\"onDestroy\",[K]))}};if(!U.render)return\"production\"!==window.process.env.NODE_ENV&&errorWhen(!0,\"render() function has not been supplied.\"),K;var X=U.render(K),J=X.popper,Q=X.onUpdate;J.setAttribute(\"data-tippy-root\",\"\"),J.id=\"tippy-\"+K.id,K.popper=J,e._tippy=K,J._tippy=K;var Z=Y.map(function(e){return e.fn(K)}),ee=e.hasAttribute(\"aria-expanded\");return S(),b(),y(),g(\"onCreate\",[K]),U.showOnCreate&&k(),J.addEventListener(\"mouseenter\",function(){K.props.interactive&&K.state.isVisible&&K.clearDelayTimeouts()}),J.addEventListener(\"mouseleave\",function(){K.props.interactive&&K.props.trigger.indexOf(\"mouseenter\")>=0&&f().addEventListener(\"mousemove\",$)}),K}function tippy(e,t){void 0===t&&(t={});var n=defaultProps.plugins.concat(t.plugins||[]);\"production\"!==window.process.env.NODE_ENV&&(validateTargets(e),validateProps(t,n)),bindGlobalEventListeners();var r=Object.assign({},t,{plugins:n}),i=getArrayOfElements(e);if(\"production\"!==window.process.env.NODE_ENV){var o=isElement(r.content),s=i.length>1;warnWhen(o&&s,[\"tippy() was passed an Element as the `content` prop, but more than\",\"one tippy instance was created by this invocation. This means the\",\"content element will only be appended to the last tippy instance.\",\"\\\\n\\\\n\",\"Instead, pass the .innerHTML of the element, or use a function that\",\"returns a cloned version of the element instead.\",\"\\\\n\\\\n\",\"1) content: element.innerHTML\\\\n\",\"2) content: () => element.cloneNode(true)\"].join(\" \"))}var a=i.reduce(function(e,t){var n=t&&createTippy(t,r);return n&&e.push(n),e},[]);return isElement(e)?a[0]:a}tippy.defaultProps=defaultProps,tippy.setDefaultProps=setDefaultProps,tippy.currentInput=currentInput,Object.assign({},_vendor_browser__popperjs_core_lib_modifiers_applyStyles.applyStyles,{effect:function(e){var t=e.state,n={popper:{position:t.options.strategy,left:\"0\",top:\"0\",margin:\"0\"},arrow:{position:\"absolute\"},reference:{}};Object.assign(t.elements.popper.style,n.popper),t.styles=n,t.elements.arrow&&Object.assign(t.elements.arrow.style,n.arrow)}}),tippy.setDefaultProps({render:render}),exports.tippy=tippy;\\n\\n}).call(this)}).call(this,require(221))}, {\"221\":221,\"1004\":1004,\"1025\":1025}];\\nwindow.modules[\"1619\"] = [function(require,module,exports){\"use strict\";var _vendor_browser__commonjsHelpers=require(937),punycode=_vendor_browser__commonjsHelpers.createCommonjsModule(function(o,e){!function(r){var n=function(o){throw RangeError(F[o])},t=function(o,e){for(var r=o.length,n=[];r--;)n[r]=e(o[r]);return n},s=function(o,e){var r=o.split(\"@\"),n=\"\";r.length>1&&(n=r[0]+\"@\",o=r[1]);var s=(o=o.replace(E,\".\")).split(\".\");return n+t(s,e).join(\".\")},u=function(o){for(var e,r,n=[],t=0,s=o.length;t<s;)(e=o.charCodeAt(t++))>=55296&&e<=56319&&t<s?56320==(64512&(r=o.charCodeAt(t++)))?n.push(((1023&e)<<10)+(1023&r)+65536):(n.push(e),t--):n.push(e);return n},c=function(o){return t(o,function(o){var e=\"\";return o>65535&&(e+=M((o-=65536)>>>10&1023|55296),o=56320|1023&o),e+=M(o)}).join(\"\")},i=function(o,e){return o+22+75*(o<26)-((0!=e)<<5)},l=function(o,e,r){var n=0;for(o=r?O(o/x):o>>1,o+=O(o/e);o>G*b>>1;n+=w)o=O(o/G);return O(n+(G+1)*o/(o+g))},f=function(o){var e,r,t,s,u,i,f,a,p,d,v,h=[],m=o.length,g=0,x=y,H=C;for((r=o.lastIndexOf(A))<0&&(r=0),t=0;t<r;++t)o.charCodeAt(t)>=128&&n(\"not-basic\"),h.push(o.charCodeAt(t));for(s=r>0?r+1:0;s<m;){for(u=g,i=1,f=w;s>=m&&n(\"invalid-input\"),((a=(v=o.charCodeAt(s++))-48<10?v-22:v-65<26?v-65:v-97<26?v-97:w)>=w||a>O((_-g)/i))&&n(\"overflow\"),g+=a*i,!(a<(p=f<=H?j:f>=H+b?b:f-H));f+=w)i>O(_/(d=w-p))&&n(\"overflow\"),i*=d;e=h.length+1,H=l(g-u,e,0==u),O(g/e)>_-x&&n(\"overflow\"),x+=O(g/e),g%=e,h.splice(g++,0,x)}return c(h)},a=function(o){var e,r,t,s,c,f,a,p,d,v,h,m,g,x,H,I=[];for(m=(o=u(o)).length,e=y,r=0,c=C,f=0;f<m;++f)(h=o[f])<128&&I.push(M(h));for(t=s=I.length,s&&I.push(A);t<m;){for(a=_,f=0;f<m;++f)(h=o[f])>=e&&h<a&&(a=h);for(a-e>O((_-r)/(g=t+1))&&n(\"overflow\"),r+=(a-e)*g,e=a,f=0;f<m;++f)if((h=o[f])<e&&++r>_&&n(\"overflow\"),h==e){for(p=r,d=w;!(p<(v=d<=c?j:d>=c+b?b:d-c));d+=w)H=p-v,x=w-v,I.push(M(i(v+H%x,0))),p=O(H/x);I.push(M(i(p,0))),c=l(r,g,t==s),r=0,++t}++r,++e}return I.join(\"\")},p=e&&!e.nodeType&&e,d=o&&!o.nodeType&&o,v=\"object\"==typeof _vendor_browser__commonjsHelpers.commonjsGlobal&&_vendor_browser__commonjsHelpers.commonjsGlobal;v.global!==v&&v.window!==v&&v.self!==v||(r=v);var h,m,_=2147483647,w=36,j=1,b=26,g=38,x=700,C=72,y=128,A=\"-\",H=/^xn--/,I=/[^\\\\x20-\\\\x7E]/,E=/[\\\\x2E\\\\u3002\\\\uFF0E\\\\uFF61]/g,F={overflow:\"Overflow: input needs wider integers to process\",\"not-basic\":\"Illegal input >= 0x80 (not a basic code point)\",\"invalid-input\":\"Invalid input\"},G=w-j,O=Math.floor,M=String.fromCharCode;if(h={version:\"1.3.2\",ucs2:{decode:u,encode:c},decode:f,encode:a,toASCII:function(o){return s(o,function(o){return I.test(o)?\"xn--\"+a(o):o})},toUnicode:function(o){return s(o,function(o){return H.test(o)?f(o.slice(4).toLowerCase()):o})}},p&&d)if(o.exports==p)d.exports=h;else for(m in h)h.hasOwnProperty(m)&&(p[m]=h[m]);else r.punycode=h}(_vendor_browser__commonjsHelpers.commonjsGlobal)});exports.punycode=punycode;\\n}, {\"937\":937}];\\nwindow.modules[\"1663\"] = [function(require,module,exports){\"use strict\";var punycode=require(2241),util=require(3494);function Url(){this.protocol=null,this.slashes=null,this.auth=null,this.host=null,this.port=null,this.hostname=null,this.hash=null,this.search=null,this.query=null,this.pathname=null,this.path=null,this.href=null}exports.parse=urlParse,exports.resolve=urlResolve,exports.resolveObject=urlResolveObject,exports.format=urlFormat,exports.Url=Url;var protocolPattern=/^([a-z0-9.+-]+:)/i,portPattern=/:[0-9]*$/,simplePathPattern=/^(\\\\/\\\\/?(?!\\\\/)[^\\\\?\\\\s]*)(\\\\?[^\\\\s]*)?$/,delims=[\"<\",\">\",\\'\"\\',\"`\",\" \",\"\\\\r\",\"\\\\n\",\"\\\\t\"],unwise=[\"{\",\"}\",\"|\",\"\\\\\\\\\",\"^\",\"`\"].concat(delims),autoEscape=[\"\\'\"].concat(unwise),nonHostChars=[\"%\",\"/\",\"?\",\";\",\"#\"].concat(autoEscape),hostEndingChars=[\"/\",\"?\",\"#\"],hostnameMaxLen=255,hostnamePartPattern=/^[+a-z0-9A-Z_-]{0,63}$/,hostnamePartStart=/^([+a-z0-9A-Z_-]{0,63})(.*)$/,unsafeProtocol={javascript:!0,\"javascript:\":!0},hostlessProtocol={javascript:!0,\"javascript:\":!0},slashedProtocol={http:!0,https:!0,ftp:!0,gopher:!0,file:!0,\"http:\":!0,\"https:\":!0,\"ftp:\":!0,\"gopher:\":!0,\"file:\":!0},querystring=require(3235);function urlParse(t,s,e){if(t&&util.isObject(t)&&t instanceof Url)return t;var h=new Url;return h.parse(t,s,e),h}function urlFormat(t){return util.isString(t)&&(t=urlParse(t)),t instanceof Url?t.format():Url.prototype.format.call(t)}function urlResolve(t,s){return urlParse(t,!1,!0).resolve(s)}function urlResolveObject(t,s){return t?urlParse(t,!1,!0).resolveObject(s):s}Url.prototype.parse=function(t,s,e){if(!util.isString(t))throw new TypeError(\"Parameter \\'url\\' must be a string, not \"+typeof t);var h=t.indexOf(\"?\"),r=-1!==h&&h<t.indexOf(\"#\")?\"?\":\"#\",a=t.split(r);a[0]=a[0].replace(/\\\\\\\\/g,\"/\");var o=t=a.join(r);if(o=o.trim(),!e&&1===t.split(\"#\").length){var n=simplePathPattern.exec(o);if(n)return this.path=o,this.href=o,this.pathname=n[1],n[2]?(this.search=n[2],this.query=s?querystring.parse(this.search.substr(1)):this.search.substr(1)):s&&(this.search=\"\",this.query={}),this}var i=protocolPattern.exec(o);if(i){var l=(i=i[0]).toLowerCase();this.protocol=l,o=o.substr(i.length)}if(e||i||o.match(/^\\\\/\\\\/[^@\\\\/]+@[^@\\\\/]+/)){var u=\"//\"===o.substr(0,2);!u||i&&hostlessProtocol[i]||(o=o.substr(2),this.slashes=!0)}if(!hostlessProtocol[i]&&(u||i&&!slashedProtocol[i])){for(var p,c,f=-1,m=0;m<hostEndingChars.length;m++){-1!==(v=o.indexOf(hostEndingChars[m]))&&(-1===f||v<f)&&(f=v)}-1!==(c=-1===f?o.lastIndexOf(\"@\"):o.lastIndexOf(\"@\",f))&&(p=o.slice(0,c),o=o.slice(c+1),this.auth=decodeURIComponent(p)),f=-1;for(m=0;m<nonHostChars.length;m++){var v;-1!==(v=o.indexOf(nonHostChars[m]))&&(-1===f||v<f)&&(f=v)}-1===f&&(f=o.length),this.host=o.slice(0,f),o=o.slice(f),this.parseHost(),this.hostname=this.hostname||\"\";var g=\"[\"===this.hostname[0]&&\"]\"===this.hostname[this.hostname.length-1];if(!g)for(var y=this.hostname.split(/\\\\./),P=(m=0,y.length);m<P;m++){var d=y[m];if(d&&!d.match(hostnamePartPattern)){for(var b=\"\",q=0,O=d.length;q<O;q++)d.charCodeAt(q)>127?b+=\"x\":b+=d[q];if(!b.match(hostnamePartPattern)){var j=y.slice(0,m),x=y.slice(m+1),U=d.match(hostnamePartStart);U&&(j.push(U[1]),x.unshift(U[2])),x.length&&(o=\"/\"+x.join(\".\")+o),this.hostname=j.join(\".\");break}}}this.hostname.length>hostnameMaxLen?this.hostname=\"\":this.hostname=this.hostname.toLowerCase(),g||(this.hostname=punycode.toASCII(this.hostname));var C=this.port?\":\"+this.port:\"\",A=this.hostname||\"\";this.host=A+C,this.href+=this.host,g&&(this.hostname=this.hostname.substr(1,this.hostname.length-2),\"/\"!==o[0]&&(o=\"/\"+o))}if(!unsafeProtocol[l])for(m=0,P=autoEscape.length;m<P;m++){var w=autoEscape[m];if(-1!==o.indexOf(w)){var E=encodeURIComponent(w);E===w&&(E=escape(w)),o=o.split(w).join(E)}}var I=o.indexOf(\"#\");-1!==I&&(this.hash=o.substr(I),o=o.slice(0,I));var R=o.indexOf(\"?\");if(-1!==R?(this.search=o.substr(R),this.query=o.substr(R+1),s&&(this.query=querystring.parse(this.query)),o=o.slice(0,R)):s&&(this.search=\"\",this.query={}),o&&(this.pathname=o),slashedProtocol[l]&&this.hostname&&!this.pathname&&(this.pathname=\"/\"),this.pathname||this.search){C=this.pathname||\"\";var S=this.search||\"\";this.path=C+S}return this.href=this.format(),this},Url.prototype.format=function(){var t=this.auth||\"\";t&&(t=(t=encodeURIComponent(t)).replace(/%3A/i,\":\"),t+=\"@\");var s=this.protocol||\"\",e=this.pathname||\"\",h=this.hash||\"\",r=!1,a=\"\";this.host?r=t+this.host:this.hostname&&(r=t+(-1===this.hostname.indexOf(\":\")?this.hostname:\"[\"+this.hostname+\"]\"),this.port&&(r+=\":\"+this.port)),this.query&&util.isObject(this.query)&&Object.keys(this.query).length&&(a=querystring.stringify(this.query));var o=this.search||a&&\"?\"+a||\"\";return s&&\":\"!==s.substr(-1)&&(s+=\":\"),this.slashes||(!s||slashedProtocol[s])&&!1!==r?(r=\"//\"+(r||\"\"),e&&\"/\"!==e.charAt(0)&&(e=\"/\"+e)):r||(r=\"\"),h&&\"#\"!==h.charAt(0)&&(h=\"#\"+h),o&&\"?\"!==o.charAt(0)&&(o=\"?\"+o),s+r+(e=e.replace(/[?#]/g,function(t){return encodeURIComponent(t)}))+(o=o.replace(\"#\",\"%23\"))+h},Url.prototype.resolve=function(t){return this.resolveObject(urlParse(t,!1,!0)).format()},Url.prototype.resolveObject=function(t){if(util.isString(t)){var s=new Url;s.parse(t,!1,!0),t=s}for(var e=new Url,h=Object.keys(this),r=0;r<h.length;r++){var a=h[r];e[a]=this[a]}if(e.hash=t.hash,\"\"===t.href)return e.href=e.format(),e;if(t.slashes&&!t.protocol){for(var o=Object.keys(t),n=0;n<o.length;n++){var i=o[n];\"protocol\"!==i&&(e[i]=t[i])}return slashedProtocol[e.protocol]&&e.hostname&&!e.pathname&&(e.path=e.pathname=\"/\"),e.href=e.format(),e}if(t.protocol&&t.protocol!==e.protocol){if(!slashedProtocol[t.protocol]){for(var l=Object.keys(t),u=0;u<l.length;u++){var p=l[u];e[p]=t[p]}return e.href=e.format(),e}if(e.protocol=t.protocol,t.host||hostlessProtocol[t.protocol])e.pathname=t.pathname;else{for(var c=(t.pathname||\"\").split(\"/\");c.length&&!(t.host=c.shift()););t.host||(t.host=\"\"),t.hostname||(t.hostname=\"\"),\"\"!==c[0]&&c.unshift(\"\"),c.length<2&&c.unshift(\"\"),e.pathname=c.join(\"/\")}if(e.search=t.search,e.query=t.query,e.host=t.host||\"\",e.auth=t.auth,e.hostname=t.hostname||t.host,e.port=t.port,e.pathname||e.search){var f=e.pathname||\"\",m=e.search||\"\";e.path=f+m}return e.slashes=e.slashes||t.slashes,e.href=e.format(),e}var v=e.pathname&&\"/\"===e.pathname.charAt(0),g=t.host||t.pathname&&\"/\"===t.pathname.charAt(0),y=g||v||e.host&&t.pathname,P=y,d=e.pathname&&e.pathname.split(\"/\")||[],b=(c=t.pathname&&t.pathname.split(\"/\")||[],e.protocol&&!slashedProtocol[e.protocol]);if(b&&(e.hostname=\"\",e.port=null,e.host&&(\"\"===d[0]?d[0]=e.host:d.unshift(e.host)),e.host=\"\",t.protocol&&(t.hostname=null,t.port=null,t.host&&(\"\"===c[0]?c[0]=t.host:c.unshift(t.host)),t.host=null),y=y&&(\"\"===c[0]||\"\"===d[0])),g)e.host=t.host||\"\"===t.host?t.host:e.host,e.hostname=t.hostname||\"\"===t.hostname?t.hostname:e.hostname,e.search=t.search,e.query=t.query,d=c;else if(c.length)d||(d=[]),d.pop(),d=d.concat(c),e.search=t.search,e.query=t.query;else if(!util.isNullOrUndefined(t.search)){if(b)e.hostname=e.host=d.shift(),(U=!!(e.host&&e.host.indexOf(\"@\")>0)&&e.host.split(\"@\"))&&(e.auth=U.shift(),e.host=e.hostname=U.shift());return e.search=t.search,e.query=t.query,util.isNull(e.pathname)&&util.isNull(e.search)||(e.path=(e.pathname?e.pathname:\"\")+(e.search?e.search:\"\")),e.href=e.format(),e}if(!d.length)return e.pathname=null,e.search?e.path=\"/\"+e.search:e.path=null,e.href=e.format(),e;for(var q=d.slice(-1)[0],O=(e.host||t.host||d.length>1)&&(\".\"===q||\"..\"===q)||\"\"===q,j=0,x=d.length;x>=0;x--)\".\"===(q=d[x])?d.splice(x,1):\"..\"===q?(d.splice(x,1),j++):j&&(d.splice(x,1),j--);if(!y&&!P)for(;j--;j)d.unshift(\"..\");!y||\"\"===d[0]||d[0]&&\"/\"===d[0].charAt(0)||d.unshift(\"\"),O&&\"/\"!==d.join(\"/\").substr(-1)&&d.push(\"\");var U,C=\"\"===d[0]||d[0]&&\"/\"===d[0].charAt(0);b&&(e.hostname=e.host=C?\"\":d.length?d.shift():\"\",(U=!!(e.host&&e.host.indexOf(\"@\")>0)&&e.host.split(\"@\"))&&(e.auth=U.shift(),e.host=e.hostname=U.shift()));return(y=y||e.host&&d.length)&&!C&&d.unshift(\"\"),d.length?e.pathname=d.join(\"/\"):(e.pathname=null,e.path=null),util.isNull(e.pathname)&&util.isNull(e.search)||(e.path=(e.pathname?e.pathname:\"\")+(e.search?e.search:\"\")),e.auth=t.auth||e.auth,e.slashes=e.slashes||t.slashes,e.href=e.format(),e},Url.prototype.parseHost=function(){var t=this.host,s=portPattern.exec(t);s&&(\":\"!==(s=s[0])&&(this.port=s.substr(1)),t=t.substr(0,t.length-s.length)),t&&(this.hostname=t)};\\n}, {\"2241\":2241,\"3235\":3235,\"3494\":3494}];\\nwindow.modules[\"1976\"] = [function(require,module,exports){(function (process,global){(function (){\\nvar formatRegExp=/%[sdj%]/g;exports.format=function(e){if(!isString(e)){for(var r=[],t=0;t<arguments.length;t++)r.push(inspect(arguments[t]));return r.join(\" \")}t=1;for(var n=arguments,i=n.length,o=String(e).replace(formatRegExp,function(e){if(\"%%\"===e)return\"%\";if(t>=i)return e;switch(e){case\"%s\":return String(n[t++]);case\"%d\":return Number(n[t++]);case\"%j\":try{return JSON.stringify(n[t++])}catch(e){return\"[Circular]\"}default:return e}}),s=n[t];t<i;s=n[++t])isNull(s)||!isObject(s)?o+=\" \"+s:o+=\" \"+inspect(s);return o},exports.deprecate=function(e,r){if(isUndefined(global.process))return function(){return exports.deprecate(e,r).apply(this,arguments)};if(!0===process.noDeprecation)return e;var t=!1;return function(){if(!t){if(process.throwDeprecation)throw new Error(r);process.traceDeprecation?console.trace(r):console.error(r),t=!0}return e.apply(this,arguments)}};var debugEnviron,debugs={};function inspect(e,r){var t={seen:[],stylize:stylizeNoColor};return arguments.length>=3&&(t.depth=arguments[2]),arguments.length>=4&&(t.colors=arguments[3]),isBoolean(r)?t.showHidden=r:r&&exports._extend(t,r),isUndefined(t.showHidden)&&(t.showHidden=!1),isUndefined(t.depth)&&(t.depth=2),isUndefined(t.colors)&&(t.colors=!1),isUndefined(t.customInspect)&&(t.customInspect=!0),t.colors&&(t.stylize=stylizeWithColor),formatValue(t,e,t.depth)}function stylizeWithColor(e,r){var t=inspect.styles[r];return t?\"\\x1b[\"+inspect.colors[t][0]+\"m\"+e+\"\\x1b[\"+inspect.colors[t][1]+\"m\":e}function stylizeNoColor(e,r){return e}function arrayToHash(e){var r={};return e.forEach(function(e,t){r[e]=!0}),r}function formatValue(e,r,t){if(e.customInspect&&r&&isFunction(r.inspect)&&r.inspect!==exports.inspect&&(!r.constructor||r.constructor.prototype!==r)){var n=r.inspect(t,e);return isString(n)||(n=formatValue(e,n,t)),n}var i=formatPrimitive(e,r);if(i)return i;var o=Object.keys(r),s=arrayToHash(o);if(e.showHidden&&(o=Object.getOwnPropertyNames(r)),isError(r)&&(o.indexOf(\"message\")>=0||o.indexOf(\"description\")>=0))return formatError(r);if(0===o.length){if(isFunction(r)){var u=r.name?\": \"+r.name:\"\";return e.stylize(\"[Function\"+u+\"]\",\"special\")}if(isRegExp(r))return e.stylize(RegExp.prototype.toString.call(r),\"regexp\");if(isDate(r))return e.stylize(Date.prototype.toString.call(r),\"date\");if(isError(r))return formatError(r)}var c,a=\"\",l=!1,p=[\"{\",\"}\"];(isArray(r)&&(l=!0,p=[\"[\",\"]\"]),isFunction(r))&&(a=\" [Function\"+(r.name?\": \"+r.name:\"\")+\"]\");return isRegExp(r)&&(a=\" \"+RegExp.prototype.toString.call(r)),isDate(r)&&(a=\" \"+Date.prototype.toUTCString.call(r)),isError(r)&&(a=\" \"+formatError(r)),0!==o.length||l&&0!=r.length?t<0?isRegExp(r)?e.stylize(RegExp.prototype.toString.call(r),\"regexp\"):e.stylize(\"[Object]\",\"special\"):(e.seen.push(r),c=l?formatArray(e,r,t,s,o):o.map(function(n){return formatProperty(e,r,t,s,n,l)}),e.seen.pop(),reduceToSingleString(c,a,p)):p[0]+a+p[1]}function formatPrimitive(e,r){if(isUndefined(r))return e.stylize(\"undefined\",\"undefined\");if(isString(r)){var t=\"\\'\"+JSON.stringify(r).replace(/^\"|\"$/g,\"\").replace(/\\'/g,\"\\\\\\\\\\'\").replace(/\\\\\\\\\"/g,\\'\"\\')+\"\\'\";return e.stylize(t,\"string\")}return isNumber(r)?e.stylize(\"\"+r,\"number\"):isBoolean(r)?e.stylize(\"\"+r,\"boolean\"):isNull(r)?e.stylize(\"null\",\"null\"):void 0}function formatError(e){return\"[\"+Error.prototype.toString.call(e)+\"]\"}function formatArray(e,r,t,n,i){for(var o=[],s=0,u=r.length;s<u;++s)hasOwnProperty(r,String(s))?o.push(formatProperty(e,r,t,n,String(s),!0)):o.push(\"\");return i.forEach(function(i){i.match(/^\\\\d+$/)||o.push(formatProperty(e,r,t,n,i,!0))}),o}function formatProperty(e,r,t,n,i,o){var s,u,c;if((c=Object.getOwnPropertyDescriptor(r,i)||{value:r[i]}).get?u=c.set?e.stylize(\"[Getter/Setter]\",\"special\"):e.stylize(\"[Getter]\",\"special\"):c.set&&(u=e.stylize(\"[Setter]\",\"special\")),hasOwnProperty(n,i)||(s=\"[\"+i+\"]\"),u||(e.seen.indexOf(c.value)<0?(u=isNull(t)?formatValue(e,c.value,null):formatValue(e,c.value,t-1)).indexOf(\"\\\\n\")>-1&&(u=o?u.split(\"\\\\n\").map(function(e){return\" \"+e}).join(\"\\\\n\").substr(2):\"\\\\n\"+u.split(\"\\\\n\").map(function(e){return\" \"+e}).join(\"\\\\n\")):u=e.stylize(\"[Circular]\",\"special\")),isUndefined(s)){if(o&&i.match(/^\\\\d+$/))return u;(s=JSON.stringify(\"\"+i)).match(/^\"([a-zA-Z_][a-zA-Z_0-9]*)\"$/)?(s=s.substr(1,s.length-2),s=e.stylize(s,\"name\")):(s=s.replace(/\\'/g,\"\\\\\\\\\\'\").replace(/\\\\\\\\\"/g,\\'\"\\').replace(/(^\"|\"$)/g,\"\\'\"),s=e.stylize(s,\"string\"))}return s+\": \"+u}function reduceToSingleString(e,r,t){return e.reduce(function(e,r){return 0,r.indexOf(\"\\\\n\")>=0&&0,e+r.replace(/\\\\u001b\\\\[\\\\d\\\\d?m/g,\"\").length+1},0)>60?t[0]+(\"\"===r?\"\":r+\"\\\\n \")+\" \"+e.join(\",\\\\n \")+\" \"+t[1]:t[0]+r+\" \"+e.join(\", \")+\" \"+t[1]}function isArray(e){return Array.isArray(e)}function isBoolean(e){return\"boolean\"==typeof e}function isNull(e){return null===e}function isNullOrUndefined(e){return null==e}function isNumber(e){return\"number\"==typeof e}function isString(e){return\"string\"==typeof e}function isSymbol(e){return\"symbol\"==typeof e}function isUndefined(e){return void 0===e}function isRegExp(e){return isObject(e)&&\"[object RegExp]\"===objectToString(e)}function isObject(e){return\"object\"==typeof e&&null!==e}function isDate(e){return isObject(e)&&\"[object Date]\"===objectToString(e)}function isError(e){return isObject(e)&&(\"[object Error]\"===objectToString(e)||e instanceof Error)}function isFunction(e){return\"function\"==typeof e}function isPrimitive(e){return null===e||\"boolean\"==typeof e||\"number\"==typeof e||\"string\"==typeof e||\"symbol\"==typeof e||void 0===e}function objectToString(e){return Object.prototype.toString.call(e)}function pad(e){return e<10?\"0\"+e.toString(10):e.toString(10)}exports.debuglog=function(e){if(isUndefined(debugEnviron)&&(debugEnviron=window.process.env.NODE_DEBUG||\"\"),e=e.toUpperCase(),!debugs[e])if(new RegExp(\"\\\\\\\\b\"+e+\"\\\\\\\\b\",\"i\").test(debugEnviron)){var r=process.pid;debugs[e]=function(){var t=exports.format.apply(exports,arguments);console.error(\"%s %d: %s\",e,r,t)}}else debugs[e]=function(){};return debugs[e]},exports.inspect=inspect,inspect.colors={bold:[1,22],italic:[3,23],underline:[4,24],inverse:[7,27],white:[37,39],grey:[90,39],black:[30,39],blue:[34,39],cyan:[36,39],green:[32,39],magenta:[35,39],red:[31,39],yellow:[33,39]},inspect.styles={special:\"cyan\",number:\"yellow\",boolean:\"yellow\",undefined:\"grey\",null:\"bold\",string:\"green\",date:\"magenta\",regexp:\"red\"},exports.isArray=isArray,exports.isBoolean=isBoolean,exports.isNull=isNull,exports.isNullOrUndefined=isNullOrUndefined,exports.isNumber=isNumber,exports.isString=isString,exports.isSymbol=isSymbol,exports.isUndefined=isUndefined,exports.isRegExp=isRegExp,exports.isObject=isObject,exports.isDate=isDate,exports.isError=isError,exports.isFunction=isFunction,exports.isPrimitive=isPrimitive,exports.isBuffer=require(3496);var months=[\"Jan\",\"Feb\",\"Mar\",\"Apr\",\"May\",\"Jun\",\"Jul\",\"Aug\",\"Sep\",\"Oct\",\"Nov\",\"Dec\"];function timestamp(){var e=new Date,r=[pad(e.getHours()),pad(e.getMinutes()),pad(e.getSeconds())].join(\":\");return[e.getDate(),months[e.getMonth()],r].join(\" \")}function hasOwnProperty(e,r){return Object.prototype.hasOwnProperty.call(e,r)}exports.log=function(){console.log(\"%s - %s\",timestamp(),exports.format.apply(exports,arguments))},exports.inherits=require(3495),exports._extend=function(e,r){if(!r||!isObject(r))return e;for(var t=Object.keys(r),n=t.length;n--;)e[t[n]]=r[t[n]];return e};\\n\\n}).call(this)}).call(this,require(221),typeof global !== \"undefined\" ? global : typeof self !== \"undefined\" ? self : typeof window !== \"undefined\" ? window : {})}, {\"221\":221,\"3495\":3495,\"3496\":3496}];\\nwindow.modules[\"1983\"] = [function(require,module,exports){(function (global){(function (){\\n\"use strict\";var objectAssign=require(3288);function compare(t,e){if(t===e)return 0;for(var r=t.length,i=e.length,n=0,a=Math.min(r,i);n<a;++n)if(t[n]!==e[n]){r=t[n],i=e[n];break}return r<i?-1:i<r?1:0}function isBuffer(t){return global.Buffer&&\"function\"==typeof global.Buffer.isBuffer?global.Buffer.isBuffer(t):!(null==t||!t._isBuffer)}var util=require(3289),hasOwn=Object.prototype.hasOwnProperty,pSlice=Array.prototype.slice,functionsHaveNames=\"foo\"===function(){}.name;function pToString(t){return Object.prototype.toString.call(t)}function isView(t){return!isBuffer(t)&&(\"function\"==typeof global.ArrayBuffer&&(\"function\"==typeof ArrayBuffer.isView?ArrayBuffer.isView(t):!!t&&(t instanceof DataView||!!(t.buffer&&t.buffer instanceof ArrayBuffer))))}var assert=module.exports=ok,regex=/\\\\s*function\\\\s+([^\\\\(\\\\s]*)\\\\s*/;function getName(t){if(util.isFunction(t)){if(functionsHaveNames)return t.name;var e=t.toString().match(regex);return e&&e[1]}}function truncate(t,e){return\"string\"==typeof t?t.length<e?t:t.slice(0,e):t}function inspect(t){if(functionsHaveNames||!util.isFunction(t))return util.inspect(t);var e=getName(t);return\"[Function\"+(e?\": \"+e:\"\")+\"]\"}function getMessage(t){return truncate(inspect(t.actual),128)+\" \"+t.operator+\" \"+truncate(inspect(t.expected),128)}function fail(t,e,r,i,n){throw new assert.AssertionError({message:r,actual:t,expected:e,operator:i,stackStartFunction:n})}function ok(t,e){t||fail(t,!0,e,\"==\",assert.ok)}function _deepEqual(t,e,r,i){if(t===e)return!0;if(isBuffer(t)&&isBuffer(e))return 0===compare(t,e);if(util.isDate(t)&&util.isDate(e))return t.getTime()===e.getTime();if(util.isRegExp(t)&&util.isRegExp(e))return t.source===e.source&&t.global===e.global&&t.multiline===e.multiline&&t.lastIndex===e.lastIndex&&t.ignoreCase===e.ignoreCase;if(null!==t&&\"object\"==typeof t||null!==e&&\"object\"==typeof e){if(isView(t)&&isView(e)&&pToString(t)===pToString(e)&&!(t instanceof Float32Array||t instanceof Float64Array))return 0===compare(new Uint8Array(t.buffer),new Uint8Array(e.buffer));if(isBuffer(t)!==isBuffer(e))return!1;var n=(i=i||{actual:[],expected:[]}).actual.indexOf(t);return-1!==n&&n===i.expected.indexOf(e)||(i.actual.push(t),i.expected.push(e),objEquiv(t,e,r,i))}return r?t===e:t==e}function isArguments(t){return\"[object Arguments]\"==Object.prototype.toString.call(t)}function objEquiv(t,e,r,i){if(null==t||null==e)return!1;if(util.isPrimitive(t)||util.isPrimitive(e))return t===e;if(r&&Object.getPrototypeOf(t)!==Object.getPrototypeOf(e))return!1;var n=isArguments(t),a=isArguments(e);if(n&&!a||!n&&a)return!1;if(n)return _deepEqual(t=pSlice.call(t),e=pSlice.call(e),r);var s,u,o=objectKeys(t),c=objectKeys(e);if(o.length!==c.length)return!1;for(o.sort(),c.sort(),u=o.length-1;u>=0;u--)if(o[u]!==c[u])return!1;for(u=o.length-1;u>=0;u--)if(!_deepEqual(t[s=o[u]],e[s],r,i))return!1;return!0}function notDeepStrictEqual(t,e,r){_deepEqual(t,e,!0)&&fail(t,e,r,\"notDeepStrictEqual\",notDeepStrictEqual)}function expectedException(t,e){if(!t||!e)return!1;if(\"[object RegExp]\"==Object.prototype.toString.call(e))return e.test(t);try{if(t instanceof e)return!0}catch(t){}return!Error.isPrototypeOf(e)&&!0===e.call({},t)}function _tryBlock(t){var e;try{t()}catch(t){e=t}return e}function _throws(t,e,r,i){var n;if(\"function\"!=typeof e)throw new TypeError(\\'\"block\" argument must be a function\\');\"string\"==typeof r&&(i=r,r=null),n=_tryBlock(e),i=(r&&r.name?\" (\"+r.name+\").\":\".\")+(i?\" \"+i:\".\"),t&&!n&&fail(n,r,\"Missing expected exception\"+i);var a=\"string\"==typeof i,s=!t&&n&&!r;if((!t&&util.isError(n)&&a&&expectedException(n,r)||s)&&fail(n,r,\"Got unwanted exception\"+i),t&&n&&r&&!expectedException(n,r)||!t&&n)throw n}function strict(t,e){t||fail(t,!0,e,\"==\",strict)}assert.AssertionError=function(t){this.name=\"AssertionError\",this.actual=t.actual,this.expected=t.expected,this.operator=t.operator,t.message?(this.message=t.message,this.generatedMessage=!1):(this.message=getMessage(this),this.generatedMessage=!0);var e=t.stackStartFunction||fail;if(Error.captureStackTrace)Error.captureStackTrace(this,e);else{var r=new Error;if(r.stack){var i=r.stack,n=getName(e),a=i.indexOf(\"\\\\n\"+n);if(a>=0){var s=i.indexOf(\"\\\\n\",a+1);i=i.substring(s+1)}this.stack=i}}},util.inherits(assert.AssertionError,Error),assert.fail=fail,assert.ok=ok,assert.equal=function(t,e,r){t!=e&&fail(t,e,r,\"==\",assert.equal)},assert.notEqual=function(t,e,r){t==e&&fail(t,e,r,\"!=\",assert.notEqual)},assert.deepEqual=function(t,e,r){_deepEqual(t,e,!1)||fail(t,e,r,\"deepEqual\",assert.deepEqual)},assert.deepStrictEqual=function(t,e,r){_deepEqual(t,e,!0)||fail(t,e,r,\"deepStrictEqual\",assert.deepStrictEqual)},assert.notDeepEqual=function(t,e,r){_deepEqual(t,e,!1)&&fail(t,e,r,\"notDeepEqual\",assert.notDeepEqual)},assert.notDeepStrictEqual=notDeepStrictEqual,assert.strictEqual=function(t,e,r){t!==e&&fail(t,e,r,\"===\",assert.strictEqual)},assert.notStrictEqual=function(t,e,r){t===e&&fail(t,e,r,\"!==\",assert.notStrictEqual)},assert.throws=function(t,e,r){_throws(!0,t,e,r)},assert.doesNotThrow=function(t,e,r){_throws(!1,t,e,r)},assert.ifError=function(t){if(t)throw t},assert.strict=objectAssign(strict,assert,{equal:assert.strictEqual,deepEqual:assert.deepStrictEqual,notEqual:assert.notStrictEqual,notDeepEqual:assert.notDeepStrictEqual}),assert.strict.strict=assert.strict;var objectKeys=Object.keys||function(t){var e=[];for(var r in t)hasOwn.call(t,r)&&e.push(r);return e};\\n\\n}).call(this)}).call(this,typeof global !== \"undefined\" ? global : typeof self !== \"undefined\" ? self : typeof window !== \"undefined\" ? window : {})}, {\"3288\":3288,\"3289\":3289}];\\nwindow.modules[\"2241\"] = [function(require,module,exports){(function (global){(function (){\\n!function(e){var o=\"object\"==typeof exports&&exports&&!exports.nodeType&&exports,n=\"object\"==typeof module&&module&&!module.nodeType&&module,t=\"object\"==typeof global&&global;t.global!==t&&t.window!==t&&t.self!==t||(e=t);var r,u,i=2147483647,f=36,c=1,l=26,s=38,d=700,p=72,a=128,h=\"-\",v=/^xn--/,g=/[^\\\\x20-\\\\x7E]/,w=/[\\\\x2E\\\\u3002\\\\uFF0E\\\\uFF61]/g,x={overflow:\"Overflow: input needs wider integers to process\",\"not-basic\":\"Illegal input >= 0x80 (not a basic code point)\",\"invalid-input\":\"Invalid input\"},b=f-c,y=Math.floor,C=String.fromCharCode;function m(e){throw new RangeError(x[e])}function j(e,o){for(var n=e.length,t=[];n--;)t[n]=o(e[n]);return t}function A(e,o){var n=e.split(\"@\"),t=\"\";return n.length>1&&(t=n[0]+\"@\",e=n[1]),t+j((e=e.replace(w,\".\")).split(\".\"),o).join(\".\")}function I(e){for(var o,n,t=[],r=0,u=e.length;r<u;)(o=e.charCodeAt(r++))>=55296&&o<=56319&&r<u?56320==(64512&(n=e.charCodeAt(r++)))?t.push(((1023&o)<<10)+(1023&n)+65536):(t.push(o),r--):t.push(o);return t}function E(e){return j(e,function(e){var o=\"\";return e>65535&&(o+=C((e-=65536)>>>10&1023|55296),e=56320|1023&e),o+=C(e)}).join(\"\")}function F(e,o){return e+22+75*(e<26)-((0!=o)<<5)}function O(e,o,n){var t=0;for(e=n?y(e/d):e>>1,e+=y(e/o);e>b*l>>1;t+=f)e=y(e/b);return y(t+(b+1)*e/(e+s))}function S(e){var o,n,t,r,u,s,d,v,g,w,x,b=[],C=e.length,j=0,A=a,I=p;for((n=e.lastIndexOf(h))<0&&(n=0),t=0;t<n;++t)e.charCodeAt(t)>=128&&m(\"not-basic\"),b.push(e.charCodeAt(t));for(r=n>0?n+1:0;r<C;){for(u=j,s=1,d=f;r>=C&&m(\"invalid-input\"),((v=(x=e.charCodeAt(r++))-48<10?x-22:x-65<26?x-65:x-97<26?x-97:f)>=f||v>y((i-j)/s))&&m(\"overflow\"),j+=v*s,!(v<(g=d<=I?c:d>=I+l?l:d-I));d+=f)s>y(i/(w=f-g))&&m(\"overflow\"),s*=w;I=O(j-u,o=b.length+1,0==u),y(j/o)>i-A&&m(\"overflow\"),A+=y(j/o),j%=o,b.splice(j++,0,A)}return E(b)}function T(e){var o,n,t,r,u,s,d,v,g,w,x,b,j,A,E,S=[];for(b=(e=I(e)).length,o=a,n=0,u=p,s=0;s<b;++s)(x=e[s])<128&&S.push(C(x));for(t=r=S.length,r&&S.push(h);t<b;){for(d=i,s=0;s<b;++s)(x=e[s])>=o&&x<d&&(d=x);for(d-o>y((i-n)/(j=t+1))&&m(\"overflow\"),n+=(d-o)*j,o=d,s=0;s<b;++s)if((x=e[s])<o&&++n>i&&m(\"overflow\"),x==o){for(v=n,g=f;!(v<(w=g<=u?c:g>=u+l?l:g-u));g+=f)E=v-w,A=f-w,S.push(C(F(w+E%A,0))),v=y(E/A);S.push(C(F(v,0))),u=O(n,j,t==r),n=0,++t}++n,++o}return S.join(\"\")}if(r={version:\"1.4.1\",ucs2:{decode:I,encode:E},decode:S,encode:T,toASCII:function(e){return A(e,function(e){return g.test(e)?\"xn--\"+T(e):e})},toUnicode:function(e){return A(e,function(e){return v.test(e)?S(e.slice(4).toLowerCase()):e})}},\"function\"==typeof define&&\"object\"==typeof define.amd&&define.amd)define(\"punycode\",function(){return r});else if(o&&n)if(module.exports==o)n.exports=r;else for(u in r)r.hasOwnProperty(u)&&(o[u]=r[u]);else e.punycode=r}(this);\\n\\n}).call(this)}).call(this,typeof global !== \"undefined\" ? global : typeof self !== \"undefined\" ? self : typeof window !== \"undefined\" ? window : {})}, {}];\\nwindow.modules[\"2257\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_svelte_internal_index=require(548),_lib_browser_common_helpers_cssvars=require(612),_vendor_browser_lodash_isEmpty=require(579),_lib_browser_common_components_barChart_layout_barChartLayout_svelte=require(582),_lib_browser_common_components_barChart_item_barChartItem_svelte=require(581),_vendor_browser_lodash_get=require(569),_lib_browser_common_components_barChart_barChartUtils=require(578),_lib_browser_common_types_ui_UiTypes=require(650),_lib_browser_common_constants_raceRatingsConfigs=require(648),_lib_browser_common_components_barChart_types=require(580),_lib_browser_common_helpers_colors=require(682);function _arrayLikeToArray$3(e,n){(null==n||n>e.length)&&(n=e.length);for(var r=0,t=new Array(n);r<n;r++)t[r]=e[r];return t}function _arrayWithHoles$3(e){if(Array.isArray(e))return e}function _assertThisInitialized$3(e){if(void 0===e)throw new ReferenceError(\"this hasn\\'t been initialised - super() hasn\\'t been called\");return e}function _classCallCheck$3(e,n){if(!(e instanceof n))throw new TypeError(\"Cannot call a class as a function\")}function _getPrototypeOf$3(e){return(_getPrototypeOf$3=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function _inherits$3(e,n){if(\"function\"!=typeof n&&null!==n)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(n&&n.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),n&&_setPrototypeOf$3(e,n)}function _iterableToArrayLimit$3(e,n){var r=null==e?null:\"undefined\"!=typeof Symbol&&e[Symbol.iterator]||e[\"@@iterator\"];if(null!=r){var t,o,_=[],i=!0,a=!1;try{for(r=r.call(e);!(i=(t=r.next()).done)&&(_.push(t.value),!n||_.length!==n);i=!0);}catch(e){a=!0,o=e}finally{try{i||null==r.return||r.return()}finally{if(a)throw o}}return _}}function _nonIterableRest$3(){throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\\\\\\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}function _possibleConstructorReturn$3(e,n){return!n||\"object\"!==_typeof$3(n)&&\"function\"!=typeof n?_assertThisInitialized$3(e):n}function _setPrototypeOf$3(e,n){return(_setPrototypeOf$3=Object.setPrototypeOf||function(e,n){return e.__proto__=n,e})(e,n)}function _slicedToArray$3(e,n){return _arrayWithHoles$3(e)||_iterableToArrayLimit$3(e,n)||_unsupportedIterableToArray$3(e,n)||_nonIterableRest$3()}var _typeof$3=function(e){return e&&\"undefined\"!=typeof Symbol&&e.constructor===Symbol?\"symbol\":typeof e};function _unsupportedIterableToArray$3(e,n){if(e){if(\"string\"==typeof e)return _arrayLikeToArray$3(e,n);var r=Object.prototype.toString.call(e).slice(8,-1);return\"Object\"===r&&e.constructor&&(r=e.constructor.name),\"Map\"===r||\"Set\"===r?Array.from(r):\"Arguments\"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?_arrayLikeToArray$3(e,n):void 0}}function _isNativeReflectConstruct$3(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function _createSuper$3(e){var n=_isNativeReflectConstruct$3();return function(){var r,t=_getPrototypeOf$3(e);if(n){var o=_getPrototypeOf$3(this).constructor;r=Reflect.construct(t,arguments,o)}else r=t.apply(this,arguments);return _possibleConstructorReturn$3(this,r)}}function add_css$2(e){_vendor_browser_svelte_internal_index.append_styles(e,\"cnn-pcl-pamy6x\",\".segmented-bar__item-3btMz2.cnn-pcl-pamy6x{display:flex;flex-direction:column;width:100%}.segmented-bar__label-1hKL-s.cnn-pcl-pamy6x{margin-top:1px;align-self:center;font-family:cnn_sans_display, helveticaneue, Helvetica, Arial, Utkal, sans-serif;font-weight:400;font-size:12px}\")}function create_if_block$2(e){var n,r,t=e[1].displayValue+\"\";return{c:function(){n=_vendor_browser_svelte_internal_index.element(\"div\"),r=_vendor_browser_svelte_internal_index.text(t),this.h()},l:function(e){n=_vendor_browser_svelte_internal_index.claim_element(e,\"DIV\",{class:!0});var o=_vendor_browser_svelte_internal_index.children(n);r=_vendor_browser_svelte_internal_index.claim_text(o,t),o.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(n,\"class\",\"segmented-bar__label-1hKL-s cnn-pcl-pamy6x\")},m:function(e,t){_vendor_browser_svelte_internal_index.insert_hydration(e,n,t),_vendor_browser_svelte_internal_index.append_hydration(n,r)},p:function(e,n){2&n&&t!==(t=e[1].displayValue+\"\")&&_vendor_browser_svelte_internal_index.set_data(r,t)},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n)}}}function fallback_block$1(e){var n,r,t,o,_;t=new _lib_browser_common_components_barChart_item_barChartItem_svelte.Bar_chart_item({props:{node:e[1]}});var i=e[1].displayValue&&create_if_block$2(e);return{c:function(){n=_vendor_browser_svelte_internal_index.element(\"div\"),r=_vendor_browser_svelte_internal_index.element(\"div\"),_vendor_browser_svelte_internal_index.create_component(t.$$.fragment),o=_vendor_browser_svelte_internal_index.space(),i&&i.c(),this.h()},l:function(e){n=_vendor_browser_svelte_internal_index.claim_element(e,\"DIV\",{class:!0});var _=_vendor_browser_svelte_internal_index.children(n);r=_vendor_browser_svelte_internal_index.claim_element(_,\"DIV\",{class:!0});var a=_vendor_browser_svelte_internal_index.children(r);_vendor_browser_svelte_internal_index.claim_component(t.$$.fragment,a),a.forEach(_vendor_browser_svelte_internal_index.detach),o=_vendor_browser_svelte_internal_index.claim_space(_),i&&i.l(_),_.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(r,\"class\",\"segmented-bar__data\"),_vendor_browser_svelte_internal_index.attr(n,\"class\",\"segmented-bar__item-3btMz2 cnn-pcl-pamy6x\")},m:function(e,a){_vendor_browser_svelte_internal_index.insert_hydration(e,n,a),_vendor_browser_svelte_internal_index.append_hydration(n,r),_vendor_browser_svelte_internal_index.mount_component(t,r,null),_vendor_browser_svelte_internal_index.append_hydration(n,o),i&&i.m(n,null),_=!0},p:function(e,r){var o={};2&r&&(o.node=e[1]),t.$set(o),e[1].displayValue?i?i.p(e,r):((i=create_if_block$2(e)).c(),i.m(n,null)):i&&(i.d(1),i=null)},i:function(e){_||(_vendor_browser_svelte_internal_index.transition_in(t.$$.fragment,e),_=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(t.$$.fragment,e),_=!1},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n),_vendor_browser_svelte_internal_index.destroy_component(t),i&&i.d()}}}function create_default_slot$1(e){var n,r=e[2].default,t=_vendor_browser_svelte_internal_index.create_slot(r,e,e[4],null),o=t||fallback_block$1(e);return{c:function(){o&&o.c()},l:function(e){o&&o.l(e)},m:function(e,r){o&&o.m(e,r),n=!0},p:function(e,_){t?t.p&&(!n||16&_)&&_vendor_browser_svelte_internal_index.update_slot_base(t,r,e,e[4],n?_vendor_browser_svelte_internal_index.get_slot_changes(r,e[4],_,null):_vendor_browser_svelte_internal_index.get_all_dirty_from_scope(e[4]),null):o&&o.p&&(!n||2&_)&&o.p(e,n?_:-1)},i:function(e){n||(_vendor_browser_svelte_internal_index.transition_in(o,e),n=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(o,e),n=!1},d:function(e){o&&o.d(e)}}}function create_fragment$3(e){var n,r,t,o;return r=new _lib_browser_common_components_barChart_layout_barChartLayout_svelte.Bar_chart_layout({props:{node:e[1],$$slots:{default:[create_default_slot$1,function(e){return{1:e.node}},function(e){return e.node?2:0}]},$$scope:{ctx:e}}}),{c:function(){n=_vendor_browser_svelte_internal_index.element(\"div\"),_vendor_browser_svelte_internal_index.create_component(r.$$.fragment),this.h()},l:function(e){n=_vendor_browser_svelte_internal_index.claim_element(e,\"DIV\",{class:!0});var t=_vendor_browser_svelte_internal_index.children(n);_vendor_browser_svelte_internal_index.claim_component(r.$$.fragment,t),t.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(n,\"class\",\"segmented-bar__container\"),_vendor_browser_svelte_internal_index.add_render_callback(function(){return e[3].call(n)})},m:function(_,i){_vendor_browser_svelte_internal_index.insert_hydration(_,n,i),_vendor_browser_svelte_internal_index.mount_component(r,n,null),t=_vendor_browser_svelte_internal_index.add_resize_listener(n,e[3].bind(n)),o=!0},p:function(e,n){var t=_slicedToArray$3(n,1)[0],o={};2&t&&(o.node=e[1]),18&t&&(o.$$scope={dirty:t,ctx:e}),r.$set(o)},i:function(e){o||(_vendor_browser_svelte_internal_index.transition_in(r.$$.fragment,e),o=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(r.$$.fragment,e),o=!1},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n),_vendor_browser_svelte_internal_index.destroy_component(r),t()}}}function instance$3(e,n,r){var t=n.$$slots,o=void 0===t?{}:t,_=n.$$scope,i=n.node,a=n.clientHeight;return e.$$set=function(e){\"node\"in e&&r(1,i=e.node),\"clientHeight\"in e&&r(0,a=e.clientHeight),\"$$scope\"in e&&r(4,_=e.$$scope)},[a,i,o,function(){a=this.clientHeight,r(0,a)},_]}var Segmented_bar=function(e){_inherits$3(r,_vendor_browser_svelte_internal_index.SvelteComponent);var n=_createSuper$3(r);function r(e){var t;return _classCallCheck$3(this,r),t=n.call(this),_vendor_browser_svelte_internal_index.init(_assertThisInitialized$3(t),e,instance$3,create_fragment$3,_vendor_browser_svelte_internal_index.safe_not_equal,{node:1,clientHeight:0},add_css$2),t}return r}();function _arrayLikeToArray$2(e,n){(null==n||n>e.length)&&(n=e.length);for(var r=0,t=new Array(n);r<n;r++)t[r]=e[r];return t}function _arrayWithHoles$2(e){if(Array.isArray(e))return e}function _assertThisInitialized$2(e){if(void 0===e)throw new ReferenceError(\"this hasn\\'t been initialised - super() hasn\\'t been called\");return e}function _classCallCheck$2(e,n){if(!(e instanceof n))throw new TypeError(\"Cannot call a class as a function\")}function _getPrototypeOf$2(e){return(_getPrototypeOf$2=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function _inherits$2(e,n){if(\"function\"!=typeof n&&null!==n)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(n&&n.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),n&&_setPrototypeOf$2(e,n)}function _iterableToArrayLimit$2(e,n){var r=null==e?null:\"undefined\"!=typeof Symbol&&e[Symbol.iterator]||e[\"@@iterator\"];if(null!=r){var t,o,_=[],i=!0,a=!1;try{for(r=r.call(e);!(i=(t=r.next()).done)&&(_.push(t.value),!n||_.length!==n);i=!0);}catch(e){a=!0,o=e}finally{try{i||null==r.return||r.return()}finally{if(a)throw o}}return _}}function _nonIterableRest$2(){throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\\\\\\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}function _possibleConstructorReturn$2(e,n){return!n||\"object\"!==_typeof$2(n)&&\"function\"!=typeof n?_assertThisInitialized$2(e):n}function _setPrototypeOf$2(e,n){return(_setPrototypeOf$2=Object.setPrototypeOf||function(e,n){return e.__proto__=n,e})(e,n)}function _slicedToArray$2(e,n){return _arrayWithHoles$2(e)||_iterableToArrayLimit$2(e,n)||_unsupportedIterableToArray$2(e,n)||_nonIterableRest$2()}var _typeof$2=function(e){return e&&\"undefined\"!=typeof Symbol&&e.constructor===Symbol?\"symbol\":typeof e};function _unsupportedIterableToArray$2(e,n){if(e){if(\"string\"==typeof e)return _arrayLikeToArray$2(e,n);var r=Object.prototype.toString.call(e).slice(8,-1);return\"Object\"===r&&e.constructor&&(r=e.constructor.name),\"Map\"===r||\"Set\"===r?Array.from(r):\"Arguments\"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?_arrayLikeToArray$2(e,n):void 0}}function _isNativeReflectConstruct$2(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function _createSuper$2(e){var n=_isNativeReflectConstruct$2();return function(){var r,t=_getPrototypeOf$2(e);if(n){var o=_getPrototypeOf$2(this).constructor;r=Reflect.construct(t,arguments,o)}else r=t.apply(this,arguments);return _possibleConstructorReturn$2(this,r)}}function add_css$1(e){_vendor_browser_svelte_internal_index.append_styles(e,\"cnn-pcl-p8fal4\",\\'.threshold__container-2VPufF.cnn-pcl-p8fal4.cnn-pcl-p8fal4{background:#fff;font-family:cnn_sans_display, helveticaneue, Helvetica, Arial, Utkal, sans-serif;font-weight:400}.threshold__container-2VPufF.cnn-pcl-p8fal4 div.cnn-pcl-p8fal4{position:relative;font-size:14px;left:var(--thresholdPercentage);transform:translate(calc(var(--thresholdPercentage) * -1));width:115px;text-align:center;padding-bottom:49px;z-index:1}.threshold__container-2VPufF.cnn-pcl-p8fal4 div.cnn-pcl-p8fal4:before{content:\"\";height:var(--thresholdLineHeight);position:absolute;bottom:var(--thresholdLineHeightPosition);left:50%;width:0;border-right:2px dotted #000;z-index:1;transform:translate(-50%)}.threshold__container-2VPufF.cnn-pcl-p8fal4 div.cnn-pcl-p8fal4:after{content:\"\";box-sizing:content-box;border-top:7px solid #000;border-right:4px solid transparent;border-left:4px solid transparent;border-bottom:4px solid transparent;bottom:36px;z-index:1;position:absolute;left:50%;transform:translate(-50%)}\\')}function create_fragment$2(e){var n,r,t,o;return{c:function(){n=_vendor_browser_svelte_internal_index.element(\"div\"),r=_vendor_browser_svelte_internal_index.element(\"div\"),t=_vendor_browser_svelte_internal_index.text(e[1]),this.h()},l:function(o){n=_vendor_browser_svelte_internal_index.claim_element(o,\"DIV\",{class:!0,style:!0});var _=_vendor_browser_svelte_internal_index.children(n);r=_vendor_browser_svelte_internal_index.claim_element(_,\"DIV\",{class:!0});var i=_vendor_browser_svelte_internal_index.children(r);t=_vendor_browser_svelte_internal_index.claim_text(i,e[1]),i.forEach(_vendor_browser_svelte_internal_index.detach),_.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){var t;_vendor_browser_svelte_internal_index.attr(r,\"class\",\"cnn-pcl-p8fal4\"),_vendor_browser_svelte_internal_index.attr(n,\"class\",\"threshold__container-2VPufF cnn-pcl-p8fal4\"),_vendor_browser_svelte_internal_index.attr(n,\"style\",o=_lib_browser_common_helpers_cssvars.cssvars({thresholdPercentage:\"\".concat(null===(t=e[0])||void 0===t?void 0:t.toString(),\"%\")}))},m:function(e,o){_vendor_browser_svelte_internal_index.insert_hydration(e,n,o),_vendor_browser_svelte_internal_index.append_hydration(n,r),_vendor_browser_svelte_internal_index.append_hydration(r,t)},p:function(e,r){var _,i=_slicedToArray$2(r,1)[0];2&i&&_vendor_browser_svelte_internal_index.set_data(t,e[1]),1&i&&o!==(o=_lib_browser_common_helpers_cssvars.cssvars({thresholdPercentage:\"\".concat(null===(_=e[0])||void 0===_?void 0:_.toString(),\"%\")}))&&_vendor_browser_svelte_internal_index.attr(n,\"style\",o)},i:_vendor_browser_svelte_internal_index.noop,o:_vendor_browser_svelte_internal_index.noop,d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n)}}}function instance$2(e,n,r){var t=n.thresholdPercentage,o=void 0===t?0:t,_=n.label,i=void 0===_?\"\":_,a=n.id,l=void 0===a?\"threshold\":a;return e.$$set=function(e){\"thresholdPercentage\"in e&&r(0,o=e.thresholdPercentage),\"label\"in e&&r(1,i=e.label),\"id\"in e&&r(2,l=e.id)},[o,i,l]}var Threshold=function(e){_inherits$2(r,_vendor_browser_svelte_internal_index.SvelteComponent);var n=_createSuper$2(r);function r(e){var t;return _classCallCheck$2(this,r),t=n.call(this),_vendor_browser_svelte_internal_index.init(_assertThisInitialized$2(t),e,instance$2,create_fragment$2,_vendor_browser_svelte_internal_index.safe_not_equal,{thresholdPercentage:0,label:1,id:2},add_css$1),t}return r}();function _arrayLikeToArray$1(e,n){(null==n||n>e.length)&&(n=e.length);for(var r=0,t=new Array(n);r<n;r++)t[r]=e[r];return t}function _arrayWithHoles$1(e){if(Array.isArray(e))return e}function _assertThisInitialized$1(e){if(void 0===e)throw new ReferenceError(\"this hasn\\'t been initialised - super() hasn\\'t been called\");return e}function _classCallCheck$1(e,n){if(!(e instanceof n))throw new TypeError(\"Cannot call a class as a function\")}function _getPrototypeOf$1(e){return(_getPrototypeOf$1=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function _inherits$1(e,n){if(\"function\"!=typeof n&&null!==n)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(n&&n.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),n&&_setPrototypeOf$1(e,n)}function _iterableToArrayLimit$1(e,n){var r=null==e?null:\"undefined\"!=typeof Symbol&&e[Symbol.iterator]||e[\"@@iterator\"];if(null!=r){var t,o,_=[],i=!0,a=!1;try{for(r=r.call(e);!(i=(t=r.next()).done)&&(_.push(t.value),!n||_.length!==n);i=!0);}catch(e){a=!0,o=e}finally{try{i||null==r.return||r.return()}finally{if(a)throw o}}return _}}function _nonIterableRest$1(){throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\\\\\\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}function _possibleConstructorReturn$1(e,n){return!n||\"object\"!==_typeof$1(n)&&\"function\"!=typeof n?_assertThisInitialized$1(e):n}function _setPrototypeOf$1(e,n){return(_setPrototypeOf$1=Object.setPrototypeOf||function(e,n){return e.__proto__=n,e})(e,n)}function _slicedToArray$1(e,n){return _arrayWithHoles$1(e)||_iterableToArrayLimit$1(e,n)||_unsupportedIterableToArray$1(e,n)||_nonIterableRest$1()}var _typeof$1=function(e){return e&&\"undefined\"!=typeof Symbol&&e.constructor===Symbol?\"symbol\":typeof e};function _unsupportedIterableToArray$1(e,n){if(e){if(\"string\"==typeof e)return _arrayLikeToArray$1(e,n);var r=Object.prototype.toString.call(e).slice(8,-1);return\"Object\"===r&&e.constructor&&(r=e.constructor.name),\"Map\"===r||\"Set\"===r?Array.from(r):\"Arguments\"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?_arrayLikeToArray$1(e,n):void 0}}function _isNativeReflectConstruct$1(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function _createSuper$1(e){var n=_isNativeReflectConstruct$1();return function(){var r,t=_getPrototypeOf$1(e);if(n){var o=_getPrototypeOf$1(this).constructor;r=Reflect.construct(t,arguments,o)}else r=t.apply(this,arguments);return _possibleConstructorReturn$1(this,r)}}function add_css(e){_vendor_browser_svelte_internal_index.append_styles(e,\"cnn-pcl-6m5zcb\",\".captions__container-2JZ1Ei.cnn-pcl-6m5zcb.cnn-pcl-6m5zcb{display:flex;width:100%;align-self:flex-end;flex-direction:column}.captions__label-3OaAT.cnn-pcl-6m5zcb.cnn-pcl-6m5zcb{text-align:center;font-family:cnn_sans_display, helveticaneue, Helvetica, Arial, Utkal, sans-serif;font-weight:400;font-size:14px}.captions__label__value-3WHVqM.cnn-pcl-6m5zcb.cnn-pcl-6m5zcb{font-family:cnn_sans_display, helveticaneue, Helvetica, Arial, Utkal, sans-serif;font-weight:700}.captions__data-SP5OSH.cnn-pcl-6m5zcb.cnn-pcl-6m5zcb{background-color:var(--caption-data-background-color);display:none}[data-caption-status=active].cnn-pcl-6m5zcb.cnn-pcl-6m5zcb{position:relative;z-index:2}[data-caption-status=active].cnn-pcl-6m5zcb .captions__data-SP5OSH.cnn-pcl-6m5zcb{margin-top:10px;display:block;height:5px}[data-caption-status=active].cnn-pcl-6m5zcb .captions__label-3OaAT span.cnn-pcl-6m5zcb,[data-caption-status=active].cnn-pcl-6m5zcb .captions__label-3OaAT strong.cnn-pcl-6m5zcb{background:#fff}[data-caption-status=inactive].cnn-pcl-6m5zcb.cnn-pcl-6m5zcb{position:relative;z-index:2}[data-caption-status=inactive].cnn-pcl-6m5zcb .captions__label-3OaAT span.cnn-pcl-6m5zcb,[data-caption-status=inactive].cnn-pcl-6m5zcb .captions__label-3OaAT strong.cnn-pcl-6m5zcb{background:#fff}[data-caption-status=disabled].captions__container-2JZ1Ei.cnn-pcl-6m5zcb.cnn-pcl-6m5zcb{display:none}\")}function create_if_block$1(e){var n,r,t,o;return r=new _lib_browser_common_components_barChart_layout_barChartLayout_svelte.Bar_chart_layout({props:{node:e[1],$$slots:{default:[create_default_slot,function(e){return{1:e.node}},function(e){return e.node?2:0}]},$$scope:{ctx:e}}}),{c:function(){n=_vendor_browser_svelte_internal_index.element(\"div\"),_vendor_browser_svelte_internal_index.create_component(r.$$.fragment),this.h()},l:function(e){n=_vendor_browser_svelte_internal_index.claim_element(e,\"DIV\",{class:!0});var t=_vendor_browser_svelte_internal_index.children(n);_vendor_browser_svelte_internal_index.claim_component(r.$$.fragment,t),t.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(n,\"class\",\"captions__container-2JZ1Ei cnn-pcl-6m5zcb\"),_vendor_browser_svelte_internal_index.add_render_callback(function(){return e[4].call(n)})},m:function(_,i){_vendor_browser_svelte_internal_index.insert_hydration(_,n,i),_vendor_browser_svelte_internal_index.mount_component(r,n,null),t=_vendor_browser_svelte_internal_index.add_resize_listener(n,e[4].bind(n)),o=!0},p:function(e,n){var t={};2&n&&(t.node=e[1]),34&n&&(t.$$scope={dirty:n,ctx:e}),r.$set(t)},i:function(e){o||(_vendor_browser_svelte_internal_index.transition_in(r.$$.fragment,e),o=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(r.$$.fragment,e),o=!1},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n),_vendor_browser_svelte_internal_index.destroy_component(r),t()}}}function create_if_block_2(e){var n;return{c:function(){n=_vendor_browser_svelte_internal_index.text(\":\")},l:function(e){n=_vendor_browser_svelte_internal_index.claim_text(e,\":\")},m:function(e,r){_vendor_browser_svelte_internal_index.insert_hydration(e,n,r)},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n)}}}function create_if_block_1$1(e){var n,r,t=e[1].displayValue+\"\";return{c:function(){n=_vendor_browser_svelte_internal_index.element(\"strong\"),r=_vendor_browser_svelte_internal_index.text(t),this.h()},l:function(e){n=_vendor_browser_svelte_internal_index.claim_element(e,\"STRONG\",{class:!0});var o=_vendor_browser_svelte_internal_index.children(n);r=_vendor_browser_svelte_internal_index.claim_text(o,t),o.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(n,\"class\",\"captions__label__value-3WHVqM cnn-pcl-6m5zcb\")},m:function(e,t){_vendor_browser_svelte_internal_index.insert_hydration(e,n,t),_vendor_browser_svelte_internal_index.append_hydration(n,r)},p:function(e,n){2&n&&t!==(t=e[1].displayValue+\"\")&&_vendor_browser_svelte_internal_index.set_data(r,t)},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n)}}}function fallback_block(e){var n,r,t,o,_,i,a,l,s,c=e[1].label+\"\",d=e[2]&&create_if_block_2(),u=e[2]&&create_if_block_1$1(e);return{c:function(){n=_vendor_browser_svelte_internal_index.element(\"div\"),r=_vendor_browser_svelte_internal_index.element(\"div\"),t=_vendor_browser_svelte_internal_index.element(\"span\"),o=_vendor_browser_svelte_internal_index.text(c),d&&d.c(),_=_vendor_browser_svelte_internal_index.space(),u&&u.c(),i=_vendor_browser_svelte_internal_index.space(),a=_vendor_browser_svelte_internal_index.element(\"div\"),this.h()},l:function(e){n=_vendor_browser_svelte_internal_index.claim_element(e,\"DIV\",{class:!0,\"data-caption-status\":!0});var l=_vendor_browser_svelte_internal_index.children(n);r=_vendor_browser_svelte_internal_index.claim_element(l,\"DIV\",{class:!0});var s=_vendor_browser_svelte_internal_index.children(r);t=_vendor_browser_svelte_internal_index.claim_element(s,\"SPAN\",{class:!0});var v=_vendor_browser_svelte_internal_index.children(t);o=_vendor_browser_svelte_internal_index.claim_text(v,c),d&&d.l(v),v.forEach(_vendor_browser_svelte_internal_index.detach),_=_vendor_browser_svelte_internal_index.claim_space(s),u&&u.l(s),s.forEach(_vendor_browser_svelte_internal_index.detach),i=_vendor_browser_svelte_internal_index.claim_space(l),a=_vendor_browser_svelte_internal_index.claim_element(l,\"DIV\",{class:!0,style:!0}),_vendor_browser_svelte_internal_index.children(a).forEach(_vendor_browser_svelte_internal_index.detach),l.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(t,\"class\",\"cnn-pcl-6m5zcb\"),_vendor_browser_svelte_internal_index.attr(r,\"class\",\"captions__label-3OaAT cnn-pcl-6m5zcb\"),_vendor_browser_svelte_internal_index.attr(a,\"class\",\"captions__data-SP5OSH cnn-pcl-6m5zcb\"),_vendor_browser_svelte_internal_index.attr(a,\"style\",l=\"--caption-data-background-color: \".concat(e[1].color,\";\")),_vendor_browser_svelte_internal_index.attr(n,\"class\",\"captions__container-2JZ1Ei cnn-pcl-6m5zcb\"),_vendor_browser_svelte_internal_index.attr(n,\"data-caption-status\",s=e[1].status)},m:function(e,l){_vendor_browser_svelte_internal_index.insert_hydration(e,n,l),_vendor_browser_svelte_internal_index.append_hydration(n,r),_vendor_browser_svelte_internal_index.append_hydration(r,t),_vendor_browser_svelte_internal_index.append_hydration(t,o),d&&d.m(t,null),_vendor_browser_svelte_internal_index.append_hydration(r,_),u&&u.m(r,null),_vendor_browser_svelte_internal_index.append_hydration(n,i),_vendor_browser_svelte_internal_index.append_hydration(n,a)},p:function(e,r){2&r&&c!==(c=e[1].label+\"\")&&_vendor_browser_svelte_internal_index.set_data(o,c),e[2]&&u.p(e,r),2&r&&l!==(l=\"--caption-data-background-color: \".concat(e[1].color,\";\"))&&_vendor_browser_svelte_internal_index.attr(a,\"style\",l),2&r&&s!==(s=e[1].status)&&_vendor_browser_svelte_internal_index.attr(n,\"data-caption-status\",s)},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n),d&&d.d(),u&&u.d()}}}function create_default_slot(e){var n,r=e[3].default,t=_vendor_browser_svelte_internal_index.create_slot(r,e,e[5],null),o=t||fallback_block(e);return{c:function(){o&&o.c()},l:function(e){o&&o.l(e)},m:function(e,r){o&&o.m(e,r),n=!0},p:function(e,_){t?t.p&&(!n||32&_)&&_vendor_browser_svelte_internal_index.update_slot_base(t,r,e,e[5],n?_vendor_browser_svelte_internal_index.get_slot_changes(r,e[5],_,null):_vendor_browser_svelte_internal_index.get_all_dirty_from_scope(e[5]),null):o&&o.p&&(!n||2&_)&&o.p(e,n?_:-1)},i:function(e){n||(_vendor_browser_svelte_internal_index.transition_in(o,e),n=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(o,e),n=!1},d:function(e){o&&o.d(e)}}}function create_fragment$1(e){var n,r,t=e[1]&&create_if_block$1(e);return{c:function(){t&&t.c(),n=_vendor_browser_svelte_internal_index.empty()},l:function(e){t&&t.l(e),n=_vendor_browser_svelte_internal_index.empty()},m:function(e,o){t&&t.m(e,o),_vendor_browser_svelte_internal_index.insert_hydration(e,n,o),r=!0},p:function(e,r){var o=_slicedToArray$1(r,1)[0];e[1]?t?(t.p(e,o),2&o&&_vendor_browser_svelte_internal_index.transition_in(t,1)):((t=create_if_block$1(e)).c(),_vendor_browser_svelte_internal_index.transition_in(t,1),t.m(n.parentNode,n)):t&&(_vendor_browser_svelte_internal_index.group_outros(),_vendor_browser_svelte_internal_index.transition_out(t,1,1,function(){t=null}),_vendor_browser_svelte_internal_index.check_outros())},i:function(e){r||(_vendor_browser_svelte_internal_index.transition_in(t),r=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(t),r=!1},d:function(e){t&&t.d(e),e&&_vendor_browser_svelte_internal_index.detach(n)}}}function instance$1(e,n,r){var t=n.$$slots,o=void 0===t?{}:t,_=n.$$scope,i=n.node,a=n.clientHeight,l=!1!==_vendor_browser_lodash_isEmpty.isEmpty_1(i.displayValue);return e.$$set=function(e){\"node\"in e&&r(1,i=e.node),\"clientHeight\"in e&&r(0,a=e.clientHeight),\"$$scope\"in e&&r(5,_=e.$$scope)},[a,i,l,o,function(){a=this.clientHeight,r(0,a)},_]}var Captions=function(e){_inherits$1(r,_vendor_browser_svelte_internal_index.SvelteComponent);var n=_createSuper$1(r);function r(e){var t;return _classCallCheck$1(this,r),t=n.call(this),_vendor_browser_svelte_internal_index.init(_assertThisInitialized$1(t),e,instance$1,create_fragment$1,_vendor_browser_svelte_internal_index.safe_not_equal,{node:1,clientHeight:0},add_css),t}return r}();function _defineProperty$2(e,n,r){return n in e?Object.defineProperty(e,n,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[n]=r,e}function _objectSpread$2(e){for(var n=1;n<arguments.length;n++){var r=null!=arguments[n]?arguments[n]:{},t=Object.keys(r);\"function\"==typeof Object.getOwnPropertySymbols&&(t=t.concat(Object.getOwnPropertySymbols(r).filter(function(e){return Object.getOwnPropertyDescriptor(r,e).enumerable}))),t.forEach(function(n){_defineProperty$2(e,n,r[n])})}return e}function ownKeys$2(e,n){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var t=Object.getOwnPropertySymbols(e);n&&(t=t.filter(function(n){return Object.getOwnPropertyDescriptor(e,n).enumerable})),r.push.apply(r,t)}return r}function _objectSpreadProps$2(e,n){return n=null!=n?n:{},Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):ownKeys$2(Object(n)).forEach(function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(n,r))}),e}var convertRaceRatingsToBarChartViewModel=function(e,n){if(_vendor_browser_lodash_isEmpty.isEmpty_1(e)||null==e.id)return null;var r=_objectSpreadProps$2(_objectSpread$2({},e),{id:String(_vendor_browser_lodash_get.get_1(e,\"id\")),label:_vendor_browser_lodash_get.get_1(e,\"label\",null)});return r.children=(e.children||[]).reduce(function(e,r){var t=convertRaceRatingsToBarChartViewModel(r,n);return _vendor_browser_lodash_isEmpty.isEmpty_1(t)?(console.warn(\"balance-of-power-utils: malformed node was removed\"),e):(e.push(t),e)},[]),r.value=r.value||r.children.reduce(function(e,n){return e+n.value},0),Object.assign({},r,n(r))};function _defineProperty$1(e,n,r){return n in e?Object.defineProperty(e,n,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[n]=r,e}function _objectSpread$1(e){for(var n=1;n<arguments.length;n++){var r=null!=arguments[n]?arguments[n]:{},t=Object.keys(r);\"function\"==typeof Object.getOwnPropertySymbols&&(t=t.concat(Object.getOwnPropertySymbols(r).filter(function(e){return Object.getOwnPropertyDescriptor(r,e).enumerable}))),t.forEach(function(n){_defineProperty$1(e,n,r[n])})}return e}function ownKeys$1(e,n){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var t=Object.getOwnPropertySymbols(e);n&&(t=t.filter(function(n){return Object.getOwnPropertyDescriptor(e,n).enumerable})),r.push.apply(r,t)}return r}function _objectSpreadProps$1(e,n){return n=null!=n?n:{},Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):ownKeys$1(Object(n)).forEach(function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(n,r))}),e}var convertRaceRatingToCaption=function(e,n,r,t){var o=arguments.length>4&&void 0!==arguments[4]?arguments[4]:\"meta.rating\",_=_vendor_browser_lodash_get.get_1(r,o,null),i=_vendor_browser_lodash_get.get_1(e,_,null);if(!0!==(null!=i))return _objectSpreadProps$1(_objectSpread$1({},r),{displayValue:\"\",color:\"transparent\",value:r.value||0,status:_lib_browser_common_types_ui_UiTypes.UiStatus.disabled});var a=_vendor_browser_lodash_get.get_1(r,\"meta\",{})||{},l=_vendor_browser_lodash_get.get_1(a,\"party\",\"\").toLowerCase(),s=_vendor_browser_lodash_get.get_1(n,\"partyColors.\".concat(l),null)||\"transparent\";return _objectSpread$1(_objectSpreadProps$1(_objectSpread$1({},r),{label:getLabelByNode(r,t),displayValue:r.value.toString()||\"\",id:r.id.toString(),color:s,value:r.value||0}),i)},convertRaceRatingsToCaptionViewModels=function(e,n,r,t){var o=arguments.length>4&&void 0!==arguments[4]?arguments[4]:\"meta.rating\",_=convertRaceRatingsToBarChartViewModel(e,function(e){return convertRaceRatingToCaption(n,r,e,t,o)}),i=_lib_browser_common_components_barChart_barChartUtils.flattenTreeNode(_).filter(function(e){return null!=_vendor_browser_lodash_get.get_1(n,_vendor_browser_lodash_get.get_1(e,o,null),null)}).map(function(e){return _objectSpreadProps$1(_objectSpread$1({},e),{children:[]})});return{id:\"parent\",value:i.reduce(function(e,n){return e+n.value},0),children:i,color:\"transparent\",displayValue:\"\"}},getLabelByNode=function(e,n){try{var r=e.meta;if(_lib_browser_common_constants_raceRatingsConfigs.CAPTION_STRINGS[n]&&_lib_browser_common_constants_raceRatingsConfigs.CAPTION_STRINGS[n][r.rating])return _lib_browser_common_constants_raceRatingsConfigs.CAPTION_STRINGS[n][r.rating];if(_lib_browser_common_constants_raceRatingsConfigs.TAGS_CONFIG[r.rating])return _lib_browser_common_constants_raceRatingsConfigs.TAGS_CONFIG[null==r?void 0:r.rating];if(e.label)return e.label}catch(e){return console.error(\"Error: problem reading incoming nodes\"),\"\"}return\"\"},createSegmentedBarFromRaceRating=function(e,n){var r=_vendor_browser_lodash_get.get_1(n,\"meta\",{})||{},t=_vendor_browser_lodash_get.get_1(r,\"rating\",null),o=_vendor_browser_lodash_get.get_1(r,\"party\",void 0),_=null!=t,i=_vendor_browser_lodash_get.get_1(e,t,null),a=_?_vendor_browser_lodash_get.get_1(i,\"ratingColor\",_lib_browser_common_constants_raceRatingsConfigs.DEFAULT_NO_PARTY_GRAY):_lib_browser_common_constants_raceRatingsConfigs.DEFAULT_NO_PARTY_GRAY,l=_vendor_browser_lodash_get.get_1(n,\"value\",\"\").toString();return{color:a,status:_&&\"notUpForReelectionDem\"!==t&&\"notUpForReelectionRep\"!==t?_lib_browser_common_types_ui_UiTypes.UiStatus.active:_lib_browser_common_types_ui_UiTypes.UiStatus.inactive,gap:0,orientation:_lib_browser_common_components_barChart_types.Orientation.horizontal,displayValue:l,party:o}};function _arrayLikeToArray(e,n){(null==n||n>e.length)&&(n=e.length);for(var r=0,t=new Array(n);r<n;r++)t[r]=e[r];return t}function _arrayWithHoles(e){if(Array.isArray(e))return e}function _assertThisInitialized(e){if(void 0===e)throw new ReferenceError(\"this hasn\\'t been initialised - super() hasn\\'t been called\");return e}function _classCallCheck(e,n){if(!(e instanceof n))throw new TypeError(\"Cannot call a class as a function\")}function _defineProperty(e,n,r){return n in e?Object.defineProperty(e,n,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[n]=r,e}function _getPrototypeOf(e){return(_getPrototypeOf=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function _inherits(e,n){if(\"function\"!=typeof n&&null!==n)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(n&&n.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),n&&_setPrototypeOf(e,n)}function _iterableToArrayLimit(e,n){var r=null==e?null:\"undefined\"!=typeof Symbol&&e[Symbol.iterator]||e[\"@@iterator\"];if(null!=r){var t,o,_=[],i=!0,a=!1;try{for(r=r.call(e);!(i=(t=r.next()).done)&&(_.push(t.value),!n||_.length!==n);i=!0);}catch(e){a=!0,o=e}finally{try{i||null==r.return||r.return()}finally{if(a)throw o}}return _}}function _nonIterableRest(){throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\\\\\\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}function _objectSpread(e){for(var n=1;n<arguments.length;n++){var r=null!=arguments[n]?arguments[n]:{},t=Object.keys(r);\"function\"==typeof Object.getOwnPropertySymbols&&(t=t.concat(Object.getOwnPropertySymbols(r).filter(function(e){return Object.getOwnPropertyDescriptor(r,e).enumerable}))),t.forEach(function(n){_defineProperty(e,n,r[n])})}return e}function ownKeys(e,n){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var t=Object.getOwnPropertySymbols(e);n&&(t=t.filter(function(n){return Object.getOwnPropertyDescriptor(e,n).enumerable})),r.push.apply(r,t)}return r}function _objectSpreadProps(e,n){return n=null!=n?n:{},Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):ownKeys(Object(n)).forEach(function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(n,r))}),e}function _possibleConstructorReturn(e,n){return!n||\"object\"!==_typeof(n)&&\"function\"!=typeof n?_assertThisInitialized(e):n}function _setPrototypeOf(e,n){return(_setPrototypeOf=Object.setPrototypeOf||function(e,n){return e.__proto__=n,e})(e,n)}function _slicedToArray(e,n){return _arrayWithHoles(e)||_iterableToArrayLimit(e,n)||_unsupportedIterableToArray(e,n)||_nonIterableRest()}var _typeof=function(e){return e&&\"undefined\"!=typeof Symbol&&e.constructor===Symbol?\"symbol\":typeof e};function _unsupportedIterableToArray(e,n){if(e){if(\"string\"==typeof e)return _arrayLikeToArray(e,n);var r=Object.prototype.toString.call(e).slice(8,-1);return\"Object\"===r&&e.constructor&&(r=e.constructor.name),\"Map\"===r||\"Set\"===r?Array.from(r):\"Arguments\"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?_arrayLikeToArray(e,n):void 0}}function _isNativeReflectConstruct(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function _createSuper(e){var n=_isNativeReflectConstruct();return function(){var r,t=_getPrototypeOf(e);if(n){var o=_getPrototypeOf(this).constructor;r=Reflect.construct(t,arguments,o)}else r=t.apply(this,arguments);return _possibleConstructorReturn(this,r)}}function create_if_block(e){var n,r,t,o,_,i,a,l,s,c=function(n){e[13](n)},d=function(n){e[14](n)},u=null!==e[2]&&create_if_block_1(e),v={node:e[8]};void 0!==e[4]&&(v.clientHeight=e[4]),t=new Captions({props:v}),_vendor_browser_svelte_internal_index.binding_callbacks.push(function(){return _vendor_browser_svelte_internal_index.bind(t,\"clientHeight\",c)});var b={node:e[7]};return void 0!==e[3]&&(b.clientHeight=e[3]),i=new Segmented_bar({props:b}),_vendor_browser_svelte_internal_index.binding_callbacks.push(function(){return _vendor_browser_svelte_internal_index.bind(i,\"clientHeight\",d)}),{c:function(){n=_vendor_browser_svelte_internal_index.element(\"div\"),u&&u.c(),r=_vendor_browser_svelte_internal_index.space(),_vendor_browser_svelte_internal_index.create_component(t.$$.fragment),_=_vendor_browser_svelte_internal_index.space(),_vendor_browser_svelte_internal_index.create_component(i.$$.fragment),this.h()},l:function(e){n=_vendor_browser_svelte_internal_index.claim_element(e,\"DIV\",{class:!0,style:!0});var o=_vendor_browser_svelte_internal_index.children(n);u&&u.l(o),r=_vendor_browser_svelte_internal_index.claim_space(o),_vendor_browser_svelte_internal_index.claim_component(t.$$.fragment,o),_=_vendor_browser_svelte_internal_index.claim_space(o),_vendor_browser_svelte_internal_index.claim_component(i.$$.fragment,o),o.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(n,\"class\",\"segmented-bar__container\"),_vendor_browser_svelte_internal_index.attr(n,\"style\",l=_lib_browser_common_helpers_cssvars.cssvars({thresholdLineHeight:\"\".concat(e[5].toString(),\"px\"),thresholdLineHeightPosition:\"\".concat(e[6].toString(),\"px\")}))},m:function(e,o){_vendor_browser_svelte_internal_index.insert_hydration(e,n,o),u&&u.m(n,null),_vendor_browser_svelte_internal_index.append_hydration(n,r),_vendor_browser_svelte_internal_index.mount_component(t,n,null),_vendor_browser_svelte_internal_index.append_hydration(n,_),_vendor_browser_svelte_internal_index.mount_component(i,n,null),s=!0},p:function(e,_){null!==e[2]?u?(u.p(e,_),4&_&&_vendor_browser_svelte_internal_index.transition_in(u,1)):((u=create_if_block_1(e)).c(),_vendor_browser_svelte_internal_index.transition_in(u,1),u.m(n,r)):u&&(_vendor_browser_svelte_internal_index.group_outros(),_vendor_browser_svelte_internal_index.transition_out(u,1,1,function(){u=null}),_vendor_browser_svelte_internal_index.check_outros());var c={};!o&&16&_&&(o=!0,c.clientHeight=e[4],_vendor_browser_svelte_internal_index.add_flush_callback(function(){return o=!1})),t.$set(c);var d={};!a&&8&_&&(a=!0,d.clientHeight=e[3],_vendor_browser_svelte_internal_index.add_flush_callback(function(){return a=!1})),i.$set(d),(!s||96&_&&l!==(l=_lib_browser_common_helpers_cssvars.cssvars({thresholdLineHeight:\"\".concat(e[5].toString(),\"px\"),thresholdLineHeightPosition:\"\".concat(e[6].toString(),\"px\")})))&&_vendor_browser_svelte_internal_index.attr(n,\"style\",l)},i:function(e){s||(_vendor_browser_svelte_internal_index.transition_in(u),_vendor_browser_svelte_internal_index.transition_in(t.$$.fragment,e),_vendor_browser_svelte_internal_index.transition_in(i.$$.fragment,e),s=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(u),_vendor_browser_svelte_internal_index.transition_out(t.$$.fragment,e),_vendor_browser_svelte_internal_index.transition_out(i.$$.fragment,e),s=!1},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n),u&&u.d(),_vendor_browser_svelte_internal_index.destroy_component(t),_vendor_browser_svelte_internal_index.destroy_component(i)}}}function create_if_block_1(e){var n,r;return n=new Threshold({props:{id:\"threshold\",label:e[2],thresholdPercentage:e[1]}}),{c:function(){_vendor_browser_svelte_internal_index.create_component(n.$$.fragment)},l:function(e){_vendor_browser_svelte_internal_index.claim_component(n.$$.fragment,e)},m:function(e,t){_vendor_browser_svelte_internal_index.mount_component(n,e,t),r=!0},p:function(e,r){var t={};4&r&&(t.label=e[2]),2&r&&(t.thresholdPercentage=e[1]),n.$set(t)},i:function(e){r||(_vendor_browser_svelte_internal_index.transition_in(n.$$.fragment,e),r=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(n.$$.fragment,e),r=!1},d:function(e){_vendor_browser_svelte_internal_index.destroy_component(n,e)}}}function create_fragment(e){var n,r,t=e[0]&&create_if_block(e);return{c:function(){t&&t.c(),n=_vendor_browser_svelte_internal_index.empty()},l:function(e){t&&t.l(e),n=_vendor_browser_svelte_internal_index.empty()},m:function(e,o){t&&t.m(e,o),_vendor_browser_svelte_internal_index.insert_hydration(e,n,o),r=!0},p:function(e,r){var o=_slicedToArray(r,1)[0];e[0]?t?(t.p(e,o),1&o&&_vendor_browser_svelte_internal_index.transition_in(t,1)):((t=create_if_block(e)).c(),_vendor_browser_svelte_internal_index.transition_in(t,1),t.m(n.parentNode,n)):t&&(_vendor_browser_svelte_internal_index.group_outros(),_vendor_browser_svelte_internal_index.transition_out(t,1,1,function(){t=null}),_vendor_browser_svelte_internal_index.check_outros())},i:function(e){r||(_vendor_browser_svelte_internal_index.transition_in(t),r=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(t),r=!1},d:function(e){t&&t.d(e),e&&_vendor_browser_svelte_internal_index.detach(n)}}}function instance(e,n,r){var t,o,_,i,a=n.results,l=n.desiredCaptions,s=n.thresholdPercentage,c=void 0===s?75:s,d=n.thresholdLabel,u=void 0===d?null:d,v=n.captionSelector,b=void 0===v?\"meta.rating\":v,f=n.theme,p=void 0===f?_lib_browser_common_helpers_colors.colors:f,h=n.raceType,y=void 0===h?null:h,m=convertRaceRatingsToBarChartViewModel(a,function(e){return createSegmentedBarFromRaceRating(_lib_browser_common_constants_raceRatingsConfigs.COLORS_CONFIG,e)}),w=_lib_browser_common_components_barChart_barChartUtils.flattenTreeNode(m).filter(function(e){return _vendor_browser_lodash_isEmpty.isEmpty_1(e.children)}),x=_objectSpreadProps(_objectSpread({},m),{children:w}),g=convertRaceRatingsToCaptionViewModels(a,l,p,y,b);return e.$$set=function(e){\"results\"in e&&r(0,a=e.results),\"desiredCaptions\"in e&&r(9,l=e.desiredCaptions),\"thresholdPercentage\"in e&&r(1,c=e.thresholdPercentage),\"thresholdLabel\"in e&&r(2,u=e.thresholdLabel),\"captionSelector\"in e&&r(10,b=e.captionSelector),\"theme\"in e&&r(11,p=e.theme),\"raceType\"in e&&r(12,y=e.raceType)},e.$$.update=function(){24&e.$$.dirty&&r(5,t=_+i+16),32&e.$$.dirty&&r(6,o=-1*(t-35))},[a,c,u,_,i,t,o,x,g,l,b,p,y,function(e){r(4,i=e)},function(e){r(3,_=e)}]}var Balance_of_power=function(e){_inherits(r,_vendor_browser_svelte_internal_index.SvelteComponent);var n=_createSuper(r);function r(e){var t;return _classCallCheck(this,r),t=n.call(this),_vendor_browser_svelte_internal_index.init(_assertThisInitialized(t),e,instance,create_fragment,_vendor_browser_svelte_internal_index.safe_not_equal,{results:0,desiredCaptions:9,thresholdPercentage:1,thresholdLabel:2,captionSelector:10,theme:11,raceType:12}),t}return r}();exports.Balance_of_power=Balance_of_power,exports.Segmented_bar=Segmented_bar;\\n}, {\"548\":548,\"569\":569,\"578\":578,\"579\":579,\"580\":580,\"581\":581,\"582\":582,\"612\":612,\"648\":648,\"650\":650,\"682\":682}];\\nwindow.modules[\"2271\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_svelte_internal_index=require(548),_lib_browser_common_helpers_cssvars=require(612);function _arrayLikeToArray(e,r){(null==r||r>e.length)&&(r=e.length);for(var n=0,t=new Array(r);n<r;n++)t[n]=e[n];return t}function _arrayWithHoles(e){if(Array.isArray(e))return e}function _assertThisInitialized(e){if(void 0===e)throw new ReferenceError(\"this hasn\\'t been initialised - super() hasn\\'t been called\");return e}function _classCallCheck(e,r){if(!(e instanceof r))throw new TypeError(\"Cannot call a class as a function\")}function _getPrototypeOf(e){return(_getPrototypeOf=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function _inherits(e,r){if(\"function\"!=typeof r&&null!==r)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(r&&r.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),r&&_setPrototypeOf(e,r)}function _iterableToArrayLimit(e,r){var n=null==e?null:\"undefined\"!=typeof Symbol&&e[Symbol.iterator]||e[\"@@iterator\"];if(null!=n){var t,_,o=[],i=!0,l=!1;try{for(n=n.call(e);!(i=(t=n.next()).done)&&(o.push(t.value),!r||o.length!==r);i=!0);}catch(e){l=!0,_=e}finally{try{i||null==n.return||n.return()}finally{if(l)throw _}}return o}}function _nonIterableRest(){throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\\\\\\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}function _possibleConstructorReturn(e,r){return!r||\"object\"!==_typeof(r)&&\"function\"!=typeof r?_assertThisInitialized(e):r}function _setPrototypeOf(e,r){return(_setPrototypeOf=Object.setPrototypeOf||function(e,r){return e.__proto__=r,e})(e,r)}function _slicedToArray(e,r){return _arrayWithHoles(e)||_iterableToArrayLimit(e,r)||_unsupportedIterableToArray(e,r)||_nonIterableRest()}var _typeof=function(e){return e&&\"undefined\"!=typeof Symbol&&e.constructor===Symbol?\"symbol\":typeof e};function _unsupportedIterableToArray(e,r){if(e){if(\"string\"==typeof e)return _arrayLikeToArray(e,r);var n=Object.prototype.toString.call(e).slice(8,-1);return\"Object\"===n&&e.constructor&&(n=e.constructor.name),\"Map\"===n||\"Set\"===n?Array.from(n):\"Arguments\"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?_arrayLikeToArray(e,r):void 0}}function _isNativeReflectConstruct(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function _createSuper(e){var r=_isNativeReflectConstruct();return function(){var n,t=_getPrototypeOf(e);if(r){var _=_getPrototypeOf(this).constructor;n=Reflect.construct(t,arguments,_)}else n=t.apply(this,arguments);return _possibleConstructorReturn(this,n)}}function add_css(e){_vendor_browser_svelte_internal_index.append_styles(e,\"cnn-pcl-1m76dex\",\".icon-base-1JnuOE.cnn-pcl-1m76dex{margin:4px 6px 0;display:flex;align-items:flex-start}.circle-icon-2MS7qO.cnn-pcl-1m76dex{background-color:var(--fillColor);border:2px solid var(--borderColor);width:12px;height:12px;border-radius:10.9px;box-sizing:border-box}.label-2_Y1Ml.cnn-pcl-1m76dex{font-size:12px;font-family:cnn_sans_display, helveticaneue, Helvetica, Arial, Utkal, sans-serif;font-weight:400;line-height:1.17;margin-left:5px;white-space:nowrap}\")}function get_each_context(e,r,n){var t=e.slice();return t[1]=r[n],t}function create_if_block_1(e){var r,n;return{c:function(){r=_vendor_browser_svelte_internal_index.element(\"img\"),this.h()},l:function(e){r=_vendor_browser_svelte_internal_index.claim_element(e,\"IMG\",{decode:!0,src:!0,alt:!0}),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(r,\"decode\",!1),_vendor_browser_svelte_internal_index.src_url_equal(r.src,n=[\"/\".concat(e[1].image)])||_vendor_browser_svelte_internal_index.attr(r,\"src\",n),_vendor_browser_svelte_internal_index.attr(r,\"alt\",\"Party change\")},m:function(e,n){_vendor_browser_svelte_internal_index.insert_hydration(e,r,n)},p:function(e,t){1&t&&!_vendor_browser_svelte_internal_index.src_url_equal(r.src,n=[\"/\".concat(e[1].image)])&&_vendor_browser_svelte_internal_index.attr(r,\"src\",n)},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(r)}}}function create_if_block(e){var r,n;return{c:function(){r=_vendor_browser_svelte_internal_index.element(\"div\"),this.h()},l:function(e){r=_vendor_browser_svelte_internal_index.claim_element(e,\"DIV\",{class:!0,style:!0}),_vendor_browser_svelte_internal_index.children(r).forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(r,\"class\",\"circle-icon-2MS7qO cnn-pcl-1m76dex\"),_vendor_browser_svelte_internal_index.attr(r,\"style\",n=_lib_browser_common_helpers_cssvars.cssvars({fillColor:e[1].fillColor,borderColor:e[1].borderColor}))},m:function(e,n){_vendor_browser_svelte_internal_index.insert_hydration(e,r,n)},p:function(e,t){1&t&&n!==(n=_lib_browser_common_helpers_cssvars.cssvars({fillColor:e[1].fillColor,borderColor:e[1].borderColor}))&&_vendor_browser_svelte_internal_index.attr(r,\"style\",n)},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(r)}}}function create_each_block(e){var r,n,t,_,o,i,l=e[1].label+\"\",s=\"image\"===e[1].type&&create_if_block_1(e),a=\"circle\"===e[1].type&&create_if_block(e);return{c:function(){r=_vendor_browser_svelte_internal_index.element(\"div\"),s&&s.c(),n=_vendor_browser_svelte_internal_index.space(),a&&a.c(),t=_vendor_browser_svelte_internal_index.space(),_=_vendor_browser_svelte_internal_index.element(\"div\"),o=_vendor_browser_svelte_internal_index.text(l),i=_vendor_browser_svelte_internal_index.space(),this.h()},l:function(e){r=_vendor_browser_svelte_internal_index.claim_element(e,\"DIV\",{class:!0});var c=_vendor_browser_svelte_internal_index.children(r);s&&s.l(c),n=_vendor_browser_svelte_internal_index.claim_space(c),a&&a.l(c),t=_vendor_browser_svelte_internal_index.claim_space(c),_=_vendor_browser_svelte_internal_index.claim_element(c,\"DIV\",{class:!0});var d=_vendor_browser_svelte_internal_index.children(_);o=_vendor_browser_svelte_internal_index.claim_text(d,l),d.forEach(_vendor_browser_svelte_internal_index.detach),i=_vendor_browser_svelte_internal_index.claim_space(c),c.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(_,\"class\",\"label-2_Y1Ml cnn-pcl-1m76dex\"),_vendor_browser_svelte_internal_index.attr(r,\"class\",\"icon-base-1JnuOE cnn-pcl-1m76dex\")},m:function(e,l){_vendor_browser_svelte_internal_index.insert_hydration(e,r,l),s&&s.m(r,null),_vendor_browser_svelte_internal_index.append_hydration(r,n),a&&a.m(r,null),_vendor_browser_svelte_internal_index.append_hydration(r,t),_vendor_browser_svelte_internal_index.append_hydration(r,_),_vendor_browser_svelte_internal_index.append_hydration(_,o),_vendor_browser_svelte_internal_index.append_hydration(r,i)},p:function(e,_){\"image\"===e[1].type?s?s.p(e,_):((s=create_if_block_1(e)).c(),s.m(r,n)):s&&(s.d(1),s=null),\"circle\"===e[1].type?a?a.p(e,_):((a=create_if_block(e)).c(),a.m(r,t)):a&&(a.d(1),a=null),1&_&&l!==(l=e[1].label+\"\")&&_vendor_browser_svelte_internal_index.set_data(o,l)},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(r),s&&s.d(),a&&a.d()}}}function create_fragment(e){for(var r,n=e[0],t=[],_=0;_<n.length;_+=1)t[_]=create_each_block(get_each_context(e,n,_));return{c:function(){r=_vendor_browser_svelte_internal_index.element(\"div\");for(var e=0;e<t.length;e+=1)t[e].c()},l:function(e){r=_vendor_browser_svelte_internal_index.claim_element(e,\"DIV\",{});for(var n=_vendor_browser_svelte_internal_index.children(r),_=0;_<t.length;_+=1)t[_].l(n);n.forEach(_vendor_browser_svelte_internal_index.detach)},m:function(e,n){_vendor_browser_svelte_internal_index.insert_hydration(e,r,n);for(var _=0;_<t.length;_+=1)t[_].m(r,null)},p:function(e,_){var o=_slicedToArray(_,1)[0];if(1&o){var i;for(n=e[0],i=0;i<n.length;i+=1){var l=get_each_context(e,n,i);t[i]?t[i].p(l,o):(t[i]=create_each_block(l),t[i].c(),t[i].m(r,null))}for(;i<t.length;i+=1)t[i].d(1);t.length=n.length}},i:_vendor_browser_svelte_internal_index.noop,o:_vendor_browser_svelte_internal_index.noop,d:function(e){e&&_vendor_browser_svelte_internal_index.detach(r),_vendor_browser_svelte_internal_index.destroy_each(t,e)}}}function instance(e,r,n){var t=r.circles,_=void 0===t?[]:t;return e.$$set=function(e){\"circles\"in e&&n(0,_=e.circles)},[_]}var Circles=function(e){_inherits(n,_vendor_browser_svelte_internal_index.SvelteComponent);var r=_createSuper(n);function n(e){var t;return _classCallCheck(this,n),t=r.call(this),_vendor_browser_svelte_internal_index.init(_assertThisInitialized(t),e,instance,create_fragment,_vendor_browser_svelte_internal_index.safe_not_equal,{circles:0},add_css),t}return n}(),Circles$1=Circles;exports.Circles=Circles$1;\\n}, {\"548\":548,\"612\":612}];\\nwindow.modules[\"2273\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_svelte_internal_index=require(548),_vendor_browser_regeneratorRuntime_runtime=require(568),_lib_sdk_browser__externalConfig_featureFlags_constants_ts=require(726),_lib_sdk_browser__externalConfig_featureFlags_FeatureFlag_svelte=require(755),_lib_browser_common_constants_contextKeys=require(639),_lib_browser_common_clients_MyElection_types=require(574),_lib_browser_common_helpers_analytics_sendTrackMetricsBeacon=require(676),_lib_browser_common_constants_contests=require(638);function makeMyElectionButtonText(e,n,t){return e?\" ADDED!\":n?\"UNFOLLOW\":t?\"FOLLOWING\":\"+ FOLLOW\"}function _arrayLikeToArray$1(e,n){(null==n||n>e.length)&&(n=e.length);for(var t=0,r=new Array(n);t<n;t++)r[t]=e[t];return r}function _arrayWithHoles$1(e){if(Array.isArray(e))return e}function _assertThisInitialized$1(e){if(void 0===e)throw new ReferenceError(\"this hasn\\'t been initialised - super() hasn\\'t been called\");return e}function asyncGeneratorStep(e,n,t,r,o,i,_){try{var l=e[i](_),s=l.value}catch(e){return void t(e)}l.done?n(s):Promise.resolve(s).then(r,o)}function _asyncToGenerator(e){return function(){var n=this,t=arguments;return new Promise(function(r,o){var i=e.apply(n,t);function _(e){asyncGeneratorStep(i,r,o,_,l,\"next\",e)}function l(e){asyncGeneratorStep(i,r,o,_,l,\"throw\",e)}_(void 0)})}}function _classCallCheck$1(e,n){if(!(e instanceof n))throw new TypeError(\"Cannot call a class as a function\")}function _getPrototypeOf$1(e){return(_getPrototypeOf$1=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function _inherits$1(e,n){if(\"function\"!=typeof n&&null!==n)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(n&&n.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),n&&_setPrototypeOf$1(e,n)}function _iterableToArrayLimit$1(e,n){var t=null==e?null:\"undefined\"!=typeof Symbol&&e[Symbol.iterator]||e[\"@@iterator\"];if(null!=t){var r,o,i=[],_=!0,l=!1;try{for(t=t.call(e);!(_=(r=t.next()).done)&&(i.push(r.value),!n||i.length!==n);_=!0);}catch(e){l=!0,o=e}finally{try{_||null==t.return||t.return()}finally{if(l)throw o}}return i}}function _nonIterableRest$1(){throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\\\\\\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}function _possibleConstructorReturn$1(e,n){return!n||\"object\"!==_typeof$1(n)&&\"function\"!=typeof n?_assertThisInitialized$1(e):n}function _setPrototypeOf$1(e,n){return(_setPrototypeOf$1=Object.setPrototypeOf||function(e,n){return e.__proto__=n,e})(e,n)}function _slicedToArray$1(e,n){return _arrayWithHoles$1(e)||_iterableToArrayLimit$1(e,n)||_unsupportedIterableToArray$1(e,n)||_nonIterableRest$1()}var _typeof$1=function(e){return e&&\"undefined\"!=typeof Symbol&&e.constructor===Symbol?\"symbol\":typeof e};function _unsupportedIterableToArray$1(e,n){if(e){if(\"string\"==typeof e)return _arrayLikeToArray$1(e,n);var t=Object.prototype.toString.call(e).slice(8,-1);return\"Object\"===t&&e.constructor&&(t=e.constructor.name),\"Map\"===t||\"Set\"===t?Array.from(t):\"Arguments\"===t||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t)?_arrayLikeToArray$1(e,n):void 0}}function _isNativeReflectConstruct$1(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function _createSuper$1(e){var n=_isNativeReflectConstruct$1();return function(){var t,r=_getPrototypeOf$1(e);if(n){var o=_getPrototypeOf$1(this).constructor;t=Reflect.construct(r,arguments,o)}else t=r.apply(this,arguments);return _possibleConstructorReturn$1(this,t)}}function add_css(e){_vendor_browser_svelte_internal_index.append_styles(e,\"cnn-pcl-1hveimy\",\"button.cnn-pcl-1hveimy{text-decoration:none;background-color:#fff;color:#000000;font-family:cnn_sans_display, helveticaneue, Helvetica, Arial, Utkal, sans-serif;font-weight:700;cursor:pointer;font-size:10px;padding:4px 9px 4px;border:1px solid #000000;border-radius:14px;line-height:16px;min-width:74px}.followed-1x17z8.cnn-pcl-1hveimy{background-color:#000000;color:#fff}.small-1-yuya.cnn-pcl-1hveimy{box-sizing:content-box;max-height:16px;padding:0;margin:0 0 1px}.isAdded-3-hBK3.cnn-pcl-1hveimy{background-image:linear-gradient(to left, rgb(199, 224, 248), rgb(254, 206, 207)), linear-gradient(283deg, rgb(199, 224, 248) 102%, rgb(254, 206, 207));background-origin:border-box;background-clip:border-box;color:#000000}.onhover-legkqF.cnn-pcl-1hveimy{background-color:#fff;color:#000000}\")}function create_if_block(e){var n,t;return n=new _lib_sdk_browser__externalConfig_featureFlags_FeatureFlag_svelte.FeatureFlag({props:{feature:e[6],isByDefaultOff:!0,$$slots:{default:[create_default_slot]},$$scope:{ctx:e}}}),{c:function(){_vendor_browser_svelte_internal_index.create_component(n.$$.fragment)},l:function(e){_vendor_browser_svelte_internal_index.claim_component(n.$$.fragment,e)},m:function(e,r){_vendor_browser_svelte_internal_index.mount_component(n,e,r),t=!0},p:function(e,t){var r={};1048638&t&&(r.$$scope={dirty:t,ctx:e}),n.$set(r)},i:function(e){t||(_vendor_browser_svelte_internal_index.transition_in(n.$$.fragment,e),t=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(n.$$.fragment,e),t=!1},d:function(e){_vendor_browser_svelte_internal_index.destroy_component(n,e)}}}function create_if_block_1(e){var n,t;return{c:function(){n=_vendor_browser_svelte_internal_index.element(\"span\"),t=_vendor_browser_svelte_internal_index.text(\"✔\")},l:function(e){n=_vendor_browser_svelte_internal_index.claim_element(e,\"SPAN\",{});var r=_vendor_browser_svelte_internal_index.children(n);t=_vendor_browser_svelte_internal_index.claim_text(r,\"✔\"),r.forEach(_vendor_browser_svelte_internal_index.detach)},m:function(e,r){_vendor_browser_svelte_internal_index.insert_hydration(e,n,r),_vendor_browser_svelte_internal_index.append_hydration(n,t)},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n)}}}function create_default_slot(e){var n,t,r,o,i=e[4]&&create_if_block_1();return{c:function(){n=_vendor_browser_svelte_internal_index.element(\"button\"),i&&i.c(),t=_vendor_browser_svelte_internal_index.text(e[5]),this.h()},l:function(r){n=_vendor_browser_svelte_internal_index.claim_element(r,\"BUTTON\",{class:!0});var o=_vendor_browser_svelte_internal_index.children(n);i&&i.l(o),t=_vendor_browser_svelte_internal_index.claim_text(o,e[5]),o.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){n.disabled=e[4],_vendor_browser_svelte_internal_index.attr(n,\"class\",\"cnn-pcl-1hveimy\"),_vendor_browser_svelte_internal_index.toggle_class(n,\"isAdded-3-hBK3\",e[4]),_vendor_browser_svelte_internal_index.toggle_class(n,\"followed-1x17z8\",e[2]),_vendor_browser_svelte_internal_index.toggle_class(n,\"onhover-legkqF\",e[3]),_vendor_browser_svelte_internal_index.toggle_class(n,\"small-1-yuya\",e[1])},m:function(_,l){_vendor_browser_svelte_internal_index.insert_hydration(_,n,l),i&&i.m(n,null),_vendor_browser_svelte_internal_index.append_hydration(n,t),r||(o=[_vendor_browser_svelte_internal_index.listen(n,\"mouseover\",e[9]),_vendor_browser_svelte_internal_index.listen(n,\"focus\",e[9]),_vendor_browser_svelte_internal_index.listen(n,\"mouseout\",e[10]),_vendor_browser_svelte_internal_index.listen(n,\"blur\",e[10]),_vendor_browser_svelte_internal_index.listen(n,\"click\",e[8])],r=!0)},p:function(e,r){e[4]?i||((i=create_if_block_1()).c(),i.m(n,t)):i&&(i.d(1),i=null),32&r&&_vendor_browser_svelte_internal_index.set_data(t,e[5]),16&r&&(n.disabled=e[4]),16&r&&_vendor_browser_svelte_internal_index.toggle_class(n,\"isAdded-3-hBK3\",e[4]),4&r&&_vendor_browser_svelte_internal_index.toggle_class(n,\"followed-1x17z8\",e[2]),8&r&&_vendor_browser_svelte_internal_index.toggle_class(n,\"onhover-legkqF\",e[3]),2&r&&_vendor_browser_svelte_internal_index.toggle_class(n,\"small-1-yuya\",e[1])},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n),i&&i.d(),r=!1,_vendor_browser_svelte_internal_index.run_all(o)}}}function create_fragment$1(e){var n,t,r=!e[0]&&e[7]&&create_if_block(e);return{c:function(){r&&r.c(),n=_vendor_browser_svelte_internal_index.empty()},l:function(e){r&&r.l(e),n=_vendor_browser_svelte_internal_index.empty()},m:function(e,o){r&&r.m(e,o),_vendor_browser_svelte_internal_index.insert_hydration(e,n,o),t=!0},p:function(e,t){var o=_slicedToArray$1(t,1)[0];!e[0]&&e[7]?r?(r.p(e,o),1&o&&_vendor_browser_svelte_internal_index.transition_in(r,1)):((r=create_if_block(e)).c(),_vendor_browser_svelte_internal_index.transition_in(r,1),r.m(n.parentNode,n)):r&&(_vendor_browser_svelte_internal_index.group_outros(),_vendor_browser_svelte_internal_index.transition_out(r,1,1,function(){r=null}),_vendor_browser_svelte_internal_index.check_outros())},i:function(e){t||(_vendor_browser_svelte_internal_index.transition_in(r),t=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(r),t=!1},d:function(e){r&&r.d(e),e&&_vendor_browser_svelte_internal_index.detach(n)}}}function instance$1(e,n,t){var r,o,i=function(){null==g||g.unfollowContest(s,l)},_=function(){null==g||g.followContest(s,l)},l=n.contestKey,s=n.electionEvent,a=n.abort,c=void 0===a||a,u=n.small,d=void 0!==u&&u,f=_lib_sdk_browser__externalConfig_featureFlags_constants_ts.features.MY_ELECTION_FOLLOW_BUTTON_OFF,v=_vendor_browser_svelte_internal_index.getContext(_lib_browser_common_constants_contextKeys.MY_ELECTION_CLIENT_KEY),b=!1,y=function(){},p=function(){},w=!1,m=!1,x=!1,h=\"\",g=null===(r=_vendor_browser_svelte_internal_index.get_store_value(v))||void 0===r?void 0:r.client;function $(){return($=_asyncToGenerator(_vendor_browser_regeneratorRuntime_runtime.runtime_1.mark(function e(n){var r,o,s,a,c,u;return _vendor_browser_regeneratorRuntime_runtime.runtime_1.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:n.preventDefault(),b?((o=_slicedToArray$1(l.split(\"-\"),4))[0],s=o[1],a=o[2],o[3],c=null===(r=_lib_browser_common_constants_contests.contestsLookupByAbbr[s])||void 0===r?void 0:r.name,w?(i(),_lib_browser_common_helpers_analytics_sendTrackMetricsBeacon.sendTrackMetricsBeacon({race_type:c,state:a,action:\"unfollow\"})):(t(4,x=!0),setTimeout(function(){t(4,x=!1)},2e3),_(),_lib_browser_common_helpers_analytics_sendTrackMetricsBeacon.sendTrackMetricsBeacon({race_type:c,state:a,action:\"follow\"}))):h&&(null===window||void 0===window?void 0:null===(u=window.location)||void 0===u?void 0:u.href)&&(window.location.href=\"\".concat(h,\"?redirect=\").concat(encodeURIComponent(window.location.href))),t(3,m=!1);case 3:case\"end\":return e.stop()}},e)}))).apply(this,arguments)}return g?h=g.getLogInUrl():console.error(\"[MyElection] client unavailable on mount\"),\"undefined\"!=typeof window&&(p=null==g?void 0:g.subscribe(_lib_browser_common_clients_MyElection_types.SUBSCRIPTION_TYPE.AUTH,function(e){t(13,b=e)})),_vendor_browser_svelte_internal_index.onDestroy(function(){\"function\"==typeof y&&y(),\"function\"==typeof p&&p()}),e.$$set=function(e){\"contestKey\"in e&&t(11,l=e.contestKey),\"electionEvent\"in e&&t(12,s=e.electionEvent),\"abort\"in e&&t(0,c=e.abort),\"small\"in e&&t(1,d=e.small)},e.$$.update=function(){30720&e.$$.dirty&&(\"undefined\"!=typeof window&&b?(\"function\"==typeof y&&y(),t(14,y=null==g?void 0:g.subscribe(_lib_browser_common_clients_MyElection_types.SUBSCRIPTION_TYPE.FOLLOWED_CONTESTS,function(e){t(2,w=null==g?void 0:g.isFollowing(s,l))},s))):t(2,w=!1)),28&e.$$.dirty&&t(5,o=makeMyElectionButtonText(x,m,w))},[c,d,w,m,x,o,f,g,function(e){return $.apply(this,arguments)},function(){w&&t(3,m=!0)},function(){t(3,m=!1)},l,s,b,y]}var FollowButton=function(e){_inherits$1(t,_vendor_browser_svelte_internal_index.SvelteComponent);var n=_createSuper$1(t);function t(e){var r;return _classCallCheck$1(this,t),r=n.call(this),_vendor_browser_svelte_internal_index.init(_assertThisInitialized$1(r),e,instance$1,create_fragment$1,_vendor_browser_svelte_internal_index.safe_not_equal,{contestKey:11,electionEvent:12,abort:0,small:1},add_css),r}return t}();function _arrayLikeToArray(e,n){(null==n||n>e.length)&&(n=e.length);for(var t=0,r=new Array(n);t<n;t++)r[t]=e[t];return r}function _arrayWithHoles(e){if(Array.isArray(e))return e}function _assertThisInitialized(e){if(void 0===e)throw new ReferenceError(\"this hasn\\'t been initialised - super() hasn\\'t been called\");return e}function _classCallCheck(e,n){if(!(e instanceof n))throw new TypeError(\"Cannot call a class as a function\")}function _getPrototypeOf(e){return(_getPrototypeOf=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function _inherits(e,n){if(\"function\"!=typeof n&&null!==n)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(n&&n.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),n&&_setPrototypeOf(e,n)}function _iterableToArrayLimit(e,n){var t=null==e?null:\"undefined\"!=typeof Symbol&&e[Symbol.iterator]||e[\"@@iterator\"];if(null!=t){var r,o,i=[],_=!0,l=!1;try{for(t=t.call(e);!(_=(r=t.next()).done)&&(i.push(r.value),!n||i.length!==n);_=!0);}catch(e){l=!0,o=e}finally{try{_||null==t.return||t.return()}finally{if(l)throw o}}return i}}function _nonIterableRest(){throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\\\\\\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}function _possibleConstructorReturn(e,n){return!n||\"object\"!==_typeof(n)&&\"function\"!=typeof n?_assertThisInitialized(e):n}function _setPrototypeOf(e,n){return(_setPrototypeOf=Object.setPrototypeOf||function(e,n){return e.__proto__=n,e})(e,n)}function _slicedToArray(e,n){return _arrayWithHoles(e)||_iterableToArrayLimit(e,n)||_unsupportedIterableToArray(e,n)||_nonIterableRest()}var _typeof=function(e){return e&&\"undefined\"!=typeof Symbol&&e.constructor===Symbol?\"symbol\":typeof e};function _unsupportedIterableToArray(e,n){if(e){if(\"string\"==typeof e)return _arrayLikeToArray(e,n);var t=Object.prototype.toString.call(e).slice(8,-1);return\"Object\"===t&&e.constructor&&(t=e.constructor.name),\"Map\"===t||\"Set\"===t?Array.from(t):\"Arguments\"===t||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t)?_arrayLikeToArray(e,n):void 0}}function _isNativeReflectConstruct(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function _createSuper(e){var n=_isNativeReflectConstruct();return function(){var t,r=_getPrototypeOf(e);if(n){var o=_getPrototypeOf(this).constructor;t=Reflect.construct(r,arguments,o)}else t=r.apply(this,arguments);return _possibleConstructorReturn(this,t)}}function create_fragment(e){for(var n,t,r=[e[2],{contestKey:e[0].contestKey},{electionEvent:e[0].electionEvent},{abort:e[0].abort}],o={},i=0;i<r.length;i+=1)o=_vendor_browser_svelte_internal_index.assign(o,r[i]);return n=new FollowButton({props:o}),{c:function(){_vendor_browser_svelte_internal_index.create_component(n.$$.fragment)},l:function(e){_vendor_browser_svelte_internal_index.claim_component(n.$$.fragment,e)},m:function(e,r){_vendor_browser_svelte_internal_index.mount_component(n,e,r),t=!0},p:function(e,t){var o=_slicedToArray(t,1)[0],i=5&o?_vendor_browser_svelte_internal_index.get_spread_update(r,[4&o&&_vendor_browser_svelte_internal_index.get_spread_object(e[2]),1&o&&{contestKey:e[0].contestKey},1&o&&{electionEvent:e[0].electionEvent},1&o&&{abort:e[0].abort}]):{};n.$set(i)},i:function(e){t||(_vendor_browser_svelte_internal_index.transition_in(n.$$.fragment,e),t=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(n.$$.fragment,e),t=!1},d:function(e){_vendor_browser_svelte_internal_index.destroy_component(n,e)}}}function convertIdentity(e){if(\"string\"==typeof e){var n=_slicedToArray(e.split(\"-\"),4),t=n[0],r=n[1],o=n[2],i=n[3],_=t.substring(0,4),l=t;return{contestKey:\"\".concat(_,\"-\").concat(r,\"-\").concat(o).concat(\"*\"===i?\"\":\"-\".concat(i)),electionEvent:l,abort:!1}}return{contestKey:\"\",electionEvent:null,abort:!0}}function instance(e,n,t){var r,o,i=_vendor_browser_svelte_internal_index.getContext(_lib_browser_common_constants_contextKeys.IDENTITY_CONTEXT_KEY);return _vendor_browser_svelte_internal_index.component_subscribe(e,i,function(e){return t(3,o=e)}),e.$$set=function(e){t(2,n=_vendor_browser_svelte_internal_index.assign(_vendor_browser_svelte_internal_index.assign({},n),_vendor_browser_svelte_internal_index.exclude_internal_props(e)))},e.$$.update=function(){8&e.$$.dirty&&t(0,r=convertIdentity(null==o?void 0:o.componentKey))},n=_vendor_browser_svelte_internal_index.exclude_internal_props(n),[r,i,n,o]}var FollowButtonContainer=function(e){_inherits(t,_vendor_browser_svelte_internal_index.SvelteComponent);var n=_createSuper(t);function t(e){var r;return _classCallCheck(this,t),r=n.call(this),_vendor_browser_svelte_internal_index.init(_assertThisInitialized(r),e,instance,create_fragment,_vendor_browser_svelte_internal_index.safe_not_equal,{}),r}return t}();exports.FollowButtonContainer=FollowButtonContainer;\\n}, {\"548\":548,\"568\":568,\"574\":574,\"638\":638,\"639\":639,\"676\":676,\"726\":726,\"755\":755}];\\nwindow.modules[\"2274\"] = [function(require,module,exports){\"use strict\";function getPartyName(t,e){return t?\"\":\"object\"==typeof e&&Boolean(e)&&Object.keys(e).length>0&&(e.partyName||e.majorParty)||\"\"}exports.getPartyName=getPartyName;\\n}, {}];\\nwindow.modules[\"2275\"] = [function(require,module,exports){\"use strict\";function getMostRecentVoteTimestamp(e){if(Array.isArray(e))return e.filter(function(e){return e}).reduce(function(e,t){var n=e?new Date(e):new Date(null);return new Date(t.voteTimestamp)>n?t.voteTimestamp:e},\"\")}exports.getMostRecentVoteTimestamp=getMostRecentVoteTimestamp;\\n}, {}];\\nwindow.modules[\"2276\"] = [function(require,module,exports){\"use strict\";function getTotalVote(t,o){var e=Array.isArray(o)?o:[];return void 0!==(null==t?void 0:t.totalVote)?null==t?void 0:t.totalVote:e.reduce(function(t,o){return o.voteNum?t+o.voteNum:t},0)}exports.getTotalVote=getTotalVote;\\n}, {}];\\nwindow.modules[\"2277\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_svelte_internal_index=require(548),icons_lib_browser=require(634),_vendor_browser_tippy_dist_tippy_esm_js=require(1614);function _defineProperty$2(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function _objectSpread$2(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{},n=Object.keys(r);\"function\"==typeof Object.getOwnPropertySymbols&&(n=n.concat(Object.getOwnPropertySymbols(r).filter(function(e){return Object.getOwnPropertyDescriptor(r,e).enumerable}))),n.forEach(function(t){_defineProperty$2(e,t,r[t])})}return e}function ownKeys(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),r.push.apply(r,n)}return r}function _objectSpreadProps(e,t){return t=null!=t?t:{},Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):ownKeys(Object(t)).forEach(function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(t,r))}),e}function tippable(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},r=t.content,n=e.title,o=e.getAttribute(\"aria-label\"),i=t.allowHTML,l=r||n||o;o||e.setAttribute(\"aria-label\",l),e.title=\"\";var a=_vendor_browser_tippy_dist_tippy_esm_js.tippy(e,_objectSpreadProps(_objectSpread$2({content:l},t),{allowHTML:i}));return{update:function(e){return a.setProps(_objectSpreadProps(_objectSpread$2({content:l},e),{allowHTML:i}))},destroy:function(){return a.destroy()}}}function _arrayLikeToArray$1(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}function _arrayWithHoles$1(e){if(Array.isArray(e))return e}function _assertThisInitialized$1(e){if(void 0===e)throw new ReferenceError(\"this hasn\\'t been initialised - super() hasn\\'t been called\");return e}function _classCallCheck$1(e,t){if(!(e instanceof t))throw new TypeError(\"Cannot call a class as a function\")}function _defineProperty$1(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function _getPrototypeOf$1(e){return(_getPrototypeOf$1=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function _inherits$1(e,t){if(\"function\"!=typeof t&&null!==t)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&_setPrototypeOf$1(e,t)}function _iterableToArrayLimit$1(e,t){var r=null==e?null:\"undefined\"!=typeof Symbol&&e[Symbol.iterator]||e[\"@@iterator\"];if(null!=r){var n,o,i=[],l=!0,a=!1;try{for(r=r.call(e);!(l=(n=r.next()).done)&&(i.push(n.value),!t||i.length!==t);l=!0);}catch(e){a=!0,o=e}finally{try{l||null==r.return||r.return()}finally{if(a)throw o}}return i}}function _nonIterableRest$1(){throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\\\\\\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}function _objectSpread$1(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{},n=Object.keys(r);\"function\"==typeof Object.getOwnPropertySymbols&&(n=n.concat(Object.getOwnPropertySymbols(r).filter(function(e){return Object.getOwnPropertyDescriptor(r,e).enumerable}))),n.forEach(function(t){_defineProperty$1(e,t,r[t])})}return e}function _possibleConstructorReturn$1(e,t){return!t||\"object\"!==_typeof$1(t)&&\"function\"!=typeof t?_assertThisInitialized$1(e):t}function _setPrototypeOf$1(e,t){return(_setPrototypeOf$1=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function _slicedToArray$1(e,t){return _arrayWithHoles$1(e)||_iterableToArrayLimit$1(e,t)||_unsupportedIterableToArray$1(e,t)||_nonIterableRest$1()}var _typeof$1=function(e){return e&&\"undefined\"!=typeof Symbol&&e.constructor===Symbol?\"symbol\":typeof e};function _unsupportedIterableToArray$1(e,t){if(e){if(\"string\"==typeof e)return _arrayLikeToArray$1(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);return\"Object\"===r&&e.constructor&&(r=e.constructor.name),\"Map\"===r||\"Set\"===r?Array.from(r):\"Arguments\"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?_arrayLikeToArray$1(e,t):void 0}}function _isNativeReflectConstruct$1(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function _createSuper$1(e){var t=_isNativeReflectConstruct$1();return function(){var r,n=_getPrototypeOf$1(e);if(t){var o=_getPrototypeOf$1(this).constructor;r=Reflect.construct(n,arguments,o)}else r=n.apply(this,arguments);return _possibleConstructorReturn$1(this,r)}}function add_css$1(e){_vendor_browser_svelte_internal_index.append_styles(e,\"cnn-pcl-16crzd1\",\\'.tooltip-3R5ImY.cnn-pcl-16crzd1{display:inline-block;margin:26px 0 0 4px;position:relative}[data-theme=\"politics\"]{background-color:#262626;-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;color:#ffffff;font-family:cnn_sans_display, helveticaneue, Helvetica, Arial, Utkal, sans-serif;font-weight:400;font-size:12px;font-weight:normal;max-width:256px !important;padding:12px 16px}\\')}function create_fragment$1(e){var t,r,n,o,i;return r=new e[6]({props:{fill:e[0],height:e[1],label:e[2],width:e[3],fontColor:e[4]}}),{c:function(){t=_vendor_browser_svelte_internal_index.element(\"div\"),_vendor_browser_svelte_internal_index.create_component(r.$$.fragment),this.h()},l:function(e){t=_vendor_browser_svelte_internal_index.claim_element(e,\"DIV\",{class:!0,\"data-testid\":!0});var n=_vendor_browser_svelte_internal_index.children(t);_vendor_browser_svelte_internal_index.claim_component(r.$$.fragment,n),n.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(t,\"class\",\"tooltip-3R5ImY cnn-pcl-16crzd1\"),_vendor_browser_svelte_internal_index.attr(t,\"data-testid\",\"tooltip\")},m:function(l,a){_vendor_browser_svelte_internal_index.insert_hydration(l,t,a),_vendor_browser_svelte_internal_index.mount_component(r,t,null),n=!0,o||(i=_vendor_browser_svelte_internal_index.action_destroyer(tippable.call(null,t,_objectSpread$1({node:\".tooltip\"},e[5]))),o=!0)},p:function(e,t){var n=_slicedToArray$1(t,1)[0],o={};1&n&&(o.fill=e[0]),2&n&&(o.height=e[1]),4&n&&(o.label=e[2]),8&n&&(o.width=e[3]),16&n&&(o.fontColor=e[4]),r.$set(o)},i:function(e){n||(_vendor_browser_svelte_internal_index.transition_in(r.$$.fragment,e),n=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(r.$$.fragment,e),n=!1},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(t),_vendor_browser_svelte_internal_index.destroy_component(r),o=!1,i()}}}function instance$1(e,t,r){var n=t.fill,o=void 0===n?\"#262626\":n,i=t.height,l=void 0===i?10:i,a=t.label,s=void 0===a?\"Aria Label\":a,c=t.informationText,_=t.width,u=void 0===_?10:_,f=t.fontColor,d=void 0===f?\"#fff\":f,p=t.useVossiInfoIcon,b=void 0!==p&&p,y=t.allowHTML,v=void 0!==y&&y,h={content:c,placement:\"bottom\",theme:\"politics\",allowHTML:v},w=b?icons_lib_browser.VossiInfoIcon:icons_lib_browser.InfoIcon;return e.$$set=function(e){\"fill\"in e&&r(0,o=e.fill),\"height\"in e&&r(1,l=e.height),\"label\"in e&&r(2,s=e.label),\"informationText\"in e&&r(7,c=e.informationText),\"width\"in e&&r(3,u=e.width),\"fontColor\"in e&&r(4,d=e.fontColor),\"useVossiInfoIcon\"in e&&r(8,b=e.useVossiInfoIcon),\"allowHTML\"in e&&r(9,v=e.allowHTML)},[o,l,s,u,d,h,w,c,b,v]}var ToolTip=function(e){_inherits$1(r,_vendor_browser_svelte_internal_index.SvelteComponent);var t=_createSuper$1(r);function r(e){var n;return _classCallCheck$1(this,r),n=t.call(this),_vendor_browser_svelte_internal_index.init(_assertThisInitialized$1(n),e,instance$1,create_fragment$1,_vendor_browser_svelte_internal_index.safe_not_equal,{fill:0,height:1,label:2,informationText:7,width:3,fontColor:4,useVossiInfoIcon:8,allowHTML:9},add_css$1),n}return r}(),ToolTip$1=ToolTip;function _arrayLikeToArray(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}function _arrayWithHoles(e){if(Array.isArray(e))return e}function _assertThisInitialized(e){if(void 0===e)throw new ReferenceError(\"this hasn\\'t been initialised - super() hasn\\'t been called\");return e}function _classCallCheck(e,t){if(!(e instanceof t))throw new TypeError(\"Cannot call a class as a function\")}function _defineProperty(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function _getPrototypeOf(e){return(_getPrototypeOf=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function _inherits(e,t){if(\"function\"!=typeof t&&null!==t)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&_setPrototypeOf(e,t)}function _iterableToArrayLimit(e,t){var r=null==e?null:\"undefined\"!=typeof Symbol&&e[Symbol.iterator]||e[\"@@iterator\"];if(null!=r){var n,o,i=[],l=!0,a=!1;try{for(r=r.call(e);!(l=(n=r.next()).done)&&(i.push(n.value),!t||i.length!==t);l=!0);}catch(e){a=!0,o=e}finally{try{l||null==r.return||r.return()}finally{if(a)throw o}}return i}}function _nonIterableRest(){throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\\\\\\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}function _objectSpread(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{},n=Object.keys(r);\"function\"==typeof Object.getOwnPropertySymbols&&(n=n.concat(Object.getOwnPropertySymbols(r).filter(function(e){return Object.getOwnPropertyDescriptor(r,e).enumerable}))),n.forEach(function(t){_defineProperty(e,t,r[t])})}return e}function _possibleConstructorReturn(e,t){return!t||\"object\"!==_typeof(t)&&\"function\"!=typeof t?_assertThisInitialized(e):t}function _setPrototypeOf(e,t){return(_setPrototypeOf=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function _slicedToArray(e,t){return _arrayWithHoles(e)||_iterableToArrayLimit(e,t)||_unsupportedIterableToArray(e,t)||_nonIterableRest()}var _typeof=function(e){return e&&\"undefined\"!=typeof Symbol&&e.constructor===Symbol?\"symbol\":typeof e};function _unsupportedIterableToArray(e,t){if(e){if(\"string\"==typeof e)return _arrayLikeToArray(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);return\"Object\"===r&&e.constructor&&(r=e.constructor.name),\"Map\"===r||\"Set\"===r?Array.from(r):\"Arguments\"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?_arrayLikeToArray(e,t):void 0}}function _isNativeReflectConstruct(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function _createSuper(e){var t=_isNativeReflectConstruct();return function(){var r,n=_getPrototypeOf(e);if(t){var o=_getPrototypeOf(this).constructor;r=Reflect.construct(n,arguments,o)}else r=n.apply(this,arguments);return _possibleConstructorReturn(this,r)}}var window_1=_vendor_browser_svelte_internal_index.globals.window;function add_css(e){_vendor_browser_svelte_internal_index.append_styles(e,\"cnn-pcl-qhsuxp\",\\'[data-theme=\"politics\"]{background-color:#262626;-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;color:#ffffff;font-family:cnn_sans_display, helveticaneue, Helvetica, Arial, Utkal, sans-serif;font-weight:400;font-size:12px;font-weight:normal;max-width:256px !important;padding:12px 16px}\\')}function create_fragment(e){var t,r,n,o,i=e[6].default,l=_vendor_browser_svelte_internal_index.create_slot(i,e,e[5],null);return{c:function(){t=_vendor_browser_svelte_internal_index.element(\"div\"),l&&l.c(),this.h()},l:function(e){t=_vendor_browser_svelte_internal_index.claim_element(e,\"DIV\",{\"data-testid\":!0});var r=_vendor_browser_svelte_internal_index.children(t);l&&l.l(r),r.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(t,\"data-testid\",\"tooltip\")},m:function(i,a){_vendor_browser_svelte_internal_index.insert_hydration(i,t,a),l&&l.m(t,null),r=!0,n||(o=[_vendor_browser_svelte_internal_index.listen(window_1,\"wheel\",e[1]),_vendor_browser_svelte_internal_index.listen(window_1,\"scroll\",e[1]),_vendor_browser_svelte_internal_index.action_destroyer(tippable.call(null,t,_objectSpread({node:\".tooltip\"},e[0])))],n=!0)},p:function(e,t){var n=_slicedToArray(t,1)[0];l&&l.p&&(!r||32&n)&&_vendor_browser_svelte_internal_index.update_slot_base(l,i,e,e[5],r?_vendor_browser_svelte_internal_index.get_slot_changes(i,e[5],n,null):_vendor_browser_svelte_internal_index.get_all_dirty_from_scope(e[5]),null)},i:function(e){r||(_vendor_browser_svelte_internal_index.transition_in(l,e),r=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(l,e),r=!1},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(t),l&&l.d(e),n=!1,_vendor_browser_svelte_internal_index.run_all(o)}}}function instance(e,t,r){var n,o=t.$$slots,i=void 0===o?{}:o,l=t.$$scope,a=t.informationText,s=t.placement,c=void 0===s?\"bottom-start\":s,_=t.zIndex,u=void 0===_?30:_,f=!(\"undefined\"==typeof window||\"function\"!=typeof window.matchMedia)&&window.matchMedia(\"(min-width: 768px)\").matches,d={content:a,trigger:f?\"mouseenter focus\":\"click\",placement:c,theme:\"politics\",zIndex:u,onTrigger:function(e){n=e}};return e.$$set=function(e){\"informationText\"in e&&r(2,a=e.informationText),\"placement\"in e&&r(3,c=e.placement),\"zIndex\"in e&&r(4,u=e.zIndex),\"$$scope\"in e&&r(5,l=e.$$scope)},[d,function(){n&&n.hide()},a,c,u,l,i]}var ToolTipHoc=function(e){_inherits(r,_vendor_browser_svelte_internal_index.SvelteComponent);var t=_createSuper(r);function r(e){var n;return _classCallCheck(this,r),n=t.call(this),_vendor_browser_svelte_internal_index.init(_assertThisInitialized(n),e,instance,create_fragment,_vendor_browser_svelte_internal_index.safe_not_equal,{informationText:2,placement:3,zIndex:4},add_css),n}return r}();exports.ToolTip=ToolTip$1,exports.ToolTipHoc=ToolTipHoc,exports.tippable=tippable;\\n}, {\"548\":548,\"634\":634,\"1614\":1614}];\\nwindow.modules[\"2278\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_svelte_internal_index=require(548),_lib_browser_common_constants_raceRatingsConfigs=require(648),balanceOfPower_lib_browser=require(2257),raceRatingsTextBox_lib_browser=require(2279),sdk_transformers_raceRatingsTags=require(2292),raceRatingsBop_lib_browser=require(2287),_lib_browser_common_helpers_cssvars=require(612);function _arrayLikeToArray$1(e,n){(null==n||n>e.length)&&(n=e.length);for(var r=0,t=new Array(n);r<n;r++)t[r]=e[r];return t}function _arrayWithHoles$1(e){if(Array.isArray(e))return e}function _assertThisInitialized$1(e){if(void 0===e)throw new ReferenceError(\"this hasn\\'t been initialised - super() hasn\\'t been called\");return e}function _classCallCheck$1(e,n){if(!(e instanceof n))throw new TypeError(\"Cannot call a class as a function\")}function _getPrototypeOf$1(e){return(_getPrototypeOf$1=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function _inherits$1(e,n){if(\"function\"!=typeof n&&null!==n)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(n&&n.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),n&&_setPrototypeOf$1(e,n)}function _iterableToArrayLimit$1(e,n){var r=null==e?null:\"undefined\"!=typeof Symbol&&e[Symbol.iterator]||e[\"@@iterator\"];if(null!=r){var t,_,o=[],i=!0,a=!1;try{for(r=r.call(e);!(i=(t=r.next()).done)&&(o.push(t.value),!n||o.length!==n);i=!0);}catch(e){a=!0,_=e}finally{try{i||null==r.return||r.return()}finally{if(a)throw _}}return o}}function _nonIterableRest$1(){throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\\\\\\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}function _possibleConstructorReturn$1(e,n){return!n||\"object\"!==_typeof$1(n)&&\"function\"!=typeof n?_assertThisInitialized$1(e):n}function _setPrototypeOf$1(e,n){return(_setPrototypeOf$1=Object.setPrototypeOf||function(e,n){return e.__proto__=n,e})(e,n)}function _slicedToArray$1(e,n){return _arrayWithHoles$1(e)||_iterableToArrayLimit$1(e,n)||_unsupportedIterableToArray$1(e,n)||_nonIterableRest$1()}var _typeof$1=function(e){return e&&\"undefined\"!=typeof Symbol&&e.constructor===Symbol?\"symbol\":typeof e};function _unsupportedIterableToArray$1(e,n){if(e){if(\"string\"==typeof e)return _arrayLikeToArray$1(e,n);var r=Object.prototype.toString.call(e).slice(8,-1);return\"Object\"===r&&e.constructor&&(r=e.constructor.name),\"Map\"===r||\"Set\"===r?Array.from(r):\"Arguments\"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?_arrayLikeToArray$1(e,n):void 0}}function _isNativeReflectConstruct$1(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function _createSuper$1(e){var n=_isNativeReflectConstruct$1();return function(){var r,t=_getPrototypeOf$1(e);if(n){var _=_getPrototypeOf$1(this).constructor;r=Reflect.construct(t,arguments,_)}else r=t.apply(this,arguments);return _possibleConstructorReturn$1(this,r)}}function add_css$1(e){_vendor_browser_svelte_internal_index.append_styles(e,\"cnn-pcl-4kzcjq\",\".race-ratings-label-item-container-Aa45MO.cnn-pcl-4kzcjq{display:flex;margin-bottom:10px}.race-ratings-label-box-2oam0m.cnn-pcl-4kzcjq{width:27px;height:20px;border:1px solid #000000;margin-right:15px}.race-ratings-label-text-2fW8wb.cnn-pcl-4kzcjq{font-family:cnn_sans_display, helveticaneue, Helvetica, Arial, Utkal, sans-serif;font-weight:400;font-style:normal;font-weight:400;font-size:14px;line-height:21px}\")}function create_fragment$1(e){var n,r,t,_,o,i;return{c:function(){n=_vendor_browser_svelte_internal_index.element(\"div\"),r=_vendor_browser_svelte_internal_index.element(\"div\"),_=_vendor_browser_svelte_internal_index.space(),o=_vendor_browser_svelte_internal_index.element(\"span\"),i=_vendor_browser_svelte_internal_index.text(e[1]),this.h()},l:function(t){n=_vendor_browser_svelte_internal_index.claim_element(t,\"DIV\",{class:!0});var a=_vendor_browser_svelte_internal_index.children(n);r=_vendor_browser_svelte_internal_index.claim_element(a,\"DIV\",{class:!0,style:!0}),_vendor_browser_svelte_internal_index.children(r).forEach(_vendor_browser_svelte_internal_index.detach),_=_vendor_browser_svelte_internal_index.claim_space(a),o=_vendor_browser_svelte_internal_index.claim_element(a,\"SPAN\",{class:!0});var s=_vendor_browser_svelte_internal_index.children(o);i=_vendor_browser_svelte_internal_index.claim_text(s,e[1]),s.forEach(_vendor_browser_svelte_internal_index.detach),a.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(r,\"class\",\"race-ratings-label-box-2oam0m cnn-pcl-4kzcjq\"),_vendor_browser_svelte_internal_index.attr(r,\"style\",t=\"background-color: \".concat(e[0])),_vendor_browser_svelte_internal_index.attr(o,\"class\",\"race-ratings-label-text-2fW8wb cnn-pcl-4kzcjq\"),_vendor_browser_svelte_internal_index.attr(n,\"class\",\"race-ratings-label-item-container-Aa45MO cnn-pcl-4kzcjq\")},m:function(e,t){_vendor_browser_svelte_internal_index.insert_hydration(e,n,t),_vendor_browser_svelte_internal_index.append_hydration(n,r),_vendor_browser_svelte_internal_index.append_hydration(n,_),_vendor_browser_svelte_internal_index.append_hydration(n,o),_vendor_browser_svelte_internal_index.append_hydration(o,i)},p:function(e,n){var _=_slicedToArray$1(n,1)[0];1&_&&t!==(t=\"background-color: \".concat(e[0]))&&_vendor_browser_svelte_internal_index.attr(r,\"style\",t),2&_&&_vendor_browser_svelte_internal_index.set_data(i,e[1])},i:_vendor_browser_svelte_internal_index.noop,o:_vendor_browser_svelte_internal_index.noop,d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n)}}}function instance$1(e,n,r){var t=n.labelColor,_=void 0===t?\"\":t,o=n.labelText,i=void 0===o?\"Test Label\":o;return e.$$set=function(e){\"labelColor\"in e&&r(0,_=e.labelColor),\"labelText\"in e&&r(1,i=e.labelText)},[_,i]}var LegendItem=function(e){_inherits$1(r,_vendor_browser_svelte_internal_index.SvelteComponent);var n=_createSuper$1(r);function r(e){var t;return _classCallCheck$1(this,r),t=n.call(this),_vendor_browser_svelte_internal_index.init(_assertThisInitialized$1(t),e,instance$1,create_fragment$1,_vendor_browser_svelte_internal_index.safe_not_equal,{labelColor:0,labelText:1},add_css$1),t}return r}();function _arrayLikeToArray(e,n){(null==n||n>e.length)&&(n=e.length);for(var r=0,t=new Array(n);r<n;r++)t[r]=e[r];return t}function _arrayWithHoles(e){if(Array.isArray(e))return e}function _assertThisInitialized(e){if(void 0===e)throw new ReferenceError(\"this hasn\\'t been initialised - super() hasn\\'t been called\");return e}function _classCallCheck(e,n){if(!(e instanceof n))throw new TypeError(\"Cannot call a class as a function\")}function _getPrototypeOf(e){return(_getPrototypeOf=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function _inherits(e,n){if(\"function\"!=typeof n&&null!==n)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(n&&n.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),n&&_setPrototypeOf(e,n)}function _iterableToArrayLimit(e,n){var r=null==e?null:\"undefined\"!=typeof Symbol&&e[Symbol.iterator]||e[\"@@iterator\"];if(null!=r){var t,_,o=[],i=!0,a=!1;try{for(r=r.call(e);!(i=(t=r.next()).done)&&(o.push(t.value),!n||o.length!==n);i=!0);}catch(e){a=!0,_=e}finally{try{i||null==r.return||r.return()}finally{if(a)throw _}}return o}}function _nonIterableRest(){throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\\\\\\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}function _possibleConstructorReturn(e,n){return!n||\"object\"!==_typeof(n)&&\"function\"!=typeof n?_assertThisInitialized(e):n}function _setPrototypeOf(e,n){return(_setPrototypeOf=Object.setPrototypeOf||function(e,n){return e.__proto__=n,e})(e,n)}function _slicedToArray(e,n){return _arrayWithHoles(e)||_iterableToArrayLimit(e,n)||_unsupportedIterableToArray(e,n)||_nonIterableRest()}var _typeof=function(e){return e&&\"undefined\"!=typeof Symbol&&e.constructor===Symbol?\"symbol\":typeof e};function _unsupportedIterableToArray(e,n){if(e){if(\"string\"==typeof e)return _arrayLikeToArray(e,n);var r=Object.prototype.toString.call(e).slice(8,-1);return\"Object\"===r&&e.constructor&&(r=e.constructor.name),\"Map\"===r||\"Set\"===r?Array.from(r):\"Arguments\"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?_arrayLikeToArray(e,n):void 0}}function _isNativeReflectConstruct(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function _createSuper(e){var n=_isNativeReflectConstruct();return function(){var r,t=_getPrototypeOf(e);if(n){var _=_getPrototypeOf(this).constructor;r=Reflect.construct(t,arguments,_)}else r=t.apply(this,arguments);return _possibleConstructorReturn(this,r)}}function add_css(e){_vendor_browser_svelte_internal_index.append_styles(e,\"cnn-pcl-1igd34d\",\".race-ratings-label-container-3t0IJs.cnn-pcl-1igd34d{display:flex;justify-content:center;margin-top:40px;margin-bottom:20px}.race-ratings-label-group-3WvrgF.cnn-pcl-1igd34d{margin-right:20px}\")}function get_each_context(e,n,r){var t=e.slice();return t[10]=n[r],t}function get_each_context_1(e,n,r){var t=e.slice();return t[10]=n[r],t}function create_if_block(e){var n,r,t,_,o,i,a,s,l,c,d,v,u,b,f;r=new raceRatingsTextBox_lib_browser.RaceRatingsTextBox({props:{results:sdk_transformers_raceRatingsTags.NationalRaceRatingsReducer(e[4]),text:e[5],fontSize:e[6]}}),_=new balanceOfPower_lib_browser.Balance_of_power({props:{raceType:e[1],results:e[0],desiredCaptions:e[7],captionSelector:e[3],thresholdPercentage:50,thresholdLabel:e[2]}}),s=new LegendItem({props:{labelColor:_lib_browser_common_constants_raceRatingsConfigs.COLORS_CONFIG.tossUp.ratingColor,labelText:\"Toss-up seats\"}});for(var p=e[9],x=[],w=0;w<p.length;w+=1)x[w]=create_each_block_1(get_each_context_1(e,p,w));for(var m=function(e){return _vendor_browser_svelte_internal_index.transition_out(x[e],1,1,function(){x[e]=null})},h=e[8],y=[],g=0;g<h.length;g+=1)y[g]=create_each_block(get_each_context(e,h,g));var $=function(e){return _vendor_browser_svelte_internal_index.transition_out(y[e],1,1,function(){y[e]=null})};return b=new raceRatingsBop_lib_browser.RatingsLastUpdated({props:{results:e[0]}}),{c:function(){n=_vendor_browser_svelte_internal_index.element(\"div\"),_vendor_browser_svelte_internal_index.create_component(r.$$.fragment),t=_vendor_browser_svelte_internal_index.space(),_vendor_browser_svelte_internal_index.create_component(_.$$.fragment),o=_vendor_browser_svelte_internal_index.space(),i=_vendor_browser_svelte_internal_index.element(\"div\"),a=_vendor_browser_svelte_internal_index.element(\"div\"),_vendor_browser_svelte_internal_index.create_component(s.$$.fragment),l=_vendor_browser_svelte_internal_index.space(),c=_vendor_browser_svelte_internal_index.element(\"div\");for(var e=0;e<x.length;e+=1)x[e].c();d=_vendor_browser_svelte_internal_index.space(),v=_vendor_browser_svelte_internal_index.element(\"div\");for(var f=0;f<y.length;f+=1)y[f].c();u=_vendor_browser_svelte_internal_index.space(),_vendor_browser_svelte_internal_index.create_component(b.$$.fragment),this.h()},l:function(e){n=_vendor_browser_svelte_internal_index.claim_element(e,\"DIV\",{style:!0});var f=_vendor_browser_svelte_internal_index.children(n);_vendor_browser_svelte_internal_index.claim_component(r.$$.fragment,f),t=_vendor_browser_svelte_internal_index.claim_space(f),_vendor_browser_svelte_internal_index.claim_component(_.$$.fragment,f),o=_vendor_browser_svelte_internal_index.claim_space(f),i=_vendor_browser_svelte_internal_index.claim_element(f,\"DIV\",{class:!0});var p=_vendor_browser_svelte_internal_index.children(i);a=_vendor_browser_svelte_internal_index.claim_element(p,\"DIV\",{class:!0});var w=_vendor_browser_svelte_internal_index.children(a);_vendor_browser_svelte_internal_index.claim_component(s.$$.fragment,w),w.forEach(_vendor_browser_svelte_internal_index.detach),l=_vendor_browser_svelte_internal_index.claim_space(p),c=_vendor_browser_svelte_internal_index.claim_element(p,\"DIV\",{class:!0});for(var m=_vendor_browser_svelte_internal_index.children(c),h=0;h<x.length;h+=1)x[h].l(m);m.forEach(_vendor_browser_svelte_internal_index.detach),d=_vendor_browser_svelte_internal_index.claim_space(p),v=_vendor_browser_svelte_internal_index.claim_element(p,\"DIV\",{class:!0});for(var g=_vendor_browser_svelte_internal_index.children(v),$=0;$<y.length;$+=1)y[$].l(g);g.forEach(_vendor_browser_svelte_internal_index.detach),p.forEach(_vendor_browser_svelte_internal_index.detach),u=_vendor_browser_svelte_internal_index.claim_space(f),_vendor_browser_svelte_internal_index.claim_component(b.$$.fragment,f),f.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(a,\"class\",\"race-ratings-label-group-3WvrgF cnn-pcl-1igd34d\"),_vendor_browser_svelte_internal_index.attr(c,\"class\",\"race-ratings-label-group-3WvrgF cnn-pcl-1igd34d\"),_vendor_browser_svelte_internal_index.attr(v,\"class\",\"race-ratings-label-group-3WvrgF cnn-pcl-1igd34d\"),_vendor_browser_svelte_internal_index.attr(i,\"class\",\"race-ratings-label-container-3t0IJs cnn-pcl-1igd34d\"),_vendor_browser_svelte_internal_index.attr(n,\"style\",_lib_browser_common_helpers_cssvars.cssvars({minBopBarHeight:\"46px\"}))},m:function(e,p){_vendor_browser_svelte_internal_index.insert_hydration(e,n,p),_vendor_browser_svelte_internal_index.mount_component(r,n,null),_vendor_browser_svelte_internal_index.append_hydration(n,t),_vendor_browser_svelte_internal_index.mount_component(_,n,null),_vendor_browser_svelte_internal_index.append_hydration(n,o),_vendor_browser_svelte_internal_index.append_hydration(n,i),_vendor_browser_svelte_internal_index.append_hydration(i,a),_vendor_browser_svelte_internal_index.mount_component(s,a,null),_vendor_browser_svelte_internal_index.append_hydration(i,l),_vendor_browser_svelte_internal_index.append_hydration(i,c);for(var w=0;w<x.length;w+=1)x[w].m(c,null);_vendor_browser_svelte_internal_index.append_hydration(i,d),_vendor_browser_svelte_internal_index.append_hydration(i,v);for(var m=0;m<y.length;m+=1)y[m].m(v,null);_vendor_browser_svelte_internal_index.append_hydration(n,u),_vendor_browser_svelte_internal_index.mount_component(b,n,null),f=!0},p:function(e,n){var t={};16&n&&(t.results=sdk_transformers_raceRatingsTags.NationalRaceRatingsReducer(e[4])),32&n&&(t.text=e[5]),64&n&&(t.fontSize=e[6]),r.$set(t);var o={};if(2&n&&(o.raceType=e[1]),1&n&&(o.results=e[0]),8&n&&(o.captionSelector=e[3]),4&n&&(o.thresholdLabel=e[2]),_.$set(o),512&n){var i;for(p=e[9],i=0;i<p.length;i+=1){var a=get_each_context_1(e,p,i);x[i]?(x[i].p(a,n),_vendor_browser_svelte_internal_index.transition_in(x[i],1)):(x[i]=create_each_block_1(a),x[i].c(),_vendor_browser_svelte_internal_index.transition_in(x[i],1),x[i].m(c,null))}for(_vendor_browser_svelte_internal_index.group_outros(),i=p.length;i<x.length;i+=1)m(i);_vendor_browser_svelte_internal_index.check_outros()}if(256&n){var s;for(h=e[8],s=0;s<h.length;s+=1){var l=get_each_context(e,h,s);y[s]?(y[s].p(l,n),_vendor_browser_svelte_internal_index.transition_in(y[s],1)):(y[s]=create_each_block(l),y[s].c(),_vendor_browser_svelte_internal_index.transition_in(y[s],1),y[s].m(v,null))}for(_vendor_browser_svelte_internal_index.group_outros(),s=h.length;s<y.length;s+=1)$(s);_vendor_browser_svelte_internal_index.check_outros()}var d={};1&n&&(d.results=e[0]),b.$set(d)},i:function(e){if(!f){_vendor_browser_svelte_internal_index.transition_in(r.$$.fragment,e),_vendor_browser_svelte_internal_index.transition_in(_.$$.fragment,e),_vendor_browser_svelte_internal_index.transition_in(s.$$.fragment,e);for(var n=0;n<p.length;n+=1)_vendor_browser_svelte_internal_index.transition_in(x[n]);for(var t=0;t<h.length;t+=1)_vendor_browser_svelte_internal_index.transition_in(y[t]);_vendor_browser_svelte_internal_index.transition_in(b.$$.fragment,e),f=!0}},o:function(e){_vendor_browser_svelte_internal_index.transition_out(r.$$.fragment,e),_vendor_browser_svelte_internal_index.transition_out(_.$$.fragment,e),_vendor_browser_svelte_internal_index.transition_out(s.$$.fragment,e),x=x.filter(Boolean);for(var n=0;n<x.length;n+=1)_vendor_browser_svelte_internal_index.transition_out(x[n]);y=y.filter(Boolean);for(var t=0;t<y.length;t+=1)_vendor_browser_svelte_internal_index.transition_out(y[t]);_vendor_browser_svelte_internal_index.transition_out(b.$$.fragment,e),f=!1},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n),_vendor_browser_svelte_internal_index.destroy_component(r),_vendor_browser_svelte_internal_index.destroy_component(_),_vendor_browser_svelte_internal_index.destroy_component(s),_vendor_browser_svelte_internal_index.destroy_each(x,e),_vendor_browser_svelte_internal_index.destroy_each(y,e),_vendor_browser_svelte_internal_index.destroy_component(b)}}}function create_each_block_1(e){var n,r;return n=new LegendItem({props:{labelColor:_lib_browser_common_constants_raceRatingsConfigs.COLORS_CONFIG[e[10]].ratingColor,labelText:_lib_browser_common_constants_raceRatingsConfigs.TAGS_CONFIG[e[10]]}}),{c:function(){_vendor_browser_svelte_internal_index.create_component(n.$$.fragment)},l:function(e){_vendor_browser_svelte_internal_index.claim_component(n.$$.fragment,e)},m:function(e,t){_vendor_browser_svelte_internal_index.mount_component(n,e,t),r=!0},p:_vendor_browser_svelte_internal_index.noop,i:function(e){r||(_vendor_browser_svelte_internal_index.transition_in(n.$$.fragment,e),r=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(n.$$.fragment,e),r=!1},d:function(e){_vendor_browser_svelte_internal_index.destroy_component(n,e)}}}function create_each_block(e){var n,r;return n=new LegendItem({props:{labelColor:_lib_browser_common_constants_raceRatingsConfigs.COLORS_CONFIG[e[10]].ratingColor,labelText:_lib_browser_common_constants_raceRatingsConfigs.TAGS_CONFIG[e[10]]}}),{c:function(){_vendor_browser_svelte_internal_index.create_component(n.$$.fragment)},l:function(e){_vendor_browser_svelte_internal_index.claim_component(n.$$.fragment,e)},m:function(e,t){_vendor_browser_svelte_internal_index.mount_component(n,e,t),r=!0},p:_vendor_browser_svelte_internal_index.noop,i:function(e){r||(_vendor_browser_svelte_internal_index.transition_in(n.$$.fragment,e),r=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(n.$$.fragment,e),r=!1},d:function(e){_vendor_browser_svelte_internal_index.destroy_component(n,e)}}}function create_fragment(e){var n,r,t=null!==e[0]&&create_if_block(e);return{c:function(){t&&t.c(),n=_vendor_browser_svelte_internal_index.empty()},l:function(e){t&&t.l(e),n=_vendor_browser_svelte_internal_index.empty()},m:function(e,_){t&&t.m(e,_),_vendor_browser_svelte_internal_index.insert_hydration(e,n,_),r=!0},p:function(e,r){var _=_slicedToArray(r,1)[0];null!==e[0]?t?(t.p(e,_),1&_&&_vendor_browser_svelte_internal_index.transition_in(t,1)):((t=create_if_block(e)).c(),_vendor_browser_svelte_internal_index.transition_in(t,1),t.m(n.parentNode,n)):t&&(_vendor_browser_svelte_internal_index.group_outros(),_vendor_browser_svelte_internal_index.transition_out(t,1,1,function(){t=null}),_vendor_browser_svelte_internal_index.check_outros())},i:function(e){r||(_vendor_browser_svelte_internal_index.transition_in(t),r=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(t),r=!1},d:function(e){t&&t.d(e),e&&_vendor_browser_svelte_internal_index.detach(n)}}}function instance(e,n,r){var t=n.results,_=void 0===t?null:t,o=n.raceType,i=void 0===o?null:o,a=n.thresholdLabel,s=void 0===a?\"\":a,l=n.captionSelector,c=void 0===l?\"meta.rating\":l,d=n.textBoxResults,v=n.textDesktop,u=n.fontSize,b=_lib_browser_common_constants_raceRatingsConfigs.CAPTION_COLLECTIONS[i];return e.$$set=function(e){\"results\"in e&&r(0,_=e.results),\"raceType\"in e&&r(1,i=e.raceType),\"thresholdLabel\"in e&&r(2,s=e.thresholdLabel),\"captionSelector\"in e&&r(3,c=e.captionSelector),\"textBoxResults\"in e&&r(4,d=e.textBoxResults),\"textDesktop\"in e&&r(5,v=e.textDesktop),\"fontSize\"in e&&r(6,u=e.fontSize)},[_,i,s,c,d,v,u,b,[\"tiltRep\",\"leanRep\",\"likelyRep\",\"solidRep\"],[\"tiltDem\",\"leanDem\",\"likelyDem\",\"solidDem\"]]}var RaceRatingsCompositeDesktop=function(e){_inherits(r,_vendor_browser_svelte_internal_index.SvelteComponent);var n=_createSuper(r);function r(e){var t;return _classCallCheck(this,r),t=n.call(this),_vendor_browser_svelte_internal_index.init(_assertThisInitialized(t),e,instance,create_fragment,_vendor_browser_svelte_internal_index.safe_not_equal,{results:0,raceType:1,thresholdLabel:2,captionSelector:3,textBoxResults:4,textDesktop:5,fontSize:6},add_css),t}return r}();exports.RaceRatingsCompositeDesktop=RaceRatingsCompositeDesktop;\\n}, {\"548\":548,\"612\":612,\"648\":648,\"2257\":2257,\"2279\":2279,\"2287\":2287,\"2292\":2292}];\\nwindow.modules[\"2279\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_svelte_internal_index=require(548),_lib_browser_common_helpers_cssvars=require(612),raceRatingTag_lib_browser=require(2280),_vendor_browser_lodash_find=require(697),RATING_TAG_REGEX=/(::Rating-.*?::)/g,RATING_NAME_REGEX=/::Rating-(.*?)::/,splitTextToArray=function(e){return\"string\"==typeof e?e.split(RATING_TAG_REGEX):[]},matchComponent=function(e){var n;return null===(n=RATING_NAME_REGEX.exec(e))||void 0===n?void 0:n[1]};function _arrayLikeToArray(e,n){(null==n||n>e.length)&&(n=e.length);for(var r=0,t=new Array(n);r<n;r++)t[r]=e[r];return t}function _arrayWithHoles(e){if(Array.isArray(e))return e}function _assertThisInitialized(e){if(void 0===e)throw new ReferenceError(\"this hasn\\'t been initialised - super() hasn\\'t been called\");return e}function _classCallCheck(e,n){if(!(e instanceof n))throw new TypeError(\"Cannot call a class as a function\")}function _getPrototypeOf(e){return(_getPrototypeOf=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function _inherits(e,n){if(\"function\"!=typeof n&&null!==n)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(n&&n.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),n&&_setPrototypeOf(e,n)}function _iterableToArrayLimit(e,n){var r=null==e?null:\"undefined\"!=typeof Symbol&&e[Symbol.iterator]||e[\"@@iterator\"];if(null!=r){var t,_,o=[],i=!0,s=!1;try{for(r=r.call(e);!(i=(t=r.next()).done)&&(o.push(t.value),!n||o.length!==n);i=!0);}catch(e){s=!0,_=e}finally{try{i||null==r.return||r.return()}finally{if(s)throw _}}return o}}function _nonIterableRest(){throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\\\\\\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}function _possibleConstructorReturn(e,n){return!n||\"object\"!==_typeof(n)&&\"function\"!=typeof n?_assertThisInitialized(e):n}function _setPrototypeOf(e,n){return(_setPrototypeOf=Object.setPrototypeOf||function(e,n){return e.__proto__=n,e})(e,n)}function _slicedToArray(e,n){return _arrayWithHoles(e)||_iterableToArrayLimit(e,n)||_unsupportedIterableToArray(e,n)||_nonIterableRest()}var _typeof=function(e){return e&&\"undefined\"!=typeof Symbol&&e.constructor===Symbol?\"symbol\":typeof e};function _unsupportedIterableToArray(e,n){if(e){if(\"string\"==typeof e)return _arrayLikeToArray(e,n);var r=Object.prototype.toString.call(e).slice(8,-1);return\"Object\"===r&&e.constructor&&(r=e.constructor.name),\"Map\"===r||\"Set\"===r?Array.from(r):\"Arguments\"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?_arrayLikeToArray(e,n):void 0}}function _isNativeReflectConstruct(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function _createSuper(e){var n=_isNativeReflectConstruct();return function(){var r,t=_getPrototypeOf(e);if(n){var _=_getPrototypeOf(this).constructor;r=Reflect.construct(t,arguments,_)}else r=t.apply(this,arguments);return _possibleConstructorReturn(this,r)}}function add_css(e){_vendor_browser_svelte_internal_index.append_styles(e,\"cnn-pcl-pdy2u9\",\".race-ratings-text-box-2jaN6W.cnn-pcl-pdy2u9{padding:5px 0;border-top:1px solid black}.race-ratings-text-box__text-jbLUCx.cnn-pcl-pdy2u9{font-size:var(--fontSize);font-family:cnn_sans_display, helveticaneue, Helvetica, Arial, Utkal, sans-serif;font-weight:400}.race-ratings-text-box__text-jbLUCx.cnn-pcl-pdy2u9 strong{font-family:cnn_sans_display, helveticaneue, Helvetica, Arial, Utkal, sans-serif;font-weight:700}@media screen and (min-width: 481px){.race-ratings-text-box-2jaN6W.cnn-pcl-pdy2u9{border:1px solid #000000;padding:5px 20px;margin:0 0 34px}}\")}function get_each_context(e,n,r){var t=e.slice();return t[5]=n[r],t}function create_if_block(e){var n,r,t,_,o=e[2].length&&create_if_block_1(e);return{c:function(){n=_vendor_browser_svelte_internal_index.element(\"div\"),r=_vendor_browser_svelte_internal_index.element(\"p\"),o&&o.c(),this.h()},l:function(e){n=_vendor_browser_svelte_internal_index.claim_element(e,\"DIV\",{\"data-testid\":!0,class:!0});var t=_vendor_browser_svelte_internal_index.children(n);r=_vendor_browser_svelte_internal_index.claim_element(t,\"P\",{class:!0,style:!0});var _=_vendor_browser_svelte_internal_index.children(r);o&&o.l(_),_.forEach(_vendor_browser_svelte_internal_index.detach),t.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(r,\"class\",\"race-ratings-text-box__text-jbLUCx cnn-pcl-pdy2u9\"),_vendor_browser_svelte_internal_index.attr(r,\"style\",t=_lib_browser_common_helpers_cssvars.cssvars({fontSize:e[1]})),_vendor_browser_svelte_internal_index.attr(n,\"data-testid\",\"race-ratings-text-box\"),_vendor_browser_svelte_internal_index.attr(n,\"class\",\"race-ratings-text-box-2jaN6W cnn-pcl-pdy2u9\")},m:function(e,t){_vendor_browser_svelte_internal_index.insert_hydration(e,n,t),_vendor_browser_svelte_internal_index.append_hydration(n,r),o&&o.m(r,null),_=!0},p:function(e,n){e[2].length?o?(o.p(e,n),4&n&&_vendor_browser_svelte_internal_index.transition_in(o,1)):((o=create_if_block_1(e)).c(),_vendor_browser_svelte_internal_index.transition_in(o,1),o.m(r,null)):o&&(_vendor_browser_svelte_internal_index.group_outros(),_vendor_browser_svelte_internal_index.transition_out(o,1,1,function(){o=null}),_vendor_browser_svelte_internal_index.check_outros()),(!_||2&n&&t!==(t=_lib_browser_common_helpers_cssvars.cssvars({fontSize:e[1]})))&&_vendor_browser_svelte_internal_index.attr(r,\"style\",t)},i:function(e){_||(_vendor_browser_svelte_internal_index.transition_in(o),_=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(o),_=!1},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n),o&&o.d()}}}function create_if_block_1(e){for(var n,r,t=e[2],_=[],o=0;o<t.length;o+=1)_[o]=create_each_block(get_each_context(e,t,o));var i=function(e){return _vendor_browser_svelte_internal_index.transition_out(_[e],1,1,function(){_[e]=null})};return{c:function(){for(var e=0;e<_.length;e+=1)_[e].c();n=_vendor_browser_svelte_internal_index.empty()},l:function(e){for(var r=0;r<_.length;r+=1)_[r].l(e);n=_vendor_browser_svelte_internal_index.empty()},m:function(e,t){for(var o=0;o<_.length;o+=1)_[o].m(e,t);_vendor_browser_svelte_internal_index.insert_hydration(e,n,t),r=!0},p:function(e,r){if(12&r){var o;for(t=e[2],o=0;o<t.length;o+=1){var s=get_each_context(e,t,o);_[o]?(_[o].p(s,r),_vendor_browser_svelte_internal_index.transition_in(_[o],1)):(_[o]=create_each_block(s),_[o].c(),_vendor_browser_svelte_internal_index.transition_in(_[o],1),_[o].m(n.parentNode,n))}for(_vendor_browser_svelte_internal_index.group_outros(),o=t.length;o<_.length;o+=1)i(o);_vendor_browser_svelte_internal_index.check_outros()}},i:function(e){if(!r){for(var n=0;n<t.length;n+=1)_vendor_browser_svelte_internal_index.transition_in(_[n]);r=!0}},o:function(e){_=_.filter(Boolean);for(var n=0;n<_.length;n+=1)_vendor_browser_svelte_internal_index.transition_out(_[n]);r=!1},d:function(e){_vendor_browser_svelte_internal_index.destroy_each(_,e),e&&_vendor_browser_svelte_internal_index.detach(n)}}}function create_else_block(e){var n,r,t=e[5]+\"\";return{c:function(){n=new _vendor_browser_svelte_internal_index.HtmlTagHydration(!1),r=_vendor_browser_svelte_internal_index.empty(),this.h()},l:function(e){n=_vendor_browser_svelte_internal_index.claim_html_tag(e,!1),r=_vendor_browser_svelte_internal_index.empty(),this.h()},h:function(){n.a=r},m:function(e,_){n.m(t,e,_),_vendor_browser_svelte_internal_index.insert_hydration(e,r,_)},p:function(e,r){4&r&&t!==(t=e[5]+\"\")&&n.p(t)},i:_vendor_browser_svelte_internal_index.noop,o:_vendor_browser_svelte_internal_index.noop,d:function(e){e&&_vendor_browser_svelte_internal_index.detach(r),e&&n.d()}}}function create_if_block_2(e){var n,r,t,_,o=function(e){for(var n={},r=0;r<i.length;r+=1)n=_vendor_browser_svelte_internal_index.assign(n,i[r]);return{props:n}},i=[e[3](e[5])],s=raceRatingTag_lib_browser.RaceRatingTag;return s&&(r=new s(o())),{c:function(){n=_vendor_browser_svelte_internal_index.element(\"span\"),r&&_vendor_browser_svelte_internal_index.create_component(r.$$.fragment),t=_vendor_browser_svelte_internal_index.space()},l:function(e){n=_vendor_browser_svelte_internal_index.claim_element(e,\"SPAN\",{});var _=_vendor_browser_svelte_internal_index.children(n);r&&_vendor_browser_svelte_internal_index.claim_component(r.$$.fragment,_),t=_vendor_browser_svelte_internal_index.claim_space(_),_.forEach(_vendor_browser_svelte_internal_index.detach)},m:function(e,o){_vendor_browser_svelte_internal_index.insert_hydration(e,n,o),r&&_vendor_browser_svelte_internal_index.mount_component(r,n,null),_vendor_browser_svelte_internal_index.append_hydration(n,t),_=!0},p:function(e,_){var a=12&_?_vendor_browser_svelte_internal_index.get_spread_update(i,[_vendor_browser_svelte_internal_index.get_spread_object(e[3](e[5]))]):{};if(s!==(s=raceRatingTag_lib_browser.RaceRatingTag)){if(r){_vendor_browser_svelte_internal_index.group_outros();var l=r;_vendor_browser_svelte_internal_index.transition_out(l.$$.fragment,1,0,function(){_vendor_browser_svelte_internal_index.destroy_component(l,1)}),_vendor_browser_svelte_internal_index.check_outros()}s?(r=new s(o()),_vendor_browser_svelte_internal_index.create_component(r.$$.fragment),_vendor_browser_svelte_internal_index.transition_in(r.$$.fragment,1),_vendor_browser_svelte_internal_index.mount_component(r,n,t)):r=null}else s&&r.$set(a)},i:function(e){_||(r&&_vendor_browser_svelte_internal_index.transition_in(r.$$.fragment,e),_=!0)},o:function(e){r&&_vendor_browser_svelte_internal_index.transition_out(r.$$.fragment,e),_=!1},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n),r&&_vendor_browser_svelte_internal_index.destroy_component(r)}}}function create_each_block(e){var n,r,t,_,o,i=function(e,r){return 4&r&&(n=null),null==n&&(n=!!matchComponent(e[5])),n?0:1},s=[create_if_block_2,create_else_block],a=[];return r=i(e,-1),t=a[r]=s[r](e),{c:function(){t.c(),_=_vendor_browser_svelte_internal_index.empty()},l:function(e){t.l(e),_=_vendor_browser_svelte_internal_index.empty()},m:function(e,n){a[r].m(e,n),_vendor_browser_svelte_internal_index.insert_hydration(e,_,n),o=!0},p:function(e,n){var o=r;(r=i(e,n))===o?a[r].p(e,n):(_vendor_browser_svelte_internal_index.group_outros(),_vendor_browser_svelte_internal_index.transition_out(a[o],1,1,function(){a[o]=null}),_vendor_browser_svelte_internal_index.check_outros(),(t=a[r])?t.p(e,n):(t=a[r]=s[r](e)).c(),_vendor_browser_svelte_internal_index.transition_in(t,1),t.m(_.parentNode,_))},i:function(e){o||(_vendor_browser_svelte_internal_index.transition_in(t),o=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(t),o=!1},d:function(e){a[r].d(e),e&&_vendor_browser_svelte_internal_index.detach(_)}}}function create_fragment(e){var n,r,t=Array.isArray(e[0])&&e[0].length>0,_=t&&create_if_block(e);return{c:function(){_&&_.c(),n=_vendor_browser_svelte_internal_index.empty()},l:function(e){_&&_.l(e),n=_vendor_browser_svelte_internal_index.empty()},m:function(e,t){_&&_.m(e,t),_vendor_browser_svelte_internal_index.insert_hydration(e,n,t),r=!0},p:function(e,r){var o=_slicedToArray(r,1)[0];1&o&&(t=Array.isArray(e[0])&&e[0].length>0),t?_?(_.p(e,o),1&o&&_vendor_browser_svelte_internal_index.transition_in(_,1)):((_=create_if_block(e)).c(),_vendor_browser_svelte_internal_index.transition_in(_,1),_.m(n.parentNode,n)):_&&(_vendor_browser_svelte_internal_index.group_outros(),_vendor_browser_svelte_internal_index.transition_out(_,1,1,function(){_=null}),_vendor_browser_svelte_internal_index.check_outros())},i:function(e){r||(_vendor_browser_svelte_internal_index.transition_in(_),r=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(_),r=!1},d:function(e){_&&_.d(e),e&&_vendor_browser_svelte_internal_index.detach(n)}}}function instance(e,n,r){var t,_=n.results,o=n.text,i=n.fontSize;return e.$$set=function(e){\"results\"in e&&r(0,_=e.results),\"text\"in e&&r(4,o=e.text),\"fontSize\"in e&&r(1,i=e.fontSize)},e.$$.update=function(){16&e.$$.dirty&&r(2,t=splitTextToArray(o))},[_,i,t,function(e){var n=matchComponent(e),r=_vendor_browser_lodash_find.find_1(_,function(e){return e.name===n});return r&&(r.label=1==r.numOfRatings?\"Seat\":\"Seats\"),r},o]}var RaceRatingsTextBox=function(e){_inherits(r,_vendor_browser_svelte_internal_index.SvelteComponent);var n=_createSuper(r);function r(e){var t;return _classCallCheck(this,r),t=n.call(this),_vendor_browser_svelte_internal_index.init(_assertThisInitialized(t),e,instance,create_fragment,_vendor_browser_svelte_internal_index.safe_not_equal,{results:0,text:4,fontSize:1},add_css),t}return r}(),RaceRatingsTextBox$1=RaceRatingsTextBox;exports.RaceRatingsTextBox=RaceRatingsTextBox$1;\\n}, {\"548\":548,\"612\":612,\"697\":697,\"2280\":2280}];\\nwindow.modules[\"2280\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_svelte_internal_index=require(548),_lib_browser_common_helpers_cssvars=require(612);function _arrayLikeToArray(e,r){(null==r||r>e.length)&&(r=e.length);for(var t=0,n=new Array(r);t<r;t++)n[t]=e[t];return n}function _arrayWithHoles(e){if(Array.isArray(e))return e}function _assertThisInitialized(e){if(void 0===e)throw new ReferenceError(\"this hasn\\'t been initialised - super() hasn\\'t been called\");return e}function _classCallCheck(e,r){if(!(e instanceof r))throw new TypeError(\"Cannot call a class as a function\")}function _getPrototypeOf(e){return(_getPrototypeOf=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function _inherits(e,r){if(\"function\"!=typeof r&&null!==r)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(r&&r.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),r&&_setPrototypeOf(e,r)}function _iterableToArrayLimit(e,r){var t=null==e?null:\"undefined\"!=typeof Symbol&&e[Symbol.iterator]||e[\"@@iterator\"];if(null!=t){var n,o,i=[],a=!0,s=!1;try{for(t=t.call(e);!(a=(n=t.next()).done)&&(i.push(n.value),!r||i.length!==r);a=!0);}catch(e){s=!0,o=e}finally{try{a||null==t.return||t.return()}finally{if(s)throw o}}return i}}function _nonIterableRest(){throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\\\\\\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}function _possibleConstructorReturn(e,r){return!r||\"object\"!==_typeof(r)&&\"function\"!=typeof r?_assertThisInitialized(e):r}function _setPrototypeOf(e,r){return(_setPrototypeOf=Object.setPrototypeOf||function(e,r){return e.__proto__=r,e})(e,r)}function _slicedToArray(e,r){return _arrayWithHoles(e)||_iterableToArrayLimit(e,r)||_unsupportedIterableToArray(e,r)||_nonIterableRest()}var _typeof=function(e){return e&&\"undefined\"!=typeof Symbol&&e.constructor===Symbol?\"symbol\":typeof e};function _unsupportedIterableToArray(e,r){if(e){if(\"string\"==typeof e)return _arrayLikeToArray(e,r);var t=Object.prototype.toString.call(e).slice(8,-1);return\"Object\"===t&&e.constructor&&(t=e.constructor.name),\"Map\"===t||\"Set\"===t?Array.from(t):\"Arguments\"===t||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t)?_arrayLikeToArray(e,r):void 0}}function _isNativeReflectConstruct(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function _createSuper(e){var r=_isNativeReflectConstruct();return function(){var t,n=_getPrototypeOf(e);if(r){var o=_getPrototypeOf(this).constructor;t=Reflect.construct(n,arguments,o)}else t=n.apply(this,arguments);return _possibleConstructorReturn(this,t)}}function add_css(e){_vendor_browser_svelte_internal_index.append_styles(e,\"cnn-pcl-15lqlte\",\".race-rating-tag{border:0.02em solid #000000;box-sizing:border-box;border-radius:3px;font-family:cnn_sans_display, helveticaneue, Helvetica, Arial, Utkal, sans-serif;font-weight:400;font-size:1em;line-height:1.4em;padding:0em 0.41em;text-align:left;white-space:nowrap;color:var(--fontColor);background:var(--ratingColor);display:inline-block}\")}function create_fragment(e){var r,t,n,o=\"\".concat(e[1],\" \").concat(e[0])+\"\";return{c:function(){r=_vendor_browser_svelte_internal_index.element(\"div\"),t=_vendor_browser_svelte_internal_index.text(o),this.h()},l:function(e){r=_vendor_browser_svelte_internal_index.claim_element(e,\"DIV\",{\"data-testid\":!0,class:!0,style:!0});var n=_vendor_browser_svelte_internal_index.children(r);t=_vendor_browser_svelte_internal_index.claim_text(n,o),n.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(r,\"data-testid\",\"race-rating-tag\"),_vendor_browser_svelte_internal_index.attr(r,\"class\",e[4]),_vendor_browser_svelte_internal_index.attr(r,\"style\",n=_lib_browser_common_helpers_cssvars.cssvars({ratingColor:e[2],fontColor:e[3]}))},m:function(e,n){_vendor_browser_svelte_internal_index.insert_hydration(e,r,n),_vendor_browser_svelte_internal_index.append_hydration(r,t)},p:function(e,i){var a=_slicedToArray(i,1)[0];3&a&&o!==(o=\"\".concat(e[1],\" \").concat(e[0])+\"\")&&_vendor_browser_svelte_internal_index.set_data(t,o),16&a&&_vendor_browser_svelte_internal_index.attr(r,\"class\",e[4]),12&a&&n!==(n=_lib_browser_common_helpers_cssvars.cssvars({ratingColor:e[2],fontColor:e[3]}))&&_vendor_browser_svelte_internal_index.attr(r,\"style\",n)},i:_vendor_browser_svelte_internal_index.noop,o:_vendor_browser_svelte_internal_index.noop,d:function(e){e&&_vendor_browser_svelte_internal_index.detach(r)}}}function instance(e,r,t){var n=r.label,o=void 0===n?\"\":n,i=r.numOfRatings,a=void 0===i?\"\":i,s=r.ratingColor,l=void 0===s?\"\":s,_=r.fontColor,c=void 0===_?\"\":_,u=r.class,f=void 0===u?\"race-rating-tag\":u;return e.$$set=function(e){\"label\"in e&&t(0,o=e.label),\"numOfRatings\"in e&&t(1,a=e.numOfRatings),\"ratingColor\"in e&&t(2,l=e.ratingColor),\"fontColor\"in e&&t(3,c=e.fontColor),\"class\"in e&&t(4,f=e.class)},[o,a,l,c,f]}var RaceRatingTag=function(e){_inherits(t,_vendor_browser_svelte_internal_index.SvelteComponent);var r=_createSuper(t);function t(e){var n;return _classCallCheck(this,t),n=r.call(this),_vendor_browser_svelte_internal_index.init(_assertThisInitialized(n),e,instance,create_fragment,_vendor_browser_svelte_internal_index.safe_not_equal,{label:0,numOfRatings:1,ratingColor:2,fontColor:3,class:4},add_css),n}return t}();exports.RaceRatingTag=RaceRatingTag;\\n}, {\"548\":548,\"612\":612}];\\nwindow.modules[\"2281\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_svelte_internal_index=require(548),raceRatingsBopMobile_lib_browser=require(649),raceRatingsTextBox_lib_browser=require(2279),sdk_transformers_raceRatingsTags=require(2292);function _arrayLikeToArray(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}function _arrayWithHoles(e){if(Array.isArray(e))return e}function _assertThisInitialized(e){if(void 0===e)throw new ReferenceError(\"this hasn\\'t been initialised - super() hasn\\'t been called\");return e}function _classCallCheck(e,t){if(!(e instanceof t))throw new TypeError(\"Cannot call a class as a function\")}function _getPrototypeOf(e){return(_getPrototypeOf=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function _inherits(e,t){if(\"function\"!=typeof t&&null!==t)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&_setPrototypeOf(e,t)}function _iterableToArrayLimit(e,t){var r=null==e?null:\"undefined\"!=typeof Symbol&&e[Symbol.iterator]||e[\"@@iterator\"];if(null!=r){var n,o,i=[],_=!0,s=!1;try{for(r=r.call(e);!(_=(n=r.next()).done)&&(i.push(n.value),!t||i.length!==t);_=!0);}catch(e){s=!0,o=e}finally{try{_||null==r.return||r.return()}finally{if(s)throw o}}return i}}function _nonIterableRest(){throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\\\\\\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}function _possibleConstructorReturn(e,t){return!t||\"object\"!==_typeof(t)&&\"function\"!=typeof t?_assertThisInitialized(e):t}function _setPrototypeOf(e,t){return(_setPrototypeOf=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function _slicedToArray(e,t){return _arrayWithHoles(e)||_iterableToArrayLimit(e,t)||_unsupportedIterableToArray(e,t)||_nonIterableRest()}var _typeof=function(e){return e&&\"undefined\"!=typeof Symbol&&e.constructor===Symbol?\"symbol\":typeof e};function _unsupportedIterableToArray(e,t){if(e){if(\"string\"==typeof e)return _arrayLikeToArray(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);return\"Object\"===r&&e.constructor&&(r=e.constructor.name),\"Map\"===r||\"Set\"===r?Array.from(r):\"Arguments\"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?_arrayLikeToArray(e,t):void 0}}function _isNativeReflectConstruct(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function _createSuper(e){var t=_isNativeReflectConstruct();return function(){var r,n=_getPrototypeOf(e);if(t){var o=_getPrototypeOf(this).constructor;r=Reflect.construct(n,arguments,o)}else r=n.apply(this,arguments);return _possibleConstructorReturn(this,r)}}function add_css(e){_vendor_browser_svelte_internal_index.append_styles(e,\"cnn-pcl-1mc3yh7\",\".race-ratings-mobile-container--BZ9o7.cnn-pcl-1mc3yh7{margin:0 auto;max-width:420px}\")}function create_if_block(e){var t,r,n,o;return t=new raceRatingsBopMobile_lib_browser.RaceRatingsBopMobile({props:{results:e[3]}}),n=new raceRatingsTextBox_lib_browser.RaceRatingsTextBox({props:{results:sdk_transformers_raceRatingsTags.NationalRaceRatingsReducer(e[1]),text:e[2],fontSize:e[0]}}),{c:function(){_vendor_browser_svelte_internal_index.create_component(t.$$.fragment),r=_vendor_browser_svelte_internal_index.space(),_vendor_browser_svelte_internal_index.create_component(n.$$.fragment)},l:function(e){_vendor_browser_svelte_internal_index.claim_component(t.$$.fragment,e),r=_vendor_browser_svelte_internal_index.claim_space(e),_vendor_browser_svelte_internal_index.claim_component(n.$$.fragment,e)},m:function(e,i){_vendor_browser_svelte_internal_index.mount_component(t,e,i),_vendor_browser_svelte_internal_index.insert_hydration(e,r,i),_vendor_browser_svelte_internal_index.mount_component(n,e,i),o=!0},p:function(e,r){var o={};8&r&&(o.results=e[3]),t.$set(o);var i={};2&r&&(i.results=sdk_transformers_raceRatingsTags.NationalRaceRatingsReducer(e[1])),4&r&&(i.text=e[2]),1&r&&(i.fontSize=e[0]),n.$set(i)},i:function(e){o||(_vendor_browser_svelte_internal_index.transition_in(t.$$.fragment,e),_vendor_browser_svelte_internal_index.transition_in(n.$$.fragment,e),o=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(t.$$.fragment,e),_vendor_browser_svelte_internal_index.transition_out(n.$$.fragment,e),o=!1},d:function(e){_vendor_browser_svelte_internal_index.destroy_component(t,e),e&&_vendor_browser_svelte_internal_index.detach(r),_vendor_browser_svelte_internal_index.destroy_component(n,e)}}}function create_fragment(e){var t,r,n=!!e[3]&&Object.keys(e[3]).length>0,o=n&&create_if_block(e);return{c:function(){t=_vendor_browser_svelte_internal_index.element(\"div\"),o&&o.c(),this.h()},l:function(e){t=_vendor_browser_svelte_internal_index.claim_element(e,\"DIV\",{class:!0});var r=_vendor_browser_svelte_internal_index.children(t);o&&o.l(r),r.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(t,\"class\",\"race-ratings-mobile-container--BZ9o7 cnn-pcl-1mc3yh7\")},m:function(e,n){_vendor_browser_svelte_internal_index.insert_hydration(e,t,n),o&&o.m(t,null),r=!0},p:function(e,r){var i=_slicedToArray(r,1)[0];8&i&&(n=!!e[3]&&Object.keys(e[3]).length>0),n?o?(o.p(e,i),8&i&&_vendor_browser_svelte_internal_index.transition_in(o,1)):((o=create_if_block(e)).c(),_vendor_browser_svelte_internal_index.transition_in(o,1),o.m(t,null)):o&&(_vendor_browser_svelte_internal_index.group_outros(),_vendor_browser_svelte_internal_index.transition_out(o,1,1,function(){o=null}),_vendor_browser_svelte_internal_index.check_outros())},i:function(e){r||(_vendor_browser_svelte_internal_index.transition_in(o),r=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(o),r=!1},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(t),o&&o.d()}}}function instance(e,t,r){var n,o=t.results,i=void 0===o?null:o,_=t.race,s=t.thresholdLabel,a=void 0===s?\"\":s,l=t.fontSize,c=void 0===l?\"16x\":l,u=t.textBoxResults,d=t.textMobile;return e.$$set=function(e){\"results\"in e&&r(4,i=e.results),\"race\"in e&&r(5,_=e.race),\"thresholdLabel\"in e&&r(6,a=e.thresholdLabel),\"fontSize\"in e&&r(0,c=e.fontSize),\"textBoxResults\"in e&&r(1,u=e.textBoxResults),\"textMobile\"in e&&r(2,d=e.textMobile)},e.$$.update=function(){16&e.$$.dirty&&r(3,n=raceRatingsBopMobile_lib_browser.rollupReducer(i))},[c,u,d,n,i,_,a]}var RaceRatingsCompositeMobile=function(e){_inherits(r,_vendor_browser_svelte_internal_index.SvelteComponent);var t=_createSuper(r);function r(e){var n;return _classCallCheck(this,r),n=t.call(this),_vendor_browser_svelte_internal_index.init(_assertThisInitialized(n),e,instance,create_fragment,_vendor_browser_svelte_internal_index.safe_not_equal,{results:4,race:5,thresholdLabel:6,fontSize:0,textBoxResults:1,textMobile:2},add_css),n}return r}();exports.RaceRatingsCompositeMobile=RaceRatingsCompositeMobile;\\n}, {\"548\":548,\"649\":649,\"2279\":2279,\"2292\":2292}];\\nwindow.modules[\"2282\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_svelte_internal_index=require(548),_lib_browser_common_helpers_cssvars=require(612);function _arrayLikeToArray$1(e,r){(null==r||r>e.length)&&(r=e.length);for(var n=0,t=new Array(r);n<r;n++)t[n]=e[n];return t}function _arrayWithHoles$1(e){if(Array.isArray(e))return e}function _assertThisInitialized$1(e){if(void 0===e)throw new ReferenceError(\"this hasn\\'t been initialised - super() hasn\\'t been called\");return e}function _classCallCheck$1(e,r){if(!(e instanceof r))throw new TypeError(\"Cannot call a class as a function\")}function _getPrototypeOf$1(e){return(_getPrototypeOf$1=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function _inherits$1(e,r){if(\"function\"!=typeof r&&null!==r)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(r&&r.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),r&&_setPrototypeOf$1(e,r)}function _iterableToArrayLimit$1(e,r){var n=null==e?null:\"undefined\"!=typeof Symbol&&e[Symbol.iterator]||e[\"@@iterator\"];if(null!=n){var t,o,_=[],i=!0,a=!1;try{for(n=n.call(e);!(i=(t=n.next()).done)&&(_.push(t.value),!r||_.length!==r);i=!0);}catch(e){a=!0,o=e}finally{try{i||null==n.return||n.return()}finally{if(a)throw o}}return _}}function _nonIterableRest$1(){throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\\\\\\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}function _possibleConstructorReturn$1(e,r){return!r||\"object\"!==_typeof$1(r)&&\"function\"!=typeof r?_assertThisInitialized$1(e):r}function _setPrototypeOf$1(e,r){return(_setPrototypeOf$1=Object.setPrototypeOf||function(e,r){return e.__proto__=r,e})(e,r)}function _slicedToArray$1(e,r){return _arrayWithHoles$1(e)||_iterableToArrayLimit$1(e,r)||_unsupportedIterableToArray$1(e,r)||_nonIterableRest$1()}var _typeof$1=function(e){return e&&\"undefined\"!=typeof Symbol&&e.constructor===Symbol?\"symbol\":typeof e};function _unsupportedIterableToArray$1(e,r){if(e){if(\"string\"==typeof e)return _arrayLikeToArray$1(e,r);var n=Object.prototype.toString.call(e).slice(8,-1);return\"Object\"===n&&e.constructor&&(n=e.constructor.name),\"Map\"===n||\"Set\"===n?Array.from(n):\"Arguments\"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?_arrayLikeToArray$1(e,r):void 0}}function _isNativeReflectConstruct$1(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function _createSuper$1(e){var r=_isNativeReflectConstruct$1();return function(){var n,t=_getPrototypeOf$1(e);if(r){var o=_getPrototypeOf$1(this).constructor;n=Reflect.construct(t,arguments,o)}else n=t.apply(this,arguments);return _possibleConstructorReturn$1(this,n)}}function add_css$1(e){_vendor_browser_svelte_internal_index.append_styles(e,\"cnn-pcl-192x6qc\",\".electoral-votes-card-3bXmiC.cnn-pcl-192x6qc{display:inline-flex;border:2px solid var(--candidateColor);overflow:auto;min-width:100px;border-radius:4px;padding:6px 6px 6px 6px;max-height:100px;width:100%;max-width:fit-content}@media screen and (min-width: 480px){.electoral-votes-card-3bXmiC.cnn-pcl-192x6qc{margin:2px;min-width:180px;border-radius:5px;padding:10px;max-height:100px}}@media screen and (min-width: 960px){.electoral-votes-card-3bXmiC.cnn-pcl-192x6qc{margin:2px;min-width:195px;border-radius:5px;padding:12px;max-height:110px}}.electoral-votes-card__circle-1ZYKAO.cnn-pcl-192x6qc{width:36px;height:36px;flex:0 0 36px;border-radius:36px;background-color:var(--candidateColor);margin-right:6px;margin-top:1px;display:inline-block}@media screen and (min-width: 480px){.electoral-votes-card__circle-1ZYKAO.cnn-pcl-192x6qc{width:48px;height:48px;flex:0 0 48px;border-radius:48px;margin-right:11px;margin-top:2px}}.electoral-votes-card__candidate-details-25rzwW.cnn-pcl-192x6qc{font-family:cnn_sans_display, helveticaneue, Helvetica, Arial, Utkal, sans-serif;font-style:normal;font-weight:400;letter-spacing:0.2px;line-break:anywhere}.electoral-votes-card__number-of-votes-3WZssq.cnn-pcl-192x6qc{font-size:14px;line-height:24px}@media screen and (min-width: 480px){.electoral-votes-card__number-of-votes-3WZssq.cnn-pcl-192x6qc{font-size:18px;line-height:26px}}.electoral-votes-card__candidate-name-Sz0gyq.cnn-pcl-192x6qc{font-size:12px;line-height:16px}@media screen and (min-width: 480px){.electoral-votes-card__candidate-name-Sz0gyq.cnn-pcl-192x6qc{font-size:14px;line-height:21px}}.electoral-votes-card__party-name-1DG4Mq.cnn-pcl-192x6qc{font-size:12px;line-height:14px}@media screen and (min-width: 480px){.electoral-votes-card__party-name-1DG4Mq.cnn-pcl-192x6qc{font-size:12px;line-height:18px}}\")}function create_fragment$1(e){var r,n,t,o,_,i,a,l,s,c,d,v,p,u=e[0].count+\"\",f=e[0].candidateName+\"\",x=e[0].partyName+\"\";return{c:function(){r=_vendor_browser_svelte_internal_index.element(\"div\"),n=_vendor_browser_svelte_internal_index.element(\"div\"),t=_vendor_browser_svelte_internal_index.space(),o=_vendor_browser_svelte_internal_index.element(\"div\"),_=_vendor_browser_svelte_internal_index.element(\"div\"),i=_vendor_browser_svelte_internal_index.text(u),a=_vendor_browser_svelte_internal_index.space(),l=_vendor_browser_svelte_internal_index.element(\"div\"),s=_vendor_browser_svelte_internal_index.text(f),c=_vendor_browser_svelte_internal_index.space(),d=_vendor_browser_svelte_internal_index.element(\"div\"),v=_vendor_browser_svelte_internal_index.text(x),this.h()},l:function(e){r=_vendor_browser_svelte_internal_index.claim_element(e,\"DIV\",{class:!0,style:!0});var p=_vendor_browser_svelte_internal_index.children(r);n=_vendor_browser_svelte_internal_index.claim_element(p,\"DIV\",{class:!0}),_vendor_browser_svelte_internal_index.children(n).forEach(_vendor_browser_svelte_internal_index.detach),t=_vendor_browser_svelte_internal_index.claim_space(p),o=_vendor_browser_svelte_internal_index.claim_element(p,\"DIV\",{class:!0});var h=_vendor_browser_svelte_internal_index.children(o);_=_vendor_browser_svelte_internal_index.claim_element(h,\"DIV\",{class:!0});var b=_vendor_browser_svelte_internal_index.children(_);i=_vendor_browser_svelte_internal_index.claim_text(b,u),b.forEach(_vendor_browser_svelte_internal_index.detach),a=_vendor_browser_svelte_internal_index.claim_space(h),l=_vendor_browser_svelte_internal_index.claim_element(h,\"DIV\",{class:!0});var y=_vendor_browser_svelte_internal_index.children(l);s=_vendor_browser_svelte_internal_index.claim_text(y,f),y.forEach(_vendor_browser_svelte_internal_index.detach),c=_vendor_browser_svelte_internal_index.claim_space(h),d=_vendor_browser_svelte_internal_index.claim_element(h,\"DIV\",{class:!0});var w=_vendor_browser_svelte_internal_index.children(d);v=_vendor_browser_svelte_internal_index.claim_text(w,x),w.forEach(_vendor_browser_svelte_internal_index.detach),h.forEach(_vendor_browser_svelte_internal_index.detach),p.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(n,\"class\",\"electoral-votes-card__circle-1ZYKAO cnn-pcl-192x6qc\"),_vendor_browser_svelte_internal_index.attr(_,\"class\",\"electoral-votes-card__number-of-votes-3WZssq cnn-pcl-192x6qc\"),_vendor_browser_svelte_internal_index.attr(l,\"class\",\"electoral-votes-card__candidate-name-Sz0gyq cnn-pcl-192x6qc\"),_vendor_browser_svelte_internal_index.attr(d,\"class\",\"electoral-votes-card__party-name-1DG4Mq cnn-pcl-192x6qc\"),_vendor_browser_svelte_internal_index.attr(o,\"class\",\"electoral-votes-card__candidate-details-25rzwW cnn-pcl-192x6qc\"),_vendor_browser_svelte_internal_index.attr(r,\"class\",\"electoral-votes-card-3bXmiC cnn-pcl-192x6qc\"),_vendor_browser_svelte_internal_index.attr(r,\"style\",p=_lib_browser_common_helpers_cssvars.cssvars({candidateColor:e[1]}))},m:function(e,p){_vendor_browser_svelte_internal_index.insert_hydration(e,r,p),_vendor_browser_svelte_internal_index.append_hydration(r,n),_vendor_browser_svelte_internal_index.append_hydration(r,t),_vendor_browser_svelte_internal_index.append_hydration(r,o),_vendor_browser_svelte_internal_index.append_hydration(o,_),_vendor_browser_svelte_internal_index.append_hydration(_,i),_vendor_browser_svelte_internal_index.append_hydration(o,a),_vendor_browser_svelte_internal_index.append_hydration(o,l),_vendor_browser_svelte_internal_index.append_hydration(l,s),_vendor_browser_svelte_internal_index.append_hydration(o,c),_vendor_browser_svelte_internal_index.append_hydration(o,d),_vendor_browser_svelte_internal_index.append_hydration(d,v)},p:function(e,n){var t=_slicedToArray$1(n,1)[0];1&t&&u!==(u=e[0].count+\"\")&&_vendor_browser_svelte_internal_index.set_data(i,u),1&t&&f!==(f=e[0].candidateName+\"\")&&_vendor_browser_svelte_internal_index.set_data(s,f),1&t&&x!==(x=e[0].partyName+\"\")&&_vendor_browser_svelte_internal_index.set_data(v,x),2&t&&p!==(p=_lib_browser_common_helpers_cssvars.cssvars({candidateColor:e[1]}))&&_vendor_browser_svelte_internal_index.attr(r,\"style\",p)},i:_vendor_browser_svelte_internal_index.noop,o:_vendor_browser_svelte_internal_index.noop,d:function(e){e&&_vendor_browser_svelte_internal_index.detach(r)}}}function instance$1(e,r,n){var t,o=r.electoralVotesCard;return e.$$set=function(e){\"electoralVotesCard\"in e&&n(0,o=e.electoralVotesCard)},e.$$.update=function(){1&e.$$.dirty&&n(1,t=o.candidateColor)},[o,t]}var Electoral_votes_card=function(e){_inherits$1(n,_vendor_browser_svelte_internal_index.SvelteComponent);var r=_createSuper$1(n);function n(e){var t;return _classCallCheck$1(this,n),t=r.call(this),_vendor_browser_svelte_internal_index.init(_assertThisInitialized$1(t),e,instance$1,create_fragment$1,_vendor_browser_svelte_internal_index.safe_not_equal,{electoralVotesCard:0},add_css$1),t}return n}();function _arrayLikeToArray(e,r){(null==r||r>e.length)&&(r=e.length);for(var n=0,t=new Array(r);n<r;n++)t[n]=e[n];return t}function _arrayWithHoles(e){if(Array.isArray(e))return e}function _assertThisInitialized(e){if(void 0===e)throw new ReferenceError(\"this hasn\\'t been initialised - super() hasn\\'t been called\");return e}function _classCallCheck(e,r){if(!(e instanceof r))throw new TypeError(\"Cannot call a class as a function\")}function _getPrototypeOf(e){return(_getPrototypeOf=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function _inherits(e,r){if(\"function\"!=typeof r&&null!==r)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(r&&r.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),r&&_setPrototypeOf(e,r)}function _iterableToArrayLimit(e,r){var n=null==e?null:\"undefined\"!=typeof Symbol&&e[Symbol.iterator]||e[\"@@iterator\"];if(null!=n){var t,o,_=[],i=!0,a=!1;try{for(n=n.call(e);!(i=(t=n.next()).done)&&(_.push(t.value),!r||_.length!==r);i=!0);}catch(e){a=!0,o=e}finally{try{i||null==n.return||n.return()}finally{if(a)throw o}}return _}}function _nonIterableRest(){throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\\\\\\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}function _possibleConstructorReturn(e,r){return!r||\"object\"!==_typeof(r)&&\"function\"!=typeof r?_assertThisInitialized(e):r}function _setPrototypeOf(e,r){return(_setPrototypeOf=Object.setPrototypeOf||function(e,r){return e.__proto__=r,e})(e,r)}function _slicedToArray(e,r){return _arrayWithHoles(e)||_iterableToArrayLimit(e,r)||_unsupportedIterableToArray(e,r)||_nonIterableRest()}var _typeof=function(e){return e&&\"undefined\"!=typeof Symbol&&e.constructor===Symbol?\"symbol\":typeof e};function _unsupportedIterableToArray(e,r){if(e){if(\"string\"==typeof e)return _arrayLikeToArray(e,r);var n=Object.prototype.toString.call(e).slice(8,-1);return\"Object\"===n&&e.constructor&&(n=e.constructor.name),\"Map\"===n||\"Set\"===n?Array.from(n):\"Arguments\"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?_arrayLikeToArray(e,r):void 0}}function _isNativeReflectConstruct(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function _createSuper(e){var r=_isNativeReflectConstruct();return function(){var n,t=_getPrototypeOf(e);if(r){var o=_getPrototypeOf(this).constructor;n=Reflect.construct(t,arguments,o)}else n=t.apply(this,arguments);return _possibleConstructorReturn(this,n)}}function add_css(e){_vendor_browser_svelte_internal_index.append_styles(e,\"cnn-pcl-xar3qr\",\".electoral-votes-card-group-1JP6yh.cnn-pcl-xar3qr{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}@media screen and (min-width: 480px){.electoral-votes-card-group-1JP6yh.cnn-pcl-xar3qr{justify-content:center}}.electoral-votes-card-group__item-1Bnh-M.cnn-pcl-xar3qr{padding:8px 0}.electoral-votes-card-group__item-1Bnh-M.cnn-pcl-xar3qr:only-child{margin:0 auto}@media screen and (min-width: 480px){.electoral-votes-card-group__item-1Bnh-M.cnn-pcl-xar3qr{padding:8px}}@media screen and (min-width: 960px){.electoral-votes-card-group__item-1Bnh-M.cnn-pcl-xar3qr{padding:11.5px}}\")}function get_each_context(e,r,n){var t=e.slice();return t[1]=r[n],t}function create_each_block(e){var r,n,t,o;return n=new Electoral_votes_card({props:{electoralVotesCard:e[1]}}),{c:function(){r=_vendor_browser_svelte_internal_index.element(\"span\"),_vendor_browser_svelte_internal_index.create_component(n.$$.fragment),t=_vendor_browser_svelte_internal_index.space(),this.h()},l:function(e){r=_vendor_browser_svelte_internal_index.claim_element(e,\"SPAN\",{class:!0});var o=_vendor_browser_svelte_internal_index.children(r);_vendor_browser_svelte_internal_index.claim_component(n.$$.fragment,o),t=_vendor_browser_svelte_internal_index.claim_space(o),o.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(r,\"class\",\"electoral-votes-card-group__item-1Bnh-M cnn-pcl-xar3qr\")},m:function(e,_){_vendor_browser_svelte_internal_index.insert_hydration(e,r,_),_vendor_browser_svelte_internal_index.mount_component(n,r,null),_vendor_browser_svelte_internal_index.append_hydration(r,t),o=!0},p:function(e,r){var t={};1&r&&(t.electoralVotesCard=e[1]),n.$set(t)},i:function(e){o||(_vendor_browser_svelte_internal_index.transition_in(n.$$.fragment,e),o=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(n.$$.fragment,e),o=!1},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(r),_vendor_browser_svelte_internal_index.destroy_component(n)}}}function create_fragment(e){for(var r,n,t=e[0],o=[],_=0;_<t.length;_+=1)o[_]=create_each_block(get_each_context(e,t,_));var i=function(e){return _vendor_browser_svelte_internal_index.transition_out(o[e],1,1,function(){o[e]=null})};return{c:function(){r=_vendor_browser_svelte_internal_index.element(\"div\");for(var e=0;e<o.length;e+=1)o[e].c();this.h()},l:function(e){r=_vendor_browser_svelte_internal_index.claim_element(e,\"DIV\",{class:!0});for(var n=_vendor_browser_svelte_internal_index.children(r),t=0;t<o.length;t+=1)o[t].l(n);n.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(r,\"class\",\"electoral-votes-card-group-1JP6yh cnn-pcl-xar3qr\")},m:function(e,t){_vendor_browser_svelte_internal_index.insert_hydration(e,r,t);for(var _=0;_<o.length;_+=1)o[_].m(r,null);n=!0},p:function(e,n){var _=_slicedToArray(n,1)[0];if(1&_){var a;for(t=e[0],a=0;a<t.length;a+=1){var l=get_each_context(e,t,a);o[a]?(o[a].p(l,_),_vendor_browser_svelte_internal_index.transition_in(o[a],1)):(o[a]=create_each_block(l),o[a].c(),_vendor_browser_svelte_internal_index.transition_in(o[a],1),o[a].m(r,null))}for(_vendor_browser_svelte_internal_index.group_outros(),a=t.length;a<o.length;a+=1)i(a);_vendor_browser_svelte_internal_index.check_outros()}},i:function(e){if(!n){for(var r=0;r<t.length;r+=1)_vendor_browser_svelte_internal_index.transition_in(o[r]);n=!0}},o:function(e){o=o.filter(Boolean);for(var r=0;r<o.length;r+=1)_vendor_browser_svelte_internal_index.transition_out(o[r]);n=!1},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(r),_vendor_browser_svelte_internal_index.destroy_each(o,e)}}}function instance(e,r,n){var t=r.thirdPartyElectoralVotes;return e.$$set=function(e){\"thirdPartyElectoralVotes\"in e&&n(0,t=e.thirdPartyElectoralVotes)},[t]}var Electoral_votes_card_group=function(e){_inherits(n,_vendor_browser_svelte_internal_index.SvelteComponent);var r=_createSuper(n);function n(e){var t;return _classCallCheck(this,n),t=r.call(this),_vendor_browser_svelte_internal_index.init(_assertThisInitialized(t),e,instance,create_fragment,_vendor_browser_svelte_internal_index.safe_not_equal,{thirdPartyElectoralVotes:0},add_css),t}return n}(),ElectoralVotesCardGroup=Electoral_votes_card_group;exports.ElectoralVotesCardGroup=ElectoralVotesCardGroup;\\n}, {\"548\":548,\"612\":612}];\\nwindow.modules[\"2283\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_svelte_internal_index=require(548),_lib_browser_common_constants_contextKeys=require(639);function _arrayLikeToArray(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function _arrayWithHoles(e){if(Array.isArray(e))return e}function _assertThisInitialized(e){if(void 0===e)throw new ReferenceError(\"this hasn\\'t been initialised - super() hasn\\'t been called\");return e}function _classCallCheck(e,t){if(!(e instanceof t))throw new TypeError(\"Cannot call a class as a function\")}function _getPrototypeOf(e){return(_getPrototypeOf=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function _inherits(e,t){if(\"function\"!=typeof t&&null!==t)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&_setPrototypeOf(e,t)}function _iterableToArrayLimit(e,t){var n=null==e?null:\"undefined\"!=typeof Symbol&&e[Symbol.iterator]||e[\"@@iterator\"];if(null!=n){var r,o,_=[],i=!0,a=!1;try{for(n=n.call(e);!(i=(r=n.next()).done)&&(_.push(r.value),!t||_.length!==t);i=!0);}catch(e){a=!0,o=e}finally{try{i||null==n.return||n.return()}finally{if(a)throw o}}return _}}function _nonIterableRest(){throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\\\\\\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}function _possibleConstructorReturn(e,t){return!t||\"object\"!==_typeof(t)&&\"function\"!=typeof t?_assertThisInitialized(e):t}function _setPrototypeOf(e,t){return(_setPrototypeOf=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function _slicedToArray(e,t){return _arrayWithHoles(e)||_iterableToArrayLimit(e,t)||_unsupportedIterableToArray(e,t)||_nonIterableRest()}var _typeof=function(e){return e&&\"undefined\"!=typeof Symbol&&e.constructor===Symbol?\"symbol\":typeof e};function _unsupportedIterableToArray(e,t){if(e){if(\"string\"==typeof e)return _arrayLikeToArray(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return\"Object\"===n&&e.constructor&&(n=e.constructor.name),\"Map\"===n||\"Set\"===n?Array.from(n):\"Arguments\"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?_arrayLikeToArray(e,t):void 0}}function _isNativeReflectConstruct(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function _createSuper(e){var t=_isNativeReflectConstruct();return function(){var n,r=_getPrototypeOf(e);if(t){var o=_getPrototypeOf(this).constructor;n=Reflect.construct(r,arguments,o)}else n=r.apply(this,arguments);return _possibleConstructorReturn(this,n)}}function add_css(e){_vendor_browser_svelte_internal_index.append_styles(e,\"cnn-pcl-1lgl0jt\",\".next-update-timer-1K0nuP.cnn-pcl-1lgl0jt{display:flex;flex-direction:row;margin:0;font-family:cnn_sans_display, helveticaneue, Helvetica, Arial, Utkal, sans-serif;font-weight:400;font-size:12px;line-height:16px;letter-spacing:-0.2px}.text-1eIsT7.cnn-pcl-1lgl0jt{margin-left:0}.time-1C6GVD.cnn-pcl-1lgl0jt{font-family:cnnclock, helveticaneue, Helvetica, Arial, Utkal, sans-serif}\")}function create_if_block(e){var t,n,r,o,_,i,a=\"01\"===e[0]?\" second\":\" seconds\";return{c:function(){t=_vendor_browser_svelte_internal_index.element(\"span\"),n=_vendor_browser_svelte_internal_index.element(\"span\"),r=_vendor_browser_svelte_internal_index.text(\"Checking for updates in: \"),o=_vendor_browser_svelte_internal_index.element(\"span\"),_=_vendor_browser_svelte_internal_index.text(e[0]),i=_vendor_browser_svelte_internal_index.text(a),this.h()},l:function(l){t=_vendor_browser_svelte_internal_index.claim_element(l,\"SPAN\",{\"data-testid\":!0,class:!0});var s=_vendor_browser_svelte_internal_index.children(t);n=_vendor_browser_svelte_internal_index.claim_element(s,\"SPAN\",{class:!0});var c=_vendor_browser_svelte_internal_index.children(n);r=_vendor_browser_svelte_internal_index.claim_text(c,\"Checking for updates in: \"),o=_vendor_browser_svelte_internal_index.claim_element(c,\"SPAN\",{class:!0});var d=_vendor_browser_svelte_internal_index.children(o);_=_vendor_browser_svelte_internal_index.claim_text(d,e[0]),d.forEach(_vendor_browser_svelte_internal_index.detach),i=_vendor_browser_svelte_internal_index.claim_text(c,a),c.forEach(_vendor_browser_svelte_internal_index.detach),s.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(o,\"class\",\"time-1C6GVD cnn-pcl-1lgl0jt\"),_vendor_browser_svelte_internal_index.attr(n,\"class\",\"text-1eIsT7 cnn-pcl-1lgl0jt\"),_vendor_browser_svelte_internal_index.attr(t,\"data-testid\",\"next-update-timer\"),_vendor_browser_svelte_internal_index.attr(t,\"class\",\"next-update-timer-1K0nuP cnn-pcl-1lgl0jt\")},m:function(e,a){_vendor_browser_svelte_internal_index.insert_hydration(e,t,a),_vendor_browser_svelte_internal_index.append_hydration(t,n),_vendor_browser_svelte_internal_index.append_hydration(n,r),_vendor_browser_svelte_internal_index.append_hydration(n,o),_vendor_browser_svelte_internal_index.append_hydration(o,_),_vendor_browser_svelte_internal_index.append_hydration(n,i)},p:function(e,t){1&t&&_vendor_browser_svelte_internal_index.set_data(_,e[0]),1&t&&a!==(a=\"01\"===e[0]?\" second\":\" seconds\")&&_vendor_browser_svelte_internal_index.set_data(i,a)},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(t)}}}function create_fragment(e){var t,n=e[0]&&create_if_block(e);return{c:function(){n&&n.c(),t=_vendor_browser_svelte_internal_index.empty()},l:function(e){n&&n.l(e),t=_vendor_browser_svelte_internal_index.empty()},m:function(e,r){n&&n.m(e,r),_vendor_browser_svelte_internal_index.insert_hydration(e,t,r)},p:function(e,r){var o=_slicedToArray(r,1)[0];e[0]?n?n.p(e,o):((n=create_if_block(e)).c(),n.m(t.parentNode,t)):n&&(n.d(1),n=null)},i:_vendor_browser_svelte_internal_index.noop,o:_vendor_browser_svelte_internal_index.noop,d:function(e){n&&n.d(e),e&&_vendor_browser_svelte_internal_index.detach(t)}}}var DEFAULT_REFRESH_TIME=0;function instance(e,t,n){var r,o,_,i=_vendor_browser_svelte_internal_index.getContext(_lib_browser_common_constants_contextKeys.NEXT_UPDATE_CONTEXT_KEY);_vendor_browser_svelte_internal_index.component_subscribe(e,i,function(e){return n(5,_=e)});var a,l,s=!1,c=function(){n(2,s=!1),n(3,o=r),a=setInterval(function(){o>1?n(3,o-=1):n(2,s=!0)},1e3)},d=function(){a&&clearInterval(a)};return _vendor_browser_svelte_internal_index.onMount(function(){return c(),d}),e.$$.update=function(){var t;32&e.$$.dirty&&n(4,r=i&&_||DEFAULT_REFRESH_TIME),16&e.$$.dirty&&n(3,o=r),4&e.$$.dirty&&s&&(d(),c()),8&e.$$.dirty&&((t=new Date(0)).setSeconds(o),n(0,l=t.toISOString().substring(17,19)))},[l,i,s,o,r,_]}var NextUpdateTimer=function(e){_inherits(n,_vendor_browser_svelte_internal_index.SvelteComponent);var t=_createSuper(n);function n(e){var r;return _classCallCheck(this,n),r=t.call(this),_vendor_browser_svelte_internal_index.init(_assertThisInitialized(r),e,instance,create_fragment,_vendor_browser_svelte_internal_index.safe_not_equal,{},add_css),r}return n}(),NextUpdateTimer$1=NextUpdateTimer;exports.NextUpdateTimer=NextUpdateTimer$1;\\n}, {\"548\":548,\"639\":639}];\\nwindow.modules[\"2284\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_lodash_get=require(569);function isBallotMeasure(e){var r=_vendor_browser_lodash_get.get_1(e,\"raceTypeCode\");if(void 0===r){var a=_vendor_browser_lodash_get.get_1(e,\"candidates\",[]),t=!1;return a.forEach(function(e){e&&e.candidatePartyCode&&(\"YS\"===e.candidatePartyCode||\"NO\"===e.candidatePartyCode)&&(t=!0)}),t}return\"I\"===String(r).charAt(0)}exports.isBallotMeasure=isBallotMeasure;\\n}, {\"569\":569}];\\nwindow.modules[\"2285\"] = [function(require,module,exports){\"use strict\";var sdk_transformers_essCrm=require(245),sdk_transformers_utils_getTotalVote=require(2276);function checkAtLeastOneRaceForVotes(e){return!!Array.isArray(e)&&e.some(function(e){var t=sdk_transformers_essCrm.essCoreResultCandidateReducer(e);return sdk_transformers_utils_getTotalVote.getTotalVote(e,t)>0})}exports.checkAtLeastOneRaceForVotes=checkAtLeastOneRaceForVotes;\\n}, {\"245\":245,\"2276\":2276}];\\nwindow.modules[\"2287\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_svelte_internal_index=require(548),_vendor_browser_dateFns_esm_format_index=require(710),_lib_browser_common_components_mediaQuery_MediaQueryWrapper_svelte=require(607),raceRatingsCompositeDesktop_lib_browser=require(2278),raceRatingsCompositeMobile_lib_browser=require(2281);function _arrayLikeToArray$1(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}function _arrayWithHoles$1(e){if(Array.isArray(e))return e}function _assertThisInitialized$1(e){if(void 0===e)throw new ReferenceError(\"this hasn\\'t been initialised - super() hasn\\'t been called\");return e}function _classCallCheck$1(e,t){if(!(e instanceof t))throw new TypeError(\"Cannot call a class as a function\")}function _getPrototypeOf$1(e){return(_getPrototypeOf$1=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function _inherits$1(e,t){if(\"function\"!=typeof t&&null!==t)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&_setPrototypeOf$1(e,t)}function _iterableToArrayLimit$1(e,t){var r=null==e?null:\"undefined\"!=typeof Symbol&&e[Symbol.iterator]||e[\"@@iterator\"];if(null!=r){var n,o,i=[],a=!0,s=!1;try{for(r=r.call(e);!(a=(n=r.next()).done)&&(i.push(n.value),!t||i.length!==t);a=!0);}catch(e){s=!0,o=e}finally{try{a||null==r.return||r.return()}finally{if(s)throw o}}return i}}function _nonIterableRest$1(){throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\\\\\\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}function _possibleConstructorReturn$1(e,t){return!t||\"object\"!==_typeof$1(t)&&\"function\"!=typeof t?_assertThisInitialized$1(e):t}function _setPrototypeOf$1(e,t){return(_setPrototypeOf$1=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function _slicedToArray$1(e,t){return _arrayWithHoles$1(e)||_iterableToArrayLimit$1(e,t)||_unsupportedIterableToArray$1(e,t)||_nonIterableRest$1()}var _typeof$1=function(e){return e&&\"undefined\"!=typeof Symbol&&e.constructor===Symbol?\"symbol\":typeof e};function _unsupportedIterableToArray$1(e,t){if(e){if(\"string\"==typeof e)return _arrayLikeToArray$1(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);return\"Object\"===r&&e.constructor&&(r=e.constructor.name),\"Map\"===r||\"Set\"===r?Array.from(r):\"Arguments\"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?_arrayLikeToArray$1(e,t):void 0}}function _isNativeReflectConstruct$1(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function _createSuper$1(e){var t=_isNativeReflectConstruct$1();return function(){var r,n=_getPrototypeOf$1(e);if(t){var o=_getPrototypeOf$1(this).constructor;r=Reflect.construct(n,arguments,o)}else r=n.apply(this,arguments);return _possibleConstructorReturn$1(this,r)}}function add_css(e){_vendor_browser_svelte_internal_index.append_styles(e,\"cnn-pcl-haellg\",\".race-ratings-last-updated-1zn_9s.cnn-pcl-haellg{font-weight:bold;font-family:cnn_sans_display, helveticaneue, Helvetica, Arial, Utkal, sans-serif;font-weight:400;font-size:12px;line-height:20px;text-align:left}\")}function create_if_block(e){var t,r,n;return{c:function(){t=_vendor_browser_svelte_internal_index.element(\"div\"),r=_vendor_browser_svelte_internal_index.text(\"Ratings last updated \"),n=_vendor_browser_svelte_internal_index.text(e[0]),this.h()},l:function(o){t=_vendor_browser_svelte_internal_index.claim_element(o,\"DIV\",{class:!0});var i=_vendor_browser_svelte_internal_index.children(t);r=_vendor_browser_svelte_internal_index.claim_text(i,\"Ratings last updated \"),n=_vendor_browser_svelte_internal_index.claim_text(i,e[0]),i.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(t,\"class\",\"race-ratings-last-updated-1zn_9s cnn-pcl-haellg\")},m:function(e,o){_vendor_browser_svelte_internal_index.insert_hydration(e,t,o),_vendor_browser_svelte_internal_index.append_hydration(t,r),_vendor_browser_svelte_internal_index.append_hydration(t,n)},p:function(e,t){1&t&&_vendor_browser_svelte_internal_index.set_data(n,e[0])},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(t)}}}function create_fragment$1(e){var t,r=e[0]&&create_if_block(e);return{c:function(){r&&r.c(),t=_vendor_browser_svelte_internal_index.empty()},l:function(e){r&&r.l(e),t=_vendor_browser_svelte_internal_index.empty()},m:function(e,n){r&&r.m(e,n),_vendor_browser_svelte_internal_index.insert_hydration(e,t,n)},p:function(e,n){var o=_slicedToArray$1(n,1)[0];e[0]?r?r.p(e,o):((r=create_if_block(e)).c(),r.m(t.parentNode,t)):r&&(r.d(1),r=null)},i:_vendor_browser_svelte_internal_index.noop,o:_vendor_browser_svelte_internal_index.noop,d:function(e){r&&r.d(e),e&&_vendor_browser_svelte_internal_index.detach(t)}}}function instance$1(e,t,r){var n,o=t.results;return e.$$set=function(e){\"results\"in e&&r(1,o=e.results)},e.$$.update=function(){var t,i;2&e.$$.dirty&&r(0,n=(null==o?void 0:o.updatedAt)&&_vendor_browser_dateFns_esm_format_index.format(new Date(null==o?void 0:o.updatedAt),\"MMMM dd, yyyy\")||(null==o?void 0:null===(t=o.meta)||void 0===t?void 0:t.updatedAt)&&_vendor_browser_dateFns_esm_format_index.format(new Date(null==o?void 0:null===(i=o.meta)||void 0===i?void 0:i.updatedAt),\"MMMM dd, yyyy\"))},[n,o]}var RatingsLastUpdated=function(e){_inherits$1(r,_vendor_browser_svelte_internal_index.SvelteComponent);var t=_createSuper$1(r);function r(e){var n;return _classCallCheck$1(this,r),n=t.call(this),_vendor_browser_svelte_internal_index.init(_assertThisInitialized$1(n),e,instance$1,create_fragment$1,_vendor_browser_svelte_internal_index.safe_not_equal,{results:1},add_css),n}return r}();function _arrayLikeToArray(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}function _arrayWithHoles(e){if(Array.isArray(e))return e}function _assertThisInitialized(e){if(void 0===e)throw new ReferenceError(\"this hasn\\'t been initialised - super() hasn\\'t been called\");return e}function _classCallCheck(e,t){if(!(e instanceof t))throw new TypeError(\"Cannot call a class as a function\")}function _getPrototypeOf(e){return(_getPrototypeOf=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function _inherits(e,t){if(\"function\"!=typeof t&&null!==t)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&_setPrototypeOf(e,t)}function _iterableToArrayLimit(e,t){var r=null==e?null:\"undefined\"!=typeof Symbol&&e[Symbol.iterator]||e[\"@@iterator\"];if(null!=r){var n,o,i=[],a=!0,s=!1;try{for(r=r.call(e);!(a=(n=r.next()).done)&&(i.push(n.value),!t||i.length!==t);a=!0);}catch(e){s=!0,o=e}finally{try{a||null==r.return||r.return()}finally{if(s)throw o}}return i}}function _nonIterableRest(){throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\\\\\\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}function _possibleConstructorReturn(e,t){return!t||\"object\"!==_typeof(t)&&\"function\"!=typeof t?_assertThisInitialized(e):t}function _setPrototypeOf(e,t){return(_setPrototypeOf=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function _slicedToArray(e,t){return _arrayWithHoles(e)||_iterableToArrayLimit(e,t)||_unsupportedIterableToArray(e,t)||_nonIterableRest()}var _typeof=function(e){return e&&\"undefined\"!=typeof Symbol&&e.constructor===Symbol?\"symbol\":typeof e};function _unsupportedIterableToArray(e,t){if(e){if(\"string\"==typeof e)return _arrayLikeToArray(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);return\"Object\"===r&&e.constructor&&(r=e.constructor.name),\"Map\"===r||\"Set\"===r?Array.from(r):\"Arguments\"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?_arrayLikeToArray(e,t):void 0}}function _isNativeReflectConstruct(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function _createSuper(e){var t=_isNativeReflectConstruct();return function(){var r,n=_getPrototypeOf(e);if(t){var o=_getPrototypeOf(this).constructor;r=Reflect.construct(n,arguments,o)}else r=n.apply(this,arguments);return _possibleConstructorReturn(this,r)}}function create_fragment(e){for(var t,r,n=[{mobileOnly:e[0]},{Mobile:raceRatingsCompositeMobile_lib_browser.RaceRatingsCompositeMobile},{Desktop:raceRatingsCompositeDesktop_lib_browser.RaceRatingsCompositeDesktop},e[1]],o={},i=0;i<n.length;i+=1)o=_vendor_browser_svelte_internal_index.assign(o,n[i]);return t=new _lib_browser_common_components_mediaQuery_MediaQueryWrapper_svelte.MediaQueryWrapper({props:o}),{c:function(){_vendor_browser_svelte_internal_index.create_component(t.$$.fragment)},l:function(e){_vendor_browser_svelte_internal_index.claim_component(t.$$.fragment,e)},m:function(e,n){_vendor_browser_svelte_internal_index.mount_component(t,e,n),r=!0},p:function(e,r){var o=_slicedToArray(r,1)[0],i=3&o?_vendor_browser_svelte_internal_index.get_spread_update(n,[1&o&&{mobileOnly:e[0]},0&o&&{Mobile:raceRatingsCompositeMobile_lib_browser.RaceRatingsCompositeMobile},0&o&&{Desktop:raceRatingsCompositeDesktop_lib_browser.RaceRatingsCompositeDesktop},2&o&&_vendor_browser_svelte_internal_index.get_spread_object(e[1])]):{};t.$set(i)},i:function(e){r||(_vendor_browser_svelte_internal_index.transition_in(t.$$.fragment,e),r=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(t.$$.fragment,e),r=!1},d:function(e){_vendor_browser_svelte_internal_index.destroy_component(t,e)}}}function instance(e,t,r){var n=t.mobileOnly;return e.$$set=function(e){r(1,t=_vendor_browser_svelte_internal_index.assign(_vendor_browser_svelte_internal_index.assign({},t),_vendor_browser_svelte_internal_index.exclude_internal_props(e))),\"mobileOnly\"in e&&r(0,n=e.mobileOnly)},t=_vendor_browser_svelte_internal_index.exclude_internal_props(t),[n,t]}var RaceRatingsBop=function(e){_inherits(r,_vendor_browser_svelte_internal_index.SvelteComponent);var t=_createSuper(r);function r(e){var n;return _classCallCheck(this,r),n=t.call(this),_vendor_browser_svelte_internal_index.init(_assertThisInitialized(n),e,instance,create_fragment,_vendor_browser_svelte_internal_index.safe_not_equal,{mobileOnly:0}),n}return r}(),RaceRatingsBop$1=RaceRatingsBop;exports.RaceRatingsBop=RaceRatingsBop$1,exports.RatingsLastUpdated=RatingsLastUpdated;\\n}, {\"548\":548,\"607\":607,\"710\":710,\"2278\":2278,\"2281\":2281}];\\nwindow.modules[\"2288\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_svelte_internal_index=require(548),_lib_browser_common_components_mediaQuery_MediaQueryWrapper_svelte=require(607),icons_lib_browser=require(634),_lib_browser_common_components_mediaQuery_constants=require(608),_lib_sdk_browser__externalConfig_ContextInjector_svelte=require(730),coreResult_lib_browser=require(2290),sdk_transformers_essCrm=require(245),_lib_browser_common_constants_componentNames=require(636),_lib_browser_common_helpers_poller=require(703),_lib_browser_common_helpers_eckeys_sort=require(688),_lib_browser_common_clients_MyElection_types=require(574),_lib_browser_common_constants_places=require(645),generalsBop_lib_browser=require(2291),_lib_browser_common_constants_envFeedPaths=require(641),_lib_browser_common_constants_contextKeys=require(639);function determineIfIsFollowable(e,n){return!(null==e?void 0:e.isCountyRace)&&!n}function _arrayLikeToArray$6(e,n){(null==n||n>e.length)&&(n=e.length);for(var t=0,r=new Array(n);t<n;t++)r[t]=e[t];return r}function _arrayWithHoles$6(e){if(Array.isArray(e))return e}function _assertThisInitialized$5(e){if(void 0===e)throw new ReferenceError(\"this hasn\\'t been initialised - super() hasn\\'t been called\");return e}function _classCallCheck$5(e,n){if(!(e instanceof n))throw new TypeError(\"Cannot call a class as a function\")}function _getPrototypeOf$5(e){return(_getPrototypeOf$5=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function _inherits$5(e,n){if(\"function\"!=typeof n&&null!==n)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(n&&n.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),n&&_setPrototypeOf$5(e,n)}function _iterableToArrayLimit$6(e,n){var t=null==e?null:\"undefined\"!=typeof Symbol&&e[Symbol.iterator]||e[\"@@iterator\"];if(null!=t){var r,o,i=[],_=!0,l=!1;try{for(t=t.call(e);!(_=(r=t.next()).done)&&(i.push(r.value),!n||i.length!==n);_=!0);}catch(e){l=!0,o=e}finally{try{_||null==t.return||t.return()}finally{if(l)throw o}}return i}}function _nonIterableRest$6(){throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\\\\\\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}function _possibleConstructorReturn$5(e,n){return!n||\"object\"!==_typeof$5(n)&&\"function\"!=typeof n?_assertThisInitialized$5(e):n}function _setPrototypeOf$5(e,n){return(_setPrototypeOf$5=Object.setPrototypeOf||function(e,n){return e.__proto__=n,e})(e,n)}function _slicedToArray$6(e,n){return _arrayWithHoles$6(e)||_iterableToArrayLimit$6(e,n)||_unsupportedIterableToArray$6(e,n)||_nonIterableRest$6()}var _typeof$5=function(e){return e&&\"undefined\"!=typeof Symbol&&e.constructor===Symbol?\"symbol\":typeof e};function _unsupportedIterableToArray$6(e,n){if(e){if(\"string\"==typeof e)return _arrayLikeToArray$6(e,n);var t=Object.prototype.toString.call(e).slice(8,-1);return\"Object\"===t&&e.constructor&&(t=e.constructor.name),\"Map\"===t||\"Set\"===t?Array.from(t):\"Arguments\"===t||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t)?_arrayLikeToArray$6(e,n):void 0}}function _isNativeReflectConstruct$5(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function _createSuper$5(e){var n=_isNativeReflectConstruct$5();return function(){var t,r=_getPrototypeOf$5(e);if(n){var o=_getPrototypeOf$5(this).constructor;t=Reflect.construct(r,arguments,o)}else t=r.apply(this,arguments);return _possibleConstructorReturn$5(this,t)}}function add_css$4(e){_vendor_browser_svelte_internal_index.append_styles(e,\"cnn-pcl-4y6kns\",\".not-logged-in-GcQ4Di.cnn-pcl-4y6kns.cnn-pcl-4y6kns{width:100%}.not-logged-in-GcQ4Di.cnn-pcl-4y6kns button.cnn-pcl-4y6kns{background:#0C0C0C;border-radius:8px;border:none;color:#fff;padding:10px 24px;display:flex;align-items:center;justify-content:center;font-family:cnn_sans_display, helveticaneue, Helvetica, Arial, Utkal, sans-serif;font-weight:400;font-style:normal;font-weight:700;font-size:16px;line-height:24px;font-size:16px;margin-bottom:16px;cursor:pointer}.not-logged-in-GcQ4Di.cnn-pcl-4y6kns button.cnn-pcl-4y6kns:hover{background:#6e6e6e}.not-logged-in-GcQ4Di.cnn-pcl-4y6kns a.cnn-pcl-4y6kns{color:black;border:none;border-radius:none;font-size:14px;font-family:cnn_sans_display, helveticaneue, Helvetica, Arial, Utkal, sans-serif;font-weight:400;text-decoration:none}.not-logged-in-GcQ4Di.cnn-pcl-4y6kns a.cnn-pcl-4y6kns:hover{text-decoration:underline;color:#6e6e6e}\")}function create_fragment$5(e){var n,t,r,o,i,_,l,a,s,c,d,u,f,v;return r=new _lib_browser_common_components_mediaQuery_MediaQueryWrapper_svelte.MediaQueryWrapper({props:{Mobile:icons_lib_browser.MyElectionCTAMobile,Tablet:icons_lib_browser.MyElectionCTATablet,Desktop:icons_lib_browser.MyElectionCTADesktop,queryWidths:e[1]}}),{c:function(){n=_vendor_browser_svelte_internal_index.element(\"div\"),t=_vendor_browser_svelte_internal_index.element(\"a\"),_vendor_browser_svelte_internal_index.create_component(r.$$.fragment),i=_vendor_browser_svelte_internal_index.space(),_=_vendor_browser_svelte_internal_index.element(\"button\"),l=_vendor_browser_svelte_internal_index.text(\"Sign up\"),a=_vendor_browser_svelte_internal_index.space(),s=_vendor_browser_svelte_internal_index.element(\"a\"),c=_vendor_browser_svelte_internal_index.text(\"or log in to your CNN account\"),this.h()},l:function(e){n=_vendor_browser_svelte_internal_index.claim_element(e,\"DIV\",{class:!0});var o=_vendor_browser_svelte_internal_index.children(n);t=_vendor_browser_svelte_internal_index.claim_element(o,\"A\",{href:!0,alt:!0,class:!0});var d=_vendor_browser_svelte_internal_index.children(t);_vendor_browser_svelte_internal_index.claim_component(r.$$.fragment,d),d.forEach(_vendor_browser_svelte_internal_index.detach),i=_vendor_browser_svelte_internal_index.claim_space(o),_=_vendor_browser_svelte_internal_index.claim_element(o,\"BUTTON\",{class:!0});var u=_vendor_browser_svelte_internal_index.children(_);l=_vendor_browser_svelte_internal_index.claim_text(u,\"Sign up\"),u.forEach(_vendor_browser_svelte_internal_index.detach),a=_vendor_browser_svelte_internal_index.claim_space(o),s=_vendor_browser_svelte_internal_index.claim_element(o,\"A\",{href:!0,alt:!0,class:!0});var f=_vendor_browser_svelte_internal_index.children(s);c=_vendor_browser_svelte_internal_index.claim_text(f,\"or log in to your CNN account\"),f.forEach(_vendor_browser_svelte_internal_index.detach),o.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(t,\"href\",o=e[0].signUp),_vendor_browser_svelte_internal_index.attr(t,\"alt\",\"CNN sign\"),_vendor_browser_svelte_internal_index.attr(t,\"class\",\"cnn-pcl-4y6kns\"),_vendor_browser_svelte_internal_index.attr(_,\"class\",\"cnn-pcl-4y6kns\"),_vendor_browser_svelte_internal_index.attr(s,\"href\",d=e[0].logIn),_vendor_browser_svelte_internal_index.attr(s,\"alt\",\"CNN log in\"),_vendor_browser_svelte_internal_index.attr(s,\"class\",\"cnn-pcl-4y6kns\"),_vendor_browser_svelte_internal_index.attr(n,\"class\",\"not-logged-in-GcQ4Di cnn-pcl-4y6kns\")},m:function(o,d){_vendor_browser_svelte_internal_index.insert_hydration(o,n,d),_vendor_browser_svelte_internal_index.append_hydration(n,t),_vendor_browser_svelte_internal_index.mount_component(r,t,null),_vendor_browser_svelte_internal_index.append_hydration(n,i),_vendor_browser_svelte_internal_index.append_hydration(n,_),_vendor_browser_svelte_internal_index.append_hydration(_,l),_vendor_browser_svelte_internal_index.append_hydration(n,a),_vendor_browser_svelte_internal_index.append_hydration(n,s),_vendor_browser_svelte_internal_index.append_hydration(s,c),u=!0,f||(v=_vendor_browser_svelte_internal_index.listen(_,\"click\",e[2]),f=!0)},p:function(e,n){var r=_slicedToArray$6(n,1)[0];(!u||1&r&&o!==(o=e[0].signUp))&&_vendor_browser_svelte_internal_index.attr(t,\"href\",o),(!u||1&r&&d!==(d=e[0].logIn))&&_vendor_browser_svelte_internal_index.attr(s,\"href\",d)},i:function(e){u||(_vendor_browser_svelte_internal_index.transition_in(r.$$.fragment,e),u=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(r.$$.fragment,e),u=!1},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n),_vendor_browser_svelte_internal_index.destroy_component(r),f=!1,v()}}}function instance$5(e,n,t){var r=n.accountUrls,o=void 0===r?{logIn:\"\",signUp:\"\"}:r,i={MOBILE:_lib_browser_common_components_mediaQuery_constants.DEFAULT_QUERY_WIDTHS.MOBILE,TABLET:\"(min-width: 480px) and (max-width: 880px)\",DESKTOP:\"(min-width: 880px)\"};return e.$$set=function(e){\"accountUrls\"in e&&t(0,o=e.accountUrls)},[o,i,function(){var e,n=o.signUp;n&&(null===window||void 0===window?void 0:null===(e=window.location)||void 0===e?void 0:e.href)&&(window.location.href=\"\".concat(n,\"?redirect=\").concat(window.location.href))}]}var MyElectionCollectionNotLoggedIn=function(e){_inherits$5(t,_vendor_browser_svelte_internal_index.SvelteComponent);var n=_createSuper$5(t);function t(e){var r;return _classCallCheck$5(this,t),r=n.call(this),_vendor_browser_svelte_internal_index.init(_assertThisInitialized$5(r),e,instance$5,create_fragment$5,_vendor_browser_svelte_internal_index.safe_not_equal,{accountUrls:0},add_css$4),r}return t}();function _arrayLikeToArray$5(e,n){(null==n||n>e.length)&&(n=e.length);for(var t=0,r=new Array(n);t<n;t++)r[t]=e[t];return r}function _arrayWithHoles$5(e){if(Array.isArray(e))return e}function _assertThisInitialized$4(e){if(void 0===e)throw new ReferenceError(\"this hasn\\'t been initialised - super() hasn\\'t been called\");return e}function _classCallCheck$4(e,n){if(!(e instanceof n))throw new TypeError(\"Cannot call a class as a function\")}function _getPrototypeOf$4(e){return(_getPrototypeOf$4=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function _inherits$4(e,n){if(\"function\"!=typeof n&&null!==n)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(n&&n.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),n&&_setPrototypeOf$4(e,n)}function _iterableToArrayLimit$5(e,n){var t=null==e?null:\"undefined\"!=typeof Symbol&&e[Symbol.iterator]||e[\"@@iterator\"];if(null!=t){var r,o,i=[],_=!0,l=!1;try{for(t=t.call(e);!(_=(r=t.next()).done)&&(i.push(r.value),!n||i.length!==n);_=!0);}catch(e){l=!0,o=e}finally{try{_||null==t.return||t.return()}finally{if(l)throw o}}return i}}function _nonIterableRest$5(){throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\\\\\\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}function _possibleConstructorReturn$4(e,n){return!n||\"object\"!==_typeof$4(n)&&\"function\"!=typeof n?_assertThisInitialized$4(e):n}function _setPrototypeOf$4(e,n){return(_setPrototypeOf$4=Object.setPrototypeOf||function(e,n){return e.__proto__=n,e})(e,n)}function _slicedToArray$5(e,n){return _arrayWithHoles$5(e)||_iterableToArrayLimit$5(e,n)||_unsupportedIterableToArray$5(e,n)||_nonIterableRest$5()}var _typeof$4=function(e){return e&&\"undefined\"!=typeof Symbol&&e.constructor===Symbol?\"symbol\":typeof e};function _unsupportedIterableToArray$5(e,n){if(e){if(\"string\"==typeof e)return _arrayLikeToArray$5(e,n);var t=Object.prototype.toString.call(e).slice(8,-1);return\"Object\"===t&&e.constructor&&(t=e.constructor.name),\"Map\"===t||\"Set\"===t?Array.from(t):\"Arguments\"===t||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t)?_arrayLikeToArray$5(e,n):void 0}}function _isNativeReflectConstruct$4(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function _createSuper$4(e){var n=_isNativeReflectConstruct$4();return function(){var t,r=_getPrototypeOf$4(e);if(n){var o=_getPrototypeOf$4(this).constructor;t=Reflect.construct(r,arguments,o)}else t=r.apply(this,arguments);return _possibleConstructorReturn$4(this,t)}}function add_css$3(e){_vendor_browser_svelte_internal_index.append_styles(e,\"cnn-pcl-1rruesh\",\"@media screen and (min-width: 960px){}@media screen and (min-width: 1280px){}.no-races-dk4iA2.cnn-pcl-1rruesh{padding:30px 0;font-family:cnn_sans_display, helveticaneue, Helvetica, Arial, Utkal, sans-serif;font-weight:400;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;box-sizing:border-box;max-width:100%;width:100%;max-height:140px;height:100%;font-size:14px;border:1px solid #E6E6E6;border-radius:3px}a.cnn-pcl-1rruesh{text-decoration:none;background:#FEFEFE;border:1px solid #262626;border-radius:5px;margin:24px 0 0;padding:9px 0;width:182px;font-family:cnn_sans_display, helveticaneue, Helvetica, Arial, Utkal, sans-serif;font-weight:400;font-style:normal;font-weight:500;font-size:14px;text-align:center;letter-spacing:-0.2px;color:#0C0C0C}\")}function create_fragment$4(e){var n,t,r,o,i,_;return{c:function(){n=_vendor_browser_svelte_internal_index.element(\"div\"),t=_vendor_browser_svelte_internal_index.element(\"div\"),r=_vendor_browser_svelte_internal_index.text(e[0]),o=_vendor_browser_svelte_internal_index.space(),i=_vendor_browser_svelte_internal_index.element(\"a\"),_=_vendor_browser_svelte_internal_index.text(\"Go to My Election\"),this.h()},l:function(l){n=_vendor_browser_svelte_internal_index.claim_element(l,\"DIV\",{class:!0});var a=_vendor_browser_svelte_internal_index.children(n);t=_vendor_browser_svelte_internal_index.claim_element(a,\"DIV\",{});var s=_vendor_browser_svelte_internal_index.children(t);r=_vendor_browser_svelte_internal_index.claim_text(s,e[0]),s.forEach(_vendor_browser_svelte_internal_index.detach),o=_vendor_browser_svelte_internal_index.claim_space(a),i=_vendor_browser_svelte_internal_index.claim_element(a,\"A\",{class:!0,href:!0,alt:!0});var c=_vendor_browser_svelte_internal_index.children(i);_=_vendor_browser_svelte_internal_index.claim_text(c,\"Go to My Election\"),c.forEach(_vendor_browser_svelte_internal_index.detach),a.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(i,\"class\",\"my-election-link cnn-pcl-1rruesh\"),_vendor_browser_svelte_internal_index.attr(i,\"href\",e[1]),_vendor_browser_svelte_internal_index.attr(i,\"alt\",\"My Elections landing page\"),_vendor_browser_svelte_internal_index.attr(n,\"class\",\"no-races-dk4iA2 cnn-pcl-1rruesh\")},m:function(e,l){_vendor_browser_svelte_internal_index.insert_hydration(e,n,l),_vendor_browser_svelte_internal_index.append_hydration(n,t),_vendor_browser_svelte_internal_index.append_hydration(t,r),_vendor_browser_svelte_internal_index.append_hydration(n,o),_vendor_browser_svelte_internal_index.append_hydration(n,i),_vendor_browser_svelte_internal_index.append_hydration(i,_)},p:function(e,n){var t=_slicedToArray$5(n,1)[0];1&t&&_vendor_browser_svelte_internal_index.set_data(r,e[0]),2&t&&_vendor_browser_svelte_internal_index.attr(i,\"href\",e[1])},i:_vendor_browser_svelte_internal_index.noop,o:_vendor_browser_svelte_internal_index.noop,d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n)}}}function instance$4(e,n,t){var r=n.noRacesText,o=void 0===r?\"No Races\":r,i=n.myElectionPageHref,_=void 0===i?\"\":i;return e.$$set=function(e){\"noRacesText\"in e&&t(0,o=e.noRacesText),\"myElectionPageHref\"in e&&t(1,_=e.myElectionPageHref)},[o,_]}var MyElectionNoRaces=function(e){_inherits$4(t,_vendor_browser_svelte_internal_index.SvelteComponent);var n=_createSuper$4(t);function t(e){var r;return _classCallCheck$4(this,t),r=n.call(this),_vendor_browser_svelte_internal_index.init(_assertThisInitialized$4(r),e,instance$4,create_fragment$4,_vendor_browser_svelte_internal_index.safe_not_equal,{noRacesText:0,myElectionPageHref:1},add_css$3),r}return t}();function _arrayLikeToArray$4(e,n){(null==n||n>e.length)&&(n=e.length);for(var t=0,r=new Array(n);t<n;t++)r[t]=e[t];return r}function _arrayWithHoles$4(e){if(Array.isArray(e))return e}function _iterableToArrayLimit$4(e,n){var t=null==e?null:\"undefined\"!=typeof Symbol&&e[Symbol.iterator]||e[\"@@iterator\"];if(null!=t){var r,o,i=[],_=!0,l=!1;try{for(t=t.call(e);!(_=(r=t.next()).done)&&(i.push(r.value),!n||i.length!==n);_=!0);}catch(e){l=!0,o=e}finally{try{_||null==t.return||t.return()}finally{if(l)throw o}}return i}}function _nonIterableRest$4(){throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\\\\\\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}function _slicedToArray$4(e,n){return _arrayWithHoles$4(e)||_iterableToArrayLimit$4(e,n)||_unsupportedIterableToArray$4(e,n)||_nonIterableRest$4()}function _unsupportedIterableToArray$4(e,n){if(e){if(\"string\"==typeof e)return _arrayLikeToArray$4(e,n);var t=Object.prototype.toString.call(e).slice(8,-1);return\"Object\"===t&&e.constructor&&(t=e.constructor.name),\"Map\"===t||\"Set\"===t?Array.from(t):\"Arguments\"===t||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t)?_arrayLikeToArray$4(e,n):void 0}}function makeMyElectionCollectionComponentKey(e,n,t){var r=_slicedToArray$4(n.split(\"-\"),4);r[0];var o=r[1],i=r[2],_=r[3];return\"\".concat(e,\"-\").concat(o,\"-\").concat(i,\"-\").concat(_||\"*\",\"-\").concat(t||\"*\")}function _arrayLikeToArray$3(e,n){(null==n||n>e.length)&&(n=e.length);for(var t=0,r=new Array(n);t<n;t++)r[t]=e[t];return r}function _arrayWithHoles$3(e){if(Array.isArray(e))return e}function _assertThisInitialized$3(e){if(void 0===e)throw new ReferenceError(\"this hasn\\'t been initialised - super() hasn\\'t been called\");return e}function _classCallCheck$3(e,n){if(!(e instanceof n))throw new TypeError(\"Cannot call a class as a function\")}function _getPrototypeOf$3(e){return(_getPrototypeOf$3=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function _inherits$3(e,n){if(\"function\"!=typeof n&&null!==n)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(n&&n.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),n&&_setPrototypeOf$3(e,n)}function _iterableToArrayLimit$3(e,n){var t=null==e?null:\"undefined\"!=typeof Symbol&&e[Symbol.iterator]||e[\"@@iterator\"];if(null!=t){var r,o,i=[],_=!0,l=!1;try{for(t=t.call(e);!(_=(r=t.next()).done)&&(i.push(r.value),!n||i.length!==n);_=!0);}catch(e){l=!0,o=e}finally{try{_||null==t.return||t.return()}finally{if(l)throw o}}return i}}function _nonIterableRest$3(){throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\\\\\\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}function _possibleConstructorReturn$3(e,n){return!n||\"object\"!==_typeof$3(n)&&\"function\"!=typeof n?_assertThisInitialized$3(e):n}function _setPrototypeOf$3(e,n){return(_setPrototypeOf$3=Object.setPrototypeOf||function(e,n){return e.__proto__=n,e})(e,n)}function _slicedToArray$3(e,n){return _arrayWithHoles$3(e)||_iterableToArrayLimit$3(e,n)||_unsupportedIterableToArray$3(e,n)||_nonIterableRest$3()}var _typeof$3=function(e){return e&&\"undefined\"!=typeof Symbol&&e.constructor===Symbol?\"symbol\":typeof e};function _unsupportedIterableToArray$3(e,n){if(e){if(\"string\"==typeof e)return _arrayLikeToArray$3(e,n);var t=Object.prototype.toString.call(e).slice(8,-1);return\"Object\"===t&&e.constructor&&(t=e.constructor.name),\"Map\"===t||\"Set\"===t?Array.from(t):\"Arguments\"===t||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t)?_arrayLikeToArray$3(e,n):void 0}}function _isNativeReflectConstruct$3(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function _createSuper$3(e){var n=_isNativeReflectConstruct$3();return function(){var t,r=_getPrototypeOf$3(e);if(n){var o=_getPrototypeOf$3(this).constructor;t=Reflect.construct(r,arguments,o)}else t=r.apply(this,arguments);return _possibleConstructorReturn$3(this,t)}}function add_css$2(e){_vendor_browser_svelte_internal_index.append_styles(e,\"cnn-pcl-1pd61zu\",\".collection-wrappper-2ovk0G.cnn-pcl-1pd61zu{display:flex;flex-wrap:wrap;flex-direction:row}.card-dovf45.cnn-pcl-1pd61zu{flex:0 0 100%;margin:0 0 20px;border-radius:2px}@media screen and (min-width: 960px){.card-dovf45.cnn-pcl-1pd61zu{flex:0 0 calc(50% - 10px);margin-left:5px;margin-right:5px}}@media screen and (min-width: 1280px){.card-dovf45.cnn-pcl-1pd61zu{flex:0 0 calc(33.33% - 10px);margin-left:5px;margin-right:5px}}\")}function get_each_context(e,n,t){var r=e.slice();return r[3]=n[t],r}function create_default_slot(e){var n,t,r,o;return t=new coreResult_lib_browser.CoreResult({props:{result:sdk_transformers_essCrm.essCoreResultReducer(e[1][e[3]]),buttons:[]}}),{c:function(){n=_vendor_browser_svelte_internal_index.element(\"div\"),_vendor_browser_svelte_internal_index.create_component(t.$$.fragment),r=_vendor_browser_svelte_internal_index.space(),this.h()},l:function(e){n=_vendor_browser_svelte_internal_index.claim_element(e,\"DIV\",{class:!0,\"data-testid\":!0});var o=_vendor_browser_svelte_internal_index.children(n);_vendor_browser_svelte_internal_index.claim_component(t.$$.fragment,o),o.forEach(_vendor_browser_svelte_internal_index.detach),r=_vendor_browser_svelte_internal_index.claim_space(e),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(n,\"class\",\"card-dovf45 cnn-pcl-1pd61zu\"),_vendor_browser_svelte_internal_index.attr(n,\"data-testid\",\"my-election-card\")},m:function(e,i){_vendor_browser_svelte_internal_index.insert_hydration(e,n,i),_vendor_browser_svelte_internal_index.mount_component(t,n,null),_vendor_browser_svelte_internal_index.insert_hydration(e,r,i),o=!0},p:function(e,n){var r={};3&n&&(r.result=sdk_transformers_essCrm.essCoreResultReducer(e[1][e[3]])),t.$set(r)},i:function(e){o||(_vendor_browser_svelte_internal_index.transition_in(t.$$.fragment,e),o=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(t.$$.fragment,e),o=!1},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n),_vendor_browser_svelte_internal_index.destroy_component(t),e&&_vendor_browser_svelte_internal_index.detach(r)}}}function create_each_block(e){var n,t;return n=new _lib_sdk_browser__externalConfig_ContextInjector_svelte.ContextInjector({props:{componentKey:makeMyElectionCollectionComponentKey(e[2],e[3],_lib_browser_common_constants_componentNames.CORE_RESULT_MODULE),$$slots:{default:[create_default_slot]},$$scope:{ctx:e}}}),{c:function(){_vendor_browser_svelte_internal_index.create_component(n.$$.fragment)},l:function(e){_vendor_browser_svelte_internal_index.claim_component(n.$$.fragment,e)},m:function(e,r){_vendor_browser_svelte_internal_index.mount_component(n,e,r),t=!0},p:function(e,t){var r={};5&t&&(r.componentKey=makeMyElectionCollectionComponentKey(e[2],e[3],_lib_browser_common_constants_componentNames.CORE_RESULT_MODULE)),67&t&&(r.$$scope={dirty:t,ctx:e}),n.$set(r)},i:function(e){t||(_vendor_browser_svelte_internal_index.transition_in(n.$$.fragment,e),t=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(n.$$.fragment,e),t=!1},d:function(e){_vendor_browser_svelte_internal_index.destroy_component(n,e)}}}function create_fragment$3(e){for(var n,t,r=e[0],o=[],i=0;i<r.length;i+=1)o[i]=create_each_block(get_each_context(e,r,i));var _=function(e){return _vendor_browser_svelte_internal_index.transition_out(o[e],1,1,function(){o[e]=null})};return{c:function(){n=_vendor_browser_svelte_internal_index.element(\"div\");for(var e=0;e<o.length;e+=1)o[e].c();this.h()},l:function(e){n=_vendor_browser_svelte_internal_index.claim_element(e,\"DIV\",{class:!0});for(var t=_vendor_browser_svelte_internal_index.children(n),r=0;r<o.length;r+=1)o[r].l(t);t.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(n,\"class\",\"collection-wrappper-2ovk0G cnn-pcl-1pd61zu\")},m:function(e,r){_vendor_browser_svelte_internal_index.insert_hydration(e,n,r);for(var i=0;i<o.length;i+=1)o[i].m(n,null);t=!0},p:function(e,t){var i=_slicedToArray$3(t,1)[0];if(7&i){var l;for(r=e[0],l=0;l<r.length;l+=1){var a=get_each_context(e,r,l);o[l]?(o[l].p(a,i),_vendor_browser_svelte_internal_index.transition_in(o[l],1)):(o[l]=create_each_block(a),o[l].c(),_vendor_browser_svelte_internal_index.transition_in(o[l],1),o[l].m(n,null))}for(_vendor_browser_svelte_internal_index.group_outros(),l=r.length;l<o.length;l+=1)_(l);_vendor_browser_svelte_internal_index.check_outros()}},i:function(e){if(!t){for(var n=0;n<r.length;n+=1)_vendor_browser_svelte_internal_index.transition_in(o[n]);t=!0}},o:function(e){o=o.filter(Boolean);for(var n=0;n<o.length;n+=1)_vendor_browser_svelte_internal_index.transition_out(o[n]);t=!1},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n),_vendor_browser_svelte_internal_index.destroy_each(o,e)}}}function instance$3(e,n,t){var r=n.raceKeys,o=void 0===r?[]:r,i=n.races,_=n.electionEvent,l=void 0===_?\"\":_;return e.$$set=function(e){\"raceKeys\"in e&&t(0,o=e.raceKeys),\"races\"in e&&t(1,i=e.races),\"electionEvent\"in e&&t(2,l=e.electionEvent)},[o,i,l]}var MyElectionRaces=function(e){_inherits$3(t,_vendor_browser_svelte_internal_index.SvelteComponent);var n=_createSuper$3(t);function t(e){var r;return _classCallCheck$3(this,t),r=n.call(this),_vendor_browser_svelte_internal_index.init(_assertThisInitialized$3(r),e,instance$3,create_fragment$3,_vendor_browser_svelte_internal_index.safe_not_equal,{raceKeys:0,races:1,electionEvent:2},add_css$2),r}return t}();function _arrayLikeToArray$2(e,n){(null==n||n>e.length)&&(n=e.length);for(var t=0,r=new Array(n);t<n;t++)r[t]=e[t];return r}function _arrayWithHoles$2(e){if(Array.isArray(e))return e}function _assertThisInitialized$2(e){if(void 0===e)throw new ReferenceError(\"this hasn\\'t been initialised - super() hasn\\'t been called\");return e}function _classCallCheck$2(e,n){if(!(e instanceof n))throw new TypeError(\"Cannot call a class as a function\")}function _getPrototypeOf$2(e){return(_getPrototypeOf$2=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function _inherits$2(e,n){if(\"function\"!=typeof n&&null!==n)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(n&&n.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),n&&_setPrototypeOf$2(e,n)}function _iterableToArrayLimit$2(e,n){var t=null==e?null:\"undefined\"!=typeof Symbol&&e[Symbol.iterator]||e[\"@@iterator\"];if(null!=t){var r,o,i=[],_=!0,l=!1;try{for(t=t.call(e);!(_=(r=t.next()).done)&&(i.push(r.value),!n||i.length!==n);_=!0);}catch(e){l=!0,o=e}finally{try{_||null==t.return||t.return()}finally{if(l)throw o}}return i}}function _nonIterableRest$2(){throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\\\\\\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}function _possibleConstructorReturn$2(e,n){return!n||\"object\"!==_typeof$2(n)&&\"function\"!=typeof n?_assertThisInitialized$2(e):n}function _setPrototypeOf$2(e,n){return(_setPrototypeOf$2=Object.setPrototypeOf||function(e,n){return e.__proto__=n,e})(e,n)}function _slicedToArray$2(e,n){return _arrayWithHoles$2(e)||_iterableToArrayLimit$2(e,n)||_unsupportedIterableToArray$2(e,n)||_nonIterableRest$2()}var _typeof$2=function(e){return e&&\"undefined\"!=typeof Symbol&&e.constructor===Symbol?\"symbol\":typeof e};function _unsupportedIterableToArray$2(e,n){if(e){if(\"string\"==typeof e)return _arrayLikeToArray$2(e,n);var t=Object.prototype.toString.call(e).slice(8,-1);return\"Object\"===t&&e.constructor&&(t=e.constructor.name),\"Map\"===t||\"Set\"===t?Array.from(t):\"Arguments\"===t||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t)?_arrayLikeToArray$2(e,n):void 0}}function _isNativeReflectConstruct$2(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function _createSuper$2(e){var n=_isNativeReflectConstruct$2();return function(){var t,r=_getPrototypeOf$2(e);if(n){var o=_getPrototypeOf$2(this).constructor;t=Reflect.construct(r,arguments,o)}else t=r.apply(this,arguments);return _possibleConstructorReturn$2(this,t)}}function add_css$1(e){_vendor_browser_svelte_internal_index.append_styles(e,\"cnn-pcl-8s4bzb\",\"h2.cnn-pcl-8s4bzb{font-family:cnn_sans_display, helveticaneue, Helvetica, Arial, Utkal, sans-serif;font-weight:700;font-size:30px}p.cnn-pcl-8s4bzb{font-family:cnn_sans_display, helveticaneue, Helvetica, Arial, Utkal, sans-serif;font-weight:400;font-size:14px;font-weight:400;line-height:21px;letter-spacing:0.2px;text-align:left;color:#0C0C0C}@media screen and (min-width: 960px){}@media screen and (min-width: 1280px){}\")}function create_fragment$2(e){var n,t,r,o,i,_,l,a;return t=new icons_lib_browser.MyElectionIcon({}),{c:function(){n=_vendor_browser_svelte_internal_index.element(\"h2\"),_vendor_browser_svelte_internal_index.create_component(t.$$.fragment),r=_vendor_browser_svelte_internal_index.space(),o=_vendor_browser_svelte_internal_index.text(e[0]),i=_vendor_browser_svelte_internal_index.space(),_=_vendor_browser_svelte_internal_index.element(\"p\"),l=_vendor_browser_svelte_internal_index.text(e[1]),this.h()},l:function(a){n=_vendor_browser_svelte_internal_index.claim_element(a,\"H2\",{class:!0});var s=_vendor_browser_svelte_internal_index.children(n);_vendor_browser_svelte_internal_index.claim_component(t.$$.fragment,s),r=_vendor_browser_svelte_internal_index.claim_space(s),o=_vendor_browser_svelte_internal_index.claim_text(s,e[0]),s.forEach(_vendor_browser_svelte_internal_index.detach),i=_vendor_browser_svelte_internal_index.claim_space(a),_=_vendor_browser_svelte_internal_index.claim_element(a,\"P\",{class:!0});var c=_vendor_browser_svelte_internal_index.children(_);l=_vendor_browser_svelte_internal_index.claim_text(c,e[1]),c.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(n,\"class\",\"cnn-pcl-8s4bzb\"),_vendor_browser_svelte_internal_index.attr(_,\"class\",\"cnn-pcl-8s4bzb\")},m:function(e,s){_vendor_browser_svelte_internal_index.insert_hydration(e,n,s),_vendor_browser_svelte_internal_index.mount_component(t,n,null),_vendor_browser_svelte_internal_index.append_hydration(n,r),_vendor_browser_svelte_internal_index.append_hydration(n,o),_vendor_browser_svelte_internal_index.insert_hydration(e,i,s),_vendor_browser_svelte_internal_index.insert_hydration(e,_,s),_vendor_browser_svelte_internal_index.append_hydration(_,l),a=!0},p:function(e,n){var t=_slicedToArray$2(n,1)[0];(!a||1&t)&&_vendor_browser_svelte_internal_index.set_data(o,e[0]),(!a||2&t)&&_vendor_browser_svelte_internal_index.set_data(l,e[1])},i:function(e){a||(_vendor_browser_svelte_internal_index.transition_in(t.$$.fragment,e),a=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(t.$$.fragment,e),a=!1},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n),_vendor_browser_svelte_internal_index.destroy_component(t),e&&_vendor_browser_svelte_internal_index.detach(i),e&&_vendor_browser_svelte_internal_index.detach(_)}}}function instance$2(e,n,t){var r=n.titleText,o=n.headerText,i=void 0===o?\"Follow the races that matter to you and easily track the results live as the votes come in.\":o;return e.$$set=function(e){\"titleText\"in e&&t(0,r=e.titleText),\"headerText\"in e&&t(1,i=e.headerText)},[r,i]}var MyElectionHeader=function(e){_inherits$2(t,_vendor_browser_svelte_internal_index.SvelteComponent);var n=_createSuper$2(t);function t(e){var r;return _classCallCheck$2(this,t),r=n.call(this),_vendor_browser_svelte_internal_index.init(_assertThisInitialized$2(r),e,instance$2,create_fragment$2,_vendor_browser_svelte_internal_index.safe_not_equal,{titleText:0,headerText:1},add_css$1),r}return t}();function _arrayLikeToArray$1(e,n){(null==n||n>e.length)&&(n=e.length);for(var t=0,r=new Array(n);t<n;t++)r[t]=e[t];return r}function _arrayWithHoles$1(e){if(Array.isArray(e))return e}function _assertThisInitialized$1(e){if(void 0===e)throw new ReferenceError(\"this hasn\\'t been initialised - super() hasn\\'t been called\");return e}function _classCallCheck$1(e,n){if(!(e instanceof n))throw new TypeError(\"Cannot call a class as a function\")}function _getPrototypeOf$1(e){return(_getPrototypeOf$1=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function _inherits$1(e,n){if(\"function\"!=typeof n&&null!==n)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(n&&n.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),n&&_setPrototypeOf$1(e,n)}function _iterableToArrayLimit$1(e,n){var t=null==e?null:\"undefined\"!=typeof Symbol&&e[Symbol.iterator]||e[\"@@iterator\"];if(null!=t){var r,o,i=[],_=!0,l=!1;try{for(t=t.call(e);!(_=(r=t.next()).done)&&(i.push(r.value),!n||i.length!==n);_=!0);}catch(e){l=!0,o=e}finally{try{_||null==t.return||t.return()}finally{if(l)throw o}}return i}}function _nonIterableRest$1(){throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\\\\\\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}function _possibleConstructorReturn$1(e,n){return!n||\"object\"!==_typeof$1(n)&&\"function\"!=typeof n?_assertThisInitialized$1(e):n}function _setPrototypeOf$1(e,n){return(_setPrototypeOf$1=Object.setPrototypeOf||function(e,n){return e.__proto__=n,e})(e,n)}function _slicedToArray$1(e,n){return _arrayWithHoles$1(e)||_iterableToArrayLimit$1(e,n)||_unsupportedIterableToArray$1(e,n)||_nonIterableRest$1()}var _typeof$1=function(e){return e&&\"undefined\"!=typeof Symbol&&e.constructor===Symbol?\"symbol\":typeof e};function _unsupportedIterableToArray$1(e,n){if(e){if(\"string\"==typeof e)return _arrayLikeToArray$1(e,n);var t=Object.prototype.toString.call(e).slice(8,-1);return\"Object\"===t&&e.constructor&&(t=e.constructor.name),\"Map\"===t||\"Set\"===t?Array.from(t):\"Arguments\"===t||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t)?_arrayLikeToArray$1(e,n):void 0}}function _isNativeReflectConstruct$1(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function _createSuper$1(e){var n=_isNativeReflectConstruct$1();return function(){var t,r=_getPrototypeOf$1(e);if(n){var o=_getPrototypeOf$1(this).constructor;t=Reflect.construct(r,arguments,o)}else t=r.apply(this,arguments);return _possibleConstructorReturn$1(this,t)}}function add_css(e){_vendor_browser_svelte_internal_index.append_styles(e,\"cnn-pcl-11j3kbe\",\"@media screen and (min-width: 960px){}@media screen and (min-width: 1280px){}\")}function create_else_block_1(e){var n,t;return n=new MyElectionCollectionNotLoggedIn({props:{accountUrls:e[6]}}),{c:function(){_vendor_browser_svelte_internal_index.create_component(n.$$.fragment)},l:function(e){_vendor_browser_svelte_internal_index.claim_component(n.$$.fragment,e)},m:function(e,r){_vendor_browser_svelte_internal_index.mount_component(n,e,r),t=!0},p:function(e,t){var r={};64&t&&(r.accountUrls=e[6]),n.$set(r)},i:function(e){t||(_vendor_browser_svelte_internal_index.transition_in(n.$$.fragment,e),t=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(n.$$.fragment,e),t=!1},d:function(e){_vendor_browser_svelte_internal_index.destroy_component(n,e)}}}function create_if_block(e){var n,t,r,o,i=function(e,n){return e[8]?0:1},_=[create_if_block_1,create_else_block],l=[];return n=i(e),t=l[n]=_[n](e),{c:function(){t.c(),r=_vendor_browser_svelte_internal_index.empty()},l:function(e){t.l(e),r=_vendor_browser_svelte_internal_index.empty()},m:function(e,t){l[n].m(e,t),_vendor_browser_svelte_internal_index.insert_hydration(e,r,t),o=!0},p:function(e,o){var a=n;(n=i(e))===a?l[n].p(e,o):(_vendor_browser_svelte_internal_index.group_outros(),_vendor_browser_svelte_internal_index.transition_out(l[a],1,1,function(){l[a]=null}),_vendor_browser_svelte_internal_index.check_outros(),(t=l[n])?t.p(e,o):(t=l[n]=_[n](e)).c(),_vendor_browser_svelte_internal_index.transition_in(t,1),t.m(r.parentNode,r))},i:function(e){o||(_vendor_browser_svelte_internal_index.transition_in(t),o=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(t),o=!1},d:function(e){l[n].d(e),e&&_vendor_browser_svelte_internal_index.detach(r)}}}function create_else_block(e){var n,t;return n=new MyElectionNoRaces({props:{noRacesText:e[3],myElectionPageHref:e[5]}}),{c:function(){_vendor_browser_svelte_internal_index.create_component(n.$$.fragment)},l:function(e){_vendor_browser_svelte_internal_index.claim_component(n.$$.fragment,e)},m:function(e,r){_vendor_browser_svelte_internal_index.mount_component(n,e,r),t=!0},p:function(e,t){var r={};8&t&&(r.noRacesText=e[3]),32&t&&(r.myElectionPageHref=e[5]),n.$set(r)},i:function(e){t||(_vendor_browser_svelte_internal_index.transition_in(n.$$.fragment,e),t=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(n.$$.fragment,e),t=!1},d:function(e){_vendor_browser_svelte_internal_index.destroy_component(n,e)}}}function create_if_block_1(e){var n,t;return n=new MyElectionRaces({props:{raceKeys:e[7],races:e[0],electionEvent:e[4]}}),{c:function(){_vendor_browser_svelte_internal_index.create_component(n.$$.fragment)},l:function(e){_vendor_browser_svelte_internal_index.claim_component(n.$$.fragment,e)},m:function(e,r){_vendor_browser_svelte_internal_index.mount_component(n,e,r),t=!0},p:function(e,t){var r={};128&t&&(r.raceKeys=e[7]),1&t&&(r.races=e[0]),16&t&&(r.electionEvent=e[4]),n.$set(r)},i:function(e){t||(_vendor_browser_svelte_internal_index.transition_in(n.$$.fragment,e),t=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(n.$$.fragment,e),t=!1},d:function(e){_vendor_browser_svelte_internal_index.destroy_component(n,e)}}}function create_fragment$1(e){var n,t,r,o,i,_,l=function(e,n){return e[1]?0:1};n=new MyElectionHeader({props:{titleText:e[2]}});var a=[create_if_block,create_else_block_1],s=[];return r=l(e),o=s[r]=a[r](e),{c:function(){_vendor_browser_svelte_internal_index.create_component(n.$$.fragment),t=_vendor_browser_svelte_internal_index.space(),o.c(),i=_vendor_browser_svelte_internal_index.empty()},l:function(e){_vendor_browser_svelte_internal_index.claim_component(n.$$.fragment,e),t=_vendor_browser_svelte_internal_index.claim_space(e),o.l(e),i=_vendor_browser_svelte_internal_index.empty()},m:function(e,o){_vendor_browser_svelte_internal_index.mount_component(n,e,o),_vendor_browser_svelte_internal_index.insert_hydration(e,t,o),s[r].m(e,o),_vendor_browser_svelte_internal_index.insert_hydration(e,i,o),_=!0},p:function(e,t){var _=_slicedToArray$1(t,1)[0],c={};4&_&&(c.titleText=e[2]),n.$set(c);var d=r;(r=l(e))===d?s[r].p(e,_):(_vendor_browser_svelte_internal_index.group_outros(),_vendor_browser_svelte_internal_index.transition_out(s[d],1,1,function(){s[d]=null}),_vendor_browser_svelte_internal_index.check_outros(),(o=s[r])?o.p(e,_):(o=s[r]=a[r](e)).c(),_vendor_browser_svelte_internal_index.transition_in(o,1),o.m(i.parentNode,i))},i:function(e){_||(_vendor_browser_svelte_internal_index.transition_in(n.$$.fragment,e),_vendor_browser_svelte_internal_index.transition_in(o),_=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(n.$$.fragment,e),_vendor_browser_svelte_internal_index.transition_out(o),_=!1},d:function(e){_vendor_browser_svelte_internal_index.destroy_component(n,e),e&&_vendor_browser_svelte_internal_index.detach(t),s[r].d(e),e&&_vendor_browser_svelte_internal_index.detach(i)}}}function instance$1(e,n,t){var r,o,i=n.isAuthenticated,_=void 0!==i&&i,l=n.pollInterval,a=void 0===l?10:l,s=n.titleText,c=void 0===s?\"\":s,d=n.noRacesText,u=void 0===d?\"\":d,f=n.followedContests,v=void 0===f?[]:f,p=n.electionEvent,b=void 0===p?\"\":p,y=n.races,m=n.baseUrl,w=n.myElectionPageHref,h=n.accountUrls,x=void 0===h?{logIn:\"\",signUp:\"\"}:h,$=_lib_browser_common_helpers_poller.getPoller(a),g=[],T=[];return _vendor_browser_svelte_internal_index.onDestroy(function(){Array.isArray(g)&&g.forEach(function(e){return e.unSub()})}),e.$$set=function(e){\"isAuthenticated\"in e&&t(1,_=e.isAuthenticated),\"pollInterval\"in e&&t(9,a=e.pollInterval),\"titleText\"in e&&t(2,c=e.titleText),\"noRacesText\"in e&&t(3,u=e.noRacesText),\"followedContests\"in e&&t(10,v=e.followedContests),\"electionEvent\"in e&&t(4,b=e.electionEvent),\"races\"in e&&t(0,y=e.races),\"baseUrl\"in e&&t(11,m=e.baseUrl),\"myElectionPageHref\"in e&&t(5,w=e.myElectionPageHref),\"accountUrls\"in e&&t(6,x=e.accountUrls)},e.$$.update=function(){if(15360&e.$$.dirty){t(12,g=v.map(function(e){var n=$.subscribe(\"\".concat(m).concat(e,\".json\"),function(n){t(0,y[e]=n,y)});return{key:e,unSub:n}}));var n=_slicedToArray$1(T.filter(function(e){return!g.find(function(n){return n.key===e.key})}),1)[0];n&&\"function\"==typeof n.unSub&&n.unSub(),t(13,T=g)}1&e.$$.dirty&&t(7,r=Object.keys(y).sort(_lib_browser_common_helpers_eckeys_sort.sortECKeys)),128&e.$$.dirty&&t(8,o=r.length>0)},[y,_,c,u,b,w,x,r,o,a,v,m,g,T]}var _obj,MyElectionCollection$1=function(e){_inherits$1(t,_vendor_browser_svelte_internal_index.SvelteComponent);var n=_createSuper$1(t);function t(e){var r;return _classCallCheck$1(this,t),r=n.call(this),_vendor_browser_svelte_internal_index.init(_assertThisInitialized$1(r),e,instance$1,create_fragment$1,_vendor_browser_svelte_internal_index.safe_not_equal,{isAuthenticated:1,pollInterval:9,titleText:2,noRacesText:3,followedContests:10,electionEvent:4,races:0,baseUrl:11,myElectionPageHref:5,accountUrls:6},add_css),r}return t}();function _defineProperty$1(e,n,t){return n in e?Object.defineProperty(e,n,{value:t,enumerable:!0,configurable:!0,writable:!0}):e[n]=t,e}var raceTypeGroupToContestTypeMap=(_defineProperty$1(_obj={},_lib_browser_common_clients_MyElection_types.CONTEST_TYPE_FILTER_REGEXP.SENATE_ALL,\"SG\"),_defineProperty$1(_obj,_lib_browser_common_clients_MyElection_types.CONTEST_TYPE_FILTER_REGEXP.SECRETARY_OF_STATE_ALL,\"SSG\"),_defineProperty$1(_obj,_lib_browser_common_clients_MyElection_types.CONTEST_TYPE_FILTER_REGEXP.GOVERNOR_ALL,\"GG\"),_defineProperty$1(_obj,_lib_browser_common_clients_MyElection_types.CONTEST_TYPE_FILTER_REGEXP.HOUSE_ALL,\"HG\"),_defineProperty$1(_obj,_lib_browser_common_clients_MyElection_types.CONTEST_TYPE_FILTER_REGEXP.BALLOT_MEASURES_ALL,\"I1P\"),_obj),ALL_RACE_TYPE=function(e){return e.ALL=\"(.*?)\",e}(ALL_RACE_TYPE||{});function getContestTypeName(e){return generalsBop_lib_browser.contestTypeMap[raceTypeGroupToContestTypeMap[_lib_browser_common_clients_MyElection_types.CONTEST_TYPE_FILTER_REGEXP[e]]]}function makeCompleteTitle(e,n,t){var r,o=getContestTypeName(n),i=null===(r=_lib_browser_common_constants_places.placesLookupByAbbr[t])||void 0===r?void 0:r.name;return o||i?o&&i?\"\".concat(e,\" (\").concat(i,\" \").concat(o,\")\"):o?\"\".concat(e,\" (\").concat(o,\")\"):\"\".concat(e,\" (\").concat(i,\")\"):\"\".concat(e)}function makeNoRacesText(e,n){var t,r,o=getContestTypeName(e),i=null===(t=_lib_browser_common_constants_places.placesLookupByAbbr[n])||void 0===t?void 0:t.name;return r=o||i?o&&i?\"\".concat(i,\" \").concat(o,\" \"):\"\".concat(o||i,\" \"):\"\",\"You are not following any \".concat(r,\"races.\")}function _arrayLikeToArray(e,n){(null==n||n>e.length)&&(n=e.length);for(var t=0,r=new Array(n);t<n;t++)r[t]=e[t];return r}function _arrayWithHoles(e){if(Array.isArray(e))return e}function _assertThisInitialized(e){if(void 0===e)throw new ReferenceError(\"this hasn\\'t been initialised - super() hasn\\'t been called\");return e}function _classCallCheck(e,n){if(!(e instanceof n))throw new TypeError(\"Cannot call a class as a function\")}function _defineProperty(e,n,t){return n in e?Object.defineProperty(e,n,{value:t,enumerable:!0,configurable:!0,writable:!0}):e[n]=t,e}function _getPrototypeOf(e){return(_getPrototypeOf=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function _inherits(e,n){if(\"function\"!=typeof n&&null!==n)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(n&&n.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),n&&_setPrototypeOf(e,n)}function _iterableToArrayLimit(e,n){var t=null==e?null:\"undefined\"!=typeof Symbol&&e[Symbol.iterator]||e[\"@@iterator\"];if(null!=t){var r,o,i=[],_=!0,l=!1;try{for(t=t.call(e);!(_=(r=t.next()).done)&&(i.push(r.value),!n||i.length!==n);_=!0);}catch(e){l=!0,o=e}finally{try{_||null==t.return||t.return()}finally{if(l)throw o}}return i}}function _nonIterableRest(){throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\\\\\\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}function _possibleConstructorReturn(e,n){return!n||\"object\"!==_typeof(n)&&\"function\"!=typeof n?_assertThisInitialized(e):n}function _setPrototypeOf(e,n){return(_setPrototypeOf=Object.setPrototypeOf||function(e,n){return e.__proto__=n,e})(e,n)}function _slicedToArray(e,n){return _arrayWithHoles(e)||_iterableToArrayLimit(e,n)||_unsupportedIterableToArray(e,n)||_nonIterableRest()}var _typeof=function(e){return e&&\"undefined\"!=typeof Symbol&&e.constructor===Symbol?\"symbol\":typeof e};function _unsupportedIterableToArray(e,n){if(e){if(\"string\"==typeof e)return _arrayLikeToArray(e,n);var t=Object.prototype.toString.call(e).slice(8,-1);return\"Object\"===t&&e.constructor&&(t=e.constructor.name),\"Map\"===t||\"Set\"===t?Array.from(t):\"Arguments\"===t||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t)?_arrayLikeToArray(e,n):void 0}}function _isNativeReflectConstruct(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function _createSuper(e){var n=_isNativeReflectConstruct();return function(){var t,r=_getPrototypeOf(e);if(n){var o=_getPrototypeOf(this).constructor;t=Reflect.construct(r,arguments,o)}else t=r.apply(this,arguments);return _possibleConstructorReturn(this,t)}}function create_fragment(e){var n,t;return n=new MyElectionCollection$1({props:{races:e[5],followedContests:e[6],titleText:e[8],noRacesText:e[9],electionEvent:e[0],baseUrl:e[2],isAuthenticated:e[4],pollInterval:e[1],myElectionPageHref:e[3],accountUrls:e[7]}}),{c:function(){_vendor_browser_svelte_internal_index.create_component(n.$$.fragment)},l:function(e){_vendor_browser_svelte_internal_index.claim_component(n.$$.fragment,e)},m:function(e,r){_vendor_browser_svelte_internal_index.mount_component(n,e,r),t=!0},p:function(e,t){var r=_slicedToArray(t,1)[0],o={};32&r&&(o.races=e[5]),64&r&&(o.followedContests=e[6]),1&r&&(o.electionEvent=e[0]),4&r&&(o.baseUrl=e[2]),16&r&&(o.isAuthenticated=e[4]),2&r&&(o.pollInterval=e[1]),8&r&&(o.myElectionPageHref=e[3]),128&r&&(o.accountUrls=e[7]),n.$set(o)},i:function(e){t||(_vendor_browser_svelte_internal_index.transition_in(n.$$.fragment,e),t=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(n.$$.fragment,e),t=!1},d:function(e){_vendor_browser_svelte_internal_index.destroy_component(n,e)}}}function instance(e,n,t){var r=n.raceTypeGroup,o=n.place,i=n.electionEvent,_=n.pollInterval,l=n.baseUrl,a=void 0===l?_lib_browser_common_constants_envFeedPaths.envFeedPaths.prod:l,s=n.title,c=void 0===s?\"My Election\":s,d=n.myElectionPageHref,u=_vendor_browser_svelte_internal_index.getContext(_lib_browser_common_constants_contextKeys.MY_ELECTION_CLIENT_KEY),f=!1,v={},p=[],b={logIn:\"\",signUp:\"\"};_vendor_browser_svelte_internal_index.onMount(function(){var e,n,_=null===(e=_vendor_browser_svelte_internal_index.get_store_value(u))||void 0===e?void 0:e.client;_?(_.subscribe(_lib_browser_common_clients_MyElection_types.SUBSCRIPTION_TYPE.AUTH,function(e){t(4,f=e)}),_.subscribe(_lib_browser_common_clients_MyElection_types.SUBSCRIPTION_TYPE.FOLLOWED_CONTESTS,function(e){t(6,p=e),t(5,v={})},i,(_defineProperty(n={},_lib_browser_common_clients_MyElection_types.FILTER.CONTEST_TYPE,_lib_browser_common_clients_MyElection_types.CONTEST_TYPE_FILTER_REGEXP[r]),_defineProperty(n,_lib_browser_common_clients_MyElection_types.FILTER.STATE,o),n)),t(7,b.logIn=null==_?void 0:_.getLogInUrl(),b),t(7,b.signUp=null==_?void 0:_.getSignUpUrl(),b)):console.error(\"[MyElection] client unavailable on mount\")});var y=makeCompleteTitle(c,r,o),m=makeNoRacesText(r,o);return e.$$set=function(e){\"raceTypeGroup\"in e&&t(10,r=e.raceTypeGroup),\"place\"in e&&t(11,o=e.place),\"electionEvent\"in e&&t(0,i=e.electionEvent),\"pollInterval\"in e&&t(1,_=e.pollInterval),\"baseUrl\"in e&&t(2,a=e.baseUrl),\"title\"in e&&t(12,c=e.title),\"myElectionPageHref\"in e&&t(3,d=e.myElectionPageHref)},[i,_,a,d,f,v,p,b,y,m,r,o,c]}var MyElectionCollectionContainer=function(e){_inherits(t,_vendor_browser_svelte_internal_index.SvelteComponent);var n=_createSuper(t);function t(e){var r;return _classCallCheck(this,t),r=n.call(this),_vendor_browser_svelte_internal_index.init(_assertThisInitialized(r),e,instance,create_fragment,_vendor_browser_svelte_internal_index.safe_not_equal,{raceTypeGroup:10,place:11,electionEvent:0,pollInterval:1,baseUrl:2,title:12,myElectionPageHref:3}),r}return t}(),MyElectionCollection=MyElectionCollectionContainer;exports.MyElectionCollection=MyElectionCollection,exports.MyElectionCollectionNotLoggedIn=MyElectionCollectionNotLoggedIn,exports.MyElectionHeader=MyElectionHeader,exports.determineIfIsFollowable=determineIfIsFollowable,exports.makeMyElectionCollectionComponentKey=makeMyElectionCollectionComponentKey;\\n}, {\"245\":245,\"548\":548,\"574\":574,\"607\":607,\"608\":608,\"634\":634,\"636\":636,\"639\":639,\"641\":641,\"645\":645,\"688\":688,\"703\":703,\"730\":730,\"2290\":2290,\"2291\":2291}];\\nwindow.modules[\"2289\"] = [function(require,module,exports){\"use strict\";var _lib_browser_common_helpers_timezone=require(708),sdk_transformers_utils_checkAtLeastOneRaceForVotes=require(2285),sdk_transformers_utils_getMostRecentVoteTimestamp=require(2275);function makeSpecialResultForArrayOfRacesInResultsSuite(e){return{candidates:[],percentReportingStr:null,title:void 0,editorialContent:null,winner:null,isKeyRace:!1,showUpdatedTimestamp:sdk_transformers_utils_checkAtLeastOneRaceForVotes.checkAtLeastOneRaceForVotes(e),lastUpdatedTimestamp:sdk_transformers_utils_getMostRecentVoteTimestamp.getMostRecentVoteTimestamp(e)?_lib_browser_common_helpers_timezone.format(sdk_transformers_utils_getMostRecentVoteTimestamp.getMostRecentVoteTimestamp(e)):null,isSwitch:!1,keyRaceFlagText:\"\",droppedOutFlagText:\"\",isBallotMeasure:!1,ahead:null,showAheadCount:!1,status:\"none\",jurisdictionCode:null,isCountyRace:!1,electoralVotes:null}}exports.makeSpecialResultForArrayOfRacesInResultsSuite=makeSpecialResultForArrayOfRacesInResultsSuite;\\n}, {\"708\":708,\"2275\":2275,\"2285\":2285}];\\nwindow.modules[\"2290\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_svelte_internal_index=require(548),_lib_browser_common_helpers_cssvars=require(612),_lib_browser_common_helpers_analytics_TrackedLink_svelte=require(673),_lib_browser_common_constants_componentVariations=require(637),icons_lib_browser=require(634),_lib_sdk_browser__externalConfig_featureFlags_constants_ts=require(726),_lib_sdk_browser__externalConfig_featureFlags_FeatureFlag_svelte=require(755),myElectionCollection_lib_browser=require(2288),followButton_lib_browser=require(2273),_lib_browser_common_constants_editorialElectionModes=require(640),_lib_browser_common_types_ess_editorialStatus=require(717),_lib_browser_common_components_circularSummary_CircularSummary_svelte=require(583),_lib_browser_common_components_proportionalAllocation_ProportionalAllocation_svelte=require(609),_vendor_browser_lodash_get=require(569),_lib_sdk_browser__externalConfig_configInterpreters_getColor_ts=require(614),_lib_browser_common_helpers_makeProjectionText=require(699),_lib_browser_common_helpers_getWinnerTreatmentOpacity=require(694),_lib_browser_common_constants_resultModuleIconProps=require(652),nextUpdateTimer_lib_browser=require(2283),_lib_sdk_browser__externalConfig_ContextProvider_svelte=require(610),_vendor_browser_lodash_lodash=require(570),_lib_sdk_browser__externalConfig_configInterpreters_constants_ts=require(613),_lib_sdk_browser__externalConfig_configInterpreters_getWinnerPartyColor_ts=require(752),_lib_browser_common_constants_projectionTexts=require(646),_lib_browser_common_helpers_editorialMode=require(692),_lib_browser_common_components_conditionalWrappers_ConditionalAnchorTagWrapper_svelte=require(584);function _arrayLikeToArray$3(e,n){(null==n||n>e.length)&&(n=e.length);for(var r=0,t=new Array(n);r<n;r++)t[r]=e[r];return t}function _arrayWithHoles$3(e){if(Array.isArray(e))return e}function _assertThisInitialized$5(e){if(void 0===e)throw new ReferenceError(\"this hasn\\'t been initialised - super() hasn\\'t been called\");return e}function _classCallCheck$5(e,n){if(!(e instanceof n))throw new TypeError(\"Cannot call a class as a function\")}function _getPrototypeOf$5(e){return(_getPrototypeOf$5=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function _inherits$5(e,n){if(\"function\"!=typeof n&&null!==n)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(n&&n.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),n&&_setPrototypeOf$5(e,n)}function _iterableToArrayLimit$3(e,n){var r=null==e?null:\"undefined\"!=typeof Symbol&&e[Symbol.iterator]||e[\"@@iterator\"];if(null!=r){var t,_,o=[],i=!0,l=!1;try{for(r=r.call(e);!(i=(t=r.next()).done)&&(o.push(t.value),!n||o.length!==n);i=!0);}catch(e){l=!0,_=e}finally{try{i||null==r.return||r.return()}finally{if(l)throw _}}return o}}function _nonIterableRest$3(){throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\\\\\\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}function _possibleConstructorReturn$5(e,n){return!n||\"object\"!==_typeof$5(n)&&\"function\"!=typeof n?_assertThisInitialized$5(e):n}function _setPrototypeOf$5(e,n){return(_setPrototypeOf$5=Object.setPrototypeOf||function(e,n){return e.__proto__=n,e})(e,n)}function _slicedToArray$3(e,n){return _arrayWithHoles$3(e)||_iterableToArrayLimit$3(e,n)||_unsupportedIterableToArray$3(e,n)||_nonIterableRest$3()}var _typeof$5=function(e){return e&&\"undefined\"!=typeof Symbol&&e.constructor===Symbol?\"symbol\":typeof e};function _unsupportedIterableToArray$3(e,n){if(e){if(\"string\"==typeof e)return _arrayLikeToArray$3(e,n);var r=Object.prototype.toString.call(e).slice(8,-1);return\"Object\"===r&&e.constructor&&(r=e.constructor.name),\"Map\"===r||\"Set\"===r?Array.from(r):\"Arguments\"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?_arrayLikeToArray$3(e,n):void 0}}function _isNativeReflectConstruct$5(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function _createSuper$5(e){var n=_isNativeReflectConstruct$5();return function(){var r,t=_getPrototypeOf$5(e);if(n){var _=_getPrototypeOf$5(this).constructor;r=Reflect.construct(t,arguments,_)}else r=t.apply(this,arguments);return _possibleConstructorReturn$5(this,r)}}function add_css$5(e){_vendor_browser_svelte_internal_index.append_styles(e,\"cnn-pcl-1wwonlt\",\".core-result__editorial-content-2hv5GK.cnn-pcl-1wwonlt{padding:12px 12px 0 0;font-family:cnn_sans_display, helveticaneue, Helvetica, Arial, Utkal, sans-serif;font-weight:400;font-size:14px;line-height:19px}\")}function create_default_slot$4(e){var n;return{c:function(){n=_vendor_browser_svelte_internal_index.element(\"div\"),this.h()},l:function(e){n=_vendor_browser_svelte_internal_index.claim_element(e,\"DIV\",{class:!0,\"aria-label\":!0}),_vendor_browser_svelte_internal_index.children(n).forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(n,\"class\",\"core-result__editorial-content-2hv5GK cnn-pcl-1wwonlt\"),_vendor_browser_svelte_internal_index.attr(n,\"aria-label\",\"editorial-content\")},m:function(r,t){_vendor_browser_svelte_internal_index.insert_hydration(r,n,t),n.innerHTML=e[0]},p:function(e,r){1&r&&(n.innerHTML=e[0])},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n)}}}function create_fragment$5(e){var n,r;return n=new _lib_sdk_browser__externalConfig_featureFlags_FeatureFlag_svelte.FeatureFlag({props:{feature:e[1],denySuppression:!0,$$slots:{default:[create_default_slot$4]},$$scope:{ctx:e}}}),{c:function(){_vendor_browser_svelte_internal_index.create_component(n.$$.fragment)},l:function(e){_vendor_browser_svelte_internal_index.claim_component(n.$$.fragment,e)},m:function(e,t){_vendor_browser_svelte_internal_index.mount_component(n,e,t),r=!0},p:function(e,r){var t=_slicedToArray$3(r,1)[0],_={};5&t&&(_.$$scope={dirty:t,ctx:e}),n.$set(_)},i:function(e){r||(_vendor_browser_svelte_internal_index.transition_in(n.$$.fragment,e),r=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(n.$$.fragment,e),r=!1},d:function(e){_vendor_browser_svelte_internal_index.destroy_component(n,e)}}}function instance$5(e,n,r){var t=n.editorialContent,_=void 0===t?\"\":t,o=_lib_sdk_browser__externalConfig_featureFlags_constants_ts.features.EDITORIAL_CONTENT;return e.$$set=function(e){\"editorialContent\"in e&&r(0,_=e.editorialContent)},[_,o]}var CoreResultContent=function(e){_inherits$5(r,_vendor_browser_svelte_internal_index.SvelteComponent);var n=_createSuper$5(r);function r(e){var t;return _classCallCheck$5(this,r),t=n.call(this),_vendor_browser_svelte_internal_index.init(_assertThisInitialized$5(t),e,instance$5,create_fragment$5,_vendor_browser_svelte_internal_index.safe_not_equal,{editorialContent:0},add_css$5),t}return r}();function _arrayLikeToArray$2(e,n){(null==n||n>e.length)&&(n=e.length);for(var r=0,t=new Array(n);r<n;r++)t[r]=e[r];return t}function _arrayWithHoles$2(e){if(Array.isArray(e))return e}function _assertThisInitialized$4(e){if(void 0===e)throw new ReferenceError(\"this hasn\\'t been initialised - super() hasn\\'t been called\");return e}function _classCallCheck$4(e,n){if(!(e instanceof n))throw new TypeError(\"Cannot call a class as a function\")}function _getPrototypeOf$4(e){return(_getPrototypeOf$4=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function _inherits$4(e,n){if(\"function\"!=typeof n&&null!==n)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(n&&n.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),n&&_setPrototypeOf$4(e,n)}function _iterableToArrayLimit$2(e,n){var r=null==e?null:\"undefined\"!=typeof Symbol&&e[Symbol.iterator]||e[\"@@iterator\"];if(null!=r){var t,_,o=[],i=!0,l=!1;try{for(r=r.call(e);!(i=(t=r.next()).done)&&(o.push(t.value),!n||o.length!==n);i=!0);}catch(e){l=!0,_=e}finally{try{i||null==r.return||r.return()}finally{if(l)throw _}}return o}}function _nonIterableRest$2(){throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\\\\\\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}function _possibleConstructorReturn$4(e,n){return!n||\"object\"!==_typeof$4(n)&&\"function\"!=typeof n?_assertThisInitialized$4(e):n}function _setPrototypeOf$4(e,n){return(_setPrototypeOf$4=Object.setPrototypeOf||function(e,n){return e.__proto__=n,e})(e,n)}function _slicedToArray$2(e,n){return _arrayWithHoles$2(e)||_iterableToArrayLimit$2(e,n)||_unsupportedIterableToArray$2(e,n)||_nonIterableRest$2()}var _typeof$4=function(e){return e&&\"undefined\"!=typeof Symbol&&e.constructor===Symbol?\"symbol\":typeof e};function _unsupportedIterableToArray$2(e,n){if(e){if(\"string\"==typeof e)return _arrayLikeToArray$2(e,n);var r=Object.prototype.toString.call(e).slice(8,-1);return\"Object\"===r&&e.constructor&&(r=e.constructor.name),\"Map\"===r||\"Set\"===r?Array.from(r):\"Arguments\"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?_arrayLikeToArray$2(e,n):void 0}}function _isNativeReflectConstruct$4(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function _createSuper$4(e){var n=_isNativeReflectConstruct$4();return function(){var r,t=_getPrototypeOf$4(e);if(n){var _=_getPrototypeOf$4(this).constructor;r=Reflect.construct(t,arguments,_)}else r=t.apply(this,arguments);return _possibleConstructorReturn$4(this,r)}}function add_css$4(e){_vendor_browser_svelte_internal_index.append_styles(e,\"cnn-pcl-1ksfwcp\",\".core-result__total-counts-y78OQg.cnn-pcl-1ksfwcp{display:flex;flex-direction:column;row-gap:12px;padding:16px 0 0;width:calc(100% - 32px)}.core-result__total-counts-y78OQg.embedded-3x_873.cnn-pcl-1ksfwcp{border-bottom:1px solid #e6e6e6}\")}function create_if_block$4(e){var n,r,t,_,o=e[1]&&create_if_block_3$3(e),i=e[2]&&create_if_block_2$3(e),l=e[3]&&e[2]&&create_if_block_1$4(e);return{c:function(){n=_vendor_browser_svelte_internal_index.element(\"span\"),o&&o.c(),r=_vendor_browser_svelte_internal_index.space(),i&&i.c(),t=_vendor_browser_svelte_internal_index.space(),l&&l.c(),this.h()},l:function(e){n=_vendor_browser_svelte_internal_index.claim_element(e,\"SPAN\",{class:!0});var _=_vendor_browser_svelte_internal_index.children(n);o&&o.l(_),r=_vendor_browser_svelte_internal_index.claim_space(_),i&&i.l(_),t=_vendor_browser_svelte_internal_index.claim_space(_),l&&l.l(_),_.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(n,\"class\",\"core-result__total-counts-y78OQg cnn-pcl-1ksfwcp\"),_vendor_browser_svelte_internal_index.toggle_class(n,\"embedded-3x_873\",e[0].includes(_lib_browser_common_constants_componentVariations.VARIATIONS.EMBEDDED))},m:function(e,s){_vendor_browser_svelte_internal_index.insert_hydration(e,n,s),o&&o.m(n,null),_vendor_browser_svelte_internal_index.append_hydration(n,r),i&&i.m(n,null),_vendor_browser_svelte_internal_index.append_hydration(n,t),l&&l.m(n,null),_=!0},p:function(e,_){e[1]?o?(o.p(e,_),2&_&&_vendor_browser_svelte_internal_index.transition_in(o,1)):((o=create_if_block_3$3(e)).c(),_vendor_browser_svelte_internal_index.transition_in(o,1),o.m(n,r)):o&&(_vendor_browser_svelte_internal_index.group_outros(),_vendor_browser_svelte_internal_index.transition_out(o,1,1,function(){o=null}),_vendor_browser_svelte_internal_index.check_outros()),e[2]?i?(i.p(e,_),4&_&&_vendor_browser_svelte_internal_index.transition_in(i,1)):((i=create_if_block_2$3(e)).c(),_vendor_browser_svelte_internal_index.transition_in(i,1),i.m(n,t)):i&&(_vendor_browser_svelte_internal_index.group_outros(),_vendor_browser_svelte_internal_index.transition_out(i,1,1,function(){i=null}),_vendor_browser_svelte_internal_index.check_outros()),e[3]&&e[2]?l?(l.p(e,_),12&_&&_vendor_browser_svelte_internal_index.transition_in(l,1)):((l=create_if_block_1$4(e)).c(),_vendor_browser_svelte_internal_index.transition_in(l,1),l.m(n,null)):l&&(_vendor_browser_svelte_internal_index.group_outros(),_vendor_browser_svelte_internal_index.transition_out(l,1,1,function(){l=null}),_vendor_browser_svelte_internal_index.check_outros()),1&_&&_vendor_browser_svelte_internal_index.toggle_class(n,\"embedded-3x_873\",e[0].includes(_lib_browser_common_constants_componentVariations.VARIATIONS.EMBEDDED))},i:function(e){_||(_vendor_browser_svelte_internal_index.transition_in(o),_vendor_browser_svelte_internal_index.transition_in(i),_vendor_browser_svelte_internal_index.transition_in(l),_=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(o),_vendor_browser_svelte_internal_index.transition_out(i),_vendor_browser_svelte_internal_index.transition_out(l),_=!1},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n),o&&o.d(),i&&i.d(),l&&l.d()}}}function create_if_block_3$3(e){var n,r;return n=new _lib_browser_common_components_circularSummary_CircularSummary_svelte.CircularSummary({props:{primaryText:e[1],secondaryText:e[4]}}),{c:function(){_vendor_browser_svelte_internal_index.create_component(n.$$.fragment)},l:function(e){_vendor_browser_svelte_internal_index.claim_component(n.$$.fragment,e)},m:function(e,t){_vendor_browser_svelte_internal_index.mount_component(n,e,t),r=!0},p:function(e,r){var t={};2&r&&(t.primaryText=e[1]),16&r&&(t.secondaryText=e[4]),n.$set(t)},i:function(e){r||(_vendor_browser_svelte_internal_index.transition_in(n.$$.fragment,e),r=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(n.$$.fragment,e),r=!1},d:function(e){_vendor_browser_svelte_internal_index.destroy_component(n,e)}}}function create_if_block_2$3(e){var n,r;return n=new _lib_browser_common_components_circularSummary_CircularSummary_svelte.CircularSummary({props:{primaryText:e[2],secondaryText:\"Electoral Votes\"}}),{c:function(){_vendor_browser_svelte_internal_index.create_component(n.$$.fragment)},l:function(e){_vendor_browser_svelte_internal_index.claim_component(n.$$.fragment,e)},m:function(e,t){_vendor_browser_svelte_internal_index.mount_component(n,e,t),r=!0},p:function(e,r){var t={};4&r&&(t.primaryText=e[2]),n.$set(t)},i:function(e){r||(_vendor_browser_svelte_internal_index.transition_in(n.$$.fragment,e),r=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(n.$$.fragment,e),r=!1},d:function(e){_vendor_browser_svelte_internal_index.destroy_component(n,e)}}}function create_if_block_1$4(e){var n,r;return n=new _lib_browser_common_components_proportionalAllocation_ProportionalAllocation_svelte.ProportionalAllocation({props:{electoralVotes:e[3],title:\"Electoral Vote Breakdown\"}}),{c:function(){_vendor_browser_svelte_internal_index.create_component(n.$$.fragment)},l:function(e){_vendor_browser_svelte_internal_index.claim_component(n.$$.fragment,e)},m:function(e,t){_vendor_browser_svelte_internal_index.mount_component(n,e,t),r=!0},p:function(e,r){var t={};8&r&&(t.electoralVotes=e[3]),n.$set(t)},i:function(e){r||(_vendor_browser_svelte_internal_index.transition_in(n.$$.fragment,e),r=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(n.$$.fragment,e),r=!1},d:function(e){_vendor_browser_svelte_internal_index.destroy_component(n,e)}}}function create_fragment$4(e){var n,r,t=(e[1]||e[2])&&create_if_block$4(e);return{c:function(){t&&t.c(),n=_vendor_browser_svelte_internal_index.empty()},l:function(e){t&&t.l(e),n=_vendor_browser_svelte_internal_index.empty()},m:function(e,_){t&&t.m(e,_),_vendor_browser_svelte_internal_index.insert_hydration(e,n,_),r=!0},p:function(e,r){var _=_slicedToArray$2(r,1)[0];e[1]||e[2]?t?(t.p(e,_),6&_&&_vendor_browser_svelte_internal_index.transition_in(t,1)):((t=create_if_block$4(e)).c(),_vendor_browser_svelte_internal_index.transition_in(t,1),t.m(n.parentNode,n)):t&&(_vendor_browser_svelte_internal_index.group_outros(),_vendor_browser_svelte_internal_index.transition_out(t,1,1,function(){t=null}),_vendor_browser_svelte_internal_index.check_outros())},i:function(e){r||(_vendor_browser_svelte_internal_index.transition_in(t),r=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(t),r=!1},d:function(e){t&&t.d(e),e&&_vendor_browser_svelte_internal_index.detach(n)}}}function instance$4(e,n,r){var t=n.variations,_=void 0===t?[]:t,o=n.totalDelegatesAtStake,i=n.electoralVoteCount,l=n.electoralVotesCandidates,s=n.formattedDelegateType;return e.$$set=function(e){\"variations\"in e&&r(0,_=e.variations),\"totalDelegatesAtStake\"in e&&r(1,o=e.totalDelegatesAtStake),\"electoralVoteCount\"in e&&r(2,i=e.electoralVoteCount),\"electoralVotesCandidates\"in e&&r(3,l=e.electoralVotesCandidates),\"formattedDelegateType\"in e&&r(4,s=e.formattedDelegateType)},[_,o,i,l,s]}var CoreResultTotalCounts=function(e){_inherits$4(r,_vendor_browser_svelte_internal_index.SvelteComponent);var n=_createSuper$4(r);function r(e){var t;return _classCallCheck$4(this,r),t=n.call(this),_vendor_browser_svelte_internal_index.init(_assertThisInitialized$4(t),e,instance$4,create_fragment$4,_vendor_browser_svelte_internal_index.safe_not_equal,{variations:0,totalDelegatesAtStake:1,electoralVoteCount:2,electoralVotesCandidates:3,formattedDelegateType:4},add_css$4),t}return r}();function _arrayLikeToArray$1(e,n){(null==n||n>e.length)&&(n=e.length);for(var r=0,t=new Array(n);r<n;r++)t[r]=e[r];return t}function _arrayWithHoles$1(e){if(Array.isArray(e))return e}function _assertThisInitialized$3(e){if(void 0===e)throw new ReferenceError(\"this hasn\\'t been initialised - super() hasn\\'t been called\");return e}function _classCallCheck$3(e,n){if(!(e instanceof n))throw new TypeError(\"Cannot call a class as a function\")}function _getPrototypeOf$3(e){return(_getPrototypeOf$3=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function _inherits$3(e,n){if(\"function\"!=typeof n&&null!==n)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(n&&n.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),n&&_setPrototypeOf$3(e,n)}function _iterableToArrayLimit$1(e,n){var r=null==e?null:\"undefined\"!=typeof Symbol&&e[Symbol.iterator]||e[\"@@iterator\"];if(null!=r){var t,_,o=[],i=!0,l=!1;try{for(r=r.call(e);!(i=(t=r.next()).done)&&(o.push(t.value),!n||o.length!==n);i=!0);}catch(e){l=!0,_=e}finally{try{i||null==r.return||r.return()}finally{if(l)throw _}}return o}}function _nonIterableRest$1(){throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\\\\\\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}function _possibleConstructorReturn$3(e,n){return!n||\"object\"!==_typeof$3(n)&&\"function\"!=typeof n?_assertThisInitialized$3(e):n}function _setPrototypeOf$3(e,n){return(_setPrototypeOf$3=Object.setPrototypeOf||function(e,n){return e.__proto__=n,e})(e,n)}function _slicedToArray$1(e,n){return _arrayWithHoles$1(e)||_iterableToArrayLimit$1(e,n)||_unsupportedIterableToArray$1(e,n)||_nonIterableRest$1()}var _typeof$3=function(e){return e&&\"undefined\"!=typeof Symbol&&e.constructor===Symbol?\"symbol\":typeof e};function _unsupportedIterableToArray$1(e,n){if(e){if(\"string\"==typeof e)return _arrayLikeToArray$1(e,n);var r=Object.prototype.toString.call(e).slice(8,-1);return\"Object\"===r&&e.constructor&&(r=e.constructor.name),\"Map\"===r||\"Set\"===r?Array.from(r):\"Arguments\"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?_arrayLikeToArray$1(e,n):void 0}}function _isNativeReflectConstruct$3(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function _createSuper$3(e){var n=_isNativeReflectConstruct$3();return function(){var r,t=_getPrototypeOf$3(e);if(n){var _=_getPrototypeOf$3(this).constructor;r=Reflect.construct(t,arguments,_)}else r=t.apply(this,arguments);return _possibleConstructorReturn$3(this,r)}}function add_css$3(e){_vendor_browser_svelte_internal_index.append_styles(e,\"cnn-pcl-xk8c6r\",\\'.header-container-1LzJY9.cnn-pcl-xk8c6r.cnn-pcl-xk8c6r{grid-area:header;position:relative;padding:0 0 16px 11px}.header-container-1LzJY9.cnn-pcl-xk8c6r .header-2-AOgLYo.cnn-pcl-xk8c6r{font-weight:700;font-size:20px;line-height:26px;font-family:cnn_sans_display, helveticaneue, Helvetica, Arial, Utkal, sans-serif;font-weight:700;color:#000;margin:0;padding:15px 11px 0 0;display:block}.header-container-1LzJY9.cnn-pcl-xk8c6r .header-2-AOgLYo.cnn-pcl-xk8c6r>a{cursor:pointer;color:initial;text-decoration:none}.header-container-1LzJY9.cnn-pcl-xk8c6r .header-2-AOgLYo.cnn-pcl-xk8c6r>a:hover{text-decoration:underline;color:initial !important}.header-container-1LzJY9.has-follow-1yIbzu.cnn-pcl-xk8c6r .header-2-AOgLYo.cnn-pcl-xk8c6r{padding-right:102px}.header-container-1LzJY9.cnn-pcl-xk8c6r ul.cnn-pcl-xk8c6r{list-style:none;padding:6px 0 0 0;margin:0}.header-container-1LzJY9.cnn-pcl-xk8c6r ul li.cnn-pcl-xk8c6r{display:inline-block;margin-right:8px;font-size:12px;line-height:10px;font-family:cnn_sans_display, helveticaneue, Helvetica, Arial, Utkal, sans-serif;font-weight:700;color:#262626;text-transform:uppercase}.header-container-1LzJY9.cnn-pcl-xk8c6r ul li.cnn-pcl-xk8c6r:last-child{margin-right:0}.header-container-1LzJY9.cnn-pcl-xk8c6r .key-race-indicator-3UoYn8.cnn-pcl-xk8c6r{background:#ffc61c;padding:3px 5px 2px;border-radius:3px}.header-container-1LzJY9.cnn-pcl-xk8c6r .flipped-seat-indicator-2uueIY.cnn-pcl-xk8c6r{background:#404040;color:#fff;padding:3px 5px 2px;border-radius:3px}.header-container-1LzJY9.cnn-pcl-xk8c6r .flipped-seat-indicator-2uueIY .flipped-seat-icon-container-1RKmaM.cnn-pcl-xk8c6r{position:relative}.header-container-1LzJY9.cnn-pcl-xk8c6r .flipped-seat-indicator-2uueIY .flipped-seat-icon-container-1RKmaM.cnn-pcl-xk8c6r:before{position:absolute;content:\"\";border-radius:50%;border:2px solid #fff;left:-2px;right:-2px;top:1px;bottom:3px}.header-container-1LzJY9.cnn-pcl-xk8c6r .status-indicator-1_QVUG.cnn-pcl-xk8c6r{background:#404040;color:#fff;padding:3px 5px 2px;border-radius:3px}.header-container-1LzJY9.cnn-pcl-xk8c6r .action-button-2bIakM.cnn-pcl-xk8c6r{position:absolute;right:12px;top:0;padding-top:15px}.header-container-1LzJY9.embedded-Dg7OBM.cnn-pcl-xk8c6r.cnn-pcl-xk8c6r{border-bottom:1px solid #e6e6e6}\\')}function create_if_block_7$1(e){var n;return{c:function(){n=_vendor_browser_svelte_internal_index.text(e[10])},l:function(r){n=_vendor_browser_svelte_internal_index.claim_text(r,e[10])},m:function(e,r){_vendor_browser_svelte_internal_index.insert_hydration(e,n,r)},p:function(e,r){1024&r&&_vendor_browser_svelte_internal_index.set_data(n,e[10])},i:_vendor_browser_svelte_internal_index.noop,o:_vendor_browser_svelte_internal_index.noop,d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n)}}}function create_if_block_6$2(e){var n,r;return n=new _lib_browser_common_helpers_analytics_TrackedLink_svelte.TrackedLink({props:{href:e[2],$$slots:{default:[create_default_slot_4$2]},$$scope:{ctx:e}}}),{c:function(){_vendor_browser_svelte_internal_index.create_component(n.$$.fragment)},l:function(e){_vendor_browser_svelte_internal_index.claim_component(n.$$.fragment,e)},m:function(e,t){_vendor_browser_svelte_internal_index.mount_component(n,e,t),r=!0},p:function(e,r){var t={};4&r&&(t.href=e[2]),2098176&r&&(t.$$scope={dirty:r,ctx:e}),n.$set(t)},i:function(e){r||(_vendor_browser_svelte_internal_index.transition_in(n.$$.fragment,e),r=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(n.$$.fragment,e),r=!1},d:function(e){_vendor_browser_svelte_internal_index.destroy_component(n,e)}}}function create_default_slot_4$2(e){var n;return{c:function(){n=_vendor_browser_svelte_internal_index.text(e[10])},l:function(r){n=_vendor_browser_svelte_internal_index.claim_text(r,e[10])},m:function(e,r){_vendor_browser_svelte_internal_index.insert_hydration(e,n,r)},p:function(e,r){1024&r&&_vendor_browser_svelte_internal_index.set_data(n,e[10])},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n)}}}function create_if_block_2$2(e){var n,r,t,_,o=e[9]&&create_if_block_5$2(e),i=e[0].isSwitch&&create_if_block_4$2(e),l=e[0].status===_lib_browser_common_types_ess_editorialStatus.editorialStatus.tooClose&&create_if_block_3$2(e);return{c:function(){n=_vendor_browser_svelte_internal_index.element(\"ul\"),o&&o.c(),r=_vendor_browser_svelte_internal_index.space(),i&&i.c(),t=_vendor_browser_svelte_internal_index.space(),l&&l.c(),this.h()},l:function(e){n=_vendor_browser_svelte_internal_index.claim_element(e,\"UL\",{class:!0});var _=_vendor_browser_svelte_internal_index.children(n);o&&o.l(_),r=_vendor_browser_svelte_internal_index.claim_space(_),i&&i.l(_),t=_vendor_browser_svelte_internal_index.claim_space(_),l&&l.l(_),_.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(n,\"class\",\"cnn-pcl-xk8c6r\")},m:function(e,s){_vendor_browser_svelte_internal_index.insert_hydration(e,n,s),o&&o.m(n,null),_vendor_browser_svelte_internal_index.append_hydration(n,r),i&&i.m(n,null),_vendor_browser_svelte_internal_index.append_hydration(n,t),l&&l.m(n,null),_=!0},p:function(e,_){e[9]?o?(o.p(e,_),512&_&&_vendor_browser_svelte_internal_index.transition_in(o,1)):((o=create_if_block_5$2(e)).c(),_vendor_browser_svelte_internal_index.transition_in(o,1),o.m(n,r)):o&&(_vendor_browser_svelte_internal_index.group_outros(),_vendor_browser_svelte_internal_index.transition_out(o,1,1,function(){o=null}),_vendor_browser_svelte_internal_index.check_outros()),e[0].isSwitch?i?(i.p(e,_),1&_&&_vendor_browser_svelte_internal_index.transition_in(i,1)):((i=create_if_block_4$2(e)).c(),_vendor_browser_svelte_internal_index.transition_in(i,1),i.m(n,t)):i&&(_vendor_browser_svelte_internal_index.group_outros(),_vendor_browser_svelte_internal_index.transition_out(i,1,1,function(){i=null}),_vendor_browser_svelte_internal_index.check_outros()),e[0].status===_lib_browser_common_types_ess_editorialStatus.editorialStatus.tooClose?l?(l.p(e,_),1&_&&_vendor_browser_svelte_internal_index.transition_in(l,1)):((l=create_if_block_3$2(e)).c(),_vendor_browser_svelte_internal_index.transition_in(l,1),l.m(n,null)):l&&(_vendor_browser_svelte_internal_index.group_outros(),_vendor_browser_svelte_internal_index.transition_out(l,1,1,function(){l=null}),_vendor_browser_svelte_internal_index.check_outros())},i:function(e){_||(_vendor_browser_svelte_internal_index.transition_in(o),_vendor_browser_svelte_internal_index.transition_in(i),_vendor_browser_svelte_internal_index.transition_in(l),_=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(o),_vendor_browser_svelte_internal_index.transition_out(i),_vendor_browser_svelte_internal_index.transition_out(l),_=!1},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n),o&&o.d(),i&&i.d(),l&&l.d()}}}function create_if_block_5$2(e){var n,r;return n=new _lib_sdk_browser__externalConfig_featureFlags_FeatureFlag_svelte.FeatureFlag({props:{feature:e[13],from:e[3],$$slots:{default:[create_default_slot_3$2]},$$scope:{ctx:e}}}),{c:function(){_vendor_browser_svelte_internal_index.create_component(n.$$.fragment)},l:function(e){_vendor_browser_svelte_internal_index.claim_component(n.$$.fragment,e)},m:function(e,t){_vendor_browser_svelte_internal_index.mount_component(n,e,t),r=!0},p:function(e,r){var t={};8&r&&(t.from=e[3]),2097153&r&&(t.$$scope={dirty:r,ctx:e}),n.$set(t)},i:function(e){r||(_vendor_browser_svelte_internal_index.transition_in(n.$$.fragment,e),r=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(n.$$.fragment,e),r=!1},d:function(e){_vendor_browser_svelte_internal_index.destroy_component(n,e)}}}function create_default_slot_3$2(e){var n,r,t,_=e[0].keyRaceFlagText+\"\";return{c:function(){n=_vendor_browser_svelte_internal_index.element(\"li\"),r=_vendor_browser_svelte_internal_index.element(\"span\"),t=_vendor_browser_svelte_internal_index.text(_),this.h()},l:function(e){n=_vendor_browser_svelte_internal_index.claim_element(e,\"LI\",{class:!0});var o=_vendor_browser_svelte_internal_index.children(n);r=_vendor_browser_svelte_internal_index.claim_element(o,\"SPAN\",{class:!0});var i=_vendor_browser_svelte_internal_index.children(r);t=_vendor_browser_svelte_internal_index.claim_text(i,_),i.forEach(_vendor_browser_svelte_internal_index.detach),o.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(r,\"class\",\"key-race-indicator-3UoYn8 cnn-pcl-xk8c6r\"),_vendor_browser_svelte_internal_index.attr(n,\"class\",\"cnn-pcl-xk8c6r\")},m:function(e,_){_vendor_browser_svelte_internal_index.insert_hydration(e,n,_),_vendor_browser_svelte_internal_index.append_hydration(n,r),_vendor_browser_svelte_internal_index.append_hydration(r,t)},p:function(e,n){1&n&&_!==(_=e[0].keyRaceFlagText+\"\")&&_vendor_browser_svelte_internal_index.set_data(t,_)},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n)}}}function create_if_block_4$2(e){var n,r;return n=new _lib_sdk_browser__externalConfig_featureFlags_FeatureFlag_svelte.FeatureFlag({props:{feature:e[12],from:e[3],$$slots:{default:[create_default_slot_2$3]},$$scope:{ctx:e}}}),{c:function(){_vendor_browser_svelte_internal_index.create_component(n.$$.fragment)},l:function(e){_vendor_browser_svelte_internal_index.claim_component(n.$$.fragment,e)},m:function(e,t){_vendor_browser_svelte_internal_index.mount_component(n,e,t),r=!0},p:function(e,r){var t={};8&r&&(t.from=e[3]),2097152&r&&(t.$$scope={dirty:r,ctx:e}),n.$set(t)},i:function(e){r||(_vendor_browser_svelte_internal_index.transition_in(n.$$.fragment,e),r=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(n.$$.fragment,e),r=!1},d:function(e){_vendor_browser_svelte_internal_index.destroy_component(n,e)}}}function create_default_slot_2$3(e){var n,r,t,_,o,i;return o=new icons_lib_browser.FlippedSeatIcon({props:{height:\"10\",width:\"10\"}}),{c:function(){n=_vendor_browser_svelte_internal_index.element(\"li\"),r=_vendor_browser_svelte_internal_index.element(\"span\"),t=_vendor_browser_svelte_internal_index.text(\"Flipped Seat \"),_=_vendor_browser_svelte_internal_index.element(\"span\"),_vendor_browser_svelte_internal_index.create_component(o.$$.fragment),this.h()},l:function(e){n=_vendor_browser_svelte_internal_index.claim_element(e,\"LI\",{class:!0});var i=_vendor_browser_svelte_internal_index.children(n);r=_vendor_browser_svelte_internal_index.claim_element(i,\"SPAN\",{class:!0});var l=_vendor_browser_svelte_internal_index.children(r);t=_vendor_browser_svelte_internal_index.claim_text(l,\"Flipped Seat \"),_=_vendor_browser_svelte_internal_index.claim_element(l,\"SPAN\",{class:!0});var s=_vendor_browser_svelte_internal_index.children(_);_vendor_browser_svelte_internal_index.claim_component(o.$$.fragment,s),s.forEach(_vendor_browser_svelte_internal_index.detach),l.forEach(_vendor_browser_svelte_internal_index.detach),i.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(_,\"class\",\"flipped-seat-icon-container-1RKmaM cnn-pcl-xk8c6r\"),_vendor_browser_svelte_internal_index.attr(r,\"class\",\"flipped-seat-indicator-2uueIY cnn-pcl-xk8c6r\"),_vendor_browser_svelte_internal_index.attr(n,\"class\",\"cnn-pcl-xk8c6r\")},m:function(e,l){_vendor_browser_svelte_internal_index.insert_hydration(e,n,l),_vendor_browser_svelte_internal_index.append_hydration(n,r),_vendor_browser_svelte_internal_index.append_hydration(r,t),_vendor_browser_svelte_internal_index.append_hydration(r,_),_vendor_browser_svelte_internal_index.mount_component(o,_,null),i=!0},p:_vendor_browser_svelte_internal_index.noop,i:function(e){i||(_vendor_browser_svelte_internal_index.transition_in(o.$$.fragment,e),i=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(o.$$.fragment,e),i=!1},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n),_vendor_browser_svelte_internal_index.destroy_component(o)}}}function create_if_block_3$2(e){var n,r;return n=new _lib_sdk_browser__externalConfig_featureFlags_FeatureFlag_svelte.FeatureFlag({props:{feature:e[14],from:e[3],$$slots:{default:[create_default_slot_1$3]},$$scope:{ctx:e}}}),{c:function(){_vendor_browser_svelte_internal_index.create_component(n.$$.fragment)},l:function(e){_vendor_browser_svelte_internal_index.claim_component(n.$$.fragment,e)},m:function(e,t){_vendor_browser_svelte_internal_index.mount_component(n,e,t),r=!0},p:function(e,r){var t={};8&r&&(t.from=e[3]),2097152&r&&(t.$$scope={dirty:r,ctx:e}),n.$set(t)},i:function(e){r||(_vendor_browser_svelte_internal_index.transition_in(n.$$.fragment,e),r=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(n.$$.fragment,e),r=!1},d:function(e){_vendor_browser_svelte_internal_index.destroy_component(n,e)}}}function create_default_slot_1$3(e){var n,r,t;return{c:function(){n=_vendor_browser_svelte_internal_index.element(\"li\"),r=_vendor_browser_svelte_internal_index.element(\"span\"),t=_vendor_browser_svelte_internal_index.text(\"Too Close To Call\"),this.h()},l:function(e){n=_vendor_browser_svelte_internal_index.claim_element(e,\"LI\",{class:!0});var _=_vendor_browser_svelte_internal_index.children(n);r=_vendor_browser_svelte_internal_index.claim_element(_,\"SPAN\",{class:!0});var o=_vendor_browser_svelte_internal_index.children(r);t=_vendor_browser_svelte_internal_index.claim_text(o,\"Too Close To Call\"),o.forEach(_vendor_browser_svelte_internal_index.detach),_.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(r,\"class\",\"status-indicator-1_QVUG cnn-pcl-xk8c6r\"),_vendor_browser_svelte_internal_index.attr(n,\"class\",\"cnn-pcl-xk8c6r\")},m:function(e,_){_vendor_browser_svelte_internal_index.insert_hydration(e,n,_),_vendor_browser_svelte_internal_index.append_hydration(n,r),_vendor_browser_svelte_internal_index.append_hydration(r,t)},p:_vendor_browser_svelte_internal_index.noop,d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n)}}}function create_if_block_1$3(e){var n,r,t;return r=new followButton_lib_browser.FollowButtonContainer({props:{result:e[0]}}),{c:function(){n=_vendor_browser_svelte_internal_index.element(\"div\"),_vendor_browser_svelte_internal_index.create_component(r.$$.fragment),this.h()},l:function(e){n=_vendor_browser_svelte_internal_index.claim_element(e,\"DIV\",{class:!0});var t=_vendor_browser_svelte_internal_index.children(n);_vendor_browser_svelte_internal_index.claim_component(r.$$.fragment,t),t.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(n,\"class\",\"action-button-2bIakM cnn-pcl-xk8c6r\")},m:function(e,_){_vendor_browser_svelte_internal_index.insert_hydration(e,n,_),_vendor_browser_svelte_internal_index.mount_component(r,n,null),t=!0},p:function(e,n){var t={};1&n&&(t.result=e[0]),r.$set(t)},i:function(e){t||(_vendor_browser_svelte_internal_index.transition_in(r.$$.fragment,e),t=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(r.$$.fragment,e),t=!1},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n),_vendor_browser_svelte_internal_index.destroy_component(r)}}}function create_if_block$3(e){var n,r;return n=new CoreResultContent({props:{editorialContent:e[0].editorialContent||e[4]}}),{c:function(){_vendor_browser_svelte_internal_index.create_component(n.$$.fragment)},l:function(e){_vendor_browser_svelte_internal_index.claim_component(n.$$.fragment,e)},m:function(e,t){_vendor_browser_svelte_internal_index.mount_component(n,e,t),r=!0},p:function(e,r){var t={};17&r&&(t.editorialContent=e[0].editorialContent||e[4]),n.$set(t)},i:function(e){r||(_vendor_browser_svelte_internal_index.transition_in(n.$$.fragment,e),r=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(n.$$.fragment,e),r=!1},d:function(e){_vendor_browser_svelte_internal_index.destroy_component(n,e)}}}function create_default_slot$3(e){var n,r;return n=new CoreResultTotalCounts({props:{totalDelegatesAtStake:e[5],electoralVoteCount:e[6],electoralVotesCandidates:e[7],formattedDelegateType:e[8]}}),{c:function(){_vendor_browser_svelte_internal_index.create_component(n.$$.fragment)},l:function(e){_vendor_browser_svelte_internal_index.claim_component(n.$$.fragment,e)},m:function(e,t){_vendor_browser_svelte_internal_index.mount_component(n,e,t),r=!0},p:function(e,r){var t={};32&r&&(t.totalDelegatesAtStake=e[5]),64&r&&(t.electoralVoteCount=e[6]),128&r&&(t.electoralVotesCandidates=e[7]),256&r&&(t.formattedDelegateType=e[8]),n.$set(t)},i:function(e){r||(_vendor_browser_svelte_internal_index.transition_in(n.$$.fragment,e),r=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(n.$$.fragment,e),r=!1},d:function(e){_vendor_browser_svelte_internal_index.destroy_component(n,e)}}}function create_fragment$3(e){var n,r,t,_,o,i,l,s,a,d,c=function(e,n){return e[2]?0:e[10]?1:-1},v=[create_if_block_6$2,create_if_block_7$1],u=[];~(t=c(e))&&(_=u[t]=v[t](e));var f=(e[9]||e[0].isSwitch||e[0].status===_lib_browser_common_types_ess_editorialStatus.editorialStatus.tooClose)&&create_if_block_2$2(e),b=e[11]&&create_if_block_1$3(e),p=(e[0].editorialContent||\"\"!=e[4])&&create_if_block$3(e);return a=new _lib_sdk_browser__externalConfig_featureFlags_FeatureFlag_svelte.FeatureFlag({props:{feature:e[15],$$slots:{default:[create_default_slot$3]},$$scope:{ctx:e}}}),{c:function(){n=_vendor_browser_svelte_internal_index.element(\"div\"),r=_vendor_browser_svelte_internal_index.element(\"h2\"),_&&_.c(),o=_vendor_browser_svelte_internal_index.space(),f&&f.c(),i=_vendor_browser_svelte_internal_index.space(),b&&b.c(),l=_vendor_browser_svelte_internal_index.space(),p&&p.c(),s=_vendor_browser_svelte_internal_index.space(),_vendor_browser_svelte_internal_index.create_component(a.$$.fragment),this.h()},l:function(e){n=_vendor_browser_svelte_internal_index.claim_element(e,\"DIV\",{class:!0});var t=_vendor_browser_svelte_internal_index.children(n);r=_vendor_browser_svelte_internal_index.claim_element(t,\"H2\",{class:!0});var d=_vendor_browser_svelte_internal_index.children(r);_&&_.l(d),d.forEach(_vendor_browser_svelte_internal_index.detach),o=_vendor_browser_svelte_internal_index.claim_space(t),f&&f.l(t),i=_vendor_browser_svelte_internal_index.claim_space(t),b&&b.l(t),l=_vendor_browser_svelte_internal_index.claim_space(t),p&&p.l(t),s=_vendor_browser_svelte_internal_index.claim_space(t),_vendor_browser_svelte_internal_index.claim_component(a.$$.fragment,t),t.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(r,\"class\",\"header-2-AOgLYo cnn-pcl-xk8c6r\"),_vendor_browser_svelte_internal_index.attr(n,\"class\",\"header-container-1LzJY9 cnn-pcl-xk8c6r\"),_vendor_browser_svelte_internal_index.toggle_class(n,\"embedded-Dg7OBM\",e[1].includes(_lib_browser_common_constants_componentVariations.VARIATIONS.EMBEDDED)),_vendor_browser_svelte_internal_index.toggle_class(n,\"has-follow-1yIbzu\",e[11])},m:function(e,_){_vendor_browser_svelte_internal_index.insert_hydration(e,n,_),_vendor_browser_svelte_internal_index.append_hydration(n,r),~t&&u[t].m(r,null),_vendor_browser_svelte_internal_index.append_hydration(n,o),f&&f.m(n,null),_vendor_browser_svelte_internal_index.append_hydration(n,i),b&&b.m(n,null),_vendor_browser_svelte_internal_index.append_hydration(n,l),p&&p.m(n,null),_vendor_browser_svelte_internal_index.append_hydration(n,s),_vendor_browser_svelte_internal_index.mount_component(a,n,null),d=!0},p:function(e,o){var l=_slicedToArray$1(o,1)[0],d=t;(t=c(e))===d?~t&&u[t].p(e,l):(_&&(_vendor_browser_svelte_internal_index.group_outros(),_vendor_browser_svelte_internal_index.transition_out(u[d],1,1,function(){u[d]=null}),_vendor_browser_svelte_internal_index.check_outros()),~t?((_=u[t])?_.p(e,l):(_=u[t]=v[t](e)).c(),_vendor_browser_svelte_internal_index.transition_in(_,1),_.m(r,null)):_=null),e[9]||e[0].isSwitch||e[0].status===_lib_browser_common_types_ess_editorialStatus.editorialStatus.tooClose?f?(f.p(e,l),513&l&&_vendor_browser_svelte_internal_index.transition_in(f,1)):((f=create_if_block_2$2(e)).c(),_vendor_browser_svelte_internal_index.transition_in(f,1),f.m(n,i)):f&&(_vendor_browser_svelte_internal_index.group_outros(),_vendor_browser_svelte_internal_index.transition_out(f,1,1,function(){f=null}),_vendor_browser_svelte_internal_index.check_outros()),e[11]&&b.p(e,l),e[0].editorialContent||\"\"!=e[4]?p?(p.p(e,l),17&l&&_vendor_browser_svelte_internal_index.transition_in(p,1)):((p=create_if_block$3(e)).c(),_vendor_browser_svelte_internal_index.transition_in(p,1),p.m(n,s)):p&&(_vendor_browser_svelte_internal_index.group_outros(),_vendor_browser_svelte_internal_index.transition_out(p,1,1,function(){p=null}),_vendor_browser_svelte_internal_index.check_outros());var x={};2097632&l&&(x.$$scope={dirty:l,ctx:e}),a.$set(x),2&l&&_vendor_browser_svelte_internal_index.toggle_class(n,\"embedded-Dg7OBM\",e[1].includes(_lib_browser_common_constants_componentVariations.VARIATIONS.EMBEDDED))},i:function(e){d||(_vendor_browser_svelte_internal_index.transition_in(_),_vendor_browser_svelte_internal_index.transition_in(f),_vendor_browser_svelte_internal_index.transition_in(b),_vendor_browser_svelte_internal_index.transition_in(p),_vendor_browser_svelte_internal_index.transition_in(a.$$.fragment,e),d=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(_),_vendor_browser_svelte_internal_index.transition_out(f),_vendor_browser_svelte_internal_index.transition_out(b),_vendor_browser_svelte_internal_index.transition_out(p),_vendor_browser_svelte_internal_index.transition_out(a.$$.fragment,e),d=!1},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n),~t&&u[t].d(),f&&f.d(),b&&b.d(),p&&p.d(),_vendor_browser_svelte_internal_index.destroy_component(a)}}}function instance$3(e,n,r){var t,_,o=n.result,i=void 0===o?null:o,l=n.title,s=n.winnerPartyColor,a=n.variations,d=void 0===a?[]:a,c=n.titleHref,v=void 0===c?\"\":c,u=n.from,f=void 0===u?\"\":u,b=n.isNotFollowableCRM,p=void 0!==b&&b,x=n.mode,w=void 0===x?_lib_browser_common_constants_editorialElectionModes.DEFAULT_EDITORIAL_MODE:x,m=n.editorialContent,h=void 0===m?\"\":m,$=n.totalDelegatesAtStake,g=n.electoralVoteCount,y=n.electoralVotesCandidates,k=n.formattedDelegateType,C=n.isEmbed,T=void 0!==C&&C,E=myElectionCollection_lib_browser.determineIfIsFollowable(i,p),F=_lib_sdk_browser__externalConfig_featureFlags_constants_ts.features.FLIPPED_RACE,A=_lib_sdk_browser__externalConfig_featureFlags_constants_ts.features.KEY_RACE,R=_lib_sdk_browser__externalConfig_featureFlags_constants_ts.features.TOO_CLOSE,O=_lib_sdk_browser__externalConfig_featureFlags_constants_ts.features.ELECTORAL_AND_DELEGATE_TOTALS;return e.$$set=function(e){\"result\"in e&&r(0,i=e.result),\"title\"in e&&r(16,l=e.title),\"winnerPartyColor\"in e&&r(17,s=e.winnerPartyColor),\"variations\"in e&&r(1,d=e.variations),\"titleHref\"in e&&r(2,v=e.titleHref),\"from\"in e&&r(3,f=e.from),\"isNotFollowableCRM\"in e&&r(18,p=e.isNotFollowableCRM),\"mode\"in e&&r(19,w=e.mode),\"editorialContent\"in e&&r(4,h=e.editorialContent),\"totalDelegatesAtStake\"in e&&r(5,$=e.totalDelegatesAtStake),\"electoralVoteCount\"in e&&r(6,g=e.electoralVoteCount),\"electoralVotesCandidates\"in e&&r(7,y=e.electoralVotesCandidates),\"formattedDelegateType\"in e&&r(8,k=e.formattedDelegateType),\"isEmbed\"in e&&r(20,T=e.isEmbed)},e.$$.update=function(){65537&e.$$.dirty&&r(10,t=l||i.title),1048577&e.$$.dirty&&r(9,_=i.isKeyRace&&!T)},[i,d,v,f,h,$,g,y,k,_,t,E,F,A,R,O,l,s,p,w,T]}var CoreResultHeader=function(e){_inherits$3(r,_vendor_browser_svelte_internal_index.SvelteComponent);var n=_createSuper$3(r);function r(e){var t;return _classCallCheck$3(this,r),t=n.call(this),_vendor_browser_svelte_internal_index.init(_assertThisInitialized$3(t),e,instance$3,create_fragment$3,_vendor_browser_svelte_internal_index.safe_not_equal,{result:0,title:16,winnerPartyColor:17,variations:1,titleHref:2,from:3,isNotFollowableCRM:18,mode:19,editorialContent:4,totalDelegatesAtStake:5,electoralVoteCount:6,electoralVotesCandidates:7,formattedDelegateType:8,isEmbed:20},add_css$3),t}return r}();function extractCandidateRows(e,n){var r=_vendor_browser_lodash_get.get_1(e,\"candidates\",[]);return n?r.slice(0,n):r}function hasRunoff(e){if(Array.isArray(e))return e.some(function(e){return e.isRunoffCandidate})}var makeElectoralVotesCandidates=function(e){return null===e?null:{candidates:e.map(function(e){var n;return{count:null===(n=e.electoralVotes)||void 0===n?void 0:n.votes,firstName:e.firstName,lastName:e.lastName,majorParty:e.party,name:e.fullName,partyName:e.partyName}})}},formatString=function(e){return null==e?\"\":e.toString()},delegateTextMap={rep:\"Bound Delegates\",dem:\"Pledged Delegates\"},makeFormattedDelegateType=function(e){var n,r=e.totalDelegatesAtStake&&(null===(n=null==e?void 0:e.candidates[0])||void 0===n?void 0:n.party);return delegateTextMap[r]||\"Delegates\"};function _assertThisInitialized$2(e){if(void 0===e)throw new ReferenceError(\"this hasn\\'t been initialised - super() hasn\\'t been called\");return e}function _classCallCheck$2(e,n){if(!(e instanceof n))throw new TypeError(\"Cannot call a class as a function\")}function _getPrototypeOf$2(e){return(_getPrototypeOf$2=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function _inherits$2(e,n){if(\"function\"!=typeof n&&null!==n)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(n&&n.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),n&&_setPrototypeOf$2(e,n)}function _possibleConstructorReturn$2(e,n){return!n||\"object\"!==_typeof$2(n)&&\"function\"!=typeof n?_assertThisInitialized$2(e):n}function _setPrototypeOf$2(e,n){return(_setPrototypeOf$2=Object.setPrototypeOf||function(e,n){return e.__proto__=n,e})(e,n)}var _typeof$2=function(e){return e&&\"undefined\"!=typeof Symbol&&e.constructor===Symbol?\"symbol\":typeof e};function _isNativeReflectConstruct$2(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function _createSuper$2(e){var n=_isNativeReflectConstruct$2();return function(){var r,t=_getPrototypeOf$2(e);if(n){var _=_getPrototypeOf$2(this).constructor;r=Reflect.construct(t,arguments,_)}else r=t.apply(this,arguments);return _possibleConstructorReturn$2(this,r)}}function add_css$2(e){_vendor_browser_svelte_internal_index.append_styles(e,\"cnn-pcl-1me6450\",\\'table.cnn-pcl-1me6450.cnn-pcl-1me6450.cnn-pcl-1me6450.cnn-pcl-1me6450{grid-area:results;margin-top:8px;border-spacing:0;height:fit-content;width:100%;border-collapse:collapse;table-layout:fixed}table.cnn-pcl-1me6450>thead.cnn-pcl-1me6450>tr.cnn-pcl-1me6450.cnn-pcl-1me6450{vertical-align:baseline}table.cnn-pcl-1me6450>thead.cnn-pcl-1me6450>tr.cnn-pcl-1me6450>th.cnn-pcl-1me6450{color:#0c0c0c;border-bottom:1px solid #e6e6e6;font-family:cnn_sans_display, helveticaneue, Helvetica, Arial, Utkal, sans-serif;font-weight:400;font-size:14px;padding:0 0 10px 0;line-height:1.2}.col-header-delegates-mobile-2hj6He.cnn-pcl-1me6450.cnn-pcl-1me6450.cnn-pcl-1me6450.cnn-pcl-1me6450{display:none}table.cnn-pcl-1me6450>thead.cnn-pcl-1me6450>tr.cnn-pcl-1me6450>th.cnn-pcl-1me6450,table.cnn-pcl-1me6450>tbody.cnn-pcl-1me6450>tr.cnn-pcl-1me6450>td.cnn-pcl-1me6450{text-align:left;position:relative}table.cnn-pcl-1me6450>thead.cnn-pcl-1me6450>tr.cnn-pcl-1me6450>th.cnn-pcl-1me6450:first-child{padding-left:7px}table.cnn-pcl-1me6450>thead.cnn-pcl-1me6450>tr.cnn-pcl-1me6450>th.cnn-pcl-1me6450:last-child{padding-right:14px}table.cnn-pcl-1me6450>tbody.cnn-pcl-1me6450>tr.cnn-pcl-1me6450.cnn-pcl-1me6450{background:var(--background);line-height:16px;letter-spacing:0.2px;font-family:cnn_sans_display, helveticaneue, Helvetica, Arial, Utkal, sans-serif;vertical-align:top;border-bottom:1px solid #e6e6e6}table.cnn-pcl-1me6450>tbody.cnn-pcl-1me6450>tr.cnn-pcl-1me6450>td.col-candidate-name-2EqdE6.cnn-pcl-1me6450:before{content:\"\";height:100%;width:8px;position:absolute;left:0;top:0;background-color:var(--candidateColor)}table.cnn-pcl-1me6450>tbody.cnn-pcl-1me6450>tr.isWinner-3g_AYM.cnn-pcl-1me6450.cnn-pcl-1me6450{font-family:cnn_sans_display, helveticaneue, Helvetica, Arial, Utkal, sans-serif;font-weight:700}table.cnn-pcl-1me6450>thead.cnn-pcl-1me6450>tr.cnn-pcl-1me6450>th.cnn-pcl-1me6450:not(:first-child),table.cnn-pcl-1me6450>tbody.cnn-pcl-1me6450>tr.cnn-pcl-1me6450>td.cnn-pcl-1me6450:not(:first-child){text-align:right;padding-right:8px}table.cnn-pcl-1me6450>tbody.cnn-pcl-1me6450>tr.cnn-pcl-1me6450>td.cnn-pcl-1me6450{padding:12px 0}table.cnn-pcl-1me6450>tbody.cnn-pcl-1me6450>tr.cnn-pcl-1me6450:last-child>td.beforeMode-G8cTcd.cnn-pcl-1me6450{border-bottom:none;padding-right:10px}td.col-candidate-name-2EqdE6.cnn-pcl-1me6450>span.cnn-pcl-1me6450.cnn-pcl-1me6450.cnn-pcl-1me6450{display:flex;align-items:center}td.col-candidate-name-2EqdE6.cnn-pcl-1me6450 span.candidate-icon-indicator-bHSeQg.cnn-pcl-1me6450.cnn-pcl-1me6450.cnn-pcl-1me6450{display:block;padding:0 0 0 8px}td.col-candidate-name-2EqdE6.cnn-pcl-1me6450 span.candidate-icon-indicator-bHSeQg.cnn-pcl-1me6450>svg{display:block;margin-left:4px;margin-right:4px}td.col-candidate-name-2EqdE6.cnn-pcl-1me6450 span.candidate-icon-indicator-bHSeQg.cnn-pcl-1me6450>svg .politics-crm__checkmark-background{fill:var(--partyColor)}td.cnn-pcl-1me6450 span.race-indicator-zone-BCF66v.cnn-pcl-1me6450.cnn-pcl-1me6450.cnn-pcl-1me6450{width:32px;min-width:32px}td.col-candidate-name-2EqdE6.cnn-pcl-1me6450 span.party-label-239xt1.cnn-pcl-1me6450.cnn-pcl-1me6450.cnn-pcl-1me6450{display:block;font-family:cnn_sans_display, helveticaneue, Helvetica, Arial, Utkal, sans-serif;font-weight:400;font-size:12px;line-height:12px;font-style:italic;color:#404040;padding:2px 0 0 32px}td.col-candidate-name-2EqdE6.cnn-pcl-1me6450 span.dropped-out-_Z9Pxg.cnn-pcl-1me6450.cnn-pcl-1me6450.cnn-pcl-1me6450{display:block;padding:2px 0 0 32px;margin-top:2px}.dropped-out-indicator-1IATQM.cnn-pcl-1me6450.cnn-pcl-1me6450.cnn-pcl-1me6450.cnn-pcl-1me6450{background:var(--delegateDroppedOut);color:#ffffff;font-family:cnn_sans_display, helveticaneue, Helvetica, Arial, Utkal, sans-serif;font-weight:700;font-size:12px;letter-spacing:0.7363636494px;text-align:center;border-radius:3px;margin-top:6px;padding:1px 4px;white-space:nowrap}td.col-vote-percent-1JXrHP.cnn-pcl-1me6450.cnn-pcl-1me6450.cnn-pcl-1me6450.cnn-pcl-1me6450{padding-left:8px;width:40px}td.col-votes-3Y8smS.cnn-pcl-1me6450.cnn-pcl-1me6450.cnn-pcl-1me6450.cnn-pcl-1me6450{padding:12px 14px 12px 0;width:80px}@media screen and (min-width: 360px){td.col-votes-3Y8smS.cnn-pcl-1me6450.cnn-pcl-1me6450.cnn-pcl-1me6450.cnn-pcl-1me6450{padding-left:8px}}td.col-delegates-2rW54a.cnn-pcl-1me6450.cnn-pcl-1me6450.cnn-pcl-1me6450.cnn-pcl-1me6450{padding:12px 14px 12px 0;width:120px}@media screen and (min-width: 360px){td.col-delegates-2rW54a.cnn-pcl-1me6450.cnn-pcl-1me6450.cnn-pcl-1me6450.cnn-pcl-1me6450{padding-left:8px}}tr.cnn-pcl-1me6450:first-child>td.col-votes-3Y8smS.cnn-pcl-1me6450>div.vote-count-1Z7s9a.cnn-pcl-1me6450.cnn-pcl-1me6450{display:grid}tr.cnn-pcl-1me6450:first-child>td.col-votes-3Y8smS>div.vote-count-1Z7s9a span.ahead-count-Kon8-M.cnn-pcl-1me6450.cnn-pcl-1me6450.cnn-pcl-1me6450{display:block;font-size:12px;line-height:12px;color:#404040;font-style:italic;font-family:cnn_sans_display, helveticaneue, Helvetica, Arial, Utkal, sans-serif;font-weight:400;padding:2px 0 0 0}span.ahead-count-Kon8-M.cnn-pcl-1me6450.cnn-pcl-1me6450.cnn-pcl-1me6450.cnn-pcl-1me6450{display:none}table.cnn-pcl-1me6450>tfoot.cnn-pcl-1me6450>tr.cnn-pcl-1me6450.cnn-pcl-1me6450{font-family:cnn_sans_display, helveticaneue, Helvetica, Arial, Utkal, sans-serif;font-weight:400;font-size:12px;line-height:14px;height:24px}table.cnn-pcl-1me6450>tfoot.cnn-pcl-1me6450>tr.cnn-pcl-1me6450>td.icon-informational-3hdsk9.cnn-pcl-1me6450{padding:12px 0 0 8px}@media screen and (max-width: 479px){table.with-delegates-22I-Fo.cnn-pcl-1me6450.cnn-pcl-1me6450.cnn-pcl-1me6450.cnn-pcl-1me6450{table-layout:auto}.col-header-delegates-mobile-2hj6He.cnn-pcl-1me6450.cnn-pcl-1me6450.cnn-pcl-1me6450.cnn-pcl-1me6450{display:table-cell}.col-header-delegates-desktop-2NtLkZ.cnn-pcl-1me6450.cnn-pcl-1me6450.cnn-pcl-1me6450.cnn-pcl-1me6450{display:none}}\\')}function get_each_context$1(e,n,r){var t,_,o,i,l=e.slice();l[28]=n[r];var s=(null===(t=l[28])||void 0===t?void 0:t.winner)||(null===(_=l[28])||void 0===_?void 0:_.isRunoffCandidate);l[29]=s;var a=(null===(o=l[28])||void 0===o?void 0:o.fullName)||(null===(i=l[28])||void 0===i?void 0:i.lastName);l[30]=a;var d=l[28].isDroppedOut&&!l[4];return l[31]=d,l}function create_default_slot_16(e){var n,r;return{c:function(){n=_vendor_browser_svelte_internal_index.element(\"th\"),r=_vendor_browser_svelte_internal_index.text(e[0]),this.h()},l:function(t){n=_vendor_browser_svelte_internal_index.claim_element(t,\"TH\",{class:!0});var _=_vendor_browser_svelte_internal_index.children(n);r=_vendor_browser_svelte_internal_index.claim_text(_,e[0]),_.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(n,\"class\",\"cnn-pcl-1me6450\")},m:function(e,t){_vendor_browser_svelte_internal_index.insert_hydration(e,n,t),_vendor_browser_svelte_internal_index.append_hydration(n,r)},p:function(e,n){1&n[0]&&_vendor_browser_svelte_internal_index.set_data(r,e[0])},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n)}}}function create_if_block_13(e){var n,r,t,_;return n=new _lib_sdk_browser__externalConfig_featureFlags_FeatureFlag_svelte.FeatureFlag({props:{feature:e[19],from:e[3],denySuppression:!0,$$slots:{default:[create_default_slot_15]},$$scope:{ctx:e}}}),t=new _lib_sdk_browser__externalConfig_featureFlags_FeatureFlag_svelte.FeatureFlag({props:{feature:e[18],from:e[3],denySuppression:!0,$$slots:{default:[create_default_slot_14]},$$scope:{ctx:e}}}),{c:function(){_vendor_browser_svelte_internal_index.create_component(n.$$.fragment),r=_vendor_browser_svelte_internal_index.space(),_vendor_browser_svelte_internal_index.create_component(t.$$.fragment)},l:function(e){_vendor_browser_svelte_internal_index.claim_component(n.$$.fragment,e),r=_vendor_browser_svelte_internal_index.claim_space(e),_vendor_browser_svelte_internal_index.claim_component(t.$$.fragment,e)},m:function(e,o){_vendor_browser_svelte_internal_index.mount_component(n,e,o),_vendor_browser_svelte_internal_index.insert_hydration(e,r,o),_vendor_browser_svelte_internal_index.mount_component(t,e,o),_=!0},p:function(e,r){var _={};8&r[0]&&(_.from=e[3]),8&r[1]&&(_.$$scope={dirty:r,ctx:e}),n.$set(_);var o={};8&r[0]&&(o.from=e[3]),8&r[1]&&(o.$$scope={dirty:r,ctx:e}),t.$set(o)},i:function(e){_||(_vendor_browser_svelte_internal_index.transition_in(n.$$.fragment,e),_vendor_browser_svelte_internal_index.transition_in(t.$$.fragment,e),_=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(n.$$.fragment,e),_vendor_browser_svelte_internal_index.transition_out(t.$$.fragment,e),_=!1},d:function(e){_vendor_browser_svelte_internal_index.destroy_component(n,e),e&&_vendor_browser_svelte_internal_index.detach(r),_vendor_browser_svelte_internal_index.destroy_component(t,e)}}}function create_default_slot_15(e){var n,r;return{c:function(){n=_vendor_browser_svelte_internal_index.element(\"th\"),r=_vendor_browser_svelte_internal_index.text(\"%\"),this.h()},l:function(e){n=_vendor_browser_svelte_internal_index.claim_element(e,\"TH\",{class:!0});var t=_vendor_browser_svelte_internal_index.children(n);r=_vendor_browser_svelte_internal_index.claim_text(t,\"%\"),t.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(n,\"class\",\"cnn-pcl-1me6450\")},m:function(e,t){_vendor_browser_svelte_internal_index.insert_hydration(e,n,t),_vendor_browser_svelte_internal_index.append_hydration(n,r)},p:_vendor_browser_svelte_internal_index.noop,d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n)}}}function create_default_slot_14(e){var n,r;return{c:function(){n=_vendor_browser_svelte_internal_index.element(\"th\"),r=_vendor_browser_svelte_internal_index.text(\"Votes\"),this.h()},l:function(e){n=_vendor_browser_svelte_internal_index.claim_element(e,\"TH\",{class:!0});var t=_vendor_browser_svelte_internal_index.children(n);r=_vendor_browser_svelte_internal_index.claim_text(t,\"Votes\"),t.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(n,\"class\",\"cnn-pcl-1me6450\")},m:function(e,t){_vendor_browser_svelte_internal_index.insert_hydration(e,n,t),_vendor_browser_svelte_internal_index.append_hydration(n,r)},p:_vendor_browser_svelte_internal_index.noop,d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n)}}}function create_if_block_12(e){var n,r,t,_,o;return{c:function(){n=_vendor_browser_svelte_internal_index.element(\"th\"),r=_vendor_browser_svelte_internal_index.text(e[7]),t=_vendor_browser_svelte_internal_index.space(),_=_vendor_browser_svelte_internal_index.element(\"th\"),o=_vendor_browser_svelte_internal_index.text(\"Del.\"),this.h()},l:function(i){n=_vendor_browser_svelte_internal_index.claim_element(i,\"TH\",{class:!0});var l=_vendor_browser_svelte_internal_index.children(n);r=_vendor_browser_svelte_internal_index.claim_text(l,e[7]),l.forEach(_vendor_browser_svelte_internal_index.detach),t=_vendor_browser_svelte_internal_index.claim_space(i),_=_vendor_browser_svelte_internal_index.claim_element(i,\"TH\",{class:!0});var s=_vendor_browser_svelte_internal_index.children(_);o=_vendor_browser_svelte_internal_index.claim_text(s,\"Del.\"),s.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(n,\"class\",\"col-header-delegates-desktop-2NtLkZ cnn-pcl-1me6450\"),_vendor_browser_svelte_internal_index.attr(_,\"class\",\"col-header-delegates-mobile-2hj6He cnn-pcl-1me6450\")},m:function(e,i){_vendor_browser_svelte_internal_index.insert_hydration(e,n,i),_vendor_browser_svelte_internal_index.append_hydration(n,r),_vendor_browser_svelte_internal_index.insert_hydration(e,t,i),_vendor_browser_svelte_internal_index.insert_hydration(e,_,i),_vendor_browser_svelte_internal_index.append_hydration(_,o)},p:function(e,n){128&n[0]&&_vendor_browser_svelte_internal_index.set_data(r,e[7])},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n),e&&_vendor_browser_svelte_internal_index.detach(t),e&&_vendor_browser_svelte_internal_index.detach(_)}}}function create_default_slot_13(e){var n,r=e[8]&&create_if_block_12(e);return{c:function(){r&&r.c(),n=_vendor_browser_svelte_internal_index.empty()},l:function(e){r&&r.l(e),n=_vendor_browser_svelte_internal_index.empty()},m:function(e,t){r&&r.m(e,t),_vendor_browser_svelte_internal_index.insert_hydration(e,n,t)},p:function(e,t){e[8]?r?r.p(e,t):((r=create_if_block_12(e)).c(),r.m(n.parentNode,n)):r&&(r.d(1),r=null)},d:function(e){r&&r.d(e),e&&_vendor_browser_svelte_internal_index.detach(n)}}}function create_if_block_9(e){var n,r,t,_=e[28].winner&&create_if_block_11(e),o=e[28].isRunoffCandidate&&create_if_block_10(e);return{c:function(){_&&_.c(),n=_vendor_browser_svelte_internal_index.space(),o&&o.c(),r=_vendor_browser_svelte_internal_index.empty()},l:function(e){_&&_.l(e),n=_vendor_browser_svelte_internal_index.claim_space(e),o&&o.l(e),r=_vendor_browser_svelte_internal_index.empty()},m:function(e,i){_&&_.m(e,i),_vendor_browser_svelte_internal_index.insert_hydration(e,n,i),o&&o.m(e,i),_vendor_browser_svelte_internal_index.insert_hydration(e,r,i),t=!0},p:function(e,t){e[28].winner?_?(_.p(e,t),64&t[0]&&_vendor_browser_svelte_internal_index.transition_in(_,1)):((_=create_if_block_11(e)).c(),_vendor_browser_svelte_internal_index.transition_in(_,1),_.m(n.parentNode,n)):_&&(_vendor_browser_svelte_internal_index.group_outros(),_vendor_browser_svelte_internal_index.transition_out(_,1,1,function(){_=null}),_vendor_browser_svelte_internal_index.check_outros()),e[28].isRunoffCandidate?o?(o.p(e,t),64&t[0]&&_vendor_browser_svelte_internal_index.transition_in(o,1)):((o=create_if_block_10(e)).c(),_vendor_browser_svelte_internal_index.transition_in(o,1),o.m(r.parentNode,r)):o&&(_vendor_browser_svelte_internal_index.group_outros(),_vendor_browser_svelte_internal_index.transition_out(o,1,1,function(){o=null}),_vendor_browser_svelte_internal_index.check_outros())},i:function(e){t||(_vendor_browser_svelte_internal_index.transition_in(_),_vendor_browser_svelte_internal_index.transition_in(o),t=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(_),_vendor_browser_svelte_internal_index.transition_out(o),t=!1},d:function(e){_&&_.d(e),e&&_vendor_browser_svelte_internal_index.detach(n),o&&o.d(e),e&&_vendor_browser_svelte_internal_index.detach(r)}}}function create_if_block_11(e){var n,r;return n=new _lib_sdk_browser__externalConfig_featureFlags_FeatureFlag_svelte.FeatureFlag({props:{feature:e[17],from:e[3],$$slots:{default:[create_default_slot_12]},$$scope:{ctx:e}}}),{c:function(){_vendor_browser_svelte_internal_index.create_component(n.$$.fragment)},l:function(e){_vendor_browser_svelte_internal_index.claim_component(n.$$.fragment,e)},m:function(e,t){_vendor_browser_svelte_internal_index.mount_component(n,e,t),r=!0},p:function(e,r){var t={};8&r[0]&&(t.from=e[3]),8&r[1]&&(t.$$scope={dirty:r,ctx:e}),n.$set(t)},i:function(e){r||(_vendor_browser_svelte_internal_index.transition_in(n.$$.fragment,e),r=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(n.$$.fragment,e),r=!1},d:function(e){_vendor_browser_svelte_internal_index.destroy_component(n,e)}}}function create_default_slot_12(e){for(var n,r,t,_=[_lib_browser_common_constants_resultModuleIconProps.resultModuleIconProps.table],o={},i=0;i<_.length;i+=1)o=_vendor_browser_svelte_internal_index.assign(o,_[i]);return r=new icons_lib_browser.CheckmarkIcon({props:o}),{c:function(){n=_vendor_browser_svelte_internal_index.element(\"span\"),_vendor_browser_svelte_internal_index.create_component(r.$$.fragment),this.h()},l:function(e){n=_vendor_browser_svelte_internal_index.claim_element(e,\"SPAN\",{class:!0});var t=_vendor_browser_svelte_internal_index.children(n);_vendor_browser_svelte_internal_index.claim_component(r.$$.fragment,t),t.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(n,\"class\",\"candidate-icon-indicator-bHSeQg cnn-pcl-1me6450\")},m:function(e,_){_vendor_browser_svelte_internal_index.insert_hydration(e,n,_),_vendor_browser_svelte_internal_index.mount_component(r,n,null),t=!0},p:function(e,n){var t=0&n?_vendor_browser_svelte_internal_index.get_spread_update(_,[_vendor_browser_svelte_internal_index.get_spread_object(_lib_browser_common_constants_resultModuleIconProps.resultModuleIconProps.table)]):{};r.$set(t)},i:function(e){t||(_vendor_browser_svelte_internal_index.transition_in(r.$$.fragment,e),t=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(r.$$.fragment,e),t=!1},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n),_vendor_browser_svelte_internal_index.destroy_component(r)}}}function create_if_block_10(e){var n,r;return n=new _lib_sdk_browser__externalConfig_featureFlags_FeatureFlag_svelte.FeatureFlag({props:{feature:e[16],from:e[3],$$slots:{default:[create_default_slot_11]},$$scope:{ctx:e}}}),{c:function(){_vendor_browser_svelte_internal_index.create_component(n.$$.fragment)},l:function(e){_vendor_browser_svelte_internal_index.claim_component(n.$$.fragment,e)},m:function(e,t){_vendor_browser_svelte_internal_index.mount_component(n,e,t),r=!0},p:function(e,r){var t={};8&r[0]&&(t.from=e[3]),8&r[1]&&(t.$$scope={dirty:r,ctx:e}),n.$set(t)},i:function(e){r||(_vendor_browser_svelte_internal_index.transition_in(n.$$.fragment,e),r=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(n.$$.fragment,e),r=!1},d:function(e){_vendor_browser_svelte_internal_index.destroy_component(n,e)}}}function create_default_slot_11(e){for(var n,r,t,_=[_lib_browser_common_constants_resultModuleIconProps.resultModuleIconProps.table],o={},i=0;i<_.length;i+=1)o=_vendor_browser_svelte_internal_index.assign(o,_[i]);return r=new icons_lib_browser.RunoffArrowIcon({props:o}),{c:function(){n=_vendor_browser_svelte_internal_index.element(\"span\"),_vendor_browser_svelte_internal_index.create_component(r.$$.fragment),this.h()},l:function(e){n=_vendor_browser_svelte_internal_index.claim_element(e,\"SPAN\",{\"data-testid\":!0,class:!0});var t=_vendor_browser_svelte_internal_index.children(n);_vendor_browser_svelte_internal_index.claim_component(r.$$.fragment,t),t.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(n,\"data-testid\",\"runoff\"),_vendor_browser_svelte_internal_index.attr(n,\"class\",\"candidate-icon-indicator-bHSeQg cnn-pcl-1me6450\")},m:function(e,_){_vendor_browser_svelte_internal_index.insert_hydration(e,n,_),_vendor_browser_svelte_internal_index.mount_component(r,n,null),t=!0},p:function(e,n){var t=0&n?_vendor_browser_svelte_internal_index.get_spread_update(_,[_vendor_browser_svelte_internal_index.get_spread_object(_lib_browser_common_constants_resultModuleIconProps.resultModuleIconProps.table)]):{};r.$set(t)},i:function(e){t||(_vendor_browser_svelte_internal_index.transition_in(r.$$.fragment,e),t=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(r.$$.fragment,e),t=!1},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n),_vendor_browser_svelte_internal_index.destroy_component(r)}}}function create_if_block_8(e){var n,r,t=e[30]+\"\";return{c:function(){n=_vendor_browser_svelte_internal_index.element(\"span\"),r=_vendor_browser_svelte_internal_index.text(t),this.h()},l:function(e){n=_vendor_browser_svelte_internal_index.claim_element(e,\"SPAN\",{class:!0,\"data-testid\":!0});var _=_vendor_browser_svelte_internal_index.children(n);r=_vendor_browser_svelte_internal_index.claim_text(_,t),_.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(n,\"class\",\"name\"),_vendor_browser_svelte_internal_index.attr(n,\"data-testid\",\"candidate-name\")},m:function(e,t){_vendor_browser_svelte_internal_index.insert_hydration(e,n,t),_vendor_browser_svelte_internal_index.append_hydration(n,r)},p:function(e,n){64&n[0]&&t!==(t=e[30]+\"\")&&_vendor_browser_svelte_internal_index.set_data(r,t)},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n)}}}function create_if_block_6$1(e){var n,r,t,_,o=function(e,n){return e[28].incumbent?0:1},i=[create_if_block_7,create_else_block],l=[];return r=o(e),t=l[r]=i[r](e),{c:function(){n=_vendor_browser_svelte_internal_index.element(\"span\"),t.c(),this.h()},l:function(e){n=_vendor_browser_svelte_internal_index.claim_element(e,\"SPAN\",{class:!0,\"data-testid\":!0});var r=_vendor_browser_svelte_internal_index.children(n);t.l(r),r.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(n,\"class\",\"party-label-239xt1 cnn-pcl-1me6450\"),_vendor_browser_svelte_internal_index.attr(n,\"data-testid\",\"party-label\")},m:function(e,t){_vendor_browser_svelte_internal_index.insert_hydration(e,n,t),l[r].m(n,null),_=!0},p:function(e,_){var s=r;(r=o(e))===s?l[r].p(e,_):(_vendor_browser_svelte_internal_index.group_outros(),_vendor_browser_svelte_internal_index.transition_out(l[s],1,1,function(){l[s]=null}),_vendor_browser_svelte_internal_index.check_outros(),(t=l[r])?t.p(e,_):(t=l[r]=i[r](e)).c(),_vendor_browser_svelte_internal_index.transition_in(t,1),t.m(n,null))},i:function(e){_||(_vendor_browser_svelte_internal_index.transition_in(t),_=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(t),_=!1},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n),l[r].d()}}}function create_else_block(e){var n,r;return n=new _lib_sdk_browser__externalConfig_featureFlags_FeatureFlag_svelte.FeatureFlag({props:{feature:e[14],from:e[3],$$slots:{default:[create_default_slot_10]},$$scope:{ctx:e}}}),{c:function(){_vendor_browser_svelte_internal_index.create_component(n.$$.fragment)},l:function(e){_vendor_browser_svelte_internal_index.claim_component(n.$$.fragment,e)},m:function(e,t){_vendor_browser_svelte_internal_index.mount_component(n,e,t),r=!0},p:function(e,r){var t={};8&r[0]&&(t.from=e[3]),64&r[0]|8&r[1]&&(t.$$scope={dirty:r,ctx:e}),n.$set(t)},i:function(e){r||(_vendor_browser_svelte_internal_index.transition_in(n.$$.fragment,e),r=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(n.$$.fragment,e),r=!1},d:function(e){_vendor_browser_svelte_internal_index.destroy_component(n,e)}}}function create_if_block_7(e){var n,r,t,_,o;return r=new _lib_sdk_browser__externalConfig_featureFlags_FeatureFlag_svelte.FeatureFlag({props:{feature:e[14],from:e[3],$$slots:{default:[create_default_slot_9]},$$scope:{ctx:e}}}),_=new _lib_sdk_browser__externalConfig_featureFlags_FeatureFlag_svelte.FeatureFlag({props:{feature:e[15],from:e[3],$$slots:{default:[create_default_slot_8]},$$scope:{ctx:e}}}),{c:function(){n=_vendor_browser_svelte_internal_index.element(\"span\"),_vendor_browser_svelte_internal_index.create_component(r.$$.fragment),t=_vendor_browser_svelte_internal_index.space(),_vendor_browser_svelte_internal_index.create_component(_.$$.fragment),this.h()},l:function(e){n=_vendor_browser_svelte_internal_index.claim_element(e,\"SPAN\",{\"data-testid\":!0});var o=_vendor_browser_svelte_internal_index.children(n);_vendor_browser_svelte_internal_index.claim_component(r.$$.fragment,o),t=_vendor_browser_svelte_internal_index.claim_space(o),_vendor_browser_svelte_internal_index.claim_component(_.$$.fragment,o),o.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(n,\"data-testid\",\"incumbent\")},m:function(e,i){_vendor_browser_svelte_internal_index.insert_hydration(e,n,i),_vendor_browser_svelte_internal_index.mount_component(r,n,null),_vendor_browser_svelte_internal_index.append_hydration(n,t),_vendor_browser_svelte_internal_index.mount_component(_,n,null),o=!0},p:function(e,n){var t={};8&n[0]&&(t.from=e[3]),64&n[0]|8&n[1]&&(t.$$scope={dirty:n,ctx:e}),r.$set(t);var o={};8&n[0]&&(o.from=e[3]),8&n[1]&&(o.$$scope={dirty:n,ctx:e}),_.$set(o)},i:function(e){o||(_vendor_browser_svelte_internal_index.transition_in(r.$$.fragment,e),_vendor_browser_svelte_internal_index.transition_in(_.$$.fragment,e),o=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(r.$$.fragment,e),_vendor_browser_svelte_internal_index.transition_out(_.$$.fragment,e),o=!1},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n),_vendor_browser_svelte_internal_index.destroy_component(r),_vendor_browser_svelte_internal_index.destroy_component(_)}}}function create_default_slot_10(e){var n,r,t=e[28].partyName+\"\";return{c:function(){n=_vendor_browser_svelte_internal_index.element(\"span\"),r=_vendor_browser_svelte_internal_index.text(t)},l:function(e){n=_vendor_browser_svelte_internal_index.claim_element(e,\"SPAN\",{});var _=_vendor_browser_svelte_internal_index.children(n);r=_vendor_browser_svelte_internal_index.claim_text(_,t),_.forEach(_vendor_browser_svelte_internal_index.detach)},m:function(e,t){_vendor_browser_svelte_internal_index.insert_hydration(e,n,t),_vendor_browser_svelte_internal_index.append_hydration(n,r)},p:function(e,n){64&n[0]&&t!==(t=e[28].partyName+\"\")&&_vendor_browser_svelte_internal_index.set_data(r,t)},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n)}}}function create_default_slot_9(e){var n,r,t=e[28].partyName+\"\";return{c:function(){n=_vendor_browser_svelte_internal_index.text(t),r=_vendor_browser_svelte_internal_index.text(\",\")},l:function(e){n=_vendor_browser_svelte_internal_index.claim_text(e,t),r=_vendor_browser_svelte_internal_index.claim_text(e,\",\")},m:function(e,t){_vendor_browser_svelte_internal_index.insert_hydration(e,n,t),_vendor_browser_svelte_internal_index.insert_hydration(e,r,t)},p:function(e,r){64&r[0]&&t!==(t=e[28].partyName+\"\")&&_vendor_browser_svelte_internal_index.set_data(n,t)},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n),e&&_vendor_browser_svelte_internal_index.detach(r)}}}function create_default_slot_8(e){var n;return{c:function(){n=_vendor_browser_svelte_internal_index.text(\"Incumbent\")},l:function(e){n=_vendor_browser_svelte_internal_index.claim_text(e,\"Incumbent\")},m:function(e,r){_vendor_browser_svelte_internal_index.insert_hydration(e,n,r)},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n)}}}function create_if_block_5$1(e){var n,r,t;return r=new _lib_sdk_browser__externalConfig_featureFlags_FeatureFlag_svelte.FeatureFlag({props:{feature:e[21],from:e[3],$$slots:{default:[create_default_slot_7]},$$scope:{ctx:e}}}),{c:function(){n=_vendor_browser_svelte_internal_index.element(\"span\"),_vendor_browser_svelte_internal_index.create_component(r.$$.fragment),this.h()},l:function(e){n=_vendor_browser_svelte_internal_index.claim_element(e,\"SPAN\",{class:!0});var t=_vendor_browser_svelte_internal_index.children(n);_vendor_browser_svelte_internal_index.claim_component(r.$$.fragment,t),t.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(n,\"class\",\"dropped-out-_Z9Pxg cnn-pcl-1me6450\")},m:function(e,_){_vendor_browser_svelte_internal_index.insert_hydration(e,n,_),_vendor_browser_svelte_internal_index.mount_component(r,n,null),t=!0},p:function(e,n){var t={};8&n[0]&&(t.from=e[3]),2&n[0]|8&n[1]&&(t.$$scope={dirty:n,ctx:e}),r.$set(t)},i:function(e){t||(_vendor_browser_svelte_internal_index.transition_in(r.$$.fragment,e),t=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(r.$$.fragment,e),t=!1},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n),_vendor_browser_svelte_internal_index.destroy_component(r)}}}function create_default_slot_7(e){var n,r,t=e[1].droppedOutFlagText+\"\";return{c:function(){n=_vendor_browser_svelte_internal_index.element(\"span\"),r=_vendor_browser_svelte_internal_index.text(t),this.h()},l:function(e){n=_vendor_browser_svelte_internal_index.claim_element(e,\"SPAN\",{class:!0});var _=_vendor_browser_svelte_internal_index.children(n);r=_vendor_browser_svelte_internal_index.claim_text(_,t),_.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(n,\"class\",\"dropped-out-indicator-1IATQM cnn-pcl-1me6450\")},m:function(e,t){_vendor_browser_svelte_internal_index.insert_hydration(e,n,t),_vendor_browser_svelte_internal_index.append_hydration(n,r)},p:function(e,n){2&n[0]&&t!==(t=e[1].droppedOutFlagText+\"\")&&_vendor_browser_svelte_internal_index.set_data(r,t)},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n)}}}function create_default_slot_6(e){var n,r,t,_,o,i,l,s=!e[5]&&create_if_block_9(e),a=e[30]&&create_if_block_8(e),d=e[28].partyName&&create_if_block_6$1(e),c=e[31]&&create_if_block_5$1(e);return{c:function(){n=_vendor_browser_svelte_internal_index.element(\"td\"),r=_vendor_browser_svelte_internal_index.element(\"span\"),t=_vendor_browser_svelte_internal_index.element(\"span\"),s&&s.c(),_=_vendor_browser_svelte_internal_index.space(),a&&a.c(),o=_vendor_browser_svelte_internal_index.space(),d&&d.c(),i=_vendor_browser_svelte_internal_index.space(),c&&c.c(),this.h()},l:function(e){n=_vendor_browser_svelte_internal_index.claim_element(e,\"TD\",{class:!0});var l=_vendor_browser_svelte_internal_index.children(n);r=_vendor_browser_svelte_internal_index.claim_element(l,\"SPAN\",{class:!0});var v=_vendor_browser_svelte_internal_index.children(r);t=_vendor_browser_svelte_internal_index.claim_element(v,\"SPAN\",{class:!0});var u=_vendor_browser_svelte_internal_index.children(t);s&&s.l(u),u.forEach(_vendor_browser_svelte_internal_index.detach),_=_vendor_browser_svelte_internal_index.claim_space(v),a&&a.l(v),v.forEach(_vendor_browser_svelte_internal_index.detach),o=_vendor_browser_svelte_internal_index.claim_space(l),d&&d.l(l),i=_vendor_browser_svelte_internal_index.claim_space(l),c&&c.l(l),l.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(t,\"class\",\"race-indicator-zone-BCF66v cnn-pcl-1me6450\"),_vendor_browser_svelte_internal_index.attr(r,\"class\",\"cnn-pcl-1me6450\"),_vendor_browser_svelte_internal_index.attr(n,\"class\",\"col-candidate-name-2EqdE6 cnn-pcl-1me6450\"),_vendor_browser_svelte_internal_index.toggle_class(n,\"beforeMode-G8cTcd\",e[5])},m:function(e,v){_vendor_browser_svelte_internal_index.insert_hydration(e,n,v),_vendor_browser_svelte_internal_index.append_hydration(n,r),_vendor_browser_svelte_internal_index.append_hydration(r,t),s&&s.m(t,null),_vendor_browser_svelte_internal_index.append_hydration(r,_),a&&a.m(r,null),_vendor_browser_svelte_internal_index.append_hydration(n,o),d&&d.m(n,null),_vendor_browser_svelte_internal_index.append_hydration(n,i),c&&c.m(n,null),l=!0},p:function(e,_){e[5]?s&&(_vendor_browser_svelte_internal_index.group_outros(),_vendor_browser_svelte_internal_index.transition_out(s,1,1,function(){s=null}),_vendor_browser_svelte_internal_index.check_outros()):s?(s.p(e,_),32&_[0]&&_vendor_browser_svelte_internal_index.transition_in(s,1)):((s=create_if_block_9(e)).c(),_vendor_browser_svelte_internal_index.transition_in(s,1),s.m(t,null)),e[30]?a?a.p(e,_):((a=create_if_block_8(e)).c(),a.m(r,null)):a&&(a.d(1),a=null),e[28].partyName?d?(d.p(e,_),64&_[0]&&_vendor_browser_svelte_internal_index.transition_in(d,1)):((d=create_if_block_6$1(e)).c(),_vendor_browser_svelte_internal_index.transition_in(d,1),d.m(n,i)):d&&(_vendor_browser_svelte_internal_index.group_outros(),_vendor_browser_svelte_internal_index.transition_out(d,1,1,function(){d=null}),_vendor_browser_svelte_internal_index.check_outros()),e[31]?c?(c.p(e,_),80&_[0]&&_vendor_browser_svelte_internal_index.transition_in(c,1)):((c=create_if_block_5$1(e)).c(),_vendor_browser_svelte_internal_index.transition_in(c,1),c.m(n,null)):c&&(_vendor_browser_svelte_internal_index.group_outros(),_vendor_browser_svelte_internal_index.transition_out(c,1,1,function(){c=null}),_vendor_browser_svelte_internal_index.check_outros()),32&_[0]&&_vendor_browser_svelte_internal_index.toggle_class(n,\"beforeMode-G8cTcd\",e[5])},i:function(e){l||(_vendor_browser_svelte_internal_index.transition_in(s),_vendor_browser_svelte_internal_index.transition_in(d),_vendor_browser_svelte_internal_index.transition_in(c),l=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(s),_vendor_browser_svelte_internal_index.transition_out(d),_vendor_browser_svelte_internal_index.transition_out(c),l=!1},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n),s&&s.d(),a&&a.d(),d&&d.d(),c&&c.d()}}}function create_if_block_4$1(e){var n,r;return n=new _lib_sdk_browser__externalConfig_featureFlags_FeatureFlag_svelte.FeatureFlag({props:{feature:e[19],from:e[3],$$slots:{default:[create_default_slot_5$1]},$$scope:{ctx:e}}}),{c:function(){_vendor_browser_svelte_internal_index.create_component(n.$$.fragment)},l:function(e){_vendor_browser_svelte_internal_index.claim_component(n.$$.fragment,e)},m:function(e,t){_vendor_browser_svelte_internal_index.mount_component(n,e,t),r=!0},p:function(e,r){var t={};8&r[0]&&(t.from=e[3]),96&r[0]|8&r[1]&&(t.$$scope={dirty:r,ctx:e}),n.$set(t)},i:function(e){r||(_vendor_browser_svelte_internal_index.transition_in(n.$$.fragment,e),r=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(n.$$.fragment,e),r=!1},d:function(e){_vendor_browser_svelte_internal_index.destroy_component(n,e)}}}function create_default_slot_5$1(e){var n,r,t,_=e[28].votePercentStr+\"\";return{c:function(){n=_vendor_browser_svelte_internal_index.element(\"td\"),r=_vendor_browser_svelte_internal_index.text(_),t=_vendor_browser_svelte_internal_index.text(\"%\"),this.h()},l:function(e){n=_vendor_browser_svelte_internal_index.claim_element(e,\"TD\",{class:!0,\"data-testid\":!0});var o=_vendor_browser_svelte_internal_index.children(n);r=_vendor_browser_svelte_internal_index.claim_text(o,_),t=_vendor_browser_svelte_internal_index.claim_text(o,\"%\"),o.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(n,\"class\",\"col-vote-percent-1JXrHP cnn-pcl-1me6450\"),_vendor_browser_svelte_internal_index.attr(n,\"data-testid\",\"votepercent\"),_vendor_browser_svelte_internal_index.toggle_class(n,\"beforeMode-G8cTcd\",e[5])},m:function(e,_){_vendor_browser_svelte_internal_index.insert_hydration(e,n,_),_vendor_browser_svelte_internal_index.append_hydration(n,r),_vendor_browser_svelte_internal_index.append_hydration(n,t)},p:function(e,t){64&t[0]&&_!==(_=e[28].votePercentStr+\"\")&&_vendor_browser_svelte_internal_index.set_data(r,_),32&t[0]&&_vendor_browser_svelte_internal_index.toggle_class(n,\"beforeMode-G8cTcd\",e[5])},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n)}}}function create_if_block_2$1(e){var n,r;return n=new _lib_sdk_browser__externalConfig_featureFlags_FeatureFlag_svelte.FeatureFlag({props:{feature:e[18],from:e[3],$$slots:{default:[create_default_slot_3$1]},$$scope:{ctx:e}}}),{c:function(){_vendor_browser_svelte_internal_index.create_component(n.$$.fragment)},l:function(e){_vendor_browser_svelte_internal_index.claim_component(n.$$.fragment,e)},m:function(e,t){_vendor_browser_svelte_internal_index.mount_component(n,e,t),r=!0},p:function(e,r){var t={};8&r[0]&&(t.from=e[3]),106&r[0]|8&r[1]&&(t.$$scope={dirty:r,ctx:e}),n.$set(t)},i:function(e){r||(_vendor_browser_svelte_internal_index.transition_in(n.$$.fragment,e),r=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(n.$$.fragment,e),r=!1},d:function(e){_vendor_browser_svelte_internal_index.destroy_component(n,e)}}}function create_if_block_3$1(e){var n,r;return n=new _lib_sdk_browser__externalConfig_featureFlags_FeatureFlag_svelte.FeatureFlag({props:{feature:e[12],from:e[3],$$slots:{default:[create_default_slot_4$1]},$$scope:{ctx:e}}}),{c:function(){_vendor_browser_svelte_internal_index.create_component(n.$$.fragment)},l:function(e){_vendor_browser_svelte_internal_index.claim_component(n.$$.fragment,e)},m:function(e,t){_vendor_browser_svelte_internal_index.mount_component(n,e,t),r=!0},p:function(e,r){var t={};8&r[0]&&(t.from=e[3]),2&r[0]|8&r[1]&&(t.$$scope={dirty:r,ctx:e}),n.$set(t)},i:function(e){r||(_vendor_browser_svelte_internal_index.transition_in(n.$$.fragment,e),r=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(n.$$.fragment,e),r=!1},d:function(e){_vendor_browser_svelte_internal_index.destroy_component(n,e)}}}function create_default_slot_4$1(e){var n,r,t=\"\".concat(e[1].ahead.toLocaleString(\"en-US\"),\" ahead\")+\"\";return{c:function(){n=_vendor_browser_svelte_internal_index.element(\"span\"),r=_vendor_browser_svelte_internal_index.text(t),this.h()},l:function(e){n=_vendor_browser_svelte_internal_index.claim_element(e,\"SPAN\",{class:!0,\"data-testid\":!0});var _=_vendor_browser_svelte_internal_index.children(n);r=_vendor_browser_svelte_internal_index.claim_text(_,t),_.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(n,\"class\",\"ahead-count-Kon8-M cnn-pcl-1me6450\"),_vendor_browser_svelte_internal_index.attr(n,\"data-testid\",\"aheadcount\")},m:function(e,t){_vendor_browser_svelte_internal_index.insert_hydration(e,n,t),_vendor_browser_svelte_internal_index.append_hydration(n,r)},p:function(e,n){2&n[0]&&t!==(t=\"\".concat(e[1].ahead.toLocaleString(\"en-US\"),\" ahead\")+\"\")&&_vendor_browser_svelte_internal_index.set_data(r,t)},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n)}}}function create_default_slot_3$1(e){var n,r,t,_,o,i,l=e[28].voteStr+\"\",s=e[1].showAheadCount&&create_if_block_3$1(e);return{c:function(){n=_vendor_browser_svelte_internal_index.element(\"td\"),r=_vendor_browser_svelte_internal_index.element(\"div\"),t=_vendor_browser_svelte_internal_index.element(\"span\"),_=_vendor_browser_svelte_internal_index.text(l),o=_vendor_browser_svelte_internal_index.space(),s&&s.c(),this.h()},l:function(e){n=_vendor_browser_svelte_internal_index.claim_element(e,\"TD\",{class:!0});var i=_vendor_browser_svelte_internal_index.children(n);r=_vendor_browser_svelte_internal_index.claim_element(i,\"DIV\",{class:!0});var a=_vendor_browser_svelte_internal_index.children(r);t=_vendor_browser_svelte_internal_index.claim_element(a,\"SPAN\",{\"data-testid\":!0});var d=_vendor_browser_svelte_internal_index.children(t);_=_vendor_browser_svelte_internal_index.claim_text(d,l),d.forEach(_vendor_browser_svelte_internal_index.detach),o=_vendor_browser_svelte_internal_index.claim_space(a),s&&s.l(a),a.forEach(_vendor_browser_svelte_internal_index.detach),i.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(t,\"data-testid\",\"votes\"),_vendor_browser_svelte_internal_index.attr(r,\"class\",\"vote-count-1Z7s9a cnn-pcl-1me6450\"),_vendor_browser_svelte_internal_index.attr(n,\"class\",\"col-votes-3Y8smS cnn-pcl-1me6450\"),_vendor_browser_svelte_internal_index.toggle_class(n,\"beforeMode-G8cTcd\",e[5])},m:function(e,l){_vendor_browser_svelte_internal_index.insert_hydration(e,n,l),_vendor_browser_svelte_internal_index.append_hydration(n,r),_vendor_browser_svelte_internal_index.append_hydration(r,t),_vendor_browser_svelte_internal_index.append_hydration(t,_),_vendor_browser_svelte_internal_index.append_hydration(r,o),s&&s.m(r,null),i=!0},p:function(e,t){(!i||64&t[0])&&l!==(l=e[28].voteStr+\"\")&&_vendor_browser_svelte_internal_index.set_data(_,l),e[1].showAheadCount?s?(s.p(e,t),2&t[0]&&_vendor_browser_svelte_internal_index.transition_in(s,1)):((s=create_if_block_3$1(e)).c(),_vendor_browser_svelte_internal_index.transition_in(s,1),s.m(r,null)):s&&(_vendor_browser_svelte_internal_index.group_outros(),_vendor_browser_svelte_internal_index.transition_out(s,1,1,function(){s=null}),_vendor_browser_svelte_internal_index.check_outros()),32&t[0]&&_vendor_browser_svelte_internal_index.toggle_class(n,\"beforeMode-G8cTcd\",e[5])},i:function(e){i||(_vendor_browser_svelte_internal_index.transition_in(s),i=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(s),i=!1},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n),s&&s.d()}}}function create_if_block_1$2(e){var n,r,t=formatString(e[28].regularDelegates)+\"\";return{c:function(){n=_vendor_browser_svelte_internal_index.element(\"td\"),r=_vendor_browser_svelte_internal_index.text(t),this.h()},l:function(e){n=_vendor_browser_svelte_internal_index.claim_element(e,\"TD\",{class:!0,\"data-testid\":!0});var _=_vendor_browser_svelte_internal_index.children(n);r=_vendor_browser_svelte_internal_index.claim_text(_,t),_.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(n,\"class\",\"col-delegates-2rW54a cnn-pcl-1me6450\"),_vendor_browser_svelte_internal_index.attr(n,\"data-testid\",\"delegates\"),_vendor_browser_svelte_internal_index.toggle_class(n,\"beforeMode-G8cTcd\",e[5])},m:function(e,t){_vendor_browser_svelte_internal_index.insert_hydration(e,n,t),_vendor_browser_svelte_internal_index.append_hydration(n,r)},p:function(e,_){64&_[0]&&t!==(t=formatString(e[28].regularDelegates)+\"\")&&_vendor_browser_svelte_internal_index.set_data(r,t),32&_[0]&&_vendor_browser_svelte_internal_index.toggle_class(n,\"beforeMode-G8cTcd\",e[5])},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n)}}}function create_default_slot_2$2(e){var n,r=e[8]&&create_if_block_1$2(e);return{c:function(){r&&r.c(),n=_vendor_browser_svelte_internal_index.empty()},l:function(e){r&&r.l(e),n=_vendor_browser_svelte_internal_index.empty()},m:function(e,t){r&&r.m(e,t),_vendor_browser_svelte_internal_index.insert_hydration(e,n,t)},p:function(e,t){e[8]?r?r.p(e,t):((r=create_if_block_1$2(e)).c(),r.m(n.parentNode,n)):r&&(r.d(1),r=null)},d:function(e){r&&r.d(e),e&&_vendor_browser_svelte_internal_index.detach(n)}}}function create_each_block$1(e){var n,r,t,_,o,i,l,s,a;r=new _lib_sdk_browser__externalConfig_featureFlags_FeatureFlag_svelte.FeatureFlag({props:{feature:e[13],from:e[3],denySuppression:!0,$$slots:{default:[create_default_slot_6]},$$scope:{ctx:e}}});var d=!e[5]&&create_if_block_4$1(e),c=!e[5]&&create_if_block_2$1(e);return i=new _lib_sdk_browser__externalConfig_featureFlags_FeatureFlag_svelte.FeatureFlag({props:{feature:e[20],from:e[3],$$slots:{default:[create_default_slot_2$2]},$$scope:{ctx:e}}}),{c:function(){n=_vendor_browser_svelte_internal_index.element(\"tr\"),_vendor_browser_svelte_internal_index.create_component(r.$$.fragment),t=_vendor_browser_svelte_internal_index.space(),d&&d.c(),_=_vendor_browser_svelte_internal_index.space(),c&&c.c(),o=_vendor_browser_svelte_internal_index.space(),_vendor_browser_svelte_internal_index.create_component(i.$$.fragment),l=_vendor_browser_svelte_internal_index.space(),this.h()},l:function(e){n=_vendor_browser_svelte_internal_index.claim_element(e,\"TR\",{style:!0,class:!0});var s=_vendor_browser_svelte_internal_index.children(n);_vendor_browser_svelte_internal_index.claim_component(r.$$.fragment,s),t=_vendor_browser_svelte_internal_index.claim_space(s),d&&d.l(s),_=_vendor_browser_svelte_internal_index.claim_space(s),c&&c.l(s),o=_vendor_browser_svelte_internal_index.claim_space(s),_vendor_browser_svelte_internal_index.claim_component(i.$$.fragment,s),l=_vendor_browser_svelte_internal_index.claim_space(s),s.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(n,\"style\",s=_lib_browser_common_helpers_cssvars.cssvars({candidateColor:e[31]?e[2].auxiliaryColors.delegateDroppedOut:_lib_sdk_browser__externalConfig_configInterpreters_getColor_ts.getColor(e[28],e[2]),delegateDroppedOut:e[2].auxiliaryColors.delegateDroppedOut,background:_lib_browser_common_helpers_getWinnerTreatmentOpacity.getWinnerTreatmentOpacity(e[29],e[28],e[2])})),_vendor_browser_svelte_internal_index.attr(n,\"class\",\"cnn-pcl-1me6450\"),_vendor_browser_svelte_internal_index.toggle_class(n,\"isWinner-3g_AYM\",e[29])},m:function(e,s){_vendor_browser_svelte_internal_index.insert_hydration(e,n,s),_vendor_browser_svelte_internal_index.mount_component(r,n,null),_vendor_browser_svelte_internal_index.append_hydration(n,t),d&&d.m(n,null),_vendor_browser_svelte_internal_index.append_hydration(n,_),c&&c.m(n,null),_vendor_browser_svelte_internal_index.append_hydration(n,o),_vendor_browser_svelte_internal_index.mount_component(i,n,null),_vendor_browser_svelte_internal_index.append_hydration(n,l),a=!0},p:function(e,t){var l={};8&t[0]&&(l.from=e[3]),122&t[0]|8&t[1]&&(l.$$scope={dirty:t,ctx:e}),r.$set(l),e[5]?d&&(_vendor_browser_svelte_internal_index.group_outros(),_vendor_browser_svelte_internal_index.transition_out(d,1,1,function(){d=null}),_vendor_browser_svelte_internal_index.check_outros()):d?(d.p(e,t),32&t[0]&&_vendor_browser_svelte_internal_index.transition_in(d,1)):((d=create_if_block_4$1(e)).c(),_vendor_browser_svelte_internal_index.transition_in(d,1),d.m(n,_)),e[5]?c&&(_vendor_browser_svelte_internal_index.group_outros(),_vendor_browser_svelte_internal_index.transition_out(c,1,1,function(){c=null}),_vendor_browser_svelte_internal_index.check_outros()):c?(c.p(e,t),32&t[0]&&_vendor_browser_svelte_internal_index.transition_in(c,1)):((c=create_if_block_2$1(e)).c(),_vendor_browser_svelte_internal_index.transition_in(c,1),c.m(n,o));var v={};8&t[0]&&(v.from=e[3]),352&t[0]|8&t[1]&&(v.$$scope={dirty:t,ctx:e}),i.$set(v),(!a||84&t[0]&&s!==(s=_lib_browser_common_helpers_cssvars.cssvars({candidateColor:e[31]?e[2].auxiliaryColors.delegateDroppedOut:_lib_sdk_browser__externalConfig_configInterpreters_getColor_ts.getColor(e[28],e[2]),delegateDroppedOut:e[2].auxiliaryColors.delegateDroppedOut,background:_lib_browser_common_helpers_getWinnerTreatmentOpacity.getWinnerTreatmentOpacity(e[29],e[28],e[2])})))&&_vendor_browser_svelte_internal_index.attr(n,\"style\",s),64&t[0]&&_vendor_browser_svelte_internal_index.toggle_class(n,\"isWinner-3g_AYM\",e[29])},i:function(e){a||(_vendor_browser_svelte_internal_index.transition_in(r.$$.fragment,e),_vendor_browser_svelte_internal_index.transition_in(d),_vendor_browser_svelte_internal_index.transition_in(c),_vendor_browser_svelte_internal_index.transition_in(i.$$.fragment,e),a=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(r.$$.fragment,e),_vendor_browser_svelte_internal_index.transition_out(d),_vendor_browser_svelte_internal_index.transition_out(c),_vendor_browser_svelte_internal_index.transition_out(i.$$.fragment,e),a=!1},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n),_vendor_browser_svelte_internal_index.destroy_component(r),d&&d.d(),c&&c.d(),_vendor_browser_svelte_internal_index.destroy_component(i)}}}function create_if_block$2(e){for(var n,r,t,_,o,i,l,s,a=[_lib_browser_common_constants_resultModuleIconProps.resultModuleIconProps.tableFoot],d={},c=0;c<a.length;c+=1)d=_vendor_browser_svelte_internal_index.assign(d,a[c]);return o=new e[9]({props:d}),{c:function(){n=_vendor_browser_svelte_internal_index.element(\"tfoot\"),r=_vendor_browser_svelte_internal_index.element(\"tr\"),t=_vendor_browser_svelte_internal_index.element(\"td\"),_=_vendor_browser_svelte_internal_index.element(\"span\"),_vendor_browser_svelte_internal_index.create_component(o.$$.fragment),i=_vendor_browser_svelte_internal_index.space(),l=_vendor_browser_svelte_internal_index.text(e[11]),this.h()},l:function(s){n=_vendor_browser_svelte_internal_index.claim_element(s,\"TFOOT\",{class:!0});var a=_vendor_browser_svelte_internal_index.children(n);r=_vendor_browser_svelte_internal_index.claim_element(a,\"TR\",{class:!0});var d=_vendor_browser_svelte_internal_index.children(r);t=_vendor_browser_svelte_internal_index.claim_element(d,\"TD\",{colspan:!0,class:!0});var c=_vendor_browser_svelte_internal_index.children(t);_=_vendor_browser_svelte_internal_index.claim_element(c,\"SPAN\",{\"data-testid\":!0});var v=_vendor_browser_svelte_internal_index.children(_);_vendor_browser_svelte_internal_index.claim_component(o.$$.fragment,v),v.forEach(_vendor_browser_svelte_internal_index.detach),i=_vendor_browser_svelte_internal_index.claim_space(c),l=_vendor_browser_svelte_internal_index.claim_text(c,e[11]),c.forEach(_vendor_browser_svelte_internal_index.detach),d.forEach(_vendor_browser_svelte_internal_index.detach),a.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(_,\"data-testid\",\"iconinformational\"),_vendor_browser_svelte_internal_index.attr(t,\"colspan\",\"3\"),_vendor_browser_svelte_internal_index.attr(t,\"class\",\"icon-informational-3hdsk9 cnn-pcl-1me6450\"),_vendor_browser_svelte_internal_index.attr(r,\"class\",\"cnn-pcl-1me6450\"),_vendor_browser_svelte_internal_index.attr(n,\"class\",\"cnn-pcl-1me6450\")},m:function(e,a){_vendor_browser_svelte_internal_index.insert_hydration(e,n,a),_vendor_browser_svelte_internal_index.append_hydration(n,r),_vendor_browser_svelte_internal_index.append_hydration(r,t),_vendor_browser_svelte_internal_index.append_hydration(t,_),_vendor_browser_svelte_internal_index.mount_component(o,_,null),_vendor_browser_svelte_internal_index.append_hydration(t,i),_vendor_browser_svelte_internal_index.append_hydration(t,l),s=!0},p:function(e,n){var r=0&n?_vendor_browser_svelte_internal_index.get_spread_update(a,[_vendor_browser_svelte_internal_index.get_spread_object(_lib_browser_common_constants_resultModuleIconProps.resultModuleIconProps.tableFoot)]):{};o.$set(r),(!s||2048&n[0])&&_vendor_browser_svelte_internal_index.set_data(l,e[11])},i:function(e){s||(_vendor_browser_svelte_internal_index.transition_in(o.$$.fragment,e),s=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(o.$$.fragment,e),s=!1},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n),_vendor_browser_svelte_internal_index.destroy_component(o)}}}function create_default_slot_1$2(e){var n,r,t=e[10]&&create_if_block$2(e);return{c:function(){t&&t.c(),n=_vendor_browser_svelte_internal_index.empty()},l:function(e){t&&t.l(e),n=_vendor_browser_svelte_internal_index.empty()},m:function(e,_){t&&t.m(e,_),_vendor_browser_svelte_internal_index.insert_hydration(e,n,_),r=!0},p:function(e,r){e[10]?t?(t.p(e,r),1024&r[0]&&_vendor_browser_svelte_internal_index.transition_in(t,1)):((t=create_if_block$2(e)).c(),_vendor_browser_svelte_internal_index.transition_in(t,1),t.m(n.parentNode,n)):t&&(_vendor_browser_svelte_internal_index.group_outros(),_vendor_browser_svelte_internal_index.transition_out(t,1,1,function(){t=null}),_vendor_browser_svelte_internal_index.check_outros())},i:function(e){r||(_vendor_browser_svelte_internal_index.transition_in(t),r=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(t),r=!1},d:function(e){t&&t.d(e),e&&_vendor_browser_svelte_internal_index.detach(n)}}}function create_default_slot$2(e){var n,r;return n=new _lib_sdk_browser__externalConfig_featureFlags_FeatureFlag_svelte.FeatureFlag({props:{feature:e[16],from:e[3],$$slots:{default:[create_default_slot_1$2]},$$scope:{ctx:e}}}),{c:function(){_vendor_browser_svelte_internal_index.create_component(n.$$.fragment)},l:function(e){_vendor_browser_svelte_internal_index.claim_component(n.$$.fragment,e)},m:function(e,t){_vendor_browser_svelte_internal_index.mount_component(n,e,t),r=!0},p:function(e,r){var t={};8&r[0]&&(t.from=e[3]),3072&r[0]|8&r[1]&&(t.$$scope={dirty:r,ctx:e}),n.$set(t)},i:function(e){r||(_vendor_browser_svelte_internal_index.transition_in(n.$$.fragment,e),r=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(n.$$.fragment,e),r=!1},d:function(e){_vendor_browser_svelte_internal_index.destroy_component(n,e)}}}function create_fragment$2(e){var n,r,t,_,o,i,l,s,a,d,c,v;_=new _lib_sdk_browser__externalConfig_featureFlags_FeatureFlag_svelte.FeatureFlag({props:{feature:e[13],from:e[3],denySuppression:!0,$$slots:{default:[create_default_slot_16]},$$scope:{ctx:e}}});var u=!e[5]&&create_if_block_13(e);l=new _lib_sdk_browser__externalConfig_featureFlags_FeatureFlag_svelte.FeatureFlag({props:{feature:e[20],from:e[3],$$slots:{default:[create_default_slot_13]},$$scope:{ctx:e}}});for(var f=e[6],b=[],p=0;p<f.length;p+=1)b[p]=create_each_block$1(get_each_context$1(e,f,p));var x=function(e){return _vendor_browser_svelte_internal_index.transition_out(b[e],1,1,function(){b[e]=null})};return c=new _lib_sdk_browser__externalConfig_featureFlags_FeatureFlag_svelte.FeatureFlag({props:{feature:e[17],from:e[3],$$slots:{default:[create_default_slot$2]},$$scope:{ctx:e}}}),{c:function(){n=_vendor_browser_svelte_internal_index.element(\"table\"),r=_vendor_browser_svelte_internal_index.element(\"thead\"),t=_vendor_browser_svelte_internal_index.element(\"tr\"),_vendor_browser_svelte_internal_index.create_component(_.$$.fragment),o=_vendor_browser_svelte_internal_index.space(),u&&u.c(),i=_vendor_browser_svelte_internal_index.space(),_vendor_browser_svelte_internal_index.create_component(l.$$.fragment),s=_vendor_browser_svelte_internal_index.space(),a=_vendor_browser_svelte_internal_index.element(\"tbody\");for(var e=0;e<b.length;e+=1)b[e].c();d=_vendor_browser_svelte_internal_index.space(),_vendor_browser_svelte_internal_index.create_component(c.$$.fragment),this.h()},l:function(e){n=_vendor_browser_svelte_internal_index.claim_element(e,\"TABLE\",{\"aria-label\":!0,class:!0});var v=_vendor_browser_svelte_internal_index.children(n);r=_vendor_browser_svelte_internal_index.claim_element(v,\"THEAD\",{class:!0});var f=_vendor_browser_svelte_internal_index.children(r);t=_vendor_browser_svelte_internal_index.claim_element(f,\"TR\",{class:!0});var p=_vendor_browser_svelte_internal_index.children(t);_vendor_browser_svelte_internal_index.claim_component(_.$$.fragment,p),o=_vendor_browser_svelte_internal_index.claim_space(p),u&&u.l(p),i=_vendor_browser_svelte_internal_index.claim_space(p),_vendor_browser_svelte_internal_index.claim_component(l.$$.fragment,p),p.forEach(_vendor_browser_svelte_internal_index.detach),f.forEach(_vendor_browser_svelte_internal_index.detach),s=_vendor_browser_svelte_internal_index.claim_space(v),a=_vendor_browser_svelte_internal_index.claim_element(v,\"TBODY\",{class:!0});for(var x=_vendor_browser_svelte_internal_index.children(a),w=0;w<b.length;w+=1)b[w].l(x);x.forEach(_vendor_browser_svelte_internal_index.detach),d=_vendor_browser_svelte_internal_index.claim_space(v),_vendor_browser_svelte_internal_index.claim_component(c.$$.fragment,v),v.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(t,\"class\",\"cnn-pcl-1me6450\"),_vendor_browser_svelte_internal_index.attr(r,\"class\",\"cnn-pcl-1me6450\"),_vendor_browser_svelte_internal_index.attr(a,\"class\",\"cnn-pcl-1me6450\"),_vendor_browser_svelte_internal_index.attr(n,\"aria-label\",\"results\"),_vendor_browser_svelte_internal_index.attr(n,\"class\",\"cnn-pcl-1me6450\"),_vendor_browser_svelte_internal_index.toggle_class(n,\"with-delegates-22I-Fo\",e[8])},m:function(e,f){_vendor_browser_svelte_internal_index.insert_hydration(e,n,f),_vendor_browser_svelte_internal_index.append_hydration(n,r),_vendor_browser_svelte_internal_index.append_hydration(r,t),_vendor_browser_svelte_internal_index.mount_component(_,t,null),_vendor_browser_svelte_internal_index.append_hydration(t,o),u&&u.m(t,null),_vendor_browser_svelte_internal_index.append_hydration(t,i),_vendor_browser_svelte_internal_index.mount_component(l,t,null),_vendor_browser_svelte_internal_index.append_hydration(n,s),_vendor_browser_svelte_internal_index.append_hydration(n,a);for(var p=0;p<b.length;p+=1)b[p].m(a,null);_vendor_browser_svelte_internal_index.append_hydration(n,d),_vendor_browser_svelte_internal_index.mount_component(c,n,null),v=!0},p:function(e,r){var o={};8&r[0]&&(o.from=e[3]),1&r[0]|8&r[1]&&(o.$$scope={dirty:r,ctx:e}),_.$set(o),e[5]?u&&(_vendor_browser_svelte_internal_index.group_outros(),_vendor_browser_svelte_internal_index.transition_out(u,1,1,function(){u=null}),_vendor_browser_svelte_internal_index.check_outros()):u?(u.p(e,r),32&r[0]&&_vendor_browser_svelte_internal_index.transition_in(u,1)):((u=create_if_block_13(e)).c(),_vendor_browser_svelte_internal_index.transition_in(u,1),u.m(t,i));var s={};if(8&r[0]&&(s.from=e[3]),384&r[0]|8&r[1]&&(s.$$scope={dirty:r,ctx:e}),l.$set(s),4190590&r[0]){var d;for(f=e[6],d=0;d<f.length;d+=1){var v=get_each_context$1(e,f,d);b[d]?(b[d].p(v,r),_vendor_browser_svelte_internal_index.transition_in(b[d],1)):(b[d]=create_each_block$1(v),b[d].c(),_vendor_browser_svelte_internal_index.transition_in(b[d],1),b[d].m(a,null))}for(_vendor_browser_svelte_internal_index.group_outros(),d=f.length;d<b.length;d+=1)x(d);_vendor_browser_svelte_internal_index.check_outros()}var p={};8&r[0]&&(p.from=e[3]),3080&r[0]|8&r[1]&&(p.$$scope={dirty:r,ctx:e}),c.$set(p),256&r[0]&&_vendor_browser_svelte_internal_index.toggle_class(n,\"with-delegates-22I-Fo\",e[8])},i:function(e){if(!v){_vendor_browser_svelte_internal_index.transition_in(_.$$.fragment,e),_vendor_browser_svelte_internal_index.transition_in(u),_vendor_browser_svelte_internal_index.transition_in(l.$$.fragment,e);for(var n=0;n<f.length;n+=1)_vendor_browser_svelte_internal_index.transition_in(b[n]);_vendor_browser_svelte_internal_index.transition_in(c.$$.fragment,e),v=!0}},o:function(e){_vendor_browser_svelte_internal_index.transition_out(_.$$.fragment,e),_vendor_browser_svelte_internal_index.transition_out(u),_vendor_browser_svelte_internal_index.transition_out(l.$$.fragment,e),b=b.filter(Boolean);for(var n=0;n<b.length;n+=1)_vendor_browser_svelte_internal_index.transition_out(b[n]);_vendor_browser_svelte_internal_index.transition_out(c.$$.fragment,e),v=!1},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n),_vendor_browser_svelte_internal_index.destroy_component(_),u&&u.d(),_vendor_browser_svelte_internal_index.destroy_component(l),_vendor_browser_svelte_internal_index.destroy_each(b,e),_vendor_browser_svelte_internal_index.destroy_component(c)}}}function instance$2(e,n,r){var t,_,o,i,l,s,a,d,c=n.result,v=n.theme,u=n.winnerPartyColor,f=n.candidateRowsToShow,b=n.candidateText,p=n.from,x=void 0===p?\"\":p,w=n.runoffInformationalText,m=n.projectedWinnerText,h=n.mode,$=void 0===h?_lib_browser_common_constants_editorialElectionModes.DEFAULT_EDITORIAL_MODE:h,g=n.hideDropdownTreatment,y=void 0!==g&&g,k=_lib_sdk_browser__externalConfig_featureFlags_constants_ts.features.AHEAD_COUNT,C=_lib_sdk_browser__externalConfig_featureFlags_constants_ts.features.CANDIDATE_NAME_COLUMN,T=_lib_sdk_browser__externalConfig_featureFlags_constants_ts.features.CRM_PARTY_LABEL,E=_lib_sdk_browser__externalConfig_featureFlags_constants_ts.features.INCUMBENT_LABEL,F=_lib_sdk_browser__externalConfig_featureFlags_constants_ts.features.RUNOFF_CANDIDATE,A=_lib_sdk_browser__externalConfig_featureFlags_constants_ts.features.TABLE_CHECKMARK,R=_lib_sdk_browser__externalConfig_featureFlags_constants_ts.features.VOTES_COLUMN,O=_lib_sdk_browser__externalConfig_featureFlags_constants_ts.features.VOTES_PERCENT_COLUMN,S=_lib_sdk_browser__externalConfig_featureFlags_constants_ts.features.DELEGATES_COLUMN,j=_lib_sdk_browser__externalConfig_featureFlags_constants_ts.features.DROPPED_OUT;return e.$$set=function(e){\"result\"in e&&r(1,c=e.result),\"theme\"in e&&r(2,v=e.theme),\"winnerPartyColor\"in e&&r(22,u=e.winnerPartyColor),\"candidateRowsToShow\"in e&&r(23,f=e.candidateRowsToShow),\"candidateText\"in e&&r(0,b=e.candidateText),\"from\"in e&&r(3,x=e.from),\"runoffInformationalText\"in e&&r(24,w=e.runoffInformationalText),\"projectedWinnerText\"in e&&r(25,m=e.projectedWinnerText),\"mode\"in e&&r(26,$=e.mode),\"hideDropdownTreatment\"in e&&r(4,y=e.hideDropdownTreatment)},e.$$.update=function(){var n;(3&e.$$.dirty[0]&&void 0===b&&r(0,b=c.isBallotMeasure?\"Option\":\"Candidate\"),8388610&e.$$.dirty[0]&&r(6,t=extractCandidateRows(c,f)),2&e.$$.dirty[0])&&r(27,_=null==c?void 0:null===(n=c.winner)||void 0===n?void 0:n.winner);184549376&e.$$.dirty[0]&&r(11,o=_lib_browser_common_helpers_makeProjectionText.makeProjectionText(_,w,m)),67108864&e.$$.dirty[0]&&r(5,i=$===_lib_browser_common_constants_editorialElectionModes.EditorialMode.Before),134217824&e.$$.dirty[0]&&r(10,l=(hasRunoff(t)||_)&&!i),134217728&e.$$.dirty[0]&&r(9,s=_?icons_lib_browser.CheckmarkIcon:icons_lib_browser.RunoffArrowIcon),2&e.$$.dirty[0]&&r(8,a=null==c?void 0:c.totalDelegatesAtStake),2&e.$$.dirty[0]&&r(7,d=c?makeFormattedDelegateType(c):\"\")},[b,c,v,x,y,i,t,d,a,s,l,o,k,C,T,E,F,A,R,O,S,j,u,f,w,m,$,_]}var CoreResultTable=function(e){_inherits$2(r,_vendor_browser_svelte_internal_index.SvelteComponent);var n=_createSuper$2(r);function r(e){var t;return _classCallCheck$2(this,r),t=n.call(this),_vendor_browser_svelte_internal_index.init(_assertThisInitialized$2(t),e,instance$2,create_fragment$2,_vendor_browser_svelte_internal_index.safe_not_equal,{result:1,theme:2,winnerPartyColor:22,candidateRowsToShow:23,candidateText:0,from:3,runoffInformationalText:24,projectedWinnerText:25,mode:26,hideDropdownTreatment:4},add_css$2,[-1,-1]),t}return r}();function _arrayLikeToArray(e,n){(null==n||n>e.length)&&(n=e.length);for(var r=0,t=new Array(n);r<n;r++)t[r]=e[r];return t}function _arrayWithHoles(e){if(Array.isArray(e))return e}function _assertThisInitialized$1(e){if(void 0===e)throw new ReferenceError(\"this hasn\\'t been initialised - super() hasn\\'t been called\");return e}function _classCallCheck$1(e,n){if(!(e instanceof n))throw new TypeError(\"Cannot call a class as a function\")}function _getPrototypeOf$1(e){return(_getPrototypeOf$1=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function _inherits$1(e,n){if(\"function\"!=typeof n&&null!==n)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(n&&n.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),n&&_setPrototypeOf$1(e,n)}function _iterableToArrayLimit(e,n){var r=null==e?null:\"undefined\"!=typeof Symbol&&e[Symbol.iterator]||e[\"@@iterator\"];if(null!=r){var t,_,o=[],i=!0,l=!1;try{for(r=r.call(e);!(i=(t=r.next()).done)&&(o.push(t.value),!n||o.length!==n);i=!0);}catch(e){l=!0,_=e}finally{try{i||null==r.return||r.return()}finally{if(l)throw _}}return o}}function _nonIterableRest(){throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\\\\\\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}function _possibleConstructorReturn$1(e,n){return!n||\"object\"!==_typeof$1(n)&&\"function\"!=typeof n?_assertThisInitialized$1(e):n}function _setPrototypeOf$1(e,n){return(_setPrototypeOf$1=Object.setPrototypeOf||function(e,n){return e.__proto__=n,e})(e,n)}function _slicedToArray(e,n){return _arrayWithHoles(e)||_iterableToArrayLimit(e,n)||_unsupportedIterableToArray(e,n)||_nonIterableRest()}var _typeof$1=function(e){return e&&\"undefined\"!=typeof Symbol&&e.constructor===Symbol?\"symbol\":typeof e};function _unsupportedIterableToArray(e,n){if(e){if(\"string\"==typeof e)return _arrayLikeToArray(e,n);var r=Object.prototype.toString.call(e).slice(8,-1);return\"Object\"===r&&e.constructor&&(r=e.constructor.name),\"Map\"===r||\"Set\"===r?Array.from(r):\"Arguments\"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?_arrayLikeToArray(e,n):void 0}}function _isNativeReflectConstruct$1(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function _createSuper$1(e){var n=_isNativeReflectConstruct$1();return function(){var r,t=_getPrototypeOf$1(e);if(n){var _=_getPrototypeOf$1(this).constructor;r=Reflect.construct(t,arguments,_)}else r=t.apply(this,arguments);return _possibleConstructorReturn$1(this,r)}}function add_css$1(e){_vendor_browser_svelte_internal_index.append_styles(e,\"cnn-pcl-1e0vjke\",\"footer.cnn-pcl-1e0vjke.cnn-pcl-1e0vjke.cnn-pcl-1e0vjke.cnn-pcl-1e0vjke{grid-area:footer;margin-top:12px;padding:0 12px 14px;height:fit-content;display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end}.embedded-JUJHRu.cnn-pcl-1e0vjke.cnn-pcl-1e0vjke.cnn-pcl-1e0vjke.cnn-pcl-1e0vjke{border-bottom:1px solid #e6e6e6}.footer-info-s7AjA1.cnn-pcl-1e0vjke.cnn-pcl-1e0vjke.cnn-pcl-1e0vjke.cnn-pcl-1e0vjke{display:flex;flex-direction:column;align-self:flex-start}footer.cnn-pcl-1e0vjke>div.cnn-pcl-1e0vjke>p.cnn-pcl-1e0vjke.cnn-pcl-1e0vjke{margin:0;display:flex}footer.cnn-pcl-1e0vjke>div.cnn-pcl-1e0vjke>p.cnn-pcl-1e0vjke>span.reporting-1zjL7t.cnn-pcl-1e0vjke{font-size:12px;letter-spacing:-0.2px;line-height:16px;font-family:cnn_sans_display, helveticaneue, Helvetica, Arial, Utkal, sans-serif;font-weight:700;padding:0;margin:0}footer.cnn-pcl-1e0vjke>div.cnn-pcl-1e0vjke>p.cnn-pcl-1e0vjke>span.next-update-hLyQmu.cnn-pcl-1e0vjke{margin-left:0}footer.cnn-pcl-1e0vjke>div.cnn-pcl-1e0vjke>p.last-updated-foB4fW.cnn-pcl-1e0vjke.cnn-pcl-1e0vjke{font-size:12px;font-family:cnn_sans_display, helveticaneue, Helvetica, Arial, Utkal, sans-serif;font-weight:400;line-height:16px;letter-spacing:-0.2px;padding:0;margin:0 0 0 0}.icons-1_eqvG.cnn-pcl-1e0vjke.cnn-pcl-1e0vjke.cnn-pcl-1e0vjke.cnn-pcl-1e0vjke{height:16px;display:flex;flex-direction:row;justify-content:flex-end}.keyrace-1GBW9N.cnn-pcl-1e0vjke.cnn-pcl-1e0vjke.cnn-pcl-1e0vjke.cnn-pcl-1e0vjke{width:20px;height:20px;border:2px solid rgb(255, 198, 28)}.icon-wrapper-3HzsYP.cnn-pcl-1e0vjke.cnn-pcl-1e0vjke.cnn-pcl-1e0vjke.cnn-pcl-1e0vjke{display:flex;flex-direction:row;align-items:center;margin:3px}.label-1xyB8i.cnn-pcl-1e0vjke.cnn-pcl-1e0vjke.cnn-pcl-1e0vjke.cnn-pcl-1e0vjke{font-size:12px;font-family:cnn_sans_display, helveticaneue, Helvetica, Arial, Utkal, sans-serif;font-weight:400;line-height:1.17;margin-left:5px;white-space:nowrap}a.cnn-pcl-1e0vjke.cnn-pcl-1e0vjke.cnn-pcl-1e0vjke.cnn-pcl-1e0vjke{color:#0c0c0c;font-family:cnn_sans_display, helveticaneue, Helvetica, Arial, Utkal, sans-serif;font-weight:700;text-decoration:underline;font-size:12px}footer.stacked-Bhpln2.cnn-pcl-1e0vjke.cnn-pcl-1e0vjke.cnn-pcl-1e0vjke.cnn-pcl-1e0vjke{border-top:1px solid #e6e6e6;margin-top:0;padding-top:14px}@media screen and (min-width: 768px){footer.cnn-pcl-1e0vjke.cnn-pcl-1e0vjke.cnn-pcl-1e0vjke.cnn-pcl-1e0vjke{align-self:flex-end}}@media screen and (min-width: 1024px){.embedded-JUJHRu.cnn-pcl-1e0vjke.cnn-pcl-1e0vjke.cnn-pcl-1e0vjke.cnn-pcl-1e0vjke{border-bottom:none}}\")}function create_if_block$1(e){var n,r,t,_,o;r=new _lib_sdk_browser__externalConfig_featureFlags_FeatureFlag_svelte.FeatureFlag({props:{feature:e[18],from:e[2],$$slots:{default:[create_default_slot_2$1]},$$scope:{ctx:e}}});var i=e[10]&&create_if_block_2(e),l=e[4]&&e[3]&&create_if_block_1$1(e);return{c:function(){n=_vendor_browser_svelte_internal_index.element(\"footer\"),_vendor_browser_svelte_internal_index.create_component(r.$$.fragment),t=_vendor_browser_svelte_internal_index.space(),i&&i.c(),_=_vendor_browser_svelte_internal_index.space(),l&&l.c(),this.h()},l:function(e){n=_vendor_browser_svelte_internal_index.claim_element(e,\"FOOTER\",{class:!0});var o=_vendor_browser_svelte_internal_index.children(n);_vendor_browser_svelte_internal_index.claim_component(r.$$.fragment,o),t=_vendor_browser_svelte_internal_index.claim_space(o),i&&i.l(o),_=_vendor_browser_svelte_internal_index.claim_space(o),l&&l.l(o),o.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(n,\"class\",\"cnn-pcl-1e0vjke\"),_vendor_browser_svelte_internal_index.toggle_class(n,\"embedded-JUJHRu\",e[1].includes(_lib_browser_common_constants_componentVariations.VARIATIONS.EMBEDDED)),_vendor_browser_svelte_internal_index.toggle_class(n,\"stacked-Bhpln2\",e[9])},m:function(e,s){_vendor_browser_svelte_internal_index.insert_hydration(e,n,s),_vendor_browser_svelte_internal_index.mount_component(r,n,null),_vendor_browser_svelte_internal_index.append_hydration(n,t),i&&i.m(n,null),_vendor_browser_svelte_internal_index.append_hydration(n,_),l&&l.m(n,null),o=!0},p:function(e,t){var o={};4&t&&(o.from=e[2]),530565&t&&(o.$$scope={dirty:t,ctx:e}),r.$set(o),e[10]?i?(i.p(e,t),1024&t&&_vendor_browser_svelte_internal_index.transition_in(i,1)):((i=create_if_block_2(e)).c(),_vendor_browser_svelte_internal_index.transition_in(i,1),i.m(n,_)):i&&(_vendor_browser_svelte_internal_index.group_outros(),_vendor_browser_svelte_internal_index.transition_out(i,1,1,function(){i=null}),_vendor_browser_svelte_internal_index.check_outros()),e[4]&&e[3]?l?(l.p(e,t),24&t&&_vendor_browser_svelte_internal_index.transition_in(l,1)):((l=create_if_block_1$1(e)).c(),_vendor_browser_svelte_internal_index.transition_in(l,1),l.m(n,null)):l&&(_vendor_browser_svelte_internal_index.group_outros(),_vendor_browser_svelte_internal_index.transition_out(l,1,1,function(){l=null}),_vendor_browser_svelte_internal_index.check_outros()),2&t&&_vendor_browser_svelte_internal_index.toggle_class(n,\"embedded-JUJHRu\",e[1].includes(_lib_browser_common_constants_componentVariations.VARIATIONS.EMBEDDED)),512&t&&_vendor_browser_svelte_internal_index.toggle_class(n,\"stacked-Bhpln2\",e[9])},i:function(e){o||(_vendor_browser_svelte_internal_index.transition_in(r.$$.fragment,e),_vendor_browser_svelte_internal_index.transition_in(i),_vendor_browser_svelte_internal_index.transition_in(l),o=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(r.$$.fragment,e),_vendor_browser_svelte_internal_index.transition_out(i),_vendor_browser_svelte_internal_index.transition_out(l),o=!1},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n),_vendor_browser_svelte_internal_index.destroy_component(r),i&&i.d(),l&&l.d()}}}function create_if_block_6(e){var n,r,t;return r=new _lib_sdk_browser__externalConfig_featureFlags_FeatureFlag_svelte.FeatureFlag({props:{feature:e[16],from:e[2],$$slots:{default:[create_default_slot_5]},$$scope:{ctx:e}}}),{c:function(){n=_vendor_browser_svelte_internal_index.element(\"p\"),_vendor_browser_svelte_internal_index.create_component(r.$$.fragment),this.h()},l:function(e){n=_vendor_browser_svelte_internal_index.claim_element(e,\"P\",{class:!0});var t=_vendor_browser_svelte_internal_index.children(n);_vendor_browser_svelte_internal_index.claim_component(r.$$.fragment,t),t.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(n,\"class\",\"cnn-pcl-1e0vjke\")},m:function(e,_){_vendor_browser_svelte_internal_index.insert_hydration(e,n,_),_vendor_browser_svelte_internal_index.mount_component(r,n,null),t=!0},p:function(e,n){var t={};4&n&&(t.from=e[2]),528384&n&&(t.$$scope={dirty:n,ctx:e}),r.$set(t)},i:function(e){t||(_vendor_browser_svelte_internal_index.transition_in(r.$$.fragment,e),t=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(r.$$.fragment,e),t=!1},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n),_vendor_browser_svelte_internal_index.destroy_component(r)}}}function create_default_slot_5(e){var n,r;return{c:function(){n=_vendor_browser_svelte_internal_index.element(\"span\"),r=_vendor_browser_svelte_internal_index.text(e[12]),this.h()},l:function(t){n=_vendor_browser_svelte_internal_index.claim_element(t,\"SPAN\",{class:!0,\"data-testid\":!0});var _=_vendor_browser_svelte_internal_index.children(n);r=_vendor_browser_svelte_internal_index.claim_text(_,e[12]),_.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(n,\"class\",\"reporting-1zjL7t cnn-pcl-1e0vjke\"),_vendor_browser_svelte_internal_index.attr(n,\"data-testid\",\"percentreporting\")},m:function(e,t){_vendor_browser_svelte_internal_index.insert_hydration(e,n,t),_vendor_browser_svelte_internal_index.append_hydration(n,r)},p:function(e,n){4096&n&&_vendor_browser_svelte_internal_index.set_data(r,e[12])},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n)}}}function create_if_block_5(e){var n,r;return n=new _lib_sdk_browser__externalConfig_featureFlags_FeatureFlag_svelte.FeatureFlag({props:{feature:e[14],from:e[2],$$slots:{default:[create_default_slot_4]},$$scope:{ctx:e}}}),{c:function(){_vendor_browser_svelte_internal_index.create_component(n.$$.fragment)},l:function(e){_vendor_browser_svelte_internal_index.claim_component(n.$$.fragment,e)},m:function(e,t){_vendor_browser_svelte_internal_index.mount_component(n,e,t),r=!0},p:function(e,r){var t={};4&r&&(t.from=e[2]),526336&r&&(t.$$scope={dirty:r,ctx:e}),n.$set(t)},i:function(e){r||(_vendor_browser_svelte_internal_index.transition_in(n.$$.fragment,e),r=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(n.$$.fragment,e),r=!1},d:function(e){_vendor_browser_svelte_internal_index.destroy_component(n,e)}}}function create_default_slot_4(e){var n,r,t;return{c:function(){n=_vendor_browser_svelte_internal_index.element(\"p\"),r=_vendor_browser_svelte_internal_index.element(\"time\"),t=_vendor_browser_svelte_internal_index.text(e[11]),this.h()},l:function(_){n=_vendor_browser_svelte_internal_index.claim_element(_,\"P\",{class:!0});var o=_vendor_browser_svelte_internal_index.children(n);r=_vendor_browser_svelte_internal_index.claim_element(o,\"TIME\",{\"data-testid\":!0});var i=_vendor_browser_svelte_internal_index.children(r);t=_vendor_browser_svelte_internal_index.claim_text(i,e[11]),i.forEach(_vendor_browser_svelte_internal_index.detach),o.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(r,\"data-testid\",\"timestamp\"),_vendor_browser_svelte_internal_index.attr(n,\"class\",\"last-updated-foB4fW cnn-pcl-1e0vjke\")},m:function(e,_){_vendor_browser_svelte_internal_index.insert_hydration(e,n,_),_vendor_browser_svelte_internal_index.append_hydration(n,r),_vendor_browser_svelte_internal_index.append_hydration(r,t)},p:function(e,n){2048&n&&_vendor_browser_svelte_internal_index.set_data(t,e[11])},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n)}}}function create_if_block_4(e){var n,r,t;return r=new _lib_sdk_browser__externalConfig_featureFlags_FeatureFlag_svelte.FeatureFlag({props:{feature:e[15],from:e[2],$$slots:{default:[create_default_slot_3]},$$scope:{ctx:e}}}),{c:function(){n=_vendor_browser_svelte_internal_index.element(\"p\"),_vendor_browser_svelte_internal_index.create_component(r.$$.fragment),this.h()},l:function(e){n=_vendor_browser_svelte_internal_index.claim_element(e,\"P\",{class:!0});var t=_vendor_browser_svelte_internal_index.children(n);_vendor_browser_svelte_internal_index.claim_component(r.$$.fragment,t),t.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(n,\"class\",\"cnn-pcl-1e0vjke\")},m:function(e,_){_vendor_browser_svelte_internal_index.insert_hydration(e,n,_),_vendor_browser_svelte_internal_index.mount_component(r,n,null),t=!0},p:function(e,n){var t={};4&n&&(t.from=e[2]),524288&n&&(t.$$scope={dirty:n,ctx:e}),r.$set(t)},i:function(e){t||(_vendor_browser_svelte_internal_index.transition_in(r.$$.fragment,e),t=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(r.$$.fragment,e),t=!1},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n),_vendor_browser_svelte_internal_index.destroy_component(r)}}}function create_default_slot_3(e){var n,r,t;return r=new nextUpdateTimer_lib_browser.NextUpdateTimer({}),{c:function(){n=_vendor_browser_svelte_internal_index.element(\"span\"),_vendor_browser_svelte_internal_index.create_component(r.$$.fragment),this.h()},l:function(e){n=_vendor_browser_svelte_internal_index.claim_element(e,\"SPAN\",{class:!0});var t=_vendor_browser_svelte_internal_index.children(n);_vendor_browser_svelte_internal_index.claim_component(r.$$.fragment,t),t.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(n,\"class\",\"next-update-hLyQmu cnn-pcl-1e0vjke\")},m:function(e,_){_vendor_browser_svelte_internal_index.insert_hydration(e,n,_),_vendor_browser_svelte_internal_index.mount_component(r,n,null),t=!0},p:_vendor_browser_svelte_internal_index.noop,i:function(e){t||(_vendor_browser_svelte_internal_index.transition_in(r.$$.fragment,e),t=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(r.$$.fragment,e),t=!1},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n),_vendor_browser_svelte_internal_index.destroy_component(r)}}}function create_default_slot_2$1(e){var n,r,t,_,o=e[0].percentReportingStr&&create_if_block_6(e),i=e[0].lastUpdatedTimestamp&&e[0].showUpdatedTimestamp&&create_if_block_5(e),l=e[0].percentReportingStr&&0!=e[7]&&create_if_block_4(e);return{c:function(){n=_vendor_browser_svelte_internal_index.element(\"div\"),o&&o.c(),r=_vendor_browser_svelte_internal_index.space(),i&&i.c(),t=_vendor_browser_svelte_internal_index.space(),l&&l.c(),this.h()},l:function(e){n=_vendor_browser_svelte_internal_index.claim_element(e,\"DIV\",{class:!0});var _=_vendor_browser_svelte_internal_index.children(n);o&&o.l(_),r=_vendor_browser_svelte_internal_index.claim_space(_),i&&i.l(_),t=_vendor_browser_svelte_internal_index.claim_space(_),l&&l.l(_),_.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(n,\"class\",\"footer-info-s7AjA1 cnn-pcl-1e0vjke\")},m:function(e,s){_vendor_browser_svelte_internal_index.insert_hydration(e,n,s),o&&o.m(n,null),_vendor_browser_svelte_internal_index.append_hydration(n,r),i&&i.m(n,null),_vendor_browser_svelte_internal_index.append_hydration(n,t),l&&l.m(n,null),_=!0},p:function(e,_){e[0].percentReportingStr?o?(o.p(e,_),1&_&&_vendor_browser_svelte_internal_index.transition_in(o,1)):((o=create_if_block_6(e)).c(),_vendor_browser_svelte_internal_index.transition_in(o,1),o.m(n,r)):o&&(_vendor_browser_svelte_internal_index.group_outros(),_vendor_browser_svelte_internal_index.transition_out(o,1,1,function(){o=null}),_vendor_browser_svelte_internal_index.check_outros()),e[0].lastUpdatedTimestamp&&e[0].showUpdatedTimestamp?i?(i.p(e,_),1&_&&_vendor_browser_svelte_internal_index.transition_in(i,1)):((i=create_if_block_5(e)).c(),_vendor_browser_svelte_internal_index.transition_in(i,1),i.m(n,t)):i&&(_vendor_browser_svelte_internal_index.group_outros(),_vendor_browser_svelte_internal_index.transition_out(i,1,1,function(){i=null}),_vendor_browser_svelte_internal_index.check_outros()),e[0].percentReportingStr&&0!=e[7]?l?(l.p(e,_),129&_&&_vendor_browser_svelte_internal_index.transition_in(l,1)):((l=create_if_block_4(e)).c(),_vendor_browser_svelte_internal_index.transition_in(l,1),l.m(n,null)):l&&(_vendor_browser_svelte_internal_index.group_outros(),_vendor_browser_svelte_internal_index.transition_out(l,1,1,function(){l=null}),_vendor_browser_svelte_internal_index.check_outros())},i:function(e){_||(_vendor_browser_svelte_internal_index.transition_in(o),_vendor_browser_svelte_internal_index.transition_in(i),_vendor_browser_svelte_internal_index.transition_in(l),_=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(o),_vendor_browser_svelte_internal_index.transition_out(i),_vendor_browser_svelte_internal_index.transition_out(l),_=!1},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n),o&&o.d(),i&&i.d(),l&&l.d()}}}function create_if_block_2(e){var n,r,t=e[6]&&create_if_block_3(e);return{c:function(){n=_vendor_browser_svelte_internal_index.element(\"div\"),t&&t.c(),this.h()},l:function(e){n=_vendor_browser_svelte_internal_index.claim_element(e,\"DIV\",{class:!0});var r=_vendor_browser_svelte_internal_index.children(n);t&&t.l(r),r.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(n,\"class\",\"icons-1_eqvG cnn-pcl-1e0vjke\")},m:function(e,_){_vendor_browser_svelte_internal_index.insert_hydration(e,n,_),t&&t.m(n,null),r=!0},p:function(e,r){e[6]?t?(t.p(e,r),64&r&&_vendor_browser_svelte_internal_index.transition_in(t,1)):((t=create_if_block_3(e)).c(),_vendor_browser_svelte_internal_index.transition_in(t,1),t.m(n,null)):t&&(_vendor_browser_svelte_internal_index.group_outros(),_vendor_browser_svelte_internal_index.transition_out(t,1,1,function(){t=null}),_vendor_browser_svelte_internal_index.check_outros())},i:function(e){r||(_vendor_browser_svelte_internal_index.transition_in(t),r=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(t),r=!1},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n),t&&t.d()}}}function create_if_block_3(e){var n,r;return n=new _lib_sdk_browser__externalConfig_featureFlags_FeatureFlag_svelte.FeatureFlag({props:{feature:e[13],from:e[2],$$slots:{default:[create_default_slot_1$1]},$$scope:{ctx:e}}}),{c:function(){_vendor_browser_svelte_internal_index.create_component(n.$$.fragment)},l:function(e){_vendor_browser_svelte_internal_index.claim_component(n.$$.fragment,e)},m:function(e,t){_vendor_browser_svelte_internal_index.mount_component(n,e,t),r=!0},p:function(e,r){var t={};4&r&&(t.from=e[2]),524288&r&&(t.$$scope={dirty:r,ctx:e}),n.$set(t)},i:function(e){r||(_vendor_browser_svelte_internal_index.transition_in(n.$$.fragment,e),r=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(n.$$.fragment,e),r=!1},d:function(e){_vendor_browser_svelte_internal_index.destroy_component(n,e)}}}function create_default_slot_1$1(e){var n,r,t,_,o;return{c:function(){n=_vendor_browser_svelte_internal_index.element(\"span\"),r=_vendor_browser_svelte_internal_index.element(\"div\"),t=_vendor_browser_svelte_internal_index.space(),_=_vendor_browser_svelte_internal_index.element(\"div\"),o=_vendor_browser_svelte_internal_index.text(\"Key Race\"),this.h()},l:function(e){n=_vendor_browser_svelte_internal_index.claim_element(e,\"SPAN\",{class:!0});var i=_vendor_browser_svelte_internal_index.children(n);r=_vendor_browser_svelte_internal_index.claim_element(i,\"DIV\",{class:!0}),_vendor_browser_svelte_internal_index.children(r).forEach(_vendor_browser_svelte_internal_index.detach),t=_vendor_browser_svelte_internal_index.claim_space(i),_=_vendor_browser_svelte_internal_index.claim_element(i,\"DIV\",{class:!0});var l=_vendor_browser_svelte_internal_index.children(_);o=_vendor_browser_svelte_internal_index.claim_text(l,\"Key Race\"),l.forEach(_vendor_browser_svelte_internal_index.detach),i.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(r,\"class\",\"keyrace-1GBW9N cnn-pcl-1e0vjke\"),_vendor_browser_svelte_internal_index.attr(_,\"class\",\"label-1xyB8i cnn-pcl-1e0vjke\"),_vendor_browser_svelte_internal_index.attr(n,\"class\",\"icon-wrapper-3HzsYP cnn-pcl-1e0vjke\")},m:function(e,i){_vendor_browser_svelte_internal_index.insert_hydration(e,n,i),_vendor_browser_svelte_internal_index.append_hydration(n,r),_vendor_browser_svelte_internal_index.append_hydration(n,t),_vendor_browser_svelte_internal_index.append_hydration(n,_),_vendor_browser_svelte_internal_index.append_hydration(_,o)},p:_vendor_browser_svelte_internal_index.noop,d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n)}}}function create_if_block_1$1(e){var n,r;return n=new _lib_sdk_browser__externalConfig_featureFlags_FeatureFlag_svelte.FeatureFlag({props:{feature:e[17],$$slots:{default:[create_default_slot$1]},$$scope:{ctx:e}}}),{c:function(){_vendor_browser_svelte_internal_index.create_component(n.$$.fragment)},l:function(e){_vendor_browser_svelte_internal_index.claim_component(n.$$.fragment,e)},m:function(e,t){_vendor_browser_svelte_internal_index.mount_component(n,e,t),r=!0},p:function(e,r){var t={};524344&r&&(t.$$scope={dirty:r,ctx:e}),n.$set(t)},i:function(e){r||(_vendor_browser_svelte_internal_index.transition_in(n.$$.fragment,e),r=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(n.$$.fragment,e),r=!1},d:function(e){_vendor_browser_svelte_internal_index.destroy_component(n,e)}}}function create_default_slot$1(e){var n,r,t;return{c:function(){n=_vendor_browser_svelte_internal_index.element(\"a\"),r=_vendor_browser_svelte_internal_index.text(e[4]),this.h()},l:function(t){n=_vendor_browser_svelte_internal_index.claim_element(t,\"A\",{href:!0,\"data-testid\":!0,alt:!0,class:!0});var _=_vendor_browser_svelte_internal_index.children(n);r=_vendor_browser_svelte_internal_index.claim_text(_,e[4]),_.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(n,\"href\",e[3]),_vendor_browser_svelte_internal_index.attr(n,\"data-testid\",\"footerlink\"),_vendor_browser_svelte_internal_index.attr(n,\"alt\",t=e[5]+\" Race Details\"),_vendor_browser_svelte_internal_index.attr(n,\"class\",\"cnn-pcl-1e0vjke\")},m:function(e,t){_vendor_browser_svelte_internal_index.insert_hydration(e,n,t),_vendor_browser_svelte_internal_index.append_hydration(n,r)},p:function(e,_){16&_&&_vendor_browser_svelte_internal_index.set_data(r,e[4]),8&_&&_vendor_browser_svelte_internal_index.attr(n,\"href\",e[3]),32&_&&t!==(t=e[5]+\" Race Details\")&&_vendor_browser_svelte_internal_index.attr(n,\"alt\",t)},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n)}}}function create_fragment$1(e){var n,r,t=e[8]!==_lib_browser_common_constants_editorialElectionModes.EditorialMode.Before&&create_if_block$1(e);return{c:function(){t&&t.c(),n=_vendor_browser_svelte_internal_index.empty()},l:function(e){t&&t.l(e),n=_vendor_browser_svelte_internal_index.empty()},m:function(e,_){t&&t.m(e,_),_vendor_browser_svelte_internal_index.insert_hydration(e,n,_),r=!0},p:function(e,r){var _=_slicedToArray(r,1)[0];e[8]!==_lib_browser_common_constants_editorialElectionModes.EditorialMode.Before?t?(t.p(e,_),256&_&&_vendor_browser_svelte_internal_index.transition_in(t,1)):((t=create_if_block$1(e)).c(),_vendor_browser_svelte_internal_index.transition_in(t,1),t.m(n.parentNode,n)):t&&(_vendor_browser_svelte_internal_index.group_outros(),_vendor_browser_svelte_internal_index.transition_out(t,1,1,function(){t=null}),_vendor_browser_svelte_internal_index.check_outros())},i:function(e){r||(_vendor_browser_svelte_internal_index.transition_in(t),r=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(t),r=!1},d:function(e){t&&t.d(e),e&&_vendor_browser_svelte_internal_index.detach(n)}}}function instance$1(e,n,r){var t,_,o,i=n.result,l=void 0===i?null:i,s=n.variations,a=void 0===s?[]:s,d=n.from,c=void 0===d?\"\":d,v=n.footerLinkHref,u=void 0===v?\"\":v,f=n.footerLinkText,b=void 0===f?\"\":f,p=n.altText,x=void 0===p?\"\":p,w=n.hasKeyRaceInHouseDistricts,m=void 0!==w&&w,h=n.pollInterval,$=void 0===h?10:h,g=n.mode,y=void 0===g?_lib_browser_common_constants_editorialElectionModes.DEFAULT_EDITORIAL_MODE:g,k=n.isStacked,C=void 0!==k&&k,T=_lib_sdk_browser__externalConfig_featureFlags_constants_ts.features.KEY_RACE,E=_lib_sdk_browser__externalConfig_featureFlags_constants_ts.features.LAST_UPDATED_TIMESTAMP,F=_lib_sdk_browser__externalConfig_featureFlags_constants_ts.features.NEXT_UPDATE_TIMER,A=_lib_sdk_browser__externalConfig_featureFlags_constants_ts.features.PERCENT_REPORTING,R=_lib_sdk_browser__externalConfig_featureFlags_constants_ts.features.CRM_FOOTER_LINK,O=_lib_sdk_browser__externalConfig_featureFlags_constants_ts.features.CRM_FOOTER;return e.$$set=function(e){\"result\"in e&&r(0,l=e.result),\"variations\"in e&&r(1,a=e.variations),\"from\"in e&&r(2,c=e.from),\"footerLinkHref\"in e&&r(3,u=e.footerLinkHref),\"footerLinkText\"in e&&r(4,b=e.footerLinkText),\"altText\"in e&&r(5,x=e.altText),\"hasKeyRaceInHouseDistricts\"in e&&r(6,m=e.hasKeyRaceInHouseDistricts),\"pollInterval\"in e&&r(7,$=e.pollInterval),\"mode\"in e&&r(8,y=e.mode),\"isStacked\"in e&&r(9,C=e.isStacked)},e.$$.update=function(){1&e.$$.dirty&&r(12,t=\"Est. vote in: \".concat(l.percentReportingStr,\"%\")),1&e.$$.dirty&&r(11,_=\"Updated \".concat(l.lastUpdatedTimestamp)),67&e.$$.dirty&&r(10,o=a.includes(_lib_browser_common_constants_componentVariations.VARIATIONS.EMBEDDED)&&(l.isSwitch||m))},[l,a,c,u,b,x,m,$,y,C,o,_,t,T,E,F,A,R,O]}var CoreResultFooter=function(e){_inherits$1(r,_vendor_browser_svelte_internal_index.SvelteComponent);var n=_createSuper$1(r);function r(e){var t;return _classCallCheck$1(this,r),t=n.call(this),_vendor_browser_svelte_internal_index.init(_assertThisInitialized$1(t),e,instance$1,create_fragment$1,_vendor_browser_svelte_internal_index.safe_not_equal,{result:0,variations:1,from:2,footerLinkHref:3,footerLinkText:4,altText:5,hasKeyRaceInHouseDistricts:6,pollInterval:7,mode:8,isStacked:9},add_css$1),t}return r}();function _assertThisInitialized(e){if(void 0===e)throw new ReferenceError(\"this hasn\\'t been initialised - super() hasn\\'t been called\");return e}function _classCallCheck(e,n){if(!(e instanceof n))throw new TypeError(\"Cannot call a class as a function\")}function _getPrototypeOf(e){return(_getPrototypeOf=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function _inherits(e,n){if(\"function\"!=typeof n&&null!==n)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(n&&n.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),n&&_setPrototypeOf(e,n)}function _possibleConstructorReturn(e,n){return!n||\"object\"!==_typeof(n)&&\"function\"!=typeof n?_assertThisInitialized(e):n}function _setPrototypeOf(e,n){return(_setPrototypeOf=Object.setPrototypeOf||function(e,n){return e.__proto__=n,e})(e,n)}var _typeof=function(e){return e&&\"undefined\"!=typeof Symbol&&e.constructor===Symbol?\"symbol\":typeof e};function _isNativeReflectConstruct(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function _createSuper(e){var n=_isNativeReflectConstruct();return function(){var r,t=_getPrototypeOf(e);if(n){var _=_getPrototypeOf(this).constructor;r=Reflect.construct(t,arguments,_)}else r=t.apply(this,arguments);return _possibleConstructorReturn(this,r)}}function add_css(e){_vendor_browser_svelte_internal_index.append_styles(e,\"cnn-pcl-1hnl3l7\",\\'article.cnn-pcl-1hnl3l7{border:1px solid #e6e6e6;border-radius:4px;position:relative;display:grid;background:#fff;grid-template-areas:\"header header\" \"results results\" \"footer footer\"}article.called-r39uAo.cnn-pcl-1hnl3l7::before{content:\"\";height:8px;width:calc(100% + 2px);margin-left:-1px;margin-top:-1px;border-top-left-radius:4px;border-top-right-radius:4px;position:absolute;top:0;left:0;background:var(--winnerPartyColor)}.cta-wrapper-1GPRid.cnn-pcl-1hnl3l7{display:flex;justify-content:flex-end;margin-top:10px}.cta-wrapper-1GPRid.cnn-pcl-1hnl3l7>a{text-decoration:none;border:1px solid #262626;border-radius:5px;color:#0c0c0c;padding:7px 28px;font-size:16px;font-family:cnn_sans_display, helveticaneue, Helvetica, Arial, Utkal, sans-serif;font-weight:400;margin-right:5px}.cta-wrapper-1GPRid.cnn-pcl-1hnl3l7>a:last-of-type{margin-right:0}\\')}function get_context(e){var n=e[26](e[29][e[24]]);e[30]=n}function get_each_context(e,n,r){var t=e.slice();return t[31]=n[r],t}function create_if_block(e){var n,r;return n=new _lib_sdk_browser__externalConfig_ContextProvider_svelte.ContextProvider({props:{features:[e[23],e[24],e[25]],configurables:[e[22]],root:{candidates:e[17]},from:e[5],$$slots:{default:[create_default_slot_1,function(e){return{28:e.configContext,29:e.featureFlagContext}},function(e){return[(e.configContext?268435456:0)|(e.featureFlagContext?536870912:0)]}]},$$scope:{ctx:e}}}),{c:function(){_vendor_browser_svelte_internal_index.create_component(n.$$.fragment)},l:function(e){_vendor_browser_svelte_internal_index.claim_component(n.$$.fragment,e)},m:function(e,t){_vendor_browser_svelte_internal_index.mount_component(n,e,t),r=!0},p:function(e,r){var t={};131072&r[0]&&(t.root={candidates:e[17]}),32&r[0]&&(t.from=e[5]),809271295&r[0]|8&r[1]&&(t.$$scope={dirty:r,ctx:e}),n.$set(t)},i:function(e){r||(_vendor_browser_svelte_internal_index.transition_in(n.$$.fragment,e),r=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(n.$$.fragment,e),r=!1},d:function(e){_vendor_browser_svelte_internal_index.destroy_component(n,e)}}}function create_if_block_1(e){for(var n,r,t=e[6],_=[],o=0;o<t.length;o+=1)_[o]=create_each_block(get_each_context(e,t,o));var i=function(e){return _vendor_browser_svelte_internal_index.transition_out(_[e],1,1,function(){_[e]=null})};return{c:function(){n=_vendor_browser_svelte_internal_index.element(\"div\");for(var e=0;e<_.length;e+=1)_[e].c();this.h()},l:function(e){n=_vendor_browser_svelte_internal_index.claim_element(e,\"DIV\",{class:!0});for(var r=_vendor_browser_svelte_internal_index.children(n),t=0;t<_.length;t+=1)_[t].l(r);r.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(n,\"class\",\"cta-wrapper-1GPRid cnn-pcl-1hnl3l7\")},m:function(e,t){_vendor_browser_svelte_internal_index.insert_hydration(e,n,t);for(var o=0;o<_.length;o+=1)_[o].m(n,null);r=!0},p:function(e,r){if(64&r[0]){var o;for(t=e[6],o=0;o<t.length;o+=1){var l=get_each_context(e,t,o);_[o]?(_[o].p(l,r),_vendor_browser_svelte_internal_index.transition_in(_[o],1)):(_[o]=create_each_block(l),_[o].c(),_vendor_browser_svelte_internal_index.transition_in(_[o],1),_[o].m(n,null))}for(_vendor_browser_svelte_internal_index.group_outros(),o=t.length;o<_.length;o+=1)i(o);_vendor_browser_svelte_internal_index.check_outros()}},i:function(e){if(!r){for(var n=0;n<t.length;n+=1)_vendor_browser_svelte_internal_index.transition_in(_[n]);r=!0}},o:function(e){_=_.filter(Boolean);for(var n=0;n<_.length;n+=1)_vendor_browser_svelte_internal_index.transition_out(_[n]);r=!1},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n),_vendor_browser_svelte_internal_index.destroy_each(_,e)}}}function create_default_slot_2(e){var n,r,t=e[31].label+\"\";return{c:function(){n=_vendor_browser_svelte_internal_index.text(t),r=_vendor_browser_svelte_internal_index.space()},l:function(e){n=_vendor_browser_svelte_internal_index.claim_text(e,t),r=_vendor_browser_svelte_internal_index.claim_space(e)},m:function(e,t){_vendor_browser_svelte_internal_index.insert_hydration(e,n,t),_vendor_browser_svelte_internal_index.insert_hydration(e,r,t)},p:function(e,r){64&r[0]&&t!==(t=e[31].label+\"\")&&_vendor_browser_svelte_internal_index.set_data(n,t)},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n),e&&_vendor_browser_svelte_internal_index.detach(r)}}}function create_each_block(e){var n,r;return n=new _lib_browser_common_helpers_analytics_TrackedLink_svelte.TrackedLink({props:{href:e[31].href,$$slots:{default:[create_default_slot_2]},$$scope:{ctx:e}}}),{c:function(){_vendor_browser_svelte_internal_index.create_component(n.$$.fragment)},l:function(e){_vendor_browser_svelte_internal_index.claim_component(n.$$.fragment,e)},m:function(e,t){_vendor_browser_svelte_internal_index.mount_component(n,e,t),r=!0},p:function(e,r){var t={};64&r[0]&&(t.href=e[31].href),64&r[0]|8&r[1]&&(t.$$scope={dirty:r,ctx:e}),n.$set(t)},i:function(e){r||(_vendor_browser_svelte_internal_index.transition_in(n.$$.fragment,e),r=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(n.$$.fragment,e),r=!1},d:function(e){_vendor_browser_svelte_internal_index.destroy_component(n,e)}}}function create_default_slot_1(e){var n,r,t,_,o,i,l,s,a;get_context(e);var d,c,v=Array.isArray(e[6])&&e[6].length>0;r=new CoreResultHeader({props:{mode:e[30],result:e[2],title:e[0],isEmbed:e[14],winnerPartyColor:_lib_sdk_browser__externalConfig_configInterpreters_getWinnerPartyColor_ts.getWinnerPartyColor(e[2],e[28][e[22]]),titleHref:e[3],from:e[5],isNotFollowableCRM:e[11],editorialContent:e[2].editorialContent||e[13],totalDelegatesAtStake:e[18],electoralVoteCount:e[20],electoralVotesCandidates:e[21],formattedDelegateType:e[19]}}),_=new CoreResultTable({props:{mode:e[30],result:e[2],hideDropdownTreatment:e[29][e[25]],theme:e[28][e[22]],winnerPartyColor:_lib_sdk_browser__externalConfig_configInterpreters_getWinnerPartyColor_ts.getWinnerPartyColor(e[2],e[28][e[22]]),candidateText:e[4],candidateRowsToShow:e[1],runoffInformationalText:e[7],projectedWinnerText:e[8],from:e[5]}}),i=new CoreResultFooter({props:{mode:e[30],result:e[2],from:e[5],footerLinkHref:e[10],footerLinkText:e[9],altText:e[0]||_vendor_browser_lodash_lodash.lodash.get(e[2],\"title\",\"\"),pollInterval:e[12]}});var u=v&&create_if_block_1(e);return{c:function(){n=_vendor_browser_svelte_internal_index.element(\"article\"),_vendor_browser_svelte_internal_index.create_component(r.$$.fragment),t=_vendor_browser_svelte_internal_index.space(),_vendor_browser_svelte_internal_index.create_component(_.$$.fragment),o=_vendor_browser_svelte_internal_index.space(),_vendor_browser_svelte_internal_index.create_component(i.$$.fragment),a=_vendor_browser_svelte_internal_index.space(),u&&u.c(),d=_vendor_browser_svelte_internal_index.empty(),this.h()},l:function(e){n=_vendor_browser_svelte_internal_index.claim_element(e,\"ARTICLE\",{\"data-mode\":!0,class:!0,style:!0});var l=_vendor_browser_svelte_internal_index.children(n);_vendor_browser_svelte_internal_index.claim_component(r.$$.fragment,l),t=_vendor_browser_svelte_internal_index.claim_space(l),_vendor_browser_svelte_internal_index.claim_component(_.$$.fragment,l),o=_vendor_browser_svelte_internal_index.claim_space(l),_vendor_browser_svelte_internal_index.claim_component(i.$$.fragment,l),l.forEach(_vendor_browser_svelte_internal_index.detach),a=_vendor_browser_svelte_internal_index.claim_space(e),u&&u.l(e),d=_vendor_browser_svelte_internal_index.empty(),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(n,\"data-mode\",l=e[30]),_vendor_browser_svelte_internal_index.attr(n,\"class\",\"core-result cnn-pcl-1hnl3l7\"),_vendor_browser_svelte_internal_index.attr(n,\"style\",s=_lib_browser_common_helpers_cssvars.cssvars({winnerPartyColor:_lib_sdk_browser__externalConfig_configInterpreters_getWinnerPartyColor_ts.getWinnerPartyColor(e[2],e[28][e[22]])})),_vendor_browser_svelte_internal_index.toggle_class(n,\"called-r39uAo\",!e[29][e[23]]&&!!e[2].winner&&e[30]!=_lib_browser_common_constants_editorialElectionModes.EditorialMode.Before)},m:function(e,l){_vendor_browser_svelte_internal_index.insert_hydration(e,n,l),_vendor_browser_svelte_internal_index.mount_component(r,n,null),_vendor_browser_svelte_internal_index.append_hydration(n,t),_vendor_browser_svelte_internal_index.mount_component(_,n,null),_vendor_browser_svelte_internal_index.append_hydration(n,o),_vendor_browser_svelte_internal_index.mount_component(i,n,null),_vendor_browser_svelte_internal_index.insert_hydration(e,a,l),u&&u.m(e,l),_vendor_browser_svelte_internal_index.insert_hydration(e,d,l),c=!0},p:function(e,t){get_context(e);var o={};536870912&t[0]&&(o.mode=e[30]),4&t[0]&&(o.result=e[2]),1&t[0]&&(o.title=e[0]),16384&t[0]&&(o.isEmbed=e[14]),268435460&t[0]&&(o.winnerPartyColor=_lib_sdk_browser__externalConfig_configInterpreters_getWinnerPartyColor_ts.getWinnerPartyColor(e[2],e[28][e[22]])),8&t[0]&&(o.titleHref=e[3]),32&t[0]&&(o.from=e[5]),2048&t[0]&&(o.isNotFollowableCRM=e[11]),8196&t[0]&&(o.editorialContent=e[2].editorialContent||e[13]),262144&t[0]&&(o.totalDelegatesAtStake=e[18]),1048576&t[0]&&(o.electoralVoteCount=e[20]),2097152&t[0]&&(o.electoralVotesCandidates=e[21]),524288&t[0]&&(o.formattedDelegateType=e[19]),r.$set(o);var a={};536870912&t[0]&&(a.mode=e[30]),4&t[0]&&(a.result=e[2]),536870912&t[0]&&(a.hideDropdownTreatment=e[29][e[25]]),268435456&t[0]&&(a.theme=e[28][e[22]]),268435460&t[0]&&(a.winnerPartyColor=_lib_sdk_browser__externalConfig_configInterpreters_getWinnerPartyColor_ts.getWinnerPartyColor(e[2],e[28][e[22]])),16&t[0]&&(a.candidateText=e[4]),2&t[0]&&(a.candidateRowsToShow=e[1]),128&t[0]&&(a.runoffInformationalText=e[7]),256&t[0]&&(a.projectedWinnerText=e[8]),32&t[0]&&(a.from=e[5]),_.$set(a);var f={};536870912&t[0]&&(f.mode=e[30]),4&t[0]&&(f.result=e[2]),32&t[0]&&(f.from=e[5]),1024&t[0]&&(f.footerLinkHref=e[10]),512&t[0]&&(f.footerLinkText=e[9]),5&t[0]&&(f.altText=e[0]||_vendor_browser_lodash_lodash.lodash.get(e[2],\"title\",\"\")),4096&t[0]&&(f.pollInterval=e[12]),i.$set(f),(!c||536870912&t[0]&&l!==(l=e[30]))&&_vendor_browser_svelte_internal_index.attr(n,\"data-mode\",l),(!c||268435460&t[0]&&s!==(s=_lib_browser_common_helpers_cssvars.cssvars({winnerPartyColor:_lib_sdk_browser__externalConfig_configInterpreters_getWinnerPartyColor_ts.getWinnerPartyColor(e[2],e[28][e[22]])})))&&_vendor_browser_svelte_internal_index.attr(n,\"style\",s),629145604&t[0]&&_vendor_browser_svelte_internal_index.toggle_class(n,\"called-r39uAo\",!e[29][e[23]]&&!!e[2].winner&&e[30]!=_lib_browser_common_constants_editorialElectionModes.EditorialMode.Before),64&t[0]&&(v=Array.isArray(e[6])&&e[6].length>0),v?u?(u.p(e,t),64&t[0]&&_vendor_browser_svelte_internal_index.transition_in(u,1)):((u=create_if_block_1(e)).c(),_vendor_browser_svelte_internal_index.transition_in(u,1),u.m(d.parentNode,d)):u&&(_vendor_browser_svelte_internal_index.group_outros(),_vendor_browser_svelte_internal_index.transition_out(u,1,1,function(){u=null}),_vendor_browser_svelte_internal_index.check_outros())},i:function(e){c||(_vendor_browser_svelte_internal_index.transition_in(r.$$.fragment,e),_vendor_browser_svelte_internal_index.transition_in(_.$$.fragment,e),_vendor_browser_svelte_internal_index.transition_in(i.$$.fragment,e),_vendor_browser_svelte_internal_index.transition_in(u),c=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(r.$$.fragment,e),_vendor_browser_svelte_internal_index.transition_out(_.$$.fragment,e),_vendor_browser_svelte_internal_index.transition_out(i.$$.fragment,e),_vendor_browser_svelte_internal_index.transition_out(u),c=!1},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n),_vendor_browser_svelte_internal_index.destroy_component(r),_vendor_browser_svelte_internal_index.destroy_component(_),_vendor_browser_svelte_internal_index.destroy_component(i),e&&_vendor_browser_svelte_internal_index.detach(a),u&&u.d(e),e&&_vendor_browser_svelte_internal_index.detach(d)}}}function create_default_slot(e){var n,r,t=e[2]&&create_if_block(e);return{c:function(){t&&t.c(),n=_vendor_browser_svelte_internal_index.empty()},l:function(e){t&&t.l(e),n=_vendor_browser_svelte_internal_index.empty()},m:function(e,_){t&&t.m(e,_),_vendor_browser_svelte_internal_index.insert_hydration(e,n,_),r=!0},p:function(e,r){e[2]?t?(t.p(e,r),4&r[0]&&_vendor_browser_svelte_internal_index.transition_in(t,1)):((t=create_if_block(e)).c(),_vendor_browser_svelte_internal_index.transition_in(t,1),t.m(n.parentNode,n)):t&&(_vendor_browser_svelte_internal_index.group_outros(),_vendor_browser_svelte_internal_index.transition_out(t,1,1,function(){t=null}),_vendor_browser_svelte_internal_index.check_outros())},i:function(e){r||(_vendor_browser_svelte_internal_index.transition_in(t),r=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(t),r=!1},d:function(e){t&&t.d(e),e&&_vendor_browser_svelte_internal_index.detach(n)}}}function create_fragment(e){var n,r;return n=new _lib_browser_common_components_conditionalWrappers_ConditionalAnchorTagWrapper_svelte.ConditionalAnchorTagWrapper({props:{href:e[15],alt:e[16],$$slots:{default:[create_default_slot]},$$scope:{ctx:e}}}),{c:function(){_vendor_browser_svelte_internal_index.create_component(n.$$.fragment)},l:function(e){_vendor_browser_svelte_internal_index.claim_component(n.$$.fragment,e)},m:function(e,t){_vendor_browser_svelte_internal_index.mount_component(n,e,t),r=!0},p:function(e,r){var t={};32768&r[0]&&(t.href=e[15]),65536&r[0]&&(t.alt=e[16]),4095999&r[0]|8&r[1]&&(t.$$scope={dirty:r,ctx:e}),n.$set(t)},i:function(e){r||(_vendor_browser_svelte_internal_index.transition_in(n.$$.fragment,e),r=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(n.$$.fragment,e),r=!1},d:function(e){_vendor_browser_svelte_internal_index.destroy_component(n,e)}}}function instance(e,n,r){var t,_,o,i,l=n.title,s=void 0===l?null:l,a=n.candidateRowsToShow,d=void 0===a?null:a,c=n.result,v=void 0===c?null:c,u=n.titleHref,f=void 0===u?\"\":u,b=n.candidateText,p=void 0===b?void 0:b,x=n.from,w=void 0===x?\"\":x,m=n.buttons,h=void 0===m?[]:m,$=n.runoffInformationalText,g=void 0===$?_lib_browser_common_constants_projectionTexts.RUNOFF_INFORMATIONAL_TEXT:$,y=n.projectedWinnerText,k=void 0===y?_lib_browser_common_constants_projectionTexts.PROJECTED_WINNER_TEXT:y,C=n.footerLinkText,T=void 0===C?\"\":C,E=n.footerLinkHref,F=void 0===E?\"\":E,A=n.isNotFollowableCRM,R=void 0!==A&&A,O=n.pollInterval,S=void 0===O?10:O,j=n.overrideEditorialMode,P=void 0===j?null:j,I=n.editorialContent,D=void 0===I?\"\":I,L=n.isEmbed,N=void 0!==L&&L,M=n.href,H=void 0===M?\"\":M,V=n.alt,z=void 0===V?\"\":V,U=_lib_sdk_browser__externalConfig_configInterpreters_constants_ts.configLayers.ELECTION_THEME,W=_lib_sdk_browser__externalConfig_featureFlags_constants_ts.features.PROJECTED_WINNER,B=_lib_sdk_browser__externalConfig_featureFlags_constants_ts.features.DURING_MODE,q=_lib_sdk_browser__externalConfig_featureFlags_constants_ts.features.DROP_OUT_TREATMENT,Y=[];return e.$$set=function(e){\"title\"in e&&r(0,s=e.title),\"candidateRowsToShow\"in e&&r(1,d=e.candidateRowsToShow),\"result\"in e&&r(2,v=e.result),\"titleHref\"in e&&r(3,f=e.titleHref),\"candidateText\"in e&&r(4,p=e.candidateText),\"from\"in e&&r(5,w=e.from),\"buttons\"in e&&r(6,h=e.buttons),\"runoffInformationalText\"in e&&r(7,g=e.runoffInformationalText),\"projectedWinnerText\"in e&&r(8,k=e.projectedWinnerText),\"footerLinkText\"in e&&r(9,T=e.footerLinkText),\"footerLinkHref\"in e&&r(10,F=e.footerLinkHref),\"isNotFollowableCRM\"in e&&r(11,R=e.isNotFollowableCRM),\"pollInterval\"in e&&r(12,S=e.pollInterval),\"overrideEditorialMode\"in e&&r(27,P=e.overrideEditorialMode),\"editorialContent\"in e&&r(13,D=e.editorialContent),\"isEmbed\"in e&&r(14,N=e.isEmbed),\"href\"in e&&r(15,H=e.href),\"alt\"in e&&r(16,z=e.alt)},e.$$.update=function(){131076&e.$$.dirty[0]&&(r(17,Y=_vendor_browser_lodash_lodash.lodash.get(v,\"candidates\",[])),r(18,t=null==v?void 0:v.totalDelegatesAtStake),r(19,_=v?makeFormattedDelegateType(v):\"\"),r(20,o=null==v?void 0:v.electoralVotes),r(21,i=makeElectoralVotesCandidates(Y)))},[s,d,v,f,p,w,h,g,k,T,F,R,S,D,N,H,z,Y,t,_,o,i,U,W,B,q,function(e){return P||_lib_browser_common_helpers_editorialMode.editorialModeSelector(e)},P]}var CoreResult=function(e){_inherits(r,_vendor_browser_svelte_internal_index.SvelteComponent);var n=_createSuper(r);function r(e){var t;return _classCallCheck(this,r),t=n.call(this),_vendor_browser_svelte_internal_index.init(_assertThisInitialized(t),e,instance,create_fragment,_vendor_browser_svelte_internal_index.safe_not_equal,{title:0,candidateRowsToShow:1,result:2,titleHref:3,candidateText:4,from:5,buttons:6,runoffInformationalText:7,projectedWinnerText:8,footerLinkText:9,footerLinkHref:10,isNotFollowableCRM:11,pollInterval:12,overrideEditorialMode:27,editorialContent:13,isEmbed:14,href:15,alt:16},add_css,[-1,-1]),t}return r}(),CoreResult$1=CoreResult;exports.CoreResult=CoreResult$1,exports.CoreResultFooter=CoreResultFooter,exports.CoreResultHeader=CoreResultHeader,exports.CoreResultTable=CoreResultTable,exports.makeElectoralVotesCandidates=makeElectoralVotesCandidates,exports.makeFormattedDelegateType=makeFormattedDelegateType;\\n}, {\"548\":548,\"569\":569,\"570\":570,\"583\":583,\"584\":584,\"609\":609,\"610\":610,\"612\":612,\"613\":613,\"614\":614,\"634\":634,\"637\":637,\"640\":640,\"646\":646,\"652\":652,\"673\":673,\"692\":692,\"694\":694,\"699\":699,\"717\":717,\"726\":726,\"752\":752,\"755\":755,\"2273\":2273,\"2283\":2283,\"2288\":2288}];\\nwindow.modules[\"2291\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_svelte_internal_index=require(548),_lib_browser_common_components_mediaQuery_MediaQueryWrapper_svelte=require(607),_lib_sdk_browser__externalConfig_ContextProvider_svelte=require(610),_lib_browser_common_helpers_cssvars=require(612),toolTip_lib_browser=require(2277),_lib_sdk_browser__externalConfig_featureFlags_constants_ts=require(726),_lib_sdk_browser__externalConfig_featureFlags_FeatureFlag_svelte=require(755),balanceOfPower_lib_browser=require(2257),icons_lib_browser=require(634),electoralVotesCardGroup_lib_browser=require(2282),_lib_browser_common_components_conditionalWrappers_ConditionalAnchorTagWrapper_svelte=require(584),_vendor_browser_lodash_get=require(569),_vendor_browser_lodash_cloneDeep=require(735),_lib_sdk_browser__externalConfig_configInterpreters_getBopBarCheckmarkColor_ts=require(746),_lib_browser_common_constants_baseUrls=require(635),_lib_browser_common_types_ui_UiTypes=require(650),_lib_sdk_browser__externalConfig_configInterpreters_getColor_ts=require(614),_lib_sdk_browser__externalConfig_configInterpreters_constants_ts=require(613),_lib_browser_common_components_mediaQuery_constants=require(608);function _arrayLikeToArray$9(e,n){(null==n||n>e.length)&&(n=e.length);for(var r=0,t=new Array(n);r<n;r++)t[r]=e[r];return t}function _arrayWithHoles$8(e){if(Array.isArray(e))return e}function _assertThisInitialized$8(e){if(void 0===e)throw new ReferenceError(\"this hasn\\'t been initialised - super() hasn\\'t been called\");return e}function _classCallCheck$8(e,n){if(!(e instanceof n))throw new TypeError(\"Cannot call a class as a function\")}function _getPrototypeOf$8(e){return(_getPrototypeOf$8=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function _inherits$8(e,n){if(\"function\"!=typeof n&&null!==n)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(n&&n.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),n&&_setPrototypeOf$8(e,n)}function _iterableToArrayLimit$8(e,n){var r=null==e?null:\"undefined\"!=typeof Symbol&&e[Symbol.iterator]||e[\"@@iterator\"];if(null!=r){var t,_,o=[],i=!0,l=!1;try{for(r=r.call(e);!(i=(t=r.next()).done)&&(o.push(t.value),!n||o.length!==n);i=!0);}catch(e){l=!0,_=e}finally{try{i||null==r.return||r.return()}finally{if(l)throw _}}return o}}function _nonIterableRest$8(){throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\\\\\\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}function _possibleConstructorReturn$8(e,n){return!n||\"object\"!==_typeof$8(n)&&\"function\"!=typeof n?_assertThisInitialized$8(e):n}function _setPrototypeOf$8(e,n){return(_setPrototypeOf$8=Object.setPrototypeOf||function(e,n){return e.__proto__=n,e})(e,n)}function _slicedToArray$8(e,n){return _arrayWithHoles$8(e)||_iterableToArrayLimit$8(e,n)||_unsupportedIterableToArray$9(e,n)||_nonIterableRest$8()}var _typeof$8=function(e){return e&&\"undefined\"!=typeof Symbol&&e.constructor===Symbol?\"symbol\":typeof e};function _unsupportedIterableToArray$9(e,n){if(e){if(\"string\"==typeof e)return _arrayLikeToArray$9(e,n);var r=Object.prototype.toString.call(e).slice(8,-1);return\"Object\"===r&&e.constructor&&(r=e.constructor.name),\"Map\"===r||\"Set\"===r?Array.from(r):\"Arguments\"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?_arrayLikeToArray$9(e,n):void 0}}function _isNativeReflectConstruct$8(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function _createSuper$8(e){var n=_isNativeReflectConstruct$8();return function(){var r,t=_getPrototypeOf$8(e);if(n){var _=_getPrototypeOf$8(this).constructor;r=Reflect.construct(t,arguments,_)}else r=t.apply(this,arguments);return _possibleConstructorReturn$8(this,r)}}function add_css$4(e){_vendor_browser_svelte_internal_index.append_styles(e,\"cnn-pcl-n1h9q1\",\\'.threshold__container-2X5c09.cnn-pcl-n1h9q1.cnn-pcl-n1h9q1{background:#fff;font-family:cnn_sans_display, helveticaneue, Helvetica, Arial, Utkal, sans-serif;font-weight:400;color:#000}.threshold__container-2X5c09.cnn-pcl-n1h9q1 .threshold__label-Sv6nxT.cnn-pcl-n1h9q1{font-size:14px;left:var(--thresholdPercentage);transform:translate(calc(var(--thresholdPercentage) * -1));bottom:var(--thresholdVerticalOffset);width:115px;text-align:center;z-index:1;line-height:1.2}.threshold__container-2X5c09.cnn-pcl-n1h9q1 .threshold__label-Sv6nxT.cnn-pcl-n1h9q1:before{content:\"\";height:var(--thresholdLineHeight);position:absolute;bottom:var(--thresholdLineHeightPosition);left:50%;width:0;border-right:2px dotted #000;z-index:1;transform:translate(-50%)}.threshold__container-2X5c09.cnn-pcl-n1h9q1 .threshold__label-Sv6nxT.cnn-pcl-n1h9q1:after{content:\"\";box-sizing:content-box;border-top:7px solid #000;border-right:4px solid transparent;border-left:4px solid transparent;border-bottom:4px solid transparent;bottom:-12px;z-index:1;position:absolute;left:50%;transform:translate(-50%)}.threshold__container-2X5c09.cnn-pcl-n1h9q1 .threshold__label-Sv6nxT.embedded-2Oxptf.cnn-pcl-n1h9q1{font-size:12px}.threshold__container-2X5c09.cnn-pcl-n1h9q1 .threshold__label-Sv6nxT.hide-3h7HVI.cnn-pcl-n1h9q1{visibility:hidden}.threshold__container-2X5c09.cnn-pcl-n1h9q1 .threshold__label-Sv6nxT .threshold__tooltip-8cNzPj.cnn-pcl-n1h9q1{position:relative}.threshold__container-2X5c09.cnn-pcl-n1h9q1 .threshold__label-Sv6nxT .threshold__tooltip-8cNzPj.cnn-pcl-n1h9q1>div{margin:0px}\\')}function create_if_block$4(e){var n,r;return n=new _lib_sdk_browser__externalConfig_featureFlags_FeatureFlag_svelte.FeatureFlag({props:{feature:e[6],$$slots:{default:[create_default_slot$5]},$$scope:{ctx:e}}}),{c:function(){_vendor_browser_svelte_internal_index.create_component(n.$$.fragment)},l:function(e){_vendor_browser_svelte_internal_index.claim_component(n.$$.fragment,e)},m:function(e,t){_vendor_browser_svelte_internal_index.mount_component(n,e,t),r=!0},p:function(e,r){var t={};2048&r&&(t.$$scope={dirty:r,ctx:e}),n.$set(t)},i:function(e){r||(_vendor_browser_svelte_internal_index.transition_in(n.$$.fragment,e),r=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(n.$$.fragment,e),r=!1},d:function(e){_vendor_browser_svelte_internal_index.destroy_component(n,e)}}}function create_default_slot$5(e){for(var n,r,t,_=[e[8]],o={},i=0;i<_.length;i+=1)o=_vendor_browser_svelte_internal_index.assign(o,_[i]);return r=new toolTip_lib_browser.ToolTip({props:o}),{c:function(){n=_vendor_browser_svelte_internal_index.element(\"span\"),_vendor_browser_svelte_internal_index.create_component(r.$$.fragment),this.h()},l:function(e){n=_vendor_browser_svelte_internal_index.claim_element(e,\"SPAN\",{class:!0});var t=_vendor_browser_svelte_internal_index.children(n);_vendor_browser_svelte_internal_index.claim_component(r.$$.fragment,t),t.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(n,\"class\",\"threshold__tooltip-8cNzPj cnn-pcl-n1h9q1\")},m:function(e,_){_vendor_browser_svelte_internal_index.insert_hydration(e,n,_),_vendor_browser_svelte_internal_index.mount_component(r,n,null),t=!0},p:function(e,n){var t=256&n?_vendor_browser_svelte_internal_index.get_spread_update(_,[_vendor_browser_svelte_internal_index.get_spread_object(e[8])]):{};r.$set(t)},i:function(e){t||(_vendor_browser_svelte_internal_index.transition_in(r.$$.fragment,e),t=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(r.$$.fragment,e),t=!1},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n),_vendor_browser_svelte_internal_index.destroy_component(r)}}}function create_fragment$8(e){var n,r,t,_,o,i,l,s,a=(null===(n=e[4])||void 0===n?void 0:n.tiebreakerEnacted)&&create_if_block$4(e);return{c:function(){r=_vendor_browser_svelte_internal_index.element(\"div\"),t=_vendor_browser_svelte_internal_index.element(\"div\"),_=_vendor_browser_svelte_internal_index.text(e[0]),o=_vendor_browser_svelte_internal_index.space(),a&&a.c(),this.h()},l:function(n){r=_vendor_browser_svelte_internal_index.claim_element(n,\"DIV\",{class:!0,style:!0});var i=_vendor_browser_svelte_internal_index.children(r);t=_vendor_browser_svelte_internal_index.claim_element(i,\"DIV\",{class:!0});var l=_vendor_browser_svelte_internal_index.children(t);_=_vendor_browser_svelte_internal_index.claim_text(l,e[0]),o=_vendor_browser_svelte_internal_index.claim_space(l),a&&a.l(l),l.forEach(_vendor_browser_svelte_internal_index.detach),i.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){var n;_vendor_browser_svelte_internal_index.attr(t,\"class\",\"threshold__label-Sv6nxT cnn-pcl-n1h9q1\"),_vendor_browser_svelte_internal_index.add_render_callback(function(){return e[10].call(t)}),_vendor_browser_svelte_internal_index.toggle_class(t,\"hide-3h7HVI\",e[7]),_vendor_browser_svelte_internal_index.toggle_class(t,\"embedded-2Oxptf\",e[5]),_vendor_browser_svelte_internal_index.attr(r,\"class\",\"threshold__container-2X5c09 cnn-pcl-n1h9q1\"),_vendor_browser_svelte_internal_index.attr(r,\"style\",l=_lib_browser_common_helpers_cssvars.cssvars({thresholdPercentage:\"\".concat(null===(n=e[2])||void 0===n?void 0:n.toString(),\"%\"),thresholdVerticalOffset:\"\".concat(e[3],\"px\")}))},m:function(n,l){_vendor_browser_svelte_internal_index.insert_hydration(n,r,l),_vendor_browser_svelte_internal_index.append_hydration(r,t),_vendor_browser_svelte_internal_index.append_hydration(t,_),_vendor_browser_svelte_internal_index.append_hydration(t,o),a&&a.m(t,null),i=_vendor_browser_svelte_internal_index.add_resize_listener(t,e[10].bind(t)),s=!0},p:function(e,n){var o,i,d=_slicedToArray$8(n,1)[0];(!s||1&d)&&_vendor_browser_svelte_internal_index.set_data(_,e[0]),(null===(o=e[4])||void 0===o?void 0:o.tiebreakerEnacted)?a?(a.p(e,d),16&d&&_vendor_browser_svelte_internal_index.transition_in(a,1)):((a=create_if_block$4(e)).c(),_vendor_browser_svelte_internal_index.transition_in(a,1),a.m(t,null)):a&&(_vendor_browser_svelte_internal_index.group_outros(),_vendor_browser_svelte_internal_index.transition_out(a,1,1,function(){a=null}),_vendor_browser_svelte_internal_index.check_outros()),32&d&&_vendor_browser_svelte_internal_index.toggle_class(t,\"embedded-2Oxptf\",e[5]),(!s||12&d&&l!==(l=_lib_browser_common_helpers_cssvars.cssvars({thresholdPercentage:\"\".concat(null===(i=e[2])||void 0===i?void 0:i.toString(),\"%\"),thresholdVerticalOffset:\"\".concat(e[3],\"px\")})))&&_vendor_browser_svelte_internal_index.attr(r,\"style\",l)},i:function(e){s||(_vendor_browser_svelte_internal_index.transition_in(a),s=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(a),s=!1},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(r),a&&a.d(),i()}}}function instance$8(e,n,r){var t=n.thresholdPercentage,_=void 0===t?0:t,o=n.label,i=void 0===o?\"\":o,l=n.id,s=void 0===l?\"threshold\":l,a=n.thresholdVerticalOffset,d=void 0===a?0:a,c=n.clientHeight,v=n.bop,u=n.isEmbed,b=_lib_sdk_browser__externalConfig_featureFlags_constants_ts.features.BOP_TOOLTIP_EXPLAINER,p=!i&&u;p&&(i=\"25\");var f={height:12,width:12,fill:\"#fff\",fontColor:\"#0C0C0C\",useVossiInfoIcon:!0,informationText:null==v?void 0:v.tooltipThresholdText,allowHTML:!0};return e.$$set=function(e){\"thresholdPercentage\"in e&&r(2,_=e.thresholdPercentage),\"label\"in e&&r(0,i=e.label),\"id\"in e&&r(9,s=e.id),\"thresholdVerticalOffset\"in e&&r(3,d=e.thresholdVerticalOffset),\"clientHeight\"in e&&r(1,c=e.clientHeight),\"bop\"in e&&r(4,v=e.bop),\"isEmbed\"in e&&r(5,u=e.isEmbed)},[i,c,_,d,v,u,b,p,f,s,function(){c=this.clientHeight,r(1,c)}]}var GeneralsBopThreshold=function(e){_inherits$8(r,_vendor_browser_svelte_internal_index.SvelteComponent);var n=_createSuper$8(r);function r(e){var t;return _classCallCheck$8(this,r),t=n.call(this),_vendor_browser_svelte_internal_index.init(_assertThisInitialized$8(t),e,instance$8,create_fragment$8,_vendor_browser_svelte_internal_index.safe_not_equal,{thresholdPercentage:2,label:0,id:9,thresholdVerticalOffset:3,clientHeight:1,bop:4,isEmbed:5},add_css$4),t}return r}();function _arrayLikeToArray$8(e,n){(null==n||n>e.length)&&(n=e.length);for(var r=0,t=new Array(n);r<n;r++)t[r]=e[r];return t}function _arrayWithHoles$7(e){if(Array.isArray(e))return e}function _assertThisInitialized$7(e){if(void 0===e)throw new ReferenceError(\"this hasn\\'t been initialised - super() hasn\\'t been called\");return e}function _classCallCheck$7(e,n){if(!(e instanceof n))throw new TypeError(\"Cannot call a class as a function\")}function _getPrototypeOf$7(e){return(_getPrototypeOf$7=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function _inherits$7(e,n){if(\"function\"!=typeof n&&null!==n)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(n&&n.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),n&&_setPrototypeOf$7(e,n)}function _iterableToArrayLimit$7(e,n){var r=null==e?null:\"undefined\"!=typeof Symbol&&e[Symbol.iterator]||e[\"@@iterator\"];if(null!=r){var t,_,o=[],i=!0,l=!1;try{for(r=r.call(e);!(i=(t=r.next()).done)&&(o.push(t.value),!n||o.length!==n);i=!0);}catch(e){l=!0,_=e}finally{try{i||null==r.return||r.return()}finally{if(l)throw _}}return o}}function _nonIterableRest$7(){throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\\\\\\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}function _possibleConstructorReturn$7(e,n){return!n||\"object\"!==_typeof$7(n)&&\"function\"!=typeof n?_assertThisInitialized$7(e):n}function _setPrototypeOf$7(e,n){return(_setPrototypeOf$7=Object.setPrototypeOf||function(e,n){return e.__proto__=n,e})(e,n)}function _slicedToArray$7(e,n){return _arrayWithHoles$7(e)||_iterableToArrayLimit$7(e,n)||_unsupportedIterableToArray$8(e,n)||_nonIterableRest$7()}var _typeof$7=function(e){return e&&\"undefined\"!=typeof Symbol&&e.constructor===Symbol?\"symbol\":typeof e};function _unsupportedIterableToArray$8(e,n){if(e){if(\"string\"==typeof e)return _arrayLikeToArray$8(e,n);var r=Object.prototype.toString.call(e).slice(8,-1);return\"Object\"===r&&e.constructor&&(r=e.constructor.name),\"Map\"===r||\"Set\"===r?Array.from(r):\"Arguments\"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?_arrayLikeToArray$8(e,n):void 0}}function _isNativeReflectConstruct$7(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function _createSuper$7(e){var n=_isNativeReflectConstruct$7();return function(){var r,t=_getPrototypeOf$7(e);if(n){var _=_getPrototypeOf$7(this).constructor;r=Reflect.construct(t,arguments,_)}else r=t.apply(this,arguments);return _possibleConstructorReturn$7(this,r)}}function add_css$3(e){_vendor_browser_svelte_internal_index.append_styles(e,\"cnn-pcl-z8rg7w\",\".bop-top-2756Bl.cnn-pcl-z8rg7w{display:flex;width:100%;margin:0 auto;flex-direction:row;justify-content:space-between;align-items:flex-end;position:relative;top:var(--bopTopVertical)}.bop-top__count-container-1mP00r.cnn-pcl-z8rg7w{display:flex;flex-direction:column;flex:1}.bop-top__count-container-1mP00r.cnn-pcl-z8rg7w:first-child{align-items:flex-start}.bop-top__count-container-1mP00r.cnn-pcl-z8rg7w:last-child{align-items:flex-end}.bop-top__count-3JRTdY.cnn-pcl-z8rg7w{font-size:28px;font-family:cnn_sans_display, helveticaneue, Helvetica, Arial, Utkal, sans-serif;font-weight:400;color:black;line-height:0.5;margin:0 0;position:relative}@media screen and (min-width: 480px){.bop-top__count-3JRTdY.cnn-pcl-z8rg7w{font-size:35px}}.bop-top__count-3JRTdY.embedded-1GMWkF.cnn-pcl-z8rg7w{font-size:16px}.bop-top__party-3ODhRG.cnn-pcl-z8rg7w{display:flex;flex-direction:row;align-items:center;padding:4px 0 0}.bop-top__party-3ODhRG.embedded-1GMWkF.cnn-pcl-z8rg7w{padding:0}.bop-top__name-242R9Z.cnn-pcl-z8rg7w{font-size:15px;font-family:cnn_sans_display, helveticaneue, Helvetica, Arial, Utkal, sans-serif;font-weight:400;color:black}@media screen and (min-width: 480px){.bop-top__name-242R9Z.cnn-pcl-z8rg7w{font-size:23px}}.bop-top__name-242R9Z.embedded-1GMWkF.cnn-pcl-z8rg7w{font-size:16px}.bop-top__checkmark-wrapper-4szRWW.cnn-pcl-z8rg7w{margin:0 4px}.bop-top__tooltip-left-2OU8Xp.cnn-pcl-z8rg7w{position:absolute;right:-12px;bottom:14px}@media screen and (min-width: 480px){.bop-top__tooltip-left-2OU8Xp.cnn-pcl-z8rg7w{right:-14px;bottom:16px}}.bop-top__tooltip-right-2rvF4u.cnn-pcl-z8rg7w{position:absolute;left:-13px;bottom:14px}@media screen and (min-width: 480px){.bop-top__tooltip-right-2rvF4u.cnn-pcl-z8rg7w{left:-15px;bottom:16px}}\")}function create_if_block_3$3(e){var n,r;return n=new _lib_sdk_browser__externalConfig_featureFlags_FeatureFlag_svelte.FeatureFlag({props:{feature:e[5],$$slots:{default:[create_default_slot_3$2]},$$scope:{ctx:e}}}),{c:function(){_vendor_browser_svelte_internal_index.create_component(n.$$.fragment)},l:function(e){_vendor_browser_svelte_internal_index.claim_component(n.$$.fragment,e)},m:function(e,t){_vendor_browser_svelte_internal_index.mount_component(n,e,t),r=!0},p:function(e,r){var t={};257&r&&(t.$$scope={dirty:r,ctx:e}),n.$set(t)},i:function(e){r||(_vendor_browser_svelte_internal_index.transition_in(n.$$.fragment,e),r=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(n.$$.fragment,e),r=!1},d:function(e){_vendor_browser_svelte_internal_index.destroy_component(n,e)}}}function create_default_slot_3$2(e){for(var n,r,t,_,o,i=[e[7],{informationText:null===(n=e[0])||void 0===n?void 0:null===(r=n.left)||void 0===r?void 0:r.caucusesAsTexts}],l={},s=0;s<i.length;s+=1)l=_vendor_browser_svelte_internal_index.assign(l,i[s]);return _=new toolTip_lib_browser.ToolTip({props:l}),{c:function(){t=_vendor_browser_svelte_internal_index.element(\"div\"),_vendor_browser_svelte_internal_index.create_component(_.$$.fragment),this.h()},l:function(e){t=_vendor_browser_svelte_internal_index.claim_element(e,\"DIV\",{class:!0});var n=_vendor_browser_svelte_internal_index.children(t);_vendor_browser_svelte_internal_index.claim_component(_.$$.fragment,n),n.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(t,\"class\",\"bop-top__tooltip-left-2OU8Xp cnn-pcl-z8rg7w\")},m:function(e,n){_vendor_browser_svelte_internal_index.insert_hydration(e,t,n),_vendor_browser_svelte_internal_index.mount_component(_,t,null),o=!0},p:function(e,n){var r,t,o=129&n?_vendor_browser_svelte_internal_index.get_spread_update(i,[128&n&&_vendor_browser_svelte_internal_index.get_spread_object(e[7]),1&n&&{informationText:null===(r=e[0])||void 0===r?void 0:null===(t=r.left)||void 0===t?void 0:t.caucusesAsTexts}]):{};_.$set(o)},i:function(e){o||(_vendor_browser_svelte_internal_index.transition_in(_.$$.fragment,e),o=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(_.$$.fragment,e),o=!1},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(t),_vendor_browser_svelte_internal_index.destroy_component(_)}}}function create_if_block_2$3(e){var n,r,t,_,o;return _=new icons_lib_browser.CheckmarkIcon({props:{height:e[1],width:e[1],circleFill:null===(n=e[0])||void 0===n?void 0:null===(r=n.left)||void 0===r?void 0:r.color}}),{c:function(){t=_vendor_browser_svelte_internal_index.element(\"div\"),_vendor_browser_svelte_internal_index.create_component(_.$$.fragment),this.h()},l:function(e){t=_vendor_browser_svelte_internal_index.claim_element(e,\"DIV\",{class:!0});var n=_vendor_browser_svelte_internal_index.children(t);_vendor_browser_svelte_internal_index.claim_component(_.$$.fragment,n),n.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(t,\"class\",\"bop-top__checkmark-wrapper-4szRWW cnn-pcl-z8rg7w\")},m:function(e,n){_vendor_browser_svelte_internal_index.insert_hydration(e,t,n),_vendor_browser_svelte_internal_index.mount_component(_,t,null),o=!0},p:function(e,n){var r,t,o={};2&n&&(o.height=e[1]),2&n&&(o.width=e[1]),1&n&&(o.circleFill=null===(r=e[0])||void 0===r?void 0:null===(t=r.left)||void 0===t?void 0:t.color),_.$set(o)},i:function(e){o||(_vendor_browser_svelte_internal_index.transition_in(_.$$.fragment,e),o=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(_.$$.fragment,e),o=!1},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(t),_vendor_browser_svelte_internal_index.destroy_component(_)}}}function create_default_slot_2$2(e){var n,r,t,_,o=(null===(n=e[0])||void 0===n?void 0:null===(r=n.left)||void 0===r?void 0:r.winner)&&create_if_block_2$3(e);return{c:function(){o&&o.c(),t=_vendor_browser_svelte_internal_index.empty()},l:function(e){o&&o.l(e),t=_vendor_browser_svelte_internal_index.empty()},m:function(e,n){o&&o.m(e,n),_vendor_browser_svelte_internal_index.insert_hydration(e,t,n),_=!0},p:function(e,n){var r,_;(null===(r=e[0])||void 0===r?void 0:null===(_=r.left)||void 0===_?void 0:_.winner)?o?(o.p(e,n),1&n&&_vendor_browser_svelte_internal_index.transition_in(o,1)):((o=create_if_block_2$3(e)).c(),_vendor_browser_svelte_internal_index.transition_in(o,1),o.m(t.parentNode,t)):o&&(_vendor_browser_svelte_internal_index.group_outros(),_vendor_browser_svelte_internal_index.transition_out(o,1,1,function(){o=null}),_vendor_browser_svelte_internal_index.check_outros())},i:function(e){_||(_vendor_browser_svelte_internal_index.transition_in(o),_=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(o),_=!1},d:function(e){o&&o.d(e),e&&_vendor_browser_svelte_internal_index.detach(t)}}}function create_if_block_1$3(e){var n,r;return n=new _lib_sdk_browser__externalConfig_featureFlags_FeatureFlag_svelte.FeatureFlag({props:{feature:e[6],$$slots:{default:[create_default_slot_1$3]},$$scope:{ctx:e}}}),{c:function(){_vendor_browser_svelte_internal_index.create_component(n.$$.fragment)},l:function(e){_vendor_browser_svelte_internal_index.claim_component(n.$$.fragment,e)},m:function(e,t){_vendor_browser_svelte_internal_index.mount_component(n,e,t),r=!0},p:function(e,r){var t={};257&r&&(t.$$scope={dirty:r,ctx:e}),n.$set(t)},i:function(e){r||(_vendor_browser_svelte_internal_index.transition_in(n.$$.fragment,e),r=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(n.$$.fragment,e),r=!1},d:function(e){_vendor_browser_svelte_internal_index.destroy_component(n,e)}}}function create_default_slot_1$3(e){for(var n,r,t,_,o,i=[e[7],{informationText:null===(n=e[0])||void 0===n?void 0:null===(r=n.right)||void 0===r?void 0:r.caucusesAsTexts}],l={},s=0;s<i.length;s+=1)l=_vendor_browser_svelte_internal_index.assign(l,i[s]);return _=new toolTip_lib_browser.ToolTip({props:l}),{c:function(){t=_vendor_browser_svelte_internal_index.element(\"div\"),_vendor_browser_svelte_internal_index.create_component(_.$$.fragment),this.h()},l:function(e){t=_vendor_browser_svelte_internal_index.claim_element(e,\"DIV\",{class:!0});var n=_vendor_browser_svelte_internal_index.children(t);_vendor_browser_svelte_internal_index.claim_component(_.$$.fragment,n),n.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(t,\"class\",\"bop-top__tooltip-right-2rvF4u cnn-pcl-z8rg7w\")},m:function(e,n){_vendor_browser_svelte_internal_index.insert_hydration(e,t,n),_vendor_browser_svelte_internal_index.mount_component(_,t,null),o=!0},p:function(e,n){var r,t,o=129&n?_vendor_browser_svelte_internal_index.get_spread_update(i,[128&n&&_vendor_browser_svelte_internal_index.get_spread_object(e[7]),1&n&&{informationText:null===(r=e[0])||void 0===r?void 0:null===(t=r.right)||void 0===t?void 0:t.caucusesAsTexts}]):{};_.$set(o)},i:function(e){o||(_vendor_browser_svelte_internal_index.transition_in(_.$$.fragment,e),o=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(_.$$.fragment,e),o=!1},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(t),_vendor_browser_svelte_internal_index.destroy_component(_)}}}function create_if_block$3(e){var n,r,t,_,o;return _=new icons_lib_browser.CheckmarkIcon({props:{height:e[1],width:e[1],circleFill:null===(n=e[0])||void 0===n?void 0:null===(r=n.right)||void 0===r?void 0:r.color}}),{c:function(){t=_vendor_browser_svelte_internal_index.element(\"div\"),_vendor_browser_svelte_internal_index.create_component(_.$$.fragment),this.h()},l:function(e){t=_vendor_browser_svelte_internal_index.claim_element(e,\"DIV\",{class:!0});var n=_vendor_browser_svelte_internal_index.children(t);_vendor_browser_svelte_internal_index.claim_component(_.$$.fragment,n),n.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(t,\"class\",\"bop-top__checkmark-wrapper-4szRWW cnn-pcl-z8rg7w\")},m:function(e,n){_vendor_browser_svelte_internal_index.insert_hydration(e,t,n),_vendor_browser_svelte_internal_index.mount_component(_,t,null),o=!0},p:function(e,n){var r,t,o={};2&n&&(o.height=e[1]),2&n&&(o.width=e[1]),1&n&&(o.circleFill=null===(r=e[0])||void 0===r?void 0:null===(t=r.right)||void 0===t?void 0:t.color),_.$set(o)},i:function(e){o||(_vendor_browser_svelte_internal_index.transition_in(_.$$.fragment,e),o=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(_.$$.fragment,e),o=!1},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(t),_vendor_browser_svelte_internal_index.destroy_component(_)}}}function create_default_slot$4(e){var n,r,t,_,o=(null===(n=e[0])||void 0===n?void 0:null===(r=n.right)||void 0===r?void 0:r.winner)&&create_if_block$3(e);return{c:function(){o&&o.c(),t=_vendor_browser_svelte_internal_index.empty()},l:function(e){o&&o.l(e),t=_vendor_browser_svelte_internal_index.empty()},m:function(e,n){o&&o.m(e,n),_vendor_browser_svelte_internal_index.insert_hydration(e,t,n),_=!0},p:function(e,n){var r,_;(null===(r=e[0])||void 0===r?void 0:null===(_=r.right)||void 0===_?void 0:_.winner)?o?(o.p(e,n),1&n&&_vendor_browser_svelte_internal_index.transition_in(o,1)):((o=create_if_block$3(e)).c(),_vendor_browser_svelte_internal_index.transition_in(o,1),o.m(t.parentNode,t)):o&&(_vendor_browser_svelte_internal_index.group_outros(),_vendor_browser_svelte_internal_index.transition_out(o,1,1,function(){o=null}),_vendor_browser_svelte_internal_index.check_outros())},i:function(e){_||(_vendor_browser_svelte_internal_index.transition_in(o),_=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(o),_=!1},d:function(e){o&&o.d(e),e&&_vendor_browser_svelte_internal_index.detach(t)}}}function create_fragment$7(e){var n,r,t,_,o,i,l,s,a,d,c,v,u,b,p,f,x,w,h,m,y,g,$,T,k,O,P,E,A,C,I,S,R,F,j,L=(null===(n=e[0])||void 0===n?void 0:null===(r=n.left)||void 0===r?void 0:r.count)+\"\",B=(null===(t=e[0])||void 0===t?void 0:null===(_=t.left)||void 0===_?void 0:_.name)+\"\",D=(null===(o=e[0])||void 0===o?void 0:null===(i=o.right)||void 0===i?void 0:i.count)+\"\",H=(null===(l=e[0])||void 0===l?void 0:null===(s=l.right)||void 0===s?void 0:s.name)+\"\",G=(null===(a=e[0])||void 0===a?void 0:null===(d=a.left)||void 0===d?void 0:d.caucusesAsTexts)&&create_if_block_3$3(e);$=new _lib_sdk_browser__externalConfig_featureFlags_FeatureFlag_svelte.FeatureFlag({props:{feature:e[3],$$slots:{default:[create_default_slot_2$2]},$$scope:{ctx:e}}});var N=(null===(c=e[0])||void 0===c?void 0:null===(v=c.right)||void 0===v?void 0:v.caucusesAsTexts)&&create_if_block_1$3(e);return I=new _lib_sdk_browser__externalConfig_featureFlags_FeatureFlag_svelte.FeatureFlag({props:{feature:e[4],$$slots:{default:[create_default_slot$4]},$$scope:{ctx:e}}}),{c:function(){u=_vendor_browser_svelte_internal_index.element(\"div\"),b=_vendor_browser_svelte_internal_index.element(\"div\"),p=_vendor_browser_svelte_internal_index.element(\"div\"),f=_vendor_browser_svelte_internal_index.text(L),x=_vendor_browser_svelte_internal_index.space(),G&&G.c(),w=_vendor_browser_svelte_internal_index.space(),h=_vendor_browser_svelte_internal_index.element(\"span\"),m=_vendor_browser_svelte_internal_index.element(\"div\"),y=_vendor_browser_svelte_internal_index.text(B),g=_vendor_browser_svelte_internal_index.space(),_vendor_browser_svelte_internal_index.create_component($.$$.fragment),T=_vendor_browser_svelte_internal_index.space(),k=_vendor_browser_svelte_internal_index.element(\"div\"),O=_vendor_browser_svelte_internal_index.element(\"div\"),P=_vendor_browser_svelte_internal_index.text(D),E=_vendor_browser_svelte_internal_index.space(),N&&N.c(),A=_vendor_browser_svelte_internal_index.space(),C=_vendor_browser_svelte_internal_index.element(\"span\"),_vendor_browser_svelte_internal_index.create_component(I.$$.fragment),S=_vendor_browser_svelte_internal_index.space(),R=_vendor_browser_svelte_internal_index.element(\"div\"),F=_vendor_browser_svelte_internal_index.text(H),this.h()},l:function(e){u=_vendor_browser_svelte_internal_index.claim_element(e,\"DIV\",{class:!0});var n=_vendor_browser_svelte_internal_index.children(u);b=_vendor_browser_svelte_internal_index.claim_element(n,\"DIV\",{class:!0});var r=_vendor_browser_svelte_internal_index.children(b);p=_vendor_browser_svelte_internal_index.claim_element(r,\"DIV\",{class:!0});var t=_vendor_browser_svelte_internal_index.children(p);f=_vendor_browser_svelte_internal_index.claim_text(t,L),x=_vendor_browser_svelte_internal_index.claim_space(t),G&&G.l(t),t.forEach(_vendor_browser_svelte_internal_index.detach),w=_vendor_browser_svelte_internal_index.claim_space(r),h=_vendor_browser_svelte_internal_index.claim_element(r,\"SPAN\",{class:!0});var _=_vendor_browser_svelte_internal_index.children(h);m=_vendor_browser_svelte_internal_index.claim_element(_,\"DIV\",{class:!0,left:!0});var o=_vendor_browser_svelte_internal_index.children(m);y=_vendor_browser_svelte_internal_index.claim_text(o,B),o.forEach(_vendor_browser_svelte_internal_index.detach),g=_vendor_browser_svelte_internal_index.claim_space(_),_vendor_browser_svelte_internal_index.claim_component($.$$.fragment,_),_.forEach(_vendor_browser_svelte_internal_index.detach),r.forEach(_vendor_browser_svelte_internal_index.detach),T=_vendor_browser_svelte_internal_index.claim_space(n),k=_vendor_browser_svelte_internal_index.claim_element(n,\"DIV\",{class:!0});var i=_vendor_browser_svelte_internal_index.children(k);O=_vendor_browser_svelte_internal_index.claim_element(i,\"DIV\",{class:!0});var l=_vendor_browser_svelte_internal_index.children(O);P=_vendor_browser_svelte_internal_index.claim_text(l,D),E=_vendor_browser_svelte_internal_index.claim_space(l),N&&N.l(l),l.forEach(_vendor_browser_svelte_internal_index.detach),A=_vendor_browser_svelte_internal_index.claim_space(i),C=_vendor_browser_svelte_internal_index.claim_element(i,\"SPAN\",{class:!0});var s=_vendor_browser_svelte_internal_index.children(C);_vendor_browser_svelte_internal_index.claim_component(I.$$.fragment,s),S=_vendor_browser_svelte_internal_index.claim_space(s),R=_vendor_browser_svelte_internal_index.claim_element(s,\"DIV\",{class:!0});var a=_vendor_browser_svelte_internal_index.children(R);F=_vendor_browser_svelte_internal_index.claim_text(a,H),a.forEach(_vendor_browser_svelte_internal_index.detach),s.forEach(_vendor_browser_svelte_internal_index.detach),i.forEach(_vendor_browser_svelte_internal_index.detach),n.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(p,\"class\",\"bop-top__count-3JRTdY cnn-pcl-z8rg7w\"),_vendor_browser_svelte_internal_index.toggle_class(p,\"embedded-1GMWkF\",e[2]),_vendor_browser_svelte_internal_index.attr(m,\"class\",\"bop-top__name-242R9Z cnn-pcl-z8rg7w\"),_vendor_browser_svelte_internal_index.attr(m,\"left\",\"\"),_vendor_browser_svelte_internal_index.toggle_class(m,\"embedded-1GMWkF\",e[2]),_vendor_browser_svelte_internal_index.attr(h,\"class\",\"bop-top__party-3ODhRG cnn-pcl-z8rg7w\"),_vendor_browser_svelte_internal_index.toggle_class(h,\"embedded-1GMWkF\",e[2]),_vendor_browser_svelte_internal_index.attr(b,\"class\",\"bop-top__count-container-1mP00r cnn-pcl-z8rg7w\"),_vendor_browser_svelte_internal_index.attr(O,\"class\",\"bop-top__count-3JRTdY cnn-pcl-z8rg7w\"),_vendor_browser_svelte_internal_index.toggle_class(O,\"embedded-1GMWkF\",e[2]),_vendor_browser_svelte_internal_index.attr(R,\"class\",\"bop-top__name-242R9Z cnn-pcl-z8rg7w\"),_vendor_browser_svelte_internal_index.toggle_class(R,\"embedded-1GMWkF\",e[2]),_vendor_browser_svelte_internal_index.attr(C,\"class\",\"bop-top__party-3ODhRG cnn-pcl-z8rg7w\"),_vendor_browser_svelte_internal_index.toggle_class(C,\"embedded-1GMWkF\",e[2]),_vendor_browser_svelte_internal_index.attr(k,\"class\",\"bop-top__count-container-1mP00r cnn-pcl-z8rg7w\"),_vendor_browser_svelte_internal_index.attr(u,\"class\",\"bop-top-2756Bl cnn-pcl-z8rg7w\")},m:function(e,n){_vendor_browser_svelte_internal_index.insert_hydration(e,u,n),_vendor_browser_svelte_internal_index.append_hydration(u,b),_vendor_browser_svelte_internal_index.append_hydration(b,p),_vendor_browser_svelte_internal_index.append_hydration(p,f),_vendor_browser_svelte_internal_index.append_hydration(p,x),G&&G.m(p,null),_vendor_browser_svelte_internal_index.append_hydration(b,w),_vendor_browser_svelte_internal_index.append_hydration(b,h),_vendor_browser_svelte_internal_index.append_hydration(h,m),_vendor_browser_svelte_internal_index.append_hydration(m,y),_vendor_browser_svelte_internal_index.append_hydration(h,g),_vendor_browser_svelte_internal_index.mount_component($,h,null),_vendor_browser_svelte_internal_index.append_hydration(u,T),_vendor_browser_svelte_internal_index.append_hydration(u,k),_vendor_browser_svelte_internal_index.append_hydration(k,O),_vendor_browser_svelte_internal_index.append_hydration(O,P),_vendor_browser_svelte_internal_index.append_hydration(O,E),N&&N.m(O,null),_vendor_browser_svelte_internal_index.append_hydration(k,A),_vendor_browser_svelte_internal_index.append_hydration(k,C),_vendor_browser_svelte_internal_index.mount_component(I,C,null),_vendor_browser_svelte_internal_index.append_hydration(C,S),_vendor_browser_svelte_internal_index.append_hydration(C,R),_vendor_browser_svelte_internal_index.append_hydration(R,F),j=!0},p:function(e,n){var r,t,_,o,i,l,s,a,d,c,v,u,b=_slicedToArray$7(n,1)[0];(!j||1&b)&&L!==(L=(null===(r=e[0])||void 0===r?void 0:null===(t=r.left)||void 0===t?void 0:t.count)+\"\")&&_vendor_browser_svelte_internal_index.set_data(f,L),(null===(_=e[0])||void 0===_?void 0:null===(o=_.left)||void 0===o?void 0:o.caucusesAsTexts)?G?(G.p(e,b),1&b&&_vendor_browser_svelte_internal_index.transition_in(G,1)):((G=create_if_block_3$3(e)).c(),_vendor_browser_svelte_internal_index.transition_in(G,1),G.m(p,null)):G&&(_vendor_browser_svelte_internal_index.group_outros(),_vendor_browser_svelte_internal_index.transition_out(G,1,1,function(){G=null}),_vendor_browser_svelte_internal_index.check_outros()),4&b&&_vendor_browser_svelte_internal_index.toggle_class(p,\"embedded-1GMWkF\",e[2]),(!j||1&b)&&B!==(B=(null===(i=e[0])||void 0===i?void 0:null===(l=i.left)||void 0===l?void 0:l.name)+\"\")&&_vendor_browser_svelte_internal_index.set_data(y,B),4&b&&_vendor_browser_svelte_internal_index.toggle_class(m,\"embedded-1GMWkF\",e[2]);var x={};259&b&&(x.$$scope={dirty:b,ctx:e}),$.$set(x),4&b&&_vendor_browser_svelte_internal_index.toggle_class(h,\"embedded-1GMWkF\",e[2]),(!j||1&b)&&D!==(D=(null===(s=e[0])||void 0===s?void 0:null===(a=s.right)||void 0===a?void 0:a.count)+\"\")&&_vendor_browser_svelte_internal_index.set_data(P,D),(null===(d=e[0])||void 0===d?void 0:null===(c=d.right)||void 0===c?void 0:c.caucusesAsTexts)?N?(N.p(e,b),1&b&&_vendor_browser_svelte_internal_index.transition_in(N,1)):((N=create_if_block_1$3(e)).c(),_vendor_browser_svelte_internal_index.transition_in(N,1),N.m(O,null)):N&&(_vendor_browser_svelte_internal_index.group_outros(),_vendor_browser_svelte_internal_index.transition_out(N,1,1,function(){N=null}),_vendor_browser_svelte_internal_index.check_outros()),4&b&&_vendor_browser_svelte_internal_index.toggle_class(O,\"embedded-1GMWkF\",e[2]);var w={};259&b&&(w.$$scope={dirty:b,ctx:e}),I.$set(w),(!j||1&b)&&H!==(H=(null===(v=e[0])||void 0===v?void 0:null===(u=v.right)||void 0===u?void 0:u.name)+\"\")&&_vendor_browser_svelte_internal_index.set_data(F,H),4&b&&_vendor_browser_svelte_internal_index.toggle_class(R,\"embedded-1GMWkF\",e[2]),4&b&&_vendor_browser_svelte_internal_index.toggle_class(C,\"embedded-1GMWkF\",e[2])},i:function(e){j||(_vendor_browser_svelte_internal_index.transition_in(G),_vendor_browser_svelte_internal_index.transition_in($.$$.fragment,e),_vendor_browser_svelte_internal_index.transition_in(N),_vendor_browser_svelte_internal_index.transition_in(I.$$.fragment,e),j=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(G),_vendor_browser_svelte_internal_index.transition_out($.$$.fragment,e),_vendor_browser_svelte_internal_index.transition_out(N),_vendor_browser_svelte_internal_index.transition_out(I.$$.fragment,e),j=!1},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(u),G&&G.d(),_vendor_browser_svelte_internal_index.destroy_component($),N&&N.d(),_vendor_browser_svelte_internal_index.destroy_component(I)}}}function instance$7(e,n,r){var t=n.bop,_=n.checkmarkWidth,o=n.isEmbed,i=_lib_sdk_browser__externalConfig_featureFlags_constants_ts.features.BOP_CHECKMARK_LEFT,l=_lib_sdk_browser__externalConfig_featureFlags_constants_ts.features.BOP_CHECKMARK_RIGHT,s=_lib_sdk_browser__externalConfig_featureFlags_constants_ts.features.BOP_TOOLTIP_LEFT,a=_lib_sdk_browser__externalConfig_featureFlags_constants_ts.features.BOP_TOOLTIP_RIGHT;return e.$$set=function(e){\"bop\"in e&&r(0,t=e.bop),\"checkmarkWidth\"in e&&r(1,_=e.checkmarkWidth),\"isEmbed\"in e&&r(2,o=e.isEmbed)},[t,_,o,i,l,s,a,{height:12,width:12,fill:\"#fff\",fontColor:\"#0C0C0C\",useVossiInfoIcon:!0}]}var GeneralsBopTop=function(e){_inherits$7(r,_vendor_browser_svelte_internal_index.SvelteComponent);var n=_createSuper$7(r);function r(e){var t;return _classCallCheck$7(this,r),t=n.call(this),_vendor_browser_svelte_internal_index.init(_assertThisInitialized$7(t),e,instance$7,create_fragment$7,_vendor_browser_svelte_internal_index.safe_not_equal,{bop:0,checkmarkWidth:1,isEmbed:2},add_css$3),t}return r}();function _arrayLikeToArray$7(e,n){(null==n||n>e.length)&&(n=e.length);for(var r=0,t=new Array(n);r<n;r++)t[r]=e[r];return t}function _arrayWithHoles$6(e){if(Array.isArray(e))return e}function _assertThisInitialized$6(e){if(void 0===e)throw new ReferenceError(\"this hasn\\'t been initialised - super() hasn\\'t been called\");return e}function _classCallCheck$6(e,n){if(!(e instanceof n))throw new TypeError(\"Cannot call a class as a function\")}function _getPrototypeOf$6(e){return(_getPrototypeOf$6=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function _inherits$6(e,n){if(\"function\"!=typeof n&&null!==n)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(n&&n.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),n&&_setPrototypeOf$6(e,n)}function _iterableToArrayLimit$6(e,n){var r=null==e?null:\"undefined\"!=typeof Symbol&&e[Symbol.iterator]||e[\"@@iterator\"];if(null!=r){var t,_,o=[],i=!0,l=!1;try{for(r=r.call(e);!(i=(t=r.next()).done)&&(o.push(t.value),!n||o.length!==n);i=!0);}catch(e){l=!0,_=e}finally{try{i||null==r.return||r.return()}finally{if(l)throw _}}return o}}function _nonIterableRest$6(){throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\\\\\\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}function _possibleConstructorReturn$6(e,n){return!n||\"object\"!==_typeof$6(n)&&\"function\"!=typeof n?_assertThisInitialized$6(e):n}function _setPrototypeOf$6(e,n){return(_setPrototypeOf$6=Object.setPrototypeOf||function(e,n){return e.__proto__=n,e})(e,n)}function _slicedToArray$6(e,n){return _arrayWithHoles$6(e)||_iterableToArrayLimit$6(e,n)||_unsupportedIterableToArray$7(e,n)||_nonIterableRest$6()}var _typeof$6=function(e){return e&&\"undefined\"!=typeof Symbol&&e.constructor===Symbol?\"symbol\":typeof e};function _unsupportedIterableToArray$7(e,n){if(e){if(\"string\"==typeof e)return _arrayLikeToArray$7(e,n);var r=Object.prototype.toString.call(e).slice(8,-1);return\"Object\"===r&&e.constructor&&(r=e.constructor.name),\"Map\"===r||\"Set\"===r?Array.from(r):\"Arguments\"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?_arrayLikeToArray$7(e,n):void 0}}function _isNativeReflectConstruct$6(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function _createSuper$6(e){var n=_isNativeReflectConstruct$6();return function(){var r,t=_getPrototypeOf$6(e);if(n){var _=_getPrototypeOf$6(this).constructor;r=Reflect.construct(t,arguments,_)}else r=t.apply(this,arguments);return _possibleConstructorReturn$6(this,r)}}function add_css$2(e){_vendor_browser_svelte_internal_index.append_styles(e,\"cnn-pcl-1e4ghpb\",\".bop-bottom-3jl77W.cnn-pcl-1e4ghpb{display:flex;width:100%;margin:2px auto 0;flex-direction:column;color:#000}.bop-bottom__main-container-3QX3nL.cnn-pcl-1e4ghpb{display:flex;flex-direction:row;justify-content:space-between}.bop-bottom__count-container-2nyqc.cnn-pcl-1e4ghpb{display:flex;flex-direction:column;flex:1}.bop-bottom__count-container-2nyqc.cnn-pcl-1e4ghpb:first-child{align-items:flex-start}.bop-bottom__count-container-2nyqc.cnn-pcl-1e4ghpb:last-child{align-items:flex-end}.bop-bottom__text-container--left-3GIb03.cnn-pcl-1e4ghpb{display:flex;flex-direction:column;align-items:flex-start;margin:0 0 6px;text-align:left}.bop-bottom__text-container--right-3LmyeJ.cnn-pcl-1e4ghpb{display:flex;flex-direction:column;align-items:flex-end;margin:0 0 6px;text-align:right}.bop-bottom__text-2L0Kpn.cnn-pcl-1e4ghpb{font-family:cnn_sans_display, helveticaneue, Helvetica, Arial, Utkal, sans-serif;font-weight:400;font-size:12px;line-height:1;margin:0 0}.bop-bottom__text--bold-UYcRuV.cnn-pcl-1e4ghpb{font-weight:700}.bop-bottom__explainer-8gbsho.cnn-pcl-1e4ghpb{font-family:cnn_sans_display, helveticaneue, Helvetica, Arial, Utkal, sans-serif;font-weight:400;color:#6e6e6e;font-size:12px;line-height:1;max-width:67%}\")}function get_each_context(e,n,r){var t=e.slice();return t[8]=n[r],t}function get_each_context_1(e,n,r){var t=e.slice();return t[8]=n[r],t}function create_if_block_8(e){var n,r;return n=new _lib_sdk_browser__externalConfig_featureFlags_FeatureFlag_svelte.FeatureFlag({props:{feature:e[2],$$slots:{default:[create_default_slot_7]},$$scope:{ctx:e}}}),{c:function(){_vendor_browser_svelte_internal_index.create_component(n.$$.fragment)},l:function(e){_vendor_browser_svelte_internal_index.claim_component(n.$$.fragment,e)},m:function(e,t){_vendor_browser_svelte_internal_index.mount_component(n,e,t),r=!0},p:function(e,r){var t={};8193&r&&(t.$$scope={dirty:r,ctx:e}),n.$set(t)},i:function(e){r||(_vendor_browser_svelte_internal_index.transition_in(n.$$.fragment,e),r=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(n.$$.fragment,e),r=!1},d:function(e){_vendor_browser_svelte_internal_index.destroy_component(n,e)}}}function create_each_block_1(e){var n,r,t=e[8]+\"\";return{c:function(){n=_vendor_browser_svelte_internal_index.element(\"p\"),r=_vendor_browser_svelte_internal_index.text(t),this.h()},l:function(e){n=_vendor_browser_svelte_internal_index.claim_element(e,\"P\",{class:!0});var _=_vendor_browser_svelte_internal_index.children(n);r=_vendor_browser_svelte_internal_index.claim_text(_,t),_.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(n,\"class\",\"bop-bottom__text-2L0Kpn cnn-pcl-1e4ghpb\")},m:function(e,t){_vendor_browser_svelte_internal_index.insert_hydration(e,n,t),_vendor_browser_svelte_internal_index.append_hydration(n,r)},p:function(e,n){1&n&&t!==(t=e[8]+\"\")&&_vendor_browser_svelte_internal_index.set_data(r,t)},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n)}}}function create_default_slot_7(e){for(var n,r,t,_,o,i,l=e[0].left.notUpForText+\"\",s=null===(n=e[0])||void 0===n?void 0:null===(r=n.left)||void 0===r?void 0:r.prevCaucusesAsTexts,a=[],d=0;d<s.length;d+=1)a[d]=create_each_block_1(get_each_context_1(e,s,d));return{c:function(){t=_vendor_browser_svelte_internal_index.element(\"div\"),_=_vendor_browser_svelte_internal_index.element(\"p\"),o=_vendor_browser_svelte_internal_index.text(l),i=_vendor_browser_svelte_internal_index.space();for(var e=0;e<a.length;e+=1)a[e].c();this.h()},l:function(e){t=_vendor_browser_svelte_internal_index.claim_element(e,\"DIV\",{class:!0});var n=_vendor_browser_svelte_internal_index.children(t);_=_vendor_browser_svelte_internal_index.claim_element(n,\"P\",{class:!0});var r=_vendor_browser_svelte_internal_index.children(_);o=_vendor_browser_svelte_internal_index.claim_text(r,l),r.forEach(_vendor_browser_svelte_internal_index.detach),i=_vendor_browser_svelte_internal_index.claim_space(n);for(var s=0;s<a.length;s+=1)a[s].l(n);n.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(_,\"class\",\"bop-bottom__text-2L0Kpn cnn-pcl-1e4ghpb\"),_vendor_browser_svelte_internal_index.attr(t,\"class\",\"bop-bottom__text-container--left-3GIb03 cnn-pcl-1e4ghpb\")},m:function(e,n){_vendor_browser_svelte_internal_index.insert_hydration(e,t,n),_vendor_browser_svelte_internal_index.append_hydration(t,_),_vendor_browser_svelte_internal_index.append_hydration(_,o),_vendor_browser_svelte_internal_index.append_hydration(t,i);for(var r=0;r<a.length;r+=1)a[r].m(t,null)},p:function(e,n){if(1&n&&l!==(l=e[0].left.notUpForText+\"\")&&_vendor_browser_svelte_internal_index.set_data(o,l),1&n){var r,_,i;for(s=null===(r=e[0])||void 0===r?void 0:null===(_=r.left)||void 0===_?void 0:_.prevCaucusesAsTexts,i=0;i<s.length;i+=1){var d=get_each_context_1(e,s,i);a[i]?a[i].p(d,n):(a[i]=create_each_block_1(d),a[i].c(),a[i].m(t,null))}for(;i<a.length;i+=1)a[i].d(1);a.length=s.length}},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(t),_vendor_browser_svelte_internal_index.destroy_each(a,e)}}}function create_if_block_7(e){var n,r;return n=new _lib_sdk_browser__externalConfig_featureFlags_FeatureFlag_svelte.FeatureFlag({props:{feature:e[4],$$slots:{default:[create_default_slot_6]},$$scope:{ctx:e}}}),{c:function(){_vendor_browser_svelte_internal_index.create_component(n.$$.fragment)},l:function(e){_vendor_browser_svelte_internal_index.claim_component(n.$$.fragment,e)},m:function(e,t){_vendor_browser_svelte_internal_index.mount_component(n,e,t),r=!0},p:function(e,r){var t={};8193&r&&(t.$$scope={dirty:r,ctx:e}),n.$set(t)},i:function(e){r||(_vendor_browser_svelte_internal_index.transition_in(n.$$.fragment,e),r=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(n.$$.fragment,e),r=!1},d:function(e){_vendor_browser_svelte_internal_index.destroy_component(n,e)}}}function create_default_slot_6(e){var n,r,t=e[0].left.flippedSeatsText+\"\";return{c:function(){n=_vendor_browser_svelte_internal_index.element(\"p\"),r=_vendor_browser_svelte_internal_index.text(t),this.h()},l:function(e){n=_vendor_browser_svelte_internal_index.claim_element(e,\"P\",{class:!0});var _=_vendor_browser_svelte_internal_index.children(n);r=_vendor_browser_svelte_internal_index.claim_text(_,t),_.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(n,\"class\",\"bop-bottom__text-2L0Kpn cnn-pcl-1e4ghpb\")},m:function(e,t){_vendor_browser_svelte_internal_index.insert_hydration(e,n,t),_vendor_browser_svelte_internal_index.append_hydration(n,r)},p:function(e,n){1&n&&t!==(t=e[0].left.flippedSeatsText+\"\")&&_vendor_browser_svelte_internal_index.set_data(r,t)},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n)}}}function create_if_block_6(e){var n,r;return n=new _lib_sdk_browser__externalConfig_featureFlags_FeatureFlag_svelte.FeatureFlag({props:{feature:e[7],$$slots:{default:[create_default_slot_5]},$$scope:{ctx:e}}}),{c:function(){_vendor_browser_svelte_internal_index.create_component(n.$$.fragment)},l:function(e){_vendor_browser_svelte_internal_index.claim_component(n.$$.fragment,e)},m:function(e,t){_vendor_browser_svelte_internal_index.mount_component(n,e,t),r=!0},p:function(e,r){var t={};8193&r&&(t.$$scope={dirty:r,ctx:e}),n.$set(t)},i:function(e){r||(_vendor_browser_svelte_internal_index.transition_in(n.$$.fragment,e),r=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(n.$$.fragment,e),r=!1},d:function(e){_vendor_browser_svelte_internal_index.destroy_component(n,e)}}}function create_default_slot_5(e){var n,r,t=e[0].left.votePercentText+\"\";return{c:function(){n=_vendor_browser_svelte_internal_index.element(\"span\"),r=_vendor_browser_svelte_internal_index.text(t),this.h()},l:function(e){n=_vendor_browser_svelte_internal_index.claim_element(e,\"SPAN\",{class:!0});var _=_vendor_browser_svelte_internal_index.children(n);r=_vendor_browser_svelte_internal_index.claim_text(_,t),_.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(n,\"class\",\"bop-bottom__text-2L0Kpn bop-bottom__text--bold-UYcRuV cnn-pcl-1e4ghpb\")},m:function(e,t){_vendor_browser_svelte_internal_index.insert_hydration(e,n,t),_vendor_browser_svelte_internal_index.append_hydration(n,r)},p:function(e,n){1&n&&t!==(t=e[0].left.votePercentText+\"\")&&_vendor_browser_svelte_internal_index.set_data(r,t)},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n)}}}function create_if_block_5(e){var n,r;return n=new _lib_sdk_browser__externalConfig_featureFlags_FeatureFlag_svelte.FeatureFlag({props:{feature:e[6],$$slots:{default:[create_default_slot_4]},$$scope:{ctx:e}}}),{c:function(){_vendor_browser_svelte_internal_index.create_component(n.$$.fragment)},l:function(e){_vendor_browser_svelte_internal_index.claim_component(n.$$.fragment,e)},m:function(e,t){_vendor_browser_svelte_internal_index.mount_component(n,e,t),r=!0},p:function(e,r){var t={};8193&r&&(t.$$scope={dirty:r,ctx:e}),n.$set(t)},i:function(e){r||(_vendor_browser_svelte_internal_index.transition_in(n.$$.fragment,e),r=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(n.$$.fragment,e),r=!1},d:function(e){_vendor_browser_svelte_internal_index.destroy_component(n,e)}}}function create_default_slot_4(e){var n,r,t=e[0].left.voteText+\"\";return{c:function(){n=_vendor_browser_svelte_internal_index.element(\"p\"),r=_vendor_browser_svelte_internal_index.text(t),this.h()},l:function(e){n=_vendor_browser_svelte_internal_index.claim_element(e,\"P\",{class:!0});var _=_vendor_browser_svelte_internal_index.children(n);r=_vendor_browser_svelte_internal_index.claim_text(_,t),_.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(n,\"class\",\"bop-bottom__text-2L0Kpn cnn-pcl-1e4ghpb\")},m:function(e,t){_vendor_browser_svelte_internal_index.insert_hydration(e,n,t),_vendor_browser_svelte_internal_index.append_hydration(n,r)},p:function(e,n){1&n&&t!==(t=e[0].left.voteText+\"\")&&_vendor_browser_svelte_internal_index.set_data(r,t)},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n)}}}function create_if_block_4(e){var n,r;return n=new _lib_sdk_browser__externalConfig_featureFlags_FeatureFlag_svelte.FeatureFlag({props:{feature:e[3],$$slots:{default:[create_default_slot_3$1]},$$scope:{ctx:e}}}),{c:function(){_vendor_browser_svelte_internal_index.create_component(n.$$.fragment)},l:function(e){_vendor_browser_svelte_internal_index.claim_component(n.$$.fragment,e)},m:function(e,t){_vendor_browser_svelte_internal_index.mount_component(n,e,t),r=!0},p:function(e,r){var t={};8193&r&&(t.$$scope={dirty:r,ctx:e}),n.$set(t)},i:function(e){r||(_vendor_browser_svelte_internal_index.transition_in(n.$$.fragment,e),r=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(n.$$.fragment,e),r=!1},d:function(e){_vendor_browser_svelte_internal_index.destroy_component(n,e)}}}function create_each_block(e){var n,r,t=e[8]+\"\";return{c:function(){n=_vendor_browser_svelte_internal_index.element(\"p\"),r=_vendor_browser_svelte_internal_index.text(t),this.h()},l:function(e){n=_vendor_browser_svelte_internal_index.claim_element(e,\"P\",{class:!0});var _=_vendor_browser_svelte_internal_index.children(n);r=_vendor_browser_svelte_internal_index.claim_text(_,t),_.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(n,\"class\",\"bop-bottom__text-2L0Kpn cnn-pcl-1e4ghpb\")},m:function(e,t){_vendor_browser_svelte_internal_index.insert_hydration(e,n,t),_vendor_browser_svelte_internal_index.append_hydration(n,r)},p:function(e,n){1&n&&t!==(t=e[8]+\"\")&&_vendor_browser_svelte_internal_index.set_data(r,t)},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n)}}}function create_default_slot_3$1(e){for(var n,r,t,_,o,i,l=e[0].right.notUpForText+\"\",s=null===(n=e[0])||void 0===n?void 0:null===(r=n.right)||void 0===r?void 0:r.prevCaucusesAsTexts,a=[],d=0;d<s.length;d+=1)a[d]=create_each_block(get_each_context(e,s,d));return{c:function(){t=_vendor_browser_svelte_internal_index.element(\"div\"),_=_vendor_browser_svelte_internal_index.element(\"p\"),o=_vendor_browser_svelte_internal_index.text(l),i=_vendor_browser_svelte_internal_index.space();for(var e=0;e<a.length;e+=1)a[e].c();this.h()},l:function(e){t=_vendor_browser_svelte_internal_index.claim_element(e,\"DIV\",{class:!0});var n=_vendor_browser_svelte_internal_index.children(t);_=_vendor_browser_svelte_internal_index.claim_element(n,\"P\",{class:!0});var r=_vendor_browser_svelte_internal_index.children(_);o=_vendor_browser_svelte_internal_index.claim_text(r,l),r.forEach(_vendor_browser_svelte_internal_index.detach),i=_vendor_browser_svelte_internal_index.claim_space(n);for(var s=0;s<a.length;s+=1)a[s].l(n);n.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(_,\"class\",\"bop-bottom__text-2L0Kpn cnn-pcl-1e4ghpb\"),_vendor_browser_svelte_internal_index.attr(t,\"class\",\"bop-bottom__text-container--right-3LmyeJ cnn-pcl-1e4ghpb\")},m:function(e,n){_vendor_browser_svelte_internal_index.insert_hydration(e,t,n),_vendor_browser_svelte_internal_index.append_hydration(t,_),_vendor_browser_svelte_internal_index.append_hydration(_,o),_vendor_browser_svelte_internal_index.append_hydration(t,i);for(var r=0;r<a.length;r+=1)a[r].m(t,null)},p:function(e,n){if(1&n&&l!==(l=e[0].right.notUpForText+\"\")&&_vendor_browser_svelte_internal_index.set_data(o,l),1&n){var r,_,i;for(s=null===(r=e[0])||void 0===r?void 0:null===(_=r.right)||void 0===_?void 0:_.prevCaucusesAsTexts,i=0;i<s.length;i+=1){var d=get_each_context(e,s,i);a[i]?a[i].p(d,n):(a[i]=create_each_block(d),a[i].c(),a[i].m(t,null))}for(;i<a.length;i+=1)a[i].d(1);a.length=s.length}},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(t),_vendor_browser_svelte_internal_index.destroy_each(a,e)}}}function create_if_block_3$2(e){var n,r;return n=new _lib_sdk_browser__externalConfig_featureFlags_FeatureFlag_svelte.FeatureFlag({props:{feature:e[5],$$slots:{default:[create_default_slot_2$1]},$$scope:{ctx:e}}}),{c:function(){_vendor_browser_svelte_internal_index.create_component(n.$$.fragment)},l:function(e){_vendor_browser_svelte_internal_index.claim_component(n.$$.fragment,e)},m:function(e,t){_vendor_browser_svelte_internal_index.mount_component(n,e,t),r=!0},p:function(e,r){var t={};8193&r&&(t.$$scope={dirty:r,ctx:e}),n.$set(t)},i:function(e){r||(_vendor_browser_svelte_internal_index.transition_in(n.$$.fragment,e),r=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(n.$$.fragment,e),r=!1},d:function(e){_vendor_browser_svelte_internal_index.destroy_component(n,e)}}}function create_default_slot_2$1(e){var n,r,t=e[0].right.flippedSeatsText+\"\";return{c:function(){n=_vendor_browser_svelte_internal_index.element(\"p\"),r=_vendor_browser_svelte_internal_index.text(t),this.h()},l:function(e){n=_vendor_browser_svelte_internal_index.claim_element(e,\"P\",{class:!0});var _=_vendor_browser_svelte_internal_index.children(n);r=_vendor_browser_svelte_internal_index.claim_text(_,t),_.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(n,\"class\",\"bop-bottom__text-2L0Kpn cnn-pcl-1e4ghpb\")},m:function(e,t){_vendor_browser_svelte_internal_index.insert_hydration(e,n,t),_vendor_browser_svelte_internal_index.append_hydration(n,r)},p:function(e,n){1&n&&t!==(t=e[0].right.flippedSeatsText+\"\")&&_vendor_browser_svelte_internal_index.set_data(r,t)},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n)}}}function create_if_block_2$2(e){var n,r;return n=new _lib_sdk_browser__externalConfig_featureFlags_FeatureFlag_svelte.FeatureFlag({props:{feature:e[7],$$slots:{default:[create_default_slot_1$2]},$$scope:{ctx:e}}}),{c:function(){_vendor_browser_svelte_internal_index.create_component(n.$$.fragment)},l:function(e){_vendor_browser_svelte_internal_index.claim_component(n.$$.fragment,e)},m:function(e,t){_vendor_browser_svelte_internal_index.mount_component(n,e,t),r=!0},p:function(e,r){var t={};8193&r&&(t.$$scope={dirty:r,ctx:e}),n.$set(t)},i:function(e){r||(_vendor_browser_svelte_internal_index.transition_in(n.$$.fragment,e),r=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(n.$$.fragment,e),r=!1},d:function(e){_vendor_browser_svelte_internal_index.destroy_component(n,e)}}}function create_default_slot_1$2(e){var n,r,t=e[0].right.votePercentText+\"\";return{c:function(){n=_vendor_browser_svelte_internal_index.element(\"span\"),r=_vendor_browser_svelte_internal_index.text(t),this.h()},l:function(e){n=_vendor_browser_svelte_internal_index.claim_element(e,\"SPAN\",{class:!0});var _=_vendor_browser_svelte_internal_index.children(n);r=_vendor_browser_svelte_internal_index.claim_text(_,t),_.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(n,\"class\",\"bop-bottom__text-2L0Kpn bop-bottom__text--bold-UYcRuV cnn-pcl-1e4ghpb\")},m:function(e,t){_vendor_browser_svelte_internal_index.insert_hydration(e,n,t),_vendor_browser_svelte_internal_index.append_hydration(n,r)},p:function(e,n){1&n&&t!==(t=e[0].right.votePercentText+\"\")&&_vendor_browser_svelte_internal_index.set_data(r,t)},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n)}}}function create_if_block_1$2(e){var n,r;return n=new _lib_sdk_browser__externalConfig_featureFlags_FeatureFlag_svelte.FeatureFlag({props:{feature:e[6],$$slots:{default:[create_default_slot$3]},$$scope:{ctx:e}}}),{c:function(){_vendor_browser_svelte_internal_index.create_component(n.$$.fragment)},l:function(e){_vendor_browser_svelte_internal_index.claim_component(n.$$.fragment,e)},m:function(e,t){_vendor_browser_svelte_internal_index.mount_component(n,e,t),r=!0},p:function(e,r){var t={};8193&r&&(t.$$scope={dirty:r,ctx:e}),n.$set(t)},i:function(e){r||(_vendor_browser_svelte_internal_index.transition_in(n.$$.fragment,e),r=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(n.$$.fragment,e),r=!1},d:function(e){_vendor_browser_svelte_internal_index.destroy_component(n,e)}}}function create_default_slot$3(e){var n,r,t=e[0].right.voteText+\"\";return{c:function(){n=_vendor_browser_svelte_internal_index.element(\"p\"),r=_vendor_browser_svelte_internal_index.text(t),this.h()},l:function(e){n=_vendor_browser_svelte_internal_index.claim_element(e,\"P\",{class:!0});var _=_vendor_browser_svelte_internal_index.children(n);r=_vendor_browser_svelte_internal_index.claim_text(_,t),_.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(n,\"class\",\"bop-bottom__text-2L0Kpn cnn-pcl-1e4ghpb\")},m:function(e,t){_vendor_browser_svelte_internal_index.insert_hydration(e,n,t),_vendor_browser_svelte_internal_index.append_hydration(n,r)},p:function(e,n){1&n&&t!==(t=e[0].right.voteText+\"\")&&_vendor_browser_svelte_internal_index.set_data(r,t)},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n)}}}function create_if_block$2(e){var n;return{c:function(){n=_vendor_browser_svelte_internal_index.element(\"p\"),this.h()},l:function(e){n=_vendor_browser_svelte_internal_index.claim_element(e,\"P\",{class:!0}),_vendor_browser_svelte_internal_index.children(n).forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(n,\"class\",\"bop-bottom__explainer-8gbsho cnn-pcl-1e4ghpb\")},m:function(r,t){_vendor_browser_svelte_internal_index.insert_hydration(r,n,t),n.innerHTML=e[1]},p:function(e,r){2&r&&(n.innerHTML=e[1])},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n)}}}function create_fragment$6(e){var n,r,t,_,o,i,l,s,a,d,c,v,u,b,p=e[0].left.notUpForText&&create_if_block_8(e),f=e[0].left.flippedSeatsText&&create_if_block_7(e),x=e[0].left.votePercentStr&&create_if_block_6(e),w=e[0].left.voteStr&&create_if_block_5(e),h=e[0].right.notUpForText&&create_if_block_4(e),m=e[0].right.flippedSeatsText&&create_if_block_3$2(e),y=e[0].right.votePercentStr&&create_if_block_2$2(e),g=e[0].right.voteStr&&create_if_block_1$2(e),$=e[1]&&create_if_block$2(e);return{c:function(){n=_vendor_browser_svelte_internal_index.element(\"div\"),r=_vendor_browser_svelte_internal_index.element(\"div\"),t=_vendor_browser_svelte_internal_index.element(\"div\"),p&&p.c(),_=_vendor_browser_svelte_internal_index.space(),f&&f.c(),o=_vendor_browser_svelte_internal_index.space(),x&&x.c(),i=_vendor_browser_svelte_internal_index.space(),w&&w.c(),l=_vendor_browser_svelte_internal_index.space(),s=_vendor_browser_svelte_internal_index.element(\"div\"),h&&h.c(),a=_vendor_browser_svelte_internal_index.space(),m&&m.c(),d=_vendor_browser_svelte_internal_index.space(),y&&y.c(),c=_vendor_browser_svelte_internal_index.space(),g&&g.c(),v=_vendor_browser_svelte_internal_index.space(),u=_vendor_browser_svelte_internal_index.element(\"div\"),$&&$.c(),this.h()},l:function(e){n=_vendor_browser_svelte_internal_index.claim_element(e,\"DIV\",{class:!0});var b=_vendor_browser_svelte_internal_index.children(n);r=_vendor_browser_svelte_internal_index.claim_element(b,\"DIV\",{class:!0});var T=_vendor_browser_svelte_internal_index.children(r);t=_vendor_browser_svelte_internal_index.claim_element(T,\"DIV\",{class:!0});var k=_vendor_browser_svelte_internal_index.children(t);p&&p.l(k),_=_vendor_browser_svelte_internal_index.claim_space(k),f&&f.l(k),o=_vendor_browser_svelte_internal_index.claim_space(k),x&&x.l(k),i=_vendor_browser_svelte_internal_index.claim_space(k),w&&w.l(k),k.forEach(_vendor_browser_svelte_internal_index.detach),l=_vendor_browser_svelte_internal_index.claim_space(T),s=_vendor_browser_svelte_internal_index.claim_element(T,\"DIV\",{class:!0});var O=_vendor_browser_svelte_internal_index.children(s);h&&h.l(O),a=_vendor_browser_svelte_internal_index.claim_space(O),m&&m.l(O),d=_vendor_browser_svelte_internal_index.claim_space(O),y&&y.l(O),c=_vendor_browser_svelte_internal_index.claim_space(O),g&&g.l(O),O.forEach(_vendor_browser_svelte_internal_index.detach),T.forEach(_vendor_browser_svelte_internal_index.detach),v=_vendor_browser_svelte_internal_index.claim_space(b),u=_vendor_browser_svelte_internal_index.claim_element(b,\"DIV\",{});var P=_vendor_browser_svelte_internal_index.children(u);$&&$.l(P),P.forEach(_vendor_browser_svelte_internal_index.detach),b.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(t,\"class\",\"bop-bottom__count-container-2nyqc cnn-pcl-1e4ghpb\"),_vendor_browser_svelte_internal_index.attr(s,\"class\",\"bop-bottom__count-container-2nyqc cnn-pcl-1e4ghpb\"),_vendor_browser_svelte_internal_index.attr(r,\"class\",\"bop-bottom__main-container-3QX3nL cnn-pcl-1e4ghpb\"),_vendor_browser_svelte_internal_index.attr(n,\"class\",\"bop-bottom-3jl77W cnn-pcl-1e4ghpb\")},m:function(e,T){_vendor_browser_svelte_internal_index.insert_hydration(e,n,T),_vendor_browser_svelte_internal_index.append_hydration(n,r),_vendor_browser_svelte_internal_index.append_hydration(r,t),p&&p.m(t,null),_vendor_browser_svelte_internal_index.append_hydration(t,_),f&&f.m(t,null),_vendor_browser_svelte_internal_index.append_hydration(t,o),x&&x.m(t,null),_vendor_browser_svelte_internal_index.append_hydration(t,i),w&&w.m(t,null),_vendor_browser_svelte_internal_index.append_hydration(r,l),_vendor_browser_svelte_internal_index.append_hydration(r,s),h&&h.m(s,null),_vendor_browser_svelte_internal_index.append_hydration(s,a),m&&m.m(s,null),_vendor_browser_svelte_internal_index.append_hydration(s,d),y&&y.m(s,null),_vendor_browser_svelte_internal_index.append_hydration(s,c),g&&g.m(s,null),_vendor_browser_svelte_internal_index.append_hydration(n,v),_vendor_browser_svelte_internal_index.append_hydration(n,u),$&&$.m(u,null),b=!0},p:function(e,n){var r=_slicedToArray$6(n,1)[0];e[0].left.notUpForText?p?(p.p(e,r),1&r&&_vendor_browser_svelte_internal_index.transition_in(p,1)):((p=create_if_block_8(e)).c(),_vendor_browser_svelte_internal_index.transition_in(p,1),p.m(t,_)):p&&(_vendor_browser_svelte_internal_index.group_outros(),_vendor_browser_svelte_internal_index.transition_out(p,1,1,function(){p=null}),_vendor_browser_svelte_internal_index.check_outros()),e[0].left.flippedSeatsText?f?(f.p(e,r),1&r&&_vendor_browser_svelte_internal_index.transition_in(f,1)):((f=create_if_block_7(e)).c(),_vendor_browser_svelte_internal_index.transition_in(f,1),f.m(t,o)):f&&(_vendor_browser_svelte_internal_index.group_outros(),_vendor_browser_svelte_internal_index.transition_out(f,1,1,function(){f=null}),_vendor_browser_svelte_internal_index.check_outros()),e[0].left.votePercentStr?x?(x.p(e,r),1&r&&_vendor_browser_svelte_internal_index.transition_in(x,1)):((x=create_if_block_6(e)).c(),_vendor_browser_svelte_internal_index.transition_in(x,1),x.m(t,i)):x&&(_vendor_browser_svelte_internal_index.group_outros(),_vendor_browser_svelte_internal_index.transition_out(x,1,1,function(){x=null}),_vendor_browser_svelte_internal_index.check_outros()),e[0].left.voteStr?w?(w.p(e,r),1&r&&_vendor_browser_svelte_internal_index.transition_in(w,1)):((w=create_if_block_5(e)).c(),_vendor_browser_svelte_internal_index.transition_in(w,1),w.m(t,null)):w&&(_vendor_browser_svelte_internal_index.group_outros(),_vendor_browser_svelte_internal_index.transition_out(w,1,1,function(){w=null}),_vendor_browser_svelte_internal_index.check_outros()),e[0].right.notUpForText?h?(h.p(e,r),1&r&&_vendor_browser_svelte_internal_index.transition_in(h,1)):((h=create_if_block_4(e)).c(),_vendor_browser_svelte_internal_index.transition_in(h,1),h.m(s,a)):h&&(_vendor_browser_svelte_internal_index.group_outros(),_vendor_browser_svelte_internal_index.transition_out(h,1,1,function(){h=null}),_vendor_browser_svelte_internal_index.check_outros()),e[0].right.flippedSeatsText?m?(m.p(e,r),1&r&&_vendor_browser_svelte_internal_index.transition_in(m,1)):((m=create_if_block_3$2(e)).c(),_vendor_browser_svelte_internal_index.transition_in(m,1),m.m(s,d)):m&&(_vendor_browser_svelte_internal_index.group_outros(),_vendor_browser_svelte_internal_index.transition_out(m,1,1,function(){m=null}),_vendor_browser_svelte_internal_index.check_outros()),e[0].right.votePercentStr?y?(y.p(e,r),1&r&&_vendor_browser_svelte_internal_index.transition_in(y,1)):((y=create_if_block_2$2(e)).c(),_vendor_browser_svelte_internal_index.transition_in(y,1),y.m(s,c)):y&&(_vendor_browser_svelte_internal_index.group_outros(),_vendor_browser_svelte_internal_index.transition_out(y,1,1,function(){y=null}),_vendor_browser_svelte_internal_index.check_outros()),e[0].right.voteStr?g?(g.p(e,r),1&r&&_vendor_browser_svelte_internal_index.transition_in(g,1)):((g=create_if_block_1$2(e)).c(),_vendor_browser_svelte_internal_index.transition_in(g,1),g.m(s,null)):g&&(_vendor_browser_svelte_internal_index.group_outros(),_vendor_browser_svelte_internal_index.transition_out(g,1,1,function(){g=null}),_vendor_browser_svelte_internal_index.check_outros()),e[1]?$?$.p(e,r):(($=create_if_block$2(e)).c(),$.m(u,null)):$&&($.d(1),$=null)},i:function(e){b||(_vendor_browser_svelte_internal_index.transition_in(p),_vendor_browser_svelte_internal_index.transition_in(f),_vendor_browser_svelte_internal_index.transition_in(x),_vendor_browser_svelte_internal_index.transition_in(w),_vendor_browser_svelte_internal_index.transition_in(h),_vendor_browser_svelte_internal_index.transition_in(m),_vendor_browser_svelte_internal_index.transition_in(y),_vendor_browser_svelte_internal_index.transition_in(g),b=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(p),_vendor_browser_svelte_internal_index.transition_out(f),_vendor_browser_svelte_internal_index.transition_out(x),_vendor_browser_svelte_internal_index.transition_out(w),_vendor_browser_svelte_internal_index.transition_out(h),_vendor_browser_svelte_internal_index.transition_out(m),_vendor_browser_svelte_internal_index.transition_out(y),_vendor_browser_svelte_internal_index.transition_out(g),b=!1},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n),p&&p.d(),f&&f.d(),x&&x.d(),w&&w.d(),h&&h.d(),m&&m.d(),y&&y.d(),g&&g.d(),$&&$.d()}}}function instance$6(e,n,r){var t=n.bop,_=n.belowTheBopExplainer,o=_lib_sdk_browser__externalConfig_featureFlags_constants_ts.features.BOP_NOT_UP_FOR_ELECTION_TEXT_LEFT,i=_lib_sdk_browser__externalConfig_featureFlags_constants_ts.features.BOP_NOT_UP_FOR_ELECTION_TEXT_RIGHT,l=_lib_sdk_browser__externalConfig_featureFlags_constants_ts.features.BOP_FLIPPED_SEATS_TEXT_LEFT,s=_lib_sdk_browser__externalConfig_featureFlags_constants_ts.features.BOP_FLIPPED_SEATS_TEXT_RIGHT,a=_lib_sdk_browser__externalConfig_featureFlags_constants_ts.features.PRESIDENTIAL_BOP_VOTES,d=_lib_sdk_browser__externalConfig_featureFlags_constants_ts.features.PRESIDENTIAL_BOP_VOTE_PERCENT;return e.$$set=function(e){\"bop\"in e&&r(0,t=e.bop),\"belowTheBopExplainer\"in e&&r(1,_=e.belowTheBopExplainer)},[t,_,o,i,l,s,a,d]}var GeneralsBopBottom=function(e){_inherits$6(r,_vendor_browser_svelte_internal_index.SvelteComponent);var n=_createSuper$6(r);function r(e){var t;return _classCallCheck$6(this,r),t=n.call(this),_vendor_browser_svelte_internal_index.init(_assertThisInitialized$6(t),e,instance$6,create_fragment$6,_vendor_browser_svelte_internal_index.safe_not_equal,{bop:0,belowTheBopExplainer:1},add_css$2),t}return r}();function _arrayLikeToArray$6(e,n){(null==n||n>e.length)&&(n=e.length);for(var r=0,t=new Array(n);r<n;r++)t[r]=e[r];return t}function _arrayWithHoles$5(e){if(Array.isArray(e))return e}function _assertThisInitialized$5(e){if(void 0===e)throw new ReferenceError(\"this hasn\\'t been initialised - super() hasn\\'t been called\");return e}function _classCallCheck$5(e,n){if(!(e instanceof n))throw new TypeError(\"Cannot call a class as a function\")}function _getPrototypeOf$5(e){return(_getPrototypeOf$5=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function _inherits$5(e,n){if(\"function\"!=typeof n&&null!==n)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(n&&n.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),n&&_setPrototypeOf$5(e,n)}function _iterableToArrayLimit$5(e,n){var r=null==e?null:\"undefined\"!=typeof Symbol&&e[Symbol.iterator]||e[\"@@iterator\"];if(null!=r){var t,_,o=[],i=!0,l=!1;try{for(r=r.call(e);!(i=(t=r.next()).done)&&(o.push(t.value),!n||o.length!==n);i=!0);}catch(e){l=!0,_=e}finally{try{i||null==r.return||r.return()}finally{if(l)throw _}}return o}}function _nonIterableRest$5(){throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\\\\\\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}function _possibleConstructorReturn$5(e,n){return!n||\"object\"!==_typeof$5(n)&&\"function\"!=typeof n?_assertThisInitialized$5(e):n}function _setPrototypeOf$5(e,n){return(_setPrototypeOf$5=Object.setPrototypeOf||function(e,n){return e.__proto__=n,e})(e,n)}function _slicedToArray$5(e,n){return _arrayWithHoles$5(e)||_iterableToArrayLimit$5(e,n)||_unsupportedIterableToArray$6(e,n)||_nonIterableRest$5()}var _typeof$5=function(e){return e&&\"undefined\"!=typeof Symbol&&e.constructor===Symbol?\"symbol\":typeof e};function _unsupportedIterableToArray$6(e,n){if(e){if(\"string\"==typeof e)return _arrayLikeToArray$6(e,n);var r=Object.prototype.toString.call(e).slice(8,-1);return\"Object\"===r&&e.constructor&&(r=e.constructor.name),\"Map\"===r||\"Set\"===r?Array.from(r):\"Arguments\"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?_arrayLikeToArray$6(e,n):void 0}}function _isNativeReflectConstruct$5(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function _createSuper$5(e){var n=_isNativeReflectConstruct$5();return function(){var r,t=_getPrototypeOf$5(e);if(n){var _=_getPrototypeOf$5(this).constructor;r=Reflect.construct(t,arguments,_)}else r=t.apply(this,arguments);return _possibleConstructorReturn$5(this,r)}}function add_css$1(e){_vendor_browser_svelte_internal_index.append_styles(e,\"cnn-pcl-17vdq52\",\".bop-top-1i11U5.cnn-pcl-17vdq52{display:flex;width:100%;margin:0 auto;flex-direction:row;justify-content:space-between;position:relative;top:var(--bopTopVertical)}.bop-top__party-container-1c_1oa.cnn-pcl-17vdq52{display:flex;flex-direction:row}.bop-top__count-container-left-2wu9f7.cnn-pcl-17vdq52{display:flex;flex-direction:column;flex:1;align-self:center}.bop-top__count-container-right-r-bQFD.cnn-pcl-17vdq52{display:flex;flex-direction:column;flex:1;align-self:center}.bop-top__count-CMGrtu.cnn-pcl-17vdq52{font-size:28px;font-family:cnn_sans_display, helveticaneue, Helvetica, Arial, Utkal, sans-serif;font-weight:400;color:black;line-height:0.5;margin:0 0;position:relative}@media screen and (min-width: 720px){.bop-top__count-CMGrtu.cnn-pcl-17vdq52{font-size:35px}}.bop-top__count-CMGrtu.embedded-t46LR8.cnn-pcl-17vdq52{font-size:16px;padding:0 0 1px}.bop-top__count-CMGrtu.right-2Ca5RB.cnn-pcl-17vdq52{text-align:right}.bop-top__party-UnbSoc.cnn-pcl-17vdq52{display:flex;flex-direction:row;align-items:center;padding:4px 0 0}.bop-top__party-UnbSoc.embedded-t46LR8.cnn-pcl-17vdq52{padding:0}.bop-top__name-lciW7X.cnn-pcl-17vdq52{font-size:15px;font-family:cnn_sans_display, helveticaneue, Helvetica, Arial, Utkal, sans-serif;font-weight:400;color:black}@media screen and (min-width: 720px){.bop-top__name-lciW7X.cnn-pcl-17vdq52{font-size:23px}}.bop-top__name-lciW7X.embedded-t46LR8.cnn-pcl-17vdq52{font-size:16px}.bop-top__name-lciW7X.right-2Ca5RB.cnn-pcl-17vdq52{text-align:right}.bop-top__party-name-3v3eoK.cnn-pcl-17vdq52{font-size:16px;font-family:cnn_sans_display, helveticaneue, Helvetica, Arial, Utkal, sans-serif;font-weight:400;color:black;display:none}@media screen and (min-width: 720px){.bop-top__party-name-3v3eoK.cnn-pcl-17vdq52{display:block}}.bop-top__party-name-3v3eoK.embedded-t46LR8.cnn-pcl-17vdq52{display:none}.bop-top__party-name-3v3eoK.right-2Ca5RB.cnn-pcl-17vdq52{text-align:right}.bop-top__checkmark-wrapper-197PTE.cnn-pcl-17vdq52{margin:0 4px}@media screen and (min-width: 720px){}@media screen and (min-width: 720px){}.bop-top__headshot-3wHH7G.cnn-pcl-17vdq52{width:90px;height:90px;border-radius:50%;background-size:cover;background-position:center;display:none}@media screen and (min-width: 720px){.bop-top__headshot-3wHH7G.cnn-pcl-17vdq52{display:block}}.bop-top__headshot-3wHH7G.embedded-t46LR8.cnn-pcl-17vdq52{display:none}.bop-top__headshot-3wHH7G.left-1FUGrB.cnn-pcl-17vdq52{margin:0 8px 8px 0}.bop-top__headshot-3wHH7G.right-2Ca5RB.cnn-pcl-17vdq52{margin:0 0 8px 8px}\")}function create_if_block_3$1(e){var n,r;return n=new _lib_sdk_browser__externalConfig_featureFlags_FeatureFlag_svelte.FeatureFlag({props:{feature:e[5],$$slots:{default:[create_default_slot_3]},$$scope:{ctx:e}}}),{c:function(){_vendor_browser_svelte_internal_index.create_component(n.$$.fragment)},l:function(e){_vendor_browser_svelte_internal_index.claim_component(n.$$.fragment,e)},m:function(e,t){_vendor_browser_svelte_internal_index.mount_component(n,e,t),r=!0},p:function(e,r){var t={};133&r&&(t.$$scope={dirty:r,ctx:e}),n.$set(t)},i:function(e){r||(_vendor_browser_svelte_internal_index.transition_in(n.$$.fragment,e),r=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(n.$$.fragment,e),r=!1},d:function(e){_vendor_browser_svelte_internal_index.destroy_component(n,e)}}}function create_default_slot_3(e){var n,r;return{c:function(){n=_vendor_browser_svelte_internal_index.element(\"div\"),this.h()},l:function(e){n=_vendor_browser_svelte_internal_index.claim_element(e,\"DIV\",{class:!0,style:!0}),_vendor_browser_svelte_internal_index.children(n).forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){var t,_;_vendor_browser_svelte_internal_index.attr(n,\"class\",\"bop-top__headshot-3wHH7G cnn-pcl-17vdq52\"),_vendor_browser_svelte_internal_index.attr(n,\"style\",r=\"background-color: \".concat(null===(t=e[0])||void 0===t?void 0:null===(_=t.left)||void 0===_?void 0:_.color,\"; background-image: url(\").concat(e[0].left.headshot,\");\")),_vendor_browser_svelte_internal_index.toggle_class(n,\"left-1FUGrB\",!0),_vendor_browser_svelte_internal_index.toggle_class(n,\"embedded-t46LR8\",e[2])},m:function(e,r){_vendor_browser_svelte_internal_index.insert_hydration(e,n,r)},p:function(e,t){var _,o;1&t&&r!==(r=\"background-color: \".concat(null===(_=e[0])||void 0===_?void 0:null===(o=_.left)||void 0===o?void 0:o.color,\"; background-image: url(\").concat(e[0].left.headshot,\");\"))&&_vendor_browser_svelte_internal_index.attr(n,\"style\",r),4&t&&_vendor_browser_svelte_internal_index.toggle_class(n,\"embedded-t46LR8\",e[2])},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n)}}}function create_if_block_2$1(e){var n,r,t,_,o;return _=new icons_lib_browser.CheckmarkIcon({props:{height:e[1],width:e[1],circleFill:null===(n=e[0])||void 0===n?void 0:null===(r=n.left)||void 0===r?void 0:r.color}}),{c:function(){t=_vendor_browser_svelte_internal_index.element(\"div\"),_vendor_browser_svelte_internal_index.create_component(_.$$.fragment),this.h()},l:function(e){t=_vendor_browser_svelte_internal_index.claim_element(e,\"DIV\",{class:!0});var n=_vendor_browser_svelte_internal_index.children(t);_vendor_browser_svelte_internal_index.claim_component(_.$$.fragment,n),n.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(t,\"class\",\"bop-top__checkmark-wrapper-197PTE cnn-pcl-17vdq52\")},m:function(e,n){_vendor_browser_svelte_internal_index.insert_hydration(e,t,n),_vendor_browser_svelte_internal_index.mount_component(_,t,null),o=!0},p:function(e,n){var r,t,o={};2&n&&(o.height=e[1]),2&n&&(o.width=e[1]),1&n&&(o.circleFill=null===(r=e[0])||void 0===r?void 0:null===(t=r.left)||void 0===t?void 0:t.color),_.$set(o)},i:function(e){o||(_vendor_browser_svelte_internal_index.transition_in(_.$$.fragment,e),o=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(_.$$.fragment,e),o=!1},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(t),_vendor_browser_svelte_internal_index.destroy_component(_)}}}function create_default_slot_2(e){var n,r,t,_,o=(null===(n=e[0])||void 0===n?void 0:null===(r=n.left)||void 0===r?void 0:r.winner)&&create_if_block_2$1(e);return{c:function(){o&&o.c(),t=_vendor_browser_svelte_internal_index.empty()},l:function(e){o&&o.l(e),t=_vendor_browser_svelte_internal_index.empty()},m:function(e,n){o&&o.m(e,n),_vendor_browser_svelte_internal_index.insert_hydration(e,t,n),_=!0},p:function(e,n){var r,_;(null===(r=e[0])||void 0===r?void 0:null===(_=r.left)||void 0===_?void 0:_.winner)?o?(o.p(e,n),1&n&&_vendor_browser_svelte_internal_index.transition_in(o,1)):((o=create_if_block_2$1(e)).c(),_vendor_browser_svelte_internal_index.transition_in(o,1),o.m(t.parentNode,t)):o&&(_vendor_browser_svelte_internal_index.group_outros(),_vendor_browser_svelte_internal_index.transition_out(o,1,1,function(){o=null}),_vendor_browser_svelte_internal_index.check_outros())},i:function(e){_||(_vendor_browser_svelte_internal_index.transition_in(o),_=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(o),_=!1},d:function(e){o&&o.d(e),e&&_vendor_browser_svelte_internal_index.detach(t)}}}function create_if_block_1$1(e){var n,r,t,_,o;return _=new icons_lib_browser.CheckmarkIcon({props:{height:e[1],width:e[1],circleFill:null===(n=e[0])||void 0===n?void 0:null===(r=n.right)||void 0===r?void 0:r.color}}),{c:function(){t=_vendor_browser_svelte_internal_index.element(\"div\"),_vendor_browser_svelte_internal_index.create_component(_.$$.fragment),this.h()},l:function(e){t=_vendor_browser_svelte_internal_index.claim_element(e,\"DIV\",{class:!0});var n=_vendor_browser_svelte_internal_index.children(t);_vendor_browser_svelte_internal_index.claim_component(_.$$.fragment,n),n.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(t,\"class\",\"bop-top__checkmark-wrapper-197PTE cnn-pcl-17vdq52\")},m:function(e,n){_vendor_browser_svelte_internal_index.insert_hydration(e,t,n),_vendor_browser_svelte_internal_index.mount_component(_,t,null),o=!0},p:function(e,n){var r,t,o={};2&n&&(o.height=e[1]),2&n&&(o.width=e[1]),1&n&&(o.circleFill=null===(r=e[0])||void 0===r?void 0:null===(t=r.right)||void 0===t?void 0:t.color),_.$set(o)},i:function(e){o||(_vendor_browser_svelte_internal_index.transition_in(_.$$.fragment,e),o=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(_.$$.fragment,e),o=!1},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(t),_vendor_browser_svelte_internal_index.destroy_component(_)}}}function create_default_slot_1$1(e){var n,r,t,_,o=(null===(n=e[0])||void 0===n?void 0:null===(r=n.right)||void 0===r?void 0:r.winner)&&create_if_block_1$1(e);return{c:function(){o&&o.c(),t=_vendor_browser_svelte_internal_index.empty()},l:function(e){o&&o.l(e),t=_vendor_browser_svelte_internal_index.empty()},m:function(e,n){o&&o.m(e,n),_vendor_browser_svelte_internal_index.insert_hydration(e,t,n),_=!0},p:function(e,n){var r,_;(null===(r=e[0])||void 0===r?void 0:null===(_=r.right)||void 0===_?void 0:_.winner)?o?(o.p(e,n),1&n&&_vendor_browser_svelte_internal_index.transition_in(o,1)):((o=create_if_block_1$1(e)).c(),_vendor_browser_svelte_internal_index.transition_in(o,1),o.m(t.parentNode,t)):o&&(_vendor_browser_svelte_internal_index.group_outros(),_vendor_browser_svelte_internal_index.transition_out(o,1,1,function(){o=null}),_vendor_browser_svelte_internal_index.check_outros())},i:function(e){_||(_vendor_browser_svelte_internal_index.transition_in(o),_=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(o),_=!1},d:function(e){o&&o.d(e),e&&_vendor_browser_svelte_internal_index.detach(t)}}}function create_if_block$1(e){var n,r;return n=new _lib_sdk_browser__externalConfig_featureFlags_FeatureFlag_svelte.FeatureFlag({props:{feature:e[6],$$slots:{default:[create_default_slot$2]},$$scope:{ctx:e}}}),{c:function(){_vendor_browser_svelte_internal_index.create_component(n.$$.fragment)},l:function(e){_vendor_browser_svelte_internal_index.claim_component(n.$$.fragment,e)},m:function(e,t){_vendor_browser_svelte_internal_index.mount_component(n,e,t),r=!0},p:function(e,r){var t={};133&r&&(t.$$scope={dirty:r,ctx:e}),n.$set(t)},i:function(e){r||(_vendor_browser_svelte_internal_index.transition_in(n.$$.fragment,e),r=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(n.$$.fragment,e),r=!1},d:function(e){_vendor_browser_svelte_internal_index.destroy_component(n,e)}}}function create_default_slot$2(e){var n,r;return{c:function(){n=_vendor_browser_svelte_internal_index.element(\"div\"),this.h()},l:function(e){n=_vendor_browser_svelte_internal_index.claim_element(e,\"DIV\",{class:!0,style:!0}),_vendor_browser_svelte_internal_index.children(n).forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){var t,_;_vendor_browser_svelte_internal_index.attr(n,\"class\",\"bop-top__headshot-3wHH7G cnn-pcl-17vdq52\"),_vendor_browser_svelte_internal_index.attr(n,\"style\",r=\"background-color: \".concat(null===(t=e[0])||void 0===t?void 0:null===(_=t.right)||void 0===_?void 0:_.color,\"; background-image: url(\").concat(e[0].right.headshot,\");\")),_vendor_browser_svelte_internal_index.toggle_class(n,\"right-2Ca5RB\",!0),_vendor_browser_svelte_internal_index.toggle_class(n,\"embedded-t46LR8\",e[2])},m:function(e,r){_vendor_browser_svelte_internal_index.insert_hydration(e,n,r)},p:function(e,t){var _,o;1&t&&r!==(r=\"background-color: \".concat(null===(_=e[0])||void 0===_?void 0:null===(o=_.right)||void 0===o?void 0:o.color,\"; background-image: url(\").concat(e[0].right.headshot,\");\"))&&_vendor_browser_svelte_internal_index.attr(n,\"style\",r),4&t&&_vendor_browser_svelte_internal_index.toggle_class(n,\"embedded-t46LR8\",e[2])},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n)}}}function create_fragment$5(e){var n,r,t,_,o,i,l,s,a,d,c,v,u,b,p,f,x,w,h,m,y,g,$,T,k,O,P,E,A,C,I,S,R,F,j,L,B,D,H,G,N,q,z,M=(null===(n=e[0])||void 0===n?void 0:null===(r=n.left)||void 0===r?void 0:r.count)+\"\",U=(e[2]?null===(t=e[0])||void 0===t?void 0:null===(_=t.left)||void 0===_?void 0:_.lastName:null===(o=e[0])||void 0===o?void 0:null===(i=o.left)||void 0===i?void 0:i.fullName)+\"\",W=(null===(l=e[0])||void 0===l?void 0:null===(s=l.right)||void 0===s?void 0:s.count)+\"\",V=(e[2]?null===(a=e[0])||void 0===a?void 0:null===(d=a.right)||void 0===d?void 0:d.lastName:null===(c=e[0])||void 0===c?void 0:null===(v=c.right)||void 0===v?void 0:v.fullName)+\"\",K=e[0].left.headshot&&create_if_block_3$1(e);T=new _lib_sdk_browser__externalConfig_featureFlags_FeatureFlag_svelte.FeatureFlag({props:{feature:e[3],$$slots:{default:[create_default_slot_2]},$$scope:{ctx:e}}}),j=new _lib_sdk_browser__externalConfig_featureFlags_FeatureFlag_svelte.FeatureFlag({props:{feature:e[4],$$slots:{default:[create_default_slot_1$1]},$$scope:{ctx:e}}});var X=e[0].right.headshot&&create_if_block$1(e);return{c:function(){u=_vendor_browser_svelte_internal_index.element(\"div\"),b=_vendor_browser_svelte_internal_index.element(\"div\"),K&&K.c(),p=_vendor_browser_svelte_internal_index.space(),f=_vendor_browser_svelte_internal_index.element(\"div\"),x=_vendor_browser_svelte_internal_index.element(\"div\"),w=_vendor_browser_svelte_internal_index.text(M),h=_vendor_browser_svelte_internal_index.space(),m=_vendor_browser_svelte_internal_index.element(\"span\"),y=_vendor_browser_svelte_internal_index.element(\"div\"),g=_vendor_browser_svelte_internal_index.text(U),$=_vendor_browser_svelte_internal_index.space(),_vendor_browser_svelte_internal_index.create_component(T.$$.fragment),k=_vendor_browser_svelte_internal_index.space(),O=_vendor_browser_svelte_internal_index.element(\"span\"),P=_vendor_browser_svelte_internal_index.text(\"Democrat\"),E=_vendor_browser_svelte_internal_index.space(),A=_vendor_browser_svelte_internal_index.element(\"div\"),C=_vendor_browser_svelte_internal_index.element(\"div\"),I=_vendor_browser_svelte_internal_index.element(\"div\"),S=_vendor_browser_svelte_internal_index.text(W),R=_vendor_browser_svelte_internal_index.space(),F=_vendor_browser_svelte_internal_index.element(\"span\"),_vendor_browser_svelte_internal_index.create_component(j.$$.fragment),L=_vendor_browser_svelte_internal_index.space(),B=_vendor_browser_svelte_internal_index.element(\"div\"),D=_vendor_browser_svelte_internal_index.text(V),H=_vendor_browser_svelte_internal_index.space(),G=_vendor_browser_svelte_internal_index.element(\"span\"),N=_vendor_browser_svelte_internal_index.text(\"Republican\"),q=_vendor_browser_svelte_internal_index.space(),X&&X.c(),this.h()},l:function(e){u=_vendor_browser_svelte_internal_index.claim_element(e,\"DIV\",{class:!0});var n=_vendor_browser_svelte_internal_index.children(u);b=_vendor_browser_svelte_internal_index.claim_element(n,\"DIV\",{class:!0});var r=_vendor_browser_svelte_internal_index.children(b);K&&K.l(r),p=_vendor_browser_svelte_internal_index.claim_space(r),f=_vendor_browser_svelte_internal_index.claim_element(r,\"DIV\",{class:!0});var t=_vendor_browser_svelte_internal_index.children(f);x=_vendor_browser_svelte_internal_index.claim_element(t,\"DIV\",{class:!0});var _=_vendor_browser_svelte_internal_index.children(x);w=_vendor_browser_svelte_internal_index.claim_text(_,M),_.forEach(_vendor_browser_svelte_internal_index.detach),h=_vendor_browser_svelte_internal_index.claim_space(t),m=_vendor_browser_svelte_internal_index.claim_element(t,\"SPAN\",{class:!0});var o=_vendor_browser_svelte_internal_index.children(m);y=_vendor_browser_svelte_internal_index.claim_element(o,\"DIV\",{class:!0,left:!0});var i=_vendor_browser_svelte_internal_index.children(y);g=_vendor_browser_svelte_internal_index.claim_text(i,U),i.forEach(_vendor_browser_svelte_internal_index.detach),$=_vendor_browser_svelte_internal_index.claim_space(o),_vendor_browser_svelte_internal_index.claim_component(T.$$.fragment,o),o.forEach(_vendor_browser_svelte_internal_index.detach),k=_vendor_browser_svelte_internal_index.claim_space(t),O=_vendor_browser_svelte_internal_index.claim_element(t,\"SPAN\",{class:!0});var l=_vendor_browser_svelte_internal_index.children(O);P=_vendor_browser_svelte_internal_index.claim_text(l,\"Democrat\"),l.forEach(_vendor_browser_svelte_internal_index.detach),t.forEach(_vendor_browser_svelte_internal_index.detach),r.forEach(_vendor_browser_svelte_internal_index.detach),E=_vendor_browser_svelte_internal_index.claim_space(n),A=_vendor_browser_svelte_internal_index.claim_element(n,\"DIV\",{class:!0});var s=_vendor_browser_svelte_internal_index.children(A);C=_vendor_browser_svelte_internal_index.claim_element(s,\"DIV\",{class:!0});var a=_vendor_browser_svelte_internal_index.children(C);I=_vendor_browser_svelte_internal_index.claim_element(a,\"DIV\",{class:!0});var d=_vendor_browser_svelte_internal_index.children(I);S=_vendor_browser_svelte_internal_index.claim_text(d,W),d.forEach(_vendor_browser_svelte_internal_index.detach),R=_vendor_browser_svelte_internal_index.claim_space(a),F=_vendor_browser_svelte_internal_index.claim_element(a,\"SPAN\",{class:!0});var c=_vendor_browser_svelte_internal_index.children(F);_vendor_browser_svelte_internal_index.claim_component(j.$$.fragment,c),L=_vendor_browser_svelte_internal_index.claim_space(c),B=_vendor_browser_svelte_internal_index.claim_element(c,\"DIV\",{class:!0});var v=_vendor_browser_svelte_internal_index.children(B);D=_vendor_browser_svelte_internal_index.claim_text(v,V),v.forEach(_vendor_browser_svelte_internal_index.detach),c.forEach(_vendor_browser_svelte_internal_index.detach),H=_vendor_browser_svelte_internal_index.claim_space(a),G=_vendor_browser_svelte_internal_index.claim_element(a,\"SPAN\",{class:!0});var z=_vendor_browser_svelte_internal_index.children(G);N=_vendor_browser_svelte_internal_index.claim_text(z,\"Republican\"),z.forEach(_vendor_browser_svelte_internal_index.detach),a.forEach(_vendor_browser_svelte_internal_index.detach),q=_vendor_browser_svelte_internal_index.claim_space(s),X&&X.l(s),s.forEach(_vendor_browser_svelte_internal_index.detach),n.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(x,\"class\",\"bop-top__count-CMGrtu cnn-pcl-17vdq52\"),_vendor_browser_svelte_internal_index.toggle_class(x,\"embedded-t46LR8\",e[2]),_vendor_browser_svelte_internal_index.attr(y,\"class\",\"bop-top__name-lciW7X cnn-pcl-17vdq52\"),_vendor_browser_svelte_internal_index.attr(y,\"left\",\"\"),_vendor_browser_svelte_internal_index.toggle_class(y,\"embedded-t46LR8\",e[2]),_vendor_browser_svelte_internal_index.attr(m,\"class\",\"bop-top__party-UnbSoc cnn-pcl-17vdq52\"),_vendor_browser_svelte_internal_index.toggle_class(m,\"embedded-t46LR8\",e[2]),_vendor_browser_svelte_internal_index.attr(O,\"class\",\"bop-top__party-name-3v3eoK cnn-pcl-17vdq52\"),_vendor_browser_svelte_internal_index.toggle_class(O,\"embedded-t46LR8\",e[2]),_vendor_browser_svelte_internal_index.attr(f,\"class\",\"bop-top__count-container-left-2wu9f7 cnn-pcl-17vdq52\"),_vendor_browser_svelte_internal_index.attr(b,\"class\",\"bop-top__party-container-1c_1oa cnn-pcl-17vdq52\"),_vendor_browser_svelte_internal_index.attr(I,\"class\",\"bop-top__count-CMGrtu cnn-pcl-17vdq52\"),_vendor_browser_svelte_internal_index.toggle_class(I,\"embedded-t46LR8\",e[2]),_vendor_browser_svelte_internal_index.toggle_class(I,\"right-2Ca5RB\",!0),_vendor_browser_svelte_internal_index.attr(B,\"class\",\"bop-top__name-lciW7X cnn-pcl-17vdq52\"),_vendor_browser_svelte_internal_index.toggle_class(B,\"embedded-t46LR8\",e[2]),_vendor_browser_svelte_internal_index.toggle_class(B,\"right-2Ca5RB\",!0),_vendor_browser_svelte_internal_index.attr(F,\"class\",\"bop-top__party-UnbSoc cnn-pcl-17vdq52\"),_vendor_browser_svelte_internal_index.toggle_class(F,\"embedded-t46LR8\",e[2]),_vendor_browser_svelte_internal_index.attr(G,\"class\",\"bop-top__party-name-3v3eoK cnn-pcl-17vdq52\"),_vendor_browser_svelte_internal_index.toggle_class(G,\"embedded-t46LR8\",e[2]),_vendor_browser_svelte_internal_index.toggle_class(G,\"right-2Ca5RB\",!0),_vendor_browser_svelte_internal_index.attr(C,\"class\",\"bop-top__count-container-right-r-bQFD cnn-pcl-17vdq52\"),_vendor_browser_svelte_internal_index.attr(A,\"class\",\"bop-top__party-container-1c_1oa cnn-pcl-17vdq52\"),_vendor_browser_svelte_internal_index.attr(u,\"class\",\"bop-top-1i11U5 cnn-pcl-17vdq52\")},m:function(e,n){_vendor_browser_svelte_internal_index.insert_hydration(e,u,n),_vendor_browser_svelte_internal_index.append_hydration(u,b),K&&K.m(b,null),_vendor_browser_svelte_internal_index.append_hydration(b,p),_vendor_browser_svelte_internal_index.append_hydration(b,f),_vendor_browser_svelte_internal_index.append_hydration(f,x),_vendor_browser_svelte_internal_index.append_hydration(x,w),_vendor_browser_svelte_internal_index.append_hydration(f,h),_vendor_browser_svelte_internal_index.append_hydration(f,m),_vendor_browser_svelte_internal_index.append_hydration(m,y),_vendor_browser_svelte_internal_index.append_hydration(y,g),_vendor_browser_svelte_internal_index.append_hydration(m,$),_vendor_browser_svelte_internal_index.mount_component(T,m,null),_vendor_browser_svelte_internal_index.append_hydration(f,k),_vendor_browser_svelte_internal_index.append_hydration(f,O),_vendor_browser_svelte_internal_index.append_hydration(O,P),_vendor_browser_svelte_internal_index.append_hydration(u,E),_vendor_browser_svelte_internal_index.append_hydration(u,A),_vendor_browser_svelte_internal_index.append_hydration(A,C),_vendor_browser_svelte_internal_index.append_hydration(C,I),_vendor_browser_svelte_internal_index.append_hydration(I,S),_vendor_browser_svelte_internal_index.append_hydration(C,R),_vendor_browser_svelte_internal_index.append_hydration(C,F),_vendor_browser_svelte_internal_index.mount_component(j,F,null),_vendor_browser_svelte_internal_index.append_hydration(F,L),_vendor_browser_svelte_internal_index.append_hydration(F,B),_vendor_browser_svelte_internal_index.append_hydration(B,D),_vendor_browser_svelte_internal_index.append_hydration(C,H),_vendor_browser_svelte_internal_index.append_hydration(C,G),_vendor_browser_svelte_internal_index.append_hydration(G,N),_vendor_browser_svelte_internal_index.append_hydration(A,q),X&&X.m(A,null),z=!0},p:function(e,n){var r,t,_,o,i,l,s,a,d,c,v,u,f=_slicedToArray$5(n,1)[0];e[0].left.headshot?K?(K.p(e,f),1&f&&_vendor_browser_svelte_internal_index.transition_in(K,1)):((K=create_if_block_3$1(e)).c(),_vendor_browser_svelte_internal_index.transition_in(K,1),K.m(b,p)):K&&(_vendor_browser_svelte_internal_index.group_outros(),_vendor_browser_svelte_internal_index.transition_out(K,1,1,function(){K=null}),_vendor_browser_svelte_internal_index.check_outros()),(!z||1&f)&&M!==(M=(null===(r=e[0])||void 0===r?void 0:null===(t=r.left)||void 0===t?void 0:t.count)+\"\")&&_vendor_browser_svelte_internal_index.set_data(w,M),4&f&&_vendor_browser_svelte_internal_index.toggle_class(x,\"embedded-t46LR8\",e[2]),(!z||5&f)&&U!==(U=(e[2]?null===(_=e[0])||void 0===_?void 0:null===(o=_.left)||void 0===o?void 0:o.lastName:null===(i=e[0])||void 0===i?void 0:null===(l=i.left)||void 0===l?void 0:l.fullName)+\"\")&&_vendor_browser_svelte_internal_index.set_data(g,U),4&f&&_vendor_browser_svelte_internal_index.toggle_class(y,\"embedded-t46LR8\",e[2]);var h={};131&f&&(h.$$scope={dirty:f,ctx:e}),T.$set(h),4&f&&_vendor_browser_svelte_internal_index.toggle_class(m,\"embedded-t46LR8\",e[2]),4&f&&_vendor_browser_svelte_internal_index.toggle_class(O,\"embedded-t46LR8\",e[2]),(!z||1&f)&&W!==(W=(null===(s=e[0])||void 0===s?void 0:null===(a=s.right)||void 0===a?void 0:a.count)+\"\")&&_vendor_browser_svelte_internal_index.set_data(S,W),4&f&&_vendor_browser_svelte_internal_index.toggle_class(I,\"embedded-t46LR8\",e[2]);var $={};131&f&&($.$$scope={dirty:f,ctx:e}),j.$set($),(!z||5&f)&&V!==(V=(e[2]?null===(d=e[0])||void 0===d?void 0:null===(c=d.right)||void 0===c?void 0:c.lastName:null===(v=e[0])||void 0===v?void 0:null===(u=v.right)||void 0===u?void 0:u.fullName)+\"\")&&_vendor_browser_svelte_internal_index.set_data(D,V),4&f&&_vendor_browser_svelte_internal_index.toggle_class(B,\"embedded-t46LR8\",e[2]),4&f&&_vendor_browser_svelte_internal_index.toggle_class(F,\"embedded-t46LR8\",e[2]),4&f&&_vendor_browser_svelte_internal_index.toggle_class(G,\"embedded-t46LR8\",e[2]),e[0].right.headshot?X?(X.p(e,f),1&f&&_vendor_browser_svelte_internal_index.transition_in(X,1)):((X=create_if_block$1(e)).c(),_vendor_browser_svelte_internal_index.transition_in(X,1),X.m(A,null)):X&&(_vendor_browser_svelte_internal_index.group_outros(),_vendor_browser_svelte_internal_index.transition_out(X,1,1,function(){X=null}),_vendor_browser_svelte_internal_index.check_outros())},i:function(e){z||(_vendor_browser_svelte_internal_index.transition_in(K),_vendor_browser_svelte_internal_index.transition_in(T.$$.fragment,e),_vendor_browser_svelte_internal_index.transition_in(j.$$.fragment,e),_vendor_browser_svelte_internal_index.transition_in(X),z=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(K),_vendor_browser_svelte_internal_index.transition_out(T.$$.fragment,e),_vendor_browser_svelte_internal_index.transition_out(j.$$.fragment,e),_vendor_browser_svelte_internal_index.transition_out(X),z=!1},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(u),K&&K.d(),_vendor_browser_svelte_internal_index.destroy_component(T),_vendor_browser_svelte_internal_index.destroy_component(j),X&&X.d()}}}function instance$5(e,n,r){var t=n.bop,_=n.checkmarkWidth,o=n.isEmbed,i=_lib_sdk_browser__externalConfig_featureFlags_constants_ts.features.BOP_CHECKMARK_LEFT,l=_lib_sdk_browser__externalConfig_featureFlags_constants_ts.features.BOP_CHECKMARK_RIGHT,s=_lib_sdk_browser__externalConfig_featureFlags_constants_ts.features.PRESIDENTIAL_BOP_HEADSHOT_LEFT,a=_lib_sdk_browser__externalConfig_featureFlags_constants_ts.features.PRESIDENTIAL_BOP_HEADSHOT_RIGHT;return e.$$set=function(e){\"bop\"in e&&r(0,t=e.bop),\"checkmarkWidth\"in e&&r(1,_=e.checkmarkWidth),\"isEmbed\"in e&&r(2,o=e.isEmbed)},[t,_,o,i,l,s,a]}var HeadshotBopTop=function(e){_inherits$5(r,_vendor_browser_svelte_internal_index.SvelteComponent);var n=_createSuper$5(r);function r(e){var t;return _classCallCheck$5(this,r),t=n.call(this),_vendor_browser_svelte_internal_index.init(_assertThisInitialized$5(t),e,instance$5,create_fragment$5,_vendor_browser_svelte_internal_index.safe_not_equal,{bop:0,checkmarkWidth:1,isEmbed:2},add_css$1),t}return r}(),IDRGLI=function(e){return e.DEM=\"DEM\",e.REP=\"REP\",e.GRN=\"GRN\",e.LIB=\"LIB\",e.IND=\"IND\",e}(IDRGLI||{}),bopOrderDefaults={SG:{barEnds:[IDRGLI.DEM,IDRGLI.REP],segments:[\"demNotUpForElection\",\"demHeld\",\"demFlippedSeats\",\"grnNotUpForElection\",\"grnHeld\",\"grnFlippedSeats\",\"notYetCalledLeft\",\"indNotUpForElection\",\"indHeld\",\"indFlippedSeats\",\"notYetCalledRight\",\"libFlippedSeats\",\"libNotUpForElection\",\"libHeld\",\"repFlippedSeats\",\"repHeld\",\"repNotUpForElection\"]},PG:{barEnds:[IDRGLI.DEM,IDRGLI.REP],segments:[\"demHeld\",\"notYetCalledLeft\",\"notYetCalledRight\",\"repHeld\"]},HG:{barEnds:[IDRGLI.DEM,IDRGLI.REP],segments:[\"demHeld\",\"demFlippedSeats\",\"grnFlippedSeats\",\"notYetCalledLeft\",\"indFlippedSeats\",\"notYetCalledRight\",\"libFlippedSeats\",\"repFlippedSeats\",\"repHeld\"]},GG:{barEnds:[IDRGLI.DEM,IDRGLI.REP],segments:[\"demNotUpForElection\",\"demHeld\",\"demFlippedSeats\",\"grnFlippedSeats\",\"notYetCalledLeft\",\"indFlippedSeats\",\"notYetCalledRight\",\"libFlippedSeats\",\"repFlippedSeats\",\"repHeld\",\"repNotUpForElection\"]}},partyNameMap={DEM:\"Democrat\",REP:\"Republican\",IND:\"Independent\",LIB:\"Libertarian\",GRN:\"Green Party member\"},partyNameAsPrepositionalObjectMap={DEM:\"Democrats\",REP:\"Republicans\",IND:\"Independents\",LIB:\"Libertarians\",GRN:\"the Green Party\"},contestTypeMap={SG:\"Senate\",HG:\"House\",GG:\"Governor\",PG:\"President\",SSG:\"Secretary of State\",I1P:\"Ballot Measures\",I1G:\"Ballot Measures\"},caucusesAsPartyNameMap={DEM:\"Democratic\",REP:\"Republican\",IND:\"Independent\",LIB:\"Libertarian\",GRN:\"Green\"};function getPrevCaucusesAsTexts(e){if(!(null==e?void 0:e.previousCaucusesAs))return[];var n=Object.keys(null==e?void 0:e.previousCaucusesAs).filter(function(n){return null==e?void 0:e.previousCaucusesAs[n]});return Array.isArray(n)?n.map(function(n){var r=(null==e?void 0:e.previousCaucusesAs[n])>1?\"s\":\"\";return\"(including \".concat(null==e?void 0:e.previousCaucusesAs[n],\" \").concat(partyNameMap[n]).concat(r,\" caucusing with \").concat(partyNameAsPrepositionalObjectMap[null==e?void 0:e.majorParty],\")\")}):[]}function getCaucusesAsTexts(e,n){if(!(null==e?void 0:e.caucusesAs)||!(null==e?void 0:e.previousCaucusesAs))return\"\";var r=Object.keys(null==e?void 0:e.caucusesAs).filter(function(n){return(null==e?void 0:e.caucusesAs[n])-(null==e?void 0:e.previousCaucusesAs[n])>0});if(!Array.isArray(r))return\"\";var t=\"\";return r.forEach(function(r,_){_>0&&(t+=\" \");var o=(null==e?void 0:e.caucusesAs[r])-(null==e?void 0:e.previousCaucusesAs[r]),i=o>1?\"s\":\"\";t+=\"The \".concat(caucusesAsPartyNameMap[r],\" Party flipped \").concat(o,\" \").concat(contestTypeMap[n],\" seat\").concat(i,\" and the \").concat(o,\" \").concat(caucusesAsPartyNameMap[r],\" Party candidate\").concat(i,\" will caucus with the \").concat(caucusesAsPartyNameMap[null==e?void 0:e.majorParty],\" Party.\")}),t}function makePickupsText(e){var n=null==e?void 0:e.flippedSeats;return n?\"\".concat(n,\" Pickup\").concat(n>1?\"s\":\"\"):\"\"}function getPresidentialContent(e,n){var r=n.isEmbed,t=n.staticAssetsBaseUrl,_=void 0===t?_lib_browser_common_constants_baseUrls.POLITICS_STATIC_ASSETS_BASEURL:t,o=\"\",i=\"\";if(r)e.votePercentStr=\"\",i=\"\".concat(e.voteStr,\" votes\");else{var l=e.lastName,s=_+\"static-assets/headshots/\"+\"\".concat(null==l?void 0:l.toLowerCase(),\"-icon-no-background.png\");e.headshot=s,o=\"\".concat(e.votePercentStr,\"% of popular vote \"),i=\"(\".concat(e.voteStr,\" votes)\")}return[e,!0,o,i]}var PRESIDENTIAL_TIE_COUNT=269,DEFAULT_PRESIDENTIAL_TOOLTIP_TIE_TEXT=\"<div>In the event of an electoral vote tie or where no candidate receives 270 electoral votes, the president will be elected by the House of Representatives, where each states delegation collectively gets one vote.<br/><br/>The vice president is elected by the Senate</div>\";function checkForTiebreaker(e,n,r){var t,_=r.isEmbed,o=r.contestType,i=r.vpExplainerText,l=r.presidentialTieText;if(\"PG\"===o)return{tiebreakerEnacted:null==n?void 0:n.barEnds.reduce(function(n,r){var t,_=null==e?void 0:null===(t=e.meta)||void 0===t?void 0:t.parties[r];return(null==_?void 0:_.count)===PRESIDENTIAL_TIE_COUNT&&n},!0),tooltipThresholdText:l};var s=null==e?void 0:null===(t=e.meta)||void 0===t?void 0:t.vpTiebreaker;return{tiebreakerEnacted:!_&&!!(null==s?void 0:s.majorParty)&&!!i,tooltipThresholdText:i}}function _arrayLikeToArray$5(e,n){(null==n||n>e.length)&&(n=e.length);for(var r=0,t=new Array(n);r<n;r++)t[r]=e[r];return t}function _arrayWithHoles$4(e){if(Array.isArray(e))return e}function _defineProperty$2(e,n,r){return n in e?Object.defineProperty(e,n,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[n]=r,e}function _iterableToArrayLimit$4(e,n){var r=null==e?null:\"undefined\"!=typeof Symbol&&e[Symbol.iterator]||e[\"@@iterator\"];if(null!=r){var t,_,o=[],i=!0,l=!1;try{for(r=r.call(e);!(i=(t=r.next()).done)&&(o.push(t.value),!n||o.length!==n);i=!0);}catch(e){l=!0,_=e}finally{try{i||null==r.return||r.return()}finally{if(l)throw _}}return o}}function _nonIterableRest$4(){throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\\\\\\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}function _objectSpread$2(e){for(var n=1;n<arguments.length;n++){var r=null!=arguments[n]?arguments[n]:{},t=Object.keys(r);\"function\"==typeof Object.getOwnPropertySymbols&&(t=t.concat(Object.getOwnPropertySymbols(r).filter(function(e){return Object.getOwnPropertyDescriptor(r,e).enumerable}))),t.forEach(function(n){_defineProperty$2(e,n,r[n])})}return e}function ownKeys$2(e,n){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var t=Object.getOwnPropertySymbols(e);n&&(t=t.filter(function(n){return Object.getOwnPropertyDescriptor(e,n).enumerable})),r.push.apply(r,t)}return r}function _objectSpreadProps$2(e,n){return n=null!=n?n:{},Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):ownKeys$2(Object(n)).forEach(function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(n,r))}),e}function _slicedToArray$4(e,n){return _arrayWithHoles$4(e)||_iterableToArrayLimit$4(e,n)||_unsupportedIterableToArray$5(e,n)||_nonIterableRest$4()}function _unsupportedIterableToArray$5(e,n){if(e){if(\"string\"==typeof e)return _arrayLikeToArray$5(e,n);var r=Object.prototype.toString.call(e).slice(8,-1);return\"Object\"===r&&e.constructor&&(r=e.constructor.name),\"Map\"===r||\"Set\"===r?Array.from(r):\"Arguments\"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?_arrayLikeToArray$5(e,n):void 0}}function makeBopUiFromApi(e,n,r,t){var _;if(!n||!e)return null;var o,i,l=t.vpExplainerText,s=t.presidentialTieText,a=void 0===s?\"\":s,d=t.contestType,c=t.isEmbed,v=!1,u=_vendor_browser_lodash_cloneDeep.cloneDeep_1(e),b=_vendor_browser_lodash_get.get_1(u,\"meta.parties\",{}),p=_slicedToArray$4(null==n?void 0:null===(_=n.barEnds)||void 0===_?void 0:_.map(function(e){var n,_=b[e],l=c?0:null==_?void 0:_.notUpForElection,s=l?\"\".concat(l,\" \").concat(l>1?\"Seats\":\"Seat\",\" Not Up for Election\"):\"\",a=makePickupsText(_),u=c?\"\":getCaucusesAsTexts(_,d),p=c?\"\":getPrevCaucusesAsTexts(_),f=_lib_sdk_browser__externalConfig_configInterpreters_getBopBarCheckmarkColor_ts.getBopBarColor(null==_?void 0:_.majorParty,r);\"PG\"===d&&(n=_slicedToArray$4(getPresidentialContent(b[e],t),4),b[e]=n[0],v=n[1],o=n[2],i=n[3]);return _objectSpreadProps$2(_objectSpread$2({},b[e]),{notUpForText:s,flippedSeatsText:a,color:f,prevCaucusesAsTexts:p,caucusesAsTexts:u,votePercentText:o,voteText:i})}),2),f=p[0],x=p[1],w=checkForTiebreaker(e,n,{isEmbed:c,contestType:d,vpExplainerText:l,presidentialTieText:a}),h=w.tiebreakerEnacted;return{left:f,right:x,tooltipThresholdText:w.tooltipThresholdText,tiebreakerEnacted:h,needsHeadshotTreatment:v}}function _defineProperty$1(e,n,r){return n in e?Object.defineProperty(e,n,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[n]=r,e}function _objectSpread$1(e){for(var n=1;n<arguments.length;n++){var r=null!=arguments[n]?arguments[n]:{},t=Object.keys(r);\"function\"==typeof Object.getOwnPropertySymbols&&(t=t.concat(Object.getOwnPropertySymbols(r).filter(function(e){return Object.getOwnPropertyDescriptor(r,e).enumerable}))),t.forEach(function(n){_defineProperty$1(e,n,r[n])})}return e}function ownKeys$1(e,n){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var t=Object.getOwnPropertySymbols(e);n&&(t=t.filter(function(n){return Object.getOwnPropertyDescriptor(e,n).enumerable})),r.push.apply(r,t)}return r}function _objectSpreadProps$1(e,n){return n=null!=n?n:{},Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):ownKeys$1(Object(n)).forEach(function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(n,r))}),e}function findSegmentById(e){return function(n){return null==e?void 0:e.find(function(e){return(null==e?void 0:e.id)===n})}}function removeFalsies(e){return e}function getNodeParty(e,n){var r=Object.keys(IDRGLI).includes(IDRGLI[e])?IDRGLI[e]:IDRGLI.IND;return\"\".concat(r).concat(\"flippedSeats\"===n?\"-gen\":\"\")}function buildNodesWithTheme(e){return function(n){var r=null==n?void 0:n.meta,t=r.majorParty,_=r.segmentType,o=_vendor_browser_lodash_get.get_1(n,\"id\",\"\");return _objectSpreadProps$1(_objectSpread$1({},n),{hideSegmentBorder:!0,color:_lib_sdk_browser__externalConfig_configInterpreters_getBopBarCheckmarkColor_ts.getBopBarColor(o,e),status:\"notUpForElection\"===_||\"flippedSeats\"===_?_lib_browser_common_types_ui_UiTypes.UiStatus.inactive:_lib_browser_common_types_ui_UiTypes.UiStatus.active,party:getNodeParty(t,_)})}}function makeNotYetCalledNodes(e,n){if(!n)return[];var r=null==e?void 0:e.reduce(function(e,n){return _vendor_browser_lodash_get.get_1(n,\"value\",0)+e},0);return r==n?[]:[{id:\"notYetCalledLeft\",value:(n-r)/2,meta:{majorParty:null,segmentType:\"notYetCalled\"}},{id:\"notYetCalledRight\",value:(n-r)/2,meta:{majorParty:null,segmentType:\"notYetCalled\"}}]}function filterBarNodesOnly(e,n){return e.filter(function(e){return n.barEnds.includes(e.meta.majorParty)})}function _arrayLikeToArray$4(e,n){(null==n||n>e.length)&&(n=e.length);for(var r=0,t=new Array(n);r<n;r++)t[r]=e[r];return t}function _arrayWithoutHoles(e){if(Array.isArray(e))return _arrayLikeToArray$4(e)}function _defineProperty(e,n,r){return n in e?Object.defineProperty(e,n,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[n]=r,e}function _iterableToArray(e){if(\"undefined\"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e[\"@@iterator\"])return Array.from(e)}function _nonIterableSpread(){throw new TypeError(\"Invalid attempt to spread non-iterable instance.\\\\\\\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}function _objectSpread(e){for(var n=1;n<arguments.length;n++){var r=null!=arguments[n]?arguments[n]:{},t=Object.keys(r);\"function\"==typeof Object.getOwnPropertySymbols&&(t=t.concat(Object.getOwnPropertySymbols(r).filter(function(e){return Object.getOwnPropertyDescriptor(r,e).enumerable}))),t.forEach(function(n){_defineProperty(e,n,r[n])})}return e}function ownKeys(e,n){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var t=Object.getOwnPropertySymbols(e);n&&(t=t.filter(function(n){return Object.getOwnPropertyDescriptor(e,n).enumerable})),r.push.apply(r,t)}return r}function _objectSpreadProps(e,n){return n=null!=n?n:{},Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):ownKeys(Object(n)).forEach(function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(n,r))}),e}function _toConsumableArray(e){return _arrayWithoutHoles(e)||_iterableToArray(e)||_unsupportedIterableToArray$4(e)||_nonIterableSpread()}function _unsupportedIterableToArray$4(e,n){if(e){if(\"string\"==typeof e)return _arrayLikeToArray$4(e,n);var r=Object.prototype.toString.call(e).slice(8,-1);return\"Object\"===r&&e.constructor&&(r=e.constructor.name),\"Map\"===r||\"Set\"===r?Array.from(r):\"Arguments\"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?_arrayLikeToArray$4(e,n):void 0}}function makeBopBarNodes(e,n,r,t){var _,o,i,l=_vendor_browser_lodash_get.get_1(e,\"children\");if(Array.isArray(l)){var s=\"PG\"===(null==t?void 0:t.contestType)?filterBarNodesOnly(l,n):l,a=makeNotYetCalledNodes(s,null==e?void 0:e.value),d=null===(i=null===(o=null==n?void 0:null===(_=n.segments)||void 0===_?void 0:_.map(findSegmentById(_toConsumableArray(s).concat(_toConsumableArray(a)))))||void 0===o?void 0:o.filter(removeFalsies))||void 0===i?void 0:i.map(buildNodesWithTheme(r));return _objectSpreadProps(_objectSpread({},e),{children:d})}}var DEFAULT_VP_EXPLAINER_TEXT=\"Democrats win control of the Senate with 50 seats. In the event of a tied Senate,\\\\nthe Vice President (currently Democratic VP Kamala Harris) casts the tiebreaking vote.\";function handleThirdParties(e,n,r,t){var _,o=null==e?void 0:null===(_=e.meta)||void 0===_?void 0:_.parties;if(\"PG\"!==(null==t?void 0:t.contestType)||!o)return[];var i=Object.keys(o).reduce(function(e,r){return n.barEnds.includes(r)||(e[r]=o[r]),e},{}),l=Object.keys(i).reduce(function(e,n){return i[n].count>0&&(e[n]=i[n]),e},{});return Object.keys(l).map(function(e){var n=l[e],t={id:n.candidateId,party:n.majorParty};return{candidateId:n.candidateId,candidateColor:_lib_sdk_browser__externalConfig_configInterpreters_getColor_ts.getColor(t,r),candidateName:l[e].fullName||\"\",partyName:l[e].name||\"\",count:l[e].count}})}function _assertThisInitialized$4(e){if(void 0===e)throw new ReferenceError(\"this hasn\\'t been initialised - super() hasn\\'t been called\");return e}function _classCallCheck$4(e,n){if(!(e instanceof n))throw new TypeError(\"Cannot call a class as a function\")}function _getPrototypeOf$4(e){return(_getPrototypeOf$4=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function _inherits$4(e,n){if(\"function\"!=typeof n&&null!==n)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(n&&n.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),n&&_setPrototypeOf$4(e,n)}function _possibleConstructorReturn$4(e,n){return!n||\"object\"!==_typeof$4(n)&&\"function\"!=typeof n?_assertThisInitialized$4(e):n}function _setPrototypeOf$4(e,n){return(_setPrototypeOf$4=Object.setPrototypeOf||function(e,n){return e.__proto__=n,e})(e,n)}var _typeof$4=function(e){return e&&\"undefined\"!=typeof Symbol&&e.constructor===Symbol?\"symbol\":typeof e};function _isNativeReflectConstruct$4(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function _createSuper$4(e){var n=_isNativeReflectConstruct$4();return function(){var r,t=_getPrototypeOf$4(e);if(n){var _=_getPrototypeOf$4(this).constructor;r=Reflect.construct(t,arguments,_)}else r=t.apply(this,arguments);return _possibleConstructorReturn$4(this,r)}}function add_css(e){_vendor_browser_svelte_internal_index.append_styles(e,\"cnn-pcl-rahbf2\",\"h2.cnn-pcl-rahbf2{text-align:center;font-family:cnn_sans_display, helveticaneue, Helvetica, Arial, Utkal, sans-serif;font-weight:700;line-height:0.8;font-size:20px;margin:0;width:100%;color:#000}.generals-bop__container-2H07wP.cnn-pcl-rahbf2{max-width:830px;text-decoration:none;color:#000}a{text-decoration:none;color:#000}\")}function create_if_block(e){var n,r;return n=new _lib_browser_common_components_conditionalWrappers_ConditionalAnchorTagWrapper_svelte.ConditionalAnchorTagWrapper({props:{href:e[6],alt:e[15],$$slots:{default:[create_default_slot$1]},$$scope:{ctx:e}}}),{c:function(){_vendor_browser_svelte_internal_index.create_component(n.$$.fragment)},l:function(e){_vendor_browser_svelte_internal_index.claim_component(n.$$.fragment,e)},m:function(e,t){_vendor_browser_svelte_internal_index.mount_component(n,e,t),r=!0},p:function(e,r){var t={};64&r[0]&&(t.href=e[6]),32768&r[0]&&(t.alt=e[15]),475071&r[0]|8&r[1]&&(t.$$scope={dirty:r,ctx:e}),n.$set(t)},i:function(e){r||(_vendor_browser_svelte_internal_index.transition_in(n.$$.fragment,e),r=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(n.$$.fragment,e),r=!1},d:function(e){_vendor_browser_svelte_internal_index.destroy_component(n,e)}}}function create_if_block_3(e){var n,r;return{c:function(){n=_vendor_browser_svelte_internal_index.element(\"h2\"),r=_vendor_browser_svelte_internal_index.text(e[8]),this.h()},l:function(t){n=_vendor_browser_svelte_internal_index.claim_element(t,\"H2\",{class:!0});var _=_vendor_browser_svelte_internal_index.children(n);r=_vendor_browser_svelte_internal_index.claim_text(_,e[8]),_.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(n,\"class\",\"cnn-pcl-rahbf2\")},m:function(e,t){_vendor_browser_svelte_internal_index.insert_hydration(e,n,t),_vendor_browser_svelte_internal_index.append_hydration(n,r)},p:function(e,n){256&n[0]&&_vendor_browser_svelte_internal_index.set_data(r,e[8])},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n)}}}function create_if_block_2(e){var n,r,t,_=function(n){e[31](n)},o={id:\"threshold\",label:e[1],thresholdPercentage:e[0],thresholdVerticalOffset:e[3],bop:e[11],isEmbed:e[7]};return void 0!==e[10]&&(o.clientHeight=e[10]),n=new GeneralsBopThreshold({props:o}),_vendor_browser_svelte_internal_index.binding_callbacks.push(function(){return _vendor_browser_svelte_internal_index.bind(n,\"clientHeight\",_)}),{c:function(){_vendor_browser_svelte_internal_index.create_component(n.$$.fragment)},l:function(e){_vendor_browser_svelte_internal_index.claim_component(n.$$.fragment,e)},m:function(e,r){_vendor_browser_svelte_internal_index.mount_component(n,e,r),t=!0},p:function(e,t){var _={};2&t[0]&&(_.label=e[1]),1&t[0]&&(_.thresholdPercentage=e[0]),8&t[0]&&(_.thresholdVerticalOffset=e[3]),2048&t[0]&&(_.bop=e[11]),128&t[0]&&(_.isEmbed=e[7]),!r&&1024&t[0]&&(r=!0,_.clientHeight=e[10],_vendor_browser_svelte_internal_index.add_flush_callback(function(){return r=!1})),n.$set(_)},i:function(e){t||(_vendor_browser_svelte_internal_index.transition_in(n.$$.fragment,e),t=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(n.$$.fragment,e),t=!1},d:function(e){_vendor_browser_svelte_internal_index.destroy_component(n,e)}}}function create_if_block_1(e){var n,r;return n=new electoralVotesCardGroup_lib_browser.ElectoralVotesCardGroup({props:{thirdPartyElectoralVotes:e[13]}}),{c:function(){_vendor_browser_svelte_internal_index.create_component(n.$$.fragment)},l:function(e){_vendor_browser_svelte_internal_index.claim_component(n.$$.fragment,e)},m:function(e,t){_vendor_browser_svelte_internal_index.mount_component(n,e,t),r=!0},p:function(e,r){var t={};8192&r[0]&&(t.thirdPartyElectoralVotes=e[13]),n.$set(t)},i:function(e){r||(_vendor_browser_svelte_internal_index.transition_in(n.$$.fragment,e),r=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(n.$$.fragment,e),r=!1},d:function(e){_vendor_browser_svelte_internal_index.destroy_component(n,e)}}}function create_default_slot_1(e){var n,r,t=e[13]&&!e[7]&&create_if_block_1(e);return{c:function(){t&&t.c(),n=_vendor_browser_svelte_internal_index.empty()},l:function(e){t&&t.l(e),n=_vendor_browser_svelte_internal_index.empty()},m:function(e,_){t&&t.m(e,_),_vendor_browser_svelte_internal_index.insert_hydration(e,n,_),r=!0},p:function(e,r){e[13]&&!e[7]?t?(t.p(e,r),8320&r[0]&&_vendor_browser_svelte_internal_index.transition_in(t,1)):((t=create_if_block_1(e)).c(),_vendor_browser_svelte_internal_index.transition_in(t,1),t.m(n.parentNode,n)):t&&(_vendor_browser_svelte_internal_index.group_outros(),_vendor_browser_svelte_internal_index.transition_out(t,1,1,function(){t=null}),_vendor_browser_svelte_internal_index.check_outros())},i:function(e){r||(_vendor_browser_svelte_internal_index.transition_in(t),r=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(t),r=!1},d:function(e){t&&t.d(e),e&&_vendor_browser_svelte_internal_index.detach(n)}}}function create_default_slot$1(e){var n,r,t,_,o,i,l,s,a,d,c,v,u,b=function(n){e[32](n)},p=e[7]&&e[8]&&create_if_block_3(e);t=new e[14]({props:{bop:e[11],checkmarkWidth:e[7]?16:e[2],isEmbed:e[7]}});var f=(e[1]||e[7])&&create_if_block_2(e),x={node:e[16]};return void 0!==e[9]&&(x.clientHeight=e[9]),i=new balanceOfPower_lib_browser.Segmented_bar({props:x}),_vendor_browser_svelte_internal_index.binding_callbacks.push(function(){return _vendor_browser_svelte_internal_index.bind(i,\"clientHeight\",b)}),a=new GeneralsBopBottom({props:{bop:e[11],belowTheBopExplainer:e[5]}}),c=new _lib_sdk_browser__externalConfig_featureFlags_FeatureFlag_svelte.FeatureFlag({props:{feature:e[19],$$slots:{default:[create_default_slot_1]},$$scope:{ctx:e}}}),{c:function(){n=_vendor_browser_svelte_internal_index.element(\"div\"),p&&p.c(),r=_vendor_browser_svelte_internal_index.space(),_vendor_browser_svelte_internal_index.create_component(t.$$.fragment),_=_vendor_browser_svelte_internal_index.space(),f&&f.c(),o=_vendor_browser_svelte_internal_index.space(),_vendor_browser_svelte_internal_index.create_component(i.$$.fragment),s=_vendor_browser_svelte_internal_index.space(),_vendor_browser_svelte_internal_index.create_component(a.$$.fragment),d=_vendor_browser_svelte_internal_index.space(),_vendor_browser_svelte_internal_index.create_component(c.$$.fragment),this.h()},l:function(e){n=_vendor_browser_svelte_internal_index.claim_element(e,\"DIV\",{class:!0,style:!0});var l=_vendor_browser_svelte_internal_index.children(n);p&&p.l(l),r=_vendor_browser_svelte_internal_index.claim_space(l),_vendor_browser_svelte_internal_index.claim_component(t.$$.fragment,l),_=_vendor_browser_svelte_internal_index.claim_space(l),f&&f.l(l),o=_vendor_browser_svelte_internal_index.claim_space(l),_vendor_browser_svelte_internal_index.claim_component(i.$$.fragment,l),s=_vendor_browser_svelte_internal_index.claim_space(l),_vendor_browser_svelte_internal_index.claim_component(a.$$.fragment,l),d=_vendor_browser_svelte_internal_index.claim_space(l),_vendor_browser_svelte_internal_index.claim_component(c.$$.fragment,l),l.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(n,\"class\",\"generals-bop__container-2H07wP cnn-pcl-rahbf2\"),_vendor_browser_svelte_internal_index.attr(n,\"style\",v=_lib_browser_common_helpers_cssvars.cssvars({thresholdLineHeight:\"\".concat(e[12].toString(),\"px\"),thresholdLineHeightPosition:\"\".concat(e[18].toString(),\"px\"),bopTopVertical:\"\".concat(e[17],\"px\"),minBopBarHeight:\"\".concat(e[4])}))},m:function(e,l){_vendor_browser_svelte_internal_index.insert_hydration(e,n,l),p&&p.m(n,null),_vendor_browser_svelte_internal_index.append_hydration(n,r),_vendor_browser_svelte_internal_index.mount_component(t,n,null),_vendor_browser_svelte_internal_index.append_hydration(n,_),f&&f.m(n,null),_vendor_browser_svelte_internal_index.append_hydration(n,o),_vendor_browser_svelte_internal_index.mount_component(i,n,null),_vendor_browser_svelte_internal_index.append_hydration(n,s),_vendor_browser_svelte_internal_index.mount_component(a,n,null),_vendor_browser_svelte_internal_index.append_hydration(n,d),_vendor_browser_svelte_internal_index.mount_component(c,n,null),u=!0},p:function(e,_){e[7]&&e[8]?p?p.p(e,_):((p=create_if_block_3(e)).c(),p.m(n,r)):p&&(p.d(1),p=null);var s={};2048&_[0]&&(s.bop=e[11]),132&_[0]&&(s.checkmarkWidth=e[7]?16:e[2]),128&_[0]&&(s.isEmbed=e[7]),t.$set(s),e[1]||e[7]?f?(f.p(e,_),130&_[0]&&_vendor_browser_svelte_internal_index.transition_in(f,1)):((f=create_if_block_2(e)).c(),_vendor_browser_svelte_internal_index.transition_in(f,1),f.m(n,o)):f&&(_vendor_browser_svelte_internal_index.group_outros(),_vendor_browser_svelte_internal_index.transition_out(f,1,1,function(){f=null}),_vendor_browser_svelte_internal_index.check_outros());var d={};65536&_[0]&&(d.node=e[16]),!l&&512&_[0]&&(l=!0,d.clientHeight=e[9],_vendor_browser_svelte_internal_index.add_flush_callback(function(){return l=!1})),i.$set(d);var b={};2048&_[0]&&(b.bop=e[11]),32&_[0]&&(b.belowTheBopExplainer=e[5]),a.$set(b);var x={};8320&_[0]|8&_[1]&&(x.$$scope={dirty:_,ctx:e}),c.$set(x),(!u||397328&_[0]&&v!==(v=_lib_browser_common_helpers_cssvars.cssvars({thresholdLineHeight:\"\".concat(e[12].toString(),\"px\"),thresholdLineHeightPosition:\"\".concat(e[18].toString(),\"px\"),bopTopVertical:\"\".concat(e[17],\"px\"),minBopBarHeight:\"\".concat(e[4])})))&&_vendor_browser_svelte_internal_index.attr(n,\"style\",v)},i:function(e){u||(_vendor_browser_svelte_internal_index.transition_in(t.$$.fragment,e),_vendor_browser_svelte_internal_index.transition_in(f),_vendor_browser_svelte_internal_index.transition_in(i.$$.fragment,e),_vendor_browser_svelte_internal_index.transition_in(a.$$.fragment,e),_vendor_browser_svelte_internal_index.transition_in(c.$$.fragment,e),u=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(t.$$.fragment,e),_vendor_browser_svelte_internal_index.transition_out(f),_vendor_browser_svelte_internal_index.transition_out(i.$$.fragment,e),_vendor_browser_svelte_internal_index.transition_out(a.$$.fragment,e),_vendor_browser_svelte_internal_index.transition_out(c.$$.fragment,e),u=!1},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n),p&&p.d(),_vendor_browser_svelte_internal_index.destroy_component(t),f&&f.d(),_vendor_browser_svelte_internal_index.destroy_component(i),_vendor_browser_svelte_internal_index.destroy_component(a),_vendor_browser_svelte_internal_index.destroy_component(c)}}}function create_fragment$4(e){var n,r,t=e[11]&&e[16]&&create_if_block(e);return{c:function(){t&&t.c(),n=_vendor_browser_svelte_internal_index.empty()},l:function(e){t&&t.l(e),n=_vendor_browser_svelte_internal_index.empty()},m:function(e,_){t&&t.m(e,_),_vendor_browser_svelte_internal_index.insert_hydration(e,n,_),r=!0},p:function(e,r){e[11]&&e[16]?t?(t.p(e,r),67584&r[0]&&_vendor_browser_svelte_internal_index.transition_in(t,1)):((t=create_if_block(e)).c(),_vendor_browser_svelte_internal_index.transition_in(t,1),t.m(n.parentNode,n)):t&&(_vendor_browser_svelte_internal_index.group_outros(),_vendor_browser_svelte_internal_index.transition_out(t,1,1,function(){t=null}),_vendor_browser_svelte_internal_index.check_outros())},i:function(e){r||(_vendor_browser_svelte_internal_index.transition_in(t),r=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(t),r=!1},d:function(e){t&&t.d(e),e&&_vendor_browser_svelte_internal_index.detach(n)}}}function instance$4(e,n,r){var t,_,o,i,l,s,a,d,c,v,u=n.results,b=n.thresholdPercentage,p=void 0===b?50:b,f=n.thresholdLabel,x=void 0===f?\"\":f,w=n.theme,h=n.contestType,m=void 0===h?null:h,y=n.checkmarkWidth,g=void 0===y?14:y,$=n.generalsThresholdBaseheight,T=n.generalsThresholdOffset,k=n.thresholdVerticalOffset,O=n.barMinHeight,P=n.thresholdLabelFontSize,E=n.bopOrder,A=void 0===E?bopOrderDefaults:E,C=n.vpExplainerText,I=void 0===C?DEFAULT_VP_EXPLAINER_TEXT:C,S=n.presidentialTieText,R=void 0===S?DEFAULT_PRESIDENTIAL_TOOLTIP_TIE_TEXT:S,F=n.belowTheBopExplainer,j=void 0===F?\"\":F,L=n.href,B=void 0===L?\"\":L,D=n.isEmbed,H=void 0!==D&&D,G=n.title,N=void 0===G?\"\":G,q=n.staticAssetsBaseUrl,z=void 0===q?void 0:q,M=0,U=_lib_sdk_browser__externalConfig_featureFlags_constants_ts.features.PRESIDENTIAL_BOP_THIRD_PARTY_LIST,W={presidentialTieText:R,vpExplainerText:I,contestType:m,isEmbed:H,staticAssetsBaseUrl:z};return e.$$set=function(e){\"results\"in e&&r(20,u=e.results),\"thresholdPercentage\"in e&&r(0,p=e.thresholdPercentage),\"thresholdLabel\"in e&&r(1,x=e.thresholdLabel),\"theme\"in e&&r(21,w=e.theme),\"contestType\"in e&&r(22,m=e.contestType),\"checkmarkWidth\"in e&&r(2,g=e.checkmarkWidth),\"generalsThresholdBaseheight\"in e&&r(23,$=e.generalsThresholdBaseheight),\"generalsThresholdOffset\"in e&&r(24,T=e.generalsThresholdOffset),\"thresholdVerticalOffset\"in e&&r(3,k=e.thresholdVerticalOffset),\"barMinHeight\"in e&&r(4,O=e.barMinHeight),\"thresholdLabelFontSize\"in e&&r(25,P=e.thresholdLabelFontSize),\"bopOrder\"in e&&r(26,A=e.bopOrder),\"vpExplainerText\"in e&&r(27,I=e.vpExplainerText),\"presidentialTieText\"in e&&r(28,R=e.presidentialTieText),\"belowTheBopExplainer\"in e&&r(5,j=e.belowTheBopExplainer),\"href\"in e&&r(6,B=e.href),\"isEmbed\"in e&&r(7,H=e.isEmbed),\"title\"in e&&r(8,N=e.title),\"staticAssetsBaseUrl\"in e&&r(29,z=e.staticAssetsBaseUrl)},e.$$.update=function(){71303168&e.$$.dirty[0]&&r(30,t=A[m]),8389120&e.$$.dirty[0]&&r(12,_=v+$),16781312&e.$$.dirty[0]&&r(18,o=-1*(_+T)),1024&e.$$.dirty[0]&&r(17,i=M+8),1076887552&e.$$.dirty[0]&&r(11,l=makeBopUiFromApi(u,t,w,W)),1076887552&e.$$.dirty[0]&&r(16,s=makeBopBarNodes(u,t,w,W)),4194304&e.$$.dirty[0]&&r(15,a=\"Full \".concat(contestTypeMap[m],\" results\")),2048&e.$$.dirty[0]&&r(14,d=(null==l?void 0:l.needsHeadshotTreatment)?HeadshotBopTop:GeneralsBopTop),1076887552&e.$$.dirty[0]&&r(13,c=handleThirdParties(u,t,w,W))},[p,x,g,k,O,j,B,H,N,v,M,l,_,c,d,a,s,i,o,U,u,w,m,$,T,P,A,I,R,z,t,function(e){r(10,M=e)},function(e){r(9,v=e)}]}var GeneralsBopComponent=function(e){_inherits$4(r,_vendor_browser_svelte_internal_index.SvelteComponent);var n=_createSuper$4(r);function r(e){var t;return _classCallCheck$4(this,r),t=n.call(this),_vendor_browser_svelte_internal_index.init(_assertThisInitialized$4(t),e,instance$4,create_fragment$4,_vendor_browser_svelte_internal_index.safe_not_equal,{results:20,thresholdPercentage:0,thresholdLabel:1,theme:21,contestType:22,checkmarkWidth:2,generalsThresholdBaseheight:23,generalsThresholdOffset:24,thresholdVerticalOffset:3,barMinHeight:4,thresholdLabelFontSize:25,bopOrder:26,vpExplainerText:27,presidentialTieText:28,belowTheBopExplainer:5,href:6,isEmbed:7,title:8,staticAssetsBaseUrl:29},add_css,[-1,-1]),t}return r}();function _arrayLikeToArray$3(e,n){(null==n||n>e.length)&&(n=e.length);for(var r=0,t=new Array(n);r<n;r++)t[r]=e[r];return t}function _arrayWithHoles$3(e){if(Array.isArray(e))return e}function _assertThisInitialized$3(e){if(void 0===e)throw new ReferenceError(\"this hasn\\'t been initialised - super() hasn\\'t been called\");return e}function _classCallCheck$3(e,n){if(!(e instanceof n))throw new TypeError(\"Cannot call a class as a function\")}function _getPrototypeOf$3(e){return(_getPrototypeOf$3=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function _inherits$3(e,n){if(\"function\"!=typeof n&&null!==n)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(n&&n.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),n&&_setPrototypeOf$3(e,n)}function _iterableToArrayLimit$3(e,n){var r=null==e?null:\"undefined\"!=typeof Symbol&&e[Symbol.iterator]||e[\"@@iterator\"];if(null!=r){var t,_,o=[],i=!0,l=!1;try{for(r=r.call(e);!(i=(t=r.next()).done)&&(o.push(t.value),!n||o.length!==n);i=!0);}catch(e){l=!0,_=e}finally{try{i||null==r.return||r.return()}finally{if(l)throw _}}return o}}function _nonIterableRest$3(){throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\\\\\\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}function _possibleConstructorReturn$3(e,n){return!n||\"object\"!==_typeof$3(n)&&\"function\"!=typeof n?_assertThisInitialized$3(e):n}function _setPrototypeOf$3(e,n){return(_setPrototypeOf$3=Object.setPrototypeOf||function(e,n){return e.__proto__=n,e})(e,n)}function _slicedToArray$3(e,n){return _arrayWithHoles$3(e)||_iterableToArrayLimit$3(e,n)||_unsupportedIterableToArray$3(e,n)||_nonIterableRest$3()}var _typeof$3=function(e){return e&&\"undefined\"!=typeof Symbol&&e.constructor===Symbol?\"symbol\":typeof e};function _unsupportedIterableToArray$3(e,n){if(e){if(\"string\"==typeof e)return _arrayLikeToArray$3(e,n);var r=Object.prototype.toString.call(e).slice(8,-1);return\"Object\"===r&&e.constructor&&(r=e.constructor.name),\"Map\"===r||\"Set\"===r?Array.from(r):\"Arguments\"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?_arrayLikeToArray$3(e,n):void 0}}function _isNativeReflectConstruct$3(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function _createSuper$3(e){var n=_isNativeReflectConstruct$3();return function(){var r,t=_getPrototypeOf$3(e);if(n){var _=_getPrototypeOf$3(this).constructor;r=Reflect.construct(t,arguments,_)}else r=t.apply(this,arguments);return _possibleConstructorReturn$3(this,r)}}function create_fragment$3(e){for(var n,r,t=[{checkmarkWidth:20},{thresholdVerticalOffset:42},{generalsThresholdBaseheight:29},{generalsThresholdOffset:11},{thresholdLabelFontSize:14},{barMinHeight:\"23px\"},e[0]],_={},o=0;o<t.length;o+=1)_=_vendor_browser_svelte_internal_index.assign(_,t[o]);return n=new GeneralsBopComponent({props:_}),{c:function(){_vendor_browser_svelte_internal_index.create_component(n.$$.fragment)},l:function(e){_vendor_browser_svelte_internal_index.claim_component(n.$$.fragment,e)},m:function(e,t){_vendor_browser_svelte_internal_index.mount_component(n,e,t),r=!0},p:function(e,r){var _=1&_slicedToArray$3(r,1)[0]?_vendor_browser_svelte_internal_index.get_spread_update(t,[t[0],t[1],t[2],t[3],t[4],t[5],_vendor_browser_svelte_internal_index.get_spread_object(e[0])]):{};n.$set(_)},i:function(e){r||(_vendor_browser_svelte_internal_index.transition_in(n.$$.fragment,e),r=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(n.$$.fragment,e),r=!1},d:function(e){_vendor_browser_svelte_internal_index.destroy_component(n,e)}}}function instance$3(e,n,r){return e.$$set=function(e){r(0,n=_vendor_browser_svelte_internal_index.assign(_vendor_browser_svelte_internal_index.assign({},n),_vendor_browser_svelte_internal_index.exclude_internal_props(e)))},[n=_vendor_browser_svelte_internal_index.exclude_internal_props(n)]}var GeneralsBopDesktop=function(e){_inherits$3(r,_vendor_browser_svelte_internal_index.SvelteComponent);var n=_createSuper$3(r);function r(e){var t;return _classCallCheck$3(this,r),t=n.call(this),_vendor_browser_svelte_internal_index.init(_assertThisInitialized$3(t),e,instance$3,create_fragment$3,_vendor_browser_svelte_internal_index.safe_not_equal,{}),t}return r}();function _arrayLikeToArray$2(e,n){(null==n||n>e.length)&&(n=e.length);for(var r=0,t=new Array(n);r<n;r++)t[r]=e[r];return t}function _arrayWithHoles$2(e){if(Array.isArray(e))return e}function _assertThisInitialized$2(e){if(void 0===e)throw new ReferenceError(\"this hasn\\'t been initialised - super() hasn\\'t been called\");return e}function _classCallCheck$2(e,n){if(!(e instanceof n))throw new TypeError(\"Cannot call a class as a function\")}function _getPrototypeOf$2(e){return(_getPrototypeOf$2=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function _inherits$2(e,n){if(\"function\"!=typeof n&&null!==n)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(n&&n.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),n&&_setPrototypeOf$2(e,n)}function _iterableToArrayLimit$2(e,n){var r=null==e?null:\"undefined\"!=typeof Symbol&&e[Symbol.iterator]||e[\"@@iterator\"];if(null!=r){var t,_,o=[],i=!0,l=!1;try{for(r=r.call(e);!(i=(t=r.next()).done)&&(o.push(t.value),!n||o.length!==n);i=!0);}catch(e){l=!0,_=e}finally{try{i||null==r.return||r.return()}finally{if(l)throw _}}return o}}function _nonIterableRest$2(){throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\\\\\\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}function _possibleConstructorReturn$2(e,n){return!n||\"object\"!==_typeof$2(n)&&\"function\"!=typeof n?_assertThisInitialized$2(e):n}function _setPrototypeOf$2(e,n){return(_setPrototypeOf$2=Object.setPrototypeOf||function(e,n){return e.__proto__=n,e})(e,n)}function _slicedToArray$2(e,n){return _arrayWithHoles$2(e)||_iterableToArrayLimit$2(e,n)||_unsupportedIterableToArray$2(e,n)||_nonIterableRest$2()}var _typeof$2=function(e){return e&&\"undefined\"!=typeof Symbol&&e.constructor===Symbol?\"symbol\":typeof e};function _unsupportedIterableToArray$2(e,n){if(e){if(\"string\"==typeof e)return _arrayLikeToArray$2(e,n);var r=Object.prototype.toString.call(e).slice(8,-1);return\"Object\"===r&&e.constructor&&(r=e.constructor.name),\"Map\"===r||\"Set\"===r?Array.from(r):\"Arguments\"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?_arrayLikeToArray$2(e,n):void 0}}function _isNativeReflectConstruct$2(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function _createSuper$2(e){var n=_isNativeReflectConstruct$2();return function(){var r,t=_getPrototypeOf$2(e);if(n){var _=_getPrototypeOf$2(this).constructor;r=Reflect.construct(t,arguments,_)}else r=t.apply(this,arguments);return _possibleConstructorReturn$2(this,r)}}function create_fragment$2(e){for(var n,r,t=[{checkmarkWidth:14},{thresholdVerticalOffset:18},{generalsThresholdBaseheight:8},{generalsThresholdOffset:9},{thresholdLabelFontSize:12},{barMinHeight:\"16px\"},e[0]],_={},o=0;o<t.length;o+=1)_=_vendor_browser_svelte_internal_index.assign(_,t[o]);return n=new GeneralsBopComponent({props:_}),{c:function(){_vendor_browser_svelte_internal_index.create_component(n.$$.fragment)},l:function(e){_vendor_browser_svelte_internal_index.claim_component(n.$$.fragment,e)},m:function(e,t){_vendor_browser_svelte_internal_index.mount_component(n,e,t),r=!0},p:function(e,r){var _=1&_slicedToArray$2(r,1)[0]?_vendor_browser_svelte_internal_index.get_spread_update(t,[t[0],t[1],t[2],t[3],t[4],t[5],_vendor_browser_svelte_internal_index.get_spread_object(e[0])]):{};n.$set(_)},i:function(e){r||(_vendor_browser_svelte_internal_index.transition_in(n.$$.fragment,e),r=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(n.$$.fragment,e),r=!1},d:function(e){_vendor_browser_svelte_internal_index.destroy_component(n,e)}}}function instance$2(e,n,r){return e.$$set=function(e){r(0,n=_vendor_browser_svelte_internal_index.assign(_vendor_browser_svelte_internal_index.assign({},n),_vendor_browser_svelte_internal_index.exclude_internal_props(e)))},[n=_vendor_browser_svelte_internal_index.exclude_internal_props(n)]}var GeneralsBopMobile=function(e){_inherits$2(r,_vendor_browser_svelte_internal_index.SvelteComponent);var n=_createSuper$2(r);function r(e){var t;return _classCallCheck$2(this,r),t=n.call(this),_vendor_browser_svelte_internal_index.init(_assertThisInitialized$2(t),e,instance$2,create_fragment$2,_vendor_browser_svelte_internal_index.safe_not_equal,{}),t}return r}();function _arrayLikeToArray$1(e,n){(null==n||n>e.length)&&(n=e.length);for(var r=0,t=new Array(n);r<n;r++)t[r]=e[r];return t}function _arrayWithHoles$1(e){if(Array.isArray(e))return e}function _assertThisInitialized$1(e){if(void 0===e)throw new ReferenceError(\"this hasn\\'t been initialised - super() hasn\\'t been called\");return e}function _classCallCheck$1(e,n){if(!(e instanceof n))throw new TypeError(\"Cannot call a class as a function\")}function _getPrototypeOf$1(e){return(_getPrototypeOf$1=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function _inherits$1(e,n){if(\"function\"!=typeof n&&null!==n)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(n&&n.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),n&&_setPrototypeOf$1(e,n)}function _iterableToArrayLimit$1(e,n){var r=null==e?null:\"undefined\"!=typeof Symbol&&e[Symbol.iterator]||e[\"@@iterator\"];if(null!=r){var t,_,o=[],i=!0,l=!1;try{for(r=r.call(e);!(i=(t=r.next()).done)&&(o.push(t.value),!n||o.length!==n);i=!0);}catch(e){l=!0,_=e}finally{try{i||null==r.return||r.return()}finally{if(l)throw _}}return o}}function _nonIterableRest$1(){throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\\\\\\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}function _possibleConstructorReturn$1(e,n){return!n||\"object\"!==_typeof$1(n)&&\"function\"!=typeof n?_assertThisInitialized$1(e):n}function _setPrototypeOf$1(e,n){return(_setPrototypeOf$1=Object.setPrototypeOf||function(e,n){return e.__proto__=n,e})(e,n)}function _slicedToArray$1(e,n){return _arrayWithHoles$1(e)||_iterableToArrayLimit$1(e,n)||_unsupportedIterableToArray$1(e,n)||_nonIterableRest$1()}var _typeof$1=function(e){return e&&\"undefined\"!=typeof Symbol&&e.constructor===Symbol?\"symbol\":typeof e};function _unsupportedIterableToArray$1(e,n){if(e){if(\"string\"==typeof e)return _arrayLikeToArray$1(e,n);var r=Object.prototype.toString.call(e).slice(8,-1);return\"Object\"===r&&e.constructor&&(r=e.constructor.name),\"Map\"===r||\"Set\"===r?Array.from(r):\"Arguments\"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?_arrayLikeToArray$1(e,n):void 0}}function _isNativeReflectConstruct$1(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function _createSuper$1(e){var n=_isNativeReflectConstruct$1();return function(){var r,t=_getPrototypeOf$1(e);if(n){var _=_getPrototypeOf$1(this).constructor;r=Reflect.construct(t,arguments,_)}else r=t.apply(this,arguments);return _possibleConstructorReturn$1(this,r)}}function create_fragment$1(e){for(var n,r,t=[{checkmarkWidth:14},{thresholdVerticalOffset:18},{generalsThresholdBaseheight:8},{generalsThresholdOffset:9},{thresholdLabelFontSize:12},{barMinHeight:\"16px\"},e[0]],_={},o=0;o<t.length;o+=1)_=_vendor_browser_svelte_internal_index.assign(_,t[o]);return n=new GeneralsBopComponent({props:_}),{c:function(){_vendor_browser_svelte_internal_index.create_component(n.$$.fragment)},l:function(e){_vendor_browser_svelte_internal_index.claim_component(n.$$.fragment,e)},m:function(e,t){_vendor_browser_svelte_internal_index.mount_component(n,e,t),r=!0},p:function(e,r){var _=1&_slicedToArray$1(r,1)[0]?_vendor_browser_svelte_internal_index.get_spread_update(t,[t[0],t[1],t[2],t[3],t[4],t[5],_vendor_browser_svelte_internal_index.get_spread_object(e[0])]):{};n.$set(_)},i:function(e){r||(_vendor_browser_svelte_internal_index.transition_in(n.$$.fragment,e),r=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(n.$$.fragment,e),r=!1},d:function(e){_vendor_browser_svelte_internal_index.destroy_component(n,e)}}}function instance$1(e,n,r){return e.$$set=function(e){r(0,n=_vendor_browser_svelte_internal_index.assign(_vendor_browser_svelte_internal_index.assign({},n),_vendor_browser_svelte_internal_index.exclude_internal_props(e)))},[n=_vendor_browser_svelte_internal_index.exclude_internal_props(n)]}var GeneralsBopTablet=function(e){_inherits$1(r,_vendor_browser_svelte_internal_index.SvelteComponent);var n=_createSuper$1(r);function r(e){var t;return _classCallCheck$1(this,r),t=n.call(this),_vendor_browser_svelte_internal_index.init(_assertThisInitialized$1(t),e,instance$1,create_fragment$1,_vendor_browser_svelte_internal_index.safe_not_equal,{}),t}return r}();function _arrayLikeToArray(e,n){(null==n||n>e.length)&&(n=e.length);for(var r=0,t=new Array(n);r<n;r++)t[r]=e[r];return t}function _arrayWithHoles(e){if(Array.isArray(e))return e}function _assertThisInitialized(e){if(void 0===e)throw new ReferenceError(\"this hasn\\'t been initialised - super() hasn\\'t been called\");return e}function _classCallCheck(e,n){if(!(e instanceof n))throw new TypeError(\"Cannot call a class as a function\")}function _getPrototypeOf(e){return(_getPrototypeOf=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function _inherits(e,n){if(\"function\"!=typeof n&&null!==n)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(n&&n.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),n&&_setPrototypeOf(e,n)}function _iterableToArrayLimit(e,n){var r=null==e?null:\"undefined\"!=typeof Symbol&&e[Symbol.iterator]||e[\"@@iterator\"];if(null!=r){var t,_,o=[],i=!0,l=!1;try{for(r=r.call(e);!(i=(t=r.next()).done)&&(o.push(t.value),!n||o.length!==n);i=!0);}catch(e){l=!0,_=e}finally{try{i||null==r.return||r.return()}finally{if(l)throw _}}return o}}function _nonIterableRest(){throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\\\\\\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}function _possibleConstructorReturn(e,n){return!n||\"object\"!==_typeof(n)&&\"function\"!=typeof n?_assertThisInitialized(e):n}function _setPrototypeOf(e,n){return(_setPrototypeOf=Object.setPrototypeOf||function(e,n){return e.__proto__=n,e})(e,n)}function _slicedToArray(e,n){return _arrayWithHoles(e)||_iterableToArrayLimit(e,n)||_unsupportedIterableToArray(e,n)||_nonIterableRest()}var _typeof=function(e){return e&&\"undefined\"!=typeof Symbol&&e.constructor===Symbol?\"symbol\":typeof e};function _unsupportedIterableToArray(e,n){if(e){if(\"string\"==typeof e)return _arrayLikeToArray(e,n);var r=Object.prototype.toString.call(e).slice(8,-1);return\"Object\"===r&&e.constructor&&(r=e.constructor.name),\"Map\"===r||\"Set\"===r?Array.from(r):\"Arguments\"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?_arrayLikeToArray(e,n):void 0}}function _isNativeReflectConstruct(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function _createSuper(e){var n=_isNativeReflectConstruct();return function(){var r,t=_getPrototypeOf(e);if(n){var _=_getPrototypeOf(this).constructor;r=Reflect.construct(t,arguments,_)}else r=t.apply(this,arguments);return _possibleConstructorReturn(this,r)}}function create_default_slot(e){for(var n,r,t=[{Mobile:GeneralsBopMobile},{Desktop:e[0]},{Tablet:e[1]},{queryWidths:e[2]},e[4],{theme:e[7][e[3]]}],_={},o=0;o<t.length;o+=1)_=_vendor_browser_svelte_internal_index.assign(_,t[o]);return n=new _lib_browser_common_components_mediaQuery_MediaQueryWrapper_svelte.MediaQueryWrapper({props:_}),{c:function(){_vendor_browser_svelte_internal_index.create_component(n.$$.fragment)},l:function(e){_vendor_browser_svelte_internal_index.claim_component(n.$$.fragment,e)},m:function(e,t){_vendor_browser_svelte_internal_index.mount_component(n,e,t),r=!0},p:function(e,r){var _=159&r?_vendor_browser_svelte_internal_index.get_spread_update(t,[0&r&&{Mobile:GeneralsBopMobile},1&r&&{Desktop:e[0]},2&r&&{Tablet:e[1]},4&r&&{queryWidths:e[2]},16&r&&_vendor_browser_svelte_internal_index.get_spread_object(e[4]),136&r&&{theme:e[7][e[3]]}]):{};n.$set(_)},i:function(e){r||(_vendor_browser_svelte_internal_index.transition_in(n.$$.fragment,e),r=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(n.$$.fragment,e),r=!1},d:function(e){_vendor_browser_svelte_internal_index.destroy_component(n,e)}}}function create_fragment(e){var n,r;return n=new _lib_sdk_browser__externalConfig_ContextProvider_svelte.ContextProvider({props:{configurables:[e[3]],root:{},$$slots:{default:[create_default_slot,function(e){return{7:e.configContext}},function(e){return e.configContext?128:0}]},$$scope:{ctx:e}}}),{c:function(){_vendor_browser_svelte_internal_index.create_component(n.$$.fragment)},l:function(e){_vendor_browser_svelte_internal_index.claim_component(n.$$.fragment,e)},m:function(e,t){_vendor_browser_svelte_internal_index.mount_component(n,e,t),r=!0},p:function(e,r){var t=_slicedToArray(r,1)[0],_={};400&t&&(_.$$scope={dirty:t,ctx:e}),n.$set(_)},i:function(e){r||(_vendor_browser_svelte_internal_index.transition_in(n.$$.fragment,e),r=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(n.$$.fragment,e),r=!1},d:function(e){_vendor_browser_svelte_internal_index.destroy_component(n,e)}}}function instance(e,n,r){var t=n.isEmbed,_=void 0!==t&&t,o=n.contestType,i=_?GeneralsBopMobile:GeneralsBopDesktop,l=\"PG\"===o?GeneralsBopTablet:_?GeneralsBopMobile:GeneralsBopDesktop,s=\"PG\"===o?{MOBILE:_lib_browser_common_components_mediaQuery_constants.DEFAULT_QUERY_WIDTHS.MOBILE,TABLET:\"(min-width: 480px) and (max-width: 720px)\",DESKTOP:\"(min-width: 721px)\"}:_lib_browser_common_components_mediaQuery_constants.DEFAULT_QUERY_WIDTHS,a=_lib_sdk_browser__externalConfig_configInterpreters_constants_ts.configLayers.ELECTION_THEME;return e.$$set=function(e){r(4,n=_vendor_browser_svelte_internal_index.assign(_vendor_browser_svelte_internal_index.assign({},n),_vendor_browser_svelte_internal_index.exclude_internal_props(e))),\"isEmbed\"in e&&r(5,_=e.isEmbed),\"contestType\"in e&&r(6,o=e.contestType)},[i,l,s,a,n=_vendor_browser_svelte_internal_index.exclude_internal_props(n),_,o]}var GeneralsBop=function(e){_inherits(r,_vendor_browser_svelte_internal_index.SvelteComponent);var n=_createSuper(r);function r(e){var t;return _classCallCheck(this,r),t=n.call(this),_vendor_browser_svelte_internal_index.init(_assertThisInitialized(t),e,instance,create_fragment,_vendor_browser_svelte_internal_index.safe_not_equal,{isEmbed:5,contestType:6}),t}return r}(),GeneralsBop$1=GeneralsBop;exports.GeneralsBop=GeneralsBop$1,exports.caucusesAsPartyNameMap=caucusesAsPartyNameMap,exports.contestTypeMap=contestTypeMap;\\n}, {\"548\":548,\"569\":569,\"584\":584,\"607\":607,\"608\":608,\"610\":610,\"612\":612,\"613\":613,\"614\":614,\"634\":634,\"635\":635,\"650\":650,\"726\":726,\"735\":735,\"746\":746,\"755\":755,\"2257\":2257,\"2277\":2277,\"2282\":2282}];\\nwindow.modules[\"2292\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_lodash_forEach=require(1571),_lib_browser_common_constants_raceRacingTags=require(647),_lib_browser_common_constants_raceRatingsConfigs=require(648);require(1395),require(1420),require(1443),require(1448),require(1449),require(1423),require(1400),require(1401),require(1402),require(1459),require(757),require(1390),require(1359),require(1550),require(937),require(1454),require(1455),require(1460),require(1403),require(1404),require(1573),require(1405),require(1406),require(1473),require(1474),require(1500),require(1561),require(1480),require(1481),require(1482),require(1555),require(1486),require(1469),require(1440),require(1444),require(1525),require(1478),require(650),require(649),require(548),require(2287),require(710),require(1321),require(1324),require(1313),require(1312),require(1323),require(1329),require(1330),require(1325),require(1331),require(1332),require(1326),require(1333),require(1327),require(1328),require(1322),require(1318),require(1320),require(1303),require(1304),require(1305),require(1314),require(1315),require(1306),require(1307),require(1316),require(1317),require(1308),require(1302),require(1309),require(1310),require(1311),require(1319),require(607),require(605),require(606),require(608),require(2278),require(2257),require(612),require(579),require(1437),require(1357),require(1358),require(1468),require(1470),require(1535),require(1471),require(1553),require(1372),require(1379),require(1380),require(1392),require(582),require(570),require(581),require(569),require(1450),require(1451),require(1489),require(1515),require(758),require(1559),require(1560),require(1373),require(1374),require(1360),require(1361),require(1558),require(1362),require(1363),require(1364),require(1365),require(1366),require(1367),require(1369),require(1418),require(1416),require(1368),require(1370),require(1371),require(1376),require(1551),require(1552),require(1375),require(1377),require(1378),require(1526),require(759),require(1407),require(1452),require(578),require(580),require(682),require(683),require(2279),require(2280),require(697),require(1542),require(1475),require(1476),require(1467),require(1384),require(1385),require(1386),require(1387),require(1388),require(1389),require(1461),require(1462),require(1463),require(1381),require(1382),require(1383),require(1410),require(1519),require(1464),require(1391),require(1547),require(1521),require(1465),require(1433),require(1453),require(1408),require(1533),require(1396),require(1556),require(1487),require(1491),require(1488),require(1477),require(1490),require(1456),require(1557),require(1479),require(1412),require(1506),require(1569),require(1445),require(1570),require(1584),require(1568),require(1516),require(1517),require(2292),require(2281);var getColor=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:_lib_browser_common_constants_raceRatingsConfigs.COLORS_CONFIG,r=arguments.length>1?arguments[1]:void 0,s=arguments.length>2?arguments[2]:void 0;return e[r]?e[r][s]:void console.error(\"ERROR: \\'\".concat(s,\"\\' not found for key \\'\").concat(r,\"\\' in COLORS_CONFIG\"))},RaceRatingsTagsTransformer=function(e){var r=[],s=0,o=0;return _vendor_browser_lodash_forEach.forEach_1(e,function(e,a){_lib_browser_common_constants_raceRacingTags.ALL_TAGS_CONFIG[a]&&(r.push({name:a,label:_lib_browser_common_constants_raceRacingTags.ALL_TAGS_CONFIG[a],numOfRatings:e,ratingColor:getColor(_lib_browser_common_constants_raceRatingsConfigs.COLORS_CONFIG,a,\"ratingColor\"),fontColor:getColor(_lib_browser_common_constants_raceRatingsConfigs.COLORS_CONFIG,a,\"fontColor\")}),a.includes(\"Dem\")?s+=Number(e):a.includes(\"Rep\")&&(o+=Number(e)))}),r.push({name:\"totalDem\",label:\"Total Seats\",numOfRatings:s,ratingColor:getColor(_lib_browser_common_constants_raceRatingsConfigs.COLORS_CONFIG,\"solidDem\",\"ratingColor\"),fontColor:getColor(_lib_browser_common_constants_raceRatingsConfigs.COLORS_CONFIG,\"solidDem\",\"fontColor\")}),r.push({name:\"totalRep\",label:\"Total Seats\",numOfRatings:o,ratingColor:getColor(_lib_browser_common_constants_raceRatingsConfigs.COLORS_CONFIG,\"solidRep\",\"ratingColor\"),fontColor:getColor(_lib_browser_common_constants_raceRatingsConfigs.COLORS_CONFIG,\"solidRep\",\"fontColor\")}),r},NationalRaceRatingsReducer=function(e){var r;if(null==e?void 0:e.US)return RaceRatingsTagsTransformer(null==e?void 0:null===(r=e.US)||void 0===r?void 0:r.summary);console.error(\"ERROR: National level race ratings are missing.\")},RaceRatingsTagsReducer=function(e){return e};exports.NationalRaceRatingsReducer=NationalRaceRatingsReducer,exports.RaceRatingsTagsReducer=RaceRatingsTagsReducer,exports.RaceRatingsTagsTransformer=RaceRatingsTagsTransformer,exports.getColor=getColor;\\n}, {\"548\":548,\"569\":569,\"570\":570,\"578\":578,\"579\":579,\"580\":580,\"581\":581,\"582\":582,\"605\":605,\"606\":606,\"607\":607,\"608\":608,\"612\":612,\"647\":647,\"648\":648,\"649\":649,\"650\":650,\"682\":682,\"683\":683,\"697\":697,\"710\":710,\"757\":757,\"758\":758,\"759\":759,\"937\":937,\"1302\":1302,\"1303\":1303,\"1304\":1304,\"1305\":1305,\"1306\":1306,\"1307\":1307,\"1308\":1308,\"1309\":1309,\"1310\":1310,\"1311\":1311,\"1312\":1312,\"1313\":1313,\"1314\":1314,\"1315\":1315,\"1316\":1316,\"1317\":1317,\"1318\":1318,\"1319\":1319,\"1320\":1320,\"1321\":1321,\"1322\":1322,\"1323\":1323,\"1324\":1324,\"1325\":1325,\"1326\":1326,\"1327\":1327,\"1328\":1328,\"1329\":1329,\"1330\":1330,\"1331\":1331,\"1332\":1332,\"1333\":1333,\"1357\":1357,\"1358\":1358,\"1359\":1359,\"1360\":1360,\"1361\":1361,\"1362\":1362,\"1363\":1363,\"1364\":1364,\"1365\":1365,\"1366\":1366,\"1367\":1367,\"1368\":1368,\"1369\":1369,\"1370\":1370,\"1371\":1371,\"1372\":1372,\"1373\":1373,\"1374\":1374,\"1375\":1375,\"1376\":1376,\"1377\":1377,\"1378\":1378,\"1379\":1379,\"1380\":1380,\"1381\":1381,\"1382\":1382,\"1383\":1383,\"1384\":1384,\"1385\":1385,\"1386\":1386,\"1387\":1387,\"1388\":1388,\"1389\":1389,\"1390\":1390,\"1391\":1391,\"1392\":1392,\"1395\":1395,\"1396\":1396,\"1400\":1400,\"1401\":1401,\"1402\":1402,\"1403\":1403,\"1404\":1404,\"1405\":1405,\"1406\":1406,\"1407\":1407,\"1408\":1408,\"1410\":1410,\"1412\":1412,\"1416\":1416,\"1418\":1418,\"1420\":1420,\"1423\":1423,\"1433\":1433,\"1437\":1437,\"1440\":1440,\"1443\":1443,\"1444\":1444,\"1445\":1445,\"1448\":1448,\"1449\":1449,\"1450\":1450,\"1451\":1451,\"1452\":1452,\"1453\":1453,\"1454\":1454,\"1455\":1455,\"1456\":1456,\"1459\":1459,\"1460\":1460,\"1461\":1461,\"1462\":1462,\"1463\":1463,\"1464\":1464,\"1465\":1465,\"1467\":1467,\"1468\":1468,\"1469\":1469,\"1470\":1470,\"1471\":1471,\"1473\":1473,\"1474\":1474,\"1475\":1475,\"1476\":1476,\"1477\":1477,\"1478\":1478,\"1479\":1479,\"1480\":1480,\"1481\":1481,\"1482\":1482,\"1486\":1486,\"1487\":1487,\"1488\":1488,\"1489\":1489,\"1490\":1490,\"1491\":1491,\"1500\":1500,\"1506\":1506,\"1515\":1515,\"1516\":1516,\"1517\":1517,\"1519\":1519,\"1521\":1521,\"1525\":1525,\"1526\":1526,\"1533\":1533,\"1535\":1535,\"1542\":1542,\"1547\":1547,\"1550\":1550,\"1551\":1551,\"1552\":1552,\"1553\":1553,\"1555\":1555,\"1556\":1556,\"1557\":1557,\"1558\":1558,\"1559\":1559,\"1560\":1560,\"1561\":1561,\"1568\":1568,\"1569\":1569,\"1570\":1570,\"1571\":1571,\"1573\":1573,\"1584\":1584,\"2257\":2257,\"2278\":2278,\"2279\":2279,\"2280\":2280,\"2281\":2281,\"2287\":2287,\"2292\":2292}];\\nwindow.modules[\"2319\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_svelte_internal_index=require(548),icons_lib_browser=require(634),getTitleFromOptions=function(e,n){if(Array.isArray(e)&&e.length){if(!n)return e[0].title;var r=e.find(function(e){return e.id===n});if(r&&r.title)return r.title}return\"\"};function blurAll(){var e=(arguments.length>0&&void 0!==arguments[0]?arguments[0]:null)||document.body,n=document.createElement(\"input\");e.appendChild(n),n.focus(),e.removeChild(n)}function _arrayLikeToArray(e,n){(null==n||n>e.length)&&(n=e.length);for(var r=0,t=new Array(n);r<n;r++)t[r]=e[r];return t}function _arrayWithHoles(e){if(Array.isArray(e))return e}function _assertThisInitialized(e){if(void 0===e)throw new ReferenceError(\"this hasn\\'t been initialised - super() hasn\\'t been called\");return e}function _classCallCheck(e,n){if(!(e instanceof n))throw new TypeError(\"Cannot call a class as a function\")}function _getPrototypeOf(e){return(_getPrototypeOf=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function _inherits(e,n){if(\"function\"!=typeof n&&null!==n)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(n&&n.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),n&&_setPrototypeOf(e,n)}function _iterableToArrayLimit(e,n){var r=null==e?null:\"undefined\"!=typeof Symbol&&e[Symbol.iterator]||e[\"@@iterator\"];if(null!=r){var t,o,_=[],i=!0,l=!1;try{for(r=r.call(e);!(i=(t=r.next()).done)&&(_.push(t.value),!n||_.length!==n);i=!0);}catch(e){l=!0,o=e}finally{try{i||null==r.return||r.return()}finally{if(l)throw o}}return _}}function _nonIterableRest(){throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\\\\\\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}function _possibleConstructorReturn(e,n){return!n||\"object\"!==_typeof(n)&&\"function\"!=typeof n?_assertThisInitialized(e):n}function _setPrototypeOf(e,n){return(_setPrototypeOf=Object.setPrototypeOf||function(e,n){return e.__proto__=n,e})(e,n)}function _slicedToArray(e,n){return _arrayWithHoles(e)||_iterableToArrayLimit(e,n)||_unsupportedIterableToArray(e,n)||_nonIterableRest()}var _typeof=function(e){return e&&\"undefined\"!=typeof Symbol&&e.constructor===Symbol?\"symbol\":typeof e};function _unsupportedIterableToArray(e,n){if(e){if(\"string\"==typeof e)return _arrayLikeToArray(e,n);var r=Object.prototype.toString.call(e).slice(8,-1);return\"Object\"===r&&e.constructor&&(r=e.constructor.name),\"Map\"===r||\"Set\"===r?Array.from(r):\"Arguments\"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?_arrayLikeToArray(e,n):void 0}}function _isNativeReflectConstruct(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function _createSuper(e){var n=_isNativeReflectConstruct();return function(){var r,t=_getPrototypeOf(e);if(n){var o=_getPrototypeOf(this).constructor;r=Reflect.construct(t,arguments,o)}else r=t.apply(this,arguments);return _possibleConstructorReturn(this,r)}}function add_css(e){_vendor_browser_svelte_internal_index.append_styles(e,\"cnn-pcl-o2dj3h\",\".pol-dropdown-2TrxKl.cnn-pcl-o2dj3h.cnn-pcl-o2dj3h{font-family:cnn_sans_display, helveticaneue, Helvetica, Arial, Utkal, sans-serif;font-weight:400;position:absolute;top:0;left:0;height:100%;width:100%;background:transparent;opacity:0;cursor:pointer;font-size:14px}.visually-hidden-n7xcpS.cnn-pcl-o2dj3h.cnn-pcl-o2dj3h:not(:focus):not(:active){clip:rect(0 0 0 0);clip-path:inset(50%);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px;top:0;left:0}.pol-dropdown-2TrxKl.cnn-pcl-o2dj3h:focus~.selectedHeader-1QskTx.cnn-pcl-o2dj3h{border-color:rgba(0, 0, 0, 0.2);border-style:solid;border-width:2px}.selectedHeader-1QskTx.cnn-pcl-o2dj3h.cnn-pcl-o2dj3h{display:flex;justify-content:space-between;align-items:center;font-size:14px;min-width:0;color:#262626}.selectedHeader-1QskTx.electionExplorer-2HXawY.cnn-pcl-o2dj3h.cnn-pcl-o2dj3h{font-size:16px;font-family:cnn_sans_display, helveticaneue, Helvetica, Arial, Utkal, sans-serif;font-weight:400;font-weight:400;letter-spacing:0.2px}.selectedHeader-1QskTx.secondaryNav-2Hh0Rs.cnn-pcl-o2dj3h.cnn-pcl-o2dj3h{font-size:12px}@media screen and (min-width: 480px){.selectedHeader-1QskTx.secondaryNav-2Hh0Rs.cnn-pcl-o2dj3h.cnn-pcl-o2dj3h{font-size:14px}}.displayText-3PNCeH.cnn-pcl-o2dj3h.cnn-pcl-o2dj3h{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.caretPosition-17NHgn.cnn-pcl-o2dj3h.cnn-pcl-o2dj3h{display:flex;margin-left:8px;align-items:center}.dropdownWrapper-WYcXj4.cnn-pcl-o2dj3h.cnn-pcl-o2dj3h{position:relative;border-style:solid;display:inline-flex;justify-content:space-evenly;height:32px;border-width:1px;border-color:#262626;padding-left:14px;padding-right:14px;border-radius:4px}.dropdownWrapper-WYcXj4.secondaryNav-2Hh0Rs.cnn-pcl-o2dj3h.cnn-pcl-o2dj3h{border-style:none;font-size:14px;font-family:cnn_sans_display, helveticaneue, Helvetica, Arial, Utkal, sans-serif;font-weight:400;height:100%;padding:0 8px}@media screen and (min-width: 480px){.dropdownWrapper-WYcXj4.secondaryNav-2Hh0Rs.cnn-pcl-o2dj3h.cnn-pcl-o2dj3h{height:calc(100% - 1px)}}@media(hover: hover){.dropdownWrapper-WYcXj4.secondaryNav-2Hh0Rs.cnn-pcl-o2dj3h.cnn-pcl-o2dj3h:hover{font-weight:bold}}\")}function get_each_context(e,n,r){var t=e.slice();return t[10]=n[r],t}function create_each_block(e){var n,r,t,o,_=e[10].title+\"\";return{c:function(){n=_vendor_browser_svelte_internal_index.element(\"option\"),r=_vendor_browser_svelte_internal_index.text(_),t=_vendor_browser_svelte_internal_index.space(),this.h()},l:function(e){n=_vendor_browser_svelte_internal_index.claim_element(e,\"OPTION\",{});var o=_vendor_browser_svelte_internal_index.children(n);r=_vendor_browser_svelte_internal_index.claim_text(o,_),t=_vendor_browser_svelte_internal_index.claim_space(o),o.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){n.__value=o=e[10].id,n.value=n.__value},m:function(e,o){_vendor_browser_svelte_internal_index.insert_hydration(e,n,o),_vendor_browser_svelte_internal_index.append_hydration(n,r),_vendor_browser_svelte_internal_index.append_hydration(n,t)},p:function(e,t){2&t&&_!==(_=e[10].title+\"\")&&_vendor_browser_svelte_internal_index.set_data(r,_),2&t&&o!==(o=e[10].id)&&(n.__value=o,n.value=n.__value)},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n)}}}function create_if_block(e){var n,r,t;return r=new icons_lib_browser.CaretDown({props:{fill:\"black\",height:6,width:15}}),{c:function(){n=_vendor_browser_svelte_internal_index.element(\"div\"),_vendor_browser_svelte_internal_index.create_component(r.$$.fragment),this.h()},l:function(e){n=_vendor_browser_svelte_internal_index.claim_element(e,\"DIV\",{class:!0});var t=_vendor_browser_svelte_internal_index.children(n);_vendor_browser_svelte_internal_index.claim_component(r.$$.fragment,t),t.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(n,\"class\",\"caretPosition-17NHgn cnn-pcl-o2dj3h\")},m:function(e,o){_vendor_browser_svelte_internal_index.insert_hydration(e,n,o),_vendor_browser_svelte_internal_index.mount_component(r,n,null),t=!0},i:function(e){t||(_vendor_browser_svelte_internal_index.transition_in(r.$$.fragment,e),t=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(r.$$.fragment,e),t=!1},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n),_vendor_browser_svelte_internal_index.destroy_component(r)}}}function create_fragment(e){for(var n,r,t,o,_,i,l,s,a,d,c,v,p,h=getTitleFromOptions(e[1],e[0])+\"\",u=e[1],f=[],b=0;b<u.length;b+=1)f[b]=create_each_block(get_each_context(e,u,b));var x=e[1]&&e[1].length&&create_if_block();return{c:function(){n=_vendor_browser_svelte_internal_index.element(\"label\"),r=_vendor_browser_svelte_internal_index.text(e[5]),t=_vendor_browser_svelte_internal_index.space(),o=_vendor_browser_svelte_internal_index.element(\"div\"),_=_vendor_browser_svelte_internal_index.element(\"select\");for(var c=0;c<f.length;c+=1)f[c].c();i=_vendor_browser_svelte_internal_index.space(),l=_vendor_browser_svelte_internal_index.element(\"div\"),s=_vendor_browser_svelte_internal_index.element(\"div\"),a=_vendor_browser_svelte_internal_index.text(h),d=_vendor_browser_svelte_internal_index.space(),x&&x.c(),this.h()},l:function(c){n=_vendor_browser_svelte_internal_index.claim_element(c,\"LABEL\",{for:!0,class:!0});var v=_vendor_browser_svelte_internal_index.children(n);r=_vendor_browser_svelte_internal_index.claim_text(v,e[5]),v.forEach(_vendor_browser_svelte_internal_index.detach),t=_vendor_browser_svelte_internal_index.claim_space(c),o=_vendor_browser_svelte_internal_index.claim_element(c,\"DIV\",{class:!0});var p=_vendor_browser_svelte_internal_index.children(o);_=_vendor_browser_svelte_internal_index.claim_element(p,\"SELECT\",{class:!0,name:!0,id:!0});for(var u=_vendor_browser_svelte_internal_index.children(_),b=0;b<f.length;b+=1)f[b].l(u);u.forEach(_vendor_browser_svelte_internal_index.detach),i=_vendor_browser_svelte_internal_index.claim_space(p),l=_vendor_browser_svelte_internal_index.claim_element(p,\"DIV\",{class:!0});var w=_vendor_browser_svelte_internal_index.children(l);s=_vendor_browser_svelte_internal_index.claim_element(w,\"DIV\",{class:!0});var y=_vendor_browser_svelte_internal_index.children(s);a=_vendor_browser_svelte_internal_index.claim_text(y,h),y.forEach(_vendor_browser_svelte_internal_index.detach),d=_vendor_browser_svelte_internal_index.claim_space(w),x&&x.l(w),w.forEach(_vendor_browser_svelte_internal_index.detach),p.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(n,\"for\",\"pol-dropdown\"),_vendor_browser_svelte_internal_index.attr(n,\"class\",\"visually-hidden-n7xcpS cnn-pcl-o2dj3h\"),_vendor_browser_svelte_internal_index.attr(_,\"class\",\"pol-dropdown-2TrxKl cnn-pcl-o2dj3h\"),_vendor_browser_svelte_internal_index.attr(_,\"name\",\"select\"),_vendor_browser_svelte_internal_index.attr(_,\"id\",\"pol-dropdown\"),void 0===e[0]&&_vendor_browser_svelte_internal_index.add_render_callback(function(){return e[7].call(_)}),_vendor_browser_svelte_internal_index.attr(s,\"class\",\"displayText-3PNCeH cnn-pcl-o2dj3h\"),_vendor_browser_svelte_internal_index.attr(l,\"class\",\"selectedHeader-1QskTx cnn-pcl-o2dj3h\"),_vendor_browser_svelte_internal_index.toggle_class(l,\"secondaryNav-2Hh0Rs\",e[3]),_vendor_browser_svelte_internal_index.toggle_class(l,\"electionExplorer-2HXawY\",e[4]),_vendor_browser_svelte_internal_index.attr(o,\"class\",\"dropdownWrapper-WYcXj4 cnn-pcl-o2dj3h\"),_vendor_browser_svelte_internal_index.toggle_class(o,\"secondaryNav-2Hh0Rs\",e[3])},m:function(h,u){_vendor_browser_svelte_internal_index.insert_hydration(h,n,u),_vendor_browser_svelte_internal_index.append_hydration(n,r),_vendor_browser_svelte_internal_index.insert_hydration(h,t,u),_vendor_browser_svelte_internal_index.insert_hydration(h,o,u),_vendor_browser_svelte_internal_index.append_hydration(o,_);for(var b=0;b<f.length;b+=1)f[b].m(_,null);_vendor_browser_svelte_internal_index.select_option(_,e[0]),e[8](_),_vendor_browser_svelte_internal_index.append_hydration(o,i),_vendor_browser_svelte_internal_index.append_hydration(o,l),_vendor_browser_svelte_internal_index.append_hydration(l,s),_vendor_browser_svelte_internal_index.append_hydration(s,a),_vendor_browser_svelte_internal_index.append_hydration(l,d),x&&x.m(l,null),c=!0,v||(p=[_vendor_browser_svelte_internal_index.listen(_,\"change\",e[7]),_vendor_browser_svelte_internal_index.listen(_,\"change\",e[9])],v=!0)},p:function(e,n){var t=_slicedToArray(n,1)[0];if((!c||32&t)&&_vendor_browser_svelte_internal_index.set_data(r,e[5]),2&t){var i;for(u=e[1],i=0;i<u.length;i+=1){var s=get_each_context(e,u,i);f[i]?f[i].p(s,t):(f[i]=create_each_block(s),f[i].c(),f[i].m(_,null))}for(;i<f.length;i+=1)f[i].d(1);f.length=u.length}1&t&&_vendor_browser_svelte_internal_index.select_option(_,e[0]),(!c||3&t)&&h!==(h=getTitleFromOptions(e[1],e[0])+\"\")&&_vendor_browser_svelte_internal_index.set_data(a,h),e[1]&&e[1].length?x?2&t&&_vendor_browser_svelte_internal_index.transition_in(x,1):((x=create_if_block()).c(),_vendor_browser_svelte_internal_index.transition_in(x,1),x.m(l,null)):x&&(_vendor_browser_svelte_internal_index.group_outros(),_vendor_browser_svelte_internal_index.transition_out(x,1,1,function(){x=null}),_vendor_browser_svelte_internal_index.check_outros()),8&t&&_vendor_browser_svelte_internal_index.toggle_class(l,\"secondaryNav-2Hh0Rs\",e[3]),16&t&&_vendor_browser_svelte_internal_index.toggle_class(l,\"electionExplorer-2HXawY\",e[4]),8&t&&_vendor_browser_svelte_internal_index.toggle_class(o,\"secondaryNav-2Hh0Rs\",e[3])},i:function(e){c||(_vendor_browser_svelte_internal_index.transition_in(x),c=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(x),c=!1},d:function(r){r&&_vendor_browser_svelte_internal_index.detach(n),r&&_vendor_browser_svelte_internal_index.detach(t),r&&_vendor_browser_svelte_internal_index.detach(o),_vendor_browser_svelte_internal_index.destroy_each(f,r),e[8](null),x&&x.d(),v=!1,_vendor_browser_svelte_internal_index.run_all(p)}}}function instance(e,n,r){var t,o=n.options,_=void 0===o?[]:o,i=n.onSelectChange,l=void 0===i?function(e){return null}:i,s=n.selectedOptionID,a=void 0===s?\"\":s,d=n.secondaryNav,c=void 0!==d&&d,v=n.electionExplorer,p=void 0!==v&&v,h=n.label,u=void 0===h?\"menu options\":h;return e.$$set=function(e){\"options\"in e&&r(1,_=e.options),\"onSelectChange\"in e&&r(2,l=e.onSelectChange),\"selectedOptionID\"in e&&r(0,a=e.selectedOptionID),\"secondaryNav\"in e&&r(3,c=e.secondaryNav),\"electionExplorer\"in e&&r(4,p=e.electionExplorer),\"label\"in e&&r(5,u=e.label)},[a,_,l,c,p,u,t,function(){a=_vendor_browser_svelte_internal_index.select_value(this),r(0,a)},function(e){_vendor_browser_svelte_internal_index.binding_callbacks[e?\"unshift\":\"push\"](function(){r(6,t=e),r(1,_)})},function(e){blurAll(t.parentElement),l(e)}]}var Dropdown=function(e){_inherits(r,_vendor_browser_svelte_internal_index.SvelteComponent);var n=_createSuper(r);function r(e){var t;return _classCallCheck(this,r),t=n.call(this),_vendor_browser_svelte_internal_index.init(_assertThisInitialized(t),e,instance,create_fragment,_vendor_browser_svelte_internal_index.safe_not_equal,{options:1,onSelectChange:2,selectedOptionID:0,secondaryNav:3,electionExplorer:4,label:5},add_css),t}return r}(),Dropdown$1=Dropdown;exports.Dropdown=Dropdown$1;\\n}, {\"548\":548,\"634\":634}];\\nwindow.modules[\"2326\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_svelte_internal_index=require(548),_lib_browser_common_constants_componentVariations=require(637),_lib_browser_common_actions_svelteActions=require(566);function _arrayLikeToArray(e,n){(null==n||n>e.length)&&(n=e.length);for(var r=0,t=new Array(n);r<n;r++)t[r]=e[r];return t}function _arrayWithHoles(e){if(Array.isArray(e))return e}function _arrayWithoutHoles(e){if(Array.isArray(e))return _arrayLikeToArray(e)}function _assertThisInitialized(e){if(void 0===e)throw new ReferenceError(\"this hasn\\'t been initialised - super() hasn\\'t been called\");return e}function _classCallCheck(e,n){if(!(e instanceof n))throw new TypeError(\"Cannot call a class as a function\")}function _getPrototypeOf(e){return(_getPrototypeOf=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function _inherits(e,n){if(\"function\"!=typeof n&&null!==n)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(n&&n.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),n&&_setPrototypeOf(e,n)}function _iterableToArray(e){if(\"undefined\"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e[\"@@iterator\"])return Array.from(e)}function _iterableToArrayLimit(e,n){var r=null==e?null:\"undefined\"!=typeof Symbol&&e[Symbol.iterator]||e[\"@@iterator\"];if(null!=r){var t,o,i=[],a=!0,l=!1;try{for(r=r.call(e);!(a=(t=r.next()).done)&&(i.push(t.value),!n||i.length!==n);a=!0);}catch(e){l=!0,o=e}finally{try{a||null==r.return||r.return()}finally{if(l)throw o}}return i}}function _nonIterableRest(){throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\\\\\\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}function _nonIterableSpread(){throw new TypeError(\"Invalid attempt to spread non-iterable instance.\\\\\\\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}function _possibleConstructorReturn(e,n){return!n||\"object\"!==_typeof(n)&&\"function\"!=typeof n?_assertThisInitialized(e):n}function _setPrototypeOf(e,n){return(_setPrototypeOf=Object.setPrototypeOf||function(e,n){return e.__proto__=n,e})(e,n)}function _slicedToArray(e,n){return _arrayWithHoles(e)||_iterableToArrayLimit(e,n)||_unsupportedIterableToArray(e,n)||_nonIterableRest()}function _toConsumableArray(e){return _arrayWithoutHoles(e)||_iterableToArray(e)||_unsupportedIterableToArray(e)||_nonIterableSpread()}var _typeof=function(e){return e&&\"undefined\"!=typeof Symbol&&e.constructor===Symbol?\"symbol\":typeof e};function _unsupportedIterableToArray(e,n){if(e){if(\"string\"==typeof e)return _arrayLikeToArray(e,n);var r=Object.prototype.toString.call(e).slice(8,-1);return\"Object\"===r&&e.constructor&&(r=e.constructor.name),\"Map\"===r||\"Set\"===r?Array.from(r):\"Arguments\"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?_arrayLikeToArray(e,n):void 0}}function _isNativeReflectConstruct(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function _createSuper(e){var n=_isNativeReflectConstruct();return function(){var r,t=_getPrototypeOf(e);if(n){var o=_getPrototypeOf(this).constructor;r=Reflect.construct(t,arguments,o)}else r=t.apply(this,arguments);return _possibleConstructorReturn(this,r)}}function add_css(e){_vendor_browser_svelte_internal_index.append_styles(e,\"cnn-pcl-rdd933\",\".nav-button-1xCpdP.cnn-pcl-rdd933.cnn-pcl-rdd933{display:inline-block;font-size:14px;line-height:1.14;text-align:center;text-decoration:none;white-space:nowrap;color:#262626;font-family:cnn_sans_display, helveticaneue, Helvetica, Arial, Utkal, sans-serif;font-weight:700;background:none;border:none;cursor:pointer;padding:0 16px 7px 16px;text-transform:uppercase;border-bottom:solid 2px #e6e6e6}.nav-button-1xCpdP.selected-14g-Tw.cnn-pcl-rdd933.cnn-pcl-rdd933{border-bottom:solid 2px #262626}.nav-button-1xCpdP.selected-14g-Tw.issue-hub-1kseJs.cnn-pcl-rdd933.cnn-pcl-rdd933{border-bottom:solid 3px #cc0000;color:black}.centered-2VEiNl.cnn-pcl-rdd933 .nav-button-1xCpdP.cnn-pcl-rdd933:first-of-type{margin-left:auto}.centered-2VEiNl.cnn-pcl-rdd933 .nav-button-1xCpdP.cnn-pcl-rdd933:last-of-type{margin-right:auto}.tab-wrapper-2jF4iI.cnn-pcl-rdd933.cnn-pcl-rdd933{display:flex;overflow-x:auto}.tab-wrapper-2jF4iI.centered-2VEiNl.cnn-pcl-rdd933.cnn-pcl-rdd933{display:flex}.nav-bar-wrapper-1o8Kr7.cnn-pcl-rdd933.cnn-pcl-rdd933{position:relative}.nav-bar-wrapper-1o8Kr7.issue-hub-1kseJs.cnn-pcl-rdd933.cnn-pcl-rdd933{border-top:1px solid #e6e6e6;padding:12px 0 0 0;border-bottom:1px solid #e6e6e6;display:flex}.nav-button-1xCpdP.issue-hub-1kseJs.cnn-pcl-rdd933.cnn-pcl-rdd933{padding:0 0px 7px 0px;color:#6e6e6e;font-family:cnn_sans_display, helveticaneue, Helvetica, Arial, Utkal, sans-serif;font-weight:700;font-size:12px;line-height:17px;letter-spacing:0.01em;border-bottom:solid 3px transparent;margin:0 28px 0 4px}.nav-button-1xCpdP.issue-hub-1kseJs.cnn-pcl-rdd933.cnn-pcl-rdd933:hover{border-bottom:solid 3px #b1b1b1;color:black}.nav-button-1xCpdP.issue-hub-1kseJs.selected-14g-Tw.cnn-pcl-rdd933.cnn-pcl-rdd933{border-bottom:solid 3px #cc0000;color:black}\")}function get_each_context(e,n,r){var t=e.slice();return t[9]=n[r],t}function create_each_block(e){var n,r,t,o,i,a,l,_=function(){for(var n=arguments.length,r=new Array(n),t=0;t<n;t++)r[t]=arguments[t];var o;return(o=e)[8].apply(o,[e[9]].concat(_toConsumableArray(r)))},s=e[9].title+\"\";return{c:function(){n=_vendor_browser_svelte_internal_index.element(\"a\"),r=_vendor_browser_svelte_internal_index.text(s),t=_vendor_browser_svelte_internal_index.space(),this.h()},l:function(e){n=_vendor_browser_svelte_internal_index.claim_element(e,\"A\",{\"data-testid\":!0,class:!0,href:!0});var o=_vendor_browser_svelte_internal_index.children(n);r=_vendor_browser_svelte_internal_index.claim_text(o,s),t=_vendor_browser_svelte_internal_index.claim_space(o),o.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(n,\"data-testid\",o=e[9].id===e[2]?\"nav-button-selected-testid\":\"nav-button-testid\"),_vendor_browser_svelte_internal_index.attr(n,\"class\",\"nav-button-1xCpdP cnn-pcl-rdd933\"),_vendor_browser_svelte_internal_index.attr(n,\"href\",i=e[9].href?e[9].href:\"#\"),_vendor_browser_svelte_internal_index.toggle_class(n,\"selected-14g-Tw\",e[9].id===e[2]),_vendor_browser_svelte_internal_index.toggle_class(n,\"issue-hub-1kseJs\",e[6])},m:function(e,o){_vendor_browser_svelte_internal_index.insert_hydration(e,n,o),_vendor_browser_svelte_internal_index.append_hydration(n,r),_vendor_browser_svelte_internal_index.append_hydration(n,t),a||(l=_vendor_browser_svelte_internal_index.listen(n,\"click\",_),a=!0)},p:function(t,a){e=t,2&a&&s!==(s=e[9].title+\"\")&&_vendor_browser_svelte_internal_index.set_data(r,s),6&a&&o!==(o=e[9].id===e[2]?\"nav-button-selected-testid\":\"nav-button-testid\")&&_vendor_browser_svelte_internal_index.attr(n,\"data-testid\",o),2&a&&i!==(i=e[9].href?e[9].href:\"#\")&&_vendor_browser_svelte_internal_index.attr(n,\"href\",i),6&a&&_vendor_browser_svelte_internal_index.toggle_class(n,\"selected-14g-Tw\",e[9].id===e[2]),64&a&&_vendor_browser_svelte_internal_index.toggle_class(n,\"issue-hub-1kseJs\",e[6])},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n),a=!1,l()}}}function create_fragment(e){for(var n,r,t,o,i,a=e[1],l=[],_=0;_<a.length;_+=1)l[_]=create_each_block(get_each_context(e,a,_));return{c:function(){n=_vendor_browser_svelte_internal_index.element(\"div\"),r=_vendor_browser_svelte_internal_index.element(\"div\");for(var e=0;e<l.length;e+=1)l[e].c();this.h()},l:function(e){n=_vendor_browser_svelte_internal_index.claim_element(e,\"DIV\",{class:!0});var t=_vendor_browser_svelte_internal_index.children(n);r=_vendor_browser_svelte_internal_index.claim_element(t,\"DIV\",{id:!0,class:!0});for(var o=_vendor_browser_svelte_internal_index.children(r),i=0;i<l.length;i+=1)l[i].l(o);o.forEach(_vendor_browser_svelte_internal_index.detach),t.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(r,\"id\",\"tab-wrapper-id\"),_vendor_browser_svelte_internal_index.attr(r,\"class\",\"tab-wrapper-2jF4iI cnn-pcl-rdd933\"),_vendor_browser_svelte_internal_index.toggle_class(r,\"centered-2VEiNl\",e[5]),_vendor_browser_svelte_internal_index.attr(n,\"class\",\"nav-bar-wrapper-1o8Kr7 cnn-pcl-rdd933\"),_vendor_browser_svelte_internal_index.toggle_class(n,\"issue-hub-1kseJs\",e[6])},m:function(a,_){_vendor_browser_svelte_internal_index.insert_hydration(a,n,_),_vendor_browser_svelte_internal_index.append_hydration(n,r);for(var s=0;s<l.length;s+=1)l[s].m(r,null);o||(i=_vendor_browser_svelte_internal_index.action_destroyer(t=_lib_browser_common_actions_svelteActions.horizontalScrollableGradient.call(null,r,{maxGradientWidth:e[3],gradientFadeOffset:e[4]})),o=!0)},p:function(e,o){var i=_slicedToArray(o,1)[0];if(71&i){var _;for(a=e[1],_=0;_<a.length;_+=1){var s=get_each_context(e,a,_);l[_]?l[_].p(s,i):(l[_]=create_each_block(s),l[_].c(),l[_].m(r,null))}for(;_<l.length;_+=1)l[_].d(1);l.length=a.length}t&&_vendor_browser_svelte_internal_index.is_function(t.update)&&24&i&&t.update.call(null,{maxGradientWidth:e[3],gradientFadeOffset:e[4]}),32&i&&_vendor_browser_svelte_internal_index.toggle_class(r,\"centered-2VEiNl\",e[5]),64&i&&_vendor_browser_svelte_internal_index.toggle_class(n,\"issue-hub-1kseJs\",e[6])},i:_vendor_browser_svelte_internal_index.noop,o:_vendor_browser_svelte_internal_index.noop,d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n),_vendor_browser_svelte_internal_index.destroy_each(l,e),o=!1,i()}}}function instance(e,n,r){var t,o,i=n.onSelect,a=void 0===i?function(){return null}:i,l=n.tabs,_=n.selectedTab,s=n.componentVariation,d=void 0===s?\"\":s,c=n.maxGradientWidth,u=void 0===c?28:c,p=n.gradientFadeOffset,v=void 0===p?70:p;return e.$$set=function(e){\"onSelect\"in e&&r(0,a=e.onSelect),\"tabs\"in e&&r(1,l=e.tabs),\"selectedTab\"in e&&r(2,_=e.selectedTab),\"componentVariation\"in e&&r(7,d=e.componentVariation),\"maxGradientWidth\"in e&&r(3,u=e.maxGradientWidth),\"gradientFadeOffset\"in e&&r(4,v=e.gradientFadeOffset)},e.$$.update=function(){128&e.$$.dirty&&r(6,t=d===_lib_browser_common_constants_componentVariations.VARIATIONS.NAV_BAR_ISSUE_HUB),128&e.$$.dirty&&r(5,o=d===_lib_browser_common_constants_componentVariations.VARIATIONS.NAV_BAR_CENTERED)},[a,l,_,u,v,o,t,d,function(e,n){return a(e.id,e.title,n)}]}var NavBar=function(e){_inherits(r,_vendor_browser_svelte_internal_index.SvelteComponent);var n=_createSuper(r);function r(e){var t;return _classCallCheck(this,r),t=n.call(this),_vendor_browser_svelte_internal_index.init(_assertThisInitialized(t),e,instance,create_fragment,_vendor_browser_svelte_internal_index.safe_not_equal,{onSelect:0,tabs:1,selectedTab:2,componentVariation:7,maxGradientWidth:3,gradientFadeOffset:4},add_css),t}return r}(),NavBar$1=NavBar;exports.NavBar=NavBar$1;\\n}, {\"548\":548,\"566\":566,\"637\":637}];\\nwindow.modules[\"2334\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_svelte_internal_index=require(548),_lib_sdk_browser__externalConfig_configInterpreters_constants_ts=require(613),_lib_browser_themes_elections_Theme=require(719),_lib_sdk_browser__externalConfig_ContextProvider_svelte=require(610),_lib_browser_common_constants_componentVariations=require(637),coreResult_lib_browser=require(2290),_lib_browser_common_helpers_throttle=require(706),_lib_browser_common_components_tile_tile_svelte=require(628),_lib_browser_common_helpers_isColorDark=require(696),stateElectionMap_lib_browser=require(716),_lib_browser_common_constants_painting=require(643),_vendor_browser_lodash_orderBy=require(1578),_lib_browser_themes_elections_constants=require(681),_lib_sdk_browser__externalConfig_ContextInjector_svelte=require(730),_lib_browser_common_constants_contextKeys=require(639);function initialize(e,n){n.addEventListener(\"mousemove\",_lib_browser_common_helpers_throttle.throttle(function(n){if(window&&window.matchMedia(\"(min-width: 768px)\").matches){e&&(e.style.display=\"block\",n.clientX+e.offsetWidth+2>window.innerWidth?e.style.left=String(n.clientX-306)+\"px\":e.style.left=String(n.clientX+6)+\"px\",e.style.top=String(n.clientY+6)+\"px\")}},0)),n.addEventListener(\"mouseleave\",_lib_browser_common_helpers_throttle.throttle(function(){window&&(window.matchMedia(\"(min-width: 768px)\").matches&&e&&(e.style.display=\"none\"))},0))}function _arrayLikeToArray$3(e,n){(null==n||n>e.length)&&(n=e.length);for(var t=0,r=new Array(n);t<n;t++)r[t]=e[t];return r}function _arrayWithHoles$2(e){if(Array.isArray(e))return e}function _assertThisInitialized$1(e){if(void 0===e)throw new ReferenceError(\"this hasn\\'t been initialised - super() hasn\\'t been called\");return e}function _classCallCheck$1(e,n){if(!(e instanceof n))throw new TypeError(\"Cannot call a class as a function\")}function _getPrototypeOf$1(e){return(_getPrototypeOf$1=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function _inherits$1(e,n){if(\"function\"!=typeof n&&null!==n)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(n&&n.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),n&&_setPrototypeOf$1(e,n)}function _iterableToArrayLimit$2(e,n){var t=null==e?null:\"undefined\"!=typeof Symbol&&e[Symbol.iterator]||e[\"@@iterator\"];if(null!=t){var r,o,i=[],_=!0,l=!1;try{for(t=t.call(e);!(_=(r=t.next()).done)&&(i.push(r.value),!n||i.length!==n);_=!0);}catch(e){l=!0,o=e}finally{try{_||null==t.return||t.return()}finally{if(l)throw o}}return i}}function _nonIterableRest$2(){throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\\\\\\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}function _possibleConstructorReturn$1(e,n){return!n||\"object\"!==_typeof$1(n)&&\"function\"!=typeof n?_assertThisInitialized$1(e):n}function _setPrototypeOf$1(e,n){return(_setPrototypeOf$1=Object.setPrototypeOf||function(e,n){return e.__proto__=n,e})(e,n)}function _slicedToArray$2(e,n){return _arrayWithHoles$2(e)||_iterableToArrayLimit$2(e,n)||_unsupportedIterableToArray$3(e,n)||_nonIterableRest$2()}var _typeof$1=function(e){return e&&\"undefined\"!=typeof Symbol&&e.constructor===Symbol?\"symbol\":typeof e};function _unsupportedIterableToArray$3(e,n){if(e){if(\"string\"==typeof e)return _arrayLikeToArray$3(e,n);var t=Object.prototype.toString.call(e).slice(8,-1);return\"Object\"===t&&e.constructor&&(t=e.constructor.name),\"Map\"===t||\"Set\"===t?Array.from(t):\"Arguments\"===t||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t)?_arrayLikeToArray$3(e,n):void 0}}function _isNativeReflectConstruct$1(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function _createSuper$1(e){var n=_isNativeReflectConstruct$1();return function(){var t,r=_getPrototypeOf$1(e);if(n){var o=_getPrototypeOf$1(this).constructor;t=Reflect.construct(r,arguments,o)}else t=r.apply(this,arguments);return _possibleConstructorReturn$1(this,t)}}var window_1=_vendor_browser_svelte_internal_index.globals.window;function add_css$1(e){_vendor_browser_svelte_internal_index.append_styles(e,\"cnn-pcl-lswo9\",\\'.house-tile-tooltip-27SEP.cnn-pcl-lswo9.cnn-pcl-lswo9{display:none;flex-direction:column;position:fixed;width:100%;left:0;bottom:0;pointer-events:all;box-sizing:border-box;z-index:10001}.house-tile-tooltip-27SEP.cnn-pcl-lswo9 button.cnn-pcl-lswo9{position:absolute;z-index:1002;top:0px;right:20px;width:32px;height:32px;background:rgb(12, 12, 12);border:none;transform:translateY(-50%);border-radius:1000px;box-shadow:rgba(0, 0, 0, 0.2) 0px 3px 3px 0px}.house-tile-tooltip-27SEP.cnn-pcl-lswo9 button.cnn-pcl-lswo9::before,.house-tile-tooltip-27SEP.cnn-pcl-lswo9 button.cnn-pcl-lswo9::after{content:\"\";width:18px;height:1px;position:absolute;margin-top:-1px;top:50%;left:50%;background:#ffffff}.house-tile-tooltip-27SEP.cnn-pcl-lswo9 button.cnn-pcl-lswo9::before{transform:translateX(-50%) rotate(45deg);-webkit-transform:translateX(-50%) rotate(45deg)}.house-tile-tooltip-27SEP.cnn-pcl-lswo9 button.cnn-pcl-lswo9::after{transform:translateX(-50%) rotate(-45deg);-webkit-transform:translateX(-50%) rotate(-45deg)}@media screen and (min-width: 768px){.house-tile-tooltip-27SEP.cnn-pcl-lswo9.cnn-pcl-lswo9{display:none;position:fixed;z-index:10001;max-width:300px}.house-tile-tooltip-27SEP.cnn-pcl-lswo9 button.cnn-pcl-lswo9{display:none}}\\')}function create_if_block$1(e){for(var n,t,r,o,i,_,l,a,s,c=!e[0].includes(_lib_browser_common_constants_componentVariations.VARIATIONS.NO_TOOLTIP)&&e[5],d=[e[3],{id:e[2]},{text:e[1]},{onClick:e[9]}],u={},v=0;v<d.length;v+=1)u=_vendor_browser_svelte_internal_index.assign(u,d[v]);t=new _lib_browser_common_components_tile_tile_svelte.Tile({props:u});var f=c&&create_if_block_1(e);return{c:function(){n=_vendor_browser_svelte_internal_index.element(\"span\"),_vendor_browser_svelte_internal_index.create_component(t.$$.fragment),l=_vendor_browser_svelte_internal_index.space(),f&&f.c(),a=_vendor_browser_svelte_internal_index.empty(),this.h()},l:function(e){n=_vendor_browser_svelte_internal_index.claim_element(e,\"SPAN\",{\"data-party\":!0,\"data-called-status\":!0,\"data-flipped-status\":!0,\"data-key-race\":!0,\"aria-label\":!0,role:!0});var r=_vendor_browser_svelte_internal_index.children(n);_vendor_browser_svelte_internal_index.claim_component(t.$$.fragment,r),r.forEach(_vendor_browser_svelte_internal_index.detach),l=_vendor_browser_svelte_internal_index.claim_space(e),f&&f.l(e),a=_vendor_browser_svelte_internal_index.empty(),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(n,\"data-party\",r=e[5].winner?e[5].winner.party:null),_vendor_browser_svelte_internal_index.attr(n,\"data-called-status\",o=e[5].status),_vendor_browser_svelte_internal_index.attr(n,\"data-flipped-status\",i=e[5].isSwitch),_vendor_browser_svelte_internal_index.attr(n,\"data-key-race\",_=e[5].isKeyRace),_vendor_browser_svelte_internal_index.attr(n,\"aria-label\",\"Jurisdiction Code\"),_vendor_browser_svelte_internal_index.attr(n,\"role\",\"main\")},m:function(r,o){_vendor_browser_svelte_internal_index.insert_hydration(r,n,o),_vendor_browser_svelte_internal_index.mount_component(t,n,null),e[13](n),_vendor_browser_svelte_internal_index.insert_hydration(r,l,o),f&&f.m(r,o),_vendor_browser_svelte_internal_index.insert_hydration(r,a,o),s=!0},p:function(e,l){var u=526&l?_vendor_browser_svelte_internal_index.get_spread_update(d,[8&l&&_vendor_browser_svelte_internal_index.get_spread_object(e[3]),4&l&&{id:e[2]},2&l&&{text:e[1]},512&l&&{onClick:e[9]}]):{};t.$set(u),(!s||32&l&&r!==(r=e[5].winner?e[5].winner.party:null))&&_vendor_browser_svelte_internal_index.attr(n,\"data-party\",r),(!s||32&l&&o!==(o=e[5].status))&&_vendor_browser_svelte_internal_index.attr(n,\"data-called-status\",o),(!s||32&l&&i!==(i=e[5].isSwitch))&&_vendor_browser_svelte_internal_index.attr(n,\"data-flipped-status\",i),(!s||32&l&&_!==(_=e[5].isKeyRace))&&_vendor_browser_svelte_internal_index.attr(n,\"data-key-race\",_),33&l&&(c=!e[0].includes(_lib_browser_common_constants_componentVariations.VARIATIONS.NO_TOOLTIP)&&e[5]),c?f?(f.p(e,l),33&l&&_vendor_browser_svelte_internal_index.transition_in(f,1)):((f=create_if_block_1(e)).c(),_vendor_browser_svelte_internal_index.transition_in(f,1),f.m(a.parentNode,a)):f&&(_vendor_browser_svelte_internal_index.group_outros(),_vendor_browser_svelte_internal_index.transition_out(f,1,1,function(){f=null}),_vendor_browser_svelte_internal_index.check_outros())},i:function(e){s||(_vendor_browser_svelte_internal_index.transition_in(t.$$.fragment,e),_vendor_browser_svelte_internal_index.transition_in(f),s=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(t.$$.fragment,e),_vendor_browser_svelte_internal_index.transition_out(f),s=!1},d:function(r){r&&_vendor_browser_svelte_internal_index.detach(n),_vendor_browser_svelte_internal_index.destroy_component(t),e[13](null),r&&_vendor_browser_svelte_internal_index.detach(l),f&&f.d(r),r&&_vendor_browser_svelte_internal_index.detach(a)}}}function create_if_block_1(e){var n,t,r,o,i,_,l;return o=new coreResult_lib_browser.CoreResult({props:{result:e[5],title:getTooltipTitle(e[5]),candidateText:e[4],isNotFollowableCRM:!0}}),{c:function(){n=_vendor_browser_svelte_internal_index.element(\"div\"),t=_vendor_browser_svelte_internal_index.element(\"button\"),r=_vendor_browser_svelte_internal_index.space(),_vendor_browser_svelte_internal_index.create_component(o.$$.fragment),this.h()},l:function(e){n=_vendor_browser_svelte_internal_index.claim_element(e,\"DIV\",{class:!0});var i=_vendor_browser_svelte_internal_index.children(n);t=_vendor_browser_svelte_internal_index.claim_element(i,\"BUTTON\",{\"aria-label\":!0,class:!0}),_vendor_browser_svelte_internal_index.children(t).forEach(_vendor_browser_svelte_internal_index.detach),r=_vendor_browser_svelte_internal_index.claim_space(i),_vendor_browser_svelte_internal_index.claim_component(o.$$.fragment,i),i.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(t,\"aria-label\",\"close\"),_vendor_browser_svelte_internal_index.attr(t,\"class\",\"cnn-pcl-lswo9\"),_vendor_browser_svelte_internal_index.attr(n,\"class\",\"house-tile-tooltip-27SEP cnn-pcl-lswo9\")},m:function(a,s){_vendor_browser_svelte_internal_index.insert_hydration(a,n,s),_vendor_browser_svelte_internal_index.append_hydration(n,t),_vendor_browser_svelte_internal_index.append_hydration(n,r),_vendor_browser_svelte_internal_index.mount_component(o,n,null),e[14](n),i=!0,_||(l=_vendor_browser_svelte_internal_index.listen(t,\"click\",e[8]),_=!0)},p:function(e,n){var t={};32&n&&(t.result=e[5]),32&n&&(t.title=getTooltipTitle(e[5])),16&n&&(t.candidateText=e[4]),o.$set(t)},i:function(e){i||(_vendor_browser_svelte_internal_index.transition_in(o.$$.fragment,e),i=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(o.$$.fragment,e),i=!1},d:function(t){t&&_vendor_browser_svelte_internal_index.detach(n),_vendor_browser_svelte_internal_index.destroy_component(o),e[14](null),_=!1,l()}}}function create_fragment$1(e){var n,t,r,o,i=String(e[1]),_=i&&create_if_block$1(e);return{c:function(){_&&_.c(),n=_vendor_browser_svelte_internal_index.empty()},l:function(e){_&&_.l(e),n=_vendor_browser_svelte_internal_index.empty()},m:function(i,l){_&&_.m(i,l),_vendor_browser_svelte_internal_index.insert_hydration(i,n,l),t=!0,r||(o=[_vendor_browser_svelte_internal_index.listen(window_1,\"wheel\",e[8]),_vendor_browser_svelte_internal_index.listen(window_1,\"scroll\",e[8])],r=!0)},p:function(e,t){var r=_slicedToArray$2(t,1)[0];2&r&&(i=String(e[1])),i?_?(_.p(e,r),2&r&&_vendor_browser_svelte_internal_index.transition_in(_,1)):((_=create_if_block$1(e)).c(),_vendor_browser_svelte_internal_index.transition_in(_,1),_.m(n.parentNode,n)):_&&(_vendor_browser_svelte_internal_index.group_outros(),_vendor_browser_svelte_internal_index.transition_out(_,1,1,function(){_=null}),_vendor_browser_svelte_internal_index.check_outros())},i:function(e){t||(_vendor_browser_svelte_internal_index.transition_in(_),t=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(_),t=!1},d:function(e){_&&_.d(e),e&&_vendor_browser_svelte_internal_index.detach(n),r=!1,_vendor_browser_svelte_internal_index.run_all(o)}}}function getTooltipTitle(e){return e?e.title:null}function instance$1(e,n,t){var r,o,i=n.variations,_=void 0===i?[]:i,l=n.content,a=n.jurisdictionCode,s=n.style,c=n.isSwitch,d=n.isKeyRace,u=n.candidateText,v=void 0===u?\"\":u,f=n.tooltipContent,b=n.externalClickHandler,p=void 0===b?null:b;return _vendor_browser_svelte_internal_index.onMount(function(){window&&!_.includes(_lib_browser_common_constants_componentVariations.VARIATIONS.NO_TOOLTIP)&&r&&initialize(o,r)}),e.$$set=function(e){\"variations\"in e&&t(0,_=e.variations),\"content\"in e&&t(1,l=e.content),\"jurisdictionCode\"in e&&t(2,a=e.jurisdictionCode),\"style\"in e&&t(3,s=e.style),\"isSwitch\"in e&&t(10,c=e.isSwitch),\"isKeyRace\"in e&&t(11,d=e.isKeyRace),\"candidateText\"in e&&t(4,v=e.candidateText),\"tooltipContent\"in e&&t(5,f=e.tooltipContent),\"externalClickHandler\"in e&&t(12,p=e.externalClickHandler)},[_,l,a,s,v,f,r,o,function(){o&&t(7,o.style.display=\"none\",o)},function(e){p&&p(e),_.includes(_lib_browser_common_constants_componentVariations.VARIATIONS.NATIONAL_MAP)},c,d,p,function(e){_vendor_browser_svelte_internal_index.binding_callbacks[e?\"unshift\":\"push\"](function(){t(6,r=e)})},function(e){_vendor_browser_svelte_internal_index.binding_callbacks[e?\"unshift\":\"push\"](function(){t(7,o=e)})}]}var House_tile=function(e){_inherits$1(t,_vendor_browser_svelte_internal_index.SvelteComponent);var n=_createSuper$1(t);function t(e){var r;return _classCallCheck$1(this,t),r=n.call(this),_vendor_browser_svelte_internal_index.init(_assertThisInitialized$1(r),e,instance$1,create_fragment$1,_vendor_browser_svelte_internal_index.safe_not_equal,{variations:0,content:1,jurisdictionCode:2,style:3,isSwitch:10,isKeyRace:11,candidateText:4,tooltipContent:5,externalClickHandler:12},add_css$1),r}return t}(),HouseTile=House_tile;function _arrayLikeToArray$2(e,n){(null==n||n>e.length)&&(n=e.length);for(var t=0,r=new Array(n);t<n;t++)r[t]=e[t];return r}function _arrayWithoutHoles(e){if(Array.isArray(e))return _arrayLikeToArray$2(e)}function _iterableToArray(e){if(\"undefined\"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e[\"@@iterator\"])return Array.from(e)}function _nonIterableSpread(){throw new TypeError(\"Invalid attempt to spread non-iterable instance.\\\\\\\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}function _toConsumableArray(e){return _arrayWithoutHoles(e)||_iterableToArray(e)||_unsupportedIterableToArray$2(e)||_nonIterableSpread()}function _unsupportedIterableToArray$2(e,n){if(e){if(\"string\"==typeof e)return _arrayLikeToArray$2(e,n);var t=Object.prototype.toString.call(e).slice(8,-1);return\"Object\"===t&&e.constructor&&(t=e.constructor.name),\"Map\"===t||\"Set\"===t?Array.from(t):\"Arguments\"===t||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t)?_arrayLikeToArray$2(e,n):void 0}}var RUNOFF=_lib_browser_themes_elections_constants.metaFields.RUNOFF,isNoRace=function(e){return!e},isCalled=function(e){return!(\"called\"!==e.status||!e.winner)},isVotesReceived=function(e){return e.candidates.reduce(function(e,n){return e+n.voteNum},0)>0},isPercent=function(e){return e.candidates.reduce(function(e,n){return e+n.votePercent},0)>0},isRunoff=function(e){return!(\"called\"!==e.status||!e.candidates.find(function(e){return e.isRunoffCandidate}))},isTooClose=function(e){return\"tooclose\"===e.status},getLeadingParty=function(e){if(!e||!e.candidates||!e.candidates.length)return{party:null,candidateId:null};if(1===e.candidates.length)return{party:e.candidates[0].party,candidateId:e.candidates[0].id};var n=e.candidates.reduce(function(e,n){return e.voteNum>n.voteNum?e:n});return{party:n.party,candidateId:n.id}},getPercentDiffBucket=function(e){if(!e.candidates||!e.candidates.length)return null;if(1===e.candidates.length)return\"10+\";var n=_vendor_browser_lodash_orderBy.orderBy_1(_toConsumableArray(e.candidates),[\"votePercent\"],[\"desc\"]),t=n[0].votePercent-n[1].votePercent;return t>=0&&t<5?\"0-5\":t>=5&&t<10?\"5-10\":\"10+\"},getWinnerPartyColor=function(e,n,t){if(!e||!e.winner)return null;var r=e.winner.party,o=e.winner.id,i=n.color(String(o),t)||n.color(r);if(!i){var _=n.getDefaultPalette(t).defaultPalette;i=n.color(_)}return i};function getBopWinnerColor(e,n,t){if(e.winnerBopPartyId){var r=e.winnerBopPartyId,o=n.color(r);if(!o){var i=n.getDefaultPalette(t).defaultPalette;o=n.color(i)}return o}}var getAheadPercentColor=function(e,n,t){var r=getLeadingParty(e),o=r.party,i=r.candidateId;if(t===_lib_browser_common_constants_painting.PaintModes.AHEAD_SINGLE_BUCKET){var _=n.color(String(i),_lib_browser_common_constants_painting.PaintModes.AHEAD_SINGLE_BUCKET,\"0+\")||n.color(o,_lib_browser_common_constants_painting.PaintModes.AHEAD_SINGLE_BUCKET,\"0+\");if(!_){var l=n.getDefaultPalette(_lib_browser_common_constants_painting.PaintModes.AHEAD_SINGLE_BUCKET).defaultPalette;return _=n.color(l,_lib_browser_common_constants_painting.PaintModes.AHEAD_SINGLE_BUCKET,\"0+\")}return _}var a=getPercentDiffBucket(e),s=n.color(String(i),t,a)||n.color(o,t,a);if(!s){var c=n.getDefaultPalette(t).defaultPalette;return n.color(c,t,a)}return s},getLeadInProjectionMode=function(e,n,t){var r=getLeadingParty(e).party;return n.color(r,t,\"lead\")},getTooCloseColor=function(e,n,t){var r,o,i=null==n?void 0:null===(r=n.meta)||void 0===r?void 0:r.call(n,\"tooClose\");return null==n||null===(o=n.meta)||void 0===o||o.call(n,\"darkBorder\"),i},getColor=function(e,n,t){return stateElectionMap_lib_browser.isAProjection(t)&&stateElectionMap_lib_browser.isBopWinner(e)?getBopWinnerColor(e,n,t):stateElectionMap_lib_browser.isAProjection(t)&&isCalled(e)?getWinnerPartyColor(e,n,t):stateElectionMap_lib_browser.isAProjection(t)&&isRunoff(e)?null==n?void 0:null===(r=n.meta)||void 0===r?void 0:r.call(n,RUNOFF):stateElectionMap_lib_browser.isAProjection(t)&&isTooClose(e)?getTooCloseColor(e,n):t===_lib_browser_common_constants_painting.PaintModes.PROJECTION&&isVotesReceived(e)?null==n?void 0:null===(o=n.meta)||void 0===o?void 0:o.call(n,\"votesReceived\"):(t===_lib_browser_common_constants_painting.PaintModes.PROJECTION_WITH_LEAD||stateElectionMap_lib_browser.isAheadMode(t))&&stateElectionMap_lib_browser.isTie(e)?null==n?void 0:null===(i=n.meta)||void 0===i?void 0:i.call(n,\"tie\"):t===_lib_browser_common_constants_painting.PaintModes.PROJECTION_WITH_LEAD&&isVotesReceived(e)?getLeadInProjectionMode(e,n,t):stateElectionMap_lib_browser.isAheadMode(t)&&isPercent(e)?getAheadPercentColor(e,n,t):stateElectionMap_lib_browser.isNoVotes(e)?null==n?void 0:null===(_=n.meta)||void 0===_?void 0:_.call(n,\"noVotes\"):isNoRace(e)?null==n?void 0:null===(l=n.meta)||void 0===l?void 0:l.call(n,\"noRace\"):void 0;var r,o,i,_,l},generateTileStyle=function(e,n,t){var r,o,i=getColor(e,n,t),_=(null==e?void 0:null===(r=e.winner)||void 0===r?void 0:r.party)||(null==e?void 0:null===(o=e.winnerBopPartyId)||void 0===o?void 0:o.toLowerCase()),l=(isCalled(e)||stateElectionMap_lib_browser.isBopWinner(e))&&_lib_browser_common_helpers_isColorDark.isPartyColorDark(_);if(stateElectionMap_lib_browser.isAProjection(t)){var a=\"transparent\",s=null;return e.isSwitch&&(a=l?\"#000000\":\"#ffff\",s=l?\"#fff\":\"#000\"),{textColor:l?\"#ffff\":\"#000000\",textShadowColor:a,backgroundColor:i,haloColor:e.isKeyRace?\"#FFC61C\":null,stripeColor:s,borderColor:e.isSwitch?null:\"#000000\"}}return{textColor:\"#000000\",textShadowColor:\"transparent\",backgroundColor:i,haloColor:e.isKeyRace?\"#FFC61C\":null,stripeColor:null,borderColor:\"#000000\"}};function _arrayLikeToArray$1(e,n){(null==n||n>e.length)&&(n=e.length);for(var t=0,r=new Array(n);t<n;t++)r[t]=e[t];return r}function _arrayWithHoles$1(e){if(Array.isArray(e))return e}function _iterableToArrayLimit$1(e,n){var t=null==e?null:\"undefined\"!=typeof Symbol&&e[Symbol.iterator]||e[\"@@iterator\"];if(null!=t){var r,o,i=[],_=!0,l=!1;try{for(t=t.call(e);!(_=(r=t.next()).done)&&(i.push(r.value),!n||i.length!==n);_=!0);}catch(e){l=!0,o=e}finally{try{_||null==t.return||t.return()}finally{if(l)throw o}}return i}}function _nonIterableRest$1(){throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\\\\\\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}function _slicedToArray$1(e,n){return _arrayWithHoles$1(e)||_iterableToArrayLimit$1(e,n)||_unsupportedIterableToArray$1(e,n)||_nonIterableRest$1()}function _unsupportedIterableToArray$1(e,n){if(e){if(\"string\"==typeof e)return _arrayLikeToArray$1(e,n);var t=Object.prototype.toString.call(e).slice(8,-1);return\"Object\"===t&&e.constructor&&(t=e.constructor.name),\"Map\"===t||\"Set\"===t?Array.from(t):\"Arguments\"===t||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t)?_arrayLikeToArray$1(e,n):void 0}}function injectJurisdictionCodeIntoComponentKey(e,n){if(\"string\"!=typeof e||!e)return\"\";if(\"number\"==typeof n&&(n=String(n)),\"string\"!=typeof n)return e;var t=_slicedToArray$1(e.split(\"-\"),5),r=t[0],o=t[1],i=t[2];return t[3],[r,o,i,n,t[4]].join(\"-\")}function _arrayLikeToArray(e,n){(null==n||n>e.length)&&(n=e.length);for(var t=0,r=new Array(n);t<n;t++)r[t]=e[t];return r}function _arrayWithHoles(e){if(Array.isArray(e))return e}function _assertThisInitialized(e){if(void 0===e)throw new ReferenceError(\"this hasn\\'t been initialised - super() hasn\\'t been called\");return e}function _classCallCheck(e,n){if(!(e instanceof n))throw new TypeError(\"Cannot call a class as a function\")}function _getPrototypeOf(e){return(_getPrototypeOf=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function _inherits(e,n){if(\"function\"!=typeof n&&null!==n)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(n&&n.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),n&&_setPrototypeOf(e,n)}function _iterableToArrayLimit(e,n){var t=null==e?null:\"undefined\"!=typeof Symbol&&e[Symbol.iterator]||e[\"@@iterator\"];if(null!=t){var r,o,i=[],_=!0,l=!1;try{for(t=t.call(e);!(_=(r=t.next()).done)&&(i.push(r.value),!n||i.length!==n);_=!0);}catch(e){l=!0,o=e}finally{try{_||null==t.return||t.return()}finally{if(l)throw o}}return i}}function _nonIterableRest(){throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\\\\\\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}function _possibleConstructorReturn(e,n){return!n||\"object\"!==_typeof(n)&&\"function\"!=typeof n?_assertThisInitialized(e):n}function _setPrototypeOf(e,n){return(_setPrototypeOf=Object.setPrototypeOf||function(e,n){return e.__proto__=n,e})(e,n)}function _slicedToArray(e,n){return _arrayWithHoles(e)||_iterableToArrayLimit(e,n)||_unsupportedIterableToArray(e,n)||_nonIterableRest()}var _typeof=function(e){return e&&\"undefined\"!=typeof Symbol&&e.constructor===Symbol?\"symbol\":typeof e};function _unsupportedIterableToArray(e,n){if(e){if(\"string\"==typeof e)return _arrayLikeToArray(e,n);var t=Object.prototype.toString.call(e).slice(8,-1);return\"Object\"===t&&e.constructor&&(t=e.constructor.name),\"Map\"===t||\"Set\"===t?Array.from(t):\"Arguments\"===t||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t)?_arrayLikeToArray(e,n):void 0}}function _isNativeReflectConstruct(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function _createSuper(e){var n=_isNativeReflectConstruct();return function(){var t,r=_getPrototypeOf(e);if(n){var o=_getPrototypeOf(this).constructor;t=Reflect.construct(r,arguments,o)}else t=r.apply(this,arguments);return _possibleConstructorReturn(this,t)}}function add_css(e){_vendor_browser_svelte_internal_index.append_styles(e,\"cnn-pcl-eu8ydm\",\".house-tiles-3lOSAn.cnn-pcl-eu8ydm{padding:3px 0px;display:inline-flex;flex-wrap:wrap;gap:var(--houseTilesGap)}\")}function get_each_context(e,n,t){var r=e.slice();return r[9]=n[t],r}function create_if_block(e){for(var n,t,r=e[0],o=[],i=0;i<r.length;i+=1)o[i]=create_each_block(get_each_context(e,r,i));var _=function(e){return _vendor_browser_svelte_internal_index.transition_out(o[e],1,1,function(){o[e]=null})};return{c:function(){for(var e=0;e<o.length;e+=1)o[e].c();n=_vendor_browser_svelte_internal_index.empty()},l:function(e){for(var t=0;t<o.length;t+=1)o[t].l(e);n=_vendor_browser_svelte_internal_index.empty()},m:function(e,r){for(var i=0;i<o.length;i+=1)o[i].m(e,r);_vendor_browser_svelte_internal_index.insert_hydration(e,n,r),t=!0},p:function(e,t){if(4223&t){var i;for(r=e[0],i=0;i<r.length;i+=1){var l=get_each_context(e,r,i);o[i]?(o[i].p(l,t),_vendor_browser_svelte_internal_index.transition_in(o[i],1)):(o[i]=create_each_block(l),o[i].c(),_vendor_browser_svelte_internal_index.transition_in(o[i],1),o[i].m(n.parentNode,n))}for(_vendor_browser_svelte_internal_index.group_outros(),i=r.length;i<o.length;i+=1)_(i);_vendor_browser_svelte_internal_index.check_outros()}},i:function(e){if(!t){for(var n=0;n<r.length;n+=1)_vendor_browser_svelte_internal_index.transition_in(o[n]);t=!0}},o:function(e){o=o.filter(Boolean);for(var n=0;n<o.length;n+=1)_vendor_browser_svelte_internal_index.transition_out(o[n]);t=!1},d:function(e){_vendor_browser_svelte_internal_index.destroy_each(o,e),e&&_vendor_browser_svelte_internal_index.detach(n)}}}function create_default_slot_1(e){var n,t;return n=new HouseTile({props:{variations:e[1],tooltipContent:e[9],jurisdictionCode:e[9].jurisdictionCode,content:1===e[0].length?\"AL\":e[9].jurisdictionCode,style:generateTileStyle(e[9],new _lib_browser_themes_elections_Theme.Theme(e[12][e[6]]),e[2]),isSwitch:e[9].isSwitch,isKeyRace:e[9].isKeyRace,externalClickHandler:e[3],candidateText:e[4]}}),{c:function(){_vendor_browser_svelte_internal_index.create_component(n.$$.fragment)},l:function(e){_vendor_browser_svelte_internal_index.claim_component(n.$$.fragment,e)},m:function(e,r){_vendor_browser_svelte_internal_index.mount_component(n,e,r),t=!0},p:function(e,t){var r={};2&t&&(r.variations=e[1]),1&t&&(r.tooltipContent=e[9]),1&t&&(r.jurisdictionCode=e[9].jurisdictionCode),1&t&&(r.content=1===e[0].length?\"AL\":e[9].jurisdictionCode),4101&t&&(r.style=generateTileStyle(e[9],new _lib_browser_themes_elections_Theme.Theme(e[12][e[6]]),e[2])),1&t&&(r.isSwitch=e[9].isSwitch),1&t&&(r.isKeyRace=e[9].isKeyRace),8&t&&(r.externalClickHandler=e[3]),16&t&&(r.candidateText=e[4]),n.$set(r)},i:function(e){t||(_vendor_browser_svelte_internal_index.transition_in(n.$$.fragment,e),t=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(n.$$.fragment,e),t=!1},d:function(e){_vendor_browser_svelte_internal_index.destroy_component(n,e)}}}function create_default_slot(e){var n,t,r;return n=new _lib_sdk_browser__externalConfig_ContextProvider_svelte.ContextProvider({props:{configurables:[e[6]],root:{candidates:e[9].candidates,mode:e[2]},$$slots:{default:[create_default_slot_1,function(e){return{12:e.configContext}},function(e){return e.configContext?4096:0}]},$$scope:{ctx:e}}}),{c:function(){_vendor_browser_svelte_internal_index.create_component(n.$$.fragment),t=_vendor_browser_svelte_internal_index.space()},l:function(e){_vendor_browser_svelte_internal_index.claim_component(n.$$.fragment,e),t=_vendor_browser_svelte_internal_index.claim_space(e)},m:function(e,o){_vendor_browser_svelte_internal_index.mount_component(n,e,o),_vendor_browser_svelte_internal_index.insert_hydration(e,t,o),r=!0},p:function(e,t){var r={};5&t&&(r.root={candidates:e[9].candidates,mode:e[2]}),12319&t&&(r.$$scope={dirty:t,ctx:e}),n.$set(r)},i:function(e){r||(_vendor_browser_svelte_internal_index.transition_in(n.$$.fragment,e),r=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(n.$$.fragment,e),r=!1},d:function(e){_vendor_browser_svelte_internal_index.destroy_component(n,e),e&&_vendor_browser_svelte_internal_index.detach(t)}}}function create_each_block(e){var n,t,r;return t=new _lib_sdk_browser__externalConfig_ContextInjector_svelte.ContextInjector({props:{componentKey:injectJurisdictionCodeIntoComponentKey(e[5],null===(n=e[9])||void 0===n?void 0:n.jurisdictionCode),$$slots:{default:[create_default_slot]},$$scope:{ctx:e}}}),{c:function(){_vendor_browser_svelte_internal_index.create_component(t.$$.fragment)},l:function(e){_vendor_browser_svelte_internal_index.claim_component(t.$$.fragment,e)},m:function(e,n){_vendor_browser_svelte_internal_index.mount_component(t,e,n),r=!0},p:function(e,n){var r,o={};33&n&&(o.componentKey=injectJurisdictionCodeIntoComponentKey(e[5],null===(r=e[9])||void 0===r?void 0:r.jurisdictionCode)),8223&n&&(o.$$scope={dirty:n,ctx:e}),t.$set(o)},i:function(e){r||(_vendor_browser_svelte_internal_index.transition_in(t.$$.fragment,e),r=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(t.$$.fragment,e),r=!1},d:function(e){_vendor_browser_svelte_internal_index.destroy_component(t,e)}}}function create_fragment(e){var n,t,r=e[0].length>0&&create_if_block(e);return{c:function(){n=_vendor_browser_svelte_internal_index.element(\"div\"),r&&r.c(),this.h()},l:function(e){n=_vendor_browser_svelte_internal_index.claim_element(e,\"DIV\",{class:!0});var t=_vendor_browser_svelte_internal_index.children(n);r&&r.l(t),t.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(n,\"class\",\"house-tiles-3lOSAn cnn-pcl-eu8ydm\")},m:function(e,o){_vendor_browser_svelte_internal_index.insert_hydration(e,n,o),r&&r.m(n,null),t=!0},p:function(e,t){var o=_slicedToArray(t,1)[0];e[0].length>0?r?(r.p(e,o),1&o&&_vendor_browser_svelte_internal_index.transition_in(r,1)):((r=create_if_block(e)).c(),_vendor_browser_svelte_internal_index.transition_in(r,1),r.m(n,null)):r&&(_vendor_browser_svelte_internal_index.group_outros(),_vendor_browser_svelte_internal_index.transition_out(r,1,1,function(){r=null}),_vendor_browser_svelte_internal_index.check_outros())},i:function(e){t||(_vendor_browser_svelte_internal_index.transition_in(r),t=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(r),t=!1},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n),r&&r.d()}}}function instance(e,n,t){var r,o,i=_lib_sdk_browser__externalConfig_configInterpreters_constants_ts.configLayers.MAP_THEME,_=n.results,l=void 0===_?[]:_,a=n.variations,s=void 0===a?[]:a,c=n.mode,d=n.externalClickHandler,u=void 0===d?null:d,v=n.candidateText,f=void 0===v?\"Candidate\":v,b=_vendor_browser_svelte_internal_index.getContext(_lib_browser_common_constants_contextKeys.IDENTITY_CONTEXT_KEY);return _vendor_browser_svelte_internal_index.component_subscribe(e,b,function(e){return t(8,o=e)}),e.$$set=function(e){\"results\"in e&&t(0,l=e.results),\"variations\"in e&&t(1,s=e.variations),\"mode\"in e&&t(2,c=e.mode),\"externalClickHandler\"in e&&t(3,u=e.externalClickHandler),\"candidateText\"in e&&t(4,f=e.candidateText)},e.$$.update=function(){256&e.$$.dirty&&t(5,r=(null==o?void 0:o.componentKey)||\"defaultKey\")},[l,s,c,u,f,r,i,b,o]}var House_tiles=function(e){_inherits(t,_vendor_browser_svelte_internal_index.SvelteComponent);var n=_createSuper(t);function t(e){var r;return _classCallCheck(this,t),r=n.call(this),_vendor_browser_svelte_internal_index.init(_assertThisInitialized(r),e,instance,create_fragment,_vendor_browser_svelte_internal_index.safe_not_equal,{results:0,variations:1,mode:2,externalClickHandler:3,candidateText:4},add_css),r}return t}(),HouseTiles=House_tiles;exports.HouseTile=HouseTile,exports.HouseTiles=HouseTiles;\\n}, {\"548\":548,\"610\":610,\"613\":613,\"628\":628,\"637\":637,\"639\":639,\"643\":643,\"681\":681,\"696\":696,\"706\":706,\"716\":716,\"719\":719,\"730\":730,\"1578\":1578,\"2290\":2290}];\\nwindow.modules[\"2339\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_svelte_internal_index=require(548),_lib_browser_common_constants_componentVariations=require(637),_lib_browser_common_constants_painting=require(643),_vendor_browser_lodash_get=require(569),_lib_browser_common_helpers_cssvars=require(612),partyNameMap={DEM:\"DEMOCRATS\",REP:\"REPUBLICANS\",LIB:\"LIBERTARIANS\",GRN:\"GREEN PARTY\",IND:\"INDEPENDENTS\"};function getPaletteLabel(e,n){return n.label?e.includes(_lib_browser_common_constants_componentVariations.VARIATIONS.LASTNAMES_IN_LEGEND&&_lib_browser_common_constants_componentVariations.VARIATIONS.CARD)?n.label:e.includes(_lib_browser_common_constants_componentVariations.VARIATIONS.CARD)?partyNameMap[n.label]||partyNameMap.IND:n.label:\"\"}function _arrayLikeToArray$1(e,n){(null==n||n>e.length)&&(n=e.length);for(var r=0,t=new Array(n);r<n;r++)t[r]=e[r];return t}function _arrayWithHoles$1(e){if(Array.isArray(e))return e}function _assertThisInitialized$1(e){if(void 0===e)throw new ReferenceError(\"this hasn\\'t been initialised - super() hasn\\'t been called\");return e}function _classCallCheck$1(e,n){if(!(e instanceof n))throw new TypeError(\"Cannot call a class as a function\")}function _getPrototypeOf$1(e){return(_getPrototypeOf$1=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function _inherits$1(e,n){if(\"function\"!=typeof n&&null!==n)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(n&&n.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),n&&_setPrototypeOf$1(e,n)}function _iterableToArrayLimit$1(e,n){var r=null==e?null:\"undefined\"!=typeof Symbol&&e[Symbol.iterator]||e[\"@@iterator\"];if(null!=r){var t,_,o=[],i=!0,l=!1;try{for(r=r.call(e);!(i=(t=r.next()).done)&&(o.push(t.value),!n||o.length!==n);i=!0);}catch(e){l=!0,_=e}finally{try{i||null==r.return||r.return()}finally{if(l)throw _}}return o}}function _nonIterableRest$1(){throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\\\\\\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}function _possibleConstructorReturn$1(e,n){return!n||\"object\"!==_typeof$1(n)&&\"function\"!=typeof n?_assertThisInitialized$1(e):n}function _setPrototypeOf$1(e,n){return(_setPrototypeOf$1=Object.setPrototypeOf||function(e,n){return e.__proto__=n,e})(e,n)}function _slicedToArray$1(e,n){return _arrayWithHoles$1(e)||_iterableToArrayLimit$1(e,n)||_unsupportedIterableToArray$1(e,n)||_nonIterableRest$1()}var _typeof$1=function(e){return e&&\"undefined\"!=typeof Symbol&&e.constructor===Symbol?\"symbol\":typeof e};function _unsupportedIterableToArray$1(e,n){if(e){if(\"string\"==typeof e)return _arrayLikeToArray$1(e,n);var r=Object.prototype.toString.call(e).slice(8,-1);return\"Object\"===r&&e.constructor&&(r=e.constructor.name),\"Map\"===r||\"Set\"===r?Array.from(r):\"Arguments\"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?_arrayLikeToArray$1(e,n):void 0}}function _isNativeReflectConstruct$1(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function _createSuper$1(e){var n=_isNativeReflectConstruct$1();return function(){var r,t=_getPrototypeOf$1(e);if(n){var _=_getPrototypeOf$1(this).constructor;r=Reflect.construct(t,arguments,_)}else r=t.apply(this,arguments);return _possibleConstructorReturn$1(this,r)}}function add_css$1(e){_vendor_browser_svelte_internal_index.append_styles(e,\"cnn-pcl-1pbjuv4\",\".wrapper-2pUJsI.cnn-pcl-1pbjuv4.cnn-pcl-1pbjuv4{display:flex;flex-direction:row;margin:4px 2px;justify-content:center}.stacked-wrapper-1-MlAs.cnn-pcl-1pbjuv4.cnn-pcl-1pbjuv4{flex:1 1 30%;flex-direction:column-reverse;align-items:center;margin:0 6px}.card-wrapper-1a4Qp8.cnn-pcl-1pbjuv4.cnn-pcl-1pbjuv4{margin:0 1px 2px}.card-wrapper-1a4Qp8.cnn-pcl-1pbjuv4 .cnn-pcl-1pbjuv4:last-child{margin:0 0 2px 3px}.shades-q2_F7g.cnn-pcl-1pbjuv4.cnn-pcl-1pbjuv4{display:flex;flex-direction:row;justify-content:space-between}.palette-3VoUOr.cnn-pcl-1pbjuv4.cnn-pcl-1pbjuv4{margin:1px;display:flex;flex-direction:column;align-items:center;width:max-content}.palette-3VoUOr.card-1YY_s1.cnn-pcl-1pbjuv4.cnn-pcl-1pbjuv4{margin:1px 3px}.palette-color-WwdGQJ.cnn-pcl-1pbjuv4.cnn-pcl-1pbjuv4{height:14px;width:21px}.solid-28PFA1.cnn-pcl-1pbjuv4.cnn-pcl-1pbjuv4{background:var(--shade)}.pattern-2M-WDY.cnn-pcl-1pbjuv4.cnn-pcl-1pbjuv4{background-image:repeating-linear-gradient(135deg, var(--lineColor), var(--lineColor) 2px, var(--shade) 2px, var(--shade) 4px)}.color-desc-2-th2k.cnn-pcl-1pbjuv4.cnn-pcl-1pbjuv4{color:#000;font-size:8px;margin:0 auto;font-family:cnn_sans_display, helveticaneue, Helvetica, Arial, Utkal, sans-serif;font-weight:400}.group-name-16MNYT.cnn-pcl-1pbjuv4.cnn-pcl-1pbjuv4{color:#000;font-size:14px;margin:0 0 0 2px;text-align:center}@media screen and (min-width: 768px){.wrapper-2pUJsI.cnn-pcl-1pbjuv4.cnn-pcl-1pbjuv4{display:flex;flex-direction:row;margin:4px 7px;flex:1;justify-content:center}.stacked-wrapper-1-MlAs.cnn-pcl-1pbjuv4.cnn-pcl-1pbjuv4{flex:1 1 30%;flex-direction:column-reverse;align-items:center}.card-wrapper-1a4Qp8.cnn-pcl-1pbjuv4.cnn-pcl-1pbjuv4{margin:0 1px 2px}.card-wrapper-1a4Qp8.cnn-pcl-1pbjuv4 .cnn-pcl-1pbjuv4:last-child{margin:0 0 2px 3px}.palette-3VoUOr.cnn-pcl-1pbjuv4.cnn-pcl-1pbjuv4{margin:1px 2px}.palette-3VoUOr.card-1YY_s1.cnn-pcl-1pbjuv4.cnn-pcl-1pbjuv4{margin:1px 3px}.palette-color-WwdGQJ.card-1YY_s1.cnn-pcl-1pbjuv4.cnn-pcl-1pbjuv4{height:12px;width:18px}}\")}function get_each_context$1(e,n,r){var t=e.slice();return t[6]=n[r],t}function create_if_block_2$1(e){var n,r;return{c:function(){n=_vendor_browser_svelte_internal_index.element(\"div\"),this.h()},l:function(e){n=_vendor_browser_svelte_internal_index.claim_element(e,\"DIV\",{class:!0,style:!0}),_vendor_browser_svelte_internal_index.children(n).forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(n,\"class\",\"pattern-2M-WDY palette-color-WwdGQJ cnn-pcl-1pbjuv4\"),_vendor_browser_svelte_internal_index.attr(n,\"style\",r=_lib_browser_common_helpers_cssvars.cssvars({shade:e[6].fillColor,lineColor:e[6].lineColor})),_vendor_browser_svelte_internal_index.toggle_class(n,\"card-1YY_s1\",e[0].includes(_lib_browser_common_constants_componentVariations.VARIATIONS.CARD))},m:function(e,r){_vendor_browser_svelte_internal_index.insert_hydration(e,n,r)},p:function(e,t){16&t&&r!==(r=_lib_browser_common_helpers_cssvars.cssvars({shade:e[6].fillColor,lineColor:e[6].lineColor}))&&_vendor_browser_svelte_internal_index.attr(n,\"style\",r),1&t&&_vendor_browser_svelte_internal_index.toggle_class(n,\"card-1YY_s1\",e[0].includes(_lib_browser_common_constants_componentVariations.VARIATIONS.CARD))},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n)}}}function create_if_block_1$1(e){var n,r;return{c:function(){n=_vendor_browser_svelte_internal_index.element(\"div\"),this.h()},l:function(e){n=_vendor_browser_svelte_internal_index.claim_element(e,\"DIV\",{class:!0,style:!0}),_vendor_browser_svelte_internal_index.children(n).forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(n,\"class\",\"solid-28PFA1 palette-color-WwdGQJ cnn-pcl-1pbjuv4\"),_vendor_browser_svelte_internal_index.attr(n,\"style\",r=_lib_browser_common_helpers_cssvars.cssvars({shade:e[6].fillColor})),_vendor_browser_svelte_internal_index.toggle_class(n,\"card-1YY_s1\",e[0].includes(_lib_browser_common_constants_componentVariations.VARIATIONS.CARD))},m:function(e,r){_vendor_browser_svelte_internal_index.insert_hydration(e,n,r)},p:function(e,t){16&t&&r!==(r=_lib_browser_common_helpers_cssvars.cssvars({shade:e[6].fillColor}))&&_vendor_browser_svelte_internal_index.attr(n,\"style\",r),1&t&&_vendor_browser_svelte_internal_index.toggle_class(n,\"card-1YY_s1\",e[0].includes(_lib_browser_common_constants_componentVariations.VARIATIONS.CARD))},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n)}}}function create_if_block$1(e){var n,r,t=(e[6].label||\"\")+\"\";return{c:function(){n=_vendor_browser_svelte_internal_index.element(\"div\"),r=_vendor_browser_svelte_internal_index.text(t),this.h()},l:function(e){n=_vendor_browser_svelte_internal_index.claim_element(e,\"DIV\",{class:!0});var _=_vendor_browser_svelte_internal_index.children(n);r=_vendor_browser_svelte_internal_index.claim_text(_,t),_.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(n,\"class\",\"color-desc-2-th2k cnn-pcl-1pbjuv4\")},m:function(e,t){_vendor_browser_svelte_internal_index.insert_hydration(e,n,t),_vendor_browser_svelte_internal_index.append_hydration(n,r)},p:function(e,n){16&n&&t!==(t=(e[6].label||\"\")+\"\")&&_vendor_browser_svelte_internal_index.set_data(r,t)},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n)}}}function create_each_block$1(e){var n,r,t,_=function(e,n){return\"solid\"===e[6].type?create_if_block_1$1:\"pattern\"===e[6].type?create_if_block_2$1:void 0},o=_(e),i=o&&o(e),l=!e[2]&&create_if_block$1(e);return{c:function(){n=_vendor_browser_svelte_internal_index.element(\"div\"),i&&i.c(),r=_vendor_browser_svelte_internal_index.space(),l&&l.c(),t=_vendor_browser_svelte_internal_index.space(),this.h()},l:function(e){n=_vendor_browser_svelte_internal_index.claim_element(e,\"DIV\",{class:!0});var _=_vendor_browser_svelte_internal_index.children(n);i&&i.l(_),r=_vendor_browser_svelte_internal_index.claim_space(_),l&&l.l(_),t=_vendor_browser_svelte_internal_index.claim_space(_),_.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(n,\"class\",\"palette-3VoUOr cnn-pcl-1pbjuv4\"),_vendor_browser_svelte_internal_index.toggle_class(n,\"card-1YY_s1\",e[0].includes(_lib_browser_common_constants_componentVariations.VARIATIONS.CARD))},m:function(e,_){_vendor_browser_svelte_internal_index.insert_hydration(e,n,_),i&&i.m(n,null),_vendor_browser_svelte_internal_index.append_hydration(n,r),l&&l.m(n,null),_vendor_browser_svelte_internal_index.append_hydration(n,t)},p:function(e,a){o===(o=_(e))&&i?i.p(e,a):(i&&i.d(1),(i=o&&o(e))&&(i.c(),i.m(n,r))),e[2]?l&&(l.d(1),l=null):l?l.p(e,a):((l=create_if_block$1(e)).c(),l.m(n,t)),1&a&&_vendor_browser_svelte_internal_index.toggle_class(n,\"card-1YY_s1\",e[0].includes(_lib_browser_common_constants_componentVariations.VARIATIONS.CARD))},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n),i&&i.d(),l&&l.d()}}}function create_fragment$1(e){for(var n,r,t,_,o,i=e[4],l=[],a=0;a<i.length;a+=1)l[a]=create_each_block$1(get_each_context$1(e,i,a));return{c:function(){n=_vendor_browser_svelte_internal_index.element(\"div\"),r=_vendor_browser_svelte_internal_index.element(\"div\");for(var i=0;i<l.length;i+=1)l[i].c();t=_vendor_browser_svelte_internal_index.space(),_=_vendor_browser_svelte_internal_index.element(\"div\"),o=_vendor_browser_svelte_internal_index.text(e[3]),this.h()},l:function(i){n=_vendor_browser_svelte_internal_index.claim_element(i,\"DIV\",{class:!0});var a=_vendor_browser_svelte_internal_index.children(n);r=_vendor_browser_svelte_internal_index.claim_element(a,\"DIV\",{class:!0});for(var s=_vendor_browser_svelte_internal_index.children(r),c=0;c<l.length;c+=1)l[c].l(s);s.forEach(_vendor_browser_svelte_internal_index.detach),t=_vendor_browser_svelte_internal_index.claim_space(a),_=_vendor_browser_svelte_internal_index.claim_element(a,\"DIV\",{class:!0});var d=_vendor_browser_svelte_internal_index.children(_);o=_vendor_browser_svelte_internal_index.claim_text(d,e[3]),d.forEach(_vendor_browser_svelte_internal_index.detach),a.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(r,\"class\",\"shades-q2_F7g cnn-pcl-1pbjuv4\"),_vendor_browser_svelte_internal_index.attr(_,\"class\",\"group-name-16MNYT cnn-pcl-1pbjuv4\"),_vendor_browser_svelte_internal_index.attr(n,\"class\",\"wrapper-2pUJsI cnn-pcl-1pbjuv4\"),_vendor_browser_svelte_internal_index.toggle_class(n,\"stacked-wrapper-1-MlAs\",e[1]),_vendor_browser_svelte_internal_index.toggle_class(n,\"card-wrapper-1a4Qp8\",e[0].includes(_lib_browser_common_constants_componentVariations.VARIATIONS.CARD))},m:function(e,i){_vendor_browser_svelte_internal_index.insert_hydration(e,n,i),_vendor_browser_svelte_internal_index.append_hydration(n,r);for(var a=0;a<l.length;a+=1)l[a].m(r,null);_vendor_browser_svelte_internal_index.append_hydration(n,t),_vendor_browser_svelte_internal_index.append_hydration(n,_),_vendor_browser_svelte_internal_index.append_hydration(_,o)},p:function(e,t){var _=_slicedToArray$1(t,1)[0];if(21&_){var a;for(i=e[4],a=0;a<i.length;a+=1){var s=get_each_context$1(e,i,a);l[a]?l[a].p(s,_):(l[a]=create_each_block$1(s),l[a].c(),l[a].m(r,null))}for(;a<l.length;a+=1)l[a].d(1);l.length=i.length}8&_&&_vendor_browser_svelte_internal_index.set_data(o,e[3]),2&_&&_vendor_browser_svelte_internal_index.toggle_class(n,\"stacked-wrapper-1-MlAs\",e[1]),1&_&&_vendor_browser_svelte_internal_index.toggle_class(n,\"card-wrapper-1a4Qp8\",e[0].includes(_lib_browser_common_constants_componentVariations.VARIATIONS.CARD))},i:_vendor_browser_svelte_internal_index.noop,o:_vendor_browser_svelte_internal_index.noop,d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n),_vendor_browser_svelte_internal_index.destroy_each(l,e)}}}function instance$1(e,n,r){var t,_,o,i=n.palette,l=n.variations,a=void 0===l?[]:l,s=n.isStacked,c=void 0!==s&&s;return e.$$set=function(e){\"palette\"in e&&r(5,i=e.palette),\"variations\"in e&&r(0,a=e.variations),\"isStacked\"in e&&r(1,c=e.isStacked)},e.$$.update=function(){32&e.$$.dirty&&r(4,t=i.colors||[]),33&e.$$.dirty&&r(3,_=getPaletteLabel(a,i)),1&e.$$.dirty&&r(2,o=a.includes(_lib_browser_common_constants_componentVariations.VARIATIONS.OBSCURE_FLIPPED_IN_LEGEND)&&a.includes(_lib_browser_common_constants_componentVariations.VARIATIONS.LASTNAMES_IN_LEGEND))},[a,c,o,_,t,i]}var Palette=function(e){_inherits$1(r,_vendor_browser_svelte_internal_index.SvelteComponent);var n=_createSuper$1(r);function r(e){var t;return _classCallCheck$1(this,r),t=n.call(this),_vendor_browser_svelte_internal_index.init(_assertThisInitialized$1(t),e,instance$1,create_fragment$1,_vendor_browser_svelte_internal_index.safe_not_equal,{palette:5,variations:0,isStacked:1},add_css$1),t}return r}();function _arrayLikeToArray(e,n){(null==n||n>e.length)&&(n=e.length);for(var r=0,t=new Array(n);r<n;r++)t[r]=e[r];return t}function _arrayWithHoles(e){if(Array.isArray(e))return e}function _assertThisInitialized(e){if(void 0===e)throw new ReferenceError(\"this hasn\\'t been initialised - super() hasn\\'t been called\");return e}function _classCallCheck(e,n){if(!(e instanceof n))throw new TypeError(\"Cannot call a class as a function\")}function _getPrototypeOf(e){return(_getPrototypeOf=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function _inherits(e,n){if(\"function\"!=typeof n&&null!==n)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(n&&n.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),n&&_setPrototypeOf(e,n)}function _iterableToArrayLimit(e,n){var r=null==e?null:\"undefined\"!=typeof Symbol&&e[Symbol.iterator]||e[\"@@iterator\"];if(null!=r){var t,_,o=[],i=!0,l=!1;try{for(r=r.call(e);!(i=(t=r.next()).done)&&(o.push(t.value),!n||o.length!==n);i=!0);}catch(e){l=!0,_=e}finally{try{i||null==r.return||r.return()}finally{if(l)throw _}}return o}}function _nonIterableRest(){throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\\\\\\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}function _possibleConstructorReturn(e,n){return!n||\"object\"!==_typeof(n)&&\"function\"!=typeof n?_assertThisInitialized(e):n}function _setPrototypeOf(e,n){return(_setPrototypeOf=Object.setPrototypeOf||function(e,n){return e.__proto__=n,e})(e,n)}function _slicedToArray(e,n){return _arrayWithHoles(e)||_iterableToArrayLimit(e,n)||_unsupportedIterableToArray(e,n)||_nonIterableRest()}var _typeof=function(e){return e&&\"undefined\"!=typeof Symbol&&e.constructor===Symbol?\"symbol\":typeof e};function _unsupportedIterableToArray(e,n){if(e){if(\"string\"==typeof e)return _arrayLikeToArray(e,n);var r=Object.prototype.toString.call(e).slice(8,-1);return\"Object\"===r&&e.constructor&&(r=e.constructor.name),\"Map\"===r||\"Set\"===r?Array.from(r):\"Arguments\"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?_arrayLikeToArray(e,n):void 0}}function _isNativeReflectConstruct(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function _createSuper(e){var n=_isNativeReflectConstruct();return function(){var r,t=_getPrototypeOf(e);if(n){var _=_getPrototypeOf(this).constructor;r=Reflect.construct(t,arguments,_)}else r=t.apply(this,arguments);return _possibleConstructorReturn(this,r)}}function add_css(e){_vendor_browser_svelte_internal_index.append_styles(e,\"cnn-pcl-aeyajg\",\".legend-koNQTc.cnn-pcl-aeyajg{display:flex;flex-direction:row;justify-content:center;align-items:center;width:100%;flex-wrap:wrap;font-size:16px;font-family:cnn_sans_display, helveticaneue, Helvetica, Arial, Utkal, sans-serif;font-weight:700;margin:10px 0 0 0}.legend-koNQTc.mini-3nqkcV.cnn-pcl-aeyajg{margin:0}.stacked-legend-RY9Mjd.cnn-pcl-aeyajg{flex-direction:column;max-width:450px}.palettes-69eAQF.cnn-pcl-aeyajg{display:flex;flex-direction:row;width:fit-content;flex-wrap:wrap;margin:0 0 4px;justify-content:center;align-items:flex-end}.stacked-palettes-9pJ1nU.cnn-pcl-aeyajg{flex-wrap:wrap;width:100%}.title-container-3xFuQR.cnn-pcl-aeyajg{display:flex;flex-direction:row;width:92%;justify-content:center}h5.cnn-pcl-aeyajg{margin:0 4px 12px 0}.center-title-3lxiQD.cnn-pcl-aeyajg{margin:0 0;font-size:16px;display:flex;align-self:flex-start;padding:1px 4px 0 0}.title-59hK4V.cnn-pcl-aeyajg{display:flex;margin:0 10px}.line-2j-vRX.cnn-pcl-aeyajg{border-top:0.5px solid rgba(170, 170, 170, 0.5037);flex:1;margin-top:7px}\")}function get_each_context_1(e,n,r){var t=e.slice();return t[8]=n[r],t}function get_each_context(e,n,r){var t=e.slice();return t[8]=n[r],t}function create_else_block(e){for(var n,r,t,_,o=e[5]&&create_if_block_2(e),i=e[0],l=[],a=0;a<i.length;a+=1)l[a]=create_each_block_1(get_each_context_1(e,i,a));var s=function(e){return _vendor_browser_svelte_internal_index.transition_out(l[e],1,1,function(){l[e]=null})};return{c:function(){n=_vendor_browser_svelte_internal_index.element(\"div\"),o&&o.c(),r=_vendor_browser_svelte_internal_index.space(),t=_vendor_browser_svelte_internal_index.element(\"div\");for(var e=0;e<l.length;e+=1)l[e].c();this.h()},l:function(e){n=_vendor_browser_svelte_internal_index.claim_element(e,\"DIV\",{class:!0});var _=_vendor_browser_svelte_internal_index.children(n);o&&o.l(_),r=_vendor_browser_svelte_internal_index.claim_space(_),t=_vendor_browser_svelte_internal_index.claim_element(_,\"DIV\",{class:!0});for(var i=_vendor_browser_svelte_internal_index.children(t),a=0;a<l.length;a+=1)l[a].l(i);i.forEach(_vendor_browser_svelte_internal_index.detach),_.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(t,\"class\",\"palettes-69eAQF cnn-pcl-aeyajg\"),_vendor_browser_svelte_internal_index.attr(n,\"class\",\"legend-koNQTc cnn-pcl-aeyajg\"),_vendor_browser_svelte_internal_index.toggle_class(n,\"mini-3nqkcV\",e[4])},m:function(e,i){_vendor_browser_svelte_internal_index.insert_hydration(e,n,i),o&&o.m(n,null),_vendor_browser_svelte_internal_index.append_hydration(n,r),_vendor_browser_svelte_internal_index.append_hydration(n,t);for(var a=0;a<l.length;a+=1)l[a].m(t,null);_=!0},p:function(e,_){if(e[5]?o?o.p(e,_):((o=create_if_block_2(e)).c(),o.m(n,r)):o&&(o.d(1),o=null),3&_){var a;for(i=e[0],a=0;a<i.length;a+=1){var c=get_each_context_1(e,i,a);l[a]?(l[a].p(c,_),_vendor_browser_svelte_internal_index.transition_in(l[a],1)):(l[a]=create_each_block_1(c),l[a].c(),_vendor_browser_svelte_internal_index.transition_in(l[a],1),l[a].m(t,null))}for(_vendor_browser_svelte_internal_index.group_outros(),a=i.length;a<l.length;a+=1)s(a);_vendor_browser_svelte_internal_index.check_outros()}16&_&&_vendor_browser_svelte_internal_index.toggle_class(n,\"mini-3nqkcV\",e[4])},i:function(e){if(!_){for(var n=0;n<i.length;n+=1)_vendor_browser_svelte_internal_index.transition_in(l[n]);_=!0}},o:function(e){l=l.filter(Boolean);for(var n=0;n<l.length;n+=1)_vendor_browser_svelte_internal_index.transition_out(l[n]);_=!1},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n),o&&o.d(),_vendor_browser_svelte_internal_index.destroy_each(l,e)}}}function create_if_block(e){for(var n,r,t,_,o=e[5]&&create_if_block_1(e),i=e[0],l=[],a=0;a<i.length;a+=1)l[a]=create_each_block(get_each_context(e,i,a));var s=function(e){return _vendor_browser_svelte_internal_index.transition_out(l[e],1,1,function(){l[e]=null})};return{c:function(){n=_vendor_browser_svelte_internal_index.element(\"div\"),o&&o.c(),r=_vendor_browser_svelte_internal_index.space(),t=_vendor_browser_svelte_internal_index.element(\"div\");for(var e=0;e<l.length;e+=1)l[e].c();this.h()},l:function(e){n=_vendor_browser_svelte_internal_index.claim_element(e,\"DIV\",{class:!0});var _=_vendor_browser_svelte_internal_index.children(n);o&&o.l(_),r=_vendor_browser_svelte_internal_index.claim_space(_),t=_vendor_browser_svelte_internal_index.claim_element(_,\"DIV\",{class:!0});for(var i=_vendor_browser_svelte_internal_index.children(t),a=0;a<l.length;a+=1)l[a].l(i);i.forEach(_vendor_browser_svelte_internal_index.detach),_.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(t,\"class\",\"palettes-69eAQF stacked-palettes-9pJ1nU cnn-pcl-aeyajg\"),_vendor_browser_svelte_internal_index.attr(n,\"class\",\"legend-koNQTc stacked-legend-RY9Mjd cnn-pcl-aeyajg\"),_vendor_browser_svelte_internal_index.toggle_class(n,\"mini-3nqkcV\",e[4])},m:function(e,i){_vendor_browser_svelte_internal_index.insert_hydration(e,n,i),o&&o.m(n,null),_vendor_browser_svelte_internal_index.append_hydration(n,r),_vendor_browser_svelte_internal_index.append_hydration(n,t);for(var a=0;a<l.length;a+=1)l[a].m(t,null);_=!0},p:function(e,_){if(e[5]?o?o.p(e,_):((o=create_if_block_1(e)).c(),o.m(n,r)):o&&(o.d(1),o=null),3&_){var a;for(i=e[0],a=0;a<i.length;a+=1){var c=get_each_context(e,i,a);l[a]?(l[a].p(c,_),_vendor_browser_svelte_internal_index.transition_in(l[a],1)):(l[a]=create_each_block(c),l[a].c(),_vendor_browser_svelte_internal_index.transition_in(l[a],1),l[a].m(t,null))}for(_vendor_browser_svelte_internal_index.group_outros(),a=i.length;a<l.length;a+=1)s(a);_vendor_browser_svelte_internal_index.check_outros()}16&_&&_vendor_browser_svelte_internal_index.toggle_class(n,\"mini-3nqkcV\",e[4])},i:function(e){if(!_){for(var n=0;n<i.length;n+=1)_vendor_browser_svelte_internal_index.transition_in(l[n]);_=!0}},o:function(e){l=l.filter(Boolean);for(var n=0;n<l.length;n+=1)_vendor_browser_svelte_internal_index.transition_out(l[n]);_=!1},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n),o&&o.d(),_vendor_browser_svelte_internal_index.destroy_each(l,e)}}}function create_if_block_2(e){var n,r;return{c:function(){n=_vendor_browser_svelte_internal_index.element(\"h5\"),r=_vendor_browser_svelte_internal_index.text(e[5]),this.h()},l:function(t){n=_vendor_browser_svelte_internal_index.claim_element(t,\"H5\",{class:!0});var _=_vendor_browser_svelte_internal_index.children(n);r=_vendor_browser_svelte_internal_index.claim_text(_,e[5]),_.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(n,\"class\",\"center-title-3lxiQD cnn-pcl-aeyajg\")},m:function(e,t){_vendor_browser_svelte_internal_index.insert_hydration(e,n,t),_vendor_browser_svelte_internal_index.append_hydration(n,r)},p:function(e,n){32&n&&_vendor_browser_svelte_internal_index.set_data(r,e[5])},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n)}}}function create_each_block_1(e){var n,r,t,_=function(e){return{props:{palette:e[8],variations:e[1]}}},o=Palette;return o&&(n=new o(_(e))),{c:function(){n&&_vendor_browser_svelte_internal_index.create_component(n.$$.fragment),r=_vendor_browser_svelte_internal_index.empty()},l:function(e){n&&_vendor_browser_svelte_internal_index.claim_component(n.$$.fragment,e),r=_vendor_browser_svelte_internal_index.empty()},m:function(e,_){n&&_vendor_browser_svelte_internal_index.mount_component(n,e,_),_vendor_browser_svelte_internal_index.insert_hydration(e,r,_),t=!0},p:function(e,t){var i={};if(1&t&&(i.palette=e[8]),2&t&&(i.variations=e[1]),o!==(o=Palette)){if(n){_vendor_browser_svelte_internal_index.group_outros();var l=n;_vendor_browser_svelte_internal_index.transition_out(l.$$.fragment,1,0,function(){_vendor_browser_svelte_internal_index.destroy_component(l,1)}),_vendor_browser_svelte_internal_index.check_outros()}o?(n=new o(_(e)),_vendor_browser_svelte_internal_index.create_component(n.$$.fragment),_vendor_browser_svelte_internal_index.transition_in(n.$$.fragment,1),_vendor_browser_svelte_internal_index.mount_component(n,r.parentNode,r)):n=null}else o&&n.$set(i)},i:function(e){t||(n&&_vendor_browser_svelte_internal_index.transition_in(n.$$.fragment,e),t=!0)},o:function(e){n&&_vendor_browser_svelte_internal_index.transition_out(n.$$.fragment,e),t=!1},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(r),n&&_vendor_browser_svelte_internal_index.destroy_component(n,e)}}}function create_if_block_1(e){var n,r,t,_,o,i,l;return{c:function(){n=_vendor_browser_svelte_internal_index.element(\"div\"),r=_vendor_browser_svelte_internal_index.element(\"div\"),t=_vendor_browser_svelte_internal_index.space(),_=_vendor_browser_svelte_internal_index.element(\"h5\"),o=_vendor_browser_svelte_internal_index.text(e[5]),i=_vendor_browser_svelte_internal_index.space(),l=_vendor_browser_svelte_internal_index.element(\"div\"),this.h()},l:function(a){n=_vendor_browser_svelte_internal_index.claim_element(a,\"DIV\",{class:!0});var s=_vendor_browser_svelte_internal_index.children(n);r=_vendor_browser_svelte_internal_index.claim_element(s,\"DIV\",{class:!0}),_vendor_browser_svelte_internal_index.children(r).forEach(_vendor_browser_svelte_internal_index.detach),t=_vendor_browser_svelte_internal_index.claim_space(s),_=_vendor_browser_svelte_internal_index.claim_element(s,\"H5\",{class:!0});var c=_vendor_browser_svelte_internal_index.children(_);o=_vendor_browser_svelte_internal_index.claim_text(c,e[5]),c.forEach(_vendor_browser_svelte_internal_index.detach),i=_vendor_browser_svelte_internal_index.claim_space(s),l=_vendor_browser_svelte_internal_index.claim_element(s,\"DIV\",{class:!0}),_vendor_browser_svelte_internal_index.children(l).forEach(_vendor_browser_svelte_internal_index.detach),s.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(r,\"class\",\"cnn-pcl-aeyajg\"),_vendor_browser_svelte_internal_index.toggle_class(r,\"line-2j-vRX\",e[2]),_vendor_browser_svelte_internal_index.attr(_,\"class\",\"title-59hK4V cnn-pcl-aeyajg\"),_vendor_browser_svelte_internal_index.attr(l,\"class\",\"cnn-pcl-aeyajg\"),_vendor_browser_svelte_internal_index.toggle_class(l,\"line-2j-vRX\",e[2]),_vendor_browser_svelte_internal_index.attr(n,\"class\",\"title-container-3xFuQR cnn-pcl-aeyajg\")},m:function(e,a){_vendor_browser_svelte_internal_index.insert_hydration(e,n,a),_vendor_browser_svelte_internal_index.append_hydration(n,r),_vendor_browser_svelte_internal_index.append_hydration(n,t),_vendor_browser_svelte_internal_index.append_hydration(n,_),_vendor_browser_svelte_internal_index.append_hydration(_,o),_vendor_browser_svelte_internal_index.append_hydration(n,i),_vendor_browser_svelte_internal_index.append_hydration(n,l)},p:function(e,n){4&n&&_vendor_browser_svelte_internal_index.toggle_class(r,\"line-2j-vRX\",e[2]),32&n&&_vendor_browser_svelte_internal_index.set_data(o,e[5]),4&n&&_vendor_browser_svelte_internal_index.toggle_class(l,\"line-2j-vRX\",e[2])},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n)}}}function create_each_block(e){var n,r,t,_=function(e){return{props:{palette:e[8],variations:e[1],isStacked:!0}}},o=Palette;return o&&(n=new o(_(e))),{c:function(){n&&_vendor_browser_svelte_internal_index.create_component(n.$$.fragment),r=_vendor_browser_svelte_internal_index.empty()},l:function(e){n&&_vendor_browser_svelte_internal_index.claim_component(n.$$.fragment,e),r=_vendor_browser_svelte_internal_index.empty()},m:function(e,_){n&&_vendor_browser_svelte_internal_index.mount_component(n,e,_),_vendor_browser_svelte_internal_index.insert_hydration(e,r,_),t=!0},p:function(e,t){var i={};if(1&t&&(i.palette=e[8]),2&t&&(i.variations=e[1]),o!==(o=Palette)){if(n){_vendor_browser_svelte_internal_index.group_outros();var l=n;_vendor_browser_svelte_internal_index.transition_out(l.$$.fragment,1,0,function(){_vendor_browser_svelte_internal_index.destroy_component(l,1)}),_vendor_browser_svelte_internal_index.check_outros()}o?(n=new o(_(e)),_vendor_browser_svelte_internal_index.create_component(n.$$.fragment),_vendor_browser_svelte_internal_index.transition_in(n.$$.fragment,1),_vendor_browser_svelte_internal_index.mount_component(n,r.parentNode,r)):n=null}else o&&n.$set(i)},i:function(e){t||(n&&_vendor_browser_svelte_internal_index.transition_in(n.$$.fragment,e),t=!0)},o:function(e){n&&_vendor_browser_svelte_internal_index.transition_out(n.$$.fragment,e),t=!1},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(r),n&&_vendor_browser_svelte_internal_index.destroy_component(n,e)}}}function create_fragment(e){var n,r,t,_,o=function(e,n){return e[3]?0:1},i=[create_if_block,create_else_block],l=[];return n=o(e),r=l[n]=i[n](e),{c:function(){r.c(),t=_vendor_browser_svelte_internal_index.empty()},l:function(e){r.l(e),t=_vendor_browser_svelte_internal_index.empty()},m:function(e,r){l[n].m(e,r),_vendor_browser_svelte_internal_index.insert_hydration(e,t,r),_=!0},p:function(e,_){var a=_slicedToArray(_,1)[0],s=n;(n=o(e))===s?l[n].p(e,a):(_vendor_browser_svelte_internal_index.group_outros(),_vendor_browser_svelte_internal_index.transition_out(l[s],1,1,function(){l[s]=null}),_vendor_browser_svelte_internal_index.check_outros(),(r=l[n])?r.p(e,a):(r=l[n]=i[n](e)).c(),_vendor_browser_svelte_internal_index.transition_in(r,1),r.m(t.parentNode,t))},i:function(e){_||(_vendor_browser_svelte_internal_index.transition_in(r),_=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(r),_=!1},d:function(e){l[n].d(e),e&&_vendor_browser_svelte_internal_index.detach(t)}}}function instance(e,n,r){var t,_,o,i,l=n.palettes,a=void 0===l?[]:l,s=n.variations,c=void 0===s?[]:s,d=n.legendTitle,v=void 0===d?\"\":d,p=n.mode;return e.$$set=function(e){\"palettes\"in e&&r(0,a=e.palettes),\"variations\"in e&&r(1,c=e.variations),\"legendTitle\"in e&&r(6,v=e.legendTitle),\"mode\"in e&&r(7,p=e.mode)},e.$$.update=function(){131&e.$$.dirty&&(r(3,i=c.includes(_lib_browser_common_constants_componentVariations.VARIATIONS.LASTNAMES_IN_LEGEND)||c.includes(_lib_browser_common_constants_componentVariations.VARIATIONS.CARD)||a.length>3||c.includes(_lib_browser_common_constants_componentVariations.VARIATIONS.CARD)&&a.length>2),p===_lib_browser_common_constants_painting.PaintModes.AHEAD_SINGLE_BUCKET&&r(3,i=!1)),64&e.$$.dirty&&r(5,t=_vendor_browser_lodash_get.get_1(v,\"name\",\"\")),2&e.$$.dirty&&r(2,_=c.includes(_lib_browser_common_constants_componentVariations.VARIATIONS.CARD)),6&e.$$.dirty&&r(4,o=_&&c.includes(_lib_browser_common_constants_componentVariations.VARIATIONS.MINI))},[a,c,_,i,o,t,v,p]}var Legend=function(e){_inherits(r,_vendor_browser_svelte_internal_index.SvelteComponent);var n=_createSuper(r);function r(e){var t;return _classCallCheck(this,r),t=n.call(this),_vendor_browser_svelte_internal_index.init(_assertThisInitialized(t),e,instance,create_fragment,_vendor_browser_svelte_internal_index.safe_not_equal,{palettes:0,variations:1,legendTitle:6,mode:7},add_css),t}return r}();exports.Legend=Legend;\\n}, {\"548\":548,\"569\":569,\"612\":612,\"637\":637,\"643\":643}];\\nwindow.modules[\"2371\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_svelte_internal_index=require(548),_lib_sdk_browser__externalConfig_configInterpreters_constants_ts=require(613),_lib_sdk_browser__externalConfig_ContextProvider_svelte=require(610),_lib_browser_themes_elections_Theme=require(719),navbar_lib_browser=require(2326),stateElectionMap_lib_browser=require(716),_lib_sdk_browser__externalConfig_ContextInjector_svelte=require(730),_lib_browser_common_helpers_poller=require(703),sdk_transformers_nationalMapLite=require(2372),_lib_browser_common_constants_componentNames=require(636),_lib_browser_common_constants_componentVariations=require(637),_lib_browser_common_constants_raceTypes=require(651),_lib_browser_common_constants_contextKeys=require(639),_lib_browser_common_helpers_getElectionEvent=require(686);function _arrayLikeToArray$2(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function _arrayWithHoles$2(e){if(Array.isArray(e))return e}function _assertThisInitialized$2(e){if(void 0===e)throw new ReferenceError(\"this hasn\\'t been initialised - super() hasn\\'t been called\");return e}function _classCallCheck$2(e,t){if(!(e instanceof t))throw new TypeError(\"Cannot call a class as a function\")}function _getPrototypeOf$2(e){return(_getPrototypeOf$2=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function _inherits$2(e,t){if(\"function\"!=typeof t&&null!==t)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&_setPrototypeOf$2(e,t)}function _iterableToArrayLimit$2(e,t){var n=null==e?null:\"undefined\"!=typeof Symbol&&e[Symbol.iterator]||e[\"@@iterator\"];if(null!=n){var r,o,i=[],_=!0,a=!1;try{for(n=n.call(e);!(_=(r=n.next()).done)&&(i.push(r.value),!t||i.length!==t);_=!0);}catch(e){a=!0,o=e}finally{try{_||null==n.return||n.return()}finally{if(a)throw o}}return i}}function _nonIterableRest$2(){throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\\\\\\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}function _possibleConstructorReturn$2(e,t){return!t||\"object\"!==_typeof$2(t)&&\"function\"!=typeof t?_assertThisInitialized$2(e):t}function _setPrototypeOf$2(e,t){return(_setPrototypeOf$2=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function _slicedToArray$2(e,t){return _arrayWithHoles$2(e)||_iterableToArrayLimit$2(e,t)||_unsupportedIterableToArray$2(e,t)||_nonIterableRest$2()}var _typeof$2=function(e){return e&&\"undefined\"!=typeof Symbol&&e.constructor===Symbol?\"symbol\":typeof e};function _unsupportedIterableToArray$2(e,t){if(e){if(\"string\"==typeof e)return _arrayLikeToArray$2(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return\"Object\"===n&&e.constructor&&(n=e.constructor.name),\"Map\"===n||\"Set\"===n?Array.from(n):\"Arguments\"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?_arrayLikeToArray$2(e,t):void 0}}function _isNativeReflectConstruct$2(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function _createSuper$2(e){var t=_isNativeReflectConstruct$2();return function(){var n,r=_getPrototypeOf$2(e);if(t){var o=_getPrototypeOf$2(this).constructor;n=Reflect.construct(r,arguments,o)}else n=r.apply(this,arguments);return _possibleConstructorReturn$2(this,n)}}function add_css$1(e){_vendor_browser_svelte_internal_index.append_styles(e,\"cnn-pcl-5qkupf\",\".hidden-title-J0xI3C.cnn-pcl-5qkupf.cnn-pcl-5qkupf{display:none}.header-container-k-E_Vi.cnn-pcl-5qkupf.cnn-pcl-5qkupf{grid-area:header;position:relative;padding:8px 12px 6px}.header-container-k-E_Vi.cnn-pcl-5qkupf h2.cnn-pcl-5qkupf{font-size:14px;line-height:20px;font-family:cnn_sans_display, helveticaneue, Helvetica, Arial, Utkal, sans-serif;font-weight:700;color:#000;margin:0;padding:0;display:block}\")}function create_fragment$2(e){var t,n,r;return{c:function(){t=_vendor_browser_svelte_internal_index.element(\"div\"),n=_vendor_browser_svelte_internal_index.element(\"h2\"),r=_vendor_browser_svelte_internal_index.text(e[0]),this.h()},l:function(o){t=_vendor_browser_svelte_internal_index.claim_element(o,\"DIV\",{class:!0});var i=_vendor_browser_svelte_internal_index.children(t);n=_vendor_browser_svelte_internal_index.claim_element(i,\"H2\",{class:!0});var _=_vendor_browser_svelte_internal_index.children(n);r=_vendor_browser_svelte_internal_index.claim_text(_,e[0]),_.forEach(_vendor_browser_svelte_internal_index.detach),i.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(n,\"class\",\"cnn-pcl-5qkupf\"),_vendor_browser_svelte_internal_index.attr(t,\"class\",\"header-container-k-E_Vi cnn-pcl-5qkupf\"),_vendor_browser_svelte_internal_index.toggle_class(t,\"hidden-title-J0xI3C\",e[1])},m:function(e,o){_vendor_browser_svelte_internal_index.insert_hydration(e,t,o),_vendor_browser_svelte_internal_index.append_hydration(t,n),_vendor_browser_svelte_internal_index.append_hydration(n,r)},p:function(e,n){var o=_slicedToArray$2(n,1)[0];1&o&&_vendor_browser_svelte_internal_index.set_data(r,e[0]),2&o&&_vendor_browser_svelte_internal_index.toggle_class(t,\"hidden-title-J0xI3C\",e[1])},i:_vendor_browser_svelte_internal_index.noop,o:_vendor_browser_svelte_internal_index.noop,d:function(e){e&&_vendor_browser_svelte_internal_index.detach(t)}}}function instance$2(e,t,n){var r=t.title,o=t.hidden;return e.$$set=function(e){\"title\"in e&&n(0,r=e.title),\"hidden\"in e&&n(1,o=e.hidden)},[r,o]}var MultiMapLiteTitle=function(e){_inherits$2(n,_vendor_browser_svelte_internal_index.SvelteComponent);var t=_createSuper$2(n);function n(e){var r;return _classCallCheck$2(this,n),r=t.call(this),_vendor_browser_svelte_internal_index.init(_assertThisInitialized$2(r),e,instance$2,create_fragment$2,_vendor_browser_svelte_internal_index.safe_not_equal,{title:0,hidden:1},add_css$1),r}return n}();function _defineProperty$2(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function _objectSpread$2(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);\"function\"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter(function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable}))),r.forEach(function(t){_defineProperty$2(e,t,n[t])})}return e}function ownKeys$2(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),n.push.apply(n,r)}return n}function _objectSpreadProps$2(e,t){return t=null!=t?t:{},Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):ownKeys$2(Object(t)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))}),e}function getSlug(e,t){var n,r,o=null===(n=e[t])||void 0===n?void 0:n.raceType;return null===(r=_lib_browser_common_constants_raceTypes.raceTypes[o])||void 0===r?void 0:r.slug}function makeHrefForMultiMapLite(e,t,n){var r;if(null===(r=t[n])||void 0===r?void 0:r.href)return t[n].href;var o=getSlug(t,n);return e&&o?\"\".concat(e).concat(o):\"\"}function makeNMLiteComponentKey(e,t){return t?\"\".concat(t,\"-\").concat(e||\"*\",\"-US-*-\").concat(_lib_browser_common_constants_componentNames.STATE_ELECTION_MAP):\"\"}function getNavBarComponentVariation(e){return e.variations.includes(_lib_browser_common_constants_componentVariations.VARIATIONS.NAV_BAR_ISSUE_HUB),_lib_browser_common_constants_componentVariations.VARIATIONS.NAV_BAR_ISSUE_HUB}function filterFunctionSetter(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[];return function(t){return e.some(function(e){return e===t})}}function applyFunctions(e){if(Array.isArray(null==e?void 0:e.authoredCollections)){var t=null==e?void 0:e.authoredCollections.map(function(e){return _objectSpreadProps$2(_objectSpread$2({},e),{filterFunction:filterFunctionSetter(e.listOfIds)})});return _objectSpreadProps$2(_objectSpread$2({},e),{authoredCollections:t})}return e}function _arrayLikeToArray$1(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function _arrayWithHoles$1(e){if(Array.isArray(e))return e}function _assertThisInitialized$1(e){if(void 0===e)throw new ReferenceError(\"this hasn\\'t been initialised - super() hasn\\'t been called\");return e}function _classCallCheck$1(e,t){if(!(e instanceof t))throw new TypeError(\"Cannot call a class as a function\")}function _defineProperty$1(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function _getPrototypeOf$1(e){return(_getPrototypeOf$1=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function _inherits$1(e,t){if(\"function\"!=typeof t&&null!==t)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&_setPrototypeOf$1(e,t)}function _iterableToArrayLimit$1(e,t){var n=null==e?null:\"undefined\"!=typeof Symbol&&e[Symbol.iterator]||e[\"@@iterator\"];if(null!=n){var r,o,i=[],_=!0,a=!1;try{for(n=n.call(e);!(_=(r=n.next()).done)&&(i.push(r.value),!t||i.length!==t);_=!0);}catch(e){a=!0,o=e}finally{try{_||null==n.return||n.return()}finally{if(a)throw o}}return i}}function _nonIterableRest$1(){throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\\\\\\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}function _objectSpread$1(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);\"function\"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter(function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable}))),r.forEach(function(t){_defineProperty$1(e,t,n[t])})}return e}function ownKeys$1(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),n.push.apply(n,r)}return n}function _objectSpreadProps$1(e,t){return t=null!=t?t:{},Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):ownKeys$1(Object(t)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))}),e}function _possibleConstructorReturn$1(e,t){return!t||\"object\"!==_typeof$1(t)&&\"function\"!=typeof t?_assertThisInitialized$1(e):t}function _setPrototypeOf$1(e,t){return(_setPrototypeOf$1=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function _slicedToArray$1(e,t){return _arrayWithHoles$1(e)||_iterableToArrayLimit$1(e,t)||_unsupportedIterableToArray$1(e,t)||_nonIterableRest$1()}var _typeof$1=function(e){return e&&\"undefined\"!=typeof Symbol&&e.constructor===Symbol?\"symbol\":typeof e};function _unsupportedIterableToArray$1(e,t){if(e){if(\"string\"==typeof e)return _arrayLikeToArray$1(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return\"Object\"===n&&e.constructor&&(n=e.constructor.name),\"Map\"===n||\"Set\"===n?Array.from(n):\"Arguments\"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?_arrayLikeToArray$1(e,t):void 0}}function _isNativeReflectConstruct$1(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function _createSuper$1(e){var t=_isNativeReflectConstruct$1();return function(){var n,r=_getPrototypeOf$1(e);if(t){var o=_getPrototypeOf$1(this).constructor;n=Reflect.construct(r,arguments,o)}else n=r.apply(this,arguments);return _possibleConstructorReturn$1(this,n)}}function add_css(e){_vendor_browser_svelte_internal_index.append_styles(e,\"cnn-pcl-1j6uw92\",\".multi-map-lite-wrapper-HnVCxc.cnn-pcl-1j6uw92{border:0.5px solid #e6e6e6;max-width:100%;border-radius:6px}.multi-map-lite-wrapper-HnVCxc.cnn-pcl-1j6uw92>div:nth-child(2){max-width:100%}.multi-map-lite-wrapper-HnVCxc.cnn-pcl-1j6uw92>div:nth-child(2)>div:last-child{display:none}.multi-map-lite-wrapper-HnVCxc.hidden-title-1egO7g.cnn-pcl-1j6uw92>div:nth-child(2){border-top:none}.multi-map-lite-wrapper-HnVCxc.cnn-pcl-1j6uw92>div:nth-child(2)>div{display:flex;justify-content:space-around;width:100%}@media screen and (max-width: 479px){.multi-map-lite-wrapper-HnVCxc.cnn-pcl-1j6uw92>div:nth-child(2)>div{padding-left:8px;padding-right:8px;justify-content:unset}}.multi-map-lite-wrapper-HnVCxc.cnn-pcl-1j6uw92>div:nth-child(2)>div>a:first-of-type{margin-left:0}@media screen and (max-width: 479px){.multi-map-lite-wrapper-HnVCxc.cnn-pcl-1j6uw92>div:nth-child(2)>div>a:first-of-type{margin-left:auto}}.multi-map-lite-wrapper-HnVCxc.cnn-pcl-1j6uw92>div:nth-child(2)>div>a{padding:0 0 5px 0}.multi-map-lite-wrapper-HnVCxc.cnn-pcl-1j6uw92>div:nth-child(2)>div>a:last-of-type{margin-right:0}@media screen and (max-width: 479px){.multi-map-lite-wrapper-HnVCxc.cnn-pcl-1j6uw92>div:nth-child(2)>div>a:last-of-type{margin-right:auto}}.link-wrapper-GGASdF.cnn-pcl-1j6uw92{text-decoration:none}\")}function create_if_block(e){var t,n,r;return n=new _lib_sdk_browser__externalConfig_ContextInjector_svelte.ContextInjector({props:{componentKey:makeNMLiteComponentKey(e[9],e[4]),$$slots:{default:[create_default_slot$1]},$$scope:{ctx:e}}}),{c:function(){t=_vendor_browser_svelte_internal_index.element(\"a\"),_vendor_browser_svelte_internal_index.create_component(n.$$.fragment),this.h()},l:function(e){t=_vendor_browser_svelte_internal_index.claim_element(e,\"A\",{class:!0,href:!0,target:!0});var r=_vendor_browser_svelte_internal_index.children(t);_vendor_browser_svelte_internal_index.claim_component(n.$$.fragment,r),r.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(t,\"class\",\"link-wrapper-GGASdF cnn-pcl-1j6uw92\"),_vendor_browser_svelte_internal_index.attr(t,\"href\",e[10]),_vendor_browser_svelte_internal_index.attr(t,\"target\",\"_blank\")},m:function(e,o){_vendor_browser_svelte_internal_index.insert_hydration(e,t,o),_vendor_browser_svelte_internal_index.mount_component(n,t,null),r=!0},p:function(e,o){var i={};528&o&&(i.componentKey=makeNMLiteComponentKey(e[9],e[4])),4201252&o&&(i.$$scope={dirty:o,ctx:e}),n.$set(i),(!r||1024&o)&&_vendor_browser_svelte_internal_index.attr(t,\"href\",e[10])},i:function(e){r||(_vendor_browser_svelte_internal_index.transition_in(n.$$.fragment,e),r=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(n.$$.fragment,e),r=!1},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(t),_vendor_browser_svelte_internal_index.destroy_component(n)}}}function create_default_slot$1(e){var t,n;return t=new stateElectionMap_lib_browser.StateElectionMap({props:{svgData:e[11],results:e[12],pollingInterval:e[2],raceType:e[9],mode:e[5].paintingMode,candidateText:\"\",variations:e[5].variations,customPaintingOptions:e[8]}}),{c:function(){_vendor_browser_svelte_internal_index.create_component(t.$$.fragment)},l:function(e){_vendor_browser_svelte_internal_index.claim_component(t.$$.fragment,e)},m:function(e,r){_vendor_browser_svelte_internal_index.mount_component(t,e,r),n=!0},p:function(e,n){var r={};2048&n&&(r.svgData=e[11]),4096&n&&(r.results=e[12]),4&n&&(r.pollingInterval=e[2]),512&n&&(r.raceType=e[9]),32&n&&(r.mode=e[5].paintingMode),32&n&&(r.variations=e[5].variations),256&n&&(r.customPaintingOptions=e[8]),t.$set(r)},i:function(e){n||(_vendor_browser_svelte_internal_index.transition_in(t.$$.fragment,e),n=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(t.$$.fragment,e),n=!1},d:function(e){_vendor_browser_svelte_internal_index.destroy_component(t,e)}}}function create_key_block(e){var t,n,r=e[11]&&!e[3]&&create_if_block(e);return{c:function(){r&&r.c(),t=_vendor_browser_svelte_internal_index.empty()},l:function(e){r&&r.l(e),t=_vendor_browser_svelte_internal_index.empty()},m:function(e,o){r&&r.m(e,o),_vendor_browser_svelte_internal_index.insert_hydration(e,t,o),n=!0},p:function(e,n){e[11]&&!e[3]?r?(r.p(e,n),2056&n&&_vendor_browser_svelte_internal_index.transition_in(r,1)):((r=create_if_block(e)).c(),_vendor_browser_svelte_internal_index.transition_in(r,1),r.m(t.parentNode,t)):r&&(_vendor_browser_svelte_internal_index.group_outros(),_vendor_browser_svelte_internal_index.transition_out(r,1,1,function(){r=null}),_vendor_browser_svelte_internal_index.check_outros())},i:function(e){n||(_vendor_browser_svelte_internal_index.transition_in(r),n=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(r),n=!1},d:function(e){r&&r.d(e),e&&_vendor_browser_svelte_internal_index.detach(t)}}}function create_fragment$1(e){var t,n,r,o,i,_,a=e[0];n=new MultiMapLiteTitle({props:{title:e[6],hidden:e[7]}}),o=new navbar_lib_browser.NavBar({props:{onSelect:e[14],selectedTab:e[0],tabs:e[1],componentVariation:e[13]}});var l=create_key_block(e);return{c:function(){t=_vendor_browser_svelte_internal_index.element(\"div\"),_vendor_browser_svelte_internal_index.create_component(n.$$.fragment),r=_vendor_browser_svelte_internal_index.space(),_vendor_browser_svelte_internal_index.create_component(o.$$.fragment),i=_vendor_browser_svelte_internal_index.space(),l.c(),this.h()},l:function(e){t=_vendor_browser_svelte_internal_index.claim_element(e,\"DIV\",{class:!0});var _=_vendor_browser_svelte_internal_index.children(t);_vendor_browser_svelte_internal_index.claim_component(n.$$.fragment,_),r=_vendor_browser_svelte_internal_index.claim_space(_),_vendor_browser_svelte_internal_index.claim_component(o.$$.fragment,_),i=_vendor_browser_svelte_internal_index.claim_space(_),l.l(_),_.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(t,\"class\",\"multi-map-lite-wrapper-HnVCxc cnn-pcl-1j6uw92\"),_vendor_browser_svelte_internal_index.toggle_class(t,\"hidden-title-1egO7g\",e[7])},m:function(e,a){_vendor_browser_svelte_internal_index.insert_hydration(e,t,a),_vendor_browser_svelte_internal_index.mount_component(n,t,null),_vendor_browser_svelte_internal_index.append_hydration(t,r),_vendor_browser_svelte_internal_index.mount_component(o,t,null),_vendor_browser_svelte_internal_index.append_hydration(t,i),l.m(t,null),_=!0},p:function(e,r){var i=_slicedToArray$1(r,1)[0],_={};64&i&&(_.title=e[6]),128&i&&(_.hidden=e[7]),n.$set(_);var s={};1&i&&(s.selectedTab=e[0]),2&i&&(s.tabs=e[1]),o.$set(s),1&i&&_vendor_browser_svelte_internal_index.safe_not_equal(a,a=e[0])?(_vendor_browser_svelte_internal_index.group_outros(),_vendor_browser_svelte_internal_index.transition_out(l,1,1,_vendor_browser_svelte_internal_index.noop),_vendor_browser_svelte_internal_index.check_outros(),(l=create_key_block(e)).c(),_vendor_browser_svelte_internal_index.transition_in(l,1),l.m(t,null)):l.p(e,i),128&i&&_vendor_browser_svelte_internal_index.toggle_class(t,\"hidden-title-1egO7g\",e[7])},i:function(e){_||(_vendor_browser_svelte_internal_index.transition_in(n.$$.fragment,e),_vendor_browser_svelte_internal_index.transition_in(o.$$.fragment,e),_vendor_browser_svelte_internal_index.transition_in(l),_=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(n.$$.fragment,e),_vendor_browser_svelte_internal_index.transition_out(o.$$.fragment,e),_vendor_browser_svelte_internal_index.transition_out(l),_=!1},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(t),_vendor_browser_svelte_internal_index.destroy_component(n),_vendor_browser_svelte_internal_index.destroy_component(o),l.d(e)}}}function instance$1(e,t,n){var r,o,i,_,a,l,s,c=t.tabs,u=t.selectedTab,d=t.mapUrls,p=t.baseUrl,f=t.hrefBaseUrl,v=t.pollInterval,b=t.isBlankMap,y=t.electionEvent,m=t.config,w=t.title,h=_lib_browser_common_helpers_poller.getPoller(v),$=c.map(function(e){return _objectSpreadProps$1(_objectSpread$1({},e),{data:void 0,mapData:\"\"})}),x=getNavBarComponentVariation(m),g=[];return _vendor_browser_svelte_internal_index.onMount(function(){c.forEach(function(e,t){fetch(d[e.id]).then(function(e){return e.text()}).then(function(e){return n(18,$[t].mapData=e,$)}).catch(function(t){console.error(\"Error fetching \".concat(d[e.id],\": \").concat(t))})})}),_vendor_browser_svelte_internal_index.onDestroy(function(){g.forEach(function(e){return e.unSub()})}),e.$$set=function(e){\"tabs\"in e&&n(1,c=e.tabs),\"selectedTab\"in e&&n(0,u=e.selectedTab),\"mapUrls\"in e&&n(15,d=e.mapUrls),\"baseUrl\"in e&&n(16,p=e.baseUrl),\"hrefBaseUrl\"in e&&n(17,f=e.hrefBaseUrl),\"pollInterval\"in e&&n(2,v=e.pollInterval),\"isBlankMap\"in e&&n(3,b=e.isBlankMap),\"electionEvent\"in e&&n(4,y=e.electionEvent),\"config\"in e&&n(5,m=e.config),\"title\"in e&&n(6,w=e.title)},e.$$.update=function(){var t;(65538&e.$$.dirty&&(g=c.map(function(e,t){var r=e.manualFeedUrl||\"\".concat(p).concat(e.id,\".json\"),o=h.subscribe(r,function(e){n(18,$[t].data=e,$)});return{key:e.id,unSub:o}})),262145&e.$$.dirty&&n(19,r=$.findIndex(function(e){return e.id===u})),786464&e.$$.dirty&&n(12,o=sdk_transformers_nationalMapLite.MultiMapLiteReducer($[r],m)),786432&e.$$.dirty&&n(11,i=$[r].mapData),917504&e.$$.dirty&&n(10,_=makeHrefForMultiMapLite(f,$,r)),786432&e.$$.dirty)&&n(9,a=null===(t=$[r])||void 0===t?void 0:t.id);786432&e.$$.dirty&&n(8,l=$[r].customPaintingOptions),64&e.$$.dirty&&n(7,s=!w)},[u,c,v,b,y,m,w,s,l,a,_,i,o,x,function(e,t,r){null==r||r.preventDefault(),null==r||r.stopPropagation(),n(0,u=e)},d,p,f,$,r]}var MultiMapLite$1=function(e){_inherits$1(n,_vendor_browser_svelte_internal_index.SvelteComponent);var t=_createSuper$1(n);function n(e){var r;return _classCallCheck$1(this,n),r=t.call(this),_vendor_browser_svelte_internal_index.init(_assertThisInitialized$1(r),e,instance$1,create_fragment$1,_vendor_browser_svelte_internal_index.safe_not_equal,{tabs:1,selectedTab:0,mapUrls:15,baseUrl:16,hrefBaseUrl:17,pollInterval:2,isBlankMap:3,electionEvent:4,config:5,title:6},add_css),r}return n}();function _arrayLikeToArray(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function _arrayWithHoles(e){if(Array.isArray(e))return e}function _assertThisInitialized(e){if(void 0===e)throw new ReferenceError(\"this hasn\\'t been initialised - super() hasn\\'t been called\");return e}function _classCallCheck(e,t){if(!(e instanceof t))throw new TypeError(\"Cannot call a class as a function\")}function _defineProperty(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function _getPrototypeOf(e){return(_getPrototypeOf=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function _inherits(e,t){if(\"function\"!=typeof t&&null!==t)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&_setPrototypeOf(e,t)}function _iterableToArrayLimit(e,t){var n=null==e?null:\"undefined\"!=typeof Symbol&&e[Symbol.iterator]||e[\"@@iterator\"];if(null!=n){var r,o,i=[],_=!0,a=!1;try{for(n=n.call(e);!(_=(r=n.next()).done)&&(i.push(r.value),!t||i.length!==t);_=!0);}catch(e){a=!0,o=e}finally{try{_||null==n.return||n.return()}finally{if(a)throw o}}return i}}function _nonIterableRest(){throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\\\\\\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}function _objectSpread(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);\"function\"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter(function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable}))),r.forEach(function(t){_defineProperty(e,t,n[t])})}return e}function ownKeys(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),n.push.apply(n,r)}return n}function _objectSpreadProps(e,t){return t=null!=t?t:{},Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):ownKeys(Object(t)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))}),e}function _possibleConstructorReturn(e,t){return!t||\"object\"!==_typeof(t)&&\"function\"!=typeof t?_assertThisInitialized(e):t}function _setPrototypeOf(e,t){return(_setPrototypeOf=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function _slicedToArray(e,t){return _arrayWithHoles(e)||_iterableToArrayLimit(e,t)||_unsupportedIterableToArray(e,t)||_nonIterableRest()}var _typeof=function(e){return e&&\"undefined\"!=typeof Symbol&&e.constructor===Symbol?\"symbol\":typeof e};function _unsupportedIterableToArray(e,t){if(e){if(\"string\"==typeof e)return _arrayLikeToArray(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return\"Object\"===n&&e.constructor&&(n=e.constructor.name),\"Map\"===n||\"Set\"===n?Array.from(n):\"Arguments\"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?_arrayLikeToArray(e,t):void 0}}function _isNativeReflectConstruct(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function _createSuper(e){var t=_isNativeReflectConstruct();return function(){var n,r=_getPrototypeOf(e);if(t){var o=_getPrototypeOf(this).constructor;n=Reflect.construct(r,arguments,o)}else n=r.apply(this,arguments);return _possibleConstructorReturn(this,n)}}function get_context(e){var t=new _lib_browser_themes_elections_Theme.Theme(e[13][e[9]]);e[14]=t}function create_default_slot(e){var t,n,r,o;return get_context(e),r=new MultiMapLite$1({props:{isBlankMap:null===(t=e[14])||void 0===t?void 0:null===(n=t.theme)||void 0===n?void 0:n.isBlankMap,electionEvent:_lib_browser_common_helpers_getElectionEvent.getElectionEvent(e[8].componentKey),tabs:e[0],selectedTab:e[1],mapUrls:e[2],baseUrl:e[3],hrefBaseUrl:e[4],pollInterval:e[5],config:e[6],title:e[7]}}),{c:function(){_vendor_browser_svelte_internal_index.create_component(r.$$.fragment)},l:function(e){_vendor_browser_svelte_internal_index.claim_component(r.$$.fragment,e)},m:function(e,t){_vendor_browser_svelte_internal_index.mount_component(r,e,t),o=!0},p:function(e,t){var n,o;get_context(e);var i={};8192&t&&(i.isBlankMap=null===(n=e[14])||void 0===n?void 0:null===(o=n.theme)||void 0===o?void 0:o.isBlankMap),256&t&&(i.electionEvent=_lib_browser_common_helpers_getElectionEvent.getElectionEvent(e[8].componentKey)),1&t&&(i.tabs=e[0]),2&t&&(i.selectedTab=e[1]),4&t&&(i.mapUrls=e[2]),8&t&&(i.baseUrl=e[3]),16&t&&(i.hrefBaseUrl=e[4]),32&t&&(i.pollInterval=e[5]),64&t&&(i.config=e[6]),128&t&&(i.title=e[7]),r.$set(i)},i:function(e){o||(_vendor_browser_svelte_internal_index.transition_in(r.$$.fragment,e),o=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(r.$$.fragment,e),o=!1},d:function(e){_vendor_browser_svelte_internal_index.destroy_component(r,e)}}}function create_fragment(e){var t,n;return t=new _lib_sdk_browser__externalConfig_ContextProvider_svelte.ContextProvider({props:{configurables:[e[9]],root:{listsOfCandidates:e[11],mode:e[12]},$$slots:{default:[create_default_slot,function(e){return{13:e.configContext}},function(e){return e.configContext?8192:0}]},$$scope:{ctx:e}}}),{c:function(){_vendor_browser_svelte_internal_index.create_component(t.$$.fragment)},l:function(e){_vendor_browser_svelte_internal_index.claim_component(t.$$.fragment,e)},m:function(e,r){_vendor_browser_svelte_internal_index.mount_component(t,e,r),n=!0},p:function(e,n){var r=_slicedToArray(n,1)[0],o={};41471&r&&(o.$$scope={dirty:r,ctx:e}),t.$set(o)},i:function(e){n||(_vendor_browser_svelte_internal_index.transition_in(t.$$.fragment,e),n=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(t.$$.fragment,e),n=!1},d:function(e){_vendor_browser_svelte_internal_index.destroy_component(t,e)}}}function instance(e,t,n){var r,o,i=t.tabs,_=void 0===i?[]:i,a=t.selectedTab,l=void 0===a?null===(r=_[0])||void 0===r?void 0:r.id:a,s=t.mapUrls,c=void 0===s?{}:s,u=t.baseUrl,d=t.hrefBaseUrl,p=void 0===d?\"\":d,f=t.pollInterval,v=void 0===f?10:f,b=t.config,y=t.title,m=void 0===y?\"\":y,w=_lib_sdk_browser__externalConfig_configInterpreters_constants_ts.configLayers.MAP_THEME,h=_vendor_browser_svelte_internal_index.getContext(_lib_browser_common_constants_contextKeys.IDENTITY_CONTEXT_KEY);_vendor_browser_svelte_internal_index.component_subscribe(e,h,function(e){return n(8,o=e)});var $=b.paintingMode;return e.$$set=function(e){\"tabs\"in e&&n(0,_=e.tabs),\"selectedTab\"in e&&n(1,l=e.selectedTab),\"mapUrls\"in e&&n(2,c=e.mapUrls),\"baseUrl\"in e&&n(3,u=e.baseUrl),\"hrefBaseUrl\"in e&&n(4,p=e.hrefBaseUrl),\"pollInterval\"in e&&n(5,v=e.pollInterval),\"config\"in e&&n(6,b=e.config),\"title\"in e&&n(7,m=e.title)},e.$$.update=function(){1&e.$$.dirty&&n(0,_=_.map(function(e){var t=applyFunctions(null==e?void 0:e.customPaintingOptions);return _objectSpreadProps(_objectSpread({},e),{customPaintingOptions:t})}))},[_,l,c,u,p,v,b,m,o,w,h,[],$]}var MultiMapLiteContainer=function(e){_inherits(n,_vendor_browser_svelte_internal_index.SvelteComponent);var t=_createSuper(n);function n(e){var r;return _classCallCheck(this,n),r=t.call(this),_vendor_browser_svelte_internal_index.init(_assertThisInitialized(r),e,instance,create_fragment,_vendor_browser_svelte_internal_index.safe_not_equal,{tabs:0,selectedTab:1,mapUrls:2,baseUrl:3,hrefBaseUrl:4,pollInterval:5,config:6,title:7}),r}return n}(),MultiMapLite=MultiMapLiteContainer;exports.MultiMapLite=MultiMapLite;\\n}, {\"548\":548,\"610\":610,\"613\":613,\"636\":636,\"637\":637,\"639\":639,\"651\":651,\"686\":686,\"703\":703,\"716\":716,\"719\":719,\"730\":730,\"2326\":2326,\"2372\":2372}];\\nwindow.modules[\"2372\"] = [function(require,module,exports){\"use strict\";var _obj,_lib_browser_common_constants_painting=require(643),_lib_browser_common_types_nationalMapLite_NationalMapLite=require(718);function _defineProperty(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function _objectSpread(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{},a=Object.keys(r);\"function\"==typeof Object.getOwnPropertySymbols&&(a=a.concat(Object.getOwnPropertySymbols(r).filter(function(e){return Object.getOwnPropertyDescriptor(r,e).enumerable}))),a.forEach(function(t){_defineProperty(e,t,r[t])})}return e}function ownKeys(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),r.push.apply(r,a)}return r}function _objectSpreadProps(e,t){return t=null!=t?t:{},Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):ownKeys(Object(t)).forEach(function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(t,r))}),e}function transformNationalRacesLiteToGeneralAdmin0(e){return e.map(function(e){var t=e.stateFipsCode;\"S2\"==(null==e?void 0:e.raceType)&&(t+=null==e?void 0:e.raceType);var r=[{majorParty:null==e?void 0:e.majorParty,winner:!0}];return _objectSpreadProps(_objectSpread({},e),{stateFipsCode:t,candidates:r,status:\"W\",editorialStatus:\"called\"})})}function transformNationalRacesToPrimariesAdmin0(e){return e.filter(function(e){return\"W\"===e.status}).map(function(e){var t=e.stateFipsCode,r=[{majorParty:e.candidates[0].majorParty,winner:!0,candidateId:e.candidates[0].candidateId,lastName:e.candidates[0].lastName}];return _objectSpreadProps(_objectSpread({},e),{stateFipsCode:t,candidates:r,status:\"W\",editorialStatus:\"called\"})})}function configureTranformer(e){var t=e.resourceType,r=void 0===t?\"\":t,a=e.contestTypeBucket,n=void 0===a?\"\":a,o=e.adminLevel,i=void 0===o?\"\":o,s=e.paintingMode;return r+n+i+(void 0===s?\"\":s)}var transformMapData=(_defineProperty(_obj={},\"\".concat([_lib_browser_common_types_nationalMapLite_NationalMapLite.IResourceTypes.NationalRaces]).concat([_lib_browser_common_types_nationalMapLite_NationalMapLite.IContestTypeBucket.Primaries]).concat([_lib_browser_common_types_nationalMapLite_NationalMapLite.IMultiMapLiteAdminLevels.Admin0]).concat(_lib_browser_common_constants_painting.PaintModes.PROJECTION),transformNationalRacesToPrimariesAdmin0),_defineProperty(_obj,\"\".concat([_lib_browser_common_types_nationalMapLite_NationalMapLite.IResourceTypes.NationalRacesLite]).concat([_lib_browser_common_types_nationalMapLite_NationalMapLite.IContestTypeBucket.Generals]).concat([_lib_browser_common_types_nationalMapLite_NationalMapLite.IMultiMapLiteAdminLevels.Admin0]).concat(_lib_browser_common_constants_painting.PaintModes.PROJECTION),transformNationalRacesLiteToGeneralAdmin0),_obj);function MultiMapLiteReducer(e,t){var r=e.data,a=e.customPaintingOptions,n=null==a?void 0:a.authoredFilters;if(!Array.isArray(r))return[];n&&Array.isArray(n)&&n.forEach(function(e){r=r.filter(function(t){return!e.filterList.includes(t[e.key])})});var o=configureTranformer(t),i=transformMapData[o];return i?i(r):(console.error(\"Error -- transform not found with MulitRaceMap config. transformType:\",o),[])}exports.MultiMapLiteReducer=MultiMapLiteReducer,exports.transformNationalRacesLiteToGeneralAdmin0=transformNationalRacesLiteToGeneralAdmin0,exports.transformNationalRacesToPrimariesAdmin0=transformNationalRacesToPrimariesAdmin0;\\n}, {\"643\":643,\"718\":718}];\\nwindow.modules[\"2406\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_svelte_internal_index=require(548),_lib_sdk_browser__externalConfig_featureFlags_constants_ts=require(726),_lib_sdk_browser__externalConfig_featureFlags_FeatureFlag_svelte=require(755),_lib_browser_common_constants_projectionTexts=require(646),_lib_browser_common_constants_places=require(645),_lib_sdk_browser__externalConfig_ContextProvider_svelte=require(610),_lib_sdk_browser__externalConfig_configInterpreters_constants_ts=require(613),_lib_browser_common_helpers_cssvars=require(612),_lib_browser_common_constants_partyAriaLabels=require(644),icons_lib_browser=require(634),toolTip_lib_browser=require(2277),_lib_sdk_browser__externalConfig_configInterpreters_getColor_ts=require(614),_lib_browser_common_helpers_makeLinkFromPattern=require(698),_lib_browser_common_helpers_makeProjectionText=require(699),nextUpdateTimer_lib_browser=require(2283);function getResultsListTitle(e){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:\"\";if(e)return e;var t=(_lib_browser_common_constants_places.placesLookupBySlug[n]||{}).name;return t?\"\".concat(t,\" House\"):\"\"}function makeAbbrText(e){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:\"\",t=(_lib_browser_common_constants_places.placesLookupBySlug[e]||{}).abbr;return t?\"\".concat(t,\" \").concat(n):n||\"\"}function _arrayLikeToArray$2(e,n){(null==n||n>e.length)&&(n=e.length);for(var t=0,r=new Array(n);t<n;t++)r[t]=e[t];return r}function _arrayWithHoles$2(e){if(Array.isArray(e))return e}function _assertThisInitialized$2(e){if(void 0===e)throw new ReferenceError(\"this hasn\\'t been initialised - super() hasn\\'t been called\");return e}function _classCallCheck$2(e,n){if(!(e instanceof n))throw new TypeError(\"Cannot call a class as a function\")}function _getPrototypeOf$2(e){return(_getPrototypeOf$2=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function _inherits$2(e,n){if(\"function\"!=typeof n&&null!==n)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(n&&n.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),n&&_setPrototypeOf$2(e,n)}function _iterableToArrayLimit$2(e,n){var t=null==e?null:\"undefined\"!=typeof Symbol&&e[Symbol.iterator]||e[\"@@iterator\"];if(null!=t){var r,_,o=[],i=!0,l=!1;try{for(t=t.call(e);!(i=(r=t.next()).done)&&(o.push(r.value),!n||o.length!==n);i=!0);}catch(e){l=!0,_=e}finally{try{i||null==t.return||t.return()}finally{if(l)throw _}}return o}}function _nonIterableRest$2(){throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\\\\\\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}function _possibleConstructorReturn$2(e,n){return!n||\"object\"!==_typeof$2(n)&&\"function\"!=typeof n?_assertThisInitialized$2(e):n}function _setPrototypeOf$2(e,n){return(_setPrototypeOf$2=Object.setPrototypeOf||function(e,n){return e.__proto__=n,e})(e,n)}function _slicedToArray$2(e,n){return _arrayWithHoles$2(e)||_iterableToArrayLimit$2(e,n)||_unsupportedIterableToArray$2(e,n)||_nonIterableRest$2()}var _typeof$2=function(e){return e&&\"undefined\"!=typeof Symbol&&e.constructor===Symbol?\"symbol\":typeof e};function _unsupportedIterableToArray$2(e,n){if(e){if(\"string\"==typeof e)return _arrayLikeToArray$2(e,n);var t=Object.prototype.toString.call(e).slice(8,-1);return\"Object\"===t&&e.constructor&&(t=e.constructor.name),\"Map\"===t||\"Set\"===t?Array.from(t):\"Arguments\"===t||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t)?_arrayLikeToArray$2(e,n):void 0}}function _isNativeReflectConstruct$2(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function _createSuper$2(e){var n=_isNativeReflectConstruct$2();return function(){var t,r=_getPrototypeOf$2(e);if(n){var _=_getPrototypeOf$2(this).constructor;t=Reflect.construct(r,arguments,_)}else t=r.apply(this,arguments);return _possibleConstructorReturn$2(this,t)}}function add_css$2(e){_vendor_browser_svelte_internal_index.append_styles(e,\"cnn-pcl-310bxq\",\\'tr.cnn-pcl-310bxq>td.cnn-pcl-310bxq.cnn-pcl-310bxq{text-align:left}tr.cnn-pcl-310bxq>td.cnn-pcl-310bxq.cnn-pcl-310bxq{vertical-align:top}tr.cnn-pcl-310bxq>td.cnn-pcl-310bxq.cnn-pcl-310bxq{padding-top:5px}tr.cnn-pcl-310bxq>td.cnn-pcl-310bxq.cnn-pcl-310bxq:nth-child(4){padding-top:10px}tr.first-2FZOl4.cnn-pcl-310bxq>td.cnn-pcl-310bxq.cnn-pcl-310bxq{padding-top:10px}@media screen and (min-width: 480px){tr.first-2FZOl4.cnn-pcl-310bxq>td.cnn-pcl-310bxq.cnn-pcl-310bxq{padding-top:15px}}tr.first-2FZOl4.cnn-pcl-310bxq>td.cnn-pcl-310bxq.cnn-pcl-310bxq:nth-child(4){padding-top:15px}@media screen and (min-width: 480px){tr.first-2FZOl4.cnn-pcl-310bxq>td.cnn-pcl-310bxq.cnn-pcl-310bxq:nth-child(4){padding-top:20px}}tr.cnn-pcl-310bxq>td.cnn-pcl-310bxq.cnn-pcl-310bxq:not(:first-child):not(:nth-child(2)){text-align:right}tr.cnn-pcl-310bxq>td.cnn-pcl-310bxq.cnn-pcl-310bxq{height:25px}.tall-11eG88.cnn-pcl-310bxq.cnn-pcl-310bxq.cnn-pcl-310bxq{height:50px}tr.last-1WWZ67.cnn-pcl-310bxq.cnn-pcl-310bxq.cnn-pcl-310bxq{height:30px}@media screen and (min-width: 480px){tr.last-1WWZ67.cnn-pcl-310bxq.cnn-pcl-310bxq.cnn-pcl-310bxq{height:34px}}tr.first-2FZOl4.cnn-pcl-310bxq.cnn-pcl-310bxq.cnn-pcl-310bxq:not(:first-child){border-top:1px solid #d3d3d3}td.col-district-name-1JoDZf.cnn-pcl-310bxq.cnn-pcl-310bxq.cnn-pcl-310bxq{font-size:14px;font-family:cnn_sans_display, helveticaneue, Helvetica, Arial, Utkal, sans-serif;font-weight:400;display:flex;flex-direction:column;margin:0 6px 0 0}@media screen and (min-width: 480px){td.col-district-name-1JoDZf.cnn-pcl-310bxq.cnn-pcl-310bxq.cnn-pcl-310bxq{display:0 10px 0 0}}td.col-district-name-1JoDZf.cnn-pcl-310bxq>a{color:#0c0c0c;font-size:14px;font-family:cnn_sans_display, helveticaneue, Helvetica, Arial, Utkal, sans-serif;font-weight:400}td.col-district-name-1JoDZf.cnn-pcl-310bxq>div.key-race-3vt56S.cnn-pcl-310bxq.cnn-pcl-310bxq{font-family:cnn_sans_display, helveticaneue, Helvetica, Arial, Utkal, sans-serif;font-weight:700;font-size:7px;font-weight:700;line-height:10px;border-radius:3px;text-align:center;padding:3px 2px 1px;width:40px;height:14px;color:#262626;background:#ffc61c;margin:4px 0 0}@media screen and (min-width: 480px){td.col-district-name-1JoDZf.cnn-pcl-310bxq>div.key-race-3vt56S.cnn-pcl-310bxq.cnn-pcl-310bxq{font-size:9px;font-weight:700;width:65px;height:16px;padding:4px 0px 2px}}td.col-candidate-name-R5KKUj.cnn-pcl-310bxq.cnn-pcl-310bxq.cnn-pcl-310bxq{padding-left:13px;font-size:14px;font-family:cnn_sans_display, helveticaneue, Helvetica, Arial, Utkal, sans-serif;font-weight:400}td.col-candidate-name-R5KKUj.cnn-pcl-310bxq>span.cnn-pcl-310bxq.cnn-pcl-310bxq{display:flex;align-items:center}td.col-candidate-name-R5KKUj.cnn-pcl-310bxq span.candidate-icon-indicator-1Eq5wI.cnn-pcl-310bxq.cnn-pcl-310bxq{display:block;align-self:center}td.col-candidate-name-R5KKUj.cnn-pcl-310bxq span.candidate-icon-indicator-1Eq5wI.cnn-pcl-310bxq>svg{display:block;margin-left:4px;height:16px;width:16px}td.col-candidate-name-R5KKUj.cnn-pcl-310bxq span.candidate-icon-indicator-1Eq5wI.cnn-pcl-310bxq>svg .politics-crm__checkmark-background{fill:var(--partyColor)}td.col-candidate-name-R5KKUj.cnn-pcl-310bxq span.col-party-dot-1iztIu.cnn-pcl-310bxq.cnn-pcl-310bxq{display:inline-block;margin-left:-13px;margin-right:5px;content:\"\";height:8px;width:8px;border-radius:4px;background:var(--partyColor);flex-shrink:0}td.col-candidate-name-R5KKUj.cnn-pcl-310bxq span.incumbent-3R9HEl.cnn-pcl-310bxq.cnn-pcl-310bxq{font-size:8px;color:#6e6e6e;font-family:cnn_sans_display, helveticaneue, Helvetica, Arial, Utkal, sans-serif;font-weight:400}td.col-candidate-name-R5KKUj.cnn-pcl-310bxq span.last-1WWZ67.cnn-pcl-310bxq.cnn-pcl-310bxq{margin:0 0 2px}td.col-bar-graph-Pj2xgD.cnn-pcl-310bxq.cnn-pcl-310bxq.cnn-pcl-310bxq{display:none}@media screen and (min-width: 480px){td.col-bar-graph-Pj2xgD.cnn-pcl-310bxq.cnn-pcl-310bxq.cnn-pcl-310bxq{width:40%;display:table-cell}}td.cnn-pcl-310bxq>div.bar-graph-3ElJOk.cnn-pcl-310bxq.cnn-pcl-310bxq{width:100%;height:10px;position:relative;background:#e6e6e6}td.cnn-pcl-310bxq>div.bar-graph-3ElJOk.cnn-pcl-310bxq.cnn-pcl-310bxq::after{position:absolute;content:\"\";height:10px;width:100%;background:#6e6e6e;top:0;left:0;z-index:-1}td.cnn-pcl-310bxq>div.bar-graph-3ElJOk.cnn-pcl-310bxq>span.cnn-pcl-310bxq{display:block;height:10px;background:var(--partyColor)}td.col-vote-percent-1X7T6A.cnn-pcl-310bxq.cnn-pcl-310bxq.cnn-pcl-310bxq{font-size:14px;font-family:cnn_sans_display, helveticaneue, Helvetica, Arial, Utkal, sans-serif;font-weight:400;padding-right:24px}td.col-votes-37xqqZ.cnn-pcl-310bxq.cnn-pcl-310bxq.cnn-pcl-310bxq{font-size:14px;font-family:cnn_sans_display, helveticaneue, Helvetica, Arial, Utkal, sans-serif;font-weight:400}tr.cnn-pcl-310bxq>td.col-votes-37xqqZ.cnn-pcl-310bxq>div.vote-count-1TX3KN.cnn-pcl-310bxq{display:grid}tr.cnn-pcl-310bxq>td.col-votes-37xqqZ>div.vote-count-1TX3KN span.ahead-count-Y0vCF9.cnn-pcl-310bxq.cnn-pcl-310bxq{display:block;font-size:8px;color:#6e6e6e;font-family:cnn_sans_display, helveticaneue, Helvetica, Arial, Utkal, sans-serif;font-weight:400}\\')}function create_else_block(e){var n;return{c:function(){n=_vendor_browser_svelte_internal_index.element(\"td\"),this.h()},l:function(e){n=_vendor_browser_svelte_internal_index.claim_element(e,\"TD\",{class:!0}),_vendor_browser_svelte_internal_index.children(n).forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(n,\"class\",\"cnn-pcl-310bxq\")},m:function(e,t){_vendor_browser_svelte_internal_index.insert_hydration(e,n,t)},p:_vendor_browser_svelte_internal_index.noop,i:_vendor_browser_svelte_internal_index.noop,o:_vendor_browser_svelte_internal_index.noop,d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n)}}}function create_if_block_4(e){var n,t,r,_,o,i,l=makeAbbrText(e[6],e[5].jurisdictionCode)+\"\",a=e[5].isKeyRace&&create_if_block_5(e);return{c:function(){n=_vendor_browser_svelte_internal_index.element(\"td\"),t=_vendor_browser_svelte_internal_index.element(\"a\"),r=_vendor_browser_svelte_internal_index.text(l),o=_vendor_browser_svelte_internal_index.space(),a&&a.c(),this.h()},l:function(e){n=_vendor_browser_svelte_internal_index.claim_element(e,\"TD\",{class:!0});var _=_vendor_browser_svelte_internal_index.children(n);t=_vendor_browser_svelte_internal_index.claim_element(_,\"A\",{href:!0});var i=_vendor_browser_svelte_internal_index.children(t);r=_vendor_browser_svelte_internal_index.claim_text(i,l),i.forEach(_vendor_browser_svelte_internal_index.detach),o=_vendor_browser_svelte_internal_index.claim_space(_),a&&a.l(_),_.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(t,\"href\",_=_lib_browser_common_helpers_makeLinkFromPattern.makeLinkFromPattern(e[2],{stateSlug:e[6],district:String(e[5].jurisdictionCode)})),_vendor_browser_svelte_internal_index.attr(n,\"class\",\"col-district-name-1JoDZf cnn-pcl-310bxq\"),_vendor_browser_svelte_internal_index.toggle_class(n,\"tall-11eG88\",1===e[4]&&e[5].isKeyRace)},m:function(e,_){_vendor_browser_svelte_internal_index.insert_hydration(e,n,_),_vendor_browser_svelte_internal_index.append_hydration(n,t),_vendor_browser_svelte_internal_index.append_hydration(t,r),_vendor_browser_svelte_internal_index.append_hydration(n,o),a&&a.m(n,null),i=!0},p:function(e,o){(!i||96&o)&&l!==(l=makeAbbrText(e[6],e[5].jurisdictionCode)+\"\")&&_vendor_browser_svelte_internal_index.set_data(r,l),(!i||100&o&&_!==(_=_lib_browser_common_helpers_makeLinkFromPattern.makeLinkFromPattern(e[2],{stateSlug:e[6],district:String(e[5].jurisdictionCode)})))&&_vendor_browser_svelte_internal_index.attr(t,\"href\",_),e[5].isKeyRace?a?(a.p(e,o),32&o&&_vendor_browser_svelte_internal_index.transition_in(a,1)):((a=create_if_block_5(e)).c(),_vendor_browser_svelte_internal_index.transition_in(a,1),a.m(n,null)):a&&(_vendor_browser_svelte_internal_index.group_outros(),_vendor_browser_svelte_internal_index.transition_out(a,1,1,function(){a=null}),_vendor_browser_svelte_internal_index.check_outros()),48&o&&_vendor_browser_svelte_internal_index.toggle_class(n,\"tall-11eG88\",1===e[4]&&e[5].isKeyRace)},i:function(e){i||(_vendor_browser_svelte_internal_index.transition_in(a),i=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(a),i=!1},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n),a&&a.d()}}}function create_if_block_5(e){var n,t;return n=new _lib_sdk_browser__externalConfig_featureFlags_FeatureFlag_svelte.FeatureFlag({props:{feature:e[19],from:e[7],$$slots:{default:[create_default_slot_11]},$$scope:{ctx:e}}}),{c:function(){_vendor_browser_svelte_internal_index.create_component(n.$$.fragment)},l:function(e){_vendor_browser_svelte_internal_index.claim_component(n.$$.fragment,e)},m:function(e,r){_vendor_browser_svelte_internal_index.mount_component(n,e,r),t=!0},p:function(e,t){var r={};128&t&&(r.from=e[7]),4194336&t&&(r.$$scope={dirty:t,ctx:e}),n.$set(r)},i:function(e){t||(_vendor_browser_svelte_internal_index.transition_in(n.$$.fragment,e),t=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(n.$$.fragment,e),t=!1},d:function(e){_vendor_browser_svelte_internal_index.destroy_component(n,e)}}}function create_default_slot_11(e){var n,t,r=e[5].keyRaceFlagText+\"\";return{c:function(){n=_vendor_browser_svelte_internal_index.element(\"div\"),t=_vendor_browser_svelte_internal_index.text(r),this.h()},l:function(e){n=_vendor_browser_svelte_internal_index.claim_element(e,\"DIV\",{class:!0,\"data-testid\":!0});var _=_vendor_browser_svelte_internal_index.children(n);t=_vendor_browser_svelte_internal_index.claim_text(_,r),_.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(n,\"class\",\"key-race-3vt56S cnn-pcl-310bxq\"),_vendor_browser_svelte_internal_index.attr(n,\"data-testid\",\"key-race\")},m:function(e,r){_vendor_browser_svelte_internal_index.insert_hydration(e,n,r),_vendor_browser_svelte_internal_index.append_hydration(n,t)},p:function(e,n){32&n&&r!==(r=e[5].keyRaceFlagText+\"\")&&_vendor_browser_svelte_internal_index.set_data(t,r)},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n)}}}function create_default_slot_10(e){var n,t,r,_,o=function(e,n){return 0===e[3]?0:1},i=[create_if_block_4,create_else_block],l=[];return n=o(e),t=l[n]=i[n](e),{c:function(){t.c(),r=_vendor_browser_svelte_internal_index.empty()},l:function(e){t.l(e),r=_vendor_browser_svelte_internal_index.empty()},m:function(e,t){l[n].m(e,t),_vendor_browser_svelte_internal_index.insert_hydration(e,r,t),_=!0},p:function(e,_){var a=n;(n=o(e))===a?l[n].p(e,_):(_vendor_browser_svelte_internal_index.group_outros(),_vendor_browser_svelte_internal_index.transition_out(l[a],1,1,function(){l[a]=null}),_vendor_browser_svelte_internal_index.check_outros(),(t=l[n])?t.p(e,_):(t=l[n]=i[n](e)).c(),_vendor_browser_svelte_internal_index.transition_in(t,1),t.m(r.parentNode,r))},i:function(e){_||(_vendor_browser_svelte_internal_index.transition_in(t),_=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(t),_=!1},d:function(e){l[n].d(e),e&&_vendor_browser_svelte_internal_index.detach(r)}}}function create_default_slot_9(e){var n,t;return{c:function(){n=_vendor_browser_svelte_internal_index.element(\"span\"),this.h()},l:function(e){n=_vendor_browser_svelte_internal_index.claim_element(e,\"SPAN\",{class:!0,role:!0,\"aria-label\":!0}),_vendor_browser_svelte_internal_index.children(n).forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(n,\"class\",\"col-party-dot-1iztIu cnn-pcl-310bxq\"),_vendor_browser_svelte_internal_index.attr(n,\"role\",\"img\"),_vendor_browser_svelte_internal_index.attr(n,\"aria-label\",t=_lib_browser_common_constants_partyAriaLabels.partyAriaLabels[e[0].party])},m:function(e,t){_vendor_browser_svelte_internal_index.insert_hydration(e,n,t)},p:function(e,r){1&r&&t!==(t=_lib_browser_common_constants_partyAriaLabels.partyAriaLabels[e[0].party])&&_vendor_browser_svelte_internal_index.attr(n,\"aria-label\",t)},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n)}}}function create_if_block_3(e){var n,t;return n=new _lib_sdk_browser__externalConfig_featureFlags_FeatureFlag_svelte.FeatureFlag({props:{feature:e[15],from:e[7],$$slots:{default:[create_default_slot_8]},$$scope:{ctx:e}}}),{c:function(){_vendor_browser_svelte_internal_index.create_component(n.$$.fragment)},l:function(e){_vendor_browser_svelte_internal_index.claim_component(n.$$.fragment,e)},m:function(e,r){_vendor_browser_svelte_internal_index.mount_component(n,e,r),t=!0},p:function(e,t){var r={};128&t&&(r.from=e[7]),4194307&t&&(r.$$scope={dirty:t,ctx:e}),n.$set(r)},i:function(e){t||(_vendor_browser_svelte_internal_index.transition_in(n.$$.fragment,e),t=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(n.$$.fragment,e),t=!1},d:function(e){_vendor_browser_svelte_internal_index.destroy_component(n,e)}}}function create_default_slot_8(e){var n,t,r;return t=new icons_lib_browser.CheckmarkIcon({props:{height:\"16\",width:\"16\",circleFill:_lib_sdk_browser__externalConfig_configInterpreters_getColor_ts.getColor(e[0],e[1])}}),{c:function(){n=_vendor_browser_svelte_internal_index.element(\"span\"),_vendor_browser_svelte_internal_index.create_component(t.$$.fragment),this.h()},l:function(e){n=_vendor_browser_svelte_internal_index.claim_element(e,\"SPAN\",{class:!0});var r=_vendor_browser_svelte_internal_index.children(n);_vendor_browser_svelte_internal_index.claim_component(t.$$.fragment,r),r.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(n,\"class\",\"candidate-icon-indicator-1Eq5wI cnn-pcl-310bxq\")},m:function(e,_){_vendor_browser_svelte_internal_index.insert_hydration(e,n,_),_vendor_browser_svelte_internal_index.mount_component(t,n,null),r=!0},p:function(e,n){var r={};3&n&&(r.circleFill=_lib_sdk_browser__externalConfig_configInterpreters_getColor_ts.getColor(e[0],e[1])),t.$set(r)},i:function(e){r||(_vendor_browser_svelte_internal_index.transition_in(t.$$.fragment,e),r=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(t.$$.fragment,e),r=!1},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n),_vendor_browser_svelte_internal_index.destroy_component(t)}}}function create_if_block_2$1(e){var n,t;return n=new _lib_sdk_browser__externalConfig_featureFlags_FeatureFlag_svelte.FeatureFlag({props:{feature:e[18],from:e[7],$$slots:{default:[create_default_slot_6]},$$scope:{ctx:e}}}),{c:function(){_vendor_browser_svelte_internal_index.create_component(n.$$.fragment)},l:function(e){_vendor_browser_svelte_internal_index.claim_component(n.$$.fragment,e)},m:function(e,r){_vendor_browser_svelte_internal_index.mount_component(n,e,r),t=!0},p:function(e,t){var r={};128&t&&(r.from=e[7]),4194560&t&&(r.$$scope={dirty:t,ctx:e}),n.$set(r)},i:function(e){t||(_vendor_browser_svelte_internal_index.transition_in(n.$$.fragment,e),t=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(n.$$.fragment,e),t=!1},d:function(e){_vendor_browser_svelte_internal_index.destroy_component(n,e)}}}function create_default_slot_7(e){for(var n,t,r,_=[e[20]],o={},i=0;i<_.length;i+=1)o=_vendor_browser_svelte_internal_index.assign(o,_[i]);return t=new icons_lib_browser.RunoffArrowIcon({props:o}),{c:function(){n=_vendor_browser_svelte_internal_index.element(\"span\"),_vendor_browser_svelte_internal_index.create_component(t.$$.fragment),this.h()},l:function(e){n=_vendor_browser_svelte_internal_index.claim_element(e,\"SPAN\",{\"data-testid\":!0,class:!0});var r=_vendor_browser_svelte_internal_index.children(n);_vendor_browser_svelte_internal_index.claim_component(t.$$.fragment,r),r.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(n,\"data-testid\",\"runoff\"),_vendor_browser_svelte_internal_index.attr(n,\"class\",\"candidate-icon-indicator-1Eq5wI cnn-pcl-310bxq\")},m:function(e,_){_vendor_browser_svelte_internal_index.insert_hydration(e,n,_),_vendor_browser_svelte_internal_index.mount_component(t,n,null),r=!0},p:function(e,n){var r=1048576&n?_vendor_browser_svelte_internal_index.get_spread_update(_,[_vendor_browser_svelte_internal_index.get_spread_object(e[20])]):{};t.$set(r)},i:function(e){r||(_vendor_browser_svelte_internal_index.transition_in(t.$$.fragment,e),r=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(t.$$.fragment,e),r=!1},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n),_vendor_browser_svelte_internal_index.destroy_component(t)}}}function create_default_slot_6(e){var n,t;return n=new toolTip_lib_browser.ToolTipHoc({props:{informationText:e[8],placement:\"bottom-start\",zIndex:30,$$slots:{default:[create_default_slot_7]},$$scope:{ctx:e}}}),{c:function(){_vendor_browser_svelte_internal_index.create_component(n.$$.fragment)},l:function(e){_vendor_browser_svelte_internal_index.claim_component(n.$$.fragment,e)},m:function(e,r){_vendor_browser_svelte_internal_index.mount_component(n,e,r),t=!0},p:function(e,t){var r={};256&t&&(r.informationText=e[8]),4194304&t&&(r.$$scope={dirty:t,ctx:e}),n.$set(r)},i:function(e){t||(_vendor_browser_svelte_internal_index.transition_in(n.$$.fragment,e),t=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(n.$$.fragment,e),t=!1},d:function(e){_vendor_browser_svelte_internal_index.destroy_component(n,e)}}}function create_if_block_1$2(e){var n,t;return n=new _lib_sdk_browser__externalConfig_featureFlags_FeatureFlag_svelte.FeatureFlag({props:{feature:e[14],$$slots:{default:[create_default_slot_5$1]},$$scope:{ctx:e}}}),{c:function(){_vendor_browser_svelte_internal_index.create_component(n.$$.fragment)},l:function(e){_vendor_browser_svelte_internal_index.claim_component(n.$$.fragment,e)},m:function(e,r){_vendor_browser_svelte_internal_index.mount_component(n,e,r),t=!0},p:function(e,t){var r={};4194328&t&&(r.$$scope={dirty:t,ctx:e}),n.$set(r)},i:function(e){t||(_vendor_browser_svelte_internal_index.transition_in(n.$$.fragment,e),t=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(n.$$.fragment,e),t=!1},d:function(e){_vendor_browser_svelte_internal_index.destroy_component(n,e)}}}function create_default_slot_5$1(e){var n,t;return{c:function(){n=_vendor_browser_svelte_internal_index.element(\"span\"),t=_vendor_browser_svelte_internal_index.text(\"Incumbent\"),this.h()},l:function(e){n=_vendor_browser_svelte_internal_index.claim_element(e,\"SPAN\",{class:!0,\"data-testid\":!0});var r=_vendor_browser_svelte_internal_index.children(n);t=_vendor_browser_svelte_internal_index.claim_text(r,\"Incumbent\"),r.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(n,\"class\",\"incumbent-3R9HEl cnn-pcl-310bxq\"),_vendor_browser_svelte_internal_index.attr(n,\"data-testid\",\"incumbent\"),_vendor_browser_svelte_internal_index.toggle_class(n,\"last-1WWZ67\",e[4]===e[3]+1)},m:function(e,r){_vendor_browser_svelte_internal_index.insert_hydration(e,n,r),_vendor_browser_svelte_internal_index.append_hydration(n,t)},p:function(e,t){24&t&&_vendor_browser_svelte_internal_index.toggle_class(n,\"last-1WWZ67\",e[4]===e[3]+1)},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n)}}}function create_default_slot_4$1(e){var n,t,r,_,o,i,l,a,s,d,c=e[0].lastName+\"\";r=new _lib_sdk_browser__externalConfig_featureFlags_FeatureFlag_svelte.FeatureFlag({props:{feature:e[16],$$slots:{default:[create_default_slot_9]},$$scope:{ctx:e}}});var v=e[0].winner&&create_if_block_3(e),f=e[0].isRunoffCandidate&&create_if_block_2$1(e),b=e[0].incumbent&&create_if_block_1$2(e);return{c:function(){n=_vendor_browser_svelte_internal_index.element(\"td\"),t=_vendor_browser_svelte_internal_index.element(\"span\"),_vendor_browser_svelte_internal_index.create_component(r.$$.fragment),_=_vendor_browser_svelte_internal_index.space(),o=_vendor_browser_svelte_internal_index.element(\"span\"),i=_vendor_browser_svelte_internal_index.text(c),l=_vendor_browser_svelte_internal_index.space(),v&&v.c(),a=_vendor_browser_svelte_internal_index.space(),f&&f.c(),s=_vendor_browser_svelte_internal_index.space(),b&&b.c(),this.h()},l:function(e){n=_vendor_browser_svelte_internal_index.claim_element(e,\"TD\",{class:!0});var d=_vendor_browser_svelte_internal_index.children(n);t=_vendor_browser_svelte_internal_index.claim_element(d,\"SPAN\",{class:!0});var u=_vendor_browser_svelte_internal_index.children(t);_vendor_browser_svelte_internal_index.claim_component(r.$$.fragment,u),_=_vendor_browser_svelte_internal_index.claim_space(u),o=_vendor_browser_svelte_internal_index.claim_element(u,\"SPAN\",{class:!0,\"data-testid\":!0});var x=_vendor_browser_svelte_internal_index.children(o);i=_vendor_browser_svelte_internal_index.claim_text(x,c),x.forEach(_vendor_browser_svelte_internal_index.detach),l=_vendor_browser_svelte_internal_index.claim_space(u),v&&v.l(u),a=_vendor_browser_svelte_internal_index.claim_space(u),f&&f.l(u),u.forEach(_vendor_browser_svelte_internal_index.detach),s=_vendor_browser_svelte_internal_index.claim_space(d),b&&b.l(d),d.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(o,\"class\",\"name\"),_vendor_browser_svelte_internal_index.attr(o,\"data-testid\",\"candidate-name\"),_vendor_browser_svelte_internal_index.attr(t,\"class\",\"cnn-pcl-310bxq\"),_vendor_browser_svelte_internal_index.attr(n,\"class\",\"col-candidate-name-R5KKUj cnn-pcl-310bxq\")},m:function(e,c){_vendor_browser_svelte_internal_index.insert_hydration(e,n,c),_vendor_browser_svelte_internal_index.append_hydration(n,t),_vendor_browser_svelte_internal_index.mount_component(r,t,null),_vendor_browser_svelte_internal_index.append_hydration(t,_),_vendor_browser_svelte_internal_index.append_hydration(t,o),_vendor_browser_svelte_internal_index.append_hydration(o,i),_vendor_browser_svelte_internal_index.append_hydration(t,l),v&&v.m(t,null),_vendor_browser_svelte_internal_index.append_hydration(t,a),f&&f.m(t,null),_vendor_browser_svelte_internal_index.append_hydration(n,s),b&&b.m(n,null),d=!0},p:function(e,_){var o={};4194305&_&&(o.$$scope={dirty:_,ctx:e}),r.$set(o),(!d||1&_)&&c!==(c=e[0].lastName+\"\")&&_vendor_browser_svelte_internal_index.set_data(i,c),e[0].winner?v?(v.p(e,_),1&_&&_vendor_browser_svelte_internal_index.transition_in(v,1)):((v=create_if_block_3(e)).c(),_vendor_browser_svelte_internal_index.transition_in(v,1),v.m(t,a)):v&&(_vendor_browser_svelte_internal_index.group_outros(),_vendor_browser_svelte_internal_index.transition_out(v,1,1,function(){v=null}),_vendor_browser_svelte_internal_index.check_outros()),e[0].isRunoffCandidate?f?(f.p(e,_),1&_&&_vendor_browser_svelte_internal_index.transition_in(f,1)):((f=create_if_block_2$1(e)).c(),_vendor_browser_svelte_internal_index.transition_in(f,1),f.m(t,null)):f&&(_vendor_browser_svelte_internal_index.group_outros(),_vendor_browser_svelte_internal_index.transition_out(f,1,1,function(){f=null}),_vendor_browser_svelte_internal_index.check_outros()),e[0].incumbent?b?(b.p(e,_),1&_&&_vendor_browser_svelte_internal_index.transition_in(b,1)):((b=create_if_block_1$2(e)).c(),_vendor_browser_svelte_internal_index.transition_in(b,1),b.m(n,null)):b&&(_vendor_browser_svelte_internal_index.group_outros(),_vendor_browser_svelte_internal_index.transition_out(b,1,1,function(){b=null}),_vendor_browser_svelte_internal_index.check_outros())},i:function(e){d||(_vendor_browser_svelte_internal_index.transition_in(r.$$.fragment,e),_vendor_browser_svelte_internal_index.transition_in(v),_vendor_browser_svelte_internal_index.transition_in(f),_vendor_browser_svelte_internal_index.transition_in(b),d=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(r.$$.fragment,e),_vendor_browser_svelte_internal_index.transition_out(v),_vendor_browser_svelte_internal_index.transition_out(f),_vendor_browser_svelte_internal_index.transition_out(b),d=!1},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n),_vendor_browser_svelte_internal_index.destroy_component(r),v&&v.d(),f&&f.d(),b&&b.d()}}}function create_default_slot_3$1(e){var n,t,r,_=e[0].votePercentStr+\"\";return{c:function(){n=_vendor_browser_svelte_internal_index.element(\"td\"),t=_vendor_browser_svelte_internal_index.text(_),r=_vendor_browser_svelte_internal_index.text(\"%\"),this.h()},l:function(e){n=_vendor_browser_svelte_internal_index.claim_element(e,\"TD\",{class:!0,\"data-testid\":!0});var o=_vendor_browser_svelte_internal_index.children(n);t=_vendor_browser_svelte_internal_index.claim_text(o,_),r=_vendor_browser_svelte_internal_index.claim_text(o,\"%\"),o.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(n,\"class\",\"col-vote-percent-1X7T6A cnn-pcl-310bxq\"),_vendor_browser_svelte_internal_index.attr(n,\"data-testid\",\"votepercent\")},m:function(e,_){_vendor_browser_svelte_internal_index.insert_hydration(e,n,_),_vendor_browser_svelte_internal_index.append_hydration(n,t),_vendor_browser_svelte_internal_index.append_hydration(n,r)},p:function(e,n){1&n&&_!==(_=e[0].votePercentStr+\"\")&&_vendor_browser_svelte_internal_index.set_data(t,_)},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n)}}}function create_default_slot_2$2(e){var n,t,r;return{c:function(){n=_vendor_browser_svelte_internal_index.element(\"td\"),t=_vendor_browser_svelte_internal_index.element(\"div\"),r=_vendor_browser_svelte_internal_index.element(\"span\"),this.h()},l:function(e){n=_vendor_browser_svelte_internal_index.claim_element(e,\"TD\",{class:!0,\"data-testid\":!0});var _=_vendor_browser_svelte_internal_index.children(n);t=_vendor_browser_svelte_internal_index.claim_element(_,\"DIV\",{class:!0});var o=_vendor_browser_svelte_internal_index.children(t);r=_vendor_browser_svelte_internal_index.claim_element(o,\"SPAN\",{\"data-testid\":!0,style:!0,class:!0}),_vendor_browser_svelte_internal_index.children(r).forEach(_vendor_browser_svelte_internal_index.detach),o.forEach(_vendor_browser_svelte_internal_index.detach),_.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(r,\"data-testid\",\"votebar\"),_vendor_browser_svelte_internal_index.set_style(r,\"width\",e[0].votePercentStr?\"\".concat(e[0].votePercentStr,\"%\"):\"0\"),_vendor_browser_svelte_internal_index.attr(r,\"class\",\"cnn-pcl-310bxq\"),_vendor_browser_svelte_internal_index.attr(t,\"class\",\"bar-graph-3ElJOk cnn-pcl-310bxq\"),_vendor_browser_svelte_internal_index.attr(n,\"class\",\"col-bar-graph-Pj2xgD cnn-pcl-310bxq\"),_vendor_browser_svelte_internal_index.attr(n,\"data-testid\",\"bargraph-results-list\")},m:function(e,_){_vendor_browser_svelte_internal_index.insert_hydration(e,n,_),_vendor_browser_svelte_internal_index.append_hydration(n,t),_vendor_browser_svelte_internal_index.append_hydration(t,r)},p:function(e,n){1&n&&_vendor_browser_svelte_internal_index.set_style(r,\"width\",e[0].votePercentStr?\"\".concat(e[0].votePercentStr,\"%\"):\"0\")},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n)}}}function create_if_block$2(e){var n,t;return n=new _lib_sdk_browser__externalConfig_featureFlags_FeatureFlag_svelte.FeatureFlag({props:{feature:e[17],$$slots:{default:[create_default_slot_1$2]},$$scope:{ctx:e}}}),{c:function(){_vendor_browser_svelte_internal_index.create_component(n.$$.fragment)},l:function(e){_vendor_browser_svelte_internal_index.claim_component(n.$$.fragment,e)},m:function(e,r){_vendor_browser_svelte_internal_index.mount_component(n,e,r),t=!0},p:function(e,t){var r={};4194336&t&&(r.$$scope={dirty:t,ctx:e}),n.$set(r)},i:function(e){t||(_vendor_browser_svelte_internal_index.transition_in(n.$$.fragment,e),t=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(n.$$.fragment,e),t=!1},d:function(e){_vendor_browser_svelte_internal_index.destroy_component(n,e)}}}function create_default_slot_1$2(e){var n,t,r=\"\".concat(e[5].ahead.toLocaleString(\"en-US\"),\" ahead\")+\"\";return{c:function(){n=_vendor_browser_svelte_internal_index.element(\"span\"),t=_vendor_browser_svelte_internal_index.text(r),this.h()},l:function(e){n=_vendor_browser_svelte_internal_index.claim_element(e,\"SPAN\",{class:!0,\"data-testid\":!0});var _=_vendor_browser_svelte_internal_index.children(n);t=_vendor_browser_svelte_internal_index.claim_text(_,r),_.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(n,\"class\",\"ahead-count-Y0vCF9 cnn-pcl-310bxq\"),_vendor_browser_svelte_internal_index.attr(n,\"data-testid\",\"aheadcount\")},m:function(e,r){_vendor_browser_svelte_internal_index.insert_hydration(e,n,r),_vendor_browser_svelte_internal_index.append_hydration(n,t)},p:function(e,n){32&n&&r!==(r=\"\".concat(e[5].ahead.toLocaleString(\"en-US\"),\" ahead\")+\"\")&&_vendor_browser_svelte_internal_index.set_data(t,r)},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n)}}}function create_default_slot$2(e){var n,t,r,_,o,i,l=e[0].voteStr+\"\",a=e[5].ahead&&0===e[3]&&create_if_block$2(e);return{c:function(){n=_vendor_browser_svelte_internal_index.element(\"td\"),t=_vendor_browser_svelte_internal_index.element(\"div\"),r=_vendor_browser_svelte_internal_index.element(\"span\"),_=_vendor_browser_svelte_internal_index.text(l),o=_vendor_browser_svelte_internal_index.space(),a&&a.c(),this.h()},l:function(e){n=_vendor_browser_svelte_internal_index.claim_element(e,\"TD\",{class:!0});var i=_vendor_browser_svelte_internal_index.children(n);t=_vendor_browser_svelte_internal_index.claim_element(i,\"DIV\",{class:!0});var s=_vendor_browser_svelte_internal_index.children(t);r=_vendor_browser_svelte_internal_index.claim_element(s,\"SPAN\",{\"data-testid\":!0});var d=_vendor_browser_svelte_internal_index.children(r);_=_vendor_browser_svelte_internal_index.claim_text(d,l),d.forEach(_vendor_browser_svelte_internal_index.detach),o=_vendor_browser_svelte_internal_index.claim_space(s),a&&a.l(s),s.forEach(_vendor_browser_svelte_internal_index.detach),i.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(r,\"data-testid\",\"votes\"),_vendor_browser_svelte_internal_index.attr(t,\"class\",\"vote-count-1TX3KN cnn-pcl-310bxq\"),_vendor_browser_svelte_internal_index.attr(n,\"class\",\"col-votes-37xqqZ cnn-pcl-310bxq\")},m:function(e,l){_vendor_browser_svelte_internal_index.insert_hydration(e,n,l),_vendor_browser_svelte_internal_index.append_hydration(n,t),_vendor_browser_svelte_internal_index.append_hydration(t,r),_vendor_browser_svelte_internal_index.append_hydration(r,_),_vendor_browser_svelte_internal_index.append_hydration(t,o),a&&a.m(t,null),i=!0},p:function(e,n){(!i||1&n)&&l!==(l=e[0].voteStr+\"\")&&_vendor_browser_svelte_internal_index.set_data(_,l),e[5].ahead&&0===e[3]?a?(a.p(e,n),40&n&&_vendor_browser_svelte_internal_index.transition_in(a,1)):((a=create_if_block$2(e)).c(),_vendor_browser_svelte_internal_index.transition_in(a,1),a.m(t,null)):a&&(_vendor_browser_svelte_internal_index.group_outros(),_vendor_browser_svelte_internal_index.transition_out(a,1,1,function(){a=null}),_vendor_browser_svelte_internal_index.check_outros())},i:function(e){i||(_vendor_browser_svelte_internal_index.transition_in(a),i=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(a),i=!1},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n),a&&a.d()}}}function create_fragment$2(e){var n,t,r,_,o,i,l,a,s,d,c,v;return t=new _lib_sdk_browser__externalConfig_featureFlags_FeatureFlag_svelte.FeatureFlag({props:{feature:e[9],$$slots:{default:[create_default_slot_10]},$$scope:{ctx:e}}}),_=new _lib_sdk_browser__externalConfig_featureFlags_FeatureFlag_svelte.FeatureFlag({props:{feature:e[10],$$slots:{default:[create_default_slot_4$1]},$$scope:{ctx:e}}}),i=new _lib_sdk_browser__externalConfig_featureFlags_FeatureFlag_svelte.FeatureFlag({props:{feature:e[13],$$slots:{default:[create_default_slot_3$1]},$$scope:{ctx:e}}}),a=new _lib_sdk_browser__externalConfig_featureFlags_FeatureFlag_svelte.FeatureFlag({props:{feature:e[11],$$slots:{default:[create_default_slot_2$2]},$$scope:{ctx:e}}}),d=new _lib_sdk_browser__externalConfig_featureFlags_FeatureFlag_svelte.FeatureFlag({props:{feature:e[12],$$slots:{default:[create_default_slot$2]},$$scope:{ctx:e}}}),{c:function(){n=_vendor_browser_svelte_internal_index.element(\"tr\"),_vendor_browser_svelte_internal_index.create_component(t.$$.fragment),r=_vendor_browser_svelte_internal_index.space(),_vendor_browser_svelte_internal_index.create_component(_.$$.fragment),o=_vendor_browser_svelte_internal_index.space(),_vendor_browser_svelte_internal_index.create_component(i.$$.fragment),l=_vendor_browser_svelte_internal_index.space(),_vendor_browser_svelte_internal_index.create_component(a.$$.fragment),s=_vendor_browser_svelte_internal_index.space(),_vendor_browser_svelte_internal_index.create_component(d.$$.fragment),this.h()},l:function(e){n=_vendor_browser_svelte_internal_index.claim_element(e,\"TR\",{style:!0,class:!0});var c=_vendor_browser_svelte_internal_index.children(n);_vendor_browser_svelte_internal_index.claim_component(t.$$.fragment,c),r=_vendor_browser_svelte_internal_index.claim_space(c),_vendor_browser_svelte_internal_index.claim_component(_.$$.fragment,c),o=_vendor_browser_svelte_internal_index.claim_space(c),_vendor_browser_svelte_internal_index.claim_component(i.$$.fragment,c),l=_vendor_browser_svelte_internal_index.claim_space(c),_vendor_browser_svelte_internal_index.claim_component(a.$$.fragment,c),s=_vendor_browser_svelte_internal_index.claim_space(c),_vendor_browser_svelte_internal_index.claim_component(d.$$.fragment,c),c.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(n,\"style\",c=_lib_browser_common_helpers_cssvars.cssvars({partyColor:_lib_sdk_browser__externalConfig_configInterpreters_getColor_ts.getColor(e[0],e[1])})),_vendor_browser_svelte_internal_index.attr(n,\"class\",\"cnn-pcl-310bxq\"),_vendor_browser_svelte_internal_index.toggle_class(n,\"first-2FZOl4\",0===e[3]),_vendor_browser_svelte_internal_index.toggle_class(n,\"last-1WWZ67\",e[4]===e[3]+1)},m:function(e,c){_vendor_browser_svelte_internal_index.insert_hydration(e,n,c),_vendor_browser_svelte_internal_index.mount_component(t,n,null),_vendor_browser_svelte_internal_index.append_hydration(n,r),_vendor_browser_svelte_internal_index.mount_component(_,n,null),_vendor_browser_svelte_internal_index.append_hydration(n,o),_vendor_browser_svelte_internal_index.mount_component(i,n,null),_vendor_browser_svelte_internal_index.append_hydration(n,l),_vendor_browser_svelte_internal_index.mount_component(a,n,null),_vendor_browser_svelte_internal_index.append_hydration(n,s),_vendor_browser_svelte_internal_index.mount_component(d,n,null),v=!0},p:function(e,r){var o=_slicedToArray$2(r,1)[0],l={};4194556&o&&(l.$$scope={dirty:o,ctx:e}),t.$set(l);var s={};4194715&o&&(s.$$scope={dirty:o,ctx:e}),_.$set(s);var f={};4194305&o&&(f.$$scope={dirty:o,ctx:e}),i.$set(f);var b={};4194305&o&&(b.$$scope={dirty:o,ctx:e}),a.$set(b);var u={};4194345&o&&(u.$$scope={dirty:o,ctx:e}),d.$set(u),(!v||3&o&&c!==(c=_lib_browser_common_helpers_cssvars.cssvars({partyColor:_lib_sdk_browser__externalConfig_configInterpreters_getColor_ts.getColor(e[0],e[1])})))&&_vendor_browser_svelte_internal_index.attr(n,\"style\",c),8&o&&_vendor_browser_svelte_internal_index.toggle_class(n,\"first-2FZOl4\",0===e[3]),24&o&&_vendor_browser_svelte_internal_index.toggle_class(n,\"last-1WWZ67\",e[4]===e[3]+1)},i:function(e){v||(_vendor_browser_svelte_internal_index.transition_in(t.$$.fragment,e),_vendor_browser_svelte_internal_index.transition_in(_.$$.fragment,e),_vendor_browser_svelte_internal_index.transition_in(i.$$.fragment,e),_vendor_browser_svelte_internal_index.transition_in(a.$$.fragment,e),_vendor_browser_svelte_internal_index.transition_in(d.$$.fragment,e),v=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(t.$$.fragment,e),_vendor_browser_svelte_internal_index.transition_out(_.$$.fragment,e),_vendor_browser_svelte_internal_index.transition_out(i.$$.fragment,e),_vendor_browser_svelte_internal_index.transition_out(a.$$.fragment,e),_vendor_browser_svelte_internal_index.transition_out(d.$$.fragment,e),v=!1},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n),_vendor_browser_svelte_internal_index.destroy_component(t),_vendor_browser_svelte_internal_index.destroy_component(_),_vendor_browser_svelte_internal_index.destroy_component(i),_vendor_browser_svelte_internal_index.destroy_component(a),_vendor_browser_svelte_internal_index.destroy_component(d)}}}function instance$2(e,n,t){var r,_=n.candidate,o=n.theme,i=n.linkPattern,l=void 0===i?void 0:i,a=n.index,s=n.numberOfCandidates,d=n.raceResult,c=n.stateSlug,v=n.runoffInformationalText,f=n.from,b=_lib_sdk_browser__externalConfig_featureFlags_constants_ts.features.DISTRICT_COLUMN,u=_lib_sdk_browser__externalConfig_featureFlags_constants_ts.features.CANDIDATE_NAME_COLUMN,x=_lib_sdk_browser__externalConfig_featureFlags_constants_ts.features.VOTES_BAR_COLUMN,p=_lib_sdk_browser__externalConfig_featureFlags_constants_ts.features.VOTES_COLUMN,w=_lib_sdk_browser__externalConfig_featureFlags_constants_ts.features.VOTES_PERCENT_COLUMN,m=_lib_sdk_browser__externalConfig_featureFlags_constants_ts.features.INCUMBENT_LABEL,h=_lib_sdk_browser__externalConfig_featureFlags_constants_ts.features.TABLE_CHECKMARK,g=_lib_sdk_browser__externalConfig_featureFlags_constants_ts.features.PARTY_COLOR_DOT,$=_lib_sdk_browser__externalConfig_featureFlags_constants_ts.features.AHEAD_COUNT,y=_lib_sdk_browser__externalConfig_featureFlags_constants_ts.features.RUNOFF_CANDIDATE,k=_lib_sdk_browser__externalConfig_featureFlags_constants_ts.features.KEY_RACE;return e.$$set=function(e){\"candidate\"in e&&t(0,_=e.candidate),\"theme\"in e&&t(1,o=e.theme),\"linkPattern\"in e&&t(2,l=e.linkPattern),\"index\"in e&&t(3,a=e.index),\"numberOfCandidates\"in e&&t(4,s=e.numberOfCandidates),\"raceResult\"in e&&t(5,d=e.raceResult),\"stateSlug\"in e&&t(6,c=e.stateSlug),\"runoffInformationalText\"in e&&t(21,v=e.runoffInformationalText),\"from\"in e&&t(7,f=e.from)},e.$$.update=function(){2097152&e.$$.dirty&&t(8,r=_lib_browser_common_helpers_makeProjectionText.makeProjectionText(!1,v))},[_,o,l,a,s,d,c,f,r,b,u,x,p,w,m,h,g,$,y,k,{width:\"16px\",height:\"16px\"},v]}var ResultsListRow=function(e){_inherits$2(t,_vendor_browser_svelte_internal_index.SvelteComponent);var n=_createSuper$2(t);function t(e){var r;return _classCallCheck$2(this,t),r=n.call(this),_vendor_browser_svelte_internal_index.init(_assertThisInitialized$2(r),e,instance$2,create_fragment$2,_vendor_browser_svelte_internal_index.safe_not_equal,{candidate:0,theme:1,linkPattern:2,index:3,numberOfCandidates:4,raceResult:5,stateSlug:6,runoffInformationalText:21,from:7},add_css$2),r}return t}();function _arrayLikeToArray$1(e,n){(null==n||n>e.length)&&(n=e.length);for(var t=0,r=new Array(n);t<n;t++)r[t]=e[t];return r}function _arrayWithHoles$1(e){if(Array.isArray(e))return e}function _assertThisInitialized$1(e){if(void 0===e)throw new ReferenceError(\"this hasn\\'t been initialised - super() hasn\\'t been called\");return e}function _classCallCheck$1(e,n){if(!(e instanceof n))throw new TypeError(\"Cannot call a class as a function\")}function _getPrototypeOf$1(e){return(_getPrototypeOf$1=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function _inherits$1(e,n){if(\"function\"!=typeof n&&null!==n)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(n&&n.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),n&&_setPrototypeOf$1(e,n)}function _iterableToArrayLimit$1(e,n){var t=null==e?null:\"undefined\"!=typeof Symbol&&e[Symbol.iterator]||e[\"@@iterator\"];if(null!=t){var r,_,o=[],i=!0,l=!1;try{for(t=t.call(e);!(i=(r=t.next()).done)&&(o.push(r.value),!n||o.length!==n);i=!0);}catch(e){l=!0,_=e}finally{try{i||null==t.return||t.return()}finally{if(l)throw _}}return o}}function _nonIterableRest$1(){throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\\\\\\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}function _possibleConstructorReturn$1(e,n){return!n||\"object\"!==_typeof$1(n)&&\"function\"!=typeof n?_assertThisInitialized$1(e):n}function _setPrototypeOf$1(e,n){return(_setPrototypeOf$1=Object.setPrototypeOf||function(e,n){return e.__proto__=n,e})(e,n)}function _slicedToArray$1(e,n){return _arrayWithHoles$1(e)||_iterableToArrayLimit$1(e,n)||_unsupportedIterableToArray$1(e,n)||_nonIterableRest$1()}var _typeof$1=function(e){return e&&\"undefined\"!=typeof Symbol&&e.constructor===Symbol?\"symbol\":typeof e};function _unsupportedIterableToArray$1(e,n){if(e){if(\"string\"==typeof e)return _arrayLikeToArray$1(e,n);var t=Object.prototype.toString.call(e).slice(8,-1);return\"Object\"===t&&e.constructor&&(t=e.constructor.name),\"Map\"===t||\"Set\"===t?Array.from(t):\"Arguments\"===t||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t)?_arrayLikeToArray$1(e,n):void 0}}function _isNativeReflectConstruct$1(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function _createSuper$1(e){var n=_isNativeReflectConstruct$1();return function(){var t,r=_getPrototypeOf$1(e);if(n){var _=_getPrototypeOf$1(this).constructor;t=Reflect.construct(r,arguments,_)}else t=r.apply(this,arguments);return _possibleConstructorReturn$1(this,t)}}function add_css$1(e){_vendor_browser_svelte_internal_index.append_styles(e,\"cnn-pcl-19hnj0w\",\"tr.results-list-footer-1gfzF_.cnn-pcl-19hnj0w>td.cnn-pcl-19hnj0w.cnn-pcl-19hnj0w.cnn-pcl-19hnj0w{margin:0}tr.results-list-footer-1gfzF_.cnn-pcl-19hnj0w>td.cnn-pcl-19hnj0w>div.cnn-pcl-19hnj0w.cnn-pcl-19hnj0w{white-space:nowrap;display:flex;flex-direction:column;padding:4px 0 12px}tr.results-list-footer-1gfzF_.cnn-pcl-19hnj0w>td.cnn-pcl-19hnj0w>div.cnn-pcl-19hnj0w>span.reporting-srbBg7.cnn-pcl-19hnj0w{font-size:12px;line-height:16px;font-family:cnn_sans_display, helveticaneue, Helvetica, Arial, Utkal, sans-serif;font-weight:700;letter-spacing:-0.2px;padding:0;margin:0;max-height:14px}tr.results-list-footer-1gfzF_.cnn-pcl-19hnj0w>td.cnn-pcl-19hnj0w>div.cnn-pcl-19hnj0w>span.next-update-K9Q1kO.cnn-pcl-19hnj0w{font-size:12px;line-height:16px;margin-left:0;letter-spacing:-0.2px}\")}function create_if_block$1(e){var n,t,r,_;t=new _lib_sdk_browser__externalConfig_featureFlags_FeatureFlag_svelte.FeatureFlag({props:{feature:e[3],from:e[1],$$slots:{default:[create_default_slot_2$1]},$$scope:{ctx:e}}});var o=0!=e[2]&&create_if_block_1$1(e);return{c:function(){n=_vendor_browser_svelte_internal_index.element(\"div\"),_vendor_browser_svelte_internal_index.create_component(t.$$.fragment),r=_vendor_browser_svelte_internal_index.space(),o&&o.c(),this.h()},l:function(e){n=_vendor_browser_svelte_internal_index.claim_element(e,\"DIV\",{class:!0});var _=_vendor_browser_svelte_internal_index.children(n);_vendor_browser_svelte_internal_index.claim_component(t.$$.fragment,_),r=_vendor_browser_svelte_internal_index.claim_space(_),o&&o.l(_),_.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(n,\"class\",\"race-footer-info cnn-pcl-19hnj0w\")},m:function(e,i){_vendor_browser_svelte_internal_index.insert_hydration(e,n,i),_vendor_browser_svelte_internal_index.mount_component(t,n,null),_vendor_browser_svelte_internal_index.append_hydration(n,r),o&&o.m(n,null),_=!0},p:function(e,r){var _={};2&r&&(_.from=e[1]),65&r&&(_.$$scope={dirty:r,ctx:e}),t.$set(_),0!=e[2]?o?(o.p(e,r),4&r&&_vendor_browser_svelte_internal_index.transition_in(o,1)):((o=create_if_block_1$1(e)).c(),_vendor_browser_svelte_internal_index.transition_in(o,1),o.m(n,null)):o&&(_vendor_browser_svelte_internal_index.group_outros(),_vendor_browser_svelte_internal_index.transition_out(o,1,1,function(){o=null}),_vendor_browser_svelte_internal_index.check_outros())},i:function(e){_||(_vendor_browser_svelte_internal_index.transition_in(t.$$.fragment,e),_vendor_browser_svelte_internal_index.transition_in(o),_=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(t.$$.fragment,e),_vendor_browser_svelte_internal_index.transition_out(o),_=!1},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n),_vendor_browser_svelte_internal_index.destroy_component(t),o&&o.d()}}}function create_default_slot_2$1(e){var n,t,r,_;return{c:function(){n=_vendor_browser_svelte_internal_index.element(\"span\"),t=_vendor_browser_svelte_internal_index.text(\"Est. vote in: \"),r=_vendor_browser_svelte_internal_index.text(e[0]),_=_vendor_browser_svelte_internal_index.text(\"%\"),this.h()},l:function(o){n=_vendor_browser_svelte_internal_index.claim_element(o,\"SPAN\",{class:!0,\"data-testid\":!0});var i=_vendor_browser_svelte_internal_index.children(n);t=_vendor_browser_svelte_internal_index.claim_text(i,\"Est. vote in: \"),r=_vendor_browser_svelte_internal_index.claim_text(i,e[0]),_=_vendor_browser_svelte_internal_index.claim_text(i,\"%\"),i.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(n,\"class\",\"reporting-srbBg7 cnn-pcl-19hnj0w\"),_vendor_browser_svelte_internal_index.attr(n,\"data-testid\",\"percentreporting\")},m:function(e,o){_vendor_browser_svelte_internal_index.insert_hydration(e,n,o),_vendor_browser_svelte_internal_index.append_hydration(n,t),_vendor_browser_svelte_internal_index.append_hydration(n,r),_vendor_browser_svelte_internal_index.append_hydration(n,_)},p:function(e,n){1&n&&_vendor_browser_svelte_internal_index.set_data(r,e[0])},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n)}}}function create_if_block_1$1(e){var n,t;return n=new _lib_sdk_browser__externalConfig_featureFlags_FeatureFlag_svelte.FeatureFlag({props:{feature:e[4],from:e[1],$$slots:{default:[create_default_slot_1$1]},$$scope:{ctx:e}}}),{c:function(){_vendor_browser_svelte_internal_index.create_component(n.$$.fragment)},l:function(e){_vendor_browser_svelte_internal_index.claim_component(n.$$.fragment,e)},m:function(e,r){_vendor_browser_svelte_internal_index.mount_component(n,e,r),t=!0},p:function(e,t){var r={};2&t&&(r.from=e[1]),64&t&&(r.$$scope={dirty:t,ctx:e}),n.$set(r)},i:function(e){t||(_vendor_browser_svelte_internal_index.transition_in(n.$$.fragment,e),t=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(n.$$.fragment,e),t=!1},d:function(e){_vendor_browser_svelte_internal_index.destroy_component(n,e)}}}function create_default_slot_1$1(e){var n,t,r;return t=new nextUpdateTimer_lib_browser.NextUpdateTimer({}),{c:function(){n=_vendor_browser_svelte_internal_index.element(\"span\"),_vendor_browser_svelte_internal_index.create_component(t.$$.fragment),this.h()},l:function(e){n=_vendor_browser_svelte_internal_index.claim_element(e,\"SPAN\",{class:!0,\"data-testid\":!0});var r=_vendor_browser_svelte_internal_index.children(n);_vendor_browser_svelte_internal_index.claim_component(t.$$.fragment,r),r.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(n,\"class\",\"next-update-K9Q1kO cnn-pcl-19hnj0w\"),_vendor_browser_svelte_internal_index.attr(n,\"data-testid\",\"nextupdate\")},m:function(e,_){_vendor_browser_svelte_internal_index.insert_hydration(e,n,_),_vendor_browser_svelte_internal_index.mount_component(t,n,null),r=!0},p:_vendor_browser_svelte_internal_index.noop,i:function(e){r||(_vendor_browser_svelte_internal_index.transition_in(t.$$.fragment,e),r=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(t.$$.fragment,e),r=!1},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n),_vendor_browser_svelte_internal_index.destroy_component(t)}}}function create_default_slot$1(e){var n,t,r,_=e[0]&&create_if_block$1(e);return{c:function(){n=_vendor_browser_svelte_internal_index.element(\"tr\"),t=_vendor_browser_svelte_internal_index.element(\"td\"),_&&_.c(),this.h()},l:function(e){n=_vendor_browser_svelte_internal_index.claim_element(e,\"TR\",{class:!0});var r=_vendor_browser_svelte_internal_index.children(n);t=_vendor_browser_svelte_internal_index.claim_element(r,\"TD\",{colspan:!0,class:!0});var o=_vendor_browser_svelte_internal_index.children(t);_&&_.l(o),o.forEach(_vendor_browser_svelte_internal_index.detach),r.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(t,\"colspan\",\"5\"),_vendor_browser_svelte_internal_index.attr(t,\"class\",\"cnn-pcl-19hnj0w\"),_vendor_browser_svelte_internal_index.attr(n,\"class\",\"results-list-footer-1gfzF_ cnn-pcl-19hnj0w\")},m:function(e,o){_vendor_browser_svelte_internal_index.insert_hydration(e,n,o),_vendor_browser_svelte_internal_index.append_hydration(n,t),_&&_.m(t,null),r=!0},p:function(e,n){e[0]?_?(_.p(e,n),1&n&&_vendor_browser_svelte_internal_index.transition_in(_,1)):((_=create_if_block$1(e)).c(),_vendor_browser_svelte_internal_index.transition_in(_,1),_.m(t,null)):_&&(_vendor_browser_svelte_internal_index.group_outros(),_vendor_browser_svelte_internal_index.transition_out(_,1,1,function(){_=null}),_vendor_browser_svelte_internal_index.check_outros())},i:function(e){r||(_vendor_browser_svelte_internal_index.transition_in(_),r=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(_),r=!1},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n),_&&_.d()}}}function create_fragment$1(e){var n,t;return n=new _lib_sdk_browser__externalConfig_featureFlags_FeatureFlag_svelte.FeatureFlag({props:{feature:e[5],from:e[1],$$slots:{default:[create_default_slot$1]},$$scope:{ctx:e}}}),{c:function(){_vendor_browser_svelte_internal_index.create_component(n.$$.fragment)},l:function(e){_vendor_browser_svelte_internal_index.claim_component(n.$$.fragment,e)},m:function(e,r){_vendor_browser_svelte_internal_index.mount_component(n,e,r),t=!0},p:function(e,t){var r=_slicedToArray$1(t,1)[0],_={};2&r&&(_.from=e[1]),71&r&&(_.$$scope={dirty:r,ctx:e}),n.$set(_)},i:function(e){t||(_vendor_browser_svelte_internal_index.transition_in(n.$$.fragment,e),t=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(n.$$.fragment,e),t=!1},d:function(e){_vendor_browser_svelte_internal_index.destroy_component(n,e)}}}function instance$1(e,n,t){var r=n.percentReportingStr,_=void 0===r?\"\":r,o=n.jurisdictionCode,i=void 0===o?\"\":o,l=n.pollInterval,a=void 0===l?10:l,s=_lib_sdk_browser__externalConfig_featureFlags_constants_ts.features.PERCENT_REPORTING,d=_lib_sdk_browser__externalConfig_featureFlags_constants_ts.features.NEXT_UPDATE_TIMER,c=_lib_sdk_browser__externalConfig_featureFlags_constants_ts.features.RESULTS_LIST_FOOTER;return e.$$set=function(e){\"percentReportingStr\"in e&&t(0,_=e.percentReportingStr),\"jurisdictionCode\"in e&&t(1,i=e.jurisdictionCode),\"pollInterval\"in e&&t(2,a=e.pollInterval)},[_,i,a,s,d,c]}var ResultsListRowFooter=function(e){_inherits$1(t,_vendor_browser_svelte_internal_index.SvelteComponent);var n=_createSuper$1(t);function t(e){var r;return _classCallCheck$1(this,t),r=n.call(this),_vendor_browser_svelte_internal_index.init(_assertThisInitialized$1(r),e,instance$1,create_fragment$1,_vendor_browser_svelte_internal_index.safe_not_equal,{percentReportingStr:0,jurisdictionCode:1,pollInterval:2},add_css$1),r}return t}();function _arrayLikeToArray(e,n){(null==n||n>e.length)&&(n=e.length);for(var t=0,r=new Array(n);t<n;t++)r[t]=e[t];return r}function _arrayWithHoles(e){if(Array.isArray(e))return e}function _assertThisInitialized(e){if(void 0===e)throw new ReferenceError(\"this hasn\\'t been initialised - super() hasn\\'t been called\");return e}function _classCallCheck(e,n){if(!(e instanceof n))throw new TypeError(\"Cannot call a class as a function\")}function _getPrototypeOf(e){return(_getPrototypeOf=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function _inherits(e,n){if(\"function\"!=typeof n&&null!==n)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(n&&n.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),n&&_setPrototypeOf(e,n)}function _iterableToArrayLimit(e,n){var t=null==e?null:\"undefined\"!=typeof Symbol&&e[Symbol.iterator]||e[\"@@iterator\"];if(null!=t){var r,_,o=[],i=!0,l=!1;try{for(t=t.call(e);!(i=(r=t.next()).done)&&(o.push(r.value),!n||o.length!==n);i=!0);}catch(e){l=!0,_=e}finally{try{i||null==t.return||t.return()}finally{if(l)throw _}}return o}}function _nonIterableRest(){throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\\\\\\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}function _possibleConstructorReturn(e,n){return!n||\"object\"!==_typeof(n)&&\"function\"!=typeof n?_assertThisInitialized(e):n}function _setPrototypeOf(e,n){return(_setPrototypeOf=Object.setPrototypeOf||function(e,n){return e.__proto__=n,e})(e,n)}function _slicedToArray(e,n){return _arrayWithHoles(e)||_iterableToArrayLimit(e,n)||_unsupportedIterableToArray(e,n)||_nonIterableRest()}var _typeof=function(e){return e&&\"undefined\"!=typeof Symbol&&e.constructor===Symbol?\"symbol\":typeof e};function _unsupportedIterableToArray(e,n){if(e){if(\"string\"==typeof e)return _arrayLikeToArray(e,n);var t=Object.prototype.toString.call(e).slice(8,-1);return\"Object\"===t&&e.constructor&&(t=e.constructor.name),\"Map\"===t||\"Set\"===t?Array.from(t):\"Arguments\"===t||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t)?_arrayLikeToArray(e,n):void 0}}function _isNativeReflectConstruct(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function _createSuper(e){var n=_isNativeReflectConstruct();return function(){var t,r=_getPrototypeOf(e);if(n){var _=_getPrototypeOf(this).constructor;t=Reflect.construct(r,arguments,_)}else t=r.apply(this,arguments);return _possibleConstructorReturn(this,t)}}function add_css(e){_vendor_browser_svelte_internal_index.append_styles(e,\"cnn-pcl-3f3tda\",\".col-bar-graph-2i-5mJ.cnn-pcl-3f3tda.cnn-pcl-3f3tda.cnn-pcl-3f3tda.cnn-pcl-3f3tda.cnn-pcl-3f3tda{display:none}@media screen and (min-width: 480px){.col-bar-graph-2i-5mJ.cnn-pcl-3f3tda.cnn-pcl-3f3tda.cnn-pcl-3f3tda.cnn-pcl-3f3tda.cnn-pcl-3f3tda{width:40%;display:table-cell}}.results-list-1UdYAS.cnn-pcl-3f3tda.cnn-pcl-3f3tda.cnn-pcl-3f3tda.cnn-pcl-3f3tda.cnn-pcl-3f3tda{border:1px solid #d3d3d3;border-radius:5px}.results-list__article-2qT-gK.cnn-pcl-3f3tda.cnn-pcl-3f3tda.cnn-pcl-3f3tda.cnn-pcl-3f3tda.cnn-pcl-3f3tda{border-bottom:1px solid #d3d3d3;padding:14px 12px 8px}.results-list__title-7vhqrQ.cnn-pcl-3f3tda.cnn-pcl-3f3tda.cnn-pcl-3f3tda.cnn-pcl-3f3tda.cnn-pcl-3f3tda{font-size:18px;font-family:cnn_sans_display, helveticaneue, Helvetica, Arial, Utkal, sans-serif;font-weight:700;font-weight:700;line-height:26px;margin:0}.results-list__description-LsIC2Y.cnn-pcl-3f3tda.cnn-pcl-3f3tda.cnn-pcl-3f3tda.cnn-pcl-3f3tda.cnn-pcl-3f3tda{font-family:cnn_sans_display, helveticaneue, Helvetica, Arial, Utkal, sans-serif;font-weight:400;font-size:12px;font-weight:400;line-height:20px;letter-spacing:0px;text-align:left;margin:0}@media screen and (min-width: 480px){.results-list__description-LsIC2Y.cnn-pcl-3f3tda.cnn-pcl-3f3tda.cnn-pcl-3f3tda.cnn-pcl-3f3tda.cnn-pcl-3f3tda{line-height:26px;margin:0 3px}}.results-list-1UdYAS.cnn-pcl-3f3tda table.cnn-pcl-3f3tda.cnn-pcl-3f3tda.cnn-pcl-3f3tda.cnn-pcl-3f3tda{grid-area:results;margin:0 17px;border-spacing:0;padding:0 12px;width:calc(100% - 34px);height:fit-content;border-collapse:collapse;table-layout:inherit}@media screen and (min-width: 480px){.results-list-1UdYAS.cnn-pcl-3f3tda table.cnn-pcl-3f3tda.cnn-pcl-3f3tda.cnn-pcl-3f3tda.cnn-pcl-3f3tda{margin:0 31px;width:calc(100% - 62px)}}.results-list-1UdYAS.cnn-pcl-3f3tda table.cnn-pcl-3f3tda>thead.cnn-pcl-3f3tda>tr.cnn-pcl-3f3tda>th.cnn-pcl-3f3tda{color:#0c0c0c;padding:16px 4px 2px 0;border-bottom:0.9px solid #d3d3d3;font-family:cnn_sans_display, helveticaneue, Helvetica, Arial, Utkal, sans-serif;font-weight:400;font-size:12px}@media screen and (min-width: 480px){.results-list-1UdYAS.cnn-pcl-3f3tda table.cnn-pcl-3f3tda>thead.cnn-pcl-3f3tda>tr.cnn-pcl-3f3tda>th.cnn-pcl-3f3tda{font-size:14px}}.results-list-1UdYAS.cnn-pcl-3f3tda table.cnn-pcl-3f3tda>thead.cnn-pcl-3f3tda>tr.cnn-pcl-3f3tda>th.cnn-pcl-3f3tda{text-align:left}.results-list-1UdYAS.cnn-pcl-3f3tda table.cnn-pcl-3f3tda>thead.cnn-pcl-3f3tda>tr.cnn-pcl-3f3tda>th.cnn-pcl-3f3tda:not(:first-child):not(:nth-child(2)){text-align:right}.results-list-1UdYAS.cnn-pcl-3f3tda table.cnn-pcl-3f3tda>thead.cnn-pcl-3f3tda>tr.cnn-pcl-3f3tda>th.cnn-pcl-3f3tda:nth-child(3){padding-right:24px}\")}function get_each_context(e,n,t){var r=e.slice();return r[16]=n[t],r}function get_each_context_1(e,n,t){var r=e.slice();return r[20]=n[t],r[22]=t,r}function create_if_block(e){var n,t,r,_,o,i,l,a,s,d,c,v,f,b,u,x,p,w,m=getResultsListTitle(e[2],e[7]),h=m&&create_if_block_1(e);i=new _lib_sdk_browser__externalConfig_featureFlags_FeatureFlag_svelte.FeatureFlag({props:{feature:e[10],$$slots:{default:[create_default_slot_5]},$$scope:{ctx:e}}}),a=new _lib_sdk_browser__externalConfig_featureFlags_FeatureFlag_svelte.FeatureFlag({props:{feature:e[11],$$slots:{default:[create_default_slot_4]},$$scope:{ctx:e}}}),d=new _lib_sdk_browser__externalConfig_featureFlags_FeatureFlag_svelte.FeatureFlag({props:{feature:e[14],$$slots:{default:[create_default_slot_3]},$$scope:{ctx:e}}}),v=new _lib_sdk_browser__externalConfig_featureFlags_FeatureFlag_svelte.FeatureFlag({props:{feature:e[12],$$slots:{default:[create_default_slot_2]},$$scope:{ctx:e}}}),b=new _lib_sdk_browser__externalConfig_featureFlags_FeatureFlag_svelte.FeatureFlag({props:{feature:e[13],$$slots:{default:[create_default_slot_1]},$$scope:{ctx:e}}});for(var g=e[6].sort(func),$=[],y=0;y<g.length;y+=1)$[y]=create_each_block(get_each_context(e,g,y));var k=function(e){return _vendor_browser_svelte_internal_index.transition_out($[e],1,1,function(){$[e]=null})};return{c:function(){n=_vendor_browser_svelte_internal_index.element(\"div\"),h&&h.c(),t=_vendor_browser_svelte_internal_index.space(),r=_vendor_browser_svelte_internal_index.element(\"table\"),_=_vendor_browser_svelte_internal_index.element(\"thead\"),o=_vendor_browser_svelte_internal_index.element(\"tr\"),_vendor_browser_svelte_internal_index.create_component(i.$$.fragment),l=_vendor_browser_svelte_internal_index.space(),_vendor_browser_svelte_internal_index.create_component(a.$$.fragment),s=_vendor_browser_svelte_internal_index.space(),_vendor_browser_svelte_internal_index.create_component(d.$$.fragment),c=_vendor_browser_svelte_internal_index.space(),_vendor_browser_svelte_internal_index.create_component(v.$$.fragment),f=_vendor_browser_svelte_internal_index.space(),_vendor_browser_svelte_internal_index.create_component(b.$$.fragment),u=_vendor_browser_svelte_internal_index.space(),x=_vendor_browser_svelte_internal_index.element(\"tbody\");for(var e=0;e<$.length;e+=1)$[e].c();this.h()},l:function(e){n=_vendor_browser_svelte_internal_index.claim_element(e,\"DIV\",{class:!0});var p=_vendor_browser_svelte_internal_index.children(n);h&&h.l(p),t=_vendor_browser_svelte_internal_index.claim_space(p),r=_vendor_browser_svelte_internal_index.claim_element(p,\"TABLE\",{\"aria-label\":!0,class:!0});var w=_vendor_browser_svelte_internal_index.children(r);_=_vendor_browser_svelte_internal_index.claim_element(w,\"THEAD\",{class:!0});var m=_vendor_browser_svelte_internal_index.children(_);o=_vendor_browser_svelte_internal_index.claim_element(m,\"TR\",{class:!0});var g=_vendor_browser_svelte_internal_index.children(o);_vendor_browser_svelte_internal_index.claim_component(i.$$.fragment,g),l=_vendor_browser_svelte_internal_index.claim_space(g),_vendor_browser_svelte_internal_index.claim_component(a.$$.fragment,g),s=_vendor_browser_svelte_internal_index.claim_space(g),_vendor_browser_svelte_internal_index.claim_component(d.$$.fragment,g),c=_vendor_browser_svelte_internal_index.claim_space(g),_vendor_browser_svelte_internal_index.claim_component(v.$$.fragment,g),f=_vendor_browser_svelte_internal_index.claim_space(g),_vendor_browser_svelte_internal_index.claim_component(b.$$.fragment,g),g.forEach(_vendor_browser_svelte_internal_index.detach),m.forEach(_vendor_browser_svelte_internal_index.detach),u=_vendor_browser_svelte_internal_index.claim_space(w),x=_vendor_browser_svelte_internal_index.claim_element(w,\"TBODY\",{});for(var y=_vendor_browser_svelte_internal_index.children(x),k=0;k<$.length;k+=1)$[k].l(y);y.forEach(_vendor_browser_svelte_internal_index.detach),w.forEach(_vendor_browser_svelte_internal_index.detach),p.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(o,\"class\",\"cnn-pcl-3f3tda\"),_vendor_browser_svelte_internal_index.attr(_,\"class\",\"cnn-pcl-3f3tda\"),_vendor_browser_svelte_internal_index.attr(r,\"aria-label\",p=e[1].toLowerCase()+\"-results\"),_vendor_browser_svelte_internal_index.attr(r,\"class\",\"cnn-pcl-3f3tda\"),_vendor_browser_svelte_internal_index.attr(n,\"class\",\"results-list-1UdYAS cnn-pcl-3f3tda\")},m:function(e,p){_vendor_browser_svelte_internal_index.insert_hydration(e,n,p),h&&h.m(n,null),_vendor_browser_svelte_internal_index.append_hydration(n,t),_vendor_browser_svelte_internal_index.append_hydration(n,r),_vendor_browser_svelte_internal_index.append_hydration(r,_),_vendor_browser_svelte_internal_index.append_hydration(_,o),_vendor_browser_svelte_internal_index.mount_component(i,o,null),_vendor_browser_svelte_internal_index.append_hydration(o,l),_vendor_browser_svelte_internal_index.mount_component(a,o,null),_vendor_browser_svelte_internal_index.append_hydration(o,s),_vendor_browser_svelte_internal_index.mount_component(d,o,null),_vendor_browser_svelte_internal_index.append_hydration(o,c),_vendor_browser_svelte_internal_index.mount_component(v,o,null),_vendor_browser_svelte_internal_index.append_hydration(o,f),_vendor_browser_svelte_internal_index.mount_component(b,o,null),_vendor_browser_svelte_internal_index.append_hydration(r,u),_vendor_browser_svelte_internal_index.append_hydration(r,x);for(var m=0;m<$.length;m+=1)$[m].m(x,null);w=!0},p:function(e,_){132&_&&(m=getResultsListTitle(e[2],e[7])),m?h?h.p(e,_):((h=create_if_block_1(e)).c(),h.m(n,t)):h&&(h.d(1),h=null);var o={};8388610&_&&(o.$$scope={dirty:_,ctx:e}),i.$set(o);var l={};8388609&_&&(l.$$scope={dirty:_,ctx:e}),a.$set(l);var s={};8388608&_&&(s.$$scope={dirty:_,ctx:e}),d.$set(s);var c={};8388608&_&&(c.$$scope={dirty:_,ctx:e}),v.$set(c);var f={};if(8388608&_&&(f.$$scope={dirty:_,ctx:e}),b.$set(f),558064&_){var u;for(g=e[6].sort(func),u=0;u<g.length;u+=1){var y=get_each_context(e,g,u);$[u]?($[u].p(y,_),_vendor_browser_svelte_internal_index.transition_in($[u],1)):($[u]=create_each_block(y),$[u].c(),_vendor_browser_svelte_internal_index.transition_in($[u],1),$[u].m(x,null))}for(_vendor_browser_svelte_internal_index.group_outros(),u=g.length;u<$.length;u+=1)k(u);_vendor_browser_svelte_internal_index.check_outros()}(!w||2&_&&p!==(p=e[1].toLowerCase()+\"-results\"))&&_vendor_browser_svelte_internal_index.attr(r,\"aria-label\",p)},i:function(e){if(!w){_vendor_browser_svelte_internal_index.transition_in(i.$$.fragment,e),_vendor_browser_svelte_internal_index.transition_in(a.$$.fragment,e),_vendor_browser_svelte_internal_index.transition_in(d.$$.fragment,e),_vendor_browser_svelte_internal_index.transition_in(v.$$.fragment,e),_vendor_browser_svelte_internal_index.transition_in(b.$$.fragment,e);for(var n=0;n<g.length;n+=1)_vendor_browser_svelte_internal_index.transition_in($[n]);w=!0}},o:function(e){_vendor_browser_svelte_internal_index.transition_out(i.$$.fragment,e),_vendor_browser_svelte_internal_index.transition_out(a.$$.fragment,e),_vendor_browser_svelte_internal_index.transition_out(d.$$.fragment,e),_vendor_browser_svelte_internal_index.transition_out(v.$$.fragment,e),_vendor_browser_svelte_internal_index.transition_out(b.$$.fragment,e),$=$.filter(Boolean);for(var n=0;n<$.length;n+=1)_vendor_browser_svelte_internal_index.transition_out($[n]);w=!1},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n),h&&h.d(),_vendor_browser_svelte_internal_index.destroy_component(i),_vendor_browser_svelte_internal_index.destroy_component(a),_vendor_browser_svelte_internal_index.destroy_component(d),_vendor_browser_svelte_internal_index.destroy_component(v),_vendor_browser_svelte_internal_index.destroy_component(b),_vendor_browser_svelte_internal_index.destroy_each($,e)}}}function create_if_block_1(e){var n,t,r,_,o=getResultsListTitle(e[2],e[7])+\"\",i=e[3]&&create_if_block_2(e);return{c:function(){n=_vendor_browser_svelte_internal_index.element(\"article\"),t=_vendor_browser_svelte_internal_index.element(\"h2\"),r=_vendor_browser_svelte_internal_index.text(o),_=_vendor_browser_svelte_internal_index.space(),i&&i.c(),this.h()},l:function(e){n=_vendor_browser_svelte_internal_index.claim_element(e,\"ARTICLE\",{class:!0});var l=_vendor_browser_svelte_internal_index.children(n);t=_vendor_browser_svelte_internal_index.claim_element(l,\"H2\",{class:!0});var a=_vendor_browser_svelte_internal_index.children(t);r=_vendor_browser_svelte_internal_index.claim_text(a,o),a.forEach(_vendor_browser_svelte_internal_index.detach),_=_vendor_browser_svelte_internal_index.claim_space(l),i&&i.l(l),l.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(t,\"class\",\"results-list__title-7vhqrQ cnn-pcl-3f3tda\"),_vendor_browser_svelte_internal_index.attr(n,\"class\",\"results-list__article-2qT-gK cnn-pcl-3f3tda\")},m:function(e,o){_vendor_browser_svelte_internal_index.insert_hydration(e,n,o),_vendor_browser_svelte_internal_index.append_hydration(n,t),_vendor_browser_svelte_internal_index.append_hydration(t,r),_vendor_browser_svelte_internal_index.append_hydration(n,_),i&&i.m(n,null)},p:function(e,t){132&t&&o!==(o=getResultsListTitle(e[2],e[7])+\"\")&&_vendor_browser_svelte_internal_index.set_data(r,o),e[3]?i?i.p(e,t):((i=create_if_block_2(e)).c(),i.m(n,null)):i&&(i.d(1),i=null)},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n),i&&i.d()}}}function create_if_block_2(e){var n,t;return{c:function(){n=_vendor_browser_svelte_internal_index.element(\"p\"),t=_vendor_browser_svelte_internal_index.text(e[3]),this.h()},l:function(r){n=_vendor_browser_svelte_internal_index.claim_element(r,\"P\",{class:!0});var _=_vendor_browser_svelte_internal_index.children(n);t=_vendor_browser_svelte_internal_index.claim_text(_,e[3]),_.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(n,\"class\",\"results-list__description-LsIC2Y cnn-pcl-3f3tda\")},m:function(e,r){_vendor_browser_svelte_internal_index.insert_hydration(e,n,r),_vendor_browser_svelte_internal_index.append_hydration(n,t)},p:function(e,n){8&n&&_vendor_browser_svelte_internal_index.set_data(t,e[3])},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n)}}}function create_default_slot_5(e){var n,t;return{c:function(){n=_vendor_browser_svelte_internal_index.element(\"th\"),t=_vendor_browser_svelte_internal_index.text(e[1]),this.h()},l:function(r){n=_vendor_browser_svelte_internal_index.claim_element(r,\"TH\",{class:!0});var _=_vendor_browser_svelte_internal_index.children(n);t=_vendor_browser_svelte_internal_index.claim_text(_,e[1]),_.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(n,\"class\",\"cnn-pcl-3f3tda\")},m:function(e,r){_vendor_browser_svelte_internal_index.insert_hydration(e,n,r),_vendor_browser_svelte_internal_index.append_hydration(n,t)},p:function(e,n){2&n&&_vendor_browser_svelte_internal_index.set_data(t,e[1])},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n)}}}function create_default_slot_4(e){var n,t;return{c:function(){n=_vendor_browser_svelte_internal_index.element(\"th\"),t=_vendor_browser_svelte_internal_index.text(e[0]),this.h()},l:function(r){n=_vendor_browser_svelte_internal_index.claim_element(r,\"TH\",{class:!0});var _=_vendor_browser_svelte_internal_index.children(n);t=_vendor_browser_svelte_internal_index.claim_text(_,e[0]),_.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(n,\"class\",\"cnn-pcl-3f3tda\")},m:function(e,r){_vendor_browser_svelte_internal_index.insert_hydration(e,n,r),_vendor_browser_svelte_internal_index.append_hydration(n,t)},p:function(e,n){1&n&&_vendor_browser_svelte_internal_index.set_data(t,e[0])},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n)}}}function create_default_slot_3(e){var n,t;return{c:function(){n=_vendor_browser_svelte_internal_index.element(\"th\"),t=_vendor_browser_svelte_internal_index.text(\"%\"),this.h()},l:function(e){n=_vendor_browser_svelte_internal_index.claim_element(e,\"TH\",{class:!0});var r=_vendor_browser_svelte_internal_index.children(n);t=_vendor_browser_svelte_internal_index.claim_text(r,\"%\"),r.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(n,\"class\",\"col-percent cnn-pcl-3f3tda\")},m:function(e,r){_vendor_browser_svelte_internal_index.insert_hydration(e,n,r),_vendor_browser_svelte_internal_index.append_hydration(n,t)},p:_vendor_browser_svelte_internal_index.noop,d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n)}}}function create_default_slot_2(e){var n;return{c:function(){n=_vendor_browser_svelte_internal_index.element(\"th\"),this.h()},l:function(e){n=_vendor_browser_svelte_internal_index.claim_element(e,\"TH\",{class:!0}),_vendor_browser_svelte_internal_index.children(n).forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(n,\"class\",\"col-bar-graph-2i-5mJ cnn-pcl-3f3tda\")},m:function(e,t){_vendor_browser_svelte_internal_index.insert_hydration(e,n,t)},p:_vendor_browser_svelte_internal_index.noop,d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n)}}}function create_default_slot_1(e){var n,t;return{c:function(){n=_vendor_browser_svelte_internal_index.element(\"th\"),t=_vendor_browser_svelte_internal_index.text(\"Votes\"),this.h()},l:function(e){n=_vendor_browser_svelte_internal_index.claim_element(e,\"TH\",{class:!0});var r=_vendor_browser_svelte_internal_index.children(n);t=_vendor_browser_svelte_internal_index.claim_text(r,\"Votes\"),r.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(n,\"class\",\"cnn-pcl-3f3tda\")},m:function(e,r){_vendor_browser_svelte_internal_index.insert_hydration(e,n,r),_vendor_browser_svelte_internal_index.append_hydration(n,t)},p:_vendor_browser_svelte_internal_index.noop,d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n)}}}function create_each_block_1(e){var n,t;return n=new ResultsListRow({props:{theme:e[19][e[15]],candidate:e[20],index:e[22],raceResult:e[16],linkPattern:e[4],numberOfCandidates:e[16].candidates.slice(0,e[5]).length,stateSlug:e[7],runoffInformationalText:e[8],from:e[16].jurisdictionCode}}),{c:function(){_vendor_browser_svelte_internal_index.create_component(n.$$.fragment)},l:function(e){_vendor_browser_svelte_internal_index.claim_component(n.$$.fragment,e)},m:function(e,r){_vendor_browser_svelte_internal_index.mount_component(n,e,r),t=!0},p:function(e,t){var r={};524288&t&&(r.theme=e[19][e[15]]),96&t&&(r.candidate=e[20]),64&t&&(r.raceResult=e[16]),16&t&&(r.linkPattern=e[4]),96&t&&(r.numberOfCandidates=e[16].candidates.slice(0,e[5]).length),128&t&&(r.stateSlug=e[7]),256&t&&(r.runoffInformationalText=e[8]),64&t&&(r.from=e[16].jurisdictionCode),n.$set(r)},i:function(e){t||(_vendor_browser_svelte_internal_index.transition_in(n.$$.fragment,e),t=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(n.$$.fragment,e),t=!1},d:function(e){_vendor_browser_svelte_internal_index.destroy_component(n,e)}}}function create_default_slot(e){for(var n,t,r,_,o=e[16].candidates.slice(0,e[5]),i=[],l=0;l<o.length;l+=1)i[l]=create_each_block_1(get_each_context_1(e,o,l));var a=function(e){return _vendor_browser_svelte_internal_index.transition_out(i[e],1,1,function(){i[e]=null})};return t=new ResultsListRowFooter({props:{jurisdictionCode:e[16].jurisdictionCode,percentReportingStr:e[16].percentReportingStr,pollInterval:e[9]}}),{c:function(){for(var e=0;e<i.length;e+=1)i[e].c();n=_vendor_browser_svelte_internal_index.space(),_vendor_browser_svelte_internal_index.create_component(t.$$.fragment),r=_vendor_browser_svelte_internal_index.space()},l:function(e){for(var _=0;_<i.length;_+=1)i[_].l(e);n=_vendor_browser_svelte_internal_index.claim_space(e),_vendor_browser_svelte_internal_index.claim_component(t.$$.fragment,e),r=_vendor_browser_svelte_internal_index.claim_space(e)},m:function(e,o){for(var l=0;l<i.length;l+=1)i[l].m(e,o);_vendor_browser_svelte_internal_index.insert_hydration(e,n,o),_vendor_browser_svelte_internal_index.mount_component(t,e,o),_vendor_browser_svelte_internal_index.insert_hydration(e,r,o),_=!0},p:function(e,r){if(557552&r){var _;for(o=e[16].candidates.slice(0,e[5]),_=0;_<o.length;_+=1){var l=get_each_context_1(e,o,_);i[_]?(i[_].p(l,r),_vendor_browser_svelte_internal_index.transition_in(i[_],1)):(i[_]=create_each_block_1(l),i[_].c(),_vendor_browser_svelte_internal_index.transition_in(i[_],1),i[_].m(n.parentNode,n))}for(_vendor_browser_svelte_internal_index.group_outros(),_=o.length;_<i.length;_+=1)a(_);_vendor_browser_svelte_internal_index.check_outros()}var s={};64&r&&(s.jurisdictionCode=e[16].jurisdictionCode),64&r&&(s.percentReportingStr=e[16].percentReportingStr),512&r&&(s.pollInterval=e[9]),t.$set(s)},i:function(e){if(!_){for(var n=0;n<o.length;n+=1)_vendor_browser_svelte_internal_index.transition_in(i[n]);_vendor_browser_svelte_internal_index.transition_in(t.$$.fragment,e),_=!0}},o:function(e){i=i.filter(Boolean);for(var n=0;n<i.length;n+=1)_vendor_browser_svelte_internal_index.transition_out(i[n]);_vendor_browser_svelte_internal_index.transition_out(t.$$.fragment,e),_=!1},d:function(e){_vendor_browser_svelte_internal_index.destroy_each(i,e),e&&_vendor_browser_svelte_internal_index.detach(n),_vendor_browser_svelte_internal_index.destroy_component(t,e),e&&_vendor_browser_svelte_internal_index.detach(r)}}}function create_each_block(e){var n,t;return n=new _lib_sdk_browser__externalConfig_ContextProvider_svelte.ContextProvider({props:{configurables:[e[15]],root:{candidates:e[16].candidates},from:e[16].jurisdictionCode,$$slots:{default:[create_default_slot,function(e){return{19:e.configContext}},function(e){return e.configContext?524288:0}]},$$scope:{ctx:e}}}),{c:function(){_vendor_browser_svelte_internal_index.create_component(n.$$.fragment)},l:function(e){_vendor_browser_svelte_internal_index.claim_component(n.$$.fragment,e)},m:function(e,r){_vendor_browser_svelte_internal_index.mount_component(n,e,r),t=!0},p:function(e,t){var r={};64&t&&(r.root={candidates:e[16].candidates}),64&t&&(r.from=e[16].jurisdictionCode),8913904&t&&(r.$$scope={dirty:t,ctx:e}),n.$set(r)},i:function(e){t||(_vendor_browser_svelte_internal_index.transition_in(n.$$.fragment,e),t=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(n.$$.fragment,e),t=!1},d:function(e){_vendor_browser_svelte_internal_index.destroy_component(n,e)}}}function create_fragment(e){var n,t,r=e[6].length>0&&create_if_block(e);return{c:function(){r&&r.c(),n=_vendor_browser_svelte_internal_index.empty()},l:function(e){r&&r.l(e),n=_vendor_browser_svelte_internal_index.empty()},m:function(e,_){r&&r.m(e,_),_vendor_browser_svelte_internal_index.insert_hydration(e,n,_),t=!0},p:function(e,t){var _=_slicedToArray(t,1)[0];e[6].length>0?r?(r.p(e,_),64&_&&_vendor_browser_svelte_internal_index.transition_in(r,1)):((r=create_if_block(e)).c(),_vendor_browser_svelte_internal_index.transition_in(r,1),r.m(n.parentNode,n)):r&&(_vendor_browser_svelte_internal_index.group_outros(),_vendor_browser_svelte_internal_index.transition_out(r,1,1,function(){r=null}),_vendor_browser_svelte_internal_index.check_outros())},i:function(e){t||(_vendor_browser_svelte_internal_index.transition_in(r),t=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(r),t=!1},d:function(e){r&&r.d(e),e&&_vendor_browser_svelte_internal_index.detach(n)}}}var func=function(e,n){return e.jurisdictionCode-n.jurisdictionCode};function instance(e,n,t){var r=n.titleOverride,_=void 0===r?void 0:r,o=n.description,i=n.linkPattern,l=void 0===i?void 0:i,a=n.numberOfCandidates,s=void 0===a?2:a,d=n.resultsList,c=void 0===d?[]:d,v=n.stateSlug,f=n.runoffInformationalText,b=void 0===f?_lib_browser_common_constants_projectionTexts.RUNOFF_INFORMATIONAL_TEXT:f,u=n.candidateColumnText,x=n.districtColumnnText,p=n.pollInterval,w=void 0===p?10:p,m=_lib_sdk_browser__externalConfig_featureFlags_constants_ts.features.DISTRICT_COLUMN,h=_lib_sdk_browser__externalConfig_featureFlags_constants_ts.features.CANDIDATE_NAME_COLUMN,g=_lib_sdk_browser__externalConfig_featureFlags_constants_ts.features.VOTES_BAR_COLUMN,$=_lib_sdk_browser__externalConfig_featureFlags_constants_ts.features.VOTES_COLUMN,y=_lib_sdk_browser__externalConfig_featureFlags_constants_ts.features.VOTES_PERCENT_COLUMN,k=_lib_sdk_browser__externalConfig_configInterpreters_constants_ts.configLayers.ELECTION_THEME;return e.$$set=function(e){\"titleOverride\"in e&&t(2,_=e.titleOverride),\"description\"in e&&t(3,o=e.description),\"linkPattern\"in e&&t(4,l=e.linkPattern),\"numberOfCandidates\"in e&&t(5,s=e.numberOfCandidates),\"resultsList\"in e&&t(6,c=e.resultsList),\"stateSlug\"in e&&t(7,v=e.stateSlug),\"runoffInformationalText\"in e&&t(8,b=e.runoffInformationalText),\"candidateColumnText\"in e&&t(0,u=e.candidateColumnText),\"districtColumnnText\"in e&&t(1,x=e.districtColumnnText),\"pollInterval\"in e&&t(9,w=e.pollInterval)},e.$$.update=function(){3&e.$$.dirty&&(void 0===x&&t(1,x=\"District\"),void 0===u&&t(0,u=\"Leading candidate(s)\"))},[u,x,_,o,l,s,c,v,b,w,m,h,g,$,y,k]}var ResultsList=function(e){_inherits(t,_vendor_browser_svelte_internal_index.SvelteComponent);var n=_createSuper(t);function t(e){var r;return _classCallCheck(this,t),r=n.call(this),_vendor_browser_svelte_internal_index.init(_assertThisInitialized(r),e,instance,create_fragment,_vendor_browser_svelte_internal_index.safe_not_equal,{titleOverride:2,description:3,linkPattern:4,numberOfCandidates:5,resultsList:6,stateSlug:7,runoffInformationalText:8,candidateColumnText:0,districtColumnnText:1,pollInterval:9},add_css),r}return t}(),ResultsList$1=ResultsList;exports.ResultsList=ResultsList$1;\\n}, {\"548\":548,\"610\":610,\"612\":612,\"613\":613,\"614\":614,\"634\":634,\"644\":644,\"645\":645,\"646\":646,\"698\":698,\"699\":699,\"726\":726,\"755\":755,\"2277\":2277,\"2283\":2283}];\\nwindow.modules[\"2409\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_svelte_internal_index=require(548),stateElectionMap_lib_browser=require(716),_lib_browser_common_helpers_cssvars=require(612),_vendor_browser_lodash_lodash=require(570),_lib_browser_common_helpers_componentVariations=require(684),coreResult_lib_browser=require(2290),_lib_browser_common_constants_componentVariations=require(637),_lib_sdk_browser__externalConfig_ContextProvider_svelte=require(610),_lib_sdk_browser__externalConfig_featureFlags_constants_ts=require(726),_lib_sdk_browser__externalConfig_featureFlags_FeatureFlag_svelte=require(755),_lib_browser_common_helpers_analytics_TrackedLink_svelte=require(673),_lib_sdk_browser__externalConfig_configInterpreters_constants_ts=require(613),_lib_sdk_browser__externalConfig_configInterpreters_getWinnerPartyColor_ts=require(752),houseTile_lib_browser=require(2334),_lib_browser_common_helpers_makeLinkFromPattern=require(698),_lib_browser_common_constants_projectionTexts=require(646);function checkHouseRacesForKeyRace(e){return!!Array.isArray(e)&&e.some(function(e){return e.isKeyRace})}function _arrayLikeToArray$1(e,n){(null==n||n>e.length)&&(n=e.length);for(var t=0,r=new Array(n);t<n;t++)r[t]=e[t];return r}function _arrayWithoutHoles(e){if(Array.isArray(e))return _arrayLikeToArray$1(e)}function _assertThisInitialized$1(e){if(void 0===e)throw new ReferenceError(\"this hasn\\'t been initialised - super() hasn\\'t been called\");return e}function _classCallCheck$1(e,n){if(!(e instanceof n))throw new TypeError(\"Cannot call a class as a function\")}function _getPrototypeOf$1(e){return(_getPrototypeOf$1=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function _inherits$1(e,n){if(\"function\"!=typeof n&&null!==n)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(n&&n.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),n&&_setPrototypeOf$1(e,n)}function _iterableToArray(e){if(\"undefined\"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e[\"@@iterator\"])return Array.from(e)}function _nonIterableSpread(){throw new TypeError(\"Invalid attempt to spread non-iterable instance.\\\\\\\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}function _possibleConstructorReturn$1(e,n){return!n||\"object\"!==_typeof$1(n)&&\"function\"!=typeof n?_assertThisInitialized$1(e):n}function _setPrototypeOf$1(e,n){return(_setPrototypeOf$1=Object.setPrototypeOf||function(e,n){return e.__proto__=n,e})(e,n)}function _toConsumableArray(e){return _arrayWithoutHoles(e)||_iterableToArray(e)||_unsupportedIterableToArray$1(e)||_nonIterableSpread()}var _typeof$1=function(e){return e&&\"undefined\"!=typeof Symbol&&e.constructor===Symbol?\"symbol\":typeof e};function _unsupportedIterableToArray$1(e,n){if(e){if(\"string\"==typeof e)return _arrayLikeToArray$1(e,n);var t=Object.prototype.toString.call(e).slice(8,-1);return\"Object\"===t&&e.constructor&&(t=e.constructor.name),\"Map\"===t||\"Set\"===t?Array.from(t):\"Arguments\"===t||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t)?_arrayLikeToArray$1(e,n):void 0}}function _isNativeReflectConstruct$1(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function _createSuper$1(e){var n=_isNativeReflectConstruct$1();return function(){var t,r=_getPrototypeOf$1(e);if(n){var o=_getPrototypeOf$1(this).constructor;t=Reflect.construct(r,arguments,o)}else t=r.apply(this,arguments);return _possibleConstructorReturn$1(this,t)}}function add_css(e){_vendor_browser_svelte_internal_index.append_styles(e,\"cnn-pcl-1a4cfl8\",\\'article.cnn-pcl-1a4cfl8.cnn-pcl-1a4cfl8{border:1px solid #e6e6e6;border-radius:4px;position:relative;display:grid;background:#fff;grid-template-areas:\"header\" \"results\" \"footer\" \"state-election-map\";grid-template-columns:1fr}@media screen and (min-width: 1024px){article.cnn-pcl-1a4cfl8.cnn-pcl-1a4cfl8{border:1px solid #e6e6e6;border-radius:4px;position:relative;display:grid;background:#fff;grid-template-areas:\"header header\" \"results state-election-map\" \"footer state-election-map\";grid-template-columns:3fr 2fr;margin:0 auto}article.centered-1S94jJ.cnn-pcl-1a4cfl8.cnn-pcl-1a4cfl8{max-width:1220px}}.stacked-qcczXo.cnn-pcl-1a4cfl8 article.cnn-pcl-1a4cfl8{grid-template-areas:\"header\" \"results\" \"state-election-map\" \"footer\";grid-template-columns:1fr}article.called-3lX9Im.cnn-pcl-1a4cfl8.cnn-pcl-1a4cfl8::before{content:\"\";height:8px;width:calc(100% + 2px);margin-left:-1px;margin-top:-1px;border-top-left-radius:4px;border-top-right-radius:4px;position:absolute;top:0;left:0;background:var(--winnerPartyColor)}.cta-wrapper-1KjYeR.cnn-pcl-1a4cfl8.cnn-pcl-1a4cfl8{display:flex;justify-content:flex-end;margin-top:10px}@media screen and (max-width: 479px){.cta-wrapper-1KjYeR.cnn-pcl-1a4cfl8.cnn-pcl-1a4cfl8{justify-content:center}}.cta-wrapper-1KjYeR.cnn-pcl-1a4cfl8>a{text-decoration:none;border:1px solid #262626;border-radius:5px;color:#0c0c0c;padding:7px 28px;font-size:16px;font-family:cnn_sans_display, helveticaneue, Helvetica, Arial, Utkal, sans-serif;font-weight:400;margin-right:5px}.cta-wrapper-1KjYeR.cnn-pcl-1a4cfl8>a:last-of-type{margin-right:0}.results-suite-container-28sdat.cnn-pcl-1a4cfl8.cnn-pcl-1a4cfl8{margin:0px auto 40px auto}.results-suite-container-28sdat.centered-1S94jJ.cnn-pcl-1a4cfl8.cnn-pcl-1a4cfl8{max-width:1220px}.house-tiles-wrapper-3Qd2mY.cnn-pcl-1a4cfl8.cnn-pcl-1a4cfl8{padding:20px}\\')}function get_each_context(e,n,t){var r=e.slice();return r[42]=n[t],r}function create_if_block(e){var n,t,r,o,i=Array.isArray(e[9])&&e[9].length>0;t=new _lib_sdk_browser__externalConfig_ContextProvider_svelte.ContextProvider({props:{configurables:[e[28]],root:{candidates:e[7].candidates},features:[e[29],e[31]],$$slots:{default:[create_default_slot_1,function(e){return{45:e.featureFlagContext,46:e.configContext}},function(e){return[0,(e.featureFlagContext?16384:0)|(e.configContext?32768:0)]}]},$$scope:{ctx:e}}});var _=i&&create_if_block_1(e);return{c:function(){n=_vendor_browser_svelte_internal_index.element(\"div\"),_vendor_browser_svelte_internal_index.create_component(t.$$.fragment),r=_vendor_browser_svelte_internal_index.space(),_&&_.c(),this.h()},l:function(e){n=_vendor_browser_svelte_internal_index.claim_element(e,\"DIV\",{class:!0});var o=_vendor_browser_svelte_internal_index.children(n);_vendor_browser_svelte_internal_index.claim_component(t.$$.fragment,o),r=_vendor_browser_svelte_internal_index.claim_space(o),_&&_.l(o),o.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(n,\"class\",\"results-suite-container-28sdat cnn-pcl-1a4cfl8\"),_vendor_browser_svelte_internal_index.toggle_class(n,\"centered-1S94jJ\",e[24]),_vendor_browser_svelte_internal_index.toggle_class(n,\"stacked-qcczXo\",e[15])},m:function(e,i){_vendor_browser_svelte_internal_index.insert_hydration(e,n,i),_vendor_browser_svelte_internal_index.mount_component(t,n,null),_vendor_browser_svelte_internal_index.append_hydration(n,r),_&&_.m(n,null),o=!0},p:function(e,r){var o={};128&r[0]&&(o.root={candidates:e[7].candidates}),268434943&r[0]|114688&r[1]&&(o.$$scope={dirty:r,ctx:e}),t.$set(o),512&r[0]&&(i=Array.isArray(e[9])&&e[9].length>0),i?_?(_.p(e,r),512&r[0]&&_vendor_browser_svelte_internal_index.transition_in(_,1)):((_=create_if_block_1(e)).c(),_vendor_browser_svelte_internal_index.transition_in(_,1),_.m(n,null)):_&&(_vendor_browser_svelte_internal_index.group_outros(),_vendor_browser_svelte_internal_index.transition_out(_,1,1,function(){_=null}),_vendor_browser_svelte_internal_index.check_outros()),16777216&r[0]&&_vendor_browser_svelte_internal_index.toggle_class(n,\"centered-1S94jJ\",e[24]),32768&r[0]&&_vendor_browser_svelte_internal_index.toggle_class(n,\"stacked-qcczXo\",e[15])},i:function(e){o||(_vendor_browser_svelte_internal_index.transition_in(t.$$.fragment,e),_vendor_browser_svelte_internal_index.transition_in(_),o=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(t.$$.fragment,e),_vendor_browser_svelte_internal_index.transition_out(_),o=!1},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n),_vendor_browser_svelte_internal_index.destroy_component(t),_&&_.d()}}}function create_else_block(e){var n,t;return n=new coreResult_lib_browser.CoreResultTable({props:{theme:e[46][e[28]],result:e[7],winnerPartyColor:_lib_sdk_browser__externalConfig_configInterpreters_getWinnerPartyColor_ts.getWinnerPartyColor(e[7],e[46][e[28]]),candidateText:e[11],candidateRowsToShow:e[10],runoffInformationalText:e[12],projectedWinnerText:e[13],hideDropdownTreatment:e[45][e[31]]}}),{c:function(){_vendor_browser_svelte_internal_index.create_component(n.$$.fragment)},l:function(e){_vendor_browser_svelte_internal_index.claim_component(n.$$.fragment,e)},m:function(e,r){_vendor_browser_svelte_internal_index.mount_component(n,e,r),t=!0},p:function(e,t){var r={};32768&t[1]&&(r.theme=e[46][e[28]]),128&t[0]&&(r.result=e[7]),128&t[0]|32768&t[1]&&(r.winnerPartyColor=_lib_sdk_browser__externalConfig_configInterpreters_getWinnerPartyColor_ts.getWinnerPartyColor(e[7],e[46][e[28]])),2048&t[0]&&(r.candidateText=e[11]),1024&t[0]&&(r.candidateRowsToShow=e[10]),4096&t[0]&&(r.runoffInformationalText=e[12]),8192&t[0]&&(r.projectedWinnerText=e[13]),16384&t[1]&&(r.hideDropdownTreatment=e[45][e[31]]),n.$set(r)},i:function(e){t||(_vendor_browser_svelte_internal_index.transition_in(n.$$.fragment,e),t=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(n.$$.fragment,e),t=!1},d:function(e){_vendor_browser_svelte_internal_index.destroy_component(n,e)}}}function create_if_block_3(e){var n,t,r;return t=new houseTile_lib_browser.HouseTiles({props:{results:e[8],mode:e[1],externalClickHandler:e[32],candidateText:e[11]}}),{c:function(){n=_vendor_browser_svelte_internal_index.element(\"div\"),_vendor_browser_svelte_internal_index.create_component(t.$$.fragment),this.h()},l:function(e){n=_vendor_browser_svelte_internal_index.claim_element(e,\"DIV\",{class:!0,style:!0});var r=_vendor_browser_svelte_internal_index.children(n);_vendor_browser_svelte_internal_index.claim_component(t.$$.fragment,r),r.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(n,\"class\",\"house-tiles-wrapper-3Qd2mY cnn-pcl-1a4cfl8\"),_vendor_browser_svelte_internal_index.attr(n,\"style\",_lib_browser_common_helpers_cssvars.cssvars({houseTilesGap:houseTilesGap}))},m:function(e,o){_vendor_browser_svelte_internal_index.insert_hydration(e,n,o),_vendor_browser_svelte_internal_index.mount_component(t,n,null),r=!0},p:function(e,n){var r={};256&n[0]&&(r.results=e[8]),2&n[0]&&(r.mode=e[1]),2048&n[0]&&(r.candidateText=e[11]),t.$set(r)},i:function(e){r||(_vendor_browser_svelte_internal_index.transition_in(t.$$.fragment,e),r=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(t.$$.fragment,e),r=!1},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n),_vendor_browser_svelte_internal_index.destroy_component(t)}}}function create_if_block_2(e){var n,t,r,o=function(e){return{props:{isZoomEnabled:e[26],results:e[19],mapURL:e[5],feedURL:e[4],raceType:e[3],pollingInterval:e[2],mode:e[1],svgData:e[6],variations:e[25],zoomToGeoID:e[16],zoomOnClick:e[17],zoomOnLoad:e[18],candidateText:e[11],runoffInformationalText:e[12],projectedWinnerText:e[13],isStacked:e[15]}}},i=e[26]?stateElectionMap_lib_browser.ZoomableStateElectionMap:stateElectionMap_lib_browser.StateElectionMap;return i&&(n=new i(o(e))),{c:function(){n&&_vendor_browser_svelte_internal_index.create_component(n.$$.fragment),t=_vendor_browser_svelte_internal_index.empty()},l:function(e){n&&_vendor_browser_svelte_internal_index.claim_component(n.$$.fragment,e),t=_vendor_browser_svelte_internal_index.empty()},m:function(e,o){n&&_vendor_browser_svelte_internal_index.mount_component(n,e,o),_vendor_browser_svelte_internal_index.insert_hydration(e,t,o),r=!0},p:function(e,r){var _={};if(67108864&r[0]&&(_.isZoomEnabled=e[26]),524288&r[0]&&(_.results=e[19]),32&r[0]&&(_.mapURL=e[5]),16&r[0]&&(_.feedURL=e[4]),8&r[0]&&(_.raceType=e[3]),4&r[0]&&(_.pollingInterval=e[2]),2&r[0]&&(_.mode=e[1]),64&r[0]&&(_.svgData=e[6]),33554432&r[0]&&(_.variations=e[25]),65536&r[0]&&(_.zoomToGeoID=e[16]),131072&r[0]&&(_.zoomOnClick=e[17]),262144&r[0]&&(_.zoomOnLoad=e[18]),2048&r[0]&&(_.candidateText=e[11]),4096&r[0]&&(_.runoffInformationalText=e[12]),8192&r[0]&&(_.projectedWinnerText=e[13]),32768&r[0]&&(_.isStacked=e[15]),i!==(i=e[26]?stateElectionMap_lib_browser.ZoomableStateElectionMap:stateElectionMap_lib_browser.StateElectionMap)){if(n){_vendor_browser_svelte_internal_index.group_outros();var s=n;_vendor_browser_svelte_internal_index.transition_out(s.$$.fragment,1,0,function(){_vendor_browser_svelte_internal_index.destroy_component(s,1)}),_vendor_browser_svelte_internal_index.check_outros()}i?(n=new i(o(e)),_vendor_browser_svelte_internal_index.create_component(n.$$.fragment),_vendor_browser_svelte_internal_index.transition_in(n.$$.fragment,1),_vendor_browser_svelte_internal_index.mount_component(n,t.parentNode,t)):n=null}else i&&n.$set(_)},i:function(e){r||(n&&_vendor_browser_svelte_internal_index.transition_in(n.$$.fragment,e),r=!0)},o:function(e){n&&_vendor_browser_svelte_internal_index.transition_out(n.$$.fragment,e),r=!1},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(t),n&&_vendor_browser_svelte_internal_index.destroy_component(n,e)}}}function create_default_slot_2(e){var n,t,r=e[19]&&create_if_block_2(e);return{c:function(){r&&r.c(),n=_vendor_browser_svelte_internal_index.empty()},l:function(e){r&&r.l(e),n=_vendor_browser_svelte_internal_index.empty()},m:function(e,o){r&&r.m(e,o),_vendor_browser_svelte_internal_index.insert_hydration(e,n,o),t=!0},p:function(e,t){e[19]?r?(r.p(e,t),524288&t[0]&&_vendor_browser_svelte_internal_index.transition_in(r,1)):((r=create_if_block_2(e)).c(),_vendor_browser_svelte_internal_index.transition_in(r,1),r.m(n.parentNode,n)):r&&(_vendor_browser_svelte_internal_index.group_outros(),_vendor_browser_svelte_internal_index.transition_out(r,1,1,function(){r=null}),_vendor_browser_svelte_internal_index.check_outros())},i:function(e){t||(_vendor_browser_svelte_internal_index.transition_in(r),t=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(r),t=!1},d:function(e){r&&r.d(e),e&&_vendor_browser_svelte_internal_index.detach(n)}}}function create_default_slot_1(e){var n,t,r,o,i,_,s,a,l,c,d,u,v=function(e,n){return e[14]?0:1};t=new coreResult_lib_browser.CoreResultHeader({props:{result:e[7],title:e[0],winnerPartyColor:_lib_sdk_browser__externalConfig_configInterpreters_getWinnerPartyColor_ts.getWinnerPartyColor(e[7],e[46][e[28]]),isNotFollowableCRM:e[14],totalDelegatesAtStake:e[20],electoralVoteCount:e[22],electoralVotesCandidates:e[23],formattedDelegateType:e[21],variations:[_lib_browser_common_constants_componentVariations.VARIATIONS.EMBEDDED]}});var f=[create_if_block_3,create_else_block],p=[];return i=v(e),_=p[i]=f[i](e),a=new _lib_sdk_browser__externalConfig_featureFlags_FeatureFlag_svelte.FeatureFlag({props:{feature:e[30],$$slots:{default:[create_default_slot_2]},$$scope:{ctx:e}}}),c=new coreResult_lib_browser.CoreResultFooter({props:{pollInterval:e[2],hasKeyRaceInHouseDistricts:e[27],result:e[7],variations:[_lib_browser_common_constants_componentVariations.VARIATIONS.EMBEDDED],isStacked:e[15]}}),{c:function(){n=_vendor_browser_svelte_internal_index.element(\"article\"),_vendor_browser_svelte_internal_index.create_component(t.$$.fragment),r=_vendor_browser_svelte_internal_index.space(),o=_vendor_browser_svelte_internal_index.element(\"div\"),_.c(),s=_vendor_browser_svelte_internal_index.space(),_vendor_browser_svelte_internal_index.create_component(a.$$.fragment),l=_vendor_browser_svelte_internal_index.space(),_vendor_browser_svelte_internal_index.create_component(c.$$.fragment),this.h()},l:function(e){n=_vendor_browser_svelte_internal_index.claim_element(e,\"ARTICLE\",{class:!0,style:!0});var i=_vendor_browser_svelte_internal_index.children(n);_vendor_browser_svelte_internal_index.claim_component(t.$$.fragment,i),r=_vendor_browser_svelte_internal_index.claim_space(i),o=_vendor_browser_svelte_internal_index.claim_element(i,\"DIV\",{});var d=_vendor_browser_svelte_internal_index.children(o);_.l(d),d.forEach(_vendor_browser_svelte_internal_index.detach),s=_vendor_browser_svelte_internal_index.claim_space(i),_vendor_browser_svelte_internal_index.claim_component(a.$$.fragment,i),l=_vendor_browser_svelte_internal_index.claim_space(i),_vendor_browser_svelte_internal_index.claim_component(c.$$.fragment,i),i.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(n,\"class\",\"results-suite cnn-pcl-1a4cfl8\"),_vendor_browser_svelte_internal_index.attr(n,\"style\",d=_lib_browser_common_helpers_cssvars.cssvars({winnerPartyColor:_lib_sdk_browser__externalConfig_configInterpreters_getWinnerPartyColor_ts.getWinnerPartyColor(e[7],e[46][e[28]])})),_vendor_browser_svelte_internal_index.toggle_class(n,\"centered-1S94jJ\",e[24]),_vendor_browser_svelte_internal_index.toggle_class(n,\"called-3lX9Im\",!e[45][e[29]]&&!!e[7].winner)},m:function(e,_){_vendor_browser_svelte_internal_index.insert_hydration(e,n,_),_vendor_browser_svelte_internal_index.mount_component(t,n,null),_vendor_browser_svelte_internal_index.append_hydration(n,r),_vendor_browser_svelte_internal_index.append_hydration(n,o),p[i].m(o,null),_vendor_browser_svelte_internal_index.append_hydration(n,s),_vendor_browser_svelte_internal_index.mount_component(a,n,null),_vendor_browser_svelte_internal_index.append_hydration(n,l),_vendor_browser_svelte_internal_index.mount_component(c,n,null),u=!0},p:function(e,r){var s={};128&r[0]&&(s.result=e[7]),1&r[0]&&(s.title=e[0]),128&r[0]|32768&r[1]&&(s.winnerPartyColor=_lib_sdk_browser__externalConfig_configInterpreters_getWinnerPartyColor_ts.getWinnerPartyColor(e[7],e[46][e[28]])),16384&r[0]&&(s.isNotFollowableCRM=e[14]),1048576&r[0]&&(s.totalDelegatesAtStake=e[20]),4194304&r[0]&&(s.electoralVoteCount=e[22]),8388608&r[0]&&(s.electoralVotesCandidates=e[23]),2097152&r[0]&&(s.formattedDelegateType=e[21]),t.$set(s);var l=i;(i=v(e))===l?p[i].p(e,r):(_vendor_browser_svelte_internal_index.group_outros(),_vendor_browser_svelte_internal_index.transition_out(p[l],1,1,function(){p[l]=null}),_vendor_browser_svelte_internal_index.check_outros(),(_=p[i])?_.p(e,r):(_=p[i]=f[i](e)).c(),_vendor_browser_svelte_internal_index.transition_in(_,1),_.m(o,null));var b={};101693566&r[0]|65536&r[1]&&(b.$$scope={dirty:r,ctx:e}),a.$set(b);var m={};4&r[0]&&(m.pollInterval=e[2]),134217728&r[0]&&(m.hasKeyRaceInHouseDistricts=e[27]),128&r[0]&&(m.result=e[7]),32768&r[0]&&(m.isStacked=e[15]),c.$set(m),(!u||128&r[0]|32768&r[1]&&d!==(d=_lib_browser_common_helpers_cssvars.cssvars({winnerPartyColor:_lib_sdk_browser__externalConfig_configInterpreters_getWinnerPartyColor_ts.getWinnerPartyColor(e[7],e[46][e[28]])})))&&_vendor_browser_svelte_internal_index.attr(n,\"style\",d),16777216&r[0]&&_vendor_browser_svelte_internal_index.toggle_class(n,\"centered-1S94jJ\",e[24]),536871040&r[0]|16384&r[1]&&_vendor_browser_svelte_internal_index.toggle_class(n,\"called-3lX9Im\",!e[45][e[29]]&&!!e[7].winner)},i:function(e){u||(_vendor_browser_svelte_internal_index.transition_in(t.$$.fragment,e),_vendor_browser_svelte_internal_index.transition_in(_),_vendor_browser_svelte_internal_index.transition_in(a.$$.fragment,e),_vendor_browser_svelte_internal_index.transition_in(c.$$.fragment,e),u=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(t.$$.fragment,e),_vendor_browser_svelte_internal_index.transition_out(_),_vendor_browser_svelte_internal_index.transition_out(a.$$.fragment,e),_vendor_browser_svelte_internal_index.transition_out(c.$$.fragment,e),u=!1},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n),_vendor_browser_svelte_internal_index.destroy_component(t),p[i].d(),_vendor_browser_svelte_internal_index.destroy_component(a),_vendor_browser_svelte_internal_index.destroy_component(c)}}}function create_if_block_1(e){for(var n,t,r=e[9],o=[],i=0;i<r.length;i+=1)o[i]=create_each_block(get_each_context(e,r,i));var _=function(e){return _vendor_browser_svelte_internal_index.transition_out(o[e],1,1,function(){o[e]=null})};return{c:function(){n=_vendor_browser_svelte_internal_index.element(\"div\");for(var e=0;e<o.length;e+=1)o[e].c();this.h()},l:function(e){n=_vendor_browser_svelte_internal_index.claim_element(e,\"DIV\",{class:!0});for(var t=_vendor_browser_svelte_internal_index.children(n),r=0;r<o.length;r+=1)o[r].l(t);t.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(n,\"class\",\"cta-wrapper-1KjYeR cnn-pcl-1a4cfl8\")},m:function(e,r){_vendor_browser_svelte_internal_index.insert_hydration(e,n,r);for(var i=0;i<o.length;i+=1)o[i].m(n,null);t=!0},p:function(e,t){if(512&t[0]){var i;for(r=e[9],i=0;i<r.length;i+=1){var s=get_each_context(e,r,i);o[i]?(o[i].p(s,t),_vendor_browser_svelte_internal_index.transition_in(o[i],1)):(o[i]=create_each_block(s),o[i].c(),_vendor_browser_svelte_internal_index.transition_in(o[i],1),o[i].m(n,null))}for(_vendor_browser_svelte_internal_index.group_outros(),i=r.length;i<o.length;i+=1)_(i);_vendor_browser_svelte_internal_index.check_outros()}},i:function(e){if(!t){for(var n=0;n<r.length;n+=1)_vendor_browser_svelte_internal_index.transition_in(o[n]);t=!0}},o:function(e){o=o.filter(Boolean);for(var n=0;n<o.length;n+=1)_vendor_browser_svelte_internal_index.transition_out(o[n]);t=!1},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n),_vendor_browser_svelte_internal_index.destroy_each(o,e)}}}function create_default_slot(e){var n,t=e[42].label+\"\";return{c:function(){n=_vendor_browser_svelte_internal_index.text(t)},l:function(e){n=_vendor_browser_svelte_internal_index.claim_text(e,t)},m:function(e,t){_vendor_browser_svelte_internal_index.insert_hydration(e,n,t)},p:function(e,r){512&r[0]&&t!==(t=e[42].label+\"\")&&_vendor_browser_svelte_internal_index.set_data(n,t)},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n)}}}function create_each_block(e){var n,t;return n=new _lib_browser_common_helpers_analytics_TrackedLink_svelte.TrackedLink({props:{href:e[42].href,$$slots:{default:[create_default_slot]},$$scope:{ctx:e}}}),{c:function(){_vendor_browser_svelte_internal_index.create_component(n.$$.fragment)},l:function(e){_vendor_browser_svelte_internal_index.claim_component(n.$$.fragment,e)},m:function(e,r){_vendor_browser_svelte_internal_index.mount_component(n,e,r),t=!0},p:function(e,t){var r={};512&t[0]&&(r.href=e[42].href),512&t[0]|65536&t[1]&&(r.$$scope={dirty:t,ctx:e}),n.$set(r)},i:function(e){t||(_vendor_browser_svelte_internal_index.transition_in(n.$$.fragment,e),t=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(n.$$.fragment,e),t=!1},d:function(e){_vendor_browser_svelte_internal_index.destroy_component(n,e)}}}function create_fragment$1(e){var n,t,r=e[7]&&create_if_block(e);return{c:function(){r&&r.c(),n=_vendor_browser_svelte_internal_index.empty()},l:function(e){r&&r.l(e),n=_vendor_browser_svelte_internal_index.empty()},m:function(e,o){r&&r.m(e,o),_vendor_browser_svelte_internal_index.insert_hydration(e,n,o),t=!0},p:function(e,t){e[7]?r?(r.p(e,t),128&t[0]&&_vendor_browser_svelte_internal_index.transition_in(r,1)):((r=create_if_block(e)).c(),_vendor_browser_svelte_internal_index.transition_in(r,1),r.m(n.parentNode,n)):r&&(_vendor_browser_svelte_internal_index.group_outros(),_vendor_browser_svelte_internal_index.transition_out(r,1,1,function(){r=null}),_vendor_browser_svelte_internal_index.check_outros())},i:function(e){t||(_vendor_browser_svelte_internal_index.transition_in(r),t=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(r),t=!1},d:function(e){r&&r.d(e),e&&_vendor_browser_svelte_internal_index.detach(n)}}}var ComponentVariations=function(e){return e.Centered=\"centered\",e}(ComponentVariations||{}),houseTilesGap=\"16px\";function instance$1(e,n,t){var r,o,i,_,s,a,l,c,d,u,v=n.title,f=void 0===v?\"\":v,p=n.mode,b=n.pollingInterval,m=void 0===b?10:b,w=n.raceType,x=n.feedURL,g=n.mapURL,h=n.svgData,y=void 0===h?\"\":h,T=n.resultsForMap,$=void 0===T?void 0:T,k=n.result,C=void 0===k?null:k,R=n.houseDistricts,I=n.variations,S=void 0===I?[]:I,O=n.rightButtons,j=void 0===O?[]:O,L=n.candidateRowsToShow,A=void 0===L?null:L,P=n.candidateText,D=n.jurisdictionCode,E=void 0===D?void 0:D,z=n.componentVariation,F=n.runoffInformationalText,V=n.projectedWinnerText,M=n.useHouseTiles,W=void 0!==M&&M,U=n.houseTilesLinkPattern,H=n.stateSlug,N=n.isStacked,q=void 0!==N&&N,B=n.zoomToGeoID,G=void 0===B?null:B,K=n.zoomOnClick,J=void 0!==K&&K,X=n.zoomOnLoad,Y=void 0!==X&&X,Z=_lib_sdk_browser__externalConfig_configInterpreters_constants_ts.configLayers.ELECTION_THEME,Q=_lib_sdk_browser__externalConfig_featureFlags_constants_ts.features.PROJECTED_WINNER,ee=_lib_sdk_browser__externalConfig_featureFlags_constants_ts.features.STATE_MAP,ne=_lib_sdk_browser__externalConfig_featureFlags_constants_ts.features.DROP_OUT_TREATMENT,te=[_lib_browser_common_constants_componentVariations.VARIATIONS.EMBEDDED,_lib_browser_common_constants_componentVariations.VARIATIONS.LEGEND],re=[];return e.$$set=function(e){\"title\"in e&&t(0,f=e.title),\"mode\"in e&&t(1,p=e.mode),\"pollingInterval\"in e&&t(2,m=e.pollingInterval),\"raceType\"in e&&t(3,w=e.raceType),\"feedURL\"in e&&t(4,x=e.feedURL),\"mapURL\"in e&&t(5,g=e.mapURL),\"svgData\"in e&&t(6,y=e.svgData),\"resultsForMap\"in e&&t(33,$=e.resultsForMap),\"result\"in e&&t(7,C=e.result),\"houseDistricts\"in e&&t(8,R=e.houseDistricts),\"variations\"in e&&t(34,S=e.variations),\"rightButtons\"in e&&t(9,j=e.rightButtons),\"candidateRowsToShow\"in e&&t(10,A=e.candidateRowsToShow),\"candidateText\"in e&&t(11,P=e.candidateText),\"jurisdictionCode\"in e&&t(35,E=e.jurisdictionCode),\"componentVariation\"in e&&t(36,z=e.componentVariation),\"runoffInformationalText\"in e&&t(12,F=e.runoffInformationalText),\"projectedWinnerText\"in e&&t(13,V=e.projectedWinnerText),\"useHouseTiles\"in e&&t(14,W=e.useHouseTiles),\"houseTilesLinkPattern\"in e&&t(37,U=e.houseTilesLinkPattern),\"stateSlug\"in e&&t(38,H=e.stateSlug),\"isStacked\"in e&&t(15,q=e.isStacked),\"zoomToGeoID\"in e&&t(16,G=e.zoomToGeoID),\"zoomOnClick\"in e&&t(17,J=e.zoomOnClick),\"zoomOnLoad\"in e&&t(18,Y=e.zoomOnLoad)},e.$$.update=function(){4&e.$$.dirty[1]&&$&&t(19,a=Array.isArray($)?$:[$]),128&e.$$.dirty[0]|256&e.$$.dirty[1]&&(t(39,re=_vendor_browser_lodash_lodash.lodash.get(C,\"candidates\",[])),t(20,l=null==C?void 0:C.totalDelegatesAtStake),t(21,c=C?coreResult_lib_browser.makeFormattedDelegateType(C):\"\"),t(22,d=null==C?void 0:C.electoralVotes),t(23,u=coreResult_lib_browser.makeElectoralVotesCandidates(re))),256&e.$$.dirty[0]&&t(27,r=checkHouseRacesForKeyRace(R)),65536&e.$$.dirty[0]&&t(26,o=!!G),16&e.$$.dirty[1]&&t(40,i=!!E),520&e.$$.dirty[1]&&t(25,_=i?_toConsumableArray(S).concat(_toConsumableArray(te),[_lib_browser_common_constants_componentVariations.VARIATIONS.OBSCURE_NO_RACE]):_toConsumableArray(S).concat(_toConsumableArray(te))),32&e.$$.dirty[1]&&t(24,s=_lib_browser_common_helpers_componentVariations.isVariation(z,ComponentVariations.Centered))},[f,p,m,w,x,g,y,C,R,j,A,P,F,V,W,q,G,J,Y,a,l,c,d,u,s,_,o,r,Z,Q,ee,ne,function(e){if(window&&\"undefined\"!=typeof window&&e.id){var n=_lib_browser_common_helpers_makeLinkFromPattern.makeLinkFromPattern(U,{stateSlug:H,district:\"\".concat(e.id)});window.location.href=n}},$,S,E,z,U,H,re,i]}var ResultsSuite$1=function(e){_inherits$1(t,_vendor_browser_svelte_internal_index.SvelteComponent);var n=_createSuper$1(t);function t(e){var r;return _classCallCheck$1(this,t),r=n.call(this),_vendor_browser_svelte_internal_index.init(_assertThisInitialized$1(r),e,instance$1,create_fragment$1,_vendor_browser_svelte_internal_index.safe_not_equal,{title:0,mode:1,pollingInterval:2,raceType:3,feedURL:4,mapURL:5,svgData:6,resultsForMap:33,result:7,houseDistricts:8,variations:34,rightButtons:9,candidateRowsToShow:10,candidateText:11,jurisdictionCode:35,componentVariation:36,runoffInformationalText:12,projectedWinnerText:13,useHouseTiles:14,houseTilesLinkPattern:37,stateSlug:38,isStacked:15,zoomToGeoID:16,zoomOnClick:17,zoomOnLoad:18},add_css,[-1,-1]),r}return t}();function _arrayLikeToArray(e,n){(null==n||n>e.length)&&(n=e.length);for(var t=0,r=new Array(n);t<n;t++)r[t]=e[t];return r}function _arrayWithHoles(e){if(Array.isArray(e))return e}function _assertThisInitialized(e){if(void 0===e)throw new ReferenceError(\"this hasn\\'t been initialised - super() hasn\\'t been called\");return e}function _classCallCheck(e,n){if(!(e instanceof n))throw new TypeError(\"Cannot call a class as a function\")}function _getPrototypeOf(e){return(_getPrototypeOf=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function _inherits(e,n){if(\"function\"!=typeof n&&null!==n)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(n&&n.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),n&&_setPrototypeOf(e,n)}function _iterableToArrayLimit(e,n){var t=null==e?null:\"undefined\"!=typeof Symbol&&e[Symbol.iterator]||e[\"@@iterator\"];if(null!=t){var r,o,i=[],_=!0,s=!1;try{for(t=t.call(e);!(_=(r=t.next()).done)&&(i.push(r.value),!n||i.length!==n);_=!0);}catch(e){s=!0,o=e}finally{try{_||null==t.return||t.return()}finally{if(s)throw o}}return i}}function _nonIterableRest(){throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\\\\\\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}function _possibleConstructorReturn(e,n){return!n||\"object\"!==_typeof(n)&&\"function\"!=typeof n?_assertThisInitialized(e):n}function _setPrototypeOf(e,n){return(_setPrototypeOf=Object.setPrototypeOf||function(e,n){return e.__proto__=n,e})(e,n)}function _slicedToArray(e,n){return _arrayWithHoles(e)||_iterableToArrayLimit(e,n)||_unsupportedIterableToArray(e,n)||_nonIterableRest()}var _typeof=function(e){return e&&\"undefined\"!=typeof Symbol&&e.constructor===Symbol?\"symbol\":typeof e};function _unsupportedIterableToArray(e,n){if(e){if(\"string\"==typeof e)return _arrayLikeToArray(e,n);var t=Object.prototype.toString.call(e).slice(8,-1);return\"Object\"===t&&e.constructor&&(t=e.constructor.name),\"Map\"===t||\"Set\"===t?Array.from(t):\"Arguments\"===t||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t)?_arrayLikeToArray(e,n):void 0}}function _isNativeReflectConstruct(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function _createSuper(e){var n=_isNativeReflectConstruct();return function(){var t,r=_getPrototypeOf(e);if(n){var o=_getPrototypeOf(this).constructor;t=Reflect.construct(r,arguments,o)}else t=r.apply(this,arguments);return _possibleConstructorReturn(this,t)}}function create_fragment(e){var n,t;return n=new ResultsSuite$1({props:{result:e[0].result,houseDistricts:e[0].houseDistricts,title:e[1],mode:e[2],pollingInterval:e[3],raceType:e[4],feedURL:e[5],mapURL:e[6],svgData:e[7],resultsForMap:e[8],variations:e[9],rightButtons:e[10],candidateRowsToShow:e[11],candidateText:e[12],jurisdictionCode:e[13],componentVariation:e[14],runoffInformationalText:e[15],projectedWinnerText:e[16],useHouseTiles:e[17],zoomToGeoID:e[21],zoomOnClick:e[22],zoomOnLoad:e[23],houseTilesLinkPattern:e[18],stateSlug:e[19],isStacked:e[20]}}),{c:function(){_vendor_browser_svelte_internal_index.create_component(n.$$.fragment)},l:function(e){_vendor_browser_svelte_internal_index.claim_component(n.$$.fragment,e)},m:function(e,r){_vendor_browser_svelte_internal_index.mount_component(n,e,r),t=!0},p:function(e,t){var r=_slicedToArray(t,1)[0],o={};1&r&&(o.result=e[0].result),1&r&&(o.houseDistricts=e[0].houseDistricts),2&r&&(o.title=e[1]),4&r&&(o.mode=e[2]),8&r&&(o.pollingInterval=e[3]),16&r&&(o.raceType=e[4]),32&r&&(o.feedURL=e[5]),64&r&&(o.mapURL=e[6]),128&r&&(o.svgData=e[7]),256&r&&(o.resultsForMap=e[8]),512&r&&(o.variations=e[9]),1024&r&&(o.rightButtons=e[10]),2048&r&&(o.candidateRowsToShow=e[11]),4096&r&&(o.candidateText=e[12]),8192&r&&(o.jurisdictionCode=e[13]),16384&r&&(o.componentVariation=e[14]),32768&r&&(o.runoffInformationalText=e[15]),65536&r&&(o.projectedWinnerText=e[16]),131072&r&&(o.useHouseTiles=e[17]),2097152&r&&(o.zoomToGeoID=e[21]),4194304&r&&(o.zoomOnClick=e[22]),8388608&r&&(o.zoomOnLoad=e[23]),262144&r&&(o.houseTilesLinkPattern=e[18]),524288&r&&(o.stateSlug=e[19]),1048576&r&&(o.isStacked=e[20]),n.$set(o)},i:function(e){t||(_vendor_browser_svelte_internal_index.transition_in(n.$$.fragment,e),t=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(n.$$.fragment,e),t=!1},d:function(e){_vendor_browser_svelte_internal_index.destroy_component(n,e)}}}function instance(e,n,t){var r=n.resultForCRM,o=void 0===r?{result:void 0,houseDistricts:[]}:r,i=n.title,_=void 0===i?\"\":i,s=n.mode,a=n.pollingInterval,l=void 0===a?10:a,c=n.raceType,d=n.feedURL,u=n.mapURL,v=n.svgData,f=void 0===v?\"\":v,p=n.resultsForMap,b=void 0===p?void 0:p,m=n.result,w=n.variations,x=void 0===w?[]:w,g=n.rightButtons,h=void 0===g?[]:g,y=n.candidateRowsToShow,T=void 0===y?null:y,$=n.candidateText,k=n.jurisdictionCode,C=void 0===k?void 0:k,R=n.componentVariation,I=n.runoffInformationalText,S=void 0===I?_lib_browser_common_constants_projectionTexts.RUNOFF_INFORMATIONAL_TEXT:I,O=n.projectedWinnerText,j=n.useHouseTiles,L=void 0!==j&&j,A=n.houseTilesLinkPattern,P=n.stateSlug,D=n.isStacked,E=void 0!==D&&D,z=n.zoomToGeoID,F=void 0===z?null:z,V=n.zoomOnClick,M=void 0!==V&&V,W=n.zoomOnLoad,U=void 0!==W&&W,H=n.houseDistricts;return e.$$set=function(e){\"resultForCRM\"in e&&t(0,o=e.resultForCRM),\"title\"in e&&t(1,_=e.title),\"mode\"in e&&t(2,s=e.mode),\"pollingInterval\"in e&&t(3,l=e.pollingInterval),\"raceType\"in e&&t(4,c=e.raceType),\"feedURL\"in e&&t(5,d=e.feedURL),\"mapURL\"in e&&t(6,u=e.mapURL),\"svgData\"in e&&t(7,f=e.svgData),\"resultsForMap\"in e&&t(8,b=e.resultsForMap),\"result\"in e&&t(24,m=e.result),\"variations\"in e&&t(9,x=e.variations),\"rightButtons\"in e&&t(10,h=e.rightButtons),\"candidateRowsToShow\"in e&&t(11,T=e.candidateRowsToShow),\"candidateText\"in e&&t(12,$=e.candidateText),\"jurisdictionCode\"in e&&t(13,C=e.jurisdictionCode),\"componentVariation\"in e&&t(14,R=e.componentVariation),\"runoffInformationalText\"in e&&t(15,S=e.runoffInformationalText),\"projectedWinnerText\"in e&&t(16,O=e.projectedWinnerText),\"useHouseTiles\"in e&&t(17,L=e.useHouseTiles),\"houseTilesLinkPattern\"in e&&t(18,A=e.houseTilesLinkPattern),\"stateSlug\"in e&&t(19,P=e.stateSlug),\"isStacked\"in e&&t(20,E=e.isStacked),\"zoomToGeoID\"in e&&t(21,F=e.zoomToGeoID),\"zoomOnClick\"in e&&t(22,M=e.zoomOnClick),\"zoomOnLoad\"in e&&t(23,U=e.zoomOnLoad),\"houseDistricts\"in e&&t(25,H=e.houseDistricts)},[o,_,s,l,c,d,u,f,b,x,h,T,$,C,R,S,O,L,A,P,E,F,M,U,m,H]}var ResultsSuiteContainer=function(e){_inherits(t,_vendor_browser_svelte_internal_index.SvelteComponent);var n=_createSuper(t);function t(e){var r;return _classCallCheck(this,t),r=n.call(this),_vendor_browser_svelte_internal_index.init(_assertThisInitialized(r),e,instance,create_fragment,_vendor_browser_svelte_internal_index.safe_not_equal,{resultForCRM:0,title:1,mode:2,pollingInterval:3,raceType:4,feedURL:5,mapURL:6,svgData:7,resultsForMap:8,result:24,variations:9,rightButtons:10,candidateRowsToShow:11,candidateText:12,jurisdictionCode:13,componentVariation:14,runoffInformationalText:15,projectedWinnerText:16,useHouseTiles:17,houseTilesLinkPattern:18,stateSlug:19,isStacked:20,zoomToGeoID:21,zoomOnClick:22,zoomOnLoad:23,houseDistricts:25}),r}return t}(),ResultsSuite=ResultsSuiteContainer;exports.ResultsSuite=ResultsSuite;\\n}, {\"548\":548,\"570\":570,\"610\":610,\"612\":612,\"613\":613,\"637\":637,\"646\":646,\"673\":673,\"684\":684,\"698\":698,\"716\":716,\"726\":726,\"752\":752,\"755\":755,\"2290\":2290,\"2334\":2334}];\\nwindow.modules[\"2419\"] = [function(require,module,exports){\"use strict\";var _vendor_browser_svelte_internal_index=require(548),icons_lib_browser=require(634),_vendor_browser_lodash_find=require(697),dropdown_lib_browser=require(2319);function getActiveItemFromWindow(e){var n=window.location.pathname;return _vendor_browser_lodash_find.find_1(e,function(e){return(null==e?void 0:e.path)&&e.path===n})}function _arrayLikeToArray(e,n){(null==n||n>e.length)&&(n=e.length);for(var r=0,_=new Array(n);r<n;r++)_[r]=e[r];return _}function _arrayWithHoles(e){if(Array.isArray(e))return e}function _assertThisInitialized(e){if(void 0===e)throw new ReferenceError(\"this hasn\\'t been initialised - super() hasn\\'t been called\");return e}function _classCallCheck(e,n){if(!(e instanceof n))throw new TypeError(\"Cannot call a class as a function\")}function _getPrototypeOf(e){return(_getPrototypeOf=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function _inherits(e,n){if(\"function\"!=typeof n&&null!==n)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(n&&n.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),n&&_setPrototypeOf(e,n)}function _iterableToArrayLimit(e,n){var r=null==e?null:\"undefined\"!=typeof Symbol&&e[Symbol.iterator]||e[\"@@iterator\"];if(null!=r){var _,t,i=[],o=!0,a=!1;try{for(r=r.call(e);!(o=(_=r.next()).done)&&(i.push(_.value),!n||i.length!==n);o=!0);}catch(e){a=!0,t=e}finally{try{o||null==r.return||r.return()}finally{if(a)throw t}}return i}}function _nonIterableRest(){throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\\\\\\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}function _possibleConstructorReturn(e,n){return!n||\"object\"!==_typeof(n)&&\"function\"!=typeof n?_assertThisInitialized(e):n}function _setPrototypeOf(e,n){return(_setPrototypeOf=Object.setPrototypeOf||function(e,n){return e.__proto__=n,e})(e,n)}function _slicedToArray(e,n){return _arrayWithHoles(e)||_iterableToArrayLimit(e,n)||_unsupportedIterableToArray(e,n)||_nonIterableRest()}var _typeof=function(e){return e&&\"undefined\"!=typeof Symbol&&e.constructor===Symbol?\"symbol\":typeof e};function _unsupportedIterableToArray(e,n){if(e){if(\"string\"==typeof e)return _arrayLikeToArray(e,n);var r=Object.prototype.toString.call(e).slice(8,-1);return\"Object\"===r&&e.constructor&&(r=e.constructor.name),\"Map\"===r||\"Set\"===r?Array.from(r):\"Arguments\"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?_arrayLikeToArray(e,n):void 0}}function _isNativeReflectConstruct(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function _createSuper(e){var n=_isNativeReflectConstruct();return function(){var r,_=_getPrototypeOf(e);if(n){var t=_getPrototypeOf(this).constructor;r=Reflect.construct(_,arguments,t)}else r=_.apply(this,arguments);return _possibleConstructorReturn(this,r)}}function add_css(e){_vendor_browser_svelte_internal_index.append_styles(e,\"cnn-pcl-zzgmc2\",\".secondary-nav-2DZq0y.cnn-pcl-zzgmc2.cnn-pcl-zzgmc2{top:40px;width:100%;z-index:300;background:#ffffff;width:100%;border-bottom:solid 1px #e6e6e6;height:40px;overflow-y:hidden}@media screen and (min-width: 480px){.secondary-nav-2DZq0y.cnn-pcl-zzgmc2.cnn-pcl-zzgmc2{height:40px}}.secondary-nav__scrollable-area-9vSHMy.cnn-pcl-zzgmc2.cnn-pcl-zzgmc2{padding:0 16px;margin:0 auto;height:100%;max-width:1440px;width:100%;overflow-x:auto;overflow-y:hidden;display:flex;flex-wrap:nowrap;justify-content:space-between}@media screen and (min-width: 960px){.secondary-nav__scrollable-area-9vSHMy.cnn-pcl-zzgmc2.cnn-pcl-zzgmc2{padding:0 32px}}.secondary-nav__scrollable-area-9vSHMy.cnn-pcl-zzgmc2 nav.cnn-pcl-zzgmc2{display:flex}.secondary-nav__scrollable-area-9vSHMy.cnn-pcl-zzgmc2 nav ul.cnn-pcl-zzgmc2{margin:0;padding:0;display:flex;flex-wrap:nowrap}.secondary-nav__item-outer-3S6rfq.cnn-pcl-zzgmc2.cnn-pcl-zzgmc2{flex-shrink:0;display:inline-block;height:100%;position:relative}.secondary-nav__item-inner-LBiXtL.cnn-pcl-zzgmc2.cnn-pcl-zzgmc2{display:flex;align-items:center;height:100%}.secondary-nav__item-inner-LBiXtL[href].cnn-pcl-zzgmc2.cnn-pcl-zzgmc2{text-decoration:none}.secondary-nav__item-inner-LBiXtL[href].cnn-pcl-zzgmc2.cnn-pcl-zzgmc2:hover{cursor:pointer}.secondary-nav__leading-img-pipe-container-LDm5cH.cnn-pcl-zzgmc2.cnn-pcl-zzgmc2{display:flex;align-items:center;justify-content:center}.secondary-nav__leading-image--large-1eiuhT.cnn-pcl-zzgmc2.cnn-pcl-zzgmc2{margin-right:15px;display:none}@media screen and (min-width: 480px){.secondary-nav__leading-image--large-1eiuhT.cnn-pcl-zzgmc2.cnn-pcl-zzgmc2{display:inline-block}}.secondary-nav__leading-image--small-3QnFHw.cnn-pcl-zzgmc2.cnn-pcl-zzgmc2{margin-right:13px}@media screen and (min-width: 480px){.secondary-nav__leading-image--small-3QnFHw.cnn-pcl-zzgmc2.cnn-pcl-zzgmc2{display:none}}.secondary-nav__pipe-1Q5hUB.cnn-pcl-zzgmc2.cnn-pcl-zzgmc2{height:100%}.secondary-nav__pipe-1Q5hUB.cnn-pcl-zzgmc2 line.cnn-pcl-zzgmc2{stroke:#e6e6e6;stroke-width:2}.secondary-nav__item-text-g7-hem.cnn-pcl-zzgmc2.cnn-pcl-zzgmc2{padding-left:5px;padding-right:5px;font-size:12px;font-family:cnn_sans_display, helveticaneue, Helvetica, Arial, Utkal, sans-serif;font-weight:400;line-height:18px;color:#0c0c0c;white-space:nowrap}@media(hover: hover){.secondary-nav__item-text-g7-hem.cnn-pcl-zzgmc2.cnn-pcl-zzgmc2:hover{font-family:cnn_sans_display, helveticaneue, Helvetica, Arial, Utkal, sans-serif;font-weight:700}}.secondary-nav__item-text--active-2owImW.cnn-pcl-zzgmc2.cnn-pcl-zzgmc2{font-family:cnn_sans_display, helveticaneue, Helvetica, Arial, Utkal, sans-serif;font-weight:700}@media screen and (min-width: 480px){.secondary-nav__item-text-g7-hem.cnn-pcl-zzgmc2.cnn-pcl-zzgmc2{padding-left:7px;padding-right:7px;font-size:14px}}\")}function get_each_context(e,n,r){var _=e.slice();return _[11]=n[r],_[13]=r,_}function create_else_block_1(e){var n,r,_,t,i,o,a;return _=new e[4]({}),o=new e[5]({}),{c:function(){n=_vendor_browser_svelte_internal_index.element(\"div\"),r=_vendor_browser_svelte_internal_index.element(\"div\"),_vendor_browser_svelte_internal_index.create_component(_.$$.fragment),t=_vendor_browser_svelte_internal_index.space(),i=_vendor_browser_svelte_internal_index.element(\"div\"),_vendor_browser_svelte_internal_index.create_component(o.$$.fragment),this.h()},l:function(e){n=_vendor_browser_svelte_internal_index.claim_element(e,\"DIV\",{\"data-testid\":!0,class:!0});var a=_vendor_browser_svelte_internal_index.children(n);r=_vendor_browser_svelte_internal_index.claim_element(a,\"DIV\",{class:!0});var l=_vendor_browser_svelte_internal_index.children(r);_vendor_browser_svelte_internal_index.claim_component(_.$$.fragment,l),l.forEach(_vendor_browser_svelte_internal_index.detach),t=_vendor_browser_svelte_internal_index.claim_space(a),i=_vendor_browser_svelte_internal_index.claim_element(a,\"DIV\",{class:!0});var s=_vendor_browser_svelte_internal_index.children(i);_vendor_browser_svelte_internal_index.claim_component(o.$$.fragment,s),s.forEach(_vendor_browser_svelte_internal_index.detach),a.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(r,\"class\",\"secondary-nav__leading-image--large-1eiuhT cnn-pcl-zzgmc2\"),_vendor_browser_svelte_internal_index.attr(i,\"class\",\"secondary-nav__leading-image--small-3QnFHw cnn-pcl-zzgmc2\"),_vendor_browser_svelte_internal_index.attr(n,\"data-testid\",\"leading-image-div\"),_vendor_browser_svelte_internal_index.attr(n,\"class\",\"secondary-nav__item-inner-LBiXtL cnn-pcl-zzgmc2\")},m:function(e,l){_vendor_browser_svelte_internal_index.insert_hydration(e,n,l),_vendor_browser_svelte_internal_index.append_hydration(n,r),_vendor_browser_svelte_internal_index.mount_component(_,r,null),_vendor_browser_svelte_internal_index.append_hydration(n,t),_vendor_browser_svelte_internal_index.append_hydration(n,i),_vendor_browser_svelte_internal_index.mount_component(o,i,null),a=!0},p:_vendor_browser_svelte_internal_index.noop,i:function(e){a||(_vendor_browser_svelte_internal_index.transition_in(_.$$.fragment,e),_vendor_browser_svelte_internal_index.transition_in(o.$$.fragment,e),a=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(_.$$.fragment,e),_vendor_browser_svelte_internal_index.transition_out(o.$$.fragment,e),a=!1},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n),_vendor_browser_svelte_internal_index.destroy_component(_),_vendor_browser_svelte_internal_index.destroy_component(o)}}}function create_if_block_1(e){var n,r,_,t,i,o,a;return _=new e[4]({}),o=new e[5]({}),{c:function(){n=_vendor_browser_svelte_internal_index.element(\"a\"),r=_vendor_browser_svelte_internal_index.element(\"div\"),_vendor_browser_svelte_internal_index.create_component(_.$$.fragment),t=_vendor_browser_svelte_internal_index.space(),i=_vendor_browser_svelte_internal_index.element(\"div\"),_vendor_browser_svelte_internal_index.create_component(o.$$.fragment),this.h()},l:function(e){n=_vendor_browser_svelte_internal_index.claim_element(e,\"A\",{\"data-testid\":!0,class:!0,href:!0});var a=_vendor_browser_svelte_internal_index.children(n);r=_vendor_browser_svelte_internal_index.claim_element(a,\"DIV\",{class:!0});var l=_vendor_browser_svelte_internal_index.children(r);_vendor_browser_svelte_internal_index.claim_component(_.$$.fragment,l),l.forEach(_vendor_browser_svelte_internal_index.detach),t=_vendor_browser_svelte_internal_index.claim_space(a),i=_vendor_browser_svelte_internal_index.claim_element(a,\"DIV\",{class:!0});var s=_vendor_browser_svelte_internal_index.children(i);_vendor_browser_svelte_internal_index.claim_component(o.$$.fragment,s),s.forEach(_vendor_browser_svelte_internal_index.detach),a.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(r,\"class\",\"secondary-nav__leading-image--large-1eiuhT cnn-pcl-zzgmc2\"),_vendor_browser_svelte_internal_index.attr(i,\"class\",\"secondary-nav__leading-image--small-3QnFHw cnn-pcl-zzgmc2\"),_vendor_browser_svelte_internal_index.attr(n,\"data-testid\",\"leading-image-a\"),_vendor_browser_svelte_internal_index.attr(n,\"class\",\"secondary-nav__item-inner-LBiXtL cnn-pcl-zzgmc2\"),_vendor_browser_svelte_internal_index.attr(n,\"href\",e[3])},m:function(e,l){_vendor_browser_svelte_internal_index.insert_hydration(e,n,l),_vendor_browser_svelte_internal_index.append_hydration(n,r),_vendor_browser_svelte_internal_index.mount_component(_,r,null),_vendor_browser_svelte_internal_index.append_hydration(n,t),_vendor_browser_svelte_internal_index.append_hydration(n,i),_vendor_browser_svelte_internal_index.mount_component(o,i,null),a=!0},p:function(e,r){(!a||8&r)&&_vendor_browser_svelte_internal_index.attr(n,\"href\",e[3])},i:function(e){a||(_vendor_browser_svelte_internal_index.transition_in(_.$$.fragment,e),_vendor_browser_svelte_internal_index.transition_in(o.$$.fragment,e),a=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(_.$$.fragment,e),_vendor_browser_svelte_internal_index.transition_out(o.$$.fragment,e),a=!1},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n),_vendor_browser_svelte_internal_index.destroy_component(_),_vendor_browser_svelte_internal_index.destroy_component(o)}}}function create_else_block(e){var n,r,_,t,i,o,a,l=e[11].label+\"\";return{c:function(){n=_vendor_browser_svelte_internal_index.element(\"li\"),r=_vendor_browser_svelte_internal_index.element(\"a\"),_=_vendor_browser_svelte_internal_index.text(l),a=_vendor_browser_svelte_internal_index.space(),this.h()},l:function(e){n=_vendor_browser_svelte_internal_index.claim_element(e,\"LI\",{class:!0,\"data-testid\":!0});var t=_vendor_browser_svelte_internal_index.children(n);r=_vendor_browser_svelte_internal_index.claim_element(t,\"A\",{class:!0,href:!0,\"aria-current\":!0,\"data-active\":!0});var i=_vendor_browser_svelte_internal_index.children(r);_=_vendor_browser_svelte_internal_index.claim_text(i,l),i.forEach(_vendor_browser_svelte_internal_index.detach),a=_vendor_browser_svelte_internal_index.claim_space(t),t.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(r,\"class\",\"secondary-nav__item-inner-LBiXtL secondary-nav__item-text-g7-hem cnn-pcl-zzgmc2\"),_vendor_browser_svelte_internal_index.attr(r,\"href\",t=e[11].path),_vendor_browser_svelte_internal_index.attr(r,\"aria-current\",i=e[7](e[11])?\"page\":void 0),_vendor_browser_svelte_internal_index.attr(r,\"data-active\",o=e[7](e[11])),_vendor_browser_svelte_internal_index.toggle_class(r,\"secondary-nav__item-text--active-2owImW\",e[7](e[11])),_vendor_browser_svelte_internal_index.attr(n,\"class\",\"secondary-nav__item-outer-3S6rfq cnn-pcl-zzgmc2\"),_vendor_browser_svelte_internal_index.attr(n,\"data-testid\",\"nav-item-\".concat(e[13]))},m:function(e,t){_vendor_browser_svelte_internal_index.insert_hydration(e,n,t),_vendor_browser_svelte_internal_index.append_hydration(n,r),_vendor_browser_svelte_internal_index.append_hydration(r,_),_vendor_browser_svelte_internal_index.append_hydration(n,a)},p:function(e,n){1&n&&l!==(l=e[11].label+\"\")&&_vendor_browser_svelte_internal_index.set_data(_,l),1&n&&t!==(t=e[11].path)&&_vendor_browser_svelte_internal_index.attr(r,\"href\",t),1&n&&i!==(i=e[7](e[11])?\"page\":void 0)&&_vendor_browser_svelte_internal_index.attr(r,\"aria-current\",i),1&n&&o!==(o=e[7](e[11]))&&_vendor_browser_svelte_internal_index.attr(r,\"data-active\",o),129&n&&_vendor_browser_svelte_internal_index.toggle_class(r,\"secondary-nav__item-text--active-2owImW\",e[7](e[11]))},i:_vendor_browser_svelte_internal_index.noop,o:_vendor_browser_svelte_internal_index.noop,d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n)}}}function create_if_block(e){var n,r,_,t;return r=new dropdown_lib_browser.Dropdown({props:{secondaryNav:!0,onSelectChange:e[6](e[11]),selectedOptionID:e[2],options:createDropdownItems(e[11]),label:\"select destination\"}}),{c:function(){n=_vendor_browser_svelte_internal_index.element(\"li\"),_vendor_browser_svelte_internal_index.create_component(r.$$.fragment),_=_vendor_browser_svelte_internal_index.space(),this.h()},l:function(e){n=_vendor_browser_svelte_internal_index.claim_element(e,\"LI\",{class:!0,\"data-testid\":!0});var t=_vendor_browser_svelte_internal_index.children(n);_vendor_browser_svelte_internal_index.claim_component(r.$$.fragment,t),_=_vendor_browser_svelte_internal_index.claim_space(t),t.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(n,\"class\",\"secondary-nav__item-outer-3S6rfq cnn-pcl-zzgmc2\"),_vendor_browser_svelte_internal_index.attr(n,\"data-testid\",\"nav-dropdown\")},m:function(e,i){_vendor_browser_svelte_internal_index.insert_hydration(e,n,i),_vendor_browser_svelte_internal_index.mount_component(r,n,null),_vendor_browser_svelte_internal_index.append_hydration(n,_),t=!0},p:function(e,n){var _={};1&n&&(_.onSelectChange=e[6](e[11])),4&n&&(_.selectedOptionID=e[2]),1&n&&(_.options=createDropdownItems(e[11])),r.$set(_)},i:function(e){t||(_vendor_browser_svelte_internal_index.transition_in(r.$$.fragment,e),t=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(r.$$.fragment,e),t=!1},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n),_vendor_browser_svelte_internal_index.destroy_component(r)}}}function create_each_block(e){var n,r,_,t,i=function(e,n){var r;return\"dropdown\"===(null===(r=e[11])||void 0===r?void 0:r.itemType)?0:1},o=[create_if_block,create_else_block],a=[];return n=i(e),r=a[n]=o[n](e),{c:function(){r.c(),_=_vendor_browser_svelte_internal_index.empty()},l:function(e){r.l(e),_=_vendor_browser_svelte_internal_index.empty()},m:function(e,r){a[n].m(e,r),_vendor_browser_svelte_internal_index.insert_hydration(e,_,r),t=!0},p:function(e,t){var l=n;(n=i(e))===l?a[n].p(e,t):(_vendor_browser_svelte_internal_index.group_outros(),_vendor_browser_svelte_internal_index.transition_out(a[l],1,1,function(){a[l]=null}),_vendor_browser_svelte_internal_index.check_outros(),(r=a[n])?r.p(e,t):(r=a[n]=o[n](e)).c(),_vendor_browser_svelte_internal_index.transition_in(r,1),r.m(_.parentNode,_))},i:function(e){t||(_vendor_browser_svelte_internal_index.transition_in(r),t=!0)},o:function(e){_vendor_browser_svelte_internal_index.transition_out(r),t=!1},d:function(e){a[n].d(e),e&&_vendor_browser_svelte_internal_index.detach(_)}}}function create_fragment(e){var n,r,_,t,i,o,a,l,s,d,c,v,b=function(e,n){return e[3]?0:1},m=[create_if_block_1,create_else_block_1],p=[];o=b(e),a=p[o]=m[o](e);for(var w=e[0],x=[],f=0;f<w.length;f+=1)x[f]=create_each_block(get_each_context(e,w,f));var u=function(e){return _vendor_browser_svelte_internal_index.transition_out(x[e],1,1,function(){x[e]=null})};return{c:function(){n=_vendor_browser_svelte_internal_index.element(\"div\"),r=_vendor_browser_svelte_internal_index.element(\"div\"),_=_vendor_browser_svelte_internal_index.element(\"nav\"),t=_vendor_browser_svelte_internal_index.element(\"ul\"),i=_vendor_browser_svelte_internal_index.element(\"li\"),a.c(),l=_vendor_browser_svelte_internal_index.space(),s=_vendor_browser_svelte_internal_index.svg_element(\"svg\"),d=_vendor_browser_svelte_internal_index.svg_element(\"line\"),c=_vendor_browser_svelte_internal_index.space();for(var e=0;e<x.length;e+=1)x[e].c();this.h()},l:function(e){n=_vendor_browser_svelte_internal_index.claim_element(e,\"DIV\",{class:!0});var o=_vendor_browser_svelte_internal_index.children(n);r=_vendor_browser_svelte_internal_index.claim_element(o,\"DIV\",{class:!0});var v=_vendor_browser_svelte_internal_index.children(r);_=_vendor_browser_svelte_internal_index.claim_element(v,\"NAV\",{\"aria-label\":!0,class:!0});var b=_vendor_browser_svelte_internal_index.children(_);t=_vendor_browser_svelte_internal_index.claim_element(b,\"UL\",{class:!0});var m=_vendor_browser_svelte_internal_index.children(t);i=_vendor_browser_svelte_internal_index.claim_element(m,\"LI\",{class:!0});var p=_vendor_browser_svelte_internal_index.children(i);a.l(p),l=_vendor_browser_svelte_internal_index.claim_space(p),s=_vendor_browser_svelte_internal_index.claim_svg_element(p,\"svg\",{\"data-testid\":!0,class:!0,height:!0,width:!0});var w=_vendor_browser_svelte_internal_index.children(s);d=_vendor_browser_svelte_internal_index.claim_svg_element(w,\"line\",{x1:!0,y1:!0,x2:!0,y2:!0,class:!0}),_vendor_browser_svelte_internal_index.children(d).forEach(_vendor_browser_svelte_internal_index.detach),w.forEach(_vendor_browser_svelte_internal_index.detach),p.forEach(_vendor_browser_svelte_internal_index.detach),c=_vendor_browser_svelte_internal_index.claim_space(m);for(var f=0;f<x.length;f+=1)x[f].l(m);m.forEach(_vendor_browser_svelte_internal_index.detach),b.forEach(_vendor_browser_svelte_internal_index.detach),v.forEach(_vendor_browser_svelte_internal_index.detach),o.forEach(_vendor_browser_svelte_internal_index.detach),this.h()},h:function(){_vendor_browser_svelte_internal_index.attr(d,\"x1\",\"0\"),_vendor_browser_svelte_internal_index.attr(d,\"y1\",\"0\"),_vendor_browser_svelte_internal_index.attr(d,\"x2\",\"0\"),_vendor_browser_svelte_internal_index.attr(d,\"y2\",\"140\"),_vendor_browser_svelte_internal_index.attr(d,\"class\",\"cnn-pcl-zzgmc2\"),_vendor_browser_svelte_internal_index.attr(s,\"data-testid\",\"pipe\"),_vendor_browser_svelte_internal_index.attr(s,\"class\",\"secondary-nav__pipe-1Q5hUB cnn-pcl-zzgmc2\"),_vendor_browser_svelte_internal_index.attr(s,\"height\",\"22\"),_vendor_browser_svelte_internal_index.attr(s,\"width\",\"9\"),_vendor_browser_svelte_internal_index.attr(i,\"class\",\"secondary-nav__item-outer-3S6rfq secondary-nav__leading-img-pipe-container-LDm5cH cnn-pcl-zzgmc2\"),_vendor_browser_svelte_internal_index.attr(t,\"class\",\"cnn-pcl-zzgmc2\"),_vendor_browser_svelte_internal_index.attr(_,\"aria-label\",e[1]),_vendor_browser_svelte_internal_index.attr(_,\"class\",\"cnn-pcl-zzgmc2\"),_vendor_browser_svelte_internal_index.attr(r,\"class\",\"secondary-nav__scrollable-area-9vSHMy cnn-pcl-zzgmc2\"),_vendor_browser_svelte_internal_index.attr(n,\"class\",\"secondary-nav-2DZq0y cnn-pcl-zzgmc2\")},m:function(e,a){_vendor_browser_svelte_internal_index.insert_hydration(e,n,a),_vendor_browser_svelte_internal_index.append_hydration(n,r),_vendor_browser_svelte_internal_index.append_hydration(r,_),_vendor_browser_svelte_internal_index.append_hydration(_,t),_vendor_browser_svelte_internal_index.append_hydration(t,i),p[o].m(i,null),_vendor_browser_svelte_internal_index.append_hydration(i,l),_vendor_browser_svelte_internal_index.append_hydration(i,s),_vendor_browser_svelte_internal_index.append_hydration(s,d),_vendor_browser_svelte_internal_index.append_hydration(t,c);for(var b=0;b<x.length;b+=1)x[b].m(t,null);v=!0},p:function(e,n){var r=_slicedToArray(n,1)[0],s=o;if((o=b(e))===s?p[o].p(e,r):(_vendor_browser_svelte_internal_index.group_outros(),_vendor_browser_svelte_internal_index.transition_out(p[s],1,1,function(){p[s]=null}),_vendor_browser_svelte_internal_index.check_outros(),(a=p[o])?a.p(e,r):(a=p[o]=m[o](e)).c(),_vendor_browser_svelte_internal_index.transition_in(a,1),a.m(i,l)),197&r){var d;for(w=e[0],d=0;d<w.length;d+=1){var c=get_each_context(e,w,d);x[d]?(x[d].p(c,r),_vendor_browser_svelte_internal_index.transition_in(x[d],1)):(x[d]=create_each_block(c),x[d].c(),_vendor_browser_svelte_internal_index.transition_in(x[d],1),x[d].m(t,null))}for(_vendor_browser_svelte_internal_index.group_outros(),d=w.length;d<x.length;d+=1)u(d);_vendor_browser_svelte_internal_index.check_outros()}(!v||2&r)&&_vendor_browser_svelte_internal_index.attr(_,\"aria-label\",e[1])},i:function(e){if(!v){_vendor_browser_svelte_internal_index.transition_in(a);for(var n=0;n<w.length;n+=1)_vendor_browser_svelte_internal_index.transition_in(x[n]);v=!0}},o:function(e){_vendor_browser_svelte_internal_index.transition_out(a),x=x.filter(Boolean);for(var n=0;n<x.length;n+=1)_vendor_browser_svelte_internal_index.transition_out(x[n]);v=!1},d:function(e){e&&_vendor_browser_svelte_internal_index.detach(n),p[o].d(),_vendor_browser_svelte_internal_index.destroy_each(x,e)}}}function createDropdownItems(e){return[{title:e.label,id:\"default\"}].concat(e.options.map(function(e){return{title:e.label,id:e.label}}))}function instance(e,n,r){var _=n.items,t=void 0===_?[]:_,i=n.activeItem,o=void 0===i?{}:i,a=n.label,l=void 0===a?\"Secondary Navigation\":a,s=n.selectedIcon,d=void 0===s?\"2024\":s,c=n.selectedOptionID,v=void 0===c?\"\":c,b=n.leadingImagePath,m=void 0===b?\"\":b,p={2021:{component:icons_lib_browser.AmericasChoice2021Icon,componentSmall:icons_lib_browser.AmericasChoice2021SmallIcon},2022:{component:icons_lib_browser.AmericasChoice2022Icon,componentSmall:icons_lib_browser.AmericasChoice2022SmallIcon},AmericasChoice:{component:icons_lib_browser.AmericasChoiceIcon,componentSmall:icons_lib_browser.AmericasChoiceSmallIcon},2024:{component:icons_lib_browser.EC2024Full,componentSmall:icons_lib_browser.EC2024Small}},w=p[d].component||icons_lib_browser.AmericasChoice2021Icon,x=p[d].componentSmall||icons_lib_browser.AmericasChoice2021SmallIcon;_vendor_browser_svelte_internal_index.onMount(function(){var e=getActiveItemFromWindow(t);e&&r(8,o=e)});return e.$$set=function(e){\"items\"in e&&r(0,t=e.items),\"activeItem\"in e&&r(8,o=e.activeItem),\"label\"in e&&r(1,l=e.label),\"selectedIcon\"in e&&r(9,d=e.selectedIcon),\"selectedOptionID\"in e&&r(2,v=e.selectedOptionID),\"leadingImagePath\"in e&&r(3,m=e.leadingImagePath)},[t,l,v,m,w,x,function(e){return function(n){var r,_=null==n?void 0:null===(r=n.target)||void 0===r?void 0:r.value,t=e.options.find(function(e){return e.label===_});(null==t?void 0:t.path)&&t.label!=e.label&&(window.location.href=t.path)}},function(e){return e.path===o.path&&e.label===o.label},o,d]}var SecondaryNav=function(e){_inherits(r,_vendor_browser_svelte_internal_index.SvelteComponent);var n=_createSuper(r);function r(e){var _;return _classCallCheck(this,r),_=n.call(this),_vendor_browser_svelte_internal_index.init(_assertThisInitialized(_),e,instance,create_fragment,_vendor_browser_svelte_internal_index.safe_not_equal,{items:0,activeItem:8,label:1,selectedIcon:9,selectedOptionID:2,leadingImagePath:3},add_css),_}return r}(),SecondaryNav$1=SecondaryNav;exports.SecondaryNav=SecondaryNav$1;\\n}, {\"548\":548,\"634\":634,\"697\":697,\"2319\":2319}];\\nwindow.modules[\"2425\"] = [function(require,module,exports){\"use strict\";var _interopRequireDefault=require(10),_regenerator=_interopRequireDefault(require(25)),_asyncToGenerator2=_interopRequireDefault(require(24)),axios=require(2426);module.exports=function(e){e.prototype.getDataExchange=function(){var e=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(r){var t,a,n,u;return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:if(t={success:!1,errorStatus:500,data:null},r){e.next=3;break}return e.abrupt(\"return\",t);case 3:return e.prev=3,e.next=6,axios.post(this.api.endpoints.dataExchange,r,{headers:this.api.headers});case 6:a=e.sent,t={success:!0,errorStatus:void 0,data:a.data},e.next=14;break;case 10:e.prev=10,e.t0=e.catch(3),n=e.t0||{},u=n.response,t.errorStatus=u&&u.status||500;case 14:return e.abrupt(\"return\",t);case 15:case\"end\":return e.stop()}},e,this,[[3,10]])}));return function(r){return e.apply(this,arguments)}}()};\\n}, {\"10\":10,\"24\":24,\"25\":25,\"2426\":2426}];\\nwindow.modules[\"2426\"] = [function(require,module,exports){module.exports=require(2448);\\n}, {\"2448\":2448}];\\nwindow.modules[\"2427\"] = [function(require,module,exports){\"use strict\";var _interopRequireDefault=require(10),_typeof2=_interopRequireDefault(require(18)),_regenerator=_interopRequireDefault(require(25)),_defineProperty2=_interopRequireDefault(require(19)),_asyncToGenerator2=_interopRequireDefault(require(24));function ownKeys(e,r){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);r&&(n=n.filter(function(r){return Object.getOwnPropertyDescriptor(e,r).enumerable})),t.push.apply(t,n)}return t}function _objectSpread(e){for(var r=1;r<arguments.length;r++){var t=null!=arguments[r]?arguments[r]:{};r%2?ownKeys(Object(t),!0).forEach(function(r){(0,_defineProperty2.default)(e,r,t[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):ownKeys(Object(t)).forEach(function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(t,r))})}return e}var axios=require(2426),SDKError=require(2428);module.exports=function(e){e.prototype.confirmEmail=function(){var e=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(r,t){var n,a;return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:if(\"string\"==typeof r&&0!==r.trim().length){e.next=2;break}throw new SDKError(\"confirmationCode field is required\");case 2:return\"undefined\"!=typeof window&&(a=window.CNN&&window.CNN.contentModel,n={component_type:\"email_verification\",component_id:\"email_verification\",traits:{source_id:a&&a.sourceId||void 0,error_code:null,autologin:!1}}),e.prev=3,this.api.debugMode&&console.info(\"Confirm email called by \".concat(t)),e.next=7,axios.post(\"\".concat(this.api.endpoints.confirmEmail,\"/\").concat(r),null,{headers:this.api.headers});case 7:return this.zionEventWrapper(\"GenericSubmit\",_objectSpread(_objectSpread({},n),{},{traits:_objectSpread(_objectSpread({},n.traits),{},{http_response:\"success\"})})),e.abrupt(\"return\");case 11:throw e.prev=11,e.t0=e.catch(3),this.zionEventWrapper(\"GenericSubmit\",_objectSpread(_objectSpread({},n),{},{traits:_objectSpread(_objectSpread({},n.traits),{},{http_response:\"error\",error_code:e.t0.response&&e.t0.response.status||null})})),e.t0.response;case 15:case\"end\":return e.stop()}},e,this,[[3,11]])}));return function(r,t){return e.apply(this,arguments)}}(),e.prototype.resendConfirmationEmail=function(){var e=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(r,t,n){var a,i;return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:if(this.validLength(r)){e.next=2;break}throw new SDKError(\"data.email field is required and should have the correct length\");case 2:if(\"string\"==typeof n&&0!==n.trim().length){e.next=4;break}throw new SDKError(\"accessToken field is required\");case 4:return e.prev=4,a=_objectSpread({Authorization:n},this.api.headers),i=t,\"undefined\"!=typeof window&&(i.misc={request_origin:window.location.origin}),i.emailAddress=r.trim(),e.next=11,axios.post(this.api.endpoints.resendConfirmationEmail,i,{headers:a});case 11:return e.abrupt(\"return\");case 14:throw e.prev=14,e.t0=e.catch(4),e.t0.response;case 17:case\"end\":return e.stop()}},e,this,[[4,14]])}));return function(r,t,n){return e.apply(this,arguments)}}(),e.prototype.addEmail=function(){var e=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(r,t){var n,a,i;return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:if(r&&\"object\"===(0,_typeof2.default)(r)){e.next=2;break}throw new SDKError(\"Missing data object\");case 2:if(this.validLength(r.email)){e.next=4;break}throw new SDKError(\"data.email field is required and should have the correct length\");case 4:if(\"string\"==typeof t&&0!==t.trim().length){e.next=6;break}throw new SDKError(\"accessToken field is required\");case 6:return e.prev=6,n={emailAddress:r.email.trim(),primary:void 0===r.primary||r.primary},a=_objectSpread({Authorization:t},this.api.headers),e.next=11,axios.post(this.api.endpoints.email,n,{headers:a});case 11:return i=e.sent,e.abrupt(\"return\",i.data);case 15:throw e.prev=15,e.t0=e.catch(6),e.t0.response;case 18:case\"end\":return e.stop()}},e,this,[[6,15]])}));return function(r,t){return e.apply(this,arguments)}}(),e.prototype.deleteEmail=function(){var e=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(r,t){var n;return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:if(this.validLength(r)){e.next=2;break}throw new SDKError(\"email field is required and should have the correct length\");case 2:if(\"string\"==typeof t&&0!==t.trim().length){e.next=4;break}throw new SDKError(\"accessToken field is required\");case 4:return e.prev=4,n=_objectSpread({Authorization:t},this.api.headers),e.next=8,axios.delete(\"\".concat(this.api.endpoints.email,\"/\").concat(r.trim()),{headers:n});case 8:return e.abrupt(\"return\");case 11:throw e.prev=11,e.t0=e.catch(4),e.t0.response;case 14:case\"end\":return e.stop()}},e,this,[[4,11]])}));return function(r,t){return e.apply(this,arguments)}}(),e.prototype.changeEmail=function(){var e=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(r,t){var n;return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:if(r&&\"object\"===(0,_typeof2.default)(r)){e.next=2;break}throw new SDKError(\"Missing data object\");case 2:if(this.validLength(r.email)){e.next=4;break}throw new SDKError(\"data.email field is required and should have the correct length\");case 4:if(this.validLength(r.newEmail)){e.next=6;break}throw new SDKError(\"data.newEmail field is required and should have the correct length\");case 6:if(\"string\"==typeof t&&0!==t.trim().length){e.next=8;break}throw new SDKError(\"accessToken field is required\");case 8:return e.prev=8,e.next=11,this.addEmail({email:r.newEmail.trim(),primary:!0},t);case 11:return n=e.sent,e.next=14,this.deleteEmail(r.email.trim(),t);case 14:return e.abrupt(\"return\",n);case 17:throw e.prev=17,e.t0=e.catch(8),e.t0;case 20:case\"end\":return e.stop()}},e,this,[[8,17]])}));return function(r,t){return e.apply(this,arguments)}}()};\\n}, {\"10\":10,\"18\":18,\"19\":19,\"24\":24,\"25\":25,\"2426\":2426,\"2428\":2428}];\\nwindow.modules[\"2428\"] = [function(require,module,exports){\"use strict\";var _interopRequireDefault=require(10),_classCallCheck2=_interopRequireDefault(require(11)),_inherits2=_interopRequireDefault(require(13)),_possibleConstructorReturn2=_interopRequireDefault(require(14)),_getPrototypeOf2=_interopRequireDefault(require(15)),_wrapNativeSuper2=_interopRequireDefault(require(332));function _createSuper(e){var r=_isNativeReflectConstruct();return function(){var t,u=(0,_getPrototypeOf2.default)(e);if(r){var i=(0,_getPrototypeOf2.default)(this).constructor;t=Reflect.construct(u,arguments,i)}else t=u.apply(this,arguments);return(0,_possibleConstructorReturn2.default)(this,t)}}function _isNativeReflectConstruct(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],function(){})),!0}catch(e){return!1}}var SDKError=function(e){(0,_inherits2.default)(t,e);var r=_createSuper(t);function t(e,u){var i;return(0,_classCallCheck2.default)(this,t),(i=r.call(this,e)).name=i.constructor.name,i.status=u||500,i.data={errors:[{error:\"dalton.sdk.error\",message:e}]},i}return t}((0,_wrapNativeSuper2.default)(Error));module.exports=SDKError;\\n}, {\"10\":10,\"11\":11,\"13\":13,\"14\":14,\"15\":15,\"332\":332}];\\nwindow.modules[\"2429\"] = [function(require,module,exports){\"use strict\";var _interopRequireDefault=require(10),_regenerator=_interopRequireDefault(require(25)),_defineProperty2=_interopRequireDefault(require(19)),_typeof2=_interopRequireDefault(require(18)),_asyncToGenerator2=_interopRequireDefault(require(24));function ownKeys(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),r.push.apply(r,a)}return r}function _objectSpread(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?ownKeys(Object(r),!0).forEach(function(t){(0,_defineProperty2.default)(e,t,r[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):ownKeys(Object(r)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))})}return e}var axios=require(2426),SDKError=require(2428);module.exports=function(e){e.prototype.register=function(){var e=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(t){var r,a,n,o,i,s,c,p,d,u,l,h;return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:if(t&&\"object\"===(0,_typeof2.default)(t)){e.next=2;break}throw new SDKError(\"Missing data object\");case 2:if(this.validLength(t.email)){e.next=4;break}throw new SDKError(\"data.email field is required and should have the correct length\");case 4:if(this.validPassword(t.password)){e.next=6;break}throw new SDKError(\"data.password field is required and must satisfy policy\");case 6:if(t.legaldocs&&\"object\"===(0,_typeof2.default)(t.legaldocs)){e.next=8;break}throw new SDKError(\"data.legaldocs field is required\");case 8:return\"undefined\"!=typeof window&&(a=window.CNN&&window.CNN.contentModel,o=a&&a.canonicalUrl||(n=document.querySelector(\"link[rel=\\'canonical\\']\"))&&n.href||window.location.href,i=t.attributes||{},s=i.marketing_opt_in,c=i.marketing_affiliate_opt_in,r={component_type:\"form\",component_id:\"create_account\",traits:{brand:\"CNN\",source_id:a&&a.sourceId||void 0,error_code:null,canonical_url:o,source:t.source||document.referrer,marketing_opt_in:s,marketing_affiliate_opt_in:c,cms_id:a&&a.cmsId,page_type:a&&a.pageType,page_variant:a&&a.templateType}}),e.prev=9,p={identityRequests:[{identityType:this.api.identityType,principal:t.email.trim(),credential:t.password.trim()}]},e.next=13,axios.post(this.api.endpoints.identity,p,{headers:this.api.headers});case 13:return d=e.sent,p={emailAddress:t.email.trim(),apps:this.api.apps,legaldocs:t.legaldocs,attributes:{}},t.attributes&&(p.attributes[this.api.coreName]=_objectSpread({},t.attributes)),t.address&&(p.address=t.address),t.firstName&&(p.firstName=t.firstName),t.lastName&&(p.lastName=t.lastName),t.misc&&\"object\"===(0,_typeof2.default)(t.misc)&&(p.misc=t.misc),\"undefined\"!=typeof window&&(p.misc=_objectSpread(_objectSpread({},p.misc),{},{request_origin:window.location.origin})),u=_objectSpread({Authorization:d.data},this.api.headers),e.next=24,axios.post(this.api.endpoints.user,p,{headers:u});case 24:return l=e.sent,this.storeToken(l.data,t.rememberMe),e.next=28,this.accountInfo(d.data,\"register\");case 28:if(h=e.sent,this.storeUID(h.userProfileResponses[this.api.coreName].attributes[this.api.uuidName],t.rememberMe),\"undefined\"!=typeof window&&window.ZION_SDK){this.publishZionData(h.userProfileResponses[this.api.coreName].attributes[this.api.uuidName]);try{this.trackZionData(new window.ZION_SDK.GenericSubmit(_objectSpread(_objectSpread({},r),{},{traits:_objectSpread(_objectSpread({},r.traits),{},{cnn_uid:h.userProfileResponses[this.api.coreName].attributes[this.api.uuidName],http_response:\"success\"})})))}catch(e){console.log(\"DaltonSDK Error: could not send event to Zion analytics: \".concat(e))}}return e.abrupt(\"return\",l.data);case 34:throw e.prev=34,e.t0=e.catch(9),this.zionEventWrapper(\"GenericSubmit\",_objectSpread(_objectSpread({},r),{},{traits:_objectSpread(_objectSpread({},r.traits),{},{http_response:\"error\",error_code:e.t0.response&&e.t0.response.status||null})})),e.t0.response;case 38:case\"end\":return e.stop()}},e,this,[[9,34]])}));return function(t){return e.apply(this,arguments)}}(),e.prototype.googleSsoRegister=function(){var e=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(t){var r,a,n,o,i;return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:if(t&&\"object\"===(0,_typeof2.default)(t)){e.next=2;break}throw new SDKError(\"Missing data object\");case 2:if(t.token&&t.token.trim()){e.next=5;break}throw new SDKError(\"data.token field is required\");case 5:if(t.legaldocs&&\"object\"===(0,_typeof2.default)(t.legaldocs)){e.next=7;break}throw new SDKError(\"data.legaldocs field is required\");case 7:return\"undefined\"!=typeof window&&(r=this.getZionEventData({componentId:\"create_account\",componentType:\"form\",data:t,additionalTraits:{create_account_type:\"google\"}})),a={googleIdToken:t.token.trim(),apps:this.api.apps},e.prev=9,t.misc&&\"object\"===(0,_typeof2.default)(t.misc)&&(a.misc=t.misc),e.next=13,axios.post(this.api.endpoints.googleSSO,a,{headers:this.api.headers});case 13:if(n=e.sent,this.storeToken(n.data.authToken),this.storeUID(n.data.user.userProfileResponses[this.api.coreName].attributes[this.api.uuidName]),\"undefined\"!=typeof window&&window.ZION_SDK)try{this.trackZionData(new window.ZION_SDK.GenericSubmit(_objectSpread(_objectSpread({},r),{},{traits:_objectSpread(_objectSpread({},r.traits),{},{http_response:\"success\"})})))}catch(e){console.log(\"DaltonSDK Error: could not send event to Zion analytics: \".concat(e))}return a={apps:this.api.apps,legaldocs:t.legaldocs,attributes:{}},t.attributes&&(a.attributes[this.api.coreName]=t.attributes),t.address&&(a.address=t.address),o=_objectSpread({Authorization:n.data.authToken},this.api.headers),e.next=23,axios.post(this.api.endpoints.profile,a,{headers:o});case 23:return i=e.sent,this.storeUID(n.data.user.userProfileResponses[this.api.coreName].attributes[this.api.uuidName],t.rememberMe),e.abrupt(\"return\",{authToken:n.data.authToken,user:i.data});case 28:throw e.prev=28,e.t0=e.catch(9),this.zionEventWrapper(\"GenericSubmit\",_objectSpread(_objectSpread({},r),{},{errMsg:e.t0,traits:_objectSpread(_objectSpread({},r.traits),{},{http_response:\"error\",error_code:e.t0.response&&e.t0.response.status||null})})),e.t0.response;case 32:case\"end\":return e.stop()}},e,this,[[9,28]])}));return function(t){return e.apply(this,arguments)}}(),e.prototype.signIn=function(){var e=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(t,r){var a,n,o,i,s,c,p,d,u;return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:if(t&&\"object\"===(0,_typeof2.default)(t)){e.next=2;break}throw new SDKError(\"Missing data object\");case 2:if(this.validLength(t.email)||t.identityType){e.next=4;break}throw new SDKError(\"data.email field is required and should have the correct length\");case 4:if(t.identityType||this.validLength(t.password)){e.next=6;break}throw new SDKError(\"data.password field is required and should have the correct length\");case 6:return\"undefined\"!=typeof window&&(n=window.CNN&&window.CNN.contentModel,i=n&&n.canonicalUrl||(o=document.querySelector(\"link[rel=\\'canonical\\']\"))&&o.href||window.location.href,a={component_type:\"form\",component_id:\"log_in\",traits:{source:t.source||document.referrer,canonical_url:i,source_id:n&&n.sourceId||void 0,error_code:null,brand:\"CNN\",cms_id:n&&n.cmsId,page_type:n&&n.pageType,page_variant:n&&n.templateType}}),s=\"\",e.prev=8,c={principal:t.email.trim(),credential:t.password.trim(),identityType:t.identityType||this.api.identityType,apps:this.api.apps},e.next=12,axios.post(this.api.endpoints.login,c,{headers:this.api.headers});case 12:return p=e.sent,this.storeToken(p.data,t.rememberMe),e.prev=14,d=p.data,e.next=18,this.getPreAuthEntitlements(d,r);case 18:if(!(p.data.indexOf(this.api.authn)>-1)){e.next=26;break}return e.next=21,this.accountInfo(p.data,\"SignIn\");case 21:if(u=e.sent,s=u.userProfileResponses[this.api.coreName].attributes[this.api.uuidName]){if(\"undefined\"!=typeof window&&window.ZION_SDK)try{this.trackZionData(new window.ZION_SDK.GenericSubmit(_objectSpread(_objectSpread({},a),{},{traits:_objectSpread(_objectSpread({},a.traits),{},{cnn_uid:s,http_response:\"success\"})})))}catch(e){console.log(\"DaltonSDK Error: could not send event to Zion analytics: \".concat(e))}this.storeUID(s,t.rememberMe)}e.next=27;break;case 26:this.removeUID();case 27:e.next=32;break;case 29:e.prev=29,e.t0=e.catch(14),console.log(\"DaltonSDK Error trying to store uid\");case 32:return e.abrupt(\"return\",p.data);case 35:throw e.prev=35,e.t1=e.catch(8),this.zionEventWrapper(\"GenericSubmit\",_objectSpread(_objectSpread({},a),{},{traits:_objectSpread(_objectSpread({},a.traits),{},{cnn_uid:s,http_response:\"error\",error_code:e.t1.response&&e.t1.response.status||null})})),e.t1.response;case 39:case\"end\":return e.stop()}},e,this,[[8,35],[14,29]])}));return function(t,r){return e.apply(this,arguments)}}(),e.prototype.login=function(){var e=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(t,r){var a,n,o,i,s,c,p,d,u;return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:if(t&&\"object\"===(0,_typeof2.default)(t)){e.next=2;break}throw new SDKError(\"Missing data object\");case 2:if(this.validLength(t.email)||t.identityType){e.next=4;break}throw new SDKError(\"data.email field is required and should have the correct length\");case 4:if(t.identityType||this.validLength(t.password)){e.next=6;break}throw new SDKError(\"data.password field is required and should have the correct length\");case 6:return\"undefined\"!=typeof window&&(n=window.CNN&&window.CNN.contentModel,i=n&&n.canonicalUrl||(o=document.querySelector(\"link[rel=\\'canonical\\']\"))&&o.href||window.location.href,a={component_type:\"form\",component_id:\"log_in\",traits:{source:t.source||document.referrer,canonical_url:i,source_id:n&&n.sourceId||void 0,error_code:null,brand:\"CNN\",cms_id:n&&n.cmsId,page_type:n&&n.pageType,page_variant:n&&n.templateType}},t.identityType&&(a.traits.create_account_type=t.identityType)),s=\"\",e.prev=8,c={credential:t.password.trim(),identityType:t.identityType||this.api.identityType,apps:this.api.apps},t.email&&(c.principal=t.email.trim()),t.misc&&\"object\"===(0,_typeof2.default)(t.misc)&&(c.misc=t.misc),e.next=14,axios.post(this.api.endpoints.loginv2,c,{headers:this.api.headers});case 14:return p=e.sent,d=p.data.authToken,u=p.data.user,this.storeToken(d,t.rememberMe),e.prev=18,e.next=21,this.getPreAuthEntitlements(d,r);case 21:if(\"undefined\"!=typeof window)if(d.includes(this.api.authn)){if(s=u.userProfileResponses[this.api.coreName].attributes[this.api.uuidName]){if(window.ZION_SDK)try{this.trackZionData(new window.ZION_SDK.GenericSubmit(_objectSpread(_objectSpread({},a),{},{traits:_objectSpread(_objectSpread({},a.traits),{},{cnn_uid:s,http_response:\"success\"})})))}catch(e){console.log(\"DaltonSDK Error: could not send event to Zion analytics: \".concat(e)),t.event_error=!0}this.storeUID(s,t.rememberMe)}}else this.removeUID();e.next=27;break;case 24:e.prev=24,e.t0=e.catch(18),console.log(\"DaltonSDK Error trying to store uid: \".concat(e.t0));case 27:return e.abrupt(\"return\",p.data);case 30:throw e.prev=30,e.t1=e.catch(8),this.zionEventWrapper(\"GenericSubmit\",_objectSpread(_objectSpread({},a),{},{traits:_objectSpread(_objectSpread({},a.traits),{},{cnn_uid:s,http_response:\"error\",error_code:e.t1.response&&e.t1.response.status||null})})),e.t1.response;case 34:case\"end\":return e.stop()}},e,this,[[8,30],[18,24]])}));return function(t,r){return e.apply(this,arguments)}}(),e.prototype.logout=function(){var e=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(t){var r,a;return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:if(\"string\"==typeof t&&0!==t.trim().length){e.next=2;break}throw new SDKError(\"accessToken field is required\");case 2:return e.prev=2,e.prev=3,r=this.getStoredUID(),a=_objectSpread({Authorization:t},this.api.headers),e.next=8,axios.post(this.api.endpoints.logout,null,{headers:a});case 8:r&&this.zionEventWrapper(\"UserLogout\",{cnn_uid:r,brand:\"CNN\",canonical_url:window.location.href}),e.next=13;break;case 11:e.prev=11,e.t0=e.catch(3);case 13:return this.removeToken(\"logout\"),this.removeUID(),e.abrupt(\"return\");case 18:throw e.prev=18,e.t1=e.catch(2),e.t1.response;case 21:case\"end\":return e.stop()}},e,this,[[2,18],[3,11]])}));return function(t){return e.apply(this,arguments)}}(),e.prototype.accountInfo=function(){var e=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(t,r){var a,n;return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:if(\"string\"==typeof t&&0!==t.trim().length){e.next=2;break}throw new SDKError(\"accessToken field is required\");case 2:return e.prev=2,this.api.debugMode&&console.info(\"Account Info called by \".concat(r)),a=_objectSpread({Authorization:t},this.api.headers),e.next=7,axios.get(this.api.endpoints.user,{headers:a});case 7:return n=e.sent,e.abrupt(\"return\",n.data);case 11:throw e.prev=11,e.t0=e.catch(2),e.t0.response;case 14:case\"end\":return e.stop()}},e,this,[[2,11]])}));return function(t,r){return e.apply(this,arguments)}}(),e.prototype.updateAccount=function(){var e=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(t,r){var a,n;return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:if(t&&\"object\"===(0,_typeof2.default)(t)){e.next=2;break}throw new SDKError(\"Missing data object\");case 2:if(\"string\"==typeof r&&0!==r.trim().length){e.next=4;break}throw new SDKError(\"accessToken field is required\");case 4:return e.prev=4,a=_objectSpread({Authorization:r},this.api.headers),e.next=8,axios.post(this.api.endpoints.profile,t,{headers:a});case 8:return n=e.sent,e.abrupt(\"return\",n.data);case 12:throw e.prev=12,e.t0=e.catch(4),e.t0.response;case 15:case\"end\":return e.stop()}},e,this,[[4,12]])}));return function(t,r){return e.apply(this,arguments)}}(),e.prototype.changePassword=function(){var e=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(t,r){var a,n;return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:if(t&&\"object\"===(0,_typeof2.default)(t)){e.next=2;break}throw new SDKError(\"Missing data object\");case 2:if(!t.email||this.validLength(t.email)){e.next=4;break}throw new SDKError(\"data.email field is required and should have the correct length\");case 4:if(this.validPassword(t.newPassword)){e.next=6;break}throw new SDKError(\"data.newPassword field is required and must satisfy the policy\");case 6:if(\"string\"==typeof r&&0!==r.trim().length){e.next=8;break}throw new SDKError(\"accessToken field is required\");case 8:return e.prev=8,a={identityType:\"EMAIL\",credential:t.newPassword.trim()},t.email&&(a.principal=t.email.trim()),t.misc&&\"object\"===(0,_typeof2.default)(t.misc)&&(a.misc=t.misc),n=_objectSpread({Authorization:r},this.api.headers),e.next=15,axios.post(this.api.endpoints.changePassword,a,{headers:n});case 15:return e.abrupt(\"return\");case 18:throw e.prev=18,e.t0=e.catch(8),e.t0.response;case 21:case\"end\":return e.stop()}},e,this,[[8,18]])}));return function(t,r){return e.apply(this,arguments)}}(),e.prototype.resetPasswordRequest=function(){var e=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(t){var r,a,n=arguments;return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:if(r=n.length>1&&void 0!==n[1]?n[1]:{},this.validLength(t)){e.next=3;break}throw new SDKError(\"data.email field is required and should have the correct length\");case 3:return e.prev=3,a={identityType:\"EMAIL\",principal:t.trim()},r&&\"object\"===(0,_typeof2.default)(r)&&(a.misc=r),\"undefined\"!=typeof window&&(a.misc=_objectSpread(_objectSpread({},a.misc),{},{request_origin:window.location.origin})),e.next=9,axios.post(this.api.endpoints.resetPassword,a,{headers:this.api.headers});case 9:return e.abrupt(\"return\");case 12:throw e.prev=12,e.t0=e.catch(3),e.t0.response;case 15:case\"end\":return e.stop()}},e,this,[[3,12]])}));return function(t){return e.apply(this,arguments)}}(),e.prototype.resetPassword=function(){var e=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(t){var r,a;return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:if(\"string\"==typeof t&&0!==t.trim().length){e.next=2;break}throw new SDKError(\"resetToken field is required\");case 2:return e.prev=2,r=this.getStoredUID(),e.next=6,axios.get(this.api.endpoints.resetPassword,{params:{resetToken:t},headers:this.api.headers});case 6:return a=e.sent,r&&this.zionEventWrapper(\"UserForgotPassword\",{cnn_uid:r,brand:\"CNN\",canonical_url:window.location.href}),e.abrupt(\"return\",a.data);case 11:throw e.prev=11,e.t0=e.catch(2),e.t0.response;case 14:case\"end\":return e.stop()}},e,this,[[2,11]])}));return function(t){return e.apply(this,arguments)}}(),e.prototype.deleteAccount=function(){var e=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(t){var r,a,n,o;return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:if(\"string\"==typeof t&&0!==t.trim().length){e.next=2;break}throw new SDKError(\"accessToken field is required\");case 2:return a=\"\",\"undefined\"!=typeof window&&(n=window.CNN&&window.CNN.contentModel,r={component_type:\"delete_account\",component_id:\"delete_account\",traits:{source_id:n&&n.sourceId||void 0,error_code:null,brand:\"CNN\",cms_id:n&&n.cmsId,page_type:n&&n.pageType,page_variant:n&&n.templateType}}),e.prev=4,a=this.getStoredUID(),o=_objectSpread({Authorization:t},this.api.headers),e.next=9,axios.delete(this.api.endpoints.delete,{headers:o});case 9:return this.zionEventWrapper(\"GenericSubmit\",_objectSpread(_objectSpread({},r),{},{traits:_objectSpread(_objectSpread({},r.traits),{},{http_response:\"success\",cnn_uid:a})})),this.removeToken(\"deleteAccount\"),this.removeUID(),e.abrupt(\"return\");case 15:throw e.prev=15,e.t0=e.catch(4),this.zionEventWrapper(\"GenericSubmit\",_objectSpread(_objectSpread({},r),{},{traits:_objectSpread(_objectSpread({},r.traits),{},{http_response:\"error\",error_code:e.t0.response&&e.t0.response.status||null})})),e.t0.response;case 19:case\"end\":return e.stop()}},e,this,[[4,15]])}));return function(t){return e.apply(this,arguments)}}(),e.prototype.appleSsoRegister=function(){var e=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(t){var r,a,n,o,i,s,c,p,d;return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:if(t&&\"object\"===(0,_typeof2.default)(t)){e.next=2;break}throw new SDKError(\"Missing data object\");case 2:if(t.legaldocs&&\"object\"===(0,_typeof2.default)(t.legaldocs)){e.next=4;break}throw new SDKError(\"data.legaldocs field is required\");case 4:if(r=t.token&&t.token.trim()){e.next=7;break}throw new SDKError(\"data.token field is required\");case 7:return n=t.attributes||{},o=n.marketingOptIn,i=n.marketingAffiliateOptIn,\"undefined\"!=typeof window&&(a=this.getZionEventData({componentId:\"create_account\",componentType:\"form\",data:t,additionalTraits:{create_account_type:\"apple\",marketing_opt_in:o,marketing_affiliate_opt_in:i}})),s={appleIdToken:r,apps:this.api.apps},e.prev=10,t.misc&&\"object\"===(0,_typeof2.default)(t.misc)&&(s.misc=t.misc),e.next=14,axios.post(this.api.endpoints.appleSSO,s,{headers:this.api.headers});case 14:if(c=e.sent,this.storeToken(c.data.authToken),this.storeUID(c.data.user.userProfileResponses[this.api.coreName].attributes[this.api.uuidName],t.rememberMe),\"undefined\"!=typeof window&&window.ZION_SDK)try{this.trackZionData(new window.ZION_SDK.GenericSubmit(_objectSpread(_objectSpread({},a),{},{traits:_objectSpread(_objectSpread({},a.traits),{},{http_response:\"success\"})})))}catch(e){console.log(\"DaltonSDK Error: could not send event to Zion analytics: \".concat(e))}return s={apps:this.api.apps,legaldocs:t.legaldocs,attributes:{}},t.attributes&&(s.attributes[this.api.coreName]=t.attributes),t.address&&(s.address=t.address),p=_objectSpread({Authorization:c.data.authToken},this.api.headers),e.next=24,axios.post(this.api.endpoints.profile,s,{headers:p});case 24:return d=e.sent,e.abrupt(\"return\",{authToken:c.data.authToken,user:d.data});case 28:throw e.prev=28,e.t0=e.catch(10),this.zionEventWrapper(\"GenericSubmit\",_objectSpread(_objectSpread({},a),{},{traits:_objectSpread(_objectSpread({},a.traits),{},{errMsg:e.t0,http_response:\"error\",error_code:e.t0.response&&e.t0.response.status||null})})),e.t0.response;case 32:case\"end\":return e.stop()}},e,this,[[10,28]])}));return function(t){return e.apply(this,arguments)}}()};\\n}, {\"10\":10,\"18\":18,\"19\":19,\"24\":24,\"25\":25,\"2426\":2426,\"2428\":2428}];\\nwindow.modules[\"2430\"] = [function(require,module,exports){\"use strict\";var _interopRequireDefault=require(10),_typeof2=_interopRequireDefault(require(18)),_regenerator=_interopRequireDefault(require(25)),_defineProperty2=_interopRequireDefault(require(19)),_asyncToGenerator2=_interopRequireDefault(require(24));function ownKeys(e,r){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);r&&(n=n.filter(function(r){return Object.getOwnPropertyDescriptor(e,r).enumerable})),t.push.apply(t,n)}return t}function _objectSpread(e){for(var r=1;r<arguments.length;r++){var t=null!=arguments[r]?arguments[r]:{};r%2?ownKeys(Object(t),!0).forEach(function(r){(0,_defineProperty2.default)(e,r,t[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):ownKeys(Object(t)).forEach(function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(t,r))})}return e}var axios=require(2426),SDKError=require(2428);module.exports=function(e){e.prototype.acceptedLegalDocs=function(){var e=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(r){var t,n;return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:if(\"string\"==typeof r&&0!==r.trim().length){e.next=2;break}throw new SDKError(\"accessToken field is required\");case 2:return e.prev=2,t=_objectSpread({Authorization:r},this.api.headers),e.next=6,axios.get(this.api.endpoints.legaldocs,{headers:t});case 6:return n=e.sent,e.abrupt(\"return\",n.data);case 10:throw e.prev=10,e.t0=e.catch(2),e.t0.response;case 13:case\"end\":return e.stop()}},e,this,[[2,10]])}));return function(r){return e.apply(this,arguments)}}(),e.prototype.addLegalDoc=function(){var e=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(r,t){var n,a;return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:if(r&&\"object\"===(0,_typeof2.default)(r)){e.next=2;break}throw new SDKError(\"Missing data object\");case 2:if(\"string\"==typeof r.docName&&0!==r.docName.trim().length){e.next=4;break}throw new SDKError(\"data.docName field is required\");case 4:if(\"string\"==typeof r.version&&0!==r.version.trim().length){e.next=6;break}throw new SDKError(\"data.version field is required\");case 6:return e.prev=6,n=_objectSpread({Authorization:t},this.api.headers),e.next=10,axios.post(this.api.endpoints.legaldocs,r,{headers:n});case 10:return a=e.sent,e.abrupt(\"return\",a.data);case 14:throw e.prev=14,e.t0=e.catch(6),e.t0.response;case 17:case\"end\":return e.stop()}},e,this,[[6,14]])}));return function(r,t){return e.apply(this,arguments)}}(),e.prototype.unacceptedLegalDocs=function(){var e=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(r){var t,n;return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:if(\"string\"==typeof r&&0!==r.trim().length){e.next=2;break}throw new SDKError(\"accessToken field is required\");case 2:return e.prev=2,t=_objectSpread({Authorization:r},this.api.headers),e.next=6,axios.get(this.api.endpoints.unacceptedLegaldocs,{headers:t});case 6:return n=e.sent,e.abrupt(\"return\",n.data);case 10:throw e.prev=10,e.t0=e.catch(2),e.t0.response;case 13:case\"end\":return e.stop()}},e,this,[[2,10]])}));return function(r){return e.apply(this,arguments)}}()};\\n}, {\"10\":10,\"18\":18,\"19\":19,\"24\":24,\"25\":25,\"2426\":2426,\"2428\":2428}];\\nwindow.modules[\"2431\"] = [function(require,module,exports){\"use strict\";var _interopRequireDefault=require(10),_regenerator=_interopRequireDefault(require(25)),_defineProperty2=_interopRequireDefault(require(19)),_typeof2=_interopRequireDefault(require(18)),_asyncToGenerator2=_interopRequireDefault(require(24));function ownKeys(e,r){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);r&&(n=n.filter(function(r){return Object.getOwnPropertyDescriptor(e,r).enumerable})),t.push.apply(t,n)}return t}function _objectSpread(e){for(var r=1;r<arguments.length;r++){var t=null!=arguments[r]?arguments[r]:{};r%2?ownKeys(Object(t),!0).forEach(function(r){(0,_defineProperty2.default)(e,r,t[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):ownKeys(Object(t)).forEach(function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(t,r))})}return e}var axios=require(2426),SDKError=require(2428);module.exports=function(e){e.prototype.linkSSOAccount=function(){var e=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(r,t){var n,a;return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:if(\"string\"==typeof t&&0!==t.trim().length){e.next=2;break}throw new SDKError(\"accessToken field is required\");case 2:if(r&&\"object\"===(0,_typeof2.default)(r)){e.next=4;break}throw new SDKError(\"Missing data object\");case 4:if(r.credential){e.next=6;break}throw new SDKError(\"data.credential is required\");case 6:if(r.identityType){e.next=8;break}throw new SDKError(\"data.identityType is required\");case 8:return e.prev=8,n={credential:r.credential,identityType:r.identityType},a=_objectSpread({Authorization:t},this.api.headers),r.misc&&\"object\"===(0,_typeof2.default)(r.misc)&&(n.misc=r.misc),e.next=14,axios.post(this.api.endpoints.identities,n,{headers:a});case 14:return e.abrupt(\"return\");case 17:throw e.prev=17,e.t0=e.catch(8),e.t0.response;case 20:case\"end\":return e.stop()}},e,this,[[8,17]])}));return function(r,t){return e.apply(this,arguments)}}(),e.prototype.getSSOIdentityTypes=function(){var e=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(r){var t,n,a;return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:if(r&&\"object\"===(0,_typeof2.default)(r)){e.next=2;break}throw new SDKError(\"Missing data object\");case 2:if(r.credential){e.next=4;break}throw new SDKError(\"data.credential is required\");case 4:if(r.identityType){e.next=6;break}throw new SDKError(\"data.identityType is required\");case 6:return e.prev=6,t={credential:r.credential,identityType:r.identityType},n=_objectSpread({},this.api.headers),e.next=11,axios.post(this.api.endpoints.identityTypes,t,{headers:n});case 11:return a=e.sent,e.abrupt(\"return\",a);case 15:throw e.prev=15,e.t0=e.catch(6),e.t0.response;case 18:case\"end\":return e.stop()}},e,this,[[6,15]])}));return function(r){return e.apply(this,arguments)}}(),e.prototype.getSSOIdentities=function(){var e=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(r,t){var n,a,i;return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:if(\"string\"==typeof r&&0!==r.trim().length){e.next=2;break}throw new SDKError(\"accessToken field is required\");case 2:return e.prev=2,n=\"\",a=_objectSpread({Authorization:r},this.api.headers),t&&(n=\"?\".concat(new URLSearchParams(t).toString())),e.next=8,axios.get(\"\".concat(this.api.endpoints.identities).concat(n),{headers:a});case 8:return i=e.sent,e.abrupt(\"return\",i);case 12:throw e.prev=12,e.t0=e.catch(2),e.t0.response;case 15:case\"end\":return e.stop()}},e,this,[[2,12]])}));return function(r,t){return e.apply(this,arguments)}}(),e.prototype.deleteSSOIdentity=function(){var e=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(r,t){var n,a,i,o;return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:if(\"string\"==typeof t&&0!==t.trim().length){e.next=2;break}throw new SDKError(\"accessToken field is required\");case 2:if(r&&\"object\"===(0,_typeof2.default)(r)){e.next=4;break}throw new SDKError(\"Missing data object\");case 4:if(n=r.identityType,a=r.id,n){e.next=7;break}throw new SDKError(\"data.identityType is required\");case 7:if(a){e.next=9;break}throw new SDKError(\"data.id is required\");case 9:return e.prev=9,i=_objectSpread({Authorization:t},this.api.headers),e.next=13,axios.delete(\"\".concat(this.api.endpoints.identity,\"/\").concat(n,\"/\").concat(a),{headers:i});case 13:return o=e.sent,e.abrupt(\"return\",o);case 17:throw e.prev=17,e.t0=e.catch(9),e.t0.response;case 20:case\"end\":return e.stop()}},e,this,[[9,17]])}));return function(r,t){return e.apply(this,arguments)}}()};\\n}, {\"10\":10,\"18\":18,\"19\":19,\"24\":24,\"25\":25,\"2426\":2426,\"2428\":2428}];\\nwindow.modules[\"2432\"] = [function(require,module,exports){\"use strict\";var _interopRequireDefault=require(10),_regenerator=_interopRequireDefault(require(25)),_defineProperty2=_interopRequireDefault(require(19)),_asyncToGenerator2=_interopRequireDefault(require(24));function ownKeys(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);t&&(o=o.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),r.push.apply(r,o)}return r}function _objectSpread(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?ownKeys(Object(r),!0).forEach(function(t){(0,_defineProperty2.default)(e,t,r[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):ownKeys(Object(r)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))})}return e}var axios=require(2426),base64url=require(2433),SDKError=require(2428);module.exports=function(e){e.prototype.__makeCookie=function(e,t,r){var o=this.api.cookie.base,n=r||this.api.cookie.name;window.location.hostname.startsWith(\"localhost\")&&\"production\"!==this.api.env&&(o=o.replace(\" secure;\",\"\"));var a=\"\";return t instanceof Date&&!Number.isNaN(Number(t))&&(a=\"expires=\".concat(t.toUTCString(),\";\")),\"\".concat(n,\"=\").concat(e,\"; \").concat(o,\" \").concat(a)},e.prototype.refreshAuthToken=function(){var e=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(t,r,o){var n,a,c,s,i;return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:if(\"string\"==typeof t&&0!==t.trim().length){e.next=2;break}throw new SDKError(\"accessToken field is required\");case 2:return e.prev=2,this.api.debugMode&&console.info(\"Account Info called by \".concat(o)),n=_objectSpread({Authorization:t},this.api.headers),e.next=7,axios.post(this.api.endpoints.refreshAuthToken,null,{headers:n});case 7:return a=e.sent,this.storeToken(a.data,r),e.prev=9,c=a.data,e.next=13,this.getPreAuthEntitlements(c,!1);case 13:if(!(a.data.indexOf(this.api.authn)>-1)){e.next=21;break}return e.next=16,this.accountInfo(a.data,\"refreshAuthToken\");case 16:s=e.sent,i=s.userProfileResponses[this.api.coreName].attributes[this.api.uuidName],this.storeUID(i,r),e.next=23;break;case 21:this.removeUID(),this.removeEncodedItem(\"preauthz\");case 23:e.next=28;break;case 25:e.prev=25,e.t0=e.catch(9),console.log(\"DaltonSDK Error trying to store uid after refresh token\");case 28:return e.abrupt(\"return\",a.data);case 31:throw e.prev=31,e.t1=e.catch(2),e.t1.response;case 34:case\"end\":return e.stop()}},e,this,[[2,31],[9,25]])}));return function(t,r,o){return e.apply(this,arguments)}}(),e.prototype.storeToken=function(e,t){try{if(\"undefined\"!=typeof window){var r=base64url(\"\".concat(this.api.cookie.version,\"|\").concat(e)),o=null;t&&(o=new Date).setDate(o.getDate()+t),window.document.cookie=this.__makeCookie(r,o),window.document.cookie=this.__makeCookie((new Date).toUTCString(),o,this.api.cookie.setDateName)}}catch(e){console.log(\"Could not set access token: \".concat(e.message))}},e.prototype.checkAndRefreshToken=function(){var e=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(t){var r,o,n,a,c;return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:if(r=this.api.cookie.refreshAfterDays,o=this.getToken(),n=o,!r||!o){e.next=23;break}if(e.prev=4,!(a=this.getTokenSetDate())){e.next=15;break}if((c=new Date(a)).setDate(c.getDate()+r),!(c<new Date)){e.next=13;break}return e.next=12,this.refreshAuthToken(o,t);case 12:n=e.sent;case 13:e.next=18;break;case 15:return e.next=17,this.refreshAuthToken(o,t);case 17:n=e.sent;case 18:e.next=23;break;case 20:e.prev=20,e.t0=e.catch(4),console.log(\"Could not check and refresh token: \".concat(e.t0.message));case 23:return e.abrupt(\"return\",n);case 24:case\"end\":return e.stop()}},e,this,[[4,20]])}));return function(t){return e.apply(this,arguments)}}(),e.prototype.getToken=function(e){var t=\"\";try{var r=new RegExp(\"(?:(?:^|.*;\\\\\\\\s*)\".concat(this.api.cookie.name,\"\\\\\\\\s*\\\\\\\\=\\\\\\\\s*([^;]*).*$)|^.*$\"));t=window.document.cookie.replace(r,\"$1\"),t=base64url.decode(t);var o=\"\".concat(this.api.cookie.version,\"|\");t.indexOf(o)>-1?(t=t.replace(o,\"\"),this.api.debugMode&&(console.log(\"access token replace called\"),console.log(\"AT - \".concat(t)))):(this.api.debugMode&&(console.info(\"Get token called by \".concat(e)),console.log(\"AT - \".concat(t)),console.log(\"Validity check for Version - \".concat(t.indexOf(o)))),t&&(this.removeToken(\"getToken\"),t=\"\"))}catch(e){console.log(\"Could not retrieve access token: \".concat(e.message))}return t},e.prototype.removeToken=function(e){try{var t;if(this.api.debugMode&&(console.log(\"removeToken called by \".concat(e)),console.log(\"You cookie version is - \".concat(this.api.cookie.version,\"|\"))),\"undefined\"!=typeof window){var r,o=window.CNN&&window.CNN.contentModel,n=o&&o.canonicalUrl||(r=document.querySelector(\"link[rel=\\'canonical\\']\"))&&r.href||window.location.href;t={component_type:\"button\",component_id:\"log_out\",traits:{source:document.referrer,canonical_url:n,source_id:o&&o.sourceId,error_code:null,brand:\"CNN\",cms_id:o&&o.cmsId,page_type:o&&o.pageType,page_variant:o&&o.templateType}}}var a=this.getStoredUID();try{a&&this.trackZionData(new window.ZION_SDK.GenericSubmit(_objectSpread(_objectSpread({},t),{},{traits:_objectSpread(_objectSpread({},t.traits),{},{cnn_uid:a,http_response:\"success\"})})))}catch(e){console.log(\"DaltonSDK Error: could not send event to Zion analytics: \".concat(e))}var c=new Date(\"Thu, 01 Jan 1970 00:00:00 GMT\");window.document.cookie=this.__makeCookie(\"\",c),window.document.cookie=this.__makeCookie(\"\",c,this.api.cookie.setDateName),this.removeEncodedItem(\"preauthz\"),this.clearPreferences()}catch(e){console.log(\"Could not delete access token: \".concat(e.message))}},e.prototype.tokenWithAuthn=function(){return this.getToken().indexOf(this.api.authn)>-1},e.prototype.getTokenSetDate=function(){var e=null;try{var t=new RegExp(\"(?:(?:^|.*;\\\\\\\\s*)\".concat(this.api.cookie.setDateName,\"\\\\\\\\s*\\\\\\\\=\\\\\\\\s*([^;]*).*$)|^.*$\")),r=window.document.cookie.replace(t,\"$1\");r&&(e=Date.parse(r))}catch(e){console.log(\"Could not retrieve set date: \".concat(e.message))}return e},e.prototype.getSbpToken=function(){var e=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(t){var r,o,n,a;return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:return r={success:!1,errorStatus:500,data:{}},e.prev=1,e.next=4,axios.post(this.api.endpoints.generateSbpToken,{},{headers:{Authorization:t}});case 4:o=e.sent,r={success:!0,errorStatus:void 0,data:o.data},e.next=12;break;case 8:e.prev=8,e.t0=e.catch(1),n=e.t0||{},a=n.response,r.errorStatus=a&&a.status||500;case 12:return e.abrupt(\"return\",r);case 13:case\"end\":return e.stop()}},e,this,[[1,8]])}));return function(t){return e.apply(this,arguments)}}()};\\n}, {\"10\":10,\"19\":19,\"24\":24,\"25\":25,\"2426\":2426,\"2428\":2428,\"2433\":2433}];\\nwindow.modules[\"2433\"] = [function(require,module,exports){module.exports=require(2508).default,module.exports.default=module.exports;\\n}, {\"2508\":2508}];\\nwindow.modules[\"2434\"] = [function(require,module,exports){\"use strict\";var _interopRequireDefault=require(10),_defineProperty2=_interopRequireDefault(require(19));function ownKeys(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var c=Object.getOwnPropertySymbols(e);t&&(c=c.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),n.push.apply(n,c)}return n}function _objectSpread(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?ownKeys(Object(n),!0).forEach(function(t){(0,_defineProperty2.default)(e,t,n[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):ownKeys(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))})}return e}var SDKError=require(2428),UAParser=require(2435);exports.getAPIConfig=function(e){var t,n,c,o;if(e.url)t=e.url;else{var a={localhost:\"https://audience.qa.cnn.com\",test:\"https://audience.qa.cnn.com\",dev:\"https://audience.qa.cnn.com\",production:\"https://audience.cnn.com\"};t=a[e.env]?a[e.env]:a.dev;var r={localhost:\"https://daltonmt1.qa.identityservices.io\",test:\"https://daltonmt1.qa.identityservices.io\",dev:\"https://daltonmt1.qa.identityservices.io\",production:\"https://daltonmt1.identityservices.io\"},i={localhost:!0,test:!0,dev:!0,production:!1};n=r[e.env]?r[e.env]:r.dev,c=i[e.env]?i[e.env]:i.production;try{o=localStorage.getItem({key:\"ziondev.debug\"})}catch(e){o=!1}c=c||/true/i.test(o)}if(0!==t.indexOf(\"https\"))throw new SDKError(\"Security issue: URL must use https\");var s={\"Content-Type\":\"application/json\"};if(e.appName&&(s[\"X-Client-Application\"]=e.appName),e.appId&&(s[\"app-id\"]=e.appId),e.forwardClientInfo){var p=UAParser();if(p){var u=p.device,d=p.os,l=p.browser,h=u.vendor&&u.model?\"\".concat(u.vendor,\"_\").concat(u.model):d.name,b=\"\".concat(d.name,\" \").concat(d.version),m=\"\".concat(l.name,\" \").concat(l.version);s[\"X-Client-Application\"]=\"\".concat(h,\"|\").concat(b,\"|\").concat(m)}}var v=\"path=/; samesite=Lax;\",g=\"\";if(\"undefined\"!=typeof window)try{var y=window.location.hostname.replace(\"www.\",\"\"),f=y.substr(0,y.indexOf(\".\"));(\"plus.stellar.cnn.com\"===y||\"cnn\"!==f&&\"us\"!==f&&\"edition\"!==f&&\"arabic\"!==f&&\"cnnespanol\"!==f&&\"plus\"!==f&&\"plus-test\"!==f)&&(g=\"_\".concat(f||y)),y.endsWith(\"cnn.com\")&&(v+=\" domain=.cnn.com; \"),\"test\"!==e.env&&\"localhost\"!==e.env&&(v+=\" secure;\")}catch(e){console.log(\"Could not find window\")}var w=\"\".concat(t,\"/gizmo/api/1/wingman\"),k=\"\".concat(t,\"/regwall/api/1\"),_=\"\".concat(t,\"/openweb/api/1\"),S=\"\".concat(t,\"/core/api/1\"),O=\"\".concat(t,\"/newsletters/api/1\"),P={localhost:\"https://arkose.daex.qa.identityservices.io\",test:\"https://arkose.daex.qa.identityservices.io\",dev:\"https://arkose.daex.qa.identityservices.io\",production:\"https://arkose.daex.identityservices.io\"},A=P[e.env]||P.dev;return _objectSpread({coreName:\"cnn\",apps:[\"core\",\"entitlements\",\"newsletters\",\"preferences\"],identityType:\"EMAIL\",uuidName:\"cnn_uid\",saltName:\"cnn_salt\",authn:\"cnn.authn\",passwordPolicy:\"^(?=.*?[A-Za-z])(?=.*?[0-9])(?=.*?[a-zA-Z]?).{8,}$\",maxInputLength:254,cookie:{name:\"_cnn_at\".concat(g),base:v,version:e.cookieVersion&&e.cookieVersion.length>0?e.cookieVersion:\"v1.1\",setDateName:\"_cnn_at_date\".concat(g),refreshAfterDays:e.cookieRefreshAfterDays},cookieUID:{name:\"_cnn_uid\".concat(g),base:v},debugMode:c,headers:s,endpoints:{appleSSO:\"\".concat(S,\"/apple/register\"),appleTokens:\"\".concat(S,\"/apple/authz_token\"),attributes:\"\".concat(S,\"/user/attributes\"),authnRegCode:\"\".concat(t,\"/dim/api/1/authn/regcode\"),cancelSub:\"\".concat(w,\"/purchase/subscription/:subId/cancel\"),changePassword:\"\".concat(S,\"/identity/password\"),confirmEmail:\"\".concat(S,\"/user/email/confirm\"),dataExchange:\"\".concat(A,\"/daex\"),delete:\"\".concat(S,\"/user/core\"),email:\"\".concat(S,\"/user/email\"),generateSbpToken:\"\".concat(t,\"/core/api/2/user/sbp/generateToken\"),getActiveSub:\"\".concat(k,\"/subscriptions/active\"),getAuthZTokens:\"\".concat(n,\"/strapii/api/1/authz/token\"),getPublicAttr:\"\".concat(S,\"/user/public_attrs\"),getSub:\"\".concat(k,\"/subscriptions\"),googleSSO:\"\".concat(S,\"/google/register\"),identities:\"\".concat(S,\"/identity/identities\"),identity:\"\".concat(S,\"/identity\"),identityTypes:\"\".concat(S,\"/identity/identitytypes\"),legaldocs:\"\".concat(S,\"/user/legaldocs\"),linkMVPDAuthn:\"\".concat(t,\"/dim/api/1/authn/link\"),login:\"\".concat(S,\"/user/login\"),loginv2:\"\".concat(t,\"/core/api/2/user/login\"),logout:\"\".concat(S,\"/user/logout\"),openwebSSO:\"\".concat(_,\"/sso_handshake\"),paymentSource:\"\".concat(w,\"/paymentsource\"),preAuthSource:\"\".concat(k,\"/regwall/preauthorize\"),preferences:\"\".concat(t,\"/preferences/api/1/preferences\"),productCheck:\"\".concat(n,\"/prodgate/api/1/product/check\"),productSource:\"\".concat(w,\"/products\"),profile:\"\".concat(S,\"/user/profile\"),purchaseSource:\"\".concat(w,\"/purchase\"),refreshAuthToken:\"\".concat(S,\"/user/refresh_authtoken\"),requestRegCode:\"\".concat(t,\"/dim/api/1/regcode\"),resendConfirmationEmail:\"\".concat(S,\"/user/email/regenerate_confirmation_code\"),resetPassword:\"\".concat(S,\"/identity/password_reset_token\"),retrieveNewsletters:\"\".concat(O,\"/newsletters\"),setupIntent:\"\".concat(w,\"/setupintent\"),subscriptions:\"\".concat(O,\"/subscriptions\"),subscriptionsAdd:\"\".concat(O,\"/subscriptions/add\"),subscriptionsAuthtoken:\"\".concat(O,\"/subscriptions/authtoken\"),subscriptionsDelete:\"\".concat(O,\"/subscriptions/delete\"),unacceptedLegaldocs:\"\".concat(S,\"/user/unaccepted_legaldocs\"),unsubscribe:\"\".concat(O,\"/subscriptions/unsubscribe\"),updatePaymentSource:\"\".concat(w,\"/paymentsource/switch\"),user:\"\".concat(S,\"/user\")}},e)};\\n}, {\"10\":10,\"19\":19,\"2428\":2428,\"2435\":2435}];\\nwindow.modules[\"2435\"] = [function(require,module,exports){!function(i,e){\"use strict\";var o=\"model\",r=\"name\",a=\"type\",n=\"vendor\",t=\"version\",s=\"mobile\",b=\"tablet\",w=\"smarttv\",d=function(i){for(var e={},o=0;o<i.length;o++)e[i[o].toUpperCase()]=i[o];return e},l=function(i,e){return\"string\"==typeof i&&-1!==c(e).indexOf(c(i))},c=function(i){return i.toLowerCase()},u=function(i,e){if(\"string\"==typeof i)return i=i.replace(/^\\\\s\\\\s*/,\"\").replace(/\\\\s\\\\s*$/,\"\"),void 0===e?i:i.substring(0,255)},m=function(i,e){for(var o,r,a,n,t,s,b=0;b<e.length&&!t;){var w=e[b],d=e[b+1];for(o=r=0;o<w.length&&!t;)if(t=w[o++].exec(i))for(a=0;a<d.length;a++)s=t[++r],\"object\"==typeof(n=d[a])&&n.length>0?2===n.length?\"function\"==typeof n[1]?this[n[0]]=n[1].call(this,s):this[n[0]]=n[1]:3===n.length?\"function\"!=typeof n[1]||n[1].exec&&n[1].test?this[n[0]]=s?s.replace(n[1],n[2]):void 0:this[n[0]]=s?n[1].call(this,s,n[2]):void 0:4===n.length&&(this[n[0]]=s?n[3].call(this,s.replace(n[1],n[2])):void 0):this[n]=s||void 0;b+=2}},p=function(i,e){for(var o in e)if(\"object\"==typeof e[o]&&e[o].length>0){for(var r=0;r<e[o].length;r++)if(l(e[o][r],i))return\"?\"===o?void 0:o}else if(l(e[o],i))return\"?\"===o?void 0:o;return i},h={ME:\"4.90\",\"NT 3.11\":\"NT3.51\",\"NT 4.0\":\"NT4.0\",2000:\"NT 5.0\",XP:[\"NT 5.1\",\"NT 5.2\"],Vista:\"NT 6.0\",7:\"NT 6.1\",8:\"NT 6.2\",8.1:\"NT 6.3\",10:[\"NT 6.4\",\"NT 10.0\"],RT:\"ARM\"},f={browser:[[/\\\\b(?:crmo|crios)\\\\/([\\\\w\\\\.]+)/i],[t,[r,\"Chrome\"]],[/edg(?:e|ios|a)?\\\\/([\\\\w\\\\.]+)/i],[t,[r,\"Edge\"]],[/(opera mini)\\\\/([-\\\\w\\\\.]+)/i,/(opera [mobiletab]{3,6})\\\\b.+version\\\\/([-\\\\w\\\\.]+)/i,/(opera)(?:.+version\\\\/|[\\\\/ ]+)([\\\\w\\\\.]+)/i],[r,t],[/opios[\\\\/ ]+([\\\\w\\\\.]+)/i],[t,[r,\"Opera Mini\"]],[/\\\\bopr\\\\/([\\\\w\\\\.]+)/i],[t,[r,\"Opera\"]],[/(kindle)\\\\/([\\\\w\\\\.]+)/i,/(lunascape|maxthon|netfront|jasmine|blazer)[\\\\/ ]?([\\\\w\\\\.]*)/i,/(avant |iemobile|slim)(?:browser)?[\\\\/ ]?([\\\\w\\\\.]*)/i,/(ba?idubrowser)[\\\\/ ]?([\\\\w\\\\.]+)/i,/(?:ms|\\\\()(ie) ([\\\\w\\\\.]+)/i,/(flock|rockmelt|midori|epiphany|silk|skyfire|ovibrowser|bolt|iron|vivaldi|iridium|phantomjs|bowser|quark|qupzilla|falkon|rekonq|puffin|brave|whale|qqbrowserlite|qq)\\\\/([-\\\\w\\\\.]+)/i,/(weibo)__([\\\\d\\\\.]+)/i],[r,t],[/(?:\\\\buc? ?browser|(?:juc.+)ucweb)[\\\\/ ]?([\\\\w\\\\.]+)/i],[t,[r,\"UCBrowser\"]],[/\\\\bqbcore\\\\/([\\\\w\\\\.]+)/i],[t,[r,\"WeChat(Win) Desktop\"]],[/micromessenger\\\\/([\\\\w\\\\.]+)/i],[t,[r,\"WeChat\"]],[/konqueror\\\\/([\\\\w\\\\.]+)/i],[t,[r,\"Konqueror\"]],[/trident.+rv[: ]([\\\\w\\\\.]{1,9})\\\\b.+like gecko/i],[t,[r,\"IE\"]],[/yabrowser\\\\/([\\\\w\\\\.]+)/i],[t,[r,\"Yandex\"]],[/(avast|avg)\\\\/([\\\\w\\\\.]+)/i],[[r,/(.+)/,\"$1 Secure Browser\"],t],[/\\\\bfocus\\\\/([\\\\w\\\\.]+)/i],[t,[r,\"Firefox Focus\"]],[/\\\\bopt\\\\/([\\\\w\\\\.]+)/i],[t,[r,\"Opera Touch\"]],[/coc_coc\\\\w+\\\\/([\\\\w\\\\.]+)/i],[t,[r,\"Coc Coc\"]],[/dolfin\\\\/([\\\\w\\\\.]+)/i],[t,[r,\"Dolphin\"]],[/coast\\\\/([\\\\w\\\\.]+)/i],[t,[r,\"Opera Coast\"]],[/miuibrowser\\\\/([\\\\w\\\\.]+)/i],[t,[r,\"MIUI Browser\"]],[/fxios\\\\/([-\\\\w\\\\.]+)/i],[t,[r,\"Firefox\"]],[/\\\\bqihu|(qi?ho?o?|360)browser/i],[[r,\"360 Browser\"]],[/(oculus|samsung|sailfish)browser\\\\/([\\\\w\\\\.]+)/i],[[r,/(.+)/,\"$1 Browser\"],t],[/(comodo_dragon)\\\\/([\\\\w\\\\.]+)/i],[[r,/_/g,\" \"],t],[/(electron)\\\\/([\\\\w\\\\.]+) safari/i,/(tesla)(?: qtcarbrowser|\\\\/(20\\\\d\\\\d\\\\.[-\\\\w\\\\.]+))/i,/m?(qqbrowser|baiduboxapp|2345Explorer)[\\\\/ ]?([\\\\w\\\\.]+)/i],[r,t],[/(metasr)[\\\\/ ]?([\\\\w\\\\.]+)/i,/(lbbrowser)/i],[r],[/((?:fban\\\\/fbios|fb_iab\\\\/fb4a)(?!.+fbav)|;fbav\\\\/([\\\\w\\\\.]+);)/i],[[r,\"Facebook\"],t],[/safari (line)\\\\/([\\\\w\\\\.]+)/i,/\\\\b(line)\\\\/([\\\\w\\\\.]+)\\\\/iab/i,/(chromium|instagram)[\\\\/ ]([-\\\\w\\\\.]+)/i],[r,t],[/\\\\bgsa\\\\/([\\\\w\\\\.]+) .*safari\\\\//i],[t,[r,\"GSA\"]],[/headlesschrome(?:\\\\/([\\\\w\\\\.]+)| )/i],[t,[r,\"Chrome Headless\"]],[/ wv\\\\).+(chrome)\\\\/([\\\\w\\\\.]+)/i],[[r,\"Chrome WebView\"],t],[/droid.+ version\\\\/([\\\\w\\\\.]+)\\\\b.+(?:mobile safari|safari)/i],[t,[r,\"Android Browser\"]],[/(chrome|omniweb|arora|[tizenoka]{5} ?browser)\\\\/v?([\\\\w\\\\.]+)/i],[r,t],[/version\\\\/([\\\\w\\\\.]+) .*mobile\\\\/\\\\w+ (safari)/i],[t,[r,\"Mobile Safari\"]],[/version\\\\/([\\\\w\\\\.]+) .*(mobile ?safari|safari)/i],[t,r],[/webkit.+?(mobile ?safari|safari)(\\\\/[\\\\w\\\\.]+)/i],[r,[t,p,{\"1.0\":\"/8\",1.2:\"/1\",1.3:\"/3\",\"2.0\":\"/412\",\"2.0.2\":\"/416\",\"2.0.3\":\"/417\",\"2.0.4\":\"/419\",\"?\":\"/\"}]],[/(webkit|khtml)\\\\/([\\\\w\\\\.]+)/i],[r,t],[/(navigator|netscape\\\\d?)\\\\/([-\\\\w\\\\.]+)/i],[[r,\"Netscape\"],t],[/mobile vr; rv:([\\\\w\\\\.]+)\\\\).+firefox/i],[t,[r,\"Firefox Reality\"]],[/ekiohf.+(flow)\\\\/([\\\\w\\\\.]+)/i,/(swiftfox)/i,/(icedragon|iceweasel|camino|chimera|fennec|maemo browser|minimo|conkeror|klar)[\\\\/ ]?([\\\\w\\\\.\\\\+]+)/i,/(seamonkey|k-meleon|icecat|iceape|firebird|phoenix|palemoon|basilisk|waterfox)\\\\/([-\\\\w\\\\.]+)$/i,/(firefox)\\\\/([\\\\w\\\\.]+)/i,/(mozilla)\\\\/([\\\\w\\\\.]+) .+rv\\\\:.+gecko\\\\/\\\\d+/i,/(polaris|lynx|dillo|icab|doris|amaya|w3m|netsurf|sleipnir|obigo|mosaic|(?:go|ice|up)[\\\\. ]?browser)[-\\\\/ ]?v?([\\\\w\\\\.]+)/i,/(links) \\\\(([\\\\w\\\\.]+)/i],[r,t]],cpu:[[/(?:(amd|x(?:(?:86|64)[-_])?|wow|win)64)[;\\\\)]/i],[[\"architecture\",\"amd64\"]],[/(ia32(?=;))/i],[[\"architecture\",c]],[/((?:i[346]|x)86)[;\\\\)]/i],[[\"architecture\",\"ia32\"]],[/\\\\b(aarch64|arm(v?8e?l?|_?64))\\\\b/i],[[\"architecture\",\"arm64\"]],[/\\\\b(arm(?:v[67])?ht?n?[fl]p?)\\\\b/i],[[\"architecture\",\"armhf\"]],[/windows (ce|mobile); ppc;/i],[[\"architecture\",\"arm\"]],[/((?:ppc|powerpc)(?:64)?)(?: mac|;|\\\\))/i],[[\"architecture\",/ower/,\"\",c]],[/(sun4\\\\w)[;\\\\)]/i],[[\"architecture\",\"sparc\"]],[/((?:avr32|ia64(?=;))|68k(?=\\\\))|\\\\barm(?=v(?:[1-7]|[5-7]1)l?|;|eabi)|(?=atmel )avr|(?:irix|mips|sparc)(?:64)?\\\\b|pa-risc)/i],[[\"architecture\",c]]],device:[[/\\\\b(sch-i[89]0\\\\d|shw-m380s|sm-[pt]\\\\w{2,4}|gt-[pn]\\\\d{2,4}|sgh-t8[56]9|nexus 10)/i],[o,[n,\"Samsung\"],[a,b]],[/\\\\b((?:s[cgp]h|gt|sm)-\\\\w+|galaxy nexus)/i,/samsung[- ]([-\\\\w]+)/i,/sec-(sgh\\\\w+)/i],[o,[n,\"Samsung\"],[a,s]],[/\\\\((ip(?:hone|od)[\\\\w ]*);/i],[o,[n,\"Apple\"],[a,s]],[/\\\\((ipad);[-\\\\w\\\\),; ]+apple/i,/applecoremedia\\\\/[\\\\w\\\\.]+ \\\\((ipad)/i,/\\\\b(ipad)\\\\d\\\\d?,\\\\d\\\\d?[;\\\\]].+ios/i],[o,[n,\"Apple\"],[a,b]],[/\\\\b((?:ag[rs][23]?|bah2?|sht?|btv)-a?[lw]\\\\d{2})\\\\b(?!.+d\\\\/s)/i],[o,[n,\"Huawei\"],[a,b]],[/(?:huawei|honor)([-\\\\w ]+)[;\\\\)]/i,/\\\\b(nexus 6p|\\\\w{2,4}-[atu]?[ln][01259x][012359][an]?)\\\\b(?!.+d\\\\/s)/i],[o,[n,\"Huawei\"],[a,s]],[/\\\\b(poco[\\\\w ]+)(?: bui|\\\\))/i,/\\\\b; (\\\\w+) build\\\\/hm\\\\1/i,/\\\\b(hm[-_ ]?note?[_ ]?(?:\\\\d\\\\w)?) bui/i,/\\\\b(redmi[\\\\-_ ]?(?:note|k)?[\\\\w_ ]+)(?: bui|\\\\))/i,/\\\\b(mi[-_ ]?(?:a\\\\d|one|one[_ ]plus|note lte|max)?[_ ]?(?:\\\\d?\\\\w?)[_ ]?(?:plus|se|lite)?)(?: bui|\\\\))/i],[[o,/_/g,\" \"],[n,\"Xiaomi\"],[a,s]],[/\\\\b(mi[-_ ]?(?:pad)(?:[\\\\w_ ]+))(?: bui|\\\\))/i],[[o,/_/g,\" \"],[n,\"Xiaomi\"],[a,b]],[/; (\\\\w+) bui.+ oppo/i,/\\\\b(cph[12]\\\\d{3}|p(?:af|c[al]|d\\\\w|e[ar])[mt]\\\\d0|x9007|a101op)\\\\b/i],[o,[n,\"OPPO\"],[a,s]],[/vivo (\\\\w+)(?: bui|\\\\))/i,/\\\\b(v[12]\\\\d{3}\\\\w?[at])(?: bui|;)/i],[o,[n,\"Vivo\"],[a,s]],[/\\\\b(rmx[12]\\\\d{3})(?: bui|;|\\\\))/i],[o,[n,\"Realme\"],[a,s]],[/\\\\b(milestone|droid(?:[2-4x]| (?:bionic|x2|pro|razr))?:?( 4g)?)\\\\b[\\\\w ]+build\\\\//i,/\\\\bmot(?:orola)?[- ](\\\\w*)/i,/((?:moto[\\\\w\\\\(\\\\) ]+|xt\\\\d{3,4}|nexus 6)(?= bui|\\\\)))/i],[o,[n,\"Motorola\"],[a,s]],[/\\\\b(mz60\\\\d|xoom[2 ]{0,2}) build\\\\//i],[o,[n,\"Motorola\"],[a,b]],[/((?=lg)?[vl]k\\\\-?\\\\d{3}) bui| 3\\\\.[-\\\\w; ]{10}lg?-([06cv9]{3,4})/i],[o,[n,\"LG\"],[a,b]],[/(lm(?:-?f100[nv]?|-[\\\\w\\\\.]+)(?= bui|\\\\))|nexus [45])/i,/\\\\blg[-e;\\\\/ ]+((?!browser|netcast|android tv)\\\\w+)/i,/\\\\blg-?([\\\\d\\\\w]+) bui/i],[o,[n,\"LG\"],[a,s]],[/(ideatab[-\\\\w ]+)/i,/lenovo ?(s[56]000[-\\\\w]+|tab(?:[\\\\w ]+)|yt[-\\\\d\\\\w]{6}|tb[-\\\\d\\\\w]{6})/i],[o,[n,\"Lenovo\"],[a,b]],[/(?:maemo|nokia).*(n900|lumia \\\\d+)/i,/nokia[-_ ]?([-\\\\w\\\\.]*)/i],[[o,/_/g,\" \"],[n,\"Nokia\"],[a,s]],[/(pixel c)\\\\b/i],[o,[n,\"Google\"],[a,b]],[/droid.+; (pixel[\\\\daxl ]{0,6})(?: bui|\\\\))/i],[o,[n,\"Google\"],[a,s]],[/droid.+ ([c-g]\\\\d{4}|so[-gl]\\\\w+|xq-a\\\\w[4-7][12])(?= bui|\\\\).+chrome\\\\/(?![1-6]{0,1}\\\\d\\\\.))/i],[o,[n,\"Sony\"],[a,s]],[/sony tablet [ps]/i,/\\\\b(?:sony)?sgp\\\\w+(?: bui|\\\\))/i],[[o,\"Xperia Tablet\"],[n,\"Sony\"],[a,b]],[/ (kb2005|in20[12]5|be20[12][59])\\\\b/i,/(?:one)?(?:plus)? (a\\\\d0\\\\d\\\\d)(?: b|\\\\))/i],[o,[n,\"OnePlus\"],[a,s]],[/(alexa)webm/i,/(kf[a-z]{2}wi)( bui|\\\\))/i,/(kf[a-z]+)( bui|\\\\)).+silk\\\\//i],[o,[n,\"Amazon\"],[a,b]],[/((?:sd|kf)[0349hijorstuw]+)( bui|\\\\)).+silk\\\\//i],[[o,/(.+)/g,\"Fire Phone $1\"],[n,\"Amazon\"],[a,s]],[/(playbook);[-\\\\w\\\\),; ]+(rim)/i],[o,n,[a,b]],[/\\\\b((?:bb[a-f]|st[hv])100-\\\\d)/i,/\\\\(bb10; (\\\\w+)/i],[o,[n,\"BlackBerry\"],[a,s]],[/(?:\\\\b|asus_)(transfo[prime ]{4,10} \\\\w+|eeepc|slider \\\\w+|nexus 7|padfone|p00[cj])/i],[o,[n,\"ASUS\"],[a,b]],[/ (z[bes]6[027][012][km][ls]|zenfone \\\\d\\\\w?)\\\\b/i],[o,[n,\"ASUS\"],[a,s]],[/(nexus 9)/i],[o,[n,\"HTC\"],[a,b]],[/(htc)[-;_ ]{1,2}([\\\\w ]+(?=\\\\)| bui)|\\\\w+)/i,/(zte)[- ]([\\\\w ]+?)(?: bui|\\\\/|\\\\))/i,/(alcatel|geeksphone|nexian|panasonic|sony)[-_ ]?([-\\\\w]*)/i],[n,[o,/_/g,\" \"],[a,s]],[/droid.+; ([ab][1-7]-?[0178a]\\\\d\\\\d?)/i],[o,[n,\"Acer\"],[a,b]],[/droid.+; (m[1-5] note) bui/i,/\\\\bmz-([-\\\\w]{2,})/i],[o,[n,\"Meizu\"],[a,s]],[/\\\\b(sh-?[altvz]?\\\\d\\\\d[a-ekm]?)/i],[o,[n,\"Sharp\"],[a,s]],[/(blackberry|benq|palm(?=\\\\-)|sonyericsson|acer|asus|dell|meizu|motorola|polytron)[-_ ]?([-\\\\w]*)/i,/(hp) ([\\\\w ]+\\\\w)/i,/(asus)-?(\\\\w+)/i,/(microsoft); (lumia[\\\\w ]+)/i,/(lenovo)[-_ ]?([-\\\\w]+)/i,/(jolla)/i,/(oppo) ?([\\\\w ]+) bui/i],[n,o,[a,s]],[/(archos) (gamepad2?)/i,/(hp).+(touchpad(?!.+tablet)|tablet)/i,/(kindle)\\\\/([\\\\w\\\\.]+)/i,/(nook)[\\\\w ]+build\\\\/(\\\\w+)/i,/(dell) (strea[kpr\\\\d ]*[\\\\dko])/i,/(le[- ]+pan)[- ]+(\\\\w{1,9}) bui/i,/(trinity)[- ]*(t\\\\d{3}) bui/i,/(gigaset)[- ]+(q\\\\w{1,9}) bui/i,/(vodafone) ([\\\\w ]+)(?:\\\\)| bui)/i],[n,o,[a,b]],[/(surface duo)/i],[o,[n,\"Microsoft\"],[a,b]],[/droid [\\\\d\\\\.]+; (fp\\\\du?)(?: b|\\\\))/i],[o,[n,\"Fairphone\"],[a,s]],[/(u304aa)/i],[o,[n,\"AT&T\"],[a,s]],[/\\\\bsie-(\\\\w*)/i],[o,[n,\"Siemens\"],[a,s]],[/\\\\b(rct\\\\w+) b/i],[o,[n,\"RCA\"],[a,b]],[/\\\\b(venue[\\\\d ]{2,7}) b/i],[o,[n,\"Dell\"],[a,b]],[/\\\\b(q(?:mv|ta)\\\\w+) b/i],[o,[n,\"Verizon\"],[a,b]],[/\\\\b(?:barnes[& ]+noble |bn[rt])([\\\\w\\\\+ ]*) b/i],[o,[n,\"Barnes & Noble\"],[a,b]],[/\\\\b(tm\\\\d{3}\\\\w+) b/i],[o,[n,\"NuVision\"],[a,b]],[/\\\\b(k88) b/i],[o,[n,\"ZTE\"],[a,b]],[/\\\\b(nx\\\\d{3}j) b/i],[o,[n,\"ZTE\"],[a,s]],[/\\\\b(gen\\\\d{3}) b.+49h/i],[o,[n,\"Swiss\"],[a,s]],[/\\\\b(zur\\\\d{3}) b/i],[o,[n,\"Swiss\"],[a,b]],[/\\\\b((zeki)?tb.*\\\\b) b/i],[o,[n,\"Zeki\"],[a,b]],[/\\\\b([yr]\\\\d{2}) b/i,/\\\\b(dragon[- ]+touch |dt)(\\\\w{5}) b/i],[[n,\"Dragon Touch\"],o,[a,b]],[/\\\\b(ns-?\\\\w{0,9}) b/i],[o,[n,\"Insignia\"],[a,b]],[/\\\\b((nxa|next)-?\\\\w{0,9}) b/i],[o,[n,\"NextBook\"],[a,b]],[/\\\\b(xtreme\\\\_)?(v(1[045]|2[015]|[3469]0|7[05])) b/i],[[n,\"Voice\"],o,[a,s]],[/\\\\b(lvtel\\\\-)?(v1[12]) b/i],[[n,\"LvTel\"],o,[a,s]],[/\\\\b(ph-1) /i],[o,[n,\"Essential\"],[a,s]],[/\\\\b(v(100md|700na|7011|917g).*\\\\b) b/i],[o,[n,\"Envizen\"],[a,b]],[/\\\\b(trio[-\\\\w\\\\. ]+) b/i],[o,[n,\"MachSpeed\"],[a,b]],[/\\\\btu_(1491) b/i],[o,[n,\"Rotor\"],[a,b]],[/(shield[\\\\w ]+) b/i],[o,[n,\"Nvidia\"],[a,b]],[/(sprint) (\\\\w+)/i],[n,o,[a,s]],[/(kin\\\\.[onetw]{3})/i],[[o,/\\\\./g,\" \"],[n,\"Microsoft\"],[a,s]],[/droid.+; (cc6666?|et5[16]|mc[239][23]x?|vc8[03]x?)\\\\)/i],[o,[n,\"Zebra\"],[a,b]],[/droid.+; (ec30|ps20|tc[2-8]\\\\d[kx])\\\\)/i],[o,[n,\"Zebra\"],[a,s]],[/(ouya)/i,/(nintendo) ([wids3utch]+)/i],[n,o,[a,\"console\"]],[/droid.+; (shield) bui/i],[o,[n,\"Nvidia\"],[a,\"console\"]],[/(playstation [345portablevi]+)/i],[o,[n,\"Sony\"],[a,\"console\"]],[/\\\\b(xbox(?: one)?(?!; xbox))[\\\\); ]/i],[o,[n,\"Microsoft\"],[a,\"console\"]],[/smart-tv.+(samsung)/i],[n,[a,w]],[/hbbtv.+maple;(\\\\d+)/i],[[o,/^/,\"SmartTV\"],[n,\"Samsung\"],[a,w]],[/(nux; netcast.+smarttv|lg (netcast\\\\.tv-201\\\\d|android tv))/i],[[n,\"LG\"],[a,w]],[/(apple) ?tv/i],[n,[o,\"Apple TV\"],[a,w]],[/crkey/i],[[o,\"Chromecast\"],[n,\"Google\"],[a,w]],[/droid.+aft(\\\\w)( bui|\\\\))/i],[o,[n,\"Amazon\"],[a,w]],[/\\\\(dtv[\\\\);].+(aquos)/i],[o,[n,\"Sharp\"],[a,w]],[/\\\\b(roku)[\\\\dx]*[\\\\)\\\\/]((?:dvp-)?[\\\\d\\\\.]*)/i,/hbbtv\\\\/\\\\d+\\\\.\\\\d+\\\\.\\\\d+ +\\\\([\\\\w ]*; *(\\\\w[^;]*);([^;]*)/i],[[n,u],[o,u],[a,w]],[/\\\\b(android tv|smart[- ]?tv|opera tv|tv; rv:)\\\\b/i],[[a,w]],[/((pebble))app/i],[n,o,[a,\"wearable\"]],[/droid.+; (glass) \\\\d/i],[o,[n,\"Google\"],[a,\"wearable\"]],[/droid.+; (wt63?0{2,3})\\\\)/i],[o,[n,\"Zebra\"],[a,\"wearable\"]],[/(quest( 2)?)/i],[o,[n,\"Facebook\"],[a,\"wearable\"]],[/(tesla)(?: qtcarbrowser|\\\\/[-\\\\w\\\\.]+)/i],[n,[a,\"embedded\"]],[/droid .+?; ([^;]+?)(?: bui|\\\\) applew).+? mobile safari/i],[o,[a,s]],[/droid .+?; ([^;]+?)(?: bui|\\\\) applew).+?(?! mobile) safari/i],[o,[a,b]],[/\\\\b((tablet|tab)[;\\\\/]|focus\\\\/\\\\d(?!.+mobile))/i],[[a,b]],[/(phone|mobile(?:[;\\\\/]| safari)|pda(?=.+windows ce))/i],[[a,s]],[/(android[-\\\\w\\\\. ]{0,9});.+buil/i],[o,[n,\"Generic\"]]],engine:[[/windows.+ edge\\\\/([\\\\w\\\\.]+)/i],[t,[r,\"EdgeHTML\"]],[/webkit\\\\/537\\\\.36.+chrome\\\\/(?!27)([\\\\w\\\\.]+)/i],[t,[r,\"Blink\"]],[/(presto)\\\\/([\\\\w\\\\.]+)/i,/(webkit|trident|netfront|netsurf|amaya|lynx|w3m|goanna)\\\\/([\\\\w\\\\.]+)/i,/ekioh(flow)\\\\/([\\\\w\\\\.]+)/i,/(khtml|tasman|links)[\\\\/ ]\\\\(?([\\\\w\\\\.]+)/i,/(icab)[\\\\/ ]([23]\\\\.[\\\\d\\\\.]+)/i],[r,t],[/rv\\\\:([\\\\w\\\\.]{1,9})\\\\b.+(gecko)/i],[t,r]],os:[[/microsoft (windows) (vista|xp)/i],[r,t],[/(windows) nt 6\\\\.2; (arm)/i,/(windows (?:phone(?: os)?|mobile))[\\\\/ ]?([\\\\d\\\\.\\\\w ]*)/i,/(windows)[\\\\/ ]?([ntce\\\\d\\\\. ]+\\\\w)(?!.+xbox)/i],[r,[t,p,h]],[/(win(?=3|9|n)|win 9x )([nt\\\\d\\\\.]+)/i],[[r,\"Windows\"],[t,p,h]],[/ip[honead]{2,4}\\\\b(?:.*os ([\\\\w]+) like mac|; opera)/i,/cfnetwork\\\\/.+darwin/i],[[t,/_/g,\".\"],[r,\"iOS\"]],[/(mac os x) ?([\\\\w\\\\. ]*)/i,/(macintosh|mac_powerpc\\\\b)(?!.+haiku)/i],[[r,\"Mac OS\"],[t,/_/g,\".\"]],[/droid ([\\\\w\\\\.]+)\\\\b.+(android[- ]x86)/i],[t,r],[/(android|webos|qnx|bada|rim tablet os|maemo|meego|sailfish)[-\\\\/ ]?([\\\\w\\\\.]*)/i,/(blackberry)\\\\w*\\\\/([\\\\w\\\\.]*)/i,/(tizen|kaios)[\\\\/ ]([\\\\w\\\\.]+)/i,/\\\\((series40);/i],[r,t],[/\\\\(bb(10);/i],[t,[r,\"BlackBerry\"]],[/(?:symbian ?os|symbos|s60(?=;)|series60)[-\\\\/ ]?([\\\\w\\\\.]*)/i],[t,[r,\"Symbian\"]],[/mozilla\\\\/[\\\\d\\\\.]+ \\\\((?:mobile|tablet|tv|mobile; [\\\\w ]+); rv:.+ gecko\\\\/([\\\\w\\\\.]+)/i],[t,[r,\"Firefox OS\"]],[/web0s;.+rt(tv)/i,/\\\\b(?:hp)?wos(?:browser)?\\\\/([\\\\w\\\\.]+)/i],[t,[r,\"webOS\"]],[/crkey\\\\/([\\\\d\\\\.]+)/i],[t,[r,\"Chromecast\"]],[/(cros) [\\\\w]+ ([\\\\w\\\\.]+\\\\w)/i],[[r,\"Chromium OS\"],t],[/(nintendo|playstation) ([wids345portablevuch]+)/i,/(xbox); +xbox ([^\\\\);]+)/i,/\\\\b(joli|palm)\\\\b ?(?:os)?\\\\/?([\\\\w\\\\.]*)/i,/(mint)[\\\\/\\\\(\\\\) ]?(\\\\w*)/i,/(mageia|vectorlinux)[; ]/i,/([kxln]?ubuntu|debian|suse|opensuse|gentoo|arch(?= linux)|slackware|fedora|mandriva|centos|pclinuxos|red ?hat|zenwalk|linpus|raspbian|plan 9|minix|risc os|contiki|deepin|manjaro|elementary os|sabayon|linspire)(?: gnu\\\\/linux)?(?: enterprise)?(?:[- ]linux)?(?:-gnu)?[-\\\\/ ]?(?!chrom|package)([-\\\\w\\\\.]*)/i,/(hurd|linux) ?([\\\\w\\\\.]*)/i,/(gnu) ?([\\\\w\\\\.]*)/i,/\\\\b([-frentopcghs]{0,5}bsd|dragonfly)[\\\\/ ]?(?!amd|[ix346]{1,2}86)([\\\\w\\\\.]*)/i,/(haiku) (\\\\w+)/i],[r,t],[/(sunos) ?([\\\\w\\\\.\\\\d]*)/i],[[r,\"Solaris\"],t],[/((?:open)?solaris)[-\\\\/ ]?([\\\\w\\\\.]*)/i,/(aix) ((\\\\d)(?=\\\\.|\\\\)| )[\\\\w\\\\.])*/i,/\\\\b(beos|os\\\\/2|amigaos|morphos|openvms|fuchsia|hp-ux)/i,/(unix) ?([\\\\w\\\\.]*)/i],[r,t]]},v=function(e,o){if(\"object\"==typeof e&&(o=e,e=void 0),!(this instanceof v))return new v(e,o).getResult();var r=e||(void 0!==i&&i.navigator&&i.navigator.userAgent?i.navigator.userAgent:\"\"),a=o?function(i,e){var o={};for(var r in i)e[r]&&e[r].length%2==0?o[r]=e[r].concat(i[r]):o[r]=i[r];return o}(f,o):f;return this.getBrowser=function(){var i,e={};return e.name=void 0,e.version=void 0,m.call(e,r,a.browser),e.major=\"string\"==typeof(i=e.version)?i.replace(/[^\\\\d\\\\.]/g,\"\").split(\".\")[0]:void 0,e},this.getCPU=function(){var i={architecture:void 0};return m.call(i,r,a.cpu),i},this.getDevice=function(){var i={vendor:void 0,model:void 0,type:void 0};return m.call(i,r,a.device),i},this.getEngine=function(){var i={name:void 0,version:void 0};return m.call(i,r,a.engine),i},this.getOS=function(){var i={name:void 0,version:void 0};return m.call(i,r,a.os),i},this.getResult=function(){return{ua:this.getUA(),browser:this.getBrowser(),engine:this.getEngine(),os:this.getOS(),device:this.getDevice(),cpu:this.getCPU()}},this.getUA=function(){return r},this.setUA=function(i){return r=\"string\"==typeof i&&i.length>255?u(i,255):i,this},this.setUA(r),this};v.VERSION=\"1.0.2\",v.BROWSER=d([r,t,\"major\"]),v.CPU=d([\"architecture\"]),v.DEVICE=d([o,n,a,\"console\",s,w,b,\"wearable\",\"embedded\"]),v.ENGINE=v.OS=d([r,t]),\"undefined\"!=typeof exports?(\"undefined\"!=typeof module&&module.exports&&(exports=module.exports=v),exports.UAParser=v):\"function\"==typeof define&&define.amd?define(function(){return v}):void 0!==i&&(i.UAParser=v);var g=void 0!==i&&(i.jQuery||i.Zepto);if(g&&!g.ua){var x=new v;g.ua=x.getResult(),g.ua.get=function(){return x.getUA()},g.ua.set=function(i){x.setUA(i);var e=x.getResult();for(var o in e)g.ua[o]=e[o]}}}(\"object\"==typeof window?window:this);\\n}, {}];\\nwindow.modules[\"2436\"] = [function(require,module,exports){\"use strict\";var _interopRequireDefault=require(10),_defineProperty2=_interopRequireDefault(require(19)),_regenerator=_interopRequireDefault(require(25)),_asyncToGenerator2=_interopRequireDefault(require(24));function ownKeys(e,r){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);r&&(n=n.filter(function(r){return Object.getOwnPropertyDescriptor(e,r).enumerable})),t.push.apply(t,n)}return t}function _objectSpread(e){for(var r=1;r<arguments.length;r++){var t=null!=arguments[r]?arguments[r]:{};r%2?ownKeys(Object(t),!0).forEach(function(r){(0,_defineProperty2.default)(e,r,t[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):ownKeys(Object(t)).forEach(function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(t,r))})}return e}var axios=require(2426);module.exports=function(e){e.prototype.requestRegCode=function(){var e=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(r){var t,n,a,s;return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:return t={success:!1,errorStatus:500,data:null},e.prev=1,e.next=4,axios.post(this.api.endpoints.requestRegCode,r,{headers:this.api.headers});case 4:n=e.sent,t={success:!0,errorStatus:void 0,data:n.data},e.next=12;break;case 8:e.prev=8,e.t0=e.catch(1),a=e.t0||{},s=a.response,t.errorStatus=s&&s.status||500;case 12:return e.abrupt(\"return\",t);case 13:case\"end\":return e.stop()}},e,this,[[1,8]])}));return function(r){return e.apply(this,arguments)}}(),e.prototype.authnRegCode=function(){var e=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(r){var t,n,a,s;return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:if(t={success:!1,errorStatus:500,data:null},!r){e.next=13;break}return e.prev=2,e.next=5,axios.get(\"\".concat(this.api.endpoints.authnRegCode,\"/\").concat(r),{headers:this.api.headers});case 5:n=e.sent,t={success:!0,errorStatus:void 0,data:n.data},e.next=13;break;case 9:e.prev=9,e.t0=e.catch(2),a=e.t0||{},s=a.response,t.errorStatus=s&&s.status||500;case 13:return e.abrupt(\"return\",t);case 14:case\"end\":return e.stop()}},e,this,[[2,9]])}));return function(r){return e.apply(this,arguments)}}(),e.prototype.linkMVPDAuthn=function(){var e=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(r,t){var n,a,s;return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:return n={success:!1,errorStatus:500},e.prev=1,e.next=4,axios.post(this.api.endpoints.linkMVPDAuthn,{},{headers:_objectSpread({Authorization:r,\"Dim-Authorization\":t},this.api.headers)});case 4:n={success:!0,errorStatus:void 0},e.next=11;break;case 7:e.prev=7,e.t0=e.catch(1),a=e.t0||{},s=a.response,n.errorStatus=s&&s.status||500;case 11:return e.abrupt(\"return\",n);case 12:case\"end\":return e.stop()}},e,this,[[1,7]])}));return function(r,t){return e.apply(this,arguments)}}()};\\n}, {\"10\":10,\"19\":19,\"24\":24,\"25\":25,\"2426\":2426}];\\nwindow.modules[\"2437\"] = [function(require,module,exports){\"use strict\";var _interopRequireDefault=require(10),_regenerator=_interopRequireDefault(require(25)),_defineProperty2=_interopRequireDefault(require(19)),_asyncToGenerator2=_interopRequireDefault(require(24));function ownKeys(e,r){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);r&&(a=a.filter(function(r){return Object.getOwnPropertyDescriptor(e,r).enumerable})),t.push.apply(t,a)}return t}function _objectSpread(e){for(var r=1;r<arguments.length;r++){var t=null!=arguments[r]?arguments[r]:{};r%2?ownKeys(Object(t),!0).forEach(function(r){(0,_defineProperty2.default)(e,r,t[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):ownKeys(Object(t)).forEach(function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(t,r))})}return e}var axios=require(2426);module.exports=function(e){e.prototype.getProducts=function(){var e=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(r){var t,a,s,n,o,u,c;return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:return t={success:!1,errorStatus:500,products:void 0},e.prev=1,e.next=4,axios.get(this.api.endpoints.productSource,_objectSpread({headers:this.api.headers},r||{}));case 4:a=e.sent,s=a.data||{},n=s.gizmoProducts,t={success:!0,errorStatus:void 0,products:void 0===n?[]:n},e.next=13;break;case 9:e.prev=9,e.t0=e.catch(1),o=e.t0||{},u=o.response,c=o.code,u?(t.errorStatus=u.status,t.errors=u.data&&u.data.errors):\"ECONNABORTED\"===c&&(t.errorStatus=c,t.errors=\"Error: timeout exceeded\");case 13:return e.abrupt(\"return\",t);case 14:case\"end\":return e.stop()}},e,this,[[1,9]])}));return function(r){return e.apply(this,arguments)}}(),e.prototype.getPaymentSources=function(){var e=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(r){var t,a,s,n,o,u;return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:return t={success:!1,errorStatus:500,sources:void 0},e.prev=1,e.next=4,axios.get(this.api.endpoints.paymentSource,{headers:_objectSpread({Authorization:r},this.api.headers)});case 4:a=e.sent,s=a.data||{},n=s.cards,t={success:!0,errorStatus:void 0,sources:void 0===n?[]:n},e.next=13;break;case 9:e.prev=9,e.t0=e.catch(1),o=e.t0||{},(u=o.response)&&(t.errorStatus=u.status,t.errors=u.data&&u.data.errors);case 13:return e.abrupt(\"return\",t);case 14:case\"end\":return e.stop()}},e,this,[[1,9]])}));return function(r){return e.apply(this,arguments)}}(),e.prototype.addPaymentSource=function(){var e=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(r,t){var a,s,n;return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:return a={success:!1,errorStatus:500},e.prev=1,e.next=4,axios.post(this.api.endpoints.paymentSource,t,{headers:_objectSpread({Authorization:r},this.api.headers)});case 4:a={success:!0,errorStatus:void 0},e.next=11;break;case 7:e.prev=7,e.t0=e.catch(1),s=e.t0||{},(n=s.response)&&(a.errorStatus=n.status,a.errors=n.data&&n.data.errors);case 11:return e.abrupt(\"return\",a);case 12:case\"end\":return e.stop()}},e,this,[[1,7]])}));return function(r,t){return e.apply(this,arguments)}}(),e.prototype.updateSubPaymentSource=function(){var e=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(r,t,a){var s,n,o;return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:return s={success:!1,errorStatus:500},e.prev=1,e.next=4,axios.post(this.api.endpoints.updatePaymentSource,{oldSourceId:t,newSourceId:a},{headers:_objectSpread({Authorization:r},this.api.headers)});case 4:s={success:!0,errorStatus:void 0},e.next=11;break;case 7:e.prev=7,e.t0=e.catch(1),n=e.t0||{},(o=n.response)&&(s.errorStatus=o.status,s.errors=o.data&&o.data.errors);case 11:return e.abrupt(\"return\",s);case 12:case\"end\":return e.stop()}},e,this,[[1,7]])}));return function(r,t,a){return e.apply(this,arguments)}}(),e.prototype.setupIntent=function(){var e=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(r){var t,a,s,n,o,u;return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:return t={success:!1,errorStatus:500,clientSecret:void 0},e.prev=1,e.next=4,axios.post(this.api.endpoints.setupIntent,{confirm:!1},{headers:_objectSpread({Authorization:r},this.api.headers)});case 4:a=e.sent,s=a.data||{},n=s.clientSecret,t={success:!0,errorStatus:void 0,clientSecret:n},e.next=13;break;case 9:e.prev=9,e.t0=e.catch(1),o=e.t0||{},(u=o.response)&&(t.errorStatus=u.status,t.errors=u.data&&u.data.errors);case 13:return e.abrupt(\"return\",t);case 14:case\"end\":return e.stop()}},e,this,[[1,9]])}));return function(r){return e.apply(this,arguments)}}(),e.prototype.addPurchase=function(){var e=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(r,t){var a,s,n;return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:return a={success:!1,errorStatus:500},e.prev=1,e.next=4,axios.post(this.api.endpoints.purchaseSource,t,{headers:_objectSpread({Authorization:r},this.api.headers)});case 4:a={success:!0,errorStatus:void 0},e.next=11;break;case 7:e.prev=7,e.t0=e.catch(1),s=e.t0||{},(n=s.response)&&(a.errorStatus=n.status,a.errors=n.data&&n.data.errors);case 11:return e.abrupt(\"return\",a);case 12:case\"end\":return e.stop()}},e,this,[[1,7]])}));return function(r,t){return e.apply(this,arguments)}}(),e.prototype.getSub=function(){var e=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(r){var t,a,s,n,o,u;return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:return t={success:!1,errorStatus:500,sources:void 0},e.prev=1,e.next=4,axios.get(this.api.endpoints.getSub,{headers:_objectSpread({Authorization:r},this.api.headers)});case 4:a=e.sent,s=a.data||{},n=s.subscriptions,t={success:!0,errorStatus:void 0,subscriptions:n},e.next=13;break;case 9:e.prev=9,e.t0=e.catch(1),o=e.t0||{},(u=o.response)&&(t.errorStatus=u.status,t.errors=u.data&&u.data.errors);case 13:return e.abrupt(\"return\",t);case 14:case\"end\":return e.stop()}},e,this,[[1,9]])}));return function(r){return e.apply(this,arguments)}}(),e.prototype.getActiveSub=function(){var e=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(r){var t,a,s,n,o,u;return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:return t={success:!1,errorStatus:500,sources:void 0},e.prev=1,e.next=4,axios.get(this.api.endpoints.getActiveSub,{headers:_objectSpread({Authorization:r},this.api.headers)});case 4:a=e.sent,s=a.data||{},n=s.subscriptions,t={success:!0,errorStatus:void 0,subscriptions:n},e.next=13;break;case 9:e.prev=9,e.t0=e.catch(1),o=e.t0||{},(u=o.response)&&(t.errorStatus=u.status,t.errors=u.data&&u.data.errors);case 13:return e.abrupt(\"return\",t);case 14:case\"end\":return e.stop()}},e,this,[[1,9]])}));return function(r){return e.apply(this,arguments)}}(),e.prototype.cancelSub=function(){var e=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(r,t){var a,s,n;return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:return a={success:!1,errorStatus:500},e.prev=1,e.next=4,axios.post(this.api.endpoints.cancelSub.replace(\":subId\",t),null,{headers:_objectSpread({Authorization:r},this.api.headers)});case 4:a={success:!0,errorStatus:void 0},e.next=11;break;case 7:e.prev=7,e.t0=e.catch(1),s=e.t0||{},(n=s.response)&&(a.errorStatus=n.status,a.errors=n.data&&n.data.errors);case 11:return e.abrupt(\"return\",a);case 12:case\"end\":return e.stop()}},e,this,[[1,7]])}));return function(r,t){return e.apply(this,arguments)}}(),e.prototype.getPreAuthEntitlements=function(){var e=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(r,t){var a,s,n,o,u,c;return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:if(a={success:!1,errorStatus:500,preAuthorizedEntitlements:void 0},!(s=this.getEncodedItem(\"preauthz\"))||!0===t){e.next=6;break}a={success:!0,errorStatus:void 0,preAuthorizedEntitlements:s},e.next=20;break;case 6:return e.prev=6,n=_objectSpread({Authorization:r},this.api.headers),e.next=10,axios.post(this.api.endpoints.preAuthSource,null,{headers:n});case 10:o=e.sent,(s=o&&o.data.preAuthorizedEntitlements||[]).length&&this.storeEncodedItem({key:\"preauthz\",value:s,ttl:s[0].expirationTimeMillis-(new Date).getTime()}),a={success:!0,errorStatus:void 0,preAuthorizedEntitlements:s},e.next=20;break;case 16:e.prev=16,e.t0=e.catch(6),u=e.t0||{},c=u.response,a.errorStatus=c&&c.status||500;case 20:return e.abrupt(\"return\",a);case 21:case\"end\":return e.stop()}},e,this,[[6,16]])}));return function(r,t){return e.apply(this,arguments)}}(),e.prototype.getAuthZTokens=function(){var e=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(r,t,a){var s,n,o,u,c;return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:return s={success:!1,errorStatus:500,results:[]},e.prev=1,e.next=4,this.getPreAuthEntitlements(t,a);case 4:return n=e.sent.preAuthorizedEntitlements,e.next=7,axios.post(this.api.endpoints.getAuthZTokens,{organization:\"cnn\",mediaIds:r,preAuthzs:n},{headers:this.api.headers});case 7:o=e.sent,s={success:!0,errorStatus:void 0,results:o.data.results},e.next=15;break;case 11:e.prev=11,e.t0=e.catch(1),u=e.t0||{},c=u.response,s.errorStatus=c&&c.status||500;case 15:return e.abrupt(\"return\",s);case 16:case\"end\":return e.stop()}},e,this,[[1,11]])}));return function(r,t,a){return e.apply(this,arguments)}}(),e.prototype.productCheck=function(){var e=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(r,t){var a,s,n,o;return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:return a={success:!1,errorStatus:500,data:[]},e.prev=1,e.next=4,axios.post(this.api.endpoints.productCheck,{brand:\"CNN\",skus:r,userId:t},{headers:this.api.headers});case 4:s=e.sent,a={success:!0,errorStatus:void 0,data:s.data},e.next=12;break;case 8:e.prev=8,e.t0=e.catch(1),n=e.t0||{},o=n.response,a.errorStatus=o&&o.status||500;case 12:return e.abrupt(\"return\",a);case 13:case\"end\":return e.stop()}},e,this,[[1,8]])}));return function(r,t){return e.apply(this,arguments)}}()};\\n}, {\"10\":10,\"19\":19,\"24\":24,\"25\":25,\"2426\":2426}];\\nwindow.modules[\"2438\"] = [function(require,module,exports){\"use strict\";require(2439).polyfill();var _require=require(2434),getAPIConfig=_require.getAPIConfig,SDKError=require(2428);function AuthClient(){var e=this,r=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};if(!(r.env&&0!==r.env.length||r.url&&0!==r.url.length))throw new SDKError(\"Must provide an environment or url\");if(this.api=getAPIConfig(r),\"undefined\"!=typeof window)try{window.onload=function(){e.publishZionData(e.getStoredUID())}}catch(e){console.log(\"Could not send cnn user id to message bus\")}}require(2429)(AuthClient),require(2442)(AuthClient),require(2432)(AuthClient),require(2427)(AuthClient),require(2430)(AuthClient),require(2437)(AuthClient),require(2436)(AuthClient),require(2425)(AuthClient),require(2443)(AuthClient),require(2445)(AuthClient),require(2444)(AuthClient),require(2440)(AuthClient),require(2441)(AuthClient),require(2431)(AuthClient),module.exports=AuthClient;\\n}, {\"2425\":2425,\"2427\":2427,\"2428\":2428,\"2429\":2429,\"2430\":2430,\"2431\":2431,\"2432\":2432,\"2434\":2434,\"2436\":2436,\"2437\":2437,\"2439\":2439,\"2440\":2440,\"2441\":2441,\"2442\":2442,\"2443\":2443,\"2444\":2444,\"2445\":2445}];\\nwindow.modules[\"2439\"] = [function(require,module,exports){(function (process,global){(function (){\\n!function(t,e){\"object\"==typeof exports&&\"undefined\"!=typeof module?module.exports=e():\"function\"==typeof define&&define.amd?define(e):t.ES6Promise=e()}(this,function(){\"use strict\";function t(t){return\"function\"==typeof t}var e=Array.isArray?Array.isArray:function(t){return\"[object Array]\"===Object.prototype.toString.call(t)},n=0,r=void 0,o=void 0,i=function(t,e){h[n]=t,h[n+1]=e,2===(n+=2)&&(o?o(v):m())};var s=\"undefined\"!=typeof window?window:void 0,u=s||{},c=u.MutationObserver||u.WebKitMutationObserver,a=\"undefined\"==typeof self&&\"undefined\"!=typeof process&&\"[object process]\"==={}.toString.call(process),f=\"undefined\"!=typeof Uint8ClampedArray&&\"undefined\"!=typeof importScripts&&\"undefined\"!=typeof MessageChannel;function l(){var t=setTimeout;return function(){return t(v,1)}}var h=new Array(1e3);function v(){for(var t=0;t<n;t+=2){(0,h[t])(h[t+1]),h[t]=void 0,h[t+1]=void 0}n=0}var p,d,_,y,m=void 0;function b(t,e){var n=this,r=new this.constructor(A);void 0===r[g]&&q(r);var o=n._state;if(o){var s=arguments[o-1];i(function(){return Y(o,r,s,n._result)})}else O(n,r,t,e);return r}function w(t){if(t&&\"object\"==typeof t&&t.constructor===this)return t;var e=new this(A);return M(e,t),e}a?m=function(){return process.nextTick(v)}:c?(d=0,_=new c(v),y=document.createTextNode(\"\"),_.observe(y,{characterData:!0}),m=function(){y.data=d=++d%2}):f?((p=new MessageChannel).port1.onmessage=v,m=function(){return p.port2.postMessage(0)}):m=void 0===s&&\"function\"==typeof require?function(){try{var t=Function(\"return this\")().require(\"vertx\");return void 0!==(r=t.runOnLoop||t.runOnContext)?function(){r(v)}:l()}catch(t){return l()}}():l();var g=Math.random().toString(36).substring(2);function A(){}var j=void 0,S=1,E=2;function T(e,n,r){n.constructor===e.constructor&&r===b&&n.constructor.resolve===w?function(t,e){e._state===S?x(t,e._result):e._state===E?C(t,e._result):O(e,void 0,function(e){return M(t,e)},function(e){return C(t,e)})}(e,n):void 0===r?x(e,n):t(r)?function(t,e,n){i(function(t){var r=!1,o=function(t,e,n,r){try{t.call(e,n,r)}catch(t){return t}}(n,e,function(n){r||(r=!0,e!==n?M(t,n):x(t,n))},function(e){r||(r=!0,C(t,e))},t._label);!r&&o&&(r=!0,C(t,o))},t)}(e,n,r):x(e,n)}function M(t,e){if(t===e)C(t,new TypeError(\"You cannot resolve a promise with itself\"));else if(o=typeof(r=e),null===r||\"object\"!==o&&\"function\"!==o)x(t,e);else{var n=void 0;try{n=e.then}catch(e){return void C(t,e)}T(t,e,n)}var r,o}function P(t){t._onerror&&t._onerror(t._result),F(t)}function x(t,e){t._state===j&&(t._result=e,t._state=S,0!==t._subscribers.length&&i(F,t))}function C(t,e){t._state===j&&(t._state=E,t._result=e,i(P,t))}function O(t,e,n,r){var o=t._subscribers,s=o.length;t._onerror=null,o[s]=e,o[s+S]=n,o[s+E]=r,0===s&&t._state&&i(F,t)}function F(t){var e=t._subscribers,n=t._state;if(0!==e.length){for(var r=void 0,o=void 0,i=t._result,s=0;s<e.length;s+=3)r=e[s],o=e[s+n],r?Y(n,r,o,i):o(i);t._subscribers.length=0}}function Y(e,n,r,o){var i=t(r),s=void 0,u=void 0,c=!0;if(i){try{s=r(o)}catch(t){c=!1,u=t}if(n===s)return void C(n,new TypeError(\"A promises callback cannot return that same promise.\"))}else s=o;n._state!==j||(i&&c?M(n,s):!1===c?C(n,u):e===S?x(n,s):e===E&&C(n,s))}var k=0;function q(t){t[g]=k++,t._state=void 0,t._result=void 0,t._subscribers=[]}var D=function(){function t(t,n){this._instanceConstructor=t,this.promise=new t(A),this.promise[g]||q(this.promise),e(n)?(this.length=n.length,this._remaining=n.length,this._result=new Array(this.length),0===this.length?x(this.promise,this._result):(this.length=this.length||0,this._enumerate(n),0===this._remaining&&x(this.promise,this._result))):C(this.promise,new Error(\"Array Methods must be provided an Array\"))}return t.prototype._enumerate=function(t){for(var e=0;this._state===j&&e<t.length;e++)this._eachEntry(t[e],e)},t.prototype._eachEntry=function(t,e){var n=this._instanceConstructor,r=n.resolve;if(r===w){var o=void 0,i=void 0,s=!1;try{o=t.then}catch(t){s=!0,i=t}if(o===b&&t._state!==j)this._settledAt(t._state,e,t._result);else if(\"function\"!=typeof o)this._remaining--,this._result[e]=t;else if(n===K){var u=new n(A);s?C(u,i):T(u,t,o),this._willSettleAt(u,e)}else this._willSettleAt(new n(function(e){return e(t)}),e)}else this._willSettleAt(r(t),e)},t.prototype._settledAt=function(t,e,n){var r=this.promise;r._state===j&&(this._remaining--,t===E?C(r,n):this._result[e]=n),0===this._remaining&&x(r,this._result)},t.prototype._willSettleAt=function(t,e){var n=this;O(t,void 0,function(t){return n._settledAt(S,e,t)},function(t){return n._settledAt(E,e,t)})},t}();var K=function(){function e(t){this[g]=k++,this._result=this._state=void 0,this._subscribers=[],A!==t&&(\"function\"!=typeof t&&function(){throw new TypeError(\"You must pass a resolver function as the first argument to the promise constructor\")}(),this instanceof e?function(t,e){try{e(function(e){M(t,e)},function(e){C(t,e)})}catch(e){C(t,e)}}(this,t):function(){throw new TypeError(\"Failed to construct \\'Promise\\': Please use the \\'new\\' operator, this object constructor cannot be called as a function.\")}())}return e.prototype.catch=function(t){return this.then(null,t)},e.prototype.finally=function(e){var n=this.constructor;return t(e)?this.then(function(t){return n.resolve(e()).then(function(){return t})},function(t){return n.resolve(e()).then(function(){throw t})}):this.then(e,e)},e}();return K.prototype.then=b,K.all=function(t){return new D(this,t).promise},K.race=function(t){var n=this;return e(t)?new n(function(e,r){for(var o=t.length,i=0;i<o;i++)n.resolve(t[i]).then(e,r)}):new n(function(t,e){return e(new TypeError(\"You must pass an array to race.\"))})},K.resolve=w,K.reject=function(t){var e=new this(A);return C(e,t),e},K._setScheduler=function(t){o=t},K._setAsap=function(t){i=t},K._asap=i,K.polyfill=function(){var t=void 0;if(\"undefined\"!=typeof global)t=global;else if(\"undefined\"!=typeof self)t=self;else try{t=Function(\"return this\")()}catch(t){throw new Error(\"polyfill failed because global object is unavailable in this environment\")}var e=t.Promise;if(e){var n=null;try{n=Object.prototype.toString.call(e.resolve())}catch(t){}if(\"[object Promise]\"===n&&!e.cast)return}t.Promise=K},K.Promise=K,K});\\n\\n}).call(this)}).call(this,require(221),typeof global !== \"undefined\" ? global : typeof self !== \"undefined\" ? self : typeof window !== \"undefined\" ? window : {})}, {\"221\":221}];\\nwindow.modules[\"2440\"] = [function(require,module,exports){\"use strict\";var _interopRequireDefault=require(10),_defineProperty2=_interopRequireDefault(require(19));function ownKeys(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),r.push.apply(r,n)}return r}function _objectSpread(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?ownKeys(Object(r),!0).forEach(function(t){(0,_defineProperty2.default)(e,t,r[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):ownKeys(Object(r)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))})}return e}module.exports=function(e){e.prototype.storeEncodedItem=function(e){var t=e.key,r=e.value,n=e.ttl,o=n?{value:r,expiry:(new Date).getTime()+n}:r,a=\"string\"!=typeof o?JSON.stringify(o):o,c=btoa(a),i=window.location.hostname.replace(\"www.\",\"\"),l=i.substr(0,i.indexOf(\".\")),p=\"\";(\"plus.stellar.cnn.com\"===i||\"cnn\"!==l&&\"us\"!==l&&\"edition\"!==l&&\"arabic\"!==l&&\"cnnespanol\"!==l&&\"plus\"!==l&&\"plus-test\"!==l)&&(p=\"_\".concat(l||i));var u=\"\".concat(t).concat(p);return localStorage.setItem(u,c),{storageName:u,encodedValue:c}},e.prototype.getEncodedItem=function(e){var t=Object.keys(localStorage).find(function(t){return t.includes(e||\"\".concat(e,\"_\"))}),r=localStorage.getItem(t);if(!r)return null;var n=atob(r),o=\"\";try{o=JSON.parse(n)}catch(e){o=n}var a=o.expiry;return!a||a>(new Date).getTime()?o.value||o:null},e.prototype.removeEncodedItem=function(e){localStorage.removeItem(Object.keys(localStorage).find(function(t){return t.includes(e||\"\".concat(e,\"_\"))}))},e.prototype.validPassword=function(e){if(\"string\"==typeof e){var t=e.trim();return t.length>0&&t.length<=this.api.maxInputLength&&null!==t.match(this.api.passwordPolicy)}return!1},e.prototype.validLength=function(e){if(\"string\"==typeof e){var t=e.trim();return t.length>0&&t.length<=this.api.maxInputLength}return!1},e.prototype.getZionEventData=function(e){var t,r=e.componentId,n=e.componentType,o=e.data,a=e.additionalTraits,c=window.CNN&&window.CNN.contentModel,i=c&&c.canonicalUrl||(t=document.querySelector(\"link[rel=\\'canonical\\']\"))&&t.href||window.location.href;return{component_type:n,component_id:r,traits:_objectSpread({brand:\"CNN\",source_id:c&&c.sourceId||void 0,error_code:null,canonical_url:i,source:o.source||document.referrer,cms_id:c&&c.cmsId,page_type:c&&c.pageType,page_variant:c&&c.templateType},a||{})}}};\\n}, {\"10\":10,\"19\":19}];\\nwindow.modules[\"2441\"] = [function(require,module,exports){\"use strict\";var _interopRequireDefault=require(10),_defineProperty2=_interopRequireDefault(require(19)),_regenerator=_interopRequireDefault(require(25)),_asyncToGenerator2=_interopRequireDefault(require(24)),_typeof2=_interopRequireDefault(require(18));function ownKeys(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),r.push.apply(r,n)}return r}function _objectSpread(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?ownKeys(Object(r),!0).forEach(function(t){(0,_defineProperty2.default)(e,t,r[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):ownKeys(Object(r)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))})}return e}var axios=require(2426),_require=require(2446),getValues=_require.getValues,getEntries=_require.getEntries,fromEntries=_require.fromEntries,SDKError=require(2428),VERTICALS={BUSINESS:\"business\",CORE:\"core\",ENTERTAINMENT:\"entertainment\",HEALTH:\"health\",DTC:\"dtc\",POLITICS:\"politics\",SPORT:\"sport\",STYLE:\"style\",TRAVEL:\"travel\",WORLD:\"world\"};function checkAccessToken(e){if(\"string\"!=typeof e||0===e.trim().length)throw new SDKError(\"access token should be a non-empty string\")}function checkNamespace(e){if(\"string\"!=typeof e||\"\"!==e&&!getValues(VERTICALS).includes(e))throw new SDKError(\"namespace should be empty string or one of: \".concat(getValues(VERTICALS)))}function checkAttributes(e){if(\"object\"!==(0,_typeof2.default)(e))throw new SDKError(\"attributes should be an object\");getEntries(e).forEach(function(e){var t=e[0],r=e[1];if(\"string\"!=typeof t||0===t.trim().length)throw new SDKError(\"attribute key should be a non-empty string\");if(\"string\"!=typeof r)throw new SDKError(\"attribute value should be a string\")})}function namespaceObject(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:\"\";return t?fromEntries(getEntries(e).map(function(e){return[\"\".concat(t,\"_\").concat(e[0]),e[1]]})):e}function filterObjectByNamespace(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:\"\";return fromEntries(getEntries(e).filter(function(e){return e[0].startsWith(t)}))}module.exports=function(e){e.prototype.getAttributes=function(){var e=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(t){var r,n=arguments;return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:return r=n.length>1&&void 0!==n[1]?n[1]:\"\",e.next=3,this.setAttributes(t,{},r);case 3:return e.abrupt(\"return\",e.sent);case 4:case\"end\":return e.stop()}},e,this)}));return function(t){return e.apply(this,arguments)}}(),e.prototype.setAttributes=function(){var e=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(t,r){var n,o,a,i,s,c,u=arguments;return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:return n=u.length>2&&void 0!==u[2]?u[2]:\"\",checkAccessToken(t),checkAttributes(r),checkNamespace(n),o=namespaceObject(r,n),a={attributes:{cnn:o}},i=_objectSpread({Authorization:t},this.api.headers),e.next=9,axios.post(this.api.endpoints.attributes,a,{headers:i});case 9:return s=e.sent,c=s.data.userProfileResponses.cnn.attributes,e.abrupt(\"return\",filterObjectByNamespace(c,n));case 12:case\"end\":return e.stop()}},e,this)}));return function(t,r){return e.apply(this,arguments)}}(),e.prototype.getPublicAttr=function(){var e=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(t,r,n){var o,a,i,s;return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:return console.log(\"calling from attributes js\"),\"cnn.\",a={tids:r,attributes:\"\".concat(\"cnn.\").concat(n)},console.log(a),e.prev=4,checkAccessToken(t),i=_objectSpread({Authorization:t},this.api.headers),e.next=9,axios.get(this.api.endpoints.getPublicAttr,a,{headers:i});case 9:s=e.sent,o=s.data,console.log(s),e.next=17;break;case 14:e.prev=14,e.t0=e.catch(4),console.log(e.t0);case 17:return e.abrupt(\"return\",o);case 18:case\"end\":return e.stop()}},e,this,[[4,14]])}));return function(t,r,n){return e.apply(this,arguments)}}()};\\n}, {\"10\":10,\"18\":18,\"19\":19,\"24\":24,\"25\":25,\"2426\":2426,\"2428\":2428,\"2446\":2446}];\\nwindow.modules[\"2442\"] = [function(require,module,exports){\"use strict\";var base64url=require(2433),_require=require(2447),ZionMessageBus=_require.ZionMessageBus;module.exports=function(o){o.prototype.trackZionData=function(o){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:3,t=arguments.length>2&&void 0!==arguments[2]?arguments[2]:100;if(window.zion_analytics)window.zion_analytics.track(o);else if(e>0){var n=this;setTimeout(function(){n.trackZionData(o,e-1,10*t)},t)}return o},o.prototype.zionEventWrapper=function(o,e){var t=window&&window.ZION_SDK;if(t&&t[o])try{this.trackZionData(new window.ZION_SDK[o](e))}catch(o){console.log(\"DaltonSDK Error: could not send event to Zion analytics: \".concat(o))}},o.prototype.publishZionData=function(o){try{\"undefined\"!=typeof window&&o&&\"\"!==o&&(window.bus=ZionMessageBus.getInstance(),window.bus.publish(\"id_found\",{type:this.api.uuidName,value:o}))}catch(o){console.log(\"DaltonSDK Error publishing to to Zion bus: \".concat(o.message))}},o.prototype.storeUID=function(o,e){try{if(\"undefined\"!=typeof window&&o&&\"\"!==o){var t=base64url(o),n=\"\".concat(this.api.cookieUID.name,\"=\").concat(t,\"; \").concat(this.api.cookieUID.base);if(e){var i=new Date;Number.isNaN(i.setDate(i.getDate()+e))||(n=\"\".concat(n,\" expires=\").concat(i.toUTCString()))}\"localhost\"===window.location.hostname&&(n=n.replace(\" secure;\",\"\")),window.document.cookie=n}}catch(o){console.log(\"DaltonSDK Error storing uid: \".concat(o))}},o.prototype.getStoredUID=function(){try{var o=new RegExp(\"(?:(?:^|.*;\\\\\\\\s*)\".concat(this.api.cookieUID.name,\"\\\\\\\\s*\\\\\\\\=\\\\\\\\s*([^;]*).*$)|^.*$\")),e=window.document.cookie.replace(o,\"$1\");return base64url.decode(e)}catch(o){return void console.log(\"DaltonSDK Error retrieving uid\")}},o.prototype.removeUID=function(){try{if(\"undefined\"!=typeof window){window.document.cookie=\"\".concat(this.api.cookieUID.name,\"=; \").concat(this.api.cookieUID.base,\" \").concat(\"expires=Thu, 01 Jan 1970 00:00:00 GMT\")}}catch(o){console.log(\"DaltonSDK Error removing uid\")}}};\\n}, {\"2433\":2433,\"2447\":2447}];\\nwindow.modules[\"2443\"] = [function(require,module,exports){\"use strict\";var _interopRequireDefault=require(10),_regenerator=_interopRequireDefault(require(25)),_defineProperty2=_interopRequireDefault(require(19)),_asyncToGenerator2=_interopRequireDefault(require(24));function ownKeys(e,r){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);r&&(n=n.filter(function(r){return Object.getOwnPropertyDescriptor(e,r).enumerable})),t.push.apply(t,n)}return t}function _objectSpread(e){for(var r=1;r<arguments.length;r++){var t=null!=arguments[r]?arguments[r]:{};r%2?ownKeys(Object(t),!0).forEach(function(r){(0,_defineProperty2.default)(e,r,t[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):ownKeys(Object(t)).forEach(function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(t,r))})}return e}var axios=require(2426);module.exports=function(e){e.prototype.openwebSSO=function(){var e=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(r,t){var n,a,o,u,i;return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:if(n={success:!1,errorStatus:500,data:null},r){e.next=3;break}return e.abrupt(\"return\",n);case 3:return e.prev=3,a=_objectSpread({Authorization:t},this.api.headers),e.next=7,axios.post(this.api.endpoints.openwebSSO,r,{headers:a});case 7:o=e.sent,n={success:!0,errorStatus:void 0,data:o.data},e.next=15;break;case 11:e.prev=11,e.t0=e.catch(3),u=e.t0||{},i=u.response,n.errorStatus=i&&i.status||500;case 15:return e.abrupt(\"return\",n);case 16:case\"end\":return e.stop()}},e,this,[[3,11]])}));return function(r,t){return e.apply(this,arguments)}}()};\\n}, {\"10\":10,\"19\":19,\"24\":24,\"25\":25,\"2426\":2426}];\\nwindow.modules[\"2444\"] = [function(require,module,exports){\"use strict\";var _interopRequireDefault=require(10),_typeof2=_interopRequireDefault(require(18)),_regenerator=_interopRequireDefault(require(25)),_defineProperty2=_interopRequireDefault(require(19)),_asyncToGenerator2=_interopRequireDefault(require(24));function ownKeys(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),r.push.apply(r,n)}return r}function _objectSpread(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?ownKeys(Object(r),!0).forEach(function(t){(0,_defineProperty2.default)(e,t,r[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):ownKeys(Object(r)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))})}return e}var axios=require(2426),SDKError=require(2428);module.exports=function(e){e.prototype.subscriptions=function(){var e=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(t){var r,n;return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:if(\"string\"==typeof t&&0!==t.trim().length){e.next=2;break}throw new SDKError(\"accessToken field is required\");case 2:return e.prev=2,r=_objectSpread({Authorization:t},this.api.headers),e.next=6,axios.get(this.api.endpoints.subscriptions,{headers:r});case 6:return n=e.sent,e.abrupt(\"return\",n.data);case 10:throw e.prev=10,e.t0=e.catch(2),e.t0.response;case 13:case\"end\":return e.stop()}},e,this,[[2,10]])}));return function(t){return e.apply(this,arguments)}}(),e.prototype.subscriptionsForUnauthenticated=function(){var e=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(t){var r;return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:if(\"string\"==typeof t&&0!==t.trim().length){e.next=2;break}throw new SDKError(\"managedToken field is required\");case 2:return e.prev=2,e.next=5,axios.get(this.api.endpoints.subscriptionsAuthtoken,{params:{managedToken:t},headers:this.api.headers});case 5:return r=e.sent,e.abrupt(\"return\",this.subscriptions(r.data));case 9:throw e.prev=9,e.t0=e.catch(2),e.t0.response;case 12:case\"end\":return e.stop()}},e,this,[[2,9]])}));return function(t){return e.apply(this,arguments)}}(),e.prototype.subscribe=function(){var e=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(t,r){var n,s,a,o,i,c,u,p;return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:if(t&&\"object\"===(0,_typeof2.default)(t)){e.next=2;break}throw new SDKError(\"Missing data object\");case 2:if(this.validLength(t.email)){e.next=4;break}throw new SDKError(\"data.email field is required and should have the correct length\");case 4:if(t.newsletters&&0!==t.newsletters.length){e.next=6;break}throw new SDKError(\"data.newsletters field is required\");case 6:for(e.prev=6,n=[],(s=t).emailAddress=t.email.trim(),a=r?_objectSpread({Authorization:r},this.api.headers):this.api.headers,o=0;o<t.newsletters.length;o++)n.push(t.newsletters[o]);return e.next=14,axios.post(this.api.endpoints.subscriptionsAdd,s,{headers:a});case 14:if(\"undefined\"!=typeof window)try{i=!1,c=\"not-registered\",r?(u=new RegExp(this.api.authn,\"g\"),\"synthetics.dtdg.co\",p=new RegExp(\"synthetics.dtdg.co\",\"g\"),r.match(u)&&(c=this.getStoredUID()),s.emailAddress.match(p)&&(i=!0)):console.log(\"DaltonSDK Error: subscribe not passed access token, assuming unauthenticated user.\"),this.zionEventWrapper(\"NewsletterSubscribed\",{cnn_uid:c,brand:\"CNN\",canonical_url:window.location.href,newsletter_name:n,newsletter_count:t.newsletters.length,synthetic:i})}catch(e){console.log(\"DaltonSDK Error: could not send event to Zion analytics: \".concat(e))}return e.abrupt(\"return\");case 18:throw e.prev=18,e.t0=e.catch(6),e.t0.response;case 21:case\"end\":return e.stop()}},e,this,[[6,18]])}));return function(t,r){return e.apply(this,arguments)}}(),e.prototype.unsubscribe=function(){var e=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(t,r){var n,s,a,o,i,c,u,p;return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:if(t&&\"object\"===(0,_typeof2.default)(t)){e.next=2;break}throw new SDKError(\"Missing data object\");case 2:if(this.validLength(t.email)){e.next=4;break}throw new SDKError(\"data.email field is required and should have the correct length\");case 4:if(t.newsletters&&0!==t.newsletters.length){e.next=6;break}throw new SDKError(\"data.newsletters field is required\");case 6:if(\"string\"==typeof r&&0!==r.trim().length){e.next=8;break}throw new SDKError(\"accessToken field is required\");case 8:for(e.prev=8,n=[],s={subscriptions:[]},a=0;a<t.newsletters.length;a++)n.push(t.newsletters[a]),s.subscriptions.push({newsletterName:t.newsletters[a],emailAddress:t.email.trim()});return o=_objectSpread({Authorization:r},this.api.headers),e.next=15,axios.post(this.api.endpoints.subscriptionsDelete,s,{headers:o});case 15:if(\"undefined\"!=typeof window)try{i=!1,c=\"not-registered\",r?(u=new RegExp(this.api.authn,\"g\"),\"synthetics.dtdg.co\",p=new RegExp(\"synthetics.dtdg.co\",\"g\"),r.match(u)&&(c=this.getStoredUID()),s.subscriptions[0].emailAddress.match(p)&&(i=!0)):console.log(\"DaltonSDK Error: subscribe not passed access token, assuming unauthenticated user.\"),this.zionEventWrapper(\"NewsletterUnsubscribed\",{cnn_uid:c,brand:\"CNN\",canonical_url:window.location.href,newsletter_name:n,newsletter_count:t.newsletters.length,synthetic:i})}catch(e){console.log(\"DaltonSDK Error: could not send event to Zion analytics: \".concat(e))}return e.abrupt(\"return\");case 19:throw e.prev=19,e.t0=e.catch(8),e.t0.response;case 22:case\"end\":return e.stop()}},e,this,[[8,19]])}));return function(t,r){return e.apply(this,arguments)}}(),e.prototype.unsubscribeForUnauthenticated=function(){var e=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(t){return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:if(\"string\"==typeof t&&0!==t.trim().length){e.next=2;break}throw new SDKError(\"unsubscribeToken field is required\");case 2:return e.prev=2,e.next=5,axios.post(this.api.endpoints.unsubscribe,null,{headers:this.api.headers,params:{unsubscribeToken:t}});case 5:return e.abrupt(\"return\");case 8:throw e.prev=8,e.t0=e.catch(2),e.t0.response;case 11:case\"end\":return e.stop()}},e,this,[[2,8]])}));return function(t){return e.apply(this,arguments)}}(),e.prototype.retrieveNewsletters=function(){var e=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(t){var r,n;return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:return e.prev=0,e.next=3,axios.get(this.api.endpoints.retrieveNewsletters,_objectSpread({headers:this.api.headers},t||{}));case 3:return r=e.sent,e.abrupt(\"return\",r.data);case 7:throw e.prev=7,e.t0=e.catch(0),n=e.t0||{},n.response;case 11:case\"end\":return e.stop()}},e,this,[[0,7]])}));return function(t){return e.apply(this,arguments)}}()};\\n}, {\"10\":10,\"18\":18,\"19\":19,\"24\":24,\"25\":25,\"2426\":2426,\"2428\":2428}];\\nwindow.modules[\"2445\"] = [function(require,module,exports){\"use strict\";var _interopRequireDefault=require(10),_toConsumableArray2=_interopRequireDefault(require(23)),_typeof2=_interopRequireDefault(require(18)),_regenerator=_interopRequireDefault(require(25)),_defineProperty2=_interopRequireDefault(require(19)),_asyncToGenerator2=_interopRequireDefault(require(24));function ownKeys(e,r){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);r&&(n=n.filter(function(r){return Object.getOwnPropertyDescriptor(e,r).enumerable})),t.push.apply(t,n)}return t}function _objectSpread(e){for(var r=1;r<arguments.length;r++){var t=null!=arguments[r]?arguments[r]:{};r%2?ownKeys(Object(t),!0).forEach(function(r){(0,_defineProperty2.default)(e,r,t[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):ownKeys(Object(t)).forEach(function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(t,r))})}return e}var axios=require(2426),SDKError=require(2428);module.exports=function(e){var r,t=\"dalton.preferences\";function n(e,n){var o=arguments.length>2&&void 0!==arguments[2]&&arguments[2];r=6e4*e;var a=window.localStorage.getItem(n||t),i=JSON.parse(a);return!!i&&(!!(i.ttl-Date.now()>0||o)&&i)}function o(e,n){\"undefined\"!=typeof window&&(e.ttl=Date.now()+r,window.localStorage.setItem(n||t,JSON.stringify(e)))}e.prototype.getPreferenceCollection=function(){var e=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(r,a,i){var c,s,u,l;return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:if(\"string\"==typeof r&&0!==r.trim().length){e.next=2;break}throw new SDKError(\"accessToken arg is required\");case 2:if(a){e.next=4;break}throw new SDKError(\"collection arg is required\");case 4:return c=\"\".concat(t,\".\").concat(a),e.next=7,n(i.ttlMinutesOverride||10,c,i.useCache||!1);case 7:if(!(s=e.sent)||i.bypassCache){e.next=10;break}return e.abrupt(\"return\",s);case 10:return e.prev=10,u=_objectSpread({Authorization:r},this.api.headers),e.next=14,axios.get(\"\".concat(this.api.endpoints.preferences,\"/\").concat(a),{headers:u});case 14:return o((l=e.sent).data,c),e.abrupt(\"return\",l.data);case 19:throw e.prev=19,e.t0=e.catch(10),e.t0.response;case 22:case\"end\":return e.stop()}},e,this,[[10,19]])}));return function(r,t,n){return e.apply(this,arguments)}}(),e.prototype.addPreferenceCollectionItem=function(){var e=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(r,n,a){var i,c,s;return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:if(\"string\"==typeof n&&0!==n.trim().length){e.next=2;break}throw new SDKError(\"collection arg is required\");case 2:if(\"string\"==typeof a&&0!==a.trim().length){e.next=4;break}throw new SDKError(\"item arg is required\");case 4:if(\"string\"==typeof r&&0!==r.trim().length){e.next=6;break}throw new SDKError(\"accessToken arg is required\");case 6:return e.prev=6,c=_objectSpread({Authorization:r},this.api.headers),e.next=10,axios.put(\"\".concat(this.api.endpoints.preferences,\"/\").concat(n,\"/\").concat(a),{},{headers:c});case 10:return s=e.sent,o({collection:n,selections:(null==s?void 0:null===(i=s.data)||void 0===i?void 0:i.selections)||[],ttl:10},\"\".concat(t,\".\").concat(n)),e.abrupt(\"return\",s.data);case 15:throw e.prev=15,e.t0=e.catch(6),e.t0.response;case 18:case\"end\":return e.stop()}},e,this,[[6,15]])}));return function(r,t,n){return e.apply(this,arguments)}}(),e.prototype.preferences=function(){var e=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(r){var t,a,i,c,s=arguments;return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:if(t=s.length>1&&void 0!==s[1]?s[1]:{bypassCache:!1,ttlMinutesOverride:10},\"string\"==typeof r&&0!==r.trim().length){e.next=3;break}throw new SDKError(\"accessToken field is required\");case 3:return e.next=5,n(t.ttlMinutesOverride||10);case 5:if(!(a=e.sent)||t.bypassCache){e.next=8;break}return e.abrupt(\"return\",a);case 8:return e.prev=8,i=_objectSpread({Authorization:r},this.api.headers),e.next=12,axios.get(this.api.endpoints.preferences,{headers:i});case 12:return o((c=e.sent).data),e.abrupt(\"return\",c.data);case 17:throw e.prev=17,e.t0=e.catch(8),e.t0.response;case 20:case\"end\":return e.stop()}},e,this,[[8,17]])}));return function(r){return e.apply(this,arguments)}}(),e.prototype.updatePreferencesV3=function(){var e=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(r,n,a){var i;return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:if(\"string\"==typeof n&&0!==n.trim().length){e.next=2;break}throw new SDKError(\"collection field is required\");case 2:if(Array.isArray(a)){e.next=4;break}throw new SDKError(\"selection Array is required\");case 4:if(\"string\"==typeof r&&0!==r.trim().length){e.next=6;break}throw new SDKError(\"accessToken field is required\");case 6:return e.prev=6,i=_objectSpread({Authorization:r},this.api.headers),e.next=10,axios.put(\"\".concat(this.api.endpoints.preferences,\"/\").concat(n),{selections:a},{headers:i});case 10:return o({collection:n,selections:a,ttl:10},\"\".concat(t,\".\").concat(n)),e.abrupt(\"return\");case 14:throw e.prev=14,e.t0=e.catch(6),e.t0.response;case 17:case\"end\":return e.stop()}},e,this,[[6,14]])}));return function(r,t,n){return e.apply(this,arguments)}}(),e.prototype.updatePreferencesV2=function(){var e=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(r,t,n){var a,i,c,s,u,l,p;return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:if(\"string\"==typeof r&&0!==r.trim().length){e.next=2;break}throw new SDKError(\"collection field is required\");case 2:if(Array.isArray(t)){e.next=4;break}throw new SDKError(\"selection Array is required\");case 4:if(\"string\"==typeof n&&0!==n.trim().length){e.next=6;break}throw new SDKError(\"accessToken field is required\");case 6:return e.prev=6,i={collection:r,selections:t},e.next=10,this.preferences(n,{bypassCache:!0});case 10:return c=e.sent,(s=c.preferences)?(u=!1,a=s.map(function(e){return e.collection===r?(u=!0,i):e}),u||a.push(i)):a=[i],l={preferences:a},e.prev=14,p=_objectSpread({Authorization:n},this.api.headers),e.next=18,axios.put(this.api.endpoints.preferences,l,{headers:p});case 18:return o(l),e.abrupt(\"return\");case 22:throw e.prev=22,e.t0=e.catch(14),e.t0.response;case 25:e.next=30;break;case 27:throw e.prev=27,e.t1=e.catch(6),e.t1.response;case 30:case\"end\":return e.stop()}},e,this,[[6,27],[14,22]])}));return function(r,t,n){return e.apply(this,arguments)}}(),e.prototype.updatePreferences=function(){var e=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(r,t){var n;return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:if(console.warn(\"[DaltonSDK deprecated method warning] The updatePreferences method is un-safe and should be replaced with the updatePreferencesV2 call!!\"),r&&\"object\"===(0,_typeof2.default)(r)){e.next=3;break}throw new SDKError(\"Missing data object\");case 3:if(\"string\"==typeof t&&0!==t.trim().length){e.next=5;break}throw new SDKError(\"accessToken field is required\");case 5:return e.prev=5,n=_objectSpread({Authorization:t},this.api.headers),e.next=9,axios.put(this.api.endpoints.preferences,r,{headers:n});case 9:return e.abrupt(\"return\");case 12:throw e.prev=12,e.t0=e.catch(5),e.t0.response;case 15:case\"end\":return e.stop()}},e,this,[[5,12]])}));return function(r,t){return e.apply(this,arguments)}}(),e.prototype.clearPreferences=function(e){\"undefined\"!=typeof window&&(e&&\"string\"==typeof e&&0!==e.trim().length?window.localStorage.removeItem(\"\".concat(t,\".\").concat(e)):Object.keys(window.localStorage).forEach(function(e){e.includes(t)&&window.localStorage.removeItem(e)}))},e.prototype.deletePreferenceCollectionItem=function(){var e=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(r,n,a){var i,c,s;return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:if(\"string\"==typeof r&&0!==r.trim().length){e.next=2;break}throw new SDKError(\"accessToken arg is required\");case 2:if(\"string\"==typeof n&&0!==n.trim().length){e.next=4;break}throw new SDKError(\"collection arg is required\");case 4:if(\"string\"==typeof a&&0!==a.trim().length){e.next=6;break}throw new SDKError(\"item arg is required\");case 6:return e.prev=6,c=_objectSpread({Authorization:r},this.api.headers),e.next=10,axios.delete(\"\".concat(this.api.endpoints.preferences,\"/\").concat(n,\"/\").concat(a),{headers:c});case 10:return s=e.sent,o({collection:n,selections:(null==s?void 0:null===(i=s.data)||void 0===i?void 0:i.selections)||[],ttl:10},\"\".concat(t,\".\").concat(n)),e.abrupt(\"return\",s.data);case 15:throw e.prev=15,e.t0=e.catch(6),e.t0.response;case 18:case\"end\":return e.stop()}},e,this,[[6,15]])}));return function(r,t,n){return e.apply(this,arguments)}}(),e.prototype.addUnauthPreferenceCollection=function(e,r){var a=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{ttlMinutesOverride:10};if(\"string\"!=typeof e||0===e.trim().length)throw new SDKError(\"collection field is required\");if(!Array.isArray(r))throw new SDKError(\"selection Array is required\");var i=n(a.ttlMinutesOverride||10,\"\".concat(t,\".\").concat(e).concat(\".unauth\")),c=(0,_toConsumableArray2.default)(r);i&&Array.isArray(i.selections)&&c.push.apply(c,(0,_toConsumableArray2.default)(i.selections)),o({collection:e,selections:c,ttl:a.ttlMinutesOverride||10},\"\".concat(t,\".\").concat(e).concat(\".unauth\"))},e.prototype.addUnauthPreferenceCollectionItem=function(e,r){var a=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{ttlMinutesOverride:10};if(\"string\"!=typeof e||0===e.trim().length)throw new SDKError(\"collection field is required\");if(\"string\"!=typeof r||0===r.trim().length)throw new SDKError(\"item arg is required\");var i=n(a.ttlMinutesOverride||10,\"\".concat(t,\".\").concat(e).concat(\".unauth\")),c=[r];i&&Array.isArray(i.selections)&&c.push.apply(c,(0,_toConsumableArray2.default)(i.selections)),o({collection:e,selections:c,ttl:10},\"\".concat(t,\".\").concat(e).concat(\".unauth\"))},e.prototype.getUnauthPreferenceCollection=function(e){var r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{ttlMinutesOverride:10};if(!e)throw new SDKError(\"collection arg is required\");return n(r.ttlMinutesOverride||10,\"\".concat(t,\".\").concat(e).concat(\".unauth\"))},e.prototype.removeUnauthPreferenceCollection=function(e){if(!e)throw new SDKError(\"collection arg is required\");window.localStorage.removeItem(\"\".concat(t,\".\").concat(e).concat(\".unauth\"))},e.prototype.removeUnauthPreferenceCollectionItem=function(e,r){var a=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{ttlMinutesOverride:10};if(!e)throw new SDKError(\"collection arg is required\");if(\"string\"!=typeof r||0===r.trim().length)throw new SDKError(\"item arg is required\");var i=n(a.ttlMinutesOverride||10,\"\".concat(t,\".\").concat(e).concat(\".unauth\"));i&&Array.isArray(i.selections)&&o({collection:e,selections:i.selections.filter(function(e){return e!==r}),ttl:10},\"\".concat(t,\".\").concat(e).concat(\".unauth\"))}};\\n}, {\"10\":10,\"18\":18,\"19\":19,\"23\":23,\"24\":24,\"25\":25,\"2426\":2426,\"2428\":2428}];\\nwindow.modules[\"2446\"] = [function(require,module,exports){\"use strict\";function getValues(e){return Object.keys(e).map(function(t){return e[t]})}function getEntries(e){return Object.keys(e).map(function(t){return[t,e[t]]})}function fromEntries(e){var t={};return e.forEach(function(e){var r=e[0],n=e[1];t[r]=n}),t}Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.getValues=getValues,exports.getEntries=getEntries,exports.fromEntries=fromEntries;\\n}, {}];\\nwindow.modules[\"2447\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0});var ZionMessageBus=function(){function e(){this.watching={}}return e.getInstance=function(){return window.ZION_MESSAGE_BUS||(window.ZION_MESSAGE_BUS=new e),window.ZION_MESSAGE_BUS},e.prototype.addToMessageQueue=function(e,t){this.watching.hasOwnProperty(e)||(this.watching[e]=this.addTopicModel(e,[function(){}]));var s=new Date,a={message:t,messageCount:++this.watching[e].messageCount,timestamp:s.getTime(),topic:e};return this.watching[e].messageQueue.push(a),this.watching[e].messageQueue},e.prototype.getMessageCallbacks=function(e){return this.watching.hasOwnProperty(e)&&this.watching[e].callBacks.length?this.watching[e].callBacks:[]},e.prototype.messageBroadcast=function(e,t){if(this.watching.hasOwnProperty(e))for(var s=this.getMessageCallbacks(e),a=this.addToMessageQueue(e,t),i=0,n=s;i<n.length;i++){(0,n[i])(a.slice())}else this.addToMessageQueue(e,t);return this.watching},e.prototype.addTopicModel=function(e,t){return{callBacks:t,messageCount:0,messageQueue:[],topic:e}},e.prototype.subscribeSetup=function(e,t){for(var s=0,a=e=this.makeIterable(e);s<a.length;s++){var i=a[s];this.watching.hasOwnProperty(i)?this.watching[i].callBacks.push(t):this.watching[i]=this.addTopicModel(i,[t])}return this.watching},e.prototype.makeIterable=function(e){return Array.isArray(e)?e:\"string\"==typeof e?[e]:[]},e.prototype.subscribe=function(e,t){return this.subscribeSetup(e,t)},e.prototype.publish=function(e,t){return this.messageBroadcast(e,t)},e}();exports.ZionMessageBus=ZionMessageBus,exports.default=ZionMessageBus;\\n}, {}];\\nwindow.modules[\"2448\"] = [function(require,module,exports){\"use strict\";var utils=require(2450),bind=require(2458),Axios=require(2465),mergeConfig=require(2463),defaults=require(2466);function createInstance(e){var r=new Axios(e),i=bind(Axios.prototype.request,r);return utils.extend(i,Axios.prototype,r),utils.extend(i,r),i}var axios=createInstance(defaults);axios.Axios=Axios,axios.create=function(e){return createInstance(mergeConfig(axios.defaults,e))},axios.Cancel=require(2459),axios.CancelToken=require(2464),axios.isCancel=require(2461),axios.all=function(e){return Promise.all(e)},axios.spread=require(2460),axios.isAxiosError=require(2462),module.exports=axios,module.exports.default=axios;\\n}, {\"2450\":2450,\"2458\":2458,\"2459\":2459,\"2460\":2460,\"2461\":2461,\"2462\":2462,\"2463\":2463,\"2464\":2464,\"2465\":2465,\"2466\":2466}];\\nwindow.modules[\"2449\"] = [function(require,module,exports){\"use strict\";var utils=require(2450),settle=require(2455),cookies=require(2452),buildURL=require(2451),buildFullPath=require(2457),parseHeaders=require(2453),isURLSameOrigin=require(2454),createError=require(2456);module.exports=function(e){return new Promise(function(r,t){var s=e.data,o=e.headers,a=e.responseType;utils.isFormData(s)&&delete o[\"Content-Type\"];var n=new XMLHttpRequest;if(e.auth){var i=e.auth.username||\"\",u=e.auth.password?unescape(encodeURIComponent(e.auth.password)):\"\";o.Authorization=\"Basic \"+btoa(i+\":\"+u)}var l=buildFullPath(e.baseURL,e.url);function d(){if(n){var s=\"getAllResponseHeaders\"in n?parseHeaders(n.getAllResponseHeaders()):null,o={data:a&&\"text\"!==a&&\"json\"!==a?n.response:n.responseText,status:n.status,statusText:n.statusText,headers:s,config:e,request:n};settle(r,t,o),n=null}}if(n.open(e.method.toUpperCase(),buildURL(l,e.params,e.paramsSerializer),!0),n.timeout=e.timeout,\"onloadend\"in n?n.onloadend=d:n.onreadystatechange=function(){n&&4===n.readyState&&(0!==n.status||n.responseURL&&0===n.responseURL.indexOf(\"file:\"))&&setTimeout(d)},n.onabort=function(){n&&(t(createError(\"Request aborted\",e,\"ECONNABORTED\",n)),n=null)},n.onerror=function(){t(createError(\"Network Error\",e,null,n)),n=null},n.ontimeout=function(){var r=\"timeout of \"+e.timeout+\"ms exceeded\";e.timeoutErrorMessage&&(r=e.timeoutErrorMessage),t(createError(r,e,e.transitional&&e.transitional.clarifyTimeoutError?\"ETIMEDOUT\":\"ECONNABORTED\",n)),n=null},utils.isStandardBrowserEnv()){var p=(e.withCredentials||isURLSameOrigin(l))&&e.xsrfCookieName?cookies.read(e.xsrfCookieName):void 0;p&&(o[e.xsrfHeaderName]=p)}\"setRequestHeader\"in n&&utils.forEach(o,function(e,r){void 0===s&&\"content-type\"===r.toLowerCase()?delete o[r]:n.setRequestHeader(r,e)}),utils.isUndefined(e.withCredentials)||(n.withCredentials=!!e.withCredentials),a&&\"json\"!==a&&(n.responseType=e.responseType),\"function\"==typeof e.onDownloadProgress&&n.addEventListener(\"progress\",e.onDownloadProgress),\"function\"==typeof e.onUploadProgress&&n.upload&&n.upload.addEventListener(\"progress\",e.onUploadProgress),e.cancelToken&&e.cancelToken.promise.then(function(e){n&&(n.abort(),t(e),n=null)}),s||(s=null),n.send(s)})};\\n}, {\"2450\":2450,\"2451\":2451,\"2452\":2452,\"2453\":2453,\"2454\":2454,\"2455\":2455,\"2456\":2456,\"2457\":2457}];\\nwindow.modules[\"2450\"] = [function(require,module,exports){\"use strict\";var bind=require(2458),toString=Object.prototype.toString;function isArray(r){return\"[object Array]\"===toString.call(r)}function isUndefined(r){return void 0===r}function isBuffer(r){return null!==r&&!isUndefined(r)&&null!==r.constructor&&!isUndefined(r.constructor)&&\"function\"==typeof r.constructor.isBuffer&&r.constructor.isBuffer(r)}function isArrayBuffer(r){return\"[object ArrayBuffer]\"===toString.call(r)}function isFormData(r){return\"undefined\"!=typeof FormData&&r instanceof FormData}function isArrayBufferView(r){return\"undefined\"!=typeof ArrayBuffer&&ArrayBuffer.isView?ArrayBuffer.isView(r):r&&r.buffer&&r.buffer instanceof ArrayBuffer}function isString(r){return\"string\"==typeof r}function isNumber(r){return\"number\"==typeof r}function isObject(r){return null!==r&&\"object\"==typeof r}function isPlainObject(r){if(\"[object Object]\"!==toString.call(r))return!1;var t=Object.getPrototypeOf(r);return null===t||t===Object.prototype}function isDate(r){return\"[object Date]\"===toString.call(r)}function isFile(r){return\"[object File]\"===toString.call(r)}function isBlob(r){return\"[object Blob]\"===toString.call(r)}function isFunction(r){return\"[object Function]\"===toString.call(r)}function isStream(r){return isObject(r)&&isFunction(r.pipe)}function isURLSearchParams(r){return\"undefined\"!=typeof URLSearchParams&&r instanceof URLSearchParams}function trim(r){return r.trim?r.trim():r.replace(/^\\\\s+|\\\\s+$/g,\"\")}function isStandardBrowserEnv(){return(\"undefined\"==typeof navigator||\"ReactNative\"!==navigator.product&&\"NativeScript\"!==navigator.product&&\"NS\"!==navigator.product)&&(\"undefined\"!=typeof window&&\"undefined\"!=typeof document)}function forEach(r,t){if(null!=r)if(\"object\"!=typeof r&&(r=[r]),isArray(r))for(var e=0,i=r.length;e<i;e++)t.call(null,r[e],e,r);else for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&t.call(null,r[n],n,r)}function merge(){var r={};function t(t,e){isPlainObject(r[e])&&isPlainObject(t)?r[e]=merge(r[e],t):isPlainObject(t)?r[e]=merge({},t):isArray(t)?r[e]=t.slice():r[e]=t}for(var e=0,i=arguments.length;e<i;e++)forEach(arguments[e],t);return r}function extend(r,t,e){return forEach(t,function(t,i){r[i]=e&&\"function\"==typeof t?bind(t,e):t}),r}function stripBOM(r){return 65279===r.charCodeAt(0)&&(r=r.slice(1)),r}module.exports={isArray:isArray,isArrayBuffer:isArrayBuffer,isBuffer:isBuffer,isFormData:isFormData,isArrayBufferView:isArrayBufferView,isString:isString,isNumber:isNumber,isObject:isObject,isPlainObject:isPlainObject,isUndefined:isUndefined,isDate:isDate,isFile:isFile,isBlob:isBlob,isFunction:isFunction,isStream:isStream,isURLSearchParams:isURLSearchParams,isStandardBrowserEnv:isStandardBrowserEnv,forEach:forEach,merge:merge,extend:extend,trim:trim,stripBOM:stripBOM};\\n}, {\"2458\":2458}];\\nwindow.modules[\"2451\"] = [function(require,module,exports){\"use strict\";var utils=require(2450);function encode(e){return encodeURIComponent(e).replace(/%3A/gi,\":\").replace(/%24/g,\"$\").replace(/%2C/gi,\",\").replace(/%20/g,\"+\").replace(/%5B/gi,\"[\").replace(/%5D/gi,\"]\")}module.exports=function(e,i,r){if(!i)return e;var t;if(r)t=r(i);else if(utils.isURLSearchParams(i))t=i.toString();else{var n=[];utils.forEach(i,function(e,i){null!=e&&(utils.isArray(e)?i+=\"[]\":e=[e],utils.forEach(e,function(e){utils.isDate(e)?e=e.toISOString():utils.isObject(e)&&(e=JSON.stringify(e)),n.push(encode(i)+\"=\"+encode(e))}))}),t=n.join(\"&\")}if(t){var s=e.indexOf(\"#\");-1!==s&&(e=e.slice(0,s)),e+=(-1===e.indexOf(\"?\")?\"?\":\"&\")+t}return e};\\n}, {\"2450\":2450}];\\nwindow.modules[\"2452\"] = [function(require,module,exports){\"use strict\";var utils=require(2450);module.exports=utils.isStandardBrowserEnv()?{write:function(e,t,n,i,u,o){var r=[];r.push(e+\"=\"+encodeURIComponent(t)),utils.isNumber(n)&&r.push(\"expires=\"+new Date(n).toGMTString()),utils.isString(i)&&r.push(\"path=\"+i),utils.isString(u)&&r.push(\"domain=\"+u),!0===o&&r.push(\"secure\"),document.cookie=r.join(\"; \")},read:function(e){var t=document.cookie.match(new RegExp(\"(^|;\\\\\\\\s*)(\"+e+\")=([^;]*)\"));return t?decodeURIComponent(t[3]):null},remove:function(e){this.write(e,\"\",Date.now()-864e5)}}:{write:function(){},read:function(){return null},remove:function(){}};\\n}, {\"2450\":2450}];\\nwindow.modules[\"2453\"] = [function(require,module,exports){\"use strict\";var utils=require(2450),ignoreDuplicateOf=[\"age\",\"authorization\",\"content-length\",\"content-type\",\"etag\",\"expires\",\"from\",\"host\",\"if-modified-since\",\"if-unmodified-since\",\"last-modified\",\"location\",\"max-forwards\",\"proxy-authorization\",\"referer\",\"retry-after\",\"user-agent\"];module.exports=function(t){var e,i,r,o={};return t?(utils.forEach(t.split(\"\\\\n\"),function(t){if(r=t.indexOf(\":\"),e=utils.trim(t.substr(0,r)).toLowerCase(),i=utils.trim(t.substr(r+1)),e){if(o[e]&&ignoreDuplicateOf.indexOf(e)>=0)return;o[e]=\"set-cookie\"===e?(o[e]?o[e]:[]).concat([i]):o[e]?o[e]+\", \"+i:i}}),o):o};\\n}, {\"2450\":2450}];\\nwindow.modules[\"2454\"] = [function(require,module,exports){\"use strict\";var utils=require(2450);module.exports=utils.isStandardBrowserEnv()?function(){var t,r=/(msie|trident)/i.test(navigator.userAgent),e=document.createElement(\"a\");function o(t){var o=t;return r&&(e.setAttribute(\"href\",o),o=e.href),e.setAttribute(\"href\",o),{href:e.href,protocol:e.protocol?e.protocol.replace(/:$/,\"\"):\"\",host:e.host,search:e.search?e.search.replace(/^\\\\?/,\"\"):\"\",hash:e.hash?e.hash.replace(/^#/,\"\"):\"\",hostname:e.hostname,port:e.port,pathname:\"/\"===e.pathname.charAt(0)?e.pathname:\"/\"+e.pathname}}return t=o(window.location.href),function(r){var e=utils.isString(r)?o(r):r;return e.protocol===t.protocol&&e.host===t.host}}():function(){return!0};\\n}, {\"2450\":2450}];\\nwindow.modules[\"2455\"] = [function(require,module,exports){\"use strict\";var createError=require(2456);module.exports=function(t,r,e){var s=e.config.validateStatus;e.status&&s&&!s(e.status)?r(createError(\"Request failed with status code \"+e.status,e.config,null,e.request,e)):t(e)};\\n}, {\"2456\":2456}];\\nwindow.modules[\"2456\"] = [function(require,module,exports){\"use strict\";var enhanceError=require(2472);module.exports=function(r,e,n,o,a){var c=new Error(r);return enhanceError(c,e,n,o,a)};\\n}, {\"2472\":2472}];\\nwindow.modules[\"2457\"] = [function(require,module,exports){\"use strict\";var isAbsoluteURL=require(2470),combineURLs=require(2471);module.exports=function(e,s){return e&&!isAbsoluteURL(s)?combineURLs(e,s):s};\\n}, {\"2470\":2470,\"2471\":2471}];\\nwindow.modules[\"2458\"] = [function(require,module,exports){\"use strict\";module.exports=function(r,n){return function(){for(var t=new Array(arguments.length),e=0;e<t.length;e++)t[e]=arguments[e];return r.apply(n,t)}};\\n}, {}];\\nwindow.modules[\"2459\"] = [function(require,module,exports){\"use strict\";function Cancel(e){this.message=e}Cancel.prototype.toString=function(){return\"Cancel\"+(this.message?\": \"+this.message:\"\")},Cancel.prototype.__CANCEL__=!0,module.exports=Cancel;\\n}, {}];\\nwindow.modules[\"2460\"] = [function(require,module,exports){\"use strict\";module.exports=function(n){return function(t){return n.apply(null,t)}};\\n}, {}];\\nwindow.modules[\"2461\"] = [function(require,module,exports){\"use strict\";module.exports=function(t){return!(!t||!t.__CANCEL__)};\\n}, {}];\\nwindow.modules[\"2462\"] = [function(require,module,exports){\"use strict\";module.exports=function(o){return\"object\"==typeof o&&!0===o.isAxiosError};\\n}, {}];\\nwindow.modules[\"2463\"] = [function(require,module,exports){\"use strict\";var utils=require(2450);module.exports=function(e,t){t=t||{};var i={},s=[\"url\",\"method\",\"data\"],n=[\"headers\",\"auth\",\"proxy\",\"params\"],r=[\"baseURL\",\"transformRequest\",\"transformResponse\",\"paramsSerializer\",\"timeout\",\"timeoutMessage\",\"withCredentials\",\"adapter\",\"responseType\",\"xsrfCookieName\",\"xsrfHeaderName\",\"onUploadProgress\",\"onDownloadProgress\",\"decompress\",\"maxContentLength\",\"maxBodyLength\",\"maxRedirects\",\"transport\",\"httpAgent\",\"httpsAgent\",\"cancelToken\",\"socketPath\",\"responseEncoding\"],o=[\"validateStatus\"];function a(e,t){return utils.isPlainObject(e)&&utils.isPlainObject(t)?utils.merge(e,t):utils.isPlainObject(t)?utils.merge({},t):utils.isArray(t)?t.slice():t}function u(s){utils.isUndefined(t[s])?utils.isUndefined(e[s])||(i[s]=a(void 0,e[s])):i[s]=a(e[s],t[s])}utils.forEach(s,function(e){utils.isUndefined(t[e])||(i[e]=a(void 0,t[e]))}),utils.forEach(n,u),utils.forEach(r,function(s){utils.isUndefined(t[s])?utils.isUndefined(e[s])||(i[s]=a(void 0,e[s])):i[s]=a(void 0,t[s])}),utils.forEach(o,function(s){s in t?i[s]=a(e[s],t[s]):s in e&&(i[s]=a(void 0,e[s]))});var c=s.concat(n).concat(r).concat(o),l=Object.keys(e).concat(Object.keys(t)).filter(function(e){return-1===c.indexOf(e)});return utils.forEach(l,u),i};\\n}, {\"2450\":2450}];\\nwindow.modules[\"2464\"] = [function(require,module,exports){\"use strict\";var Cancel=require(2459);function CancelToken(e){if(\"function\"!=typeof e)throw new TypeError(\"executor must be a function.\");var n;this.promise=new Promise(function(e){n=e});var o=this;e(function(e){o.reason||(o.reason=new Cancel(e),n(o.reason))})}CancelToken.prototype.throwIfRequested=function(){if(this.reason)throw this.reason},CancelToken.source=function(){var e;return{token:new CancelToken(function(n){e=n}),cancel:e}},module.exports=CancelToken;\\n}, {\"2459\":2459}];\\nwindow.modules[\"2465\"] = [function(require,module,exports){\"use strict\";var utils=require(2450),buildURL=require(2451),InterceptorManager=require(2467),dispatchRequest=require(2469),mergeConfig=require(2463),validator=require(2468),validators=validator.validators;function Axios(t){this.defaults=t,this.interceptors={request:new InterceptorManager,response:new InterceptorManager}}Axios.prototype.request=function(t){\"string\"==typeof t?(t=arguments[1]||{}).url=arguments[0]:t=t||{},(t=mergeConfig(this.defaults,t)).method?t.method=t.method.toLowerCase():this.defaults.method?t.method=this.defaults.method.toLowerCase():t.method=\"get\";var e=t.transitional;void 0!==e&&validator.assertOptions(e,{silentJSONParsing:validators.transitional(validators.boolean,\"1.0.0\"),forcedJSONParsing:validators.transitional(validators.boolean,\"1.0.0\"),clarifyTimeoutError:validators.transitional(validators.boolean,\"1.0.0\")},!1);var r=[],o=!0;this.interceptors.request.forEach(function(e){\"function\"==typeof e.runWhen&&!1===e.runWhen(t)||(o=o&&e.synchronous,r.unshift(e.fulfilled,e.rejected))});var i,a=[];if(this.interceptors.response.forEach(function(t){a.push(t.fulfilled,t.rejected)}),!o){var s=[dispatchRequest,void 0];for(Array.prototype.unshift.apply(s,r),s=s.concat(a),i=Promise.resolve(t);s.length;)i=i.then(s.shift(),s.shift());return i}for(var n=t;r.length;){var u=r.shift(),l=r.shift();try{n=u(n)}catch(t){l(t);break}}try{i=dispatchRequest(n)}catch(t){return Promise.reject(t)}for(;a.length;)i=i.then(a.shift(),a.shift());return i},Axios.prototype.getUri=function(t){return t=mergeConfig(this.defaults,t),buildURL(t.url,t.params,t.paramsSerializer).replace(/^\\\\?/,\"\")},utils.forEach([\"delete\",\"get\",\"head\",\"options\"],function(t){Axios.prototype[t]=function(e,r){return this.request(mergeConfig(r||{},{method:t,url:e,data:(r||{}).data}))}}),utils.forEach([\"post\",\"put\",\"patch\"],function(t){Axios.prototype[t]=function(e,r,o){return this.request(mergeConfig(o||{},{method:t,url:e,data:r}))}}),module.exports=Axios;\\n}, {\"2450\":2450,\"2451\":2451,\"2463\":2463,\"2467\":2467,\"2468\":2468,\"2469\":2469}];\\nwindow.modules[\"2466\"] = [function(require,module,exports){(function (process){(function (){\\n\"use strict\";var utils=require(2450),normalizeHeaderName=require(2474),enhanceError=require(2472),DEFAULT_CONTENT_TYPE={\"Content-Type\":\"application/x-www-form-urlencoded\"};function setContentTypeIfUnset(e,t){!utils.isUndefined(e)&&utils.isUndefined(e[\"Content-Type\"])&&(e[\"Content-Type\"]=t)}function getDefaultAdapter(){var e;return\"undefined\"!=typeof XMLHttpRequest?e=require(2449):\"undefined\"!=typeof process&&\"[object process]\"===Object.prototype.toString.call(process)&&(e=require(2449)),e}function stringifySafely(e,t,r){if(utils.isString(e))try{return(t||JSON.parse)(e),utils.trim(e)}catch(e){if(\"SyntaxError\"!==e.name)throw e}return(r||JSON.stringify)(e)}var defaults={transitional:{silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},adapter:getDefaultAdapter(),transformRequest:[function(e,t){return normalizeHeaderName(t,\"Accept\"),normalizeHeaderName(t,\"Content-Type\"),utils.isFormData(e)||utils.isArrayBuffer(e)||utils.isBuffer(e)||utils.isStream(e)||utils.isFile(e)||utils.isBlob(e)?e:utils.isArrayBufferView(e)?e.buffer:utils.isURLSearchParams(e)?(setContentTypeIfUnset(t,\"application/x-www-form-urlencoded;charset=utf-8\"),e.toString()):utils.isObject(e)||t&&\"application/json\"===t[\"Content-Type\"]?(setContentTypeIfUnset(t,\"application/json\"),stringifySafely(e)):e}],transformResponse:[function(e){var t=this.transitional,r=t&&t.silentJSONParsing,n=t&&t.forcedJSONParsing,i=!r&&\"json\"===this.responseType;if(i||n&&utils.isString(e)&&e.length)try{return JSON.parse(e)}catch(e){if(i){if(\"SyntaxError\"===e.name)throw enhanceError(e,this,\"E_JSON_PARSE\");throw e}}return e}],timeout:0,xsrfCookieName:\"XSRF-TOKEN\",xsrfHeaderName:\"X-XSRF-TOKEN\",maxContentLength:-1,maxBodyLength:-1,validateStatus:function(e){return e>=200&&e<300},headers:{common:{Accept:\"application/json, text/plain, */*\"}}};utils.forEach([\"delete\",\"get\",\"head\"],function(e){defaults.headers[e]={}}),utils.forEach([\"post\",\"put\",\"patch\"],function(e){defaults.headers[e]=utils.merge(DEFAULT_CONTENT_TYPE)}),module.exports=defaults;\\n\\n}).call(this)}).call(this,require(221))}, {\"221\":221,\"2449\":2449,\"2450\":2450,\"2472\":2472,\"2474\":2474}];\\nwindow.modules[\"2467\"] = [function(require,module,exports){\"use strict\";var utils=require(2450);function InterceptorManager(){this.handlers=[]}InterceptorManager.prototype.use=function(e,n,r){return this.handlers.push({fulfilled:e,rejected:n,synchronous:!!r&&r.synchronous,runWhen:r?r.runWhen:null}),this.handlers.length-1},InterceptorManager.prototype.eject=function(e){this.handlers[e]&&(this.handlers[e]=null)},InterceptorManager.prototype.forEach=function(e){utils.forEach(this.handlers,function(n){null!==n&&e(n)})},module.exports=InterceptorManager;\\n}, {\"2450\":2450}];\\nwindow.modules[\"2468\"] = [function(require,module,exports){\"use strict\";var pkg=require(2475),validators={};[\"object\",\"boolean\",\"number\",\"function\",\"string\",\"symbol\"].forEach(function(r,e){validators[r]=function(n){return typeof n===r||\"a\"+(e<1?\"n \":\" \")+r}});var deprecatedWarnings={},currentVerArr=pkg.version.split(\".\");function isOlderVersion(r,e){for(var n=e?e.split(\".\"):currentVerArr,o=r.split(\".\"),t=0;t<3;t++){if(n[t]>o[t])return!0;if(n[t]<o[t])return!1}return!1}function assertOptions(r,e,n){if(\"object\"!=typeof r)throw new TypeError(\"options must be an object\");for(var o=Object.keys(r),t=o.length;t-- >0;){var i=o[t],s=e[i];if(s){var a=r[i],u=void 0===a||s(a,i,r);if(!0!==u)throw new TypeError(\"option \"+i+\" must be \"+u)}else if(!0!==n)throw Error(\"Unknown option \"+i)}}validators.transitional=function(r,e,n){var o=e&&isOlderVersion(e);function t(r,e){return\"[Axios v\"+pkg.version+\"] Transitional option \\'\"+r+\"\\'\"+e+(n?\". \"+n:\"\")}return function(n,i,s){if(!1===r)throw new Error(t(i,\" has been removed in \"+e));return o&&!deprecatedWarnings[i]&&(deprecatedWarnings[i]=!0,console.warn(t(i,\" has been deprecated since v\"+e+\" and will be removed in the near future\"))),!r||r(n,i,s)}},module.exports={isOlderVersion:isOlderVersion,assertOptions:assertOptions,validators:validators};\\n}, {\"2475\":2475}];\\nwindow.modules[\"2469\"] = [function(require,module,exports){\"use strict\";var utils=require(2450),transformData=require(2473),isCancel=require(2461),defaults=require(2466);function throwIfCancellationRequested(e){e.cancelToken&&e.cancelToken.throwIfRequested()}module.exports=function(e){return throwIfCancellationRequested(e),e.headers=e.headers||{},e.data=transformData.call(e,e.data,e.headers,e.transformRequest),e.headers=utils.merge(e.headers.common||{},e.headers[e.method]||{},e.headers),utils.forEach([\"delete\",\"get\",\"head\",\"post\",\"put\",\"patch\",\"common\"],function(a){delete e.headers[a]}),(e.adapter||defaults.adapter)(e).then(function(a){return throwIfCancellationRequested(e),a.data=transformData.call(e,a.data,a.headers,e.transformResponse),a},function(a){return isCancel(a)||(throwIfCancellationRequested(e),a&&a.response&&(a.response.data=transformData.call(e,a.response.data,a.response.headers,e.transformResponse))),Promise.reject(a)})};\\n}, {\"2450\":2450,\"2461\":2461,\"2466\":2466,\"2473\":2473}];\\nwindow.modules[\"2470\"] = [function(require,module,exports){\"use strict\";module.exports=function(t){return/^([a-z][a-z\\\\d\\\\+\\\\-\\\\.]*:)?\\\\/\\\\//i.test(t)};\\n}, {}];\\nwindow.modules[\"2471\"] = [function(require,module,exports){\"use strict\";module.exports=function(e,r){return r?e.replace(/\\\\/+$/,\"\")+\"/\"+r.replace(/^\\\\/+/,\"\"):e};\\n}, {}];\\nwindow.modules[\"2472\"] = [function(require,module,exports){\"use strict\";module.exports=function(e,i,s,t,n){return e.config=i,s&&(e.code=s),e.request=t,e.response=n,e.isAxiosError=!0,e.toJSON=function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:this.config,code:this.code}},e};\\n}, {}];\\nwindow.modules[\"2473\"] = [function(require,module,exports){\"use strict\";var utils=require(2450),defaults=require(2466);module.exports=function(t,u,e){var r=this||defaults;return utils.forEach(e,function(e){t=e.call(r,t,u)}),t};\\n}, {\"2450\":2450,\"2466\":2466}];\\nwindow.modules[\"2474\"] = [function(require,module,exports){\"use strict\";var utils=require(2450);module.exports=function(e,t){utils.forEach(e,function(r,s){s!==t&&s.toUpperCase()===t.toUpperCase()&&(e[t]=r,delete e[s])})};\\n}, {\"2450\":2450}];\\nwindow.modules[\"2475\"] = [function(require,module,exports){module.exports={\\n \"name\": \"axios\",\\n \"version\": \"0.21.4\",\\n \"description\": \"Promise based HTTP client for the browser and node.js\",\\n \"main\": \"index.js\",\\n \"scripts\": {\\n \"test\": \"grunt test\",\\n \"start\": \"node ./sandbox/server.js\",\\n \"build\": \"NODE_ENV=production grunt build\",\\n \"preversion\": \"npm test\",\\n \"version\": \"npm run build && grunt version && git add -A dist && git add CHANGELOG.md bower.json package.json\",\\n \"postversion\": \"git push && git push --tags\",\\n \"examples\": \"node ./examples/server.js\",\\n \"coveralls\": \"cat coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js\",\\n \"fix\": \"eslint --fix lib/**/*.js\"\\n },\\n \"repository\": {\\n \"type\": \"git\",\\n \"url\": \"https://github.com/axios/axios.git\"\\n },\\n \"keywords\": [\\n \"xhr\",\\n \"http\",\\n \"ajax\",\\n \"promise\",\\n \"node\"\\n ],\\n \"author\": \"Matt Zabriskie\",\\n \"license\": \"MIT\",\\n \"bugs\": {\\n \"url\": \"https://github.com/axios/axios/issues\"\\n },\\n \"homepage\": \"https://axios-http.com\",\\n \"devDependencies\": {\\n \"coveralls\": \"^3.0.0\",\\n \"es6-promise\": \"^4.2.4\",\\n \"grunt\": \"^1.3.0\",\\n \"grunt-banner\": \"^0.6.0\",\\n \"grunt-cli\": \"^1.2.0\",\\n \"grunt-contrib-clean\": \"^1.1.0\",\\n \"grunt-contrib-watch\": \"^1.0.0\",\\n \"grunt-eslint\": \"^23.0.0\",\\n \"grunt-karma\": \"^4.0.0\",\\n \"grunt-mocha-test\": \"^0.13.3\",\\n \"grunt-ts\": \"^6.0.0-beta.19\",\\n \"grunt-webpack\": \"^4.0.2\",\\n \"istanbul-instrumenter-loader\": \"^1.0.0\",\\n \"jasmine-core\": \"^2.4.1\",\\n \"karma\": \"^6.3.2\",\\n \"karma-chrome-launcher\": \"^3.1.0\",\\n \"karma-firefox-launcher\": \"^2.1.0\",\\n \"karma-jasmine\": \"^1.1.1\",\\n \"karma-jasmine-ajax\": \"^0.1.13\",\\n \"karma-safari-launcher\": \"^1.0.0\",\\n \"karma-sauce-launcher\": \"^4.3.6\",\\n \"karma-sinon\": \"^1.0.5\",\\n \"karma-sourcemap-loader\": \"^0.3.8\",\\n \"karma-webpack\": \"^4.0.2\",\\n \"load-grunt-tasks\": \"^3.5.2\",\\n \"minimist\": \"^1.2.0\",\\n \"mocha\": \"^8.2.1\",\\n \"sinon\": \"^4.5.0\",\\n \"terser-webpack-plugin\": \"^4.2.3\",\\n \"typescript\": \"^4.0.5\",\\n \"url-search-params\": \"^0.10.0\",\\n \"webpack\": \"^4.44.2\",\\n \"webpack-dev-server\": \"^3.11.0\"\\n },\\n \"browser\": {\\n \"./lib/adapters/http.js\": \"./lib/adapters/xhr.js\"\\n },\\n \"jsdelivr\": \"dist/axios.min.js\",\\n \"unpkg\": \"dist/axios.min.js\",\\n \"typings\": \"./index.d.ts\",\\n \"dependencies\": {\\n \"follow-redirects\": \"^1.14.0\"\\n },\\n \"bundlesize\": [\\n {\\n \"path\": \"./dist/axios.min.js\",\\n \"threshold\": \"5kB\"\\n }\\n ]\\n}\\n}, {}];\\nwindow.modules[\"2508\"] = [function(require,module,exports){(function (Buffer){(function (){\\n\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0});var pad_string_1=require(2509);function encode(e,r){return void 0===r&&(r=\"utf8\"),Buffer.isBuffer(e)?fromBase64(e.toString(\"base64\")):fromBase64(Buffer.from(e,r).toString(\"base64\"))}function decode(e,r){return void 0===r&&(r=\"utf8\"),Buffer.from(toBase64(e),\"base64\").toString(r)}function toBase64(e){return e=e.toString(),pad_string_1.default(e).replace(/\\\\-/g,\"+\").replace(/_/g,\"/\")}function fromBase64(e){return e.replace(/=/g,\"\").replace(/\\\\+/g,\"-\").replace(/\\\\//g,\"_\")}function toBuffer(e){return Buffer.from(toBase64(e),\"base64\")}var base64url=encode;base64url.encode=encode,base64url.decode=decode,base64url.toBase64=toBase64,base64url.fromBase64=fromBase64,base64url.toBuffer=toBuffer,exports.default=base64url;\\n\\n}).call(this)}).call(this,require(161).Buffer)}, {\"161\":161,\"2509\":2509}];\\nwindow.modules[\"2509\"] = [function(require,module,exports){(function (Buffer){(function (){\\n\"use strict\";function padString(r){var e=r.length,t=e%4;if(!t)return r;var i=e,n=4-t,o=e+n,u=Buffer.alloc(o);for(u.write(r);n--;)u.write(\"=\",i++);return u.toString()}Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=padString;\\n\\n}).call(this)}).call(this,require(161).Buffer)}, {\"161\":161}];\\nwindow.modules[\"2511\"] = [function(require,module,exports){(function (setImmediate,clearImmediate){(function (){\\nvar nextTick=require(221).nextTick,apply=Function.prototype.apply,slice=Array.prototype.slice,immediateIds={},nextImmediateId=0;function Timeout(e,t){this._id=e,this._clearFn=t}exports.setTimeout=function(){return new Timeout(apply.call(setTimeout,window,arguments),clearTimeout)},exports.setInterval=function(){return new Timeout(apply.call(setInterval,window,arguments),clearInterval)},exports.clearTimeout=exports.clearInterval=function(e){e.close()},Timeout.prototype.unref=Timeout.prototype.ref=function(){},Timeout.prototype.close=function(){this._clearFn.call(window,this._id)},exports.enroll=function(e,t){clearTimeout(e._idleTimeoutId),e._idleTimeout=t},exports.unenroll=function(e){clearTimeout(e._idleTimeoutId),e._idleTimeout=-1},exports._unrefActive=exports.active=function(e){clearTimeout(e._idleTimeoutId);var t=e._idleTimeout;t>=0&&(e._idleTimeoutId=setTimeout(function(){e._onTimeout&&e._onTimeout()},t))},exports.setImmediate=\"function\"==typeof setImmediate?setImmediate:function(e){var t=nextImmediateId++,i=!(arguments.length<2)&&slice.call(arguments,1);return immediateIds[t]=!0,nextTick(function(){immediateIds[t]&&(i?e.apply(null,i):e.call(null),exports.clearImmediate(t))}),t},exports.clearImmediate=\"function\"==typeof clearImmediate?clearImmediate:function(e){delete immediateIds[e]};\\n\\n}).call(this)}).call(this,require(2511).setImmediate,require(2511).clearImmediate)}, {\"221\":221,\"2511\":2511}];\\nwindow.modules[\"2555\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=cloneObject;var _index=_interopRequireDefault(require(2561));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function cloneObject(e){return(0,_index.default)({},e)}module.exports=exports.default;\\n}, {\"2561\":2561}];\\nwindow.modules[\"2558\"] = [function(require,module,exports){\"use strict\";function getTimezoneOffsetInMilliseconds(e){var t=new Date(Date.UTC(e.getFullYear(),e.getMonth(),e.getDate(),e.getHours(),e.getMinutes(),e.getSeconds(),e.getMilliseconds()));return t.setUTCFullYear(e.getFullYear()),e.getTime()-t.getTime()}Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=getTimezoneOffsetInMilliseconds,module.exports=exports.default;\\n}, {}];\\nwindow.modules[\"2559\"] = [function(require,module,exports){\"use strict\";function toInteger(e){if(null===e||!0===e||!1===e)return NaN;var t=Number(e);return isNaN(t)?t:t<0?Math.ceil(t):Math.floor(t)}Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=toInteger,module.exports=exports.default;\\n}, {}];\\nwindow.modules[\"2560\"] = [function(require,module,exports){\"use strict\";function addLeadingZeros(e,t){for(var r=e<0?\"-\":\"\",o=Math.abs(e).toString();o.length<t;)o=\"0\"+o;return r+o}Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=addLeadingZeros,module.exports=exports.default;\\n}, {}];\\nwindow.modules[\"2561\"] = [function(require,module,exports){\"use strict\";function assign(e,r){if(null==e)throw new TypeError(\"assign requires that input parameter not be null or undefined\");for(var t in r=r||{})Object.prototype.hasOwnProperty.call(r,t)&&(e[t]=r[t]);return e}Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=assign,module.exports=exports.default;\\n}, {}];\\nwindow.modules[\"2562\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=void 0;var _index=_interopRequireDefault(require(2564)),_index2=_interopRequireDefault(require(2567)),_index3=_interopRequireDefault(require(2565)),_index4=_interopRequireDefault(require(2568)),_index5=_interopRequireDefault(require(2566)),_index6=_interopRequireDefault(require(2560)),_index7=_interopRequireDefault(require(2563));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}var dayPeriodEnum={am:\"am\",pm:\"pm\",midnight:\"midnight\",noon:\"noon\",morning:\"morning\",afternoon:\"afternoon\",evening:\"evening\",night:\"night\"},formatters={G:function(e,t,r){var n=e.getUTCFullYear()>0?1:0;switch(t){case\"G\":case\"GG\":case\"GGG\":return r.era(n,{width:\"abbreviated\"});case\"GGGGG\":return r.era(n,{width:\"narrow\"});case\"GGGG\":default:return r.era(n,{width:\"wide\"})}},y:function(e,t,r){if(\"yo\"===t){var n=e.getUTCFullYear(),a=n>0?n:1-n;return r.ordinalNumber(a,{unit:\"year\"})}return _index7.default.y(e,t)},Y:function(e,t,r,n){var a=(0,_index5.default)(e,n),i=a>0?a:1-a;if(\"YY\"===t){var o=i%100;return(0,_index6.default)(o,2)}return\"Yo\"===t?r.ordinalNumber(i,{unit:\"year\"}):(0,_index6.default)(i,t.length)},R:function(e,t){var r=(0,_index3.default)(e);return(0,_index6.default)(r,t.length)},u:function(e,t){var r=e.getUTCFullYear();return(0,_index6.default)(r,t.length)},Q:function(e,t,r){var n=Math.ceil((e.getUTCMonth()+1)/3);switch(t){case\"Q\":return String(n);case\"QQ\":return(0,_index6.default)(n,2);case\"Qo\":return r.ordinalNumber(n,{unit:\"quarter\"});case\"QQQ\":return r.quarter(n,{width:\"abbreviated\",context:\"formatting\"});case\"QQQQQ\":return r.quarter(n,{width:\"narrow\",context:\"formatting\"});case\"QQQQ\":default:return r.quarter(n,{width:\"wide\",context:\"formatting\"})}},q:function(e,t,r){var n=Math.ceil((e.getUTCMonth()+1)/3);switch(t){case\"q\":return String(n);case\"qq\":return(0,_index6.default)(n,2);case\"qo\":return r.ordinalNumber(n,{unit:\"quarter\"});case\"qqq\":return r.quarter(n,{width:\"abbreviated\",context:\"standalone\"});case\"qqqqq\":return r.quarter(n,{width:\"narrow\",context:\"standalone\"});case\"qqqq\":default:return r.quarter(n,{width:\"wide\",context:\"standalone\"})}},M:function(e,t,r){var n=e.getUTCMonth();switch(t){case\"M\":case\"MM\":return _index7.default.M(e,t);case\"Mo\":return r.ordinalNumber(n+1,{unit:\"month\"});case\"MMM\":return r.month(n,{width:\"abbreviated\",context:\"formatting\"});case\"MMMMM\":return r.month(n,{width:\"narrow\",context:\"formatting\"});case\"MMMM\":default:return r.month(n,{width:\"wide\",context:\"formatting\"})}},L:function(e,t,r){var n=e.getUTCMonth();switch(t){case\"L\":return String(n+1);case\"LL\":return(0,_index6.default)(n+1,2);case\"Lo\":return r.ordinalNumber(n+1,{unit:\"month\"});case\"LLL\":return r.month(n,{width:\"abbreviated\",context:\"standalone\"});case\"LLLLL\":return r.month(n,{width:\"narrow\",context:\"standalone\"});case\"LLLL\":default:return r.month(n,{width:\"wide\",context:\"standalone\"})}},w:function(e,t,r,n){var a=(0,_index4.default)(e,n);return\"wo\"===t?r.ordinalNumber(a,{unit:\"week\"}):(0,_index6.default)(a,t.length)},I:function(e,t,r){var n=(0,_index2.default)(e);return\"Io\"===t?r.ordinalNumber(n,{unit:\"week\"}):(0,_index6.default)(n,t.length)},d:function(e,t,r){return\"do\"===t?r.ordinalNumber(e.getUTCDate(),{unit:\"date\"}):_index7.default.d(e,t)},D:function(e,t,r){var n=(0,_index.default)(e);return\"Do\"===t?r.ordinalNumber(n,{unit:\"dayOfYear\"}):(0,_index6.default)(n,t.length)},E:function(e,t,r){var n=e.getUTCDay();switch(t){case\"E\":case\"EE\":case\"EEE\":return r.day(n,{width:\"abbreviated\",context:\"formatting\"});case\"EEEEE\":return r.day(n,{width:\"narrow\",context:\"formatting\"});case\"EEEEEE\":return r.day(n,{width:\"short\",context:\"formatting\"});case\"EEEE\":default:return r.day(n,{width:\"wide\",context:\"formatting\"})}},e:function(e,t,r,n){var a=e.getUTCDay(),i=(a-n.weekStartsOn+8)%7||7;switch(t){case\"e\":return String(i);case\"ee\":return(0,_index6.default)(i,2);case\"eo\":return r.ordinalNumber(i,{unit:\"day\"});case\"eee\":return r.day(a,{width:\"abbreviated\",context:\"formatting\"});case\"eeeee\":return r.day(a,{width:\"narrow\",context:\"formatting\"});case\"eeeeee\":return r.day(a,{width:\"short\",context:\"formatting\"});case\"eeee\":default:return r.day(a,{width:\"wide\",context:\"formatting\"})}},c:function(e,t,r,n){var a=e.getUTCDay(),i=(a-n.weekStartsOn+8)%7||7;switch(t){case\"c\":return String(i);case\"cc\":return(0,_index6.default)(i,t.length);case\"co\":return r.ordinalNumber(i,{unit:\"day\"});case\"ccc\":return r.day(a,{width:\"abbreviated\",context:\"standalone\"});case\"ccccc\":return r.day(a,{width:\"narrow\",context:\"standalone\"});case\"cccccc\":return r.day(a,{width:\"short\",context:\"standalone\"});case\"cccc\":default:return r.day(a,{width:\"wide\",context:\"standalone\"})}},i:function(e,t,r){var n=e.getUTCDay(),a=0===n?7:n;switch(t){case\"i\":return String(a);case\"ii\":return(0,_index6.default)(a,t.length);case\"io\":return r.ordinalNumber(a,{unit:\"day\"});case\"iii\":return r.day(n,{width:\"abbreviated\",context:\"formatting\"});case\"iiiii\":return r.day(n,{width:\"narrow\",context:\"formatting\"});case\"iiiiii\":return r.day(n,{width:\"short\",context:\"formatting\"});case\"iiii\":default:return r.day(n,{width:\"wide\",context:\"formatting\"})}},a:function(e,t,r){var n=e.getUTCHours()/12>=1?\"pm\":\"am\";switch(t){case\"a\":case\"aa\":return r.dayPeriod(n,{width:\"abbreviated\",context:\"formatting\"});case\"aaa\":return r.dayPeriod(n,{width:\"abbreviated\",context:\"formatting\"}).toLowerCase();case\"aaaaa\":return r.dayPeriod(n,{width:\"narrow\",context:\"formatting\"});case\"aaaa\":default:return r.dayPeriod(n,{width:\"wide\",context:\"formatting\"})}},b:function(e,t,r){var n,a=e.getUTCHours();switch(n=12===a?dayPeriodEnum.noon:0===a?dayPeriodEnum.midnight:a/12>=1?\"pm\":\"am\",t){case\"b\":case\"bb\":return r.dayPeriod(n,{width:\"abbreviated\",context:\"formatting\"});case\"bbb\":return r.dayPeriod(n,{width:\"abbreviated\",context:\"formatting\"}).toLowerCase();case\"bbbbb\":return r.dayPeriod(n,{width:\"narrow\",context:\"formatting\"});case\"bbbb\":default:return r.dayPeriod(n,{width:\"wide\",context:\"formatting\"})}},B:function(e,t,r){var n,a=e.getUTCHours();switch(n=a>=17?dayPeriodEnum.evening:a>=12?dayPeriodEnum.afternoon:a>=4?dayPeriodEnum.morning:dayPeriodEnum.night,t){case\"B\":case\"BB\":case\"BBB\":return r.dayPeriod(n,{width:\"abbreviated\",context:\"formatting\"});case\"BBBBB\":return r.dayPeriod(n,{width:\"narrow\",context:\"formatting\"});case\"BBBB\":default:return r.dayPeriod(n,{width:\"wide\",context:\"formatting\"})}},h:function(e,t,r){if(\"ho\"===t){var n=e.getUTCHours()%12;return 0===n&&(n=12),r.ordinalNumber(n,{unit:\"hour\"})}return _index7.default.h(e,t)},H:function(e,t,r){return\"Ho\"===t?r.ordinalNumber(e.getUTCHours(),{unit:\"hour\"}):_index7.default.H(e,t)},K:function(e,t,r){var n=e.getUTCHours()%12;return\"Ko\"===t?r.ordinalNumber(n,{unit:\"hour\"}):(0,_index6.default)(n,t.length)},k:function(e,t,r){var n=e.getUTCHours();return 0===n&&(n=24),\"ko\"===t?r.ordinalNumber(n,{unit:\"hour\"}):(0,_index6.default)(n,t.length)},m:function(e,t,r){return\"mo\"===t?r.ordinalNumber(e.getUTCMinutes(),{unit:\"minute\"}):_index7.default.m(e,t)},s:function(e,t,r){return\"so\"===t?r.ordinalNumber(e.getUTCSeconds(),{unit:\"second\"}):_index7.default.s(e,t)},S:function(e,t){return _index7.default.S(e,t)},X:function(e,t,r,n){var a=(n._originalDate||e).getTimezoneOffset();if(0===a)return\"Z\";switch(t){case\"X\":return formatTimezoneWithOptionalMinutes(a);case\"XXXX\":case\"XX\":return formatTimezone(a);case\"XXXXX\":case\"XXX\":default:return formatTimezone(a,\":\")}},x:function(e,t,r,n){var a=(n._originalDate||e).getTimezoneOffset();switch(t){case\"x\":return formatTimezoneWithOptionalMinutes(a);case\"xxxx\":case\"xx\":return formatTimezone(a);case\"xxxxx\":case\"xxx\":default:return formatTimezone(a,\":\")}},O:function(e,t,r,n){var a=(n._originalDate||e).getTimezoneOffset();switch(t){case\"O\":case\"OO\":case\"OOO\":return\"GMT\"+formatTimezoneShort(a,\":\");case\"OOOO\":default:return\"GMT\"+formatTimezone(a,\":\")}},z:function(e,t,r,n){var a=(n._originalDate||e).getTimezoneOffset();switch(t){case\"z\":case\"zz\":case\"zzz\":return\"GMT\"+formatTimezoneShort(a,\":\");case\"zzzz\":default:return\"GMT\"+formatTimezone(a,\":\")}},t:function(e,t,r,n){var a=n._originalDate||e,i=Math.floor(a.getTime()/1e3);return(0,_index6.default)(i,t.length)},T:function(e,t,r,n){var a=(n._originalDate||e).getTime();return(0,_index6.default)(a,t.length)}};function formatTimezoneShort(e,t){var r=e>0?\"-\":\"+\",n=Math.abs(e),a=Math.floor(n/60),i=n%60;if(0===i)return r+String(a);var o=t||\"\";return r+String(a)+o+(0,_index6.default)(i,2)}function formatTimezoneWithOptionalMinutes(e,t){return e%60==0?(e>0?\"-\":\"+\")+(0,_index6.default)(Math.abs(e)/60,2):formatTimezone(e,t)}function formatTimezone(e,t){var r=t||\"\",n=e>0?\"-\":\"+\",a=Math.abs(e);return n+(0,_index6.default)(Math.floor(a/60),2)+r+(0,_index6.default)(a%60,2)}var _default=formatters;exports.default=_default,module.exports=exports.default;\\n}, {\"2560\":2560,\"2563\":2563,\"2564\":2564,\"2565\":2565,\"2566\":2566,\"2567\":2567,\"2568\":2568}];\\nwindow.modules[\"2563\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=void 0;var _index=_interopRequireDefault(require(2560));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}var formatters={y:function(e,t){var n=e.getUTCFullYear(),r=n>0?n:1-n;return(0,_index.default)(\"yy\"===t?r%100:r,t.length)},M:function(e,t){var n=e.getUTCMonth();return\"M\"===t?String(n+1):(0,_index.default)(n+1,2)},d:function(e,t){return(0,_index.default)(e.getUTCDate(),t.length)},a:function(e,t){var n=e.getUTCHours()/12>=1?\"pm\":\"am\";switch(t){case\"a\":case\"aa\":return n.toUpperCase();case\"aaa\":return n;case\"aaaaa\":return n[0];case\"aaaa\":default:return\"am\"===n?\"a.m.\":\"p.m.\"}},h:function(e,t){return(0,_index.default)(e.getUTCHours()%12||12,t.length)},H:function(e,t){return(0,_index.default)(e.getUTCHours(),t.length)},m:function(e,t){return(0,_index.default)(e.getUTCMinutes(),t.length)},s:function(e,t){return(0,_index.default)(e.getUTCSeconds(),t.length)},S:function(e,t){var n=t.length,r=e.getUTCMilliseconds(),a=Math.floor(r*Math.pow(10,n-3));return(0,_index.default)(a,t.length)}},_default=formatters;exports.default=_default,module.exports=exports.default;\\n}, {\"2560\":2560}];\\nwindow.modules[\"2564\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=getUTCDayOfYear;var _index=_interopRequireDefault(require(2570)),_index2=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}var MILLISECONDS_IN_DAY=864e5;function getUTCDayOfYear(e){(0,_index2.default)(1,arguments);var t=(0,_index.default)(e),r=t.getTime();t.setUTCMonth(0,1),t.setUTCHours(0,0,0,0);var u=r-t.getTime();return Math.floor(u/MILLISECONDS_IN_DAY)+1}module.exports=exports.default;\\n}, {\"2570\":2570,\"2571\":2571}];\\nwindow.modules[\"2565\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=getUTCISOWeekYear;var _index=_interopRequireDefault(require(2570)),_index2=_interopRequireDefault(require(2571)),_index3=_interopRequireDefault(require(2572));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function getUTCISOWeekYear(e){(0,_index2.default)(1,arguments);var t=(0,_index.default)(e),r=t.getUTCFullYear(),u=new Date(0);u.setUTCFullYear(r+1,0,4),u.setUTCHours(0,0,0,0);var i=(0,_index3.default)(u),a=new Date(0);a.setUTCFullYear(r,0,4),a.setUTCHours(0,0,0,0);var n=(0,_index3.default)(a);return t.getTime()>=i.getTime()?r+1:t.getTime()>=n.getTime()?r:r-1}module.exports=exports.default;\\n}, {\"2570\":2570,\"2571\":2571,\"2572\":2572}];\\nwindow.modules[\"2566\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=getUTCWeekYear;var _index=_interopRequireDefault(require(2570)),_index2=_interopRequireDefault(require(2571)),_index3=_interopRequireDefault(require(2574)),_index4=_interopRequireDefault(require(2559));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function getUTCWeekYear(e,t){(0,_index2.default)(1,arguments);var r=(0,_index.default)(e),i=r.getUTCFullYear(),n=t||{},u=n.locale,a=u&&u.options&&u.options.firstWeekContainsDate,l=null==a?1:(0,_index4.default)(a),s=null==n.firstWeekContainsDate?l:(0,_index4.default)(n.firstWeekContainsDate);if(!(s>=1&&s<=7))throw new RangeError(\"firstWeekContainsDate must be between 1 and 7 inclusively\");var o=new Date(0);o.setUTCFullYear(i+1,0,s),o.setUTCHours(0,0,0,0);var d=(0,_index3.default)(o,t),f=new Date(0);f.setUTCFullYear(i,0,s),f.setUTCHours(0,0,0,0);var _=(0,_index3.default)(f,t);return r.getTime()>=d.getTime()?i+1:r.getTime()>=_.getTime()?i:i-1}module.exports=exports.default;\\n}, {\"2559\":2559,\"2570\":2570,\"2571\":2571,\"2574\":2574}];\\nwindow.modules[\"2567\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=getUTCISOWeek;var _index=_interopRequireDefault(require(2570)),_index2=_interopRequireDefault(require(2572)),_index3=_interopRequireDefault(require(2573)),_index4=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}var MILLISECONDS_IN_WEEK=6048e5;function getUTCISOWeek(e){(0,_index4.default)(1,arguments);var t=(0,_index.default)(e),r=(0,_index2.default)(t).getTime()-(0,_index3.default)(t).getTime();return Math.round(r/MILLISECONDS_IN_WEEK)+1}module.exports=exports.default;\\n}, {\"2570\":2570,\"2571\":2571,\"2572\":2572,\"2573\":2573}];\\nwindow.modules[\"2568\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=getUTCWeek;var _index=_interopRequireDefault(require(2570)),_index2=_interopRequireDefault(require(2574)),_index3=_interopRequireDefault(require(2575)),_index4=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}var MILLISECONDS_IN_WEEK=6048e5;function getUTCWeek(e,t){(0,_index4.default)(1,arguments);var r=(0,_index.default)(e),i=(0,_index2.default)(r,t).getTime()-(0,_index3.default)(r,t).getTime();return Math.round(i/MILLISECONDS_IN_WEEK)+1}module.exports=exports.default;\\n}, {\"2570\":2570,\"2571\":2571,\"2574\":2574,\"2575\":2575}];\\nwindow.modules[\"2569\"] = [function(require,module,exports){\"use strict\";function dateLongFormatter(e,t){switch(e){case\"P\":return t.date({width:\"short\"});case\"PP\":return t.date({width:\"medium\"});case\"PPP\":return t.date({width:\"long\"});case\"PPPP\":default:return t.date({width:\"full\"})}}function timeLongFormatter(e,t){switch(e){case\"p\":return t.time({width:\"short\"});case\"pp\":return t.time({width:\"medium\"});case\"ppp\":return t.time({width:\"long\"});case\"pppp\":default:return t.time({width:\"full\"})}}function dateTimeLongFormatter(e,t){var r,a=e.match(/(P+)(p+)?/)||[],d=a[1],i=a[2];if(!i)return dateLongFormatter(e,t);switch(d){case\"P\":r=t.dateTime({width:\"short\"});break;case\"PP\":r=t.dateTime({width:\"medium\"});break;case\"PPP\":r=t.dateTime({width:\"long\"});break;case\"PPPP\":default:r=t.dateTime({width:\"full\"})}return r.replace(\"{{date}}\",dateLongFormatter(d,t)).replace(\"{{time}}\",timeLongFormatter(i,t))}Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=void 0;var longFormatters={p:timeLongFormatter,P:dateTimeLongFormatter},_default=longFormatters;exports.default=_default,module.exports=exports.default;\\n}, {}];\\nwindow.modules[\"2570\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=toDate;var _index=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function toDate(e){(0,_index.default)(1,arguments);var t=Object.prototype.toString.call(e);return e instanceof Date||\"object\"==typeof e&&\"[object Date]\"===t?new Date(e.getTime()):\"number\"==typeof e||\"[object Number]\"===t?new Date(e):(\"string\"!=typeof e&&\"[object String]\"!==t||\"undefined\"==typeof console||(console.warn(\"Starting with v2.0.0-beta.1 date-fns doesn\\'t accept strings as date arguments. Please use `parseISO` to parse strings. See: https://git.io/fjule\"),console.warn((new Error).stack)),new Date(NaN))}module.exports=exports.default;\\n}, {\"2571\":2571}];\\nwindow.modules[\"2571\"] = [function(require,module,exports){\"use strict\";function requiredArgs(e,r){if(r.length<e)throw new TypeError(e+\" argument\"+(e>1?\"s\":\"\")+\" required, but only \"+r.length+\" present\")}Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=requiredArgs,module.exports=exports.default;\\n}, {}];\\nwindow.modules[\"2572\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=startOfUTCISOWeek;var _index=_interopRequireDefault(require(2570)),_index2=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function startOfUTCISOWeek(e){(0,_index2.default)(1,arguments);var t=(0,_index.default)(e),r=t.getUTCDay(),u=(r<1?7:0)+r-1;return t.setUTCDate(t.getUTCDate()-u),t.setUTCHours(0,0,0,0),t}module.exports=exports.default;\\n}, {\"2570\":2570,\"2571\":2571}];\\nwindow.modules[\"2573\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=startOfUTCISOWeekYear;var _index=_interopRequireDefault(require(2565)),_index2=_interopRequireDefault(require(2572)),_index3=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function startOfUTCISOWeekYear(e){(0,_index3.default)(1,arguments);var r=(0,_index.default)(e),t=new Date(0);return t.setUTCFullYear(r,0,4),t.setUTCHours(0,0,0,0),(0,_index2.default)(t)}module.exports=exports.default;\\n}, {\"2565\":2565,\"2571\":2571,\"2572\":2572}];\\nwindow.modules[\"2574\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=startOfUTCWeek;var _index=_interopRequireDefault(require(2570)),_index2=_interopRequireDefault(require(2571)),_index3=_interopRequireDefault(require(2559));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function startOfUTCWeek(e,t){(0,_index2.default)(1,arguments);var r=t||{},n=r.locale,u=n&&n.options&&n.options.weekStartsOn,i=null==u?0:(0,_index3.default)(u),a=null==r.weekStartsOn?i:(0,_index3.default)(r.weekStartsOn);if(!(a>=0&&a<=6))throw new RangeError(\"weekStartsOn must be between 0 and 6 inclusively\");var s=(0,_index.default)(e),o=s.getUTCDay(),d=(o<a?7:0)+o-a;return s.setUTCDate(s.getUTCDate()-d),s.setUTCHours(0,0,0,0),s}module.exports=exports.default;\\n}, {\"2559\":2559,\"2570\":2570,\"2571\":2571}];\\nwindow.modules[\"2575\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=startOfUTCWeekYear;var _index=_interopRequireDefault(require(2566)),_index2=_interopRequireDefault(require(2571)),_index3=_interopRequireDefault(require(2574)),_index4=_interopRequireDefault(require(2559));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function startOfUTCWeekYear(e,t){(0,_index2.default)(1,arguments);var r=t||{},i=r.locale,n=i&&i.options&&i.options.firstWeekContainsDate,u=null==n?1:(0,_index4.default)(n),a=null==r.firstWeekContainsDate?u:(0,_index4.default)(r.firstWeekContainsDate),s=(0,_index.default)(e,t),d=new Date(0);return d.setUTCFullYear(s,0,a),d.setUTCHours(0,0,0,0),(0,_index3.default)(d,t)}module.exports=exports.default;\\n}, {\"2559\":2559,\"2566\":2566,\"2571\":2571,\"2574\":2574}];\\nwindow.modules[\"2576\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.isProtectedDayOfYearToken=isProtectedDayOfYearToken,exports.isProtectedWeekYearToken=isProtectedWeekYearToken,exports.throwProtectedError=throwProtectedError;var protectedDayOfYearTokens=[\"D\",\"DD\"],protectedWeekYearTokens=[\"YY\",\"YYYY\"];function isProtectedDayOfYearToken(e){return-1!==protectedDayOfYearTokens.indexOf(e)}function isProtectedWeekYearToken(e){return-1!==protectedWeekYearTokens.indexOf(e)}function throwProtectedError(e,t,o){if(\"YYYY\"===e)throw new RangeError(\"Use `yyyy` instead of `YYYY` (in `\".concat(t,\"`) for formatting years to the input `\").concat(o,\"`; see: https://git.io/fxCyr\"));if(\"YY\"===e)throw new RangeError(\"Use `yy` instead of `YY` (in `\".concat(t,\"`) for formatting years to the input `\").concat(o,\"`; see: https://git.io/fxCyr\"));if(\"D\"===e)throw new RangeError(\"Use `d` instead of `D` (in `\".concat(t,\"`) for formatting days of the month to the input `\").concat(o,\"`; see: https://git.io/fxCyr\"));if(\"DD\"===e)throw new RangeError(\"Use `dd` instead of `DD` (in `\".concat(t,\"`) for formatting days of the month to the input `\").concat(o,\"`; see: https://git.io/fxCyr\"))}\\n}, {}];\\nwindow.modules[\"2577\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.getRoundingMethod=getRoundingMethod;var roundingMap={ceil:Math.ceil,round:Math.round,floor:Math.floor,trunc:function(n){return n<0?Math.ceil(n):Math.floor(n)}},defaultRoundingMethod=\"trunc\";function getRoundingMethod(n){return n?roundingMap[n]:roundingMap[defaultRoundingMethod]}\\n}, {}];\\nwindow.modules[\"2578\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=setUTCDay;var _index=_interopRequireDefault(require(2570)),_index2=_interopRequireDefault(require(2571)),_index3=_interopRequireDefault(require(2559));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function setUTCDay(e,t,r){(0,_index2.default)(2,arguments);var n=r||{},u=n.locale,i=u&&u.options&&u.options.weekStartsOn,a=null==i?0:(0,_index3.default)(i),d=null==n.weekStartsOn?a:(0,_index3.default)(n.weekStartsOn);if(!(d>=0&&d<=6))throw new RangeError(\"weekStartsOn must be between 0 and 6 inclusively\");var l=(0,_index.default)(e),o=(0,_index3.default)(t),s=((o%7+7)%7<d?7:0)+o-l.getUTCDay();return l.setUTCDate(l.getUTCDate()+s),l}module.exports=exports.default;\\n}, {\"2559\":2559,\"2570\":2570,\"2571\":2571}];\\nwindow.modules[\"2579\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=setUTCISODay;var _index=_interopRequireDefault(require(2570)),_index2=_interopRequireDefault(require(2571)),_index3=_interopRequireDefault(require(2559));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function setUTCISODay(e,t){(0,_index2.default)(2,arguments);var r=(0,_index3.default)(t);r%7==0&&(r-=7);var u=(0,_index.default)(e),i=((r%7+7)%7<1?7:0)+r-u.getUTCDay();return u.setUTCDate(u.getUTCDate()+i),u}module.exports=exports.default;\\n}, {\"2559\":2559,\"2570\":2570,\"2571\":2571}];\\nwindow.modules[\"2580\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=setUTCISOWeek;var _index=_interopRequireDefault(require(2559)),_index2=_interopRequireDefault(require(2570)),_index3=_interopRequireDefault(require(2567)),_index4=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function setUTCISOWeek(e,t){(0,_index4.default)(2,arguments);var r=(0,_index2.default)(e),i=(0,_index.default)(t),u=(0,_index3.default)(r)-i;return r.setUTCDate(r.getUTCDate()-7*u),r}module.exports=exports.default;\\n}, {\"2559\":2559,\"2567\":2567,\"2570\":2570,\"2571\":2571}];\\nwindow.modules[\"2581\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=setUTCWeek;var _index=_interopRequireDefault(require(2559)),_index2=_interopRequireDefault(require(2570)),_index3=_interopRequireDefault(require(2568)),_index4=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function setUTCWeek(e,t,r){(0,_index4.default)(2,arguments);var i=(0,_index2.default)(e),u=(0,_index.default)(t),n=(0,_index3.default)(i,r)-u;return i.setUTCDate(i.getUTCDate()-7*n),i}module.exports=exports.default;\\n}, {\"2559\":2559,\"2568\":2568,\"2570\":2570,\"2571\":2571}];\\nwindow.modules[\"2582\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=add;var _index=_interopRequireDefault(require(2583)),_index2=_interopRequireDefault(require(2584)),_index3=_interopRequireDefault(require(2570)),_index4=_interopRequireDefault(require(2571)),_index5=_interopRequireDefault(require(2559));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function add(e,t){if((0,_index4.default)(2,arguments),!t||\"object\"!=typeof t)return new Date(NaN);var d=t.years?(0,_index5.default)(t.years):0,i=t.months?(0,_index5.default)(t.months):0,u=t.weeks?(0,_index5.default)(t.weeks):0,n=t.days?(0,_index5.default)(t.days):0,r=t.hours?(0,_index5.default)(t.hours):0,a=t.minutes?(0,_index5.default)(t.minutes):0,s=t.seconds?(0,_index5.default)(t.seconds):0,_=(0,_index3.default)(e),o=i||d?(0,_index2.default)(_,i+12*d):_,l=n||u?(0,_index.default)(o,n+7*u):o,f=1e3*(s+60*(a+60*r));return new Date(l.getTime()+f)}module.exports=exports.default;\\n}, {\"2559\":2559,\"2570\":2570,\"2571\":2571,\"2583\":2583,\"2584\":2584}];\\nwindow.modules[\"2583\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=addDays;var _index=_interopRequireDefault(require(2559)),_index2=_interopRequireDefault(require(2570)),_index3=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function addDays(e,t){(0,_index3.default)(2,arguments);var r=(0,_index2.default)(e),i=(0,_index.default)(t);return isNaN(i)?new Date(NaN):i?(r.setDate(r.getDate()+i),r):r}module.exports=exports.default;\\n}, {\"2559\":2559,\"2570\":2570,\"2571\":2571}];\\nwindow.modules[\"2584\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=addMonths;var _index=_interopRequireDefault(require(2559)),_index2=_interopRequireDefault(require(2570)),_index3=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function addMonths(e,t){(0,_index3.default)(2,arguments);var r=(0,_index2.default)(e),i=(0,_index.default)(t);if(isNaN(i))return new Date(NaN);if(!i)return r;var u=r.getDate(),n=new Date(r.getTime());return n.setMonth(r.getMonth()+i+1,0),u>=n.getDate()?n:(r.setFullYear(n.getFullYear(),n.getMonth(),u),r)}module.exports=exports.default;\\n}, {\"2559\":2559,\"2570\":2570,\"2571\":2571}];\\nwindow.modules[\"2585\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=addBusinessDays;var _index=_interopRequireDefault(require(2586)),_index2=_interopRequireDefault(require(2570)),_index3=_interopRequireDefault(require(2559)),_index4=_interopRequireDefault(require(2571)),_index5=_interopRequireDefault(require(2587)),_index6=_interopRequireDefault(require(2588));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function addBusinessDays(e,t){(0,_index4.default)(2,arguments);var i=(0,_index2.default)(e),r=(0,_index.default)(i),u=(0,_index3.default)(t);if(isNaN(u))return new Date(NaN);var a=i.getHours(),d=u<0?-1:1,n=(0,_index3.default)(u/5);i.setDate(i.getDate()+7*n);for(var s=Math.abs(u%5);s>0;)i.setDate(i.getDate()+d),(0,_index.default)(i)||(s-=1);return r&&(0,_index.default)(i)&&0!==u&&((0,_index6.default)(i)&&i.setDate(i.getDate()+(d<0?2:-1)),(0,_index5.default)(i)&&i.setDate(i.getDate()+(d<0?1:-2))),i.setHours(a),i}module.exports=exports.default;\\n}, {\"2559\":2559,\"2570\":2570,\"2571\":2571,\"2586\":2586,\"2587\":2587,\"2588\":2588}];\\nwindow.modules[\"2586\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=isWeekend;var _index=_interopRequireDefault(require(2570)),_index2=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function isWeekend(e){(0,_index2.default)(1,arguments);var r=(0,_index.default)(e).getDay();return 0===r||6===r}module.exports=exports.default;\\n}, {\"2570\":2570,\"2571\":2571}];\\nwindow.modules[\"2587\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=isSunday;var _index=_interopRequireDefault(require(2570)),_index2=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function isSunday(e){return(0,_index2.default)(1,arguments),0===(0,_index.default)(e).getDay()}module.exports=exports.default;\\n}, {\"2570\":2570,\"2571\":2571}];\\nwindow.modules[\"2588\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=isSaturday;var _index=_interopRequireDefault(require(2570)),_index2=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function isSaturday(e){return(0,_index2.default)(1,arguments),6===(0,_index.default)(e).getDay()}module.exports=exports.default;\\n}, {\"2570\":2570,\"2571\":2571}];\\nwindow.modules[\"2589\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=addHours;var _index=_interopRequireDefault(require(2559)),_index2=_interopRequireDefault(require(2590)),_index3=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}var MILLISECONDS_IN_HOUR=36e5;function addHours(e,r){(0,_index3.default)(2,arguments);var i=(0,_index.default)(r);return(0,_index2.default)(e,i*MILLISECONDS_IN_HOUR)}module.exports=exports.default;\\n}, {\"2559\":2559,\"2571\":2571,\"2590\":2590}];\\nwindow.modules[\"2590\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=addMilliseconds;var _index=_interopRequireDefault(require(2559)),_index2=_interopRequireDefault(require(2570)),_index3=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function addMilliseconds(e,i){(0,_index3.default)(2,arguments);var t=(0,_index2.default)(e).getTime(),r=(0,_index.default)(i);return new Date(t+r)}module.exports=exports.default;\\n}, {\"2559\":2559,\"2570\":2570,\"2571\":2571}];\\nwindow.modules[\"2591\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=addISOWeekYears;var _index=_interopRequireDefault(require(2559)),_index2=_interopRequireDefault(require(2592)),_index3=_interopRequireDefault(require(2593)),_index4=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function addISOWeekYears(e,r){(0,_index4.default)(2,arguments);var i=(0,_index.default)(r);return(0,_index3.default)(e,(0,_index2.default)(e)+i)}module.exports=exports.default;\\n}, {\"2559\":2559,\"2571\":2571,\"2592\":2592,\"2593\":2593}];\\nwindow.modules[\"2592\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=getISOWeekYear;var _index=_interopRequireDefault(require(2570)),_index2=_interopRequireDefault(require(2616)),_index3=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function getISOWeekYear(e){(0,_index3.default)(1,arguments);var t=(0,_index.default)(e),r=t.getFullYear(),u=new Date(0);u.setFullYear(r+1,0,4),u.setHours(0,0,0,0);var i=(0,_index2.default)(u),a=new Date(0);a.setFullYear(r,0,4),a.setHours(0,0,0,0);var n=(0,_index2.default)(a);return t.getTime()>=i.getTime()?r+1:t.getTime()>=n.getTime()?r:r-1}module.exports=exports.default;\\n}, {\"2570\":2570,\"2571\":2571,\"2616\":2616}];\\nwindow.modules[\"2593\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=setISOWeekYear;var _index=_interopRequireDefault(require(2559)),_index2=_interopRequireDefault(require(2570)),_index3=_interopRequireDefault(require(2687)),_index4=_interopRequireDefault(require(2610)),_index5=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function setISOWeekYear(e,t){(0,_index5.default)(2,arguments);var r=(0,_index2.default)(e),i=(0,_index.default)(t),u=(0,_index4.default)(r,(0,_index3.default)(r)),n=new Date(0);return n.setFullYear(i,0,4),n.setHours(0,0,0,0),(r=(0,_index3.default)(n)).setDate(r.getDate()+u),r}module.exports=exports.default;\\n}, {\"2559\":2559,\"2570\":2570,\"2571\":2571,\"2610\":2610,\"2687\":2687}];\\nwindow.modules[\"2594\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=addMinutes;var _index=_interopRequireDefault(require(2559)),_index2=_interopRequireDefault(require(2590)),_index3=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}var MILLISECONDS_IN_MINUTE=6e4;function addMinutes(e,r){(0,_index3.default)(2,arguments);var i=(0,_index.default)(r);return(0,_index2.default)(e,i*MILLISECONDS_IN_MINUTE)}module.exports=exports.default;\\n}, {\"2559\":2559,\"2571\":2571,\"2590\":2590}];\\nwindow.modules[\"2595\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=addQuarters;var _index=_interopRequireDefault(require(2559)),_index2=_interopRequireDefault(require(2584)),_index3=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function addQuarters(e,r){(0,_index3.default)(2,arguments);var t=3*(0,_index.default)(r);return(0,_index2.default)(e,t)}module.exports=exports.default;\\n}, {\"2559\":2559,\"2571\":2571,\"2584\":2584}];\\nwindow.modules[\"2596\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=addSeconds;var _index=_interopRequireDefault(require(2559)),_index2=_interopRequireDefault(require(2590)),_index3=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function addSeconds(e,r){(0,_index3.default)(2,arguments);var d=(0,_index.default)(r);return(0,_index2.default)(e,1e3*d)}module.exports=exports.default;\\n}, {\"2559\":2559,\"2571\":2571,\"2590\":2590}];\\nwindow.modules[\"2597\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=addWeeks;var _index=_interopRequireDefault(require(2559)),_index2=_interopRequireDefault(require(2583)),_index3=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function addWeeks(e,r){(0,_index3.default)(2,arguments);var t=7*(0,_index.default)(r);return(0,_index2.default)(e,t)}module.exports=exports.default;\\n}, {\"2559\":2559,\"2571\":2571,\"2583\":2583}];\\nwindow.modules[\"2598\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=addYears;var _index=_interopRequireDefault(require(2559)),_index2=_interopRequireDefault(require(2584)),_index3=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function addYears(e,r){(0,_index3.default)(2,arguments);var t=(0,_index.default)(r);return(0,_index2.default)(e,12*t)}module.exports=exports.default;\\n}, {\"2559\":2559,\"2571\":2571,\"2584\":2584}];\\nwindow.modules[\"2599\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=areIntervalsOverlapping;var _index=_interopRequireDefault(require(2570)),_index2=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function areIntervalsOverlapping(e,t){var r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{inclusive:!1};(0,_index2.default)(2,arguments);var i=e||{},n=t||{},u=(0,_index.default)(i.start).getTime(),a=(0,_index.default)(i.end).getTime(),d=(0,_index.default)(n.start).getTime(),l=(0,_index.default)(n.end).getTime();if(!(u<=a&&d<=l))throw new RangeError(\"Invalid interval\");return r.inclusive?u<=l&&d<=a:u<l&&d<a}module.exports=exports.default;\\n}, {\"2570\":2570,\"2571\":2571}];\\nwindow.modules[\"2600\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=clamp;var _index=_interopRequireDefault(require(2602)),_index2=_interopRequireDefault(require(2601)),_index3=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function clamp(e,r){var t=r.start,i=r.end;return(0,_index3.default)(2,arguments),(0,_index2.default)([(0,_index.default)([e,t]),i])}module.exports=exports.default;\\n}, {\"2571\":2571,\"2601\":2601,\"2602\":2602}];\\nwindow.modules[\"2601\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=min;var _index=_interopRequireDefault(require(2570)),_index2=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function min(e){var t,r;if((0,_index2.default)(1,arguments),e&&\"function\"==typeof e.forEach)t=e;else{if(\"object\"!=typeof e||null===e)return new Date(NaN);t=Array.prototype.slice.call(e)}return t.forEach(function(e){var t=(0,_index.default)(e);(void 0===r||r>t||isNaN(t.getDate()))&&(r=t)}),r||new Date(NaN)}module.exports=exports.default;\\n}, {\"2570\":2570,\"2571\":2571}];\\nwindow.modules[\"2602\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=max;var _index=_interopRequireDefault(require(2570)),_index2=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function max(e){var r,t;if((0,_index2.default)(1,arguments),e&&\"function\"==typeof e.forEach)r=e;else{if(\"object\"!=typeof e||null===e)return new Date(NaN);r=Array.prototype.slice.call(e)}return r.forEach(function(e){var r=(0,_index.default)(e);(void 0===t||t<r||isNaN(Number(r)))&&(t=r)}),t||new Date(NaN)}module.exports=exports.default;\\n}, {\"2570\":2570,\"2571\":2571}];\\nwindow.modules[\"2603\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=closestIndexTo;var _index=_interopRequireDefault(require(2570)),_index2=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function closestIndexTo(e,r){(0,_index2.default)(2,arguments);var t=(0,_index.default)(e);if(isNaN(Number(t)))return NaN;var u,i,a=t.getTime();return(null==r?[]:\"function\"==typeof r.forEach?r:Array.prototype.slice.call(r)).forEach(function(e,r){var t=(0,_index.default)(e);if(isNaN(Number(t)))return u=NaN,void(i=NaN);var n=Math.abs(a-t.getTime());(null==u||n<Number(i))&&(u=r,i=n)}),u}module.exports=exports.default;\\n}, {\"2570\":2570,\"2571\":2571}];\\nwindow.modules[\"2604\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=closestTo;var _index=_interopRequireDefault(require(2570)),_index2=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function closestTo(e,r){(0,_index2.default)(2,arguments);var t=(0,_index.default)(e);if(isNaN(Number(t)))return new Date(NaN);var u,i,a=t.getTime();return(null==r?[]:\"function\"==typeof r.forEach?r:Array.prototype.slice.call(r)).forEach(function(e){var r=(0,_index.default)(e);if(isNaN(Number(r)))return u=new Date(NaN),void(i=NaN);var t=Math.abs(a-r.getTime());(null==u||t<Number(i))&&(u=r,i=t)}),u}module.exports=exports.default;\\n}, {\"2570\":2570,\"2571\":2571}];\\nwindow.modules[\"2605\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=compareAsc;var _index=_interopRequireDefault(require(2570)),_index2=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function compareAsc(e,r){(0,_index2.default)(2,arguments);var t=(0,_index.default)(e),u=(0,_index.default)(r),i=t.getTime()-u.getTime();return i<0?-1:i>0?1:i}module.exports=exports.default;\\n}, {\"2570\":2570,\"2571\":2571}];\\nwindow.modules[\"2606\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=compareDesc;var _index=_interopRequireDefault(require(2570)),_index2=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function compareDesc(e,r){(0,_index2.default)(2,arguments);var t=(0,_index.default)(e),u=(0,_index.default)(r),i=t.getTime()-u.getTime();return i>0?-1:i<0?1:i}module.exports=exports.default;\\n}, {\"2570\":2570,\"2571\":2571}];\\nwindow.modules[\"2607\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.secondsInMinute=exports.secondsInHour=exports.quartersInYear=exports.monthsInYear=exports.monthsInQuarter=exports.minutesInHour=exports.minTime=exports.millisecondsInSecond=exports.millisecondsInHour=exports.millisecondsInMinute=exports.maxTime=exports.daysInWeek=void 0;var daysInWeek=7;exports.daysInWeek=daysInWeek;var maxTime=24*Math.pow(10,8)*60*60*1e3;exports.maxTime=maxTime;var millisecondsInMinute=6e4;exports.millisecondsInMinute=millisecondsInMinute;var millisecondsInHour=36e5;exports.millisecondsInHour=millisecondsInHour;var millisecondsInSecond=1e3;exports.millisecondsInSecond=millisecondsInSecond;var minTime=-maxTime;exports.minTime=minTime;var minutesInHour=60;exports.minutesInHour=minutesInHour;var monthsInQuarter=3;exports.monthsInQuarter=monthsInQuarter;var monthsInYear=12;exports.monthsInYear=monthsInYear;var quartersInYear=4;exports.quartersInYear=quartersInYear;var secondsInHour=3600;exports.secondsInHour=secondsInHour;var secondsInMinute=60;exports.secondsInMinute=secondsInMinute;\\n}, {}];\\nwindow.modules[\"2608\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=daysToWeeks;var _index=_interopRequireDefault(require(2571)),_index2=require(2607);function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function daysToWeeks(e){(0,_index.default)(1,arguments);var r=e/_index2.daysInWeek;return Math.floor(r)}module.exports=exports.default;\\n}, {\"2571\":2571,\"2607\":2607}];\\nwindow.modules[\"2609\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=differenceInBusinessDays;var _index=_interopRequireDefault(require(2583)),_index2=_interopRequireDefault(require(2610)),_index3=_interopRequireDefault(require(2611)),_index4=_interopRequireDefault(require(2612)),_index5=_interopRequireDefault(require(2586)),_index6=_interopRequireDefault(require(2570)),_index7=_interopRequireDefault(require(2571)),_index8=_interopRequireDefault(require(2559));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function differenceInBusinessDays(e,i){(0,_index7.default)(2,arguments);var r=(0,_index6.default)(e),n=(0,_index6.default)(i);if(!(0,_index4.default)(r)||!(0,_index4.default)(n))return NaN;var d=(0,_index2.default)(r,n),u=d<0?-1:1,t=(0,_index8.default)(d/7),a=5*t;for(n=(0,_index.default)(n,7*t);!(0,_index3.default)(r,n);)a+=(0,_index5.default)(n)?0:u,n=(0,_index.default)(n,u);return 0===a?0:a}module.exports=exports.default;\\n}, {\"2559\":2559,\"2570\":2570,\"2571\":2571,\"2583\":2583,\"2586\":2586,\"2610\":2610,\"2611\":2611,\"2612\":2612}];\\nwindow.modules[\"2610\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=differenceInCalendarDays;var _index=_interopRequireDefault(require(2558)),_index2=_interopRequireDefault(require(2613)),_index3=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}var MILLISECONDS_IN_DAY=864e5;function differenceInCalendarDays(e,r){(0,_index3.default)(2,arguments);var i=(0,_index2.default)(e),t=(0,_index2.default)(r),n=i.getTime()-(0,_index.default)(i),d=t.getTime()-(0,_index.default)(t);return Math.round((n-d)/MILLISECONDS_IN_DAY)}module.exports=exports.default;\\n}, {\"2558\":2558,\"2571\":2571,\"2613\":2613}];\\nwindow.modules[\"2611\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=isSameDay;var _index=_interopRequireDefault(require(2613)),_index2=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function isSameDay(e,t){(0,_index2.default)(2,arguments);var r=(0,_index.default)(e),i=(0,_index.default)(t);return r.getTime()===i.getTime()}module.exports=exports.default;\\n}, {\"2571\":2571,\"2613\":2613}];\\nwindow.modules[\"2612\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=isValid;var _index=_interopRequireDefault(require(2713)),_index2=_interopRequireDefault(require(2570)),_index3=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function isValid(e){if((0,_index3.default)(1,arguments),!(0,_index.default)(e)&&\"number\"!=typeof e)return!1;var r=(0,_index2.default)(e);return!isNaN(Number(r))}module.exports=exports.default;\\n}, {\"2570\":2570,\"2571\":2571,\"2713\":2713}];\\nwindow.modules[\"2613\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=startOfDay;var _index=_interopRequireDefault(require(2570)),_index2=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function startOfDay(e){(0,_index2.default)(1,arguments);var t=(0,_index.default)(e);return t.setHours(0,0,0,0),t}module.exports=exports.default;\\n}, {\"2570\":2570,\"2571\":2571}];\\nwindow.modules[\"2614\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=differenceInCalendarISOWeekYears;var _index=_interopRequireDefault(require(2592)),_index2=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function differenceInCalendarISOWeekYears(e,r){return(0,_index2.default)(2,arguments),(0,_index.default)(e)-(0,_index.default)(r)}module.exports=exports.default;\\n}, {\"2571\":2571,\"2592\":2592}];\\nwindow.modules[\"2615\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=differenceInCalendarISOWeeks;var _index=_interopRequireDefault(require(2558)),_index2=_interopRequireDefault(require(2616)),_index3=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}var MILLISECONDS_IN_WEEK=6048e5;function differenceInCalendarISOWeeks(e,r){(0,_index3.default)(2,arguments);var i=(0,_index2.default)(e),t=(0,_index2.default)(r),n=i.getTime()-(0,_index.default)(i),d=t.getTime()-(0,_index.default)(t);return Math.round((n-d)/MILLISECONDS_IN_WEEK)}module.exports=exports.default;\\n}, {\"2558\":2558,\"2571\":2571,\"2616\":2616}];\\nwindow.modules[\"2616\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=startOfISOWeek;var _index=_interopRequireDefault(require(2621)),_index2=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function startOfISOWeek(e){return(0,_index2.default)(1,arguments),(0,_index.default)(e,{weekStartsOn:1})}module.exports=exports.default;\\n}, {\"2571\":2571,\"2621\":2621}];\\nwindow.modules[\"2617\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=differenceInCalendarMonths;var _index=_interopRequireDefault(require(2570)),_index2=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function differenceInCalendarMonths(e,t){(0,_index2.default)(2,arguments);var r=(0,_index.default)(e),n=(0,_index.default)(t);return 12*(r.getFullYear()-n.getFullYear())+(r.getMonth()-n.getMonth())}module.exports=exports.default;\\n}, {\"2570\":2570,\"2571\":2571}];\\nwindow.modules[\"2618\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=differenceInCalendarQuarters;var _index=_interopRequireDefault(require(2619)),_index2=_interopRequireDefault(require(2570)),_index3=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function differenceInCalendarQuarters(e,r){(0,_index3.default)(2,arguments);var t=(0,_index2.default)(e),u=(0,_index2.default)(r);return 4*(t.getFullYear()-u.getFullYear())+((0,_index.default)(t)-(0,_index.default)(u))}module.exports=exports.default;\\n}, {\"2570\":2570,\"2571\":2571,\"2619\":2619}];\\nwindow.modules[\"2619\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=getQuarter;var _index=_interopRequireDefault(require(2570)),_index2=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function getQuarter(e){(0,_index2.default)(1,arguments);var t=(0,_index.default)(e);return Math.floor(t.getMonth()/3)+1}module.exports=exports.default;\\n}, {\"2570\":2570,\"2571\":2571}];\\nwindow.modules[\"2620\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=differenceInCalendarWeeks;var _index=_interopRequireDefault(require(2621)),_index2=_interopRequireDefault(require(2558)),_index3=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}var MILLISECONDS_IN_WEEK=6048e5;function differenceInCalendarWeeks(e,r,i){(0,_index3.default)(2,arguments);var t=(0,_index.default)(e,i),n=(0,_index.default)(r,i),d=t.getTime()-(0,_index2.default)(t),u=n.getTime()-(0,_index2.default)(n);return Math.round((d-u)/MILLISECONDS_IN_WEEK)}module.exports=exports.default;\\n}, {\"2558\":2558,\"2571\":2571,\"2621\":2621}];\\nwindow.modules[\"2621\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=startOfWeek;var _index=_interopRequireDefault(require(2570)),_index2=_interopRequireDefault(require(2559)),_index3=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function startOfWeek(e,t){(0,_index3.default)(1,arguments);var r=t||{},n=r.locale,i=n&&n.options&&n.options.weekStartsOn,u=null==i?0:(0,_index2.default)(i),a=null==r.weekStartsOn?u:(0,_index2.default)(r.weekStartsOn);if(!(a>=0&&a<=6))throw new RangeError(\"weekStartsOn must be between 0 and 6 inclusively\");var l=(0,_index.default)(e),s=l.getDay(),o=(s<a?7:0)+s-a;return l.setDate(l.getDate()-o),l.setHours(0,0,0,0),l}module.exports=exports.default;\\n}, {\"2559\":2559,\"2570\":2570,\"2571\":2571}];\\nwindow.modules[\"2622\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=differenceInCalendarYears;var _index=_interopRequireDefault(require(2570)),_index2=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function differenceInCalendarYears(e,r){(0,_index2.default)(2,arguments);var t=(0,_index.default)(e),u=(0,_index.default)(r);return t.getFullYear()-u.getFullYear()}module.exports=exports.default;\\n}, {\"2570\":2570,\"2571\":2571}];\\nwindow.modules[\"2623\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=differenceInDays;var _index=_interopRequireDefault(require(2570)),_index2=_interopRequireDefault(require(2610)),_index3=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function compareLocalAsc(e,t){var r=e.getFullYear()-t.getFullYear()||e.getMonth()-t.getMonth()||e.getDate()-t.getDate()||e.getHours()-t.getHours()||e.getMinutes()-t.getMinutes()||e.getSeconds()-t.getSeconds()||e.getMilliseconds()-t.getMilliseconds();return r<0?-1:r>0?1:r}function differenceInDays(e,t){(0,_index3.default)(2,arguments);var r=(0,_index.default)(e),n=(0,_index.default)(t),i=compareLocalAsc(r,n),u=Math.abs((0,_index2.default)(r,n));r.setDate(r.getDate()-i*u);var a=i*(u-Number(compareLocalAsc(r,n)===-i));return 0===a?0:a}module.exports=exports.default;\\n}, {\"2570\":2570,\"2571\":2571,\"2610\":2610}];\\nwindow.modules[\"2624\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=differenceInHours;var _index=require(2607),_index2=_interopRequireDefault(require(2625)),_index3=_interopRequireDefault(require(2571)),_index4=require(2577);function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function differenceInHours(e,i,n){(0,_index3.default)(2,arguments);var r=(0,_index2.default)(e,i)/_index.millisecondsInHour;return(0,_index4.getRoundingMethod)(null==n?void 0:n.roundingMethod)(r)}module.exports=exports.default;\\n}, {\"2571\":2571,\"2577\":2577,\"2607\":2607,\"2625\":2625}];\\nwindow.modules[\"2625\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=differenceInMilliseconds;var _index=_interopRequireDefault(require(2570)),_index2=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function differenceInMilliseconds(e,i){return(0,_index2.default)(2,arguments),(0,_index.default)(e).getTime()-(0,_index.default)(i).getTime()}module.exports=exports.default;\\n}, {\"2570\":2570,\"2571\":2571}];\\nwindow.modules[\"2626\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=differenceInISOWeekYears;var _index=_interopRequireDefault(require(2570)),_index2=_interopRequireDefault(require(2614)),_index3=_interopRequireDefault(require(2605)),_index4=_interopRequireDefault(require(2627)),_index5=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function differenceInISOWeekYears(e,r){(0,_index5.default)(2,arguments);var i=(0,_index.default)(e),u=(0,_index.default)(r),n=(0,_index3.default)(i,u),t=Math.abs((0,_index2.default)(i,u));i=(0,_index4.default)(i,n*t);var d=n*(t-Number((0,_index3.default)(i,u)===-n));return 0===d?0:d}module.exports=exports.default;\\n}, {\"2570\":2570,\"2571\":2571,\"2605\":2605,\"2614\":2614,\"2627\":2627}];\\nwindow.modules[\"2627\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=subISOWeekYears;var _index=_interopRequireDefault(require(2559)),_index2=_interopRequireDefault(require(2591)),_index3=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function subISOWeekYears(e,r){(0,_index3.default)(2,arguments);var u=(0,_index.default)(r);return(0,_index2.default)(e,-u)}module.exports=exports.default;\\n}, {\"2559\":2559,\"2571\":2571,\"2591\":2591}];\\nwindow.modules[\"2628\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=differenceInMinutes;var _index=require(2607),_index2=_interopRequireDefault(require(2625)),_index3=_interopRequireDefault(require(2571)),_index4=require(2577);function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function differenceInMinutes(e,i,n){(0,_index3.default)(2,arguments);var r=(0,_index2.default)(e,i)/_index.millisecondsInMinute;return(0,_index4.getRoundingMethod)(null==n?void 0:n.roundingMethod)(r)}module.exports=exports.default;\\n}, {\"2571\":2571,\"2577\":2577,\"2607\":2607,\"2625\":2625}];\\nwindow.modules[\"2629\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=differenceInMonths;var _index=_interopRequireDefault(require(2570)),_index2=_interopRequireDefault(require(2617)),_index3=_interopRequireDefault(require(2605)),_index4=_interopRequireDefault(require(2571)),_index5=_interopRequireDefault(require(2630));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function differenceInMonths(e,t){(0,_index4.default)(2,arguments);var i,n=(0,_index.default)(e),r=(0,_index.default)(t),d=(0,_index3.default)(n,r),u=Math.abs((0,_index2.default)(n,r));if(u<1)i=0;else{1===n.getMonth()&&n.getDate()>27&&n.setDate(30),n.setMonth(n.getMonth()-d*u);var a=(0,_index3.default)(n,r)===-d;(0,_index5.default)((0,_index.default)(e))&&1===u&&1===(0,_index3.default)(e,r)&&(a=!1),i=d*(u-Number(a))}return 0===i?0:i}module.exports=exports.default;\\n}, {\"2570\":2570,\"2571\":2571,\"2605\":2605,\"2617\":2617,\"2630\":2630}];\\nwindow.modules[\"2630\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=isLastDayOfMonth;var _index=_interopRequireDefault(require(2570)),_index2=_interopRequireDefault(require(2651)),_index3=_interopRequireDefault(require(2645)),_index4=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function isLastDayOfMonth(e){(0,_index4.default)(1,arguments);var t=(0,_index.default)(e);return(0,_index2.default)(t).getTime()===(0,_index3.default)(t).getTime()}module.exports=exports.default;\\n}, {\"2570\":2570,\"2571\":2571,\"2645\":2645,\"2651\":2651}];\\nwindow.modules[\"2631\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=differenceInQuarters;var _index=_interopRequireDefault(require(2629)),_index2=_interopRequireDefault(require(2571)),_index3=require(2577);function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function differenceInQuarters(e,r,n){(0,_index2.default)(2,arguments);var i=(0,_index.default)(e,r)/3;return(0,_index3.getRoundingMethod)(null==n?void 0:n.roundingMethod)(i)}module.exports=exports.default;\\n}, {\"2571\":2571,\"2577\":2577,\"2629\":2629}];\\nwindow.modules[\"2632\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=differenceInSeconds;var _index=_interopRequireDefault(require(2625)),_index2=_interopRequireDefault(require(2571)),_index3=require(2577);function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function differenceInSeconds(e,n,i){(0,_index2.default)(2,arguments);var r=(0,_index.default)(e,n)/1e3;return(0,_index3.getRoundingMethod)(null==i?void 0:i.roundingMethod)(r)}module.exports=exports.default;\\n}, {\"2571\":2571,\"2577\":2577,\"2625\":2625}];\\nwindow.modules[\"2633\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=differenceInWeeks;var _index=_interopRequireDefault(require(2623)),_index2=_interopRequireDefault(require(2571)),_index3=require(2577);function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function differenceInWeeks(e,r,i){(0,_index2.default)(2,arguments);var n=(0,_index.default)(e,r)/7;return(0,_index3.getRoundingMethod)(null==i?void 0:i.roundingMethod)(n)}module.exports=exports.default;\\n}, {\"2571\":2571,\"2577\":2577,\"2623\":2623}];\\nwindow.modules[\"2634\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=differenceInYears;var _index=_interopRequireDefault(require(2570)),_index2=_interopRequireDefault(require(2622)),_index3=_interopRequireDefault(require(2605)),_index4=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function differenceInYears(e,r){(0,_index4.default)(2,arguments);var i=(0,_index.default)(e),t=(0,_index.default)(r),u=(0,_index3.default)(i,t),n=Math.abs((0,_index2.default)(i,t));i.setFullYear(1584),t.setFullYear(1584);var d=(0,_index3.default)(i,t)===-u,a=u*(n-Number(d));return 0===a?0:a}module.exports=exports.default;\\n}, {\"2570\":2570,\"2571\":2571,\"2605\":2605,\"2622\":2622}];\\nwindow.modules[\"2635\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=eachDayOfInterval;var _index=_interopRequireDefault(require(2570)),_index2=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function eachDayOfInterval(e,t){(0,_index2.default)(1,arguments);var r=e||{},a=(0,_index.default)(r.start),i=(0,_index.default)(r.end).getTime();if(!(a.getTime()<=i))throw new RangeError(\"Invalid interval\");var n=[],u=a;u.setHours(0,0,0,0);var s=t&&\"step\"in t?Number(t.step):1;if(s<1||isNaN(s))throw new RangeError(\"`options.step` must be a number greater than 1\");for(;u.getTime()<=i;)n.push((0,_index.default)(u)),u.setDate(u.getDate()+s),u.setHours(0,0,0,0);return n}module.exports=exports.default;\\n}, {\"2570\":2570,\"2571\":2571}];\\nwindow.modules[\"2636\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=eachHourOfInterval;var _index=_interopRequireDefault(require(2589)),_index2=_interopRequireDefault(require(2570)),_index3=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function eachHourOfInterval(e,r){(0,_index3.default)(1,arguments);var t=e||{},i=(0,_index2.default)(t.start),u=(0,_index2.default)(t.end),n=i.getTime(),a=u.getTime();if(!(n<=a))throw new RangeError(\"Invalid interval\");var d=[],o=i;o.setMinutes(0,0,0);var s=r&&\"step\"in r?Number(r.step):1;if(s<1||isNaN(s))throw new RangeError(\"`options.step` must be a number greater than 1\");for(;o.getTime()<=a;)d.push((0,_index2.default)(o)),o=(0,_index.default)(o,s);return d}module.exports=exports.default;\\n}, {\"2570\":2570,\"2571\":2571,\"2589\":2589}];\\nwindow.modules[\"2637\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=eachMinuteOfInterval;var _index=_interopRequireDefault(require(2594)),_index2=_interopRequireDefault(require(2570)),_index3=_interopRequireDefault(require(2638)),_index4=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function eachMinuteOfInterval(e,t){(0,_index4.default)(1,arguments);var r=(0,_index3.default)((0,_index2.default)(e.start)),i=(0,_index2.default)(e.end),n=r.getTime(),u=i.getTime();if(n>=u)throw new RangeError(\"Invalid interval\");var a=[],d=r,l=t&&\"step\"in t?Number(t.step):1;if(l<1||isNaN(l))throw new RangeError(\"`options.step` must be a number equal or greater than 1\");for(;d.getTime()<=u;)a.push((0,_index2.default)(d)),d=(0,_index.default)(d,l);return a}module.exports=exports.default;\\n}, {\"2570\":2570,\"2571\":2571,\"2594\":2594,\"2638\":2638}];\\nwindow.modules[\"2638\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=startOfMinute;var _index=_interopRequireDefault(require(2570)),_index2=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function startOfMinute(e){(0,_index2.default)(1,arguments);var t=(0,_index.default)(e);return t.setSeconds(0,0),t}module.exports=exports.default;\\n}, {\"2570\":2570,\"2571\":2571}];\\nwindow.modules[\"2639\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=eachMonthOfInterval;var _index=_interopRequireDefault(require(2570)),_index2=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function eachMonthOfInterval(e){(0,_index2.default)(1,arguments);var t=e||{},r=(0,_index.default)(t.start),n=(0,_index.default)(t.end).getTime(),i=[];if(!(r.getTime()<=n))throw new RangeError(\"Invalid interval\");var u=r;for(u.setHours(0,0,0,0),u.setDate(1);u.getTime()<=n;)i.push((0,_index.default)(u)),u.setMonth(u.getMonth()+1);return i}module.exports=exports.default;\\n}, {\"2570\":2570,\"2571\":2571}];\\nwindow.modules[\"2640\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=eachQuarterOfInterval;var _index=_interopRequireDefault(require(2595)),_index2=_interopRequireDefault(require(2641)),_index3=_interopRequireDefault(require(2570)),_index4=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function eachQuarterOfInterval(e){(0,_index4.default)(1,arguments);var r=e||{},t=(0,_index3.default)(r.start),i=(0,_index3.default)(r.end),u=i.getTime();if(!(t.getTime()<=u))throw new RangeError(\"Invalid interval\");var a=(0,_index2.default)(t);u=(0,_index2.default)(i).getTime();for(var d=[],n=a;n.getTime()<=u;)d.push((0,_index3.default)(n)),n=(0,_index.default)(n,1);return d}module.exports=exports.default;\\n}, {\"2570\":2570,\"2571\":2571,\"2595\":2595,\"2641\":2641}];\\nwindow.modules[\"2641\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=startOfQuarter;var _index=_interopRequireDefault(require(2570)),_index2=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function startOfQuarter(e){(0,_index2.default)(1,arguments);var t=(0,_index.default)(e),r=t.getMonth(),u=r-r%3;return t.setMonth(u,1),t.setHours(0,0,0,0),t}module.exports=exports.default;\\n}, {\"2570\":2570,\"2571\":2571}];\\nwindow.modules[\"2642\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=eachWeekOfInterval;var _index=_interopRequireDefault(require(2597)),_index2=_interopRequireDefault(require(2621)),_index3=_interopRequireDefault(require(2570)),_index4=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function eachWeekOfInterval(e,r){(0,_index4.default)(1,arguments);var t=e||{},i=(0,_index3.default)(t.start),u=(0,_index3.default)(t.end),d=u.getTime();if(!(i.getTime()<=d))throw new RangeError(\"Invalid interval\");var n=(0,_index2.default)(i,r),a=(0,_index2.default)(u,r);n.setHours(15),a.setHours(15),d=a.getTime();for(var s=[],l=n;l.getTime()<=d;)l.setHours(0),s.push((0,_index3.default)(l)),(l=(0,_index.default)(l,1)).setHours(15);return s}module.exports=exports.default;\\n}, {\"2570\":2570,\"2571\":2571,\"2597\":2597,\"2621\":2621}];\\nwindow.modules[\"2643\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=eachWeekendOfInterval;var _index=_interopRequireDefault(require(2635)),_index2=_interopRequireDefault(require(2587)),_index3=_interopRequireDefault(require(2586)),_index4=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function eachWeekendOfInterval(e){(0,_index4.default)(1,arguments);for(var r=(0,_index.default)(e),i=[],t=0;t<r.length;){var u=r[t++];(0,_index3.default)(u)&&(i.push(u),(0,_index2.default)(u)&&(t+=5))}return i}module.exports=exports.default;\\n}, {\"2571\":2571,\"2586\":2586,\"2587\":2587,\"2635\":2635}];\\nwindow.modules[\"2644\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=eachWeekendOfMonth;var _index=_interopRequireDefault(require(2643)),_index2=_interopRequireDefault(require(2646)),_index3=_interopRequireDefault(require(2645)),_index4=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function eachWeekendOfMonth(e){(0,_index4.default)(1,arguments);var r=(0,_index2.default)(e);if(isNaN(r.getTime()))throw new RangeError(\"The passed date is invalid\");var t=(0,_index3.default)(e);return(0,_index.default)({start:r,end:t})}module.exports=exports.default;\\n}, {\"2571\":2571,\"2643\":2643,\"2645\":2645,\"2646\":2646}];\\nwindow.modules[\"2645\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=endOfMonth;var _index=_interopRequireDefault(require(2570)),_index2=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function endOfMonth(e){(0,_index2.default)(1,arguments);var t=(0,_index.default)(e),r=t.getMonth();return t.setFullYear(t.getFullYear(),r+1,0),t.setHours(23,59,59,999),t}module.exports=exports.default;\\n}, {\"2570\":2570,\"2571\":2571}];\\nwindow.modules[\"2646\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=startOfMonth;var _index=_interopRequireDefault(require(2570)),_index2=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function startOfMonth(e){(0,_index2.default)(1,arguments);var t=(0,_index.default)(e);return t.setDate(1),t.setHours(0,0,0,0),t}module.exports=exports.default;\\n}, {\"2570\":2570,\"2571\":2571}];\\nwindow.modules[\"2647\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=eachWeekendOfYear;var _index=_interopRequireDefault(require(2643)),_index2=_interopRequireDefault(require(2649)),_index3=_interopRequireDefault(require(2648)),_index4=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function eachWeekendOfYear(e){(0,_index4.default)(1,arguments);var r=(0,_index2.default)(e);if(isNaN(r))throw new RangeError(\"The passed date is invalid\");var i=(0,_index3.default)(e);return(0,_index.default)({start:r,end:i})}module.exports=exports.default;\\n}, {\"2571\":2571,\"2643\":2643,\"2648\":2648,\"2649\":2649}];\\nwindow.modules[\"2648\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=endOfYear;var _index=_interopRequireDefault(require(2570)),_index2=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function endOfYear(e){(0,_index2.default)(1,arguments);var r=(0,_index.default)(e),t=r.getFullYear();return r.setFullYear(t+1,0,0),r.setHours(23,59,59,999),r}module.exports=exports.default;\\n}, {\"2570\":2570,\"2571\":2571}];\\nwindow.modules[\"2649\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=startOfYear;var _index=_interopRequireDefault(require(2570)),_index2=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function startOfYear(e){(0,_index2.default)(1,arguments);var r=(0,_index.default)(e),t=new Date(0);return t.setFullYear(r.getFullYear(),0,1),t.setHours(0,0,0,0),t}module.exports=exports.default;\\n}, {\"2570\":2570,\"2571\":2571}];\\nwindow.modules[\"2650\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=eachYearOfInterval;var _index=_interopRequireDefault(require(2570)),_index2=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function eachYearOfInterval(e){(0,_index2.default)(1,arguments);var r=e||{},t=(0,_index.default)(r.start),u=(0,_index.default)(r.end).getTime();if(!(t.getTime()<=u))throw new RangeError(\"Invalid interval\");var i=[],a=t;for(a.setHours(0,0,0,0),a.setMonth(0,1);a.getTime()<=u;)i.push((0,_index.default)(a)),a.setFullYear(a.getFullYear()+1);return i}module.exports=exports.default;\\n}, {\"2570\":2570,\"2571\":2571}];\\nwindow.modules[\"2651\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=endOfDay;var _index=_interopRequireDefault(require(2570)),_index2=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function endOfDay(e){(0,_index2.default)(1,arguments);var r=(0,_index.default)(e);return r.setHours(23,59,59,999),r}module.exports=exports.default;\\n}, {\"2570\":2570,\"2571\":2571}];\\nwindow.modules[\"2652\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=endOfDecade;var _index=_interopRequireDefault(require(2570)),_index2=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function endOfDecade(e){(0,_index2.default)(1,arguments);var r=(0,_index.default)(e),t=r.getFullYear(),u=9+10*Math.floor(t/10);return r.setFullYear(u,11,31),r.setHours(23,59,59,999),r}module.exports=exports.default;\\n}, {\"2570\":2570,\"2571\":2571}];\\nwindow.modules[\"2653\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=endOfHour;var _index=_interopRequireDefault(require(2570)),_index2=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function endOfHour(e){(0,_index2.default)(1,arguments);var r=(0,_index.default)(e);return r.setMinutes(59,59,999),r}module.exports=exports.default;\\n}, {\"2570\":2570,\"2571\":2571}];\\nwindow.modules[\"2654\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=endOfISOWeek;var _index=_interopRequireDefault(require(2655)),_index2=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function endOfISOWeek(e){return(0,_index2.default)(1,arguments),(0,_index.default)(e,{weekStartsOn:1})}module.exports=exports.default;\\n}, {\"2571\":2571,\"2655\":2655}];\\nwindow.modules[\"2655\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=endOfWeek;var _index=_interopRequireDefault(require(2570)),_index2=_interopRequireDefault(require(2559)),_index3=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function endOfWeek(e,t){(0,_index3.default)(1,arguments);var r=t||{},n=r.locale,i=n&&n.options&&n.options.weekStartsOn,u=null==i?0:(0,_index2.default)(i),a=null==r.weekStartsOn?u:(0,_index2.default)(r.weekStartsOn);if(!(a>=0&&a<=6))throw new RangeError(\"weekStartsOn must be between 0 and 6 inclusively\");var d=(0,_index.default)(e),l=d.getDay(),o=6+(l<a?-7:0)-(l-a);return d.setDate(d.getDate()+o),d.setHours(23,59,59,999),d}module.exports=exports.default;\\n}, {\"2559\":2559,\"2570\":2570,\"2571\":2571}];\\nwindow.modules[\"2656\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=endOfISOWeekYear;var _index=_interopRequireDefault(require(2592)),_index2=_interopRequireDefault(require(2616)),_index3=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function endOfISOWeekYear(e){(0,_index3.default)(1,arguments);var r=(0,_index.default)(e),t=new Date(0);t.setFullYear(r+1,0,4),t.setHours(0,0,0,0);var i=(0,_index2.default)(t);return i.setMilliseconds(i.getMilliseconds()-1),i}module.exports=exports.default;\\n}, {\"2571\":2571,\"2592\":2592,\"2616\":2616}];\\nwindow.modules[\"2657\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=endOfMinute;var _index=_interopRequireDefault(require(2570)),_index2=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function endOfMinute(e){(0,_index2.default)(1,arguments);var t=(0,_index.default)(e);return t.setSeconds(59,999),t}module.exports=exports.default;\\n}, {\"2570\":2570,\"2571\":2571}];\\nwindow.modules[\"2658\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=endOfQuarter;var _index=_interopRequireDefault(require(2570)),_index2=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function endOfQuarter(e){(0,_index2.default)(1,arguments);var t=(0,_index.default)(e),r=t.getMonth(),u=r-r%3+3;return t.setMonth(u,0),t.setHours(23,59,59,999),t}module.exports=exports.default;\\n}, {\"2570\":2570,\"2571\":2571}];\\nwindow.modules[\"2659\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=endOfSecond;var _index=_interopRequireDefault(require(2570)),_index2=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function endOfSecond(e){(0,_index2.default)(1,arguments);var r=(0,_index.default)(e);return r.setMilliseconds(999),r}module.exports=exports.default;\\n}, {\"2570\":2570,\"2571\":2571}];\\nwindow.modules[\"2660\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=endOfToday;var _index=_interopRequireDefault(require(2651));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function endOfToday(){return(0,_index.default)(Date.now())}module.exports=exports.default;\\n}, {\"2651\":2651}];\\nwindow.modules[\"2661\"] = [function(require,module,exports){\"use strict\";function endOfTomorrow(){var e=new Date,t=e.getFullYear(),r=e.getMonth(),o=e.getDate(),u=new Date(0);return u.setFullYear(t,r,o+1),u.setHours(23,59,59,999),u}Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=endOfTomorrow,module.exports=exports.default;\\n}, {}];\\nwindow.modules[\"2662\"] = [function(require,module,exports){\"use strict\";function endOfYesterday(){var e=new Date,t=e.getFullYear(),r=e.getMonth(),s=e.getDate(),a=new Date(0);return a.setFullYear(t,r,s-1),a.setHours(23,59,59,999),a}Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=endOfYesterday,module.exports=exports.default;\\n}, {}];\\nwindow.modules[\"2663\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=subMilliseconds;var _index=_interopRequireDefault(require(2559)),_index2=_interopRequireDefault(require(2590)),_index3=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function subMilliseconds(e,i){(0,_index3.default)(2,arguments);var r=(0,_index.default)(i);return(0,_index2.default)(e,-r)}module.exports=exports.default;\\n}, {\"2559\":2559,\"2571\":2571,\"2590\":2590}];\\nwindow.modules[\"2664\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=void 0;var _index=_interopRequireDefault(require(2821)),_index2=_interopRequireDefault(require(2822)),_index3=_interopRequireDefault(require(2823)),_index4=_interopRequireDefault(require(2824)),_index5=_interopRequireDefault(require(2825));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}var locale={code:\"en-US\",formatDistance:_index.default,formatLong:_index2.default,formatRelative:_index3.default,localize:_index4.default,match:_index5.default,options:{weekStartsOn:0,firstWeekContainsDate:1}},_default=locale;exports.default=_default,module.exports=exports.default;\\n}, {\"2821\":2821,\"2822\":2822,\"2823\":2823,\"2824\":2824,\"2825\":2825}];\\nwindow.modules[\"2665\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=formatDistance;var _index=_interopRequireDefault(require(2605)),_index2=_interopRequireDefault(require(2629)),_index3=_interopRequireDefault(require(2632)),_index4=_interopRequireDefault(require(2664)),_index5=_interopRequireDefault(require(2570)),_index6=_interopRequireDefault(require(2555)),_index7=_interopRequireDefault(require(2558)),_index8=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}var MINUTES_IN_DAY=1440,MINUTES_IN_ALMOST_TWO_DAYS=2520,MINUTES_IN_MONTH=43200,MINUTES_IN_TWO_MONTHS=86400;function formatDistance(e,t){var r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};(0,_index8.default)(2,arguments);var n=r.locale||_index4.default;if(!n.formatDistance)throw new RangeError(\"locale must contain formatDistance property\");var a=(0,_index.default)(e,t);if(isNaN(a))throw new RangeError(\"Invalid time value\");var i,o,u=(0,_index6.default)(r);u.addSuffix=Boolean(r.addSuffix),u.comparison=a,a>0?(i=(0,_index5.default)(t),o=(0,_index5.default)(e)):(i=(0,_index5.default)(e),o=(0,_index5.default)(t));var s,f=(0,_index3.default)(o,i),d=((0,_index7.default)(o)-(0,_index7.default)(i))/1e3,_=Math.round((f-d)/60);if(_<2)return r.includeSeconds?f<5?n.formatDistance(\"lessThanXSeconds\",5,u):f<10?n.formatDistance(\"lessThanXSeconds\",10,u):f<20?n.formatDistance(\"lessThanXSeconds\",20,u):f<40?n.formatDistance(\"halfAMinute\",null,u):f<60?n.formatDistance(\"lessThanXMinutes\",1,u):n.formatDistance(\"xMinutes\",1,u):0===_?n.formatDistance(\"lessThanXMinutes\",1,u):n.formatDistance(\"xMinutes\",_,u);if(_<45)return n.formatDistance(\"xMinutes\",_,u);if(_<90)return n.formatDistance(\"aboutXHours\",1,u);if(_<MINUTES_IN_DAY){var l=Math.round(_/60);return n.formatDistance(\"aboutXHours\",l,u)}if(_<MINUTES_IN_ALMOST_TWO_DAYS)return n.formatDistance(\"xDays\",1,u);if(_<MINUTES_IN_MONTH){var c=Math.round(_/MINUTES_IN_DAY);return n.formatDistance(\"xDays\",c,u)}if(_<MINUTES_IN_TWO_MONTHS)return s=Math.round(_/MINUTES_IN_MONTH),n.formatDistance(\"aboutXMonths\",s,u);if((s=(0,_index2.default)(o,i))<12){var x=Math.round(_/MINUTES_IN_MONTH);return n.formatDistance(\"xMonths\",x,u)}var D=s%12,M=Math.floor(s/12);return D<3?n.formatDistance(\"aboutXYears\",M,u):D<9?n.formatDistance(\"overXYears\",M,u):n.formatDistance(\"almostXYears\",M+1,u)}module.exports=exports.default;\\n}, {\"2555\":2555,\"2558\":2558,\"2570\":2570,\"2571\":2571,\"2605\":2605,\"2629\":2629,\"2632\":2632,\"2664\":2664}];\\nwindow.modules[\"2666\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=formatDistanceStrict;var _index=_interopRequireDefault(require(2558)),_index2=_interopRequireDefault(require(2605)),_index3=_interopRequireDefault(require(2570)),_index4=_interopRequireDefault(require(2555)),_index5=_interopRequireDefault(require(2664)),_index6=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}var MILLISECONDS_IN_MINUTE=6e4,MINUTES_IN_DAY=1440,MINUTES_IN_MONTH=30*MINUTES_IN_DAY,MINUTES_IN_YEAR=365*MINUTES_IN_DAY;function formatDistanceStrict(e,r){var t=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};(0,_index6.default)(2,arguments);var i=t.locale||_index5.default;if(!i.formatDistance)throw new RangeError(\"locale must contain localize.formatDistance property\");var n=(0,_index2.default)(e,r);if(isNaN(n))throw new RangeError(\"Invalid time value\");var a,o,u=(0,_index4.default)(t);u.addSuffix=Boolean(t.addSuffix),u.comparison=n,n>0?(a=(0,_index3.default)(r),o=(0,_index3.default)(e)):(a=(0,_index3.default)(e),o=(0,_index3.default)(r));var d,_=null==t.roundingMethod?\"round\":String(t.roundingMethod);if(\"floor\"===_)d=Math.floor;else if(\"ceil\"===_)d=Math.ceil;else{if(\"round\"!==_)throw new RangeError(\"roundingMethod must be \\'floor\\', \\'ceil\\' or \\'round\\'\");d=Math.round}var f,l=o.getTime()-a.getTime(),s=l/MILLISECONDS_IN_MINUTE,I=(l-((0,_index.default)(o)-(0,_index.default)(a)))/MILLISECONDS_IN_MINUTE;if(\"second\"===(f=null==t.unit?s<1?\"second\":s<60?\"minute\":s<MINUTES_IN_DAY?\"hour\":I<MINUTES_IN_MONTH?\"day\":I<MINUTES_IN_YEAR?\"month\":\"year\":String(t.unit))){var N=d(l/1e3);return i.formatDistance(\"xSeconds\",N,u)}if(\"minute\"===f){var c=d(s);return i.formatDistance(\"xMinutes\",c,u)}if(\"hour\"===f){var x=d(s/60);return i.formatDistance(\"xHours\",x,u)}if(\"day\"===f){var M=d(I/MINUTES_IN_DAY);return i.formatDistance(\"xDays\",M,u)}if(\"month\"===f){var m=d(I/MINUTES_IN_MONTH);return 12===m&&\"month\"!==t.unit?i.formatDistance(\"xYears\",1,u):i.formatDistance(\"xMonths\",m,u)}if(\"year\"===f){var D=d(I/MINUTES_IN_YEAR);return i.formatDistance(\"xYears\",D,u)}throw new RangeError(\"unit must be \\'second\\', \\'minute\\', \\'hour\\', \\'day\\', \\'month\\' or \\'year\\'\")}module.exports=exports.default;\\n}, {\"2555\":2555,\"2558\":2558,\"2570\":2570,\"2571\":2571,\"2605\":2605,\"2664\":2664}];\\nwindow.modules[\"2667\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=formatDistanceToNow;var _index=_interopRequireDefault(require(2665)),_index2=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function formatDistanceToNow(e,t){return(0,_index2.default)(1,arguments),(0,_index.default)(e,Date.now(),t)}module.exports=exports.default;\\n}, {\"2571\":2571,\"2665\":2665}];\\nwindow.modules[\"2668\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=formatDistanceToNowStrict;var _index=_interopRequireDefault(require(2666)),_index2=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function formatDistanceToNowStrict(e,t){return(0,_index2.default)(1,arguments),(0,_index.default)(e,Date.now(),t)}module.exports=exports.default;\\n}, {\"2571\":2571,\"2666\":2666}];\\nwindow.modules[\"2669\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=formatDuration;var _index=_interopRequireDefault(require(2664));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}var defaultFormat=[\"years\",\"months\",\"weeks\",\"days\",\"hours\",\"minutes\",\"seconds\"];function formatDuration(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if(arguments.length<1)throw new TypeError(\"1 argument required, but only \".concat(arguments.length,\" present\"));var r=(null==t?void 0:t.format)||defaultFormat,o=(null==t?void 0:t.locale)||_index.default,n=(null==t?void 0:t.zero)||!1,u=(null==t?void 0:t.delimiter)||\" \";return r.reduce(function(t,r){var u=\"x\".concat(r.replace(/(^.)/,function(e){return e.toUpperCase()}));return\"number\"==typeof e[r]&&(n||e[r])&&o.formatDistance?t.concat(o.formatDistance(u,e[r])):t},[]).join(u)}module.exports=exports.default;\\n}, {\"2664\":2664}];\\nwindow.modules[\"2670\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=formatISO;var _index=_interopRequireDefault(require(2570)),_index2=_interopRequireDefault(require(2560)),_index3=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function formatISO(e,t){(0,_index3.default)(1,arguments);var n=(0,_index.default)(e);if(isNaN(n.getTime()))throw new RangeError(\"Invalid time value\");var r=null!=t&&t.format?String(t.format):\"extended\",a=null!=t&&t.representation?String(t.representation):\"complete\";if(\"extended\"!==r&&\"basic\"!==r)throw new RangeError(\"format must be \\'extended\\' or \\'basic\\'\");if(\"date\"!==a&&\"time\"!==a&&\"complete\"!==a)throw new RangeError(\"representation must be \\'date\\', \\'time\\', or \\'complete\\'\");var i=\"\",o=\"\",d=\"extended\"===r?\"-\":\"\",u=\"extended\"===r?\":\":\"\";if(\"time\"!==a){var l=(0,_index2.default)(n.getDate(),2),c=(0,_index2.default)(n.getMonth()+1,2),f=(0,_index2.default)(n.getFullYear(),4);i=\"\".concat(f).concat(d).concat(c).concat(d).concat(l)}if(\"date\"!==a){var s=n.getTimezoneOffset();if(0!==s){var x=Math.abs(s),_=(0,_index2.default)(Math.floor(x/60),2),m=(0,_index2.default)(x%60,2);o=\"\".concat(s<0?\"+\":\"-\").concat(_,\":\").concat(m)}else o=\"Z\";var g=\"\"===i?\"\":\"T\",p=[(0,_index2.default)(n.getHours(),2),(0,_index2.default)(n.getMinutes(),2),(0,_index2.default)(n.getSeconds(),2)].join(u);i=\"\".concat(i).concat(g).concat(p).concat(o)}return i}module.exports=exports.default;\\n}, {\"2560\":2560,\"2570\":2570,\"2571\":2571}];\\nwindow.modules[\"2671\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=formatISO9075;var _index=_interopRequireDefault(require(2570)),_index2=_interopRequireDefault(require(2612)),_index3=_interopRequireDefault(require(2560));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function formatISO9075(e,t){if(arguments.length<1)throw new TypeError(\"1 argument required, but only \".concat(arguments.length,\" present\"));var n=(0,_index.default)(e);if(!(0,_index2.default)(n))throw new RangeError(\"Invalid time value\");var r=t||{},a=null==r.format?\"extended\":String(r.format),o=null==r.representation?\"complete\":String(r.representation);if(\"extended\"!==a&&\"basic\"!==a)throw new RangeError(\"format must be \\'extended\\' or \\'basic\\'\");if(\"date\"!==o&&\"time\"!==o&&\"complete\"!==o)throw new RangeError(\"representation must be \\'date\\', \\'time\\', or \\'complete\\'\");var i=\"\",d=\"extended\"===a?\"-\":\"\",u=\"extended\"===a?\":\":\"\";if(\"time\"!==o){var c=(0,_index3.default)(n.getDate(),2),l=(0,_index3.default)(n.getMonth()+1,2),f=(0,_index3.default)(n.getFullYear(),4);i=\"\".concat(f).concat(d).concat(l).concat(d).concat(c)}if(\"date\"!==o){var s=(0,_index3.default)(n.getHours(),2),x=(0,_index3.default)(n.getMinutes(),2),_=(0,_index3.default)(n.getSeconds(),2),p=\"\"===i?\"\":\" \";i=\"\".concat(i).concat(p).concat(s).concat(u).concat(x).concat(u).concat(_)}return i}module.exports=exports.default;\\n}, {\"2560\":2560,\"2570\":2570,\"2612\":2612}];\\nwindow.modules[\"2672\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=formatISODuration;var _index=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function formatISODuration(e){if((0,_index.default)(1,arguments),\"object\"!=typeof e)throw new Error(\"Duration must be an object\");var t=e.years,o=void 0===t?0:t,r=e.months,n=void 0===r?0:r,i=e.days,u=void 0===i?0:i,a=e.hours,d=void 0===a?0:a,c=e.minutes,s=void 0===c?0:c,f=e.seconds,l=void 0===f?0:f;return\"P\".concat(o,\"Y\").concat(n,\"M\").concat(u,\"DT\").concat(d,\"H\").concat(s,\"M\").concat(l,\"S\")}module.exports=exports.default;\\n}, {\"2571\":2571}];\\nwindow.modules[\"2673\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=formatRFC3339;var _index=_interopRequireDefault(require(2570)),_index2=_interopRequireDefault(require(2612)),_index3=_interopRequireDefault(require(2560)),_index4=_interopRequireDefault(require(2559));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function formatRFC3339(e,t){if(arguments.length<1)throw new TypeError(\"1 arguments required, but only \".concat(arguments.length,\" present\"));var n=(0,_index.default)(e);if(!(0,_index2.default)(n))throw new RangeError(\"Invalid time value\");var i=(t||{}).fractionDigits,r=void 0===i?0:i;if(!(r>=0&&r<=3))throw new RangeError(\"fractionDigits must be between 0 and 3 inclusively\");var a=(0,_index3.default)(n.getDate(),2),o=(0,_index3.default)(n.getMonth()+1,2),d=n.getFullYear(),u=(0,_index3.default)(n.getHours(),2),l=(0,_index3.default)(n.getMinutes(),2),f=(0,_index3.default)(n.getSeconds(),2),c=\"\";if(r>0){var s=n.getMilliseconds(),_=Math.floor(s*Math.pow(10,r-3));c=\".\"+(0,_index3.default)(_,r)}var x=\"\",g=n.getTimezoneOffset();if(0!==g){var p=Math.abs(g),v=(0,_index3.default)((0,_index4.default)(p/60),2),q=(0,_index3.default)(p%60,2);x=\"\".concat(g<0?\"+\":\"-\").concat(v,\":\").concat(q)}else x=\"Z\";return\"\".concat(d,\"-\").concat(o,\"-\").concat(a,\"T\").concat(u,\":\").concat(l,\":\").concat(f).concat(c).concat(x)}module.exports=exports.default;\\n}, {\"2559\":2559,\"2560\":2560,\"2570\":2570,\"2612\":2612}];\\nwindow.modules[\"2674\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=formatRFC7231;var _index=_interopRequireDefault(require(2570)),_index2=_interopRequireDefault(require(2612)),_index3=_interopRequireDefault(require(2560));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}var days=[\"Sun\",\"Mon\",\"Tue\",\"Wed\",\"Thu\",\"Fri\",\"Sat\"],months=[\"Jan\",\"Feb\",\"Mar\",\"Apr\",\"May\",\"Jun\",\"Jul\",\"Aug\",\"Sep\",\"Oct\",\"Nov\",\"Dec\"];function formatRFC7231(e){if(arguments.length<1)throw new TypeError(\"1 arguments required, but only \".concat(arguments.length,\" present\"));var t=(0,_index.default)(e);if(!(0,_index2.default)(t))throw new RangeError(\"Invalid time value\");var n=days[t.getUTCDay()],r=(0,_index3.default)(t.getUTCDate(),2),a=months[t.getUTCMonth()],u=t.getUTCFullYear(),i=(0,_index3.default)(t.getUTCHours(),2),o=(0,_index3.default)(t.getUTCMinutes(),2),d=(0,_index3.default)(t.getUTCSeconds(),2);return\"\".concat(n,\", \").concat(r,\" \").concat(a,\" \").concat(u,\" \").concat(i,\":\").concat(o,\":\").concat(d,\" GMT\")}module.exports=exports.default;\\n}, {\"2560\":2560,\"2570\":2570,\"2612\":2612}];\\nwindow.modules[\"2675\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=formatRelative;var _index=_interopRequireDefault(require(2610)),_index2=_interopRequireDefault(require(116)),_index3=_interopRequireDefault(require(2664)),_index4=_interopRequireDefault(require(2663)),_index5=_interopRequireDefault(require(2570)),_index6=_interopRequireDefault(require(2558)),_index7=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function formatRelative(e,r,t){(0,_index7.default)(2,arguments);var i=(0,_index5.default)(e),a=(0,_index5.default)(r),n=t||{},o=n.locale,l=void 0===o?_index3.default:o,d=n.weekStartsOn,u=void 0===d?0:d;if(!l.localize)throw new RangeError(\"locale must contain localize property\");if(!l.formatLong)throw new RangeError(\"locale must contain formatLong property\");if(!l.formatRelative)throw new RangeError(\"locale must contain formatRelative property\");var f,s=(0,_index.default)(i,a);if(isNaN(s))throw new RangeError(\"Invalid time value\");f=s<-6?\"other\":s<-1?\"lastWeek\":s<0?\"yesterday\":s<1?\"today\":s<2?\"tomorrow\":s<7?\"nextWeek\":\"other\";var _=(0,_index4.default)(i,(0,_index6.default)(i)),x=(0,_index4.default)(a,(0,_index6.default)(a)),c=l.formatRelative(f,_,x,{locale:l,weekStartsOn:u});return(0,_index2.default)(i,c,{locale:l,weekStartsOn:u})}module.exports=exports.default;\\n}, {\"116\":116,\"2558\":2558,\"2570\":2570,\"2571\":2571,\"2610\":2610,\"2663\":2663,\"2664\":2664}];\\nwindow.modules[\"2676\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=fromUnixTime;var _index=_interopRequireDefault(require(2570)),_index2=_interopRequireDefault(require(2559)),_index3=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function fromUnixTime(e){(0,_index3.default)(1,arguments);var r=(0,_index2.default)(e);return(0,_index.default)(1e3*r)}module.exports=exports.default;\\n}, {\"2559\":2559,\"2570\":2570,\"2571\":2571}];\\nwindow.modules[\"2677\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=getDate;var _index=_interopRequireDefault(require(2570)),_index2=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function getDate(e){return(0,_index2.default)(1,arguments),(0,_index.default)(e).getDate()}module.exports=exports.default;\\n}, {\"2570\":2570,\"2571\":2571}];\\nwindow.modules[\"2678\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=getDay;var _index=_interopRequireDefault(require(2570)),_index2=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function getDay(e){return(0,_index2.default)(1,arguments),(0,_index.default)(e).getDay()}module.exports=exports.default;\\n}, {\"2570\":2570,\"2571\":2571}];\\nwindow.modules[\"2679\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=getDayOfYear;var _index=_interopRequireDefault(require(2570)),_index2=_interopRequireDefault(require(2649)),_index3=_interopRequireDefault(require(2610)),_index4=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function getDayOfYear(e){(0,_index4.default)(1,arguments);var r=(0,_index.default)(e);return(0,_index3.default)(r,(0,_index2.default)(r))+1}module.exports=exports.default;\\n}, {\"2570\":2570,\"2571\":2571,\"2610\":2610,\"2649\":2649}];\\nwindow.modules[\"2680\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=getDaysInMonth;var _index=_interopRequireDefault(require(2570)),_index2=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function getDaysInMonth(e){(0,_index2.default)(1,arguments);var t=(0,_index.default)(e),r=t.getFullYear(),u=t.getMonth(),n=new Date(0);return n.setFullYear(r,u+1,0),n.setHours(0,0,0,0),n.getDate()}module.exports=exports.default;\\n}, {\"2570\":2570,\"2571\":2571}];\\nwindow.modules[\"2681\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=getDaysInYear;var _index=_interopRequireDefault(require(2570)),_index2=_interopRequireDefault(require(2682)),_index3=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function getDaysInYear(e){(0,_index3.default)(1,arguments);var r=(0,_index.default)(e);return\"Invalid Date\"===String(new Date(r))?NaN:(0,_index2.default)(r)?366:365}module.exports=exports.default;\\n}, {\"2570\":2570,\"2571\":2571,\"2682\":2682}];\\nwindow.modules[\"2682\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=isLeapYear;var _index=_interopRequireDefault(require(2570)),_index2=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function isLeapYear(e){(0,_index2.default)(1,arguments);var r=(0,_index.default)(e).getFullYear();return r%400==0||r%4==0&&r%100!=0}module.exports=exports.default;\\n}, {\"2570\":2570,\"2571\":2571}];\\nwindow.modules[\"2683\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=getDecade;var _index=_interopRequireDefault(require(2570)),_index2=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function getDecade(e){(0,_index2.default)(1,arguments);var t=(0,_index.default)(e).getFullYear();return 10*Math.floor(t/10)}module.exports=exports.default;\\n}, {\"2570\":2570,\"2571\":2571}];\\nwindow.modules[\"2684\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=getHours;var _index=_interopRequireDefault(require(2570)),_index2=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function getHours(e){return(0,_index2.default)(1,arguments),(0,_index.default)(e).getHours()}module.exports=exports.default;\\n}, {\"2570\":2570,\"2571\":2571}];\\nwindow.modules[\"2685\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=getISODay;var _index=_interopRequireDefault(require(2570)),_index2=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function getISODay(e){(0,_index2.default)(1,arguments);var t=(0,_index.default)(e).getDay();return 0===t&&(t=7),t}module.exports=exports.default;\\n}, {\"2570\":2570,\"2571\":2571}];\\nwindow.modules[\"2686\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=getISOWeek;var _index=_interopRequireDefault(require(2570)),_index2=_interopRequireDefault(require(2616)),_index3=_interopRequireDefault(require(2687)),_index4=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}var MILLISECONDS_IN_WEEK=6048e5;function getISOWeek(e){(0,_index4.default)(1,arguments);var t=(0,_index.default)(e),r=(0,_index2.default)(t).getTime()-(0,_index3.default)(t).getTime();return Math.round(r/MILLISECONDS_IN_WEEK)+1}module.exports=exports.default;\\n}, {\"2570\":2570,\"2571\":2571,\"2616\":2616,\"2687\":2687}];\\nwindow.modules[\"2687\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=startOfISOWeekYear;var _index=_interopRequireDefault(require(2592)),_index2=_interopRequireDefault(require(2616)),_index3=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function startOfISOWeekYear(e){(0,_index3.default)(1,arguments);var r=(0,_index.default)(e),t=new Date(0);return t.setFullYear(r,0,4),t.setHours(0,0,0,0),(0,_index2.default)(t)}module.exports=exports.default;\\n}, {\"2571\":2571,\"2592\":2592,\"2616\":2616}];\\nwindow.modules[\"2688\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=getISOWeeksInYear;var _index=_interopRequireDefault(require(2687)),_index2=_interopRequireDefault(require(2597)),_index3=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}var MILLISECONDS_IN_WEEK=6048e5;function getISOWeeksInYear(e){(0,_index3.default)(1,arguments);var r=(0,_index.default)(e),t=(0,_index.default)((0,_index2.default)(r,60)).valueOf()-r.valueOf();return Math.round(t/MILLISECONDS_IN_WEEK)}module.exports=exports.default;\\n}, {\"2571\":2571,\"2597\":2597,\"2687\":2687}];\\nwindow.modules[\"2689\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=getMilliseconds;var _index=_interopRequireDefault(require(2570)),_index2=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function getMilliseconds(e){return(0,_index2.default)(1,arguments),(0,_index.default)(e).getMilliseconds()}module.exports=exports.default;\\n}, {\"2570\":2570,\"2571\":2571}];\\nwindow.modules[\"2690\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=getMinutes;var _index=_interopRequireDefault(require(2570)),_index2=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function getMinutes(e){return(0,_index2.default)(1,arguments),(0,_index.default)(e).getMinutes()}module.exports=exports.default;\\n}, {\"2570\":2570,\"2571\":2571}];\\nwindow.modules[\"2691\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=getMonth;var _index=_interopRequireDefault(require(2570)),_index2=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function getMonth(e){return(0,_index2.default)(1,arguments),(0,_index.default)(e).getMonth()}module.exports=exports.default;\\n}, {\"2570\":2570,\"2571\":2571}];\\nwindow.modules[\"2692\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=getOverlappingDaysInIntervals;var _index=_interopRequireDefault(require(2570)),_index2=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}var MILLISECONDS_IN_DAY=864e5;function getOverlappingDaysInIntervals(e,t){(0,_index2.default)(2,arguments);var r=e||{},i=t||{},n=(0,_index.default)(r.start).getTime(),a=(0,_index.default)(r.end).getTime(),u=(0,_index.default)(i.start).getTime(),d=(0,_index.default)(i.end).getTime();if(!(n<=a&&u<=d))throw new RangeError(\"Invalid interval\");if(!(n<d&&u<a))return 0;var l=(d>a?a:d)-(u<n?n:u);return Math.ceil(l/MILLISECONDS_IN_DAY)}module.exports=exports.default;\\n}, {\"2570\":2570,\"2571\":2571}];\\nwindow.modules[\"2693\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=getSeconds;var _index=_interopRequireDefault(require(2570)),_index2=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function getSeconds(e){return(0,_index2.default)(1,arguments),(0,_index.default)(e).getSeconds()}module.exports=exports.default;\\n}, {\"2570\":2570,\"2571\":2571}];\\nwindow.modules[\"2694\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=getTime;var _index=_interopRequireDefault(require(2570)),_index2=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function getTime(e){return(0,_index2.default)(1,arguments),(0,_index.default)(e).getTime()}module.exports=exports.default;\\n}, {\"2570\":2570,\"2571\":2571}];\\nwindow.modules[\"2695\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=getUnixTime;var _index=_interopRequireDefault(require(2694)),_index2=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function getUnixTime(e){return(0,_index2.default)(1,arguments),Math.floor((0,_index.default)(e)/1e3)}module.exports=exports.default;\\n}, {\"2571\":2571,\"2694\":2694}];\\nwindow.modules[\"2696\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=getWeek;var _index=_interopRequireDefault(require(2621)),_index2=_interopRequireDefault(require(2697)),_index3=_interopRequireDefault(require(2570)),_index4=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}var MILLISECONDS_IN_WEEK=6048e5;function getWeek(e,t){(0,_index4.default)(1,arguments);var r=(0,_index3.default)(e),i=(0,_index.default)(r,t).getTime()-(0,_index2.default)(r,t).getTime();return Math.round(i/MILLISECONDS_IN_WEEK)+1}module.exports=exports.default;\\n}, {\"2570\":2570,\"2571\":2571,\"2621\":2621,\"2697\":2697}];\\nwindow.modules[\"2697\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=startOfWeekYear;var _index=_interopRequireDefault(require(2699)),_index2=_interopRequireDefault(require(2621)),_index3=_interopRequireDefault(require(2559)),_index4=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function startOfWeekYear(e,t){(0,_index4.default)(1,arguments);var r=t||{},i=r.locale,n=i&&i.options&&i.options.firstWeekContainsDate,u=null==n?1:(0,_index3.default)(n),a=null==r.firstWeekContainsDate?u:(0,_index3.default)(r.firstWeekContainsDate),l=(0,_index.default)(e,t),s=new Date(0);return s.setFullYear(l,0,a),s.setHours(0,0,0,0),(0,_index2.default)(s,t)}module.exports=exports.default;\\n}, {\"2559\":2559,\"2571\":2571,\"2621\":2621,\"2699\":2699}];\\nwindow.modules[\"2698\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=getWeekOfMonth;var _index=_interopRequireDefault(require(2677)),_index2=_interopRequireDefault(require(2678)),_index3=_interopRequireDefault(require(2646)),_index4=_interopRequireDefault(require(2571)),_index5=_interopRequireDefault(require(2559));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function getWeekOfMonth(e,t){var r,i;(0,_index4.default)(1,arguments);var n=(null==t?void 0:null===(r=t.locale)||void 0===r?void 0:null===(i=r.options)||void 0===i?void 0:i.weekStartsOn)||0,u=null==(null==t?void 0:t.weekStartsOn)?(0,_index5.default)(n):(0,_index5.default)(t.weekStartsOn);if(!(u>=0&&u<=6))throw new RangeError(\"weekStartsOn must be between 0 and 6 inclusively\");var d=(0,_index.default)(e);if(isNaN(d))return NaN;var l=u-(0,_index2.default)((0,_index3.default)(e));l<=0&&(l+=7);var a=d-l;return Math.ceil(a/7)+1}module.exports=exports.default;\\n}, {\"2559\":2559,\"2571\":2571,\"2646\":2646,\"2677\":2677,\"2678\":2678}];\\nwindow.modules[\"2699\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=getWeekYear;var _index=_interopRequireDefault(require(2621)),_index2=_interopRequireDefault(require(2570)),_index3=_interopRequireDefault(require(2559)),_index4=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function getWeekYear(e,t){var i,r;(0,_index4.default)(1,arguments);var n=(0,_index2.default)(e),u=n.getFullYear(),l=null==t?void 0:null===(i=t.locale)||void 0===i?void 0:null===(r=i.options)||void 0===r?void 0:r.firstWeekContainsDate,a=null==l?1:(0,_index3.default)(l),d=null==(null==t?void 0:t.firstWeekContainsDate)?a:(0,_index3.default)(t.firstWeekContainsDate);if(!(d>=1&&d<=7))throw new RangeError(\"firstWeekContainsDate must be between 1 and 7 inclusively\");var o=new Date(0);o.setFullYear(u+1,0,d),o.setHours(0,0,0,0);var s=(0,_index.default)(o,t),f=new Date(0);f.setFullYear(u,0,d),f.setHours(0,0,0,0);var _=(0,_index.default)(f,t);return n.getTime()>=s.getTime()?u+1:n.getTime()>=_.getTime()?u:u-1}module.exports=exports.default;\\n}, {\"2559\":2559,\"2570\":2570,\"2571\":2571,\"2621\":2621}];\\nwindow.modules[\"2700\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=getWeeksInMonth;var _index=_interopRequireDefault(require(2620)),_index2=_interopRequireDefault(require(2701)),_index3=_interopRequireDefault(require(2646)),_index4=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function getWeeksInMonth(e,t){return(0,_index4.default)(1,arguments),(0,_index.default)((0,_index2.default)(e),(0,_index3.default)(e),t)+1}module.exports=exports.default;\\n}, {\"2571\":2571,\"2620\":2620,\"2646\":2646,\"2701\":2701}];\\nwindow.modules[\"2701\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=lastDayOfMonth;var _index=_interopRequireDefault(require(2570)),_index2=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function lastDayOfMonth(e){(0,_index2.default)(1,arguments);var t=(0,_index.default)(e),r=t.getMonth();return t.setFullYear(t.getFullYear(),r+1,0),t.setHours(0,0,0,0),t}module.exports=exports.default;\\n}, {\"2570\":2570,\"2571\":2571}];\\nwindow.modules[\"2702\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=getYear;var _index=_interopRequireDefault(require(2570)),_index2=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function getYear(e){return(0,_index2.default)(1,arguments),(0,_index.default)(e).getFullYear()}module.exports=exports.default;\\n}, {\"2570\":2570,\"2571\":2571}];\\nwindow.modules[\"2703\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=hoursToMilliseconds;var _index=_interopRequireDefault(require(2571)),_index2=require(2607);function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function hoursToMilliseconds(e){return(0,_index.default)(1,arguments),Math.floor(e*_index2.millisecondsInHour)}module.exports=exports.default;\\n}, {\"2571\":2571,\"2607\":2607}];\\nwindow.modules[\"2704\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=hoursToMinutes;var _index=_interopRequireDefault(require(2571)),_index2=require(2607);function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function hoursToMinutes(e){return(0,_index.default)(1,arguments),Math.floor(e*_index2.minutesInHour)}module.exports=exports.default;\\n}, {\"2571\":2571,\"2607\":2607}];\\nwindow.modules[\"2705\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=hoursToSeconds;var _index=_interopRequireDefault(require(2571)),_index2=require(2607);function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function hoursToSeconds(e){return(0,_index.default)(1,arguments),Math.floor(e*_index2.secondsInHour)}module.exports=exports.default;\\n}, {\"2571\":2571,\"2607\":2607}];\\nwindow.modules[\"2706\"] = [function(require,module,exports){\"use strict\";function isExists(e,t,r){if(arguments.length<3)throw new TypeError(\"3 argument required, but only \"+arguments.length+\" present\");var s=new Date(e,t,r);return s.getFullYear()===e&&s.getMonth()===t&&s.getDate()===r}Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=isExists,module.exports=exports.default;\\n}, {}];\\nwindow.modules[\"2707\"] = [function(require,module,exports){\"use strict\";function startOfTomorrow(){var e=new Date,t=e.getFullYear(),r=e.getMonth(),o=e.getDate(),s=new Date(0);return s.setFullYear(t,r,o+1),s.setHours(0,0,0,0),s}Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=startOfTomorrow,module.exports=exports.default;\\n}, {}];\\nwindow.modules[\"2708\"] = [function(require,module,exports){\"use strict\";function startOfYesterday(){var e=new Date,t=e.getFullYear(),r=e.getMonth(),s=e.getDate(),a=new Date(0);return a.setFullYear(t,r,s-1),a.setHours(0,0,0,0),a}Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=startOfYesterday,module.exports=exports.default;\\n}, {}];\\nwindow.modules[\"2709\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=startOfToday;var _index=_interopRequireDefault(require(2613));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function startOfToday(){return(0,_index.default)(Date.now())}module.exports=exports.default;\\n}, {\"2613\":2613}];\\nwindow.modules[\"2710\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=intervalToDuration;var _index=_interopRequireDefault(require(2605)),_index2=_interopRequireDefault(require(2634)),_index3=_interopRequireDefault(require(2629)),_index4=_interopRequireDefault(require(2623)),_index5=_interopRequireDefault(require(2624)),_index6=_interopRequireDefault(require(2628)),_index7=_interopRequireDefault(require(2632)),_index8=_interopRequireDefault(require(2612)),_index9=_interopRequireDefault(require(2571)),_index10=_interopRequireDefault(require(2570)),_index11=_interopRequireDefault(require(2802));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function intervalToDuration(e){var i=e.start,r=e.end;(0,_index9.default)(1,arguments);var n=(0,_index10.default)(i),t=(0,_index10.default)(r);if(!(0,_index8.default)(n))throw new RangeError(\"Start Date is invalid\");if(!(0,_index8.default)(t))throw new RangeError(\"End Date is invalid\");var d={years:0,months:0,days:0,hours:0,minutes:0,seconds:0},a=(0,_index.default)(n,t);d.years=Math.abs((0,_index2.default)(n,t));var u=(0,_index11.default)(n,{years:a*d.years});d.months=Math.abs((0,_index3.default)(u,t));var s=(0,_index11.default)(u,{months:a*d.months});d.days=Math.abs((0,_index4.default)(s,t));var f=(0,_index11.default)(s,{days:a*d.days});d.hours=Math.abs((0,_index5.default)(f,t));var o=(0,_index11.default)(f,{hours:a*d.hours});d.minutes=Math.abs((0,_index6.default)(o,t));var _=(0,_index11.default)(o,{minutes:a*d.minutes});return d.seconds=Math.abs((0,_index7.default)(_,t)),d}module.exports=exports.default;\\n}, {\"2570\":2570,\"2571\":2571,\"2605\":2605,\"2612\":2612,\"2623\":2623,\"2624\":2624,\"2628\":2628,\"2629\":2629,\"2632\":2632,\"2634\":2634,\"2802\":2802}];\\nwindow.modules[\"2711\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=intlFormat;var _index=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function intlFormat(e,t,r){var i,o;return(0,_index.default)(1,arguments),isFormatOptions(t)?o=t:r=t,new Intl.DateTimeFormat(null===(i=r)||void 0===i?void 0:i.locale,o).format(e)}function isFormatOptions(e){return void 0!==e&&!(\"locale\"in e)}module.exports=exports.default;\\n}, {\"2571\":2571}];\\nwindow.modules[\"2712\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=isAfter;var _index=_interopRequireDefault(require(2570)),_index2=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function isAfter(e,t){(0,_index2.default)(2,arguments);var r=(0,_index.default)(e),i=(0,_index.default)(t);return r.getTime()>i.getTime()}module.exports=exports.default;\\n}, {\"2570\":2570,\"2571\":2571}];\\nwindow.modules[\"2713\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=isDate;var _index=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function isDate(e){return(0,_index.default)(1,arguments),e instanceof Date||\"object\"==typeof e&&\"[object Date]\"===Object.prototype.toString.call(e)}module.exports=exports.default;\\n}, {\"2571\":2571}];\\nwindow.modules[\"2714\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=isEqual;var _index=_interopRequireDefault(require(2570)),_index2=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function isEqual(e,t){(0,_index2.default)(2,arguments);var r=(0,_index.default)(e),u=(0,_index.default)(t);return r.getTime()===u.getTime()}module.exports=exports.default;\\n}, {\"2570\":2570,\"2571\":2571}];\\nwindow.modules[\"2715\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=isFriday;var _index=_interopRequireDefault(require(2570)),_index2=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function isFriday(e){return(0,_index2.default)(1,arguments),5===(0,_index.default)(e).getDay()}module.exports=exports.default;\\n}, {\"2570\":2570,\"2571\":2571}];\\nwindow.modules[\"2716\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=isFirstDayOfMonth;var _index=_interopRequireDefault(require(2570)),_index2=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function isFirstDayOfMonth(e){return(0,_index2.default)(1,arguments),1===(0,_index.default)(e).getDate()}module.exports=exports.default;\\n}, {\"2570\":2570,\"2571\":2571}];\\nwindow.modules[\"2717\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=isFuture;var _index=_interopRequireDefault(require(2570)),_index2=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function isFuture(e){return(0,_index2.default)(1,arguments),(0,_index.default)(e).getTime()>Date.now()}module.exports=exports.default;\\n}, {\"2570\":2570,\"2571\":2571}];\\nwindow.modules[\"2718\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=isMatch;var _index=_interopRequireDefault(require(2816)),_index2=_interopRequireDefault(require(2612)),_index3=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function isMatch(e,i,r){return(0,_index3.default)(2,arguments),(0,_index2.default)((0,_index.default)(e,i,new Date,r))}module.exports=exports.default;\\n}, {\"2571\":2571,\"2612\":2612,\"2816\":2816}];\\nwindow.modules[\"2719\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=isPast;var _index=_interopRequireDefault(require(2570)),_index2=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function isPast(e){return(0,_index2.default)(1,arguments),(0,_index.default)(e).getTime()<Date.now()}module.exports=exports.default;\\n}, {\"2570\":2570,\"2571\":2571}];\\nwindow.modules[\"2720\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=isMonday;var _index=_interopRequireDefault(require(2570)),_index2=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function isMonday(e){return(0,_index2.default)(1,arguments),1===(0,_index.default)(e).getDay()}module.exports=exports.default;\\n}, {\"2570\":2570,\"2571\":2571}];\\nwindow.modules[\"2721\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=isSameHour;var _index=_interopRequireDefault(require(2800)),_index2=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function isSameHour(e,r){(0,_index2.default)(2,arguments);var t=(0,_index.default)(e),u=(0,_index.default)(r);return t.getTime()===u.getTime()}module.exports=exports.default;\\n}, {\"2571\":2571,\"2800\":2800}];\\nwindow.modules[\"2722\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=isSameISOWeek;var _index=_interopRequireDefault(require(2729)),_index2=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function isSameISOWeek(e,r){return(0,_index2.default)(2,arguments),(0,_index.default)(e,r,{weekStartsOn:1})}module.exports=exports.default;\\n}, {\"2571\":2571,\"2729\":2729}];\\nwindow.modules[\"2723\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=isSameMinute;var _index=_interopRequireDefault(require(2638)),_index2=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function isSameMinute(e,t){(0,_index2.default)(2,arguments);var i=(0,_index.default)(e),r=(0,_index.default)(t);return i.getTime()===r.getTime()}module.exports=exports.default;\\n}, {\"2571\":2571,\"2638\":2638}];\\nwindow.modules[\"2724\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=isSameISOWeekYear;var _index=_interopRequireDefault(require(2687)),_index2=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function isSameISOWeekYear(e,r){(0,_index2.default)(2,arguments);var t=(0,_index.default)(e),i=(0,_index.default)(r);return t.getTime()===i.getTime()}module.exports=exports.default;\\n}, {\"2571\":2571,\"2687\":2687}];\\nwindow.modules[\"2725\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=isSameMonth;var _index=_interopRequireDefault(require(2570)),_index2=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function isSameMonth(e,t){(0,_index2.default)(2,arguments);var r=(0,_index.default)(e),u=(0,_index.default)(t);return r.getFullYear()===u.getFullYear()&&r.getMonth()===u.getMonth()}module.exports=exports.default;\\n}, {\"2570\":2570,\"2571\":2571}];\\nwindow.modules[\"2726\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=isSameQuarter;var _index=_interopRequireDefault(require(2641)),_index2=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function isSameQuarter(e,r){(0,_index2.default)(2,arguments);var t=(0,_index.default)(e),u=(0,_index.default)(r);return t.getTime()===u.getTime()}module.exports=exports.default;\\n}, {\"2571\":2571,\"2641\":2641}];\\nwindow.modules[\"2727\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=isSameSecond;var _index=_interopRequireDefault(require(2801)),_index2=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function isSameSecond(e,t){(0,_index2.default)(2,arguments);var r=(0,_index.default)(e),i=(0,_index.default)(t);return r.getTime()===i.getTime()}module.exports=exports.default;\\n}, {\"2571\":2571,\"2801\":2801}];\\nwindow.modules[\"2728\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=isSameYear;var _index=_interopRequireDefault(require(2570)),_index2=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function isSameYear(e,r){(0,_index2.default)(2,arguments);var t=(0,_index.default)(e),u=(0,_index.default)(r);return t.getFullYear()===u.getFullYear()}module.exports=exports.default;\\n}, {\"2570\":2570,\"2571\":2571}];\\nwindow.modules[\"2729\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=isSameWeek;var _index=_interopRequireDefault(require(2621)),_index2=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function isSameWeek(e,t,r){(0,_index2.default)(2,arguments);var i=(0,_index.default)(e,r),u=(0,_index.default)(t,r);return i.getTime()===u.getTime()}module.exports=exports.default;\\n}, {\"2571\":2571,\"2621\":2621}];\\nwindow.modules[\"2730\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=isThisHour;var _index=_interopRequireDefault(require(2721)),_index2=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function isThisHour(e){return(0,_index2.default)(1,arguments),(0,_index.default)(Date.now(),e)}module.exports=exports.default;\\n}, {\"2571\":2571,\"2721\":2721}];\\nwindow.modules[\"2731\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=isThisISOWeek;var _index=_interopRequireDefault(require(2722)),_index2=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function isThisISOWeek(e){return(0,_index2.default)(1,arguments),(0,_index.default)(e,Date.now())}module.exports=exports.default;\\n}, {\"2571\":2571,\"2722\":2722}];\\nwindow.modules[\"2732\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=isThisMinute;var _index=_interopRequireDefault(require(2723)),_index2=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function isThisMinute(e){return(0,_index2.default)(1,arguments),(0,_index.default)(Date.now(),e)}module.exports=exports.default;\\n}, {\"2571\":2571,\"2723\":2723}];\\nwindow.modules[\"2733\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=isThisMonth;var _index=_interopRequireDefault(require(2725)),_index2=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function isThisMonth(e){return(0,_index2.default)(1,arguments),(0,_index.default)(Date.now(),e)}module.exports=exports.default;\\n}, {\"2571\":2571,\"2725\":2725}];\\nwindow.modules[\"2734\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=isThisQuarter;var _index=_interopRequireDefault(require(2726)),_index2=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function isThisQuarter(e){return(0,_index2.default)(1,arguments),(0,_index.default)(Date.now(),e)}module.exports=exports.default;\\n}, {\"2571\":2571,\"2726\":2726}];\\nwindow.modules[\"2735\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=isThisSecond;var _index=_interopRequireDefault(require(2727)),_index2=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function isThisSecond(e){return(0,_index2.default)(1,arguments),(0,_index.default)(Date.now(),e)}module.exports=exports.default;\\n}, {\"2571\":2571,\"2727\":2727}];\\nwindow.modules[\"2736\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=isThisWeek;var _index=_interopRequireDefault(require(2729)),_index2=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function isThisWeek(e,i){return(0,_index2.default)(1,arguments),(0,_index.default)(e,Date.now(),i)}module.exports=exports.default;\\n}, {\"2571\":2571,\"2729\":2729}];\\nwindow.modules[\"2737\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=isThursday;var _index=_interopRequireDefault(require(2570)),_index2=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function isThursday(e){return(0,_index2.default)(1,arguments),4===(0,_index.default)(e).getDay()}module.exports=exports.default;\\n}, {\"2570\":2570,\"2571\":2571}];\\nwindow.modules[\"2738\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=isThisYear;var _index=_interopRequireDefault(require(2728)),_index2=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function isThisYear(e){return(0,_index2.default)(1,arguments),(0,_index.default)(e,Date.now())}module.exports=exports.default;\\n}, {\"2571\":2571,\"2728\":2728}];\\nwindow.modules[\"2739\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=isTomorrow;var _index=_interopRequireDefault(require(2583)),_index2=_interopRequireDefault(require(2611)),_index3=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function isTomorrow(e){return(0,_index3.default)(1,arguments),(0,_index2.default)(e,(0,_index.default)(Date.now(),1))}module.exports=exports.default;\\n}, {\"2571\":2571,\"2583\":2583,\"2611\":2611}];\\nwindow.modules[\"2740\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=isTuesday;var _index=_interopRequireDefault(require(2570)),_index2=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function isTuesday(e){return(0,_index2.default)(1,arguments),2===(0,_index.default)(e).getDay()}module.exports=exports.default;\\n}, {\"2570\":2570,\"2571\":2571}];\\nwindow.modules[\"2741\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=isToday;var _index=_interopRequireDefault(require(2611)),_index2=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function isToday(e){return(0,_index2.default)(1,arguments),(0,_index.default)(e,Date.now())}module.exports=exports.default;\\n}, {\"2571\":2571,\"2611\":2611}];\\nwindow.modules[\"2742\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=isWednesday;var _index=_interopRequireDefault(require(2570)),_index2=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function isWednesday(e){return(0,_index2.default)(1,arguments),3===(0,_index.default)(e).getDay()}module.exports=exports.default;\\n}, {\"2570\":2570,\"2571\":2571}];\\nwindow.modules[\"2743\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=isWithinInterval;var _index=_interopRequireDefault(require(2570)),_index2=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function isWithinInterval(e,t){(0,_index2.default)(2,arguments);var i=(0,_index.default)(e).getTime(),r=(0,_index.default)(t.start).getTime(),n=(0,_index.default)(t.end).getTime();if(!(r<=n))throw new RangeError(\"Invalid interval\");return i>=r&&i<=n}module.exports=exports.default;\\n}, {\"2570\":2570,\"2571\":2571}];\\nwindow.modules[\"2744\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=lastDayOfISOWeekYear;var _index=_interopRequireDefault(require(2592)),_index2=_interopRequireDefault(require(2616)),_index3=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function lastDayOfISOWeekYear(e){(0,_index3.default)(1,arguments);var t=(0,_index.default)(e),r=new Date(0);r.setFullYear(t+1,0,4),r.setHours(0,0,0,0);var u=(0,_index2.default)(r);return u.setDate(u.getDate()-1),u}module.exports=exports.default;\\n}, {\"2571\":2571,\"2592\":2592,\"2616\":2616}];\\nwindow.modules[\"2745\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=lastDayOfISOWeek;var _index=_interopRequireDefault(require(2750)),_index2=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function lastDayOfISOWeek(e){return(0,_index2.default)(1,arguments),(0,_index.default)(e,{weekStartsOn:1})}module.exports=exports.default;\\n}, {\"2571\":2571,\"2750\":2750}];\\nwindow.modules[\"2746\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=lastDayOfDecade;var _index=_interopRequireDefault(require(2570)),_index2=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function lastDayOfDecade(e){(0,_index2.default)(1,arguments);var t=(0,_index.default)(e),r=t.getFullYear(),u=9+10*Math.floor(r/10);return t.setFullYear(u+1,0,0),t.setHours(0,0,0,0),t}module.exports=exports.default;\\n}, {\"2570\":2570,\"2571\":2571}];\\nwindow.modules[\"2747\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=isYesterday;var _index=_interopRequireDefault(require(2611)),_index2=_interopRequireDefault(require(2805)),_index3=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function isYesterday(e){return(0,_index3.default)(1,arguments),(0,_index.default)(e,(0,_index2.default)(Date.now(),1))}module.exports=exports.default;\\n}, {\"2571\":2571,\"2611\":2611,\"2805\":2805}];\\nwindow.modules[\"2748\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=lastDayOfQuarter;var _index=_interopRequireDefault(require(2570)),_index2=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function lastDayOfQuarter(e){(0,_index2.default)(1,arguments);var t=(0,_index.default)(e),r=t.getMonth(),u=r-r%3+3;return t.setMonth(u,0),t.setHours(0,0,0,0),t}module.exports=exports.default;\\n}, {\"2570\":2570,\"2571\":2571}];\\nwindow.modules[\"2749\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=lastDayOfYear;var _index=_interopRequireDefault(require(2570)),_index2=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function lastDayOfYear(e){(0,_index2.default)(1,arguments);var r=(0,_index.default)(e),t=r.getFullYear();return r.setFullYear(t+1,0,0),r.setHours(0,0,0,0),r}module.exports=exports.default;\\n}, {\"2570\":2570,\"2571\":2571}];\\nwindow.modules[\"2750\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=lastDayOfWeek;var _index=_interopRequireDefault(require(2570)),_index2=_interopRequireDefault(require(2559)),_index3=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function lastDayOfWeek(e,t){(0,_index3.default)(1,arguments);var r=t||{},n=r.locale,u=n&&n.options&&n.options.weekStartsOn,i=null==u?0:(0,_index2.default)(u),a=null==r.weekStartsOn?i:(0,_index2.default)(r.weekStartsOn);if(!(a>=0&&a<=6))throw new RangeError(\"weekStartsOn must be between 0 and 6\");var l=(0,_index.default)(e),o=l.getDay(),s=6+(o<a?-7:0)-(o-a);return l.setHours(0,0,0,0),l.setDate(l.getDate()+s),l}module.exports=exports.default;\\n}, {\"2559\":2559,\"2570\":2570,\"2571\":2571}];\\nwindow.modules[\"2751\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=millisecondsToHours;var _index=_interopRequireDefault(require(2571)),_index2=require(2607);function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function millisecondsToHours(e){(0,_index.default)(1,arguments);var r=e/_index2.millisecondsInHour;return Math.floor(r)}module.exports=exports.default;\\n}, {\"2571\":2571,\"2607\":2607}];\\nwindow.modules[\"2752\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=millisecondsToMinutes;var _index=_interopRequireDefault(require(2571)),_index2=require(2607);function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function millisecondsToMinutes(e){(0,_index.default)(1,arguments);var i=e/_index2.millisecondsInMinute;return Math.floor(i)}module.exports=exports.default;\\n}, {\"2571\":2571,\"2607\":2607}];\\nwindow.modules[\"2753\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=milliseconds;var _index=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}var daysInYear=365.2425;function milliseconds(e){var r=e.years,s=e.months,t=e.weeks,u=e.days,a=e.hours,n=e.minutes,d=e.seconds;(0,_index.default)(1,arguments);var i=0;r&&(i+=r*daysInYear),s&&(i+=s*(daysInYear/12)),t&&(i+=7*t),u&&(i+=u);var o=24*i*60*60;return a&&(o+=60*a*60),n&&(o+=60*n),d&&(o+=d),Math.round(1e3*o)}module.exports=exports.default;\\n}, {\"2571\":2571}];\\nwindow.modules[\"2754\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=millisecondsToSeconds;var _index=_interopRequireDefault(require(2571)),_index2=require(2607);function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function millisecondsToSeconds(e){(0,_index.default)(1,arguments);var r=e/_index2.millisecondsInSecond;return Math.floor(r)}module.exports=exports.default;\\n}, {\"2571\":2571,\"2607\":2607}];\\nwindow.modules[\"2755\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=minutesToMilliseconds;var _index=_interopRequireDefault(require(2571)),_index2=require(2607);function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function minutesToMilliseconds(e){return(0,_index.default)(1,arguments),Math.floor(e*_index2.millisecondsInMinute)}module.exports=exports.default;\\n}, {\"2571\":2571,\"2607\":2607}];\\nwindow.modules[\"2756\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=minutesToHours;var _index=_interopRequireDefault(require(2571)),_index2=require(2607);function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function minutesToHours(e){(0,_index.default)(1,arguments);var r=e/_index2.minutesInHour;return Math.floor(r)}module.exports=exports.default;\\n}, {\"2571\":2571,\"2607\":2607}];\\nwindow.modules[\"2757\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=minutesToSeconds;var _index=_interopRequireDefault(require(2571)),_index2=require(2607);function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function minutesToSeconds(e){return(0,_index.default)(1,arguments),Math.floor(e*_index2.secondsInMinute)}module.exports=exports.default;\\n}, {\"2571\":2571,\"2607\":2607}];\\nwindow.modules[\"2758\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=monthsToQuarters;var _index=_interopRequireDefault(require(2571)),_index2=require(2607);function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function monthsToQuarters(e){(0,_index.default)(1,arguments);var r=e/_index2.monthsInQuarter;return Math.floor(r)}module.exports=exports.default;\\n}, {\"2571\":2571,\"2607\":2607}];\\nwindow.modules[\"2759\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=monthsToYears;var _index=_interopRequireDefault(require(2571)),_index2=require(2607);function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function monthsToYears(e){(0,_index.default)(1,arguments);var r=e/_index2.monthsInYear;return Math.floor(r)}module.exports=exports.default;\\n}, {\"2571\":2571,\"2607\":2607}];\\nwindow.modules[\"2760\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=nextDay;var _index=_interopRequireDefault(require(2583)),_index2=_interopRequireDefault(require(2678)),_index3=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function nextDay(e,r){(0,_index3.default)(2,arguments);var t=r-(0,_index2.default)(e);return t<=0&&(t+=7),(0,_index.default)(e,t)}module.exports=exports.default;\\n}, {\"2571\":2571,\"2583\":2583,\"2678\":2678}];\\nwindow.modules[\"2761\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=nextFriday;var _index=_interopRequireDefault(require(2760)),_index2=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function nextFriday(e){return(0,_index2.default)(1,arguments),(0,_index.default)(e,5)}module.exports=exports.default;\\n}, {\"2571\":2571,\"2760\":2760}];\\nwindow.modules[\"2762\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=nextMonday;var _index=_interopRequireDefault(require(2760)),_index2=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function nextMonday(e){return(0,_index2.default)(1,arguments),(0,_index.default)(e,1)}module.exports=exports.default;\\n}, {\"2571\":2571,\"2760\":2760}];\\nwindow.modules[\"2763\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=nextSaturday;var _index=_interopRequireDefault(require(2760)),_index2=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function nextSaturday(e){return(0,_index2.default)(1,arguments),(0,_index.default)(e,6)}module.exports=exports.default;\\n}, {\"2571\":2571,\"2760\":2760}];\\nwindow.modules[\"2764\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=nextSunday;var _index=_interopRequireDefault(require(2760)),_index2=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function nextSunday(e){return(0,_index2.default)(1,arguments),(0,_index.default)(e,0)}module.exports=exports.default;\\n}, {\"2571\":2571,\"2760\":2760}];\\nwindow.modules[\"2765\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=nextThursday;var _index=_interopRequireDefault(require(2760)),_index2=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function nextThursday(e){return(0,_index2.default)(1,arguments),(0,_index.default)(e,4)}module.exports=exports.default;\\n}, {\"2571\":2571,\"2760\":2760}];\\nwindow.modules[\"2766\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=nextTuesday;var _index=_interopRequireDefault(require(2760)),_index2=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function nextTuesday(e){return(0,_index2.default)(1,arguments),(0,_index.default)(e,2)}module.exports=exports.default;\\n}, {\"2571\":2571,\"2760\":2760}];\\nwindow.modules[\"2767\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=nextWednesday;var _index=_interopRequireDefault(require(2760)),_index2=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function nextWednesday(e){return(0,_index2.default)(1,arguments),(0,_index.default)(e,3)}module.exports=exports.default;\\n}, {\"2571\":2571,\"2760\":2760}];\\nwindow.modules[\"2768\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=parseISO;var _index=require(2607),_index2=_interopRequireDefault(require(2571)),_index3=_interopRequireDefault(require(2559));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function parseISO(e,t){(0,_index2.default)(1,arguments);var a=t||{},r=null==a.additionalDigits?2:(0,_index3.default)(a.additionalDigits);if(2!==r&&1!==r&&0!==r)throw new RangeError(\"additionalDigits must be 0, 1 or 2\");if(\"string\"!=typeof e&&\"[object String]\"!==Object.prototype.toString.call(e))return new Date(NaN);var n,i=splitDateString(e);if(i.date){var s=parseYear(i.date,r);n=parseDate(s.restDateString,s.year)}if(!n||isNaN(n.getTime()))return new Date(NaN);var u,d=n.getTime(),l=0;if(i.time&&(l=parseTime(i.time),isNaN(l)))return new Date(NaN);if(!i.timezone){var o=new Date(d+l),p=new Date(0);return p.setFullYear(o.getUTCFullYear(),o.getUTCMonth(),o.getUTCDate()),p.setHours(o.getUTCHours(),o.getUTCMinutes(),o.getUTCSeconds(),o.getUTCMilliseconds()),p}return u=parseTimezone(i.timezone),isNaN(u)?new Date(NaN):new Date(d+l+u)}var patterns={dateTimeDelimiter:/[T ]/,timeZoneDelimiter:/[Z ]/i,timezone:/([Z+-].*)$/},dateRegex=/^-?(?:(\\\\d{3})|(\\\\d{2})(?:-?(\\\\d{2}))?|W(\\\\d{2})(?:-?(\\\\d{1}))?|)$/,timeRegex=/^(\\\\d{2}(?:[.,]\\\\d*)?)(?::?(\\\\d{2}(?:[.,]\\\\d*)?))?(?::?(\\\\d{2}(?:[.,]\\\\d*)?))?$/,timezoneRegex=/^([+-])(\\\\d{2})(?::?(\\\\d{2}))?$/;function splitDateString(e){var t,a={},r=e.split(patterns.dateTimeDelimiter);if(r.length>2)return a;if(/:/.test(r[0])?t=r[0]:(a.date=r[0],t=r[1],patterns.timeZoneDelimiter.test(a.date)&&(a.date=e.split(patterns.timeZoneDelimiter)[0],t=e.substr(a.date.length,e.length))),t){var n=patterns.timezone.exec(t);n?(a.time=t.replace(n[1],\"\"),a.timezone=n[1]):a.time=t}return a}function parseYear(e,t){var a=new RegExp(\"^(?:(\\\\\\\\d{4}|[+-]\\\\\\\\d{\"+(4+t)+\"})|(\\\\\\\\d{2}|[+-]\\\\\\\\d{\"+(2+t)+\"})$)\"),r=e.match(a);if(!r)return{year:NaN,restDateString:\"\"};var n=r[1]?parseInt(r[1]):null,i=r[2]?parseInt(r[2]):null;return{year:null===i?n:100*i,restDateString:e.slice((r[1]||r[2]).length)}}function parseDate(e,t){if(null===t)return new Date(NaN);var a=e.match(dateRegex);if(!a)return new Date(NaN);var r=!!a[4],n=parseDateUnit(a[1]),i=parseDateUnit(a[2])-1,s=parseDateUnit(a[3]),u=parseDateUnit(a[4]),d=parseDateUnit(a[5])-1;if(r)return validateWeekDate(t,u,d)?dayOfISOWeekYear(t,u,d):new Date(NaN);var l=new Date(0);return validateDate(t,i,s)&&validateDayOfYearDate(t,n)?(l.setUTCFullYear(t,i,Math.max(n,s)),l):new Date(NaN)}function parseDateUnit(e){return e?parseInt(e):1}function parseTime(e){var t=e.match(timeRegex);if(!t)return NaN;var a=parseTimeUnit(t[1]),r=parseTimeUnit(t[2]),n=parseTimeUnit(t[3]);return validateTime(a,r,n)?a*_index.millisecondsInHour+r*_index.millisecondsInMinute+1e3*n:NaN}function parseTimeUnit(e){return e&&parseFloat(e.replace(\",\",\".\"))||0}function parseTimezone(e){if(\"Z\"===e)return 0;var t=e.match(timezoneRegex);if(!t)return 0;var a=\"+\"===t[1]?-1:1,r=parseInt(t[2]),n=t[3]&&parseInt(t[3])||0;return validateTimezone(r,n)?a*(r*_index.millisecondsInHour+n*_index.millisecondsInMinute):NaN}function dayOfISOWeekYear(e,t,a){var r=new Date(0);r.setUTCFullYear(e,0,4);var n=7*(t-1)+a+1-(r.getUTCDay()||7);return r.setUTCDate(r.getUTCDate()+n),r}var daysInMonths=[31,null,31,30,31,30,31,31,30,31,30,31];function isLeapYearIndex(e){return e%400==0||e%4==0&&e%100!=0}function validateDate(e,t,a){return t>=0&&t<=11&&a>=1&&a<=(daysInMonths[t]||(isLeapYearIndex(e)?29:28))}function validateDayOfYearDate(e,t){return t>=1&&t<=(isLeapYearIndex(e)?366:365)}function validateWeekDate(e,t,a){return t>=1&&t<=53&&a>=0&&a<=6}function validateTime(e,t,a){return 24===e?0===t&&0===a:a>=0&&a<60&&t>=0&&t<60&&e>=0&&e<25}function validateTimezone(e,t){return t>=0&&t<=59}module.exports=exports.default;\\n}, {\"2559\":2559,\"2571\":2571,\"2607\":2607}];\\nwindow.modules[\"2769\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=previousDay;var _index=_interopRequireDefault(require(2571)),_index2=_interopRequireDefault(require(2678)),_index3=_interopRequireDefault(require(2805));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function previousDay(e,r){(0,_index.default)(2,arguments);var u=(0,_index2.default)(e)-r;return u<=0&&(u+=7),(0,_index3.default)(e,u)}module.exports=exports.default;\\n}, {\"2571\":2571,\"2678\":2678,\"2805\":2805}];\\nwindow.modules[\"2770\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=previousFriday;var _index=_interopRequireDefault(require(2571)),_index2=_interopRequireDefault(require(2769));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function previousFriday(e){return(0,_index.default)(1,arguments),(0,_index2.default)(e,5)}module.exports=exports.default;\\n}, {\"2571\":2571,\"2769\":2769}];\\nwindow.modules[\"2771\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=parseJSON;var _index=_interopRequireDefault(require(2570)),_index2=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function parseJSON(e){if((0,_index2.default)(1,arguments),\"string\"==typeof e){var t=e.match(/(\\\\d{4})-(\\\\d{2})-(\\\\d{2})[T ](\\\\d{2}):(\\\\d{2}):(\\\\d{2})(?:\\\\.(\\\\d{0,7}))?(?:Z|(.)(\\\\d{2}):?(\\\\d{2})?)?/);return t?new Date(Date.UTC(+t[1],+t[2]-1,+t[3],+t[4]-(+t[9]||0)*(\"-\"==t[8]?-1:1),+t[5]-(+t[10]||0)*(\"-\"==t[8]?-1:1),+t[6],+((t[7]||\"0\")+\"00\").substring(0,3))):new Date(NaN)}return(0,_index.default)(e)}module.exports=exports.default;\\n}, {\"2570\":2570,\"2571\":2571}];\\nwindow.modules[\"2772\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=previousMonday;var _index=_interopRequireDefault(require(2571)),_index2=_interopRequireDefault(require(2769));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function previousMonday(e){return(0,_index.default)(1,arguments),(0,_index2.default)(e,1)}module.exports=exports.default;\\n}, {\"2571\":2571,\"2769\":2769}];\\nwindow.modules[\"2773\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=previousSaturday;var _index=_interopRequireDefault(require(2571)),_index2=_interopRequireDefault(require(2769));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function previousSaturday(e){return(0,_index.default)(1,arguments),(0,_index2.default)(e,6)}module.exports=exports.default;\\n}, {\"2571\":2571,\"2769\":2769}];\\nwindow.modules[\"2774\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=previousSunday;var _index=_interopRequireDefault(require(2571)),_index2=_interopRequireDefault(require(2769));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function previousSunday(e){return(0,_index.default)(1,arguments),(0,_index2.default)(e,0)}module.exports=exports.default;\\n}, {\"2571\":2571,\"2769\":2769}];\\nwindow.modules[\"2775\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=previousThursday;var _index=_interopRequireDefault(require(2571)),_index2=_interopRequireDefault(require(2769));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function previousThursday(e){return(0,_index.default)(1,arguments),(0,_index2.default)(e,4)}module.exports=exports.default;\\n}, {\"2571\":2571,\"2769\":2769}];\\nwindow.modules[\"2776\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=previousTuesday;var _index=_interopRequireDefault(require(2571)),_index2=_interopRequireDefault(require(2769));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function previousTuesday(e){return(0,_index.default)(1,arguments),(0,_index2.default)(e,2)}module.exports=exports.default;\\n}, {\"2571\":2571,\"2769\":2769}];\\nwindow.modules[\"2777\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=previousWednesday;var _index=_interopRequireDefault(require(2571)),_index2=_interopRequireDefault(require(2769));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function previousWednesday(e){return(0,_index.default)(1,arguments),(0,_index2.default)(e,3)}module.exports=exports.default;\\n}, {\"2571\":2571,\"2769\":2769}];\\nwindow.modules[\"2778\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=quartersToYears;var _index=_interopRequireDefault(require(2571)),_index2=require(2607);function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function quartersToYears(e){(0,_index.default)(1,arguments);var r=e/_index2.quartersInYear;return Math.floor(r)}module.exports=exports.default;\\n}, {\"2571\":2571,\"2607\":2607}];\\nwindow.modules[\"2779\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=roundToNearestMinutes;var _index=_interopRequireDefault(require(2570)),_index2=_interopRequireDefault(require(2559));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function roundToNearestMinutes(e,t){if(arguments.length<1)throw new TypeError(\"1 argument required, but only none provided present\");var r=t&&\"nearestTo\"in t?(0,_index2.default)(t.nearestTo):1;if(r<1||r>30)throw new RangeError(\"`options.nearestTo` must be between 1 and 30\");var n=(0,_index.default)(e),o=n.getSeconds(),u=n.getMinutes()+o/60,i=Math.floor(u/r)*r,a=u%r,d=Math.round(a/r)*r;return new Date(n.getFullYear(),n.getMonth(),n.getDate(),n.getHours(),i+d)}module.exports=exports.default;\\n}, {\"2559\":2559,\"2570\":2570}];\\nwindow.modules[\"2780\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=quartersToMonths;var _index=_interopRequireDefault(require(2571)),_index2=require(2607);function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function quartersToMonths(e){return(0,_index.default)(1,arguments),Math.floor(e*_index2.monthsInQuarter)}module.exports=exports.default;\\n}, {\"2571\":2571,\"2607\":2607}];\\nwindow.modules[\"2781\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=secondsToMilliseconds;var _index=_interopRequireDefault(require(2571)),_index2=require(2607);function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function secondsToMilliseconds(e){return(0,_index.default)(1,arguments),e*_index2.millisecondsInSecond}module.exports=exports.default;\\n}, {\"2571\":2571,\"2607\":2607}];\\nwindow.modules[\"2782\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=secondsToMinutes;var _index=_interopRequireDefault(require(2571)),_index2=require(2607);function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function secondsToMinutes(e){(0,_index.default)(1,arguments);var t=e/_index2.secondsInMinute;return Math.floor(t)}module.exports=exports.default;\\n}, {\"2571\":2571,\"2607\":2607}];\\nwindow.modules[\"2783\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=set;var _index=_interopRequireDefault(require(2570)),_index2=_interopRequireDefault(require(2794)),_index3=_interopRequireDefault(require(2559)),_index4=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function set(e,t){if((0,_index4.default)(2,arguments),\"object\"!=typeof t||null===t)throw new RangeError(\"values parameter must be an object\");var n=(0,_index.default)(e);return isNaN(n.getTime())?new Date(NaN):(null!=t.year&&n.setFullYear(t.year),null!=t.month&&(n=(0,_index2.default)(n,t.month)),null!=t.date&&n.setDate((0,_index3.default)(t.date)),null!=t.hours&&n.setHours((0,_index3.default)(t.hours)),null!=t.minutes&&n.setMinutes((0,_index3.default)(t.minutes)),null!=t.seconds&&n.setSeconds((0,_index3.default)(t.seconds)),null!=t.milliseconds&&n.setMilliseconds((0,_index3.default)(t.milliseconds)),n)}module.exports=exports.default;\\n}, {\"2559\":2559,\"2570\":2570,\"2571\":2571,\"2794\":2794}];\\nwindow.modules[\"2784\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=secondsToHours;var _index=_interopRequireDefault(require(2571)),_index2=require(2607);function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function secondsToHours(e){(0,_index.default)(1,arguments);var r=e/_index2.secondsInHour;return Math.floor(r)}module.exports=exports.default;\\n}, {\"2571\":2571,\"2607\":2607}];\\nwindow.modules[\"2785\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=setDate;var _index=_interopRequireDefault(require(2559)),_index2=_interopRequireDefault(require(2570)),_index3=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function setDate(e,t){(0,_index3.default)(2,arguments);var r=(0,_index2.default)(e),i=(0,_index.default)(t);return r.setDate(i),r}module.exports=exports.default;\\n}, {\"2559\":2559,\"2570\":2570,\"2571\":2571}];\\nwindow.modules[\"2786\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=setDayOfYear;var _index=_interopRequireDefault(require(2559)),_index2=_interopRequireDefault(require(2570)),_index3=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function setDayOfYear(e,t){(0,_index3.default)(2,arguments);var r=(0,_index2.default)(e),i=(0,_index.default)(t);return r.setMonth(0),r.setDate(i),r}module.exports=exports.default;\\n}, {\"2559\":2559,\"2570\":2570,\"2571\":2571}];\\nwindow.modules[\"2787\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=setDay;var _index=_interopRequireDefault(require(2583)),_index2=_interopRequireDefault(require(2570)),_index3=_interopRequireDefault(require(2559)),_index4=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function setDay(e,t,r){(0,_index4.default)(2,arguments);var i=r||{},n=i.locale,u=n&&n.options&&n.options.weekStartsOn,a=null==u?0:(0,_index3.default)(u),d=null==i.weekStartsOn?a:(0,_index3.default)(i.weekStartsOn);if(!(d>=0&&d<=6))throw new RangeError(\"weekStartsOn must be between 0 and 6 inclusively\");var l=(0,_index2.default)(e),o=(0,_index3.default)(t),s=l.getDay(),_=7-d,f=o<0||o>6?o-(s+_)%7:((o%7+7)%7+_)%7-(s+_)%7;return(0,_index.default)(l,f)}module.exports=exports.default;\\n}, {\"2559\":2559,\"2570\":2570,\"2571\":2571,\"2583\":2583}];\\nwindow.modules[\"2788\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=setHours;var _index=_interopRequireDefault(require(2559)),_index2=_interopRequireDefault(require(2570)),_index3=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function setHours(e,r){(0,_index3.default)(2,arguments);var t=(0,_index2.default)(e),u=(0,_index.default)(r);return t.setHours(u),t}module.exports=exports.default;\\n}, {\"2559\":2559,\"2570\":2570,\"2571\":2571}];\\nwindow.modules[\"2789\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=setISODay;var _index=_interopRequireDefault(require(2559)),_index2=_interopRequireDefault(require(2570)),_index3=_interopRequireDefault(require(2583)),_index4=_interopRequireDefault(require(2685)),_index5=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function setISODay(e,i){(0,_index5.default)(2,arguments);var r=(0,_index2.default)(e),t=(0,_index.default)(i)-(0,_index4.default)(r);return(0,_index3.default)(r,t)}module.exports=exports.default;\\n}, {\"2559\":2559,\"2570\":2570,\"2571\":2571,\"2583\":2583,\"2685\":2685}];\\nwindow.modules[\"2790\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=setISOWeek;var _index=_interopRequireDefault(require(2559)),_index2=_interopRequireDefault(require(2570)),_index3=_interopRequireDefault(require(2686)),_index4=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function setISOWeek(e,t){(0,_index4.default)(2,arguments);var r=(0,_index2.default)(e),i=(0,_index.default)(t),u=(0,_index3.default)(r)-i;return r.setDate(r.getDate()-7*u),r}module.exports=exports.default;\\n}, {\"2559\":2559,\"2570\":2570,\"2571\":2571,\"2686\":2686}];\\nwindow.modules[\"2791\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=setMinutes;var _index=_interopRequireDefault(require(2559)),_index2=_interopRequireDefault(require(2570)),_index3=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function setMinutes(e,t){(0,_index3.default)(2,arguments);var r=(0,_index2.default)(e),i=(0,_index.default)(t);return r.setMinutes(i),r}module.exports=exports.default;\\n}, {\"2559\":2559,\"2570\":2570,\"2571\":2571}];\\nwindow.modules[\"2792\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=setQuarter;var _index=_interopRequireDefault(require(2559)),_index2=_interopRequireDefault(require(2570)),_index3=_interopRequireDefault(require(2794)),_index4=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function setQuarter(e,t){(0,_index4.default)(2,arguments);var r=(0,_index2.default)(e),i=(0,_index.default)(t)-(Math.floor(r.getMonth()/3)+1);return(0,_index3.default)(r,r.getMonth()+3*i)}module.exports=exports.default;\\n}, {\"2559\":2559,\"2570\":2570,\"2571\":2571,\"2794\":2794}];\\nwindow.modules[\"2793\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=setMilliseconds;var _index=_interopRequireDefault(require(2559)),_index2=_interopRequireDefault(require(2570)),_index3=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function setMilliseconds(e,i){(0,_index3.default)(2,arguments);var t=(0,_index2.default)(e),r=(0,_index.default)(i);return t.setMilliseconds(r),t}module.exports=exports.default;\\n}, {\"2559\":2559,\"2570\":2570,\"2571\":2571}];\\nwindow.modules[\"2794\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=setMonth;var _index=_interopRequireDefault(require(2559)),_index2=_interopRequireDefault(require(2570)),_index3=_interopRequireDefault(require(2680)),_index4=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function setMonth(e,t){(0,_index4.default)(2,arguments);var r=(0,_index2.default)(e),i=(0,_index.default)(t),u=r.getFullYear(),n=r.getDate(),d=new Date(0);d.setFullYear(u,i,15),d.setHours(0,0,0,0);var a=(0,_index3.default)(d);return r.setMonth(i,Math.min(n,a)),r}module.exports=exports.default;\\n}, {\"2559\":2559,\"2570\":2570,\"2571\":2571,\"2680\":2680}];\\nwindow.modules[\"2795\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=setWeek;var _index=_interopRequireDefault(require(2696)),_index2=_interopRequireDefault(require(2570)),_index3=_interopRequireDefault(require(2559)),_index4=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function setWeek(e,t,r){(0,_index4.default)(2,arguments);var i=(0,_index2.default)(e),u=(0,_index3.default)(t),n=(0,_index.default)(i,r)-u;return i.setDate(i.getDate()-7*n),i}module.exports=exports.default;\\n}, {\"2559\":2559,\"2570\":2570,\"2571\":2571,\"2696\":2696}];\\nwindow.modules[\"2796\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=setSeconds;var _index=_interopRequireDefault(require(2559)),_index2=_interopRequireDefault(require(2570)),_index3=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function setSeconds(e,t){(0,_index3.default)(2,arguments);var r=(0,_index2.default)(e),i=(0,_index.default)(t);return r.setSeconds(i),r}module.exports=exports.default;\\n}, {\"2559\":2559,\"2570\":2570,\"2571\":2571}];\\nwindow.modules[\"2797\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=setWeekYear;var _index=_interopRequireDefault(require(2610)),_index2=_interopRequireDefault(require(2697)),_index3=_interopRequireDefault(require(2570)),_index4=_interopRequireDefault(require(2559)),_index5=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function setWeekYear(e,t){var i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};(0,_index5.default)(2,arguments);var r=i.locale,n=r&&r.options&&r.options.firstWeekContainsDate,u=null==n?1:(0,_index4.default)(n),a=null==i.firstWeekContainsDate?u:(0,_index4.default)(i.firstWeekContainsDate),d=(0,_index3.default)(e),l=(0,_index4.default)(t),s=(0,_index.default)(d,(0,_index2.default)(d,i)),o=new Date(0);return o.setFullYear(l,0,a),o.setHours(0,0,0,0),(d=(0,_index2.default)(o,i)).setDate(d.getDate()+s),d}module.exports=exports.default;\\n}, {\"2559\":2559,\"2570\":2570,\"2571\":2571,\"2610\":2610,\"2697\":2697}];\\nwindow.modules[\"2798\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=setYear;var _index=_interopRequireDefault(require(2559)),_index2=_interopRequireDefault(require(2570)),_index3=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function setYear(e,t){(0,_index3.default)(2,arguments);var r=(0,_index2.default)(e),i=(0,_index.default)(t);return isNaN(r.getTime())?new Date(NaN):(r.setFullYear(i),r)}module.exports=exports.default;\\n}, {\"2559\":2559,\"2570\":2570,\"2571\":2571}];\\nwindow.modules[\"2799\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=startOfDecade;var _index=_interopRequireDefault(require(2570)),_index2=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function startOfDecade(e){(0,_index2.default)(1,arguments);var t=(0,_index.default)(e),r=t.getFullYear(),u=10*Math.floor(r/10);return t.setFullYear(u,0,1),t.setHours(0,0,0,0),t}module.exports=exports.default;\\n}, {\"2570\":2570,\"2571\":2571}];\\nwindow.modules[\"2800\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=startOfHour;var _index=_interopRequireDefault(require(2570)),_index2=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function startOfHour(e){(0,_index2.default)(1,arguments);var t=(0,_index.default)(e);return t.setMinutes(0,0,0),t}module.exports=exports.default;\\n}, {\"2570\":2570,\"2571\":2571}];\\nwindow.modules[\"2801\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=startOfSecond;var _index=_interopRequireDefault(require(2570)),_index2=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function startOfSecond(e){(0,_index2.default)(1,arguments);var t=(0,_index.default)(e);return t.setMilliseconds(0),t}module.exports=exports.default;\\n}, {\"2570\":2570,\"2571\":2571}];\\nwindow.modules[\"2802\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=sub;var _index=_interopRequireDefault(require(2805)),_index2=_interopRequireDefault(require(2808)),_index3=_interopRequireDefault(require(2571)),_index4=_interopRequireDefault(require(2559));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function sub(e,t){if((0,_index3.default)(2,arguments),!t||\"object\"!=typeof t)return new Date(NaN);var u=t.years?(0,_index4.default)(t.years):0,i=t.months?(0,_index4.default)(t.months):0,n=t.weeks?(0,_index4.default)(t.weeks):0,r=t.days?(0,_index4.default)(t.days):0,d=t.hours?(0,_index4.default)(t.hours):0,s=t.minutes?(0,_index4.default)(t.minutes):0,a=t.seconds?(0,_index4.default)(t.seconds):0,o=(0,_index2.default)(e,i+12*u),_=(0,_index.default)(o,r+7*n),l=1e3*(a+60*(s+60*d));return new Date(_.getTime()-l)}module.exports=exports.default;\\n}, {\"2559\":2559,\"2571\":2571,\"2805\":2805,\"2808\":2808}];\\nwindow.modules[\"2803\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=subHours;var _index=_interopRequireDefault(require(2559)),_index2=_interopRequireDefault(require(2589)),_index3=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function subHours(e,r){(0,_index3.default)(2,arguments);var u=(0,_index.default)(r);return(0,_index2.default)(e,-u)}module.exports=exports.default;\\n}, {\"2559\":2559,\"2571\":2571,\"2589\":2589}];\\nwindow.modules[\"2804\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=subBusinessDays;var _index=_interopRequireDefault(require(2585)),_index2=_interopRequireDefault(require(2571)),_index3=_interopRequireDefault(require(2559));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function subBusinessDays(e,u){(0,_index2.default)(2,arguments);var r=(0,_index3.default)(u);return(0,_index.default)(e,-r)}module.exports=exports.default;\\n}, {\"2559\":2559,\"2571\":2571,\"2585\":2585}];\\nwindow.modules[\"2805\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=subDays;var _index=_interopRequireDefault(require(2559)),_index2=_interopRequireDefault(require(2583)),_index3=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function subDays(e,r){(0,_index3.default)(2,arguments);var u=(0,_index.default)(r);return(0,_index2.default)(e,-u)}module.exports=exports.default;\\n}, {\"2559\":2559,\"2571\":2571,\"2583\":2583}];\\nwindow.modules[\"2806\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=subMinutes;var _index=_interopRequireDefault(require(2559)),_index2=_interopRequireDefault(require(2594)),_index3=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function subMinutes(e,u){(0,_index3.default)(2,arguments);var r=(0,_index.default)(u);return(0,_index2.default)(e,-r)}module.exports=exports.default;\\n}, {\"2559\":2559,\"2571\":2571,\"2594\":2594}];\\nwindow.modules[\"2807\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=subQuarters;var _index=_interopRequireDefault(require(2559)),_index2=_interopRequireDefault(require(2595)),_index3=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function subQuarters(e,r){(0,_index3.default)(2,arguments);var u=(0,_index.default)(r);return(0,_index2.default)(e,-u)}module.exports=exports.default;\\n}, {\"2559\":2559,\"2571\":2571,\"2595\":2595}];\\nwindow.modules[\"2808\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=subMonths;var _index=_interopRequireDefault(require(2559)),_index2=_interopRequireDefault(require(2584)),_index3=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function subMonths(e,r){(0,_index3.default)(2,arguments);var t=(0,_index.default)(r);return(0,_index2.default)(e,-t)}module.exports=exports.default;\\n}, {\"2559\":2559,\"2571\":2571,\"2584\":2584}];\\nwindow.modules[\"2809\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=subSeconds;var _index=_interopRequireDefault(require(2559)),_index2=_interopRequireDefault(require(2596)),_index3=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function subSeconds(e,r){(0,_index3.default)(2,arguments);var u=(0,_index.default)(r);return(0,_index2.default)(e,-u)}module.exports=exports.default;\\n}, {\"2559\":2559,\"2571\":2571,\"2596\":2596}];\\nwindow.modules[\"2810\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=subYears;var _index=_interopRequireDefault(require(2559)),_index2=_interopRequireDefault(require(2598)),_index3=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function subYears(e,r){(0,_index3.default)(2,arguments);var u=(0,_index.default)(r);return(0,_index2.default)(e,-u)}module.exports=exports.default;\\n}, {\"2559\":2559,\"2571\":2571,\"2598\":2598}];\\nwindow.modules[\"2811\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=subWeeks;var _index=_interopRequireDefault(require(2559)),_index2=_interopRequireDefault(require(2597)),_index3=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function subWeeks(e,r){(0,_index3.default)(2,arguments);var u=(0,_index.default)(r);return(0,_index2.default)(e,-u)}module.exports=exports.default;\\n}, {\"2559\":2559,\"2571\":2571,\"2597\":2597}];\\nwindow.modules[\"2812\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=weeksToDays;var _index=_interopRequireDefault(require(2571)),_index2=require(2607);function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function weeksToDays(e){return(0,_index.default)(1,arguments),Math.floor(e*_index2.daysInWeek)}module.exports=exports.default;\\n}, {\"2571\":2571,\"2607\":2607}];\\nwindow.modules[\"2813\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=yearsToQuarters;var _index=_interopRequireDefault(require(2571)),_index2=require(2607);function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function yearsToQuarters(e){return(0,_index.default)(1,arguments),Math.floor(e*_index2.quartersInYear)}module.exports=exports.default;\\n}, {\"2571\":2571,\"2607\":2607}];\\nwindow.modules[\"2814\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=yearsToMonths;var _index=_interopRequireDefault(require(2571)),_index2=require(2607);function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function yearsToMonths(e){return(0,_index.default)(1,arguments),Math.floor(e*_index2.monthsInYear)}module.exports=exports.default;\\n}, {\"2571\":2571,\"2607\":2607}];\\nwindow.modules[\"2815\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=lightFormat;var _index=_interopRequireDefault(require(2570)),_index2=_interopRequireDefault(require(2563)),_index3=_interopRequireDefault(require(2558)),_index4=_interopRequireDefault(require(2612)),_index5=_interopRequireDefault(require(2663)),_index6=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}var formattingTokensRegExp=/(\\\\w)\\\\1*|\\'\\'|\\'(\\'\\'|[^\\'])+(\\'|$)|./g,escapedStringRegExp=/^\\'([^]*?)\\'?$/,doubleQuoteRegExp=/\\'\\'/g,unescapedLatinCharacterRegExp=/[a-zA-Z]/;function lightFormat(e,r){(0,_index6.default)(2,arguments);var t=(0,_index.default)(e);if(!(0,_index4.default)(t))throw new RangeError(\"Invalid time value\");var i=(0,_index3.default)(t),n=(0,_index5.default)(t,i),a=r.match(formattingTokensRegExp);return a?a.map(function(e){if(\"\\'\\'\"===e)return\"\\'\";var r=e[0];if(\"\\'\"===r)return cleanEscapedString(e);var t=_index2.default[r];if(t)return t(n,e);if(r.match(unescapedLatinCharacterRegExp))throw new RangeError(\"Format string contains an unescaped latin alphabet character `\"+r+\"`\");return e}).join(\"\"):\"\"}function cleanEscapedString(e){var r=e.match(escapedStringRegExp);return r?r[1].replace(doubleQuoteRegExp,\"\\'\"):e}module.exports=exports.default;\\n}, {\"2558\":2558,\"2563\":2563,\"2570\":2570,\"2571\":2571,\"2612\":2612,\"2663\":2663}];\\nwindow.modules[\"2816\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=parse;var _index=_interopRequireDefault(require(2664)),_index2=_interopRequireDefault(require(2663)),_index3=_interopRequireDefault(require(2570)),_index4=_interopRequireDefault(require(2561)),_index5=_interopRequireDefault(require(2569)),_index6=_interopRequireDefault(require(2558)),_index7=require(2576),_index8=_interopRequireDefault(require(2559)),_index9=_interopRequireDefault(require(2832)),_index10=_interopRequireDefault(require(2571));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}var TIMEZONE_UNIT_PRIORITY=10,formattingTokensRegExp=/[yYQqMLwIdDecihHKkms]o|(\\\\w)\\\\1*|\\'\\'|\\'(\\'\\'|[^\\'])+(\\'|$)|./g,longFormattingTokensRegExp=/P+p+|P+|p+|\\'\\'|\\'(\\'\\'|[^\\'])+(\\'|$)|./g,escapedStringRegExp=/^\\'([^]*?)\\'?$/,doubleQuoteRegExp=/\\'\\'/g,notWhitespaceRegExp=/\\\\S/,unescapedLatinCharacterRegExp=/[a-zA-Z]/;function parse(e,t,r,n){(0,_index10.default)(3,arguments);var i=String(e),a=String(t),o=n||{},u=o.locale||_index.default;if(!u.match)throw new RangeError(\"locale must contain match property\");var s=u.options&&u.options.firstWeekContainsDate,l=null==s?1:(0,_index8.default)(s),d=null==o.firstWeekContainsDate?l:(0,_index8.default)(o.firstWeekContainsDate);if(!(d>=1&&d<=7))throw new RangeError(\"firstWeekContainsDate must be between 1 and 7 inclusively\");var f=u.options&&u.options.weekStartsOn,c=null==f?0:(0,_index8.default)(f),p=null==o.weekStartsOn?c:(0,_index8.default)(o.weekStartsOn);if(!(p>=0&&p<=6))throw new RangeError(\"weekStartsOn must be between 0 and 6 inclusively\");if(\"\"===a)return\"\"===i?(0,_index3.default)(r):new Date(NaN);var x,g={firstWeekContainsDate:d,weekStartsOn:p,locale:u},_=[{priority:TIMEZONE_UNIT_PRIORITY,subPriority:-1,set:dateToSystemTimezone,index:0}],m=a.match(longFormattingTokensRegExp).map(function(e){var t=e[0];return\"p\"===t||\"P\"===t?(0,_index5.default[t])(e,u.formatLong,g):e}).join(\"\").match(formattingTokensRegExp),h=[];for(x=0;x<m.length;x++){var T=m[x];!o.useAdditionalWeekYearTokens&&(0,_index7.isProtectedWeekYearToken)(T)&&(0,_index7.throwProtectedError)(T,a,e),!o.useAdditionalDayOfYearTokens&&(0,_index7.isProtectedDayOfYearToken)(T)&&(0,_index7.throwProtectedError)(T,a,e);var R=T[0],k=_index9.default[R];if(k){var v=k.incompatibleTokens;if(Array.isArray(v)){for(var w=void 0,D=0;D<h.length;D++){var E=h[D].token;if(-1!==v.indexOf(E)||E===R){w=h[D];break}}if(w)throw new RangeError(\"The format string mustn\\'t contain `\".concat(w.fullToken,\"` and `\").concat(T,\"` at the same time\"))}else if(\"*\"===k.incompatibleTokens&&h.length)throw new RangeError(\"The format string mustn\\'t contain `\".concat(T,\"` and any other token at the same time\"));h.push({token:R,fullToken:T});var b=k.parse(i,T,u.match,g);if(!b)return new Date(NaN);_.push({priority:k.priority,subPriority:k.subPriority||0,set:k.set,validate:k.validate,value:b.value,index:_.length}),i=b.rest}else{if(R.match(unescapedLatinCharacterRegExp))throw new RangeError(\"Format string contains an unescaped latin alphabet character `\"+R+\"`\");if(\"\\'\\'\"===T?T=\"\\'\":\"\\'\"===R&&(T=cleanEscapedString(T)),0!==i.indexOf(T))return new Date(NaN);i=i.slice(T.length)}}if(i.length>0&&notWhitespaceRegExp.test(i))return new Date(NaN);var q=_.map(function(e){return e.priority}).sort(function(e,t){return t-e}).filter(function(e,t,r){return r.indexOf(e)===t}).map(function(e){return _.filter(function(t){return t.priority===e}).sort(function(e,t){return t.subPriority-e.subPriority})}).map(function(e){return e[0]}),y=(0,_index3.default)(r);if(isNaN(y))return new Date(NaN);var N=(0,_index2.default)(y,(0,_index6.default)(y)),S={};for(x=0;x<q.length;x++){var O=q[x];if(O.validate&&!O.validate(N,O.value,g))return new Date(NaN);var P=O.set(N,S,O.value,g);P[0]?(N=P[0],(0,_index4.default)(S,P[1])):N=P}return N}function dateToSystemTimezone(e,t){if(t.timestampIsSet)return e;var r=new Date(0);return r.setFullYear(e.getUTCFullYear(),e.getUTCMonth(),e.getUTCDate()),r.setHours(e.getUTCHours(),e.getUTCMinutes(),e.getUTCSeconds(),e.getUTCMilliseconds()),r}function cleanEscapedString(e){return e.match(escapedStringRegExp)[1].replace(doubleQuoteRegExp,\"\\'\")}module.exports=exports.default;\\n}, {\"2558\":2558,\"2559\":2559,\"2561\":2561,\"2569\":2569,\"2570\":2570,\"2571\":2571,\"2576\":2576,\"2663\":2663,\"2664\":2664,\"2832\":2832}];\\nwindow.modules[\"2817\"] = [function(require,module,exports){\"use strict\";function buildFormatLongFn(t){return function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},r=e.width?String(e.width):t.defaultWidth;return t.formats[r]||t.formats[t.defaultWidth]}}Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=buildFormatLongFn,module.exports=exports.default;\\n}, {}];\\nwindow.modules[\"2818\"] = [function(require,module,exports){\"use strict\";function buildLocalizeFn(t){return function(e,a){var i,l=a||{};if(\"formatting\"===(l.context?String(l.context):\"standalone\")&&t.formattingValues){var r=t.defaultFormattingWidth||t.defaultWidth,n=l.width?String(l.width):r;i=t.formattingValues[n]||t.formattingValues[r]}else{var u=t.defaultWidth,d=l.width?String(l.width):t.defaultWidth;i=t.values[d]||t.values[u]}return i[t.argumentCallback?t.argumentCallback(e):e]}}Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=buildLocalizeFn,module.exports=exports.default;\\n}, {}];\\nwindow.modules[\"2819\"] = [function(require,module,exports){\"use strict\";function buildMatchFn(t){return function(e){var r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},a=r.width,n=a&&t.matchPatterns[a]||t.matchPatterns[t.defaultMatchWidth],u=e.match(n);if(!u)return null;var l,i=u[0],f=a&&t.parsePatterns[a]||t.parsePatterns[t.defaultParseWidth],s=Array.isArray(f)?findIndex(f,function(t){return t.test(i)}):findKey(f,function(t){return t.test(i)});return l=t.valueCallback?t.valueCallback(s):s,{value:l=r.valueCallback?r.valueCallback(l):l,rest:e.slice(i.length)}}}function findKey(t,e){for(var r in t)if(t.hasOwnProperty(r)&&e(t[r]))return r}function findIndex(t,e){for(var r=0;r<t.length;r++)if(e(t[r]))return r}Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=buildMatchFn,module.exports=exports.default;\\n}, {}];\\nwindow.modules[\"2820\"] = [function(require,module,exports){\"use strict\";function buildMatchPatternFn(e){return function(t){var a=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},l=t.match(e.matchPattern);if(!l)return null;var r=l[0],u=t.match(e.parsePattern);if(!u)return null;var n=e.valueCallback?e.valueCallback(u[0]):u[0];return{value:n=a.valueCallback?a.valueCallback(n):n,rest:t.slice(r.length)}}}Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=buildMatchPatternFn,module.exports=exports.default;\\n}, {}];\\nwindow.modules[\"2821\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=void 0;var formatDistanceLocale={lessThanXSeconds:{one:\"less than a second\",other:\"less than {{count}} seconds\"},xSeconds:{one:\"1 second\",other:\"{{count}} seconds\"},halfAMinute:\"half a minute\",lessThanXMinutes:{one:\"less than a minute\",other:\"less than {{count}} minutes\"},xMinutes:{one:\"1 minute\",other:\"{{count}} minutes\"},aboutXHours:{one:\"about 1 hour\",other:\"about {{count}} hours\"},xHours:{one:\"1 hour\",other:\"{{count}} hours\"},xDays:{one:\"1 day\",other:\"{{count}} days\"},aboutXWeeks:{one:\"about 1 week\",other:\"about {{count}} weeks\"},xWeeks:{one:\"1 week\",other:\"{{count}} weeks\"},aboutXMonths:{one:\"about 1 month\",other:\"about {{count}} months\"},xMonths:{one:\"1 month\",other:\"{{count}} months\"},aboutXYears:{one:\"about 1 year\",other:\"about {{count}} years\"},xYears:{one:\"1 year\",other:\"{{count}} years\"},overXYears:{one:\"over 1 year\",other:\"over {{count}} years\"},almostXYears:{one:\"almost 1 year\",other:\"almost {{count}} years\"}},formatDistance=function(e,o,t){var n,a=formatDistanceLocale[e];return n=\"string\"==typeof a?a:1===o?a.one:a.other.replace(\"{{count}}\",o.toString()),null!=t&&t.addSuffix?t.comparison&&t.comparison>0?\"in \"+n:n+\" ago\":n},_default=formatDistance;exports.default=_default,module.exports=exports.default;\\n}, {}];\\nwindow.modules[\"2822\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=void 0;var _index=_interopRequireDefault(require(2817));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}var dateFormats={full:\"EEEE, MMMM do, y\",long:\"MMMM do, y\",medium:\"MMM d, y\",short:\"MM/dd/yyyy\"},timeFormats={full:\"h:mm:ss a zzzz\",long:\"h:mm:ss a z\",medium:\"h:mm:ss a\",short:\"h:mm a\"},dateTimeFormats={full:\"{{date}} \\'at\\' {{time}}\",long:\"{{date}} \\'at\\' {{time}}\",medium:\"{{date}}, {{time}}\",short:\"{{date}}, {{time}}\"},formatLong={date:(0,_index.default)({formats:dateFormats,defaultWidth:\"full\"}),time:(0,_index.default)({formats:timeFormats,defaultWidth:\"full\"}),dateTime:(0,_index.default)({formats:dateTimeFormats,defaultWidth:\"full\"})},_default=formatLong;exports.default=_default,module.exports=exports.default;\\n}, {\"2817\":2817}];\\nwindow.modules[\"2823\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=void 0;var formatRelativeLocale={lastWeek:\"\\'last\\' eeee \\'at\\' p\",yesterday:\"\\'yesterday at\\' p\",today:\"\\'today at\\' p\",tomorrow:\"\\'tomorrow at\\' p\",nextWeek:\"eeee \\'at\\' p\",other:\"P\"},formatRelative=function(e,t,a,o){return formatRelativeLocale[e]},_default=formatRelative;exports.default=_default,module.exports=exports.default;\\n}, {}];\\nwindow.modules[\"2824\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=void 0;var _index=_interopRequireDefault(require(2818));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}var eraValues={narrow:[\"B\",\"A\"],abbreviated:[\"BC\",\"AD\"],wide:[\"Before Christ\",\"Anno Domini\"]},quarterValues={narrow:[\"1\",\"2\",\"3\",\"4\"],abbreviated:[\"Q1\",\"Q2\",\"Q3\",\"Q4\"],wide:[\"1st quarter\",\"2nd quarter\",\"3rd quarter\",\"4th quarter\"]},monthValues={narrow:[\"J\",\"F\",\"M\",\"A\",\"M\",\"J\",\"J\",\"A\",\"S\",\"O\",\"N\",\"D\"],abbreviated:[\"Jan\",\"Feb\",\"Mar\",\"Apr\",\"May\",\"Jun\",\"Jul\",\"Aug\",\"Sep\",\"Oct\",\"Nov\",\"Dec\"],wide:[\"January\",\"February\",\"March\",\"April\",\"May\",\"June\",\"July\",\"August\",\"September\",\"October\",\"November\",\"December\"]},dayValues={narrow:[\"S\",\"M\",\"T\",\"W\",\"T\",\"F\",\"S\"],short:[\"Su\",\"Mo\",\"Tu\",\"We\",\"Th\",\"Fr\",\"Sa\"],abbreviated:[\"Sun\",\"Mon\",\"Tue\",\"Wed\",\"Thu\",\"Fri\",\"Sat\"],wide:[\"Sunday\",\"Monday\",\"Tuesday\",\"Wednesday\",\"Thursday\",\"Friday\",\"Saturday\"]},dayPeriodValues={narrow:{am:\"a\",pm:\"p\",midnight:\"mi\",noon:\"n\",morning:\"morning\",afternoon:\"afternoon\",evening:\"evening\",night:\"night\"},abbreviated:{am:\"AM\",pm:\"PM\",midnight:\"midnight\",noon:\"noon\",morning:\"morning\",afternoon:\"afternoon\",evening:\"evening\",night:\"night\"},wide:{am:\"a.m.\",pm:\"p.m.\",midnight:\"midnight\",noon:\"noon\",morning:\"morning\",afternoon:\"afternoon\",evening:\"evening\",night:\"night\"}},formattingDayPeriodValues={narrow:{am:\"a\",pm:\"p\",midnight:\"mi\",noon:\"n\",morning:\"in the morning\",afternoon:\"in the afternoon\",evening:\"in the evening\",night:\"at night\"},abbreviated:{am:\"AM\",pm:\"PM\",midnight:\"midnight\",noon:\"noon\",morning:\"in the morning\",afternoon:\"in the afternoon\",evening:\"in the evening\",night:\"at night\"},wide:{am:\"a.m.\",pm:\"p.m.\",midnight:\"midnight\",noon:\"noon\",morning:\"in the morning\",afternoon:\"in the afternoon\",evening:\"in the evening\",night:\"at night\"}},ordinalNumber=function(e,n){var a=Number(e),i=a%100;if(i>20||i<10)switch(i%10){case 1:return a+\"st\";case 2:return a+\"nd\";case 3:return a+\"rd\"}return a+\"th\"},localize={ordinalNumber:ordinalNumber,era:(0,_index.default)({values:eraValues,defaultWidth:\"wide\"}),quarter:(0,_index.default)({values:quarterValues,defaultWidth:\"wide\",argumentCallback:function(e){return e-1}}),month:(0,_index.default)({values:monthValues,defaultWidth:\"wide\"}),day:(0,_index.default)({values:dayValues,defaultWidth:\"wide\"}),dayPeriod:(0,_index.default)({values:dayPeriodValues,defaultWidth:\"wide\",formattingValues:formattingDayPeriodValues,defaultFormattingWidth:\"wide\"})},_default=localize;exports.default=_default,module.exports=exports.default;\\n}, {\"2818\":2818}];\\nwindow.modules[\"2825\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=void 0;var _index=_interopRequireDefault(require(2819)),_index2=_interopRequireDefault(require(2820));function _interopRequireDefault(a){return a&&a.__esModule?a:{default:a}}var matchOrdinalNumberPattern=/^(\\\\d+)(th|st|nd|rd)?/i,parseOrdinalNumberPattern=/\\\\d+/i,matchEraPatterns={narrow:/^(b|a)/i,abbreviated:/^(b\\\\.?\\\\s?c\\\\.?|b\\\\.?\\\\s?c\\\\.?\\\\s?e\\\\.?|a\\\\.?\\\\s?d\\\\.?|c\\\\.?\\\\s?e\\\\.?)/i,wide:/^(before christ|before common era|anno domini|common era)/i},parseEraPatterns={any:[/^b/i,/^(a|c)/i]},matchQuarterPatterns={narrow:/^[1234]/i,abbreviated:/^q[1234]/i,wide:/^[1234](th|st|nd|rd)? quarter/i},parseQuarterPatterns={any:[/1/i,/2/i,/3/i,/4/i]},matchMonthPatterns={narrow:/^[jfmasond]/i,abbreviated:/^(jan|feb|mar|apr|may|jun|jul|aug|sep|oct|nov|dec)/i,wide:/^(january|february|march|april|may|june|july|august|september|october|november|december)/i},parseMonthPatterns={narrow:[/^j/i,/^f/i,/^m/i,/^a/i,/^m/i,/^j/i,/^j/i,/^a/i,/^s/i,/^o/i,/^n/i,/^d/i],any:[/^ja/i,/^f/i,/^mar/i,/^ap/i,/^may/i,/^jun/i,/^jul/i,/^au/i,/^s/i,/^o/i,/^n/i,/^d/i]},matchDayPatterns={narrow:/^[smtwf]/i,short:/^(su|mo|tu|we|th|fr|sa)/i,abbreviated:/^(sun|mon|tue|wed|thu|fri|sat)/i,wide:/^(sunday|monday|tuesday|wednesday|thursday|friday|saturday)/i},parseDayPatterns={narrow:[/^s/i,/^m/i,/^t/i,/^w/i,/^t/i,/^f/i,/^s/i],any:[/^su/i,/^m/i,/^tu/i,/^w/i,/^th/i,/^f/i,/^sa/i]},matchDayPeriodPatterns={narrow:/^(a|p|mi|n|(in the|at) (morning|afternoon|evening|night))/i,any:/^([ap]\\\\.?\\\\s?m\\\\.?|midnight|noon|(in the|at) (morning|afternoon|evening|night))/i},parseDayPeriodPatterns={any:{am:/^a/i,pm:/^p/i,midnight:/^mi/i,noon:/^no/i,morning:/morning/i,afternoon:/afternoon/i,evening:/evening/i,night:/night/i}},match={ordinalNumber:(0,_index2.default)({matchPattern:matchOrdinalNumberPattern,parsePattern:parseOrdinalNumberPattern,valueCallback:function(a){return parseInt(a,10)}}),era:(0,_index.default)({matchPatterns:matchEraPatterns,defaultMatchWidth:\"wide\",parsePatterns:parseEraPatterns,defaultParseWidth:\"any\"}),quarter:(0,_index.default)({matchPatterns:matchQuarterPatterns,defaultMatchWidth:\"wide\",parsePatterns:parseQuarterPatterns,defaultParseWidth:\"any\",valueCallback:function(a){return a+1}}),month:(0,_index.default)({matchPatterns:matchMonthPatterns,defaultMatchWidth:\"wide\",parsePatterns:parseMonthPatterns,defaultParseWidth:\"any\"}),day:(0,_index.default)({matchPatterns:matchDayPatterns,defaultMatchWidth:\"wide\",parsePatterns:parseDayPatterns,defaultParseWidth:\"any\"}),dayPeriod:(0,_index.default)({matchPatterns:matchDayPeriodPatterns,defaultMatchWidth:\"any\",parsePatterns:parseDayPeriodPatterns,defaultParseWidth:\"any\"})},_default=match;exports.default=_default,module.exports=exports.default;\\n}, {\"2819\":2819,\"2820\":2820}];\\nwindow.modules[\"2832\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=void 0;var _index=_interopRequireDefault(require(2566)),_index2=_interopRequireDefault(require(2578)),_index3=_interopRequireDefault(require(2579)),_index4=_interopRequireDefault(require(2580)),_index5=_interopRequireDefault(require(2581)),_index6=_interopRequireDefault(require(2572)),_index7=_interopRequireDefault(require(2574));function _interopRequireDefault(t){return t&&t.__esModule?t:{default:t}}var MILLISECONDS_IN_HOUR=36e5,MILLISECONDS_IN_MINUTE=6e4,MILLISECONDS_IN_SECOND=1e3,numericPatterns={month:/^(1[0-2]|0?\\\\d)/,date:/^(3[0-1]|[0-2]?\\\\d)/,dayOfYear:/^(36[0-6]|3[0-5]\\\\d|[0-2]?\\\\d?\\\\d)/,week:/^(5[0-3]|[0-4]?\\\\d)/,hour23h:/^(2[0-3]|[0-1]?\\\\d)/,hour24h:/^(2[0-4]|[0-1]?\\\\d)/,hour11h:/^(1[0-1]|0?\\\\d)/,hour12h:/^(1[0-2]|0?\\\\d)/,minute:/^[0-5]?\\\\d/,second:/^[0-5]?\\\\d/,singleDigit:/^\\\\d/,twoDigits:/^\\\\d{1,2}/,threeDigits:/^\\\\d{1,3}/,fourDigits:/^\\\\d{1,4}/,anyDigitsSigned:/^-?\\\\d+/,singleDigitSigned:/^-?\\\\d/,twoDigitsSigned:/^-?\\\\d{1,2}/,threeDigitsSigned:/^-?\\\\d{1,3}/,fourDigitsSigned:/^-?\\\\d{1,4}/},timezonePatterns={basicOptionalMinutes:/^([+-])(\\\\d{2})(\\\\d{2})?|Z/,basic:/^([+-])(\\\\d{2})(\\\\d{2})|Z/,basicOptionalSeconds:/^([+-])(\\\\d{2})(\\\\d{2})((\\\\d{2}))?|Z/,extended:/^([+-])(\\\\d{2}):(\\\\d{2})|Z/,extendedOptionalSeconds:/^([+-])(\\\\d{2}):(\\\\d{2})(:(\\\\d{2}))?|Z/};function parseNumericPattern(t,e,r){var n=e.match(t);if(!n)return null;var a=parseInt(n[0],10);return{value:r?r(a):a,rest:e.slice(n[0].length)}}function parseTimezonePattern(t,e){var r=e.match(t);if(!r)return null;if(\"Z\"===r[0])return{value:0,rest:e.slice(1)};var n=\"+\"===r[1]?1:-1,a=r[2]?parseInt(r[2],10):0,i=r[3]?parseInt(r[3],10):0,o=r[5]?parseInt(r[5],10):0;return{value:n*(a*MILLISECONDS_IN_HOUR+i*MILLISECONDS_IN_MINUTE+o*MILLISECONDS_IN_SECOND),rest:e.slice(r[0].length)}}function parseAnyDigitsSigned(t,e){return parseNumericPattern(numericPatterns.anyDigitsSigned,t,e)}function parseNDigits(t,e,r){switch(t){case 1:return parseNumericPattern(numericPatterns.singleDigit,e,r);case 2:return parseNumericPattern(numericPatterns.twoDigits,e,r);case 3:return parseNumericPattern(numericPatterns.threeDigits,e,r);case 4:return parseNumericPattern(numericPatterns.fourDigits,e,r);default:return parseNumericPattern(new RegExp(\"^\\\\\\\\d{1,\"+t+\"}\"),e,r)}}function parseNDigitsSigned(t,e,r){switch(t){case 1:return parseNumericPattern(numericPatterns.singleDigitSigned,e,r);case 2:return parseNumericPattern(numericPatterns.twoDigitsSigned,e,r);case 3:return parseNumericPattern(numericPatterns.threeDigitsSigned,e,r);case 4:return parseNumericPattern(numericPatterns.fourDigitsSigned,e,r);default:return parseNumericPattern(new RegExp(\"^-?\\\\\\\\d{1,\"+t+\"}\"),e,r)}}function dayPeriodEnumToHours(t){switch(t){case\"morning\":return 4;case\"evening\":return 17;case\"pm\":case\"noon\":case\"afternoon\":return 12;case\"am\":case\"midnight\":case\"night\":default:return 0}}function normalizeTwoDigitYear(t,e){var r,n=e>0,a=n?e:1-e;if(a<=50)r=t||100;else{var i=a+50;r=t+100*Math.floor(i/100)-(t>=i%100?100:0)}return n?r:1-r}var DAYS_IN_MONTH=[31,28,31,30,31,30,31,31,30,31,30,31],DAYS_IN_MONTH_LEAP_YEAR=[31,29,31,30,31,30,31,31,30,31,30,31];function isLeapYearIndex(t){return t%400==0||t%4==0&&t%100!=0}var parsers={G:{priority:140,parse:function(t,e,r,n){switch(e){case\"G\":case\"GG\":case\"GGG\":return r.era(t,{width:\"abbreviated\"})||r.era(t,{width:\"narrow\"});case\"GGGGG\":return r.era(t,{width:\"narrow\"});case\"GGGG\":default:return r.era(t,{width:\"wide\"})||r.era(t,{width:\"abbreviated\"})||r.era(t,{width:\"narrow\"})}},set:function(t,e,r,n){return e.era=r,t.setUTCFullYear(r,0,1),t.setUTCHours(0,0,0,0),t},incompatibleTokens:[\"R\",\"u\",\"t\",\"T\"]},y:{priority:130,parse:function(t,e,r,n){var a=function(t){return{year:t,isTwoDigitYear:\"yy\"===e}};switch(e){case\"y\":return parseNDigits(4,t,a);case\"yo\":return r.ordinalNumber(t,{unit:\"year\",valueCallback:a});default:return parseNDigits(e.length,t,a)}},validate:function(t,e,r){return e.isTwoDigitYear||e.year>0},set:function(t,e,r,n){var a=t.getUTCFullYear();if(r.isTwoDigitYear){var i=normalizeTwoDigitYear(r.year,a);return t.setUTCFullYear(i,0,1),t.setUTCHours(0,0,0,0),t}var o=\"era\"in e&&1!==e.era?1-r.year:r.year;return t.setUTCFullYear(o,0,1),t.setUTCHours(0,0,0,0),t},incompatibleTokens:[\"Y\",\"R\",\"u\",\"w\",\"I\",\"i\",\"e\",\"c\",\"t\",\"T\"]},Y:{priority:130,parse:function(t,e,r,n){var a=function(t){return{year:t,isTwoDigitYear:\"YY\"===e}};switch(e){case\"Y\":return parseNDigits(4,t,a);case\"Yo\":return r.ordinalNumber(t,{unit:\"year\",valueCallback:a});default:return parseNDigits(e.length,t,a)}},validate:function(t,e,r){return e.isTwoDigitYear||e.year>0},set:function(t,e,r,n){var a=(0,_index.default)(t,n);if(r.isTwoDigitYear){var i=normalizeTwoDigitYear(r.year,a);return t.setUTCFullYear(i,0,n.firstWeekContainsDate),t.setUTCHours(0,0,0,0),(0,_index7.default)(t,n)}var o=\"era\"in e&&1!==e.era?1-r.year:r.year;return t.setUTCFullYear(o,0,n.firstWeekContainsDate),t.setUTCHours(0,0,0,0),(0,_index7.default)(t,n)},incompatibleTokens:[\"y\",\"R\",\"u\",\"Q\",\"q\",\"M\",\"L\",\"I\",\"d\",\"D\",\"i\",\"t\",\"T\"]},R:{priority:130,parse:function(t,e,r,n){return parseNDigitsSigned(\"R\"===e?4:e.length,t)},set:function(t,e,r,n){var a=new Date(0);return a.setUTCFullYear(r,0,4),a.setUTCHours(0,0,0,0),(0,_index6.default)(a)},incompatibleTokens:[\"G\",\"y\",\"Y\",\"u\",\"Q\",\"q\",\"M\",\"L\",\"w\",\"d\",\"D\",\"e\",\"c\",\"t\",\"T\"]},u:{priority:130,parse:function(t,e,r,n){return parseNDigitsSigned(\"u\"===e?4:e.length,t)},set:function(t,e,r,n){return t.setUTCFullYear(r,0,1),t.setUTCHours(0,0,0,0),t},incompatibleTokens:[\"G\",\"y\",\"Y\",\"R\",\"w\",\"I\",\"i\",\"e\",\"c\",\"t\",\"T\"]},Q:{priority:120,parse:function(t,e,r,n){switch(e){case\"Q\":case\"QQ\":return parseNDigits(e.length,t);case\"Qo\":return r.ordinalNumber(t,{unit:\"quarter\"});case\"QQQ\":return r.quarter(t,{width:\"abbreviated\",context:\"formatting\"})||r.quarter(t,{width:\"narrow\",context:\"formatting\"});case\"QQQQQ\":return r.quarter(t,{width:\"narrow\",context:\"formatting\"});case\"QQQQ\":default:return r.quarter(t,{width:\"wide\",context:\"formatting\"})||r.quarter(t,{width:\"abbreviated\",context:\"formatting\"})||r.quarter(t,{width:\"narrow\",context:\"formatting\"})}},validate:function(t,e,r){return e>=1&&e<=4},set:function(t,e,r,n){return t.setUTCMonth(3*(r-1),1),t.setUTCHours(0,0,0,0),t},incompatibleTokens:[\"Y\",\"R\",\"q\",\"M\",\"L\",\"w\",\"I\",\"d\",\"D\",\"i\",\"e\",\"c\",\"t\",\"T\"]},q:{priority:120,parse:function(t,e,r,n){switch(e){case\"q\":case\"qq\":return parseNDigits(e.length,t);case\"qo\":return r.ordinalNumber(t,{unit:\"quarter\"});case\"qqq\":return r.quarter(t,{width:\"abbreviated\",context:\"standalone\"})||r.quarter(t,{width:\"narrow\",context:\"standalone\"});case\"qqqqq\":return r.quarter(t,{width:\"narrow\",context:\"standalone\"});case\"qqqq\":default:return r.quarter(t,{width:\"wide\",context:\"standalone\"})||r.quarter(t,{width:\"abbreviated\",context:\"standalone\"})||r.quarter(t,{width:\"narrow\",context:\"standalone\"})}},validate:function(t,e,r){return e>=1&&e<=4},set:function(t,e,r,n){return t.setUTCMonth(3*(r-1),1),t.setUTCHours(0,0,0,0),t},incompatibleTokens:[\"Y\",\"R\",\"Q\",\"M\",\"L\",\"w\",\"I\",\"d\",\"D\",\"i\",\"e\",\"c\",\"t\",\"T\"]},M:{priority:110,parse:function(t,e,r,n){var a=function(t){return t-1};switch(e){case\"M\":return parseNumericPattern(numericPatterns.month,t,a);case\"MM\":return parseNDigits(2,t,a);case\"Mo\":return r.ordinalNumber(t,{unit:\"month\",valueCallback:a});case\"MMM\":return r.month(t,{width:\"abbreviated\",context:\"formatting\"})||r.month(t,{width:\"narrow\",context:\"formatting\"});case\"MMMMM\":return r.month(t,{width:\"narrow\",context:\"formatting\"});case\"MMMM\":default:return r.month(t,{width:\"wide\",context:\"formatting\"})||r.month(t,{width:\"abbreviated\",context:\"formatting\"})||r.month(t,{width:\"narrow\",context:\"formatting\"})}},validate:function(t,e,r){return e>=0&&e<=11},set:function(t,e,r,n){return t.setUTCMonth(r,1),t.setUTCHours(0,0,0,0),t},incompatibleTokens:[\"Y\",\"R\",\"q\",\"Q\",\"L\",\"w\",\"I\",\"D\",\"i\",\"e\",\"c\",\"t\",\"T\"]},L:{priority:110,parse:function(t,e,r,n){var a=function(t){return t-1};switch(e){case\"L\":return parseNumericPattern(numericPatterns.month,t,a);case\"LL\":return parseNDigits(2,t,a);case\"Lo\":return r.ordinalNumber(t,{unit:\"month\",valueCallback:a});case\"LLL\":return r.month(t,{width:\"abbreviated\",context:\"standalone\"})||r.month(t,{width:\"narrow\",context:\"standalone\"});case\"LLLLL\":return r.month(t,{width:\"narrow\",context:\"standalone\"});case\"LLLL\":default:return r.month(t,{width:\"wide\",context:\"standalone\"})||r.month(t,{width:\"abbreviated\",context:\"standalone\"})||r.month(t,{width:\"narrow\",context:\"standalone\"})}},validate:function(t,e,r){return e>=0&&e<=11},set:function(t,e,r,n){return t.setUTCMonth(r,1),t.setUTCHours(0,0,0,0),t},incompatibleTokens:[\"Y\",\"R\",\"q\",\"Q\",\"M\",\"w\",\"I\",\"D\",\"i\",\"e\",\"c\",\"t\",\"T\"]},w:{priority:100,parse:function(t,e,r,n){switch(e){case\"w\":return parseNumericPattern(numericPatterns.week,t);case\"wo\":return r.ordinalNumber(t,{unit:\"week\"});default:return parseNDigits(e.length,t)}},validate:function(t,e,r){return e>=1&&e<=53},set:function(t,e,r,n){return(0,_index7.default)((0,_index5.default)(t,r,n),n)},incompatibleTokens:[\"y\",\"R\",\"u\",\"q\",\"Q\",\"M\",\"L\",\"I\",\"d\",\"D\",\"i\",\"t\",\"T\"]},I:{priority:100,parse:function(t,e,r,n){switch(e){case\"I\":return parseNumericPattern(numericPatterns.week,t);case\"Io\":return r.ordinalNumber(t,{unit:\"week\"});default:return parseNDigits(e.length,t)}},validate:function(t,e,r){return e>=1&&e<=53},set:function(t,e,r,n){return(0,_index6.default)((0,_index4.default)(t,r,n),n)},incompatibleTokens:[\"y\",\"Y\",\"u\",\"q\",\"Q\",\"M\",\"L\",\"w\",\"d\",\"D\",\"e\",\"c\",\"t\",\"T\"]},d:{priority:90,subPriority:1,parse:function(t,e,r,n){switch(e){case\"d\":return parseNumericPattern(numericPatterns.date,t);case\"do\":return r.ordinalNumber(t,{unit:\"date\"});default:return parseNDigits(e.length,t)}},validate:function(t,e,r){var n=isLeapYearIndex(t.getUTCFullYear()),a=t.getUTCMonth();return n?e>=1&&e<=DAYS_IN_MONTH_LEAP_YEAR[a]:e>=1&&e<=DAYS_IN_MONTH[a]},set:function(t,e,r,n){return t.setUTCDate(r),t.setUTCHours(0,0,0,0),t},incompatibleTokens:[\"Y\",\"R\",\"q\",\"Q\",\"w\",\"I\",\"D\",\"i\",\"e\",\"c\",\"t\",\"T\"]},D:{priority:90,subPriority:1,parse:function(t,e,r,n){switch(e){case\"D\":case\"DD\":return parseNumericPattern(numericPatterns.dayOfYear,t);case\"Do\":return r.ordinalNumber(t,{unit:\"date\"});default:return parseNDigits(e.length,t)}},validate:function(t,e,r){return isLeapYearIndex(t.getUTCFullYear())?e>=1&&e<=366:e>=1&&e<=365},set:function(t,e,r,n){return t.setUTCMonth(0,r),t.setUTCHours(0,0,0,0),t},incompatibleTokens:[\"Y\",\"R\",\"q\",\"Q\",\"M\",\"L\",\"w\",\"I\",\"d\",\"E\",\"i\",\"e\",\"c\",\"t\",\"T\"]},E:{priority:90,parse:function(t,e,r,n){switch(e){case\"E\":case\"EE\":case\"EEE\":return r.day(t,{width:\"abbreviated\",context:\"formatting\"})||r.day(t,{width:\"short\",context:\"formatting\"})||r.day(t,{width:\"narrow\",context:\"formatting\"});case\"EEEEE\":return r.day(t,{width:\"narrow\",context:\"formatting\"});case\"EEEEEE\":return r.day(t,{width:\"short\",context:\"formatting\"})||r.day(t,{width:\"narrow\",context:\"formatting\"});case\"EEEE\":default:return r.day(t,{width:\"wide\",context:\"formatting\"})||r.day(t,{width:\"abbreviated\",context:\"formatting\"})||r.day(t,{width:\"short\",context:\"formatting\"})||r.day(t,{width:\"narrow\",context:\"formatting\"})}},validate:function(t,e,r){return e>=0&&e<=6},set:function(t,e,r,n){return(t=(0,_index2.default)(t,r,n)).setUTCHours(0,0,0,0),t},incompatibleTokens:[\"D\",\"i\",\"e\",\"c\",\"t\",\"T\"]},e:{priority:90,parse:function(t,e,r,n){var a=function(t){var e=7*Math.floor((t-1)/7);return(t+n.weekStartsOn+6)%7+e};switch(e){case\"e\":case\"ee\":return parseNDigits(e.length,t,a);case\"eo\":return r.ordinalNumber(t,{unit:\"day\",valueCallback:a});case\"eee\":return r.day(t,{width:\"abbreviated\",context:\"formatting\"})||r.day(t,{width:\"short\",context:\"formatting\"})||r.day(t,{width:\"narrow\",context:\"formatting\"});case\"eeeee\":return r.day(t,{width:\"narrow\",context:\"formatting\"});case\"eeeeee\":return r.day(t,{width:\"short\",context:\"formatting\"})||r.day(t,{width:\"narrow\",context:\"formatting\"});case\"eeee\":default:return r.day(t,{width:\"wide\",context:\"formatting\"})||r.day(t,{width:\"abbreviated\",context:\"formatting\"})||r.day(t,{width:\"short\",context:\"formatting\"})||r.day(t,{width:\"narrow\",context:\"formatting\"})}},validate:function(t,e,r){return e>=0&&e<=6},set:function(t,e,r,n){return(t=(0,_index2.default)(t,r,n)).setUTCHours(0,0,0,0),t},incompatibleTokens:[\"y\",\"R\",\"u\",\"q\",\"Q\",\"M\",\"L\",\"I\",\"d\",\"D\",\"E\",\"i\",\"c\",\"t\",\"T\"]},c:{priority:90,parse:function(t,e,r,n){var a=function(t){var e=7*Math.floor((t-1)/7);return(t+n.weekStartsOn+6)%7+e};switch(e){case\"c\":case\"cc\":return parseNDigits(e.length,t,a);case\"co\":return r.ordinalNumber(t,{unit:\"day\",valueCallback:a});case\"ccc\":return r.day(t,{width:\"abbreviated\",context:\"standalone\"})||r.day(t,{width:\"short\",context:\"standalone\"})||r.day(t,{width:\"narrow\",context:\"standalone\"});case\"ccccc\":return r.day(t,{width:\"narrow\",context:\"standalone\"});case\"cccccc\":return r.day(t,{width:\"short\",context:\"standalone\"})||r.day(t,{width:\"narrow\",context:\"standalone\"});case\"cccc\":default:return r.day(t,{width:\"wide\",context:\"standalone\"})||r.day(t,{width:\"abbreviated\",context:\"standalone\"})||r.day(t,{width:\"short\",context:\"standalone\"})||r.day(t,{width:\"narrow\",context:\"standalone\"})}},validate:function(t,e,r){return e>=0&&e<=6},set:function(t,e,r,n){return(t=(0,_index2.default)(t,r,n)).setUTCHours(0,0,0,0),t},incompatibleTokens:[\"y\",\"R\",\"u\",\"q\",\"Q\",\"M\",\"L\",\"I\",\"d\",\"D\",\"E\",\"i\",\"e\",\"t\",\"T\"]},i:{priority:90,parse:function(t,e,r,n){var a=function(t){return 0===t?7:t};switch(e){case\"i\":case\"ii\":return parseNDigits(e.length,t);case\"io\":return r.ordinalNumber(t,{unit:\"day\"});case\"iii\":return r.day(t,{width:\"abbreviated\",context:\"formatting\",valueCallback:a})||r.day(t,{width:\"short\",context:\"formatting\",valueCallback:a})||r.day(t,{width:\"narrow\",context:\"formatting\",valueCallback:a});case\"iiiii\":return r.day(t,{width:\"narrow\",context:\"formatting\",valueCallback:a});case\"iiiiii\":return r.day(t,{width:\"short\",context:\"formatting\",valueCallback:a})||r.day(t,{width:\"narrow\",context:\"formatting\",valueCallback:a});case\"iiii\":default:return r.day(t,{width:\"wide\",context:\"formatting\",valueCallback:a})||r.day(t,{width:\"abbreviated\",context:\"formatting\",valueCallback:a})||r.day(t,{width:\"short\",context:\"formatting\",valueCallback:a})||r.day(t,{width:\"narrow\",context:\"formatting\",valueCallback:a})}},validate:function(t,e,r){return e>=1&&e<=7},set:function(t,e,r,n){return(t=(0,_index3.default)(t,r,n)).setUTCHours(0,0,0,0),t},incompatibleTokens:[\"y\",\"Y\",\"u\",\"q\",\"Q\",\"M\",\"L\",\"w\",\"d\",\"D\",\"E\",\"e\",\"c\",\"t\",\"T\"]},a:{priority:80,parse:function(t,e,r,n){switch(e){case\"a\":case\"aa\":case\"aaa\":return r.dayPeriod(t,{width:\"abbreviated\",context:\"formatting\"})||r.dayPeriod(t,{width:\"narrow\",context:\"formatting\"});case\"aaaaa\":return r.dayPeriod(t,{width:\"narrow\",context:\"formatting\"});case\"aaaa\":default:return r.dayPeriod(t,{width:\"wide\",context:\"formatting\"})||r.dayPeriod(t,{width:\"abbreviated\",context:\"formatting\"})||r.dayPeriod(t,{width:\"narrow\",context:\"formatting\"})}},set:function(t,e,r,n){return t.setUTCHours(dayPeriodEnumToHours(r),0,0,0),t},incompatibleTokens:[\"b\",\"B\",\"H\",\"k\",\"t\",\"T\"]},b:{priority:80,parse:function(t,e,r,n){switch(e){case\"b\":case\"bb\":case\"bbb\":return r.dayPeriod(t,{width:\"abbreviated\",context:\"formatting\"})||r.dayPeriod(t,{width:\"narrow\",context:\"formatting\"});case\"bbbbb\":return r.dayPeriod(t,{width:\"narrow\",context:\"formatting\"});case\"bbbb\":default:return r.dayPeriod(t,{width:\"wide\",context:\"formatting\"})||r.dayPeriod(t,{width:\"abbreviated\",context:\"formatting\"})||r.dayPeriod(t,{width:\"narrow\",context:\"formatting\"})}},set:function(t,e,r,n){return t.setUTCHours(dayPeriodEnumToHours(r),0,0,0),t},incompatibleTokens:[\"a\",\"B\",\"H\",\"k\",\"t\",\"T\"]},B:{priority:80,parse:function(t,e,r,n){switch(e){case\"B\":case\"BB\":case\"BBB\":return r.dayPeriod(t,{width:\"abbreviated\",context:\"formatting\"})||r.dayPeriod(t,{width:\"narrow\",context:\"formatting\"});case\"BBBBB\":return r.dayPeriod(t,{width:\"narrow\",context:\"formatting\"});case\"BBBB\":default:return r.dayPeriod(t,{width:\"wide\",context:\"formatting\"})||r.dayPeriod(t,{width:\"abbreviated\",context:\"formatting\"})||r.dayPeriod(t,{width:\"narrow\",context:\"formatting\"})}},set:function(t,e,r,n){return t.setUTCHours(dayPeriodEnumToHours(r),0,0,0),t},incompatibleTokens:[\"a\",\"b\",\"t\",\"T\"]},h:{priority:70,parse:function(t,e,r,n){switch(e){case\"h\":return parseNumericPattern(numericPatterns.hour12h,t);case\"ho\":return r.ordinalNumber(t,{unit:\"hour\"});default:return parseNDigits(e.length,t)}},validate:function(t,e,r){return e>=1&&e<=12},set:function(t,e,r,n){var a=t.getUTCHours()>=12;return a&&r<12?t.setUTCHours(r+12,0,0,0):a||12!==r?t.setUTCHours(r,0,0,0):t.setUTCHours(0,0,0,0),t},incompatibleTokens:[\"H\",\"K\",\"k\",\"t\",\"T\"]},H:{priority:70,parse:function(t,e,r,n){switch(e){case\"H\":return parseNumericPattern(numericPatterns.hour23h,t);case\"Ho\":return r.ordinalNumber(t,{unit:\"hour\"});default:return parseNDigits(e.length,t)}},validate:function(t,e,r){return e>=0&&e<=23},set:function(t,e,r,n){return t.setUTCHours(r,0,0,0),t},incompatibleTokens:[\"a\",\"b\",\"h\",\"K\",\"k\",\"t\",\"T\"]},K:{priority:70,parse:function(t,e,r,n){switch(e){case\"K\":return parseNumericPattern(numericPatterns.hour11h,t);case\"Ko\":return r.ordinalNumber(t,{unit:\"hour\"});default:return parseNDigits(e.length,t)}},validate:function(t,e,r){return e>=0&&e<=11},set:function(t,e,r,n){return t.getUTCHours()>=12&&r<12?t.setUTCHours(r+12,0,0,0):t.setUTCHours(r,0,0,0),t},incompatibleTokens:[\"h\",\"H\",\"k\",\"t\",\"T\"]},k:{priority:70,parse:function(t,e,r,n){switch(e){case\"k\":return parseNumericPattern(numericPatterns.hour24h,t);case\"ko\":return r.ordinalNumber(t,{unit:\"hour\"});default:return parseNDigits(e.length,t)}},validate:function(t,e,r){return e>=1&&e<=24},set:function(t,e,r,n){var a=r<=24?r%24:r;return t.setUTCHours(a,0,0,0),t},incompatibleTokens:[\"a\",\"b\",\"h\",\"H\",\"K\",\"t\",\"T\"]},m:{priority:60,parse:function(t,e,r,n){switch(e){case\"m\":return parseNumericPattern(numericPatterns.minute,t);case\"mo\":return r.ordinalNumber(t,{unit:\"minute\"});default:return parseNDigits(e.length,t)}},validate:function(t,e,r){return e>=0&&e<=59},set:function(t,e,r,n){return t.setUTCMinutes(r,0,0),t},incompatibleTokens:[\"t\",\"T\"]},s:{priority:50,parse:function(t,e,r,n){switch(e){case\"s\":return parseNumericPattern(numericPatterns.second,t);case\"so\":return r.ordinalNumber(t,{unit:\"second\"});default:return parseNDigits(e.length,t)}},validate:function(t,e,r){return e>=0&&e<=59},set:function(t,e,r,n){return t.setUTCSeconds(r,0),t},incompatibleTokens:[\"t\",\"T\"]},S:{priority:30,parse:function(t,e,r,n){return parseNDigits(e.length,t,function(t){return Math.floor(t*Math.pow(10,3-e.length))})},set:function(t,e,r,n){return t.setUTCMilliseconds(r),t},incompatibleTokens:[\"t\",\"T\"]},X:{priority:10,parse:function(t,e,r,n){switch(e){case\"X\":return parseTimezonePattern(timezonePatterns.basicOptionalMinutes,t);case\"XX\":return parseTimezonePattern(timezonePatterns.basic,t);case\"XXXX\":return parseTimezonePattern(timezonePatterns.basicOptionalSeconds,t);case\"XXXXX\":return parseTimezonePattern(timezonePatterns.extendedOptionalSeconds,t);case\"XXX\":default:return parseTimezonePattern(timezonePatterns.extended,t)}},set:function(t,e,r,n){return e.timestampIsSet?t:new Date(t.getTime()-r)},incompatibleTokens:[\"t\",\"T\",\"x\"]},x:{priority:10,parse:function(t,e,r,n){switch(e){case\"x\":return parseTimezonePattern(timezonePatterns.basicOptionalMinutes,t);case\"xx\":return parseTimezonePattern(timezonePatterns.basic,t);case\"xxxx\":return parseTimezonePattern(timezonePatterns.basicOptionalSeconds,t);case\"xxxxx\":return parseTimezonePattern(timezonePatterns.extendedOptionalSeconds,t);case\"xxx\":default:return parseTimezonePattern(timezonePatterns.extended,t)}},set:function(t,e,r,n){return e.timestampIsSet?t:new Date(t.getTime()-r)},incompatibleTokens:[\"t\",\"T\",\"X\"]},t:{priority:40,parse:function(t,e,r,n){return parseAnyDigitsSigned(t)},set:function(t,e,r,n){return[new Date(1e3*r),{timestampIsSet:!0}]},incompatibleTokens:\"*\"},T:{priority:20,parse:function(t,e,r,n){return parseAnyDigitsSigned(t)},set:function(t,e,r,n){return[new Date(r),{timestampIsSet:!0}]},incompatibleTokens:\"*\"}},_default=parsers;exports.default=_default,module.exports=exports.default;\\n}, {\"2566\":2566,\"2572\":2572,\"2574\":2574,\"2578\":2578,\"2579\":2579,\"2580\":2580,\"2581\":2581}];\\nwindow.modules[\"2866\"] = [function(require,module,exports){\"use strict\";var Buffer=require(3296).Buffer,isEncoding=Buffer.isEncoding||function(t){switch((t=\"\"+t)&&t.toLowerCase()){case\"hex\":case\"utf8\":case\"utf-8\":case\"ascii\":case\"binary\":case\"base64\":case\"ucs2\":case\"ucs-2\":case\"utf16le\":case\"utf-16le\":case\"raw\":return!0;default:return!1}};function _normalizeEncoding(t){if(!t)return\"utf8\";for(var e;;)switch(t){case\"utf8\":case\"utf-8\":return\"utf8\";case\"ucs2\":case\"ucs-2\":case\"utf16le\":case\"utf-16le\":return\"utf16le\";case\"latin1\":case\"binary\":return\"latin1\";case\"base64\":case\"ascii\":case\"hex\":return t;default:if(e)return;t=(\"\"+t).toLowerCase(),e=!0}}function normalizeEncoding(t){var e=_normalizeEncoding(t);if(\"string\"!=typeof e&&(Buffer.isEncoding===isEncoding||!isEncoding(t)))throw new Error(\"Unknown encoding: \"+t);return e||t}function StringDecoder(t){var e;switch(this.encoding=normalizeEncoding(t),this.encoding){case\"utf16le\":this.text=utf16Text,this.end=utf16End,e=4;break;case\"utf8\":this.fillLast=utf8FillLast,e=4;break;case\"base64\":this.text=base64Text,this.end=base64End,e=3;break;default:return this.write=simpleWrite,void(this.end=simpleEnd)}this.lastNeed=0,this.lastTotal=0,this.lastChar=Buffer.allocUnsafe(e)}function utf8CheckByte(t){return t<=127?0:t>>5==6?2:t>>4==14?3:t>>3==30?4:t>>6==2?-1:-2}function utf8CheckIncomplete(t,e,s){var i=e.length-1;if(i<s)return 0;var n=utf8CheckByte(e[i]);return n>=0?(n>0&&(t.lastNeed=n-1),n):--i<s||-2===n?0:(n=utf8CheckByte(e[i]))>=0?(n>0&&(t.lastNeed=n-2),n):--i<s||-2===n?0:(n=utf8CheckByte(e[i]))>=0?(n>0&&(2===n?n=0:t.lastNeed=n-3),n):0}function utf8CheckExtraBytes(t,e,s){if(128!=(192&e[0]))return t.lastNeed=0,\"<22>\";if(t.lastNeed>1&&e.length>1){if(128!=(192&e[1]))return t.lastNeed=1,\"<22>\";if(t.lastNeed>2&&e.length>2&&128!=(192&e[2]))return t.lastNeed=2,\"<22>\"}}function utf8FillLast(t){var e=this.lastTotal-this.lastNeed,s=utf8CheckExtraBytes(this,t,e);return void 0!==s?s:this.lastNeed<=t.length?(t.copy(this.lastChar,e,0,this.lastNeed),this.lastChar.toString(this.encoding,0,this.lastTotal)):(t.copy(this.lastChar,e,0,t.length),void(this.lastNeed-=t.length))}function utf8Text(t,e){var s=utf8CheckIncomplete(this,t,e);if(!this.lastNeed)return t.toString(\"utf8\",e);this.lastTotal=s;var i=t.length-(s-this.lastNeed);return t.copy(this.lastChar,0,i),t.toString(\"utf8\",e,i)}function utf8End(t){var e=t&&t.length?this.write(t):\"\";return this.lastNeed?e+\"<22>\":e}function utf16Text(t,e){if((t.length-e)%2==0){var s=t.toString(\"utf16le\",e);if(s){var i=s.charCodeAt(s.length-1);if(i>=55296&&i<=56319)return this.lastNeed=2,this.lastTotal=4,this.lastChar[0]=t[t.length-2],this.lastChar[1]=t[t.length-1],s.slice(0,-1)}return s}return this.lastNeed=1,this.lastTotal=2,this.lastChar[0]=t[t.length-1],t.toString(\"utf16le\",e,t.length-1)}function utf16End(t){var e=t&&t.length?this.write(t):\"\";if(this.lastNeed){var s=this.lastTotal-this.lastNeed;return e+this.lastChar.toString(\"utf16le\",0,s)}return e}function base64Text(t,e){var s=(t.length-e)%3;return 0===s?t.toString(\"base64\",e):(this.lastNeed=3-s,this.lastTotal=3,1===s?this.lastChar[0]=t[t.length-1]:(this.lastChar[0]=t[t.length-2],this.lastChar[1]=t[t.length-1]),t.toString(\"base64\",e,t.length-s))}function base64End(t){var e=t&&t.length?this.write(t):\"\";return this.lastNeed?e+this.lastChar.toString(\"base64\",0,3-this.lastNeed):e}function simpleWrite(t){return t.toString(this.encoding)}function simpleEnd(t){return t&&t.length?this.write(t):\"\"}exports.StringDecoder=StringDecoder,StringDecoder.prototype.write=function(t){if(0===t.length)return\"\";var e,s;if(this.lastNeed){if(void 0===(e=this.fillLast(t)))return\"\";s=this.lastNeed,this.lastNeed=0}else s=0;return s<t.length?e?e+this.text(t,s):this.text(t,s):e||\"\"},StringDecoder.prototype.end=utf8End,StringDecoder.prototype.text=utf8Text,StringDecoder.prototype.fillLast=function(t){if(this.lastNeed<=t.length)return t.copy(this.lastChar,this.lastTotal-this.lastNeed,0,this.lastNeed),this.lastChar.toString(this.encoding,0,this.lastTotal);t.copy(this.lastChar,this.lastTotal-this.lastNeed,0,t.length),this.lastNeed-=t.length};\\n}, {\"3296\":3296}];\\nwindow.modules[\"2868\"] = [function(require,module,exports){}, {}];\\nwindow.modules[\"2877\"] = [function(require,module,exports){class ASCIIFolder{static foldReplacing(o=\"\",e=\"\"){return this._fold(o,()=>e)}static foldMaintaining(o=\"\"){return this._fold(o,o=>o)}static _fold(o,e){if(null===o)return\"\";if(\"number\"==typeof o)return\"\"+o;if(\"string\"!=typeof o)throw new Error(\"Invalid input data type\");return o.split(\"\").map(o=>{if(o.charCodeAt(0)<128)return o;{const a=this.mapping.get(o.charCodeAt(0));return void 0===a?e(o):a}}).join(\"\")}}ASCIIFolder.mapping=new Map([[192,\"A\"],[193,\"A\"],[194,\"A\"],[195,\"A\"],[196,\"A\"],[197,\"A\"],[256,\"A\"],[258,\"A\"],[260,\"A\"],[399,\"A\"],[461,\"A\"],[478,\"A\"],[480,\"A\"],[506,\"A\"],[512,\"A\"],[514,\"A\"],[550,\"A\"],[570,\"A\"],[7424,\"A\"],[7680,\"A\"],[7840,\"A\"],[7842,\"A\"],[7844,\"A\"],[7846,\"A\"],[7848,\"A\"],[7850,\"A\"],[7852,\"A\"],[7854,\"A\"],[7856,\"A\"],[7858,\"A\"],[7860,\"A\"],[7862,\"A\"],[9398,\"A\"],[65313,\"A\"],[224,\"a\"],[225,\"a\"],[226,\"a\"],[227,\"a\"],[228,\"a\"],[229,\"a\"],[257,\"a\"],[259,\"a\"],[261,\"a\"],[462,\"a\"],[479,\"a\"],[481,\"a\"],[507,\"a\"],[513,\"a\"],[515,\"a\"],[551,\"a\"],[592,\"a\"],[601,\"a\"],[602,\"a\"],[7567,\"a\"],[7573,\"a\"],[7681,\"a\"],[7834,\"a\"],[7841,\"a\"],[7843,\"a\"],[7845,\"a\"],[7847,\"a\"],[7849,\"a\"],[7851,\"a\"],[7853,\"a\"],[7855,\"a\"],[7857,\"a\"],[7859,\"a\"],[7861,\"a\"],[7863,\"a\"],[8336,\"a\"],[8340,\"a\"],[9424,\"a\"],[11365,\"a\"],[11375,\"a\"],[65345,\"a\"],[42802,\"AA\"],[198,\"AE\"],[482,\"AE\"],[508,\"AE\"],[7425,\"AE\"],[42804,\"AO\"],[42806,\"AU\"],[42808,\"AV\"],[42810,\"AV\"],[42812,\"AY\"],[9372,\"(a)\"],[42803,\"aa\"],[230,\"ae\"],[483,\"ae\"],[509,\"ae\"],[7426,\"ae\"],[42805,\"ao\"],[42807,\"au\"],[42809,\"av\"],[42811,\"av\"],[42813,\"ay\"],[385,\"B\"],[386,\"B\"],[579,\"B\"],[665,\"B\"],[7427,\"B\"],[7682,\"B\"],[7684,\"B\"],[7686,\"B\"],[9399,\"B\"],[65314,\"B\"],[384,\"b\"],[387,\"b\"],[595,\"b\"],[7532,\"b\"],[7552,\"b\"],[7683,\"b\"],[7685,\"b\"],[7687,\"b\"],[9425,\"b\"],[65346,\"b\"],[9373,\"(b)\"],[199,\"C\"],[262,\"C\"],[264,\"C\"],[266,\"C\"],[268,\"C\"],[391,\"C\"],[571,\"C\"],[663,\"C\"],[7428,\"C\"],[7688,\"C\"],[9400,\"C\"],[65315,\"C\"],[231,\"c\"],[263,\"c\"],[265,\"c\"],[267,\"c\"],[269,\"c\"],[392,\"c\"],[572,\"c\"],[597,\"c\"],[7689,\"c\"],[8580,\"c\"],[9426,\"c\"],[42814,\"c\"],[42815,\"c\"],[65347,\"c\"],[9374,\"(c)\"],[208,\"D\"],[270,\"D\"],[272,\"D\"],[393,\"D\"],[394,\"D\"],[395,\"D\"],[7429,\"D\"],[7430,\"D\"],[7690,\"D\"],[7692,\"D\"],[7694,\"D\"],[7696,\"D\"],[7698,\"D\"],[9401,\"D\"],[42873,\"D\"],[65316,\"D\"],[240,\"d\"],[271,\"d\"],[273,\"d\"],[396,\"d\"],[545,\"d\"],[598,\"d\"],[599,\"d\"],[7533,\"d\"],[7553,\"d\"],[7569,\"d\"],[7691,\"d\"],[7693,\"d\"],[7695,\"d\"],[7697,\"d\"],[7699,\"d\"],[9427,\"d\"],[42874,\"d\"],[65348,\"d\"],[452,\"DZ\"],[497,\"DZ\"],[453,\"Dz\"],[498,\"Dz\"],[9375,\"(d)\"],[568,\"db\"],[454,\"dz\"],[499,\"dz\"],[675,\"dz\"],[677,\"dz\"],[200,\"E\"],[201,\"E\"],[202,\"E\"],[203,\"E\"],[274,\"E\"],[276,\"E\"],[278,\"E\"],[280,\"E\"],[282,\"E\"],[398,\"E\"],[400,\"E\"],[516,\"E\"],[518,\"E\"],[552,\"E\"],[582,\"E\"],[7431,\"E\"],[7700,\"E\"],[7702,\"E\"],[7704,\"E\"],[7706,\"E\"],[7708,\"E\"],[7864,\"E\"],[7866,\"E\"],[7868,\"E\"],[7870,\"E\"],[7872,\"E\"],[7874,\"E\"],[7876,\"E\"],[7878,\"E\"],[9402,\"E\"],[11387,\"E\"],[65317,\"E\"],[232,\"e\"],[233,\"e\"],[234,\"e\"],[235,\"e\"],[275,\"e\"],[277,\"e\"],[279,\"e\"],[281,\"e\"],[283,\"e\"],[477,\"e\"],[517,\"e\"],[519,\"e\"],[553,\"e\"],[583,\"e\"],[600,\"e\"],[603,\"e\"],[604,\"e\"],[605,\"e\"],[606,\"e\"],[666,\"e\"],[7432,\"e\"],[7570,\"e\"],[7571,\"e\"],[7572,\"e\"],[7701,\"e\"],[7703,\"e\"],[7705,\"e\"],[7707,\"e\"],[7709,\"e\"],[7865,\"e\"],[7867,\"e\"],[7869,\"e\"],[7871,\"e\"],[7873,\"e\"],[7875,\"e\"],[7877,\"e\"],[7879,\"e\"],[8337,\"e\"],[9428,\"e\"],[11384,\"e\"],[65349,\"e\"],[9376,\"(e)\"],[401,\"F\"],[7710,\"F\"],[9403,\"F\"],[42800,\"F\"],[42875,\"F\"],[43003,\"F\"],[65318,\"F\"],[402,\"f\"],[7534,\"f\"],[7554,\"f\"],[7711,\"f\"],[7835,\"f\"],[9429,\"f\"],[42876,\"f\"],[65350,\"f\"],[9377,\"(f)\"],[64256,\"ff\"],[64259,\"ffi\"],[64260,\"ffl\"],[64257,\"fi\"],[64258,\"fl\"],[284,\"G\"],[286,\"G\"],[288,\"G\"],[290,\"G\"],[403,\"G\"],[484,\"G\"],[485,\"G\"],[486,\"G\"],[487,\"G\"],[500,\"G\"],[610,\"G\"],[667,\"G\"],[7712,\"G\"],[9404,\"G\"],[42877,\"G\"],[42878,\"G\"],[65319,\"G\"],[285,\"g\"],[287,\"g\"],[289,\"g\"],[291,\"g\"],[501,\"g\"],[608,\"g\"],[609,\"g\"],[7543,\"g\"],[7545,\"g\"],[7555,\"g\"],[7713,\"g\"],[9430,\"g\"],[42879,\"g\"],[65351,\"g\"],[9378,\"(g)\"],[292,\"H\"],[294,\"H\"],[542,\"H\"],[668,\"H\"],[7714,\"H\"],[7716,\"H\"],[7718,\"H\"],[7720,\"H\"],[7722,\"H\"],[9405,\"H\"],[11367,\"H\"],[11381,\"H\"],[65320,\"H\"],[293,\"h\"],[295,\"h\"],[543,\"h\"],[613,\"h\"],[614,\"h\"],[686,\"h\"],[687,\"h\"],[7715,\"h\"],[7717,\"h\"],[7719,\"h\"],[7721,\"h\"],[7723,\"h\"],[7830,\"h\"],[9431,\"h\"],[11368,\"h\"],[11382,\"h\"],[65352,\"h\"],[502,\"HV\"],[9379,\"(h)\"],[405,\"hv\"],[204,\"I\"],[205,\"I\"],[206,\"I\"],[207,\"I\"],[296,\"I\"],[298,\"I\"],[300,\"I\"],[302,\"I\"],[304,\"I\"],[406,\"I\"],[407,\"I\"],[463,\"I\"],[520,\"I\"],[522,\"I\"],[618,\"I\"],[7547,\"I\"],[7724,\"I\"],[7726,\"I\"],[7880,\"I\"],[7882,\"I\"],[9406,\"I\"],[43006,\"I\"],[65321,\"I\"],[236,\"i\"],[237,\"i\"],[238,\"i\"],[239,\"i\"],[297,\"i\"],[299,\"i\"],[301,\"i\"],[303,\"i\"],[305,\"i\"],[464,\"i\"],[521,\"i\"],[523,\"i\"],[616,\"i\"],[7433,\"i\"],[7522,\"i\"],[7548,\"i\"],[7574,\"i\"],[7725,\"i\"],[7727,\"i\"],[7881,\"i\"],[7883,\"i\"],[8305,\"i\"],[9432,\"i\"],[65353,\"i\"],[306,\"IJ\"],[9380,\"(i)\"],[307,\"ij\"],[308,\"J\"],[584,\"J\"],[7434,\"J\"],[9407,\"J\"],[65322,\"J\"],[309,\"j\"],[496,\"j\"],[567,\"j\"],[585,\"j\"],[607,\"j\"],[644,\"j\"],[669,\"j\"],[9433,\"j\"],[11388,\"j\"],[65354,\"j\"],[9381,\"(j)\"],[310,\"K\"],[408,\"K\"],[488,\"K\"],[7435,\"K\"],[7728,\"K\"],[7730,\"K\"],[7732,\"K\"],[9408,\"K\"],[11369,\"K\"],[42816,\"K\"],[42818,\"K\"],[42820,\"K\"],[65323,\"K\"],[311,\"k\"],[409,\"k\"],[489,\"k\"],[670,\"k\"],[7556,\"k\"],[7729,\"k\"],[7731,\"k\"],[7733,\"k\"],[9434,\"k\"],[11370,\"k\"],[42817,\"k\"],[42819,\"k\"],[42821,\"k\"],[65355,\"k\"],[9382,\"(k)\"],[313,\"L\"],[315,\"L\"],[317,\"L\"],[319,\"L\"],[321,\"L\"],[573,\"L\"],[671,\"L\"],[7436,\"L\"],[7734,\"L\"],[7736,\"L\"],[7738,\"L\"],[7740,\"L\"],[9409,\"L\"],[11360,\"L\"],[11362,\"L\"],[42822,\"L\"],[42824,\"L\"],[42880,\"L\"],[65324,\"L\"],[314,\"l\"],[316,\"l\"],[318,\"l\"],[320,\"l\"],[322,\"l\"],[410,\"l\"],[564,\"l\"],[619,\"l\"],[620,\"l\"],[621,\"l\"],[7557,\"l\"],[7735,\"l\"],[7737,\"l\"],[7739,\"l\"],[7741,\"l\"],[9435,\"l\"],[11361,\"l\"],[42823,\"l\"],[42825,\"l\"],[42881,\"l\"],[65356,\"l\"],[455,\"LJ\"],[7930,\"LL\"],[456,\"Lj\"],[9383,\"(l)\"],[457,\"lj\"],[7931,\"ll\"],[682,\"ls\"],[683,\"lz\"],[412,\"M\"],[7437,\"M\"],[7742,\"M\"],[7744,\"M\"],[7746,\"M\"],[9410,\"M\"],[11374,\"M\"],[43005,\"M\"],[43007,\"M\"],[65325,\"M\"],[623,\"m\"],[624,\"m\"],[625,\"m\"],[7535,\"m\"],[7558,\"m\"],[7743,\"m\"],[7745,\"m\"],[7747,\"m\"],[9436,\"m\"],[65357,\"m\"],[9384,\"(m)\"],[209,\"N\"],[323,\"N\"],[325,\"N\"],[327,\"N\"],[330,\"N\"],[413,\"N\"],[504,\"N\"],[544,\"N\"],[628,\"N\"],[7438,\"N\"],[7748,\"N\"],[7750,\"N\"],[7752,\"N\"],[7754,\"N\"],[9411,\"N\"],[65326,\"N\"],[241,\"n\"],[324,\"n\"],[326,\"n\"],[328,\"n\"],[329,\"n\"],[331,\"n\"],[414,\"n\"],[505,\"n\"],[565,\"n\"],[626,\"n\"],[627,\"n\"],[7536,\"n\"],[7559,\"n\"],[7749,\"n\"],[7751,\"n\"],[7753,\"n\"],[7755,\"n\"],[8319,\"n\"],[9437,\"n\"],[65358,\"n\"],[458,\"NJ\"],[459,\"Nj\"],[9385,\"(n)\"],[460,\"nj\"],[210,\"O\"],[211,\"O\"],[212,\"O\"],[213,\"O\"],[214,\"O\"],[216,\"O\"],[332,\"O\"],[334,\"O\"],[336,\"O\"],[390,\"O\"],[415,\"O\"],[416,\"O\"],[465,\"O\"],[490,\"O\"],[492,\"O\"],[510,\"O\"],[524,\"O\"],[526,\"O\"],[554,\"O\"],[556,\"O\"],[558,\"O\"],[560,\"O\"],[7439,\"O\"],[7440,\"O\"],[7756,\"O\"],[7758,\"O\"],[7760,\"O\"],[7762,\"O\"],[7884,\"O\"],[7886,\"O\"],[7888,\"O\"],[7890,\"O\"],[7892,\"O\"],[7894,\"O\"],[7896,\"O\"],[7898,\"O\"],[7900,\"O\"],[7902,\"O\"],[7904,\"O\"],[7906,\"O\"],[9412,\"O\"],[42826,\"O\"],[42828,\"O\"],[65327,\"O\"],[242,\"o\"],[243,\"o\"],[244,\"o\"],[245,\"o\"],[246,\"o\"],[248,\"o\"],[333,\"o\"],[335,\"o\"],[337,\"o\"],[417,\"o\"],[466,\"o\"],[491,\"o\"],[493,\"o\"],[511,\"o\"],[525,\"o\"],[527,\"o\"],[555,\"o\"],[557,\"o\"],[559,\"o\"],[561,\"o\"],[596,\"o\"],[629,\"o\"],[7446,\"o\"],[7447,\"o\"],[7575,\"o\"],[7757,\"o\"],[7759,\"o\"],[7761,\"o\"],[7763,\"o\"],[7885,\"o\"],[7887,\"o\"],[7889,\"o\"],[7891,\"o\"],[7893,\"o\"],[7895,\"o\"],[7897,\"o\"],[7899,\"o\"],[7901,\"o\"],[7903,\"o\"],[7905,\"o\"],[7907,\"o\"],[8338,\"o\"],[9438,\"o\"],[11386,\"o\"],[42827,\"o\"],[42829,\"o\"],[65359,\"o\"],[338,\"OE\"],[630,\"OE\"],[42830,\"OO\"],[546,\"OU\"],[7445,\"OU\"],[9386,\"(o)\"],[339,\"oe\"],[7444,\"oe\"],[42831,\"oo\"],[547,\"ou\"],[420,\"P\"],[7448,\"P\"],[7764,\"P\"],[7766,\"P\"],[9413,\"P\"],[11363,\"P\"],[42832,\"P\"],[42834,\"P\"],[42836,\"P\"],[65328,\"P\"],[421,\"p\"],[7537,\"p\"],[7549,\"p\"],[7560,\"p\"],[7765,\"p\"],[7767,\"p\"],[9439,\"p\"],[42833,\"p\"],[42835,\"p\"],[42837,\"p\"],[43004,\"p\"],[65360,\"p\"],[9387,\"(p)\"],[586,\"Q\"],[9414,\"Q\"],[42838,\"Q\"],[42840,\"Q\"],[65329,\"Q\"],[312,\"q\"],[587,\"q\"],[672,\"q\"],[9440,\"q\"],[42839,\"q\"],[42841,\"q\"],[65361,\"q\"],[9388,\"(q)\"],[569,\"qp\"],[340,\"R\"],[342,\"R\"],[344,\"R\"],[528,\"R\"],[530,\"R\"],[588,\"R\"],[640,\"R\"],[641,\"R\"],[7449,\"R\"],[7450,\"R\"],[7768,\"R\"],[7770,\"R\"],[7772,\"R\"],[7774,\"R\"],[9415,\"R\"],[11364,\"R\"],[42842,\"R\"],[42882,\"R\"],[65330,\"R\"],[341,\"r\"],[343,\"r\"],[345,\"r\"],[529,\"r\"],[531,\"r\"],[589,\"r\"],[636,\"r\"],[637,\"r\"],[638,\"r\"],[639,\"r\"],[7523,\"r\"],[7538,\"r\"],[7539,\"r\"],[7561,\"r\"],[7769,\"r\"],[7771,\"r\"],[7773,\"r\"],[7775,\"r\"],[9441,\"r\"],[42843,\"r\"],[42883,\"r\"],[65362,\"r\"],[9389,\"(r)\"],[346,\"S\"],[348,\"S\"],[350,\"S\"],[352,\"S\"],[536,\"S\"],[7776,\"S\"],[7778,\"S\"],[7780,\"S\"],[7782,\"S\"],[7784,\"S\"],[9416,\"S\"],[42801,\"S\"],[42885,\"S\"],[65331,\"S\"],[347,\"s\"],[349,\"s\"],[351,\"s\"],[353,\"s\"],[383,\"s\"],[537,\"s\"],[575,\"s\"],[642,\"s\"],[7540,\"s\"],[7562,\"s\"],[7777,\"s\"],[7779,\"s\"],[7781,\"s\"],[7783,\"s\"],[7785,\"s\"],[7836,\"s\"],[7837,\"s\"],[9442,\"s\"],[42884,\"s\"],[65363,\"s\"],[7838,\"SS\"],[9390,\"(s)\"],[223,\"ss\"],[64262,\"st\"],[354,\"T\"],[356,\"T\"],[358,\"T\"],[428,\"T\"],[430,\"T\"],[538,\"T\"],[574,\"T\"],[7451,\"T\"],[7786,\"T\"],[7788,\"T\"],[7790,\"T\"],[7792,\"T\"],[9417,\"T\"],[42886,\"T\"],[65332,\"T\"],[355,\"t\"],[357,\"t\"],[359,\"t\"],[427,\"t\"],[429,\"t\"],[539,\"t\"],[566,\"t\"],[647,\"t\"],[648,\"t\"],[7541,\"t\"],[7787,\"t\"],[7789,\"t\"],[7791,\"t\"],[7793,\"t\"],[7831,\"t\"],[9443,\"t\"],[11366,\"t\"],[65364,\"t\"],[222,\"TH\"],[42854,\"TH\"],[42792,\"TZ\"],[9391,\"(t)\"],[680,\"tc\"],[254,\"th\"],[7546,\"th\"],[42855,\"th\"],[678,\"ts\"],[42793,\"tz\"],[217,\"U\"],[218,\"U\"],[219,\"U\"],[220,\"U\"],[360,\"U\"],[362,\"U\"],[364,\"U\"],[366,\"U\"],[368,\"U\"],[370,\"U\"],[431,\"U\"],[467,\"U\"],[469,\"U\"],[471,\"U\"],[473,\"U\"],[475,\"U\"],[532,\"U\"],[534,\"U\"],[580,\"U\"],[7452,\"U\"],[7550,\"U\"],[7794,\"U\"],[7796,\"U\"],[7798,\"U\"],[7800,\"U\"],[7802,\"U\"],[7908,\"U\"],[7910,\"U\"],[7912,\"U\"],[7914,\"U\"],[7916,\"U\"],[7918,\"U\"],[7920,\"U\"],[9418,\"U\"],[65333,\"U\"],[249,\"u\"],[250,\"u\"],[251,\"u\"],[252,\"u\"],[361,\"u\"],[363,\"u\"],[365,\"u\"],[367,\"u\"],[369,\"u\"],[371,\"u\"],[432,\"u\"],[468,\"u\"],[470,\"u\"],[472,\"u\"],[474,\"u\"],[476,\"u\"],[533,\"u\"],[535,\"u\"],[649,\"u\"],[7524,\"u\"],[7577,\"u\"],[7795,\"u\"],[7797,\"u\"],[7799,\"u\"],[7801,\"u\"],[7803,\"u\"],[7909,\"u\"],[7911,\"u\"],[7913,\"u\"],[7915,\"u\"],[7917,\"u\"],[7919,\"u\"],[7921,\"u\"],[9444,\"u\"],[65365,\"u\"],[9392,\"(u)\"],[7531,\"ue\"],[434,\"V\"],[581,\"V\"],[7456,\"V\"],[7804,\"V\"],[7806,\"V\"],[7932,\"V\"],[9419,\"V\"],[42846,\"V\"],[42856,\"V\"],[65334,\"V\"],[651,\"v\"],[652,\"v\"],[7525,\"v\"],[7564,\"v\"],[7805,\"v\"],[7807,\"v\"],[9445,\"v\"],[11377,\"v\"],[11380,\"v\"],[42847,\"v\"],[65366,\"v\"],[42848,\"VY\"],[9393,\"(v)\"],[42849,\"vy\"],[372,\"W\"],[503,\"W\"],[7457,\"W\"],[7808,\"W\"],[7810,\"W\"],[7812,\"W\"],[7814,\"W\"],[7816,\"W\"],[9420,\"W\"],[11378,\"W\"],[65335,\"W\"],[373,\"w\"],[447,\"w\"],[653,\"w\"],[7809,\"w\"],[7811,\"w\"],[7813,\"w\"],[7815,\"w\"],[7817,\"w\"],[7832,\"w\"],[9446,\"w\"],[11379,\"w\"],[65367,\"w\"],[9394,\"(w)\"],[7818,\"X\"],[7820,\"X\"],[9421,\"X\"],[65336,\"X\"],[7565,\"x\"],[7819,\"x\"],[7821,\"x\"],[8339,\"x\"],[9447,\"x\"],[65368,\"x\"],[9395,\"(x)\"],[221,\"Y\"],[374,\"Y\"],[376,\"Y\"],[435,\"Y\"],[562,\"Y\"],[590,\"Y\"],[655,\"Y\"],[7822,\"Y\"],[7922,\"Y\"],[7924,\"Y\"],[7926,\"Y\"],[7928,\"Y\"],[7934,\"Y\"],[9422,\"Y\"],[65337,\"Y\"],[253,\"y\"],[255,\"y\"],[375,\"y\"],[436,\"y\"],[563,\"y\"],[591,\"y\"],[654,\"y\"],[7823,\"y\"],[7833,\"y\"],[7923,\"y\"],[7925,\"y\"],[7927,\"y\"],[7929,\"y\"],[7935,\"y\"],[9448,\"y\"],[65369,\"y\"],[9396,\"(y)\"],[377,\"Z\"],[379,\"Z\"],[381,\"Z\"],[437,\"Z\"],[540,\"Z\"],[548,\"Z\"],[7458,\"Z\"],[7824,\"Z\"],[7826,\"Z\"],[7828,\"Z\"],[9423,\"Z\"],[11371,\"Z\"],[42850,\"Z\"],[65338,\"Z\"],[378,\"z\"],[380,\"z\"],[382,\"z\"],[438,\"z\"],[541,\"z\"],[549,\"z\"],[576,\"z\"],[656,\"z\"],[657,\"z\"],[7542,\"z\"],[7566,\"z\"],[7825,\"z\"],[7827,\"z\"],[7829,\"z\"],[9449,\"z\"],[11372,\"z\"],[42851,\"z\"],[65370,\"z\"],[9397,\"(z)\"],[8304,\"0\"],[8320,\"0\"],[9450,\"0\"],[9471,\"0\"],[65296,\"0\"],[185,\"1\"],[8321,\"1\"],[9312,\"1\"],[9461,\"1\"],[10102,\"1\"],[10112,\"1\"],[10122,\"1\"],[65297,\"1\"],[9352,\"1.\"],[9332,\"(1)\"],[178,\"2\"],[8322,\"2\"],[9313,\"2\"],[9462,\"2\"],[10103,\"2\"],[10113,\"2\"],[10123,\"2\"],[65298,\"2\"],[9353,\"2.\"],[9333,\"(2)\"],[179,\"3\"],[8323,\"3\"],[9314,\"3\"],[9463,\"3\"],[10104,\"3\"],[10114,\"3\"],[10124,\"3\"],[65299,\"3\"],[9354,\"3.\"],[9334,\"(3)\"],[8308,\"4\"],[8324,\"4\"],[9315,\"4\"],[9464,\"4\"],[10105,\"4\"],[10115,\"4\"],[10125,\"4\"],[65300,\"4\"],[9355,\"4.\"],[9335,\"(4)\"],[8309,\"5\"],[8325,\"5\"],[9316,\"5\"],[9465,\"5\"],[10106,\"5\"],[10116,\"5\"],[10126,\"5\"],[65301,\"5\"],[9356,\"5.\"],[9336,\"(5)\"],[8310,\"6\"],[8326,\"6\"],[9317,\"6\"],[9466,\"6\"],[10107,\"6\"],[10117,\"6\"],[10127,\"6\"],[65302,\"6\"],[9357,\"6.\"],[9337,\"(6)\"],[8311,\"7\"],[8327,\"7\"],[9318,\"7\"],[9467,\"7\"],[10108,\"7\"],[10118,\"7\"],[10128,\"7\"],[65303,\"7\"],[9358,\"7.\"],[9338,\"(7)\"],[8312,\"8\"],[8328,\"8\"],[9319,\"8\"],[9468,\"8\"],[10109,\"8\"],[10119,\"8\"],[10129,\"8\"],[65304,\"8\"],[9359,\"8.\"],[9339,\"(8)\"],[8313,\"9\"],[8329,\"9\"],[9320,\"9\"],[9469,\"9\"],[10110,\"9\"],[10120,\"9\"],[10130,\"9\"],[65305,\"9\"],[9360,\"9.\"],[9340,\"(9)\"],[9321,\"10\"],[9470,\"10\"],[10111,\"10\"],[10121,\"10\"],[10131,\"10\"],[9361,\"10.\"],[9341,\"(10)\"],[9322,\"11\"],[9451,\"11\"],[9362,\"11.\"],[9342,\"(11)\"],[9323,\"12\"],[9452,\"12\"],[9363,\"12.\"],[9343,\"(12)\"],[9324,\"13\"],[9453,\"13\"],[9364,\"13.\"],[9344,\"(13)\"],[9325,\"14\"],[9454,\"14\"],[9365,\"14.\"],[9345,\"(14)\"],[9326,\"15\"],[9455,\"15\"],[9366,\"15.\"],[9346,\"(15)\"],[9327,\"16\"],[9456,\"16\"],[9367,\"16.\"],[9347,\"(16)\"],[9328,\"17\"],[9457,\"17\"],[9368,\"17.\"],[9348,\"(17)\"],[9329,\"18\"],[9458,\"18\"],[9369,\"18.\"],[9349,\"(18)\"],[9330,\"19\"],[9459,\"19\"],[9370,\"19.\"],[9350,\"(19)\"],[9331,\"20\"],[9460,\"20\"],[9371,\"20.\"],[9351,\"(20)\"],[171,\\'\"\\'],[187,\\'\"\\'],[8220,\\'\"\\'],[8221,\\'\"\\'],[8222,\\'\"\\'],[8243,\\'\"\\'],[8246,\\'\"\\'],[10077,\\'\"\\'],[10078,\\'\"\\'],[10094,\\'\"\\'],[10095,\\'\"\\'],[65282,\\'\"\\'],[8216,\"\\'\"],[8217,\"\\'\"],[8218,\"\\'\"],[8219,\"\\'\"],[8242,\"\\'\"],[8245,\"\\'\"],[8249,\"\\'\"],[8250,\"\\'\"],[10075,\"\\'\"],[10076,\"\\'\"],[65287,\"\\'\"],[8208,\"-\"],[8209,\"-\"],[8210,\"-\"],[8211,\"-\"],[8212,\"-\"],[8315,\"-\"],[8331,\"-\"],[65293,\"-\"],[8261,\"[\"],[10098,\"[\"],[65339,\"[\"],[8262,\"]\"],[10099,\"]\"],[65341,\"]\"],[8317,\"(\"],[8333,\"(\"],[10088,\"(\"],[10090,\"(\"],[65288,\"(\"],[11816,\"((\"],[8318,\")\"],[8334,\")\"],[10089,\")\"],[10091,\")\"],[65289,\")\"],[11817,\"))\"],[10092,\"<\"],[10096,\"<\"],[65308,\"<\"],[10093,\">\"],[10097,\">\"],[65310,\">\"],[10100,\"{\"],[65371,\"{\"],[10101,\"}\"],[65373,\"}\"],[8314,\"+\"],[8330,\"+\"],[65291,\"+\"],[8316,\"=\"],[8332,\"=\"],[65309,\"=\"],[65281,\"!\"],[8252,\"!!\"],[8265,\"!?\"],[65283,\"#\"],[65284,\"$\"],[8274,\"%\"],[65285,\"%\"],[65286,\"&\"],[8270,\"*\"],[65290,\"*\"],[65292,\",\"],[65294,\".\"],[8260,\"/\"],[65295,\"/\"],[65306,\":\"],[8271,\";\"],[65307,\";\"],[65311,\"?\"],[8263,\"??\"],[8264,\"?!\"],[65312,\"@\"],[65340,\"\\\\\\\\\"],[8248,\"^\"],[65342,\"^\"],[65343,\"_\"],[8275,\"~\"],[65374,\"~\"]]),module.exports=ASCIIFolder;\\n}, {}];\\nwindow.modules[\"2878\"] = [function(require,module,exports){!function(e,t){\"object\"==typeof exports&&\"object\"==typeof module?module.exports=t():\"function\"==typeof define&&define.amd?define([],t):\"object\"==typeof exports?exports.Handlebars=t():e.Handlebars=t()}(this,function(){return function(e){var t={};function r(n){if(t[n])return t[n].exports;var o=t[n]={exports:{},id:n,loaded:!1};return e[n].call(o.exports,o,o.exports,r),o.loaded=!0,o.exports}return r.m=e,r.c=t,r.p=\"\",r(0)}([function(e,t,r){\"use strict\";var n=r(1).default,o=r(2).default;t.__esModule=!0;var a=n(r(3)),i=o(r(36)),u=o(r(5)),l=n(r(4)),s=n(r(37)),c=o(r(43));function f(){var e=new a.HandlebarsEnvironment;return l.extend(e,a),e.SafeString=i.default,e.Exception=u.default,e.Utils=l,e.escapeExpression=l.escapeExpression,e.VM=s,e.template=function(t){return s.template(t,e)},e}var p=f();p.create=f,c.default(p),p.default=p,t.default=p,e.exports=t.default},function(e,t){\"use strict\";t.default=function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t.default=e,t},t.__esModule=!0},function(e,t){\"use strict\";t.default=function(e){return e&&e.__esModule?e:{default:e}},t.__esModule=!0},function(e,t,r){\"use strict\";var n=r(2).default;t.__esModule=!0,t.HandlebarsEnvironment=c;var o=r(4),a=n(r(5)),i=r(9),u=r(29),l=n(r(31)),s=r(32);t.VERSION=\"4.7.7\";t.COMPILER_REVISION=8;t.LAST_COMPATIBLE_COMPILER_REVISION=7;t.REVISION_CHANGES={1:\"<= 1.0.rc.2\",2:\"== 1.0.0-rc.3\",3:\"== 1.0.0-rc.4\",4:\"== 1.x.x\",5:\"== 2.0.0-alpha.x\",6:\">= 2.0.0-beta.1\",7:\">= 4.0.0 <4.3.0\",8:\">= 4.3.0\"};function c(e,t,r){this.helpers=e||{},this.partials=t||{},this.decorators=r||{},i.registerDefaultHelpers(this),u.registerDefaultDecorators(this)}c.prototype={constructor:c,logger:l.default,log:l.default.log,registerHelper:function(e,t){if(\"[object Object]\"===o.toString.call(e)){if(t)throw new a.default(\"Arg not supported with multiple helpers\");o.extend(this.helpers,e)}else this.helpers[e]=t},unregisterHelper:function(e){delete this.helpers[e]},registerPartial:function(e,t){if(\"[object Object]\"===o.toString.call(e))o.extend(this.partials,e);else{if(void 0===t)throw new a.default(\\'Attempting to register a partial called \"\\'+e+\\'\" as undefined\\');this.partials[e]=t}},unregisterPartial:function(e){delete this.partials[e]},registerDecorator:function(e,t){if(\"[object Object]\"===o.toString.call(e)){if(t)throw new a.default(\"Arg not supported with multiple decorators\");o.extend(this.decorators,e)}else this.decorators[e]=t},unregisterDecorator:function(e){delete this.decorators[e]},resetLoggedPropertyAccesses:function(){s.resetLoggedProperties()}};var f=l.default.log;t.log=f,t.createFrame=o.createFrame,t.logger=l.default},function(e,t){\"use strict\";t.__esModule=!0,t.extend=i,t.indexOf=function(e,t){for(var r=0,n=e.length;r<n;r++)if(e[r]===t)return r;return-1},t.escapeExpression=function(e){if(\"string\"!=typeof e){if(e&&e.toHTML)return e.toHTML();if(null==e)return\"\";if(!e)return e+\"\";e=\"\"+e}if(!o.test(e))return e;return e.replace(n,a)},t.isEmpty=function(e){return!e&&0!==e||!(!s(e)||0!==e.length)},t.createFrame=function(e){var t=i({},e);return t._parent=e,t},t.blockParams=function(e,t){return e.path=t,e},t.appendContextPath=function(e,t){return(e?e+\".\":\"\")+t};var r={\"&\":\"&amp;\",\"<\":\"&lt;\",\">\":\"&gt;\",\\'\"\\':\"&quot;\",\"\\'\":\"&#x27;\",\"`\":\"&#x60;\",\"=\":\"&#x3D;\"},n=/[&<>\"\\'`=]/g,o=/[&<>\"\\'`=]/;function a(e){return r[e]}function i(e){for(var t=1;t<arguments.length;t++)for(var r in arguments[t])Object.prototype.hasOwnProperty.call(arguments[t],r)&&(e[r]=arguments[t][r]);return e}var u=Object.prototype.toString;t.toString=u;var l=function(e){return\"function\"==typeof e};l(/x/)&&(t.isFunction=l=function(e){return\"function\"==typeof e&&\"[object Function]\"===u.call(e)}),t.isFunction=l;var s=Array.isArray||function(e){return!(!e||\"object\"!=typeof e)&&\"[object Array]\"===u.call(e)};t.isArray=s},function(e,t,r){\"use strict\";var n=r(6).default;t.__esModule=!0;var o=[\"description\",\"fileName\",\"lineNumber\",\"endLineNumber\",\"message\",\"name\",\"number\",\"stack\"];function a(e,t){var r=t&&t.loc,i=void 0,u=void 0,l=void 0,s=void 0;r&&(i=r.start.line,u=r.end.line,l=r.start.column,s=r.end.column,e+=\" - \"+i+\":\"+l);for(var c=Error.prototype.constructor.call(this,e),f=0;f<o.length;f++)this[o[f]]=c[o[f]];Error.captureStackTrace&&Error.captureStackTrace(this,a);try{r&&(this.lineNumber=i,this.endLineNumber=u,n?(Object.defineProperty(this,\"column\",{value:l,enumerable:!0}),Object.defineProperty(this,\"endColumn\",{value:s,enumerable:!0})):(this.column=l,this.endColumn=s))}catch(e){}}a.prototype=new Error,t.default=a,e.exports=t.default},function(e,t,r){e.exports={default:r(7),__esModule:!0}},function(e,t,r){var n=r(8);e.exports=function(e,t,r){return n.setDesc(e,t,r)}},function(e,t){var r=Object;e.exports={create:r.create,getProto:r.getPrototypeOf,isEnum:{}.propertyIsEnumerable,getDesc:r.getOwnPropertyDescriptor,setDesc:r.defineProperty,setDescs:r.defineProperties,getKeys:r.keys,getNames:r.getOwnPropertyNames,getSymbols:r.getOwnPropertySymbols,each:[].forEach}},function(e,t,r){\"use strict\";var n=r(2).default;t.__esModule=!0,t.registerDefaultHelpers=function(e){o.default(e),a.default(e),i.default(e),u.default(e),l.default(e),s.default(e),c.default(e)},t.moveHelperToHooks=function(e,t,r){e.helpers[t]&&(e.hooks[t]=e.helpers[t],r||delete e.helpers[t])};var o=n(r(10)),a=n(r(11)),i=n(r(24)),u=n(r(25)),l=n(r(26)),s=n(r(27)),c=n(r(28))},function(e,t,r){\"use strict\";t.__esModule=!0;var n=r(4);t.default=function(e){e.registerHelper(\"blockHelperMissing\",function(t,r){var o=r.inverse,a=r.fn;if(!0===t)return a(this);if(!1===t||null==t)return o(this);if(n.isArray(t))return t.length>0?(r.ids&&(r.ids=[r.name]),e.helpers.each(t,r)):o(this);if(r.data&&r.ids){var i=n.createFrame(r.data);i.contextPath=n.appendContextPath(r.data.contextPath,r.name),r={data:i}}return a(t,r)})},e.exports=t.default},function(e,t,r){(function(n){\"use strict\";var o=r(12).default,a=r(2).default;t.__esModule=!0;var i=r(4),u=a(r(5));t.default=function(e){e.registerHelper(\"each\",function(e,t){if(!t)throw new u.default(\"Must pass iterator to #each\");var r,a=t.fn,l=t.inverse,s=0,c=\"\",f=void 0,p=void 0;function d(t,r,n){f&&(f.key=t,f.index=r,f.first=0===r,f.last=!!n,p&&(f.contextPath=p+t)),c+=a(e[t],{data:f,blockParams:i.blockParams([e[t],t],[p+t,null])})}if(t.data&&t.ids&&(p=i.appendContextPath(t.data.contextPath,t.ids[0])+\".\"),i.isFunction(e)&&(e=e.call(this)),t.data&&(f=i.createFrame(t.data)),e&&\"object\"==typeof e)if(i.isArray(e))for(var h=e.length;s<h;s++)s in e&&d(s,s,s===e.length-1);else if(n.Symbol&&e[n.Symbol.iterator]){for(var v=[],m=e[n.Symbol.iterator](),g=m.next();!g.done;g=m.next())v.push(g.value);for(h=(e=v).length;s<h;s++)d(s,s,s===e.length-1)}else r=void 0,o(e).forEach(function(e){void 0!==r&&d(r,s-1),r=e,s++}),void 0!==r&&d(r,s-1,!0);return 0===s&&(c=l(this)),c})},e.exports=t.default}).call(t,function(){return this}())},function(e,t,r){e.exports={default:r(13),__esModule:!0}},function(e,t,r){r(14),e.exports=r(20).Object.keys},function(e,t,r){var n=r(15);r(17)(\"keys\",function(e){return function(t){return e(n(t))}})},function(e,t,r){var n=r(16);e.exports=function(e){return Object(n(e))}},function(e,t){e.exports=function(e){if(null==e)throw TypeError(\"Can\\'t call method on \"+e);return e}},function(e,t,r){var n=r(18),o=r(20),a=r(23);e.exports=function(e,t){var r=(o.Object||{})[e]||Object[e],i={};i[e]=t(r),n(n.S+n.F*a(function(){r(1)}),\"Object\",i)}},function(e,t,r){var n=r(19),o=r(20),a=r(21),i=function(e,t,r){var u,l,s,c=e&i.F,f=e&i.G,p=e&i.S,d=e&i.P,h=e&i.B,v=e&i.W,m=f?o:o[t]||(o[t]={}),g=f?n:p?n[t]:(n[t]||{}).prototype;for(u in f&&(r=t),r)(l=!c&&g&&u in g)&&u in m||(s=l?g[u]:r[u],m[u]=f&&\"function\"!=typeof g[u]?r[u]:h&&l?a(s,n):v&&g[u]==s?function(e){var t=function(t){return this instanceof e?new e(t):e(t)};return t.prototype=e.prototype,t}(s):d&&\"function\"==typeof s?a(Function.call,s):s,d&&((m.prototype||(m.prototype={}))[u]=s))};i.F=1,i.G=2,i.S=4,i.P=8,i.B=16,i.W=32,e.exports=i},function(e,t){var r=e.exports=\"undefined\"!=typeof window&&window.Math==Math?window:\"undefined\"!=typeof self&&self.Math==Math?self:Function(\"return this\")();\"number\"==typeof __g&&(__g=r)},function(e,t){var r=e.exports={version:\"1.2.6\"};\"number\"==typeof __e&&(__e=r)},function(e,t,r){var n=r(22);e.exports=function(e,t,r){if(n(e),void 0===t)return e;switch(r){case 1:return function(r){return e.call(t,r)};case 2:return function(r,n){return e.call(t,r,n)};case 3:return function(r,n,o){return e.call(t,r,n,o)}}return function(){return e.apply(t,arguments)}}},function(e,t){e.exports=function(e){if(\"function\"!=typeof e)throw TypeError(e+\" is not a function!\");return e}},function(e,t){e.exports=function(e){try{return!!e()}catch(e){return!0}}},function(e,t,r){\"use strict\";var n=r(2).default;t.__esModule=!0;var o=n(r(5));t.default=function(e){e.registerHelper(\"helperMissing\",function(){if(1!==arguments.length)throw new o.default(\\'Missing helper: \"\\'+arguments[arguments.length-1].name+\\'\"\\')})},e.exports=t.default},function(e,t,r){\"use strict\";var n=r(2).default;t.__esModule=!0;var o=r(4),a=n(r(5));t.default=function(e){e.registerHelper(\"if\",function(e,t){if(2!=arguments.length)throw new a.default(\"#if requires exactly one argument\");return o.isFunction(e)&&(e=e.call(this)),!t.hash.includeZero&&!e||o.isEmpty(e)?t.inverse(this):t.fn(this)}),e.registerHelper(\"unless\",function(t,r){if(2!=arguments.length)throw new a.default(\"#unless requires exactly one argument\");return e.helpers.if.call(this,t,{fn:r.inverse,inverse:r.fn,hash:r.hash})})},e.exports=t.default},function(e,t){\"use strict\";t.__esModule=!0,t.default=function(e){e.registerHelper(\"log\",function(){for(var t=[void 0],r=arguments[arguments.length-1],n=0;n<arguments.length-1;n++)t.push(arguments[n]);var o=1;null!=r.hash.level?o=r.hash.level:r.data&&null!=r.data.level&&(o=r.data.level),t[0]=o,e.log.apply(e,t)})},e.exports=t.default},function(e,t){\"use strict\";t.__esModule=!0,t.default=function(e){e.registerHelper(\"lookup\",function(e,t,r){return e?r.lookupProperty(e,t):e})},e.exports=t.default},function(e,t,r){\"use strict\";var n=r(2).default;t.__esModule=!0;var o=r(4),a=n(r(5));t.default=function(e){e.registerHelper(\"with\",function(e,t){if(2!=arguments.length)throw new a.default(\"#with requires exactly one argument\");o.isFunction(e)&&(e=e.call(this));var r=t.fn;if(o.isEmpty(e))return t.inverse(this);var n=t.data;return t.data&&t.ids&&((n=o.createFrame(t.data)).contextPath=o.appendContextPath(t.data.contextPath,t.ids[0])),r(e,{data:n,blockParams:o.blockParams([e],[n&&n.contextPath])})})},e.exports=t.default},function(e,t,r){\"use strict\";var n=r(2).default;t.__esModule=!0,t.registerDefaultDecorators=function(e){o.default(e)};var o=n(r(30))},function(e,t,r){\"use strict\";t.__esModule=!0;var n=r(4);t.default=function(e){e.registerDecorator(\"inline\",function(e,t,r,o){var a=e;return t.partials||(t.partials={},a=function(o,a){var i=r.partials;r.partials=n.extend({},i,t.partials);var u=e(o,a);return r.partials=i,u}),t.partials[o.args[0]]=o.fn,a})},e.exports=t.default},function(e,t,r){\"use strict\";t.__esModule=!0;var n=r(4),o={methodMap:[\"debug\",\"info\",\"warn\",\"error\"],level:\"info\",lookupLevel:function(e){if(\"string\"==typeof e){var t=n.indexOf(o.methodMap,e.toLowerCase());e=t>=0?t:parseInt(e,10)}return e},log:function(e){if(e=o.lookupLevel(e),\"undefined\"!=typeof console&&o.lookupLevel(o.level)<=e){var t=o.methodMap[e];console[t]||(t=\"log\");for(var r=arguments.length,n=Array(r>1?r-1:0),a=1;a<r;a++)n[a-1]=arguments[a];console[t].apply(console,n)}}};t.default=o,e.exports=t.default},function(e,t,r){\"use strict\";var n=r(33).default,o=r(12).default,a=r(1).default;t.__esModule=!0,t.createProtoAccessControl=function(e){var t=n(null);t.constructor=!1,t.__defineGetter__=!1,t.__defineSetter__=!1,t.__lookupGetter__=!1;var r=n(null);return r.__proto__=!1,{properties:{whitelist:i.createNewLookupObject(r,e.allowedProtoProperties),defaultValue:e.allowProtoPropertiesByDefault},methods:{whitelist:i.createNewLookupObject(t,e.allowedProtoMethods),defaultValue:e.allowProtoMethodsByDefault}}},t.resultIsAllowed=function(e,t,r){return s(\"function\"==typeof e?t.methods:t.properties,r)},t.resetLoggedProperties=function(){o(l).forEach(function(e){delete l[e]})};var i=r(35),u=a(r(31)),l=n(null);function s(e,t){return void 0!==e.whitelist[t]?!0===e.whitelist[t]:void 0!==e.defaultValue?e.defaultValue:(function(e){!0!==l[e]&&(l[e]=!0,u.log(\"error\",\\'Handlebars: Access has been denied to resolve the property \"\\'+e+\\'\" because it is not an \"own property\" of its parent.\\\\nYou can add a runtime option to disable the check or this warning:\\\\nSee https://handlebarsjs.com/api-reference/runtime-options.html#options-to-control-prototype-access for details\\'))}(t),!1)}},function(e,t,r){e.exports={default:r(34),__esModule:!0}},function(e,t,r){var n=r(8);e.exports=function(e,t){return n.create(e,t)}},function(e,t,r){\"use strict\";var n=r(33).default;t.__esModule=!0,t.createNewLookupObject=function(){for(var e=arguments.length,t=Array(e),r=0;r<e;r++)t[r]=arguments[r];return o.extend.apply(void 0,[n(null)].concat(t))};var o=r(4)},function(e,t){\"use strict\";function r(e){this.string=e}t.__esModule=!0,r.prototype.toString=r.prototype.toHTML=function(){return\"\"+this.string},t.default=r,e.exports=t.default},function(e,t,r){\"use strict\";var n=r(38).default,o=r(12).default,a=r(1).default,i=r(2).default;t.__esModule=!0,t.checkRevision=function(e){var t=e&&e[0]||1,r=s.COMPILER_REVISION;if(t>=s.LAST_COMPATIBLE_COMPILER_REVISION&&t<=s.COMPILER_REVISION)return;if(t<s.LAST_COMPATIBLE_COMPILER_REVISION){var n=s.REVISION_CHANGES[r],o=s.REVISION_CHANGES[t];throw new l.default(\"Template was precompiled with an older version of Handlebars than the current runtime. Please update your precompiler to a newer version (\"+n+\") or downgrade your runtime to an older version (\"+o+\").\")}throw new l.default(\"Template was precompiled with a newer version of Handlebars than the current runtime. Please update your runtime to a newer version (\"+e[1]+\").\")},t.template=function(e,t){if(!t)throw new l.default(\"No environment passed to template\");if(!e||!e.main)throw new l.default(\"Unknown template object: \"+typeof e);e.main.decorator=e.main_d,t.VM.checkRevision(e.compiler);var r=e.compiler&&7===e.compiler[0];var a={strict:function(e,t,r){if(!(e&&t in e))throw new l.default(\\'\"\\'+t+\\'\" not defined in \\'+e,{loc:r});return a.lookupProperty(e,t)},lookupProperty:function(e,t){var r=e[t];return null==r?r:Object.prototype.hasOwnProperty.call(e,t)?r:p.resultIsAllowed(r,a.protoAccessControl,t)?r:void 0},lookup:function(e,t){for(var r=e.length,n=0;n<r;n++){var o=e[n]&&a.lookupProperty(e[n],t);if(null!=o)return e[n][t]}},lambda:function(e,t){return\"function\"==typeof e?e.call(t):e},escapeExpression:u.escapeExpression,invokePartial:function(r,n,o){o.hash&&(n=u.extend({},n,o.hash),o.ids&&(o.ids[0]=!0));r=t.VM.resolvePartial.call(this,r,n,o);var a=u.extend({},o,{hooks:this.hooks,protoAccessControl:this.protoAccessControl}),i=t.VM.invokePartial.call(this,r,n,a);null==i&&t.compile&&(o.partials[o.name]=t.compile(r,e.compilerOptions,t),i=o.partials[o.name](n,a));if(null!=i){if(o.indent){for(var s=i.split(\"\\\\n\"),c=0,f=s.length;c<f&&(s[c]||c+1!==f);c++)s[c]=o.indent+s[c];i=s.join(\"\\\\n\")}return i}throw new l.default(\"The partial \"+o.name+\" could not be compiled when running in runtime-only mode\")},fn:function(t){var r=e[t];return r.decorator=e[t+\"_d\"],r},programs:[],program:function(e,t,r,n,o){var a=this.programs[e],i=this.fn(e);return t||o||n||r?a=d(this,e,i,t,r,n,o):a||(a=this.programs[e]=d(this,e,i)),a},data:function(e,t){for(;e&&t--;)e=e._parent;return e},mergeIfNeeded:function(e,t){var r=e||t;return e&&t&&e!==t&&(r=u.extend({},t,e)),r},nullContext:n({}),noop:t.VM.noop,compilerInfo:e.compiler};function i(t){var r=arguments.length<=1||void 0===arguments[1]?{}:arguments[1],n=r.data;i._setup(r),!r.partial&&e.useData&&(n=function(e,t){t&&\"root\"in t||((t=t?s.createFrame(t):{}).root=e);return t}(t,n));var o=void 0,u=e.useBlockParams?[]:void 0;function l(t){return\"\"+e.main(a,t,a.helpers,a.partials,n,u,o)}return e.useDepths&&(o=r.depths?t!=r.depths[0]?[t].concat(r.depths):r.depths:[t]),(l=v(e.main,l,a,r.depths||[],n,u))(t,r)}return i.isTop=!0,i._setup=function(n){if(n.partial)a.protoAccessControl=n.protoAccessControl,a.helpers=n.helpers,a.partials=n.partials,a.decorators=n.decorators,a.hooks=n.hooks;else{var i=u.extend({},t.helpers,n.helpers);!function(e,t){o(e).forEach(function(r){var n=e[r];e[r]=function(e,t){var r=t.lookupProperty;return f.wrapHelper(e,function(e){return u.extend({lookupProperty:r},e)})}(n,t)})}(i,a),a.helpers=i,e.usePartial&&(a.partials=a.mergeIfNeeded(n.partials,t.partials)),(e.usePartial||e.useDecorators)&&(a.decorators=u.extend({},t.decorators,n.decorators)),a.hooks={},a.protoAccessControl=p.createProtoAccessControl(n);var l=n.allowCallsToHelperMissing||r;c.moveHelperToHooks(a,\"helperMissing\",l),c.moveHelperToHooks(a,\"blockHelperMissing\",l)}},i._child=function(t,r,n,o){if(e.useBlockParams&&!n)throw new l.default(\"must pass block params\");if(e.useDepths&&!o)throw new l.default(\"must pass parent depths\");return d(a,t,e[t],r,0,n,o)},i},t.wrapProgram=d,t.resolvePartial=function(e,t,r){e?e.call||r.name||(r.name=e,e=r.partials[e]):e=\"@partial-block\"===r.name?r.data[\"partial-block\"]:r.partials[r.name];return e},t.invokePartial=function(e,t,r){var n=r.data&&r.data[\"partial-block\"];r.partial=!0,r.ids&&(r.data.contextPath=r.ids[0]||r.data.contextPath);var o=void 0;r.fn&&r.fn!==h&&function(){r.data=s.createFrame(r.data);var e=r.fn;o=r.data[\"partial-block\"]=function(t){var r=arguments.length<=1||void 0===arguments[1]?{}:arguments[1];return r.data=s.createFrame(r.data),r.data[\"partial-block\"]=n,e(t,r)},e.partials&&(r.partials=u.extend({},r.partials,e.partials))}();void 0===e&&o&&(e=o);if(void 0===e)throw new l.default(\"The partial \"+r.name+\" could not be found\");if(e instanceof Function)return e(t,r)},t.noop=h;var u=a(r(4)),l=i(r(5)),s=r(3),c=r(9),f=r(42),p=r(32);function d(e,t,r,n,o,a,i){function u(t){var o=arguments.length<=1||void 0===arguments[1]?{}:arguments[1],u=i;return!i||t==i[0]||t===e.nullContext&&null===i[0]||(u=[t].concat(i)),r(e,t,e.helpers,e.partials,o.data||n,a&&[o.blockParams].concat(a),u)}return(u=v(r,u,e,i,n,a)).program=t,u.depth=i?i.length:0,u.blockParams=o||0,u}function h(){return\"\"}function v(e,t,r,n,o,a){if(e.decorator){var i={};t=e.decorator(t,i,r,n&&n[0],o,a,n),u.extend(t,i)}return t}},function(e,t,r){e.exports={default:r(39),__esModule:!0}},function(e,t,r){r(40),e.exports=r(20).Object.seal},function(e,t,r){var n=r(41);r(17)(\"seal\",function(e){return function(t){return e&&n(t)?e(t):t}})},function(e,t){e.exports=function(e){return\"object\"==typeof e?null!==e:\"function\"==typeof e}},function(e,t){\"use strict\";t.__esModule=!0,t.wrapHelper=function(e,t){if(\"function\"!=typeof e)return e;return function(){var r=arguments[arguments.length-1];return arguments[arguments.length-1]=t(r),e.apply(this,arguments)}}},function(e,t){(function(r){\"use strict\";t.__esModule=!0,t.default=function(e){var t=void 0!==r?r:window,n=t.Handlebars;e.noConflict=function(){return t.Handlebars===e&&(t.Handlebars=n),e}},e.exports=t.default}).call(t,function(){return this}())}])});\\n}, {}];\\nwindow.modules[\"2879\"] = [function(require,module,exports){(function (global){(function (){\\n!function(r){var e=\"object\"==typeof exports&&exports,a=\"object\"==typeof module&&module&&module.exports==e&&module,t=\"object\"==typeof global&&global;t.global!==t&&t.window!==t||(r=t);var o=/[\\\\uD800-\\\\uDBFF][\\\\uDC00-\\\\uDFFF]/g,s=/[\\\\x01-\\\\x7F]/g,u=/[\\\\x01-\\\\t\\\\x0B\\\\f\\\\x0E-\\\\x1F\\\\x7F\\\\x81\\\\x8D\\\\x8F\\\\x90\\\\x9D\\\\xA0-\\\\uFFFF]/g,c=/<\\\\u20D2|=\\\\u20E5|>\\\\u20D2|\\\\u205F\\\\u200A|\\\\u219D\\\\u0338|\\\\u2202\\\\u0338|\\\\u2220\\\\u20D2|\\\\u2229\\\\uFE00|\\\\u222A\\\\uFE00|\\\\u223C\\\\u20D2|\\\\u223D\\\\u0331|\\\\u223E\\\\u0333|\\\\u2242\\\\u0338|\\\\u224B\\\\u0338|\\\\u224D\\\\u20D2|\\\\u224E\\\\u0338|\\\\u224F\\\\u0338|\\\\u2250\\\\u0338|\\\\u2261\\\\u20E5|\\\\u2264\\\\u20D2|\\\\u2265\\\\u20D2|\\\\u2266\\\\u0338|\\\\u2267\\\\u0338|\\\\u2268\\\\uFE00|\\\\u2269\\\\uFE00|\\\\u226A\\\\u0338|\\\\u226A\\\\u20D2|\\\\u226B\\\\u0338|\\\\u226B\\\\u20D2|\\\\u227F\\\\u0338|\\\\u2282\\\\u20D2|\\\\u2283\\\\u20D2|\\\\u228A\\\\uFE00|\\\\u228B\\\\uFE00|\\\\u228F\\\\u0338|\\\\u2290\\\\u0338|\\\\u2293\\\\uFE00|\\\\u2294\\\\uFE00|\\\\u22B4\\\\u20D2|\\\\u22B5\\\\u20D2|\\\\u22D8\\\\u0338|\\\\u22D9\\\\u0338|\\\\u22DA\\\\uFE00|\\\\u22DB\\\\uFE00|\\\\u22F5\\\\u0338|\\\\u22F9\\\\u0338|\\\\u2933\\\\u0338|\\\\u29CF\\\\u0338|\\\\u29D0\\\\u0338|\\\\u2A6D\\\\u0338|\\\\u2A70\\\\u0338|\\\\u2A7D\\\\u0338|\\\\u2A7E\\\\u0338|\\\\u2AA1\\\\u0338|\\\\u2AA2\\\\u0338|\\\\u2AAC\\\\uFE00|\\\\u2AAD\\\\uFE00|\\\\u2AAF\\\\u0338|\\\\u2AB0\\\\u0338|\\\\u2AC5\\\\u0338|\\\\u2AC6\\\\u0338|\\\\u2ACB\\\\uFE00|\\\\u2ACC\\\\uFE00|\\\\u2AFD\\\\u20E5|[\\\\xA0-\\\\u0113\\\\u0116-\\\\u0122\\\\u0124-\\\\u012B\\\\u012E-\\\\u014D\\\\u0150-\\\\u017E\\\\u0192\\\\u01B5\\\\u01F5\\\\u0237\\\\u02C6\\\\u02C7\\\\u02D8-\\\\u02DD\\\\u0311\\\\u0391-\\\\u03A1\\\\u03A3-\\\\u03A9\\\\u03B1-\\\\u03C9\\\\u03D1\\\\u03D2\\\\u03D5\\\\u03D6\\\\u03DC\\\\u03DD\\\\u03F0\\\\u03F1\\\\u03F5\\\\u03F6\\\\u0401-\\\\u040C\\\\u040E-\\\\u044F\\\\u0451-\\\\u045C\\\\u045E\\\\u045F\\\\u2002-\\\\u2005\\\\u2007-\\\\u2010\\\\u2013-\\\\u2016\\\\u2018-\\\\u201A\\\\u201C-\\\\u201E\\\\u2020-\\\\u2022\\\\u2025\\\\u2026\\\\u2030-\\\\u2035\\\\u2039\\\\u203A\\\\u203E\\\\u2041\\\\u2043\\\\u2044\\\\u204F\\\\u2057\\\\u205F-\\\\u2063\\\\u20AC\\\\u20DB\\\\u20DC\\\\u2102\\\\u2105\\\\u210A-\\\\u2113\\\\u2115-\\\\u211E\\\\u2122\\\\u2124\\\\u2127-\\\\u2129\\\\u212C\\\\u212D\\\\u212F-\\\\u2131\\\\u2133-\\\\u2138\\\\u2145-\\\\u2148\\\\u2153-\\\\u215E\\\\u2190-\\\\u219B\\\\u219D-\\\\u21A7\\\\u21A9-\\\\u21AE\\\\u21B0-\\\\u21B3\\\\u21B5-\\\\u21B7\\\\u21BA-\\\\u21DB\\\\u21DD\\\\u21E4\\\\u21E5\\\\u21F5\\\\u21FD-\\\\u2205\\\\u2207-\\\\u2209\\\\u220B\\\\u220C\\\\u220F-\\\\u2214\\\\u2216-\\\\u2218\\\\u221A\\\\u221D-\\\\u2238\\\\u223A-\\\\u2257\\\\u2259\\\\u225A\\\\u225C\\\\u225F-\\\\u2262\\\\u2264-\\\\u228B\\\\u228D-\\\\u229B\\\\u229D-\\\\u22A5\\\\u22A7-\\\\u22B0\\\\u22B2-\\\\u22BB\\\\u22BD-\\\\u22DB\\\\u22DE-\\\\u22E3\\\\u22E6-\\\\u22F7\\\\u22F9-\\\\u22FE\\\\u2305\\\\u2306\\\\u2308-\\\\u2310\\\\u2312\\\\u2313\\\\u2315\\\\u2316\\\\u231C-\\\\u231F\\\\u2322\\\\u2323\\\\u232D\\\\u232E\\\\u2336\\\\u233D\\\\u233F\\\\u237C\\\\u23B0\\\\u23B1\\\\u23B4-\\\\u23B6\\\\u23DC-\\\\u23DF\\\\u23E2\\\\u23E7\\\\u2423\\\\u24C8\\\\u2500\\\\u2502\\\\u250C\\\\u2510\\\\u2514\\\\u2518\\\\u251C\\\\u2524\\\\u252C\\\\u2534\\\\u253C\\\\u2550-\\\\u256C\\\\u2580\\\\u2584\\\\u2588\\\\u2591-\\\\u2593\\\\u25A1\\\\u25AA\\\\u25AB\\\\u25AD\\\\u25AE\\\\u25B1\\\\u25B3-\\\\u25B5\\\\u25B8\\\\u25B9\\\\u25BD-\\\\u25BF\\\\u25C2\\\\u25C3\\\\u25CA\\\\u25CB\\\\u25EC\\\\u25EF\\\\u25F8-\\\\u25FC\\\\u2605\\\\u2606\\\\u260E\\\\u2640\\\\u2642\\\\u2660\\\\u2663\\\\u2665\\\\u2666\\\\u266A\\\\u266D-\\\\u266F\\\\u2713\\\\u2717\\\\u2720\\\\u2736\\\\u2758\\\\u2772\\\\u2773\\\\u27C8\\\\u27C9\\\\u27E6-\\\\u27ED\\\\u27F5-\\\\u27FA\\\\u27FC\\\\u27FF\\\\u2902-\\\\u2905\\\\u290C-\\\\u2913\\\\u2916\\\\u2919-\\\\u2920\\\\u2923-\\\\u292A\\\\u2933\\\\u2935-\\\\u2939\\\\u293C\\\\u293D\\\\u2945\\\\u2948-\\\\u294B\\\\u294E-\\\\u2976\\\\u2978\\\\u2979\\\\u297B-\\\\u297F\\\\u2985\\\\u2986\\\\u298B-\\\\u2996\\\\u299A\\\\u299C\\\\u299D\\\\u29A4-\\\\u29B7\\\\u29B9\\\\u29BB\\\\u29BC\\\\u29BE-\\\\u29C5\\\\u29C9\\\\u29CD-\\\\u29D0\\\\u29DC-\\\\u29DE\\\\u29E3-\\\\u29E5\\\\u29EB\\\\u29F4\\\\u29F6\\\\u2A00-\\\\u2A02\\\\u2A04\\\\u2A06\\\\u2A0C\\\\u2A0D\\\\u2A10-\\\\u2A17\\\\u2A22-\\\\u2A27\\\\u2A29\\\\u2A2A\\\\u2A2D-\\\\u2A31\\\\u2A33-\\\\u2A3C\\\\u2A3F\\\\u2A40\\\\u2A42-\\\\u2A4D\\\\u2A50\\\\u2A53-\\\\u2A58\\\\u2A5A-\\\\u2A5D\\\\u2A5F\\\\u2A66\\\\u2A6A\\\\u2A6D-\\\\u2A75\\\\u2A77-\\\\u2A9A\\\\u2A9D-\\\\u2AA2\\\\u2AA4-\\\\u2AB0\\\\u2AB3-\\\\u2AC8\\\\u2ACB\\\\u2ACC\\\\u2ACF-\\\\u2ADB\\\\u2AE4\\\\u2AE6-\\\\u2AE9\\\\u2AEB-\\\\u2AF3\\\\u2AFD\\\\uFB00-\\\\uFB04]|\\\\uD835[\\\\uDC9C\\\\uDC9E\\\\uDC9F\\\\uDCA2\\\\uDCA5\\\\uDCA6\\\\uDCA9-\\\\uDCAC\\\\uDCAE-\\\\uDCB9\\\\uDCBB\\\\uDCBD-\\\\uDCC3\\\\uDCC5-\\\\uDCCF\\\\uDD04\\\\uDD05\\\\uDD07-\\\\uDD0A\\\\uDD0D-\\\\uDD14\\\\uDD16-\\\\uDD1C\\\\uDD1E-\\\\uDD39\\\\uDD3B-\\\\uDD3E\\\\uDD40-\\\\uDD44\\\\uDD46\\\\uDD4A-\\\\uDD50\\\\uDD52-\\\\uDD6B]/g,l={\"\\xad\":\"shy\",\"\\u200c\":\"zwnj\",\"\\u200d\":\"zwj\",\"\\u200e\":\"lrm\",\"\\u2063\":\"ic\",\"\\u2062\":\"it\",\"\\u2061\":\"af\",\"\\u200f\":\"rlm\",\"\\u200b\":\"ZeroWidthSpace\",\"\\u2060\":\"NoBreak\",\"̑\":\"DownBreve\",\"⃛\":\"tdot\",\"⃜\":\"DotDot\",\"\\\\t\":\"Tab\",\"\\\\n\":\"NewLine\",\"\\u2008\":\"puncsp\",\"\\u205f\":\"MediumSpace\",\"\\u2009\":\"thinsp\",\"\\u200a\":\"hairsp\",\"\\u2004\":\"emsp13\",\"\\u2002\":\"ensp\",\"\\u2005\":\"emsp14\",\"\\u2003\":\"emsp\",\"\\u2007\":\"numsp\",\"\\xa0\":\"nbsp\",\"\\u205f\\u200a\":\"ThickSpace\",\"‾\":\"oline\",_:\"lowbar\",\"\":\"dash\",\"\":\"ndash\",\"—\":\"mdash\",\"―\":\"horbar\",\",\":\"comma\",\";\":\"semi\",\"⁏\":\"bsemi\",\":\":\"colon\",\"⩴\":\"Colone\",\"!\":\"excl\",\"¡\":\"iexcl\",\"?\":\"quest\",\"¿\":\"iquest\",\".\":\"period\",\"‥\":\"nldr\",\"…\":\"mldr\",\"·\":\"middot\",\"\\'\":\"apos\",\"\":\"lsquo\",\"\":\"rsquo\",\"\":\"sbquo\",\"\":\"lsaquo\",\"\":\"rsaquo\",\\'\"\\':\"quot\",\"“\":\"ldquo\",\"”\":\"rdquo\",\"„\":\"bdquo\",\"«\":\"laquo\",\"»\":\"raquo\",\"(\":\"lpar\",\")\":\"rpar\",\"[\":\"lsqb\",\"]\":\"rsqb\",\"{\":\"lcub\",\"}\":\"rcub\",\"⌈\":\"lceil\",\"⌉\":\"rceil\",\"⌊\":\"lfloor\",\"⌋\":\"rfloor\",\"⦅\":\"lopar\",\"⦆\":\"ropar\",\"⦋\":\"lbrke\",\"⦌\":\"rbrke\",\"⦍\":\"lbrkslu\",\"⦎\":\"rbrksld\",\"⦏\":\"lbrksld\",\"⦐\":\"rbrkslu\",\"⦑\":\"langd\",\"⦒\":\"rangd\",\"⦓\":\"lparlt\",\"⦔\":\"rpargt\",\"⦕\":\"gtlPar\",\"⦖\":\"ltrPar\",\"⟦\":\"lobrk\",\"⟧\":\"robrk\",\"⟨\":\"lang\",\"⟩\":\"rang\",\"⟪\":\"Lang\",\"⟫\":\"Rang\",\"⟬\":\"loang\",\"⟭\":\"roang\",\"\":\"lbbrk\",\"\":\"rbbrk\",\"‖\":\"Vert\",\"§\":\"sect\",\"¶\":\"para\",\"@\":\"commat\",\"*\":\"ast\",\"/\":\"sol\",undefined:null,\"&\":\"amp\",\"#\":\"num\",\"%\":\"percnt\",\"‰\":\"permil\",\"‱\":\"pertenk\",\"†\":\"dagger\",\"‡\":\"Dagger\",\"•\":\"bull\",\"\":\"hybull\",\"\":\"prime\",\"″\":\"Prime\",\"‴\":\"tprime\",\"⁗\":\"qprime\",\"\":\"bprime\",\"\":\"caret\",\"`\":\"grave\",\"´\":\"acute\",\"˜\":\"tilde\",\"^\":\"Hat\",\"¯\":\"macr\",\"˘\":\"breve\",\"˙\":\"dot\",\"¨\":\"die\",\"˚\":\"ring\",\"˝\":\"dblac\",\"¸\":\"cedil\",\"˛\":\"ogon\",\"ˆ\":\"circ\",\"ˇ\":\"caron\",\"°\":\"deg\",\"©\":\"copy\",\"®\":\"reg\",\"℗\":\"copysr\",\"℘\":\"wp\",\"℞\":\"rx\",\"℧\":\"mho\",\"℩\":\"iiota\",\"←\":\"larr\",\"↚\":\"nlarr\",\"→\":\"rarr\",\"↛\":\"nrarr\",\"↑\":\"uarr\",\"↓\":\"darr\",\"↔\":\"harr\",\"↮\":\"nharr\",\"↕\":\"varr\",\"↖\":\"nwarr\",\"↗\":\"nearr\",\"↘\":\"searr\",\"↙\":\"swarr\",\"↝\":\"rarrw\",\"↝̸\":\"nrarrw\",\"↞\":\"Larr\",\"↟\":\"Uarr\",\"↠\":\"Rarr\",\"↡\":\"Darr\",\"↢\":\"larrtl\",\"↣\":\"rarrtl\",\"↤\":\"mapstoleft\",\"↥\":\"mapstoup\",\"↦\":\"map\",\"↧\":\"mapstodown\",\"↩\":\"larrhk\",\"↪\":\"rarrhk\",\"↫\":\"larrlp\",\"↬\":\"rarrlp\",\"↭\":\"harrw\",\"↰\":\"lsh\",\"↱\":\"rsh\",\"↲\":\"ldsh\",\"↳\":\"rdsh\",\"↵\":\"crarr\",\"↶\":\"cularr\",\"↷\":\"curarr\",\"↺\":\"olarr\",\"↻\":\"orarr\",\"↼\":\"lharu\",\"↽\":\"lhard\",\"↾\":\"uharr\",\"↿\":\"uharl\",\"⇀\":\"rharu\",\"⇁\":\"rhard\",\"⇂\":\"dharr\",\"⇃\":\"dharl\",\"⇄\":\"rlarr\",\"⇅\":\"udarr\",\"⇆\":\"lrarr\",\"⇇\":\"llarr\",\"⇈\":\"uuarr\",\"⇉\":\"rrarr\",\"⇊\":\"ddarr\",\"⇋\":\"lrhar\",\"⇌\":\"rlhar\",\"⇐\":\"lArr\",\"⇍\":\"nlArr\",\"⇑\":\"uArr\",\"⇒\":\"rArr\",\"⇏\":\"nrArr\",\"⇓\":\"dArr\",\"⇔\":\"iff\",\"⇎\":\"nhArr\",\"⇕\":\"vArr\",\"⇖\":\"nwArr\",\"⇗\":\"neArr\",\"⇘\":\"seArr\",\"⇙\":\"swArr\",\"⇚\":\"lAarr\",\"⇛\":\"rAarr\",\"⇝\":\"zigrarr\",\"⇤\":\"larrb\",\"⇥\":\"rarrb\",\"⇵\":\"duarr\",\"⇽\":\"loarr\",\"⇾\":\"roarr\",\"⇿\":\"hoarr\",\"∀\":\"forall\",\"∁\":\"comp\",\"∂\":\"part\",\"∂̸\":\"npart\",\"∃\":\"exist\",\"∄\":\"nexist\",\"∅\":\"empty\",\"∇\":\"Del\",\"∈\":\"in\",\"∉\":\"notin\",\"∋\":\"ni\",\"∌\":\"notni\",\"϶\":\"bepsi\",\"∏\":\"prod\",\"∐\":\"coprod\",\"∑\":\"sum\",\"+\":\"plus\",\"±\":\"pm\",\"÷\":\"div\",\"×\":\"times\",\"<\":\"lt\",\"≮\":\"nlt\",\"<⃒\":\"nvlt\",\"=\":\"equals\",\"≠\":\"ne\",\"=⃥\":\"bne\",\"⩵\":\"Equal\",\">\":\"gt\",\"≯\":\"ngt\",\">⃒\":\"nvgt\",\"¬\":\"not\",\"|\":\"vert\",\"¦\":\"brvbar\",\"\":\"minus\",\"∓\":\"mp\",\"∔\":\"plusdo\",\"\":\"frasl\",\"\":\"setmn\",\"\":\"lowast\",\"∘\":\"compfn\",\"√\":\"Sqrt\",\"∝\":\"prop\",\"∞\":\"infin\",\"∟\":\"angrt\",\"∠\":\"ang\",\"∠⃒\":\"nang\",\"∡\":\"angmsd\",\"∢\":\"angsph\",\"\":\"mid\",\"∤\":\"nmid\",\"∥\":\"par\",\"∦\":\"npar\",\"∧\":\"and\",\"\":\"or\",\"∩\":\"cap\",\"∩︀\":\"caps\",\"\":\"cup\",\"\":\"cups\",\"∫\":\"int\",\"∬\":\"Int\",\"∭\":\"tint\",\"⨌\":\"qint\",\"∮\":\"oint\",\"∯\":\"Conint\",\"∰\":\"Cconint\",\"∱\":\"cwint\",\"∲\":\"cwconint\",\"∳\":\"awconint\",\"∴\":\"there4\",\"∵\":\"becaus\",\"\":\"ratio\",\"∷\":\"Colon\",\"∸\":\"minusd\",\"∺\":\"mDDot\",\"∻\":\"homtht\",\"\":\"sim\",\"≁\":\"nsim\",\"∼⃒\":\"nvsim\",\"∽\":\"bsim\",\"∽̱\":\"race\",\"∾\":\"ac\",\"∾̳\":\"acE\",\"∿\":\"acd\",\"≀\":\"wr\",\"≂\":\"esim\",\"≂̸\":\"nesim\",\"≃\":\"sime\",\"≄\":\"nsime\",\"≅\":\"cong\",\"≇\":\"ncong\",\"≆\":\"simne\",\"≈\":\"ap\",\"≉\":\"nap\",\"≊\":\"ape\",\"≋\":\"apid\",\"≋̸\":\"napid\",\"≌\":\"bcong\",\"≍\":\"CupCap\",\"≭\":\"NotCupCap\",\"≍⃒\":\"nvap\",\"≎\":\"bump\",\"≎̸\":\"nbump\",\"≏\":\"bumpe\",\"≏̸\":\"nbumpe\",\"≐\":\"doteq\",\"≐̸\":\"nedot\",\"≑\":\"eDot\",\"≒\":\"efDot\",\"≓\":\"erDot\",\"≔\":\"colone\",\"≕\":\"ecolon\",\"≖\":\"ecir\",\"≗\":\"cire\",\"≙\":\"wedgeq\",\"≚\":\"veeeq\",\"≜\":\"trie\",\"≟\":\"equest\",\"≡\":\"equiv\",\"≢\":\"nequiv\",\"≡⃥\":\"bnequiv\",\"≤\":\"le\",\"≰\":\"nle\",\"≤⃒\":\"nvle\",\"≥\":\"ge\",\"≱\":\"nge\",\"≥⃒\":\"nvge\",\"≦\":\"lE\",\"≦̸\":\"nlE\",\"≧\":\"gE\",\"≧̸\":\"ngE\",\"≨︀\":\"lvnE\",\"≨\":\"lnE\",\"≩\":\"gnE\",\"≩︀\":\"gvnE\",\"≪\":\"ll\",\"≪̸\":\"nLtv\",\"≪⃒\":\"nLt\",\"≫\":\"gg\",\"≫̸\":\"nGtv\",\"≫⃒\":\"nGt\",\"≬\":\"twixt\",\"≲\":\"lsim\",\"≴\":\"nlsim\",\"≳\":\"gsim\",\"≵\":\"ngsim\",\"≶\":\"lg\",\"≸\":\"ntlg\",\"≷\":\"gl\",\"≹\":\"ntgl\",\"≺\":\"pr\",\"⊀\":\"npr\",\"≻\":\"sc\",\"⊁\":\"nsc\",\"≼\":\"prcue\",\"⋠\":\"nprcue\",\"≽\":\"sccue\",\"⋡\":\"nsccue\",\"≾\":\"prsim\",\"≿\":\"scsim\",\"≿̸\":\"NotSucceedsTilde\",\"⊂\":\"sub\",\"⊄\":\"nsub\",\"⊂⃒\":\"vnsub\",\"⊃\":\"sup\",\"⊅\":\"nsup\",\"⊃⃒\":\"vnsup\",\"⊆\":\"sube\",\"⊈\":\"nsube\",\"⊇\":\"supe\",\"⊉\":\"nsupe\",\"⊊︀\":\"vsubne\",\"⊊\":\"subne\",\"⊋︀\":\"vsupne\",\"⊋\":\"supne\",\"⊍\":\"cupdot\",\"⊎\":\"uplus\",\"⊏\":\"sqsub\",\"⊏̸\":\"NotSquareSubset\",\"⊐\":\"sqsup\",\"⊐̸\":\"NotSquareSuperset\",\"⊑\":\"sqsube\",\"⋢\":\"nsqsube\",\"⊒\":\"sqsupe\",\"⋣\":\"nsqsupe\",\"⊓\":\"sqcap\",\"⊓︀\":\"sqcaps\",\"⊔\":\"sqcup\",\"⊔︀\":\"sqcups\",\"⊕\":\"oplus\",\"⊖\":\"ominus\",\"⊗\":\"otimes\",\"⊘\":\"osol\",\"⊙\":\"odot\",\"⊚\":\"ocir\",\"⊛\":\"oast\",\"⊝\":\"odash\",\"⊞\":\"plusb\",\"⊟\":\"minusb\",\"⊠\":\"timesb\",\"⊡\":\"sdotb\",\"⊢\":\"vdash\",\"⊬\":\"nvdash\",\"⊣\":\"dashv\",\"\":\"top\",\"⊥\":\"bot\",\"⊧\":\"models\",\"⊨\":\"vDash\",\"⊭\":\"nvDash\",\"⊩\":\"Vdash\",\"⊮\":\"nVdash\",\"⊪\":\"Vvdash\",\"⊫\":\"VDash\",\"⊯\":\"nVDash\",\"⊰\":\"prurel\",\"⊲\":\"vltri\",\"⋪\":\"nltri\",\"⊳\":\"vrtri\",\"⋫\":\"nrtri\",\"⊴\":\"ltrie\",\"⋬\":\"nltrie\",\"⊴⃒\":\"nvltrie\",\"⊵\":\"rtrie\",\"⋭\":\"nrtrie\",\"⊵⃒\":\"nvrtrie\",\"⊶\":\"origof\",\"⊷\":\"imof\",\"⊸\":\"mumap\",\"⊹\":\"hercon\",\"⊺\":\"intcal\",\"⊻\":\"veebar\",\"⊽\":\"barvee\",\"⊾\":\"angrtvb\",\"⊿\":\"lrtri\",\"⋀\":\"Wedge\",\"\":\"Vee\",\"⋂\":\"xcap\",\"\":\"xcup\",\"⋄\":\"diam\",\"⋅\":\"sdot\",\"⋆\":\"Star\",\"⋇\":\"divonx\",\"⋈\":\"bowtie\",\"⋉\":\"ltimes\",\"⋊\":\"rtimes\",\"⋋\":\"lthree\",\"⋌\":\"rthree\",\"⋍\":\"bsime\",\"⋎\":\"cuvee\",\"⋏\":\"cuwed\",\"⋐\":\"Sub\",\"⋑\":\"Sup\",\"⋒\":\"Cap\",\"⋓\":\"Cup\",\"⋔\":\"fork\",\"⋕\":\"epar\",\"⋖\":\"ltdot\",\"⋗\":\"gtdot\",\"⋘\":\"Ll\",\"⋘̸\":\"nLl\",\"⋙\":\"Gg\",\"⋙̸\":\"nGg\",\"⋚︀\":\"lesg\",\"⋚\":\"leg\",\"⋛\":\"gel\",\"⋛︀\":\"gesl\",\"⋞\":\"cuepr\",\"⋟\":\"cuesc\",\"⋦\":\"lnsim\",\"⋧\":\"gnsim\",\"⋨\":\"prnsim\",\"⋩\":\"scnsim\",\"⋮\":\"vellip\",\"⋯\":\"ctdot\",\"⋰\":\"utdot\",\"⋱\":\"dtdot\",\"⋲\":\"disin\",\"⋳\":\"isinsv\",\"⋴\":\"isins\",\"⋵\":\"isindot\",\"⋵̸\":\"notindot\",\"⋶\":\"notinvc\",\"⋷\":\"notinvb\",\"⋹\":\"isinE\",\"⋹̸\":\"notinE\",\"⋺\":\"nisd\",\"⋻\":\"xnis\",\"⋼\":\"nis\",\"⋽\":\"notnivc\",\"⋾\":\"notnivb\",\"⌅\":\"barwed\",\"⌆\":\"Barwed\",\"⌌\":\"drcrop\",\"⌍\":\"dlcrop\",\"⌎\":\"urcrop\",\"⌏\":\"ulcrop\",\"⌐\":\"bnot\",\"⌒\":\"profline\",\"⌓\":\"profsurf\",\"⌕\":\"telrec\",\"⌖\":\"target\",\"⌜\":\"ulcorn\",\"⌝\":\"urcorn\",\"⌞\":\"dlcorn\",\"⌟\":\"drcorn\",\"⌢\":\"frown\",\"⌣\":\"smile\",\"⌭\":\"cylcty\",\"⌮\":\"profalar\",\"⌶\":\"topbot\",\"⌽\":\"ovbar\",\"⌿\":\"solbar\",\"⍼\":\"angzarr\",\"⎰\":\"lmoust\",\"⎱\":\"rmoust\",\"⎴\":\"tbrk\",\"⎵\":\"bbrk\",\"⎶\":\"bbrktbrk\",\"⏜\":\"OverParenthesis\",\"⏝\":\"UnderParenthesis\",\"⏞\":\"OverBrace\",\"⏟\":\"UnderBrace\",\"⏢\":\"trpezium\",\"⏧\":\"elinters\",\"␣\":\"blank\",\"─\":\"boxh\",\"│\":\"boxv\",\"┌\":\"boxdr\",\"┐\":\"boxdl\",\"└\":\"boxur\",\"┘\":\"boxul\",\"├\":\"boxvr\",\"┤\":\"boxvl\",\"┬\":\"boxhd\",\"┴\":\"boxhu\",\"┼\":\"boxvh\",\"═\":\"boxH\",\"║\":\"boxV\",\"╒\":\"boxdR\",\"╓\":\"boxDr\",\"╔\":\"boxDR\",\"╕\":\"boxdL\",\"╖\":\"boxDl\",\"╗\":\"boxDL\",\"╘\":\"boxuR\",\"╙\":\"boxUr\",\"╚\":\"boxUR\",\"╛\":\"boxuL\",\"╜\":\"boxUl\",\"╝\":\"boxUL\",\"╞\":\"boxvR\",\"╟\":\"boxVr\",\"╠\":\"boxVR\",\"╡\":\"boxvL\",\"╢\":\"boxVl\",\"╣\":\"boxVL\",\"╤\":\"boxHd\",\"╥\":\"boxhD\",\"╦\":\"boxHD\",\"╧\":\"boxHu\",\"╨\":\"boxhU\",\"╩\":\"boxHU\",\"╪\":\"boxvH\",\"╫\":\"boxVh\",\"╬\":\"boxVH\",\"▀\":\"uhblk\",\"▄\":\"lhblk\",\"█\":\"block\",\"░\":\"blk14\",\"▒\":\"blk12\",\"▓\":\"blk34\",\"□\":\"squ\",\"▪\":\"squf\",\"▫\":\"EmptyVerySmallSquare\",\"▭\":\"rect\",\"▮\":\"marker\",\"▱\":\"fltns\",\"△\":\"xutri\",\"▴\":\"utrif\",\"▵\":\"utri\",\"▸\":\"rtrif\",\"▹\":\"rtri\",\"▽\":\"xdtri\",\"▾\":\"dtrif\",\"▿\":\"dtri\",\"◂\":\"ltrif\",\"◃\":\"ltri\",\"◊\":\"loz\",\"○\":\"cir\",\"◬\":\"tridot\",\"◯\":\"xcirc\",\"◸\":\"ultri\",\"◹\":\"urtri\",\"◺\":\"lltri\",\"◻\":\"EmptySmallSquare\",\"◼\":\"FilledSmallSquare\",\"★\":\"starf\",\"☆\":\"star\",\"☎\":\"phone\",\"♀\":\"female\",\"♂\":\"male\",\"♠\":\"spades\",\"♣\":\"clubs\",\"♥\":\"hearts\",\"♦\":\"diams\",\"♪\":\"sung\",\"✓\":\"check\",\"✗\":\"cross\",\"✠\":\"malt\",\"✶\":\"sext\",\"❘\":\"VerticalSeparator\",\"⟈\":\"bsolhsub\",\"⟉\":\"suphsol\",\"⟵\":\"xlarr\",\"⟶\":\"xrarr\",\"⟷\":\"xharr\",\"⟸\":\"xlArr\",\"⟹\":\"xrArr\",\"⟺\":\"xhArr\",\"⟼\":\"xmap\",\"⟿\":\"dzigrarr\",\"⤂\":\"nvlArr\",\"⤃\":\"nvrArr\",\"⤄\":\"nvHarr\",\"⤅\":\"Map\",\"⤌\":\"lbarr\",\"⤍\":\"rbarr\",\"⤎\":\"lBarr\",\"⤏\":\"rBarr\",\"⤐\":\"RBarr\",\"⤑\":\"DDotrahd\",\"⤒\":\"UpArrowBar\",\"⤓\":\"DownArrowBar\",\"⤖\":\"Rarrtl\",\"⤙\":\"latail\",\"⤚\":\"ratail\",\"⤛\":\"lAtail\",\"⤜\":\"rAtail\",\"⤝\":\"larrfs\",\"⤞\":\"rarrfs\",\"⤟\":\"larrbfs\",\"⤠\":\"rarrbfs\",\"⤣\":\"nwarhk\",\"⤤\":\"nearhk\",\"⤥\":\"searhk\",\"⤦\":\"swarhk\",\"⤧\":\"nwnear\",\"⤨\":\"toea\",\"⤩\":\"tosa\",\"⤪\":\"swnwar\",\"⤳\":\"rarrc\",\"⤳̸\":\"nrarrc\",\"⤵\":\"cudarrr\",\"⤶\":\"ldca\",\"⤷\":\"rdca\",\"⤸\":\"cudarrl\",\"⤹\":\"larrpl\",\"⤼\":\"curarrm\",\"⤽\":\"cularrp\",\"⥅\":\"rarrpl\",\"⥈\":\"harrcir\",\"⥉\":\"Uarrocir\",\"⥊\":\"lurdshar\",\"⥋\":\"ldrushar\",\"⥎\":\"LeftRightVector\",\"⥏\":\"RightUpDownVector\",\"⥐\":\"DownLeftRightVector\",\"⥑\":\"LeftUpDownVector\",\"⥒\":\"LeftVectorBar\",\"⥓\":\"RightVectorBar\",\"⥔\":\"RightUpVectorBar\",\"⥕\":\"RightDownVectorBar\",\"⥖\":\"DownLeftVectorBar\",\"⥗\":\"DownRightVectorBar\",\"⥘\":\"LeftUpVectorBar\",\"⥙\":\"LeftDownVectorBar\",\"⥚\":\"LeftTeeVector\",\"⥛\":\"RightTeeVector\",\"⥜\":\"RightUpTeeVector\",\"⥝\":\"RightDownTeeVector\",\"⥞\":\"DownLeftTeeVector\",\"⥟\":\"DownRightTeeVector\",\"⥠\":\"LeftUpTeeVector\",\"⥡\":\"LeftDownTeeVector\",\"⥢\":\"lHar\",\"⥣\":\"uHar\",\"⥤\":\"rHar\",\"⥥\":\"dHar\",\"⥦\":\"luruhar\",\"⥧\":\"ldrdhar\",\"⥨\":\"ruluhar\",\"⥩\":\"rdldhar\",\"⥪\":\"lharul\",\"⥫\":\"llhard\",\"⥬\":\"rharul\",\"⥭\":\"lrhard\",\"⥮\":\"udhar\",\"⥯\":\"duhar\",\"⥰\":\"RoundImplies\",\"⥱\":\"erarr\",\"⥲\":\"simrarr\",\"⥳\":\"larrsim\",\"⥴\":\"rarrsim\",\"⥵\":\"rarrap\",\"⥶\":\"ltlarr\",\"⥸\":\"gtrarr\",\"⥹\":\"subrarr\",\"⥻\":\"suplarr\",\"⥼\":\"lfisht\",\"⥽\":\"rfisht\",\"⥾\":\"ufisht\",\"⥿\":\"dfisht\",\"⦚\":\"vzigzag\",\"⦜\":\"vangrt\",\"⦝\":\"angrtvbd\",\"⦤\":\"ange\",\"⦥\":\"range\",\"⦦\":\"dwangle\",\"⦧\":\"uwangle\",\"⦨\":\"angmsdaa\",\"⦩\":\"angmsdab\",\"⦪\":\"angmsdac\",\"⦫\":\"angmsdad\",\"⦬\":\"angmsdae\",\"⦭\":\"angmsdaf\",\"⦮\":\"angmsdag\",\"⦯\":\"angmsdah\",\"⦰\":\"bemptyv\",\"⦱\":\"demptyv\",\"⦲\":\"cemptyv\",\"⦳\":\"raemptyv\",\"⦴\":\"laemptyv\",\"⦵\":\"ohbar\",\"⦶\":\"omid\",\"⦷\":\"opar\",\"⦹\":\"operp\",\"⦻\":\"olcross\",\"⦼\":\"odsold\",\"⦾\":\"olcir\",\"⦿\":\"ofcir\",\"⧀\":\"olt\",\"⧁\":\"ogt\",\"⧂\":\"cirscir\",\"⧃\":\"cirE\",\"⧄\":\"solb\",\"⧅\":\"bsolb\",\"⧉\":\"boxbox\",\"⧍\":\"trisb\",\"⧎\":\"rtriltri\",\"⧏\":\"LeftTriangleBar\",\"⧏̸\":\"NotLeftTriangleBar\",\"⧐\":\"RightTriangleBar\",\"⧐̸\":\"NotRightTriangleBar\",\"⧜\":\"iinfin\",\"⧝\":\"infintie\",\"⧞\":\"nvinfin\",\"⧣\":\"eparsl\",\"⧤\":\"smeparsl\",\"⧥\":\"eqvparsl\",\"⧫\":\"lozf\",\"⧴\":\"RuleDelayed\",\"⧶\":\"dsol\",\"⨀\":\"xodot\",\"⨁\":\"xoplus\",\"⨂\":\"xotime\",\"⨄\":\"xuplus\",\"⨆\":\"xsqcup\",\"⨍\":\"fpartint\",\"⨐\":\"cirfnint\",\"⨑\":\"awint\",\"⨒\":\"rppolint\",\"⨓\":\"scpolint\",\"⨔\":\"npolint\",\"⨕\":\"pointint\",\"⨖\":\"quatint\",\"⨗\":\"intlarhk\",\"⨢\":\"pluscir\",\"⨣\":\"plusacir\",\"⨤\":\"simplus\",\"⨥\":\"plusdu\",\"⨦\":\"plussim\",\"⨧\":\"plustwo\",\"⨩\":\"mcomma\",\"⨪\":\"minusdu\",\"⨭\":\"loplus\",\"⨮\":\"roplus\",\"\":\"Cross\",\"⨰\":\"timesd\",\"⨱\":\"timesbar\",\"⨳\":\"smashp\",\"⨴\":\"lotimes\",\"⨵\":\"rotimes\",\"⨶\":\"otimesas\",\"⨷\":\"Otimes\",\"⨸\":\"odiv\",\"⨹\":\"triplus\",\"⨺\":\"triminus\",\"⨻\":\"tritime\",\"⨼\":\"iprod\",\"⨿\":\"amalg\",\"⩀\":\"capdot\",\"⩂\":\"ncup\",\"⩃\":\"ncap\",\"⩄\":\"capand\",\"⩅\":\"cupor\",\"⩆\":\"cupcap\",\"⩇\":\"capcup\",\"⩈\":\"cupbrcap\",\"⩉\":\"capbrcup\",\"⩊\":\"cupcup\",\"⩋\":\"capcap\",\"⩌\":\"ccups\",\"⩍\":\"ccaps\",\"⩐\":\"ccupssm\",\"⩓\":\"And\",\"⩔\":\"Or\",\"⩕\":\"andand\",\"⩖\":\"oror\",\"⩗\":\"orslope\",\"⩘\":\"andslope\",\"⩚\":\"andv\",\"⩛\":\"orv\",\"⩜\":\"andd\",\"⩝\":\"ord\",\"⩟\":\"wedbar\",\"⩦\":\"sdote\",\"⩪\":\"simdot\",\"⩭\":\"congdot\",\"⩭̸\":\"ncongdot\",\"⩮\":\"easter\",\"⩯\":\"apacir\",\"⩰\":\"apE\",\"⩰̸\":\"napE\",\"⩱\":\"eplus\",\"⩲\":\"pluse\",\"⩳\":\"Esim\",\"⩷\":\"eDDot\",\"⩸\":\"equivDD\",\"⩹\":\"ltcir\",\"⩺\":\"gtcir\",\"⩻\":\"ltquest\",\"⩼\":\"gtquest\",\"⩽\":\"les\",\"⩽̸\":\"nles\",\"⩾\":\"ges\",\"⩾̸\":\"nges\",\"⩿\":\"lesdot\",\"⪀\":\"gesdot\",\"⪁\":\"lesdoto\",\"⪂\":\"gesdoto\",\"⪃\":\"lesdotor\",\"⪄\":\"gesdotol\",\"⪅\":\"lap\",\"⪆\":\"gap\",\"⪇\":\"lne\",\"⪈\":\"gne\",\"⪉\":\"lnap\",\"⪊\":\"gnap\",\"⪋\":\"lEg\",\"⪌\":\"gEl\",\"⪍\":\"lsime\",\"⪎\":\"gsime\",\"⪏\":\"lsimg\",\"⪐\":\"gsiml\",\"⪑\":\"lgE\",\"⪒\":\"glE\",\"⪓\":\"lesges\",\"⪔\":\"gesles\",\"⪕\":\"els\",\"⪖\":\"egs\",\"⪗\":\"elsdot\",\"⪘\":\"egsdot\",\"⪙\":\"el\",\"⪚\":\"eg\",\"⪝\":\"siml\",\"⪞\":\"simg\",\"⪟\":\"simlE\",\"⪠\":\"simgE\",\"⪡\":\"LessLess\",\"⪡̸\":\"NotNestedLessLess\",\"⪢\":\"GreaterGreater\",\"⪢̸\":\"NotNestedGreaterGreater\",\"⪤\":\"glj\",\"⪥\":\"gla\",\"⪦\":\"ltcc\",\"⪧\":\"gtcc\",\"⪨\":\"lescc\",\"⪩\":\"gescc\",\"⪪\":\"smt\",\"⪫\":\"lat\",\"⪬\":\"smte\",\"⪬︀\":\"smtes\",\"⪭\":\"late\",\"⪭︀\":\"lates\",\"⪮\":\"bumpE\",\"⪯\":\"pre\",\"⪯̸\":\"npre\",\"⪰\":\"sce\",\"⪰̸\":\"nsce\",\"⪳\":\"prE\",\"⪴\":\"scE\",\"⪵\":\"prnE\",\"⪶\":\"scnE\",\"⪷\":\"prap\",\"⪸\":\"scap\",\"⪹\":\"prnap\",\"⪺\":\"scnap\",\"⪻\":\"Pr\",\"⪼\":\"Sc\",\"⪽\":\"subdot\",\"⪾\":\"supdot\",\"⪿\":\"subplus\",\"⫀\":\"supplus\",\"⫁\":\"submult\",\"⫂\":\"supmult\",\"⫃\":\"subedot\",\"⫄\":\"supedot\",\"⫅\":\"subE\",\"⫅̸\":\"nsubE\",\"⫆\":\"supE\",\"⫆̸\":\"nsupE\",\"⫇\":\"subsim\",\"⫈\":\"supsim\",\"⫋︀\":\"vsubnE\",\"⫋\":\"subnE\",\"⫌︀\":\"vsupnE\",\"⫌\":\"supnE\",\"⫏\":\"csub\",\"⫐\":\"csup\",\"⫑\":\"csube\",\"⫒\":\"csupe\",\"⫓\":\"subsup\",\"⫔\":\"supsub\",\"⫕\":\"subsub\",\"⫖\":\"supsup\",\"⫗\":\"suphsub\",\"⫘\":\"supdsub\",\"⫙\":\"forkv\",\"⫚\":\"topfork\",\"⫛\":\"mlcp\",\"⫤\":\"Dashv\",\"⫦\":\"Vdashl\",\"⫧\":\"Barv\",\"⫨\":\"vBar\",\"⫩\":\"vBarv\",\"⫫\":\"Vbar\",\"⫬\":\"Not\",\"⫭\":\"bNot\",\"⫮\":\"rnmid\",\"⫯\":\"cirmid\",\"⫰\":\"midcir\",\"⫱\":\"topcir\",\"⫲\":\"nhpar\",\"⫳\":\"parsim\",\"⫽\":\"parsl\",\"⫽⃥\":\"nparsl\",\"♭\":\"flat\",\"♮\":\"natur\",\"♯\":\"sharp\",\"¤\":\"curren\",\"¢\":\"cent\",$:\"dollar\",\"£\":\"pound\",\"¥\":\"yen\",\"€\":\"euro\",\"¹\":\"sup1\",\"½\":\"half\",\"⅓\":\"frac13\",\"¼\":\"frac14\",\"⅕\":\"frac15\",\"⅙\":\"frac16\",\"⅛\":\"frac18\",\"²\":\"sup2\",\"⅔\":\"frac23\",\"⅖\":\"frac25\",\"³\":\"sup3\",\"¾\":\"frac34\",\"⅗\":\"frac35\",\"⅜\":\"frac38\",\"⅘\":\"frac45\",\"⅚\":\"frac56\",\"⅝\":\"frac58\",\"⅞\":\"frac78\",\"𝒶\":\"ascr\",\"𝕒\":\"aopf\",\"𝔞\":\"afr\",\"𝔸\":\"Aopf\",\"𝔄\":\"Afr\",\"𝒜\":\"Ascr\",\"ª\":\"ordf\",\"á\":\"aacute\",\"Á\":\"Aacute\",\"à\":\"agrave\",\"À\":\"Agrave\",\"ă\":\"abreve\",\"Ă\":\"Abreve\",\"â\":\"acirc\",\"Â\":\"Acirc\",\"å\":\"aring\",\"Å\":\"angst\",\"ä\":\"auml\",\"Ä\":\"Auml\",\"ã\":\"atilde\",\"Ã\":\"Atilde\",\"ą\":\"aogon\",\"Ą\":\"Aogon\",\"ā\":\"amacr\",\"Ā\":\"Amacr\",\"æ\":\"aelig\",\"Æ\":\"AElig\",\"𝒷\":\"bscr\",\"𝕓\":\"bopf\",\"𝔟\":\"bfr\",\"𝔹\":\"Bopf\",\"\":\"Bscr\",\"𝔅\":\"Bfr\",\"𝔠\":\"cfr\",\"𝒸\":\"cscr\",\"𝕔\":\"copf\",\"\":\"Cfr\",\"𝒞\":\"Cscr\",\"\":\"Copf\",\"ć\":\"cacute\",\"Ć\":\"Cacute\",\"ĉ\":\"ccirc\",\"Ĉ\":\"Ccirc\",\"č\":\"ccaron\",\"Č\":\"Ccaron\",\"ċ\":\"cdot\",\"Ċ\":\"Cdot\",\"ç\":\"ccedil\",\"Ç\":\"Ccedil\",\"℅\":\"incare\",\"𝔡\":\"dfr\",\"\":\"dd\",\"𝕕\":\"dopf\",\"𝒹\":\"dscr\",\"𝒟\":\"Dscr\",\"𝔇\":\"Dfr\",\"\":\"DD\",\"𝔻\":\"Dopf\",\"ď\":\"dcaron\",\"Ď\":\"Dcaron\",\"đ\":\"dstrok\",\"Đ\":\"Dstrok\",\"ð\":\"eth\",\"Ð\":\"ETH\",\"\":\"ee\",\"\":\"escr\",\"𝔢\":\"efr\",\"𝕖\":\"eopf\",\"\":\"Escr\",\"𝔈\":\"Efr\",\"𝔼\":\"Eopf\",\"é\":\"eacute\",\"É\":\"Eacute\",\"è\":\"egrave\",\"È\":\"Egrave\",\"ê\":\"ecirc\",\"Ê\":\"Ecirc\",\"ě\":\"ecaron\",\"Ě\":\"Ecaron\",\"ë\":\"euml\",\"Ë\":\"Euml\",\"ė\":\"edot\",\"Ė\":\"Edot\",\"ę\":\"eogon\",\"Ę\":\"Eogon\",\"ē\":\"emacr\",\"Ē\":\"Emacr\",\"𝔣\":\"ffr\",\"𝕗\":\"fopf\",\"𝒻\":\"fscr\",\"𝔉\":\"Ffr\",\"𝔽\":\"Fopf\",\"\":\"Fscr\",\"ff\":\"fflig\",\"ffi\":\"ffilig\",\"ffl\":\"ffllig\",\"fi\":\"filig\",fj:\"fjlig\",\"fl\":\"fllig\",\"ƒ\":\"fnof\",\"\":\"gscr\",\"𝕘\":\"gopf\",\"𝔤\":\"gfr\",\"𝒢\":\"Gscr\",\"𝔾\":\"Gopf\",\"𝔊\":\"Gfr\",\"ǵ\":\"gacute\",\"ğ\":\"gbreve\",\"Ğ\":\"Gbreve\",\"ĝ\":\"gcirc\",\"Ĝ\":\"Gcirc\",\"ġ\":\"gdot\",\"Ġ\":\"Gdot\",\"Ģ\":\"Gcedil\",\"𝔥\":\"hfr\",\"\":\"planckh\",\"𝒽\":\"hscr\",\"𝕙\":\"hopf\",\"\":\"Hscr\",\"\":\"Hfr\",\"\":\"Hopf\",\"ĥ\":\"hcirc\",\"Ĥ\":\"Hcirc\",\"ℏ\":\"hbar\",\"ħ\":\"hstrok\",\"Ħ\":\"Hstrok\",\"𝕚\":\"iopf\",\"𝔦\":\"ifr\",\"𝒾\":\"iscr\",\"\":\"ii\",\"𝕀\":\"Iopf\",\"\":\"Iscr\",\"\":\"Im\",\"í\":\"iacute\",\"Í\":\"Iacute\",\"ì\":\"igrave\",\"Ì\":\"Igrave\",\"î\":\"icirc\",\"Î\":\"Icirc\",\"ï\":\"iuml\",\"Ï\":\"Iuml\",\"ĩ\":\"itilde\",\"Ĩ\":\"Itilde\",\"İ\":\"Idot\",\"į\":\"iogon\",\"Į\":\"Iogon\",\"ī\":\"imacr\",\"Ī\":\"Imacr\",\"ij\":\"ijlig\",\"IJ\":\"IJlig\",\"ı\":\"imath\",\"𝒿\":\"jscr\",\"𝕛\":\"jopf\",\"𝔧\":\"jfr\",\"𝒥\":\"Jscr\",\"𝔍\":\"Jfr\",\"𝕁\":\"Jopf\",\"ĵ\":\"jcirc\",\"Ĵ\":\"Jcirc\",\"ȷ\":\"jmath\",\"𝕜\":\"kopf\",\"𝓀\":\"kscr\",\"𝔨\":\"kfr\",\"𝒦\":\"Kscr\",\"𝕂\":\"Kopf\",\"𝔎\":\"Kfr\",\"ķ\":\"kcedil\",\"Ķ\":\"Kcedil\",\"𝔩\":\"lfr\",\"𝓁\":\"lscr\",\"\":\"ell\",\"𝕝\":\"lopf\",\"\":\"Lscr\",\"𝔏\":\"Lfr\",\"𝕃\":\"Lopf\",\"ĺ\":\"lacute\",\"Ĺ\":\"Lacute\",\"ľ\":\"lcaron\",\"Ľ\":\"Lcaron\",\"ļ\":\"lcedil\",\"Ļ\":\"Lcedil\",\"ł\":\"lstrok\",\"Ł\":\"Lstrok\",\"ŀ\":\"lmidot\",\"Ŀ\":\"Lmidot\",\"𝔪\":\"mfr\",\"𝕞\":\"mopf\",\"𝓂\":\"mscr\",\"𝔐\":\"Mfr\",\"𝕄\":\"Mopf\",\"\":\"Mscr\",\"𝔫\":\"nfr\",\"𝕟\":\"nopf\",\"𝓃\":\"nscr\",\"\":\"Nopf\",\"𝒩\":\"Nscr\",\"𝔑\":\"Nfr\",\"ń\":\"nacute\",\"Ń\":\"Nacute\",\"ň\":\"ncaron\",\"Ň\":\"Ncaron\",\"ñ\":\"ntilde\",\"Ñ\":\"Ntilde\",\"ņ\":\"ncedil\",\"Ņ\":\"Ncedil\",\"№\":\"numero\",\"ŋ\":\"eng\",\"Ŋ\":\"ENG\",\"𝕠\":\"oopf\",\"𝔬\":\"ofr\",\"\":\"oscr\",\"𝒪\":\"Oscr\",\"𝔒\":\"Ofr\",\"𝕆\":\"Oopf\",\"º\":\"ordm\",\"ó\":\"oacute\",\"Ó\":\"Oacute\",\"ò\":\"ograve\",\"Ò\":\"Ograve\",\"ô\":\"ocirc\",\"Ô\":\"Ocirc\",\"ö\":\"ouml\",\"Ö\":\"Ouml\",\"ő\":\"odblac\",\"Ő\":\"Odblac\",\"õ\":\"otilde\",\"Õ\":\"Otilde\",\"ø\":\"oslash\",\"Ø\":\"Oslash\",\"ō\":\"omacr\",\"Ō\":\"Omacr\",\"œ\":\"oelig\",\"Œ\":\"OElig\",\"𝔭\":\"pfr\",\"𝓅\":\"pscr\",\"𝕡\":\"popf\",\"\":\"Popf\",\"𝔓\":\"Pfr\",\"𝒫\":\"Pscr\",\"𝕢\":\"qopf\",\"𝔮\":\"qfr\",\"𝓆\":\"qscr\",\"𝒬\":\"Qscr\",\"𝔔\":\"Qfr\",\"\":\"Qopf\",\"ĸ\":\"kgreen\",\"𝔯\":\"rfr\",\"𝕣\":\"ropf\",\"𝓇\":\"rscr\",\"\":\"Rscr\",\"\":\"Re\",\"\":\"Ropf\",\"ŕ\":\"racute\",\"Ŕ\":\"Racute\",\"ř\":\"rcaron\",\"Ř\":\"Rcaron\",\"ŗ\":\"rcedil\",\"Ŗ\":\"Rcedil\",\"𝕤\":\"sopf\",\"𝓈\":\"sscr\",\"𝔰\":\"sfr\",\"𝕊\":\"Sopf\",\"𝔖\":\"Sfr\",\"𝒮\":\"Sscr\",\"Ⓢ\":\"oS\",\"ś\":\"sacute\",\"Ś\":\"Sacute\",\"ŝ\":\"scirc\",\"Ŝ\":\"Scirc\",\"š\":\"scaron\",\"Š\":\"Scaron\",\"ş\":\"scedil\",\"Ş\":\"Scedil\",\"ß\":\"szlig\",\"𝔱\":\"tfr\",\"𝓉\":\"tscr\",\"𝕥\":\"topf\",\"𝒯\":\"Tscr\",\"𝔗\":\"Tfr\",\"𝕋\":\"Topf\",\"ť\":\"tcaron\",\"Ť\":\"Tcaron\",\"ţ\":\"tcedil\",\"Ţ\":\"Tcedil\",\"™\":\"trade\",\"ŧ\":\"tstrok\",\"Ŧ\":\"Tstrok\",\"𝓊\":\"uscr\",\"𝕦\":\"uopf\",\"𝔲\":\"ufr\",\"𝕌\":\"Uopf\",\"𝔘\":\"Ufr\",\"𝒰\":\"Uscr\",\"ú\":\"uacute\",\"Ú\":\"Uacute\",\"ù\":\"ugrave\",\"Ù\":\"Ugrave\",\"ŭ\":\"ubreve\",\"Ŭ\":\"Ubreve\",\"û\":\"ucirc\",\"Û\":\"Ucirc\",\"ů\":\"uring\",\"Ů\":\"Uring\",\"ü\":\"uuml\",\"Ü\":\"Uuml\",\"ű\":\"udblac\",\"Ű\":\"Udblac\",\"ũ\":\"utilde\",\"Ũ\":\"Utilde\",\"ų\":\"uogon\",\"Ų\":\"Uogon\",\"ū\":\"umacr\",\"Ū\":\"Umacr\",\"𝔳\":\"vfr\",\"𝕧\":\"vopf\",\"𝓋\":\"vscr\",\"𝔙\":\"Vfr\",\"𝕍\":\"Vopf\",\"𝒱\":\"Vscr\",\"𝕨\":\"wopf\",\"𝓌\":\"wscr\",\"𝔴\":\"wfr\",\"𝒲\":\"Wscr\",\"𝕎\":\"Wopf\",\"𝔚\":\"Wfr\",\"ŵ\":\"wcirc\",\"Ŵ\":\"Wcirc\",\"𝔵\":\"xfr\",\"𝓍\":\"xscr\",\"𝕩\":\"xopf\",\"𝕏\":\"Xopf\",\"𝔛\":\"Xfr\",\"𝒳\":\"Xscr\",\"𝔶\":\"yfr\",\"𝓎\":\"yscr\",\"𝕪\":\"yopf\",\"𝒴\":\"Yscr\",\"𝔜\":\"Yfr\",\"𝕐\":\"Yopf\",\"ý\":\"yacute\",\"Ý\":\"Yacute\",\"ŷ\":\"ycirc\",\"Ŷ\":\"Ycirc\",\"ÿ\":\"yuml\",\"Ÿ\":\"Yuml\",\"𝓏\":\"zscr\",\"𝔷\":\"zfr\",\"𝕫\":\"zopf\",\"\":\"Zfr\",\"\":\"Zopf\",\"𝒵\":\"Zscr\",\"ź\":\"zacute\",\"Ź\":\"Zacute\",\"ž\":\"zcaron\",\"Ž\":\"Zcaron\",\"ż\":\"zdot\",\"Ż\":\"Zdot\",\"Ƶ\":\"imped\",\"þ\":\"thorn\",\"Þ\":\"THORN\",\"ʼn\":\"napos\",\"α\":\"alpha\",\"Α\":\"Alpha\",\"β\":\"beta\",\"Β\":\"Beta\",\"γ\":\"gamma\",\"Γ\":\"Gamma\",\"δ\":\"delta\",\"Δ\":\"Delta\",\"ε\":\"epsi\",\"ϵ\":\"epsiv\",\"Ε\":\"Epsilon\",\"ϝ\":\"gammad\",\"Ϝ\":\"Gammad\",\"ζ\":\"zeta\",\"Ζ\":\"Zeta\",\"η\":\"eta\",\"Η\":\"Eta\",\"θ\":\"theta\",\"ϑ\":\"thetav\",\"Θ\":\"Theta\",\"ι\":\"iota\",\"Ι\":\"Iota\",\"κ\":\"kappa\",\"ϰ\":\"kappav\",\"Κ\":\"Kappa\",\"λ\":\"lambda\",\"Λ\":\"Lambda\",\"μ\":\"mu\",\"µ\":\"micro\",\"Μ\":\"Mu\",\"ν\":\"nu\",\"Ν\":\"Nu\",\"ξ\":\"xi\",\"Ξ\":\"Xi\",\"ο\":\"omicron\",\"Ο\":\"Omicron\",\"π\":\"pi\",\"ϖ\":\"piv\",\"Π\":\"Pi\",\"ρ\":\"rho\",\"ϱ\":\"rhov\",\"Ρ\":\"Rho\",\"σ\":\"sigma\",\"Σ\":\"Sigma\",\"ς\":\"sigmaf\",\"τ\":\"tau\",\"Τ\":\"Tau\",\"υ\":\"upsi\",\"Υ\":\"Upsilon\",\"ϒ\":\"Upsi\",\"φ\":\"phi\",\"ϕ\":\"phiv\",\"Φ\":\"Phi\",\"χ\":\"chi\",\"Χ\":\"Chi\",\"ψ\":\"psi\",\"Ψ\":\"Psi\",\"ω\":\"omega\",\"Ω\":\"ohm\",\"а\":\"acy\",\"А\":\"Acy\",\"б\":\"bcy\",\"Б\":\"Bcy\",\"в\":\"vcy\",\"В\":\"Vcy\",\"г\":\"gcy\",\"Г\":\"Gcy\",\"ѓ\":\"gjcy\",\"Ѓ\":\"GJcy\",\"д\":\"dcy\",\"Д\":\"Dcy\",\"ђ\":\"djcy\",\"Ђ\":\"DJcy\",\"е\":\"iecy\",\"Е\":\"IEcy\",\"ё\":\"iocy\",\"Ё\":\"IOcy\",\"є\":\"jukcy\",\"Є\":\"Jukcy\",\"ж\":\"zhcy\",\"Ж\":\"ZHcy\",\"з\":\"zcy\",\"З\":\"Zcy\",\"ѕ\":\"dscy\",\"Ѕ\":\"DScy\",\"и\":\"icy\",\"И\":\"Icy\",\"і\":\"iukcy\",\"І\":\"Iukcy\",\"ї\":\"yicy\",\"Ї\":\"YIcy\",\"й\":\"jcy\",\"Й\":\"Jcy\",\"ј\":\"jsercy\",\"Ј\":\"Jsercy\",\"к\":\"kcy\",\"К\":\"Kcy\",\"ќ\":\"kjcy\",\"Ќ\":\"KJcy\",\"л\":\"lcy\",\"Л\":\"Lcy\",\"љ\":\"ljcy\",\"Љ\":\"LJcy\",\"м\":\"mcy\",\"М\":\"Mcy\",\"н\":\"ncy\",\"Н\":\"Ncy\",\"њ\":\"njcy\",\"Њ\":\"NJcy\",\"о\":\"ocy\",\"О\":\"Ocy\",\"п\":\"pcy\",\"П\":\"Pcy\",\"р\":\"rcy\",\"Р\":\"Rcy\",\"с\":\"scy\",\"С\":\"Scy\",\"т\":\"tcy\",\"Т\":\"Tcy\",\"ћ\":\"tshcy\",\"Ћ\":\"TSHcy\",\"у\":\"ucy\",\"У\":\"Ucy\",\"ў\":\"ubrcy\",\"Ў\":\"Ubrcy\",\"ф\":\"fcy\",\"Ф\":\"Fcy\",\"х\":\"khcy\",\"Х\":\"KHcy\",\"ц\":\"tscy\",\"Ц\":\"TScy\",\"ч\":\"chcy\",\"Ч\":\"CHcy\",\"џ\":\"dzcy\",\"Џ\":\"DZcy\",\"ш\":\"shcy\",\"Ш\":\"SHcy\",\"щ\":\"shchcy\",\"Щ\":\"SHCHcy\",\"ъ\":\"hardcy\",\"Ъ\":\"HARDcy\",\"ы\":\"ycy\",\"Ы\":\"Ycy\",\"ь\":\"softcy\",\"Ь\":\"SOFTcy\",\"э\":\"ecy\",\"Э\":\"Ecy\",\"ю\":\"yucy\",\"Ю\":\"YUcy\",\"я\":\"yacy\",\"Я\":\"YAcy\",\"ℵ\":\"aleph\",\"ℶ\":\"beth\",\"ℷ\":\"gimel\",\"ℸ\":\"daleth\"},i=/[\"&\\'<>`]/g,n={\\'\"\\':\"&quot;\",\"&\":\"&amp;\",\"\\'\":\"&#x27;\",\"<\":\"&lt;\",\">\":\"&gt;\",\"`\":\"&#x60;\"},p=/&#(?:[xX][^a-fA-F0-9]|[^0-9xX])/,d=/[\\\\0-\\\\x08\\\\x0B\\\\x0E-\\\\x1F\\\\x7F-\\\\x9F\\\\uFDD0-\\\\uFDEF\\\\uFFFE\\\\uFFFF]|[\\\\uD83F\\\\uD87F\\\\uD8BF\\\\uD8FF\\\\uD93F\\\\uD97F\\\\uD9BF\\\\uD9FF\\\\uDA3F\\\\uDA7F\\\\uDABF\\\\uDAFF\\\\uDB3F\\\\uDB7F\\\\uDBBF\\\\uDBFF][\\\\uDFFE\\\\uDFFF]|[\\\\uD800-\\\\uDBFF](?![\\\\uDC00-\\\\uDFFF])|(?:[^\\\\uD800-\\\\uDBFF]|^)[\\\\uDC00-\\\\uDFFF]/,g=/&(CounterClockwiseContourIntegral|DoubleLongLeftRightArrow|ClockwiseContourIntegral|NotNestedGreaterGreater|NotSquareSupersetEqual|DiacriticalDoubleAcute|NotRightTriangleEqual|NotSucceedsSlantEqual|NotPrecedesSlantEqual|CloseCurlyDoubleQuote|NegativeVeryThinSpace|DoubleContourIntegral|FilledVerySmallSquare|CapitalDifferentialD|OpenCurlyDoubleQuote|EmptyVerySmallSquare|NestedGreaterGreater|DoubleLongRightArrow|NotLeftTriangleEqual|NotGreaterSlantEqual|ReverseUpEquilibrium|DoubleLeftRightArrow|NotSquareSubsetEqual|NotDoubleVerticalBar|RightArrowLeftArrow|NotGreaterFullEqual|NotRightTriangleBar|SquareSupersetEqual|DownLeftRightVector|DoubleLongLeftArrow|leftrightsquigarrow|LeftArrowRightArrow|NegativeMediumSpace|blacktriangleright|RightDownVectorBar|PrecedesSlantEqual|RightDoubleBracket|SucceedsSlantEqual|NotLeftTriangleBar|RightTriangleEqual|SquareIntersection|RightDownTeeVector|ReverseEquilibrium|NegativeThickSpace|longleftrightarrow|Longleftrightarrow|LongLeftRightArrow|DownRightTeeVector|DownRightVectorBar|GreaterSlantEqual|SquareSubsetEqual|LeftDownVectorBar|LeftDoubleBracket|VerticalSeparator|rightleftharpoons|NotGreaterGreater|NotSquareSuperset|blacktriangleleft|blacktriangledown|NegativeThinSpace|LeftDownTeeVector|NotLessSlantEqual|leftrightharpoons|DoubleUpDownArrow|DoubleVerticalBar|LeftTriangleEqual|FilledSmallSquare|twoheadrightarrow|NotNestedLessLess|DownLeftTeeVector|DownLeftVectorBar|RightAngleBracket|NotTildeFullEqual|NotReverseElement|RightUpDownVector|DiacriticalTilde|NotSucceedsTilde|circlearrowright|NotPrecedesEqual|rightharpoondown|DoubleRightArrow|NotSucceedsEqual|NonBreakingSpace|NotRightTriangle|LessEqualGreater|RightUpTeeVector|LeftAngleBracket|GreaterFullEqual|DownArrowUpArrow|RightUpVectorBar|twoheadleftarrow|GreaterEqualLess|downharpoonright|RightTriangleBar|ntrianglerighteq|NotSupersetEqual|LeftUpDownVector|DiacriticalAcute|rightrightarrows|vartriangleright|UpArrowDownArrow|DiacriticalGrave|UnderParenthesis|EmptySmallSquare|LeftUpVectorBar|leftrightarrows|DownRightVector|downharpoonleft|trianglerighteq|ShortRightArrow|OverParenthesis|DoubleLeftArrow|DoubleDownArrow|NotSquareSubset|bigtriangledown|ntrianglelefteq|UpperRightArrow|curvearrowright|vartriangleleft|NotLeftTriangle|nleftrightarrow|LowerRightArrow|NotHumpDownHump|NotGreaterTilde|rightthreetimes|LeftUpTeeVector|NotGreaterEqual|straightepsilon|LeftTriangleBar|rightsquigarrow|ContourIntegral|rightleftarrows|CloseCurlyQuote|RightDownVector|LeftRightVector|nLeftrightarrow|leftharpoondown|circlearrowleft|SquareSuperset|OpenCurlyQuote|hookrightarrow|HorizontalLine|DiacriticalDot|NotLessGreater|ntriangleright|DoubleRightTee|InvisibleComma|InvisibleTimes|LowerLeftArrow|DownLeftVector|NotSubsetEqual|curvearrowleft|trianglelefteq|NotVerticalBar|TildeFullEqual|downdownarrows|NotGreaterLess|RightTeeVector|ZeroWidthSpace|looparrowright|LongRightArrow|doublebarwedge|ShortLeftArrow|ShortDownArrow|RightVectorBar|GreaterGreater|ReverseElement|rightharpoonup|LessSlantEqual|leftthreetimes|upharpoonright|rightarrowtail|LeftDownVector|Longrightarrow|NestedLessLess|UpperLeftArrow|nshortparallel|leftleftarrows|leftrightarrow|Leftrightarrow|LeftRightArrow|longrightarrow|upharpoonleft|RightArrowBar|ApplyFunction|LeftTeeVector|leftarrowtail|NotEqualTilde|varsubsetneqq|varsupsetneqq|RightTeeArrow|SucceedsEqual|SucceedsTilde|LeftVectorBar|SupersetEqual|hookleftarrow|DifferentialD|VerticalTilde|VeryThinSpace|blacktriangle|bigtriangleup|LessFullEqual|divideontimes|leftharpoonup|UpEquilibrium|ntriangleleft|RightTriangle|measuredangle|shortparallel|longleftarrow|Longleftarrow|LongLeftArrow|DoubleLeftTee|Poincareplane|PrecedesEqual|triangleright|DoubleUpArrow|RightUpVector|fallingdotseq|looparrowleft|PrecedesTilde|NotTildeEqual|NotTildeTilde|smallsetminus|Proportional|triangleleft|triangledown|UnderBracket|NotHumpEqual|exponentiale|ExponentialE|NotLessTilde|HilbertSpace|RightCeiling|blacklozenge|varsupsetneq|HumpDownHump|GreaterEqual|VerticalLine|LeftTeeArrow|NotLessEqual|DownTeeArrow|LeftTriangle|varsubsetneq|Intersection|NotCongruent|DownArrowBar|LeftUpVector|LeftArrowBar|risingdotseq|GreaterTilde|RoundImplies|SquareSubset|ShortUpArrow|NotSuperset|quaternions|precnapprox|backepsilon|preccurlyeq|OverBracket|blacksquare|MediumSpace|VerticalBar|circledcirc|circleddash|CircleMinus|CircleTimes|LessGreater|curlyeqprec|curlyeqsucc|diamondsuit|UpDownArrow|Updownarrow|RuleDelayed|Rrightarrow|updownarrow|RightVector|nRightarrow|nrightarrow|eqslantless|LeftCeiling|Equilibrium|SmallCircle|expectation|NotSucceeds|thickapprox|GreaterLess|SquareUnion|NotPrecedes|NotLessLess|straightphi|succnapprox|succcurlyeq|SubsetEqual|sqsupseteq|Proportion|Laplacetrf|ImaginaryI|supsetneqq|NotGreater|gtreqqless|NotElement|ThickSpace|TildeEqual|TildeTilde|Fouriertrf|rmoustache|EqualTilde|eqslantgtr|UnderBrace|LeftVector|UpArrowBar|nLeftarrow|nsubseteqq|subsetneqq|nsupseteqq|nleftarrow|succapprox|lessapprox|UpTeeArrow|upuparrows|curlywedge|lesseqqgtr|varepsilon|varnothing|RightFloor|complement|CirclePlus|sqsubseteq|Lleftarrow|circledast|RightArrow|Rightarrow|rightarrow|lmoustache|Bernoullis|precapprox|mapstoleft|mapstodown|longmapsto|dotsquare|downarrow|DoubleDot|nsubseteq|supsetneq|leftarrow|nsupseteq|subsetneq|ThinSpace|ngeqslant|subseteqq|HumpEqual|NotSubset|triangleq|NotCupCap|lesseqgtr|heartsuit|TripleDot|Leftarrow|Coproduct|Congruent|varpropto|complexes|gvertneqq|LeftArrow|LessTilde|supseteqq|MinusPlus|CircleDot|nleqslant|NotExists|gtreqless|nparallel|UnionPlus|LeftFloor|checkmark|CenterDot|centerdot|Mellintrf|gtrapprox|bigotimes|OverBrace|spadesuit|therefore|pitchfork|rationals|PlusMinus|Backslash|Therefore|DownBreve|backsimeq|backprime|DownArrow|nshortmid|Downarrow|lvertneqq|eqvparsl|imagline|imagpart|infintie|integers|Integral|intercal|LessLess|Uarrocir|intlarhk|sqsupset|angmsdaf|sqsubset|llcorner|vartheta|cupbrcap|lnapprox|Superset|SuchThat|succnsim|succneqq|angmsdag|biguplus|curlyvee|trpezium|Succeeds|NotTilde|bigwedge|angmsdah|angrtvbd|triminus|cwconint|fpartint|lrcorner|smeparsl|subseteq|urcorner|lurdshar|laemptyv|DDotrahd|approxeq|ldrushar|awconint|mapstoup|backcong|shortmid|triangle|geqslant|gesdotol|timesbar|circledR|circledS|setminus|multimap|naturals|scpolint|ncongdot|RightTee|boxminus|gnapprox|boxtimes|andslope|thicksim|angmsdaa|varsigma|cirfnint|rtriltri|angmsdab|rppolint|angmsdac|barwedge|drbkarow|clubsuit|thetasym|bsolhsub|capbrcup|dzigrarr|doteqdot|DotEqual|dotminus|UnderBar|NotEqual|realpart|otimesas|ulcorner|hksearow|hkswarow|parallel|PartialD|elinters|emptyset|plusacir|bbrktbrk|angmsdad|pointint|bigoplus|angmsdae|Precedes|bigsqcup|varkappa|notindot|supseteq|precneqq|precnsim|profalar|profline|profsurf|leqslant|lesdotor|raemptyv|subplus|notnivb|notnivc|subrarr|zigrarr|vzigzag|submult|subedot|Element|between|cirscir|larrbfs|larrsim|lotimes|lbrksld|lbrkslu|lozenge|ldrdhar|dbkarow|bigcirc|epsilon|simrarr|simplus|ltquest|Epsilon|luruhar|gtquest|maltese|npolint|eqcolon|npreceq|bigodot|ddagger|gtrless|bnequiv|harrcir|ddotseq|equivDD|backsim|demptyv|nsqsube|nsqsupe|Upsilon|nsubset|upsilon|minusdu|nsucceq|swarrow|nsupset|coloneq|searrow|boxplus|napprox|natural|asympeq|alefsym|congdot|nearrow|bigstar|diamond|supplus|tritime|LeftTee|nvinfin|triplus|NewLine|nvltrie|nvrtrie|nwarrow|nexists|Diamond|ruluhar|Implies|supmult|angzarr|suplarr|suphsub|questeq|because|digamma|Because|olcross|bemptyv|omicron|Omicron|rotimes|NoBreak|intprod|angrtvb|orderof|uwangle|suphsol|lesdoto|orslope|DownTee|realine|cudarrl|rdldhar|OverBar|supedot|lessdot|supdsub|topfork|succsim|rbrkslu|rbrksld|pertenk|cudarrr|isindot|planckh|lessgtr|pluscir|gesdoto|plussim|plustwo|lesssim|cularrp|rarrsim|Cayleys|notinva|notinvb|notinvc|UpArrow|Uparrow|uparrow|NotLess|dwangle|precsim|Product|curarrm|Cconint|dotplus|rarrbfs|ccupssm|Cedilla|cemptyv|notniva|quatint|frac35|frac38|frac45|frac56|frac58|frac78|tridot|xoplus|gacute|gammad|Gammad|lfisht|lfloor|bigcup|sqsupe|gbreve|Gbreve|lharul|sqsube|sqcups|Gcedil|apacir|llhard|lmidot|Lmidot|lmoust|andand|sqcaps|approx|Abreve|spades|circeq|tprime|divide|topcir|Assign|topbot|gesdot|divonx|xuplus|timesd|gesles|atilde|solbar|SOFTcy|loplus|timesb|lowast|lowbar|dlcorn|dlcrop|softcy|dollar|lparlt|thksim|lrhard|Atilde|lsaquo|smashp|bigvee|thinsp|wreath|bkarow|lsquor|lstrok|Lstrok|lthree|ltimes|ltlarr|DotDot|simdot|ltrPar|weierp|xsqcup|angmsd|sigmav|sigmaf|zeetrf|Zcaron|zcaron|mapsto|vsupne|thetav|cirmid|marker|mcomma|Zacute|vsubnE|there4|gtlPar|vsubne|bottom|gtrarr|SHCHcy|shchcy|midast|midcir|middot|minusb|minusd|gtrdot|bowtie|sfrown|mnplus|models|colone|seswar|Colone|mstpos|searhk|gtrsim|nacute|Nacute|boxbox|telrec|hairsp|Tcedil|nbumpe|scnsim|ncaron|Ncaron|ncedil|Ncedil|hamilt|Scedil|nearhk|hardcy|HARDcy|tcedil|Tcaron|commat|nequiv|nesear|tcaron|target|hearts|nexist|varrho|scedil|Scaron|scaron|hellip|Sacute|sacute|hercon|swnwar|compfn|rtimes|rthree|rsquor|rsaquo|zacute|wedgeq|homtht|barvee|barwed|Barwed|rpargt|horbar|conint|swarhk|roplus|nltrie|hslash|hstrok|Hstrok|rmoust|Conint|bprime|hybull|hyphen|iacute|Iacute|supsup|supsub|supsim|varphi|coprod|brvbar|agrave|Supset|supset|igrave|Igrave|notinE|Agrave|iiiint|iinfin|copysr|wedbar|Verbar|vangrt|becaus|incare|verbar|inodot|bullet|drcorn|intcal|drcrop|cularr|vellip|Utilde|bumpeq|cupcap|dstrok|Dstrok|CupCap|cupcup|cupdot|eacute|Eacute|supdot|iquest|easter|ecaron|Ecaron|ecolon|isinsv|utilde|itilde|Itilde|curarr|succeq|Bumpeq|cacute|ulcrop|nparsl|Cacute|nprcue|egrave|Egrave|nrarrc|nrarrw|subsup|subsub|nrtrie|jsercy|nsccue|Jsercy|kappav|kcedil|Kcedil|subsim|ulcorn|nsimeq|egsdot|veebar|kgreen|capand|elsdot|Subset|subset|curren|aacute|lacute|Lacute|emptyv|ntilde|Ntilde|lagran|lambda|Lambda|capcap|Ugrave|langle|subdot|emsp13|numero|emsp14|nvdash|nvDash|nVdash|nVDash|ugrave|ufisht|nvHarr|larrfs|nvlArr|larrhk|larrlp|larrpl|nvrArr|Udblac|nwarhk|larrtl|nwnear|oacute|Oacute|latail|lAtail|sstarf|lbrace|odblac|Odblac|lbrack|udblac|odsold|eparsl|lcaron|Lcaron|ograve|Ograve|lcedil|Lcedil|Aacute|ssmile|ssetmn|squarf|ldquor|capcup|ominus|cylcty|rharul|eqcirc|dagger|rfloor|rfisht|Dagger|daleth|equals|origof|capdot|equest|dcaron|Dcaron|rdquor|oslash|Oslash|otilde|Otilde|otimes|Otimes|urcrop|Ubreve|ubreve|Yacute|Uacute|uacute|Rcedil|rcedil|urcorn|parsim|Rcaron|Vdashl|rcaron|Tstrok|percnt|period|permil|Exists|yacute|rbrack|rbrace|phmmat|ccaron|Ccaron|planck|ccedil|plankv|tstrok|female|plusdo|plusdu|ffilig|plusmn|ffllig|Ccedil|rAtail|dfisht|bernou|ratail|Rarrtl|rarrtl|angsph|rarrpl|rarrlp|rarrhk|xwedge|xotime|forall|ForAll|Vvdash|vsupnE|preceq|bigcap|frac12|frac13|frac14|primes|rarrfs|prnsim|frac15|Square|frac16|square|lesdot|frac18|frac23|propto|prurel|rarrap|rangle|puncsp|frac25|Racute|qprime|racute|lesges|frac34|abreve|AElig|eqsim|utdot|setmn|urtri|Equal|Uring|seArr|uring|searr|dashv|Dashv|mumap|nabla|iogon|Iogon|sdote|sdotb|scsim|napid|napos|equiv|natur|Acirc|dblac|erarr|nbump|iprod|erDot|ucirc|awint|esdot|angrt|ncong|isinE|scnap|Scirc|scirc|ndash|isins|Ubrcy|nearr|neArr|isinv|nedot|ubrcy|acute|Ycirc|iukcy|Iukcy|xutri|nesim|caret|jcirc|Jcirc|caron|twixt|ddarr|sccue|exist|jmath|sbquo|ngeqq|angst|ccaps|lceil|ngsim|UpTee|delta|Delta|rtrif|nharr|nhArr|nhpar|rtrie|jukcy|Jukcy|kappa|rsquo|Kappa|nlarr|nlArr|TSHcy|rrarr|aogon|Aogon|fflig|xrarr|tshcy|ccirc|nleqq|filig|upsih|nless|dharl|nlsim|fjlig|ropar|nltri|dharr|robrk|roarr|fllig|fltns|roang|rnmid|subnE|subne|lAarr|trisb|Ccirc|acirc|ccups|blank|VDash|forkv|Vdash|langd|cedil|blk12|blk14|laquo|strns|diams|notin|vDash|larrb|blk34|block|disin|uplus|vdash|vBarv|aelig|starf|Wedge|check|xrArr|lates|lbarr|lBarr|notni|lbbrk|bcong|frasl|lbrke|frown|vrtri|vprop|vnsup|gamma|Gamma|wedge|xodot|bdquo|srarr|doteq|ldquo|boxdl|boxdL|gcirc|Gcirc|boxDl|boxDL|boxdr|boxdR|boxDr|TRADE|trade|rlhar|boxDR|vnsub|npart|vltri|rlarr|boxhd|boxhD|nprec|gescc|nrarr|nrArr|boxHd|boxHD|boxhu|boxhU|nrtri|boxHu|clubs|boxHU|times|colon|Colon|gimel|xlArr|Tilde|nsime|tilde|nsmid|nspar|THORN|thorn|xlarr|nsube|nsubE|thkap|xhArr|comma|nsucc|boxul|boxuL|nsupe|nsupE|gneqq|gnsim|boxUl|boxUL|grave|boxur|boxuR|boxUr|boxUR|lescc|angle|bepsi|boxvh|varpi|boxvH|numsp|Theta|gsime|gsiml|theta|boxVh|boxVH|boxvl|gtcir|gtdot|boxvL|boxVl|boxVL|crarr|cross|Cross|nvsim|boxvr|nwarr|nwArr|sqsup|dtdot|Uogon|lhard|lharu|dtrif|ocirc|Ocirc|lhblk|duarr|odash|sqsub|Hacek|sqcup|llarr|duhar|oelig|OElig|ofcir|boxvR|uogon|lltri|boxVr|csube|uuarr|ohbar|csupe|ctdot|olarr|olcir|harrw|oline|sqcap|omacr|Omacr|omega|Omega|boxVR|aleph|lneqq|lnsim|loang|loarr|rharu|lobrk|hcirc|operp|oplus|rhard|Hcirc|orarr|Union|order|ecirc|Ecirc|cuepr|szlig|cuesc|breve|reals|eDDot|Breve|hoarr|lopar|utrif|rdquo|Umacr|umacr|efDot|swArr|ultri|alpha|rceil|ovbar|swarr|Wcirc|wcirc|smtes|smile|bsemi|lrarr|aring|parsl|lrhar|bsime|uhblk|lrtri|cupor|Aring|uharr|uharl|slarr|rbrke|bsolb|lsime|rbbrk|RBarr|lsimg|phone|rBarr|rbarr|icirc|lsquo|Icirc|emacr|Emacr|ratio|simne|plusb|simlE|simgE|simeq|pluse|ltcir|ltdot|empty|xharr|xdtri|iexcl|Alpha|ltrie|rarrw|pound|ltrif|xcirc|bumpe|prcue|bumpE|asymp|amacr|cuvee|Sigma|sigma|iiint|udhar|iiota|ijlig|IJlig|supnE|imacr|Imacr|prime|Prime|image|prnap|eogon|Eogon|rarrc|mdash|mDDot|cuwed|imath|supne|imped|Amacr|udarr|prsim|micro|rarrb|cwint|raquo|infin|eplus|range|rangd|Ucirc|radic|minus|amalg|veeeq|rAarr|epsiv|ycirc|quest|sharp|quot|zwnj|Qscr|race|qscr|Qopf|qopf|qint|rang|Rang|Zscr|zscr|Zopf|zopf|rarr|rArr|Rarr|Pscr|pscr|prop|prod|prnE|prec|ZHcy|zhcy|prap|Zeta|zeta|Popf|popf|Zdot|plus|zdot|Yuml|yuml|phiv|YUcy|yucy|Yscr|yscr|perp|Yopf|yopf|part|para|YIcy|Ouml|rcub|yicy|YAcy|rdca|ouml|osol|Oscr|rdsh|yacy|real|oscr|xvee|andd|rect|andv|Xscr|oror|ordm|ordf|xscr|ange|aopf|Aopf|rHar|Xopf|opar|Oopf|xopf|xnis|rhov|oopf|omid|xmap|oint|apid|apos|ogon|ascr|Ascr|odot|odiv|xcup|xcap|ocir|oast|nvlt|nvle|nvgt|nvge|nvap|Wscr|wscr|auml|ntlg|ntgl|nsup|nsub|nsim|Nscr|nscr|nsce|Wopf|ring|npre|wopf|npar|Auml|Barv|bbrk|Nopf|nopf|nmid|nLtv|beta|ropf|Ropf|Beta|beth|nles|rpar|nleq|bnot|bNot|nldr|NJcy|rscr|Rscr|Vscr|vscr|rsqb|njcy|bopf|nisd|Bopf|rtri|Vopf|nGtv|ngtr|vopf|boxh|boxH|boxv|nges|ngeq|boxV|bscr|scap|Bscr|bsim|Vert|vert|bsol|bull|bump|caps|cdot|ncup|scnE|ncap|nbsp|napE|Cdot|cent|sdot|Vbar|nang|vBar|chcy|Mscr|mscr|sect|semi|CHcy|Mopf|mopf|sext|circ|cire|mldr|mlcp|cirE|comp|shcy|SHcy|vArr|varr|cong|copf|Copf|copy|COPY|malt|male|macr|lvnE|cscr|ltri|sime|ltcc|simg|Cscr|siml|csub|Uuml|lsqb|lsim|uuml|csup|Lscr|lscr|utri|smid|lpar|cups|smte|lozf|darr|Lopf|Uscr|solb|lopf|sopf|Sopf|lneq|uscr|spar|dArr|lnap|Darr|dash|Sqrt|LJcy|ljcy|lHar|dHar|Upsi|upsi|diam|lesg|djcy|DJcy|leqq|dopf|Dopf|dscr|Dscr|dscy|ldsh|ldca|squf|DScy|sscr|Sscr|dsol|lcub|late|star|Star|Uopf|Larr|lArr|larr|uopf|dtri|dzcy|sube|subE|Lang|lang|Kscr|kscr|Kopf|kopf|KJcy|kjcy|KHcy|khcy|DZcy|ecir|edot|eDot|Jscr|jscr|succ|Jopf|jopf|Edot|uHar|emsp|ensp|Iuml|iuml|eopf|isin|Iscr|iscr|Eopf|epar|sung|epsi|escr|sup1|sup2|sup3|Iota|iota|supe|supE|Iopf|iopf|IOcy|iocy|Escr|esim|Esim|imof|Uarr|QUOT|uArr|uarr|euml|IEcy|iecy|Idot|Euml|euro|excl|Hscr|hscr|Hopf|hopf|TScy|tscy|Tscr|hbar|tscr|flat|tbrk|fnof|hArr|harr|half|fopf|Fopf|tdot|gvnE|fork|trie|gtcc|fscr|Fscr|gdot|gsim|Gscr|gscr|Gopf|gopf|gneq|Gdot|tosa|gnap|Topf|topf|geqq|toea|GJcy|gjcy|tint|gesl|mid|Sfr|ggg|top|ges|gla|glE|glj|geq|gne|gEl|gel|gnE|Gcy|gcy|gap|Tfr|tfr|Tcy|tcy|Hat|Tau|Ffr|tau|Tab|hfr|Hfr|ffr|Fcy|fcy|icy|Icy|iff|ETH|eth|ifr|Ifr|Eta|eta|int|Int|Sup|sup|ucy|Ucy|Sum|sum|jcy|ENG|ufr|Ufr|eng|Jcy|jfr|els|ell|egs|Efr|efr|Jfr|uml|kcy|Kcy|Ecy|ecy|kfr|Kfr|lap|Sub|sub|lat|lcy|Lcy|leg|Dot|dot|lEg|leq|les|squ|div|die|lfr|Lfr|lgE|Dfr|dfr|Del|deg|Dcy|dcy|lne|lnE|sol|loz|smt|Cup|lrm|cup|lsh|Lsh|sim|shy|map|Map|mcy|Mcy|mfr|Mfr|mho|gfr|Gfr|sfr|cir|Chi|chi|nap|Cfr|vcy|Vcy|cfr|Scy|scy|ncy|Ncy|vee|Vee|Cap|cap|nfr|scE|sce|Nfr|nge|ngE|nGg|vfr|Vfr|ngt|bot|nGt|nis|niv|Rsh|rsh|nle|nlE|bne|Bfr|bfr|nLl|nlt|nLt|Bcy|bcy|not|Not|rlm|wfr|Wfr|npr|nsc|num|ocy|ast|Ocy|ofr|xfr|Xfr|Ofr|ogt|ohm|apE|olt|Rho|ape|rho|Rfr|rfr|ord|REG|ang|reg|orv|And|and|AMP|Rcy|amp|Afr|ycy|Ycy|yen|yfr|Yfr|rcy|par|pcy|Pcy|pfr|Pfr|phi|Phi|afr|Acy|acy|zcy|Zcy|piv|acE|acd|zfr|Zfr|pre|prE|psi|Psi|qfr|Qfr|zwj|Or|ge|Gg|gt|gg|el|oS|lt|Lt|LT|Re|lg|gl|eg|ne|Im|it|le|DD|wp|wr|nu|Nu|dd|lE|Sc|sc|pi|Pi|ee|af|ll|Ll|rx|gE|xi|pm|Xi|ic|pr|Pr|in|ni|mp|mu|ac|Mu|or|ap|Gt|GT|ii);|&(Aacute|Agrave|Atilde|Ccedil|Eacute|Egrave|Iacute|Igrave|Ntilde|Oacute|Ograve|Oslash|Otilde|Uacute|Ugrave|Yacute|aacute|agrave|atilde|brvbar|ccedil|curren|divide|eacute|egrave|frac12|frac14|frac34|iacute|igrave|iquest|middot|ntilde|oacute|ograve|oslash|otilde|plusmn|uacute|ugrave|yacute|AElig|Acirc|Aring|Ecirc|Icirc|Ocirc|THORN|Ucirc|acirc|acute|aelig|aring|cedil|ecirc|icirc|iexcl|laquo|micro|ocirc|pound|raquo|szlig|thorn|times|ucirc|Auml|COPY|Euml|Iuml|Ouml|QUOT|Uuml|auml|cent|copy|euml|iuml|macr|nbsp|ordf|ordm|ouml|para|quot|sect|sup1|sup2|sup3|uuml|yuml|AMP|ETH|REG|amp|deg|eth|not|reg|shy|uml|yen|GT|LT|gt|lt)(?!;)([=a-zA-Z0-9]?)|&#([0-9]+)(;?)|&#[xX]([a-fA-F0-9]+)(;?)|&([0-9a-zA-Z]+)/g,m={aacute:\"á\",Aacute:\"Á\",abreve:\"ă\",Abreve:\"Ă\",ac:\"∾\",acd:\"∿\",acE:\"∾̳\",acirc:\"â\",Acirc:\"Â\",acute:\"´\",acy:\"а\",Acy:\"А\",aelig:\"æ\",AElig:\"Æ\",af:\"\\u2061\",afr:\"𝔞\",Afr:\"𝔄\",agrave:\"à\",Agrave:\"À\",alefsym:\"ℵ\",aleph:\"ℵ\",alpha:\"α\",Alpha:\"Α\",amacr:\"ā\",Amacr:\"Ā\",amalg:\"⨿\",amp:\"&\",AMP:\"&\",and:\"∧\",And:\"⩓\",andand:\"⩕\",andd:\"⩜\",andslope:\"⩘\",andv:\"⩚\",ang:\"∠\",ange:\"⦤\",angle:\"∠\",angmsd:\"∡\",angmsdaa:\"⦨\",angmsdab:\"⦩\",angmsdac:\"⦪\",angmsdad:\"⦫\",angmsdae:\"⦬\",angmsdaf:\"⦭\",angmsdag:\"⦮\",angmsdah:\"⦯\",angrt:\"∟\",angrtvb:\"⊾\",angrtvbd:\"⦝\",angsph:\"∢\",angst:\"Å\",angzarr:\"⍼\",aogon:\"ą\",Aogon:\"Ą\",aopf:\"𝕒\",Aopf:\"𝔸\",ap:\"≈\",apacir:\"⩯\",ape:\"≊\",apE:\"⩰\",apid:\"≋\",apos:\"\\'\",ApplyFunction:\"\\u2061\",approx:\"≈\",approxeq:\"≊\",aring:\"å\",Aring:\"Å\",ascr:\"𝒶\",Ascr:\"𝒜\",Assign:\"≔\",ast:\"*\",asymp:\"≈\",asympeq:\"≍\",atilde:\"ã\",Atilde:\"Ã\",auml:\"ä\",Auml:\"Ä\",awconint:\"∳\",awint:\"⨑\",backcong:\"≌\",backepsilon:\"϶\",backprime:\"\",backsim:\"∽\",backsimeq:\"⋍\",Backslash:\"\",Barv:\"⫧\",barvee:\"⊽\",barwed:\"⌅\",Barwed:\"⌆\",barwedge:\"⌅\",bbrk:\"⎵\",bbrktbrk:\"⎶\",bcong:\"≌\",bcy:\"б\",Bcy:\"Б\",bdquo:\"„\",becaus:\"∵\",because:\"∵\",Because:\"∵\",bemptyv:\"⦰\",bepsi:\"϶\",bernou:\"\",Bernoullis:\"\",beta:\"β\",Beta:\"Β\",beth:\"ℶ\",between:\"≬\",bfr:\"𝔟\",Bfr:\"𝔅\",bigcap:\"⋂\",bigcirc:\"◯\",bigcup:\"\",bigodot:\"⨀\",bigoplus:\"⨁\",bigotimes:\"⨂\",bigsqcup:\"⨆\",bigstar:\"★\",bigtriangledown:\"▽\",bigtriangleup:\"△\",biguplus:\"⨄\",bigvee:\"\",bigwedge:\"⋀\",bkarow:\"⤍\",blacklozenge:\"⧫\",blacksquare:\"▪\",blacktriangle:\"▴\",blacktriangledown:\"▾\",blacktriangleleft:\"◂\",blacktriangleright:\"▸\",blank:\"␣\",blk12:\"▒\",blk14:\"░\",blk34:\"▓\",block:\"█\",bne:\"=⃥\",bnequiv:\"≡⃥\",bnot:\"⌐\",bNot:\"⫭\",bopf:\"𝕓\",Bopf:\"𝔹\",bot:\"⊥\",bottom:\"⊥\",bowtie:\"⋈\",boxbox:\"⧉\",boxdl:\"┐\",boxdL:\"╕\",boxDl:\"╖\",boxDL:\"╗\",boxdr:\"┌\",boxdR:\"╒\",boxDr:\"╓\",boxDR:\"╔\",boxh:\"─\",boxH:\"═\",boxhd:\"┬\",boxhD:\"╥\",boxHd:\"╤\",boxHD:\"╦\",boxhu:\"┴\",boxhU:\"╨\",boxHu:\"╧\",boxHU:\"╩\",boxminus:\"⊟\",boxplus:\"⊞\",boxtimes:\"⊠\",boxul:\"┘\",boxuL:\"╛\",boxUl:\"╜\",boxUL:\"╝\",boxur:\"└\",boxuR:\"╘\",boxUr:\"╙\",boxUR:\"╚\",boxv:\"│\",boxV:\"║\",boxvh:\"┼\",boxvH:\"╪\",boxVh:\"╫\",boxVH:\"╬\",boxvl:\"┤\",boxvL:\"╡\",boxVl:\"╢\",boxVL:\"╣\",boxvr:\"├\",boxvR:\"╞\",boxVr:\"╟\",boxVR:\"╠\",bprime:\"\",breve:\"˘\",Breve:\"˘\",brvbar:\"¦\",bscr:\"𝒷\",Bscr:\"\",bsemi:\"⁏\",bsim:\"∽\",bsime:\"⋍\",bsol:\"\\\\\\\\\",bsolb:\"⧅\",bsolhsub:\"⟈\",bull:\"•\",bullet:\"•\",bump:\"≎\",bumpe:\"≏\",bumpE:\"⪮\",bumpeq:\"≏\",Bumpeq:\"≎\",cacute:\"ć\",Cacute:\"Ć\",cap:\"∩\",Cap:\"⋒\",capand:\"⩄\",capbrcup:\"⩉\",capcap:\"⩋\",capcup:\"⩇\",capdot:\"⩀\",CapitalDifferentialD:\"\",caps:\"∩︀\",caret:\"\",caron:\"ˇ\",Cayleys:\"\",ccaps:\"⩍\",ccaron:\"č\",Ccaron:\"Č\",ccedil:\"ç\",Ccedil:\"Ç\",ccirc:\"ĉ\",Ccirc:\"Ĉ\",Cconint:\"∰\",ccups:\"⩌\",ccupssm:\"⩐\",cdot:\"ċ\",Cdot:\"Ċ\",cedil:\"¸\",Cedilla:\"¸\",cemptyv:\"⦲\",cent:\"¢\",centerdot:\"·\",CenterDot:\"·\",cfr:\"𝔠\",Cfr:\"\",chcy:\"ч\",CHcy:\"Ч\",check:\"✓\",checkmark:\"✓\",chi:\"χ\",Chi:\"Χ\",cir:\"○\",circ:\"ˆ\",circeq:\"≗\",circlearrowleft:\"↺\",circlearrowright:\"↻\",circledast:\"⊛\",circledcirc:\"⊚\",circleddash:\"⊝\",CircleDot:\"⊙\",circledR:\"®\",circledS:\"Ⓢ\",CircleMinus:\"⊖\",CirclePlus:\"⊕\",CircleTimes:\"⊗\",cire:\"≗\",cirE:\"⧃\",cirfnint:\"⨐\",cirmid:\"⫯\",cirscir:\"⧂\",ClockwiseContourIntegral:\"∲\",CloseCurlyDoubleQuote:\"”\",CloseCurlyQuote:\"\",clubs:\"♣\",clubsuit:\"♣\",colon:\":\",Colon:\"∷\",colone:\"≔\",Colone:\"⩴\",coloneq:\"≔\",comma:\",\",commat:\"@\",comp:\"∁\",compfn:\"∘\",complement:\"∁\",complexes:\"\",cong:\"≅\",congdot:\"⩭\",Congruent:\"≡\",conint:\"∮\",Conint:\"∯\",ContourIntegral:\"∮\",copf:\"𝕔\",Copf:\"\",coprod:\"∐\",Coproduct:\"∐\",copy:\"©\",COPY:\"©\",copysr:\"℗\",CounterClockwiseContourIntegral:\"∳\",crarr:\"↵\",cross:\"✗\",Cross:\"\",cscr:\"𝒸\",Cscr:\"𝒞\",csub:\"⫏\",csube:\"⫑\",csup:\"⫐\",csupe:\"⫒\",ctdot:\"⋯\",cudarrl:\"⤸\",cudarrr:\"⤵\",cuepr:\"⋞\",cuesc:\"⋟\",cularr:\"↶\",cularrp:\"⤽\",cup:\"\",Cup:\"⋓\",cupbrcap:\"⩈\",cupcap:\"⩆\",CupCap:\"≍\",cupcup:\"⩊\",cupdot:\"⊍\",cupor:\"⩅\",cups:\"\",curarr:\"↷\",curarrm:\"⤼\",curlyeqprec:\"⋞\",curlyeqsucc:\"⋟\",curlyvee:\"⋎\",curlywedge:\"⋏\",curren:\"¤\",curvearrowleft:\"↶\",curvearrowright:\"↷\",cuvee:\"⋎\",cuwed:\"⋏\",cwconint:\"∲\",cwint:\"∱\",cylcty:\"⌭\",dagger:\"†\",Dagger:\"‡\",daleth:\"ℸ\",darr:\"↓\",dArr:\"⇓\",Darr:\"↡\",dash:\"\",dashv:\"⊣\",Dashv:\"⫤\",dbkarow:\"⤏\",dblac:\"˝\",dcaron:\"ď\",Dcaron:\"Ď\",dcy:\"д\",Dcy:\"Д\",dd:\"\",DD:\"\",ddagger:\"‡\",ddarr:\"⇊\",DDotrahd:\"⤑\",ddotseq:\"⩷\",deg:\"°\",Del:\"∇\",delta:\"δ\",Delta:\"Δ\",demptyv:\"⦱\",dfisht:\"⥿\",dfr:\"𝔡\",Dfr:\"𝔇\",dHar:\"⥥\",dharl:\"⇃\",dharr:\"⇂\",DiacriticalAcute:\"´\",DiacriticalDot:\"˙\",DiacriticalDoubleAcute:\"˝\",DiacriticalGrave:\"`\",DiacriticalTilde:\"˜\",diam:\"⋄\",diamond:\"⋄\",Diamond:\"⋄\",diamondsuit:\"♦\",diams:\"♦\",die:\"¨\",DifferentialD:\"\",digamma:\"ϝ\",disin:\"⋲\",div:\"÷\",divide:\"÷\",divideontimes:\"⋇\",divonx:\"⋇\",djcy:\"ђ\",DJcy:\"Ђ\",dlcorn:\"⌞\",dlcrop:\"⌍\",dollar:\"$\",dopf:\"𝕕\",Dopf:\"𝔻\",dot:\"˙\",Dot:\"¨\",DotDot:\"⃜\",doteq:\"≐\",doteqdot:\"≑\",DotEqual:\"≐\",dotminus:\"∸\",dotplus:\"∔\",dotsquare:\"⊡\",doublebarwedge:\"⌆\",DoubleContourIntegral:\"∯\",DoubleDot:\"¨\",DoubleDownArrow:\"⇓\",DoubleLeftArrow:\"⇐\",DoubleLeftRightArrow:\"⇔\",DoubleLeftTee:\"⫤\",DoubleLongLeftArrow:\"⟸\",DoubleLongLeftRightArrow:\"⟺\",DoubleLongRightArrow:\"⟹\",DoubleRightArrow:\"⇒\",DoubleRightTee:\"⊨\",DoubleUpArrow:\"⇑\",DoubleUpDownArrow:\"⇕\",DoubleVerticalBar:\"∥\",downarrow:\"↓\",Downarrow:\"⇓\",DownArrow:\"↓\",DownArrowBar:\"⤓\",DownArrowUpArrow:\"⇵\",DownBreve:\"̑\",downdownarrows:\"⇊\",downharpoonleft:\"⇃\",downharpoonright:\"⇂\",DownLeftRightVector:\"⥐\",DownLeftTeeVector:\"⥞\",DownLeftVector:\"↽\",DownLeftVectorBar:\"⥖\",DownRightTeeVector:\"⥟\",DownRightVector:\"⇁\",DownRightVectorBar:\"⥗\",DownTee:\"\",DownTeeArrow:\"↧\",drbkarow:\"⤐\",drcorn:\"⌟\",drcrop:\"⌌\",dscr:\"𝒹\",Dscr:\"𝒟\",dscy:\"ѕ\",DScy:\"Ѕ\",dsol:\"⧶\",dstrok:\"đ\",Dstrok:\"Đ\",dtdot:\"⋱\",dtri:\"▿\",dtrif:\"▾\",duarr:\"⇵\",duhar:\"⥯\",dwangle:\"⦦\",dzcy:\"џ\",DZcy:\"Џ\",dzigrarr:\"⟿\",eacute:\"é\",Eacute:\"É\",easter:\"⩮\",ecaron:\"ě\",Ecaron:\"Ě\",ecir:\"≖\",ecirc:\"ê\",Ecirc:\"Ê\",ecolon:\"≕\",ecy:\"э\",Ecy:\"Э\",eDDot:\"⩷\",edot:\"ė\",eDot:\"≑\",Edot:\"Ė\",ee:\"\",efDot:\"≒\",efr:\"𝔢\",Efr:\"𝔈\",eg:\"⪚\",egrave:\"è\",Egrave:\"È\",egs:\"⪖\",egsdot:\"⪘\",el:\"⪙\",Element:\"∈\",elinters:\"⏧\",ell:\"\",els:\"⪕\",elsdot:\"⪗\",emacr:\"ē\",Emacr:\"Ē\",empty:\"∅\",emptyset:\"∅\",EmptySmallSquare:\"◻\",emptyv:\"∅\",EmptyVerySmallSquare:\"▫\",emsp:\"\\u2003\",emsp13:\"\\u2004\",emsp14:\"\\u2005\",eng:\"ŋ\",ENG:\"Ŋ\",ensp:\"\\u2002\",eogon:\"ę\",Eogon:\"Ę\",eopf:\"𝕖\",Eopf:\"𝔼\",epar:\"⋕\",eparsl:\"⧣\",eplus:\"⩱\",epsi:\"ε\",epsilon:\"ε\",Epsilon:\"Ε\",epsiv:\"ϵ\",eqcirc:\"≖\",eqcolon:\"≕\",eqsim:\"≂\",eqslantgtr:\"⪖\",eqslantless:\"⪕\",Equal:\"⩵\",equals:\"=\",EqualTilde:\"≂\",equest:\"≟\",Equilibrium:\"⇌\",equiv:\"≡\",equivDD:\"⩸\",eqvparsl:\"⧥\",erarr:\"⥱\",erDot:\"≓\",escr:\"\",Escr:\"\",esdot:\"≐\",esim:\"≂\",Esim:\"⩳\",eta:\"η\",Eta:\"Η\",eth:\"ð\",ETH:\"Ð\",euml:\"ë\",Euml:\"Ë\",euro:\"€\",excl:\"!\",exist:\"∃\",Exists:\"∃\",expectation:\"\",exponentiale:\"\",ExponentialE:\"\",fallingdotseq:\"≒\",fcy:\"ф\",Fcy:\"Ф\",female:\"♀\",ffilig:\"ffi\",fflig:\"ff\",ffllig:\"ffl\",ffr:\"𝔣\",Ffr:\"𝔉\",filig:\"fi\",FilledSmallSquare:\"◼\",FilledVerySmallSquare:\"▪\",fjlig:\"fj\",flat:\"♭\",fllig:\"fl\",fltns:\"▱\",fnof:\"ƒ\",fopf:\"𝕗\",Fopf:\"𝔽\",forall:\"∀\",ForAll:\"∀\",fork:\"⋔\",forkv:\"⫙\",Fouriertrf:\"\",fpartint:\"⨍\",frac12:\"½\",frac13:\"⅓\",frac14:\"¼\",frac15:\"⅕\",frac16:\"⅙\",frac18:\"⅛\",frac23:\"⅔\",frac25:\"⅖\",frac34:\"¾\",frac35:\"⅗\",frac38:\"⅜\",frac45:\"⅘\",frac56:\"⅚\",frac58:\"⅝\",frac78:\"⅞\",frasl:\"\",frown:\"⌢\",fscr:\"𝒻\",Fscr:\"\",gacute:\"ǵ\",gamma:\"γ\",Gamma:\"Γ\",gammad:\"ϝ\",Gammad:\"Ϝ\",gap:\"⪆\",gbreve:\"ğ\",Gbreve:\"Ğ\",Gcedil:\"Ģ\",gcirc:\"ĝ\",Gcirc:\"Ĝ\",gcy:\"г\",Gcy:\"Г\",gdot:\"ġ\",Gdot:\"Ġ\",ge:\"≥\",gE:\"≧\",gel:\"⋛\",gEl:\"⪌\",geq:\"≥\",geqq:\"≧\",geqslant:\"⩾\",ges:\"⩾\",gescc:\"⪩\",gesdot:\"⪀\",gesdoto:\"⪂\",gesdotol:\"⪄\",gesl:\"⋛︀\",gesles:\"⪔\",gfr:\"𝔤\",Gfr:\"𝔊\",gg:\"≫\",Gg:\"⋙\",ggg:\"⋙\",gimel:\"ℷ\",gjcy:\"ѓ\",GJcy:\"Ѓ\",gl:\"≷\",gla:\"⪥\",glE:\"⪒\",glj:\"⪤\",gnap:\"⪊\",gnapprox:\"⪊\",gne:\"⪈\",gnE:\"≩\",gneq:\"⪈\",gneqq:\"≩\",gnsim:\"⋧\",gopf:\"𝕘\",Gopf:\"𝔾\",grave:\"`\",GreaterEqual:\"≥\",GreaterEqualLess:\"⋛\",GreaterFullEqual:\"≧\",GreaterGreater:\"⪢\",GreaterLess:\"≷\",GreaterSlantEqual:\"⩾\",GreaterTilde:\"≳\",gscr:\"\",Gscr:\"𝒢\",gsim:\"≳\",gsime:\"⪎\",gsiml:\"⪐\",gt:\">\",Gt:\"≫\",GT:\">\",gtcc:\"⪧\",gtcir:\"⩺\",gtdot:\"⋗\",gtlPar:\"⦕\",gtquest:\"⩼\",gtrapprox:\"⪆\",gtrarr:\"⥸\",gtrdot:\"⋗\",gtreqless:\"⋛\",gtreqqless:\"⪌\",gtrless:\"≷\",gtrsim:\"≳\",gvertneqq:\"≩︀\",gvnE:\"≩︀\",Hacek:\"ˇ\",hairsp:\"\\u200a\",half:\"½\",hamilt:\"\",hardcy:\"ъ\",HARDcy:\"Ъ\",harr:\"↔\",hArr:\"⇔\",harrcir:\"⥈\",harrw:\"↭\",Hat:\"^\",hbar:\"ℏ\",hcirc:\"ĥ\",Hcirc:\"Ĥ\",hearts:\"♥\",heartsuit:\"♥\",hellip:\"…\",hercon:\"⊹\",hfr:\"𝔥\",Hfr:\"\",HilbertSpace:\"\",hksearow:\"⤥\",hkswarow:\"⤦\",hoarr:\"⇿\",homtht:\"∻\",hookleftarrow:\"↩\",hookrightarrow:\"↪\",hopf:\"𝕙\",Hopf:\"\",horbar:\"―\",HorizontalLine:\"─\",hscr:\"𝒽\",Hscr:\"\",hslash:\"ℏ\",hstrok:\"ħ\",Hstrok:\"Ħ\",HumpDownHump:\"≎\",HumpEqual:\"≏\",hybull:\"\",hyphen:\"\",iacute:\"í\",Iacute:\"Í\",ic:\"\\u2063\",icirc:\"î\",Icirc:\"Î\",icy:\"и\",Icy:\"И\",Idot:\"İ\",iecy:\"е\",IEcy:\"Е\",iexcl:\"¡\",iff:\"⇔\",ifr:\"𝔦\",Ifr:\"\",igrave:\"ì\",Igrave:\"Ì\",ii:\"\",iiiint:\"⨌\",iiint:\"∭\",iinfin:\"⧜\",iiota:\"℩\",ijlig:\"ij\",IJlig:\"IJ\",Im:\"\",imacr:\"ī\",Imacr:\"Ī\",image:\"\",ImaginaryI:\"\",imagline:\"\",imagpart:\"\",imath:\"ı\",imof:\"⊷\",imped:\"Ƶ\",Implies:\"⇒\",in:\"∈\",incare:\"℅\",infin:\"∞\",infintie:\"⧝\",inodot:\"ı\",int:\"∫\",Int:\"∬\",intcal:\"⊺\",integers:\"\",Integral:\"∫\",intercal:\"⊺\",Intersection:\"⋂\",intlarhk:\"⨗\",intprod:\"⨼\",InvisibleComma:\"\\u2063\",InvisibleTimes:\"\\u2062\",iocy:\"ё\",IOcy:\"Ё\",iogon:\"į\",Iogon:\"Į\",iopf:\"𝕚\",Iopf:\"𝕀\",iota:\"ι\",Iota:\"Ι\",iprod:\"⨼\",iquest:\"¿\",iscr:\"𝒾\",Iscr:\"\",isin:\"∈\",isindot:\"⋵\",isinE:\"⋹\",isins:\"⋴\",isinsv:\"⋳\",isinv:\"∈\",it:\"\\u2062\",itilde:\"ĩ\",Itilde:\"Ĩ\",iukcy:\"і\",Iukcy:\"І\",iuml:\"ï\",Iuml:\"Ï\",jcirc:\"ĵ\",Jcirc:\"Ĵ\",jcy:\"й\",Jcy:\"Й\",jfr:\"𝔧\",Jfr:\"𝔍\",jmath:\"ȷ\",jopf:\"𝕛\",Jopf:\"𝕁\",jscr:\"𝒿\",Jscr:\"𝒥\",jsercy:\"ј\",Jsercy:\"Ј\",jukcy:\"є\",Jukcy:\"Є\",kappa:\"κ\",Kappa:\"Κ\",kappav:\"ϰ\",kcedil:\"ķ\",Kcedil:\"Ķ\",kcy:\"к\",Kcy:\"К\",kfr:\"𝔨\",Kfr:\"𝔎\",kgreen:\"ĸ\",khcy:\"х\",KHcy:\"Х\",kjcy:\"ќ\",KJcy:\"Ќ\",kopf:\"𝕜\",Kopf:\"𝕂\",kscr:\"𝓀\",Kscr:\"𝒦\",lAarr:\"⇚\",lacute:\"ĺ\",Lacute:\"Ĺ\",laemptyv:\"⦴\",lagran:\"\",lambda:\"λ\",Lambda:\"Λ\",lang:\"⟨\",Lang:\"⟪\",langd:\"⦑\",langle:\"⟨\",lap:\"⪅\",Laplacetrf:\"\",laquo:\"«\",larr:\"←\",lArr:\"⇐\",Larr:\"↞\",larrb:\"⇤\",larrbfs:\"⤟\",larrfs:\"⤝\",larrhk:\"↩\",larrlp:\"↫\",larrpl:\"⤹\",larrsim:\"⥳\",larrtl:\"↢\",lat:\"⪫\",latail:\"⤙\",lAtail:\"⤛\",late:\"⪭\",lates:\"⪭︀\",lbarr:\"⤌\",lBarr:\"⤎\",lbbrk:\"\",lbrace:\"{\",lbrack:\"[\",lbrke:\"⦋\",lbrksld:\"⦏\",lbrkslu:\"⦍\",lcaron:\"ľ\",Lcaron:\"Ľ\",lcedil:\"ļ\",Lcedil:\"Ļ\",lceil:\"⌈\",lcub:\"{\",lcy:\"л\",Lcy:\"Л\",ldca:\"⤶\",ldquo:\"“\",ldquor:\"„\",ldrdhar:\"⥧\",ldrushar:\"⥋\",ldsh:\"↲\",le:\"≤\",lE:\"≦\",LeftAngleBracket:\"⟨\",leftarrow:\"←\",Leftarrow:\"⇐\",LeftArrow:\"←\",LeftArrowBar:\"⇤\",LeftArrowRightArrow:\"⇆\",leftarrowtail:\"↢\",LeftCeiling:\"⌈\",LeftDoubleBracket:\"⟦\",LeftDownTeeVector:\"⥡\",LeftDownVector:\"⇃\",LeftDownVectorBar:\"⥙\",LeftFloor:\"⌊\",leftharpoondown:\"↽\",leftharpoonup:\"↼\",leftleftarrows:\"⇇\",leftrightarrow:\"↔\",Leftrightarrow:\"⇔\",LeftRightArrow:\"↔\",leftrightarrows:\"⇆\",leftrightharpoons:\"⇋\",leftrightsquigarrow:\"↭\",LeftRightVector:\"⥎\",LeftTee:\"⊣\",LeftTeeArrow:\"↤\",LeftTeeVector:\"⥚\",leftthreetimes:\"⋋\",LeftTriangle:\"⊲\",LeftTriangleBar:\"⧏\",LeftTriangleEqual:\"⊴\",LeftUpDownVector:\"⥑\",LeftUpTeeVector:\"⥠\",LeftUpVector:\"↿\",LeftUpVectorBar:\"⥘\",LeftVector:\"↼\",LeftVectorBar:\"⥒\",leg:\"⋚\",lEg:\"⪋\",leq:\"≤\",leqq:\"≦\",leqslant:\"⩽\",les:\"⩽\",lescc:\"⪨\",lesdot:\"⩿\",lesdoto:\"⪁\",lesdotor:\"⪃\",lesg:\"⋚︀\",lesges:\"⪓\",lessapprox:\"⪅\",lessdot:\"⋖\",lesseqgtr:\"⋚\",lesseqqgtr:\"⪋\",LessEqualGreater:\"⋚\",LessFullEqual:\"≦\",LessGreater:\"≶\",lessgtr:\"≶\",LessLess:\"⪡\",lesssim:\"≲\",LessSlantEqual:\"⩽\",LessTilde:\"≲\",lfisht:\"⥼\",lfloor:\"⌊\",lfr:\"𝔩\",Lfr:\"𝔏\",lg:\"≶\",lgE:\"⪑\",lHar:\"⥢\",lhard:\"↽\",lharu:\"↼\",lharul:\"⥪\",lhblk:\"▄\",ljcy:\"љ\",LJcy:\"Љ\",ll:\"≪\",Ll:\"⋘\",llarr:\"⇇\",llcorner:\"⌞\",Lleftarrow:\"⇚\",llhard:\"⥫\",lltri:\"◺\",lmidot:\"ŀ\",Lmidot:\"Ŀ\",lmoust:\"⎰\",lmoustache:\"⎰\",lnap:\"⪉\",lnapprox:\"⪉\",lne:\"⪇\",lnE:\"≨\",lneq:\"⪇\",lneqq:\"≨\",lnsim:\"⋦\",loang:\"⟬\",loarr:\"⇽\",lobrk:\"⟦\",longleftarrow:\"⟵\",Longleftarrow:\"⟸\",LongLeftArrow:\"⟵\",longleftrightarrow:\"⟷\",Longleftrightarrow:\"⟺\",LongLeftRightArrow:\"⟷\",longmapsto:\"⟼\",longrightarrow:\"⟶\",Longrightarrow:\"⟹\",LongRightArrow:\"⟶\",looparrowleft:\"↫\",looparrowright:\"↬\",lopar:\"⦅\",lopf:\"𝕝\",Lopf:\"𝕃\",loplus:\"⨭\",lotimes:\"⨴\",lowast:\"\",lowbar:\"_\",LowerLeftArrow:\"↙\",LowerRightArrow:\"↘\",loz:\"◊\",lozenge:\"◊\",lozf:\"⧫\",lpar:\"(\",lparlt:\"⦓\",lrarr:\"⇆\",lrcorner:\"⌟\",lrhar:\"⇋\",lrhard:\"⥭\",lrm:\"\\u200e\",lrtri:\"⊿\",lsaquo:\"\",lscr:\"𝓁\",Lscr:\"\",lsh:\"↰\",Lsh:\"↰\",lsim:\"≲\",lsime:\"⪍\",lsimg:\"⪏\",lsqb:\"[\",lsquo:\"\",lsquor:\"\",lstrok:\"ł\",Lstrok:\"Ł\",lt:\"<\",Lt:\"≪\",LT:\"<\",ltcc:\"⪦\",ltcir:\"⩹\",ltdot:\"⋖\",lthree:\"⋋\",ltimes:\"⋉\",ltlarr:\"⥶\",ltquest:\"⩻\",ltri:\"◃\",ltrie:\"⊴\",ltrif:\"◂\",ltrPar:\"⦖\",lurdshar:\"⥊\",luruhar:\"⥦\",lvertneqq:\"≨︀\",lvnE:\"≨︀\",macr:\"¯\",male:\"♂\",malt:\"✠\",maltese:\"✠\",map:\"↦\",Map:\"⤅\",mapsto:\"↦\",mapstodown:\"↧\",mapstoleft:\"↤\",mapstoup:\"↥\",marker:\"▮\",mcomma:\"⨩\",mcy:\"м\",Mcy:\"М\",mdash:\"—\",mDDot:\"∺\",measuredangle:\"∡\",MediumSpace:\"\\u205f\",Mellintrf:\"\",mfr:\"𝔪\",Mfr:\"𝔐\",mho:\"℧\",micro:\"µ\",mid:\"\",midast:\"*\",midcir:\"⫰\",middot:\"·\",minus:\"\",minusb:\"⊟\",minusd:\"∸\",minusdu:\"⨪\",MinusPlus:\"∓\",mlcp:\"⫛\",mldr:\"…\",mnplus:\"∓\",models:\"⊧\",mopf:\"𝕞\",Mopf:\"𝕄\",mp:\"∓\",mscr:\"𝓂\",Mscr:\"\",mstpos:\"∾\",mu:\"μ\",Mu:\"Μ\",multimap:\"⊸\",mumap:\"⊸\",nabla:\"∇\",nacute:\"ń\",Nacute:\"Ń\",nang:\"∠⃒\",nap:\"≉\",napE:\"⩰̸\",napid:\"≋̸\",napos:\"ʼn\",napprox:\"≉\",natur:\"♮\",natural:\"♮\",naturals:\"\",nbsp:\"\\xa0\",nbump:\"≎̸\",nbumpe:\"≏̸\",ncap:\"⩃\",ncaron:\"ň\",Ncaron:\"Ň\",ncedil:\"ņ\",Ncedil:\"Ņ\",ncong:\"≇\",ncongdot:\"⩭̸\",ncup:\"⩂\",ncy:\"н\",Ncy:\"Н\",ndash:\"\",ne:\"≠\",nearhk:\"⤤\",nearr:\"↗\",neArr:\"⇗\",nearrow:\"↗\",nedot:\"≐̸\",NegativeMediumSpace:\"\\u200b\",NegativeThickSpace:\"\\u200b\",NegativeThinSpace:\"\\u200b\",NegativeVeryThinSpace:\"\\u200b\",nequiv:\"≢\",nesear:\"⤨\",nesim:\"≂̸\",NestedGreaterGreater:\"≫\",NestedLessLess:\"≪\",NewLine:\"\\\\n\",nexist:\"∄\",nexists:\"∄\",nfr:\"𝔫\",Nfr:\"𝔑\",nge:\"≱\",ngE:\"≧̸\",ngeq:\"≱\",ngeqq:\"≧̸\",ngeqslant:\"⩾̸\",nges:\"⩾̸\",nGg:\"⋙̸\",ngsim:\"≵\",ngt:\"≯\",nGt:\"≫⃒\",ngtr:\"≯\",nGtv:\"≫̸\",nharr:\"↮\",nhArr:\"⇎\",nhpar:\"⫲\",ni:\"∋\",nis:\"⋼\",nisd:\"⋺\",niv:\"∋\",njcy:\"њ\",NJcy:\"Њ\",nlarr:\"↚\",nlArr:\"⇍\",nldr:\"‥\",nle:\"≰\",nlE:\"≦̸\",nleftarrow:\"↚\",nLeftarrow:\"⇍\",nleftrightarrow:\"↮\",nLeftrightarrow:\"⇎\",nleq:\"≰\",nleqq:\"≦̸\",nleqslant:\"⩽̸\",nles:\"⩽̸\",nless:\"≮\",nLl:\"⋘̸\",nlsim:\"≴\",nlt:\"≮\",nLt:\"≪⃒\",nltri:\"⋪\",nltrie:\"⋬\",nLtv:\"≪̸\",nmid:\"∤\",NoBreak:\"\\u2060\",NonBreakingSpace:\"\\xa0\",nopf:\"𝕟\",Nopf:\"\",not:\"¬\",Not:\"⫬\",NotCongruent:\"≢\",NotCupCap:\"≭\",NotDoubleVerticalBar:\"∦\",NotElement:\"∉\",NotEqual:\"≠\",NotEqualTilde:\"≂̸\",NotExists:\"∄\",NotGreater:\"≯\",NotGreaterEqual:\"≱\",NotGreaterFullEqual:\"≧̸\",NotGreaterGreater:\"≫̸\",NotGreaterLess:\"≹\",NotGreaterSlantEqual:\"⩾̸\",NotGreaterTilde:\"≵\",NotHumpDownHump:\"≎̸\",NotHumpEqual:\"≏̸\",notin:\"∉\",notindot:\"⋵̸\",notinE:\"⋹̸\",notinva:\"∉\",notinvb:\"⋷\",notinvc:\"⋶\",NotLeftTriangle:\"⋪\",NotLeftTriangleBar:\"⧏̸\",NotLeftTriangleEqual:\"⋬\",NotLess:\"≮\",NotLessEqual:\"≰\",NotLessGreater:\"≸\",NotLessLess:\"≪̸\",NotLessSlantEqual:\"⩽̸\",NotLessTilde:\"≴\",NotNestedGreaterGreater:\"⪢̸\",NotNestedLessLess:\"⪡̸\",notni:\"∌\",notniva:\"∌\",notnivb:\"⋾\",notnivc:\"⋽\",NotPrecedes:\"⊀\",NotPrecedesEqual:\"⪯̸\",NotPrecedesSlantEqual:\"⋠\",NotReverseElement:\"∌\",NotRightTriangle:\"⋫\",NotRightTriangleBar:\"⧐̸\",NotRightTriangleEqual:\"⋭\",NotSquareSubset:\"⊏̸\",NotSquareSubsetEqual:\"⋢\",NotSquareSuperset:\"⊐̸\",NotSquareSupersetEqual:\"⋣\",NotSubset:\"⊂⃒\",NotSubsetEqual:\"⊈\",NotSucceeds:\"⊁\",NotSucceedsEqual:\"⪰̸\",NotSucceedsSlantEqual:\"⋡\",NotSucceedsTilde:\"≿̸\",NotSuperset:\"⊃⃒\",NotSupersetEqual:\"⊉\",NotTilde:\"≁\",NotTildeEqual:\"≄\",NotTildeFullEqual:\"≇\",NotTildeTilde:\"≉\",NotVerticalBar:\"∤\",npar:\"∦\",nparallel:\"∦\",nparsl:\"⫽⃥\",npart:\"∂̸\",npolint:\"⨔\",npr:\"⊀\",nprcue:\"⋠\",npre:\"⪯̸\",nprec:\"⊀\",npreceq:\"⪯̸\",nrarr:\"↛\",nrArr:\"⇏\",nrarrc:\"⤳̸\",nrarrw:\"↝̸\",nrightarrow:\"↛\",nRightarrow:\"⇏\",nrtri:\"⋫\",nrtrie:\"⋭\",nsc:\"⊁\",nsccue:\"⋡\",nsce:\"⪰̸\",nscr:\"𝓃\",Nscr:\"𝒩\",nshortmid:\"∤\",nshortparallel:\"∦\",nsim:\"≁\",nsime:\"≄\",nsimeq:\"≄\",nsmid:\"∤\",nspar:\"∦\",nsqsube:\"⋢\",nsqsupe:\"⋣\",nsub:\"⊄\",nsube:\"⊈\",nsubE:\"⫅̸\",nsubset:\"⊂⃒\",nsubseteq:\"⊈\",nsubseteqq:\"⫅̸\",nsucc:\"⊁\",nsucceq:\"⪰̸\",nsup:\"⊅\",nsupe:\"⊉\",nsupE:\"⫆̸\",nsupset:\"⊃⃒\",nsupseteq:\"⊉\",nsupseteqq:\"⫆̸\",ntgl:\"≹\",ntilde:\"ñ\",Ntilde:\"Ñ\",ntlg:\"≸\",ntriangleleft:\"⋪\",ntrianglelefteq:\"⋬\",ntriangleright:\"⋫\",ntrianglerighteq:\"⋭\",nu:\"ν\",Nu:\"Ν\",num:\"#\",numero:\"№\",numsp:\"\\u2007\",nvap:\"≍⃒\",nvdash:\"⊬\",nvDash:\"⊭\",nVdash:\"⊮\",nVDash:\"⊯\",nvge:\"≥⃒\",nvgt:\">⃒\",nvHarr:\"⤄\",nvinfin:\"⧞\",nvlArr:\"⤂\",nvle:\"≤⃒\",nvlt:\"<⃒\",nvltrie:\"⊴⃒\",nvrArr:\"⤃\",nvrtrie:\"⊵⃒\",nvsim:\"∼⃒\",nwarhk:\"⤣\",nwarr:\"↖\",nwArr:\"⇖\",nwarrow:\"↖\",nwnear:\"⤧\",oacute:\"ó\",Oacute:\"Ó\",oast:\"⊛\",ocir:\"⊚\",ocirc:\"ô\",Ocirc:\"Ô\",ocy:\"о\",Ocy:\"О\",odash:\"⊝\",odblac:\"ő\",Odblac:\"Ő\",odiv:\"⨸\",odot:\"⊙\",odsold:\"⦼\",oelig:\"œ\",OElig:\"Œ\",ofcir:\"⦿\",ofr:\"𝔬\",Ofr:\"𝔒\",ogon:\"˛\",ograve:\"ò\",Ograve:\"Ò\",ogt:\"⧁\",ohbar:\"⦵\",ohm:\"Ω\",oint:\"∮\",olarr:\"↺\",olcir:\"⦾\",olcross:\"⦻\",oline:\"‾\",olt:\"⧀\",omacr:\"ō\",Omacr:\"Ō\",omega:\"ω\",Omega:\"Ω\",omicron:\"ο\",Omicron:\"Ο\",omid:\"⦶\",ominus:\"⊖\",oopf:\"𝕠\",Oopf:\"𝕆\",opar:\"⦷\",OpenCurlyDoubleQuote:\"“\",OpenCurlyQuote:\"\",operp:\"⦹\",oplus:\"⊕\",or:\"\",Or:\"⩔\",orarr:\"↻\",ord:\"⩝\",order:\"\",orderof:\"\",ordf:\"ª\",ordm:\"º\",origof:\"⊶\",oror:\"⩖\",orslope:\"⩗\",orv:\"⩛\",oS:\"Ⓢ\",oscr:\"\",Oscr:\"𝒪\",oslash:\"ø\",Oslash:\"Ø\",osol:\"⊘\",otilde:\"õ\",Otilde:\"Õ\",otimes:\"⊗\",Otimes:\"⨷\",otimesas:\"⨶\",ouml:\"ö\",Ouml:\"Ö\",ovbar:\"⌽\",OverBar:\"‾\",OverBrace:\"⏞\",OverBracket:\"⎴\",OverParenthesis:\"⏜\",par:\"∥\",para:\"¶\",parallel:\"∥\",parsim:\"⫳\",parsl:\"⫽\",part:\"∂\",PartialD:\"∂\",pcy:\"п\",Pcy:\"П\",percnt:\"%\",period:\".\",permil:\"‰\",perp:\"⊥\",pertenk:\"‱\",pfr:\"𝔭\",Pfr:\"𝔓\",phi:\"φ\",Phi:\"Φ\",phiv:\"ϕ\",phmmat:\"\",phone:\"☎\",pi:\"π\",Pi:\"Π\",pitchfork:\"⋔\",piv:\"ϖ\",planck:\"ℏ\",planckh:\"\",plankv:\"ℏ\",plus:\"+\",plusacir:\"⨣\",plusb:\"⊞\",pluscir:\"⨢\",plusdo:\"∔\",plusdu:\"⨥\",pluse:\"⩲\",PlusMinus:\"±\",plusmn:\"±\",plussim:\"⨦\",plustwo:\"⨧\",pm:\"±\",Poincareplane:\"\",pointint:\"⨕\",popf:\"𝕡\",Popf:\"\",pound:\"£\",pr:\"≺\",Pr:\"⪻\",prap:\"⪷\",prcue:\"≼\",pre:\"⪯\",prE:\"⪳\",prec:\"≺\",precapprox:\"⪷\",preccurlyeq:\"≼\",Precedes:\"≺\",PrecedesEqual:\"⪯\",PrecedesSlantEqual:\"≼\",PrecedesTilde:\"≾\",preceq:\"⪯\",precnapprox:\"⪹\",precneqq:\"⪵\",precnsim:\"⋨\",precsim:\"≾\",prime:\"\",Prime:\"″\",primes:\"\",prnap:\"⪹\",prnE:\"⪵\",prnsim:\"⋨\",prod:\"∏\",Product:\"∏\",profalar:\"⌮\",profline:\"⌒\",profsurf:\"⌓\",prop:\"∝\",Proportion:\"∷\",Proportional:\"∝\",propto:\"∝\",prsim:\"≾\",prurel:\"⊰\",pscr:\"𝓅\",Pscr:\"𝒫\",psi:\"ψ\",Psi:\"Ψ\",puncsp:\"\\u2008\",qfr:\"𝔮\",Qfr:\"𝔔\",qint:\"⨌\",qopf:\"𝕢\",Qopf:\"\",qprime:\"⁗\",qscr:\"𝓆\",Qscr:\"𝒬\",quaternions:\"\",quatint:\"⨖\",quest:\"?\",questeq:\"≟\",quot:\\'\"\\',QUOT:\\'\"\\',rAarr:\"⇛\",race:\"∽̱\",racute:\"ŕ\",Racute:\"Ŕ\",radic:\"√\",raemptyv:\"⦳\",rang:\"⟩\",Rang:\"⟫\",rangd:\"⦒\",range:\"⦥\",rangle:\"⟩\",raquo:\"»\",rarr:\"→\",rArr:\"⇒\",Rarr:\"↠\",rarrap:\"⥵\",rarrb:\"⇥\",rarrbfs:\"⤠\",rarrc:\"⤳\",rarrfs:\"⤞\",rarrhk:\"↪\",rarrlp:\"↬\",rarrpl:\"⥅\",rarrsim:\"⥴\",rarrtl:\"↣\",Rarrtl:\"⤖\",rarrw:\"↝\",ratail:\"⤚\",rAtail:\"⤜\",ratio:\"\",rationals:\"\",rbarr:\"⤍\",rBarr:\"⤏\",RBarr:\"⤐\",rbbrk:\"\",rbrace:\"}\",rbrack:\"]\",rbrke:\"⦌\",rbrksld:\"⦎\",rbrkslu:\"⦐\",rcaron:\"ř\",Rcaron:\"Ř\",rcedil:\"ŗ\",Rcedil:\"Ŗ\",rceil:\"⌉\",rcub:\"}\",rcy:\"р\",Rcy:\"Р\",rdca:\"⤷\",rdldhar:\"⥩\",rdquo:\"”\",rdquor:\"”\",rdsh:\"↳\",Re:\"\",real:\"\",realine:\"\",realpart:\"\",reals:\"\",rect:\"▭\",reg:\"®\",REG:\"®\",ReverseElement:\"∋\",ReverseEquilibrium:\"⇋\",ReverseUpEquilibrium:\"⥯\",rfisht:\"⥽\",rfloor:\"⌋\",rfr:\"𝔯\",Rfr:\"\",rHar:\"⥤\",rhard:\"⇁\",rharu:\"⇀\",rharul:\"⥬\",rho:\"ρ\",Rho:\"Ρ\",rhov:\"ϱ\",RightAngleBracket:\"⟩\",rightarrow:\"→\",Rightarrow:\"⇒\",RightArrow:\"→\",RightArrowBar:\"⇥\",RightArrowLeftArrow:\"⇄\",rightarrowtail:\"↣\",RightCeiling:\"⌉\",RightDoubleBracket:\"⟧\",RightDownTeeVector:\"⥝\",RightDownVector:\"⇂\",RightDownVectorBar:\"⥕\",RightFloor:\"⌋\",rightharpoondown:\"⇁\",rightharpoonup:\"⇀\",rightleftarrows:\"⇄\",rightleftharpoons:\"⇌\",rightrightarrows:\"⇉\",rightsquigarrow:\"↝\",RightTee:\"⊢\",RightTeeArrow:\"↦\",RightTeeVector:\"⥛\",rightthreetimes:\"⋌\",RightTriangle:\"⊳\",RightTriangleBar:\"⧐\",RightTriangleEqual:\"⊵\",RightUpDownVector:\"⥏\",RightUpTeeVector:\"⥜\",RightUpVector:\"↾\",RightUpVectorBar:\"⥔\",RightVector:\"⇀\",RightVectorBar:\"⥓\",ring:\"˚\",risingdotseq:\"≓\",rlarr:\"⇄\",rlhar:\"⇌\",rlm:\"\\u200f\",rmoust:\"⎱\",rmoustache:\"⎱\",rnmid:\"⫮\",roang:\"⟭\",roarr:\"⇾\",robrk:\"⟧\",ropar:\"⦆\",ropf:\"𝕣\",Ropf:\"\",roplus:\"⨮\",rotimes:\"⨵\",RoundImplies:\"⥰\",rpar:\")\",rpargt:\"⦔\",rppolint:\"⨒\",rrarr:\"⇉\",Rrightarrow:\"⇛\",rsaquo:\"\",rscr:\"𝓇\",Rscr:\"\",rsh:\"↱\",Rsh:\"↱\",rsqb:\"]\",rsquo:\"\",rsquor:\"\",rthree:\"⋌\",rtimes:\"⋊\",rtri:\"▹\",rtrie:\"⊵\",rtrif:\"▸\",rtriltri:\"⧎\",RuleDelayed:\"⧴\",ruluhar:\"⥨\",rx:\"℞\",sacute:\"ś\",Sacute:\"Ś\",sbquo:\"\",sc:\"≻\",Sc:\"⪼\",scap:\"⪸\",scaron:\"š\",Scaron:\"Š\",sccue:\"≽\",sce:\"⪰\",scE:\"⪴\",scedil:\"ş\",Scedil:\"Ş\",scirc:\"ŝ\",Scirc:\"Ŝ\",scnap:\"⪺\",scnE:\"⪶\",scnsim:\"⋩\",scpolint:\"⨓\",scsim:\"≿\",scy:\"с\",Scy:\"С\",sdot:\"⋅\",sdotb:\"⊡\",sdote:\"⩦\",searhk:\"⤥\",searr:\"↘\",seArr:\"⇘\",searrow:\"↘\",sect:\"§\",semi:\";\",seswar:\"⤩\",setminus:\"\",setmn:\"\",sext:\"✶\",sfr:\"𝔰\",Sfr:\"𝔖\",sfrown:\"⌢\",sharp:\"♯\",shchcy:\"щ\",SHCHcy:\"Щ\",shcy:\"ш\",SHcy:\"Ш\",ShortDownArrow:\"↓\",ShortLeftArrow:\"←\",shortmid:\"\",shortparallel:\"∥\",ShortRightArrow:\"→\",ShortUpArrow:\"↑\",shy:\"\\xad\",sigma:\"σ\",Sigma:\"Σ\",sigmaf:\"ς\",sigmav:\"ς\",sim:\"\",simdot:\"⩪\",sime:\"≃\",simeq:\"≃\",simg:\"⪞\",simgE:\"⪠\",siml:\"⪝\",simlE:\"⪟\",simne:\"≆\",simplus:\"⨤\",simrarr:\"⥲\",slarr:\"←\",SmallCircle:\"∘\",smallsetminus:\"\",smashp:\"⨳\",smeparsl:\"⧤\",smid:\"\",smile:\"⌣\",smt:\"⪪\",smte:\"⪬\",smtes:\"⪬︀\",softcy:\"ь\",SOFTcy:\"Ь\",sol:\"/\",solb:\"⧄\",solbar:\"⌿\",sopf:\"𝕤\",Sopf:\"𝕊\",spades:\"♠\",spadesuit:\"♠\",spar:\"∥\",sqcap:\"⊓\",sqcaps:\"⊓︀\",sqcup:\"⊔\",sqcups:\"⊔︀\",Sqrt:\"√\",sqsub:\"⊏\",sqsube:\"⊑\",sqsubset:\"⊏\",sqsubseteq:\"⊑\",sqsup:\"⊐\",sqsupe:\"⊒\",sqsupset:\"⊐\",sqsupseteq:\"⊒\",squ:\"□\",square:\"□\",Square:\"□\",SquareIntersection:\"⊓\",SquareSubset:\"⊏\",SquareSubsetEqual:\"⊑\",SquareSuperset:\"⊐\",SquareSupersetEqual:\"⊒\",SquareUnion:\"⊔\",squarf:\"▪\",squf:\"▪\",srarr:\"→\",sscr:\"𝓈\",Sscr:\"𝒮\",ssetmn:\"\",ssmile:\"⌣\",sstarf:\"⋆\",star:\"☆\",Star:\"⋆\",starf:\"★\",straightepsilon:\"ϵ\",straightphi:\"ϕ\",strns:\"¯\",sub:\"⊂\",Sub:\"⋐\",subdot:\"⪽\",sube:\"⊆\",subE:\"⫅\",subedot:\"⫃\",submult:\"⫁\",subne:\"⊊\",subnE:\"⫋\",subplus:\"⪿\",subrarr:\"⥹\",subset:\"⊂\",Subset:\"⋐\",subseteq:\"⊆\",subseteqq:\"⫅\",SubsetEqual:\"⊆\",subsetneq:\"⊊\",subsetneqq:\"⫋\",subsim:\"⫇\",subsub:\"⫕\",subsup:\"⫓\",succ:\"≻\",succapprox:\"⪸\",succcurlyeq:\"≽\",Succeeds:\"≻\",SucceedsEqual:\"⪰\",SucceedsSlantEqual:\"≽\",SucceedsTilde:\"≿\",succeq:\"⪰\",succnapprox:\"⪺\",succneqq:\"⪶\",succnsim:\"⋩\",succsim:\"≿\",SuchThat:\"∋\",sum:\"∑\",Sum:\"∑\",sung:\"♪\",sup:\"⊃\",Sup:\"⋑\",sup1:\"¹\",sup2:\"²\",sup3:\"³\",supdot:\"⪾\",supdsub:\"⫘\",supe:\"⊇\",supE:\"⫆\",supedot:\"⫄\",Superset:\"⊃\",SupersetEqual:\"⊇\",suphsol:\"⟉\",suphsub:\"⫗\",suplarr:\"⥻\",supmult:\"⫂\",supne:\"⊋\",supnE:\"⫌\",supplus:\"⫀\",supset:\"⊃\",Supset:\"⋑\",supseteq:\"⊇\",supseteqq:\"⫆\",supsetneq:\"⊋\",supsetneqq:\"⫌\",supsim:\"⫈\",supsub:\"⫔\",supsup:\"⫖\",swarhk:\"⤦\",swarr:\"↙\",swArr:\"⇙\",swarrow:\"↙\",swnwar:\"⤪\",szlig:\"ß\",Tab:\"\\\\t\",target:\"⌖\",tau:\"τ\",Tau:\"Τ\",tbrk:\"⎴\",tcaron:\"ť\",Tcaron:\"Ť\",tcedil:\"ţ\",Tcedil:\"Ţ\",tcy:\"т\",Tcy:\"Т\",tdot:\"⃛\",telrec:\"⌕\",tfr:\"𝔱\",Tfr:\"𝔗\",there4:\"∴\",therefore:\"∴\",Therefore:\"∴\",theta:\"θ\",Theta:\"Θ\",thetasym:\"ϑ\",thetav:\"ϑ\",thickapprox:\"≈\",thicksim:\"\",ThickSpace:\"\\u205f\\u200a\",thinsp:\"\\u2009\",ThinSpace:\"\\u2009\",thkap:\"≈\",thksim:\"\",thorn:\"þ\",THORN:\"Þ\",tilde:\"˜\",Tilde:\"\",TildeEqual:\"≃\",TildeFullEqual:\"≅\",TildeTilde:\"≈\",times:\"×\",timesb:\"⊠\",timesbar:\"⨱\",timesd:\"⨰\",tint:\"∭\",toea:\"⤨\",top:\"\",topbot:\"⌶\",topcir:\"⫱\",topf:\"𝕥\",Topf:\"𝕋\",topfork:\"⫚\",tosa:\"⤩\",tprime:\"‴\",trade:\"™\",TRADE:\"™\",triangle:\"▵\",triangledown:\"▿\",triangleleft:\"◃\",trianglelefteq:\"⊴\",triangleq:\"≜\",triangleright:\"▹\",trianglerighteq:\"⊵\",tridot:\"◬\",trie:\"≜\",triminus:\"⨺\",TripleDot:\"⃛\",triplus:\"⨹\",trisb:\"⧍\",tritime:\"⨻\",trpezium:\"⏢\",tscr:\"𝓉\",Tscr:\"𝒯\",tscy:\"ц\",TScy:\"Ц\",tshcy:\"ћ\",TSHcy:\"Ћ\",tstrok:\"ŧ\",Tstrok:\"Ŧ\",twixt:\"≬\",twoheadleftarrow:\"↞\",twoheadrightarrow:\"↠\",uacute:\"ú\",Uacute:\"Ú\",uarr:\"↑\",uArr:\"⇑\",Uarr:\"↟\",Uarrocir:\"⥉\",ubrcy:\"ў\",Ubrcy:\"Ў\",ubreve:\"ŭ\",Ubreve:\"Ŭ\",ucirc:\"û\",Ucirc:\"Û\",ucy:\"у\",Ucy:\"У\",udarr:\"⇅\",udblac:\"ű\",Udblac:\"Ű\",udhar:\"⥮\",ufisht:\"⥾\",ufr:\"𝔲\",Ufr:\"𝔘\",ugrave:\"ù\",Ugrave:\"Ù\",uHar:\"⥣\",uharl:\"↿\",uharr:\"↾\",uhblk:\"▀\",ulcorn:\"⌜\",ulcorner:\"⌜\",ulcrop:\"⌏\",ultri:\"◸\",umacr:\"ū\",Umacr:\"Ū\",uml:\"¨\",UnderBar:\"_\",UnderBrace:\"⏟\",UnderBracket:\"⎵\",UnderParenthesis:\"⏝\",Union:\"\",UnionPlus:\"⊎\",uogon:\"ų\",Uogon:\"Ų\",uopf:\"𝕦\",Uopf:\"𝕌\",uparrow:\"↑\",Uparrow:\"⇑\",UpArrow:\"↑\",UpArrowBar:\"⤒\",UpArrowDownArrow:\"⇅\",updownarrow:\"↕\",Updownarrow:\"⇕\",UpDownArrow:\"↕\",UpEquilibrium:\"⥮\",upharpoonleft:\"↿\",upharpoonright:\"↾\",uplus:\"⊎\",UpperLeftArrow:\"↖\",UpperRightArrow:\"↗\",upsi:\"υ\",Upsi:\"ϒ\",upsih:\"ϒ\",upsilon:\"υ\",Upsilon:\"Υ\",UpTee:\"⊥\",UpTeeArrow:\"↥\",upuparrows:\"⇈\",urcorn:\"⌝\",urcorner:\"⌝\",urcrop:\"⌎\",uring:\"ů\",Uring:\"Ů\",urtri:\"◹\",uscr:\"𝓊\",Uscr:\"𝒰\",utdot:\"⋰\",utilde:\"ũ\",Utilde:\"Ũ\",utri:\"▵\",utrif:\"▴\",uuarr:\"⇈\",uuml:\"ü\",Uuml:\"Ü\",uwangle:\"⦧\",vangrt:\"⦜\",varepsilon:\"ϵ\",varkappa:\"ϰ\",varnothing:\"∅\",varphi:\"ϕ\",varpi:\"ϖ\",varpropto:\"∝\",varr:\"↕\",vArr:\"⇕\",varrho:\"ϱ\",varsigma:\"ς\",varsubsetneq:\"⊊︀\",varsubsetneqq:\"⫋︀\",varsupsetneq:\"⊋︀\",varsupsetneqq:\"⫌︀\",vartheta:\"ϑ\",vartriangleleft:\"⊲\",vartriangleright:\"⊳\",vBar:\"⫨\",Vbar:\"⫫\",vBarv:\"⫩\",vcy:\"в\",Vcy:\"В\",vdash:\"⊢\",vDash:\"⊨\",Vdash:\"⊩\",VDash:\"⊫\",Vdashl:\"⫦\",vee:\"\",Vee:\"\",veebar:\"⊻\",veeeq:\"≚\",vellip:\"⋮\",verbar:\"|\",Verbar:\"‖\",vert:\"|\",Vert:\"‖\",VerticalBar:\"\",VerticalLine:\"|\",VerticalSeparator:\"❘\",VerticalTilde:\"≀\",VeryThinSpace:\"\\u200a\",vfr:\"𝔳\",Vfr:\"𝔙\",vltri:\"⊲\",vnsub:\"⊂⃒\",vnsup:\"⊃⃒\",vopf:\"𝕧\",Vopf:\"𝕍\",vprop:\"∝\",vrtri:\"⊳\",vscr:\"𝓋\",Vscr:\"𝒱\",vsubne:\"⊊︀\",vsubnE:\"⫋︀\",vsupne:\"⊋︀\",vsupnE:\"⫌︀\",Vvdash:\"⊪\",vzigzag:\"⦚\",wcirc:\"ŵ\",Wcirc:\"Ŵ\",wedbar:\"⩟\",wedge:\"∧\",Wedge:\"⋀\",wedgeq:\"≙\",weierp:\"℘\",wfr:\"𝔴\",Wfr:\"𝔚\",wopf:\"𝕨\",Wopf:\"𝕎\",wp:\"℘\",wr:\"≀\",wreath:\"≀\",wscr:\"𝓌\",Wscr:\"𝒲\",xcap:\"⋂\",xcirc:\"◯\",xcup:\"\",xdtri:\"▽\",xfr:\"𝔵\",Xfr:\"𝔛\",xharr:\"⟷\",xhArr:\"⟺\",xi:\"ξ\",Xi:\"Ξ\",xlarr:\"⟵\",xlArr:\"⟸\",xmap:\"⟼\",xnis:\"⋻\",xodot:\"⨀\",xopf:\"𝕩\",Xopf:\"𝕏\",xoplus:\"⨁\",xotime:\"⨂\",xrarr:\"⟶\",xrArr:\"⟹\",xscr:\"𝓍\",Xscr:\"𝒳\",xsqcup:\"⨆\",xuplus:\"⨄\",xutri:\"△\",xvee:\"\",xwedge:\"⋀\",yacute:\"ý\",Yacute:\"Ý\",yacy:\"я\",YAcy:\"Я\",ycirc:\"ŷ\",Ycirc:\"Ŷ\",ycy:\"ы\",Ycy:\"Ы\",yen:\"¥\",yfr:\"𝔶\",Yfr:\"𝔜\",yicy:\"ї\",YIcy:\"Ї\",yopf:\"𝕪\",Yopf:\"𝕐\",yscr:\"𝓎\",Yscr:\"𝒴\",yucy:\"ю\",YUcy:\"Ю\",yuml:\"ÿ\",Yuml:\"Ÿ\",zacute:\"ź\",Zacute:\"Ź\",zcaron:\"ž\",Zcaron:\"Ž\",zcy:\"з\",Zcy:\"З\",zdot:\"ż\",Zdot:\"Ż\",zeetrf:\"\",ZeroWidthSpace:\"\\u200b\",zeta:\"ζ\",Zeta:\"Ζ\",zfr:\"𝔷\",Zfr:\"\",zhcy:\"ж\",ZHcy:\"Ж\",zigrarr:\"⇝\",zopf:\"𝕫\",Zopf:\"\",zscr:\"𝓏\",Zscr:\"𝒵\",zwj:\"\\u200d\",zwnj:\"\\u200c\"},f={aacute:\"á\",Aacute:\"Á\",acirc:\"â\",Acirc:\"Â\",acute:\"´\",aelig:\"æ\",AElig:\"Æ\",agrave:\"à\",Agrave:\"À\",amp:\"&\",AMP:\"&\",aring:\"å\",Aring:\"Å\",atilde:\"ã\",Atilde:\"Ã\",auml:\"ä\",Auml:\"Ä\",brvbar:\"¦\",ccedil:\"ç\",Ccedil:\"Ç\",cedil:\"¸\",cent:\"¢\",copy:\"©\",COPY:\"©\",curren:\"¤\",deg:\"°\",divide:\"÷\",eacute:\"é\",Eacute:\"É\",ecirc:\"ê\",Ecirc:\"Ê\",egrave:\"è\",Egrave:\"È\",eth:\"ð\",ETH:\"Ð\",euml:\"ë\",Euml:\"Ë\",frac12:\"½\",frac14:\"¼\",frac34:\"¾\",gt:\">\",GT:\">\",iacute:\"í\",Iacute:\"Í\",icirc:\"î\",Icirc:\"Î\",iexcl:\"¡\",igrave:\"ì\",Igrave:\"Ì\",iquest:\"¿\",iuml:\"ï\",Iuml:\"Ï\",laquo:\"«\",lt:\"<\",LT:\"<\",macr:\"¯\",micro:\"µ\",middot:\"·\",nbsp:\"\\xa0\",not:\"¬\",ntilde:\"ñ\",Ntilde:\"Ñ\",oacute:\"ó\",Oacute:\"Ó\",ocirc:\"ô\",Ocirc:\"Ô\",ograve:\"ò\",Ograve:\"Ò\",ordf:\"ª\",ordm:\"º\",oslash:\"ø\",Oslash:\"Ø\",otilde:\"õ\",Otilde:\"Õ\",ouml:\"ö\",Ouml:\"Ö\",para:\"¶\",plusmn:\"±\",pound:\"£\",quot:\\'\"\\',QUOT:\\'\"\\',raquo:\"»\",reg:\"®\",REG:\"®\",sect:\"§\",shy:\"\\xad\",sup1:\"¹\",sup2:\"²\",sup3:\"³\",szlig:\"ß\",thorn:\"þ\",THORN:\"Þ\",times:\"×\",uacute:\"ú\",Uacute:\"Ú\",ucirc:\"û\",Ucirc:\"Û\",ugrave:\"ù\",Ugrave:\"Ù\",uml:\"¨\",uuml:\"ü\",Uuml:\"Ü\",yacute:\"ý\",Yacute:\"Ý\",yen:\"¥\",yuml:\"ÿ\"},b={0:\"<22>\",128:\"€\",130:\"\",131:\"ƒ\",132:\"„\",133:\"…\",134:\"†\",135:\"‡\",136:\"ˆ\",137:\"‰\",138:\"Š\",139:\"\",140:\"Œ\",142:\"Ž\",145:\"\",146:\"\",147:\"“\",148:\"”\",149:\"•\",150:\"\",151:\"—\",152:\"˜\",153:\"™\",154:\"š\",155:\"\",156:\"œ\",158:\"ž\",159:\"Ÿ\"},h=[1,2,3,4,5,6,7,8,11,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,64976,64977,64978,64979,64980,64981,64982,64983,64984,64985,64986,64987,64988,64989,64990,64991,64992,64993,64994,64995,64996,64997,64998,64999,65e3,65001,65002,65003,65004,65005,65006,65007,65534,65535,131070,131071,196606,196607,262142,262143,327678,327679,393214,393215,458750,458751,524286,524287,589822,589823,655358,655359,720894,720895,786430,786431,851966,851967,917502,917503,983038,983039,1048574,1048575,1114110,1114111],q=String.fromCharCode,v={}.hasOwnProperty,w=function(r,e){return v.call(r,e)},D=function(r,e){if(!r)return e;var a,t={};for(a in e)t[a]=w(r,a)?r[a]:e[a];return t},y=function(r,e){var a=\"\";return r>=55296&&r<=57343||r>1114111?(e&&x(\"character reference outside the permissible Unicode range\"),\"<22>\"):w(b,r)?(e&&x(\"disallowed character reference\"),b[r]):(e&&function(r,e){for(var a=-1,t=r.length;++a<t;)if(r[a]==e)return!0;return!1}(h,r)&&x(\"disallowed character reference\"),r>65535&&(a+=q((r-=65536)>>>10&1023|55296),r=56320|1023&r),a+=q(r))},A=function(r){return\"&#x\"+r.toString(16).toUpperCase()+\";\"},E=function(r){return\"&#\"+r+\";\"},x=function(r){throw Error(\"Parse error: \"+r)},k=function(r,e){(e=D(e,k.options)).strict&&d.test(r)&&x(\"forbidden code point\");var a=e.encodeEverything,t=e.useNamedReferences,n=e.allowUnsafeSymbols,p=e.decimal?E:A,g=function(r){return p(r.charCodeAt(0))};return a?(r=r.replace(s,function(r){return t&&w(l,r)?\"&\"+l[r]+\";\":g(r)}),t&&(r=r.replace(/&gt;\\\\u20D2/g,\"&nvgt;\").replace(/&lt;\\\\u20D2/g,\"&nvlt;\").replace(/&#x66;&#x6A;/g,\"&fjlig;\")),t&&(r=r.replace(c,function(r){return\"&\"+l[r]+\";\"}))):t?(n||(r=r.replace(i,function(r){return\"&\"+l[r]+\";\"})),r=(r=r.replace(/&gt;\\\\u20D2/g,\"&nvgt;\").replace(/&lt;\\\\u20D2/g,\"&nvlt;\")).replace(c,function(r){return\"&\"+l[r]+\";\"})):n||(r=r.replace(i,g)),r.replace(o,function(r){var e=r.charCodeAt(0),a=r.charCodeAt(1);return p(1024*(e-55296)+a-56320+65536)}).replace(u,g)};k.options={allowUnsafeSymbols:!1,encodeEverything:!1,strict:!1,useNamedReferences:!1,decimal:!1};var L=function(r,e){var a=(e=D(e,L.options)).strict;return a&&p.test(r)&&x(\"malformed character reference\"),r.replace(g,function(r,t,o,s,u,c,l,i,n){var p,d,g,b,h,q;return t?m[h=t]:o?(h=o,(q=s)&&e.isAttributeValue?(a&&\"=\"==q&&x(\"`&` did not start a character reference\"),r):(a&&x(\"named character reference was not terminated by a semicolon\"),f[h]+(q||\"\"))):u?(g=u,d=c,a&&!d&&x(\"character reference was not terminated by a semicolon\"),p=parseInt(g,10),y(p,a)):l?(b=l,d=i,a&&!d&&x(\"character reference was not terminated by a semicolon\"),p=parseInt(b,16),y(p,a)):(a&&x(\"named character reference was not terminated by a semicolon\"),r)})};L.options={isAttributeValue:!1,strict:!1};var S={version:\"1.2.0\",encode:k,decode:L,escape:function(r){return r.replace(i,function(r){return n[r]})},unescape:L};if(\"function\"==typeof define&&\"object\"==typeof define.amd&&define.amd)define(function(){return S});else if(e&&!e.nodeType)if(a)a.exports=S;else for(var C in S)w(S,C)&&(e[C]=S[C]);else r.he=S}(this);\\n\\n}).call(this)}).call(this,typeof global !== \"undefined\" ? global : typeof self !== \"undefined\" ? self : typeof window !== \"undefined\" ? window : {})}, {}];\\nwindow.modules[\"2880\"] = [function(require,module,exports){\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:!0}),exports.default=function(e){return e=unmatchedRightQuotes(e=unmatchedLeftQuotes(e=appendPlurals(e=appendWhitelist(e=quote(e=specialCase(e=inWord(e=prependDecades(e=prependWhitelist(e)))))))))};var a=\"\",l=\"\",r=\"\";function prependWhitelist(e){return e.replace(/\\'(tis|twas)/gi,a+\"$1\")}function prependDecades(e){return e.replace(/\\'(\\\\d0s)/gi,a+\"$1\")}function inWord(e){return e.replace(/(\\\\S)\\'(\\\\S)/gi,\"$1\"+a+\"$2\").replace(/(\\\\S)\\'(\\\\S)/gi,\"$1\"+a+\"$2\")}function specialCase(e){return e.replace(/\\'(n)\\'/gi,a+\"$1\"+a)}function quote(e){return e.replace(/(^|\\\\s)(?:\"(.*?)\"|\\'(.*?[^(?:o|ol|s)])\\')(\\\\s|$)/,\"$1\"+l+\"$2$3\"+r+\"$4\")}function appendWhitelist(e){return e.replace(/(o|ol)\\'/gi,\"$1\"+a)}function appendPlurals(e){return e.replace(/(s)\\'(\\\\s|$)/gi,\"$1\"+a+\"$2\")}function unmatchedLeftQuotes(e){return e.replace(/(^|\\\\s)[\\'\"](.*?)/gi,\"$1\"+l+\"$2\")}function unmatchedRightQuotes(e){return e.replace(/(.*?)[\\'\"](\\\\s|$)/gi,\"$1\"+r+\"$2\")}module.exports=exports.default;\\n}, {}];\\nwindow.modules[\"2882\"] = [function(require,module,exports){require(2883),module.exports=self.fetch.bind(self);\\n}, {\"2883\":2883}];\\nwindow.modules[\"2883\"] = [function(require,module,exports){!function(t,e){\"object\"==typeof exports&&\"undefined\"!=typeof module?e(exports):\"function\"==typeof define&&define.amd?define([\"exports\"],e):e(t.WHATWGFetch={})}(this,function(t){\"use strict\";var e=\"undefined\"!=typeof globalThis&&globalThis||\"undefined\"!=typeof self&&self||void 0!==e&&e,r={searchParams:\"URLSearchParams\"in e,iterable:\"Symbol\"in e&&\"iterator\"in Symbol,blob:\"FileReader\"in e&&\"Blob\"in e&&function(){try{return new Blob,!0}catch(t){return!1}}(),formData:\"FormData\"in e,arrayBuffer:\"ArrayBuffer\"in e};if(r.arrayBuffer)var o=[\"[object Int8Array]\",\"[object Uint8Array]\",\"[object Uint8ClampedArray]\",\"[object Int16Array]\",\"[object Uint16Array]\",\"[object Int32Array]\",\"[object Uint32Array]\",\"[object Float32Array]\",\"[object Float64Array]\"],n=ArrayBuffer.isView||function(t){return t&&o.indexOf(Object.prototype.toString.call(t))>-1};function i(t){if(\"string\"!=typeof t&&(t=String(t)),/[^a-z0-9\\\\-#$%&\\'*+.^_`|~!]/i.test(t)||\"\"===t)throw new TypeError(\\'Invalid character in header field name: \"\\'+t+\\'\"\\');return t.toLowerCase()}function s(t){return\"string\"!=typeof t&&(t=String(t)),t}function a(t){var e={next:function(){var e=t.shift();return{done:void 0===e,value:e}}};return r.iterable&&(e[Symbol.iterator]=function(){return e}),e}function h(t){this.map={},t instanceof h?t.forEach(function(t,e){this.append(e,t)},this):Array.isArray(t)?t.forEach(function(t){this.append(t[0],t[1])},this):t&&Object.getOwnPropertyNames(t).forEach(function(e){this.append(e,t[e])},this)}function f(t){if(t.bodyUsed)return Promise.reject(new TypeError(\"Already read\"));t.bodyUsed=!0}function u(t){return new Promise(function(e,r){t.onload=function(){e(t.result)},t.onerror=function(){r(t.error)}})}function c(t){var e=new FileReader,r=u(e);return e.readAsArrayBuffer(t),r}function d(t){if(t.slice)return t.slice(0);var e=new Uint8Array(t.byteLength);return e.set(new Uint8Array(t)),e.buffer}function y(){return this.bodyUsed=!1,this._initBody=function(t){var e;this.bodyUsed=this.bodyUsed,this._bodyInit=t,t?\"string\"==typeof t?this._bodyText=t:r.blob&&Blob.prototype.isPrototypeOf(t)?this._bodyBlob=t:r.formData&&FormData.prototype.isPrototypeOf(t)?this._bodyFormData=t:r.searchParams&&URLSearchParams.prototype.isPrototypeOf(t)?this._bodyText=t.toString():r.arrayBuffer&&r.blob&&((e=t)&&DataView.prototype.isPrototypeOf(e))?(this._bodyArrayBuffer=d(t.buffer),this._bodyInit=new Blob([this._bodyArrayBuffer])):r.arrayBuffer&&(ArrayBuffer.prototype.isPrototypeOf(t)||n(t))?this._bodyArrayBuffer=d(t):this._bodyText=t=Object.prototype.toString.call(t):this._bodyText=\"\",this.headers.get(\"content-type\")||(\"string\"==typeof t?this.headers.set(\"content-type\",\"text/plain;charset=UTF-8\"):this._bodyBlob&&this._bodyBlob.type?this.headers.set(\"content-type\",this._bodyBlob.type):r.searchParams&&URLSearchParams.prototype.isPrototypeOf(t)&&this.headers.set(\"content-type\",\"application/x-www-form-urlencoded;charset=UTF-8\"))},r.blob&&(this.blob=function(){var t=f(this);if(t)return t;if(this._bodyBlob)return Promise.resolve(this._bodyBlob);if(this._bodyArrayBuffer)return Promise.resolve(new Blob([this._bodyArrayBuffer]));if(this._bodyFormData)throw new Error(\"could not read FormData body as blob\");return Promise.resolve(new Blob([this._bodyText]))},this.arrayBuffer=function(){if(this._bodyArrayBuffer){var t=f(this);return t||(ArrayBuffer.isView(this._bodyArrayBuffer)?Promise.resolve(this._bodyArrayBuffer.buffer.slice(this._bodyArrayBuffer.byteOffset,this._bodyArrayBuffer.byteOffset+this._bodyArrayBuffer.byteLength)):Promise.resolve(this._bodyArrayBuffer))}return this.blob().then(c)}),this.text=function(){var t,e,r,o=f(this);if(o)return o;if(this._bodyBlob)return t=this._bodyBlob,e=new FileReader,r=u(e),e.readAsText(t),r;if(this._bodyArrayBuffer)return Promise.resolve(function(t){for(var e=new Uint8Array(t),r=new Array(e.length),o=0;o<e.length;o++)r[o]=String.fromCharCode(e[o]);return r.join(\"\")}(this._bodyArrayBuffer));if(this._bodyFormData)throw new Error(\"could not read FormData body as text\");return Promise.resolve(this._bodyText)},r.formData&&(this.formData=function(){return this.text().then(b)}),this.json=function(){return this.text().then(JSON.parse)},this}h.prototype.append=function(t,e){t=i(t),e=s(e);var r=this.map[t];this.map[t]=r?r+\", \"+e:e},h.prototype.delete=function(t){delete this.map[i(t)]},h.prototype.get=function(t){return t=i(t),this.has(t)?this.map[t]:null},h.prototype.has=function(t){return this.map.hasOwnProperty(i(t))},h.prototype.set=function(t,e){this.map[i(t)]=s(e)},h.prototype.forEach=function(t,e){for(var r in this.map)this.map.hasOwnProperty(r)&&t.call(e,this.map[r],r,this)},h.prototype.keys=function(){var t=[];return this.forEach(function(e,r){t.push(r)}),a(t)},h.prototype.values=function(){var t=[];return this.forEach(function(e){t.push(e)}),a(t)},h.prototype.entries=function(){var t=[];return this.forEach(function(e,r){t.push([r,e])}),a(t)},r.iterable&&(h.prototype[Symbol.iterator]=h.prototype.entries);var p=[\"DELETE\",\"GET\",\"HEAD\",\"OPTIONS\",\"POST\",\"PUT\"];function l(t,e){if(!(this instanceof l))throw new TypeError(\\'Please use the \"new\" operator, this DOM object constructor cannot be called as a function.\\');var r,o,n=(e=e||{}).body;if(t instanceof l){if(t.bodyUsed)throw new TypeError(\"Already read\");this.url=t.url,this.credentials=t.credentials,e.headers||(this.headers=new h(t.headers)),this.method=t.method,this.mode=t.mode,this.signal=t.signal,n||null==t._bodyInit||(n=t._bodyInit,t.bodyUsed=!0)}else this.url=String(t);if(this.credentials=e.credentials||this.credentials||\"same-origin\",!e.headers&&this.headers||(this.headers=new h(e.headers)),this.method=(r=e.method||this.method||\"GET\",o=r.toUpperCase(),p.indexOf(o)>-1?o:r),this.mode=e.mode||this.mode||null,this.signal=e.signal||this.signal,this.referrer=null,(\"GET\"===this.method||\"HEAD\"===this.method)&&n)throw new TypeError(\"Body not allowed for GET or HEAD requests\");if(this._initBody(n),!(\"GET\"!==this.method&&\"HEAD\"!==this.method||\"no-store\"!==e.cache&&\"no-cache\"!==e.cache)){var i=/([?&])_=[^&]*/;if(i.test(this.url))this.url=this.url.replace(i,\"$1_=\"+(new Date).getTime());else{this.url+=(/\\\\?/.test(this.url)?\"&\":\"?\")+\"_=\"+(new Date).getTime()}}}function b(t){var e=new FormData;return t.trim().split(\"&\").forEach(function(t){if(t){var r=t.split(\"=\"),o=r.shift().replace(/\\\\+/g,\" \"),n=r.join(\"=\").replace(/\\\\+/g,\" \");e.append(decodeURIComponent(o),decodeURIComponent(n))}}),e}function m(t,e){if(!(this instanceof m))throw new TypeError(\\'Please use the \"new\" operator, this DOM object constructor cannot be called as a function.\\');e||(e={}),this.type=\"default\",this.status=void 0===e.status?200:e.status,this.ok=this.status>=200&&this.status<300,this.statusText=void 0===e.statusText?\"\":\"\"+e.statusText,this.headers=new h(e.headers),this.url=e.url||\"\",this._initBody(t)}l.prototype.clone=function(){return new l(this,{body:this._bodyInit})},y.call(l.prototype),y.call(m.prototype),m.prototype.clone=function(){return new m(this._bodyInit,{status:this.status,statusText:this.statusText,headers:new h(this.headers),url:this.url})},m.error=function(){var t=new m(null,{status:0,statusText:\"\"});return t.type=\"error\",t};var w=[301,302,303,307,308];m.redirect=function(t,e){if(-1===w.indexOf(e))throw new RangeError(\"Invalid status code\");return new m(null,{status:e,headers:{location:t}})},t.DOMException=e.DOMException;try{new t.DOMException}catch(e){t.DOMException=function(t,e){this.message=t,this.name=e;var r=Error(t);this.stack=r.stack},t.DOMException.prototype=Object.create(Error.prototype),t.DOMException.prototype.constructor=t.DOMException}function v(o,n){return new Promise(function(i,a){var f=new l(o,n);if(f.signal&&f.signal.aborted)return a(new t.DOMException(\"Aborted\",\"AbortError\"));var u=new XMLHttpRequest;function c(){u.abort()}u.onload=function(){var t,e,r={status:u.status,statusText:u.statusText,headers:(t=u.getAllResponseHeaders()||\"\",e=new h,t.replace(/\\\\r?\\\\n[\\\\t ]+/g,\" \").split(\"\\\\r\").map(function(t){return 0===t.indexOf(\"\\\\n\")?t.substr(1,t.length):t}).forEach(function(t){var r=t.split(\":\"),o=r.shift().trim();if(o){var n=r.join(\":\").trim();e.append(o,n)}}),e)};r.url=\"responseURL\"in u?u.responseURL:r.headers.get(\"X-Request-URL\");var o=\"response\"in u?u.response:u.responseText;setTimeout(function(){i(new m(o,r))},0)},u.onerror=function(){setTimeout(function(){a(new TypeError(\"Network request failed\"))},0)},u.ontimeout=function(){setTimeout(function(){a(new TypeError(\"Network request failed\"))},0)},u.onabort=function(){setTimeout(function(){a(new t.DOMException(\"Aborted\",\"AbortError\"))},0)},u.open(f.method,function(t){try{return\"\"===t&&e.location.href?e.location.href:t}catch(e){return t}}(f.url),!0),\"include\"===f.credentials?u.withCredentials=!0:\"omit\"===f.credentials&&(u.withCredentials=!1),\"responseType\"in u&&(r.blob?u.responseType=\"blob\":r.arrayBuffer&&f.headers.get(\"Content-Type\")&&-1!==f.headers.get(\"Content-Type\").indexOf(\"application/octet-stream\")&&(u.responseType=\"arraybuffer\")),!n||\"object\"!=typeof n.headers||n.headers instanceof h?f.headers.forEach(function(t,e){u.setRequestHeader(e,t)}):Object.getOwnPropertyNames(n.headers).forEach(function(t){u.setRequestHeader(t,s(n.headers[t]))}),f.signal&&(f.signal.addEventListener(\"abort\",c),u.onreadystatechange=function(){4===u.readyState&&f.signal.removeEventListener(\"abort\",c)}),u.send(void 0===f._bodyInit?null:f._bodyInit)})}v.polyfill=!0,e.fetch||(e.fetch=v,e.Headers=h,e.Request=l,e.Response=m),t.Headers=h,t.Request=l,t.Response=m,t.fetch=v,Object.defineProperty(t,\"__esModule\",{value:!0})});\\n}, {}];\\nwindow.modules[\"2884\"] = [function(require,module,exports){(function (process){(function (){\\n!function(n){\"use strict\";var e,t=n.jsonpClient,o=\"undefined\"!=typeof process?process.browser:\"undefined\"!=typeof window,r=/[\\\\\\\\?|&]callback=([a-z0-9_]+)/i,i=function(){var n,t,o,r,i=Array.prototype.slice.apply(arguments),a=i.slice(0,-1),l=0,c=[];try{if(\"function\"!=typeof(n=i.slice(-1)[0]))throw new Error(\"Callback not found\")}catch(n){throw new Error(\"jsonpClient expects a callback\")}for(\"string\"!=typeof a[0]&&(a=a[0]),r=function(){var e=0;for(c=c.sort(function(n,e){return n.position>e.position}),e=0;c.length>e;e+=1)c[e]=c[e].data;c.unshift(null),n.apply(null,c)},o=function(o,i){e(a[l],function(e,o){if(!t){if(t=e,e)return n(e);c.push({data:o,position:i}),c.length===a.length&&r()}})},l=0;a.length>l;l+=1)o(a[l],l)};i.noConflict=function(){return n.jsonpClient=t,i},e=o?function(){var n,e,t=document.getElementsByTagName(\"head\")[0];return e=function(n,e){var o=document.createElement(\"script\"),r=!1;o.src=n,o.async=!0,o.onload=o.onreadystatechange=function(){r||this.readyState&&\"loaded\"!==this.readyState&&\"complete\"!==this.readyState||(r=!0,o.onload=o.onreadystatechange=null,o&&o.parentNode&&o.parentNode.removeChild(o),e())},t.appendChild(o)},n=function(n,e){var t=n.match(r);if(!t)return e(new Error(\"Could not find callback on URL\"));e(null,t[1])},function(t,o){n(t,function(n,r){var i,a=window[r];if(n)return o(n);window[r]=function(n){i=n},e(t,function(n){if(n||i||(n=new Error(\"Calling to \"+r+\" did not returned a JSON response.Make sure the callback \"+r+\" exists and is properly formatted.\")),a)window[r]=a;else try{delete window[r]}catch(n){window[r]=void 0}o(n,i)})})}}():require(2885),\"undefined\"!=typeof module&&module.exports?module.exports=i:n.jsonpClient=i}(this);\\n\\n}).call(this)}).call(this,require(221))}, {\"221\":221,\"2885\":2885}];\\nwindow.modules[\"2885\"] = [function(require,module,exports){(function (process,global){(function (){\\n\"use strict\";var evalJsonp,parseJsonp,evalOrParseJavascript,fetchRemoteJsonp,fetchUrl,fetchLocalJsonp,request=require(2868),vm=require(2886),fs=require(2887),parensRegex=/(^\\\\(|\\\\);?\\\\s*$)/,functionRegex=/^[a-z\\\\d_]*\\\\(/i,functionNameRegex=/([\\\\w\\\\d_]*)\\\\(/,enableLocalFileSupport=\"test\"===window.process.env.NODE_ENV||window.process.env.JSONP_CLIENT_ENABLE_LOCAL_SUPPORT;if(\"test\"===window.process.env.NODE_ENV&&window.process.env.SUPERAGENT_MOCK){var mockConfig=global.superAgentMockConfig||require(window.process.env.SUPERAGENT_MOCK);require(2868)(request,mockConfig)}parseJsonp=function(e,t){var r,n,o=null;try{r=e.replace(functionRegex,\"\").replace(parensRegex,\"\"),n=JSON.parse(r)}catch(e){o=e}t(o,n)},evalJsonp=function(e,t){var r,n;e=(e||\"\")+\"\",r=vm.createContext({error:null,cbData:null}),n=\"function \"+(e.match(functionNameRegex)||[null,!1])[1]+\" (data) { cbData = data } try { \"+e+\" } catch(e) { error = e;} \";try{vm.runInContext(n,r)}catch(e){t(new Error(e))}if(r.error)return t(new Error(r.error));t(null,r.cbData)},evalOrParseJavascript=function(e,t){e=e.toString(),parseJsonp(e,function(r,n){if(r)return evalJsonp(e,function(e,r){t(e,r)});t(r,n)})},fetchUrl=function(e,t){request.get(e).buffer(!0).accept(\"application/javascript\").parse(function(e,t){e.text=\"\",e.setEncoding(\"utf8\"),e.on(\"data\",function(t){e.text=e.text+t}),e.on(\"end\",t)}).end(function(r,n){!r&&n&&n.status&&n.status>=400&&(r=new Error(\"Could not fetch url \"+e+\", with status \"+(n&&n.status||\"unknown\")+\". Got error: \"+(r&&r.message)+\".\")),t(r,n&&n.text||\"cb({})\")})},fetchRemoteJsonp=function(e,t){fetchUrl(e,function(e,r){if(e)return t(e);evalOrParseJavascript(r,t)})},fetchLocalJsonp=enableLocalFileSupport?function(e,t){e=e.split(\"?\")[0],fs.readFile(e,function(e,r){if(e)return t(e);evalOrParseJavascript(r,t)})}:fetchRemoteJsonp,module.exports=function(e,t){e.match(/^http/)?fetchRemoteJsonp(e,t):fetchLocalJsonp(e,t)};\\n\\n}).call(this)}).call(this,require(221),typeof global !== \"undefined\" ? global : typeof self !== \"undefined\" ? self : typeof window !== \"undefined\" ? window : {})}, {\"221\":221,\"2868\":2868,\"2886\":2886,\"2887\":2887}];\\nwindow.modules[\"2886\"] = [function(require,module,exports){var indexOf=function(e,t){if(e.indexOf)return e.indexOf(t);for(var n=0;n<e.length;n++)if(e[n]===t)return n;return-1},Object_keys=function(e){if(Object.keys)return Object.keys(e);var t=[];for(var n in e)t.push(n);return t},forEach=function(e,t){if(e.forEach)return e.forEach(t);for(var n=0;n<e.length;n++)t(e[n],n,e)},defineProp=function(){try{return Object.defineProperty({},\"_\",{}),function(e,t,n){Object.defineProperty(e,t,{writable:!0,enumerable:!1,configurable:!0,value:n})}}catch(e){return function(e,t,n){e[t]=n}}}(),globals=[\"Array\",\"Boolean\",\"Date\",\"Error\",\"EvalError\",\"Function\",\"Infinity\",\"JSON\",\"Math\",\"NaN\",\"Number\",\"Object\",\"RangeError\",\"ReferenceError\",\"RegExp\",\"String\",\"SyntaxError\",\"TypeError\",\"URIError\",\"decodeURI\",\"decodeURIComponent\",\"encodeURI\",\"encodeURIComponent\",\"escape\",\"eval\",\"isFinite\",\"isNaN\",\"parseFloat\",\"parseInt\",\"undefined\",\"unescape\"];function Context(){}Context.prototype={};var Script=exports.Script=function(e){if(!(this instanceof Script))return new Script(e);this.code=e};Script.prototype.runInContext=function(e){if(!(e instanceof Context))throw new TypeError(\"needs a \\'context\\' argument.\");var t=document.createElement(\"iframe\");t.style||(t.style={}),t.style.display=\"none\",document.body.appendChild(t);var n=t.contentWindow,r=n.eval,o=n.execScript;!r&&o&&(o.call(n,\"null\"),r=n.eval),forEach(Object_keys(e),function(t){n[t]=e[t]}),forEach(globals,function(t){e[t]&&(n[t]=e[t])});var c=Object_keys(n),i=r.call(n,this.code);return forEach(Object_keys(n),function(t){(t in e||-1===indexOf(c,t))&&(e[t]=n[t])}),forEach(globals,function(t){t in e||defineProp(e,t,n[t])}),document.body.removeChild(t),i},Script.prototype.runInThisContext=function(){return eval(this.code)},Script.prototype.runInNewContext=function(e){var t=Script.createContext(e),n=this.runInContext(t);return e&&forEach(Object_keys(t),function(n){e[n]=t[n]}),n},forEach(Object_keys(Script.prototype),function(e){exports[e]=Script[e]=function(t){var n=Script(t);return n[e].apply(n,[].slice.call(arguments,1))}}),exports.isContext=function(e){return e instanceof Context},exports.createScript=function(e){return exports.Script(e)},exports.createContext=Script.createContext=function(e){var t=new Context;return\"object\"==typeof e&&forEach(Object_keys(e),function(n){t[n]=e[n]}),t};\\n}, {}];\\nwindow.modules[\"2887\"] = [function(require,module,exports){}, {}];\\nwindow.modules[\"2888\"] = [function(require,module,exports){var getNative=require(2889),root=require(2890),DataView=getNative(root,\"DataView\");module.exports=DataView;\\n}, {\"2889\":2889,\"2890\":2890}];\\nwindow.modules[\"2889\"] = [function(require,module,exports){var baseIsNative=require(3007),getValue=require(3102);function getNative(e,a){var t=getValue(e,a);return baseIsNative(t)?t:void 0}module.exports=getNative;\\n}, {\"3007\":3007,\"3102\":3102}];\\nwindow.modules[\"2890\"] = [function(require,module,exports){var freeGlobal=require(3097),freeSelf=\"object\"==typeof self&&self&&self.Object===Object&&self,root=freeGlobal||freeSelf||Function(\"return this\")();module.exports=root;\\n}, {\"3097\":3097}];\\nwindow.modules[\"2891\"] = [function(require,module,exports){var hashClear=require(2893),hashDelete=require(2892),hashGet=require(2896),hashHas=require(2894),hashSet=require(2895);function Hash(e){var h=-1,a=null==e?0:e.length;for(this.clear();++h<a;){var s=e[h];this.set(s[0],s[1])}}Hash.prototype.clear=hashClear,Hash.prototype.delete=hashDelete,Hash.prototype.get=hashGet,Hash.prototype.has=hashHas,Hash.prototype.set=hashSet,module.exports=Hash;\\n}, {\"2892\":2892,\"2893\":2893,\"2894\":2894,\"2895\":2895,\"2896\":2896}];\\nwindow.modules[\"2892\"] = [function(require,module,exports){function hashDelete(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t}module.exports=hashDelete;\\n}, {}];\\nwindow.modules[\"2893\"] = [function(require,module,exports){var nativeCreate=require(3108);function hashClear(){this.__data__=nativeCreate?nativeCreate(null):{},this.size=0}module.exports=hashClear;\\n}, {\"3108\":3108}];\\nwindow.modules[\"2894\"] = [function(require,module,exports){var nativeCreate=require(3108),objectProto=Object.prototype,hasOwnProperty=objectProto.hasOwnProperty;function hashHas(e){var t=this.__data__;return nativeCreate?void 0!==t[e]:hasOwnProperty.call(t,e)}module.exports=hashHas;\\n}, {\"3108\":3108}];\\nwindow.modules[\"2895\"] = [function(require,module,exports){var nativeCreate=require(3108),HASH_UNDEFINED=\"__lodash_hash_undefined__\";function hashSet(e,t){var a=this.__data__;return this.size+=this.has(e)?0:1,a[e]=nativeCreate&&void 0===t?HASH_UNDEFINED:t,this}module.exports=hashSet;\\n}, {\"3108\":3108}];\\nwindow.modules[\"2896\"] = [function(require,module,exports){var nativeCreate=require(3108),HASH_UNDEFINED=\"__lodash_hash_undefined__\",objectProto=Object.prototype,hasOwnProperty=objectProto.hasOwnProperty;function hashGet(e){var t=this.__data__;if(nativeCreate){var r=t[e];return r===HASH_UNDEFINED?void 0:r}return hasOwnProperty.call(t,e)?t[e]:void 0}module.exports=hashGet;\\n}, {\"3108\":3108}];\\nwindow.modules[\"2898\"] = [function(require,module,exports){var isObject=require(503),objectCreate=Object.create,baseCreate=function(){function e(){}return function(t){if(!isObject(t))return{};if(objectCreate)return objectCreate(t);e.prototype=t;var r=new e;return e.prototype=void 0,r}}();module.exports=baseCreate;\\n}, {\"503\":503}];\\nwindow.modules[\"2900\"] = [function(require,module,exports){var listCacheClear=require(2901),listCacheDelete=require(2905),listCacheGet=require(2903),listCacheHas=require(2904),listCacheSet=require(2902);function ListCache(e){var t=-1,a=null==e?0:e.length;for(this.clear();++t<a;){var s=e[t];this.set(s[0],s[1])}}ListCache.prototype.clear=listCacheClear,ListCache.prototype.delete=listCacheDelete,ListCache.prototype.get=listCacheGet,ListCache.prototype.has=listCacheHas,ListCache.prototype.set=listCacheSet,module.exports=ListCache;\\n}, {\"2901\":2901,\"2902\":2902,\"2903\":2903,\"2904\":2904,\"2905\":2905}];\\nwindow.modules[\"2901\"] = [function(require,module,exports){function listCacheClear(){this.__data__=[],this.size=0}module.exports=listCacheClear;\\n}, {}];\\nwindow.modules[\"2902\"] = [function(require,module,exports){var assocIndexOf=require(2952);function listCacheSet(s,e){var t=this.__data__,a=assocIndexOf(t,s);return a<0?(++this.size,t.push([s,e])):t[a][1]=e,this}module.exports=listCacheSet;\\n}, {\"2952\":2952}];\\nwindow.modules[\"2903\"] = [function(require,module,exports){var assocIndexOf=require(2952);function listCacheGet(e){var s=this.__data__,a=assocIndexOf(s,e);return a<0?void 0:s[a][1]}module.exports=listCacheGet;\\n}, {\"2952\":2952}];\\nwindow.modules[\"2904\"] = [function(require,module,exports){var assocIndexOf=require(2952);function listCacheHas(s){return assocIndexOf(this.__data__,s)>-1}module.exports=listCacheHas;\\n}, {\"2952\":2952}];\\nwindow.modules[\"2905\"] = [function(require,module,exports){var assocIndexOf=require(2952),arrayProto=Array.prototype,splice=arrayProto.splice;function listCacheDelete(e){var r=this.__data__,a=assocIndexOf(r,e);return!(a<0)&&(a==r.length-1?r.pop():splice.call(r,a,1),--this.size,!0)}module.exports=listCacheDelete;\\n}, {\"2952\":2952}];\\nwindow.modules[\"2907\"] = [function(require,module,exports){var getNative=require(2889),root=require(2890),Map=getNative(root,\"Map\");module.exports=Map;\\n}, {\"2889\":2889,\"2890\":2890}];\\nwindow.modules[\"2908\"] = [function(require,module,exports){var mapCacheClear=require(2913),mapCacheDelete=require(2912),mapCacheGet=require(2909),mapCacheHas=require(2910),mapCacheSet=require(2911);function MapCache(e){var a=-1,p=null==e?0:e.length;for(this.clear();++a<p;){var t=e[a];this.set(t[0],t[1])}}MapCache.prototype.clear=mapCacheClear,MapCache.prototype.delete=mapCacheDelete,MapCache.prototype.get=mapCacheGet,MapCache.prototype.has=mapCacheHas,MapCache.prototype.set=mapCacheSet,module.exports=MapCache;\\n}, {\"2909\":2909,\"2910\":2910,\"2911\":2911,\"2912\":2912,\"2913\":2913}];\\nwindow.modules[\"2909\"] = [function(require,module,exports){var getMapData=require(3100);function mapCacheGet(a){return getMapData(this,a).get(a)}module.exports=mapCacheGet;\\n}, {\"3100\":3100}];\\nwindow.modules[\"2910\"] = [function(require,module,exports){var getMapData=require(3100);function mapCacheHas(a){return getMapData(this,a).has(a)}module.exports=mapCacheHas;\\n}, {\"3100\":3100}];\\nwindow.modules[\"2911\"] = [function(require,module,exports){var getMapData=require(3100);function mapCacheSet(e,a){var t=getMapData(this,e),i=t.size;return t.set(e,a),this.size+=t.size==i?0:1,this}module.exports=mapCacheSet;\\n}, {\"3100\":3100}];\\nwindow.modules[\"2912\"] = [function(require,module,exports){var getMapData=require(3100);function mapCacheDelete(e){var a=getMapData(this,e).delete(e);return this.size-=a?1:0,a}module.exports=mapCacheDelete;\\n}, {\"3100\":3100}];\\nwindow.modules[\"2913\"] = [function(require,module,exports){var Hash=require(2891),ListCache=require(2900),Map=require(2907);function mapCacheClear(){this.size=0,this.__data__={hash:new Hash,map:new(Map||ListCache),string:new Hash}}module.exports=mapCacheClear;\\n}, {\"2891\":2891,\"2900\":2900,\"2907\":2907}];\\nwindow.modules[\"2914\"] = [function(require,module,exports){var getNative=require(2889),root=require(2890),Promise=getNative(root,\"Promise\");module.exports=Promise;\\n}, {\"2889\":2889,\"2890\":2890}];\\nwindow.modules[\"2915\"] = [function(require,module,exports){var getNative=require(2889),root=require(2890),Set=getNative(root,\"Set\");module.exports=Set;\\n}, {\"2889\":2889,\"2890\":2890}];\\nwindow.modules[\"2916\"] = [function(require,module,exports){var MapCache=require(2908),setCacheAdd=require(2918),setCacheHas=require(2917);function SetCache(e){var a=-1,t=null==e?0:e.length;for(this.__data__=new MapCache;++a<t;)this.add(e[a])}SetCache.prototype.add=SetCache.prototype.push=setCacheAdd,SetCache.prototype.has=setCacheHas,module.exports=SetCache;\\n}, {\"2908\":2908,\"2917\":2917,\"2918\":2918}];\\nwindow.modules[\"2917\"] = [function(require,module,exports){function setCacheHas(a){return this.__data__.has(a)}module.exports=setCacheHas;\\n}, {}];\\nwindow.modules[\"2918\"] = [function(require,module,exports){var HASH_UNDEFINED=\"__lodash_hash_undefined__\";function setCacheAdd(_){return this.__data__.set(_,HASH_UNDEFINED),this}module.exports=setCacheAdd;\\n}, {}];\\nwindow.modules[\"2919\"] = [function(require,module,exports){var ListCache=require(2900),stackClear=require(2924),stackDelete=require(2920),stackGet=require(2921),stackHas=require(2922),stackSet=require(2923);function Stack(t){var e=this.__data__=new ListCache(t);this.size=e.size}Stack.prototype.clear=stackClear,Stack.prototype.delete=stackDelete,Stack.prototype.get=stackGet,Stack.prototype.has=stackHas,Stack.prototype.set=stackSet,module.exports=Stack;\\n}, {\"2900\":2900,\"2920\":2920,\"2921\":2921,\"2922\":2922,\"2923\":2923,\"2924\":2924}];\\nwindow.modules[\"2920\"] = [function(require,module,exports){function stackDelete(e){var t=this.__data__,s=t.delete(e);return this.size=t.size,s}module.exports=stackDelete;\\n}, {}];\\nwindow.modules[\"2921\"] = [function(require,module,exports){function stackGet(t){return this.__data__.get(t)}module.exports=stackGet;\\n}, {}];\\nwindow.modules[\"2922\"] = [function(require,module,exports){function stackHas(a){return this.__data__.has(a)}module.exports=stackHas;\\n}, {}];\\nwindow.modules[\"2923\"] = [function(require,module,exports){var ListCache=require(2900),Map=require(2907),MapCache=require(2908),LARGE_ARRAY_SIZE=200;function stackSet(e,a){var t=this.__data__;if(t instanceof ListCache){var i=t.__data__;if(!Map||i.length<LARGE_ARRAY_SIZE-1)return i.push([e,a]),this.size=++t.size,this;t=this.__data__=new MapCache(i)}return t.set(e,a),this.size=t.size,this}module.exports=stackSet;\\n}, {\"2900\":2900,\"2907\":2907,\"2908\":2908}];\\nwindow.modules[\"2924\"] = [function(require,module,exports){var ListCache=require(2900);function stackClear(){this.__data__=new ListCache,this.size=0}module.exports=stackClear;\\n}, {\"2900\":2900}];\\nwindow.modules[\"2925\"] = [function(require,module,exports){var root=require(2890),Symbol=root.Symbol;module.exports=Symbol;\\n}, {\"2890\":2890}];\\nwindow.modules[\"2926\"] = [function(require,module,exports){var root=require(2890),Uint8Array=root.Uint8Array;module.exports=Uint8Array;\\n}, {\"2890\":2890}];\\nwindow.modules[\"2927\"] = [function(require,module,exports){var getNative=require(2889),root=require(2890),WeakMap=getNative(root,\"WeakMap\");module.exports=WeakMap;\\n}, {\"2889\":2889,\"2890\":2890}];\\nwindow.modules[\"2928\"] = [function(require,module,exports){function apply(l,e,a){switch(a.length){case 0:return l.call(e);case 1:return l.call(e,a[0]);case 2:return l.call(e,a[0],a[1]);case 3:return l.call(e,a[0],a[1],a[2])}return l.apply(e,a)}module.exports=apply;\\n}, {}];\\nwindow.modules[\"2930\"] = [function(require,module,exports){function arrayEach(r,a){for(var n=-1,e=null==r?0:r.length;++n<e&&!1!==a(r[n],n,r););return r}module.exports=arrayEach;\\n}, {}];\\nwindow.modules[\"2932\"] = [function(require,module,exports){function arrayFilter(r,a){for(var e=-1,l=null==r?0:r.length,t=0,n=[];++e<l;){var o=r[e];a(o,e,r)&&(n[t++]=o)}return n}module.exports=arrayFilter;\\n}, {}];\\nwindow.modules[\"2934\"] = [function(require,module,exports){var baseFindIndex=require(2982),baseIsNaN=require(2996),strictIndexOf=require(2997);function baseIndexOf(e,s,n){return s==s?strictIndexOf(e,s,n):baseFindIndex(e,baseIsNaN,n)}module.exports=baseIndexOf;\\n}, {\"2982\":2982,\"2996\":2996,\"2997\":2997}];\\nwindow.modules[\"2936\"] = [function(require,module,exports){var baseTimes=require(2941),isArguments=require(2937),isArray=require(504),isBuffer=require(2938),isIndex=require(2939),isTypedArray=require(2940),objectProto=Object.prototype,hasOwnProperty=objectProto.hasOwnProperty;function arrayLikeKeys(e,r){var s=isArray(e),i=!s&&isArguments(e),t=!s&&!i&&isBuffer(e),a=!s&&!i&&!t&&isTypedArray(e),n=s||i||t||a,y=n?baseTimes(e.length,String):[],u=y.length;for(var o in e)!r&&!hasOwnProperty.call(e,o)||n&&(\"length\"==o||t&&(\"offset\"==o||\"parent\"==o)||a&&(\"buffer\"==o||\"byteLength\"==o||\"byteOffset\"==o)||isIndex(o,u))||y.push(o);return y}module.exports=arrayLikeKeys;\\n}, {\"504\":504,\"2937\":2937,\"2938\":2938,\"2939\":2939,\"2940\":2940,\"2941\":2941}];\\nwindow.modules[\"2937\"] = [function(require,module,exports){var baseIsArguments=require(2998),isObjectLike=require(2999),objectProto=Object.prototype,hasOwnProperty=objectProto.hasOwnProperty,propertyIsEnumerable=objectProto.propertyIsEnumerable,isArguments=baseIsArguments(function(){return arguments}())?baseIsArguments:function(e){return isObjectLike(e)&&hasOwnProperty.call(e,\"callee\")&&!propertyIsEnumerable.call(e,\"callee\")};module.exports=isArguments;\\n}, {\"2998\":2998,\"2999\":2999}];\\nwindow.modules[\"2938\"] = [function(require,module,exports){var root=require(2890),stubFalse=require(3132),freeExports=\"object\"==typeof exports&&exports&&!exports.nodeType&&exports,freeModule=freeExports&&\"object\"==typeof module&&module&&!module.nodeType&&module,moduleExports=freeModule&&freeModule.exports===freeExports,Buffer=moduleExports?root.Buffer:void 0,nativeIsBuffer=Buffer?Buffer.isBuffer:void 0,isBuffer=nativeIsBuffer||stubFalse;module.exports=isBuffer;\\n}, {\"2890\":2890,\"3132\":3132}];\\nwindow.modules[\"2939\"] = [function(require,module,exports){var MAX_SAFE_INTEGER=9007199254740991,reIsUint=/^(?:0|[1-9]\\\\d*)$/;function isIndex(e,n){var r=typeof e;return!!(n=null==n?MAX_SAFE_INTEGER:n)&&(\"number\"==r||\"symbol\"!=r&&reIsUint.test(e))&&e>-1&&e%1==0&&e<n}module.exports=isIndex;\\n}, {}];\\nwindow.modules[\"2940\"] = [function(require,module,exports){var baseIsTypedArray=require(3012),baseUnary=require(2975),nodeUtil=require(3112),nodeIsTypedArray=nodeUtil&&nodeUtil.isTypedArray,isTypedArray=nodeIsTypedArray?baseUnary(nodeIsTypedArray):baseIsTypedArray;module.exports=isTypedArray;\\n}, {\"2975\":2975,\"3012\":3012,\"3112\":3112}];\\nwindow.modules[\"2941\"] = [function(require,module,exports){function baseTimes(e,r){for(var s=-1,a=Array(e);++s<e;)a[s]=r(s);return a}module.exports=baseTimes;\\n}, {}];\\nwindow.modules[\"2942\"] = [function(require,module,exports){function arrayMap(r,a){for(var n=-1,e=null==r?0:r.length,l=Array(e);++n<e;)l[n]=a(r[n],n,r);return l}module.exports=arrayMap;\\n}, {}];\\nwindow.modules[\"2943\"] = [function(require,module,exports){function arrayPush(r,a){for(var e=-1,n=a.length,t=r.length;++e<n;)r[t+e]=a[e];return r}module.exports=arrayPush;\\n}, {}];\\nwindow.modules[\"2944\"] = [function(require,module,exports){function arrayReduce(r,e,u,a){var n=-1,l=null==r?0:r.length;for(a&&l&&(u=r[++n]);++n<l;)u=e(u,r[n],n,r);return u}module.exports=arrayReduce;\\n}, {}];\\nwindow.modules[\"2945\"] = [function(require,module,exports){function arraySome(r,e){for(var n=-1,o=null==r?0:r.length;++n<o;)if(e(r[n],n,r))return!0;return!1}module.exports=arraySome;\\n}, {}];\\nwindow.modules[\"2946\"] = [function(require,module,exports){function asciiToArray(r){return r.split(\"\")}module.exports=asciiToArray;\\n}, {}];\\nwindow.modules[\"2947\"] = [function(require,module,exports){var reAsciiWord=/[^\\\\x00-\\\\x2f\\\\x3a-\\\\x40\\\\x5b-\\\\x60\\\\x7b-\\\\x7f]+/g;function asciiWords(r){return r.match(reAsciiWord)||[]}module.exports=asciiWords;\\n}, {}];\\nwindow.modules[\"2948\"] = [function(require,module,exports){var baseAssignValue=require(2949),eq=require(2950);function assignMergeValue(e,s,a){(void 0===a||eq(e[s],a))&&(void 0!==a||s in e)||baseAssignValue(e,s,a)}module.exports=assignMergeValue;\\n}, {\"2949\":2949,\"2950\":2950}];\\nwindow.modules[\"2949\"] = [function(require,module,exports){var defineProperty=require(2960);function baseAssignValue(e,r,i){\"__proto__\"==r&&defineProperty?defineProperty(e,r,{configurable:!0,enumerable:!0,value:i,writable:!0}):e[r]=i}module.exports=baseAssignValue;\\n}, {\"2960\":2960}];\\nwindow.modules[\"2950\"] = [function(require,module,exports){function eq(e,n){return e===n||e!=e&&n!=n}module.exports=eq;\\n}, {}];\\nwindow.modules[\"2951\"] = [function(require,module,exports){var baseAssignValue=require(2949),eq=require(2950),objectProto=Object.prototype,hasOwnProperty=objectProto.hasOwnProperty;function assignValue(e,s,a){var r=e[s];hasOwnProperty.call(e,s)&&eq(r,a)&&(void 0!==a||s in e)||baseAssignValue(e,s,a)}module.exports=assignValue;\\n}, {\"2949\":2949,\"2950\":2950}];\\nwindow.modules[\"2952\"] = [function(require,module,exports){var eq=require(2950);function assocIndexOf(e,r){for(var n=e.length;n--;)if(eq(e[n][0],r))return n;return-1}module.exports=assocIndexOf;\\n}, {\"2950\":2950}];\\nwindow.modules[\"2954\"] = [function(require,module,exports){var baseForOwn=require(2977),createBaseEach=require(2978),baseEach=createBaseEach(baseForOwn);module.exports=baseEach;\\n}, {\"2977\":2977,\"2978\":2978}];\\nwindow.modules[\"2955\"] = [function(require,module,exports){var copyObject=require(2956),keys=require(2957);function baseAssign(e,s){return e&&copyObject(s,keys(s),e)}module.exports=baseAssign;\\n}, {\"2956\":2956,\"2957\":2957}];\\nwindow.modules[\"2956\"] = [function(require,module,exports){var assignValue=require(2951),baseAssignValue=require(2949);function copyObject(e,a,s,r){var i=!s;s||(s={});for(var u=-1,n=a.length;++u<n;){var l=a[u],o=r?r(s[l],e[l],l,s,e):void 0;void 0===o&&(o=e[l]),i?baseAssignValue(s,l,o):assignValue(s,l,o)}return s}module.exports=copyObject;\\n}, {\"2949\":2949,\"2951\":2951}];\\nwindow.modules[\"2957\"] = [function(require,module,exports){var arrayLikeKeys=require(2936),baseKeys=require(3018),isArrayLike=require(3024);function keys(e){return isArrayLike(e)?arrayLikeKeys(e):baseKeys(e)}module.exports=keys;\\n}, {\"2936\":2936,\"3018\":3018,\"3024\":3024}];\\nwindow.modules[\"2958\"] = [function(require,module,exports){var copyObject=require(2956),keysIn=require(2959);function baseAssignIn(e,n){return e&&copyObject(n,keysIn(n),e)}module.exports=baseAssignIn;\\n}, {\"2956\":2956,\"2959\":2959}];\\nwindow.modules[\"2959\"] = [function(require,module,exports){var arrayLikeKeys=require(2936),baseKeysIn=require(3021),isArrayLike=require(3024);function keysIn(e){return isArrayLike(e)?arrayLikeKeys(e,!0):baseKeysIn(e)}module.exports=keysIn;\\n}, {\"2936\":2936,\"3021\":3021,\"3024\":3024}];\\nwindow.modules[\"2960\"] = [function(require,module,exports){var getNative=require(2889),defineProperty=function(){try{var e=getNative(Object,\"defineProperty\");return e({},\"\",{}),e}catch(e){}}();module.exports=defineProperty;\\n}, {\"2889\":2889}];\\nwindow.modules[\"2961\"] = [function(require,module,exports){var Stack=require(2919),arrayEach=require(2930),assignValue=require(2951),baseAssign=require(2955),baseAssignIn=require(2958),cloneBuffer=require(2966),copyArray=require(2964),copySymbols=require(2968),copySymbolsIn=require(2967),getAllKeys=require(2972),getAllKeysIn=require(2962),getTag=require(2963),initCloneArray=require(2965),initCloneByTag=require(2973),initCloneObject=require(2969),isArray=require(504),isBuffer=require(2938),isMap=require(2970),isObject=require(503),isSet=require(2971),keys=require(2957),keysIn=require(2959),CLONE_DEEP_FLAG=1,CLONE_FLAT_FLAG=2,CLONE_SYMBOLS_FLAG=4,argsTag=\"[object Arguments]\",arrayTag=\"[object Array]\",boolTag=\"[object Boolean]\",dateTag=\"[object Date]\",errorTag=\"[object Error]\",funcTag=\"[object Function]\",genTag=\"[object GeneratorFunction]\",mapTag=\"[object Map]\",numberTag=\"[object Number]\",objectTag=\"[object Object]\",regexpTag=\"[object RegExp]\",setTag=\"[object Set]\",stringTag=\"[object String]\",symbolTag=\"[object Symbol]\",weakMapTag=\"[object WeakMap]\",arrayBufferTag=\"[object ArrayBuffer]\",dataViewTag=\"[object DataView]\",float32Tag=\"[object Float32Array]\",float64Tag=\"[object Float64Array]\",int8Tag=\"[object Int8Array]\",int16Tag=\"[object Int16Array]\",int32Tag=\"[object Int32Array]\",uint8Tag=\"[object Uint8Array]\",uint8ClampedTag=\"[object Uint8ClampedArray]\",uint16Tag=\"[object Uint16Array]\",uint32Tag=\"[object Uint32Array]\",cloneableTags={};function baseClone(e,a,r,n,g,o){var t,l=a&CLONE_DEEP_FLAG,i=a&CLONE_FLAT_FLAG,s=a&CLONE_SYMBOLS_FLAG;if(r&&(t=g?r(e,n,g,o):r(e)),void 0!==t)return t;if(!isObject(e))return e;var c=isArray(e);if(c){if(t=initCloneArray(e),!l)return copyArray(e,t)}else{var T=getTag(e),b=T==funcTag||T==genTag;if(isBuffer(e))return cloneBuffer(e,l);if(T==objectTag||T==argsTag||b&&!g){if(t=i||b?{}:initCloneObject(e),!l)return i?copySymbolsIn(e,baseAssignIn(t,e)):copySymbols(e,baseAssign(t,e))}else{if(!cloneableTags[T])return g?e:{};t=initCloneByTag(e,T,l)}}o||(o=new Stack);var u=o.get(e);if(u)return u;o.set(e,t),isSet(e)?e.forEach(function(n){t.add(baseClone(n,a,r,n,e,o))}):isMap(e)&&e.forEach(function(n,g){t.set(g,baseClone(n,a,r,g,e,o))});var y=c?void 0:(s?i?getAllKeysIn:getAllKeys:i?keysIn:keys)(e);return arrayEach(y||e,function(n,g){y&&(n=e[g=n]),assignValue(t,g,baseClone(n,a,r,g,e,o))}),t}cloneableTags[argsTag]=cloneableTags[arrayTag]=cloneableTags[arrayBufferTag]=cloneableTags[dataViewTag]=cloneableTags[boolTag]=cloneableTags[dateTag]=cloneableTags[float32Tag]=cloneableTags[float64Tag]=cloneableTags[int8Tag]=cloneableTags[int16Tag]=cloneableTags[int32Tag]=cloneableTags[mapTag]=cloneableTags[numberTag]=cloneableTags[objectTag]=cloneableTags[regexpTag]=cloneableTags[setTag]=cloneableTags[stringTag]=cloneableTags[symbolTag]=cloneableTags[uint8Tag]=cloneableTags[uint8ClampedTag]=cloneableTags[uint16Tag]=cloneableTags[uint32Tag]=!0,cloneableTags[errorTag]=cloneableTags[funcTag]=cloneableTags[weakMapTag]=!1,module.exports=baseClone;\\n}, {\"503\":503,\"504\":504,\"2919\":2919,\"2930\":2930,\"2938\":2938,\"2951\":2951,\"2955\":2955,\"2957\":2957,\"2958\":2958,\"2959\":2959,\"2962\":2962,\"2963\":2963,\"2964\":2964,\"2965\":2965,\"2966\":2966,\"2967\":2967,\"2968\":2968,\"2969\":2969,\"2970\":2970,\"2971\":2971,\"2972\":2972,\"2973\":2973}];\\nwindow.modules[\"2962\"] = [function(require,module,exports){var baseGetAllKeys=require(2990),getSymbolsIn=require(3072),keysIn=require(2959);function getAllKeysIn(e){return baseGetAllKeys(e,keysIn,getSymbolsIn)}module.exports=getAllKeysIn;\\n}, {\"2959\":2959,\"2990\":2990,\"3072\":3072}];\\nwindow.modules[\"2963\"] = [function(require,module,exports){var DataView=require(2888),Map=require(2907),Promise=require(2914),Set=require(2915),WeakMap=require(2927),baseGetTag=require(2991),toSource=require(3009),mapTag=\"[object Map]\",objectTag=\"[object Object]\",promiseTag=\"[object Promise]\",setTag=\"[object Set]\",weakMapTag=\"[object WeakMap]\",dataViewTag=\"[object DataView]\",dataViewCtorString=toSource(DataView),mapCtorString=toSource(Map),promiseCtorString=toSource(Promise),setCtorString=toSource(Set),weakMapCtorString=toSource(WeakMap),getTag=baseGetTag;(DataView&&getTag(new DataView(new ArrayBuffer(1)))!=dataViewTag||Map&&getTag(new Map)!=mapTag||Promise&&getTag(Promise.resolve())!=promiseTag||Set&&getTag(new Set)!=setTag||WeakMap&&getTag(new WeakMap)!=weakMapTag)&&(getTag=function(e){var a=baseGetTag(e),t=a==objectTag?e.constructor:void 0,r=t?toSource(t):\"\";if(r)switch(r){case dataViewCtorString:return dataViewTag;case mapCtorString:return mapTag;case promiseCtorString:return promiseTag;case setCtorString:return setTag;case weakMapCtorString:return weakMapTag}return a}),module.exports=getTag;\\n}, {\"2888\":2888,\"2907\":2907,\"2914\":2914,\"2915\":2915,\"2927\":2927,\"2991\":2991,\"3009\":3009}];\\nwindow.modules[\"2964\"] = [function(require,module,exports){function copyArray(r,o){var y=-1,a=r.length;for(o||(o=Array(a));++y<a;)o[y]=r[y];return o}module.exports=copyArray;\\n}, {}];\\nwindow.modules[\"2965\"] = [function(require,module,exports){var objectProto=Object.prototype,hasOwnProperty=objectProto.hasOwnProperty;function initCloneArray(t){var r=t.length,n=new t.constructor(r);return r&&\"string\"==typeof t[0]&&hasOwnProperty.call(t,\"index\")&&(n.index=t.index,n.input=t.input),n}module.exports=initCloneArray;\\n}, {}];\\nwindow.modules[\"2966\"] = [function(require,module,exports){var root=require(2890),freeExports=\"object\"==typeof exports&&exports&&!exports.nodeType&&exports,freeModule=freeExports&&\"object\"==typeof module&&module&&!module.nodeType&&module,moduleExports=freeModule&&freeModule.exports===freeExports,Buffer=moduleExports?root.Buffer:void 0,allocUnsafe=Buffer?Buffer.allocUnsafe:void 0;function cloneBuffer(e,o){if(o)return e.slice();var r=e.length,f=allocUnsafe?allocUnsafe(r):new e.constructor(r);return e.copy(f),f}module.exports=cloneBuffer;\\n}, {\"2890\":2890}];\\nwindow.modules[\"2967\"] = [function(require,module,exports){var copyObject=require(2956),getSymbolsIn=require(3072);function copySymbolsIn(e,o){return copyObject(e,getSymbolsIn(e),o)}module.exports=copySymbolsIn;\\n}, {\"2956\":2956,\"3072\":3072}];\\nwindow.modules[\"2968\"] = [function(require,module,exports){var copyObject=require(2956),getSymbols=require(3071);function copySymbols(e,o){return copyObject(e,getSymbols(e),o)}module.exports=copySymbols;\\n}, {\"2956\":2956,\"3071\":3071}];\\nwindow.modules[\"2969\"] = [function(require,module,exports){var baseCreate=require(2898),getPrototype=require(3103),isPrototype=require(3019);function initCloneObject(e){return\"function\"!=typeof e.constructor||isPrototype(e)?{}:baseCreate(getPrototype(e))}module.exports=initCloneObject;\\n}, {\"2898\":2898,\"3019\":3019,\"3103\":3103}];\\nwindow.modules[\"2970\"] = [function(require,module,exports){var baseIsMap=require(3005),baseUnary=require(2975),nodeUtil=require(3112),nodeIsMap=nodeUtil&&nodeUtil.isMap,isMap=nodeIsMap?baseUnary(nodeIsMap):baseIsMap;module.exports=isMap;\\n}, {\"2975\":2975,\"3005\":3005,\"3112\":3112}];\\nwindow.modules[\"2971\"] = [function(require,module,exports){var baseIsSet=require(3011),baseUnary=require(2975),nodeUtil=require(3112),nodeIsSet=nodeUtil&&nodeUtil.isSet,isSet=nodeIsSet?baseUnary(nodeIsSet):baseIsSet;module.exports=isSet;\\n}, {\"2975\":2975,\"3011\":3011,\"3112\":3112}];\\nwindow.modules[\"2972\"] = [function(require,module,exports){var baseGetAllKeys=require(2990),getSymbols=require(3071),keys=require(2957);function getAllKeys(e){return baseGetAllKeys(e,keys,getSymbols)}module.exports=getAllKeys;\\n}, {\"2957\":2957,\"2990\":2990,\"3071\":3071}];\\nwindow.modules[\"2973\"] = [function(require,module,exports){var cloneArrayBuffer=require(3066),cloneDataView=require(3067),cloneRegExp=require(3068),cloneSymbol=require(3069),cloneTypedArray=require(3033),boolTag=\"[object Boolean]\",dateTag=\"[object Date]\",mapTag=\"[object Map]\",numberTag=\"[object Number]\",regexpTag=\"[object RegExp]\",setTag=\"[object Set]\",stringTag=\"[object String]\",symbolTag=\"[object Symbol]\",arrayBufferTag=\"[object ArrayBuffer]\",dataViewTag=\"[object DataView]\",float32Tag=\"[object Float32Array]\",float64Tag=\"[object Float64Array]\",int8Tag=\"[object Int8Array]\",int16Tag=\"[object Int16Array]\",int32Tag=\"[object Int32Array]\",uint8Tag=\"[object Uint8Array]\",uint8ClampedTag=\"[object Uint8ClampedArray]\",uint16Tag=\"[object Uint16Array]\",uint32Tag=\"[object Uint32Array]\";function initCloneByTag(e,a,r){var t=e.constructor;switch(a){case arrayBufferTag:return cloneArrayBuffer(e);case boolTag:case dateTag:return new t(+e);case dataViewTag:return cloneDataView(e,r);case float32Tag:case float64Tag:case int8Tag:case int16Tag:case int32Tag:case uint8Tag:case uint8ClampedTag:case uint16Tag:case uint32Tag:return cloneTypedArray(e,r);case mapTag:return new t;case numberTag:case stringTag:return new t(e);case regexpTag:return cloneRegExp(e);case setTag:return new t;case symbolTag:return cloneSymbol(e)}}module.exports=initCloneByTag;\\n}, {\"3033\":3033,\"3066\":3066,\"3067\":3067,\"3068\":3068,\"3069\":3069}];\\nwindow.modules[\"2975\"] = [function(require,module,exports){function baseUnary(n){return function(r){return n(r)}}module.exports=baseUnary;\\n}, {}];\\nwindow.modules[\"2976\"] = [function(require,module,exports){function cacheHas(a,c){return a.has(c)}module.exports=cacheHas;\\n}, {}];\\nwindow.modules[\"2977\"] = [function(require,module,exports){var baseFor=require(2985),keys=require(2957);function baseForOwn(e,r){return e&&baseFor(e,r,keys)}module.exports=baseForOwn;\\n}, {\"2957\":2957,\"2985\":2985}];\\nwindow.modules[\"2978\"] = [function(require,module,exports){var isArrayLike=require(3024);function createBaseEach(r,e){return function(a,i){if(null==a)return a;if(!isArrayLike(a))return r(a,i);for(var t=a.length,n=e?t:-1,u=Object(a);(e?n--:++n<t)&&!1!==i(u[n],n,u););return a}}module.exports=createBaseEach;\\n}, {\"3024\":3024}];\\nwindow.modules[\"2981\"] = [function(require,module,exports){var baseGetTag=require(2991),isObjectLike=require(2999),symbolTag=\"[object Symbol]\";function isSymbol(e){return\"symbol\"==typeof e||isObjectLike(e)&&baseGetTag(e)==symbolTag}module.exports=isSymbol;\\n}, {\"2991\":2991,\"2999\":2999}];\\nwindow.modules[\"2982\"] = [function(require,module,exports){function baseFindIndex(e,n,r,d){for(var t=e.length,i=r+(d?1:-1);d?i--:++i<t;)if(n(e[i],i,e))return i;return-1}module.exports=baseFindIndex;\\n}, {}];\\nwindow.modules[\"2983\"] = [function(require,module,exports){var arrayPush=require(2943),isFlattenable=require(2984);function baseFlatten(a,e,r,t,l){var n=-1,s=a.length;for(r||(r=isFlattenable),l||(l=[]);++n<s;){var u=a[n];e>0&&r(u)?e>1?baseFlatten(u,e-1,r,t,l):arrayPush(l,u):t||(l[l.length]=u)}return l}module.exports=baseFlatten;\\n}, {\"2943\":2943,\"2984\":2984}];\\nwindow.modules[\"2984\"] = [function(require,module,exports){var Symbol=require(2925),isArguments=require(2937),isArray=require(504),spreadableSymbol=Symbol?Symbol.isConcatSpreadable:void 0;function isFlattenable(e){return isArray(e)||isArguments(e)||!!(spreadableSymbol&&e&&e[spreadableSymbol])}module.exports=isFlattenable;\\n}, {\"504\":504,\"2925\":2925,\"2937\":2937}];\\nwindow.modules[\"2985\"] = [function(require,module,exports){var createBaseFor=require(2986),baseFor=createBaseFor();module.exports=baseFor;\\n}, {\"2986\":2986}];\\nwindow.modules[\"2986\"] = [function(require,module,exports){function createBaseFor(e){return function(r,t,a){for(var n=-1,o=Object(r),c=a(r),u=c.length;u--;){var f=c[e?u:++n];if(!1===t(o[f],f,o))break}return r}}module.exports=createBaseFor;\\n}, {}];\\nwindow.modules[\"2987\"] = [function(require,module,exports){var castPath=require(2988),toKey=require(2989);function baseGet(e,t){for(var a=0,r=(t=castPath(t,e)).length;null!=e&&a<r;)e=e[toKey(t[a++])];return a&&a==r?e:void 0}module.exports=baseGet;\\n}, {\"2988\":2988,\"2989\":2989}];\\nwindow.modules[\"2988\"] = [function(require,module,exports){var isArray=require(504),isKey=require(3028),stringToPath=require(3063),toString=require(3062);function castPath(r,t){return isArray(r)?r:isKey(r,t)?[r]:stringToPath(toString(r))}module.exports=castPath;\\n}, {\"504\":504,\"3028\":3028,\"3062\":3062,\"3063\":3063}];\\nwindow.modules[\"2989\"] = [function(require,module,exports){var isSymbol=require(2981),INFINITY=1/0;function toKey(r){if(\"string\"==typeof r||isSymbol(r))return r;var e=r+\"\";return\"0\"==e&&1/r==-INFINITY?\"-0\":e}module.exports=toKey;\\n}, {\"2981\":2981}];\\nwindow.modules[\"2990\"] = [function(require,module,exports){var arrayPush=require(2943),isArray=require(504);function baseGetAllKeys(r,a,e){var s=a(r);return isArray(r)?s:arrayPush(s,e(r))}module.exports=baseGetAllKeys;\\n}, {\"504\":504,\"2943\":2943}];\\nwindow.modules[\"2991\"] = [function(require,module,exports){var Symbol=require(2925),getRawTag=require(2993),objectToString=require(2992),nullTag=\"[object Null]\",undefinedTag=\"[object Undefined]\",symToStringTag=Symbol?Symbol.toStringTag:void 0;function baseGetTag(e){return null==e?void 0===e?undefinedTag:nullTag:symToStringTag&&symToStringTag in Object(e)?getRawTag(e):objectToString(e)}module.exports=baseGetTag;\\n}, {\"2925\":2925,\"2992\":2992,\"2993\":2993}];\\nwindow.modules[\"2992\"] = [function(require,module,exports){var objectProto=Object.prototype,nativeObjectToString=objectProto.toString;function objectToString(t){return nativeObjectToString.call(t)}module.exports=objectToString;\\n}, {}];\\nwindow.modules[\"2993\"] = [function(require,module,exports){var Symbol=require(2925),objectProto=Object.prototype,hasOwnProperty=objectProto.hasOwnProperty,nativeObjectToString=objectProto.toString,symToStringTag=Symbol?Symbol.toStringTag:void 0;function getRawTag(t){var o=hasOwnProperty.call(t,symToStringTag),r=t[symToStringTag];try{t[symToStringTag]=void 0;var a=!0}catch(t){}var e=nativeObjectToString.call(t);return a&&(o?t[symToStringTag]=r:delete t[symToStringTag]),e}module.exports=getRawTag;\\n}, {\"2925\":2925}];\\nwindow.modules[\"2995\"] = [function(require,module,exports){function baseHasIn(n,e){return null!=n&&e in Object(n)}module.exports=baseHasIn;\\n}, {}];\\nwindow.modules[\"2996\"] = [function(require,module,exports){function baseIsNaN(e){return e!=e}module.exports=baseIsNaN;\\n}, {}];\\nwindow.modules[\"2997\"] = [function(require,module,exports){function strictIndexOf(r,t,e){for(var n=e-1,f=r.length;++n<f;)if(r[n]===t)return n;return-1}module.exports=strictIndexOf;\\n}, {}];\\nwindow.modules[\"2998\"] = [function(require,module,exports){var baseGetTag=require(2991),isObjectLike=require(2999),argsTag=\"[object Arguments]\";function baseIsArguments(e){return isObjectLike(e)&&baseGetTag(e)==argsTag}module.exports=baseIsArguments;\\n}, {\"2991\":2991,\"2999\":2999}];\\nwindow.modules[\"2999\"] = [function(require,module,exports){function isObjectLike(e){return null!=e&&\"object\"==typeof e}module.exports=isObjectLike;\\n}, {}];\\nwindow.modules[\"3000\"] = [function(require,module,exports){var baseIsEqualDeep=require(3001),isObjectLike=require(2999);function baseIsEqual(e,s,a,u,i){return e===s||(null==e||null==s||!isObjectLike(e)&&!isObjectLike(s)?e!=e&&s!=s:baseIsEqualDeep(e,s,a,u,baseIsEqual,i))}module.exports=baseIsEqual;\\n}, {\"2999\":2999,\"3001\":3001}];\\nwindow.modules[\"3001\"] = [function(require,module,exports){var Stack=require(2919),equalArrays=require(3003),equalByTag=require(3004),equalObjects=require(3002),getTag=require(2963),isArray=require(504),isBuffer=require(2938),isTypedArray=require(2940),COMPARE_PARTIAL_FLAG=1,argsTag=\"[object Arguments]\",arrayTag=\"[object Array]\",objectTag=\"[object Object]\",objectProto=Object.prototype,hasOwnProperty=objectProto.hasOwnProperty;function baseIsEqualDeep(r,e,a,t,u,s){var g=isArray(r),i=isArray(e),y=g?arrayTag:getTag(r),c=i?arrayTag:getTag(e),o=(y=y==argsTag?objectTag:y)==objectTag,T=(c=c==argsTag?objectTag:c)==objectTag,A=y==c;if(A&&isBuffer(r)){if(!isBuffer(e))return!1;g=!0,o=!1}if(A&&!o)return s||(s=new Stack),g||isTypedArray(r)?equalArrays(r,e,a,t,u,s):equalByTag(r,e,y,a,t,u,s);if(!(a&COMPARE_PARTIAL_FLAG)){var q=o&&hasOwnProperty.call(r,\"__wrapped__\"),l=T&&hasOwnProperty.call(e,\"__wrapped__\");if(q||l){var b=q?r.value():r,_=l?e.value():e;return s||(s=new Stack),u(b,_,a,t,s)}}return!!A&&(s||(s=new Stack),equalObjects(r,e,a,t,u,s))}module.exports=baseIsEqualDeep;\\n}, {\"504\":504,\"2919\":2919,\"2938\":2938,\"2940\":2940,\"2963\":2963,\"3002\":3002,\"3003\":3003,\"3004\":3004}];\\nwindow.modules[\"3002\"] = [function(require,module,exports){var getAllKeys=require(2972),COMPARE_PARTIAL_FLAG=1,objectProto=Object.prototype,hasOwnProperty=objectProto.hasOwnProperty;function equalObjects(t,e,r,o,n,c){var a=r&COMPARE_PARTIAL_FLAG,s=getAllKeys(t),l=s.length;if(l!=getAllKeys(e).length&&!a)return!1;for(var i=l;i--;){var u=s[i];if(!(a?u in e:hasOwnProperty.call(e,u)))return!1}var f=c.get(t),A=c.get(e);if(f&&A)return f==e&&A==t;var v=!0;c.set(t,e),c.set(e,t);for(var y=a;++i<l;){var P=t[u=s[i]],g=e[u];if(o)var p=a?o(g,P,u,e,t,c):o(P,g,u,t,e,c);if(!(void 0===p?P===g||n(P,g,r,o,c):p)){v=!1;break}y||(y=\"constructor\"==u)}if(v&&!y){var O=t.constructor,b=e.constructor;O!=b&&\"constructor\"in t&&\"constructor\"in e&&!(\"function\"==typeof O&&O instanceof O&&\"function\"==typeof b&&b instanceof b)&&(v=!1)}return c.delete(t),c.delete(e),v}module.exports=equalObjects;\\n}, {\"2972\":2972}];\\nwindow.modules[\"3003\"] = [function(require,module,exports){var SetCache=require(2916),arraySome=require(2945),cacheHas=require(2976),COMPARE_PARTIAL_FLAG=1,COMPARE_UNORDERED_FLAG=2;function equalArrays(e,r,a,t,i,u){var A=a&COMPARE_PARTIAL_FLAG,n=e.length,c=r.length;if(n!=c&&!(A&&c>n))return!1;var f=u.get(e),o=u.get(r);if(f&&o)return f==r&&o==e;var _=-1,s=!0,R=a&COMPARE_UNORDERED_FLAG?new SetCache:void 0;for(u.set(e,r),u.set(r,e);++_<n;){var h=e[_],l=r[_];if(t)var v=A?t(l,h,_,r,e,u):t(h,l,_,e,r,u);if(void 0!==v){if(v)continue;s=!1;break}if(R){if(!arraySome(r,function(e,r){if(!cacheHas(R,r)&&(h===e||i(h,e,a,t,u)))return R.push(r)})){s=!1;break}}else if(h!==l&&!i(h,l,a,t,u)){s=!1;break}}return u.delete(e),u.delete(r),s}module.exports=equalArrays;\\n}, {\"2916\":2916,\"2945\":2945,\"2976\":2976}];\\nwindow.modules[\"3004\"] = [function(require,module,exports){var Symbol=require(2925),Uint8Array=require(2926),eq=require(2950),equalArrays=require(3003),mapToArray=require(3093),setToArray=require(3094),COMPARE_PARTIAL_FLAG=1,COMPARE_UNORDERED_FLAG=2,boolTag=\"[object Boolean]\",dateTag=\"[object Date]\",errorTag=\"[object Error]\",mapTag=\"[object Map]\",numberTag=\"[object Number]\",regexpTag=\"[object RegExp]\",setTag=\"[object Set]\",stringTag=\"[object String]\",symbolTag=\"[object Symbol]\",arrayBufferTag=\"[object ArrayBuffer]\",dataViewTag=\"[object DataView]\",symbolProto=Symbol?Symbol.prototype:void 0,symbolValueOf=symbolProto?symbolProto.valueOf:void 0;function equalByTag(e,r,a,t,o,s,y){switch(a){case dataViewTag:if(e.byteLength!=r.byteLength||e.byteOffset!=r.byteOffset)return!1;e=e.buffer,r=r.buffer;case arrayBufferTag:return!(e.byteLength!=r.byteLength||!s(new Uint8Array(e),new Uint8Array(r)));case boolTag:case dateTag:case numberTag:return eq(+e,+r);case errorTag:return e.name==r.name&&e.message==r.message;case regexpTag:case stringTag:return e==r+\"\";case mapTag:var b=mapToArray;case setTag:var g=t&COMPARE_PARTIAL_FLAG;if(b||(b=setToArray),e.size!=r.size&&!g)return!1;var u=y.get(e);if(u)return u==r;t|=COMPARE_UNORDERED_FLAG,y.set(e,r);var l=equalArrays(b(e),b(r),t,o,s,y);return y.delete(e),l;case symbolTag:if(symbolValueOf)return symbolValueOf.call(e)==symbolValueOf.call(r)}return!1}module.exports=equalByTag;\\n}, {\"2925\":2925,\"2926\":2926,\"2950\":2950,\"3003\":3003,\"3093\":3093,\"3094\":3094}];\\nwindow.modules[\"3005\"] = [function(require,module,exports){var getTag=require(2963),isObjectLike=require(2999),mapTag=\"[object Map]\";function baseIsMap(e){return isObjectLike(e)&&getTag(e)==mapTag}module.exports=baseIsMap;\\n}, {\"2963\":2963,\"2999\":2999}];\\nwindow.modules[\"3006\"] = [function(require,module,exports){var Stack=require(2919),baseIsEqual=require(3000),COMPARE_PARTIAL_FLAG=1,COMPARE_UNORDERED_FLAG=2;function baseIsMatch(r,e,a,t){var i=a.length,u=i,n=!t;if(null==r)return!u;for(r=Object(r);i--;){var s=a[i];if(n&&s[2]?s[1]!==r[s[0]]:!(s[0]in r))return!1}for(;++i<u;){var A=(s=a[i])[0],E=r[A],R=s[1];if(n&&s[2]){if(void 0===E&&!(A in r))return!1}else{var _=new Stack;if(t)var f=t(E,R,A,r,e,_);if(!(void 0===f?baseIsEqual(R,E,COMPARE_PARTIAL_FLAG|COMPARE_UNORDERED_FLAG,t,_):f))return!1}}return!0}module.exports=baseIsMatch;\\n}, {\"2919\":2919,\"3000\":3000}];\\nwindow.modules[\"3007\"] = [function(require,module,exports){var isFunction=require(3008),isMasked=require(3010),isObject=require(503),toSource=require(3009),reRegExpChar=/[\\\\\\\\^$.*+?()[\\\\]{}|]/g,reIsHostCtor=/^\\\\[object .+?Constructor\\\\]$/,funcProto=Function.prototype,objectProto=Object.prototype,funcToString=funcProto.toString,hasOwnProperty=objectProto.hasOwnProperty,reIsNative=RegExp(\"^\"+funcToString.call(hasOwnProperty).replace(reRegExpChar,\"\\\\\\\\$&\").replace(/hasOwnProperty|(function).*?(?=\\\\\\\\\\\\()| for .+?(?=\\\\\\\\\\\\])/g,\"$1.*?\")+\"$\");function baseIsNative(e){return!(!isObject(e)||isMasked(e))&&(isFunction(e)?reIsNative:reIsHostCtor).test(toSource(e))}module.exports=baseIsNative;\\n}, {\"503\":503,\"3008\":3008,\"3009\":3009,\"3010\":3010}];\\nwindow.modules[\"3008\"] = [function(require,module,exports){var baseGetTag=require(2991),isObject=require(503),asyncTag=\"[object AsyncFunction]\",funcTag=\"[object Function]\",genTag=\"[object GeneratorFunction]\",proxyTag=\"[object Proxy]\";function isFunction(e){if(!isObject(e))return!1;var n=baseGetTag(e);return n==funcTag||n==genTag||n==asyncTag||n==proxyTag}module.exports=isFunction;\\n}, {\"503\":503,\"2991\":2991}];\\nwindow.modules[\"3009\"] = [function(require,module,exports){var funcProto=Function.prototype,funcToString=funcProto.toString;function toSource(t){if(null!=t){try{return funcToString.call(t)}catch(t){}try{return t+\"\"}catch(t){}}return\"\"}module.exports=toSource;\\n}, {}];\\nwindow.modules[\"3010\"] = [function(require,module,exports){var coreJsData=require(3073),maskSrcKey=function(){var e=/[^.]+$/.exec(coreJsData&&coreJsData.keys&&coreJsData.keys.IE_PROTO||\"\");return e?\"Symbol(src)_1.\"+e:\"\"}();function isMasked(e){return!!maskSrcKey&&maskSrcKey in e}module.exports=isMasked;\\n}, {\"3073\":3073}];\\nwindow.modules[\"3011\"] = [function(require,module,exports){var getTag=require(2963),isObjectLike=require(2999),setTag=\"[object Set]\";function baseIsSet(e){return isObjectLike(e)&&getTag(e)==setTag}module.exports=baseIsSet;\\n}, {\"2963\":2963,\"2999\":2999}];\\nwindow.modules[\"3012\"] = [function(require,module,exports){var baseGetTag=require(2991),isLength=require(3013),isObjectLike=require(2999),argsTag=\"[object Arguments]\",arrayTag=\"[object Array]\",boolTag=\"[object Boolean]\",dateTag=\"[object Date]\",errorTag=\"[object Error]\",funcTag=\"[object Function]\",mapTag=\"[object Map]\",numberTag=\"[object Number]\",objectTag=\"[object Object]\",regexpTag=\"[object RegExp]\",setTag=\"[object Set]\",stringTag=\"[object String]\",weakMapTag=\"[object WeakMap]\",arrayBufferTag=\"[object ArrayBuffer]\",dataViewTag=\"[object DataView]\",float32Tag=\"[object Float32Array]\",float64Tag=\"[object Float64Array]\",int8Tag=\"[object Int8Array]\",int16Tag=\"[object Int16Array]\",int32Tag=\"[object Int32Array]\",uint8Tag=\"[object Uint8Array]\",uint8ClampedTag=\"[object Uint8ClampedArray]\",uint16Tag=\"[object Uint16Array]\",uint32Tag=\"[object Uint32Array]\",typedArrayTags={};function baseIsTypedArray(a){return isObjectLike(a)&&isLength(a.length)&&!!typedArrayTags[baseGetTag(a)]}typedArrayTags[float32Tag]=typedArrayTags[float64Tag]=typedArrayTags[int8Tag]=typedArrayTags[int16Tag]=typedArrayTags[int32Tag]=typedArrayTags[uint8Tag]=typedArrayTags[uint8ClampedTag]=typedArrayTags[uint16Tag]=typedArrayTags[uint32Tag]=!0,typedArrayTags[argsTag]=typedArrayTags[arrayTag]=typedArrayTags[arrayBufferTag]=typedArrayTags[boolTag]=typedArrayTags[dataViewTag]=typedArrayTags[dateTag]=typedArrayTags[errorTag]=typedArrayTags[funcTag]=typedArrayTags[mapTag]=typedArrayTags[numberTag]=typedArrayTags[objectTag]=typedArrayTags[regexpTag]=typedArrayTags[setTag]=typedArrayTags[stringTag]=typedArrayTags[weakMapTag]=!1,module.exports=baseIsTypedArray;\\n}, {\"2991\":2991,\"2999\":2999,\"3013\":3013}];\\nwindow.modules[\"3013\"] = [function(require,module,exports){var MAX_SAFE_INTEGER=9007199254740991;function isLength(e){return\"number\"==typeof e&&e>-1&&e%1==0&&e<=MAX_SAFE_INTEGER}module.exports=isLength;\\n}, {}];\\nwindow.modules[\"3014\"] = [function(require,module,exports){var baseMatches=require(3015),baseMatchesProperty=require(3016),identity=require(114),isArray=require(504),property=require(3017);function baseIteratee(e){return\"function\"==typeof e?e:null==e?identity:\"object\"==typeof e?isArray(e)?baseMatchesProperty(e[0],e[1]):baseMatches(e):property(e)}module.exports=baseIteratee;\\n}, {\"114\":114,\"504\":504,\"3015\":3015,\"3016\":3016,\"3017\":3017}];\\nwindow.modules[\"3015\"] = [function(require,module,exports){var baseIsMatch=require(3006),getMatchData=require(3026),matchesStrictComparable=require(3025);function baseMatches(a){var t=getMatchData(a);return 1==t.length&&t[0][2]?matchesStrictComparable(t[0][0],t[0][1]):function(e){return e===a||baseIsMatch(e,a,t)}}module.exports=baseMatches;\\n}, {\"3006\":3006,\"3025\":3025,\"3026\":3026}];\\nwindow.modules[\"3016\"] = [function(require,module,exports){var baseIsEqual=require(3000),get=require(1),hasIn=require(3027),isKey=require(3028),isStrictComparable=require(3029),matchesStrictComparable=require(3025),toKey=require(2989),COMPARE_PARTIAL_FLAG=1,COMPARE_UNORDERED_FLAG=2;function baseMatchesProperty(e,r){return isKey(e)&&isStrictComparable(r)?matchesStrictComparable(toKey(e),r):function(a){var t=get(a,e);return void 0===t&&t===r?hasIn(a,e):baseIsEqual(r,t,COMPARE_PARTIAL_FLAG|COMPARE_UNORDERED_FLAG)}}module.exports=baseMatchesProperty;\\n}, {\"1\":1,\"2989\":2989,\"3000\":3000,\"3025\":3025,\"3027\":3027,\"3028\":3028,\"3029\":3029}];\\nwindow.modules[\"3017\"] = [function(require,module,exports){var baseProperty=require(3042),basePropertyDeep=require(3043),isKey=require(3028),toKey=require(2989);function property(e){return isKey(e)?baseProperty(toKey(e)):basePropertyDeep(e)}module.exports=property;\\n}, {\"2989\":2989,\"3028\":3028,\"3042\":3042,\"3043\":3043}];\\nwindow.modules[\"3018\"] = [function(require,module,exports){var isPrototype=require(3019),nativeKeys=require(3020),objectProto=Object.prototype,hasOwnProperty=objectProto.hasOwnProperty;function baseKeys(e){if(!isPrototype(e))return nativeKeys(e);var r=[];for(var t in Object(e))hasOwnProperty.call(e,t)&&\"constructor\"!=t&&r.push(t);return r}module.exports=baseKeys;\\n}, {\"3019\":3019,\"3020\":3020}];\\nwindow.modules[\"3019\"] = [function(require,module,exports){var objectProto=Object.prototype;function isPrototype(o){var t=o&&o.constructor;return o===(\"function\"==typeof t&&t.prototype||objectProto)}module.exports=isPrototype;\\n}, {}];\\nwindow.modules[\"3020\"] = [function(require,module,exports){var overArg=require(3104),nativeKeys=overArg(Object.keys,Object);module.exports=nativeKeys;\\n}, {\"3104\":3104}];\\nwindow.modules[\"3021\"] = [function(require,module,exports){var isObject=require(503),isPrototype=require(3019),nativeKeysIn=require(3022),objectProto=Object.prototype,hasOwnProperty=objectProto.hasOwnProperty;function baseKeysIn(e){if(!isObject(e))return nativeKeysIn(e);var r=isPrototype(e),t=[];for(var o in e)(\"constructor\"!=o||!r&&hasOwnProperty.call(e,o))&&t.push(o);return t}module.exports=baseKeysIn;\\n}, {\"503\":503,\"3019\":3019,\"3022\":3022}];\\nwindow.modules[\"3022\"] = [function(require,module,exports){function nativeKeysIn(n){var e=[];if(null!=n)for(var r in Object(n))e.push(r);return e}module.exports=nativeKeysIn;\\n}, {}];\\nwindow.modules[\"3024\"] = [function(require,module,exports){var isFunction=require(3008),isLength=require(3013);function isArrayLike(i){return null!=i&&isLength(i.length)&&!isFunction(i)}module.exports=isArrayLike;\\n}, {\"3008\":3008,\"3013\":3013}];\\nwindow.modules[\"3025\"] = [function(require,module,exports){function matchesStrictComparable(t,e){return function(r){return null!=r&&(r[t]===e&&(void 0!==e||t in Object(r)))}}module.exports=matchesStrictComparable;\\n}, {}];\\nwindow.modules[\"3026\"] = [function(require,module,exports){var isStrictComparable=require(3029),keys=require(2957);function getMatchData(r){for(var e=keys(r),t=e.length;t--;){var a=e[t],i=r[a];e[t]=[a,i,isStrictComparable(i)]}return e}module.exports=getMatchData;\\n}, {\"2957\":2957,\"3029\":3029}];\\nwindow.modules[\"3027\"] = [function(require,module,exports){var baseHasIn=require(2995),hasPath=require(3106);function hasIn(a,s){return null!=a&&hasPath(a,s,baseHasIn)}module.exports=hasIn;\\n}, {\"2995\":2995,\"3106\":3106}];\\nwindow.modules[\"3028\"] = [function(require,module,exports){var isArray=require(504),isSymbol=require(2981),reIsDeepProp=/\\\\.|\\\\[(?:[^[\\\\]]*|([\"\\'])(?:(?!\\\\1)[^\\\\\\\\]|\\\\\\\\.)*?\\\\1)\\\\]/,reIsPlainProp=/^\\\\w*$/;function isKey(r,e){if(isArray(r))return!1;var s=typeof r;return!(\"number\"!=s&&\"symbol\"!=s&&\"boolean\"!=s&&null!=r&&!isSymbol(r))||(reIsPlainProp.test(r)||!reIsDeepProp.test(r)||null!=e&&r in Object(e))}module.exports=isKey;\\n}, {\"504\":504,\"2981\":2981}];\\nwindow.modules[\"3029\"] = [function(require,module,exports){var isObject=require(503);function isStrictComparable(e){return e==e&&!isObject(e)}module.exports=isStrictComparable;\\n}, {\"503\":503}];\\nwindow.modules[\"3030\"] = [function(require,module,exports){var Stack=require(2919),assignMergeValue=require(2948),baseFor=require(2985),baseMergeDeep=require(3032),isObject=require(503),keysIn=require(2959),safeGet=require(3031);function baseMerge(e,r,s,a,i){e!==r&&baseFor(r,function(u,b){if(i||(i=new Stack),isObject(u))baseMergeDeep(e,r,b,s,baseMerge,a,i);else{var g=a?a(safeGet(e,b),u,b+\"\",e,r,i):void 0;void 0===g&&(g=u),assignMergeValue(e,b,g)}},keysIn)}module.exports=baseMerge;\\n}, {\"503\":503,\"2919\":2919,\"2948\":2948,\"2959\":2959,\"2985\":2985,\"3031\":3031,\"3032\":3032}];\\nwindow.modules[\"3031\"] = [function(require,module,exports){function safeGet(t,o){if((\"constructor\"!==o||\"function\"!=typeof t[o])&&\"__proto__\"!=o)return t[o]}module.exports=safeGet;\\n}, {}];\\nwindow.modules[\"3032\"] = [function(require,module,exports){var assignMergeValue=require(2948),cloneBuffer=require(2966),cloneTypedArray=require(3033),copyArray=require(2964),initCloneObject=require(2969),isArguments=require(2937),isArray=require(504),isArrayLikeObject=require(3034),isBuffer=require(2938),isFunction=require(3008),isObject=require(503),isPlainObject=require(120),isTypedArray=require(2940),safeGet=require(3031),toPlainObject=require(3035);function baseMergeDeep(e,r,i,s,a,t,n){var u=safeGet(e,i),c=safeGet(r,i),y=n.get(c);if(y)assignMergeValue(e,i,y);else{var o=t?t(u,c,i+\"\",e,r,n):void 0,l=void 0===o;if(l){var A=isArray(c),f=!A&&isBuffer(c),b=!A&&!f&&isTypedArray(c);o=c,A||f||b?isArray(u)?o=u:isArrayLikeObject(u)?o=copyArray(u):f?(l=!1,o=cloneBuffer(c,!0)):b?(l=!1,o=cloneTypedArray(c,!0)):o=[]:isPlainObject(c)||isArguments(c)?(o=u,isArguments(u)?o=toPlainObject(u):isObject(u)&&!isFunction(u)||(o=initCloneObject(c))):l=!1}l&&(n.set(c,o),a(o,c,s,t,n),n.delete(c)),assignMergeValue(e,i,o)}}module.exports=baseMergeDeep;\\n}, {\"120\":120,\"503\":503,\"504\":504,\"2937\":2937,\"2938\":2938,\"2940\":2940,\"2948\":2948,\"2964\":2964,\"2966\":2966,\"2969\":2969,\"3008\":3008,\"3031\":3031,\"3033\":3033,\"3034\":3034,\"3035\":3035}];\\nwindow.modules[\"3033\"] = [function(require,module,exports){var cloneArrayBuffer=require(3066);function cloneTypedArray(r,e){var f=e?cloneArrayBuffer(r.buffer):r.buffer;return new r.constructor(f,r.byteOffset,r.length)}module.exports=cloneTypedArray;\\n}, {\"3066\":3066}];\\nwindow.modules[\"3034\"] = [function(require,module,exports){var isArrayLike=require(3024),isObjectLike=require(2999);function isArrayLikeObject(e){return isObjectLike(e)&&isArrayLike(e)}module.exports=isArrayLikeObject;\\n}, {\"2999\":2999,\"3024\":3024}];\\nwindow.modules[\"3035\"] = [function(require,module,exports){var copyObject=require(2956),keysIn=require(2959);function toPlainObject(e){return copyObject(e,keysIn(e))}module.exports=toPlainObject;\\n}, {\"2956\":2956,\"2959\":2959}];\\nwindow.modules[\"3041\"] = [function(require,module,exports){var assignValue=require(2951),castPath=require(2988),isIndex=require(2939),isObject=require(503),toKey=require(2989);function baseSet(e,r,t,i){if(!isObject(e))return e;for(var s=-1,a=(r=castPath(r,e)).length,o=a-1,u=e;null!=u&&++s<a;){var n=toKey(r[s]),c=t;if(\"__proto__\"===n||\"constructor\"===n||\"prototype\"===n)return e;if(s!=o){var _=u[n];void 0===(c=i?i(_,n,u):void 0)&&(c=isObject(_)?_:isIndex(r[s+1])?[]:{})}assignValue(u,n,c),u=u[n]}return e}module.exports=baseSet;\\n}, {\"503\":503,\"2939\":2939,\"2951\":2951,\"2988\":2988,\"2989\":2989}];\\nwindow.modules[\"3042\"] = [function(require,module,exports){function baseProperty(r){return function(e){return null==e?void 0:e[r]}}module.exports=baseProperty;\\n}, {}];\\nwindow.modules[\"3043\"] = [function(require,module,exports){var baseGet=require(2987);function basePropertyDeep(e){return function(r){return baseGet(r,e)}}module.exports=basePropertyDeep;\\n}, {\"2987\":2987}];\\nwindow.modules[\"3044\"] = [function(require,module,exports){function basePropertyOf(r){return function(e){return null==r?void 0:r[e]}}module.exports=basePropertyOf;\\n}, {}];\\nwindow.modules[\"3046\"] = [function(require,module,exports){function baseReduce(e,u,n,c,o){return o(e,function(e,o,t){n=c?(c=!1,e):u(n,e,o,t)}),n}module.exports=baseReduce;\\n}, {}];\\nwindow.modules[\"3047\"] = [function(require,module,exports){var identity=require(114),overRest=require(3048),setToString=require(3049);function baseRest(e,t){return setToString(overRest(e,t,identity),e+\"\")}module.exports=baseRest;\\n}, {\"114\":114,\"3048\":3048,\"3049\":3049}];\\nwindow.modules[\"3048\"] = [function(require,module,exports){var apply=require(2928),nativeMax=Math.max;function overRest(r,a,e){return a=nativeMax(void 0===a?r.length-1:a,0),function(){for(var t=arguments,n=-1,o=nativeMax(t.length-a,0),v=Array(o);++n<o;)v[n]=t[a+n];n=-1;for(var i=Array(a+1);++n<a;)i[n]=t[n];return i[a]=e(v),apply(r,this,i)}}module.exports=overRest;\\n}, {\"2928\":2928}];\\nwindow.modules[\"3049\"] = [function(require,module,exports){var baseSetToString=require(3050),shortOut=require(3113),setToString=shortOut(baseSetToString);module.exports=setToString;\\n}, {\"3050\":3050,\"3113\":3113}];\\nwindow.modules[\"3050\"] = [function(require,module,exports){var constant=require(3051),defineProperty=require(2960),identity=require(114),baseSetToString=defineProperty?function(e,t){return defineProperty(e,\"toString\",{configurable:!0,enumerable:!1,value:constant(t),writable:!0})}:identity;module.exports=baseSetToString;\\n}, {\"114\":114,\"2960\":2960,\"3051\":3051}];\\nwindow.modules[\"3051\"] = [function(require,module,exports){function constant(n){return function(){return n}}module.exports=constant;\\n}, {}];\\nwindow.modules[\"3052\"] = [function(require,module,exports){function baseSlice(e,r,a){var l=-1,n=e.length;r<0&&(r=-r>n?0:n+r),(a=a>n?n:a)<0&&(a+=n),n=r>a?0:a-r>>>0,r>>>=0;for(var o=Array(n);++l<n;)o[l]=e[l+r];return o}module.exports=baseSlice;\\n}, {}];\\nwindow.modules[\"3054\"] = [function(require,module,exports){var Symbol=require(2925),arrayMap=require(2942),isArray=require(504),isSymbol=require(2981),INFINITY=1/0,symbolProto=Symbol?Symbol.prototype:void 0,symbolToString=symbolProto?symbolProto.toString:void 0;function baseToString(r){if(\"string\"==typeof r)return r;if(isArray(r))return arrayMap(r,baseToString)+\"\";if(isSymbol(r))return symbolToString?symbolToString.call(r):\"\";var o=r+\"\";return\"0\"==o&&1/r==-INFINITY?\"-0\":o}module.exports=baseToString;\\n}, {\"504\":504,\"2925\":2925,\"2942\":2942,\"2981\":2981}];\\nwindow.modules[\"3055\"] = [function(require,module,exports){var trimmedEndIndex=require(3056),reTrimStart=/^\\\\s+/;function baseTrim(e){return e?e.slice(0,trimmedEndIndex(e)+1).replace(reTrimStart,\"\"):e}module.exports=baseTrim;\\n}, {\"3056\":3056}];\\nwindow.modules[\"3056\"] = [function(require,module,exports){var reWhitespace=/\\\\s/;function trimmedEndIndex(e){for(var r=e.length;r--&&reWhitespace.test(e.charAt(r)););return r}module.exports=trimmedEndIndex;\\n}, {}];\\nwindow.modules[\"3057\"] = [function(require,module,exports){var castPath=require(2988),last=require(3058),parent=require(3059),toKey=require(2989);function baseUnset(e,t){return t=castPath(t,e),null==(e=parent(e,t))||delete e[toKey(last(t))]}module.exports=baseUnset;\\n}, {\"2988\":2988,\"2989\":2989,\"3058\":3058,\"3059\":3059}];\\nwindow.modules[\"3058\"] = [function(require,module,exports){function last(l){var t=null==l?0:l.length;return t?l[t-1]:void 0}module.exports=last;\\n}, {}];\\nwindow.modules[\"3059\"] = [function(require,module,exports){var baseGet=require(2987),baseSlice=require(3052);function parent(e,r){return r.length<2?e:baseGet(e,baseSlice(r,0,-1))}module.exports=parent;\\n}, {\"2987\":2987,\"3052\":3052}];\\nwindow.modules[\"3060\"] = [function(require,module,exports){var arrayMap=require(2942);function baseValues(a,r){return arrayMap(r,function(r){return a[r]})}module.exports=baseValues;\\n}, {\"2942\":2942}];\\nwindow.modules[\"3062\"] = [function(require,module,exports){var baseToString=require(3054);function toString(r){return null==r?\"\":baseToString(r)}module.exports=toString;\\n}, {\"3054\":3054}];\\nwindow.modules[\"3063\"] = [function(require,module,exports){var memoizeCapped=require(3110),rePropName=/[^.[\\\\]]+|\\\\[(?:(-?\\\\d+(?:\\\\.\\\\d+)?)|([\"\\'])((?:(?!\\\\2)[^\\\\\\\\]|\\\\\\\\.)*?)\\\\2)\\\\]|(?=(?:\\\\.|\\\\[\\\\])(?:\\\\.|\\\\[\\\\]|$))/g,reEscapeChar=/\\\\\\\\(\\\\\\\\)?/g,stringToPath=memoizeCapped(function(e){var r=[];return 46===e.charCodeAt(0)&&r.push(\"\"),e.replace(rePropName,function(e,a,p,o){r.push(p?o.replace(reEscapeChar,\"$1\"):a||e)}),r});module.exports=stringToPath;\\n}, {\"3110\":3110}];\\nwindow.modules[\"3064\"] = [function(require,module,exports){var baseSlice=require(3052);function castSlice(e,c,i){var a=e.length;return i=void 0===i?a:i,!c&&i>=a?e:baseSlice(e,c,i)}module.exports=castSlice;\\n}, {\"3052\":3052}];\\nwindow.modules[\"3066\"] = [function(require,module,exports){var Uint8Array=require(2926);function cloneArrayBuffer(r){var e=new r.constructor(r.byteLength);return new Uint8Array(e).set(new Uint8Array(r)),e}module.exports=cloneArrayBuffer;\\n}, {\"2926\":2926}];\\nwindow.modules[\"3067\"] = [function(require,module,exports){var cloneArrayBuffer=require(3066);function cloneDataView(e,r){var f=r?cloneArrayBuffer(e.buffer):e.buffer;return new e.constructor(f,e.byteOffset,e.byteLength)}module.exports=cloneDataView;\\n}, {\"3066\":3066}];\\nwindow.modules[\"3068\"] = [function(require,module,exports){var reFlags=/\\\\w*$/;function cloneRegExp(e){var r=new e.constructor(e.source,reFlags.exec(e));return r.lastIndex=e.lastIndex,r}module.exports=cloneRegExp;\\n}, {}];\\nwindow.modules[\"3069\"] = [function(require,module,exports){var Symbol=require(2925),symbolProto=Symbol?Symbol.prototype:void 0,symbolValueOf=symbolProto?symbolProto.valueOf:void 0;function cloneSymbol(o){return symbolValueOf?Object(symbolValueOf.call(o)):{}}module.exports=cloneSymbol;\\n}, {\"2925\":2925}];\\nwindow.modules[\"3071\"] = [function(require,module,exports){var arrayFilter=require(2932),stubArray=require(3105),objectProto=Object.prototype,propertyIsEnumerable=objectProto.propertyIsEnumerable,nativeGetSymbols=Object.getOwnPropertySymbols,getSymbols=nativeGetSymbols?function(r){return null==r?[]:(r=Object(r),arrayFilter(nativeGetSymbols(r),function(e){return propertyIsEnumerable.call(r,e)}))}:stubArray;module.exports=getSymbols;\\n}, {\"2932\":2932,\"3105\":3105}];\\nwindow.modules[\"3072\"] = [function(require,module,exports){var arrayPush=require(2943),getPrototype=require(3103),getSymbols=require(3071),stubArray=require(3105),nativeGetSymbols=Object.getOwnPropertySymbols,getSymbolsIn=nativeGetSymbols?function(r){for(var e=[];r;)arrayPush(e,getSymbols(r)),r=getPrototype(r);return e}:stubArray;module.exports=getSymbolsIn;\\n}, {\"2943\":2943,\"3071\":3071,\"3103\":3103,\"3105\":3105}];\\nwindow.modules[\"3073\"] = [function(require,module,exports){var root=require(2890),coreJsData=root[\"__core-js_shared__\"];module.exports=coreJsData;\\n}, {\"2890\":2890}];\\nwindow.modules[\"3075\"] = [function(require,module,exports){var baseRest=require(3047),isIterateeCall=require(3076);function createAssigner(e){return baseRest(function(t,r){var a=-1,i=r.length,s=i>1?r[i-1]:void 0,n=i>2?r[2]:void 0;for(s=e.length>3&&\"function\"==typeof s?(i--,s):void 0,n&&isIterateeCall(r[0],r[1],n)&&(s=i<3?void 0:s,i=1),t=Object(t);++a<i;){var o=r[a];o&&e(t,o,a,s)}return t})}module.exports=createAssigner;\\n}, {\"3047\":3047,\"3076\":3076}];\\nwindow.modules[\"3076\"] = [function(require,module,exports){var eq=require(2950),isArrayLike=require(3024),isIndex=require(2939),isObject=require(503);function isIterateeCall(e,r,i){if(!isObject(i))return!1;var t=typeof r;return!!(\"number\"==t?isArrayLike(i)&&isIndex(r,i.length):\"string\"==t&&r in i)&&eq(i[r],e)}module.exports=isIterateeCall;\\n}, {\"503\":503,\"2939\":2939,\"2950\":2950,\"3024\":3024}];\\nwindow.modules[\"3077\"] = [function(require,module,exports){var castSlice=require(3064),hasUnicode=require(3078),stringToArray=require(3079),toString=require(3062);function createCaseFirst(r){return function(e){e=toString(e);var i=hasUnicode(e)?stringToArray(e):void 0,t=i?i[0]:e.charAt(0),a=i?castSlice(i,1).join(\"\"):e.slice(1);return t[r]()+a}}module.exports=createCaseFirst;\\n}, {\"3062\":3062,\"3064\":3064,\"3078\":3078,\"3079\":3079}];\\nwindow.modules[\"3078\"] = [function(require,module,exports){var rsAstralRange=\"\\\\\\\\ud800-\\\\\\\\udfff\",rsComboMarksRange=\"\\\\\\\\u0300-\\\\\\\\u036f\",reComboHalfMarksRange=\"\\\\\\\\ufe20-\\\\\\\\ufe2f\",rsComboSymbolsRange=\"\\\\\\\\u20d0-\\\\\\\\u20ff\",rsComboRange=rsComboMarksRange+reComboHalfMarksRange+rsComboSymbolsRange,rsVarRange=\"\\\\\\\\ufe0e\\\\\\\\ufe0f\",rsZWJ=\"\\\\\\\\u200d\",reHasUnicode=RegExp(\"[\"+rsZWJ+rsAstralRange+rsComboRange+rsVarRange+\"]\");function hasUnicode(e){return reHasUnicode.test(e)}module.exports=hasUnicode;\\n}, {}];\\nwindow.modules[\"3079\"] = [function(require,module,exports){var asciiToArray=require(2946),hasUnicode=require(3078),unicodeToArray=require(3114);function stringToArray(r){return hasUnicode(r)?unicodeToArray(r):asciiToArray(r)}module.exports=stringToArray;\\n}, {\"2946\":2946,\"3078\":3078,\"3114\":3114}];\\nwindow.modules[\"3080\"] = [function(require,module,exports){var arrayReduce=require(2944),deburr=require(3082),words=require(3081),rsApos=\"[\\']\",reApos=RegExp(rsApos,\"g\");function createCompounder(r){return function(e){return arrayReduce(words(deburr(e).replace(reApos,\"\")),r,\"\")}}module.exports=createCompounder;\\n}, {\"2944\":2944,\"3081\":3081,\"3082\":3082}];\\nwindow.modules[\"3081\"] = [function(require,module,exports){var asciiWords=require(2947),hasUnicodeWord=require(3107),toString=require(3062),unicodeWords=require(3116);function words(r,o,i){return r=toString(r),void 0===(o=i?void 0:o)?hasUnicodeWord(r)?unicodeWords(r):asciiWords(r):r.match(o)||[]}module.exports=words;\\n}, {\"2947\":2947,\"3062\":3062,\"3107\":3107,\"3116\":3116}];\\nwindow.modules[\"3082\"] = [function(require,module,exports){var deburrLetter=require(3092),toString=require(3062),reLatin=/[\\\\xc0-\\\\xd6\\\\xd8-\\\\xf6\\\\xf8-\\\\xff\\\\u0100-\\\\u017f]/g,rsComboMarksRange=\"\\\\\\\\u0300-\\\\\\\\u036f\",reComboHalfMarksRange=\"\\\\\\\\ufe20-\\\\\\\\ufe2f\",rsComboSymbolsRange=\"\\\\\\\\u20d0-\\\\\\\\u20ff\",rsComboRange=rsComboMarksRange+reComboHalfMarksRange+rsComboSymbolsRange,rsCombo=\"[\"+rsComboRange+\"]\",reComboMark=RegExp(rsCombo,\"g\");function deburr(r){return(r=toString(r))&&r.replace(reLatin,deburrLetter).replace(reComboMark,\"\")}module.exports=deburr;\\n}, {\"3062\":3062,\"3092\":3092}];\\nwindow.modules[\"3083\"] = [function(require,module,exports){var baseIteratee=require(3014),isArrayLike=require(3024),keys=require(2957);function createFind(e){return function(r,i,t){var a=Object(r);if(!isArrayLike(r)){var n=baseIteratee(i,3);r=keys(r),i=function(e){return n(a[e],e,a)}}var s=e(r,i,t);return s>-1?a[n?r[s]:s]:void 0}}module.exports=createFind;\\n}, {\"2957\":2957,\"3014\":3014,\"3024\":3024}];\\nwindow.modules[\"3085\"] = [function(require,module,exports){var flatten=require(3096),overRest=require(3048),setToString=require(3049);function flatRest(e){return setToString(overRest(e,void 0,flatten),e+\"\")}module.exports=flatRest;\\n}, {\"3048\":3048,\"3049\":3049,\"3096\":3096}];\\nwindow.modules[\"3090\"] = [function(require,module,exports){var toNumber=require(3123),INFINITY=1/0,MAX_INTEGER=1.7976931348623157e308;function toFinite(e){return e?(e=toNumber(e))===INFINITY||e===-INFINITY?(e<0?-1:1)*MAX_INTEGER:e==e?e:0:0===e?e:0}module.exports=toFinite;\\n}, {\"3123\":3123}];\\nwindow.modules[\"3091\"] = [function(require,module,exports){var isPlainObject=require(120);function customOmitClone(i){return isPlainObject(i)?void 0:i}module.exports=customOmitClone;\\n}, {\"120\":120}];\\nwindow.modules[\"3092\"] = [function(require,module,exports){var basePropertyOf=require(3044),deburredLetters={\"À\":\"A\",\"Á\":\"A\",\"Â\":\"A\",\"Ã\":\"A\",\"Ä\":\"A\",\"Å\":\"A\",\"à\":\"a\",\"á\":\"a\",\"â\":\"a\",\"ã\":\"a\",\"ä\":\"a\",\"å\":\"a\",\"Ç\":\"C\",\"ç\":\"c\",\"Ð\":\"D\",\"ð\":\"d\",\"È\":\"E\",\"É\":\"E\",\"Ê\":\"E\",\"Ë\":\"E\",\"è\":\"e\",\"é\":\"e\",\"ê\":\"e\",\"ë\":\"e\",\"Ì\":\"I\",\"Í\":\"I\",\"Î\":\"I\",\"Ï\":\"I\",\"ì\":\"i\",\"í\":\"i\",\"î\":\"i\",\"ï\":\"i\",\"Ñ\":\"N\",\"ñ\":\"n\",\"Ò\":\"O\",\"Ó\":\"O\",\"Ô\":\"O\",\"Õ\":\"O\",\"Ö\":\"O\",\"Ø\":\"O\",\"ò\":\"o\",\"ó\":\"o\",\"ô\":\"o\",\"õ\":\"o\",\"ö\":\"o\",\"ø\":\"o\",\"Ù\":\"U\",\"Ú\":\"U\",\"Û\":\"U\",\"Ü\":\"U\",\"ù\":\"u\",\"ú\":\"u\",\"û\":\"u\",\"ü\":\"u\",\"Ý\":\"Y\",\"ý\":\"y\",\"ÿ\":\"y\",\"Æ\":\"Ae\",\"æ\":\"ae\",\"Þ\":\"Th\",\"þ\":\"th\",\"ß\":\"ss\",\"Ā\":\"A\",\"Ă\":\"A\",\"Ą\":\"A\",\"ā\":\"a\",\"ă\":\"a\",\"ą\":\"a\",\"Ć\":\"C\",\"Ĉ\":\"C\",\"Ċ\":\"C\",\"Č\":\"C\",\"ć\":\"c\",\"ĉ\":\"c\",\"ċ\":\"c\",\"č\":\"c\",\"Ď\":\"D\",\"Đ\":\"D\",\"ď\":\"d\",\"đ\":\"d\",\"Ē\":\"E\",\"Ĕ\":\"E\",\"Ė\":\"E\",\"Ę\":\"E\",\"Ě\":\"E\",\"ē\":\"e\",\"ĕ\":\"e\",\"ė\":\"e\",\"ę\":\"e\",\"ě\":\"e\",\"Ĝ\":\"G\",\"Ğ\":\"G\",\"Ġ\":\"G\",\"Ģ\":\"G\",\"ĝ\":\"g\",\"ğ\":\"g\",\"ġ\":\"g\",\"ģ\":\"g\",\"Ĥ\":\"H\",\"Ħ\":\"H\",\"ĥ\":\"h\",\"ħ\":\"h\",\"Ĩ\":\"I\",\"Ī\":\"I\",\"Ĭ\":\"I\",\"Į\":\"I\",\"İ\":\"I\",\"ĩ\":\"i\",\"ī\":\"i\",\"ĭ\":\"i\",\"į\":\"i\",\"ı\":\"i\",\"Ĵ\":\"J\",\"ĵ\":\"j\",\"Ķ\":\"K\",\"ķ\":\"k\",\"ĸ\":\"k\",\"Ĺ\":\"L\",\"Ļ\":\"L\",\"Ľ\":\"L\",\"Ŀ\":\"L\",\"Ł\":\"L\",\"ĺ\":\"l\",\"ļ\":\"l\",\"ľ\":\"l\",\"ŀ\":\"l\",\"ł\":\"l\",\"Ń\":\"N\",\"Ņ\":\"N\",\"Ň\":\"N\",\"Ŋ\":\"N\",\"ń\":\"n\",\"ņ\":\"n\",\"ň\":\"n\",\"ŋ\":\"n\",\"Ō\":\"O\",\"Ŏ\":\"O\",\"Ő\":\"O\",\"ō\":\"o\",\"ŏ\":\"o\",\"ő\":\"o\",\"Ŕ\":\"R\",\"Ŗ\":\"R\",\"Ř\":\"R\",\"ŕ\":\"r\",\"ŗ\":\"r\",\"ř\":\"r\",\"Ś\":\"S\",\"Ŝ\":\"S\",\"Ş\":\"S\",\"Š\":\"S\",\"ś\":\"s\",\"ŝ\":\"s\",\"ş\":\"s\",\"š\":\"s\",\"Ţ\":\"T\",\"Ť\":\"T\",\"Ŧ\":\"T\",\"ţ\":\"t\",\"ť\":\"t\",\"ŧ\":\"t\",\"Ũ\":\"U\",\"Ū\":\"U\",\"Ŭ\":\"U\",\"Ů\":\"U\",\"Ű\":\"U\",\"Ų\":\"U\",\"ũ\":\"u\",\"ū\":\"u\",\"ŭ\":\"u\",\"ů\":\"u\",\"ű\":\"u\",\"ų\":\"u\",\"Ŵ\":\"W\",\"ŵ\":\"w\",\"Ŷ\":\"Y\",\"ŷ\":\"y\",\"Ÿ\":\"Y\",\"Ź\":\"Z\",\"Ż\":\"Z\",\"Ž\":\"Z\",\"ź\":\"z\",\"ż\":\"z\",\"ž\":\"z\",\"IJ\":\"IJ\",\"ij\":\"ij\",\"Œ\":\"Oe\",\"œ\":\"oe\",\"ʼn\":\"\\'n\",\"ſ\":\"s\"},deburrLetter=basePropertyOf(deburredLetters);module.exports=deburrLetter;\\n}, {\"3044\":3044}];\\nwindow.modules[\"3093\"] = [function(require,module,exports){function mapToArray(r){var a=-1,o=Array(r.size);return r.forEach(function(r,n){o[++a]=[n,r]}),o}module.exports=mapToArray;\\n}, {}];\\nwindow.modules[\"3094\"] = [function(require,module,exports){function setToArray(r){var o=-1,e=Array(r.size);return r.forEach(function(r){e[++o]=r}),e}module.exports=setToArray;\\n}, {}];\\nwindow.modules[\"3096\"] = [function(require,module,exports){var baseFlatten=require(2983);function flatten(e){return(null==e?0:e.length)?baseFlatten(e,1):[]}module.exports=flatten;\\n}, {\"2983\":2983}];\\nwindow.modules[\"3097\"] = [function(require,module,exports){(function (global){(function (){\\nvar freeGlobal=\"object\"==typeof global&&global&&global.Object===Object&&global;module.exports=freeGlobal;\\n\\n}).call(this)}).call(this,typeof global !== \"undefined\" ? global : typeof self !== \"undefined\" ? self : typeof window !== \"undefined\" ? window : {})}, {}];\\nwindow.modules[\"3100\"] = [function(require,module,exports){var isKeyable=require(3101);function getMapData(a,e){var t=a.__data__;return isKeyable(e)?t[\"string\"==typeof e?\"string\":\"hash\"]:t.map}module.exports=getMapData;\\n}, {\"3101\":3101}];\\nwindow.modules[\"3101\"] = [function(require,module,exports){function isKeyable(e){var o=typeof e;return\"string\"==o||\"number\"==o||\"symbol\"==o||\"boolean\"==o?\"__proto__\"!==e:null===e}module.exports=isKeyable;\\n}, {}];\\nwindow.modules[\"3102\"] = [function(require,module,exports){function getValue(e,u){return null==e?void 0:e[u]}module.exports=getValue;\\n}, {}];\\nwindow.modules[\"3103\"] = [function(require,module,exports){var overArg=require(3104),getPrototype=overArg(Object.getPrototypeOf,Object);module.exports=getPrototype;\\n}, {\"3104\":3104}];\\nwindow.modules[\"3104\"] = [function(require,module,exports){function overArg(r,e){return function(n){return r(e(n))}}module.exports=overArg;\\n}, {}];\\nwindow.modules[\"3105\"] = [function(require,module,exports){function stubArray(){return[]}module.exports=stubArray;\\n}, {}];\\nwindow.modules[\"3106\"] = [function(require,module,exports){var castPath=require(2988),isArguments=require(2937),isArray=require(504),isIndex=require(2939),isLength=require(3013),toKey=require(2989);function hasPath(e,r,t){for(var s=-1,i=(r=castPath(r,e)).length,a=!1;++s<i;){var n=toKey(r[s]);if(!(a=null!=e&&t(e,n)))break;e=e[n]}return a||++s!=i?a:!!(i=null==e?0:e.length)&&isLength(i)&&isIndex(n,i)&&(isArray(e)||isArguments(e))}module.exports=hasPath;\\n}, {\"504\":504,\"2937\":2937,\"2939\":2939,\"2988\":2988,\"2989\":2989,\"3013\":3013}];\\nwindow.modules[\"3107\"] = [function(require,module,exports){var reHasUnicodeWord=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/;function hasUnicodeWord(o){return reHasUnicodeWord.test(o)}module.exports=hasUnicodeWord;\\n}, {}];\\nwindow.modules[\"3108\"] = [function(require,module,exports){var getNative=require(2889),nativeCreate=getNative(Object,\"create\");module.exports=nativeCreate;\\n}, {\"2889\":2889}];\\nwindow.modules[\"3110\"] = [function(require,module,exports){var memoize=require(3111),MAX_MEMOIZE_SIZE=500;function memoizeCapped(e){var m=memoize(e,function(e){return r.size===MAX_MEMOIZE_SIZE&&r.clear(),e}),r=m.cache;return m}module.exports=memoizeCapped;\\n}, {\"3111\":3111}];\\nwindow.modules[\"3111\"] = [function(require,module,exports){var MapCache=require(2908),FUNC_ERROR_TEXT=\"Expected a function\";function memoize(e,a){if(\"function\"!=typeof e||null!=a&&\"function\"!=typeof a)throw new TypeError(FUNC_ERROR_TEXT);var c=function(){var r=arguments,t=a?a.apply(this,r):r[0],n=c.cache;if(n.has(t))return n.get(t);var o=e.apply(this,r);return c.cache=n.set(t,o)||n,o};return c.cache=new(memoize.Cache||MapCache),c}memoize.Cache=MapCache,module.exports=memoize;\\n}, {\"2908\":2908}];\\nwindow.modules[\"3112\"] = [function(require,module,exports){var freeGlobal=require(3097),freeExports=\"object\"==typeof exports&&exports&&!exports.nodeType&&exports,freeModule=freeExports&&\"object\"==typeof module&&module&&!module.nodeType&&module,moduleExports=freeModule&&freeModule.exports===freeExports,freeProcess=moduleExports&&freeGlobal.process,nodeUtil=function(){try{var e=freeModule&&freeModule.require&&freeModule.require(\"util\").types;return e||freeProcess&&freeProcess.binding&&freeProcess.binding(\"util\")}catch(e){}}();module.exports=nodeUtil;\\n}, {\"3097\":3097}];\\nwindow.modules[\"3113\"] = [function(require,module,exports){var HOT_COUNT=800,HOT_SPAN=16,nativeNow=Date.now;function shortOut(t){var r=0,e=0;return function(){var n=nativeNow(),o=HOT_SPAN-(n-e);if(e=n,o>0){if(++r>=HOT_COUNT)return arguments[0]}else r=0;return t.apply(void 0,arguments)}}module.exports=shortOut;\\n}, {}];\\nwindow.modules[\"3114\"] = [function(require,module,exports){var rsAstralRange=\"\\\\\\\\ud800-\\\\\\\\udfff\",rsComboMarksRange=\"\\\\\\\\u0300-\\\\\\\\u036f\",reComboHalfMarksRange=\"\\\\\\\\ufe20-\\\\\\\\ufe2f\",rsComboSymbolsRange=\"\\\\\\\\u20d0-\\\\\\\\u20ff\",rsComboRange=rsComboMarksRange+reComboHalfMarksRange+rsComboSymbolsRange,rsVarRange=\"\\\\\\\\ufe0e\\\\\\\\ufe0f\",rsAstral=\"[\"+rsAstralRange+\"]\",rsCombo=\"[\"+rsComboRange+\"]\",rsFitz=\"\\\\\\\\ud83c[\\\\\\\\udffb-\\\\\\\\udfff]\",rsModifier=\"(?:\"+rsCombo+\"|\"+rsFitz+\")\",rsNonAstral=\"[^\"+rsAstralRange+\"]\",rsRegional=\"(?:\\\\\\\\ud83c[\\\\\\\\udde6-\\\\\\\\uddff]){2}\",rsSurrPair=\"[\\\\\\\\ud800-\\\\\\\\udbff][\\\\\\\\udc00-\\\\\\\\udfff]\",rsZWJ=\"\\\\\\\\u200d\",reOptMod=rsModifier+\"?\",rsOptVar=\"[\"+rsVarRange+\"]?\",rsOptJoin=\"(?:\"+rsZWJ+\"(?:\"+[rsNonAstral,rsRegional,rsSurrPair].join(\"|\")+\")\"+rsOptVar+reOptMod+\")*\",rsSeq=rsOptVar+reOptMod+rsOptJoin,rsSymbol=\"(?:\"+[rsNonAstral+rsCombo+\"?\",rsCombo,rsRegional,rsSurrPair,rsAstral].join(\"|\")+\")\",reUnicode=RegExp(rsFitz+\"(?=\"+rsFitz+\")|\"+rsSymbol+rsSeq,\"g\");function unicodeToArray(r){return r.match(reUnicode)||[]}module.exports=unicodeToArray;\\n}, {}];\\nwindow.modules[\"3116\"] = [function(require,module,exports){var rsAstralRange=\"\\\\\\\\ud800-\\\\\\\\udfff\",rsComboMarksRange=\"\\\\\\\\u0300-\\\\\\\\u036f\",reComboHalfMarksRange=\"\\\\\\\\ufe20-\\\\\\\\ufe2f\",rsComboSymbolsRange=\"\\\\\\\\u20d0-\\\\\\\\u20ff\",rsComboRange=rsComboMarksRange+reComboHalfMarksRange+rsComboSymbolsRange,rsDingbatRange=\"\\\\\\\\u2700-\\\\\\\\u27bf\",rsLowerRange=\"a-z\\\\\\\\xdf-\\\\\\\\xf6\\\\\\\\xf8-\\\\\\\\xff\",rsMathOpRange=\"\\\\\\\\xac\\\\\\\\xb1\\\\\\\\xd7\\\\\\\\xf7\",rsNonCharRange=\"\\\\\\\\x00-\\\\\\\\x2f\\\\\\\\x3a-\\\\\\\\x40\\\\\\\\x5b-\\\\\\\\x60\\\\\\\\x7b-\\\\\\\\xbf\",rsPunctuationRange=\"\\\\\\\\u2000-\\\\\\\\u206f\",rsSpaceRange=\" \\\\\\\\t\\\\\\\\x0b\\\\\\\\f\\\\\\\\xa0\\\\\\\\ufeff\\\\\\\\n\\\\\\\\r\\\\\\\\u2028\\\\\\\\u2029\\\\\\\\u1680\\\\\\\\u180e\\\\\\\\u2000\\\\\\\\u2001\\\\\\\\u2002\\\\\\\\u2003\\\\\\\\u2004\\\\\\\\u2005\\\\\\\\u2006\\\\\\\\u2007\\\\\\\\u2008\\\\\\\\u2009\\\\\\\\u200a\\\\\\\\u202f\\\\\\\\u205f\\\\\\\\u3000\",rsUpperRange=\"A-Z\\\\\\\\xc0-\\\\\\\\xd6\\\\\\\\xd8-\\\\\\\\xde\",rsVarRange=\"\\\\\\\\ufe0e\\\\\\\\ufe0f\",rsBreakRange=rsMathOpRange+rsNonCharRange+rsPunctuationRange+rsSpaceRange,rsApos=\"[\\']\",rsBreak=\"[\"+rsBreakRange+\"]\",rsCombo=\"[\"+rsComboRange+\"]\",rsDigits=\"\\\\\\\\d+\",rsDingbat=\"[\"+rsDingbatRange+\"]\",rsLower=\"[\"+rsLowerRange+\"]\",rsMisc=\"[^\"+rsAstralRange+rsBreakRange+rsDigits+rsDingbatRange+rsLowerRange+rsUpperRange+\"]\",rsFitz=\"\\\\\\\\ud83c[\\\\\\\\udffb-\\\\\\\\udfff]\",rsModifier=\"(?:\"+rsCombo+\"|\"+rsFitz+\")\",rsNonAstral=\"[^\"+rsAstralRange+\"]\",rsRegional=\"(?:\\\\\\\\ud83c[\\\\\\\\udde6-\\\\\\\\uddff]){2}\",rsSurrPair=\"[\\\\\\\\ud800-\\\\\\\\udbff][\\\\\\\\udc00-\\\\\\\\udfff]\",rsUpper=\"[\"+rsUpperRange+\"]\",rsZWJ=\"\\\\\\\\u200d\",rsMiscLower=\"(?:\"+rsLower+\"|\"+rsMisc+\")\",rsMiscUpper=\"(?:\"+rsUpper+\"|\"+rsMisc+\")\",rsOptContrLower=\"(?:\"+rsApos+\"(?:d|ll|m|re|s|t|ve))?\",rsOptContrUpper=\"(?:\"+rsApos+\"(?:D|LL|M|RE|S|T|VE))?\",reOptMod=rsModifier+\"?\",rsOptVar=\"[\"+rsVarRange+\"]?\",rsOptJoin=\"(?:\"+rsZWJ+\"(?:\"+[rsNonAstral,rsRegional,rsSurrPair].join(\"|\")+\")\"+rsOptVar+reOptMod+\")*\",rsOrdLower=\"\\\\\\\\d*(?:1st|2nd|3rd|(?![123])\\\\\\\\dth)(?=\\\\\\\\b|[A-Z_])\",rsOrdUpper=\"\\\\\\\\d*(?:1ST|2ND|3RD|(?![123])\\\\\\\\dTH)(?=\\\\\\\\b|[a-z_])\",rsSeq=rsOptVar+reOptMod+rsOptJoin,rsEmoji=\"(?:\"+[rsDingbat,rsRegional,rsSurrPair].join(\"|\")+\")\"+rsSeq,reUnicodeWord=RegExp([rsUpper+\"?\"+rsLower+\"+\"+rsOptContrLower+\"(?=\"+[rsBreak,rsUpper,\"$\"].join(\"|\")+\")\",rsMiscUpper+\"+\"+rsOptContrUpper+\"(?=\"+[rsBreak,rsUpper+rsMiscLower,\"$\"].join(\"|\")+\")\",rsUpper+\"?\"+rsMiscLower+\"+\"+rsOptContrLower,rsUpper+\"+\"+rsOptContrUpper,rsOrdUpper,rsOrdLower,rsDigits,rsEmoji].join(\"|\"),\"g\");function unicodeWords(r){return r.match(reUnicodeWord)||[]}module.exports=unicodeWords;\\n}, {}];\\nwindow.modules[\"3120\"] = [function(require,module,exports){var toString=require(3062),upperFirst=require(3121);function capitalize(r){return upperFirst(toString(r).toLowerCase())}module.exports=capitalize;\\n}, {\"3062\":3062,\"3121\":3121}];\\nwindow.modules[\"3121\"] = [function(require,module,exports){var createCaseFirst=require(3077),upperFirst=createCaseFirst(\"toUpperCase\");module.exports=upperFirst;\\n}, {\"3077\":3077}];\\nwindow.modules[\"3123\"] = [function(require,module,exports){var baseTrim=require(3055),isObject=require(503),isSymbol=require(2981),NAN=NaN,reIsBadHex=/^[-+]0x[0-9a-f]+$/i,reIsBinary=/^0b[01]+$/i,reIsOctal=/^0o[0-7]+$/i,freeParseInt=parseInt;function toNumber(e){if(\"number\"==typeof e)return e;if(isSymbol(e))return NAN;if(isObject(e)){var r=\"function\"==typeof e.valueOf?e.valueOf():e;e=isObject(r)?r+\"\":r}if(\"string\"!=typeof e)return 0===e?e:+e;e=baseTrim(e);var t=reIsBinary.test(e);return t||reIsOctal.test(e)?freeParseInt(e.slice(2),t?2:8):reIsBadHex.test(e)?NAN:+e}module.exports=toNumber;\\n}, {\"503\":503,\"2981\":2981,\"3055\":3055}];\\nwindow.modules[\"3124\"] = [function(require,module,exports){var root=require(2890),now=function(){return root.Date.now()};module.exports=now;\\n}, {\"2890\":2890}];\\nwindow.modules[\"3126\"] = [function(require,module,exports){var baseRest=require(3047),eq=require(2950),isIterateeCall=require(3076),keysIn=require(2959),objectProto=Object.prototype,hasOwnProperty=objectProto.hasOwnProperty,defaults=baseRest(function(e,r){e=Object(e);var t=-1,o=r.length,a=o>2?r[2]:void 0;for(a&&isIterateeCall(r[0],r[1],a)&&(o=1);++t<o;)for(var s=r[t],l=keysIn(s),n=-1,i=l.length;++n<i;){var u=l[n],b=e[u];(void 0===b||eq(b,objectProto[u])&&!hasOwnProperty.call(e,u))&&(e[u]=s[u])}return e});module.exports=defaults;\\n}, {\"2950\":2950,\"2959\":2959,\"3047\":3047,\"3076\":3076}];\\nwindow.modules[\"3127\"] = [function(require,module,exports){var toFinite=require(3090);function toInteger(t){var e=toFinite(t),r=e%1;return e==e?r?e-r:e:0}module.exports=toInteger;\\n}, {\"3090\":3090}];\\nwindow.modules[\"3130\"] = [function(require,module,exports){var baseValues=require(3060),keys=require(2957);function values(e){return null==e?[]:baseValues(e,keys(e))}module.exports=values;\\n}, {\"2957\":2957,\"3060\":3060}];\\nwindow.modules[\"3131\"] = [function(require,module,exports){var baseGetTag=require(2991),isObjectLike=require(2999),boolTag=\"[object Boolean]\";function isBoolean(e){return!0===e||!1===e||isObjectLike(e)&&baseGetTag(e)==boolTag}module.exports=isBoolean;\\n}, {\"2991\":2991,\"2999\":2999}];\\nwindow.modules[\"3132\"] = [function(require,module,exports){function stubFalse(){return!1}module.exports=stubFalse;\\n}, {}];\\nwindow.modules[\"3133\"] = [function(require,module,exports){var root=require(2890),nativeIsFinite=root.isFinite;function isFinite(i){return\"number\"==typeof i&&nativeIsFinite(i)}module.exports=isFinite;\\n}, {\"2890\":2890}];\\nwindow.modules[\"3134\"] = [function(require,module,exports){function isUndefined(e){return void 0===e}module.exports=isUndefined;\\n}, {}];\\nwindow.modules[\"3136\"] = [function(require,module,exports){var baseAssignValue=require(2949),baseForOwn=require(2977),baseIteratee=require(3014);function mapValues(e,a){var s={};return a=baseIteratee(a,3),baseForOwn(e,function(e,r,u){baseAssignValue(s,r,a(e,r,u))}),s}module.exports=mapValues;\\n}, {\"2949\":2949,\"2977\":2977,\"3014\":3014}];\\nwindow.modules[\"3137\"] = [function(require,module,exports){var baseMerge=require(3030),createAssigner=require(3075),mergeWith=createAssigner(function(e,r,s,g){baseMerge(e,r,s,g)});module.exports=mergeWith;\\n}, {\"3030\":3030,\"3075\":3075}];\\nwindow.modules[\"3140\"] = [function(require,module,exports){var arrayReduce=require(2944),baseEach=require(2954),baseIteratee=require(3014),baseReduce=require(3046),isArray=require(504);function reduce(e,r,a){var u=isArray(e)?arrayReduce:baseReduce,s=arguments.length<3;return u(e,baseIteratee(r,4),a,s,baseEach)}module.exports=reduce;\\n}, {\"504\":504,\"2944\":2944,\"2954\":2954,\"3014\":3014,\"3046\":3046}];\\nwindow.modules[\"3141\"] = [function(require,module,exports){var createCompounder=require(3080),snakeCase=createCompounder(function(e,r,o){return e+(o?\"_\":\"\")+r.toLowerCase()});module.exports=snakeCase;\\n}, {\"3080\":3080}];\\nwindow.modules[\"3142\"] = [function(require,module,exports){var toString=require(3062);function toLower(o){return toString(o).toLowerCase()}module.exports=toLower;\\n}, {\"3062\":3062}];\\nwindow.modules[\"3163\"] = [function(require,module,exports){\"use strict\";function tryStringify(r){try{return JSON.stringify(r)}catch(r){return\\'\"[Circular]\"\\'}}function format(r,e,i){var a=i&&i.stringify||tryStringify;if(\"object\"==typeof r&&null!==r){var t=e.length+1;if(1===t)return r;var n=new Array(t);n[0]=a(r);for(var f=1;f<t;f++)n[f]=a(e[f]);return n.join(\" \")}if(\"string\"!=typeof r)return r;var c=e.length;if(0===c)return r;for(var s=\"\",o=0,u=-1,l=r&&r.length||0,b=0;b<l;){if(37===r.charCodeAt(b)&&b+1<l){switch(u=u>-1?u:0,r.charCodeAt(b+1)){case 100:case 102:if(o>=c)break;if(null==e[o])break;u<b&&(s+=r.slice(u,b)),s+=Number(e[o]),u=b+2,b++;break;case 105:if(o>=c)break;if(null==e[o])break;u<b&&(s+=r.slice(u,b)),s+=Math.floor(Number(e[o])),u=b+2,b++;break;case 79:case 111:case 106:if(o>=c)break;if(void 0===e[o])break;u<b&&(s+=r.slice(u,b));var k=typeof e[o];if(\"string\"===k){s+=\"\\'\"+e[o]+\"\\'\",u=b+2,b++;break}if(\"function\"===k){s+=e[o].name||\"<anonymous>\",u=b+2,b++;break}s+=a(e[o]),u=b+2,b++;break;case 115:if(o>=c)break;u<b&&(s+=r.slice(u,b)),s+=String(e[o]),u=b+2,b++;break;case 37:u<b&&(s+=r.slice(u,b)),s+=\"%\",u=b+2,b++,o--}++o}++b}return-1===u?r:(u<l&&(s+=r.slice(u)),s)}module.exports=format;\\n}, {}];\\nwindow.modules[\"3164\"] = [function(require,module,exports){!function(e,r){\"function\"==typeof define&&define.amd?define(\"SmartyPants\",[\"exports\"],function(t){r(e.SmartyPants=t)}):\"object\"==typeof exports&&\"string\"!=typeof exports.nodeName?r(exports):r(e.SmartyPants={})}(this,function(e){\"use strict\";e.__esModule=!0,e.smartypantsu=e.smartellipses=e.smartdashes=e.smartquotes=e.smartypants=void 0;var r=/<(\\\\/?)(?:pre|code|kbd|script|math)[^>]*>/i,t=function(e,t){var f,v,d,m,x;void 0===e&&(e=\"\"),void 0===t&&(t=\"1\");var h=0;if(\"0\"===(t=\"number\"==typeof t?t.toString():t.replace(/\\\\s/g,\"\")))return e;if(\"1\"===t)f=1,v=1,d=1,m=1;else if(\"2\"===t)f=1,v=1,d=2,m=1;else if(\"3\"===t)f=1,v=1,d=3,m=1;else if(\"-1\"===t)x=1;else for(var b=0;b<t.length;b++){var y=t[b];\"q\"===y&&(f=1),\"b\"===y&&(v=1),\"B\"===y&&(v=2),\"d\"===y&&(d=1),\"D\"===y&&(d=2),\"i\"===y&&(d=3),\"e\"===y&&(m=1),\"w\"===y&&(h=1)}var S=o(e),w=\"\",$=0,E=\"\";for(b=0;b<S.length;b++){var R=S[b];if(\"tag\"===R[0]){w+=R[1];var q=r.exec(R[1]);q&&($=\"/\"===q[1]?0:1)}else{var B=R[1],P=B.substring(B.length-1,B.length);$||(B=u(B),h&&(B=B.replace(/$quot;/g,\\'\"\\')),d&&(1===d&&(B=c(B)),2===d&&(B=g(B)),3===d&&(B=l(B))),m&&(B=s(B)),v&&(B=n(B),2===v&&(B=p(B))),f&&(B=\"\\'\"===B?/\\\\S/.test(E)?\"&#8217;\":\"&#8216;\":\\'\"\\'===B?/\\\\S/.test(E)?\"&#8221;\":\"&#8220;\":a(B)),x&&(B=i(B))),E=P,w+=B}}return w};e.smartypants=t;e.smartquotes=function(e,t){if(void 0===e&&(e=\"\"),void 0===t&&(t=\"1\"),\"0\"===(t=\"number\"==typeof t?t.toString():t.replace(/\\\\s/g,\"\")))return e;var n=0;/>[\\'\"]$/.test(e)&&(n=1,e+=\" \");for(var p=o(e),c=\"\",g=0,l=\"\",s=0;s<p.length;s++){var i=p[s];if(\"tag\"===i[0]){c+=i[1];var f=r.exec(i[1]);f&&(g=\"/\"===f[1]?0:1)}else{var v=i[1],d=v.substring(v.length-1,v.length);g||(v=\"\\'\"===(v=u(v))?/\\\\S/.test(l)?\"&#8217;\":\"&#8216;\":\\'\"\\'===v?/\\\\S/.test(l)?\"&#8221;\":\"&#8220;\":a(v)),l=d,c+=v}}return n&&(c=c.replace(/ $/,\"\")),c};e.smartdashes=function(e,t){void 0===e&&(e=\"\"),void 0===t&&(t=\"1\");var a=c;if(\"0\"===(t=\"number\"==typeof t?t.toString():t.replace(/\\\\s/g,\"\")))return e;\"2\"===t?a=g:\"3\"===t&&(a=l);for(var n=o(e),p=\"\",s=0,i=0;i<n.length;i++){var f=n[i];if(\"tag\"===f[0]){p+=f[1];var v=r.exec(f[1]);v&&(s=\"/\"===v[1]?0:1)}else{var d=f[1];s||(d=a(d=u(d))),p+=d}}return p};e.smartellipses=function(e,t){if(void 0===e&&(e=\"\"),void 0===t&&(t=\"1\"),\"0\"===(t=\"number\"==typeof t?t.toString():t.replace(/\\\\s/g,\"\")))return e;for(var a=o(e),n=\"\",p=0,c=0;c<a.length;c++){var g=a[c];if(\"tag\"===g[0]){n+=g[1];var l=r.exec(g[1]);l&&(p=\"/\"===l[1]?0:1)}else{var i=g[1];p||(i=u(i),i=s(i)),n+=i}}return n};var a=function(e){var r=\"[!\\\\\"#$%\\'()*+,-./:;<=>?@[\\\\\\\\]^_`{|}~]\";return e=(e=(e=(e=(e=(e=(e=(e=(e=(e=(e=(e=(e=e.replace(new RegExp(\"^\\'(?=\"+r+\"\\\\\\\\B)\"),\"&#8217;\")).replace(new RegExp(\\'^\"(?=\\'+r+\"\\\\\\\\B)\"),\"&#8221;\")).replace(/\"\\'(?=\\\\w)/,\"&#8220;&#8216;\")).replace(/\\'\"(?=\\\\w)/,\"&#8216;&#8220;\")).replace(/\\'(?=\\\\d\\\\d)/,\"&#8217;\")).replace(new RegExp(\"(\\\\\\\\s|&nbsp;|--|&[mn]dash;|&#8211;|&#8212;|&#x201[34])\\'(?=\\\\\\\\w)\",\"g\"),\"$1&#8216;\")).replace(new RegExp(\"([^\\\\\\\\ \\\\\\\\t\\\\\\\\r\\\\\\\\n\\\\\\\\[\\\\\\\\{\\\\\\\\(\\\\\\\\-])\\'\",\"g\"),\"$1&#8217;\")).replace(new RegExp(\"([\\\\\\\\ \\\\\\\\t\\\\\\\\r\\\\\\\\n\\\\\\\\[\\\\\\\\{\\\\\\\\(\\\\\\\\-]?)\\'(?=\\\\\\\\s|s\\\\\\\\b)\",\"g\"),\"$1&#8217;\")).replace(/\\'/g,\"&#8216;\")).replace(new RegExp(\\'(\\\\\\\\s|&nbsp;|--|&[mn]dash;|&#8211;|&#8212;|&#x201[34])\"(?=\\\\\\\\w)\\',\"g\"),\"$1&#8220;\")).replace(new RegExp(\\'([^\\\\\\\\ \\\\\\\\t\\\\\\\\r\\\\\\\\n\\\\\\\\[\\\\\\\\{\\\\\\\\(\\\\\\\\-])\"\\',\"g\"),\"$1&#8221;\")).replace(new RegExp(\\'([\\\\\\\\ \\\\\\\\t\\\\\\\\r\\\\\\\\n\\\\\\\\[\\\\\\\\{\\\\\\\\(\\\\\\\\-]?)\"(?=\\\\\\\\s)\\',\"g\"),\"$1&#8221;\")).replace(/\"/g,\"&#8220;\")},n=function(e){return e=(e=e.replace(/``/g,\"&#8220;\")).replace(/\\'\\'/g,\"&#8221;\")},p=function(e){return e=(e=e.replace(/`/g,\"&#8216;\")).replace(/\\'/g,\"&#8217;\")},c=function(e){return e=e.replace(/--/g,\"&#8212;\")},g=function(e){return e=(e=e.replace(/---/g,\"&#8212;\")).replace(/--/g,\"&#8211;\")},l=function(e){return e=(e=e.replace(/---/g,\"&#8211;\")).replace(/--/g,\"&#8212;\")},s=function(e){return e=(e=e.replace(/\\\\.\\\\.\\\\./g,\"&#8230;\")).replace(/\\\\. \\\\. \\\\./g,\"&#8230;\")},i=function(e){return e=(e=(e=(e=(e=(e=(e=e.replace(/&#8211;/g,\"-\")).replace(/&#8212;/g,\"--\")).replace(/&#8216;/g,\"\\'\")).replace(/&#8217;/g,\"\\'\")).replace(/&#8220;/g,\\'\"\\')).replace(/&#8221;/g,\\'\"\\')).replace(/&#8230;/g,\"...\")},u=function(e){return e=(e=(e=(e=(e=(e=e.replace(/\\\\\\\\\\\\\\\\/g,\"&#92;\")).replace(/\\\\\\\\\"/g,\"&#34;\")).replace(/\\\\\\\\\\'/g,\"&#39;\")).replace(/\\\\\\\\\\\\./g,\"&#46;\")).replace(/\\\\\\\\-/g,\"&#45;\")).replace(/\\\\\\\\`/g,\"&#96;\")},o=function(e){for(var r=0,t=e.length,a=[],n=/<!--[\\\\s\\\\S]*?-->|<\\\\?.*?\\\\?>|<[^>]*>/g,p=null;p=n.exec(e);){if(r<p.index){var c=[\"text\",e.substring(r,p.index)];a.push(c)}var g=[\"tag\",p.toString()];a.push(g),r=n.lastIndex}if(r<t){g=[\"text\",e.substring(r,t)];a.push(g)}return a};e.smartypantsu=function(e,r){void 0===e&&(e=\"\"),void 0===r&&(r=\"1\");var a=t(e,r);return\"-1\"===(r=\"number\"==typeof r?r.toString():r.replace(/\\\\s/g,\"\"))?function(e){return e=(e=(e=(e=(e=(e=(e=e.replace(/\\\\u2013/g,\"-\")).replace(/\\\\u2014/g,\"--\")).replace(/\\\\u2018/g,\"\\'\")).replace(/\\\\u2019/g,\"\\'\")).replace(/\\\\u201c/g,\\'\"\\')).replace(/\\\\u201d/g,\\'\"\\')).replace(/\\\\u2026/g,\"...\")}(a):function(e,r){var t,a,n,p;if(void 0===r&&(r=\"1\"),\"0\"===(r=\"number\"==typeof r?r.toString():r.replace(/\\\\s/g,\"\")))return e;if(\"1\"===r)t=1,a=1,n=1,p=1;else if(\"2\"===r)t=1,a=1,n=3,p=1;else if(\"3\"===r)t=1,a=1,n=3,p=1;else for(var c=0;c<r.length;c++){var g=r[c];\"q\"===g&&(t=1),\"b\"===g&&(a=1),\"B\"===g&&(a=2),\"d\"===g&&(n=1),\"D\"===g&&(n=2),\"i\"===g&&(n=3),\"e\"===g&&(p=1)}return n&&(e=(e=e.replace(/&#8211;/g,\"\")).replace(/&#8212;/g,\"—\")),(t||a)&&(e=(e=(e=(e=e.replace(/&#8216;/g,\"\")).replace(/&#8217;/g,\"\")).replace(/&#8220;/g,\"“\")).replace(/&#8221;/g,\"”\")),p&&(e=e.replace(/&#8230;/g,\"…\")),e}(a,r)},e.default=t});\\n}, {}];\\nwindow.modules[\"3165\"] = [function(require,module,exports){module.exports=require(3166);\\n}, {\"3166\":3166}];\\nwindow.modules[\"3166\"] = [function(require,module,exports){!function(a){\"use strict\";var e={\"À\":\"A\",\"Á\":\"A\",\"Â\":\"A\",\"Ã\":\"A\",\"Ä\":\"Ae\",\"Å\":\"A\",\"Æ\":\"AE\",\"Ç\":\"C\",\"È\":\"E\",\"É\":\"E\",\"Ê\":\"E\",\"Ë\":\"E\",\"Ì\":\"I\",\"Í\":\"I\",\"Î\":\"I\",\"Ï\":\"I\",\"Ð\":\"D\",\"Ñ\":\"N\",\"Ò\":\"O\",\"Ó\":\"O\",\"Ô\":\"O\",\"Õ\":\"O\",\"Ö\":\"Oe\",\"Ő\":\"O\",\"Ø\":\"O\",\"Ù\":\"U\",\"Ú\":\"U\",\"Û\":\"U\",\"Ü\":\"Ue\",\"Ű\":\"U\",\"Ý\":\"Y\",\"Þ\":\"TH\",\"ß\":\"ss\",\"à\":\"a\",\"á\":\"a\",\"â\":\"a\",\"ã\":\"a\",\"ä\":\"ae\",\"å\":\"a\",\"æ\":\"ae\",\"ç\":\"c\",\"è\":\"e\",\"é\":\"e\",\"ê\":\"e\",\"ë\":\"e\",\"ì\":\"i\",\"í\":\"i\",\"î\":\"i\",\"ï\":\"i\",\"ð\":\"d\",\"ñ\":\"n\",\"ò\":\"o\",\"ó\":\"o\",\"ô\":\"o\",\"õ\":\"o\",\"ö\":\"oe\",\"ő\":\"o\",\"ø\":\"o\",\"ù\":\"u\",\"ú\":\"u\",\"û\":\"u\",\"ü\":\"ue\",\"ű\":\"u\",\"ý\":\"y\",\"þ\":\"th\",\"ÿ\":\"y\",\"ẞ\":\"SS\",\"ا\":\"a\",\"أ\":\"a\",\"إ\":\"i\",\"آ\":\"aa\",\"ؤ\":\"u\",\"ئ\":\"e\",\"ء\":\"a\",\"ب\":\"b\",\"ت\":\"t\",\"ث\":\"th\",\"ج\":\"j\",\"ح\":\"h\",\"خ\":\"kh\",\"د\":\"d\",\"ذ\":\"th\",\"ر\":\"r\",\"ز\":\"z\",\"س\":\"s\",\"ش\":\"sh\",\"ص\":\"s\",\"ض\":\"dh\",\"ط\":\"t\",\"ظ\":\"z\",\"ع\":\"a\",\"غ\":\"gh\",\"ف\":\"f\",\"ق\":\"q\",\"ك\":\"k\",\"ل\":\"l\",\"م\":\"m\",\"ن\":\"n\",\"ه\":\"h\",\"و\":\"w\",\"ي\":\"y\",\"ى\":\"a\",\"ة\":\"h\",\"ﻻ\":\"la\",\"ﻷ\":\"laa\",\"ﻹ\":\"lai\",\"ﻵ\":\"laa\",\"گ\":\"g\",\"چ\":\"ch\",\"پ\":\"p\",\"ژ\":\"zh\",\"ک\":\"k\",\"ی\":\"y\",\"َ\":\"a\",\"ً\":\"an\",\"ِ\":\"e\",\"ٍ\":\"en\",\"ُ\":\"u\",\"ٌ\":\"on\",\"ْ\":\"\",\"٠\":\"0\",\"١\":\"1\",\"٢\":\"2\",\"٣\":\"3\",\"٤\":\"4\",\"٥\":\"5\",\"٦\":\"6\",\"٧\":\"7\",\"٨\":\"8\",\"٩\":\"9\",\"۰\":\"0\",\"۱\":\"1\",\"۲\":\"2\",\"۳\":\"3\",\"۴\":\"4\",\"۵\":\"5\",\"۶\":\"6\",\"۷\":\"7\",\"۸\":\"8\",\"۹\":\"9\",\"က\":\"k\",\"ခ\":\"kh\",\"ဂ\":\"g\",\"ဃ\":\"ga\",\"င\":\"ng\",\"စ\":\"s\",\"ဆ\":\"sa\",\"ဇ\":\"z\",\"စျ\":\"za\",\"ည\":\"ny\",\"ဋ\":\"t\",\"ဌ\":\"ta\",\"ဍ\":\"d\",\"ဎ\":\"da\",\"ဏ\":\"na\",\"တ\":\"t\",\"ထ\":\"ta\",\"ဒ\":\"d\",\"ဓ\":\"da\",\"န\":\"n\",\"ပ\":\"p\",\"ဖ\":\"pa\",\"ဗ\":\"b\",\"ဘ\":\"ba\",\"မ\":\"m\",\"ယ\":\"y\",\"ရ\":\"ya\",\"လ\":\"l\",\"\":\"w\",\"သ\":\"th\",\"ဟ\":\"h\",\"ဠ\":\"la\",\"အ\":\"a\",\"ြ\":\"y\",\"ျ\":\"ya\",\"ွ\":\"w\",\"ြွ\":\"yw\",\"ျွ\":\"ywa\",\"ှ\":\"h\",\"ဧ\":\"e\",\"၏\":\"-e\",\"ဣ\":\"i\",\"ဤ\":\"-i\",\"ဉ\":\"u\",\"ဦ\":\"-u\",\"ဩ\":\"aw\",\"သြော\":\"aw\",\"ဪ\":\"aw\",\"\":\"0\",\"၁\":\"1\",\"၂\":\"2\",\"၃\":\"3\",\"၄\":\"4\",\"၅\":\"5\",\"၆\":\"6\",\"၇\":\"7\",\"၈\":\"8\",\"၉\":\"9\",\"္\":\"\",\"့\":\"\",\"း\":\"\",\"č\":\"c\",\"ď\":\"d\",\"ě\":\"e\",\"ň\":\"n\",\"ř\":\"r\",\"š\":\"s\",\"ť\":\"t\",\"ů\":\"u\",\"ž\":\"z\",\"Č\":\"C\",\"Ď\":\"D\",\"Ě\":\"E\",\"Ň\":\"N\",\"Ř\":\"R\",\"Š\":\"S\",\"Ť\":\"T\",\"Ů\":\"U\",\"Ž\":\"Z\",\"ހ\":\"h\",\"ށ\":\"sh\",\"ނ\":\"n\",\"ރ\":\"r\",\"ބ\":\"b\",\"ޅ\":\"lh\",\"ކ\":\"k\",\"އ\":\"a\",\"ވ\":\"v\",\"މ\":\"m\",\"ފ\":\"f\",\"ދ\":\"dh\",\"ތ\":\"th\",\"ލ\":\"l\",\"ގ\":\"g\",\"ޏ\":\"gn\",\"ސ\":\"s\",\"ޑ\":\"d\",\"ޒ\":\"z\",\"ޓ\":\"t\",\"ޔ\":\"y\",\"ޕ\":\"p\",\"ޖ\":\"j\",\"ޗ\":\"ch\",\"ޘ\":\"tt\",\"ޙ\":\"hh\",\"ޚ\":\"kh\",\"ޛ\":\"th\",\"ޜ\":\"z\",\"ޝ\":\"sh\",\"ޞ\":\"s\",\"ޟ\":\"d\",\"ޠ\":\"t\",\"ޡ\":\"z\",\"ޢ\":\"a\",\"ޣ\":\"gh\",\"ޤ\":\"q\",\"ޥ\":\"w\",\"ަ\":\"a\",\"ާ\":\"aa\",\"ި\":\"i\",\"ީ\":\"ee\",\"ު\":\"u\",\"ޫ\":\"oo\",\"ެ\":\"e\",\"ޭ\":\"ey\",\"ޮ\":\"o\",\"ޯ\":\"oa\",\"ް\":\"\",\"ა\":\"a\",\"ბ\":\"b\",\"გ\":\"g\",\"დ\":\"d\",\"ე\":\"e\",\"ვ\":\"v\",\"ზ\":\"z\",\"თ\":\"t\",\"ი\":\"i\",\"კ\":\"k\",\"ლ\":\"l\",\"მ\":\"m\",\"ნ\":\"n\",\"ო\":\"o\",\"პ\":\"p\",\"ჟ\":\"zh\",\"რ\":\"r\",\"ს\":\"s\",\"ტ\":\"t\",\"უ\":\"u\",\"ფ\":\"p\",\"ქ\":\"k\",\"ღ\":\"gh\",\"\":\"q\",\"შ\":\"sh\",\"ჩ\":\"ch\",\"ც\":\"ts\",\"ძ\":\"dz\",\"წ\":\"ts\",\"ჭ\":\"ch\",\"ხ\":\"kh\",\"ჯ\":\"j\",\"ჰ\":\"h\",\"α\":\"a\",\"β\":\"v\",\"γ\":\"g\",\"δ\":\"d\",\"ε\":\"e\",\"ζ\":\"z\",\"η\":\"i\",\"θ\":\"th\",\"ι\":\"i\",\"κ\":\"k\",\"λ\":\"l\",\"μ\":\"m\",\"ν\":\"n\",\"ξ\":\"ks\",\"ο\":\"o\",\"π\":\"p\",\"ρ\":\"r\",\"σ\":\"s\",\"τ\":\"t\",\"υ\":\"y\",\"φ\":\"f\",\"χ\":\"x\",\"ψ\":\"ps\",\"ω\":\"o\",\"ά\":\"a\",\"έ\":\"e\",\"ί\":\"i\",\"ό\":\"o\",\"ύ\":\"y\",\"ή\":\"i\",\"ώ\":\"o\",\"ς\":\"s\",\"ϊ\":\"i\",\"ΰ\":\"y\",\"ϋ\":\"y\",\"ΐ\":\"i\",\"Α\":\"A\",\"Β\":\"B\",\"Γ\":\"G\",\"Δ\":\"D\",\"Ε\":\"E\",\"Ζ\":\"Z\",\"Η\":\"I\",\"Θ\":\"TH\",\"Ι\":\"I\",\"Κ\":\"K\",\"Λ\":\"L\",\"Μ\":\"M\",\"Ν\":\"N\",\"Ξ\":\"KS\",\"Ο\":\"O\",\"Π\":\"P\",\"Ρ\":\"R\",\"Σ\":\"S\",\"Τ\":\"T\",\"Υ\":\"Y\",\"Φ\":\"F\",\"Χ\":\"X\",\"Ψ\":\"PS\",\"Ω\":\"O\",\"Ά\":\"A\",\"Έ\":\"E\",\"Ί\":\"I\",\"Ό\":\"O\",\"Ύ\":\"Y\",\"Ή\":\"I\",\"Ώ\":\"O\",\"Ϊ\":\"I\",\"Ϋ\":\"Y\",\"ā\":\"a\",\"ē\":\"e\",\"ģ\":\"g\",\"ī\":\"i\",\"ķ\":\"k\",\"ļ\":\"l\",\"ņ\":\"n\",\"ū\":\"u\",\"Ā\":\"A\",\"Ē\":\"E\",\"Ģ\":\"G\",\"Ī\":\"I\",\"Ķ\":\"k\",\"Ļ\":\"L\",\"Ņ\":\"N\",\"Ū\":\"U\",\"Ќ\":\"Kj\",\"ќ\":\"kj\",\"Љ\":\"Lj\",\"љ\":\"lj\",\"Њ\":\"Nj\",\"њ\":\"nj\",\"Тс\":\"Ts\",\"тс\":\"ts\",\"ą\":\"a\",\"ć\":\"c\",\"ę\":\"e\",\"ł\":\"l\",\"ń\":\"n\",\"ś\":\"s\",\"ź\":\"z\",\"ż\":\"z\",\"Ą\":\"A\",\"Ć\":\"C\",\"Ę\":\"E\",\"Ł\":\"L\",\"Ń\":\"N\",\"Ś\":\"S\",\"Ź\":\"Z\",\"Ż\":\"Z\",\"Є\":\"Ye\",\"І\":\"I\",\"Ї\":\"Yi\",\"Ґ\":\"G\",\"є\":\"ye\",\"і\":\"i\",\"ї\":\"yi\",\"ґ\":\"g\",\"ă\":\"a\",\"Ă\":\"A\",\"ș\":\"s\",\"Ș\":\"S\",\"ț\":\"t\",\"Ț\":\"T\",\"ţ\":\"t\",\"Ţ\":\"T\",\"а\":\"a\",\"б\":\"b\",\"в\":\"v\",\"г\":\"g\",\"д\":\"d\",\"е\":\"e\",\"ё\":\"yo\",\"ж\":\"zh\",\"з\":\"z\",\"и\":\"i\",\"й\":\"i\",\"к\":\"k\",\"л\":\"l\",\"м\":\"m\",\"н\":\"n\",\"о\":\"o\",\"п\":\"p\",\"р\":\"r\",\"с\":\"s\",\"т\":\"t\",\"у\":\"u\",\"ф\":\"f\",\"х\":\"kh\",\"ц\":\"c\",\"ч\":\"ch\",\"ш\":\"sh\",\"щ\":\"sh\",\"ъ\":\"\",\"ы\":\"y\",\"ь\":\"\",\"э\":\"e\",\"ю\":\"yu\",\"я\":\"ya\",\"А\":\"A\",\"Б\":\"B\",\"В\":\"V\",\"Г\":\"G\",\"Д\":\"D\",\"Е\":\"E\",\"Ё\":\"Yo\",\"Ж\":\"Zh\",\"З\":\"Z\",\"И\":\"I\",\"Й\":\"I\",\"К\":\"K\",\"Л\":\"L\",\"М\":\"M\",\"Н\":\"N\",\"О\":\"O\",\"П\":\"P\",\"Р\":\"R\",\"С\":\"S\",\"Т\":\"T\",\"У\":\"U\",\"Ф\":\"F\",\"Х\":\"Kh\",\"Ц\":\"C\",\"Ч\":\"Ch\",\"Ш\":\"Sh\",\"Щ\":\"Sh\",\"Ъ\":\"\",\"Ы\":\"Y\",\"Ь\":\"\",\"Э\":\"E\",\"Ю\":\"Yu\",\"Я\":\"Ya\",\"ђ\":\"dj\",\"ј\":\"j\",\"ћ\":\"c\",\"џ\":\"dz\",\"Ђ\":\"Dj\",\"Ј\":\"j\",\"Ћ\":\"C\",\"Џ\":\"Dz\",\"ľ\":\"l\",\"ĺ\":\"l\",\"ŕ\":\"r\",\"Ľ\":\"L\",\"Ĺ\":\"L\",\"Ŕ\":\"R\",\"ş\":\"s\",\"Ş\":\"S\",\"ı\":\"i\",\"İ\":\"I\",\"ğ\":\"g\",\"Ğ\":\"G\",\"ả\":\"a\",\"Ả\":\"A\",\"ẳ\":\"a\",\"Ẳ\":\"A\",\"ẩ\":\"a\",\"Ẩ\":\"A\",\"đ\":\"d\",\"Đ\":\"D\",\"ẹ\":\"e\",\"Ẹ\":\"E\",\"ẽ\":\"e\",\"Ẽ\":\"E\",\"ẻ\":\"e\",\"Ẻ\":\"E\",\"ế\":\"e\",\"Ế\":\"E\",\"ề\":\"e\",\"Ề\":\"E\",\"ệ\":\"e\",\"Ệ\":\"E\",\"ễ\":\"e\",\"Ễ\":\"E\",\"ể\":\"e\",\"Ể\":\"E\",\"ỏ\":\"o\",\"ọ\":\"o\",\"Ọ\":\"o\",\"ố\":\"o\",\"Ố\":\"O\",\"ồ\":\"o\",\"Ồ\":\"O\",\"ổ\":\"o\",\"Ổ\":\"O\",\"ộ\":\"o\",\"Ộ\":\"O\",\"ỗ\":\"o\",\"Ỗ\":\"O\",\"ơ\":\"o\",\"Ơ\":\"O\",\"ớ\":\"o\",\"Ớ\":\"O\",\"ờ\":\"o\",\"Ờ\":\"O\",\"ợ\":\"o\",\"Ợ\":\"O\",\"ỡ\":\"o\",\"Ỡ\":\"O\",\"Ở\":\"o\",\"ở\":\"o\",\"ị\":\"i\",\"Ị\":\"I\",\"ĩ\":\"i\",\"Ĩ\":\"I\",\"ỉ\":\"i\",\"Ỉ\":\"i\",\"ủ\":\"u\",\"Ủ\":\"U\",\"ụ\":\"u\",\"Ụ\":\"U\",\"ũ\":\"u\",\"Ũ\":\"U\",\"ư\":\"u\",\"Ư\":\"U\",\"ứ\":\"u\",\"Ứ\":\"U\",\"ừ\":\"u\",\"Ừ\":\"U\",\"ự\":\"u\",\"Ự\":\"U\",\"ữ\":\"u\",\"Ữ\":\"U\",\"ử\":\"u\",\"Ử\":\"ư\",\"ỷ\":\"y\",\"Ỷ\":\"y\",\"ỳ\":\"y\",\"Ỳ\":\"Y\",\"ỵ\":\"y\",\"Ỵ\":\"Y\",\"ỹ\":\"y\",\"Ỹ\":\"Y\",\"ạ\":\"a\",\"Ạ\":\"A\",\"ấ\":\"a\",\"Ấ\":\"A\",\"ầ\":\"a\",\"Ầ\":\"A\",\"ậ\":\"a\",\"Ậ\":\"A\",\"ẫ\":\"a\",\"Ẫ\":\"A\",\"ắ\":\"a\",\"Ắ\":\"A\",\"ằ\":\"a\",\"Ằ\":\"A\",\"ặ\":\"a\",\"Ặ\":\"A\",\"ẵ\":\"a\",\"Ẵ\":\"A\",\"⓪\":\"0\",\"①\":\"1\",\"②\":\"2\",\"③\":\"3\",\"④\":\"4\",\"⑤\":\"5\",\"⑥\":\"6\",\"⑦\":\"7\",\"⑧\":\"8\",\"⑨\":\"9\",\"⑩\":\"10\",\"⑪\":\"11\",\"⑫\":\"12\",\"⑬\":\"13\",\"⑭\":\"14\",\"⑮\":\"15\",\"⑯\":\"16\",\"⑰\":\"17\",\"⑱\":\"18\",\"⑲\":\"18\",\"⑳\":\"18\",\"⓵\":\"1\",\"⓶\":\"2\",\"⓷\":\"3\",\"⓸\":\"4\",\"⓹\":\"5\",\"⓺\":\"6\",\"⓻\":\"7\",\"⓼\":\"8\",\"⓽\":\"9\",\"⓾\":\"10\",\"⓿\":\"0\",\"⓫\":\"11\",\"⓬\":\"12\",\"⓭\":\"13\",\"⓮\":\"14\",\"⓯\":\"15\",\"⓰\":\"16\",\"⓱\":\"17\",\"⓲\":\"18\",\"⓳\":\"19\",\"⓴\":\"20\",\"Ⓐ\":\"A\",\"Ⓑ\":\"B\",\"Ⓒ\":\"C\",\"Ⓓ\":\"D\",\"Ⓔ\":\"E\",\"Ⓕ\":\"F\",\"Ⓖ\":\"G\",\"Ⓗ\":\"H\",\"Ⓘ\":\"I\",\"Ⓙ\":\"J\",\"Ⓚ\":\"K\",\"Ⓛ\":\"L\",\"Ⓜ\":\"M\",\"Ⓝ\":\"N\",\"Ⓞ\":\"O\",\"Ⓟ\":\"P\",\"Ⓠ\":\"Q\",\"Ⓡ\":\"R\",\"Ⓢ\":\"S\",\"Ⓣ\":\"T\",\"Ⓤ\":\"U\",\"Ⓥ\":\"V\",\"Ⓦ\":\"W\",\"Ⓧ\":\"X\",\"Ⓨ\":\"Y\",\"Ⓩ\":\"Z\",\"ⓐ\":\"a\",\"ⓑ\":\"b\",\"ⓒ\":\"c\",\"ⓓ\":\"d\",\"ⓔ\":\"e\",\"ⓕ\":\"f\",\"ⓖ\":\"g\",\"ⓗ\":\"h\",\"ⓘ\":\"i\",\"ⓙ\":\"j\",\"ⓚ\":\"k\",\"ⓛ\":\"l\",\"ⓜ\":\"m\",\"ⓝ\":\"n\",\"ⓞ\":\"o\",\"ⓟ\":\"p\",\"ⓠ\":\"q\",\"ⓡ\":\"r\",\"ⓢ\":\"s\",\"ⓣ\":\"t\",\"ⓤ\":\"u\",\"ⓦ\":\"v\",\"ⓥ\":\"w\",\"ⓧ\":\"x\",\"ⓨ\":\"y\",\"ⓩ\":\"z\",\"“\":\\'\"\\',\"”\":\\'\"\\',\"\":\"\\'\",\"\":\"\\'\",\"∂\":\"d\",\"ƒ\":\"f\",\"™\":\"(TM)\",\"©\":\"(C)\",\"œ\":\"oe\",\"Œ\":\"OE\",\"®\":\"(R)\",\"†\":\"+\",\"℠\":\"(SM)\",\"…\":\"...\",\"˚\":\"o\",\"º\":\"o\",\"ª\":\"a\",\"•\":\"*\",\"၊\":\",\",\"။\":\".\",$:\"USD\",\"€\":\"EUR\",\"₢\":\"BRN\",\"₣\":\"FRF\",\"£\":\"GBP\",\"₤\":\"ITL\",\"₦\":\"NGN\",\"₧\":\"ESP\",\"₩\":\"KRW\",\"₪\":\"ILS\",\"₫\":\"VND\",\"₭\":\"LAK\",\"₮\":\"MNT\",\"₯\":\"GRD\",\"₱\":\"ARS\",\"₲\":\"PYG\",\"₳\":\"ARA\",\"₴\":\"UAH\",\"₵\":\"GHS\",\"¢\":\"cent\",\"¥\":\"CNY\",\"元\":\"CNY\",\"円\":\"YEN\",\"﷼\":\"IRR\",\"₠\":\"EWE\",\"฿\":\"THB\",\"₨\":\"INR\",\"₹\":\"INR\",\"₰\":\"PF\",\"₺\":\"TRY\",\"؋\":\"AFN\",\"₼\":\"AZN\",\"лв\":\"BGN\",\"៛\":\"KHR\",\"₡\":\"CRC\",\"₸\":\"KZT\",\"ден\":\"MKD\",\"zł\":\"PLN\",\"₽\":\"RUB\",\"₾\":\"GEL\"},n=[\"်\",\"ް\"],t={\"ာ\":\"a\",\"ါ\":\"a\",\"ေ\":\"e\",\"ဲ\":\"e\",\"ိ\":\"i\",\"ီ\":\"i\",\"ို\":\"o\",\"ု\":\"u\",\"ူ\":\"u\",\"ေါင်\":\"aung\",\"ော\":\"aw\",\"ော်\":\"aw\",\"ေါ\":\"aw\",\"ေါ်\":\"aw\",\"်\":\"်\",\"က်\":\"et\",\"ိုက်\":\"aik\",\"ောက်\":\"auk\",\"င်\":\"in\",\"ိုင်\":\"aing\",\"ောင်\":\"aung\",\"စ်\":\"it\",\"ည်\":\"i\",\"တ်\":\"at\",\"ိတ်\":\"eik\",\"ုတ်\":\"ok\",\"ွတ်\":\"ut\",\"ေတ်\":\"it\",\"ဒ်\":\"d\",\"ိုဒ်\":\"ok\",\"ုဒ်\":\"ait\",\"န်\":\"an\",\"ာန်\":\"an\",\"ိန်\":\"ein\",\"ုန်\":\"on\",\"ွန်\":\"un\",\"ပ်\":\"at\",\"ိပ်\":\"eik\",\"ုပ်\":\"ok\",\"ွပ်\":\"ut\",\"န်ုပ်\":\"nub\",\"မ်\":\"an\",\"ိမ်\":\"ein\",\"ုမ်\":\"on\",\"ွမ်\":\"un\",\"ယ်\":\"e\",\"ိုလ်\":\"ol\",\"ဉ်\":\"in\",\"ံ\":\"an\",\"ိံ\":\"ein\",\"ုံ\":\"on\",\"ައް\":\"ah\",\"ަށް\":\"ah\"},i={en:{},az:{\"ç\":\"c\",\"ə\":\"e\",\"ğ\":\"g\",\"ı\":\"i\",\"ö\":\"o\",\"ş\":\"s\",\"ü\":\"u\",\"Ç\":\"C\",\"Ə\":\"E\",\"Ğ\":\"G\",\"İ\":\"I\",\"Ö\":\"O\",\"Ş\":\"S\",\"Ü\":\"U\"},cs:{\"č\":\"c\",\"ď\":\"d\",\"ě\":\"e\",\"ň\":\"n\",\"ř\":\"r\",\"š\":\"s\",\"ť\":\"t\",\"ů\":\"u\",\"ž\":\"z\",\"Č\":\"C\",\"Ď\":\"D\",\"Ě\":\"E\",\"Ň\":\"N\",\"Ř\":\"R\",\"Š\":\"S\",\"Ť\":\"T\",\"Ů\":\"U\",\"Ž\":\"Z\"},fi:{\"ä\":\"a\",\"Ä\":\"A\",\"ö\":\"o\",\"Ö\":\"O\"},hu:{\"ä\":\"a\",\"Ä\":\"A\",\"ö\":\"o\",\"Ö\":\"O\",\"ü\":\"u\",\"Ü\":\"U\",\"ű\":\"u\",\"Ű\":\"U\"},lt:{\"ą\":\"a\",\"č\":\"c\",\"ę\":\"e\",\"ė\":\"e\",\"į\":\"i\",\"š\":\"s\",\"ų\":\"u\",\"ū\":\"u\",\"ž\":\"z\",\"Ą\":\"A\",\"Č\":\"C\",\"Ę\":\"E\",\"Ė\":\"E\",\"Į\":\"I\",\"Š\":\"S\",\"Ų\":\"U\",\"Ū\":\"U\"},lv:{\"ā\":\"a\",\"č\":\"c\",\"ē\":\"e\",\"ģ\":\"g\",\"ī\":\"i\",\"ķ\":\"k\",\"ļ\":\"l\",\"ņ\":\"n\",\"š\":\"s\",\"ū\":\"u\",\"ž\":\"z\",\"Ā\":\"A\",\"Č\":\"C\",\"Ē\":\"E\",\"Ģ\":\"G\",\"Ī\":\"i\",\"Ķ\":\"k\",\"Ļ\":\"L\",\"Ņ\":\"N\",\"Š\":\"S\",\"Ū\":\"u\",\"Ž\":\"Z\"},pl:{\"ą\":\"a\",\"ć\":\"c\",\"ę\":\"e\",\"ł\":\"l\",\"ń\":\"n\",\"ó\":\"o\",\"ś\":\"s\",\"ź\":\"z\",\"ż\":\"z\",\"Ą\":\"A\",\"Ć\":\"C\",\"Ę\":\"e\",\"Ł\":\"L\",\"Ń\":\"N\",\"Ó\":\"O\",\"Ś\":\"S\",\"Ź\":\"Z\",\"Ż\":\"Z\"},sv:{\"ä\":\"a\",\"Ä\":\"A\",\"ö\":\"o\",\"Ö\":\"O\"},sk:{\"ä\":\"a\",\"Ä\":\"A\"},sr:{\"љ\":\"lj\",\"њ\":\"nj\",\"Љ\":\"Lj\",\"Њ\":\"Nj\",\"đ\":\"dj\",\"Đ\":\"Dj\"},tr:{\"Ü\":\"U\",\"Ö\":\"O\",\"ü\":\"u\",\"ö\":\"o\"}},o={ar:{\"∆\":\"delta\",\"∞\":\"la-nihaya\",\"♥\":\"hob\",\"&\":\"wa\",\"|\":\"aw\",\"<\":\"aqal-men\",\">\":\"akbar-men\",\"∑\":\"majmou\",\"¤\":\"omla\"},az:{},ca:{\"∆\":\"delta\",\"∞\":\"infinit\",\"♥\":\"amor\",\"&\":\"i\",\"|\":\"o\",\"<\":\"menys que\",\">\":\"mes que\",\"∑\":\"suma dels\",\"¤\":\"moneda\"},cs:{\"∆\":\"delta\",\"∞\":\"nekonecno\",\"♥\":\"laska\",\"&\":\"a\",\"|\":\"nebo\",\"<\":\"mensi nez\",\">\":\"vetsi nez\",\"∑\":\"soucet\",\"¤\":\"mena\"},de:{\"∆\":\"delta\",\"∞\":\"unendlich\",\"♥\":\"Liebe\",\"&\":\"und\",\"|\":\"oder\",\"<\":\"kleiner als\",\">\":\"groesser als\",\"∑\":\"Summe von\",\"¤\":\"Waehrung\"},dv:{\"∆\":\"delta\",\"∞\":\"kolunulaa\",\"♥\":\"loabi\",\"&\":\"aai\",\"|\":\"noonee\",\"<\":\"ah vure kuda\",\">\":\"ah vure bodu\",\"∑\":\"jumula\",\"¤\":\"faisaa\"},en:{\"∆\":\"delta\",\"∞\":\"infinity\",\"♥\":\"love\",\"&\":\"and\",\"|\":\"or\",\"<\":\"less than\",\">\":\"greater than\",\"∑\":\"sum\",\"¤\":\"currency\"},es:{\"∆\":\"delta\",\"∞\":\"infinito\",\"♥\":\"amor\",\"&\":\"y\",\"|\":\"u\",\"<\":\"menos que\",\">\":\"mas que\",\"∑\":\"suma de los\",\"¤\":\"moneda\"},fa:{\"∆\":\"delta\",\"∞\":\"bi-nahayat\",\"♥\":\"eshgh\",\"&\":\"va\",\"|\":\"ya\",\"<\":\"kamtar-az\",\">\":\"bishtar-az\",\"∑\":\"majmooe\",\"¤\":\"vahed\"},fi:{\"∆\":\"delta\",\"∞\":\"aarettomyys\",\"♥\":\"rakkaus\",\"&\":\"ja\",\"|\":\"tai\",\"<\":\"pienempi kuin\",\">\":\"suurempi kuin\",\"∑\":\"summa\",\"¤\":\"valuutta\"},fr:{\"∆\":\"delta\",\"∞\":\"infiniment\",\"♥\":\"Amour\",\"&\":\"et\",\"|\":\"ou\",\"<\":\"moins que\",\">\":\"superieure a\",\"∑\":\"somme des\",\"¤\":\"monnaie\"},ge:{\"∆\":\"delta\",\"∞\":\"usasruloba\",\"♥\":\"siqvaruli\",\"&\":\"da\",\"|\":\"an\",\"<\":\"naklebi\",\">\":\"meti\",\"∑\":\"jami\",\"¤\":\"valuta\"},gr:{},hu:{\"∆\":\"delta\",\"∞\":\"vegtelen\",\"♥\":\"szerelem\",\"&\":\"es\",\"|\":\"vagy\",\"<\":\"kisebb mint\",\">\":\"nagyobb mint\",\"∑\":\"szumma\",\"¤\":\"penznem\"},it:{\"∆\":\"delta\",\"∞\":\"infinito\",\"♥\":\"amore\",\"&\":\"e\",\"|\":\"o\",\"<\":\"minore di\",\">\":\"maggiore di\",\"∑\":\"somma\",\"¤\":\"moneta\"},lt:{\"∆\":\"delta\",\"∞\":\"begalybe\",\"♥\":\"meile\",\"&\":\"ir\",\"|\":\"ar\",\"<\":\"maziau nei\",\">\":\"daugiau nei\",\"∑\":\"suma\",\"¤\":\"valiuta\"},lv:{\"∆\":\"delta\",\"∞\":\"bezgaliba\",\"♥\":\"milestiba\",\"&\":\"un\",\"|\":\"vai\",\"<\":\"mazak neka\",\">\":\"lielaks neka\",\"∑\":\"summa\",\"¤\":\"valuta\"},my:{\"∆\":\"kwahkhyaet\",\"∞\":\"asaonasme\",\"♥\":\"akhyait\",\"&\":\"nhin\",\"|\":\"tho\",\"<\":\"ngethaw\",\">\":\"kyithaw\",\"∑\":\"paungld\",\"¤\":\"ngwekye\"},mk:{},nl:{\"∆\":\"delta\",\"∞\":\"oneindig\",\"♥\":\"liefde\",\"&\":\"en\",\"|\":\"of\",\"<\":\"kleiner dan\",\">\":\"groter dan\",\"∑\":\"som\",\"¤\":\"valuta\"},pl:{\"∆\":\"delta\",\"∞\":\"nieskonczonosc\",\"♥\":\"milosc\",\"&\":\"i\",\"|\":\"lub\",\"<\":\"mniejsze niz\",\">\":\"wieksze niz\",\"∑\":\"suma\",\"¤\":\"waluta\"},pt:{\"∆\":\"delta\",\"∞\":\"infinito\",\"♥\":\"amor\",\"&\":\"e\",\"|\":\"ou\",\"<\":\"menor que\",\">\":\"maior que\",\"∑\":\"soma\",\"¤\":\"moeda\"},ro:{\"∆\":\"delta\",\"∞\":\"infinit\",\"♥\":\"dragoste\",\"&\":\"si\",\"|\":\"sau\",\"<\":\"mai mic ca\",\">\":\"mai mare ca\",\"∑\":\"suma\",\"¤\":\"valuta\"},ru:{\"∆\":\"delta\",\"∞\":\"beskonechno\",\"♥\":\"lubov\",\"&\":\"i\",\"|\":\"ili\",\"<\":\"menshe\",\">\":\"bolshe\",\"∑\":\"summa\",\"¤\":\"valjuta\"},sk:{\"∆\":\"delta\",\"∞\":\"nekonecno\",\"♥\":\"laska\",\"&\":\"a\",\"|\":\"alebo\",\"<\":\"menej ako\",\">\":\"viac ako\",\"∑\":\"sucet\",\"¤\":\"mena\"},sr:{},tr:{\"∆\":\"delta\",\"∞\":\"sonsuzluk\",\"♥\":\"ask\",\"&\":\"ve\",\"|\":\"veya\",\"<\":\"kucuktur\",\">\":\"buyuktur\",\"∑\":\"toplam\",\"¤\":\"para birimi\"},uk:{\"∆\":\"delta\",\"∞\":\"bezkinechnist\",\"♥\":\"lubov\",\"&\":\"i\",\"|\":\"abo\",\"<\":\"menshe\",\">\":\"bilshe\",\"∑\":\"suma\",\"¤\":\"valjuta\"},vn:{\"∆\":\"delta\",\"∞\":\"vo cuc\",\"♥\":\"yeu\",\"&\":\"va\",\"|\":\"hoac\",\"<\":\"nho hon\",\">\":\"lon hon\",\"∑\":\"tong\",\"¤\":\"tien te\"}},u=[\";\",\"?\",\":\",\"@\",\"&\",\"=\",\"+\",\"$\",\",\",\"/\"].join(\"\"),s=[\";\",\"?\",\":\",\"@\",\"&\",\"=\",\"+\",\"$\",\",\"].join(\"\"),l=[\".\",\"!\",\"~\",\"*\",\"\\'\",\"(\",\")\"].join(\"\"),r=function(a,r){var m,d,g,k,y,f,p,z,b,A,v,E,O,j,S=\"-\",w=\"\",U=\"\",C=!0,N={},R=\"\";if(\"string\"!=typeof a)return\"\";if(\"string\"==typeof r&&(S=r),p=o.en,z=i.en,\"object\"==typeof r)for(v in m=r.maintainCase||!1,N=r.custom&&\"object\"==typeof r.custom?r.custom:N,g=+r.truncate>1&&r.truncate||!1,k=r.uric||!1,y=r.uricNoSlash||!1,f=r.mark||!1,C=!1!==r.symbols&&!1!==r.lang,S=r.separator||S,k&&(R+=u),y&&(R+=s),f&&(R+=l),p=r.lang&&o[r.lang]&&C?o[r.lang]:C?o.en:{},z=r.lang&&i[r.lang]?i[r.lang]:!1===r.lang||!0===r.lang?{}:i.en,r.titleCase&&\"number\"==typeof r.titleCase.length&&Array.prototype.toString.call(r.titleCase)?(r.titleCase.forEach(function(a){N[a+\"\"]=a+\"\"}),d=!0):d=!!r.titleCase,r.custom&&\"number\"==typeof r.custom.length&&Array.prototype.toString.call(r.custom)&&r.custom.forEach(function(a){N[a+\"\"]=a+\"\"}),Object.keys(N).forEach(function(e){var n;n=e.length>1?new RegExp(\"\\\\\\\\b\"+h(e)+\"\\\\\\\\b\",\"gi\"):new RegExp(h(e),\"gi\"),a=a.replace(n,N[e])}),N)R+=v;for(R=h(R+=S),O=!1,j=!1,A=0,E=(a=a.replace(/(^\\\\s+|\\\\s+$)/g,\"\")).length;A<E;A++)v=a[A],c(v,N)?O=!1:z[v]?(v=O&&z[v].match(/[A-Za-z0-9]/)?\" \"+z[v]:z[v],O=!1):v in e?(A+1<E&&n.indexOf(a[A+1])>=0?(U+=v,v=\"\"):!0===j?(v=t[U]+e[v],U=\"\"):v=O&&e[v].match(/[A-Za-z0-9]/)?\" \"+e[v]:e[v],O=!1,j=!1):v in t?(U+=v,v=\"\",A===E-1&&(v=t[U]),j=!0):!p[v]||k&&-1!==u.indexOf(v)||y&&-1!==s.indexOf(v)?(!0===j?(v=t[U]+v,U=\"\",j=!1):O&&(/[A-Za-z0-9]/.test(v)||w.substr(-1).match(/A-Za-z0-9]/))&&(v=\" \"+v),O=!1):(v=O||w.substr(-1).match(/[A-Za-z0-9]/)?S+p[v]:p[v],v+=void 0!==a[A+1]&&a[A+1].match(/[A-Za-z0-9]/)?S:\"\",O=!0),w+=v.replace(new RegExp(\"[^\\\\\\\\w\\\\\\\\s\"+R+\"_-]\",\"g\"),S);return d&&(w=w.replace(/(\\\\w)(\\\\S*)/g,function(a,e,n){var t=e.toUpperCase()+(null!==n?n:\"\");return Object.keys(N).indexOf(t.toLowerCase())<0?t:t.toLowerCase()})),w=w.replace(/\\\\s+/g,S).replace(new RegExp(\"\\\\\\\\\"+S+\"+\",\"g\"),S).replace(new RegExp(\"(^\\\\\\\\\"+S+\"+|\\\\\\\\\"+S+\"+$)\",\"g\"),\"\"),g&&w.length>g&&(b=w.charAt(g)===S,w=w.slice(0,g),b||(w=w.slice(0,w.lastIndexOf(S)))),m||d||(w=w.toLowerCase()),w},m=function(a){return function(e){return r(e,a)}},h=function(a){return a.replace(/[-\\\\\\\\^$*+?.()|[\\\\]{}\\\\/]/g,\"\\\\\\\\$&\")},c=function(a,e){for(var n in e)if(e[n]===a)return!0};if(\"undefined\"!=typeof module&&module.exports)module.exports=r,module.exports.createSlug=m;else if(\"undefined\"!=typeof define&&define.amd)define([],function(){return r});else try{if(a.getSlug||a.createSlug)throw\"speakingurl: globals exists /(getSlug|createSlug)/\";a.getSlug=r,a.createSlug=m}catch(a){}}(this);\\n}, {}];\\nwindow.modules[\"3217\"] = [function(require,module,exports){\"use strict\";var _interopRequireDefault=require(10),_typeof2=_interopRequireDefault(require(18)),_classCallCheck2=_interopRequireDefault(require(11)),_createClass2=_interopRequireDefault(require(12)),AdDataType={DISPLAY:\"display_ad\",VIDEO:\"video\"},AdFuelDataAllowlist=[\"adUnitPath\",\"parentRegistry\",\"response\",\"rktr_ad_id\",\"rktr_slot_id\"],AdData=function(){function e(){(0,_classCallCheck2.default)(this,e),this.adList={},this.registerAdActions={},this.getAdDetailsActions={};for(var t=0,i=Object.values(this.TYPE);t<i.length;t++){var s=i[t];this.adList[s]={},this.registerAdActions[s]=null,this.getAdDetailsActions[s]=null}this.initializeAdTypeLogic()}return(0,_createClass2.default)(e,[{key:\"TYPE\",get:function(){return AdDataType}},{key:\"initializeAdTypeLogic\",value:function(){var e=this;this.setRegisterAdAction(this.TYPE.DISPLAY,function(e,t){Array.isArray(t)||(t=[t]),window.AdFuel&&window.AdFuel.queueRegistry(t)}),this.setGetAdDetailsAction(this.TYPE.DISPLAY,function(e){if(window.AdFuel){var t=window.AdFuel.getSlotDetails(e)||{};return Object.keys(t).forEach(function(e){return AdFuelDataAllowlist.includes(e)||delete t[e]}),t}}),window.FAVE?this.processVideoSessions():window.addEventListener(\"fave.loaded\",function(){e.processVideoSessions()})}},{key:\"processVideoSessions\",value:function(){this.setGetAdDetailsAction(this.TYPE.VIDEO,function(e){return{video_session_id:e||null}})}},{key:\"setRegisterAdAction\",value:function(e,t){this.registerAdActions[e]=t}},{key:\"setGetAdDetailsAction\",value:function(e,t){this.getAdDetailsActions[e]=t}},{key:\"isValidAdType\",value:function(e){return Object.values(this.TYPE).includes(e)}},{key:\"registerAd\",value:function(e,t,i){if(this.isValidAdType(e))try{\"function\"==typeof this.registerAdActions[e]?this.registerAdActions[e](t,i):this.adList[e][t]=i}catch(e){console.error(e)}}},{key:\"getAdDetails\",value:function(e,t){var i={};if(!this.isValidAdType(e))return i;try{\"function\"==typeof this.getAdDetailsActions[e]?i=this.getAdDetailsActions[e](t):Object.prototype.hasOwnProperty.call(this.adList[e],t)&&(i=this.adList[e][t])}catch(e){console.error(e)}return\"object\"===(0,_typeof2.default)(i)&&null!==i||(i={}),i.feedback_type=e,i}}]),e}();module.exports={AdData:AdData,AdDataType:AdDataType};\\n}, {\"10\":10,\"11\":11,\"12\":12,\"18\":18}];\\nwindow.modules[\"3233\"] = [function(require,module,exports){\"use strict\";var _interopRequireDefault=require(10),_regenerator=_interopRequireDefault(require(25)),_asyncToGenerator2=_interopRequireDefault(require(24)),_defineProperty2=_interopRequireDefault(require(19)),_classCallCheck2=_interopRequireDefault(require(11)),_createClass2=_interopRequireDefault(require(12));function ownKeys(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),r.push.apply(r,n)}return r}function _objectSpread(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?ownKeys(Object(r),!0).forEach(function(t){(0,_defineProperty2.default)(e,t,r[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):ownKeys(Object(r)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))})}return e}var dispatcher=require(3234),SERIALIZED_DATA_PREFIX=\"cmjson_\",PREFIX_LENGTH=SERIALIZED_DATA_PREFIX.length,ClientModel=function(){function e(t){(0,_classCallCheck2.default)(this,e),this.el=t,this.sseClient=null,this.sseUri=null,this.sseName=null}return(0,_createClass2.default)(e,[{key:\"bind\",value:function(e,t,r){var n=this;Array.from(this.el.querySelectorAll(e)).forEach(function(e){return addEventListener(e,t,r,n)})}},{key:\"bindToThis\",value:function(e,t){addEventListener(this.el,e,t,this)}},{key:\"subscribe\",value:function(e,t,r){dispatcher.subscribe(e,t.bind(this),!0,r)}},{key:\"dispatch\",value:function(e,t,r){dispatcher.dispatch(e,t,r)}},{key:\"dataElementMap\",value:function(e,t){var r=arguments.length>2&&void 0!==arguments[2]&&arguments[2],n=r||this.el;return Array.from(n.querySelectorAll(e)).reduce(function(e,r){return _objectSpread((0,_defineProperty2.default)({},t(unpackDataset(r.dataset)),r),e)},{})}},{key:\"startSSE\",value:function(e,t){this.sseUri=t||this.el.dataset.uri,this.sseName=e,this.connectSSE()}},{key:\"connectSSE\",value:function(){console.log(\"\".concat(this.sseName,\" SSE Connecting...\")),this.sseClient=new EventSource(this.sseUri),this.registerSSEListeners()}},{key:\"registerSSEListeners\",value:function(){var e=this;this.sseClient.addEventListener(\"publish\",function(){var t=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function t(r){return _regenerator.default.wrap(function(t){for(;;)switch(t.prev=t.next){case 0:return t.prev=0,t.next=3,e.onSSEPublish(r);case 3:t.next=8;break;case 5:t.prev=5,t.t0=t.catch(0),console.log(\"\".concat(e.sseName,\" onSSEPublish ERROR\"),t.t0);case 8:case\"end\":return t.stop()}},t,null,[[0,5]])}));return function(e){return t.apply(this,arguments)}}()),this.sseClient.addEventListener(\"error\",function(t){e.onSSEError(t)}),this.sseClient.addEventListener(\"open\",function(t){e.onSSEOpen(t)})}},{key:\"onSSEOpen\",value:function(){console.log(\"\".concat(this.sseName,\" SSE Open\"))}},{key:\"onSSEReconnecting\",value:function(){var e=this;setTimeout(function(){console.log(\"\".concat(e.sseName,\" SSE Reconnecting...\")),e.connectSSE()},1e3)}},{key:\"onSSEPublish\",value:function(){var e=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(){return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:console.log(\"\".concat(this.sseName,\" SSE Publish\"));case 1:case\"end\":return e.stop()}},e,this)}));return function(){return e.apply(this,arguments)}}()},{key:\"onSSEError\",value:function(e){console.log(\"\".concat(this.sseName,\" An error occurred while attempting to connect.\"),e),this.sseClient.close(),this.onSSEReconnecting()}},{key:\"sseFetchUpdates\",value:function(){var e=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(){var t;return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:return t=window.location.pathname+window.location.search,e.abrupt(\"return\",fetch(t).then(function(e){return e.text()}).then(function(e){return e}).catch(function(e){return console.log(e)}));case 2:case\"end\":return e.stop()}},e)}));return function(){return e.apply(this,arguments)}}()}]),e}(),addEventListener=function(e,t,r,n){return e.addEventListener(t,function(e){var t=e.currentTarget;r.call(n,unpackDataset(t.dataset),t,e)})},unpackDataset=function(e){return Object.keys(e).reduce(function(t,r){return r.startsWith(SERIALIZED_DATA_PREFIX)?_objectSpread(_objectSpread({},t),{},(0,_defineProperty2.default)({},r.slice(PREFIX_LENGTH),function(){try{return JSON.parse(e[r])}catch(e){}}())):_objectSpread(_objectSpread({},t),{},(0,_defineProperty2.default)({},r,e[r]))},{})};module.exports=ClientModel;\\n}, {\"10\":10,\"11\":11,\"12\":12,\"19\":19,\"24\":24,\"25\":25,\"3234\":3234}];\\nwindow.modules[\"3234\"] = [function(require,module,exports){\"use strict\";var CACHE_SIZE=1,ANY_ACTION=\"_any\",EMPTY=Symbol(\"empty\"),dispatcher=function(){var n={},t={};function o(o,i){if(!o)throw new Error(\"Invalid action format\");n[o]=n[o]||{},n[o][i]=n[o][i]||[],t[o]=t[o]||{},t[o][i]=t[o][i]||new Array(CACHE_SIZE)}return{dispatch:function(i){var c=i.ns,r=i.action,e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:EMPTY,a=arguments.length>2&&void 0!==arguments[2]?arguments[2]:\"\";a&&(r=Symbol.for(r.description.concat(a))),o(c,r),n[c][r].concat(n[c][ANY_ACTION]||[]).forEach(function(n){setTimeout(function(){n(e,{ns:c,action:r})})}),t[c][r].shift(),t[c][r].push(e)},subscribe:function(i,c){var r=i.ns,e=i.action,a=void 0===e?ANY_ACTION:e,s=!(arguments.length>2&&void 0!==arguments[2])||arguments[2],u=arguments.length>3&&void 0!==arguments[3]?arguments[3]:\"\";u&&(a=Symbol.for(a.description.concat(u))),o(r,a),n[r][a].push(c),s&&t[r][a].filter(function(n){return void 0!==n}).forEach(function(n){setTimeout(function(){c(n)})})},reset:function(){t={},n={}}}}();dispatcher.CACHE_SIZE=CACHE_SIZE,module.exports=dispatcher;\\n}, {}];\\nwindow.modules[\"3235\"] = [function(require,module,exports){\"use strict\";exports.decode=exports.parse=require(3450),exports.encode=exports.stringify=require(3451);\\n}, {\"3450\":3450,\"3451\":3451}];\\nwindow.modules[\"3242\"] = [function(require,module,exports){\"use strict\";var _interopRequireDefault=require(10),_defineProperty2=_interopRequireDefault(require(19));function ownKeys(e,r){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);r&&(o=o.filter(function(r){return Object.getOwnPropertyDescriptor(e,r).enumerable})),t.push.apply(t,o)}return t}function _objectSpread(e){for(var r=1;r<arguments.length;r++){var t=null!=arguments[r]?arguments[r]:{};r%2?ownKeys(Object(t),!0).forEach(function(r){(0,_defineProperty2.default)(e,r,t[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):ownKeys(Object(t)).forEach(function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(t,r))})}return e}var _require=require(32),stripEmail=_require.stripEmail,formatLoggingData=function(e){var r,t=e||{},o=t.status,i=t.data;return{status:o,data:null==i?void 0:null===(r=i.errors)||void 0===r?void 0:r.map(function(e){return _objectSpread(_objectSpread({},e),{},{message:stripEmail(e.message)})})}};module.exports.formatLoggingData=formatLoggingData;\\n}, {\"10\":10,\"19\":19,\"32\":32}];\\nwindow.modules[\"3261\"] = [function(require,module,exports){\"use strict\";const htmlTags=require(3425),basic=/\\\\s?<!doctype html>|(<html\\\\b[^>]*>|<body\\\\b[^>]*>|<x-[^>]+>)+/i,full=new RegExp(htmlTags.map(t=>`<${t}\\\\\\\\b[^>]*>`).join(\"|\"),\"i\");module.exports=(t=>basic.test(t)||full.test(t));\\n}, {\"3425\":3425}];\\nwindow.modules[\"3266\"] = [function(require,module,exports){(function (__filename){(function (){\\n\"use strict\";var log=require(34).setup({file:__filename});function validateElectionEvent(e){e||log(\"error\",\" no election event given\"),new RegExp(\"^[0-9]{8}$|^[0-9]{4}[A-Za-z]*$\").test(e)||log(\"error\",\"election event must have exactly 8 numbers OR be 4 numbers and a word like \\'primaries or \\'generals\\'\")}module.exports={validateElectionEvent:validateElectionEvent};\\n\\n}).call(this)}).call(this,\"/services/universal/politics/elections/validate-election-event.js\")}, {\"34\":34}];\\nwindow.modules[\"3267\"] = [function(require,module,exports){\"use strict\";var isFinite=require(3133),isString=require(303),isBoolean=require(3131);function propertyValue(r,e,i){var o,t;if(null==r||null===(o=r.trim)||void 0===o||null===(t=o.call(r))||void 0===t||!t.length)throw new Error(\"Invalid propertyId provided: (\".concat(r,\", \").concat(e,\")\"));if(!isValidPropertyValueArgs(r,e))throw new Error(\"Invalid propertyValue provided: (\".concat(r,\", \").concat(e,\")\"));return{\"@type\":\"PropertyValue\",propertyID:r,name:i||r,value:e}}function isValidPropertyValueArgs(r,e){return!!(isFinite(e)||isString(e)||isBoolean(e))}module.exports={isValidPropertyValueArgs:isValidPropertyValueArgs,propertyValue:propertyValue};\\n}, {\"303\":303,\"3131\":3131,\"3133\":3133}];\\nwindow.modules[\"3277\"] = [function(require,module,exports){\"function\"==typeof Object.create?module.exports=function(t,e){e&&(t.super_=e,t.prototype=Object.create(e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}))}:module.exports=function(t,e){if(e){t.super_=e;var o=function(){};o.prototype=e.prototype,t.prototype=new o,t.prototype.constructor=t}};\\n}, {}];\\nwindow.modules[\"3288\"] = [function(require,module,exports){\"use strict\";var getOwnPropertySymbols=Object.getOwnPropertySymbols,hasOwnProperty=Object.prototype.hasOwnProperty,propIsEnumerable=Object.prototype.propertyIsEnumerable;function toObject(e){if(null==e)throw new TypeError(\"Object.assign cannot be called with null or undefined\");return Object(e)}function shouldUseNative(){try{if(!Object.assign)return!1;var e=new String(\"abc\");if(e[5]=\"de\",\"5\"===Object.getOwnPropertyNames(e)[0])return!1;for(var r={},t=0;t<10;t++)r[\"_\"+String.fromCharCode(t)]=t;if(\"0123456789\"!==Object.getOwnPropertyNames(r).map(function(e){return r[e]}).join(\"\"))return!1;var n={};return\"abcdefghijklmnopqrst\".split(\"\").forEach(function(e){n[e]=e}),\"abcdefghijklmnopqrst\"===Object.keys(Object.assign({},n)).join(\"\")}catch(e){return!1}}module.exports=shouldUseNative()?Object.assign:function(e,r){for(var t,n,o=toObject(e),a=1;a<arguments.length;a++){for(var s in t=Object(arguments[a]))hasOwnProperty.call(t,s)&&(o[s]=t[s]);if(getOwnPropertySymbols){n=getOwnPropertySymbols(t);for(var c=0;c<n.length;c++)propIsEnumerable.call(t,n[c])&&(o[n[c]]=t[n[c]])}}return o};\\n}, {}];\\nwindow.modules[\"3289\"] = [function(require,module,exports){(function (process,global){(function (){\\nvar formatRegExp=/%[sdj%]/g;exports.format=function(e){if(!isString(e)){for(var r=[],t=0;t<arguments.length;t++)r.push(inspect(arguments[t]));return r.join(\" \")}t=1;for(var n=arguments,i=n.length,o=String(e).replace(formatRegExp,function(e){if(\"%%\"===e)return\"%\";if(t>=i)return e;switch(e){case\"%s\":return String(n[t++]);case\"%d\":return Number(n[t++]);case\"%j\":try{return JSON.stringify(n[t++])}catch(e){return\"[Circular]\"}default:return e}}),s=n[t];t<i;s=n[++t])isNull(s)||!isObject(s)?o+=\" \"+s:o+=\" \"+inspect(s);return o},exports.deprecate=function(e,r){if(isUndefined(global.process))return function(){return exports.deprecate(e,r).apply(this,arguments)};if(!0===process.noDeprecation)return e;var t=!1;return function(){if(!t){if(process.throwDeprecation)throw new Error(r);process.traceDeprecation?console.trace(r):console.error(r),t=!0}return e.apply(this,arguments)}};var debugEnviron,debugs={};function inspect(e,r){var t={seen:[],stylize:stylizeNoColor};return arguments.length>=3&&(t.depth=arguments[2]),arguments.length>=4&&(t.colors=arguments[3]),isBoolean(r)?t.showHidden=r:r&&exports._extend(t,r),isUndefined(t.showHidden)&&(t.showHidden=!1),isUndefined(t.depth)&&(t.depth=2),isUndefined(t.colors)&&(t.colors=!1),isUndefined(t.customInspect)&&(t.customInspect=!0),t.colors&&(t.stylize=stylizeWithColor),formatValue(t,e,t.depth)}function stylizeWithColor(e,r){var t=inspect.styles[r];return t?\"\\x1b[\"+inspect.colors[t][0]+\"m\"+e+\"\\x1b[\"+inspect.colors[t][1]+\"m\":e}function stylizeNoColor(e,r){return e}function arrayToHash(e){var r={};return e.forEach(function(e,t){r[e]=!0}),r}function formatValue(e,r,t){if(e.customInspect&&r&&isFunction(r.inspect)&&r.inspect!==exports.inspect&&(!r.constructor||r.constructor.prototype!==r)){var n=r.inspect(t,e);return isString(n)||(n=formatValue(e,n,t)),n}var i=formatPrimitive(e,r);if(i)return i;var o=Object.keys(r),s=arrayToHash(o);if(e.showHidden&&(o=Object.getOwnPropertyNames(r)),isError(r)&&(o.indexOf(\"message\")>=0||o.indexOf(\"description\")>=0))return formatError(r);if(0===o.length){if(isFunction(r)){var u=r.name?\": \"+r.name:\"\";return e.stylize(\"[Function\"+u+\"]\",\"special\")}if(isRegExp(r))return e.stylize(RegExp.prototype.toString.call(r),\"regexp\");if(isDate(r))return e.stylize(Date.prototype.toString.call(r),\"date\");if(isError(r))return formatError(r)}var c,a=\"\",l=!1,p=[\"{\",\"}\"];(isArray(r)&&(l=!0,p=[\"[\",\"]\"]),isFunction(r))&&(a=\" [Function\"+(r.name?\": \"+r.name:\"\")+\"]\");return isRegExp(r)&&(a=\" \"+RegExp.prototype.toString.call(r)),isDate(r)&&(a=\" \"+Date.prototype.toUTCString.call(r)),isError(r)&&(a=\" \"+formatError(r)),0!==o.length||l&&0!=r.length?t<0?isRegExp(r)?e.stylize(RegExp.prototype.toString.call(r),\"regexp\"):e.stylize(\"[Object]\",\"special\"):(e.seen.push(r),c=l?formatArray(e,r,t,s,o):o.map(function(n){return formatProperty(e,r,t,s,n,l)}),e.seen.pop(),reduceToSingleString(c,a,p)):p[0]+a+p[1]}function formatPrimitive(e,r){if(isUndefined(r))return e.stylize(\"undefined\",\"undefined\");if(isString(r)){var t=\"\\'\"+JSON.stringify(r).replace(/^\"|\"$/g,\"\").replace(/\\'/g,\"\\\\\\\\\\'\").replace(/\\\\\\\\\"/g,\\'\"\\')+\"\\'\";return e.stylize(t,\"string\")}return isNumber(r)?e.stylize(\"\"+r,\"number\"):isBoolean(r)?e.stylize(\"\"+r,\"boolean\"):isNull(r)?e.stylize(\"null\",\"null\"):void 0}function formatError(e){return\"[\"+Error.prototype.toString.call(e)+\"]\"}function formatArray(e,r,t,n,i){for(var o=[],s=0,u=r.length;s<u;++s)hasOwnProperty(r,String(s))?o.push(formatProperty(e,r,t,n,String(s),!0)):o.push(\"\");return i.forEach(function(i){i.match(/^\\\\d+$/)||o.push(formatProperty(e,r,t,n,i,!0))}),o}function formatProperty(e,r,t,n,i,o){var s,u,c;if((c=Object.getOwnPropertyDescriptor(r,i)||{value:r[i]}).get?u=c.set?e.stylize(\"[Getter/Setter]\",\"special\"):e.stylize(\"[Getter]\",\"special\"):c.set&&(u=e.stylize(\"[Setter]\",\"special\")),hasOwnProperty(n,i)||(s=\"[\"+i+\"]\"),u||(e.seen.indexOf(c.value)<0?(u=isNull(t)?formatValue(e,c.value,null):formatValue(e,c.value,t-1)).indexOf(\"\\\\n\")>-1&&(u=o?u.split(\"\\\\n\").map(function(e){return\" \"+e}).join(\"\\\\n\").substr(2):\"\\\\n\"+u.split(\"\\\\n\").map(function(e){return\" \"+e}).join(\"\\\\n\")):u=e.stylize(\"[Circular]\",\"special\")),isUndefined(s)){if(o&&i.match(/^\\\\d+$/))return u;(s=JSON.stringify(\"\"+i)).match(/^\"([a-zA-Z_][a-zA-Z_0-9]*)\"$/)?(s=s.substr(1,s.length-2),s=e.stylize(s,\"name\")):(s=s.replace(/\\'/g,\"\\\\\\\\\\'\").replace(/\\\\\\\\\"/g,\\'\"\\').replace(/(^\"|\"$)/g,\"\\'\"),s=e.stylize(s,\"string\"))}return s+\": \"+u}function reduceToSingleString(e,r,t){return e.reduce(function(e,r){return 0,r.indexOf(\"\\\\n\")>=0&&0,e+r.replace(/\\\\u001b\\\\[\\\\d\\\\d?m/g,\"\").length+1},0)>60?t[0]+(\"\"===r?\"\":r+\"\\\\n \")+\" \"+e.join(\",\\\\n \")+\" \"+t[1]:t[0]+r+\" \"+e.join(\", \")+\" \"+t[1]}function isArray(e){return Array.isArray(e)}function isBoolean(e){return\"boolean\"==typeof e}function isNull(e){return null===e}function isNullOrUndefined(e){return null==e}function isNumber(e){return\"number\"==typeof e}function isString(e){return\"string\"==typeof e}function isSymbol(e){return\"symbol\"==typeof e}function isUndefined(e){return void 0===e}function isRegExp(e){return isObject(e)&&\"[object RegExp]\"===objectToString(e)}function isObject(e){return\"object\"==typeof e&&null!==e}function isDate(e){return isObject(e)&&\"[object Date]\"===objectToString(e)}function isError(e){return isObject(e)&&(\"[object Error]\"===objectToString(e)||e instanceof Error)}function isFunction(e){return\"function\"==typeof e}function isPrimitive(e){return null===e||\"boolean\"==typeof e||\"number\"==typeof e||\"string\"==typeof e||\"symbol\"==typeof e||void 0===e}function objectToString(e){return Object.prototype.toString.call(e)}function pad(e){return e<10?\"0\"+e.toString(10):e.toString(10)}exports.debuglog=function(e){if(isUndefined(debugEnviron)&&(debugEnviron=window.process.env.NODE_DEBUG||\"\"),e=e.toUpperCase(),!debugs[e])if(new RegExp(\"\\\\\\\\b\"+e+\"\\\\\\\\b\",\"i\").test(debugEnviron)){var r=process.pid;debugs[e]=function(){var t=exports.format.apply(exports,arguments);console.error(\"%s %d: %s\",e,r,t)}}else debugs[e]=function(){};return debugs[e]},exports.inspect=inspect,inspect.colors={bold:[1,22],italic:[3,23],underline:[4,24],inverse:[7,27],white:[37,39],grey:[90,39],black:[30,39],blue:[34,39],cyan:[36,39],green:[32,39],magenta:[35,39],red:[31,39],yellow:[33,39]},inspect.styles={special:\"cyan\",number:\"yellow\",boolean:\"yellow\",undefined:\"grey\",null:\"bold\",string:\"green\",date:\"magenta\",regexp:\"red\"},exports.isArray=isArray,exports.isBoolean=isBoolean,exports.isNull=isNull,exports.isNullOrUndefined=isNullOrUndefined,exports.isNumber=isNumber,exports.isString=isString,exports.isSymbol=isSymbol,exports.isUndefined=isUndefined,exports.isRegExp=isRegExp,exports.isObject=isObject,exports.isDate=isDate,exports.isError=isError,exports.isFunction=isFunction,exports.isPrimitive=isPrimitive,exports.isBuffer=require(3291);var months=[\"Jan\",\"Feb\",\"Mar\",\"Apr\",\"May\",\"Jun\",\"Jul\",\"Aug\",\"Sep\",\"Oct\",\"Nov\",\"Dec\"];function timestamp(){var e=new Date,r=[pad(e.getHours()),pad(e.getMinutes()),pad(e.getSeconds())].join(\":\");return[e.getDate(),months[e.getMonth()],r].join(\" \")}function hasOwnProperty(e,r){return Object.prototype.hasOwnProperty.call(e,r)}exports.log=function(){console.log(\"%s - %s\",timestamp(),exports.format.apply(exports,arguments))},exports.inherits=require(3290),exports._extend=function(e,r){if(!r||!isObject(r))return e;for(var t=Object.keys(r),n=t.length;n--;)e[t[n]]=r[t[n]];return e};\\n\\n}).call(this)}).call(this,require(221),typeof global !== \"undefined\" ? global : typeof self !== \"undefined\" ? self : typeof window !== \"undefined\" ? window : {})}, {\"221\":221,\"3290\":3290,\"3291\":3291}];\\nwindow.modules[\"3290\"] = [function(require,module,exports){\"function\"==typeof Object.create?module.exports=function(t,e){t.super_=e,t.prototype=Object.create(e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}})}:module.exports=function(t,e){t.super_=e;var o=function(){};o.prototype=e.prototype,t.prototype=new o,t.prototype.constructor=t};\\n}, {}];\\nwindow.modules[\"3291\"] = [function(require,module,exports){module.exports=function(o){return o&&\"object\"==typeof o&&\"function\"==typeof o.copy&&\"function\"==typeof o.fill&&\"function\"==typeof o.readUInt8};\\n}, {}];\\nwindow.modules[\"3292\"] = [function(require,module,exports){\"use strict\";exports.byteLength=byteLength,exports.toByteArray=toByteArray,exports.fromByteArray=fromByteArray;for(var lookup=[],revLookup=[],Arr=\"undefined\"!=typeof Uint8Array?Uint8Array:Array,code=\"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/\",i=0,len=code.length;i<len;++i)lookup[i]=code[i],revLookup[code.charCodeAt(i)]=i;function getLens(o){var r=o.length;if(r%4>0)throw new Error(\"Invalid string. Length must be a multiple of 4\");var e=o.indexOf(\"=\");return-1===e&&(e=r),[e,e===r?0:4-e%4]}function byteLength(o){var r=getLens(o),e=r[0],t=r[1];return 3*(e+t)/4-t}function _byteLength(o,r,e){return 3*(r+e)/4-e}function toByteArray(o){var r,e,t=getLens(o),n=t[0],u=t[1],p=new Arr(_byteLength(o,n,u)),a=0,h=u>0?n-4:n;for(e=0;e<h;e+=4)r=revLookup[o.charCodeAt(e)]<<18|revLookup[o.charCodeAt(e+1)]<<12|revLookup[o.charCodeAt(e+2)]<<6|revLookup[o.charCodeAt(e+3)],p[a++]=r>>16&255,p[a++]=r>>8&255,p[a++]=255&r;return 2===u&&(r=revLookup[o.charCodeAt(e)]<<2|revLookup[o.charCodeAt(e+1)]>>4,p[a++]=255&r),1===u&&(r=revLookup[o.charCodeAt(e)]<<10|revLookup[o.charCodeAt(e+1)]<<4|revLookup[o.charCodeAt(e+2)]>>2,p[a++]=r>>8&255,p[a++]=255&r),p}function tripletToBase64(o){return lookup[o>>18&63]+lookup[o>>12&63]+lookup[o>>6&63]+lookup[63&o]}function encodeChunk(o,r,e){for(var t,n=[],u=r;u<e;u+=3)t=(o[u]<<16&16711680)+(o[u+1]<<8&65280)+(255&o[u+2]),n.push(tripletToBase64(t));return n.join(\"\")}function fromByteArray(o){for(var r,e=o.length,t=e%3,n=[],u=0,p=e-t;u<p;u+=16383)n.push(encodeChunk(o,u,u+16383>p?p:u+16383));return 1===t?(r=o[e-1],n.push(lookup[r>>2]+lookup[r<<4&63]+\"==\")):2===t&&(r=(o[e-2]<<8)+o[e-1],n.push(lookup[r>>10]+lookup[r>>4&63]+lookup[r<<2&63]+\"=\")),n.join(\"\")}revLookup[\"-\".charCodeAt(0)]=62,revLookup[\"_\".charCodeAt(0)]=63;\\n}, {}];\\nwindow.modules[\"3296\"] = [function(require,module,exports){var buffer=require(161),Buffer=buffer.Buffer;function copyProps(f,e){for(var r in f)e[r]=f[r]}function SafeBuffer(f,e,r){return Buffer(f,e,r)}Buffer.from&&Buffer.alloc&&Buffer.allocUnsafe&&Buffer.allocUnsafeSlow?module.exports=buffer:(copyProps(buffer,exports),exports.Buffer=SafeBuffer),SafeBuffer.prototype=Object.create(Buffer.prototype),copyProps(Buffer,SafeBuffer),SafeBuffer.from=function(f,e,r){if(\"number\"==typeof f)throw new TypeError(\"Argument must not be a number\");return Buffer(f,e,r)},SafeBuffer.alloc=function(f,e,r){if(\"number\"!=typeof f)throw new TypeError(\"Argument must be a number\");var u=Buffer(f);return void 0!==e?\"string\"==typeof r?u.fill(e,r):u.fill(e):u.fill(0),u},SafeBuffer.allocUnsafe=function(f){if(\"number\"!=typeof f)throw new TypeError(\"Argument must be a number\");return Buffer(f)},SafeBuffer.allocUnsafeSlow=function(f){if(\"number\"!=typeof f)throw new TypeError(\"Argument must be a number\");return buffer.SlowBuffer(f)};\\n}, {\"161\":161}];\\nwindow.modules[\"3339\"] = [function(require,module,exports){var objectCreate=Object.create||objectCreatePolyfill,objectKeys=Object.keys||objectKeysPolyfill,bind=Function.prototype.bind||functionBindPolyfill;function EventEmitter(){this._events&&Object.prototype.hasOwnProperty.call(this,\"_events\")||(this._events=objectCreate(null),this._eventsCount=0),this._maxListeners=this._maxListeners||void 0}module.exports=EventEmitter,EventEmitter.EventEmitter=EventEmitter,EventEmitter.prototype._events=void 0,EventEmitter.prototype._maxListeners=void 0;var hasDefineProperty,defaultMaxListeners=10;try{var o={};Object.defineProperty&&Object.defineProperty(o,\"x\",{value:0}),hasDefineProperty=0===o.x}catch(e){hasDefineProperty=!1}function $getMaxListeners(e){return void 0===e._maxListeners?EventEmitter.defaultMaxListeners:e._maxListeners}function emitNone(e,t,n){if(t)e.call(n);else for(var r=e.length,i=arrayClone(e,r),s=0;s<r;++s)i[s].call(n)}function emitOne(e,t,n,r){if(t)e.call(n,r);else for(var i=e.length,s=arrayClone(e,i),o=0;o<i;++o)s[o].call(n,r)}function emitTwo(e,t,n,r,i){if(t)e.call(n,r,i);else for(var s=e.length,o=arrayClone(e,s),a=0;a<s;++a)o[a].call(n,r,i)}function emitThree(e,t,n,r,i,s){if(t)e.call(n,r,i,s);else for(var o=e.length,a=arrayClone(e,o),l=0;l<o;++l)a[l].call(n,r,i,s)}function emitMany(e,t,n,r){if(t)e.apply(n,r);else for(var i=e.length,s=arrayClone(e,i),o=0;o<i;++o)s[o].apply(n,r)}function _addListener(e,t,n,r){var i,s,o;if(\"function\"!=typeof n)throw new TypeError(\\'\"listener\" argument must be a function\\');if((s=e._events)?(s.newListener&&(e.emit(\"newListener\",t,n.listener?n.listener:n),s=e._events),o=s[t]):(s=e._events=objectCreate(null),e._eventsCount=0),o){if(\"function\"==typeof o?o=s[t]=r?[n,o]:[o,n]:r?o.unshift(n):o.push(n),!o.warned&&(i=$getMaxListeners(e))&&i>0&&o.length>i){o.warned=!0;var a=new Error(\"Possible EventEmitter memory leak detected. \"+o.length+\\' \"\\'+String(t)+\\'\" listeners added. Use emitter.setMaxListeners() to increase limit.\\');a.name=\"MaxListenersExceededWarning\",a.emitter=e,a.type=t,a.count=o.length,\"object\"==typeof console&&console.warn&&console.warn(\"%s: %s\",a.name,a.message)}}else o=s[t]=n,++e._eventsCount;return e}function onceWrapper(){if(!this.fired)switch(this.target.removeListener(this.type,this.wrapFn),this.fired=!0,arguments.length){case 0:return this.listener.call(this.target);case 1:return this.listener.call(this.target,arguments[0]);case 2:return this.listener.call(this.target,arguments[0],arguments[1]);case 3:return this.listener.call(this.target,arguments[0],arguments[1],arguments[2]);default:for(var e=new Array(arguments.length),t=0;t<e.length;++t)e[t]=arguments[t];this.listener.apply(this.target,e)}}function _onceWrap(e,t,n){var r={fired:!1,wrapFn:void 0,target:e,type:t,listener:n},i=bind.call(onceWrapper,r);return i.listener=n,r.wrapFn=i,i}function _listeners(e,t,n){var r=e._events;if(!r)return[];var i=r[t];return i?\"function\"==typeof i?n?[i.listener||i]:[i]:n?unwrapListeners(i):arrayClone(i,i.length):[]}function listenerCount(e){var t=this._events;if(t){var n=t[e];if(\"function\"==typeof n)return 1;if(n)return n.length}return 0}function spliceOne(e,t){for(var n=t,r=n+1,i=e.length;r<i;n+=1,r+=1)e[n]=e[r];e.pop()}function arrayClone(e,t){for(var n=new Array(t),r=0;r<t;++r)n[r]=e[r];return n}function unwrapListeners(e){for(var t=new Array(e.length),n=0;n<t.length;++n)t[n]=e[n].listener||e[n];return t}function objectCreatePolyfill(e){var t=function(){};return t.prototype=e,new t}function objectKeysPolyfill(e){var t=[];for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.push(n);return n}function functionBindPolyfill(e){var t=this;return function(){return t.apply(e,arguments)}}hasDefineProperty?Object.defineProperty(EventEmitter,\"defaultMaxListeners\",{enumerable:!0,get:function(){return defaultMaxListeners},set:function(e){if(\"number\"!=typeof e||e<0||e!=e)throw new TypeError(\\'\"defaultMaxListeners\" must be a positive number\\');defaultMaxListeners=e}}):EventEmitter.defaultMaxListeners=defaultMaxListeners,EventEmitter.prototype.setMaxListeners=function(e){if(\"number\"!=typeof e||e<0||isNaN(e))throw new TypeError(\\'\"n\" argument must be a positive number\\');return this._maxListeners=e,this},EventEmitter.prototype.getMaxListeners=function(){return $getMaxListeners(this)},EventEmitter.prototype.emit=function(e){var t,n,r,i,s,o,a=\"error\"===e;if(o=this._events)a=a&&null==o.error;else if(!a)return!1;if(a){if(arguments.length>1&&(t=arguments[1]),t instanceof Error)throw t;var l=new Error(\\'Unhandled \"error\" event. (\\'+t+\")\");throw l.context=t,l}if(!(n=o[e]))return!1;var u=\"function\"==typeof n;switch(r=arguments.length){case 1:emitNone(n,u,this);break;case 2:emitOne(n,u,this,arguments[1]);break;case 3:emitTwo(n,u,this,arguments[1],arguments[2]);break;case 4:emitThree(n,u,this,arguments[1],arguments[2],arguments[3]);break;default:for(i=new Array(r-1),s=1;s<r;s++)i[s-1]=arguments[s];emitMany(n,u,this,i)}return!0},EventEmitter.prototype.addListener=function(e,t){return _addListener(this,e,t,!1)},EventEmitter.prototype.on=EventEmitter.prototype.addListener,EventEmitter.prototype.prependListener=function(e,t){return _addListener(this,e,t,!0)},EventEmitter.prototype.once=function(e,t){if(\"function\"!=typeof t)throw new TypeError(\\'\"listener\" argument must be a function\\');return this.on(e,_onceWrap(this,e,t)),this},EventEmitter.prototype.prependOnceListener=function(e,t){if(\"function\"!=typeof t)throw new TypeError(\\'\"listener\" argument must be a function\\');return this.prependListener(e,_onceWrap(this,e,t)),this},EventEmitter.prototype.removeListener=function(e,t){var n,r,i,s,o;if(\"function\"!=typeof t)throw new TypeError(\\'\"listener\" argument must be a function\\');if(!(r=this._events))return this;if(!(n=r[e]))return this;if(n===t||n.listener===t)0==--this._eventsCount?this._events=objectCreate(null):(delete r[e],r.removeListener&&this.emit(\"removeListener\",e,n.listener||t));else if(\"function\"!=typeof n){for(i=-1,s=n.length-1;s>=0;s--)if(n[s]===t||n[s].listener===t){o=n[s].listener,i=s;break}if(i<0)return this;0===i?n.shift():spliceOne(n,i),1===n.length&&(r[e]=n[0]),r.removeListener&&this.emit(\"removeListener\",e,o||t)}return this},EventEmitter.prototype.removeAllListeners=function(e){var t,n,r;if(!(n=this._events))return this;if(!n.removeListener)return 0===arguments.length?(this._events=objectCreate(null),this._eventsCount=0):n[e]&&(0==--this._eventsCount?this._events=objectCreate(null):delete n[e]),this;if(0===arguments.length){var i,s=objectKeys(n);for(r=0;r<s.length;++r)\"removeListener\"!==(i=s[r])&&this.removeAllListeners(i);return this.removeAllListeners(\"removeListener\"),this._events=objectCreate(null),this._eventsCount=0,this}if(\"function\"==typeof(t=n[e]))this.removeListener(e,t);else if(t)for(r=t.length-1;r>=0;r--)this.removeListener(e,t[r]);return this},EventEmitter.prototype.listeners=function(e){return _listeners(this,e,!0)},EventEmitter.prototype.rawListeners=function(e){return _listeners(this,e,!1)},EventEmitter.listenerCount=function(e,t){return\"function\"==typeof e.listenerCount?e.listenerCount(t):listenerCount.call(e,t)},EventEmitter.prototype.listenerCount=listenerCount,EventEmitter.prototype.eventNames=function(){return this._eventsCount>0?Reflect.ownKeys(this._events):[]};\\n}, {}];\\nwindow.modules[\"3346\"] = [function(require,module,exports){(function (global){(function (){\\nfunction deprecate(r,e){if(config(\"noDeprecation\"))return r;var o=!1;return function(){if(!o){if(config(\"throwDeprecation\"))throw new Error(e);config(\"traceDeprecation\")?console.trace(e):console.warn(e),o=!0}return r.apply(this,arguments)}}function config(r){try{if(!global.localStorage)return!1}catch(r){return!1}var e=global.localStorage[r];return null!=e&&\"true\"===String(e).toLowerCase()}module.exports=deprecate;\\n\\n}).call(this)}).call(this,typeof global !== \"undefined\" ? global : typeof self !== \"undefined\" ? self : typeof window !== \"undefined\" ? window : {})}, {}];\\nwindow.modules[\"3349\"] = [function(require,module,exports){(function (process,Buffer){(function (){\\n\"use strict\";var assert=require(1983),Zstream=require(3350),zlib_deflate=require(3352),zlib_inflate=require(3353),constants=require(3351);for(var key in constants)exports[key]=constants[key];exports.NONE=0,exports.DEFLATE=1,exports.INFLATE=2,exports.GZIP=3,exports.GUNZIP=4,exports.DEFLATERAW=5,exports.INFLATERAW=6,exports.UNZIP=7;var GZIP_HEADER_ID1=31,GZIP_HEADER_ID2=139;function Zlib(t){if(\"number\"!=typeof t||t<exports.DEFLATE||t>exports.UNZIP)throw new TypeError(\"Bad argument\");this.dictionary=null,this.err=0,this.flush=0,this.init_done=!1,this.level=0,this.memLevel=0,this.mode=t,this.strategy=0,this.windowBits=0,this.write_in_progress=!1,this.pending_close=!1,this.gzip_id_bytes_read=0}Zlib.prototype.close=function(){this.write_in_progress?this.pending_close=!0:(this.pending_close=!1,assert(this.init_done,\"close before init\"),assert(this.mode<=exports.UNZIP),this.mode===exports.DEFLATE||this.mode===exports.GZIP||this.mode===exports.DEFLATERAW?zlib_deflate.deflateEnd(this.strm):this.mode!==exports.INFLATE&&this.mode!==exports.GUNZIP&&this.mode!==exports.INFLATERAW&&this.mode!==exports.UNZIP||zlib_inflate.inflateEnd(this.strm),this.mode=exports.NONE,this.dictionary=null)},Zlib.prototype.write=function(t,e,s,i,r,o,n){return this._write(!0,t,e,s,i,r,o,n)},Zlib.prototype.writeSync=function(t,e,s,i,r,o,n){return this._write(!1,t,e,s,i,r,o,n)},Zlib.prototype._write=function(t,e,s,i,r,o,n,h){if(assert.equal(arguments.length,8),assert(this.init_done,\"write before init\"),assert(this.mode!==exports.NONE,\"already finalized\"),assert.equal(!1,this.write_in_progress,\"write already in progress\"),assert.equal(!1,this.pending_close,\"close is pending\"),this.write_in_progress=!0,assert.equal(!1,void 0===e,\"must provide flush value\"),this.write_in_progress=!0,e!==exports.Z_NO_FLUSH&&e!==exports.Z_PARTIAL_FLUSH&&e!==exports.Z_SYNC_FLUSH&&e!==exports.Z_FULL_FLUSH&&e!==exports.Z_FINISH&&e!==exports.Z_BLOCK)throw new Error(\"Invalid flush value\");if(null==s&&(s=Buffer.alloc(0),r=0,i=0),this.strm.avail_in=r,this.strm.input=s,this.strm.next_in=i,this.strm.avail_out=h,this.strm.output=o,this.strm.next_out=n,this.flush=e,!t)return this._process(),this._checkError()?this._afterSync():void 0;var a=this;return process.nextTick(function(){a._process(),a._after()}),this},Zlib.prototype._afterSync=function(){var t=this.strm.avail_out,e=this.strm.avail_in;return this.write_in_progress=!1,[e,t]},Zlib.prototype._process=function(){var t=null;switch(this.mode){case exports.DEFLATE:case exports.GZIP:case exports.DEFLATERAW:this.err=zlib_deflate.deflate(this.strm,this.flush);break;case exports.UNZIP:switch(this.strm.avail_in>0&&(t=this.strm.next_in),this.gzip_id_bytes_read){case 0:if(null===t)break;if(this.strm.input[t]!==GZIP_HEADER_ID1){this.mode=exports.INFLATE;break}if(this.gzip_id_bytes_read=1,t++,1===this.strm.avail_in)break;case 1:if(null===t)break;this.strm.input[t]===GZIP_HEADER_ID2?(this.gzip_id_bytes_read=2,this.mode=exports.GUNZIP):this.mode=exports.INFLATE;break;default:throw new Error(\"invalid number of gzip magic number bytes read\")}case exports.INFLATE:case exports.GUNZIP:case exports.INFLATERAW:for(this.err=zlib_inflate.inflate(this.strm,this.flush),this.err===exports.Z_NEED_DICT&&this.dictionary&&(this.err=zlib_inflate.inflateSetDictionary(this.strm,this.dictionary),this.err===exports.Z_OK?this.err=zlib_inflate.inflate(this.strm,this.flush):this.err===exports.Z_DATA_ERROR&&(this.err=exports.Z_NEED_DICT));this.strm.avail_in>0&&this.mode===exports.GUNZIP&&this.err===exports.Z_STREAM_END&&0!==this.strm.next_in[0];)this.reset(),this.err=zlib_inflate.inflate(this.strm,this.flush);break;default:throw new Error(\"Unknown mode \"+this.mode)}},Zlib.prototype._checkError=function(){switch(this.err){case exports.Z_OK:case exports.Z_BUF_ERROR:if(0!==this.strm.avail_out&&this.flush===exports.Z_FINISH)return this._error(\"unexpected end of file\"),!1;break;case exports.Z_STREAM_END:break;case exports.Z_NEED_DICT:return null==this.dictionary?this._error(\"Missing dictionary\"):this._error(\"Bad dictionary\"),!1;default:return this._error(\"Zlib error\"),!1}return!0},Zlib.prototype._after=function(){if(this._checkError()){var t=this.strm.avail_out,e=this.strm.avail_in;this.write_in_progress=!1,this.callback(e,t),this.pending_close&&this.close()}},Zlib.prototype._error=function(t){this.strm.msg&&(t=this.strm.msg),this.onerror(t,this.err),this.write_in_progress=!1,this.pending_close&&this.close()},Zlib.prototype.init=function(t,e,s,i,r){assert(4===arguments.length||5===arguments.length,\"init(windowBits, level, memLevel, strategy, [dictionary])\"),assert(t>=8&&t<=15,\"invalid windowBits\"),assert(e>=-1&&e<=9,\"invalid compression level\"),assert(s>=1&&s<=9,\"invalid memlevel\"),assert(i===exports.Z_FILTERED||i===exports.Z_HUFFMAN_ONLY||i===exports.Z_RLE||i===exports.Z_FIXED||i===exports.Z_DEFAULT_STRATEGY,\"invalid strategy\"),this._init(e,t,s,i,r),this._setDictionary()},Zlib.prototype.params=function(){throw new Error(\"deflateParams Not supported\")},Zlib.prototype.reset=function(){this._reset(),this._setDictionary()},Zlib.prototype._init=function(t,e,s,i,r){switch(this.level=t,this.windowBits=e,this.memLevel=s,this.strategy=i,this.flush=exports.Z_NO_FLUSH,this.err=exports.Z_OK,this.mode!==exports.GZIP&&this.mode!==exports.GUNZIP||(this.windowBits+=16),this.mode===exports.UNZIP&&(this.windowBits+=32),this.mode!==exports.DEFLATERAW&&this.mode!==exports.INFLATERAW||(this.windowBits=-1*this.windowBits),this.strm=new Zstream,this.mode){case exports.DEFLATE:case exports.GZIP:case exports.DEFLATERAW:this.err=zlib_deflate.deflateInit2(this.strm,this.level,exports.Z_DEFLATED,this.windowBits,this.memLevel,this.strategy);break;case exports.INFLATE:case exports.GUNZIP:case exports.INFLATERAW:case exports.UNZIP:this.err=zlib_inflate.inflateInit2(this.strm,this.windowBits);break;default:throw new Error(\"Unknown mode \"+this.mode)}this.err!==exports.Z_OK&&this._error(\"Init error\"),this.dictionary=r,this.write_in_progress=!1,this.init_done=!0},Zlib.prototype._setDictionary=function(){if(null!=this.dictionary){switch(this.err=exports.Z_OK,this.mode){case exports.DEFLATE:case exports.DEFLATERAW:this.err=zlib_deflate.deflateSetDictionary(this.strm,this.dictionary)}this.err!==exports.Z_OK&&this._error(\"Failed to set dictionary\")}},Zlib.prototype._reset=function(){switch(this.err=exports.Z_OK,this.mode){case exports.DEFLATE:case exports.DEFLATERAW:case exports.GZIP:this.err=zlib_deflate.deflateReset(this.strm);break;case exports.INFLATE:case exports.INFLATERAW:case exports.GUNZIP:this.err=zlib_inflate.inflateReset(this.strm)}this.err!==exports.Z_OK&&this._error(\"Failed to reset stream\")},exports.Zlib=Zlib;\\n\\n}).call(this)}).call(this,require(221),require(161).Buffer)}, {\"161\":161,\"221\":221,\"1983\":1983,\"3350\":3350,\"3351\":3351,\"3352\":3352,\"3353\":3353}];\\nwindow.modules[\"3350\"] = [function(require,module,exports){\"use strict\";function ZStream(){this.input=null,this.next_in=0,this.avail_in=0,this.total_in=0,this.output=null,this.next_out=0,this.avail_out=0,this.total_out=0,this.msg=\"\",this.state=null,this.data_type=2,this.adler=0}module.exports=ZStream;\\n}, {}];\\nwindow.modules[\"3351\"] = [function(require,module,exports){\"use strict\";module.exports={Z_NO_FLUSH:0,Z_PARTIAL_FLUSH:1,Z_SYNC_FLUSH:2,Z_FULL_FLUSH:3,Z_FINISH:4,Z_BLOCK:5,Z_TREES:6,Z_OK:0,Z_STREAM_END:1,Z_NEED_DICT:2,Z_ERRNO:-1,Z_STREAM_ERROR:-2,Z_DATA_ERROR:-3,Z_BUF_ERROR:-5,Z_NO_COMPRESSION:0,Z_BEST_SPEED:1,Z_BEST_COMPRESSION:9,Z_DEFAULT_COMPRESSION:-1,Z_FILTERED:1,Z_HUFFMAN_ONLY:2,Z_RLE:3,Z_FIXED:4,Z_DEFAULT_STRATEGY:0,Z_BINARY:0,Z_TEXT:1,Z_UNKNOWN:2,Z_DEFLATED:8};\\n}, {}];\\nwindow.modules[\"3352\"] = [function(require,module,exports){\"use strict\";var configuration_table,utils=require(3427),trees=require(3431),adler32=require(3428),crc32=require(3429),msg=require(3430),Z_NO_FLUSH=0,Z_PARTIAL_FLUSH=1,Z_FULL_FLUSH=3,Z_FINISH=4,Z_BLOCK=5,Z_OK=0,Z_STREAM_END=1,Z_STREAM_ERROR=-2,Z_DATA_ERROR=-3,Z_BUF_ERROR=-5,Z_DEFAULT_COMPRESSION=-1,Z_FILTERED=1,Z_HUFFMAN_ONLY=2,Z_RLE=3,Z_FIXED=4,Z_DEFAULT_STRATEGY=0,Z_UNKNOWN=2,Z_DEFLATED=8,MAX_MEM_LEVEL=9,MAX_WBITS=15,DEF_MEM_LEVEL=8,LENGTH_CODES=29,LITERALS=256,L_CODES=LITERALS+1+LENGTH_CODES,D_CODES=30,BL_CODES=19,HEAP_SIZE=2*L_CODES+1,MAX_BITS=15,MIN_MATCH=3,MAX_MATCH=258,MIN_LOOKAHEAD=MAX_MATCH+MIN_MATCH+1,PRESET_DICT=32,INIT_STATE=42,EXTRA_STATE=69,NAME_STATE=73,COMMENT_STATE=91,HCRC_STATE=103,BUSY_STATE=113,FINISH_STATE=666,BS_NEED_MORE=1,BS_BLOCK_DONE=2,BS_FINISH_STARTED=3,BS_FINISH_DONE=4,OS_CODE=3;function err(t,e){return t.msg=msg[e],e}function rank(t){return(t<<1)-(t>4?9:0)}function zero(t){for(var e=t.length;--e>=0;)t[e]=0}function flush_pending(t){var e=t.state,_=e.pending;_>t.avail_out&&(_=t.avail_out),0!==_&&(utils.arraySet(t.output,e.pending_buf,e.pending_out,_,t.next_out),t.next_out+=_,e.pending_out+=_,t.total_out+=_,t.avail_out-=_,e.pending-=_,0===e.pending&&(e.pending_out=0))}function flush_block_only(t,e){trees._tr_flush_block(t,t.block_start>=0?t.block_start:-1,t.strstart-t.block_start,e),t.block_start=t.strstart,flush_pending(t.strm)}function put_byte(t,e){t.pending_buf[t.pending++]=e}function putShortMSB(t,e){t.pending_buf[t.pending++]=e>>>8&255,t.pending_buf[t.pending++]=255&e}function read_buf(t,e,_,a){var s=t.avail_in;return s>a&&(s=a),0===s?0:(t.avail_in-=s,utils.arraySet(e,t.input,t.next_in,s,_),1===t.state.wrap?t.adler=adler32(t.adler,e,s,_):2===t.state.wrap&&(t.adler=crc32(t.adler,e,s,_)),t.next_in+=s,t.total_in+=s,s)}function longest_match(t,e){var _,a,s=t.max_chain_length,i=t.strstart,n=t.prev_length,r=t.nice_match,l=t.strstart>t.w_size-MIN_LOOKAHEAD?t.strstart-(t.w_size-MIN_LOOKAHEAD):0,h=t.window,o=t.w_mask,d=t.prev,u=t.strstart+MAX_MATCH,f=h[i+n-1],E=h[i+n];t.prev_length>=t.good_match&&(s>>=2),r>t.lookahead&&(r=t.lookahead);do{if(h[(_=e)+n]===E&&h[_+n-1]===f&&h[_]===h[i]&&h[++_]===h[i+1]){i+=2,_++;do{}while(h[++i]===h[++_]&&h[++i]===h[++_]&&h[++i]===h[++_]&&h[++i]===h[++_]&&h[++i]===h[++_]&&h[++i]===h[++_]&&h[++i]===h[++_]&&h[++i]===h[++_]&&i<u);if(a=MAX_MATCH-(u-i),i=u-MAX_MATCH,a>n){if(t.match_start=e,n=a,a>=r)break;f=h[i+n-1],E=h[i+n]}}}while((e=d[e&o])>l&&0!=--s);return n<=t.lookahead?n:t.lookahead}function fill_window(t){var e,_,a,s,i,n=t.w_size;do{if(s=t.window_size-t.lookahead-t.strstart,t.strstart>=n+(n-MIN_LOOKAHEAD)){utils.arraySet(t.window,t.window,n,n,0),t.match_start-=n,t.strstart-=n,t.block_start-=n,e=_=t.hash_size;do{a=t.head[--e],t.head[e]=a>=n?a-n:0}while(--_);e=_=n;do{a=t.prev[--e],t.prev[e]=a>=n?a-n:0}while(--_);s+=n}if(0===t.strm.avail_in)break;if(_=read_buf(t.strm,t.window,t.strstart+t.lookahead,s),t.lookahead+=_,t.lookahead+t.insert>=MIN_MATCH)for(i=t.strstart-t.insert,t.ins_h=t.window[i],t.ins_h=(t.ins_h<<t.hash_shift^t.window[i+1])&t.hash_mask;t.insert&&(t.ins_h=(t.ins_h<<t.hash_shift^t.window[i+MIN_MATCH-1])&t.hash_mask,t.prev[i&t.w_mask]=t.head[t.ins_h],t.head[t.ins_h]=i,i++,t.insert--,!(t.lookahead+t.insert<MIN_MATCH)););}while(t.lookahead<MIN_LOOKAHEAD&&0!==t.strm.avail_in)}function deflate_stored(t,e){var _=65535;for(_>t.pending_buf_size-5&&(_=t.pending_buf_size-5);;){if(t.lookahead<=1){if(fill_window(t),0===t.lookahead&&e===Z_NO_FLUSH)return BS_NEED_MORE;if(0===t.lookahead)break}t.strstart+=t.lookahead,t.lookahead=0;var a=t.block_start+_;if((0===t.strstart||t.strstart>=a)&&(t.lookahead=t.strstart-a,t.strstart=a,flush_block_only(t,!1),0===t.strm.avail_out))return BS_NEED_MORE;if(t.strstart-t.block_start>=t.w_size-MIN_LOOKAHEAD&&(flush_block_only(t,!1),0===t.strm.avail_out))return BS_NEED_MORE}return t.insert=0,e===Z_FINISH?(flush_block_only(t,!0),0===t.strm.avail_out?BS_FINISH_STARTED:BS_FINISH_DONE):(t.strstart>t.block_start&&(flush_block_only(t,!1),t.strm.avail_out),BS_NEED_MORE)}function deflate_fast(t,e){for(var _,a;;){if(t.lookahead<MIN_LOOKAHEAD){if(fill_window(t),t.lookahead<MIN_LOOKAHEAD&&e===Z_NO_FLUSH)return BS_NEED_MORE;if(0===t.lookahead)break}if(_=0,t.lookahead>=MIN_MATCH&&(t.ins_h=(t.ins_h<<t.hash_shift^t.window[t.strstart+MIN_MATCH-1])&t.hash_mask,_=t.prev[t.strstart&t.w_mask]=t.head[t.ins_h],t.head[t.ins_h]=t.strstart),0!==_&&t.strstart-_<=t.w_size-MIN_LOOKAHEAD&&(t.match_length=longest_match(t,_)),t.match_length>=MIN_MATCH)if(a=trees._tr_tally(t,t.strstart-t.match_start,t.match_length-MIN_MATCH),t.lookahead-=t.match_length,t.match_length<=t.max_lazy_match&&t.lookahead>=MIN_MATCH){t.match_length--;do{t.strstart++,t.ins_h=(t.ins_h<<t.hash_shift^t.window[t.strstart+MIN_MATCH-1])&t.hash_mask,_=t.prev[t.strstart&t.w_mask]=t.head[t.ins_h],t.head[t.ins_h]=t.strstart}while(0!=--t.match_length);t.strstart++}else t.strstart+=t.match_length,t.match_length=0,t.ins_h=t.window[t.strstart],t.ins_h=(t.ins_h<<t.hash_shift^t.window[t.strstart+1])&t.hash_mask;else a=trees._tr_tally(t,0,t.window[t.strstart]),t.lookahead--,t.strstart++;if(a&&(flush_block_only(t,!1),0===t.strm.avail_out))return BS_NEED_MORE}return t.insert=t.strstart<MIN_MATCH-1?t.strstart:MIN_MATCH-1,e===Z_FINISH?(flush_block_only(t,!0),0===t.strm.avail_out?BS_FINISH_STARTED:BS_FINISH_DONE):t.last_lit&&(flush_block_only(t,!1),0===t.strm.avail_out)?BS_NEED_MORE:BS_BLOCK_DONE}function deflate_slow(t,e){for(var _,a,s;;){if(t.lookahead<MIN_LOOKAHEAD){if(fill_window(t),t.lookahead<MIN_LOOKAHEAD&&e===Z_NO_FLUSH)return BS_NEED_MORE;if(0===t.lookahead)break}if(_=0,t.lookahead>=MIN_MATCH&&(t.ins_h=(t.ins_h<<t.hash_shift^t.window[t.strstart+MIN_MATCH-1])&t.hash_mask,_=t.prev[t.strstart&t.w_mask]=t.head[t.ins_h],t.head[t.ins_h]=t.strstart),t.prev_length=t.match_length,t.prev_match=t.match_start,t.match_length=MIN_MATCH-1,0!==_&&t.prev_length<t.max_lazy_match&&t.strstart-_<=t.w_size-MIN_LOOKAHEAD&&(t.match_length=longest_match(t,_),t.match_length<=5&&(t.strategy===Z_FILTERED||t.match_length===MIN_MATCH&&t.strstart-t.match_start>4096)&&(t.match_length=MIN_MATCH-1)),t.prev_length>=MIN_MATCH&&t.match_length<=t.prev_length){s=t.strstart+t.lookahead-MIN_MATCH,a=trees._tr_tally(t,t.strstart-1-t.prev_match,t.prev_length-MIN_MATCH),t.lookahead-=t.prev_length-1,t.prev_length-=2;do{++t.strstart<=s&&(t.ins_h=(t.ins_h<<t.hash_shift^t.window[t.strstart+MIN_MATCH-1])&t.hash_mask,_=t.prev[t.strstart&t.w_mask]=t.head[t.ins_h],t.head[t.ins_h]=t.strstart)}while(0!=--t.prev_length);if(t.match_available=0,t.match_length=MIN_MATCH-1,t.strstart++,a&&(flush_block_only(t,!1),0===t.strm.avail_out))return BS_NEED_MORE}else if(t.match_available){if((a=trees._tr_tally(t,0,t.window[t.strstart-1]))&&flush_block_only(t,!1),t.strstart++,t.lookahead--,0===t.strm.avail_out)return BS_NEED_MORE}else t.match_available=1,t.strstart++,t.lookahead--}return t.match_available&&(a=trees._tr_tally(t,0,t.window[t.strstart-1]),t.match_available=0),t.insert=t.strstart<MIN_MATCH-1?t.strstart:MIN_MATCH-1,e===Z_FINISH?(flush_block_only(t,!0),0===t.strm.avail_out?BS_FINISH_STARTED:BS_FINISH_DONE):t.last_lit&&(flush_block_only(t,!1),0===t.strm.avail_out)?BS_NEED_MORE:BS_BLOCK_DONE}function deflate_rle(t,e){for(var _,a,s,i,n=t.window;;){if(t.lookahead<=MAX_MATCH){if(fill_window(t),t.lookahead<=MAX_MATCH&&e===Z_NO_FLUSH)return BS_NEED_MORE;if(0===t.lookahead)break}if(t.match_length=0,t.lookahead>=MIN_MATCH&&t.strstart>0&&(a=n[s=t.strstart-1])===n[++s]&&a===n[++s]&&a===n[++s]){i=t.strstart+MAX_MATCH;do{}while(a===n[++s]&&a===n[++s]&&a===n[++s]&&a===n[++s]&&a===n[++s]&&a===n[++s]&&a===n[++s]&&a===n[++s]&&s<i);t.match_length=MAX_MATCH-(i-s),t.match_length>t.lookahead&&(t.match_length=t.lookahead)}if(t.match_length>=MIN_MATCH?(_=trees._tr_tally(t,1,t.match_length-MIN_MATCH),t.lookahead-=t.match_length,t.strstart+=t.match_length,t.match_length=0):(_=trees._tr_tally(t,0,t.window[t.strstart]),t.lookahead--,t.strstart++),_&&(flush_block_only(t,!1),0===t.strm.avail_out))return BS_NEED_MORE}return t.insert=0,e===Z_FINISH?(flush_block_only(t,!0),0===t.strm.avail_out?BS_FINISH_STARTED:BS_FINISH_DONE):t.last_lit&&(flush_block_only(t,!1),0===t.strm.avail_out)?BS_NEED_MORE:BS_BLOCK_DONE}function deflate_huff(t,e){for(var _;;){if(0===t.lookahead&&(fill_window(t),0===t.lookahead)){if(e===Z_NO_FLUSH)return BS_NEED_MORE;break}if(t.match_length=0,_=trees._tr_tally(t,0,t.window[t.strstart]),t.lookahead--,t.strstart++,_&&(flush_block_only(t,!1),0===t.strm.avail_out))return BS_NEED_MORE}return t.insert=0,e===Z_FINISH?(flush_block_only(t,!0),0===t.strm.avail_out?BS_FINISH_STARTED:BS_FINISH_DONE):t.last_lit&&(flush_block_only(t,!1),0===t.strm.avail_out)?BS_NEED_MORE:BS_BLOCK_DONE}function Config(t,e,_,a,s){this.good_length=t,this.max_lazy=e,this.nice_length=_,this.max_chain=a,this.func=s}function lm_init(t){t.window_size=2*t.w_size,zero(t.head),t.max_lazy_match=configuration_table[t.level].max_lazy,t.good_match=configuration_table[t.level].good_length,t.nice_match=configuration_table[t.level].nice_length,t.max_chain_length=configuration_table[t.level].max_chain,t.strstart=0,t.block_start=0,t.lookahead=0,t.insert=0,t.match_length=t.prev_length=MIN_MATCH-1,t.match_available=0,t.ins_h=0}function DeflateState(){this.strm=null,this.status=0,this.pending_buf=null,this.pending_buf_size=0,this.pending_out=0,this.pending=0,this.wrap=0,this.gzhead=null,this.gzindex=0,this.method=Z_DEFLATED,this.last_flush=-1,this.w_size=0,this.w_bits=0,this.w_mask=0,this.window=null,this.window_size=0,this.prev=null,this.head=null,this.ins_h=0,this.hash_size=0,this.hash_bits=0,this.hash_mask=0,this.hash_shift=0,this.block_start=0,this.match_length=0,this.prev_match=0,this.match_available=0,this.strstart=0,this.match_start=0,this.lookahead=0,this.prev_length=0,this.max_chain_length=0,this.max_lazy_match=0,this.level=0,this.strategy=0,this.good_match=0,this.nice_match=0,this.dyn_ltree=new utils.Buf16(2*HEAP_SIZE),this.dyn_dtree=new utils.Buf16(2*(2*D_CODES+1)),this.bl_tree=new utils.Buf16(2*(2*BL_CODES+1)),zero(this.dyn_ltree),zero(this.dyn_dtree),zero(this.bl_tree),this.l_desc=null,this.d_desc=null,this.bl_desc=null,this.bl_count=new utils.Buf16(MAX_BITS+1),this.heap=new utils.Buf16(2*L_CODES+1),zero(this.heap),this.heap_len=0,this.heap_max=0,this.depth=new utils.Buf16(2*L_CODES+1),zero(this.depth),this.l_buf=0,this.lit_bufsize=0,this.last_lit=0,this.d_buf=0,this.opt_len=0,this.static_len=0,this.matches=0,this.insert=0,this.bi_buf=0,this.bi_valid=0}function deflateResetKeep(t){var e;return t&&t.state?(t.total_in=t.total_out=0,t.data_type=Z_UNKNOWN,(e=t.state).pending=0,e.pending_out=0,e.wrap<0&&(e.wrap=-e.wrap),e.status=e.wrap?INIT_STATE:BUSY_STATE,t.adler=2===e.wrap?0:1,e.last_flush=Z_NO_FLUSH,trees._tr_init(e),Z_OK):err(t,Z_STREAM_ERROR)}function deflateReset(t){var e=deflateResetKeep(t);return e===Z_OK&&lm_init(t.state),e}function deflateSetHeader(t,e){return t&&t.state?2!==t.state.wrap?Z_STREAM_ERROR:(t.state.gzhead=e,Z_OK):Z_STREAM_ERROR}function deflateInit2(t,e,_,a,s,i){if(!t)return Z_STREAM_ERROR;var n=1;if(e===Z_DEFAULT_COMPRESSION&&(e=6),a<0?(n=0,a=-a):a>15&&(n=2,a-=16),s<1||s>MAX_MEM_LEVEL||_!==Z_DEFLATED||a<8||a>15||e<0||e>9||i<0||i>Z_FIXED)return err(t,Z_STREAM_ERROR);8===a&&(a=9);var r=new DeflateState;return t.state=r,r.strm=t,r.wrap=n,r.gzhead=null,r.w_bits=a,r.w_size=1<<r.w_bits,r.w_mask=r.w_size-1,r.hash_bits=s+7,r.hash_size=1<<r.hash_bits,r.hash_mask=r.hash_size-1,r.hash_shift=~~((r.hash_bits+MIN_MATCH-1)/MIN_MATCH),r.window=new utils.Buf8(2*r.w_size),r.head=new utils.Buf16(r.hash_size),r.prev=new utils.Buf16(r.w_size),r.lit_bufsize=1<<s+6,r.pending_buf_size=4*r.lit_bufsize,r.pending_buf=new utils.Buf8(r.pending_buf_size),r.d_buf=1*r.lit_bufsize,r.l_buf=3*r.lit_bufsize,r.level=e,r.strategy=i,r.method=_,deflateReset(t)}function deflateInit(t,e){return deflateInit2(t,e,Z_DEFLATED,MAX_WBITS,DEF_MEM_LEVEL,Z_DEFAULT_STRATEGY)}function deflate(t,e){var _,a,s,i;if(!t||!t.state||e>Z_BLOCK||e<0)return t?err(t,Z_STREAM_ERROR):Z_STREAM_ERROR;if(a=t.state,!t.output||!t.input&&0!==t.avail_in||a.status===FINISH_STATE&&e!==Z_FINISH)return err(t,0===t.avail_out?Z_BUF_ERROR:Z_STREAM_ERROR);if(a.strm=t,_=a.last_flush,a.last_flush=e,a.status===INIT_STATE)if(2===a.wrap)t.adler=0,put_byte(a,31),put_byte(a,139),put_byte(a,8),a.gzhead?(put_byte(a,(a.gzhead.text?1:0)+(a.gzhead.hcrc?2:0)+(a.gzhead.extra?4:0)+(a.gzhead.name?8:0)+(a.gzhead.comment?16:0)),put_byte(a,255&a.gzhead.time),put_byte(a,a.gzhead.time>>8&255),put_byte(a,a.gzhead.time>>16&255),put_byte(a,a.gzhead.time>>24&255),put_byte(a,9===a.level?2:a.strategy>=Z_HUFFMAN_ONLY||a.level<2?4:0),put_byte(a,255&a.gzhead.os),a.gzhead.extra&&a.gzhead.extra.length&&(put_byte(a,255&a.gzhead.extra.length),put_byte(a,a.gzhead.extra.length>>8&255)),a.gzhead.hcrc&&(t.adler=crc32(t.adler,a.pending_buf,a.pending,0)),a.gzindex=0,a.status=EXTRA_STATE):(put_byte(a,0),put_byte(a,0),put_byte(a,0),put_byte(a,0),put_byte(a,0),put_byte(a,9===a.level?2:a.strategy>=Z_HUFFMAN_ONLY||a.level<2?4:0),put_byte(a,OS_CODE),a.status=BUSY_STATE);else{var n=Z_DEFLATED+(a.w_bits-8<<4)<<8;n|=(a.strategy>=Z_HUFFMAN_ONLY||a.level<2?0:a.level<6?1:6===a.level?2:3)<<6,0!==a.strstart&&(n|=PRESET_DICT),n+=31-n%31,a.status=BUSY_STATE,putShortMSB(a,n),0!==a.strstart&&(putShortMSB(a,t.adler>>>16),putShortMSB(a,65535&t.adler)),t.adler=1}if(a.status===EXTRA_STATE)if(a.gzhead.extra){for(s=a.pending;a.gzindex<(65535&a.gzhead.extra.length)&&(a.pending!==a.pending_buf_size||(a.gzhead.hcrc&&a.pending>s&&(t.adler=crc32(t.adler,a.pending_buf,a.pending-s,s)),flush_pending(t),s=a.pending,a.pending!==a.pending_buf_size));)put_byte(a,255&a.gzhead.extra[a.gzindex]),a.gzindex++;a.gzhead.hcrc&&a.pending>s&&(t.adler=crc32(t.adler,a.pending_buf,a.pending-s,s)),a.gzindex===a.gzhead.extra.length&&(a.gzindex=0,a.status=NAME_STATE)}else a.status=NAME_STATE;if(a.status===NAME_STATE)if(a.gzhead.name){s=a.pending;do{if(a.pending===a.pending_buf_size&&(a.gzhead.hcrc&&a.pending>s&&(t.adler=crc32(t.adler,a.pending_buf,a.pending-s,s)),flush_pending(t),s=a.pending,a.pending===a.pending_buf_size)){i=1;break}i=a.gzindex<a.gzhead.name.length?255&a.gzhead.name.charCodeAt(a.gzindex++):0,put_byte(a,i)}while(0!==i);a.gzhead.hcrc&&a.pending>s&&(t.adler=crc32(t.adler,a.pending_buf,a.pending-s,s)),0===i&&(a.gzindex=0,a.status=COMMENT_STATE)}else a.status=COMMENT_STATE;if(a.status===COMMENT_STATE)if(a.gzhead.comment){s=a.pending;do{if(a.pending===a.pending_buf_size&&(a.gzhead.hcrc&&a.pending>s&&(t.adler=crc32(t.adler,a.pending_buf,a.pending-s,s)),flush_pending(t),s=a.pending,a.pending===a.pending_buf_size)){i=1;break}i=a.gzindex<a.gzhead.comment.length?255&a.gzhead.comment.charCodeAt(a.gzindex++):0,put_byte(a,i)}while(0!==i);a.gzhead.hcrc&&a.pending>s&&(t.adler=crc32(t.adler,a.pending_buf,a.pending-s,s)),0===i&&(a.status=HCRC_STATE)}else a.status=HCRC_STATE;if(a.status===HCRC_STATE&&(a.gzhead.hcrc?(a.pending+2>a.pending_buf_size&&flush_pending(t),a.pending+2<=a.pending_buf_size&&(put_byte(a,255&t.adler),put_byte(a,t.adler>>8&255),t.adler=0,a.status=BUSY_STATE)):a.status=BUSY_STATE),0!==a.pending){if(flush_pending(t),0===t.avail_out)return a.last_flush=-1,Z_OK}else if(0===t.avail_in&&rank(e)<=rank(_)&&e!==Z_FINISH)return err(t,Z_BUF_ERROR);if(a.status===FINISH_STATE&&0!==t.avail_in)return err(t,Z_BUF_ERROR);if(0!==t.avail_in||0!==a.lookahead||e!==Z_NO_FLUSH&&a.status!==FINISH_STATE){var r=a.strategy===Z_HUFFMAN_ONLY?deflate_huff(a,e):a.strategy===Z_RLE?deflate_rle(a,e):configuration_table[a.level].func(a,e);if(r!==BS_FINISH_STARTED&&r!==BS_FINISH_DONE||(a.status=FINISH_STATE),r===BS_NEED_MORE||r===BS_FINISH_STARTED)return 0===t.avail_out&&(a.last_flush=-1),Z_OK;if(r===BS_BLOCK_DONE&&(e===Z_PARTIAL_FLUSH?trees._tr_align(a):e!==Z_BLOCK&&(trees._tr_stored_block(a,0,0,!1),e===Z_FULL_FLUSH&&(zero(a.head),0===a.lookahead&&(a.strstart=0,a.block_start=0,a.insert=0))),flush_pending(t),0===t.avail_out))return a.last_flush=-1,Z_OK}return e!==Z_FINISH?Z_OK:a.wrap<=0?Z_STREAM_END:(2===a.wrap?(put_byte(a,255&t.adler),put_byte(a,t.adler>>8&255),put_byte(a,t.adler>>16&255),put_byte(a,t.adler>>24&255),put_byte(a,255&t.total_in),put_byte(a,t.total_in>>8&255),put_byte(a,t.total_in>>16&255),put_byte(a,t.total_in>>24&255)):(putShortMSB(a,t.adler>>>16),putShortMSB(a,65535&t.adler)),flush_pending(t),a.wrap>0&&(a.wrap=-a.wrap),0!==a.pending?Z_OK:Z_STREAM_END)}function deflateEnd(t){var e;return t&&t.state?(e=t.state.status)!==INIT_STATE&&e!==EXTRA_STATE&&e!==NAME_STATE&&e!==COMMENT_STATE&&e!==HCRC_STATE&&e!==BUSY_STATE&&e!==FINISH_STATE?err(t,Z_STREAM_ERROR):(t.state=null,e===BUSY_STATE?err(t,Z_DATA_ERROR):Z_OK):Z_STREAM_ERROR}function deflateSetDictionary(t,e){var _,a,s,i,n,r,l,h,o=e.length;if(!t||!t.state)return Z_STREAM_ERROR;if(2===(i=(_=t.state).wrap)||1===i&&_.status!==INIT_STATE||_.lookahead)return Z_STREAM_ERROR;for(1===i&&(t.adler=adler32(t.adler,e,o,0)),_.wrap=0,o>=_.w_size&&(0===i&&(zero(_.head),_.strstart=0,_.block_start=0,_.insert=0),h=new utils.Buf8(_.w_size),utils.arraySet(h,e,o-_.w_size,_.w_size,0),e=h,o=_.w_size),n=t.avail_in,r=t.next_in,l=t.input,t.avail_in=o,t.next_in=0,t.input=e,fill_window(_);_.lookahead>=MIN_MATCH;){a=_.strstart,s=_.lookahead-(MIN_MATCH-1);do{_.ins_h=(_.ins_h<<_.hash_shift^_.window[a+MIN_MATCH-1])&_.hash_mask,_.prev[a&_.w_mask]=_.head[_.ins_h],_.head[_.ins_h]=a,a++}while(--s);_.strstart=a,_.lookahead=MIN_MATCH-1,fill_window(_)}return _.strstart+=_.lookahead,_.block_start=_.strstart,_.insert=_.lookahead,_.lookahead=0,_.match_length=_.prev_length=MIN_MATCH-1,_.match_available=0,t.next_in=r,t.input=l,t.avail_in=n,_.wrap=i,Z_OK}configuration_table=[new Config(0,0,0,0,deflate_stored),new Config(4,4,8,4,deflate_fast),new Config(4,5,16,8,deflate_fast),new Config(4,6,32,32,deflate_fast),new Config(4,4,16,16,deflate_slow),new Config(8,16,32,32,deflate_slow),new Config(8,16,128,128,deflate_slow),new Config(8,32,128,256,deflate_slow),new Config(32,128,258,1024,deflate_slow),new Config(32,258,258,4096,deflate_slow)],exports.deflateInit=deflateInit,exports.deflateInit2=deflateInit2,exports.deflateReset=deflateReset,exports.deflateResetKeep=deflateResetKeep,exports.deflateSetHeader=deflateSetHeader,exports.deflate=deflate,exports.deflateEnd=deflateEnd,exports.deflateSetDictionary=deflateSetDictionary,exports.deflateInfo=\"pako deflate (from Nodeca project)\";\\n}, {\"3427\":3427,\"3428\":3428,\"3429\":3429,\"3430\":3430,\"3431\":3431}];\\nwindow.modules[\"3353\"] = [function(require,module,exports){\"use strict\";var utils=require(3427),adler32=require(3428),crc32=require(3429),inflate_fast=require(3432),inflate_table=require(3433),CODES=0,LENS=1,DISTS=2,Z_FINISH=4,Z_BLOCK=5,Z_TREES=6,Z_OK=0,Z_STREAM_END=1,Z_NEED_DICT=2,Z_STREAM_ERROR=-2,Z_DATA_ERROR=-3,Z_MEM_ERROR=-4,Z_BUF_ERROR=-5,Z_DEFLATED=8,HEAD=1,FLAGS=2,TIME=3,OS=4,EXLEN=5,EXTRA=6,NAME=7,COMMENT=8,HCRC=9,DICTID=10,DICT=11,TYPE=12,TYPEDO=13,STORED=14,COPY_=15,COPY=16,TABLE=17,LENLENS=18,CODELENS=19,LEN_=20,LEN=21,LENEXT=22,DIST=23,DISTEXT=24,MATCH=25,LIT=26,CHECK=27,LENGTH=28,DONE=29,BAD=30,MEM=31,SYNC=32,ENOUGH_LENS=852,ENOUGH_DISTS=592,MAX_WBITS=15,DEF_WBITS=MAX_WBITS;function zswap32(e){return(e>>>24&255)+(e>>>8&65280)+((65280&e)<<8)+((255&e)<<24)}function InflateState(){this.mode=0,this.last=!1,this.wrap=0,this.havedict=!1,this.flags=0,this.dmax=0,this.check=0,this.total=0,this.head=null,this.wbits=0,this.wsize=0,this.whave=0,this.wnext=0,this.window=null,this.hold=0,this.bits=0,this.length=0,this.offset=0,this.extra=0,this.lencode=null,this.distcode=null,this.lenbits=0,this.distbits=0,this.ncode=0,this.nlen=0,this.ndist=0,this.have=0,this.next=null,this.lens=new utils.Buf16(320),this.work=new utils.Buf16(288),this.lendyn=null,this.distdyn=null,this.sane=0,this.back=0,this.was=0}function inflateResetKeep(e){var t;return e&&e.state?(t=e.state,e.total_in=e.total_out=t.total=0,e.msg=\"\",t.wrap&&(e.adler=1&t.wrap),t.mode=HEAD,t.last=0,t.havedict=0,t.dmax=32768,t.head=null,t.hold=0,t.bits=0,t.lencode=t.lendyn=new utils.Buf32(ENOUGH_LENS),t.distcode=t.distdyn=new utils.Buf32(ENOUGH_DISTS),t.sane=1,t.back=-1,Z_OK):Z_STREAM_ERROR}function inflateReset(e){var t;return e&&e.state?((t=e.state).wsize=0,t.whave=0,t.wnext=0,inflateResetKeep(e)):Z_STREAM_ERROR}function inflateReset2(e,t){var a,i;return e&&e.state?(i=e.state,t<0?(a=0,t=-t):(a=1+(t>>4),t<48&&(t&=15)),t&&(t<8||t>15)?Z_STREAM_ERROR:(null!==i.window&&i.wbits!==t&&(i.window=null),i.wrap=a,i.wbits=t,inflateReset(e))):Z_STREAM_ERROR}function inflateInit2(e,t){var a,i;return e?(i=new InflateState,e.state=i,i.window=null,(a=inflateReset2(e,t))!==Z_OK&&(e.state=null),a):Z_STREAM_ERROR}function inflateInit(e){return inflateInit2(e,DEF_WBITS)}var lenfix,distfix,virgin=!0;function fixedtables(e){if(virgin){var t;for(lenfix=new utils.Buf32(512),distfix=new utils.Buf32(32),t=0;t<144;)e.lens[t++]=8;for(;t<256;)e.lens[t++]=9;for(;t<280;)e.lens[t++]=7;for(;t<288;)e.lens[t++]=8;for(inflate_table(LENS,e.lens,0,288,lenfix,0,e.work,{bits:9}),t=0;t<32;)e.lens[t++]=5;inflate_table(DISTS,e.lens,0,32,distfix,0,e.work,{bits:5}),virgin=!1}e.lencode=lenfix,e.lenbits=9,e.distcode=distfix,e.distbits=5}function updatewindow(e,t,a,i){var n,s=e.state;return null===s.window&&(s.wsize=1<<s.wbits,s.wnext=0,s.whave=0,s.window=new utils.Buf8(s.wsize)),i>=s.wsize?(utils.arraySet(s.window,t,a-s.wsize,s.wsize,0),s.wnext=0,s.whave=s.wsize):((n=s.wsize-s.wnext)>i&&(n=i),utils.arraySet(s.window,t,a-i,n,s.wnext),(i-=n)?(utils.arraySet(s.window,t,a-i,i,0),s.wnext=i,s.whave=s.wsize):(s.wnext+=n,s.wnext===s.wsize&&(s.wnext=0),s.whave<s.wsize&&(s.whave+=n))),0}function inflate(e,t){var a,i,n,s,l,r,o,d,f,c,h,E,b,_,k,m,w,u,R,T,D,g,S,x,A=0,v=new utils.Buf8(4),O=[16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15];if(!e||!e.state||!e.output||!e.input&&0!==e.avail_in)return Z_STREAM_ERROR;(a=e.state).mode===TYPE&&(a.mode=TYPEDO),l=e.next_out,n=e.output,o=e.avail_out,s=e.next_in,i=e.input,r=e.avail_in,d=a.hold,f=a.bits,c=r,h=o,g=Z_OK;e:for(;;)switch(a.mode){case HEAD:if(0===a.wrap){a.mode=TYPEDO;break}for(;f<16;){if(0===r)break e;r--,d+=i[s++]<<f,f+=8}if(2&a.wrap&&35615===d){a.check=0,v[0]=255&d,v[1]=d>>>8&255,a.check=crc32(a.check,v,2,0),d=0,f=0,a.mode=FLAGS;break}if(a.flags=0,a.head&&(a.head.done=!1),!(1&a.wrap)||(((255&d)<<8)+(d>>8))%31){e.msg=\"incorrect header check\",a.mode=BAD;break}if((15&d)!==Z_DEFLATED){e.msg=\"unknown compression method\",a.mode=BAD;break}if(f-=4,D=8+(15&(d>>>=4)),0===a.wbits)a.wbits=D;else if(D>a.wbits){e.msg=\"invalid window size\",a.mode=BAD;break}a.dmax=1<<D,e.adler=a.check=1,a.mode=512&d?DICTID:TYPE,d=0,f=0;break;case FLAGS:for(;f<16;){if(0===r)break e;r--,d+=i[s++]<<f,f+=8}if(a.flags=d,(255&a.flags)!==Z_DEFLATED){e.msg=\"unknown compression method\",a.mode=BAD;break}if(57344&a.flags){e.msg=\"unknown header flags set\",a.mode=BAD;break}a.head&&(a.head.text=d>>8&1),512&a.flags&&(v[0]=255&d,v[1]=d>>>8&255,a.check=crc32(a.check,v,2,0)),d=0,f=0,a.mode=TIME;case TIME:for(;f<32;){if(0===r)break e;r--,d+=i[s++]<<f,f+=8}a.head&&(a.head.time=d),512&a.flags&&(v[0]=255&d,v[1]=d>>>8&255,v[2]=d>>>16&255,v[3]=d>>>24&255,a.check=crc32(a.check,v,4,0)),d=0,f=0,a.mode=OS;case OS:for(;f<16;){if(0===r)break e;r--,d+=i[s++]<<f,f+=8}a.head&&(a.head.xflags=255&d,a.head.os=d>>8),512&a.flags&&(v[0]=255&d,v[1]=d>>>8&255,a.check=crc32(a.check,v,2,0)),d=0,f=0,a.mode=EXLEN;case EXLEN:if(1024&a.flags){for(;f<16;){if(0===r)break e;r--,d+=i[s++]<<f,f+=8}a.length=d,a.head&&(a.head.extra_len=d),512&a.flags&&(v[0]=255&d,v[1]=d>>>8&255,a.check=crc32(a.check,v,2,0)),d=0,f=0}else a.head&&(a.head.extra=null);a.mode=EXTRA;case EXTRA:if(1024&a.flags&&((E=a.length)>r&&(E=r),E&&(a.head&&(D=a.head.extra_len-a.length,a.head.extra||(a.head.extra=new Array(a.head.extra_len)),utils.arraySet(a.head.extra,i,s,E,D)),512&a.flags&&(a.check=crc32(a.check,i,E,s)),r-=E,s+=E,a.length-=E),a.length))break e;a.length=0,a.mode=NAME;case NAME:if(2048&a.flags){if(0===r)break e;E=0;do{D=i[s+E++],a.head&&D&&a.length<65536&&(a.head.name+=String.fromCharCode(D))}while(D&&E<r);if(512&a.flags&&(a.check=crc32(a.check,i,E,s)),r-=E,s+=E,D)break e}else a.head&&(a.head.name=null);a.length=0,a.mode=COMMENT;case COMMENT:if(4096&a.flags){if(0===r)break e;E=0;do{D=i[s+E++],a.head&&D&&a.length<65536&&(a.head.comment+=String.fromCharCode(D))}while(D&&E<r);if(512&a.flags&&(a.check=crc32(a.check,i,E,s)),r-=E,s+=E,D)break e}else a.head&&(a.head.comment=null);a.mode=HCRC;case HCRC:if(512&a.flags){for(;f<16;){if(0===r)break e;r--,d+=i[s++]<<f,f+=8}if(d!==(65535&a.check)){e.msg=\"header crc mismatch\",a.mode=BAD;break}d=0,f=0}a.head&&(a.head.hcrc=a.flags>>9&1,a.head.done=!0),e.adler=a.check=0,a.mode=TYPE;break;case DICTID:for(;f<32;){if(0===r)break e;r--,d+=i[s++]<<f,f+=8}e.adler=a.check=zswap32(d),d=0,f=0,a.mode=DICT;case DICT:if(0===a.havedict)return e.next_out=l,e.avail_out=o,e.next_in=s,e.avail_in=r,a.hold=d,a.bits=f,Z_NEED_DICT;e.adler=a.check=1,a.mode=TYPE;case TYPE:if(t===Z_BLOCK||t===Z_TREES)break e;case TYPEDO:if(a.last){d>>>=7&f,f-=7&f,a.mode=CHECK;break}for(;f<3;){if(0===r)break e;r--,d+=i[s++]<<f,f+=8}switch(a.last=1&d,f-=1,3&(d>>>=1)){case 0:a.mode=STORED;break;case 1:if(fixedtables(a),a.mode=LEN_,t===Z_TREES){d>>>=2,f-=2;break e}break;case 2:a.mode=TABLE;break;case 3:e.msg=\"invalid block type\",a.mode=BAD}d>>>=2,f-=2;break;case STORED:for(d>>>=7&f,f-=7&f;f<32;){if(0===r)break e;r--,d+=i[s++]<<f,f+=8}if((65535&d)!=(d>>>16^65535)){e.msg=\"invalid stored block lengths\",a.mode=BAD;break}if(a.length=65535&d,d=0,f=0,a.mode=COPY_,t===Z_TREES)break e;case COPY_:a.mode=COPY;case COPY:if(E=a.length){if(E>r&&(E=r),E>o&&(E=o),0===E)break e;utils.arraySet(n,i,s,E,l),r-=E,s+=E,o-=E,l+=E,a.length-=E;break}a.mode=TYPE;break;case TABLE:for(;f<14;){if(0===r)break e;r--,d+=i[s++]<<f,f+=8}if(a.nlen=257+(31&d),d>>>=5,f-=5,a.ndist=1+(31&d),d>>>=5,f-=5,a.ncode=4+(15&d),d>>>=4,f-=4,a.nlen>286||a.ndist>30){e.msg=\"too many length or distance symbols\",a.mode=BAD;break}a.have=0,a.mode=LENLENS;case LENLENS:for(;a.have<a.ncode;){for(;f<3;){if(0===r)break e;r--,d+=i[s++]<<f,f+=8}a.lens[O[a.have++]]=7&d,d>>>=3,f-=3}for(;a.have<19;)a.lens[O[a.have++]]=0;if(a.lencode=a.lendyn,a.lenbits=7,S={bits:a.lenbits},g=inflate_table(CODES,a.lens,0,19,a.lencode,0,a.work,S),a.lenbits=S.bits,g){e.msg=\"invalid code lengths set\",a.mode=BAD;break}a.have=0,a.mode=CODELENS;case CODELENS:for(;a.have<a.nlen+a.ndist;){for(;m=(A=a.lencode[d&(1<<a.lenbits)-1])>>>16&255,w=65535&A,!((k=A>>>24)<=f);){if(0===r)break e;r--,d+=i[s++]<<f,f+=8}if(w<16)d>>>=k,f-=k,a.lens[a.have++]=w;else{if(16===w){for(x=k+2;f<x;){if(0===r)break e;r--,d+=i[s++]<<f,f+=8}if(d>>>=k,f-=k,0===a.have){e.msg=\"invalid bit length repeat\",a.mode=BAD;break}D=a.lens[a.have-1],E=3+(3&d),d>>>=2,f-=2}else if(17===w){for(x=k+3;f<x;){if(0===r)break e;r--,d+=i[s++]<<f,f+=8}f-=k,D=0,E=3+(7&(d>>>=k)),d>>>=3,f-=3}else{for(x=k+7;f<x;){if(0===r)break e;r--,d+=i[s++]<<f,f+=8}f-=k,D=0,E=11+(127&(d>>>=k)),d>>>=7,f-=7}if(a.have+E>a.nlen+a.ndist){e.msg=\"invalid bit length repeat\",a.mode=BAD;break}for(;E--;)a.lens[a.have++]=D}}if(a.mode===BAD)break;if(0===a.lens[256]){e.msg=\"invalid code -- missing end-of-block\",a.mode=BAD;break}if(a.lenbits=9,S={bits:a.lenbits},g=inflate_table(LENS,a.lens,0,a.nlen,a.lencode,0,a.work,S),a.lenbits=S.bits,g){e.msg=\"invalid literal/lengths set\",a.mode=BAD;break}if(a.distbits=6,a.distcode=a.distdyn,S={bits:a.distbits},g=inflate_table(DISTS,a.lens,a.nlen,a.ndist,a.distcode,0,a.work,S),a.distbits=S.bits,g){e.msg=\"invalid distances set\",a.mode=BAD;break}if(a.mode=LEN_,t===Z_TREES)break e;case LEN_:a.mode=LEN;case LEN:if(r>=6&&o>=258){e.next_out=l,e.avail_out=o,e.next_in=s,e.avail_in=r,a.hold=d,a.bits=f,inflate_fast(e,h),l=e.next_out,n=e.output,o=e.avail_out,s=e.next_in,i=e.input,r=e.avail_in,d=a.hold,f=a.bits,a.mode===TYPE&&(a.back=-1);break}for(a.back=0;m=(A=a.lencode[d&(1<<a.lenbits)-1])>>>16&255,w=65535&A,!((k=A>>>24)<=f);){if(0===r)break e;r--,d+=i[s++]<<f,f+=8}if(m&&0==(240&m)){for(u=k,R=m,T=w;m=(A=a.lencode[T+((d&(1<<u+R)-1)>>u)])>>>16&255,w=65535&A,!(u+(k=A>>>24)<=f);){if(0===r)break e;r--,d+=i[s++]<<f,f+=8}d>>>=u,f-=u,a.back+=u}if(d>>>=k,f-=k,a.back+=k,a.length=w,0===m){a.mode=LIT;break}if(32&m){a.back=-1,a.mode=TYPE;break}if(64&m){e.msg=\"invalid literal/length code\",a.mode=BAD;break}a.extra=15&m,a.mode=LENEXT;case LENEXT:if(a.extra){for(x=a.extra;f<x;){if(0===r)break e;r--,d+=i[s++]<<f,f+=8}a.length+=d&(1<<a.extra)-1,d>>>=a.extra,f-=a.extra,a.back+=a.extra}a.was=a.length,a.mode=DIST;case DIST:for(;m=(A=a.distcode[d&(1<<a.distbits)-1])>>>16&255,w=65535&A,!((k=A>>>24)<=f);){if(0===r)break e;r--,d+=i[s++]<<f,f+=8}if(0==(240&m)){for(u=k,R=m,T=w;m=(A=a.distcode[T+((d&(1<<u+R)-1)>>u)])>>>16&255,w=65535&A,!(u+(k=A>>>24)<=f);){if(0===r)break e;r--,d+=i[s++]<<f,f+=8}d>>>=u,f-=u,a.back+=u}if(d>>>=k,f-=k,a.back+=k,64&m){e.msg=\"invalid distance code\",a.mode=BAD;break}a.offset=w,a.extra=15&m,a.mode=DISTEXT;case DISTEXT:if(a.extra){for(x=a.extra;f<x;){if(0===r)break e;r--,d+=i[s++]<<f,f+=8}a.offset+=d&(1<<a.extra)-1,d>>>=a.extra,f-=a.extra,a.back+=a.extra}if(a.offset>a.dmax){e.msg=\"invalid distance too far back\",a.mode=BAD;break}a.mode=MATCH;case MATCH:if(0===o)break e;if(E=h-o,a.offset>E){if((E=a.offset-E)>a.whave&&a.sane){e.msg=\"invalid distance too far back\",a.mode=BAD;break}E>a.wnext?(E-=a.wnext,b=a.wsize-E):b=a.wnext-E,E>a.length&&(E=a.length),_=a.window}else _=n,b=l-a.offset,E=a.length;E>o&&(E=o),o-=E,a.length-=E;do{n[l++]=_[b++]}while(--E);0===a.length&&(a.mode=LEN);break;case LIT:if(0===o)break e;n[l++]=a.length,o--,a.mode=LEN;break;case CHECK:if(a.wrap){for(;f<32;){if(0===r)break e;r--,d|=i[s++]<<f,f+=8}if(h-=o,e.total_out+=h,a.total+=h,h&&(e.adler=a.check=a.flags?crc32(a.check,n,h,l-h):adler32(a.check,n,h,l-h)),h=o,(a.flags?d:zswap32(d))!==a.check){e.msg=\"incorrect data check\",a.mode=BAD;break}d=0,f=0}a.mode=LENGTH;case LENGTH:if(a.wrap&&a.flags){for(;f<32;){if(0===r)break e;r--,d+=i[s++]<<f,f+=8}if(d!==(4294967295&a.total)){e.msg=\"incorrect length check\",a.mode=BAD;break}d=0,f=0}a.mode=DONE;case DONE:g=Z_STREAM_END;break e;case BAD:g=Z_DATA_ERROR;break e;case MEM:return Z_MEM_ERROR;case SYNC:default:return Z_STREAM_ERROR}return e.next_out=l,e.avail_out=o,e.next_in=s,e.avail_in=r,a.hold=d,a.bits=f,(a.wsize||h!==e.avail_out&&a.mode<BAD&&(a.mode<CHECK||t!==Z_FINISH))&&updatewindow(e,e.output,e.next_out,h-e.avail_out)?(a.mode=MEM,Z_MEM_ERROR):(c-=e.avail_in,h-=e.avail_out,e.total_in+=c,e.total_out+=h,a.total+=h,a.wrap&&h&&(e.adler=a.check=a.flags?crc32(a.check,n,h,e.next_out-h):adler32(a.check,n,h,e.next_out-h)),e.data_type=a.bits+(a.last?64:0)+(a.mode===TYPE?128:0)+(a.mode===LEN_||a.mode===COPY_?256:0),(0===c&&0===h||t===Z_FINISH)&&g===Z_OK&&(g=Z_BUF_ERROR),g)}function inflateEnd(e){if(!e||!e.state)return Z_STREAM_ERROR;var t=e.state;return t.window&&(t.window=null),e.state=null,Z_OK}function inflateGetHeader(e,t){var a;return e&&e.state?0==(2&(a=e.state).wrap)?Z_STREAM_ERROR:(a.head=t,t.done=!1,Z_OK):Z_STREAM_ERROR}function inflateSetDictionary(e,t){var a,i=t.length;return e&&e.state?0!==(a=e.state).wrap&&a.mode!==DICT?Z_STREAM_ERROR:a.mode===DICT&&adler32(1,t,i,0)!==a.check?Z_DATA_ERROR:updatewindow(e,t,i,i)?(a.mode=MEM,Z_MEM_ERROR):(a.havedict=1,Z_OK):Z_STREAM_ERROR}exports.inflateReset=inflateReset,exports.inflateReset2=inflateReset2,exports.inflateResetKeep=inflateResetKeep,exports.inflateInit=inflateInit,exports.inflateInit2=inflateInit2,exports.inflate=inflate,exports.inflateEnd=inflateEnd,exports.inflateGetHeader=inflateGetHeader,exports.inflateSetDictionary=inflateSetDictionary,exports.inflateInfo=\"pako inflate (from Nodeca project)\";\\n}, {\"3427\":3427,\"3428\":3428,\"3429\":3429,\"3432\":3432,\"3433\":3433}];\\nwindow.modules[\"3354\"] = [function(require,module,exports){exports.read=function(a,o,t,r,h){var M,p,w=8*h-r-1,f=(1<<w)-1,e=f>>1,i=-7,N=t?h-1:0,n=t?-1:1,s=a[o+N];for(N+=n,M=s&(1<<-i)-1,s>>=-i,i+=w;i>0;M=256*M+a[o+N],N+=n,i-=8);for(p=M&(1<<-i)-1,M>>=-i,i+=r;i>0;p=256*p+a[o+N],N+=n,i-=8);if(0===M)M=1-e;else{if(M===f)return p?NaN:1/0*(s?-1:1);p+=Math.pow(2,r),M-=e}return(s?-1:1)*p*Math.pow(2,M-r)},exports.write=function(a,o,t,r,h,M){var p,w,f,e=8*M-h-1,i=(1<<e)-1,N=i>>1,n=23===h?Math.pow(2,-24)-Math.pow(2,-77):0,s=r?0:M-1,u=r?1:-1,l=o<0||0===o&&1/o<0?1:0;for(o=Math.abs(o),isNaN(o)||o===1/0?(w=isNaN(o)?1:0,p=i):(p=Math.floor(Math.log(o)/Math.LN2),o*(f=Math.pow(2,-p))<1&&(p--,f*=2),(o+=p+N>=1?n/f:n*Math.pow(2,1-N))*f>=2&&(p++,f/=2),p+N>=i?(w=0,p=i):p+N>=1?(w=(o*f-1)*Math.pow(2,h),p+=N):(w=o*Math.pow(2,N-1)*Math.pow(2,h),p=0));h>=8;a[t+s]=255&w,s+=u,w/=256,h-=8);for(p=p<<h|w,e+=h;e>0;a[t+s]=255&p,s+=u,p/=256,e-=8);a[t+s-u]|=128*l};\\n}, {}];\\nwindow.modules[\"3355\"] = [function(require,module,exports){module.exports={100:\"Continue\",101:\"Switching Protocols\",102:\"Processing\",200:\"OK\",201:\"Created\",202:\"Accepted\",203:\"Non-Authoritative Information\",204:\"No Content\",205:\"Reset Content\",206:\"Partial Content\",207:\"Multi-Status\",208:\"Already Reported\",226:\"IM Used\",300:\"Multiple Choices\",301:\"Moved Permanently\",302:\"Found\",303:\"See Other\",304:\"Not Modified\",305:\"Use Proxy\",307:\"Temporary Redirect\",308:\"Permanent Redirect\",400:\"Bad Request\",401:\"Unauthorized\",402:\"Payment Required\",403:\"Forbidden\",404:\"Not Found\",405:\"Method Not Allowed\",406:\"Not Acceptable\",407:\"Proxy Authentication Required\",408:\"Request Timeout\",409:\"Conflict\",410:\"Gone\",411:\"Length Required\",412:\"Precondition Failed\",413:\"Payload Too Large\",414:\"URI Too Long\",415:\"Unsupported Media Type\",416:\"Range Not Satisfiable\",417:\"Expectation Failed\",418:\"I\\'m a teapot\",421:\"Misdirected Request\",422:\"Unprocessable Entity\",423:\"Locked\",424:\"Failed Dependency\",425:\"Unordered Collection\",426:\"Upgrade Required\",428:\"Precondition Required\",429:\"Too Many Requests\",431:\"Request Header Fields Too Large\",451:\"Unavailable For Legal Reasons\",500:\"Internal Server Error\",501:\"Not Implemented\",502:\"Bad Gateway\",503:\"Service Unavailable\",504:\"Gateway Timeout\",505:\"HTTP Version Not Supported\",506:\"Variant Also Negotiates\",507:\"Insufficient Storage\",508:\"Loop Detected\",509:\"Bandwidth Limit Exceeded\",510:\"Not Extended\",511:\"Network Authentication Required\"};\\n}, {}];\\nwindow.modules[\"3356\"] = [function(require,module,exports){function isArray(r){return Array.isArray?Array.isArray(r):\"[object Array]\"===objectToString(r)}function isBoolean(r){return\"boolean\"==typeof r}function isNull(r){return null===r}function isNullOrUndefined(r){return null==r}function isNumber(r){return\"number\"==typeof r}function isString(r){return\"string\"==typeof r}function isSymbol(r){return\"symbol\"==typeof r}function isUndefined(r){return void 0===r}function isRegExp(r){return\"[object RegExp]\"===objectToString(r)}function isObject(r){return\"object\"==typeof r&&null!==r}function isDate(r){return\"[object Date]\"===objectToString(r)}function isError(r){return\"[object Error]\"===objectToString(r)||r instanceof Error}function isFunction(r){return\"function\"==typeof r}function isPrimitive(r){return null===r||\"boolean\"==typeof r||\"number\"==typeof r||\"string\"==typeof r||\"symbol\"==typeof r||void 0===r}function objectToString(r){return Object.prototype.toString.call(r)}exports.isArray=isArray,exports.isBoolean=isBoolean,exports.isNull=isNull,exports.isNullOrUndefined=isNullOrUndefined,exports.isNumber=isNumber,exports.isString=isString,exports.isSymbol=isSymbol,exports.isUndefined=isUndefined,exports.isRegExp=isRegExp,exports.isObject=isObject,exports.isDate=isDate,exports.isError=isError,exports.isFunction=isFunction,exports.isPrimitive=isPrimitive,exports.isBuffer=require(161).Buffer.isBuffer;\\n}, {\"161\":161}];\\nwindow.modules[\"3424\"] = [function(require,module,exports){module.exports=[\\n\\t\"a\",\\n\\t\"abbr\",\\n\\t\"address\",\\n\\t\"area\",\\n\\t\"article\",\\n\\t\"aside\",\\n\\t\"audio\",\\n\\t\"b\",\\n\\t\"base\",\\n\\t\"bdi\",\\n\\t\"bdo\",\\n\\t\"blockquote\",\\n\\t\"body\",\\n\\t\"br\",\\n\\t\"button\",\\n\\t\"canvas\",\\n\\t\"caption\",\\n\\t\"cite\",\\n\\t\"code\",\\n\\t\"col\",\\n\\t\"colgroup\",\\n\\t\"data\",\\n\\t\"datalist\",\\n\\t\"dd\",\\n\\t\"del\",\\n\\t\"details\",\\n\\t\"dfn\",\\n\\t\"dialog\",\\n\\t\"div\",\\n\\t\"dl\",\\n\\t\"dt\",\\n\\t\"em\",\\n\\t\"embed\",\\n\\t\"fieldset\",\\n\\t\"figcaption\",\\n\\t\"figure\",\\n\\t\"footer\",\\n\\t\"form\",\\n\\t\"h1\",\\n\\t\"h2\",\\n\\t\"h3\",\\n\\t\"h4\",\\n\\t\"h5\",\\n\\t\"h6\",\\n\\t\"head\",\\n\\t\"header\",\\n\\t\"hgroup\",\\n\\t\"hr\",\\n\\t\"html\",\\n\\t\"i\",\\n\\t\"iframe\",\\n\\t\"img\",\\n\\t\"input\",\\n\\t\"ins\",\\n\\t\"kbd\",\\n\\t\"label\",\\n\\t\"legend\",\\n\\t\"li\",\\n\\t\"link\",\\n\\t\"main\",\\n\\t\"map\",\\n\\t\"mark\",\\n\\t\"math\",\\n\\t\"menu\",\\n\\t\"menuitem\",\\n\\t\"meta\",\\n\\t\"meter\",\\n\\t\"nav\",\\n\\t\"noscript\",\\n\\t\"object\",\\n\\t\"ol\",\\n\\t\"optgroup\",\\n\\t\"option\",\\n\\t\"output\",\\n\\t\"p\",\\n\\t\"param\",\\n\\t\"picture\",\\n\\t\"pre\",\\n\\t\"progress\",\\n\\t\"q\",\\n\\t\"rb\",\\n\\t\"rp\",\\n\\t\"rt\",\\n\\t\"rtc\",\\n\\t\"ruby\",\\n\\t\"s\",\\n\\t\"samp\",\\n\\t\"script\",\\n\\t\"section\",\\n\\t\"select\",\\n\\t\"slot\",\\n\\t\"small\",\\n\\t\"source\",\\n\\t\"span\",\\n\\t\"strong\",\\n\\t\"style\",\\n\\t\"sub\",\\n\\t\"summary\",\\n\\t\"sup\",\\n\\t\"svg\",\\n\\t\"table\",\\n\\t\"tbody\",\\n\\t\"td\",\\n\\t\"template\",\\n\\t\"textarea\",\\n\\t\"tfoot\",\\n\\t\"th\",\\n\\t\"thead\",\\n\\t\"time\",\\n\\t\"title\",\\n\\t\"tr\",\\n\\t\"track\",\\n\\t\"u\",\\n\\t\"ul\",\\n\\t\"var\",\\n\\t\"video\",\\n\\t\"wbr\"\\n]\\n}, {}];\\nwindow.modules[\"3425\"] = [function(require,module,exports){\"use strict\";module.exports=require(3424);\\n}, {\"3424\":3424}];\\nwindow.modules[\"3427\"] = [function(require,module,exports){\"use strict\";var TYPED_OK=\"undefined\"!=typeof Uint8Array&&\"undefined\"!=typeof Uint16Array&&\"undefined\"!=typeof Int32Array;function _has(r,t){return Object.prototype.hasOwnProperty.call(r,t)}exports.assign=function(r){for(var t=Array.prototype.slice.call(arguments,1);t.length;){var e=t.shift();if(e){if(\"object\"!=typeof e)throw new TypeError(e+\"must be non-object\");for(var n in e)_has(e,n)&&(r[n]=e[n])}}return r},exports.shrinkBuf=function(r,t){return r.length===t?r:r.subarray?r.subarray(0,t):(r.length=t,r)};var fnTyped={arraySet:function(r,t,e,n,a){if(t.subarray&&r.subarray)r.set(t.subarray(e,e+n),a);else for(var o=0;o<n;o++)r[a+o]=t[e+o]},flattenChunks:function(r){var t,e,n,a,o,s;for(n=0,t=0,e=r.length;t<e;t++)n+=r[t].length;for(s=new Uint8Array(n),a=0,t=0,e=r.length;t<e;t++)o=r[t],s.set(o,a),a+=o.length;return s}},fnUntyped={arraySet:function(r,t,e,n,a){for(var o=0;o<n;o++)r[a+o]=t[e+o]},flattenChunks:function(r){return[].concat.apply([],r)}};exports.setTyped=function(r){r?(exports.Buf8=Uint8Array,exports.Buf16=Uint16Array,exports.Buf32=Int32Array,exports.assign(exports,fnTyped)):(exports.Buf8=Array,exports.Buf16=Array,exports.Buf32=Array,exports.assign(exports,fnUntyped))},exports.setTyped(TYPED_OK);\\n}, {}];\\nwindow.modules[\"3428\"] = [function(require,module,exports){\"use strict\";function adler32(e,r,o,t){for(var d=65535&e|0,l=e>>>16&65535|0,u=0;0!==o;){o-=u=o>2e3?2e3:o;do{l=l+(d=d+r[t++]|0)|0}while(--u);d%=65521,l%=65521}return d|l<<16|0}module.exports=adler32;\\n}, {}];\\nwindow.modules[\"3429\"] = [function(require,module,exports){\"use strict\";function makeTable(){for(var r,a=[],c=0;c<256;c++){r=c;for(var e=0;e<8;e++)r=1&r?3988292384^r>>>1:r>>>1;a[c]=r}return a}var crcTable=makeTable();function crc32(r,a,c,e){var o=crcTable,t=e+c;r^=-1;for(var n=e;n<t;n++)r=r>>>8^o[255&(r^a[n])];return-1^r}module.exports=crc32;\\n}, {}];\\nwindow.modules[\"3430\"] = [function(require,module,exports){\"use strict\";module.exports={2:\"need dictionary\",1:\"stream end\",0:\"\",\"-1\":\"file error\",\"-2\":\"stream error\",\"-3\":\"data error\",\"-4\":\"insufficient memory\",\"-5\":\"buffer error\",\"-6\":\"incompatible version\"};\\n}, {}];\\nwindow.modules[\"3431\"] = [function(require,module,exports){\"use strict\";var utils=require(3427),Z_FIXED=4,Z_BINARY=0,Z_TEXT=1,Z_UNKNOWN=2;function zero(e){for(var _=e.length;--_>=0;)e[_]=0}var STORED_BLOCK=0,STATIC_TREES=1,DYN_TREES=2,MIN_MATCH=3,MAX_MATCH=258,LENGTH_CODES=29,LITERALS=256,L_CODES=LITERALS+1+LENGTH_CODES,D_CODES=30,BL_CODES=19,HEAP_SIZE=2*L_CODES+1,MAX_BITS=15,Buf_size=16,MAX_BL_BITS=7,END_BLOCK=256,REP_3_6=16,REPZ_3_10=17,REPZ_11_138=18,extra_lbits=[0,0,0,0,0,0,0,0,1,1,1,1,2,2,2,2,3,3,3,3,4,4,4,4,5,5,5,5,0],extra_dbits=[0,0,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13],extra_blbits=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,3,7],bl_order=[16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15],DIST_CODE_LEN=512,static_ltree=new Array(2*(L_CODES+2));zero(static_ltree);var static_dtree=new Array(2*D_CODES);zero(static_dtree);var _dist_code=new Array(DIST_CODE_LEN);zero(_dist_code);var _length_code=new Array(MAX_MATCH-MIN_MATCH+1);zero(_length_code);var base_length=new Array(LENGTH_CODES);zero(base_length);var static_l_desc,static_d_desc,static_bl_desc,base_dist=new Array(D_CODES);function StaticTreeDesc(e,_,t,r,i){this.static_tree=e,this.extra_bits=_,this.extra_base=t,this.elems=r,this.max_length=i,this.has_stree=e&&e.length}function TreeDesc(e,_){this.dyn_tree=e,this.max_code=0,this.stat_desc=_}function d_code(e){return e<256?_dist_code[e]:_dist_code[256+(e>>>7)]}function put_short(e,_){e.pending_buf[e.pending++]=255&_,e.pending_buf[e.pending++]=_>>>8&255}function send_bits(e,_,t){e.bi_valid>Buf_size-t?(e.bi_buf|=_<<e.bi_valid&65535,put_short(e,e.bi_buf),e.bi_buf=_>>Buf_size-e.bi_valid,e.bi_valid+=t-Buf_size):(e.bi_buf|=_<<e.bi_valid&65535,e.bi_valid+=t)}function send_code(e,_,t){send_bits(e,t[2*_],t[2*_+1])}function bi_reverse(e,_){var t=0;do{t|=1&e,e>>>=1,t<<=1}while(--_>0);return t>>>1}function bi_flush(e){16===e.bi_valid?(put_short(e,e.bi_buf),e.bi_buf=0,e.bi_valid=0):e.bi_valid>=8&&(e.pending_buf[e.pending++]=255&e.bi_buf,e.bi_buf>>=8,e.bi_valid-=8)}function gen_bitlen(e,_){var t,r,i,n,s,d,a=_.dyn_tree,l=_.max_code,c=_.stat_desc.static_tree,o=_.stat_desc.has_stree,b=_.stat_desc.extra_bits,f=_.stat_desc.extra_base,u=_.stat_desc.max_length,p=0;for(n=0;n<=MAX_BITS;n++)e.bl_count[n]=0;for(a[2*e.heap[e.heap_max]+1]=0,t=e.heap_max+1;t<HEAP_SIZE;t++)(n=a[2*a[2*(r=e.heap[t])+1]+1]+1)>u&&(n=u,p++),a[2*r+1]=n,r>l||(e.bl_count[n]++,s=0,r>=f&&(s=b[r-f]),d=a[2*r],e.opt_len+=d*(n+s),o&&(e.static_len+=d*(c[2*r+1]+s)));if(0!==p){do{for(n=u-1;0===e.bl_count[n];)n--;e.bl_count[n]--,e.bl_count[n+1]+=2,e.bl_count[u]--,p-=2}while(p>0);for(n=u;0!==n;n--)for(r=e.bl_count[n];0!==r;)(i=e.heap[--t])>l||(a[2*i+1]!==n&&(e.opt_len+=(n-a[2*i+1])*a[2*i],a[2*i+1]=n),r--)}}function gen_codes(e,_,t){var r,i,n=new Array(MAX_BITS+1),s=0;for(r=1;r<=MAX_BITS;r++)n[r]=s=s+t[r-1]<<1;for(i=0;i<=_;i++){var d=e[2*i+1];0!==d&&(e[2*i]=bi_reverse(n[d]++,d))}}function tr_static_init(){var e,_,t,r,i,n=new Array(MAX_BITS+1);for(t=0,r=0;r<LENGTH_CODES-1;r++)for(base_length[r]=t,e=0;e<1<<extra_lbits[r];e++)_length_code[t++]=r;for(_length_code[t-1]=r,i=0,r=0;r<16;r++)for(base_dist[r]=i,e=0;e<1<<extra_dbits[r];e++)_dist_code[i++]=r;for(i>>=7;r<D_CODES;r++)for(base_dist[r]=i<<7,e=0;e<1<<extra_dbits[r]-7;e++)_dist_code[256+i++]=r;for(_=0;_<=MAX_BITS;_++)n[_]=0;for(e=0;e<=143;)static_ltree[2*e+1]=8,e++,n[8]++;for(;e<=255;)static_ltree[2*e+1]=9,e++,n[9]++;for(;e<=279;)static_ltree[2*e+1]=7,e++,n[7]++;for(;e<=287;)static_ltree[2*e+1]=8,e++,n[8]++;for(gen_codes(static_ltree,L_CODES+1,n),e=0;e<D_CODES;e++)static_dtree[2*e+1]=5,static_dtree[2*e]=bi_reverse(e,5);static_l_desc=new StaticTreeDesc(static_ltree,extra_lbits,LITERALS+1,L_CODES,MAX_BITS),static_d_desc=new StaticTreeDesc(static_dtree,extra_dbits,0,D_CODES,MAX_BITS),static_bl_desc=new StaticTreeDesc(new Array(0),extra_blbits,0,BL_CODES,MAX_BL_BITS)}function init_block(e){var _;for(_=0;_<L_CODES;_++)e.dyn_ltree[2*_]=0;for(_=0;_<D_CODES;_++)e.dyn_dtree[2*_]=0;for(_=0;_<BL_CODES;_++)e.bl_tree[2*_]=0;e.dyn_ltree[2*END_BLOCK]=1,e.opt_len=e.static_len=0,e.last_lit=e.matches=0}function bi_windup(e){e.bi_valid>8?put_short(e,e.bi_buf):e.bi_valid>0&&(e.pending_buf[e.pending++]=e.bi_buf),e.bi_buf=0,e.bi_valid=0}function copy_block(e,_,t,r){bi_windup(e),r&&(put_short(e,t),put_short(e,~t)),utils.arraySet(e.pending_buf,e.window,_,t,e.pending),e.pending+=t}function smaller(e,_,t,r){var i=2*_,n=2*t;return e[i]<e[n]||e[i]===e[n]&&r[_]<=r[t]}function pqdownheap(e,_,t){for(var r=e.heap[t],i=t<<1;i<=e.heap_len&&(i<e.heap_len&&smaller(_,e.heap[i+1],e.heap[i],e.depth)&&i++,!smaller(_,r,e.heap[i],e.depth));)e.heap[t]=e.heap[i],t=i,i<<=1;e.heap[t]=r}function compress_block(e,_,t){var r,i,n,s,d=0;if(0!==e.last_lit)do{r=e.pending_buf[e.d_buf+2*d]<<8|e.pending_buf[e.d_buf+2*d+1],i=e.pending_buf[e.l_buf+d],d++,0===r?send_code(e,i,_):(send_code(e,(n=_length_code[i])+LITERALS+1,_),0!==(s=extra_lbits[n])&&send_bits(e,i-=base_length[n],s),send_code(e,n=d_code(--r),t),0!==(s=extra_dbits[n])&&send_bits(e,r-=base_dist[n],s))}while(d<e.last_lit);send_code(e,END_BLOCK,_)}function build_tree(e,_){var t,r,i,n=_.dyn_tree,s=_.stat_desc.static_tree,d=_.stat_desc.has_stree,a=_.stat_desc.elems,l=-1;for(e.heap_len=0,e.heap_max=HEAP_SIZE,t=0;t<a;t++)0!==n[2*t]?(e.heap[++e.heap_len]=l=t,e.depth[t]=0):n[2*t+1]=0;for(;e.heap_len<2;)n[2*(i=e.heap[++e.heap_len]=l<2?++l:0)]=1,e.depth[i]=0,e.opt_len--,d&&(e.static_len-=s[2*i+1]);for(_.max_code=l,t=e.heap_len>>1;t>=1;t--)pqdownheap(e,n,t);i=a;do{t=e.heap[1],e.heap[1]=e.heap[e.heap_len--],pqdownheap(e,n,1),r=e.heap[1],e.heap[--e.heap_max]=t,e.heap[--e.heap_max]=r,n[2*i]=n[2*t]+n[2*r],e.depth[i]=(e.depth[t]>=e.depth[r]?e.depth[t]:e.depth[r])+1,n[2*t+1]=n[2*r+1]=i,e.heap[1]=i++,pqdownheap(e,n,1)}while(e.heap_len>=2);e.heap[--e.heap_max]=e.heap[1],gen_bitlen(e,_),gen_codes(n,l,e.bl_count)}function scan_tree(e,_,t){var r,i,n=-1,s=_[1],d=0,a=7,l=4;for(0===s&&(a=138,l=3),_[2*(t+1)+1]=65535,r=0;r<=t;r++)i=s,s=_[2*(r+1)+1],++d<a&&i===s||(d<l?e.bl_tree[2*i]+=d:0!==i?(i!==n&&e.bl_tree[2*i]++,e.bl_tree[2*REP_3_6]++):d<=10?e.bl_tree[2*REPZ_3_10]++:e.bl_tree[2*REPZ_11_138]++,d=0,n=i,0===s?(a=138,l=3):i===s?(a=6,l=3):(a=7,l=4))}function send_tree(e,_,t){var r,i,n=-1,s=_[1],d=0,a=7,l=4;for(0===s&&(a=138,l=3),r=0;r<=t;r++)if(i=s,s=_[2*(r+1)+1],!(++d<a&&i===s)){if(d<l)do{send_code(e,i,e.bl_tree)}while(0!=--d);else 0!==i?(i!==n&&(send_code(e,i,e.bl_tree),d--),send_code(e,REP_3_6,e.bl_tree),send_bits(e,d-3,2)):d<=10?(send_code(e,REPZ_3_10,e.bl_tree),send_bits(e,d-3,3)):(send_code(e,REPZ_11_138,e.bl_tree),send_bits(e,d-11,7));d=0,n=i,0===s?(a=138,l=3):i===s?(a=6,l=3):(a=7,l=4)}}function build_bl_tree(e){var _;for(scan_tree(e,e.dyn_ltree,e.l_desc.max_code),scan_tree(e,e.dyn_dtree,e.d_desc.max_code),build_tree(e,e.bl_desc),_=BL_CODES-1;_>=3&&0===e.bl_tree[2*bl_order[_]+1];_--);return e.opt_len+=3*(_+1)+5+5+4,_}function send_all_trees(e,_,t,r){var i;for(send_bits(e,_-257,5),send_bits(e,t-1,5),send_bits(e,r-4,4),i=0;i<r;i++)send_bits(e,e.bl_tree[2*bl_order[i]+1],3);send_tree(e,e.dyn_ltree,_-1),send_tree(e,e.dyn_dtree,t-1)}function detect_data_type(e){var _,t=4093624447;for(_=0;_<=31;_++,t>>>=1)if(1&t&&0!==e.dyn_ltree[2*_])return Z_BINARY;if(0!==e.dyn_ltree[18]||0!==e.dyn_ltree[20]||0!==e.dyn_ltree[26])return Z_TEXT;for(_=32;_<LITERALS;_++)if(0!==e.dyn_ltree[2*_])return Z_TEXT;return Z_BINARY}zero(base_dist);var static_init_done=!1;function _tr_init(e){static_init_done||(tr_static_init(),static_init_done=!0),e.l_desc=new TreeDesc(e.dyn_ltree,static_l_desc),e.d_desc=new TreeDesc(e.dyn_dtree,static_d_desc),e.bl_desc=new TreeDesc(e.bl_tree,static_bl_desc),e.bi_buf=0,e.bi_valid=0,init_block(e)}function _tr_stored_block(e,_,t,r){send_bits(e,(STORED_BLOCK<<1)+(r?1:0),3),copy_block(e,_,t,!0)}function _tr_align(e){send_bits(e,STATIC_TREES<<1,3),send_code(e,END_BLOCK,static_ltree),bi_flush(e)}function _tr_flush_block(e,_,t,r){var i,n,s=0;e.level>0?(e.strm.data_type===Z_UNKNOWN&&(e.strm.data_type=detect_data_type(e)),build_tree(e,e.l_desc),build_tree(e,e.d_desc),s=build_bl_tree(e),i=e.opt_len+3+7>>>3,(n=e.static_len+3+7>>>3)<=i&&(i=n)):i=n=t+5,t+4<=i&&-1!==_?_tr_stored_block(e,_,t,r):e.strategy===Z_FIXED||n===i?(send_bits(e,(STATIC_TREES<<1)+(r?1:0),3),compress_block(e,static_ltree,static_dtree)):(send_bits(e,(DYN_TREES<<1)+(r?1:0),3),send_all_trees(e,e.l_desc.max_code+1,e.d_desc.max_code+1,s+1),compress_block(e,e.dyn_ltree,e.dyn_dtree)),init_block(e),r&&bi_windup(e)}function _tr_tally(e,_,t){return e.pending_buf[e.d_buf+2*e.last_lit]=_>>>8&255,e.pending_buf[e.d_buf+2*e.last_lit+1]=255&_,e.pending_buf[e.l_buf+e.last_lit]=255&t,e.last_lit++,0===_?e.dyn_ltree[2*t]++:(e.matches++,_--,e.dyn_ltree[2*(_length_code[t]+LITERALS+1)]++,e.dyn_dtree[2*d_code(_)]++),e.last_lit===e.lit_bufsize-1}exports._tr_init=_tr_init,exports._tr_stored_block=_tr_stored_block,exports._tr_flush_block=_tr_flush_block,exports._tr_tally=_tr_tally,exports._tr_align=_tr_align;\\n}, {\"3427\":3427}];\\nwindow.modules[\"3432\"] = [function(require,module,exports){\"use strict\";var BAD=30,TYPE=12;module.exports=function(i,e){var o,a,t,d,n,l,s,f,r,b,c,u,v,m,w,h,k,_,x,g,A,B,D,p,E;o=i.state,a=i.next_in,p=i.input,t=a+(i.avail_in-5),d=i.next_out,E=i.output,n=d-(e-i.avail_out),l=d+(i.avail_out-257),s=o.dmax,f=o.wsize,r=o.whave,b=o.wnext,c=o.window,u=o.hold,v=o.bits,m=o.lencode,w=o.distcode,h=(1<<o.lenbits)-1,k=(1<<o.distbits)-1;i:do{v<15&&(u+=p[a++]<<v,v+=8,u+=p[a++]<<v,v+=8),_=m[u&h];e:for(;;){if(u>>>=x=_>>>24,v-=x,0===(x=_>>>16&255))E[d++]=65535&_;else{if(!(16&x)){if(0==(64&x)){_=m[(65535&_)+(u&(1<<x)-1)];continue e}if(32&x){o.mode=TYPE;break i}i.msg=\"invalid literal/length code\",o.mode=BAD;break i}g=65535&_,(x&=15)&&(v<x&&(u+=p[a++]<<v,v+=8),g+=u&(1<<x)-1,u>>>=x,v-=x),v<15&&(u+=p[a++]<<v,v+=8,u+=p[a++]<<v,v+=8),_=w[u&k];o:for(;;){if(u>>>=x=_>>>24,v-=x,!(16&(x=_>>>16&255))){if(0==(64&x)){_=w[(65535&_)+(u&(1<<x)-1)];continue o}i.msg=\"invalid distance code\",o.mode=BAD;break i}if(A=65535&_,v<(x&=15)&&(u+=p[a++]<<v,(v+=8)<x&&(u+=p[a++]<<v,v+=8)),(A+=u&(1<<x)-1)>s){i.msg=\"invalid distance too far back\",o.mode=BAD;break i}if(u>>>=x,v-=x,A>(x=d-n)){if((x=A-x)>r&&o.sane){i.msg=\"invalid distance too far back\",o.mode=BAD;break i}if(B=0,D=c,0===b){if(B+=f-x,x<g){g-=x;do{E[d++]=c[B++]}while(--x);B=d-A,D=E}}else if(b<x){if(B+=f+b-x,(x-=b)<g){g-=x;do{E[d++]=c[B++]}while(--x);if(B=0,b<g){g-=x=b;do{E[d++]=c[B++]}while(--x);B=d-A,D=E}}}else if(B+=b-x,x<g){g-=x;do{E[d++]=c[B++]}while(--x);B=d-A,D=E}for(;g>2;)E[d++]=D[B++],E[d++]=D[B++],E[d++]=D[B++],g-=3;g&&(E[d++]=D[B++],g>1&&(E[d++]=D[B++]))}else{B=d-A;do{E[d++]=E[B++],E[d++]=E[B++],E[d++]=E[B++],g-=3}while(g>2);g&&(E[d++]=E[B++],g>1&&(E[d++]=E[B++]))}break}}break}}while(a<t&&d<l);a-=g=v>>3,u&=(1<<(v-=g<<3))-1,i.next_in=a,i.next_out=d,i.avail_in=a<t?t-a+5:5-(a-t),i.avail_out=d<l?l-d+257:257-(d-l),o.hold=u,o.bits=v};\\n}, {}];\\nwindow.modules[\"3433\"] = [function(require,module,exports){\"use strict\";var utils=require(3427),MAXBITS=15,ENOUGH_LENS=852,ENOUGH_DISTS=592,CODES=0,LENS=1,DISTS=2,lbase=[3,4,5,6,7,8,9,10,11,13,15,17,19,23,27,31,35,43,51,59,67,83,99,115,131,163,195,227,258,0,0],lext=[16,16,16,16,16,16,16,16,17,17,17,17,18,18,18,18,19,19,19,19,20,20,20,20,21,21,21,21,16,72,78],dbase=[1,2,3,4,5,7,9,13,17,25,33,49,65,97,129,193,257,385,513,769,1025,1537,2049,3073,4097,6145,8193,12289,16385,24577,0,0],dext=[16,16,16,16,17,17,18,18,19,19,20,20,21,21,22,22,23,23,24,24,25,25,26,26,27,27,28,28,29,29,64,64];module.exports=function(r,S,e,f,t,i,u,o){var E,l,s,n,I,N,T,B,D,O=o.bits,b=0,a=0,A=0,L=0,M=0,X=0,d=0,G=0,H=0,U=0,_=null,x=0,c=new utils.Buf16(MAXBITS+1),m=new utils.Buf16(MAXBITS+1),w=null,C=0;for(b=0;b<=MAXBITS;b++)c[b]=0;for(a=0;a<f;a++)c[S[e+a]]++;for(M=O,L=MAXBITS;L>=1&&0===c[L];L--);if(M>L&&(M=L),0===L)return t[i++]=20971520,t[i++]=20971520,o.bits=1,0;for(A=1;A<L&&0===c[A];A++);for(M<A&&(M=A),G=1,b=1;b<=MAXBITS;b++)if(G<<=1,(G-=c[b])<0)return-1;if(G>0&&(r===CODES||1!==L))return-1;for(m[1]=0,b=1;b<MAXBITS;b++)m[b+1]=m[b]+c[b];for(a=0;a<f;a++)0!==S[e+a]&&(u[m[S[e+a]]++]=a);if(r===CODES?(_=w=u,N=19):r===LENS?(_=lbase,x-=257,w=lext,C-=257,N=256):(_=dbase,w=dext,N=-1),U=0,a=0,b=A,I=i,X=M,d=0,s=-1,n=(H=1<<M)-1,r===LENS&&H>ENOUGH_LENS||r===DISTS&&H>ENOUGH_DISTS)return 1;for(;;){T=b-d,u[a]<N?(B=0,D=u[a]):u[a]>N?(B=w[C+u[a]],D=_[x+u[a]]):(B=96,D=0),E=1<<b-d,A=l=1<<X;do{t[I+(U>>d)+(l-=E)]=T<<24|B<<16|D|0}while(0!==l);for(E=1<<b-1;U&E;)E>>=1;if(0!==E?(U&=E-1,U+=E):U=0,a++,0==--c[b]){if(b===L)break;b=S[e+u[a]]}if(b>M&&(U&n)!==s){for(0===d&&(d=M),I+=A,G=1<<(X=b-d);X+d<L&&!((G-=c[X+d])<=0);)X++,G<<=1;if(H+=1<<X,r===LENS&&H>ENOUGH_LENS||r===DISTS&&H>ENOUGH_DISTS)return 1;t[s=U&n]=M<<24|X<<16|I-i|0}}return 0!==U&&(t[I+U]=b-d<<24|64<<16|0),o.bits=M,0};\\n}, {\"3427\":3427}];\\nwindow.modules[\"3443\"] = [function(require,module,exports){(function (process){(function (){\\n\"use strict\";function nextTick(e,n,c,r){if(\"function\"!=typeof e)throw new TypeError(\\'\"callback\" argument must be a function\\');var s,t,o=arguments.length;switch(o){case 0:case 1:return process.nextTick(e);case 2:return process.nextTick(function(){e.call(null,n)});case 3:return process.nextTick(function(){e.call(null,n,c)});case 4:return process.nextTick(function(){e.call(null,n,c,r)});default:for(s=new Array(o-1),t=0;t<s.length;)s[t++]=arguments[t];return process.nextTick(function(){e.apply(null,s)})}}\"undefined\"==typeof process||!process.version||0===process.version.indexOf(\"v0.\")||0===process.version.indexOf(\"v1.\")&&0!==process.version.indexOf(\"v1.8.\")?module.exports={nextTick:nextTick}:module.exports=process;\\n\\n}).call(this)}).call(this,require(221))}, {\"221\":221}];\\nwindow.modules[\"3450\"] = [function(require,module,exports){\"use strict\";function hasOwnProperty(r,e){return Object.prototype.hasOwnProperty.call(r,e)}module.exports=function(r,e,t,n){e=e||\"&\",t=t||\"=\";var o={};if(\"string\"!=typeof r||0===r.length)return o;var a=/\\\\+/g;r=r.split(e);var s=1e3;n&&\"number\"==typeof n.maxKeys&&(s=n.maxKeys);var p=r.length;s>0&&p>s&&(p=s);for(var y=0;y<p;++y){var u,c,i,l,f=r[y].replace(a,\"%20\"),v=f.indexOf(t);v>=0?(u=f.substr(0,v),c=f.substr(v+1)):(u=f,c=\"\"),i=decodeURIComponent(u),l=decodeURIComponent(c),hasOwnProperty(o,i)?isArray(o[i])?o[i].push(l):o[i]=[o[i],l]:o[i]=l}return o};var isArray=Array.isArray||function(r){return\"[object Array]\"===Object.prototype.toString.call(r)};\\n}, {}];\\nwindow.modules[\"3451\"] = [function(require,module,exports){\"use strict\";var stringifyPrimitive=function(r){switch(typeof r){case\"string\":return r;case\"boolean\":return r?\"true\":\"false\";case\"number\":return isFinite(r)?r:\"\";default:return\"\"}};module.exports=function(r,e,t,n){return e=e||\"&\",t=t||\"=\",null===r&&(r=void 0),\"object\"==typeof r?map(objectKeys(r),function(n){var i=encodeURIComponent(stringifyPrimitive(n))+t;return isArray(r[n])?map(r[n],function(r){return i+encodeURIComponent(stringifyPrimitive(r))}).join(e):i+encodeURIComponent(stringifyPrimitive(r[n]))}).join(e):n?encodeURIComponent(stringifyPrimitive(n))+t+encodeURIComponent(stringifyPrimitive(r)):\"\"};var isArray=Array.isArray||function(r){return\"[object Array]\"===Object.prototype.toString.call(r)};function map(r,e){if(r.map)return r.map(e);for(var t=[],n=0;n<r.length;n++)t.push(e(r[n],n));return t}var objectKeys=Object.keys||function(r){var e=[];for(var t in r)Object.prototype.hasOwnProperty.call(r,t)&&e.push(t);return e};\\n}, {}];\\nwindow.modules[\"3452\"] = [function(require,module,exports){module.exports=require(3453);\\n}, {\"3453\":3453}];\\nwindow.modules[\"3453\"] = [function(require,module,exports){\"use strict\";var pna=require(3443),objectKeys=Object.keys||function(e){var t=[];for(var r in e)t.push(r);return t};module.exports=Duplex;var util=Object.create(require(3356));util.inherits=require(3277);var Readable=require(3454),Writable=require(3455);util.inherits(Duplex,Readable);for(var keys=objectKeys(Writable.prototype),v=0;v<keys.length;v++){var method=keys[v];Duplex.prototype[method]||(Duplex.prototype[method]=Writable.prototype[method])}function Duplex(e){if(!(this instanceof Duplex))return new Duplex(e);Readable.call(this,e),Writable.call(this,e),e&&!1===e.readable&&(this.readable=!1),e&&!1===e.writable&&(this.writable=!1),this.allowHalfOpen=!0,e&&!1===e.allowHalfOpen&&(this.allowHalfOpen=!1),this.once(\"end\",onend)}function onend(){this.allowHalfOpen||this._writableState.ended||pna.nextTick(onEndNT,this)}function onEndNT(e){e.end()}Object.defineProperty(Duplex.prototype,\"writableHighWaterMark\",{enumerable:!1,get:function(){return this._writableState.highWaterMark}}),Object.defineProperty(Duplex.prototype,\"destroyed\",{get:function(){return void 0!==this._readableState&&void 0!==this._writableState&&(this._readableState.destroyed&&this._writableState.destroyed)},set:function(e){void 0!==this._readableState&&void 0!==this._writableState&&(this._readableState.destroyed=e,this._writableState.destroyed=e)}}),Duplex.prototype._destroy=function(e,t){this.push(null),this.end(),pna.nextTick(t,e)};\\n}, {\"3277\":3277,\"3356\":3356,\"3443\":3443,\"3454\":3454,\"3455\":3455}];\\nwindow.modules[\"3454\"] = [function(require,module,exports){(function (process,global){(function (){\\n\"use strict\";var pna=require(3443);module.exports=Readable;var Duplex,isArray=require(3458);Readable.ReadableState=ReadableState;var EE=require(3339).EventEmitter,EElistenerCount=function(e,t){return e.listeners(t).length},Stream=require(3460),Buffer=require(3459).Buffer,OurUint8Array=global.Uint8Array||function(){};function _uint8ArrayToBuffer(e){return Buffer.from(e)}function _isUint8Array(e){return Buffer.isBuffer(e)||e instanceof OurUint8Array}var util=Object.create(require(3356));util.inherits=require(3277);var debugUtil=require(2868),debug=void 0;debug=debugUtil&&debugUtil.debuglog?debugUtil.debuglog(\"stream\"):function(){};var StringDecoder,BufferList=require(3461),destroyImpl=require(3463);util.inherits(Readable,Stream);var kProxyEvents=[\"error\",\"close\",\"destroy\",\"pause\",\"resume\"];function prependListener(e,t,r){if(\"function\"==typeof e.prependListener)return e.prependListener(t,r);e._events&&e._events[t]?isArray(e._events[t])?e._events[t].unshift(r):e._events[t]=[r,e._events[t]]:e.on(t,r)}function ReadableState(e,t){e=e||{};var r=t instanceof(Duplex=Duplex||require(3453));this.objectMode=!!e.objectMode,r&&(this.objectMode=this.objectMode||!!e.readableObjectMode);var n=e.highWaterMark,a=e.readableHighWaterMark,i=this.objectMode?16:16384;this.highWaterMark=n||0===n?n:r&&(a||0===a)?a:i,this.highWaterMark=Math.floor(this.highWaterMark),this.buffer=new BufferList,this.length=0,this.pipes=null,this.pipesCount=0,this.flowing=null,this.ended=!1,this.endEmitted=!1,this.reading=!1,this.sync=!0,this.needReadable=!1,this.emittedReadable=!1,this.readableListening=!1,this.resumeScheduled=!1,this.destroyed=!1,this.defaultEncoding=e.defaultEncoding||\"utf8\",this.awaitDrain=0,this.readingMore=!1,this.decoder=null,this.encoding=null,e.encoding&&(StringDecoder||(StringDecoder=require(3462).StringDecoder),this.decoder=new StringDecoder(e.encoding),this.encoding=e.encoding)}function Readable(e){if(Duplex=Duplex||require(3453),!(this instanceof Readable))return new Readable(e);this._readableState=new ReadableState(e,this),this.readable=!0,e&&(\"function\"==typeof e.read&&(this._read=e.read),\"function\"==typeof e.destroy&&(this._destroy=e.destroy)),Stream.call(this)}function readableAddChunk(e,t,r,n,a){var i,d=e._readableState;null===t?(d.reading=!1,onEofChunk(e,d)):(a||(i=chunkInvalid(d,t)),i?e.emit(\"error\",i):d.objectMode||t&&t.length>0?(\"string\"==typeof t||d.objectMode||Object.getPrototypeOf(t)===Buffer.prototype||(t=_uint8ArrayToBuffer(t)),n?d.endEmitted?e.emit(\"error\",new Error(\"stream.unshift() after end event\")):addChunk(e,d,t,!0):d.ended?e.emit(\"error\",new Error(\"stream.push() after EOF\")):(d.reading=!1,d.decoder&&!r?(t=d.decoder.write(t),d.objectMode||0!==t.length?addChunk(e,d,t,!1):maybeReadMore(e,d)):addChunk(e,d,t,!1))):n||(d.reading=!1));return needMoreData(d)}function addChunk(e,t,r,n){t.flowing&&0===t.length&&!t.sync?(e.emit(\"data\",r),e.read(0)):(t.length+=t.objectMode?1:r.length,n?t.buffer.unshift(r):t.buffer.push(r),t.needReadable&&emitReadable(e)),maybeReadMore(e,t)}function chunkInvalid(e,t){var r;return _isUint8Array(t)||\"string\"==typeof t||void 0===t||e.objectMode||(r=new TypeError(\"Invalid non-string/buffer chunk\")),r}function needMoreData(e){return!e.ended&&(e.needReadable||e.length<e.highWaterMark||0===e.length)}Object.defineProperty(Readable.prototype,\"destroyed\",{get:function(){return void 0!==this._readableState&&this._readableState.destroyed},set:function(e){this._readableState&&(this._readableState.destroyed=e)}}),Readable.prototype.destroy=destroyImpl.destroy,Readable.prototype._undestroy=destroyImpl.undestroy,Readable.prototype._destroy=function(e,t){this.push(null),t(e)},Readable.prototype.push=function(e,t){var r,n=this._readableState;return n.objectMode?r=!0:\"string\"==typeof e&&((t=t||n.defaultEncoding)!==n.encoding&&(e=Buffer.from(e,t),t=\"\"),r=!0),readableAddChunk(this,e,t,!1,r)},Readable.prototype.unshift=function(e){return readableAddChunk(this,e,null,!0,!1)},Readable.prototype.isPaused=function(){return!1===this._readableState.flowing},Readable.prototype.setEncoding=function(e){return StringDecoder||(StringDecoder=require(3462).StringDecoder),this._readableState.decoder=new StringDecoder(e),this._readableState.encoding=e,this};var MAX_HWM=8388608;function computeNewHighWaterMark(e){return e>=MAX_HWM?e=MAX_HWM:(e--,e|=e>>>1,e|=e>>>2,e|=e>>>4,e|=e>>>8,e|=e>>>16,e++),e}function howMuchToRead(e,t){return e<=0||0===t.length&&t.ended?0:t.objectMode?1:e!=e?t.flowing&&t.length?t.buffer.head.data.length:t.length:(e>t.highWaterMark&&(t.highWaterMark=computeNewHighWaterMark(e)),e<=t.length?e:t.ended?t.length:(t.needReadable=!0,0))}function onEofChunk(e,t){if(!t.ended){if(t.decoder){var r=t.decoder.end();r&&r.length&&(t.buffer.push(r),t.length+=t.objectMode?1:r.length)}t.ended=!0,emitReadable(e)}}function emitReadable(e){var t=e._readableState;t.needReadable=!1,t.emittedReadable||(debug(\"emitReadable\",t.flowing),t.emittedReadable=!0,t.sync?pna.nextTick(emitReadable_,e):emitReadable_(e))}function emitReadable_(e){debug(\"emit readable\"),e.emit(\"readable\"),flow(e)}function maybeReadMore(e,t){t.readingMore||(t.readingMore=!0,pna.nextTick(maybeReadMore_,e,t))}function maybeReadMore_(e,t){for(var r=t.length;!t.reading&&!t.flowing&&!t.ended&&t.length<t.highWaterMark&&(debug(\"maybeReadMore read 0\"),e.read(0),r!==t.length);)r=t.length;t.readingMore=!1}function pipeOnDrain(e){return function(){var t=e._readableState;debug(\"pipeOnDrain\",t.awaitDrain),t.awaitDrain&&t.awaitDrain--,0===t.awaitDrain&&EElistenerCount(e,\"data\")&&(t.flowing=!0,flow(e))}}function nReadingNextTick(e){debug(\"readable nexttick read 0\"),e.read(0)}function resume(e,t){t.resumeScheduled||(t.resumeScheduled=!0,pna.nextTick(resume_,e,t))}function resume_(e,t){t.reading||(debug(\"resume read 0\"),e.read(0)),t.resumeScheduled=!1,t.awaitDrain=0,e.emit(\"resume\"),flow(e),t.flowing&&!t.reading&&e.read(0)}function flow(e){var t=e._readableState;for(debug(\"flow\",t.flowing);t.flowing&&null!==e.read(););}function fromList(e,t){return 0===t.length?null:(t.objectMode?r=t.buffer.shift():!e||e>=t.length?(r=t.decoder?t.buffer.join(\"\"):1===t.buffer.length?t.buffer.head.data:t.buffer.concat(t.length),t.buffer.clear()):r=fromListPartial(e,t.buffer,t.decoder),r);var r}function fromListPartial(e,t,r){var n;return e<t.head.data.length?(n=t.head.data.slice(0,e),t.head.data=t.head.data.slice(e)):n=e===t.head.data.length?t.shift():r?copyFromBufferString(e,t):copyFromBuffer(e,t),n}function copyFromBufferString(e,t){var r=t.head,n=1,a=r.data;for(e-=a.length;r=r.next;){var i=r.data,d=e>i.length?i.length:e;if(d===i.length?a+=i:a+=i.slice(0,e),0===(e-=d)){d===i.length?(++n,r.next?t.head=r.next:t.head=t.tail=null):(t.head=r,r.data=i.slice(d));break}++n}return t.length-=n,a}function copyFromBuffer(e,t){var r=Buffer.allocUnsafe(e),n=t.head,a=1;for(n.data.copy(r),e-=n.data.length;n=n.next;){var i=n.data,d=e>i.length?i.length:e;if(i.copy(r,r.length-e,0,d),0===(e-=d)){d===i.length?(++a,n.next?t.head=n.next:t.head=t.tail=null):(t.head=n,n.data=i.slice(d));break}++a}return t.length-=a,r}function endReadable(e){var t=e._readableState;if(t.length>0)throw new Error(\\'\"endReadable()\" called on non-empty stream\\');t.endEmitted||(t.ended=!0,pna.nextTick(endReadableNT,t,e))}function endReadableNT(e,t){e.endEmitted||0!==e.length||(e.endEmitted=!0,t.readable=!1,t.emit(\"end\"))}function indexOf(e,t){for(var r=0,n=e.length;r<n;r++)if(e[r]===t)return r;return-1}Readable.prototype.read=function(e){debug(\"read\",e),e=parseInt(e,10);var t=this._readableState,r=e;if(0!==e&&(t.emittedReadable=!1),0===e&&t.needReadable&&(t.length>=t.highWaterMark||t.ended))return debug(\"read: emitReadable\",t.length,t.ended),0===t.length&&t.ended?endReadable(this):emitReadable(this),null;if(0===(e=howMuchToRead(e,t))&&t.ended)return 0===t.length&&endReadable(this),null;var n,a=t.needReadable;return debug(\"need readable\",a),(0===t.length||t.length-e<t.highWaterMark)&&debug(\"length less than watermark\",a=!0),t.ended||t.reading?debug(\"reading or ended\",a=!1):a&&(debug(\"do read\"),t.reading=!0,t.sync=!0,0===t.length&&(t.needReadable=!0),this._read(t.highWaterMark),t.sync=!1,t.reading||(e=howMuchToRead(r,t))),null===(n=e>0?fromList(e,t):null)?(t.needReadable=!0,e=0):t.length-=e,0===t.length&&(t.ended||(t.needReadable=!0),r!==e&&t.ended&&endReadable(this)),null!==n&&this.emit(\"data\",n),n},Readable.prototype._read=function(e){this.emit(\"error\",new Error(\"_read() is not implemented\"))},Readable.prototype.pipe=function(e,t){var r=this,n=this._readableState;switch(n.pipesCount){case 0:n.pipes=e;break;case 1:n.pipes=[n.pipes,e];break;default:n.pipes.push(e)}n.pipesCount+=1,debug(\"pipe count=%d opts=%j\",n.pipesCount,t);var a=(!t||!1!==t.end)&&e!==process.stdout&&e!==process.stderr?d:b;function i(t,a){debug(\"onunpipe\"),t===r&&a&&!1===a.hasUnpiped&&(a.hasUnpiped=!0,debug(\"cleanup\"),e.removeListener(\"close\",f),e.removeListener(\"finish\",p),e.removeListener(\"drain\",o),e.removeListener(\"error\",h),e.removeListener(\"unpipe\",i),r.removeListener(\"end\",d),r.removeListener(\"end\",b),r.removeListener(\"data\",s),u=!0,!n.awaitDrain||e._writableState&&!e._writableState.needDrain||o())}function d(){debug(\"onend\"),e.end()}n.endEmitted?pna.nextTick(a):r.once(\"end\",a),e.on(\"unpipe\",i);var o=pipeOnDrain(r);e.on(\"drain\",o);var u=!1;var l=!1;function s(t){debug(\"ondata\"),l=!1,!1!==e.write(t)||l||((1===n.pipesCount&&n.pipes===e||n.pipesCount>1&&-1!==indexOf(n.pipes,e))&&!u&&(debug(\"false write response, pause\",r._readableState.awaitDrain),r._readableState.awaitDrain++,l=!0),r.pause())}function h(t){debug(\"onerror\",t),b(),e.removeListener(\"error\",h),0===EElistenerCount(e,\"error\")&&e.emit(\"error\",t)}function f(){e.removeListener(\"finish\",p),b()}function p(){debug(\"onfinish\"),e.removeListener(\"close\",f),b()}function b(){debug(\"unpipe\"),r.unpipe(e)}return r.on(\"data\",s),prependListener(e,\"error\",h),e.once(\"close\",f),e.once(\"finish\",p),e.emit(\"pipe\",r),n.flowing||(debug(\"pipe resume\"),r.resume()),e},Readable.prototype.unpipe=function(e){var t=this._readableState,r={hasUnpiped:!1};if(0===t.pipesCount)return this;if(1===t.pipesCount)return e&&e!==t.pipes?this:(e||(e=t.pipes),t.pipes=null,t.pipesCount=0,t.flowing=!1,e&&e.emit(\"unpipe\",this,r),this);if(!e){var n=t.pipes,a=t.pipesCount;t.pipes=null,t.pipesCount=0,t.flowing=!1;for(var i=0;i<a;i++)n[i].emit(\"unpipe\",this,r);return this}var d=indexOf(t.pipes,e);return-1===d?this:(t.pipes.splice(d,1),t.pipesCount-=1,1===t.pipesCount&&(t.pipes=t.pipes[0]),e.emit(\"unpipe\",this,r),this)},Readable.prototype.on=function(e,t){var r=Stream.prototype.on.call(this,e,t);if(\"data\"===e)!1!==this._readableState.flowing&&this.resume();else if(\"readable\"===e){var n=this._readableState;n.endEmitted||n.readableListening||(n.readableListening=n.needReadable=!0,n.emittedReadable=!1,n.reading?n.length&&emitReadable(this):pna.nextTick(nReadingNextTick,this))}return r},Readable.prototype.addListener=Readable.prototype.on,Readable.prototype.resume=function(){var e=this._readableState;return e.flowing||(debug(\"resume\"),e.flowing=!0,resume(this,e)),this},Readable.prototype.pause=function(){return debug(\"call pause flowing=%j\",this._readableState.flowing),!1!==this._readableState.flowing&&(debug(\"pause\"),this._readableState.flowing=!1,this.emit(\"pause\")),this},Readable.prototype.wrap=function(e){var t=this,r=this._readableState,n=!1;for(var a in e.on(\"end\",function(){if(debug(\"wrapped end\"),r.decoder&&!r.ended){var e=r.decoder.end();e&&e.length&&t.push(e)}t.push(null)}),e.on(\"data\",function(a){(debug(\"wrapped data\"),r.decoder&&(a=r.decoder.write(a)),r.objectMode&&null==a)||(r.objectMode||a&&a.length)&&(t.push(a)||(n=!0,e.pause()))}),e)void 0===this[a]&&\"function\"==typeof e[a]&&(this[a]=function(t){return function(){return e[t].apply(e,arguments)}}(a));for(var i=0;i<kProxyEvents.length;i++)e.on(kProxyEvents[i],this.emit.bind(this,kProxyEvents[i]));return this._read=function(t){debug(\"wrapped _read\",t),n&&(n=!1,e.resume())},this},Object.defineProperty(Readable.prototype,\"readableHighWaterMark\",{enumerable:!1,get:function(){return this._readableState.highWaterMark}}),Readable._fromList=fromList;\\n\\n}).call(this)}).call(this,require(221),typeof global !== \"undefined\" ? global : typeof self !== \"undefined\" ? self : typeof window !== \"undefined\" ? window : {})}, {\"221\":221,\"2868\":2868,\"3277\":3277,\"3339\":3339,\"3356\":3356,\"3443\":3443,\"3453\":3453,\"3458\":3458,\"3459\":3459,\"3460\":3460,\"3461\":3461,\"3462\":3462,\"3463\":3463}];\\nwindow.modules[\"3455\"] = [function(require,module,exports){(function (process,global,setImmediate){(function (){\\n\"use strict\";var pna=require(3443);function WriteReq(e,t,r){this.chunk=e,this.encoding=t,this.callback=r,this.next=null}function CorkedRequest(e){var t=this;this.next=null,this.entry=null,this.finish=function(){onCorkedFinish(t,e)}}module.exports=Writable;var Duplex,asyncWrite=!process.browser&&[\"v0.10\",\"v0.9.\"].indexOf(process.version.slice(0,5))>-1?setImmediate:pna.nextTick;Writable.WritableState=WritableState;var util=Object.create(require(3356));util.inherits=require(3277);var internalUtil={deprecate:require(3346)},Stream=require(3460),Buffer=require(3459).Buffer,OurUint8Array=global.Uint8Array||function(){};function _uint8ArrayToBuffer(e){return Buffer.from(e)}function _isUint8Array(e){return Buffer.isBuffer(e)||e instanceof OurUint8Array}var realHasInstance,destroyImpl=require(3463);function nop(){}function WritableState(e,t){Duplex=Duplex||require(3453),e=e||{};var r=t instanceof Duplex;this.objectMode=!!e.objectMode,r&&(this.objectMode=this.objectMode||!!e.writableObjectMode);var i=e.highWaterMark,n=e.writableHighWaterMark,o=this.objectMode?16:16384;this.highWaterMark=i||0===i?i:r&&(n||0===n)?n:o,this.highWaterMark=Math.floor(this.highWaterMark),this.finalCalled=!1,this.needDrain=!1,this.ending=!1,this.ended=!1,this.finished=!1,this.destroyed=!1;var a=!1===e.decodeStrings;this.decodeStrings=!a,this.defaultEncoding=e.defaultEncoding||\"utf8\",this.length=0,this.writing=!1,this.corked=0,this.sync=!0,this.bufferProcessing=!1,this.onwrite=function(e){onwrite(t,e)},this.writecb=null,this.writelen=0,this.bufferedRequest=null,this.lastBufferedRequest=null,this.pendingcb=0,this.prefinished=!1,this.errorEmitted=!1,this.bufferedRequestCount=0,this.corkedRequestsFree=new CorkedRequest(this)}function Writable(e){if(Duplex=Duplex||require(3453),!(realHasInstance.call(Writable,this)||this instanceof Duplex))return new Writable(e);this._writableState=new WritableState(e,this),this.writable=!0,e&&(\"function\"==typeof e.write&&(this._write=e.write),\"function\"==typeof e.writev&&(this._writev=e.writev),\"function\"==typeof e.destroy&&(this._destroy=e.destroy),\"function\"==typeof e.final&&(this._final=e.final)),Stream.call(this)}function writeAfterEnd(e,t){var r=new Error(\"write after end\");e.emit(\"error\",r),pna.nextTick(t,r)}function validChunk(e,t,r,i){var n=!0,o=!1;return null===r?o=new TypeError(\"May not write null values to stream\"):\"string\"==typeof r||void 0===r||t.objectMode||(o=new TypeError(\"Invalid non-string/buffer chunk\")),o&&(e.emit(\"error\",o),pna.nextTick(i,o),n=!1),n}function decodeChunk(e,t,r){return e.objectMode||!1===e.decodeStrings||\"string\"!=typeof t||(t=Buffer.from(t,r)),t}function writeOrBuffer(e,t,r,i,n,o){if(!r){var a=decodeChunk(t,i,n);i!==a&&(r=!0,n=\"buffer\",i=a)}var s=t.objectMode?1:i.length;t.length+=s;var f=t.length<t.highWaterMark;if(f||(t.needDrain=!0),t.writing||t.corked){var u=t.lastBufferedRequest;t.lastBufferedRequest={chunk:i,encoding:n,isBuf:r,callback:o,next:null},u?u.next=t.lastBufferedRequest:t.bufferedRequest=t.lastBufferedRequest,t.bufferedRequestCount+=1}else doWrite(e,t,!1,s,i,n,o);return f}function doWrite(e,t,r,i,n,o,a){t.writelen=i,t.writecb=a,t.writing=!0,t.sync=!0,r?e._writev(n,t.onwrite):e._write(n,o,t.onwrite),t.sync=!1}function onwriteError(e,t,r,i,n){--t.pendingcb,r?(pna.nextTick(n,i),pna.nextTick(finishMaybe,e,t),e._writableState.errorEmitted=!0,e.emit(\"error\",i)):(n(i),e._writableState.errorEmitted=!0,e.emit(\"error\",i),finishMaybe(e,t))}function onwriteStateUpdate(e){e.writing=!1,e.writecb=null,e.length-=e.writelen,e.writelen=0}function onwrite(e,t){var r=e._writableState,i=r.sync,n=r.writecb;if(onwriteStateUpdate(r),t)onwriteError(e,r,i,t,n);else{var o=needFinish(r);o||r.corked||r.bufferProcessing||!r.bufferedRequest||clearBuffer(e,r),i?asyncWrite(afterWrite,e,r,o,n):afterWrite(e,r,o,n)}}function afterWrite(e,t,r,i){r||onwriteDrain(e,t),t.pendingcb--,i(),finishMaybe(e,t)}function onwriteDrain(e,t){0===t.length&&t.needDrain&&(t.needDrain=!1,e.emit(\"drain\"))}function clearBuffer(e,t){t.bufferProcessing=!0;var r=t.bufferedRequest;if(e._writev&&r&&r.next){var i=t.bufferedRequestCount,n=new Array(i),o=t.corkedRequestsFree;o.entry=r;for(var a=0,s=!0;r;)n[a]=r,r.isBuf||(s=!1),r=r.next,a+=1;n.allBuffers=s,doWrite(e,t,!0,t.length,n,\"\",o.finish),t.pendingcb++,t.lastBufferedRequest=null,o.next?(t.corkedRequestsFree=o.next,o.next=null):t.corkedRequestsFree=new CorkedRequest(t),t.bufferedRequestCount=0}else{for(;r;){var f=r.chunk,u=r.encoding,l=r.callback;if(doWrite(e,t,!1,t.objectMode?1:f.length,f,u,l),r=r.next,t.bufferedRequestCount--,t.writing)break}null===r&&(t.lastBufferedRequest=null)}t.bufferedRequest=r,t.bufferProcessing=!1}function needFinish(e){return e.ending&&0===e.length&&null===e.bufferedRequest&&!e.finished&&!e.writing}function callFinal(e,t){e._final(function(r){t.pendingcb--,r&&e.emit(\"error\",r),t.prefinished=!0,e.emit(\"prefinish\"),finishMaybe(e,t)})}function prefinish(e,t){t.prefinished||t.finalCalled||(\"function\"==typeof e._final?(t.pendingcb++,t.finalCalled=!0,pna.nextTick(callFinal,e,t)):(t.prefinished=!0,e.emit(\"prefinish\")))}function finishMaybe(e,t){var r=needFinish(t);return r&&(prefinish(e,t),0===t.pendingcb&&(t.finished=!0,e.emit(\"finish\"))),r}function endWritable(e,t,r){t.ending=!0,finishMaybe(e,t),r&&(t.finished?pna.nextTick(r):e.once(\"finish\",r)),t.ended=!0,e.writable=!1}function onCorkedFinish(e,t,r){var i=e.entry;for(e.entry=null;i;){var n=i.callback;t.pendingcb--,n(r),i=i.next}t.corkedRequestsFree?t.corkedRequestsFree.next=e:t.corkedRequestsFree=e}util.inherits(Writable,Stream),WritableState.prototype.getBuffer=function(){for(var e=this.bufferedRequest,t=[];e;)t.push(e),e=e.next;return t},function(){try{Object.defineProperty(WritableState.prototype,\"buffer\",{get:internalUtil.deprecate(function(){return this.getBuffer()},\"_writableState.buffer is deprecated. Use _writableState.getBuffer instead.\",\"DEP0003\")})}catch(e){}}(),\"function\"==typeof Symbol&&Symbol.hasInstance&&\"function\"==typeof Function.prototype[Symbol.hasInstance]?(realHasInstance=Function.prototype[Symbol.hasInstance],Object.defineProperty(Writable,Symbol.hasInstance,{value:function(e){return!!realHasInstance.call(this,e)||this===Writable&&(e&&e._writableState instanceof WritableState)}})):realHasInstance=function(e){return e instanceof this},Writable.prototype.pipe=function(){this.emit(\"error\",new Error(\"Cannot pipe, not readable\"))},Writable.prototype.write=function(e,t,r){var i=this._writableState,n=!1,o=!i.objectMode&&_isUint8Array(e);return o&&!Buffer.isBuffer(e)&&(e=_uint8ArrayToBuffer(e)),\"function\"==typeof t&&(r=t,t=null),o?t=\"buffer\":t||(t=i.defaultEncoding),\"function\"!=typeof r&&(r=nop),i.ended?writeAfterEnd(this,r):(o||validChunk(this,i,e,r))&&(i.pendingcb++,n=writeOrBuffer(this,i,o,e,t,r)),n},Writable.prototype.cork=function(){this._writableState.corked++},Writable.prototype.uncork=function(){var e=this._writableState;e.corked&&(e.corked--,e.writing||e.corked||e.finished||e.bufferProcessing||!e.bufferedRequest||clearBuffer(this,e))},Writable.prototype.setDefaultEncoding=function(e){if(\"string\"==typeof e&&(e=e.toLowerCase()),!([\"hex\",\"utf8\",\"utf-8\",\"ascii\",\"binary\",\"base64\",\"ucs2\",\"ucs-2\",\"utf16le\",\"utf-16le\",\"raw\"].indexOf((e+\"\").toLowerCase())>-1))throw new TypeError(\"Unknown encoding: \"+e);return this._writableState.defaultEncoding=e,this},Object.defineProperty(Writable.prototype,\"writableHighWaterMark\",{enumerable:!1,get:function(){return this._writableState.highWaterMark}}),Writable.prototype._write=function(e,t,r){r(new Error(\"_write() is not implemented\"))},Writable.prototype._writev=null,Writable.prototype.end=function(e,t,r){var i=this._writableState;\"function\"==typeof e?(r=e,e=null,t=null):\"function\"==typeof t&&(r=t,t=null),null!=e&&this.write(e,t),i.corked&&(i.corked=1,this.uncork()),i.ending||i.finished||endWritable(this,i,r)},Object.defineProperty(Writable.prototype,\"destroyed\",{get:function(){return void 0!==this._writableState&&this._writableState.destroyed},set:function(e){this._writableState&&(this._writableState.destroyed=e)}}),Writable.prototype.destroy=destroyImpl.destroy,Writable.prototype._undestroy=destroyImpl.undestroy,Writable.prototype._destroy=function(e,t){this.end(),t(e)};\\n\\n}).call(this)}).call(this,require(221),typeof global !== \"undefined\" ? global : typeof self !== \"undefined\" ? self : typeof window !== \"undefined\" ? window : {},require(2511).setImmediate)}, {\"221\":221,\"2511\":2511,\"3277\":3277,\"3346\":3346,\"3356\":3356,\"3443\":3443,\"3453\":3453,\"3459\":3459,\"3460\":3460,\"3463\":3463}];\\nwindow.modules[\"3456\"] = [function(require,module,exports){\"use strict\";module.exports=PassThrough;var Transform=require(3457),util=Object.create(require(3356));function PassThrough(r){if(!(this instanceof PassThrough))return new PassThrough(r);Transform.call(this,r)}util.inherits=require(3277),util.inherits(PassThrough,Transform),PassThrough.prototype._transform=function(r,s,t){t(null,r)};\\n}, {\"3277\":3277,\"3356\":3356,\"3457\":3457}];\\nwindow.modules[\"3457\"] = [function(require,module,exports){\"use strict\";module.exports=Transform;var Duplex=require(3453),util=Object.create(require(3356));function afterTransform(r,t){var e=this._transformState;e.transforming=!1;var n=e.writecb;if(!n)return this.emit(\"error\",new Error(\"write callback called multiple times\"));e.writechunk=null,e.writecb=null,null!=t&&this.push(t),n(r);var i=this._readableState;i.reading=!1,(i.needReadable||i.length<i.highWaterMark)&&this._read(i.highWaterMark)}function Transform(r){if(!(this instanceof Transform))return new Transform(r);Duplex.call(this,r),this._transformState={afterTransform:afterTransform.bind(this),needTransform:!1,transforming:!1,writecb:null,writechunk:null,writeencoding:null},this._readableState.needReadable=!0,this._readableState.sync=!1,r&&(\"function\"==typeof r.transform&&(this._transform=r.transform),\"function\"==typeof r.flush&&(this._flush=r.flush)),this.on(\"prefinish\",prefinish)}function prefinish(){var r=this;\"function\"==typeof this._flush?this._flush(function(t,e){done(r,t,e)}):done(this,null,null)}function done(r,t,e){if(t)return r.emit(\"error\",t);if(null!=e&&r.push(e),r._writableState.length)throw new Error(\"Calling transform done when ws.length != 0\");if(r._transformState.transforming)throw new Error(\"Calling transform done when still transforming\");return r.push(null)}util.inherits=require(3277),util.inherits(Transform,Duplex),Transform.prototype.push=function(r,t){return this._transformState.needTransform=!1,Duplex.prototype.push.call(this,r,t)},Transform.prototype._transform=function(r,t,e){throw new Error(\"_transform() is not implemented\")},Transform.prototype._write=function(r,t,e){var n=this._transformState;if(n.writecb=e,n.writechunk=r,n.writeencoding=t,!n.transforming){var i=this._readableState;(n.needTransform||i.needReadable||i.length<i.highWaterMark)&&this._read(i.highWaterMark)}},Transform.prototype._read=function(r){var t=this._transformState;null!==t.writechunk&&t.writecb&&!t.transforming?(t.transforming=!0,this._transform(t.writechunk,t.writeencoding,t.afterTransform)):t.needTransform=!0},Transform.prototype._destroy=function(r,t){var e=this;Duplex.prototype._destroy.call(this,r,function(r){t(r),e.emit(\"close\")})};\\n}, {\"3277\":3277,\"3356\":3356,\"3453\":3453}];\\nwindow.modules[\"3458\"] = [function(require,module,exports){var toString={}.toString;module.exports=Array.isArray||function(r){return\"[object Array]\"==toString.call(r)};\\n}, {}];\\nwindow.modules[\"3459\"] = [function(require,module,exports){var buffer=require(161),Buffer=buffer.Buffer;function copyProps(f,r){for(var e in f)r[e]=f[e]}function SafeBuffer(f,r,e){return Buffer(f,r,e)}Buffer.from&&Buffer.alloc&&Buffer.allocUnsafe&&Buffer.allocUnsafeSlow?module.exports=buffer:(copyProps(buffer,exports),exports.Buffer=SafeBuffer),copyProps(Buffer,SafeBuffer),SafeBuffer.from=function(f,r,e){if(\"number\"==typeof f)throw new TypeError(\"Argument must not be a number\");return Buffer(f,r,e)},SafeBuffer.alloc=function(f,r,e){if(\"number\"!=typeof f)throw new TypeError(\"Argument must be a number\");var u=Buffer(f);return void 0!==r?\"string\"==typeof e?u.fill(r,e):u.fill(r):u.fill(0),u},SafeBuffer.allocUnsafe=function(f){if(\"number\"!=typeof f)throw new TypeError(\"Argument must be a number\");return Buffer(f)},SafeBuffer.allocUnsafeSlow=function(f){if(\"number\"!=typeof f)throw new TypeError(\"Argument must be a number\");return buffer.SlowBuffer(f)};\\n}, {\"161\":161}];\\nwindow.modules[\"3460\"] = [function(require,module,exports){module.exports=require(3339).EventEmitter;\\n}, {\"3339\":3339}];\\nwindow.modules[\"3461\"] = [function(require,module,exports){\"use strict\";function _classCallCheck(t,e){if(!(t instanceof e))throw new TypeError(\"Cannot call a class as a function\")}var Buffer=require(3459).Buffer,util=require(2868);function copyBuffer(t,e,i){t.copy(e,i)}module.exports=function(){function t(){_classCallCheck(this,t),this.head=null,this.tail=null,this.length=0}return t.prototype.push=function(t){var e={data:t,next:null};this.length>0?this.tail.next=e:this.head=e,this.tail=e,++this.length},t.prototype.unshift=function(t){var e={data:t,next:this.head};0===this.length&&(this.tail=e),this.head=e,++this.length},t.prototype.shift=function(){if(0!==this.length){var t=this.head.data;return 1===this.length?this.head=this.tail=null:this.head=this.head.next,--this.length,t}},t.prototype.clear=function(){this.head=this.tail=null,this.length=0},t.prototype.join=function(t){if(0===this.length)return\"\";for(var e=this.head,i=\"\"+e.data;e=e.next;)i+=t+e.data;return i},t.prototype.concat=function(t){if(0===this.length)return Buffer.alloc(0);if(1===this.length)return this.head.data;for(var e=Buffer.allocUnsafe(t>>>0),i=this.head,n=0;i;)copyBuffer(i.data,e,n),n+=i.data.length,i=i.next;return e},t}(),util&&util.inspect&&util.inspect.custom&&(module.exports.prototype[util.inspect.custom]=function(){var t=util.inspect({length:this.length});return this.constructor.name+\" \"+t});\\n}, {\"2868\":2868,\"3459\":3459}];\\nwindow.modules[\"3462\"] = [function(require,module,exports){\"use strict\";var Buffer=require(3459).Buffer,isEncoding=Buffer.isEncoding||function(t){switch((t=\"\"+t)&&t.toLowerCase()){case\"hex\":case\"utf8\":case\"utf-8\":case\"ascii\":case\"binary\":case\"base64\":case\"ucs2\":case\"ucs-2\":case\"utf16le\":case\"utf-16le\":case\"raw\":return!0;default:return!1}};function _normalizeEncoding(t){if(!t)return\"utf8\";for(var e;;)switch(t){case\"utf8\":case\"utf-8\":return\"utf8\";case\"ucs2\":case\"ucs-2\":case\"utf16le\":case\"utf-16le\":return\"utf16le\";case\"latin1\":case\"binary\":return\"latin1\";case\"base64\":case\"ascii\":case\"hex\":return t;default:if(e)return;t=(\"\"+t).toLowerCase(),e=!0}}function normalizeEncoding(t){var e=_normalizeEncoding(t);if(\"string\"!=typeof e&&(Buffer.isEncoding===isEncoding||!isEncoding(t)))throw new Error(\"Unknown encoding: \"+t);return e||t}function StringDecoder(t){var e;switch(this.encoding=normalizeEncoding(t),this.encoding){case\"utf16le\":this.text=utf16Text,this.end=utf16End,e=4;break;case\"utf8\":this.fillLast=utf8FillLast,e=4;break;case\"base64\":this.text=base64Text,this.end=base64End,e=3;break;default:return this.write=simpleWrite,void(this.end=simpleEnd)}this.lastNeed=0,this.lastTotal=0,this.lastChar=Buffer.allocUnsafe(e)}function utf8CheckByte(t){return t<=127?0:t>>5==6?2:t>>4==14?3:t>>3==30?4:t>>6==2?-1:-2}function utf8CheckIncomplete(t,e,s){var i=e.length-1;if(i<s)return 0;var n=utf8CheckByte(e[i]);return n>=0?(n>0&&(t.lastNeed=n-1),n):--i<s||-2===n?0:(n=utf8CheckByte(e[i]))>=0?(n>0&&(t.lastNeed=n-2),n):--i<s||-2===n?0:(n=utf8CheckByte(e[i]))>=0?(n>0&&(2===n?n=0:t.lastNeed=n-3),n):0}function utf8CheckExtraBytes(t,e,s){if(128!=(192&e[0]))return t.lastNeed=0,\"<22>\";if(t.lastNeed>1&&e.length>1){if(128!=(192&e[1]))return t.lastNeed=1,\"<22>\";if(t.lastNeed>2&&e.length>2&&128!=(192&e[2]))return t.lastNeed=2,\"<22>\"}}function utf8FillLast(t){var e=this.lastTotal-this.lastNeed,s=utf8CheckExtraBytes(this,t,e);return void 0!==s?s:this.lastNeed<=t.length?(t.copy(this.lastChar,e,0,this.lastNeed),this.lastChar.toString(this.encoding,0,this.lastTotal)):(t.copy(this.lastChar,e,0,t.length),void(this.lastNeed-=t.length))}function utf8Text(t,e){var s=utf8CheckIncomplete(this,t,e);if(!this.lastNeed)return t.toString(\"utf8\",e);this.lastTotal=s;var i=t.length-(s-this.lastNeed);return t.copy(this.lastChar,0,i),t.toString(\"utf8\",e,i)}function utf8End(t){var e=t&&t.length?this.write(t):\"\";return this.lastNeed?e+\"<22>\":e}function utf16Text(t,e){if((t.length-e)%2==0){var s=t.toString(\"utf16le\",e);if(s){var i=s.charCodeAt(s.length-1);if(i>=55296&&i<=56319)return this.lastNeed=2,this.lastTotal=4,this.lastChar[0]=t[t.length-2],this.lastChar[1]=t[t.length-1],s.slice(0,-1)}return s}return this.lastNeed=1,this.lastTotal=2,this.lastChar[0]=t[t.length-1],t.toString(\"utf16le\",e,t.length-1)}function utf16End(t){var e=t&&t.length?this.write(t):\"\";if(this.lastNeed){var s=this.lastTotal-this.lastNeed;return e+this.lastChar.toString(\"utf16le\",0,s)}return e}function base64Text(t,e){var s=(t.length-e)%3;return 0===s?t.toString(\"base64\",e):(this.lastNeed=3-s,this.lastTotal=3,1===s?this.lastChar[0]=t[t.length-1]:(this.lastChar[0]=t[t.length-2],this.lastChar[1]=t[t.length-1]),t.toString(\"base64\",e,t.length-s))}function base64End(t){var e=t&&t.length?this.write(t):\"\";return this.lastNeed?e+this.lastChar.toString(\"base64\",0,3-this.lastNeed):e}function simpleWrite(t){return t.toString(this.encoding)}function simpleEnd(t){return t&&t.length?this.write(t):\"\"}exports.StringDecoder=StringDecoder,StringDecoder.prototype.write=function(t){if(0===t.length)return\"\";var e,s;if(this.lastNeed){if(void 0===(e=this.fillLast(t)))return\"\";s=this.lastNeed,this.lastNeed=0}else s=0;return s<t.length?e?e+this.text(t,s):this.text(t,s):e||\"\"},StringDecoder.prototype.end=utf8End,StringDecoder.prototype.text=utf8Text,StringDecoder.prototype.fillLast=function(t){if(this.lastNeed<=t.length)return t.copy(this.lastChar,this.lastTotal-this.lastNeed,0,this.lastNeed),this.lastChar.toString(this.encoding,0,this.lastTotal);t.copy(this.lastChar,this.lastTotal-this.lastNeed,0,t.length),this.lastNeed-=t.length};\\n}, {\"3459\":3459}];\\nwindow.modules[\"3463\"] = [function(require,module,exports){\"use strict\";var pna=require(3443);function destroy(t,e){var r=this,a=this._readableState&&this._readableState.destroyed,i=this._writableState&&this._writableState.destroyed;return a||i?(e?e(t):!t||this._writableState&&this._writableState.errorEmitted||pna.nextTick(emitErrorNT,this,t),this):(this._readableState&&(this._readableState.destroyed=!0),this._writableState&&(this._writableState.destroyed=!0),this._destroy(t||null,function(t){!e&&t?(pna.nextTick(emitErrorNT,r,t),r._writableState&&(r._writableState.errorEmitted=!0)):e&&e(t)}),this)}function undestroy(){this._readableState&&(this._readableState.destroyed=!1,this._readableState.reading=!1,this._readableState.ended=!1,this._readableState.endEmitted=!1),this._writableState&&(this._writableState.destroyed=!1,this._writableState.ended=!1,this._writableState.ending=!1,this._writableState.finished=!1,this._writableState.errorEmitted=!1)}function emitErrorNT(t,e){t.emit(\"error\",e)}module.exports={destroy:destroy,undestroy:undestroy};\\n}, {\"3443\":3443}];\\nwindow.modules[\"3464\"] = [function(require,module,exports){module.exports=require(3465).PassThrough;\\n}, {\"3465\":3465}];\\nwindow.modules[\"3465\"] = [function(require,module,exports){exports=module.exports=require(3454),exports.Stream=exports,exports.Readable=exports,exports.Writable=require(3455),exports.Duplex=require(3453),exports.Transform=require(3457),exports.PassThrough=require(3456);\\n}, {\"3453\":3453,\"3454\":3454,\"3455\":3455,\"3456\":3456,\"3457\":3457}];\\nwindow.modules[\"3466\"] = [function(require,module,exports){module.exports=require(3465).Transform;\\n}, {\"3465\":3465}];\\nwindow.modules[\"3467\"] = [function(require,module,exports){module.exports=require(3455);\\n}, {\"3455\":3455}];\\nwindow.modules[\"3475\"] = [function(require,module,exports){module.exports=extend;var hasOwnProperty=Object.prototype.hasOwnProperty;function extend(){for(var r={},e=0;e<arguments.length;e++){var t=arguments[e];for(var n in t)hasOwnProperty.call(t,n)&&(r[n]=t[n])}return r}\\n}, {}];\\nwindow.modules[\"3476\"] = [function(require,module,exports){(function (process,global,Buffer){(function (){\\nvar capability=require(3478),inherits=require(3277),stream=require(3479),rStates=exports.readyStates={UNSENT:0,OPENED:1,HEADERS_RECEIVED:2,LOADING:3,DONE:4},IncomingMessage=exports.IncomingMessage=function(e,r,s,t){var a=this;if(stream.Readable.call(a),a._mode=s,a.headers={},a.rawHeaders=[],a.trailers={},a.rawTrailers=[],a.on(\"end\",function(){process.nextTick(function(){a.emit(\"close\")})}),\"fetch\"===s){if(a._fetchResponse=r,a.url=r.url,a.statusCode=r.status,a.statusMessage=r.statusText,r.headers.forEach(function(e,r){a.headers[r.toLowerCase()]=e,a.rawHeaders.push(r,e)}),capability.writableStream){var o=new WritableStream({write:function(e){return t(!1),new Promise(function(r,s){a._destroyed?s():a.push(Buffer.from(e))?r():a._resumeFetch=r})},close:function(){t(!0),a._destroyed||a.push(null)},abort:function(e){t(!0),a._destroyed||a.emit(\"error\",e)}});try{return void r.body.pipeTo(o).catch(function(e){t(!0),a._destroyed||a.emit(\"error\",e)})}catch(e){}}var n=r.body.getReader();!function e(){n.read().then(function(r){a._destroyed||(t(r.done),r.done?a.push(null):(a.push(Buffer.from(r.value)),e()))}).catch(function(e){t(!0),a._destroyed||a.emit(\"error\",e)})}()}else{if(a._xhr=e,a._pos=0,a.url=e.responseURL,a.statusCode=e.status,a.statusMessage=e.statusText,e.getAllResponseHeaders().split(/\\\\r?\\\\n/).forEach(function(e){var r=e.match(/^([^:]+):\\\\s*(.*)/);if(r){var s=r[1].toLowerCase();\"set-cookie\"===s?(void 0===a.headers[s]&&(a.headers[s]=[]),a.headers[s].push(r[2])):void 0!==a.headers[s]?a.headers[s]+=\", \"+r[2]:a.headers[s]=r[2],a.rawHeaders.push(r[1],r[2])}}),a._charset=\"x-user-defined\",!capability.overrideMimeType){var i=a.rawHeaders[\"mime-type\"];if(i){var u=i.match(/;\\\\s*charset=([^;])(;|$)/);u&&(a._charset=u[1].toLowerCase())}a._charset||(a._charset=\"utf-8\")}}};inherits(IncomingMessage,stream.Readable),IncomingMessage.prototype._read=function(){var e=this._resumeFetch;e&&(this._resumeFetch=null,e())},IncomingMessage.prototype._onXHRProgress=function(e){var r=this,s=r._xhr,t=null;switch(r._mode){case\"text\":if((t=s.responseText).length>r._pos){var a=t.substr(r._pos);if(\"x-user-defined\"===r._charset){for(var o=Buffer.alloc(a.length),n=0;n<a.length;n++)o[n]=255&a.charCodeAt(n);r.push(o)}else r.push(a,r._charset);r._pos=t.length}break;case\"arraybuffer\":if(s.readyState!==rStates.DONE||!s.response)break;t=s.response,r.push(Buffer.from(new Uint8Array(t)));break;case\"moz-chunked-arraybuffer\":if(t=s.response,s.readyState!==rStates.LOADING||!t)break;r.push(Buffer.from(new Uint8Array(t)));break;case\"ms-stream\":if(t=s.response,s.readyState!==rStates.LOADING)break;var i=new global.MSStreamReader;i.onprogress=function(){i.result.byteLength>r._pos&&(r.push(Buffer.from(new Uint8Array(i.result.slice(r._pos)))),r._pos=i.result.byteLength)},i.onload=function(){e(!0),r.push(null)},i.readAsArrayBuffer(t)}r._xhr.readyState===rStates.DONE&&\"ms-stream\"!==r._mode&&(e(!0),r.push(null))};\\n\\n}).call(this)}).call(this,require(221),typeof global !== \"undefined\" ? global : typeof self !== \"undefined\" ? self : typeof window !== \"undefined\" ? window : {},require(161).Buffer)}, {\"161\":161,\"221\":221,\"3277\":3277,\"3478\":3478,\"3479\":3479}];\\nwindow.modules[\"3477\"] = [function(require,module,exports){(function (process,global,Buffer){(function (){\\nvar capability=require(3478),inherits=require(3277),response=require(3476),stream=require(3479),IncomingMessage=response.IncomingMessage,rStates=response.readyStates;function decideMode(e,t){return capability.fetch&&t?\"fetch\":capability.mozchunkedarraybuffer?\"moz-chunked-arraybuffer\":capability.msstream?\"ms-stream\":capability.arraybuffer&&e?\"arraybuffer\":\"text\"}var ClientRequest=module.exports=function(e){var t,r=this;stream.Writable.call(r),r._opts=e,r._body=[],r._headers={},e.auth&&r.setHeader(\"Authorization\",\"Basic \"+Buffer.from(e.auth).toString(\"base64\")),Object.keys(e.headers).forEach(function(t){r.setHeader(t,e.headers[t])});var o=!0;if(\"disable-fetch\"===e.mode||\"requestTimeout\"in e&&!capability.abortController)o=!1,t=!0;else if(\"prefer-streaming\"===e.mode)t=!1;else if(\"allow-wrong-content-type\"===e.mode)t=!capability.overrideMimeType;else{if(e.mode&&\"default\"!==e.mode&&\"prefer-fast\"!==e.mode)throw new Error(\"Invalid value for opts.mode\");t=!0}r._mode=decideMode(t,o),r._fetchTimer=null,r._socketTimeout=null,r._socketTimer=null,r.on(\"finish\",function(){r._onFinish()})};function statusValid(e){try{var t=e.status;return null!==t&&0!==t}catch(e){return!1}}inherits(ClientRequest,stream.Writable),ClientRequest.prototype.setHeader=function(e,t){var r=e.toLowerCase();-1===unsafeHeaders.indexOf(r)&&(this._headers[r]={name:e,value:t})},ClientRequest.prototype.getHeader=function(e){var t=this._headers[e.toLowerCase()];return t?t.value:null},ClientRequest.prototype.removeHeader=function(e){delete this._headers[e.toLowerCase()]},ClientRequest.prototype._onFinish=function(){var e=this;if(!e._destroyed){var t=e._opts;\"timeout\"in t&&0!==t.timeout&&e.setTimeout(t.timeout);var r=e._headers,o=null;\"GET\"!==t.method&&\"HEAD\"!==t.method&&(o=new Blob(e._body,{type:(r[\"content-type\"]||{}).value||\"\"}));var s=[];if(Object.keys(r).forEach(function(e){var t=r[e].name,o=r[e].value;Array.isArray(o)?o.forEach(function(e){s.push([t,e])}):s.push([t,o])}),\"fetch\"===e._mode){var i=null;if(capability.abortController){var n=new AbortController;i=n.signal,e._fetchAbortController=n,\"requestTimeout\"in t&&0!==t.requestTimeout&&(e._fetchTimer=global.setTimeout(function(){e.emit(\"requestTimeout\"),e._fetchAbortController&&e._fetchAbortController.abort()},t.requestTimeout))}global.fetch(e._opts.url,{method:e._opts.method,headers:s,body:o||void 0,mode:\"cors\",credentials:t.withCredentials?\"include\":\"same-origin\",signal:i}).then(function(t){e._fetchResponse=t,e._resetTimers(!1),e._connect()},function(t){e._resetTimers(!0),e._destroyed||e.emit(\"error\",t)})}else{var a=e._xhr=new global.XMLHttpRequest;try{a.open(e._opts.method,e._opts.url,!0)}catch(t){return void process.nextTick(function(){e.emit(\"error\",t)})}\"responseType\"in a&&(a.responseType=e._mode),\"withCredentials\"in a&&(a.withCredentials=!!t.withCredentials),\"text\"===e._mode&&\"overrideMimeType\"in a&&a.overrideMimeType(\"text/plain; charset=x-user-defined\"),\"requestTimeout\"in t&&(a.timeout=t.requestTimeout,a.ontimeout=function(){e.emit(\"requestTimeout\")}),s.forEach(function(e){a.setRequestHeader(e[0],e[1])}),e._response=null,a.onreadystatechange=function(){switch(a.readyState){case rStates.LOADING:case rStates.DONE:e._onXHRProgress()}},\"moz-chunked-arraybuffer\"===e._mode&&(a.onprogress=function(){e._onXHRProgress()}),a.onerror=function(){e._destroyed||(e._resetTimers(!0),e.emit(\"error\",new Error(\"XHR error\")))};try{a.send(o)}catch(t){return void process.nextTick(function(){e.emit(\"error\",t)})}}}},ClientRequest.prototype._onXHRProgress=function(){this._resetTimers(!1),statusValid(this._xhr)&&!this._destroyed&&(this._response||this._connect(),this._response._onXHRProgress(this._resetTimers.bind(this)))},ClientRequest.prototype._connect=function(){var e=this;e._destroyed||(e._response=new IncomingMessage(e._xhr,e._fetchResponse,e._mode,e._resetTimers.bind(e)),e._response.on(\"error\",function(t){e.emit(\"error\",t)}),e.emit(\"response\",e._response))},ClientRequest.prototype._write=function(e,t,r){this._body.push(e),r()},ClientRequest.prototype._resetTimers=function(e){var t=this;global.clearTimeout(t._socketTimer),t._socketTimer=null,e?(global.clearTimeout(t._fetchTimer),t._fetchTimer=null):t._socketTimeout&&(t._socketTimer=global.setTimeout(function(){t.emit(\"timeout\")},t._socketTimeout))},ClientRequest.prototype.abort=ClientRequest.prototype.destroy=function(e){this._destroyed=!0,this._resetTimers(!0),this._response&&(this._response._destroyed=!0),this._xhr?this._xhr.abort():this._fetchAbortController&&this._fetchAbortController.abort(),e&&this.emit(\"error\",e)},ClientRequest.prototype.end=function(e,t,r){\"function\"==typeof e&&(r=e,e=void 0),stream.Writable.prototype.end.call(this,e,t,r)},ClientRequest.prototype.setTimeout=function(e,t){t&&this.once(\"timeout\",t),this._socketTimeout=e,this._resetTimers(!1)},ClientRequest.prototype.flushHeaders=function(){},ClientRequest.prototype.setNoDelay=function(){},ClientRequest.prototype.setSocketKeepAlive=function(){};var unsafeHeaders=[\"accept-charset\",\"accept-encoding\",\"access-control-request-headers\",\"access-control-request-method\",\"connection\",\"content-length\",\"cookie\",\"cookie2\",\"date\",\"dnt\",\"expect\",\"host\",\"keep-alive\",\"origin\",\"referer\",\"te\",\"trailer\",\"transfer-encoding\",\"upgrade\",\"via\"];\\n\\n}).call(this)}).call(this,require(221),typeof global !== \"undefined\" ? global : typeof self !== \"undefined\" ? self : typeof window !== \"undefined\" ? window : {},require(161).Buffer)}, {\"161\":161,\"221\":221,\"3277\":3277,\"3476\":3476,\"3478\":3478,\"3479\":3479}];\\nwindow.modules[\"3478\"] = [function(require,module,exports){(function (global){(function (){\\nvar xhr;function getXHR(){if(void 0!==xhr)return xhr;if(global.XMLHttpRequest){xhr=new global.XMLHttpRequest;try{xhr.open(\"GET\",global.XDomainRequest?\"/\":\"https://example.com\")}catch(e){xhr=null}}else xhr=null;return xhr}function checkTypeSupport(e){var r=getXHR();if(!r)return!1;try{return r.responseType=e,r.responseType===e}catch(e){}return!1}function isFunction(e){return\"function\"==typeof e}exports.fetch=isFunction(global.fetch)&&isFunction(global.ReadableStream),exports.writableStream=isFunction(global.WritableStream),exports.abortController=isFunction(global.AbortController),exports.arraybuffer=exports.fetch||checkTypeSupport(\"arraybuffer\"),exports.msstream=!exports.fetch&&checkTypeSupport(\"ms-stream\"),exports.mozchunkedarraybuffer=!exports.fetch&&checkTypeSupport(\"moz-chunked-arraybuffer\"),exports.overrideMimeType=exports.fetch||!!getXHR()&&isFunction(getXHR().overrideMimeType),xhr=null;\\n\\n}).call(this)}).call(this,typeof global !== \"undefined\" ? global : typeof self !== \"undefined\" ? self : typeof window !== \"undefined\" ? window : {})}, {}];\\nwindow.modules[\"3479\"] = [function(require,module,exports){exports=module.exports=require(3482),exports.Stream=exports,exports.Readable=exports,exports.Writable=require(3483),exports.Duplex=require(3481),exports.Transform=require(3485),exports.PassThrough=require(3484),exports.finished=require(3492),exports.pipeline=require(3493);\\n}, {\"3481\":3481,\"3482\":3482,\"3483\":3483,\"3484\":3484,\"3485\":3485,\"3492\":3492,\"3493\":3493}];\\nwindow.modules[\"3480\"] = [function(require,module,exports){\"use strict\";function _inheritsLoose(e,r){e.prototype=Object.create(r.prototype),e.prototype.constructor=e,e.__proto__=r}var codes={};function createErrorType(e,r,t){t||(t=Error);var n=function(e){function t(t,n,o){return e.call(this,function(e,t,n){return\"string\"==typeof r?r:r(e,t,n)}(t,n,o))||this}return _inheritsLoose(t,e),t}(t);n.prototype.name=t.name,n.prototype.code=e,codes[e]=n}function oneOf(e,r){if(Array.isArray(e)){var t=e.length;return e=e.map(function(e){return String(e)}),t>2?\"one of \".concat(r,\" \").concat(e.slice(0,t-1).join(\", \"),\", or \")+e[t-1]:2===t?\"one of \".concat(r,\" \").concat(e[0],\" or \").concat(e[1]):\"of \".concat(r,\" \").concat(e[0])}return\"of \".concat(r,\" \").concat(String(e))}function startsWith(e,r,t){return e.substr(!t||t<0?0:+t,r.length)===r}function endsWith(e,r,t){return(void 0===t||t>e.length)&&(t=e.length),e.substring(t-r.length,t)===r}function includes(e,r,t){return\"number\"!=typeof t&&(t=0),!(t+r.length>e.length)&&-1!==e.indexOf(r,t)}createErrorType(\"ERR_INVALID_OPT_VALUE\",function(e,r){return\\'The value \"\\'+r+\\'\" is invalid for option \"\\'+e+\\'\"\\'},TypeError),createErrorType(\"ERR_INVALID_ARG_TYPE\",function(e,r,t){var n,o;if(\"string\"==typeof r&&startsWith(r,\"not \")?(n=\"must not be\",r=r.replace(/^not /,\"\")):n=\"must be\",endsWith(e,\" argument\"))o=\"The \".concat(e,\" \").concat(n,\" \").concat(oneOf(r,\"type\"));else{var c=includes(e,\".\")?\"property\":\"argument\";o=\\'The \"\\'.concat(e,\\'\" \\').concat(c,\" \").concat(n,\" \").concat(oneOf(r,\"type\"))}return o+=\". Received type \".concat(typeof t)},TypeError),createErrorType(\"ERR_STREAM_PUSH_AFTER_EOF\",\"stream.push() after EOF\"),createErrorType(\"ERR_METHOD_NOT_IMPLEMENTED\",function(e){return\"The \"+e+\" method is not implemented\"}),createErrorType(\"ERR_STREAM_PREMATURE_CLOSE\",\"Premature close\"),createErrorType(\"ERR_STREAM_DESTROYED\",function(e){return\"Cannot call \"+e+\" after a stream was destroyed\"}),createErrorType(\"ERR_MULTIPLE_CALLBACK\",\"Callback called multiple times\"),createErrorType(\"ERR_STREAM_CANNOT_PIPE\",\"Cannot pipe, not readable\"),createErrorType(\"ERR_STREAM_WRITE_AFTER_END\",\"write after end\"),createErrorType(\"ERR_STREAM_NULL_VALUES\",\"May not write null values to stream\",TypeError),createErrorType(\"ERR_UNKNOWN_ENCODING\",function(e){return\"Unknown encoding: \"+e},TypeError),createErrorType(\"ERR_STREAM_UNSHIFT_AFTER_END_EVENT\",\"stream.unshift() after end event\"),module.exports.codes=codes;\\n}, {}];\\nwindow.modules[\"3481\"] = [function(require,module,exports){(function (process){(function (){\\n\"use strict\";var objectKeys=Object.keys||function(e){var t=[];for(var r in e)t.push(r);return t};module.exports=Duplex;var Readable=require(3482),Writable=require(3483);require(3277)(Duplex,Readable);for(var keys=objectKeys(Writable.prototype),v=0;v<keys.length;v++){var method=keys[v];Duplex.prototype[method]||(Duplex.prototype[method]=Writable.prototype[method])}function Duplex(e){if(!(this instanceof Duplex))return new Duplex(e);Readable.call(this,e),Writable.call(this,e),this.allowHalfOpen=!0,e&&(!1===e.readable&&(this.readable=!1),!1===e.writable&&(this.writable=!1),!1===e.allowHalfOpen&&(this.allowHalfOpen=!1,this.once(\"end\",onend)))}function onend(){this._writableState.ended||process.nextTick(onEndNT,this)}function onEndNT(e){e.end()}Object.defineProperty(Duplex.prototype,\"writableHighWaterMark\",{enumerable:!1,get:function(){return this._writableState.highWaterMark}}),Object.defineProperty(Duplex.prototype,\"writableBuffer\",{enumerable:!1,get:function(){return this._writableState&&this._writableState.getBuffer()}}),Object.defineProperty(Duplex.prototype,\"writableLength\",{enumerable:!1,get:function(){return this._writableState.length}}),Object.defineProperty(Duplex.prototype,\"destroyed\",{enumerable:!1,get:function(){return void 0!==this._readableState&&void 0!==this._writableState&&(this._readableState.destroyed&&this._writableState.destroyed)},set:function(e){void 0!==this._readableState&&void 0!==this._writableState&&(this._readableState.destroyed=e,this._writableState.destroyed=e)}});\\n\\n}).call(this)}).call(this,require(221))}, {\"221\":221,\"3277\":3277,\"3482\":3482,\"3483\":3483}];\\nwindow.modules[\"3482\"] = [function(require,module,exports){(function (process,global){(function (){\\n\"use strict\";var Duplex;module.exports=Readable,Readable.ReadableState=ReadableState;var EE=require(3339).EventEmitter,EElistenerCount=function(e,t){return e.listeners(t).length},Stream=require(3487),Buffer=require(161).Buffer,OurUint8Array=global.Uint8Array||function(){};function _uint8ArrayToBuffer(e){return Buffer.from(e)}function _isUint8Array(e){return Buffer.isBuffer(e)||e instanceof OurUint8Array}var debug,debugUtil=require(2868);debug=debugUtil&&debugUtil.debuglog?debugUtil.debuglog(\"stream\"):function(){};var StringDecoder,createReadableStreamAsyncIterator,from,BufferList=require(3489),destroyImpl=require(3488),_require=require(3490),getHighWaterMark=_require.getHighWaterMark,_require$codes=require(3480).codes,ERR_INVALID_ARG_TYPE=_require$codes.ERR_INVALID_ARG_TYPE,ERR_STREAM_PUSH_AFTER_EOF=_require$codes.ERR_STREAM_PUSH_AFTER_EOF,ERR_METHOD_NOT_IMPLEMENTED=_require$codes.ERR_METHOD_NOT_IMPLEMENTED,ERR_STREAM_UNSHIFT_AFTER_END_EVENT=_require$codes.ERR_STREAM_UNSHIFT_AFTER_END_EVENT;require(3277)(Readable,Stream);var errorOrDestroy=destroyImpl.errorOrDestroy,kProxyEvents=[\"error\",\"close\",\"destroy\",\"pause\",\"resume\"];function prependListener(e,t,r){if(\"function\"==typeof e.prependListener)return e.prependListener(t,r);e._events&&e._events[t]?Array.isArray(e._events[t])?e._events[t].unshift(r):e._events[t]=[r,e._events[t]]:e.on(t,r)}function ReadableState(e,t,r){Duplex=Duplex||require(3481),e=e||{},\"boolean\"!=typeof r&&(r=t instanceof Duplex),this.objectMode=!!e.objectMode,r&&(this.objectMode=this.objectMode||!!e.readableObjectMode),this.highWaterMark=getHighWaterMark(this,e,\"readableHighWaterMark\",r),this.buffer=new BufferList,this.length=0,this.pipes=null,this.pipesCount=0,this.flowing=null,this.ended=!1,this.endEmitted=!1,this.reading=!1,this.sync=!0,this.needReadable=!1,this.emittedReadable=!1,this.readableListening=!1,this.resumeScheduled=!1,this.paused=!0,this.emitClose=!1!==e.emitClose,this.autoDestroy=!!e.autoDestroy,this.destroyed=!1,this.defaultEncoding=e.defaultEncoding||\"utf8\",this.awaitDrain=0,this.readingMore=!1,this.decoder=null,this.encoding=null,e.encoding&&(StringDecoder||(StringDecoder=require(2866).StringDecoder),this.decoder=new StringDecoder(e.encoding),this.encoding=e.encoding)}function Readable(e){if(Duplex=Duplex||require(3481),!(this instanceof Readable))return new Readable(e);var t=this instanceof Duplex;this._readableState=new ReadableState(e,this,t),this.readable=!0,e&&(\"function\"==typeof e.read&&(this._read=e.read),\"function\"==typeof e.destroy&&(this._destroy=e.destroy)),Stream.call(this)}function readableAddChunk(e,t,r,a,n){debug(\"readableAddChunk\",t);var i,d=e._readableState;if(null===t)d.reading=!1,onEofChunk(e,d);else if(n||(i=chunkInvalid(d,t)),i)errorOrDestroy(e,i);else if(d.objectMode||t&&t.length>0)if(\"string\"==typeof t||d.objectMode||Object.getPrototypeOf(t)===Buffer.prototype||(t=_uint8ArrayToBuffer(t)),a)d.endEmitted?errorOrDestroy(e,new ERR_STREAM_UNSHIFT_AFTER_END_EVENT):addChunk(e,d,t,!0);else if(d.ended)errorOrDestroy(e,new ERR_STREAM_PUSH_AFTER_EOF);else{if(d.destroyed)return!1;d.reading=!1,d.decoder&&!r?(t=d.decoder.write(t),d.objectMode||0!==t.length?addChunk(e,d,t,!1):maybeReadMore(e,d)):addChunk(e,d,t,!1)}else a||(d.reading=!1,maybeReadMore(e,d));return!d.ended&&(d.length<d.highWaterMark||0===d.length)}function addChunk(e,t,r,a){t.flowing&&0===t.length&&!t.sync?(t.awaitDrain=0,e.emit(\"data\",r)):(t.length+=t.objectMode?1:r.length,a?t.buffer.unshift(r):t.buffer.push(r),t.needReadable&&emitReadable(e)),maybeReadMore(e,t)}function chunkInvalid(e,t){var r;return _isUint8Array(t)||\"string\"==typeof t||void 0===t||e.objectMode||(r=new ERR_INVALID_ARG_TYPE(\"chunk\",[\"string\",\"Buffer\",\"Uint8Array\"],t)),r}Object.defineProperty(Readable.prototype,\"destroyed\",{enumerable:!1,get:function(){return void 0!==this._readableState&&this._readableState.destroyed},set:function(e){this._readableState&&(this._readableState.destroyed=e)}}),Readable.prototype.destroy=destroyImpl.destroy,Readable.prototype._undestroy=destroyImpl.undestroy,Readable.prototype._destroy=function(e,t){t(e)},Readable.prototype.push=function(e,t){var r,a=this._readableState;return a.objectMode?r=!0:\"string\"==typeof e&&((t=t||a.defaultEncoding)!==a.encoding&&(e=Buffer.from(e,t),t=\"\"),r=!0),readableAddChunk(this,e,t,!1,r)},Readable.prototype.unshift=function(e){return readableAddChunk(this,e,null,!0,!1)},Readable.prototype.isPaused=function(){return!1===this._readableState.flowing},Readable.prototype.setEncoding=function(e){StringDecoder||(StringDecoder=require(2866).StringDecoder);var t=new StringDecoder(e);this._readableState.decoder=t,this._readableState.encoding=this._readableState.decoder.encoding;for(var r=this._readableState.buffer.head,a=\"\";null!==r;)a+=t.write(r.data),r=r.next;return this._readableState.buffer.clear(),\"\"!==a&&this._readableState.buffer.push(a),this._readableState.length=a.length,this};var MAX_HWM=1073741824;function computeNewHighWaterMark(e){return e>=MAX_HWM?e=MAX_HWM:(e--,e|=e>>>1,e|=e>>>2,e|=e>>>4,e|=e>>>8,e|=e>>>16,e++),e}function howMuchToRead(e,t){return e<=0||0===t.length&&t.ended?0:t.objectMode?1:e!=e?t.flowing&&t.length?t.buffer.head.data.length:t.length:(e>t.highWaterMark&&(t.highWaterMark=computeNewHighWaterMark(e)),e<=t.length?e:t.ended?t.length:(t.needReadable=!0,0))}function onEofChunk(e,t){if(debug(\"onEofChunk\"),!t.ended){if(t.decoder){var r=t.decoder.end();r&&r.length&&(t.buffer.push(r),t.length+=t.objectMode?1:r.length)}t.ended=!0,t.sync?emitReadable(e):(t.needReadable=!1,t.emittedReadable||(t.emittedReadable=!0,emitReadable_(e)))}}function emitReadable(e){var t=e._readableState;debug(\"emitReadable\",t.needReadable,t.emittedReadable),t.needReadable=!1,t.emittedReadable||(debug(\"emitReadable\",t.flowing),t.emittedReadable=!0,process.nextTick(emitReadable_,e))}function emitReadable_(e){var t=e._readableState;debug(\"emitReadable_\",t.destroyed,t.length,t.ended),t.destroyed||!t.length&&!t.ended||(e.emit(\"readable\"),t.emittedReadable=!1),t.needReadable=!t.flowing&&!t.ended&&t.length<=t.highWaterMark,flow(e)}function maybeReadMore(e,t){t.readingMore||(t.readingMore=!0,process.nextTick(maybeReadMore_,e,t))}function maybeReadMore_(e,t){for(;!t.reading&&!t.ended&&(t.length<t.highWaterMark||t.flowing&&0===t.length);){var r=t.length;if(debug(\"maybeReadMore read 0\"),e.read(0),r===t.length)break}t.readingMore=!1}function pipeOnDrain(e){return function(){var t=e._readableState;debug(\"pipeOnDrain\",t.awaitDrain),t.awaitDrain&&t.awaitDrain--,0===t.awaitDrain&&EElistenerCount(e,\"data\")&&(t.flowing=!0,flow(e))}}function updateReadableListening(e){var t=e._readableState;t.readableListening=e.listenerCount(\"readable\")>0,t.resumeScheduled&&!t.paused?t.flowing=!0:e.listenerCount(\"data\")>0&&e.resume()}function nReadingNextTick(e){debug(\"readable nexttick read 0\"),e.read(0)}function resume(e,t){t.resumeScheduled||(t.resumeScheduled=!0,process.nextTick(resume_,e,t))}function resume_(e,t){debug(\"resume\",t.reading),t.reading||e.read(0),t.resumeScheduled=!1,e.emit(\"resume\"),flow(e),t.flowing&&!t.reading&&e.read(0)}function flow(e){var t=e._readableState;for(debug(\"flow\",t.flowing);t.flowing&&null!==e.read(););}function fromList(e,t){return 0===t.length?null:(t.objectMode?r=t.buffer.shift():!e||e>=t.length?(r=t.decoder?t.buffer.join(\"\"):1===t.buffer.length?t.buffer.first():t.buffer.concat(t.length),t.buffer.clear()):r=t.buffer.consume(e,t.decoder),r);var r}function endReadable(e){var t=e._readableState;debug(\"endReadable\",t.endEmitted),t.endEmitted||(t.ended=!0,process.nextTick(endReadableNT,t,e))}function endReadableNT(e,t){if(debug(\"endReadableNT\",e.endEmitted,e.length),!e.endEmitted&&0===e.length&&(e.endEmitted=!0,t.readable=!1,t.emit(\"end\"),e.autoDestroy)){var r=t._writableState;(!r||r.autoDestroy&&r.finished)&&t.destroy()}}function indexOf(e,t){for(var r=0,a=e.length;r<a;r++)if(e[r]===t)return r;return-1}Readable.prototype.read=function(e){debug(\"read\",e),e=parseInt(e,10);var t=this._readableState,r=e;if(0!==e&&(t.emittedReadable=!1),0===e&&t.needReadable&&((0!==t.highWaterMark?t.length>=t.highWaterMark:t.length>0)||t.ended))return debug(\"read: emitReadable\",t.length,t.ended),0===t.length&&t.ended?endReadable(this):emitReadable(this),null;if(0===(e=howMuchToRead(e,t))&&t.ended)return 0===t.length&&endReadable(this),null;var a,n=t.needReadable;return debug(\"need readable\",n),(0===t.length||t.length-e<t.highWaterMark)&&debug(\"length less than watermark\",n=!0),t.ended||t.reading?debug(\"reading or ended\",n=!1):n&&(debug(\"do read\"),t.reading=!0,t.sync=!0,0===t.length&&(t.needReadable=!0),this._read(t.highWaterMark),t.sync=!1,t.reading||(e=howMuchToRead(r,t))),null===(a=e>0?fromList(e,t):null)?(t.needReadable=t.length<=t.highWaterMark,e=0):(t.length-=e,t.awaitDrain=0),0===t.length&&(t.ended||(t.needReadable=!0),r!==e&&t.ended&&endReadable(this)),null!==a&&this.emit(\"data\",a),a},Readable.prototype._read=function(e){errorOrDestroy(this,new ERR_METHOD_NOT_IMPLEMENTED(\"_read()\"))},Readable.prototype.pipe=function(e,t){var r=this,a=this._readableState;switch(a.pipesCount){case 0:a.pipes=e;break;case 1:a.pipes=[a.pipes,e];break;default:a.pipes.push(e)}a.pipesCount+=1,debug(\"pipe count=%d opts=%j\",a.pipesCount,t);var n=(!t||!1!==t.end)&&e!==process.stdout&&e!==process.stderr?d:f;function i(t,n){debug(\"onunpipe\"),t===r&&n&&!1===n.hasUnpiped&&(n.hasUnpiped=!0,debug(\"cleanup\"),e.removeListener(\"close\",b),e.removeListener(\"finish\",p),e.removeListener(\"drain\",o),e.removeListener(\"error\",u),e.removeListener(\"unpipe\",i),r.removeListener(\"end\",d),r.removeListener(\"end\",f),r.removeListener(\"data\",l),s=!0,!a.awaitDrain||e._writableState&&!e._writableState.needDrain||o())}function d(){debug(\"onend\"),e.end()}a.endEmitted?process.nextTick(n):r.once(\"end\",n),e.on(\"unpipe\",i);var o=pipeOnDrain(r);e.on(\"drain\",o);var s=!1;function l(t){debug(\"ondata\");var n=e.write(t);debug(\"dest.write\",n),!1===n&&((1===a.pipesCount&&a.pipes===e||a.pipesCount>1&&-1!==indexOf(a.pipes,e))&&!s&&(debug(\"false write response, pause\",a.awaitDrain),a.awaitDrain++),r.pause())}function u(t){debug(\"onerror\",t),f(),e.removeListener(\"error\",u),0===EElistenerCount(e,\"error\")&&errorOrDestroy(e,t)}function b(){e.removeListener(\"finish\",p),f()}function p(){debug(\"onfinish\"),e.removeListener(\"close\",b),f()}function f(){debug(\"unpipe\"),r.unpipe(e)}return r.on(\"data\",l),prependListener(e,\"error\",u),e.once(\"close\",b),e.once(\"finish\",p),e.emit(\"pipe\",r),a.flowing||(debug(\"pipe resume\"),r.resume()),e},Readable.prototype.unpipe=function(e){var t=this._readableState,r={hasUnpiped:!1};if(0===t.pipesCount)return this;if(1===t.pipesCount)return e&&e!==t.pipes?this:(e||(e=t.pipes),t.pipes=null,t.pipesCount=0,t.flowing=!1,e&&e.emit(\"unpipe\",this,r),this);if(!e){var a=t.pipes,n=t.pipesCount;t.pipes=null,t.pipesCount=0,t.flowing=!1;for(var i=0;i<n;i++)a[i].emit(\"unpipe\",this,{hasUnpiped:!1});return this}var d=indexOf(t.pipes,e);return-1===d?this:(t.pipes.splice(d,1),t.pipesCount-=1,1===t.pipesCount&&(t.pipes=t.pipes[0]),e.emit(\"unpipe\",this,r),this)},Readable.prototype.on=function(e,t){var r=Stream.prototype.on.call(this,e,t),a=this._readableState;return\"data\"===e?(a.readableListening=this.listenerCount(\"readable\")>0,!1!==a.flowing&&this.resume()):\"readable\"===e&&(a.endEmitted||a.readableListening||(a.readableListening=a.needReadable=!0,a.flowing=!1,a.emittedReadable=!1,debug(\"on readable\",a.length,a.reading),a.length?emitReadable(this):a.reading||process.nextTick(nReadingNextTick,this))),r},Readable.prototype.addListener=Readable.prototype.on,Readable.prototype.removeListener=function(e,t){var r=Stream.prototype.removeListener.call(this,e,t);return\"readable\"===e&&process.nextTick(updateReadableListening,this),r},Readable.prototype.removeAllListeners=function(e){var t=Stream.prototype.removeAllListeners.apply(this,arguments);return\"readable\"!==e&&void 0!==e||process.nextTick(updateReadableListening,this),t},Readable.prototype.resume=function(){var e=this._readableState;return e.flowing||(debug(\"resume\"),e.flowing=!e.readableListening,resume(this,e)),e.paused=!1,this},Readable.prototype.pause=function(){return debug(\"call pause flowing=%j\",this._readableState.flowing),!1!==this._readableState.flowing&&(debug(\"pause\"),this._readableState.flowing=!1,this.emit(\"pause\")),this._readableState.paused=!0,this},Readable.prototype.wrap=function(e){var t=this,r=this._readableState,a=!1;for(var n in e.on(\"end\",function(){if(debug(\"wrapped end\"),r.decoder&&!r.ended){var e=r.decoder.end();e&&e.length&&t.push(e)}t.push(null)}),e.on(\"data\",function(n){(debug(\"wrapped data\"),r.decoder&&(n=r.decoder.write(n)),r.objectMode&&null==n)||(r.objectMode||n&&n.length)&&(t.push(n)||(a=!0,e.pause()))}),e)void 0===this[n]&&\"function\"==typeof e[n]&&(this[n]=function(t){return function(){return e[t].apply(e,arguments)}}(n));for(var i=0;i<kProxyEvents.length;i++)e.on(kProxyEvents[i],this.emit.bind(this,kProxyEvents[i]));return this._read=function(t){debug(\"wrapped _read\",t),a&&(a=!1,e.resume())},this},\"function\"==typeof Symbol&&(Readable.prototype[Symbol.asyncIterator]=function(){return void 0===createReadableStreamAsyncIterator&&(createReadableStreamAsyncIterator=require(3491)),createReadableStreamAsyncIterator(this)}),Object.defineProperty(Readable.prototype,\"readableHighWaterMark\",{enumerable:!1,get:function(){return this._readableState.highWaterMark}}),Object.defineProperty(Readable.prototype,\"readableBuffer\",{enumerable:!1,get:function(){return this._readableState&&this._readableState.buffer}}),Object.defineProperty(Readable.prototype,\"readableFlowing\",{enumerable:!1,get:function(){return this._readableState.flowing},set:function(e){this._readableState&&(this._readableState.flowing=e)}}),Readable._fromList=fromList,Object.defineProperty(Readable.prototype,\"readableLength\",{enumerable:!1,get:function(){return this._readableState.length}}),\"function\"==typeof Symbol&&(Readable.from=function(e,t){return void 0===from&&(from=require(3486)),from(Readable,e,t)});\\n\\n}).call(this)}).call(this,require(221),typeof global !== \"undefined\" ? global : typeof self !== \"undefined\" ? self : typeof window !== \"undefined\" ? window : {})}, {\"161\":161,\"221\":221,\"2866\":2866,\"2868\":2868,\"3277\":3277,\"3339\":3339,\"3480\":3480,\"3481\":3481,\"3486\":3486,\"3487\":3487,\"3488\":3488,\"3489\":3489,\"3490\":3490,\"3491\":3491}];\\nwindow.modules[\"3483\"] = [function(require,module,exports){(function (process,global){(function (){\\n\"use strict\";function WriteReq(e,t,r){this.chunk=e,this.encoding=t,this.callback=r,this.next=null}function CorkedRequest(e){var t=this;this.next=null,this.entry=null,this.finish=function(){onCorkedFinish(t,e)}}var Duplex;module.exports=Writable,Writable.WritableState=WritableState;var internalUtil={deprecate:require(3346)},Stream=require(3487),Buffer=require(161).Buffer,OurUint8Array=global.Uint8Array||function(){};function _uint8ArrayToBuffer(e){return Buffer.from(e)}function _isUint8Array(e){return Buffer.isBuffer(e)||e instanceof OurUint8Array}var realHasInstance,destroyImpl=require(3488),_require=require(3490),getHighWaterMark=_require.getHighWaterMark,_require$codes=require(3480).codes,ERR_INVALID_ARG_TYPE=_require$codes.ERR_INVALID_ARG_TYPE,ERR_METHOD_NOT_IMPLEMENTED=_require$codes.ERR_METHOD_NOT_IMPLEMENTED,ERR_MULTIPLE_CALLBACK=_require$codes.ERR_MULTIPLE_CALLBACK,ERR_STREAM_CANNOT_PIPE=_require$codes.ERR_STREAM_CANNOT_PIPE,ERR_STREAM_DESTROYED=_require$codes.ERR_STREAM_DESTROYED,ERR_STREAM_NULL_VALUES=_require$codes.ERR_STREAM_NULL_VALUES,ERR_STREAM_WRITE_AFTER_END=_require$codes.ERR_STREAM_WRITE_AFTER_END,ERR_UNKNOWN_ENCODING=_require$codes.ERR_UNKNOWN_ENCODING,errorOrDestroy=destroyImpl.errorOrDestroy;function nop(){}function WritableState(e,t,r){Duplex=Duplex||require(3481),e=e||{},\"boolean\"!=typeof r&&(r=t instanceof Duplex),this.objectMode=!!e.objectMode,r&&(this.objectMode=this.objectMode||!!e.writableObjectMode),this.highWaterMark=getHighWaterMark(this,e,\"writableHighWaterMark\",r),this.finalCalled=!1,this.needDrain=!1,this.ending=!1,this.ended=!1,this.finished=!1,this.destroyed=!1;var i=!1===e.decodeStrings;this.decodeStrings=!i,this.defaultEncoding=e.defaultEncoding||\"utf8\",this.length=0,this.writing=!1,this.corked=0,this.sync=!0,this.bufferProcessing=!1,this.onwrite=function(e){onwrite(t,e)},this.writecb=null,this.writelen=0,this.bufferedRequest=null,this.lastBufferedRequest=null,this.pendingcb=0,this.prefinished=!1,this.errorEmitted=!1,this.emitClose=!1!==e.emitClose,this.autoDestroy=!!e.autoDestroy,this.bufferedRequestCount=0,this.corkedRequestsFree=new CorkedRequest(this)}function Writable(e){var t=this instanceof(Duplex=Duplex||require(3481));if(!t&&!realHasInstance.call(Writable,this))return new Writable(e);this._writableState=new WritableState(e,this,t),this.writable=!0,e&&(\"function\"==typeof e.write&&(this._write=e.write),\"function\"==typeof e.writev&&(this._writev=e.writev),\"function\"==typeof e.destroy&&(this._destroy=e.destroy),\"function\"==typeof e.final&&(this._final=e.final)),Stream.call(this)}function writeAfterEnd(e,t){var r=new ERR_STREAM_WRITE_AFTER_END;errorOrDestroy(e,r),process.nextTick(t,r)}function validChunk(e,t,r,i){var n;return null===r?n=new ERR_STREAM_NULL_VALUES:\"string\"==typeof r||t.objectMode||(n=new ERR_INVALID_ARG_TYPE(\"chunk\",[\"string\",\"Buffer\"],r)),!n||(errorOrDestroy(e,n),process.nextTick(i,n),!1)}function decodeChunk(e,t,r){return e.objectMode||!1===e.decodeStrings||\"string\"!=typeof t||(t=Buffer.from(t,r)),t}function writeOrBuffer(e,t,r,i,n,o){if(!r){var s=decodeChunk(t,i,n);i!==s&&(r=!0,n=\"buffer\",i=s)}var a=t.objectMode?1:i.length;t.length+=a;var u=t.length<t.highWaterMark;if(u||(t.needDrain=!0),t.writing||t.corked){var f=t.lastBufferedRequest;t.lastBufferedRequest={chunk:i,encoding:n,isBuf:r,callback:o,next:null},f?f.next=t.lastBufferedRequest:t.bufferedRequest=t.lastBufferedRequest,t.bufferedRequestCount+=1}else doWrite(e,t,!1,a,i,n,o);return u}function doWrite(e,t,r,i,n,o,s){t.writelen=i,t.writecb=s,t.writing=!0,t.sync=!0,t.destroyed?t.onwrite(new ERR_STREAM_DESTROYED(\"write\")):r?e._writev(n,t.onwrite):e._write(n,o,t.onwrite),t.sync=!1}function onwriteError(e,t,r,i,n){--t.pendingcb,r?(process.nextTick(n,i),process.nextTick(finishMaybe,e,t),e._writableState.errorEmitted=!0,errorOrDestroy(e,i)):(n(i),e._writableState.errorEmitted=!0,errorOrDestroy(e,i),finishMaybe(e,t))}function onwriteStateUpdate(e){e.writing=!1,e.writecb=null,e.length-=e.writelen,e.writelen=0}function onwrite(e,t){var r=e._writableState,i=r.sync,n=r.writecb;if(\"function\"!=typeof n)throw new ERR_MULTIPLE_CALLBACK;if(onwriteStateUpdate(r),t)onwriteError(e,r,i,t,n);else{var o=needFinish(r)||e.destroyed;o||r.corked||r.bufferProcessing||!r.bufferedRequest||clearBuffer(e,r),i?process.nextTick(afterWrite,e,r,o,n):afterWrite(e,r,o,n)}}function afterWrite(e,t,r,i){r||onwriteDrain(e,t),t.pendingcb--,i(),finishMaybe(e,t)}function onwriteDrain(e,t){0===t.length&&t.needDrain&&(t.needDrain=!1,e.emit(\"drain\"))}function clearBuffer(e,t){t.bufferProcessing=!0;var r=t.bufferedRequest;if(e._writev&&r&&r.next){var i=t.bufferedRequestCount,n=new Array(i),o=t.corkedRequestsFree;o.entry=r;for(var s=0,a=!0;r;)n[s]=r,r.isBuf||(a=!1),r=r.next,s+=1;n.allBuffers=a,doWrite(e,t,!0,t.length,n,\"\",o.finish),t.pendingcb++,t.lastBufferedRequest=null,o.next?(t.corkedRequestsFree=o.next,o.next=null):t.corkedRequestsFree=new CorkedRequest(t),t.bufferedRequestCount=0}else{for(;r;){var u=r.chunk,f=r.encoding,l=r.callback;if(doWrite(e,t,!1,t.objectMode?1:u.length,u,f,l),r=r.next,t.bufferedRequestCount--,t.writing)break}null===r&&(t.lastBufferedRequest=null)}t.bufferedRequest=r,t.bufferProcessing=!1}function needFinish(e){return e.ending&&0===e.length&&null===e.bufferedRequest&&!e.finished&&!e.writing}function callFinal(e,t){e._final(function(r){t.pendingcb--,r&&errorOrDestroy(e,r),t.prefinished=!0,e.emit(\"prefinish\"),finishMaybe(e,t)})}function prefinish(e,t){t.prefinished||t.finalCalled||(\"function\"!=typeof e._final||t.destroyed?(t.prefinished=!0,e.emit(\"prefinish\")):(t.pendingcb++,t.finalCalled=!0,process.nextTick(callFinal,e,t)))}function finishMaybe(e,t){var r=needFinish(t);if(r&&(prefinish(e,t),0===t.pendingcb&&(t.finished=!0,e.emit(\"finish\"),t.autoDestroy))){var i=e._readableState;(!i||i.autoDestroy&&i.endEmitted)&&e.destroy()}return r}function endWritable(e,t,r){t.ending=!0,finishMaybe(e,t),r&&(t.finished?process.nextTick(r):e.once(\"finish\",r)),t.ended=!0,e.writable=!1}function onCorkedFinish(e,t,r){var i=e.entry;for(e.entry=null;i;){var n=i.callback;t.pendingcb--,n(r),i=i.next}t.corkedRequestsFree.next=e}require(3277)(Writable,Stream),WritableState.prototype.getBuffer=function(){for(var e=this.bufferedRequest,t=[];e;)t.push(e),e=e.next;return t},function(){try{Object.defineProperty(WritableState.prototype,\"buffer\",{get:internalUtil.deprecate(function(){return this.getBuffer()},\"_writableState.buffer is deprecated. Use _writableState.getBuffer instead.\",\"DEP0003\")})}catch(e){}}(),\"function\"==typeof Symbol&&Symbol.hasInstance&&\"function\"==typeof Function.prototype[Symbol.hasInstance]?(realHasInstance=Function.prototype[Symbol.hasInstance],Object.defineProperty(Writable,Symbol.hasInstance,{value:function(e){return!!realHasInstance.call(this,e)||this===Writable&&(e&&e._writableState instanceof WritableState)}})):realHasInstance=function(e){return e instanceof this},Writable.prototype.pipe=function(){errorOrDestroy(this,new ERR_STREAM_CANNOT_PIPE)},Writable.prototype.write=function(e,t,r){var i=this._writableState,n=!1,o=!i.objectMode&&_isUint8Array(e);return o&&!Buffer.isBuffer(e)&&(e=_uint8ArrayToBuffer(e)),\"function\"==typeof t&&(r=t,t=null),o?t=\"buffer\":t||(t=i.defaultEncoding),\"function\"!=typeof r&&(r=nop),i.ending?writeAfterEnd(this,r):(o||validChunk(this,i,e,r))&&(i.pendingcb++,n=writeOrBuffer(this,i,o,e,t,r)),n},Writable.prototype.cork=function(){this._writableState.corked++},Writable.prototype.uncork=function(){var e=this._writableState;e.corked&&(e.corked--,e.writing||e.corked||e.bufferProcessing||!e.bufferedRequest||clearBuffer(this,e))},Writable.prototype.setDefaultEncoding=function(e){if(\"string\"==typeof e&&(e=e.toLowerCase()),!([\"hex\",\"utf8\",\"utf-8\",\"ascii\",\"binary\",\"base64\",\"ucs2\",\"ucs-2\",\"utf16le\",\"utf-16le\",\"raw\"].indexOf((e+\"\").toLowerCase())>-1))throw new ERR_UNKNOWN_ENCODING(e);return this._writableState.defaultEncoding=e,this},Object.defineProperty(Writable.prototype,\"writableBuffer\",{enumerable:!1,get:function(){return this._writableState&&this._writableState.getBuffer()}}),Object.defineProperty(Writable.prototype,\"writableHighWaterMark\",{enumerable:!1,get:function(){return this._writableState.highWaterMark}}),Writable.prototype._write=function(e,t,r){r(new ERR_METHOD_NOT_IMPLEMENTED(\"_write()\"))},Writable.prototype._writev=null,Writable.prototype.end=function(e,t,r){var i=this._writableState;return\"function\"==typeof e?(r=e,e=null,t=null):\"function\"==typeof t&&(r=t,t=null),null!=e&&this.write(e,t),i.corked&&(i.corked=1,this.uncork()),i.ending||endWritable(this,i,r),this},Object.defineProperty(Writable.prototype,\"writableLength\",{enumerable:!1,get:function(){return this._writableState.length}}),Object.defineProperty(Writable.prototype,\"destroyed\",{enumerable:!1,get:function(){return void 0!==this._writableState&&this._writableState.destroyed},set:function(e){this._writableState&&(this._writableState.destroyed=e)}}),Writable.prototype.destroy=destroyImpl.destroy,Writable.prototype._undestroy=destroyImpl.undestroy,Writable.prototype._destroy=function(e,t){t(e)};\\n\\n}).call(this)}).call(this,require(221),typeof global !== \"undefined\" ? global : typeof self !== \"undefined\" ? self : typeof window !== \"undefined\" ? window : {})}, {\"161\":161,\"221\":221,\"3277\":3277,\"3346\":3346,\"3480\":3480,\"3481\":3481,\"3487\":3487,\"3488\":3488,\"3490\":3490}];\\nwindow.modules[\"3484\"] = [function(require,module,exports){\"use strict\";module.exports=PassThrough;var Transform=require(3485);function PassThrough(r){if(!(this instanceof PassThrough))return new PassThrough(r);Transform.call(this,r)}require(3277)(PassThrough,Transform),PassThrough.prototype._transform=function(r,s,o){o(null,r)};\\n}, {\"3277\":3277,\"3485\":3485}];\\nwindow.modules[\"3485\"] = [function(require,module,exports){\"use strict\";module.exports=Transform;var _require$codes=require(3480).codes,ERR_METHOD_NOT_IMPLEMENTED=_require$codes.ERR_METHOD_NOT_IMPLEMENTED,ERR_MULTIPLE_CALLBACK=_require$codes.ERR_MULTIPLE_CALLBACK,ERR_TRANSFORM_ALREADY_TRANSFORMING=_require$codes.ERR_TRANSFORM_ALREADY_TRANSFORMING,ERR_TRANSFORM_WITH_LENGTH_0=_require$codes.ERR_TRANSFORM_WITH_LENGTH_0,Duplex=require(3481);function afterTransform(r,e){var t=this._transformState;t.transforming=!1;var n=t.writecb;if(null===n)return this.emit(\"error\",new ERR_MULTIPLE_CALLBACK);t.writechunk=null,t.writecb=null,null!=e&&this.push(e),n(r);var i=this._readableState;i.reading=!1,(i.needReadable||i.length<i.highWaterMark)&&this._read(i.highWaterMark)}function Transform(r){if(!(this instanceof Transform))return new Transform(r);Duplex.call(this,r),this._transformState={afterTransform:afterTransform.bind(this),needTransform:!1,transforming:!1,writecb:null,writechunk:null,writeencoding:null},this._readableState.needReadable=!0,this._readableState.sync=!1,r&&(\"function\"==typeof r.transform&&(this._transform=r.transform),\"function\"==typeof r.flush&&(this._flush=r.flush)),this.on(\"prefinish\",prefinish)}function prefinish(){var r=this;\"function\"!=typeof this._flush||this._readableState.destroyed?done(this,null,null):this._flush(function(e,t){done(r,e,t)})}function done(r,e,t){if(e)return r.emit(\"error\",e);if(null!=t&&r.push(t),r._writableState.length)throw new ERR_TRANSFORM_WITH_LENGTH_0;if(r._transformState.transforming)throw new ERR_TRANSFORM_ALREADY_TRANSFORMING;return r.push(null)}require(3277)(Transform,Duplex),Transform.prototype.push=function(r,e){return this._transformState.needTransform=!1,Duplex.prototype.push.call(this,r,e)},Transform.prototype._transform=function(r,e,t){t(new ERR_METHOD_NOT_IMPLEMENTED(\"_transform()\"))},Transform.prototype._write=function(r,e,t){var n=this._transformState;if(n.writecb=t,n.writechunk=r,n.writeencoding=e,!n.transforming){var i=this._readableState;(n.needTransform||i.needReadable||i.length<i.highWaterMark)&&this._read(i.highWaterMark)}},Transform.prototype._read=function(r){var e=this._transformState;null===e.writechunk||e.transforming?e.needTransform=!0:(e.transforming=!0,this._transform(e.writechunk,e.writeencoding,e.afterTransform))},Transform.prototype._destroy=function(r,e){Duplex.prototype._destroy.call(this,r,function(r){e(r)})};\\n}, {\"3277\":3277,\"3480\":3480,\"3481\":3481}];\\nwindow.modules[\"3486\"] = [function(require,module,exports){module.exports=function(){throw new Error(\"Readable.from is not available in the browser\")};\\n}, {}];\\nwindow.modules[\"3487\"] = [function(require,module,exports){module.exports=require(3339).EventEmitter;\\n}, {\"3339\":3339}];\\nwindow.modules[\"3488\"] = [function(require,module,exports){(function (process){(function (){\\n\"use strict\";function destroy(t,e){var r=this,i=this._readableState&&this._readableState.destroyed,a=this._writableState&&this._writableState.destroyed;return i||a?(e?e(t):t&&(this._writableState?this._writableState.errorEmitted||(this._writableState.errorEmitted=!0,process.nextTick(emitErrorNT,this,t)):process.nextTick(emitErrorNT,this,t)),this):(this._readableState&&(this._readableState.destroyed=!0),this._writableState&&(this._writableState.destroyed=!0),this._destroy(t||null,function(t){!e&&t?r._writableState?r._writableState.errorEmitted?process.nextTick(emitCloseNT,r):(r._writableState.errorEmitted=!0,process.nextTick(emitErrorAndCloseNT,r,t)):process.nextTick(emitErrorAndCloseNT,r,t):e?(process.nextTick(emitCloseNT,r),e(t)):process.nextTick(emitCloseNT,r)}),this)}function emitErrorAndCloseNT(t,e){emitErrorNT(t,e),emitCloseNT(t)}function emitCloseNT(t){t._writableState&&!t._writableState.emitClose||t._readableState&&!t._readableState.emitClose||t.emit(\"close\")}function undestroy(){this._readableState&&(this._readableState.destroyed=!1,this._readableState.reading=!1,this._readableState.ended=!1,this._readableState.endEmitted=!1),this._writableState&&(this._writableState.destroyed=!1,this._writableState.ended=!1,this._writableState.ending=!1,this._writableState.finalCalled=!1,this._writableState.prefinished=!1,this._writableState.finished=!1,this._writableState.errorEmitted=!1)}function emitErrorNT(t,e){t.emit(\"error\",e)}function errorOrDestroy(t,e){var r=t._readableState,i=t._writableState;r&&r.autoDestroy||i&&i.autoDestroy?t.destroy(e):t.emit(\"error\",e)}module.exports={destroy:destroy,undestroy:undestroy,errorOrDestroy:errorOrDestroy};\\n\\n}).call(this)}).call(this,require(221))}, {\"221\":221}];\\nwindow.modules[\"3489\"] = [function(require,module,exports){\"use strict\";function ownKeys(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),n.push.apply(n,r)}return n}function _objectSpread(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?ownKeys(Object(n),!0).forEach(function(t){_defineProperty(e,t,n[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):ownKeys(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))})}return e}function _defineProperty(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function _classCallCheck(e,t){if(!(e instanceof t))throw new TypeError(\"Cannot call a class as a function\")}function _defineProperties(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,\"value\"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function _createClass(e,t,n){return t&&_defineProperties(e.prototype,t),n&&_defineProperties(e,n),e}var _require=require(161),Buffer=_require.Buffer,_require2=require(2868),inspect=_require2.inspect,custom=inspect&&inspect.custom||\"inspect\";function copyBuffer(e,t,n){Buffer.prototype.copy.call(e,t,n)}module.exports=function(){function e(){_classCallCheck(this,e),this.head=null,this.tail=null,this.length=0}return _createClass(e,[{key:\"push\",value:function(e){var t={data:e,next:null};this.length>0?this.tail.next=t:this.head=t,this.tail=t,++this.length}},{key:\"unshift\",value:function(e){var t={data:e,next:this.head};0===this.length&&(this.tail=t),this.head=t,++this.length}},{key:\"shift\",value:function(){if(0!==this.length){var e=this.head.data;return 1===this.length?this.head=this.tail=null:this.head=this.head.next,--this.length,e}}},{key:\"clear\",value:function(){this.head=this.tail=null,this.length=0}},{key:\"join\",value:function(e){if(0===this.length)return\"\";for(var t=this.head,n=\"\"+t.data;t=t.next;)n+=e+t.data;return n}},{key:\"concat\",value:function(e){if(0===this.length)return Buffer.alloc(0);for(var t=Buffer.allocUnsafe(e>>>0),n=this.head,r=0;n;)copyBuffer(n.data,t,r),r+=n.data.length,n=n.next;return t}},{key:\"consume\",value:function(e,t){var n;return e<this.head.data.length?(n=this.head.data.slice(0,e),this.head.data=this.head.data.slice(e)):n=e===this.head.data.length?this.shift():t?this._getString(e):this._getBuffer(e),n}},{key:\"first\",value:function(){return this.head.data}},{key:\"_getString\",value:function(e){var t=this.head,n=1,r=t.data;for(e-=r.length;t=t.next;){var a=t.data,i=e>a.length?a.length:e;if(i===a.length?r+=a:r+=a.slice(0,e),0===(e-=i)){i===a.length?(++n,t.next?this.head=t.next:this.head=this.tail=null):(this.head=t,t.data=a.slice(i));break}++n}return this.length-=n,r}},{key:\"_getBuffer\",value:function(e){var t=Buffer.allocUnsafe(e),n=this.head,r=1;for(n.data.copy(t),e-=n.data.length;n=n.next;){var a=n.data,i=e>a.length?a.length:e;if(a.copy(t,t.length-e,0,i),0===(e-=i)){i===a.length?(++r,n.next?this.head=n.next:this.head=this.tail=null):(this.head=n,n.data=a.slice(i));break}++r}return this.length-=r,t}},{key:custom,value:function(e,t){return inspect(this,_objectSpread({},t,{depth:0,customInspect:!1}))}}]),e}();\\n}, {\"161\":161,\"2868\":2868}];\\nwindow.modules[\"3490\"] = [function(require,module,exports){\"use strict\";var ERR_INVALID_OPT_VALUE=require(3480).codes.ERR_INVALID_OPT_VALUE;function highWaterMarkFrom(r,e,t){return null!=r.highWaterMark?r.highWaterMark:e?r[t]:null}function getHighWaterMark(r,e,t,a){var i=highWaterMarkFrom(e,a,t);if(null!=i){if(!isFinite(i)||Math.floor(i)!==i||i<0)throw new ERR_INVALID_OPT_VALUE(a?t:\"highWaterMark\",i);return Math.floor(i)}return r.objectMode?16:16384}module.exports={getHighWaterMark:getHighWaterMark};\\n}, {\"3480\":3480}];\\nwindow.modules[\"3491\"] = [function(require,module,exports){(function (process){(function (){\\n\"use strict\";var _Object$setPrototypeO;function _defineProperty(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}var finished=require(3492),kLastResolve=Symbol(\"lastResolve\"),kLastReject=Symbol(\"lastReject\"),kError=Symbol(\"error\"),kEnded=Symbol(\"ended\"),kLastPromise=Symbol(\"lastPromise\"),kHandlePromise=Symbol(\"handlePromise\"),kStream=Symbol(\"stream\");function createIterResult(e,t){return{value:e,done:t}}function readAndResolve(e){var t=e[kLastResolve];if(null!==t){var r=e[kStream].read();null!==r&&(e[kLastPromise]=null,e[kLastResolve]=null,e[kLastReject]=null,t(createIterResult(r,!1)))}}function onReadable(e){process.nextTick(readAndResolve,e)}function wrapForNext(e,t){return function(r,o){e.then(function(){t[kEnded]?r(createIterResult(void 0,!0)):t[kHandlePromise](r,o)},o)}}var AsyncIteratorPrototype=Object.getPrototypeOf(function(){}),ReadableStreamAsyncIteratorPrototype=Object.setPrototypeOf((_defineProperty(_Object$setPrototypeO={get stream(){return this[kStream]},next:function(){var e=this,t=this[kError];if(null!==t)return Promise.reject(t);if(this[kEnded])return Promise.resolve(createIterResult(void 0,!0));if(this[kStream].destroyed)return new Promise(function(t,r){process.nextTick(function(){e[kError]?r(e[kError]):t(createIterResult(void 0,!0))})});var r,o=this[kLastPromise];if(o)r=new Promise(wrapForNext(o,this));else{var n=this[kStream].read();if(null!==n)return Promise.resolve(createIterResult(n,!1));r=new Promise(this[kHandlePromise])}return this[kLastPromise]=r,r}},Symbol.asyncIterator,function(){return this}),_defineProperty(_Object$setPrototypeO,\"return\",function(){var e=this;return new Promise(function(t,r){e[kStream].destroy(null,function(e){e?r(e):t(createIterResult(void 0,!0))})})}),_Object$setPrototypeO),AsyncIteratorPrototype),createReadableStreamAsyncIterator=function(e){var t,r=Object.create(ReadableStreamAsyncIteratorPrototype,(_defineProperty(t={},kStream,{value:e,writable:!0}),_defineProperty(t,kLastResolve,{value:null,writable:!0}),_defineProperty(t,kLastReject,{value:null,writable:!0}),_defineProperty(t,kError,{value:null,writable:!0}),_defineProperty(t,kEnded,{value:e._readableState.endEmitted,writable:!0}),_defineProperty(t,kHandlePromise,{value:function(e,t){var o=r[kStream].read();o?(r[kLastPromise]=null,r[kLastResolve]=null,r[kLastReject]=null,e(createIterResult(o,!1))):(r[kLastResolve]=e,r[kLastReject]=t)},writable:!0}),t));return r[kLastPromise]=null,finished(e,function(e){if(e&&\"ERR_STREAM_PREMATURE_CLOSE\"!==e.code){var t=r[kLastReject];return null!==t&&(r[kLastPromise]=null,r[kLastResolve]=null,r[kLastReject]=null,t(e)),void(r[kError]=e)}var o=r[kLastResolve];null!==o&&(r[kLastPromise]=null,r[kLastResolve]=null,r[kLastReject]=null,o(createIterResult(void 0,!0))),r[kEnded]=!0}),e.on(\"readable\",onReadable.bind(null,r)),r};module.exports=createReadableStreamAsyncIterator;\\n\\n}).call(this)}).call(this,require(221))}, {\"221\":221,\"3492\":3492}];\\nwindow.modules[\"3492\"] = [function(require,module,exports){\"use strict\";var ERR_STREAM_PREMATURE_CLOSE=require(3480).codes.ERR_STREAM_PREMATURE_CLOSE;function once(e){var r=!1;return function(){if(!r){r=!0;for(var t=arguments.length,n=new Array(t),o=0;o<t;o++)n[o]=arguments[o];e.apply(this,n)}}}function noop(){}function isRequest(e){return e.setHeader&&\"function\"==typeof e.abort}function eos(e,r,t){if(\"function\"==typeof r)return eos(e,null,r);r||(r={}),t=once(t||noop);var n=r.readable||!1!==r.readable&&e.readable,o=r.writable||!1!==r.writable&&e.writable,i=function(){e.writable||l()},a=e._writableState&&e._writableState.finished,l=function(){o=!1,a=!0,n||t.call(e)},s=e._readableState&&e._readableState.endEmitted,c=function(){n=!1,s=!0,o||t.call(e)},u=function(r){t.call(e,r)},f=function(){var r;return n&&!s?(e._readableState&&e._readableState.ended||(r=new ERR_STREAM_PREMATURE_CLOSE),t.call(e,r)):o&&!a?(e._writableState&&e._writableState.ended||(r=new ERR_STREAM_PREMATURE_CLOSE),t.call(e,r)):void 0},d=function(){e.req.on(\"finish\",l)};return isRequest(e)?(e.on(\"complete\",l),e.on(\"abort\",f),e.req?d():e.on(\"request\",d)):o&&!e._writableState&&(e.on(\"end\",i),e.on(\"close\",i)),e.on(\"end\",c),e.on(\"finish\",l),!1!==r.error&&e.on(\"error\",u),e.on(\"close\",f),function(){e.removeListener(\"complete\",l),e.removeListener(\"abort\",f),e.removeListener(\"request\",d),e.req&&e.req.removeListener(\"finish\",l),e.removeListener(\"end\",i),e.removeListener(\"close\",i),e.removeListener(\"finish\",l),e.removeListener(\"end\",c),e.removeListener(\"error\",u),e.removeListener(\"close\",f)}}module.exports=eos;\\n}, {\"3480\":3480}];\\nwindow.modules[\"3493\"] = [function(require,module,exports){\"use strict\";var eos;function once(e){var r=!1;return function(){r||(r=!0,e.apply(void 0,arguments))}}var _require$codes=require(3480).codes,ERR_MISSING_ARGS=_require$codes.ERR_MISSING_ARGS,ERR_STREAM_DESTROYED=_require$codes.ERR_STREAM_DESTROYED;function noop(e){if(e)throw e}function isRequest(e){return e.setHeader&&\"function\"==typeof e.abort}function destroyer(e,r,n,o){o=once(o);var t=!1;e.on(\"close\",function(){t=!0}),void 0===eos&&(eos=require(3492)),eos(e,{readable:r,writable:n},function(e){if(e)return o(e);t=!0,o()});var i=!1;return function(r){if(!t&&!i)return i=!0,isRequest(e)?e.abort():\"function\"==typeof e.destroy?e.destroy():void o(r||new ERR_STREAM_DESTROYED(\"pipe\"))}}function call(e){e()}function pipe(e,r){return e.pipe(r)}function popCallback(e){return e.length?\"function\"!=typeof e[e.length-1]?noop:e.pop():noop}function pipeline(){for(var e=arguments.length,r=new Array(e),n=0;n<e;n++)r[n]=arguments[n];var o,t=popCallback(r);if(Array.isArray(r[0])&&(r=r[0]),r.length<2)throw new ERR_MISSING_ARGS(\"streams\");var i=r.map(function(e,n){var u=n<r.length-1;return destroyer(e,u,n>0,function(e){o||(o=e),e&&i.forEach(call),u||(i.forEach(call),t(o))})});return r.reduce(pipe)}module.exports=pipeline;\\n}, {\"3480\":3480,\"3492\":3492}];\\nwindow.modules[\"3494\"] = [function(require,module,exports){\"use strict\";module.exports={isString:function(n){return\"string\"==typeof n},isObject:function(n){return\"object\"==typeof n&&null!==n},isNull:function(n){return null===n},isNullOrUndefined:function(n){return null==n}};\\n}, {}];\\nwindow.modules[\"3495\"] = [function(require,module,exports){\"function\"==typeof Object.create?module.exports=function(t,e){t.super_=e,t.prototype=Object.create(e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}})}:module.exports=function(t,e){t.super_=e;var o=function(){};o.prototype=e.prototype,t.prototype=new o,t.prototype.constructor=t};\\n}, {}];\\nwindow.modules[\"3496\"] = [function(require,module,exports){module.exports=function(o){return o&&\"object\"==typeof o&&\"function\"==typeof o.copy&&\"function\"==typeof o.fill&&\"function\"==typeof o.readUInt8};\\n}, {}];\\nwindow.modules[\"section.client\"] = [function(require,module,exports){\"use strict\";var _interopRequireDefault=require(10),_defineProperty2=_interopRequireDefault(require(19));function ownKeys(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);t&&(o=o.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),n.push.apply(n,o)}return n}function _objectSpread(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?ownKeys(Object(n),!0).forEach(function(t){(0,_defineProperty2.default)(e,t,n[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):ownKeys(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))})}return e}var _get=require(1),_require=require(36),addZJSClickAttributes=_require.addZJSClickAttributes,addScrollDepthAnalytics=_require.addScrollDepthAnalytics,_require2=require(149),isSection=_require2.isSection,SECTIONS=_require2.SECTIONS,_require3=require(96),setAdobeAnalyticsCookie=_require3.setAdobeAnalyticsCookie,_require4=require(2),getComponentInstance=_require4.getComponentInstance,ENABLE_ZONE_DEPTH_ANALYTICS=[\"homepage\"],addZionAttributes=function e(t,n){var o=n.componentName,r=n.nameSelector,i=n.nestedComponent,c=n.typeSelector,a=n.typeLocation,l=n.typePrefix,d=void 0===l?\"\":l,s=n.linkSelector,u=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},S=t.querySelectorAll(\\'[data-uri*=\"/\\'.concat(o,\\'/\"]\\'));S.forEach(function(t,n){var l,p,_=t.querySelector(r),y=c?t.querySelector(c):t,f=_get(y,a)||_get(y,\"classList.[0]\"),N=s?t.querySelector(s):t;u=_objectSpread(_objectSpread({},u),{},(p={},(0,_defineProperty2.default)(p,\"\".concat(o,\"_id\"),t.dataset.uri),(0,_defineProperty2.default)(p,\"\".concat(o,\"_name\"),null==_?void 0:null===(l=_.innerText)||void 0===l?void 0:l.trim()),(0,_defineProperty2.default)(p,\"\".concat(o,\"_type\"),\"\".concat(d).concat(f)),(0,_defineProperty2.default)(p,\"\".concat(o,\"_position_number\"),n+1),(0,_defineProperty2.default)(p,\"\".concat(o,\"_total_number\"),S.length),p)),Array.from((null==N?void 0:N.querySelectorAll(\"a[href]\"))||[]).forEach(function(e){setAdobeAnalyticsCookie(e,u),addZJSClickAttributes(e,u)}),i&&e(t,i,u)})},addZoneDepthAnalytics=function(e){if(ENABLE_ZONE_DEPTH_ANALYTICS.includes(window.CNN.contentModel.section)){var t=e.querySelectorAll(\".zone, .product-zone\");t.forEach(function(n,o){var r,i=getComponentInstance(n.dataset.uri),c=\"\".concat(n.classList[0],\"-\").concat(o+1,\"-observer\");n.classList.add(c),addScrollDepthAnalytics(e,(0,_defineProperty2.default)({},c,(n.offsetTop/e.clientHeight).toFixed(2)),{zone_id:i,zone_name:(null===(r=n.querySelector(\".\".concat(c,\" .\").concat(n.classList[0],\"__title\")))||void 0===r?void 0:r.innerText)||\"\",zone_type:n.classList[0],zone_position_number:o+1,zone_total_number:t.length,cms_id:window.CNN.contentModel.cmsId,canonical_url:window.CNN.contentModel.canonicalUrl,event_type:\"\".concat(window.CNN.contentModel.section,\"_scroll\")},!1)})}};module.exports=function(e){if(isSection([SECTIONS.HOMEPAGE,SECTIONS.US,SECTIONS.WORLD,SECTIONS.BUSINESS,SECTIONS.POLITICS,SECTIONS.ENTERTAINMENT,SECTIONS.HEALTH,SECTIONS.OPINIONS,SECTIONS.TRAVEL,SECTIONS.STYLE,SECTIONS.SPORTS,SECTIONS.WEATHER])){var t=window.CNN&&window.CNN.contentModel,n=document.querySelector(\"link[rel=\\'canonical\\']\"),o=t&&t.canonicalUrl||n&&n.href||window.location.href;addZionAttributes(e,{componentName:\"zone\",nameSelector:\\'[data-editable=\"titleAndUrl\"]\\',linkSelector:\\'[data-editable=\"titleAndUrl\"]\\',typeSelector:\\'[data-editable=\"items\"]\\',typeLocation:\"classList.[1]\",typePrefix:\"zone_\",nestedComponent:{componentName:\"container\",nameSelector:\\'[data-editable=\"titleLink\"]\\',linkSelector:\\'[data-editable=\"titleLink\"]\\',typeLocation:\"classList.[1]\",nestedComponent:{componentName:\"card\",nameSelector:\\'[data-editable=\"headline\"]\\',typeLocation:\"classList.[0]\"}}},{cms_id:null==t?void 0:t.cmsId,canonical_url:o})}addZoneDepthAnalytics(e)};\\n}, {\"1\":1,\"2\":2,\"10\":10,\"19\":19,\"36\":36,\"96\":96,\"149\":149}];\\nwindow.modules[\"footer.client\"] = [function(require,module,exports){\"use strict\";var enableUserConsentLink=function(e){var n=e.querySelector(\".footer__links .uclink\");window.WM&&window.WM.UserConsent&&0!==window.WM.UserConsent.getLinkTitle().length&&n&&(n.text=window.WM.UserConsent.getLinkTitle(),n.onclick=window.WM.UserConsent.getLinkAction(),n.style.display=\"block\",n.style.textAlign=\"center\")};module.exports=function(e){enableUserConsentLink(e)};\\n}, {}];\\nwindow.modules[\"bizdev-outbrain.client\"] = [function(require,module,exports){\"use strict\";var _require=require(26),positionElement=_require.positionElement,_require2=require(17),mediumMaxWidthListener=_require2.mediumMaxWidthListener,isVisibleViewport=_require2.isVisibleViewport,ucStates=[\"iab\",\"data-share\",\"data-sell\",\"data-store\",\"ads-contextual\",\"ads-person-prof\",\"ads-person\",\"content-person-prof\",\"content-person\",\"measure-ads\",\"measure-content\",\"measure-market\",\"product-develop\"],outBrainLoaded=!1;module.exports=function(e){var i=e.dataset,t=i.visibleViewport,r=i.placement,n=e.innerHTML;outBrainLoaded&&!r&&mediumMaxWidthListener(function(i){e.innerHTML=isVisibleViewport(t,i)?n:\"\"}),r&&positionElement(e,{onRefreshPosition:function(){return window.OBR.extern.reloadWidget()}}),outBrainLoaded||(outBrainLoaded=!0,window.WM.UserConsent.addScript({src:\"//widgets.outbrain.com/outbrain.js\",async:!0},ucStates),mediumMaxWidthListener(function(){window.OBR&&window.OBR.extern&&window.OBR.extern.reloadWidget()},{last:!0}))};\\n}, {\"17\":17,\"26\":26}];\\nwindow.modules[\"ad-slot-dynamic.client\"] = [function(require,module,exports){\"use strict\";var _require=require(26),positionElement=_require.positionElement;module.exports=function(e){e.querySelector(\".ad-slot\")&&e.dataset.placement&&positionElement(e,{onPosition:function(e){var t=e.querySelector(\".ad-slot-dynamic__close\");t&&t.addEventListener(\"click\",function(){e.remove()})}})};\\n}, {\"26\":26}];\\nwindow.modules[\"bizdev-yieldmo.client\"] = [function(require,module,exports){\"use strict\";var _require=require(17),mediumMaxWidthListener=_require.mediumMaxWidthListener,isVisibleViewport=_require.isVisibleViewport,ucStates=[\"iab\",\"data-share\",\"data-sell\",\"data-store\",\"ads-contextual\",\"ads-person-prof\",\"ads-person\",\"content-person-prof\",\"content-person\",\"measure-ads\",\"measure-content\",\"measure-market\",\"product-develop\"],addScript=!0;module.exports=function(e){var i=e.dataset.id,t=e.dataset.visibleViewport;addScript&&(addScript=!1,window.WM.UserConsent.addScript({src:\"//static.yieldmo.com/ym.m2.js\",async:!0,onload:function(){return window.dispatchEvent(new CustomEvent(\"yieldmo.loaded\"))}},ucStates));!function d(){if(void 0!==window._ym&&e){var r=window._ym;r.chkPls(),mediumMaxWidthListener(function(d){isVisibleViewport(t,d)?(e.id=i,r.requestPageView([i])):(e.id=\"\",e.innerHTML=\"\")})}else window.addEventListener(\"yieldmo.loaded\",d,{once:!0})}()};\\n}, {\"17\":17}];\\nwindow.modules[\"ad-feedback.client\"] = [function(require,module,exports){\"use strict\";var _require=require(8),AdFeedback=_require.AdFeedback,_require2=require(6),ENABLE_AD_FEEDBACK_DISPLAY_ADS=_require2.ENABLE_AD_FEEDBACK_DISPLAY_ADS,ENABLE_AD_FEEDBACK_VIDEO_ADS=_require2.ENABLE_AD_FEEDBACK_VIDEO_ADS,_require3=require(7),shouldHideAdFeedbackLink=_require3.shouldHideAdFeedbackLink;if((ENABLE_AD_FEEDBACK_DISPLAY_ADS||ENABLE_AD_FEEDBACK_VIDEO_ADS)&&!shouldHideAdFeedbackLink){var adFeedback=new AdFeedback;adFeedback.initialize()}\\n}, {\"6\":6,\"7\":7,\"8\":8}];\\nwindow.modules[\"ad-slot-header.client\"] = [function(require,module,exports){\"use strict\";var throttle=require(27),_require=require(17),mediumMaxWidthListener=_require.mediumMaxWidthListener;module.exports=function(e){var t,i=e.querySelector(\".ad-slot\"),r=e.querySelector(\".adSlotHeaderContainer\");if(i){var n=function(){\"mobile\"===t&&(e.style.height=\"\".concat(i.clientHeight,\"px\"),r.style.height=\"\".concat(i.clientHeight,\"px\"))};document.addEventListener(\"GPTRenderComplete\",function(e){var r=e.detail;r&&r.divId===(t&&i&&i.dataset[\"\".concat(t,\"SlotId\")])&&n()}),function(){var e=document.createElement(\"iframe\");e.className=\"resizeListenerIframe\",e.src=\"about:blank\",e.tabIndex=-1,e.frameBorder=0,e.setAttribute(\"aria-hidden\",!0),i.appendChild(e);try{e.contentDocument.defaultView.addEventListener(\"resize\",throttle(n,100))}catch(e){n()}}(),mediumMaxWidthListener(function(e){t=e?\"mobile\":\"desktop\",n()})}};\\n}, {\"17\":17,\"27\":27}];\\nwindow.modules[\"header.client\"] = [function(require,module,exports){\"use strict\";var moreDropdownLink,hoverStartTime,_interopRequireDefault=require(10),_slicedToArray2=_interopRequireDefault(require(28)),_toConsumableArray2=_interopRequireDefault(require(23)),HEADER_ICON_IDS=[\"headerMenuIcon\",\"headerSearchIcon\",\"headerCloseIcon\"],MORE_DROPDOWN_LINK_ID=\"moreDropdown\",_require=require(148),calculateNavLeftMaxWidth=_require.calculateNavLeftMaxWidth,_require2=require(132),calculatePageStickyThreshold=_require2.calculatePageStickyThreshold,_get=require(1),initializeMenu=function(e){var o=e.classList;HEADER_ICON_IDS.map(function(e){return document.getElementById(e)}).filter(function(e){return e}).forEach(function(e){e.addEventListener(\"click\",function(){o.toggle(\"header--active\");var e=window.document.body;if(o.contains(\"header--active\"))e.style.top=\"-\".concat(window.scrollY,\"px\"),e.classList.toggle(\"menu-opened\");else{e.classList.toggle(\"menu-opened\");var r=e.style.top;e.style.top=\"\",window.scrollTo(0,-1*parseInt(r||\"0\"))}})})},initializeAccordion=function(e){e.querySelectorAll(\".header__nav-item-accordion\").forEach(function(e){e.addEventListener(\"click\",function(){var o;e.classList.toggle(\"header__nav-item-accordion--open\"),null===(o=e.querySelector(\".header__nav-item-dropdown\"))||void 0===o||o.classList.toggle(\"header__nav-item-dropdown--open\")})})},initializeEditionizers=function(e){var o=e.querySelectorAll(\".header__editionizer\"),r=e.querySelectorAll(\".header__editionizer-button\");(0,_toConsumableArray2.default)(r).forEach(function(e){return e.addEventListener(\"click\",function(){e.setAttribute(\"aria-expanded\",\"true\"===e.getAttribute(\"aria-expanded\")?\"false\":\"true\"),(0,_toConsumableArray2.default)(o).forEach(function(e){return e.classList.toggle(\"header__editionizer--active\")})})})},formatNavBar=function(e){if(!(e.getBoundingClientRect().width<960)){var o=function(e){return e.style.display=\"block\"},r=function(e){return e.style.display=\"none\"},t=function(){return e.querySelector(\".header__left\").getBoundingClientRect().width},n=function(e){d.querySelectorAll(\".header__nav-item:nth-child(n+\".concat(d.childElementCount-e,\")\")).forEach(r)};e.querySelector(\".header__nav\").style.visibility=\"hidden\";var i=e.querySelector(\".header__nav-more\"),a=e.querySelector(\".header__nav-more > .header__nav-item-dropdown\"),d=e.querySelector(\".header__left .header__nav-container\");d.querySelectorAll(\".header__nav-item\").forEach(o),a.querySelectorAll(\".header__nav-item-dropdown-item\").forEach(r),r(i);for(var l=calculateNavLeftMaxWidth(e),c=t(),u=!1,s=1;c>l;)u=!0,n(s),c=t(),s++;u&&(o(i),(c=t())>l&&(n(s),c=t(),s++));var m=d.querySelector(\".promotion-link\")?0:1;a.querySelectorAll(\".header__nav-item-dropdown-item:nth-child(n+\".concat(d.childElementCount-s+m,\")\")).forEach(o),e.querySelector(\".header__nav\").style.visibility=\"visible\"}},moreDropdownLinkZJSAttrs={},onMoreDropdownMouseEnter=function(){hoverStartTime=Date.now()},onMoreDropdownMouseLeave=function(){hoverStartTime&&(window.zion_analytics.track(new window.ZION_SDK.GenericHover({traits:{canonical_url:_get(window,\"CNN.contentModel.canonicalUrl\",null),component_id:moreDropdownLinkZJSAttrs.zjsComponent_id,cms_id:moreDropdownLinkZJSAttrs.zjsContainer_id,component_text:moreDropdownLinkZJSAttrs.zjsComponent_text,component_type:moreDropdownLinkZJSAttrs.zjsComponent_type,hover_time:Date.now()-hoverStartTime}})),hoverStartTime=0)},updateMoreDropdownHoverEvent=function(e){e?(moreDropdownLink.addEventListener(\"mouseenter\",onMoreDropdownMouseEnter,!0),moreDropdownLink.addEventListener(\"mouseleave\",onMoreDropdownMouseLeave,!0)):(moreDropdownLink.removeEventListener(\"mouseenter\",onMoreDropdownMouseEnter,!0),moreDropdownLink.removeEventListener(\"mouseleave\",onMoreDropdownMouseLeave,!0))},mediaQueryHoverNone=window.matchMedia(\"(any-hover: none)\"),convertDatasetToAttributeName=function(e){return\"data-\".concat(e.split(/(?=[A-Z])/).join(\"-\").toLowerCase())},updateMoreDropdownZJS=function(){var e=mediaQueryHoverNone.matches;if(updateMoreDropdownHoverEvent(!e),e)for(var o=0,r=Object.entries(moreDropdownLinkZJSAttrs);o<r.length;o++){var t=(0,_slicedToArray2.default)(r[o],2),n=t[0],i=t[1];moreDropdownLink.setAttribute(convertDatasetToAttributeName(n),i)}else for(var a=0,d=Object.keys(moreDropdownLinkZJSAttrs);a<d.length;a++){var l=d[a];moreDropdownLink.removeAttribute(convertDatasetToAttributeName(l))}},initializeMoreDropdown=function(){var e;if(null!==(e=moreDropdownLink=document.getElementById(MORE_DROPDOWN_LINK_ID))&&void 0!==e&&e.dataset){for(var o in moreDropdownLink.dataset)0===o.indexOf(\"zjs\")&&(moreDropdownLinkZJSAttrs[o]=moreDropdownLink.dataset[o]);mediaQueryHoverNone.onchange=updateMoreDropdownZJS,updateMoreDropdownZJS()}};module.exports=function(e){initializeMenu(e),initializeEditionizers(e),initializeAccordion(e),initializeMoreDropdown(),formatNavBar(e),calculateNavLeftMaxWidth(e),calculatePageStickyThreshold(),window.addEventListener(\"resize\",function(){formatNavBar(e)})};\\n}, {\"1\":1,\"10\":10,\"23\":23,\"28\":28,\"132\":132,\"148\":148}];\\nwindow.modules[\"alerts.client\"] = [function(require,module,exports){\"use strict\";var _interopRequireDefault=require(10),_typeof2=_interopRequireDefault(require(18)),_classCallCheck2=_interopRequireDefault(require(11)),_createClass2=_interopRequireDefault(require(12)),_get=require(1),rest=require(31),STORAGE_KEY=\"CLOSED_ALERTS\",_require=require(16),dispatch=_require.dispatch,_require2=require(30),STICKY_HEADER=_require2.STICKY_HEADER,Alerts=function(){function e(t){var r=this;(0,_classCallCheck2.default)(this,e),_get(window,\"kiln.locals\",!0)&&(this.banner=t,this.check(),setInterval(function(){return r.check()},3e4))}return(0,_createClass2.default)(e,[{key:\"check\",value:function(){var e=this,t=this.storageGet();rest.get(\"/public/api/alerts\").then(function(r){r.alerts.filter(function(e){return!t.includes(e.hash)}).forEach(function(t){e.add(t)}),e.banner.childNodes.length?e.showBanner():e.hideBanner(),dispatch(STICKY_HEADER.RECALCULATE)})}},{key:\"alertExists\",value:function(e){return!!this.banner.querySelector(\"#\".concat(this.instance(e)))}},{key:\"instance\",value:function(e){return e.uri.split(\"/\").pop().split(\"@\").shift()}},{key:\"add\",value:function(e){this.alertExists(e)?e.hash!==this.banner.firstChild.getAttribute(\"data-alert-hash\")&&this.banner.replaceChild(this.create(e),this.banner.firstChild):this.banner.appendChild(this.create(e))}},{key:\"create\",value:function(e){var t=this,r=function(e,t,r){var i=document.createElement(\"div\");return i.className=e,\"string\"==typeof t&&(i.innerHTML=t),\"object\"===(0,_typeof2.default)(t)&&i.appendChild(t),r&&(i.id=r),i},i=r(\"alerts__close\",\"\",this.instance(e)),n=r(\"alerts__container\",i);e.title&&n.appendChild(r(\"alerts__title\",e.title)),n.appendChild(r(\"alerts__content\",e.content));var a=r(\"alerts__item\",n);return a.setAttribute(\"data-alert-hash\",e.hash),i.addEventListener(\"click\",function(r){var i=r.target;return t.close(i.id,e.hash)}),a}},{key:\"showBanner\",value:function(){this.banner.classList.add(\"alerts--visible\")}},{key:\"hideBanner\",value:function(){this.banner.classList.remove(\"alerts--visible\")}},{key:\"close\",value:function(e,t){for(var r=this.banner.querySelector(\"#\".concat(e));\"alerts__item\"!==r.className;)r=r.parentNode;r.parentNode.removeChild(r),this.storageSet(t),dispatch(STICKY_HEADER.RECALCULATE)}},{key:\"storageGet\",value:function(){var e=window.sessionStorage.getItem(STORAGE_KEY);return e?e.split(\",\").filter(function(e){return null!=e&&\"\"!=e}):[]}},{key:\"storageSet\",value:function(e){var t=this.storageGet().join(\",\");window.sessionStorage.setItem(STORAGE_KEY,t.concat(\",\",encodeURIComponent(e)))}}]),e}();module.exports=function(e){return new Alerts(e)};\\n}, {\"1\":1,\"10\":10,\"11\":11,\"12\":12,\"16\":16,\"18\":18,\"30\":30,\"31\":31}];\\nwindow.modules[\"politics-results-suite.client\"] = [function(require,module,exports){\"use strict\";var _interopRequireDefault=require(10),_objectWithoutProperties2=_interopRequireDefault(require(153)),_excluded=[\"componentKey\",\"feedURL\",\"mapFeedURL\",\"featureFlagPollInterval\",\"featureFlagURL\",\"variations\",\"myElectionEnabled\",\"logInUrl\",\"signUpUrl\",\"suppressColorsUntilConfig\",\"suppressFeaturesUntilConfig\",\"noRenderColor\"],ResultsSuite=require(284),_require=require(206),mount=_require.mount,getProps=_require.getProps,_require2=require(245),resultsSuiteReducer=_require2.resultsSuiteReducer,makeMyElectionCollectionOptions=require(238),_require3=require(283),pruneVariations=_require3.pruneVariations,_require4=require(243),makeSuppressOps=_require4.makeSuppressOps;module.exports=function(e){var r=getProps(e),t=r.componentKey,i=r.feedURL,s=r.mapFeedURL,o=r.featureFlagPollInterval,n=r.featureFlagURL,l=r.variations,u=r.myElectionEnabled,p=void 0===u||u,a=r.logInUrl,c=r.signUpUrl,m=r.suppressColorsUntilConfig,d=r.suppressFeaturesUntilConfig,v=r.noRenderColor,q=(0,_objectWithoutProperties2.default)(r,_excluded),f=makeSuppressOps(m,d,v);q.variations=pruneVariations(l),delete q.electionContext;var g={componentKey:t,target:e,props:q,suppressOperators:f,feeds:{resultForCRM:{uri:i,reducer:resultsSuiteReducer,pollInterval:q.pollingInterval},resultsForMap:{uri:s}}};n&&(g.feeds.featureFlags={uri:n,pollInterval:o}),p&&(g.myElectionClientOptions=makeMyElectionCollectionOptions(p,void 0,a,c)),mount(ResultsSuite,g)};\\n}, {\"10\":10,\"153\":153,\"206\":206,\"238\":238,\"243\":243,\"245\":245,\"283\":283,\"284\":284}];\\nwindow.modules[\"product-zone.client\"] = [function(require,module,exports){\"use strict\";module.exports=function(e){if(!CSS.supports(\"selector(:has(*))\")){e.querySelector(\".container_ribbon\")&&e.classList.add(\"product-zone__with-ribbon\");var s=\"has-pseudo-class-fix-layout--full-bleed\";if(e.querySelector(\".\".concat(s))){var o=e.closest(\".layout-homepage__wrapper\");o&&o.classList.add(s)}}};\\n}, {}];\\nwindow.modules[\"subnav.client\"] = [function(require,module,exports){\"use strict\";var _interopRequireDefault=require(10),_regenerator=_interopRequireDefault(require(25)),_asyncToGenerator2=_interopRequireDefault(require(24)),_slicedToArray2=_interopRequireDefault(require(28)),handleNavData=function(e){for(var t={},r=0,a=Object.entries({zjsNavigationLocation:\"header,footer\"});r<a.length;r++){var n=(0,_slicedToArray2.default)(a[r],2),i=n[0],o=n[1].split(\",\").filter(function(t){return e.parentNode.className.includes(t)});1===o.length&&(t[i]=o[0])}e.querySelectorAll(\\'[data-zjs-navigation-location=\"\"]\\').forEach(function(e){return Object.assign(e.dataset,t)})},toggleCollapsibleSection=function(e){return function(){e.classList.contains(\"subnav__section--collapsed\")?(e.classList.remove(\"subnav__section--collapsed\"),e.classList.add(\"subnav__section--expanded\")):(e.classList.remove(\"subnav__section--expanded\"),e.classList.add(\"subnav__section--collapsed\"))}},addCollapsibility=function(e){var t=e.querySelector(\".subnav__toggle-button\");t&&(t.onclick=toggleCollapsibleSection(e))},initCollapsibleSections=function(e){var t=Array.from(e.querySelectorAll(\".subnav__section--collapsible\"));t.length&&t.forEach(addCollapsibility)};module.exports=function(){var e=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(t){return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:handleNavData(t),initCollapsibleSections(t);case 2:case\"end\":return e.stop()}},e)}));return function(t){return e.apply(this,arguments)}}();\\n}, {\"10\":10,\"24\":24,\"25\":25,\"28\":28}];\\nwindow.modules[\"search-bar.client\"] = [function(require,module,exports){\"use strict\";module.exports=function(e){var t=e.querySelector(\".search-bar__input\"),r=e.querySelector(\".search-bar__submit\");t.addEventListener(\"keydown\",function(e){\"Enter\"===e.key&&(r.click(),e.preventDefault())}),r.addEventListener(\"click\",function(e){e.target.dataset.analyticsPropSearchTerm=t.value})};\\n}, {}];\\nwindow.modules[\"paragraph.client\"] = [function(require,module,exports){\"use strict\";var _require=require(155),initProductClickEventListener=_require.initProductClickEventListener;module.exports=function(e){initProductClickEventListener(e)};\\n}, {\"155\":155}];\\nwindow.modules[\"user-account-nav.client\"] = [function(require,module,exports){(function (__filename){(function (){\\n\"use strict\";var _interopRequireDefault=require(10),_regenerator=_interopRequireDefault(require(25)),_slicedToArray2=_interopRequireDefault(require(28)),_toConsumableArray2=_interopRequireDefault(require(23)),_asyncToGenerator2=_interopRequireDefault(require(24)),_require=require(133),authClient=_require.authClient,getUserInfo=_require.getUserInfo,REMEMBER_ME_DURATION=_require.REMEMBER_ME_DURATION,EnvVars=require(5),_require2=require(16),actions=_require2.actions,dispatch=_require2.dispatch,subscribe=_require2.subscribe,ACCOUNT_NAV=actions.ACCOUNT_NAV,_require3=require(44),AvatarSDKClient=_require3.AvatarSDKClient,log=require(34).setup({file:__filename}),_require4=require(328),userAccountEnabled=_require4.userAccountEnabled,_require5=require(137),showFollowNotification=_require5.showFollowNotification,clearFollowData=_require5.clearFollowData,shouldShowTooltip=_require5.shouldShowTooltip,setTooltipDismissed=_require5.setTooltipDismissed,shouldShowFollowModule=_require5.shouldShowFollowModule,Tooltip=require(340),_require6=require(36),addZJSClickAttributes=_require6.addZJSClickAttributes,addGenericClickAnalytics=_require6.addGenericClickAnalytics,_require7=require(97),trackMetrics=_require7.trackMetrics;module.exports=function(){var e=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(t){var r,n,o,a,i,c,u,s,l,d,f,_,v,p,h,m,A,q,y,g,w,E,b,S,C,T,k,L,D,N,x,M,U,O,I,R,B,F,G,z,V,K,j,H,J,W,Z,P,Q,X,Y,$,ee,te,re,ne,oe;return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:if(!userAccountEnabled){e.next=49;break}return o=EnvVars.get(\"DALTON_TKN_HEADER_CHECK_ENABLED\")||!1,a=\"click\",i=new URLSearchParams(window.location.search),c=document.getElementById(\"headerMenuIcon\"),u=document.getElementById(\"headerCloseIcon\"),s=document.getElementById(\"headerSearchIcon\"),l=document.getElementById(\"headerAccountNavIcon\"),d=null==l?void 0:l.querySelectorAll(\".userAccountButton\"),\"header__editionizer\",f=document.querySelector(\".\".concat(\"header__editionizer\")),_=f&&f.querySelector(\".\".concat(\"header__editionizer\",\"-button\")),v=document.getElementById(\"pageHeader\"),h=\"\".concat(p=\"user-account-nav\",\"__menu--active\"),\"userAccountButton\",m=t.querySelectorAll(\".\".concat(\"userAccountButton\")),A=t.querySelector(\".userAccountNavMenu\"),q=A.querySelector(\".userAccountNavMenuButton\"),y=\"\".concat(p,\"__menu-link--hide\"),g=A.querySelector(\".userAccountNavOptions\"),w=g.querySelector(\"[data-name=\\'settings\\']\"),E=g.querySelector(\"[data-name=\\'logout\\']\"),b=t.querySelector(\".\".concat(p,\"__override-link\")),S=i.get(\"redirect\"),C=t.querySelector(\".userAccountFollowDot\"),\"userAccountFollowDot--show\",T=t.querySelector(\".\".concat(p,\\'__menu-link[data-name=\"follow\"]\\')),k=t.querySelector(\".\".concat(p,\"__menu-notification-dot\")),L=\"\".concat(p,\"__menu-notification-dot--show\"),D=t.parentNode.classList.contains(\"header__user-account-nav-desktop\"),N=t.dataset,x=N.avatarEnabled,M=N.followTooltipEnabled,U=authClient.tokenWithAuthn(),O=new AvatarSDKClient,I=(null===(r=t.querySelector(\"[data-login-href]\"))||void 0===r?void 0:null===(n=r.dataset)||void 0===n?void 0:n.loginHref)||\"/account/log-in\",S&&\"/\"!==S&&(I=\"\".concat(I,\"?redirect=\").concat(S)),B=w&&w.href?w.href:\"/account/settings\",F=function(e){if(U&&v){var t=v.classList.contains(\"header--active\");!e&&t&&u.click(),A.classList.toggle(h)}else window.location.assign(I)},G=function(){A&&m&&(A.classList.remove(h),q.setAttribute(\"aria-expanded\",\"false\"),(0,_toConsumableArray2.default)(m).forEach(function(e){e.setAttribute(\"aria-expanded\",\"false\")}))},z=function(e){e.preventDefault(),dispatch(ACCOUNT_NAV.LOGOUT_SUCCESS)},V=function(){var e=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(){var t;return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:if(!(D&&o&&U)){e.next=7;break}return e.next=4,getUserInfo();case 4:t=e.sent,(U=t&&t.success)||dispatch(ACCOUNT_NAV.LOGOUT_SUCCESS);case 7:case\"end\":return e.stop()}},e)}));return function(){return e.apply(this,arguments)}}(),K=function(){var e=U?\"addEventListener\":\"removeEventListener\";u&&u[e](a,G),c&&c[e](a,function(){v.classList.contains(\"header--active\")&&G()}),s&&s[e](a,G),E&&E[e](a,function(e){return z(e)},{once:!0})},j=function(){var e=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(){return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:U=authClient.tokenWithAuthn(),G(),K(),b&&(b.href=U?B:I),t.classList.add(\"\".concat(p,\"--\").concat(U?\"auth\":\"unauth\")),t.classList.remove(\"\".concat(p,\"--\").concat(U?\"unauth\":\"auth\")),t.style.visibility=\"visible\";case 7:case\"end\":return e.stop()}},e)}));return function(){return e.apply(this,arguments)}}(),H=function(e){var t=new Boolean(!(\"true\"===e.getAttribute(\"aria-expanded\")));e.setAttribute(\"aria-expanded\",t.toString()),R&&!R.isSuppressed&&t.valueOf()&&(R.setSuppressed(),setTooltipDismissed())},J=function(){var e=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(){var r,n,o,a;return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:if(U){e.next=2;break}return e.abrupt(\"return\");case 2:return r=t.querySelector(\".user-account-nav__icon-button--auth\"),e.prev=3,e.next=6,O.init();case 6:n=O.getProfileAvatar(),(o=AvatarSDKClient.generateUrl(n))&&((a=document.createElement(\"img\")).src=o,a.classList.add(\"user-account-nav__avatar\"),a.alt=\"User Avatar\",a.ariaLabel=\"User Avatar\",r.innerHTML=\"\",r.appendChild(a)),e.next=14;break;case 11:e.prev=11,e.t0=e.catch(3),log(\"error\",\"Could not retrieve avatar\",e.t0);case 14:r.classList.remove(\"hide\");case 15:case\"end\":return e.stop()}},e,null,[[3,11]])}));return function(){return e.apply(this,arguments)}}(),W=function(){null==T||T.classList.remove(y),addZJSClickAttributes(T,{click_action:\"topics you follow\"}),T.addEventListener(\"click\",function(){trackMetrics({type:\"user-interaction\",data:{interaction:\"account nav:topics you can follow\"}})}),C&&showFollowNotification()&&shouldShowFollowModule(U)&&(C.classList.add(\"userAccountFollowDot--show\"),null==k||k.classList.add(L));var e=shouldShowTooltip(D),r=e.shouldShow,n=e.newCount;if(M&&t.parentNode.classList.contains(\"header__user-account-nav-icon\")&&r){var o=D?t:document.getElementById(\"headerMenuIcon\");(R=new Tooltip({text:\"Find more topics that matter to you in your account menu\",emphasisText:\"NEW\",showDismiss:!0,attachToEl:o,variations:D?[\"cnn-tooltip--follow-desktop\"]:[\"cnn-tooltip--left\",\"cnn-tooltip--follow-mobile\"],onDismiss:function(){R.setSuppressed(),setTooltipDismissed(),addGenericClickAnalytics({componentId:\"tooltip\",componentType:\"navigation\",traits:{click_action:\"close tooltip \".concat(n)}}),trackMetrics({type:\"user-interaction\",data:{interaction:\"tool tip:close \".concat(n)}})}})).toggle(!0)}},Z=function(){var e=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(){return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:return D&&authClient.checkAndRefreshToken(REMEMBER_ME_DURATION),e.next=3,V();case 3:return e.next=5,j();case 5:if(m&&(0,_toConsumableArray2.default)(m).forEach(function(e){e.addEventListener(a,function(r){r.preventDefault(),F(!1),H(e),t.focus()})}),f&&d.length&&(0,_toConsumableArray2.default)(d).forEach(function(e){e.addEventListener(a,function(){f.classList.contains(\"\".concat(\"header__editionizer\",\"--active\"))&&_.click()})}),null==t||t.addEventListener(\"blur\",function(e){var t,r=e.relatedTarget||document.activeElement;null!=e&&null!==(t=e.currentTarget)&&void 0!==t&&t.contains(r)||G()}),null==_||_.addEventListener(a,function(){null!=A&&A.classList.contains(h)&&null!=f&&f.classList.contains(\"\".concat(\"header__editionizer\",\"--active\"))&&G()}),null==q||q.addEventListener(a,function(){F(!0),H(q),(0,_toConsumableArray2.default)(d).forEach(function(e){return H(e)})}),document.addEventListener(\"login\",function(){j()}),subscribe(ACCOUNT_NAV.LOGOUT_SUCCESS,function(){D&&(authClient.removeToken(),j(),clearFollowData(),trackMetrics({type:\"user-account\",data:{action:\"logged out\"}}),document.dispatchEvent(new CustomEvent(\"logout\")))}),\"true\"!==x){e.next=15;break}return e.next=15,J();case 15:shouldShowFollowModule(U)&&W();case 16:case\"end\":return e.stop()}},e)}));return function(){return e.apply(this,arguments)}}(),e.next=49,Z();case 49:for(P={},Q={zjsNavigationType:\"mobile:sub,desktop:main\",zjsNavigationLocation:\"header,footer\"},X=0,Y=Object.entries(Q);X<Y.length;X++)$=(0,_slicedToArray2.default)(Y[X],2),ee=$[0],te=$[1],1===(re=te.split(\",\").filter(function(e){return t.parentNode.className.includes(e.split(\":\")[0])})).length&&(re=re[0].split(\":\"),P[ee]=null!==(ne=re[1])&&void 0!==ne?ne:re[0]);oe=function(e){return Object.assign(e.dataset,P)},t.querySelectorAll(\\'[data-zjs-navigation-type=\"\"]\\').forEach(oe);case 54:case\"end\":return e.stop()}},e)}));return function(t){return e.apply(this,arguments)}}();\\n\\n}).call(this)}).call(this,\"/components/user-account-nav/client.js\")}, {\"5\":5,\"10\":10,\"16\":16,\"23\":23,\"24\":24,\"25\":25,\"28\":28,\"34\":34,\"36\":36,\"44\":44,\"97\":97,\"133\":133,\"137\":137,\"328\":328,\"340\":340}];\\nwindow.modules[\"ad-slot.client\"] = [function(require,module,exports){\"use strict\";var _interopRequireDefault=require(10),_slicedToArray2=_interopRequireDefault(require(28)),_toConsumableArray2=_interopRequireDefault(require(23)),_defineProperty2=_interopRequireDefault(require(19));function ownKeys(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),r.push.apply(r,n)}return r}function _objectSpread(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?ownKeys(Object(r),!0).forEach(function(t){(0,_defineProperty2.default)(e,t,r[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):ownKeys(Object(r)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))})}return e}var isMobileViewport,_get=require(1),EnvVars=require(5),_require=require(17),mediumMaxWidthListener=_require.mediumMaxWidthListener,_require2=require(6),AdData=_require2.AdData,_require3=require(7),initAdFeedbackLink=_require3.initAdFeedbackLink,getAdFeedbackLink=_require3.getAdFeedbackLink,AD_SLOT_LOADED_CLASSNAME=\"adSlotLoaded\",ENABLE_AD_LAZY_LOADING=EnvVars.get(\"ENABLE_AD_LAZY_LOADING\")&&_get(window,\"CNN.ads.lazyLoad\",!1),ENABLE_SERVER_AD_REGISTRIES=EnvVars.get(\"ENABLE_SERVER_AD_REGISTRIES\"),LAZY_LOAD_DESKTOP_OFFSET=EnvVars.get(\"LAZYLOAD_BUFFER_DESKTOP\"),LAZY_LOAD_MOBILE_OFFSET=EnvVars.get(\"LAZYLOAD_BUFFER_MOBILE\"),ADS_PAGE_TYPES=[\"landing\",\"leaf\"],_require4=require(2),getPageInstance=_require4.getPageInstance,adFeedbackLinkMap={},getReferrerDomain=function(){var e=document.referrer.replace(/^http(?:s)?:\\\\/\\\\/([\\\\w\\\\-.]+).*$/i,\"$1\").toLowerCase();return/^([\\\\w-]+\\\\.)*money\\\\.cnn\\\\.com$/.test(e)?\"money\":/^([\\\\w-]+\\\\.)*(www|us|edition|next|localhost)\\\\.cnn\\\\.com$/.test(e)?\"cnn\":\"t.co\"===e?\"twitter\":/^([\\\\w-]+\\\\.)*facebook\\\\.com$/.test(e)?\"facebook\":/^([\\\\w-]+\\\\.)*google\\\\.\\\\w{2,3}(\\\\.\\\\w\\\\w)?$/.test(e)?\"google\":\"other\"},getAdKey=function(){var e=/[\\\\\\\\?&]adkey=([^&#]*)/.exec(window.location.href);return e?e[1]:null},awaitProximic=function(){return new Promise(function(e){return document.addEventListener(\"PreQueueComplete\",e)})},processSegmentData=function(){return awaitProximic().then(function(){return window.recallProximic(window.location.href)})},getPageId=function(){var e=_get(window,\"CNN.contentModel._wedgerId\");if(e)return e;var t=_get(window,\"CNN.contentModel.cmsId\",\"\");return(getPageInstance(t)||\"\").split(\"@\").shift()},setAdTargets=function(){var e=\"https:\"===window.location.protocol?\"ssl\":\"non-ssl\",t=getReferrerDomain(),r=getAdKey(),n=_get(window,\"CNN.contentModel.branding.spec\",null),i=_get(window,\"CNN.cep_topics\",{}),o=_get(window,\"CNN.contentModel.templateType\",\"\"),a=getPageId();window.CNN.adTargets=_objectSpread(_objectSpread({source_id:a,short_source_id:a,protocol:e,refdom:t,adkey:r,spec:n},i),{},{pg:o,wm_vw:\"stlr\"}),processSegmentData()},awaitAdFuel=function(){return new Promise(function(e){return window.AdFuel?e():document.addEventListener(\"AdFuelCreated\",e)})},getSlots=function(){var e=new Set(Array.from(document.querySelectorAll(\".ad\")).map(function(e){return e.id}));return(0,_toConsumableArray2.default)(e)},fetchServerRegistry=function(){var e=_get(window,\"CNN.ads.registry\",[]);return 0===e.length&&console.error(\"ad-slot: missing ad registry data\"),Promise.resolve(e)},fetchClientRegistry=function(){var e=_get(window,\"CNN.ads.registryPath\",\"\").split(\"/\"),t=e[1]?e[1]:\"\",r=\"\",n=\"\",i=\"\";e[2]&&ADS_PAGE_TYPES.includes(e[2])?(n=e[2],i=e[3]?e[3]:\"\"):(r=e[2]?e[2]:\"\",n=e[3]?e[3]:\"\",i=e[4]?e[4]:\"\");var o=getSlots().join(\".\");return o?fetch(\"\".concat(window.env.WOPR_API_URL,\"/api/v2/registry/\").concat(\"CNN_2\",\"/\").concat(\"CNN\",\"/sec~\").concat(t,\"/ss~\").concat(r,\"/pt~\").concat(n,\"/l5~\").concat(i,\"/slots~\").concat(o)).then(function(e){return e.json()}).then(function(e){return e.registry}):Promise.resolve(null)},loadRegistry=function(e){return AdData.registerAd(AdData.TYPE.DISPLAY,null,e)},processAdSlotPlaceholders=function(e){document.querySelectorAll(\".ad-slot\").forEach(function(t){var r=e?t.dataset.mobileSlotId:t.dataset.desktopSlotId;if(t.classList.remove(AD_SLOT_LOADED_CLASSNAME),t.querySelectorAll(\".ad\").forEach(function(e){return t.removeChild(e)}),r){var n,i=document.createElement(\"div\");i.id=r,i.className=\"ad\",t.prepend(i),null===(n=getAdFeedbackLink(t))||void 0===n||n.setAdIdentifier(r)}})},initializeLazyLoadAds=function(e){var t=e[0],r=new IntersectionObserver(function(r,n){r.forEach(function(r){var i=r.isIntersecting,o=r.target;if(i&&o.id){var a=e.find(function(e){return e.rktr_slot_id===o.id});void 0!==a&&loadRegistry([t,a]),n.unobserve(o)}})},{rootMargin:\"0px 0px \".concat(isMobileViewport?LAZY_LOAD_MOBILE_OFFSET:LAZY_LOAD_DESKTOP_OFFSET,\"px 0px\")});document.querySelectorAll(\".ad\").forEach(function(e){return r.observe(e)})},requestAds=function(){Promise.all([ENABLE_SERVER_AD_REGISTRIES?fetchServerRegistry():fetchClientRegistry(),awaitAdFuel()]).then(function(e){var t=(0,_slicedToArray2.default)(e,1)[0];window.AdFuel.addPageLevelTarget(\"wm_vw\",\"stlr\"),t&&(ENABLE_AD_LAZY_LOADING?initializeLazyLoadAds(t):loadRegistry(t))}).catch(function(e){return console.error(\"ad-slot: Failed to request ads -\",e)})},setAncillaryContentWidth=function(e){var t=e.divId,r=e.renderedSize,n=r.includes(\"x\")?r.split(\"x\"):r,i=(0,_slicedToArray2.default)(n,1)[0],o=document.querySelector(\"#\".concat(t,\" ~ .ad-slot__feedback\"));i=i<=2?\"70%\":\"\".concat(i,\"px\"),o&&(o.style.width=i)},handleAdSlotLoaded=function(e){var t=e.detail;t&&t.divId&&(document.querySelectorAll(\".ad-slot[data-\".concat(isMobileViewport?\"mobile\":\"desktop\",\\'-slot-id=\"\\').concat(t.divId,\\'\"]\\')).forEach(function(e){t.empty||(e.classList.add(AD_SLOT_LOADED_CLASSNAME),adFeedbackLinkMap[t.divId]||initAdFeedbackLink(e),t.renderedSize&&(e.dataset.adSlotRenderedSize=t.renderedSize))}),setAncillaryContentWidth(t))},initializeAds=function(){document.addEventListener(\"GPTRenderComplete\",handleAdSlotLoaded),setAdTargets(),mediumMaxWidthListener(function(e){isMobileViewport=e,window.AdFuel&&window.AdFuel.destroySlots(),processAdSlotPlaceholders(isMobileViewport),requestAds()})};initializeAds();\\n}, {\"1\":1,\"2\":2,\"5\":5,\"6\":6,\"7\":7,\"10\":10,\"17\":17,\"19\":19,\"23\":23,\"28\":28}];\\nwindow.modules[\"politics-secondary-nav.client\"] = [function(require,module,exports){\"use strict\";var SecondaryNav=require(288),_require=require(206),mount=_require.mount,getProps=_require.getProps;module.exports=function(r){var e=getProps(r);mount(SecondaryNav,{target:r,props:e})};\\n}, {\"206\":206,\"288\":288}];\\nwindow.modules[\"image.client\"] = [function(require,module,exports){\"use strict\";var _interopRequireDefault=require(10),_createClass2=_interopRequireDefault(require(12)),_classCallCheck2=_interopRequireDefault(require(11)),_inherits2=_interopRequireDefault(require(13)),_possibleConstructorReturn2=_interopRequireDefault(require(14)),_getPrototypeOf2=_interopRequireDefault(require(15));function _createSuper(e){var t=_isNativeReflectConstruct();return function(){var r,i=(0,_getPrototypeOf2.default)(e);if(t){var l=(0,_getPrototypeOf2.default)(this).constructor;r=Reflect.construct(i,arguments,l)}else r=i.apply(this,arguments);return(0,_possibleConstructorReturn2.default)(this,r)}}function _isNativeReflectConstruct(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}var _require=require(16),ClientModel=_require.ClientModel,initializeOnExec=_require.initializeOnExec,elementResizeObserver=require(60),Image=function(e){(0,_inherits2.default)(r,e);var t=_createSuper(r);function r(e){var i;return(0,_classCallCheck2.default)(this,r),i=t.call(this,e),elementResizeObserver.observe(e),i}return(0,_createClass2.default)(r)}(ClientModel);module.exports=initializeOnExec(Image);\\n}, {\"10\":10,\"11\":11,\"12\":12,\"13\":13,\"14\":14,\"15\":15,\"16\":16,\"60\":60}];\\nwindow.modules[\"politics-multi-map-lite.client\"] = [function(require,module,exports){\"use strict\";var _interopRequireDefault=require(10),_objectWithoutProperties2=_interopRequireDefault(require(153)),_excluded=[\"featureFlagPollInterval\",\"featureFlagURL\",\"componentKey\",\"variations\",\"tabs\",\"resourceType\",\"contestTypeBucket\",\"adminLevel\",\"paintingMode\"],MultiMapLite=require(267),EnvVars=require(5),_require=require(206),mount=_require.mount,getProps=_require.getProps,_require2=require(263),makeMapUrls=_require2.makeMapUrls,_require3=require(264),makeMultiRaceBaseFeedUrl=_require3.makeMultiRaceBaseFeedUrl,_require4=require(265),addRacetypeToTabs=_require4.addRacetypeToTabs,_require5=require(266),formatCustomCollections=_require5.formatCustomCollections,POLITICS_FEED_URL_BASEPATH=EnvVars.get(\"POLITICS_FEED_URL_BASEPATH\");module.exports=function(e){var r=getProps(e),t=r.featureFlagPollInterval,a=void 0===t?10:t,i=r.featureFlagURL,o=r.componentKey,u=r.variations,l=void 0===u?[]:u,s=r.tabs,n=r.resourceType,p=r.contestTypeBucket,c=r.adminLevel,m=r.paintingMode,d=(0,_objectWithoutProperties2.default)(r,_excluded);d.config={resourceType:n,contestTypeBucket:p,adminLevel:c,paintingMode:m,variations:Object.keys(l).filter(function(e){return l[e]})},d.baseUrl||(d.baseUrl=makeMultiRaceBaseFeedUrl(POLITICS_FEED_URL_BASEPATH,n,d.year)),d.mapUrls=makeMapUrls(d.year),d.tabs=formatCustomCollections(addRacetypeToTabs(s));var _={componentKey:o,target:e,props:d,feeds:{}};return i&&(_.feeds.featureFlags={uri:i,pollInterval:a}),mount(MultiMapLite,_)};\\n}, {\"5\":5,\"10\":10,\"153\":153,\"206\":206,\"263\":263,\"264\":264,\"265\":265,\"266\":266,\"267\":267}];\\nwindow.modules[\"dropdown-navigation.client\"] = [function(require,module,exports){\"use strict\";module.exports=function(e){e.querySelector(\".dropdown-navigation__select\").addEventListener(\"change\",function(e){var t=e.target;window.location.href=\"\".concat(t.value)})};\\n}, {}];\\nwindow.modules[\"container.client\"] = [function(require,module,exports){\"use strict\";var showDomNode=function(e){e.classList.remove(\"hide\")},hideDomNode=function(e){e.classList.add(\"hide\")};module.exports=function(e){[\"container_headline-carousel\",\"container_ribbon\",\"container_shelf-carousel\"].forEach(function(t){var o=e.querySelector(\".\".concat(t,\"__field-links\")),n=e.querySelector(\".\".concat(t,\"__cards-wrapper\")),i=document.createElement(\"div\"),c=document.createElement(\"div\");i.classList.add(\"\".concat(t,\"__carousel-button-prev\"),\"hide\",\"carousel-button-prev\"),c.classList.add(\"\".concat(t,\"__carousel-button-next\"),\"carousel-button-next\");var r=function(e){var t,n=o.scrollLeft,c=o.offsetWidth,r=i.offsetWidth,s=c-r,l=o.children[0].offsetWidth;\"left\"===e?t=(Math.floor(n/l)-Math.floor(s/l)+1)*l-r:t=Math.floor((n+s)/l)*l-r;o.scrollTo({left:t,behavior:\"smooth\"})};e.classList.contains(t)&&(n.insertBefore(i,n.firstChild),n.appendChild(c),o.addEventListener(\"scroll\",function(){var e,t,n;e=Math.round(o.scrollLeft),t=o.scrollWidth,n=o.clientWidth,0===e?hideDomNode(i):(showDomNode(i),t-n<=e?hideDomNode(c):showDomNode(c))}),i.addEventListener(\"click\",function(){r(\"left\")}),c.addEventListener(\"click\",function(){r(\"right\")}),o.scrollWidth===o.clientWidth?c.classList.add(\"hide\"):\"container_ribbon\"===t&&(o.style.justifyContent=\"normal\"))})};\\n}, {}];\\nwindow.modules[\"card.client\"] = [function(require,module,exports){\"use strict\";var elementResizeObserver=require(60),seconds=1e3,minutes=60*seconds,hours=60*minutes,recentLimit=1*minutes,fairlyRecentLimit=1*hours,hoursAgoLimit=4*hours;module.exports=function(e){var t=e.querySelector(\".container__item-media-wrapper\");t&&elementResizeObserver.observe(t);var i=e.querySelector(\".card__timestamp\"),r=e.querySelector(\".container__text\");if(i&&i.dataset.publishedTime){var s=Date.now()-Date.parse(i.dataset.publishedTime),a=function(e){r.classList.add(\"card__headline-with-timestamp\"),e.includes(\"h\")||i.classList.add(\"card__timestamp-recent\"),i.textContent=e};switch(!0){case s<recentLimit:a(\"0m\");break;case s>=recentLimit&&s<fairlyRecentLimit:a(\"\".concat(Math.floor(s/minutes),\"m\"));break;case s>=fairlyRecentLimit&&s<hoursAgoLimit:a(\"\".concat(Math.ceil(s/hours),\"h\"));break;default:i.style.display=\"none\"}}};\\n}, {\"60\":60}];\\nwindow.modules[\"politics-delegate-tracker.client\"] = [function(require,module,exports){\"use strict\";var _interopRequireDefault=require(10),_objectWithoutProperties2=_interopRequireDefault(require(153)),_excluded=[\"overrideFeedURL\",\"overrideComponentKey\",\"overrideFeatureFlagURL\",\"featureFlagPollInterval\",\"pollInterval\",\"selectedParty\",\"electionEvent\",\"suppressColorsUntilConfig\",\"suppressFeaturesUntilConfig\",\"noRenderColor\"],DelegateTracker=require(252),_require=require(206),mount=_require.mount,getProps=_require.getProps,_require2=require(253),makeComponentKey=_require2.makeComponentKey,_require3=require(250),makeFeedUrl=_require3.makeFeedUrl,_require4=require(251),makeFeatureFlagUrl=_require4.makeFeatureFlagUrl,_require5=require(243),makeSuppressOps=_require5.makeSuppressOps;module.exports=function(e){var r=getProps(e),t=r.overrideFeedURL,o=r.overrideComponentKey,i=r.overrideFeatureFlagURL,l=r.featureFlagPollInterval,s=void 0===l?10:l,a=r.pollInterval,n=void 0===a?10:a,u=r.selectedParty,p=r.electionEvent,c=r.suppressColorsUntilConfig,m=r.suppressFeaturesUntilConfig,v=r.noRenderColor,d=(0,_objectWithoutProperties2.default)(r,_excluded),g=\"string\"==typeof p?p.slice(0,4):\"\",k=\"P\".concat(u),q={electionEvent:p,contestType:k,place:\"US\",componentName:\"DelegateTracker\"},F={resourceType:\"delegates\",year:g,contestType:k,place:\"US\"},f=makeSuppressOps(c,m,v),_={electionEvent:p},y=makeComponentKey(q,o),U=makeFeedUrl(F,t),C=makeFeatureFlagUrl(_,i);mount(DelegateTracker,{componentKey:y,target:e,suppressOperators:f,props:d,feeds:{result:{uri:U,pollInterval:n},featureFlags:{uri:C,pollInterval:s}}})};\\n}, {\"10\":10,\"153\":153,\"206\":206,\"243\":243,\"250\":250,\"251\":251,\"252\":252,\"253\":253}];\\nwindow.modules[\"politics-results-list.client\"] = [function(require,module,exports){\"use strict\";var _interopRequireDefault=require(10),_objectWithoutProperties2=_interopRequireDefault(require(153)),_excluded=[\"componentKey\",\"feedUrl\",\"featureFlagPollInterval\",\"featureFlagUrl\"],ResultsList=require(282),_require=require(281),districtRacesReducer=_require.districtRacesReducer,_require2=require(206),mount=_require2.mount,getProps=_require2.getProps;module.exports=function(e){var r=getProps(e),t=r.componentKey,i=r.feedUrl,l=r.featureFlagPollInterval,s=r.featureFlagUrl,o=(0,_objectWithoutProperties2.default)(r,_excluded),u={componentKey:t,target:e,props:o,feeds:{resultsList:{uri:i,pollInterval:o.pollInterval,reducer:districtRacesReducer}}};s&&(u.feeds.featureFlags={uri:s,pollInterval:l}),mount(ResultsList,u)};\\n}, {\"10\":10,\"153\":153,\"206\":206,\"281\":281,\"282\":282}];\\nwindow.modules[\"ad-feedback-events.legacy\"] = [function(require,module,exports){\"use strict\";var _require=require(6),ShowAdFeedbackDispatcher=_require.ShowAdFeedbackDispatcher,ENABLE_AD_FEEDBACK_DISPLAY_ADS=_require.ENABLE_AD_FEEDBACK_DISPLAY_ADS,_require2=require(3217),AdDataType=_require2.AdDataType,adFeedbackEvents={openModal:function(e){ENABLE_AD_FEEDBACK_DISPLAY_ADS&&e&&e.currentTarget&&e.currentTarget.previousElementSibling&&e.currentTarget.previousElementSibling.getAttribute(\"id\")&&(new ShowAdFeedbackDispatcher).showFeedback({adType:AdDataType.DISPLAY,adIdentifier:e.currentTarget.previousElementSibling.getAttribute(\"id\")})}};window.CNN.AdFeedback=adFeedbackEvents;\\n}, {\"6\":6,\"3217\":3217}];\\nwindow.modules[\"adfuel-metrics.legacy\"] = [function(require,module,exports){\"use strict\";var _interopRequireDefault=require(10),_defineProperty2=_interopRequireDefault(require(19)),_slicedToArray2=_interopRequireDefault(require(28));function ownKeys(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),r.push.apply(r,n)}return r}function _objectSpread(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?ownKeys(Object(r),!0).forEach(function(t){(0,_defineProperty2.default)(e,t,r[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):ownKeys(Object(r)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))})}return e}var _get=require(1),_set=require(86),_mergeWith=require(3137),EnvVars=require(5),metrics={},EVENT_SOURCE=\"stellar\",METRICS={performance:{AFCreated:[\"[ADFUEL] AdFuel Initialized\"],AFQRegStart:[\"[ADFUEL] Queue Registry\",\"Start\"],\"AFBuildStart[].id\":[\"[ADFUEL] Building Slot\",\"Start\"],\"AFBuildEnd[].id\":[\"[ADFUEL] Building Slot\",\"End\"],AFQRegEnd:[\"[ADFUEL] Queue Registry\",\"End\"],AFReqStart:[\"[ADFUEL] Sending Request\",\"Start\"],AFReqEnd:[\"[ADFUEL] Sending Request\",\"End\"],AFReqCom:[\"[ADFUEL] AdFuel Request Complete\"],GPTFirstAdReq:[\"gpt-first-ad-request\"],GPTFirstAdRend:[\"gpt-first-ad-render\"]},event:{\"GPTRC[].id\":\"GPTRenderComplete\",\"GPTSL[].id\":\"GPTSlotLoaded\"}},set=function(e,t){var r=_set({},e.replace(\"[]\",\"[0]\"),t);_mergeWith(metrics,r,function(e,t){if(Array.isArray(e))return e.concat(t)})},addMetric=function(e,t,r){var n=e;if(n.includes(\".\")){var i=n.split(\".\"),a=(0,_slicedToArray2.default)(i,2),o=a[0],d=a[1];n=\"\".concat(o,\".\").concat(_get(_objectSpread(_objectSpread({},r),{},{id:t}),d,\"\"))}set(n,parseFloat(r.startTime.toFixed(2)))},getMetricByValue=function(e,t){return(Object.entries(e).find(function(e){var r=(0,_slicedToArray2.default)(e,2)[1];return new RegExp(r.join(\".+\").replace(/\\\\[/g,\"\\\\\\\\[\")).test(t)})||[]).shift()},sendMetrics=function(e){var t=_objectSpread(_objectSpread({},e),{},{page_variant:window.CNN.contentModel.templateType,event_source:EVENT_SOURCE});window.zion_analytics.track(new window.ZION_SDK.AdPerformance(t))};EnvVars.get(\"ENABLE_ADFUEL_METRICS\")&&(Object.entries(METRICS.event).forEach(function(e){var t=(0,_slicedToArray2.default)(e,2),r=t[0],n=t[1];document.addEventListener(n,function(e){var t=e.detail,n=t.divId||t.slot.getSlotId().getDomId();addMetric(r,n,{startTime:window.performance.now()})})}),window.addEventListener(\"load\",function(){setTimeout(function(){window.performance.getEntriesByType(\"mark\").forEach(function(e){var t=getMetricByValue(METRICS.performance,e.name);if(t){var r=e.name.match(/\\\\[([a-z_\\\\d]+)]/),n=r?r[1]:\"\";addMetric(t,n,e)}}),sendMetrics(metrics)},0)}));\\n}, {\"1\":1,\"5\":5,\"10\":10,\"19\":19,\"28\":28,\"86\":86,\"3137\":3137}];\\nwindow.modules[\"analytics-events.legacy\"] = [function(require,module,exports){\"use strict\";var _interopRequireDefault=require(10),_defineProperty2=_interopRequireDefault(require(19));function ownKeys(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),n.push.apply(n,r)}return n}function _objectSpread(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?ownKeys(Object(n),!0).forEach(function(t){(0,_defineProperty2.default)(e,t,n[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):ownKeys(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))})}return e}var _snakeCase=require(3141),_require=require(2),getComponentName=_require.getComponentName,getComponentInstance=_require.getComponentInstance,_require2=require(133),authClient=_require2.authClient,EnvVars=require(5),_require3=require(219),isPageVariant=_require3.isPageVariant,COMPONENT_ON_EVENT=\"on\",COMPONENT_OFF_EVENT=\"off\",DATA_ATTRIBUTE_PREFIX=\"analytics\",EVENT_SOURCE=\"stellar\",OBSERVED_COMPONENT_THRESHOLDS=(0,_defineProperty2.default)({default:.5},\"bizdev-outbrain\",.1),ZION_BEHAVIOURAL_ENABLED_PAGE_VARIANTS=EnvVars.get(\"ZION_BEHAVIOURAL_ENABLED_PAGE_VARIANTS\",[]),ZION_CLICK_OBSERVED_COMPONENTS=EnvVars.get(\"ZION_CLICK_OBSERVED_COMPONENTS\",[]),ZION_ON_OFF_OBSERVED_COMPONENTS=EnvVars.get(\"ZION_ON_OFF_OBSERVED_COMPONENTS\",[]),ZONE_COMPONENT_NAME=\"zone\";function getCommonEventProperties(){return{canonical_url:window.CNN.contentModel.canonicalUrl,cms_id:window.CNN.contentModel.cmsId,cnn_uid:authClient.getStoredUID()||\"\",event_source:window.CNN.contentModel.techStack||EVENT_SOURCE,page_variant:window.CNN.contentModel.templateType||\"\",raw_url:window.location.href,sourceId:window.CNN.contentModel.sourceId||\"\"}}function getCustomProperties(e){var t=e.dataset,n=\"\".concat(DATA_ATTRIBUTE_PREFIX,\"Prop\"),r=new RegExp(\"^\".concat(n)),o=/_index$|_length$/;return Object.keys(t).reduce(function(e,i){if(r.test(i)){var a=_snakeCase(i.replace(n,\"\")),c=o.test(a)?parseInt(t[i],10):t[i];return _objectSpread(_objectSpread({},e),{},(0,_defineProperty2.default)({},a,c))}return e},{})}function getOptionalOnOffProperties(e){var t={};return e.dataset.componentDescription&&(t.component_text=e.dataset.componentDescription),t}function getCollectionProperties(e){var t=Array.from(document.querySelectorAll(\\'[data-uri*=\"/_components/\\'.concat(ZONE_COMPONENT_NAME,\\'/\"]\\'))),n=t.length>0?t.length:\"\",r=e.closest(\"[data-\".concat(DATA_ATTRIBUTE_PREFIX,\"-collection]\"))||document.body,o=r===document.body?\"body\":r.dataset[\"\".concat(DATA_ATTRIBUTE_PREFIX,\"Collection\")],i=\"\";o===ZONE_COMPONENT_NAME&&(i=t.indexOf(r));var a=Array.from(r.querySelectorAll(\\'[data-uri*=\"/_components/\"]\\')),c=a.length;return{collection_type:o,collection_type_index:i,collection_type_length:n,collection_item_index:a.indexOf(e),collection_item_length:c}}function getWordCount(e){return e.innerText?e.innerText.match(/\\\\w+/g).length:0}function getAggregateComponentElement(e){return e.closest(\"[data-\".concat(DATA_ATTRIBUTE_PREFIX,\\'-aggregate-events=\"true\"]\\'))}function trackZionEvent(e){window.zion_analytics&&window.zion_analytics.track(e)}function initializeOnOffEvents(){if(EnvVars.get(\"ENABLE_ZION_ANALYTICS_ON_OFF_EVENTS\")){var e=function(e){window.ZION_SDK&&e.forEach(function(e){var t=e.target,n=e.isIntersecting,r=t.dataset[\"\".concat(DATA_ATTRIBUTE_PREFIX,\"Observe\")];if(r===COMPONENT_ON_EVENT&&n||r===COMPONENT_OFF_EVENT&&!n){var o=n?window.ZION_SDK.ComponentOnScreen:window.ZION_SDK.ComponentOffScreen,i=t.dataset.uri,a=function(){return setTimeout(function(){return trackZionEvent(new o({component_type:getComponentName(i),component_id:getComponentInstance(i),traits:_objectSpread(_objectSpread(_objectSpread(_objectSpread({},getCommonEventProperties()),getCollectionProperties(t)),getOptionalOnOffProperties(t)),{},{word_count:getWordCount(t)})}))},1500)};window.requestIdleCallback?window.requestIdleCallback(a,{timeout:500}):a(),t.dataset[\"\".concat(DATA_ATTRIBUTE_PREFIX,\"Observe\")]=n?COMPONENT_OFF_EVENT:COMPONENT_ON_EVENT}})},t=Object.keys(OBSERVED_COMPONENT_THRESHOLDS).reduce(function(t,n){return _objectSpread(_objectSpread({},t),{},(0,_defineProperty2.default)({},n,new IntersectionObserver(e,{threshold:OBSERVED_COMPONENT_THRESHOLDS[n]})))},{});ZION_ON_OFF_OBSERVED_COMPONENTS.forEach(function(e){document.querySelectorAll(\\'[data-uri*=\"/_components/\\'.concat(e,\\'/\"]\\')).forEach(function(n){n.dataset[\"\".concat(DATA_ATTRIBUTE_PREFIX,\"Observe\")]=COMPONENT_ON_EVENT,t[e]?t[e].observe(n):t.default.observe(n)})})}}function initializeClickEvents(){EnvVars.get(\"ENABLE_ZION_ANALYTICS_CLICK_EVENTS\")&&document.body.addEventListener(\"click\",function(e){var t=\"\",n=\"\",r=\"\",o=e.target,i=o.closest(\"a[href]\"),a=o.closest(\"[data-uri]\"),c=getAggregateComponentElement(o);i&&i.href&&(r=i.href);var _=_objectSpread(_objectSpread({},getCustomProperties(o=c||a)),c?getCustomProperties(a):{}),s=e.target!==o?getCustomProperties(e.target):{};if(o){if(n=o.dataset.uri,\"gallery\"===(t=getComponentName(n))){var l,E=e.target.classList[0];E.includes(\"next\")?l=_.carousel_item_index===_.carousel_item_length?1:_.carousel_item_index+1:E.includes(\"prev\")&&(l=1===_.carousel_item_index?_.carousel_item_length:_.carousel_item_index-1),_.carousel_item_index=l}ZION_CLICK_OBSERVED_COMPONENTS.includes(t)&&trackZionEvent(new window.ZION_SDK.GenericClick({component_id:getComponentInstance(n),component_type:getComponentName(n),traits:_objectSpread(_objectSpread(_objectSpread(_objectSpread({},getCommonEventProperties()),getCollectionProperties(o)),_objectSpread(_objectSpread({},s),_)),{},{word_count:getWordCount(o),destination_url:r})}))}})}function initializeAnalyticsEvents(){isPageVariant(ZION_BEHAVIOURAL_ENABLED_PAGE_VARIANTS)&&(initializeOnOffEvents(),initializeClickEvents())}window.ZION_SDK?initializeAnalyticsEvents():window.addEventListener(\"zion.loaded\",initializeAnalyticsEvents);\\n}, {\"2\":2,\"5\":5,\"10\":10,\"19\":19,\"133\":133,\"219\":219,\"3141\":3141}];\\nwindow.modules[\"article-scroll-metrics.legacy\"] = [function(require,module,exports){\"use strict\";var _require=require(97),trackMetrics=_require.trackMetrics,METRICS=[{value:1,type:\"article-start\",data:{interaction:\"article start\"}},{value:25,type:\"article-twentyfive\",data:{interaction:\"article 25\"}},{value:50,type:\"article-fifty\",data:{interaction:\"article 50\"}},{value:75,type:\"article-seventyfive\",data:{interaction:\"article 75\"}},{value:100,type:\"article-complete\",data:{interaction:\"article complete\"}}],TRACK_PERCENTAGES=METRICS.map(function(e){return e.value}),_values=[].concat(METRICS);function manageMetrics(e){TRACK_PERCENTAGES.forEach(function(t){if(e>=t){if(i=t,!_values.find(function(e){return e.value===i}))return;var a=METRICS.find(function(e){return e.value===t}),r=a.type,n=a.data;trackMetrics({type:r,data:n}),_values=_values.filter(function(e){return e.value!==t})}var i})}function trackPercentageSeen(e){var t=e.querySelectorAll(\"p.paragraph\"),a=t.length,r=Math.round(.25*a),n=Math.round(.5*a),i=Math.round(.75*a),c=new IntersectionObserver(function(e,t){e.forEach(function(e){if(e.isIntersecting){var c=e.target.para_index;c===a||1===a?(manageMetrics(100),t.disconnect()):c===i?manageMetrics(75):c===n?manageMetrics(50):c===r?manageMetrics(25):1===c&&manageMetrics(1),t.unobserve(e.target)}})});t.forEach(function(e,t){e.para_index=t+1,c.observe(e)})}window.addEventListener(\"load\",function(){var e=document.querySelector(\".article__content\");e&&trackPercentageSeen(e)});\\n}, {\"97\":97}];\\nwindow.modules[\"campaign-promo-events.legacy\"] = [function(require,module,exports){\"use strict\";var _interopRequireDefault=require(10),_regenerator=_interopRequireDefault(require(25)),_asyncToGenerator2=_interopRequireDefault(require(24)),_require=require(133),authClient=_require.authClient,NewsletterClient=require(228),campaignPromos=document.createElement(\"campaignPromos\"),newsletterClient=new NewsletterClient(authClient),trackCampaignPromoEvent=function(e,n){var t=n.campaign_id,r=n.campaign_type,a=n.campaign_name,i=n.campaign_objective;window.zion_analytics.track(new e({component_id:\"promo_body\",component_type:\"\".concat(r,\"_promo\"),traits:{campaign_id:t,campaign_type:r,campaign_name:a,campaign_objective:i}}))};campaignPromos.addEventListener(\"close\",function(e){var n=e.detail;trackCampaignPromoEvent(window.ZION_SDK.ComponentOffScreen,n)}),campaignPromos.addEventListener(\"impression\",function(e){var n=e.detail;trackCampaignPromoEvent(window.ZION_SDK.ComponentOnScreen,n)}),campaignPromos.addEventListener(\"submission\",function(e){var n=e.detail;trackCampaignPromoEvent(window.ZION_SDK.GenericSubmit,n)}),campaignPromos.addEventListener(\"activation\",function(e){var n=e.detail;trackCampaignPromoEvent(window.ZION_SDK.ComponentLoaded,n)}),campaignPromos.getSubscribedNewsletters=(0,_asyncToGenerator2.default)(_regenerator.default.mark(function e(){var n;return _regenerator.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,newsletterClient.retrieveSubscriptions({useCache:!0});case 2:return n=e.sent,e.abrupt(\"return\",n.filter(function(e){return e.subscribed}).map(function(e){return e.newsletterName}));case 4:case\"end\":return e.stop()}},e)})),window.CNN.campaignPromos=campaignPromos,window.dispatchEvent(new CustomEvent(\"CNN.campaignPromos.loaded\"));\\n}, {\"10\":10,\"24\":24,\"25\":25,\"133\":133,\"228\":228}];\\nwindow.modules[\"chartbeat-setup.legacy\"] = [function(require,module,exports){\"use strict\";var _interopRequireDefault=require(10),_classCallCheck2=_interopRequireDefault(require(11)),_createClass2=_interopRequireDefault(require(12)),_defineProperty2=_interopRequireDefault(require(19)),_require=require(149),isSection=_require.isSection,SECTIONS=_require.SECTIONS,isStrategyRegistered=!1,CnnChartbeatVideoStrategy=function(){function e(t){var i=this;(0,_classCallCheck2.default)(this,e),(0,_defineProperty2.default)(this,\"_cbPlayer\",null),(0,_defineProperty2.default)(this,\"_currentAdPosition\",null),(0,_defineProperty2.default)(this,\"_ready\",!1),(0,_defineProperty2.default)(this,\"_strategyName\",\"CNN\"),(0,_defineProperty2.default)(this,\"_videoPlayed\",!1),(0,_defineProperty2.default)(this,\"_videoStartTime\",null),(0,_defineProperty2.default)(this,\"_viewStartTime\",this._now()),(0,_defineProperty2.default)(this,\"_onPlaybackReady\",function(){i._ready=!0}),(0,_defineProperty2.default)(this,\"_onVideoPlaying\",function(){i._videoPlayed||(i._videoStartTime=i._now(),i._videoPlayed=!0)}),this._cbPlayer=t,this._subscribeEvents()}return(0,_createClass2.default)(e,[{key:\"_now\",value:function(){return(new Date).getTime()}},{key:\"_subscribeEvents\",value:function(){this._cbPlayer.readyState>2&&this._onPlaybackReady(),this._cbPlayer.currentTime>0&&!this._cbPlayer.paused&&!this._cbPlayer.ended&&this._onVideoPlaying(),this._cbPlayer.canplay.add(this._onPlaybackReady),this._cbPlayer.playing.add(this._onVideoPlaying)}},{key:\"getAdPosition\",value:function(){return this._cbPlayer.getAdPosition()}},{key:\"getAutoplayType\",value:function(){return this._cbPlayer.getAutoplayType()}},{key:\"getBitrate\",value:function(){return this._cbPlayer.getBitrate()}},{key:\"getContentType\",value:function(){return this._cbPlayer.getContentType()}},{key:\"getCurrentPlayTime\",value:function(){return this._cbPlayer.getCurrentPlayTime()}},{key:\"getPlayerType\",value:function(){return this._cbPlayer.getPlayerType()}},{key:\"getSections\",value:function(){return this._cbPlayer.getSections()}},{key:\"getState\",value:function(){return this._cbPlayer.getState()}},{key:\"getStrategyName\",value:function(){return this._strategyName}},{key:\"getThumbnailPath\",value:function(){return this._cbPlayer.getThumbnailPath()}},{key:\"getTitle\",value:function(){return this._cbPlayer.getTitle()}},{key:\"getTotalDuration\",value:function(){return this._cbPlayer.getTotalDuration()}},{key:\"getVideoPath\",value:function(){return this._cbPlayer.getVideoPath()}},{key:\"getViewAdPlayTime\",value:function(){return this.timeElapsed(this._viewStartTime)}},{key:\"getViewPlayTime\",value:function(){if(this._videoPlayed)return this.timeElapsed(this._viewStartTime)}},{key:\"getViewStartTime\",value:function(){return this.timeElapsed(this._viewStartTime)||0}},{key:\"isReady\",value:function(){return this._ready}},{key:\"timeElapsed\",value:function(e){return void 0===e?0:this._now()-e}}]),e}();function registerChartbeatVideoStrategy(){!0!==isStrategyRegistered&&(window._cbv_strategies=window._cbv_strategies||[],window._cbv_strategies.push(CnnChartbeatVideoStrategy),isStrategyRegistered=!0)}(0,_defineProperty2.default)(CnnChartbeatVideoStrategy,\"verify\",function(e){return\"function\"==typeof e.fromFave}),function(){function e(){window.WM.UserConsent.addScript({src:\"//static.chartbeat.com/js/chartbeat_video.js\",async:!0},[\"data-store\",\"content-person\",\"measure-content\"])}var t=(window.CNN||{}).contentModel||{},i=(window.CNN||{}).omniture||{};registerChartbeatVideoStrategy();var n,r,a,o,l=window._sf_async_config=window._sf_async_config||{};l.uid=37612,l.domain=(o=\"cnn.com\",\"es\"===(null===(n=window.CNN.contentModel)||void 0===n?void 0:n.brandSite)&&(o=\"cnnespanol.\".concat(o)),-1!=window.location.hostname.indexOf(\"edition\")&&(o=\"edition.\".concat(o)),\"prod\"!=(null===(r=window.CNN)||void 0===r?void 0:null===(a=r.contentModel)||void 0===a?void 0:a.environment)&&(o=\"dev.\".concat(o)),o),l.sections=t.vertical,l.authors=i.cap_author,l.title=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:\"\";return isSection(SECTIONS.HOMEPAGE)?e.replace(\" Desktop\",\"\").replace(\" Mobile\",\"\"):e}(i.headline),l.flickerControl=!1,l.articleBlockSelector=\"div.card,div.container__item,p.paragraph>a\",l.autoDetect=!1,l.path=function(){var e,t,i=window.location.hostname,n=null===(e=(t=document.querySelector(\"[rel=canonical]\")).getAttribute)||void 0===e?void 0:e.call(t,\"href\");try{return i+new URL(n).pathname}catch(e){return i+document.location.pathname}}(),window.WM.UserConsent?e():window.addEventListener(\"user-consent.loaded\",e)}(),module.exports={CnnChartbeatVideoStrategy:CnnChartbeatVideoStrategy};\\n}, {\"10\":10,\"11\":11,\"12\":12,\"19\":19,\"149\":149}];\\nwindow.modules[\"reg-wall-activation.legacy\"] = [function(require,module,exports){\"use strict\";var EnvVars=require(5),_require=require(29),getCookie=_require.getCookie,checkGeoCountry=_require.checkGeoCountry,activationMeterKey=EnvVars.get(\"REGWALL_ACTIVATION_METER_KEY\"),activationCookieName=EnvVars.get(\"REGWALL_ACTIVATION_COOKIE\"),requiredConsecutiveDayVisits=3;function getOrUpdateStats(){var e=window.localStorage.getItem(activationMeterKey),t=(new Date).toISOString();if(e)try{var a=JSON.parse(e),i=a.dateLastVisited,r=a.consecutiveDays,o=new Date(t),s=new Date(t).toDateString(),n=new Date(i);n.setDate(n.getDate()+1);var c=n.toDateString()===s?r+1:r;o.setHours(0,0,0,0),n.setHours(0,0,0,0),o>n&&(c=1);var u={consecutiveDays:c,dateLastVisited:t};if(window.localStorage.setItem(activationMeterKey,JSON.stringify(u)),u.consecutiveDays>=requiredConsecutiveDayVisits){var v=new Date;v.setFullYear(v.getFullYear()+1),document.cookie=\"\".concat(activationCookieName,\"=true;expires=\").concat(v.toUTCString(),\";path=/;\")}}catch(e){console.error(\"Error parsing localStorage\",e)}else window.localStorage.setItem(activationMeterKey,JSON.stringify({consecutiveDays:1,dateLastVisited:t}))}checkGeoCountry(\"US\")&&\"true\"!==getCookie(activationCookieName)&&getOrUpdateStats();\\n}, {\"5\":5,\"29\":29}];\\nwindow.modules[\"relevance-user.legacy\"] = [function(require,module,exports){\"use strict\";var _require=require(386),trackUserViewedContent=_require.trackUserViewedContent;trackUserViewedContent(window.CNN.contentModel);\\n}, {\"386\":386}];\\nwindow.modules[\"zeta.legacy\"] = [function(require,module,exports){\"use strict\";var clientHashKey=window.zeta.client_hash_key,partnerHashKey=window.zeta.partner_hash_key,tagShortName=window.zeta.tag_short_name,siteId=window.zeta.site_id,resourceId=window.CNN.contentModel.sourceId,resourceType=window.CNN.contentModel.pageType,section=window.CNN.contentModel.section,cacheBuster=Date.now(),src=\"https://live.rezync.com/sync?\"+\"c=\".concat(clientHashKey)+\"&p=\".concat(partnerHashKey)+\"&k=\".concat(tagShortName)+\"&zmpID=\".concat(siteId)+\"&custom1=\".concat(resourceId)+\"&custom2=\".concat(resourceType)+\"&custom3=\".concat(section)+\"&cache_buster=\".concat(cacheBuster),async=!0,ucStates=[\"data-share\",\"data-sell\",\"data-store\",\"ads-contextual\",\"ads-person-prof\",\"ads-person\",\"content-person-prof\",\"content-person\",\"measure-ads\",\"measure-content\",\"measure-market\",\"product-develop\"];function init(){window.WM.UserConsent.addScript({src:src,async:async},ucStates)}window.WM.UserConsent?init():window.addEventListener(\"user-consent.loaded\",init);\\n}, {}];\\nrequire=(function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require==\"function\"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error(\"Cannot find module \\'\"+o+\"\\'\");throw f.code=\"MODULE_NOT_FOUND\",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n?n:e)},l,l.exports,e,t,n,r)}return n[o].exports}var i=typeof require==\"function\"&&require;for(var o=0;o<r.length;o++)s(r[o]);return s})(window.modules,{},[]);\\n\\'use strict\\';\\n\\n/**\\n * mount legacy services from _global.js, if any\\n */\\nfunction mountLegacyServices() {\\n Object.keys(window.modules)\\n .filter((key) => typeof key === \\'string\\' && key.match(/\\\\.legacy$/))\\n .forEach((key) => window.require(key));\\n}\\n\\nfunction tryToMount(fn, el, name) {\\n try {\\n fn(el); // init the controller\\n } catch (e) {\\n const elementTag = el.outerHTML.slice(0, el.outerHTML.indexOf(el.innerHTML));\\n\\n console.error(`Error initializing controller for \"${name}\" on \"${elementTag}\"`, e);\\n }\\n}\\n\\n/**\\n * mount client.js component controllers\\n */\\nfunction mountComponentModules() {\\n Object.keys(window.modules)\\n .filter((key) => typeof key === \\'string\\' && key.match(/\\\\.client$/))\\n .forEach((key) => {\\n let controllerFn = window.require(key);\\n\\n if (typeof controllerFn === \\'function\\') {\\n const name = key.replace(\\'.client\\', \\'\\'),\\n instancesSelector = `[data-uri*=\"_components/${name}/\"]`,\\n defaultSelector = `[data-uri$=\"_components${name}\"]`,\\n instances = document.querySelectorAll(instancesSelector),\\n defaults = document.querySelectorAll(defaultSelector);\\n\\n for (let el of instances) {\\n tryToMount(controllerFn, el, name);\\n }\\n\\n for (let el of defaults) {\\n tryToMount(controllerFn, el, name);\\n }\\n }\\n });\\n}\\n\\n// Make sure that a `window.process.env.NODE_ENV` is available in the client for any dependencies,\\n// services, or components that could require it\\n// note: the `production` value is swapped for the actual environment variable in /lib/cmd/compile/scripts.js\\nwindow.process = window.process || {};\\nwindow.process.env = window.process.env || {};\\nif (!window.process.env.NODE_ENV) {\\n window.process.env.NODE_ENV = \\'production\\';\\n}\\n\\n// note: legacy controllers that require legacy services (e.g. dollar-slice) must\\n// wait for DOMContentLoaded to initialize themselves, as the files themselves must be mounted first\\nmountLegacyServices();\\nmountComponentModules();\\n // ]]\\n </script>\\n\\n\\n<script src=\"//assets.bounceexchange.com/assets/smart-tag/versioned/runtime_6459738026535cda4232dc813c61447d.br.js\" async=\"async\" onload=\"bouncex.initializeTag()\"></script><script src=\"//assets.bounceexchange.com/assets/smart-tag/versioned/main-v2_a2e603e850000363f6ea1cf00c1dc3c5.br.js\" async=\"async\"></script><script src=\"//assets.bounceexchange.com/assets/smart-tag/versioned/cjs_min_1e55b565811f11b08485230cf1d150d6.js\" async=\"true\" id=\"c.js\" data-apikey=\"2^HIykD\" data-cb=\"bouncex.dg.initPostDeviceGraph\" data-bx=\"1\" data-adcb=\"bouncex.dg.getAdsOptStatus\"></script><script>_satellite[\"_runScript12\"](function(event, target, Promise) {\\nwminst.isLiveVid=!1,wminst.live_interval=0,wminst.setinterval_id=0,wminst.isAd=!1,wminst.adVidId=\"\",wminst.adRange=\"\",wminst.is_autoplay=!1,wminst.isLivePaused=!1,wminst.isTVEEpisodePaused=!1,wminst.is_preroll_occur=!1,wminst.trackLinkVideo=function(e,t){wminst.Util.setCommonVars(),wminst.Util.setVideoVars(t),s.tl(this,\"o\",e+\":\"+(t.title||t.headline||\"\").toLowerCase())},wminst.isTVEAuth=function(e){return\"string\"==typeof e.mvpd&&\"\"!==e.mvpd},wminst.isFreePreview=function(e){return\"temppass_cnn10min\"==(e.mvpd||\"\").toLowerCase()},wminst.isFASTContent=function(e){return\"fast\"==wminst.getVCType4(e)||\"livec76319f599742ab668c8b3ba6dcfed3ce7e817ad\"==e.id||\"livedbcedb554833b248c3ce8374acd2bbcd3983d7dd\"==e.id},wminst.isNGTVContent=function(e){return void 0!==e.id&&-1!=e.id.indexOf(\"cvplive/cnngo\")},wminst.isTVEContent=function(e){return wminst.Util.isTVEPage()||wminst.isTVEAuth(e)},wminst.isTVETrailer=function(e){return wminst.isTVEContent(e)&&(\"trailer\"==e.video_type||\"clip\"==e.video_type)},wminst.isTVEEpisode=function(e){return wminst.isTVEContent(e)&&(\"episode\"==e.video_type||\"film\"==e.video_type)},wminst.isTVELive=function(e){return wminst.isTVEContent(e)&&\"live\"==e.playerType},wminst.isVideoLive=function(e){return 1==e.isLive||\"true\"==e.isLive},wminst.isVideoAutoStarted=function(e){return!0===e.isAutoStart&&(!0===e.isAutostartSuccessful||!0===e.is_autoplay_allowed)},wminst.getVCType4=function(e){return(e.video_type||\"\").toLowerCase().replace(\"_\",\"-\")},wminst.startVideoProgressTimer=function(e){wminst.setinterval_id=setInterval((function(){window.trackVideoProgress(e)}),6e4)},wminst.stopVideoProgressTimer=function(){wminst.setinterval_id&&clearInterval(wminst.setinterval_id)},wminst.setEVars=function(e){e.split(\",\").forEach((e=>{var t={26:\"pageName\",27:\"channel\",29:\"server\",41:\"prop29\"}[e]||\"prop\"+e,i=\"eVar\"+e;s[t]?(s[i]=s[t],s[t]=\"\"):s[i]=\"\"}))},wminst.setVideoLinkTrackVars=function(){s.linkTrackVars=\"events,server,channel,products,eVar1,eVar3,eVar4,eVar7,eVar8,eVar10,eVar11,eVar14,eVar16,eVar20,eVar22,eVar23,eVar26,eVar27,eVar28,eVar41,eVar29,eVar30,prop31,eVar31,eVar32,eVar33,eVar34,prop35,eVar35,eVar36,eVar37,eVar42,prop43,prop44,prop46,eVar46,prop47,eVar47,eVar48,prop50,eVar52,eVar53,eVar54,eVar56,eVar57,prop59,eVar59,eVar60,eVar64,eVar66,eVar67,eVar68,eVar70,eVar71,eVar72,prop73,eVar73,prop75,eVar75,eVar103,eVar104,list1,list2\"},wminst.setVideoEVars=function(){wminst.setEVars(\"1,3,4,7,8,10,11,14,16,20,23,26,27,28,29,30,31,32,33,34,37,41,52,53,54,56,57,60,64,66,68,70,71,72\")},wminst.updateAutoStartType=function(){\"string\"==typeof s.prop70&&\"\"!==s.prop70&&(s.prop70=s.prop70.replace(\"noautostart\",\"autostart\"))},wminst.updateVideoVars=function(){!0===wminst.is_autoplay&&wminst.updateAutoStartType(),wminst.setVideoEVars(),s.prop43||(s.prop50=\"\")},wminst.setVideoPlayerType=function(e){var t=\"vod player\",i=wminst.Util.getDataLayerV1();(i.video_player_type?t=i.video_player_type:(wminst.isVideoLive(e)||e.player_type&&\"live\"==(t=e.player_type))&&(t=\"live player\"),wminst.Util.isFavePage())&&(-1!=window.location.pathname.indexOf(\"/v1/synacor\")&&(t=\"synacor player\"));s.prop1=t,s.eVar1=\"D=c1\"},wminst.setPublishDate=function(e){var t=(e.dateCreated||{}).text||\"\",i=(e.lastModified||{}).text||\"\",r=\"\"!=t?t.split(\"/\"):\"\";\"\"!=r&&4!=r[0].length&&(t=\"20\"+r[2]+\"/\"+r[0]+\"/\"+r[1]),s.prop10=wminst.Util.getCNNDaysSinceLastPublish(t),s.eVar10=\"D=c10\",s.prop16=t||i?t+\"|\"+i:\"\",s.eVar16=\"D=c16\"},wminst.setBrandingSocial=function(){if(wminst.Util.isFavePage()){var e=window.location.pathname;-1!=e.indexOf(\"/v1/amp\")&&(s.prop14=\"google amp\"),-1!=e.indexOf(\"/v1/fav\")&&(s.prop14=\"embed\"),-1!=e.indexOf(\"/v1/synacor\")&&(s.prop14=\"synacor player\")}wminst.Util.isFBIAPage()&&(s.prop14=window.CNN.omniture.branding_social),s.prop14&&(s.eVar14=\"D=c14\")},wminst.setVideoTitle=function(e){try{e.id;var t=(e.title||e.headline||\"\").toLowerCase(),i=(e.show_name||\"\").toLowerCase();wminst.isTVEContent(e)?s.prop29=(i?i+\"|\":\"\")+t:s.prop29=t,s.eVar41=\"D=c29\"}catch(e){}},wminst.setAuthenticationState=function(e){s.prop34=\"does not require authentication\",wminst.isTVEAuth(e)||wminst.isFreePreview(e)?s.prop34=\"requires authentication\":e.auth_state&&(s.prop34=e.auth_state),s.eVar34=\"D=c34\"},wminst.setContentTypeLevel2=function(e){var t=\"vod\",i=\"non tve\",r=\"clip\",n=wminst.getVCType4(e)||\"clip\";s.prop1.includes(\"live\")&&(t=\"live\",i=\"requires authentication\"==s.prop34?\"tve\":\"non tve\",r=\"live\",n=wminst.isFASTContent(e)?\"fast\":\"live\"),(s.prop1.includes(\"tve\")||wminst.isTVELive(e)||\"tve\"==e.auth_type)&&(t=\"live\",i=\"tve\",r=\"live\",n=\"live\"),wminst.isTVETrailer(e)?(t=\"vod\",i=\"tve\",r=\"clip\",n=\"trailer\"):wminst.isTVEEpisode(e)&&(t=\"vod\",i=\"tve\",r=e.video_type,n=e.video_type);var a=wminst.isAd?\"ad\":\"content\";s.prop54=\"video:\"+t+\":\"+i+\":\"+r+\":\"+n+\":\"+a,s.eVar54=\"D=c54\"},wminst.setNGTVVars=function(e){s.prop1=\"ngtv\",s.eVar1=\"D=c1\",s.prop2=e.author,s.eVar2=\"D=c2\",\"live\"!=e.content_type2&&\"dvr\"!=e.content_type2||(s.prop7=s.eVar7=\"\");try{if(e.dateCreated){var t=wminst.Util.gCNNDaysSinceLastPublish(e.dateCreated);s.prop10=t+\"\",s.eVar10=\"D=c10\",s.prop16=e.dateCreated,s.eVar16=\"D=c16\"}}catch(e){}s.prop11=s.eVar11=\"\",s.prop14=s.eVar14=\"\",e.show_name=e.show_name||\"\",e.episode_title=e.episode_title||\"\",e.segment_name=e.segment_name||\"\",\"tve\"==e.content_type1&&(e.title=e.show_name+\":\"+e.episode_title+\":\"+e.segment_name,e.live_stream_name&&\"hln news\"==e.live_stream_name&&(e.title=\"hln news\"),s.prop29=e.title,s.prop32=\"video\",s.eVar33=\"D=c33\",s.eVar33=\"D=pageName\"),s.prop31=e.show_name,s.eVar31=\"D=c31\",s.prop33=\"adbp:video start\",s.eVar33=\"D=c33\",s.eVar42=e.id,void 0!==e.isBreakingNews&&1==e.isBreakingNews&&(s.eVar43=\"ngtv:breaking_news\"),e.segment_type&&(s.eVar43=e.segment_type),e.content_type1=e.content_type1||\"\",e.content_type2=e.content_type2||\"\",e.content_type3=e.content_type3||\"\",e.content_type4=e.content_type4||\"\",e.content_type5=wminst.isAd?\"ad\":\"content\",s.prop54=\"video:\"+v.content_type2+\":\"+v.content_type1+\":\"+v.content_type3+\":\"+v.content_type4+\":\"+v.content_type5,e.content_type3&&\"episode\"!=e.content_type3&&(s.prop58=s.eVar58=\"\"),s.prop60=s.eVar60=\"\",s.prop61=s.eVar61=\"\",s.prop64=s.eVar64=\"\",\"non tve\"==e.content_type1&&\"vod\"==e.content_type2&&\"clip\"==e.content_type3||(s.prop68=s.eVar68=\"\",s.prop71=s.eVar71=\"\"),s.prop70=autoStartType+\":cnngo\",s.eVar70=\"D=c70\"},wminst.setVideoCommonData=function(e){s.manageVars(\"clearVars\"),s.prop33=\"adbp:video start\",s.eVar33=\"D=c33\",e.video_player&&\"undefined\"!==e.video_player&&\"\"!==e.video_player&&(s.prop52=e.video_player,s.eVar52=\"D=c52\",s.prop33=\"adbp:video start\",s.eVar33=\"D=c33\"),e.video_player&&-1!==e.video_player.indexOf(\"theo\")&&(!0===e.isVr?(s.prop52=\"theo360\",s.eVar52=\"D=c52\",s.prop33=\"adbp:video:360\",s.eVar33=\"D=c33\"):(s.prop52=e.video_player,s.eVar52=\"D=c52\")),s.prop32=wminst.Util.getCNNTemplateType(\"long\"),s.prop32&&\"\"!=s.prop32&&(s.eVar32=\"D=c32\"),s.prop37=wminst.Util.getCNNPlatform(),s.prop37&&\"\"!=s.prop37&&(s.eVar37=\"D=c37\"),void 0!==e.id&&\"\"!=e.id&&-1!=e.id.indexOf(\"invalid-id-video-player\")&&(s.prop43=wminst.Util.getCNNPostID(),s.prop50=wminst.Util.getCNNPostTitle()),s.list1=wminst.Util.getCEPTopisForVideo(e)||wminst.Util.getCNNTopic(),s.prop72=e.free_preview||\"\",s.eVar72=\"D=c72\",void 0!==e.video_focus&&(s.prop66=e.video_focus,s.eVar66=\"D=c66\"),e.player_type&&\"\"!=e.player_type&&(\"van\"==e.player_type?(s.prop31=\"van\",s.eVar31=\"D=c31\",s.prop32=\"video\",s.eVar32=\"D=c32\",s.server=s.eVar29=e.consumer||\"\",s.prop71=e.source.toLowerCase()||\"\",s.eVar71=\"D=c71\"):\"tve\"!=e.player_type&&\"live\"!=e.player_type&&\"live player\"!=e.player_type||(s.prop3=e.category||\"\",s.eVar3=\"D=c3\",s.prop31=\"van\",s.eVar31=\"D=c31\")),wminst.setVideoPlayerType(e);try{(window.location.href.indexOf(\"fave.api.cnn.io\")>-1||window.location.href.indexOf(\"fave-api.cnn.com\")>-1)&&e.video_player&&-1!==e.video_player.indexOf(\"theo\")&&(s.prop32=\"content:video:nocollection\",void 0!==window.CNN.omniture.template_type&&\"live-story\"==window.CNN.omniture.template_type&&(s.prop32=\"live story\"),s.eVar32=\"D=c32\"),s.prop2=window.CNN.omniture.cap_author||\"\",s.eVar2=\"D=c2\",s.prop3=e.category||\"\",s.eVar3=\"D=c3\",s.prop7=e.trt||\"\",s.eVar7=\"D=c7\"}catch(e){}s.prop8=wminst.Util.getCNNVisitNumber(28),wminst.setPublishDate(e),s.prop11=wminst.Util.getCNNBrandingPartner(),wminst.setBrandingSocial();try{if(wminst.Util.isFBIAPage()){var t=CNN.omniture.vpage_name;s.pageName=wminst.Util.getCNNPageName(t),s.eVar26=\"D=pageName\"}}catch(e){}s.eVar22=wminst.Util.getCNNVideoOpportunity(),s.server=wminst.Util.getADBPURL(\"domain\"),s.channel=wminst.Util.getCNNSection(0),s.prop28=wminst.Util.getCNNSection(1),s.pageName=wminst.Util.getCNNPageName(),wminst.setVideoTitle(e),s.prop30=wminst.Util.getSiteSpecificSettings(1),s.eVar30=\"D=c30\";try{s.prop31=(window.CNN.omniture.cap_show_name||\"\").toLowerCase(),s.eVar31=\"D=c31\"}catch(e){}wminst.setAuthenticationState(e),s.eVar36||(s.eVar36=wminst.Util.getCNNKruxID()),s.eVar42=e.id,s.prop44||(s.prop44=wminst.Util.getCNNSourceID()),s.prop46=wminst.Util.getCNNTransactionID(),wminst.setContentTypeLevel2(e),s.prop56=wminst.Util.getCNNOrientation();try{if(e.dateAired){var i=wminst.Util.gCNNDaysSinceLastPublish(e.dateAired);s.prop58=i+\"\",s.eVar58=\"D=c58\"}}catch(e){}var r=wminst.isVideoAutoStarted(e)?\"autostart\":\"noautostart\";try{window.CNN&&window.CNN.omniture&&\"article\"==window.CNN.omniture.cap_content_type?(s.prop70=r+\":editorial\",s.eVar70=\"D=c70\"):!e.isLive||1!=e.isLive&&\"true\"!=e.isLive?(s.prop70=r+\":vod\",s.eVar70=\"D=c70\"):(s.prop70=r+\":live\",s.eVar70=\"D=c70\")}catch(e){}try{if(window.location.pathname.match(/video\\\\/playlists\\\\/./)){var n=/video\\\\/playlists\\\\/(.+)/.exec(window.location.pathname);s.prop60=n[1].replace(/\\\\//g,\"\"),s.eVar60=\"D=c60\",s.prop70=r+\":collection\",s.eVar70=\"D=c70\"}\"player-one-tap-video\"!=e.playerid&&(window.CNN.omniture.video_collection&&(s.prop60=window.CNN.omniture.video_collection,s.eVar60=\"D=c60\",s.prop70=r+\":collection\",s.eVar70=\"D=c70\"),window.video_collection&&(s.prop70=r+\":collection:sunrise\",s.eVar70=\"D=c70\")),e.video_collection&&(s.prop60=e.video_collection,s.eVar60=\"D=c60\",s.prop70=r+\":collection\",s.eVar70=\"D=c70\"),\"\"!=s.prop60&&void 0!==s.prop60||window.CNN.contentModel.analytics.pageTop.collectionHeadline&&(s.prop60=window.CNN.contentModel.analytics.pageTop.collectionHeadline,s.eVar60=\"D=c60\"),\"\"!==s.prop60&&(s.prop60=s.prop60.toLowerCase())}catch(e){}try{if(e.iscmsIIimport){var a=\"true\"==e.iscmsIIimport?\"secondary\":\"primary\";s.prop61=a,s.eVar61=\"D=c61\"}e.source&&(s.prop71=e.source.toLowerCase(),s.eVar71=\"D=c71\")}catch(e){}try{e.ad_duration?(wminst.adRange=Math.round(e.ad_duration).toString(),s.prop68=wminst.adRange,s.eVar68=\"D=c68\"):(s.prop68=\"no ad present\",s.eVar68=\"D=c68\")}catch(e){}try{wminst.isNGTVContent(e)||wminst.isTVEContent(e)?s.prop64=\"ngtv\":s.prop64=wminst.Util.getCNNUIEngagement()}catch(e){}e.content_type2&&wminst.setNGTVVars(e),e.headline&&(s.prop23=e.headline.toLowerCase(),s.eVar23=\"D=c23\"),s.list1=wminst.Util.getCEPTopisForVideo(e)||wminst.Util.getCNNTopic(),s.eVar67=wminst.Util.getCNNPlayerState(e);try{window.CNN.omniture.gallery_name=\"\"}catch(e){}try{window.CNN&&\"undefined\"!=window.CNN.omniture&&1==window.CNN.omniture.is_vision&&(s.prop71=\"cnn:vision\",s.eVar71=\"D=c71\")}catch(e){}try{wminst.Util.setPageAttribution(),s.prop46=wminst.Util.getCNNTransactionID(),s.prop47=wminst.Util.getCookie(\"ug\"),s.eVar48=wminst.Util.getCNNTechStack(),s.prop26=wminst.Util.getCNNBaseURL(),s.prop75=wminst.Util.getCNNUserAuthState()}catch(e){}s.prop57=void 0!==e.mvpd&&\"string\"==typeof e.mvpd&&\"\"!==e.mvpd?e.mvpd.toLowerCase():wminst.Util.getCNNMVPD(),s.eVar57=\"D=c57\",void 0!==e.adobe_hash_id&&\"\"!==e.adobe_hash_id?(s.prop59=e.adobe_hash_id,s.eVar59=\"D=c59\"):void 0!==e.adobeHashId&&\"\"!==e.adobeHashId?(s.prop59=e.adobeHashId,s.eVar59=\"D=c59\"):(s.prop59=wminst.Util.getCNNAdobeID(),s.eVar59=\"D=c59\"),s.eVar103=e.auth_type||\"\",s.eVar104=e.videoTitleId||\"\"},wminst.trackVideoStart=function(e){wminst.isAd=!1,wminst.isLiveVid=!1;var t,i=wminst.getVideoMetadata(e);wminst.setVideoCommonData(i),s.linkTrackVars=\"events,products,server,channel,prop1,eVar1,prop3,eVar3,prop4,eVar4,prop7,eVar7,prop8,eVar8,prop10,eVar10,prop11,eVar11,prop14,eVar14,prop16,eVar16,prop20,eVar20,eVar21,eVar22,prop23,eVar23,eVar26,eVar27,eVar28,prop29,eVar29,prop30,eVar30,prop31,eVar31,prop32,eVar32,prop33,eVar33,prop34,eVar34,prop35,eVar35,eVar36,prop37,eVar37,eVar41,eVar42,prop43,prop44,prop46,eVar46,prop47,eVar47,eVar48,prop49,eVar49,prop50,prop52,eVar52,prop54,eVar54,prop56,eVar56,prop57,eVar57,prop59,eVar59,prop60,eVar60,eVar61,prop64,eVar64,prop66,eVar66,eVar67,prop68,eVar68,prop70,eVar70,prop71,eVar71,prop72,eVar72,prop73,eVar73,prop75,eVar75,eVar103,eVar104,eVar105,list1,list2\",wminst.isVideoAutoStarted(i)?(t=\"cnnvideo-autostart\",s.linkTrackEvents=\"event32,event34\",s.events=\"event32,event34\",wminst.is_autoplay=!0,wminst.updateAutoStartType()):(t=\"cnnvideo-start\",s.linkTrackEvents=\"event32\",s.events=\"event32\"),i.subcategory,i.subcategory&&\"\"!=i.subcategory&&(s.linkTrackEvents=\"event23,\"+s.linkTrackEvents,s.events=s.linkTrackEvents),void 0!==i.metas&&i.metas.branding&&\"\"!=i.metas.branding&&(s.linkTrackEvents=\"event22,\"+s.linkTrackEvents,s.events=s.linkTrackEvents),wminst.adVidId==i.id&&wminst.adRange>0&&(s.linkTrackEvents=\"event3,\"+s.linkTrackEvents,s.events=s.linkTrackEvents,wminst.adVidId=\"\"),s.prop7&&null!==s.prop7&&(s.linkTrackEvents=s.linkTrackEvents+\",event85\",s.events=s.linkTrackEvents,s.products=\";;;;event85=\"+s.prop7),wminst.is_preroll_occur||(s.linkTrackEvents=s.linkTrackEvents+\",event90\",s.events=s.linkTrackEvents);var r=new wminst.getCNNMediaCollection;r.start(i.playerid,i.title?i.title:i.headline),s.prop4?s.eVar4=\"D=c4\":s.eVar4=\"\",s.eVar21=wminst.Util.getCNNVideoSequence(),s.prop28?(s.eVar28=s.prop28,s.prop28=\"\"):s.eVar28=wminst.Util.getCNNSection(1),s.prop72=s.eVar72=\"\",s.prop31?s.prop31=s.prop31.toLowerCase():s.eVar31=\"\",s.prop33&&(s.eVar33=\"D=c33\"),s.prop43||(s.prop50=\"\"),s.eVar47=\"D=c47\",s.eVar60=s.prop60,s.prop60=\"\",s.prop64=\"\",s.eVar64=wminst.Util.getCNNUIEngagement(),wminst.isTVEEpisode(i)&&(wminst.stopVideoProgressTimer(),wminst.startVideoProgressTimer(i)),wminst.trackLinkVideo(t,i),r.set(i.playerid,\"vidStarted\",!0),s.manageVars(\"clearVars\")},wminst.trackVideoScrub=function(e){var t=wminst.getVideoMetadata(e),i=new wminst.getCNNMediaCollection;i.get(t.playerid,\"hasScrubbed\")||(i.set(t.playerid,\"hasScrubbed\",!0),wminst.setVideoCommonData(t),s.events=\"event119\",wminst.setVideoLinkTrackVars(),s.linkTrackEvents=s.events,wminst.updateVideoVars(),wminst.trackLinkVideo(\"cnnvideo-scrub\",t),s.manageVars(\"clearVars\"))},wminst.trackVideoPause=function(e){var t=wminst.getVideoMetadata(e),i=\"true\"==t.paused||1==t.paused,r=new wminst.getCNNMediaCollection,n=r.get(t.playerid,\"isPaused\");i!=n&&(r.pause(t.playerid),(1==wminst.isLiveVid||1==t.isLive||\"true\"==t.isLive||wminst.isTVEEpisode(t))&&(wminst.isLivePaused=wminst.isTVEEpisodePaused=i,wminst.stopVideoProgressTimer(),n&&wminst.startVideoProgressTimer(t))),wminst.setVideoCommonData(t);var a=i?\"pause\":\"resume\";s.events=i?\"event55\":\"event56\",wminst.setVideoLinkTrackVars(),s.linkTrackEvents=s.events,wminst.updateVideoVars(),wminst.trackLinkVideo(\"cnnvideo-\"+a,t),s.manageVars(\"clearVars\")},wminst.trackVideoMute=function(e){var t=wminst.getVideoMetadata(e);wminst.setVideoCommonData(t);var i=t.muted?\"mute\":\"unmute\";s.events=t.muted?\"event111\":\"event112\",wminst.setVideoLinkTrackVars(),s.linkTrackEvents=s.events,wminst.updateVideoVars(),wminst.trackLinkVideo(\"cnnvideo-\"+i,t),s.manageVars(\"clearVars\")},wminst.trackVideoMilestone=function(e,t){var i={10:[\"isTen\",\"event40\",\"cnnvideo-ten\"],25:[\"isTwentyFive\",\"event41\",\"cnnvideo-twentyfive\"],50:[\"isHalf\",\"event2\",\"cnnvideo-fifty\"],75:[\"isSeventyFive\",\"event42\",\"cnnvideo-seventyfive\"]},r=i[t][0],n=i[t][1],a=i[t][2];wminst.isAd=!1;var o=wminst.getVideoMetadata(e);if(!wminst.isTVEEpisode(o)){var p=new wminst.getCNNMediaCollection;if(!p.get(o.playerid,r)&&!p.get(o.playerid,\"hasScrubbed\")){p.set(o.playerid,r,!0);var d=p.progress(o.playerid);wminst.setVideoCommonData(o),wminst.setVideoLinkTrackVars(),s.linkTrackEvents=n,s.events=n,s.products=\"\",(d=wminst.capCNNTimeSpent(d,o.trt,wminst.live_interval))>0&&(s.linkTrackEvents=n+\",event36\",s.events=n+\",event36\",s.products=\";;;;event36=\"+d),wminst.updateVideoVars(),wminst.trackLinkVideo(a,o),s.manageVars(\"clearVars\")}}},wminst.trackVideoEnd=function(e,t){wminst.isAd=!1;var i=wminst.getVideoMetadata(e),r=new wminst.getCNNMediaCollection,n=r.complete(i.playerid);wminst.setVideoCommonData(i),wminst.setVideoLinkTrackVars();var a={complete:\"event33\",stop:\"event110\"}[t];s.linkTrackEvents=a,s.events=s.linkTrackEvents,s.products=\"\",(n=wminst.capCNNTimeSpent(n,i.trt,wminst.live_interval))>0&&(s.linkTrackEvents=a+\",event36\",s.events=s.linkTrackEvents,s.products=\";;;;event36=\"+n),wminst.updateVideoVars(),(wminst.isVideoLive(i)||wminst.isTVEEpisode(i))&&wminst.stopVideoProgressTimer(),wminst.trackLinkVideo(\"cnnvideo-\"+t,i),r.set(i.playerid,\"vidStarted\",!1),r.set(i.playerid,\"hasScrubbed\",!1),r.set(i.playerid,\"isPaused\",!1),r.set(i.playerid,\"isBuffering\",!1),r.set(i.playerid,\"isHalf\",!1),r.set(i.playerid,\"isTen\",!1),r.set(i.playerid,\"isTwentyFive\",!1),r.set(i.playerid,\"isSeventyFive\",!1),s.manageVars(\"clearVars\")},PubSub.subscribe(\"cnnvideo-preroll\",(function(e){wminst.isAd=!0;var t=wminst.getVideoMetadata(e);wminst.setVideoCommonData(t),wminst.adVidId=t.id,wminst.setVideoLinkTrackVars(),s.linkTrackEvents=\"event35\",s.events=\"event35\",\"string\"==typeof t.adType&&\"midroll\"==t.adType.toLowerCase()&&(s.linkTrackEvents=\"event25\",s.events=\"event25\"),\"string\"==typeof t.adType&&\"preroll\"==t.adType.toLowerCase()&&(s.linkTrackEvents=s.linkTrackEvents+\",event90\",s.events=s.linkTrackEvents,wminst.is_preroll_occur=!0),\"string\"==typeof t.adType&&\"postroll\"==t.adType.toLowerCase()&&(s.linkTrackEvents=\"event82\",s.events=\"event82\"),(t.category&&\"live\"!==t.category||\"true\"!==t.isLive||!0!==t.isLive)&&(wminst.isLiveVid=!1),wminst.isVideoAutoStarted(t)&&(wminst.is_autoplay=!0,wminst.updateAutoStartType()),wminst.setVideoEVars(),s.prop43||(s.prop50=\"\"),(wminst.isTVEEpisode(t)||1==wminst.isLiveVid||1==t.isLive||\"true\"==t.isLive)&&t.adType&&\"midroll\"==t.adType.toLowerCase()&&wminst.stopVideoProgressTimer(),wminst.trackLinkVideo(\"cnnvideo-\"+t.adType.toLowerCase(),t);try{(t.content_type1&&\"tve\"==t.content_type1||wminst.isTVEEpisode(t)||wminst.isTVELive(t))&&wminst.startVideoProgressTimer(t)}catch(e){}s.manageVars(\"clearVars\")})),PubSub.subscribe(\"cnnvideo-adcomplete\",(function(e){var t=wminst.getVideoMetadata(e);wminst.setVideoCommonData(t),s.linkTrackVars=\"events,server,channel,prop35,eVar35,prop44\",s.linkTrackEvents=\"event50\",(\"midroll\"==t.adType.toLowerCase()||1==wminst.isLiveVid&&\"preroll\"==t.adType.toLowerCase())&&(!t.player_type||\"tve\"!=t.player_type&&\"live player\"!=t.player_type&&\"true\"!=t.isLive||(s.prop33=\"adbp:none\",wminst.trackLinkVideo(\"cnnvideo-adcomplete\",t)),(wminst.isTVEEpisode(t)||wminst.isTVELive(t)||t.content_type1&&\"tve\"==t.content_type1||!0===t.isLive||\"true\"==t.isLive)&&(wminst.stopVideoProgressTimer(),wminst.startVideoProgressTimer(t))),wminst.isAd=!1,s.manageVars(\"clearVars\")})),PubSub.subscribe(\"cnnvideo-midroll-complete\",(function(e){var t=wminst.getVideoMetadata(e);wminst.setVideoCommonData(t),s.linkTrackVars=\"events,server,channel,prop35,eVar35,prop44\",s.linkTrackEvents=\"event50\",s.events=\"event50\",(\"midroll\"==t.adType.toLowerCase()||1==wminst.isLiveVid&&\"preroll\"==t.adType.toLowerCase())&&(!t.player_type||\"tve\"!=t.player_type&&\"live player\"!=t.player_type&&\"true\"!=t.isLive&&!0!==t.isLive||(s.prop33=\"adbp:none\",wminst.trackLinkVideo(\"cnnvideo-adcomplete\",t))),wminst.stopVideoProgressTimer(),wminst.startVideoProgressTimer(t),wminst.isAd=!1,s.manageVars(\"clearVars\")})),PubSub.subscribe(\"cnnvideo-start\",(function(e){wminst.trackVideoStart(e)})),PubSub.subscribe(\"cnnvideo-autostart\",(function(e){wminst.trackVideoStart(e)})),PubSub.subscribe(\"cnnvideo-live\",(function(e){wminst.isAd=!1,wminst.isLiveVid=!0,wminst.isLivePaused=!1;var t=wminst.getVideoMetadata(e);wminst.setVideoCommonData(t),s.linkTrackVars=\"events,server,channel,prop1,eVar1,prop3,eVar3,prop4,eVar4,prop7,eVar7,prop8,eVar8,prop14,evar14,prop20,eVar20,evar21,eVar22,eVar26,eVar27,eVar28,prop29,eVar29,prop30,eVar30,prop31,eVar31,prop32,eVar32,prop33,eVar33,prop34,eVar34,prop35,eVar35,eVar36,prop37,eVar37,eVar41,eVar42,prop43,prop44,prop46,eVar46,prop47,eVar47,eVar48,prop50,prop52,eVar52,prop54,eVar54,prop56,eVar56,prop57,eVar57,prop59,eVar59,prop64,prop66,eVar66,eVar67,prop68,eVar68,prop70,eVar70,prop71,eVar71,prop72,eVar72,prop73,eVar73,prop75,eVar75,eVar103,eVar104,eVar105,list1,list2\",s.linkTrackEvents=\"event1,event32\",s.events=\"event1,event32\";var i=new wminst.getCNNMediaCollection;if(i.start(t.playerid,t.title?t.title:t.headline),wminst.isVideoAutoStarted(t)&&(wminst.is_autoplay=!0,wminst.updateAutoStartType()),t.content_type2);else try{void 0!==t.isAutoStart&&1==t.isAutoStart&&(!0===t.isAutoplayAllowed&&!1!==isAutostartSuccessful||!0===t.is_autoplay_allowed&&!1!==t.is_autoplay_successful)&&(s.linkTrackEvents=s.linkTrackEvents+\",event34\",s.events=s.linkTrackEvents)}catch(e){}wminst.is_preroll_occur||(s.linkTrackEvents+=\",event90\",s.events=s.linkTrackEvents),wminst.isFASTContent(t)&&(s.linkTrackEvents+=\",event109\",s.events=s.linkTrackEvents),s.server=wminst.Util.getADBPURL(\"domain\"),s.prop31?s.prop31=s.prop31.toLowerCase():s.eVar31=\"\";try{if(void 0!==window.CNN.omniture.user_auth_state){var r=t.user_auth_state?t.user_auth_state:window.CNN.omniture.user_auth_state;s.prop75=r}else void 0===t.mvpd||\"temppass_cnn10min\"!=t.mvpd&&\"TempPass_CNN10min\"!=t.mvpd||(s.prop75=\"new_temppass_go\")}catch(e){}void 0!==wminst.adVidId&&wminst.adVidId==t.id&&wminst.adRange>0&&(s.linkTrackEvents=s.linkTrackEvents+\",event3\",s.events=s.linkTrackEvents,wminst.adVidId=\"\"),s.eVar23=s.prop23=\"\",wminst.setEVars(\"26,27,28\"),s.prop43||(s.prop50=\"\"),wminst.isVideoLive(t)&&(wminst.stopVideoProgressTimer(),wminst.startVideoProgressTimer(t)),s.prop72=s.eVar72=\"\",wminst.trackLinkVideo(\"cnnvideo-live\",t),i.set(t.playerid,\"vidStarted\",!0),s.manageVars(\"clearVars\")})),PubSub.subscribe(\"cnnvideo-episode\",(function(e){wminst.isAd=!1;var t=wminst.getVideoMetadata(e);wminst.setVideoCommonData(t),s.linkTrackVars=\"events,server,channel,eVar26,eVar27,eVar28,prop35,eVar35,list2\",s.linkTrackEvents=\"event48\",s.events=\"event48\",wminst.setEVars(\"26,27,28\");var i=new wminst.getCNNMediaCollection;i.start(t.playerid,t.title?t.title:t.headline),wminst.trackLinkVideo(\"cnnvideo-episode\",t),i.set(t.playerid,\"vidStarted\",!0),s.manageVars(\"clearVars\")})),PubSub.subscribe(\"cnnvideo-autosegment\",(function(e){wminst.isAd=!1;var t=wminst.getVideoMetadata(e);wminst.setVideoCommonData(t),s.linkTrackVars=\"events,server,channel,eVar26,eVar27,eVar28,prop35,eVar35,list2\",s.linkTrackEvents=\"event65\",wminst.setEVars(\"26,27,28\");var i=new wminst.getCNNMediaCollection;i.start(t.playerid,t.title?t.title:t.headline),wminst.trackLinkVideo(\"cnnvideo-autosegment\",t),i.set(t.playerid,\"vidStarted\",!0),s.manageVars(\"clearVars\")})),PubSub.subscribe(\"cnnvideo-buffer\",(function(e){var t=wminst.getVideoMetadata(e),s=void 0!==t.buffering&&t.buffering,i=new wminst.getCNNMediaCollection,r=i.get(t.playerid,\"isBuffering\");s!=r&&(i.buffer(t.playerid),(1==wminst.isLiveVid||1==t.isLive||\"true\"==t.isLive||wminst.isTVEEpisode(t))&&(wminst.stopVideoProgressTimer(),r&&wminst.startVideoProgressTimer(t)))})),PubSub.subscribe(\"cnnvideo-progress\",(function(e){var t=wminst.getVideoMetadata(e);wminst.setVideoCommonData(t);var i=(new wminst.getCNNMediaCollection).progress(t.playerid);wminst.live_interval=60,i=wminst.capCNNTimeSpent(i,t.trt,wminst.live_interval),wminst.setVideoLinkTrackVars(),s.linkTrackEvents=\"event36\",s.events=\"event36\",wminst.updateVideoVars(),s.products=\";;;;\"+s.events+\"=\"+i,60!=i||wminst.isLivePaused&&wminst.isTVEEpisodePaused||wminst.trackLinkVideo(\"cnnvideo-progress\",t),s.manageVars(\"clearVars\")})),PubSub.subscribe(\"cnnvideo-scrub\",(function(e){wminst.trackVideoScrub(e)})),PubSub.subscribe(\"cnnvideo-pause\",(function(e){wminst.trackVideoPause(e)})),PubSub.subscribe(\"cnnvideo-mute\",(function(e){wminst.trackVideoMute(e)})),PubSub.subscribe(\"cnnvideo-ten\",(function(e){wminst.trackVideoMilestone(e,10)})),PubSub.subscribe(\"cnnvideo-twentyfive\",(function(e){wminst.trackVideoMilestone(e,25)})),PubSub.subscribe(\"cnnvideo-fifty\",(function(e){wminst.trackVideoMilestone(e,50)})),PubSub.subscribe(\"cnnvideo-seventyfive\",(function(e){wminst.trackVideoMilestone(e,75)})),PubSub.subscribe(\"cnnvideo-stop\",(function(e){wminst.trackVideoEnd(e,\"stop\")})),PubSub.subscribe(\"cnnvideo-complete\",(function(e){wminst.trackVideoEnd(e,\"complete\")}));try{let e=function(e){return\"span.\"+e+\"-container__back-player-icon-container\"},t=e(\"player\")+\",\"+e(\"fave-player\");document.querySelector(t).addEventListener(\"click\",(function(){wminst.Util.log(\"Back button was clicked. Stop video progress.\"),wminst.stopVideoProgressTimer()}))}catch(e){}\\n});</script><script>(function() { if (typeof _bt === \\'undefined\\' && typeof window._bt === \\'undefined\\'){\\nvar SITEID=\\'cnn\\';\\n(function(b, t, r, a, i, n) {\\n b[\\'bt\\']=b[\\'bt\\'] || function() {\\n (b[\\'_bt\\']=b[\\'_bt\\']||[]).push(arguments);\\n },\\n i = t.createElement(r),\\n n = t.getElementsByTagName(r)[0];\\n i.async = 1;\\n i.src = a;\\n n.parentNode.insertBefore(i, n);\\n})(\\n window,\\n document,\\n \\'script\\',\\n \\t\\'https://cdn.boomtrain.com/p13n/\\'+SITEID+\\'/p13n.min.js\\'\\n);\\nbt(\\'initialize\\', SITEID, {externalIds: {zync: \\'a97c5211-cb6d-47a7-b69a-a985f2d98333:1713423010.7927587\\'}});\\n} })();</script><script>_satellite[\"_runScript13\"](function(event, target, Promise) {\\nwminst.isAudioInitiated=!1,wminst.setAudioInterval_id=0,wminst.liveAudioInterval=0,wminst.trackLinkAudio=function(e,t){wminst.Util.setUserAuthState(),wminst.Util.setIds(),s.tl(this,\"o\",e+\": \"+t.title.toLowerCase())},wminst.startAudioProgressTimer=function(e){wminst.setAudioInterval_id=setInterval((function(){window.trackAudioProgress(e)}),6e4)},wminst.stopAudioProgressTimer=function(){wminst.setAudioInterval_id&&clearInterval(wminst.setAudioInterval_id)},wminst.audioCommonData=function(e){var t,r,a=\"audio\";try{r=\"aod\",void 0===(t=e||{}).isLive||!t.isLive&&\"true\"!=t.isLive||(r=\"live\"),s.trackingServer=wminst.Util.getSiteSpecificSettings(3),s.trackingServerSecure=wminst.Util.getSiteSpecificSettings(4),s.account=_satellite.getVar(\"RSID\"),s.prop1=t.type,t.author&&\"\"!==t.author&&(s.prop2=t.author.toLowerCase()),s.prop7=t.length+\"\",s.eVar7=\"D=c7\",t.title&&\"\"!==t.title&&(s.prop29=t.title.toLowerCase(),s.eVar41=\"D=c29\"),s.eVar33=\"adbp:audio\",s.prop33=\"\",s.prop35=wminst.Util.getCNNCodeVersion(),s.eVar42=t.id,s.eVar45=t.playlist_position+\"\",s.prop45=\"\",s.eVar54=a+\"|\"+r+\"|\"+t.type,s.prop54=\"\",s.eVar67=t.state+\"|\"+(t.status?t.status:\"no value set\")+\"|\"+(t.position?t.position:\"inline\"),s.prop67=\"\",s.eVar82=t.rate+\"\",s.prop82=\"\"}catch(e){}},PubSub.subscribe(\"audio-preroll\",(function(e){s.manageVars(\"clearVars\");var t=wminst.getAudioMetadata(e);s.linkTrackVars=\"events,prop1,eVar1,prop2,eVar2,prop7,eVar7,prop29,eVar33,prop35,eVar35,eVar41,eVar42,eVar45,eVar54,eVar67,eVar82\",s.events=\"event91,event92\",s.linkTrackEvents=s.events,wminst.isAudioInitiated=!0,wminst.audioCommonData(t),wminst.trackLinkAudio(\"audio-preroll\",t),wminst.startAudioProgressTimer(t),s.clearVars()})),PubSub.subscribe(\"audio-start\",(function(e){s.manageVars(\"clearVars\");var t=wminst.getAudioMetadata(e),r=new wminst.getCNNMediaCollection;r.start(t.playerid,t.title),s.linkTrackVars=\"events,products,prop1,eVar1,prop2,eVar2,prop7,eVar7,prop29,eVar33,prop35,eVar35,eVar41,eVar42,eVar45,eVar54,eVar67,eVar82\",s.events=\"event11\",wminst.audioCommonData(t),wminst.isAudioInitiated||(s.events+=\",event92\"),s.prop7&&null!==s.prop7&&(s.events=s.events+\",event64\",s.products=\";;;;event64=\"+s.prop7),s.linkTrackEvents=s.events,wminst.trackLinkAudio(\"audio-start\",t),wminst.isAudioInitiated=!1,r.set(t.playerid,\"audStarted\",!0),wminst.stopAudioProgressTimer(),wminst.startAudioProgressTimer(t),s.clearVars()})),PubSub.subscribe(\"audio-autostart\",(function(e){s.manageVars(\"clearVars\");var t=wminst.getAudioMetadata(e),r=new wminst.getCNNMediaCollection;r.start(t.playerid,t.title),s.linkTrackVars=\"events,products,prop1,eVar1,prop2,eVar2,prop7,eVar7,prop29,eVar33,prop35,eVar35,eVar41,eVar42,eVar45,eVar54,eVar67,eVar82\",s.events=\"event11\",wminst.audioCommonData(t),wminst.isAudioInitiated||(s.events+=\",event92\"),s.prop7&&null!==s.prop7&&(s.events=s.events+\",event64\",s.products=\";;;;event64=\"+s.prop7),s.linkTrackEvents=s.events,wminst.trackLinkAudio(\"audio-autostart\",t),wminst.isAudioInitiated=!1,r.set(t.playerid,\"audStarted\",!0),wminst.stopAudioProgressTimer(),wminst.startAudioProgressTimer(t),s.clearVars()})),PubSub.subscribe(\"audio-complete\",(function(e){s.manageVars(\"clearVars\");var t=wminst.getAudioMetadata(e),r=new wminst.getCNNMediaCollection,a=r.complete(t.playerid);s.linkTrackVars=\"events,products,prop1,eVar1,prop2,eVar2,prop7,eVar7,prop29,eVar33,prop35,eVar35,eVar41,eVar42,eVar45,eVar54,eVar67,eVar82\",s.linkTrackEvents=\"event97,event98\",s.events=s.linkTrackEvents,wminst.audioCommonData(t),a>0&&(s.products=\";;;;event98=\"+a),wminst.stopAudioProgressTimer(),wminst.trackLinkAudio(\"audio-complete\",t),r.set(t.playerid,\"audStarted\",!1),r.set(t.playerid,\"hasScrubbed\",!1),r.set(t.playerid,\"isPaused\",!1),r.set(t.playerid,\"isBuffering\",!1),r.set(t.playerid,\"isHalf\",!1),r.set(t.playerid,\"isTen\",!1),r.set(t.playerid,\"isTwentyFive\",!1),r.set(t.playerid,\"isSeventyFive\",!1),s.clearVars()})),PubSub.subscribe(\"audio-pause\",(function(e){var t=wminst.getAudioMetadata(e),r=void 0!==t.pause&&t.pause,a=new wminst.getCNNMediaCollection;a.get(t.playerid,\"audStarted\")&&(s.manageVars(\"clearVars\"),s.linkTrackVars=\"events,prop1,eVar1,prop2,eVar2,prop7,eVar7,prop29,eVar33,prop35,eVar35,eVar41,eVar42,eVar45,eVar54,eVar67,eVar82\",s.events=\"event100\",r&&(s.events=\"event99\"),s.linkTrackEvents=s.events,wminst.audioCommonData(t),wminst.trackLinkAudio(r?\"audio-pause\":\"audio-resume\",t));var i=a.get(t.playerid,\"isPaused\");r!=i&&(a.pause(t.playerid),wminst.stopAudioProgressTimer(),i&&wminst.startAudioProgressTimer(t)),s.manageVars(\"clearVars\")})),PubSub.subscribe(\"audio-buffer\",(function(e){var t=wminst.getAudioMetadata(e),s=void 0!==t.buffering&&t.buffering,r=new wminst.getCNNMediaCollection,a=r.get(t.playerid,\"isBuffering\");s!=a&&(r.buffer(t.playerid),wminst.stopAudioProgressTimer(),a&&wminst.startAudioProgressTimer(t))})),PubSub.subscribe(\"audio-scrub\",(function(e){var t=wminst.getAudioMetadata(e);(new wminst.getCNNMediaCollection).set(t.playerid,\"hasScrubbed\",!0)})),PubSub.subscribe(\"audio-progress\",(function(e){var t=wminst.getAudioMetadata(e),r=new wminst.getCNNMediaCollection;s.linkTrackVars=\"events,products,prop1,eVar1,prop2,eVar2,prop7,eVar7,prop29,eVar33,prop35,eVar35,eVar41,eVar42,eVar45,eVar54,eVar67,eVar82\",s.events=\"event98\",s.linkTrackEvents=s.events,wminst.audioCommonData(t);var a=r.progress(t.playerid);a>60&&(wminst.liveAudioInterval=60),(a=wminst.capCNNTimeSpent(a,t.length,wminst.liveAudioInterval))>0&&(s.products=\";;;;event98=\"+a),60==a&&wminst.trackLinkAudio(\"audio-progress\",t),s.manageVars(\"clearVars\")}));\\n});</script><iframe src=\"https://1ea10661be947f8fb3375d7212bce8d9.safeframe.googlesyndication.com/safeframe/1-0-40/html/container.html\" style=\"visibility: hidden; display: none;\"></iframe><iframe src=\"https://s.amazon-adsystem.com/iu3?cm3ppd=1&amp;d=dtb-pub&amp;csif=t&amp;gdpr=0&amp;dl=n-index_n-sharethrough_pm-db5_rbd_n-vmg_smrt_an-db5_3lift\" sandbox=\"allow-forms allow-pointer-lock allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts allow-top-navigation-by-user-activation allow-presentation\" style=\"display: none;\"></iframe><div id=\"onetrust-consent-sdk\"><div class=\"onetrust-pc-dark-filter ot-hide ot-fade-in\"></div><div id=\"onetrust-pc-sdk\" class=\"otPcCenter ot-hide ot-fade-in\" lang=\"en\" aria-label=\"Preference center\" role=\"region\"><div role=\"alertdialog\" aria-modal=\"true\" aria-describedby=\"ot-pc-desc\" style=\"height: 100%;\"><!-- Close Button --><div class=\"ot-pc-header\"><!-- Logo Tag --><div class=\"ot-pc-logo\" role=\"img\" aria-label=\"CNN Logo\"><img alt=\"CNN Logo\" src=\"https://cdn.cookielaw.org/logos/9651e1f6-c35b-4377-be7f-5a0c93f0ecb8/fd2c628a-153d-49d4-b7b4-92a834c64b28/507420f5-a79f-4038-baea-bb890032307c/CNN_logo.png\"></div><button id=\"close-pc-btn-handler\" class=\"ot-close-icon\" aria-label=\"Close\" style=\"background-image: url(&quot;https://cdn.cookielaw.org/logos/static/ot_close.svg&quot;);\"></button></div><!-- Close Button --><div id=\"ot-pc-content\" class=\"ot-pc-scrollbar\"><div class=\"ot-optout-signal ot-hide\"><div class=\"ot-optout-icon\"><svg xmlns=\"http://www.w3.org/2000/svg\"><path class=\"ot-floating-button__svg-fill\" d=\"M14.588 0l.445.328c1.807 1.303 3.961 2.533 6.461 3.688 2.015.93 4.576 1.746 7.682 2.446 0 14.178-4.73 24.133-14.19 29.864l-.398.236C4.863 30.87 0 20.837 0 6.462c3.107-.7 5.668-1.516 7.682-2.446 2.709-1.251 5.01-2.59 6.906-4.016zm5.87 13.88a.75.75 0 00-.974.159l-5.475 6.625-3.005-2.997-.077-.067a.75.75 0 00-.983 1.13l4.172 4.16 6.525-7.895.06-.083a.75.75 0 00-.16-.973z\" fill=\"#FFF\" fill-rule=\"evenodd\"></path></svg></div><span></span></div><h2 id=\"ot-pc-title\"></h2><div id=\"ot-pc-desc\">&nbsp;</div><section class=\"ot-sdk-row ot-cat-grp\"><h3 id=\"ot-category-title\" aria-hidden=\"true\"></h3><div class=\"ot-cat-item ot-vs-config\" data-optanongroupid=\"BG2362\"><!-- Group name --><h4 class=\"ot-cat-header\" id=\"ot-header-id-BG2362\">Privacy Policy</h4><!-- Group description --><p class=\"ot-category-desc\" id=\"ot-desc-id-BG2362\">For privacy options, please see our privacy policy:<br><a href=\"https://www.cnn.com/privacy\" rel=\"nofollow\">https://www.cnn.com/privacy</a>.</p></div><!-- Groups sections starts --><!-- Group section ends --><!-- Accordion Group section starts --><!-- Accordion Group section ends --></section></div><section id=\"ot-pc-lst\" class=\"ot-hide ot-hosts-ui ot-pc-scrollbar\"><div id=\"ot-pc-hdr\"><div id=\"ot-lst-title\"><button class=\"ot-link-btn back-btn-handler\" aria-label=\"Back\"><svg id=\"ot-back-arw\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 444.531 444.531\" xml:space=\"preserve\"><title>Back Button</title><g><path fill=\"#656565\" d=\"M213.13,222.409L351.88,83.653c7.05-7.043,10.567-15.657,10.567-25.841c0-10.183-3.518-18.793-10.567-25.835\\n l-21.409-21.416C323.432,3.521,314.817,0,304.637,0s-18.791,3.521-25.841,10.561L92.649,196.425\\n c-7.044,7.043-10.566,15.656-10.566,25.841s3.521,18.791,10.566,25.837l186.146,185.864c7.05,7.043,15.66,10.564,25.841,10.564\\n s18.795-3.521,25.834-10.564l21.409-21.412c7.05-7.039,10.567-15.604,10.567-25.697c0-10.085-3.518-18.746-10.567-25.978\\n L213.13,222.409z\"></path></g></svg></button><h3>Cookie List</h3></div><div class=\"ot-lst-subhdr\"><div class=\"ot-search-cntr\"><p role=\"status\" class=\"ot-scrn-rdr\"></p><input id=\"vendor-search-handler\" type=\"text\" name=\"vendor-search-handler\" placeholder=\"Search…\" aria-label=\"Cookie list search\"> <svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 -30 110 110\" aria-hidden=\"true\"><title>Search Icon</title><path fill=\"#2e3644\" d=\"M55.146,51.887L41.588,37.786c3.486-4.144,5.396-9.358,5.396-14.786c0-12.682-10.318-23-23-23s-23,10.318-23,23\\n s10.318,23,23,23c4.761,0,9.298-1.436,13.177-4.162l13.661,14.208c0.571,0.593,1.339,0.92,2.162,0.92\\n c0.779,0,1.518-0.297,2.079-0.837C56.255,54.982,56.293,53.08,55.146,51.887z M23.984,6c9.374,0,17,7.626,17,17s-7.626,17-17,17\\n s-17-7.626-17-17S14.61,6,23.984,6z\"></path></svg></div><div class=\"ot-fltr-cntr\"><button id=\"filter-btn-handler\" aria-label=\"Filter\" aria-haspopup=\"true\"><svg role=\"presentation\" aria-hidden=\"true\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 402.577 402.577\" xml:space=\"preserve\"><title>Filter Icon</title><g><path fill=\"#fff\" d=\"M400.858,11.427c-3.241-7.421-8.85-11.132-16.854-11.136H18.564c-7.993,0-13.61,3.715-16.846,11.136\\n c-3.234,7.801-1.903,14.467,3.999,19.985l140.757,140.753v138.755c0,4.955,1.809,9.232,5.424,12.854l73.085,73.083\\n c3.429,3.614,7.71,5.428,12.851,5.428c2.282,0,4.66-0.479,7.135-1.43c7.426-3.238,11.14-8.851,11.14-16.845V172.166L396.861,31.413\\n C402.765,25.895,404.093,19.231,400.858,11.427z\"></path></g></svg></button></div><div id=\"ot-anchor\"></div><section id=\"ot-fltr-modal\"><div id=\"ot-fltr-cnt\"><button id=\"clear-filters-handler\">Clear</button><div class=\"ot-fltr-scrlcnt ot-pc-scrollbar\"><div class=\"ot-fltr-opts\"><div class=\"ot-fltr-opt\"><div class=\"ot-chkbox\"><input id=\"chkbox-id\" type=\"checkbox\" class=\"category-filter-handler\"> <label for=\"chkbox-id\"><span class=\"ot-label-txt\">checkbox label</span></label> <span class=\"ot-label-status\">label</span></div></div></div><div class=\"ot-fltr-btns\"><button id=\"filter-apply-handler\">Apply</button> <button id=\"filter-cancel-handler\">Cancel</button></div></div></div></section></div></div><section id=\"ot-lst-cnt\" class=\"ot-host-cnt ot-pc-scrollbar\"><div id=\"ot-sel-blk\"><div class=\"ot-sel-all\"><div class=\"ot-sel-all-hdr\"><span class=\"ot-consent-hdr\">Consent</span> <span class=\"ot-li-hdr\">Leg.Interest</span></div><div class=\"ot-sel-all-chkbox\"><div class=\"ot-chkbox\" id=\"ot-selall-hostcntr\"><input id=\"select-all-hosts-groups-handler\" type=\"checkbox\"> <label for=\"select-all-hosts-groups-handler\"><span class=\"ot-label-txt\">checkbox label</span></label> <span class=\"ot-label-status\">label</span></div><div class=\"ot-chkbox\" id=\"ot-selall-vencntr\"><input id=\"select-all-vendor-groups-handler\" type=\"checkbox\"> <label for=\"select-all-vendor-groups-handler\"><span class=\"ot-label-txt\">checkbox label</span></label> <span class=\"ot-label-status\">label</span></div><div class=\"ot-chkbox\" id=\"ot-selall-licntr\"><input id=\"select-all-vendor-leg-handler\" type=\"checkbox\"> <label for=\"select-all-vendor-leg-handler\"><span class=\"ot-label-txt\">checkbox label</span></label> <span class=\"ot-label-status\">label</span></div></div></div></div><div class=\"ot-sdk-row\"><div class=\"ot-sdk-column\"></div></div></section></section><div class=\"ot-pc-footer ot-pc-scrollbar\"><div class=\"ot-btn-container\"> <button class=\"save-preference-btn-handler onetrust-close-btn-handler\">Close</button></div><!-- Footer logo --><div class=\"ot-pc-footer-logo\"><a href=\"https://www.onetrust.com/products/cookie-consent/\" target=\"_blank\" rel=\"noopener noreferrer\" aria-label=\"Powered by OneTrust Opens in a new Tab\"><img alt=\"Powered by Onetrust\" src=\"https://cdn.cookielaw.org/logos/static/powered_by_logo.svg\" title=\"Powered by OneTrust Opens in a new Tab\"></a></div></div><!-- Cookie subgroup container --><!-- Vendor list link --><!-- Cookie lost link --><!-- Toggle HTML element --><!-- Checkbox HTML --><!-- plus minus--><!-- Arrow SVG element --><!-- Accordion basic element --><span class=\"ot-scrn-rdr\" aria-atomic=\"true\" aria-live=\"polite\"></span><!-- Vendor Service container and item template --></div><iframe class=\"ot-text-resize\" sandbox=\"allow-same-origin\" title=\"onetrust-text-resize\" style=\"position: absolute; top: -50000px; width: 100em;\" aria-hidden=\"true\"></iframe></div></div><script>_satellite[\"_runScript14\"](function(event, target, Promise) {\\nwminst.Util.loadScript(\"//www.i.cdn.cnn.com/zion/zion-mb.min.js\",(function(){try{if(\"undefined\"!=typeof s){var i=ZionMessageBus.getInstance(),e=s.visitor.getMarketingCloudVisitorID(),n=s.visitor.getAnalyticsVisitorID();i.publish(\"id_found\",{type:\"adobe_ecid\",value:e}),i.publish(\"id_found\",{type:\"adobe_vi\",value:n})}}catch(i){console.error(i)}}));\\n});</script><script>_satellite[\"_runScript15\"](function(event, target, Promise) {\\nfunction checkUserAuthentication(){var e=\"\";return window.is_expansion||(e=void 0!==s.prop32&&s.prop32.includes(\"interactive\")?wminst.Util.getCNNAuthenticated(\"authid\",\"displayname\",\"reg:logged in\",\"requires authentication\",\"reg:not logged in\",\"?\"):void 0!==s.prop28&&\"watch cnn:activation\"==s.prop28?wminst.Util.getCNNAuthenticated(\"authid\",\"displayname\",\"reg:logged in\",\"does not require authentication\",\"reg:not logged in\",\"?\"):wminst.Util.getCNNAuthenticated(\"authid\",\"displayname\",\"reg:logged in\",\"anonymous\",\"reg:not logged in\",\"?\")),e}wminst.trackPage=function(){wminst.Util.setCommonVars(),wminst.Util.setPageVars(),s.t()},wminst.trackLink=function(e){wminst.Util.setCommonVars(),s.tl(this,\"o\",e)},wminst.getSocialClick=function(e){var t=e.interaction||e.clickObj||{},r=\"string\"==typeof t?t:t.socialType||\"\";return(r=r.replace(\": \",\":\")).startsWith(\"social\")||(r=\"social:\"+r),r.endsWith(\"click\")||(r+=\"_click\"),wminst.Util.isFactsFirstPage()&&(r=r.replace(\"social:\",\"facts first:share:\")),t.isMainNav&&(r+=\":global\"),t.component&&t.socialType&&t.action&&(r=t.component+\":\"+t.socialType+\":\"+t.action),r},wminst.getInteractionType=function(e){var t=\"\";return\"priceless xi\"==e.branding_social?t=\"priceless xi\":\"politics:submit debate topics\"==e.interaction?t=\"debate topic submission\":s.prop69&&(t=s.prop69),t},wminst.waitAfterInteraction=function(e){\"account nav:topics you can follow\"==e.interaction&&wminst.Util.wait(50)},wminst.setBounceX=function(e){if(e.bouncex&&(s.prop62=e.bouncex.toLowerCase(),s.linkTrackEvents=s.linkTrackEvents+\",event20\",s.events=s.linkTrackEvents,\"\"!==s.prop62)){let e=s.events.split(\",\");for(let t=0;t<=e.length;t++)\"event26\"!==e[t]&&\"event39\"!==e[t]&&\"event76\"!==e[t]&&\"event21\"!==e[t]||(e.splice(t,1),t=0);s.linkTrackEvents=e.toString(),s.events=s.linkTrackEvents,s.linkTrackVars=\"events,campaign,pageName,eVar26,server,eVar29,channel,eVar27,prop28,eVar28,prop30,eVar30,prop32,eVar32,prop33,eVar33,prop35,eVar35,eVar36,eVar59,prop59,prop62,eVar62,eVar73,prop73,list2\"}},wminst.setOnboarding=function(e,t){\"onboarding\"==e.page&&(s.pageName=t,s.prop69=\"registration onboarding\",e.interaction&&(s.prop69+=\":\"+e.interaction),e.newsletter&&(s.prop69+=\":\"+e.newsletter))},wminst.setModuleLoad=function(e){if(\"module load\"==e.interaction){wminst.Util.setLinkTrackVars(\"eVar122,eVar123\"),s.linkTrackEvents=\"event117\";let r=(e.componentName||\"\").toLowerCase();if(r.includes(\"follow topic\")){s.linkTrackEvents=\"event116\";let t=e.followTopicNames||[];for(let e=0;e<t.length;e++){r+=\"|\"+(e+1)+\"|\"+(t[e]||\"\").toLowerCase()}}else if(e.componentAttributes){var t=e.componentAttributes||{};s.prop69=[t.type,t.apiType,t.locationOnPage,t.numberOfItems,t.title].join(\":\").toLowerCase()}else e.engagementNumber?s.prop69=[\"alerts\",\"web push banner\",\"module engagement number\",e.engagementNumber].join(\":\"):e.componentType&&e.componentViewCount&&(s.prop69=[e.componentType,e.componentViewCount].join(\":\"));s.events=s.linkTrackEvents,s.eVar122=r,s.eVar123=e.componentStellarId||\"\"}},wminst.setFollowTopic=function(e){e.interaction.includes(\"follow topic\")&&(wminst.Util.setLinkTrackVars(\"eVar121,eVar125\"),e.interaction.includes(\"follow all topics\")?(s.eVar121=(e.followTopicNames||[]).toString().toLowerCase(),s.eVar125=(e.followTopicIds||[]).toString()):(s.eVar121=e.followTopicName.toLowerCase()||\"\",s.eVar125=e.followTopicId||\"\"))},wminst.getErrorMessage=function(e){var t=[];return(e.addtData||e).errorMessage?.data?.forEach((e=>{t.push(e.message?.toLowerCase())})),t.join()},wminst.getLSPostInteraction=function(e){var t=e.isDeepLink?\"deeplink\":\"not deeplink\";return[\"live story\",e.postNumber,e.totalPosts,e.tabView,e.sortType,e.postType,t].join(\":\").toLowerCase()},wminst.trackArticleViewed=function(e){s.manageVars(\"clearVars\"),s.linkTrackVars=\"events,server,channel,pageName,eVar26,eVar27,prop28,eVar28,eVar29,prop30,eVar30,prop32,eVar32,prop33,eVar33,prop35,eVar35,eVar36,prop59,eVar59,prop69,eVar69,prop73,eVar73,list2\";var t={\"article start\":\"event43\",\"article 25\":\"event44\",\"article 50\":\"event46\",\"article 75\":\"event47\",\"article complete\":\"event57\"}[e.interaction];t&&(s.linkTrackEvents=t+\",event76\",s.events=s.linkTrackEvents,s.server=wminst.Util.getADBPURL(\"domain\"),s.channel=wminst.Util.getCNNSection(0),s.pageName=wminst.Util.getCNNPageName(),s.prop28=wminst.Util.getCNNSection(1),s.prop30=wminst.Util.getSiteSpecificSettings(1),s.prop32=wminst.Util.getCNNTemplateType(\"long\"),s.prop33=wminst.Util.getCNNContentType(\"adbp:none\"),s.eVar36=wminst.Util.getCNNKruxID(),s.prop59=wminst.Util.getCNNAdobeID(),s.prop69=s.prop32+\":\"+e.interaction,wminst.trackLink(e.interaction),s.clearVars())},wminst.trackUserAccount=function(e){s.manageVars(\"clearVars\"),s.linkTrackVars=\"events,server,channel,pageName,eVar26,eVar27,prop28,eVar28,eVar29,prop30,eVar30,prop32,eVar32,prop33,eVar33,prop35,eVar35,eVar36,prop59,eVar59,prop69,eVar69,prop73,eVar73,list2,eVar131\";var t={\"account created\":\"event52\",\"logged in\":\"event54\",\"logged out\":\"event101\",\"login failure\":\"event102\",\"registration failure\":\"event103\"}[e.action];if(t){s.linkTrackEvents=t+\",event76\",s.events=s.linkTrackEvents,s.server=wminst.Util.getADBPURL(\"domain\"),s.channel=wminst.Util.getCNNSection(0),s.pageName=wminst.Util.getCNNPageName(),s.prop28=wminst.Util.getCNNSection(1),s.prop30=wminst.Util.getSiteSpecificSettings(1),s.prop32=wminst.Util.getCNNTemplateType(\"long\"),s.prop33=wminst.Util.getCNNContentType(\"adbp:none\"),s.eVar36=wminst.Util.getCNNKruxID(),s.prop59=wminst.Util.getCNNAdobeID(),s.prop69=\"cnn account:\"+e.action,e.method&&(s.prop69+=\":\"+e.method.toLowerCase());var r=wminst.getErrorMessage(e);r&&(s.prop69+=\":\"+r),s.eVar131=(e.method||\"\").toLowerCase(),wminst.trackLink(s.prop69),s.clearVars()}},wminst.trackLiveStoryPost=function(e){s.manageVars(\"clearVars\"),s.linkTrackVars=\"events,server,channel,pageName,eVar26,eVar27,prop28,eVar28,eVar29,prop30,eVar30,prop32,eVar32,prop33,eVar33,prop35,eVar35,eVar36,prop43,prop50,prop59,eVar59,prop69,eVar69,prop73,eVar73,list2\",s.linkTrackEvents=\"event121\",s.events=s.linkTrackEvents,s.server=wminst.Util.getADBPURL(\"domain\"),s.channel=wminst.Util.getCNNSection(0),s.pageName=wminst.Util.getCNNPageName(),s.prop28=wminst.Util.getCNNSection(1),s.prop30=wminst.Util.getSiteSpecificSettings(1),s.prop32=wminst.Util.getCNNTemplateType(\"long\"),s.prop33=wminst.Util.getCNNContentType(\"adbp:none\"),s.eVar36=wminst.Util.getCNNKruxID(),s.prop43=e.postId||\"\",s.prop50=(e.postTitle||\"\").toLowerCase(),s.prop59=wminst.Util.getCNNAdobeID(),s.prop69=wminst.getLSPostInteraction(e.interaction),wminst.trackLink(s.prop69),s.clearVars()},PubSub.subscribe(\"dynamic-autoRefresh\",(function(e){s.manageVars(\"clearVars\"),s.linkTrackVars=\"events,pageName,eVar26,eVar27,eVar28,eVar29,eVar30,eVar32,eVar33,prop35,eVar35,eVar36,eVar37,prop44,eVar44,eVar45,prop46,eVar46,prop47,eVar47,prop69,eVar69,prop73,eVar73,list2\",s.linkTrackEvents=\"event60\",s.events=s.linkTrackEvents,s.pageName=wminst.Util.getCNNPageName(),s.eVar26=\"D=pageName\",s.eVar27=s.channel?s.channel:wminst.Util.getCNNSection(0),s.eVar28=wminst.Util.getCNNSection(1),s.eVar29=wminst.Util.getADBPURL(\"domain\"),s.eVar30=wminst.Util.getSiteSpecificSettings(1),s.eVar32=wminst.Util.getCNNTemplateType(\"long\"),s.eVar33=wminst.Util.getCNNContentType(),s.eVar36=wminst.Util.getCNNKruxID(),s.eVar37=wminst.Util.getCNNPlatform(),s.prop44=wminst.Util.getCNNSourceID(),s.eVar44=wminst.Util.getCNNVertical(),s.prop46=wminst.Util.getCNNTransactionID(),s.prop47=wminst.Util.getCNNGUID(),s.prop69=e,s.prop73=wminst.Util.getCNNVisitorID(\"s_vi\"),wminst.trackLink(\"auto-refresh\"),s.clearVars()})),PubSub.subscribe(\"dynamic-page\",(function(e){if((wminst.Util.isTravelPage()||wminst.Util.isStylePage())&&!wminst.Util.isLiveStoryPage())return wminst.trackPage();s.manageVars(\"clearVars\"),s.linkTrackVars=\"events,pageName,channel,hier1,prop2,eVar2,prop4,eVar4,prop5,eVar5,prop11,eVar11,prop14,eVar14,prop15,eVar15,eVar22,prop23,eVar23,eVar27,prop28,eVar28,prop30,eVar30,prop32,eVar32,prop33,eVar33,prop35,eVar35,prop43,prop44,eVar45,prop48,prop50,eVar50,prop51,prop64,eVar64,eVar65,prop73,eVar73,prop75,eVar75,eVar79,eVar105,list1,list2\",s.linkTrackEvents=\"event26\",s.events=s.linkTrackEvents;var t=e.clickObj||{};if(t.socialType){var r=s.pageName;if(r.match(/\\\\s\\\\[.+\\\\]$/)){var a=/(.+)\\\\s\\\\[.+\\\\]$/.exec(r);a&&(r=a[1])}s.pageName=r+\" [\"+t.socialType+\"]\"}if(e.pageURL){try{e.pageURL.split(\"/\")[2].replace(\"www.\",\"\"),e.pageURL=e.pageURL.toLowerCase(),e.pageURL=e.pageURL.replace(/^.*\\\\/\\\\/[^\\\\/]+/,\"\"),e.pageURL=e.pageURL.replace(\"/index.html\",\"/\"),s.pageName=wminst.Util.getCNNPageName(e.pageURL)}catch(e){}}else s.pageName=wminst.Util.getCNNPageName();e.pageNumber&&(s.pageName=wminst.Util.getCNNPageName()+\":page\"+e.pageNumber),void 0!==window.CNN&&void 0!==window.CNN.omniture&&void 0!==window.CNN.omniture.section&&\"facts first\"==window.CNN.omniture.section[1]&&(s.linkTrackEvents=s.linkTrackEvents+\",event59\",s.events=s.linkTrackEvents),s.pageURL=wminst.Util.getCNNPageURL();try{s.channel=wminst.Util.getCNNSection(0),s.prop11=wminst.Util.getCNNBrandingPartner(),s.prop28=wminst.Util.getCNNSection(1),s.prop33=wminst.Util.getCNNContentType();var i=\"\",n=\"\",p=\"\";n=wminst.Util.getCNNPublishDate(),i=wminst.Util.getCNNDaysSinceLastPublish(\"a\");var o=[\"content:\",\"live story\"];p=wminst.Util.getCNNTemplateType(\"long\");var l=!1;if(p&&void 0!==p){for(var c in o)-1!=p.indexOf(o[c])&&(l=!0);l?(s.prop10=i,s.prop16=n):(s.prop10=\"\",s.prop16=\"\")}if(s.prop11=wminst.Util.getCNNBrandingPartner(),void 0!==window.CNN.omniture&&void 0!==window.CNN.omniture.branding_social)try{s.prop14=window.CNN.omniture.branding_social||\"\"}catch(e){}s.prop23=wminst.Util.getCNNPageHeadline(),\"ngtv\"==wminst.Util.getCNNUIEngagement()&&(s.prop57=e.mvpd,s.prop59=e.adobe_hash_id)}catch(e){}var m=\"\",N=\"\";if(void 0!==e.headline)try{window.CNN=window.CNN||{},window.CNN.omniture=window.CNN.omniture||{},window.CNN.omniture.section=e.section,window.CNN.omniture.template_type=e.template_type,window.CNN.omniture.branding_content_page=e.branding_content_page,window.CNN.omniture.branding_social=e.branding_social,window.CNN.omniture.cap_author=e.cap_author,window.CNN.omniture.cap_genre=e.cap_genre,window.CNN.omniture.cap_content_type=e.cap_content_type,window.CNN.omniture.cap_topic=e.cap_topic,window.CNN.contentModel=window.CNN.contentModel||{},window.CNN.contentModel.analytics=window.CNN.contentModel.analytics||{},window.CNN.contentModel.analytics.pageTop=e.page_top||{},window.CNN.contentModel.analytics.isArticleVideoCollection=e.is_article_video_collection||!1,window.CNN.omniture.user_auth_state=e.user_auth_state,N=wminst.Util.getCNNDaysSinceLastPublish(e.publish_date),s.prop10=N+\"\",s.prop11=wminst.Util.getCNNBrandingPartner(),s.prop14=e.branding_social,s.prop14&&\"\"!==s.prop14&&(s.events=\"event24,\"+s.events),wminst.Util.addBrandingEvent(),s.linkTrackEvents=s.events,s.prop16=e.publish_date,s.prop23=e.headline.toLowerCase(),s.channel=e.section[0],m=e.section[0]+\":\"+(e.section[1]?e.section[1]:\"nvs\"),s.prop28=m,s.prop33=wminst.Util.getCNNContentType(\"adbp:none\"),wminst.Util.addArticleEvent(),s.linkTrackEvents=s.events,e.load_type&&\"lazy_load\"==e.load_type&&(s.events=\"event26,event72\",s.linkTrackEvents=s.events),e.load_type&&\"refresh_load\"==e.load_type&&(s.events=\"event26,event71\",s.linkTrackEvents=s.events)}catch(e){}try{s.pageName=wminst.Util.getCNNPageName(),s.prop30=wminst.Util.getSiteSpecificSettings(1),s.prop32=wminst.Util.getCNNTemplateType(\"long\"),s.prop64=wminst.Util.getCNNUIEngagement(),s.list1=wminst.Util.getCNNTopic(),s.prop2=wminst.Util.getCNNAuthor(),wminst.Util.setPageAttribution(),s.prop5=wminst.Util.getCNNCapGenre(),s.prop8=wminst.Util.getCNNVisitNumber(),s.eVar15=wminst.Util.getCNNTrafficPartner(),s.eVar22=wminst.Util.getCNNVideoOpportunity(),s.prop26=wminst.Util.getCNNBaseURL(),s.server=s.eVar29=wminst.Util.getADBPURL(\"domain\"),s.eVar36=wminst.Util.getCNNKruxID(),s.prop37=wminst.Util.getCNNPlatform(),s.prop43=wminst.Util.getCNNPostID(),s.prop44=wminst.Util.getCNNSourceID(),s.eVar45=wminst.Util.getLSPostPosition(),s.prop48=wminst.Util.getCNNTopicAvailability(),s.prop50=wminst.Util.getCNNPostTitle(),s.prop51=wminst.Util.getCNNSiteSectionLevel3(),s.prop46=wminst.Util.getCNNTransactionID(),s.prop47=wminst.Util.getCNNGUID(),s.prop49=wminst.Util.getCNNPreviousPageName(),s.prop56=wminst.Util.getCNNOrientation(),s.prop57=wminst.Util.getCNNMVPD(),s.prop59=wminst.Util.getCNNAdobeID(),s.prop75=wminst.Util.getCNNUserAuthState(),s.hier1=wminst.Util.getCNNHierachy()}catch(e){}try{if(wminst.Util.isPoliticsExplorer()&&(s.eVar50=wminst.Util.getCNNInteractiveState(e),s.prop51=wminst.Util.getCNNSiteSectionLevel3(\"explorer\"),s.eVar79=wminst.Util.getCNNExploreIndentify(e)),e.interaction_type&&-1!=e.interaction_type.indexOf(\"road-to-270\")){var V=e.interaction_type.split(\":\");s.pageName=s.pageName+\"[\"+V[2].toLowerCase()+\"]\",s.prop51=wminst.Util.getCNNSiteSectionLevel3(\"road-to-270\")}}catch(e){}\"onboarding\"==e.page&&(e.pathName&&(s.pageName+=e.pathName),e.viewName&&(s.pageName+=\"/\"+e.viewName)),wminst.trackPage()})),PubSub.subscribe(\"refresh_load\",(function(e){s.manageVars(\"clearVars\"),s.linkTrackVars=\"events,pageName,channel,hier1,prop2,eVar2,prop4,eVar4,prop5,eVar5,prop11,eVar11,prop14,eVar14,prop15,eVar15,eVar22,prop23,eVar23,eVar27,prop28,eVar28,prop30,eVar30,prop32,eVar32,prop33,eVar33,prop35,eVar35,prop43,prop44,eVar45,prop48,prop50,eVar50,prop51,prop64,eVar64,eVar65,prop73,eVar73,prop75,eVar75,eVar79,eVar105,list1,list2\",s.events=\"event26,event71\",s.linkTrackEvents=s.events,s.pageName=wminst.Util.getCNNPageName(),s.channel=wminst.Util.getCNNSection(0),s.server=wminst.Util.getADBPURL(\"domain\"),s.prop2=wminst.Util.getCNNAuthor(),wminst.Util.setPageAttribution(),s.prop5=wminst.Util.getCNNCapGenre(),s.prop8=wminst.Util.getCNNVisitNumber(),s.prop10=wminst.Util.getCNNDaysSinceLastPublish(\"a\"),s.prop11=wminst.Util.getCNNBrandingPartner(),s.eVar15=wminst.Util.getCNNTrafficPartner(),s.prop16=wminst.Util.getCNNPublishDate(),s.eVar22=wminst.Util.getCNNVideoOpportunity(),s.prop26=wminst.Util.getCNNBaseURL(),s.prop28=wminst.Util.getCNNSection(1),s.prop30=wminst.Util.getSiteSpecificSettings(1),s.prop32=wminst.Util.getCNNTemplateType(\"long\"),s.prop33=wminst.Util.getCNNContentType(),s.eVar36=wminst.Util.getCNNKruxID(),s.prop37=wminst.Util.getCNNPlatform(),s.prop44=wminst.Util.getCNNSourceID(),s.eVar45=wminst.Util.getLSPostPosition(),s.prop46=wminst.Util.getCNNTransactionID(),s.prop47=wminst.Util.getCNNGUID(),s.prop48=wminst.Util.getCNNTopicAvailability(),s.prop49=wminst.Util.getCNNPreviousPageName(),s.prop51=wminst.Util.getCNNSiteSectionLevel3(),s.prop56=wminst.Util.getCNNOrientation(),s.prop57=wminst.Util.getCNNMVPD(),s.prop59=wminst.Util.getCNNAdobeID(),s.prop64=wminst.Util.getCNNUIEngagement(),s.prop75=wminst.Util.getCNNUserAuthState(),s.list1=wminst.Util.getCNNTopic(),s.hier1=wminst.Util.getCNNHierachy();try{s.prop23=e.headline.toLowerCase(),s.prop43=e.post_id,s.prop50=e.post_title.toLowerCase()}catch(e){}wminst.trackPage(),s.clearVars()})),PubSub.subscribe(\"word-count\",(function(){})),PubSub.subscribe(\"dynamic-link\",(function(e){s.manageVars(\"clearVars\"),s.linkTrackVars=\"events,pageName,prop35,eVar35,list2\",s.linkTrackEvents=\"event26\",s.events=s.linkTrackEvents,s.pageName=wminst.Util.getCNNPageName(),wminst.trackLink(e.link_name),s.clearVars()})),PubSub.subscribe(\"tab-page\",(function(e){s.manageVars(\"clearVars\"),s.linkTrackVars=\"events,pageName,server,channel,eVar26,eVar27,prop28,eVar28,eVar29,prop32,eVar32,prop33,eVar33,prop35,eVar35,prop44,prop51,list2\",s.linkTrackEvents=\"event26\",s.events=s.linkTrackEvents,s.server=wminst.Util.getADBPURL(\"domain\"),s.channel=wminst.Util.getCNNSection(0),s.eVar27=\"D=ch\",s.prop28=wminst.Util.getCNNSection(1),s.eVar29=\"D=server\",s.prop32=wminst.Util.getCNNTemplateType(\"long\"),s.prop33=wminst.Util.getCNNContentType(),s.prop44=wminst.Util.getCNNSourceID(),s.prop51=wminst.Util.getCNNSiteSectionLevel3();try{s.pageName=\"cnn:v:/video/\"+e}catch(e){}s.eVar26=\"D=pageName\",s.pageURL=wminst.Util.getCNNPageURL(),wminst.trackPage(),s.clearVars()})),PubSub.subscribe(\"search-results\",(function(e){s.manageVars(\"clearVars\"),s.linkTrackVars=\"events,server,channel,pageName,prop27,eVar27,prop32,eVar32,prop33,eVar33,prop35,eVar35,prop39,eVar39,prop44,list2\",s.linkTrackEvents=\"event27\",s.events=s.linkTrackEvents,s.server=wminst.Util.getADBPURL(\"domain\"),s.pageName=wminst.Util.getCNNPageName(),s.prop32=\"search results\";try{s.channel=wminst.Util.getJObj(e,\"section[0]\"),s.prop27=wminst.Util.getJObj(e,\"search.number_results\"),s.prop33=wminst.Util.getJObj(e,\"content_type\"),s.prop39=wminst.Util.getJObj(e,\"search.term\")}catch(e){}s.prop44=wminst.Util.getCNNSourceID(),s.clearVars()})),PubSub.subscribe(\"cnnsearch-results\",(function(e){s.manageVars(\"clearVars\"),s.linkTrackVars=\"events,server,channel,pageName,prop8,eVar8,eVar15,eVar22,prop26,eVar26,prop27,eVar27,prop28,eVar28,eVar29,prop30,eVar30,prop32,eVar32,prop33,eVar33,prop35,eVar35,eVar36,prop37,eVar37,prop39,eVar39,prop44,prop46,eVar46,prop47,eVar47,prop59,eVar59,prop64,eVar64,prop73,eVar73,prop75,eVar75,hier1,list2\",s.linkTrackEvents=\"event26,event27\",s.events=s.linkTrackEvents,s.pageName=wminst.Util.getCNNPageName(),s.server=wminst.Util.getADBPURL(\"domain\"),s.prop8=wminst.Util.getCNNVisitNumber(28),s.eVar15=wminst.Util.getCNNTrafficPartner(),s.eVar22=wminst.Util.getCNNVideoOpportunity(),s.prop26=wminst.Util.getCNNBaseURL(),s.channel=wminst.Util.getCNNSection(0),s.prop27=e.search_results_count+\"\",s.prop28=wminst.Util.getCNNSection(1),s.prop30=wminst.Util.getSiteSpecificSettings(1),s.prop32=\"search results\",s.prop33=wminst.Util.getCNNContentType(\"adbp:none\"),s.eVar36=wminst.Util.getCNNKruxID(),s.prop37=wminst.Util.getCNNPlatform();try{e.search_term=e.search_term.replace(/\\\\+/g,\" \"),e.search_term=e.search_term.trim(),e.search_term=e.search_term.toLowerCase()||\"empty search\"}catch(e){}s.prop39=e.search_term,s.prop44=wminst.Util.getCNNSourceID(),s.prop46=wminst.Util.getCNNTransactionID(),s.prop47=wminst.Util.getCNNGUID(),s.prop49=wminst.Util.getCNNPreviousPageName(),s.prop56=wminst.Util.getCNNOrientation(),s.prop57=wminst.Util.getCNNMVPD(),s.prop59=wminst.Util.getCNNAdobeID(),s.prop64=wminst.Util.getCNNUIEngagement(),s.prop75=wminst.Util.getCNNUserAuthState(),s.hier1=wminst.Util.getCNNHierachy(),s.pageURL=wminst.Util.getCNNPageURL(),wminst.trackPage(),s.clearVars()})),PubSub.subscribe(\"weather-page\",(function(){s.manageVars(\"clearVars\"),s.linkTrackVars=\"events,server,prop35,eVar35,prop44,list2\",s.linkTrackEvents=\"event62\",s.events=s.linkTrackEvents,s.pageName=wminst.Util.getCNNPageName(),s.server=wminst.Util.getADBPURL(\"domain\"),s.prop44=wminst.Util.getCNNSourceID(),s.pageURL=wminst.Util.getCNNPageURL(),wminst.trackPage(),s.clearVars()})),PubSub.subscribe(\"dynamic-toggle\",(function(){s.manageVars(\"clearVars\"),s.linkTrackVars=\"events,server,pageName,channel,eVar27,prop28,eVar28,eVar29,prop32,eVar32,prop33,eVar33,prop35,eVar35,prop44,list2\",s.linkTrackEvents=\"event26\",s.events=s.linkTrackEvents,s.server=wminst.Util.getADBPURL(\"domain\"),s.prop18=s.eVar18=null,s.channel=s.eVar27=null,s.prop28=s.eVar28=null,s.prop8=s.eVar8=null,s.prop26=null,s.pageName=s.eVar26=null,s.prop30=s.eVar30=null,s.prop32=s.eVar32=null,s.prop33=s.eVar33=null,s.prop34=s.eVar34=null,s.prop35=s.eVar35=null,s.prop40=s.eVar40=null,s.prop44=wminst.Util.getCNNSourceID(),s.hier1=null})),PubSub.subscribe(\"dynamic-impressions\",(function(e){s.manageVars(\"clearVars\"),s.linkTrackVars=\"events,server,pageName,prop18,eVar18,list2\",s.linkTrackEvents=\"event26\",s.events=s.linkTrackEvents,s.server=wminst.Util.getADBPURL(\"domain\"),s.pageName=wminst.Util.getCNNPageName();try{s.prop18=e.value}catch(e){}s.eVar18=\"D=c18\";try{wminst.trackLink(e.link_name+\"\")}catch(e){}s.clearVars()})),PubSub.subscribe(\"breaking-news\",(function(e){s.linkTrackVars=\"events,server,channel,pageName,prop4,eVar4,prop8,eVar8,prop16,eVar16,eVar22,eVar26,eVar27,prop28,eVar28,prop32,eVar32,prop33,eVar33,prop35,eVar35,eVar36,prop37,eVar37,prop46,eVar46,prop47,eVar47,prop56,eVar56,prop57,eVar57,prop59,eVar59,prop64,eVar64,prop69,eVar69,prop73,eVar73,prop75,eVar75,list2\",s.channel=wminst.Util.getCNNSection(0);var t=wminst.Util.getCNNBreakingNewsHP(s.prop32,s.channel);s.pageName=wminst.Util.getCNNPageName(),s.server=wminst.Util.getADBPURL(\"domain\"),s.pageURL=wminst.Util.getCNNPageURL(),s.prop4=t+e.headline.toLowerCase(),s.eVar36=wminst.Util.getCNNKruxID(),s.prop69=e.item,s.manageVars(\"clearVars\",\"prop16,eVar16,prop44,eVar44,prop55,eVar55\",1),!e.domain||\"cnn.com\"!=e.domain&&\"us.cnn.com\"!=e.domain&&\"sweet.next.cnn.com\"!=e.domain&&\"edition.cnn.com\"!=e.domain?(s.linkTrackEvents=\"event76\",s.events=s.linkTrackEvents,wminst.trackPage()):(s.linkTrackEvents=\"event26\",s.events=s.linkTrackEvents),s.clearVars()})),PubSub.subscribe(\"picker-pageview\",(function(e){s.manageVars(\"clearVars\"),s.linkTrackVars=\"events,pageName,campaign,eVar26,channel,eVar27,prop28,eVar28,heir1,server,prop8,eVar8,prop26,eVar29,prop30,eVar30,prop32,eVar32,prop33,eVar33,prop34,evar34,prop35,eVar35,eVar36,prop37,eVar37,prop44,prop46,eVar46,prop47,eVar47,eVar49,eVar49,prop56,eVar56,prop59,eVar59,eVar72,prop75,eVar75,list1,list2\",s.linkTrackEvents=\"event26\",s.events=s.linkTrackEvents,s.server=wminst.Util.getADBPURL(\"domain\"),s.prop1=s.eVar1=s.prop2=s.eVar2=s.prop3=s.eVar3=s.prop4=s.eVar4=s.prop6=s.eVar6=s.eVar10=s.prop11=s.eVar11=s.prop16=s.eVar16=s.prop18=s.eVar18=s.prop31=s.eVar31=s.eVar41=s.eVar44=s.eVar53=s.eVar54=s.prop64=s.eVar64=s.prop67=s.eVar67=s.prop68=s.eVar68=s.prop69=s.eVar69=s.prop73=s.eVar73=\"\";try{s.pageName=s.eVar26=\"cnn:o:[\"+e.page_name+\"]\"}catch(e){}s.channel=\"tve\",s.pageURL=wminst.Util.getCNNPageURL(),s.prop8=wminst.Util.getCNNVisitNumber(28),s.prop26=wminst.Util.getCNNBaseURL(),s.prop28=\"tve:picker\",s.prop30=wminst.Util.getSiteSpecificSettings(1),s.prop33=wminst.Util.getCNNContentType(),s.prop34=checkUserAuthentication(),s.eVar36=wminst.Util.getCNNKruxID(),s.prop37=wminst.Util.getCNNPlatform(),s.prop44=wminst.Util.getCNNSourceID(),s.prop46=wminst.Util.getCNNTransactionID(),s.prop47=wminst.Util.getCNNGUID(),s.prop49=wminst.Util.getCNNPreviousPageName(),s.prop56=wminst.Util.getCNNOrientation(),s.prop59=wminst.Util.getCNNAdobeID();try{s.prop72=e.free_preview}catch(e){}s.prop32=\"none\",s.eVar72=s.prop72,s.prop72=\"\",\"cnn:o:[tve: successful login]\"==s.pageName?(s.prop7=s.eVar7=s.prop10=s.eVar10=s.eVar22=s.prop23=s.eVar23=s.prop25=s.eVar25=s.list1=s.eVar65=\"\",s.eVar26=s.pageName,s.pageName=\"\",s.eVar27=s.channel,s.channel=\"\",s.eVar29=s.server,s.server=\"\",s.linkTrackEvents=\"event37\",s.events=s.linkTrackEvents,s.eVar28=s.prop28,s.prop28=\"\",s.eVar30=s.prop30,s.prop30=\"\",s.prop32=s.eVar32=\"\",s.prop33=s.eVar33=\"\",s.eVar56=s.prop56,s.prop56=\"\",s.eVar57=s.prop57,s.prop57=\"\",s.eVar59=s.prop59,s.prop59=\"\",s.hier1=\"\"):(s.prop57=s.eVar57=\"\",s.prop59=s.eVar59=\"\");try{s.prop75=wminst.Util.getCNNUserAuthState()}catch(e){}wminst.setinterval_id&&clearInterval(wminst.setinterval_id),wminst.trackPage(),s.clearVars()})),PubSub.subscribe(\"picker-click\",(function(e){s.manageVars(\"clearVars\"),s.linkTrackVars=\"events,pageName,channel,server,prop14,eVar14,eVar26,eVar27,prop28,eVar28,eVar29,prop30,eVar30,prop32,eVar32,prop33,eVar33,prop34,eVar34,prop35,eVar35,eVar36,prop37,eVar37,prop46,eVar46,prop47,eVar47,eVar56,eVar57,eVar59,prop69,eVar69,eVar72,prop75,eVar75,list2\",s.linkTrackEvents=\"event76\",s.events=s.linkTrackEvents;try{s.pageName=s.eVar26=\"cnn:o:[\"+e.page_name+\"]\"}catch(e){}s.channel=\"tve\",s.prop28=\"tve:picker\",s.server=wminst.Util.getADBPURL(\"domain\"),s.prop30=wminst.Util.getSiteSpecificSettings(1),s.prop32=wminst.Util.getCNNTemplateType(\"long\"),s.prop33=wminst.Util.getCNNContentType(\"adbp:none\"),s.eVar36=wminst.Util.getCNNKruxID(),s.prop37=wminst.Util.getCNNPlatform(),s.prop46=wminst.Util.getCNNTransactionID(),s.prop47=wminst.Util.getCNNGUID(),s.eVar56=wminst.Util.getCNNOrientation(),s.prop56=\"\";try{s.eVar57=e.tve_mvpd.toLowerCase(),s.prop69=\"tve:picker:\"+e.tve_mvpd.toLowerCase()}catch(e){}s.eVar59=\"no mvpd set\";try{s.eVar72=e.free_preview}catch(e){}s.prop73=s.eVar73=\"\";try{s.prop75=wminst.Util.getCNNUserAuthState()}catch(e){}wminst.trackLink(\"picker-click:\"+e.tve_mvpd.toLowerCase()),s.clearVars()})),PubSub.subscribe(\"social-click\",(function(e){s.manageVars(\"clearVars\"),s.linkTrackVars=\"events,server,channel,pageName,prop14,eVar14,eVar26,eVar27,prop28,eVar28,eVar29,prop30,eVar30,prop32,eVar32,prop33,eVar33,prop35,eVar35,eVar36,prop43,prop50,prop59,eVar59,prop69,eVar69,prop73,eVar73,list2\",s.linkTrackEvents=\"event76\",s.events=s.linkTrackEvents,s.server=wminst.Util.getADBPURL(\"domain\"),s.channel=wminst.Util.getCNNSection(0),s.pageName=wminst.Util.getCNNPageName(),s.prop28||(s.prop28=wminst.Util.getCNNSection(1)),s.prop30=wminst.Util.getSiteSpecificSettings(1),s.prop32=wminst.Util.getCNNTemplateType(\"long\"),s.prop33=wminst.Util.getCNNContentType()||\"adbp:none\",s.eVar36=wminst.Util.getCNNKruxID(),s.prop43=wminst.Util.getCNNPostID(),s.prop50=wminst.Util.getCNNPostTitle(),s.prop14=(e.clickObj||{}).branding_ad,s.eVar14=\"\",s.prop59=wminst.Util.getCNNAdobeID(),s.prop69=wminst.getSocialClick(e);var t=s.prop69.replace(\"social:\",\"\");wminst.trackLink(\"social-click:\"+t),s.clearVars()})),PubSub.subscribe(\"cnngallery-click\",(function(e){s.manageVars(\"clearVars\"),s.linkTrackVars=\"events,pageName,channel,server,prop4,eVar4,prop5,eVar5,prop6,eVar6,prop8,eVar8,prop10,eVar10,prop11,eVar11,eVar15,eVar22,prop23,eVar23,prop25,eVar25,prop26,eVar26,eVar27,prop28,eVar28,eVar29,prop30,eVar30,prop32,eVar32,prop33,eVar33,prop35,eVar35,eVar36,prop37,eVar37,prop44,prop46,eVar46,prop47,eVar47,prop54,eVar54,prop56,eVar56,prop57,eVar57,prop59,eVar59,prop64,eVar64,prop73,eVar73,prop75,eVar75,hier1,list1,list2\",s.linkTrackEvents=\"event26\",s.events=s.linkTrackEvents,s.channel=wminst.Util.getCNNSection(0),s.server=wminst.Util.getADBPURL(\"domain\"),s.pageName=wminst.Util.getCNNPageName();var t=\"\";if(void 0!==e.hpt){var r=e.hpt;try{-1==r.indexOf(\"_\")&&(r=wminst.Util.base64Decode(r))}catch(e){}r=(r=r.replace(/no-value-set/g,\"nvs\")).toLowerCase(),s.prop4=r}s.prop5=wminst.Util.getCNNCapGenre(),s.prop8=wminst.Util.getCNNVisitNumber(28),s.eVar15=wminst.Util.getCNNTrafficPartner(),s.eVar22=wminst.Util.getCNNVideoOpportunity(),s.prop23=wminst.Util.getCNNPageHeadline(),s.prop26=wminst.Util.getCNNBaseURL(),s.eVar27=\"D=ch\",s.prop28=wminst.Util.getCNNSection(1),s.eVar29=\"D=server\",s.prop30=wminst.Util.getSiteSpecificSettings(1),s.prop32=wminst.Util.getCNNTemplateType(\"long\"),s.prop33=wminst.Util.getCNNContentType(),s.eVar36=wminst.Util.getCNNKruxID(),s.prop37=wminst.Util.getCNNPlatform();try{t=void 0!==(t=e.gallery_name)&&\"\"!==t?t.replace(/(no-value-set|no value set)/g,\"nvs\"):\"nvs\"}catch(e){t=\"nvs\"}if(void 0!==e.hpt2){var a=e.hpt2;try{-1==a.indexOf(\"_\")&&(a=wminst.Util.base64Decode(a))}catch(e){}a=a.replace(/no-value-set/g,\"nvs\"),s.prop18=a}s.prop25=t,s.prop25=s.prop25.toLowerCase();try{e.gallery_name&&void 0!==e.gallery_name&&(s.prop6=e.gallery_name.toLowerCase(),s.eVar6=\"D=c6\")}catch(e){}s.prop54=\"photo gallery:\";var i=0;if(void 0!==e.gallery_type&&(s.prop33=e.gallery_type,\"carousel\"==e.gallery_type)){i=1,s.prop6=\"\",s.eVar6=\"\",s.prop25=\"\",s.eVar25=\"\";var n=\"\";try{n=e.content_type.replace(\"carousel_\",\"\")}catch(e){}void 0!==e.carousel_type||\"jumbotron\"==e.carousel_type?(s.prop33=\"jumbotron\",s.prop54=\"jumbotron:\"+n):s.prop54=\"carousel:\"+n}if(void 0!==e.pageURL){try{e.pageURL=e.pageURL.toLowerCase(),e.pageURL=e.pageURL.replace(/^.*\\\\/\\\\/[^\\\\/]+/,\"\"),e.pageURL=e.pageURL.replace(\"/index.html\",\"/\")}catch(e){}s.pageName=wminst.Util.getCNNPageName(e.pageURL)}if(void 0!==e.initial_page&&1==e.initial_page?s.prop25=s.eVar25=\"\":1==i?(s.linkTrackEvents=\"event26,event67\",s.events=s.linkTrackEvents):(s.linkTrackEvents=\"event5,event26\",s.events=s.linkTrackEvents),wminst.Util.addBrandingEvent(),s.linkTrackEvents=s.events,s.prop57=\"no mvpd set\",s.prop59=s.prop57,s.prop64=wminst.Util.getCNNUIEngagement(),\"ngtv\"==s.prop64){s.linkTrackEvents=\"\",s.events=\"\",s.prop32=\"gallery\";try{s.prop57=e.mvpd}catch(e){}try{s.prop57=e.adobe_hash_id}catch(e){}}s.list1=wminst.Util.getCNNTopic();var p=e.publish_date||\"a\";s.prop10=wminst.Util.getCNNDaysSinceLastPublish(p),s.prop11=wminst.Util.getCNNBrandingPartner(),s.prop44=wminst.Util.getCNNSourceID(),s.prop46=wminst.Util.getCNNTransactionID(),s.prop47=wminst.Util.getCNNGUID(),s.prop56=wminst.Util.getCNNOrientation(),s.prop75=wminst.Util.getCNNUserAuthState(),wminst.trackPage(),s.clearVars()})),PubSub.subscribe(\"photo-page\",(function(e){s.manageVars(\"clearVars\"),s.linkTrackVars=\"events,channel,server,pageName,prop4,eVar4,prop6,eVar6,prop8,eVar8,eVar15,eVar22,prop23,eVar23,prop25,eVar25,prop26,eVar26,eVar27,prop28,eVar28,eVar29,prop30,eVar30,prop32,eVar32,prop33,eVar33,prop35,eVar35,eVar36,prop37,eVar37,prop44,prop46,eVar46,prop47,eVar47,prop54,eVar54,prop56,eVar56,prop57,eVar57,prop59,eVar59,prop64,eVar64,prop73,eVar73,prop75,eVar75,eVar105,hier1,list1,list2\",s.linkTrackEvents=\"event26\",s.channel=wminst.Util.getCNNSection(0),s.server=wminst.Util.getADBPURL(\"domain\"),wminst.Util.setPageAttribution(),s.pageName=wminst.Util.getCNNPageName(),s.events=s.linkTrackEvents;var t=\"\";try{t=window.cnn_metadata.business.cnn.page.photo_gallery}catch(e){}try{t=window.CNN.omniture.gallery_name||t}catch(e){}if(t&&(t=t.replace(/%20/g,\" \")),s.prop6=t,s.prop8=wminst.Util.getCNNVisitNumber(28),s.eVar15=wminst.Util.getCNNTrafficPartner(),s.eVar22=wminst.Util.getCNNVideoOpportunity(),s.prop23=wminst.Util.getCNNPageHeadline(),s.prop26=wminst.Util.getCNNBaseURL(),s.prop28=wminst.Util.getCNNSection(1),s.prop30=wminst.Util.getSiteSpecificSettings(1),s.prop32=wminst.Util.getCNNTemplateType(\"long\"),s.eVar36=wminst.Util.getCNNKruxID(),s.prop37=wminst.Util.getCNNPlatform(),s.prop44=wminst.Util.getCNNSourceID(),s.prop46=wminst.Util.getCNNTransactionID(),s.prop47=wminst.Util.getCNNGUID(),s.prop56=wminst.Util.getCNNOrientation(),s.prop57=\"no mvpd set\",s.prop59=wminst.Util.getCNNAdobeID(),s.prop64=wminst.Util.getCNNUIEngagement(),s.list1=wminst.Util.getCNNTopic(),s.prop75=wminst.Util.getCNNUserAuthState(),1==wminst.isInit)s.prop25=\"\",wminst.isInit=!1;else{s.linkTrackEvents=null,s.events=s.linkTrackEvents,s.eVar6=\"\";try{e.img=e.img+\"\"}catch(e){}try{e.before=e.before+\"\"}catch(e){}e.img?(s.prop25=e.img+\"\",s.linkTrackEvents=\"event5\",s.events=s.linkTrackEvents,0):e.before&&(s.prop25=e.before+\"\",s.linkTrackEvents=\"event5\",s.events=s.linkTrackEvents,0),s.prop33=\"other:gallery\"}s.prop25=s.prop25.toLowerCase(),s.eVar1=s.eVar7=s.eVar61=s.eVar68=s.eVar71=s.eVar41=\"\",e.title?wminst.trackLink(\"photo-page:\"+e.title):e.caption&&wminst.trackLink(\"photo-page:\"+e.caption),s.clearVars()})),PubSub.subscribe(\"ngtv-interaction\",(function(e){s.manageVars(\"clearVars\"),s.linkTrackVars=\"events,campaign,eVar29,eVar32,eVar33,eVar34,prop35,eVar35,eVar36,eVar37,prop46,eVar46,prop47,eVar47,prop55,eVar55,eVar57,prop59,eVar59,eVar64,prop69,eVar69,list2\",s.linkTrackEvents=\"event76\",s.events=s.linkTrackEvents,s.campaign=wminst.Util.getQueryParam(\"cid\"),s.eVar29=wminst.Util.getADBPURL(\"domain\"),s.eVar32=\"interactive\",s.eVar33=\"adbp:none\";try{s.eVar34=e.auth_state}catch(e){}s.evar36=wminst.Util.getCNNKruxID(),s.eVar37=wminst.Util.getCNNPlatform(),s.prop46=wminst.Util.getCNNTransactionID(),s.prop47=wminst.Util.getCNNGUID();try{s.eVar57=e.mvpd}catch(e){}s.prop59=wminst.Util.getCNNAdobeID(),s.eVar64=s.prop64,s.prop64=\"\";try{s.prop69=e.interaction}catch(e){}wminst.trackLink(\"ngtv-interaction:\"+e.interaction),s.clearVars()})),PubSub.subscribe(\"user-interaction\",(function(e){var t=s.pageName;if(s.manageVars(\"clearVars\"),s.linkTrackEvents=\"event26\",s.events=s.linkTrackEvents,s.prop28&&-1!=s.prop28.indexOf(\"electoral college map\")?s.prop69=e.interaction+\"_click\":\"comment-click:cronkite\"==e.interaction?s.prop69=\"time shift: on comment\":\"Go-Live:cronkite\"==e.interaction?s.prop69=\"time shift: go live\":\"time shift: on video\"==e.interaction?s.prop69=\"time shift: on video\":\"video carousel\"===e.interaction?s.prop69=e.interaction+\":click\":s.prop69=e.interaction.toLowerCase(),s.prop14=e.branding_social||\"\",s.campaign=wminst.Util.getQueryParam(\"cid\"),s.channel=wminst.Util.getCNNSection(0),s.server=wminst.Util.getADBPURL(\"domain\"),s.pageName=wminst.Util.getCNNPageName(),s.eVar26=\"D=pageName\",s.eVar27=\"D=ch\",s.prop28=wminst.Util.getCNNSection(1),s.eVar29=\"D=server\",s.prop30=wminst.Util.getSiteSpecificSettings(1),s.prop32=wminst.Util.getCNNTemplateType(\"long\"),s.prop33=wminst.Util.getCNNContentType()||\"adbp:none\",s.eVar36=wminst.Util.getCNNKruxID(),s.eVar37=wminst.Util.getCNNPlatform(),s.prop46=wminst.Util.getCNNTransactionID(),s.prop59=wminst.Util.getCNNAdobeID(),e.pageURL){try{e.pageURL.split(\"/\")[2].replace(\"www.\",\"\"),e.pageURL=e.pageURL.toLowerCase(),e.pageURL=e.pageURL.replace(/^.*\\\\/\\\\/[^\\\\/]+/,\"\"),e.pageURL=e.pageURL.replace(\"/index.html\",\"/\")}catch(e){}s.pageName=wminst.Util.getCNNPageName(e.pageURL)}\\nif(null!==e.interaction.match(/^(travel|style):gallery:(open|viewall)$/)?(s.linkTrackEvents=s.linkTrackEvents+\",event30\",s.events=s.linkTrackEvents):(s.linkTrackEvents=s.linkTrackEvents+\",event76\",s.events=s.linkTrackEvents),\"politics:submit debate topics\"==e.interaction&&(s.prop69=e.interaction),void 0!==s.prop69&&\"\"!==s.prop69){s.eVar69=\"D=c69\",-1!==s.prop69.indexOf(\"subscribe\")?s.linkTrackVars=\"events,eVar69,prop69,list2\":-1!==s.prop28.indexOf(\"electoral college map\")?s.linkTrackVars=\"events,campaign,pageName,eVar26,server,eVar29,channel,eVar27,prop28,eVar28,prop35,eVar35,eVar36,prop59,eVar59,prop69,eVar69,prop73,eVar73,list2\":-1!==s.prop28.indexOf(\"general elections 2016\")?s.linkTrackVars=\"events,campaign,pageName,eVar26,server,eVar29,channel,eVar27,prop28,eVar28,prop35,eVar35,eVar36,prop69,eVar69,list2\":-1!==s.prop69.indexOf(\"style:menu\")?s.linkTrackVars=\"events,campaign,pageName,eVar26,server,eVar29,channel,eVar27,prop28,eVar28,prop30,eVar30,prop32,eVar32,prop33,eVar33,prop35,eVar35,eVar36,prop59,eVar59,prop69,eVar69,prop73,eVar73,list2\":-1!==s.prop69.indexOf(\"style:gallery:open\")?s.linkTrackVars=\"events,campaign,pageName,prop16,eVar16,eVar26,server,eVar29,channel,eVar27,prop28,eVar28,prop30,eVar30,prop33,eVar33,prop35,eVar35,eVar36,prop59,eVar59,prop69,eVar69,prop73,eVar73,list2\":s.linkTrackVars=\"events,campaign,pageName,eVar23,eVar26,server,eVar29,channel,eVar27,prop28,eVar28,prop30,eVar30,prop32,eVar32,prop33,eVar33,prop35,eVar35,eVar36,prop69,eVar69,prop73,eVar73,list2\";let e=s.events.split(\",\");for(let t=0;t<=e.length;t++)\"event26\"!==e[t]&&\"event21\"!==e[t]&&\"event39\"!==e[t]||(e.splice(t,1),t=0);s.linkTrackEvents=e.toString(),s.events=s.linkTrackEvents}wminst.setBounceX(e),wminst.setOnboarding(e,t),wminst.setModuleLoad(e),wminst.setFollowTopic(e),wminst.trackLink(\"user interaction:\"+wminst.getInteractionType(e)),wminst.waitAfterInteraction(e),s.clearVars()})),PubSub.subscribe(\"election-click\",(function(e){s.manageVars(\"clearVars\"),s.linkTrackVars=\"events,server,channel,pageName,eVar13,eVar26,eVar27,prop28,eVar28,eVar29,prop30,eVar30,prop32,eVar32,prop33,eVar33,prop35,eVar35,eVar50,prop51,prop69,eVar69,eVar79,list2\",s.linkTrackEvents=\"event76\",s.events=s.linkTrackEvents,s.pageURL=wminst.Util.getCNNPageURL(),s.server=wminst.Util.getADBPURL(\"domain\"),s.eVar29=\"D=server\",s.channel=wminst.Util.getCNNSection(0),s.pageName=wminst.Util.getCNNPageName(),s.eVar26=\"D=pageName\",s.prop30=wminst.Util.getSiteSpecificSettings(1),s.eVar30=\"D=c30\";var t=void 0!==e.interaction_type?e.interaction_type:\"election center:\"+e.section,r=void 0!==e.interaction_type?e.interaction_type:\"election center:\";e.interaction_type&&(r=t=e.interaction_type),void 0!==e.tab&&\"\"!=e.tab&&(t=t+\":\"+e.tab,r+=\"tab click\"),void 0!==e.area&&\"\"!=e.area&&(t=t+\":\"+e.area+\":click\",r=\"election center:map click\"),void 0!==e.action&&\"\"!=e.action&&(-1!=e.action.indexOf(\"timeline\")?(t+=\":timeline\",r=\"election center:timeline\"):-1!=e.action.indexOf(\"expanded\")&&void 0!==e.issue&&\"\"!=e.issue&&(t=t+\":\"+e.issue,r=\"election center:issues\")),void 0!==e.button&&\"\"!=e.button&&(t=t+\":\"+e.button+\":click\",r=\"election center:\"+e.button+\" click\");try{void 0!==e.race_type&&void 0!==e.action&&(\"map click\"==e.action||\"breadcrumb\"==e.action?(s.eVar50=wminst.Util.getCNNInteractiveState(e),t=\"ec:\"+e.race_type+\":\"+e.state+\":\"+(e.county||\"nvs\")+\":\"+e.action):t=\"follow\"==e.action||\"unfollow\"==e.action?\"ec:\"+e.race_type+\":\"+e.state+\":\"+e.action:\"ec:\"+e.race_type+\":\"+e.action,r=t.toLowerCase()),wminst.Util.isPoliticsExplorer()&&(s.eVar50=wminst.Util.getCNNInteractiveState(e),s.prop51=wminst.Util.getCNNSiteSectionLevel3(\"explorer\"),s.eVar79=wminst.Util.getCNNExploreIndentify(e),r=t=\"year race\"===e.interaction_type?\"explorer:\"+e.tab+\":\"+e.interaction_type+\":\"+e.electionId+\":click\":\"explorer:\"+e.tab+\":\"+e.interaction_type+\":click\"),e.interaction_type&&-1!=t.indexOf(\"road-to-270\")&&(r=t=e.interaction_type,s.prop51=wminst.Util.getCNNSiteSectionLevel3(\"road-to-270\"))}catch(e){}try{\"undefined\"==typeof CNN||\"number\"!=typeof CNN.saved_races||!e.interaction_type||-1==t.indexOf(\"ec:my election: close panel\")&&-1==t.indexOf(\"ec:my election: open panel\")||(s.eVar13=\"election center: save races:\"+t.split(\":\")[3])}catch(e){}\"race-ratings\"!=e.page&&\"results\"!=e.page||(t=\"ec:\"+e.page+\":\",e.state&&(t+=e.state+\":\"),r=(t+=e.race+\":\"+e.action+\":\"+e.action_detail).toLowerCase());try{s.channel=e.section1||wminst.Util.getCNNSection(0),s.prop69=t.toLowerCase()}catch(e){}s.eVar27=\"D=channel\",s.eVar69=\"D=c69\";try{s.prop28=e.section2||wminst.Util.getCNNSection(1)}catch(e){}s.prop32=wminst.Util.getCNNTemplateType(\"long\"),s.prop33=wminst.Util.getCNNContentType()||\"adbp:none\",wminst.trackLink(r.toLowerCase()),s.clearVars()})),PubSub.subscribe(\"election-hover\",(function(e){s.manageVars(\"clearVars\"),s.linkTrackVars=\"events,server,channel,pageName,eVar26,eVar27,prop28,eVar28,eVar29,prop30,eVar30,prop32,eVar32,prop33,eVar33,prop35,eVar35,eVar50,prop51,prop69,eVar69,eVar79,list2\",s.linkTrackEvents=\"event76\",s.events=s.linkTrackEvents,s.pageURL=wminst.Util.getCNNPageURL(),s.server=wminst.Util.getADBPURL(\"domain\"),s.eVar29=\"D=server\",s.channel=wminst.Util.getCNNSection(0),s.prop28=wminst.Util.getCNNSection(1),s.pageName=wminst.Util.getCNNPageName(),s.eVar26=\"D=pageName\",s.prop30=wminst.Util.getSiteSpecificSettings(1),s.eVar30=\"D=c30\";var t=void 0!==e.section?e.section:\"\",r=void 0!==e.tab?e.tab:\"\",a=void 0!==e.area?e.area:\"\",i=\"election center:\"+t+\":\"+r+\":\"+(void 0!==e.stateCode?e.stateCode:\"\")+\":\"+a+\":hover\",n=\"election center:hover\";try{void 0!==e.tab&&void 0!==e.map_type&&(n=(i=\"ec:\"+e.tab+\":\"+e.map_type+\":\"+e.state+\":\"+(\"\"==e.county?\"nvs\":e.county)+\":hover\").toLowerCase()),wminst.Util.isPoliticsExplorer()&&(s.eVar50=wminst.Util.getCNNInteractiveState(e),s.prop51=wminst.Util.getCNNSiteSectionLevel3(\"explorer\"),s.eVar79=wminst.Util.getCNNExploreIndentify(e),n=(i=\"explorer:\"+e.tab+\":\"+e.state+\":\"+(\"\"==e.county?\"nvs\":e.county)+\":hover\").toLowerCase())}catch(e){}try{s.prop69=i.toLowerCase(),s.prop69?s.eVar69=\"D=c69\":s.prop69=s.evar69=\"\"}catch(e){}s.prop32=wminst.Util.getCNNTemplateType(\"long\"),s.prop33=wminst.Util.getCNNContentType()||\"adbp:none\",wminst.trackLink(n),s.clearVars()})),PubSub.subscribe(\"quiz-interaction\",(function(e){s.manageVars(\"clearVars\"),s.linkTrackVars=\"events,server,pageName,prop32,eVar32,prop33,eVar33,prop35,eVar35,prop69,eVar69,list2\",s.linkTrackEvents=\"event76\",s.events=s.linkTrackEvents,s.server=wminst.Util.getADBPURL(\"domain\"),s.pageName=wminst.Util.getCNNPageName();var t=e.clickObj||{};s.prop32=\"interactive\",s.prop33=\"other:quiz\",s.prop69=t.action,wminst.trackLink(\"quiz-interaction:\"+s.prop69),s.clearVars()})),PubSub.subscribe(\"hp10-interaction\",(function(e){s.manageVars(\"clearVars\"),s.linkTrackVars=\"events,pageName,eVar26,eVar27,eVar29,prop35,eVar35,eVar36,prop56,eVar56,prop69,eVar69,prop73,eVar73,list2\",s.linkTrackEvents=\"event76\",s.pageName=wminst.Util.getCNNPageName(),s.pageName=\"\",s.channel=wminst.Util.getCNNSection(0),s.server=wminst.Util.getADBPURL(\"domain\"),s.pageName=wminst.Util.getCNNPageName(),s.eVar26=\"D=pageName\",s.eVar27=s.channel,s.channel=\"\",s.eVar29=s.server,s.server=\"\",s.events=s.linkTrackEvents,s.eVar36=wminst.Util.getCNNKruxID(),s.prop56=wminst.Util.getCNNOrientation();try{s.prop69=e.interaction}catch(e){}try{wminst.trackLink(\"hp10-interaction:\"+s.prop69)}catch(e){}s.clearVars()})),PubSub.subscribe(\"trackExitLink-click\",(function(){s.manageVars(\"clearVars\"),s.events=\"event61\",s.linkTrackEvents=s.events,s.linkTrackVars=\"events,eVar26,eVar27,eVar28,eVar29,eVar30,eVar32,eVar33,prop35,eVar35,eVar36,eVar44,prop47,eVar47\",s.eVar26=wminst.Util.getCNNPageName(),s.eVar27=wminst.Util.getCNNSection(0),s.eVar28=wminst.Util.getCNNSection(1),s.eVar29=wminst.Util.getADBPURL(\"domain\"),s.eVar30=wminst.Util.getSiteSpecificSettings(1),s.eVar32=wminst.Util.getCNNTemplateType(\"long\"),s.eVar33=wminst.Util.getCNNContentType(),s.eVar35=\"D=c35\",s.eVar36=wminst.Util.getCNNKruxID(),s.eVar44=wminst.Util.getCNNVertical(),s.prop47=wminst.Util.getCNNGUID(),s.eVar47=\"D=c47\",wminst.Util.setCommonVars()})),PubSub.subscribe(\"readmore-click\",(function(e){s.manageVars(\"clearVars\"),s.linkTrackVars=\"events,pageName,eVar23,eVar26,eVar27,prop28,eVar28,eVar29,prop30,eVar30,prop32,eVar32,prop33,eVar33,prop35,eVar35,eVar36,prop56,eVar56,prop59,eVar59,prop69,eVar69,prop73,eVar73,list2\",s.linkTrackEvents=\"event76\",s.server=wminst.Util.getADBPURL(\"domain\"),s.channel=wminst.Util.getCNNSection(0),s.eVar23=s.prop23,s.prop23=\"\",s.pageName=wminst.Util.getCNNPageName(),s.eVar26=\"D=pageName\",s.eVar27=s.channel,s.channel=\"\",s.eVar29=s.server,s.server=\"\",s.events=s.linkTrackEvents,s.prop28=wminst.Util.getCNNSection(1),s.prop30=wminst.Util.getSiteSpecificSettings(1),s.prop32=wminst.Util.getCNNTemplateType(\"long\"),s.prop33=wminst.Util.getCNNContentType()||\"adbp:none\",s.eVar36=wminst.Util.getCNNKruxID(),s.prop56=wminst.Util.getCNNOrientation(),s.prop59=wminst.Util.getCNNAdobeID();try{s.prop69=e.interaction,e.interaction&&\"\"!=e.interaction&&\"facts first:click:read more\"==e.interaction&&(s.linkTrackVars=\"events,pageName,eVar23,eVar26,eVar27,prop28,eVar28,eVar29,prop30,eVar30,prop32,eVar32,prop33,eVar33,prop35,eVar35,eVar36,prop56,eVar56,prop59,eVar59,prop69,eVar69,prop73,eVar73,eVar84,eVar85,list2\",s.eVar84=e.factcheck_id.toLowerCase()||\"\",s.eVar85=e.factcheck_headline.toLowerCase()||\"\")}catch(e){}try{wminst.trackLink(\"readmore-click:\"+s.prop69),s.eVar84=s.eVar85=\"\"}catch(e){}void 0!==window.CNN&&void 0!==window.CNN.omniture&&\"facts first\"!==window.CNN.omniture.section[1]&&window.sendInteractionEvent(\"readmore-page\",e.interaction),s.clearVars()})),PubSub.subscribe(\"readmore-page\",(function(e){s.manageVars(\"clearVars\"),s.linkTrackVars=\"events,server,pageName,channel,prop2,eVar2,prop4,evar4,prop8,eVar8,eVar15,prop16,eVar16,eVar26,eVar27,prop28,eVar28,prop32,eVar32,prop33,eVar33,prop35,eVar35,prop44,eVar44,prop46,eVar46,prop47,eVar47,prop56,eVar56,prop57,eVar57,prop59,eVar59,prop64,eVar64,prop69,eVar69,prop73,eVar73,prop75,eVar75,eVar105,list2\",s.linkTrackEvents=\"event26\",s.events=s.linkTrackEvents,s.server=wminst.Util.getADBPURL(\"domain\"),s.channel=wminst.Util.getCNNSection(0),s.pageName=wminst.Util.getCNNPageName(),s.prop2=wminst.Util.getCNNAuthor(),wminst.Util.setPageAttribution(),s.prop8=wminst.Util.getCNNVisitNumber(28),s.eVar15=wminst.Util.getCNNTrafficPartner(),s.prop28=wminst.Util.getCNNSection(1),wminst.Util.addArticleEvent(),s.linkTrackEvents=s.events,s.pageURL=wminst.Util.getCNNPageURL(),s.prop32=wminst.Util.getCNNTemplateType(\"long\"),s.prop33=wminst.Util.getCNNContentType(),s.prop44=wminst.Util.getCNNSourceID(),s.prop46=wminst.Util.getCNNTransactionID(),s.prop47=wminst.Util.getCNNGUID(),s.prop56=wminst.Util.getCNNOrientation(),s.prop57=wminst.Util.getCNNMVPD(),s.prop59=wminst.Util.getCNNAdobeID(),s.prop64=wminst.Util.getCNNUIEngagement(),s.prop75=wminst.Util.getCNNUserAuthState(),s.eVar3=s.eVar7=s.prop11=s.eVar11=s.prop34=s.eVar34=s.eVar41=s.eVar42=s.eVar66=s.eVar67=s.eVar68=s.prop70=s.eVar70=s.eVar71=\"\";try{s.prop69=e.interaction}catch(e){}wminst.trackPage(),s.clearVars()})),PubSub.subscribe(\"ribbon-interaction\",(function(e){s.manageVars(\"clearVars\"),s.linkTrackVars=\"events,server,channel,pageName,eVar26,eVar27,prop28,eVar28,eVar29,prop35,eVar35,eVar36,prop59,eVar59,prop69,eVar69,prop73,eVar73,list2\",s.linkTrackEvents=\"event76,event72\",s.events=s.linkTrackEvents,s.pageName=wminst.Util.getCNNPageName(),s.server=wminst.Util.getADBPURL(\"domain\"),s.channel=wminst.Util.getCNNSection(0),s.prop28=wminst.Util.getCNNSection(1),s.eVar36=wminst.Util.getCNNKruxID(),s.prop59=wminst.Util.getCNNAdobeID();var t=e.interaction;try{s.prop69=e.interaction}catch(e){}try{\"string\"==typeof t&&(t=t.replace(\":\",\" \")),wminst.trackLink(t)}catch(e){}s.clearVars()})),PubSub.subscribe(\"site-registration_verification\",(function(e){PubSub.publish(\"site-registration\",e)})),PubSub.subscribe(\"site-registration\",(function(e){s.manageVars(\"clearVars\"),s.linkTrackVars=\"events,server,channel,pageName,eVar26,eVar27,prop28,eVar28,eVar29,prop30,eVar30,prop32,eVar32,prop33,eVar33,prop35,eVar35,eVar36,prop59,eVar59,prop69,eVar69,prop73,eVar73,list2\",s.server=wminst.Util.getADBPURL(\"domain\"),s.channel=wminst.Util.getCNNSection(0),s.pageName=wminst.Util.getCNNPageName(),s.prop28=wminst.Util.getCNNSection(1),s.prop30=wminst.Util.getSiteSpecificSettings(1),s.prop32=wminst.Util.getCNNTemplateType(\"long\"),s.prop33=wminst.Util.getCNNContentType(\"adbp:none\"),s.eVar36=wminst.Util.getCNNKruxID(),s.prop59=wminst.Util.getCNNAdobeID(),void 0!==e.action&&(e.action.indexOf(\"account not successfully\")>-1?(s.prop69=\"user:\"+e.action,s.linkTrackEvents=\"event58,event76\",s.events=s.linkTrackEvents,wminst.trackLink(e.action)):e.action.indexOf(\"account verified\")>-1&&(s.prop69=\"user:\"+e.action,s.linkTrackEvents=\"event53,event76\",s.events=s.linkTrackEvents,wminst.trackLink(e.action))),s.clearVars()})),PubSub.subscribe(\"article-start\",(function(e){wminst.trackArticleViewed(e)})),PubSub.subscribe(\"article-twentyfive\",(function(e){wminst.trackArticleViewed(e)})),PubSub.subscribe(\"article-fifty\",(function(e){wminst.trackArticleViewed(e)})),PubSub.subscribe(\"article-seventyfive\",(function(e){wminst.trackArticleViewed(e)})),PubSub.subscribe(\"article-complete\",(function(e){wminst.trackArticleViewed(e)})),PubSub.subscribe(\"user-account\",(function(e){wminst.trackUserAccount(e)})),PubSub.subscribe(\"live-story-post\",(function(e){wminst.trackLiveStoryPost(e)})),PubSub.subscribe(\"click-interaction\",(function(e){s.manageVars(\"clearVars\"),s.linkTrackVars=\"events,server,channel,pageName,eVar26,eVar27,prop28,eVar28,eVar29,prop30,eVar30,prop32,eVar32,prop33,eVar33,prop35,eVar35,eVar36,prop59,eVar59,prop69,eVar69,prop73,eVar73,list2\",s.linkTrackEvents=\"event76\",s.events=s.linkTrackEvents,s.server=wminst.Util.getADBPURL(\"domain\"),s.channel=wminst.Util.getCNNSection(0),s.pageName=wminst.Util.getCNNPageName(),s.prop28=wminst.Util.getCNNSection(1),s.prop30=wminst.Util.getSiteSpecificSettings(1),s.prop32=wminst.Util.getCNNTemplateType(\"long\"),s.prop33=wminst.Util.getCNNContentType(\"adbp:none\")||\"adbp:none\",s.eVar36=wminst.Util.getCNNKruxID(),s.prop59=wminst.Util.getCNNAdobeID();try{s.prop69=e.interaction.toLowerCase(),-1!==s.prop69.indexOf(\"topics:\")&&\"topics:overlay:closed\"!==s.prop69&&\"topics:topics-tray-close\"!==s.prop69&&\"topics:topics-tray-expand\"!==s.prop69&&(s.linkTrackVars=s.linkTrackVars+\",prop4,eVar4,eVar105\",wminst.Util.setPageAttribution())}catch(e){}try{wminst.trackLink(e.interaction.toLowerCase())}catch(e){}s.clearVars()})),PubSub.subscribe(\"sortpost-click\",(function(e){s.manageVars(\"clearVars\"),s.linkTrackVars=\"events,server,channel,pageName,prop23,eVar23,eVar26,eVar27,prop28,eVar28,eVar29,prop30,eVar30,prop32,eVar32,prop33,eVar33,prop35,eVar35,eVar36,prop69,eVar69\",s.linkTrackEvents=\"event76\",s.events=s.linkTrackEvents,s.pageName=wminst.Util.getCNNPageName();try{s.prop23=e.headline.toLowerCase()||wminst.Util.getCNNPageHeadline()}catch(e){s.prop23=wminst.Util.getCNNPageHeadline()}s.server=wminst.Util.getADBPURL(\"domain\"),s.channel=wminst.Util.getCNNSection(0),s.prop28=wminst.Util.getCNNSection(1),s.prop30=wminst.Util.getSiteSpecificSettings(1),s.prop32=wminst.Util.getCNNTemplateType(\"long\"),s.prop33=wminst.Util.getCNNContentType(\"adbp:none\")||\"adbp:none\",s.eVar36=wminst.Util.getCNNKruxID();try{s.prop69=e.interaction}catch(e){}try{var t=e.interaction;\"string\"==typeof t&&(t=t.replace(\": \",\" \")),wminst.trackLink(t)}catch(e){}s.clearVars()})),wminst.subscribersReady=!0;\\n});</script><iframe id=\"bcx_local_storage_frame\" src=\"https://assets.bounceexchange.com/assets/bounce/local_storage_frame17.min.html#340\" title=\"empty\" style=\"display: none;\"></iframe><iframe name=\"google_ads_top_frame\" id=\"google_ads_top_frame\" sandbox=\"allow-forms allow-pointer-lock allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts allow-top-navigation-by-user-activation allow-presentation\" style=\"display: none; position: fixed; left: -999px; top: -999px; width: 0px; height: 0px;\"></iframe><iframe width=\"1\" height=\"1\" src=\"//ads.pubmatic.com/AdServer/js/user_sync.html?p=156512\" style=\"display: none;\"></iframe><iframe width=\"1\" height=\"1\" src=\"https://eus.rubiconproject.com/usync.html?p=20986&amp;endpoint=us-east\" style=\"display: none;\"></iframe><img width=\"1\" height=\"1\" src=\"https://cs.admanmedia.com/ff062a454b79198e17a2ec718ec55e04.gif?puid=340-6499778916752357630&amp;gdpr=0&amp;gdpr_consent=&amp;ccpa=1---\" style=\"display: none;\"><img src=\"https://ib.adnxs.com/getuid?https://umto.cnn.com/user-sync?zwmc=$UID&amp;domain=cnn.com\" style=\"display: none\"><img src=\"https://bea4.v.fwmrm.net/ad/u?mode=echo&amp;cr=https://umto.cnn.com/user-sync%3Fbea4%3D%23%7Buser.id%7D%26domain%3Dcnn.com\" style=\"display: none\"><img src=\"https://pixel-us-east.rubiconproject.com/exchange/sync.php?p=cnn\" style=\"display: none\"><img src=\"https://eq97f.publishers.tremorhub.com/pubsync?redir=https://umto.cnn.com/user-sync?goiz=%5Btvid%5D%26domain=cnn.com\" style=\"display: none\"><iframe src=\"https://gum.criteo.com/syncframe?origin=publishertag&amp;topUrl=edition.cnn.com&amp;us_privacy=1---#{&quot;uid&quot;:{&quot;origin&quot;:0},&quot;lwid&quot;:{&quot;origin&quot;:0},&quot;bundle&quot;:{&quot;origin&quot;:0},&quot;optout&quot;:{&quot;value&quot;:false,&quot;origin&quot;:0},&quot;sid&quot;:{&quot;origin&quot;:0},&quot;tld&quot;:&quot;cnn.com&quot;,&quot;topUrl&quot;:&quot;edition.cnn.com&quot;,&quot;version&quot;:144,&quot;cw&quot;:true,&quot;lsw&quot;:true,&quot;origin&quot;:&quot;publishertag&quot;,&quot;requestId&quot;:&quot;0.7861529156577864&quot;}\" width=\"0\" height=\"0\" frameborder=\"0\" title=\"Criteo GUM iframe\" style=\"border-width: 0px; margin: 0px; display: none;\"></iframe><iframe src=\"https://tpc.googlesyndication.com/sodar/sodar2/225/runner.html\" width=\"0\" height=\"0\" style=\"display: none;\"></iframe><iframe src=\"https://www.google.com/recaptcha/api2/aframe\" width=\"0\" height=\"0\" style=\"display: none;\"></iframe></body><iframe sandbox=\"allow-scripts allow-same-origin\" id=\"16cdb766d6f383c\" frameborder=\"0\" allowtransparency=\"true\" marginheight=\"0\" marginwidth=\"0\" width=\"0\" hspace=\"0\" vspace=\"0\" height=\"0\" style=\"height:0px;width:0px;display:none;\" scrolling=\"no\" src=\"https://ads.pubmatic.com/AdServer/js/user_sync.html?kdntuid=1&amp;p=160262&amp;us_privacy=1---\">\\n </iframe><iframe sandbox=\"allow-scripts allow-same-origin\" id=\"17cfc66789e2c03\" frameborder=\"0\" allowtransparency=\"true\" marginheight=\"0\" marginwidth=\"0\" width=\"0\" hspace=\"0\" vspace=\"0\" height=\"0\" style=\"height:0px;width:0px;display:none;\" scrolling=\"no\" src=\"https://js-sec.indexww.com/um/ixmatch.html\">\\n </iframe><iframe sandbox=\"allow-scripts allow-same-origin\" id=\"18b2cb3be08cc4\" frameborder=\"0\" allowtransparency=\"true\" marginheight=\"0\" marginwidth=\"0\" width=\"0\" hspace=\"0\" vspace=\"0\" height=\"0\" style=\"height:0px;width:0px;display:none;\" scrolling=\"no\" src=\"https://acdn.adnxs.com/dmp/async_usersync.html\">\\n </iframe><iframe sandbox=\"allow-scripts allow-same-origin\" id=\"196ca64c4b79692\" frameborder=\"0\" allowtransparency=\"true\" marginheight=\"0\" marginwidth=\"0\" width=\"0\" hspace=\"0\" vspace=\"0\" height=\"0\" style=\"height:0px;width:0px;display:none;\" scrolling=\"no\" src=\"https://eus.rubiconproject.com/usync.html?us_privacy=1---\">\\n </iframe></html>'"
]
},
"execution_count": 4,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"# complete the code below\n",
"driver.page_source"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"#### Task 1.2\n",
"Locate the 1st dropdown menu, scrape the U.S. states and territories list."
]
},
{
"cell_type": "code",
"execution_count": 5,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"['Alaska', 'Alabama', 'American Samoa', 'Arizona', 'Arkansas', 'California', 'Colorado', 'Connecticut', 'Delaware', 'Democrats Abroad', 'District of Columbia', 'Florida', 'Georgia', 'Hawaii', 'Idaho', 'Illinois', 'Iowa', 'Kansas', 'Louisiana', 'Maine', 'Massachusetts', 'Michigan', 'Minnesota', 'Mississippi', 'Missouri', 'Nevada', 'New Hampshire', 'New York', 'North Carolina', 'North Dakota', 'Northern Mariana Islands', 'Ohio', 'Oklahoma', 'Rhode Island', 'South Carolina', 'Tennessee', 'Texas', 'US Virgin Islands', 'Utah', 'Vermont', 'Virginia', 'Washington', 'Wisconsin', 'Wyoming']\n"
]
}
],
"source": [
"# complete the code below\n",
"\n",
"# scrap the states and territories list from the dropdown menu\n",
"dropdown_name = \"select\"\n",
"us_state = driver.find_element(By.NAME, dropdown_name).text.split('\\n')[1:]\n",
"#us_state = driver.find_element(\"name\", dropdown_name).text.split('\\n')[1:]\n",
"\n",
"# Lab Submission: What is the css selector for the dropdown menu? \n",
"dropdown_css = \"select#pol-dropdown\"\n",
"dropdown_menu = driver.find_element(By.CSS_SELECTOR, dropdown_css)\n",
"dropdown_menu.click()\n",
"\n",
"# store the states and territories names in a list\n",
"us_state = [state for state in us_state] \n",
"print(us_state)"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"#### Task 1.3\n",
"Locate and click the button - \"See county level results\"."
]
},
{
"cell_type": "code",
"execution_count": 6,
"metadata": {},
"outputs": [],
"source": [
"# complete the code below\n",
"\n",
"# Locate the button - \"See county level results\"\n",
"county_button = driver.find_element(By.CLASS_NAME, \"cta-wrapper-1KjYeR\").find_element(By.TAG_NAME, \"a\")\n",
"#county_button = driver.find_element(\"class name\", \"cta-wrapper-1KjYeR\").find_element(\"tag name\", \"a\")\n",
"county_button.click()\n"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"#### Task 2.1\n",
"Scrape the winner's name and the number of delegates obtained in the Democratic presidential primary in Alabama.\n",
"\n",
"\n",
"\n"
]
},
{
"cell_type": "code",
"execution_count": 7,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"('Joe Biden', '52')"
]
},
"execution_count": 7,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"# complete the code below\n",
"\n",
"# Scrap the winner's name and number of delegates\n",
"winner_info = driver.find_element(By.CSS_SELECTOR, \"tr.isWinner-3g_AYM\").text.split(\"\\n\")\n",
"#winner_info = driver.find_element(\"css selector\", \"tr.isWinner-3g_AYM\").text.split(\"\\n\")\n",
"winner_info[0], winner_info[-1]"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"#### Task 2.2\n",
"You can find the tables showing election results for each county. That is the data we should extract. Pass the page source to BeautifulSoup HTML parser. With BeautifulSoup methods, scrape and print the county names."
]
},
{
"cell_type": "code",
"execution_count": 8,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"Autauga\n",
"Baldwin\n",
"Barbour\n"
]
}
],
"source": [
"# complete the code below\n",
"\n",
"soup = BeautifulSoup(driver.page_source, 'html.parser')\n",
"county_ls = soup.select('article.core-result div.header-container-1LzJY9 h2')\n",
"for county in county_ls:\n",
" print(county.text)"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"#### Task 2.3\n",
"Locate the 'Right arrow' button, write code to keep clicking on this button until it is not shown. Combine with the code in previous task and modify a bit, store all the county names in a list `county_ls`. \n",
"\n",
"Hints: implement with while-loop and try/except clause."
]
},
{
"cell_type": "code",
"execution_count": 11,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"done\n",
"<selenium.webdriver.remote.webelement.WebElement (session=\"4af39d21e9717f9821b65f5f1feb78de\", element=\"f.7BF1AE0E5CBDE68A7C5DB9FD3F353566.d.7004ED5F021A47082D8E0D6DE1B7D778.e.908\")>\n",
"Total # of counties: 67\n",
"['Autauga', 'Baldwin', 'Barbour', 'Bibb', 'Blount', 'Bullock', 'Butler', 'Calhoun', 'Chambers', 'Cherokee', 'Chilton', 'Choctaw', 'Clarke', 'Clay', 'Cleburne', 'Coffee', 'Colbert', 'Conecuh', 'Coosa', 'Covington', 'Crenshaw', 'Cullman', 'Dale', 'Dallas', 'DeKalb', 'Elmore', 'Escambia', 'Etowah', 'Fayette', 'Franklin', 'Geneva', 'Greene', 'Hale', 'Henry', 'Houston', 'Jackson', 'Jefferson', 'Lamar', 'Lauderdale', 'Lawrence', 'Lee', 'Limestone', 'Lowndes', 'Macon', 'Madison', 'Marengo', 'Marion', 'Marshall', 'Mobile', 'Monroe', 'Montgomery', 'Morgan', 'Perry', 'Pickens', 'Pike', 'Randolph', 'Russell', 'Shelby', 'St. Clair', 'Sumter', 'Talladega', 'Tallapoosa', 'Tuscaloosa', 'Walker', 'Washington', 'Wilcox', 'Winston']\n"
]
}
],
"source": [
"# complete the code below\n",
"\n",
"# locate the right button\n",
"button = driver.find_element(By.CSS_SELECTOR, \"button.rightButton\")\n",
"#button = driver.find_element(\"css selector\", \"button.rightButton\")\n",
"\n",
"output_ls = []\n",
"\n",
"while True:\n",
" try:\n",
" # pass the page source to beautifulsoup for scraping\n",
" soup = BeautifulSoup(driver.page_source, 'html.parser')\n",
" county_ls = soup.select('article.core-result div.header-container-1LzJY9 h2')\n",
" for county in county_ls:\n",
" output_ls.append(county.text)\n",
"\n",
" # click the right button\n",
" button.click()\n",
" \n",
" except:\n",
" print('done')\n",
" break\n",
" \n",
"print('Total # of counties: ', len(output_ls))\n",
"print(output_ls)"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"#### Task 3.1\n",
"Given a list of U.S. states, implement the code with for-loop, navigate to the pages of democratic primary results of all the listed states. Use Selenium `.get()` method and print each page title."
]
},
{
"cell_type": "code",
"execution_count": 10,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"Alabama Presidential Democratic primary election results and maps 2024 | CNN Politics\n",
"American Samoa presidential Democratic caucuses election results and maps 2024 | CNN Politics\n",
"California Presidential Democratic primary election results and maps 2024 | CNN Politics\n",
"Florida Presidential Democratic primary election results and maps 2024 | CNN Politics\n",
"New York Presidential Democratic primary election results and maps 2024 | CNN Politics\n"
]
}
],
"source": [
"# complete the code below\n",
"\n",
"selected_states = ['Alabama', 'American Samoa', 'California', 'Florida', 'New York']\n",
"\n",
"# fill in the prefix and suffix of the pages\n",
"prefix = \"https://edition.cnn.com/election/2024/primaries-and-caucuses/results/\"\n",
"suffix = \"/democratic-presidential-primary\"\n",
"\n",
"for i in selected_states:\n",
" # modify the state names\n",
" state_name = i.lower().replace(\" \", \"-\")\n",
" link = f'{prefix}{state_name}{suffix}'\n",
" driver.get(link)\n",
" print(driver.title)"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"#### Task 3.2 (Take home)\n",
"This time, visit also the pages of republican primary results and print each page title. "
]
}
],
"metadata": {
"interpreter": {
"hash": "b740d220f5ad61de4a5537b0747096853a9a4d33fec50636740be1cabf866fb1"
},
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.5"
}
},
"nbformat": 4,
"nbformat_minor": 4
}