{
  "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/o76N3fVNQ9dE6JePYfET/iPeKEJ2uh4SCCr8H6n4M/R7C0GL17W.js", "ssg:https://framerusercontent.com/modules/PtYy4jS26YzQ6dGTkzk6/FX4HcfLd89Lsv5QR85La/cp8AiTRhj-0.js", "ssg:https://framerusercontent.com/modules/PtYy4jS26YzQ6dGTkzk6/FX4HcfLd89Lsv5QR85La/cp8AiTRhj-1.js", "ssg:https://framerusercontent.com/modules/PtYy4jS26YzQ6dGTkzk6/FX4HcfLd89Lsv5QR85La/cp8AiTRhj-2.js", "ssg:https://framerusercontent.com/modules/PtYy4jS26YzQ6dGTkzk6/FX4HcfLd89Lsv5QR85La/cp8AiTRhj.js", "ssg:https://framerusercontent.com/modules/wJgJj5nvijGYmBpnNgYb/iltQfysHce4iixZrkrhQ/JdRnykzia.js", "ssg:https://framerusercontent.com/modules/31iWeWkdTi1TuQwuiQCw/tEiESGNiEfPFslGSi185/cp8AiTRhj.js", "ssg:https://framerusercontent.com/modules/GZb7eimdnn7ZGKENbD6d/F4FsRofbyjsUg7mCamED/E1fRMXDak.js", "ssg:https://framerusercontent.com/modules/NMQQt8tkrvjJvFcf8Eqk/J3z8PbfjVk9xBTfayFp4/Sqkz3U9LL-0.js", "ssg:https://framerusercontent.com/modules/NMQQt8tkrvjJvFcf8Eqk/J3z8PbfjVk9xBTfayFp4/Sqkz3U9LL-1.js", "ssg:https://framerusercontent.com/modules/NMQQt8tkrvjJvFcf8Eqk/J3z8PbfjVk9xBTfayFp4/Sqkz3U9LL-2.js", "ssg:https://framerusercontent.com/modules/NMQQt8tkrvjJvFcf8Eqk/J3z8PbfjVk9xBTfayFp4/Sqkz3U9LL.js", "ssg:https://framerusercontent.com/modules/Tx0UlwetDLYQGSxWYyqo/x3jKQXaz3WYETy0WKuBn/Sqkz3U9LL.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", "// Generated by Framer (3eae0e1)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getLoadingLazyAtYPosition,Image,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const enabledGestures={tbRzgnQu5:{hover:true}};const serializationHash=\"framer-gq0EB\";const variantClassNames={tbRzgnQu5:\"framer-v-nknw8\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={duration:0,type:\"tween\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({height,icon,iconLeft,id,link,newTab,smoothScroll,text,width,...props})=>{var _ref;return{...props,EYHKOuqhI:link!==null&&link!==void 0?link:props.EYHKOuqhI,HlX0YRlA7:iconLeft!==null&&iconLeft!==void 0?iconLeft:props.HlX0YRlA7,K_1N0KPFC:smoothScroll!==null&&smoothScroll!==void 0?smoothScroll:props.K_1N0KPFC,K4utivVp2:newTab!==null&&newTab!==void 0?newTab:props.K4utivVp2,kdYJhy0g_:(_ref=text!==null&&text!==void 0?text:props.kdYJhy0g_)!==null&&_ref!==void 0?_ref:\"Link\",ZMpuCrweY:icon!==null&&icon!==void 0?icon:props.ZMpuCrweY};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,kdYJhy0g_,EYHKOuqhI,K4utivVp2,K_1N0KPFC,HlX0YRlA7,ZMpuCrweY,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"tbRzgnQu5\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:EYHKOuqhI,openInNewTab:K4utivVp2,smoothScroll:K_1N0KPFC,children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-nknw8\",className,classNames)} framer-1b0abn4`,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"tbRzgnQu5\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8,...style},variants:{\"tbRzgnQu5-hover\":{backgroundColor:\"rgb(246, 246, 249)\"}},...addPropertyOverrides({\"tbRzgnQu5-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:[HlX0YRlA7&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ot5gdk\",\"data-framer-name\":\"Icon left\",layoutDependency:layoutDependency,layoutId:\"AIvMwtj1N\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-yk3kih\",\"data-border\":true,\"data-framer-name\":\"Variant\",layoutDependency:layoutDependency,layoutId:\"iHa7rormh\",style:{\"--border-bottom-width\":\"0.19999992847442627px\",\"--border-color\":\"rgb(229, 229, 232)\",\"--border-left-width\":\"0.19999992847442627px\",\"--border-right-width\":\"0.19999992847442627px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.19999992847442627px\",backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:2.67,borderBottomRightRadius:2.67,borderTopLeftRadius:2.67,borderTopRightRadius:2.67},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||32)-0-14)/2)+1.39990234375+0),sizes:\"14px\",...toResponsiveImage(ZMpuCrweY),...{positionX:\"center\",positionY:\"center\"}},className:\"framer-1lg3vz9\",\"data-framer-name\":\"icon\",layoutDependency:layoutDependency,layoutId:\"QlG18FpAJ\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TWFucm9wZS01MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(31, 34, 40))\"},children:\"Money management\"})}),className:\"framer-wjhscv\",\"data-framer-name\":\"Content\",fonts:[\"GF;Manrope-500\"],layoutDependency:layoutDependency,layoutId:\"vGK8kpZkg\",style:{\"--extracted-r6o4lv\":\"rgb(31, 34, 40)\",\"--framer-paragraph-spacing\":\"0px\"},text:kdYJhy0g_,verticalAlignment:\"top\",withExternalLayout:true})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-gq0EB.framer-1b0abn4, .framer-gq0EB .framer-1b0abn4 { display: block; }\",\".framer-gq0EB.framer-nknw8 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: 32px; justify-content: flex-start; overflow: visible; padding: 0px 12px 0px 12px; position: relative; text-decoration: none; width: min-content; }\",\".framer-gq0EB .framer-1ot5gdk { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 14px); overflow: visible; position: relative; width: 14px; }\",\".framer-gq0EB .framer-yk3kih { bottom: 1px; flex: none; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-gq0EB .framer-1lg3vz9 { bottom: 0px; flex: none; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; }\",\".framer-gq0EB .framer-wjhscv { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-gq0EB.framer-nknw8 { gap: 0px; } .framer-gq0EB.framer-nknw8 > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-gq0EB.framer-nknw8 > :first-child { margin-left: 0px; } .framer-gq0EB.framer-nknw8 > :last-child { margin-right: 0px; } }\",'.framer-gq0EB[data-border=\"true\"]::after, .framer-gq0EB [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 32\n * @framerIntrinsicWidth 50.5\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"fixed\"]},\"cPsb_y_hV\":{\"layout\":[\"auto\",\"fixed\"]}}}\n * @framerVariables {\"kdYJhy0g_\":\"text\",\"EYHKOuqhI\":\"link\",\"K4utivVp2\":\"newTab\",\"K_1N0KPFC\":\"smoothScroll\",\"HlX0YRlA7\":\"iconLeft\",\"ZMpuCrweY\":\"icon\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerR7C0GL17W=withCSS(Component,css,\"framer-gq0EB\");export default FramerR7C0GL17W;FramerR7C0GL17W.displayName=\"header_menu item\";FramerR7C0GL17W.defaultProps={height:32,width:50.5};addPropertyControls(FramerR7C0GL17W,{kdYJhy0g_:{defaultValue:\"Link\",displayTextArea:false,title:\"Text\",type:ControlType.String},EYHKOuqhI:{title:\"Link\",type:ControlType.Link},K4utivVp2:{defaultValue:false,title:\"New Tab\",type:ControlType.Boolean},K_1N0KPFC:{defaultValue:false,title:\"Smooth Scroll\",type:ControlType.Boolean},HlX0YRlA7:{defaultValue:false,title:\"Icon Left\",type:ControlType.Boolean},ZMpuCrweY:{title:\"Icon\",type:ControlType.ResponsiveImage}});addFonts(FramerR7C0GL17W,[{explicitInter:true,fonts:[{family:\"Manrope\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/manrope/v15/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk7PFO_A87jxeN7B.woff2\",weight:\"500\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerR7C0GL17W\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"32\",\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"kdYJhy0g_\\\":\\\"text\\\",\\\"EYHKOuqhI\\\":\\\"link\\\",\\\"K4utivVp2\\\":\\\"newTab\\\",\\\"K_1N0KPFC\\\":\\\"smoothScroll\\\",\\\"HlX0YRlA7\\\":\\\"iconLeft\\\",\\\"ZMpuCrweY\\\":\\\"icon\\\"}\",\"framerIntrinsicWidth\":\"50.5\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"cPsb_y_hV\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./R7C0GL17W.map", "export const v0=\"M\\xf3dulos\";export const v1=\"Caracter\\xedsticas\";export const v2=\"Contactos\";export const v3=\"Habitaci\\xf3n del comerciante\";export const v4=\"Blog\";export const v5={src:\"https://framerusercontent.com/images/xXZGY7ODzo43l7Khi1rVWdWhk.svg\"};export const v6=\"Spanish\";export const v7=\"Obt\\xe9n una presentaci\\xf3n\";\nexport const __FramerMetadata__ = {\"exports\":{\"v7\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v5\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v3\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v1\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v6\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v4\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v2\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v0\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "export const v0=\"\u6A21\u5757\";export const v1=\"\u529F\u80FD\";export const v2=\"\u8054\u7CFB\u65B9\u5F0F\";export const v3=\"\u4EA4\u6613\u5BA4\";export const v4=\"\u535A\u5BA2\";export const v5={src:\"https://framerusercontent.com/images/PP32DnZbnn8phTTR9fcsYjXFCko.svg\"};export const v6=\"Chinese\";export const v7=\"\u83B7\u53D6\u6F14\u793A\";\nexport const __FramerMetadata__ = {\"exports\":{\"v2\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v1\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v4\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v3\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v6\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v0\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v5\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v7\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "export const v0=\"\u0627\u0644\u0648\u062D\u062F\u0627\u062A\";export const v1=\"\u0627\u0644\u0645\u064A\u0632\u0627\u062A\";export const v2=\"\u062C\u0647\u0627\u062A \u0627\u0644\u0627\u062A\u0635\u0627\u0644\";export const v3=\"\u063A\u0631\u0641\u0629 \u0627\u0644\u062A\u0627\u062C\u0631\";export const v4=\"\u0627\u0644\u0645\u062F\u0648\u0646\u0629\";export const v5={src:\"https://framerusercontent.com/images/d8Vk9Ysv9pmBAfMBhq4cnDVz58Y.svg\"};export const v6=\"Arabic\";export const v7=\"\u0627\u062D\u0635\u0644 \u0639\u0644\u0649 \u0639\u0631\u0636 \u062A\u0642\u062F\u064A\u0645\u064A\";\nexport const __FramerMetadata__ = {\"exports\":{\"v0\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v6\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v7\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v2\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v1\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v4\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v3\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v5\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (b2780b5)\nimport*as localizedValues from\"./cp8AiTRhj-0.js\";import*as localizedValues1 from\"./cp8AiTRhj-1.js\";import*as localizedValues2 from\"./cp8AiTRhj-2.js\";const valuesByLocaleId={ePRnWgCwc:localizedValues,VzvgT2b0I:localizedValues1,WfbSy9Hv2:localizedValues2};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 (d5ca742)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const enabledGestures={DwFcDxVbZ:{hover:true},sIxdGUTFA:{hover:true}};const cycleOrder=[\"sIxdGUTFA\",\"DwFcDxVbZ\"];const serializationHash=\"framer-DwWSx\";const variantClassNames={DwFcDxVbZ:\"framer-v-70o8al\",sIxdGUTFA:\"framer-v-63iltg\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"sIxdGUTFA\",\"Variant 2\":\"DwFcDxVbZ\"};const getProps=({background,click,color,height,hoverBG,id,text,width,...props})=>{var _ref,_ref1,_ref2,_humanReadableVariantMap_props_variant,_ref3,_ref4;return{...props,FKh07H47U:(_ref=background!==null&&background!==void 0?background:props.FKh07H47U)!==null&&_ref!==void 0?_ref:\"rgb(108, 110, 254)\",QJTHmmt_w:click!==null&&click!==void 0?click:props.QJTHmmt_w,rdKMkOmPM:(_ref1=color!==null&&color!==void 0?color:props.rdKMkOmPM)!==null&&_ref1!==void 0?_ref1:\"rgba(255, 255, 255, 0.9)\",UGwAws7Wl:(_ref2=text!==null&&text!==void 0?text:props.UGwAws7Wl)!==null&&_ref2!==void 0?_ref2:\"Get started\",variant:(_ref3=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref3!==void 0?_ref3:\"sIxdGUTFA\",YKQY_CR83:(_ref4=hoverBG!==null&&hoverBG!==void 0?hoverBG:props.YKQY_CR83)!==null&&_ref4!==void 0?_ref4:\"rgb(66, 69, 255)\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,QJTHmmt_w,UGwAws7Wl,FKh07H47U,rdKMkOmPM,YKQY_CR83,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"sIxdGUTFA\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapb4f7cs=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(QJTHmmt_w){const res=await QJTHmmt_w(...args);if(res===false)return false;}});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"mJYLjj2jQ\"},nodeId:\"sIxdGUTFA\",openInNewTab:true,children:/*#__PURE__*/_jsx(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-63iltg\",className,classNames)} framer-jmks2d`,\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"sIxdGUTFA\",onTap:onTapb4f7cs,ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:FKh07H47U,borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12,...style},variants:{\"DwFcDxVbZ-hover\":{backgroundColor:\"rgb(66, 69, 255)\"},\"sIxdGUTFA-hover\":{backgroundColor:YKQY_CR83},DwFcDxVbZ:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16}},...addPropertyOverrides({\"DwFcDxVbZ-hover\":{\"data-framer-name\":undefined},\"sIxdGUTFA-hover\":{\"data-framer-name\":undefined},DwFcDxVbZ:{\"data-framer-name\":\"Variant 2\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TWFucm9wZS01MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"135%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-rdKMkOmPM-JdRnykzia))\"},children:\"Get started\"})}),className:\"framer-mhzzqs\",\"data-framer-name\":\"Content\",fonts:[\"GF;Manrope-500\"],layoutDependency:layoutDependency,layoutId:\"Rlhxb9Ow4\",style:{\"--extracted-r6o4lv\":\"var(--variable-reference-rdKMkOmPM-JdRnykzia)\",\"--framer-paragraph-spacing\":\"0px\",\"--variable-reference-rdKMkOmPM-JdRnykzia\":rdKMkOmPM},text:UGwAws7Wl,verticalAlignment:\"center\",withExternalLayout:true,...addPropertyOverrides({DwFcDxVbZ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TWFucm9wZS02MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"145%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-rdKMkOmPM-JdRnykzia))\"},children:\"Get started\"})}),fonts:[\"GF;Manrope-600\"]}},baseVariant,gestureVariant)})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-DwWSx.framer-jmks2d, .framer-DwWSx .framer-jmks2d { display: block; }\",\".framer-DwWSx.framer-63iltg { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 9.5px 16px 9.5px 16px; position: relative; text-decoration: none; width: min-content; }\",\".framer-DwWSx .framer-mhzzqs { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-DwWSx.framer-63iltg { gap: 0px; } .framer-DwWSx.framer-63iltg > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-DwWSx.framer-63iltg > :first-child { margin-left: 0px; } .framer-DwWSx.framer-63iltg > :last-child { margin-right: 0px; } }\",\".framer-DwWSx.framer-v-70o8al.framer-63iltg { padding: 20px 40px 20px 40px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 38\n * @framerIntrinsicWidth 107\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"DwFcDxVbZ\":{\"layout\":[\"auto\",\"auto\"]},\"xoMmbPojm\":{\"layout\":[\"auto\",\"auto\"]},\"gbVdKbAdg\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"QJTHmmt_w\":\"click\",\"UGwAws7Wl\":\"text\",\"FKh07H47U\":\"background\",\"rdKMkOmPM\":\"color\",\"YKQY_CR83\":\"hoverBG\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerJdRnykzia=withCSS(Component,css,\"framer-DwWSx\");export default FramerJdRnykzia;FramerJdRnykzia.displayName=\"Header_menu_Button\";FramerJdRnykzia.defaultProps={height:38,width:107};addPropertyControls(FramerJdRnykzia,{variant:{options:[\"sIxdGUTFA\",\"DwFcDxVbZ\"],optionTitles:[\"Variant 1\",\"Variant 2\"],title:\"Variant\",type:ControlType.Enum},QJTHmmt_w:{title:\"Click\",type:ControlType.EventHandler},UGwAws7Wl:{defaultValue:\"Get started\",displayTextArea:false,title:\"Text\",type:ControlType.String},FKh07H47U:{defaultValue:\"rgb(108, 110, 254)\",title:\"Background\",type:ControlType.Color},rdKMkOmPM:{defaultValue:\"rgba(255, 255, 255, 0.9)\",title:\"Color\",type:ControlType.Color},YKQY_CR83:{defaultValue:\"rgb(66, 69, 255)\",title:\"hover BG\",type:ControlType.Color}});addFonts(FramerJdRnykzia,[{explicitInter:true,fonts:[{family:\"Manrope\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/manrope/v15/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk7PFO_A87jxeN7B.woff2\",weight:\"500\"},{family:\"Manrope\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/manrope/v15/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4jE-_A87jxeN7B.woff2\",weight:\"600\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerJdRnykzia\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"38\",\"framerIntrinsicWidth\":\"107\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"DwFcDxVbZ\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"xoMmbPojm\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"gbVdKbAdg\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerVariables\":\"{\\\"QJTHmmt_w\\\":\\\"click\\\",\\\"UGwAws7Wl\\\":\\\"text\\\",\\\"FKh07H47U\\\":\\\"background\\\",\\\"rdKMkOmPM\\\":\\\"color\\\",\\\"YKQY_CR83\\\":\\\"hoverBG\\\"}\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./JdRnykzia.map", "// Generated by Framer (b2780b5)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getLoadingLazyAtYPosition,Image,Link,ResolveLinks,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useRouter,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import LocaleSelector from\"https://framerusercontent.com/modules/57FhkldN9P7x88MqAEaR/UfMN9oeTJKQqVQHIwZ5z/LocaleSelector.js\";import Header_menuItem from\"https://framerusercontent.com/modules/o76N3fVNQ9dE6JePYfET/iPeKEJ2uh4SCCr8H6n4M/R7C0GL17W.js\";import getLocalizedValue from\"https://framerusercontent.com/modules/PtYy4jS26YzQ6dGTkzk6/FX4HcfLd89Lsv5QR85La/cp8AiTRhj.js\";import Header_menu_Button from\"https://framerusercontent.com/modules/wJgJj5nvijGYmBpnNgYb/iltQfysHce4iixZrkrhQ/JdRnykzia.js\";const Header_menuItemFonts=getFonts(Header_menuItem);const LocaleSelectorFonts=getFonts(LocaleSelector);const Header_menu_ButtonFonts=getFonts(Header_menu_Button);const cycleOrder=[\"SCJF3aaui\",\"ZGem50jY3\",\"BqHULxhpN\",\"LNbUNcb35\",\"SqDZG1BdL\",\"kSSbFmb45\"];const serializationHash=\"framer-mbdfr\";const variantClassNames={BqHULxhpN:\"framer-v-56z6r\",kSSbFmb45:\"framer-v-14nx1ib\",LNbUNcb35:\"framer-v-5dy4uf\",SCJF3aaui:\"framer-v-9gjisw\",SqDZG1BdL:\"framer-v-103gaw1\",ZGem50jY3:\"framer-v-7oeylc\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const transition2={bounce:.2,delay:0,duration:.3,type:\"spring\"};const transition3={damping:79,delay:0,mass:.1,stiffness:1e3,type:\"spring\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"desktop blur\":\"ZGem50jY3\",\"mobile closed Blur\":\"SqDZG1BdL\",\"mobile closed\":\"BqHULxhpN\",\"mobile open for Blur\":\"kSSbFmb45\",\"mobile open\":\"LNbUNcb35\",desktop:\"SCJF3aaui\"};const getProps=({height,id,logo,width,...props})=>{var _ref,_humanReadableVariantMap_props_variant,_ref1;return{...props,As2tPxeEB:(_ref=logo!==null&&logo!==void 0?logo:props.As2tPxeEB)!==null&&_ref!==void 0?_ref:{src:\"https://framerusercontent.com/images/DvGoDuqHToMBuVcmnGz5366tw.svg\"},variant:(_ref1=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref1!==void 0?_ref1:\"SCJF3aaui\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,As2tPxeEB,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"SCJF3aaui\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1dyecp7=activeVariantCallback(async(...args)=>{setVariant(\"LNbUNcb35\");});const onTap6dc5p6=activeVariantCallback(async(...args)=>{setVariant(\"kSSbFmb45\");});const onTaprtfa0h=activeVariantCallback(async(...args)=>{setVariant(\"BqHULxhpN\");});const onTap1izsjzm=activeVariantCallback(async(...args)=>{setVariant(\"SqDZG1BdL\");});const onTapaeyujy=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"SqDZG1BdL\"),100);});const ref1=React.useRef(null);const isDisplayed=()=>{if([\"BqHULxhpN\",\"LNbUNcb35\",\"SqDZG1BdL\",\"kSSbFmb45\"].includes(baseVariant))return true;return false;};const isDisplayed1=()=>{if([\"LNbUNcb35\",\"kSSbFmb45\"].includes(baseVariant))return false;return true;};const isDisplayed2=()=>{if([\"BqHULxhpN\",\"SqDZG1BdL\"].includes(baseVariant))return false;return true;};const router=useRouter();const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();var _getLocalizedValue,_getLocalizedValue1,_getLocalizedValue2;return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,...addPropertyOverrides({kSSbFmb45:{value:transition3},LNbUNcb35:{value:transition3},ZGem50jY3:{value:transition2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-9gjisw\",className,classNames),\"data-framer-name\":\"desktop\",layoutDependency:layoutDependency,layoutId:\"SCJF3aaui\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"rgba(0, 0, 0, 0)\",...style},variants:{kSSbFmb45:{backgroundColor:\"rgb(255, 255, 255)\"},LNbUNcb35:{backgroundColor:\"rgb(255, 255, 255)\"}},...addPropertyOverrides({BqHULxhpN:{\"data-framer-name\":\"mobile closed\"},kSSbFmb45:{\"data-framer-name\":\"mobile open for Blur\"},LNbUNcb35:{\"data-framer-name\":\"mobile open\"},SqDZG1BdL:{\"data-framer-name\":\"mobile closed Blur\"},ZGem50jY3:{\"data-framer-name\":\"desktop blur\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-rg7shs\",layoutDependency:layoutDependency,layoutId:\"OhhQnLrbI\",style:{backdropFilter:\"none\",backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:25,borderBottomRightRadius:25,borderTopLeftRadius:25,borderTopRightRadius:25,WebkitBackdropFilter:\"none\"},variants:{BqHULxhpN:{borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12},SqDZG1BdL:{backdropFilter:\"blur(12px)\",backgroundColor:\"rgba(188, 195, 209, 0.3)\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12,WebkitBackdropFilter:\"blur(12px)\"},ZGem50jY3:{backdropFilter:\"blur(12px)\",backgroundColor:\"rgba(188, 195, 209, 0.3)\",WebkitBackdropFilter:\"blur(12px)\"}},children:/*#__PURE__*/_jsxs(motion.header,{className:\"framer-achah8\",\"data-framer-name\":\"Header\",layoutDependency:layoutDependency,layoutId:\"adjGpzVsC\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-xvhj70\",layoutDependency:layoutDependency,layoutId:\"nDzjAbIkE\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-76o5lz\",\"data-framer-name\":\"Logo frame\",layoutDependency:layoutDependency,layoutId:\"Oa9DKG9mQ\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"ELx7RkKNs\"},nodeId:\"UxeQtuC2a\",openInNewTab:false,children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(12+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||100)-24-76)/2)+0+22+0+0),pixelHeight:32,pixelWidth:158,sizes:\"120px\",...toResponsiveImage(As2tPxeEB),...{positionX:\"center\",positionY:\"center\"}},className:\"framer-gmsxri framer-ylr1pj\",\"data-framer-name\":\"Legal / Soft Technologies / Black React\",layoutDependency:layoutDependency,layoutId:\"UxeQtuC2a\",...addPropertyOverrides({BqHULxhpN:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||64)-0-52)/2)+-6+12+0+8+0),pixelHeight:32,pixelWidth:158,sizes:\"89.2405px\",...toResponsiveImage(As2tPxeEB),...{positionX:\"center\",positionY:\"center\"}}},kSSbFmb45:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+0+12+0+8+0),pixelHeight:32,pixelWidth:158,sizes:\"88.7447px\",...toResponsiveImage(As2tPxeEB),...{positionX:\"center\",positionY:\"center\"}}},LNbUNcb35:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+0+12+0+8+0),pixelHeight:32,pixelWidth:158,sizes:\"89.2405px\",...toResponsiveImage(As2tPxeEB),...{positionX:\"center\",positionY:\"center\"}}},SqDZG1BdL:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||64)-0-52)/2)+-6+12+0+8+0),pixelHeight:32,pixelWidth:158,sizes:\"89.2405px\",...toResponsiveImage(As2tPxeEB),...{positionX:\"center\",positionY:\"center\"}}}},baseVariant,gestureVariant)})})}),isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-u3wd4v\",layoutDependency:layoutDependency,layoutId:\"ACg_ccQcO\",children:[isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-nqyk2i\",\"data-framer-name\":\"\u2756 Button w icon\",layoutDependency:layoutDependency,layoutId:\"fY1pP4UNp\",style:{backgroundColor:\"rgb(245, 245, 248)\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12},...addPropertyOverrides({BqHULxhpN:{\"data-highlight\":true,onTap:onTap1dyecp7},SqDZG1BdL:{\"data-highlight\":true,onTap:onTap6dc5p6}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ct2p3j\",\"data-framer-name\":\"Icon-Menu-closed\",layoutDependency:layoutDependency,layoutId:\"W8bfAzGgh\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1z05oov\",\"data-framer-name\":\"Union\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:18,intrinsicWidth:20,layoutDependency:layoutDependency,layoutId:\"F8geVkQmb\",svg:'<svg width=\"20\" height=\"18\" viewBox=\"0 0 20 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0 1.91669C0 1.22633 0.559644 0.666687 1.25 0.666687H18.75C19.4404 0.666687 20 1.22633 20 1.91669C20 2.60704 19.4404 3.16669 18.75 3.16669H1.25C0.559644 3.16669 0 2.60704 0 1.91669Z\" fill=\"#1F2228\"/>\\n<path d=\"M0 9.00002C0 8.30966 0.559644 7.75002 1.25 7.75002H18.75C19.4404 7.75002 20 8.30966 20 9.00002C20 9.69038 19.4404 10.25 18.75 10.25H1.25C0.559644 10.25 0 9.69038 0 9.00002Z\" fill=\"#1F2228\"/>\\n<path d=\"M1.25 14.8334C0.559644 14.8334 0 15.393 0 16.0834C0 16.7737 0.559644 17.3334 1.25 17.3334H18.75C19.4404 17.3334 20 16.7737 20 16.0834C20 15.393 19.4404 14.8334 18.75 14.8334H1.25Z\" fill=\"#1F2228\"/>\\n</svg>\\n',withExternalLayout:true})})}),isDisplayed2()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1w0rfbw\",\"data-framer-name\":\"Buttons Block\",layoutDependency:layoutDependency,layoutId:\"qQevo69ET\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1tixcbf\",\"data-framer-name\":\"\u2756 Button w icon\",layoutDependency:layoutDependency,layoutId:\"tnMtS1ubu\",style:{borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12},...addPropertyOverrides({kSSbFmb45:{\"data-highlight\":true,onTap:onTap1izsjzm},LNbUNcb35:{\"data-highlight\":true,onTap:onTaprtfa0h}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-74zfc5\",\"data-framer-name\":\"Icon-close\",layoutDependency:layoutDependency,layoutId:\"mYo1_GapV\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1l4lhqb\",\"data-framer-name\":\"Union\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:18,intrinsicWidth:18,layoutDependency:layoutDependency,layoutId:\"sLH0YEUNR\",svg:'<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0.376577 0.376577C0.87868 -0.125526 1.69275 -0.125526 2.19485 0.376577L9 7.18173L15.8051 0.376577C16.3072 -0.125526 17.1213 -0.125526 17.6234 0.376577C18.1255 0.87868 18.1255 1.69275 17.6234 2.19485L10.8183 9L17.6234 15.8051C18.1255 16.3072 18.1255 17.1213 17.6234 17.6234C17.1213 18.1255 16.3072 18.1255 15.8051 17.6234L9 10.8183L2.19485 17.6234C1.69275 18.1255 0.87868 18.1255 0.376577 17.6234C-0.125526 17.1213 -0.125526 16.3072 0.376577 15.8051L7.18173 9L0.376577 2.19485C-0.125526 1.69275 -0.125526 0.87868 0.376577 0.376577Z\" fill=\"#B5B7C1\"/>\\n</svg>\\n',withExternalLayout:true})})})})]})]}),isDisplayed2()&&/*#__PURE__*/_jsxs(motion.nav,{className:\"framer-1lpibbh\",\"data-framer-name\":\"Controls w button\",layoutDependency:layoutDependency,layoutId:\"i8Lx7ks5r\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-l38lgj\",\"data-framer-name\":\"Controls\",layoutDependency:layoutDependency,layoutId:\"rDOLPtwa1\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-14mhlyo\",\"data-framer-name\":\"Heading links\",layoutDependency:layoutDependency,layoutId:\"Yv6Xfx1Uk\",...addPropertyOverrides({kSSbFmb45:{\"data-highlight\":true,onTap:onTapaeyujy}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":SbPfAEjh7\",webPageId:\"ELx7RkKNs\"},implicitPathVariables:undefined},{href:{hash:\":SbPfAEjh7\",webPageId:\"ELx7RkKNs\"},implicitPathVariables:undefined},{href:{hash:\":SbPfAEjh7\",webPageId:\"ELx7RkKNs\"},implicitPathVariables:undefined},{href:{hash:\":SbPfAEjh7\",webPageId:\"ELx7RkKNs\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/{var _getLocalizedValue;return _jsx(ComponentViewportProvider,{height:32,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(12+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||100)-24-76)/2)+0+19+3+0+0+0,...addPropertyOverrides({kSSbFmb45:{width:`calc(max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 16px, 1px) - 16px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+0+12+55+0+0+0+44+0+0},LNbUNcb35:{width:`calc(max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 16px, 1px) - 16px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+0+12+55+0+0+0+44+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-lw3gdv-container\",layoutDependency:layoutDependency,layoutId:\"tHJrs9ji4-container\",children:/*#__PURE__*/_jsx(Header_menuItem,{EYHKOuqhI:resolvedLinks[0],height:\"100%\",HlX0YRlA7:false,id:\"tHJrs9ji4\",K_1N0KPFC:true,K4utivVp2:false,kdYJhy0g_:(_getLocalizedValue=getLocalizedValue(\"v0\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:\"Modules\",layoutId:\"tHJrs9ji4\",style:{height:\"100%\"},width:\"100%\",...addPropertyOverrides({kSSbFmb45:{EYHKOuqhI:resolvedLinks[3],style:{height:\"100%\",width:\"100%\"}},LNbUNcb35:{EYHKOuqhI:resolvedLinks[2],style:{height:\"100%\",width:\"100%\"}},ZGem50jY3:{EYHKOuqhI:resolvedLinks[1]}},baseVariant,gestureVariant)})})});}})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-gr9ln5\",\"data-framer-name\":\"Heading links\",layoutDependency:layoutDependency,layoutId:\"D0C1J0lUi\",...addPropertyOverrides({kSSbFmb45:{\"data-highlight\":true,onTap:onTapaeyujy}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":wLWwosJfz\",webPageId:\"ELx7RkKNs\"},implicitPathVariables:undefined},{href:{hash:\":wLWwosJfz\",webPageId:\"ELx7RkKNs\"},implicitPathVariables:undefined},{href:{hash:\":wLWwosJfz\",webPageId:\"ELx7RkKNs\"},implicitPathVariables:undefined},{href:{hash:\":wLWwosJfz\",webPageId:\"ELx7RkKNs\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/{var _getLocalizedValue;return _jsx(ComponentViewportProvider,{height:32,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(12+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||100)-24-76)/2)+0+19+3+0+0+0,...addPropertyOverrides({kSSbFmb45:{width:`calc(max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 16px, 1px) - 16px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+0+12+55+0+0+0+88+0+0},LNbUNcb35:{width:`calc(max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 16px, 1px) - 16px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+0+12+55+0+0+0+88+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-59uy0h-container\",layoutDependency:layoutDependency,layoutId:\"CbUJAWhz2-container\",children:/*#__PURE__*/_jsx(Header_menuItem,{EYHKOuqhI:resolvedLinks1[0],height:\"100%\",HlX0YRlA7:false,id:\"CbUJAWhz2\",K_1N0KPFC:true,K4utivVp2:false,kdYJhy0g_:(_getLocalizedValue=getLocalizedValue(\"v1\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:\"Features\",layoutId:\"CbUJAWhz2\",style:{height:\"100%\"},width:\"100%\",...addPropertyOverrides({kSSbFmb45:{EYHKOuqhI:resolvedLinks1[3],style:{height:\"100%\",width:\"100%\"}},LNbUNcb35:{EYHKOuqhI:resolvedLinks1[2],style:{height:\"100%\",width:\"100%\"}},ZGem50jY3:{EYHKOuqhI:resolvedLinks1[1]}},baseVariant,gestureVariant)})})});}})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-wbcwl4\",\"data-framer-name\":\"Heading links\",layoutDependency:layoutDependency,layoutId:\"jX1xdHjOR\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"v0gBO4Yjc\"},implicitPathVariables:undefined},{href:{webPageId:\"v0gBO4Yjc\"},implicitPathVariables:undefined},{href:{webPageId:\"v0gBO4Yjc\"},implicitPathVariables:undefined},{href:{webPageId:\"v0gBO4Yjc\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/{var _getLocalizedValue;return _jsx(ComponentViewportProvider,{height:32,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(12+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||100)-24-76)/2)+0+19+3+0+0+0,...addPropertyOverrides({kSSbFmb45:{width:`calc(max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 16px, 1px) - 16px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+0+12+55+0+0+0+132+0+0},LNbUNcb35:{width:`calc(max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 16px, 1px) - 16px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+0+12+55+0+0+0+132+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-7sz305-container\",layoutDependency:layoutDependency,layoutId:\"b83M3iz6G-container\",children:/*#__PURE__*/_jsx(Header_menuItem,{EYHKOuqhI:resolvedLinks2[0],height:\"100%\",HlX0YRlA7:false,id:\"b83M3iz6G\",K_1N0KPFC:false,K4utivVp2:false,kdYJhy0g_:(_getLocalizedValue=getLocalizedValue(\"v2\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:\"Contacts\",layoutId:\"b83M3iz6G\",style:{height:\"100%\"},width:\"100%\",...addPropertyOverrides({kSSbFmb45:{EYHKOuqhI:resolvedLinks2[3],style:{height:\"100%\",width:\"100%\"}},LNbUNcb35:{EYHKOuqhI:resolvedLinks2[2],style:{height:\"100%\",width:\"100%\"}},ZGem50jY3:{EYHKOuqhI:resolvedLinks2[1]}},baseVariant,gestureVariant)})})});}})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-90tbre\",\"data-framer-name\":\"Heading links\",layoutDependency:layoutDependency,layoutId:\"c9NGQkEA7\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"h7F5xZ1PK\"},implicitPathVariables:undefined},{href:{webPageId:\"h7F5xZ1PK\"},implicitPathVariables:undefined},{href:{webPageId:\"h7F5xZ1PK\"},implicitPathVariables:undefined},{href:{webPageId:\"h7F5xZ1PK\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/{var _getLocalizedValue;return _jsx(ComponentViewportProvider,{height:32,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(12+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||100)-24-76)/2)+0+19+3+0+0+0,...addPropertyOverrides({kSSbFmb45:{width:`calc(max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 16px, 1px) - 16px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+0+12+55+0+0+0+176+0+0},LNbUNcb35:{width:`calc(max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 16px, 1px) - 16px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+0+12+55+0+0+0+176+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-u3pizb-container\",layoutDependency:layoutDependency,layoutId:\"KezUTU8KA-container\",children:/*#__PURE__*/_jsx(Header_menuItem,{EYHKOuqhI:resolvedLinks3[0],height:\"100%\",HlX0YRlA7:false,id:\"KezUTU8KA\",K_1N0KPFC:false,K4utivVp2:false,kdYJhy0g_:(_getLocalizedValue=getLocalizedValue(\"v3\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:\"Trader\u2019s room\",layoutId:\"KezUTU8KA\",style:{height:\"100%\"},width:\"100%\",...addPropertyOverrides({kSSbFmb45:{EYHKOuqhI:resolvedLinks3[3],style:{height:\"100%\",width:\"100%\"}},LNbUNcb35:{EYHKOuqhI:resolvedLinks3[2],style:{height:\"100%\",width:\"100%\"}},ZGem50jY3:{EYHKOuqhI:resolvedLinks3[1]}},baseVariant,gestureVariant)})})});}})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-xxdvnl\",\"data-framer-name\":\"Heading links\",layoutDependency:layoutDependency,layoutId:\"MHPZL6Q0W\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"jp4apiEfd\"},implicitPathVariables:undefined},{href:{webPageId:\"jp4apiEfd\"},implicitPathVariables:undefined},{href:{webPageId:\"jp4apiEfd\"},implicitPathVariables:undefined},{href:{webPageId:\"jp4apiEfd\"},implicitPathVariables:undefined}],children:resolvedLinks4=>/*#__PURE__*/{var _getLocalizedValue;return _jsx(ComponentViewportProvider,{height:32,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(12+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||100)-24-76)/2)+0+19+3+0+0+0,...addPropertyOverrides({kSSbFmb45:{width:`calc(max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 16px, 1px) - 16px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+0+12+55+0+0+0+220+0+0},LNbUNcb35:{width:`calc(max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 16px, 1px) - 16px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+0+12+55+0+0+0+220+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1k4s0u3-container\",layoutDependency:layoutDependency,layoutId:\"tIuzJI_ST-container\",children:/*#__PURE__*/_jsx(Header_menuItem,{EYHKOuqhI:resolvedLinks4[0],height:\"100%\",HlX0YRlA7:false,id:\"tIuzJI_ST\",K_1N0KPFC:false,K4utivVp2:false,kdYJhy0g_:(_getLocalizedValue=getLocalizedValue(\"v4\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:\"Blog\",layoutId:\"tIuzJI_ST\",style:{height:\"100%\"},width:\"100%\",...addPropertyOverrides({kSSbFmb45:{EYHKOuqhI:resolvedLinks4[3],style:{height:\"100%\",width:\"100%\"}},LNbUNcb35:{EYHKOuqhI:resolvedLinks4[2],style:{height:\"100%\",width:\"100%\"}},ZGem50jY3:{EYHKOuqhI:resolvedLinks4[1]}},baseVariant,gestureVariant)})})});}})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-tbj2c8\",\"data-framer-name\":\"Heading links\",layoutDependency:layoutDependency,layoutId:\"M4QynlnoB\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-kwtx74-container\",layoutDependency:layoutDependency,layoutId:\"qynQAeZvI-container\",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)\",image:addImageAlt((_getLocalizedValue=getLocalizedValue(\"v5\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:{src:\"https://framerusercontent.com/images/673joHDIVqnYTJhHb3hCekOdmI.svg\"},(_getLocalizedValue1=getLocalizedValue(\"v6\",activeLocale))!==null&&_getLocalizedValue1!==void 0?_getLocalizedValue1:\"English\"),size:18,type:\"custom\"},id:\"qynQAeZvI\",layoutId:\"qynQAeZvI\",options:{focus:{color:\"rgb(0, 153, 255)\",offset:0,style:\"solid\",width:1},gap:5,title:true},padding:5,paddingBottom:5,paddingLeft:5,paddingPerSide:false,paddingRight:5,paddingTop:5,radius:8,radiusBottomLeft:8,radiusBottomRight:8,radiusPerConrner:false,radiusTopLeft:8,radiusTopRight:8,textColor:\"rgb(31, 34, 40)\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1aak3b1\",\"data-framer-name\":\"Frame 1321316045\",layoutDependency:layoutDependency,layoutId:\"jpQoCRTFy\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-s9oaos\",\"data-framer-name\":\"Frame 1321315447\",layoutDependency:layoutDependency,layoutId:\"TSQUI1xZo\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:38,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(12+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||100)-24-76)/2)+0+19+0+0+0,...addPropertyOverrides({kSSbFmb45:{height:66,width:`max(max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 16px, 1px) - 16px, 1px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+0+12+55+0+276+0+0+0},LNbUNcb35:{height:66,width:`max(max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 16px, 1px) - 16px, 1px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+0+12+55+0+276+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ed5lco-container\",layoutDependency:layoutDependency,layoutId:\"JCvqwLhXT-container\",children:/*#__PURE__*/_jsx(Header_menu_Button,{FKh07H47U:\"var(--token-6703dfc5-3cab-4f2b-aa0b-c4793fb641ca, rgb(43, 127, 255))\",height:\"100%\",id:\"JCvqwLhXT\",layoutId:\"JCvqwLhXT\",rdKMkOmPM:\"rgba(255, 255, 255, 0.9)\",UGwAws7Wl:(_getLocalizedValue2=getLocalizedValue(\"v7\",activeLocale))!==null&&_getLocalizedValue2!==void 0?_getLocalizedValue2:\"Get a presentation\",variant:\"sIxdGUTFA\",width:\"100%\",YKQY_CR83:\"var(--token-b10f84ba-11ff-42a9-afcb-69dffc81aae0, rgb(23, 107, 240))\",...addPropertyOverrides({kSSbFmb45:{style:{height:\"100%\",width:\"100%\"}},LNbUNcb35:{style:{height:\"100%\",width:\"100%\"}}},baseVariant,gestureVariant)})})})})})]})]})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-mbdfr.framer-ylr1pj, .framer-mbdfr .framer-ylr1pj { display: block; }\",\".framer-mbdfr.framer-9gjisw { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 100px; justify-content: center; overflow: visible; padding: 12px 0px 12px 0px; position: relative; width: 1304px; }\",\".framer-mbdfr .framer-rg7shs { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-mbdfr .framer-achah8 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: 76px; justify-content: space-between; overflow: visible; padding: 20px 24px 20px 24px; position: relative; width: 100%; }\",\".framer-mbdfr .framer-xvhj70 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-mbdfr .framer-76o5lz { flex: none; height: 32px; overflow: visible; position: relative; width: 158px; }\",\".framer-mbdfr .framer-gmsxri { flex: none; height: 32px; left: 0px; overflow: visible; position: absolute; text-decoration: none; top: 0px; width: 120px; }\",\".framer-mbdfr .framer-u3wd4v, .framer-mbdfr .framer-1tixcbf { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-mbdfr .framer-nqyk2i { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 40px; justify-content: center; overflow: visible; padding: 12px; position: relative; width: 40px; }\",\".framer-mbdfr .framer-1ct2p3j, .framer-mbdfr .framer-74zfc5 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 20px); overflow: hidden; position: relative; width: 20px; }\",\".framer-mbdfr .framer-1z05oov { flex: none; height: 18px; left: 0px; position: absolute; top: 1px; width: 20px; }\",\".framer-mbdfr .framer-1w0rfbw { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-end; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-mbdfr .framer-1l4lhqb { flex: none; height: 18px; left: 1px; position: absolute; top: 1px; width: 18px; }\",\".framer-mbdfr .framer-1lpibbh { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-end; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-mbdfr .framer-l38lgj { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-mbdfr .framer-14mhlyo, .framer-mbdfr .framer-gr9ln5, .framer-mbdfr .framer-wbcwl4, .framer-mbdfr .framer-90tbre, .framer-mbdfr .framer-xxdvnl, .framer-mbdfr .framer-tbj2c8 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: 32px; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-mbdfr .framer-lw3gdv-container, .framer-mbdfr .framer-59uy0h-container, .framer-mbdfr .framer-7sz305-container, .framer-mbdfr .framer-u3pizb-container, .framer-mbdfr .framer-1k4s0u3-container { flex: none; height: 32px; position: relative; width: auto; }\",\".framer-mbdfr .framer-kwtx74-container, .framer-mbdfr .framer-1ed5lco-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-mbdfr .framer-1aak3b1 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-mbdfr .framer-s9oaos { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-mbdfr.framer-9gjisw, .framer-mbdfr .framer-rg7shs, .framer-mbdfr .framer-xvhj70, .framer-mbdfr .framer-u3wd4v, .framer-mbdfr .framer-nqyk2i, .framer-mbdfr .framer-1w0rfbw, .framer-mbdfr .framer-1tixcbf, .framer-mbdfr .framer-1lpibbh, .framer-mbdfr .framer-l38lgj, .framer-mbdfr .framer-14mhlyo, .framer-mbdfr .framer-gr9ln5, .framer-mbdfr .framer-wbcwl4, .framer-mbdfr .framer-90tbre, .framer-mbdfr .framer-xxdvnl, .framer-mbdfr .framer-tbj2c8, .framer-mbdfr .framer-1aak3b1, .framer-mbdfr .framer-s9oaos { gap: 0px; } .framer-mbdfr.framer-9gjisw > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-mbdfr.framer-9gjisw > :first-child, .framer-mbdfr .framer-rg7shs > :first-child, .framer-mbdfr .framer-xvhj70 > :first-child, .framer-mbdfr .framer-u3wd4v > :first-child, .framer-mbdfr .framer-nqyk2i > :first-child, .framer-mbdfr .framer-1w0rfbw > :first-child, .framer-mbdfr .framer-1tixcbf > :first-child, .framer-mbdfr .framer-1lpibbh > :first-child, .framer-mbdfr .framer-l38lgj > :first-child, .framer-mbdfr .framer-1aak3b1 > :first-child, .framer-mbdfr .framer-s9oaos > :first-child { margin-left: 0px; } .framer-mbdfr.framer-9gjisw > :last-child, .framer-mbdfr .framer-rg7shs > :last-child, .framer-mbdfr .framer-xvhj70 > :last-child, .framer-mbdfr .framer-u3wd4v > :last-child, .framer-mbdfr .framer-nqyk2i > :last-child, .framer-mbdfr .framer-1w0rfbw > :last-child, .framer-mbdfr .framer-1tixcbf > :last-child, .framer-mbdfr .framer-1lpibbh > :last-child, .framer-mbdfr .framer-l38lgj > :last-child, .framer-mbdfr .framer-1aak3b1 > :last-child, .framer-mbdfr .framer-s9oaos > :last-child { margin-right: 0px; } .framer-mbdfr .framer-rg7shs > *, .framer-mbdfr .framer-xvhj70 > *, .framer-mbdfr .framer-u3wd4v > *, .framer-mbdfr .framer-nqyk2i > *, .framer-mbdfr .framer-1tixcbf > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-mbdfr .framer-1w0rfbw > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-mbdfr .framer-1lpibbh > *, .framer-mbdfr .framer-s9oaos > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-mbdfr .framer-l38lgj > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-mbdfr .framer-14mhlyo > *, .framer-mbdfr .framer-gr9ln5 > *, .framer-mbdfr .framer-wbcwl4 > *, .framer-mbdfr .framer-90tbre > *, .framer-mbdfr .framer-xxdvnl > *, .framer-mbdfr .framer-tbj2c8 > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-mbdfr .framer-14mhlyo > :first-child, .framer-mbdfr .framer-gr9ln5 > :first-child, .framer-mbdfr .framer-wbcwl4 > :first-child, .framer-mbdfr .framer-90tbre > :first-child, .framer-mbdfr .framer-xxdvnl > :first-child, .framer-mbdfr .framer-tbj2c8 > :first-child { margin-top: 0px; } .framer-mbdfr .framer-14mhlyo > :last-child, .framer-mbdfr .framer-gr9ln5 > :last-child, .framer-mbdfr .framer-wbcwl4 > :last-child, .framer-mbdfr .framer-90tbre > :last-child, .framer-mbdfr .framer-xxdvnl > :last-child, .framer-mbdfr .framer-tbj2c8 > :last-child { margin-bottom: 0px; } .framer-mbdfr .framer-1aak3b1 > * { margin: 0px; margin-left: calc(32px / 2); margin-right: calc(32px / 2); } }\",\".framer-mbdfr.framer-v-56z6r.framer-9gjisw, .framer-mbdfr.framer-v-103gaw1.framer-9gjisw { height: 64px; padding: 0px 8px 0px 8px; width: 768px; }\",\".framer-mbdfr.framer-v-56z6r .framer-rg7shs { flex: 1 0 0px; gap: 0px; height: 52px; width: 1px; }\",\".framer-mbdfr.framer-v-56z6r .framer-achah8, .framer-mbdfr.framer-v-103gaw1 .framer-achah8 { align-content: flex-start; align-items: flex-start; flex: 1 0 0px; flex-direction: column; gap: 48px; height: min-content; justify-content: flex-start; padding: 12px 8px 12px 8px; width: 1px; }\",\".framer-mbdfr.framer-v-56z6r .framer-xvhj70, .framer-mbdfr.framer-v-5dy4uf .framer-xvhj70, .framer-mbdfr.framer-v-103gaw1 .framer-xvhj70, .framer-mbdfr.framer-v-14nx1ib .framer-xvhj70 { flex: none; height: 40px; justify-content: center; width: 100%; }\",\".framer-mbdfr.framer-v-56z6r .framer-76o5lz, .framer-mbdfr.framer-v-5dy4uf .framer-76o5lz, .framer-mbdfr.framer-v-103gaw1 .framer-76o5lz, .framer-mbdfr.framer-v-14nx1ib .framer-76o5lz { flex: 1 0 0px; height: 24px; width: 1px; }\",\".framer-mbdfr.framer-v-56z6r .framer-gmsxri, .framer-mbdfr.framer-v-5dy4uf .framer-gmsxri, .framer-mbdfr.framer-v-103gaw1 .framer-gmsxri { align-content: center; align-items: center; aspect-ratio: 3.75 / 1; bottom: 0px; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: unset; justify-content: center; padding: 0px; width: var(--framer-aspect-ratio-supported, 90px); }\",\".framer-mbdfr.framer-v-56z6r .framer-u3wd4v, .framer-mbdfr.framer-v-103gaw1 .framer-u3wd4v { gap: 8px; }\",\".framer-mbdfr.framer-v-56z6r .framer-nqyk2i, .framer-mbdfr.framer-v-103gaw1 .framer-nqyk2i { cursor: pointer; order: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-mbdfr.framer-v-56z6r .framer-rg7shs, .framer-mbdfr.framer-v-56z6r .framer-achah8, .framer-mbdfr.framer-v-56z6r .framer-gmsxri, .framer-mbdfr.framer-v-56z6r .framer-u3wd4v { gap: 0px; } .framer-mbdfr.framer-v-56z6r .framer-rg7shs > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-mbdfr.framer-v-56z6r .framer-rg7shs > :first-child, .framer-mbdfr.framer-v-56z6r .framer-u3wd4v > :first-child { margin-left: 0px; } .framer-mbdfr.framer-v-56z6r .framer-rg7shs > :last-child, .framer-mbdfr.framer-v-56z6r .framer-u3wd4v > :last-child { margin-right: 0px; } .framer-mbdfr.framer-v-56z6r .framer-achah8 > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-mbdfr.framer-v-56z6r .framer-achah8 > :first-child, .framer-mbdfr.framer-v-56z6r .framer-gmsxri > :first-child { margin-top: 0px; } .framer-mbdfr.framer-v-56z6r .framer-achah8 > :last-child, .framer-mbdfr.framer-v-56z6r .framer-gmsxri > :last-child { margin-bottom: 0px; } .framer-mbdfr.framer-v-56z6r .framer-gmsxri > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-mbdfr.framer-v-56z6r .framer-u3wd4v > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } }\",\".framer-mbdfr.framer-v-5dy4uf.framer-9gjisw, .framer-mbdfr.framer-v-14nx1ib.framer-9gjisw { flex-direction: column; height: min-content; justify-content: flex-start; padding: 0px 8px 0px 8px; width: 768px; }\",\".framer-mbdfr.framer-v-5dy4uf .framer-rg7shs, .framer-mbdfr.framer-v-14nx1ib .framer-rg7shs { height: calc(var(--framer-viewport-height, 100vh) * 1); }\",\".framer-mbdfr.framer-v-5dy4uf .framer-achah8, .framer-mbdfr.framer-v-14nx1ib .framer-achah8 { align-content: flex-start; align-items: flex-start; flex: 1 0 0px; flex-direction: column; gap: 15px; height: calc(var(--framer-viewport-height, 100vh) * 1); justify-content: flex-start; overflow: auto; padding: 12px 8px 12px 8px; width: 1px; z-index: 10; }\",\".framer-mbdfr.framer-v-5dy4uf .framer-1w0rfbw, .framer-mbdfr.framer-v-14nx1ib .framer-1w0rfbw { order: 1; }\",\".framer-mbdfr.framer-v-5dy4uf .framer-1tixcbf, .framer-mbdfr.framer-v-14nx1ib .framer-1tixcbf { cursor: pointer; height: 40px; width: 40px; }\",\".framer-mbdfr.framer-v-5dy4uf .framer-1lpibbh, .framer-mbdfr.framer-v-14nx1ib .framer-1lpibbh { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 24px; width: 100%; }\",\".framer-mbdfr.framer-v-5dy4uf .framer-l38lgj, .framer-mbdfr.framer-v-14nx1ib .framer-l38lgj { flex-direction: column; gap: 12px; width: 100%; }\",\".framer-mbdfr.framer-v-5dy4uf .framer-14mhlyo { order: 1; width: 100%; }\",\".framer-mbdfr.framer-v-5dy4uf .framer-lw3gdv-container, .framer-mbdfr.framer-v-5dy4uf .framer-59uy0h-container, .framer-mbdfr.framer-v-5dy4uf .framer-7sz305-container, .framer-mbdfr.framer-v-5dy4uf .framer-u3pizb-container, .framer-mbdfr.framer-v-5dy4uf .framer-1k4s0u3-container, .framer-mbdfr.framer-v-14nx1ib .framer-lw3gdv-container, .framer-mbdfr.framer-v-14nx1ib .framer-59uy0h-container, .framer-mbdfr.framer-v-14nx1ib .framer-7sz305-container, .framer-mbdfr.framer-v-14nx1ib .framer-u3pizb-container, .framer-mbdfr.framer-v-14nx1ib .framer-1k4s0u3-container { width: 100%; }\",\".framer-mbdfr.framer-v-5dy4uf .framer-gr9ln5 { order: 2; width: 100%; }\",\".framer-mbdfr.framer-v-5dy4uf .framer-wbcwl4, .framer-mbdfr.framer-v-14nx1ib .framer-wbcwl4 { order: 4; width: 100%; }\",\".framer-mbdfr.framer-v-5dy4uf .framer-90tbre, .framer-mbdfr.framer-v-14nx1ib .framer-90tbre { order: 5; width: 100%; }\",\".framer-mbdfr.framer-v-5dy4uf .framer-xxdvnl, .framer-mbdfr.framer-v-14nx1ib .framer-xxdvnl { order: 6; width: 100%; }\",\".framer-mbdfr.framer-v-5dy4uf .framer-tbj2c8, .framer-mbdfr.framer-v-14nx1ib .framer-tbj2c8 { order: 0; width: 100%; }\",\".framer-mbdfr.framer-v-5dy4uf .framer-1aak3b1, .framer-mbdfr.framer-v-14nx1ib .framer-1aak3b1 { flex-direction: column; width: 100%; }\",\".framer-mbdfr.framer-v-5dy4uf .framer-s9oaos, .framer-mbdfr.framer-v-14nx1ib .framer-s9oaos { justify-content: center; width: 100%; }\",\".framer-mbdfr.framer-v-5dy4uf .framer-1ed5lco-container, .framer-mbdfr.framer-v-14nx1ib .framer-1ed5lco-container { flex: 1 0 0px; height: 66px; width: 1px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-mbdfr.framer-v-5dy4uf.framer-9gjisw, .framer-mbdfr.framer-v-5dy4uf .framer-achah8, .framer-mbdfr.framer-v-5dy4uf .framer-gmsxri, .framer-mbdfr.framer-v-5dy4uf .framer-1lpibbh, .framer-mbdfr.framer-v-5dy4uf .framer-l38lgj, .framer-mbdfr.framer-v-5dy4uf .framer-1aak3b1 { gap: 0px; } .framer-mbdfr.framer-v-5dy4uf.framer-9gjisw > *, .framer-mbdfr.framer-v-5dy4uf .framer-gmsxri > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-mbdfr.framer-v-5dy4uf.framer-9gjisw > :first-child, .framer-mbdfr.framer-v-5dy4uf .framer-achah8 > :first-child, .framer-mbdfr.framer-v-5dy4uf .framer-gmsxri > :first-child, .framer-mbdfr.framer-v-5dy4uf .framer-1lpibbh > :first-child, .framer-mbdfr.framer-v-5dy4uf .framer-l38lgj > :first-child, .framer-mbdfr.framer-v-5dy4uf .framer-1aak3b1 > :first-child { margin-top: 0px; } .framer-mbdfr.framer-v-5dy4uf.framer-9gjisw > :last-child, .framer-mbdfr.framer-v-5dy4uf .framer-achah8 > :last-child, .framer-mbdfr.framer-v-5dy4uf .framer-gmsxri > :last-child, .framer-mbdfr.framer-v-5dy4uf .framer-1lpibbh > :last-child, .framer-mbdfr.framer-v-5dy4uf .framer-l38lgj > :last-child, .framer-mbdfr.framer-v-5dy4uf .framer-1aak3b1 > :last-child { margin-bottom: 0px; } .framer-mbdfr.framer-v-5dy4uf .framer-achah8 > * { margin: 0px; margin-bottom: calc(15px / 2); margin-top: calc(15px / 2); } .framer-mbdfr.framer-v-5dy4uf .framer-1lpibbh > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-mbdfr.framer-v-5dy4uf .framer-l38lgj > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-mbdfr.framer-v-5dy4uf .framer-1aak3b1 > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } }\",\".framer-mbdfr.framer-v-103gaw1 .framer-rg7shs { flex: 1 0 0px; height: 52px; width: 1px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-mbdfr.framer-v-103gaw1 .framer-achah8, .framer-mbdfr.framer-v-103gaw1 .framer-gmsxri, .framer-mbdfr.framer-v-103gaw1 .framer-u3wd4v { gap: 0px; } .framer-mbdfr.framer-v-103gaw1 .framer-achah8 > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-mbdfr.framer-v-103gaw1 .framer-achah8 > :first-child, .framer-mbdfr.framer-v-103gaw1 .framer-gmsxri > :first-child { margin-top: 0px; } .framer-mbdfr.framer-v-103gaw1 .framer-achah8 > :last-child, .framer-mbdfr.framer-v-103gaw1 .framer-gmsxri > :last-child { margin-bottom: 0px; } .framer-mbdfr.framer-v-103gaw1 .framer-gmsxri > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-mbdfr.framer-v-103gaw1 .framer-u3wd4v > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-mbdfr.framer-v-103gaw1 .framer-u3wd4v > :first-child { margin-left: 0px; } .framer-mbdfr.framer-v-103gaw1 .framer-u3wd4v > :last-child { margin-right: 0px; } }\",\".framer-mbdfr.framer-v-14nx1ib .framer-gmsxri { align-content: center; align-items: center; aspect-ratio: 3.7291666666666665 / 1; bottom: 0px; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: unset; justify-content: center; padding: 0px; width: var(--framer-aspect-ratio-supported, 89px); }\",\".framer-mbdfr.framer-v-14nx1ib .framer-14mhlyo { cursor: pointer; order: 1; width: 100%; }\",\".framer-mbdfr.framer-v-14nx1ib .framer-gr9ln5 { cursor: pointer; order: 2; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-mbdfr.framer-v-14nx1ib.framer-9gjisw, .framer-mbdfr.framer-v-14nx1ib .framer-achah8, .framer-mbdfr.framer-v-14nx1ib .framer-gmsxri, .framer-mbdfr.framer-v-14nx1ib .framer-1lpibbh, .framer-mbdfr.framer-v-14nx1ib .framer-l38lgj, .framer-mbdfr.framer-v-14nx1ib .framer-1aak3b1 { gap: 0px; } .framer-mbdfr.framer-v-14nx1ib.framer-9gjisw > *, .framer-mbdfr.framer-v-14nx1ib .framer-gmsxri > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-mbdfr.framer-v-14nx1ib.framer-9gjisw > :first-child, .framer-mbdfr.framer-v-14nx1ib .framer-achah8 > :first-child, .framer-mbdfr.framer-v-14nx1ib .framer-gmsxri > :first-child, .framer-mbdfr.framer-v-14nx1ib .framer-1lpibbh > :first-child, .framer-mbdfr.framer-v-14nx1ib .framer-l38lgj > :first-child, .framer-mbdfr.framer-v-14nx1ib .framer-1aak3b1 > :first-child { margin-top: 0px; } .framer-mbdfr.framer-v-14nx1ib.framer-9gjisw > :last-child, .framer-mbdfr.framer-v-14nx1ib .framer-achah8 > :last-child, .framer-mbdfr.framer-v-14nx1ib .framer-gmsxri > :last-child, .framer-mbdfr.framer-v-14nx1ib .framer-1lpibbh > :last-child, .framer-mbdfr.framer-v-14nx1ib .framer-l38lgj > :last-child, .framer-mbdfr.framer-v-14nx1ib .framer-1aak3b1 > :last-child { margin-bottom: 0px; } .framer-mbdfr.framer-v-14nx1ib .framer-achah8 > * { margin: 0px; margin-bottom: calc(15px / 2); margin-top: calc(15px / 2); } .framer-mbdfr.framer-v-14nx1ib .framer-1lpibbh > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-mbdfr.framer-v-14nx1ib .framer-l38lgj > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-mbdfr.framer-v-14nx1ib .framer-1aak3b1 > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 100\n * @framerIntrinsicWidth 1304\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"ZGem50jY3\":{\"layout\":[\"fixed\",\"fixed\"]},\"BqHULxhpN\":{\"layout\":[\"fixed\",\"fixed\"]},\"LNbUNcb35\":{\"layout\":[\"fixed\",\"auto\"]},\"SqDZG1BdL\":{\"layout\":[\"fixed\",\"fixed\"]},\"kSSbFmb45\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"As2tPxeEB\":\"logo\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framercp8AiTRhj=withCSS(Component,css,\"framer-mbdfr\");export default Framercp8AiTRhj;Framercp8AiTRhj.displayName=\"Header_basic\";Framercp8AiTRhj.defaultProps={height:100,width:1304};addPropertyControls(Framercp8AiTRhj,{variant:{options:[\"SCJF3aaui\",\"ZGem50jY3\",\"BqHULxhpN\",\"LNbUNcb35\",\"SqDZG1BdL\",\"kSSbFmb45\"],optionTitles:[\"desktop\",\"desktop blur\",\"mobile closed\",\"mobile open\",\"mobile closed Blur\",\"mobile open for Blur\"],title:\"Variant\",type:ControlType.Enum},As2tPxeEB:{__defaultAssetReference:\"data:framer/asset-reference,DvGoDuqHToMBuVcmnGz5366tw.svg?originalFilename=Horizontal+logo+%281%29.svg&preferredSize=auto\",description:\"\",title:\"Logo\",type:ControlType.ResponsiveImage}});addFonts(Framercp8AiTRhj,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...Header_menuItemFonts,...LocaleSelectorFonts,...Header_menu_ButtonFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framercp8AiTRhj\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"1304\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"100\",\"framerVariables\":\"{\\\"As2tPxeEB\\\":\\\"logo\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"ZGem50jY3\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"BqHULxhpN\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"LNbUNcb35\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"SqDZG1BdL\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"kSSbFmb45\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (c56cc2c)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const enabledGestures={jGctCzTuQ:{hover:true},TLtXnOw_H:{hover:true},uyQRKVJqQ:{hover:true}};const cycleOrder=[\"jGctCzTuQ\",\"uyQRKVJqQ\",\"TLtXnOw_H\"];const serializationHash=\"framer-lKKgn\";const variantClassNames={jGctCzTuQ:\"framer-v-ipe0kw\",TLtXnOw_H:\"framer-v-11y4wyx\",uyQRKVJqQ:\"framer-v-17wn8tw\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"jGctCzTuQ\",\"Variant 2\":\"uyQRKVJqQ\",\"Variant 3\":\"TLtXnOw_H\"};const getProps=({background,border,height,hoverBackground2,id,link,opacity,text,width,...props})=>{var _ref,_ref1,_ref2,_ref3,_humanReadableVariantMap_props_variant,_ref4,_ref5;return{...props,gfNT7tIFd:(_ref=border!==null&&border!==void 0?border:props.gfNT7tIFd)!==null&&_ref!==void 0?_ref:{borderColor:\"rgb(108, 110, 254)\",borderStyle:\"solid\",borderWidth:1},koz0fuSjE:(_ref1=background!==null&&background!==void 0?background:props.koz0fuSjE)!==null&&_ref1!==void 0?_ref1:\"rgb(108, 110, 254)\",PGVS3rBkf:(_ref2=opacity!==null&&opacity!==void 0?opacity:props.PGVS3rBkf)!==null&&_ref2!==void 0?_ref2:.8,PmpBjJUAD:(_ref3=text!==null&&text!==void 0?text:props.PmpBjJUAD)!==null&&_ref3!==void 0?_ref3:\"Get started\",u94TldanC:link!==null&&link!==void 0?link:props.u94TldanC,variant:(_ref4=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref4!==void 0?_ref4:\"jGctCzTuQ\",vi39ZFgRB:(_ref5=hoverBackground2!==null&&hoverBackground2!==void 0?hoverBackground2:props.vi39ZFgRB)!==null&&_ref5!==void 0?_ref5:\"rgb(255, 255, 255)\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,PmpBjJUAD,koz0fuSjE,gfNT7tIFd,PGVS3rBkf,vi39ZFgRB,u94TldanC,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"jGctCzTuQ\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();var _gfNT7tIFd_borderBottomWidth,_gfNT7tIFd_borderLeftWidth,_gfNT7tIFd_borderRightWidth,_gfNT7tIFd_borderTopWidth;return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:u94TldanC,nodeId:\"jGctCzTuQ\",openInNewTab:true,children:/*#__PURE__*/_jsx(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-ipe0kw\",className,classNames)} framer-9z7j6m`,\"data-border\":true,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"jGctCzTuQ\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(255, 255, 255)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,opacity:1,...style},variants:{\"jGctCzTuQ-hover\":{backgroundColor:\"rgb(255, 255, 255)\"},\"TLtXnOw_H-hover\":{backgroundColor:vi39ZFgRB,opacity:PGVS3rBkf},TLtXnOw_H:{\"--border-bottom-width\":`${(_gfNT7tIFd_borderBottomWidth=gfNT7tIFd.borderBottomWidth)!==null&&_gfNT7tIFd_borderBottomWidth!==void 0?_gfNT7tIFd_borderBottomWidth:gfNT7tIFd.borderWidth}px`,\"--border-color\":gfNT7tIFd.borderColor,\"--border-left-width\":`${(_gfNT7tIFd_borderLeftWidth=gfNT7tIFd.borderLeftWidth)!==null&&_gfNT7tIFd_borderLeftWidth!==void 0?_gfNT7tIFd_borderLeftWidth:gfNT7tIFd.borderWidth}px`,\"--border-right-width\":`${(_gfNT7tIFd_borderRightWidth=gfNT7tIFd.borderRightWidth)!==null&&_gfNT7tIFd_borderRightWidth!==void 0?_gfNT7tIFd_borderRightWidth:gfNT7tIFd.borderWidth}px`,\"--border-style\":gfNT7tIFd.borderStyle,\"--border-top-width\":`${(_gfNT7tIFd_borderTopWidth=gfNT7tIFd.borderTopWidth)!==null&&_gfNT7tIFd_borderTopWidth!==void 0?_gfNT7tIFd_borderTopWidth:gfNT7tIFd.borderWidth}px`,backgroundColor:koz0fuSjE},uyQRKVJqQ:{backgroundColor:\"rgb(255, 255, 255)\",opacity:.9}},...addPropertyOverrides({\"jGctCzTuQ-hover\":{\"data-framer-name\":undefined},\"TLtXnOw_H-hover\":{\"data-framer-name\":undefined},\"uyQRKVJqQ-hover\":{\"data-framer-name\":undefined},TLtXnOw_H:{\"data-framer-name\":\"Variant 3\"},uyQRKVJqQ:{\"data-framer-name\":\"Variant 2\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TWFucm9wZS01MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"125%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Get started\"})}),className:\"framer-dau4sy\",\"data-framer-name\":\"Content\",fonts:[\"GF;Manrope-500\"],layoutDependency:layoutDependency,layoutId:\"zKUA_4JvM\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},text:PmpBjJUAD,variants:{\"jGctCzTuQ-hover\":{\"--extracted-r6o4lv\":\"rgb(18, 18, 18)\"},uyQRKVJqQ:{\"--extracted-r6o4lv\":\"rgb(18, 18, 18)\"}},verticalAlignment:\"center\",withExternalLayout:true,...addPropertyOverrides({\"jGctCzTuQ-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TWFucm9wZS01MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"125%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(18, 18, 18))\"},children:\"Get started\"})})},uyQRKVJqQ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TWFucm9wZS01MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"125%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(18, 18, 18))\"},children:\"Get started\"})})}},baseVariant,gestureVariant)})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-lKKgn.framer-9z7j6m, .framer-lKKgn .framer-9z7j6m { display: block; }\",\".framer-lKKgn.framer-ipe0kw { 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: 20px 40px 20px 40px; position: relative; text-decoration: none; width: min-content; }\",\".framer-lKKgn .framer-dau4sy { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-lKKgn.framer-ipe0kw { gap: 0px; } .framer-lKKgn.framer-ipe0kw > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-lKKgn.framer-ipe0kw > :first-child { margin-left: 0px; } .framer-lKKgn.framer-ipe0kw > :last-child { margin-right: 0px; } }\",'.framer-lKKgn[data-border=\"true\"]::after, .framer-lKKgn [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 60\n * @framerIntrinsicWidth 166\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"uyQRKVJqQ\":{\"layout\":[\"auto\",\"auto\"]},\"TLtXnOw_H\":{\"layout\":[\"auto\",\"auto\"]},\"UNCyit5TJ\":{\"layout\":[\"auto\",\"auto\"]},\"oBiaG1Kph\":{\"layout\":[\"auto\",\"auto\"]},\"y2kuCHkjg\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"PmpBjJUAD\":\"text\",\"koz0fuSjE\":\"background\",\"gfNT7tIFd\":\"border\",\"PGVS3rBkf\":\"opacity\",\"vi39ZFgRB\":\"hoverBackground2\",\"u94TldanC\":\"link\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerE1fRMXDak=withCSS(Component,css,\"framer-lKKgn\");export default FramerE1fRMXDak;FramerE1fRMXDak.displayName=\"Button_main_outline\";FramerE1fRMXDak.defaultProps={height:60,width:166};addPropertyControls(FramerE1fRMXDak,{variant:{options:[\"jGctCzTuQ\",\"uyQRKVJqQ\",\"TLtXnOw_H\"],optionTitles:[\"Variant 1\",\"Variant 2\",\"Variant 3\"],title:\"Variant\",type:ControlType.Enum},PmpBjJUAD:{defaultValue:\"Get started\",displayTextArea:false,title:\"Text\",type:ControlType.String},koz0fuSjE:{defaultValue:\"rgb(108, 110, 254)\",title:\"Background\",type:ControlType.Color},gfNT7tIFd:{defaultValue:{borderColor:\"rgb(108, 110, 254)\",borderStyle:\"solid\",borderWidth:1},title:\"Border\",type:ControlType.Border},PGVS3rBkf:{defaultValue:.8,max:1,min:0,step:.01,title:\"Opacity\",type:ControlType.Number},vi39ZFgRB:{defaultValue:\"rgb(255, 255, 255)\",title:\"hover Background 2\",type:ControlType.Color},u94TldanC:{title:\"Link\",type:ControlType.Link}});addFonts(FramerE1fRMXDak,[{explicitInter:true,fonts:[{family:\"Manrope\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/manrope/v15/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk7PFO_A87jxeN7B.woff2\",weight:\"500\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerE1fRMXDak\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"PmpBjJUAD\\\":\\\"text\\\",\\\"koz0fuSjE\\\":\\\"background\\\",\\\"gfNT7tIFd\\\":\\\"border\\\",\\\"PGVS3rBkf\\\":\\\"opacity\\\",\\\"vi39ZFgRB\\\":\\\"hoverBackground2\\\",\\\"u94TldanC\\\":\\\"link\\\"}\",\"framerIntrinsicHeight\":\"60\",\"framerIntrinsicWidth\":\"166\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"uyQRKVJqQ\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"TLtXnOw_H\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"UNCyit5TJ\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"oBiaG1Kph\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"y2kuCHkjg\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./E1fRMXDak.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\":\"R0Y7TWFucm9wZS01MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"125%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(182, 183, 188))\"},children:\"Ventas\"})});export const v1=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TWFucm9wZS01MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(181, 183, 193))\"},children:\"Pol\\xedtica de cookies\"})});export const v2=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TWFucm9wZS01MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(181, 183, 193))\"},children:\"\\xc1rea del cliente\"})});\nexport const __FramerMetadata__ = {\"exports\":{\"v2\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v0\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v1\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "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\":\"R0Y7TWFucm9wZS01MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"125%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(182, 183, 188))\"},children:\"\u9500\u552E\"})});export const v1=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TWFucm9wZS01MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(181, 183, 193))\"},children:\"Cookie \u653F\u7B56 \"})});export const v2=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TWFucm9wZS01MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(181, 183, 193))\"},children:\"\u9690\u79C1\u653F\u7B56\"})});\nexport const __FramerMetadata__ = {\"exports\":{\"v0\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v2\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v1\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "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\":\"R0Y7TWFucm9wZS01MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"125%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(182, 183, 188))\"},children:\"\u0627\u0644\u0645\u0628\u064A\u0639\u0627\u062A\"})});export const v1=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TWFucm9wZS01MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(181, 183, 193))\"},children:\"\u0633\u064A\u0627\u0633\u0629 \u0645\u0644\u0641\u0627\u062A \u0627\u0644\u0627\u0631\u062A\u0628\u0627\u0637\"})});export const v2=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TWFucm9wZS01MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(181, 183, 193))\"},children:\"\u0645\u0646\u0637\u0642\u0629 \u0627\u0644\u0639\u0645\u064A\u0644\"})});\nexport const __FramerMetadata__ = {\"exports\":{\"v2\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v1\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v0\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (ca9141d)\nimport*as localizedValues from\"./Sqkz3U9LL-0.js\";import*as localizedValues1 from\"./Sqkz3U9LL-1.js\";import*as localizedValues2 from\"./Sqkz3U9LL-2.js\";const valuesByLocaleId={ePRnWgCwc:localizedValues,VzvgT2b0I:localizedValues1,WfbSy9Hv2:localizedValues2};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 (ca9141d)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Image,Link,RichText,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import getLocalizedValue from\"https://framerusercontent.com/modules/NMQQt8tkrvjJvFcf8Eqk/J3z8PbfjVk9xBTfayFp4/Sqkz3U9LL.js\";const cycleOrder=[\"NXwxoKHtp\",\"yFpfpdHAv\",\"OMeL25GQs\"];const serializationHash=\"framer-zkCdo\";const variantClassNames={NXwxoKHtp:\"framer-v-18b2t0r\",OMeL25GQs:\"framer-v-38wykn\",yFpfpdHAv:\"framer-v-j1oyb1\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"1440\":\"NXwxoKHtp\",\"375\":\"OMeL25GQs\",\"768\":\"yFpfpdHAv\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"NXwxoKHtp\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"NXwxoKHtp\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();var _getLocalizedValue,_getLocalizedValue1,_getLocalizedValue2;return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-18b2t0r\",className,classNames),\"data-framer-name\":\"1440\",layoutDependency:layoutDependency,layoutId:\"NXwxoKHtp\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({OMeL25GQs:{\"data-framer-name\":\"375\"},yFpfpdHAv:{\"data-framer-name\":\"768\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-8ubrj1\",\"data-framer-name\":\"Contact line\",layoutDependency:layoutDependency,layoutId:\"fPxDRo1qK\",style:{backgroundColor:\"rgb(245, 245, 248)\"},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-11b5dvg\",\"data-framer-name\":\"Contact line\",layoutDependency:layoutDependency,layoutId:\"ZmH7Y59FV\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1xik62a\",\"data-framer-name\":\"Contacts\",layoutDependency:layoutDependency,layoutId:\"R60UGr490\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ch317p\",layoutDependency:layoutDependency,layoutId:\"sLTb02BCN\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:20.5,intrinsicWidth:64.5,pixelHeight:41,pixelWidth:129,src:\"https://framerusercontent.com/images/SP5sf5g8QlnWCRzFk8piUV6r6dw.svg\"},className:\"framer-eu4kb5\",\"data-framer-name\":\"Frame 1321315441\",layoutDependency:layoutDependency,layoutId:\"ZkTrWdr_5\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1whnurn\",layoutDependency:layoutDependency,layoutId:\"BElIuwR9s\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1bq8bi2\",\"data-framer-name\":\"Eyebrow + Content\",layoutDependency:layoutDependency,layoutId:\"sefhVQDA2\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-l0w77h\",\"data-framer-name\":\"\u2756 EyeBrow\",layoutDependency:layoutDependency,layoutId:\"cFazPgg23\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue=getLocalizedValue(\"v0\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TWFucm9wZS01MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"125%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(182, 183, 188))\"},children:\"Sales\"})}),className:\"framer-oqprsa\",\"data-framer-name\":\"Content\",fonts:[\"GF;Manrope-500\"],layoutDependency:layoutDependency,layoutId:\"ZccXTa1ou\",style:{\"--extracted-r6o4lv\":\"rgb(182, 183, 188)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TWFucm9wZS1yZWd1bGFy\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(31, 34, 40))\"},children:\"sales@b2broker.com\"})}),className:\"framer-uedjw\",\"data-framer-name\":\"Content\",fonts:[\"GF;Manrope-regular\"],layoutDependency:layoutDependency,layoutId:\"Q06MdbTXk\",style:{\"--extracted-r6o4lv\":\"rgb(31, 34, 40)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"center\",withExternalLayout:true})]})})]})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-mw9rso\",\"data-framer-name\":\"Legal + Social media\",layoutDependency:layoutDependency,layoutId:\"PQdSvUIab\",style:{backgroundColor:\"rgb(245, 245, 248)\"},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ykbco1\",\"data-framer-name\":\"Legal + Social media\",layoutDependency:layoutDependency,layoutId:\"KSqEZWe__\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-28smhw\",\"data-framer-name\":\"Legal + buttons\",layoutDependency:layoutDependency,layoutId:\"fiGj3eqih\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-14vwjzg\",\"data-framer-name\":\"Legal\",layoutDependency:layoutDependency,layoutId:\"zQjYuG0fB\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1sxfh8q\",\"data-framer-name\":\"Frame 1321315432\",layoutDependency:layoutDependency,layoutId:\"V98f19rIN\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-g4adil\",\"data-framer-name\":\"Frame 1321315428\",layoutDependency:layoutDependency,layoutId:\"tJmKwNLYD\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1dwv8tv\",\"data-framer-name\":\"Social media\",layoutDependency:layoutDependency,layoutId:\"NVSfZ4pVk\",children:[/*#__PURE__*/_jsx(Link,{href:\"https://twitter.com/b2broker_net\",nodeId:\"CxTntrsRc\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-rjtugl framer-95zn1u\",\"data-framer-name\":\"\u2756 Button w icon\",fill:\"black\",intrinsicHeight:16,intrinsicWidth:16,layoutDependency:layoutDependency,layoutId:\"CxTntrsRc\",svg:'<svg width=\"16\" height=\"16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M9.524 6.777 15.48 0h-1.41L8.895 5.883 4.765.001H0l6.247 8.896L0 16h1.411l5.462-6.213L11.235 16H16M1.92 1.042h2.17l9.98 13.969H11.9\" fill=\"#B5B7C1\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.linkedin.com/company/b2broker\",nodeId:\"IoMgcmjIK\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-ocio3k framer-95zn1u\",\"data-framer-name\":\"Icon-LinkedIn\",fill:\"black\",intrinsicHeight:16,intrinsicWidth:16,layoutDependency:layoutDependency,layoutId:\"IoMgcmjIK\",svg:'<svg width=\"16\" height=\"16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><g clip-path=\"url(#a)\"><path d=\"M3.32 1.74c0 .96-.74 1.74-1.653 1.74C.753 3.48.013 2.7.013 1.74S.753.001 1.667.001c.913 0 1.653.78 1.653 1.74Zm.013 3.13H0v11.131h3.333V4.871Zm5.322 0H5.343v11.131h3.312v-5.843c0-3.248 4.02-3.514 4.02 0v5.843H16V8.953c0-5.481-5.948-5.282-7.345-2.583v-1.5Z\" fill=\"#B5B7C1\"/></g><defs><clipPath id=\"a\"><path fill=\"#fff\" transform=\"translate(0 .001)\" d=\"M0 0h16v16H0z\"/></clipPath></defs></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(Link,{href:\"https://t.me/b2broker\",nodeId:\"FRphZK8sL\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-19qhb04 framer-95zn1u\",\"data-framer-name\":\"Icon-Telegram\",fill:\"black\",intrinsicHeight:16,intrinsicWidth:16,layoutDependency:layoutDependency,layoutId:\"FRphZK8sL\",svg:'<svg width=\"16\" height=\"16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><g clip-path=\"url(#a)\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.256 14.787a.79.79 0 0 0 .738.096.773.773 0 0 0 .483-.56c.579-2.722 1.984-9.613 2.512-12.09a.52.52 0 0 0-.174-.505.534.534 0 0 0-.531-.093C12.489 2.669 3.88 5.899.362 7.2A.551.551 0 0 0 0 7.734c.008.236.167.44.396.509 1.578.472 3.649 1.129 3.649 1.129s.968 2.923 1.472 4.41c.064.186.21.333.402.384a.578.578 0 0 0 .541-.138l2.064-1.95s2.381 1.747 3.732 2.709Zm-7.34-5.785 1.12 3.692.248-2.338 6.79-6.124a.185.185 0 0 0 .022-.25.19.19 0 0 0-.25-.044l-7.93 5.064Z\" fill=\"#B5B7C1\"/></g><defs><clipPath id=\"a\"><path fill=\"#fff\" transform=\"translate(0 .001)\" d=\"M0 0h16v16H0z\"/></clipPath></defs></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.youtube.com/channel/UC4KhGwIE_hoteTMqNjarBVw/featured\",nodeId:\"eikyo0yAf\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-1quhfbf framer-95zn1u\",\"data-framer-name\":\"Icon-Youtube\",fill:\"black\",intrinsicHeight:16,intrinsicWidth:16,layoutDependency:layoutDependency,layoutId:\"eikyo0yAf\",svg:'<svg width=\"16\" height=\"16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><g clip-path=\"url(#a)\"><path d=\"M15.662 4.15a2 2 0 0 0-1.41-1.412C13.004 2.401 8 2.401 8 2.401s-5.005 0-6.251.337A2 2 0 0 0 .338 4.149 20.647 20.647 0 0 0 0 8.001a20.646 20.646 0 0 0 .338 3.851 2 2 0 0 0 1.41 1.412C2.996 13.6 8 13.6 8 13.6s5.005 0 6.251-.337a2 2 0 0 0 1.411-1.412c.233-1.27.346-2.56.338-3.851a20.649 20.649 0 0 0-.338-3.852ZM6.4 10.4V5.6L10.554 8 6.4 10.4Z\" fill=\"#B5B7C1\"/></g><defs><clipPath id=\"a\"><path fill=\"#fff\" transform=\"translate(0 .001)\" d=\"M0 0h16v16H0z\"/></clipPath></defs></svg>',withExternalLayout:true})})]})}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1ii6y8o\",\"data-framer-name\":\"Line 159\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:4,intrinsicWidth:1258,layoutDependency:layoutDependency,layoutId:\"VmZy2djQx\",svg:'<svg width=\"1258\" height=\"4\" viewBox=\"-1 -1 1258 4\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<line y1=\"1.31152\" x2=\"1256\" y2=\"1.31152\" stroke=\"#E5E5E8\"/>\\n</svg>\\n',withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TWFucm9wZS1yZWd1bGFy\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(182, 183, 188))\"},children:/*#__PURE__*/_jsx(motion.strong,{children:\"B2B FINTECH SOFTWARE SYSTEMS GROUP LIMITED\"})}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TWFucm9wZS1yZWd1bGFy\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"var(--extracted-2gxw0f, rgb(182, 183, 188))\"},children:/*#__PURE__*/_jsx(motion.br,{className:\"trailing-break\"})}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TWFucm9wZS1yZWd1bGFy\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"var(--extracted-1iakedh, rgb(182, 183, 188))\"},children:/*#__PURE__*/_jsx(motion.strong,{children:\"\\xa9 2025 B2CORE is a registered trademark. All rights reserved.\"})}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TWFucm9wZS1yZWd1bGFy\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"var(--extracted-14qxiz, rgb(182, 183, 188))\"},children:/*#__PURE__*/_jsx(motion.br,{className:\"trailing-break\"})}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TWFucm9wZS1yZWd1bGFy\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"var(--extracted-ydz9fi, rgb(182, 183, 188))\"},children:\"Other than B2CORE, all third-party company names, logos, brands, and trademarks displayed are the property of the respective brand owners. We are not affiliated with or endorse such companies. Unauthorized use, reproduction, distribution, or modification of this trademark and other trademarks mentioned on this website or its content is strictly prohibited without the prior written consent of B2B FINTECH SOFTWARE SYSTEMS GROUP LIMITED.\"}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TWFucm9wZS1yZWd1bGFy\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"var(--extracted-1yfvjw7, rgb(182, 183, 188))\"},children:/*#__PURE__*/_jsx(motion.br,{className:\"trailing-break\"})}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TWFucm9wZS1yZWd1bGFy\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"var(--extracted-8vgz36, rgb(182, 183, 188))\"},children:/*#__PURE__*/_jsx(motion.strong,{children:\"Legal Information:\"})}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TWFucm9wZS1yZWd1bGFy\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"var(--extracted-t2ptvp, rgb(182, 183, 188))\"},children:/*#__PURE__*/_jsx(motion.br,{className:\"trailing-break\"})}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TWFucm9wZS1yZWd1bGFy\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"var(--extracted-1jpqyj2, rgb(182, 183, 188))\"},children:\"This website is published by B2B FINTECH SOFTWARE SYSTEMS GROUP LIMITED (\u201Cthe Company\u201D), registered in the Republic of Cyprus (Registration No: HE 384930), with its principal place of business at Georgiou Kaningos 1, PAMELVA COURT, Flat/Office 105, 3105 Limassol, Cyprus.\"}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TWFucm9wZS1yZWd1bGFy\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"var(--extracted-f9af1q, rgb(182, 183, 188))\"},children:\"\u201CB2Core\u201D software, including all its modules, components, codebase, and associated intellectual property, is the exclusive property of B2B FINTECH SOFTWARE SYSTEMS GROUP LIMITED.\"}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TWFucm9wZS1yZWd1bGFy\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"var(--extracted-i57awu, rgb(182, 183, 188))\"},children:/*#__PURE__*/_jsx(motion.br,{className:\"trailing-break\"})}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TWFucm9wZS1yZWd1bGFy\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"var(--extracted-httz1r, rgb(182, 183, 188))\"},children:/*#__PURE__*/_jsx(motion.strong,{children:\"Disclaimers:\"})}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TWFucm9wZS1yZWd1bGFy\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"var(--extracted-1s8lkzu, rgb(182, 183, 188))\"},children:/*#__PURE__*/_jsx(motion.br,{className:\"trailing-break\"})}),/*#__PURE__*/_jsx(motion.ul,{style:{\"--font-selector\":\"R0Y7TWFucm9wZS1yZWd1bGFy\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"var(--extracted-2vxg6p, rgb(182, 183, 188))\"},children:/*#__PURE__*/_jsx(motion.li,{children:/*#__PURE__*/_jsxs(motion.p,{children:[/*#__PURE__*/_jsx(motion.strong,{children:\"No Financial Advice:\"}),\" The content of this website is provided for informational purposes only and does not constitute financial, legal, or investment advice. Users should seek independent professional advice tailored to their individual circumstances before making any financial decisions.\"]})})}),/*#__PURE__*/_jsx(motion.ul,{style:{\"--font-selector\":\"R0Y7TWFucm9wZS1yZWd1bGFy\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"var(--extracted-1pbyfty, rgb(182, 183, 188))\"},children:/*#__PURE__*/_jsx(motion.li,{children:/*#__PURE__*/_jsxs(motion.p,{children:[/*#__PURE__*/_jsx(motion.strong,{children:\"No Financial Services:\"}),\" The Company provides IT solutions only and does not offer any financial, investment, or trading services. Any financial activities conducted by users through third-party integrations or platforms are entirely independent of the Company.\"]})})}),/*#__PURE__*/_jsx(motion.ul,{style:{\"--font-selector\":\"R0Y7TWFucm9wZS1yZWd1bGFy\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"var(--extracted-tx4z16, rgb(182, 183, 188))\"},children:/*#__PURE__*/_jsx(motion.li,{children:/*#__PURE__*/_jsxs(motion.p,{children:[/*#__PURE__*/_jsx(motion.strong,{children:\"No Public Offering:\"}),\" The information and materials on this website are not intended to constitute an offer or solicitation for the sale or purchase of any securities, financial instruments, or services in any jurisdiction where such activities are prohibited.\"]})})}),/*#__PURE__*/_jsx(motion.ul,{style:{\"--font-selector\":\"R0Y7TWFucm9wZS1yZWd1bGFy\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"var(--extracted-vlwxin, rgb(182, 183, 188))\"},children:/*#__PURE__*/_jsx(motion.li,{children:/*#__PURE__*/_jsxs(motion.p,{children:[/*#__PURE__*/_jsx(motion.strong,{children:\"No Liability:\"}),\" The Company accepts no responsibility or liability for any direct, indirect, or consequential losses arising from the use of this website or its content.\"]})})}),/*#__PURE__*/_jsx(motion.ul,{style:{\"--font-selector\":\"R0Y7TWFucm9wZS1yZWd1bGFy\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"var(--extracted-bcgzwv, rgb(182, 183, 188))\"},children:/*#__PURE__*/_jsxs(motion.li,{children:[/*#__PURE__*/_jsxs(motion.p,{children:[/*#__PURE__*/_jsx(motion.strong,{children:\"Content Disclaimer:\"}),\" This website is provided \u201Cas is\u201D and may contain errors, inaccuracies, or outdated information. The Company does not warrant the completeness, reliability, or suitability of the information provided.\"]}),/*#__PURE__*/_jsx(motion.p,{children:/*#__PURE__*/_jsx(motion.br,{className:\"trailing-break\"})})]})}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TWFucm9wZS1yZWd1bGFy\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"var(--extracted-1ma9td8, rgb(182, 183, 188))\"},children:/*#__PURE__*/_jsx(motion.strong,{children:\"Compliance Statements:\"})}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TWFucm9wZS1yZWd1bGFy\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"var(--extracted-t3qmyz, rgb(182, 183, 188))\"},children:/*#__PURE__*/_jsx(motion.br,{className:\"trailing-break\"})}),/*#__PURE__*/_jsx(motion.ul,{style:{\"--font-selector\":\"R0Y7TWFucm9wZS1yZWd1bGFy\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"var(--extracted-v1uuod, rgb(182, 183, 188))\"},children:/*#__PURE__*/_jsx(motion.li,{children:/*#__PURE__*/_jsxs(motion.p,{children:[\"GDPR Compliance: The Company complies with the General Data Protection Regulation (GDPR). For details on data handling, please refer to our \",/*#__PURE__*/_jsx(Link,{href:\"https://b2btech.atlassian.net/browse/WEB-26991#\",nodeId:\"pq0O9JUjy\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{children:/*#__PURE__*/_jsx(motion.strong,{children:\"Privacy Policy\"})})}),\".\"]})})}),/*#__PURE__*/_jsx(motion.ul,{style:{\"--font-selector\":\"R0Y7TWFucm9wZS1yZWd1bGFy\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"var(--extracted-b6kv68, rgb(182, 183, 188))\"},children:/*#__PURE__*/_jsx(motion.li,{children:/*#__PURE__*/_jsxs(motion.p,{children:[\"Cookies: By using this website, you agree to our use of cookies as outlined in our \",/*#__PURE__*/_jsx(Link,{href:\"https://b2btech.atlassian.net/browse/WEB-26991#\",nodeId:\"pq0O9JUjy\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{children:/*#__PURE__*/_jsx(motion.strong,{children:\"Cookie Policy\"})})}),\".\"]})})}),/*#__PURE__*/_jsx(motion.ul,{style:{\"--font-selector\":\"R0Y7TWFucm9wZS1yZWd1bGFy\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"var(--extracted-x0jrrc, rgb(182, 183, 188))\"},children:/*#__PURE__*/_jsx(motion.li,{children:/*#__PURE__*/_jsx(motion.p,{children:\"Jurisdiction: All disputes arising from the use of this website shall be governed by the laws of the Republic of Cyprus.\"})})})]}),className:\"framer-1aihz24\",\"data-framer-name\":\"Legal content\",fonts:[\"GF;Manrope-regular\",\"GF;Manrope-700\"],layoutDependency:layoutDependency,layoutId:\"pq0O9JUjy\",style:{\"--extracted-14qxiz\":\"rgb(182, 183, 188)\",\"--extracted-1iakedh\":\"rgb(182, 183, 188)\",\"--extracted-1jpqyj2\":\"rgb(182, 183, 188)\",\"--extracted-1ma9td8\":\"rgb(182, 183, 188)\",\"--extracted-1pbyfty\":\"rgb(182, 183, 188)\",\"--extracted-1s8lkzu\":\"rgb(182, 183, 188)\",\"--extracted-1yfvjw7\":\"rgb(182, 183, 188)\",\"--extracted-2gxw0f\":\"rgb(182, 183, 188)\",\"--extracted-2vxg6p\":\"rgb(182, 183, 188)\",\"--extracted-8vgz36\":\"rgb(182, 183, 188)\",\"--extracted-b6kv68\":\"rgb(182, 183, 188)\",\"--extracted-bcgzwv\":\"rgb(182, 183, 188)\",\"--extracted-f9af1q\":\"rgb(182, 183, 188)\",\"--extracted-httz1r\":\"rgb(182, 183, 188)\",\"--extracted-i57awu\":\"rgb(182, 183, 188)\",\"--extracted-r6o4lv\":\"rgb(182, 183, 188)\",\"--extracted-t2ptvp\":\"rgb(182, 183, 188)\",\"--extracted-t3qmyz\":\"rgb(182, 183, 188)\",\"--extracted-tx4z16\":\"rgb(182, 183, 188)\",\"--extracted-v1uuod\":\"rgb(182, 183, 188)\",\"--extracted-vlwxin\":\"rgb(182, 183, 188)\",\"--extracted-x0jrrc\":\"rgb(182, 183, 188)\",\"--extracted-ydz9fi\":\"rgb(182, 183, 188)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1mo7jyf\",\"data-framer-name\":\"Buttons\",layoutDependency:layoutDependency,layoutId:\"eXTJQlEph\",children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"E09x7QpNZ\"},nodeId:\"l_CG4AkEQ\",openInNewTab:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1gxyhd7 framer-95zn1u\",\"data-framer-name\":\"\u2756 Button\",layoutDependency:layoutDependency,layoutId:\"l_CG4AkEQ\",style:{borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue1=getLocalizedValue(\"v1\",activeLocale))!==null&&_getLocalizedValue1!==void 0?_getLocalizedValue1:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TWFucm9wZS01MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(181, 183, 193))\"},children:\"Cookie Policy\"})}),className:\"framer-lpthtj\",\"data-framer-name\":\"Content\",fonts:[\"GF;Manrope-500\"],layoutDependency:layoutDependency,layoutId:\"WAp2zhpCN\",style:{\"--extracted-r6o4lv\":\"rgb(181, 183, 193)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"center\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"NVD4eC8qD\"},nodeId:\"F4H2ASJaD\",openInNewTab:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1w1lloq framer-95zn1u\",\"data-framer-name\":\"\u2756 Button\",layoutDependency:layoutDependency,layoutId:\"F4H2ASJaD\",style:{borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue2=getLocalizedValue(\"v2\",activeLocale))!==null&&_getLocalizedValue2!==void 0?_getLocalizedValue2:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TWFucm9wZS01MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(181, 183, 193))\"},children:\"Privacy Policy\"})}),className:\"framer-1givfr2\",\"data-framer-name\":\"Content\",fonts:[\"GF;Manrope-500\"],layoutDependency:layoutDependency,layoutId:\"gDQ7WsTGF\",style:{\"--extracted-r6o4lv\":\"rgb(181, 183, 193)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"center\",withExternalLayout:true})})})]})]})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-zkCdo.framer-95zn1u, .framer-zkCdo .framer-95zn1u { display: block; }\",\".framer-zkCdo.framer-18b2t0r { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1280px; }\",\".framer-zkCdo .framer-8ubrj1 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 1256px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-zkCdo .framer-11b5dvg { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 115px; justify-content: center; overflow: visible; padding: 32px; position: relative; width: 100%; }\",\".framer-zkCdo .framer-1xik62a { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-zkCdo .framer-1ch317p { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-zkCdo .framer-eu4kb5 { aspect-ratio: 3.1463414634146343 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 40px); overflow: visible; position: relative; width: 126px; }\",\".framer-zkCdo .framer-1whnurn { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-end; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-zkCdo .framer-1bq8bi2 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 31%; }\",\".framer-zkCdo .framer-l0w77h { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-zkCdo .framer-oqprsa, .framer-zkCdo .framer-lpthtj, .framer-zkCdo .framer-1givfr2 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-zkCdo .framer-uedjw, .framer-zkCdo .framer-1aihz24 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-zkCdo .framer-mw9rso { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: center; max-width: 1256px; overflow: visible; padding: 64px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-zkCdo .framer-1ykbco1 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-zkCdo .framer-28smhw, .framer-zkCdo .framer-1sxfh8q { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-zkCdo .framer-14vwjzg { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-zkCdo .framer-g4adil { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-end; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-zkCdo .framer-1dwv8tv { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-zkCdo .framer-rjtugl, .framer-zkCdo .framer-ocio3k, .framer-zkCdo .framer-19qhb04, .framer-zkCdo .framer-1quhfbf { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 16px); position: relative; text-decoration: none; width: 16px; }\",\".framer-zkCdo .framer-1ii6y8o { flex: none; height: 4px; position: relative; width: 1258px; }\",\".framer-zkCdo .framer-1mo7jyf { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-zkCdo .framer-1gxyhd7, .framer-zkCdo .framer-1w1lloq { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: 17px; justify-content: center; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-zkCdo.framer-18b2t0r, .framer-zkCdo .framer-8ubrj1, .framer-zkCdo .framer-11b5dvg, .framer-zkCdo .framer-1xik62a, .framer-zkCdo .framer-1ch317p, .framer-zkCdo .framer-1whnurn, .framer-zkCdo .framer-1bq8bi2, .framer-zkCdo .framer-l0w77h, .framer-zkCdo .framer-mw9rso, .framer-zkCdo .framer-1ykbco1, .framer-zkCdo .framer-28smhw, .framer-zkCdo .framer-14vwjzg, .framer-zkCdo .framer-1sxfh8q, .framer-zkCdo .framer-g4adil, .framer-zkCdo .framer-1dwv8tv, .framer-zkCdo .framer-1mo7jyf, .framer-zkCdo .framer-1gxyhd7, .framer-zkCdo .framer-1w1lloq { gap: 0px; } .framer-zkCdo.framer-18b2t0r > *, .framer-zkCdo .framer-8ubrj1 > *, .framer-zkCdo .framer-14vwjzg > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-zkCdo.framer-18b2t0r > :first-child, .framer-zkCdo .framer-8ubrj1 > :first-child, .framer-zkCdo .framer-1bq8bi2 > :first-child, .framer-zkCdo .framer-mw9rso > :first-child, .framer-zkCdo .framer-1ykbco1 > :first-child, .framer-zkCdo .framer-28smhw > :first-child, .framer-zkCdo .framer-14vwjzg > :first-child, .framer-zkCdo .framer-1sxfh8q > :first-child { margin-top: 0px; } .framer-zkCdo.framer-18b2t0r > :last-child, .framer-zkCdo .framer-8ubrj1 > :last-child, .framer-zkCdo .framer-1bq8bi2 > :last-child, .framer-zkCdo .framer-mw9rso > :last-child, .framer-zkCdo .framer-1ykbco1 > :last-child, .framer-zkCdo .framer-28smhw > :last-child, .framer-zkCdo .framer-14vwjzg > :last-child, .framer-zkCdo .framer-1sxfh8q > :last-child { margin-bottom: 0px; } .framer-zkCdo .framer-11b5dvg > *, .framer-zkCdo .framer-l0w77h > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-zkCdo .framer-11b5dvg > :first-child, .framer-zkCdo .framer-1xik62a > :first-child, .framer-zkCdo .framer-1ch317p > :first-child, .framer-zkCdo .framer-1whnurn > :first-child, .framer-zkCdo .framer-l0w77h > :first-child, .framer-zkCdo .framer-g4adil > :first-child, .framer-zkCdo .framer-1dwv8tv > :first-child, .framer-zkCdo .framer-1mo7jyf > :first-child, .framer-zkCdo .framer-1gxyhd7 > :first-child, .framer-zkCdo .framer-1w1lloq > :first-child { margin-left: 0px; } .framer-zkCdo .framer-11b5dvg > :last-child, .framer-zkCdo .framer-1xik62a > :last-child, .framer-zkCdo .framer-1ch317p > :last-child, .framer-zkCdo .framer-1whnurn > :last-child, .framer-zkCdo .framer-l0w77h > :last-child, .framer-zkCdo .framer-g4adil > :last-child, .framer-zkCdo .framer-1dwv8tv > :last-child, .framer-zkCdo .framer-1mo7jyf > :last-child, .framer-zkCdo .framer-1gxyhd7 > :last-child, .framer-zkCdo .framer-1w1lloq > :last-child { margin-right: 0px; } .framer-zkCdo .framer-1xik62a > *, .framer-zkCdo .framer-1ch317p > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } .framer-zkCdo .framer-1whnurn > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-zkCdo .framer-1bq8bi2 > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } .framer-zkCdo .framer-mw9rso > * { margin: 0px; margin-bottom: calc(64px / 2); margin-top: calc(64px / 2); } .framer-zkCdo .framer-1ykbco1 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-zkCdo .framer-28smhw > *, .framer-zkCdo .framer-1sxfh8q > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-zkCdo .framer-g4adil > * { margin: 0px; margin-left: calc(32px / 2); margin-right: calc(32px / 2); } .framer-zkCdo .framer-1dwv8tv > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-zkCdo .framer-1mo7jyf > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-zkCdo .framer-1gxyhd7 > *, .framer-zkCdo .framer-1w1lloq > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } }\",\".framer-zkCdo.framer-v-j1oyb1.framer-18b2t0r { width: 768px; }\",\".framer-zkCdo.framer-v-j1oyb1 .framer-11b5dvg, .framer-zkCdo.framer-v-38wykn .framer-11b5dvg { height: min-content; }\",\".framer-zkCdo.framer-v-j1oyb1 .framer-1xik62a, .framer-zkCdo.framer-v-38wykn .framer-1xik62a { flex-direction: column; flex-wrap: wrap; gap: 20px; }\",\".framer-zkCdo.framer-v-j1oyb1 .framer-1ch317p, .framer-zkCdo.framer-v-38wykn .framer-1ch317p { flex: none; order: 1; width: 100%; }\",\".framer-zkCdo.framer-v-j1oyb1 .framer-1whnurn { align-content: flex-start; align-items: flex-start; flex: none; flex-wrap: wrap; justify-content: flex-start; order: 0; width: 100%; }\",\".framer-zkCdo.framer-v-j1oyb1 .framer-1bq8bi2 { width: 49%; }\",\".framer-zkCdo.framer-v-j1oyb1 .framer-mw9rso, .framer-zkCdo.framer-v-38wykn .framer-mw9rso { padding: 48px 0px 0px 0px; }\",\".framer-zkCdo.framer-v-j1oyb1 .framer-g4adil, .framer-zkCdo.framer-v-38wykn .framer-g4adil { align-content: center; align-items: center; flex-direction: column; gap: 25px; justify-content: center; }\",\".framer-zkCdo.framer-v-j1oyb1 .framer-1dwv8tv, .framer-zkCdo.framer-v-38wykn .framer-1dwv8tv { flex-wrap: wrap; justify-content: center; width: 240px; }\",\".framer-zkCdo.framer-v-j1oyb1 .framer-rjtugl, .framer-zkCdo.framer-v-j1oyb1 .framer-ocio3k, .framer-zkCdo.framer-v-j1oyb1 .framer-19qhb04, .framer-zkCdo.framer-v-j1oyb1 .framer-1quhfbf, .framer-zkCdo.framer-v-38wykn .framer-rjtugl, .framer-zkCdo.framer-v-38wykn .framer-ocio3k, .framer-zkCdo.framer-v-38wykn .framer-19qhb04, .framer-zkCdo.framer-v-38wykn .framer-1quhfbf { height: var(--framer-aspect-ratio-supported, 20px); width: 20px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-zkCdo.framer-v-j1oyb1 .framer-1xik62a, .framer-zkCdo.framer-v-j1oyb1 .framer-g4adil { gap: 0px; } .framer-zkCdo.framer-v-j1oyb1 .framer-1xik62a > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-zkCdo.framer-v-j1oyb1 .framer-1xik62a > :first-child, .framer-zkCdo.framer-v-j1oyb1 .framer-g4adil > :first-child { margin-top: 0px; } .framer-zkCdo.framer-v-j1oyb1 .framer-1xik62a > :last-child, .framer-zkCdo.framer-v-j1oyb1 .framer-g4adil > :last-child { margin-bottom: 0px; } .framer-zkCdo.framer-v-j1oyb1 .framer-g4adil > * { margin: 0px; margin-bottom: calc(25px / 2); margin-top: calc(25px / 2); } }\",\".framer-zkCdo.framer-v-38wykn.framer-18b2t0r { width: 375px; }\",\".framer-zkCdo.framer-v-38wykn .framer-1whnurn { align-content: flex-start; align-items: flex-start; flex: none; flex-direction: column; order: 0; width: 100%; }\",\".framer-zkCdo.framer-v-38wykn .framer-1bq8bi2 { width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-zkCdo.framer-v-38wykn .framer-1xik62a, .framer-zkCdo.framer-v-38wykn .framer-1whnurn, .framer-zkCdo.framer-v-38wykn .framer-g4adil { gap: 0px; } .framer-zkCdo.framer-v-38wykn .framer-1xik62a > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-zkCdo.framer-v-38wykn .framer-1xik62a > :first-child, .framer-zkCdo.framer-v-38wykn .framer-1whnurn > :first-child, .framer-zkCdo.framer-v-38wykn .framer-g4adil > :first-child { margin-top: 0px; } .framer-zkCdo.framer-v-38wykn .framer-1xik62a > :last-child, .framer-zkCdo.framer-v-38wykn .framer-1whnurn > :last-child, .framer-zkCdo.framer-v-38wykn .framer-g4adil > :last-child { margin-bottom: 0px; } .framer-zkCdo.framer-v-38wykn .framer-1whnurn > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-zkCdo.framer-v-38wykn .framer-g4adil > * { margin: 0px; margin-bottom: calc(25px / 2); margin-top: calc(25px / 2); } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 832.5\n * @framerIntrinsicWidth 1280\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"yFpfpdHAv\":{\"layout\":[\"fixed\",\"auto\"]},\"OMeL25GQs\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerSqkz3U9LL=withCSS(Component,css,\"framer-zkCdo\");export default FramerSqkz3U9LL;FramerSqkz3U9LL.displayName=\"footer_bottom-legal-links 2\";FramerSqkz3U9LL.defaultProps={height:832.5,width:1280};addPropertyControls(FramerSqkz3U9LL,{variant:{options:[\"NXwxoKHtp\",\"yFpfpdHAv\",\"OMeL25GQs\"],optionTitles:[\"1440\",\"768\",\"375\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerSqkz3U9LL,[{explicitInter:true,fonts:[{family:\"Manrope\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/manrope/v15/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk7PFO_A87jxeN7B.woff2\",weight:\"500\"},{family:\"Manrope\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/manrope/v15/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk79FO_A87jxeN7B.woff2\",weight:\"400\"},{family:\"Manrope\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/manrope/v15/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4aE-_A87jxeN7B.woff2\",weight:\"700\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerSqkz3U9LL\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"832.5\",\"framerIntrinsicWidth\":\"1280\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"yFpfpdHAv\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"OMeL25GQs\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__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", "enabledGestures", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "toResponsiveImage", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "icon", "iconLeft", "id", "link", "newTab", "smoothScroll", "text", "width", "props", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "kdYJhy0g_", "EYHKOuqhI", "K4utivVp2", "K_1N0KPFC", "HlX0YRlA7", "ZMpuCrweY", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "u", "cx", "Image2", "getLoadingLazyAtYPosition", "RichText2", "css", "FramerR7C0GL17W", "withCSS", "R7C0GL17W_default", "addPropertyControls", "ControlType", "addFonts", "cp8AiTRhj_0_exports", "__export", "__FramerMetadata__", "v0", "v1", "v2", "v3", "v4", "v5", "v6", "v7", "v0", "v1", "v2", "v3", "v4", "v5", "v6", "v7", "__FramerMetadata__", "cp8AiTRhj_1_exports", "__export", "__FramerMetadata__", "v0", "v1", "v2", "v3", "v4", "v5", "v6", "v7", "v0", "v1", "v2", "v3", "v4", "v5", "v6", "v7", "__FramerMetadata__", "cp8AiTRhj_2_exports", "__export", "__FramerMetadata__", "v0", "v1", "v2", "v3", "v4", "v5", "v6", "v7", "v0", "v1", "v2", "v3", "v4", "v5", "v6", "v7", "__FramerMetadata__", "valuesByLocaleId", "cp8AiTRhj_0_exports", "cp8AiTRhj_1_exports", "cp8AiTRhj_2_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", "background", "click", "color", "height", "hoverBG", "id", "text", "width", "props", "_ref", "_ref1", "_ref2", "_humanReadableVariantMap_props_variant", "_ref3", "_ref4", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "QJTHmmt_w", "UGwAws7Wl", "FKh07H47U", "rdKMkOmPM", "YKQY_CR83", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapb4f7cs", "args", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "cx", "RichText2", "css", "FramerJdRnykzia", "withCSS", "JdRnykzia_default", "addPropertyControls", "ControlType", "addFonts", "Header_menuItemFonts", "getFonts", "R7C0GL17W_default", "LocaleSelectorFonts", "LocaleSelector_default", "Header_menu_ButtonFonts", "JdRnykzia_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "transition3", "toResponsiveImage", "value", "addImageAlt", "image", "alt", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "logo", "width", "props", "_ref", "_humanReadableVariantMap_props_variant", "_ref1", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "As2tPxeEB", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1dyecp7", "args", "onTap6dc5p6", "onTaprtfa0h", "onTap1izsjzm", "onTapaeyujy", "ref1", "pe", "isDisplayed", "isDisplayed1", "isDisplayed2", "router", "useRouter", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "_getLocalizedValue", "_getLocalizedValue1", "_getLocalizedValue2", "LayoutGroup", "cx", "u", "Link", "Image2", "getLoadingLazyAtYPosition", "SVG", "ResolveLinks", "resolvedLinks", "ComponentViewportProvider", "getLocalizedValue", "resolvedLinks1", "resolvedLinks2", "resolvedLinks3", "resolvedLinks4", "css", "Framercp8AiTRhj", "withCSS", "cp8AiTRhj_default", "addPropertyControls", "ControlType", "addFonts", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "background", "border", "height", "hoverBackground2", "id", "link", "opacity", "text", "width", "props", "_ref", "_ref1", "_ref2", "_ref3", "_humanReadableVariantMap_props_variant", "_ref4", "_ref5", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "PmpBjJUAD", "koz0fuSjE", "gfNT7tIFd", "PGVS3rBkf", "vi39ZFgRB", "u94TldanC", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "_gfNT7tIFd_borderBottomWidth", "_gfNT7tIFd_borderLeftWidth", "_gfNT7tIFd_borderRightWidth", "_gfNT7tIFd_borderTopWidth", "LayoutGroup", "Link", "cx", "RichText2", "css", "FramerE1fRMXDak", "withCSS", "E1fRMXDak_default", "addPropertyControls", "ControlType", "addFonts", "Sqkz3U9LL_0_exports", "__export", "__FramerMetadata__", "v0", "v1", "v2", "v0", "p", "x", "motion", "v1", "v2", "__FramerMetadata__", "Sqkz3U9LL_1_exports", "__export", "__FramerMetadata__", "v0", "v1", "v2", "v0", "p", "x", "motion", "v1", "v2", "__FramerMetadata__", "Sqkz3U9LL_2_exports", "__export", "__FramerMetadata__", "v0", "v1", "v2", "v0", "p", "x", "motion", "v1", "v2", "__FramerMetadata__", "valuesByLocaleId", "Sqkz3U9LL_0_exports", "Sqkz3U9LL_1_exports", "Sqkz3U9LL_2_exports", "getLocalizedValue", "key", "locale", "values", "value", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "_getLocalizedValue", "_getLocalizedValue1", "_getLocalizedValue2", "LayoutGroup", "u", "cx", "Image2", "RichText2", "getLocalizedValue", "Link", "SVG", "css", "FramerSqkz3U9LL", "withCSS", "Sqkz3U9LL_default", "addPropertyControls", "ControlType", "addFonts"]
}
