{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/zbTYLxc3XSkWTgjXgnbX/5zUtCL5Xh6Gk5oqrYbJ5/siteMetadata.js"],
  "sourcesContent": ["// Generated by Framer (f7d95e4)\nexport default function metadata(params,activeLocale){return{customHTMLBodyEnd:\"<!-- whatsapp -->\\n<a href=\\\"https://go.arquido.com/wa/\\\" class=\\\"wawidget\\\" target=\\\"_blank\\\" data-toggle=\\\"tooltip\\\" data-placement=\\\"top\\\" title=\\\"Escr\\xedbenos\\\">\\n<img src=\\\"https://go.arquido.com/wp-content/uploads/2024/04/whatsapp-white.svg\\\" width=\\\"30\\\" height=\\\"30\\\" alt=\\\"whatsapp\\\">\\n</a>\\n\\n    <script>\\n        document.addEventListener('DOMContentLoaded', () => {\\n            const whatsappWidget = document.querySelector('.wawidget');\\n\\n            function verificarAtributo() {\\n                const otherIcon = document.querySelector('.cc-tlyw[data-full-view]');\\n                if (otherIcon) {\\n                    const isAchicado = otherIcon.getAttribute('data-full-view') === 'true';\\n                    whatsappWidget.classList.toggle('achicado', isAchicado);\\n                    whatsappWidget.style.display = 'flex';\\n                }\\n            }\\n\\n            verificarAtributo();\\n\\n            const observer = new MutationObserver(() => {\\n                verificarAtributo();\\n            });\\n\\n            const targetNode = document.documentElement;\\n            observer.observe(targetNode, { subtree: true, attributes: true });\\n\\n            async function updateIframeForm() {\\n                const iframe = document.getElementById(\\\"inline-yeDmuEBUtOmFY8X5zHds\\\");\\n\\n                if (iframe) {\\n                    try {\\n                        const geoPluginValue = await fetchGeopluginData();\\n\\n                        // Construct the src URL with the city, state, and country query parameters\\n                        iframe.src = `https://api.leadconnectorhq.com/widget/form/yeDmuEBUtOmFY8X5zHds?city=${geoPluginValue.geoplugin_city}&state=${geoPluginValue.geoplugin_region\\n                            }&country=${geoPluginValue.geoplugin_countryCode}`;\\n                    } catch (error) {\\n                        console.log(\\\"update errror: \\\" + error)\\n                    }\\n                }\\n            }\\n\\nupdateIframeForm();\\n\\n        });\\n    </script>\\n\\n\\n<script>\\n// Funci\\xf3n para obtener los par\\xe1metros de la URL actual\\nfunction getCurrentUrlParams() {\\n    const params = {};\\n    const searchParams = new URLSearchParams(window.location.search);\\n    \\n    for (const [key, value] of searchParams.entries()) {\\n        params[key] = value;\\n    }\\n    \\n    return params;\\n}\\n\\n// Funci\\xf3n para procesar todos los enlaces en la p\\xe1gina\\nfunction processLinks(customParams = null) {\\n    // Usar par\\xe1metros personalizados o los de la URL actual\\n    const params = customParams || getCurrentUrlParams();\\n    \\n    // Si no hay par\\xe1metros, no hacemos nada\\n    if (Object.keys(params).length === 0) return;\\n    \\n    const links = document.querySelectorAll('a');\\n    \\n    links.forEach(link => {\\n        // Verificar si es un enlace externo (no del mismo dominio)\\n        if (link.hostname !== window.location.hostname && \\n            link.hostname !== '' && \\n            !link.href.startsWith('javascript:') && \\n            !link.hasAttribute('data-params-added')) {\\n            \\n            try {\\n                const url = new URL(link.href);\\n                \\n                // A\\xf1adir cada par\\xe1metro a la URL del enlace\\n                Object.entries(params).forEach(([key, value]) => {\\n                    url.searchParams.set(key, value);\\n                });\\n                \\n                // Actualizar el href con los nuevos par\\xe1metros\\n                link.href = url.toString();\\n                \\n                // Marcar el enlace como procesado\\n                link.setAttribute('data-params-added', 'true');\\n            } catch (e) {\\n                console.error('Error al procesar el enlace:', link.href, e);\\n            }\\n        }\\n    });\\n}\\n\\n// Procesar los enlaces iniciales\\nprocessLinks();\\n\\n// Observar cambios en el DOM para capturar enlaces a\\xf1adidos din\\xe1micamente\\nconst observer = new MutationObserver(() => {\\n    processLinks();\\n});\\n\\n// Configurar y iniciar el observador\\nobserver.observe(document.body, { \\n    childList: true, \\n    subtree: true \\n});\\n\\n// Tambi\\xe9n procesar cuando cambie la URL (para SPAs)\\nwindow.addEventListener('popstate', () => processLinks());\\n</script>\\n\",customHTMLHeadEnd:'<style>\\n/* MembresiaForm */\\n/* CMS_Product */\\n  #MembresiaWooCommerce,\\n  #CMS_Product {\\n    background-color: #1b2028;\\n    display: flex;\\n    justify-content: center;\\n    align-items: center;\\n    min-height: 200px;\\n    flex-direction: column;\\n    font-family: \"Criteria CF Bold\";\\n    border-bottom-width: 1px;\\n    border-color: rgb(44, 51, 61);\\n    border-left-width: 1px;\\n    border-right-width: 1px;\\n    border-style: solid;\\n    border-top-width: 1px;\\n    border-radius: 5px;\\n  }\\n\\n  #trimestralForm,\\n  #CMS_ProductForm {\\n    width: 100%;\\n    height: 100%;\\n    padding: 75px 55px;\\n  }\\n\\n.button-container {\\n  display: flex;\\n  justify-content: center;\\n  padding: 10px 0px;\\n}\\n\\n.button-container button {\\n  flex: 1;\\n  font-size: 24px;\\n  font-weight: 700;\\n  background-color: transparent;\\n  border: none;\\n  border-bottom: 2px solid rgba(229, 229, 229, 0.3);\\n  color: rgba(229, 229, 229, 0.3);\\n  cursor: pointer;\\n  margin-right: -2px;\\n  font-family: Criteria CF Bold;\\n}\\n\\n\\n.button-container button.active {\\n  border-bottom: 2px solid #ffd400;\\n  color: #ffd400;\\n}\\n\\n.button-container button:not(.active):hover {\\n  border-bottom: 2px solid #FFFFFF;\\n  color: #FFFFFF;\\n  text-shadow: 2px 2px 4px #9174DF;\\n}\\n\\n.discount-container {\\n    display: flex;\\n    align-items: center;\\n    justify-content: center;\\n    padding-bottom: 30px;\\n    padding-top: 22px;\\n    gap: 16px;\\n}\\n\\n.price-container {\\n  padding-bottom: 16px;\\n}\\n\\n.original-price-label {\\n  font-size: 20px !important;\\n  text-decoration: line-through;\\n  text-decoration-color: #e5e5e5;\\n  font-family: \\'Criteria CF Regular\\';\\n}\\n\\n.original-price-label > label {\\n  margin-right: 4px;\\n}\\n\\n.discount-amount-label {\\n  padding: 10px 20px;\\n  background: #141921;\\n  border: 1px solid #9174df;\\n  font-style: normal;\\n  font-size: 20px;\\n  line-height: 24px;\\n  color: #9174df;\\n  border-radius: 5px;\\n}\\n\\n.label-container label div {\\n    font-weight: 700;\\n    font-size: 41px;\\n    line-height: 44px;\\n    text-align: center;\\n    color: #fff;\\n    white-space: nowrap;\\n}\\n\\n#disclaimer {\\n  line-height: 24px;\\n  text-align: center;\\n  color: #e5e5e5;\\n  font-size: 20px;\\n  font-weight: 300;\\n  font-family: \"Criteria CF Light\";\\n}\\n\\n#disclaimer strong{\\n  font-family: \"Criteria CF Bold\";\\n}\\n\\n#currency-switcher-container {\\n  display: flex;\\n  justify-content: center;\\n  padding-top: 30px;\\n}\\n\\n#currency_switcher {\\n    width: 100%;\\n    border-radius: 0;\\n    color: hsla(0,0%,100%,7);\\n    cursor: pointer;\\n    outline: none;\\n    font-size: 24px;\\n    font-weight: 700;\\n    background-color: #2c333d;\\n    border-radius: 5px;\\n    padding: 8px 10px 4px;\\n    border: 1px solid #FFD400;\\n    appearance: none;\\n    background-repeat: no-repeat;\\n    background-position: right 0.7rem top 50%;\\n    background-size: .8rem auto;\\n    background-image: url(\\'data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 612 612\" fill=\"white\"><path d=\"M 96.00,96.00l-96.00,96.00l 256.00,256.00l 256.00-256.00l-96.00-96.00L 256.00,256.00L 96.00,96.00z\"/></svg>\\');\\n}\\n\\n#join-button {\\n  width: 100%;\\n  border-radius: 5px;\\n  background-color: #FFD400;\\n  color: #141921;\\n  border: none;\\n  cursor: pointer;\\n  outline: none;\\n  font-size: 20px;\\n  font-weight: 700;\\n  padding: 20px;\\n  margin-top: 30px;\\n  white-space: nowrap;\\n  display: flex;\\n  justify-content: center;\\n  font-family: \\'Criteria CF Bold\\';\\n}\\n\\n.no-coupon{\\n      padding: 61px 0;\\n    display: flex;\\n    justify-content: center;\\n}\\n\\n@media (max-width: 600px) {\\n  .button-container button {\\n    font-size: 20px;\\n  }\\n\\n  .discount-container {\\n    flex-direction: column;\\n  }\\n\\n  .label-container label div {\\n    font-size: 30px;\\n  }\\n\\n  #disclaimer {\\n    font-size: 14px;\\n  }\\n\\n  .discount-amount-label {\\n    font-size: 20px;\\n  }\\n\\n#trimestralForm{\\n  padding: 32px;\\n}\\n\\n.no-coupon{\\n  padding: 24px 0;\\n}\\n\\n  /* Newsletter */\\n  .formContainer form {\\n    flex-direction: column !important;\\n  }\\n}\\n\\n#loading {\\n  color: #e5e5e5;\\n  font-family: \\'Criteria CF Regular\\';\\n}\\n\\n/* Newsletter */\\n.formContainer form {\\n  display: flex;\\n  align-items: flex-start;\\n  font-family: \\'Criteria CF Light\\';\\n  gap: 10px;\\n  flex-direction: row;\\n}\\n\\n\\n.inputs {\\n    display: flex;\\n    flex-direction: column;\\n    align-items: stretch;\\n}\\n\\n\\n#postSubmitContainer {\\n    display: flex;\\n    justify-content: space-evenly;\\n    align-items: baseline;\\n}\\n\\n#postSubmitIcon {\\n    font-size: 24px;\\n    color: green;\\n    padding-right: 5px;\\n}\\n\\n.postSubmitText {\\n    width: 544px;\\n    height: 58px;\\n    font-style: normal;\\n    font-weight: 700;\\n    font-size: 24px;\\n    line-height: 29px;\\n    text-transform: uppercase;\\n    color: #141921;\\n    font-family: Criteria CF Regular;\\n}\\n\\n.inputField {\\n    box-sizing: border-box;\\n    display: flex;\\n    flex-direction: column;\\n    align-items: flex-start;\\n    padding: 16px 16px 10px;\\n    gap: 36px;\\n    isolation: isolate;\\n    height: 45px;\\n    background: #fff;\\n    border: 1px solid #d6d6d6;\\n    font-style: normal;\\n    font-weight: 400;\\n    font-size: 16px;\\n    line-height: 19px;\\n    margin-bottom: 8px;\\n    width: 100%;\\n    border-radius: 5px;\\n    font-family: \\'CRITERIA CF LIGHT\\';\\n}\\n\\n/* .inputField:focus,\\n.inputField:active,\\n.inputField:valid,\\n.inputField:placeholder-shown {\\n  outline: none;\\n  border-color: rgba(229, 229, 229, 0.5);\\n  box-shadow: 0px 4px 10px rgba(20, 25, 33, 0.25);\\n}\\n\\n.inputField:-webkit-autofill,\\n.inputField:-webkit-autofill:hover,\\n.inputField:-webkit-autofill:focus {\\n  -webkit-box-shadow: 0 0 0px 1000px #141921 inset;\\n  -webkit-text-fill-color: #E5E5E5 !important;\\n}\\n */\\n.errorText {\\n  font-style: normal;\\n  font-weight: 400;\\n  font-size: 12px;\\n  line-height: 15px;\\n  text-transform: uppercase;\\n  color: #FFD400;\\n      margin-bottom: 8px;\\n}\\n\\n.termsText {\\n  width: 512px;\\n  height: 17px;\\n  font-style: normal;\\n  font-weight: 400;\\n  font-size: 14px;\\n  line-height: 17px;\\n  color: #E5E5E5;\\n}\\n\\n.termsInputLabel {\\n  display: flex;\\n  flex-direction: row;\\n  align-items: center;\\n  padding-bottom: 8px;\\n  cursor: pointer;\\n  color: #E5E5E5;\\n}\\n\\n.termsInputLabel input {\\n  position: absolute;\\n  opacity: 0;\\n  cursor: pointer;\\n}\\n\\n.checkmark {\\n  display: flex; \\n  align-items: center; \\n  justify-content: center; \\n  position: relative;\\n  height: 25px;\\n  min-width: 25px;\\n  margin-right: 8px;\\n  box-sizing: border-box;\\n  border: 1px solid #d6d6d6;\\n  border-radius: 5px;\\n\\n}\\n\\n.checkmark-inner {\\n  position: absolute;\\n  height: 50%;\\n  width: 50%;\\n  background-color: transparent; \\n}\\n\\n.termsInputLabel input:checked ~ .checkmark .checkmark-inner {\\n  background-color: #ffd400; \\n}\\n\\n.termsInputCheckbox {\\n  margin-right: 8px;\\n}\\n\\n.termsInputText {\\n  font-style: normal;\\n  font-weight: 400;\\n  font-size: 14px;\\n  line-height: 17px;\\n  color: #545454;\\n}\\n\\n.termsInputText a {\\n    color: #9174DF !important;\\n}\\n.termsInputLink {\\n  color: #E5E5E5;\\n}\\n\\n.termsInputError {\\n  font-style: normal;\\n  font-weight: 400;\\n  font-size: 12px;\\n  line-height: 15px;\\n  text-transform: uppercase;\\n  color: #FFD400;\\n      margin-bottom: 8px;\\n}\\n\\n.submitButton {\\n    box-sizing: border-box;\\n    display: flex;\\n    flex-direction: row;\\n    justify-content: center;\\n    align-items: center;\\n    padding: 10px 20px;\\n    width: 96px;\\n    height: 45px;\\n    border: 2px solid #FFD400;\\n    border-radius: 5px;\\n    background-color: #FFD400;\\n    font-style: normal;\\n    font-weight: 700;\\n    font-size: 16px;\\n    line-height: 19px;\\n    text-align: center;\\n    text-transform: capitalize;\\n    cursor: pointer;\\n    font-family: \\'Criteria CF Regular\\';\\n}\\n/** Whatsapp **/\\n.wawidget {display: flex;position:fixed;width:60px;height:60px;bottom: 20px;right: 20px;background-color:#25d366;color:#FFF;border-radius:50px;text-align:center;font-size:30px;z-index: 90 !important;justify-content: center;align-items: center;border: 1px solid #25d366;}\\n.wawidget:hover {color: #fff;border-color: #fff;}\\n/**** RESPONSIVE ****/\\n    @media only screen and (max-width: 736px){\\n        .wawidget {right: 14px;width: 54px;height: 54px;}\\n    }\\n</style>',customHTMLHeadStart:'<script defer=\"\" data-domain=\"arquido.com\" src=\"https://plausible.io/js/script.js\"></script>\\n\\n<script>\\n// Load PostHog JS\\n!function(t,e){var o,n,p,r;e.__SV||(window.posthog=e,e._i=[],e.init=function(i,s,a){function g(t,e){var o=e.split(\".\");2==o.length&&(t=t[o[0]],e=o[1]),t[e]=function(){t.push([e].concat(Array.prototype.slice.call(arguments,0)))}}(p=t.createElement(\"script\")).type=\"text/javascript\",p.async=!0,p.src=s.api_host+\"/static/array.js\",(r=t.getElementsByTagName(\"script\")[0]).parentNode.insertBefore(p,r);var u=e;for(void 0!==a?u=e[a]=[]:a=\"posthog\",u.people=u.people||[],u.toString=function(t){var e=\"posthog\";return\"posthog\"!==a&&(e+=\".\"+a),t||(e+=\" (stub)\"),e},u.people.toString=function(){return u.toString(1)+\".people (stub)\"},o=\"capture identify alias people.set people.set_once set_config register register_once unregister opt_out_capturing has_opted_out_capturing opt_in_capturing reset isFeatureEnabled onFeatureFlags getFeatureFlag getFeatureFlagPayload reloadFeatureFlags group updateEarlyAccessFeatureEnrollment getEarlyAccessFeatures getActiveMatchingSurveys getSurveys\".split(\" \"),n=0;n<o.length;n++)g(u,o[n]);e._i.push([i,s,a])},e.__SV=1)}(document,window.posthog||[]);\\nposthog.init(\\'phc_dSP1lHxxJKCwc1N57XPIljVlr2dsVN5K35nCb7hkbiO\\', { api_host: \\'https://app.posthog.com\\' });\\n\\n// Segment script\\n  !function(){var analytics=window.analytics=window.analytics||[];if(!analytics.initialize)if(analytics.invoked)window.console&&console.error&&console.error(\"Segment snippet included twice.\");else{analytics.invoked=!0;analytics.methods=[\"trackSubmit\",\"trackClick\",\"trackLink\",\"trackForm\",\"pageview\",\"identify\",\"reset\",\"group\",\"track\",\"ready\",\"alias\",\"debug\",\"page\",\"once\",\"off\",\"on\",\"addSourceMiddleware\",\"addIntegrationMiddleware\",\"setAnonymousId\",\"addDestinationMiddleware\"];analytics.factory=function(e){return function(){var t=Array.prototype.slice.call(arguments);t.unshift(e);analytics.push(t);return analytics}};for(var e=0;e<analytics.methods.length;e++){var key=analytics.methods[e];analytics[key]=analytics.factory(key)}analytics.load=function(key,e){var t=document.createElement(\"script\");t.type=\"text/javascript\";t.async=!0;t.src=\"https://cdn.segment.com/analytics.js/v1/\" + key + \"/analytics.min.js\";var n=document.getElementsByTagName(\"script\")[0];n.parentNode.insertBefore(t,n);analytics._loadOptions=e};analytics._writeKey=\"xDjekHbpPhpjCG50Z3b5KWNNTPSogkc0\";analytics.SNIPPET_VERSION=\"4.15.2\";\\n  analytics.load(\"xDjekHbpPhpjCG50Z3b5KWNNTPSogkc0\");\\n  analytics.page();\\n  }}(); \\n\\nanalytics.ready(() => {\\n    window.posthog.initialize(\"phc_dSP1lHxxJKCwc1N57XPIljVlr2dsVN5K35nCb7hkbiO\", {\\n        api_host: \\'https://app.posthog.com\\', // Use eu.posthog.com for EU instances\\n        segment: window.analytics, // Pass window.analytics here - NOTE: `window.` is important\\n        capture_pageview: false, // You want this false if you are going to use segment\\'s `analytics.page()` for pageviews\\n        // When the posthog library has loaded, call `analytics.page()` explicitly.\\n        loaded: () => window.analytics.page(),\\n    });\\n})\\n\\n</script>\\n<script>\\n  const urlParams = new URLSearchParams(window.location.search);\\nlet geopluginData = null;\\nlet geopluginDataPromise = null;\\nlet coupon = urlParams.get(\"coupon\");\\nasync function fetchGeopluginData() {\\n  if (geopluginData) {\\n    return Promise.resolve(geopluginData);\\n  }\\n\\n  if (geopluginDataPromise) {\\n    return geopluginDataPromise;\\n  }\\n\\n  const requestOptions = {\\n    method: \"GET\",\\n    redirect: \"follow\",\\n  };\\n\\n  geopluginDataPromise = fetch(\\n    \"https://ssl.geoplugin.net/json.gp?k=85ecd7b4c11228d5&jsoncallback\",\\n    requestOptions\\n  )\\n    .then((response) => response.json())\\n    .then((data) => {\\n      geopluginData = data;\\n      return geopluginData;\\n    })\\n.catch((error) => {\\n    console.error(\"Error en fetchGeopluginData:\", error);\\n    return { geoplugin_currencyCode: \"ARS\", geoplugin_countryCode: \"\", geoplugin_city: \"\", geoplugin_region: \"\" };\\n})\\n    .finally(() => {\\n      geopluginDataPromise = null; \\n    });\\n\\n  return geopluginDataPromise;\\n}\\n\\nwindow.addEventListener(\"DOMContentLoaded\", fetchGeopluginData);\\n\\n\\n  \\n    async function fetchAndSendEmailToWebhook() {\\n      // Obtener el valor del par\\xe1metro \"cid\" de la URL\\n      const urlParams = new URLSearchParams(window.location.search);\\n      const cid = urlParams.get(\\'cid\\');\\n\\n      // Verificar si el par\\xe1metro \"cid\" est\\xe1 presente en la URL\\n      if (cid) {\\n        const geoPluginValue = await fetchGeopluginData();\\n\\n        const requestOptions = {\\n          method: \\'GET\\',\\n          redirect: \\'follow\\'\\n        };\\n\\n        // Hacer la solicitud a la API con el valor de \"cid\"\\n        fetch(`https://go.arquido.com/wp-json/custom-namespace/v1/get-user/${cid}`, requestOptions)\\n          .then(response => response.text())\\n          .then(email => {\\n            // Enviar el email y los datos geogr\\xe1ficos al webhook\\n            const webhookURL = `https://go.arquido.com/wp-json/autonami/v1/webhook/?bwfan_autonami_webhook_id=132&bwfan_autonami_webhook_key=ec18c7a67f82733cc5bab5fda487b10d&email=${email}&country=${geoPluginValue.geoplugin_countryCode}&city=${geoPluginValue.geoplugin_city}&state=${geoPluginValue.geoplugin_region}`;\\n            fetch(webhookURL, { method: \\'POST\\' })\\n              .catch(error => console.log(\\'Error al enviar los datos al webhook:\\', error));\\n          })\\n          .catch(error => console.log(\\'Error al obtener el email:\\', error));\\n      } \\n    }\\n\\n    // Llamar a la funci\\xf3n cuando la p\\xe1gina se carga\\n    fetchAndSendEmailToWebhook(); \\n</script>\\n<link href=\"https://fonts.googleapis.com/css?family=Roboto:400,700&amp;display=swap\" rel=\"stylesheet\">',description:\"Arquido es una comunidad educativa para arquitectos y dise\\xf1adores que quieran salir de la norma, romper con lo conocido y desafiar el status quo de la profesi\\xf3n.\",favicon:\"https://framerusercontent.com/assets/ULZBm1e94ZPvwUQEABhdaXIWbck.png\",robots:\"max-image-preview:large\",socialImage:\"https://framerusercontent.com/assets/C25hXhxVBjgNzLDJJKAnPx9X4z0.png\",title:\"Arquido - Donde arquitectos e interioristas crecen en comunidad\"};}export const metadataVersion=1;\nexport const __FramerMetadata__ = {\"exports\":{\"metadataVersion\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "AACe,SAARA,EAA0BC,EAAOC,EAAa,CAAC,MAAM,CAAC,kBAAkB;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAAgrI,kBAAkB;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,UAA4nQ,oBAAoB;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,wGAAwpL,YAAY,0KAA0K,QAAQ,uEAAuE,OAAO,0BAA0B,YAAY,uEAAuE,MAAM,iEAAiE,CAAE",
  "names": ["metadata", "params", "activeLocale"]
}
