{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/mP9dKmC0Vaof3Kty16x9/O0voCyNjIRACKPAxUwRx/AlgoliaSearch.js", "ssg:https://framerusercontent.com/modules/YHaAoQPloWtrCAD8Utvb/zP0qFXNRBh1HuzFxIxrz/SearchStore.js", "ssg:https://framerusercontent.com/modules/L18QYrnwvIuLPfUwSY6y/liLQE5lHR6q2wwtLQ2TQ/AlgoliaOverrides.js", "ssg:https://framerusercontent.com/modules/TQpjwXz0ddEgEqtOGxCq/jT0ageWlV4qxsmKb3DeI/AlgoliaResults.js", "ssg:https://framerusercontent.com/modules/sicPEOjMhwq02LxGU1zE/xULObVLF1V7kbw7Ze7pd/coWy0qLU8-0.js", "ssg:https://framerusercontent.com/modules/sicPEOjMhwq02LxGU1zE/xULObVLF1V7kbw7Ze7pd/coWy0qLU8.js", "ssg:https://framerusercontent.com/modules/bLV7Uz6Uk5YaoPHbKGXa/GuJXNoCsVd09FDBOBUMV/HFeygSs_Y.js", "ssg:https://framerusercontent.com/modules/OmtL2jyNkuaFWw0mYbeU/oFa34jlSLvNgawutbR2L/DisplayHighlighted.js", "ssg:https://framerusercontent.com/modules/xK42jQl9tTdOEEXifna3/jtCmF7KRVedTgV4vzRLf/Rup0AjhS1.js", "ssg:https://framerusercontent.com/modules/eVgUYojw686FWo5PC45D/iWWX58j56JIiLmNvlznG/r1lBlTpqk.js", "ssg:https://framerusercontent.com/modules/X4lAdSy9yC7pI0lKtcFg/u91BuH1WO9lvqzmaXcKk/coWy0qLU8.js", "ssg:https://framerusercontent.com/modules/8wtB7Rm8BVe9BJy0EzQj/wZ0h5ztIH00obVq7onxc/p1JsMyuYI.js"],
  "sourcesContent": ["// import algoliasearch from \"https://cdn.jsdelivr.net/npm/algoliasearch@5.21.0/+esm\"\n// import algoliasearch from \"https://esm.sh/algoliasearch@5.21.0\"\n// const client = algoliasearch(\"CY0QL7N7DC\", \"87aca1dfd09eff143b958d0c60717b24\")\n// const searchClient = client.initSearch()\n// const index = client.initIndex(\"data\")\n// export const algoliaSearch = {\n//     index,\n// }\nconst APPLICATION_ID=\"CY0QL7N7DC\";const SEARCH_API_KEY=\"87aca1dfd09eff143b958d0c60717b24\";const INDEX_NAME=\"data\";export const algoliaSearch=async searchTerm=>{const url=`https://${APPLICATION_ID}-dsn.algolia.net/1/indexes/${INDEX_NAME}/query`;const body={query:searchTerm,attributesToHighlight:[\"content\"],attributesToSnippet:[\"content:30\"],// filters: \"category:books AND price<20\",\nhitsPerPage:15};try{const response=await fetch(url,{method:\"POST\",headers:{\"X-Algolia-Application-Id\":APPLICATION_ID,\"X-Algolia-API-Key\":SEARCH_API_KEY,\"Content-Type\":\"application/json\"},body:JSON.stringify(body)});if(!response.ok){throw new Error(`HTTP error! Status: ${response.status}`);}const data=await response.json();console.log(\"Filtered results:\",data.hits);return data.hits;}catch(error){console.error(\"Error fetching search results:\",error);return[];}};\nexport const __FramerMetadata__ = {\"exports\":{\"algoliaSearch\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./AlgoliaSearch.map", "function _define_property(obj,key,value){if(key in obj){Object.defineProperty(obj,key,{value:value,enumerable:true,configurable:true,writable:true});}else{obj[key]=value;}return obj;}import{makeAutoObservable}from\"mobx\";import{algoliaSearch}from\"https://framerusercontent.com/modules/mP9dKmC0Vaof3Kty16x9/O0voCyNjIRACKPAxUwRx/AlgoliaSearch.js\";import{reportFiles,topicCategories}from\"https://framerusercontent.com/modules/3EoyZgiKNE3BIWD10YQ9/IemaFZmMlXXz6rilFMEq/reportFiles.js\";//[0]._highlightResult.content.value\nclass SearchStore{setQuestion(v){this.question=v;}setWorkingOnIt(v){this.workingOnIt=v;}lookupTitle(pdfName){const found=Object.values(reportFiles).find(r=>r.pdfName===pdfName);if(!found)return\"not found\";return found.name;}async search(){if(!this.question||this.workingOnIt)return;const results=await algoliaSearch(this.question);console.log(results);this.setResults(results.map(r=>{const title=this.lookupTitle(r.file);return{key:r.objectID,page:r.page,file:title,category:topicCategories[title],// highlightResult: r._highlightResult.content.value,\nhighlightResult:r._snippetResult.content.value};}));// this.setQuestion(\"\")\n}setResults(arr){this.responseTokenCounter++;this.results=arr;this.displayNoResultsMessage=arr.length===0;}constructor(){_define_property(this,\"results\",[]);_define_property(this,\"workingOnIt\",false);_define_property(this,\"responseTokenCounter\",0);_define_property(this,\"displayNoResultsMessage\",false);_define_property(this,\"question\",\"\");makeAutoObservable(this);}}export const searchStore=new SearchStore;\nexport const __FramerMetadata__ = {\"exports\":{\"searchStore\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"Result\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{jsx as _jsx}from\"react/jsx-runtime\";import{useAutorunObserver}from\"https://framer.com/m/Hooks-oeQX.js@rHdBO084dCo5Uu8wXKhM\";import{searchStore}from\"https://framerusercontent.com/modules/YHaAoQPloWtrCAD8Utvb/zP0qFXNRBh1HuzFxIxrz/SearchStore.js\";export function withSearchAction(Component){return props=>{return /*#__PURE__*/_jsx(Component,{...props,onClick:()=>searchStore.search()});};}export function withQuestionInput(Component){return props=>{useAutorunObserver(()=>[searchStore.question]);const inputValue=searchStore.question;const handleInput=e=>{searchStore.setQuestion(e.target.value);};//FOR SOME REASON if you set defaultValue on a Framer input it loses focus!\n//So we need to replace with our own code component that doesn't\n//mess up react prop behavior\n//but steal all the structure and styles\nconst classNames=[\"framer-form-text-input\",\"framer-form-input-wrapper\",props.className];//console.log(\"withQuestionInput\", props)\nreturn /*#__PURE__*/_jsx(\"div\",{className:classNames.join(\" \"),style:props.style,children:/*#__PURE__*/_jsx(\"textarea\",{className:\"framer-form-input\",name:\"question\",onInput:handleInput,value:inputValue,placeholder:props.placeholder})});};}\nexport const __FramerMetadata__ = {\"exports\":{\"withSearchAction\":{\"type\":\"reactHoc\",\"name\":\"withSearchAction\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withQuestionInput\":{\"type\":\"reactHoc\",\"name\":\"withQuestionInput\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{useAutorunObserver}from\"https://framer.com/m/Hooks-oeQX.js@rHdBO084dCo5Uu8wXKhM\";import{searchStore}from\"https://framerusercontent.com/modules/YHaAoQPloWtrCAD8Utvb/zP0qFXNRBh1HuzFxIxrz/SearchStore.js\";import{ControlType,addPropertyControls}from\"framer\";import{useCloneElement}from\"https://framerusercontent.com/modules/Ihrkg45xSOvB7qDzWGJt/zFdyBYAmMpisC9flKHVx/Hooks.js\";import{reportStore}from\"https://framerusercontent.com/modules/AwIO41QVDetpkJ8hLRuA/xpkbn5t058PBDwfkz0E6/ReportStore.js\";const SearchResult=({result,design})=>{const[clonedElement,isCanvas]=useCloneElement(design,{style:{},title:result.file,page:`p. ${result.page+1}`,tagColor:result.category.color,tagTitle:result.category.name,snippet:result.highlightResult,onClick:()=>{reportStore.setCurrentReportName(result.file);reportStore.setCurrentPage(result.page+1);}});return /*#__PURE__*/_jsx(\"div\",{style:{display:\"inline-flex\",margin:\"0.25em\"},onClick:()=>{reportStore.setCurrentReportName(result.file);reportStore.setCurrentPage(result.page+1);},children:clonedElement});};/**\n * These annotations control how your component sizes\n * Learn more: https://www.framer.com/developers/components/auto-sizing\n *\n * @framerSupportedLayoutWidth all\n * @framerSupportedLayoutHeight all\n */export default function AlgoliaResults(props){useAutorunObserver(()=>[searchStore.responseTokenCounter,searchStore.workingOnIt,searchStore.displayNoResultsMessage]);const messages=searchStore.results;return /*#__PURE__*/_jsxs(\"div\",{style:containerStyle,children:[searchStore.displayNoResultsMessage&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-text\",children:\"No results found\"}),searchStore.results.map(r=>/*#__PURE__*/_jsx(SearchResult,{design:props.searchResultDesign[0],result:r},r.key)),searchStore.results.length===0&&/*#__PURE__*/_jsx(_Fragment,{children:props.promptDesign})]});}// Styles are written in object syntax\n// Learn more: https://reactjs.org/docs/dom-elements.html#style\nconst containerStyle={// display: \"flex\",\nflexDirection:\"column\",//maxWidth: \"600px\",\nminHeight:20,margin:\"auto\",border:\"1px solid #ccc\",padding:\"10px\",borderRadius:\"8px\"};addPropertyControls(AlgoliaResults,{searchResultDesign:{type:ControlType.ComponentInstance},promptDesign:{type:ControlType.ComponentInstance}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"AlgoliaResults\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutWidth\":\"all\",\"framerSupportedLayoutHeight\":\"all\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{jsx as _jsx}from\"react/jsx-runtime\";import{motion}from\"framer-motion\";import*as React from\"react\";export const v0=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{className:\"framer-styles-preset-1yn6c61\",\"data-styles-preset\":\"sgCIySm7Z\",style:{\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-d5548d0c-9de1-49f7-a479-35cceec16def, rgb(79, 103, 76)))\"},children:\"Documentos de conversi\\xf3n del aeropuerto\"})});\nexport const __FramerMetadata__ = {\"exports\":{\"v0\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (62acaa8)\nimport*as localizedValues from\"./coWy0qLU8-0.js\";const valuesByLocaleId={u47yV2Q3J:localizedValues};export default function getLocalizedValue(key,locale){while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value)return value;}locale=locale.fallback;}}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (9d598a4)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,cx,getFontsFromSharedStyle,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/awmZWbeU4eU3J45Ns31C/1dii6EGHZCWkkuzqUFr2/bUGetR8_o.js\";const serializationHash=\"framer-ExubG\";const variantClassNames={GVHvm7wkV:\"framer-v-1a1rzl5\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const transformTemplate1=(_,t)=>`translateY(-50%) ${t}`;const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({height,id,width,...props})=>{return{...props};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"GVHvm7wkV\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1a1rzl5\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"GVHvm7wkV\",ref:refBinding,style:{...style},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{className:\"framer-styles-preset-1ko87v7\",\"data-styles-preset\":\"bUGetR8_o\",children:[/*#__PURE__*/_jsx(motion.strong,{children:\"Examples of key words to search for might include the following:\"}),\" \",/*#__PURE__*/_jsx(motion.em,{children:\"Public Art, Heat Islands, Unemployment, Jobs, Utilities, Air Quality, Grocery Store, Historic District, Rent, New Development, Displacement, Traffic, Transit, Schools, Playgrounds, Trails, etc.\"}),\" \",/*#__PURE__*/_jsx(motion.strong,{children:\"and of course, anything else you can think of!\"})]})}),className:\"framer-1gav8eg\",fonts:[\"Inter\",\"Inter-Bold\",\"Inter-BoldItalic\",\"Inter-Italic\"],layoutDependency:layoutDependency,layoutId:\"XHNP8QomJ\",transformTemplate:transformTemplate1,verticalAlignment:\"top\",withExternalLayout:true})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-ExubG.framer-hpgopc, .framer-ExubG .framer-hpgopc { display: block; }\",\".framer-ExubG.framer-1a1rzl5 { height: 81px; overflow: hidden; position: relative; width: 1140px; }\",\".framer-ExubG .framer-1gav8eg { flex: none; height: auto; left: 0px; position: absolute; right: 0px; top: 49%; white-space: pre-wrap; word-break: break-word; word-wrap: break-word; }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 81\n * @framerIntrinsicWidth 1140\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerHFeygSs_Y=withCSS(Component,css,\"framer-ExubG\");export default FramerHFeygSs_Y;FramerHFeygSs_Y.displayName=\"SearchPrompt\";FramerHFeygSs_Y.defaultProps={height:81,width:1140};addFonts(FramerHFeygSs_Y,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/H89BbHkbHDzlxZzxi8uPzTsp90.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/u6gJwDuwB143kpNK1T1MDKDWkMc.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/43sJ6MfOPh1LCJt46OvyDuSbA6o.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/wccHG0r4gBDAIRhfHiOlq6oEkqw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/WZ367JPwf9bRW6LdTHN8rXgSjw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/QxmhnWTzLtyjIiZcfaLIJ8EFBXU.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/2A4Xx7CngadFGlVV4xrO06OBHY.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/CfMzU8w2e7tHgF4T4rATMPuWosA.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/867QObYax8ANsfX4TGEVU9YiCM.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Oyn2ZbENFdnW7mt2Lzjk1h9Zb9k.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/cdAe8hgZ1cMyLu9g005pAW3xMo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/DOfvtmE1UplCq161m6Hj8CSQYg.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vFzuJY0c65av44uhEKB6vyjFMg.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/tKtBcDnBMevsEEJKdNGhhkLzYo.woff2\",weight:\"400\"}]},...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerHFeygSs_Y\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"81\",\"framerIntrinsicWidth\":\"1140\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./HFeygSs_Y.map", "import{jsx as _jsx,Fragment as _Fragment}from\"react/jsx-runtime\";import{ControlType,addPropertyControls}from\"framer\";const Highlight=({text})=>{if(!text)return null;// Regex to match <em> tags\nconst parts=text.split(/(<em>|<\\/em>)/g).filter(part=>part!==\"<em>\"&&part!==\"</em>\");return /*#__PURE__*/_jsx(_Fragment,{children:parts.map((part,index)=>index%2===1?/*#__PURE__*/_jsx(\"span\",{style:highlightSpanStyle,children:part},index):/*#__PURE__*/_jsx(\"span\",{children:part},index))});};/**\n * These annotations control how your component sizes\n * Learn more: https://www.framer.com/developers/components/auto-sizing\n *\n * @framerSupportedLayoutWidth auto\n * @framerSupportedLayoutHeight auto\n */export default function DisplayHighlighted(props){// This is a React component containing an Example component\n// Replace <Example /> with your own code\nreturn /*#__PURE__*/_jsx(\"div\",{className:\"framer-text\",style:containerStyle,children:/*#__PURE__*/_jsx(Highlight,{text:props.content})});}// Styles are written in object syntax\n// Learn more: https://reactjs.org/docs/dom-elements.html#style\nconst containerStyle={fontSize:\"12px\"};const highlightSpanStyle={background:\"#ffff00\"};addPropertyControls(DisplayHighlighted,{content:{type:ControlType.String}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"DisplayHighlighted\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerSupportedLayoutHeight\":\"auto\",\"framerSupportedLayoutWidth\":\"auto\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./DisplayHighlighted.map", "// Generated by Framer (315fd46)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Figtree-600\",\"GF;Figtree-900\",\"GF;Figtree-900italic\",\"GF;Figtree-600italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Figtree\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/figtree/v5/_Xmz-HUzqDCFdgfMsYiV_F7wfS-Bs_ehR15bwkEU4HTy.woff2\",weight:\"600\"},{family:\"Figtree\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/figtree/v5/_Xmz-HUzqDCFdgfMsYiV_F7wfS-Bs_fWR15bwkEU4HTy.woff2\",weight:\"900\"},{family:\"Figtree\",source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/figtree/v5/_Xm9-HUzqDCFdgfMm4GnA4aZFrUvtOK3Ax8ayEA25WTybO8.woff2\",weight:\"900\"},{family:\"Figtree\",source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/figtree/v5/_Xm9-HUzqDCFdgfMm4GnA4aZFrUvtOK3A2gayEA25WTybO8.woff2\",weight:\"600\"}]}];export const css=['.framer-2ycyF .framer-styles-preset-1xgpyhk:not(.rich-text-wrapper), .framer-2ycyF .framer-styles-preset-1xgpyhk.rich-text-wrapper p { --framer-font-family: \"Figtree\", \"Figtree Placeholder\", sans-serif; --framer-font-family-bold: \"Figtree\", sans-serif; --framer-font-family-bold-italic: \"Figtree\", sans-serif; --framer-font-family-italic: \"Figtree\", \"Figtree Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 14px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 600; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 600; --framer-letter-spacing: 0em; --framer-line-height: 1.5em; --framer-paragraph-spacing: 20px; --framer-text-alignment: left; --framer-text-color: var(--token-cab84640-faff-428c-9767-4d02845b3a76, #fbfdfd); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1199px) and (min-width: 810px) { .framer-2ycyF .framer-styles-preset-1xgpyhk:not(.rich-text-wrapper), .framer-2ycyF .framer-styles-preset-1xgpyhk.rich-text-wrapper p { --framer-font-family: \"Figtree\", \"Figtree Placeholder\", sans-serif; --framer-font-family-bold: \"Figtree\", sans-serif; --framer-font-family-bold-italic: \"Figtree\", sans-serif; --framer-font-family-italic: \"Figtree\", \"Figtree Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 11px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 600; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 600; --framer-letter-spacing: 0em; --framer-line-height: 1.5em; --framer-paragraph-spacing: 20px; --framer-text-alignment: left; --framer-text-color: var(--token-cab84640-faff-428c-9767-4d02845b3a76, #fbfdfd); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-2ycyF .framer-styles-preset-1xgpyhk:not(.rich-text-wrapper), .framer-2ycyF .framer-styles-preset-1xgpyhk.rich-text-wrapper p { --framer-font-family: \"Figtree\", \"Figtree Placeholder\", sans-serif; --framer-font-family-bold: \"Figtree\", sans-serif; --framer-font-family-bold-italic: \"Figtree\", sans-serif; --framer-font-family-italic: \"Figtree\", \"Figtree Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 9px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 600; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 600; --framer-letter-spacing: 0em; --framer-line-height: 1.5em; --framer-paragraph-spacing: 20px; --framer-text-alignment: left; --framer-text-color: var(--token-cab84640-faff-428c-9767-4d02845b3a76, #fbfdfd); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-2ycyF\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (f030ee3)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,Floating,getFonts,getFontsFromSharedStyle,RichText,SmartComponentScopedContainer,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOverlayState,useVariantState,withCSS,withFX}from\"framer\";import{AnimatePresence,LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import DisplayHighlighted from\"https://framerusercontent.com/modules/OmtL2jyNkuaFWw0mYbeU/oFa34jlSLvNgawutbR2L/DisplayHighlighted.js\";import ImagePreview from\"https://framerusercontent.com/modules/0236TmgHo1XZ5GDZV8DL/yxFjfCqQexd8zSIK3tfk/ImagePreview.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/xK42jQl9tTdOEEXifna3/jtCmF7KRVedTgV4vzRLf/Rup0AjhS1.js\";const DisplayHighlightedFonts=getFonts(DisplayHighlighted);const ImagePreviewFonts=getFonts(ImagePreview);const MotionDivWithFX=withFX(motion.div);const serializationHash=\"framer-pxtBi\";const variantClassNames={Og9ili8QA:\"framer-v-1bzmk48\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const transformTemplate1=(_,t)=>`translate(-50%, -50%) ${t}`;const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Overlay=({children,blockDocumentScrolling,enabled=true})=>{const[visible,setVisible]=useOverlayState({blockDocumentScrolling});return children({hide:()=>setVisible(false),show:()=>setVisible(true),toggle:()=>setVisible(!visible),visible:enabled&&visible});};const Variants=motion.create(React.Fragment);const getProps=({height,id,page,snippet,tagColor,title,width,...props})=>{return{...props,ADwJMfgPC:page??props.ADwJMfgPC??\"p. 52\",Hy1YBdOfN:tagColor??props.Hy1YBdOfN??\"rgb(68, 204, 255)\",lMzjWWHbs:title??props.lMzjWWHbs??\"Title\",ZMuSuhUAv:snippet??props.ZMuSuhUAv??\"snippet\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,lMzjWWHbs,ADwJMfgPC,Hy1YBdOfN,ZMuSuhUAv,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"Og9ili8QA\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onMouseEnterupml6a=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});overlay.show();});const sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1bzmk48\",className,classNames),\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,id:`${layoutId}-1bzmk48`,layoutDependency:layoutDependency,layoutId:\"Og9ili8QA\",onMouseEnter:onMouseEnterupml6a({overlay}),ref:refBinding,style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:15,borderBottomRightRadius:15,borderTopLeftRadius:15,borderTopRightRadius:15,boxShadow:\"3px 4px 7px 0px rgba(0, 0, 0, 0.15)\",...style},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ycu2nu\",layoutDependency:layoutDependency,layoutId:\"HrRrJyW8E\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-cwh8kk\",layoutDependency:layoutDependency,layoutId:\"kqKrhTNJ6\",style:{backgroundColor:Hy1YBdOfN,borderBottomLeftRadius:14,borderBottomRightRadius:14,borderTopLeftRadius:14,borderTopRightRadius:14}}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1n1gcsb\",layoutDependency:layoutDependency,layoutId:\"qj_EE7XzG\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7QmViYXMgTmV1ZS1yZWd1bGFy\",\"--framer-font-family\":'\"Bebas Neue\", \"Bebas Neue Placeholder\", sans-serif',\"--framer-font-size\":\"25px\",\"--framer-letter-spacing\":\"0.05em\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-4e2d2dd1-e9c0-444c-9f83-8dc1ab051852, rgb(0, 51, 143)))\"},children:\"Title\"})}),className:\"framer-1z0iu9i\",fonts:[\"FS;Bebas Neue-regular\"],layoutDependency:layoutDependency,layoutId:\"eVXKb3bqD\",style:{\"--extracted-r6o4lv\":\"var(--token-4e2d2dd1-e9c0-444c-9f83-8dc1ab051852, rgb(0, 51, 143))\",\"--framer-link-text-decoration\":\"underline\"},text:lMzjWWHbs,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7QmViYXMgTmV1ZS1yZWd1bGFy\",\"--framer-font-family\":'\"Bebas Neue\", \"Bebas Neue Placeholder\", sans-serif',\"--framer-font-size\":\"25px\",\"--framer-letter-spacing\":\"0.05em\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-8ead69a9-6b2c-4898-be39-9eff7ae5a803, rgb(235, 228, 219)))\"},children:\"p. 0\"})}),className:\"framer-1r9u3t3\",fonts:[\"FS;Bebas Neue-regular\"],layoutDependency:layoutDependency,layoutId:\"IdFrbINw0\",style:{\"--extracted-r6o4lv\":\"var(--token-8ead69a9-6b2c-4898-be39-9eff7ae5a803, rgb(235, 228, 219))\",\"--framer-link-text-decoration\":\"underline\"},text:ADwJMfgPC,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-o9n1jq-container\",isAuthoredByUser:true,layoutDependency:layoutDependency,layoutId:\"LFF8xUkJy-container\",nodeId:\"LFF8xUkJy\",rendersWithMotion:true,scopeId:\"r1lBlTpqk\",children:/*#__PURE__*/_jsx(DisplayHighlighted,{content:ZMuSuhUAv,height:\"100%\",id:\"LFF8xUkJy\",layoutId:\"LFF8xUkJy\",width:\"100%\"})})})]}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"center\",anchorRef:refBinding,className:cx(scopingClassNames,classNames),collisionDetection:false,\"data-framer-portal-id\":`${layoutId}-1bzmk48`,offsetX:-62183389673009515e-22,offsetY:-511.9999865,onDismiss:overlay.hide,placement:\"bottom\",safeArea:true,zIndex:8,children:/*#__PURE__*/_jsx(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation1,className:\"framer-163qun8\",exit:animation,initial:animation2,layoutDependency:layoutDependency,layoutId:\"IOVa42Uo2\",ref:ref1,role:\"dialog\",style:{backgroundColor:Hy1YBdOfN,borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,boxShadow:\"0px 10px 20px 0px rgba(0, 0, 0, 0.32)\"},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1j4cn1q\",layoutDependency:layoutDependency,layoutId:\"PWqvWTjE6\",transformTemplate:transformTemplate1,children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1dcj8zx-container\",isAuthoredByUser:true,layoutDependency:layoutDependency,layoutId:\"aD789iJfo-container\",nodeId:\"aD789iJfo\",rendersWithMotion:true,scopeId:\"r1lBlTpqk\",children:/*#__PURE__*/_jsx(ImagePreview,{height:\"100%\",id:\"aD789iJfo\",layoutId:\"aD789iJfo\",page:ADwJMfgPC,style:{width:\"100%\"},topic:lMzjWWHbs,width:\"100%\"})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-941bqk\",layoutDependency:layoutDependency,layoutId:\"rxEfHCcAm\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1xgpyhk\",\"data-styles-preset\":\"Rup0AjhS1\",children:\"Title\"})}),className:\"framer-1psadyq\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"ZQYctOFIe\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:lMzjWWHbs,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1xgpyhk\",\"data-styles-preset\":\"Rup0AjhS1\",children:\"p. 52\"})}),className:\"framer-wu27d6\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"wMwMlYS7d\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:ADwJMfgPC,verticalAlignment:\"top\",withExternalLayout:true})]})]})})})})]})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-pxtBi.framer-1vngymo, .framer-pxtBi .framer-1vngymo { display: block; }\",\".framer-pxtBi.framer-1bzmk48 { height: 203px; overflow: hidden; position: relative; width: 360px; will-change: var(--framer-will-change-override, transform); }\",\".framer-pxtBi .framer-1ycu2nu { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; left: 0px; overflow: visible; padding: 9px; position: absolute; top: 0px; width: 100%; }\",\".framer-pxtBi .framer-cwh8kk { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 13px; justify-content: center; overflow: visible; padding: 6px; position: relative; width: 100%; }\",\".framer-pxtBi .framer-1n1gcsb { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-pxtBi .framer-1z0iu9i, .framer-pxtBi .framer-1r9u3t3 { flex: none; height: auto; overflow: visible; position: relative; white-space: pre; width: auto; }\",\".framer-pxtBi .framer-o9n1jq-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-pxtBi .framer-163qun8 { height: 273px; overflow: hidden; pointer-events: none; position: relative; width: 444px; will-change: var(--framer-will-change-override, transform); }\",\".framer-pxtBi .framer-1j4cn1q { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; left: 50%; overflow: visible; padding: 0px; pointer-events: none; position: absolute; top: 50%; width: 444px; }\",\".framer-pxtBi .framer-1dcj8zx-container { flex: none; height: auto; position: relative; width: 431px; }\",\".framer-pxtBi .framer-941bqk { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-pxtBi .framer-1psadyq, .framer-pxtBi .framer-wu27d6 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-pxtBi .framer-1ycu2nu, .framer-pxtBi .framer-cwh8kk, .framer-pxtBi .framer-1n1gcsb, .framer-pxtBi .framer-1j4cn1q, .framer-pxtBi .framer-941bqk { gap: 0px; } .framer-pxtBi .framer-1ycu2nu > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-pxtBi .framer-1ycu2nu > :first-child, .framer-pxtBi .framer-1j4cn1q > :first-child { margin-top: 0px; } .framer-pxtBi .framer-1ycu2nu > :last-child, .framer-pxtBi .framer-1j4cn1q > :last-child { margin-bottom: 0px; } .framer-pxtBi .framer-cwh8kk > *, .framer-pxtBi .framer-1n1gcsb > *, .framer-pxtBi .framer-941bqk > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-pxtBi .framer-cwh8kk > :first-child, .framer-pxtBi .framer-1n1gcsb > :first-child, .framer-pxtBi .framer-941bqk > :first-child { margin-left: 0px; } .framer-pxtBi .framer-cwh8kk > :last-child, .framer-pxtBi .framer-1n1gcsb > :last-child, .framer-pxtBi .framer-941bqk > :last-child { margin-right: 0px; } .framer-pxtBi .framer-1j4cn1q > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 203\n * @framerIntrinsicWidth 360\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"lMzjWWHbs\":\"title\",\"ADwJMfgPC\":\"page\",\"Hy1YBdOfN\":\"tagColor\",\"ZMuSuhUAv\":\"snippet\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerr1lBlTpqk=withCSS(Component,css,\"framer-pxtBi\");export default Framerr1lBlTpqk;Framerr1lBlTpqk.displayName=\"SearchResult\";Framerr1lBlTpqk.defaultProps={height:203,width:360};addPropertyControls(Framerr1lBlTpqk,{lMzjWWHbs:{defaultValue:\"Title\",displayTextArea:false,title:\"Title\",type:ControlType.String},ADwJMfgPC:{defaultValue:\"p. 52\",description:\"\",displayTextArea:false,title:\"Page\",type:ControlType.String},Hy1YBdOfN:{defaultValue:\"rgb(68, 204, 255)\",title:\"TagColor\",type:ControlType.Color},ZMuSuhUAv:{defaultValue:\"snippet\",displayTextArea:false,title:\"Snippet\",type:ControlType.String}});addFonts(Framerr1lBlTpqk,[{explicitInter:true,fonts:[{family:\"Bebas Neue\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/AWXLDXTI2CYJ5SHK74YUPGPFS5S5BWLL/M6ZJD4UOFNT4DPUXGTK7T46JZ3W3QW64/2TXZKBJMJVP3NQX7K7MGJDQFMD4ZMJR7.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...DisplayHighlightedFonts,...ImagePreviewFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerr1lBlTpqk\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerVariables\":\"{\\\"lMzjWWHbs\\\":\\\"title\\\",\\\"ADwJMfgPC\\\":\\\"page\\\",\\\"Hy1YBdOfN\\\":\\\"tagColor\\\",\\\"ZMuSuhUAv\\\":\\\"snippet\\\"}\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"203\",\"framerIntrinsicWidth\":\"360\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (62acaa8)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,FormPlainTextInput,getFonts,getFontsFromSharedStyle,RichText,SmartComponentScopedContainer,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCodeBoundaryForOverrides,withCSS,withFX,withMappedReactProps}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";import{withQuestionInput,withSearchAction}from\"https://framerusercontent.com/modules/L18QYrnwvIuLPfUwSY6y/liLQE5lHR6q2wwtLQ2TQ/AlgoliaOverrides.js\";import AlgoliaResults from\"https://framerusercontent.com/modules/TQpjwXz0ddEgEqtOGxCq/jT0ageWlV4qxsmKb3DeI/AlgoliaResults.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/awmZWbeU4eU3J45Ns31C/1dii6EGHZCWkkuzqUFr2/bUGetR8_o.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/gbvmmJhc68MY6rg1wUMl/KnW78YSPq0Cz2MBTDlFB/ih5VigHWU.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/jmP6R7ovPqIbclNbF5E1/yjwFPWlXTK809MCyulyb/sgCIySm7Z.js\";import getLocalizedValue from\"https://framerusercontent.com/modules/sicPEOjMhwq02LxGU1zE/xULObVLF1V7kbw7Ze7pd/coWy0qLU8.js\";import SearchPrompt from\"https://framerusercontent.com/modules/bLV7Uz6Uk5YaoPHbKGXa/GuJXNoCsVd09FDBOBUMV/HFeygSs_Y.js\";import SearchResult from\"https://framerusercontent.com/modules/eVgUYojw686FWo5PC45D/iWWX58j56JIiLmNvlznG/r1lBlTpqk.js\";import EngageSurveyButtonCopy,*as EngageSurveyButtonCopyInfo from\"https://framerusercontent.com/modules/arSnEtmOTa1XLL4K6zMr/ZDTMGrvya4jX64j7vS06/yw2O8rETR.js\";const RichTextWithFX=withFX(RichText);const PhosphorFonts=getFonts(Phosphor);const FormPlainTextInputWithQuestionInputofvrjj=withCodeBoundaryForOverrides(FormPlainTextInput,{nodeId:\"T4oAJ8Hor\",override:withQuestionInput,scopeId:\"coWy0qLU8\"});const EngageSurveyButtonCopyFonts=getFonts(EngageSurveyButtonCopy);const EngageSurveyButtonCopyWithSearchActione1lajoWithMappedReactProps1huju4q=withMappedReactProps(withCodeBoundaryForOverrides(EngageSurveyButtonCopy,{nodeId:\"LavXvi04v\",override:withSearchAction,scopeId:\"coWy0qLU8\"}),EngageSurveyButtonCopyInfo);const SearchResultFonts=getFonts(SearchResult);const SearchPromptFonts=getFonts(SearchPrompt);const AlgoliaResultsFonts=getFonts(AlgoliaResults);const cycleOrder=[\"R6KsPgPV_\",\"hdQK7I83h\",\"mBKEsR6Zk\"];const serializationHash=\"framer-DIotJ\";const variantClassNames={hdQK7I83h:\"framer-v-6zlq2s\",mBKEsR6Zk:\"framer-v-jl8sim\",R6KsPgPV_:\"framer-v-ju2fwg\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:20};const transition2={damping:60,delay:.2,mass:1,stiffness:500,type:\"spring\"};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:20};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Mobile 1\":\"mBKEsR6Zk\",\"Variant 1\":\"R6KsPgPV_\",\"Variant 2\":\"hdQK7I83h\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"R6KsPgPV_\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"R6KsPgPV_\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onClicksdbv1t=activeVariantCallback(async(...args)=>{setVariant(\"R6KsPgPV_\");});const onTap1o9u1b6=activeVariantCallback(async(...args)=>{setVariant(\"hdQK7I83h\");});const onFocus1o9u1b6=activeVariantCallback(async(...args)=>{setVariant(\"hdQK7I83h\");});const qPudcV0Fcsdbv1t=activeVariantCallback(async(...args)=>{setVariant(\"R6KsPgPV_\");});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(baseVariant===\"hdQK7I83h\")return false;return true;};const isDisplayed1=()=>{if(baseVariant===\"hdQK7I83h\")return true;return false;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-ju2fwg\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"R6KsPgPV_\",ref:refBinding,style:{...style},...addPropertyOverrides({hdQK7I83h:{\"data-framer-name\":\"Variant 2\"},mBKEsR6Zk:{\"data-framer-name\":\"Mobile 1\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{style:{\"--font-selector\":\"RlM7TW9udHNlcnJhdC1yZWd1bGFy\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-4e2d2dd1-e9c0-444c-9f83-8dc1ab051852, rgb(0, 51, 143)))\"},children:[\"The \",/*#__PURE__*/_jsx(motion.span,{style:{\"--font-selector\":\"RlM7TW9udHNlcnJhdC1ib2xk\",\"--framer-font-weight\":\"700\"},children:\"Topic Area Audit Books\"}),\" were created during Phase 1 of the Pittsburgh 2050 Comprehensive Plan process.\\xa0 They capture conditions and trends in Pittsburgh and help frame how the city has changed over time, where it stands today, and where trends suggest it is heading across 20 topic areas. The research so far has been informed by reviews of past plans, original research and analysis, and input from the Department of City Planning and its various partners.\\xa0 Learning will continue through additional research, stakeholder outreach and working groups, and public engagement.\"]})}),className:\"framer-4zm9xc\",\"data-framer-name\":\"Vision Text 1\",fonts:[\"FS;Montserrat-regular\",\"FS;Montserrat-bold\"],layoutDependency:layoutDependency,layoutId:\"tYuz_re08\",style:{\"--extracted-r6o4lv\":\"var(--token-4e2d2dd1-e9c0-444c-9f83-8dc1ab051852, rgb(0, 51, 143))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-aaznus\",layoutDependency:layoutDependency,layoutId:\"uOg0Ic5HT\",children:[isDisplayed1()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-173p4x4\",layoutDependency:layoutDependency,layoutId:\"pVHAoLy8d\",children:[isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-a9yhq1-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"LSgQXbUuJ-container\",nodeId:\"LSgQXbUuJ\",rendersWithMotion:true,scopeId:\"coWy0qLU8\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-8ead69a9-6b2c-4898-be39-9eff7ae5a803, rgb(235, 228, 219))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"CaretUp\",id:\"LSgQXbUuJ\",layoutId:\"LSgQXbUuJ\",mirrored:false,onClick:onClicksdbv1t,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"bold\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-m8qapn\",\"data-styles-preset\":\"ih5VigHWU\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-4e2d2dd1-e9c0-444c-9f83-8dc1ab051852, rgb(0, 51, 143)))\"},children:\"Overview\"}),/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1ko87v7\",\"data-styles-preset\":\"bUGetR8_o\",children:/*#__PURE__*/_jsx(motion.br,{className:\"trailing-break\"})}),/*#__PURE__*/_jsxs(motion.p,{style:{\"--font-selector\":\"RlM7TW9udHNlcnJhdC1yZWd1bGFy\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1iakedh, var(--token-4e2d2dd1-e9c0-444c-9f83-8dc1ab051852, rgb(0, 51, 143)))\"},children:[\"The \",/*#__PURE__*/_jsx(motion.span,{style:{\"--font-selector\":\"RlM7TW9udHNlcnJhdC1ib2xk\",\"--framer-font-weight\":\"700\"},children:\"Topic Area Audit Books\"}),\" were created during Phase 1 of the Pittsburgh 2050 Comprehensive Plan process.\\xa0 They capture conditions and trends in Pittsburgh and help frame how the city has changed over time, where it stands today, and where trends suggest it is heading across 20 topic areas. The research so far has been informed by reviews of past plans, original research and analysis, and input from the Department of City Planning and its various partners.\\xa0 Learning will continue through additional research, stakeholder outreach and working groups, and public engagement.\"]})]}),className:\"framer-1j9qy9p\",\"data-framer-name\":\"Vision Text 1\",fonts:[\"FS;Montserrat-regular\",\"FS;Montserrat-bold\"],layoutDependency:layoutDependency,layoutId:\"fF7jmclIQ\",style:{\"--extracted-1iakedh\":\"var(--token-4e2d2dd1-e9c0-444c-9f83-8dc1ab051852, rgb(0, 51, 143))\",\"--extracted-r6o4lv\":\"var(--token-4e2d2dd1-e9c0-444c-9f83-8dc1ab051852, rgb(0, 51, 143))\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({hdQK7I83h:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1ko87v7\",\"data-styles-preset\":\"bUGetR8_o\",children:\"This section combines indepth community research of 20 core topic areas. \"})}),fonts:[\"Inter\"]}},baseVariant,gestureVariant)})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-7ed2js\",layoutDependency:layoutDependency,layoutId:\"B5gqrrRwE\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-xt47rb\",layoutDependency:layoutDependency,layoutId:\"tKutbRNlY\",style:{backgroundColor:\"var(--token-8ead69a9-6b2c-4898-be39-9eff7ae5a803, rgb(235, 228, 219))\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20,boxShadow:\"0px 0px 10px 0px rgba(0, 51, 143, 0.2)\"},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-4cuqbp\",layoutDependency:layoutDependency,layoutId:\"MwDOFQMEv\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v0\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{className:\"framer-styles-preset-1yn6c61\",\"data-styles-preset\":\"sgCIySm7Z\",style:{\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-d5548d0c-9de1-49f7-a479-35cceec16def, rgb(79, 103, 76)))\"},children:\"TOPIC AREA SEARCH\"})}),className:\"framer-at95nq\",\"data-highlight\":true,fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"tcVk0DUQn\",onTap:onTap1o9u1b6,style:{\"--extracted-gdpscs\":\"var(--token-d5548d0c-9de1-49f7-a479-35cceec16def, rgb(79, 103, 76))\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-ahsqqb\",\"data-framer-name\":\"Context prompt\",layoutDependency:layoutDependency,layoutId:\"QjWaygrZR\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-m8qapn\",\"data-styles-preset\":\"ih5VigHWU\",children:\"What are you looking for in the 20 topic areas of the Comprehensive Plan?\"})}),className:\"framer-cvhmsg\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"uhoKsoj8b\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-zmun99\",\"data-framer-name\":\"InputStylesHack\",inputName:\"Name\",layoutDependency:layoutDependency,layoutId:\"ZGPdvAd_v\",placeholder:\"Ask a question ...\",required:true,style:{\"--framer-input-background\":\"rgb(255, 255, 255)\",\"--framer-input-border-bottom-width\":\"2px\",\"--framer-input-border-color\":\"var(--token-4e2d2dd1-e9c0-444c-9f83-8dc1ab051852, rgb(49, 87, 180))\",\"--framer-input-border-left-width\":\"2px\",\"--framer-input-border-radius-bottom-left\":\"24px\",\"--framer-input-border-radius-bottom-right\":\"24px\",\"--framer-input-border-radius-top-left\":\"24px\",\"--framer-input-border-radius-top-right\":\"24px\",\"--framer-input-border-right-width\":\"2px\",\"--framer-input-border-style\":\"solid\",\"--framer-input-border-top-width\":\"2px\",\"--framer-input-font-color\":\"var(--token-7f157945-7cf3-4b59-b724-e6c19d1d0a96, rgb(28, 50, 107))\",\"--framer-input-icon-color\":\"rgb(153, 153, 153)\",\"--framer-input-placeholder-color\":\"rgb(194, 192, 192)\",opacity:0},type:\"text\"}),isDisplayed()&&/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-nw7aey\",\"data-framer-name\":\"DummySearch\",inputName:\"Name\",layoutDependency:layoutDependency,layoutId:\"ShMpsfE9x\",onFocus:onFocus1o9u1b6,placeholder:\"Search the report...\",required:false,style:{\"--framer-input-background\":\"rgb(255, 255, 255)\",\"--framer-input-border-bottom-width\":\"2px\",\"--framer-input-border-color\":\"var(--token-4e2d2dd1-e9c0-444c-9f83-8dc1ab051852, rgb(49, 87, 180))\",\"--framer-input-border-left-width\":\"2px\",\"--framer-input-border-radius-bottom-left\":\"24px\",\"--framer-input-border-radius-bottom-right\":\"24px\",\"--framer-input-border-radius-top-left\":\"24px\",\"--framer-input-border-radius-top-right\":\"24px\",\"--framer-input-border-right-width\":\"2px\",\"--framer-input-border-style\":\"solid\",\"--framer-input-border-top-width\":\"2px\",\"--framer-input-font-color\":\"var(--token-7f157945-7cf3-4b59-b724-e6c19d1d0a96, rgb(28, 50, 107))\",\"--framer-input-icon-color\":\"rgb(153, 153, 153)\",\"--framer-input-placeholder-color\":\"rgb(194, 192, 192)\"},type:\"text\"}),isDisplayed1()&&/*#__PURE__*/_jsx(FormPlainTextInputWithQuestionInputofvrjj,{className:\"framer-ofvrjj\",\"data-framer-name\":\"SearchInput\",inputName:\"Name\",layoutDependency:layoutDependency,layoutId:\"T4oAJ8Hor\",placeholder:\"Search the report...\",required:false,style:{\"--framer-input-background\":\"rgb(255, 255, 255)\",\"--framer-input-border-bottom-width\":\"2px\",\"--framer-input-border-color\":\"var(--token-4e2d2dd1-e9c0-444c-9f83-8dc1ab051852, rgb(49, 87, 180))\",\"--framer-input-border-left-width\":\"2px\",\"--framer-input-border-radius-bottom-left\":\"24px\",\"--framer-input-border-radius-bottom-right\":\"24px\",\"--framer-input-border-radius-top-left\":\"24px\",\"--framer-input-border-radius-top-right\":\"24px\",\"--framer-input-border-right-width\":\"2px\",\"--framer-input-border-style\":\"solid\",\"--framer-input-border-top-width\":\"2px\",\"--framer-input-font-color\":\"var(--token-7f157945-7cf3-4b59-b724-e6c19d1d0a96, rgb(28, 50, 107))\",\"--framer-input-icon-color\":\"rgb(153, 153, 153)\",\"--framer-input-placeholder-color\":\"rgb(194, 192, 192)\"},type:\"text\"}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({hdQK7I83h:{height:43,width:`calc(max(${componentViewport?.width||\"100vw\"} * 1, 1px) - 60px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||537)-0-110)/2+0+0)+0+110+0+30+-316}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1sqrzdf-container\",layoutDependency:layoutDependency,layoutId:\"E9PHyGpEB-container\",nodeId:\"E9PHyGpEB\",rendersWithMotion:true,scopeId:\"coWy0qLU8\",children:/*#__PURE__*/_jsx(EngageSurveyButtonCopy,{eT3Ew9yzq:\"ArrowLineLeft\",height:\"100%\",HJ72mq3V3:\"var(--token-60cbcda4-bba7-4da9-a23e-a8f8c7cc5326, rgb(241, 163, 76))\",id:\"E9PHyGpEB\",layoutId:\"E9PHyGpEB\",lB_4MGe9e:\"var(--token-8ead69a9-6b2c-4898-be39-9eff7ae5a803, rgb(235, 228, 219))\",lTsSSo24P:true,nao2m3xbb:\"Back\",pVKlyKftv:\"50px\",qPudcV0Fc:qPudcV0Fcsdbv1t,SeHWbCX8j:\"var(--token-4e2d2dd1-e9c0-444c-9f83-8dc1ab051852, rgb(0, 51, 143))\",style:{height:\"100%\",width:\"100%\"},tDz1rPg7c:false,variant:\"flmEm8Ouf\",width:\"100%\",zRpNsKRcT:true})})}),isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1gam64e\",layoutDependency:layoutDependency,layoutId:\"CqBhYUyyK\",children:isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({hdQK7I83h:{height:43,width:`max(max(${componentViewport?.width||\"100vw\"} * 1, 1px) - 60px, 1px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||537)-0-110)/2+0+0)+0+110+0+30+3+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-e1lajo-container\",layoutDependency:layoutDependency,layoutId:\"LavXvi04v-container\",nodeId:\"LavXvi04v\",rendersWithMotion:true,scopeId:\"coWy0qLU8\",children:/*#__PURE__*/_jsx(EngageSurveyButtonCopyWithSearchActione1lajoWithMappedReactProps1huju4q,{eT3Ew9yzq:\"ArrowRight\",height:\"100%\",HJ72mq3V3:\"var(--token-60cbcda4-bba7-4da9-a23e-a8f8c7cc5326, rgb(241, 163, 76))\",id:\"LavXvi04v\",layoutId:\"LavXvi04v\",lB_4MGe9e:\"var(--token-e9a7e209-57d6-4c0c-987b-6cd07531df21, rgb(255, 191, 28))\",lTsSSo24P:true,nao2m3xbb:\"Search\",pVKlyKftv:\"50px\",SeHWbCX8j:\"var(--token-4e2d2dd1-e9c0-444c-9f83-8dc1ab051852, rgb(0, 51, 143))\",style:{height:\"100%\",width:\"100%\"},tDz1rPg7c:false,variant:\"flmEm8Ouf\",width:\"100%\",zRpNsKRcT:true})})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-144617i-container\",isAuthoredByUser:true,layoutDependency:layoutDependency,layoutId:\"KNAgEHPx2-container\",nodeId:\"KNAgEHPx2\",rendersWithMotion:true,scopeId:\"coWy0qLU8\",children:/*#__PURE__*/_jsx(AlgoliaResults,{height:\"100%\",id:\"KNAgEHPx2\",layoutId:\"KNAgEHPx2\",promptDesign:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:81,width:\"1124px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-xhsyeq-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"NlKzx4kXL-container\",nodeId:\"NlKzx4kXL\",rendersWithMotion:true,scopeId:\"coWy0qLU8\",children:/*#__PURE__*/_jsx(SearchPrompt,{height:\"100%\",id:\"NlKzx4kXL\",layoutId:\"NlKzx4kXL\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})],searchResultDesign:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:169,width:\"438px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1qeiqw2-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"sLY9SLcSu-container\",nodeId:\"sLY9SLcSu\",rendersWithMotion:true,scopeId:\"coWy0qLU8\",children:/*#__PURE__*/_jsx(SearchResult,{ADwJMfgPC:\"p. 52\",height:\"100%\",Hy1YBdOfN:\"rgb(68, 204, 255)\",id:\"sLY9SLcSu\",layoutId:\"sLY9SLcSu\",lMzjWWHbs:\"Title\",style:{height:\"100%\",width:\"100%\"},width:\"100%\",ZMuSuhUAv:\"snippet\"})})})],style:{width:\"100%\"},width:\"100%\"})})})]})}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-jtawql\",layoutDependency:layoutDependency,layoutId:\"CmL65EuB9\",style:{backgroundColor:\"var(--token-8ead69a9-6b2c-4898-be39-9eff7ae5a803, rgb(235, 228, 219))\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{style:{\"--font-selector\":\"RlM7TW9udHNlcnJhdC1saWdodA==\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"300\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(0, 51, 143))\"},children:[/*#__PURE__*/_jsx(motion.span,{style:{\"--font-selector\":\"RlM7TW9udHNlcnJhdC1yZWd1bGFy\",\"--framer-font-weight\":\"400\"},children:/*#__PURE__*/_jsx(motion.strong,{children:\"How These Books Will Be Used\"})}),/*#__PURE__*/_jsx(motion.span,{style:{\"--font-selector\":\"RlM7TW9udHNlcnJhdC1yZWd1bGFy\",\"--framer-font-weight\":\"400\"},children:/*#__PURE__*/_jsx(motion.br,{})}),/*#__PURE__*/_jsx(motion.strong,{children:\"The consultant team will draw on the research in these books to help build a vision for the future of Pittsburgh, and to develop recommendations to achieve that vision. These books are assembled here for residents & stakeholders to learn about the topic areas, provide comments, and help validate the research. The consultant team is currently summarizing this research into a report which will be shared with the community in the summer of 2025. Comments provided on the research will be catalogued and incorporated into future deliverables.\"})]})}),className:\"framer-1ue78sy\",\"data-framer-name\":\"Vision Text 1\",fonts:[\"FS;Montserrat-light\",\"FS;Montserrat-regular\",\"FS;Montserrat-bold\"],layoutDependency:layoutDependency,layoutId:\"qWOqsdoZK\",style:{\"--extracted-r6o4lv\":\"rgb(0, 51, 143)\"},verticalAlignment:\"top\",withExternalLayout:true})})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-DIotJ.framer-y6ia33, .framer-DIotJ .framer-y6ia33 { display: block; }\",\".framer-DIotJ.framer-ju2fwg { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1200px; }\",\".framer-DIotJ .framer-4zm9xc, .framer-DIotJ .framer-1j9qy9p, .framer-DIotJ .framer-1ue78sy { flex: none; height: auto; overflow: hidden; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-DIotJ .framer-aaznus { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-DIotJ .framer-173p4x4 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: 200px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-DIotJ .framer-a9yhq1-container { flex: none; height: 60px; position: relative; width: 60px; }\",\".framer-DIotJ .framer-7ed2js { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 276px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-DIotJ .framer-xt47rb { align-content: flex-end; align-items: flex-end; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 100%; justify-content: center; overflow: hidden; padding: 30px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-DIotJ .framer-4cuqbp { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-DIotJ .framer-at95nq { cursor: pointer; flex: none; height: auto; overflow: visible; position: relative; white-space: pre; width: auto; }\",\".framer-DIotJ .framer-ahsqqb { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-DIotJ .framer-cvhmsg { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",'.framer-DIotJ .framer-zmun99 { --framer-input-focused-border-color: var(--token-e9a7e209-57d6-4c0c-987b-6cd07531df21, #ffb813); --framer-input-focused-border-style: solid; --framer-input-focused-border-width: 2px; --framer-input-focused-transition: all 0.2s cubic-bezier(0.44,0,0.56,1) 0s; --framer-input-font-family: \"Figtree\"; --framer-input-font-letter-spacing: 0em; --framer-input-font-line-height: 1.2em; --framer-input-font-size: 18px; --framer-input-font-weight: 400; --framer-input-padding: 8px 12px 8px 12px; flex: none; height: 1px; position: relative; width: 100%; }','.framer-DIotJ .framer-nw7aey, .framer-DIotJ .framer-ofvrjj { --framer-input-focused-border-color: var(--token-e9a7e209-57d6-4c0c-987b-6cd07531df21, #ffb813); --framer-input-focused-border-style: solid; --framer-input-focused-border-width: 2px; --framer-input-focused-transition: all 0.2s cubic-bezier(0.44,0,0.56,1) 0s; --framer-input-font-family: \"Figtree\"; --framer-input-font-letter-spacing: 0em; --framer-input-font-line-height: 1.2em; --framer-input-font-size: 18px; --framer-input-font-weight: 400; --framer-input-padding: 8px 12px 8px 12px; flex: none; height: 40px; position: relative; width: 100%; }',\".framer-DIotJ .framer-1sqrzdf-container, .framer-DIotJ .framer-e1lajo-container { flex: none; height: 43px; position: relative; width: 100%; }\",\".framer-DIotJ .framer-1gam64e { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; min-height: 44px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-DIotJ .framer-144617i-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-DIotJ .framer-1qeiqw2-container { height: 169px; position: relative; width: 438px; }\",\".framer-DIotJ .framer-xhsyeq-container { height: 81px; position: relative; width: 1124px; }\",\".framer-DIotJ .framer-jtawql { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: center; overflow: hidden; padding: 30px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-DIotJ.framer-v-6zlq2s .framer-aaznus { flex-direction: column; order: 1; }\",\".framer-DIotJ.framer-v-6zlq2s .framer-173p4x4 { flex: none; flex-direction: row; height: 70px; width: 100%; }\",\".framer-DIotJ.framer-v-6zlq2s .framer-a9yhq1-container, .framer-DIotJ.framer-v-6zlq2s .framer-4cuqbp { order: 1; }\",\".framer-DIotJ.framer-v-6zlq2s .framer-1j9qy9p { flex: 1 0 0px; order: 0; width: 1px; }\",\".framer-DIotJ.framer-v-6zlq2s .framer-7ed2js { align-content: flex-start; align-items: flex-start; flex: none; height: min-content; width: 100%; }\",\".framer-DIotJ.framer-v-6zlq2s .framer-xt47rb { align-self: stretch; flex: 3 0 0px; height: auto; order: 0; }\",\".framer-DIotJ.framer-v-6zlq2s .framer-ahsqqb { order: 2; }\",\".framer-DIotJ.framer-v-6zlq2s .framer-zmun99 { order: 5; }\",\".framer-DIotJ.framer-v-6zlq2s .framer-ofvrjj { order: 4; }\",\".framer-DIotJ.framer-v-6zlq2s .framer-1sqrzdf-container { order: 0; }\",\".framer-DIotJ.framer-v-6zlq2s .framer-1gam64e { flex-direction: row; min-height: unset; order: 6; }\",\".framer-DIotJ.framer-v-6zlq2s .framer-e1lajo-container { flex: 1 0 0px; width: 1px; }\",\".framer-DIotJ.framer-v-6zlq2s .framer-144617i-container { order: 7; }\",\".framer-DIotJ.framer-v-jl8sim.framer-ju2fwg { gap: 20px; }\",\".framer-DIotJ.framer-v-jl8sim .framer-aaznus { flex-direction: column; gap: 20px; }\",\".framer-DIotJ.framer-v-jl8sim .framer-7ed2js { flex: none; height: min-content; order: 1; width: 100%; }\",\".framer-DIotJ.framer-v-jl8sim .framer-xt47rb { height: min-content; padding: 20px; }\",\".framer-DIotJ.framer-v-jl8sim .framer-jtawql { flex: none; order: 2; padding: 20px; width: 100%; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 522\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"hdQK7I83h\":{\"layout\":[\"fixed\",\"auto\"]},\"mBKEsR6Zk\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramercoWy0qLU8=withCSS(Component,css,\"framer-DIotJ\");export default FramercoWy0qLU8;FramercoWy0qLU8.displayName=\"ExploreHeaderSearch\";FramercoWy0qLU8.defaultProps={height:522,width:1200};addPropertyControls(FramercoWy0qLU8,{variant:{options:[\"R6KsPgPV_\",\"hdQK7I83h\",\"mBKEsR6Zk\"],optionTitles:[\"Variant 1\",\"Variant 2\",\"Mobile 1\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramercoWy0qLU8,[{explicitInter:true,fonts:[{family:\"Montserrat\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/NZ67QOF3FXYLOR27ABJOZVKKBKNRMKMF/EHBFE55HTLOOJHTZSLD54GSL3EBTAFNQ/DI2GHUWG3WKRXISSCTNDMTWKWZC25UIW.woff2\",weight:\"400\"},{family:\"Montserrat\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/KDZE2GHZ4MXZP7RVHASNN75AFABT2ZB2/G33WYZOWF5RLCYVGCMU5BFGBXH4DMKUK/SHZ3SDA4YUDBQPNRSIGO7XNSCQQUBDYR.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Figtree\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/figtree/v8/_Xmz-HUzqDCFdgfMsYiV_F7wfS-Bs_d_QF5bwkEU4HTy.woff2\",weight:\"400\"},{family:\"Montserrat\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/JBAX5LNUCKEVXKRK3ARXNMEMQYQYP6WR/P3OTF2DNFMTAXKSAW4JNN6DPWEDDI5MN/4IO2HK2EZ7GHCZN7I3I4WKBAO7IH72SS.woff2\",weight:\"300\"}]},...PhosphorFonts,...EngageSurveyButtonCopyFonts,...SearchResultFonts,...SearchPromptFonts,...AlgoliaResultsFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramercoWy0qLU8\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"522\",\"framerAutoSizeImages\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"hdQK7I83h\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"mBKEsR6Zk\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"1200\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerColorSyntax\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (9d598a4)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,SmartComponentScopedContainer,useComponentViewport,useLocaleInfo,useVariantState,withCodeBoundaryForOverrides,withCSS,withMappedReactProps}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{withTopicAndPage}from\"https://framerusercontent.com/modules/XQ4ywnI29Qgl0ZB5HXaO/hu9llOeho6XVET9lPWI1/ReportOverrides.js\";import ReportViewer,*as ReportViewerInfo from\"https://framerusercontent.com/modules/WhpMJhYkHpos0ryBJ5n4/s7LGhq2GJqXt9hhVJjow/uOblnNhK6.js\";const ReportViewerFonts=getFonts(ReportViewer);const ReportViewerWithTopicAndPageqtserfWithMappedReactProps6b9hj9=withMappedReactProps(withCodeBoundaryForOverrides(ReportViewer,{nodeId:\"NqeKOjk0n\",override:withTopicAndPage,scopeId:\"p1JsMyuYI\"}),ReportViewerInfo);const cycleOrder=[\"nBT9YWeiq\",\"g7uZ_B5Jw\"];const serializationHash=\"framer-7dBMI\";const variantClassNames={g7uZ_B5Jw:\"framer-v-12y28aa\",nBT9YWeiq:\"framer-v-3ko76n\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Off:\"nBT9YWeiq\",On:\"g7uZ_B5Jw\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"nBT9YWeiq\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"nBT9YWeiq\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(baseVariant===\"g7uZ_B5Jw\")return true;return false;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-3ko76n\",className,classNames),\"data-framer-name\":\"Off\",layoutDependency:layoutDependency,layoutId:\"nBT9YWeiq\",ref:refBinding,style:{...style},...addPropertyOverrides({g7uZ_B5Jw:{\"data-framer-name\":\"On\"}},baseVariant,gestureVariant),children:isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({g7uZ_B5Jw:{height:(componentViewport?.height||839)-0,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-qtserf-container\",layoutDependency:layoutDependency,layoutId:\"NqeKOjk0n-container\",nodeId:\"NqeKOjk0n\",rendersWithMotion:true,scopeId:\"p1JsMyuYI\",children:/*#__PURE__*/_jsx(ReportViewerWithTopicAndPageqtserfWithMappedReactProps6b9hj9,{height:\"100%\",HFY4ry3fA:\"p. 13\",id:\"NqeKOjk0n\",layoutId:\"NqeKOjk0n\",N1daQvNZ9:\"Mobility & Transportation\",nsqlbur19:\"rgba(93, 128, 140, 0.9)\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-7dBMI.framer-cvu2bz, .framer-7dBMI .framer-cvu2bz { display: block; }\",\".framer-7dBMI.framer-3ko76n { height: 839px; overflow: hidden; position: relative; width: 1305px; }\",\".framer-7dBMI .framer-qtserf-container { bottom: 0px; flex: none; left: 0px; pointer-events: auto; position: absolute; right: 0px; top: 0px; z-index: 1; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 839\n * @framerIntrinsicWidth 1305\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"g7uZ_B5Jw\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerp1JsMyuYI=withCSS(Component,css,\"framer-7dBMI\");export default Framerp1JsMyuYI;Framerp1JsMyuYI.displayName=\"ReportViewerToggle\";Framerp1JsMyuYI.defaultProps={height:839,width:1305};addPropertyControls(Framerp1JsMyuYI,{variant:{options:[\"nBT9YWeiq\",\"g7uZ_B5Jw\"],optionTitles:[\"Off\",\"On\"],title:\"Variant\",type:ControlType.Enum}});addFonts(Framerp1JsMyuYI,[{explicitInter:true,fonts:[]},...ReportViewerFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerp1JsMyuYI\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"839\",\"framerIntrinsicWidth\":\"1305\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"g7uZ_B5Jw\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["APPLICATION_ID", "SEARCH_API_KEY", "INDEX_NAME", "algoliaSearch", "searchTerm", "url", "body", "response", "data", "error", "_define_property", "obj", "key", "value", "SearchStore", "v", "pdfName", "found", "reportFiles", "r", "results", "algoliaSearch", "title", "topicCategories", "arr", "makeAutoObservable", "searchStore", "withSearchAction", "Component", "props", "p", "searchStore", "withQuestionInput", "useAutorunObserver", "inputValue", "handleInput", "e", "classNames", "SearchResult", "result", "design", "clonedElement", "isCanvas", "useCloneElement", "reportStore", "p", "AlgoliaResults", "props", "useAutorunObserver", "searchStore", "messages", "u", "containerStyle", "r", "l", "addPropertyControls", "ControlType", "coWy0qLU8_0_exports", "__export", "__FramerMetadata__", "v0", "v0", "p", "x", "motion", "__FramerMetadata__", "valuesByLocaleId", "coWy0qLU8_0_exports", "getLocalizedValue", "key", "locale", "values", "value", "serializationHash", "variantClassNames", "transition1", "transformTemplate1", "_", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "scopingClassNames", "cx", "serializationHash", "LayoutGroup", "RichText", "u", "css", "FramerHFeygSs_Y", "withCSS", "HFeygSs_Y_default", "addFonts", "getFontsFromSharedStyle", "fonts", "Highlight", "text", "parts", "part", "p", "l", "index", "highlightSpanStyle", "DisplayHighlighted", "props", "containerStyle", "addPropertyControls", "ControlType", "fontStore", "fonts", "css", "className", "DisplayHighlightedFonts", "getFonts", "DisplayHighlighted", "ImagePreviewFonts", "ImagePreview", "MotionDivWithFX", "withFX", "motion", "serializationHash", "variantClassNames", "transition1", "animation", "animation1", "animation2", "transformTemplate1", "_", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Overlay", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "Variants", "motion", "x", "getProps", "height", "id", "page", "snippet", "tagColor", "title", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "lMzjWWHbs", "ADwJMfgPC", "Hy1YBdOfN", "ZMuSuhUAv", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onMouseEnterupml6a", "overlay", "loadMore", "args", "scopingClassNames", "cx", "serializationHash", "ref1", "LayoutGroup", "l", "u", "RichText", "ComponentViewportProvider", "SmartComponentScopedContainer", "DisplayHighlighted", "AnimatePresence", "Floating", "MotionDivWithFX", "ImagePreview", "css", "Framerr1lBlTpqk", "withCSS", "r1lBlTpqk_default", "addPropertyControls", "ControlType", "addFonts", "DisplayHighlightedFonts", "ImagePreviewFonts", "getFontsFromSharedStyle", "fonts", "RichTextWithFX", "withFX", "RichText", "PhosphorFonts", "getFonts", "Icon", "FormPlainTextInputWithQuestionInputofvrjj", "withCodeBoundaryForOverrides", "FormPlainTextInput2", "withQuestionInput", "EngageSurveyButtonCopyFonts", "yw2O8rETR_default", "EngageSurveyButtonCopyWithSearchActione1lajoWithMappedReactProps1huju4q", "withMappedReactProps", "withSearchAction", "yw2O8rETR_exports", "SearchResultFonts", "r1lBlTpqk_default", "SearchPromptFonts", "HFeygSs_Y_default", "AlgoliaResultsFonts", "AlgoliaResults", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "animation", "transition2", "animation1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onClicksdbv1t", "args", "onTap1o9u1b6", "onFocus1o9u1b6", "qPudcV0Fcsdbv1t", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "LayoutGroup", "u", "ComponentViewportProvider", "SmartComponentScopedContainer", "getLocalizedValue", "css", "FramercoWy0qLU8", "withCSS", "coWy0qLU8_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "p1JsMyuYI_exports", "__export", "__FramerMetadata__", "p1JsMyuYI_default", "ReportViewerFonts", "getFonts", "uOblnNhK6_default", "ReportViewerWithTopicAndPageqtserfWithMappedReactProps6b9hj9", "withMappedReactProps", "withCodeBoundaryForOverrides", "withTopicAndPage", "uOblnNhK6_exports", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "isDisplayed", "LayoutGroup", "ComponentViewportProvider", "SmartComponentScopedContainer", "css", "Framerp1JsMyuYI", "withCSS", "p1JsMyuYI_default", "addPropertyControls", "ControlType", "addFonts", "__FramerMetadata__"]
}
