{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/kBkaj3LmBqcSU2IkUsBC/kvFSr6fSU7VcYZyNyfaK/Download.js", "ssg:https://framerusercontent.com/modules/8lNUBaO2ydnW8tOmUJD2/RIAIXKNMnAYWFKaQmC9c/lu91ou4l9.js", "ssg:https://framerusercontent.com/modules/MD2cgMVw1hGWcbDzzvj0/cimpAimItwP6s4KRhXGB/DDEDceRgP.js", "ssg:https://framerusercontent.com/modules/hUq6XugLsO5Kx7nkCtp2/ghfylSKAHicTpc8JIkHg/lk047ag3v.js"],
  "sourcesContent": ["import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addPropertyControls,ControlType}from\"framer\";import{motion}from\"framer-motion\";var IconType;(function(IconType){IconType[\"Default\"]=\"Default\";IconType[\"Custom\"]=\"Custom\";})(IconType||(IconType={}));var SrcType;(function(SrcType){SrcType[\"Upload\"]=\"Upload\";SrcType[\"URL\"]=\"URL\";})(SrcType||(SrcType={}));// Check for the Search Index Meta Tag\n// Currently the only way to differenciate between Preview & Publish\nconst metaTagSelector='meta[name=\"framer-search-index\"]';// We can hopefully remove this check when new Preview ships\nfunction isPublishedSiteOrSSG(){if(typeof document===\"undefined\")return true;const metaTag=document.querySelector(metaTagSelector);return!!metaTag;}/**\n *\n * DOWNLOAD\n * By Hunter\n *\n * @framerIntrinsicWidth 200\n * @framerIntrinsicHeight 100\n *\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth any\n * @framerSupportedLayoutHeight any\n */ export default function Download(props){const{styleOptions,hoverOptions,iconOptions}=props;const{backgroundColor,color,borderRadius,padding,paddingPerSide,paddingTop,paddingRight,paddingBottom,paddingLeft,gap}=styleOptions;const isInPublishedSiteOrSSG=isPublishedSiteOrSSG();let downloadURL=undefined;if(isInPublishedSiteOrSSG){if(props.srcType===SrcType.URL)downloadURL=props.srcURL;if(props.srcType===SrcType.Upload)downloadURL=props.srcFile;}const paddingValue=paddingPerSide?`${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px`:`${padding}px`;const getIcon=()=>{var ref,ref1;if(!iconOptions)return;const iconStyle={order:iconOptions.alignment===\"start\"?0:2,flexShrink:0};return iconOptions.type===IconType.Custom&&!!((ref=iconOptions.image)===null||ref===void 0?void 0:ref.src)?/*#__PURE__*/ _jsx(\"img\",{style:iconStyle,alt:((ref1=iconOptions.image)===null||ref1===void 0?void 0:ref1.alt)&&iconOptions.image.alt.length>0?iconOptions.image.alt:\"download icon\",src:iconOptions.image.src,width:iconOptions.size,height:iconOptions.size}):/*#__PURE__*/ _jsx(\"svg\",{style:iconStyle,xmlns:\"http://www.w3.org/2000/svg\",width:iconOptions.size,height:iconOptions.size,fill:iconOptions.color,viewBox:\"0 0 256 256\",children:/*#__PURE__*/ _jsx(\"path\",{d:\"M228 152v56a20 20 0 0 1-20 20H48a20 20 0 0 1-20-20v-56a12 12 0 0 1 24 0v52h152v-52a12 12 0 0 1 24 0Zm-108.49 8.49a12 12 0 0 0 17 0l40-40a12 12 0 0 0-17-17L140 123V40a12 12 0 0 0-24 0v83l-19.51-19.49a12 12 0 0 0-17 17Z\"})});};const getCursor=()=>{if(props.srcType===SrcType.URL&&props.srcURL)return\"pointer\";if(props.srcType===SrcType.Upload&&props.srcFile)return\"pointer\";return\"auto\";};const buttonTitle=isInPublishedSiteOrSSG?\"Download File\":\"Publish to Download\";return /*#__PURE__*/ _jsxs(motion.a,{target:\"_blank\",href:downloadURL,download:true,title:buttonTitle,style:{gap,fontSize:16,lineHeight:1,fontFamily:\"Inter\",fontWeight:500,width:\"max-content\",...props.style,...buttonStyles,...props.fontControl,padding:paddingValue,color:color,backgroundColor:backgroundColor,borderRadius:borderRadius,userSelect:\"none\",placeContent:flexAlignSwitch(props.fontControl),whiteSpace:\"nowrap\",cursor:getCursor()},whileHover:hoverOptions,transition:hoverOptions===null||hoverOptions===void 0?void 0:hoverOptions.transition,children:[getIcon(),props.text]});};Download.displayName=\"Download\";addPropertyControls(Download,{text:{title:\"Text\",type:ControlType.String,defaultValue:\"Download\"},srcType:{type:ControlType.Enum,displaySegmentedControl:true,title:\"Source\",options:[SrcType.Upload,SrcType.URL]},srcURL:{type:ControlType.String,title:\" \",placeholder:\"../example.pdf\",hidden:props=>props.srcType===SrcType.Upload},srcFile:{type:ControlType.File,title:\" \",allowedFileTypes:[],hidden:props=>props.srcType===SrcType.URL},fontControl:{// @ts-ignore - Internal\ntype:ControlType.Font,title:\"Font\",controls:\"extended\"},iconOptions:{type:ControlType.Object,optional:true,title:\"Icon\",buttonTitle:\"Size, Color\",controls:{type:{title:\"Type\",type:ControlType.Enum,options:Object.values(IconType),optionTitles:Object.values(IconType),displaySegmentedControl:true},color:{title:\"Color\",type:ControlType.Color,defaultValue:\"#FFF\",hidden:props=>props.type===IconType.Custom},image:{title:\"File\",type:ControlType.ResponsiveImage,allowedFileTypes:[\"jpg\",\"png\",\"svg\"],hidden:props=>props.type===IconType.Default},size:{type:ControlType.Number,displayStepper:true,min:5,defaultValue:16,max:250},alignment:{title:\"Align\",type:ControlType.Enum,displaySegmentedControl:true,options:[\"start\",\"end\"],optionTitles:[\"Start\",\"End\"]}}},styleOptions:{type:ControlType.Object,title:\"Styles\",buttonTitle:\"Button, Font\",controls:{backgroundColor:{type:ControlType.Color,title:\"Fill\",defaultValue:\"#111\"},color:{type:ControlType.Color,defaultValue:\"#FFF\"},borderRadius:{type:ControlType.Number,title:\"Radius\",displayStepper:true,defaultValue:50},padding:{title:\"Padding\",type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],defaultValue:10,valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\",],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},gap:{title:\"Gap\",type:ControlType.Number,displayStepper:true,defaultValue:5}}},hoverOptions:{type:ControlType.Object,title:\"Hover\",buttonTitle:\"Effect\",optional:true,controls:{scale:{type:ControlType.Number,title:\"Scale\",min:0,max:10,displayStepper:true,step:.01,defaultValue:1.1},backgroundColor:{type:ControlType.Color,title:\"Fill\",defaultValue:\"#333\",optional:true},color:{type:ControlType.Color,title:\"Color\",defaultValue:\"#FFF\",optional:true},transition:{type:ControlType.Transition,title:\"Transition\",defaultValue:{type:\"spring\",stiffness:400,damping:30}}}}});const buttonStyles={display:\"flex\",placeItems:\"center\",placeContent:\"center\",textDecoration:\"none\"};/* Match flex content alignment with text align */ const flexAlignSwitch=fontControlStyles=>{if(!(fontControlStyles===null||fontControlStyles===void 0?void 0:fontControlStyles.textAlign)){return\"left\";}if(fontControlStyles.textAlign===\"left\"){return\"flex-start\";}if(fontControlStyles.textAlign===\"right\"){return\"flex-end\";}return\"center\";};\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Download\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"100\",\"framerContractVersion\":\"1\",\"framerDisableUnlink\":\"*\",\"framerSupportedLayoutWidth\":\"any\",\"framerSupportedLayoutHeight\":\"any\",\"framerIntrinsicWidth\":\"200\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Download.map", "// Generated by Framer (3fa6aa4)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,Image,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import ArrowSlider from\"https://framerusercontent.com/modules/5QminwrzR0lzabh7GCdk/3cOV19wRfaw63G3j8NsW/lOJ4rz7Aw.js\";const ArrowSliderFonts=getFonts(ArrowSlider);const cycleOrder=[\"kywTQi9SD\",\"bJ9VzDHtf\",\"R6CM8Sod9\",\"MSiEgNuFk\",\"GOzPF9SDk\",\"kllsNn1R3\",\"j42ll8YJr\",\"gCcBFMrlu\",\"sMDnQKDX_\",\"ZTRrjGEpl\"];const serializationHash=\"framer-sZVp1\";const variantClassNames={bJ9VzDHtf:\"framer-v-jk10ah\",gCcBFMrlu:\"framer-v-seap2z\",GOzPF9SDk:\"framer-v-mgkrj\",j42ll8YJr:\"framer-v-85cgsd\",kllsNn1R3:\"framer-v-xe08gw\",kywTQi9SD:\"framer-v-yr3hci\",MSiEgNuFk:\"framer-v-b4iw3e\",R6CM8Sod9:\"framer-v-1i7ce1p\",sMDnQKDX_:\"framer-v-1tr62w9\",ZTRrjGEpl:\"framer-v-mk7dod\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={\"image-1\":\"kywTQi9SD\",\"image-10\":\"ZTRrjGEpl\",\"image-2\":\"bJ9VzDHtf\",\"image-3\":\"R6CM8Sod9\",\"image-4\":\"MSiEgNuFk\",\"image-5\":\"GOzPF9SDk\",\"image-6\":\"kllsNn1R3\",\"image-7\":\"j42ll8YJr\",\"image-8\":\"gCcBFMrlu\",\"image-9\":\"sMDnQKDX_\"};const getProps=({height,id,image1,image10,image2,image3,image4,image5,image6,image7,image8,image9,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,fpeJGKYck:image2!==null&&image2!==void 0?image2:props.fpeJGKYck,fxVF2guW0:image9!==null&&image9!==void 0?image9:props.fxVF2guW0,MBDqCkQXr:image6!==null&&image6!==void 0?image6:props.MBDqCkQXr,NnphHZp1O:image5!==null&&image5!==void 0?image5:props.NnphHZp1O,ognvd4B17:image7!==null&&image7!==void 0?image7:props.ognvd4B17,OsfMmfQHW:image4!==null&&image4!==void 0?image4:props.OsfMmfQHW,P6mydsb3R:image8!==null&&image8!==void 0?image8:props.P6mydsb3R,prh5iBDSY:image10!==null&&image10!==void 0?image10:props.prh5iBDSY,TjLONmnh7:image1!==null&&image1!==void 0?image1:props.TjLONmnh7,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"kywTQi9SD\",WAiXvjUPx:image3!==null&&image3!==void 0?image3:props.WAiXvjUPx};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,TjLONmnh7,fpeJGKYck,WAiXvjUPx,OsfMmfQHW,NnphHZp1O,MBDqCkQXr,ognvd4B17,P6mydsb3R,fxVF2guW0,prh5iBDSY,...restProps}=getProps(props);const{baseVariant,classNames,gestureHandlers,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"kywTQi9SD\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap16py3xl=activeVariantCallback(async(...args)=>{setVariant(\"ZTRrjGEpl\");});const onTapvap2yb=activeVariantCallback(async(...args)=>{setVariant(\"kywTQi9SD\");});const onTap1rpn4lp=activeVariantCallback(async(...args)=>{setVariant(\"bJ9VzDHtf\");});const onTap1wazjc9=activeVariantCallback(async(...args)=>{setVariant(\"R6CM8Sod9\");});const onTapzrth10=activeVariantCallback(async(...args)=>{setVariant(\"MSiEgNuFk\");});const onTap1yuhj7g=activeVariantCallback(async(...args)=>{setVariant(\"GOzPF9SDk\");});const onTapg9yw03=activeVariantCallback(async(...args)=>{setVariant(\"kllsNn1R3\");});const onTap1mu9md7=activeVariantCallback(async(...args)=>{setVariant(\"j42ll8YJr\");});const onTap8vg93q=activeVariantCallback(async(...args)=>{setVariant(\"gCcBFMrlu\");});const onTap1xnf2vc=activeVariantCallback(async(...args)=>{setVariant(\"sMDnQKDX_\");});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?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(serializationHash,...sharedStyleClassNames,\"framer-yr3hci\",className,classNames),\"data-framer-name\":\"image-1\",layoutDependency:layoutDependency,layoutId:\"kywTQi9SD\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({bJ9VzDHtf:{\"data-framer-name\":\"image-2\"},gCcBFMrlu:{\"data-framer-name\":\"image-8\"},GOzPF9SDk:{\"data-framer-name\":\"image-5\"},j42ll8YJr:{\"data-framer-name\":\"image-7\"},kllsNn1R3:{\"data-framer-name\":\"image-6\"},MSiEgNuFk:{\"data-framer-name\":\"image-4\"},R6CM8Sod9:{\"data-framer-name\":\"image-3\"},sMDnQKDX_:{\"data-framer-name\":\"image-9\"},ZTRrjGEpl:{\"data-framer-name\":\"image-10\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-z0vl4l\",\"data-framer-name\":\"arrow-box\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"lO6WdYIex\",onTap:onTap16py3xl,style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100},...addPropertyOverrides({bJ9VzDHtf:{onTap:onTapvap2yb},gCcBFMrlu:{onTap:onTap1mu9md7},GOzPF9SDk:{onTap:onTapzrth10},j42ll8YJr:{onTap:onTapg9yw03},kllsNn1R3:{onTap:onTap1yuhj7g},MSiEgNuFk:{onTap:onTap1wazjc9},R6CM8Sod9:{onTap:onTap1rpn4lp},sMDnQKDX_:{onTap:onTap8vg93q},ZTRrjGEpl:{onTap:onTap1xnf2vc}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"24px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-19qur1y-container\",layoutDependency:layoutDependency,layoutId:\"wcLW_Fars-container\",children:/*#__PURE__*/_jsx(ArrowSlider,{height:\"100%\",id:\"wcLW_Fars\",layoutId:\"wcLW_Fars\",style:{height:\"100%\",width:\"100%\"},variant:\"oKLP2eXcl\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} * 0.8)`,...toResponsiveImage(TjLONmnh7)},className:\"framer-5mee01\",\"data-framer-name\":\"img-thumbnail\",layoutDependency:layoutDependency,layoutId:\"VleE_GufB\",...addPropertyOverrides({bJ9VzDHtf:{background:{alt:\"\",fit:\"fill\",sizes:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} * 0.8)`,...toResponsiveImage(fpeJGKYck)}},gCcBFMrlu:{background:{alt:\"\",fit:\"fill\",sizes:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} * 0.8)`,...toResponsiveImage(P6mydsb3R)}},GOzPF9SDk:{background:{alt:\"\",fit:\"fill\",sizes:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} * 0.8)`,...toResponsiveImage(NnphHZp1O)}},j42ll8YJr:{background:{alt:\"\",fit:\"fill\",sizes:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} * 0.8)`,...toResponsiveImage(ognvd4B17)}},kllsNn1R3:{background:{alt:\"\",fit:\"fill\",sizes:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} * 0.8)`,...toResponsiveImage(MBDqCkQXr)}},MSiEgNuFk:{background:{alt:\"\",fit:\"fill\",sizes:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} * 0.8)`,...toResponsiveImage(OsfMmfQHW)}},R6CM8Sod9:{background:{alt:\"\",fit:\"fill\",sizes:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} * 0.8)`,...toResponsiveImage(WAiXvjUPx)}},sMDnQKDX_:{background:{alt:\"\",fit:\"fill\",sizes:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} * 0.8)`,...toResponsiveImage(fxVF2guW0)}},ZTRrjGEpl:{background:{alt:\"\",sizes:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} * 0.8)`,...toResponsiveImage(prh5iBDSY),...{positionX:\"center\",positionY:\"center\"}}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-8a7vz4\",\"data-framer-name\":\"arrow-box\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"mC_zOjXzU\",onTap:onTap1rpn4lp,style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100},...addPropertyOverrides({bJ9VzDHtf:{onTap:onTap1wazjc9},gCcBFMrlu:{onTap:onTap1xnf2vc},GOzPF9SDk:{onTap:onTapg9yw03},j42ll8YJr:{onTap:onTap8vg93q},kllsNn1R3:{onTap:onTap1mu9md7},MSiEgNuFk:{onTap:onTap1yuhj7g},R6CM8Sod9:{onTap:onTapzrth10},sMDnQKDX_:{onTap:onTap16py3xl},ZTRrjGEpl:{onTap:onTapvap2yb}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"24px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1uciw8r-container\",layoutDependency:layoutDependency,layoutId:\"XnMiUNg3l-container\",children:/*#__PURE__*/_jsx(ArrowSlider,{height:\"100%\",id:\"XnMiUNg3l\",layoutId:\"XnMiUNg3l\",style:{height:\"100%\",width:\"100%\"},variant:\"y1ULuNuoY\",width:\"100%\"})})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-sZVp1.framer-5u19x9, .framer-sZVp1 .framer-5u19x9 { display: block; }\",\".framer-sZVp1.framer-yr3hci { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; padding: 0px; position: relative; width: 600px; }\",\".framer-sZVp1 .framer-z0vl4l, .framer-sZVp1 .framer-8a7vz4 { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-sZVp1 .framer-19qur1y-container, .framer-sZVp1 .framer-1uciw8r-container { flex: none; height: 24px; position: relative; width: 24px; }\",\".framer-sZVp1 .framer-5mee01 { aspect-ratio: 1.3333333333333333 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 360px); overflow: hidden; position: relative; width: 80%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-sZVp1.framer-yr3hci, .framer-sZVp1 .framer-z0vl4l, .framer-sZVp1 .framer-8a7vz4 { gap: 0px; } .framer-sZVp1.framer-yr3hci > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-sZVp1.framer-yr3hci > :first-child, .framer-sZVp1 .framer-z0vl4l > :first-child, .framer-sZVp1 .framer-8a7vz4 > :first-child { margin-left: 0px; } .framer-sZVp1.framer-yr3hci > :last-child, .framer-sZVp1 .framer-z0vl4l > :last-child, .framer-sZVp1 .framer-8a7vz4 > :last-child { margin-right: 0px; } .framer-sZVp1 .framer-z0vl4l > *, .framer-sZVp1 .framer-8a7vz4 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 360\n * @framerIntrinsicWidth 600\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"bJ9VzDHtf\":{\"layout\":[\"fixed\",\"auto\"]},\"R6CM8Sod9\":{\"layout\":[\"fixed\",\"auto\"]},\"MSiEgNuFk\":{\"layout\":[\"fixed\",\"auto\"]},\"GOzPF9SDk\":{\"layout\":[\"fixed\",\"auto\"]},\"kllsNn1R3\":{\"layout\":[\"fixed\",\"auto\"]},\"j42ll8YJr\":{\"layout\":[\"fixed\",\"auto\"]},\"gCcBFMrlu\":{\"layout\":[\"fixed\",\"auto\"]},\"sMDnQKDX_\":{\"layout\":[\"fixed\",\"auto\"]},\"ZTRrjGEpl\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"TjLONmnh7\":\"image1\",\"fpeJGKYck\":\"image2\",\"WAiXvjUPx\":\"image3\",\"OsfMmfQHW\":\"image4\",\"NnphHZp1O\":\"image5\",\"MBDqCkQXr\":\"image6\",\"ognvd4B17\":\"image7\",\"P6mydsb3R\":\"image8\",\"fxVF2guW0\":\"image9\",\"prh5iBDSY\":\"image10\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerlu91ou4l9=withCSS(Component,css,\"framer-sZVp1\");export default Framerlu91ou4l9;Framerlu91ou4l9.displayName=\"Image gallery overlay\";Framerlu91ou4l9.defaultProps={height:360,width:600};addPropertyControls(Framerlu91ou4l9,{variant:{options:[\"kywTQi9SD\",\"bJ9VzDHtf\",\"R6CM8Sod9\",\"MSiEgNuFk\",\"GOzPF9SDk\",\"kllsNn1R3\",\"j42ll8YJr\",\"gCcBFMrlu\",\"sMDnQKDX_\",\"ZTRrjGEpl\"],optionTitles:[\"image-1\",\"image-2\",\"image-3\",\"image-4\",\"image-5\",\"image-6\",\"image-7\",\"image-8\",\"image-9\",\"image-10\"],title:\"Variant\",type:ControlType.Enum},TjLONmnh7:{title:\"Image 1\",type:ControlType.ResponsiveImage},fpeJGKYck:{title:\"Image 2\",type:ControlType.ResponsiveImage},WAiXvjUPx:{title:\"Image 3\",type:ControlType.ResponsiveImage},OsfMmfQHW:{title:\"Image 4\",type:ControlType.ResponsiveImage},NnphHZp1O:{title:\"Image 5\",type:ControlType.ResponsiveImage},MBDqCkQXr:{title:\"Image 6\",type:ControlType.ResponsiveImage},ognvd4B17:{title:\"Image 7\",type:ControlType.ResponsiveImage},P6mydsb3R:{title:\"Image 8\",type:ControlType.ResponsiveImage},fxVF2guW0:{title:\"Image 9\",type:ControlType.ResponsiveImage},prh5iBDSY:{title:\"Image 10\",type:ControlType.ResponsiveImage}});addFonts(Framerlu91ou4l9,[{explicitInter:true,fonts:[]},...ArrowSliderFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerlu91ou4l9\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"bJ9VzDHtf\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"R6CM8Sod9\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"MSiEgNuFk\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"GOzPF9SDk\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"kllsNn1R3\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"j42ll8YJr\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"gCcBFMrlu\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"sMDnQKDX_\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ZTRrjGEpl\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"600\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"360\",\"framerVariables\":\"{\\\"TjLONmnh7\\\":\\\"image1\\\",\\\"fpeJGKYck\\\":\\\"image2\\\",\\\"WAiXvjUPx\\\":\\\"image3\\\",\\\"OsfMmfQHW\\\":\\\"image4\\\",\\\"NnphHZp1O\\\":\\\"image5\\\",\\\"MBDqCkQXr\\\":\\\"image6\\\",\\\"ognvd4B17\\\":\\\"image7\\\",\\\"P6mydsb3R\\\":\\\"image8\\\",\\\"fxVF2guW0\\\":\\\"image9\\\",\\\"prh5iBDSY\\\":\\\"image10\\\"}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./lu91ou4l9.map", "import{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=[\".framer-hlRP9 .framer-styles-preset-1x58689 {  }\"];export const className=\"framer-hlRP9\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (78454af)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,FormContainer,FormPlainTextInput,FormSelect,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getWhereExpressionFromPathVariables,Image,NotFoundError,PropertyOverrides,ResolveLinks,RichText,SVG,useActiveVariantCallback,useCurrentPathVariables,useCustomCursors,useHydratedBreakpointVariants,useLocaleInfo,useOverlayState,useQueryData,useRouteElementId,useRouter,withCSS}from\"framer\";import{AnimatePresence,LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import*as ReactDOM from\"react-dom\";import GoogleMaps from\"https://framerusercontent.com/modules/Hbc0lxqGSRzFG6uMT9yO/OPmIEDVRw3amYB3GBzWp/GoogleMaps.js\";import Download from\"https://framerusercontent.com/modules/kBkaj3LmBqcSU2IkUsBC/kvFSr6fSU7VcYZyNyfaK/Download.js\";import ButtonCopy from\"#framer/local/canvasComponent/BRcjY_PlO/BRcjY_PlO.js\";import Footer from\"#framer/local/canvasComponent/DWFKuBwcw/DWFKuBwcw.js\";import IconsSpecs from\"#framer/local/canvasComponent/jf2NuBKuB/jf2NuBKuB.js\";import ImageGalleryOverlay from\"#framer/local/canvasComponent/lu91ou4l9/lu91ou4l9.js\";import Button from\"#framer/local/canvasComponent/NO1qc1Drq/NO1qc1Drq.js\";import NavigationBar from\"#framer/local/canvasComponent/VGEBQTVxf/VGEBQTVxf.js\";import Property from\"#framer/local/collection/GskymDgwn/GskymDgwn.js\";import*as sharedStyle2 from\"#framer/local/css/ASH6RaghV/ASH6RaghV.js\";import*as sharedStyle3 from\"#framer/local/css/bUxp8sbV8/bUxp8sbV8.js\";import*as sharedStyle5 from\"#framer/local/css/DDEDceRgP/DDEDceRgP.js\";import*as sharedStyle1 from\"#framer/local/css/likCsrx91/likCsrx91.js\";import*as sharedStyle6 from\"#framer/local/css/M6fsB3aVy/M6fsB3aVy.js\";import*as sharedStyle4 from\"#framer/local/css/OheAvp0E1/OheAvp0E1.js\";import*as sharedStyle from\"#framer/local/css/OYjWwjwvJ/OYjWwjwvJ.js\";import metadataProvider from\"#framer/local/webPageMetadata/lk047ag3v/lk047ag3v.js\";const NavigationBarFonts=getFonts(NavigationBar);const DownloadFonts=getFonts(Download);const ImageGalleryOverlayFonts=getFonts(ImageGalleryOverlay);const ButtonCopyFonts=getFonts(ButtonCopy);const IconsSpecsFonts=getFonts(IconsSpecs);const GoogleMapsFonts=getFonts(GoogleMaps);const ButtonFonts=getFonts(Button);const FooterFonts=getFonts(Footer);const cycleOrder=[\"sYYPv8Zew\",\"Rf1E1Ah7q\",\"NeKVvKGNf\"];const breakpoints={NeKVvKGNf:\"(max-width: 809px)\",Rf1E1Ah7q:\"(min-width: 810px) and (max-width: 1179px)\",sYYPv8Zew:\"(min-width: 1180px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-yBJjk\";const variantClassNames={NeKVvKGNf:\"framer-v-1si61fh\",Rf1E1Ah7q:\"framer-v-1uto9zu\",sYYPv8Zew:\"framer-v-1gbqf99\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const transition1={delay:0,duration:.2,ease:[.44,0,.56,1],type:\"tween\"};const animation={opacity:.75,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1};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 formVariants=(form,variants,currentVariant)=>{switch(form.state){case\"success\":var _variants_success;return(_variants_success=variants.success)!==null&&_variants_success!==void 0?_variants_success:currentVariant;case\"pending\":var _variants_pending;return(_variants_pending=variants.pending)!==null&&_variants_pending!==void 0?_variants_pending:currentVariant;case\"error\":var _variants_error;return(_variants_error=variants.error)!==null&&_variants_error!==void 0?_variants_error:currentVariant;case\"incomplete\":var _variants_incomplete;return(_variants_incomplete=variants.incomplete)!==null&&_variants_incomplete!==void 0?_variants_incomplete:currentVariant;}};const equals=(a,b)=>{return typeof a===\"string\"&&typeof b===\"string\"?a.toLowerCase()===b.toLowerCase():a===b;};const convertFromBoolean=(value,activeLocale)=>{if(value){return\"Gym\";}else{return\"\";}};const toString=value=>{return typeof value===\"string\"?value:String(value);};const convertFromBoolean1=(value,activeLocale)=>{if(value){return\"Sports Areas\";}else{return\"\";}};const convertFromBoolean2=(value,activeLocale)=>{if(value){return\"Spa Facilities\";}else{return\"\";}};const convertFromBoolean3=(value,activeLocale)=>{if(value){return\"Beach Access\";}else{return\"\";}};const convertFromBoolean4=(value,activeLocale)=>{if(value){return\"Infinity Pool\";}else{return\"\";}};const convertFromBoolean5=(value,activeLocale)=>{if(value){return\"Premium Kitchen\";}else{return\"\";}};const convertFromBoolean6=(value,activeLocale)=>{if(value){return\"Outdoor Living\";}else{return\"\";}};const convertFromBoolean7=(value,activeLocale)=>{if(value){return\"Balcony\";}else{return\"\";}};const convertFromBoolean8=(value,activeLocale)=>{if(value){return\"Swimming Pool\";}else{return\"\";}};const convertFromBoolean9=(value,activeLocale)=>{if(value){return\"Smart Home\";}else{return\"\";}};const convertFromBoolean10=(value,activeLocale)=>{if(value){return\"Barbecue Area\";}else{return\"\";}};const convertFromBoolean11=(value,activeLocale)=>{if(value){return\"Child Play Area\";}else{return\"\";}};const metadata=metadataProvider();const humanReadableVariantMap={Desktop:\"sYYPv8Zew\",Phone:\"NeKVvKGNf\",Tablet:\"Rf1E1Ah7q\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"sYYPv8Zew\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const currentPathVariables=useCurrentPathVariables();const[currentRouteData]=useQueryData({from:{data:Property,type:\"Collection\"},select:[{name:\"lfgvb70sF\",type:\"Identifier\"},{name:\"uCOH431p0\",type:\"Identifier\"},{name:\"hNGNq_EDX\",type:\"Identifier\"},{name:\"ifOGxVdzP\",type:\"Identifier\"},{name:\"jllQKn5ov\",type:\"Identifier\"},{name:\"BQMvNLfNp\",type:\"Identifier\"},{name:\"lscPnguD8\",type:\"Identifier\"},{name:\"EVR86bw93\",type:\"Identifier\"},{name:\"SjrmfaaZI\",type:\"Identifier\"},{name:\"d6eWYqzWz\",type:\"Identifier\"},{name:\"HrrNz6pLv\",type:\"Identifier\"},{name:\"LZkj_qm53\",type:\"Identifier\"},{name:\"rW6hdt1oz\",type:\"Identifier\"},{name:\"VTOO9rzvN\",type:\"Identifier\"},{name:\"jvu714Rxq\",type:\"Identifier\"},{name:\"rQYjHjWgU\",type:\"Identifier\"},{name:\"Kf0Ly4MSs\",type:\"Identifier\"},{name:\"QwzppCCmI\",type:\"Identifier\"},{name:\"WxGT3Jhjr\",type:\"Identifier\"},{name:\"PPowOwBOr\",type:\"Identifier\"},{name:\"YtQPUCVvI\",type:\"Identifier\"},{name:\"fM2suhsoE\",type:\"Identifier\"},{name:\"GXJ78jGYy\",type:\"Identifier\"},{name:\"ntNBtA7wF\",type:\"Identifier\"},{name:\"erZtY1U9G\",type:\"Identifier\"},{name:\"HJexkLrUG\",type:\"Identifier\"},{name:\"OzYZskQrM\",type:\"Identifier\"},{name:\"imN0AMu6n\",type:\"Identifier\"},{name:\"u_TOPczTO\",type:\"Identifier\"},{name:\"v1hre_aVb\",type:\"Identifier\"}],where:getWhereExpressionFromPathVariables(currentPathVariables)});const getFromCurrentRouteData=key=>{if(!currentRouteData)throw new NotFoundError(`No data in \"Property\" matches path variables: ${JSON.stringify(currentPathVariables)}`);return currentRouteData[key];};const{style,className,layoutId,variant,lfgvb70sF=getFromCurrentRouteData(\"lfgvb70sF\"),hNGNq_EDX=getFromCurrentRouteData(\"hNGNq_EDX\"),ifOGxVdzP=getFromCurrentRouteData(\"ifOGxVdzP\"),jllQKn5ov=getFromCurrentRouteData(\"jllQKn5ov\"),BQMvNLfNp=getFromCurrentRouteData(\"BQMvNLfNp\"),u_TOPczTO=getFromCurrentRouteData(\"u_TOPczTO\"),WxGT3Jhjr=getFromCurrentRouteData(\"WxGT3Jhjr\"),PPowOwBOr=getFromCurrentRouteData(\"PPowOwBOr\"),YtQPUCVvI=getFromCurrentRouteData(\"YtQPUCVvI\"),fM2suhsoE=getFromCurrentRouteData(\"fM2suhsoE\"),GXJ78jGYy=getFromCurrentRouteData(\"GXJ78jGYy\"),ntNBtA7wF=getFromCurrentRouteData(\"ntNBtA7wF\"),erZtY1U9G=getFromCurrentRouteData(\"erZtY1U9G\"),HJexkLrUG=getFromCurrentRouteData(\"HJexkLrUG\"),OzYZskQrM=getFromCurrentRouteData(\"OzYZskQrM\"),imN0AMu6n=getFromCurrentRouteData(\"imN0AMu6n\"),uCOH431p0=getFromCurrentRouteData(\"uCOH431p0\"),lscPnguD8=getFromCurrentRouteData(\"lscPnguD8\"),EVR86bw93=getFromCurrentRouteData(\"EVR86bw93\"),SjrmfaaZI=getFromCurrentRouteData(\"SjrmfaaZI\"),d6eWYqzWz=getFromCurrentRouteData(\"d6eWYqzWz\"),LZkj_qm53=getFromCurrentRouteData(\"LZkj_qm53\"),HrrNz6pLv=getFromCurrentRouteData(\"HrrNz6pLv\"),rW6hdt1oz=getFromCurrentRouteData(\"rW6hdt1oz\"),VTOO9rzvN=getFromCurrentRouteData(\"VTOO9rzvN\"),jvu714Rxq=getFromCurrentRouteData(\"jvu714Rxq\"),rQYjHjWgU=getFromCurrentRouteData(\"rQYjHjWgU\"),Kf0Ly4MSs=getFromCurrentRouteData(\"Kf0Ly4MSs\"),QwzppCCmI=getFromCurrentRouteData(\"QwzppCCmI\"),v1hre_aVb=getFromCurrentRouteData(\"v1hre_aVb\"),...restProps}=getProps(props);React.useInsertionEffect(()=>{const metadata1=metadataProvider(currentRouteData,activeLocale);document.title=metadata1.title||\"\";if(metadata1.viewport){var _document_querySelector;(_document_querySelector=document.querySelector('meta[name=\"viewport\"]'))===null||_document_querySelector===void 0?void 0:_document_querySelector.setAttribute(\"content\",metadata1.viewport);}if(metadata1.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata1.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata1.robots);document.head.appendChild(robotsTag);}}if(metadata1.bodyClassName){Array.from(document.body.classList).filter(c=>c.startsWith(\"framer-body-\")).map(c=>document.body.classList.remove(c));document.body.classList.add(`${metadata1.bodyClassName}-framer-yBJjk`);return()=>{document.body.classList.remove(`${metadata1.bodyClassName}-framer-yBJjk`);};}},[currentRouteData,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const{activeVariantCallback,delay}=useActiveVariantCallback(undefined);const onTapwelu7j=({overlay,paginationInfo})=>activeVariantCallback(async(...args)=>{overlay.toggle();});const ref1=React.useRef(null);const id=useRouteElementId(\"ERu49i1r2\");const ref2=React.useRef(null);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"NeKVvKGNf\")return false;return true;};const isDisplayed1=()=>{if(!isBrowser())return true;if(baseVariant===\"NeKVvKGNf\")return true;return false;};const textContent=toString(convertFromBoolean(equals(lscPnguD8,lscPnguD8),activeLocale));const textContent1=toString(convertFromBoolean1(equals(EVR86bw93,EVR86bw93),activeLocale));const textContent2=toString(convertFromBoolean2(equals(SjrmfaaZI,SjrmfaaZI),activeLocale));const textContent3=toString(convertFromBoolean3(equals(d6eWYqzWz,d6eWYqzWz),activeLocale));const textContent4=toString(convertFromBoolean4(equals(HrrNz6pLv,HrrNz6pLv),activeLocale));const textContent5=toString(convertFromBoolean5(equals(LZkj_qm53,LZkj_qm53),activeLocale));const textContent6=toString(convertFromBoolean6(equals(rW6hdt1oz,rW6hdt1oz),activeLocale));const textContent7=toString(convertFromBoolean7(equals(jvu714Rxq,jvu714Rxq),activeLocale));const textContent8=toString(convertFromBoolean8(equals(rQYjHjWgU,rQYjHjWgU),activeLocale));const textContent9=toString(convertFromBoolean9(equals(VTOO9rzvN,VTOO9rzvN),activeLocale));const textContent10=toString(convertFromBoolean10(equals(Kf0Ly4MSs,Kf0Ly4MSs),activeLocale));const textContent11=toString(convertFromBoolean11(equals(QwzppCCmI,QwzppCCmI),activeLocale));const router=useRouter();const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className,sharedStyle6.className];useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"sYYPv8Zew\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:[/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1gbqf99\",className),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"100vw\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1wpfito-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NeKVvKGNf:{variant:\"lI8g9oTEc\"},Rf1E1Ah7q:{variant:\"me4IhZOcG\"}},children:/*#__PURE__*/_jsx(NavigationBar,{height:\"100%\",id:\"OhY84NrAG\",layoutId:\"OhY84NrAG\",style:{width:\"100%\"},variant:\"bWqzpYp2F\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-14crzs8\",\"data-framer-name\":\"Hero\",name:\"Hero\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-dg452m\",\"data-framer-name\":\"container\",name:\"container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-172lroh\",\"data-framer-name\":\"heading-property\",name:\"heading-property\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1vqmn97\",\"data-styles-preset\":\"OYjWwjwvJ\",style:{\"--framer-text-alignment\":\"left\"},children:\"Lakeside retreat\"})}),className:\"framer-17gd8g5\",\"data-framer-name\":\"Name\",fonts:[\"Inter\"],name:\"Name\",text:lfgvb70sF,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-byl3e7\",\"data-framer-name\":\"features-stack\",name:\"features-stack\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-4jz6ck\",\"data-framer-name\":\"features-specs-row\",name:\"features-specs-row\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1tcxqvt\",\"data-framer-name\":\"box-specs\",name:\"box-specs\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1tr1ytt\",\"data-styles-preset\":\"likCsrx91\",children:\"Location\"})}),className:\"framer-1ycmm52\",\"data-framer-name\":\"City\",fonts:[\"Inter\"],name:\"City\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-c1fbjw\",\"data-styles-preset\":\"ASH6RaghV\",children:\"AED 1,850,000\"})}),className:\"framer-1gk1zwg\",\"data-framer-name\":\"City\",fonts:[\"Inter\"],name:\"City\",text:hNGNq_EDX,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-b0kdhq\",\"data-framer-name\":\"box-specs\",name:\"box-specs\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1tr1ytt\",\"data-styles-preset\":\"likCsrx91\",children:\"Starting Price\"})}),className:\"framer-1msawqm\",\"data-framer-name\":\"City\",fonts:[\"Inter\"],name:\"City\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-c1fbjw\",\"data-styles-preset\":\"ASH6RaghV\",children:\"AED 1,850,000\"})}),className:\"framer-2ff3ta\",\"data-framer-name\":\"City\",fonts:[\"Inter\"],name:\"City\",text:ifOGxVdzP,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-aw0xs3\",\"data-framer-name\":\"box-specs\",name:\"box-specs\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1tr1ytt\",\"data-styles-preset\":\"likCsrx91\",children:\"Handover\"})}),className:\"framer-otaerx\",\"data-framer-name\":\"City\",fonts:[\"Inter\"],name:\"City\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-c1fbjw\",\"data-styles-preset\":\"ASH6RaghV\",children:\"AED 1,850,000\"})}),className:\"framer-1jnh4s4\",\"data-framer-name\":\"City\",fonts:[\"Inter\"],name:\"City\",text:jllQKn5ov,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ct62o7\",\"data-framer-name\":\"box-specs\",name:\"box-specs\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1tr1ytt\",\"data-styles-preset\":\"likCsrx91\",children:\"Payment Plan\"})}),className:\"framer-y1r43y\",\"data-framer-name\":\"City\",fonts:[\"Inter\"],name:\"City\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-c1fbjw\",\"data-styles-preset\":\"ASH6RaghV\",children:\"AED 1,850,000\"})}),className:\"framer-1jzz86g\",\"data-framer-name\":\"City\",fonts:[\"Inter\"],name:\"City\",text:BQMvNLfNp,verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-h1u4oe-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NeKVvKGNf:{fontControl:{fontFamily:'\"Sora\", \"Sora Placeholder\", sans-serif',fontSize:\"14px\",fontStyle:\"normal\",fontWeight:600,letterSpacing:\"0em\",lineHeight:\"1em\"},iconOptions:{alignment:\"start\",color:\"var(--token-c31ae7ba-1d3a-4601-a810-0ff87f0e837b, rgb(255, 255, 255))\",size:19,type:\"Default\"},style:{width:\"100%\"},styleOptions:{backgroundColor:\"var(--token-04abf672-d0db-4ff1-8f55-166774c1a8fd, rgb(50, 62, 71))\",borderRadius:8,color:\"var(--token-c31ae7ba-1d3a-4601-a810-0ff87f0e837b, rgb(255, 255, 255))\",gap:8,padding:20,paddingBottom:20,paddingLeft:20,paddingPerSide:false,paddingRight:20,paddingTop:20}}},children:/*#__PURE__*/_jsx(Download,{fontControl:{fontFamily:'\"Sora\", \"Sora Placeholder\", sans-serif',fontSize:\"16px\",fontStyle:\"normal\",fontWeight:600,letterSpacing:\"0em\",lineHeight:\"1em\"},height:\"100%\",hoverOptions:{backgroundColor:\"var(--token-89654377-12bd-48a8-a81a-379d6540d055, rgb(63, 87, 101))\",color:\"rgb(255, 255, 255)\",scale:1,transition:{damping:30,stiffness:400,type:\"spring\"}},iconOptions:{alignment:\"start\",color:\"var(--token-c31ae7ba-1d3a-4601-a810-0ff87f0e837b, rgb(255, 255, 255))\",size:16,type:\"Default\"},id:\"OZpA_rARQ\",layoutId:\"OZpA_rARQ\",srcFile:u_TOPczTO,srcType:\"URL\",srcURL:\"#form\",style:{height:\"100%\"},styleOptions:{backgroundColor:\"var(--token-04abf672-d0db-4ff1-8f55-166774c1a8fd, rgb(50, 62, 71))\",borderRadius:8,color:\"var(--token-c31ae7ba-1d3a-4601-a810-0ff87f0e837b, rgb(255, 255, 255))\",gap:8,padding:16,paddingBottom:16,paddingLeft:16,paddingPerSide:false,paddingRight:16,paddingTop:16},text:\"Download Catalog\",width:\"100%\"})})})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-5yk5yw\",\"data-framer-name\":\"img-grid\",name:\"img-grid\",children:[/*#__PURE__*/_jsx(Overlay,{children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NeKVvKGNf:{background:{alt:\"\",fit:\"fill\",sizes:\"calc(max((min(100vw - 32px, 1304px) - 16px) / 3, 90px) * 3 + 16px)\",...toResponsiveImage(WxGT3Jhjr)}},Rf1E1Ah7q:{background:{alt:\"\",fit:\"fill\",sizes:\"calc(max((min(100vw - 64px, 1304px) - 24px) / 3, 200px) * 3 + 24px)\",...toResponsiveImage(WxGT3Jhjr)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"calc(max((min(100vw - 96px, 1304px) - 64px) / 5, 200px) * 4 + 48px)\",...toResponsiveImage(WxGT3Jhjr)},className:\"framer-16ljx73\",\"data-framer-name\":\"Feature image 1\",id:\"16ljx73\",name:\"Feature image 1\",onTap:onTapwelu7j({overlay}),whileHover:animation,children:/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:.3,ease:[.5,0,.88,.77],type:\"tween\"}},className:\"framer-8fe8s7\",\"data-framer-portal-id\":\"16ljx73\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[0,0,1,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay.hide()},\"k76lm1WjS\"),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-u1mjoj-container\",\"data-framer-portal-id\":\"16ljx73\",children:/*#__PURE__*/_jsx(ImageGalleryOverlay,{fpeJGKYck:toResponsiveImage(PPowOwBOr),fxVF2guW0:toResponsiveImage(OzYZskQrM),height:\"100%\",id:\"cGGJ1wzoT\",layoutId:\"cGGJ1wzoT\",MBDqCkQXr:toResponsiveImage(ntNBtA7wF),NnphHZp1O:toResponsiveImage(GXJ78jGYy),ognvd4B17:toResponsiveImage(erZtY1U9G),OsfMmfQHW:toResponsiveImage(fM2suhsoE),P6mydsb3R:toResponsiveImage(HJexkLrUG),prh5iBDSY:toResponsiveImage(imN0AMu6n),style:{width:\"100%\"},TjLONmnh7:toResponsiveImage(WxGT3Jhjr),variant:\"kywTQi9SD\",WAiXvjUPx:toResponsiveImage(YtQPUCVvI),width:\"100%\"})})})]}),document.querySelector(\"#overlay\"))})})})})})}),/*#__PURE__*/_jsx(Overlay,{children:overlay1=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NeKVvKGNf:{background:{alt:\"\",fit:\"fill\",sizes:\"max((min(100vw - 32px, 1304px) - 16px) / 3, 90px)\",...toResponsiveImage(PPowOwBOr)}},Rf1E1Ah7q:{background:{alt:\"\",fit:\"fill\",sizes:\"max((min(100vw - 64px, 1304px) - 24px) / 3, 200px)\",...toResponsiveImage(PPowOwBOr)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"max((min(100vw - 96px, 1304px) - 64px) / 5, 200px)\",...toResponsiveImage(PPowOwBOr)},className:\"framer-1cflnzk\",\"data-framer-name\":\"Feature image 2\",id:\"1cflnzk\",name:\"Feature image 2\",onTap:onTapwelu7j({overlay:overlay1}),whileHover:animation,children:/*#__PURE__*/_jsx(AnimatePresence,{children:overlay1.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:.3,ease:[.5,0,.88,.77],type:\"tween\"}},className:\"framer-13nzff3\",\"data-framer-portal-id\":\"1cflnzk\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[0,0,1,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay1.hide()},\"DzO_J6foG\"),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-11sld19-container\",\"data-framer-portal-id\":\"1cflnzk\",children:/*#__PURE__*/_jsx(ImageGalleryOverlay,{fpeJGKYck:toResponsiveImage(PPowOwBOr),fxVF2guW0:toResponsiveImage(OzYZskQrM),height:\"100%\",id:\"LOCiQxBSp\",layoutId:\"LOCiQxBSp\",MBDqCkQXr:toResponsiveImage(ntNBtA7wF),NnphHZp1O:toResponsiveImage(GXJ78jGYy),ognvd4B17:toResponsiveImage(erZtY1U9G),OsfMmfQHW:toResponsiveImage(fM2suhsoE),P6mydsb3R:toResponsiveImage(HJexkLrUG),prh5iBDSY:toResponsiveImage(imN0AMu6n),style:{width:\"100%\"},TjLONmnh7:toResponsiveImage(WxGT3Jhjr),variant:\"bJ9VzDHtf\",WAiXvjUPx:toResponsiveImage(YtQPUCVvI),width:\"100%\"})})})]}),document.querySelector(\"#overlay\"))})})})})})}),/*#__PURE__*/_jsx(Overlay,{children:overlay2=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NeKVvKGNf:{background:{alt:\"\",fit:\"fill\",sizes:\"max((min(100vw - 32px, 1304px) - 16px) / 3, 90px)\",...toResponsiveImage(YtQPUCVvI)}},Rf1E1Ah7q:{background:{alt:\"\",fit:\"fill\",sizes:\"max((min(100vw - 64px, 1304px) - 24px) / 3, 200px)\",...toResponsiveImage(YtQPUCVvI)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"max((min(100vw - 96px, 1304px) - 64px) / 5, 200px)\",...toResponsiveImage(YtQPUCVvI)},className:\"framer-1hp1ah4\",\"data-framer-name\":\"Feature image 3\",id:\"1hp1ah4\",name:\"Feature image 3\",onTap:onTapwelu7j({overlay:overlay2}),whileHover:animation,children:/*#__PURE__*/_jsx(AnimatePresence,{children:overlay2.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:.3,ease:[.5,0,.88,.77],type:\"tween\"}},className:\"framer-p8l1o\",\"data-framer-portal-id\":\"1hp1ah4\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[0,0,1,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay2.hide()},\"y8QyLqE3V\"),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ekwmv6-container\",\"data-framer-portal-id\":\"1hp1ah4\",children:/*#__PURE__*/_jsx(ImageGalleryOverlay,{fpeJGKYck:toResponsiveImage(PPowOwBOr),fxVF2guW0:toResponsiveImage(OzYZskQrM),height:\"100%\",id:\"FOJBDyKCz\",layoutId:\"FOJBDyKCz\",MBDqCkQXr:toResponsiveImage(ntNBtA7wF),NnphHZp1O:toResponsiveImage(GXJ78jGYy),ognvd4B17:toResponsiveImage(erZtY1U9G),OsfMmfQHW:toResponsiveImage(fM2suhsoE),P6mydsb3R:toResponsiveImage(HJexkLrUG),prh5iBDSY:toResponsiveImage(imN0AMu6n),style:{width:\"100%\"},TjLONmnh7:toResponsiveImage(WxGT3Jhjr),variant:\"R6CM8Sod9\",WAiXvjUPx:toResponsiveImage(YtQPUCVvI),width:\"100%\"})})})]}),document.querySelector(\"#overlay\"))})})})})})}),/*#__PURE__*/_jsx(Overlay,{children:overlay3=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NeKVvKGNf:{background:{alt:\"\",fit:\"fill\",sizes:\"max((min(100vw - 32px, 1304px) - 16px) / 3, 90px)\",...toResponsiveImage(fM2suhsoE)}},Rf1E1Ah7q:{background:{alt:\"\",fit:\"fill\",sizes:\"max((min(100vw - 64px, 1304px) - 24px) / 3, 200px)\",...toResponsiveImage(fM2suhsoE)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"max((min(100vw - 96px, 1304px) - 64px) / 5, 200px)\",...toResponsiveImage(fM2suhsoE)},className:\"framer-1dihyjj\",\"data-framer-name\":\"Feature image 4\",id:\"1dihyjj\",name:\"Feature image 4\",onTap:onTapwelu7j({overlay:overlay3}),whileHover:animation,children:/*#__PURE__*/_jsx(AnimatePresence,{children:overlay3.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:.3,ease:[.5,0,.88,.77],type:\"tween\"}},className:\"framer-18u1ql7\",\"data-framer-portal-id\":\"1dihyjj\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[0,0,1,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay3.hide()},\"YU0vRWGqO\"),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-sdckqz-container\",\"data-framer-portal-id\":\"1dihyjj\",children:/*#__PURE__*/_jsx(ImageGalleryOverlay,{fpeJGKYck:toResponsiveImage(PPowOwBOr),fxVF2guW0:toResponsiveImage(OzYZskQrM),height:\"100%\",id:\"oqHbyNrNG\",layoutId:\"oqHbyNrNG\",MBDqCkQXr:toResponsiveImage(ntNBtA7wF),NnphHZp1O:toResponsiveImage(GXJ78jGYy),ognvd4B17:toResponsiveImage(erZtY1U9G),OsfMmfQHW:toResponsiveImage(fM2suhsoE),P6mydsb3R:toResponsiveImage(HJexkLrUG),prh5iBDSY:toResponsiveImage(imN0AMu6n),style:{width:\"100%\"},TjLONmnh7:toResponsiveImage(WxGT3Jhjr),variant:\"MSiEgNuFk\",WAiXvjUPx:toResponsiveImage(YtQPUCVvI),width:\"100%\"})})})]}),document.querySelector(\"#overlay\"))})})})})})}),/*#__PURE__*/_jsx(Overlay,{children:overlay4=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NeKVvKGNf:{background:{alt:\"\",fit:\"fill\",sizes:\"max((min(100vw - 32px, 1304px) - 16px) / 3, 90px)\",...toResponsiveImage(GXJ78jGYy)}},Rf1E1Ah7q:{background:{alt:\"\",fit:\"fill\",sizes:\"max((min(100vw - 64px, 1304px) - 24px) / 3, 200px)\",...toResponsiveImage(GXJ78jGYy)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"max((min(100vw - 96px, 1304px) - 64px) / 5, 200px)\",...toResponsiveImage(GXJ78jGYy)},className:\"framer-35sdax\",\"data-framer-name\":\"Feature image 4\",id:\"35sdax\",name:\"Feature image 4\",onTap:onTapwelu7j({overlay:overlay4}),whileHover:animation,children:/*#__PURE__*/_jsx(AnimatePresence,{children:overlay4.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:.3,ease:[.5,0,.88,.77],type:\"tween\"}},className:\"framer-18ohql6\",\"data-framer-portal-id\":\"35sdax\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[0,0,1,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay4.hide()},\"YLl5evcpt\"),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-18im89p-container\",\"data-framer-portal-id\":\"35sdax\",children:/*#__PURE__*/_jsx(ImageGalleryOverlay,{fpeJGKYck:toResponsiveImage(PPowOwBOr),fxVF2guW0:toResponsiveImage(OzYZskQrM),height:\"100%\",id:\"LY4uStEgE\",layoutId:\"LY4uStEgE\",MBDqCkQXr:toResponsiveImage(ntNBtA7wF),NnphHZp1O:toResponsiveImage(GXJ78jGYy),ognvd4B17:toResponsiveImage(erZtY1U9G),OsfMmfQHW:toResponsiveImage(fM2suhsoE),P6mydsb3R:toResponsiveImage(HJexkLrUG),prh5iBDSY:toResponsiveImage(imN0AMu6n),style:{width:\"100%\"},TjLONmnh7:toResponsiveImage(WxGT3Jhjr),variant:\"GOzPF9SDk\",WAiXvjUPx:toResponsiveImage(YtQPUCVvI),width:\"100%\"})})})]}),document.querySelector(\"#overlay\"))})})})})})}),/*#__PURE__*/_jsx(Overlay,{children:overlay5=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NeKVvKGNf:{background:{alt:\"\",fit:\"fill\",sizes:\"max((min(100vw - 32px, 1304px) - 16px) / 3, 90px)\",...toResponsiveImage(ntNBtA7wF)}},Rf1E1Ah7q:{background:{alt:\"\",fit:\"fill\",sizes:\"max((min(100vw - 64px, 1304px) - 24px) / 3, 200px)\",...toResponsiveImage(ntNBtA7wF)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"max((min(100vw - 96px, 1304px) - 64px) / 5, 200px)\",...toResponsiveImage(ntNBtA7wF)},className:\"framer-oeyjzi\",\"data-framer-name\":\"Feature image 4\",id:\"oeyjzi\",name:\"Feature image 4\",onTap:onTapwelu7j({overlay:overlay5}),whileHover:animation,children:/*#__PURE__*/_jsx(AnimatePresence,{children:overlay5.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:.3,ease:[.5,0,.88,.77],type:\"tween\"}},className:\"framer-ryt1dz\",\"data-framer-portal-id\":\"oeyjzi\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[0,0,1,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay5.hide()},\"WbuxROMVx\"),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-u1nznl-container\",\"data-framer-portal-id\":\"oeyjzi\",children:/*#__PURE__*/_jsx(ImageGalleryOverlay,{fpeJGKYck:toResponsiveImage(PPowOwBOr),fxVF2guW0:toResponsiveImage(OzYZskQrM),height:\"100%\",id:\"w8Ns46YGt\",layoutId:\"w8Ns46YGt\",MBDqCkQXr:toResponsiveImage(ntNBtA7wF),NnphHZp1O:toResponsiveImage(GXJ78jGYy),ognvd4B17:toResponsiveImage(erZtY1U9G),OsfMmfQHW:toResponsiveImage(fM2suhsoE),P6mydsb3R:toResponsiveImage(HJexkLrUG),prh5iBDSY:toResponsiveImage(imN0AMu6n),style:{width:\"100%\"},TjLONmnh7:toResponsiveImage(WxGT3Jhjr),variant:\"kllsNn1R3\",WAiXvjUPx:toResponsiveImage(YtQPUCVvI),width:\"100%\"})})})]}),document.querySelector(\"#overlay\"))})})})})})}),/*#__PURE__*/_jsx(Overlay,{children:overlay6=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NeKVvKGNf:{background:{alt:\"\",fit:\"fill\",sizes:\"max((min(100vw - 32px, 1304px) - 16px) / 3, 90px)\",...toResponsiveImage(erZtY1U9G)}},Rf1E1Ah7q:{background:{alt:\"\",fit:\"fill\",sizes:\"max((min(100vw - 64px, 1304px) - 24px) / 3, 200px)\",...toResponsiveImage(erZtY1U9G)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"max((min(100vw - 96px, 1304px) - 64px) / 5, 200px)\",...toResponsiveImage(erZtY1U9G)},className:\"framer-cbudo4\",\"data-framer-name\":\"Feature image 4\",id:\"cbudo4\",name:\"Feature image 4\",onTap:onTapwelu7j({overlay:overlay6}),whileHover:animation,children:/*#__PURE__*/_jsx(AnimatePresence,{children:overlay6.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:.3,ease:[.5,0,.88,.77],type:\"tween\"}},className:\"framer-1evjwgy\",\"data-framer-portal-id\":\"cbudo4\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[0,0,1,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay6.hide()},\"S28qcByou\"),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ckzrp2-container\",\"data-framer-portal-id\":\"cbudo4\",children:/*#__PURE__*/_jsx(ImageGalleryOverlay,{fpeJGKYck:toResponsiveImage(PPowOwBOr),fxVF2guW0:toResponsiveImage(OzYZskQrM),height:\"100%\",id:\"zWKJDpcCG\",layoutId:\"zWKJDpcCG\",MBDqCkQXr:toResponsiveImage(ntNBtA7wF),NnphHZp1O:toResponsiveImage(GXJ78jGYy),ognvd4B17:toResponsiveImage(erZtY1U9G),OsfMmfQHW:toResponsiveImage(fM2suhsoE),P6mydsb3R:toResponsiveImage(HJexkLrUG),prh5iBDSY:toResponsiveImage(imN0AMu6n),style:{width:\"100%\"},TjLONmnh7:toResponsiveImage(WxGT3Jhjr),variant:\"j42ll8YJr\",WAiXvjUPx:toResponsiveImage(YtQPUCVvI),width:\"100%\"})})})]}),document.querySelector(\"#overlay\"))})})})})})}),/*#__PURE__*/_jsx(Overlay,{children:overlay7=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NeKVvKGNf:{background:{alt:\"\",fit:\"fill\",sizes:\"max((min(100vw - 32px, 1304px) - 16px) / 3, 90px)\",...toResponsiveImage(HJexkLrUG)}},Rf1E1Ah7q:{background:{alt:\"\",fit:\"fill\",sizes:\"max((min(100vw - 64px, 1304px) - 24px) / 3, 200px)\",...toResponsiveImage(HJexkLrUG)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"max((min(100vw - 96px, 1304px) - 64px) / 5, 200px)\",...toResponsiveImage(HJexkLrUG)},className:\"framer-pwp3mw\",\"data-framer-name\":\"Feature image 4\",id:\"pwp3mw\",name:\"Feature image 4\",onTap:onTapwelu7j({overlay:overlay7}),whileHover:animation,children:/*#__PURE__*/_jsx(AnimatePresence,{children:overlay7.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:.3,ease:[.5,0,.88,.77],type:\"tween\"}},className:\"framer-16z34zd\",\"data-framer-portal-id\":\"pwp3mw\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[0,0,1,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay7.hide()},\"UBdnnBs2u\"),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-soq8nz-container\",\"data-framer-portal-id\":\"pwp3mw\",children:/*#__PURE__*/_jsx(ImageGalleryOverlay,{fpeJGKYck:toResponsiveImage(PPowOwBOr),fxVF2guW0:toResponsiveImage(OzYZskQrM),height:\"100%\",id:\"qdrTNzppM\",layoutId:\"qdrTNzppM\",MBDqCkQXr:toResponsiveImage(ntNBtA7wF),NnphHZp1O:toResponsiveImage(GXJ78jGYy),ognvd4B17:toResponsiveImage(erZtY1U9G),OsfMmfQHW:toResponsiveImage(fM2suhsoE),P6mydsb3R:toResponsiveImage(HJexkLrUG),prh5iBDSY:toResponsiveImage(imN0AMu6n),style:{width:\"100%\"},TjLONmnh7:toResponsiveImage(WxGT3Jhjr),variant:\"gCcBFMrlu\",WAiXvjUPx:toResponsiveImage(YtQPUCVvI),width:\"100%\"})})})]}),document.querySelector(\"#overlay\"))})})})})})}),/*#__PURE__*/_jsx(Overlay,{children:overlay8=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NeKVvKGNf:{background:{alt:\"\",fit:\"fill\",sizes:\"max((min(100vw - 32px, 1304px) - 16px) / 3, 90px)\",...toResponsiveImage(OzYZskQrM)}},Rf1E1Ah7q:{background:{alt:\"\",fit:\"fill\",sizes:\"max((min(100vw - 64px, 1304px) - 24px) / 3, 200px)\",...toResponsiveImage(OzYZskQrM)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"max((min(100vw - 96px, 1304px) - 64px) / 5, 200px)\",...toResponsiveImage(OzYZskQrM)},className:\"framer-2z6hzs\",\"data-framer-name\":\"Feature image 4\",id:\"2z6hzs\",name:\"Feature image 4\",onTap:onTapwelu7j({overlay:overlay8}),whileHover:animation,children:/*#__PURE__*/_jsx(AnimatePresence,{children:overlay8.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:.3,ease:[.5,0,.88,.77],type:\"tween\"}},className:\"framer-14396s7\",\"data-framer-portal-id\":\"2z6hzs\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[0,0,1,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay8.hide()},\"TuEBjGGj4\"),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-ywfo4p-container\",\"data-framer-portal-id\":\"2z6hzs\",children:/*#__PURE__*/_jsx(ImageGalleryOverlay,{fpeJGKYck:toResponsiveImage(PPowOwBOr),fxVF2guW0:toResponsiveImage(OzYZskQrM),height:\"100%\",id:\"oiBOhrseO\",layoutId:\"oiBOhrseO\",MBDqCkQXr:toResponsiveImage(ntNBtA7wF),NnphHZp1O:toResponsiveImage(GXJ78jGYy),ognvd4B17:toResponsiveImage(erZtY1U9G),OsfMmfQHW:toResponsiveImage(fM2suhsoE),P6mydsb3R:toResponsiveImage(HJexkLrUG),prh5iBDSY:toResponsiveImage(imN0AMu6n),style:{width:\"100%\"},TjLONmnh7:toResponsiveImage(WxGT3Jhjr),variant:\"sMDnQKDX_\",WAiXvjUPx:toResponsiveImage(YtQPUCVvI),width:\"100%\"})})})]}),document.querySelector(\"#overlay\"))})})})})})}),/*#__PURE__*/_jsx(Overlay,{children:overlay9=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NeKVvKGNf:{background:{alt:\"\",fit:\"fill\",sizes:\"max((min(100vw - 32px, 1304px) - 16px) / 3, 90px)\",...toResponsiveImage(imN0AMu6n)}},Rf1E1Ah7q:{background:{alt:\"\",fit:\"fill\",sizes:\"max((min(100vw - 64px, 1304px) - 24px) / 3, 200px)\",...toResponsiveImage(imN0AMu6n)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"max((min(100vw - 96px, 1304px) - 64px) / 5, 200px)\",...toResponsiveImage(imN0AMu6n)},className:\"framer-1sc4zdg\",\"data-framer-name\":\"Feature image 4\",id:\"1sc4zdg\",name:\"Feature image 4\",onTap:onTapwelu7j({overlay:overlay9}),whileHover:animation,children:/*#__PURE__*/_jsx(AnimatePresence,{children:overlay9.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:.3,ease:[.5,0,.88,.77],type:\"tween\"}},className:\"framer-8gau80\",\"data-framer-portal-id\":\"1sc4zdg\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[0,0,1,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay9.hide()},\"b937fl7MB\"),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ih0hdp-container\",\"data-framer-portal-id\":\"1sc4zdg\",children:/*#__PURE__*/_jsx(ImageGalleryOverlay,{fpeJGKYck:toResponsiveImage(PPowOwBOr),fxVF2guW0:toResponsiveImage(OzYZskQrM),height:\"100%\",id:\"MUjibETvP\",layoutId:\"MUjibETvP\",MBDqCkQXr:toResponsiveImage(ntNBtA7wF),NnphHZp1O:toResponsiveImage(GXJ78jGYy),ognvd4B17:toResponsiveImage(erZtY1U9G),OsfMmfQHW:toResponsiveImage(fM2suhsoE),P6mydsb3R:toResponsiveImage(HJexkLrUG),prh5iBDSY:toResponsiveImage(imN0AMu6n),style:{width:\"100%\"},TjLONmnh7:toResponsiveImage(WxGT3Jhjr),variant:\"ZTRrjGEpl\",WAiXvjUPx:toResponsiveImage(YtQPUCVvI),width:\"100%\"})})})]}),document.querySelector(\"#overlay\"))})})})})})})]})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-4b0scc\",\"data-framer-name\":\"Description\",name:\"Description\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-zq7lq\",\"data-framer-name\":\"container\",name:\"container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1tbfevd\",\"data-framer-name\":\"text-description\",name:\"text-description\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-hgo6z0\",\"data-styles-preset\":\"bUxp8sbV8\",style:{\"--framer-text-alignment\":\"left\"},children:\"Overview\"})}),className:\"framer-wcw42n\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:uCOH431p0,className:\"framer-u84oe8\",\"data-framer-name\":\"Description\",fonts:[\"Inter\"],name:\"Description\",stylesPresetsClassNames:{img:\"framer-styles-preset-1x58689\",p:\"framer-styles-preset-1rf6grp\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-sa2w2c\",\"data-framer-name\":\"form-wrapper\",id:id,name:\"form-wrapper\",ref:ref2,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-b96lul\",\"data-framer-name\":\"text-wrapper\",name:\"text-wrapper\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1tr1ytt\",\"data-styles-preset\":\"likCsrx91\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.75)\"},children:\"Prices starts from\"})}),className:\"framer-v25dpl\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-118f92k\",\"data-framer-name\":\"price\",name:\"price\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-pfqxwb\",\"data-styles-preset\":\"M6fsB3aVy\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-c31ae7ba-1d3a-4601-a810-0ff87f0e837b, rgb(255, 255, 255))\"},children:\"$4,000,000\"})}),className:\"framer-1xcqvbp\",fonts:[\"Inter\"],text:ifOGxVdzP,verticalAlignment:\"top\",withExternalLayout:true})})]}),isDisplayed()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1tzyq0p hidden-1si61fh\",\"data-framer-name\":\"separator\",name:\"separator\"}),isDisplayed1()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-dcu634 hidden-1gbqf99 hidden-1uto9zu\",\"data-framer-name\":\"separator\",name:\"separator\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-ng9pdo\",\"data-framer-name\":\"form-block\",name:\"form-block\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NeKVvKGNf:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7U29yYS1yZWd1bGFy\",\"--framer-font-family\":'\"Sora\", \"Sora Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"165%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.75)\"},children:\"Please fill the following form so one of our agents can contact you as soon as possible and send you the brochure.\"})})},Rf1E1Ah7q:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7U29yYS1yZWd1bGFy\",\"--framer-font-family\":'\"Sora\", \"Sora Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"165%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.75)\"},children:\"Please fill the following form so one of our agents can contact you as soon as possible and send you the brochure.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7U29yYS1yZWd1bGFy\",\"--framer-font-family\":'\"Sora\", \"Sora Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"165%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.75)\"},children:\"Please fill the following form so one of our agents can contact you as soon as possible and send you the brochure.\"})}),className:\"framer-zz0afq\",fonts:[\"GF;Sora-regular\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(FormContainer,{action:\"https://api.framer.com/forms/v1/forms/58753939-42e8-4138-8529-f9f03de5aa2f/submit\",className:\"framer-1xbfnl3\",children:formState=>/*#__PURE__*/_jsxs(_Fragment,{children:[/*#__PURE__*/_jsx(\"label\",{className:\"framer-buc8s7\",children:/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-18q0ahb\",inputName:\"Name\",placeholder:\"Your Name\",required:true,type:\"text\"})}),/*#__PURE__*/_jsx(\"label\",{className:\"framer-1ddffpn\",children:/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-100fxkb\",inputName:\"Email\",placeholder:\"Your Email\",required:true,type:\"email\"})}),/*#__PURE__*/_jsx(\"label\",{className:\"framer-h9ajlc\",children:/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-1qshtfv\",inputName:\"Phone\",placeholder:\"Phone (+971)\",required:true,type:\"tel\"})}),/*#__PURE__*/_jsx(\"label\",{className:\"framer-ofhcwr\",children:/*#__PURE__*/_jsx(FormSelect,{className:\"framer-bvc3op\",defaultValue:\"I am a Buyer\",inputName:\"Type\",required:true,selectOptions:[{title:\"I am a Buyer\",type:\"option\",value:\"I am a Buyer\"},{title:\"I'm an Investor\",type:\"option\",value:\"I'm an Investor\"},{title:\"I'm an Agent\",type:\"option\",value:\"I'm an Agent\"}]})}),/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-16tp4up\",defaultValue:lfgvb70sF,inputName:\"Interested in\",type:\"hidden\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NeKVvKGNf:{width:\"calc(min(100vw - 32px, 1304px) - 48px)\"},Rf1E1Ah7q:{width:\"calc(max(min(100vw - 64px, 1304px) / 2 - 32px, 1px) - 48px)\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"calc(max(min(100vw - 96px, 1304px) * 0.4 - 32px, 1px) - 48px)\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-13nlf11-container\",children:/*#__PURE__*/_jsx(ButtonCopy,{height:\"100%\",id:\"SmrsULMM6\",layoutId:\"SmrsULMM6\",style:{height:\"100%\",width:\"100%\"},type:\"submit\",variant:formVariants(formState,{pending:\"K04GJCdz3\",success:\"cclJcrJ9N\"},\"TLxJ9lTo1\"),width:\"100%\"})})})})]})})]})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-3nukt3\",\"data-framer-name\":\"Features\",name:\"Features\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-c44pxq\",\"data-framer-name\":\"container\",name:\"container\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1caj2e8\",\"data-framer-name\":\"specs-and-features-stack\",name:\"specs-and-features-stack\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-hgo6z0\",\"data-styles-preset\":\"bUxp8sbV8\",style:{\"--framer-text-alignment\":\"left\"},children:\"Features and facilities\"})}),className:\"framer-mk3fv4\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-6sdzd8\",\"data-framer-name\":\"specs-grid\",name:\"specs-grid\",children:[lscPnguD8&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1587sna\",\"data-framer-name\":\"specs-item\",name:\"specs-item\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NeKVvKGNf:{width:\"24px\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"32px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1rquw26-container\",children:/*#__PURE__*/_jsx(IconsSpecs,{height:\"100%\",id:\"BpHtICrHZ\",layoutId:\"BpHtICrHZ\",style:{height:\"100%\",width:\"100%\"},variant:\"IiOBqUuH3\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-c1fbjw\",\"data-styles-preset\":\"ASH6RaghV\",children:\"Wi-Fi zone\"})}),className:\"framer-hyd1wz\",fonts:[\"Inter\"],text:textContent,verticalAlignment:\"top\",withExternalLayout:true})]}),EVR86bw93&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-22wy4h\",\"data-framer-name\":\"specs-item\",name:\"specs-item\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NeKVvKGNf:{width:\"24px\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"32px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-r7mhyu-container\",children:/*#__PURE__*/_jsx(IconsSpecs,{height:\"100%\",id:\"pb6VwyjT7\",layoutId:\"pb6VwyjT7\",style:{height:\"100%\",width:\"100%\"},variant:\"yRaYDZSMW\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-c1fbjw\",\"data-styles-preset\":\"ASH6RaghV\",children:\"Private parking\"})}),className:\"framer-1x6026g\",fonts:[\"Inter\"],text:textContent1,verticalAlignment:\"top\",withExternalLayout:true})]}),SjrmfaaZI&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-hqk5r3\",\"data-framer-name\":\"specs-item\",name:\"specs-item\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NeKVvKGNf:{width:\"24px\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"32px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1d86s66-container\",children:/*#__PURE__*/_jsx(IconsSpecs,{height:\"100%\",id:\"PO5pUh1U0\",layoutId:\"PO5pUh1U0\",style:{height:\"100%\",width:\"100%\"},variant:\"be1giWjkT\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-c1fbjw\",\"data-styles-preset\":\"ASH6RaghV\",children:\"Spa Facilities\"})}),className:\"framer-dkkttr\",fonts:[\"Inter\"],text:textContent2,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-3vwt7y\",\"data-framer-name\":\"specs-item\",name:\"specs-item\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NeKVvKGNf:{width:\"24px\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"32px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-v08s1k-container\",children:/*#__PURE__*/_jsx(IconsSpecs,{height:\"100%\",id:\"PcqK1BfUd\",layoutId:\"PcqK1BfUd\",style:{height:\"100%\",width:\"100%\"},variant:\"uh8WzoY1r\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-c1fbjw\",\"data-styles-preset\":\"ASH6RaghV\",children:\"Beach Access\"})}),className:\"framer-dc2xsg\",fonts:[\"Inter\"],text:textContent3,verticalAlignment:\"top\",withExternalLayout:true})]}),LZkj_qm53&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1u131ks\",\"data-framer-name\":\"specs-item\",name:\"specs-item\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NeKVvKGNf:{width:\"24px\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"32px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1m152nw-container\",children:/*#__PURE__*/_jsx(IconsSpecs,{height:\"100%\",id:\"ammq6hKBT\",layoutId:\"ammq6hKBT\",style:{height:\"100%\",width:\"100%\"},variant:\"Ht8p2uuAd\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-c1fbjw\",\"data-styles-preset\":\"ASH6RaghV\",children:\"Infinity Pool\"})}),className:\"framer-1otv3wp\",fonts:[\"Inter\"],text:textContent4,verticalAlignment:\"top\",withExternalLayout:true})]}),rW6hdt1oz&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-oso57e\",\"data-framer-name\":\"specs-item\",name:\"specs-item\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NeKVvKGNf:{width:\"24px\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"32px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-e6b14a-container\",children:/*#__PURE__*/_jsx(IconsSpecs,{height:\"100%\",id:\"IRoookOik\",layoutId:\"IRoookOik\",style:{height:\"100%\",width:\"100%\"},variant:\"jmHvn9cnE\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-c1fbjw\",\"data-styles-preset\":\"ASH6RaghV\",children:\"Premium Kitchen\"})}),className:\"framer-13ddcau\",fonts:[\"Inter\"],text:textContent5,verticalAlignment:\"top\",withExternalLayout:true})]}),VTOO9rzvN&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-td28nz\",\"data-framer-name\":\"specs-item\",name:\"specs-item\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NeKVvKGNf:{width:\"24px\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"32px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-vu66tw-container\",children:/*#__PURE__*/_jsx(IconsSpecs,{height:\"100%\",id:\"I1FegMKnD\",layoutId:\"I1FegMKnD\",style:{height:\"100%\",width:\"100%\"},variant:\"oLWkbC60U\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-c1fbjw\",\"data-styles-preset\":\"ASH6RaghV\",children:\"Smart home\"})}),className:\"framer-aog6g7\",fonts:[\"Inter\"],text:textContent6,verticalAlignment:\"top\",withExternalLayout:true})]}),jvu714Rxq&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-qayykx\",\"data-framer-name\":\"specs-item\",name:\"specs-item\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NeKVvKGNf:{width:\"24px\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"32px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-151li9f-container\",children:/*#__PURE__*/_jsx(IconsSpecs,{height:\"100%\",id:\"zL_HiV4Au\",layoutId:\"zL_HiV4Au\",style:{height:\"100%\",width:\"100%\"},variant:\"ztnopsRhq\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-c1fbjw\",\"data-styles-preset\":\"ASH6RaghV\",children:\"Balcony\"})}),className:\"framer-ju40lq\",fonts:[\"Inter\"],text:textContent7,verticalAlignment:\"top\",withExternalLayout:true})]}),rQYjHjWgU&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-30vg3c\",\"data-framer-name\":\"specs-item\",name:\"specs-item\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NeKVvKGNf:{width:\"24px\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"32px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1jm52jf-container\",children:/*#__PURE__*/_jsx(IconsSpecs,{height:\"100%\",id:\"utz6yv9Ht\",layoutId:\"utz6yv9Ht\",style:{height:\"100%\",width:\"100%\"},variant:\"EHS0KER47\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-c1fbjw\",\"data-styles-preset\":\"ASH6RaghV\",children:\"Swimming Pool\"})}),className:\"framer-1ejs91o\",fonts:[\"Inter\"],text:textContent8,verticalAlignment:\"top\",withExternalLayout:true})]}),Kf0Ly4MSs&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-lt5ohy\",\"data-framer-name\":\"specs-item\",name:\"specs-item\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NeKVvKGNf:{width:\"24px\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"32px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-69q5p3-container\",children:/*#__PURE__*/_jsx(IconsSpecs,{height:\"100%\",id:\"z_tFNVFhR\",layoutId:\"z_tFNVFhR\",style:{height:\"100%\",width:\"100%\"},variant:\"PH5P4W9pN\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-c1fbjw\",\"data-styles-preset\":\"ASH6RaghV\",children:\"Laundry\"})}),className:\"framer-138znhr\",fonts:[\"Inter\"],text:textContent9,verticalAlignment:\"top\",withExternalLayout:true})]}),QwzppCCmI&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-sgeyz5\",\"data-framer-name\":\"specs-item\",name:\"specs-item\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NeKVvKGNf:{width:\"24px\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"32px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-wbq3cx-container\",children:/*#__PURE__*/_jsx(IconsSpecs,{height:\"100%\",id:\"baX7hA_Rv\",layoutId:\"baX7hA_Rv\",style:{height:\"100%\",width:\"100%\"},variant:\"hShQiA0WS\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-c1fbjw\",\"data-styles-preset\":\"ASH6RaghV\",children:\"Barbecue Area\"})}),className:\"framer-1q5rxjc\",fonts:[\"Inter\"],text:textContent10,verticalAlignment:\"top\",withExternalLayout:true})]}),QwzppCCmI&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1cub5qq\",\"data-framer-name\":\"specs-item\",name:\"specs-item\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NeKVvKGNf:{width:\"24px\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"32px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-16355jo-container\",children:/*#__PURE__*/_jsx(IconsSpecs,{height:\"100%\",id:\"SpyFZzoTA\",layoutId:\"SpyFZzoTA\",style:{height:\"100%\",width:\"100%\"},variant:\"aeah54lAz\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-c1fbjw\",\"data-styles-preset\":\"ASH6RaghV\",children:\"Barbecue Area\"})}),className:\"framer-3yuvlc\",fonts:[\"Inter\"],text:textContent11,verticalAlignment:\"top\",withExternalLayout:true})]})]})]})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1v5o2wk\",\"data-framer-name\":\"Location\",name:\"Location\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1xvlshy\",\"data-framer-name\":\"container\",name:\"container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-altkxx\",\"data-framer-name\":\"text-wrapper\",name:\"text-wrapper\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-hgo6z0\",\"data-styles-preset\":\"bUxp8sbV8\",style:{\"--framer-text-alignment\":\"left\"},children:\"Property location\"})}),className:\"framer-1ypt45c\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1tr1ytt\",\"data-styles-preset\":\"likCsrx91\",style:{\"--framer-text-alignment\":\"left\"},children:\"456 Mountain View Road, CO 81611\"})}),className:\"framer-1gf7jyn\",\"data-framer-name\":\"Address\",fonts:[\"Inter\"],name:\"Address\",text:hNGNq_EDX,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-183w9c3-container\",children:/*#__PURE__*/_jsx(GoogleMaps,{borderRadius:16,bottomLeftRadius:16,bottomRightRadius:16,coordinates:v1hre_aVb,height:\"100%\",id:\"gWNARZRDh\",isMixedBorderRadius:false,layoutId:\"gWNARZRDh\",style:{height:\"100%\",width:\"100%\"},topLeftRadius:16,topRightRadius:16,width:\"100%\",zoom:15})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-jjnyhy\",\"data-framer-name\":\"general-specs-wrapper\",name:\"general-specs-wrapper\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-vk58de\",\"data-framer-name\":\"item-general-feature\",name:\"item-general-feature\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1lbgkss\",\"data-framer-name\":\"_modern_architecture\",fill:\"black\",intrinsicHeight:64,intrinsicWidth:64,name:\"_modern_architecture\",svg:'<svg width=\"64\" height=\"64\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m33.985 11.85 14.291-7.62v55.54H33.985V11.85Zm15.722-7.62v55.541H64v-47.92L49.707 4.23ZM0 59.77h22.423V20.31L0 31.224V59.77Zm23.786 0h8.77V24.987l-8.77-4.676V59.77Z\" fill=\"#323E47\"/></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-c1fbjw\",\"data-styles-preset\":\"ASH6RaghV\",children:\"Modern architecture\"})}),className:\"framer-449tvq\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ffxpl\",\"data-framer-name\":\"item-general-feature\",name:\"item-general-feature\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1qt448z\",\"data-framer-name\":\"_map\",fill:\"black\",intrinsicHeight:64,intrinsicWidth:64,name:\"_map\",svg:'<svg width=\"64\" height=\"64\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><g clip-path=\"url(#a)\" fill=\"#323E47\"><path d=\"M13.55 35.944V53.31h16.575v-8.091l-5.927-9.275H13.55Zm0 21.116h16.575V64H13.55v-6.94Zm20.325 0H50.45V64H33.875v-6.94Zm0-10.514H50.45v6.764H33.875v-6.764ZM0 25.342h9.8v6.852H0v-6.852Zm13.55 0h9.8v6.852h-9.8v-6.852ZM0 35.944h9.8V64H0V35.944Zm54.2 10.602H64V64h-9.8V46.546Zm0-21.204H64v17.454h-9.8V25.342Zm-24.039 0H27.1v8.18l5.926 9.274H50.45V26.917l-9.357 9.351-10.932-10.926Z\"/><path d=\"M41.1 0c-7.084 0-12.838 5.754-12.838 12.826a12.74 12.74 0 0 0 3.76 9.073l9.072 9.067 9.073-9.067a12.742 12.742 0 0 0 3.759-9.072C53.926 5.754 48.172 0 41.099 0Zm-.006 20.975c-4.493 0-8.149-3.655-8.149-8.149 0-4.493 3.656-8.148 8.149-8.148 4.493 0 8.148 3.656 8.148 8.148 0 4.494-3.655 8.149-8.148 8.149Z\"/><path d=\"M41.094 8.428a4.404 4.404 0 0 0-4.399 4.398 4.404 4.404 0 0 0 4.399 4.399 4.403 4.403 0 0 0 4.398-4.399 4.404 4.404 0 0 0-4.398-4.398Z\"/></g><defs><clipPath id=\"a\"><path fill=\"#fff\" d=\"M0 0h64v64H0z\"/></clipPath></defs></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-c1fbjw\",\"data-styles-preset\":\"ASH6RaghV\",children:\"Strategic area\"})}),className:\"framer-1psr1mt\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1guqnv1\",\"data-framer-name\":\"item-general-feature\",name:\"item-general-feature\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-t9qkha\",\"data-framer-name\":\"_security\",fill:\"black\",intrinsicHeight:64,intrinsicWidth:64,name:\"_security\",svg:'<svg width=\"64\" height=\"64\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><g clip-path=\"url(#a)\" fill=\"#323E47\"><path d=\"M32 18.75c-7.237 0-13.125 5.888-13.125 13.125S24.763 45 32 45s13.125-5.888 13.125-13.125S39.237 18.75 32 18.75Zm8.826 10.7-10 10A1.87 1.87 0 0 1 29.5 40c-.48 0-.96-.183-1.326-.55l-5-5a1.875 1.875 0 0 1 2.652-2.65l3.674 3.673 8.674-8.674a1.875 1.875 0 0 1 2.652 2.652Z\"/><path d=\"M54.5 10c-7.56 0-14.667-2.944-20.013-8.29L33.326.55a1.875 1.875 0 0 0-2.652 0l-1.161 1.16C24.167 7.056 17.06 10 9.5 10c-1.036 0-1.875.84-1.875 1.875v18.703c0 15.034 9.55 28.424 23.764 33.32a1.876 1.876 0 0 0 1.222 0c14.214-4.896 23.764-18.287 23.764-33.32V11.875c0-1.036-.84-1.875-1.875-1.875ZM32 48.75c-9.305 0-16.875-7.57-16.875-16.875S22.695 15 32 15s16.875 7.57 16.875 16.875S41.305 48.75 32 48.75Z\"/></g><defs><clipPath id=\"a\"><path fill=\"#fff\" d=\"M0 0h64v64H0z\"/></clipPath></defs></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-c1fbjw\",\"data-styles-preset\":\"ASH6RaghV\",children:\"Security 24/7\"})}),className:\"framer-1defcxi\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-mhvn1j\",\"data-framer-name\":\"item-general-feature\",name:\"item-general-feature\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-18zrqk9\",\"data-framer-name\":\"_legal_advice\",fill:\"black\",intrinsicHeight:64,intrinsicWidth:64,name:\"_legal_advice\",svg:'<svg width=\"64\" height=\"64\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><g clip-path=\"url(#a)\" fill=\"#323E47\"><path d=\"M12.625 55.875v4.375h-3.75V64h46.25v-3.75h-3.75v-4.375h-38.75ZM23.622 0H0v8.25h9.754L0 30.146v2.899a5.631 5.631 0 0 0 5.625 5.625h11.25a5.631 5.631 0 0 0 5.625-5.625v-2.899L12.746 8.25h8.03A11.205 11.205 0 0 1 23.623 0ZM4.762 28.67l6.488-14.562 6.487 14.562H4.763ZM64 0H40.378a11.205 11.205 0 0 1 2.847 8.25h8.03L41.5 30.146v2.899a5.631 5.631 0 0 0 5.625 5.625h11.25A5.631 5.631 0 0 0 64 33.045v-2.899L54.246 8.25H64V0ZM46.263 28.67l6.487-14.562 6.488 14.562H46.263Z\"/><path d=\"M32 18.75c-1.55 0-3.03-.316-4.375-.886V45.25h-5A5.631 5.631 0 0 0 17 50.875v1.25h30v-1.25a5.631 5.631 0 0 0-5.625-5.625h-5V17.864A11.19 11.19 0 0 1 32 18.75ZM32 15a7.5 7.5 0 1 0 0-15 7.5 7.5 0 0 0 0 15Z\"/></g><defs><clipPath id=\"a\"><path fill=\"#fff\" d=\"M0 0h64v64H0z\"/></clipPath></defs></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-c1fbjw\",\"data-styles-preset\":\"ASH6RaghV\",children:\"Legal assistant\"})}),className:\"framer-1xb535h\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1mse953\",\"data-framer-name\":\"Last call to action\",name:\"Last call to action\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ebgcbt\",\"data-framer-name\":\"content-wrapper\",name:\"content-wrapper\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-hgo6z0\",\"data-styles-preset\":\"bUxp8sbV8\",style:{\"--framer-text-alignment\":\"center\"},children:\"Are you ready to start your real estate journey?\"})}),className:\"framer-tv14s8\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"b3sDgSw_M\"},implicitPathVariables:undefined},{href:{webPageId:\"b3sDgSw_M\"},implicitPathVariables:undefined},{href:{webPageId:\"b3sDgSw_M\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1d1j75o-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NeKVvKGNf:{MF45zIexu:resolvedLinks[2]},Rf1E1Ah7q:{MF45zIexu:resolvedLinks[1]}},children:/*#__PURE__*/_jsx(Button,{height:\"100%\",id:\"iT1m6j4Bl\",layoutId:\"iT1m6j4Bl\",MF45zIexu:resolvedLinks[0],U5tMA0yYt:\"Contact us\",variant:\"xbVNwEjOC\",WFf141ATq:16,width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(Image,{as:\"section\",background:{alt:\"\",fit:\"fill\",loading:\"lazy\",pixelHeight:1162,pixelWidth:2800,positionX:\"center\",positionY:\"top\",sizes:\"100vw\",src:\"https://framerusercontent.com/images/CqzDmFiJ7O3G0qzIHZ0xL5wrUEE.jpg\",srcSet:\"https://framerusercontent.com/images/CqzDmFiJ7O3G0qzIHZ0xL5wrUEE.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/CqzDmFiJ7O3G0qzIHZ0xL5wrUEE.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/CqzDmFiJ7O3G0qzIHZ0xL5wrUEE.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/CqzDmFiJ7O3G0qzIHZ0xL5wrUEE.jpg 2800w\"},className:\"framer-npp9tf\",\"data-framer-name\":\"bg-img\",name:\"bg-img\"})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"100vw\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-enzab-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NeKVvKGNf:{variant:\"E4ZcF6BER\"},Rf1E1Ah7q:{variant:\"nVVbYkNnc\"}},children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"YqpmVFFal\",layoutId:\"YqpmVFFal\",style:{maxWidth:\"100%\",width:\"100%\"},variant:\"kAI_FmNxM\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:cx(serializationHash,...sharedStyleClassNames),id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",`.${metadata.bodyClassName}-framer-yBJjk { background: var(--token-c31ae7ba-1d3a-4601-a810-0ff87f0e837b, rgb(255, 255, 255)) /* {\"name\":\"White\"} */; }`,\".framer-yBJjk.framer-pl3myl, .framer-yBJjk .framer-pl3myl { display: block; }\",\".framer-yBJjk.framer-1gbqf99 { align-content: center; align-items: center; background-color: var(--token-c31ae7ba-1d3a-4601-a810-0ff87f0e837b, #ffffff); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1180px; }\",\".framer-yBJjk .framer-1wpfito-container { flex: none; height: auto; left: 0px; position: absolute; right: 0px; top: 0px; z-index: 1; }\",\".framer-yBJjk .framer-14crzs8 { align-content: center; align-items: center; background-color: var(--token-34672f34-6225-4f72-b685-5957bd569c0c, #efefef); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; max-width: 100%; overflow: hidden; padding: 170px 48px 64px 48px; position: relative; width: 100%; }\",\".framer-yBJjk .framer-dg452m { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 38px; height: min-content; justify-content: flex-start; max-width: 1304px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-yBJjk .framer-172lroh, .framer-yBJjk .framer-1xbfnl3 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-yBJjk .framer-17gd8g5, .framer-yBJjk .framer-1gf7jyn { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-yBJjk .framer-byl3e7 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: 89px; justify-content: space-between; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-yBJjk .framer-4jz6ck { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-yBJjk .framer-1tcxqvt, .framer-yBJjk .framer-b0kdhq, .framer-yBJjk .framer-aw0xs3, .framer-yBJjk .framer-1ct62o7 { align-content: flex-start; align-items: flex-start; background-color: var(--token-c31ae7ba-1d3a-4601-a810-0ff87f0e837b, #ffffff); border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 8px 24px 8px 24px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-yBJjk .framer-1ycmm52, .framer-yBJjk .framer-1gk1zwg, .framer-yBJjk .framer-1msawqm, .framer-yBJjk .framer-2ff3ta, .framer-yBJjk .framer-otaerx, .framer-yBJjk .framer-1jnh4s4, .framer-yBJjk .framer-y1r43y, .framer-yBJjk .framer-1jzz86g { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-yBJjk .framer-h1u4oe-container { flex: none; height: 73px; position: relative; width: auto; }\",\".framer-yBJjk .framer-5yk5yw { display: grid; flex: none; gap: 16px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(5, minmax(200px, 1fr)); grid-template-rows: repeat(4, minmax(0, 1fr)); height: 75vh; justify-content: center; min-height: 540px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-yBJjk .framer-16ljx73 { align-self: start; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; cursor: pointer; flex: none; grid-column: auto / span 4; grid-row: auto / span 4; height: 100%; justify-self: start; position: relative; width: 100%; }\",\".framer-yBJjk .framer-8fe8s7, .framer-yBJjk .framer-13nzff3, .framer-yBJjk .framer-p8l1o, .framer-yBJjk .framer-18u1ql7, .framer-yBJjk .framer-18ohql6, .framer-yBJjk .framer-ryt1dz, .framer-yBJjk .framer-1evjwgy, .framer-yBJjk .framer-16z34zd, .framer-yBJjk .framer-14396s7, .framer-yBJjk .framer-8gau80 { background-color: rgba(0, 0, 0, 0.8); inset: 0px; position: fixed; user-select: none; z-index: 10; }\",\".framer-yBJjk .framer-u1mjoj-container, .framer-yBJjk .framer-11sld19-container, .framer-yBJjk .framer-1ekwmv6-container, .framer-yBJjk .framer-sdckqz-container, .framer-yBJjk .framer-18im89p-container, .framer-yBJjk .framer-u1nznl-container, .framer-yBJjk .framer-1ckzrp2-container, .framer-yBJjk .framer-soq8nz-container, .framer-yBJjk .framer-ywfo4p-container, .framer-yBJjk .framer-1ih0hdp-container { flex: none; height: auto; left: 50%; position: fixed; top: 50%; transform: translate(-50%, -50%); width: 90%; z-index: 10; }\",\".framer-yBJjk .framer-1cflnzk, .framer-yBJjk .framer-1hp1ah4, .framer-yBJjk .framer-1dihyjj, .framer-yBJjk .framer-35sdax, .framer-yBJjk .framer-oeyjzi, .framer-yBJjk .framer-cbudo4, .framer-yBJjk .framer-pwp3mw, .framer-yBJjk .framer-2z6hzs, .framer-yBJjk .framer-1sc4zdg { align-self: start; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; cursor: pointer; flex: none; height: 100%; justify-self: start; position: relative; width: 100%; }\",\".framer-yBJjk .framer-4b0scc { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; max-width: 100%; overflow: hidden; padding: 80px 48px 80px 48px; position: relative; width: 100%; }\",\".framer-yBJjk .framer-zq7lq { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; max-width: 1304px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-yBJjk .framer-1tbfevd { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 60%; }\",\".framer-yBJjk .framer-wcw42n, .framer-yBJjk .framer-v25dpl, .framer-yBJjk .framer-zz0afq, .framer-yBJjk .framer-mk3fv4, .framer-yBJjk .framer-1ypt45c { --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-yBJjk .framer-u84oe8 { --framer-paragraph-spacing: 32px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-yBJjk .framer-sa2w2c { align-content: center; align-items: center; background-color: var(--token-04abf672-d0db-4ff1-8f55-166774c1a8fd, #040606); border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 24px 24px 34px 24px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-yBJjk .framer-b96lul { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-yBJjk .framer-118f92k { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-yBJjk .framer-1xcqvbp, .framer-yBJjk .framer-hyd1wz, .framer-yBJjk .framer-1x6026g, .framer-yBJjk .framer-dkkttr, .framer-yBJjk .framer-dc2xsg, .framer-yBJjk .framer-1otv3wp, .framer-yBJjk .framer-13ddcau, .framer-yBJjk .framer-aog6g7, .framer-yBJjk .framer-ju40lq, .framer-yBJjk .framer-1ejs91o, .framer-yBJjk .framer-138znhr, .framer-yBJjk .framer-1q5rxjc, .framer-yBJjk .framer-3yuvlc { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-yBJjk .framer-1tzyq0p, .framer-yBJjk .framer-dcu634 { background-color: var(--token-89654377-12bd-48a8-a81a-379d6540d055, #575757); flex: none; height: 1px; overflow: hidden; position: relative; width: 100%; }\",\".framer-yBJjk .framer-ng9pdo { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-yBJjk .framer-buc8s7, .framer-yBJjk .framer-1ddffpn, .framer-yBJjk .framer-h9ajlc, .framer-yBJjk .framer-ofhcwr { 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: flex-start; padding: 0px; position: relative; width: 100%; }\",'.framer-yBJjk .framer-18q0ahb, .framer-yBJjk .framer-100fxkb, .framer-yBJjk .framer-1qshtfv { --framer-input-background: #ffffff; --framer-input-border-bottom-width: 1px; --framer-input-border-color: rgba(136, 136, 136, 0.1); --framer-input-border-left-width: 1px; --framer-input-border-radius-bottom-left: 10px; --framer-input-border-radius-bottom-right: 10px; --framer-input-border-radius-top-left: 10px; --framer-input-border-radius-top-right: 10px; --framer-input-border-right-width: 1px; --framer-input-border-style: solid; --framer-input-border-top-width: 1px; --framer-input-focused-border-color: #0099ff; --framer-input-focused-border-style: solid; --framer-input-focused-border-width: 1px; --framer-input-font-color: var(--token-04abf672-d0db-4ff1-8f55-166774c1a8fd, #040606); --framer-input-font-family: \"Sora\"; --framer-input-font-letter-spacing: 0em; --framer-input-font-line-height: 1.2em; --framer-input-font-size: 14px; --framer-input-font-weight: 400px; --framer-input-icon-color: #999999; --framer-input-padding: 12px; --framer-input-placeholder-color: #999999; flex: none; height: 50px; position: relative; width: 100%; }','.framer-yBJjk .framer-bvc3op { --framer-input-background: #ffffff; --framer-input-border-bottom-width: 1px; --framer-input-border-color: rgba(136, 136, 136, 0.1); --framer-input-border-left-width: 1px; --framer-input-border-radius-bottom-left: 10px; --framer-input-border-radius-bottom-right: 10px; --framer-input-border-radius-top-left: 10px; --framer-input-border-radius-top-right: 10px; --framer-input-border-right-width: 1px; --framer-input-border-style: solid; --framer-input-border-top-width: 1px; --framer-input-focused-border-color: #0099ff; --framer-input-focused-border-style: solid; --framer-input-focused-border-width: 1px; --framer-input-font-color: var(--token-04abf672-d0db-4ff1-8f55-166774c1a8fd, #040606); --framer-input-font-family: \"Sora\"; --framer-input-font-letter-spacing: 0em; --framer-input-font-line-height: 1.2em; --framer-input-font-size: 14px; --framer-input-font-weight: 400px; --framer-input-icon-color: #999999; --framer-input-invalid-text-color: #999999; --framer-input-padding: 12px; flex: none; height: 50px; position: relative; width: 100%; }','.framer-yBJjk .framer-16tp4up { --framer-input-background: #ffffff; --framer-input-border-bottom-width: 1px; --framer-input-border-color: rgba(136, 136, 136, 0.1); --framer-input-border-left-width: 1px; --framer-input-border-radius-bottom-left: 10px; --framer-input-border-radius-bottom-right: 10px; --framer-input-border-radius-top-left: 10px; --framer-input-border-radius-top-right: 10px; --framer-input-border-right-width: 1px; --framer-input-border-style: solid; --framer-input-border-top-width: 1px; --framer-input-focused-border-color: #0099ff; --framer-input-focused-border-style: solid; --framer-input-focused-border-width: 1px; --framer-input-font-color: var(--token-04abf672-d0db-4ff1-8f55-166774c1a8fd, #040606); --framer-input-font-family: \"Sora\"; --framer-input-font-letter-spacing: 0em; --framer-input-font-line-height: 1.2em; --framer-input-font-size: 14px; --framer-input-font-weight: 400px; --framer-input-icon-color: #999999; --framer-input-padding: 12px; --framer-input-placeholder-color: #999999; flex: none; height: 40px; position: relative; width: 100%; }',\".framer-yBJjk .framer-13nlf11-container { flex: none; height: 50px; position: relative; width: 100%; }\",\".framer-yBJjk .framer-3nukt3 { align-content: center; align-items: center; background-color: var(--token-34672f34-6225-4f72-b685-5957bd569c0c, #efefef); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; max-width: 100%; overflow: hidden; padding: 100px 48px 100px 48px; position: relative; width: 100%; }\",\".framer-yBJjk .framer-c44pxq { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; max-width: 1304px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-yBJjk .framer-1caj2e8 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-yBJjk .framer-6sdzd8 { display: grid; flex: none; gap: 48px; grid-auto-rows: min-content; grid-template-columns: repeat(4, minmax(200px, 1fr)); grid-template-rows: repeat(2, min-content); height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-yBJjk .framer-1587sna, .framer-yBJjk .framer-22wy4h, .framer-yBJjk .framer-hqk5r3, .framer-yBJjk .framer-3vwt7y, .framer-yBJjk .framer-1u131ks, .framer-yBJjk .framer-oso57e, .framer-yBJjk .framer-td28nz, .framer-yBJjk .framer-qayykx, .framer-yBJjk .framer-30vg3c, .framer-yBJjk .framer-lt5ohy, .framer-yBJjk .framer-sgeyz5, .framer-yBJjk .framer-1cub5qq { align-content: center; align-items: center; align-self: start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; justify-self: start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-yBJjk .framer-1rquw26-container, .framer-yBJjk .framer-r7mhyu-container, .framer-yBJjk .framer-1d86s66-container, .framer-yBJjk .framer-v08s1k-container, .framer-yBJjk .framer-1m152nw-container, .framer-yBJjk .framer-e6b14a-container, .framer-yBJjk .framer-vu66tw-container, .framer-yBJjk .framer-151li9f-container, .framer-yBJjk .framer-1jm52jf-container, .framer-yBJjk .framer-69q5p3-container, .framer-yBJjk .framer-wbq3cx-container, .framer-yBJjk .framer-16355jo-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 32px); position: relative; width: 32px; }\",\".framer-yBJjk .framer-1v5o2wk { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; max-width: 100%; overflow: hidden; padding: 45px 48px 45px 48px; position: relative; width: 100%; }\",\".framer-yBJjk .framer-1xvlshy { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; max-width: 1304px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-yBJjk .framer-altkxx { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 11px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-yBJjk .framer-183w9c3-container { flex: none; height: 50vh; min-height: 420px; position: relative; width: 100%; }\",\".framer-yBJjk .framer-jjnyhy { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-yBJjk .framer-vk58de, .framer-yBJjk .framer-ffxpl, .framer-yBJjk .framer-1guqnv1, .framer-yBJjk .framer-mhvn1j { align-content: center; align-items: center; background-color: var(--token-c31ae7ba-1d3a-4601-a810-0ff87f0e837b, #ffffff); border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; box-shadow: 0px 0.7961918735236395px 2.3885756205709185px -0.625px rgba(0, 0, 0, 0.05), 0px 2.414506143104518px 7.2435184293135535px -1.25px rgba(0, 0, 0, 0.05), 0px 6.382653521484461px 19.147960564453385px -1.875px rgba(0, 0, 0, 0.05), 0px 20px 60px -2.5px rgba(0, 0, 0, 0.05); display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; min-width: 260px; overflow: hidden; padding: 24px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-yBJjk .framer-1lbgkss, .framer-yBJjk .framer-1qt448z, .framer-yBJjk .framer-t9qkha, .framer-yBJjk .framer-18zrqk9 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 48px); position: relative; width: 48px; }\",\".framer-yBJjk .framer-449tvq, .framer-yBJjk .framer-1psr1mt, .framer-yBJjk .framer-1defcxi, .framer-yBJjk .framer-1xb535h { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-yBJjk .framer-1mse953 { align-content: center; align-items: center; background-color: var(--token-05c7e502-edd4-420d-b09d-a4597d6e7655, #c4d6dd); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; max-width: 100%; overflow: hidden; padding: 64px 0px 128px 0px; position: relative; width: 100%; }\",\".framer-yBJjk .framer-ebgcbt { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; z-index: 2; }\",\".framer-yBJjk .framer-tv14s8 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; max-width: 600px; position: relative; white-space: pre-wrap; width: 50%; word-break: break-word; word-wrap: break-word; }\",\".framer-yBJjk .framer-1d1j75o-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-yBJjk .framer-npp9tf { bottom: 0px; flex: none; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; z-index: 1; }\",\".framer-yBJjk .framer-enzab-container { flex: none; height: auto; max-width: 100%; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-yBJjk.framer-1gbqf99, .framer-yBJjk .framer-14crzs8, .framer-yBJjk .framer-dg452m, .framer-yBJjk .framer-172lroh, .framer-yBJjk .framer-4jz6ck, .framer-yBJjk .framer-1tcxqvt, .framer-yBJjk .framer-b0kdhq, .framer-yBJjk .framer-aw0xs3, .framer-yBJjk .framer-1ct62o7, .framer-yBJjk .framer-4b0scc, .framer-yBJjk .framer-zq7lq, .framer-yBJjk .framer-1tbfevd, .framer-yBJjk .framer-sa2w2c, .framer-yBJjk .framer-b96lul, .framer-yBJjk .framer-118f92k, .framer-yBJjk .framer-ng9pdo, .framer-yBJjk .framer-1xbfnl3, .framer-yBJjk .framer-buc8s7, .framer-yBJjk .framer-1ddffpn, .framer-yBJjk .framer-h9ajlc, .framer-yBJjk .framer-ofhcwr, .framer-yBJjk .framer-3nukt3, .framer-yBJjk .framer-c44pxq, .framer-yBJjk .framer-1caj2e8, .framer-yBJjk .framer-1587sna, .framer-yBJjk .framer-22wy4h, .framer-yBJjk .framer-hqk5r3, .framer-yBJjk .framer-3vwt7y, .framer-yBJjk .framer-1u131ks, .framer-yBJjk .framer-oso57e, .framer-yBJjk .framer-td28nz, .framer-yBJjk .framer-qayykx, .framer-yBJjk .framer-30vg3c, .framer-yBJjk .framer-lt5ohy, .framer-yBJjk .framer-sgeyz5, .framer-yBJjk .framer-1cub5qq, .framer-yBJjk .framer-1v5o2wk, .framer-yBJjk .framer-1xvlshy, .framer-yBJjk .framer-altkxx, .framer-yBJjk .framer-jjnyhy, .framer-yBJjk .framer-vk58de, .framer-yBJjk .framer-ffxpl, .framer-yBJjk .framer-1guqnv1, .framer-yBJjk .framer-mhvn1j, .framer-yBJjk .framer-1mse953, .framer-yBJjk .framer-ebgcbt { gap: 0px; } .framer-yBJjk.framer-1gbqf99 > *, .framer-yBJjk .framer-14crzs8 > *, .framer-yBJjk .framer-1tcxqvt > *, .framer-yBJjk .framer-b0kdhq > *, .framer-yBJjk .framer-aw0xs3 > *, .framer-yBJjk .framer-1ct62o7 > *, .framer-yBJjk .framer-4b0scc > *, .framer-yBJjk .framer-3nukt3 > *, .framer-yBJjk .framer-1v5o2wk > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-yBJjk.framer-1gbqf99 > :first-child, .framer-yBJjk .framer-14crzs8 > :first-child, .framer-yBJjk .framer-dg452m > :first-child, .framer-yBJjk .framer-172lroh > :first-child, .framer-yBJjk .framer-1tcxqvt > :first-child, .framer-yBJjk .framer-b0kdhq > :first-child, .framer-yBJjk .framer-aw0xs3 > :first-child, .framer-yBJjk .framer-1ct62o7 > :first-child, .framer-yBJjk .framer-4b0scc > :first-child, .framer-yBJjk .framer-1tbfevd > :first-child, .framer-yBJjk .framer-sa2w2c > :first-child, .framer-yBJjk .framer-b96lul > :first-child, .framer-yBJjk .framer-ng9pdo > :first-child, .framer-yBJjk .framer-1xbfnl3 > :first-child, .framer-yBJjk .framer-buc8s7 > :first-child, .framer-yBJjk .framer-1ddffpn > :first-child, .framer-yBJjk .framer-h9ajlc > :first-child, .framer-yBJjk .framer-ofhcwr > :first-child, .framer-yBJjk .framer-3nukt3 > :first-child, .framer-yBJjk .framer-c44pxq > :first-child, .framer-yBJjk .framer-1caj2e8 > :first-child, .framer-yBJjk .framer-1v5o2wk > :first-child, .framer-yBJjk .framer-1xvlshy > :first-child, .framer-yBJjk .framer-altkxx > :first-child, .framer-yBJjk .framer-1mse953 > :first-child, .framer-yBJjk .framer-ebgcbt > :first-child { margin-top: 0px; } .framer-yBJjk.framer-1gbqf99 > :last-child, .framer-yBJjk .framer-14crzs8 > :last-child, .framer-yBJjk .framer-dg452m > :last-child, .framer-yBJjk .framer-172lroh > :last-child, .framer-yBJjk .framer-1tcxqvt > :last-child, .framer-yBJjk .framer-b0kdhq > :last-child, .framer-yBJjk .framer-aw0xs3 > :last-child, .framer-yBJjk .framer-1ct62o7 > :last-child, .framer-yBJjk .framer-4b0scc > :last-child, .framer-yBJjk .framer-1tbfevd > :last-child, .framer-yBJjk .framer-sa2w2c > :last-child, .framer-yBJjk .framer-b96lul > :last-child, .framer-yBJjk .framer-ng9pdo > :last-child, .framer-yBJjk .framer-1xbfnl3 > :last-child, .framer-yBJjk .framer-buc8s7 > :last-child, .framer-yBJjk .framer-1ddffpn > :last-child, .framer-yBJjk .framer-h9ajlc > :last-child, .framer-yBJjk .framer-ofhcwr > :last-child, .framer-yBJjk .framer-3nukt3 > :last-child, .framer-yBJjk .framer-c44pxq > :last-child, .framer-yBJjk .framer-1caj2e8 > :last-child, .framer-yBJjk .framer-1v5o2wk > :last-child, .framer-yBJjk .framer-1xvlshy > :last-child, .framer-yBJjk .framer-altkxx > :last-child, .framer-yBJjk .framer-1mse953 > :last-child, .framer-yBJjk .framer-ebgcbt > :last-child { margin-bottom: 0px; } .framer-yBJjk .framer-dg452m > * { margin: 0px; margin-bottom: calc(38px / 2); margin-top: calc(38px / 2); } .framer-yBJjk .framer-172lroh > *, .framer-yBJjk .framer-1xbfnl3 > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-yBJjk .framer-4jz6ck > *, .framer-yBJjk .framer-1587sna > *, .framer-yBJjk .framer-22wy4h > *, .framer-yBJjk .framer-hqk5r3 > *, .framer-yBJjk .framer-3vwt7y > *, .framer-yBJjk .framer-1u131ks > *, .framer-yBJjk .framer-oso57e > *, .framer-yBJjk .framer-td28nz > *, .framer-yBJjk .framer-qayykx > *, .framer-yBJjk .framer-30vg3c > *, .framer-yBJjk .framer-lt5ohy > *, .framer-yBJjk .framer-sgeyz5 > *, .framer-yBJjk .framer-1cub5qq > *, .framer-yBJjk .framer-jjnyhy > *, .framer-yBJjk .framer-vk58de > *, .framer-yBJjk .framer-ffxpl > *, .framer-yBJjk .framer-1guqnv1 > *, .framer-yBJjk .framer-mhvn1j > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-yBJjk .framer-4jz6ck > :first-child, .framer-yBJjk .framer-zq7lq > :first-child, .framer-yBJjk .framer-118f92k > :first-child, .framer-yBJjk .framer-1587sna > :first-child, .framer-yBJjk .framer-22wy4h > :first-child, .framer-yBJjk .framer-hqk5r3 > :first-child, .framer-yBJjk .framer-3vwt7y > :first-child, .framer-yBJjk .framer-1u131ks > :first-child, .framer-yBJjk .framer-oso57e > :first-child, .framer-yBJjk .framer-td28nz > :first-child, .framer-yBJjk .framer-qayykx > :first-child, .framer-yBJjk .framer-30vg3c > :first-child, .framer-yBJjk .framer-lt5ohy > :first-child, .framer-yBJjk .framer-sgeyz5 > :first-child, .framer-yBJjk .framer-1cub5qq > :first-child, .framer-yBJjk .framer-jjnyhy > :first-child, .framer-yBJjk .framer-vk58de > :first-child, .framer-yBJjk .framer-ffxpl > :first-child, .framer-yBJjk .framer-1guqnv1 > :first-child, .framer-yBJjk .framer-mhvn1j > :first-child { margin-left: 0px; } .framer-yBJjk .framer-4jz6ck > :last-child, .framer-yBJjk .framer-zq7lq > :last-child, .framer-yBJjk .framer-118f92k > :last-child, .framer-yBJjk .framer-1587sna > :last-child, .framer-yBJjk .framer-22wy4h > :last-child, .framer-yBJjk .framer-hqk5r3 > :last-child, .framer-yBJjk .framer-3vwt7y > :last-child, .framer-yBJjk .framer-1u131ks > :last-child, .framer-yBJjk .framer-oso57e > :last-child, .framer-yBJjk .framer-td28nz > :last-child, .framer-yBJjk .framer-qayykx > :last-child, .framer-yBJjk .framer-30vg3c > :last-child, .framer-yBJjk .framer-lt5ohy > :last-child, .framer-yBJjk .framer-sgeyz5 > :last-child, .framer-yBJjk .framer-1cub5qq > :last-child, .framer-yBJjk .framer-jjnyhy > :last-child, .framer-yBJjk .framer-vk58de > :last-child, .framer-yBJjk .framer-ffxpl > :last-child, .framer-yBJjk .framer-1guqnv1 > :last-child, .framer-yBJjk .framer-mhvn1j > :last-child { margin-right: 0px; } .framer-yBJjk .framer-zq7lq > * { margin: 0px; margin-left: calc(32px / 2); margin-right: calc(32px / 2); } .framer-yBJjk .framer-1tbfevd > *, .framer-yBJjk .framer-c44pxq > *, .framer-yBJjk .framer-1mse953 > *, .framer-yBJjk .framer-ebgcbt > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-yBJjk .framer-sa2w2c > *, .framer-yBJjk .framer-ng9pdo > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-yBJjk .framer-b96lul > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-yBJjk .framer-118f92k > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-yBJjk .framer-buc8s7 > *, .framer-yBJjk .framer-1ddffpn > *, .framer-yBJjk .framer-h9ajlc > *, .framer-yBJjk .framer-ofhcwr > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-yBJjk .framer-1caj2e8 > * { margin: 0px; margin-bottom: calc(64px / 2); margin-top: calc(64px / 2); } .framer-yBJjk .framer-1xvlshy > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-yBJjk .framer-altkxx > * { margin: 0px; margin-bottom: calc(11px / 2); margin-top: calc(11px / 2); } }\",\"@media (min-width: 1180px) { .framer-yBJjk .hidden-1gbqf99 { display: none !important; } }\",`@media (min-width: 810px) and (max-width: 1179px) { .framer-yBJjk .hidden-1uto9zu { display: none !important; } .${metadata.bodyClassName}-framer-yBJjk { background: var(--token-c31ae7ba-1d3a-4601-a810-0ff87f0e837b, rgb(255, 255, 255)) /* {\"name\":\"White\"} */; } .framer-yBJjk.framer-1gbqf99 { width: 810px; } .framer-yBJjk .framer-14crzs8 { padding: 128px 32px 32px 32px; } .framer-yBJjk .framer-byl3e7 { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 16px; height: 149px; justify-content: flex-start; } .framer-yBJjk .framer-h1u4oe-container { flex: 1 0 0px; height: 1px; } .framer-yBJjk .framer-5yk5yw { gap: 12px; grid-template-columns: repeat(3, minmax(200px, 1fr)); grid-template-rows: repeat(5, minmax(0, 1fr)); height: 50vh; } .framer-yBJjk .framer-16ljx73 { grid-column: auto / span 3; } .framer-yBJjk .framer-4b0scc { padding: 64px 32px 64px 32px; } .framer-yBJjk .framer-1tbfevd { width: 50%; } .framer-yBJjk .framer-3nukt3 { padding: 61px 32px 61px 32px; } .framer-yBJjk .framer-1caj2e8 { gap: 48px; } .framer-yBJjk .framer-6sdzd8 { grid-template-columns: repeat(3, minmax(200px, 1fr)); } .framer-yBJjk .framer-1v5o2wk { padding: 38px 32px 38px 32px; } .framer-yBJjk .framer-1xvlshy { gap: 29px; } .framer-yBJjk .framer-183w9c3-container { height: 30vh; } .framer-yBJjk .framer-jjnyhy { gap: 12px; } .framer-yBJjk .framer-1mse953 { padding: 32px 0px 96px 0px; } .framer-yBJjk .framer-tv14s8 { width: 65%; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-yBJjk .framer-byl3e7, .framer-yBJjk .framer-5yk5yw, .framer-yBJjk .framer-1caj2e8, .framer-yBJjk .framer-1xvlshy, .framer-yBJjk .framer-jjnyhy { gap: 0px; } .framer-yBJjk .framer-byl3e7 > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-yBJjk .framer-byl3e7 > :first-child, .framer-yBJjk .framer-1caj2e8 > :first-child, .framer-yBJjk .framer-1xvlshy > :first-child { margin-top: 0px; } .framer-yBJjk .framer-byl3e7 > :last-child, .framer-yBJjk .framer-1caj2e8 > :last-child, .framer-yBJjk .framer-1xvlshy > :last-child { margin-bottom: 0px; } .framer-yBJjk .framer-5yk5yw > *, .framer-yBJjk .framer-5yk5yw > :first-child, .framer-yBJjk .framer-5yk5yw > :last-child { margin: 0px; } .framer-yBJjk .framer-1caj2e8 > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-yBJjk .framer-1xvlshy > * { margin: 0px; margin-bottom: calc(29px / 2); margin-top: calc(29px / 2); } .framer-yBJjk .framer-jjnyhy > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } .framer-yBJjk .framer-jjnyhy > :first-child { margin-left: 0px; } .framer-yBJjk .framer-jjnyhy > :last-child { margin-right: 0px; } }}`,`@media (max-width: 809px) { .framer-yBJjk .hidden-1si61fh { display: none !important; } .${metadata.bodyClassName}-framer-yBJjk { background: var(--token-c31ae7ba-1d3a-4601-a810-0ff87f0e837b, rgb(255, 255, 255)) /* {\"name\":\"White\"} */; } .framer-yBJjk.framer-1gbqf99 { width: 390px; } .framer-yBJjk .framer-14crzs8 { padding: 100px 16px 32px 16px; } .framer-yBJjk .framer-dg452m, .framer-yBJjk .framer-1caj2e8 { gap: 32px; } .framer-yBJjk .framer-172lroh { order: 1; } .framer-yBJjk .framer-byl3e7 { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 12px; height: min-content; justify-content: flex-start; } .framer-yBJjk .framer-4jz6ck { align-content: unset; align-items: unset; display: grid; gap: 9px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(2, minmax(50px, 1fr)); grid-template-rows: repeat(2, minmax(0, 1fr)); justify-content: center; width: 100%; } .framer-yBJjk .framer-1tcxqvt { align-self: start; gap: unset; height: 100%; justify-content: space-between; justify-self: start; order: 0; padding: 16px 24px 16px 24px; width: 100%; } .framer-yBJjk .framer-b0kdhq { align-self: start; gap: unset; height: 100%; justify-content: space-between; justify-self: start; order: 1; padding: 16px 24px 16px 24px; width: 100%; } .framer-yBJjk .framer-aw0xs3 { align-self: start; gap: unset; height: 100%; justify-content: space-between; justify-self: start; order: 2; padding: 16px 24px 16px 24px; width: 100%; } .framer-yBJjk .framer-1ct62o7 { align-self: start; gap: unset; height: 100%; justify-content: space-between; justify-self: start; order: 3; padding: 16px 24px 16px 24px; width: 100%; } .framer-yBJjk .framer-h1u4oe-container { height: auto; width: 100%; } .framer-yBJjk .framer-5yk5yw { gap: 8px; grid-template-columns: repeat(3, minmax(90px, 1fr)); grid-template-rows: repeat(15, minmax(0, 1fr)); height: 33.175355450236964vh; min-height: 280px; order: 0; } .framer-yBJjk .framer-16ljx73 { border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; grid-column: auto / span 3; grid-row: auto / span 6; } .framer-yBJjk .framer-1cflnzk, .framer-yBJjk .framer-1hp1ah4, .framer-yBJjk .framer-1dihyjj, .framer-yBJjk .framer-35sdax, .framer-yBJjk .framer-oeyjzi, .framer-yBJjk .framer-cbudo4, .framer-yBJjk .framer-pwp3mw, .framer-yBJjk .framer-2z6hzs, .framer-yBJjk .framer-1sc4zdg { border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; grid-row: auto / span 3; } .framer-yBJjk .framer-4b0scc, .framer-yBJjk .framer-3nukt3, .framer-yBJjk .framer-1v5o2wk { padding: 48px 16px 48px 16px; } .framer-yBJjk .framer-zq7lq { flex-direction: column; } .framer-yBJjk .framer-1tbfevd { order: 0; width: 100%; } .framer-yBJjk .framer-sa2w2c { flex: none; order: 1; width: 100%; } .framer-yBJjk .framer-b96lul { gap: 4px; } .framer-yBJjk .framer-ng9pdo { height: 64px; } .framer-yBJjk .framer-c44pxq, .framer-yBJjk .framer-ebgcbt { gap: 16px; } .framer-yBJjk .framer-6sdzd8 { gap: 32px; grid-template-columns: repeat(2, minmax(120px, 1fr)); justify-content: start; } .framer-yBJjk .framer-1587sna, .framer-yBJjk .framer-22wy4h, .framer-yBJjk .framer-hqk5r3, .framer-yBJjk .framer-3vwt7y, .framer-yBJjk .framer-1u131ks, .framer-yBJjk .framer-oso57e, .framer-yBJjk .framer-td28nz, .framer-yBJjk .framer-qayykx, .framer-yBJjk .framer-30vg3c, .framer-yBJjk .framer-lt5ohy, .framer-yBJjk .framer-sgeyz5, .framer-yBJjk .framer-1cub5qq { gap: 8px; } .framer-yBJjk .framer-1rquw26-container, .framer-yBJjk .framer-r7mhyu-container, .framer-yBJjk .framer-1d86s66-container, .framer-yBJjk .framer-v08s1k-container, .framer-yBJjk .framer-1m152nw-container, .framer-yBJjk .framer-e6b14a-container, .framer-yBJjk .framer-vu66tw-container, .framer-yBJjk .framer-151li9f-container, .framer-yBJjk .framer-1jm52jf-container, .framer-yBJjk .framer-69q5p3-container, .framer-yBJjk .framer-wbq3cx-container, .framer-yBJjk .framer-16355jo-container { height: var(--framer-aspect-ratio-supported, 24px); width: 24px; } .framer-yBJjk .framer-hyd1wz, .framer-yBJjk .framer-1x6026g, .framer-yBJjk .framer-dkkttr, .framer-yBJjk .framer-dc2xsg, .framer-yBJjk .framer-1otv3wp, .framer-yBJjk .framer-13ddcau, .framer-yBJjk .framer-aog6g7, .framer-yBJjk .framer-ju40lq, .framer-yBJjk .framer-1ejs91o, .framer-yBJjk .framer-138znhr, .framer-yBJjk .framer-1q5rxjc, .framer-yBJjk .framer-3yuvlc { flex: 1 0 0px; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; } .framer-yBJjk .framer-183w9c3-container { height: 30vh; } .framer-yBJjk .framer-jjnyhy { gap: 12px; } .framer-yBJjk .framer-1mse953 { padding: 32px 0px 96px 0px; } .framer-yBJjk .framer-tv14s8 { width: 90%; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-yBJjk .framer-dg452m, .framer-yBJjk .framer-byl3e7, .framer-yBJjk .framer-4jz6ck, .framer-yBJjk .framer-1tcxqvt, .framer-yBJjk .framer-b0kdhq, .framer-yBJjk .framer-aw0xs3, .framer-yBJjk .framer-1ct62o7, .framer-yBJjk .framer-5yk5yw, .framer-yBJjk .framer-zq7lq, .framer-yBJjk .framer-b96lul, .framer-yBJjk .framer-c44pxq, .framer-yBJjk .framer-1caj2e8, .framer-yBJjk .framer-6sdzd8, .framer-yBJjk .framer-1587sna, .framer-yBJjk .framer-22wy4h, .framer-yBJjk .framer-hqk5r3, .framer-yBJjk .framer-3vwt7y, .framer-yBJjk .framer-1u131ks, .framer-yBJjk .framer-oso57e, .framer-yBJjk .framer-td28nz, .framer-yBJjk .framer-qayykx, .framer-yBJjk .framer-30vg3c, .framer-yBJjk .framer-lt5ohy, .framer-yBJjk .framer-sgeyz5, .framer-yBJjk .framer-1cub5qq, .framer-yBJjk .framer-jjnyhy, .framer-yBJjk .framer-ebgcbt { gap: 0px; } .framer-yBJjk .framer-dg452m > *, .framer-yBJjk .framer-zq7lq > *, .framer-yBJjk .framer-1caj2e8 > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-yBJjk .framer-dg452m > :first-child, .framer-yBJjk .framer-byl3e7 > :first-child, .framer-yBJjk .framer-zq7lq > :first-child, .framer-yBJjk .framer-b96lul > :first-child, .framer-yBJjk .framer-c44pxq > :first-child, .framer-yBJjk .framer-1caj2e8 > :first-child, .framer-yBJjk .framer-ebgcbt > :first-child { margin-top: 0px; } .framer-yBJjk .framer-dg452m > :last-child, .framer-yBJjk .framer-byl3e7 > :last-child, .framer-yBJjk .framer-zq7lq > :last-child, .framer-yBJjk .framer-b96lul > :last-child, .framer-yBJjk .framer-c44pxq > :last-child, .framer-yBJjk .framer-1caj2e8 > :last-child, .framer-yBJjk .framer-ebgcbt > :last-child { margin-bottom: 0px; } .framer-yBJjk .framer-byl3e7 > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-yBJjk .framer-4jz6ck > *, .framer-yBJjk .framer-4jz6ck > :first-child, .framer-yBJjk .framer-4jz6ck > :last-child, .framer-yBJjk .framer-1tcxqvt > *, .framer-yBJjk .framer-1tcxqvt > :first-child, .framer-yBJjk .framer-1tcxqvt > :last-child, .framer-yBJjk .framer-b0kdhq > *, .framer-yBJjk .framer-b0kdhq > :first-child, .framer-yBJjk .framer-b0kdhq > :last-child, .framer-yBJjk .framer-aw0xs3 > *, .framer-yBJjk .framer-aw0xs3 > :first-child, .framer-yBJjk .framer-aw0xs3 > :last-child, .framer-yBJjk .framer-1ct62o7 > *, .framer-yBJjk .framer-1ct62o7 > :first-child, .framer-yBJjk .framer-1ct62o7 > :last-child, .framer-yBJjk .framer-5yk5yw > *, .framer-yBJjk .framer-5yk5yw > :first-child, .framer-yBJjk .framer-5yk5yw > :last-child, .framer-yBJjk .framer-6sdzd8 > *, .framer-yBJjk .framer-6sdzd8 > :first-child, .framer-yBJjk .framer-6sdzd8 > :last-child { margin: 0px; } .framer-yBJjk .framer-b96lul > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } .framer-yBJjk .framer-c44pxq > *, .framer-yBJjk .framer-ebgcbt > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-yBJjk .framer-1587sna > *, .framer-yBJjk .framer-22wy4h > *, .framer-yBJjk .framer-hqk5r3 > *, .framer-yBJjk .framer-3vwt7y > *, .framer-yBJjk .framer-1u131ks > *, .framer-yBJjk .framer-oso57e > *, .framer-yBJjk .framer-td28nz > *, .framer-yBJjk .framer-qayykx > *, .framer-yBJjk .framer-30vg3c > *, .framer-yBJjk .framer-lt5ohy > *, .framer-yBJjk .framer-sgeyz5 > *, .framer-yBJjk .framer-1cub5qq > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-yBJjk .framer-1587sna > :first-child, .framer-yBJjk .framer-22wy4h > :first-child, .framer-yBJjk .framer-hqk5r3 > :first-child, .framer-yBJjk .framer-3vwt7y > :first-child, .framer-yBJjk .framer-1u131ks > :first-child, .framer-yBJjk .framer-oso57e > :first-child, .framer-yBJjk .framer-td28nz > :first-child, .framer-yBJjk .framer-qayykx > :first-child, .framer-yBJjk .framer-30vg3c > :first-child, .framer-yBJjk .framer-lt5ohy > :first-child, .framer-yBJjk .framer-sgeyz5 > :first-child, .framer-yBJjk .framer-1cub5qq > :first-child, .framer-yBJjk .framer-jjnyhy > :first-child { margin-left: 0px; } .framer-yBJjk .framer-1587sna > :last-child, .framer-yBJjk .framer-22wy4h > :last-child, .framer-yBJjk .framer-hqk5r3 > :last-child, .framer-yBJjk .framer-3vwt7y > :last-child, .framer-yBJjk .framer-1u131ks > :last-child, .framer-yBJjk .framer-oso57e > :last-child, .framer-yBJjk .framer-td28nz > :last-child, .framer-yBJjk .framer-qayykx > :last-child, .framer-yBJjk .framer-30vg3c > :last-child, .framer-yBJjk .framer-lt5ohy > :last-child, .framer-yBJjk .framer-sgeyz5 > :last-child, .framer-yBJjk .framer-1cub5qq > :last-child, .framer-yBJjk .framer-jjnyhy > :last-child { margin-right: 0px; } .framer-yBJjk .framer-jjnyhy > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } }}`,...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 4070.3\n * @framerIntrinsicWidth 1180\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"Rf1E1Ah7q\":{\"layout\":[\"fixed\",\"auto\"]},\"NeKVvKGNf\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerResponsiveScreen\n */const Framerlk047ag3v=withCSS(Component,css,\"framer-yBJjk\");export default Framerlk047ag3v;Framerlk047ag3v.displayName=\"Page\";Framerlk047ag3v.defaultProps={height:4070.3,width:1180};addFonts(Framerlk047ag3v,[{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://app.framerstatic.com/Inter-Regular.cyrillic-ext-CFTLRB35.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://app.framerstatic.com/Inter-Regular.cyrillic-KKLZBALH.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-ext-ULEBLIFV.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-IRHSNFQB.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://app.framerstatic.com/Inter-Regular.latin-ext-VZDUGU3Q.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://app.framerstatic.com/Inter-Regular.latin-JLQMKCHE.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://app.framerstatic.com/Inter-Regular.vietnamese-QK7VSWXK.woff2\",weight:\"400\"},{family:\"Sora\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/sora/v12/xMQOuFFYT72X5wkB_18qmnndmSeMmX-PIwNhBti0.woff2\",weight:\"600\"},{family:\"Sora\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/sora/v12/xMQOuFFYT72X5wkB_18qmnndmSdSnn-PIwNhBti0.woff2\",weight:\"400\"}]},...NavigationBarFonts,...DownloadFonts,...ImageGalleryOverlayFonts,...ButtonCopyFonts,...IconsSpecsFonts,...GoogleMapsFonts,...ButtonFonts,...FooterFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts),...getFontsFromSharedStyle(sharedStyle6.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerlk047ag3v\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"4070.3\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Rf1E1Ah7q\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"NeKVvKGNf\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerResponsiveScreen\":\"\",\"framerIntrinsicWidth\":\"1180\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["IconType", "SrcType", "metaTagSelector", "isPublishedSiteOrSSG", "Download", "props", "styleOptions", "hoverOptions", "iconOptions", "backgroundColor", "color", "borderRadius", "padding", "paddingPerSide", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "gap", "isInPublishedSiteOrSSG", "downloadURL", "paddingValue", "getIcon", "ref", "ref1", "iconStyle", "p", "getCursor", "buttonTitle", "u", "motion", "buttonStyles", "flexAlignSwitch", "addPropertyControls", "ControlType", "fontControlStyles", "ArrowSliderFonts", "getFonts", "lOJ4rz7Aw_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "toResponsiveImage", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "image1", "image10", "image2", "image3", "image4", "image5", "image6", "image7", "image8", "image9", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "TjLONmnh7", "fpeJGKYck", "WAiXvjUPx", "OsfMmfQHW", "NnphHZp1O", "MBDqCkQXr", "ognvd4B17", "P6mydsb3R", "fxVF2guW0", "prh5iBDSY", "restProps", "baseVariant", "classNames", "gestureHandlers", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap16py3xl", "args", "onTapvap2yb", "onTap1rpn4lp", "onTap1wazjc9", "onTapzrth10", "onTap1yuhj7g", "onTapg9yw03", "onTap1mu9md7", "onTap8vg93q", "onTap1xnf2vc", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "ComponentViewportProvider", "Image2", "css", "Framerlu91ou4l9", "withCSS", "lu91ou4l9_default", "addPropertyControls", "ControlType", "addFonts", "fontStore", "fonts", "css", "className", "NavigationBarFonts", "getFonts", "VGEBQTVxf_default", "DownloadFonts", "Download", "ImageGalleryOverlayFonts", "lu91ou4l9_default", "ButtonCopyFonts", "BRcjY_PlO_default", "IconsSpecsFonts", "jf2NuBKuB_default", "GoogleMapsFonts", "GoogleMaps", "ButtonFonts", "NO1qc1Drq_default", "FooterFonts", "DWFKuBwcw_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "toResponsiveImage", "value", "transition1", "animation", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "formVariants", "form", "variants", "currentVariant", "_variants_success", "_variants_pending", "_variants_error", "_variants_incomplete", "equals", "b", "convertFromBoolean", "activeLocale", "toString", "convertFromBoolean1", "convertFromBoolean2", "convertFromBoolean3", "convertFromBoolean4", "convertFromBoolean5", "convertFromBoolean6", "convertFromBoolean7", "convertFromBoolean8", "convertFromBoolean9", "convertFromBoolean10", "convertFromBoolean11", "metadata", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "Component", "Y", "ref", "setLocale", "useLocaleInfo", "currentPathVariables", "useCurrentPathVariables", "currentRouteData", "useQueryData", "GskymDgwn_default", "getWhereExpressionFromPathVariables", "getFromCurrentRouteData", "key", "NotFoundError", "style", "className", "layoutId", "variant", "lfgvb70sF", "hNGNq_EDX", "ifOGxVdzP", "jllQKn5ov", "BQMvNLfNp", "u_TOPczTO", "WxGT3Jhjr", "PPowOwBOr", "YtQPUCVvI", "fM2suhsoE", "GXJ78jGYy", "ntNBtA7wF", "erZtY1U9G", "HJexkLrUG", "OzYZskQrM", "imN0AMu6n", "uCOH431p0", "lscPnguD8", "EVR86bw93", "SjrmfaaZI", "d6eWYqzWz", "LZkj_qm53", "HrrNz6pLv", "rW6hdt1oz", "VTOO9rzvN", "jvu714Rxq", "rQYjHjWgU", "Kf0Ly4MSs", "QwzppCCmI", "v1hre_aVb", "restProps", "ie", "metadata1", "_document_querySelector", "robotsTag", "c", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapwelu7j", "overlay", "paginationInfo", "args", "ref1", "pe", "useRouteElementId", "ref2", "isDisplayed", "isDisplayed1", "textContent", "textContent1", "textContent2", "textContent3", "textContent4", "textContent5", "textContent6", "textContent7", "textContent8", "textContent9", "textContent10", "textContent11", "router", "useRouter", "defaultLayoutId", "ae", "sharedStyleClassNames", "useCustomCursors", "p", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "cx", "ComponentViewportProvider", "Container", "PropertyOverrides", "VGEBQTVxf_default", "RichText", "x", "Download", "l", "Image2", "AnimatePresence", "Ga", "lu91ou4l9_default", "overlay1", "overlay2", "overlay3", "overlay4", "overlay5", "overlay6", "overlay7", "overlay8", "overlay9", "FormContainer", "formState", "FormPlainTextInput2", "FormSelect", "BRcjY_PlO_default", "jf2NuBKuB_default", "GoogleMaps", "SVG", "ResolveLinks", "resolvedLinks", "NO1qc1Drq_default", "DWFKuBwcw_default", "css", "Framerlk047ag3v", "withCSS", "lk047ag3v_default", "addFonts", "NavigationBarFonts", "DownloadFonts", "ImageGalleryOverlayFonts", "ButtonCopyFonts", "IconsSpecsFonts", "GoogleMapsFonts", "ButtonFonts", "FooterFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
