{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/cuUzl3qfXiyqc8lreSWo/8N01wVvj7w84y7DYG2Gr/BeDuZ3VIQ.js", "ssg:https://framer.com/m/framer/useConstant.js@^1.0.0", "ssg:https://framer.com/m/framer/randomID.js@^2.0.0", "ssg:https://framerusercontent.com/modules/KtVGDQXNUVZ5aqCs47VS/OMqTyVIbB7GZvcPewNwz/F8KjCKf_G.js", "ssg:https://framerusercontent.com/modules/y34O8I3XEnHRYld6nzh7/KMpOnd8gRnT31ATpo3VP/ccyzKiVx6.js", "ssg:https://framerusercontent.com/modules/53hLjgCznN0ozfYtK8xk/ckrLW49oDTX0QxGsGu5C/lCTLNjcc3.js", "ssg:https://framerusercontent.com/modules/kBkaj3LmBqcSU2IkUsBC/kvFSr6fSU7VcYZyNyfaK/Download.js", "ssg:https://framerusercontent.com/modules/g64ruDw615Mmfee9sKcW/OvTUuUzHSv6PcmoNXlTx/QnMac6_tV.js", "ssg:https://framerusercontent.com/modules/5NYijecZuGX3215K2HiY/369A7Hn73pqsUjbROTo6/Pp4kjA1Gc.js", "ssg:https://framerusercontent.com/modules/uzcAVk3rrtGA5OomP7ay/stsEGSRVp5LPXvRNiHW0/xR1mzWbeB.js"],
  "sourcesContent": ["// Generated by Framer (64bc75b)\nimport{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=['.framer-JHR4c .framer-styles-preset-1qpe9cx:not(.rich-text-wrapper), .framer-JHR4c .framer-styles-preset-1qpe9cx.rich-text-wrapper a { --framer-link-current-text-decoration: none; --framer-link-hover-text-color: var(--token-6edaded2-3270-429a-ab0f-9e7c9e4cb3d3, #ffffff) /* {\"name\":\"Neutral/01\"} */; --framer-link-hover-text-decoration: none; --framer-link-text-color: var(--token-6edaded2-3270-429a-ab0f-9e7c9e4cb3d3, #ffffff); --framer-link-text-decoration: none; }'];export const className=\"framer-JHR4c\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import { useRef } from \"react\";\n/**\n * Creates a constant value over the lifecycle of a component.\n *\n * Even if `useMemo` is provided an empty array as its final argument, it doesn't offer\n * a guarantee that it won't re-run for performance reasons later on.\n * By using `useConstant` you can ensure that initialisers don't execute twice or more.\n */ export function useConstant(init) {\n    const ref = useRef(null);\n    if (ref.current === null) {\n        ref.current = init();\n    }\n    return ref.current;\n}\n\nexport const __FramerMetadata__ = {\"exports\":{\"useConstant\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./useConstant.map", "import { useConstant } from \"https://framer.com/m/framer/useConstant.js@^1.0.0\";\nconst BASE62 = \"0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz\";\n/**\n * Generates a random string of BASE62 characters.\n */ export function randomID(length = 5) {\n    return Array(length).fill(0).map(()=>BASE62[Math.floor(Math.random() * BASE62.length)]\n    ).join(\"\");\n}\nexport function useRandomID(length = 5) {\n    return useConstant(()=>randomID(length)\n    );\n}\nconst defaultStorageKey = \"$$FramerRandomID\";\n/**\n * `randomID` but cached in localStorage.\n */ export function useCachedRandomID(storageKey = defaultStorageKey) {\n    return useConstant(()=>{\n        const storage = getLocalStorage();\n        if (!storage) return randomID(8);\n        const cachedValue = storage.getItem(storageKey);\n        if (cachedValue) return cachedValue;\n        const newID = randomID(8);\n        storage.setItem(storageKey, newID);\n        return newID;\n    });\n}\nfunction getLocalStorage() {\n    if (typeof window === undefined) return undefined;\n    try {\n        return window.localStorage;\n    } catch (err) {\n        return undefined;\n    }\n}\n\nexport const __FramerMetadata__ = {\"exports\":{\"useRandomID\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useCachedRandomID\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"randomID\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./randomID.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";// Generated by Framer (24f3304)\nimport*as React from\"react\";import{motion,LayoutGroup}from\"framer-motion\";import{useActiveVariantCallback,addFonts,withCSS,addPropertyControls,ControlType,cx,useAddVariantProps,useVariantState}from\"framer\";import{useRandomID}from\"https://framer.com/m/framer/randomID.js@^2.0.0\";const cycleOrder=[\"uL1KSNbAO\",\"wuYLgLVQz\"];const variantClassNames={\"uL1KSNbAO\":\"framer-v-sct6xz\",\"wuYLgLVQz\":\"framer-v-7ln769\"};const humanReadableVariantMap={\"Burger\":\"uL1KSNbAO\",\"X\":\"wuYLgLVQz\"};const transitions={\"default\":{\"type\":\"spring\",\"ease\":[0.44,0,0.56,1],\"duration\":5,\"delay\":0,\"stiffness\":400,\"damping\":30,\"mass\":1}};const Component=/*#__PURE__*/ React.forwardRef(function({style:externalStyle={},className,width,height,layoutId,variant:outerVariant=\"uL1KSNbAO\",tap:TBgHLr7MW,color:iWF8EWIN1=\"rgb(136, 136, 136)\",...restProps},ref){const outerVariantId=humanReadableVariantMap[outerVariant];const variant=outerVariantId||outerVariant;const{variants,baseVariant,gestureVariant,classNames,transition,setVariant,setGestureState}=useVariantState({defaultVariant:\"uL1KSNbAO\",variant,transitions,variantClassNames,cycleOrder});const layoutDependency=variants.join(\"-\")+restProps.layoutDependency;const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapsct6xz=activeVariantCallback(async(...args)=>{if(TBgHLr7MW){const res=await TBgHLr7MW(...args);if(res===false)return false;}setVariant(\"wuYLgLVQz\");});const onTap7ln769=activeVariantCallback(async(...args)=>{if(TBgHLr7MW){const res=await TBgHLr7MW(...args);if(res===false)return false;}setVariant(\"uL1KSNbAO\");});const variantProps=React.useMemo(()=>({\"wuYLgLVQz\":{\"uL1KSNbAO\":{\"onTap\":onTap7ln769,\"data-framer-name\":\"X\",\"data-highlight\":true}}}),[onTap7ln769]);const addVariantProps=useAddVariantProps(baseVariant,gestureVariant,variantProps);const defaultLayoutId=useRandomID();const{pointerEvents,...style}=externalStyle;return(/*#__PURE__*/ _jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/ _jsx(motion.div,{\"data-framer-generated\":true,initial:variant,animate:variants,onHoverStart:()=>setGestureState({isHovered:true}),onHoverEnd:()=>setGestureState({isHovered:false}),onTapStart:()=>setGestureState({isPressed:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),className:cx(\"framer-OAsFD\",classNames),style:{\"display\":\"contents\",\"pointerEvents\":pointerEvents!==null&&pointerEvents!==void 0?pointerEvents:undefined},children:/*#__PURE__*/ _jsx(motion.div,{...restProps,layoutId:\"uL1KSNbAO\",className:cx(\"framer-sct6xz\",className),style:{...style},background:null,\"data-highlight\":true,\"data-framer-name\":\"Burger\",onTap:onTapsct6xz,transition:transition,layoutDependency:layoutDependency,ref:ref,...addVariantProps(\"uL1KSNbAO\"),children:/*#__PURE__*/ _jsxs(motion.div,{layoutId:\"grVqu8zO5\",className:\"framer-kqrzyc\",style:{},background:null,transition:transition,layoutDependency:layoutDependency,...addVariantProps(\"grVqu8zO5\"),children:[/*#__PURE__*/ _jsx(motion.div,{layoutId:\"x0ZufA4We\",className:\"framer-mzz784\",style:{\"backgroundColor\":iWF8EWIN1,\"rotate\":0},\"data-framer-name\":\"Bottom\",variants:{\"wuYLgLVQz\":{\"rotate\":-45}},transition:transition,layoutDependency:layoutDependency,...addVariantProps(\"x0ZufA4We\")}),/*#__PURE__*/ _jsx(motion.div,{layoutId:\"uR628goMu\",className:\"framer-1a74gli\",style:{\"backgroundColor\":iWF8EWIN1,\"rotate\":0,\"opacity\":1},\"data-framer-name\":\"Mid\",variants:{\"wuYLgLVQz\":{\"rotate\":0,\"opacity\":0}},transition:transition,layoutDependency:layoutDependency,...addVariantProps(\"uR628goMu\")}),/*#__PURE__*/ _jsx(motion.div,{layoutId:\"CpjUXrkWa\",className:\"framer-48wlq1\",style:{\"backgroundColor\":iWF8EWIN1,\"rotate\":0},\"data-framer-name\":\"Top\",variants:{\"wuYLgLVQz\":{\"rotate\":45}},transition:transition,layoutDependency:layoutDependency,...addVariantProps(\"CpjUXrkWa\")})]})})})}));});const css=[\".framer-OAsFD [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;}\",\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-OAsFD * { box-sizing: border-box; }\",\".framer-OAsFD .framer-sct6xz { position: relative; cursor: pointer; overflow: hidden; width: 32px; height: 32px; }\",\".framer-OAsFD .framer-kqrzyc { position: absolute; overflow: visible; width: 24px; height: 18px; left: calc(50.00000000000002% - 24px/2); top: calc(50.00000000000002% - 18px/2); flex: none; }\",\".framer-OAsFD .framer-mzz784 { position: absolute; overflow: hidden; height: 2px; right: 0px; bottom: 0px; left: 0px; flex: none; }\",\".framer-OAsFD .framer-1a74gli { position: absolute; overflow: hidden; height: 2px; right: 0px; left: 0px; top: calc(50.00000000000002% - 2px/2); flex: none; }\",\".framer-OAsFD .framer-48wlq1 { position: absolute; overflow: hidden; height: 2px; right: 0px; left: 0px; top: 0px; flex: none; }\",\".framer-OAsFD.framer-v-7ln769 .framer-sct6xz { cursor: pointer; }\",\".framer-OAsFD.framer-v-7ln769 .framer-mzz784 { width: auto; height: 2px; right: 0px; bottom: auto; left: 0px; top: calc(50.00000000000002% - 2px/2); flex: none; aspect-ratio: unset; }\",\".framer-OAsFD.framer-v-7ln769 .framer-1a74gli { width: 2px; height: 2px; right: 0px; bottom: auto; left: auto; top: calc(50.00000000000002% - 2px/2); flex: none; aspect-ratio: unset; }\",\".framer-OAsFD.framer-v-7ln769 .framer-48wlq1 { width: 26px; height: 2px; right: -1px; bottom: auto; left: auto; top: calc(50.00000000000002% - 2px/2); flex: none; aspect-ratio: unset; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 32\n * @framerIntrinsicWidth 32\n * @framerCanvasComponentVariantDetails {\"propertyName\": \"variant\", \"data\": {\"default\": {\"layout\": [\"fixed\", \"fixed\"]}, \"wuYLgLVQz\": {\"layout\": [\"fixed\", \"fixed\"]}}}\n * @framerVariables {\"TBgHLr7MW\": \"tap\", \"iWF8EWIN1\": \"color\"}\n */ const FramerF8KjCKf_G=withCSS(Component,css);export default FramerF8KjCKf_G;FramerF8KjCKf_G.displayName=\"Elements/Menu Icon\";FramerF8KjCKf_G.defaultProps={\"width\":32,\"height\":32};addPropertyControls(FramerF8KjCKf_G,{\"variant\":{\"type\":ControlType.Enum,\"title\":\"Variant\",\"options\":[\"uL1KSNbAO\",\"wuYLgLVQz\"],\"optionTitles\":[\"Burger\",\"X\"]},\"TBgHLr7MW\":{\"type\":ControlType.EventHandler,\"title\":\"Tap\"},\"iWF8EWIN1\":{\"type\":ControlType.Color,\"title\":\"Color\",\"defaultValue\":\"rgb(136, 136, 136)\"}});addFonts(FramerF8KjCKf_G,[]);\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerF8KjCKf_G\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"32\",\"framerIntrinsicWidth\":\"32\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\": \\\"variant\\\", \\\"data\\\": {\\\"default\\\": {\\\"layout\\\": [\\\"fixed\\\", \\\"fixed\\\"]}, \\\"wuYLgLVQz\\\": {\\\"layout\\\": [\\\"fixed\\\", \\\"fixed\\\"]}}}\",\"framerVariables\":\"{\\\"TBgHLr7MW\\\": \\\"tap\\\", \\\"iWF8EWIN1\\\": \\\"color\\\"}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./F8KjCKf_G.map", "// Generated by Framer (3f65431)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,Link,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/wPTN5lITWHgHnwu8GYST/at2RS13I2luU2mIaoV3y/wYfWcZE_B.js\";const enabledGestures={cGZcFXXQ2:{hover:true},LBB8PPOVk:{hover:true},W1jWsAgsf:{hover:true}};const cycleOrder=[\"LBB8PPOVk\",\"W1jWsAgsf\",\"cGZcFXXQ2\"];const serializationHash=\"framer-TTRZx\";const variantClassNames={cGZcFXXQ2:\"framer-v-1y836cl\",LBB8PPOVk:\"framer-v-aza0tv\",W1jWsAgsf:\"framer-v-fuzpfm\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"LBB8PPOVk\",\"Variant 2\":\"W1jWsAgsf\",\"Variant 3\":\"cGZcFXXQ2\"};const getProps=({click,height,hover,id,link,title,width,...props})=>{var _ref,_humanReadableVariantMap_props_variant,_ref1;return{...props,cYSL_HIHM:(_ref=title!==null&&title!==void 0?title:props.cYSL_HIHM)!==null&&_ref!==void 0?_ref:\"Home\",GvSjXTY6F:hover!==null&&hover!==void 0?hover:props.GvSjXTY6F,KAM0Dozci:click!==null&&click!==void 0?click:props.KAM0Dozci,qndjO8xBu:link!==null&&link!==void 0?link:props.qndjO8xBu,variant:(_ref1=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref1!==void 0?_ref1:\"LBB8PPOVk\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,cYSL_HIHM,qndjO8xBu,KAM0Dozci,GvSjXTY6F,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"LBB8PPOVk\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapdlvlzw=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(KAM0Dozci){const res=await KAM0Dozci(...args);if(res===false)return false;}});const onMouseEnter1k43jmr=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});if(GvSjXTY6F){const res=await GvSjXTY6F(...args);if(res===false)return false;}});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:qndjO8xBu,children:/*#__PURE__*/_jsx(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-aza0tv\",className,classNames)} framer-x50q8b`,\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"LBB8PPOVk\",onMouseEnter:onMouseEnter1k43jmr,onTap:onTapdlvlzw,ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({\"cGZcFXXQ2-hover\":{\"data-framer-name\":undefined},\"LBB8PPOVk-hover\":{\"data-framer-name\":undefined},\"W1jWsAgsf-hover\":{\"data-framer-name\":undefined},cGZcFXXQ2:{\"data-framer-name\":\"Variant 3\"},W1jWsAgsf:{\"data-framer-name\":\"Variant 2\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-j7w18s\",\"data-styles-preset\":\"wYfWcZE_B\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e7d6e6da-01d2-47de-9266-5978621446b9, rgb(246, 249, 246)))\"},children:\"Home\"})}),className:\"framer-1x0rg15\",\"data-framer-name\":\"Home\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Psr4YrRNN\",style:{\"--extracted-r6o4lv\":\"var(--token-e7d6e6da-01d2-47de-9266-5978621446b9, rgb(246, 249, 246))\"},text:cYSL_HIHM,variants:{\"cGZcFXXQ2-hover\":{\"--extracted-r6o4lv\":\"var(--token-b0fc3708-8ce1-42c2-a5f6-14915ba95662, rgb(71, 187, 102))\"},\"LBB8PPOVk-hover\":{\"--extracted-r6o4lv\":\"var(--token-b0fc3708-8ce1-42c2-a5f6-14915ba95662, rgb(71, 187, 102))\"},\"W1jWsAgsf-hover\":{\"--extracted-r6o4lv\":\"var(--token-b0fc3708-8ce1-42c2-a5f6-14915ba95662, rgb(71, 187, 102))\"},cGZcFXXQ2:{\"--extracted-r6o4lv\":\"var(--token-3545ab1a-5db9-427d-b0b2-b1cb90e00e7d, rgb(36, 44, 36))\"},W1jWsAgsf:{\"--extracted-r6o4lv\":\"var(--token-f59d397e-90da-40f1-8d0b-2280f010f28c, rgb(78, 87, 78))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"cGZcFXXQ2-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-j7w18s\",\"data-styles-preset\":\"wYfWcZE_B\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-b0fc3708-8ce1-42c2-a5f6-14915ba95662, rgb(71, 187, 102)))\"},children:\"Home\"})})},\"LBB8PPOVk-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-j7w18s\",\"data-styles-preset\":\"wYfWcZE_B\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-b0fc3708-8ce1-42c2-a5f6-14915ba95662, rgb(71, 187, 102)))\"},children:\"Home\"})})},\"W1jWsAgsf-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-j7w18s\",\"data-styles-preset\":\"wYfWcZE_B\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-b0fc3708-8ce1-42c2-a5f6-14915ba95662, rgb(71, 187, 102)))\"},children:\"Home\"})})},cGZcFXXQ2:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-j7w18s\",\"data-styles-preset\":\"wYfWcZE_B\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-3545ab1a-5db9-427d-b0b2-b1cb90e00e7d, rgb(36, 44, 36)))\"},children:\"Home\"})})},W1jWsAgsf:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-j7w18s\",\"data-styles-preset\":\"wYfWcZE_B\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-f59d397e-90da-40f1-8d0b-2280f010f28c, rgb(78, 87, 78)))\"},children:\"Home\"})})}},baseVariant,gestureVariant)})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-TTRZx.framer-x50q8b, .framer-TTRZx .framer-x50q8b { display: block; }\",\".framer-TTRZx.framer-aza0tv { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-TTRZx .framer-1x0rg15 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-TTRZx.framer-aza0tv { gap: 0px; } .framer-TTRZx.framer-aza0tv > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-TTRZx.framer-aza0tv > :first-child { margin-left: 0px; } .framer-TTRZx.framer-aza0tv > :last-child { margin-right: 0px; } }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 27\n * @framerIntrinsicWidth 42\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"W1jWsAgsf\":{\"layout\":[\"auto\",\"auto\"]},\"cGZcFXXQ2\":{\"layout\":[\"auto\",\"auto\"]},\"BI10yW5zB\":{\"layout\":[\"auto\",\"auto\"]},\"u9mWGivMQ\":{\"layout\":[\"auto\",\"auto\"]},\"DgA25uLMR\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"cYSL_HIHM\":\"title\",\"qndjO8xBu\":\"link\",\"KAM0Dozci\":\"click\",\"GvSjXTY6F\":\"hover\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerccyzKiVx6=withCSS(Component,css,\"framer-TTRZx\");export default FramerccyzKiVx6;FramerccyzKiVx6.displayName=\"Nav-item\";FramerccyzKiVx6.defaultProps={height:27,width:42};addPropertyControls(FramerccyzKiVx6,{variant:{options:[\"LBB8PPOVk\",\"W1jWsAgsf\",\"cGZcFXXQ2\"],optionTitles:[\"Variant 1\",\"Variant 2\",\"Variant 3\"],title:\"Variant\",type:ControlType.Enum},cYSL_HIHM:{defaultValue:\"Home\",displayTextArea:false,title:\"Title\",type:ControlType.String},qndjO8xBu:{title:\"Link\",type:ControlType.Link},KAM0Dozci:{title:\"Click\",type:ControlType.EventHandler},GvSjXTY6F:{title:\"Hover\",type:ControlType.EventHandler}});addFonts(FramerccyzKiVx6,[{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\"}]},...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerccyzKiVx6\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"27\",\"framerVariables\":\"{\\\"cYSL_HIHM\\\":\\\"title\\\",\\\"qndjO8xBu\\\":\\\"link\\\",\\\"KAM0Dozci\\\":\\\"click\\\",\\\"GvSjXTY6F\\\":\\\"hover\\\"}\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"W1jWsAgsf\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"cGZcFXXQ2\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"BI10yW5zB\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"u9mWGivMQ\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"DgA25uLMR\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"42\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./ccyzKiVx6.map", "// Generated by Framer (4c8d0fb)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,Floating,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,ResolveLinks,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOverlayState,useRouter,useVariantState,withCSS,withFX}from\"framer\";import{AnimatePresence,LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import ElementsMenuIcon from\"https://framerusercontent.com/modules/KtVGDQXNUVZ5aqCs47VS/OMqTyVIbB7GZvcPewNwz/F8KjCKf_G.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/cuUzl3qfXiyqc8lreSWo/8N01wVvj7w84y7DYG2Gr/BeDuZ3VIQ.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/wPTN5lITWHgHnwu8GYST/at2RS13I2luU2mIaoV3y/wYfWcZE_B.js\";import NavItem from\"https://framerusercontent.com/modules/y34O8I3XEnHRYld6nzh7/KMpOnd8gRnT31ATpo3VP/ccyzKiVx6.js\";import Button from\"https://framerusercontent.com/modules/u7setiOyRgio3NUBaaCG/gr5aToO0fVZ4ofp3sGZr/NLKwVK8vf.js\";const RichTextWithFX=withFX(RichText);const NavItemFonts=getFonts(NavItem);const MotionDivWithFX=withFX(motion.div);const ButtonFonts=getFonts(Button);const ElementsMenuIconFonts=getFonts(ElementsMenuIcon);const cycleOrder=[\"Sbv5xjSwP\",\"h6uaer8y6\",\"lioKHaBRr\",\"zHfstx4gs\",\"SuwO0mVui\",\"nDzvH5tt6\",\"ChaqReONT\",\"BVye9bMUn\",\"TQV1m3czY\",\"rmry9Z2gF\",\"LIxkb2IMr\"];const serializationHash=\"framer-9Yece\";const variantClassNames={BVye9bMUn:\"framer-v-1075rii\",ChaqReONT:\"framer-v-bg7rie\",h6uaer8y6:\"framer-v-xr01yf\",lioKHaBRr:\"framer-v-1s60iiq\",LIxkb2IMr:\"framer-v-egtz9m\",nDzvH5tt6:\"framer-v-1sekhuo\",rmry9Z2gF:\"framer-v-bpaia2\",Sbv5xjSwP:\"framer-v-w1fici\",SuwO0mVui:\"framer-v-ynlt5r\",TQV1m3czY:\"framer-v-1sjoym6\",zHfstx4gs:\"framer-v-23rlb3\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:40};const transition2={damping:40,delay:0,mass:1.2,stiffness:300,type:\"spring\"};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition2,x:0,y:40};const transition3={bounce:.2,delay:0,duration:.4,type:\"spring\"};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:0,y:0};const animation3={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:0,y:0};const animation4={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const Overlay=({children,blockDocumentScrolling,enabled=true})=>{const[visible,setVisible]=useOverlayState({blockDocumentScrolling});return children({hide:()=>setVisible(false),show:()=>setVisible(true),toggle:()=>setVisible(!visible),visible:enabled&&visible});};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Home-page/ Header\":\"Sbv5xjSwP\",\"Home/Phone-open\":\"SuwO0mVui\",\"Home/Phone\":\"lioKHaBRr\",\"Home/Tablet-open\":\"zHfstx4gs\",\"Home/Tablet\":\"h6uaer8y6\",\"Phone-open\":\"rmry9Z2gF\",\"Tablet-open\":\"BVye9bMUn\",Phone:\"TQV1m3czY\",Primary:\"nDzvH5tt6\",Scroll:\"LIxkb2IMr\",Tablet:\"ChaqReONT\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"Sbv5xjSwP\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"Sbv5xjSwP\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const GvSjXTY6Fizu9gt=({overlay,paginationInfo})=>activeVariantCallback(async(...args)=>{overlay.show();});const tap14s26wh=activeVariantCallback(async(...args)=>{setVariant(\"zHfstx4gs\");});const tap1nys938=activeVariantCallback(async(...args)=>{setVariant(\"SuwO0mVui\");});const tapspemou=activeVariantCallback(async(...args)=>{setVariant(\"h6uaer8y6\");});const tap18u9g8i=activeVariantCallback(async(...args)=>{setVariant(\"lioKHaBRr\");});const tapqcfhay=activeVariantCallback(async(...args)=>{setVariant(\"BVye9bMUn\");});const tapcesv9d=activeVariantCallback(async(...args)=>{setVariant(\"ChaqReONT\");});const tapjao11z=activeVariantCallback(async(...args)=>{setVariant(\"rmry9Z2gF\");});const taplyk3mi=activeVariantCallback(async(...args)=>{setVariant(\"TQV1m3czY\");});const ref1=React.useRef(null);const isDisplayed=()=>{if([\"lioKHaBRr\",\"SuwO0mVui\",\"TQV1m3czY\",\"rmry9Z2gF\",\"LIxkb2IMr\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if([\"h6uaer8y6\",\"lioKHaBRr\",\"ChaqReONT\",\"TQV1m3czY\"].includes(baseVariant))return false;return true;};const router=useRouter();const ref2=React.useRef(null);const ref3=React.useRef(null);const isDisplayed2=()=>{if([\"lioKHaBRr\",\"SuwO0mVui\",\"TQV1m3czY\",\"rmry9Z2gF\"].includes(baseVariant))return false;return true;};const isDisplayed3=()=>{if([\"h6uaer8y6\",\"lioKHaBRr\",\"zHfstx4gs\",\"SuwO0mVui\",\"ChaqReONT\",\"BVye9bMUn\",\"TQV1m3czY\",\"rmry9Z2gF\"].includes(baseVariant))return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-w1fici\",className,classNames),\"data-framer-name\":\"Home-page/ Header\",layoutDependency:layoutDependency,layoutId:\"Sbv5xjSwP\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({BVye9bMUn:{\"data-framer-name\":\"Tablet-open\"},ChaqReONT:{\"data-framer-name\":\"Tablet\"},h6uaer8y6:{\"data-framer-name\":\"Home/Tablet\"},lioKHaBRr:{\"data-framer-name\":\"Home/Phone\"},LIxkb2IMr:{\"data-framer-name\":\"Scroll\"},nDzvH5tt6:{\"data-framer-name\":\"Primary\"},rmry9Z2gF:{\"data-framer-name\":\"Phone-open\"},SuwO0mVui:{\"data-framer-name\":\"Home/Phone-open\"},TQV1m3czY:{\"data-framer-name\":\"Phone\"},zHfstx4gs:{\"data-framer-name\":\"Home/Tablet-open\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-4koyhy\",\"data-border\":true,\"data-framer-name\":\"Top\",layoutDependency:layoutDependency,layoutId:\"fJBuFO0W9\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(246, 249, 246, 0.1)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\"},variants:{nDzvH5tt6:{\"--border-color\":\"var(--token-0c06d2bb-c8c2-421a-ad70-e8b77dde9407, rgb(227, 233, 227))\"}},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-93487h\",\"data-framer-name\":\"Info\",layoutDependency:layoutDependency,layoutId:\"ZKpVxjpzu\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-bbvxgo\",\"data-framer-name\":\"location\",layoutDependency:layoutDependency,layoutId:\"ttD322o99\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:20,intrinsicWidth:20,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||142)-0-142.2)/2+0+0)+15.000000000000002+0+3.5999999999999996),pixelHeight:20,pixelWidth:20,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/pT6MsibNNfvc4uetuoBh9OnGgDs.svg\"},className:\"framer-rawsu9\",\"data-framer-name\":\"location-icon\",layoutDependency:layoutDependency,layoutId:\"Z09MWezQg\",...addPropertyOverrides({BVye9bMUn:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:20,intrinsicWidth:20,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-402.2)/2+0+0)+15.000000000000002+0+3.5999999999999996),pixelHeight:20,pixelWidth:20,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/pT6MsibNNfvc4uetuoBh9OnGgDs.svg\"}},ChaqReONT:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:20,intrinsicWidth:20,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-142.2)/2+0+0)+15.000000000000002+0+3.5999999999999996),pixelHeight:20,pixelWidth:20,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/pT6MsibNNfvc4uetuoBh9OnGgDs.svg\"}},nDzvH5tt6:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:20,intrinsicWidth:20,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-142.2)/2+0+0)+15.000000000000002+0+3.5999999999999996),pixelHeight:20,pixelWidth:20,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/pT6MsibNNfvc4uetuoBh9OnGgDs.svg\"}},zHfstx4gs:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:20,intrinsicWidth:20,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||403)-0-402.2)/2+0+0)+15.000000000000002+0+3.5999999999999996),pixelHeight:20,pixelWidth:20,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/pT6MsibNNfvc4uetuoBh9OnGgDs.svg\"}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-j7w18s\",\"data-styles-preset\":\"wYfWcZE_B\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-6edaded2-3270-429a-ab0f-9e7c9e4cb3d3, rgb(255, 255, 255)))\"},children:\"Kemistv\\xe4gen 18, 183 79 T\\xe4by\"})}),className:\"framer-18j2lq\",\"data-framer-name\":\"Amedee 4401 Waldeck Street, Nashville, TX 76051\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"oq9sD9Ldk\",style:{\"--extracted-r6o4lv\":\"var(--token-6edaded2-3270-429a-ab0f-9e7c9e4cb3d3, rgb(255, 255, 255))\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(Link,{href:\"Tel: 0771-23 30 30\",nodeId:\"OzEEJJ8TS\",openInNewTab:true,children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-2pd2fr framer-diaas5\",\"data-framer-name\":\"Call\",layoutDependency:layoutDependency,layoutId:\"OzEEJJ8TS\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:20,intrinsicWidth:20,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||142)-0-142.2)/2+0+0)+15.000000000000002+0+3.5999999999999996),pixelHeight:20,pixelWidth:20,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/jRiu5i8g11H1j2V0YLcoSYcIdQ.svg\"},className:\"framer-igslnz\",\"data-framer-name\":\"phone/Icon\",layoutDependency:layoutDependency,layoutId:\"MoavzMjw9\",...addPropertyOverrides({BVye9bMUn:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:20,intrinsicWidth:20,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-402.2)/2+0+0)+15.000000000000002+0+3.5999999999999996),pixelHeight:20,pixelWidth:20,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/jRiu5i8g11H1j2V0YLcoSYcIdQ.svg\"}},ChaqReONT:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:20,intrinsicWidth:20,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-142.2)/2+0+0)+15.000000000000002+0+3.5999999999999996),pixelHeight:20,pixelWidth:20,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/jRiu5i8g11H1j2V0YLcoSYcIdQ.svg\"}},nDzvH5tt6:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:20,intrinsicWidth:20,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-142.2)/2+0+0)+15.000000000000002+0+3.5999999999999996),pixelHeight:20,pixelWidth:20,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/jRiu5i8g11H1j2V0YLcoSYcIdQ.svg\"}},zHfstx4gs:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:20,intrinsicWidth:20,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||403)-0-402.2)/2+0+0)+15.000000000000002+0+3.5999999999999996),pixelHeight:20,pixelWidth:20,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/jRiu5i8g11H1j2V0YLcoSYcIdQ.svg\"}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-j7w18s\",\"data-styles-preset\":\"wYfWcZE_B\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-6edaded2-3270-429a-ab0f-9e7c9e4cb3d3, rgb(255, 255, 255)))\"},children:\"08 \u2013 732 38 00\"})}),className:\"framer-1gj68ac\",\"data-framer-name\":\"123-456-7890\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"iXaX4UPcb\",style:{\"--extracted-r6o4lv\":\"var(--token-6edaded2-3270-429a-ab0f-9e7c9e4cb3d3, rgb(255, 255, 255))\"},variants:{BVye9bMUn:{\"--extracted-r6o4lv\":\"var(--token-3545ab1a-5db9-427d-b0b2-b1cb90e00e7d, rgb(36, 44, 36))\"},ChaqReONT:{\"--extracted-r6o4lv\":\"var(--token-3545ab1a-5db9-427d-b0b2-b1cb90e00e7d, rgb(36, 44, 36))\"},nDzvH5tt6:{\"--extracted-r6o4lv\":\"var(--token-3545ab1a-5db9-427d-b0b2-b1cb90e00e7d, rgb(36, 44, 36))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({BVye9bMUn:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-j7w18s\",\"data-styles-preset\":\"wYfWcZE_B\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-3545ab1a-5db9-427d-b0b2-b1cb90e00e7d, rgb(36, 44, 36)))\"},children:\"08 \u2013 732 38 00\"})})},ChaqReONT:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-j7w18s\",\"data-styles-preset\":\"wYfWcZE_B\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-3545ab1a-5db9-427d-b0b2-b1cb90e00e7d, rgb(36, 44, 36)))\"},children:\"08 \u2013 732 38 00\"})})},nDzvH5tt6:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-j7w18s\",\"data-styles-preset\":\"wYfWcZE_B\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-3545ab1a-5db9-427d-b0b2-b1cb90e00e7d, rgb(36, 44, 36)))\"},children:\"08 \u2013 732 38 00\"})})}},baseVariant,gestureVariant)})]})})]})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-10mizki\",\"data-border\":true,\"data-framer-name\":\"Bottom\",layoutDependency:layoutDependency,layoutId:\"KoYj4ZoYv\",style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgba(255, 255, 255, 0.1)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\"},variants:{lioKHaBRr:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\"},LIxkb2IMr:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\"},rmry9Z2gF:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\"},SuwO0mVui:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\"},TQV1m3czY:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\"}},children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7Um9ib3RvIENvbmRlbnNlZC02MDA=\",\"--framer-font-family\":'\"Roboto Condensed\", \"Roboto Condensed Placeholder\", sans-serif',\"--framer-font-size\":\"34px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"105%\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-6edaded2-3270-429a-ab0f-9e7c9e4cb3d3, rgb(255, 255, 255)))\",\"--framer-text-transform\":\"capitalize\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},nodeId:\"ZjhB9vnwV\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1qpe9cx\",\"data-styles-preset\":\"BeDuZ3VIQ\",children:/*#__PURE__*/_jsx(motion.em,{children:\"T\\xc4BY Bilskadecenter AB\"})})})})}),className:\"framer-1dt97b7\",\"data-framer-name\":\"Best Cleaning Services Provider in West London.\",fonts:[\"GF;Roboto Condensed-600\",\"GF;Roboto Condensed-600italic\"],layoutDependency:layoutDependency,layoutId:\"ZjhB9vnwV\",style:{\"--extracted-gdpscs\":\"var(--token-6edaded2-3270-429a-ab0f-9e7c9e4cb3d3, rgb(255, 255, 255))\",transformPerspective:1200},variants:{lioKHaBRr:{transformPerspective:undefined}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({lioKHaBRr:{__framer__styleAppearEffectEnabled:undefined,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7Um9ib3RvIENvbmRlbnNlZC02MDA=\",\"--framer-font-family\":'\"Roboto Condensed\", \"Roboto Condensed Placeholder\", sans-serif',\"--framer-font-size\":\"19px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"105%\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-6edaded2-3270-429a-ab0f-9e7c9e4cb3d3, rgb(255, 255, 255)))\",\"--framer-text-transform\":\"capitalize\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},nodeId:\"ZjhB9vnwV\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1qpe9cx\",\"data-styles-preset\":\"BeDuZ3VIQ\",children:/*#__PURE__*/_jsx(motion.em,{children:\"T\\xc4BY Bilskadecenter AB\"})})})})})}},baseVariant,gestureVariant)}),isDisplayed1()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-x2qf3z\",\"data-framer-name\":\"Nav-menu\",layoutDependency:layoutDependency,layoutId:\"sqApAtYnj\",style:{backgroundColor:\"rgba(0, 0, 0, 0)\"},variants:{BVye9bMUn:{backgroundColor:\"rgb(18, 22, 18)\"},rmry9Z2gF:{backgroundColor:\"rgb(18, 22, 18)\"},SuwO0mVui:{backgroundColor:\"rgb(18, 22, 18)\"},zHfstx4gs:{backgroundColor:\"rgb(18, 22, 18)\"}},children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:27,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||142)-0-142.2)/2+57.2+0)+29+0,...addPropertyOverrides({BVye9bMUn:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-402.2)/2+57.2+0)+15+30+0},LIxkb2IMr:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||85)-0-85)/2+0+0)+29+0},nDzvH5tt6:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-142.2)/2+57.2+0)+29+0},rmry9Z2gF:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-345)/2+0+0)+15+30+0},SuwO0mVui:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||346)-0-345)/2+0+0)+15+30+0},zHfstx4gs:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||403)-0-402.2)/2+57.2+0)+15+30+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1xc1p0l-container\",layoutDependency:layoutDependency,layoutId:\"M03i2ew1y-container\",children:/*#__PURE__*/_jsx(NavItem,{cYSL_HIHM:\"Hem\",height:\"100%\",id:\"M03i2ew1y\",layoutId:\"M03i2ew1y\",qndjO8xBu:resolvedLinks[0],variant:\"LBB8PPOVk\",width:\"100%\",...addPropertyOverrides({BVye9bMUn:{qndjO8xBu:resolvedLinks[4]},LIxkb2IMr:{qndjO8xBu:resolvedLinks[6]},nDzvH5tt6:{qndjO8xBu:resolvedLinks[3],variant:\"cGZcFXXQ2\"},rmry9Z2gF:{qndjO8xBu:resolvedLinks[5]},SuwO0mVui:{qndjO8xBu:resolvedLinks[2]},zHfstx4gs:{qndjO8xBu:resolvedLinks[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"h3iISrpd3\"},implicitPathVariables:undefined},{href:{webPageId:\"h3iISrpd3\"},implicitPathVariables:undefined},{href:{webPageId:\"h3iISrpd3\"},implicitPathVariables:undefined},{href:{webPageId:\"F2x3xN9pM\"},implicitPathVariables:undefined},{href:{webPageId:\"h3iISrpd3\"},implicitPathVariables:undefined},{href:{webPageId:\"h3iISrpd3\"},implicitPathVariables:undefined},{href:{webPageId:\"h3iISrpd3\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:27,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||142)-0-142.2)/2+57.2+0)+29+0,...addPropertyOverrides({BVye9bMUn:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-402.2)/2+57.2+0)+15+30+57},LIxkb2IMr:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||85)-0-85)/2+0+0)+29+0},nDzvH5tt6:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-142.2)/2+57.2+0)+29+0},rmry9Z2gF:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-345)/2+0+0)+15+30+57},SuwO0mVui:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||346)-0-345)/2+0+0)+15+30+57},zHfstx4gs:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||403)-0-402.2)/2+57.2+0)+15+30+57}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-12q0b60-container\",layoutDependency:layoutDependency,layoutId:\"KOUD824SD-container\",children:/*#__PURE__*/_jsx(NavItem,{cYSL_HIHM:\"Jag har krockat\",height:\"100%\",id:\"KOUD824SD\",layoutId:\"KOUD824SD\",qndjO8xBu:resolvedLinks1[0],variant:\"LBB8PPOVk\",width:\"100%\",...addPropertyOverrides({BVye9bMUn:{qndjO8xBu:resolvedLinks1[4]},LIxkb2IMr:{qndjO8xBu:resolvedLinks1[6]},nDzvH5tt6:{qndjO8xBu:resolvedLinks1[3],variant:\"cGZcFXXQ2\"},rmry9Z2gF:{qndjO8xBu:resolvedLinks1[5]},SuwO0mVui:{qndjO8xBu:resolvedLinks1[2]},zHfstx4gs:{qndjO8xBu:resolvedLinks1[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"JvUKs2Ij5\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:27,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||142)-0-142.2)/2+57.2+0)+29+0,...addPropertyOverrides({BVye9bMUn:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-402.2)/2+57.2+0)+15+30+114},LIxkb2IMr:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||85)-0-85)/2+0+0)+29+0},nDzvH5tt6:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-142.2)/2+57.2+0)+29+0},rmry9Z2gF:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-345)/2+0+0)+15+30+114},SuwO0mVui:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||346)-0-345)/2+0+0)+15+30+114},zHfstx4gs:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||403)-0-402.2)/2+57.2+0)+15+30+114}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1s3ng9r-container\",id:`${layoutId}-1s3ng9r`,layoutDependency:layoutDependency,layoutId:\"Mq3SWKtNt-container\",ref:ref2,children:[/*#__PURE__*/_jsx(NavItem,{cYSL_HIHM:\"Tj\\xe4nster\",GvSjXTY6F:GvSjXTY6Fizu9gt({overlay}),height:\"100%\",id:\"Mq3SWKtNt\",layoutId:\"Mq3SWKtNt\",variant:\"LBB8PPOVk\",width:\"100%\",...addPropertyOverrides({nDzvH5tt6:{qndjO8xBu:resolvedLinks2[0],variant:\"cGZcFXXQ2\"}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"center\",anchorRef:ref2,className:cx(serializationHash,classNames,...sharedStyleClassNames),collisionDetection:true,collisionDetectionPadding:20,\"data-framer-portal-id\":`${layoutId}-1s3ng9r`,offsetX:0,offsetY:10,onDismiss:overlay.hide,placement:\"bottom\",portalSelector:\"#overlay\",safeArea:true,zIndex:11,children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation3,className:\"framer-12x91xs\",exit:animation2,initial:animation4,layoutDependency:layoutDependency,layoutId:\"nptm1BrhF\",ref:ref3,role:\"dialog\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,boxShadow:\"0px 10px 20px 0px rgba(0,0,0,0.05)\"},children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{eNdTgSc5N:\"forsakringsskador\"},unresolvedPathSlugs:{eNdTgSc5N:{collectionId:\"IBVvgETkZ\",collectionItemId:\"vax8EpBle\"}},webPageId:\"pdg2YdGVh\"},implicitPathVariables:undefined},{href:{pathVariables:{eNdTgSc5N:\"forsakringsskador\"},unresolvedPathSlugs:{eNdTgSc5N:{collectionId:\"IBVvgETkZ\",collectionItemId:\"vax8EpBle\"}},webPageId:\"pdg2YdGVh\"},implicitPathVariables:undefined},{href:{pathVariables:{eNdTgSc5N:\"forsakringsskador\"},unresolvedPathSlugs:{eNdTgSc5N:{collectionId:\"IBVvgETkZ\",collectionItemId:\"vax8EpBle\"}},webPageId:\"pdg2YdGVh\"},implicitPathVariables:undefined},{href:{pathVariables:{eNdTgSc5N:\"forsakringsskador\"},unresolvedPathSlugs:{eNdTgSc5N:{collectionId:\"IBVvgETkZ\",collectionItemId:\"vax8EpBle\"}},webPageId:\"pdg2YdGVh\"},implicitPathVariables:undefined},{href:{pathVariables:{eNdTgSc5N:\"forsakringsskador\"},unresolvedPathSlugs:{eNdTgSc5N:{collectionId:\"IBVvgETkZ\",collectionItemId:\"vax8EpBle\"}},webPageId:\"pdg2YdGVh\"},implicitPathVariables:undefined},{href:{pathVariables:{eNdTgSc5N:\"forsakringsskador\"},unresolvedPathSlugs:{eNdTgSc5N:{collectionId:\"IBVvgETkZ\",collectionItemId:\"vax8EpBle\"}},webPageId:\"pdg2YdGVh\"},implicitPathVariables:undefined},{href:{pathVariables:{eNdTgSc5N:\"forsakringsskador\"},unresolvedPathSlugs:{eNdTgSc5N:{collectionId:\"IBVvgETkZ\",collectionItemId:\"vax8EpBle\"}},webPageId:\"pdg2YdGVh\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:27,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||142)-0-142.2)/2+57.2+0)+29+0+0+15+0,...addPropertyOverrides({BVye9bMUn:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-402.2)/2+57.2+0)+15+30+114+0+15+0},LIxkb2IMr:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||85)-0-85)/2+0+0)+29+0+0+15+0},nDzvH5tt6:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-142.2)/2+57.2+0)+29+0+0+15+0},rmry9Z2gF:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-345)/2+0+0)+15+30+114+0+15+0},SuwO0mVui:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||346)-0-345)/2+0+0)+15+30+114+0+15+0},zHfstx4gs:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||403)-0-402.2)/2+57.2+0)+15+30+114+0+15+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-ua7cjk-container\",layoutDependency:layoutDependency,layoutId:\"YTUDP5oBv-container\",children:/*#__PURE__*/_jsx(NavItem,{cYSL_HIHM:\"F\\xf6rs\\xe4kringsskador\",height:\"100%\",id:\"YTUDP5oBv\",layoutId:\"YTUDP5oBv\",qndjO8xBu:resolvedLinks3[0],variant:\"W1jWsAgsf\",width:\"100%\",...addPropertyOverrides({BVye9bMUn:{qndjO8xBu:resolvedLinks3[4]},LIxkb2IMr:{qndjO8xBu:resolvedLinks3[6]},nDzvH5tt6:{qndjO8xBu:resolvedLinks3[3]},rmry9Z2gF:{qndjO8xBu:resolvedLinks3[5]},SuwO0mVui:{qndjO8xBu:resolvedLinks3[2]},zHfstx4gs:{qndjO8xBu:resolvedLinks3[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{eNdTgSc5N:\"krockskador\"},unresolvedPathSlugs:{eNdTgSc5N:{collectionId:\"IBVvgETkZ\",collectionItemId:\"isocTEuu_\"}},webPageId:\"pdg2YdGVh\"},implicitPathVariables:undefined},{href:{pathVariables:{eNdTgSc5N:\"krockskador\"},unresolvedPathSlugs:{eNdTgSc5N:{collectionId:\"IBVvgETkZ\",collectionItemId:\"isocTEuu_\"}},webPageId:\"pdg2YdGVh\"},implicitPathVariables:undefined},{href:{pathVariables:{eNdTgSc5N:\"krockskador\"},unresolvedPathSlugs:{eNdTgSc5N:{collectionId:\"IBVvgETkZ\",collectionItemId:\"isocTEuu_\"}},webPageId:\"pdg2YdGVh\"},implicitPathVariables:undefined},{href:{pathVariables:{eNdTgSc5N:\"krockskador\"},unresolvedPathSlugs:{eNdTgSc5N:{collectionId:\"IBVvgETkZ\",collectionItemId:\"isocTEuu_\"}},webPageId:\"pdg2YdGVh\"},implicitPathVariables:undefined},{href:{pathVariables:{eNdTgSc5N:\"krockskador\"},unresolvedPathSlugs:{eNdTgSc5N:{collectionId:\"IBVvgETkZ\",collectionItemId:\"isocTEuu_\"}},webPageId:\"pdg2YdGVh\"},implicitPathVariables:undefined},{href:{pathVariables:{eNdTgSc5N:\"krockskador\"},unresolvedPathSlugs:{eNdTgSc5N:{collectionId:\"IBVvgETkZ\",collectionItemId:\"isocTEuu_\"}},webPageId:\"pdg2YdGVh\"},implicitPathVariables:undefined},{href:{pathVariables:{eNdTgSc5N:\"krockskador\"},unresolvedPathSlugs:{eNdTgSc5N:{collectionId:\"IBVvgETkZ\",collectionItemId:\"isocTEuu_\"}},webPageId:\"pdg2YdGVh\"},implicitPathVariables:undefined}],children:resolvedLinks4=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:27,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||142)-0-142.2)/2+57.2+0)+29+0+0+15+37,...addPropertyOverrides({BVye9bMUn:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-402.2)/2+57.2+0)+15+30+114+0+15+37},LIxkb2IMr:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||85)-0-85)/2+0+0)+29+0+0+15+37},nDzvH5tt6:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-142.2)/2+57.2+0)+29+0+0+15+37},rmry9Z2gF:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-345)/2+0+0)+15+30+114+0+15+37},SuwO0mVui:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||346)-0-345)/2+0+0)+15+30+114+0+15+37},zHfstx4gs:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||403)-0-402.2)/2+57.2+0)+15+30+114+0+15+37}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1p43qxz-container\",layoutDependency:layoutDependency,layoutId:\"r6nOZZM8k-container\",children:/*#__PURE__*/_jsx(NavItem,{cYSL_HIHM:\"Krockskador\",height:\"100%\",id:\"r6nOZZM8k\",layoutId:\"r6nOZZM8k\",qndjO8xBu:resolvedLinks4[0],variant:\"W1jWsAgsf\",width:\"100%\",...addPropertyOverrides({BVye9bMUn:{qndjO8xBu:resolvedLinks4[4]},LIxkb2IMr:{qndjO8xBu:resolvedLinks4[6]},nDzvH5tt6:{qndjO8xBu:resolvedLinks4[3]},rmry9Z2gF:{qndjO8xBu:resolvedLinks4[5]},SuwO0mVui:{qndjO8xBu:resolvedLinks4[2]},zHfstx4gs:{qndjO8xBu:resolvedLinks4[1]}},baseVariant,gestureVariant)})})})})]})})})]})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"IAZDj1u0z\"},implicitPathVariables:undefined},{href:{webPageId:\"IAZDj1u0z\"},implicitPathVariables:undefined},{href:{webPageId:\"IAZDj1u0z\"},implicitPathVariables:undefined},{href:{webPageId:\"h3iISrpd3\"},implicitPathVariables:undefined},{href:{webPageId:\"IAZDj1u0z\"},implicitPathVariables:undefined},{href:{webPageId:\"IAZDj1u0z\"},implicitPathVariables:undefined},{href:{webPageId:\"IAZDj1u0z\"},implicitPathVariables:undefined}],children:resolvedLinks5=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:27,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||142)-0-142.2)/2+57.2+0)+29+0,...addPropertyOverrides({BVye9bMUn:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-402.2)/2+57.2+0)+15+30+171},LIxkb2IMr:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||85)-0-85)/2+0+0)+29+0},nDzvH5tt6:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-142.2)/2+57.2+0)+29+0},rmry9Z2gF:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-345)/2+0+0)+15+30+171},SuwO0mVui:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||346)-0-345)/2+0+0)+15+30+171},zHfstx4gs:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||403)-0-402.2)/2+57.2+0)+15+30+171}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-43pydu-container\",layoutDependency:layoutDependency,layoutId:\"duyyHNWNg-container\",children:/*#__PURE__*/_jsx(NavItem,{cYSL_HIHM:\"Om oss\",height:\"100%\",id:\"duyyHNWNg\",layoutId:\"duyyHNWNg\",qndjO8xBu:resolvedLinks5[0],variant:\"LBB8PPOVk\",width:\"100%\",...addPropertyOverrides({BVye9bMUn:{qndjO8xBu:resolvedLinks5[4]},LIxkb2IMr:{qndjO8xBu:resolvedLinks5[6]},nDzvH5tt6:{qndjO8xBu:resolvedLinks5[3],variant:\"cGZcFXXQ2\"},rmry9Z2gF:{qndjO8xBu:resolvedLinks5[5]},SuwO0mVui:{qndjO8xBu:resolvedLinks5[2]},zHfstx4gs:{qndjO8xBu:resolvedLinks5[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"QftGiSNEI\"},implicitPathVariables:undefined},{href:{webPageId:\"QftGiSNEI\"},implicitPathVariables:undefined},{href:{webPageId:\"QftGiSNEI\"},implicitPathVariables:undefined},{href:{webPageId:\"GZq936tOL\"},implicitPathVariables:undefined},{href:{webPageId:\"QftGiSNEI\"},implicitPathVariables:undefined},{href:{webPageId:\"QftGiSNEI\"},implicitPathVariables:undefined},{href:{webPageId:\"QftGiSNEI\"},implicitPathVariables:undefined}],children:resolvedLinks6=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:27,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||142)-0-142.2)/2+57.2+0)+29+0,...addPropertyOverrides({BVye9bMUn:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-402.2)/2+57.2+0)+15+30+228},LIxkb2IMr:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||85)-0-85)/2+0+0)+29+0},nDzvH5tt6:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-142.2)/2+57.2+0)+29+0},rmry9Z2gF:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-345)/2+0+0)+15+30+228},SuwO0mVui:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||346)-0-345)/2+0+0)+15+30+228},zHfstx4gs:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||403)-0-402.2)/2+57.2+0)+15+30+228}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-r7r4n5-container\",layoutDependency:layoutDependency,layoutId:\"xKDwSTGw7-container\",children:/*#__PURE__*/_jsx(NavItem,{cYSL_HIHM:\"Galleri\",height:\"100%\",id:\"xKDwSTGw7\",layoutId:\"xKDwSTGw7\",qndjO8xBu:resolvedLinks6[0],variant:\"LBB8PPOVk\",width:\"100%\",...addPropertyOverrides({BVye9bMUn:{qndjO8xBu:resolvedLinks6[4]},LIxkb2IMr:{qndjO8xBu:resolvedLinks6[6]},nDzvH5tt6:{qndjO8xBu:resolvedLinks6[3],variant:\"cGZcFXXQ2\"},rmry9Z2gF:{qndjO8xBu:resolvedLinks6[5]},SuwO0mVui:{qndjO8xBu:resolvedLinks6[2]},zHfstx4gs:{qndjO8xBu:resolvedLinks6[1]}},baseVariant,gestureVariant)})})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-mvj2ps\",\"data-framer-name\":\"Button & burger\",layoutDependency:layoutDependency,layoutId:\"A0fOalg1c\",children:[isDisplayed2()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"U1NgvpIfQ\"},implicitPathVariables:undefined},{href:{webPageId:\"U1NgvpIfQ\"},implicitPathVariables:undefined},{href:{webPageId:\"U1NgvpIfQ\"},implicitPathVariables:undefined},{href:{webPageId:\"U1NgvpIfQ\"},implicitPathVariables:undefined},{href:{webPageId:\"U1NgvpIfQ\"},implicitPathVariables:undefined},{href:{webPageId:\"U1NgvpIfQ\"},implicitPathVariables:undefined},{href:{webPageId:\"U1NgvpIfQ\"},implicitPathVariables:undefined}],children:resolvedLinks7=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:55,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||142)-0-142.2)/2+57.2+0)+15+0,...addPropertyOverrides({BVye9bMUn:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-402.2)/2+57.2+0)+145+0},ChaqReONT:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-142.2)/2+57.2+0)+15+0},LIxkb2IMr:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||85)-0-85)/2+0+0)+15+0},nDzvH5tt6:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-142.2)/2+57.2+0)+15+0},zHfstx4gs:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||403)-0-402.2)/2+57.2+0)+145+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-15k3nt7-container\",layoutDependency:layoutDependency,layoutId:\"IUAXtMjjd-container\",children:/*#__PURE__*/_jsx(Button,{height:\"100%\",id:\"IUAXtMjjd\",kPzia0Bqp:resolvedLinks7[0],layoutId:\"IUAXtMjjd\",rvpNp2nQe:\"Kontakta oss\",variant:\"jdJwq2Qcx\",width:\"100%\",...addPropertyOverrides({BVye9bMUn:{kPzia0Bqp:resolvedLinks7[5]},ChaqReONT:{kPzia0Bqp:resolvedLinks7[4]},h6uaer8y6:{kPzia0Bqp:resolvedLinks7[1]},LIxkb2IMr:{kPzia0Bqp:resolvedLinks7[6]},nDzvH5tt6:{kPzia0Bqp:resolvedLinks7[3]},zHfstx4gs:{kPzia0Bqp:resolvedLinks7[2]}},baseVariant,gestureVariant)})})})}),isDisplayed3()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-15nxhxe-container\",layoutDependency:layoutDependency,layoutId:\"E9Cu5usFl-container\",children:/*#__PURE__*/_jsx(ElementsMenuIcon,{color:\"var(--token-6edaded2-3270-429a-ab0f-9e7c9e4cb3d3, rgb(255, 255, 255))\",height:\"100%\",id:\"E9Cu5usFl\",layoutId:\"E9Cu5usFl\",style:{height:\"100%\",width:\"100%\"},variant:\"uL1KSNbAO\",width:\"100%\",...addPropertyOverrides({BVye9bMUn:{color:\"var(--token-3545ab1a-5db9-427d-b0b2-b1cb90e00e7d, rgb(36, 44, 36))\",tap:tapcesv9d,variant:\"wuYLgLVQz\"},ChaqReONT:{color:\"var(--token-3545ab1a-5db9-427d-b0b2-b1cb90e00e7d, rgb(36, 44, 36))\",tap:tapqcfhay},h6uaer8y6:{tap:tap14s26wh},lioKHaBRr:{tap:tap1nys938},rmry9Z2gF:{color:\"var(--token-3545ab1a-5db9-427d-b0b2-b1cb90e00e7d, rgb(36, 44, 36))\",tap:taplyk3mi,variant:\"wuYLgLVQz\"},SuwO0mVui:{tap:tap18u9g8i,variant:\"wuYLgLVQz\"},TQV1m3czY:{color:\"var(--token-3545ab1a-5db9-427d-b0b2-b1cb90e00e7d, rgb(36, 44, 36))\",tap:tapjao11z},zHfstx4gs:{tap:tapspemou,variant:\"wuYLgLVQz\"}},baseVariant,gestureVariant)})})})]})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-9Yece.framer-diaas5, .framer-9Yece .framer-diaas5 { display: block; }\",\".framer-9Yece.framer-w1fici { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 30px 0px 30px; position: relative; width: 1320px; }\",\".framer-9Yece .framer-4koyhy { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 600px; height: min-content; justify-content: flex-end; overflow: visible; padding: 15px 0px 15px 0px; position: relative; width: 100%; }\",\".framer-9Yece .framer-93487h { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-9Yece .framer-bbvxgo { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-9Yece .framer-rawsu9, .framer-9Yece .framer-igslnz { align-content: center; align-items: center; aspect-ratio: 1 / 1; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: var(--framer-aspect-ratio-supported, 20px); justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 20px; }\",\".framer-9Yece .framer-18j2lq, .framer-9Yece .framer-1gj68ac, .framer-9Yece .framer-1dt97b7 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-9Yece .framer-2pd2fr { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 9px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-9Yece .framer-10mizki { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 15px 0px 15px 0px; position: relative; width: 100%; }\",\".framer-9Yece .framer-x2qf3z { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; z-index: 1; }\",\".framer-9Yece .framer-1xc1p0l-container, .framer-9Yece .framer-12q0b60-container, .framer-9Yece .framer-1s3ng9r-container, .framer-9Yece .framer-ua7cjk-container, .framer-9Yece .framer-1p43qxz-container, .framer-9Yece .framer-43pydu-container, .framer-9Yece .framer-r7r4n5-container, .framer-9Yece .framer-15k3nt7-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-9Yece .framer-12x91xs { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 15px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-9Yece .framer-mvj2ps { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-9Yece .framer-15nxhxe-container { flex: none; height: 32px; position: relative; width: 32px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-9Yece.framer-w1fici, .framer-9Yece .framer-4koyhy, .framer-9Yece .framer-93487h, .framer-9Yece .framer-bbvxgo, .framer-9Yece .framer-rawsu9, .framer-9Yece .framer-2pd2fr, .framer-9Yece .framer-igslnz, .framer-9Yece .framer-x2qf3z, .framer-9Yece .framer-12x91xs, .framer-9Yece .framer-mvj2ps { gap: 0px; } .framer-9Yece.framer-w1fici > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-9Yece.framer-w1fici > :first-child, .framer-9Yece .framer-12x91xs > :first-child { margin-top: 0px; } .framer-9Yece.framer-w1fici > :last-child, .framer-9Yece .framer-12x91xs > :last-child { margin-bottom: 0px; } .framer-9Yece .framer-4koyhy > * { margin: 0px; margin-left: calc(600px / 2); margin-right: calc(600px / 2); } .framer-9Yece .framer-4koyhy > :first-child, .framer-9Yece .framer-93487h > :first-child, .framer-9Yece .framer-bbvxgo > :first-child, .framer-9Yece .framer-rawsu9 > :first-child, .framer-9Yece .framer-2pd2fr > :first-child, .framer-9Yece .framer-igslnz > :first-child, .framer-9Yece .framer-x2qf3z > :first-child, .framer-9Yece .framer-mvj2ps > :first-child { margin-left: 0px; } .framer-9Yece .framer-4koyhy > :last-child, .framer-9Yece .framer-93487h > :last-child, .framer-9Yece .framer-bbvxgo > :last-child, .framer-9Yece .framer-rawsu9 > :last-child, .framer-9Yece .framer-2pd2fr > :last-child, .framer-9Yece .framer-igslnz > :last-child, .framer-9Yece .framer-x2qf3z > :last-child, .framer-9Yece .framer-mvj2ps > :last-child { margin-right: 0px; } .framer-9Yece .framer-93487h > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-9Yece .framer-bbvxgo > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-9Yece .framer-rawsu9 > *, .framer-9Yece .framer-igslnz > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-9Yece .framer-2pd2fr > * { margin: 0px; margin-left: calc(9px / 2); margin-right: calc(9px / 2); } .framer-9Yece .framer-x2qf3z > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } .framer-9Yece .framer-12x91xs > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-9Yece .framer-mvj2ps > * { margin: 0px; margin-left: calc(15px / 2); margin-right: calc(15px / 2); } }\",\".framer-9Yece.framer-v-xr01yf.framer-w1fici, .framer-9Yece.framer-v-bg7rie.framer-w1fici { width: 810px; }\",\".framer-9Yece.framer-v-1s60iiq.framer-w1fici { padding: 0px 20px 0px 20px; width: 340px; }\",\".framer-9Yece.framer-v-1s60iiq .framer-10mizki { height: 55px; }\",\".framer-9Yece.framer-v-23rlb3.framer-w1fici, .framer-9Yece.framer-v-1075rii.framer-w1fici { overflow: visible; width: 810px; }\",\".framer-9Yece.framer-v-23rlb3 .framer-x2qf3z { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 30px; padding: 30px 30px 30px 40px; width: 108%; z-index: 5; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-9Yece.framer-v-23rlb3 .framer-x2qf3z { gap: 0px; } .framer-9Yece.framer-v-23rlb3 .framer-x2qf3z > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-9Yece.framer-v-23rlb3 .framer-x2qf3z > :first-child { margin-top: 0px; } .framer-9Yece.framer-v-23rlb3 .framer-x2qf3z > :last-child { margin-bottom: 0px; } }\",\".framer-9Yece.framer-v-ynlt5r.framer-w1fici { overflow: visible; padding: 0px 20px 0px 20px; width: 340px; }\",\".framer-9Yece.framer-v-ynlt5r .framer-x2qf3z { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 30px; padding: 30px; width: 113%; z-index: 5; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-9Yece.framer-v-ynlt5r .framer-x2qf3z { gap: 0px; } .framer-9Yece.framer-v-ynlt5r .framer-x2qf3z > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-9Yece.framer-v-ynlt5r .framer-x2qf3z > :first-child { margin-top: 0px; } .framer-9Yece.framer-v-ynlt5r .framer-x2qf3z > :last-child { margin-bottom: 0px; } }\",\".framer-9Yece.framer-v-1075rii .framer-x2qf3z { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 30px; padding: 30px 30px 30px 40px; width: 108%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-9Yece.framer-v-1075rii .framer-x2qf3z { gap: 0px; } .framer-9Yece.framer-v-1075rii .framer-x2qf3z > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-9Yece.framer-v-1075rii .framer-x2qf3z > :first-child { margin-top: 0px; } .framer-9Yece.framer-v-1075rii .framer-x2qf3z > :last-child { margin-bottom: 0px; } }\",\".framer-9Yece.framer-v-1sjoym6.framer-w1fici { padding: 0px 20px 0px 20px; width: 320px; }\",\".framer-9Yece.framer-v-bpaia2.framer-w1fici { overflow: visible; padding: 0px 20px 0px 20px; width: 320px; }\",\".framer-9Yece.framer-v-bpaia2 .framer-1dt97b7 { order: 2; }\",\".framer-9Yece.framer-v-bpaia2 .framer-x2qf3z { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 30px; order: 0; padding: 30px; width: 114%; }\",\".framer-9Yece.framer-v-bpaia2 .framer-mvj2ps { order: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-9Yece.framer-v-bpaia2 .framer-x2qf3z { gap: 0px; } .framer-9Yece.framer-v-bpaia2 .framer-x2qf3z > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-9Yece.framer-v-bpaia2 .framer-x2qf3z > :first-child { margin-top: 0px; } .framer-9Yece.framer-v-bpaia2 .framer-x2qf3z > :last-child { margin-bottom: 0px; } }\",...sharedStyle.css,...sharedStyle1.css,'.framer-9Yece[data-border=\"true\"]::after, .framer-9Yece [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 142\n * @framerIntrinsicWidth 1320\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"h6uaer8y6\":{\"layout\":[\"fixed\",\"auto\"]},\"lioKHaBRr\":{\"layout\":[\"fixed\",\"auto\"]},\"zHfstx4gs\":{\"layout\":[\"fixed\",\"auto\"]},\"SuwO0mVui\":{\"layout\":[\"fixed\",\"auto\"]},\"nDzvH5tt6\":{\"layout\":[\"fixed\",\"auto\"]},\"ChaqReONT\":{\"layout\":[\"fixed\",\"auto\"]},\"BVye9bMUn\":{\"layout\":[\"fixed\",\"auto\"]},\"TQV1m3czY\":{\"layout\":[\"fixed\",\"auto\"]},\"rmry9Z2gF\":{\"layout\":[\"fixed\",\"auto\"]},\"LIxkb2IMr\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerlCTLNjcc3=withCSS(Component,css,\"framer-9Yece\");export default FramerlCTLNjcc3;FramerlCTLNjcc3.displayName=\"Header\";FramerlCTLNjcc3.defaultProps={height:142,width:1320};addPropertyControls(FramerlCTLNjcc3,{variant:{options:[\"Sbv5xjSwP\",\"h6uaer8y6\",\"lioKHaBRr\",\"zHfstx4gs\",\"SuwO0mVui\",\"nDzvH5tt6\",\"ChaqReONT\",\"BVye9bMUn\",\"TQV1m3czY\",\"rmry9Z2gF\",\"LIxkb2IMr\"],optionTitles:[\"Home-page/ Header\",\"Home/Tablet\",\"Home/Phone\",\"Home/Tablet-open\",\"Home/Phone-open\",\"Primary\",\"Tablet\",\"Tablet-open\",\"Phone\",\"Phone-open\",\"Scroll\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerlCTLNjcc3,[{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:\"Roboto Condensed\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/robotocondensed/v27/ieVo2ZhZI2eCN5jzbjEETS9weq8-_d6T_POl0fRJeyVspfBM731BKMSK.woff2\",weight:\"600\"},{family:\"Roboto Condensed\",source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/robotocondensed/v27/ieVW2ZhZI2eCN5jzbjEETS9weq8-19ehAyvMum7nfDB64cYN5XxjLdSK37o.woff2\",weight:\"600\"}]},...NavItemFonts,...ButtonFonts,...ElementsMenuIconFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerlCTLNjcc3\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"h6uaer8y6\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"lioKHaBRr\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"zHfstx4gs\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"SuwO0mVui\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"nDzvH5tt6\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ChaqReONT\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"BVye9bMUn\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"TQV1m3czY\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"rmry9Z2gF\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"LIxkb2IMr\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"1320\",\"framerIntrinsicHeight\":\"142\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./lCTLNjcc3.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addPropertyControls,ControlType}from\"framer\";import{motion}from\"framer-motion\";var IconType;(function(IconType){IconType[\"Default\"]=\"Default\";IconType[\"Custom\"]=\"Custom\";})(IconType||(IconType={}));var SrcType;(function(SrcType){SrcType[\"Upload\"]=\"Upload\";SrcType[\"URL\"]=\"URL\";})(SrcType||(SrcType={}));// Check for the Search Index Meta Tag\n// Currently the only way to differenciate between Preview & Publish\nconst metaTagSelector='meta[name=\"framer-search-index\"]';// We can hopefully remove this check when new Preview ships\nfunction isPublishedSiteOrSSG(){if(typeof document===\"undefined\")return true;const metaTag=document.querySelector(metaTagSelector);return!!metaTag;}/**\n *\n * DOWNLOAD\n * By Hunter\n *\n * @framerIntrinsicWidth 200\n * @framerIntrinsicHeight 100\n *\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth any\n * @framerSupportedLayoutHeight any\n */ export default function Download(props){const{styleOptions,hoverOptions,iconOptions}=props;const{backgroundColor,color,borderRadius,padding,paddingPerSide,paddingTop,paddingRight,paddingBottom,paddingLeft,gap}=styleOptions;const isInPublishedSiteOrSSG=isPublishedSiteOrSSG();let downloadURL=undefined;if(isInPublishedSiteOrSSG){if(props.srcType===SrcType.URL)downloadURL=props.srcURL;if(props.srcType===SrcType.Upload)downloadURL=props.srcFile;}const paddingValue=paddingPerSide?`${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px`:`${padding}px`;const getIcon=()=>{var ref,ref1;if(!iconOptions)return;const iconStyle={order:iconOptions.alignment===\"start\"?0:2,flexShrink:0};return iconOptions.type===IconType.Custom&&!!((ref=iconOptions.image)===null||ref===void 0?void 0:ref.src)?/*#__PURE__*/ _jsx(\"img\",{style:iconStyle,alt:((ref1=iconOptions.image)===null||ref1===void 0?void 0:ref1.alt)&&iconOptions.image.alt.length>0?iconOptions.image.alt:\"download icon\",src:iconOptions.image.src,width:iconOptions.size,height:iconOptions.size}):/*#__PURE__*/ _jsx(\"svg\",{style:iconStyle,xmlns:\"http://www.w3.org/2000/svg\",width:iconOptions.size,height:iconOptions.size,fill:iconOptions.color,viewBox:\"0 0 256 256\",children:/*#__PURE__*/ _jsx(\"path\",{d:\"M228 152v56a20 20 0 0 1-20 20H48a20 20 0 0 1-20-20v-56a12 12 0 0 1 24 0v52h152v-52a12 12 0 0 1 24 0Zm-108.49 8.49a12 12 0 0 0 17 0l40-40a12 12 0 0 0-17-17L140 123V40a12 12 0 0 0-24 0v83l-19.51-19.49a12 12 0 0 0-17 17Z\"})});};const getCursor=()=>{if(props.srcType===SrcType.URL&&props.srcURL)return\"pointer\";if(props.srcType===SrcType.Upload&&props.srcFile)return\"pointer\";return\"auto\";};const buttonTitle=isInPublishedSiteOrSSG?\"Download File\":\"Publish to Download\";return /*#__PURE__*/ _jsxs(motion.a,{target:\"_blank\",href:downloadURL,download:true,title:buttonTitle,style:{gap,fontSize:16,lineHeight:1,fontFamily:\"Inter\",fontWeight:500,width:\"max-content\",...props.style,...buttonStyles,...props.fontControl,padding:paddingValue,color:color,backgroundColor:backgroundColor,borderRadius:borderRadius,userSelect:\"none\",placeContent:flexAlignSwitch(props.fontControl),whiteSpace:\"nowrap\",cursor:getCursor()},whileHover:hoverOptions,transition:hoverOptions===null||hoverOptions===void 0?void 0:hoverOptions.transition,children:[getIcon(),props.text]});};Download.displayName=\"Download\";addPropertyControls(Download,{text:{title:\"Text\",type:ControlType.String,defaultValue:\"Download\"},srcType:{type:ControlType.Enum,displaySegmentedControl:true,title:\"Source\",options:[SrcType.Upload,SrcType.URL]},srcURL:{type:ControlType.String,title:\" \",placeholder:\"../example.pdf\",hidden:props=>props.srcType===SrcType.Upload},srcFile:{type:ControlType.File,title:\" \",allowedFileTypes:[],hidden:props=>props.srcType===SrcType.URL},fontControl:{// @ts-ignore - Internal\ntype:ControlType.Font,title:\"Font\",controls:\"extended\"},iconOptions:{type:ControlType.Object,optional:true,title:\"Icon\",buttonTitle:\"Size, Color\",controls:{type:{title:\"Type\",type:ControlType.Enum,options:Object.values(IconType),optionTitles:Object.values(IconType),displaySegmentedControl:true},color:{title:\"Color\",type:ControlType.Color,defaultValue:\"#FFF\",hidden:props=>props.type===IconType.Custom},image:{title:\"File\",type:ControlType.ResponsiveImage,allowedFileTypes:[\"jpg\",\"png\",\"svg\"],hidden:props=>props.type===IconType.Default},size:{type:ControlType.Number,displayStepper:true,min:5,defaultValue:16,max:250},alignment:{title:\"Align\",type:ControlType.Enum,displaySegmentedControl:true,options:[\"start\",\"end\"],optionTitles:[\"Start\",\"End\"]}}},styleOptions:{type:ControlType.Object,title:\"Styles\",buttonTitle:\"Button, Font\",controls:{backgroundColor:{type:ControlType.Color,title:\"Fill\",defaultValue:\"#111\"},color:{type:ControlType.Color,defaultValue:\"#FFF\"},borderRadius:{type:ControlType.Number,title:\"Radius\",displayStepper:true,defaultValue:50},padding:{title:\"Padding\",type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],defaultValue:10,valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\",],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},gap:{title:\"Gap\",type:ControlType.Number,displayStepper:true,defaultValue:5}}},hoverOptions:{type:ControlType.Object,title:\"Hover\",buttonTitle:\"Effect\",optional:true,controls:{scale:{type:ControlType.Number,title:\"Scale\",min:0,max:10,displayStepper:true,step:.01,defaultValue:1.1},backgroundColor:{type:ControlType.Color,title:\"Fill\",defaultValue:\"#333\",optional:true},color:{type:ControlType.Color,title:\"Color\",defaultValue:\"#FFF\",optional:true},transition:{type:ControlType.Transition,title:\"Transition\",defaultValue:{type:\"spring\",stiffness:400,damping:30}}}}});const buttonStyles={display:\"flex\",placeItems:\"center\",placeContent:\"center\",textDecoration:\"none\"};/* Match flex content alignment with text align */ const flexAlignSwitch=fontControlStyles=>{if(!(fontControlStyles===null||fontControlStyles===void 0?void 0:fontControlStyles.textAlign)){return\"left\";}if(fontControlStyles.textAlign===\"left\"){return\"flex-start\";}if(fontControlStyles.textAlign===\"right\"){return\"flex-end\";}return\"center\";};\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Download\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"100\",\"framerContractVersion\":\"1\",\"framerDisableUnlink\":\"*\",\"framerSupportedLayoutWidth\":\"any\",\"framerSupportedLayoutHeight\":\"any\",\"framerIntrinsicWidth\":\"200\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Download.map", "// Generated by Framer (3f65431)\nimport{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=['.framer-ere1s .framer-styles-preset-z2z45z:not(.rich-text-wrapper), .framer-ere1s .framer-styles-preset-z2z45z.rich-text-wrapper a { --framer-link-current-text-color: var(--token-c349ad45-875e-4dc1-8882-38195693a2b1, #007cfb) /* {\"name\":\"Theme color/secondary\"} */; --framer-link-current-text-decoration: none; --framer-link-hover-text-color: var(--token-b0fc3708-8ce1-42c2-a5f6-14915ba95662, #47bb66) /* {\"name\":\"Theme color/primary\"} */; --framer-link-hover-text-decoration: underline; --framer-link-text-color: var(--token-b0fc3708-8ce1-42c2-a5f6-14915ba95662, #cf0d06); --framer-link-text-decoration: none; }'];export const className=\"framer-ere1s\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (3f65431)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Rubik-700\",\"GF;Rubik-900\",\"GF;Rubik-900italic\",\"GF;Rubik-700italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Rubik\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/rubik/v28/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-4I-1VU80V4bVkA.woff2\",weight:\"700\"},{family:\"Rubik\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/rubik/v28/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-ro-1VU80V4bVkA.woff2\",weight:\"900\"},{family:\"Rubik\",source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/rubik/v28/iJWbBXyIfDnIV7nEt3KSJbVDV49rz8v0FEU1dYPFkJ1O.woff2\",weight:\"900\"},{family:\"Rubik\",source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/rubik/v28/iJWbBXyIfDnIV7nEt3KSJbVDV49rz8u6FEU1dYPFkJ1O.woff2\",weight:\"700\"}]}];export const css=['.framer-RfwnM .framer-styles-preset-1yj0e2a:not(.rich-text-wrapper), .framer-RfwnM .framer-styles-preset-1yj0e2a.rich-text-wrapper p { --framer-font-family: \"Rubik\", \"Rubik Placeholder\", sans-serif; --framer-font-family-bold: \"Rubik\", sans-serif; --framer-font-family-bold-italic: \"Rubik\", sans-serif; --framer-font-family-italic: \"Rubik\", \"Rubik Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 700; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 700; --framer-letter-spacing: 0px; --framer-line-height: 170%; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: var(--token-6edaded2-3270-429a-ab0f-9e7c9e4cb3d3, #ffffff); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }'];export const className=\"framer-RfwnM\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (13d9867)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,ResolveLinks,RichText,SVG,useComponentViewport,useLocaleInfo,useRouter,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import Download from\"https://framerusercontent.com/modules/kBkaj3LmBqcSU2IkUsBC/kvFSr6fSU7VcYZyNyfaK/Download.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/5NYijecZuGX3215K2HiY/369A7Hn73pqsUjbROTo6/Pp4kjA1Gc.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/g64ruDw615Mmfee9sKcW/OvTUuUzHSv6PcmoNXlTx/QnMac6_tV.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/wPTN5lITWHgHnwu8GYST/at2RS13I2luU2mIaoV3y/wYfWcZE_B.js\";import NavItem from\"https://framerusercontent.com/modules/y34O8I3XEnHRYld6nzh7/KMpOnd8gRnT31ATpo3VP/ccyzKiVx6.js\";import Button from\"https://framerusercontent.com/modules/u7setiOyRgio3NUBaaCG/gr5aToO0fVZ4ofp3sGZr/NLKwVK8vf.js\";const ButtonFonts=getFonts(Button);const RichTextWithFX=withFX(RichText);const NavItemFonts=getFonts(NavItem);const DownloadFonts=getFonts(Download);const cycleOrder=[\"XX8NuJqfW\",\"XTXEKUMEu\",\"LCa03bt3i\",\"ftNEn8oBR\",\"php6ZjYJt\"];const serializationHash=\"framer-nzeQR\";const variantClassNames={ftNEn8oBR:\"framer-v-5uyf60\",LCa03bt3i:\"framer-v-z2esy2\",php6ZjYJt:\"framer-v-1ydxluh\",XTXEKUMEu:\"framer-v-139goc6\",XX8NuJqfW:\"framer-v-1uiesso\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:40};const transition2={damping:40,delay:0,mass:1.2,stiffness:300,type:\"spring\"};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition2,x:0,y:40};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"XX8NuJqfW\",\"Variant 2\":\"XTXEKUMEu\",\"Variant 3\":\"LCa03bt3i\",\"Variant 4\":\"ftNEn8oBR\",\"Variant 5\":\"php6ZjYJt\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"XX8NuJqfW\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"XX8NuJqfW\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const router=useRouter();const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.header,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1uiesso\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"XX8NuJqfW\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({ftNEn8oBR:{\"data-framer-name\":\"Variant 4\"},LCa03bt3i:{\"data-framer-name\":\"Variant 3\"},php6ZjYJt:{\"data-framer-name\":\"Variant 5\"},XTXEKUMEu:{\"data-framer-name\":\"Variant 2\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-dp0nua\",\"data-framer-name\":\"CTA\",layoutDependency:layoutDependency,layoutId:\"BHu7hlwaw\",style:{background:'linear-gradient(180deg, var(--token-b0fc3708-8ce1-42c2-a5f6-14915ba95662, rgb(207, 13, 6)) /* {\"name\":\"Theme color/primary\"} */ 0%, rgb(125, 7, 2) 100%)'},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1oso4dv\",\"data-framer-name\":\"Container\",layoutDependency:layoutDependency,layoutId:\"fRyzSgpW4\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ea7hj8\",\"data-framer-name\":\"Text & button\",layoutDependency:layoutDependency,layoutId:\"Lu2P8nxPm\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-u3wwqy\",\"data-framer-name\":\"Text\",layoutDependency:layoutDependency,layoutId:\"jZy8DwW9M\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"R0Y7Um9ib3RvIENvbmRlbnNlZC02MDA=\",\"--framer-font-family\":'\"Roboto Condensed\", \"Roboto Condensed Placeholder\", sans-serif',\"--framer-font-size\":\"45px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"115%\",\"--framer-text-color\":\"var(--extracted-1of0zx5, var(--token-6edaded2-3270-429a-ab0f-9e7c9e4cb3d3, rgb(255, 255, 255)))\"},children:\"Kontakta oss f\\xf6r mer information och f\\xf6rfr\\xe5gningar.\"})}),className:\"framer-1calmmi\",\"data-framer-name\":\"Get your first cleaning absolutely for free.\",fonts:[\"GF;Roboto Condensed-600\"],layoutDependency:layoutDependency,layoutId:\"qclwbwNel\",style:{\"--extracted-1of0zx5\":\"var(--token-6edaded2-3270-429a-ab0f-9e7c9e4cb3d3, rgb(255, 255, 255))\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({ftNEn8oBR:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"R0Y7Um9ib3RvIENvbmRlbnNlZC02MDA=\",\"--framer-font-family\":'\"Roboto Condensed\", \"Roboto Condensed Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"115%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-1of0zx5, var(--token-6edaded2-3270-429a-ab0f-9e7c9e4cb3d3, rgb(255, 255, 255)))\"},children:\"Kontakta oss f\\xf6r mer information och f\\xf6rfr\\xe5gningar.\"})})},LCa03bt3i:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"R0Y7Um9ib3RvIENvbmRlbnNlZC02MDA=\",\"--framer-font-family\":'\"Roboto Condensed\", \"Roboto Condensed Placeholder\", sans-serif',\"--framer-font-size\":\"45px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"115%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-1of0zx5, var(--token-6edaded2-3270-429a-ab0f-9e7c9e4cb3d3, rgb(255, 255, 255)))\"},children:\"Kontakta oss f\\xf6r mer information och f\\xf6rfr\\xe5gningar.\"})})},php6ZjYJt:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"R0Y7Um9ib3RvIENvbmRlbnNlZC02MDA=\",\"--framer-font-family\":'\"Roboto Condensed\", \"Roboto Condensed Placeholder\", sans-serif',\"--framer-font-size\":\"45px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"115%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-1of0zx5, var(--token-6edaded2-3270-429a-ab0f-9e7c9e4cb3d3, rgb(255, 255, 255)))\"},children:\"Kontakta oss f\\xf6r mer information och f\\xf6rfr\\xe5gningar.\"})})}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-17119yz\",\"data-framer-name\":\"Buttons\",layoutDependency:layoutDependency,layoutId:\"W3yWWxkBT\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:55,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||803)-0-872.35)/2+0+0)+70+0+0+0+0+0,...addPropertyOverrides({ftNEn8oBR:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-1461.15)/2+0+0)+60+0+0+0+0+62.199999999999996+0+0},LCa03bt3i:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-831.1)/2+0+0)+70+0+0+0+0+81.75+0},php6ZjYJt:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-1399.7)/2+0+0)+60+0+0+0+0+81.75+0+0},XTXEKUMEu:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||867)-0-872.35)/2+0+0)+70+0+0+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-18azxx6-container\",layoutDependency:layoutDependency,layoutId:\"gRlYxxW6K-container\",children:/*#__PURE__*/_jsx(Button,{height:\"100%\",id:\"gRlYxxW6K\",kPzia0Bqp:\"Tel:+4687323800\",layoutId:\"gRlYxxW6K\",rvpNp2nQe:\"Ring oss: 08 \u2013 732 38 00\",variant:\"YB9JzCWMQ\",width:\"100%\"})})})})]})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-11qyntv\",\"data-framer-name\":\"Shape\",layoutDependency:layoutDependency,layoutId:\"LqXaaUD24\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-hxlwn2\",\"data-framer-name\":\"Shape\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:48,intrinsicWidth:1603,layoutDependency:layoutDependency,layoutId:\"mAwH3Lopq\",svg:'<svg width=\"1603\" height=\"48\" viewBox=\"-1 -1 1603 48\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M1600.5 0C930.1 57.2 254.5 23.8333 0.5 0V46H1600.5V0Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true})})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-dv4xlv\",\"data-framer-name\":\"Footer\",layoutDependency:layoutDependency,layoutId:\"SWPT4_zXd\",style:{backgroundColor:\"var(--token-6edaded2-3270-429a-ab0f-9e7c9e4cb3d3, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-10dtl4a\",\"data-framer-name\":\"Container\",layoutDependency:layoutDependency,layoutId:\"eTiUqhcvb\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-iowbhw\",\"data-framer-name\":\"Columns\",layoutDependency:layoutDependency,layoutId:\"cnGlVXANc\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1wjflkp\",\"data-framer-name\":\"Logo & text\",layoutDependency:layoutDependency,layoutId:\"jNr5ldo8C\",children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7Um9ib3RvIENvbmRlbnNlZC02MDA=\",\"--framer-font-family\":'\"Roboto Condensed\", \"Roboto Condensed Placeholder\", sans-serif',\"--framer-font-size\":\"27px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"105%\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-b0fc3708-8ce1-42c2-a5f6-14915ba95662, rgb(207, 13, 6)))\",\"--framer-text-transform\":\"capitalize\"},children:/*#__PURE__*/_jsx(motion.em,{children:\"T\\xc4BY Bilskadecenter AB\"})})}),className:\"framer-65tzl5\",\"data-framer-name\":\"Best Cleaning Services Provider in West London.\",fonts:[\"GF;Roboto Condensed-600\",\"GF;Roboto Condensed-600italic\"],layoutDependency:layoutDependency,layoutId:\"qD9qzlK2L\",style:{\"--extracted-gdpscs\":\"var(--token-b0fc3708-8ce1-42c2-a5f6-14915ba95662, rgb(207, 13, 6))\",transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{className:\"framer-styles-preset-j7w18s\",\"data-styles-preset\":\"wYfWcZE_B\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-f59d397e-90da-40f1-8d0b-2280f010f28c, rgb(78, 87, 78)))\"},children:[\"T\\xe4by Bilskadecenter lagar alla typer av \",/*#__PURE__*/_jsx(Link,{href:\"https://www.tabybilskadecenter.se/skadeverkstad-i-taby/\",nodeId:\"S221aOku4\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{children:\"skador\"})}),\" s\\xe5 som \",/*#__PURE__*/_jsx(Link,{href:\"https://www.tabybilskadecenter.se/platskador-i-taby/\",nodeId:\"S221aOku4\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{children:\"pl\\xe5t\"})}),\", \",/*#__PURE__*/_jsx(Link,{href:\"https://www.tabybilskadecenter.se/billackering-taby/\",nodeId:\"S221aOku4\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{children:\"lack\"})}),\" och plast.\"]})}),className:\"framer-tblch4\",\"data-framer-name\":\"Welcome to a place of refinement and clean. This is Cleean, we made for home and office cleaning easy for you.\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"S221aOku4\",style:{\"--extracted-r6o4lv\":\"var(--token-f59d397e-90da-40f1-8d0b-2280f010f28c, rgb(78, 87, 78))\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({ftNEn8oBR:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{className:\"framer-styles-preset-j7w18s\",\"data-styles-preset\":\"wYfWcZE_B\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-f59d397e-90da-40f1-8d0b-2280f010f28c, rgb(78, 87, 78)))\"},children:[\"T\\xe4by Bilskadecenter lagar alla typer av \",/*#__PURE__*/_jsx(Link,{href:\"https://www.tabybilskadecenter.se/skadeverkstad-i-taby/\",nodeId:\"S221aOku4\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{children:\"skador\"})}),\" s\\xe5 som \",/*#__PURE__*/_jsx(Link,{href:\"https://www.tabybilskadecenter.se/platskador-i-taby/\",nodeId:\"S221aOku4\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{children:\"pl\\xe5t\"})}),\", \",/*#__PURE__*/_jsx(Link,{href:\"https://www.tabybilskadecenter.se/billackering-taby/\",nodeId:\"S221aOku4\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{children:\"lack\"})}),\" och plast.\"]})})},php6ZjYJt:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{className:\"framer-styles-preset-j7w18s\",\"data-styles-preset\":\"wYfWcZE_B\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-f59d397e-90da-40f1-8d0b-2280f010f28c, rgb(78, 87, 78)))\"},children:[\"T\\xe4by Bilskadecenter lagar alla typer av \",/*#__PURE__*/_jsx(Link,{href:\"https://www.tabybilskadecenter.se/skadeverkstad-i-taby/\",nodeId:\"S221aOku4\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{children:\"skador\"})}),\" s\\xe5 som \",/*#__PURE__*/_jsx(Link,{href:\"https://www.tabybilskadecenter.se/platskador-i-taby/\",nodeId:\"S221aOku4\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{children:\"pl\\xe5t\"})}),\", \",/*#__PURE__*/_jsx(Link,{href:\"https://www.tabybilskadecenter.se/billackering-taby/\",nodeId:\"S221aOku4\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{children:\"lack\"})}),\" och plast.\"]})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-lr688p\",layoutDependency:layoutDependency,layoutId:\"AhgbEY130\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:600,intrinsicWidth:600,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||803)-0-872.35)/2+235+0)+85+0+0+0+0+0+224.35+10),pixelHeight:600,pixelWidth:600,sizes:\"85px\",src:\"https://framerusercontent.com/images/znwEh7AmKLQNfipgFP3KEe0mYec.png\",srcSet:\"https://framerusercontent.com/images/znwEh7AmKLQNfipgFP3KEe0mYec.png?scale-down-to=512 512w,https://framerusercontent.com/images/znwEh7AmKLQNfipgFP3KEe0mYec.png 600w\"},className:\"framer-1qk410s\",\"data-framer-name\":\"Certifiering-logotyp-2024\",layoutDependency:layoutDependency,layoutId:\"zGS01bD6V\",...addPropertyOverrides({ftNEn8oBR:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:600,intrinsicWidth:600,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-1461.15)/2+257.2+0)+50+0+0+0+0+0+0+194.35+10),pixelHeight:600,pixelWidth:600,sizes:\"85px\",src:\"https://framerusercontent.com/images/znwEh7AmKLQNfipgFP3KEe0mYec.png\",srcSet:\"https://framerusercontent.com/images/znwEh7AmKLQNfipgFP3KEe0mYec.png?scale-down-to=512 512w,https://framerusercontent.com/images/znwEh7AmKLQNfipgFP3KEe0mYec.png 600w\"}},LCa03bt3i:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:600,intrinsicWidth:600,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-831.1)/2+296.75+0)+50+0+0+0+0+0+224.35+10),pixelHeight:600,pixelWidth:600,sizes:\"85px\",src:\"https://framerusercontent.com/images/znwEh7AmKLQNfipgFP3KEe0mYec.png\",srcSet:\"https://framerusercontent.com/images/znwEh7AmKLQNfipgFP3KEe0mYec.png?scale-down-to=512 512w,https://framerusercontent.com/images/znwEh7AmKLQNfipgFP3KEe0mYec.png 600w\"}},php6ZjYJt:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:600,intrinsicWidth:600,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-1399.7)/2+276.75+0)+50+0+0+0+0+0+0+224.35+10),pixelHeight:600,pixelWidth:600,sizes:\"85px\",src:\"https://framerusercontent.com/images/znwEh7AmKLQNfipgFP3KEe0mYec.png\",srcSet:\"https://framerusercontent.com/images/znwEh7AmKLQNfipgFP3KEe0mYec.png?scale-down-to=512 512w,https://framerusercontent.com/images/znwEh7AmKLQNfipgFP3KEe0mYec.png 600w\"}},XTXEKUMEu:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:600,intrinsicWidth:600,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||867)-0-872.35)/2+235+0)+85+0+0+0+0+0+224.35+10),pixelHeight:600,pixelWidth:600,sizes:\"85px\",src:\"https://framerusercontent.com/images/znwEh7AmKLQNfipgFP3KEe0mYec.png\",srcSet:\"https://framerusercontent.com/images/znwEh7AmKLQNfipgFP3KEe0mYec.png?scale-down-to=512 512w,https://framerusercontent.com/images/znwEh7AmKLQNfipgFP3KEe0mYec.png 600w\"}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:157,intrinsicWidth:195,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||803)-0-872.35)/2+235+0)+85+0+0+0+0+0+224.35+0),pixelHeight:157,pixelWidth:195,src:\"https://framerusercontent.com/images/okjIPKUMT8KGRlqZ8aQwTz3TTzU.png\"},className:\"framer-m9016c\",\"data-framer-name\":\"SIGILL STAENDE_LITEN_SVART_TEXT\",layoutDependency:layoutDependency,layoutId:\"tg7w7hoPg\",...addPropertyOverrides({ftNEn8oBR:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:157,intrinsicWidth:195,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-1461.15)/2+257.2+0)+50+0+0+0+0+0+0+194.35+0),pixelHeight:157,pixelWidth:195,src:\"https://framerusercontent.com/images/okjIPKUMT8KGRlqZ8aQwTz3TTzU.png\"}},LCa03bt3i:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:157,intrinsicWidth:195,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-831.1)/2+296.75+0)+50+0+0+0+0+0+224.35+0),pixelHeight:157,pixelWidth:195,src:\"https://framerusercontent.com/images/okjIPKUMT8KGRlqZ8aQwTz3TTzU.png\"}},php6ZjYJt:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:157,intrinsicWidth:195,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-1399.7)/2+276.75+0)+50+0+0+0+0+0+0+224.35+0),pixelHeight:157,pixelWidth:195,src:\"https://framerusercontent.com/images/okjIPKUMT8KGRlqZ8aQwTz3TTzU.png\"}},XTXEKUMEu:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:157,intrinsicWidth:195,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||867)-0-872.35)/2+235+0)+85+0+0+0+0+0+224.35+0),pixelHeight:157,pixelWidth:195,src:\"https://framerusercontent.com/images/okjIPKUMT8KGRlqZ8aQwTz3TTzU.png\"}}},baseVariant,gestureVariant)})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-uj2xit\",\"data-framer-name\":\"Col  2\",layoutDependency:layoutDependency,layoutId:\"jfE2pl99O\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1yj0e2a\",\"data-styles-preset\":\"Pp4kjA1Gc\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-3545ab1a-5db9-427d-b0b2-b1cb90e00e7d, rgb(36, 44, 36)))\"},children:\"\\xd6ppettider\"})}),className:\"framer-kwud95\",\"data-framer-name\":\"Our Services\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"EAx582cGg\",style:{\"--extracted-r6o4lv\":\"var(--token-3545ab1a-5db9-427d-b0b2-b1cb90e00e7d, rgb(36, 44, 36))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{className:\"framer-styles-preset-j7w18s\",\"data-styles-preset\":\"wYfWcZE_B\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-f59d397e-90da-40f1-8d0b-2280f010f28c, rgb(78, 87, 78)))\"},children:[\"M\\xe5ndag \u2013 Torsdag:\\xa0\\xa0 07.30 \u2013 17.00\",/*#__PURE__*/_jsx(motion.br,{}),\"Fredag: 07.30 \u2013 16.00\",/*#__PURE__*/_jsx(motion.br,{}),\"Lunchst\\xe4ngt:\\xa0\\xa0 11.30 \u2013 12.30\"]})}),className:\"framer-15sjl9q\",\"data-framer-name\":\"Amedee 4401 Waldeck Street, Nashville, TX 76051\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"g5VMebVkF\",style:{\"--extracted-r6o4lv\":\"var(--token-f59d397e-90da-40f1-8d0b-2280f010f28c, rgb(78, 87, 78))\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1idt5gd\",\"data-framer-name\":\"Col  1\",layoutDependency:layoutDependency,layoutId:\"F3g2Myfz1\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1yj0e2a\",\"data-styles-preset\":\"Pp4kjA1Gc\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-3545ab1a-5db9-427d-b0b2-b1cb90e00e7d, rgb(36, 44, 36)))\"},children:\"V\\xe5ra tj\\xe4nster\"})}),className:\"framer-1ez8ehb\",\"data-framer-name\":\"Our Services\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"hYMr80v8R\",style:{\"--extracted-r6o4lv\":\"var(--token-3545ab1a-5db9-427d-b0b2-b1cb90e00e7d, rgb(36, 44, 36))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-w8yct9\",\"data-framer-name\":\"list\",layoutDependency:layoutDependency,layoutId:\"bF5INdx5H\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{eNdTgSc5N:\"forsakringsskador\"},unresolvedPathSlugs:{eNdTgSc5N:{collectionId:\"IBVvgETkZ\",collectionItemId:\"vax8EpBle\"}},webPageId:\"pdg2YdGVh\"},implicitPathVariables:undefined},{href:{pathVariables:{eNdTgSc5N:\"forsakringsskador\"},unresolvedPathSlugs:{eNdTgSc5N:{collectionId:\"IBVvgETkZ\",collectionItemId:\"vax8EpBle\"}},webPageId:\"pdg2YdGVh\"},implicitPathVariables:undefined},{href:{pathVariables:{eNdTgSc5N:\"forsakringsskador\"},unresolvedPathSlugs:{eNdTgSc5N:{collectionId:\"IBVvgETkZ\",collectionItemId:\"vax8EpBle\"}},webPageId:\"pdg2YdGVh\"},implicitPathVariables:undefined},{href:{pathVariables:{eNdTgSc5N:\"forsakringsskador\"},unresolvedPathSlugs:{eNdTgSc5N:{collectionId:\"IBVvgETkZ\",collectionItemId:\"vax8EpBle\"}},webPageId:\"pdg2YdGVh\"},implicitPathVariables:undefined},{href:{pathVariables:{eNdTgSc5N:\"forsakringsskador\"},unresolvedPathSlugs:{eNdTgSc5N:{collectionId:\"IBVvgETkZ\",collectionItemId:\"vax8EpBle\"}},webPageId:\"pdg2YdGVh\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:27,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||803)-0-872.35)/2+235+0)+85+0+0+0+0+0+57.2+0+0,...addPropertyOverrides({ftNEn8oBR:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-1461.15)/2+257.2+0)+50+0+0+0+0+428.75+0+52.2+0+0},LCa03bt3i:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-831.1)/2+296.75+0)+50+0+0+0+0+0+57.2+0+0},php6ZjYJt:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-1399.7)/2+276.75+0)+50+0+0+0+0+488.75+0+52.2+0+0},XTXEKUMEu:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||867)-0-872.35)/2+235+0)+85+0+0+0+0+0+57.2+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-a2g8v0-container\",layoutDependency:layoutDependency,layoutId:\"RmJN9p9ne-container\",children:/*#__PURE__*/_jsx(NavItem,{cYSL_HIHM:\"F\\xf6rs\\xe4kringsskador\",height:\"100%\",id:\"RmJN9p9ne\",layoutId:\"RmJN9p9ne\",qndjO8xBu:resolvedLinks[0],variant:\"W1jWsAgsf\",width:\"100%\",...addPropertyOverrides({ftNEn8oBR:{qndjO8xBu:resolvedLinks[3]},LCa03bt3i:{qndjO8xBu:resolvedLinks[2]},php6ZjYJt:{qndjO8xBu:resolvedLinks[4]},XTXEKUMEu:{qndjO8xBu:resolvedLinks[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{eNdTgSc5N:\"krockskador\"},unresolvedPathSlugs:{eNdTgSc5N:{collectionId:\"IBVvgETkZ\",collectionItemId:\"isocTEuu_\"}},webPageId:\"pdg2YdGVh\"},implicitPathVariables:undefined},{href:{pathVariables:{eNdTgSc5N:\"krockskador\"},unresolvedPathSlugs:{eNdTgSc5N:{collectionId:\"IBVvgETkZ\",collectionItemId:\"isocTEuu_\"}},webPageId:\"pdg2YdGVh\"},implicitPathVariables:undefined},{href:{pathVariables:{eNdTgSc5N:\"krockskador\"},unresolvedPathSlugs:{eNdTgSc5N:{collectionId:\"IBVvgETkZ\",collectionItemId:\"isocTEuu_\"}},webPageId:\"pdg2YdGVh\"},implicitPathVariables:undefined},{href:{pathVariables:{eNdTgSc5N:\"krockskador\"},unresolvedPathSlugs:{eNdTgSc5N:{collectionId:\"IBVvgETkZ\",collectionItemId:\"isocTEuu_\"}},webPageId:\"pdg2YdGVh\"},implicitPathVariables:undefined},{href:{pathVariables:{eNdTgSc5N:\"krockskador\"},unresolvedPathSlugs:{eNdTgSc5N:{collectionId:\"IBVvgETkZ\",collectionItemId:\"isocTEuu_\"}},webPageId:\"pdg2YdGVh\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:27,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||803)-0-872.35)/2+235+0)+85+0+0+0+0+0+57.2+0+42,...addPropertyOverrides({ftNEn8oBR:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-1461.15)/2+257.2+0)+50+0+0+0+0+428.75+0+52.2+0+42},LCa03bt3i:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-831.1)/2+296.75+0)+50+0+0+0+0+0+57.2+0+42},php6ZjYJt:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-1399.7)/2+276.75+0)+50+0+0+0+0+488.75+0+52.2+0+42},XTXEKUMEu:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||867)-0-872.35)/2+235+0)+85+0+0+0+0+0+57.2+0+42}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1h2827h-container\",layoutDependency:layoutDependency,layoutId:\"JmjemWFIX-container\",children:/*#__PURE__*/_jsx(NavItem,{cYSL_HIHM:\"Krockskador\",height:\"100%\",id:\"JmjemWFIX\",layoutId:\"JmjemWFIX\",qndjO8xBu:resolvedLinks1[0],variant:\"W1jWsAgsf\",width:\"100%\",...addPropertyOverrides({ftNEn8oBR:{qndjO8xBu:resolvedLinks1[3]},LCa03bt3i:{qndjO8xBu:resolvedLinks1[2]},php6ZjYJt:{qndjO8xBu:resolvedLinks1[4]},XTXEKUMEu:{qndjO8xBu:resolvedLinks1[1]}},baseVariant,gestureVariant)})})})})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1xrvjma\",\"data-framer-name\":\"Info\",layoutDependency:layoutDependency,layoutId:\"ZCS65Rz2c\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-j51xc\",\"data-framer-name\":\"call\",layoutDependency:layoutDependency,layoutId:\"ebPj3Ampj\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1yj0e2a\",\"data-styles-preset\":\"Pp4kjA1Gc\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-3545ab1a-5db9-427d-b0b2-b1cb90e00e7d, rgb(36, 44, 36)))\"},children:\"Telefon:\"})}),className:\"framer-yguszu\",\"data-framer-name\":\"Phone:\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"En8fpaAfp\",style:{\"--extracted-r6o4lv\":\"var(--token-3545ab1a-5db9-427d-b0b2-b1cb90e00e7d, rgb(36, 44, 36))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-nap93g\",\"data-framer-name\":\"number\",layoutDependency:layoutDependency,layoutId:\"SfYj1ZjDn\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-j7w18s\",\"data-styles-preset\":\"wYfWcZE_B\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-f59d397e-90da-40f1-8d0b-2280f010f28c, rgb(78, 87, 78)))\"},children:\"08 \u2013 732 38 00\"})}),className:\"framer-1b9etb\",\"data-framer-name\":\"123-456-7890\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"qhxFIvjWs\",style:{\"--extracted-r6o4lv\":\"var(--token-f59d397e-90da-40f1-8d0b-2280f010f28c, rgb(78, 87, 78))\"},verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-c1i63c\",\"data-framer-name\":\"mail\",layoutDependency:layoutDependency,layoutId:\"WrYMd4JLi\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1yj0e2a\",\"data-styles-preset\":\"Pp4kjA1Gc\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-3545ab1a-5db9-427d-b0b2-b1cb90e00e7d, rgb(36, 44, 36)))\"},children:\"E-post:\"})}),className:\"framer-1peuzv4\",\"data-framer-name\":\"E-mail:\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"AP8vmqPVr\",style:{\"--extracted-r6o4lv\":\"var(--token-3545ab1a-5db9-427d-b0b2-b1cb90e00e7d, rgb(36, 44, 36))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-j7w18s\",\"data-styles-preset\":\"wYfWcZE_B\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-f59d397e-90da-40f1-8d0b-2280f010f28c, rgb(78, 87, 78)))\"},children:\"peter@tabybilskadecenter.se\"})}),className:\"framer-ti8apt\",\"data-framer-name\":\"247service@gmail.com\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"yr2tgTqOs\",style:{\"--extracted-r6o4lv\":\"var(--token-f59d397e-90da-40f1-8d0b-2280f010f28c, rgb(78, 87, 78))\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-dkj2v3\",\"data-framer-name\":\"mail\",layoutDependency:layoutDependency,layoutId:\"hv_ShXxJZ\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1yj0e2a\",\"data-styles-preset\":\"Pp4kjA1Gc\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-3545ab1a-5db9-427d-b0b2-b1cb90e00e7d, rgb(36, 44, 36)))\"},children:\"H\\xe4r sitter vi\"})}),className:\"framer-44gfle\",\"data-framer-name\":\"E-mail:\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"su0gxNCjF\",style:{\"--extracted-r6o4lv\":\"var(--token-3545ab1a-5db9-427d-b0b2-b1cb90e00e7d, rgb(36, 44, 36))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{className:\"framer-styles-preset-j7w18s\",\"data-styles-preset\":\"wYfWcZE_B\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-f59d397e-90da-40f1-8d0b-2280f010f28c, rgb(78, 87, 78)))\"},children:[\"Kemistv\\xe4gen 18\",/*#__PURE__*/_jsx(motion.br,{}),\"183 79 T\\xe4by\"]})}),className:\"framer-12by784\",\"data-framer-name\":\"Amedee 4401 Waldeck Street, Nashville, TX 76051\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"ylqItS6KX\",style:{\"--extracted-r6o4lv\":\"var(--token-f59d397e-90da-40f1-8d0b-2280f010f28c, rgb(78, 87, 78))\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({ftNEn8oBR:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{className:\"framer-styles-preset-j7w18s\",\"data-styles-preset\":\"wYfWcZE_B\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-f59d397e-90da-40f1-8d0b-2280f010f28c, rgb(78, 87, 78)))\"},children:[\"Kemistv\\xe4gen 18\",/*#__PURE__*/_jsx(motion.br,{}),\"183 79 T\\xe4by\"]})})},php6ZjYJt:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{className:\"framer-styles-preset-j7w18s\",\"data-styles-preset\":\"wYfWcZE_B\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-f59d397e-90da-40f1-8d0b-2280f010f28c, rgb(78, 87, 78)))\"},children:[\"Kemistv\\xe4gen 18\",/*#__PURE__*/_jsx(motion.br,{}),\"183 79 T\\xe4by\"]})})}},baseVariant,gestureVariant)})]})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1qlcx0o\",\"data-border\":true,\"data-framer-name\":\"Copywrite\",layoutDependency:layoutDependency,layoutId:\"XfcOWCGQw\",style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"var(--token-0c06d2bb-c8c2-421a-ad70-e8b77dde9407, rgb(227, 233, 227))\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\"},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{style:{\"--font-selector\":\"R0Y7UnViaWstNTAw\",\"--framer-font-family\":'\"Rubik\", \"Rubik Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"170%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-f59d397e-90da-40f1-8d0b-2280f010f28c, rgb(78, 87, 78)))\"},children:[\"\\xa9 2024  T\\xe4by Bilskadecenter AB - Hemsida byggd av \",/*#__PURE__*/_jsx(Link,{href:\"https://www.ensotech.io\",nodeId:\"W_hIcYv0j\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-z2z45z\",\"data-styles-preset\":\"QnMac6_tV\",children:/*#__PURE__*/_jsx(motion.span,{style:{\"--font-selector\":\"RlM7U29yYS1tZWRpdW0=\",\"--framer-font-family\":'\"Sora\", \"Sora Placeholder\", sans-serif'},children:/*#__PURE__*/_jsx(motion.strong,{children:\"ensotech.\"})})})})]})}),className:\"framer-1fdhai8\",\"data-framer-name\":\"Copyright \\xa9 2023 All Rights Reserved by FramerBite\",fonts:[\"GF;Rubik-500\",\"GF;Rubik-700\",\"FS;Sora-medium\",\"FS;Sora-bold\"],layoutDependency:layoutDependency,layoutId:\"W_hIcYv0j\",style:{\"--extracted-r6o4lv\":\"var(--token-f59d397e-90da-40f1-8d0b-2280f010f28c, rgb(78, 87, 78))\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({ftNEn8oBR:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{style:{\"--font-selector\":\"R0Y7UnViaWstNTAw\",\"--framer-font-family\":'\"Rubik\", \"Rubik Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"170%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-f59d397e-90da-40f1-8d0b-2280f010f28c, rgb(78, 87, 78)))\"},children:[\"\\xa9 2024  T\\xe4by Bilskadecenter AB - Hemsida byggd av \",/*#__PURE__*/_jsx(Link,{href:\"https://www.ensotech.io\",nodeId:\"W_hIcYv0j\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-z2z45z\",\"data-styles-preset\":\"QnMac6_tV\",children:/*#__PURE__*/_jsx(motion.span,{style:{\"--font-selector\":\"RlM7U29yYS1tZWRpdW0=\",\"--framer-font-family\":'\"Sora\", \"Sora Placeholder\", sans-serif'},children:/*#__PURE__*/_jsx(motion.strong,{children:\"ensotech.\"})})})})]})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ndesgc\",layoutDependency:layoutDependency,layoutId:\"HQdTIkdgO\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-14mizkj-container\",layoutDependency:layoutDependency,layoutId:\"OOmzH5U4M-container\",children:/*#__PURE__*/_jsx(Download,{fontControl:{fontFamily:'\"Rubik\", \"Rubik Placeholder\", sans-serif',fontSize:\"16px\",fontStyle:\"normal\",fontWeight:600,letterSpacing:\"0em\",lineHeight:\"1em\"},height:\"100%\",hoverOptions:{backgroundColor:\"rgba(207, 13, 6, 0.8)\",color:\"rgb(255, 255, 255)\",scale:1,transition:{damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"}},iconOptions:{alignment:\"start\",color:\"rgb(255, 255, 255)\",size:16,type:\"Default\"},id:\"OOmzH5U4M\",layoutId:\"OOmzH5U4M\",srcFile:\"https://framerusercontent.com/assets/H3njE2WPP2YBZa0FSr0H0wdhf0.pdf\",srcType:\"Upload\",srcURL:\"\",style:{height:\"100%\"},styleOptions:{backgroundColor:\"var(--token-b0fc3708-8ce1-42c2-a5f6-14915ba95662, rgb(207, 13, 6))\",borderRadius:50,color:\"rgb(255, 255, 255)\",gap:5,padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10},text:\"Milj\\xf6policy\",width:\"100%\"})})})})]})]})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-nzeQR.framer-jamyws, .framer-nzeQR .framer-jamyws { display: block; }\",\".framer-nzeQR.framer-1uiesso { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1440px; }\",\".framer-nzeQR .framer-dp0nua { 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: 70px 0px 110px 0px; position: relative; width: 100%; }\",\".framer-nzeQR .framer-1oso4dv { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 1320px; overflow: hidden; padding: 0px 20px 0px 20px; position: relative; width: 100%; }\",\".framer-nzeQR .framer-1ea7hj8 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-nzeQR .framer-u3wwqy { 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: visible; padding: 0px; position: relative; width: 75%; }\",\".framer-nzeQR .framer-1calmmi { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-nzeQR .framer-17119yz { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-nzeQR .framer-18azxx6-container, .framer-nzeQR .framer-a2g8v0-container, .framer-nzeQR .framer-1h2827h-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-nzeQR .framer-11qyntv { align-content: center; align-items: center; bottom: -2px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 46px; justify-content: center; left: calc(50.00000000000002% - 100.97222222222221% / 2); overflow: hidden; padding: 0px; position: absolute; width: 101%; z-index: 1; }\",\".framer-nzeQR .framer-hxlwn2 { flex: none; height: 46px; position: relative; width: 100%; }\",\".framer-nzeQR .framer-dv4xlv { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 85px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-nzeQR .framer-10dtl4a { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; max-width: 1320px; overflow: hidden; padding: 0px 20px 0px 20px; position: relative; width: 100%; }\",\".framer-nzeQR .framer-iowbhw { 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 0px 85px 0px; position: relative; width: 100%; }\",\".framer-nzeQR .framer-1wjflkp { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 23%; }\",\".framer-nzeQR .framer-65tzl5, .framer-nzeQR .framer-kwud95, .framer-nzeQR .framer-15sjl9q, .framer-nzeQR .framer-1ez8ehb, .framer-nzeQR .framer-yguszu, .framer-nzeQR .framer-1b9etb, .framer-nzeQR .framer-1peuzv4, .framer-nzeQR .framer-ti8apt, .framer-nzeQR .framer-44gfle, .framer-nzeQR .framer-1fdhai8 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-nzeQR .framer-tblch4, .framer-nzeQR .framer-12by784 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-nzeQR .framer-lr688p { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-nzeQR .framer-1qk410s { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 85px); overflow: visible; position: relative; width: 85px; }\",\".framer-nzeQR .framer-m9016c { aspect-ratio: 1.2420382165605095 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 105px); overflow: visible; position: relative; width: 131px; }\",\".framer-nzeQR .framer-uj2xit, .framer-nzeQR .framer-1idt5gd { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-nzeQR .framer-w8yct9 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-nzeQR .framer-1xrvjma { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 22%; }\",\".framer-nzeQR .framer-j51xc, .framer-nzeQR .framer-c1i63c { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-nzeQR .framer-nap93g { 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: min-content; }\",\".framer-nzeQR .framer-dkj2v3 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-nzeQR .framer-1qlcx0o { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 50px 0px 53px 0px; position: relative; width: 100%; }\",\".framer-nzeQR .framer-1ndesgc { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-nzeQR .framer-14mizkj-container { flex: none; height: 35px; position: relative; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-nzeQR.framer-1uiesso, .framer-nzeQR .framer-dp0nua, .framer-nzeQR .framer-1oso4dv, .framer-nzeQR .framer-u3wwqy, .framer-nzeQR .framer-17119yz, .framer-nzeQR .framer-11qyntv, .framer-nzeQR .framer-dv4xlv, .framer-nzeQR .framer-10dtl4a, .framer-nzeQR .framer-1wjflkp, .framer-nzeQR .framer-lr688p, .framer-nzeQR .framer-uj2xit, .framer-nzeQR .framer-1idt5gd, .framer-nzeQR .framer-w8yct9, .framer-nzeQR .framer-1xrvjma, .framer-nzeQR .framer-j51xc, .framer-nzeQR .framer-nap93g, .framer-nzeQR .framer-c1i63c, .framer-nzeQR .framer-dkj2v3, .framer-nzeQR .framer-1ndesgc { gap: 0px; } .framer-nzeQR.framer-1uiesso > *, .framer-nzeQR .framer-dv4xlv > *, .framer-nzeQR .framer-10dtl4a > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-nzeQR.framer-1uiesso > :first-child, .framer-nzeQR .framer-dp0nua > :first-child, .framer-nzeQR .framer-1oso4dv > :first-child, .framer-nzeQR .framer-dv4xlv > :first-child, .framer-nzeQR .framer-10dtl4a > :first-child, .framer-nzeQR .framer-1wjflkp > :first-child, .framer-nzeQR .framer-uj2xit > :first-child, .framer-nzeQR .framer-1idt5gd > :first-child, .framer-nzeQR .framer-w8yct9 > :first-child, .framer-nzeQR .framer-1xrvjma > :first-child, .framer-nzeQR .framer-j51xc > :first-child, .framer-nzeQR .framer-nap93g > :first-child, .framer-nzeQR .framer-c1i63c > :first-child, .framer-nzeQR .framer-dkj2v3 > :first-child { margin-top: 0px; } .framer-nzeQR.framer-1uiesso > :last-child, .framer-nzeQR .framer-dp0nua > :last-child, .framer-nzeQR .framer-1oso4dv > :last-child, .framer-nzeQR .framer-dv4xlv > :last-child, .framer-nzeQR .framer-10dtl4a > :last-child, .framer-nzeQR .framer-1wjflkp > :last-child, .framer-nzeQR .framer-uj2xit > :last-child, .framer-nzeQR .framer-1idt5gd > :last-child, .framer-nzeQR .framer-w8yct9 > :last-child, .framer-nzeQR .framer-1xrvjma > :last-child, .framer-nzeQR .framer-j51xc > :last-child, .framer-nzeQR .framer-nap93g > :last-child, .framer-nzeQR .framer-c1i63c > :last-child, .framer-nzeQR .framer-dkj2v3 > :last-child { margin-bottom: 0px; } .framer-nzeQR .framer-dp0nua > *, .framer-nzeQR .framer-1oso4dv > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-nzeQR .framer-u3wwqy > *, .framer-nzeQR .framer-11qyntv > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-nzeQR .framer-u3wwqy > :first-child, .framer-nzeQR .framer-17119yz > :first-child, .framer-nzeQR .framer-11qyntv > :first-child, .framer-nzeQR .framer-lr688p > :first-child, .framer-nzeQR .framer-1ndesgc > :first-child { margin-left: 0px; } .framer-nzeQR .framer-u3wwqy > :last-child, .framer-nzeQR .framer-17119yz > :last-child, .framer-nzeQR .framer-11qyntv > :last-child, .framer-nzeQR .framer-lr688p > :last-child, .framer-nzeQR .framer-1ndesgc > :last-child { margin-right: 0px; } .framer-nzeQR .framer-17119yz > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-nzeQR .framer-1wjflkp > *, .framer-nzeQR .framer-uj2xit > *, .framer-nzeQR .framer-1idt5gd > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-nzeQR .framer-lr688p > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-nzeQR .framer-w8yct9 > * { margin: 0px; margin-bottom: calc(15px / 2); margin-top: calc(15px / 2); } .framer-nzeQR .framer-1xrvjma > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-nzeQR .framer-j51xc > *, .framer-nzeQR .framer-c1i63c > *, .framer-nzeQR .framer-dkj2v3 > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-nzeQR .framer-nap93g > * { margin: 0px; margin-bottom: calc(2px / 2); margin-top: calc(2px / 2); } .framer-nzeQR .framer-1ndesgc > * { margin: 0px; margin-left: calc(15px / 2); margin-right: calc(15px / 2); } }\",\".framer-nzeQR.framer-v-139goc6.framer-1uiesso { width: 1200px; }\",\".framer-nzeQR.framer-v-139goc6 .framer-u3wwqy { width: 55%; }\",\".framer-nzeQR.framer-v-139goc6 .framer-m9016c { height: var(--framer-aspect-ratio-supported, 106px); }\",\".framer-nzeQR.framer-v-z2esy2.framer-1uiesso { width: 810px; }\",\".framer-nzeQR.framer-v-z2esy2 .framer-dp0nua { padding: 70px 0px 90px 0px; }\",\".framer-nzeQR.framer-v-z2esy2 .framer-1ea7hj8, .framer-nzeQR.framer-v-5uyf60 .framer-1ea7hj8, .framer-nzeQR.framer-v-1ydxluh .framer-1ea7hj8 { flex-direction: column; gap: 30px; justify-content: center; }\",\".framer-nzeQR.framer-v-z2esy2 .framer-u3wwqy, .framer-nzeQR.framer-v-5uyf60 .framer-u3wwqy, .framer-nzeQR.framer-v-5uyf60 .framer-1xrvjma, .framer-nzeQR.framer-v-1ydxluh .framer-u3wwqy { width: 100%; }\",\".framer-nzeQR.framer-v-z2esy2 .framer-dv4xlv, .framer-nzeQR.framer-v-5uyf60 .framer-dv4xlv, .framer-nzeQR.framer-v-1ydxluh .framer-dv4xlv { padding: 50px 0px 0px 0px; }\",\".framer-nzeQR.framer-v-z2esy2 .framer-iowbhw { padding: 0px 0px 40px 0px; }\",\".framer-nzeQR.framer-v-z2esy2 .framer-1qlcx0o { padding: 40px 0px 40px 0px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-nzeQR.framer-v-z2esy2 .framer-1ea7hj8 { gap: 0px; } .framer-nzeQR.framer-v-z2esy2 .framer-1ea7hj8 > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-nzeQR.framer-v-z2esy2 .framer-1ea7hj8 > :first-child { margin-top: 0px; } .framer-nzeQR.framer-v-z2esy2 .framer-1ea7hj8 > :last-child { margin-bottom: 0px; } }\",\".framer-nzeQR.framer-v-5uyf60.framer-1uiesso, .framer-nzeQR.framer-v-1ydxluh.framer-1uiesso { width: 320px; }\",\".framer-nzeQR.framer-v-5uyf60 .framer-dp0nua, .framer-nzeQR.framer-v-1ydxluh .framer-dp0nua { padding: 60px 0px 80px 0px; }\",\".framer-nzeQR.framer-v-5uyf60 .framer-17119yz, .framer-nzeQR.framer-v-1ydxluh .framer-17119yz { flex-direction: column; }\",\".framer-nzeQR.framer-v-5uyf60 .framer-iowbhw { flex-direction: column; gap: 25px; justify-content: center; padding: 0px 0px 20px 0px; }\",\".framer-nzeQR.framer-v-5uyf60 .framer-1wjflkp { gap: 15px; width: 100%; }\",\".framer-nzeQR.framer-v-5uyf60 .framer-uj2xit, .framer-nzeQR.framer-v-5uyf60 .framer-1idt5gd { gap: 25px; }\",\".framer-nzeQR.framer-v-5uyf60 .framer-1qlcx0o { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 20px; justify-content: flex-start; padding: 20px 0px 20px 0px; }\",\".framer-nzeQR.framer-v-5uyf60 .framer-1fdhai8 { order: 1; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-nzeQR.framer-v-5uyf60 .framer-1ndesgc { order: 0; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-nzeQR.framer-v-5uyf60 .framer-1ea7hj8, .framer-nzeQR.framer-v-5uyf60 .framer-17119yz, .framer-nzeQR.framer-v-5uyf60 .framer-iowbhw, .framer-nzeQR.framer-v-5uyf60 .framer-1wjflkp, .framer-nzeQR.framer-v-5uyf60 .framer-uj2xit, .framer-nzeQR.framer-v-5uyf60 .framer-1idt5gd, .framer-nzeQR.framer-v-5uyf60 .framer-1qlcx0o { gap: 0px; } .framer-nzeQR.framer-v-5uyf60 .framer-1ea7hj8 > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-nzeQR.framer-v-5uyf60 .framer-1ea7hj8 > :first-child, .framer-nzeQR.framer-v-5uyf60 .framer-17119yz > :first-child, .framer-nzeQR.framer-v-5uyf60 .framer-iowbhw > :first-child, .framer-nzeQR.framer-v-5uyf60 .framer-1wjflkp > :first-child, .framer-nzeQR.framer-v-5uyf60 .framer-uj2xit > :first-child, .framer-nzeQR.framer-v-5uyf60 .framer-1idt5gd > :first-child, .framer-nzeQR.framer-v-5uyf60 .framer-1qlcx0o > :first-child { margin-top: 0px; } .framer-nzeQR.framer-v-5uyf60 .framer-1ea7hj8 > :last-child, .framer-nzeQR.framer-v-5uyf60 .framer-17119yz > :last-child, .framer-nzeQR.framer-v-5uyf60 .framer-iowbhw > :last-child, .framer-nzeQR.framer-v-5uyf60 .framer-1wjflkp > :last-child, .framer-nzeQR.framer-v-5uyf60 .framer-uj2xit > :last-child, .framer-nzeQR.framer-v-5uyf60 .framer-1idt5gd > :last-child, .framer-nzeQR.framer-v-5uyf60 .framer-1qlcx0o > :last-child { margin-bottom: 0px; } .framer-nzeQR.framer-v-5uyf60 .framer-17119yz > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-nzeQR.framer-v-5uyf60 .framer-iowbhw > *, .framer-nzeQR.framer-v-5uyf60 .framer-uj2xit > *, .framer-nzeQR.framer-v-5uyf60 .framer-1idt5gd > * { margin: 0px; margin-bottom: calc(25px / 2); margin-top: calc(25px / 2); } .framer-nzeQR.framer-v-5uyf60 .framer-1wjflkp > * { margin: 0px; margin-bottom: calc(15px / 2); margin-top: calc(15px / 2); } .framer-nzeQR.framer-v-5uyf60 .framer-1qlcx0o > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } }\",\".framer-nzeQR.framer-v-1ydxluh .framer-iowbhw { align-content: center; align-items: center; flex-direction: column; gap: 40px; justify-content: center; padding: 0px 0px 20px 0px; }\",\".framer-nzeQR.framer-v-1ydxluh .framer-1wjflkp, .framer-nzeQR.framer-v-1ydxluh .framer-1xrvjma { align-content: center; align-items: center; width: 100%; }\",\".framer-nzeQR.framer-v-1ydxluh .framer-lr688p { justify-content: center; }\",\".framer-nzeQR.framer-v-1ydxluh .framer-uj2xit, .framer-nzeQR.framer-v-1ydxluh .framer-1idt5gd { align-content: center; align-items: center; gap: 25px; }\",\".framer-nzeQR.framer-v-1ydxluh .framer-w8yct9, .framer-nzeQR.framer-v-1ydxluh .framer-j51xc, .framer-nzeQR.framer-v-1ydxluh .framer-c1i63c, .framer-nzeQR.framer-v-1ydxluh .framer-dkj2v3 { align-content: center; align-items: center; }\",\".framer-nzeQR.framer-v-1ydxluh .framer-1qlcx0o { padding: 20px 0px 20px 0px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-nzeQR.framer-v-1ydxluh .framer-1ea7hj8, .framer-nzeQR.framer-v-1ydxluh .framer-17119yz, .framer-nzeQR.framer-v-1ydxluh .framer-iowbhw, .framer-nzeQR.framer-v-1ydxluh .framer-uj2xit, .framer-nzeQR.framer-v-1ydxluh .framer-1idt5gd { gap: 0px; } .framer-nzeQR.framer-v-1ydxluh .framer-1ea7hj8 > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-nzeQR.framer-v-1ydxluh .framer-1ea7hj8 > :first-child, .framer-nzeQR.framer-v-1ydxluh .framer-17119yz > :first-child, .framer-nzeQR.framer-v-1ydxluh .framer-iowbhw > :first-child, .framer-nzeQR.framer-v-1ydxluh .framer-uj2xit > :first-child, .framer-nzeQR.framer-v-1ydxluh .framer-1idt5gd > :first-child { margin-top: 0px; } .framer-nzeQR.framer-v-1ydxluh .framer-1ea7hj8 > :last-child, .framer-nzeQR.framer-v-1ydxluh .framer-17119yz > :last-child, .framer-nzeQR.framer-v-1ydxluh .framer-iowbhw > :last-child, .framer-nzeQR.framer-v-1ydxluh .framer-uj2xit > :last-child, .framer-nzeQR.framer-v-1ydxluh .framer-1idt5gd > :last-child { margin-bottom: 0px; } .framer-nzeQR.framer-v-1ydxluh .framer-17119yz > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-nzeQR.framer-v-1ydxluh .framer-iowbhw > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-nzeQR.framer-v-1ydxluh .framer-uj2xit > *, .framer-nzeQR.framer-v-1ydxluh .framer-1idt5gd > * { margin: 0px; margin-bottom: calc(25px / 2); margin-top: calc(25px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,'.framer-nzeQR[data-border=\"true\"]::after, .framer-nzeQR [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 803\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"XTXEKUMEu\":{\"layout\":[\"fixed\",\"auto\"]},\"LCa03bt3i\":{\"layout\":[\"fixed\",\"auto\"]},\"ftNEn8oBR\":{\"layout\":[\"fixed\",\"auto\"]},\"php6ZjYJt\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerxR1mzWbeB=withCSS(Component,css,\"framer-nzeQR\");export default FramerxR1mzWbeB;FramerxR1mzWbeB.displayName=\"Footer\";FramerxR1mzWbeB.defaultProps={height:803,width:1440};addPropertyControls(FramerxR1mzWbeB,{variant:{options:[\"XX8NuJqfW\",\"XTXEKUMEu\",\"LCa03bt3i\",\"ftNEn8oBR\",\"php6ZjYJt\"],optionTitles:[\"Variant 1\",\"Variant 2\",\"Variant 3\",\"Variant 4\",\"Variant 5\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerxR1mzWbeB,[{explicitInter:true,fonts:[{family:\"Roboto Condensed\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/robotocondensed/v27/ieVo2ZhZI2eCN5jzbjEETS9weq8-_d6T_POl0fRJeyVspfBM731BKMSK.woff2\",weight:\"600\"},{family:\"Roboto Condensed\",source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/robotocondensed/v27/ieVW2ZhZI2eCN5jzbjEETS9weq8-19ehAyvMum7nfDB64cYN5XxjLdSK37o.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://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:\"Rubik\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/rubik/v28/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-NYi1VU80V4bVkA.woff2\",weight:\"500\"},{family:\"Rubik\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/rubik/v28/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-4I-1VU80V4bVkA.woff2\",weight:\"700\"},{family:\"Sora\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/SJWETCERZXVLDCL4K6NJGS3H7NAV5YTM/F5EBUUP2RO5CM2W74SL4R7M6IUX4GDPL/OAO3FLMO5KOXWLXSTUJGS4EGOYFMSDQ3.woff2\",weight:\"500\"},{family:\"Sora\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/O6APDGOOI6KPTOYLMG2WT7AMVFBAEQQ2/YA4HXMMXHUGDD7BGRS5L5DM7AVKBZQ5D/BB6C7YWXOMIC6G7LPBRQNIGD2FKV5DQB.woff2\",weight:\"700\"},{family:\"Rubik\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/rubik/v28/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-2Y-1VU80V4bVkA.woff2\",weight:\"600\"}]},...ButtonFonts,...NavItemFonts,...DownloadFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerxR1mzWbeB\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"803\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"1440\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"XTXEKUMEu\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"LCa03bt3i\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ftNEn8oBR\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"php6ZjYJt\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./xR1mzWbeB.map"],
  "mappings": "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",
  "names": ["fontStore", "fonts", "css", "className", "useConstant", "init", "ref", "pe", "BASE62", "randomID", "length", "useRandomID", "useConstant", "cycleOrder", "variantClassNames", "humanReadableVariantMap", "transitions", "Component", "Y", "externalStyle", "className", "width", "height", "layoutId", "outerVariant", "TBgHLr7MW", "iWF8EWIN1", "restProps", "ref", "variant", "variants", "baseVariant", "gestureVariant", "classNames", "transition", "setVariant", "setGestureState", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapsct6xz", "args", "onTap7ln769", "variantProps", "se", "addVariantProps", "useAddVariantProps", "defaultLayoutId", "useRandomID", "pointerEvents", "style", "p", "LayoutGroup", "motion", "cx", "u", "css", "FramerF8KjCKf_G", "withCSS", "F8KjCKf_G_default", "addPropertyControls", "ControlType", "addFonts", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "click", "height", "hover", "id", "link", "title", "width", "props", "_ref", "_humanReadableVariantMap_props_variant", "_ref1", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "cYSL_HIHM", "qndjO8xBu", "KAM0Dozci", "GvSjXTY6F", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapdlvlzw", "args", "onMouseEnter1k43jmr", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "cx", "RichText2", "css", "FramerccyzKiVx6", "withCSS", "ccyzKiVx6_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "RichTextWithFX", "withFX", "RichText2", "NavItemFonts", "getFonts", "ccyzKiVx6_default", "MotionDivWithFX", "motion", "ButtonFonts", "NLKwVK8vf_default", "ElementsMenuIconFonts", "F8KjCKf_G_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "animation", "transition2", "animation1", "transition3", "animation2", "animation3", "animation4", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "Transition", "value", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "GvSjXTY6Fizu9gt", "overlay", "paginationInfo", "args", "tap14s26wh", "tap1nys938", "tapspemou", "tap18u9g8i", "tapqcfhay", "tapcesv9d", "tapjao11z", "taplyk3mi", "ref1", "pe", "isDisplayed", "isDisplayed1", "router", "useRouter", "ref2", "ref3", "isDisplayed2", "isDisplayed3", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "Image2", "getLoadingLazyAtYPosition", "Link", "ResolveLinks", "resolvedLinks", "ComponentViewportProvider", "resolvedLinks1", "l", "resolvedLinks2", "AnimatePresence", "Floating", "resolvedLinks3", "resolvedLinks4", "resolvedLinks5", "resolvedLinks6", "resolvedLinks7", "css", "FramerlCTLNjcc3", "withCSS", "lCTLNjcc3_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "IconType", "SrcType", "metaTagSelector", "isPublishedSiteOrSSG", "Download", "props", "styleOptions", "hoverOptions", "iconOptions", "backgroundColor", "color", "borderRadius", "padding", "paddingPerSide", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "gap", "isInPublishedSiteOrSSG", "downloadURL", "paddingValue", "getIcon", "ref", "ref1", "iconStyle", "p", "getCursor", "buttonTitle", "u", "motion", "buttonStyles", "flexAlignSwitch", "addPropertyControls", "ControlType", "fontControlStyles", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "ButtonFonts", "getFonts", "NLKwVK8vf_default", "RichTextWithFX", "withFX", "RichText2", "NavItemFonts", "ccyzKiVx6_default", "DownloadFonts", "Download", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "animation", "transition2", "animation1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "router", "useRouter", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "ComponentViewportProvider", "SVG", "Link", "Image2", "getLoadingLazyAtYPosition", "ResolveLinks", "resolvedLinks", "resolvedLinks1", "css", "FramerxR1mzWbeB", "withCSS", "xR1mzWbeB_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts"]
}
