{
  "version": 3,
  "sources": ["ssg:https://framer.com/m/framer/icon-nullstate.js@0.7.0", "ssg:https://framerusercontent.com/modules/IQXqjAGXltPKLdfjcdtf/AdYVRfUvx2HLE5qL3Xfw/Logo.js", "ssg:https://framerusercontent.com/modules/frxgy51fat1uwmfzanOe/19gNhJ6UYIaKlhaWIQSE/bJ66dqgFI.js", "ssg:https://framerusercontent.com/modules/7b6y1pIs6dVp8eW5LviC/O3ObXUMuQRM3vAN37NqE/bJ66dqgFI.js"],
  "sourcesContent": ["import { jsx as _jsx } from \"react/jsx-runtime\";\nimport * as React from \"react\";\nexport const containerStyles = {\n    width: \"100%\",\n    height: \"100%\",\n    display: \"flex\",\n    justifyContent: \"center\",\n    alignItems: \"center\"\n};\nconst nullIconStyle = {\n    minWidth: \"10px\",\n    minHeight: \"10px\",\n    maxWidth: \"20px\",\n    maxHeight: \"20px\",\n    width: \"60%\",\n    height: \"60%\"\n};\nconst emptyStateStyle = {\n    ...containerStyles,\n    borderRadius: 6,\n    background: \"rgba(149, 149, 149, 0.1)\",\n    border: \"1px dashed rgba(149, 149, 149, 0.15)\",\n    color: \"#a5a5a5\",\n    flexDirection: \"column\"\n};\nexport const NullState = /*#__PURE__*/ React.forwardRef((_, ref)=>{\n    return(/*#__PURE__*/ _jsx(\"div\", {\n        style: emptyStateStyle,\n        ref: ref\n    }));\n}) /*\n\n<svg\n                xmlns=\"http://www.w3.org/2000/svg\"\n                viewBox=\"0 0 30 30\"\n                style={nullIconStyle}\n            >\n                <path\n                    d=\"M 12.857 0 C 19.958 0 25.714 5.756 25.714 12.857 C 25.714 19.958 19.958 25.714 12.857 25.714 C 5.756 25.714 0 19.958 0 12.857 C 0 5.756 5.756 0 12.857 0 Z\"\n                    fill=\"#FFFFFF\"\n                ></path>\n                <path\n                    d=\"M 20.357 20.357 L 27.857 27.857\"\n                    fill=\"transparent\"\n                    strokeWidth=\"4.28\"\n                    stroke=\"#FFFFFF\"\n                    strokeLinecap=\"round\"\n                ></path>\n                <g transform=\"translate(9.643 6.429)\">\n                    <path\n                        d=\"M 3.214 12.857 L 3.214 12.857\"\n                        fill=\"transparent\"\n                        strokeWidth=\"3.75\"\n                        stroke=\"currentColor\"\n                        strokeLinecap=\"round\"\n                    ></path>\n                    <path\n                        d=\"M 0 3.214 C 0 1.004 1.843 0 3.214 0 C 4.586 0 6.429 0.603 6.429 3.214 C 6.429 5.826 3.214 5.913 3.214 7.232 C 3.214 8.552 3.214 8.571 3.214 8.571\"\n                        fill=\"transparent\"\n                        strokeWidth=\"3.22\"\n                        stroke=\"currentColor\"\n                        strokeLinecap=\"round\"\n                        strokeLinejoin=\"round\"\n                    ></path>\n                </g>\n            </svg>\n            */ ;\n\nexport const __FramerMetadata__ = {\"exports\":{\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"NullState\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./nullstate.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{useMemo}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{NullState}from\"https://framer.com/m/framer/icon-nullstate.js@0.7.0\";var SrcType;(function(SrcType){SrcType[\"Upload\"]=\"Upload\";SrcType[\"Url\"]=\"URL\";})(SrcType||(SrcType={}));const baseUrl=\"https://logo.clearbit.com/\";const getLogoUrl=company=>{if(!company)return null;return company.includes(\".\")?`${baseUrl}${company}?size=500`:`${baseUrl}${company}.com?size=500`;};/**\n * @framerIntrinsicWidth 64\n * @framerIntrinsicHeight 64\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */ export default function Logo(props){const{company,radius,isSearch,srcType,srcUrl,srcFile,style}=props;const logoURL=useMemo(()=>{if(isSearch)return getLogoUrl(company);if(srcType===SrcType.Upload)return srcFile;if(srcType===SrcType.Url)return srcUrl;return null;},[company,isSearch,srcType,srcUrl,srcFile]);const isOnCanvas=RenderTarget.current()===RenderTarget.canvas;const emptyState=isOnCanvas?/*#__PURE__*/ _jsx(NullState,{}):null;return logoURL?/*#__PURE__*/ _jsx(\"img\",{src:logoURL,style:{...baseStyles,...style,borderRadius:radius},alt:\"Logo\"}):emptyState;};Logo.defaultProps={company:\"Framer\",radius:100,width:64,height:64,isSearch:true};const baseStyles={position:\"absolute\",left:0,right:0,top:0,bottom:0,width:\"100%\",height:\"100%\"};addPropertyControls(Logo,{isSearch:{type:ControlType.Boolean,title:\"Type\",disabledTitle:\"Custom\",enabledTitle:\"Search\"},srcType:{type:ControlType.Enum,displaySegmentedControl:true,title:\"Source\",options:[SrcType.Url,SrcType.Upload],hidden:({isSearch})=>isSearch},srcUrl:{type:ControlType.String,title:\" \",placeholder:\"../example.jpg\",hidden:({srcType,isSearch})=>srcType===SrcType.Upload||isSearch},srcFile:{type:ControlType.File,title:\" \",allowedFileTypes:[\"jpg\",\"png\",\"jpeg\",\"tiff\",\"gif\"],hidden:({srcType,isSearch})=>srcType===SrcType.Url||isSearch},company:{type:ControlType.String,title:\"Company\",placeholder:\"Github, Apple...\",hidden:({isSearch})=>!isSearch},radius:{type:ControlType.Number,min:0,max:100,title:\"Radius\"}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Logo\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutWidth\":\"fixed\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"64\",\"framerIntrinsicHeight\":\"64\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Logo.map", "// Generated by Framer (f76946f)\nimport{LazyValue}from\"framer\";const valuesByLocaleId={W8sARbnih:new LazyValue(()=>import(\"./bJ66dqgFI-0.js\"))};export default function getLocalizedValue(key,locale){while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values.read()[key];if(value)return value;}locale=locale.fallback;}}function preload(locale){const promises=[];while(locale){const values=valuesByLocaleId[locale.id];if(values){const promise=values.preload();if(promise)promises.push(promise);}locale=locale.fallback;}if(promises.length>0)return Promise.all(promises);}export function usePreloadLocalizedValues(locale){const preloadPromise=preload(locale);if(preloadPromise)throw preloadPromise;}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"usePreloadLocalizedValues\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (f76946f)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ChildrenCanSuspend,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,PathVariablesContext,PropertyOverrides,ResolveLinks,RichText,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useQueryData,useRouter,withCSS}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import Logo from\"https://framerusercontent.com/modules/IQXqjAGXltPKLdfjcdtf/AdYVRfUvx2HLE5qL3Xfw/Logo.js\";import Card from\"#framer/local/canvasComponent/n0qqeqIQQ/n0qqeqIQQ.js\";import Footer from\"#framer/local/canvasComponent/Rv_f984n7/Rv_f984n7.js\";import Navigation from\"#framer/local/canvasComponent/zis4sRpqO/zis4sRpqO.js\";import{GlobalCSS}from\"#framer/local/codeFile/IDUDCDS/GlobalCSS.js\";import Blog from\"#framer/local/collection/JcWCZnBBS/JcWCZnBBS.js\";import Photography from\"#framer/local/collection/ZhhB6pWIW/ZhhB6pWIW.js\";import*as sharedStyle from\"#framer/local/css/aAZFE7cSW/aAZFE7cSW.js\";import*as sharedStyle3 from\"#framer/local/css/e4694CfQk/e4694CfQk.js\";import*as sharedStyle4 from\"#framer/local/css/iKqswWtO0/iKqswWtO0.js\";import*as sharedStyle2 from\"#framer/local/css/lMkAZEncO/lMkAZEncO.js\";import*as sharedStyle1 from\"#framer/local/css/SYBvdambN/SYBvdambN.js\";import getLocalizedValue,{usePreloadLocalizedValues}from\"#framer/local/localization/bJ66dqgFI/bJ66dqgFI.js\";import metadataProvider from\"#framer/local/webPageMetadata/bJ66dqgFI/bJ66dqgFI.js\";const GlobalCSSFonts=getFonts(GlobalCSS);const NavigationFonts=getFonts(Navigation);const LogoFonts=getFonts(Logo);const CardFonts=getFonts(Card);const FooterFonts=getFonts(Footer);const breakpoints={fimbBPUhv:\"(min-width: 800px)\",fZfGuB3FZ:\"(max-width: 799px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-PX382\";const variantClassNames={fimbBPUhv:\"framer-v-1l15ygx\",fZfGuB3FZ:\"framer-v-1xt9waq\"};const QueryData=({query,pageSize,children})=>{const data=useQueryData(query);return children(data);};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"fimbBPUhv\",Phone:\"fZfGuB3FZ\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"fimbBPUhv\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,idjV7ZY1qc5qkbA2Gu,HdjBd4Uemc5qkbA2Gu,ZQG8HnSDRc5qkbA2Gu,q9mCi4BXSc5qkbA2Gu,idc5qkbA2Gu,...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);usePreloadLocalizedValues(activeLocale);const router=useRouter();useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"fimbBPUhv\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: var(--token-34afdffb-91d0-4d98-96f0-c93c5e4cbfd4, rgb(255, 255, 255)); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-1l15ygx\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1vk3rro-container\",isAuthoredByUser:true,nodeId:\"f1z4h5W6a\",scopeId:\"bJ66dqgFI\",children:/*#__PURE__*/_jsx(GlobalCSS,{height:\"100%\",id:\"f1z4h5W6a\",layoutId:\"f1z4h5W6a\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:136,width:`min(${componentViewport?.width||\"100vw\"}, 800px)`,y:(componentViewport?.y||0)+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-u4dzoc-container\",nodeId:\"RXf2ORlBa\",scopeId:\"bJ66dqgFI\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fZfGuB3FZ:{variant:\"aBUp9UhD0\"}},children:/*#__PURE__*/_jsx(Navigation,{height:\"100%\",id:\"RXf2ORlBa\",layoutId:\"RXf2ORlBa\",style:{maxWidth:\"100%\",width:\"100%\"},variant:\"y0pe3WG16\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"main\",{className:\"framer-mhwqy1\",\"data-framer-name\":\"Main\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-hpus6g\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsxs(\"section\",{className:\"framer-1n9iejg\",\"data-framer-name\":\"Hero\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-lyqfbw\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-19kk9sb\",\"data-framer-name\":\"Heading Wrap\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v0\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1lcqzwb\",\"data-styles-preset\":\"aAZFE7cSW\",children:\"Filip\"})}),className:\"framer-jou57s\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v1\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-styles-preset-1806b6y\",\"data-styles-preset\":\"SYBvdambN\",children:\"Mol\u010Dan\"})}),className:\"framer-1ytwl4j\",\"data-framer-name\":\"Subtitle\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-5ai01u-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"zn1YEBn_Z\",scopeId:\"bJ66dqgFI\",children:/*#__PURE__*/_jsx(Logo,{company:getLocalizedValue(\"v2\",activeLocale)??\"Framer\",height:\"100%\",id:\"zn1YEBn_Z\",isSearch:false,layoutId:\"zn1YEBn_Z\",radius:100,srcFile:\"https://framerusercontent.com/assets/fnJTva3l7D9VW5Clwtqcs8m0vb8.png\",srcType:\"Upload\",srcUrl:\"\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v3\",activeLocale)??/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-1bm5zt6\",\"data-styles-preset\":\"lMkAZEncO\",children:[\"Ahoj, jsem Filip \u2014 zakladatel \",/*#__PURE__*/_jsx(Link,{href:\"https://www.goodsailors.com\",motionChild:true,nodeId:\"o18Q8i_of\",openInNewTab:true,scopeId:\"bJ66dqgFI\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-fq2hx7\",\"data-styles-preset\":\"e4694CfQk\",children:\"Good Sailors\"})}),\", \u0161\\xe9f inovac\\xed v \",/*#__PURE__*/_jsx(Link,{href:\"https://www.m2c.eu/pro-investory/\",motionChild:true,nodeId:\"o18Q8i_of\",openInNewTab:true,scopeId:\"bJ66dqgFI\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-fq2hx7\",\"data-styles-preset\":\"e4694CfQk\",children:\"M2C Corporation\"})}),\",  dobrovoln\\xfd str\\xe1\u017Ece NP \u010Cesk\\xe9 \u0160v\\xfdcarsko a amat\\xe9rsk\\xfd fotograf. P\u0159es 20 let propojuji technologick\\xfd sv\u011Bt se soci\\xe1ln\\xedm podnik\\xe1n\\xedm a ochranou p\u0159\\xedrody. Moje projekty pom\\xe1haj\\xed hendikepovan\\xfdm naj\\xedt d\u016Fstojnou pr\\xe1ci a inovac\\xedm spr\\xe1vn\\xe9 m\\xedsto ve spole\u010Dnosti i businessu. Od v\\xfdvoje softwaru pro \u0159\\xedzen\\xed kritick\\xe9 infrastruktury v energetice a\u017E po \",/*#__PURE__*/_jsx(Link,{href:\"https://www.ceskeparky.cz\",motionChild:true,nodeId:\"o18Q8i_of\",openInNewTab:true,scopeId:\"bJ66dqgFI\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-fq2hx7\",\"data-styles-preset\":\"e4694CfQk\",children:\"dobro\u010Dinn\\xfd merch\"})}),\" pro ochranu p\u0159\\xedrody.\"]}),/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-1bm5zt6\",\"data-styles-preset\":\"lMkAZEncO\",children:[/*#__PURE__*/_jsx(Link,{href:\"https://substack.com/@fipa\",motionChild:true,nodeId:\"o18Q8i_of\",openInNewTab:true,scopeId:\"bJ66dqgFI\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-fq2hx7\",\"data-styles-preset\":\"e4694CfQk\",children:\"substack\"})}),\" / \",/*#__PURE__*/_jsx(Link,{href:\"https://bsky.app/profile/molcanf.bsky.social\",motionChild:true,nodeId:\"o18Q8i_of\",openInNewTab:true,scopeId:\"bJ66dqgFI\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-fq2hx7\",\"data-styles-preset\":\"e4694CfQk\",children:\"bluesky\"})}),\" / \",/*#__PURE__*/_jsx(Link,{href:\"https://x.com/fipa\",motionChild:true,nodeId:\"o18Q8i_of\",openInNewTab:true,scopeId:\"bJ66dqgFI\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-fq2hx7\",\"data-styles-preset\":\"e4694CfQk\",children:\"twitter\"})}),\" / \",/*#__PURE__*/_jsx(Link,{href:\"https://www.linkedin.com/in/filipmolcan/\",motionChild:true,nodeId:\"o18Q8i_of\",openInNewTab:true,scopeId:\"bJ66dqgFI\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-fq2hx7\",\"data-styles-preset\":\"e4694CfQk\",children:\"linkedin\"})})]})]}),className:\"framer-hbed21\",\"data-framer-name\":\"Body\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fZfGuB3FZ:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+0+125+689.5),pixelHeight:160,pixelWidth:1140,positionX:\"center\",positionY:\"center\",sizes:\"341px\",src:\"https://framerusercontent.com/images/3ZEEz2vtN8CrXK7a9evmvK4EHns.png\",srcSet:\"https://framerusercontent.com/images/3ZEEz2vtN8CrXK7a9evmvK4EHns.png?scale-down-to=512 512w,https://framerusercontent.com/images/3ZEEz2vtN8CrXK7a9evmvK4EHns.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/3ZEEz2vtN8CrXK7a9evmvK4EHns.png 1140w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+0+200+689.5),pixelHeight:160,pixelWidth:1140,positionX:\"center\",positionY:\"center\",sizes:\"591px\",src:\"https://framerusercontent.com/images/3ZEEz2vtN8CrXK7a9evmvK4EHns.png\",srcSet:\"https://framerusercontent.com/images/3ZEEz2vtN8CrXK7a9evmvK4EHns.png?scale-down-to=512 512w,https://framerusercontent.com/images/3ZEEz2vtN8CrXK7a9evmvK4EHns.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/3ZEEz2vtN8CrXK7a9evmvK4EHns.png 1140w\"},className:\"framer-19cl4qm\"})}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-l76khc\",\"data-framer-name\":\"Writing\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-o5wjii\",\"data-framer-name\":\"Divider\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1i5d14y\",\"data-framer-name\":\"Newsletter Text\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v4\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1ca548x\",\"data-styles-preset\":\"iKqswWtO0\",children:\"Newslettery & podcasty\"})}),className:\"framer-13shrj1\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fZfGuB3FZ:{children:getLocalizedValue(\"v6\",activeLocale)??/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1bm5zt6\",\"data-styles-preset\":\"lMkAZEncO\",children:\"P\u0159idejte se k v\\xedce ne\u017E 10,000 odb\u011Bratel\u016Fm a dost\\xe1vejte do schr\\xe1nky nebo do u\u0161\\xed pravideln\u011B zaj\\xedmavosti ze sv\u011Bta technologi\\xed, startup\u016F, cestov\\xe1n\\xed nebo ochrany p\u0159\\xedrody. \"}),/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-1bm5zt6\",\"data-styles-preset\":\"lMkAZEncO\",children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Zpr\\xe1vy z lesa\"}),\" - \",/*#__PURE__*/_jsx(Link,{href:\"https://filipmolcan.substack.com\",motionChild:true,nodeId:\"zpDxgVgeV\",openInNewTab:true,scopeId:\"bJ66dqgFI\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-fq2hx7\",\"data-styles-preset\":\"e4694CfQk\",children:\"newsletter\"})}),\" / \",/*#__PURE__*/_jsx(Link,{href:\"https://podcasts.apple.com/cz/podcast/zpr%C3%A1vy-z-lesa/id1712876604\",motionChild:true,nodeId:\"zpDxgVgeV\",openInNewTab:true,scopeId:\"bJ66dqgFI\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-fq2hx7\",\"data-styles-preset\":\"e4694CfQk\",children:\"apple podcasts\"})}),\" / \",/*#__PURE__*/_jsx(Link,{href:\"https://open.spotify.com/show/2r5lswPj3XvgDyHGhrdydG?si=0c38d0b984f241be\",motionChild:true,nodeId:\"zpDxgVgeV\",openInNewTab:true,scopeId:\"bJ66dqgFI\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-fq2hx7\",\"data-styles-preset\":\"e4694CfQk\",children:\"spotify\"})}),/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"em\",{children:\"Pozitivn\\xed zpr\\xe1vy z lesa a podnik\\xe1n\\xed, ka\u017Ed\\xe9 2 t\\xfddny.\"})]}),/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-1bm5zt6\",\"data-styles-preset\":\"lMkAZEncO\",children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Bytes & Backpacks\"}),\" - \",/*#__PURE__*/_jsx(Link,{href:\"https://newsfromthewoods.substack.com\",motionChild:true,nodeId:\"zpDxgVgeV\",openInNewTab:true,scopeId:\"bJ66dqgFI\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-fq2hx7\",\"data-styles-preset\":\"e4694CfQk\",children:\"newsletter\"})}),\" / \",/*#__PURE__*/_jsx(Link,{href:\"https://podcasts.apple.com/cz/podcast/bytes-backpacks/id1772536025\",motionChild:true,nodeId:\"zpDxgVgeV\",openInNewTab:true,scopeId:\"bJ66dqgFI\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-fq2hx7\",\"data-styles-preset\":\"e4694CfQk\",children:\"apple podcasts\"})}),\" / \",/*#__PURE__*/_jsx(Link,{href:\"https://open.spotify.com/show/3MI2uEr86I3M6eIHT1B5S8?si=5e8cd03b451b4099\",motionChild:true,nodeId:\"zpDxgVgeV\",openInNewTab:true,scopeId:\"bJ66dqgFI\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-fq2hx7\",\"data-styles-preset\":\"e4694CfQk\",children:\"spotify\"})}),/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"em\",{children:\"Anglick\\xe1 verze Zpr\\xe1v z lesa, ka\u017Ed\\xe9 2 t\\xfddny.\"})]}),/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-1bm5zt6\",\"data-styles-preset\":\"lMkAZEncO\",children:[/*#__PURE__*/_jsx(\"strong\",{children:\"11 Houses\"}),\" - \",/*#__PURE__*/_jsx(Link,{href:\"https://11houses.substack.com\",motionChild:true,nodeId:\"zpDxgVgeV\",openInNewTab:true,scopeId:\"bJ66dqgFI\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-fq2hx7\",\"data-styles-preset\":\"e4694CfQk\",children:\"newsletter\"})}),/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"em\",{children:\"V\\xfdb\u011Br levn\\xfdch nemovitost\\xed v Evrop\u011B, ka\u017Ed\\xfd t\\xfdden. Mo\u0159e, hory, m\u011Bste\u010Dka\u2026 Domek u mo\u0159e m\\xedsto garsonky v Praze? Ka\u017Ed\\xfd t\\xfdden.\"})]})]})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v5\",activeLocale)??/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1bm5zt6\",\"data-styles-preset\":\"lMkAZEncO\",children:\"P\u0159idejte se k v\\xedce ne\u017E 10,000 odb\u011Bratel\u016Fm a dost\\xe1vejte do schr\\xe1nky nebo do u\u0161\\xed pravideln\u011B zaj\\xedmavosti ze sv\u011Bta technologi\\xed, startup\u016F, cestov\\xe1n\\xed nebo ochrany p\u0159\\xedrody. \"}),/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-1bm5zt6\",\"data-styles-preset\":\"lMkAZEncO\",children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Zpr\\xe1vy z lesa\"}),\" - \",/*#__PURE__*/_jsx(Link,{href:\"https://filipmolcan.substack.com\",motionChild:true,nodeId:\"zpDxgVgeV\",openInNewTab:true,scopeId:\"bJ66dqgFI\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-fq2hx7\",\"data-styles-preset\":\"e4694CfQk\",children:\"newsletter\"})}),\" / \",/*#__PURE__*/_jsx(Link,{href:\"https://podcasts.apple.com/cz/podcast/zpr%C3%A1vy-z-lesa/id1712876604\",motionChild:true,nodeId:\"zpDxgVgeV\",openInNewTab:true,scopeId:\"bJ66dqgFI\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-fq2hx7\",\"data-styles-preset\":\"e4694CfQk\",children:\"apple podcasts\"})}),\" / \",/*#__PURE__*/_jsx(Link,{href:\"https://open.spotify.com/show/2r5lswPj3XvgDyHGhrdydG?si=0c38d0b984f241be\",motionChild:true,nodeId:\"zpDxgVgeV\",openInNewTab:true,scopeId:\"bJ66dqgFI\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-fq2hx7\",\"data-styles-preset\":\"e4694CfQk\",children:\"spotify\"})}),/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"em\",{children:\"Pozitivn\\xed zpr\\xe1vy z lesa a podnik\\xe1n\\xed, ka\u017Ed\\xe9 2 t\\xfddny.\"})]}),/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-1bm5zt6\",\"data-styles-preset\":\"lMkAZEncO\",children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Bytes & Backpacks\"}),\" - \",/*#__PURE__*/_jsx(Link,{href:\"https://newsfromthewoods.substack.com\",motionChild:true,nodeId:\"zpDxgVgeV\",openInNewTab:true,scopeId:\"bJ66dqgFI\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-fq2hx7\",\"data-styles-preset\":\"e4694CfQk\",children:\"newsletter\"})}),\" / \",/*#__PURE__*/_jsx(Link,{href:\"https://podcasts.apple.com/cz/podcast/bytes-backpacks/id1772536025\",motionChild:true,nodeId:\"zpDxgVgeV\",openInNewTab:true,scopeId:\"bJ66dqgFI\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-fq2hx7\",\"data-styles-preset\":\"e4694CfQk\",children:\"apple podcasts\"})}),\" / \",/*#__PURE__*/_jsx(Link,{href:\"https://open.spotify.com/show/3MI2uEr86I3M6eIHT1B5S8?si=5e8cd03b451b4099\",motionChild:true,nodeId:\"zpDxgVgeV\",openInNewTab:true,scopeId:\"bJ66dqgFI\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-fq2hx7\",\"data-styles-preset\":\"e4694CfQk\",children:\"spotify\"})}),/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"em\",{children:\"Anglick\\xe1 verze Zpr\\xe1v z lesa, ka\u017Ed\\xe9 2 t\\xfddny.\"})]}),/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-1bm5zt6\",\"data-styles-preset\":\"lMkAZEncO\",children:[/*#__PURE__*/_jsx(\"strong\",{children:\"11 Houses\"}),\" - \",/*#__PURE__*/_jsx(Link,{href:\"https://11houses.substack.com\",motionChild:true,nodeId:\"zpDxgVgeV\",openInNewTab:true,scopeId:\"bJ66dqgFI\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-fq2hx7\",\"data-styles-preset\":\"e4694CfQk\",children:\"newsletter\"})}),/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"em\",{children:\"V\\xfdb\u011Br levn\\xfdch nemovitost\\xed v Evrop\u011B, ka\u017Ed\\xfd t\\xfdden. Mo\u0159e, hory, m\u011Bste\u010Dka\u2026 Domek u mo\u0159e m\\xedsto garsonky v Praze? Ka\u017Ed\\xfd t\\xfdden.\"})]})]}),className:\"framer-e381n8\",\"data-framer-name\":\"Body\",fonts:[\"Inter\",\"Inter-Bold\",\"Inter-BoldItalic\",\"Inter-Italic\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-17x601\",\"data-framer-name\":\"Archive\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-or8t5q\",\"data-framer-name\":\"Archive Posts\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-tllixc\",\"data-framer-name\":\"Writing Collection\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"IbjNBZYvv\",data:Blog,type:\"Collection\"},limit:{type:\"LiteralValue\",value:5},offset:{type:\"LiteralValue\",value:1},select:[]},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{})})})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1kdr69j\",\"data-framer-name\":\"Divider\"}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-1uh9uxi\",\"data-framer-name\":\"Work\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1rr2hgi\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v7\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1ca548x\",\"data-styles-preset\":\"iKqswWtO0\",children:\"Fotografick\\xe9 projekty\"})}),className:\"framer-28qh2y\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-mxb595\",\"data-framer-name\":\"Stack Collection\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"c5qkbA2Gu\",data:Photography,type:\"Collection\"},limit:{type:\"LiteralValue\",value:4},select:[{collection:\"c5qkbA2Gu\",name:\"idjV7ZY1q\",type:\"Identifier\"},{collection:\"c5qkbA2Gu\",name:\"HdjBd4Uem\",type:\"Identifier\"},{collection:\"c5qkbA2Gu\",name:\"ZQG8HnSDR\",type:\"Identifier\"},{collection:\"c5qkbA2Gu\",name:\"q9mCi4BXS\",type:\"Identifier\"},{collection:\"c5qkbA2Gu\",name:\"id\",type:\"Identifier\"}],where:{collection:\"c5qkbA2Gu\",name:\"AwSpXs6qd\",type:\"Identifier\"}},children:(collection1,paginationInfo1,loadMore1)=>/*#__PURE__*/_jsx(_Fragment,{children:collection1?.map(({HdjBd4Uem:HdjBd4Uemc5qkbA2Gu,id:idc5qkbA2Gu,idjV7ZY1q:idjV7ZY1qc5qkbA2Gu,q9mCi4BXS:q9mCi4BXSc5qkbA2Gu,ZQG8HnSDR:ZQG8HnSDRc5qkbA2Gu},index)=>{HdjBd4Uemc5qkbA2Gu??=\"\";ZQG8HnSDRc5qkbA2Gu??=\"\";q9mCi4BXSc5qkbA2Gu??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`c5qkbA2Gu-${idc5qkbA2Gu}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{q9mCi4BXS:q9mCi4BXSc5qkbA2Gu},children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{q9mCi4BXS:q9mCi4BXSc5qkbA2Gu},webPageId:\"P5UvD0qhU\"},implicitPathVariables:undefined},{href:{pathVariables:{q9mCi4BXS:q9mCi4BXSc5qkbA2Gu},webPageId:\"P5UvD0qhU\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fZfGuB3FZ:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 800px) - 50px)`,y:(componentViewport?.y||0)+0+0+0+0+125+1755.1+0+66.6+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:352,width:`max(min(${componentViewport?.width||\"100vw\"}, 800px) - 200px, 200px)`,y:(componentViewport?.y||0)+0+0+0+0+200+1685.1+0+66.6+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-8hvpfb-container\",nodeId:\"LrBn2zR7B\",scopeId:\"bJ66dqgFI\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fZfGuB3FZ:{IS7x5CGt8:resolvedLinks[1]}},children:/*#__PURE__*/_jsx(Card,{BVristqyc:HdjBd4Uemc5qkbA2Gu,c11pLEhzH:ZQG8HnSDRc5qkbA2Gu,GgWYo6JEI:true,height:\"100%\",id:\"LrBn2zR7B\",IS7x5CGt8:resolvedLinks[0],layoutId:\"LrBn2zR7B\",ouKNt13sN:toResponsiveImage(idjV7ZY1qc5qkbA2Gu),style:{width:\"100%\"},variant:\"ztKA8MiVa\",width:\"100%\",xtpk9LVOl:\"2024-12-12T00:00:00.000Z\"})})})})})})})},idc5qkbA2Gu);})})})})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fZfGuB3FZ:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 800px) - 50px)`,y:(componentViewport?.y||0)+0+0+0+0+125+2223.7}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:122,width:`calc(min(${componentViewport?.width||\"100vw\"}, 800px) - 200px)`,y:(componentViewport?.y||0)+0+0+0+0+200+2353.7,children:/*#__PURE__*/_jsx(Container,{className:\"framer-p1sno9-container\",nodeId:\"JDkNvlh49\",scopeId:\"bJ66dqgFI\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fZfGuB3FZ:{variant:\"ggbLdquzv\"}},children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"JDkNvlh49\",layoutId:\"JDkNvlh49\",style:{width:\"100%\"},variant:\"Tw2qTlFYV\",width:\"100%\"})})})})})]})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-PX382.framer-uqn9nn, .framer-PX382 .framer-uqn9nn { display: block; }\",\".framer-PX382.framer-1l15ygx { align-content: center; align-items: center; background-color: var(--token-34afdffb-91d0-4d98-96f0-c93c5e4cbfd4, #ffffff); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 800px; }\",\".framer-PX382 .framer-1vk3rro-container { flex: none; height: auto; left: 100px; position: absolute; top: 0px; width: auto; z-index: -1; }\",\".framer-PX382 .framer-u4dzoc-container { flex: none; height: auto; left: 50%; max-width: 800px; position: absolute; top: 0px; transform: translateX(-50%); width: 100%; z-index: 9; }\",\".framer-PX382 .framer-mhwqy1 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-PX382 .framer-hpus6g { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 50px; height: min-content; justify-content: flex-start; max-width: 800px; overflow: hidden; padding: 200px 100px 0px 100px; position: relative; width: 100%; }\",\".framer-PX382 .framer-1n9iejg { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 50px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-PX382 .framer-lyqfbw { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-PX382 .framer-19kk9sb { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-PX382 .framer-jou57s, .framer-PX382 .framer-1ytwl4j, .framer-PX382 .framer-28qh2y { --framer-paragraph-spacing: 24px; flex: none; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-PX382 .framer-5ai01u-container { flex: none; height: 64px; position: relative; width: 64px; }\",\".framer-PX382 .framer-hbed21, .framer-PX382 .framer-e381n8 { flex: none; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-PX382 .framer-19cl4qm { flex: none; height: 86px; position: relative; width: 591px; }\",\".framer-PX382 .framer-l76khc { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 13px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-PX382 .framer-o5wjii, .framer-PX382 .framer-1kdr69j { background-color: var(--token-b7046cab-a803-4f27-934d-bf5b26201782, #eeeeee); flex: none; height: 1px; overflow: hidden; position: relative; width: 100%; }\",\".framer-PX382 .framer-1i5d14y, .framer-PX382 .framer-1rr2hgi { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 25px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-PX382 .framer-13shrj1 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-PX382 .framer-17x601 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-PX382 .framer-or8t5q { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-PX382 .framer-tllixc { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 100%; }\",\".framer-PX382 .framer-1uh9uxi { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 25px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-PX382 .framer-mxb595 { display: grid; flex: none; gap: 50px; grid-auto-rows: min-content; grid-template-columns: repeat(1, minmax(200px, 1fr)); height: min-content; justify-content: center; padding: 0px; position: relative; width: 100%; }\",\".framer-PX382 .framer-8hvpfb-container { align-self: start; flex: none; height: auto; justify-self: start; position: relative; width: 100%; }\",\".framer-PX382 .framer-p1sno9-container { flex: none; height: auto; position: relative; width: 100%; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,\"@media (max-width: 799px) { .framer-PX382.framer-1l15ygx { width: 390px; } .framer-PX382 .framer-hpus6g { padding: 125px 25px 0px 25px; } .framer-PX382 .framer-19cl4qm { width: 341px; } .framer-PX382 .framer-l76khc, .framer-PX382 .framer-or8t5q { align-content: center; align-items: center; gap: 48px; } .framer-PX382 .framer-o5wjii, .framer-PX382 .framer-e381n8 { order: 1; } .framer-PX382 .framer-1i5d14y { flex-wrap: wrap; justify-content: flex-start; order: 2; } .framer-PX382 .framer-13shrj1, .framer-PX382 .framer-28qh2y { order: 0; } .framer-PX382 .framer-17x601 { order: 3; } .framer-PX382 .framer-1rr2hgi { flex-wrap: wrap; justify-content: flex-start; } .framer-PX382 .framer-mxb595 { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; justify-content: flex-start; } .framer-PX382 .framer-8hvpfb-container { align-self: unset; }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 2642\n * @framerIntrinsicWidth 800\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"fZfGuB3FZ\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections\n * @framerResponsiveScreen\n */const FramerbJ66dqgFI=withCSS(Component,css,\"framer-PX382\");export default FramerbJ66dqgFI;FramerbJ66dqgFI.displayName=\"Home\";FramerbJ66dqgFI.defaultProps={height:2642,width:800};addFonts(FramerbJ66dqgFI,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/H89BbHkbHDzlxZzxi8uPzTsp90.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/u6gJwDuwB143kpNK1T1MDKDWkMc.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/43sJ6MfOPh1LCJt46OvyDuSbA6o.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/wccHG0r4gBDAIRhfHiOlq6oEkqw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/WZ367JPwf9bRW6LdTHN8rXgSjw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/QxmhnWTzLtyjIiZcfaLIJ8EFBXU.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/2A4Xx7CngadFGlVV4xrO06OBHY.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/CfMzU8w2e7tHgF4T4rATMPuWosA.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/867QObYax8ANsfX4TGEVU9YiCM.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Oyn2ZbENFdnW7mt2Lzjk1h9Zb9k.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/cdAe8hgZ1cMyLu9g005pAW3xMo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/DOfvtmE1UplCq161m6Hj8CSQYg.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vFzuJY0c65av44uhEKB6vyjFMg.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/tKtBcDnBMevsEEJKdNGhhkLzYo.woff2\",weight:\"400\"}]},...GlobalCSSFonts,...NavigationFonts,...LogoFonts,...CardFonts,...FooterFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerbJ66dqgFI\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"2642\",\"framerColorSyntax\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerScrollSections\":\"* @framerResponsiveScreen\",\"framerIntrinsicWidth\":\"800\",\"framerImmutableVariables\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"fZfGuB3FZ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["containerStyles", "emptyStateStyle", "containerStyles", "NullState", "Y", "_", "ref", "p", "SrcType", "baseUrl", "getLogoUrl", "company", "Logo", "props", "radius", "isSearch", "srcType", "srcUrl", "srcFile", "style", "logoURL", "se", "emptyState", "RenderTarget", "p", "NullState", "baseStyles", "addPropertyControls", "ControlType", "valuesByLocaleId", "LazyValue", "getLocalizedValue", "key", "locale", "values", "value", "preload", "promises", "promise", "usePreloadLocalizedValues", "preloadPromise", "GlobalCSSFonts", "getFonts", "GlobalCSS", "NavigationFonts", "zis4sRpqO_default", "LogoFonts", "Logo", "CardFonts", "n0qqeqIQQ_default", "FooterFonts", "Rv_f984n7_default", "breakpoints", "serializationHash", "variantClassNames", "QueryData", "query", "pageSize", "children", "data", "useQueryData", "toResponsiveImage", "value", "HTMLStyle", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "idjV7ZY1qc5qkbA2Gu", "HdjBd4Uemc5qkbA2Gu", "ZQG8HnSDRc5qkbA2Gu", "q9mCi4BXSc5qkbA2Gu", "idc5qkbA2Gu", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "breakpoints", "gestureVariant", "scopingClassNames", "cx", "usePreloadLocalizedValues", "router", "useRouter", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "ComponentViewportProvider", "Container", "GlobalCSS", "PropertyOverrides2", "zis4sRpqO_default", "RichText2", "getLocalizedValue", "x", "Logo", "Link", "getLoadingLazyAtYPosition", "Image2", "ChildrenCanSuspend", "JcWCZnBBS_default", "collection", "paginationInfo", "loadMore", "l", "ZhhB6pWIW_default", "collection1", "paginationInfo1", "loadMore1", "index", "PathVariablesContext", "ResolveLinks", "resolvedLinks", "n0qqeqIQQ_default", "Rv_f984n7_default", "css", "FramerbJ66dqgFI", "withCSS", "bJ66dqgFI_default", "addFonts", "GlobalCSSFonts", "NavigationFonts", "LogoFonts", "CardFonts", "FooterFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
