{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/hEG0keF71HjQz2MU8y04/CZrs8T2a5YALrtjSzWbS/Utils.js", "ssg:https://framerusercontent.com/modules/5VKjH1lqNWFl9fKBaKR1/IiSf5R2D23I2kdWKF9cU/CAhG7W8G8.js", "ssg:https://framerusercontent.com/modules/UdWg2TsLmxg5hAv6OBua/99CoVLriMjyQcqvCXQ8N/DL83xmvLC.js", "ssg:https://framerusercontent.com/modules/pFWLHfvFu4cWew3XEEvG/xQwTko1YGaDtaMip8ocN/W5W1G2mo3.js"],
  "sourcesContent": ["import{jsx as _jsx}from\"react/jsx-runtime\";import{useState,useEffect}from\"react\";// Learn more: https://www.framer.com/docs/guides/overrides/\nfunction useQuery(){return new URLSearchParams(window.location.search);}export function withUseEffectOnLoad(Component){return props=>{const[isLoaded,setIsLoaded]=useState(false);useEffect(()=>{const timer=setTimeout(()=>{setIsLoaded(true);},200)// 0.2 seconds delay\n;return()=>clearTimeout(timer);},[]);if(!isLoaded){return /*#__PURE__*/_jsx(\"div\",{});}return /*#__PURE__*/_jsx(Component,{...props});};}export function withVisibleSlideshow(Component){return props=>{console.log(\"props: \",props);return /*#__PURE__*/_jsx(Component,{...props});};}export function withRedirect(Component){return props=>{console.log(\"props: \",props);useEffect(()=>{// Redirect logic using window.location.href\nwindow.location.href=\"https://drive.google.com/file/d/1b8_je9VlSqSxYFjS1vIYJqy0EYdu3o_F/view?usp=drive_link\";},[]);return /*#__PURE__*/_jsx(Component,{...props});};}export function withID(Component){return props=>{const headerID=window.location.pathname;const desiredPart=headerID.substring(headerID.lastIndexOf(\"/\")+1);return /*#__PURE__*/_jsx(Component,{...props,id:desiredPart});};}export function withRealEstateIDforForm(Component){return props=>{return /*#__PURE__*/_jsx(Component,{...props,id:\"real-estate-contact-us\"});};}export function withHospitalityHeaderID(Component){return props=>{return /*#__PURE__*/_jsx(Component,{...props,id:\"hospitalityHeader\"});};}export function withStopScrollingOnClick(Component){return props=>{return /*#__PURE__*/_jsx(Component,{...props});};}export function withFormMessage(Component){return props=>{const textarea=document.querySelector(\".framer-d5axnr\");if(textarea){console.log(\"textarea: \",textarea);}console.log(\"Form: \",props);return /*#__PURE__*/_jsx(Component,{...props});};}export function withHiddenOnLoad(Component){return props=>{return /*#__PURE__*/_jsx(Component,{...props,style:{display:\"none\"}});};}export function withVisibilityOnClick(Component){return props=>{const[category,setCategory]=useState(null);const[subCategory,setSubCategory]=useState(null);const prodejBtn=document.querySelector(\".framer-v-10gpglu\");const prodejBtnMobile=document.querySelector(\".framer-v-1qpn29m\");const pronajemBtn=document.querySelector(\".framer-v-1i17awf\");const pronajemBtnMobile=document.querySelector(\".framer-v-4irev\");// const prodejCategory = document.querySelector(\".framer-12e2pp1\")\nconst prodejCategory=document.querySelector(\".framer-1y9vf06\");const prodejBtnUnchecked=document.querySelector(\".framer-v-66j7mc\");// const pronajemCollection = document.querySelector(\".framer-bz21jq\")\nconst pronajemCollection=document.querySelector(\".framer-1gqbp2m\");const prodejCollection=document.querySelector(\".framer-ge9pj\");// const pronajemCategory = document.querySelector(\".framer-1xkp3cn\")\nconst pronajemCategory=document.querySelector(\".framer-1a2f1xx\");const pronajemBtnUnchecked=document.querySelector(\".framer-v-10gpglu\");const kratkodobyBtn=document.querySelector(\".framer-v-xm81lg\");const kratkodobyBtnMobile=document.querySelector(\".framer-v-9akcun\");const kratkodobyCollection=document.querySelector(\".framer-141tq8m\");const dlouhodobyBtn=document.querySelector(\".framer-v-stcwu\");const dlouhodobyBtnMobile=document.querySelector(\".framer-v-19vxoa1\");const dlouhodobyCollection=document.querySelector(\".framer-17oves1\");const bytyCollection=document.querySelector(\".framer-iy908i\");const budovyCollection=document.querySelector(\".framer-kf327e\");const pozemkyCollection=document.querySelector(\".framer-10ujjs\");const bytyBtn=document.querySelector(\".framer-v-cckll\");const bytyBtnMobile=document.querySelector(\".framer-v-j8mwnp\");const budovyBtn=document.querySelector(\".framer-v-lnkn79\");const budovyBtnMobile=document.querySelector(\".framer-v-1jfxrna\");const pozemkyBtn=document.querySelector(\".framer-v-1qqp5wq\");const pozemkyBtnMobile=document.querySelector(\".framer-v-vyfe6t\");const notFoundCollection=document.querySelector(\".framer-memm27\");const query=useQuery();const categoryParam=query.get(\"category\");const subCategoryParam=query.get(\"subcategory\");useEffect(()=>{if(categoryParam){console.log(`Category is: ${categoryParam} and subcategory is: ${subCategoryParam}`);setCategory(categoryParam);if(subCategoryParam){setSubCategory(subCategoryParam);}// Perform actions based on the category query parameter\nif(categoryParam===\"prodej\"){if(prodejBtn){prodejBtn.style.backgroundColor=\"var(--token-8f8f5edb-6a5f-4845-93c5-a624f256b03b, rgb(204, 152, 122))\";prodejBtn.style.borderRadius=\"3px\";pronajemBtn.style.backgroundColor=\"transparent\";kratkodobyBtn.style.backgroundColor=\"transparent\";dlouhodobyBtn.style.backgroundColor=\"transparent\";prodejCollection.style.display=\"grid\";pronajemCollection.style.display=\"none\";bytyBtn.style.backgroundColor=\"transparent\";budovyBtn.style.backgroundColor=\"transparent\";pozemkyBtn.style.backgroundColor=\"transparent\";prodejCategory.style.display=\"flex\";pronajemCategory.style.display=\"none\";kratkodobyCollection.style.display=\"none\";dlouhodobyCollection.style.display=\"none\";const url=new URL(window.location);url.searchParams.set(\"category\",\"prodej\");window.history.replaceState(null,\"\",url);if(prodejCollection.children.length===0){notFoundCollection.style.display=\"block\";}else{notFoundCollection.style.display=\"none\";}}if(prodejBtnMobile){prodejBtnMobile.style.backgroundColor=\"var(--token-8f8f5edb-6a5f-4845-93c5-a624f256b03b, rgb(204, 152, 122))\";prodejBtnMobile.style.borderRadius=\"3px\";pronajemBtnMobile.style.backgroundColor=\"transparent\";kratkodobyBtnMobile.style.backgroundColor=\"transparent\";dlouhodobyBtnMobile.style.backgroundColor=\"transparent\";prodejCollection.style.display=\"grid\";pronajemCollection.style.display=\"none\";bytyBtnMobile.style.backgroundColor=\"transparent\";budovyBtnMobile.style.backgroundColor=\"transparent\";pozemkyBtnMobile.style.backgroundColor=\"transparent\";prodejCategory.style.display=\"flex\";pronajemCategory.style.display=\"none\";kratkodobyCollection.style.display=\"none\";dlouhodobyCollection.style.display=\"none\";}}if(categoryParam===\"pron\\xe1jem\"){if(pronajemBtn){pronajemBtn.style.backgroundColor=\"var(--token-8f8f5edb-6a5f-4845-93c5-a624f256b03b, rgb(204, 152, 122))\";pronajemBtn.style.borderRadius=\"3px\";prodejBtn.style.backgroundColor=\"transparent\";bytyBtn.style.backgroundColor=\"transparent\";budovyBtn.style.backgroundColor=\"transparent\";pozemkyBtn.style.backgroundColor=\"transparent\";pronajemCollection.style.display=\"grid\";prodejCollection.style.display=\"none\";kratkodobyBtn.style.backgroundColor=\"transparent\";dlouhodobyBtn.style.backgroundColor=\"transparent\";pronajemCategory.style.display=\"flex\";prodejCategory.style.display=\"none\";bytyCollection.style.display=\"none\";budovyCollection.style.display=\"none\";pozemkyCollection.style.display=\"none\";const url=new URL(window.location);url.searchParams.set(\"category\",\"pron\\xe1jem\");window.history.replaceState(null,\"\",url);if(pronajemCollection.children.length===0){notFoundCollection.style.display=\"block\";}else{notFoundCollection.style.display=\"none\";}}if(pronajemBtnMobile){pronajemBtnMobile.style.backgroundColor=\"var(--token-8f8f5edb-6a5f-4845-93c5-a624f256b03b, rgb(204, 152, 122))\";pronajemBtnMobile.style.borderRadius=\"3px\";prodejBtnMobile.style.backgroundColor=\"transparent\";bytyBtnMobile.style.backgroundColor=\"transparent\";budovyBtnMobile.style.backgroundColor=\"transparent\";pozemkyBtnMobile.style.backgroundColor=\"transparent\";pronajemCollection.style.display=\"grid\";prodejCollection.style.display=\"none\";kratkodobyBtnMobile.style.backgroundColor=\"transparent\";dlouhodobyBtnMobile.style.backgroundColor=\"transparent\";pronajemCategory.style.display=\"flex\";prodejCategory.style.display=\"none\";bytyCollection.style.display=\"none\";budovyCollection.style.display=\"none\";pozemkyCollection.style.display=\"none\";const url=new URL(window.location);url.searchParams.set(\"category\",\"pron\\xe1jem\");window.history.replaceState(null,\"\",url);}}if(subCategoryParam===\"byty\"){if(bytyBtn){bytyBtn.style.backgroundColor=\"var(--token-8f8f5edb-6a5f-4845-93c5-a624f256b03b, rgb(204, 152, 122))\";bytyBtn.style.borderRadius=\"3px\";budovyBtn.style.backgroundColor=\"transparent\";pozemkyBtn.style.backgroundColor=\"transparent\";bytyCollection.style.display=\"grid\";budovyCollection.style.display=\"none\";pozemkyCollection.style.display=\"none\";prodejCollection.style.display=\"none\";const url=new URL(window.location);url.searchParams.set(\"subcategory\",\"byty\");window.history.replaceState(null,\"\",url);if(bytyCollection.children.length===0){notFoundCollection.style.display=\"block\";}else{notFoundCollection.style.display=\"none\";}}if(bytyBtnMobile){bytyBtnMobile.style.backgroundColor=\"var(--token-8f8f5edb-6a5f-4845-93c5-a624f256b03b, rgb(204, 152, 122))\";bytyBtnMobile.style.borderRadius=\"3px\";budovyBtnMobile.style.backgroundColor=\"transparent\";pozemkyBtnMobile.style.backgroundColor=\"transparent\";bytyCollection.style.display=\"grid\";budovyCollection.style.display=\"none\";pozemkyCollection.style.display=\"none\";prodejCollection.style.display=\"none\";const url=new URL(window.location);url.searchParams.set(\"subcategory\",\"byty\");window.history.replaceState(null,\"\",url);}}if(subCategoryParam===\"budovy\"){if(budovyBtn){budovyBtn.style.backgroundColor=\"var(--token-8f8f5edb-6a5f-4845-93c5-a624f256b03b, rgb(204, 152, 122))\";budovyBtn.style.borderRadius=\"3px\";bytyBtn.style.backgroundColor=\"transparent\";pozemkyBtn.style.backgroundColor=\"transparent\";budovyCollection.style.display=\"grid\";bytyCollection.style.display=\"none\";pozemkyCollection.style.display=\"none\";prodejCollection.style.display=\"none\";const url=new URL(window.location);url.searchParams.set(\"subcategory\",\"budovy\");window.history.replaceState(null,\"\",url);if(budovyCollection.children.length===0){notFoundCollection.style.display=\"block\";}else{notFoundCollection.style.display=\"none\";}}if(budovyBtnMobile){budovyBtnMobile.style.backgroundColor=\"var(--token-8f8f5edb-6a5f-4845-93c5-a624f256b03b, rgb(204, 152, 122))\";budovyBtnMobile.style.borderRadius=\"3px\";bytyBtnMobile.style.backgroundColor=\"transparent\";pozemkyBtnMobile.style.backgroundColor=\"transparent\";budovyCollection.style.display=\"grid\";bytyCollection.style.display=\"none\";pozemkyCollection.style.display=\"none\";prodejCollection.style.display=\"none\";}}if(subCategoryParam===\"pozemky\"){if(pozemkyBtn){pozemkyBtn.style.backgroundColor=\"var(--token-8f8f5edb-6a5f-4845-93c5-a624f256b03b, rgb(204, 152, 122))\";pozemkyBtn.style.borderRadius=\"3px\";bytyBtn.style.backgroundColor=\"transparent\";budovyBtn.style.backgroundColor=\"transparent\";pozemkyCollection.style.display=\"grid\";bytyCollection.style.display=\"none\";budovyCollection.style.display=\"none\";prodejCollection.style.display=\"none\";const url=new URL(window.location);url.searchParams.set(\"subcategory\",\"pozemky\");window.history.replaceState(null,\"\",url);if(pozemkyCollection.children.length===0){notFoundCollection.style.display=\"block\";}else{notFoundCollection.style.display=\"none\";}}if(pozemkyBtnMobile){pozemkyBtnMobile.style.backgroundColor=\"var(--token-8f8f5edb-6a5f-4845-93c5-a624f256b03b, rgb(204, 152, 122))\";pozemkyBtnMobile.style.borderRadius=\"3px\";bytyBtnMobile.style.backgroundColor=\"transparent\";budovyBtnMobile.style.backgroundColor=\"transparent\";pozemkyCollection.style.display=\"grid\";bytyCollection.style.display=\"none\";budovyCollection.style.display=\"none\";prodejCollection.style.display=\"none\";}}if(subCategoryParam===\"kratkodoby\"){if(kratkodobyBtn){kratkodobyBtn.style.backgroundColor=\"var(--token-8f8f5edb-6a5f-4845-93c5-a624f256b03b, rgb(204, 152, 122))\";kratkodobyBtn.style.borderRadius=\"3px\";dlouhodobyBtn.style.backgroundColor=\"transparent\";kratkodobyCollection.style.display=\"grid\";dlouhodobyCollection.style.display=\"none\";pronajemCollection.style.display=\"none\";const url=new URL(window.location);url.searchParams.set(\"subcategory\",\"kratkodoby\");window.history.replaceState(null,\"\",url);if(kratkodobyCollection.children.length===0){notFoundCollection.style.display=\"block\";}else{notFoundCollection.style.display=\"none\";}}if(kratkodobyBtnMobile){kratkodobyBtnMobile.style.backgroundColor=\"var(--token-8f8f5edb-6a5f-4845-93c5-a624f256b03b, rgb(204, 152, 122))\";kratkodobyBtnMobile.style.borderRadius=\"3px\";dlouhodobyBtnMobile.style.backgroundColor=\"transparent\";kratkodobyCollection.style.display=\"grid\";dlouhodobyCollection.style.display=\"none\";pronajemCollection.style.display=\"none\";}}if(subCategoryParam===\"dlouhodoby\"){if(dlouhodobyBtn){dlouhodobyBtn.style.backgroundColor=\"var(--token-8f8f5edb-6a5f-4845-93c5-a624f256b03b, rgb(204, 152, 122))\";dlouhodobyBtn.style.borderRadius=\"3px\";kratkodobyBtn.style.backgroundColor=\"transparent\";dlouhodobyCollection.style.display=\"grid\";kratkodobyCollection.style.display=\"none\";pronajemCollection.style.display=\"none\";const url=new URL(window.location);url.searchParams.set(\"subcategory\",\"dlouhodoby\");window.history.replaceState(null,\"\",url);if(dlouhodobyCollection.children.length===0){notFoundCollection.style.display=\"block\";}else{notFoundCollection.style.display=\"none\";}}if(dlouhodobyBtnMobile){dlouhodobyBtnMobile.style.backgroundColor=\"var(--token-8f8f5edb-6a5f-4845-93c5-a624f256b03b, rgb(204, 152, 122))\";dlouhodobyBtnMobile.style.borderRadius=\"3px\";kratkodobyBtnMobile.style.backgroundColor=\"transparent\";dlouhodobyCollection.style.display=\"grid\";kratkodobyCollection.style.display=\"none\";pronajemCollection.style.display=\"none\";}}// Add other category checks as needed\n}else{console.log(\"No category found in URL\");}},[prodejBtn,bytyBtn]);const[activeBtn,setActiveBtn]=useState({prodejActive:true,pronajemActive:true});const animationProps={initial:{opacity:0,y:100},animate:{opacity:1,y:0},transition:{duration:.5}};const animationVariants={hidden:{opacity:0,y:100},visible:{opacity:1,y:0}};const handleClick=event=>{// const prodejCollection = document.querySelector(\".framer-1uvp009\")\nconst prodejBtn=document.querySelector(\".framer-v-10gpglu\");const prodejBtnMobile=document.querySelector(\".framer-v-1qpn29m\");const pronajemBtn=document.querySelector(\".framer-v-1i17awf\");const pronajemBtnMobile=document.querySelector(\".framer-v-4irev\");// const prodejCategory = document.querySelector(\".framer-12e2pp1\")\nconst prodejCategory=document.querySelector(\".framer-1y9vf06\");const prodejBtnUnchecked=document.querySelector(\".framer-v-66j7mc\");// const pronajemCollection = document.querySelector(\".framer-bz21jq\")\nconst pronajemCollection=document.querySelector(\".framer-1gqbp2m\");const prodejCollection=document.querySelector(\".framer-ge9pj\");// const pronajemCategory = document.querySelector(\".framer-1xkp3cn\")\nconst pronajemCategory=document.querySelector(\".framer-1a2f1xx\");const pronajemBtnUnchecked=document.querySelector(\".framer-v-10gpglu\");const kratkodobyBtn=document.querySelector(\".framer-v-xm81lg\");const kratkodobyBtnMobile=document.querySelector(\".framer-v-9akcun\");const kratkodobyCollection=document.querySelector(\".framer-141tq8m\");const dlouhodobyBtn=document.querySelector(\".framer-v-stcwu\");const dlouhodobyBtnMobile=document.querySelector(\".framer-v-19vxoa1\");const dlouhodobyCollection=document.querySelector(\".framer-17oves1\");const bytyCollection=document.querySelector(\".framer-iy908i\");const budovyCollection=document.querySelector(\".framer-kf327e\");const pozemkyCollection=document.querySelector(\".framer-10ujjs\");const bytyBtn=document.querySelector(\".framer-v-cckll\");const bytyBtnMobile=document.querySelector(\".framer-v-j8mwnp\");const budovyBtn=document.querySelector(\".framer-v-lnkn79\");const budovyBtnMobile=document.querySelector(\".framer-v-1jfxrna\");const pozemkyBtn=document.querySelector(\".framer-v-1qqp5wq\");const pozemkyBtnMobile=document.querySelector(\".framer-v-vyfe6t\");const notFoundCollection=document.querySelector(\".framer-memm27\");if((event.target.textContent===\"Prodej\"||event.target.textContent===\"Sale\")&&(prodejBtn||prodejBtnMobile)){if(prodejBtn){prodejBtn.style.backgroundColor=\"var(--token-8f8f5edb-6a5f-4845-93c5-a624f256b03b, rgb(204, 152, 122))\";prodejBtn.style.borderRadius=\"3px\";pronajemBtn.style.backgroundColor=\"transparent\";kratkodobyBtn.style.backgroundColor=\"transparent\";dlouhodobyBtn.style.backgroundColor=\"transparent\";prodejCollection.style.display=\"grid\";pronajemCollection.style.display=\"none\";bytyBtn.style.backgroundColor=\"transparent\";budovyBtn.style.backgroundColor=\"transparent\";pozemkyBtn.style.backgroundColor=\"transparent\";prodejCategory.style.display=\"flex\";pronajemCategory.style.display=\"none\";kratkodobyCollection.style.display=\"none\";dlouhodobyCollection.style.display=\"none\";const url=new URL(window.location);url.searchParams.set(\"category\",\"prodej\");url.searchParams.delete(\"subcategory\");window.history.replaceState(null,\"\",url);if(prodejCollection.children.length===0){notFoundCollection.style.display=\"block\";}else{notFoundCollection.style.display=\"none\";}}if(prodejBtnMobile){prodejBtnMobile.style.backgroundColor=\"var(--token-8f8f5edb-6a5f-4845-93c5-a624f256b03b, rgb(204, 152, 122))\";prodejBtnMobile.style.borderRadius=\"3px\";pronajemBtnMobile.style.backgroundColor=\"transparent\";kratkodobyBtnMobile.style.backgroundColor=\"transparent\";dlouhodobyBtnMobile.style.backgroundColor=\"transparent\";prodejCollection.style.display=\"grid\";pronajemCollection.style.display=\"none\";bytyBtnMobile.style.backgroundColor=\"transparent\";budovyBtnMobile.style.backgroundColor=\"transparent\";pozemkyBtnMobile.style.backgroundColor=\"transparent\";prodejCategory.style.display=\"flex\";pronajemCategory.style.display=\"none\";kratkodobyCollection.style.display=\"none\";dlouhodobyCollection.style.display=\"none\";}/*\n                pronajemCollection.style.display =\n                    pronajemCollection.style.display === \"none\"\n                        ? \"grid\"\n                        : \"none\"\n                */}if((event.target.textContent===\"Pron\\xe1jem\"||event.target.textContent===\"Rental\")&&(pronajemBtn||pronajemBtnMobile)){setActiveBtn({prodejActive:false,pronajemActive:true});if(pronajemBtn){pronajemBtn.style.backgroundColor=\"var(--token-8f8f5edb-6a5f-4845-93c5-a624f256b03b, rgb(204, 152, 122))\";pronajemBtn.style.borderRadius=\"3px\";prodejBtn.style.backgroundColor=\"transparent\";bytyBtn.style.backgroundColor=\"transparent\";budovyBtn.style.backgroundColor=\"transparent\";pozemkyBtn.style.backgroundColor=\"transparent\";pronajemCollection.style.display=\"grid\";prodejCollection.style.display=\"none\";kratkodobyBtn.style.backgroundColor=\"transparent\";dlouhodobyBtn.style.backgroundColor=\"transparent\";pronajemCategory.style.display=\"flex\";prodejCategory.style.display=\"none\";bytyCollection.style.display=\"none\";budovyCollection.style.display=\"none\";pozemkyCollection.style.display=\"none\";const url=new URL(window.location);url.searchParams.set(\"category\",\"pron\\xe1jem\");url.searchParams.delete(\"subcategory\");window.history.replaceState(null,\"\",url);if(pronajemCollection.children.length===0){notFoundCollection.style.display=\"block\";}else{notFoundCollection.style.display=\"none\";}}if(pronajemBtnMobile){pronajemBtnMobile.style.backgroundColor=\"var(--token-8f8f5edb-6a5f-4845-93c5-a624f256b03b, rgb(204, 152, 122))\";pronajemBtnMobile.style.borderRadius=\"3px\";prodejBtnMobile.style.backgroundColor=\"transparent\";bytyBtnMobile.style.backgroundColor=\"transparent\";budovyBtnMobile.style.backgroundColor=\"transparent\";pozemkyBtnMobile.style.backgroundColor=\"transparent\";pronajemCollection.style.display=\"grid\";prodejCollection.style.display=\"none\";kratkodobyBtnMobile.style.backgroundColor=\"transparent\";dlouhodobyBtnMobile.style.backgroundColor=\"transparent\";pronajemCategory.style.display=\"flex\";prodejCategory.style.display=\"none\";bytyCollection.style.display=\"none\";budovyCollection.style.display=\"none\";pozemkyCollection.style.display=\"none\";const url=new URL(window.location);url.searchParams.set(\"category\",\"pron\\xe1jem\");window.history.replaceState(null,\"\",url);}/*\n                prodejCollection.style.display =\n                    prodejCollection.style.display === \"none\" ? \"grid\" : \"none\"\n                */}if(event.target.textContent===\"Kr\\xe1tkodob\\xfd\"&&(kratkodobyBtn||kratkodobyBtnMobile)){if(kratkodobyBtn){kratkodobyBtn.style.backgroundColor=\"var(--token-8f8f5edb-6a5f-4845-93c5-a624f256b03b, rgb(204, 152, 122))\";kratkodobyBtn.style.borderRadius=\"3px\";dlouhodobyBtn.style.backgroundColor=\"transparent\";kratkodobyCollection.style.display=\"grid\";dlouhodobyCollection.style.display=\"none\";pronajemCollection.style.display=\"none\";const url=new URL(window.location);url.searchParams.set(\"subcategory\",\"kratkodoby\");window.history.replaceState(null,\"\",url);if(kratkodobyCollection.children.length===0){notFoundCollection.style.display=\"block\";}else{notFoundCollection.style.display=\"none\";}}if(kratkodobyBtnMobile){kratkodobyBtnMobile.style.backgroundColor=\"var(--token-8f8f5edb-6a5f-4845-93c5-a624f256b03b, rgb(204, 152, 122))\";kratkodobyBtnMobile.style.borderRadius=\"3px\";dlouhodobyBtnMobile.style.backgroundColor=\"transparent\";kratkodobyCollection.style.display=\"grid\";dlouhodobyCollection.style.display=\"none\";pronajemCollection.style.display=\"none\";}}if(event.target.textContent===\"Dlouhodob\\xfd\"&&(dlouhodobyBtn||dlouhodobyBtnMobile)){if(dlouhodobyBtn){dlouhodobyBtn.style.backgroundColor=\"var(--token-8f8f5edb-6a5f-4845-93c5-a624f256b03b, rgb(204, 152, 122))\";dlouhodobyBtn.style.borderRadius=\"3px\";kratkodobyBtn.style.backgroundColor=\"transparent\";dlouhodobyCollection.style.display=\"grid\";kratkodobyCollection.style.display=\"none\";pronajemCollection.style.display=\"none\";const url=new URL(window.location);url.searchParams.set(\"subcategory\",\"dlouhodoby\");window.history.replaceState(null,\"\",url);if(dlouhodobyCollection.children.length===0){notFoundCollection.style.display=\"block\";}else{notFoundCollection.style.display=\"none\";}}if(dlouhodobyBtnMobile){dlouhodobyBtnMobile.style.backgroundColor=\"var(--token-8f8f5edb-6a5f-4845-93c5-a624f256b03b, rgb(204, 152, 122))\";dlouhodobyBtnMobile.style.borderRadius=\"3px\";kratkodobyBtnMobile.style.backgroundColor=\"transparent\";dlouhodobyCollection.style.display=\"grid\";kratkodobyCollection.style.display=\"none\";pronajemCollection.style.display=\"none\";}}if(event.target.textContent===\"Byty\"&&(bytyBtn||bytyBtnMobile)){if(bytyBtn){bytyBtn.style.backgroundColor=\"var(--token-8f8f5edb-6a5f-4845-93c5-a624f256b03b, rgb(204, 152, 122))\";bytyBtn.style.borderRadius=\"3px\";budovyBtn.style.backgroundColor=\"transparent\";pozemkyBtn.style.backgroundColor=\"transparent\";bytyCollection.style.display=\"grid\";budovyCollection.style.display=\"none\";pozemkyCollection.style.display=\"none\";prodejCollection.style.display=\"none\";const url=new URL(window.location);url.searchParams.set(\"subcategory\",\"byty\");window.history.replaceState(null,\"\",url);if(bytyCollection.children.length===0){notFoundCollection.style.display=\"block\";}else{notFoundCollection.style.display=\"none\";}}if(bytyBtnMobile){bytyBtnMobile.style.backgroundColor=\"var(--token-8f8f5edb-6a5f-4845-93c5-a624f256b03b, rgb(204, 152, 122))\";bytyBtnMobile.style.borderRadius=\"3px\";budovyBtnMobile.style.backgroundColor=\"transparent\";pozemkyBtnMobile.style.backgroundColor=\"transparent\";bytyCollection.style.display=\"grid\";budovyCollection.style.display=\"none\";pozemkyCollection.style.display=\"none\";prodejCollection.style.display=\"none\";}}if(event.target.textContent===\"Budovy\"&&(budovyBtn||budovyBtnMobile)){if(budovyBtn){budovyBtn.style.backgroundColor=\"var(--token-8f8f5edb-6a5f-4845-93c5-a624f256b03b, rgb(204, 152, 122))\";budovyBtn.style.borderRadius=\"3px\";bytyBtn.style.backgroundColor=\"transparent\";pozemkyBtn.style.backgroundColor=\"transparent\";budovyCollection.style.display=\"grid\";bytyCollection.style.display=\"none\";pozemkyCollection.style.display=\"none\";prodejCollection.style.display=\"none\";const url=new URL(window.location);url.searchParams.set(\"subcategory\",\"budovy\");window.history.replaceState(null,\"\",url);if(budovyCollection.children.length===0){notFoundCollection.style.display=\"block\";}else{notFoundCollection.style.display=\"none\";}}if(budovyBtnMobile){budovyBtnMobile.style.backgroundColor=\"var(--token-8f8f5edb-6a5f-4845-93c5-a624f256b03b, rgb(204, 152, 122))\";budovyBtnMobile.style.borderRadius=\"3px\";bytyBtnMobile.style.backgroundColor=\"transparent\";pozemkyBtnMobile.style.backgroundColor=\"transparent\";budovyCollection.style.display=\"grid\";bytyCollection.style.display=\"none\";pozemkyCollection.style.display=\"none\";prodejCollection.style.display=\"none\";}}if(event.target.textContent===\"Pozemky\"&&(pozemkyBtn||pozemkyBtnMobile)){if(pozemkyBtn){pozemkyBtn.style.backgroundColor=\"var(--token-8f8f5edb-6a5f-4845-93c5-a624f256b03b, rgb(204, 152, 122))\";pozemkyBtn.style.borderRadius=\"3px\";bytyBtn.style.backgroundColor=\"transparent\";budovyBtn.style.backgroundColor=\"transparent\";pozemkyCollection.style.display=\"grid\";bytyCollection.style.display=\"none\";budovyCollection.style.display=\"none\";prodejCollection.style.display=\"none\";const url=new URL(window.location);url.searchParams.set(\"subcategory\",\"pozemky\");window.history.replaceState(null,\"\",url);if(pozemkyCollection.children.length===0){notFoundCollection.style.display=\"block\";}else{notFoundCollection.style.display=\"none\";}}if(pozemkyBtnMobile){pozemkyBtnMobile.style.backgroundColor=\"var(--token-8f8f5edb-6a5f-4845-93c5-a624f256b03b, rgb(204, 152, 122))\";pozemkyBtnMobile.style.borderRadius=\"3px\";bytyBtnMobile.style.backgroundColor=\"transparent\";budovyBtnMobile.style.backgroundColor=\"transparent\";pozemkyCollection.style.display=\"grid\";bytyCollection.style.display=\"none\";budovyCollection.style.display=\"none\";prodejCollection.style.display=\"none\";}}};return /*#__PURE__*/_jsx(Component,{...props,onClick:handleClick,style:{cursor:\"pointer\"}});};}\nexport const __FramerMetadata__ = {\"exports\":{\"withFormMessage\":{\"type\":\"reactHoc\",\"name\":\"withFormMessage\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withID\":{\"type\":\"reactHoc\",\"name\":\"withID\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withHospitalityHeaderID\":{\"type\":\"reactHoc\",\"name\":\"withHospitalityHeaderID\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withVisibilityOnClick\":{\"type\":\"reactHoc\",\"name\":\"withVisibilityOnClick\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withStopScrollingOnClick\":{\"type\":\"reactHoc\",\"name\":\"withStopScrollingOnClick\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withRedirect\":{\"type\":\"reactHoc\",\"name\":\"withRedirect\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withUseEffectOnLoad\":{\"type\":\"reactHoc\",\"name\":\"withUseEffectOnLoad\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withRealEstateIDforForm\":{\"type\":\"reactHoc\",\"name\":\"withRealEstateIDforForm\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withVisibleSlideshow\":{\"type\":\"reactHoc\",\"name\":\"withVisibleSlideshow\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withHiddenOnLoad\":{\"type\":\"reactHoc\",\"name\":\"withHiddenOnLoad\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Utils.map", "import{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Roboto-500\",\"GF;Roboto-700\",\"GF;Roboto-700italic\",\"GF;Roboto-500italic\"]);export const fonts=[{family:\"Roboto\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9vBh05IsDqlA.woff2\",weight:\"500\"},{family:\"Roboto\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlvBh05IsDqlA.woff2\",weight:\"700\"},{family:\"Roboto\",source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TzBhc4AMX6lJBP.woff2\",weight:\"700\"},{family:\"Roboto\",source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51S7ABc4AMX6lJBP.woff2\",weight:\"500\"}];export const css=['.framer-qRCDX .framer-styles-preset-gaqxir:not(.rich-text-wrapper), .framer-qRCDX .framer-styles-preset-gaqxir.rich-text-wrapper p { --framer-font-family: \"Roboto\", \"Roboto Placeholder\", sans-serif; --framer-font-family-bold: \"Roboto\", \"Roboto Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Roboto\", \"Roboto Placeholder\", sans-serif; --framer-font-family-italic: \"Roboto\", \"Roboto Placeholder\", sans-serif; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 500; --framer-letter-spacing: 0.1em; --framer-line-height: 1.2em; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: #ffffff; --framer-text-decoration: none; --framer-text-transform: uppercase; }'];export const className=\"framer-qRCDX\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Roboto-500\",\"Inter-Bold\",\"Inter-BoldItalic\",\"Inter-Italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Roboto\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9vBh05IsDqlA.woff2\",weight:\"500\"},{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-Bold.cyrillic-ext-XOTVL7ZR.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://app.framerstatic.com/Inter-Bold.cyrillic-6LOMBC2V.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://app.framerstatic.com/Inter-Bold.greek-ext-WXWSJXLB.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://app.framerstatic.com/Inter-Bold.greek-YRST7ODZ.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://app.framerstatic.com/Inter-Bold.latin-ext-BASA5UL3.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://app.framerstatic.com/Inter-Bold.latin-UCM45LQF.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://app.framerstatic.com/Inter-Bold.vietnamese-OEVJMXEP.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://app.framerstatic.com/Inter-BoldItalic.cyrillic-ext-PEYDHC3S.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://app.framerstatic.com/Inter-BoldItalic.cyrillic-7EIL6JWG.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://app.framerstatic.com/Inter-BoldItalic.greek-ext-3DJOYQMH.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://app.framerstatic.com/Inter-BoldItalic.greek-TJBTLTT7.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://app.framerstatic.com/Inter-BoldItalic.latin-ext-FVPCPRBJ.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://app.framerstatic.com/Inter-BoldItalic.latin-5ZFQS4XK.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://app.framerstatic.com/Inter-BoldItalic.vietnamese-W2625PGF.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://app.framerstatic.com/Inter-Italic.cyrillic-ext-YDGMJOJO.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://app.framerstatic.com/Inter-Italic.cyrillic-BFOVMAQB.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://app.framerstatic.com/Inter-Italic.greek-ext-4KOU3AHC.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://app.framerstatic.com/Inter-Italic.greek-OJTBJNE6.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://app.framerstatic.com/Inter-Italic.latin-ext-H4B22QN6.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://app.framerstatic.com/Inter-Italic.latin-2DWX32EN.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://app.framerstatic.com/Inter-Italic.vietnamese-TYMT6CKW.woff2\",weight:\"400\"}]}];export const css=['.framer-XtvEy .framer-styles-preset-hklgii:not(.rich-text-wrapper), .framer-XtvEy .framer-styles-preset-hklgii.rich-text-wrapper p { --framer-font-family: \"Roboto\", \"Roboto Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-size: 12px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 0.1em; --framer-line-height: 1.2em; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: #ffffff; --framer-text-decoration: none; --framer-text-transform: uppercase; }'];export const className=\"framer-XtvEy\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (6b748fa)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,Link,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{withID}from\"https://framerusercontent.com/modules/hEG0keF71HjQz2MU8y04/CZrs8T2a5YALrtjSzWbS/Utils.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/5VKjH1lqNWFl9fKBaKR1/IiSf5R2D23I2kdWKF9cU/CAhG7W8G8.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/UdWg2TsLmxg5hAv6OBua/99CoVLriMjyQcqvCXQ8N/DL83xmvLC.js\";import*as localizedValues from\"./W5W1G2mo3-0.js\";const MotionAWithID=withID(motion.a);const enabledGestures={DMBOEC4Eh:{hover:true,pressed:true},FAjuizOQ5:{hover:true,pressed:true},i2A0Vu6wP:{hover:true,pressed:true},SuKyGBTVX:{hover:true,pressed:true},w49tLsi2w:{hover:true,pressed:true}};const cycleOrder=[\"DMBOEC4Eh\",\"FAjuizOQ5\",\"SuKyGBTVX\",\"i2A0Vu6wP\",\"w49tLsi2w\"];const serializationHash=\"framer-DkDUL\";const variantClassNames={DMBOEC4Eh:\"framer-v-1hjx469\",FAjuizOQ5:\"framer-v-pqqwi\",i2A0Vu6wP:\"framer-v-1v18qc4\",SuKyGBTVX:\"framer-v-cazylo\",w49tLsi2w:\"framer-v-1gf8ii8\"};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 valuesByLocaleId={NPgxgydSK:localizedValues};const getLocalizedValue=(key,locale)=>{while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value){return value;}}locale=locale.fallback;}};const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};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={\"border-brass\":\"FAjuizOQ5\",\"border-light\":\"SuKyGBTVX\",\"border-primary-with-ID\":\"i2A0Vu6wP\",\"border-small-text\":\"w49tLsi2w\",border:\"DMBOEC4Eh\"};const getProps=({height,id,link,newTab,smoothScroll,tap,text,width,...props})=>{var _ref,_ref1,_humanReadableVariantMap_props_variant,_ref2;return{...props,EkTFdp7GX:(_ref=text!==null&&text!==void 0?text:props.EkTFdp7GX)!==null&&_ref!==void 0?_ref:\"Read more\",J782Rzxyq:newTab!==null&&newTab!==void 0?newTab:props.J782Rzxyq,JKBH5rNdf:tap!==null&&tap!==void 0?tap:props.JKBH5rNdf,Nb2CPSGiD:(_ref1=smoothScroll!==null&&smoothScroll!==void 0?smoothScroll:props.Nb2CPSGiD)!==null&&_ref1!==void 0?_ref1:true,QO8vrrslx:link!==null&&link!==void 0?link:props.QO8vrrslx,variant:(_ref2=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref2!==void 0?_ref2:\"DMBOEC4Eh\"};};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,EkTFdp7GX,QO8vrrslx,JKBH5rNdf,J782Rzxyq,Nb2CPSGiD,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"DMBOEC4Eh\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapltrsvw=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(JKBH5rNdf){const res=await JKBH5rNdf(...args);if(res===false)return false;}});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];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__*/_jsx(Link,{href:QO8vrrslx,openInNewTab:J782Rzxyq,smoothScroll:Nb2CPSGiD,children:/*#__PURE__*/_jsx(MotionAWithID,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-1hjx469\",className,classNames)} framer-1rd9etq`,\"data-border\":true,\"data-framer-name\":\"border\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"DMBOEC4Eh\",onTap:onTapltrsvw,ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"2px\",\"--border-color\":\"var(--token-8f8f5edb-6a5f-4845-93c5-a624f256b03b, rgb(204, 152, 122))\",\"--border-left-width\":\"2px\",\"--border-right-width\":\"2px\",\"--border-style\":\"solid\",\"--border-top-width\":\"2px\",backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:3,borderBottomRightRadius:3,borderTopLeftRadius:3,borderTopRightRadius:3,...style},variants:{\"DMBOEC4Eh-hover\":{backgroundColor:\"var(--token-8f8f5edb-6a5f-4845-93c5-a624f256b03b, rgb(204, 152, 122))\"},\"DMBOEC4Eh-pressed\":{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",backgroundColor:\"rgb(145, 101, 76)\"},\"FAjuizOQ5-hover\":{backgroundColor:\"var(--token-8f8f5edb-6a5f-4845-93c5-a624f256b03b, rgb(204, 152, 122))\"},\"FAjuizOQ5-pressed\":{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",backgroundColor:\"rgb(145, 101, 76)\"},\"i2A0Vu6wP-hover\":{backgroundColor:\"var(--token-8f8f5edb-6a5f-4845-93c5-a624f256b03b, rgb(204, 152, 122))\"},\"i2A0Vu6wP-pressed\":{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",backgroundColor:\"rgb(145, 101, 76)\"},\"SuKyGBTVX-hover\":{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",backgroundColor:\"rgb(255, 255, 255)\"},\"SuKyGBTVX-pressed\":{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",backgroundColor:\"rgb(207, 207, 207)\"},\"w49tLsi2w-hover\":{backgroundColor:\"var(--token-8f8f5edb-6a5f-4845-93c5-a624f256b03b, rgb(204, 152, 122))\"},\"w49tLsi2w-pressed\":{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",backgroundColor:\"rgb(145, 101, 76)\"},SuKyGBTVX:{\"--border-color\":\"var(--token-9d2a200d-ceda-44e3-9dc4-78eb8430f689, rgb(242, 240, 236))\"}},...addPropertyOverrides({\"DMBOEC4Eh-hover\":{\"data-framer-name\":undefined},\"DMBOEC4Eh-pressed\":{\"data-framer-name\":undefined},\"FAjuizOQ5-hover\":{\"data-framer-name\":undefined},\"FAjuizOQ5-pressed\":{\"data-framer-name\":undefined},\"i2A0Vu6wP-hover\":{\"data-framer-name\":undefined},\"i2A0Vu6wP-pressed\":{\"data-framer-name\":undefined},\"SuKyGBTVX-hover\":{\"data-framer-name\":undefined},\"SuKyGBTVX-pressed\":{\"data-framer-name\":undefined},\"w49tLsi2w-hover\":{\"data-framer-name\":undefined},\"w49tLsi2w-pressed\":{\"data-framer-name\":undefined},FAjuizOQ5:{\"data-framer-name\":\"border-brass\"},i2A0Vu6wP:{\"data-framer-name\":\"border-primary-with-ID\"},SuKyGBTVX:{\"data-framer-name\":\"border-light\"},w49tLsi2w:{\"data-framer-name\":\"border-small-text\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-gaqxir\",\"data-styles-preset\":\"CAhG7W8G8\",children:\"Read more\"})}),className:\"framer-1ekhxk4\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"dzQ6whom4\",text:EkTFdp7GX,variants:{\"FAjuizOQ5-hover\":{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},\"FAjuizOQ5-pressed\":{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},\"SuKyGBTVX-hover\":{\"--extracted-r6o4lv\":\"var(--token-0c1448ae-5635-4b79-a6d7-4c05f0901a09, rgb(20, 20, 20))\"},\"SuKyGBTVX-pressed\":{\"--extracted-r6o4lv\":\"var(--token-0c1448ae-5635-4b79-a6d7-4c05f0901a09, rgb(20, 20, 20))\"},FAjuizOQ5:{\"--extracted-r6o4lv\":\"var(--token-0c1448ae-5635-4b79-a6d7-4c05f0901a09, rgb(20, 20, 20))\"},SuKyGBTVX:{\"--extracted-r6o4lv\":\"var(--token-9d2a200d-ceda-44e3-9dc4-78eb8430f689, rgb(242, 240, 236))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"FAjuizOQ5-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-gaqxir\",\"data-styles-preset\":\"CAhG7W8G8\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Read more\"})})},\"FAjuizOQ5-pressed\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-gaqxir\",\"data-styles-preset\":\"CAhG7W8G8\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Read more\"})})},\"SuKyGBTVX-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-gaqxir\",\"data-styles-preset\":\"CAhG7W8G8\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-0c1448ae-5635-4b79-a6d7-4c05f0901a09, rgb(20, 20, 20)))\"},children:\"Read more\"})})},\"SuKyGBTVX-pressed\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-gaqxir\",\"data-styles-preset\":\"CAhG7W8G8\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-0c1448ae-5635-4b79-a6d7-4c05f0901a09, rgb(20, 20, 20)))\"},children:\"Read more\"})})},FAjuizOQ5:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-gaqxir\",\"data-styles-preset\":\"CAhG7W8G8\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-0c1448ae-5635-4b79-a6d7-4c05f0901a09, rgb(20, 20, 20)))\"},children:\"Read more\"})})},SuKyGBTVX:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-gaqxir\",\"data-styles-preset\":\"CAhG7W8G8\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-9d2a200d-ceda-44e3-9dc4-78eb8430f689, rgb(242, 240, 236)))\"},children:\"Read more\"})})},w49tLsi2w:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-hklgii\",\"data-styles-preset\":\"DL83xmvLC\",children:\"Read more\"})})}},baseVariant,gestureVariant)})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-DkDUL.framer-1rd9etq, .framer-DkDUL .framer-1rd9etq { display: block; }\",\".framer-DkDUL.framer-1hjx469 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 50px; justify-content: center; overflow: hidden; padding: 0px 32px 0px 32px; position: relative; text-decoration: none; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-DkDUL .framer-1ekhxk4 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-DkDUL.framer-1hjx469 { gap: 0px; } .framer-DkDUL.framer-1hjx469 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-DkDUL.framer-1hjx469 > :first-child { margin-top: 0px; } .framer-DkDUL.framer-1hjx469 > :last-child { margin-bottom: 0px; } }\",\".framer-DkDUL.framer-v-cazylo.framer-1hjx469 { gap: 0px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-DkDUL.framer-v-cazylo.framer-1hjx469 { gap: 0px; } .framer-DkDUL.framer-v-cazylo.framer-1hjx469 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-DkDUL.framer-v-cazylo.framer-1hjx469 > :first-child { margin-top: 0px; } .framer-DkDUL.framer-v-cazylo.framer-1hjx469 > :last-child { margin-bottom: 0px; } }\",\".framer-DkDUL.framer-v-1gf8ii8.framer-1hjx469 { padding: 0px 24px 0px 24px; }\",...sharedStyle.css,...sharedStyle1.css,'.framer-DkDUL[data-border=\"true\"]::after, .framer-DkDUL [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 50\n * @framerIntrinsicWidth 167\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"fixed\"]},\"FAjuizOQ5\":{\"layout\":[\"auto\",\"fixed\"]},\"SuKyGBTVX\":{\"layout\":[\"auto\",\"fixed\"]},\"i2A0Vu6wP\":{\"layout\":[\"auto\",\"fixed\"]},\"w49tLsi2w\":{\"layout\":[\"auto\",\"fixed\"]},\"X8bj_gWy3\":{\"layout\":[\"auto\",\"fixed\"]},\"ZSDPRcpTR\":{\"layout\":[\"auto\",\"fixed\"]},\"UUxuk2K4B\":{\"layout\":[\"auto\",\"fixed\"]},\"Sz784TLhj\":{\"layout\":[\"auto\",\"fixed\"]},\"xXjT4PtUp\":{\"layout\":[\"auto\",\"fixed\"]},\"iRkoq9DqI\":{\"layout\":[\"auto\",\"fixed\"]},\"waNt3On92\":{\"layout\":[\"auto\",\"fixed\"]},\"syZDdDOM3\":{\"layout\":[\"auto\",\"fixed\"]},\"hcpajfaGf\":{\"layout\":[\"auto\",\"fixed\"]},\"EmNogQ8Cz\":{\"layout\":[\"auto\",\"fixed\"]}}}\n * @framerVariables {\"EkTFdp7GX\":\"text\",\"QO8vrrslx\":\"link\",\"JKBH5rNdf\":\"tap\",\"J782Rzxyq\":\"newTab\",\"Nb2CPSGiD\":\"smoothScroll\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerW5W1G2mo3=withCSS(Component,css,\"framer-DkDUL\");export default FramerW5W1G2mo3;FramerW5W1G2mo3.displayName=\"button\";FramerW5W1G2mo3.defaultProps={height:50,width:167};addPropertyControls(FramerW5W1G2mo3,{variant:{options:[\"DMBOEC4Eh\",\"FAjuizOQ5\",\"SuKyGBTVX\",\"i2A0Vu6wP\",\"w49tLsi2w\"],optionTitles:[\"border\",\"border-brass\",\"border-light\",\"border-primary-with-ID\",\"border-small-text\"],title:\"Variant\",type:ControlType.Enum},EkTFdp7GX:{defaultValue:\"Read more\",displayTextArea:false,title:\"Text\",type:ControlType.String},QO8vrrslx:{title:\"Link\",type:ControlType.Link},JKBH5rNdf:{title:\"Tap\",type:ControlType.EventHandler},J782Rzxyq:{defaultValue:false,title:\"New Tab\",type:ControlType.Boolean},Nb2CPSGiD:{defaultValue:true,title:\"Smooth Scroll\",type:ControlType.Boolean}});addFonts(FramerW5W1G2mo3,[{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\"}]},...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerW5W1G2mo3\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"167\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"FAjuizOQ5\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"SuKyGBTVX\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"i2A0Vu6wP\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"w49tLsi2w\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"X8bj_gWy3\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"ZSDPRcpTR\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"UUxuk2K4B\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"Sz784TLhj\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"xXjT4PtUp\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"iRkoq9DqI\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"waNt3On92\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"syZDdDOM3\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"hcpajfaGf\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"EmNogQ8Cz\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicHeight\":\"50\",\"framerVariables\":\"{\\\"EkTFdp7GX\\\":\\\"text\\\",\\\"QO8vrrslx\\\":\\\"link\\\",\\\"JKBH5rNdf\\\":\\\"tap\\\",\\\"J782Rzxyq\\\":\\\"newTab\\\",\\\"Nb2CPSGiD\\\":\\\"smoothScroll\\\"}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["withID", "Component", "props", "headerID", "window", "desiredPart", "p", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "MotionAWithID", "withID", "motion", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "link", "newTab", "smoothScroll", "tap", "text", "width", "props", "_ref", "_ref1", "_humanReadableVariantMap_props_variant", "_ref2", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "EkTFdp7GX", "QO8vrrslx", "JKBH5rNdf", "J782Rzxyq", "Nb2CPSGiD", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "enabledGestures", "variantClassNames", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapltrsvw", "args", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "MotionAWithID", "cx", "serializationHash", "addPropertyOverrides", "RichText", "css", "FramerW5W1G2mo3", "withCSS", "W5W1G2mo3_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts"]
}
