{"version":3,"file":"5YUSwotWAhgrAH4GkSCS7jfK0TuEmdZRmF0sJOxKpEA.CpW_sNMH.mjs","names":["TopTicker","Navigation","ButtonSecondaryRounded","CardDeed1","CardDeed2","CardsExplainer","FootersPopular","metadata","className","PropertyOverrides","Image","css"],"sources":["https:/framerusercontent.com/modules/VYdKGS2wIIDImkebP0CI/Ag3aoYizzhOHGbP3U3QT/uoydxM_HS.js","https:/framerusercontent.com/modules/jfdlQs7GPtcO0u18EYFJ/mM2CZEwmkJqKOeSZTpdv/uoydxM_HS.js"],"sourcesContent":["// Generated by Framer (e0edd7a)\nimport{LazyValue}from\"framer\";const valuesByLocaleId={woc71lp0G:new LazyValue(()=>import(\"./uoydxM_HS-0.js\"))};export default function getLocalizedValue(key,locale){while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values.read()[key];if(value)return value;}locale=locale.fallback;}}function preload(locale){const promises=[];while(locale){const values=valuesByLocaleId[locale.id];if(values){const promise=values.preload();if(promise)promises.push(promise);}locale=locale.fallback;}if(promises.length>0)return Promise.all(promises);}export function usePreloadLocalizedValues(locale){const preloadPromise=preload(locale);if(preloadPromise)throw preloadPromise;}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"usePreloadLocalizedValues\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}","// Generated by Framer (e0edd7a)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,PropertyOverrides,RichText,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useMetadata,withCSS}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import Ticker from\"https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/jyRNgY7vYWXe6t31T0wo/Ticker.js\";import CardDeed2 from\"#framer/local/canvasComponent/aKNAuqhFo/aKNAuqhFo.js\";import FootersPopular from\"#framer/local/canvasComponent/f_sSvwly0/f_sSvwly0.js\";import CardsExplainer from\"#framer/local/canvasComponent/i06VC9Z5m/i06VC9Z5m.js\";import ButtonSecondaryRounded from\"#framer/local/canvasComponent/N4lG3OhVA/N4lG3OhVA.js\";import Navigation from\"#framer/local/canvasComponent/oYGg3uMjy/oYGg3uMjy.js\";import TopTicker from\"#framer/local/canvasComponent/WqyL4ff00/WqyL4ff00.js\";import CardDeed1 from\"#framer/local/canvasComponent/xz25R91_i/xz25R91_i.js\";import*as sharedStyle from\"#framer/local/css/hA0bOJpQe/hA0bOJpQe.js\";import*as sharedStyle1 from\"#framer/local/css/nraWeDaKB/nraWeDaKB.js\";import*as sharedStyle2 from\"#framer/local/css/o2S5UN2tm/o2S5UN2tm.js\";import getLocalizedValue,{usePreloadLocalizedValues}from\"#framer/local/localization/uoydxM_HS/uoydxM_HS.js\";import metadataProvider from\"#framer/local/webPageMetadata/uoydxM_HS/uoydxM_HS.js\";const TopTickerFonts=getFonts(TopTicker);const NavigationFonts=getFonts(Navigation);const ButtonSecondaryRoundedFonts=getFonts(ButtonSecondaryRounded);const CardDeed1Fonts=getFonts(CardDeed1);const CardDeed2Fonts=getFonts(CardDeed2);const CardsExplainerFonts=getFonts(CardsExplainer);const TickerFonts=getFonts(Ticker);const FootersPopularFonts=getFonts(FootersPopular);const breakpoints={FTp1e4Eby:\"(min-width: 1200px) and (max-width: 1727px)\",PdViCJL3C:\"(max-width: 809px)\",ptOd8lRnF:\"(min-width: 810px) and (max-width: 1199px)\",y_k6sTbec:\"(min-width: 1728px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-ijmYk\";const variantClassNames={FTp1e4Eby:\"framer-v-mi5c96\",PdViCJL3C:\"framer-v-1kxmvjz\",ptOd8lRnF:\"framer-v-sbdzrx\",y_k6sTbec:\"framer-v-1xxywk9\"};const equals=(a,b)=>{return typeof a===\"string\"&&typeof b===\"string\"?a.toLowerCase()===b.toLowerCase():a===b;};const convertFromBoolean=(value,activeLocale)=>{if(value){return 1;}else{return 0;}};const toNumber=value=>{if(typeof value===\"number\"&&Number.isFinite(value))return value;if(typeof value!==\"string\")return 0;const parsedNumber=parseFloat(value);return typeof parsedNumber===\"number\"&&Number.isFinite(parsedNumber)?parsedNumber:0;};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={\"Desktop 2\":\"FTp1e4Eby\",Desktop:\"y_k6sTbec\",Phone:\"PdViCJL3C\",Tablet:\"ptOd8lRnF\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"y_k6sTbec\"};};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 metadata=React.useMemo(()=>metadataProvider(undefined,activeLocale),[undefined,activeLocale]);useMetadata(metadata);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const visible=equals(activeLocale?.id,\"default\");const opacity=toNumber(convertFromBoolean(equals(activeLocale?.id,\"default\"),activeLocale));usePreloadLocalizedValues(activeLocale);const visible1=equals(activeLocale?.id,\"woc71lp0G\");const opacity1=toNumber(convertFromBoolean(equals(activeLocale?.id,\"woc71lp0G\"),activeLocale));useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"y_k6sTbec\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: rgb(255, 255, 255); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-1xxywk9\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:60,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-pjeuuv-container\",nodeId:\"eFFcfjVAt\",scopeId:\"uoydxM_HS\",children:/*#__PURE__*/_jsx(TopTicker,{height:\"100%\",id:\"eFFcfjVAt\",layoutId:\"eFFcfjVAt\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:64,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+60,children:/*#__PURE__*/_jsx(Container,{className:\"framer-yp4te1-container\",nodeId:\"p8YSC3Jz0\",scopeId:\"uoydxM_HS\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FTp1e4Eby:{variant:\"gHsFEo9Tg\"},PdViCJL3C:{variant:\"wtEU3ogJV\"},ptOd8lRnF:{variant:\"gHsFEo9Tg\"}},children:/*#__PURE__*/_jsx(Navigation,{height:\"100%\",id:\"p8YSC3Jz0\",layoutId:\"p8YSC3Jz0\",style:{width:\"100%\"},variant:\"PliU1SUxJ\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-e7b2mh\",\"data-framer-name\":\"Hero\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-yvc1wx\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1447e76\",children:[visible&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FTp1e4Eby:{children:getLocalizedValue(\"v1\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QWxiZXJ0IFNhbnMtcmVndWxhcg==\",\"--framer-font-family\":'\"Albert Sans\", \"Albert Sans Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"1em\"},children:/*#__PURE__*/_jsxs(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(90deg, rgb(129, 153, 255) 0%, rgb(11, 34, 125) 35%)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"78px\"},children:\"Make your move fast\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"SW50ZXI=\",\"--framer-font-family\":'\"Inter\", sans-serif',\"--framer-font-size\":\"90px\"},children:/*#__PURE__*/_jsx(\"br\",{})})]})})})},PdViCJL3C:{children:getLocalizedValue(\"v3\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QWxiZXJ0IFNhbnMtcmVndWxhcg==\",\"--framer-font-family\":'\"Albert Sans\", \"Albert Sans Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"1em\"},children:/*#__PURE__*/_jsxs(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(90deg, rgb(129, 153, 255) 0%, rgb(11, 34, 125) 35%)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"50px\"},children:\"Make your move fast\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"SW50ZXI=\",\"--framer-font-family\":'\"Inter\", sans-serif',\"--framer-font-size\":\"50px\"},children:/*#__PURE__*/_jsx(\"br\",{})})]})})})},ptOd8lRnF:{children:getLocalizedValue(\"v2\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QWxiZXJ0IFNhbnMtcmVndWxhcg==\",\"--framer-font-family\":'\"Albert Sans\", \"Albert Sans Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"1em\"},children:/*#__PURE__*/_jsxs(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(90deg, rgb(129, 153, 255) 0%, rgb(11, 34, 125) 35%)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"60px\"},children:\"Make your move fast\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"SW50ZXI=\",\"--framer-font-family\":'\"Inter\", sans-serif',\"--framer-font-size\":\"90px\"},children:/*#__PURE__*/_jsx(\"br\",{})})]})})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v0\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QWxiZXJ0IFNhbnMtcmVndWxhcg==\",\"--framer-font-family\":'\"Albert Sans\", \"Albert Sans Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"1em\"},children:/*#__PURE__*/_jsxs(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(90deg, rgb(129, 153, 255) 0%, rgb(11, 34, 125) 35%)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"90px\"},children:\"Make your move fast\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"SW50ZXI=\",\"--framer-font-family\":'\"Inter\", sans-serif',\"--framer-font-size\":\"90px\"},children:/*#__PURE__*/_jsx(\"br\",{})})]})})}),className:\"framer-gvzos9\",fonts:[\"GF;Albert Sans-regular\",\"Inter\"],style:{\"--abs64n\":opacity},verticalAlignment:\"top\",withExternalLayout:true})}),visible1&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FTp1e4Eby:{children:getLocalizedValue(\"v5\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QWxiZXJ0IFNhbnMtcmVndWxhcg==\",\"--framer-font-family\":'\"Albert Sans\", \"Albert Sans Placeholder\", sans-serif',\"--framer-font-size\":\"78px\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"1em\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(90deg, rgb(129, 153, 255) 0%, rgb(11, 34, 125) 80.5993%)\"},children:\"Passez \\xe0 l’action rapidement\"})})})},PdViCJL3C:{children:getLocalizedValue(\"v7\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QWxiZXJ0IFNhbnMtcmVndWxhcg==\",\"--framer-font-family\":'\"Albert Sans\", \"Albert Sans Placeholder\", sans-serif',\"--framer-font-size\":\"50px\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"1em\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(90deg, rgb(129, 153, 255) 0%, rgb(11, 34, 125) 80.5993%)\"},children:\"Passez \\xe0 l’action rapidement\"})})})},ptOd8lRnF:{children:getLocalizedValue(\"v6\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QWxiZXJ0IFNhbnMtcmVndWxhcg==\",\"--framer-font-family\":'\"Albert Sans\", \"Albert Sans Placeholder\", sans-serif',\"--framer-font-size\":\"60px\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"1em\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(90deg, rgb(129, 153, 255) 0%, rgb(11, 34, 125) 80.5993%)\"},children:\"Passez \\xe0 l’action rapidement\"})})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v4\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QWxiZXJ0IFNhbnMtcmVndWxhcg==\",\"--framer-font-family\":'\"Albert Sans\", \"Albert Sans Placeholder\", sans-serif',\"--framer-font-size\":\"90px\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"1em\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(90deg, rgb(129, 153, 255) 0%, rgb(11, 34, 125) 80.5993%)\"},children:\"Passez \\xe0 l’action rapidement\"})})}),className:\"framer-170dofh\",fonts:[\"GF;Albert Sans-regular\"],style:{\"--5p0z4x\":opacity1},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FTp1e4Eby:{children:getLocalizedValue(\"v9\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QWxiZXJ0IFNhbnMtMzAw\",\"--framer-font-family\":'\"Albert Sans\", \"Albert Sans Placeholder\", sans-serif',\"--framer-font-size\":\"78px\",\"--framer-font-weight\":\"300\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-line-height\":\"1.1em\"},children:\"with Leya\"})})},PdViCJL3C:{children:getLocalizedValue(\"v11\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QWxiZXJ0IFNhbnMtMzAw\",\"--framer-font-family\":'\"Albert Sans\", \"Albert Sans Placeholder\", sans-serif',\"--framer-font-size\":\"50px\",\"--framer-font-weight\":\"300\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-line-height\":\"1em\"},children:\"with Leya\"})})},ptOd8lRnF:{children:getLocalizedValue(\"v10\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QWxiZXJ0IFNhbnMtMzAw\",\"--framer-font-family\":'\"Albert Sans\", \"Albert Sans Placeholder\", sans-serif',\"--framer-font-size\":\"60px\",\"--framer-font-weight\":\"300\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-line-height\":\"1.1em\"},children:\"with Leya\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v8\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QWxiZXJ0IFNhbnMtMzAw\",\"--framer-font-family\":'\"Albert Sans\", \"Albert Sans Placeholder\", sans-serif',\"--framer-font-size\":\"90px\",\"--framer-font-weight\":\"300\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-line-height\":\"1.1em\"},children:\"with Leya\"})}),className:\"framer-11kttom\",fonts:[\"GF;Albert Sans-300\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v12\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QWxiZXJ0IFNhbnMtcmVndWxhcg==\",\"--framer-font-family\":'\"Albert Sans\", \"Albert Sans Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-text-color\":\"var(--token-000d8d1c-24e2-4318-8af9-21893497e045, rgb(100, 116, 139))\"},children:\"Flat rate legal help for your real estate transaction in Quebec. Quote book and close all online through Leya.\"})}),className:\"framer-15eto4f\",fonts:[\"GF;Albert Sans-regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FTp1e4Eby:{y:(componentViewport?.y||0)+0+124+100+0+0+1011},PdViCJL3C:{y:(componentViewport?.y||0)+0+124+70+0+0+672},ptOd8lRnF:{y:(componentViewport?.y||0)+0+124+100+0+0+822}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,y:(componentViewport?.y||0)+0+124+100+0+0+1137,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1wrs302-container\",nodeId:\"StX6qyU2y\",scopeId:\"uoydxM_HS\",children:/*#__PURE__*/_jsx(ButtonSecondaryRounded,{height:\"100%\",id:\"StX6qyU2y\",layoutId:\"StX6qyU2y\",lymQcZTgE:false,OjnzHa8QY:\"ArrowCircleDown\",SWTAQxjCj:getLocalizedValue(\"v13\",activeLocale)??\"Get Started\",variant:\"ZS2S8jep1\",width:\"100%\"})})})})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-165f1j4\",\"data-framer-name\":\"SEO\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ri5o0g\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-mz65qg\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v14\",activeLocale)??/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1gst5hd\",\"data-styles-preset\":\"hA0bOJpQe\",children:\"What we offer\"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1nvhv81\",\"data-styles-preset\":\"nraWeDaKB\",children:\"Whether you’re buying a home, refinancing, or dealing with a hidden defect, Leya connects you with a real estate lawyer in minutes.\"})]}),className:\"framer-1s2pv96\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-h5v2cz\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FTp1e4Eby:{background:{alt:getLocalizedValue(\"v15\",activeLocale)??\"Hero Photo - Apartments\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1652.6+80),pixelHeight:5e3,pixelWidth:6e3,positionX:\"center\",positionY:\"center\",sizes:`max(${componentViewport?.width||\"100vw\"} - 40px, 1px)`,src:\"https://framerusercontent.com/images/gbsm3pXdww4437lJTd1Omqp7Tk.jpg\",srcSet:\"https://framerusercontent.com/images/gbsm3pXdww4437lJTd1Omqp7Tk.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/gbsm3pXdww4437lJTd1Omqp7Tk.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/gbsm3pXdww4437lJTd1Omqp7Tk.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/gbsm3pXdww4437lJTd1Omqp7Tk.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/gbsm3pXdww4437lJTd1Omqp7Tk.jpg 6000w\"}},PdViCJL3C:{background:{alt:getLocalizedValue(\"v15\",activeLocale)??\"Hero Photo - Apartments\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1403.6+0),pixelHeight:5e3,pixelWidth:6e3,positionX:\"center\",positionY:\"top\",sizes:`max(${componentViewport?.width||\"100vw\"} - 20px, 1px)`,src:\"https://framerusercontent.com/images/gbsm3pXdww4437lJTd1Omqp7Tk.jpg\",srcSet:\"https://framerusercontent.com/images/gbsm3pXdww4437lJTd1Omqp7Tk.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/gbsm3pXdww4437lJTd1Omqp7Tk.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/gbsm3pXdww4437lJTd1Omqp7Tk.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/gbsm3pXdww4437lJTd1Omqp7Tk.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/gbsm3pXdww4437lJTd1Omqp7Tk.jpg 6000w\"}},ptOd8lRnF:{background:{alt:getLocalizedValue(\"v15\",activeLocale)??\"Hero Photo - Apartments\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1523.6+0),pixelHeight:5e3,pixelWidth:6e3,positionX:\"center\",positionY:\"bottom\",sizes:`max(${componentViewport?.width||\"100vw\"} - 40px, 1px)`,src:\"https://framerusercontent.com/images/gbsm3pXdww4437lJTd1Omqp7Tk.jpg\",srcSet:\"https://framerusercontent.com/images/gbsm3pXdww4437lJTd1Omqp7Tk.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/gbsm3pXdww4437lJTd1Omqp7Tk.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/gbsm3pXdww4437lJTd1Omqp7Tk.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/gbsm3pXdww4437lJTd1Omqp7Tk.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/gbsm3pXdww4437lJTd1Omqp7Tk.jpg 6000w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:getLocalizedValue(\"v15\",activeLocale)??\"Hero Photo - Apartments\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1778.6+0),pixelHeight:5e3,pixelWidth:6e3,positionX:\"center\",positionY:\"center\",sizes:`min(max(${componentViewport?.width||\"100vw\"} - 160px, 1px), 2048px)`,src:\"https://framerusercontent.com/images/gbsm3pXdww4437lJTd1Omqp7Tk.jpg\",srcSet:\"https://framerusercontent.com/images/gbsm3pXdww4437lJTd1Omqp7Tk.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/gbsm3pXdww4437lJTd1Omqp7Tk.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/gbsm3pXdww4437lJTd1Omqp7Tk.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/gbsm3pXdww4437lJTd1Omqp7Tk.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/gbsm3pXdww4437lJTd1Omqp7Tk.jpg 6000w\"},className:\"framer-3jmra1\",\"data-framer-name\":\"Explainer\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1bdqlsh\",\"data-framer-name\":\"2-Cards\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FTp1e4Eby:{y:(componentViewport?.y||0)+0+1652.6+80+0+0+0},PdViCJL3C:{width:`calc(max(${componentViewport?.width||\"100vw\"} - 20px, 1px) - 20px)`,y:(componentViewport?.y||0)+0+1403.6+0+0+-159+0+0},ptOd8lRnF:{y:(componentViewport?.y||0)+0+1523.6+0+0+48+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:590,y:(componentViewport?.y||0)+0+1778.6+0+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1v3ccsp-container\",nodeId:\"JJoIT08JJ\",scopeId:\"uoydxM_HS\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FTp1e4Eby:{variant:\"iPKxVpM_4\"},PdViCJL3C:{style:{width:\"100%\"},variant:\"bxY7eyMFK\"},ptOd8lRnF:{variant:\"bxY7eyMFK\"}},children:/*#__PURE__*/_jsx(CardDeed1,{height:\"100%\",id:\"JJoIT08JJ\",layoutId:\"JJoIT08JJ\",variant:\"Re_AYuk_t\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FTp1e4Eby:{y:(componentViewport?.y||0)+0+1652.6+80+0+0+0},PdViCJL3C:{width:`calc(max(${componentViewport?.width||\"100vw\"} - 20px, 1px) - 20px)`,y:(componentViewport?.y||0)+0+1403.6+0+0+-159+0+594},ptOd8lRnF:{y:(componentViewport?.y||0)+0+1523.6+0+0+48+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:590,y:(componentViewport?.y||0)+0+1778.6+0+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-17zb2bd-container\",nodeId:\"RZc3UeaGe\",scopeId:\"uoydxM_HS\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FTp1e4Eby:{variant:\"uTsu2gRNP\"},PdViCJL3C:{style:{width:\"100%\"},variant:\"RC8iNrAuw\"},ptOd8lRnF:{variant:\"RC8iNrAuw\"}},children:/*#__PURE__*/_jsx(CardDeed2,{height:\"100%\",id:\"RZc3UeaGe\",layoutId:\"RZc3UeaGe\",variant:\"tXTDjvkt3\",width:\"100%\"})})})})})]})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-gxd7et\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1g6qry1\",\"data-framer-name\":\"3-Cards\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FTp1e4Eby:{y:(componentViewport?.y||0)+0+2502.6+60+0+0},PdViCJL3C:{width:`calc(${componentViewport?.width||\"100vw\"} - 60px)`,y:(componentViewport?.y||0)+0+2440.6+50+0+0+0},ptOd8lRnF:{width:`max(${componentViewport?.width||\"100vw\"} - 200px, 1px)`,y:(componentViewport?.y||0)+0+2201.6+60+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:595,y:(componentViewport?.y||0)+0+2368.6+90+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1dv471l-container\",nodeId:\"lVHBuTS4h\",scopeId:\"uoydxM_HS\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FTp1e4Eby:{variant:\"D4cCUzKIw\"},PdViCJL3C:{style:{width:\"100%\"},variant:\"y0TmTjodu\"},ptOd8lRnF:{style:{width:\"100%\"},variant:\"fIyb5jDeO\"}},children:/*#__PURE__*/_jsx(CardsExplainer,{height:\"100%\",id:\"lVHBuTS4h\",layoutId:\"lVHBuTS4h\",variant:\"QbLIO7gLf\",width:\"100%\"})})})})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-13vt8h5-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"MXfj9QKrM\",scopeId:\"uoydxM_HS\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:25,overflow:false},gap:10,height:\"100%\",hoverFactor:1,id:\"MXfj9QKrM\",layoutId:\"MXfj9QKrM\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-19nxamp\",\"data-framer-name\":\"Big Text\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v16\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1047ar9\",\"data-styles-preset\":\"o2S5UN2tm\",children:\"holistic guided support holistic guided support\"})}),className:\"framer-iykhke\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})],speed:18,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FTp1e4Eby:{y:(componentViewport?.y||0)+0+3430.6},PdViCJL3C:{y:(componentViewport?.y||0)+0+3358.6},ptOd8lRnF:{y:(componentViewport?.y||0)+0+3129.6}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:560,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+3326.6,children:/*#__PURE__*/_jsx(Container,{className:\"framer-gjriq8-container\",nodeId:\"GjjXXOLe6\",scopeId:\"uoydxM_HS\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FTp1e4Eby:{variant:\"J_zYfEHBo\"},PdViCJL3C:{variant:\"d3p4Kedd3\"},ptOd8lRnF:{variant:\"FYQU64O0X\"}},children:/*#__PURE__*/_jsx(FootersPopular,{height:\"100%\",id:\"GjjXXOLe6\",layoutId:\"GjjXXOLe6\",style:{width:\"100%\"},variant:\"byj9iOY64\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-ijmYk.framer-3o6ak7, .framer-ijmYk .framer-3o6ak7 { display: block; }\",\".framer-ijmYk.framer-1xxywk9 { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1728px; }\",\".framer-ijmYk .framer-pjeuuv-container { flex: none; height: 60px; position: relative; width: 100%; }\",\".framer-ijmYk .framer-yp4te1-container { flex: none; height: auto; position: sticky; top: 0px; width: 100%; z-index: 2; }\",\".framer-ijmYk .framer-e7b2mh { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 70px; height: min-content; justify-content: center; overflow: hidden; padding: 100px 172px 0px 172px; position: relative; width: 100%; }\",\".framer-ijmYk .framer-yvc1wx { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: center; max-width: 1363px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-ijmYk .framer-1447e76 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-ijmYk .framer-gvzos9 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; opacity: var(--abs64n); position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-ijmYk .framer-170dofh { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; opacity: var(--5p0z4x); position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-ijmYk .framer-11kttom, .framer-ijmYk .framer-1s2pv96 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-ijmYk .framer-15eto4f { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-ijmYk .framer-1wrs302-container, .framer-ijmYk .framer-1v3ccsp-container, .framer-ijmYk .framer-17zb2bd-container, .framer-ijmYk .framer-1dv471l-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-ijmYk .framer-165f1j4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 80px 172px 80px 172px; position: relative; width: 100%; }\",\".framer-ijmYk .framer-1ri5o0g { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 1363px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-ijmYk .framer-mz65qg { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-ijmYk .framer-h5v2cz { 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 80px 0px 80px; position: relative; width: 100%; }\",\".framer-ijmYk .framer-3jmra1 { align-content: center; align-items: center; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 2048px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-ijmYk .framer-1bdqlsh { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1568px; z-index: 1; }\",\".framer-ijmYk .framer-gxd7et { align-content: center; align-items: center; background-color: #ffffff; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 90px 172px 0px 172px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-ijmYk .framer-1g6qry1 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 1373px; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-ijmYk .framer-13vt8h5-container { flex: none; height: 273px; position: relative; width: 1728px; }\",\".framer-ijmYk .framer-19nxamp { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 40px 0px 0px 0px; position: relative; width: min-content; }\",\".framer-ijmYk .framer-iykhke { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-ijmYk .framer-gjriq8-container { flex: none; height: auto; position: relative; width: 100%; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,\"@media (min-width: 1200px) and (max-width: 1727px) { .framer-ijmYk.framer-1xxywk9 { width: 1200px; } .framer-ijmYk .framer-e7b2mh { padding: 100px 42px 0px 42px; } .framer-ijmYk .framer-yvc1wx, .framer-ijmYk .framer-3jmra1 { max-width: unset; } .framer-ijmYk .framer-165f1j4 { padding: 80px 0px 80px 0px; } .framer-ijmYk .framer-1ri5o0g, .framer-ijmYk .framer-1g6qry1 { max-width: 1100px; } .framer-ijmYk .framer-h5v2cz { height: 850px; padding: 0px 20px 0px 20px; } .framer-ijmYk .framer-1bdqlsh { padding: 0px 0px 100px 0px; } .framer-ijmYk .framer-gxd7et { padding: 60px 42px 0px 42px; }}\",\"@media (min-width: 810px) and (max-width: 1199px) { .framer-ijmYk.framer-1xxywk9 { width: 810px; } .framer-ijmYk .framer-e7b2mh { padding: 100px 20px 60px 20px; } .framer-ijmYk .framer-yvc1wx { max-width: 597px; } .framer-ijmYk .framer-165f1j4 { padding: 80px 100px 80px 100px; } .framer-ijmYk .framer-h5v2cz { padding: 0px 20px 0px 20px; } .framer-ijmYk .framer-3jmra1 { height: 678px; justify-content: flex-end; max-width: unset; } .framer-ijmYk .framer-1bdqlsh { align-content: center; align-items: center; padding: 0px 0px 40px 0px; } .framer-ijmYk .framer-gxd7et { align-content: flex-end; align-items: flex-end; border-bottom-left-radius: unset; border-bottom-right-radius: unset; padding: 60px 100px 0px 100px; } .framer-ijmYk .framer-1g6qry1 { justify-content: flex-start; max-width: unset; order: 0; } .framer-ijmYk .framer-1dv471l-container { width: 100%; }}\",\"@media (max-width: 809px) { .framer-ijmYk.framer-1xxywk9 { width: 390px; } .framer-ijmYk .framer-e7b2mh { gap: 40px; padding: 70px 20px 120px 20px; } .framer-ijmYk .framer-yvc1wx { gap: 20px; } .framer-ijmYk .framer-165f1j4 { padding: 80px 40px 80px 40px; } .framer-ijmYk .framer-h5v2cz { padding: 0px 10px 0px 10px; } .framer-ijmYk .framer-3jmra1 { border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; gap: 70px; height: 1037px; justify-content: flex-end; max-width: unset; padding: 0px 0px 12px 0px; } .framer-ijmYk .framer-1bdqlsh { flex-direction: column; padding: 0px 10px 0px 10px; width: 100%; } .framer-ijmYk .framer-1v3ccsp-container, .framer-ijmYk .framer-17zb2bd-container, .framer-ijmYk .framer-1dv471l-container { width: 100%; } .framer-ijmYk .framer-gxd7et { background-color: unset; border-bottom-left-radius: unset; border-bottom-right-radius: unset; border-top-left-radius: 16px; border-top-right-radius: 16px; flex-direction: column; padding: 50px 30px 0px 30px; } .framer-ijmYk .framer-1g6qry1 { flex: none; max-width: unset; width: 100%; }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 2888\n * @framerIntrinsicWidth 1728\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"FTp1e4Eby\":{\"layout\":[\"fixed\",\"auto\"]},\"ptOd8lRnF\":{\"layout\":[\"fixed\",\"auto\"]},\"PdViCJL3C\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections\n * @framerResponsiveScreen\n */const FrameruoydxM_HS=withCSS(Component,css,\"framer-ijmYk\");export default FrameruoydxM_HS;FrameruoydxM_HS.displayName=\"Real Estate\";FrameruoydxM_HS.defaultProps={height:2888,width:1728};addFonts(FrameruoydxM_HS,[{explicitInter:true,fonts:[{family:\"Albert Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/albertsans/v3/i7dZIFdwYjGaAMFtZd_QA3xXSKZqhr-TenSHq5P_qY32TxAj1g.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\"},{family:\"Albert Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/albertsans/v3/i7dZIFdwYjGaAMFtZd_QA3xXSKZqhr-TenSH9ZP_qY32TxAj1g.woff2\",weight:\"300\"}]},...TopTickerFonts,...NavigationFonts,...ButtonSecondaryRoundedFonts,...CardDeed1Fonts,...CardDeed2Fonts,...CardsExplainerFonts,...TickerFonts,...FootersPopularFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameruoydxM_HS\",\"slots\":[],\"annotations\":{\"framerScrollSections\":\"* @framerResponsiveScreen\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"1728\",\"framerAutoSizeImages\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"FTp1e4Eby\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ptOd8lRnF\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"PdViCJL3C\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerIntrinsicHeight\":\"2888\",\"framerColorSyntax\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],"mappings":"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"}