{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/Int0NlyYK3IGAO6Qqjy3/apz93y0hXrV3ymiVc4Y4/set_sizes.js", "ssg:https://framerusercontent.com/modules/jGGTDDJ13qK6vDOjW2kx/iHFDVM6xmlmjeWSd9xY2/ToggleScroll.js", "ssg:https://framerusercontent.com/modules/enMTOjD8NogEqDYZI2lG/gdIYBTz4OU5R34bFndik/obWFRgKmL.js", "ssg:https://framerusercontent.com/modules/As77izpOzfwOgwRo9y9J/UNmcenVPAn53cMIQvIez/uW1zSW3xW.js", "ssg:https://framerusercontent.com/modules/2ynDMC5xE18P637I2tJq/zv0btCapHkivYH5RM1q8/SYVC6y92a.js", "ssg:https://framerusercontent.com/modules/i61toyZVp6LuupklES3b/G9qG0B0ZkOdXreh9PfVN/qAS0VlbFD.js"],
  "sourcesContent": ["import{jsx as _jsx}from\"react/jsx-runtime\";import{useEffect,useState}from\"react\";// Override function to set height to viewport height minus 80 pixels\nexport function withViewportHeightMinus80(Component){return props=>{let navBarHeight=0;const[height,setHeight]=useState(window.innerHeight-navBarHeight);useEffect(()=>{const handleResize=()=>{setHeight(window.innerHeight-navBarHeight);};window.addEventListener(\"resize\",handleResize);return()=>{window.removeEventListener(\"resize\",handleResize);};},[]);return /*#__PURE__*/_jsx(Component,{...props,style:{...props.style,height:`${height}px`}});};}export function setBlockWidths(Component){return props=>{return /*#__PURE__*/_jsx(Component,{...props,style:{...props.style,width:\"100%\",maxWidth:\"1728px\"}});};}\nexport const __FramerMetadata__ = {\"exports\":{\"withViewportHeightMinus80\":{\"type\":\"reactHoc\",\"name\":\"withViewportHeightMinus80\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"setBlockWidths\":{\"type\":\"reactHoc\",\"name\":\"setBlockWidths\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./set_sizes.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{useRef,useEffect}from\"react\";export function withToggleScroll(Component){return props=>{const bodyElement=useRef(null);useEffect(()=>{var _document;bodyElement.current=(_document=document)===null||_document===void 0?void 0:_document.getElementsByTagName(\"body\")[0];bodyElement.current.style.overflow=\"scroll\";},[]);const clickEvent=()=>{if(bodyElement.current.style.overflow===\"hidden\"){bodyElement.current.style.overflow=\"scroll\";}else{bodyElement.current.style.overflow=\"hidden\";}};return /*#__PURE__*/_jsx(Component,{...props,onTap:clickEvent});};}\nexport const __FramerMetadata__ = {\"exports\":{\"withToggleScroll\":{\"type\":\"reactHoc\",\"name\":\"withToggleScroll\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./ToggleScroll.map", "// Generated by Framer (508aa67)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"ACm5iDUE2\",\"t_0Ewv5DJ\"];const serializationHash=\"framer-jSJ5c\";const variantClassNames={ACm5iDUE2:\"framer-v-sh3bex\",t_0Ewv5DJ:\"framer-v-tq5wec\"};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:40,delay:0,mass:1,stiffness:400,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={Close:\"t_0Ewv5DJ\",Menu:\"ACm5iDUE2\"};const getProps=({height,id,tap,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:\"ACm5iDUE2\",XKaY3MrGu:tap!==null&&tap!==void 0?tap:props.XKaY3MrGu};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,XKaY3MrGu,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"ACm5iDUE2\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap139kcl1=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(XKaY3MrGu){const res=await XKaY3MrGu(...args);if(res===false)return false;}setVariant(\"t_0Ewv5DJ\");});const onTap8hc8i=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(XKaY3MrGu){const res=await XKaY3MrGu(...args);if(res===false)return false;}setVariant(\"ACm5iDUE2\");});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];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(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-sh3bex\",className,classNames),\"data-framer-name\":\"Menu\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"ACm5iDUE2\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:onTap139kcl1,onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({t_0Ewv5DJ:{\"data-framer-name\":\"Close\",onTap:onTap8hc8i}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-100blfn\",\"data-framer-name\":\"Wrapper\",layoutDependency:layoutDependency,layoutId:\"GgRS8UcVK\",style:{rotate:0},variants:{t_0Ewv5DJ:{rotate:45}},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1a0vdig\",\"data-framer-name\":\"Horizontal\",layoutDependency:layoutDependency,layoutId:\"QPhdCTaWO\",style:{backgroundColor:\"var(--token-74955769-8c08-4701-a628-275acb623829, rgb(29, 29, 29))\"}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-4l7gyq\",\"data-framer-name\":\"Vertical\",layoutDependency:layoutDependency,layoutId:\"FwuIEfzut\",style:{backgroundColor:\"var(--token-74955769-8c08-4701-a628-275acb623829, rgb(29, 29, 29))\"}})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-jSJ5c.framer-s8uqai, .framer-jSJ5c .framer-s8uqai { display: block; }\",\".framer-jSJ5c.framer-sh3bex { cursor: pointer; height: 44px; overflow: hidden; position: relative; width: 44px; }\",\".framer-jSJ5c .framer-100blfn { flex: none; height: 20px; left: calc(50.00000000000002% - 20px / 2); overflow: visible; position: absolute; top: calc(50.00000000000002% - 20px / 2); width: 20px; }\",\".framer-jSJ5c .framer-1a0vdig { flex: none; height: 2px; left: 0px; overflow: hidden; position: absolute; right: 0px; top: calc(50.00000000000002% - 2px / 2); }\",\".framer-jSJ5c .framer-4l7gyq { bottom: 0px; flex: none; left: calc(50.00000000000002% - 2px / 2); overflow: hidden; position: absolute; top: 0px; width: 2px; }\",\".framer-jSJ5c.framer-v-tq5wec.framer-sh3bex { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 44px); }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 44\n * @framerIntrinsicWidth 44\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"t_0Ewv5DJ\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"XKaY3MrGu\":\"tap\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerobWFRgKmL=withCSS(Component,css,\"framer-jSJ5c\");export default FramerobWFRgKmL;FramerobWFRgKmL.displayName=\"icon/plus open-close\";FramerobWFRgKmL.defaultProps={height:44,width:44};addPropertyControls(FramerobWFRgKmL,{variant:{options:[\"ACm5iDUE2\",\"t_0Ewv5DJ\"],optionTitles:[\"Menu\",\"Close\"],title:\"Variant\",type:ControlType.Enum},XKaY3MrGu:{title:\"Tap\",type:ControlType.EventHandler}});addFonts(FramerobWFRgKmL,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerobWFRgKmL\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"44\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"t_0Ewv5DJ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"44\",\"framerVariables\":\"{\\\"XKaY3MrGu\\\":\\\"tap\\\"}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./obWFRgKmL.map", "// Generated by Framer (3ae0a1a)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,Link,RichText,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/EpcI3vy6O80KvhlDWKx5/9118mC5gqHxGSsIUqaQc/PlkbksauN.js\";const enabledGestures={h008VSfnM:{hover:true},kxDXoRmvo:{hover:true},oKn8J5IYw:{hover:true}};const cycleOrder=[\"h008VSfnM\",\"oKn8J5IYw\",\"kxDXoRmvo\"];const serializationHash=\"framer-6o6c5\";const variantClassNames={h008VSfnM:\"framer-v-bdzsad\",kxDXoRmvo:\"framer-v-1qh7fap\",oKn8J5IYw:\"framer-v-avh9sx\"};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(React.Fragment);const humanReadableVariantMap={Desktop:\"h008VSfnM\",mobile:\"kxDXoRmvo\",Tablet:\"oKn8J5IYw\"};const getProps=({height,id,lenketekst,link,width,...props})=>{var _ref,_humanReadableVariantMap_props_variant,_ref1;return{...props,f_OwV8ObP:(_ref=lenketekst!==null&&lenketekst!==void 0?lenketekst:props.f_OwV8ObP)!==null&&_ref!==void 0?_ref:\"Prosjekter\",variant:(_ref1=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref1!==void 0?_ref1:\"h008VSfnM\",YYq3KM5eq:link!==null&&link!==void 0?link:props.YYq3KM5eq};};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,f_OwV8ObP,YYq3KM5eq,...restProps}=getProps(props);const{baseVariant,classNames,gestureHandlers,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"h008VSfnM\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);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:YYq3KM5eq,children:/*#__PURE__*/_jsx(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-bdzsad\",className,classNames)} framer-1rd8l60`,\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"h008VSfnM\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({\"h008VSfnM-hover\":{\"data-framer-name\":undefined},\"kxDXoRmvo-hover\":{\"data-framer-name\":undefined},\"oKn8J5IYw-hover\":{\"data-framer-name\":undefined},kxDXoRmvo:{\"data-framer-name\":\"mobile\"},oKn8J5IYw:{\"data-framer-name\":\"Tablet\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1h3lep9\",\"data-framer-name\":\"text wrapper\",layoutDependency:layoutDependency,layoutId:\"AUJ1GgyLO\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1e57sqn\",layoutDependency:layoutDependency,layoutId:\"OeC5C3gGG\",style:{background:'linear-gradient(180deg, rgba(31, 31, 31, 0) 90.66019144144143%, var(--token-74955769-8c08-4701-a628-275acb623829, rgb(31, 31, 31)) /* {\"name\":\"svart 70 - TEKST\"} */ 90.7252956081081%)'},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-13kd7ds\",\"data-styles-preset\":\"PlkbksauN\",children:\"Prosjekter\"})}),className:\"framer-cjtm82\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"ILw_6QbKl\",text:f_OwV8ObP,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({kxDXoRmvo:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{className:\"framer-styles-preset-13kd7ds\",\"data-styles-preset\":\"PlkbksauN\",children:\"Prosjekter\"})})},oKn8J5IYw:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{className:\"framer-styles-preset-13kd7ds\",\"data-styles-preset\":\"PlkbksauN\",children:\"Prosjekter\"})})}},baseVariant,gestureVariant)})})})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-6o6c5.framer-1rd8l60, .framer-6o6c5 .framer-1rd8l60 { display: block; }\",\".framer-6o6c5.framer-bdzsad { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: visible; padding: 0px 40px 0px 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-6o6c5 .framer-1h3lep9 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-6o6c5 .framer-1e57sqn { 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: min-content; }\",\".framer-6o6c5 .framer-cjtm82 { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-6o6c5.framer-bdzsad, .framer-6o6c5 .framer-1h3lep9, .framer-6o6c5 .framer-1e57sqn { gap: 0px; } .framer-6o6c5.framer-bdzsad > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-6o6c5.framer-bdzsad > :first-child, .framer-6o6c5 .framer-1h3lep9 > :first-child, .framer-6o6c5 .framer-1e57sqn > :first-child { margin-left: 0px; } .framer-6o6c5.framer-bdzsad > :last-child, .framer-6o6c5 .framer-1h3lep9 > :last-child, .framer-6o6c5 .framer-1e57sqn > :last-child { margin-right: 0px; } .framer-6o6c5 .framer-1h3lep9 > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-6o6c5 .framer-1e57sqn > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } }\",\".framer-6o6c5.framer-v-avh9sx.framer-bdzsad { gap: 16px; padding: 0px 26px 0px 0px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-6o6c5.framer-v-avh9sx.framer-bdzsad { gap: 0px; } .framer-6o6c5.framer-v-avh9sx.framer-bdzsad > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-6o6c5.framer-v-avh9sx.framer-bdzsad > :first-child { margin-left: 0px; } .framer-6o6c5.framer-v-avh9sx.framer-bdzsad > :last-child { margin-right: 0px; } }\",\".framer-6o6c5.framer-v-1qh7fap.framer-bdzsad { gap: 12px; padding: 0px 0px 0px 20px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-6o6c5.framer-v-1qh7fap.framer-bdzsad { gap: 0px; } .framer-6o6c5.framer-v-1qh7fap.framer-bdzsad > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } .framer-6o6c5.framer-v-1qh7fap.framer-bdzsad > :first-child { margin-left: 0px; } .framer-6o6c5.framer-v-1qh7fap.framer-bdzsad > :last-child { margin-right: 0px; } }\",\".framer-6o6c5.framer-v-bdzsad.hover.framer-bdzsad { gap: 64px; padding: 0px 0px 0px 40px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-6o6c5.framer-v-bdzsad.hover.framer-bdzsad { gap: 0px; } .framer-6o6c5.framer-v-bdzsad.hover.framer-bdzsad > * { margin: 0px; margin-left: calc(64px / 2); margin-right: calc(64px / 2); } .framer-6o6c5.framer-v-bdzsad.hover.framer-bdzsad > :first-child { margin-left: 0px; } .framer-6o6c5.framer-v-bdzsad.hover.framer-bdzsad > :last-child { margin-right: 0px; } }\",\".framer-6o6c5.framer-v-avh9sx.hover.framer-bdzsad { padding: 0px 0px 0px 16px; }\",\".framer-6o6c5.framer-v-1qh7fap.hover.framer-bdzsad { gap: 32px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-6o6c5.framer-v-1qh7fap.hover.framer-bdzsad { gap: 0px; } .framer-6o6c5.framer-v-1qh7fap.hover.framer-bdzsad > * { margin: 0px; margin-left: calc(32px / 2); margin-right: calc(32px / 2); } .framer-6o6c5.framer-v-1qh7fap.hover.framer-bdzsad > :first-child { margin-left: 0px; } .framer-6o6c5.framer-v-1qh7fap.hover.framer-bdzsad > :last-child { margin-right: 0px; } }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 79\n * @framerIntrinsicWidth 366\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"oKn8J5IYw\":{\"layout\":[\"auto\",\"auto\"]},\"kxDXoRmvo\":{\"layout\":[\"auto\",\"auto\"]},\"rnVI7R9qe\":{\"layout\":[\"auto\",\"auto\"]},\"l06V8Yewt\":{\"layout\":[\"auto\",\"auto\"]},\"rKHx0QmZY\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"f_OwV8ObP\":\"lenketekst\",\"YYq3KM5eq\":\"link\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FrameruW1zSW3xW=withCSS(Component,css,\"framer-6o6c5\");export default FrameruW1zSW3xW;FrameruW1zSW3xW.displayName=\"button/Underlined giant\";FrameruW1zSW3xW.defaultProps={height:79,width:366};addPropertyControls(FrameruW1zSW3xW,{variant:{options:[\"h008VSfnM\",\"oKn8J5IYw\",\"kxDXoRmvo\"],optionTitles:[\"Desktop\",\"Tablet\",\"mobile\"],title:\"Variant\",type:ControlType.Enum},f_OwV8ObP:{defaultValue:\"Prosjekter\",displayTextArea:false,title:\"Lenketekst\",type:ControlType.String},YYq3KM5eq:{title:\"Link\",type:ControlType.Link}});addFonts(FrameruW1zSW3xW,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://app.framerstatic.com/Inter-Regular.cyrillic-ext-CFTLRB35.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://app.framerstatic.com/Inter-Regular.cyrillic-KKLZBALH.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-ext-ULEBLIFV.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-IRHSNFQB.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://app.framerstatic.com/Inter-Regular.latin-ext-VZDUGU3Q.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://app.framerstatic.com/Inter-Regular.latin-JLQMKCHE.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://app.framerstatic.com/Inter-Regular.vietnamese-QK7VSWXK.woff2\",weight:\"400\"}]},...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameruW1zSW3xW\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"oKn8J5IYw\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"kxDXoRmvo\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"rnVI7R9qe\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"l06V8Yewt\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"rKHx0QmZY\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"79\",\"framerImmutableVariables\":\"true\",\"framerVariables\":\"{\\\"f_OwV8ObP\\\":\\\"lenketekst\\\",\\\"YYq3KM5eq\\\":\\\"link\\\"}\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"366\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./uW1zSW3xW.map", "// Generated by Framer (ab6b6d5)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,ResolveLinks,useComponentViewport,useLocaleInfo,useRouter,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import ButtonUnderlinedGiant from\"https://framerusercontent.com/modules/As77izpOzfwOgwRo9y9J/UNmcenVPAn53cMIQvIez/uW1zSW3xW.js\";const ButtonUnderlinedGiantFonts=getFonts(ButtonUnderlinedGiant);const cycleOrder=[\"hs54SElry\",\"naNKIRysY\",\"UornA7gUH\"];const serializationHash=\"framer-gEF7L\";const variantClassNames={hs54SElry:\"framer-v-1flqzc7\",naNKIRysY:\"framer-v-11hdq60\",UornA7gUH:\"framer-v-1x7votn\"};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 humanReadableVariantMap={Desktop:\"hs54SElry\",mobile:\"UornA7gUH\",Tablet:\"naNKIRysY\"};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:\"hs54SElry\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Variants=motion.create(React.Fragment);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:\"hs54SElry\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const router=useRouter();const defaultLayoutId=React.useId();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.nav,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1flqzc7\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"hs54SElry\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"var(--token-7837eec9-454f-44c2-ac07-bfff45c0392e, rgb(141, 254, 120))\",...style},...addPropertyOverrides({naNKIRysY:{\"data-framer-name\":\"Tablet\"},UornA7gUH:{\"data-framer-name\":\"mobile\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"ErLLsISmf\"},implicitPathVariables:undefined},{href:{webPageId:\"ErLLsISmf\"},implicitPathVariables:undefined},{href:{webPageId:\"ErLLsISmf\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:79,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+160+0,...addPropertyOverrides({naNKIRysY:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+120+0},UornA7gUH:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+120+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-y4sbdd-container\",layoutDependency:layoutDependency,layoutId:\"HlLFTLATO-container\",children:/*#__PURE__*/_jsx(ButtonUnderlinedGiant,{f_OwV8ObP:\"Prosjekter\",height:\"100%\",id:\"HlLFTLATO\",layoutId:\"HlLFTLATO\",variant:\"h008VSfnM\",width:\"100%\",YYq3KM5eq:resolvedLinks[0],...addPropertyOverrides({naNKIRysY:{YYq3KM5eq:resolvedLinks[1]},UornA7gUH:{YYq3KM5eq:resolvedLinks[2]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"VtiYjJFD9\"},implicitPathVariables:undefined},{href:{webPageId:\"VtiYjJFD9\"},implicitPathVariables:undefined},{href:{webPageId:\"VtiYjJFD9\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:79,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+160+103,...addPropertyOverrides({naNKIRysY:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+120+103},UornA7gUH:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+120+103}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-f2k3s4-container\",layoutDependency:layoutDependency,layoutId:\"ERnneIJuo-container\",children:/*#__PURE__*/_jsx(ButtonUnderlinedGiant,{f_OwV8ObP:\"Om oss\",height:\"100%\",id:\"ERnneIJuo\",layoutId:\"ERnneIJuo\",variant:\"h008VSfnM\",width:\"100%\",YYq3KM5eq:resolvedLinks1[0],...addPropertyOverrides({naNKIRysY:{YYq3KM5eq:resolvedLinks1[1]},UornA7gUH:{YYq3KM5eq:resolvedLinks1[2]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"RSfPJjtBi\"},implicitPathVariables:undefined},{href:{webPageId:\"RSfPJjtBi\"},implicitPathVariables:undefined},{href:{webPageId:\"RSfPJjtBi\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:79,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+160+206,...addPropertyOverrides({naNKIRysY:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+120+206},UornA7gUH:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+120+206}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-zxo86w-container\",layoutDependency:layoutDependency,layoutId:\"CpJGRv7lt-container\",children:/*#__PURE__*/_jsx(ButtonUnderlinedGiant,{f_OwV8ObP:\"Tjenester\",height:\"100%\",id:\"CpJGRv7lt\",layoutId:\"CpJGRv7lt\",variant:\"h008VSfnM\",width:\"100%\",YYq3KM5eq:resolvedLinks2[0],...addPropertyOverrides({naNKIRysY:{YYq3KM5eq:resolvedLinks2[1]},UornA7gUH:{YYq3KM5eq:resolvedLinks2[2]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:79,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+160+309,...addPropertyOverrides({naNKIRysY:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+120+309},UornA7gUH:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+120+309}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-4c70z2-container\",layoutDependency:layoutDependency,layoutId:\"TCHOTVemD-container\",children:/*#__PURE__*/_jsx(ButtonUnderlinedGiant,{f_OwV8ObP:\"post@innoventi.no\",height:\"100%\",id:\"TCHOTVemD\",layoutId:\"TCHOTVemD\",variant:\"h008VSfnM\",width:\"100%\",YYq3KM5eq:\"mailto:post@innventi.no\"})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-gEF7L.framer-1d2drtf, .framer-gEF7L .framer-1d2drtf { display: block; }\",\".framer-gEF7L.framer-1flqzc7 { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: 800px; justify-content: flex-start; overflow: hidden; padding: 160px 40px 40px 40px; position: relative; width: min-content; }\",\".framer-gEF7L .framer-y4sbdd-container, .framer-gEF7L .framer-f2k3s4-container, .framer-gEF7L .framer-zxo86w-container, .framer-gEF7L .framer-4c70z2-container { flex: none; height: auto; position: relative; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-gEF7L.framer-1flqzc7 { gap: 0px; } .framer-gEF7L.framer-1flqzc7 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-gEF7L.framer-1flqzc7 > :first-child { margin-top: 0px; } .framer-gEF7L.framer-1flqzc7 > :last-child { margin-bottom: 0px; } }\",\".framer-gEF7L.framer-v-11hdq60.framer-1flqzc7, .framer-gEF7L.framer-v-1x7votn.framer-1flqzc7 { padding: 120px 40px 40px 40px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 800\n * @framerIntrinsicWidth 682.5\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"fixed\"]},\"naNKIRysY\":{\"layout\":[\"auto\",\"fixed\"]},\"UornA7gUH\":{\"layout\":[\"auto\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerSYVC6y92a=withCSS(Component,css,\"framer-gEF7L\");export default FramerSYVC6y92a;FramerSYVC6y92a.displayName=\"top menu Sidebar\";FramerSYVC6y92a.defaultProps={height:800,width:682.5};addPropertyControls(FramerSYVC6y92a,{variant:{options:[\"hs54SElry\",\"naNKIRysY\",\"UornA7gUH\"],optionTitles:[\"Desktop\",\"Tablet\",\"mobile\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerSYVC6y92a,[{explicitInter:true,fonts:[]},...ButtonUnderlinedGiantFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerSYVC6y92a\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"800\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"682.5\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"naNKIRysY\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"UornA7gUH\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./SYVC6y92a.map", "// Generated by Framer (ab6b6d5)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,Link,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{withViewportHeightMinus80}from\"https://framerusercontent.com/modules/Int0NlyYK3IGAO6Qqjy3/apz93y0hXrV3ymiVc4Y4/set_sizes.js\";import{withToggleScroll}from\"https://framerusercontent.com/modules/jGGTDDJ13qK6vDOjW2kx/iHFDVM6xmlmjeWSd9xY2/ToggleScroll.js\";import IconPlusOpenClose from\"https://framerusercontent.com/modules/enMTOjD8NogEqDYZI2lG/gdIYBTz4OU5R34bFndik/obWFRgKmL.js\";import TopMenuSidebar from\"https://framerusercontent.com/modules/2ynDMC5xE18P637I2tJq/zv0btCapHkivYH5RM1q8/SYVC6y92a.js\";const IconPlusOpenCloseFonts=getFonts(IconPlusOpenClose);const MotionDivWithToggleScroll=withToggleScroll(motion.div);const TopMenuSidebarFonts=getFonts(TopMenuSidebar);const MotionDivWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(motion.div));const MotionDivWithViewportHeightMinus80=withViewportHeightMinus80(motion.div);const cycleOrder=[\"EWPZzT5v1\",\"kcB5K2yjg\",\"lHFbo3tVO\",\"ukSxi7b_n\"];const serializationHash=\"framer-oreiu\";const variantClassNames={EWPZzT5v1:\"framer-v-60682g\",kcB5K2yjg:\"framer-v-487w2w\",lHFbo3tVO:\"framer-v-juvcmm\",ukSxi7b_n:\"framer-v-1rmpdlo\"};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={duration:0,type:\"tween\"};const transition2={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 transition3={delay:0,duration:.3,ease:[.44,0,.56,1],type:\"tween\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition3,x:0,y:0};const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:600,y:0};const humanReadableVariantMap={\"desktop/default\":\"EWPZzT5v1\",\"desktop/open\":\"kcB5K2yjg\",\"mobile/default\":\"lHFbo3tVO\",\"mobile/open\":\"ukSxi7b_n\"};const getProps=({height,id,tap,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,Jwj1f5GtB:tap!==null&&tap!==void 0?tap:props.Jwj1f5GtB,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"EWPZzT5v1\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Variants=motion.create(React.Fragment);const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,Jwj1f5GtB,dV8qQAh7JAVIwHiSbx,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"EWPZzT5v1\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const XKaY3MrGu362ss7=activeVariantCallback(async(...args)=>{if(Jwj1f5GtB){const res=await Jwj1f5GtB(...args);if(res===false)return false;}setVariant(\"kcB5K2yjg\");});const XKaY3MrGu1aqpezb=activeVariantCallback(async(...args)=>{if(Jwj1f5GtB){const res=await Jwj1f5GtB(...args);if(res===false)return false;}setVariant(\"EWPZzT5v1\");});const XKaY3MrGu6b6xke=activeVariantCallback(async(...args)=>{if(Jwj1f5GtB){const res=await Jwj1f5GtB(...args);if(res===false)return false;}setVariant(\"ukSxi7b_n\");});const XKaY3MrGu2m0a57=activeVariantCallback(async(...args)=>{if(Jwj1f5GtB){const res=await Jwj1f5GtB(...args);if(res===false)return false;}setVariant(\"lHFbo3tVO\");});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const isDisplayed=()=>{if([\"kcB5K2yjg\",\"ukSxi7b_n\"].includes(baseVariant))return true;return false;};const defaultLayoutId=React.useId();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(scopingClassNames,\"framer-60682g\",className,classNames),\"data-framer-name\":\"desktop/default\",layoutDependency:layoutDependency,layoutId:\"EWPZzT5v1\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({kcB5K2yjg:{\"data-framer-name\":\"desktop/open\"},lHFbo3tVO:{\"data-framer-name\":\"mobile/default\"},ukSxi7b_n:{\"data-framer-name\":\"mobile/open\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1cszga9\",\"data-framer-name\":\"innoventi logo\",layoutDependency:layoutDependency,layoutId:\"NSYVgGNPv\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"sdvbIpfhZ\"},nodeId:\"QLiwbERBY\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-cid1zm framer-1yojzhu\",\"data-framer-name\":\"svart logo\",fill:dV8qQAh7JAVIwHiSbx,intrinsicHeight:101,intrinsicWidth:88,layoutDependency:layoutDependency,layoutId:\"QLiwbERBY\",svg:'<svg data-name=\"Layer 2\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 87.85 101.44\"><path d=\"M43.93 0 0 25.36v50.72l43.93 25.36 43.92-25.36V25.36L43.93 0ZM27.17 31.38h4.32v5.01h-4.32v-5.01Zm11.46 31.93H20.06v-3.88h7.19V43.97h-5.51v-3.92h9.63v19.38h7.27v3.88Zm21.89 0H56.4V48.39c0-4.32-.95-5.86-3.61-5.86-3.44 0-5.41 2.53-5.41 6.94V63.3h-4.12V39.26h3.96v2.7c1.45-2.34 3.49-3.53 6.09-3.53 2.97 0 5.14 1.16 6.29 3.34.85 1.59.92 3.42.92 5.83v15.7Zm9.68-.14h-4.32v-5.01h4.32v5.01Z\" data-name=\"Layer 1\"/></svg>',withExternalLayout:true})})}),/*#__PURE__*/_jsx(MotionDivWithToggleScroll,{className:\"framer-1dgtrtr\",\"data-framer-name\":\"menu icon\",layoutDependency:layoutDependency,layoutId:\"WqdkyW74P\",children:/*#__PURE__*/_jsx(Transition,{...addPropertyOverrides({kcB5K2yjg:{value:transition2},ukSxi7b_n:{value:transition2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,width:\"44px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||100)-72+10658141036401503e-30,...addPropertyOverrides({kcB5K2yjg:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+28+0},lHFbo3tVO:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||80)*.5125000000000002-22)+0},ukSxi7b_n:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+19+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1qtfzie-container\",\"data-framer-name\":\"Menu Icon\",layoutDependency:layoutDependency,layoutId:\"ICUXz1Ua9-container\",name:\"Menu Icon\",children:/*#__PURE__*/_jsx(IconPlusOpenClose,{height:\"100%\",id:\"ICUXz1Ua9\",layoutId:\"ICUXz1Ua9\",name:\"Menu Icon\",style:{height:\"100%\",width:\"100%\"},variant:\"ACm5iDUE2\",width:\"100%\",XKaY3MrGu:XKaY3MrGu362ss7,...addPropertyOverrides({kcB5K2yjg:{variant:\"t_0Ewv5DJ\",XKaY3MrGu:XKaY3MrGu1aqpezb},lHFbo3tVO:{XKaY3MrGu:XKaY3MrGu6b6xke},ukSxi7b_n:{variant:\"t_0Ewv5DJ\",XKaY3MrGu:XKaY3MrGu2m0a57}},baseVariant,gestureVariant)})})})})}),isDisplayed()&&/*#__PURE__*/_jsxs(MotionDivWithViewportHeightMinus80,{className:\"framer-1w5yqwx\",\"data-framer-name\":\"flyout menu\",layoutDependency:layoutDependency,layoutId:\"Zf6KfqTuW\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({kcB5K2yjg:{height:244,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+0},ukSxi7b_n:{height:244,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(MotionDivWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation,className:\"framer-1kvpwq-container\",\"data-framer-appear-id\":\"1kvpwq\",initial:animation1,layoutDependency:layoutDependency,layoutId:\"kx4csGkMy-container\",optimized:true,style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(TopMenuSidebar,{height:\"100%\",id:\"kx4csGkMy\",layoutId:\"kx4csGkMy\",style:{height:\"100%\"},variant:\"hs54SElry\",width:\"100%\"})})}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-rwzxc\",\"data-framer-name\":\"backdrop\",layoutDependency:layoutDependency,layoutId:\"yp_6sJCBI\",style:{backgroundColor:\"var(--token-2337b295-ee99-42ef-bc06-8b50cfe361fa, rgba(29, 29, 29, 0.4))\"}})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-oreiu.framer-1yojzhu, .framer-oreiu .framer-1yojzhu { display: block; }\",\".framer-oreiu.framer-60682g { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 100px; justify-content: flex-start; overflow: hidden; padding: 0px 48px 0px 48px; position: relative; width: 1326px; }\",\".framer-oreiu .framer-1cszga9 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 40px; justify-content: flex-start; left: 48px; overflow: visible; padding: 0px; position: absolute; top: 30px; width: 40px; z-index: 1; }\",\".framer-oreiu .framer-cid1zm { flex: none; height: 40px; position: relative; text-decoration: none; width: 35px; }\",\".framer-oreiu .framer-1dgtrtr { bottom: 28px; flex: none; height: 44px; overflow: visible; position: absolute; right: 40px; width: 44px; }\",\".framer-oreiu .framer-1qtfzie-container { flex: none; height: 44px; left: calc(50.00000000000002% - 44px / 2); position: absolute; top: calc(50.00000000000002% - 44px / 2); width: 44px; z-index: 5; }\",\".framer-oreiu .framer-1w5yqwx { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 74px; height: 244px; justify-content: flex-start; overflow: visible; padding: 40px; position: relative; width: 100%; z-index: 1; }\",\".framer-oreiu .framer-1kvpwq-container { flex: none; height: 100%; position: absolute; right: -48px; top: 0px; width: auto; z-index: 7; }\",\".framer-oreiu .framer-rwzxc { bottom: 0px; flex: none; left: 0px; overflow: visible; position: absolute; right: 0px; top: -63px; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-oreiu.framer-60682g, .framer-oreiu .framer-1cszga9, .framer-oreiu .framer-1w5yqwx { gap: 0px; } .framer-oreiu.framer-60682g > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-oreiu.framer-60682g > :first-child, .framer-oreiu .framer-1w5yqwx > :first-child { margin-top: 0px; } .framer-oreiu.framer-60682g > :last-child, .framer-oreiu .framer-1w5yqwx > :last-child { margin-bottom: 0px; } .framer-oreiu .framer-1cszga9 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-oreiu .framer-1cszga9 > :first-child { margin-left: 0px; } .framer-oreiu .framer-1cszga9 > :last-child { margin-right: 0px; } .framer-oreiu .framer-1w5yqwx > * { margin: 0px; margin-bottom: calc(74px / 2); margin-top: calc(74px / 2); } }\",\".framer-oreiu.framer-v-487w2w.framer-60682g { gap: 0px; min-height: calc(var(--framer-viewport-height, 100vh) * 1); padding: 0px; }\",\".framer-oreiu.framer-v-487w2w .framer-1dgtrtr { bottom: unset; top: 28px; z-index: 10; }\",\".framer-oreiu.framer-v-487w2w .framer-1qtfzie-container, .framer-oreiu.framer-v-1rmpdlo .framer-1qtfzie-container { left: unset; right: 0px; top: 0px; z-index: 10; }\",\".framer-oreiu.framer-v-487w2w .framer-1w5yqwx, .framer-oreiu.framer-v-1rmpdlo .framer-1w5yqwx { overflow: hidden; }\",\".framer-oreiu.framer-v-487w2w .framer-1kvpwq-container, .framer-oreiu.framer-v-1rmpdlo .framer-1kvpwq-container { order: 1; }\",\".framer-oreiu.framer-v-487w2w .framer-rwzxc, .framer-oreiu.framer-v-1rmpdlo .framer-rwzxc { order: 0; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-oreiu.framer-v-487w2w.framer-60682g { gap: 0px; } .framer-oreiu.framer-v-487w2w.framer-60682g > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-oreiu.framer-v-487w2w.framer-60682g > :first-child { margin-top: 0px; } .framer-oreiu.framer-v-487w2w.framer-60682g > :last-child { margin-bottom: 0px; } }\",\".framer-oreiu.framer-v-juvcmm.framer-60682g { height: 80px; }\",\".framer-oreiu.framer-v-juvcmm .framer-1cszga9 { aspect-ratio: 0.875 / 1; bottom: 20px; height: unset; left: 20px; top: 20px; width: var(--framer-aspect-ratio-supported, 22px); }\",\".framer-oreiu.framer-v-juvcmm .framer-1dgtrtr { bottom: unset; right: 8px; top: calc(51.250000000000014% - 44px / 2); }\",\".framer-oreiu.framer-v-juvcmm .framer-1qtfzie-container { bottom: 0px; height: unset; left: unset; right: 0px; top: 0px; z-index: 10; }\",\".framer-oreiu.framer-v-1rmpdlo.framer-60682g { gap: 0px; height: 800px; min-height: calc(var(--framer-viewport-height, 100vh) * 1); padding: 0px; }\",\".framer-oreiu.framer-v-1rmpdlo .framer-1cszga9 { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 40px); left: 20px; top: 20px; width: 35px; }\",\".framer-oreiu.framer-v-1rmpdlo .framer-1dgtrtr { bottom: unset; right: 8px; top: 19px; z-index: 10; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-oreiu.framer-v-1rmpdlo.framer-60682g { gap: 0px; } .framer-oreiu.framer-v-1rmpdlo.framer-60682g > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-oreiu.framer-v-1rmpdlo.framer-60682g > :first-child { margin-top: 0px; } .framer-oreiu.framer-v-1rmpdlo.framer-60682g > :last-child { margin-bottom: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 100\n * @framerIntrinsicWidth 1326\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"kcB5K2yjg\":{\"layout\":[\"fixed\",\"fixed\"],\"constraints\":[null,null,\"100vh\",null]},\"lHFbo3tVO\":{\"layout\":[\"fixed\",\"fixed\"]},\"ukSxi7b_n\":{\"layout\":[\"fixed\",\"fixed\"],\"constraints\":[null,null,\"100vh\",null]}}}\n * @framerVariables {\"Jwj1f5GtB\":\"tap\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerqAS0VlbFD=withCSS(Component,css,\"framer-oreiu\");export default FramerqAS0VlbFD;FramerqAS0VlbFD.displayName=\"top menu with flyout\";FramerqAS0VlbFD.defaultProps={height:100,width:1326};addPropertyControls(FramerqAS0VlbFD,{variant:{options:[\"EWPZzT5v1\",\"kcB5K2yjg\",\"lHFbo3tVO\",\"ukSxi7b_n\"],optionTitles:[\"desktop/default\",\"desktop/open\",\"mobile/default\",\"mobile/open\"],title:\"Variant\",type:ControlType.Enum},Jwj1f5GtB:{title:\"Tap\",type:ControlType.EventHandler}});addFonts(FramerqAS0VlbFD,[{explicitInter:true,fonts:[]},...IconPlusOpenCloseFonts,...TopMenuSidebarFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerqAS0VlbFD\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"Jwj1f5GtB\\\":\\\"tap\\\"}\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"1326\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"kcB5K2yjg\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"],\\\"constraints\\\":[null,null,\\\"100vh\\\",null]},\\\"lHFbo3tVO\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"ukSxi7b_n\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"],\\\"constraints\\\":[null,null,\\\"100vh\\\",null]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"100\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./qAS0VlbFD.map"],
  "mappings": "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",
  "names": ["withViewportHeightMinus80", "Component", "props", "navBarHeight", "height", "setHeight", "ye", "window", "ue", "handleResize", "p", "withToggleScroll", "Component", "props", "bodyElement", "pe", "ue", "_document", "p", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "tap", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "XKaY3MrGu", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap139kcl1", "args", "onTap8hc8i", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "u", "css", "FramerobWFRgKmL", "withCSS", "obWFRgKmL_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", "height", "id", "lenketekst", "link", "width", "props", "_ref", "_humanReadableVariantMap_props_variant", "_ref1", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "f_OwV8ObP", "YYq3KM5eq", "restProps", "baseVariant", "classNames", "gestureHandlers", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "cx", "RichText", "css", "FrameruW1zSW3xW", "withCSS", "uW1zSW3xW_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "ButtonUnderlinedGiantFonts", "getFonts", "uW1zSW3xW_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Variants", "motion", "x", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "ref1", "pe", "router", "useRouter", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "ResolveLinks", "resolvedLinks", "ComponentViewportProvider", "resolvedLinks1", "resolvedLinks2", "css", "FramerSYVC6y92a", "withCSS", "SYVC6y92a_default", "addPropertyControls", "ControlType", "addFonts", "IconPlusOpenCloseFonts", "getFonts", "obWFRgKmL_default", "MotionDivWithToggleScroll", "withToggleScroll", "motion", "TopMenuSidebarFonts", "SYVC6y92a_default", "MotionDivWithFXWithOptimizedAppearEffect", "withOptimizedAppearEffect", "withFX", "MotionDivWithViewportHeightMinus80", "withViewportHeightMinus80", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "transition3", "animation", "animation1", "humanReadableVariantMap", "getProps", "height", "id", "tap", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Variants", "x", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "Jwj1f5GtB", "dV8qQAh7JAVIwHiSbx", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "XKaY3MrGu362ss7", "args", "XKaY3MrGu1aqpezb", "XKaY3MrGu6b6xke", "XKaY3MrGu2m0a57", "scopingClassNames", "cx", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "Link", "SVG", "ComponentViewportProvider", "css", "FramerqAS0VlbFD", "withCSS", "qAS0VlbFD_default", "addPropertyControls", "ControlType", "addFonts"]
}
