{
  "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/XQ1GMXuIqYrEN1c0R6E5/padding.js", "ssg:https://framerusercontent.com/modules/N6MwtHbWoiZJNn1xpqxu/ZEWmVGYDUhL44tluQO5y/radius.js", "ssg:https://framerusercontent.com/modules/57FhkldN9P7x88MqAEaR/fW26mCIOTpHHBOBnf7GZ/LocaleSelector.js", "ssg:https://framerusercontent.com/modules/uMxhiZTUdIh4PHtwbbI7/gfZ0IvDzGuoOTYBscV03/k2ucx9s2P.js", "ssg:https://framerusercontent.com/modules/lNeHIrqIoDy123g0NLch/0IDi4MocisnGs6KocFf2/aRHpoSzsx-0.js", "ssg:https://framerusercontent.com/modules/lNeHIrqIoDy123g0NLch/0IDi4MocisnGs6KocFf2/aRHpoSzsx.js", "ssg:https://framerusercontent.com/modules/hiabDYRqsrUghHpkJw4Q/QgnVbJaki9H09NiPmpNr/zAr2MoJ91.js", "ssg:https://framerusercontent.com/modules/riYIKO8QkElPaWHL7xdV/TjY6Kv6yO1E7iuOfrbGM/aRHpoSzsx.js", "ssg:https://framerusercontent.com/modules/oBjblkMYZflTYF9wNePi/hkJuXzelGVtDTCGAETxX/ro7OPezbn.js", "ssg:https://framerusercontent.com/modules/3FBWz316uffHYfcVbPIx/lZcMvHhzjLkfyTeNEQ1H/an8ForYY4.js", "ssg:https://framerusercontent.com/modules/qeycTngCtyVhnfaiEAdG/hIOTpPyS6wFOsIhY7g2w/BJgpGUOb1.js", "ssg:https://framerusercontent.com/modules/8n8ol0ATMDUR3wZ9he88/lUb2KNv5Yw3uaZgluucu/QZHuFrae9-0.js", "ssg:https://framerusercontent.com/modules/8n8ol0ATMDUR3wZ9he88/lUb2KNv5Yw3uaZgluucu/QZHuFrae9.js", "ssg:https://framerusercontent.com/modules/2r35XcFWtm8PefuUz6Hg/rsJoXspPYrJ25WyWKz0k/QZHuFrae9.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(typeof padding===\"string\"){return{padding};}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.Padding,defaultValue:\"10px\"}};\nexport const __FramerMetadata__ = {\"exports\":{\"paddingControls\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"getPaddingStyle\":{\"type\":\"function\",\"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}={}){if(typeof radius===\"string\"){return{borderRadius:radius};}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.BorderRadius,defaultValue:\"10px\"}};\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,// @ts-ignore Internal function\nuseLocalesForCurrentRoute,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/XQ1GMXuIqYrEN1c0R6E5/padding.js\";import{getRadiusStyle,radiusControls}from\"https://framerusercontent.com/modules/N6MwtHbWoiZJNn1xpqxu/ZEWmVGYDUhL44tluQO5y/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();const localesForCurrentRoute=useLocalesForCurrentRoute();const activeLocaleId=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);}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:localesForCurrentRoute.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??\"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        `],\"framer-library-LocalePicker\");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,defaultValue:\"#000\",hidden:props=>props.type!==\"default\"},image:{type:ControlType.ResponsiveImage,title:\"File\",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,defaultValue:\"#000\",hidden:props=>props.type!==\"default\"},image:{type:ControlType.ResponsiveImage,title:\"File\",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\":{\"framerDisableUnlink\":\"* @framerIntrinsicWidth 120\",\"framerSupportedLayoutWidth\":\"any-prefer-fixed\",\"framerSupportedLayoutHeight\":\"any\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"34\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./LocaleSelector.map", "// Generated by Framer (20caf11)\nimport{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=['.framer-ZzbCL .framer-styles-preset-11bz3yy:not(.rich-text-wrapper), .framer-ZzbCL .framer-styles-preset-11bz3yy.rich-text-wrapper a { --framer-link-current-text-color: var(--token-99e6b1c7-7b55-4b2f-ae96-b2cba4288885, #fa7c2d) /* {\"name\":\"Orange\"} */; --framer-link-current-text-decoration: underline; --framer-link-hover-text-color: #a7d9b6; --framer-link-hover-text-decoration: underline; --framer-link-text-color: #ffffff; --framer-link-text-decoration: none; }'];export const className=\"framer-ZzbCL\";\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\"}}}", "import{jsx as _jsx}from\"react/jsx-runtime\";import{Link}from\"framer\";import{motion}from\"framer-motion\";import*as React from\"react\";export const v0=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-mve1gy\",\"data-styles-preset\":\"VU5V18M3j\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"pm9je7DzA\"},motionChild:true,nodeId:\"JwZ1oaftD\",openInNewTab:false,scopeId:\"aRHpoSzsx\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-11bz3yy\",\"data-styles-preset\":\"k2ucx9s2P\",children:\"Contact\"})})})});export const v1=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-mve1gy\",\"data-styles-preset\":\"VU5V18M3j\",style:{\"--framer-text-alignment\":\"left\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"pm9je7DzA\"},motionChild:true,nodeId:\"JwZ1oaftD\",openInNewTab:false,scopeId:\"aRHpoSzsx\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-11bz3yy\",\"data-styles-preset\":\"k2ucx9s2P\",children:\"Contact\"})})})});\nexport const __FramerMetadata__ = {\"exports\":{\"v1\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v0\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (6aa4fc0)\nimport*as localizedValues from\"./aRHpoSzsx-0.js\";const valuesByLocaleId={nR6oKzJtD: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 (20caf11)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getLoadingLazyAtYPosition,Image,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"P4qwzNKCA\",\"A2VRHm8xJ\",\"QMcfVM2FA\"];const serializationHash=\"framer-Zj3Cg\";const variantClassNames={A2VRHm8xJ:\"framer-v-1jcqzjf\",P4qwzNKCA:\"framer-v-15bui5t\",QMcfVM2FA:\"framer-v-kwtkga\"};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 transformTemplate1=(_,t)=>`translateY(-50%) ${t}`;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={Black:\"P4qwzNKCA\",Grey:\"QMcfVM2FA\",White:\"A2VRHm8xJ\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"P4qwzNKCA\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"P4qwzNKCA\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"A2VRHm8xJ\")return false;return true;};const isDisplayed1=()=>{if(baseVariant===\"A2VRHm8xJ\")return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,background:{alt:\"\",fit:\"fill\"},className:cx(serializationHash,...sharedStyleClassNames,\"framer-15bui5t\",className,classNames),\"data-framer-name\":\"Black\",layoutDependency:layoutDependency,layoutId:\"P4qwzNKCA\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({A2VRHm8xJ:{\"data-framer-name\":\"White\"},QMcfVM2FA:{\"data-framer-name\":\"Grey\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{background:{alt:\"\",intrinsicHeight:356.6666666666667,intrinsicWidth:1949.3333333333333,positionX:\"center\",positionY:\"center\"},className:\"framer-19gdiwc\",\"data-framer-name\":\"full_trimmed_transparent_customcolor_2_\",layoutDependency:layoutDependency,layoutId:\"WQNheF1E4\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(SVG,{className:\"framer-15zbc6a\",\"data-framer-name\":\"Logo\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"wQr1Un5lo\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 164 30\"><path d=\"M 11.94 4.182 C 14.363 5.661 18.577 8.679 18.577 8.679 C 19.181 9.022 19.837 9.309 20.544 9.544 C 22.476 10.134 24.68 10.121 26.73 9.343 C 27.487 9.056 28.175 8.688 28.8 8.237 C 25.289 1.445 17.117 -1.786 9.764 1 C 8.564 1.454 7.457 2.054 6.45 2.724 C 8.164 2.934 10.524 3.326 11.943 4.182 Z M 20.087 25.241 C 19.612 26.816 18.124 28.669 16.992 29.954 C 18.236 29.803 19.465 29.516 20.666 29.062 C 28.018 26.273 31.936 18.455 29.897 11.07 C 29.1 11.159 28.337 11.338 27.581 11.629 C 24.773 12.694 22.807 14.906 21.972 17.513 C 21.972 17.513 20.894 22.572 20.087 25.241 Z M 3.349 5.649 C 9.389 4.324 15.795 7.762 18.18 13.905 C 20.565 20.049 18.136 26.838 12.719 29.859 C 7.576 29.019 3.012 25.562 1.014 20.416 C -0.987 15.27 0.067 9.683 3.352 5.649 Z\" fill=\"rgb(235,209,61)\"></path><path d=\"M 53.093 22.92 L 53.093 27.326 L 52.591 27.326 L 52.591 25.359 L 49.995 25.359 L 49.995 27.326 L 49.488 27.326 L 49.488 22.92 L 49.995 22.92 L 49.995 24.877 L 52.591 24.877 L 52.591 22.92 Z M 57.561 26.892 C 58.091 26.892 58.52 26.722 58.85 26.378 C 59.162 26.052 59.32 25.632 59.32 25.118 C 59.32 24.604 59.162 24.193 58.85 23.858 C 58.52 23.514 58.091 23.344 57.561 23.344 C 57.032 23.344 56.602 23.514 56.277 23.858 C 55.965 24.184 55.806 24.604 55.806 25.118 C 55.806 25.632 55.965 26.048 56.277 26.378 C 56.602 26.718 57.027 26.892 57.561 26.892 Z M 57.561 22.866 C 58.226 22.866 58.773 23.085 59.203 23.523 C 59.619 23.952 59.827 24.484 59.827 25.123 C 59.827 25.762 59.619 26.293 59.203 26.713 C 58.773 27.151 58.226 27.375 57.561 27.379 C 56.896 27.379 56.354 27.156 55.933 26.713 C 55.517 26.284 55.304 25.753 55.304 25.118 C 55.304 24.484 55.512 23.952 55.933 23.523 C 56.354 23.085 56.896 22.866 57.561 22.866 Z M 65.195 23.393 L 63.648 23.393 L 63.648 27.326 L 63.137 27.326 L 63.137 23.393 L 61.586 23.393 L 61.586 22.92 L 65.195 22.92 Z M 67.737 23.393 L 67.737 24.877 L 70.22 24.877 L 70.22 25.359 L 67.737 25.359 L 67.737 26.843 L 70.509 26.843 L 70.509 27.326 L 67.235 27.326 L 67.235 22.92 L 70.509 22.92 L 70.509 23.393 Z M 73.232 22.92 L 73.232 26.843 L 75.665 26.843 L 75.665 27.326 L 72.725 27.326 L 72.725 22.92 Z M 81.409 23.393 L 81.409 24.877 L 83.892 24.877 L 83.892 25.359 L 81.409 25.359 L 81.409 26.843 L 84.182 26.843 L 84.182 27.326 L 80.903 27.326 L 80.903 22.92 L 84.182 22.92 L 84.182 23.393 Z M 90.066 22.92 L 88.256 27.326 L 87.678 27.326 L 85.869 22.92 L 86.429 22.92 L 87.971 26.754 L 89.509 22.92 Z M 92.531 23.393 L 92.531 24.877 L 95.014 24.877 L 95.014 25.359 L 92.531 25.359 L 92.531 26.843 L 95.303 26.843 L 95.303 27.326 L 92.029 27.326 L 92.029 22.92 L 95.303 22.92 L 95.303 23.393 Z M 101.368 22.92 L 101.368 27.326 L 100.78 27.326 L 98.026 23.603 L 98.026 27.326 L 97.519 27.326 L 97.519 22.92 L 98.103 22.92 L 100.861 26.624 L 100.861 22.92 Z M 107.021 23.393 L 105.47 23.393 L 105.47 27.326 L 104.959 27.326 L 104.959 23.393 L 103.412 23.393 L 103.412 22.92 L 107.021 22.92 Z M 114.235 26.892 C 114.556 26.892 114.832 26.812 115.076 26.651 C 115.316 26.49 115.492 26.275 115.606 26.012 L 116.144 26.012 C 115.999 26.427 115.75 26.753 115.407 26.99 C 115.045 27.245 114.615 27.379 114.122 27.384 C 113.471 27.384 112.946 27.16 112.539 26.718 C 112.154 26.293 111.965 25.761 111.965 25.122 C 111.965 24.483 112.154 23.952 112.539 23.527 C 112.946 23.089 113.471 22.87 114.122 22.87 C 114.606 22.87 115.036 23 115.407 23.255 C 115.745 23.496 115.995 23.822 116.144 24.242 L 115.606 24.242 C 115.488 23.97 115.307 23.751 115.072 23.594 C 114.837 23.433 114.556 23.353 114.235 23.353 C 113.914 23.353 113.652 23.398 113.439 23.491 C 113.227 23.585 113.05 23.71 112.915 23.867 C 112.621 24.193 112.476 24.613 112.476 25.127 C 112.476 25.641 112.621 26.061 112.915 26.387 C 113.218 26.727 113.661 26.901 114.235 26.901 Z M 120.268 26.892 C 120.797 26.892 121.227 26.722 121.557 26.378 C 121.874 26.052 122.027 25.632 122.027 25.118 C 122.027 24.604 121.869 24.193 121.557 23.858 C 121.227 23.514 120.797 23.344 120.268 23.344 C 119.739 23.344 119.309 23.514 118.984 23.858 C 118.671 24.184 118.513 24.604 118.513 25.118 C 118.513 25.632 118.671 26.048 118.984 26.378 C 119.309 26.718 119.735 26.892 120.268 26.892 Z M 120.268 22.866 C 120.933 22.866 121.48 23.085 121.906 23.523 C 122.321 23.952 122.529 24.484 122.529 25.123 C 122.529 25.762 122.321 26.293 121.906 26.713 C 121.476 27.151 120.933 27.375 120.268 27.379 C 119.603 27.379 119.061 27.156 118.635 26.713 C 118.219 26.284 118.007 25.753 118.007 25.118 C 118.007 24.484 118.215 23.952 118.635 23.523 C 119.056 23.085 119.599 22.866 120.268 22.866 Z M 126.216 27.326 L 125.642 27.326 L 124.253 22.92 L 124.787 22.92 L 125.931 26.62 L 127.134 22.92 L 127.708 22.92 L 128.911 26.62 L 130.056 22.92 L 130.589 22.92 L 129.201 27.326 L 128.626 27.326 L 127.428 23.63 Z M 134.573 26.892 C 135.103 26.892 135.532 26.722 135.862 26.378 C 136.174 26.052 136.332 25.632 136.332 25.118 C 136.332 24.604 136.174 24.193 135.862 23.858 C 135.532 23.514 135.103 23.344 134.573 23.344 C 134.044 23.344 133.614 23.514 133.289 23.858 C 132.972 24.184 132.818 24.604 132.818 25.118 C 132.818 25.632 132.977 26.048 133.289 26.378 C 133.614 26.718 134.04 26.892 134.573 26.892 Z M 134.573 22.866 C 135.238 22.866 135.781 23.085 136.211 23.523 C 136.626 23.952 136.835 24.484 136.835 25.123 C 136.835 25.762 136.626 26.293 136.211 26.713 C 135.781 27.151 135.238 27.375 134.573 27.379 C 133.908 27.379 133.361 27.156 132.941 26.713 C 132.524 26.284 132.317 25.753 132.312 25.118 C 132.312 24.484 132.52 23.952 132.941 23.523 C 133.361 23.085 133.908 22.866 134.573 22.866 Z M 139.548 25.158 L 141.096 25.158 C 141.57 25.158 141.901 25.011 142.077 24.716 C 142.14 24.604 142.172 24.461 142.172 24.291 C 142.172 24.014 142.077 23.791 141.882 23.63 C 141.692 23.465 141.434 23.384 141.118 23.384 L 139.544 23.384 L 139.544 25.158 Z M 139.548 27.321 L 139.047 27.321 L 139.047 22.92 L 141.181 22.92 C 141.634 22.92 142 23.045 142.276 23.291 C 142.551 23.536 142.687 23.871 142.683 24.291 C 142.683 24.841 142.452 25.216 141.995 25.422 C 141.864 25.48 141.737 25.52 141.616 25.543 L 142.787 27.321 L 142.185 27.321 L 141.105 25.628 L 139.557 25.628 L 139.557 27.321 Z M 146.753 24.685 L 148.757 27.326 L 148.123 27.326 L 146.378 25.029 L 145.455 25.882 L 145.455 27.326 L 144.949 27.326 L 144.949 22.92 L 145.455 22.92 L 145.455 25.216 L 147.938 22.92 L 148.648 22.92 Z M 151.172 22.92 L 150.67 22.92 L 150.67 27.321 L 151.172 27.321 Z M 157.508 22.92 L 157.508 27.326 L 156.924 27.326 L 154.166 23.603 L 154.166 27.326 L 153.664 27.326 L 153.664 22.92 L 154.247 22.92 L 157.006 26.624 L 157.006 22.92 Z M 160.317 23.523 C 160.506 23.317 160.737 23.161 161.004 23.04 C 161.275 22.924 161.551 22.861 161.841 22.861 C 162.13 22.861 162.379 22.897 162.587 22.96 C 162.787 23.016 162.977 23.1 163.153 23.21 C 163.509 23.433 163.772 23.737 163.939 24.117 L 163.388 24.117 C 163.252 23.876 163.066 23.688 162.822 23.554 C 162.583 23.415 162.311 23.348 162.004 23.348 C 161.696 23.348 161.438 23.393 161.221 23.487 C 161.004 23.581 160.823 23.706 160.678 23.862 C 160.376 24.188 160.221 24.608 160.221 25.122 C 160.221 25.636 160.371 26.056 160.669 26.382 C 160.99 26.722 161.411 26.896 161.936 26.896 C 162.356 26.896 162.723 26.767 163.03 26.512 C 163.351 26.239 163.514 25.882 163.509 25.439 L 161.886 25.439 L 161.886 24.993 L 163.98 24.993 L 163.98 27.334 L 163.509 27.334 L 163.509 26.557 C 163.256 26.936 162.899 27.191 162.447 27.321 C 162.28 27.361 162.057 27.383 161.791 27.388 C 161.519 27.388 161.248 27.334 160.981 27.213 C 160.72 27.1 160.486 26.934 160.294 26.726 C 159.909 26.311 159.715 25.779 159.711 25.131 C 159.711 24.488 159.909 23.96 160.312 23.536 Z M 55.282 3.325 C 55.282 3.388 55.273 3.442 55.254 3.486 C 55.236 3.531 55.182 3.553 55.083 3.553 L 50.497 3.553 C 50.465 3.553 50.424 3.567 50.384 3.594 C 50.343 3.62 50.32 3.674 50.32 3.759 L 50.393 17.401 C 50.393 17.455 50.375 17.513 50.338 17.575 C 50.298 17.638 50.23 17.669 50.121 17.669 L 49.737 17.669 C 49.637 17.669 49.574 17.638 49.538 17.575 C 49.506 17.513 49.488 17.455 49.488 17.401 L 49.56 3.772 C 49.56 3.692 49.538 3.634 49.497 3.602 C 49.456 3.571 49.416 3.553 49.384 3.553 L 44.839 3.553 C 44.748 3.553 44.694 3.531 44.671 3.486 C 44.649 3.442 44.64 3.388 44.64 3.325 L 44.649 2.986 C 44.649 2.932 44.667 2.883 44.699 2.847 C 44.73 2.811 44.789 2.794 44.87 2.794 L 55.074 2.794 C 55.15 2.794 55.205 2.812 55.232 2.847 C 55.259 2.887 55.273 2.932 55.273 2.986 Z M 67.981 17.401 C 67.981 17.454 67.963 17.513 67.923 17.575 C 67.886 17.638 67.814 17.669 67.71 17.669 L 67.344 17.669 C 67.239 17.669 67.167 17.638 67.131 17.575 C 67.09 17.513 67.077 17.454 67.077 17.401 L 67.109 10.283 C 67.109 10.193 67.095 10.135 67.068 10.108 C 67.041 10.081 66.982 10.068 66.891 10.068 L 57.982 10.068 C 57.891 10.068 57.832 10.081 57.805 10.108 C 57.778 10.135 57.764 10.193 57.764 10.283 L 57.796 17.401 C 57.796 17.454 57.778 17.513 57.742 17.575 C 57.701 17.638 57.633 17.669 57.529 17.669 L 57.163 17.669 C 57.059 17.669 56.986 17.638 56.95 17.575 C 56.909 17.513 56.892 17.454 56.892 17.401 L 56.964 3.017 C 56.964 2.945 56.973 2.892 57 2.852 C 57.023 2.811 57.077 2.789 57.154 2.789 L 57.538 2.789 C 57.665 2.789 57.724 2.865 57.724 3.017 L 57.755 9.076 C 57.755 9.139 57.769 9.188 57.791 9.224 C 57.814 9.264 57.868 9.282 57.955 9.282 L 66.914 9.282 C 67.054 9.282 67.122 9.215 67.122 9.076 L 67.153 3.017 C 67.153 2.865 67.212 2.789 67.33 2.789 L 67.746 2.789 C 67.859 2.789 67.914 2.865 67.914 3.017 L 67.986 17.401 Z M 79.532 17.401 C 79.532 17.504 79.505 17.575 79.451 17.611 C 79.396 17.651 79.333 17.669 79.261 17.669 L 70.491 17.669 C 70.387 17.669 70.315 17.638 70.274 17.575 C 70.238 17.513 70.22 17.454 70.22 17.401 L 70.292 3.017 C 70.292 2.865 70.351 2.789 70.468 2.789 L 79.043 2.789 C 79.134 2.789 79.193 2.811 79.211 2.852 C 79.229 2.892 79.243 2.945 79.252 3.017 L 79.252 3.334 C 79.252 3.37 79.247 3.415 79.229 3.468 C 79.216 3.522 79.161 3.549 79.062 3.549 L 71.251 3.549 C 71.174 3.553 71.124 3.571 71.097 3.602 C 71.07 3.629 71.056 3.678 71.056 3.745 L 71.088 9.058 C 71.088 9.201 71.156 9.273 71.296 9.273 L 78.388 9.273 C 78.451 9.273 78.501 9.291 78.542 9.322 C 78.582 9.353 78.605 9.411 78.605 9.501 L 78.614 9.831 C 78.614 9.921 78.591 9.983 78.551 10.014 C 78.51 10.046 78.456 10.059 78.384 10.059 L 71.283 10.059 C 71.206 10.059 71.156 10.077 71.124 10.117 C 71.097 10.153 71.084 10.198 71.084 10.247 L 71.124 16.583 C 71.124 16.713 71.197 16.78 71.332 16.78 L 79.22 16.78 C 79.324 16.78 79.396 16.802 79.446 16.856 C 79.492 16.905 79.514 16.954 79.514 16.994 L 79.537 17.396 Z M 99.564 12.915 C 99.319 13.643 98.998 14.304 98.591 14.894 C 98.188 15.484 97.713 15.989 97.171 16.409 C 96.628 16.829 96.017 17.151 95.339 17.383 C 94.661 17.611 93.924 17.727 93.132 17.727 C 92.395 17.727 91.712 17.629 91.088 17.441 C 90.463 17.249 89.898 16.981 89.392 16.637 C 88.887 16.294 88.436 15.88 88.053 15.408 C 87.664 14.934 87.343 14.416 87.081 13.857 C 86.819 13.294 86.624 12.705 86.488 12.079 C 86.355 11.447 86.289 10.803 86.289 10.158 C 86.289 9.085 86.448 8.084 86.764 7.159 C 87.081 6.234 87.533 5.43 88.121 4.751 C 88.709 4.072 89.428 3.535 90.274 3.151 C 91.119 2.767 92.074 2.575 93.132 2.575 C 93.924 2.575 94.642 2.668 95.289 2.856 C 95.936 3.044 96.511 3.312 97.013 3.656 C 97.515 4 97.953 4.416 98.32 4.903 C 98.682 5.385 98.989 5.93 99.233 6.529 C 99.283 6.645 99.301 6.753 99.288 6.842 C 99.279 6.936 99.215 6.981 99.093 6.981 L 98.749 6.981 C 98.65 6.981 98.582 6.963 98.541 6.927 C 98.5 6.891 98.456 6.833 98.415 6.744 C 98.211 6.31 97.967 5.89 97.682 5.479 C 97.397 5.068 97.044 4.706 96.633 4.384 C 96.217 4.063 95.723 3.808 95.153 3.611 C 94.584 3.415 93.91 3.316 93.128 3.316 C 92.286 3.316 91.5 3.477 90.776 3.794 C 90.052 4.116 89.423 4.568 88.89 5.148 C 88.356 5.734 87.94 6.435 87.637 7.253 C 87.334 8.071 87.185 8.978 87.185 9.979 C 87.185 10.98 87.325 11.847 87.601 12.687 C 87.881 13.527 88.279 14.264 88.79 14.894 C 89.306 15.524 89.93 16.02 90.658 16.387 C 91.391 16.753 92.209 16.932 93.123 16.932 C 93.86 16.932 94.53 16.816 95.127 16.579 C 95.723 16.346 96.252 16.038 96.714 15.649 C 97.175 15.265 97.564 14.823 97.89 14.322 C 98.215 13.822 98.478 13.303 98.677 12.767 C 98.707 12.705 98.738 12.644 98.772 12.584 C 98.799 12.539 98.858 12.517 98.948 12.517 L 99.387 12.517 C 99.518 12.517 99.59 12.562 99.59 12.651 C 99.59 12.74 99.581 12.821 99.555 12.897 Z M 111.06 17.432 C 111.06 17.593 110.96 17.669 110.757 17.669 L 101.671 17.669 C 101.567 17.669 101.494 17.638 101.459 17.575 C 101.418 17.513 101.4 17.454 101.4 17.401 L 101.472 3.017 C 101.472 2.865 101.53 2.789 101.648 2.789 L 102.069 2.789 C 102.182 2.789 102.236 2.865 102.236 3.017 L 102.308 16.534 C 102.308 16.623 102.322 16.69 102.344 16.735 C 102.372 16.78 102.426 16.802 102.517 16.802 L 110.78 16.802 C 110.857 16.802 110.92 16.815 110.974 16.842 C 111.028 16.869 111.051 16.923 111.051 16.999 Z M 119.164 16.936 C 120.019 16.936 120.82 16.78 121.562 16.467 C 122.303 16.154 122.946 15.703 123.493 15.104 C 124.04 14.51 124.469 13.777 124.782 12.919 C 125.094 12.057 125.252 11.078 125.252 9.983 C 125.252 8.889 125.089 7.99 124.768 7.159 C 124.447 6.328 124.008 5.631 123.452 5.064 C 122.9 4.496 122.253 4.063 121.516 3.763 C 120.779 3.464 119.996 3.316 119.164 3.316 C 118.332 3.316 117.586 3.459 116.849 3.75 C 116.116 4.04 115.465 4.465 114.909 5.028 C 114.348 5.595 113.9 6.288 113.57 7.119 C 113.24 7.946 113.072 8.902 113.072 9.983 C 113.072 11.065 113.226 12.034 113.534 12.892 C 113.841 13.755 114.266 14.479 114.809 15.082 C 115.352 15.681 115.994 16.141 116.74 16.458 C 117.486 16.78 118.292 16.936 119.164 16.936 Z M 119.182 2.575 C 120.232 2.575 121.191 2.758 122.05 3.133 C 122.909 3.504 123.646 4.018 124.253 4.675 C 124.863 5.332 125.333 6.109 125.664 7.016 C 125.998 7.923 126.161 8.902 126.161 9.961 C 126.161 11.02 126.003 12.097 125.682 13.049 C 125.361 13.996 124.899 14.818 124.298 15.511 C 123.696 16.208 122.959 16.753 122.091 17.146 C 121.218 17.544 120.237 17.741 119.133 17.741 C 118.414 17.741 117.745 17.651 117.125 17.472 C 116.501 17.294 115.931 17.039 115.415 16.708 C 114.9 16.378 114.443 15.98 114.036 15.515 C 113.633 15.051 113.294 14.532 113.018 13.96 C 112.742 13.388 112.534 12.763 112.385 12.092 C 112.235 11.422 112.168 10.721 112.168 9.983 C 112.168 8.911 112.335 7.919 112.665 7.012 C 112.996 6.105 113.466 5.323 114.077 4.666 C 114.687 4.009 115.424 3.495 116.293 3.129 C 117.161 2.762 118.124 2.575 119.191 2.575 Z M 128.816 11.065 C 128.825 12.034 128.952 12.883 129.205 13.616 C 129.459 14.349 129.802 14.961 130.236 15.453 C 130.666 15.944 131.168 16.315 131.733 16.561 C 132.298 16.811 132.9 16.932 133.533 16.932 C 134.167 16.932 134.79 16.806 135.36 16.556 C 135.93 16.306 136.432 15.935 136.858 15.439 C 137.287 14.943 137.626 14.322 137.87 13.576 C 138.119 12.83 138.246 11.963 138.251 10.971 L 138.291 3.017 C 138.291 2.865 138.35 2.789 138.472 2.789 L 138.888 2.789 C 139.001 2.789 139.056 2.865 139.056 3.017 L 139.096 11.221 C 139.105 12.168 138.979 13.044 138.716 13.844 C 138.454 14.644 138.083 15.327 137.599 15.908 C 137.115 16.485 136.532 16.936 135.845 17.258 C 135.157 17.584 134.388 17.745 133.533 17.745 C 132.679 17.745 131.914 17.589 131.231 17.276 C 130.544 16.963 129.961 16.525 129.472 15.962 C 128.983 15.394 128.608 14.724 128.351 13.938 C 128.088 13.156 127.961 12.284 127.97 11.337 L 128.011 3.021 C 128.011 2.869 128.07 2.793 128.187 2.793 L 128.604 2.793 C 128.716 2.793 128.771 2.869 128.771 3.021 L 128.812 11.069 L 128.816 11.065 Z M 151.29 3.325 C 151.29 3.388 151.281 3.442 151.262 3.486 C 151.244 3.531 151.19 3.553 151.09 3.553 L 146.504 3.553 C 146.468 3.553 146.432 3.567 146.391 3.594 C 146.351 3.62 146.328 3.674 146.328 3.759 L 146.4 17.401 C 146.4 17.455 146.382 17.513 146.346 17.575 C 146.306 17.638 146.238 17.669 146.133 17.669 L 145.749 17.669 C 145.654 17.669 145.586 17.638 145.55 17.575 C 145.514 17.513 145.496 17.455 145.496 17.401 L 145.568 3.772 C 145.568 3.692 145.545 3.634 145.505 3.602 C 145.464 3.571 145.424 3.553 145.392 3.553 L 140.851 3.553 C 140.761 3.553 140.706 3.531 140.684 3.486 C 140.661 3.442 140.652 3.388 140.652 3.325 L 140.661 2.986 C 140.661 2.932 140.679 2.883 140.711 2.847 C 140.743 2.811 140.802 2.794 140.883 2.794 L 151.086 2.794 C 151.163 2.794 151.213 2.812 151.24 2.847 C 151.267 2.887 151.281 2.932 151.281 2.986 Z M 163.989 17.401 C 163.989 17.454 163.971 17.513 163.935 17.575 C 163.894 17.638 163.827 17.669 163.722 17.669 L 163.356 17.669 C 163.252 17.669 163.18 17.638 163.139 17.575 C 163.103 17.513 163.085 17.454 163.085 17.401 L 163.116 10.283 C 163.116 10.193 163.103 10.135 163.075 10.108 C 163.048 10.081 162.99 10.068 162.899 10.068 L 153.989 10.068 C 153.899 10.068 153.84 10.081 153.813 10.108 C 153.786 10.135 153.773 10.193 153.773 10.283 L 153.804 17.401 C 153.804 17.454 153.786 17.513 153.745 17.575 C 153.709 17.638 153.637 17.669 153.533 17.669 L 153.166 17.669 C 153.062 17.669 152.99 17.638 152.954 17.575 C 152.913 17.513 152.895 17.454 152.895 17.401 L 152.968 3.017 C 152.968 2.945 152.981 2.892 153.004 2.852 C 153.026 2.811 153.08 2.789 153.157 2.789 L 153.542 2.789 C 153.668 2.789 153.732 2.865 153.732 3.017 L 153.763 9.076 C 153.763 9.139 153.777 9.188 153.8 9.224 C 153.827 9.264 153.877 9.282 153.962 9.282 L 162.922 9.282 C 163.062 9.282 163.13 9.215 163.13 9.076 L 163.162 3.017 C 163.162 2.865 163.221 2.789 163.338 2.789 L 163.754 2.789 C 163.867 2.789 163.921 2.865 163.921 3.017 L 163.994 17.401 Z\" fill=\"rgb(235,209,61)\"></path></svg>',svgContentId:11353959033,withExternalLayout:true})}),isDisplayed1()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:356.6666666666667,intrinsicWidth:1949.3333333333333,pixelHeight:535,pixelWidth:2924,src:\"https://framerusercontent.com/images/FEV31W6sYwswIaRZ5eB0sOFVsss.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/FEV31W6sYwswIaRZ5eB0sOFVsss.png?scale-down-to=512 512w,https://framerusercontent.com/images/FEV31W6sYwswIaRZ5eB0sOFVsss.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/FEV31W6sYwswIaRZ5eB0sOFVsss.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/FEV31W6sYwswIaRZ5eB0sOFVsss.png 2924w\"},className:\"framer-5aryo7\",\"data-framer-name\":\"full_trimmed_transparent_customcolor_2_\",layoutDependency:layoutDependency,layoutId:\"NOLhUQzcl\",transformTemplate:transformTemplate1,...addPropertyOverrides({A2VRHm8xJ:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:356.6666666666667,intrinsicWidth:1949.3333333333333,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||44)*.5000000000000002-15.5)),pixelHeight:535,pixelWidth:2924,sizes:\"168px\",src:\"https://framerusercontent.com/images/FEV31W6sYwswIaRZ5eB0sOFVsss.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/FEV31W6sYwswIaRZ5eB0sOFVsss.png?scale-down-to=512 512w,https://framerusercontent.com/images/FEV31W6sYwswIaRZ5eB0sOFVsss.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/FEV31W6sYwswIaRZ5eB0sOFVsss.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/FEV31W6sYwswIaRZ5eB0sOFVsss.png 2924w\"}}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SVG,{className:\"framer-mtj7dc\",\"data-framer-name\":\"Logo\",fill:\"black\",intrinsicHeight:536,intrinsicWidth:2895,layoutDependency:layoutDependency,layoutId:\"GGnWX4Pmm\",svg:'<svg width=\"2895\" height=\"536\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M210.773 74.715c42.769 26.434 117.16 80.351 117.16 80.351 10.651 6.125 22.24 11.257 34.712 15.452 34.104 10.54 73.01 10.319 109.212-3.587 13.355-5.133 25.496-11.7 36.533-19.757-61.973-121.353-206.229-179.078-336.026-129.3-21.191 8.112-40.727 18.818-58.497 30.793 30.242 3.753 71.907 10.762 96.962 26.048h-.056Zm143.814 376.257c-8.388 28.144-34.656 61.256-54.634 84.213 21.964-2.704 43.652-7.836 64.844-15.949 129.797-49.832 198.944-189.508 162.963-321.457-14.072 1.601-27.537 4.802-40.892 9.989-49.557 19.039-84.269 58.552-99.004 105.129 0 0-19.039 90.394-33.277 138.075ZM59.123 100.928c106.619-23.674 219.694 37.747 261.801 147.512 42.107 109.764-.773 231.063-96.409 285.034-90.781-15.01-171.352-76.763-206.616-168.703-35.319-91.939-16.721-191.77 41.28-263.843h-.056Z\" fill=\"#EBD13D\"/><path d=\"M937.214 409.497v78.719h-8.862v-35.128h-45.826v35.128h-8.942v-78.719h8.942v34.968h45.826v-34.968h8.862Zm78.876 70.976c9.35 0 16.93-3.034 22.76-9.181 5.51-5.828 8.3-13.333 8.3-22.514s-2.79-16.526-8.3-22.514c-5.83-6.148-13.41-9.181-22.76-9.181-9.34 0-16.921 3.033-22.669 9.181-5.509 5.828-8.303 13.333-8.303 22.514s2.794 16.606 8.303 22.514c5.748 6.067 13.249 9.181 22.669 9.181Zm0-71.933c11.74 0 21.4 3.912 28.99 11.736 7.34 7.664 11.01 17.165 11.01 28.582 0 11.416-3.67 20.917-11.01 28.421-7.59 7.824-17.25 11.816-28.99 11.896-11.73 0-21.312-3.992-28.737-11.896-7.345-7.664-11.097-17.164-11.097-28.501s3.672-20.838 11.097-28.502c7.425-7.824 17.007-11.736 28.737-11.736Zm134.76 9.42h-27.3v70.256h-9.02V417.96h-27.39v-8.463h63.71v8.463Zm44.88 0v26.505h43.83v8.623h-43.83v26.506h48.93v8.622h-57.8v-78.719h57.8v8.463h-48.93Zm96.99-8.463v70.097h42.96v8.622h-51.9v-78.719h8.94Zm144.35 8.463v26.505h43.83v8.623h-43.83v26.506h48.94v8.622h-57.88v-78.719h57.88v8.463h-48.94Zm152.81-8.463-31.94 78.719h-10.21l-31.94-78.719h9.9l27.22 68.5 27.15-68.5h9.82Zm43.51 8.463v26.505h43.83v8.623h-43.83v26.506h48.94v8.622h-57.8v-78.719h57.8v8.463h-48.94Zm156-8.463v78.719h-10.38l-48.62-66.504v66.504h-8.94v-78.719h10.3l48.7 66.185v-66.185h8.94Zm99.8 8.463h-27.39v70.256h-9.02V417.96h-27.3v-8.463h63.71v8.463Zm127.34 62.51c5.67 0 10.54-1.437 14.85-4.311 4.23-2.874 7.34-6.706 9.34-11.417h9.5c-2.55 7.425-6.95 13.253-13.01 17.485-6.39 4.55-13.97 6.945-22.68 7.025-11.49 0-20.75-3.992-27.94-11.895-6.79-7.585-10.14-17.086-10.14-28.502 0-11.417 3.35-20.917 10.14-28.502 7.19-7.824 16.45-11.736 27.94-11.736 8.55 0 16.13 2.315 22.68 6.866 5.98 4.311 10.38 10.139 13.01 17.644h-9.5c-2.08-4.87-5.27-8.782-9.42-11.576-4.15-2.874-9.1-4.311-14.77-4.311s-10.3.798-14.05 2.474c-3.75 1.677-6.87 3.912-9.26 6.707-5.19 5.828-7.75 13.332-7.75 22.514 0 9.181 2.56 16.685 7.75 22.514 5.35 6.067 13.17 9.181 23.31 9.181v-.16Zm106.5.003c9.34 0 16.92-3.034 22.75-9.181 5.59-5.828 8.3-13.333 8.3-22.514s-2.79-16.526-8.3-22.514c-5.83-6.148-13.41-9.181-22.75-9.181-9.35 0-16.93 3.033-22.68 9.181-5.51 5.828-8.3 13.333-8.3 22.514s2.79 16.606 8.3 22.514c5.75 6.067 13.26 9.181 22.68 9.181Zm0-71.933c11.73 0 21.39 3.912 28.9 11.736 7.34 7.664 11.01 17.165 11.01 28.582 0 11.416-3.67 20.917-11.01 28.421-7.59 7.824-17.17 11.816-28.9 11.896-11.74 0-21.32-3.992-28.83-11.896-7.34-7.664-11.09-17.164-11.09-28.501s3.67-20.838 11.09-28.502c7.43-7.824 17.01-11.736 28.83-11.736Zm104.99 79.676h-10.14l-24.51-78.719h9.42l20.2 66.105 21.23-66.105h10.14l21.24 66.105 20.2-66.105h9.42l-24.51 78.719h-10.14l-21.16-66.025-21.39 66.025Zm147.53-7.743c9.34 0 16.92-3.034 22.75-9.181 5.51-5.828 8.3-13.333 8.3-22.514s-2.79-16.526-8.3-22.514c-5.83-6.148-13.41-9.181-22.75-9.181s-16.93 3.033-22.68 9.181c-5.59 5.828-8.3 13.333-8.3 22.514s2.79 16.606 8.3 22.514c5.75 6.067 13.26 9.181 22.68 9.181Zm0-71.933c11.73 0 21.31 3.912 28.9 11.736 7.34 7.664 11.02 17.165 11.02 28.582 0 11.416-3.68 20.917-11.02 28.421-7.59 7.824-17.17 11.816-28.9 11.896-11.74 0-21.4-3.992-28.82-11.896-7.35-7.664-11.02-17.164-11.1-28.501 0-11.337 3.67-20.838 11.1-28.502 7.42-7.824 17.08-11.736 28.82-11.736Zm87.82 40.955h27.31c8.38 0 14.21-2.634 17.32-7.904 1.12-1.996 1.68-4.55 1.68-7.584 0-4.95-1.68-8.942-5.11-11.816-3.36-2.954-7.91-4.391-13.5-4.391h-27.78v31.695h.08Zm0 38.641h-8.86v-78.639h37.68c7.99 0 14.45 2.236 19.32 6.627 4.87 4.391 7.27 10.378 7.19 17.883 0 9.82-4.07 16.526-12.14 20.198-2.31 1.038-4.55 1.757-6.7 2.156l20.67 31.775h-10.61l-19.08-30.258h-27.31v30.258h-.16Zm127.18-47.103 35.37 47.183h-11.18l-30.81-41.036-16.29 15.249v25.787h-8.94v-78.719h8.94v41.036l43.83-41.036H2624l-33.45 31.536Zm78.01-31.536h-8.87v78.639h8.87v-78.639Zm111.84 0v78.719h-10.3l-48.7-66.504v66.504h-8.86v-78.719h10.3l48.7 66.185v-66.185h8.86Zm49.58 10.772c3.35-3.673 7.42-6.467 12.13-8.622 4.79-2.076 9.66-3.194 14.77-3.194 5.11 0 9.5.639 13.18 1.757a39 39 0 0 1 9.98 4.47c6.3 3.992 10.93 9.421 13.89 16.207h-9.74c-2.4-4.311-5.67-7.664-9.98-10.059-4.23-2.475-9.02-3.673-14.45-3.673s-9.98.799-13.82 2.475c-3.83 1.677-7.02 3.912-9.58 6.707-5.34 5.828-8.06 13.332-8.06 22.513 0 9.182 2.64 16.686 7.9 22.514 5.67 6.068 13.1 9.182 22.36 9.182 7.42 0 13.89-2.316 19.32-6.866 5.67-4.87 8.54-11.257 8.46-19.161h-28.66v-7.984h36.97v41.835h-8.31v-13.892c-4.47 6.786-10.78 11.337-18.76 13.652-2.95.719-6.87 1.118-11.58 1.198-4.79 0-9.58-.958-14.29-3.114a35.94 35.94 0 0 1-12.13-8.702c-6.79-7.425-10.22-16.926-10.3-28.502 0-11.496 3.51-20.917 10.62-28.502l.08-.239ZM975.856 59.414c0 1.117-.16 2.075-.48 2.874-.319.798-1.277 1.197-3.033 1.197h-80.955c-.558 0-1.277.24-1.996.719-.718.479-1.117 1.437-1.117 2.954l1.277 243.741c0 .958-.319 1.996-.958 3.114-.718 1.117-1.916 1.676-3.832 1.676h-6.786c-1.757 0-2.874-.559-3.513-1.676-.559-1.118-.878-2.156-.878-3.114l1.277-243.502c0-1.437-.399-2.475-1.117-3.034-.719-.558-1.438-.878-1.996-.878h-80.236c-1.597 0-2.555-.399-2.954-1.197-.399-.799-.559-1.757-.559-2.874l.16-6.068c0-.958.319-1.836.878-2.475.559-.639 1.597-.958 3.034-.958h180.111c1.357 0 2.315.32 2.794.958.479.719.719 1.517.719 2.475l.16 6.068Zm224.174 251.481c0 .958-.31 1.996-1.03 3.113-.64 1.118-1.92 1.677-3.76 1.677h-6.46c-1.84 0-3.12-.559-3.75-1.677-.72-1.117-.96-2.155-.96-3.113l.56-127.18c0-1.597-.24-2.634-.72-3.114-.48-.479-1.52-.718-3.12-.718h-157.27c-1.6 0-2.64.239-3.12.718-.48.48-.72 1.517-.72 3.114l.56 127.18c0 .958-.32 1.996-.96 3.113-.71 1.118-1.91 1.677-3.75 1.677h-6.46c-1.84 0-3.12-.559-3.76-1.677-.72-1.117-1.03-2.155-1.03-3.113l1.27-256.994c0-1.278.16-2.236.64-2.954.4-.719 1.36-1.118 2.72-1.118h6.78c2.24 0 3.28 1.357 3.28 4.072l.55 108.258c0 1.118.24 1.996.64 2.635.4.718 1.36 1.038 2.88 1.038h158.15c2.48 0 3.68-1.198 3.68-3.673l.55-108.258c0-2.715 1.04-4.072 3.12-4.072h7.34c2 0 2.96 1.357 2.96 4.072l1.27 256.994h-.08Zm203.91 0c0 1.836-.48 3.113-1.44 3.752-.96.719-2.08 1.038-3.35 1.038h-154.81c-1.83 0-3.11-.559-3.83-1.677-.64-1.117-.96-2.155-.96-3.113l1.28-256.994c0-2.715 1.04-4.072 3.11-4.072h151.37c1.6 0 2.64.4 2.96 1.118.32.718.56 1.676.72 2.954v5.668c0 .639-.08 1.437-.4 2.395-.24.958-1.2 1.437-2.96 1.437h-137.87c-1.36.08-2.24.4-2.72.958-.48.48-.72 1.358-.72 2.555l.56 94.926c0 2.555 1.2 3.832 3.67 3.832h125.19c1.12 0 1.99.319 2.71.878.72.559 1.12 1.597 1.12 3.194l.16 5.908c0 1.596-.4 2.714-1.12 3.273-.72.559-1.67.798-2.95.798h-125.35c-1.35 0-2.23.32-2.79 1.038-.48.639-.72 1.437-.72 2.315l.72 113.209c0 2.315 1.28 3.512 3.67 3.512h139.24c1.83 0 3.11.4 3.99 1.358.8.878 1.2 1.756 1.2 2.475l.4 7.185-.08.08Zm353.6-80.153c-4.32 13.013-9.98 24.829-17.17 35.368-7.11 10.538-15.49 19.559-25.07 27.064-9.58 7.505-20.36 13.253-32.33 17.405-11.98 4.071-24.99 6.147-38.96 6.147-13.02 0-25.07-1.757-36.09-5.11-11.02-3.433-21-8.223-29.94-14.37a110.386 110.386 0 0 1-23.63-21.955c-6.86-8.463-12.53-17.724-17.16-27.704-4.63-10.059-8.07-20.597-10.46-31.775a168.288 168.288 0 0 1-3.52-34.329c0-19.161 2.8-37.044 8.39-53.571 5.59-16.526 13.57-30.896 23.95-43.032 10.38-12.135 23.07-21.715 38-28.581S1625.33 46 1644.01 46c13.97 0 26.66 1.677 38.08 5.03 11.42 3.353 21.56 8.143 30.42 14.29 8.86 6.148 16.6 13.573 23.07 22.275 6.39 8.622 11.82 18.362 16.13 29.06.88 2.076 1.19 3.992.96 5.589-.16 1.676-1.28 2.475-3.44 2.475h-6.07c-1.75 0-2.95-.319-3.67-.958-.72-.639-1.51-1.677-2.23-3.273-3.6-7.745-7.91-15.249-12.94-22.594-5.03-7.345-11.25-13.812-18.52-19.56-7.34-5.748-16.05-10.3-26.11-13.812-10.05-3.513-21.95-5.27-35.76-5.27-14.85 0-28.74 2.875-41.52 8.543-12.77 5.749-23.87 13.812-33.29 24.19-9.42 10.459-16.76 22.994-22.11 37.604-5.35 14.61-7.99 30.817-7.99 48.7 0 17.884 2.48 33.372 7.35 48.381 4.95 15.009 11.97 28.183 20.99 39.44 9.11 11.256 20.12 20.118 32.98 26.665 12.93 6.547 27.38 9.74 43.51 9.74 13.01 0 24.83-2.076 35.37-6.307 10.53-4.152 19.87-9.66 28.02-16.606 8.14-6.866 15.01-14.77 20.76-23.712 5.74-8.941 10.37-18.202 13.89-27.783a59.254 59.254 0 0 1 1.67-3.273c.48-.798 1.52-1.197 3.12-1.197h7.74c2.32 0 3.59.798 3.59 2.395 0 1.596-.16 3.033-.63 4.391l.16.319Zm202.94 80.712c0 2.874-1.76 4.231-5.35 4.231h-160.39c-1.84 0-3.12-.559-3.75-1.677-.72-1.117-1.04-2.155-1.04-3.113l1.27-256.994c0-2.715 1.04-4.072 3.12-4.072h7.42c2 0 2.96 1.357 2.96 4.072l1.27 241.505c0 1.597.24 2.795.64 3.593.48.798 1.44 1.198 3.04 1.198h145.86c1.36 0 2.47.239 3.43.718s1.36 1.437 1.36 2.795l.16 7.744Zm143.06-8.859c15.09 0 29.22-2.794 42.32-8.383 13.09-5.589 24.43-13.652 34.09-24.35 9.66-10.618 17.24-23.712 22.75-39.04 5.51-15.409 8.3-32.893 8.3-52.453 0-19.56-2.87-35.607-8.54-50.457-5.67-14.849-13.41-27.304-23.23-37.443-9.74-10.14-21.16-17.883-34.17-23.232-13.01-5.35-26.83-7.984-41.52-7.984-14.69 0-27.86 2.555-40.87 7.744-12.94 5.19-24.43 12.774-34.25 22.833-9.9 10.14-17.81 22.514-23.63 37.364-5.83 14.77-8.79 31.855-8.79 51.175 0 19.321 2.72 36.645 8.15 51.974 5.43 15.408 12.93 28.342 22.51 39.12 9.58 10.698 20.92 18.921 34.09 24.589 13.17 5.749 27.39 8.543 42.79 8.543ZM2103.86 46c18.53 0 35.45 3.273 50.62 9.98 15.17 6.626 28.18 15.807 38.88 27.543 10.78 11.736 19.08 25.628 24.91 41.835 5.91 16.206 8.78 33.691 8.78 52.612s-2.79 38.162-8.46 55.167c-5.67 16.925-13.81 31.615-24.43 43.99-10.62 12.454-23.63 22.195-38.96 29.22-15.41 7.106-32.73 10.618-52.21 10.618-12.7 0-24.51-1.596-35.45-4.79-11.02-3.193-21.08-7.744-30.18-13.652-9.1-5.908-17.17-13.013-24.35-21.316-7.11-8.303-13.09-17.564-17.96-27.783-4.87-10.219-8.55-21.397-11.18-33.372-2.64-11.976-3.83-24.51-3.83-37.683 0-19.161 2.95-36.884 8.78-53.091 5.83-16.207 14.13-30.178 24.91-41.915 10.78-11.736 23.79-20.917 39.12-27.463 15.33-6.547 32.33-9.9 51.17-9.9h-.16Zm170.06 151.687c.16 17.324 2.39 32.493 6.87 45.586 4.47 13.093 10.53 24.031 18.2 32.813 7.58 8.782 16.44 15.408 26.42 19.799 9.98 4.471 20.6 6.627 31.78 6.627s22.19-2.236 32.25-6.706c10.06-4.471 18.92-11.098 26.43-19.96 7.58-8.861 13.57-19.959 17.88-33.291 4.39-13.333 6.63-28.821 6.71-46.545l.72-142.11c0-2.714 1.04-4.07 3.19-4.07h7.35c1.99 0 2.95 1.356 2.95 4.07l.72 146.581c.16 16.925-2.08 32.573-6.71 46.864-4.63 14.291-11.18 26.506-19.72 36.884-8.54 10.299-18.84 18.363-30.97 24.111-12.14 5.828-25.71 8.702-40.8 8.702-15.09 0-28.58-2.794-40.64-8.383-12.13-5.588-22.43-13.412-31.05-23.472-8.63-10.139-15.25-22.114-19.8-36.166-4.63-13.971-6.87-29.539-6.71-46.464l.72-148.576c0-2.715 1.04-4.072 3.11-4.072h7.35c1.99 0 2.95 1.357 2.95 4.072l.72 143.785.08-.079Zm396.71-138.273c0 1.117-.16 2.075-.48 2.874-.32.798-1.28 1.197-3.04 1.197h-80.95c-.64 0-1.28.24-2 .719-.71.479-1.11 1.437-1.11 2.954l1.27 243.741c0 .958-.32 1.996-.95 3.114-.72 1.117-1.92 1.676-3.76 1.676h-6.78c-1.68 0-2.88-.559-3.52-1.676-.63-1.118-.95-2.156-.95-3.114l1.27-243.502c0-1.437-.4-2.475-1.11-3.034-.72-.558-1.44-.878-2-.878h-80.16c-1.59 0-2.55-.399-2.95-1.197-.4-.799-.56-1.757-.56-2.874l.16-6.068c0-.958.32-1.836.88-2.475s1.6-.958 3.03-.958h180.11c1.36 0 2.24.32 2.72.958.48.719.72 1.517.72 2.475l.16 6.068Zm224.18 251.481c0 .958-.32 1.996-.96 3.113-.72 1.118-1.91 1.677-3.75 1.677h-6.47c-1.83 0-3.11-.559-3.83-1.677-.64-1.117-.96-2.155-.96-3.113l.56-127.18c0-1.597-.24-2.634-.72-3.114-.48-.479-1.51-.718-3.11-.718h-157.28c-1.6 0-2.63.239-3.11.718-.48.48-.72 1.517-.72 3.114l.56 127.18c0 .958-.32 1.996-1.04 3.113-.64 1.118-1.92 1.677-3.75 1.677h-6.47c-1.84 0-3.11-.559-3.75-1.677-.72-1.117-1.04-2.155-1.04-3.113l1.28-256.994c0-1.278.24-2.236.64-2.954.4-.719 1.35-1.118 2.71-1.118h6.79c2.23 0 3.35 1.357 3.35 4.072l.56 108.258c0 1.118.24 1.996.64 2.635.48.718 1.36 1.038 2.87 1.038h158.16c2.47 0 3.67-1.198 3.67-3.673l.56-108.258c0-2.715 1.04-4.072 3.11-4.072h7.35c1.99 0 2.95 1.357 2.95 4.072l1.28 256.994h-.08Z\" fill=\"#EBD13D\"/></svg>',withExternalLayout:true})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Zj3Cg.framer-1543mdh, .framer-Zj3Cg .framer-1543mdh { display: block; }\",\".framer-Zj3Cg.framer-15bui5t { height: 44px; overflow: hidden; position: relative; width: 180px; }\",\".framer-Zj3Cg .framer-19gdiwc, .framer-Zj3Cg .framer-5aryo7 { aspect-ratio: 5.465420560747663 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 31px); left: 0px; overflow: visible; position: absolute; top: 50%; width: 168px; }\",\".framer-Zj3Cg .framer-15zbc6a { flex: none; height: 30px; left: 0px; position: absolute; top: 0px; width: 164px; }\",\".framer-Zj3Cg .framer-mtj7dc { aspect-ratio: 5.401119402985074 / 1; bottom: -191px; flex: none; height: var(--framer-aspect-ratio-supported, 43px); position: absolute; right: -682px; width: 232px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 44\n * @framerIntrinsicWidth 180\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"A2VRHm8xJ\":{\"layout\":[\"fixed\",\"fixed\"]},\"QMcfVM2FA\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerzAr2MoJ91=withCSS(Component,css,\"framer-Zj3Cg\");export default FramerzAr2MoJ91;FramerzAr2MoJ91.displayName=\"LUDWIG LOGO\";FramerzAr2MoJ91.defaultProps={height:44,width:180};addPropertyControls(FramerzAr2MoJ91,{variant:{options:[\"P4qwzNKCA\",\"A2VRHm8xJ\",\"QMcfVM2FA\"],optionTitles:[\"Black\",\"White\",\"Grey\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerzAr2MoJ91,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerzAr2MoJ91\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"A2VRHm8xJ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"QMcfVM2FA\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"180\",\"framerIntrinsicHeight\":\"44\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./zAr2MoJ91.map", "// Generated by Framer (6aa4fc0)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,Link,RichText,SmartComponentScopedContainer,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import LocaleSelector from\"https://framerusercontent.com/modules/57FhkldN9P7x88MqAEaR/fW26mCIOTpHHBOBnf7GZ/LocaleSelector.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/uMxhiZTUdIh4PHtwbbI7/gfZ0IvDzGuoOTYBscV03/k2ucx9s2P.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/8jsXR9lNzrBUjrd5sBMu/fDpSA8oeY37J32VGcYg3/VU5V18M3j.js\";import getLocalizedValue from\"https://framerusercontent.com/modules/lNeHIrqIoDy123g0NLch/0IDi4MocisnGs6KocFf2/aRHpoSzsx.js\";import LUDWIGLOGO from\"https://framerusercontent.com/modules/hiabDYRqsrUghHpkJw4Q/QgnVbJaki9H09NiPmpNr/zAr2MoJ91.js\";const LocaleSelectorFonts=getFonts(LocaleSelector);const LUDWIGLOGOFonts=getFonts(LUDWIGLOGO);const cycleOrder=[\"BIfMO3RP1\",\"JhqHC2UnR\",\"h9bktJ_I8\"];const serializationHash=\"framer-NbBLk\";const variantClassNames={BIfMO3RP1:\"framer-v-1ssy7y5\",h9bktJ_I8:\"framer-v-5lkg8i\",JhqHC2UnR:\"framer-v-1yl3bnr\"};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 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={\"Phone Open\":\"h9bktJ_I8\",Desktop:\"BIfMO3RP1\",Phone:\"JhqHC2UnR\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"BIfMO3RP1\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"BIfMO3RP1\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1im7jhc=activeVariantCallback(async(...args)=>{setVariant(\"h9bktJ_I8\");});const onTapw8la3o=activeVariantCallback(async(...args)=>{setVariant(\"JhqHC2UnR\");});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if([\"JhqHC2UnR\",\"h9bktJ_I8\"].includes(baseVariant))return true;return false;};const isDisplayed1=()=>{if(baseVariant===\"h9bktJ_I8\")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-1ssy7y5\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"BIfMO3RP1\",ref:refBinding,style:{backgroundColor:\"rgb(16, 40, 23)\",...style},...addPropertyOverrides({h9bktJ_I8:{\"data-framer-name\":\"Phone Open\"},JhqHC2UnR:{\"data-framer-name\":\"Phone\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ilrow6\",\"data-framer-name\":\"Top\",layoutDependency:layoutDependency,layoutId:\"B9Gx2FWSj\",...addPropertyOverrides({h9bktJ_I8:{\"data-highlight\":true,onTap:onTapw8la3o},JhqHC2UnR:{\"data-highlight\":true,onTap:onTap1im7jhc}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-rxrbcm\",layoutDependency:layoutDependency,layoutId:\"I2kP2Gr0d\",children:[isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-gtab29\",\"data-framer-name\":\"Icon\",layoutDependency:layoutDependency,layoutId:\"bJbAnXZkX\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-fgl78d\",\"data-framer-name\":\"Bottom\",layoutDependency:layoutDependency,layoutId:\"aIApJ0bhA\",style:{backgroundColor:\"rgb(153, 153, 153)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,rotate:0},variants:{h9bktJ_I8:{rotate:-45}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-rgncoc\",\"data-framer-name\":\"Top\",layoutDependency:layoutDependency,layoutId:\"EUmtyCSx9\",style:{backgroundColor:\"rgb(153, 153, 153)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,rotate:0},variants:{h9bktJ_I8:{rotate:45}}})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-7pll1q-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"zmDNPcxig-container\",nodeId:\"zmDNPcxig\",rendersWithMotion:true,scopeId:\"aRHpoSzsx\",children:/*#__PURE__*/_jsx(LocaleSelector,{fillColor:\"rgb(238, 238, 238)\",font:{fontFamily:'\"Inter\", sans-serif',fontSize:\"14px\",fontStyle:\"normal\",letterSpacing:\"0em\",lineHeight:\"1.5em\"},height:\"100%\",id:\"zmDNPcxig\",layoutId:\"zmDNPcxig\",options:{focus:{color:\"rgb(0, 153, 255)\",offset:0,style:\"solid\",width:1},gap:5,title:true},padding:\"10px 10px 10px 10px\",radius:\"4px\",textColor:\"rgb(0, 0, 0)\",width:\"100%\",...addPropertyOverrides({h9bktJ_I8:{icon:{color:\"rgb(0, 0, 0)\",size:18,type:\"default\"}},JhqHC2UnR:{icon:{color:\"rgb(0, 0, 0)\",size:18,type:\"default\"}}},baseVariant,gestureVariant)})})})]}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"DASRTspEg\"},motionChild:true,nodeId:\"lGjmlyREl\",openInNewTab:false,scopeId:\"aRHpoSzsx\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-116oxql framer-1pcazep\",layoutDependency:layoutDependency,layoutId:\"lGjmlyREl\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,width:\"190px\",y:(componentViewport?.y||0)+(16+((componentViewport?.height||96)-32-64)/2)+10+0,...addPropertyOverrides({h9bktJ_I8:{y:(componentViewport?.y||0)+16+(0+0+((componentViewport?.height||244)-32-212)/1*0)+0+0},JhqHC2UnR:{y:(componentViewport?.y||0)+16+(0+0+((componentViewport?.height||84)-32-202)/1*0)+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1iaqnsn-container\",layoutDependency:layoutDependency,layoutId:\"bT2h6L3B3-container\",nodeId:\"bT2h6L3B3\",rendersWithMotion:true,scopeId:\"aRHpoSzsx\",children:/*#__PURE__*/_jsx(LUDWIGLOGO,{height:\"100%\",id:\"bT2h6L3B3\",layoutId:\"bT2h6L3B3\",style:{height:\"100%\",width:\"100%\"},variant:\"P4qwzNKCA\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1np3ebk\",\"data-framer-name\":\"Links\",layoutDependency:layoutDependency,layoutId:\"KC29G5AaH\",style:{opacity:1},variants:{h9bktJ_I8:{opacity:1},JhqHC2UnR:{opacity:0}},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-mve1gy\",\"data-styles-preset\":\"VU5V18M3j\",children:/*#__PURE__*/_jsx(Link,{href:\"https://theclouth.koeln/hotel#/booking/search\",motionChild:true,nodeId:\"gPPaCbLPO\",openInNewTab:false,scopeId:\"aRHpoSzsx\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-11bz3yy\",\"data-styles-preset\":\"k2ucx9s2P\",children:\"Hotel\"})})})}),className:\"framer-zarioe\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"gPPaCbLPO\",style:{\"--framer-paragraph-spacing\":\"0px\"},variants:{h9bktJ_I8:{\"--extracted-1w1cjl5\":\"rgb(0, 0, 0)\"},JhqHC2UnR:{\"--extracted-1w1cjl5\":\"rgb(0, 0, 0)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({h9bktJ_I8:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-mve1gy\",\"data-styles-preset\":\"VU5V18M3j\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1w1cjl5, rgb(0, 0, 0))\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://theclouth.koeln/hotel#/booking/search\",motionChild:true,nodeId:\"gPPaCbLPO\",openInNewTab:false,scopeId:\"aRHpoSzsx\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-11bz3yy\",\"data-styles-preset\":\"k2ucx9s2P\",children:\"Hotel\"})})})})},JhqHC2UnR:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-mve1gy\",\"data-styles-preset\":\"VU5V18M3j\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1w1cjl5, rgb(0, 0, 0))\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://theclouth.koeln/hotel#/booking/search\",motionChild:true,nodeId:\"gPPaCbLPO\",openInNewTab:false,scopeId:\"aRHpoSzsx\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-11bz3yy\",\"data-styles-preset\":\"k2ucx9s2P\",children:\"Hotel\"})})})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-mve1gy\",\"data-styles-preset\":\"VU5V18M3j\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"AvyMC97Xn\"},motionChild:true,nodeId:\"uzCZnRrp7\",openInNewTab:false,scopeId:\"aRHpoSzsx\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-11bz3yy\",\"data-styles-preset\":\"k2ucx9s2P\",children:\"Events\"})})})}),className:\"framer-iwojbr\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"uzCZnRrp7\",style:{\"--framer-paragraph-spacing\":\"0px\"},variants:{h9bktJ_I8:{\"--extracted-1w1cjl5\":\"rgb(0, 0, 0)\"},JhqHC2UnR:{\"--extracted-1w1cjl5\":\"rgb(0, 0, 0)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({h9bktJ_I8:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-mve1gy\",\"data-styles-preset\":\"VU5V18M3j\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1w1cjl5, rgb(0, 0, 0))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"AvyMC97Xn\"},motionChild:true,nodeId:\"uzCZnRrp7\",openInNewTab:false,scopeId:\"aRHpoSzsx\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-11bz3yy\",\"data-styles-preset\":\"k2ucx9s2P\",children:\"Events\"})})})})},JhqHC2UnR:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-mve1gy\",\"data-styles-preset\":\"VU5V18M3j\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1w1cjl5, rgb(0, 0, 0))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"AvyMC97Xn\"},motionChild:true,nodeId:\"uzCZnRrp7\",openInNewTab:false,scopeId:\"aRHpoSzsx\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-11bz3yy\",\"data-styles-preset\":\"k2ucx9s2P\",children:\"Events\"})})})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-mve1gy\",\"data-styles-preset\":\"VU5V18M3j\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"etxTdr_An\"},motionChild:true,nodeId:\"yQ4AgcCca\",openInNewTab:false,scopeId:\"aRHpoSzsx\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-11bz3yy\",\"data-styles-preset\":\"k2ucx9s2P\",children:\"Coworking\"})})})}),className:\"framer-7jnnjt\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"yQ4AgcCca\",style:{\"--framer-paragraph-spacing\":\"0px\"},variants:{h9bktJ_I8:{\"--extracted-1w1cjl5\":\"rgb(0, 0, 0)\"},JhqHC2UnR:{\"--extracted-1w1cjl5\":\"rgb(0, 0, 0)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({h9bktJ_I8:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-mve1gy\",\"data-styles-preset\":\"VU5V18M3j\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1w1cjl5, rgb(0, 0, 0))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"etxTdr_An\"},motionChild:true,nodeId:\"yQ4AgcCca\",openInNewTab:false,scopeId:\"aRHpoSzsx\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-11bz3yy\",\"data-styles-preset\":\"k2ucx9s2P\",children:\"Coworking\"})})})})},JhqHC2UnR:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-mve1gy\",\"data-styles-preset\":\"VU5V18M3j\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1w1cjl5, rgb(0, 0, 0))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"etxTdr_An\"},motionChild:true,nodeId:\"yQ4AgcCca\",openInNewTab:false,scopeId:\"aRHpoSzsx\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-11bz3yy\",\"data-styles-preset\":\"k2ucx9s2P\",children:\"Coworking\"})})})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v0\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-mve1gy\",\"data-styles-preset\":\"VU5V18M3j\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"pm9je7DzA\"},motionChild:true,nodeId:\"JwZ1oaftD\",openInNewTab:false,scopeId:\"aRHpoSzsx\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-11bz3yy\",\"data-styles-preset\":\"k2ucx9s2P\",children:\"Kontakt\"})})})}),className:\"framer-1ead3n8\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"JwZ1oaftD\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({h9bktJ_I8:{children:getLocalizedValue(\"v1\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-mve1gy\",\"data-styles-preset\":\"VU5V18M3j\",style:{\"--framer-text-alignment\":\"left\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"pm9je7DzA\"},motionChild:true,nodeId:\"JwZ1oaftD\",openInNewTab:false,scopeId:\"aRHpoSzsx\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-11bz3yy\",\"data-styles-preset\":\"k2ucx9s2P\",children:\"Kontakt\"})})})})},JhqHC2UnR:{children:getLocalizedValue(\"v1\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-mve1gy\",\"data-styles-preset\":\"VU5V18M3j\",style:{\"--framer-text-alignment\":\"left\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"pm9je7DzA\"},motionChild:true,nodeId:\"JwZ1oaftD\",openInNewTab:false,scopeId:\"aRHpoSzsx\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-11bz3yy\",\"data-styles-preset\":\"k2ucx9s2P\",children:\"Kontakt\"})})})})}},baseVariant,gestureVariant)}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1bu1xaw-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"kstSrimQx-container\",nodeId:\"kstSrimQx\",rendersWithMotion:true,scopeId:\"aRHpoSzsx\",children:/*#__PURE__*/_jsx(LocaleSelector,{caret:{color:\"rgb(0, 0, 0)\",size:12,type:\"default\"},fillColor:\"rgb(238, 238, 238)\",font:{fontFamily:'\"Inter\", sans-serif',fontSize:\"14px\",fontStyle:\"normal\",letterSpacing:\"0em\",lineHeight:\"1.5em\"},height:\"100%\",icon:{color:\"rgb(0, 0, 0)\",size:18,type:\"default\"},id:\"kstSrimQx\",layoutId:\"kstSrimQx\",options:{focus:{color:\"rgb(0, 153, 255)\",offset:0,style:\"solid\",width:1},gap:5,title:true},padding:\"10px 10px 10px 10px\",radius:\"10px\",style:{width:\"100%\"},textColor:\"rgb(0, 0, 0)\",width:\"100%\"})})})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-NbBLk.framer-1pcazep, .framer-NbBLk .framer-1pcazep { display: block; }\",\".framer-NbBLk.framer-1ssy7y5 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: hidden; padding: 16px 40px 16px 40px; position: relative; width: 1200px; }\",\".framer-NbBLk .framer-ilrow6 { 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: visible; padding: 10px 0px 10px 10px; position: relative; width: min-content; }\",\".framer-NbBLk .framer-rxrbcm { flex: none; height: 40px; overflow: visible; position: relative; width: 41px; }\",\".framer-NbBLk .framer-gtab29 { bottom: 0px; flex: none; left: calc(48.78048780487807% - 40px / 2); overflow: hidden; position: absolute; top: 0px; width: 40px; }\",\".framer-NbBLk .framer-fgl78d { 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-NbBLk .framer-rgncoc { 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-NbBLk .framer-7pll1q-container { bottom: -160px; flex: none; height: auto; position: absolute; right: -159px; width: auto; }\",\".framer-NbBLk .framer-116oxql { flex: none; height: 44px; overflow: visible; position: relative; text-decoration: none; width: 44px; }\",\".framer-NbBLk .framer-1iaqnsn-container { bottom: 0px; flex: none; left: 0px; position: absolute; right: -146px; top: 0px; }\",\".framer-NbBLk .framer-1np3ebk { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 36px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 472px; }\",\".framer-NbBLk .framer-zarioe, .framer-NbBLk .framer-iwojbr, .framer-NbBLk .framer-7jnnjt, .framer-NbBLk .framer-1ead3n8 { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-NbBLk .framer-1bu1xaw-container { flex: none; height: auto; position: relative; width: 120px; }\",\".framer-NbBLk.framer-v-1yl3bnr.framer-1ssy7y5 { flex-direction: column; height: 84px; padding: 16px; width: 390px; }\",\".framer-NbBLk.framer-v-1yl3bnr .framer-ilrow6, .framer-NbBLk.framer-v-5lkg8i .framer-ilrow6 { cursor: pointer; gap: unset; justify-content: space-between; padding: 0px; width: 100%; }\",\".framer-NbBLk.framer-v-1yl3bnr .framer-rxrbcm { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 44px; justify-content: center; order: 1; padding: 0px; width: min-content; }\",\".framer-NbBLk.framer-v-1yl3bnr .framer-gtab29, .framer-NbBLk.framer-v-5lkg8i .framer-gtab29 { bottom: unset; height: 44px; left: unset; order: 1; position: relative; top: unset; width: 44px; }\",\".framer-NbBLk.framer-v-1yl3bnr .framer-7pll1q-container, .framer-NbBLk.framer-v-5lkg8i .framer-7pll1q-container { bottom: unset; order: 0; position: relative; right: unset; }\",\".framer-NbBLk.framer-v-1yl3bnr .framer-116oxql, .framer-NbBLk.framer-v-5lkg8i .framer-116oxql { order: 0; }\",\".framer-NbBLk.framer-v-1yl3bnr .framer-1np3ebk { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 0px; justify-content: flex-start; padding: 20px; width: 100%; }\",\".framer-NbBLk.framer-v-5lkg8i.framer-1ssy7y5 { flex-direction: column; max-height: calc(var(--framer-viewport-height, 100vh) * 1); overflow: auto; overscroll-behavior: contain; padding: 16px; width: 390px; }\",\".framer-NbBLk.framer-v-5lkg8i .framer-rxrbcm { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; justify-content: center; order: 1; padding: 0px; width: min-content; }\",\".framer-NbBLk.framer-v-5lkg8i .framer-fgl78d, .framer-NbBLk.framer-v-5lkg8i .framer-rgncoc { top: calc(50.00000000000002% - 2px / 2); }\",\".framer-NbBLk.framer-v-5lkg8i .framer-1np3ebk { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 20px; justify-content: flex-start; padding: 24px 0px 0px 54px; width: 100%; }\",...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 96\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"JhqHC2UnR\":{\"layout\":[\"fixed\",\"fixed\"]},\"h9bktJ_I8\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,null,null,\"100vh\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FrameraRHpoSzsx=withCSS(Component,css,\"framer-NbBLk\");export default FrameraRHpoSzsx;FrameraRHpoSzsx.displayName=\"Navigation\";FrameraRHpoSzsx.defaultProps={height:96,width:1200};addPropertyControls(FrameraRHpoSzsx,{variant:{options:[\"BIfMO3RP1\",\"JhqHC2UnR\",\"h9bktJ_I8\"],optionTitles:[\"Desktop\",\"Phone\",\"Phone Open\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FrameraRHpoSzsx,[{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\"}]},...LocaleSelectorFonts,...LUDWIGLOGOFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameraRHpoSzsx\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"JhqHC2UnR\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"h9bktJ_I8\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,null,null,\\\"100vh\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"96\",\"framerIntrinsicWidth\":\"1200\",\"framerAutoSizeImages\":\"true\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerColorSyntax\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (575e68f)\nimport{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=['.framer-WIkgB .framer-styles-preset-1wicq5s:not(.rich-text-wrapper), .framer-WIkgB .framer-styles-preset-1wicq5s.rich-text-wrapper a { --framer-link-current-text-color: #000000; --framer-link-current-text-decoration: none; --framer-link-hover-text-color: var(--token-39b6c15b-7701-4637-994f-4543f77218ff, #f2f2f2) /* {\"name\":\"Grey Light\"} */; --framer-link-hover-text-decoration: none; --framer-link-text-color: #000000; --framer-link-text-decoration: none; }'];export const className=\"framer-WIkgB\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (20caf11)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"CUSTOM;Gravity Regular\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Gravity Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/H43aoFPA4TVDM8h9L1p25EqT9E.woff2\"}]}];export const css=['.framer-deYTW .framer-styles-preset-1xxto13:not(.rich-text-wrapper), .framer-deYTW .framer-styles-preset-1xxto13.rich-text-wrapper h6 { --framer-font-family: \"Gravity Regular\", \"Gravity Regular Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 14px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: 0em; --framer-line-height: 1em; --framer-paragraph-spacing: 12px; --framer-text-alignment: start; --framer-text-color: var(--token-a7f257b3-38b7-4bdd-9408-b0d173391a67, #363636); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: uppercase; }'];export const className=\"framer-deYTW\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (20caf11)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"CUSTOM;Gravity Bold\",\"Inter-Black\",\"Inter-BlackItalic\",\"Inter-BoldItalic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Gravity Bold\",source:\"custom\",url:\"https://framerusercontent.com/assets/0J3Q1R1SgDJHxBMOHcfAaU1U.woff2\"},{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/mkY5Sgyq51ik0AMrSBwhm9DJg.woff2\",weight:\"900\"},{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/X5hj6qzcHUYv7h1390c8Rhm6550.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/gQhNpS3tN86g8RcVKYUUaKt2oMQ.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/cugnVhSraaRyANCaUtI5FV17wk.woff2\",weight:\"900\"},{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/5HcVoGak8k5agFJSaKa4floXVu0.woff2\",weight:\"900\"},{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/jn4BtSPLlS0NDp1KiFAtFKiiY0o.woff2\",weight:\"900\"},{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/P2Bw01CtL0b9wqygO0sSVogWbo.woff2\",weight:\"900\"},{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://framerusercontent.com/assets/05KsVHGDmqXSBXM4yRZ65P8i0s.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/ky8ovPukK4dJ1Pxq74qGhOqCYI.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/vvNSqIj42qeQ2bvCRBIWKHscrc.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/3ZmXbBKToJifDV9gwcifVd1tEY.woff2\",weight:\"900\"},{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://framerusercontent.com/assets/FNfhX3dt4ChuLJq2PwdlxHO7PU.woff2\",weight:\"900\"},{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://framerusercontent.com/assets/g0c8vEViiXNlKAgI4Ymmk3Ig.woff2\",weight:\"900\"},{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://framerusercontent.com/assets/efTfQcBJ53kM2pB1hezSZ3RDUFs.woff2\",weight:\"900\"},{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://framerusercontent.com/assets/H89BbHkbHDzlxZzxi8uPzTsp90.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://framerusercontent.com/assets/u6gJwDuwB143kpNK1T1MDKDWkMc.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/43sJ6MfOPh1LCJt46OvyDuSbA6o.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/wccHG0r4gBDAIRhfHiOlq6oEkqw.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://framerusercontent.com/assets/WZ367JPwf9bRW6LdTHN8rXgSjw.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://framerusercontent.com/assets/QxmhnWTzLtyjIiZcfaLIJ8EFBXU.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://framerusercontent.com/assets/2A4Xx7CngadFGlVV4xrO06OBHY.woff2\",weight:\"700\"}]}];export const css=['.framer-gKAAl .framer-styles-preset-knf5ul:not(.rich-text-wrapper), .framer-gKAAl .framer-styles-preset-knf5ul.rich-text-wrapper h6 { --framer-font-family: \"Gravity Bold\", \"Gravity Bold Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", sans-serif; --framer-font-family-bold-italic: \"Inter\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 14px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 400; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 700; --framer-letter-spacing: 0em; --framer-line-height: 1em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-a7f257b3-38b7-4bdd-9408-b0d173391a67, #363636); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }'];export const className=\"framer-gKAAl\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{jsx as _jsx}from\"react/jsx-runtime\";import{Link}from\"framer\";import{motion}from\"framer-motion\";import*as React from\"react\";export const v0=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-knf5ul\",\"data-styles-preset\":\"BJgpGUOb1\",style:{\"--framer-text-color\":\"var(--extracted-1w1cjl5, var(--token-a7f257b3-38b7-4bdd-9408-b0d173391a67, rgb(54, 54, 54)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"orOngffTo\"},motionChild:true,nodeId:\"f87a8kaFJ\",openInNewTab:false,scopeId:\"QZHuFrae9\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1wicq5s\",\"data-styles-preset\":\"ro7OPezbn\",children:\"Legal Notice\"})})})});export const v1=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-knf5ul\",\"data-styles-preset\":\"BJgpGUOb1\",style:{\"--framer-text-color\":\"var(--extracted-1w1cjl5, var(--token-a7f257b3-38b7-4bdd-9408-b0d173391a67, rgb(54, 54, 54)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"jtAZBAYOU\"},motionChild:true,nodeId:\"gBJffh1W1\",openInNewTab:false,scopeId:\"QZHuFrae9\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1wicq5s\",\"data-styles-preset\":\"ro7OPezbn\",children:\"Data Protection\"})})})});\nexport const __FramerMetadata__ = {\"exports\":{\"v1\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v0\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (d65f646)\nimport*as localizedValues from\"./QZHuFrae9-0.js\";const valuesByLocaleId={nR6oKzJtD: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 (d65f646)\nimport{jsx as _jsx,jsxs as _jsxs}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{useRef}from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/3FBWz316uffHYfcVbPIx/lZcMvHhzjLkfyTeNEQ1H/an8ForYY4.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/qeycTngCtyVhnfaiEAdG/hIOTpPyS6wFOsIhY7g2w/BJgpGUOb1.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/oBjblkMYZflTYF9wNePi/hkJuXzelGVtDTCGAETxX/ro7OPezbn.js\";import getLocalizedValue from\"https://framerusercontent.com/modules/8n8ol0ATMDUR3wZ9he88/lUb2KNv5Yw3uaZgluucu/QZHuFrae9.js\";const cycleOrder=[\"u3eXvsyRX\",\"EbdToiZ56\",\"oe7ttSVjQ\"];const serializationHash=\"framer-EJ523\";const variantClassNames={EbdToiZ56:\"framer-v-1dni1c7\",oe7ttSVjQ:\"framer-v-gomb4d\",u3eXvsyRX:\"framer-v-1nswji9\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={delay:0,duration:.3,ease:[.44,0,.56,1],type:\"tween\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Desktop:\"u3eXvsyRX\",Phone:\"oe7ttSVjQ\",Tablet:\"EbdToiZ56\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"u3eXvsyRX\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"u3eXvsyRX\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.footer,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1nswji9\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"u3eXvsyRX\",ref:refBinding,style:{backdropFilter:\"blur(15px)\",backgroundColor:\"rgb(255, 255, 255)\",WebkitBackdropFilter:\"blur(15px)\",...style},...addPropertyOverrides({EbdToiZ56:{\"data-framer-name\":\"Tablet\"},oe7ttSVjQ:{\"data-framer-name\":\"Phone\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ylaem6\",\"data-framer-name\":\"Horizontal\",layoutDependency:layoutDependency,layoutId:\"yfqTSbowF\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1k35rwr\",\"data-framer-name\":\"Vertical\",layoutDependency:layoutDependency,layoutId:\"OkGtevAn2\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-1xxto13\",\"data-styles-preset\":\"an8ForYY4\",children:\"\\xa9 2025 - The Clouth \"})}),className:\"framer-196iziz\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"JVGrtAtAr\",style:{\"--framer-link-hover-text-color\":\"rgba(153, 153, 153, 0.6)\",\"--framer-link-text-decoration\":\"none\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-tlbwg7\",\"data-framer-name\":\"Vertical\",layoutDependency:layoutDependency,layoutId:\"fjA51_iE6\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-39rmmg\",layoutDependency:layoutDependency,layoutId:\"STIUmHvRq\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-knf5ul\",\"data-styles-preset\":\"BJgpGUOb1\",style:{\"--framer-text-color\":\"var(--extracted-1w1cjl5, var(--token-a7f257b3-38b7-4bdd-9408-b0d173391a67, rgb(54, 54, 54)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"Ghz5Uso2l\"},motionChild:true,nodeId:\"jiEeMYS9y\",openInNewTab:false,scopeId:\"QZHuFrae9\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1wicq5s\",\"data-styles-preset\":\"ro7OPezbn\",children:\"Hotel\"})})})}),className:\"framer-86m8fo\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"jiEeMYS9y\",style:{\"--extracted-1w1cjl5\":\"var(--token-a7f257b3-38b7-4bdd-9408-b0d173391a67, rgb(54, 54, 54))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-knf5ul\",\"data-styles-preset\":\"BJgpGUOb1\",style:{\"--framer-text-color\":\"var(--extracted-1w1cjl5, var(--token-a7f257b3-38b7-4bdd-9408-b0d173391a67, rgb(54, 54, 54)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"etxTdr_An\"},motionChild:true,nodeId:\"HxEUgnBHR\",openInNewTab:false,scopeId:\"QZHuFrae9\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1wicq5s\",\"data-styles-preset\":\"ro7OPezbn\",children:\"Coworking\"})})})}),className:\"framer-zqecdu\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"HxEUgnBHR\",style:{\"--extracted-1w1cjl5\":\"var(--token-a7f257b3-38b7-4bdd-9408-b0d173391a67, rgb(54, 54, 54))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-knf5ul\",\"data-styles-preset\":\"BJgpGUOb1\",style:{\"--framer-text-color\":\"var(--extracted-1w1cjl5, var(--token-a7f257b3-38b7-4bdd-9408-b0d173391a67, rgb(54, 54, 54)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"AvyMC97Xn\"},motionChild:true,nodeId:\"cmSbw89zE\",openInNewTab:false,scopeId:\"QZHuFrae9\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1wicq5s\",\"data-styles-preset\":\"ro7OPezbn\",children:\"Events\"})})})}),className:\"framer-qvfcls\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"cmSbw89zE\",style:{\"--extracted-1w1cjl5\":\"var(--token-a7f257b3-38b7-4bdd-9408-b0d173391a67, rgb(54, 54, 54))\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-fzw8mr\",layoutDependency:layoutDependency,layoutId:\"gDUNenund\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v0\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-knf5ul\",\"data-styles-preset\":\"BJgpGUOb1\",style:{\"--framer-text-color\":\"var(--extracted-1w1cjl5, var(--token-a7f257b3-38b7-4bdd-9408-b0d173391a67, rgb(54, 54, 54)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"orOngffTo\"},motionChild:true,nodeId:\"f87a8kaFJ\",openInNewTab:false,scopeId:\"QZHuFrae9\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1wicq5s\",\"data-styles-preset\":\"ro7OPezbn\",children:\"Impressum\"})})})}),className:\"framer-1yof8vd\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"f87a8kaFJ\",style:{\"--extracted-1w1cjl5\":\"var(--token-a7f257b3-38b7-4bdd-9408-b0d173391a67, rgb(54, 54, 54))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v1\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-knf5ul\",\"data-styles-preset\":\"BJgpGUOb1\",style:{\"--framer-text-color\":\"var(--extracted-1w1cjl5, var(--token-a7f257b3-38b7-4bdd-9408-b0d173391a67, rgb(54, 54, 54)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"jtAZBAYOU\"},motionChild:true,nodeId:\"gBJffh1W1\",openInNewTab:false,scopeId:\"QZHuFrae9\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1wicq5s\",\"data-styles-preset\":\"ro7OPezbn\",children:\"Datenschutz\"})})})}),className:\"framer-ij4heu\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"gBJffh1W1\",style:{\"--extracted-1w1cjl5\":\"var(--token-a7f257b3-38b7-4bdd-9408-b0d173391a67, rgb(54, 54, 54))\"},verticalAlignment:\"top\",withExternalLayout:true})]})]})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-EJ523.framer-mbc3pp, .framer-EJ523 .framer-mbc3pp { display: block; }\",\".framer-EJ523.framer-1nswji9 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: flex-start; overflow: visible; padding: 60px 0px 30px 0px; position: relative; width: 1200px; }\",\".framer-EJ523 .framer-1ylaem6 { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; height: min-content; justify-content: space-between; max-width: 1200px; overflow: visible; padding: 0px; position: relative; width: 90%; }\",\".framer-EJ523 .framer-1k35rwr { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-EJ523 .framer-196iziz, .framer-EJ523 .framer-86m8fo, .framer-EJ523 .framer-zqecdu, .framer-EJ523 .framer-qvfcls, .framer-EJ523 .framer-1yof8vd, .framer-EJ523 .framer-ij4heu { flex: none; height: auto; overflow: visible; position: relative; white-space: pre; width: auto; }\",\".framer-EJ523 .framer-tlbwg7 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 82px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-EJ523 .framer-39rmmg, .framer-EJ523 .framer-fzw8mr { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-EJ523.framer-v-1dni1c7.framer-1nswji9 { width: 729px; }\",\".framer-EJ523.framer-v-1dni1c7 .framer-1k35rwr, .framer-EJ523.framer-v-1dni1c7 .framer-tlbwg7 { flex: 1 0 0px; width: 1px; }\",\".framer-EJ523.framer-v-gomb4d.framer-1nswji9 { padding: 60px 40px 30px 40px; width: 390px; }\",\".framer-EJ523.framer-v-gomb4d .framer-1ylaem6 { flex-direction: column; gap: 40px; justify-content: flex-start; width: 100%; }\",\".framer-EJ523.framer-v-gomb4d .framer-1k35rwr, .framer-EJ523.framer-v-gomb4d .framer-tlbwg7 { width: 100%; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 180\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"EbdToiZ56\":{\"layout\":[\"fixed\",\"auto\"]},\"oe7ttSVjQ\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerQZHuFrae9=withCSS(Component,css,\"framer-EJ523\");export default FramerQZHuFrae9;FramerQZHuFrae9.displayName=\"Footer\";FramerQZHuFrae9.defaultProps={height:180,width:1200};addPropertyControls(FramerQZHuFrae9,{variant:{options:[\"u3eXvsyRX\",\"EbdToiZ56\",\"oe7ttSVjQ\"],optionTitles:[\"Desktop\",\"Tablet\",\"Phone\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerQZHuFrae9,[{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),...getFontsFromSharedStyle(sharedStyle2.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerQZHuFrae9\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"180\",\"framerColorSyntax\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"EbdToiZ56\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"oe7ttSVjQ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"1200\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["getBorderStyle", "e", "t", "o", "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", "localesForCurrentRoute", "useLocalesForCurrentRoute", "activeLocaleId", "lastActiveLocaleId", "setLastActiveLocaleId", "ye", "selectedLocaleId", "setSelectedLocaleId", "selectedLocale", "locale", "handleChange", "event", "localeId", "u", "className", "getPaddingStyle", "getRadiusStyle", "getBorderStyle", "getHoverStyle", "getFocusStyle", "addPropertyControls", "ControlType", "paddingControls", "radiusControls", "borderControls", "hoverControls", "focusControls", "LocaleSelector_default", "fontStore", "fonts", "css", "className", "aRHpoSzsx_0_exports", "__export", "__FramerMetadata__", "v0", "v1", "v0", "p", "x", "motion", "Link", "v1", "__FramerMetadata__", "valuesByLocaleId", "aRHpoSzsx_0_exports", "getLocalizedValue", "key", "locale", "values", "value", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transformTemplate1", "_", "t", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "isDisplayed", "isDisplayed1", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "SVG", "Image2", "getLoadingLazyAtYPosition", "css", "FramerzAr2MoJ91", "withCSS", "zAr2MoJ91_default", "addPropertyControls", "ControlType", "addFonts", "LocaleSelectorFonts", "getFonts", "LocaleSelector_default", "LUDWIGLOGOFonts", "zAr2MoJ91_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", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1im7jhc", "args", "onTapw8la3o", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "LayoutGroup", "u", "ComponentViewportProvider", "SmartComponentScopedContainer", "Link", "RichText2", "getLocalizedValue", "css", "FrameraRHpoSzsx", "withCSS", "aRHpoSzsx_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "QZHuFrae9_0_exports", "__export", "__FramerMetadata__", "v0", "v1", "v0", "p", "x", "motion", "Link", "v1", "__FramerMetadata__", "valuesByLocaleId", "QZHuFrae9_0_exports", "getLocalizedValue", "key", "locale", "values", "value", "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", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "LayoutGroup", "u", "RichText2", "Link", "getLocalizedValue", "css", "FramerQZHuFrae9", "withCSS", "QZHuFrae9_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts"]
}
