{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/cuKUFdzXlhvw8OVOBeAc/T08RxQJ4qrs7LLc8wx4E/border.js", "ssg:https://framerusercontent.com/modules/9muYaW1MvHoRQJ0P7dkP/V2GVvLqiMxXRSxszkCSa/focus.js", "ssg:https://framerusercontent.com/modules/YfmtnpWjJrP37sQ18QUZ/9Y2P24U2SBIbf2fPVsOX/hover.js", "ssg:https://framerusercontent.com/modules/wjZLfSMaP1TvJDu5PCwr/6SPClu354QJPCp6Xj5C0/padding.js", "ssg:https://framerusercontent.com/modules/N6MwtHbWoiZJNn1xpqxu/58OHv7BfCzgeBhiv1TYu/radius.js", "ssg:https://framerusercontent.com/modules/57FhkldN9P7x88MqAEaR/UfMN9oeTJKQqVQHIwZ5z/LocaleSelector.js", "ssg:https://framerusercontent.com/modules/FrCVhQJXjCq9nrnNiLWY/tm2dHfGQEJ6sHCCodZwF/JnXutfc3u-0.js", "ssg:https://framerusercontent.com/modules/FrCVhQJXjCq9nrnNiLWY/tm2dHfGQEJ6sHCCodZwF/JnXutfc3u.js", "ssg:https://framerusercontent.com/modules/oDPNT5TbHvKCU1TEmCDT/tSqwclxj7FGaBkofcLMg/RmyYgwDCC.js", "ssg:https://framerusercontent.com/modules/T7lOfJo8tPkmRtRcNJAJ/1rYsuVQ4iirHV89DJ3ib/UdlTGeBjs-0.js", "ssg:https://framerusercontent.com/modules/T7lOfJo8tPkmRtRcNJAJ/1rYsuVQ4iirHV89DJ3ib/UdlTGeBjs.js", "ssg:https://framerusercontent.com/modules/cVKMEWQT9MPyCTRHAget/GkNCtUsfHlNqOqtCQjl3/AhNHcG_Bm.js", "ssg:https://framerusercontent.com/modules/FhU7Hl2CaFFhxEp4Pqbm/3Sb9THqz1XGY6CbsMiGV/u1Pece_6A.js", "ssg:https://framerusercontent.com/modules/QIG5zdGeD2anoFf4SLwD/TYre8A9HARyNjKEKJLP4/UdlTGeBjs.js", "ssg:https://framerusercontent.com/modules/hrpCe2H0cYLtjieJUj63/sr6ZHEXAjYwWrr1HR6qv/VOsxPUG4u.js", "ssg:https://framerusercontent.com/modules/otrUHlKfjHvD8ti1Kks9/lH5koznzueValYpeulqK/wWaGr6PF5-0.js", "ssg:https://framerusercontent.com/modules/otrUHlKfjHvD8ti1Kks9/lH5koznzueValYpeulqK/wWaGr6PF5.js", "ssg:https://framerusercontent.com/modules/3WKA0aBFefWsOG1ltRqK/HGNx0p7eg7i9tI1CEidR/wWaGr6PF5.js", "ssg:https://framerusercontent.com/modules/iDpTePSSPg0RW5tFrtoA/7diuSSEWQz0z1HmCiVqo/JnXutfc3u.js"],
  "sourcesContent": ["import{ControlType as e}from\"framer\";export function getBorderStyle({color:e,width:t=0,widthPerSide:o=!1,widthTop:d=0,widthRight:r=0,widthBottom:i=0,widthLeft:l=0,style:h=\"none\"}={}){let b={};return e?(b[\"--framer-border-color\"]=e,b.borderStyle=h,o?(b.borderTopWidth=d,b.borderRightWidth=r,b.borderBottomWidth=i,b.borderLeftWidth=l):(b.borderTopWidth=t,b.borderRightWidth=t,b.borderBottomWidth=t,b.borderLeftWidth=t)):b.border=\"none\",b;}export const borderControls={color:{type:e.Color,defaultValue:\"#444\"},width:{type:e.FusedNumber,toggleKey:\"widthPerSide\",toggleTitles:[\"Width\",\"Width per side\"],valueKeys:[\"widthTop\",\"widthRight\",\"widthBottom\",\"widthLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],defaultValue:1,min:0},style:{type:e.Enum,options:[\"solid\",\"dashed\",\"dotted\",\"double\"],optionTitles:[\"Solid\",\"Dashed\",\"Dotted\",\"double\"],defaultValue:\"solid\"}};\nexport const __FramerMetadata__ = {\"exports\":{\"borderControls\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"getBorderStyle\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"BorderOptions\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./border.map", "import{ControlType}from\"framer\";export function getFocusStyle({color,width,style,offset}={}){const result={};if(color){result[\"--framer-focus-outline\"]=`${width}px ${style} ${color}`;result[\"--framer-focus-outline-offset\"]=`${offset}px`;}return result;}export const focusControls={color:{type:ControlType.Color,defaultValue:\"#09f\"},width:{type:ControlType.Number,displayStepper:true,defaultValue:1,min:0},style:{type:ControlType.Enum,options:[\"solid\",\"dashed\",\"dotted\",\"double\"],optionTitles:[\"Solid\",\"Dashed\",\"Dotted\",\"double\"],defaultValue:\"solid\"},offset:{type:ControlType.Number,displayStepper:true}};\nexport const __FramerMetadata__ = {\"exports\":{\"focusControls\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"getFocusStyle\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"FocusOptions\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./focus.map", "import{ControlType}from\"framer\";export function getHoverStyle({fillColor,textColor,borderColor}={}){return{\"--framer-hover-background-color\":fillColor,\"--framer-hover-color\":textColor,\"--framer-hover-border-color\":borderColor};}export const hoverControls={fillColor:{type:ControlType.Color,title:\"Fill\",optional:true},textColor:{type:ControlType.Color,title:\"Text\",optional:true},borderColor:{type:ControlType.Color,title:\"Border\",optional:true}};\nexport const __FramerMetadata__ = {\"exports\":{\"HoverOptions\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"getHoverStyle\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"hoverControls\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./hover.map", "import{ControlType}from\"framer\";export function getPaddingStyle({padding=0,paddingPerSide=false,paddingTop=0,paddingRight=0,paddingBottom=0,paddingLeft=0}={}){if(paddingPerSide){return{paddingTop:paddingTop,paddingRight:paddingRight,paddingBottom:paddingBottom,paddingLeft:paddingLeft};}else{return{paddingTop:padding,paddingRight:padding,paddingBottom:padding,paddingLeft:padding};}}export const paddingControls={padding:{type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\",],valueLabels:[\"T\",\"R\",\"B\",\"L\"],defaultValue:10,min:0}};\nexport const __FramerMetadata__ = {\"exports\":{\"getPaddingStyle\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"paddingControls\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"PaddingOptions\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./padding.map", "import{ControlType}from\"framer\";export function getRadiusStyle({radius=0,radiusPerCorner=false,radiusTopLeft=0,radiusTopRight=0,radiusBottomRight=0,radiusBottomLeft=0}={}){const result={};if(radiusPerCorner){result.borderTopLeftRadius=radiusTopLeft;result.borderTopRightRadius=radiusTopRight;result.borderBottomRightRadius=radiusBottomRight;result.borderBottomLeftRadius=radiusBottomLeft;}else{result.borderTopLeftRadius=radius;result.borderTopRightRadius=radius;result.borderBottomRightRadius=radius;result.borderBottomLeftRadius=radius;}return result;}export const radiusControls={radius:{type:ControlType.FusedNumber,toggleKey:\"radiusPerConrner\",toggleTitles:[\"Radius\",\"Radius per side\"],valueKeys:[\"radiusTopLeft\",\"radiusTopRight\",\"radiusBottomRight\",\"radiusBottomLeft\",],valueLabels:[\"TL\",\"TR\",\"BR\",\"BL\"],defaultValue:10,min:0}};\nexport const __FramerMetadata__ = {\"exports\":{\"getRadiusStyle\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"radiusControls\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"RadiusOptions\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./radius.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addPropertyControls,ControlType,// @ts-ignore Internal function\nuseLocaleInfo,withCSS}from\"framer\";import{useId,useState}from\"react\";import{getBorderStyle,borderControls}from\"https://framerusercontent.com/modules/cuKUFdzXlhvw8OVOBeAc/T08RxQJ4qrs7LLc8wx4E/border.js\";import{getFocusStyle,focusControls}from\"https://framerusercontent.com/modules/9muYaW1MvHoRQJ0P7dkP/V2GVvLqiMxXRSxszkCSa/focus.js\";import{getHoverStyle,hoverControls}from\"https://framerusercontent.com/modules/YfmtnpWjJrP37sQ18QUZ/9Y2P24U2SBIbf2fPVsOX/hover.js\";import{getPaddingStyle,paddingControls}from\"https://framerusercontent.com/modules/wjZLfSMaP1TvJDu5PCwr/6SPClu354QJPCp6Xj5C0/padding.js\";import{getRadiusStyle,radiusControls}from\"https://framerusercontent.com/modules/N6MwtHbWoiZJNn1xpqxu/58OHv7BfCzgeBhiv1TYu/radius.js\";const className=\"framer-locale-picker\";function addPixel(value){if(typeof value===\"number\"){return`${value}px`;}return value;}var IconType;(function(IconType){IconType[\"Default\"]=\"default\";IconType[\"Custom\"]=\"custom\";})(IconType||(IconType={}));function Icon({type,color,image,size}){if(type===\"custom\"&&image){return /*#__PURE__*/_jsx(\"img\",{...image,width:size,height:size});}return /*#__PURE__*/_jsx(\"svg\",{xmlns:\"http://www.w3.org/2000/svg\",viewBox:\"0 0 256 256\",width:size,height:size,fill:color,children:/*#__PURE__*/_jsx(\"path\",{d:\"M128,24A104,104,0,1,0,232,128,104.11,104.11,0,0,0,128,24Zm87.63,96H175.8c-1.41-28.46-10.27-55.47-25.12-77A88.2,88.2,0,0,1,215.63,120ZM128,215.89c-18.73-20.27-30.09-49-31.77-79.89h63.54C158.09,166.87,146.73,195.62,128,215.89ZM96.23,120c1.68-30.87,13-59.62,31.77-79.89,18.73,20.27,30.09,49,31.77,79.89Zm9.09-77C90.47,64.53,81.61,91.54,80.2,120H40.37A88.2,88.2,0,0,1,105.32,43ZM40.37,136H80.2c1.41,28.46,10.27,55.47,25.12,77A88.2,88.2,0,0,1,40.37,136Zm110.31,77c14.85-21.56,23.71-48.57,25.12-77h39.83A88.2,88.2,0,0,1,150.68,213Z\"})});}var CaretType;(function(CaretType){CaretType[\"Default\"]=\"default\";CaretType[\"Custom\"]=\"custom\";})(CaretType||(CaretType={}));function Caret({type,color,image,size}){if(type===\"custom\"&&image){return /*#__PURE__*/_jsx(\"img\",{...image,width:size,height:size});}return /*#__PURE__*/_jsx(\"svg\",{xmlns:\"http://www.w3.org/2000/svg\",viewBox:\"0 0 12 12\",width:size,height:size,children:/*#__PURE__*/_jsx(\"path\",{d:\"M 2 4.5 L 6 8.5 L 10 4.5\",fill:\"none\",stroke:color,strokeWidth:1.5,strokeLinecap:\"round\",strokeLinejoin:\"round\"})});}/**\n * @framerSupportedLayoutWidth any-prefer-fixed\n * @framerSupportedLayoutHeight any\n * @framerDisableUnlink\n * @framerIntrinsicWidth 120\n * @framerIntrinsicHeight 34\n */const LocaleSelector=withCSS(({font,fillColor,textColor,icon,caret,options:{title,gap,border,hover,focus},style,...props})=>{const id=useId();const{activeLocale,locales,setLocale}=useLocaleInfo();var _activeLocale_id;const activeLocaleId=(_activeLocale_id=activeLocale===null||activeLocale===void 0?void 0:activeLocale.id)!==null&&_activeLocale_id!==void 0?_activeLocale_id:\"default\";const[lastActiveLocaleId,setLastActiveLocaleId]=useState(activeLocaleId);// The useLocaleInfo hook updates the activeLocale variable inside\n// a startTransition to load the translations with Suspense. To make\n// the component feel responsive we update our own state without Suspense.\nconst[selectedLocaleId,setSelectedLocaleId]=useState(activeLocaleId);const selectedLocale=locales.find(locale=>locale.id===selectedLocaleId);// The active locale was updated. Ensure we update our internal state as well.\nif(lastActiveLocaleId!==activeLocaleId){setLastActiveLocaleId(activeLocaleId);if(selectedLocaleId!==activeLocaleId){setSelectedLocaleId(activeLocaleId);}}function handleChange(event){const localeId=event.target.value;setSelectedLocaleId(localeId);const locale=locales.find(locale=>locale.id===localeId);setLocale(locale);}var _selectedLocale_name;return /*#__PURE__*/_jsxs(\"div\",{className:className,style:style,children:[/*#__PURE__*/_jsx(\"label\",{htmlFor:id,children:\"Select Language\"}),/*#__PURE__*/_jsx(\"select\",{id:id,value:selectedLocaleId,onChange:handleChange,// If a navigation occurs from switching locales\n// the browser can attempt to autofill the select to the last value\n// when you use browser back navigation. We don't want that.\nautoComplete:\"off\",children:locales.map(locale=>/*#__PURE__*/_jsx(\"option\",{value:locale.id,children:locale.name},locale.id))}),/*#__PURE__*/_jsxs(\"div\",{className:\"input\",style:{...font,\"--framer-background-color\":fillColor,\"--framer-color\":textColor,...getPaddingStyle(props),...getRadiusStyle(props),...getBorderStyle(border),...getHoverStyle(hover),...getFocusStyle(focus),gap},children:[icon&&/*#__PURE__*/_jsx(\"div\",{className:\"icon\",children:/*#__PURE__*/_jsx(Icon,{...icon})}),title&&/*#__PURE__*/_jsx(\"div\",{className:\"title\",children:(_selectedLocale_name=selectedLocale===null||selectedLocale===void 0?void 0:selectedLocale.name)!==null&&_selectedLocale_name!==void 0?_selectedLocale_name:\"English\"}),caret&&/*#__PURE__*/_jsx(\"div\",{className:\"caret\",children:/*#__PURE__*/_jsx(Caret,{...caret})})]})]});},[`\n            .${className} {\n                position: relative;\n            }\n        `,`\n            .${className} label {\n                position: absolute;\n                width: 1px;\n                height: 1px;\n                margin: -1px;\n                overflow: hidden;\n                white-space: nowrap;\n                clip: rect(0 0 0 0);\n                clip-path: inset(50%);\n            }\n        `,`\n            .${className} select {\n                appearance: none;\n                position: absolute;\n                opacity: 0;\n                top: 0;\n                right: 0;\n                bottom: 0;\n                left: 0;\n                cursor: inherit;\n                width: 100%;\n            }\n        `,`\n            .${className} .input {\n                display: flex;\n                justify-content: center;\n                align-items: center;\n                height: 100%;\n                pointer-events: none;\n                overflow: hidden;\n                background-color: var(--framer-background-color);\n                color: var(--framer-color);\n                border-color: var(--framer-border-color);\n            }\n        `,`\n            .${className} select:focus-visible + .input  {\n                outline: var(--framer-focus-outline, none);\n                outline-offset: var(--framer-focus-outline-offset);\n            }\n        `,`\n            .${className}:hover .input {\n                background-color: var(--framer-hover-background-color, var(--framer-background-color));\n                color: var(--framer-hover-color, var(--framer-color));\n                border-color: var(--framer-hover-border-color, var(--framer-border-color));\n            }\n        `,`\n            .${className} .title {\n                flex: 1 1 auto;\n                white-space: nowrap;\n                text-overflow: ellipsis;\n                overflow: hidden;\n            }\n        `,`\n            .${className} .icon, .${className} .caret {\n                display: flex;\n                align-items: center;\n            }\n        `]);LocaleSelector.displayName=\"Locale Selector\";addPropertyControls(LocaleSelector,{font:{// @ts-ignore\ntype:ControlType.Font,controls:\"extended\",defaultFontType:\"sans-serif\",defaultValue:{fontSize:14,lineHeight:\"1.5em\"}},fillColor:{type:ControlType.Color,title:\"Fill\",optional:true,defaultValue:\"#eee\"},textColor:{type:ControlType.Color,title:\"Text\",defaultValue:\"#000\"},...paddingControls,...radiusControls,icon:{type:ControlType.Object,buttonTitle:\"Size, Color\",optional:true,controls:{type:{type:ControlType.Enum,title:\"Icon\",options:Object.values(IconType),optionTitles:[\"Default\",\"Custom\"],displaySegmentedControl:true,defaultValue:\"default\"},color:{type:ControlType.Color,displaySegmentedControl:true,defaultValue:\"#000\",hidden:props=>props.type!==\"default\"},image:{type:ControlType.ResponsiveImage,title:\"File\",allowedFileTypes:[\"jpg\",\"png\",\"svg\"],hidden:props=>props.type!==\"custom\"},size:{type:ControlType.Number,displayStepper:true,defaultValue:18}}},caret:{type:ControlType.Object,buttonTitle:\"Size, Color\",optional:true,controls:{type:{type:ControlType.Enum,title:\"Icon\",options:Object.values(CaretType),optionTitles:[\"Default\",\"Custom\"],displaySegmentedControl:true,defaultValue:\"default\"},color:{type:ControlType.Color,displaySegmentedControl:true,defaultValue:\"#000\",hidden:props=>props.type!==\"default\"},image:{type:ControlType.ResponsiveImage,title:\"File\",allowedFileTypes:[\"jpg\",\"png\",\"svg\"],hidden:props=>props.type!==\"custom\"},size:{type:ControlType.Number,displayStepper:true,defaultValue:12}},defaultValue:{}},options:{type:ControlType.Object,title:\"Options\",buttonTitle:\"Border, Hover\",controls:{title:{type:ControlType.Boolean,defaultValue:true},gap:{type:ControlType.Number,displayStepper:true,defaultValue:5},border:{type:ControlType.Object,buttonTitle:\"Color, Width\",optional:true,controls:borderControls},hover:{type:ControlType.Object,buttonTitle:\"Fill, Border\",optional:true,controls:hoverControls},focus:{type:ControlType.Object,buttonTitle:\"Color, Width\",controls:focusControls}}}});export default LocaleSelector;\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"LocaleSelector\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutWidth\":\"any-prefer-fixed\",\"framerSupportedLayoutHeight\":\"any\",\"framerDisableUnlink\":\"* @framerIntrinsicWidth 120\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"34\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./LocaleSelector.map", "export const v0=\"Book Free Demo\";export const v1=\"Get This Template\";export const v2=\"Platform\";export const v3=\"Services\";export const v4=\"Case Studies\";export const v5=\"Prices\";export const v6=\"About us\";export const v7=\"Contact\";export const v8=\"We are hiring!\";export const v9=\"Log in\";export const v10=\"Request now\";\nexport const __FramerMetadata__ = {\"exports\":{\"v8\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v3\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v6\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v2\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v4\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v9\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v0\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v10\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v1\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v7\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v5\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (47ebf4a)\nimport*as localizedValues from\"./JnXutfc3u-0.js\";const valuesByLocaleId={bnXTGW9ms:localizedValues};export default function getLocalizedValue(key,locale){while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value)return value;}locale=locale.fallback;}}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (b0998f3)\nimport{jsx as _jsx,jsxs as _jsxs}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 sharedStyle1 from\"https://framerusercontent.com/modules/d3sw2cEnORcODecIRxK2/pcWTj0HQYn9lEBlXFt4N/ibtZK_Faz.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/oDvhYPPQaB4qLAN2jDEt/Ctxc9jsXosEuiPq5bcbI/jPFuQJAPD.js\";const enabledGestures={cGled0Bq9:{hover:true},dckZnGkxI:{hover:true},O4MrrTH2y:{hover:true},waoPp0WmC:{hover:true},x_IfHW4Df:{hover:true}};const cycleOrder=[\"O4MrrTH2y\",\"waoPp0WmC\",\"dckZnGkxI\",\"x_IfHW4Df\",\"cGled0Bq9\"];const serializationHash=\"framer-9U4eE\";const variantClassNames={cGled0Bq9:\"framer-v-u6lqqm\",dckZnGkxI:\"framer-v-1gcd8uo\",O4MrrTH2y:\"framer-v-1gz9esr\",waoPp0WmC:\"framer-v-1jea8y1\",x_IfHW4Df:\"framer-v-1lxtw3s\"};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 01\":\"O4MrrTH2y\",\"Variant 02\":\"waoPp0WmC\",\"Variant 03\":\"dckZnGkxI\",\"Variant 04\":\"x_IfHW4Df\",\"Variant 05\":\"cGled0Bq9\"};const getProps=({click,height,id,link,title,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref,_ref1;return{...props,KDLLiSelu:link!==null&&link!==void 0?link:props.KDLLiSelu,QOQG5Klla:click!==null&&click!==void 0?click:props.QOQG5Klla,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"O4MrrTH2y\",WGGYX8MOz:(_ref1=title!==null&&title!==void 0?title:props.WGGYX8MOz)!==null&&_ref1!==void 0?_ref1:\"About\"};};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,WGGYX8MOz,KDLLiSelu,QOQG5Klla,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"O4MrrTH2y\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapu9rxef=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(QOQG5Klla){const res=await QOQG5Klla(...args);if(res===false)return false;}});const ref1=React.useRef(null);const isDisplayed=()=>{if(gestureVariant===\"waoPp0WmC-hover\")return true;if(baseVariant===\"waoPp0WmC\")return true;return false;};const isDisplayed1=()=>{if(gestureVariant===\"waoPp0WmC-hover\")return false;if(baseVariant===\"waoPp0WmC\")return false;return true;};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__*/_jsx(Link,{href:KDLLiSelu,nodeId:\"O4MrrTH2y\",smoothScroll:true,children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-1gz9esr\",className,classNames)} framer-pwddjm`,\"data-framer-name\":\"Variant 01\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"O4MrrTH2y\",onTap:onTapu9rxef,ref:ref!==null&&ref!==void 0?ref:ref1,style:{borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,...style},...addPropertyOverrides({\"cGled0Bq9-hover\":{\"data-framer-name\":undefined},\"dckZnGkxI-hover\":{\"data-framer-name\":undefined},\"O4MrrTH2y-hover\":{\"data-framer-name\":undefined},\"waoPp0WmC-hover\":{\"data-framer-name\":undefined},\"x_IfHW4Df-hover\":{\"data-framer-name\":undefined},cGled0Bq9:{\"data-framer-name\":\"Variant 05\"},dckZnGkxI:{\"data-framer-name\":\"Variant 03\"},waoPp0WmC:{\"data-framer-name\":\"Variant 02\"},x_IfHW4Df:{\"data-framer-name\":\"Variant 04\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1tkkqr3\",layoutDependency:layoutDependency,layoutId:\"WFhhw6kU7\",style:{background:'linear-gradient(180deg, var(--token-0618c8d6-171d-47af-84b7-50f662037d3c, rgb(6, 103, 241)) /* {\"name\":\"Primary\"} */ 0%, var(--token-cc0bae8b-6685-4a8f-9eb4-fdf49104e472, rgb(0, 181, 252)) /* {\"name\":\"Secondary\"} */ 100%)',borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-p7cmyx\",\"data-styles-preset\":\"jPFuQJAPD\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e837ac9b-eb73-44c7-884c-0e24a08d3d91, rgb(255, 255, 255)))\"},children:\"About\"}),/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-p7cmyx\",\"data-styles-preset\":\"jPFuQJAPD\",style:{\"--framer-text-color\":\"var(--extracted-2gxw0f, var(--token-e837ac9b-eb73-44c7-884c-0e24a08d3d91, rgb(255, 255, 255)))\"},children:/*#__PURE__*/_jsx(motion.br,{className:\"trailing-break\"})})]}),className:\"framer-2mmgw0\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"WFhhw6kU7pPgk1sQgE\",style:{\"--extracted-2gxw0f\":\"var(--token-e837ac9b-eb73-44c7-884c-0e24a08d3d91, rgb(255, 255, 255))\",\"--extracted-r6o4lv\":\"var(--token-e837ac9b-eb73-44c7-884c-0e24a08d3d91, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},text:WGGYX8MOz,verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed1()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-wvpjcf\",\"data-styles-preset\":\"ibtZK_Faz\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-5284c577-2188-4541-8bfe-f65b53f320d9, rgb(12, 34, 23)))\"},children:\"About\"})}),className:\"framer-1rxecsl\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"oWgZlsuli\",style:{\"--extracted-r6o4lv\":\"var(--token-5284c577-2188-4541-8bfe-f65b53f320d9, rgb(12, 34, 23))\"},text:WGGYX8MOz,variants:{\"cGled0Bq9-hover\":{\"--extracted-r6o4lv\":\"var(--token-0618c8d6-171d-47af-84b7-50f662037d3c, rgb(5, 206, 102))\"},\"dckZnGkxI-hover\":{\"--extracted-r6o4lv\":\"var(--token-0618c8d6-171d-47af-84b7-50f662037d3c, rgb(5, 206, 102))\"},\"O4MrrTH2y-hover\":{\"--extracted-r6o4lv\":\"var(--token-0618c8d6-171d-47af-84b7-50f662037d3c, rgb(5, 206, 102))\"},\"x_IfHW4Df-hover\":{\"--extracted-r6o4lv\":\"var(--token-0618c8d6-171d-47af-84b7-50f662037d3c, rgb(5, 206, 102))\"},cGled0Bq9:{\"--extracted-r6o4lv\":\"var(--token-e837ac9b-eb73-44c7-884c-0e24a08d3d91, rgb(255, 255, 255))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"cGled0Bq9-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-wvpjcf\",\"data-styles-preset\":\"ibtZK_Faz\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-0618c8d6-171d-47af-84b7-50f662037d3c, rgb(5, 206, 102)))\"},children:\"About\"})})},\"dckZnGkxI-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-wvpjcf\",\"data-styles-preset\":\"ibtZK_Faz\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-0618c8d6-171d-47af-84b7-50f662037d3c, rgb(5, 206, 102)))\"},children:\"About\"})})},\"O4MrrTH2y-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-wvpjcf\",\"data-styles-preset\":\"ibtZK_Faz\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-0618c8d6-171d-47af-84b7-50f662037d3c, rgb(5, 206, 102)))\"},children:\"About\"})})},\"x_IfHW4Df-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-wvpjcf\",\"data-styles-preset\":\"ibtZK_Faz\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-0618c8d6-171d-47af-84b7-50f662037d3c, rgb(5, 206, 102)))\"},children:\"About\"})})},cGled0Bq9:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-wvpjcf\",\"data-styles-preset\":\"ibtZK_Faz\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e837ac9b-eb73-44c7-884c-0e24a08d3d91, rgb(255, 255, 255)))\"},children:\"About\"})})}},baseVariant,gestureVariant)})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-9U4eE.framer-pwddjm, .framer-9U4eE .framer-pwddjm { display: block; }\",\".framer-9U4eE.framer-1gz9esr { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-9U4eE .framer-1tkkqr3 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 3px 7px 3px 7px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-9U4eE .framer-2mmgw0 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-9U4eE .framer-1rxecsl { -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-9U4eE.framer-1gz9esr, .framer-9U4eE .framer-1tkkqr3 { gap: 0px; } .framer-9U4eE.framer-1gz9esr > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-9U4eE.framer-1gz9esr > :first-child, .framer-9U4eE .framer-1tkkqr3 > :first-child { margin-left: 0px; } .framer-9U4eE.framer-1gz9esr > :last-child, .framer-9U4eE .framer-1tkkqr3 > :last-child { margin-right: 0px; } .framer-9U4eE .framer-1tkkqr3 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } }\",\".framer-9U4eE.framer-v-1jea8y1 .framer-1tkkqr3 { order: 0; }\",...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 27\n * @framerIntrinsicWidth 42.5\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"waoPp0WmC\":{\"layout\":[\"auto\",\"auto\"]},\"dckZnGkxI\":{\"layout\":[\"auto\",\"auto\"]},\"x_IfHW4Df\":{\"layout\":[\"auto\",\"auto\"]},\"cGled0Bq9\":{\"layout\":[\"auto\",\"auto\"]},\"lLyV6Y2b8\":{\"layout\":[\"auto\",\"auto\"]},\"YxO_X8pTD\":{\"layout\":[\"auto\",\"auto\"]},\"VYkTBx6iw\":{\"layout\":[\"auto\",\"auto\"]},\"XB0S3tbp1\":{\"layout\":[\"auto\",\"auto\"]},\"Suc8Q6o2q\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"WGGYX8MOz\":\"title\",\"KDLLiSelu\":\"link\",\"QOQG5Klla\":\"click\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerRmyYgwDCC=withCSS(Component,css,\"framer-9U4eE\");export default FramerRmyYgwDCC;FramerRmyYgwDCC.displayName=\"Navitem\";FramerRmyYgwDCC.defaultProps={height:27,width:42.5};addPropertyControls(FramerRmyYgwDCC,{variant:{options:[\"O4MrrTH2y\",\"waoPp0WmC\",\"dckZnGkxI\",\"x_IfHW4Df\",\"cGled0Bq9\"],optionTitles:[\"Variant 01\",\"Variant 02\",\"Variant 03\",\"Variant 04\",\"Variant 05\"],title:\"Variant\",type:ControlType.Enum},WGGYX8MOz:{defaultValue:\"About\",displayTextArea:false,title:\"Title\",type:ControlType.String},KDLLiSelu:{title:\"Link\",type:ControlType.Link},QOQG5Klla:{title:\"Click\",type:ControlType.EventHandler}});addFonts(FramerRmyYgwDCC,[{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),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerRmyYgwDCC\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"27\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"waoPp0WmC\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"dckZnGkxI\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"x_IfHW4Df\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"cGled0Bq9\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"lLyV6Y2b8\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"YxO_X8pTD\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"VYkTBx6iw\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"XB0S3tbp1\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"Suc8Q6o2q\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"42.5\",\"framerVariables\":\"{\\\"WGGYX8MOz\\\":\\\"title\\\",\\\"KDLLiSelu\\\":\\\"link\\\",\\\"QOQG5Klla\\\":\\\"click\\\"}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./RmyYgwDCC.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{motion}from\"framer-motion\";import*as React from\"react\";export const v0=\"AI platform\";export const v1=\"Services\";export const v2=\"Fallstudien\";export const v3=\"\\xdcber uns\";export const v4=\"Academy\";export const v5=\"Training\";export const v6=\"Own ChatGPT\";export const v7=\"Career\";export const v8=\"Integrations\";export const v9=\"Security\";export const v10=\"Data Vault\";export const v11=\"Training & Workshops\";export const v12=\"Blog\";export const v13=\"Support Chatbot\";export const v14=\"KI Roll Out\";export const v15=\"AI cost estimation\";export const v16=\"Prices\";export const v17=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{children:\"myGPT\"})});export const v18=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{children:/*#__PURE__*/_jsx(motion.strong,{children:\"Platform\"})})});export const v19=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{children:\"Tailored and secure AI platform for companies\"})});export const v20=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{children:/*#__PURE__*/_jsx(motion.strong,{children:\"Academy\"})})});export const v21=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{children:/*#__PURE__*/_jsx(motion.strong,{children:\"Services\"})})});\nexport const __FramerMetadata__ = {\"exports\":{\"v21\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v5\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v8\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v7\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v14\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v16\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v17\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v19\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v6\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v18\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v4\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v12\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v10\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v11\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v2\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v13\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v3\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v0\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v9\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v1\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v20\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v15\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (4d21961)\nimport*as localizedValues from\"./UdlTGeBjs-0.js\";const valuesByLocaleId={bnXTGW9ms:localizedValues};export default function getLocalizedValue(key,locale){while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value)return value;}locale=locale.fallback;}}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{fontStore}from\"framer\";fontStore.loadFonts([\"FS;Satoshi-bold\",\"Inter-Bold\",\"Inter-BoldItalic\",\"Inter-Italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Satoshi\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/LAFFD4SDUCDVQEXFPDC7C53EQ4ZELWQI/PXCT3G6LO6ICM5I3NTYENYPWJAECAWDD/GHM6WVH6MILNYOOCXHXB5GTSGNTMGXZR.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://app.framerstatic.com/Inter-Bold.cyrillic-ext-XOTVL7ZR.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://app.framerstatic.com/Inter-Bold.cyrillic-6LOMBC2V.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://app.framerstatic.com/Inter-Bold.greek-ext-WXWSJXLB.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://app.framerstatic.com/Inter-Bold.greek-YRST7ODZ.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://app.framerstatic.com/Inter-Bold.latin-ext-BASA5UL3.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://app.framerstatic.com/Inter-Bold.latin-UCM45LQF.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://app.framerstatic.com/Inter-Bold.vietnamese-OEVJMXEP.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://app.framerstatic.com/Inter-BoldItalic.cyrillic-ext-PEYDHC3S.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://app.framerstatic.com/Inter-BoldItalic.cyrillic-7EIL6JWG.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://app.framerstatic.com/Inter-BoldItalic.greek-ext-3DJOYQMH.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://app.framerstatic.com/Inter-BoldItalic.greek-TJBTLTT7.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://app.framerstatic.com/Inter-BoldItalic.latin-ext-FVPCPRBJ.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://app.framerstatic.com/Inter-BoldItalic.latin-5ZFQS4XK.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://app.framerstatic.com/Inter-BoldItalic.vietnamese-W2625PGF.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://app.framerstatic.com/Inter-Italic.cyrillic-ext-YDGMJOJO.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://app.framerstatic.com/Inter-Italic.cyrillic-BFOVMAQB.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://app.framerstatic.com/Inter-Italic.greek-ext-4KOU3AHC.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://app.framerstatic.com/Inter-Italic.greek-OJTBJNE6.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://app.framerstatic.com/Inter-Italic.latin-ext-H4B22QN6.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://app.framerstatic.com/Inter-Italic.latin-2DWX32EN.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://app.framerstatic.com/Inter-Italic.vietnamese-TYMT6CKW.woff2\",weight:\"400\"}]}];export const css=['.framer-XonBF .framer-styles-preset-1ccdemz:not(.rich-text-wrapper), .framer-XonBF .framer-styles-preset-1ccdemz.rich-text-wrapper p { --framer-font-family: \"Satoshi\", \"Satoshi Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --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: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: -0.2px; --framer-line-height: 1.7em; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: #333333; --framer-text-decoration: none; --framer-text-transform: none; }'];export const className=\"framer-XonBF\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (46f1e3d)\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/cVKMEWQT9MPyCTRHAget/GkNCtUsfHlNqOqtCQjl3/AhNHcG_Bm.js\";const enabledGestures={ea1sydn0u:{hover:true},FplA8xhHJ:{hover:true},johKElCqa:{hover:true},kDPshsyuB:{hover:true},NOjL9WS5o:{hover:true}};const cycleOrder=[\"FplA8xhHJ\",\"NOjL9WS5o\",\"johKElCqa\",\"ea1sydn0u\",\"kDPshsyuB\"];const serializationHash=\"framer-wbmQK\";const variantClassNames={ea1sydn0u:\"framer-v-wzbose\",FplA8xhHJ:\"framer-v-ca9tm\",johKElCqa:\"framer-v-19rg8f5\",kDPshsyuB:\"framer-v-yr0087\",NOjL9WS5o:\"framer-v-p1zyfv\"};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={\"Variant 01\":\"FplA8xhHJ\",\"Variant 02\":\"NOjL9WS5o\",\"Variant 03\":\"johKElCqa\",\"Variant 04\":\"ea1sydn0u\",\"Variant 05\":\"kDPshsyuB\"};const getProps=({height,id,link,title,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref,_ref1;return{...props,KDLLiSelu:link!==null&&link!==void 0?link:props.KDLLiSelu,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"FplA8xhHJ\",WGGYX8MOz:(_ref1=title!==null&&title!==void 0?title:props.WGGYX8MOz)!==null&&_ref1!==void 0?_ref1:\"About\"};};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,WGGYX8MOz,KDLLiSelu,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"FplA8xhHJ\",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:KDLLiSelu,smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{...restProps,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-ca9tm\",className,classNames)} framer-ct1nck`,\"data-framer-name\":\"Variant 01\",layoutDependency:layoutDependency,layoutId:\"FplA8xhHJ\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,...style},...addPropertyOverrides({\"ea1sydn0u-hover\":{\"data-framer-name\":undefined},\"FplA8xhHJ-hover\":{\"data-framer-name\":undefined},\"johKElCqa-hover\":{\"data-framer-name\":undefined},\"kDPshsyuB-hover\":{\"data-framer-name\":undefined},\"NOjL9WS5o-hover\":{\"data-framer-name\":undefined},ea1sydn0u:{\"data-framer-name\":\"Variant 04\"},johKElCqa:{\"data-framer-name\":\"Variant 03\"},kDPshsyuB:{\"data-framer-name\":\"Variant 05\"},NOjL9WS5o:{\"data-framer-name\":\"Variant 02\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1ccdemz\",\"data-styles-preset\":\"AhNHcG_Bm\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-5284c577-2188-4541-8bfe-f65b53f320d9, rgb(12, 34, 23)))\"},children:\"About\"})}),className:\"framer-189gguc\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"gvmmzfhgf\",style:{\"--extracted-r6o4lv\":\"var(--token-5284c577-2188-4541-8bfe-f65b53f320d9, rgb(12, 34, 23))\"},text:WGGYX8MOz,variants:{\"ea1sydn0u-hover\":{\"--extracted-r6o4lv\":\"var(--token-0618c8d6-171d-47af-84b7-50f662037d3c, rgb(5, 206, 102))\"},\"FplA8xhHJ-hover\":{\"--extracted-r6o4lv\":\"var(--token-0618c8d6-171d-47af-84b7-50f662037d3c, rgb(5, 206, 102))\"},\"johKElCqa-hover\":{\"--extracted-r6o4lv\":\"var(--token-0618c8d6-171d-47af-84b7-50f662037d3c, rgb(5, 206, 102))\"},\"kDPshsyuB-hover\":{\"--extracted-r6o4lv\":\"var(--token-0618c8d6-171d-47af-84b7-50f662037d3c, rgb(5, 206, 102))\"},\"NOjL9WS5o-hover\":{\"--extracted-r6o4lv\":\"var(--token-0618c8d6-171d-47af-84b7-50f662037d3c, rgb(5, 206, 102))\"},kDPshsyuB:{\"--extracted-r6o4lv\":\"var(--token-e837ac9b-eb73-44c7-884c-0e24a08d3d91, rgb(255, 255, 255))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"ea1sydn0u-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1ccdemz\",\"data-styles-preset\":\"AhNHcG_Bm\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-0618c8d6-171d-47af-84b7-50f662037d3c, rgb(5, 206, 102)))\"},children:\"About\"})})},\"FplA8xhHJ-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1ccdemz\",\"data-styles-preset\":\"AhNHcG_Bm\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-0618c8d6-171d-47af-84b7-50f662037d3c, rgb(5, 206, 102)))\"},children:\"About\"})})},\"johKElCqa-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1ccdemz\",\"data-styles-preset\":\"AhNHcG_Bm\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-0618c8d6-171d-47af-84b7-50f662037d3c, rgb(5, 206, 102)))\"},children:\"About\"})})},\"kDPshsyuB-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1ccdemz\",\"data-styles-preset\":\"AhNHcG_Bm\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-0618c8d6-171d-47af-84b7-50f662037d3c, rgb(5, 206, 102)))\"},children:\"About\"})})},\"NOjL9WS5o-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1ccdemz\",\"data-styles-preset\":\"AhNHcG_Bm\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-0618c8d6-171d-47af-84b7-50f662037d3c, rgb(5, 206, 102)))\"},children:\"About\"})})},kDPshsyuB:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1ccdemz\",\"data-styles-preset\":\"AhNHcG_Bm\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e837ac9b-eb73-44c7-884c-0e24a08d3d91, rgb(255, 255, 255)))\"},children:\"About\"})})}},baseVariant,gestureVariant)})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-wbmQK.framer-ct1nck, .framer-wbmQK .framer-ct1nck { display: block; }\",\".framer-wbmQK.framer-ca9tm { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-wbmQK .framer-189gguc { -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-wbmQK.framer-ca9tm { gap: 0px; } .framer-wbmQK.framer-ca9tm > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-wbmQK.framer-ca9tm > :first-child { margin-left: 0px; } .framer-wbmQK.framer-ca9tm > :last-child { margin-right: 0px; } }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 34\n * @framerIntrinsicWidth 52\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"NOjL9WS5o\":{\"layout\":[\"auto\",\"auto\"]},\"johKElCqa\":{\"layout\":[\"auto\",\"auto\"]},\"ea1sydn0u\":{\"layout\":[\"auto\",\"auto\"]},\"kDPshsyuB\":{\"layout\":[\"auto\",\"auto\"]},\"M2eST7y1H\":{\"layout\":[\"auto\",\"auto\"]},\"Uyj0JR80W\":{\"layout\":[\"auto\",\"auto\"]},\"nOtrD4vBZ\":{\"layout\":[\"auto\",\"auto\"]},\"E1oT9Rfto\":{\"layout\":[\"auto\",\"auto\"]},\"Ay90BEl9i\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"WGGYX8MOz\":\"title\",\"KDLLiSelu\":\"link\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Frameru1Pece_6A=withCSS(Component,css,\"framer-wbmQK\");export default Frameru1Pece_6A;Frameru1Pece_6A.displayName=\"Navitem - Titel\";Frameru1Pece_6A.defaultProps={height:34,width:52};addPropertyControls(Frameru1Pece_6A,{variant:{options:[\"FplA8xhHJ\",\"NOjL9WS5o\",\"johKElCqa\",\"ea1sydn0u\",\"kDPshsyuB\"],optionTitles:[\"Variant 01\",\"Variant 02\",\"Variant 03\",\"Variant 04\",\"Variant 05\"],title:\"Variant\",type:ControlType.Enum},WGGYX8MOz:{defaultValue:\"About\",displayTextArea:false,title:\"Title\",type:ControlType.String},KDLLiSelu:{title:\"Link\",type:ControlType.Link}});addFonts(Frameru1Pece_6A,[{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\":\"Frameru1Pece_6A\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerVariables\":\"{\\\"WGGYX8MOz\\\":\\\"title\\\",\\\"KDLLiSelu\\\":\\\"link\\\"}\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"NOjL9WS5o\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"johKElCqa\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"ea1sydn0u\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"kDPshsyuB\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"M2eST7y1H\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"Uyj0JR80W\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"nOtrD4vBZ\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"E1oT9Rfto\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"Ay90BEl9i\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"52\",\"framerIntrinsicHeight\":\"34\",\"framerContractVersion\":\"1\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./u1Pece_6A.map", "// Generated by Framer (4d21961)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,ResolveLinks,RichText,SmartComponentScopedContainer,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useRouter,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import getLocalizedValue from\"https://framerusercontent.com/modules/T7lOfJo8tPkmRtRcNJAJ/1rYsuVQ4iirHV89DJ3ib/UdlTGeBjs.js\";import Navitem from\"https://framerusercontent.com/modules/oDPNT5TbHvKCU1TEmCDT/tSqwclxj7FGaBkofcLMg/RmyYgwDCC.js\";import NavitemTitel from\"https://framerusercontent.com/modules/FhU7Hl2CaFFhxEp4Pqbm/3Sb9THqz1XGY6CbsMiGV/u1Pece_6A.js\";const NavitemTitelFonts=getFonts(NavitemTitel);const NavitemFonts=getFonts(Navitem);const cycleOrder=[\"lVMtsa7js\",\"ayfT40Gfx\",\"MD26SCAHc\",\"pRRxd1obj\",\"aULxyE5ek\",\"rGFIs5_hC\",\"mTtRDGEEW\",\"xGD1GCQ9R\"];const serializationHash=\"framer-eElGe\";const variantClassNames={aULxyE5ek:\"framer-v-18s3dlc\",ayfT40Gfx:\"framer-v-1imrq25\",lVMtsa7js:\"framer-v-zc115r\",MD26SCAHc:\"framer-v-hzt5j0\",mTtRDGEEW:\"framer-v-4liywg\",pRRxd1obj:\"framer-v-186styi\",rGFIs5_hC:\"framer-v-1fadxm8\",xGD1GCQ9R:\"framer-v-17h48r6\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Desktop 02\":\"MD26SCAHc\",\"Desktop Case Studies\":\"rGFIs5_hC\",\"Desktop Plattform\":\"lVMtsa7js\",\"Desktop Services\":\"aULxyE5ek\",\"Desktop \\xfcber uns\":\"mTtRDGEEW\",\"Tablet & Phone 02\":\"pRRxd1obj\",\"Tablet & Phone\":\"ayfT40Gfx\",NEU:\"xGD1GCQ9R\"};const getProps=({cursor,height,id,width,...props})=>{return{...props,FQQs6EuGq:cursor??props.FQQs6EuGq,variant:humanReadableVariantMap[props.variant]??props.variant??\"lVMtsa7js\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,FQQs6EuGq,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"lVMtsa7js\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const QOQG5Klla1lh2mbz=activeVariantCallback(async(...args)=>{setVariant(\"rGFIs5_hC\");});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(baseVariant===\"xGD1GCQ9R\")return false;return true;};const router=useRouter();const isDisplayed1=()=>{if([\"aULxyE5ek\",\"rGFIs5_hC\",\"mTtRDGEEW\"].includes(baseVariant))return false;return true;};const isDisplayed2=()=>{if([\"ayfT40Gfx\",\"aULxyE5ek\",\"rGFIs5_hC\",\"mTtRDGEEW\"].includes(baseVariant))return false;return true;};const isDisplayed3=()=>{if([\"rGFIs5_hC\",\"mTtRDGEEW\"].includes(baseVariant))return true;return false;};const isDisplayed4=()=>{if(baseVariant===\"rGFIs5_hC\")return true;return false;};const isDisplayed5=()=>{if(baseVariant===\"mTtRDGEEW\")return true;return false;};const isDisplayed6=()=>{if(baseVariant===\"xGD1GCQ9R\")return true;return false;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-zc115r\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Desktop Plattform\",layoutDependency:layoutDependency,layoutId:\"lVMtsa7js\",ref:refBinding,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(32, 30, 28, 0.08)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-2ab777e3-f80d-42ae-b7f5-8c595573511f, rgb(255, 255, 255))\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8,boxShadow:\"0px 3px 4px 0px rgba(0, 0, 0, 0.05)\",...style},variants:{MD26SCAHc:{backgroundColor:\"var(--token-5284c577-2188-4541-8bfe-f65b53f320d9, rgb(12, 34, 23))\"},pRRxd1obj:{backgroundColor:\"var(--token-5284c577-2188-4541-8bfe-f65b53f320d9, rgb(12, 34, 23))\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0}},...addPropertyOverrides({aULxyE5ek:{\"data-framer-name\":\"Desktop Services\"},ayfT40Gfx:{\"data-framer-name\":\"Tablet & Phone\"},MD26SCAHc:{\"data-framer-name\":\"Desktop 02\"},mTtRDGEEW:{\"data-framer-name\":\"Desktop \\xfcber uns\"},pRRxd1obj:{\"data-framer-name\":\"Tablet & Phone 02\"},rGFIs5_hC:{\"data-framer-name\":\"Desktop Case Studies\"},xGD1GCQ9R:{\"data-framer-name\":\"NEU\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-w4ej7j\",layoutDependency:layoutDependency,layoutId:\"qexp6Dnxh\",style:{backgroundColor:\"var(--token-0618c8d6-171d-47af-84b7-50f662037d3c, rgb(5, 206, 102))\"}}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1f0ch67\",layoutDependency:layoutDependency,layoutId:\"jgjJsJ1dR\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-c2pyzn\",\"data-framer-cursor\":FQQs6EuGq,\"data-framer-name\":\"Item\",layoutDependency:layoutDependency,layoutId:\"aBrOLakF2\",children:[isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-hma0x0\",\"data-framer-name\":\"Col 01\",layoutDependency:layoutDependency,layoutId:\"Yhtjjkiu3\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"UHI7yFgSP\"},implicitPathVariables:undefined},{href:{webPageId:\"UHI7yFgSP\"},implicitPathVariables:undefined},{href:{webPageId:\"UHI7yFgSP\"},implicitPathVariables:undefined},{href:{webPageId:\"UHI7yFgSP\"},implicitPathVariables:undefined},{href:{webPageId:\"VXd_nZyB5\"},implicitPathVariables:undefined},{href:{webPageId:\"dVVKhOVYX\"},implicitPathVariables:undefined},{href:{webPageId:\"Cil02tgTM\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,y:(componentViewport?.y||0)+29+0+0+0+0+0,...addPropertyOverrides({ayfT40Gfx:{y:(componentViewport?.y||0)+20+0+0+0+0+0+0},pRRxd1obj:{y:(componentViewport?.y||0)+20+0+0+0+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-txdhpc-container\",layoutDependency:layoutDependency,layoutId:\"Yc7amqvJ5-container\",nodeId:\"Yc7amqvJ5\",rendersWithMotion:true,scopeId:\"UdlTGeBjs\",children:/*#__PURE__*/_jsx(NavitemTitel,{height:\"100%\",id:\"Yc7amqvJ5\",KDLLiSelu:resolvedLinks[0],layoutId:\"Yc7amqvJ5\",variant:\"FplA8xhHJ\",WGGYX8MOz:getLocalizedValue(\"v0\",activeLocale)??\"KI-Plattform\",width:\"100%\",...addPropertyOverrides({aULxyE5ek:{KDLLiSelu:resolvedLinks[4],WGGYX8MOz:getLocalizedValue(\"v1\",activeLocale)??\"Services\"},ayfT40Gfx:{KDLLiSelu:resolvedLinks[1]},MD26SCAHc:{KDLLiSelu:resolvedLinks[2]},mTtRDGEEW:{KDLLiSelu:resolvedLinks[6],WGGYX8MOz:getLocalizedValue(\"v3\",activeLocale)??\"\\xdcber uns\"},pRRxd1obj:{KDLLiSelu:resolvedLinks[3]},rGFIs5_hC:{KDLLiSelu:resolvedLinks[5],WGGYX8MOz:getLocalizedValue(\"v2\",activeLocale)??\"Alle Case Studies\"}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"E9jcL7KAe\"},implicitPathVariables:undefined},{href:{webPageId:\"E9jcL7KAe\"},implicitPathVariables:undefined},{href:{webPageId:\"E9jcL7KAe\"},implicitPathVariables:undefined},{href:{webPageId:\"E9jcL7KAe\"},implicitPathVariables:undefined},{href:{webPageId:\"RupFol3I1\"},implicitPathVariables:undefined},{href:{webPageId:\"ECpmexD6M\"},implicitPathVariables:undefined},{href:{webPageId:\"hmHGdVRex\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:27,y:(componentViewport?.y||0)+29+0+0+0+0+44,...addPropertyOverrides({ayfT40Gfx:{y:(componentViewport?.y||0)+20+0+0+0+0+0+44},pRRxd1obj:{y:(componentViewport?.y||0)+20+0+0+0+0+0+44}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-d3lxxj-container\",layoutDependency:layoutDependency,layoutId:\"Q8hkPzQ9u-container\",nodeId:\"Q8hkPzQ9u\",rendersWithMotion:true,scopeId:\"UdlTGeBjs\",children:/*#__PURE__*/_jsx(Navitem,{height:\"100%\",id:\"Q8hkPzQ9u\",KDLLiSelu:resolvedLinks1[0],layoutId:\"Q8hkPzQ9u\",variant:\"O4MrrTH2y\",WGGYX8MOz:getLocalizedValue(\"v4\",activeLocale)??\"Academy\",width:\"100%\",...addPropertyOverrides({aULxyE5ek:{KDLLiSelu:resolvedLinks1[4],WGGYX8MOz:getLocalizedValue(\"v5\",activeLocale)??\"Training\"},ayfT40Gfx:{KDLLiSelu:resolvedLinks1[1]},MD26SCAHc:{KDLLiSelu:resolvedLinks1[2],variant:\"cGled0Bq9\"},mTtRDGEEW:{KDLLiSelu:resolvedLinks1[6],WGGYX8MOz:getLocalizedValue(\"v7\",activeLocale)??\"Karriere\"},pRRxd1obj:{KDLLiSelu:resolvedLinks1[3],variant:\"cGled0Bq9\"},rGFIs5_hC:{KDLLiSelu:resolvedLinks1[5],WGGYX8MOz:getLocalizedValue(\"v6\",activeLocale)??\"Eigenes ChatGPT\"}},baseVariant,gestureVariant)})})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"qUSPov5b6\"},implicitPathVariables:undefined},{href:{webPageId:\"qUSPov5b6\"},implicitPathVariables:undefined},{href:{webPageId:\"qUSPov5b6\"},implicitPathVariables:undefined},{href:{webPageId:\"qUSPov5b6\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:27,y:(componentViewport?.y||0)+29+0+0+0+0+81,...addPropertyOverrides({ayfT40Gfx:{y:(componentViewport?.y||0)+20+0+0+0+0+0+81},pRRxd1obj:{y:(componentViewport?.y||0)+20+0+0+0+0+0+81}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1guja21-container\",layoutDependency:layoutDependency,layoutId:\"YPuS8c9Gl-container\",nodeId:\"YPuS8c9Gl\",rendersWithMotion:true,scopeId:\"UdlTGeBjs\",children:/*#__PURE__*/_jsx(Navitem,{height:\"100%\",id:\"YPuS8c9Gl\",KDLLiSelu:resolvedLinks2[0],layoutId:\"YPuS8c9Gl\",variant:\"O4MrrTH2y\",WGGYX8MOz:getLocalizedValue(\"v8\",activeLocale)??\"Integrationen\",width:\"100%\",...addPropertyOverrides({ayfT40Gfx:{KDLLiSelu:resolvedLinks2[1]},MD26SCAHc:{KDLLiSelu:resolvedLinks2[2],variant:\"cGled0Bq9\"},pRRxd1obj:{KDLLiSelu:resolvedLinks2[3],variant:\"cGled0Bq9\"}},baseVariant,gestureVariant)})})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"dZRQJxn8d\"},implicitPathVariables:undefined},{href:{webPageId:\"dZRQJxn8d\"},implicitPathVariables:undefined},{href:{webPageId:\"dZRQJxn8d\"},implicitPathVariables:undefined},{href:{webPageId:\"dZRQJxn8d\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:27,y:(componentViewport?.y||0)+29+0+0+0+0+118,...addPropertyOverrides({ayfT40Gfx:{y:(componentViewport?.y||0)+20+0+0+0+0+0+118},pRRxd1obj:{y:(componentViewport?.y||0)+20+0+0+0+0+0+118}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1538bo1-container\",layoutDependency:layoutDependency,layoutId:\"jrFdbDR8C-container\",nodeId:\"jrFdbDR8C\",rendersWithMotion:true,scopeId:\"UdlTGeBjs\",children:/*#__PURE__*/_jsx(Navitem,{height:\"100%\",id:\"jrFdbDR8C\",KDLLiSelu:resolvedLinks3[0],layoutId:\"jrFdbDR8C\",variant:\"O4MrrTH2y\",WGGYX8MOz:getLocalizedValue(\"v9\",activeLocale)??\"Sicherheit\",width:\"100%\",...addPropertyOverrides({ayfT40Gfx:{KDLLiSelu:resolvedLinks3[1]},MD26SCAHc:{KDLLiSelu:resolvedLinks3[2]},pRRxd1obj:{KDLLiSelu:resolvedLinks3[3]}},baseVariant,gestureVariant)})})})}),isDisplayed2()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"C59DEwMas\"},implicitPathVariables:undefined},{href:{webPageId:\"C59DEwMas\"},implicitPathVariables:undefined},{href:{webPageId:\"C59DEwMas\"},implicitPathVariables:undefined}],children:resolvedLinks4=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:27,y:(componentViewport?.y||0)+29+0+0+0+0+155,...addPropertyOverrides({pRRxd1obj:{y:(componentViewport?.y||0)+20+0+0+0+0+0+155}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-63d4s5-container\",layoutDependency:layoutDependency,layoutId:\"tQ3p6sfIN-container\",nodeId:\"tQ3p6sfIN\",rendersWithMotion:true,scopeId:\"UdlTGeBjs\",children:/*#__PURE__*/_jsx(Navitem,{height:\"100%\",id:\"tQ3p6sfIN\",KDLLiSelu:resolvedLinks4[0],layoutId:\"tQ3p6sfIN\",variant:\"O4MrrTH2y\",WGGYX8MOz:getLocalizedValue(\"v10\",activeLocale)??\"Data Vault\",width:\"100%\",...addPropertyOverrides({MD26SCAHc:{KDLLiSelu:resolvedLinks4[1]},pRRxd1obj:{KDLLiSelu:resolvedLinks4[2]}},baseVariant,gestureVariant)})})})}),isDisplayed3()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"vYkJgjxNV\"},implicitPathVariables:undefined},{href:{webPageId:\"KEHj326I3\"},implicitPathVariables:undefined},{href:{webPageId:\"XWEAv_U6t\"},implicitPathVariables:undefined}],children:resolvedLinks5=>/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({mTtRDGEEW:{height:27,y:(componentViewport?.y||0)+29+0+0+0+0+81},rGFIs5_hC:{height:27,y:(componentViewport?.y||0)+29+0+0+0+0+81}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-xfcznk-container\",layoutDependency:layoutDependency,layoutId:\"MfyCX2s6z-container\",nodeId:\"MfyCX2s6z\",rendersWithMotion:true,scopeId:\"UdlTGeBjs\",children:/*#__PURE__*/_jsx(Navitem,{height:\"100%\",id:\"MfyCX2s6z\",KDLLiSelu:resolvedLinks5[0],layoutId:\"MfyCX2s6z\",variant:\"O4MrrTH2y\",WGGYX8MOz:getLocalizedValue(\"v11\",activeLocale)??\"Trainings & Workshops\",width:\"100%\",...addPropertyOverrides({mTtRDGEEW:{KDLLiSelu:resolvedLinks5[2],WGGYX8MOz:getLocalizedValue(\"v12\",activeLocale)??\"Blog\"},rGFIs5_hC:{KDLLiSelu:resolvedLinks5[1]}},baseVariant,gestureVariant)})})})}),isDisplayed4()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"E_pyztRtF\"},implicitPathVariables:undefined},{href:{webPageId:\"E_pyztRtF\"},implicitPathVariables:undefined}],children:resolvedLinks6=>/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({rGFIs5_hC:{height:27,y:(componentViewport?.y||0)+29+0+0+0+0+118}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-6t7sda-container\",layoutDependency:layoutDependency,layoutId:\"mW2VKgNYx-container\",nodeId:\"mW2VKgNYx\",rendersWithMotion:true,scopeId:\"UdlTGeBjs\",children:/*#__PURE__*/_jsx(Navitem,{height:\"100%\",id:\"mW2VKgNYx\",KDLLiSelu:resolvedLinks6[0],layoutId:\"mW2VKgNYx\",variant:\"O4MrrTH2y\",WGGYX8MOz:getLocalizedValue(\"v13\",activeLocale)??\"Support Chatbot\",width:\"100%\",...addPropertyOverrides({rGFIs5_hC:{KDLLiSelu:resolvedLinks6[1]}},baseVariant,gestureVariant)})})})}),isDisplayed4()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"LszCu_ytb\"},implicitPathVariables:undefined},{href:{webPageId:\"LszCu_ytb\"},implicitPathVariables:undefined}],children:resolvedLinks7=>/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({rGFIs5_hC:{height:27,y:(componentViewport?.y||0)+29+0+0+0+0+155}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-i4rhy1-container\",layoutDependency:layoutDependency,layoutId:\"fQwzdPhOd-container\",nodeId:\"fQwzdPhOd\",rendersWithMotion:true,scopeId:\"UdlTGeBjs\",children:/*#__PURE__*/_jsx(Navitem,{height:\"100%\",id:\"fQwzdPhOd\",KDLLiSelu:resolvedLinks7[0],layoutId:\"fQwzdPhOd\",QOQG5Klla:QOQG5Klla1lh2mbz,variant:\"O4MrrTH2y\",WGGYX8MOz:getLocalizedValue(\"v14\",activeLocale)??\"KI Roll Out\",width:\"100%\",...addPropertyOverrides({rGFIs5_hC:{KDLLiSelu:resolvedLinks7[1]}},baseVariant,gestureVariant)})})})}),isDisplayed4()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"ge1i45f7L\"},implicitPathVariables:undefined},{href:{webPageId:\"ge1i45f7L\"},implicitPathVariables:undefined}],children:resolvedLinks8=>/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({rGFIs5_hC:{height:27,y:(componentViewport?.y||0)+29+0+0+0+0+192}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-ksknmt-container\",layoutDependency:layoutDependency,layoutId:\"RMeYdqTEH-container\",nodeId:\"RMeYdqTEH\",rendersWithMotion:true,scopeId:\"UdlTGeBjs\",children:/*#__PURE__*/_jsx(Navitem,{height:\"100%\",id:\"RMeYdqTEH\",KDLLiSelu:resolvedLinks8[0],layoutId:\"RMeYdqTEH\",variant:\"O4MrrTH2y\",WGGYX8MOz:getLocalizedValue(\"v15\",activeLocale)??\"KI-Kostenabsch\\xe4tzung\",width:\"100%\",...addPropertyOverrides({rGFIs5_hC:{KDLLiSelu:resolvedLinks8[1]}},baseVariant,gestureVariant)})})})}),isDisplayed5()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"NtPd4W_J4\"},implicitPathVariables:undefined},{href:{webPageId:\"NtPd4W_J4\"},implicitPathVariables:undefined}],children:resolvedLinks9=>/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({mTtRDGEEW:{height:27,y:(componentViewport?.y||0)+29+0+0+0+0+118}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-2hhokp-container\",layoutDependency:layoutDependency,layoutId:\"iXlrnRc8u-container\",nodeId:\"iXlrnRc8u\",rendersWithMotion:true,scopeId:\"UdlTGeBjs\",children:/*#__PURE__*/_jsx(Navitem,{height:\"100%\",id:\"iXlrnRc8u\",KDLLiSelu:resolvedLinks9[0],layoutId:\"iXlrnRc8u\",variant:\"O4MrrTH2y\",WGGYX8MOz:getLocalizedValue(\"v16\",activeLocale)??\"Partnerprogramm\",width:\"100%\",...addPropertyOverrides({mTtRDGEEW:{KDLLiSelu:resolvedLinks9[1]}},baseVariant,gestureVariant)})})})})]}),isDisplayed6()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v17\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{children:\"meinGPT\"})}),className:\"framer-1swx41q\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"T1qlxz_Xg\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]}),isDisplayed6()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1n4rty3\",\"data-border\":true,\"data-framer-cursor\":FQQs6EuGq,\"data-framer-name\":\"Item\",layoutDependency:layoutDependency,layoutId:\"R8NIPNqc3\",style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgb(34, 34, 34)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\"},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v18\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{children:/*#__PURE__*/_jsx(motion.strong,{children:\"Plattform\"})})}),className:\"framer-1ldudkb\",fonts:[\"Inter\",\"Inter-Bold\"],layoutDependency:layoutDependency,layoutId:\"ZMkwoe_cr\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v19\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{children:\"Ma\\xdfgeschneiderte und sichere KI-Plattform f\\xfcr Unternehmen\"})}),className:\"framer-1g1oxxc\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"DBH36ofaY\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v20\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{children:/*#__PURE__*/_jsx(motion.strong,{children:\"Academy\"})})}),className:\"framer-1vaquvz\",fonts:[\"Inter\",\"Inter-Bold\"],layoutDependency:layoutDependency,layoutId:\"DztLKHrnu\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v21\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{children:/*#__PURE__*/_jsx(motion.strong,{children:\"Services\"})})}),className:\"framer-1wkwejh\",fonts:[\"Inter\",\"Inter-Bold\"],layoutDependency:layoutDependency,layoutId:\"tOQL2oYeN\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-eElGe.framer-19siqgg, .framer-eElGe .framer-19siqgg { display: block; }\",\".framer-eElGe.framer-zc115r { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; padding: 29px 0px 29px 0px; position: relative; width: min-content; }\",\".framer-eElGe .framer-w4ej7j { flex: none; height: 3px; left: 0px; overflow: visible; position: absolute; right: 0px; top: 0px; z-index: 1; }\",\".framer-eElGe .framer-1f0ch67 { 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: 218px; }\",\".framer-eElGe .framer-c2pyzn { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 68px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 93px; }\",\".framer-eElGe .framer-hma0x0 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-eElGe .framer-txdhpc-container, .framer-eElGe .framer-d3lxxj-container, .framer-eElGe .framer-1guja21-container, .framer-eElGe .framer-1538bo1-container, .framer-eElGe .framer-63d4s5-container, .framer-eElGe .framer-xfcznk-container, .framer-eElGe .framer-6t7sda-container, .framer-eElGe .framer-i4rhy1-container, .framer-eElGe .framer-ksknmt-container, .framer-eElGe .framer-2hhokp-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-eElGe .framer-1swx41q, .framer-eElGe .framer-1ldudkb, .framer-eElGe .framer-1g1oxxc, .framer-eElGe .framer-1vaquvz, .framer-eElGe .framer-1wkwejh { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-eElGe .framer-1n4rty3 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 17px; height: min-content; justify-content: flex-start; overflow: visible; padding: 14px 0px 14px 0px; position: relative; width: 484px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-eElGe.framer-zc115r, .framer-eElGe .framer-1f0ch67, .framer-eElGe .framer-c2pyzn, .framer-eElGe .framer-hma0x0, .framer-eElGe .framer-1n4rty3 { gap: 0px; } .framer-eElGe.framer-zc115r > *, .framer-eElGe .framer-hma0x0 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-eElGe.framer-zc115r > :first-child, .framer-eElGe .framer-hma0x0 > :first-child, .framer-eElGe .framer-1n4rty3 > :first-child { margin-top: 0px; } .framer-eElGe.framer-zc115r > :last-child, .framer-eElGe .framer-hma0x0 > :last-child, .framer-eElGe .framer-1n4rty3 > :last-child { margin-bottom: 0px; } .framer-eElGe .framer-1f0ch67 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-eElGe .framer-1f0ch67 > :first-child, .framer-eElGe .framer-c2pyzn > :first-child { margin-left: 0px; } .framer-eElGe .framer-1f0ch67 > :last-child, .framer-eElGe .framer-c2pyzn > :last-child { margin-right: 0px; } .framer-eElGe .framer-c2pyzn > * { margin: 0px; margin-left: calc(68px / 2); margin-right: calc(68px / 2); } .framer-eElGe .framer-1n4rty3 > * { margin: 0px; margin-bottom: calc(17px / 2); margin-top: calc(17px / 2); } }\",\".framer-eElGe.framer-v-1imrq25.framer-zc115r, .framer-eElGe.framer-v-186styi.framer-zc115r { padding: 20px; }\",\".framer-eElGe.framer-v-1imrq25 .framer-c2pyzn, .framer-eElGe.framer-v-186styi .framer-c2pyzn { flex: 138 0 0px; flex-direction: column; gap: 10px; width: 1px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-eElGe.framer-v-1imrq25 .framer-c2pyzn { gap: 0px; } .framer-eElGe.framer-v-1imrq25 .framer-c2pyzn > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-eElGe.framer-v-1imrq25 .framer-c2pyzn > :first-child { margin-top: 0px; } .framer-eElGe.framer-v-1imrq25 .framer-c2pyzn > :last-child { margin-bottom: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-eElGe.framer-v-186styi .framer-c2pyzn { gap: 0px; } .framer-eElGe.framer-v-186styi .framer-c2pyzn > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-eElGe.framer-v-186styi .framer-c2pyzn > :first-child { margin-top: 0px; } .framer-eElGe.framer-v-186styi .framer-c2pyzn > :last-child { margin-bottom: 0px; } }\",\".framer-eElGe.framer-v-18s3dlc .framer-1f0ch67 { width: 153px; }\",\".framer-eElGe.framer-v-1fadxm8 .framer-c2pyzn { width: min-content; }\",\".framer-eElGe.framer-v-1fadxm8 .framer-hma0x0 { order: 0; }\",\".framer-eElGe.framer-v-17h48r6.framer-zc115r { padding: 29px 57px 29px 57px; }\",\".framer-eElGe.framer-v-17h48r6 .framer-1f0ch67 { flex-direction: column; height: 193px; width: 484px; }\",\".framer-eElGe.framer-v-17h48r6 .framer-c2pyzn { flex-direction: column; gap: 17px; width: 484px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-eElGe.framer-v-17h48r6 .framer-1f0ch67, .framer-eElGe.framer-v-17h48r6 .framer-c2pyzn { gap: 0px; } .framer-eElGe.framer-v-17h48r6 .framer-1f0ch67 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-eElGe.framer-v-17h48r6 .framer-1f0ch67 > :first-child, .framer-eElGe.framer-v-17h48r6 .framer-c2pyzn > :first-child { margin-top: 0px; } .framer-eElGe.framer-v-17h48r6 .framer-1f0ch67 > :last-child, .framer-eElGe.framer-v-17h48r6 .framer-c2pyzn > :last-child { margin-bottom: 0px; } .framer-eElGe.framer-v-17h48r6 .framer-c2pyzn > * { margin: 0px; margin-bottom: calc(17px / 2); margin-top: calc(17px / 2); } }\",'.framer-eElGe[data-border=\"true\"]::after, .framer-eElGe [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 234\n * @framerIntrinsicWidth 218\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"ayfT40Gfx\":{\"layout\":[\"auto\",\"auto\"]},\"MD26SCAHc\":{\"layout\":[\"auto\",\"auto\"]},\"pRRxd1obj\":{\"layout\":[\"auto\",\"auto\"]},\"aULxyE5ek\":{\"layout\":[\"auto\",\"auto\"]},\"rGFIs5_hC\":{\"layout\":[\"auto\",\"auto\"]},\"mTtRDGEEW\":{\"layout\":[\"auto\",\"auto\"]},\"xGD1GCQ9R\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"FQQs6EuGq\":\"cursor\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerUdlTGeBjs=withCSS(Component,css,\"framer-eElGe\");export default FramerUdlTGeBjs;FramerUdlTGeBjs.displayName=\"Dropdown Plattform\";FramerUdlTGeBjs.defaultProps={height:234,width:218};addPropertyControls(FramerUdlTGeBjs,{variant:{options:[\"lVMtsa7js\",\"ayfT40Gfx\",\"MD26SCAHc\",\"pRRxd1obj\",\"aULxyE5ek\",\"rGFIs5_hC\",\"mTtRDGEEW\",\"xGD1GCQ9R\"],optionTitles:[\"Desktop Plattform\",\"Tablet & Phone\",\"Desktop 02\",\"Tablet & Phone 02\",\"Desktop Services\",\"Desktop Case Studies\",\"Desktop \\xfcber uns\",\"NEU\"],title:\"Variant\",type:ControlType.Enum},FQQs6EuGq:{title:\"Cursor\",type:ControlType.CustomCursor}});addFonts(FramerUdlTGeBjs,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"}]},...NavitemTitelFonts,...NavitemFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerUdlTGeBjs\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"FQQs6EuGq\\\":\\\"cursor\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"ayfT40Gfx\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"MD26SCAHc\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"pRRxd1obj\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"aULxyE5ek\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"rGFIs5_hC\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"mTtRDGEEW\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"xGD1GCQ9R\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"234\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"218\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (9f979fb)\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=[\"FV5kcbA1w\",\"Adsi_TByL\",\"L4UxWTWSD\",\"Ru7w3u83T\"];const serializationHash=\"framer-Pq2GR\";const variantClassNames={Adsi_TByL:\"framer-v-1adio8r\",FV5kcbA1w:\"framer-v-1awv2cr\",L4UxWTWSD:\"framer-v-u7gd5g\",Ru7w3u83T:\"framer-v-3z89fi\"};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 transitions={default:{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={\"Close Black\":\"Adsi_TByL\",\"Close White\":\"Ru7w3u83T\",\"Menu Black\":\"FV5kcbA1w\",\"Menu White\":\"L4UxWTWSD\"};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:\"FV5kcbA1w\",vnCwfiSlw:tap!==null&&tap!==void 0?tap:props.vnCwfiSlw};};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,vnCwfiSlw,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"FV5kcbA1w\",transitions,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap2xdk1h=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(vnCwfiSlw){const res=await vnCwfiSlw(...args);if(res===false)return false;}});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:transition,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1awv2cr\",className,classNames),\"data-framer-name\":\"Menu Black\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"FV5kcbA1w\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:onTap2xdk1h,onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({Adsi_TByL:{\"data-framer-name\":\"Close Black\"},L4UxWTWSD:{\"data-framer-name\":\"Menu White\"},Ru7w3u83T:{\"data-framer-name\":\"Close White\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1jse05u\",\"data-framer-name\":\"Bottom\",layoutDependency:layoutDependency,layoutId:\"RA6wa8b9f\",style:{backgroundColor:\"var(--token-93d47b6c-1f50-4224-b5d6-ecdb9d585bab, rgb(32, 30, 28))\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,rotate:0},variants:{Adsi_TByL:{rotate:-45},L4UxWTWSD:{backgroundColor:\"var(--token-e837ac9b-eb73-44c7-884c-0e24a08d3d91, rgb(255, 255, 255))\"},Ru7w3u83T:{backgroundColor:\"var(--token-e837ac9b-eb73-44c7-884c-0e24a08d3d91, rgb(255, 255, 255))\",rotate:-45}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-fvd3dz\",\"data-framer-name\":\"Top\",layoutDependency:layoutDependency,layoutId:\"jLKQvJApt\",style:{backgroundColor:\"var(--token-93d47b6c-1f50-4224-b5d6-ecdb9d585bab, rgb(32, 30, 28))\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,rotate:0},variants:{Adsi_TByL:{rotate:45},L4UxWTWSD:{backgroundColor:\"var(--token-e837ac9b-eb73-44c7-884c-0e24a08d3d91, rgb(255, 255, 255))\"},Ru7w3u83T:{backgroundColor:\"var(--token-e837ac9b-eb73-44c7-884c-0e24a08d3d91, rgb(255, 255, 255))\",rotate:45}}})]})})})});});const css=['.framer-Pq2GR[data-border=\"true\"]::after, .framer-Pq2GR [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-Pq2GR.framer-1buzlq2, .framer-Pq2GR .framer-1buzlq2 { display: block; }\",\".framer-Pq2GR.framer-1awv2cr { cursor: pointer; height: 40px; overflow: hidden; position: relative; width: 40px; }\",\".framer-Pq2GR .framer-1jse05u { flex: none; height: 2px; left: calc(50.00000000000002% - 20px / 2); overflow: hidden; position: absolute; top: calc(62.50000000000002% - 2px / 2); width: 20px; will-change: var(--framer-will-change-override, transform); }\",\".framer-Pq2GR .framer-fvd3dz { flex: none; height: 2px; left: calc(50.00000000000002% - 20px / 2); overflow: hidden; position: absolute; top: calc(37.50000000000002% - 2px / 2); width: 20px; will-change: var(--framer-will-change-override, transform); }\",\".framer-Pq2GR.framer-v-1adio8r .framer-1jse05u, .framer-Pq2GR.framer-v-1adio8r .framer-fvd3dz, .framer-Pq2GR.framer-v-3z89fi .framer-1jse05u, .framer-Pq2GR.framer-v-3z89fi .framer-fvd3dz { top: calc(50.00000000000002% - 2px / 2); }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 40\n * @framerIntrinsicWidth 40\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"Adsi_TByL\":{\"layout\":[\"fixed\",\"fixed\"]},\"L4UxWTWSD\":{\"layout\":[\"fixed\",\"fixed\"]},\"Ru7w3u83T\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"vnCwfiSlw\":\"tap\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerVOsxPUG4u=withCSS(Component,css,\"framer-Pq2GR\");export default FramerVOsxPUG4u;FramerVOsxPUG4u.displayName=\"Hamburgar\";FramerVOsxPUG4u.defaultProps={height:40,width:40};addPropertyControls(FramerVOsxPUG4u,{variant:{options:[\"FV5kcbA1w\",\"Adsi_TByL\",\"L4UxWTWSD\",\"Ru7w3u83T\"],optionTitles:[\"Menu Black\",\"Close Black\",\"Menu White\",\"Close White\"],title:\"Variant\",type:ControlType.Enum},vnCwfiSlw:{title:\"Tap\",type:ControlType.EventHandler}});addFonts(FramerVOsxPUG4u,[]);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerVOsxPUG4u\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"40\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Adsi_TByL\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"L4UxWTWSD\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Ru7w3u83T\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicHeight\":\"40\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerVariables\":\"{\\\"vnCwfiSlw\\\":\\\"tap\\\"}\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./VOsxPUG4u.map", "export const v0=\"Home\";\nexport const __FramerMetadata__ = {\"exports\":{\"v0\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (b0998f3)\nimport*as localizedValues from\"./wWaGr6PF5-0.js\";const valuesByLocaleId={bnXTGW9ms:localizedValues};export default function getLocalizedValue(key,locale){while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value)return value;}locale=locale.fallback;}}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (b0998f3)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Feather}from\"https://framerusercontent.com/modules/f0DboytQenYh21kfme7W/zb1zVBMZJKgPMiedOi0y/Feather.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/d3sw2cEnORcODecIRxK2/pcWTj0HQYn9lEBlXFt4N/ibtZK_Faz.js\";import getLocalizedValue from\"https://framerusercontent.com/modules/otrUHlKfjHvD8ti1Kks9/lH5koznzueValYpeulqK/wWaGr6PF5.js\";const FeatherFonts=getFonts(Feather);const enabledGestures={BoY0VxEJV:{hover:true},mWwJmDqwX:{hover:true},WgVMCBaw2:{hover:true}};const cycleOrder=[\"mWwJmDqwX\",\"WgVMCBaw2\",\"BoY0VxEJV\"];const serializationHash=\"framer-83AJn\";const variantClassNames={BoY0VxEJV:\"framer-v-ds3ewo\",mWwJmDqwX:\"framer-v-1d5ltao\",WgVMCBaw2:\"framer-v-1pirs5o\"};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:600,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={\"Closed 01\":\"mWwJmDqwX\",\"Closed 02\":\"BoY0VxEJV\",\"Closed Secondary\":\"WgVMCBaw2\"};const getProps=({height,hover,id,title,width,...props})=>{var _ref,_humanReadableVariantMap_props_variant,_ref1;return{...props,DApvjrdfG:(_ref=title!==null&&title!==void 0?title:props.DApvjrdfG)!==null&&_ref!==void 0?_ref:\"All Pages\",PWSlWeqS6:hover!==null&&hover!==void 0?hover:props.PWSlWeqS6,variant:(_ref1=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref1!==void 0?_ref1:\"mWwJmDqwX\"};};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,PWSlWeqS6,DApvjrdfG,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"mWwJmDqwX\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onMouseEnter170i0h9=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});if(PWSlWeqS6){const res=await PWSlWeqS6(...args);if(res===false)return false;}});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];const componentViewport=useComponentViewport();var _getLocalizedValue;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-1d5ltao\",className,classNames),\"data-framer-name\":\"Closed 01\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"mWwJmDqwX\",onMouseEnter:onMouseEnter170i0h9,ref:ref!==null&&ref!==void 0?ref:ref1,style:{borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,...style},...addPropertyOverrides({\"BoY0VxEJV-hover\":{\"data-framer-name\":undefined},\"mWwJmDqwX-hover\":{\"data-framer-name\":undefined},\"WgVMCBaw2-hover\":{\"data-framer-name\":undefined},BoY0VxEJV:{\"data-framer-name\":\"Closed 02\"},WgVMCBaw2:{\"data-framer-name\":\"Closed Secondary\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-wvpjcf\",\"data-styles-preset\":\"ibtZK_Faz\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-5284c577-2188-4541-8bfe-f65b53f320d9, rgb(12, 34, 23)))\"},children:\"All Pages\"})}),className:\"framer-h63dax\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"P3pHD1ikx\",style:{\"--extracted-r6o4lv\":\"var(--token-5284c577-2188-4541-8bfe-f65b53f320d9, rgb(12, 34, 23))\"},text:DApvjrdfG,variants:{\"BoY0VxEJV-hover\":{\"--extracted-r6o4lv\":\"var(--token-0618c8d6-171d-47af-84b7-50f662037d3c, rgb(5, 206, 102))\"},\"mWwJmDqwX-hover\":{\"--extracted-r6o4lv\":\"var(--token-0618c8d6-171d-47af-84b7-50f662037d3c, rgb(5, 206, 102))\"},\"WgVMCBaw2-hover\":{\"--extracted-r6o4lv\":\"var(--token-0618c8d6-171d-47af-84b7-50f662037d3c, rgb(5, 206, 102))\"},BoY0VxEJV:{\"--extracted-r6o4lv\":\"var(--token-e837ac9b-eb73-44c7-884c-0e24a08d3d91, rgb(255, 255, 255))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"BoY0VxEJV-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-wvpjcf\",\"data-styles-preset\":\"ibtZK_Faz\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-0618c8d6-171d-47af-84b7-50f662037d3c, rgb(5, 206, 102)))\"},children:\"All Pages\"})})},\"mWwJmDqwX-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-wvpjcf\",\"data-styles-preset\":\"ibtZK_Faz\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-0618c8d6-171d-47af-84b7-50f662037d3c, rgb(5, 206, 102)))\"},children:\"All Pages\"})})},\"WgVMCBaw2-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-wvpjcf\",\"data-styles-preset\":\"ibtZK_Faz\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-0618c8d6-171d-47af-84b7-50f662037d3c, rgb(5, 206, 102)))\"},children:\"All Pages\"})})},BoY0VxEJV:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-wvpjcf\",\"data-styles-preset\":\"ibtZK_Faz\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e837ac9b-eb73-44c7-884c-0e24a08d3d91, rgb(255, 255, 255)))\"},children:\"All Pages\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-uh7awb-container\",layoutDependency:layoutDependency,layoutId:\"Qi7c6vphe-container\",style:{rotate:0},variants:{\"BoY0VxEJV-hover\":{rotate:180},\"mWwJmDqwX-hover\":{rotate:180},WgVMCBaw2:{rotate:180}},children:/*#__PURE__*/_jsx(Feather,{color:\"var(--token-5284c577-2188-4541-8bfe-f65b53f320d9, rgb(12, 34, 23))\",height:\"100%\",iconSearch:(_getLocalizedValue=getLocalizedValue(\"v0\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:\"Home\",iconSelection:\"chevron-down\",id:\"Qi7c6vphe\",layoutId:\"Qi7c6vphe\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\",...addPropertyOverrides({\"BoY0VxEJV-hover\":{color:\"var(--token-0618c8d6-171d-47af-84b7-50f662037d3c, rgb(5, 206, 102))\"},\"mWwJmDqwX-hover\":{color:\"var(--token-0618c8d6-171d-47af-84b7-50f662037d3c, rgb(5, 206, 102))\"},\"WgVMCBaw2-hover\":{color:\"var(--token-0618c8d6-171d-47af-84b7-50f662037d3c, rgb(5, 206, 102))\"},BoY0VxEJV:{color:\"var(--token-e837ac9b-eb73-44c7-884c-0e24a08d3d91, rgb(255, 255, 255))\"}},baseVariant,gestureVariant)})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-83AJn.framer-iegkpe, .framer-83AJn .framer-iegkpe { display: block; }\",\".framer-83AJn.framer-1d5ltao { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-83AJn .framer-h63dax { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-83AJn .framer-uh7awb-container { flex: none; height: 16px; position: relative; width: 16px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-83AJn.framer-1d5ltao { gap: 0px; } .framer-83AJn.framer-1d5ltao > * { margin: 0px; margin-left: calc(5px / 2); margin-right: calc(5px / 2); } .framer-83AJn.framer-1d5ltao > :first-child { margin-left: 0px; } .framer-83AJn.framer-1d5ltao > :last-child { margin-right: 0px; } }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 27\n * @framerIntrinsicWidth 85\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"WgVMCBaw2\":{\"layout\":[\"auto\",\"auto\"]},\"BoY0VxEJV\":{\"layout\":[\"auto\",\"auto\"]},\"Uenp6reY6\":{\"layout\":[\"auto\",\"auto\"]},\"VoW_tWQhC\":{\"layout\":[\"auto\",\"auto\"]},\"mkkPhGH4d\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"PWSlWeqS6\":\"hover\",\"DApvjrdfG\":\"title\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerwWaGr6PF5=withCSS(Component,css,\"framer-83AJn\");export default FramerwWaGr6PF5;FramerwWaGr6PF5.displayName=\"Trigger\";FramerwWaGr6PF5.defaultProps={height:27,width:85};addPropertyControls(FramerwWaGr6PF5,{variant:{options:[\"mWwJmDqwX\",\"WgVMCBaw2\",\"BoY0VxEJV\"],optionTitles:[\"Closed 01\",\"Closed Secondary\",\"Closed 02\"],title:\"Variant\",type:ControlType.Enum},PWSlWeqS6:{title:\"Hover\",type:ControlType.EventHandler},DApvjrdfG:{defaultValue:\"All Pages\",displayTextArea:false,title:\"Title\",type:ControlType.String}});addFonts(FramerwWaGr6PF5,[{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\"}]},...FeatherFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerwWaGr6PF5\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"WgVMCBaw2\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"BoY0VxEJV\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"Uenp6reY6\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"VoW_tWQhC\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"mkkPhGH4d\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"85\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"27\",\"framerVariables\":\"{\\\"PWSlWeqS6\\\":\\\"hover\\\",\\\"DApvjrdfG\\\":\\\"title\\\"}\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (47ebf4a)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,Floating,getFonts,ResolveLinks,SmartComponentScopedContainer,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOverlayState,useRouter,useVariantState,withCSS,withFX}from\"framer\";import{AnimatePresence,LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import LocaleSelector from\"https://framerusercontent.com/modules/57FhkldN9P7x88MqAEaR/UfMN9oeTJKQqVQHIwZ5z/LocaleSelector.js\";import getLocalizedValue from\"https://framerusercontent.com/modules/FrCVhQJXjCq9nrnNiLWY/tm2dHfGQEJ6sHCCodZwF/JnXutfc3u.js\";import Navitem from\"https://framerusercontent.com/modules/oDPNT5TbHvKCU1TEmCDT/tSqwclxj7FGaBkofcLMg/RmyYgwDCC.js\";import DropdownPlattform from\"https://framerusercontent.com/modules/QIG5zdGeD2anoFf4SLwD/TYre8A9HARyNjKEKJLP4/UdlTGeBjs.js\";import Hamburgar from\"https://framerusercontent.com/modules/hrpCe2H0cYLtjieJUj63/sr6ZHEXAjYwWrr1HR6qv/VOsxPUG4u.js\";import Logo from\"https://framerusercontent.com/modules/jqckuleIlbXgDWsFxJ0Z/fd9AnB1kJQDDzpKku51c/wE4_lrxc_.js\";import Trigger from\"https://framerusercontent.com/modules/3WKA0aBFefWsOG1ltRqK/HGNx0p7eg7i9tI1CEidR/wWaGr6PF5.js\";import PrimaryButton from\"https://framerusercontent.com/modules/cNDEHXe6Glf9B5jqJNcz/2o2f0fzkF1ThNuHbmhy0/xsn5pEQD6.js\";const LogoFonts=getFonts(Logo);const HamburgarFonts=getFonts(Hamburgar);const PrimaryButtonFonts=getFonts(PrimaryButton);const TriggerFonts=getFonts(Trigger);const DropdownPlattformFonts=getFonts(DropdownPlattform);const SmartComponentScopedContainerWithFX=withFX(SmartComponentScopedContainer);const NavitemFonts=getFonts(Navitem);const LocaleSelectorFonts=getFonts(LocaleSelector);const cycleOrder=[\"FKi18UB62\",\"Q2ss9esN6\",\"btvg3HMcY\",\"UeH2sk1HA\",\"XgUbVjw3S\",\"tCH7TGgtv\",\"XilsXZEUe\",\"HNM09h7JJ\",\"vXiHMCES9\",\"bD0lDLQDi\",\"xKVIwGYfn\",\"AkNiyZvO5\"];const serializationHash=\"framer-NzZiN\";const variantClassNames={AkNiyZvO5:\"framer-v-1ddtmlr\",bD0lDLQDi:\"framer-v-ckcb2y\",btvg3HMcY:\"framer-v-5a7u2g\",FKi18UB62:\"framer-v-1f5faot\",HNM09h7JJ:\"framer-v-19m5f4q\",Q2ss9esN6:\"framer-v-d662oq\",tCH7TGgtv:\"framer-v-1wpruyf\",UeH2sk1HA:\"framer-v-12mfkcb\",vXiHMCES9:\"framer-v-1hpmcx4\",XgUbVjw3S:\"framer-v-12rfn5z\",XilsXZEUe:\"framer-v-h0uh32\",xKVIwGYfn:\"framer-v-8v2uk5\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:40,delay:0,mass:1,stiffness:400,type:\"spring\"};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const transition2={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const animation2={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 transition3={damping:40,delay:0,mass:.5,stiffness:600,type:\"spring\"};const animation3={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.95,skewX:0,skewY:0,transformPerspective:1200,transition:transition3,x:0,y:0};const animation4={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition3,x:0,y:0};const animation5={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.95,skewX:0,skewY:0,transformPerspective:1200,x:0,y:0};const animation6={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition2,x:0,y:0};const animation7={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition2,x:0,y:0};const animation8={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:0};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Desktop 01\":\"FKi18UB62\",\"Desktop 02\":\"XilsXZEUe\",\"Laptop 01\":\"Q2ss9esN6\",\"Laptop 02\":\"HNM09h7JJ\",\"Mobile 01 Closed\":\"UeH2sk1HA\",\"Mobile 01 Open\":\"tCH7TGgtv\",\"Mobile 02 Closed\":\"xKVIwGYfn\",\"Mobile 02 Open\":\"AkNiyZvO5\",\"Tablet 01 Closed\":\"btvg3HMcY\",\"Tablet 01 Open\":\"XgUbVjw3S\",\"Tablet 02 Close\":\"vXiHMCES9\",\"Tablet 02 Open\":\"bD0lDLQDi\"};const getProps=({cursor,height,id,width,...props})=>{return{...props,GEPBWvvCR:cursor??props.GEPBWvvCR,variant:humanReadableVariantMap[props.variant]??props.variant??\"FKi18UB62\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,GEPBWvvCR,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"FKi18UB62\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const vnCwfiSlw1ebe745=activeVariantCallback(async(...args)=>{setVariant(\"XgUbVjw3S\");});const vnCwfiSlw1ukkr3v=activeVariantCallback(async(...args)=>{setVariant(\"tCH7TGgtv\");});const vnCwfiSlw188w98u=activeVariantCallback(async(...args)=>{setVariant(\"btvg3HMcY\");});const vnCwfiSlw1emfstc=activeVariantCallback(async(...args)=>{setVariant(\"UeH2sk1HA\");});const vnCwfiSlw1kdz9zu=activeVariantCallback(async(...args)=>{setVariant(\"bD0lDLQDi\");});const vnCwfiSlw1ins8xn=activeVariantCallback(async(...args)=>{setVariant(\"vXiHMCES9\");});const vnCwfiSlwpda205=activeVariantCallback(async(...args)=>{setVariant(\"AkNiyZvO5\");});const vnCwfiSlw12z4uya=activeVariantCallback(async(...args)=>{setVariant(\"xKVIwGYfn\");});const PWSlWeqS6txyyif=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.show();});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const router=useRouter();const isDisplayed=()=>{if([\"btvg3HMcY\",\"UeH2sk1HA\",\"XgUbVjw3S\",\"tCH7TGgtv\",\"vXiHMCES9\",\"bD0lDLQDi\",\"xKVIwGYfn\",\"AkNiyZvO5\"].includes(baseVariant))return true;return false;};const isDisplayed1=()=>{if([\"btvg3HMcY\",\"UeH2sk1HA\",\"XgUbVjw3S\",\"tCH7TGgtv\",\"vXiHMCES9\",\"bD0lDLQDi\",\"xKVIwGYfn\",\"AkNiyZvO5\"].includes(baseVariant))return false;return true;};const isDisplayed2=()=>{if([\"btvg3HMcY\",\"UeH2sk1HA\",\"vXiHMCES9\",\"xKVIwGYfn\"].includes(baseVariant))return false;return true;};const ref1=React.useRef(null);const ref2=React.useRef(null);const ref3=React.useRef(null);const ref4=React.useRef(null);const ref5=React.useRef(null);const ref6=React.useRef(null);const ref7=React.useRef(null);const ref8=React.useRef(null);const isDisplayed3=()=>{if(baseVariant===\"Q2ss9esN6\")return false;return true;};const isDisplayed4=()=>{if([\"XilsXZEUe\",\"HNM09h7JJ\"].includes(baseVariant))return false;return true;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.nav,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1f5faot\",className,classNames),\"data-framer-name\":\"Desktop 01\",\"data-hide-scrollbars\":true,layoutDependency:layoutDependency,layoutId:\"FKi18UB62\",ref:refBinding,style:{backdropFilter:\"blur(1px)\",backgroundColor:\"rgba(255, 255, 255, 0.9)\",WebkitBackdropFilter:\"blur(1px)\",...style},variants:{bD0lDLQDi:{backgroundColor:\"rgba(0, 0, 0, 0)\"},XgUbVjw3S:{backgroundColor:\"rgba(0, 0, 0, 0)\"}},...addPropertyOverrides({AkNiyZvO5:{\"data-framer-name\":\"Mobile 02 Open\"},bD0lDLQDi:{\"data-framer-name\":\"Tablet 02 Open\"},btvg3HMcY:{\"data-framer-name\":\"Tablet 01 Closed\"},HNM09h7JJ:{\"data-framer-name\":\"Laptop 02\"},Q2ss9esN6:{\"data-framer-name\":\"Laptop 01\"},tCH7TGgtv:{\"data-framer-name\":\"Mobile 01 Open\"},UeH2sk1HA:{\"data-framer-name\":\"Mobile 01 Closed\"},vXiHMCES9:{\"data-framer-name\":\"Tablet 02 Close\"},XgUbVjw3S:{\"data-framer-name\":\"Tablet 01 Open\"},XilsXZEUe:{\"data-framer-name\":\"Desktop 02\"},xKVIwGYfn:{\"data-framer-name\":\"Mobile 02 Closed\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-p1nm0\",\"data-framer-name\":\"Logo & Menu\",layoutDependency:layoutDependency,layoutId:\"YkgRWDBfD\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-sb7zxo\",\"data-framer-name\":\"Brand Logo\",layoutDependency:layoutDependency,layoutId:\"ni_qHMfgm\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"sJ9C_gzpz\"},implicitPathVariables:undefined},{href:{webPageId:\"sJ9C_gzpz\"},implicitPathVariables:undefined},{href:{webPageId:\"sJ9C_gzpz\"},implicitPathVariables:undefined},{href:{webPageId:\"sJ9C_gzpz\"},implicitPathVariables:undefined},{href:{webPageId:\"sJ9C_gzpz\"},implicitPathVariables:undefined},{href:{webPageId:\"sJ9C_gzpz\"},implicitPathVariables:undefined},{href:{webPageId:\"sJ9C_gzpz\"},implicitPathVariables:undefined},{href:{webPageId:\"sJ9C_gzpz\"},implicitPathVariables:undefined},{href:{webPageId:\"sJ9C_gzpz\"},implicitPathVariables:undefined},{href:{webPageId:\"sJ9C_gzpz\"},implicitPathVariables:undefined},{href:{webPageId:\"sJ9C_gzpz\"},implicitPathVariables:undefined},{href:{webPageId:\"sJ9C_gzpz\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,width:\"188px\",y:(componentViewport?.y||0)+(20+((componentViewport?.height||89)-40-48)/2)+0+0,...addPropertyOverrides({AkNiyZvO5:{y:(componentViewport?.y||0)+15+(((componentViewport?.height||78.5)-30-48)/2+0+0)+0+0},bD0lDLQDi:{y:(componentViewport?.y||0)+20+(((componentViewport?.height||88.5)-40-48)/2+0+0)+0+0},btvg3HMcY:{y:(componentViewport?.y||0)+20+(0+0+((componentViewport?.height||88.5)-40-48)/1*0)+0+0},Q2ss9esN6:{width:\"150px\"},tCH7TGgtv:{y:(componentViewport?.y||0)+15+(((componentViewport?.height||78.5)-30-48)/2+0+0)+0+0},UeH2sk1HA:{y:(componentViewport?.y||0)+15+(0+0+((componentViewport?.height||78.5)-30-48)/1*0)+0+0},vXiHMCES9:{y:(componentViewport?.y||0)+20+(0+0+((componentViewport?.height||88.5)-40-48)/1*0)+0+0},XgUbVjw3S:{y:(componentViewport?.y||0)+20+(((componentViewport?.height||88.5)-40-48)/2+0+0)+0+0},xKVIwGYfn:{y:(componentViewport?.y||0)+15+(0+0+((componentViewport?.height||78.5)-30-48)/1*0)+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-12cp5q8-container\",\"data-framer-cursor\":GEPBWvvCR,layoutDependency:layoutDependency,layoutId:\"f6sMO4EC0-container\",nodeId:\"f6sMO4EC0\",rendersWithMotion:true,scopeId:\"JnXutfc3u\",children:/*#__PURE__*/_jsx(Logo,{AfdHcWyNs:resolvedLinks[0],height:\"100%\",id:\"f6sMO4EC0\",layoutId:\"f6sMO4EC0\",style:{height:\"100%\",width:\"100%\"},variant:\"dh2kbUvIy\",width:\"100%\",...addPropertyOverrides({AkNiyZvO5:{AfdHcWyNs:resolvedLinks[11],variant:\"OPyjg4WO2\"},bD0lDLQDi:{AfdHcWyNs:resolvedLinks[9],variant:\"OPyjg4WO2\"},btvg3HMcY:{AfdHcWyNs:resolvedLinks[2]},HNM09h7JJ:{AfdHcWyNs:resolvedLinks[7],variant:\"OPyjg4WO2\"},Q2ss9esN6:{AfdHcWyNs:resolvedLinks[1]},tCH7TGgtv:{AfdHcWyNs:resolvedLinks[5]},UeH2sk1HA:{AfdHcWyNs:resolvedLinks[3]},vXiHMCES9:{AfdHcWyNs:resolvedLinks[8],variant:\"OPyjg4WO2\"},XgUbVjw3S:{AfdHcWyNs:resolvedLinks[4]},XilsXZEUe:{AfdHcWyNs:resolvedLinks[6],variant:\"OPyjg4WO2\"},xKVIwGYfn:{AfdHcWyNs:resolvedLinks[10],variant:\"OPyjg4WO2\"}},baseVariant,gestureVariant)})})})}),isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-110xae9\",\"data-framer-name\":\"Button & Burgar\",layoutDependency:layoutDependency,layoutId:\"BTtGIUkAR\",children:[isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({AkNiyZvO5:{height:40,width:\"40px\",y:(componentViewport?.y||0)+15+(((componentViewport?.height||78.5)-30-48)/2+0+0)+0+4+0},bD0lDLQDi:{height:40,width:\"40px\",y:(componentViewport?.y||0)+20+(((componentViewport?.height||88.5)-40-48)/2+0+0)+0+4+0},btvg3HMcY:{height:40,width:\"40px\",y:(componentViewport?.y||0)+20+(0+0+((componentViewport?.height||88.5)-40-48)/1*0)+0+4+0},tCH7TGgtv:{height:40,width:\"40px\",y:(componentViewport?.y||0)+15+(((componentViewport?.height||78.5)-30-48)/2+0+0)+0+4+0},UeH2sk1HA:{height:40,width:\"40px\",y:(componentViewport?.y||0)+15+(0+0+((componentViewport?.height||78.5)-30-48)/1*0)+0+4+0},vXiHMCES9:{height:40,width:\"40px\",y:(componentViewport?.y||0)+20+(0+0+((componentViewport?.height||88.5)-40-48)/1*0)+0+4+0},XgUbVjw3S:{height:40,width:\"40px\",y:(componentViewport?.y||0)+20+(((componentViewport?.height||88.5)-40-48)/2+0+0)+0+4+0},xKVIwGYfn:{height:40,width:\"40px\",y:(componentViewport?.y||0)+15+(0+0+((componentViewport?.height||78.5)-30-48)/1*0)+0+4+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-uv6296-container\",layoutDependency:layoutDependency,layoutId:\"wQ0TL1Ar_-container\",nodeId:\"wQ0TL1Ar_\",rendersWithMotion:true,scopeId:\"JnXutfc3u\",children:/*#__PURE__*/_jsx(Hamburgar,{height:\"100%\",id:\"wQ0TL1Ar_\",layoutId:\"wQ0TL1Ar_\",style:{height:\"100%\",width:\"100%\"},variant:\"Adsi_TByL\",width:\"100%\",...addPropertyOverrides({AkNiyZvO5:{variant:\"Ru7w3u83T\",vnCwfiSlw:vnCwfiSlw12z4uya},bD0lDLQDi:{variant:\"Ru7w3u83T\",vnCwfiSlw:vnCwfiSlw1ins8xn},btvg3HMcY:{variant:\"FV5kcbA1w\",vnCwfiSlw:vnCwfiSlw1ebe745},tCH7TGgtv:{vnCwfiSlw:vnCwfiSlw1emfstc},UeH2sk1HA:{variant:\"FV5kcbA1w\",vnCwfiSlw:vnCwfiSlw1ukkr3v},vXiHMCES9:{variant:\"L4UxWTWSD\",vnCwfiSlw:vnCwfiSlw1kdz9zu},XgUbVjw3S:{vnCwfiSlw:vnCwfiSlw188w98u},xKVIwGYfn:{variant:\"L4UxWTWSD\",vnCwfiSlw:vnCwfiSlwpda205}},baseVariant,gestureVariant)})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"vxgHHSLDB\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:49,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-q0aqmh-container\",layoutDependency:layoutDependency,layoutId:\"N5mZRzNgk-container\",nodeId:\"N5mZRzNgk\",rendersWithMotion:true,scopeId:\"JnXutfc3u\",children:/*#__PURE__*/_jsx(PrimaryButton,{height:\"100%\",IBDADqidq:getLocalizedValue(\"v0\",activeLocale)??\"Book Free Demo\",id:\"N5mZRzNgk\",layoutId:\"N5mZRzNgk\",variant:\"rfiwe83Q1\",width:\"100%\",X5LroKdYr:resolvedLinks1[0]})})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"vxgHHSLDB\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:49,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1i7unnf-container\",layoutDependency:layoutDependency,layoutId:\"sRmXK5uvR-container\",nodeId:\"sRmXK5uvR\",rendersWithMotion:true,scopeId:\"JnXutfc3u\",children:/*#__PURE__*/_jsx(PrimaryButton,{height:\"100%\",IBDADqidq:getLocalizedValue(\"v1\",activeLocale)??\"Get This Template\",id:\"sRmXK5uvR\",layoutId:\"sRmXK5uvR\",variant:\"Dhr0rrAa_\",width:\"100%\",X5LroKdYr:resolvedLinks2[0]})})})})]})]})}),isDisplayed2()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-hnuipc\",\"data-framer-cursor\":GEPBWvvCR,\"data-framer-name\":\"Menu\",layoutDependency:layoutDependency,layoutId:\"KjqPeUrJf\",style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgba(0, 0, 0, 0)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",backgroundColor:\"rgba(0, 0, 0, 0)\"},variants:{AkNiyZvO5:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(32, 30, 28, 0.08)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-5284c577-2188-4541-8bfe-f65b53f320d9, rgb(12, 34, 23))\"},bD0lDLQDi:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(32, 30, 28, 0.08)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-5284c577-2188-4541-8bfe-f65b53f320d9, rgb(12, 34, 23))\"},HNM09h7JJ:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",backgroundColor:\"rgba(0, 0, 0, 0)\"},tCH7TGgtv:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(32, 30, 28, 0.08)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-e837ac9b-eb73-44c7-884c-0e24a08d3d91, rgb(255, 255, 255))\"},XgUbVjw3S:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(32, 30, 28, 0.08)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-e837ac9b-eb73-44c7-884c-0e24a08d3d91, rgb(255, 255, 255))\"},XilsXZEUe:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",backgroundColor:\"rgba(0, 0, 0, 0)\"}},...addPropertyOverrides({AkNiyZvO5:{\"data-border\":true,transformTemplate:transformTemplate1},bD0lDLQDi:{\"data-border\":true,transformTemplate:transformTemplate1},tCH7TGgtv:{\"data-border\":true,transformTemplate:transformTemplate1},XgUbVjw3S:{\"data-border\":true,transformTemplate:transformTemplate1}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:27,y:(componentViewport?.y||0)+(20+((componentViewport?.height||89)-40-27)/2)+0,...addPropertyOverrides({AkNiyZvO5:{y:(componentViewport?.y||0)+(componentViewport?.height||78.5)-115+20+0},bD0lDLQDi:{y:(componentViewport?.y||0)+(componentViewport?.height||88.5)-108+20+0},tCH7TGgtv:{y:(componentViewport?.y||0)+(componentViewport?.height||78.5)-115+20+0},XgUbVjw3S:{y:(componentViewport?.y||0)+(componentViewport?.height||88.5)-108+20+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(SmartComponentScopedContainer,{className:\"framer-plsvfy-container\",id:`${layoutId}-plsvfy`,layoutDependency:layoutDependency,layoutId:\"aKm3G0O6c-container\",nodeId:\"aKm3G0O6c\",ref:ref1,rendersWithMotion:true,scopeId:\"JnXutfc3u\",children:[/*#__PURE__*/_jsx(Trigger,{DApvjrdfG:getLocalizedValue(\"v2\",activeLocale)??\"Plattform\",height:\"100%\",id:\"aKm3G0O6c\",layoutId:\"aKm3G0O6c\",PWSlWeqS6:PWSlWeqS6txyyif({overlay}),variant:overlay.visible?\"mWwJmDqwX\":\"mWwJmDqwX\",width:\"100%\",...addPropertyOverrides({AkNiyZvO5:{variant:overlay.visible?\"BoY0VxEJV\":\"BoY0VxEJV\"},bD0lDLQDi:{variant:overlay.visible?\"BoY0VxEJV\":\"BoY0VxEJV\"},HNM09h7JJ:{variant:overlay.visible?\"BoY0VxEJV\":\"BoY0VxEJV\"},XgUbVjw3S:{variant:overlay.visible?\"aGmat8HD9\":\"WgVMCBaw2\"},XilsXZEUe:{variant:overlay.visible?\"BoY0VxEJV\":\"BoY0VxEJV\"}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"start\",anchorRef:ref1,className:cx(scopingClassNames,classNames),collisionDetection:true,collisionDetectionPadding:20,\"data-framer-portal-id\":`${layoutId}-plsvfy`,offsetX:0,offsetY:10,onDismiss:overlay.hide,placement:\"bottom\",safeArea:true,zIndex:11,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:234,y:(componentViewport?.y||0)+(20+((componentViewport?.height||89)-40-27)/2)+0+0,...addPropertyOverrides({AkNiyZvO5:{y:(componentViewport?.y||0)+(componentViewport?.height||78.5)-115+20+0+0},bD0lDLQDi:{y:(componentViewport?.y||0)+(componentViewport?.height||88.5)-108+20+0+0},tCH7TGgtv:{y:(componentViewport?.y||0)+(componentViewport?.height||78.5)-115+20+0+0},XgUbVjw3S:{y:(componentViewport?.y||0)+(componentViewport?.height||88.5)-108+20+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainerWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation1,className:\"framer-1gmm56z-container\",exit:animation,inComponentSlot:true,initial:animation2,layoutDependency:layoutDependency,layoutId:\"cJRUMJStr-container\",nodeId:\"cJRUMJStr\",ref:ref2,rendersWithMotion:true,role:\"dialog\",scopeId:\"JnXutfc3u\",children:/*#__PURE__*/_jsx(DropdownPlattform,{height:\"100%\",id:\"cJRUMJStr\",layoutId:\"cJRUMJStr\",variant:\"lVMtsa7js\",width:\"100%\"})})})})})]})})})}),/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay1=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:27,y:(componentViewport?.y||0)+(20+((componentViewport?.height||89)-40-27)/2)+0,...addPropertyOverrides({AkNiyZvO5:{y:(componentViewport?.y||0)+(componentViewport?.height||78.5)-115+20+43},bD0lDLQDi:{y:(componentViewport?.y||0)+(componentViewport?.height||88.5)-108+20+43},tCH7TGgtv:{y:(componentViewport?.y||0)+(componentViewport?.height||78.5)-115+20+43},XgUbVjw3S:{y:(componentViewport?.y||0)+(componentViewport?.height||88.5)-108+20+43}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(SmartComponentScopedContainer,{className:\"framer-1liu36e-container\",id:`${layoutId}-1liu36e`,layoutDependency:layoutDependency,layoutId:\"VGBrPdvxF-container\",nodeId:\"VGBrPdvxF\",ref:ref3,rendersWithMotion:true,scopeId:\"JnXutfc3u\",children:[/*#__PURE__*/_jsx(Trigger,{DApvjrdfG:getLocalizedValue(\"v3\",activeLocale)??\"Services\",height:\"100%\",id:\"VGBrPdvxF\",layoutId:\"VGBrPdvxF\",PWSlWeqS6:PWSlWeqS6txyyif({overlay:overlay1}),variant:overlay1.visible?\"WgVMCBaw2\":\"mWwJmDqwX\",width:\"100%\",...addPropertyOverrides({AkNiyZvO5:{variant:overlay1.visible?\"BoY0VxEJV\":\"BoY0VxEJV\"},bD0lDLQDi:{variant:overlay1.visible?\"BoY0VxEJV\":\"BoY0VxEJV\"},HNM09h7JJ:{DApvjrdfG:getLocalizedValue(\"v2\",activeLocale)??\"Plattform\",variant:overlay1.visible?\"BoY0VxEJV\":\"BoY0VxEJV\"},XgUbVjw3S:{variant:overlay1.visible?\"aGmat8HD9\":\"WgVMCBaw2\"},XilsXZEUe:{variant:overlay1.visible?\"BoY0VxEJV\":\"BoY0VxEJV\"}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay1.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"start\",anchorRef:ref3,className:cx(scopingClassNames,classNames),collisionDetection:false,\"data-framer-portal-id\":`${layoutId}-1liu36e`,offsetX:0,offsetY:16,onDismiss:overlay1.hide,placement:\"bottom\",safeArea:true,zIndex:11,...addPropertyOverrides({AkNiyZvO5:{offsetY:8},bD0lDLQDi:{offsetY:10},tCH7TGgtv:{offsetY:8},XgUbVjw3S:{offsetY:10}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:234,y:(componentViewport?.y||0)+(20+((componentViewport?.height||89)-40-27)/2)+0+-117,...addPropertyOverrides({AkNiyZvO5:{y:(componentViewport?.y||0)+(componentViewport?.height||78.5)-115+20+43+-117},bD0lDLQDi:{y:(componentViewport?.y||0)+(componentViewport?.height||88.5)-108+20+43+-117},tCH7TGgtv:{y:(componentViewport?.y||0)+(componentViewport?.height||78.5)-115+20+43+-117},XgUbVjw3S:{y:(componentViewport?.y||0)+(componentViewport?.height||88.5)-108+20+43+-117}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainerWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation4,className:\"framer-m4v8dx-container\",\"data-framer-name\":\"Dropdown Services\",exit:animation3,inComponentSlot:true,initial:animation5,layoutDependency:layoutDependency,layoutId:\"e6SfpO_JJ-container\",name:\"Dropdown Services\",nodeId:\"e6SfpO_JJ\",ref:ref4,rendersWithMotion:true,role:\"dialog\",scopeId:\"JnXutfc3u\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(DropdownPlattform,{FQQs6EuGq:GEPBWvvCR,height:\"100%\",id:\"e6SfpO_JJ\",layoutId:\"e6SfpO_JJ\",name:\"Dropdown Services\",variant:\"aULxyE5ek\",width:\"100%\"})})})})})]})})})}),/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay2=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:27,y:(componentViewport?.y||0)+(20+((componentViewport?.height||89)-40-27)/2)+0,...addPropertyOverrides({AkNiyZvO5:{y:(componentViewport?.y||0)+(componentViewport?.height||78.5)-115+20+86},bD0lDLQDi:{y:(componentViewport?.y||0)+(componentViewport?.height||88.5)-108+20+86},tCH7TGgtv:{y:(componentViewport?.y||0)+(componentViewport?.height||78.5)-115+20+86},XgUbVjw3S:{y:(componentViewport?.y||0)+(componentViewport?.height||88.5)-108+20+86}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(SmartComponentScopedContainer,{className:\"framer-fjetpv-container\",id:`${layoutId}-fjetpv`,layoutDependency:layoutDependency,layoutId:\"oIAGpJSJO-container\",nodeId:\"oIAGpJSJO\",ref:ref5,rendersWithMotion:true,scopeId:\"JnXutfc3u\",children:[/*#__PURE__*/_jsx(Trigger,{DApvjrdfG:getLocalizedValue(\"v4\",activeLocale)??\"Case Studies\",height:\"100%\",id:\"oIAGpJSJO\",layoutId:\"oIAGpJSJO\",PWSlWeqS6:PWSlWeqS6txyyif({overlay:overlay2}),variant:overlay2.visible?\"WgVMCBaw2\":\"mWwJmDqwX\",width:\"100%\",...addPropertyOverrides({AkNiyZvO5:{variant:overlay2.visible?\"WgVMCBaw2\":\"BoY0VxEJV\"},bD0lDLQDi:{variant:overlay2.visible?\"WgVMCBaw2\":\"BoY0VxEJV\"},HNM09h7JJ:{variant:overlay2.visible?\"WgVMCBaw2\":\"BoY0VxEJV\"},XilsXZEUe:{variant:overlay2.visible?\"BoY0VxEJV\":\"BoY0VxEJV\"}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay2.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"start\",anchorRef:ref5,className:cx(scopingClassNames,classNames),collisionDetection:false,\"data-framer-portal-id\":`${layoutId}-fjetpv`,offsetX:0,offsetY:16,onDismiss:overlay2.hide,placement:\"bottom\",safeArea:true,zIndex:11,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:234,y:(componentViewport?.y||0)+(20+((componentViewport?.height||89)-40-27)/2)+0+-117,...addPropertyOverrides({AkNiyZvO5:{y:(componentViewport?.y||0)+(componentViewport?.height||78.5)-115+20+86+-117},bD0lDLQDi:{y:(componentViewport?.y||0)+(componentViewport?.height||88.5)-108+20+86+-117},tCH7TGgtv:{y:(componentViewport?.y||0)+(componentViewport?.height||78.5)-115+20+86+-117},XgUbVjw3S:{y:(componentViewport?.y||0)+(componentViewport?.height||88.5)-108+20+86+-117}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainerWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation7,className:\"framer-5myigm-container\",\"data-framer-name\":\"Dropdown Services\",exit:animation6,inComponentSlot:true,initial:animation8,layoutDependency:layoutDependency,layoutId:\"VytXWBi04-container\",name:\"Dropdown Services\",nodeId:\"VytXWBi04\",ref:ref6,rendersWithMotion:true,role:\"dialog\",scopeId:\"JnXutfc3u\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(DropdownPlattform,{FQQs6EuGq:GEPBWvvCR,height:\"100%\",id:\"VytXWBi04\",layoutId:\"VytXWBi04\",name:\"Dropdown Services\",variant:\"rGFIs5_hC\",width:\"100%\"})})})})})]})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"Mxuu2uson\"},implicitPathVariables:undefined},{href:{webPageId:\"Mxuu2uson\"},implicitPathVariables:undefined},{href:{webPageId:\"Mxuu2uson\"},implicitPathVariables:undefined},{href:{webPageId:\"Mxuu2uson\"},implicitPathVariables:undefined},{href:{webPageId:\"Mxuu2uson\"},implicitPathVariables:undefined},{href:{webPageId:\"Mxuu2uson\"},implicitPathVariables:undefined},{href:{webPageId:\"Mxuu2uson\"},implicitPathVariables:undefined},{href:{webPageId:\"Mxuu2uson\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:27,y:(componentViewport?.y||0)+(20+((componentViewport?.height||89)-40-27)/2)+0,...addPropertyOverrides({AkNiyZvO5:{y:(componentViewport?.y||0)+(componentViewport?.height||78.5)-115+20+129},bD0lDLQDi:{y:(componentViewport?.y||0)+(componentViewport?.height||88.5)-108+20+129},tCH7TGgtv:{y:(componentViewport?.y||0)+(componentViewport?.height||78.5)-115+20+129},XgUbVjw3S:{y:(componentViewport?.y||0)+(componentViewport?.height||88.5)-108+20+129}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1beiunl-container\",layoutDependency:layoutDependency,layoutId:\"JsPL6sImg-container\",nodeId:\"JsPL6sImg\",rendersWithMotion:true,scopeId:\"JnXutfc3u\",children:/*#__PURE__*/_jsx(Navitem,{height:\"100%\",id:\"JsPL6sImg\",KDLLiSelu:resolvedLinks3[0],layoutId:\"JsPL6sImg\",variant:\"O4MrrTH2y\",WGGYX8MOz:getLocalizedValue(\"v5\",activeLocale)??\"Preise\",width:\"100%\",...addPropertyOverrides({AkNiyZvO5:{KDLLiSelu:resolvedLinks3[7],variant:\"cGled0Bq9\"},bD0lDLQDi:{KDLLiSelu:resolvedLinks3[6],variant:\"cGled0Bq9\"},HNM09h7JJ:{KDLLiSelu:resolvedLinks3[5],variant:\"cGled0Bq9\"},Q2ss9esN6:{KDLLiSelu:resolvedLinks3[1]},tCH7TGgtv:{KDLLiSelu:resolvedLinks3[3]},XgUbVjw3S:{KDLLiSelu:resolvedLinks3[2]},XilsXZEUe:{KDLLiSelu:resolvedLinks3[4],variant:\"cGled0Bq9\"}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay3=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:27,y:(componentViewport?.y||0)+(20+((componentViewport?.height||89)-40-27)/2)+0,...addPropertyOverrides({AkNiyZvO5:{y:(componentViewport?.y||0)+(componentViewport?.height||78.5)-115+20+172},bD0lDLQDi:{y:(componentViewport?.y||0)+(componentViewport?.height||88.5)-108+20+172},tCH7TGgtv:{y:(componentViewport?.y||0)+(componentViewport?.height||78.5)-115+20+172},XgUbVjw3S:{y:(componentViewport?.y||0)+(componentViewport?.height||88.5)-108+20+172}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(SmartComponentScopedContainer,{className:\"framer-1by940x-container\",id:`${layoutId}-1by940x`,layoutDependency:layoutDependency,layoutId:\"kp44t31jm-container\",nodeId:\"kp44t31jm\",ref:ref7,rendersWithMotion:true,scopeId:\"JnXutfc3u\",children:[/*#__PURE__*/_jsx(Trigger,{DApvjrdfG:getLocalizedValue(\"v6\",activeLocale)??\"\\xdcber uns\",height:\"100%\",id:\"kp44t31jm\",layoutId:\"kp44t31jm\",PWSlWeqS6:PWSlWeqS6txyyif({overlay:overlay3}),variant:overlay3.visible?\"WgVMCBaw2\":\"mWwJmDqwX\",width:\"100%\",...addPropertyOverrides({XilsXZEUe:{variant:overlay3.visible?\"WgVMCBaw2\":\"BoY0VxEJV\"}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay3.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"start\",anchorRef:ref7,className:cx(scopingClassNames,classNames),collisionDetection:false,\"data-framer-portal-id\":`${layoutId}-1by940x`,offsetX:0,offsetY:16,onDismiss:overlay3.hide,placement:\"bottom\",safeArea:true,zIndex:11,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:234,y:(componentViewport?.y||0)+(20+((componentViewport?.height||89)-40-27)/2)+0+-117,...addPropertyOverrides({AkNiyZvO5:{y:(componentViewport?.y||0)+(componentViewport?.height||78.5)-115+20+172+-117},bD0lDLQDi:{y:(componentViewport?.y||0)+(componentViewport?.height||88.5)-108+20+172+-117},tCH7TGgtv:{y:(componentViewport?.y||0)+(componentViewport?.height||78.5)-115+20+172+-117},XgUbVjw3S:{y:(componentViewport?.y||0)+(componentViewport?.height||88.5)-108+20+172+-117}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainerWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation7,className:\"framer-i43lfk-container\",\"data-framer-name\":\"Dropdown Services\",exit:animation6,inComponentSlot:true,initial:animation8,layoutDependency:layoutDependency,layoutId:\"V04ceyFNZ-container\",name:\"Dropdown Services\",nodeId:\"V04ceyFNZ\",ref:ref8,rendersWithMotion:true,role:\"dialog\",scopeId:\"JnXutfc3u\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(DropdownPlattform,{FQQs6EuGq:GEPBWvvCR,height:\"100%\",id:\"V04ceyFNZ\",layoutId:\"V04ceyFNZ\",name:\"Dropdown Services\",variant:\"mTtRDGEEW\",width:\"100%\"})})})})})]})})})}),isDisplayed3()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"vxgHHSLDB\"},implicitPathVariables:undefined},{href:{webPageId:\"vxgHHSLDB\"},implicitPathVariables:undefined},{href:{webPageId:\"vxgHHSLDB\"},implicitPathVariables:undefined},{href:{webPageId:\"vxgHHSLDB\"},implicitPathVariables:undefined},{href:{webPageId:\"vxgHHSLDB\"},implicitPathVariables:undefined},{href:{webPageId:\"vxgHHSLDB\"},implicitPathVariables:undefined},{href:{webPageId:\"vxgHHSLDB\"},implicitPathVariables:undefined}],children:resolvedLinks4=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:27,y:(componentViewport?.y||0)+(20+((componentViewport?.height||89)-40-27)/2)+0,...addPropertyOverrides({AkNiyZvO5:{y:(componentViewport?.y||0)+(componentViewport?.height||78.5)-115+20+215},bD0lDLQDi:{y:(componentViewport?.y||0)+(componentViewport?.height||88.5)-108+20+215},tCH7TGgtv:{y:(componentViewport?.y||0)+(componentViewport?.height||78.5)-115+20+215},XgUbVjw3S:{y:(componentViewport?.y||0)+(componentViewport?.height||88.5)-108+20+215}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-b86c9-container\",layoutDependency:layoutDependency,layoutId:\"flptCoZ84-container\",nodeId:\"flptCoZ84\",rendersWithMotion:true,scopeId:\"JnXutfc3u\",children:/*#__PURE__*/_jsx(Navitem,{height:\"100%\",id:\"flptCoZ84\",KDLLiSelu:resolvedLinks4[0],layoutId:\"flptCoZ84\",variant:\"O4MrrTH2y\",WGGYX8MOz:getLocalizedValue(\"v7\",activeLocale)??\"Kontakt\",width:\"100%\",...addPropertyOverrides({AkNiyZvO5:{KDLLiSelu:resolvedLinks4[6],variant:\"cGled0Bq9\"},bD0lDLQDi:{KDLLiSelu:resolvedLinks4[5],variant:\"cGled0Bq9\"},HNM09h7JJ:{KDLLiSelu:resolvedLinks4[4],variant:\"cGled0Bq9\"},tCH7TGgtv:{KDLLiSelu:resolvedLinks4[2]},XgUbVjw3S:{KDLLiSelu:resolvedLinks4[1]},XilsXZEUe:{KDLLiSelu:resolvedLinks4[3],variant:\"cGled0Bq9\"}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:27,y:(componentViewport?.y||0)+(20+((componentViewport?.height||89)-40-27)/2)+0,...addPropertyOverrides({AkNiyZvO5:{y:(componentViewport?.y||0)+(componentViewport?.height||78.5)-115+20+258},bD0lDLQDi:{y:(componentViewport?.y||0)+(componentViewport?.height||88.5)-108+20+258},tCH7TGgtv:{y:(componentViewport?.y||0)+(componentViewport?.height||78.5)-115+20+258},XgUbVjw3S:{y:(componentViewport?.y||0)+(componentViewport?.height||88.5)-108+20+258}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1eszv0q-container\",layoutDependency:layoutDependency,layoutId:\"vamnw_XH4-container\",nodeId:\"vamnw_XH4\",rendersWithMotion:true,scopeId:\"JnXutfc3u\",children:/*#__PURE__*/_jsx(Navitem,{height:\"100%\",id:\"vamnw_XH4\",KDLLiSelu:\"https://www.selectcode.de/stellenanzeigen/full-stack-developer-genai-startup\",layoutId:\"vamnw_XH4\",variant:\"waoPp0WmC\",WGGYX8MOz:getLocalizedValue(\"v8\",activeLocale)??\"We are hiring!\",width:\"100%\"})})})]}),isDisplayed1()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-101324c\",\"data-framer-name\":\"Button & Burgar\",layoutDependency:layoutDependency,layoutId:\"ElMHPykep\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-o4awbq-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"hmk9YTbyb-container\",nodeId:\"hmk9YTbyb\",rendersWithMotion:true,scopeId:\"JnXutfc3u\",children:/*#__PURE__*/_jsx(LocaleSelector,{font:{fontFamily:'\"Manrope ExtraBold\", \"Manrope ExtraBold Placeholder\", sans-serif',fontSize:\"14px\",letterSpacing:\"0em\",lineHeight:\"1.5em\"},height:\"100%\",icon:{color:\"var(--token-7a2cb168-cb03-4793-b024-2f9aece3f3e8, rgb(86, 89, 89))\",size:18,type:\"default\"},id:\"hmk9YTbyb\",layoutId:\"hmk9YTbyb\",options:{focus:{color:\"rgb(0, 153, 255)\",offset:0,style:\"solid\",width:1},gap:5,title:false},padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,radius:10,radiusBottomLeft:10,radiusBottomRight:10,radiusPerConrner:false,radiusTopLeft:10,radiusTopRight:10,style:{width:\"100%\"},textColor:\"rgb(0, 0, 0)\",width:\"100%\"})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1uf0zy5\",layoutDependency:layoutDependency,layoutId:\"DIrUsduAT\",children:[isDisplayed4()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:49,y:(componentViewport?.y||0)+(20+((componentViewport?.height||89)-40-49)/2)+0+0,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-tdplsv-container\",layoutDependency:layoutDependency,layoutId:\"J1se6SSrz-container\",nodeId:\"J1se6SSrz\",rendersWithMotion:true,scopeId:\"JnXutfc3u\",children:/*#__PURE__*/_jsx(PrimaryButton,{height:\"100%\",IBDADqidq:getLocalizedValue(\"v9\",activeLocale)??\"Einloggen\",id:\"J1se6SSrz\",layoutId:\"J1se6SSrz\",variant:\"rfiwe83Q1\",width:\"100%\",X5LroKdYr:\"https://app.meingpt.com\",...addPropertyOverrides({Q2ss9esN6:{variant:\"z3UK6W72s\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"lfcjuL3_K\"},implicitPathVariables:undefined},{href:{webPageId:\"lfcjuL3_K\"},implicitPathVariables:undefined},{href:{webPageId:\"lfcjuL3_K\"},implicitPathVariables:undefined},{href:{webPageId:\"lfcjuL3_K\"},implicitPathVariables:undefined}],children:resolvedLinks5=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:49,y:(componentViewport?.y||0)+(20+((componentViewport?.height||89)-40-49)/2)+0+0,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-16vgg9e-container\",layoutDependency:layoutDependency,layoutId:\"LTGvboF_R-container\",nodeId:\"LTGvboF_R\",rendersWithMotion:true,scopeId:\"JnXutfc3u\",children:/*#__PURE__*/_jsx(PrimaryButton,{height:\"100%\",IBDADqidq:getLocalizedValue(\"v10\",activeLocale)??\"Jetzt anfragen\",id:\"LTGvboF_R\",layoutId:\"LTGvboF_R\",variant:\"Dhr0rrAa_\",width:\"100%\",X5LroKdYr:resolvedLinks5[0],...addPropertyOverrides({HNM09h7JJ:{X5LroKdYr:resolvedLinks5[3]},Q2ss9esN6:{variant:\"JdZTsLnlT\",X5LroKdYr:resolvedLinks5[1]},XilsXZEUe:{X5LroKdYr:resolvedLinks5[2]}},baseVariant,gestureVariant)})})})})]})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-NzZiN.framer-k4i4m3, .framer-NzZiN .framer-k4i4m3 { display: block; }\",\".framer-NzZiN.framer-1f5faot { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 20px 20px 20px 0px; position: relative; width: 1320px; }\",\".framer-NzZiN .framer-p1nm0 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 85px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-NzZiN .framer-sb7zxo { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-NzZiN .framer-12cp5q8-container { aspect-ratio: 3.870967741935484 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 49px); position: relative; width: 188px; }\",\".framer-NzZiN .framer-110xae9 { 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-NzZiN .framer-uv6296-container { flex: none; height: 40px; position: relative; width: 40px; }\",\".framer-NzZiN .framer-q0aqmh-container, .framer-NzZiN .framer-1i7unnf-container, .framer-NzZiN .framer-plsvfy-container, .framer-NzZiN .framer-1liu36e-container, .framer-NzZiN .framer-fjetpv-container, .framer-NzZiN .framer-1beiunl-container, .framer-NzZiN .framer-1by940x-container, .framer-NzZiN .framer-b86c9-container, .framer-NzZiN .framer-1eszv0q-container, .framer-NzZiN .framer-tdplsv-container, .framer-NzZiN .framer-16vgg9e-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-NzZiN .framer-hnuipc { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 25px; height: min-content; justify-content: flex-end; overflow: hidden; padding: 0px; position: relative; width: min-content; z-index: 1; }\",\".framer-NzZiN .framer-1gmm56z-container, .framer-NzZiN .framer-m4v8dx-container, .framer-NzZiN .framer-5myigm-container, .framer-NzZiN .framer-i43lfk-container { height: auto; position: relative; width: auto; }\",\".framer-NzZiN .framer-101324c { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-end; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-NzZiN .framer-o4awbq-container { flex: none; height: auto; position: relative; width: 35px; }\",\".framer-NzZiN .framer-1uf0zy5 { 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; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-NzZiN .framer-p1nm0, .framer-NzZiN .framer-sb7zxo, .framer-NzZiN .framer-110xae9, .framer-NzZiN .framer-hnuipc, .framer-NzZiN .framer-101324c, .framer-NzZiN .framer-1uf0zy5 { gap: 0px; } .framer-NzZiN .framer-p1nm0 > * { margin: 0px; margin-left: calc(85px / 2); margin-right: calc(85px / 2); } .framer-NzZiN .framer-p1nm0 > :first-child, .framer-NzZiN .framer-sb7zxo > :first-child, .framer-NzZiN .framer-110xae9 > :first-child, .framer-NzZiN .framer-hnuipc > :first-child, .framer-NzZiN .framer-101324c > :first-child, .framer-NzZiN .framer-1uf0zy5 > :first-child { margin-left: 0px; } .framer-NzZiN .framer-p1nm0 > :last-child, .framer-NzZiN .framer-sb7zxo > :last-child, .framer-NzZiN .framer-110xae9 > :last-child, .framer-NzZiN .framer-hnuipc > :last-child, .framer-NzZiN .framer-101324c > :last-child, .framer-NzZiN .framer-1uf0zy5 > :last-child { margin-right: 0px; } .framer-NzZiN .framer-sb7zxo > *, .framer-NzZiN .framer-1uf0zy5 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-NzZiN .framer-110xae9 > * { margin: 0px; margin-left: calc(15px / 2); margin-right: calc(15px / 2); } .framer-NzZiN .framer-hnuipc > * { margin: 0px; margin-left: calc(25px / 2); margin-right: calc(25px / 2); } .framer-NzZiN .framer-101324c > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } }\",\".framer-NzZiN.framer-v-d662oq.framer-1f5faot { width: 992px; }\",\".framer-NzZiN.framer-v-d662oq .framer-p1nm0, .framer-NzZiN.framer-v-d662oq .framer-101324c { gap: 0px; }\",\".framer-NzZiN.framer-v-d662oq .framer-12cp5q8-container { aspect-ratio: 3.125 / 1; height: var(--framer-aspect-ratio-supported, 48px); width: 150px; }\",\".framer-NzZiN.framer-v-d662oq .framer-hnuipc { gap: 12px; }\",\".framer-NzZiN.framer-v-d662oq .framer-o4awbq-container { width: 24px; }\",\".framer-NzZiN.framer-v-d662oq .framer-1uf0zy5 { gap: 8px; height: 49px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-NzZiN.framer-v-d662oq .framer-p1nm0, .framer-NzZiN.framer-v-d662oq .framer-hnuipc, .framer-NzZiN.framer-v-d662oq .framer-101324c, .framer-NzZiN.framer-v-d662oq .framer-1uf0zy5 { gap: 0px; } .framer-NzZiN.framer-v-d662oq .framer-p1nm0 > *, .framer-NzZiN.framer-v-d662oq .framer-101324c > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-NzZiN.framer-v-d662oq .framer-p1nm0 > :first-child, .framer-NzZiN.framer-v-d662oq .framer-hnuipc > :first-child, .framer-NzZiN.framer-v-d662oq .framer-101324c > :first-child, .framer-NzZiN.framer-v-d662oq .framer-1uf0zy5 > :first-child { margin-left: 0px; } .framer-NzZiN.framer-v-d662oq .framer-p1nm0 > :last-child, .framer-NzZiN.framer-v-d662oq .framer-hnuipc > :last-child, .framer-NzZiN.framer-v-d662oq .framer-101324c > :last-child, .framer-NzZiN.framer-v-d662oq .framer-1uf0zy5 > :last-child { margin-right: 0px; } .framer-NzZiN.framer-v-d662oq .framer-hnuipc > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } .framer-NzZiN.framer-v-d662oq .framer-1uf0zy5 > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } }\",\".framer-NzZiN.framer-v-5a7u2g.framer-1f5faot, .framer-NzZiN.framer-v-1hpmcx4.framer-1f5faot { flex-direction: column; padding: 20px 0px 20px 0px; width: 768px; }\",\".framer-NzZiN.framer-v-5a7u2g .framer-p1nm0, .framer-NzZiN.framer-v-12mfkcb .framer-p1nm0, .framer-NzZiN.framer-v-1wpruyf .framer-p1nm0, .framer-NzZiN.framer-v-1hpmcx4 .framer-p1nm0, .framer-NzZiN.framer-v-8v2uk5 .framer-p1nm0, .framer-NzZiN.framer-v-1ddtmlr .framer-p1nm0 { width: 100%; }\",\".framer-NzZiN.framer-v-5a7u2g .framer-sb7zxo, .framer-NzZiN.framer-v-12mfkcb .framer-sb7zxo, .framer-NzZiN.framer-v-12rfn5z .framer-sb7zxo, .framer-NzZiN.framer-v-1wpruyf .framer-sb7zxo, .framer-NzZiN.framer-v-1hpmcx4 .framer-sb7zxo, .framer-NzZiN.framer-v-ckcb2y .framer-sb7zxo, .framer-NzZiN.framer-v-8v2uk5 .framer-sb7zxo, .framer-NzZiN.framer-v-1ddtmlr .framer-sb7zxo { flex: 1 0 0px; gap: unset; justify-content: space-between; width: 1px; }\",\".framer-NzZiN.framer-v-5a7u2g .framer-uv6296-container, .framer-NzZiN.framer-v-12rfn5z .framer-uv6296-container, .framer-NzZiN.framer-v-1hpmcx4 .framer-uv6296-container, .framer-NzZiN.framer-v-ckcb2y .framer-uv6296-container { order: 0; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-NzZiN.framer-v-5a7u2g.framer-1f5faot, .framer-NzZiN.framer-v-5a7u2g .framer-sb7zxo { gap: 0px; } .framer-NzZiN.framer-v-5a7u2g.framer-1f5faot > *, .framer-NzZiN.framer-v-5a7u2g.framer-1f5faot > :first-child, .framer-NzZiN.framer-v-5a7u2g.framer-1f5faot > :last-child, .framer-NzZiN.framer-v-5a7u2g .framer-sb7zxo > *, .framer-NzZiN.framer-v-5a7u2g .framer-sb7zxo > :first-child, .framer-NzZiN.framer-v-5a7u2g .framer-sb7zxo > :last-child { margin: 0px; } }\",\".framer-NzZiN.framer-v-12mfkcb.framer-1f5faot, .framer-NzZiN.framer-v-8v2uk5.framer-1f5faot { flex-direction: column; padding: 15px 0px 15px 0px; width: 390px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-NzZiN.framer-v-12mfkcb.framer-1f5faot, .framer-NzZiN.framer-v-12mfkcb .framer-sb7zxo { gap: 0px; } .framer-NzZiN.framer-v-12mfkcb.framer-1f5faot > *, .framer-NzZiN.framer-v-12mfkcb.framer-1f5faot > :first-child, .framer-NzZiN.framer-v-12mfkcb.framer-1f5faot > :last-child, .framer-NzZiN.framer-v-12mfkcb .framer-sb7zxo > *, .framer-NzZiN.framer-v-12mfkcb .framer-sb7zxo > :first-child, .framer-NzZiN.framer-v-12mfkcb .framer-sb7zxo > :last-child { margin: 0px; } }\",\".framer-NzZiN.framer-v-12rfn5z.framer-1f5faot, .framer-NzZiN.framer-v-ckcb2y.framer-1f5faot { flex-direction: column; gap: 20px; justify-content: center; padding: 20px 0px 20px 0px; width: 768px; }\",\".framer-NzZiN.framer-v-12rfn5z .framer-p1nm0, .framer-NzZiN.framer-v-ckcb2y .framer-p1nm0 { gap: 0px; width: 100%; }\",\".framer-NzZiN.framer-v-12rfn5z .framer-hnuipc, .framer-NzZiN.framer-v-ckcb2y .framer-hnuipc { align-content: flex-start; align-items: flex-start; bottom: -217px; flex-direction: column; gap: 16px; left: 50%; padding: 20px 0px 20px 20px; position: absolute; width: 100%; z-index: 10; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-NzZiN.framer-v-12rfn5z.framer-1f5faot, .framer-NzZiN.framer-v-12rfn5z .framer-p1nm0, .framer-NzZiN.framer-v-12rfn5z .framer-sb7zxo, .framer-NzZiN.framer-v-12rfn5z .framer-hnuipc { gap: 0px; } .framer-NzZiN.framer-v-12rfn5z.framer-1f5faot > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-NzZiN.framer-v-12rfn5z.framer-1f5faot > :first-child, .framer-NzZiN.framer-v-12rfn5z .framer-hnuipc > :first-child { margin-top: 0px; } .framer-NzZiN.framer-v-12rfn5z.framer-1f5faot > :last-child, .framer-NzZiN.framer-v-12rfn5z .framer-hnuipc > :last-child { margin-bottom: 0px; } .framer-NzZiN.framer-v-12rfn5z .framer-p1nm0 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-NzZiN.framer-v-12rfn5z .framer-p1nm0 > :first-child { margin-left: 0px; } .framer-NzZiN.framer-v-12rfn5z .framer-p1nm0 > :last-child { margin-right: 0px; } .framer-NzZiN.framer-v-12rfn5z .framer-sb7zxo > *, .framer-NzZiN.framer-v-12rfn5z .framer-sb7zxo > :first-child, .framer-NzZiN.framer-v-12rfn5z .framer-sb7zxo > :last-child { margin: 0px; } .framer-NzZiN.framer-v-12rfn5z .framer-hnuipc > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } }\",\".framer-NzZiN.framer-v-1wpruyf.framer-1f5faot, .framer-NzZiN.framer-v-1ddtmlr.framer-1f5faot { flex-direction: column; gap: 20px; justify-content: center; padding: 15px 0px 15px 0px; width: 390px; }\",\".framer-NzZiN.framer-v-1wpruyf .framer-hnuipc { align-content: flex-start; align-items: flex-start; bottom: -210px; flex-direction: column; gap: 16px; left: 50%; padding: 20px; position: absolute; width: 100%; z-index: 10; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-NzZiN.framer-v-1wpruyf.framer-1f5faot, .framer-NzZiN.framer-v-1wpruyf .framer-sb7zxo, .framer-NzZiN.framer-v-1wpruyf .framer-hnuipc { gap: 0px; } .framer-NzZiN.framer-v-1wpruyf.framer-1f5faot > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-NzZiN.framer-v-1wpruyf.framer-1f5faot > :first-child, .framer-NzZiN.framer-v-1wpruyf .framer-hnuipc > :first-child { margin-top: 0px; } .framer-NzZiN.framer-v-1wpruyf.framer-1f5faot > :last-child, .framer-NzZiN.framer-v-1wpruyf .framer-hnuipc > :last-child { margin-bottom: 0px; } .framer-NzZiN.framer-v-1wpruyf .framer-sb7zxo > *, .framer-NzZiN.framer-v-1wpruyf .framer-sb7zxo > :first-child, .framer-NzZiN.framer-v-1wpruyf .framer-sb7zxo > :last-child { margin: 0px; } .framer-NzZiN.framer-v-1wpruyf .framer-hnuipc > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } }\",\".framer-NzZiN.framer-v-19m5f4q.framer-1f5faot { width: 1000px; }\",\".framer-NzZiN.framer-v-19m5f4q .framer-p1nm0 { gap: 37px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-NzZiN.framer-v-19m5f4q .framer-p1nm0 { gap: 0px; } .framer-NzZiN.framer-v-19m5f4q .framer-p1nm0 > * { margin: 0px; margin-left: calc(37px / 2); margin-right: calc(37px / 2); } .framer-NzZiN.framer-v-19m5f4q .framer-p1nm0 > :first-child { margin-left: 0px; } .framer-NzZiN.framer-v-19m5f4q .framer-p1nm0 > :last-child { margin-right: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-NzZiN.framer-v-1hpmcx4.framer-1f5faot, .framer-NzZiN.framer-v-1hpmcx4 .framer-sb7zxo { gap: 0px; } .framer-NzZiN.framer-v-1hpmcx4.framer-1f5faot > *, .framer-NzZiN.framer-v-1hpmcx4.framer-1f5faot > :first-child, .framer-NzZiN.framer-v-1hpmcx4.framer-1f5faot > :last-child, .framer-NzZiN.framer-v-1hpmcx4 .framer-sb7zxo > *, .framer-NzZiN.framer-v-1hpmcx4 .framer-sb7zxo > :first-child, .framer-NzZiN.framer-v-1hpmcx4 .framer-sb7zxo > :last-child { margin: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-NzZiN.framer-v-ckcb2y.framer-1f5faot, .framer-NzZiN.framer-v-ckcb2y .framer-p1nm0, .framer-NzZiN.framer-v-ckcb2y .framer-sb7zxo, .framer-NzZiN.framer-v-ckcb2y .framer-hnuipc { gap: 0px; } .framer-NzZiN.framer-v-ckcb2y.framer-1f5faot > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-NzZiN.framer-v-ckcb2y.framer-1f5faot > :first-child, .framer-NzZiN.framer-v-ckcb2y .framer-hnuipc > :first-child { margin-top: 0px; } .framer-NzZiN.framer-v-ckcb2y.framer-1f5faot > :last-child, .framer-NzZiN.framer-v-ckcb2y .framer-hnuipc > :last-child { margin-bottom: 0px; } .framer-NzZiN.framer-v-ckcb2y .framer-p1nm0 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-NzZiN.framer-v-ckcb2y .framer-p1nm0 > :first-child { margin-left: 0px; } .framer-NzZiN.framer-v-ckcb2y .framer-p1nm0 > :last-child { margin-right: 0px; } .framer-NzZiN.framer-v-ckcb2y .framer-sb7zxo > *, .framer-NzZiN.framer-v-ckcb2y .framer-sb7zxo > :first-child, .framer-NzZiN.framer-v-ckcb2y .framer-sb7zxo > :last-child { margin: 0px; } .framer-NzZiN.framer-v-ckcb2y .framer-hnuipc > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-NzZiN.framer-v-8v2uk5.framer-1f5faot, .framer-NzZiN.framer-v-8v2uk5 .framer-sb7zxo { gap: 0px; } .framer-NzZiN.framer-v-8v2uk5.framer-1f5faot > *, .framer-NzZiN.framer-v-8v2uk5.framer-1f5faot > :first-child, .framer-NzZiN.framer-v-8v2uk5.framer-1f5faot > :last-child, .framer-NzZiN.framer-v-8v2uk5 .framer-sb7zxo > *, .framer-NzZiN.framer-v-8v2uk5 .framer-sb7zxo > :first-child, .framer-NzZiN.framer-v-8v2uk5 .framer-sb7zxo > :last-child { margin: 0px; } }\",\".framer-NzZiN.framer-v-1ddtmlr .framer-hnuipc { align-content: flex-start; align-items: flex-start; bottom: -210px; flex-direction: column; gap: 16px; left: 50%; padding: 20px; position: absolute; width: 100%; z-index: 9; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-NzZiN.framer-v-1ddtmlr.framer-1f5faot, .framer-NzZiN.framer-v-1ddtmlr .framer-sb7zxo, .framer-NzZiN.framer-v-1ddtmlr .framer-hnuipc { gap: 0px; } .framer-NzZiN.framer-v-1ddtmlr.framer-1f5faot > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-NzZiN.framer-v-1ddtmlr.framer-1f5faot > :first-child, .framer-NzZiN.framer-v-1ddtmlr .framer-hnuipc > :first-child { margin-top: 0px; } .framer-NzZiN.framer-v-1ddtmlr.framer-1f5faot > :last-child, .framer-NzZiN.framer-v-1ddtmlr .framer-hnuipc > :last-child { margin-bottom: 0px; } .framer-NzZiN.framer-v-1ddtmlr .framer-sb7zxo > *, .framer-NzZiN.framer-v-1ddtmlr .framer-sb7zxo > :first-child, .framer-NzZiN.framer-v-1ddtmlr .framer-sb7zxo > :last-child { margin: 0px; } .framer-NzZiN.framer-v-1ddtmlr .framer-hnuipc > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } }\",'.framer-NzZiN[data-hide-scrollbars=\"true\"]::-webkit-scrollbar, .framer-NzZiN [data-hide-scrollbars=\"true\"]::-webkit-scrollbar { width: 0px; height: 0px; }','.framer-NzZiN[data-hide-scrollbars=\"true\"]::-webkit-scrollbar-thumb, .framer-NzZiN [data-hide-scrollbars=\"true\"]::-webkit-scrollbar-thumb { background: transparent; }','.framer-NzZiN[data-hide-scrollbars=\"true\"], .framer-NzZiN [data-hide-scrollbars=\"true\"] { scrollbar-width: none; }','.framer-NzZiN[data-border=\"true\"]::after, .framer-NzZiN [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 89\n * @framerIntrinsicWidth 1320\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"Q2ss9esN6\":{\"layout\":[\"fixed\",\"auto\"]},\"btvg3HMcY\":{\"layout\":[\"fixed\",\"auto\"]},\"UeH2sk1HA\":{\"layout\":[\"fixed\",\"auto\"]},\"XgUbVjw3S\":{\"layout\":[\"fixed\",\"auto\"]},\"tCH7TGgtv\":{\"layout\":[\"fixed\",\"auto\"]},\"XilsXZEUe\":{\"layout\":[\"fixed\",\"auto\"]},\"HNM09h7JJ\":{\"layout\":[\"fixed\",\"auto\"]},\"vXiHMCES9\":{\"layout\":[\"fixed\",\"auto\"]},\"bD0lDLQDi\":{\"layout\":[\"fixed\",\"auto\"]},\"xKVIwGYfn\":{\"layout\":[\"fixed\",\"auto\"]},\"AkNiyZvO5\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"GEPBWvvCR\":\"cursor\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerJnXutfc3u=withCSS(Component,css,\"framer-NzZiN\");export default FramerJnXutfc3u;FramerJnXutfc3u.displayName=\"Navigation\";FramerJnXutfc3u.defaultProps={height:89,width:1320};addPropertyControls(FramerJnXutfc3u,{variant:{options:[\"FKi18UB62\",\"Q2ss9esN6\",\"btvg3HMcY\",\"UeH2sk1HA\",\"XgUbVjw3S\",\"tCH7TGgtv\",\"XilsXZEUe\",\"HNM09h7JJ\",\"vXiHMCES9\",\"bD0lDLQDi\",\"xKVIwGYfn\",\"AkNiyZvO5\"],optionTitles:[\"Desktop 01\",\"Laptop 01\",\"Tablet 01 Closed\",\"Mobile 01 Closed\",\"Tablet 01 Open\",\"Mobile 01 Open\",\"Desktop 02\",\"Laptop 02\",\"Tablet 02 Close\",\"Tablet 02 Open\",\"Mobile 02 Closed\",\"Mobile 02 Open\"],title:\"Variant\",type:ControlType.Enum},GEPBWvvCR:{title:\"Cursor\",type:ControlType.CustomCursor}});addFonts(FramerJnXutfc3u,[{explicitInter:true,fonts:[{family:\"Manrope ExtraBold\",source:\"custom\",url:\"https://framerusercontent.com/assets/xJM5rvA5bKc6HAmrWL62E5k1I.woff2\"}]},...LogoFonts,...HamburgarFonts,...PrimaryButtonFonts,...TriggerFonts,...DropdownPlattformFonts,...NavitemFonts,...LocaleSelectorFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerJnXutfc3u\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"GEPBWvvCR\\\":\\\"cursor\\\"}\",\"framerIntrinsicWidth\":\"1320\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Q2ss9esN6\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"btvg3HMcY\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"UeH2sk1HA\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"XgUbVjw3S\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"tCH7TGgtv\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"XilsXZEUe\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"HNM09h7JJ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"vXiHMCES9\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"bD0lDLQDi\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"xKVIwGYfn\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"AkNiyZvO5\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"89\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["getBorderStyle", "e", "t", "d", "r", "i", "l", "h", "b", "borderControls", "ControlType", "getFocusStyle", "color", "width", "style", "offset", "result", "focusControls", "ControlType", "getHoverStyle", "fillColor", "textColor", "borderColor", "hoverControls", "ControlType", "getPaddingStyle", "padding", "paddingPerSide", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "paddingControls", "ControlType", "getRadiusStyle", "radius", "radiusPerCorner", "radiusTopLeft", "radiusTopRight", "radiusBottomRight", "radiusBottomLeft", "result", "radiusControls", "ControlType", "className", "IconType", "Icon", "type", "color", "image", "size", "p", "CaretType", "Caret", "LocaleSelector", "withCSS", "font", "fillColor", "textColor", "icon", "caret", "title", "gap", "border", "hover", "focus", "style", "props", "id", "ae", "activeLocale", "locales", "setLocale", "useLocaleInfo", "_activeLocale_id", "activeLocaleId", "lastActiveLocaleId", "setLastActiveLocaleId", "ye", "selectedLocaleId", "setSelectedLocaleId", "selectedLocale", "locale", "handleChange", "event", "localeId", "_selectedLocale_name", "u", "className", "getPaddingStyle", "getRadiusStyle", "getBorderStyle", "getHoverStyle", "getFocusStyle", "addPropertyControls", "ControlType", "paddingControls", "radiusControls", "borderControls", "hoverControls", "focusControls", "LocaleSelector_default", "JnXutfc3u_0_exports", "__export", "__FramerMetadata__", "v0", "v1", "v10", "v2", "v3", "v4", "v5", "v6", "v7", "v8", "v9", "v0", "v1", "v2", "v3", "v4", "v5", "v6", "v7", "v8", "v9", "v10", "__FramerMetadata__", "valuesByLocaleId", "JnXutfc3u_0_exports", "getLocalizedValue", "key", "locale", "values", "value", "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", "id", "link", "title", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "_ref1", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "WGGYX8MOz", "KDLLiSelu", "QOQG5Klla", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapu9rxef", "args", "ref1", "pe", "isDisplayed", "isDisplayed1", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "u", "cx", "RichText2", "css", "FramerRmyYgwDCC", "withCSS", "RmyYgwDCC_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "UdlTGeBjs_0_exports", "__export", "__FramerMetadata__", "v0", "v1", "v10", "v11", "v12", "v13", "v14", "v15", "v16", "v17", "v18", "v19", "v2", "v20", "v21", "v3", "v4", "v5", "v6", "v7", "v8", "v9", "v0", "v1", "v2", "v3", "v4", "v5", "v6", "v7", "v8", "v9", "v10", "v11", "v12", "v13", "v14", "v15", "v16", "v17", "p", "x", "motion", "v18", "v19", "v20", "v21", "__FramerMetadata__", "valuesByLocaleId", "UdlTGeBjs_0_exports", "getLocalizedValue", "key", "locale", "values", "value", "fontStore", "fonts", "css", "className", "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", "link", "title", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "_ref1", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "WGGYX8MOz", "KDLLiSelu", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "cx", "RichText2", "css", "Frameru1Pece_6A", "withCSS", "u1Pece_6A_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "NavitemTitelFonts", "getFonts", "u1Pece_6A_default", "NavitemFonts", "RmyYgwDCC_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "cursor", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "FQQs6EuGq", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "QOQG5Klla1lh2mbz", "args", "scopingClassNames", "cx", "isDisplayed", "router", "useRouter", "isDisplayed1", "isDisplayed2", "isDisplayed3", "isDisplayed4", "isDisplayed5", "isDisplayed6", "LayoutGroup", "u", "ResolveLinks", "resolvedLinks", "ComponentViewportProvider", "SmartComponentScopedContainer", "getLocalizedValue", "resolvedLinks1", "resolvedLinks2", "resolvedLinks3", "resolvedLinks4", "resolvedLinks5", "resolvedLinks6", "resolvedLinks7", "resolvedLinks8", "resolvedLinks9", "RichText2", "css", "FramerUdlTGeBjs", "withCSS", "UdlTGeBjs_default", "addPropertyControls", "ControlType", "addFonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transitions", "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", "vnCwfiSlw", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap2xdk1h", "args", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "css", "FramerVOsxPUG4u", "withCSS", "VOsxPUG4u_default", "addPropertyControls", "ControlType", "addFonts", "wWaGr6PF5_0_exports", "__export", "__FramerMetadata__", "v0", "v0", "__FramerMetadata__", "valuesByLocaleId", "wWaGr6PF5_0_exports", "getLocalizedValue", "key", "locale", "values", "value", "FeatherFonts", "getFonts", "Icon", "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", "hover", "id", "title", "width", "props", "_ref", "_humanReadableVariantMap_props_variant", "_ref1", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "PWSlWeqS6", "DApvjrdfG", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onMouseEnter170i0h9", "args", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "_getLocalizedValue", "LayoutGroup", "u", "cx", "RichText2", "ComponentViewportProvider", "getLocalizedValue", "css", "FramerwWaGr6PF5", "withCSS", "wWaGr6PF5_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "LogoFonts", "getFonts", "wE4_lrxc_default", "HamburgarFonts", "VOsxPUG4u_default", "PrimaryButtonFonts", "xsn5pEQD6_default", "TriggerFonts", "wWaGr6PF5_default", "DropdownPlattformFonts", "UdlTGeBjs_default", "SmartComponentScopedContainerWithFX", "withFX", "SmartComponentScopedContainer", "NavitemFonts", "RmyYgwDCC_default", "LocaleSelectorFonts", "LocaleSelector_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transformTemplate1", "_", "t", "transition2", "animation", "animation1", "animation2", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "transition3", "animation3", "animation4", "animation5", "animation6", "animation7", "animation8", "Transition", "value", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "cursor", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "GEPBWvvCR", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "vnCwfiSlw1ebe745", "args", "vnCwfiSlw1ukkr3v", "vnCwfiSlw188w98u", "vnCwfiSlw1emfstc", "vnCwfiSlw1kdz9zu", "vnCwfiSlw1ins8xn", "vnCwfiSlwpda205", "vnCwfiSlw12z4uya", "PWSlWeqS6txyyif", "overlay", "loadMore", "scopingClassNames", "cx", "router", "useRouter", "isDisplayed", "isDisplayed1", "isDisplayed2", "ref1", "ref2", "ref3", "ref4", "ref5", "ref6", "ref7", "ref8", "isDisplayed3", "isDisplayed4", "LayoutGroup", "u", "ResolveLinks", "resolvedLinks", "ComponentViewportProvider", "resolvedLinks1", "getLocalizedValue", "resolvedLinks2", "l", "AnimatePresence", "Floating", "overlay1", "overlay2", "resolvedLinks3", "overlay3", "resolvedLinks4", "resolvedLinks5", "css", "FramerJnXutfc3u", "withCSS", "JnXutfc3u_default", "addPropertyControls", "ControlType", "addFonts"]
}
