{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/cuKUFdzXlhvw8OVOBeAc/T08RxQJ4qrs7LLc8wx4E/border.js", "ssg:https://framerusercontent.com/modules/9muYaW1MvHoRQJ0P7dkP/V2GVvLqiMxXRSxszkCSa/focus.js", "ssg:https://framerusercontent.com/modules/YfmtnpWjJrP37sQ18QUZ/9Y2P24U2SBIbf2fPVsOX/hover.js", "ssg:https://framerusercontent.com/modules/wjZLfSMaP1TvJDu5PCwr/6SPClu354QJPCp6Xj5C0/padding.js", "ssg:https://framerusercontent.com/modules/N6MwtHbWoiZJNn1xpqxu/58OHv7BfCzgeBhiv1TYu/radius.js", "ssg:https://framerusercontent.com/modules/57FhkldN9P7x88MqAEaR/UfMN9oeTJKQqVQHIwZ5z/LocaleSelector.js", "ssg:https://framerusercontent.com/modules/4f8R43heoIGdI7Il3CaN/9Gs1nUhoGLC3TqBOkiRc/Ztklr6buy-0.js", "ssg:https://framerusercontent.com/modules/4f8R43heoIGdI7Il3CaN/9Gs1nUhoGLC3TqBOkiRc/Ztklr6buy.js", "ssg:https://framerusercontent.com/modules/xXD6iGQpRSv9osn9luAc/es1eCAvkJqtEqhA5RgkO/Ztklr6buy.js", "ssg:https://framerusercontent.com/modules/mPLTax4sX0ljJXDWgM7j/3iWtZY8YUGJbdXm9lyUZ/G_fdZLubu.js"],
  "sourcesContent": ["import{ControlType as e}from\"framer\";export function getBorderStyle({color:e,width:t=0,widthPerSide:o=!1,widthTop:d=0,widthRight:r=0,widthBottom:i=0,widthLeft:l=0,style:h=\"none\"}={}){let b={};return e?(b[\"--framer-border-color\"]=e,b.borderStyle=h,o?(b.borderTopWidth=d,b.borderRightWidth=r,b.borderBottomWidth=i,b.borderLeftWidth=l):(b.borderTopWidth=t,b.borderRightWidth=t,b.borderBottomWidth=t,b.borderLeftWidth=t)):b.border=\"none\",b;}export const borderControls={color:{type:e.Color,defaultValue:\"#444\"},width:{type:e.FusedNumber,toggleKey:\"widthPerSide\",toggleTitles:[\"Width\",\"Width per side\"],valueKeys:[\"widthTop\",\"widthRight\",\"widthBottom\",\"widthLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],defaultValue:1,min:0},style:{type:e.Enum,options:[\"solid\",\"dashed\",\"dotted\",\"double\"],optionTitles:[\"Solid\",\"Dashed\",\"Dotted\",\"double\"],defaultValue:\"solid\"}};\nexport const __FramerMetadata__ = {\"exports\":{\"borderControls\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"getBorderStyle\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"BorderOptions\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./border.map", "import{ControlType}from\"framer\";export function getFocusStyle({color,width,style,offset}={}){const result={};if(color){result[\"--framer-focus-outline\"]=`${width}px ${style} ${color}`;result[\"--framer-focus-outline-offset\"]=`${offset}px`;}return result;}export const focusControls={color:{type:ControlType.Color,defaultValue:\"#09f\"},width:{type:ControlType.Number,displayStepper:true,defaultValue:1,min:0},style:{type:ControlType.Enum,options:[\"solid\",\"dashed\",\"dotted\",\"double\"],optionTitles:[\"Solid\",\"Dashed\",\"Dotted\",\"double\"],defaultValue:\"solid\"},offset:{type:ControlType.Number,displayStepper:true}};\nexport const __FramerMetadata__ = {\"exports\":{\"focusControls\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"getFocusStyle\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"FocusOptions\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./focus.map", "import{ControlType}from\"framer\";export function getHoverStyle({fillColor,textColor,borderColor}={}){return{\"--framer-hover-background-color\":fillColor,\"--framer-hover-color\":textColor,\"--framer-hover-border-color\":borderColor};}export const hoverControls={fillColor:{type:ControlType.Color,title:\"Fill\",optional:true},textColor:{type:ControlType.Color,title:\"Text\",optional:true},borderColor:{type:ControlType.Color,title:\"Border\",optional:true}};\nexport const __FramerMetadata__ = {\"exports\":{\"HoverOptions\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"getHoverStyle\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"hoverControls\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./hover.map", "import{ControlType}from\"framer\";export function getPaddingStyle({padding=0,paddingPerSide=false,paddingTop=0,paddingRight=0,paddingBottom=0,paddingLeft=0}={}){if(paddingPerSide){return{paddingTop:paddingTop,paddingRight:paddingRight,paddingBottom:paddingBottom,paddingLeft:paddingLeft};}else{return{paddingTop:padding,paddingRight:padding,paddingBottom:padding,paddingLeft:padding};}}export const paddingControls={padding:{type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\",],valueLabels:[\"T\",\"R\",\"B\",\"L\"],defaultValue:10,min:0}};\nexport const __FramerMetadata__ = {\"exports\":{\"getPaddingStyle\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"paddingControls\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"PaddingOptions\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./padding.map", "import{ControlType}from\"framer\";export function getRadiusStyle({radius=0,radiusPerCorner=false,radiusTopLeft=0,radiusTopRight=0,radiusBottomRight=0,radiusBottomLeft=0}={}){const result={};if(radiusPerCorner){result.borderTopLeftRadius=radiusTopLeft;result.borderTopRightRadius=radiusTopRight;result.borderBottomRightRadius=radiusBottomRight;result.borderBottomLeftRadius=radiusBottomLeft;}else{result.borderTopLeftRadius=radius;result.borderTopRightRadius=radius;result.borderBottomRightRadius=radius;result.borderBottomLeftRadius=radius;}return result;}export const radiusControls={radius:{type:ControlType.FusedNumber,toggleKey:\"radiusPerConrner\",toggleTitles:[\"Radius\",\"Radius per side\"],valueKeys:[\"radiusTopLeft\",\"radiusTopRight\",\"radiusBottomRight\",\"radiusBottomLeft\",],valueLabels:[\"TL\",\"TR\",\"BR\",\"BL\"],defaultValue:10,min:0}};\nexport const __FramerMetadata__ = {\"exports\":{\"getRadiusStyle\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"radiusControls\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"RadiusOptions\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./radius.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addPropertyControls,ControlType,// @ts-ignore Internal function\nuseLocaleInfo,withCSS}from\"framer\";import{useId,useState}from\"react\";import{getBorderStyle,borderControls}from\"https://framerusercontent.com/modules/cuKUFdzXlhvw8OVOBeAc/T08RxQJ4qrs7LLc8wx4E/border.js\";import{getFocusStyle,focusControls}from\"https://framerusercontent.com/modules/9muYaW1MvHoRQJ0P7dkP/V2GVvLqiMxXRSxszkCSa/focus.js\";import{getHoverStyle,hoverControls}from\"https://framerusercontent.com/modules/YfmtnpWjJrP37sQ18QUZ/9Y2P24U2SBIbf2fPVsOX/hover.js\";import{getPaddingStyle,paddingControls}from\"https://framerusercontent.com/modules/wjZLfSMaP1TvJDu5PCwr/6SPClu354QJPCp6Xj5C0/padding.js\";import{getRadiusStyle,radiusControls}from\"https://framerusercontent.com/modules/N6MwtHbWoiZJNn1xpqxu/58OHv7BfCzgeBhiv1TYu/radius.js\";const className=\"framer-locale-picker\";function addPixel(value){if(typeof value===\"number\"){return`${value}px`;}return value;}var IconType;(function(IconType){IconType[\"Default\"]=\"default\";IconType[\"Custom\"]=\"custom\";})(IconType||(IconType={}));function Icon({type,color,image,size}){if(type===\"custom\"&&image){return /*#__PURE__*/_jsx(\"img\",{...image,width:size,height:size});}return /*#__PURE__*/_jsx(\"svg\",{xmlns:\"http://www.w3.org/2000/svg\",viewBox:\"0 0 256 256\",width:size,height:size,fill:color,children:/*#__PURE__*/_jsx(\"path\",{d:\"M128,24A104,104,0,1,0,232,128,104.11,104.11,0,0,0,128,24Zm87.63,96H175.8c-1.41-28.46-10.27-55.47-25.12-77A88.2,88.2,0,0,1,215.63,120ZM128,215.89c-18.73-20.27-30.09-49-31.77-79.89h63.54C158.09,166.87,146.73,195.62,128,215.89ZM96.23,120c1.68-30.87,13-59.62,31.77-79.89,18.73,20.27,30.09,49,31.77,79.89Zm9.09-77C90.47,64.53,81.61,91.54,80.2,120H40.37A88.2,88.2,0,0,1,105.32,43ZM40.37,136H80.2c1.41,28.46,10.27,55.47,25.12,77A88.2,88.2,0,0,1,40.37,136Zm110.31,77c14.85-21.56,23.71-48.57,25.12-77h39.83A88.2,88.2,0,0,1,150.68,213Z\"})});}var CaretType;(function(CaretType){CaretType[\"Default\"]=\"default\";CaretType[\"Custom\"]=\"custom\";})(CaretType||(CaretType={}));function Caret({type,color,image,size}){if(type===\"custom\"&&image){return /*#__PURE__*/_jsx(\"img\",{...image,width:size,height:size});}return /*#__PURE__*/_jsx(\"svg\",{xmlns:\"http://www.w3.org/2000/svg\",viewBox:\"0 0 12 12\",width:size,height:size,children:/*#__PURE__*/_jsx(\"path\",{d:\"M 2 4.5 L 6 8.5 L 10 4.5\",fill:\"none\",stroke:color,strokeWidth:1.5,strokeLinecap:\"round\",strokeLinejoin:\"round\"})});}/**\n * @framerSupportedLayoutWidth any-prefer-fixed\n * @framerSupportedLayoutHeight any\n * @framerDisableUnlink\n * @framerIntrinsicWidth 120\n * @framerIntrinsicHeight 34\n */const LocaleSelector=withCSS(({font,fillColor,textColor,icon,caret,options:{title,gap,border,hover,focus},style,...props})=>{const id=useId();const{activeLocale,locales,setLocale}=useLocaleInfo();var _activeLocale_id;const activeLocaleId=(_activeLocale_id=activeLocale===null||activeLocale===void 0?void 0:activeLocale.id)!==null&&_activeLocale_id!==void 0?_activeLocale_id:\"default\";const[lastActiveLocaleId,setLastActiveLocaleId]=useState(activeLocaleId);// The useLocaleInfo hook updates the activeLocale variable inside\n// a startTransition to load the translations with Suspense. To make\n// the component feel responsive we update our own state without Suspense.\nconst[selectedLocaleId,setSelectedLocaleId]=useState(activeLocaleId);const selectedLocale=locales.find(locale=>locale.id===selectedLocaleId);// The active locale was updated. Ensure we update our internal state as well.\nif(lastActiveLocaleId!==activeLocaleId){setLastActiveLocaleId(activeLocaleId);if(selectedLocaleId!==activeLocaleId){setSelectedLocaleId(activeLocaleId);}}function handleChange(event){const localeId=event.target.value;setSelectedLocaleId(localeId);const locale=locales.find(locale=>locale.id===localeId);setLocale(locale);}var _selectedLocale_name;return /*#__PURE__*/_jsxs(\"div\",{className:className,style:style,children:[/*#__PURE__*/_jsx(\"label\",{htmlFor:id,children:\"Select Language\"}),/*#__PURE__*/_jsx(\"select\",{id:id,value:selectedLocaleId,onChange:handleChange,// If a navigation occurs from switching locales\n// the browser can attempt to autofill the select to the last value\n// when you use browser back navigation. We don't want that.\nautoComplete:\"off\",children:locales.map(locale=>/*#__PURE__*/_jsx(\"option\",{value:locale.id,children:locale.name},locale.id))}),/*#__PURE__*/_jsxs(\"div\",{className:\"input\",style:{...font,\"--framer-background-color\":fillColor,\"--framer-color\":textColor,...getPaddingStyle(props),...getRadiusStyle(props),...getBorderStyle(border),...getHoverStyle(hover),...getFocusStyle(focus),gap},children:[icon&&/*#__PURE__*/_jsx(\"div\",{className:\"icon\",children:/*#__PURE__*/_jsx(Icon,{...icon})}),title&&/*#__PURE__*/_jsx(\"div\",{className:\"title\",children:(_selectedLocale_name=selectedLocale===null||selectedLocale===void 0?void 0:selectedLocale.name)!==null&&_selectedLocale_name!==void 0?_selectedLocale_name:\"English\"}),caret&&/*#__PURE__*/_jsx(\"div\",{className:\"caret\",children:/*#__PURE__*/_jsx(Caret,{...caret})})]})]});},[`\n            .${className} {\n                position: relative;\n            }\n        `,`\n            .${className} label {\n                position: absolute;\n                width: 1px;\n                height: 1px;\n                margin: -1px;\n                overflow: hidden;\n                white-space: nowrap;\n                clip: rect(0 0 0 0);\n                clip-path: inset(50%);\n            }\n        `,`\n            .${className} select {\n                appearance: none;\n                position: absolute;\n                opacity: 0;\n                top: 0;\n                right: 0;\n                bottom: 0;\n                left: 0;\n                cursor: inherit;\n                width: 100%;\n            }\n        `,`\n            .${className} .input {\n                display: flex;\n                justify-content: center;\n                align-items: center;\n                height: 100%;\n                pointer-events: none;\n                overflow: hidden;\n                background-color: var(--framer-background-color);\n                color: var(--framer-color);\n                border-color: var(--framer-border-color);\n            }\n        `,`\n            .${className} select:focus-visible + .input  {\n                outline: var(--framer-focus-outline, none);\n                outline-offset: var(--framer-focus-outline-offset);\n            }\n        `,`\n            .${className}:hover .input {\n                background-color: var(--framer-hover-background-color, var(--framer-background-color));\n                color: var(--framer-hover-color, var(--framer-color));\n                border-color: var(--framer-hover-border-color, var(--framer-border-color));\n            }\n        `,`\n            .${className} .title {\n                flex: 1 1 auto;\n                white-space: nowrap;\n                text-overflow: ellipsis;\n                overflow: hidden;\n            }\n        `,`\n            .${className} .icon, .${className} .caret {\n                display: flex;\n                align-items: center;\n            }\n        `]);LocaleSelector.displayName=\"Locale Selector\";addPropertyControls(LocaleSelector,{font:{// @ts-ignore\ntype:ControlType.Font,controls:\"extended\",defaultFontType:\"sans-serif\",defaultValue:{fontSize:14,lineHeight:\"1.5em\"}},fillColor:{type:ControlType.Color,title:\"Fill\",optional:true,defaultValue:\"#eee\"},textColor:{type:ControlType.Color,title:\"Text\",defaultValue:\"#000\"},...paddingControls,...radiusControls,icon:{type:ControlType.Object,buttonTitle:\"Size, Color\",optional:true,controls:{type:{type:ControlType.Enum,title:\"Icon\",options:Object.values(IconType),optionTitles:[\"Default\",\"Custom\"],displaySegmentedControl:true,defaultValue:\"default\"},color:{type:ControlType.Color,displaySegmentedControl:true,defaultValue:\"#000\",hidden:props=>props.type!==\"default\"},image:{type:ControlType.ResponsiveImage,title:\"File\",allowedFileTypes:[\"jpg\",\"png\",\"svg\"],hidden:props=>props.type!==\"custom\"},size:{type:ControlType.Number,displayStepper:true,defaultValue:18}}},caret:{type:ControlType.Object,buttonTitle:\"Size, Color\",optional:true,controls:{type:{type:ControlType.Enum,title:\"Icon\",options:Object.values(CaretType),optionTitles:[\"Default\",\"Custom\"],displaySegmentedControl:true,defaultValue:\"default\"},color:{type:ControlType.Color,displaySegmentedControl:true,defaultValue:\"#000\",hidden:props=>props.type!==\"default\"},image:{type:ControlType.ResponsiveImage,title:\"File\",allowedFileTypes:[\"jpg\",\"png\",\"svg\"],hidden:props=>props.type!==\"custom\"},size:{type:ControlType.Number,displayStepper:true,defaultValue:12}},defaultValue:{}},options:{type:ControlType.Object,title:\"Options\",buttonTitle:\"Border, Hover\",controls:{title:{type:ControlType.Boolean,defaultValue:true},gap:{type:ControlType.Number,displayStepper:true,defaultValue:5},border:{type:ControlType.Object,buttonTitle:\"Color, Width\",optional:true,controls:borderControls},hover:{type:ControlType.Object,buttonTitle:\"Fill, Border\",optional:true,controls:hoverControls},focus:{type:ControlType.Object,buttonTitle:\"Color, Width\",controls:focusControls}}}});export default LocaleSelector;\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"LocaleSelector\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutWidth\":\"any-prefer-fixed\",\"framerSupportedLayoutHeight\":\"any\",\"framerDisableUnlink\":\"* @framerIntrinsicWidth 120\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"34\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./LocaleSelector.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{motion}from\"framer-motion\";import*as React from\"react\";export const v0=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"14px\"},children:\"\\xdcber uns\"})});export const v1=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"14px\"},children:\"Home\"})});export const v2=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"14px\"},children:\"Community\"})});export const v3=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"14px\"},children:\"Kontaktieren Sie Uns\"})});export const v4=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"14px\"},children:\"Netzwerke\"})});export const v5=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"14px\"},children:\"L\\xf6sungen\"})});export const v6=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"14px\"},children:\"RPC Nodes\"})});export const v7=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"14px\"},children:\"Beratung\"})});export const v8=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"14px\"},children:\"Custom Staking\"})});export const v9=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U3BhY2UgR3JvdGVzay1tZWRpdW0=\",\"--framer-font-family\":'\"Space Grotesk\", \"Space Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"14px\"},children:\"Community\"})});\nexport const __FramerMetadata__ = {\"exports\":{\"v4\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v0\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v8\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v1\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v3\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v7\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v6\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v5\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v2\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v9\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (bab6da3)\nimport*as localizedValues from\"./Ztklr6buy-0.js\";const valuesByLocaleId={SHyVb3Tuf: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 (bab6da3)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,RichText,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import getLocalizedValue from\"https://framerusercontent.com/modules/4f8R43heoIGdI7Il3CaN/9Gs1nUhoGLC3TqBOkiRc/Ztklr6buy.js\";const enabledGestures={b5CupPzpe:{hover:true},bvAAnDJ4X:{hover:true},Ka_7Yp4G0:{hover:true},kislEgCJB:{hover:true},kugNgU81c:{hover:true},M9iSlvYqs:{hover:true},ndUe7AsTL:{hover:true},QFp1FLLeZ:{hover:true},thGElqEa7:{hover:true},Uw_OSKefS:{hover:true},W4B6l31Za:{hover:true},YNBQawHa4:{hover:true},ZHGNu80Kv:{hover:true}};const cycleOrder=[\"QFp1FLLeZ\",\"kugNgU81c\",\"W4B6l31Za\",\"Uw_OSKefS\",\"YNBQawHa4\",\"M9iSlvYqs\",\"ndUe7AsTL\",\"thGElqEa7\",\"kislEgCJB\",\"bvAAnDJ4X\",\"b5CupPzpe\",\"ZHGNu80Kv\",\"Ka_7Yp4G0\"];const serializationHash=\"framer-OcTO6\";const variantClassNames={b5CupPzpe:\"framer-v-1fal38a\",bvAAnDJ4X:\"framer-v-19udeg7\",Ka_7Yp4G0:\"framer-v-sf8nf3\",kislEgCJB:\"framer-v-wew5i3\",kugNgU81c:\"framer-v-1t3ghb6\",M9iSlvYqs:\"framer-v-1n9ynnt\",ndUe7AsTL:\"framer-v-1jygz9\",QFp1FLLeZ:\"framer-v-on4am1\",thGElqEa7:\"framer-v-v6i82s\",Uw_OSKefS:\"framer-v-yk76j7\",W4B6l31Za:\"framer-v-136tuxg\",YNBQawHa4:\"framer-v-4jdju2\",ZHGNu80Kv:\"framer-v-gpa6mq\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,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={\"Custom Staking\":\"Ka_7Yp4G0\",\"Get in touch\":\"Uw_OSKefS\",\"Networks Default\":\"YNBQawHa4\",\"Networks Open\":\"kislEgCJB\",\"RPC Nodes\":\"b5CupPzpe\",About:\"QFp1FLLeZ\",Celestia:\"thGElqEa7\",Consulting:\"ZHGNu80Kv\",Contributions:\"W4B6l31Za\",Ethereum:\"M9iSlvYqs\",Home:\"kugNgU81c\",Solana:\"ndUe7AsTL\",Solutions:\"bvAAnDJ4X\"};const getProps=({click,height,hover,id,width,...props})=>{return{...props,oDClqzhHD:click??props.oDClqzhHD,tE26njfWu:hover??props.tE26njfWu,variant:humanReadableVariantMap[props.variant]??props.variant??\"QFp1FLLeZ\"};};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,oDClqzhHD,tE26njfWu,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"QFp1FLLeZ\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap15e0yra=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(oDClqzhHD){const res=await oDClqzhHD(...args);if(res===false)return false;}});const onMouseEnter1t4f1gx=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});if(tE26njfWu){const res=await tE26njfWu(...args);if(res===false)return false;}});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if([\"YNBQawHa4-hover\",\"kislEgCJB-hover\",\"bvAAnDJ4X-hover\"].includes(gestureVariant))return true;if([\"YNBQawHa4\",\"kislEgCJB\",\"bvAAnDJ4X\"].includes(baseVariant))return true;return false;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"OshBb7UTx\"},motionChild:true,nodeId:\"QFp1FLLeZ\",openInNewTab:false,scopeId:\"Ztklr6buy\",...addPropertyOverrides({\"bvAAnDJ4X-hover\":{href:undefined},\"kislEgCJB-hover\":{href:undefined},\"ndUe7AsTL-hover\":{href:undefined},\"YNBQawHa4-hover\":{href:undefined},b5CupPzpe:{href:{webPageId:\"RroAGXLXR\"}},bvAAnDJ4X:{href:undefined},Ka_7Yp4G0:{href:{webPageId:\"nLgH1MM7z\"}},kislEgCJB:{href:undefined},kugNgU81c:{href:{webPageId:\"CJ4lSl6gc\"}},M9iSlvYqs:{href:{webPageId:\"xrxaXklVv\"}},ndUe7AsTL:{href:undefined},thGElqEa7:{href:{webPageId:\"JmNOOuo78\"}},Uw_OSKefS:{href:\"https://form.typeform.com/to/rYkP6HFn\",openInNewTab:true},W4B6l31Za:{href:{webPageId:\"zVhPDuDY8\"},openInNewTab:true},YNBQawHa4:{href:undefined},ZHGNu80Kv:{href:{webPageId:\"hNJFouBIA\"}}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-on4am1\",className,classNames)} framer-172mcqg`,\"data-framer-name\":\"About\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"QFp1FLLeZ\",onMouseEnter:onMouseEnter1t4f1gx,onTap:onTap15e0yra,ref:refBinding,style:{backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:4,borderBottomRightRadius:4,borderTopLeftRadius:4,borderTopRightRadius:4,...style},variants:{\"b5CupPzpe-hover\":{backgroundColor:\"rgba(0, 0, 0, 0.03)\"},\"bvAAnDJ4X-hover\":{backgroundColor:\"rgba(0, 0, 0, 0.03)\"},\"Ka_7Yp4G0-hover\":{backgroundColor:\"rgba(0, 0, 0, 0.03)\"},\"kislEgCJB-hover\":{backgroundColor:\"rgba(0, 0, 0, 0.03)\"},\"kugNgU81c-hover\":{backgroundColor:\"rgba(0, 0, 0, 0.03)\"},\"M9iSlvYqs-hover\":{backgroundColor:\"rgba(0, 0, 0, 0.03)\"},\"ndUe7AsTL-hover\":{backgroundColor:\"rgba(0, 0, 0, 0.03)\"},\"QFp1FLLeZ-hover\":{backgroundColor:\"rgba(0, 0, 0, 0.03)\"},\"thGElqEa7-hover\":{backgroundColor:\"rgba(0, 0, 0, 0.03)\"},\"Uw_OSKefS-hover\":{backgroundColor:\"rgba(0, 0, 0, 0.03)\"},\"W4B6l31Za-hover\":{backgroundColor:\"rgba(0, 0, 0, 0.03)\"},\"YNBQawHa4-hover\":{backgroundColor:\"rgba(0, 0, 0, 0.03)\"},\"ZHGNu80Kv-hover\":{backgroundColor:\"rgba(0, 0, 0, 0.03)\"}},...addPropertyOverrides({\"b5CupPzpe-hover\":{\"data-framer-name\":undefined},\"bvAAnDJ4X-hover\":{\"data-framer-name\":undefined},\"Ka_7Yp4G0-hover\":{\"data-framer-name\":undefined},\"kislEgCJB-hover\":{\"data-framer-name\":undefined},\"kugNgU81c-hover\":{\"data-framer-name\":undefined},\"M9iSlvYqs-hover\":{\"data-framer-name\":undefined},\"ndUe7AsTL-hover\":{\"data-framer-name\":undefined},\"QFp1FLLeZ-hover\":{\"data-framer-name\":undefined},\"thGElqEa7-hover\":{\"data-framer-name\":undefined},\"Uw_OSKefS-hover\":{\"data-framer-name\":undefined},\"W4B6l31Za-hover\":{\"data-framer-name\":undefined},\"YNBQawHa4-hover\":{\"data-framer-name\":undefined},\"ZHGNu80Kv-hover\":{\"data-framer-name\":undefined},b5CupPzpe:{\"data-framer-name\":\"RPC Nodes\"},bvAAnDJ4X:{\"data-framer-name\":\"Solutions\"},Ka_7Yp4G0:{\"data-framer-name\":\"Custom Staking\"},kislEgCJB:{\"data-framer-name\":\"Networks Open\"},kugNgU81c:{\"data-framer-name\":\"Home\"},M9iSlvYqs:{\"data-framer-name\":\"Ethereum\"},ndUe7AsTL:{\"data-framer-name\":\"Solana\"},thGElqEa7:{\"data-framer-name\":\"Celestia\"},Uw_OSKefS:{\"data-framer-name\":\"Get in touch\"},W4B6l31Za:{\"data-framer-name\":\"Contributions\"},YNBQawHa4:{\"data-framer-name\":\"Networks Default\"},ZHGNu80Kv:{\"data-framer-name\":\"Consulting\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(Link,{motionChild:true,nodeId:\"zZwTFOngv\",scopeId:\"Ztklr6buy\",...addPropertyOverrides({ndUe7AsTL:{href:{webPageId:\"KaW0k8QLs\"}}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-hpn4gm framer-172mcqg\",layoutDependency:layoutDependency,layoutId:\"zZwTFOngv\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v0\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"14px\"},children:\"About Us\"})}),className:\"framer-aj3mke\",\"data-framer-name\":\"About Us\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"u_l8OkiZt\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"center\",withExternalLayout:true,...addPropertyOverrides({\"W4B6l31Za-hover\":{children:getLocalizedValue(\"v9\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U3BhY2UgR3JvdGVzay1tZWRpdW0=\",\"--framer-font-family\":'\"Space Grotesk\", \"Space Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"14px\"},children:\"Contributions\"})}),fonts:[\"FS;Space Grotesk-medium\"]},b5CupPzpe:{children:getLocalizedValue(\"v6\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"14px\"},children:\"RPC Nodes\"})})},bvAAnDJ4X:{children:getLocalizedValue(\"v5\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"14px\"},children:\"Solutions\"})})},Ka_7Yp4G0:{children:getLocalizedValue(\"v8\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"14px\"},children:\"Custom Staking\"})})},kislEgCJB:{children:getLocalizedValue(\"v4\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"14px\"},children:\"Networks\"})})},kugNgU81c:{children:getLocalizedValue(\"v1\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"14px\"},children:\"Home\"})})},M9iSlvYqs:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"14px\"},children:\"Ethereum\"})})},ndUe7AsTL:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"14px\"},children:\"Solana\"})})},thGElqEa7:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"14px\"},children:\"Celestia\"})})},Uw_OSKefS:{children:getLocalizedValue(\"v3\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"14px\"},children:\"Get in touch\"})})},W4B6l31Za:{children:getLocalizedValue(\"v2\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"14px\"},children:\"Contributions\"})})},YNBQawHa4:{children:getLocalizedValue(\"v4\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"14px\"},children:\"Networks\"})})},ZHGNu80Kv:{children:getLocalizedValue(\"v7\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"14px\"},children:\"Consulting\"})})}},baseVariant,gestureVariant)}),isDisplayed()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-17fimnr\",\"data-framer-name\":\"Graphic\",fill:\"black\",intrinsicHeight:24,intrinsicWidth:24,layoutDependency:layoutDependency,layoutId:\"FJjLIUYKV\",style:{rotate:0},svg:'<svg width=\"24\" height=\"24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4.47 8.47a.75.75 0 0 1 1.06 0L12 14.94l6.47-6.47a.75.75 0 1 1 1.06 1.06l-7 7a.75.75 0 0 1-1.06 0l-7-7a.75.75 0 0 1 0-1.06Z\" fill=\"#000\"/></svg>',variants:{\"YNBQawHa4-hover\":{rotate:0},bvAAnDJ4X:{rotate:0},kislEgCJB:{rotate:180}},withExternalLayout:true})]})})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-OcTO6.framer-172mcqg, .framer-OcTO6 .framer-172mcqg { display: block; }\",\".framer-OcTO6.framer-on4am1 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 10px 24px 10px 24px; position: relative; text-decoration: none; width: min-content; }\",\".framer-OcTO6 .framer-hpn4gm { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 2px; height: 14px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-OcTO6 .framer-aj3mke { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-OcTO6 .framer-17fimnr { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 16px); position: relative; width: 16px; }\",\".framer-OcTO6.framer-v-4jdju2.framer-on4am1, .framer-OcTO6.framer-v-wew5i3.framer-on4am1, .framer-OcTO6.framer-v-19udeg7.framer-on4am1 { padding: 10px 12px 10px 24px; }\",\".framer-OcTO6.framer-v-4jdju2 .framer-hpn4gm, .framer-OcTO6.framer-v-1n9ynnt .framer-hpn4gm, .framer-OcTO6.framer-v-v6i82s .framer-hpn4gm, .framer-OcTO6.framer-v-wew5i3 .framer-hpn4gm, .framer-OcTO6.framer-v-19udeg7 .framer-hpn4gm, .framer-OcTO6.framer-v-1fal38a .framer-hpn4gm, .framer-OcTO6.framer-v-gpa6mq .framer-hpn4gm, .framer-OcTO6.framer-v-sf8nf3 .framer-hpn4gm { flex-direction: row; gap: 6px; }\",\".framer-OcTO6.framer-v-1jygz9 .framer-hpn4gm { flex-direction: row; gap: 6px; text-decoration: none; }\",\".framer-OcTO6.framer-v-1fal38a.framer-on4am1 { gap: 0px; }\",\".framer-OcTO6.framer-v-gpa6mq .framer-aj3mke { order: 0; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 34\n * @framerIntrinsicWidth 110\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"kugNgU81c\":{\"layout\":[\"auto\",\"auto\"]},\"W4B6l31Za\":{\"layout\":[\"auto\",\"auto\"]},\"Uw_OSKefS\":{\"layout\":[\"auto\",\"auto\"]},\"YNBQawHa4\":{\"layout\":[\"auto\",\"auto\"]},\"M9iSlvYqs\":{\"layout\":[\"auto\",\"auto\"]},\"ndUe7AsTL\":{\"layout\":[\"auto\",\"auto\"]},\"thGElqEa7\":{\"layout\":[\"auto\",\"auto\"]},\"kislEgCJB\":{\"layout\":[\"auto\",\"auto\"]},\"bvAAnDJ4X\":{\"layout\":[\"auto\",\"auto\"]},\"b5CupPzpe\":{\"layout\":[\"auto\",\"auto\"]},\"ZHGNu80Kv\":{\"layout\":[\"auto\",\"auto\"]},\"Ka_7Yp4G0\":{\"layout\":[\"auto\",\"auto\"]},\"YSHfpAH5o\":{\"layout\":[\"auto\",\"auto\"]},\"eA2lrIzPN\":{\"layout\":[\"auto\",\"auto\"]},\"l1EzBNIa8\":{\"layout\":[\"auto\",\"auto\"]},\"YNpMzBYlk\":{\"layout\":[\"auto\",\"auto\"]},\"dxx5XGNch\":{\"layout\":[\"auto\",\"auto\"]},\"gLVzq5jwu\":{\"layout\":[\"auto\",\"auto\"]},\"FyDxRO38k\":{\"layout\":[\"auto\",\"auto\"]},\"C3wjvInBU\":{\"layout\":[\"auto\",\"auto\"]},\"dzXGihIFH\":{\"layout\":[\"auto\",\"auto\"]},\"ecDPVlRhe\":{\"layout\":[\"auto\",\"auto\"]},\"j3FRWai6J\":{\"layout\":[\"auto\",\"auto\"]},\"vXhnGqYsv\":{\"layout\":[\"auto\",\"auto\"]},\"OlVZeqS4n\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"oDClqzhHD\":\"click\",\"tE26njfWu\":\"hover\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerZtklr6buy=withCSS(Component,css,\"framer-OcTO6\");export default FramerZtklr6buy;FramerZtklr6buy.displayName=\"Menu\";FramerZtklr6buy.defaultProps={height:34,width:110};addPropertyControls(FramerZtklr6buy,{variant:{options:[\"QFp1FLLeZ\",\"kugNgU81c\",\"W4B6l31Za\",\"Uw_OSKefS\",\"YNBQawHa4\",\"M9iSlvYqs\",\"ndUe7AsTL\",\"thGElqEa7\",\"kislEgCJB\",\"bvAAnDJ4X\",\"b5CupPzpe\",\"ZHGNu80Kv\",\"Ka_7Yp4G0\"],optionTitles:[\"About\",\"Home\",\"Contributions\",\"Get in touch\",\"Networks Default\",\"Ethereum\",\"Solana\",\"Celestia\",\"Networks Open\",\"Solutions\",\"RPC Nodes\",\"Consulting\",\"Custom Staking\"],title:\"Variant\",type:ControlType.Enum},oDClqzhHD:{title:\"Click\",type:ControlType.EventHandler},tE26njfWu:{title:\"Hover\",type:ControlType.EventHandler}});addFonts(FramerZtklr6buy,[{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/5A3Ce6C9YYmCjpQx9M4inSaKU.woff2\",weight:\"500\"},{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/Qx95Xyt0Ka3SGhinnbXIGpEIyP4.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/6mJuEAguuIuMog10gGvH5d3cl8.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/xYYWaj7wCU5zSQH0eXvSaS19wo.woff2\",weight:\"500\"},{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/otTaNuNpVK4RbdlT7zDDdKvQBA.woff2\",weight:\"500\"},{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/d3tHnaQIAeqiE5hGcRw4mmgWYU.woff2\",weight:\"500\"},{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/DolVirEGb34pEXEp8t8FQBSK4.woff2\",weight:\"500\"},{family:\"Space Grotesk\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/LQZILVYBY2UXBMF3ZGAZKDS2P53HB2G5/XB4XS4AXY7LIGYBYPO7RTAIGNPOSSI7K/V2SN6OQGC3Z2CCFHLOEJRJKQXUTOKEBX.woff2\",weight:\"500\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerZtklr6buy\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"kugNgU81c\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"W4B6l31Za\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"Uw_OSKefS\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"YNBQawHa4\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"M9iSlvYqs\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"ndUe7AsTL\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"thGElqEa7\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"kislEgCJB\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"bvAAnDJ4X\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"b5CupPzpe\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"ZHGNu80Kv\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"Ka_7Yp4G0\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"YSHfpAH5o\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"eA2lrIzPN\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"l1EzBNIa8\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"YNpMzBYlk\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"dxx5XGNch\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"gLVzq5jwu\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"FyDxRO38k\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"C3wjvInBU\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"dzXGihIFH\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"ecDPVlRhe\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"j3FRWai6J\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"vXhnGqYsv\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"OlVZeqS4n\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerColorSyntax\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"34\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"110\",\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"oDClqzhHD\\\":\\\"click\\\",\\\"tE26njfWu\\\":\\\"hover\\\"}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (dc5e905)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,Floating,getFonts,getLoadingLazyAtYPosition,Image,RichText,SmartComponentScopedContainer,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOverlayState,useVariantState,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{AnimatePresence,LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import LocaleSelector from\"https://framerusercontent.com/modules/57FhkldN9P7x88MqAEaR/UfMN9oeTJKQqVQHIwZ5z/LocaleSelector.js\";import Menu from\"https://framerusercontent.com/modules/xXD6iGQpRSv9osn9luAc/es1eCAvkJqtEqhA5RgkO/Ztklr6buy.js\";const MenuFonts=getFonts(Menu);const MotionDivWithFX=withFX(motion.div);const MotionDivWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(motion.div));const LocaleSelectorFonts=getFonts(LocaleSelector);const cycleOrder=[\"Ty2pxgGij\",\"pgae2yiH4\",\"C00VvJrg5\",\"EB5BxKZhc\",\"ERlddqsbu\",\"O6qsd_kke\",\"DwCnS0Cs8\"];const serializationHash=\"framer-SZGBT\";const variantClassNames={C00VvJrg5:\"framer-v-1b0onr1\",DwCnS0Cs8:\"framer-v-3m10ha\",EB5BxKZhc:\"framer-v-1u0bpjo\",ERlddqsbu:\"framer-v-694ple\",O6qsd_kke:\"framer-v-l6ufdh\",pgae2yiH4:\"framer-v-3cbjl4\",Ty2pxgGij:\"framer-v-1fdl3lb\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const transition2={damping:40,delay:0,mass:1,stiffness:300,type:\"spring\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-100};const transition3={bounce:0,delay:0,duration:.1,type:\"spring\"};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const animation2={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const animation3={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const Overlay=({children,blockDocumentScrolling,enabled=true})=>{const[visible,setVisible]=useOverlayState({blockDocumentScrolling});return children({hide:()=>setVisible(false),show:()=>setVisible(true),toggle:()=>setVisible(!visible),visible:enabled&&visible});};const animation4={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:4};const transition4={bounce:.4,delay:0,duration:.6,type:\"spring\"};const animation5={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition4,x:0,y:0};const animation6={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-10};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={\"Navbar Desktop Blur\":\"EB5BxKZhc\",\"Navbar Desktop\":\"Ty2pxgGij\",\"Navbar Expanded Blur\":\"O6qsd_kke\",\"Navbar Expanded\":\"C00VvJrg5\",\"Navbar Mobile Blur\":\"ERlddqsbu\",\"Navbar Mobile\":\"pgae2yiH4\",\"Navbar Network open\":\"DwCnS0Cs8\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"Ty2pxgGij\"};};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:\"Ty2pxgGij\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const tE26njfWutxyyif=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.show();});const onTap2apg7q=activeVariantCallback(async(...args)=>{setVariant(\"C00VvJrg5\");});const onTapb266jy=activeVariantCallback(async(...args)=>{setVariant(\"pgae2yiH4\");});const onTapaw2p7y=activeVariantCallback(async(...args)=>{setVariant(\"O6qsd_kke\");});const onTap1bahyna=activeVariantCallback(async(...args)=>{setVariant(\"ERlddqsbu\");});const oDClqzhHD1iwbw2=activeVariantCallback(async(...args)=>{setVariant(\"DwCnS0Cs8\");});const oDClqzhHDaw2p7y=activeVariantCallback(async(...args)=>{setVariant(\"O6qsd_kke\");});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if([\"pgae2yiH4\",\"C00VvJrg5\",\"ERlddqsbu\",\"O6qsd_kke\",\"DwCnS0Cs8\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if(baseVariant===\"EB5BxKZhc\")return true;return false;};const ref1=React.useRef(null);const ref2=React.useRef(null);const isDisplayed2=()=>{if(baseVariant===\"EB5BxKZhc\")return false;return true;};const isDisplayed3=()=>{if([\"pgae2yiH4\",\"C00VvJrg5\",\"ERlddqsbu\",\"O6qsd_kke\",\"DwCnS0Cs8\"].includes(baseVariant))return true;return false;};const isDisplayed4=()=>{if([\"C00VvJrg5\",\"O6qsd_kke\",\"DwCnS0Cs8\"].includes(baseVariant))return false;return true;};const isDisplayed5=()=>{if([\"C00VvJrg5\",\"O6qsd_kke\",\"DwCnS0Cs8\"].includes(baseVariant))return true;return false;};const ref3=React.useRef(null);const ref4=React.useRef(null);const isDisplayed6=()=>{if(baseVariant===\"C00VvJrg5\")return false;return true;};const isDisplayed7=()=>{if(baseVariant===\"O6qsd_kke\")return false;return true;};const isDisplayed8=()=>{if(baseVariant===\"DwCnS0Cs8\")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,...addPropertyOverrides({DwCnS0Cs8:{value:transition3}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(MotionDivWithFX,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1fdl3lb\",className,classNames),\"data-framer-name\":\"Navbar Desktop\",layoutDependency:layoutDependency,layoutId:\"Ty2pxgGij\",ref:refBinding,style:{backdropFilter:\"none\",WebkitBackdropFilter:\"none\",...style},variants:{C00VvJrg5:{backdropFilter:\"blur(1.5px)\",WebkitBackdropFilter:\"blur(1.5px)\"},DwCnS0Cs8:{backdropFilter:\"blur(1.5px)\",background:\"linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 85.72459177927928%)\",WebkitBackdropFilter:\"blur(1.5px)\"},EB5BxKZhc:{backdropFilter:\"blur(4px)\",background:\"linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 85.72459177927928%)\",WebkitBackdropFilter:\"blur(4px)\"},ERlddqsbu:{backdropFilter:\"blur(4px)\",background:\"linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 85.72459177927928%)\",WebkitBackdropFilter:\"blur(4px)\"},O6qsd_kke:{backdropFilter:\"blur(1.5px)\",background:\"linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 85.72459177927928%)\",WebkitBackdropFilter:\"blur(1.5px)\"},pgae2yiH4:{backdropFilter:\"blur(1.5px)\",WebkitBackdropFilter:\"blur(1.5px)\"}},...addPropertyOverrides({C00VvJrg5:{\"data-framer-name\":\"Navbar Expanded\"},DwCnS0Cs8:{__framer__animate:{transition:transition2},__framer__animateOnce:false,__framer__scrollDirection:{direction:\"down\",target:animation},__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,\"data-framer-name\":\"Navbar Network open\"},EB5BxKZhc:{__framer__animate:{transition:transition2},__framer__animateOnce:false,__framer__scrollDirection:{direction:\"down\",target:animation},__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,\"data-framer-name\":\"Navbar Desktop Blur\"},ERlddqsbu:{__framer__animate:{transition:transition2},__framer__animateOnce:false,__framer__scrollDirection:{direction:\"down\",target:animation},__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,\"data-framer-name\":\"Navbar Mobile Blur\"},O6qsd_kke:{__framer__animate:{transition:transition2},__framer__animateOnce:false,__framer__scrollDirection:{direction:\"down\",target:animation},__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,\"data-framer-name\":\"Navbar Expanded Blur\"},pgae2yiH4:{\"data-framer-name\":\"Navbar Mobile\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1qyrzsr\",\"data-border\":true,\"data-framer-name\":\"Frame 2147234209\",layoutDependency:layoutDependency,layoutId:\"LZllvnlrQ\",style:{\"--border-bottom-width\":\"1.5px\",\"--border-color\":\"rgba(187, 191, 187, 0.2)\",\"--border-left-width\":\"1.5px\",\"--border-right-width\":\"1.5px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1.5px\",backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8,boxShadow:\"none\"},variants:{C00VvJrg5:{boxShadow:\"0px 0.6021873017743928px 0.6021873017743928px -1.25px rgba(0, 0, 0, 0.18), 0px 2.288533303243457px 2.288533303243457px -2.5px rgba(0, 0, 0, 0.16), 0px 10px 10px -3.75px rgba(0, 0, 0, 0.06)\"},DwCnS0Cs8:{boxShadow:\"0px 0.6021873017743928px 0.6021873017743928px -1.25px rgba(0, 0, 0, 0.18), 0px 2.288533303243457px 2.288533303243457px -2.5px rgba(0, 0, 0, 0.16), 0px 10px 10px -3.75px rgba(0, 0, 0, 0.06)\"},EB5BxKZhc:{boxShadow:\"none\"},ERlddqsbu:{boxShadow:\"0px 0.6021873017743928px 0.6021873017743928px -1.25px rgba(0, 0, 0, 0.18), 0px 2.288533303243457px 2.288533303243457px -2.5px rgba(0, 0, 0, 0.16), 0px 10px 10px -3.75px rgba(0, 0, 0, 0.06)\"},O6qsd_kke:{boxShadow:\"0px 0.6021873017743928px 0.6021873017743928px -1.25px rgba(0, 0, 0, 0.18), 0px 2.288533303243457px 2.288533303243457px -2.5px rgba(0, 0, 0, 0.16), 0px 10px 10px -3.75px rgba(0, 0, 0, 0.06)\"},pgae2yiH4:{boxShadow:\"0px 0.6021873017743928px 0.6021873017743928px -1.25px rgba(0, 0, 0, 0.18), 0px 2.288533303243457px 2.288533303243457px -2.5px rgba(0, 0, 0, 0.16), 0px 10px 10px -3.75px rgba(0, 0, 0, 0.06)\"}},children:[isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,y:(componentViewport?.y||0)+24+(((componentViewport?.height||94)-48-46)/2+0+0)+6,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1szkje6-container\",layoutDependency:layoutDependency,layoutId:\"D9QDVfc7L-container\",nodeId:\"D9QDVfc7L\",rendersWithMotion:true,scopeId:\"G_fdZLubu\",children:/*#__PURE__*/_jsx(Menu,{height:\"100%\",id:\"D9QDVfc7L\",layoutId:\"D9QDVfc7L\",variant:\"kugNgU81c\",width:\"100%\"})})}),isDisplayed1()&&/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({EB5BxKZhc:{height:34,y:(componentViewport?.y||0)+24+(((componentViewport?.height||94)-48-46)/2+0+0)+6}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(SmartComponentScopedContainer,{className:\"framer-aszkos-container\",id:`${layoutId}-aszkos`,layoutDependency:layoutDependency,layoutId:\"SA3ysuzxN-container\",nodeId:\"SA3ysuzxN\",ref:ref1,rendersWithMotion:true,scopeId:\"G_fdZLubu\",children:[/*#__PURE__*/_jsx(Menu,{height:\"100%\",id:\"SA3ysuzxN\",layoutId:\"SA3ysuzxN\",tE26njfWu:tE26njfWutxyyif({overlay}),variant:\"YNBQawHa4\",width:\"100%\"}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"center\",anchorRef:ref1,className:cx(scopingClassNames,classNames),collisionDetection:false,\"data-framer-portal-id\":`${layoutId}-aszkos`,offsetX:0,offsetY:10,onDismiss:overlay.hide,placement:\"bottom\",safeArea:true,zIndex:11,...addPropertyOverrides({EB5BxKZhc:{offsetY:12}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation2,className:\"framer-1votekq\",\"data-border\":true,\"data-framer-name\":\"Menu\",exit:animation1,initial:animation3,layoutDependency:layoutDependency,layoutId:\"FEVbDx2Wq\",ref:ref2,role:\"dialog\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(238, 238, 238)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:15,borderBottomRightRadius:15,borderTopLeftRadius:15,borderTopRightRadius:15},variants:{EB5BxKZhc:{borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8}},children:[isDisplayed2()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(17, 17, 17))\"},children:\"Design\"})}),className:\"framer-17ua3eg\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"AQR2qkQTf\",style:{\"--extracted-r6o4lv\":\"rgb(17, 17, 17)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({EB5BxKZhc:{width:\"138px\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1n8csw1-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"XzLG2fmuk-container\",nodeId:\"XzLG2fmuk\",rendersWithMotion:true,scopeId:\"G_fdZLubu\",children:/*#__PURE__*/_jsx(Menu,{height:\"100%\",id:\"XzLG2fmuk\",layoutId:\"XzLG2fmuk\",variant:\"kugNgU81c\",width:\"100%\",...addPropertyOverrides({EB5BxKZhc:{style:{width:\"100%\"},variant:\"M9iSlvYqs\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"120px\",...addPropertyOverrides({EB5BxKZhc:{width:\"138px\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-rdkkiw-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"xYkAtd0za-container\",nodeId:\"xYkAtd0za\",rendersWithMotion:true,scopeId:\"G_fdZLubu\",children:/*#__PURE__*/_jsx(Menu,{height:\"100%\",id:\"xYkAtd0za\",layoutId:\"xYkAtd0za\",style:{width:\"100%\"},variant:\"kugNgU81c\",width:\"100%\",...addPropertyOverrides({EB5BxKZhc:{variant:\"ndUe7AsTL\"}},baseVariant,gestureVariant)})})}),isDisplayed2()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"120px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1eucica-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"EjLbcYObR-container\",nodeId:\"EjLbcYObR\",rendersWithMotion:true,scopeId:\"G_fdZLubu\",children:/*#__PURE__*/_jsx(Menu,{height:\"100%\",id:\"EjLbcYObR\",layoutId:\"EjLbcYObR\",style:{width:\"100%\"},variant:\"kugNgU81c\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"120px\",...addPropertyOverrides({EB5BxKZhc:{width:\"138px\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-7v6weq-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"xTgMIG42u-container\",nodeId:\"xTgMIG42u\",rendersWithMotion:true,scopeId:\"G_fdZLubu\",children:/*#__PURE__*/_jsx(Menu,{height:\"100%\",id:\"xTgMIG42u\",layoutId:\"xTgMIG42u\",style:{width:\"100%\"},variant:\"kugNgU81c\",width:\"100%\",...addPropertyOverrides({EB5BxKZhc:{variant:\"thGElqEa7\"}},baseVariant,gestureVariant)})})}),isDisplayed2()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(17, 17, 17))\"},children:\"Content\"})}),className:\"framer-3a046n\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"ETEk0OVIZ\",style:{\"--extracted-r6o4lv\":\"rgb(17, 17, 17)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed2()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(17, 17, 17))\"},children:\"Publish\"})}),className:\"framer-1ljczs8\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"dIrlvqtE8\",style:{\"--extracted-r6o4lv\":\"rgb(17, 17, 17)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-d1lplh\",layoutDependency:layoutDependency,layoutId:\"Hlu0pOw4L\",style:{backgroundColor:\"rgb(153, 238, 255)\"},variants:{EB5BxKZhc:{backgroundColor:\"rgba(0, 0, 0, 0.1)\"}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1407fg6\",layoutDependency:layoutDependency,layoutId:\"vnateBUgW\",style:{backgroundColor:\"rgba(0, 0, 0, 0.1)\"}}),isDisplayed2()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1bg9wsa\",layoutDependency:layoutDependency,layoutId:\"xur2Fy4s9\",style:{backgroundColor:\"rgba(0, 0, 0, 0.1)\"}})]})})})]})})})}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1r91t3w\",\"data-framer-name\":\"Vertical Divider\",layoutDependency:layoutDependency,layoutId:\"vMMJcEC_U\",style:{backgroundColor:\"rgb(187, 191, 187)\"}}),isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-180gjoy\",\"data-framer-name\":\"Vertical Divider\",layoutDependency:layoutDependency,layoutId:\"QaoWAADvW\",style:{backgroundColor:\"rgb(187, 191, 187)\"}}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,y:(componentViewport?.y||0)+24+(((componentViewport?.height||94)-48-46)/2+0+0)+6,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-6ktlu6-container\",layoutDependency:layoutDependency,layoutId:\"vWLc30787-container\",nodeId:\"vWLc30787\",rendersWithMotion:true,scopeId:\"G_fdZLubu\",children:/*#__PURE__*/_jsx(Menu,{height:\"100%\",id:\"vWLc30787\",layoutId:\"vWLc30787\",variant:\"QFp1FLLeZ\",width:\"100%\"})})}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1erymsi\",\"data-framer-name\":\"Vertical Divider\",layoutDependency:layoutDependency,layoutId:\"gYpQt0G5u\",style:{backgroundColor:\"rgb(187, 191, 187)\"}}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,y:(componentViewport?.y||0)+24+(((componentViewport?.height||94)-48-46)/2+0+0)+6,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1vfjggl-container\",layoutDependency:layoutDependency,layoutId:\"NRqH2KNVX-container\",nodeId:\"NRqH2KNVX\",rendersWithMotion:true,scopeId:\"G_fdZLubu\",children:/*#__PURE__*/_jsx(Menu,{height:\"100%\",id:\"NRqH2KNVX\",layoutId:\"NRqH2KNVX\",variant:\"Uw_OSKefS\",width:\"100%\"})})}),isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-116gkj\",\"data-framer-name\":\"Vertical Divider\",layoutDependency:layoutDependency,layoutId:\"Qfgkc1Ctv\",style:{backgroundColor:\"rgb(187, 191, 187)\"}}),isDisplayed3()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-w5cz82\",\"data-framer-name\":\"hamburger\",layoutDependency:layoutDependency,layoutId:\"N9ZarbDaS\",...addPropertyOverrides({C00VvJrg5:{\"data-highlight\":true,onTap:onTapb266jy},DwCnS0Cs8:{\"data-highlight\":true,onTap:onTap1bahyna},ERlddqsbu:{\"data-highlight\":true,onTap:onTapaw2p7y},O6qsd_kke:{\"data-highlight\":true,onTap:onTap1bahyna},pgae2yiH4:{\"data-highlight\":true,onTap:onTap2apg7q}},baseVariant,gestureVariant),children:[isDisplayed4()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-tyvdxc\",\"data-framer-name\":\"hamburger\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"wU5JEMiw_\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 25\"><path d=\"M 3.75 19.59 C 3.75 19.158 4.086 18.808 4.5 18.808 L 20.5 18.808 C 20.914 18.808 21.25 19.158 21.25 19.59 C 21.25 20.021 20.914 20.371 20.5 20.371 L 4.5 20.371 C 4.086 20.371 3.75 20.021 3.75 19.59 Z M 3.75 5.006 C 3.75 4.575 4.086 4.225 4.5 4.225 L 20.5 4.225 C 20.914 4.225 21.25 4.575 21.25 5.006 C 21.25 5.438 20.914 5.787 20.5 5.787 L 4.5 5.787 C 4.086 5.787 3.75 5.438 3.75 5.006 Z M 3.75 12.298 C 3.75 11.866 4.086 11.517 4.5 11.517 L 20.5 11.517 C 20.914 11.517 21.25 11.866 21.25 12.298 C 21.25 12.729 20.914 13.079 20.5 13.079 L 4.5 13.079 C 4.086 13.079 3.75 12.729 3.75 12.298 Z\" fill=\"rgb(187, 191, 187)\"></path></svg>',svgContentId:12506167669,withExternalLayout:true}),isDisplayed5()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-11apt9v\",\"data-framer-name\":\"Graphic\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"fCiciEo18\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M 6.53 5.47 C 6.234 5.195 5.774 5.203 5.488 5.488 C 5.203 5.774 5.195 6.234 5.47 6.53 L 10.94 12 L 5.47 17.47 C 5.269 17.657 5.187 17.939 5.255 18.204 C 5.322 18.47 5.53 18.678 5.796 18.745 C 6.061 18.813 6.343 18.731 6.53 18.53 L 12 13.06 L 17.47 18.53 C 17.657 18.731 17.939 18.813 18.204 18.745 C 18.47 18.678 18.678 18.47 18.745 18.204 C 18.813 17.939 18.731 17.657 18.53 17.47 L 13.06 12 L 18.53 6.53 C 18.805 6.234 18.797 5.774 18.512 5.488 C 18.226 5.203 17.766 5.195 17.47 5.47 L 12 10.94 Z\" fill=\"rgb(187, 191, 187)\"></path></svg>',svgContentId:10617003084,withExternalLayout:true,...addPropertyOverrides({C00VvJrg5:{svgContentId:8999471750},DwCnS0Cs8:{svgContentId:8999471750},O6qsd_kke:{svgContentId:8999471750}},baseVariant,gestureVariant)})]}),isDisplayed3()&&/*#__PURE__*/_jsx(MotionDivWithFXWithOptimizedAppearEffect,{className:\"framer-1cgtjwc\",\"data-framer-appear-id\":\"1cgtjwc\",\"data-framer-name\":\"Logo\",layoutDependency:layoutDependency,layoutId:\"sCNqxcs0E\",...addPropertyOverrides({ERlddqsbu:{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation2,initial:animation4,optimized:true},pgae2yiH4:{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation2,initial:animation4,optimized:true}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:60.5,intrinsicWidth:149.5,pixelHeight:400,pixelWidth:1928,positionX:\"center\",positionY:\"center\",sizes:\"100px\",src:\"https://framerusercontent.com/images/bdiGtkUIZYzZsu6kO4HzF1NxRU.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/bdiGtkUIZYzZsu6kO4HzF1NxRU.png?scale-down-to=512 512w,https://framerusercontent.com/images/bdiGtkUIZYzZsu6kO4HzF1NxRU.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/bdiGtkUIZYzZsu6kO4HzF1NxRU.png 1928w\"},className:\"framer-krsdjm\",\"data-framer-name\":\"Bggbb\",layoutDependency:layoutDependency,layoutId:\"DGbVrAOBX\",...addPropertyOverrides({C00VvJrg5:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:60.5,intrinsicWidth:149.5,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+16+(((componentViewport?.height||416)-32-400)/2+0+0)+8+-1),pixelHeight:128,pixelWidth:513,positionX:\"center\",positionY:\"center\",sizes:\"88.9587px\",src:\"https://framerusercontent.com/images/b3z5dXVYvImeA65PZuWGnWranTQ.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/b3z5dXVYvImeA65PZuWGnWranTQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/b3z5dXVYvImeA65PZuWGnWranTQ.png 513w\"}},DwCnS0Cs8:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:60.5,intrinsicWidth:149.5,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+16+(((componentViewport?.height||200)-24-447)/2+0+0)+8+-1),pixelHeight:128,pixelWidth:513,positionX:\"center\",positionY:\"center\",sizes:\"88.9587px\",src:\"https://framerusercontent.com/images/b3z5dXVYvImeA65PZuWGnWranTQ.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/b3z5dXVYvImeA65PZuWGnWranTQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/b3z5dXVYvImeA65PZuWGnWranTQ.png 513w\"}},ERlddqsbu:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:60.5,intrinsicWidth:149.5,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+16+(((componentViewport?.height||74)-24-50)/2+0+0)+8+-1),pixelHeight:128,pixelWidth:513,positionX:\"center\",positionY:\"center\",sizes:\"88.9587px\",src:\"https://framerusercontent.com/images/b3z5dXVYvImeA65PZuWGnWranTQ.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/b3z5dXVYvImeA65PZuWGnWranTQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/b3z5dXVYvImeA65PZuWGnWranTQ.png 513w\"}},O6qsd_kke:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:60.5,intrinsicWidth:149.5,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+16+(((componentViewport?.height||344)-24-320)/2+0+0)+8+-1),pixelHeight:128,pixelWidth:513,positionX:\"center\",positionY:\"center\",sizes:\"88.9587px\",src:\"https://framerusercontent.com/images/b3z5dXVYvImeA65PZuWGnWranTQ.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/b3z5dXVYvImeA65PZuWGnWranTQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/b3z5dXVYvImeA65PZuWGnWranTQ.png 513w\"}},pgae2yiH4:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:60.5,intrinsicWidth:149.5,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+16+(((componentViewport?.height||82)-32-50)/2+0+0)+8+-1),pixelHeight:128,pixelWidth:513,positionX:\"center\",positionY:\"center\",sizes:\"88.9587px\",src:\"https://framerusercontent.com/images/b3z5dXVYvImeA65PZuWGnWranTQ.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/b3z5dXVYvImeA65PZuWGnWranTQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/b3z5dXVYvImeA65PZuWGnWranTQ.png 513w\"}}},baseVariant,gestureVariant)})}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1hm04gp-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"UPHjreRUe-container\",nodeId:\"UPHjreRUe\",rendersWithMotion:true,scopeId:\"G_fdZLubu\",children:/*#__PURE__*/_jsx(LocaleSelector,{caret:{color:\"rgb(0, 0, 0)\",size:12,type:\"default\"},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:\"UPHjreRUe\",layoutId:\"UPHjreRUe\",options:{focus:{color:\"rgb(0, 153, 255)\",offset:0,style:\"solid\",width:0},gap:5,title:false},padding:10,paddingBottom:0,paddingLeft:16,paddingPerSide:true,paddingRight:16,paddingTop:0,radius:10,radiusBottomLeft:10,radiusBottomRight:10,radiusPerConrner:false,radiusTopLeft:10,radiusTopRight:10,style:{height:\"100%\"},textColor:\"rgb(0, 0, 0)\",width:\"100%\"})})}),isDisplayed1()&&/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay1=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({EB5BxKZhc:{height:34,y:(componentViewport?.y||0)+24+(((componentViewport?.height||94)-48-46)/2+0+0)+6}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(SmartComponentScopedContainer,{className:\"framer-1sa2jux-container\",id:`${layoutId}-1sa2jux`,layoutDependency:layoutDependency,layoutId:\"QOxqkD9F0-container\",nodeId:\"QOxqkD9F0\",ref:ref3,rendersWithMotion:true,scopeId:\"G_fdZLubu\",children:[/*#__PURE__*/_jsx(Menu,{height:\"100%\",id:\"QOxqkD9F0\",layoutId:\"QOxqkD9F0\",tE26njfWu:tE26njfWutxyyif({overlay:overlay1}),variant:\"bvAAnDJ4X\",width:\"100%\"}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay1.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"center\",anchorRef:ref3,className:cx(scopingClassNames,classNames),collisionDetection:false,\"data-framer-portal-id\":`${layoutId}-1sa2jux`,offsetX:0,offsetY:12,onDismiss:overlay1.hide,placement:\"bottom\",safeArea:true,zIndex:11,children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation2,className:\"framer-1hdtuf6\",\"data-border\":true,\"data-framer-name\":\"Menu\",exit:animation1,initial:animation3,layoutDependency:layoutDependency,layoutId:\"ybBiDsy_P\",ref:ref4,role:\"dialog\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(238, 238, 238)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"138px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-u6e51w-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"Oahw54GTf-container\",nodeId:\"Oahw54GTf\",rendersWithMotion:true,scopeId:\"G_fdZLubu\",children:/*#__PURE__*/_jsx(Menu,{height:\"100%\",id:\"Oahw54GTf\",layoutId:\"Oahw54GTf\",style:{width:\"100%\"},variant:\"M9iSlvYqs\",width:\"100%\",...addPropertyOverrides({EB5BxKZhc:{variant:\"b5CupPzpe\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"138px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-gim84e-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"TgbRLb9dk-container\",nodeId:\"TgbRLb9dk\",rendersWithMotion:true,scopeId:\"G_fdZLubu\",children:/*#__PURE__*/_jsx(Menu,{height:\"100%\",id:\"TgbRLb9dk\",layoutId:\"TgbRLb9dk\",style:{width:\"100%\"},variant:\"ndUe7AsTL\",width:\"100%\",...addPropertyOverrides({EB5BxKZhc:{variant:\"Ka_7Yp4G0\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"138px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1omozua-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"L5n1nFMM4-container\",nodeId:\"L5n1nFMM4\",rendersWithMotion:true,scopeId:\"G_fdZLubu\",children:/*#__PURE__*/_jsx(Menu,{height:\"100%\",id:\"L5n1nFMM4\",layoutId:\"L5n1nFMM4\",style:{width:\"100%\"},variant:\"thGElqEa7\",width:\"100%\",...addPropertyOverrides({EB5BxKZhc:{variant:\"ZHGNu80Kv\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-pbw0vb\",layoutDependency:layoutDependency,layoutId:\"EFXr4FAz9\",style:{backgroundColor:\"rgba(0, 0, 0, 0.1)\"}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-uhul1o\",layoutDependency:layoutDependency,layoutId:\"i4_JyERXp\",style:{backgroundColor:\"rgba(0, 0, 0, 0.1)\"}})]})})})]})})})}),isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-a623vd\",\"data-framer-name\":\"Vertical Divider\",layoutDependency:layoutDependency,layoutId:\"E4GJDdVJW\",style:{backgroundColor:\"rgb(187, 191, 187)\"}})]}),isDisplayed5()&&/*#__PURE__*/_jsxs(MotionDivWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation5,className:\"framer-2r0xpa\",\"data-border\":true,\"data-framer-appear-id\":\"2r0xpa\",\"data-framer-name\":\"Dropdown\",initial:animation6,layoutDependency:layoutDependency,layoutId:\"JkwU5VXaJ\",optimized:true,style:{\"--border-bottom-width\":\"1.5px\",\"--border-color\":\"rgba(187, 191, 187, 0.2)\",\"--border-left-width\":\"1.5px\",\"--border-right-width\":\"1.5px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1.5px\",backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8,boxShadow:\"0px 0.6021873017743928px 0.6021873017743928px -1.25px rgba(0, 0, 0, 0.18), 0px 2.288533303243457px 2.288533303243457px -2.5px rgba(0, 0, 0, 0.16), 0px 10px 10px -3.75px rgba(0, 0, 0, 0.06)\"},children:[isDisplayed6()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,...addPropertyOverrides({DwCnS0Cs8:{width:`calc(${componentViewport?.width||\"100vw\"} - 64px)`,y:(componentViewport?.y||0)+16+(((componentViewport?.height||200)-24-447)/2+50+8)+16+0},O6qsd_kke:{width:`calc(${componentViewport?.width||\"100vw\"} - 64px)`,y:(componentViewport?.y||0)+16+(((componentViewport?.height||344)-24-320)/2+50+8)+16+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-nnrh8s-container\",layoutDependency:layoutDependency,layoutId:\"mwZPOv4yl-container\",nodeId:\"mwZPOv4yl\",rendersWithMotion:true,scopeId:\"G_fdZLubu\",children:/*#__PURE__*/_jsx(Menu,{height:\"100%\",id:\"mwZPOv4yl\",layoutId:\"mwZPOv4yl\",style:{width:\"100%\"},variant:\"kugNgU81c\",width:\"100%\"})})}),isDisplayed7()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,...addPropertyOverrides({C00VvJrg5:{width:`calc(${componentViewport?.width||\"100vw\"} - 64px)`,y:(componentViewport?.y||0)+16+(((componentViewport?.height||416)-32-400)/2+50+8)+16+0},DwCnS0Cs8:{width:`calc(${componentViewport?.width||\"100vw\"} - 64px)`,y:(componentViewport?.y||0)+16+(((componentViewport?.height||200)-24-447)/2+50+8)+16+174}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1j2b3dv-container\",layoutDependency:layoutDependency,layoutId:\"DX5nw1zsB-container\",nodeId:\"DX5nw1zsB\",rendersWithMotion:true,scopeId:\"G_fdZLubu\",children:/*#__PURE__*/_jsx(Menu,{height:\"100%\",id:\"DX5nw1zsB\",layoutId:\"DX5nw1zsB\",style:{width:\"100%\"},variant:\"QFp1FLLeZ\",width:\"100%\",...addPropertyOverrides({C00VvJrg5:{variant:\"kugNgU81c\"},DwCnS0Cs8:{variant:\"thGElqEa7\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,...addPropertyOverrides({C00VvJrg5:{width:`calc(${componentViewport?.width||\"100vw\"} - 64px)`,y:(componentViewport?.y||0)+16+(((componentViewport?.height||416)-32-400)/2+50+8)+16+40},DwCnS0Cs8:{width:`calc(${componentViewport?.width||\"100vw\"} - 64px)`,y:(componentViewport?.y||0)+16+(((componentViewport?.height||200)-24-447)/2+50+8)+16+47},O6qsd_kke:{width:`calc(${componentViewport?.width||\"100vw\"} - 64px)`,y:(componentViewport?.y||0)+16+(((componentViewport?.height||344)-24-320)/2+50+8)+16+47}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-i8k0um-container\",layoutDependency:layoutDependency,layoutId:\"Obvy8PVYT-container\",nodeId:\"Obvy8PVYT\",rendersWithMotion:true,scopeId:\"G_fdZLubu\",children:/*#__PURE__*/_jsx(Menu,{height:\"100%\",id:\"Obvy8PVYT\",layoutId:\"Obvy8PVYT\",style:{width:\"100%\"},variant:\"YNBQawHa4\",width:\"100%\",...addPropertyOverrides({DwCnS0Cs8:{oDClqzhHD:oDClqzhHDaw2p7y,variant:\"kislEgCJB\"},O6qsd_kke:{oDClqzhHD:oDClqzhHD1iwbw2}},baseVariant,gestureVariant)})})}),isDisplayed7()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,...addPropertyOverrides({C00VvJrg5:{width:`calc(${componentViewport?.width||\"100vw\"} - 64px)`,y:(componentViewport?.y||0)+16+(((componentViewport?.height||416)-32-400)/2+50+8)+16+80},DwCnS0Cs8:{width:`calc(${componentViewport?.width||\"100vw\"} - 64px)`,y:(componentViewport?.y||0)+16+(((componentViewport?.height||200)-24-447)/2+50+8)+16+94}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-18a7q27-container\",layoutDependency:layoutDependency,layoutId:\"axkIc5jzr-container\",nodeId:\"axkIc5jzr\",rendersWithMotion:true,scopeId:\"G_fdZLubu\",children:/*#__PURE__*/_jsx(Menu,{height:\"100%\",id:\"axkIc5jzr\",layoutId:\"axkIc5jzr\",style:{width:\"100%\"},variant:\"YNBQawHa4\",width:\"100%\",...addPropertyOverrides({DwCnS0Cs8:{variant:\"M9iSlvYqs\"}},baseVariant,gestureVariant)})})}),isDisplayed7()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,...addPropertyOverrides({C00VvJrg5:{width:`calc(${componentViewport?.width||\"100vw\"} - 64px)`,y:(componentViewport?.y||0)+16+(((componentViewport?.height||416)-32-400)/2+50+8)+16+120},DwCnS0Cs8:{width:`calc(${componentViewport?.width||\"100vw\"} - 64px)`,y:(componentViewport?.y||0)+16+(((componentViewport?.height||200)-24-447)/2+50+8)+16+134}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1nlvgd1-container\",layoutDependency:layoutDependency,layoutId:\"VnX1TDrSU-container\",nodeId:\"VnX1TDrSU\",rendersWithMotion:true,scopeId:\"G_fdZLubu\",children:/*#__PURE__*/_jsx(Menu,{height:\"100%\",id:\"VnX1TDrSU\",layoutId:\"VnX1TDrSU\",style:{width:\"100%\"},variant:\"YNBQawHa4\",width:\"100%\",...addPropertyOverrides({DwCnS0Cs8:{variant:\"ndUe7AsTL\"}},baseVariant,gestureVariant)})})}),isDisplayed7()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-df794q\",\"data-framer-name\":\"Vertical Divider\",layoutDependency:layoutDependency,layoutId:\"mNBFuFcng\",style:{backgroundColor:\"rgba(187, 191, 187, 0.3)\"}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-4tk8t3\",\"data-framer-name\":\"Vertical Divider\",layoutDependency:layoutDependency,layoutId:\"UuG6dcrns\",style:{backgroundColor:\"rgba(187, 191, 187, 0.3)\"}}),isDisplayed4()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-cxjza8-container\",layoutDependency:layoutDependency,layoutId:\"JriRdH20U-container\",nodeId:\"JriRdH20U\",rendersWithMotion:true,scopeId:\"G_fdZLubu\",children:/*#__PURE__*/_jsx(Menu,{height:\"100%\",id:\"JriRdH20U\",layoutId:\"JriRdH20U\",style:{width:\"100%\"},variant:\"QFp1FLLeZ\",width:\"100%\"})})}),isDisplayed6()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1gyx73e\",\"data-framer-name\":\"Vertical Divider\",layoutDependency:layoutDependency,layoutId:\"rTSdwTeO7\",style:{backgroundColor:\"rgba(187, 191, 187, 0.3)\"}}),isDisplayed7()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-p459gy\",\"data-framer-name\":\"Vertical Divider\",layoutDependency:layoutDependency,layoutId:\"OGqPB9n8e\",style:{backgroundColor:\"rgba(187, 191, 187, 0.3)\"}}),isDisplayed8()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-ii4hf9\",\"data-framer-name\":\"Vertical Divider\",layoutDependency:layoutDependency,layoutId:\"SHMfPNvIS\",style:{backgroundColor:\"rgba(187, 191, 187, 0.3)\"}}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,...addPropertyOverrides({C00VvJrg5:{width:`calc(${componentViewport?.width||\"100vw\"} - 64px)`,y:(componentViewport?.y||0)+16+(((componentViewport?.height||416)-32-400)/2+50+8)+16+167},DwCnS0Cs8:{width:`calc(${componentViewport?.width||\"100vw\"} - 64px)`,y:(componentViewport?.y||0)+16+(((componentViewport?.height||200)-24-447)/2+50+8)+16+221},O6qsd_kke:{width:`calc(${componentViewport?.width||\"100vw\"} - 64px)`,y:(componentViewport?.y||0)+16+(((componentViewport?.height||344)-24-320)/2+50+8)+16+94}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1hxprlt-container\",layoutDependency:layoutDependency,layoutId:\"dnkSsvxpc-container\",nodeId:\"dnkSsvxpc\",rendersWithMotion:true,scopeId:\"G_fdZLubu\",children:/*#__PURE__*/_jsx(Menu,{height:\"100%\",id:\"dnkSsvxpc\",layoutId:\"dnkSsvxpc\",style:{width:\"100%\"},variant:\"QFp1FLLeZ\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,...addPropertyOverrides({C00VvJrg5:{width:`calc(${componentViewport?.width||\"100vw\"} - 64px)`,y:(componentViewport?.y||0)+16+(((componentViewport?.height||416)-32-400)/2+50+8)+16+228},DwCnS0Cs8:{width:`calc(${componentViewport?.width||\"100vw\"} - 64px)`,y:(componentViewport?.y||0)+16+(((componentViewport?.height||200)-24-447)/2+50+8)+16+268},O6qsd_kke:{width:`calc(${componentViewport?.width||\"100vw\"} - 64px)`,y:(componentViewport?.y||0)+16+(((componentViewport?.height||344)-24-320)/2+50+8)+16+141}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-13led97-container\",layoutDependency:layoutDependency,layoutId:\"A4fxpwo3H-container\",nodeId:\"A4fxpwo3H\",rendersWithMotion:true,scopeId:\"G_fdZLubu\",children:/*#__PURE__*/_jsx(Menu,{height:\"100%\",id:\"A4fxpwo3H\",layoutId:\"A4fxpwo3H\",style:{width:\"100%\"},variant:\"QFp1FLLeZ\",width:\"100%\",...addPropertyOverrides({C00VvJrg5:{variant:\"Uw_OSKefS\"},DwCnS0Cs8:{variant:\"Uw_OSKefS\"},O6qsd_kke:{variant:\"Uw_OSKefS\"}},baseVariant,gestureVariant)})})}),isDisplayed6()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-11uhzhk\",\"data-framer-name\":\"Vertical Divider\",layoutDependency:layoutDependency,layoutId:\"V5eyJ9brA\",style:{backgroundColor:\"rgba(187, 191, 187, 0.3)\"}}),isDisplayed4()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-d8on7i-container\",layoutDependency:layoutDependency,layoutId:\"A3xAIjHB4-container\",nodeId:\"A3xAIjHB4\",rendersWithMotion:true,scopeId:\"G_fdZLubu\",children:/*#__PURE__*/_jsx(Menu,{height:\"100%\",id:\"A3xAIjHB4\",layoutId:\"A3xAIjHB4\",style:{width:\"100%\"},variant:\"QFp1FLLeZ\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-h6kmhk-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"i_9P9vtV5-container\",nodeId:\"i_9P9vtV5\",rendersWithMotion:true,scopeId:\"G_fdZLubu\",children:/*#__PURE__*/_jsx(LocaleSelector,{caret:{color:\"rgb(0, 0, 0)\",size:12,type:\"default\"},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:\"i_9P9vtV5\",layoutId:\"i_9P9vtV5\",options:{focus:{color:\"rgb(0, 153, 255)\",offset:0,style:\"solid\",width:1},gap:5,title:false},padding:10,paddingBottom:0,paddingLeft:16,paddingPerSide:true,paddingRight:16,paddingTop:0,radius:10,radiusBottomLeft:10,radiusBottomRight:10,radiusPerConrner:false,radiusTopLeft:10,radiusTopRight:10,textColor:\"rgb(0, 0, 0)\",width:\"100%\",...addPropertyOverrides({DwCnS0Cs8:{icon:undefined,options:{focus:{color:\"rgb(0, 153, 255)\",offset:0,style:\"solid\",width:1},gap:5,title:true},style:{height:\"100%\"}},O6qsd_kke:{icon:undefined,options:{focus:{color:\"rgb(0, 153, 255)\",offset:0,style:\"solid\",width:1},gap:5,title:true},style:{height:\"100%\"}}},baseVariant,gestureVariant)})})})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-SZGBT.framer-9ar3ky, .framer-SZGBT .framer-9ar3ky { display: block; }\",\".framer-SZGBT.framer-1fdl3lb { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 24px; position: relative; width: 1200px; }\",\".framer-SZGBT .framer-1qyrzsr { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: flex-start; overflow: visible; padding: 6px; position: relative; width: min-content; }\",\".framer-SZGBT .framer-1szkje6-container, .framer-SZGBT .framer-aszkos-container, .framer-SZGBT .framer-1n8csw1-container, .framer-SZGBT .framer-6ktlu6-container, .framer-SZGBT .framer-1vfjggl-container, .framer-SZGBT .framer-1sa2jux-container, .framer-SZGBT .framer-h6kmhk-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-SZGBT .framer-1votekq { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 5px; height: 108px; justify-content: flex-start; overflow: hidden; padding: 15px; position: relative; width: 150px; will-change: var(--framer-will-change-override, transform); }\",\".framer-SZGBT .framer-17ua3eg, .framer-SZGBT .framer-3a046n, .framer-SZGBT .framer-1ljczs8 { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-SZGBT .framer-rdkkiw-container, .framer-SZGBT .framer-1eucica-container, .framer-SZGBT .framer-7v6weq-container, .framer-SZGBT .framer-u6e51w-container, .framer-SZGBT .framer-gim84e-container, .framer-SZGBT .framer-1omozua-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-SZGBT .framer-d1lplh { flex: none; height: 4px; overflow: visible; position: relative; width: 92px; }\",\".framer-SZGBT .framer-1407fg6, .framer-SZGBT .framer-1bg9wsa, .framer-SZGBT .framer-pbw0vb, .framer-SZGBT .framer-uhul1o { flex: none; height: 1px; overflow: visible; position: relative; width: 100%; }\",\".framer-SZGBT .framer-1r91t3w, .framer-SZGBT .framer-180gjoy, .framer-SZGBT .framer-1erymsi, .framer-SZGBT .framer-116gkj, .framer-SZGBT .framer-a623vd { flex: none; height: 10px; position: relative; width: 2px; }\",\".framer-SZGBT .framer-w5cz82 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 34px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 34px; }\",\".framer-SZGBT .framer-tyvdxc { flex: none; height: 25px; position: relative; width: 24px; }\",\".framer-SZGBT .framer-11apt9v { flex: none; height: 24px; position: relative; width: 24px; }\",\".framer-SZGBT .framer-1cgtjwc { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 34px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-SZGBT .framer-krsdjm { aspect-ratio: 2.4710743801652892 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 40px); overflow: visible; position: relative; width: 100px; }\",\".framer-SZGBT .framer-1hm04gp-container { flex: none; height: 34px; position: relative; width: auto; }\",\".framer-SZGBT .framer-1hdtuf6 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 6px; position: relative; width: 150px; will-change: var(--framer-will-change-override, transform); }\",\".framer-SZGBT .framer-2r0xpa { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: flex-start; overflow: visible; padding: 16px 16px 24px 16px; position: relative; width: min-content; }\",\".framer-SZGBT .framer-nnrh8s-container, .framer-SZGBT .framer-1j2b3dv-container, .framer-SZGBT .framer-i8k0um-container, .framer-SZGBT .framer-18a7q27-container, .framer-SZGBT .framer-1nlvgd1-container, .framer-SZGBT .framer-cxjza8-container, .framer-SZGBT .framer-1hxprlt-container, .framer-SZGBT .framer-13led97-container, .framer-SZGBT .framer-d8on7i-container { align-self: stretch; flex: none; height: auto; position: relative; width: auto; }\",\".framer-SZGBT .framer-df794q, .framer-SZGBT .framer-4tk8t3, .framer-SZGBT .framer-1gyx73e, .framer-SZGBT .framer-p459gy, .framer-SZGBT .framer-ii4hf9, .framer-SZGBT .framer-11uhzhk { align-self: stretch; flex: none; height: 1px; position: relative; width: auto; }\",\".framer-SZGBT.framer-v-3cbjl4.framer-1fdl3lb, .framer-SZGBT.framer-v-1b0onr1.framer-1fdl3lb { padding: 16px; width: 390px; }\",\".framer-SZGBT.framer-v-3cbjl4 .framer-1qyrzsr, .framer-SZGBT.framer-v-1b0onr1 .framer-1qyrzsr, .framer-SZGBT.framer-v-694ple .framer-1qyrzsr, .framer-SZGBT.framer-v-l6ufdh .framer-1qyrzsr, .framer-SZGBT.framer-v-3m10ha .framer-1qyrzsr { gap: unset; justify-content: space-between; padding: 8px 16px 8px 16px; width: 100%; }\",\".framer-SZGBT.framer-v-3cbjl4 .framer-w5cz82, .framer-SZGBT.framer-v-1b0onr1 .framer-w5cz82, .framer-SZGBT.framer-v-694ple .framer-w5cz82, .framer-SZGBT.framer-v-l6ufdh .framer-w5cz82, .framer-SZGBT.framer-v-3m10ha .framer-w5cz82 { cursor: pointer; order: 12; }\",\".framer-SZGBT.framer-v-3cbjl4 .framer-1cgtjwc, .framer-SZGBT.framer-v-1b0onr1 .framer-1cgtjwc, .framer-SZGBT.framer-v-1u0bpjo .framer-1omozua-container, .framer-SZGBT.framer-v-694ple .framer-1cgtjwc, .framer-SZGBT.framer-v-l6ufdh .framer-1cgtjwc, .framer-SZGBT.framer-v-3m10ha .framer-1cgtjwc { order: 6; }\",\".framer-SZGBT.framer-v-3cbjl4 .framer-krsdjm, .framer-SZGBT.framer-v-1b0onr1 .framer-krsdjm, .framer-SZGBT.framer-v-694ple .framer-krsdjm, .framer-SZGBT.framer-v-l6ufdh .framer-krsdjm, .framer-SZGBT.framer-v-3m10ha .framer-krsdjm { height: var(--framer-aspect-ratio-supported, 36px); width: 89px; }\",\".framer-SZGBT.framer-v-1b0onr1 .framer-2r0xpa, .framer-SZGBT.framer-v-l6ufdh .framer-2r0xpa, .framer-SZGBT.framer-v-3m10ha .framer-2r0xpa { width: 100%; }\",\".framer-SZGBT.framer-v-1b0onr1 .framer-1j2b3dv-container, .framer-SZGBT.framer-v-l6ufdh .framer-1gyx73e, .framer-SZGBT.framer-v-3m10ha .framer-1gyx73e { align-self: unset; order: 1; width: 100%; }\",\".framer-SZGBT.framer-v-1b0onr1 .framer-i8k0um-container, .framer-SZGBT.framer-v-l6ufdh .framer-i8k0um-container, .framer-SZGBT.framer-v-3m10ha .framer-i8k0um-container { align-self: unset; order: 2; width: 100%; }\",\".framer-SZGBT.framer-v-1b0onr1 .framer-18a7q27-container, .framer-SZGBT.framer-v-3m10ha .framer-p459gy { align-self: unset; order: 3; width: 100%; }\",\".framer-SZGBT.framer-v-1b0onr1 .framer-1nlvgd1-container, .framer-SZGBT.framer-v-3m10ha .framer-18a7q27-container { align-self: unset; order: 4; width: 100%; }\",\".framer-SZGBT.framer-v-1b0onr1 .framer-df794q, .framer-SZGBT.framer-v-3m10ha .framer-1nlvgd1-container { align-self: unset; order: 5; width: 100%; }\",\".framer-SZGBT.framer-v-1b0onr1 .framer-4tk8t3, .framer-SZGBT.framer-v-l6ufdh .framer-4tk8t3, .framer-SZGBT.framer-v-3m10ha .framer-4tk8t3 { align-self: unset; order: 11; width: 100%; }\",\".framer-SZGBT.framer-v-1b0onr1 .framer-p459gy, .framer-SZGBT.framer-v-l6ufdh .framer-ii4hf9, .framer-SZGBT.framer-v-3m10ha .framer-1hxprlt-container { align-self: unset; order: 9; width: 100%; }\",\".framer-SZGBT.framer-v-1b0onr1 .framer-ii4hf9, .framer-SZGBT.framer-v-l6ufdh .framer-1hxprlt-container { align-self: unset; order: 10; width: 100%; }\",\".framer-SZGBT.framer-v-1b0onr1 .framer-1hxprlt-container { align-self: unset; order: 8; width: 100%; }\",\".framer-SZGBT.framer-v-1b0onr1 .framer-13led97-container, .framer-SZGBT.framer-v-l6ufdh .framer-11uhzhk, .framer-SZGBT.framer-v-3m10ha .framer-11uhzhk { align-self: unset; order: 13; width: 100%; }\",\".framer-SZGBT.framer-v-1b0onr1 .framer-h6kmhk-container, .framer-SZGBT.framer-v-1u0bpjo .framer-1hm04gp-container { order: 15; }\",\".framer-SZGBT.framer-v-1u0bpjo .framer-1szkje6-container { order: 0; }\",\".framer-SZGBT.framer-v-1u0bpjo .framer-aszkos-container, .framer-SZGBT.framer-v-1u0bpjo .framer-pbw0vb { order: 2; }\",\".framer-SZGBT.framer-v-1u0bpjo .framer-1votekq { align-content: center; align-items: center; gap: 6px; height: min-content; padding: 6px; }\",\".framer-SZGBT.framer-v-1u0bpjo .framer-1n8csw1-container { order: 0; width: 100%; }\",\".framer-SZGBT.framer-v-1u0bpjo .framer-rdkkiw-container, .framer-SZGBT.framer-v-1u0bpjo .framer-1r91t3w, .framer-SZGBT.framer-v-1u0bpjo .framer-gim84e-container { order: 3; }\",\".framer-SZGBT.framer-v-1u0bpjo .framer-7v6weq-container, .framer-SZGBT.framer-v-1u0bpjo .framer-uhul1o, .framer-SZGBT.framer-v-1u0bpjo .framer-a623vd { order: 5; }\",\".framer-SZGBT.framer-v-1u0bpjo .framer-d1lplh { height: 1px; order: 4; width: 100%; }\",\".framer-SZGBT.framer-v-1u0bpjo .framer-1407fg6, .framer-SZGBT.framer-v-1u0bpjo .framer-180gjoy, .framer-SZGBT.framer-v-1u0bpjo .framer-u6e51w-container { order: 1; }\",\".framer-SZGBT.framer-v-1u0bpjo .framer-6ktlu6-container { order: 8; }\",\".framer-SZGBT.framer-v-1u0bpjo .framer-1erymsi { order: 9; }\",\".framer-SZGBT.framer-v-1u0bpjo .framer-1vfjggl-container { order: 10; }\",\".framer-SZGBT.framer-v-1u0bpjo .framer-116gkj { order: 11; }\",\".framer-SZGBT.framer-v-1u0bpjo .framer-1sa2jux-container { order: 4; }\",\".framer-SZGBT.framer-v-694ple.framer-1fdl3lb, .framer-SZGBT.framer-v-l6ufdh.framer-1fdl3lb, .framer-SZGBT.framer-v-3m10ha.framer-1fdl3lb { padding: 16px 16px 8px 16px; width: 390px; }\",\".framer-SZGBT.framer-v-l6ufdh .framer-nnrh8s-container, .framer-SZGBT.framer-v-3m10ha .framer-nnrh8s-container { align-self: unset; order: 0; width: 100%; }\",\".framer-SZGBT.framer-v-l6ufdh .framer-13led97-container, .framer-SZGBT.framer-v-3m10ha .framer-13led97-container { align-self: unset; order: 12; width: 100%; }\",\".framer-SZGBT.framer-v-l6ufdh .framer-h6kmhk-container, .framer-SZGBT.framer-v-3m10ha .framer-h6kmhk-container { height: 34px; order: 15; }\",\".framer-SZGBT.framer-v-3m10ha .framer-1j2b3dv-container { align-self: unset; order: 6; width: 100%; }\",\".framer-SZGBT.framer-v-3m10ha .framer-df794q { align-self: unset; order: 7; width: 100%; }\",'.framer-SZGBT[data-border=\"true\"]::after, .framer-SZGBT [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 94\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"pgae2yiH4\":{\"layout\":[\"fixed\",\"auto\"]},\"C00VvJrg5\":{\"layout\":[\"fixed\",\"auto\"]},\"EB5BxKZhc\":{\"layout\":[\"fixed\",\"auto\"]},\"ERlddqsbu\":{\"layout\":[\"fixed\",\"auto\"]},\"O6qsd_kke\":{\"layout\":[\"fixed\",\"auto\"]},\"DwCnS0Cs8\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerG_fdZLubu=withCSS(Component,css,\"framer-SZGBT\");export default FramerG_fdZLubu;FramerG_fdZLubu.displayName=\"Navigation Bar\";FramerG_fdZLubu.defaultProps={height:94,width:1200};addPropertyControls(FramerG_fdZLubu,{variant:{options:[\"Ty2pxgGij\",\"pgae2yiH4\",\"C00VvJrg5\",\"EB5BxKZhc\",\"ERlddqsbu\",\"O6qsd_kke\",\"DwCnS0Cs8\"],optionTitles:[\"Navbar Desktop\",\"Navbar Mobile\",\"Navbar Expanded\",\"Navbar Desktop Blur\",\"Navbar Mobile Blur\",\"Navbar Expanded Blur\",\"Navbar Network open\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerG_fdZLubu,[{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/5A3Ce6C9YYmCjpQx9M4inSaKU.woff2\",weight:\"500\"},{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/Qx95Xyt0Ka3SGhinnbXIGpEIyP4.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/6mJuEAguuIuMog10gGvH5d3cl8.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/xYYWaj7wCU5zSQH0eXvSaS19wo.woff2\",weight:\"500\"},{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/otTaNuNpVK4RbdlT7zDDdKvQBA.woff2\",weight:\"500\"},{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/d3tHnaQIAeqiE5hGcRw4mmgWYU.woff2\",weight:\"500\"},{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/DolVirEGb34pEXEp8t8FQBSK4.woff2\",weight:\"500\"},{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\"}]},...MenuFonts,...LocaleSelectorFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerG_fdZLubu\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"94\",\"framerAutoSizeImages\":\"true\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"pgae2yiH4\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"C00VvJrg5\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"EB5BxKZhc\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ERlddqsbu\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"O6qsd_kke\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"DwCnS0Cs8\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"1200\",\"framerComponentViewportWidth\":\"true\",\"framerColorSyntax\":\"true\"}},\"__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", "_activeLocale_id", "activeLocaleId", "lastActiveLocaleId", "setLastActiveLocaleId", "ye", "selectedLocaleId", "setSelectedLocaleId", "selectedLocale", "locale", "handleChange", "event", "localeId", "_selectedLocale_name", "u", "className", "getPaddingStyle", "getRadiusStyle", "getBorderStyle", "getHoverStyle", "getFocusStyle", "addPropertyControls", "ControlType", "paddingControls", "radiusControls", "borderControls", "hoverControls", "focusControls", "LocaleSelector_default", "Ztklr6buy_0_exports", "__export", "__FramerMetadata__", "v0", "v1", "v2", "v3", "v4", "v5", "v6", "v7", "v8", "v9", "v0", "p", "x", "motion", "v1", "v2", "v3", "v4", "v5", "v6", "v7", "v8", "v9", "__FramerMetadata__", "valuesByLocaleId", "Ztklr6buy_0_exports", "getLocalizedValue", "key", "locale", "values", "value", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "click", "height", "hover", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "oDClqzhHD", "tE26njfWu", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap15e0yra", "args", "onMouseEnter1t4f1gx", "scopingClassNames", "cx", "isDisplayed", "LayoutGroup", "Link", "u", "RichText2", "getLocalizedValue", "SVG", "css", "FramerZtklr6buy", "withCSS", "Ztklr6buy_default", "addPropertyControls", "ControlType", "addFonts", "MenuFonts", "getFonts", "Ztklr6buy_default", "MotionDivWithFX", "withFX", "motion", "MotionDivWithFXWithOptimizedAppearEffect", "withOptimizedAppearEffect", "LocaleSelectorFonts", "LocaleSelector_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "animation", "transition3", "animation1", "animation2", "animation3", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "animation4", "transition4", "animation5", "animation6", "Transition", "value", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "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", "tE26njfWutxyyif", "overlay", "loadMore", "args", "onTap2apg7q", "onTapb266jy", "onTapaw2p7y", "onTap1bahyna", "oDClqzhHD1iwbw2", "oDClqzhHDaw2p7y", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "ref1", "ref2", "isDisplayed2", "isDisplayed3", "isDisplayed4", "isDisplayed5", "ref3", "ref4", "isDisplayed6", "isDisplayed7", "isDisplayed8", "LayoutGroup", "u", "ComponentViewportProvider", "SmartComponentScopedContainer", "l", "AnimatePresence", "Floating", "RichText2", "SVG", "Image2", "getLoadingLazyAtYPosition", "overlay1", "css", "FramerG_fdZLubu", "withCSS", "G_fdZLubu_default", "addPropertyControls", "ControlType", "addFonts"]
}
