{
  "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/ITKXAG08IUr6C3tZR1oF/lVsFx0IJHZuhegStUhVp/Copy_embed.js", "ssg:https://framerusercontent.com/modules/s4phfCfG3INBpUc3sBdH/LwyCGQvahA7bhQMpqqqI/qNfNrtALc.js", "ssg:https://framerusercontent.com/modules/dO2V1XyukP62xv753Bsp/K1DkzzYJqvI7Xqzi9eI7/JdJWEvRch.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", "import{jsx as _jsx}from\"react/jsx-runtime\";import{useState}from\"react\";export function embedCopied(Component){return props=>{const[label,setLabel]=useState(\"Copy embed\");const embed='<div class=\"calculator\" data-calc-id=\"HyGeLqQddRSHpTRsa\" data-type=\"framed\" ></div><script src=\"https://scripts.convertcalculator.com/embed.js\" async=\"true\"></script>';const copyEmbed=()=>{if(navigator.clipboard){// Use the Clipboard API if available\nnavigator.clipboard.writeText(embed).then(function(){setLabel(\"Embed copied\");setTimeout(()=>{setLabel(\"Copy embed\");},2e3);},function(err){// Handle clipboard write error here\n});}};return /*#__PURE__*/_jsx(Component,{...props,onClick:copyEmbed,label:label});};}\nexport const __FramerMetadata__ = {\"exports\":{\"embedCopied\":{\"type\":\"reactHoc\",\"name\":\"embedCopied\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Copy_embed.map", "// Generated by Framer (e83dae3)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import IconsIcon24 from\"https://framerusercontent.com/modules/EFJg8OWuEZZFk006RAYm/iI2qkKwVNwTJJ4dRE41x/w8VIzsJCW.js\";const IconsIcon24Fonts=getFonts(IconsIcon24);const MotionDivWithFX=withFX(motion.div);const cycleOrder=[\"Wz3LcE6Uq\",\"i8VrJanSg\",\"Er3JCQ7ot\",\"XbLHxP5IA\"];const serializationHash=\"framer-sxrEp\";const variantClassNames={Er3JCQ7ot:\"framer-v-1211021\",i8VrJanSg:\"framer-v-5l8id1\",Wz3LcE6Uq:\"framer-v-3zn9mp\",XbLHxP5IA:\"framer-v-9aid6k\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const transition2={delay:0,duration:2,ease:[.44,0,.56,1],type:\"tween\"};const animation={opacity:0,rotate:0,scale:1.8,x:0,y:0};const transformTemplate1=(_,t)=>`translate(-50%, -50%) ${t}`;const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={\"False - Black-white\":\"Er3JCQ7ot\",\"False - White-black\":\"XbLHxP5IA\",\"True - Black-white\":\"Wz3LcE6Uq\",\"True - White-black\":\"i8VrJanSg\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"Wz3LcE6Uq\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"Wz3LcE6Uq\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=()=>{if([\"Er3JCQ7ot\",\"XbLHxP5IA\"].includes(baseVariant))return false;return true;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-3zn9mp\",className,classNames),\"data-framer-name\":\"True - Black-white\",layoutDependency:layoutDependency,layoutId:\"Wz3LcE6Uq\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref??ref1,style:{...style},...addPropertyOverrides({Er3JCQ7ot:{\"data-framer-name\":\"False - Black-white\"},i8VrJanSg:{\"data-framer-name\":\"True - White-black\"},XbLHxP5IA:{\"data-framer-name\":\"False - White-black\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"24px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1b5dynx-container\",layoutDependency:layoutDependency,layoutId:\"FcbzL9nNP-container\",children:/*#__PURE__*/_jsx(IconsIcon24,{height:\"100%\",id:\"FcbzL9nNP\",layoutId:\"FcbzL9nNP\",style:{height:\"100%\",width:\"100%\"},variant:\"vUkzZCrc2\",width:\"100%\",...addPropertyOverrides({i8VrJanSg:{variant:\"fc7irkj3l\"},XbLHxP5IA:{variant:\"fc7irkj3l\"}},baseVariant,gestureVariant)})})}),isDisplayed()&&/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__loop:animation,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"loop\",__framer__loopTransition:transition2,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-1pwc2a6\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"hOgoz0eLu\",style:{\"--border-bottom-width\":\"1.5px\",\"--border-color\":'var(--token-cf0e09ef-dcee-422f-aed4-bb4e4075a94d, rgb(28, 25, 23)) /* {\"name\":\"Neutral / 900\"} */',\"--border-left-width\":\"1.5px\",\"--border-right-width\":\"1.5px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1.5px\",borderBottomLeftRadius:80,borderBottomRightRadius:80,borderTopLeftRadius:80,borderTopRightRadius:80},transformTemplate:transformTemplate1,variants:{i8VrJanSg:{\"--border-color\":'var(--token-a288c9d2-ee0f-4b90-b86f-05a26a6e4786, rgb(255, 255, 255)) /* {\"name\":\"Neutral / White\"} */'}}})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-sxrEp.framer-19j3rvf, .framer-sxrEp .framer-19j3rvf { display: block; }\",\".framer-sxrEp.framer-3zn9mp { height: 56px; position: relative; width: 56px; }\",\".framer-sxrEp .framer-1b5dynx-container { flex: none; height: 24px; left: calc(50.00000000000002% - 24px / 2); position: absolute; top: calc(50.00000000000002% - 24px / 2); width: 24px; }\",\".framer-sxrEp .framer-1pwc2a6 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 36px); left: 50%; overflow: visible; position: absolute; top: 50%; width: 36px; }\",'.framer-sxrEp[data-border=\"true\"]::after, .framer-sxrEp [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 56\n * @framerIntrinsicWidth 56\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"i8VrJanSg\":{\"layout\":[\"fixed\",\"fixed\"]},\"Er3JCQ7ot\":{\"layout\":[\"fixed\",\"fixed\"]},\"XbLHxP5IA\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerqNfNrtALc=withCSS(Component,css,\"framer-sxrEp\");export default FramerqNfNrtALc;FramerqNfNrtALc.displayName=\"Cursor\";FramerqNfNrtALc.defaultProps={height:56,width:56};addPropertyControls(FramerqNfNrtALc,{variant:{options:[\"Wz3LcE6Uq\",\"i8VrJanSg\",\"Er3JCQ7ot\",\"XbLHxP5IA\"],optionTitles:[\"True - Black-white\",\"True - White-black\",\"False - Black-white\",\"False - White-black\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerqNfNrtALc,[...IconsIcon24Fonts]);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerqNfNrtALc\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"56\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"i8VrJanSg\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Er3JCQ7ot\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"XbLHxP5IA\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"56\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (0961f6c)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,Image,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOnVariantChange,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import Cursor from\"https://framerusercontent.com/modules/s4phfCfG3INBpUc3sBdH/LwyCGQvahA7bhQMpqqqI/qNfNrtALc.js\";const CursorFonts=getFonts(Cursor);const MotionDivWithFX=withFX(motion.div);const cycleOrder=[\"g6iaRMTtF\",\"pkeG_0shS\",\"xmjfxGdDS\",\"Z92ka4HaP\",\"JVOVO3V8o\"];const serializationHash=\"framer-s1o2k\";const variantClassNames={g6iaRMTtF:\"framer-v-xtpbq0\",JVOVO3V8o:\"framer-v-1nr8qfy\",pkeG_0shS:\"framer-v-19defzd\",xmjfxGdDS:\"framer-v-1iul5zj\",Z92ka4HaP:\"framer-v-5igy3x\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const transformTemplate1=(_,t)=>`translate(-50%, -50%) ${t}`;const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:24,y:-24};const transition2={damping:30,delay:2,mass:1,stiffness:400,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={\"Variant 1.1\":\"pkeG_0shS\",\"Variant 1\":\"g6iaRMTtF\",\"Variant 2.1\":\"Z92ka4HaP\",\"Variant 2\":\"xmjfxGdDS\",\"Variant 3\":\"JVOVO3V8o\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"g6iaRMTtF\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"g6iaRMTtF\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onAppear1whay5v=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"xmjfxGdDS\"),4e3);});const onMouseEnterc6kgh3=activeVariantCallback(async(...args)=>{setVariant(\"Z92ka4HaP\");});const onTapk5sfbc=activeVariantCallback(async(...args)=>{setVariant(\"pkeG_0shS\");});const onTap10itht=activeVariantCallback(async(...args)=>{setVariant(\"xmjfxGdDS\");});const onTapc6kgh3=activeVariantCallback(async(...args)=>{setVariant(\"Z92ka4HaP\");});const onTap6ybte2=activeVariantCallback(async(...args)=>{setVariant(\"JVOVO3V8o\");});useOnVariantChange(baseVariant,{default:onAppear1whay5v,pkeG_0shS:undefined});const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"JVOVO3V8o\")return true;return false;};const isDisplayed1=()=>{if([\"xmjfxGdDS\",\"Z92ka4HaP\"].includes(baseVariant))return true;return false;};const isDisplayed2=()=>{if([\"xmjfxGdDS\",\"Z92ka4HaP\",\"JVOVO3V8o\"].includes(baseVariant))return false;return true;};const isDisplayed3=()=>{if([\"pkeG_0shS\",\"Z92ka4HaP\",\"JVOVO3V8o\"].includes(baseVariant))return false;return true;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-xtpbq0\",className,classNames),\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"g6iaRMTtF\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref??ref1,style:{backgroundColor:\"rgb(227, 223, 221)\",...style},...addPropertyOverrides({JVOVO3V8o:{\"data-framer-name\":\"Variant 3\"},pkeG_0shS:{\"data-framer-name\":\"Variant 1.1\",\"data-highlight\":undefined},xmjfxGdDS:{\"data-framer-name\":\"Variant 2\",onMouseEnter:onMouseEnterc6kgh3},Z92ka4HaP:{\"data-framer-name\":\"Variant 2.1\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-xgs30q\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"HOx1cXWKoKYT2RTkj3\",style:{backgroundColor:\"rgb(227, 223, 221)\"},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-19es975\",layoutDependency:layoutDependency,layoutId:\"HOx1cXWKoaGxBEPtAD\",children:[isDisplayed()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:540,intrinsicWidth:597.5,pixelHeight:1080,pixelWidth:1195,src:\"https://framerusercontent.com/images/zLtbq07WPI6DMdRyelTo00ueUU.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/zLtbq07WPI6DMdRyelTo00ueUU.png?scale-down-to=512 512w,https://framerusercontent.com/images/zLtbq07WPI6DMdRyelTo00ueUU.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/zLtbq07WPI6DMdRyelTo00ueUU.png 1195w\"},className:\"framer-1xktayx\",\"data-framer-name\":\"image\",layoutDependency:layoutDependency,layoutId:\"NbpPcpT3G\",...addPropertyOverrides({JVOVO3V8o:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:540,intrinsicWidth:597.5,pixelHeight:1080,pixelWidth:1195,sizes:`max(${componentViewport?.width||\"100vw\"} - 32px, 120px)`,src:\"https://framerusercontent.com/images/zLtbq07WPI6DMdRyelTo00ueUU.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/zLtbq07WPI6DMdRyelTo00ueUU.png?scale-down-to=512 512w,https://framerusercontent.com/images/zLtbq07WPI6DMdRyelTo00ueUU.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/zLtbq07WPI6DMdRyelTo00ueUU.png 1195w\"}}},baseVariant,gestureVariant)}),isDisplayed1()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:540,intrinsicWidth:597.5,pixelHeight:1080,pixelWidth:1195,src:\"https://framerusercontent.com/images/woVmVaTdHBsap4RURPKgibZsQDg.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/woVmVaTdHBsap4RURPKgibZsQDg.png?scale-down-to=512 512w,https://framerusercontent.com/images/woVmVaTdHBsap4RURPKgibZsQDg.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/woVmVaTdHBsap4RURPKgibZsQDg.png 1195w\"},className:\"framer-qbfenw\",\"data-framer-name\":\"image\",layoutDependency:layoutDependency,layoutId:\"WeqEl8KOY\",...addPropertyOverrides({xmjfxGdDS:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:540,intrinsicWidth:597.5,pixelHeight:1080,pixelWidth:1195,sizes:`max(${componentViewport?.width||\"100vw\"} - 32px, 120px)`,src:\"https://framerusercontent.com/images/woVmVaTdHBsap4RURPKgibZsQDg.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/woVmVaTdHBsap4RURPKgibZsQDg.png?scale-down-to=512 512w,https://framerusercontent.com/images/woVmVaTdHBsap4RURPKgibZsQDg.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/woVmVaTdHBsap4RURPKgibZsQDg.png 1195w\"}},Z92ka4HaP:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:540,intrinsicWidth:597.5,pixelHeight:1080,pixelWidth:1195,sizes:`max(${componentViewport?.width||\"100vw\"} - 32px, 120px)`,src:\"https://framerusercontent.com/images/woVmVaTdHBsap4RURPKgibZsQDg.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/woVmVaTdHBsap4RURPKgibZsQDg.png?scale-down-to=512 512w,https://framerusercontent.com/images/woVmVaTdHBsap4RURPKgibZsQDg.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/woVmVaTdHBsap4RURPKgibZsQDg.png 1195w\"}}},baseVariant,gestureVariant)}),isDisplayed2()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:540,intrinsicWidth:597.5,pixelHeight:1080,pixelWidth:1195,sizes:`max(${componentViewport?.width||\"100vw\"} - 32px, 120px)`,src:\"https://framerusercontent.com/images/uDVnD33Q5W361JQ8bzPqVdVIw.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/uDVnD33Q5W361JQ8bzPqVdVIw.png?scale-down-to=512 512w,https://framerusercontent.com/images/uDVnD33Q5W361JQ8bzPqVdVIw.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/uDVnD33Q5W361JQ8bzPqVdVIw.png 1195w\"},className:\"framer-33sa6w\",\"data-framer-name\":\"image\",layoutDependency:layoutDependency,layoutId:\"HOx1cXWKoDq9W0915D\"})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1yqyrms\",\"data-framer-name\":\"Classes\",layoutDependency:layoutDependency,layoutId:\"HOx1cXWKoHEGNoYM11\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{style:{\"--font-selector\":\"R0Y7TWVycml3ZWF0aGVyLTcwMA==\",\"--framer-font-family\":'\"Merriweather\", \"Merriweather Placeholder\", serif',\"--framer-font-size\":\"17px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"28px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1eung3n, rgb(71, 28, 1))\"},children:\"Interior\"})}),className:\"framer-16gqv1v\",fonts:[\"GF;Merriweather-700\"],layoutDependency:layoutDependency,layoutId:\"HOx1cXWKoLinChYf3M\",style:{\"--extracted-1eung3n\":\"rgb(71, 28, 1)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-2gqaod\",\"data-framer-name\":\"Choice\",layoutDependency:layoutDependency,layoutId:\"HOx1cXWKou8IHhTiQd\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-oeevx5\",\"data-framer-name\":\"Header\",layoutDependency:layoutDependency,layoutId:\"HOx1cXWKoSKs0ZxH93\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter-SemiBold\", \"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(71, 28, 1))\"},children:\"KITCHEN\"})}),className:\"framer-1twn6uf\",fonts:[\"Inter-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"HOx1cXWKoTaH_GSZ73\",style:{\"--extracted-r6o4lv\":\"rgb(71, 28, 1)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-bihxjk\",\"data-framer-name\":\"Divider\",layoutDependency:layoutDependency,layoutId:\"HOx1cXWKofI2NwLAsO\",style:{backgroundColor:\"rgb(71, 28, 1)\"}})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1kufq0g\",\"data-framer-name\":\"Options\",layoutDependency:layoutDependency,layoutId:\"HOx1cXWKoUETnFJG9K\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-lto6yj\",\"data-framer-name\":\"Option\",layoutDependency:layoutDependency,layoutId:\"HOx1cXWKoj20NFjbJo\",...addPropertyOverrides({JVOVO3V8o:{\"data-highlight\":true,onTap:onTapk5sfbc},xmjfxGdDS:{\"data-highlight\":true,onTap:onTapk5sfbc},Z92ka4HaP:{\"data-highlight\":true,onTap:onTapk5sfbc}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-11op6qn\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"HOx1cXWKoWuoR5bMCC\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(71, 28, 1)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:80,borderBottomRightRadius:80,borderTopLeftRadius:80,borderTopRightRadius:80},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1adt688\",layoutDependency:layoutDependency,layoutId:\"HOx1cXWKosuZSDBhpY\",style:{backgroundColor:\"rgb(72, 28, 1)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8,opacity:1},transformTemplate:transformTemplate1,variants:{JVOVO3V8o:{opacity:0},xmjfxGdDS:{opacity:0},Z92ka4HaP:{opacity:0}}})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(71, 28, 1))\"},children:\"Dark grey\"})}),className:\"framer-1dp1vnw\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"HOx1cXWKoo83O1crXk\",style:{\"--extracted-r6o4lv\":\"rgb(71, 28, 1)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-cck03o\",\"data-framer-name\":\"Option\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"HOx1cXWKoI4UPt1Pj8\",onTap:onTap10itht,...addPropertyOverrides({JVOVO3V8o:{onTap:onTapc6kgh3},pkeG_0shS:{onTap:onTapc6kgh3}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-xzzzpp\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"HOx1cXWKoeFxZ4Lqvu\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(71, 28, 1)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:80,borderBottomRightRadius:80,borderTopLeftRadius:80,borderTopRightRadius:80},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-4rcomj\",layoutDependency:layoutDependency,layoutId:\"HOx1cXWKoPVE6iWLOz\",style:{backgroundColor:\"rgb(72, 28, 1)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8,opacity:0},transformTemplate:transformTemplate1,variants:{xmjfxGdDS:{opacity:1},Z92ka4HaP:{opacity:1}}})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(71, 28, 1))\"},children:\"White\"})}),className:\"framer-11enlc0\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"HOx1cXWKoZ6Dwj1f8I\",style:{\"--extracted-r6o4lv\":\"rgb(71, 28, 1)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-yshj27\",\"data-framer-name\":\"Option\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"HOx1cXWKoyoWrPf4z3\",onTap:onTap6ybte2,children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-159j1fh\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"HOx1cXWKoovmU8PAju\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(71, 28, 1)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:80,borderBottomRightRadius:80,borderTopLeftRadius:80,borderTopRightRadius:80},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-l967ph\",layoutDependency:layoutDependency,layoutId:\"HOx1cXWKobgehRMmWd\",style:{backgroundColor:\"rgb(72, 28, 1)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8,opacity:0},transformTemplate:transformTemplate1,variants:{JVOVO3V8o:{opacity:1}}})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(71, 28, 1))\"},children:\"Natural\"})}),className:\"framer-owif6f\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"HOx1cXWKomNUYFOTfE\",style:{\"--extracted-r6o4lv\":\"rgb(71, 28, 1)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-27f2xe\",\"data-framer-name\":\"Header\",layoutDependency:layoutDependency,layoutId:\"HOx1cXWKovucRscKUX\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-8hkl2m\",\"data-framer-name\":\"Divider\",layoutDependency:layoutDependency,layoutId:\"HOx1cXWKolW8c0fm9M\",style:{backgroundColor:\"rgb(71, 28, 1)\"}}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1uq2itr\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"HOx1cXWKoIxLrBhz4q\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter-SemiBold\", \"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(71, 28, 1))\"},children:\"Price\"})}),className:\"framer-2k8ph1\",fonts:[\"Inter-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"HOx1cXWKohSMrY2nER\",style:{\"--extracted-r6o4lv\":\"rgb(71, 28, 1)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter-SemiBold\", \"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(71, 28, 1))\"},children:\"\u20AC119,000\"})}),className:\"framer-myd6ns\",fonts:[\"Inter-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"HOx1cXWKonnRuH71xK\",style:{\"--extracted-r6o4lv\":\"rgb(71, 28, 1)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({JVOVO3V8o:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter-SemiBold\", \"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(71, 28, 1))\"},children:\"\u20AC149,000\"})})},xmjfxGdDS:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter-SemiBold\", \"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(71, 28, 1))\"},children:\"\u20AC98,000\"})})},Z92ka4HaP:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter-SemiBold\", \"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(71, 28, 1))\"},children:\"\u20AC98,000\"})})}},baseVariant,gestureVariant)})]})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1x3p3om\",layoutDependency:layoutDependency,layoutId:\"HOx1cXWKoHqpsvyPad\",style:{backgroundColor:\"rgb(72, 28, 1)\"},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter-SemiBold\", \"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"NEXT\"})}),className:\"framer-ze8cz7\",fonts:[\"Inter-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"HOx1cXWKodPuwBxM7A\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})})]})]}),isDisplayed3()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"56px\",children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:false,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-uawu63-container\",layoutDependency:layoutDependency,layoutId:\"ENqFg482f-container\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(Cursor,{height:\"100%\",id:\"ENqFg482f\",layoutId:\"ENqFg482f\",style:{height:\"100%\",width:\"100%\"},variant:\"XbLHxP5IA\",width:\"100%\",...addPropertyOverrides({xmjfxGdDS:{variant:\"i8VrJanSg\"}},baseVariant,gestureVariant)})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-s1o2k.framer-kzxpqe, .framer-s1o2k .framer-kzxpqe { display: block; }\",\".framer-s1o2k.framer-xtpbq0 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: auto; padding: 16px; position: relative; width: 569px; }\",\".framer-s1o2k .framer-xgs30q { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 24px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-s1o2k .framer-19es975 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: auto; justify-content: center; min-width: 120px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-s1o2k .framer-1xktayx, .framer-s1o2k .framer-qbfenw { aspect-ratio: 1.1057471264367815 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 181px); overflow: visible; position: relative; width: 100%; }\",\".framer-s1o2k .framer-33sa6w { aspect-ratio: 1.1057471264367815 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 0px); max-width: 100%; overflow: visible; position: relative; width: 100%; }\",\".framer-s1o2k .framer-1yqyrms { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; min-width: 120px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-s1o2k .framer-16gqv1v, .framer-s1o2k .framer-1twn6uf, .framer-s1o2k .framer-1dp1vnw, .framer-s1o2k .framer-11enlc0, .framer-s1o2k .framer-owif6f, .framer-s1o2k .framer-2k8ph1, .framer-s1o2k .framer-myd6ns, .framer-s1o2k .framer-ze8cz7 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-s1o2k .framer-2gqaod { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-s1o2k .framer-oeevx5, .framer-s1o2k .framer-27f2xe { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 2px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-s1o2k .framer-bihxjk, .framer-s1o2k .framer-8hkl2m { flex: none; height: 1px; overflow: visible; position: relative; width: 100%; }\",\".framer-s1o2k .framer-1kufq0g { 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-s1o2k .framer-lto6yj { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-s1o2k .framer-11op6qn, .framer-s1o2k .framer-xzzzpp, .framer-s1o2k .framer-159j1fh { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 12px); overflow: visible; position: relative; width: 12px; }\",\".framer-s1o2k .framer-1adt688, .framer-s1o2k .framer-4rcomj, .framer-s1o2k .framer-l967ph { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 5px); left: 50%; overflow: visible; position: absolute; top: 50%; width: 5px; }\",\".framer-s1o2k .framer-cck03o, .framer-s1o2k .framer-yshj27 { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-s1o2k .framer-1uq2itr { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-s1o2k .framer-1x3p3om { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: auto; justify-content: center; overflow: visible; padding: 5px 0px 4px 0px; position: relative; width: 100%; }\",\".framer-s1o2k .framer-uawu63-container { flex: none; height: 56px; position: absolute; right: 191px; top: 95px; width: 56px; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-s1o2k.framer-xtpbq0, .framer-s1o2k .framer-xgs30q, .framer-s1o2k .framer-19es975, .framer-s1o2k .framer-1yqyrms, .framer-s1o2k .framer-2gqaod, .framer-s1o2k .framer-oeevx5, .framer-s1o2k .framer-1kufq0g, .framer-s1o2k .framer-lto6yj, .framer-s1o2k .framer-cck03o, .framer-s1o2k .framer-yshj27, .framer-s1o2k .framer-27f2xe, .framer-s1o2k .framer-1x3p3om { gap: 0px; } .framer-s1o2k.framer-xtpbq0 > *, .framer-s1o2k .framer-1kufq0g > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-s1o2k.framer-xtpbq0 > :first-child, .framer-s1o2k .framer-19es975 > :first-child, .framer-s1o2k .framer-1yqyrms > :first-child, .framer-s1o2k .framer-2gqaod > :first-child, .framer-s1o2k .framer-oeevx5 > :first-child, .framer-s1o2k .framer-1kufq0g > :first-child, .framer-s1o2k .framer-27f2xe > :first-child, .framer-s1o2k .framer-1x3p3om > :first-child { margin-top: 0px; } .framer-s1o2k.framer-xtpbq0 > :last-child, .framer-s1o2k .framer-19es975 > :last-child, .framer-s1o2k .framer-1yqyrms > :last-child, .framer-s1o2k .framer-2gqaod > :last-child, .framer-s1o2k .framer-oeevx5 > :last-child, .framer-s1o2k .framer-1kufq0g > :last-child, .framer-s1o2k .framer-27f2xe > :last-child, .framer-s1o2k .framer-1x3p3om > :last-child { margin-bottom: 0px; } .framer-s1o2k .framer-xgs30q > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-s1o2k .framer-xgs30q > :first-child, .framer-s1o2k .framer-lto6yj > :first-child, .framer-s1o2k .framer-cck03o > :first-child, .framer-s1o2k .framer-yshj27 > :first-child { margin-left: 0px; } .framer-s1o2k .framer-xgs30q > :last-child, .framer-s1o2k .framer-lto6yj > :last-child, .framer-s1o2k .framer-cck03o > :last-child, .framer-s1o2k .framer-yshj27 > :last-child { margin-right: 0px; } .framer-s1o2k .framer-19es975 > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-s1o2k .framer-1yqyrms > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-s1o2k .framer-2gqaod > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } .framer-s1o2k .framer-oeevx5 > *, .framer-s1o2k .framer-27f2xe > * { margin: 0px; margin-bottom: calc(2px / 2); margin-top: calc(2px / 2); } .framer-s1o2k .framer-lto6yj > *, .framer-s1o2k .framer-cck03o > *, .framer-s1o2k .framer-yshj27 > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-s1o2k .framer-1x3p3om > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\",\".framer-s1o2k.framer-v-1iul5zj .framer-lto6yj, .framer-s1o2k.framer-v-5igy3x .framer-lto6yj, .framer-s1o2k.framer-v-1nr8qfy .framer-lto6yj { cursor: pointer; }\",\".framer-s1o2k.framer-v-1iul5zj .framer-uawu63-container { top: 119px; }\",'.framer-s1o2k[data-border=\"true\"]::after, .framer-s1o2k [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 264\n * @framerIntrinsicWidth 569\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"pkeG_0shS\":{\"layout\":[\"fixed\",\"auto\"]},\"xmjfxGdDS\":{\"layout\":[\"fixed\",\"auto\"]},\"Z92ka4HaP\":{\"layout\":[\"fixed\",\"auto\"]},\"JVOVO3V8o\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerJdJWEvRch=withCSS(Component,css,\"framer-s1o2k\");export default FramerJdJWEvRch;FramerJdJWEvRch.displayName=\"Parts / Panel-editor-1.2\";FramerJdJWEvRch.defaultProps={height:264,width:569};addPropertyControls(FramerJdJWEvRch,{variant:{options:[\"g6iaRMTtF\",\"pkeG_0shS\",\"xmjfxGdDS\",\"Z92ka4HaP\",\"JVOVO3V8o\"],optionTitles:[\"Variant 1\",\"Variant 1.1\",\"Variant 2\",\"Variant 2.1\",\"Variant 3\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerJdJWEvRch,[{explicitInter:true,fonts:[{family:\"Merriweather\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/merriweather/v30/u-4n0qyriQwlOrhSvowK_l52xwNpWs37pvjxPA.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://app.framerstatic.com/Inter-SemiBold.cyrillic-ext-C7KWUKA7.woff2\",weight:\"600\"},{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-SemiBold.cyrillic-JWV7SOZ6.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://app.framerstatic.com/Inter-SemiBold.greek-ext-FBKSFTSU.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://app.framerstatic.com/Inter-SemiBold.greek-EQ3PSENU.woff2\",weight:\"600\"},{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-SemiBold.latin-ext-ULRSO3ZR.woff2\",weight:\"600\"},{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-SemiBold.latin-RDYY2AG2.woff2\",weight:\"600\"},{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-SemiBold.vietnamese-ESQNSEQ3.woff2\",weight:\"600\"},{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\"}]},...CursorFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerJdJWEvRch\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"569\",\"framerIntrinsicHeight\":\"264\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"pkeG_0shS\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"xmjfxGdDS\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Z92ka4HaP\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"JVOVO3V8o\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__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", "embedCopied", "Component", "props", "label", "setLabel", "ye", "embed", "p", "navigator", "err", "IconsIcon24Fonts", "getFonts", "w8VIzsJCW_default", "MotionDivWithFX", "withFX", "motion", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "animation", "transformTemplate1", "_", "t", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "ComponentViewportProvider", "css", "FramerqNfNrtALc", "withCSS", "qNfNrtALc_default", "addPropertyControls", "ControlType", "addFonts", "CursorFonts", "getFonts", "qNfNrtALc_default", "MotionDivWithFX", "withFX", "motion", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transformTemplate1", "_", "t", "animation", "transition2", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onAppear1whay5v", "args", "onMouseEnterc6kgh3", "onTapk5sfbc", "onTap10itht", "onTapc6kgh3", "onTap6ybte2", "useOnVariantChange", "ref1", "pe", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "Image2", "RichText2", "ComponentViewportProvider", "css", "FramerJdJWEvRch", "withCSS", "JdJWEvRch_default", "addPropertyControls", "ControlType", "addFonts"]
}
