{"version":3,"file":"OsLwhTeF2.CzBbZyvc.mjs","names":["mediaQuery","_Fragment","DynamicVariants","Image"],"sources":["https:/framerusercontent.com/modules/hR3xoPvWF6ukt0Kv1YvY/dOHkcUL7kHKJYb0jkwDK/DynamicVeriants.js","https:/framerusercontent.com/modules/5JWZWaKA5qcBoV6vR1Oi/0xx3bGNTgdP6ZhfQMLpC/OsLwhTeF2.js"],"sourcesContent":["import{jsx as _jsx,Fragment as _Fragment}from\"react/jsx-runtime\";import{addPropertyControls,ControlType}from\"framer\";import{useState,useEffect,cloneElement}from\"react\";/**\n * @framerSupportedLayoutWidth any\n * @framerSupportedLayoutHeight any\n */export default function DynamicVeriants(props){const[isDarkTheme,setIsDarkTheme]=useState(null);useEffect(()=>{const updateTheme=()=>{// For compatibility with the theme toggle component.\n// If your site does not have a theme toggle, the device theme will be used.\nconst currentToggleState=localStorage.getItem(\"currentToggleState\");// If the toggle theme was found in local storage, use it.\nif(currentToggleState!==null){setIsDarkTheme(currentToggleState===\"dark\");}else{// If the toggle theme was not found in local storage, use the device theme.\nconst mediaQuery=window.matchMedia(\"(prefers-color-scheme: dark)\");setIsDarkTheme(mediaQuery.matches);}};// Event listener for changes in the device theme\nconst osThemeChange=e=>{setIsDarkTheme(e.matches);};// Update the theme when the page loads\nupdateTheme();// Listen for theme changes made by the theme toggle component\nwindow.addEventListener(\"themeChange\",updateTheme);// Listen for changes in the device theme\nconst mediaQuery=window.matchMedia(\"(prefers-color-scheme: dark)\");mediaQuery.addListener(osThemeChange);// Clean up the event listeners when the theme toggle component unmounts\nreturn()=>{window.removeEventListener(\"themeChange\",updateTheme);mediaQuery.removeListener(osThemeChange);};},[]);// Before the theme has been determined, render nothing.\n// This prevents flashing while the page loads.\nif(isDarkTheme===null){return null;}let layers=[props.light[0],props.dark[0]];for(let i=0;i<2;i++){let layer=layers[i];if(layer&&(props.style?.width||props.style?.height)){layers[i]=/*#__PURE__*/cloneElement(layer,{style:{...layer.props.style,...props.style}});}}let themeLayer=layers[isDarkTheme?1:0];if(!themeLayer){return /*#__PURE__*/_jsx(\"div\",{style:{minWidth:100,minHeight:100}});}else{return /*#__PURE__*/_jsx(_Fragment,{children:themeLayer});}}DynamicVeriants.displayName=\"Dynamic Variants\";addPropertyControls(DynamicVeriants,{light:{type:ControlType.ComponentInstance,title:\"Light\"},dark:{type:ControlType.ComponentInstance,title:\"Dark\"}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"DynamicVeriants\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutWidth\":\"any\",\"framerSupportedLayoutHeight\":\"any\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./DynamicVeriants.map","// Generated by Framer (259a342)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getLoadingLazyAtYPosition,Image,SmartComponentScopedContainer,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import DynamicVariants from\"https://framerusercontent.com/modules/hR3xoPvWF6ukt0Kv1YvY/dOHkcUL7kHKJYb0jkwDK/DynamicVeriants.js\";const DynamicVariantsFonts=getFonts(DynamicVariants);const cycleOrder=[\"sCSNEgPbJ\",\"h9TZVFx_r\",\"x9sFjRQ6I\",\"g5ChWdyxg\"];const serializationHash=\"framer-TuXsT\";const variantClassNames={g5ChWdyxg:\"framer-v-134skdq\",h9TZVFx_r:\"framer-v-1to6khi\",sCSNEgPbJ:\"framer-v-reg55k\",x9sFjRQ6I:\"framer-v-avorxx\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={delay:0,duration:.2,ease:[.44,0,.56,1],type:\"tween\"};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.create(React.Fragment);const humanReadableVariantMap={Adaptive:\"h9TZVFx_r\",Dark:\"g5ChWdyxg\",Dynamic:\"sCSNEgPbJ\",Light:\"x9sFjRQ6I\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"sCSNEgPbJ\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"sCSNEgPbJ\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if([\"h9TZVFx_r\",\"x9sFjRQ6I\",\"g5ChWdyxg\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if(baseVariant===\"h9TZVFx_r\")return true;return false;};const isDisplayed2=()=>{if(baseVariant===\"x9sFjRQ6I\")return true;return false;};const isDisplayed3=()=>{if(baseVariant===\"g5ChWdyxg\")return true;return false;};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,...gestureHandlers,className:cx(scopingClassNames,\"framer-reg55k\",className,classNames),\"data-framer-name\":\"Dynamic\",layoutDependency:layoutDependency,layoutId:\"sCSNEgPbJ\",ref:refBinding,style:{borderBottomLeftRadius:25,borderBottomRightRadius:25,borderTopLeftRadius:25,borderTopRightRadius:25,...style},...addPropertyOverrides({g5ChWdyxg:{\"data-framer-name\":\"Dark\"},h9TZVFx_r:{\"data-framer-name\":\"Adaptive\"},x9sFjRQ6I:{\"data-framer-name\":\"Light\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1hxy4kl-container\",isAuthoredByUser:true,layoutDependency:layoutDependency,layoutId:\"Y5tgPWdFz-container\",nodeId:\"Y5tgPWdFz\",rendersWithMotion:true,scopeId:\"OsLwhTeF2\",children:/*#__PURE__*/_jsx(DynamicVariants,{dark:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-7l6t5h\",\"data-framer-name\":\"Light\",layoutDependency:layoutDependency,layoutId:\"Ok9D2FWw_\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:3e3,intrinsicWidth:3e3,pixelHeight:3e3,pixelWidth:3e3,sizes:\"50px\",src:\"https://framerusercontent.com/images/w9RLvW32RF67qUBhL3UbgjAyy0.svg\",srcSet:\"https://framerusercontent.com/images/w9RLvW32RF67qUBhL3UbgjAyy0.svg?scale-down-to=512 512w,https://framerusercontent.com/images/w9RLvW32RF67qUBhL3UbgjAyy0.svg?scale-down-to=1024 1024w,https://framerusercontent.com/images/w9RLvW32RF67qUBhL3UbgjAyy0.svg?scale-down-to=2048 2048w,https://framerusercontent.com/images/w9RLvW32RF67qUBhL3UbgjAyy0.svg 3000w\"},className:\"framer-lz5czc\",\"data-framer-name\":\"Citrus_Coffee_Company_Simple_Logo_LT\",layoutDependency:layoutDependency,layoutId:\"XykvoD7nq\"})})],height:\"100%\",id:\"Y5tgPWdFz\",layoutId:\"Y5tgPWdFz\",light:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-vvtni7\",\"data-framer-name\":\"Dark\",layoutDependency:layoutDependency,layoutId:\"sUmOIZqsb\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:3e3,intrinsicWidth:3e3,pixelHeight:3e3,pixelWidth:3e3,sizes:\"50px\",src:\"https://framerusercontent.com/images/Hbr9gX2lEn4bq0YUhj1fNNb4A.svg\",srcSet:\"https://framerusercontent.com/images/Hbr9gX2lEn4bq0YUhj1fNNb4A.svg?scale-down-to=512 512w,https://framerusercontent.com/images/Hbr9gX2lEn4bq0YUhj1fNNb4A.svg?scale-down-to=1024 1024w,https://framerusercontent.com/images/Hbr9gX2lEn4bq0YUhj1fNNb4A.svg?scale-down-to=2048 2048w,https://framerusercontent.com/images/Hbr9gX2lEn4bq0YUhj1fNNb4A.svg 3000w\"},className:\"framer-kdoue7\",\"data-framer-name\":\"Citrus_Coffee_Company_Simple_Logo_DK\",layoutDependency:layoutDependency,layoutId:\"ZqA9fiuTP\"})})],style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1864lti-container\",isAuthoredByUser:true,layoutDependency:layoutDependency,layoutId:\"KYWcbvDpz-container\",nodeId:\"KYWcbvDpz\",rendersWithMotion:true,scopeId:\"OsLwhTeF2\",children:/*#__PURE__*/_jsx(DynamicVariants,{dark:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-vvtni7\",\"data-framer-name\":\"Dark\",layoutDependency:layoutDependency,layoutId:\"sUmOIZqsb\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:3e3,intrinsicWidth:3e3,pixelHeight:3e3,pixelWidth:3e3,sizes:\"50px\",src:\"https://framerusercontent.com/images/Hbr9gX2lEn4bq0YUhj1fNNb4A.svg\",srcSet:\"https://framerusercontent.com/images/Hbr9gX2lEn4bq0YUhj1fNNb4A.svg?scale-down-to=512 512w,https://framerusercontent.com/images/Hbr9gX2lEn4bq0YUhj1fNNb4A.svg?scale-down-to=1024 1024w,https://framerusercontent.com/images/Hbr9gX2lEn4bq0YUhj1fNNb4A.svg?scale-down-to=2048 2048w,https://framerusercontent.com/images/Hbr9gX2lEn4bq0YUhj1fNNb4A.svg 3000w\"},className:\"framer-kdoue7\",\"data-framer-name\":\"Citrus_Coffee_Company_Simple_Logo_DK\",layoutDependency:layoutDependency,layoutId:\"ZqA9fiuTP\"})})],height:\"100%\",id:\"KYWcbvDpz\",layoutId:\"KYWcbvDpz\",light:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-7l6t5h\",\"data-framer-name\":\"Light\",layoutDependency:layoutDependency,layoutId:\"Ok9D2FWw_\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:3e3,intrinsicWidth:3e3,pixelHeight:3e3,pixelWidth:3e3,sizes:\"50px\",src:\"https://framerusercontent.com/images/w9RLvW32RF67qUBhL3UbgjAyy0.svg\",srcSet:\"https://framerusercontent.com/images/w9RLvW32RF67qUBhL3UbgjAyy0.svg?scale-down-to=512 512w,https://framerusercontent.com/images/w9RLvW32RF67qUBhL3UbgjAyy0.svg?scale-down-to=1024 1024w,https://framerusercontent.com/images/w9RLvW32RF67qUBhL3UbgjAyy0.svg?scale-down-to=2048 2048w,https://framerusercontent.com/images/w9RLvW32RF67qUBhL3UbgjAyy0.svg 3000w\"},className:\"framer-lz5czc\",\"data-framer-name\":\"Citrus_Coffee_Company_Simple_Logo_LT\",layoutDependency:layoutDependency,layoutId:\"XykvoD7nq\"})})],style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),isDisplayed2()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-ihnpqy\",\"data-framer-name\":\"Light\",layoutDependency:layoutDependency,layoutId:\"vI5tT1LCU\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:3e3,intrinsicWidth:3e3,pixelHeight:3e3,pixelWidth:3e3,src:\"https://framerusercontent.com/images/w9RLvW32RF67qUBhL3UbgjAyy0.svg\",srcSet:\"https://framerusercontent.com/images/w9RLvW32RF67qUBhL3UbgjAyy0.svg?scale-down-to=512 512w,https://framerusercontent.com/images/w9RLvW32RF67qUBhL3UbgjAyy0.svg?scale-down-to=1024 1024w,https://framerusercontent.com/images/w9RLvW32RF67qUBhL3UbgjAyy0.svg?scale-down-to=2048 2048w,https://framerusercontent.com/images/w9RLvW32RF67qUBhL3UbgjAyy0.svg 3000w\"},className:\"framer-9x1xfq\",\"data-framer-name\":\"Citrus_Coffee_Company_Simple_Logo_LT\",layoutDependency:layoutDependency,layoutId:\"LUZRUrpBj\",...addPropertyOverrides({x9sFjRQ6I:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:3e3,intrinsicWidth:3e3,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||50)-0-50)/2)+0),pixelHeight:3e3,pixelWidth:3e3,sizes:`max(${componentViewport?.width||\"100vw\"}, 1px)`,src:\"https://framerusercontent.com/images/w9RLvW32RF67qUBhL3UbgjAyy0.svg\",srcSet:\"https://framerusercontent.com/images/w9RLvW32RF67qUBhL3UbgjAyy0.svg?scale-down-to=512 512w,https://framerusercontent.com/images/w9RLvW32RF67qUBhL3UbgjAyy0.svg?scale-down-to=1024 1024w,https://framerusercontent.com/images/w9RLvW32RF67qUBhL3UbgjAyy0.svg?scale-down-to=2048 2048w,https://framerusercontent.com/images/w9RLvW32RF67qUBhL3UbgjAyy0.svg 3000w\"}}},baseVariant,gestureVariant)})}),isDisplayed3()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-a7ei8q\",\"data-framer-name\":\"Dark\",layoutDependency:layoutDependency,layoutId:\"H_CgLEsCK\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:3e3,intrinsicWidth:3e3,pixelHeight:3e3,pixelWidth:3e3,src:\"https://framerusercontent.com/images/Hbr9gX2lEn4bq0YUhj1fNNb4A.svg\",srcSet:\"https://framerusercontent.com/images/Hbr9gX2lEn4bq0YUhj1fNNb4A.svg?scale-down-to=512 512w,https://framerusercontent.com/images/Hbr9gX2lEn4bq0YUhj1fNNb4A.svg?scale-down-to=1024 1024w,https://framerusercontent.com/images/Hbr9gX2lEn4bq0YUhj1fNNb4A.svg?scale-down-to=2048 2048w,https://framerusercontent.com/images/Hbr9gX2lEn4bq0YUhj1fNNb4A.svg 3000w\"},className:\"framer-1ivj2t7\",\"data-framer-name\":\"Citrus_Coffee_Company_Simple_Logo_DK\",layoutDependency:layoutDependency,layoutId:\"ejJZdQZHj\",...addPropertyOverrides({g5ChWdyxg:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:3e3,intrinsicWidth:3e3,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||50)-0-50)/2)+0),pixelHeight:3e3,pixelWidth:3e3,sizes:`max(${componentViewport?.width||\"100vw\"}, 1px)`,src:\"https://framerusercontent.com/images/Hbr9gX2lEn4bq0YUhj1fNNb4A.svg\",srcSet:\"https://framerusercontent.com/images/Hbr9gX2lEn4bq0YUhj1fNNb4A.svg?scale-down-to=512 512w,https://framerusercontent.com/images/Hbr9gX2lEn4bq0YUhj1fNNb4A.svg?scale-down-to=1024 1024w,https://framerusercontent.com/images/Hbr9gX2lEn4bq0YUhj1fNNb4A.svg?scale-down-to=2048 2048w,https://framerusercontent.com/images/Hbr9gX2lEn4bq0YUhj1fNNb4A.svg 3000w\"}}},baseVariant,gestureVariant)})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-TuXsT.framer-1irobwr, .framer-TuXsT .framer-1irobwr { display: block; }\",\".framer-TuXsT.framer-reg55k { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 50px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 50px; will-change: var(--framer-will-change-override, transform); }\",\".framer-TuXsT .framer-1hxy4kl-container, .framer-TuXsT .framer-1864lti-container { flex: 1 0 0px; height: 100%; position: relative; width: 1px; }\",\".framer-TuXsT .framer-vvtni7, .framer-TuXsT .framer-7l6t5h { align-content: center; align-items: center; aspect-ratio: 1 / 1; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 50px); justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 50px; }\",\".framer-TuXsT .framer-kdoue7, .framer-TuXsT .framer-lz5czc, .framer-TuXsT .framer-9x1xfq, .framer-TuXsT .framer-1ivj2t7 { flex: 1 0 0px; height: 100%; overflow: visible; position: relative; width: 1px; }\",\".framer-TuXsT .framer-ihnpqy, .framer-TuXsT .framer-a7ei8q { align-content: center; align-items: center; aspect-ratio: 1 / 1; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 200px); justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-TuXsT.framer-reg55k, .framer-TuXsT .framer-vvtni7, .framer-TuXsT .framer-7l6t5h, .framer-TuXsT .framer-ihnpqy, .framer-TuXsT .framer-a7ei8q { gap: 0px; } .framer-TuXsT.framer-reg55k > *, .framer-TuXsT .framer-vvtni7 > *, .framer-TuXsT .framer-7l6t5h > *, .framer-TuXsT .framer-ihnpqy > *, .framer-TuXsT .framer-a7ei8q > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-TuXsT.framer-reg55k > :first-child, .framer-TuXsT .framer-vvtni7 > :first-child, .framer-TuXsT .framer-7l6t5h > :first-child, .framer-TuXsT .framer-ihnpqy > :first-child, .framer-TuXsT .framer-a7ei8q > :first-child { margin-left: 0px; } .framer-TuXsT.framer-reg55k > :last-child, .framer-TuXsT .framer-vvtni7 > :last-child, .framer-TuXsT .framer-7l6t5h > :last-child, .framer-TuXsT .framer-ihnpqy > :last-child, .framer-TuXsT .framer-a7ei8q > :last-child { margin-right: 0px; } }\",\".framer-TuXsT.framer-v-1to6khi.framer-reg55k, .framer-TuXsT.framer-v-avorxx.framer-reg55k, .framer-TuXsT.framer-v-134skdq.framer-reg55k { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 50px); }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 50\n * @framerIntrinsicWidth 50\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"h9TZVFx_r\":{\"layout\":[\"fixed\",\"fixed\"]},\"x9sFjRQ6I\":{\"layout\":[\"fixed\",\"fixed\"]},\"g5ChWdyxg\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerOsLwhTeF2=withCSS(Component,css,\"framer-TuXsT\");export default FramerOsLwhTeF2;FramerOsLwhTeF2.displayName=\"Brand Assets/Logo Simple\";FramerOsLwhTeF2.defaultProps={height:50,width:50};addPropertyControls(FramerOsLwhTeF2,{variant:{options:[\"sCSNEgPbJ\",\"h9TZVFx_r\",\"x9sFjRQ6I\",\"g5ChWdyxg\"],optionTitles:[\"Dynamic\",\"Adaptive\",\"Light\",\"Dark\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerOsLwhTeF2,[{explicitInter:true,fonts:[]},...DynamicVariantsFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerOsLwhTeF2\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"50\",\"framerIntrinsicWidth\":\"50\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"h9TZVFx_r\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"x9sFjRQ6I\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"g5ChWdyxg\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerColorSyntax\":\"true\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./OsLwhTeF2.map"],"mappings":"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"}